| mrsn0 | strange, is it mounting with noexec ? |
| duns_s | -rwsr-xr-x |
| mrsn0 | ah i see you have been talking with others already, /me shufflles away |
| stew | duns_s: are you positive that its not mounted noexec? |
| mc__ | can i tell bash someone to ignore meta-characters? i mean,if i give "foo" as an argument to a programm,bash only gives foo. May i somehow disable that? |
| duns_s | dev/hda3 on /debian type ext3 (rw) |
| stew | duns_s: what about / ? hmm, dunno if that would matter or not duns_s: you might strace it |
| BeatsMe2 | how do i get access to my printer, i can like half way set it up but then it wants a User password to test... but the user password doesnt work |
| duns_s | /dev/hda4 on / type ext3 (rw,noatime) |
| valdyn | mc__: cant understand what you are asking |
| BeatsMe2 | !foo |
| dpkg | i guess foo is probably the first metasyntactic variable, it's a placeholder for some other term. See <http://www.catb.org/~esr/jargon/html/F/foo.html> and <bar>, also read RFC3092. |
| mc__ | valdyn: alright, i got a programm which pipes some output to another program. The output is code with lots of "",\ and so on in it. now if there is something like printf("foo"); in the code,the second programm only sees printf(foo); |
| duns_s | oh i got it i've enabled grsec chroot patches in gentoo |
| troytroy | what is the default mysql database_sock_path |
| petemc | troytroy: /var/run/mysqld/ |
| duns_s | sry to bug you for stupid problems |
| xingu | mc__: '...' is your tool for inserting literals; there's no specific shell option to turn off quoting/ parsing |
| troytroy | petemc thanks application gave default as database_sock_path=/tmp/mysql.sock |
| mc__ | xingu: literals? |
| troytroy | petemc should i correct it |
| xingu | mc__: echo '"foo"' mc__: obviously, ['] itself must be escaped; echo '"'\''"' |
| petemc | troytroy: only if you want it to be able to talk to the database |
| justin420 | !beryl-svn |
| xingu | mc__: at this level you probably want perl's qw() operator, not bourne shell. |
| justin420 | anybody using beryl-svn on debian etch? would you mind sharing what your using for a repo? |
| xingu | mc__: s/qw/qq/ |
| mc__ | xingu: im not using perl |
| mfrisch | justin420: do a search on debian beryl there is a wiki with the sources |
| wols | !beryl |
| dpkg | beryl is a compositing window manager for the X Window System. It is a fork of Compiz. http://beryl-project.org/ or http://en.wikipedia.org/wiki/Beryl_(window_manager), HOWTO and links to package repositories are here: http://wiki.beryl-project.org/wiki/Install_Beryl_on_Debian |
| xingu | mc__: I realise this... |
| mrsn0 | justin yes but on sid |
| wols | mc__: how is your stuff called? command1 > command2? |
| mc__ | wols: command1 | command2 |
| wols | oops. of course |