Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 292041

Summary: sys-apps/sandbox-2.2: doesn't work any more
Product: Gentoo Linux Reporter: leeight <leeight>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description leeight 2009-11-06 02:13:37 UTC
$ sandbox /bin/ls /
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
(sandbox) error: in ../../sandbox-2.2/libsbutil/src/config.c, function rc_get_cnf_entry(), line 35:
(sandbox)        strerror() = 'No such file or directory'
(sandbox)        '/etc/sandbox.conf' is not a file or does not exist!
ACCESS DENIED  open_wr:      /dev/tty
ISE:write_logfile unable to append logfile
ISE open_wr(/dev/tty): Permission denied
	abs_path: /dev/tty
	res_path: /dev/tty
/usr/lib/libsandbox.so[0xb77576c6]
/usr/lib/libsandbox.so[0xb775776c]
/usr/lib/libsandbox.so[0xb7758f57]
/usr/lib/libsandbox.so[0xb775935a]
/usr/lib/libsandbox.so(open64+0xa8)[0xb775e1c8]
/bin/bash(check_dev_tty+0x1a)[0x806d9aa]
/bin/bash(main+0x47)[0x8061e87]
/lib/libc.so.6(__libc_start_main+0xe5)[0xb75d9a65]
/bin/bash[0x8060bd1]
/proc/13101/cmdline: /bin/bash -rcfile /usr/share/sandbox/sandbox.bashrc -c /bin/ls / 

Sandboxed process killed by signal: Aborted


Reproducible: Always

Steps to Reproduce:
1. emerge upgarde to sanbox-2.2
2. 
3.
Comment 1 leeight 2009-11-06 02:16:35 UTC
$ ll /etc
?????????? ? ?    ?        ?                ? sanDbox.conf
drwxr-xr-x 2 root root   112 2009-10-30 10:27 sandbox.d
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-11-06 05:18:04 UTC
Looks very much like a problem with the filesystem. Please check your partition which contains /etc with fsck.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-11-08 08:41:35 UTC
Please do what I suggested in my prevoius comment. If sandbox still fails after you did the fsck feel free to reopen this bug.
Comment 4 leeight 2009-11-08 10:39:01 UTC
(In reply to comment #3)
> Please do what I suggested in my prevoius comment. If sandbox still fails after
> you did the fsck feel free to reopen this bug.
> 

it works, thanks a lot