Owen Heisler wrote: > As a workarround, you can set the SU_NO_SHELL_ARGS environment variable > before calling dchroot, or execute > dchroot -- -c "command" > instead of > dchroot -- command > ___ > > And you say write a script, so I put the following in ~/go > ___ > #!/bin/bash > dchroot -d -c unstable ls > ___ > but I get the same error when I run "./go". > > Thanks for your help!
Hi guys; I see you got it fixed by downgrading, and I've never even heard of 'dchroot', nor 'schroot' previously, but may I ask; Isn't the syntax in that original command, you posted from the bug report actually telling the command dchroot to *ignore* any following 'options', by using the ' -- ' syntax, just after the command...IOW Doesn't this; > dchroot -- -c "command" mean: dchroot, ignore options that follow, then pass to it the -c option (which it may ignore?), then "command".? I only ask b/c, I've learned (from lurking about usenet) that this is one trick that's used to remove filenames that begin with a '-' (hyphen), when using the 'rm' command. If a file's is "-somefilename" and you want to delete it, use; 'rm -- -somefilename' Anyway - you both likely already know all this -- just wanted to try to help... Regards Owen Heisler wrote: > On Fri, 2006-06-30 at 13:38 -0500, Owen Heisler wrote: <snip> > > I got it fixed by downgrading the login package in the chroot. I never > would have guessed it had I not read the bug report! > Dave Ewart wrote: > Looks like you've already sorted it by using the older 'login' package, > but just to be clear on the above: you need to call the script *in the > chroot*, e.g. > > dchroot -d -c unstable somescriptname > > where somescriptname is a wrapper for the executable. > > Dave. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]