Re: compat/linux program claims no write access to ~

2008-10-07 Thread Boris Samorodov
Steve Franks [EMAIL PROTECTED] writes:

 Sounds like a bogus error to me.  I just downgraded amd64 to i386,
 reinstalled a linux program and it claims it can't write to ~ now.
 I'm running it, and I have no reason to think it wouldn't run as me.
 ~ is 775 anyway.  Also, running the linux program as su or sudo gives
 the same error.  Any ideas just where this might be coming from?  I'm
 on 7-STABLE, i386, linux-base-fc4.

You may use ktrace/linux_kdump to find a culprit.
BTW, make sure you don't have LINUXBASE/home/user as well as ~.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: compat linux

2004-03-02 Thread Osmany Guirola Cruz
Thanks Dan .. i include the line in my /compat/linux/etc/ld.so.conf and works whitout 
problem

In the last episode (Mar 01), Osmany Guirola Cruz said:
 I am runing vmd for linux in my freebsd box when i try to run the vmd
 it give me theses errors libX**.so.6 not shuch file or directory then
 i installed the linux-Xfree86-libs and the program give me the same
 error. and the files of these port are in the
 /compat/linux/usr/X11R6/lib/ but when i copy the lib*.so.6 from here
 to /compat/linux/usr/lib the vmd works without problem.. WHY? What
 should i do to remediate these little problem ?

Make sure /compat/linux/etc/ld.so.conf contains the line

/usr/X11R6/lib

, and then reboot or run /compat/linux/sbin/ldconfig.

-- 
Dan Nelson
[EMAIL PROTECTED]





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compat linux

2004-03-01 Thread Dan Nelson
In the last episode (Mar 01), Osmany Guirola Cruz said:
 I am runing vmd for linux in my freebsd box when i try to run the vmd
 it give me theses errors libX**.so.6 not shuch file or directory then
 i installed the linux-Xfree86-libs and the program give me the same
 error. and the files of these port are in the
 /compat/linux/usr/X11R6/lib/ but when i copy the lib*.so.6 from here
 to /compat/linux/usr/lib the vmd works without problem.. WHY? What
 should i do to remediate these little problem ?

Make sure /compat/linux/etc/ld.so.conf contains the line

/usr/X11R6/lib

, and then reboot or run /compat/linux/sbin/ldconfig.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]