@# 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



Comments:

<0> or open that file up in a text editor
<1> its je|2os fault
<1> ok
<0> you're going to have to configure that file for static IP's and comment out the DHCP stuff
<2> it is
<2> i knew it!
<2> i raped mtx1 with a gentoo install muahaha
<2> kickd ubuntu out his window
<1> LOL
<0> mtx1: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8#doc_chap2
<0> mtx1: go there and start at Code Listing 5
<0> you'll have to "Manually set IP information for eth0"
<0> instead of using dhcp
<0> good luck bud
<1> sweet thanks!!
<2> w00t



<0> after that you should be able to start the /etc/init.d/net.eth0 service
<2> RageDemon, does the livecd have openssh installed on it already?
<0> yeah I think so
<2> sweet
<2> ima set up my buddys system if so
<0> Je|2o: livecd installation handbook says you can run sshd for remote installation
<3> oh god
<2> oh god is right
<0> or for someone to help you over the internet
<2> im such a jew
<0> orly
<1> SWEET! its workin! thanks
<1> jel2o dustin settin up gentoo tonight?
<3> Ok, so i was in irssi
<3> I hit ctrl-alt-del
<2> he is going to get livecd up and sshd started then i will set it up from here
<3> to reboot
<1> oh sweet
<0> mtx1: np dude
<3> as the shutdown messages were scrolling past, I can still see you guys typing
<3> So i typed back
<3> And it worked, I think
<0> last thing you said here was oh god
<3> Did anyone see me type "oh god" and "whoah"
<0> missed the whoah
<3> thats ****ing cool!
<3> i typed whoah after eth0 went down
<3> =[
<0> I think there is a command to abort the shutdown process :3
<3> i wanted to shutdown
<0> ah
<4> wow a geeky band who knew
<4> http://www.youtube.com/watch?v=LqyU6Sg3X5s#GU5U2spHI_4
<5> fatuxo
<6> peho
<7> jacevx
<4> http://qntm.org/f16
<4> lol
<1> ragedemon u around?
<1> anyone know how to set ethernet to have static ip address when using a modem to dialup to internet when i use /etc/conf.d/net and set it to manul ip address i cant get on the net using my modem
<8> umm unless you request an static ip from your isp.. you must use dhcp
<8> and with dialup .. its always dhcp
<1> well i want to use dhcp on modem but i set static on ethernet
<1> and for some reason when static is set on ethernet i cant get online using modem it dials up but doesnt go anywhere
<8> do you have a static ip from your isp?
<8> did they give you an ip?
<1> sure did
<8> then follow the guide
<1> no not static from isp isp is dhcp
<8> dude
<2> using dialup for internet, which works, but when configuring the eth0 for the inter network it trys to use the eth0 for its internet connnection
<9> Anyone seen The Da Vinci Code?
<8> bitrot: ya
<9> any good?
<8> ya
<9> thrasher7: you there?
<8> if you have the subs
<4> yeah
<9> thrasher7: can I have the serial that you got for free for AppZapper I promise i'll buy Textmate
<4> i dunno if it will let you install thou



<9> what baloney is that
<4> whats your email?
<9> just msg me the goods
<9> just msg me the stuff mane
<4> email!
<9> why
<9> msg...
<9> just as good
<4> cause
<9> cause you're lazy?
<4> yes
<4> and its easyer to forward the email
<9> i knew it
<9> I can read you like a book and it's not a thick one.
<9> s/not//
<2> would you have to set a config to use your modem for internet connection and your eth0 just for your internal network?
<9> wait
<9> like a dial up modem? O.o
<2> yepp
<9> yeah of course you would have to configure that
<9> I've never used dial up in linux before :(
<9> I would like to have a dial-in vpn
<9> for the just in case stuff
<2> well we got the dialup working
<9> so configure your /etc/conf.d/net
<9> if you're planning on sharing that dial-up connction with the rest of the network for some god awful reason, you're going to have to setup IPTables with a NAT scheme.
<9> brb
<9> back
<9> bleh have to log out
<2> so need to set modem to default gw, and just set a broadcast for eth0
<10> is there a good program for ripping songs of itunes library on another computer on network? like (mytunes redux for windows)
<11> good god i hope not
<9> hmm
<9> how can I get samba to use lower case letters :\
<10> anyone know how to make a terminal program start, then stop after x seconds, (and repeat x times)
<10> repeat y times rather
<9> i have preserve case = yes ; short preserve case = yes
<9> bunniezz: sleep
<9> sleep 5
<11> with a counting for loop
<9> yep
<9> use seq
<11> even better
<9> shiznix: pls to fix samba
<10> so that will let me run program x for 10 seconds, then program y for 5 minutes, then repeat it, automatically?
<9> what is your overall goal?
<10> just what i said... loop ( run program x for 10 seconds then stop... then run program y for 5 minutes then stop) end loop
<9> yeah use a for loop then
<12> if you can background the progs, itll be easy... if not, itll be more complicated
<10> iamben cant background the first one
<9> iamben: do you know how to force lowercase w/ samba?
<12> dont use samba much
<10> iamben: how would you do it if you could background them?
<12> bunniezz: while 1; do firstprog&; sleep 10; pkill firstprog; secondprog&; sleep 5; pkill secondprog; done
<12> something like that anyway, i dont use while loops much
<11> bitrot: do you have 'default case = upper/lower' ?
<11> bitrot: `man smb.conf`
<10> iamben: thanks... not so good with bash script.. ill try
<9> shiznix: yeah
<9> okay well the filenames are fine
<9> it's the mouth points
<9> when I mount lets say my home dir thedir name is 'ROSS' instead of 'ross'
<11> not sure, not had the need to mount windows shares
<11> or samba shares
<11> only use samba to share linux stuff to windows clients, all the rest is NFS+automount
<13> /top
<14> hi all
<0> hay wgo
<14> having some troubles here with the mount command
<14> i'd like a regular user to be able to mount a NTFS partition
<14> because when i do it as root, i can only access it as root :<
<14> i tried adding the entry to the /etc/fstab but it still wont let a regular user mount
<12> icemangen: if you just want all users to be able to read it, put umask=0222 in the options column in fstab


Name:

Comments:

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






Return to #gentoo
or
Go to some related logs:

#beginner
#online
#politics
bbwdungeon
photos of exhumed bodies
#battle
#politics
#unixhelp
#windowsxp
#gentoo



Home  |  disclaimer  |  contact  |  submit quotes