| ringe | How do I remove system-config-network (manual) configuration to re-activate networkmanager? |
| Tomcat_ | !ro | nick01 |
| ubotu | nick01: Daca doriti ajutor sau doriti sa discutati despre Ubuntu/Kubuntu/Xubuntu, intrati pe #ubuntu-ro |
| nick01 | Tomcat_: tks but its a bit empty there |
| nir_ai_ | there is a bug with nautilus |
| Tomcat_ | nick01: I'm pretty sure that if there were Romanian people here, they'd be there as well. ;) |
| foxiness | am tried to kill process but itsn't get killed,what can i do to end it? |
| nick01 | k |
| nir_ai_ | where does nautilus store the "open with" settings? |
| Tomcat_ | foxiness: Did you try kill -9? |
| foxiness | nir_ai_: gconf Tomcat_: no just killall and kill xxxx |
| donkehofdarkness | for gui apps, I do xkill |
| Tomcat_ | foxiness: Good, then try kill -9 :) foxiness: kill only tells the app to shut down... but if it's zombied already, only -9 will make the kernel kill it. |
| nir_ai_ | foxiness, there are several gconf folders, which one? |
| mne | crdlb: do you know how i can access the last string with gawk ? (i already split up the string using sed) |
| foxiness | nir_ai_: you said where :) and here my know.... end |
| crdlb | mne: you could probably do the whole thing with sed |
| action | crdlb looks it up |
| crdlb | looks it up |
| CheshireViking | over the last few days I've been struggling trying to use a live cd on a Toshiba Equium laptop with no success (Fiesty Ubuntu & Kubuntu, Edgy Ubuntu, Dapper Ubuntu) with little success, the only one that would start was Dapper, all of the others crash during startup - Ubuntu with a gnome daemon error, kubuntu with an error at a similar point, dapper starts & seems to work, but is excessively slow - firefox trys to start, but after 1 5 minutes is still not on screen. I can get to a command line using noapic nolapic boot parameter's, but beyond that, the basic vesa driver doesn't succeed to startx. Last night I tried Mandriva One which started up o, full gnome display, wireless worked, internet worked, does anybody know of a significant difference between Mandriva One Spring edition and Ubuntu that I could try changing in Ubuntu to get it working? |
| foxiness | Tomcat_: clear thanks |
| mne | crdlb: thank you. I'm not that familiar with sed and awk |
| Trixsey | Hey, I tried 2.6.20-15 and activated the prop. driver in System>Restricted>RDM.. after reboot my screen just died.. what do I do? had to go back to -14 to get in again |
| tripwire | man, neutronium looks great thanks for the help guys |
| foxiness | Tomcat_: wow its killed ,thanks a lot man :) u are my hero of this week |
| Tomcat_ | lol :) |
| stefg | Trixsey: what video-card? |
| donkehofdarkness | awk |
| Trixsey | stefg, Radeon X700 |
| enjoi | is it possible to run bitchx / irssi as a bouncer and is it possible that xchat or mirc can logon to them |
| donkehofdarkness | try reading through man awk |
| stefg | Hmm... ati. Just as a genric hint: -14 was still a development kernel. it might help if you sudo apt-get install linux-restricted-modules-generic, to make sure that not only the prop. driver for the running kernel gets updated, but for subsequent kernel updates, too |
| mne | crdlb: lol. i found "basename" that exactly does what i want ;) no need for sed and awk ;) |
| crdlb | mne: lol I figured it out though :) pwd|sed 's/\// /g'|awk '{print$NF}' |
| mne | crdlb: good to know. i was looking for that '{print$NF}' crdlb: thank you |