@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38



Comments:

<0> :P
<0> sh: python -c 'for foo in reversed(VIm_Enforcer); print foo': command not found
<0> ************
<0> :(
<0> *silence SFX*
<1> menu
<0> :P
<1> What is aclocal?
<0> a local ACL maybe
<1> i'm getting errors during compile
<1> i'm in console and can't copy it here
<1> is there a way to Prnt-Scrn to a file?
<2> WIsh me luck gentlemen. *Reboots*
<3> jyoungxx: use screen
<0> hmmm



<1> oh ok
<1> cool
<4> Or script.
<4> Well, I still like screen more.
<1> oh actually I can't do that becuase i'm wanting to print the screen while i'm compiling
<3> so?
<0> or xwd
<0> for X
<1> I can't type a command while it is compiling
<0> too bad
<4> Ouch... you'll have to restart it to log it then.
<3> jyoungxx: you can use screen commands
<1> ok
<4> Ah.. I remember I was compiling something when I just found out about screen... and I had to leave the computer too...
<1> do I type the command in another terminal?
<4> From man screen: C-a H (log) Begins/ends logging of the current window to the file "screenlog.n".
<5> oh man
<5> ignore net uses Net::IRC
<5> "WARNING: This is outdated, as it uses Net::IRC. POE::Component::IRC is recommended these days. If you ask someone for help with using Net::IRC, you will probably be told to switch to POE. "
<6> TragicZ, lol.
<6> TragicZ, get coding, bitch.
<7> when i mount an NFS export does it export/mount all subdirs of it?
<1> yep I have yet to run into something I cannot do in linux
<3> Kaeles: subdirs yes, submounts no
<7> so if i mount /nfs/ it also can access /nfs/etc /nfs/bin etc etc...
<7> err the client can access
<3> yes, it would be kind of pointless if you couldn't share directory structures
<7> bleh
<8> if I make an image of a Windows XP NTFS partition with the dd command in order to use the drive for something else, then dd the image back on to the drive, will Windows still work?
<7> ok, so if i've mounted /nfs/ as root via pxe and the kernel image is loading
<7> it should be able to access the init via init=/nfs/sbin/init?
<9> hey
<9> why do people use umask over chmod?
<10> hi all, I'm using ncftpput to upload files onto a server. is there a way I can rename the file AFTER the upload is done? is there a "raw ftp" command I can use?
<4> Probably the ren command.
<10> nym: because you set umask once when you log in and any file you create won't need to be chmodded after that.
<4> Although SFTP would be preferable, of course.
<10> riczho: yes, but this is one of "the client is king" situations :(
<4> Grrr..
<7> if i p*** a init=/bin/sh it should boot into a shell prompt?
<4> Yep..
<7> bah
<7> why is it not workinnnnggg
<9> pjo: it's a default
<4> Kaeles: What distro? Some distros have different single-user mode things.
<7> debian
<4> Cam
<4> (sorry)
<4> Can't you just append "single" to the boot params?
<7> mmm
<7> didnt think about it
<7> lemme try real quick
<7> thing is
<4> Lost root p***word?
<7> the client im trying this on is booting over pxe/nfs
<7> no
<7> just trying to get past the durn , "init not found, try p***ing a init= to the kernel error"
<11> anyone got a linux tool to read/convert .daa files (poweriso)



<4> Oh.. that's... bad.
<4> And you can't use a LiveCD, apparently, right?
<7> right
<7> cause its diskless
<7> lol
<12> Anyone have an idea why my .bashrc won't get executed?
<12> I put it in ~/.bashrc
<12> put "cd /" in it, to make it automatically go to / instead of ~
<12> but it doesn't do that
<4> Note: It might be simpler to just change your home dir.
<12> where do I do that?
<11> kinda dumb to set your $HOME to /
<12> o_O
<12> When I do cd /home/root it goes to ~
<3> l0c4lh0st: works for me. if it's the login shell, make sure .bash_profile sources .bashrc
<7> yea ~ = /root
<11> yea.. roots home is not under /home
<6> l0c4lh0st, ~ is a pseudonymn for your home folder.
<12> O_O I'm logging in it using SSH
<12> But it's empty :|
<13> Don't spy on my home
<6> l0c4lh0st, there's nothing in the $(HOME) folder.
<6> l0c4lh0st, ~ == $(HOME)
<12> Heh whatever, it will become a webserver anyway
<6> l0c4lh0st, there's nothing in /root because you didn't put anything there... actually, there probably is stuff... try ls -a
<14> /notif
<14> sry
<14> hadn't meant to have space there
<12> root@SUBZERO:~# ls -a
<12> . ..
<12> I didn't put anything there...
<12> However in / there is stuff
<6> l0c4lh0st, there's nothing htere.
<6> l0c4lh0st, as there should be.
<6> l0c4lh0st, if there was nothing, nothing is in the filesystem.
<6> l0c4lh0st, and nothing is mounted.
<12> PeterFA l0c4lh0st, there's nothing in /root because you didn't put anything there... actually, there probably is stuff... try ls -a <--- You said "there probably is stuff"
<6> l0c4lh0st, I said probably, not that there is.
<12> uh w/e :)
<6> l0c4lh0st, there are sometimes hidden files.
<6> l0c4lh0st, type touch .test && ls
<6> l0c4lh0st, then type ls -a
<6> You'll see a difference.
<6> Files beginning with a . are hidden.
<7> iif i p*** init=/nfs/bin/bash would that work?
<6> Kaeles, that would boot up to a command line only.
<12> Yeah PeterFA I kno
<12> w
<11> no takers on .daa then?
<12> I'm not THAT n00b
<12> :)
<12> I was just saying, that folder is empty, so I want to start on / instead of ~
<7> bleh
<7> that means something else is wrong
<7> because im trying to do that
<7> and it keeps telling me there is no init found, try p***ing an init= to the kernel
<6> l0c4lh0st, what?
<7> any clue?
<6> Kaeles, yeah, 1) find the path to init, 2) install init
<7> i've done that
<7> and it says the same
<6> What's the path to init?
<6> Kaeles, what filesystem?
<7> nfs
<7> and its /nfs/sbin/init
<7> the inittab is in /nfs/etc/inittab
<6> Kaeles, you're trying to load init over the network?
<7> and it still is being stupid.
<7> yea
<6> Kaeles, that's because it can't read the nfs filesystem until it's mounted...
<7> it is mounted
<7> i included that when i compiled the kernel
<6> Built as a module?
<7> no compiled in


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linux
or
Go to some related logs:

#mysql
#linuxhelp
#css
cannot connect to mythbackend
gentoo openal blocks freealut
avahi nfs.service
ubuntu gparted freed space
#perl
#css
#perl



Home  |  disclaimer  |  contact  |  submit quotes