@# Quotes DB     useful, funny, interesting





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


Comments:

<0> hi
<0> how can i reset the display setting (to vesa) from the console (because my x windows hangs with modified settings) ?
<1> hi, I just compiled gftp with ssl and open ssl and when i connect to a site i get this:
<1> 234 AUTH TLS successful
<1> Dconnexion de l'hte xxx.xxx.xxx
<2> Can anyone tell me how to make change my resolution to 1280 x 1024? Ubuntu won't let me change it to anything higher than 1024 x 768
<3> AoEKiller, think that means disconnection from host <ip>
<3> though it's not english, that's for sure, you sure you using the right locale and packages for english?
<4> ^^ friendly bot
<1> ferro my bug is fixed :)
<5> ubuntu desktop doesn't have ssh in enabled at default, does it
<6> check the services
<6> nm
<6> that doesnt show



<6> no it doesnt
<5> haha,s hrug
<5> telnet and ssh aren't running
<6> ssh isnt installed by default
<6> i notice
<6> just get ssh
<6> from that package manager
<6> it installs it and auto starts it
<7> hm, anyone here ever used courier-imap?
<7> (dapper)
<8> ey robert_
<9> MORE LIKE POOBUNTU
<10> i've got a problem with grub, here's my grub.conf http://pastebin.ca/68885
<10> i'm trying to boot ubuntu with a chain loader
<10> ne1?
<10> bueller?
<10> what's the difference between a math major and a chem major?
<10> the math major p***ed calc
<10> ctually p***ed PChem
<10> <10> somone just do the goatse to me
<10> <10> ****ity **** **** ****
<10> <10> ohhhhot carl
<10> <10> diiiiiirty sanchez
<10> oops
<10> wrong window
<10> dont boot me
<11> thanks
<7> hey, damian :P
<7> is there some sort of automated system I can use which sorts my POP3 mail into the appropriate IMAP folders on my ubuntu server's imap email system?
<12> hey guys. anyone know why my dvd drive won't mount? it's giving me a permission error for /dev/hda/ :S
<3> /dev/hda/ won't exist, /dev/hda will. The following / only works for directories, if it is not a directory, you'll error out.
<12> sorry yeah I mean /dev/hda
<3> paste the command you used and the error to http://paste.uni.cc and then paste the link here
<12> http://paste.uni.cc/9335 -- the command is there as well (it gave me a different error this time, something about a filesystem)
<3> if you're looking at /media/cdrom0 you have to make sure that the /etc/fstab file that contains what /media/cdrom0 points to (looks like /dev/hda) is actually correct, it may not be, that may not be your dvd device. Usually /dev/hda is the first harddisk on the system (unless you're using sata, and even then it can be may also be /dev/hda since sata can fall back to normal ide)
<3> i suggest you try to mount manually via 'mount <device> <location>' example being 'mount /dev/hdb /media/cdrom0'
<3> when you get the error you did get, it means you're trying to mount the wrong device
<3> in this case, that is
<3> you can check for your DVD device and which device it is bound to through the messages at boot, you can replay these messages using the command 'dmesg'
<12> well I have my dvd drive in IDE1 on my mobo, (2x actual hd's in IDE2) so shouldn't /dev/hda be right? if not, is there any way I can identify what it should be?
<3> if you want to make it easier, you can do 'dmesg | grep DVD' (case sensitive), this will give you a line like " hdd: PIONEER DVD-RW DVR-110D, ATAPI CD/DVD-ROM drive" or such
<3> see how it says 'hdd'? that's the device it's bound to
<12> [17179576.336000] hda: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
<12> [17179577.464000] hda: ATAPI 94X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
<12> does that look right?
<3> yeah
<12> so it's definitely on hda
<3> yep
<3> try a different dvd ;) Btw, ubuntu will auto mount it if it's read correctly
<3> unless you're using the server editionm
<12> (btw thanks alot, you've been a great help already)
<3> no worries ;)
<12> /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
<12> ok I put a PCBSD cd in there and by the looks of it it's just not finding anything in there O_O



<12> "9.7gb free space on /media/cdrom0
<3> o_O is it mounted? 'df' will tell you
<3> if /dev/hda is listed in there, it's already mounted
<12> heh; no it's not :$ should I put it into fstab?
<12> scratch that, it's already in there. should I remount everything in there?
<3> that won't work with cdrom and dvd devices
<3> hmm
<3> try to mount it again, then paste 'tail /var/log/messages' to pastebin
<12> http://rafb.net/paste/results/zYXceO37.html (my net doesn't seem to like paste.uni.cc)
<3> bad dvd/cd it looks like, you tried another dvd/cd yeah/
<12> yeah tried a couple
<3> bad driver i guess, or dead dvd-rom
<12> works ok in windoze, might be driver then
<3> if that's the case, you can try a different kernel and see if that works. Though, since the issue seems this bad, i'd google '"HL-DT-ST DVDRAM" "end_request: I/O error"' or such
<12> alright
<12> well thanks loads for the help
<3> np
<12> ok then, is there any way to emulate a cd/dvd device (a la daemon tools) ?
<12> ^ slightly easier query :)
<3> yeah, mount using the loopback device
<3> example being mount /home/bob/files/echi.iso /mount/images/ -o loop
<3> see 'mount man' it shows it in the man page ;)
<13> can someone help me out here, I have a fresh install of Ubuntu and cannot resolve domain names. I can connect to IP's but no web addresses
<13> I have my entries in resolv.conf and no luck
<3> are the entries in resolv.conf IPs or hostnames?
<13> IPs
<13> and I am using those servers for another box on this connection
<13> this connection actually
<3> check it again, resolv.conf can reset itself to the gateway IP
<13> yep looks good nameserver <ip of my DNS>
<13> and even have 3 entries for all 3
<13> it running DHCP for that matter
<3> try using 'host' or 'nslookup' to resolve hostnames using inpued ip
<3> host poop.com <ip of ns>
<13> no authoritative answer
<3> do you have auth to use these nameservers? are you on the same connection as the other boxes which utilize these ips?
<13> ooh wait
<13> just got one
<13> one sec my need a new priority
<13> one NS could be down
<13> sorry I am an idiot
<3> happens to the best of us ;)
<13> yeah and you feel really stupid but oh well :) one of the DNS servers is down
<13> however why would it not resolv with the others
<3> strange, it 'should'
<13> yeah that is why I was confused
<3> let me try
<13> but I just used my local DNS server on this subnet and it worked
<13> and I am not blocking 53
<3> works for me
<13> not sure but thanks for the encouragement! :)
<12> ok I've set up a dual headed display on my ATI card -- but it's just two desktops. can anyone advise how to merge these two to make one large desktop?
<12> nvm I got it
<14> anyone around here this early?
<14> hallo
<15> how do i go about gettign gcc isntalled for amd64?
<15> i tried to do and apt get for the gcc stuf fno luck on finding any
<15> nm i got it
<16> YO
<17> there any recent postfix exploits?
<16> hey GUYS, i really really messed up my netinstall of ubuntu installation to where it says that there is now 0 active partitions (full thread here: http://ubuntuforums.org/showthread.php?t=201860 but no one's replied) can any of you help please???
<15> yea ur ****ed
<18> I LIKE TO EAT POOP
<19> =(
<20> Probably the earliest flyswatters were nothing more than some sort of striking surface attached to the end of a long stick.
<21> lifegrind, like a tennis racket.


Name:

Comments:

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






Return to #ubuntu
or
Go to some related logs:

#windows
delivery 7: failure: Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/
#politics
ExportOptionsSaveForWeb
#nhl
#politics
ktorent Debian
#windowsxp
mark3d benchmark
Tcl v8.4



Home  |  disclaimer  |  contact  |  submit quotes