@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<prose> thanks guys - it all worked
<mcu> hey guys.....is there anyway to make a .trash can for any file deleted through ftp? I found a way to do it with shell, but can not do it with proftpd
<Idle`> if you cant do it with the ftpd, then you cant do it
<mcu> with the ftpd?
<mcu> what u mean?
<Idle`> the server
<digipanel> OK I got the openssh SOURCE rpm.. editing openssh.spec I place 'Patch37: openssh-4.2p1-hpn11.patch' and then lower down the spec '%patch37 -p0 -b .hpn11' however when I 'rpmnuild -ba openssh.spec it halts asking input: File to Patch: ( if I change p0 to p1 it saus hunk 1 failed etc )...
<Idle`> sounds like the patch wont patch cleanly against the RPM's source
<digipanel> Im trying to apply this patch: http://www.psc.edu/networking/projects/hpn-ssh/ Because im using XP to connect to my Linux servers uploading files via scp the xfer rate is slow due to differences in OS buffer sizes.
<Idle`> k
<^DX^> where is mail stored?
<^DX^> ?
<IdiotStic> in a mailbox?
<^DX^> /usr/share/mail?
<^DX^> I can't find it, heh
<^DX^> I need a user ID out of my friends email but I can't find his damn dir, I'm using sendmail as my MTA
<^DX^> and mbox instead of Maildir
<Qwell[]> Does he know you're snooping through his mail?
<Qwell[]> There are privacy laws that prohibit that :p
<^DX^> uh well, as I am his server admin, there isn't
<IdiotStic> check in /var/mail ?
<^DX^> ah! var
<Qwell[]> actually, there are
<^DX^> duh
<cmang> hmm. this ****s, all .html files (specifically) are getting "client denied by server configuration" serverwide (for all vhosts) in apache's log, but I can't find any Deny statements in httpd.conf.
<^DX^> well when he sues me we'll worry about it
<Qwell[]> server admin or not
<cmang> all .htm files, too. .php, .css, everything else gets spit out fine.
<Qwell[]> The People vs. John DOe
<ink_> helo:)
<ink_> can i save multiple settings for the wlan aplication-thingi in xubuntu? i got xfce think its the same as in gnome...
<ink_> the aplication is called network-
<ink_> admin
<ink_> the aplication is called network-admin
<ink_> ok, thanks for no help:P but i managed to find it out on my own:D
<type0> how can I tell if I have non threaded perl?
<Idle`> Qwell[]: got time to read 8 pages?
<ink_> hey, how do i copy in shell?
<ink_> or move...
<Idle`> mv file newfile
<Epik> How do you find out the version of redhat you are running?
<cmang> cat /etc/redhat-release
<Epik> ty
<Idle`> Epik: cat /etc/*elease*
<Epik> oo thats not good lol
<Epik> Red Hat Linux release 8.0 (Psyche)
<Idle`> :)
<cmang> eek
<Idle`> time to upgrade
<Epik> i think so
<cmang> why would Apache deny access to all .html files unless this is added to the configuration: <Location /> allow from all </Location>
<cmang> it's strange, as there are no deny statements anywhere, aside from the one for .htaccess.
<Idle`> it defaults to deny, allow
<cmang> ah, hrm. Hrmm.
<cmang> it's weird, because my other servers don't need that in it at all. I wonder if these guys did something weird when building apache.
<Idle`> perhaps
<Epik> holy ****, this **** is so old i cant even install anything to update it
<Epik> up2date wont even run
<Epik> bad pgp key
<cmang> yum
<Epik> trying
<Epik> doesnt work
<Epik> keep going to lower and lower version
<Epik> [root@linux1 root]# rpm -Uhv yum-2.0.4-1.noarch.rpm
<Epik> Segmentation fault
<Epik> its good stuff
<Idle`> lol
<Epik> wonder if src will segfault too
<Epik> whats the group add for redhat?
<Idle`> probably has a different glibc version ***ociated
<Idle`> I would say reinstall with fedora
<Epik> i cant
<Epik> cant wreck this server
<Epik> how do i add a group?
<cmang> groupadd ?
<\n> ooohkay...wth... how does procmail know where to place mails to the user's local mailbox if i'm not even telling it...it still goes to /var/mail/username even when .procmailrc doesnt say anything about /var/mail/username
<cmang> so you get another server, install a modern os, transfer all content over, redirect the dns. :)
<Epik> well thats half ***ed better
<Epik> [root@linux1 root]# rpm -Uhv yum-2.0.4-1.src.rpm
<Epik> 1:yum ########################################### [100%]
<Epik> [root@linux1 root]# yum
<Epik> -bash: yum: command not found
<cmang> lol.
<cnguyen> what do you use to serial console cisco router?
<inv_arp[w> cnguyen: minicom
<Idle`> minicom -o
<Idle`> prevents it from attempting to dial
<zess> how can i search a dir and all its subdirs for files that match *.ab* and remove the files it finds?
<Idle`> find . -name \*.ab\* -exec rm {} \;
<enyone_> try #locate *.ab*
<Idle`> that wont do it
<cnguyen> thanks
<Idle`> thatll find all thatll have it, and cant remove it... just list them
<zess> can i add rm -f?
<Idle`> yes
<zess> hmm, doesnt seem to be working
<zess> im dir /test/
<zess> and the files are in a 100 subfolders of that dir
<inv_arp[w> -name "*.ab*" for glob -regex "*.ab*"
<\n> if i have an older redhat box, whats a good way to get spam******in on it...but reversible
<Qwell[]> upgrade
<\n> not an option
<\n> upgraded machine is on standby to replace it
<\n> need temporary solution
<Qwell[]> get a second server
<inv_arp[w> build the rpm from source , unless you can find an older patched version
<\n> looks like i have rpm
<\n> screw this ****
<\n> it wants perl now but there is no perl rpm
<][aDEs> hey guys, could anyone tell me what ipt does? I have a file called .ipt, is it just an iptables policy script?
<Idle`> file blah.ipt
<Idle`> cat blah.ipt
<Idle`> see whats inside
<disappear> anyone feel like helping with a cedega problem
<disappear> Unable to find a sufficient number of fonts available to FreeType. <- is my error message when trying to launch city of heroes updater with cedega
<][aDEs> nono the file is just .ipt, i thought it was some standard like rc.d
<Idle`> sounds like some kinda cache file
<_monster> whats a good linux rss notifier?
<_monster> :D
<inv_arp[w> _monster: check freshmeat.net
<Qwell> bah
<Qwell> while 1; do wget http://somedomain.com/rss.xml; done
<Qwell> xterm not gui enough for you? pfft
<kaos01> haha
<kaos01> should that be while :; do ... ? :)
<Qwell> while 1 works just fine
<Qwell> I mean, unless 1 ever gets redefined
<kaos01> mmm i got 1 command not found
<Qwell> oh, umm
<kaos01> while [ 1 ] is ok
<Qwell> meh
<jjshoe> howdy qwell
<stnkypnky> how do i download the plugins for mandriva linux
<stnkypnky> like flash
<IdiotStic> macromedia.com ?
<stnkypnky> I know where to get them but i can't seem to get them installed even when i read step by step
<stnkypnky> addons.mozzilla.org/plugins/
<jeenam> what browser are you trying to get them to work for
<jeenam> shiz
<jeenam> i can get flash working with opera
<jeenam> can't be that hard
<stnkypnky> mozzilla firefox
<jeenam> http://plugindoc.mozdev.org/faqs/firefox-linux.html
<stnkypnky> i think probably not but i know i am missing something
<stnkypnky> i am brand new to the whole linux thing
<stnkypnky> just trying to get the feel still
<jeenam> there's the problem =)
<jeenam> i was waiting for you to say that


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

#computers
fufu adware
chkntfs fsutil dirty clean
#politics
sym22801 solaris
#gentoo
#murder
#computers
#linux-noob
FC-478 DRIVER



Home  |  disclaimer  |  contact  |  submit quotes