| |
| |
| |
|
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 57 58 59 60
Comments:
<0> Where can i find the games i have installed with wine <1> i can't remember <2> sayed: is that like the sheikh? <3> I'm a bit of a gentoo newbie, but just out of curiosity, why is 6.8.2 prefered by default over 6.9.0 and 7.0? Especially considering the two latter has a lot of important fixes for the very common intel chipsets. <4> mine is sda sorry <4> sdb not sda <5> DebolazX: They are still in testing and therefore masked from being used in portage. <6> thanx richg <1> gmd maybe <1> somethng like that <1> gpm! <3> Bryan-XvT: What's the proper way to enable 7.0, echo "x11-base/xorg-x11-7.0" >> /etc/portage/package.unmask ? <7> I have win32codecs and quicktime enabled but mplayer{,plug-in} can't play .movs :\ <8> what is wrong with 6.8.2-r7 xorg? <7> spunx, there's nothing _wrong_ with it <9> Asking for a friend: Is there anyway to retreive email from that stupid outlook file.... friend converted from windows -> linux, and wants his old email stuff.
<7> 7 is just better because it's split into many packages <7> So upgrading is easier <5> DebolazX: echo "=x11-base/xorg-x11-7.0 ~x86" >> /etc/portage/package.keywords <5> should work ^ <3> spunx: In general, nothing. But it lacks some important fixes for the intel graphic chipsets. <10> man this box is unstable <11> Ykstort, can mplayer play them (not the plug-in)? <10> :( <12> folks anyone else having problems with gobby in x86? <7> RichG, neither can <10> sometimes compiles work <10> sometimes not <13> marienz: How am I supposed to do a gdb backtrace? <11> Ykstort, oh :S <14> NeddySeagoon: hey <7> francois, hi <14> Ykstort: hey <14> :P <15> pikhq: that depends on what it is that is backtracing: python itself or some other process spawned by emerge. <16> is there a program that lets one easily edit gnome's "applications" menu? <15> pikhq: if it's python itself it's "gdb /usr/bin/python", "run /usr/bin/emerge insert other args here", wait for it to segfault, "bt" <13> marienz: I'd ***ume it's Python, since I can't get it to even calculate dependencies. . . <8> Languid: rightclick the gnome menu for basic menu editing. <11> hlieberman, I think Thunderbird can <0> Ive just started useing wine,Whats the dir the games install to. <16> spunx, right, but i mean more like adding items, changing the parameters of the programs launched, etc <8> Languid: if you find out how to please let me know also! :-D <16> spunx, okay, will do. thanks <17> Hi francois <11> psycophobia, check ~/.wine/ <15> psycophobia: if your question is "what is c:" then iirc it's ~/.wine/drive_c or something like that. Somewhere below ~/.wine :) <0> RichG, marienz ,thankyou <15> psycophobia: ~/.wine/dosdevices (or winecfg) control what drive is mapped to what fs location. <14> NeddySeagoon: gentoo-uk :P i have some questions <4> psycophobia Install games in ~/.wine/drive_c/Program\ Files/ <13> marienz: http://pastebin.com/717392 <4> psycophobia And then run the installer or the game with the syntax # wine program.exe <0> sayed, thanks <4> No problem :) <0> marienz, thanks <15> pikhq: ok, so that's python, but it's a bit hard to read since it either blows up the stack or ends in a lib with no symbols, I think. <16> spunx, well the files themselves seem to be stored in /usr/share/applications as .desktop files... you can edit those. but you probably already knew that <15> pikhq: lemme look up what that "initerrno" func does <15> pikhq: oh, what python version? <13> 2.4.2 <18> hello, can anyone help me out? i'm trying to install my printer in linux, i used to do this before but i forgot how -_- i installed gimp-print, but i still can't select my make and model from the CUPS page... i restarted cupsd, too. What can I do now? The kernel is configured correctly I can say that with 100% certainty, so it can't be that <15> pikhq: does python -c 'import errno' fail the same way? <6> Ruzbeh, use cups <13> marienz: No, it doesn't. <6> Ruzbeh, just install cups, get your ppd from linuxprinting.org and put it in /usr/share/cups/model <18> t35t0r, what do you mean? I have cups installed <13> Doesn't /do/ anything, but it doesn't segfault or return non-zero, so I can ***ume that it works there. <19> Ruzbeh: does CUPS have the ppds USE flag enabled? I know that when I didn't have that enabled the drivers didn't show. another flag to check might be the foomaticdb flag <6> Ruzbeh, go to http://localhost:631 <18> tommoyer324, it's enabled and compiled that way, yes <6> Ruzbeh, and then configure it ..it's pretty simple <18> t35t0r, i'll try that <18> thanks <6> Ruzbeh, make sure you started cups first /etc/init.d/cups start <15> pikhq: right. Gah, then what's going on here... <4> I want to add songs I downloaded off Limewire to my Amarok list, how do I do this?
<6> Ruzbeh, rc-update add cups default <18> t35t0r, well it's 'cupsd' it says, i don't have a 'cups' <6> Ruzbeh, right <20> If I "emerge system -e" with new non-cpu besific CFLAGS/CXXFLAGS, is it enough to copy the same gentoo installation to another computer with different x86 CPU? <20> (And have it working) <21> Fisu, can your cpu compile with the new cflags? <20> tdr: Sure <5> Is there a preset p***word with the Livecd? <21> Fisu, as long as it can handle the flags, yes, it works fine <15> pikhq: how far does emerge get? Does it segfault a split second after you launch it? <21> bryan, no, it's scrambled, use p***wd to set one <13> marienz: It segfaults within a second of starting. <4> My system is being unusally slow.. I've never had it this slow before. <22> hey guys im having a problem sharing things with my window$ using friends. They can see my computer over the lan but can't get in, it asks for a username and p***word but I haven't set one. How do i set one and set a p***word for it? <15> pikhq: then can you repeat the gdb steps but this time use "run -v /usr/bin/emerge" instead of just "run /usr/bin/emerge"? <5> tdr: He's on the livecd-gui one, and he's logged into the gnome desktop and when we startup gnome-terminal he says there's a $, so he's in as a user, we need to get to root, then set the main hdd p***word for his pc, which he forgot to do earlier in his gui install. <4> Banach Are you the main computer on the network? <13> marienz: What are you looking for, specifically? <7> All my .mov are belong to you :( <22> sayed, there is no main computer on the newtwork... <7> s/my/our <13> Looks like the last thing it imports is portage_update. <4> Banach There has to be.THe main computer is the one hard wired into the internet, silly. <23> Ykstort: move 'xvid' for great justice <13> After that, it just goes "boom". <21> Bryan-XvT, well there is sometimes an easier way but that works. if it wants a p***word for you to su, try using "sudo su -" instead <15> pikhq: what it's importing. A failure in initerrno made me expect "import errno" to trigger it, but apparently it's not quite that simple. <7> xvid eh ? <22> sayed, we are all accessing through an adsl router <24> Is it possible to install Gentoo on an external HD, use the LiveCD to boot up into Linux rather than windows, and then chroot to the external HD installation? <15> pikhq: can you pastebin the entire thing? <4> Banach THen what are you trying to do through the network? <23> Ykstort: my mplayer can play quicktime :-/ <22> sayed, just share files (through their 'network neighbourhood' (wins?) and my samba <11> Banach, bear in mind that SMB is extremely chaotic -- don't ***ume anything it does is logical/ :P but first decide how if/how you want clients to authenticate <21> ryle, yes <25> ryle: In short, yes. <13> Just let me run it in a seperate terminal, first (I use screen, so I can't see all of the output :/ <4> Banach Then configure samba. <4> Banach And open your port 22 <24> Is there anything weird I should know before doing that? <7> kojiro, I don't have xvid enabled, would enabling it help ? <9> RichG, Doesn't look like it <23> Ykstort: nah <7> oh <21> port 22 for samba? <23> Ykstort: well, actually, some of the mp4 formats... maybe -- does it hurt to enable it? <4> kojiro My computer is being incredibly slow. Any ideas on how I can make it faster or why it might be lagging? <7> I have quicktime and win32codecs enabled which apparantly is what i need <23> tdr: not usually <26> Hello <23> Tzopilotl: hello <22> sayed: i have configured samba as per the website and shorewall is set to allow sharing <21> kojiro, yeah, i was questioning what sayed said <23> tdr: ok :-) <26> I underwent a terrible situation with GRUB, and I need desperately your help <4> Banach Hold on a moment <22> kk <26> My brother installed GRUB in the initial sectors of the main Windows partition, probably destroying the NTFS filesystem <23> sayed: Do you have any idea why it's slow? Is it some process? check top <26> It's ridiculous, because LILO was already working in my computer, without showing any noticeable problem <11> Banach, if you just want an anonymous share: [global] guest account = unknown, security = share, auth methods = guest, workgroup = <workgroup> [public] path = /home/share, read only = yes, public = yes (commas denote new-lines) <27> Tzopilotl: that wont destroy the fs, just the boot part <26> And now, when I boot the computer, I must first select which operative System I want to start <7> http://ykstort.pastebin.com/717416 <-- USE flags for mplayer <21> Tzopilotl, regardless or lilo at all, can you boot windows at all now? <11> Banach, "man smb.conf" is useful <4> banach http://gentoo-wiki.com/HOWTO_Share_Directories_via_NFS <19> what are peoples recommendations on combining a number of drives into one logical drive I know of LVM2 and EVMS. which would anyone recommend? <26> And, if I choose Windows, a new grub screen emerges, but I cannot start Windows in any conceivable way <4> kojiro I only have 1 wine porgram running, and this terminal open. <26> No, I can't, tdr <12> folks I need help with depclean http://rafb.net/paste/results/crNvgl33.html <22> RichG, i tried the website, the fact i got FEATURES="noman noinfo nodoc" helps =p
Return to
#gentoo or Go to some related
logs:
pyserial logger You require additional pylons
#perl perl assign *STDOUT to a file handle #bash #math #css Client does not support authentication python 1251 NOPASSWD: /sbin/yast2 #sql
|
|