| |
| |
| |
|
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> devoured: add the wma USE flag and emerge -uDN world <1> there is a wma use flag as well? <1> Does that not come in the w32codec pack? <2> is it safe to rm -rf *.* the /var/tmp/portage? <1> jkamp: I have w32codecs in my use <3> where is the world file held? <4> I have a problem stopping lighttpd /etc/init.d/lighttpd stop gives [!!] as a response. Any thoughts on what to check? <5> Ahhh. ">>> Updating Portage cache: 100%" with the unstable ~arch-masked portage tools. It's a good day. <0> devoured: no. add the 'wma' USE flag as I said. <1> Will do, thank you. <2> is it safe to rm -rf *.* the /var/tmp/portage? <6> thevinekeeper, stop repeating your question so much <7> thevinekeeper: yes <6> thevinekeeper, its probably fine to remove those files <7> thevinekeeper: you may also kill off /usr/portage/distfiles <6> thevinekeeper, if you re-emerge samba, they will get cleaned up
<8> this is one of the specific error messages I need help with: whoami: cannot find username for UID <7> if you're low on disk space. <2> if i simply emerge samba, does it use some default USE variables, or no USE variables at all? <0> thevinekeeper: emerge samba -pv <6> thevinekeeper, you modify use variables on a per-package basis in /etc/portage/package.use <9> where can I download the tar file for an ebuild manually <9> ? <9> so that I can just stick it in distfiles? <6> thevinekeeper, there is documentation on gentoo.org that explains all this <9> im looking <9> i can find ebuilds <7> daharon_: why not emerge --fetch-only <ebuild> <9> I can't get on the internet on my gentoo right now <9> need to re-emerge rp-pppoe <10> Ok, dhcpcd is terminating due to a signal 2 error. Any ideas what that means? <6> Toxygene, run dhcpcd -d manually <11> Toxygene: check dhcpcd docs... <6> Toxygene, it should log a more verbose error to syslog <12> aight fellas off to bed cu :) <10> ok, it'll take a minute for it to timeout again <6> Toxygene, does iwconfig <interface> show a mac addr for your access point? <6> or is it FF:FF:FF:blah <10> it's valid <10> 00:13:10:... <9> no advise? <13> dumb question <13> if i forgot to set p***wd for root before rebooting a 2006.0 install, is there any hope? <10> Cl***ID = "Linux 2.6.15-gentoo-r7 i686" ClientID = "blah blah blah" <13> can i reboot off the live cd, chroot again and then set the pw? <14> johnga1t: yes <10> that's all it output, checking /var/log/messages now <2> so if my /etc/portage/package.use file is empty, and I emerge samba, will this only build the bare minimum that is required to run samba? or will it auto build all the USE variables? <14> i've done that quite a few times :( <0> daharon_: if you can find the ebuild... open it and it will tell you exactly where to download <9> ah, doh! thanks <15> johnga1t, or you can boot the new install in "single" <0> thevinekeeper: FOR THE LAST TIME. emerge samba -pv <13> dli: ah <13> dli: how do i do that? <10> er, nm, forgot the -d flag, running it again quick <2> jkamp i already did that and it doesnt answer my question <2> quit being a jerk <15> johnga1t, supply the kernel parameter "single" in grub, if it doesn't work, "init=/bin/sh" <0> thevinekeeper: That will tell you exactly what it will and WILL NOT use... if you want it changed.. modify your USE variable <0> thevinekeeper: how does it not answer your question?? <3> I want to manually edit my world file... it's not in /var/cache/edb/world <3> where is it? <2> read my question more carefully <0> you asked what use variables samba uses.. <14> MrDarkUser: /var/lib/portage/world <3> GerbilSoft: thanks :" <14> k <10> oulman: dhcpcd: MAC address = [...], Cl***ID = [...], ClientID = [...] on the command line <16> so the 21.4 branch of xemacs-gtk anti-aliases fonts? <13> dli: thanks <16> even though xft support in xemacs isn't available until the 21.5 brance? <6> Toxygene, huh <10> dhcpcd: boradcasting DHCP REQUEST ... then timeout wiating for DHCP_ACK response, then boradcasting DHCP_DISOVER and finally another timout waiting for a valid response <15> johnga1t, "single" works? <17> hey hey people <8> can anyone help with this: whoami: cannot find username for UID thanks!!
<18> sLiCeR\, u here <13> dli: i tried softleve=single, as wiki says ... before you responded <13> dli: should i try a "1" ? <17> quick question, if I use the alsa-driver package do I disable alsa completely in the kernel or just the specific drivers for my spu? <19> softlevel=single <6> Toxygene, have you tried increasing the timeout? <0> Curs0r: you can remover alsa from the kernel <6> Toxygene, it should be much faster than that though. <15> johnga1t, "init=/bin/sh" always works :) <17> jkamp, thanks <10> it took about 60 seconds <13> dli: thanks. 1 just worked. <10> I mean, I have no problems accessing the router in windows <13> dli: funny. trying to use p***wd i get "authentication token lock busy" <20> hi guys <18> rommel, u here? <20> i cant disable Generic IEEE 802.11 Networking Stack <21> johnga1t: you need to remount the filesystem read-write if you did the 'init=/bin/sh' thing. mount -o remount,rw / <20> on my kernel menuconfig :( <21> johnga1t: and then remount it as read-only before rebooting. mount -o remount,ro / <20> i am trying to configure ipw2200 <20> http://gentoo-wiki.com/HARDWARE_ipw2200 <15> moreon, I think he did runlevel '1' <13> moreon: thanks a lot. <15> moreon, is it still ro mounted? <19> BangBang: you need to emerge ieee80211 first, and if it fails, follow the instructions on that page and answer y to the questions, then try merging ipw2200 again <2> so I emerge samba -pv, it shows me all the dependencies. I see way too many. So I want to remove them and only add two USE variables. so I did echo "net-fs/samba readline pam" >> /etc/portage/package.use, now i ran emerge sambe -pv expecting to see a lot less dependencies, but its exactly the same before? what gives? <20> you mean i dont need to change that option ? <21> dli: not sure. maybe single user mode mounts it read-only -- i didn't think it did... although I have problems going into single user mode anyway, so I just do init=/bin/sh when I Need that trick :P <20> by default it is enable as Module <19> BangBang: actually, emerge ieee80211 , follow the instructions then try ieee80211 again, after it works, emerge ipw2200 <20> the guide say i need to disable it <19> BangBang: huh? no idea what you're talking about, i just use portage <19> and i'm using that same hardware right now <20> cool <15> BangBang, you can select ieee80211 in "Network Options", then, you can select ipw2200 in "Device Drivers" -> Network Devices -> Wlan -> ipw2200 <13> i've got a 3c905b and i thought i configured the kernel for it <13> but it shows nothing. any ideas? <19> didn't know there was an in-kernel driver (so why is there one in portage then.... works for me) <20> ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection <20> ipw2200: ipw-2.4-boot.fw load failed: Reason -2 <20> ipw2200: Unable to load firmware: -2 <20> ipw2200: failed to register network device <19> grr <15> johnga1t, dmesg, or make menuconfig to double check <22> i'm trying to run a specific X application on tty8, sort of. I got it to work perfectly, however I'd like to p*** it a different xorg.conf then the default... -config doesn't seem to work when i want to fire up a specific application <20> by default i am using genkernel and it say i have ipw2200 built in on the kernel <15> BangBang, you need to "emerge ipw2200-firmware" <20> and need to diasble it <13> dli: ya, i have it listed as module in menuconfig ... but modprobe 3c59x doesn't work <15> johnga1t, never say "it doesn't work" :( be more specific <23> BangBang: i believe ipw2100 and ipw2200 need to be compiled as modules <19> here, i'll lay out how i got my ipw2915 to work. i dunno about all that other in kernel stuff, i've never even heard of it: <20> brb i try to restart <15> ezerhoden, I used ipw2200 as built-in <6> sounds llike hes using the wrong firmware <19> 1) emerge ieee80211 and follow the instructions until it merges 2) iemerge ipw2200 and emerge ipw2200-firmware 3) modprobe -v ipw2200 and you're set <19> BAH he left <19> i hate when peopole leave when i say i'm going to help, makes me feel like not bothering <24> ' <25> is anyone else getting a md5 violation error on app-text/docbook-xml-dtd-4.1.2-r6 ? <13> dli: i see ... for whatever reason my make modules_install didn't work <24> emerge: there are no ebuilds to satisfy "<=x11-base/xorg-x11-6.99". <24> i can not seen to make php emerge without xorg <2> so I emerge samba -pv, it shows me all the dependencies. I see way too many. So I want to remove them and only add two USE variables. so I did echo "net-fs/samba readline pam" >> /etc/portage/package.use, now i ran emerge sambe -pv expecting to see a lot less dependencies, but its exactly the same before? what gives? <25> specifically an md5 violation on the file /usr/portage/distfiles/docbkx412.zip <15> oulman, 2.6.16 doesn't load firmware on my box for some reason -2 <24> how do i tell php i DO NOT want xorg, it is servr only <3> sellout4him: it's a useflag methinks <26> t35t0r: not here <23> Fieldy: ieee80211 is back in the kernel now, along with ipw drivers now included <19> sellout4him: #gentoo-server might know better <15> oulman, I copied the ipw2200 source files in 2.6.15 kernel, and it works now <25> mebrelith, i just synced 2 hours ago
Return to
#gentoo or Go to some related
logs:
modruby debian ror
rpm PUREFTP SUSE 10.1 #linuxhelp #php debian python-profiler license reason #lisp sources.list madwifi debian etch cannot compute sizeof short gentoo gentoo openoffice-bin download #perl
|
|