Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113624 - sandboxshell-0.2 does not work with external commands
Summary: sandboxshell-0.2 does not work with external commands
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 07:08 UTC by Petteri Räty (RETIRED)
Modified: 2005-12-10 12:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2005-11-26 07:08:43 UTC
[s]pena struts-1.2.8-src # which ant
bash: /usr/bin/which: Argument list too long
[s]pena struts-1.2.8-src # ant -p
bash: /usr/bin/ant: /bin/bash: bad interpreter: Argument list too long
[s]pena struts-1.2.8-src # less build.xml
bash: /usr/bin/less: Argument list too long
[s]pena struts-1.2.8-src # ls
bash: /bin/ls: Argument list too long
[s]pena struts-1.2.8-src # exit
exit
pena struts-1.2.8-src # ls

After removing the fix for bug 112618 the external commands work again.

Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r3,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.12.0_pre11
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -mfpmath=sse -ffast-math -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config
/usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d/java/ /etc/gconf /etc/init.d
/etc/java-config/vms/ /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -mfpmath=sse -ffast-math -fomit-frame-pointer"
DISTDIR="/usr/src/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect cvs distlocks
fixpackages sandbox sfperms sign strict stricter verify-rdepend"
GENTOO_MIRRORS=" http://trumpetti.atm.tut.fi/gentoo 
http://lame.lut.fi/linux/gentoo "
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="fi"
MAKEOPTS="-j2 "
PKGDIR="/home/pkg/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mnt/checkouts/overlays/betelgeuse /mnt/checkouts/overlays/axxo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 aac acl acpi alsa apm audiofile avi bash-completion berkdb bitmap-fonts
bluetooth browserplugin bzip2 bzlib cdb cddb cdparanoia cdr crypt cups dbus
divx4linux dts dvd dvdr dvdread emboss esd expat fam ffmpeg firefox foomaticdb
freetype gif glut gstreamer gtk2 hal idn java jpeg kde kdeenablefinal lcms
libg++ libwww logitech-mouse mad makecheck mikmod mjpeg mmx mmx2 mng mp3 mpeg
ncurses network nptl nptlonly nsplugin nvidia offensive ogg oggvorbis opengl pam
pcre pdflib png qt quicktime readline real rtc ruby samba spell sse sse2 ssl
subversion svg symlink tcpd theora tiff truetype truetype-fonts type1-fonts udev
unicode usb userlocales vorbis win32codecs xine xml xml2 xv xvid zlib
video_cards_nvidia linguas_fi userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 SpanKY gentoo-dev 2005-12-04 22:05:36 UTC
http://viewcvs.gentoo.org/app-shells/sandboxshell/files/sandboxshell.conf?r1=1.5&r2=1.6

try the previous version, 1.5
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2005-12-10 09:16:28 UTC
(In reply to comment #1)
>
http://viewcvs.gentoo.org/app-shells/sandboxshell/files/sandboxshell.conf?r1=1.5&r2=1.6
> 
> try the previous version, 1.5

With that at least the functions are not exported and D is.
Comment 3 SpanKY gentoo-dev 2005-12-10 11:52:18 UTC
that's not what i meant ... does it fix the bug you reported here

functions arent supposed to be exported to the env, just the vars
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2005-12-10 12:07:15 UTC
(In reply to comment #3)
> that's not what i meant ... does it fix the bug you reported here
> 
> functions arent supposed to be exported to the env, just the vars

I should have explained a bit better. The reason for this bug was that too much
stuff was in the environment. With set -a that became the case. Yes, the fix
does fix this bug, but I was just want to be sure that the fix also works for
bug 112618, which so far seems to be the case. I will just reopen that bug if I
find that something is not properly exported so you can mark this as fixed after
committing the fix.
Comment 5 SpanKY gentoo-dev 2005-12-10 12:26:00 UTC
ok, try 0.3 then