[Bug 521164] Re: omhacks FTBFS: open O_CREAT needs 3 arguments

2010-03-31 Thread Bug Watch Updater
** Changed in: omhacks (Debian) Status: Unknown = Fix Released -- omhacks FTBFS: open O_CREAT needs 3 arguments https://bugs.launchpad.net/bugs/521164 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 521164] Re: omhacks FTBFS: open O_CREAT needs 3 arguments

2010-02-13 Thread StefanPotyra
Hi, patch looks good, but why do you set S_IWGRP|S_IWOTH? (looking at entries in /sys, these don't have group/others write permissions). Cheers, Stefan. ** Changed in: omhacks (Ubuntu) Status: Confirmed = Incomplete -- omhacks FTBFS: open O_CREAT needs 3 arguments

[Bug 521164] Re: omhacks FTBFS: open O_CREAT needs 3 arguments

2010-02-13 Thread Kamal Mostafa
Hi Stefan- The mode argument for open() with O_CREAT does not directly set the permissions of the file being created -- it just specifies the mode bits before modification by the process umask setting (see the open(2) man page). So enabling the read and write bits for all three 'classes' (user,

[Bug 521164] Re: omhacks FTBFS: open O_CREAT needs 3 arguments

2010-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package omhacks - 0.8-1ubuntu1 --- omhacks (0.8-1ubuntu1) lucid; urgency=low * Fix FTBFS: sysfs.c open with O_CREAT needs 3 arguments (LP: #521164) -- Kamal Mostafa ka...@whence.com Fri, 12 Feb 2010 12:40:17 -0800 ** Changed in: omhacks (Ubuntu)

[Bug 521164] Re: omhacks FTBFS: open O_CREAT needs 3 arguments

2010-02-12 Thread Kamal Mostafa
** Branch linked: lp:~kamalmostafa/ubuntu/lucid/omhacks/fix-521164-ftbfs -- omhacks FTBFS: open O_CREAT needs 3 arguments https://bugs.launchpad.net/bugs/521164 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 521164] Re: omhacks FTBFS: open O_CREAT needs 3 arguments

2010-02-12 Thread Kamal Mostafa
Attached branch fixes the FTBFS by adding the required standard 3rd argument to the open-with-O_CREAT call. Patch has been forwarded to Debian. ** Changed in: omhacks (Ubuntu) Status: In Progress = Confirmed ** Changed in: omhacks (Ubuntu) Assignee: Kamal Mostafa (kamalmostafa) =