@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet


Comments:

<0> chaedaeX are all of those gtk-engine paks i'm seeing with apt-cache different "themes" for the switch util?
<1> Where I find styles for fluxbox?
<2> Guys, is there a way to alter teh From address when using the linux 'mail' binary?
<3> anybody have a good repository?
<3> for red hat 9
<3> There was an SSL error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]
<3> it happen when i'm run up2date
<4> larcenhaido, fedoralegacy.org may help.
<3> ty
<3> mutk, do uknow how to repair ssl for up2date?
<3> i mean for the certificate
<4> larcenhaido, SSL cert problems with up2date can be caused by out of date cert, wrong system time, etc.



<3> ok ty
<4> larcenhaido, However, RH9 is End Of Life. RHN does not provide updates for it anymore.
<4> larcenhaido, You will have to get updates by other methods, see fedoralegacy.org
<3> i try to help my client for colocation server...so it isnt my server :P
<4> Ok. Let them know about it..
<4> (The situation)
<3> yes... i try to it
<3> do uknow centos
<3> ?
<3> its pretty good for red hat server
<3> maybe i sould think to migrate to it
<5> how can i tell which version of RH is on a machine? its 7.x.. just dunno what
<4> ftp3, cat /etc/redhat-release
<5> ty
<5> ok cool, so its rh 7.2.. since thats unsupported and even fedoralegacy.org does not support it.. is it possible to just put a fedora core 4 cd in and "upgrade" or will it trash all my stuff?
<3> ftp3, backup ur dns stuff such as named.cof and var/named/ if these is dns server
<5> it is, but its tinydns
<4> ftp3, It will likely trash things. Huge dif's from 7.2 to FC4.. Back up everything and carefully re-do it all
<5> is there anything i can upgrade to without trashing?
<4> Not really.
<6> hello ?
<5> ugh.. well, shoot.. its really just the dns stuff i need... but there is a bunch of custom stuff..
<6> will a fedora rpm kernel work on RH 9 ?
<6> i need to be running 2.6
<5> so, if I just stick in the fedora 4 cd.. will it totally trash everything? or will stuff be there, but need ot be recompiled, etc?
<5> because there are about 250gig of backups on there too. and I dont really want to back them up somewhere else (esp since I dont have any extra hd's)
<3> ftp3, yup the main cause are the gcc version in rh 7 is totally different in FC4
<7> anyone here have an idea if there is a word that is generic enough to encomp*** both users and groups
<8> night all...see you in the AM...
<9> stopkeylogger
<10> Quick question: I've tried to get my shell to support iso-8859-1 charset. I've used the simple setup program without much luck, that is it shows a character like '' but requires me to type 'b' in order for '' to show
<10> So any ideas why I have to type in two characters to get one norwegian character? (All the normal a-z works fine though)
<11> hey all
<11> one of my redhat machine has a swap problem; i have a 6gb swap and it shows in the "top"; but it never gets used .. always its 0k used. and the physical memory runs out and the whole damn system gets painfully slow can anyone help me out with this problem
<12> hi all
<12> wahst the diff b/w redhat AS nad EL
<11> as is one letter short of being a "***" but el is not soo
<13> Krins: the redhat web site explains the differences
<13> kreg: also, you might take note of the channel topic
<13> er, Krins that is
<14> Has anyone managed to mute the internal laptop speakers when connecting external ones using the snd_hda_intel alsa driver?
<15> $ cat /etc/redhat-release
<15> CentOS release 4
<15> what version of redhat is this ? 7, 8, 9, el 3 or el 4 ?
<14> it's not redhat, it's just pretending to be :P
<16> isn't that filename a trademark violation?



<15> lol
<15> how to list the files installed by a package in rpm ? (similar to dpkg -L on .deb's)
<16> rpm -ql package
<15> thx
<17> Hello; How do I add the LACD and RHAPS CDs to the package catalog?
<17> so that when I type up2date packet he knows that the specific package (tomcat for example) is on that cd?
<17> RedHat Enterprise Server .4
<15> what is the port of are open normally for FTP servers ? 20 or 21 ?
<16> ftp control channel is 21, data often goes to port 20
<13> depends on whether it's active or p***ive ftp as far as the data port(s)
<15> mmmh, i don't understand why the server of rsync to i have just configured don't works externally, in localhost works good
<13> firewall?
<15> maybe :/
<15> i need the owner of the server.. is sleeping now
<13> telnet to the rsync port on the remote server. that should tell you something.
<15> what is the best mode for daemonize rsync ? i don't look it on init.d ... creating a simple own init.d script ?
<13> tcpdump may also
<16> do rsync over ssh... it's more secure and will save you the h***le of figuring out firewall rules
<16> (and daemons, and init scripts, and xinetd, and...)
<15> mmmh
<18> What in redhat is forceing DNS entries to append a .com on them on a base RHEL4 install (no patches yet).
<18> wget and traceroute are resolve kernel.org to kernel.org.com
<19> is there any user-friendly disk manager in redhat like `cfdisk` in debian?
<20> hi all
<20> mount shows all of my drives mounted rw but when i try to write to disk i get an error that says the drive is read only
<21> can someone help me understand colors with different terminals? i have a work server that suppports colors with each use profile on the command line. works fine from keyboard. however when i ssh into the server from my laptop using Eterm, i don't get color coding. so i would ***ume the terminal is the problem. however when i type in the ssh session "ls --color" it worked???? if the server itself is configured to use color, why
<21> would i have to type ls --color ?
<16> echo $TERM
<21> echo'd "Eterm"
<16> try this: TERM=xterm ls
<16> does that display in color?
<21> no
<21> good idea tho
<16> hrm... seems to be related to the LS_COLORS environment variable
<16> apparently by default it uses --color=none
<21> oh well
<21> thank you
<19> Hello everyone. I've got a LAN and there's going to be router on it. It should do basic routing, traffic shaping with HTB (both, upload and download). Question: is it possible to run nat (to masquarade certain IP adresses) on the same machine where the shaping runs? Won't it brak the shaping upload/download limits?
<22> hid3: shouldn't.
<19> Don't you know if "iptables -t nat -A POSTROUTING -o $nat_if -s 192.168.1.0/24 -j SNAT --to $nat_ip" will be ok for this case? (I mean to masquarade the IPs on the shaper machine..)
<22> hid3: I don't know for certain.
<19> that's a pity..
<23> hey all, quick question for you
<23> how can I tell up2date to download a source package for something already installed?
<13> --get-source ?
<23> grr
<23> 'File not found'
<23> so when the manual says 'without resolving dependencies', what it really means is 'no matter what' ?
<23> so how do I get around this 'not found' error?
<13> em
<13> well, I'm going to have to suggest you ask in #rhel (not the topic :)) as I have used up2date very little
<13> s/not/note/
<23> fair enough


Name:

Comments:

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






Return to #redhat
or
Go to some related logs:

#gaim
fc5 yum hangs
vim column copy
bochs hlt
entrance_edit
#kde
SQL MATCH AGAINST('a*')
Allowed memory size of 8388608 bytes exhausted curl
1280x1024 1024x800 i810
#lisp



Home  |  disclaimer  |  contact  |  submit quotes