Mailinglist Archive: opensuse-bugs (3159 mails)

< Previous Next >
[Bug 760079] New: permissions on /var/lock do not allow uucico (uucp) to create lock-dir/files
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 1 May 2012 10:26:28 +0000
  • Message-id: <bug-760079-21960@http.bugzilla.novell.com/>

https://bugzilla.novell.com/show_bug.cgi?id=760079

https://bugzilla.novell.com/show_bug.cgi?id=760079#c0


Summary: permissions on /var/lock do not allow uucico (uucp) to
create lock-dir/files
Classification: openSUSE
Product: openSUSE 12.1
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: kdupke@xxxxxxxx
QAContact: qa-bugs@xxxxxxx
Found By: ---
Blocker: ---


(this system is upgraded from an openSUSE 11.1 and uses sysvinit, just in case)

uucico can't create the uucp lock dir on /var/lock due to wrong permissions.

Message in log file: ERROR: mkdir (/var/lock/uucp): Permission denied

/var/lock is a bind to /var/run with 0755 permission and root/lock for user and
group.

ls -ln /usr/lib/uucp/uucico
-r-sr-sr-x 1 10 14 279624 Oct 29 2011 /usr/lib/uucp/uucico

passwd
uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash

group
uucp:x:14:

ps -eo egroup,pid,user,args
uucp 22918 uucp uucico -S XXX

Unfortunately adding uucp to lock in group did not help either
group
lock:x:54:uucp
even with effective group of uucp as seen in the ps output.

Changing permissions to 1777 for /var/run manually and in /etc/rc.d/boot fixed
it for me.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >