Re: [gobolinux-devel] udev rule path

2007-02-18 Thread Andy Feldman
As Lucas said, the rule might have a syntax error. I found the syntax has changed since the first time I used Udev on Gobo, so even copying a rule that used to work is not guaranteed. Try running udevtest on /dev/fuse: it should try to parse all the rules in /S/S/udev/rules.d/ and warn you about an

Re: [gobolinux-devel] udev rule path

2007-02-18 Thread Lucas C. Villa Real
On 2/18/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Jonatan Liljedahl wrote: > > After a clean 013 install, the udev rule path isn't set properly, so it > > finds only the rules provided by the Udev package. (So FUSE rules are > > not found, etc...) > > > > Fix: add this line to /etc/udev/ud

Re: [gobolinux-devel] udev rule path

2007-02-18 Thread Jonatan Liljedahl
Jonas Karlsson wrote: > 2007/2/18, Jonatan Liljedahl <[EMAIL PROTECTED]>: >> Jonatan Liljedahl wrote: >>> After a clean 013 install, the udev rule path isn't set properly, so it >>> finds only the rules provided by the Udev package. (So FUSE rules are >>> not found, etc...) >>> >>> Fix: add this li

Re: [gobolinux-devel] udev rule path

2007-02-18 Thread Jonas Karlsson
2007/2/18, Jonatan Liljedahl <[EMAIL PROTECTED]>: > Jonatan Liljedahl wrote: > > After a clean 013 install, the udev rule path isn't set properly, so it > > finds only the rules provided by the Udev package. (So FUSE rules are > > not found, etc...) > > > > Fix: add this line to /etc/udev/udev.conf

Re: [gobolinux-devel] package signing, etc...

2007-02-18 Thread Ricardo Nabinger Sanchez
On Sun, 18 Feb 2007 09:31:21 +0100 Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Here's a patch for InstallPackage that adds a -S/--no-sign-check option! I'd suggest to mark the package as such also (installed from unchecked Recipe). If the signature check failed, either the Recipe is broken/ne

Re: [gobolinux-devel] udev rule path

2007-02-18 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > After a clean 013 install, the udev rule path isn't set properly, so it > finds only the rules provided by the Udev package. (So FUSE rules are > not found, etc...) > > Fix: add this line to /etc/udev/udev.conf: > > udev_rules="/System/Settings/udev/rules.d" This did

[gobolinux-devel] libtrash environment fix

2007-02-18 Thread Jonatan Liljedahl
Compile gets confused by LibTrash, so I've added this in libtrash's Environment: alias Compile='LD_PRELOAD="" Compile' alias InstallPackage='LD_PRELOAD="" InstallPackage' alias SymlinkProgram='LD_PRELOAD="" SymlinkProgram' Also, it had the trash_on/trash_off aliases mixed up. updated recipe

Re: [gobolinux-devel] building nvidia drivers

2007-02-18 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > I'm trying to build the latest nvidia drivers, with the InstallNvidia > script... > > I'm using kernel 2.6.20 with the minimal kernel sources provided by lucas. > > The nvidia installer dies with this in it's logfile: > > FATAL: modpost: GPL-incompatible module nvidia.

[gobolinux-devel] HAL and pmount

2007-02-18 Thread Jonatan Liljedahl
So I thought I'd try to get DBus, HAL and PMount up and running on my new 013 system. It finally works, here's the story: Compiled DBus 0.95, removed --enable-xml-docs in the Recipe since I don't have the build deps for this... I had to add 'messagebus' and 'haldaemon' users and groups. Perhaps t

[gobolinux-devel] UpdateSettings bug

2007-02-18 Thread Jonatan Liljedahl
When doing [V]iew in UpdateSettings, and then closing the viewer, it just continues instead of letting the user choose what action to take! -- /Jonatan-=( http://kymatica.com )=- ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org h

[gobolinux-devel] udev rule path

2007-02-18 Thread Jonatan Liljedahl
After a clean 013 install, the udev rule path isn't set properly, so it finds only the rules provided by the Udev package. (So FUSE rules are not found, etc...) Fix: add this line to /etc/udev/udev.conf: udev_rules="/System/Settings/udev/rules.d" -- /Jonatan-=( http://kymatica.com )=- __

Re: [gobolinux-devel] package signing, etc...

2007-02-18 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > When trying to install a package from my old drive: > > cd /Mount/HDB/Programs > InstallPackage ROX-Filer > > I get something like this: > Traceback: > file "", line 9, in ? > IOError: Errno 2 no such file or directory: '' > Invalid signature. Package has been mod