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



Comments:

<0> LSD`: you just missed him ;)
<1> module not found
<2> hekate: well you failed to compile your NIC driver into your kernel apparently.
<1> gj genkernel
<3> does anyone have problems installing bacula-1.38.5?
<1> i love how it finds it with the cd and genkernel is like yea I'm not gonna put that on there
<4> hekate: that's genkernel for you
<2> hekate: genkernel has nothing to do w/ the livecd
<5> genkernel makes a lot of bad choices.
<6> genkernel takes forever to compile
<1> so I have to recompile my kernel
<2> I used genkernel once, then never again
<4> thechris: the first being a persons decision to use it in the first place
<7> horay for not using genkernel
<4> welter: compiling EVERYTHING will do that
<5> LSD`: eh, its easier then making your own initrd for those who need volume support



<4> make allyesconfig will do much the same thing and be much more reliable than genkernel
<1> well it didnt compile my network driver
<7> yay menuconfig
<2> hekate: YOU didn't
<1> i used genkernel, it didn't, isn't it supposed to take care of that for u
<8> genkernel--
<2> afaik, no
<5> you will get this message at least 2 seconds after i type it...
<9> thechris: genkernel is just evil.
<5> Skunky: oh, you should try setting up evms on genkernel
<1> and it says right on their instructions in the book and I quote
<5> at least on amd64
<1> Now that your kernel source tree is installed, it's now time to compile your kernel by using our genkernel script to automatically build a kernel for you. genkernel works by configuring a kernel nearly identically to the way our Installation CD kernel is configured.
<10> i'm having trouble getting my "tap" feature to work with the synaptics driver on my laptop
<1> lol from that, you ***ume, everything that was installed during the bootcd would be done with this, what a joke
<11> hekate, they saved themselves by saying "nearly" :P
<1> alright so if I want to do a new manual kernel compile do I have to do anything to get rid of the old one
<12> hekate: you'd read the gentoo kernel upgrade guide.
<1> or is it just better to do a fresh install
<1> would a athlon-m just be under ahtlon or the 586 option, which was already highlighted?
<13> athlon-m is probably athlon-xp
<5> hekate: all athlons are i686. athlon is a better option. likely the cpu is athlon-xp. cat /proc/cpuinfo |grep sse
<1> k thanks
<11> or grep sse /proc/cpuinfo
<14> In KDE emerge has a title-bar saying something like "x of y completed: now installing package z". Can that count be viewed when emerging from the command line (tty)
<11> sdz, it's shown whenever a package is started
<11> other than that I know not
<14> so, how does emerge communicate with X or KDE or Konsole to know when and what to change the title bar to?
<11> beats me :p
<15> :((
<12> it's to do with the PS1 shell variable
<16> a_staff still not working
<14> has anyone here done the full kde-meta emerge?
<15> richiefrich yeah
<17> sdz: yes, why?
<15> richiefrich,
<16> a_staff yes
<16> a_staff u can't get in x at all
<14> How long did it take for the emerge and what proc/ram did u use?
<15> a_staff yeah
<15> richiefrich yeah its been a week
<16> a_staff u try get vga for a driver
<17> sdz: athlon64 3000+/1G and took around 8h
<15> richiefrich what do you mean?
<17> might have been less or more :)
<16> a_staff change your driver from radeon to vga in xorg.conf
<17> left it running overnight (I sleep about 6h) and cheked later after 3h at work and it was complete
<18> anyone want to help?
<16> neosimago, what the ?
<11> neosimago, ask your question and see what you get :)
<19> I've ran into some issues trying to get the php-session extension installed in php5
<18> ok. trouble mounting ntfs volumes.
<16> neosimago, oku can't mount it or u dont know how
<18> mount: /dev/sdc1 already mounted or /mnt/satadat2 busy
<19> I have the use flag enabled, but the extension isn't showing as installed in phpinfo() or being recognized by phpMyAdmin
<18> where do i start debugging with a message like that?
<11> neosimago, for the first one see if mount | grep /dev/sdc1 says anything
<20> anyone help me on this error
<20> http://www.rafb.net/paste/results/9K3HpE13.html



<18> says nothing.
<18> : mount | grep /dev/sdc1
<11> neosimago, did you compile NTFS support in your kernel?
<18> yup.
<4> aconbere: what extension and did you remember to recompile php after changing the flag?
<16> neosimago, do a fdisk -l to see what the NTFS par is
<19> LSD`: the session extension and I've recompiled a couple times just to be sure :P
<21> I need to install a .patch for wxGTK, how do I do this ?
<21> got he patch
<18> fdisk shows /dev/sda1
<18> sorry /dev/sdc1
<19> sona: man patch
<16> neosimago, to mount do mount /dev/sdc1 /media/partitionname -t ntfs -o nls=utf8,umask=0222
<18> what i don't understand is why sda1 mounts as ntfs
<18> but sdb1 and sdc1 don't mount as ntfs.
<11> neosimago, do you have three drives or three partitions?
<16> neosimago, thats cause they probably are ntfs partiotions
<18> six drives.
<4> sona: you can 'unroll' the emerge using the ebuild command and inject your custome patch
<18> but i just want to mount the ntfs partitions that are off the boot disk.
<19> LSD`: the output of php-info is in this thread (bottom) http://forums.gentoo.org/viewtopic-t-418785-highlight-php5+session.html
<19> it shows that the ./config p***ed to php included --disable-session
<19> (despite the use flag being enabled)
<18> what is mount /dev/sdc1 /media/partitionname -t ntfs -o nls=utf8,umask=0222 ?
<4> aconbere: you restarted apache after recompiling php with the session extension?
<16> neosimago, that will mount your ntfs paartition
<16> neosimago, if u do fdisk -l | grep NTFS
<11> neosimago, it says the file system of the drive is NTFS, the encoding it uses is UTF-8 and to set the permissions on it as 0222
<19> LSD`: PFFFT... no..*kicks himself*
<18> ok, i'll translate that syntax to mount /dev/sdc1 /mnt/satadat1 -t ntfs -o nls=utf8,umask0222
<11> umask=0222
<18> right. what does the fstab line for that look?
<19> LSD`: yep that was it...
<16> neosimago, /dev/sdc1 /media/partitionname ntfs nls=utf8,umask=0222 0 0
<19> that hurts
<16> neosimago, for u /dev/sdc1 / mnt/satadat1 ntfs nls=utf8,ask=0222 0 0
<16> neosimago, for u /dev/sdc1 / mnt/satadat1 ntfs nls=utf8,unmask=0222 0 0
<16> neosimago, 2nd one
<18> nope, won't mount. mount: /dev/sdc1 already mounted or /mnt/satadat2 busy
<5> neosimago: mount | grep c1
<16> neosimago, do a umount -l /dev/sdc1
<18> nothing on return for mount | grep c1
<5> ok, then satadat2 seems busy
<16> neosimago, do a df -h
<18> umount: /dev/sdc1: not mounted
<2> ok, well my wifi segment on my gentoo router is working nicely now
<16> neosimago, do a umount -l /mnt/satadat2
<2> whoah, wrong chanel, sorry. :)
<18> df -h only shows root, /dev, /boot, /dev/shm, /mnt/sataboot
<16> neosimago, what does fdisk -l | grep NTFS give u
<18> umount -l /mnt/satadat2 returns : not mounted
<18> what's the link to pastebin?
<11> rafb.net/paste
<16> neosimago, pastebin.com
<2> emerge nopaste :)
<22> hu brianw
<23> hello
<23> anyone here familiar with burning dvds?
<15> anyone has ati 5b61 radeon x300 card?
<23> im curious if you can just burn a xvid downloaded movie to dvd and play it in a standard dvd player?
<18> http://pastebin.com/586533
<24> quick question. I added xdm to my startup using rc-update, but now when I log into X through the interface It wont use my .xinitrc, or my .xsession
<16> ritalin, depends on the dvd playert
<24> how do I fix it
<18> that's the output from fdisk -l | grep NTFS
<2> [sess]: don't use xdm, just use startx
<24> brianw: I want to use xdm, certainly there's a way around this slight inconvenience
<16> neosimago, can u mount all the other one
<18> I can mount only sda1
<24> I looked through chooser.sh and xsession in /etc/X11/ but both refer to .xinitrc
<18> everything else complains upon mounting.
<18> either already mounted or busy.


Name:

Comments:

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






Return to #gentoo
or
Go to some related logs:

lndir ubuntu
jquery rollover
boo yield coroutine
#gentoo
css donwald
asus z71v kmilo
#bash
sysrescdd
debian mplayer amd64 m32
bogomips = flops



Home  |  disclaimer  |  contact  |  submit quotes