@# 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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56



Comments:

<Kevin`> dd if=/dev/hda count=1 of=mbr
<FliesLikeABrick> Kevin` count =1?
<theUg> Can I back it up from Win itself?
<Kevin`> ie bs=512 count=1
<FliesLikeABrick> mk
<Kevin`> theUg no, you cannot
<theUg> Sna, lemme write it all down. :)
<Kevin`> not with standard stuff at least
<FliesLikeABrick> theUg microsoft doesn't expect users to be that creative that they need to touch anything other than a GUI and useless console
<theUg> Kevin`, Crap windows ****s. :) Although I think it would be boot.ini, nedda check it
<Kevin`> boot.ini just tells the windows boot loader what to do
<Kevin`> it's an actual ini file
<obcp> plz my sound card does not work on gnu/linux
<slpyhd> obcp: find out if it's supported
<FliesLikeABrick> theUg from what i understand, boot.ini would be equivalent to /boot/grub/menu.lst or lilo.conf
<theUg> Kevin`well at least it could be configured. :) I’ll just save it, and then use a linux hammer.
<slpyhd> google for alsa-project
<FliesLikeABrick> obcp try other output plugins
<obcp> i have try that
<Kevin`> theUg why are you erasing the mbr anyway
<Kevin`> ?
<obcp> and get
<obcp> Trident4DWaveAudio: probe of 0000:00:01.4 failed with error -5
<theUg> Thanx guys, you’re the best. And nzi Dagmar ****s Chef’s chocolate salty balls.
<Kevin`> theUg wait
<Kevin`> why do you want to erase the mbr
<theUg> Kevin`cuz I installed linux after windows
<Kevin`> (program portion)
<Kevin`> theUg just do this
<Kevin`> start cfdisk
<Kevin`> and make /boot active instead of windows partition
<Kevin`> done
<Kevin`> the windows mbr boot loader will do what you tell it to
<theUg> lemme try this as well.
<theUg> No, I ws going to use GRUB anyway
<Kevin`> so put grub in the mbr and don't worry about erasing
<theUg> Kevin` just nice to have dual-boot windows config backed up before moving to quadruple win/lin stew. :)
<Kevin`> well boot.ini isn't going to change by messing with the mbr
<Kevin`> but
<Kevin`> ya
<theUg> Kevin` I had problem yesterday — after putting GRUB into MBR, win could not install itself anywhere
<Kevin`> I think you confused it with something else actually
<Kevin`> but that's yesterday
<theUg> I had to do it through the arse overnight. Firs format HDD and install W98, then use SUSE partitioner to partition, then install XP pro, and then install FC4 :) I know, I am an ***hat
<Kevin`> why win98
<zulu42> hi there, when I e2fsck a crashed disk, I have a kernel panic tellin: fatal exception in interrupt, if I just mount the partition without checking it, the system seems pretty stable... what interesting test could I do to understand what happen?
<rjw> what command would I run if I wanted the command connect to localhost and put in the p***word and hit enter in one go
<bhearsum> can anyone here /join #freenode without getting forwarded to ##bookmark?
<TimeZer0> anybody know if a SB Extigy can be used with the rear speakers using ALSA? Not with the exaudio OSS driver.
<theUg> Kevin` I need all that to test soft and web, plus I play old DOS games. :)
<Kevin`> zulu42 baaaad stuff
<zulu42> oh yes I tryied with 2.4 and 2.6 kernel, the same...
<Kevin`> zulu42 where did you get your kernel
<kipp> can someone point me to a FGLRX chat room?
<kipp> headaches with stupid ati
<FliesLikeABrick> TimeZer0 i've been using a sound blaster audigy platinum with 5.1 fine with alsa
<zulu42> the 2.4 is the debian stable one... but let me tell before I changed the box of this PC everything was alright with the 2.6
<FliesLikeABrick> TimeZer0 run alsamixer in the terminal and make sure youre rear speakers are turned on/up
<TimeZer0> is that a usb version?
<FliesLikeABrick> nope, sorry
<TimeZer0> yeah, extigy is a usb sound card
<zulu42> this mean change the box of PC = kernel panic... mouarff :)
<FliesLikeABrick> gotcha ;) i think i used to know that
<zulu42> my question is... why my kernel panic exclusively during e2fschk?
<Kevin`> zulu42 try with a kernel.org stable kernel, although debian should be pretty good
<Kevin`> zulu42 i'd guess a hardware problem of some sort
<TimeZer0> interestingly amixer reports that it has front, rear, subwoofer, and center capabilities, but when I try to refer to more than 4 channels it claims there aren't any. Anybody have any ideas? Are capabilities just a query of the card, not necessarily supported by the driver?
<zulu42> ok
<D34FC0N> ahoy
<zulu42> you are probably right... two cable are short circuited somewhere ;)
<slpyhd> code purple D34FC0N
<x86> anyone for xfrisk?
<slpyhd> ignore last statement, over
<D34FC0N> What's purple codes means?
<P-Luc_Auclair> hey I'm trying to compile esound and I get "'RTLD_NEXT' undeclared"
<slpyhd> it means your about to ejaculate
<P-Luc_Auclair> anyone has a clue what it means
<zulu42> ??
<D34FC0N> Well, i have no clues what's means
<Kevin`> do you have all the include/header files it wants
<slpyhd> P-Luc_Auclair: is it critical?
<D34FC0N> purple, that's sound like barney dino
<P-Luc_Auclair> yeah, I get error 1 and make stops
<slpyhd> search for a *.h not found
<slpyhd> under the last line starting with gcc
<Kevin`> P-Luc_Auclair that isn't the first part of the error message, it can't be
<P-Luc_Auclair> esddsp.c: In function 'open':
<P-Luc_Auclair> esddsp.c:172: error: 'RTLD_NEXT' undeclared (first use in this function)
<P-Luc_Auclair> esddsp.c:172: error: (Each undeclared identifier is reported only once
<P-Luc_Auclair> esddsp.c:172: error: for each function it appears in.)
<P-Luc_Auclair> esddsp.c: In function 'ioctl':
<P-Luc_Auclair> esddsp.c:373: error: 'RTLD_NEXT' undeclared (first use in this function)
<P-Luc_Auclair> esddsp.c: In function 'close':
<P-Luc_Auclair> esddsp.c:392: error: 'RTLD_NEXT' undeclared (first use in this function)
<P-Luc_Auclair> make: *** [esddsp.lo] Error 1
<Kevin`> nothing (wrong) before that?
<slpyhd> google for it
<x86> anyone for xfrisk?!?!?
<x86> :P
<slpyhd> google for "esddsp.c:172: error: 'RTLD_NEXT' undeclared"
<slpyhd> whats an xfrisk?
<dma147> ree...
<slpyhd> is it contageous?
<Quiznos> xfr==transfer?
<slpyhd> hey dma
<slpyhd> old greeter
<Quiznos> x-frisk?
<aeromax85> so i have a reiserfs partition wiht a lot of bad blocks
<aeromax85> im running badblocks to find the badblocks wat do i do after if ind out wat all my badblocks are and put it into a file
<Quiznos> rfs ****eth
<Kevin`> aeromax85 put them in a file on a floppy, drive to the store with it, and buy a new drive? ;)
<aeromax85> see i cant mount my partition at all now
<Kevin`> does the reiser fsck program have a -c option or similar?
<Kevin`> that would automatically do the bad block list
<aeromax85> i did reiserfs --rebuild-tree b4
<Quiznos> manpage
<aeromax85> and it got stuck
<aeromax85> upon reboot it wouldnt boot
<PPSD> hi
<theUg> Kevin` I have FC rescue CD, and it does not have cfdisk. fdisk can list partition table, and shows that it boots from hda1 which is win partition, but I don’t know how to change the boot settings with it, if at all.
<Kevin`> theUg, a
<Quiznos> a
<Kevin`> (toggle bootable)
<Quiznos> ditto
<P-Luc_Auclair> seems to have to do with glibc
<theUg> fdisk -a?
<Kevin`> no
<Quiznos> no
<theUg> lol
<Kevin`> fdisk /dev/hda
<Kevin`> a
<Quiznos> ditto
<theUg> lemme try this then
<turbofisk> howdi
<turbofisk> so I've got a .diff file... how the hell do I run it?
<Quiznos> give it to patch
<P-Luc_Auclair> let's update and see...
<Kevin`> patch -p1 <.diff
<PPSD> when i create a new mailbox using confixx, the mailbox file is saved at /var/mail/BOXNAME whereas all imap folders are created at the dir /var/www/BOXNAME/... does anyone know where this setting is made?
<turbofisk> hmm ok
<D34FC0N> i'm not sure what kind of boot software you have, in the boot screen, press F1, F2 for info to find that select the hdx to boot...
<turbofisk> I've done it before, but I can't remember how
<Jmax> hm, how do i tell what font i'm using in term?
<turbofisk> I have about 15 diff files to apply
<turbofisk> can I do them all in one go?
<Kevin`> 15 diffs to one tree?
<turbofisk> yepp
<turbofisk> http://paula.comtv.ru/miranda.index.html
<turbofisk> trying to get miranda to run in linux
<turbofisk> I tried before, but the cvs is newer now, so it might work now


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

arm-elf-binutils ubuntu
gentoo [Errno 30]
unable to open bitbake.conf
phoul
/dev/dsp-1: Device or resource busy ubuntu skype
#ldap
gentoo thinkpad liveusb
#bash
tkined gentoo
#gentoo



Home  |  disclaimer  |  contact  |  submit quotes