Skip to main content

Questions tagged [suse]

SUSE is a Linux distribution. It comes in three variants, SUSE, openSUSE and SUSE Linux Enterprise Server (SLES).

1 vote
3 answers
4k views

logrotate does not rotate at the time specified in crontab

I am wondering why logrotate does not rotate my logfiles at the time which it is called through crontab. My entry in crontab is: 50 2 * * * /usr/sbin/logrotate Therefore all my logs should be ...
rexemTrebor's user avatar
0 votes
0 answers
137 views

Why does this gawk with strftime not work in SUSE but works on Ubuntu and MAC

Here I have entered $11 as string and that works. gawk 'FS=\",\" {match($6,/([^\/])\/([^\/])\/([^\/]+)/,a); $11=sprintf(\"%d %02d -%d 0 0 0\",a[3],a[1],1);$6=sprintf(\"%d-%02d- %02d\",a[...
Walter Schrabmair's user avatar
0 votes
1 answer
244 views

How do I write a stream to a pipe on a remote machine

The below command works for file. But I see it doesn't work for a pipe echo 'Some Text' | ssh user@remotehost "cat > /remotefile.txt" I need to do tail -f of a pipe and want it to be written to ...
Venkatramana Devarapally's user avatar
2 votes
1 answer
49 views

Suse | keep account | Delete all user files at boot

Can somebody explain me how i can keep an existing account on openSuse but delete all user files at the booting process?
B.Salimi's user avatar
4 votes
2 answers
489 views

What is Web\x20Co in lsof -i

The last 2 lines of lsof -i are shown as below. What are those? I use OpenSuse LEAP 42.2. Web\x20Co 7066 user1 38u IPv4 76006 0t0 UDP *:43756 Web\x20Co 7066 user1 39u IPv6 76008 ...
lonelyloner's user avatar
0 votes
0 answers
200 views

Telnet output delays

SUSE Linux Enterprise Server 12 (x86_64) VERSION = 12 PATCHLEVEL = 0 On server running legacy software with text GUI (perl/c). When connected via ssh - all is ok. When connected via telnet - both, ...
rjhdby's user avatar
  • 101
2 votes
0 answers
955 views

SLES 11 simultaneous failed login attempts with every successful login

When logging into a VM running SLES 11, SecureCRT will immediately output "Keyboard-interactive authentication with the SSH2 server failed", then prompt for a username. Upon entering the credentials ...
Liesmith's user avatar
  • 197
0 votes
1 answer
148 views

Occassional massive firewall log files on SuSE

Occasionally, over a short period of seconds, my SuSE Enterprise 10 /var/log/firewall log file fills with identical entries except for the id. Here's an excerpt: Jan 15 11:21:13 IKCSWeb kernel: SFW2-...
Rick Jolly's user avatar
5 votes
2 answers
15k views

How to run init.d service under systemd without root auth (updated)

My company set up some software it develops to run as a service using init.d on an older version of SLES. We recently created started setting up a new environment on a SLES 12 instance in Amazon's EC2 ...
user5860663's user avatar
0 votes
0 answers
468 views

Permissions to folder are changed to ??????? after mount

I was trying to mount folders from one system to another using "mount" and the following configuration in /etc/fstab <systemX>:/h/shared /h/shared nfs rw,sync,user,auto 0 0 <...
bltr1x's user avatar
  • 1
0 votes
1 answer
10k views

suse12: how to set default route via config file

I've got some systems that are provisioning SLES12sp1 statelessly - the systems come up with their provisioning interface configured, but no default route. On RedHat I'd set the GATEWAYDEV in /etc/...
John Westlund's user avatar
1 vote
0 answers
532 views

Problems with the tomcat access-logs

I need your help. I want to log the access on my Apache Tomcat webserver on SLES 12. It is running and logging normally. But when I visit the site, tomcat is writing 8 lines into the ...
jns's user avatar
  • 11
4 votes
1 answer
5k views

SUSE SLES 11: zypper: Ignore dependency in scripted setup

I have an issue here, trying to install libopenssl-devel on a SuSE box. The installation is purely from DVD (no online updates involved). $ sudo zypper install libopenssl-devel Loading repository ...
DevSolar's user avatar
  • 4,500
3 votes
2 answers
3k views

How to know which package owns a file in SUSE?

A previous question, How do I find out which package owns a file? asked about Debian-based package management. I have the same question for SUSE Enterprise 10, using YaST (or any other tool suitable ...
ArthurChamz's user avatar
0 votes
1 answer
117 views

Can SU group be used on Suse as it is AIX?

I'm the admin of a large AIX environment. I utilize the SU Group attribute for users to determine who can access root, even if they know the password. If they are not in the root group then access is ...
C. Rice's user avatar

15 30 50 per page
1 2 3
4
5
11