[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mips packages in archive



Florian Lohoff writes:
 > On Sun, Sep 24, 2000 at 06:24:25PM +0200, Christoph Martin wrote:
 > > Hi,
 > > 
 > > I just succeded in setting up my indy to work with debian linux. It is
 > > boot via bootp and nfs. It´s working so far, only manpages don't work:
 > > 
 > > pongo:~# man man
 > > man: can't create a temporary filename: Permission denied
 > 
 > check permissions on /tmp
 > 
 > Probably its not 777 +t

ups. you are right.

martin@theresia:~$ v -a /boot/pongo/tmp/
total 20
drwxr-xr-t    2 root     root         1024 Sep 24 13:15 .
drwxr-xr-x   18 root     root         1024 Sep 23 22:46 ..

But that means the permission are wrong in base-test_0.3.tar.gz. 

But I think that is not the whole problem. I invoked man as root and
got the error. strace gives:

lstat("/usr/share/man/man1/man.1.gz", {st_mode=S_IFREG|0644, st_size=9002, ...})
 = 0
open("/usr/share/man/man1/man.1", O_RDONLY) = -1 ENOENT (No such file or directo
ry)
stat("/usr/share/man/man1/man.1.gz", {st_mode=S_IFREG|0644, st_size=9002, ...}) 
= 0
umask(022)                              = 022
geteuid()                               = 6
getpid()                                = 819
stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0755, st_size=1024, ...}) = 0
stat("/tmp/zman00819aaa", 0x7fffb928)   = -1 ENOENT (No such file or directory)
unlink("/tmp/zman00819aaa")             = -1 ENOENT (No such file or directory)
open("/tmp/zman00819aaa", O_WRONLY|O_CREAT|O_EXCL, 0644) = -1 EACCES (Permission
 denied)
write(2, "man: ", 5)                    = 5
write(2, "can\'t create a temporary filenam"..., 33) = 33
write(2, ": Permission denied", 19)     = 19
write(2, "\n", 1)                       = 1
ioctl(0, TCSETS, {B38400 opost isig icanon echo ...}) = 0
exit(2)                                 = ?

I suppose it is a problem with with tmp on a root filesystem mounted
via kernelnfs.

 > 
 > > Thanks for all the packages you made available through
 > > ftp://ftp.rfc822.org/pub/local/debian-mips/packages/. 
 > > 
 > > Why don't you submit them to the main debian archive? I would like to
 > > apt the packages from there (or a mirror).
 > 
 > We will start submitting them when we successfully complete the transition
 > to glibc 2.2 which is getting more and more essential to get a couple
 > of packages compile ...
 > 

If you need help, please let me know.

Christoph



Reply to: