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



Comments:

<0> |Jef|: yeah. probably best
<1> floyd_n_milan, yum --exclude=kernel-2.6* --exclude=kernel-modu* update
<2> collide, that wouldn't work either ;)
<0> |Jef|: um. no
<1> AndyCap, um yes.
<0> |Jef|: reboot before installing new nvidia?
<3> AndyCap: doesnt matter
<0> |Jef|: so it checks all kernels and not just the result of uname?
<3> AndyCap: the uname -r trick to install wont work of course.. but thats just a silly trick
<1> best not to try and "trick" your system
<3> AndyCap: `uname -r` is just a shell substititution trick
<0> |Jef|: well duh. but what trick does yum use?
<3> AndyCap: if you know wtf kernele module you want.. yuo dont need to run that
<2> Error: Missing Dependency: nvidia-glx = 0:1.0.7676 is needed by package kernel-module-nvidia-2.6.13-1.1532_FC4 <<< that's weird, i have the package installed!
<1> remove it
<1> as jef suggested



<0> floyd_n_milan: doing what?
<4> Do I need to set up a Samba share to be able to print to the printer that's connected to a winbox? Even if I don't care if that computer is able to see my Linux files?
<3> AndyCap: yum doesnt use any trick
<2> ay
<0> |Jef|: yeah right.
<1> txcrittr_, yep
<2> package kernel-module-nvidia is not installed <<< i wonder when that happened :s
<0> |Jef|: it has to decide which kmod to install some way. :)
<1> rpm -e kernel-module-nvidia-2.6.13-1.1532_FC4
<3> AndyCap: im not in the mood to handhold you through how this works
<1> yum --exclude=kerne;* update
<2> yeah apparently, rpm -q tells me that the package isn't installed
<0> |Jef|: you're never in the mood anyway. :->
<2> gosh!
<1> i'm with jef andy ..
<4> I did set up a share - but I'm not sure it's working right - because I could see the XP box before I set it up
<1> you don't know as much as you "think" you do
<4> I did add the XP box to my ip rout table too
<2> gah i hate rpm even more now!
<0> floyd_n_milan: well, kernel-modules are a bit hackish.
<5> fellaz
<2> i think missing dependancies in the update tree is worth a bug report!
<5> what's the bach equivilance to ----> setenv CL***PATH .:$home/java from .cshrc ?
<0> floyd_n_milan: it's in the livna tree, so I guess the bug report should go there.
<2> AndyCap, yeah mhmm
<6> can i make my fedora box a wins server?
<0> floyd_n_milan: I don't know if it's going to be fixed.
<0> yzrider088: samba should be able to handle that for you
<0> yzrider088: not sure if it's a wins server in the default config
<6> it functions as a wins server ok cool because i already have that running
<5> and add /usr/jdk1.5.0_03/bin to my path variable ?
<0> yzrider088: check smb.conf
<2> argggghh now errors with mplayer-gui!
<0> floyd_n_milan: that's probably your own fault for mixing repos. :-P
<0> jerware: add a file in /etc/profile.d/ perhaps?
<2> AndyCap, yeah i know :P, i just uninstalled that one too, and fixed ;)
<5> i dont have permissions to /etc dir
<6> well i just enabled it in smb.conf but how can i tell if its working
<0> Edgan: .profile or .bashrc is for you then. man bash to see when they are run
<0> Edgan: sorry, that was for jerware
<5> i'll stick with the cshrc for now till i have time. how do i add to $PATH ?
<7> is it possible to use rescue cd to do a net install of fedora?
<5> PATH=$PATH:/usr/jdk1.5.0_03/bin is that the proper syntax?
<0> jerware: not for csh
<2> *phew* finally!
<0> janeri: thats bourne shell syntax
<5> oh
<5> what about csh?
<0> arg, tab hates me today.
<7> any idea guys? if not is there a mini installation iso or something?
<0> jerware: dunno. haven't used it for ages. setenv PATH $PATH:/blah I guess
<0> AnilOne: I don't know. if you have it already try it.
<0> AnilOne: if not get the boot.iso for os/images/
<0> AnilOne: i.e. one up from the iso/ dir on your fedora mirror
<7> ok
<0> AnilOne: 5Mbyte iso for doing the install over the net or from somewhere else
<8> Would changeing a directries SElinux type change anyhting with the iptables firewall?
<0> floyd_n_milan: something small. :P
<2> yeah.... and i can't use fluxbox, because the fellow has been using windows 98 for 5 years :/
<5> will yum install java give me the latest version?



<5> i currently have 1.4 and need 1.5
<0> jerware: did you install the previous with yum? I don't think any repo carries sun's java.
<5> no i think it comes with the fc4 installation
<5> should i update it with rpm?
<0> jerware: umm, gcj comes with fedora core 4. not suns java.
<0> jerware: not sure if gcj is up to sun java 5.
<8> Ok I had 2 rules setup in iptables and they have been there for 2 weeks working great. All of a sudden today the rules are gone. Is there a logfile that records actions like the addition and deletion of iptables rules?
<5> gcj ?
<5> is that a generic java ?
<0> jerware: open source gnu java. together with gnu cl***path
<3> J-E-L-L-O: did you reboot or something?
<8> yes
<0> jerware: or technically gcj is the java compiler in gcc iirc.
<8> that shouldnt flush the rules out though should it?
<3> J-E-L-L-O: before you rebooted... did you remember to "save" your iptables rules?
<5> hmm
<9> J-E-L-L-O: as in edit /etc/sysconfig/iptables
<8> yes they wouldnt have worked if they hadnt been saved
<3> J-E-L-L-O: i think you misunderstand
<8> quite possible
<3> J-E-L-L-O: making rules active is not the same as saving them to a file
<3> J-E-L-L-O: iptables states does not survive reboots.. you need to save rulesets to a file and "restore" them from that file on reboot
<3> J-E-L-L-O: do not private message me
<8> k
<8> so every time I add a new rule
<3> J-E-L-L-O: i know absolutely nothing about how webmin operates
<8> i have to restart it upon reboot?
<8> err
<8> restore
<8> from the file that is.
<3> J-E-L-L-O: if you are using webmin... then you need to find someone else who knows how to use webmin
<9> J-E-L-L-O: not manually. if you edit that file it will be done for you
<9> (i dunnowebmin either)
<8> well I have no problem doing it manualy, i'm mainly concerned in finding out how the rules disapeared.
<3> J-E-L-L-O: if you didnt save them to a file.. they didnt disappear
<8> ok thanks for the tip mlh_
<9> they disappear because they weren't saved i guess
<8> Ok I have a lead to follow now.. thanks : )
<8> any ideas why a rule like htis would be here in a stock setup of fedora? A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
<0> J-E-L-L-O: multicast dns / rendezvouz
<8> ahh ok
<0> J-E-L-L-O: http://www.oreillynet.com/pub/a/wireless/2002/12/20/zeroconf.html
<0> rendezvous changed it's name recently, but I don't remember to what
<0> Ah, bonjour
<0> :>
<8> thank you
<10> steve_laptop, Hello
<11> Hi Sonar_Gal whats up
<10> steve_laptop, looking for Bob. It's meeting night and he has not answered any pings
<12> hi everybody.
<11> Yaa Im ping him to lol I will call his house brb
<10> ok
<12> i have what might be a slightly off topic question... is anyone here running hamachi on fc4?
<10> steve_laptop, pm
<11> k
<13> HELO Sonar_People
<12> im having some problems with fc4's iptables and hamachi... other distros dont seem to have a prob
<10> Hello Daveman
<13> Greetings.
<2> is firefox 1.5 available in any repository?
<14> Testing.
<15> in which packag are the dri drivers?
<15> with FC5T2
<15> +e
<2> cds, ty
<14> floyd_n_milan: Trying to get it in Core, but to no avail.
<2> cds, i wonder why...
<14> Some developers can be lazy when it comes to thigns like that.
<2> hmmm
<15> mm
<15> r300 dri is experimental
<15> ?
<15> meh


Name:

Comments:

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






Return to #fedora
or
Go to some related logs:

hda3 arsss
#linux
#python
antirelayd startup succeeded exim has failed
kdelib-devel
#web
+sitecustomize +py2exe
remove ubuntu powerpc
#css
#php



Home  |  disclaimer  |  contact  |  submit quotes