/srv/irclogs.ubuntu.com/2010/03/10/#ubuntu.txt

trismjepster: ahh, it appears vim doesn't actually look in /etc/vim, it looks in $VIM for $VIM/vimrc, which here is a symbolic link to /etc/vim/vimrc, you should go into vim and do :echo $VIM to find out where that is and check there (here it is /usr/share/vim)00:00
ActionParsnipkazaa_lite: is there a package with that file00:00
icyliciousit still shows me that some part of the partition is not known if i mount it00:00
kazaa_litei did apt-get install kernel-package and tried it again but still getting the same error00:01
hystrenihow do i start wine through the terminal?00:01
Freelancer`o.o00:02
jepstertrism: here comes »E319: Sorry, the command is not available in this version« for »:echo $VIM« in vim.00:02
ZykoticK9hystreni, "wine PROGRAM.EXE"00:02
hystreniZykoticK9, but if i have anothert wine installed? another version00:02
rougeleafAny one know how to use windows network from Ubuntu 9.10?00:02
ZykoticK9hystreni, then give the full path to the one you want "/opt/wine/wine PROGRAM.EXE"00:03
kazaa_liteis there any specific channel for c development related to ubuntu or driver compilation for ubuntu?00:03
hystreniZykoticK9,  okey00:03
ZykoticK9hystreni, running "which wine" might be of some help as well00:03
ActionParsnipkazaa_lite: you copiling aircrack by any remote chance?00:03
ActionParsnip*compiling00:03
NinoScriptHi! can anybody guide me with setting up my sound card? I can't do it :P00:03
=== radek is now known as Guest91547
kazaa_liteActionParsnip: no00:04
kazaa_liteActionParsnip: are you a real person or a bot?00:04
ActionParsnipNinoScript: run: sudo lshw -C sound    websearch for the product line00:04
Picikazaa_lite: hes a real person.00:04
ActionParsnipkazaa_lite: i'm a dude, and a reg in here00:04
ActionParsnipkazaa_lite: do you ask everybody if they are a bot00:05
kazaa_litePici: thanks00:05
ActionParsnipkazaa_lite: respond please...00:05
kazaa_liteActionParsnip: sorry... i just got impression since usually people are not very quick in response00:05
ActionParsnipkazaa_lite: i just type damn fast00:05
Picikazaa_lite: #ubuntu-app-devel might be relevant.00:06
ActionParsnipkazaa_lite: if you use cli more than mouse you get good keyboard skills00:06
JediMaster_ok, got a weird one, webserver running 9.10, LAMP, was working perfectly until an hour ago and then the sites just die. Nothing that appears relevant in log files, load is 0.00, 99.5% idle cpu, 0% CPU I/O wait, can log in to ssh and it's responsive, can log in via ssh to mysql no problem, but none of the sites respond, apache is running and the log files show hits coming in but VERY slowly (1 hit per 3-4 seconds, rather than the usual00:06
JediMaster_10-20 per second), any ideas?00:06
kazaa_liteActionParsnip: hehehe very cool.00:06
=== JediMaster_ is now known as JediMaster
kazaa_liteActionParsnip: thanks:)00:06
Flobinhello everyone, I was wondering if someone could help me install a wireless network card (usr5416), which hopefully isn't too hard00:06
ActionParsnipkazaa_lite: you also get more power than ANY gui app can bestow00:06
meowbuntuhi i'm looking for a good audo cd extractor for ubuntu. any ideas00:06
TestUserI have an HP DV4-2040us, no sound on the live disc, if I installed it do you think it would work?00:06
benkong2hey all00:06
kazaa_liteActionParsnip: I agree00:06
NinoScriptActionParsnip: Thanks, at least I know what it is now (nVidia MCP79)00:06
icyliciousi'm only able to open / see 6.2 GB of my 360 GB HDD, the other GB's got a not known data-system, someone knows how i could change it without loosing my datas? any ideas?00:06
ActionParsnipkazaa_lite:00:06
ActionParsnipkazaa_lite: https://bugs.launchpad.net/ubuntu/+source/gspca/+bug/27372700:07
ActionParsnipNinoScript: then find guides based on that00:07
benkong2what does could not switch the monitor configuration for CRTC 64 mean?00:07
ActionParsnipicylicious: run: sudo parted -l    you will see the partitions available00:07
kazaa_liteActionParsnip: lemme look at this link00:07
ActionParsnipkazaa_lite: it talks about the same issue of the missing file00:08
kazaa_liteActionParsnip: yes00:09
hystreniiu guess im retarded... is the command to start a program with wine "wine runes of magic.exe"?00:10
Picihystreni: wine "runes of magic.exe"00:10
ActionParsniphystreni: if it has spaces you will need to escape them00:10
ActionParsniphystreni: or use "s like Pici says00:10
hystreniPici, ah00:10
ActionParsniphystreni: wine runes\ of\ magic.exe00:10
icyliciousActionParsnip: no idea how to do that, i'm completly new to ubuntu :p00:11
ActionParsniphystreni: remember that linux is case sensitive and then you will need to have the terminal in the same directory as the exe00:11
unopicylicious, tab can complete the filename correctly for you.  wine rune<TAB>00:11
ActionParsnipicylicious: linux needs either method to handle the spaces00:11
tehbauthow can I get a list of all users and groups in the system?00:12
dinosaurvskittenI have a pdf with incredibly terrible, grainy fonts, yet when I select text in evince, I can see decent fonts (example: http://imagebin.org/88261). Is there a way to make evince simply render the whole thing in decent fonts instead of having to manually select the text? (or is there maybe a better pdf reader out there?)00:12
Picitehbaut: cat /etc/passwd and cat /etc/group00:12
icyliciouscan't i just change the format of my HDD to NTFS for example without formating it?00:12
ActionParsnipdinosaurvskitten: you could install the adobe reader00:12
hystreniActionParsnip, :  wine "Runes\of\Magic.exe"  ?00:12
Piciicylicious: No.. thats the defintion of formatting it.00:12
unoptehbaut,  awk -F: '{print $1}' /etc/{passwd,group}00:13
icylicioushm :(00:13
ActionParsniphystreni: you still need the spaces, use tabs like unop sas and it will handle them for you00:13
EdganJediMaster: lsof -i -n | grep ^httpd  or  netstat -n | grep ^tcp | grep -v [0-9]:8000:13
Flobinhello everyone, I was wondering if someone could help me install a wireless network card (usr5416) on karmic, which hopefully isn't too hard00:13
Piciicylicious: and I don't think that ActionParsnip's answer was for you.00:13
dinosaurvskittenActionParsnip, I'll give it a shot, thanks. Now to wait for the 65M installer  to download...00:13
icyliciousow okay00:13
ActionParsnipicylicious: to change the format you will need to format, copy the data off, format then put the data back on00:13
hystreniActionParsnip, erhmm.. what?00:14
icyliciousActionParsnip: but i'm not able to see all datas (unknown or not used system), so i can't save them but i need to save them before i format it.00:14
hystreniif the exe file is named Runes of Magic.exe in a folder... what should i write?00:14
ZykoticK9hystreni, try using: wine Rune<PRESS TAB KEY>00:15
unop!tab | hystreni00:15
ubottuhystreni: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.00:15
hystreniZykoticK9, nothing happens....00:15
ActionParsniphystreni: the tab key can be used to autocomplete file names for you00:15
ZykoticK9hystreni, are you in the directory with the Rune.exe file?00:15
anto9us /filter add irc_smart * irc_smart_filter *00:15
hystreniZykoticK9, AH!00:16
hystreniZykoticK9, maybe that would help00:16
JediMasterEdgan, thanks, the first produces 329 lines (With apache2 instead of http), 355 for the second00:16
ActionParsnipicylicious: you should have a backup if your data is important, you can format then restore to the partition00:16
meowbuntuhi i'm looking for a good audo cd extractor for ubuntu. any ideas00:16
ZykoticK9meowbuntu, abcde is an excellent command line cd ripper (used to use Grip for GUI but that's unmaintained and not recommended anymore)00:17
JediMasterEdgan, it's wierd it's like it's hitting maxclients but normally if that happens the load is through the roof, and it's 0.0000:18
dinosaurvskittenActionParsnip, acroread still renders with the seemingly-rasterized-scanned fonts00:18
icyliciousActionParsnip: ye my fault, but i didn't do any backup before. i was running win vista before and had all accesses, then i installed ubuntu and also was able to see my HDD, but after another windows installer i'm not able to open my HDD at windows and/or ubuntu. isn't there any software or possibility to save my datas?00:18
hystreniZykoticK9, hmm i write "cd  /home/hystreni/.wine/dosdevices/c:/Program Files/" it dont find the directory but it finds "cd /home/hystreni/.wine/dosdevices/c:/"00:19
icylicious(windows doesn't see the HDD too)00:19
Picihystreni: it should be: /home/hystreni/.wine/drive_c/Program\ Files/00:19
ZykoticK9hystreni, you should try to use the TAB key -- /Program Files would become /Program\ Files00:19
=== crazyhorsee is now known as loopypoop
hystreniZykoticK9, im to tired and slow... feels like it anyway00:20
dinosaurvskittenhystreni, you could also just put the whole path in quotes, cd "blahblahblah blah"00:21
eremitetest00:21
eremitetest00:22
Picieremite: Please stop.00:22
hystrenidinosaurvskitten, thanks now it works ^^00:23
eremitePici, stop what?  Testing to see if my keyboard is working?  Pfft.  I'll just leave then.  I dont need to have orders barked at me as soon as I get here.00:23
LinuxGuy2009Arent QT based apps suposed to work decently in gnome? Kdenlive keeps crashing with just keystroke shortcuts.00:23
Sampthe command "ps aux | sort -k 3 -n | tail" should show a the five or so most cpu intensive processes, right?00:24
Sampthe results don't seem to be sorted at all00:25
PiciSamp: do you have any processes that are using more than 0.0% cpu?00:26
PiciSamp: It works fine here.00:26
meowbuntuzykes-, sound juicer is the more common ap00:26
meowbuntuZykoticK9, , sound juicer is the more common ap00:27
hystrenidinosaurvskitten, i wrote "wine Runes" then Tabbed and got "Runes\ of\ Magic/" then i pressed enter and nothing happened exept wine: cannot find 'Runes of Magic/'00:27
SampPici, I think that's what it is, I tried to get the most resource intensive ones and found a bunch with 0.0%, then assumed it didnt work00:28
Picihystreni: It looks like Runes\ of\ Magic\ is a directory.00:28
hystreniPici, i just got that,,, i have to ask.. on a scale how slow do come out to be?00:29
NinoScriptI can't get audio to work :(00:29
Picihystreni: only medium slowness ;)00:29
=== root is now known as Guest88520
jsechas anyone found any serious problems with 2.6.31-20 before i upgrade?00:30
xerox1is there a way to remove a broken fglrx driver? screen is black, virtual-terminals also, chroot tells me that subprocess has an error...00:30
Gaming4JChey all, is there an easy way to force an application to use more than one thread of my CPU? I've got a Core i7 here and trying to use "recordmydesktop" but it lags real bad due to only using one thread... :/00:31
blakkheimGaming4JC: rewrite the program00:31
Gaming4JChmm lol00:32
gerzelmy flash plugin isn't working correctly it isn't regerstering clicks in some cases how do I re-install it?00:32
ZykoticK9gerzel, see http://sites.google.com/site/alucidfs/how-i-do/clicking-in-flash-not-working00:33
hystreniPici, what means with "fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported"00:33
Gaming4JCxerox1: https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver#Problem:%20%20Need%20to%20fully%20remove%20-fglrx%20and%20reinstall%20-ati%20from%20scratch00:33
Gaming4JCxerox1: ATI drivers can be a pain, I know for a fact lol00:34
mm_.00:34
xerox1Gaming4JC, u don't know how right u are...00:34
Gaming4JC!hi | mm_00:34
ubottumm_: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!00:34
tuanpihi00:34
gerzelok thanks now to see if it works00:34
NinoScriptI've followed any tutorial I could find, I still can't make my audio work… can somebody help me please? it's a nVidia MCP79, and my computer is a MacBookPro5,500:35
Picihystreni: Looks like a warning from Wine.00:35
gerzelsuccest thanks00:35
Picihystreni: If the program is running, don't worry about the output from the terminal.00:35
coz_MinorityNZ,  did you go here?  https://help.ubuntu.com/community/MacBookPro5-1_5-2/Jaunty#Sound00:36
hystreniPici, okey  :D then im gonna wait for my other wine config to be done ^^00:36
lokalcdhdoes Ubuntu support read or write of ntfs?00:37
popeyGaming4JC: use the command line version of recordmydesktop rather than the gui00:37
Ritleelokalcdh, sure does00:37
coz_MinorityNZ,  it is an older wiki for it however...and if you cant get a resolutioni here you may want to try  #pulseaudo or #alsa channels00:37
Gaming4JCpopey: I only have the command line version... :P00:37
lokalcdhRitlee, a dream come true! is it extra drivers or included?00:37
Ritleelokalcdh, included atleast since 8.0400:37
lokalcdhdoes ubuntu support 120hz monitors?00:38
Gaming4JCbtw Istanbul is lol lame: https://bugs.launchpad.net/ubuntu/+source/istanbul/+bug/49434300:38
tuanpiquit00:38
=== BlueSTARS is now known as Lachesis
coz_MinorityNZ,  you could.as a las resort...use   envyng    I cant help if you try that00:38
dstanekhow crazy is it to install 10.04?00:39
xerox1Gaming4JC, thanks for the help, but the error remains the same; going to reinstall everything...00:39
Picidstanek : Please join #ubuntu+1 for Lucid/10.04 support/discussion.00:39
popeyGaming4JC: well, rmd works for me on a machine much lower spec than i7 :) see the options I use here http://popey.com/blog/2009/08/25/getting-back-into-screencasting/  - but my box is getting hammered at the moment so be patient00:39
dstanekPici: thanks00:39
=== Lachesis is now known as BlueSTARS
Gaming4JCpopey: perhaps my settings are a bit too high... I have it recording 1440x900 HD. The only thing is I still don't see how I can record a 3d game very well - and it isn't like my comp doesn't have the power... :s00:42
popeyGaming4JC: i never record games, only desktops and stuff, so I'm nor surprised rmd cant keep up00:42
popeyGaming4JC: but other people manage it.. so dunno00:43
=== choonming_ is now known as choonming
hyperstreamHey guys, ive just setup a VPN via the gnome config interface00:43
hyperstreamim wondering, how do i actually connect ?00:43
hyperstreamIts there and all setup00:43
redGaming4JC: recording that resoltuon whikle playing requires a really good pc.00:43
weechat_user...00:43
hyperstreamDoes it require me to disconnect from a WIFI connection ?00:43
redwow00:44
redthat was a lot of typos00:44
Gaming4JCred: I have pretty powerful pc. Core i7 920 and an ATI Readeon 4890 x2 (1GB) gfx card ontop of 6GB DDR memory.00:44
Gaming4JCshould work, it does on windows :P00:44
[[thufir]]how do you download from a site that requires itunes?  is it a pointless excercise?00:44
Picihyperstream: Nope.  Just click on the wifi/network button on your panel and look for the vpn connection00:44
Picihyperstream: *left click00:45
Typos_King[[thufir]]    what do you mean tha requires itunes?   got url?00:45
BlueSTARSACPI can't find rate info for my battery. Is there anything I can do, or is it a driver issue?00:45
[[thufir]]Typos_King: one sec.00:45
LjorringI read books about Arthur thr King00:45
hyperstreamPici, it isnt listed altho it has been added?00:46
[[thufir]]Typos_King: I want to download from:  http://itunes.apple.com/podcast/podcasts-the-joe-scarborough/id335059176   it's a "podcast"00:46
Baba_B00iewill ubuntu 804 compile programs default -out of box - ?00:46
Picihyperstream: It should be listed.  I'm not on a graphical system at the moment, but I connected to a vpn this morning with network manager and didn't remember doing anything special.00:47
ActionParsnipBaba_B00ie: to compile you will need at last build-essential installing00:47
Typos_King[[thufir]]    one sec00:47
Baba_B00ieActionParsnip, ok thanks, yeah i just installed that before i started compiling. just wanted to make sure thats all i needed00:47
* Gaming4JC thinks we need a LOT more multi-threaded apps. :P00:47
Ljorringany ppl in here good @ IA-32 / x86 machine language?00:48
hyperstreamPici, hmm, perhaps i need to disconnect the wifi, ill give this a go, thanks for your advice, ill get back to you00:48
ActionParsnipBaba_B00ie: its rare to compile in ubuntu dude, most stuff is already on the repos precompiled for you00:48
Baba_B00ieActionParsnip, yeah i know. but the repos only had python 2.5 and i need 2.6.4 or newer00:48
ActionParsnip!ot | Ljorring00:48
ubottuLjorring: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!00:48
ActionParsnipBaba_B00ie: there may be a ppa with the later version00:48
Ljorringsorries ^00:49
Baba_B00ieActionParsnip, not familar with ppa. what is that ?00:49
ActionParsnipBaba_B00ie: https://launchpad.net/~launchpad/+archive/ppa00:50
ActionParsnip!ppa | Baba_B00ie00:50
ubottuBaba_B00ie: With Launchpad's Personal Package Archives (PPA), you can build and publish binary Ubuntu packages for multiple architectures simply by uploading an Ubuntu source package to Launchpad. See https://help.launchpad.net/PPAQuickStart.00:50
Baba_B00iethanks for the help ActionParsnip00:50
Typos_King[[thufir]]    so-called 'podcasts' are just plain RSS feeds which use an .xml file fo their data and any RSS Agreggator can open/use them, you can just click on the 'Links' section on the bottom-left and click on "Podcast Website" and 'subscribe', using THAT url in your RSS agreggator, I use AKgregator, or Opera's viewer, don't need iTunes really just to read .xml files, it's just a matter of contracts/convenience for the ones 00:50
jh2oshello00:51
destrothWill someone help me trouble shoot my dvd player?00:51
jh2osdid you install the restricted dvd drivers?00:51
destrothI've pretty much exhausted all my resources00:51
ownlife_Quick question! Should I format FAT on my server so windows clients can access the server too?00:51
ActionParsnipBaba_B00ie: the ppa i gave gives the python version you need00:51
destrothyes00:51
ActionParsnipownlife_: ntfs is much more robust00:51
[[thufir]]Typos_King: yeah, I tried that, but just got raw xml in FF.  I use google reader.  paste that in somehow?00:52
Baba_B00ieActionParsnip, i'm not seeing anything past 2.400:52
Baba_B00ieActionParsnip, hangon taking another looksy00:52
boondoklifeownlife_: are you sharing through samba? if so no just go with ext300:52
Typos_King[[thufir]]    that's what it's, you have to give that url to your RSS Agreggator00:52
Ritleeownlife, share it out as nfs (network file server if i'm not mistaken) and it'll be readable by all formats00:52
Piciownlife_: the filesystem doesn't really matter if you're planning to share with samba.00:52
Ritleeownlife, err network file system00:52
ownlife_What can I do with Samba?00:52
Typos_King[[thufir]]    Opera browser has one already built-in, I think FF does too....or you can get some standalone one, as I said, I use AKgregator, and works fine00:53
ActionParsnipBaba_B00ie: sudo add-apt-repository ppa:launchpad/ppa; sudo apt-get uprade; sudo apt-gte upgrade00:53
hyperstreamPici, strange, its all configured but i cant see it anywhere, Under VPN> Configure VPN00:53
hyperstreamPici, is the only thing aval00:53
boondoklifeownlife_: it allows you to share your data with other windows clients00:53
ActionParsnipownlife_: share folders in ubuntu00:53
ownlife_Last bit here, can I run a uPnP in Samba?00:53
boondoklifeownlife_: think network neighborhood sharing.00:53
Picihyperstream: Weird.  If you just installed the relevant network manager package for your vpn you may need to restart the networking or network-manager service.. or reboot.00:53
boondoklifeownlife_: can you be a little more clear on the question00:53
hyperstreamPici, Thanks00:54
[[thufir]]Typos_King: ok. thanks.00:54
ownlife_boondoklife: The main goal is upnp to stream media to my ps3/pms/but I want to learn on it too.00:54
meowbuntudoes ubuntu have Microsoft Exchange Support00:54
Baba_B00ieActionParsnip, ok it's running thanks again00:54
boondoklifeownlife_: then you might want to look at ushare. that will do upnp00:55
ActionParsnipBaba_B00ie: the last command is misspelled00:55
Baba_B00ieActionParsnip, just waiting for the upgrades to finish up. slow net connection tonight.. bah00:55
Baba_B00ieActionParsnip, yeah i know, i caught it00:55
boondoklifeownlife_: btw ushare and samba are applications that you install in ubuntu and other nix distros00:55
ActionParsnipownlife_: if ps3 can access windows file sares then it will work00:55
ActionParsnipBaba_B00ie: sweet deal00:55
Ritleeownlife, i think evolution will connect to exchange00:56
boondoklifeownlife_: Just make sure you know what protocols the devices can access. upnp and windows shares are different.00:56
odie5533how do I set my cdrom to always mount to /media/cdrom0 instead of /media/name_of_cdrom00:56
ActionParsnipodie5533: it should mount as /media/cdrom0 due to /etc/fstab defining it00:57
boondoklifeownlife_: but samba will get you going in the right direction with windows shares. Just right click the folder you want to share and check out the sharing options section.00:57
meowbuntudoes ubuntu have Microsoft Exchange Support00:57
odie5533ActionParsnip: it's not listed in fstab00:57
destrothlol00:57
ActionParsnipmeowbuntu: http://ubuntu-tutorials.com/2006/10/24/use-evolution-with-microsoft-exchange-ubuntu-606-610/00:57
Ljorringis there a painless way to upgr to 9.10 from 8.10?00:57
Ljorringubuntu*00:57
Gaming4JCwow... at least the encoding is insaneeelyy fast on a core i7... just that laggieness during record.00:58
ActionParsnipodie5533: you should have a line like: /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       000:58
ActionParsnipodie5533: if not, add it00:58
hyperstreamPici, if ive just added the MS PPTP package, how would i go about making it appear in the 'Add' options for VPN ? (ive tried restarting network-manager00:58
ownlife_boondoklife: Then I don't need to install Ubuntu server or like, just run these apps as needed.00:58
Baba_B00ieActionParsnip, apt-get says the updates are gonna take about 20minutes. do i need to follow up with any other commands afterwards ?00:59
talkhouliguys, I need help with this error: dpkg: subprocess post-installation script returned error exit status 134.00:59
boondoklifeownlife_: you dont have to use ubuntu server, you can do what you want just fine with the desktop edition.00:59
ActionParsnipBaba_B00ie: look at what its installing, you will see the python version00:59
hyperstreamPici, i think im better off trying a reboot, talk soon00:59
jribtalkhouli: you need to give more context00:59
ownlife_boondoklife: I love linux. Thanks good sir00:59
Baba_B00ieActionParsnip, alrighty-then right now its doing system updates too. gimp etc, etc etc01:00
ActionParsnipBaba_B00ie: do you use gimp?01:00
boondoklifeownlife_: yes sir, I love it myself. Everything in my house is running some nix variant.01:00
Baba_B00ieActionParsnip, not daily but yes i do01:00
ActionParsnipBaba_B00ie: ok cool, keep it. if you remove unneeded apps you will reduce the downloads for updates01:01
talkhoulijrib, I was trying to install a package using apt-get but the installation failed and asked me to issue: dpkg --configure -a. I tried it and got : dpkg: subprocess post-installation script returned error exit status 134.01:01
ownlife_I'll be back to bother you some more when this doesn't work right away ;D01:01
jribtalkhouli: pastebin the command you ran and the full output01:01
talkhouli!paste01:01
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:01
ownlife_boondoklife:01:01
boondoklifeownlife_: really it should, but just check out the forums. There are numerous guides there to help ya with samba01:02
ownlife_boondoklife: Bah, here is the last bit. Is there a repo or deb for ushare?01:02
Pici!info ushare | ownlife_01:03
ubottuownlife_: ushare (source: ushare): lightweight UPnP A/V Media Server. In component universe, is optional. Version 1.1a-0ubuntu4 (karmic), package size 52 kB, installed size 236 kB01:03
ownlife_boondoklife: I practically live in the forums01:03
ownlife_Amazing01:03
boondoklifeownlife_: they are a great source01:03
talkhoulijrib, here: http://paste.ubuntu.com/392161/01:03
odie5533ActionParsnip: adding the line to fstab fixed it. Thanks!01:04
diogo_smhi01:05
ownlife_boondoklife: I should be able to download this from repo, ya?01:05
ActionParsnipodie5533: suprised you not got it man, glad you got the gold01:05
boondoklifeownlife_: yup01:05
ownlife_boondoklife: Getting the package is not found error, but it might be because I've trashed this install tinkering with everything there is to offer :D01:06
boondoklifeownlife_: are you running 9.10?01:07
RyR88how does one install a new login screen for 9.10?01:07
Ritleeis there a copy command or option that will show the progress... ie 45% done?01:07
ownlife_boondoklife: Karmic!01:07
Piciownlife_: ushare 1.1a-0ubuntu4 is in karmic01:07
coz_ownlife,  tinkering with everything offered on ubuntu should not trash a system..otherwise there are major bugs :)01:08
boondoklifeownlife_: hmm that is odd it says it should be there.01:08
Piciownlife_: make sure that you have the universe repository enabled.01:08
RyR88I found a tar.gz of a login screen I'd like to use but I don't know how to install it, anyone know how?01:08
coz_ooo he left!  hope that was part of the trashing of the system?01:09
boondoklifeownlife_: you might try it via commandline "sudo apt-get install ushare"01:09
ownlife_boondoklife: That's how I do it01:09
Baba_B00ieActionParsnip, i ran the update and it installed py 2.6. i'm trying to install this prgram called epidermis. its a ubuntu deb package. but it says it still has a python dependency01:09
ownlife_boondoklife: Everything is being weird, I can't even connect using xchat. I'm in irssi01:09
ActionParsnipBaba_B00ie: try: sudo apt-get -f install01:10
coz_ownlife_,  what were you doing just before the system became weird?01:10
nixjri have a problem with transfering to/from usb.  the longer the transfer goes on for, the slower it gets, right down to <1mb/s, also my cpu usage jumps to 100%01:10
coz_nixjr,  which media are you  using in usb?01:11
ActionParsnipBaba_B00ie: try adding an epidermis ppa instead01:11
maxjezynixjr, got the same problem here01:11
ownlife_boondoklife: Things started getting weird I think when I started poking around with emerald and installing themes. I can't exec programs from the terminal without them being dependent on the terminal I used01:11
boondoklifeownlife_: that is very odd, lemme reboot and grap my lappy that has karmic on it. brb01:11
Baba_B00ieActionParsnip, and how would i go about doing that ?01:11
Baba_B00ieActionParsnip, i'm at the cli now01:11
ActionParsnipBaba_B00ie: https://launchpad.net/ubuntu/+ppas01:12
nixjrcoz_, happens with both my corsiar usb stick, and a westerndigital external drive01:12
jribtalkhouli: next question is, do you have no idea why?  No new/unofficial repositories?  No manually installed debs?01:12
Gaming4JCHmm is there a way to launch individual programs in their own cpu thread on ubuntu?01:12
Gaming4JCi.e. manually set affinity so I can give one program full power01:12
nixjrmaxjezy, i dont suppose youve managed to solve it?01:12
coz_nixjr,  how large of file transfers are we talking about here...not that that should make a difference but may be able to test it here01:13
talkhoulijrib, I remember installing gstreamer manually.01:13
maxjezynixjr, no i don't01:13
Baba_B00ieActionParsnip, thank you yet again. i'm following directions now01:13
ownlife_boondoklife: My wireless connection started going quirky too, the quick launch icon is gone and it sporatically makes me punch in my connection keyring thing. Sometimes can't connect after - have to restart01:13
nixjrcoz_, transfers of a couple hundred mb usualy complete within a few sec, but anyhting bigger and the slowdowns get noticable01:13
=== diogo_sm is now known as diogo_sm_
coz_nixjr,  mmm let me see if I have something here that large to test with ...give me 501:14
maxjezycoz_, when i transfer files 500mb + the first 100mb go in a sec, rest go in a few minutes01:14
maxjezy1-2-3 minuters01:14
nixjrcoz_, if instead of transfering many files totaling say 10gb, i break it into 10x1gb parts, it will complete a lot faster01:15
Baba_B00ieActionParsnip, if i get an error "deb" not found. what apt package would have that01:15
=== cece is now known as qqqqqq
nixjrcoz_, when transfering very large ammounts, the cpu can stay at high usage for several mins after the xfer is complete01:15
coz_nixjr,  mm ok let me transfer a few movies onto ubuntu then off again01:16
rexhai just installed xubuntu-alternate-cd but after i installed it is just in console ???01:16
=== ownlife_ is now known as ownlife_bio_brbp
maxjezycoz_, nixjr, if you find solution, plz highlight or PM me the solution, i'm away for some nudles01:17
Baba_B00iewhat apt package would i need if a program requires the deb command01:17
coz_maxjezy,  well let me see if I get any lagging first01:17
nixjrmaxjezy, ill write down your name so i dont forget01:17
maxjezybrb!01:18
rexhai just installed xubuntu-alternate-cd but after i installed it is just in console ???01:18
coz_nixjr,  ok I am transferring 4 gigs of video files onto ubuntu from usb external drive01:18
larsbarscan somebody tell me how to make the empathy contact list appear without going to the applications menu?01:18
coz_nixjr,  I see no slowing down at all so far01:18
rexhai just installed xubuntu-alternate-cd but after i installed it is just in console ???01:19
nixjrcoz_, usualy the slowdowns are fast at first, then get less, so it never reaches 001:19
rexhaplease help me01:19
coz_rexha,  not sure  unless you accidentally burned the  server c... in the cli   sudo  /etc/init.d/gdm restart01:19
myownserverDoes anyone here know of a good tool to use to simply track/log server bandwidth traffic?01:20
jastormyownserver: vnstat01:20
imperfect-Anyone know why the heck my sound randomly doesn't work?01:20
coz_nixjr,  ok no slowing down at all and cpu dropped back to normal when finished01:20
imperfect-Startup sounds play but r-box won't play songs01:20
imperfect-it's annoying01:20
rexhacoz_ im sure that I installed xubuntu alternate i38601:20
myownserverjastor, Thanks, How do I keep track of it, such as the sum?01:20
coz_rexha,  ok I believe you did.... however.  did the command   sudo  /etc/init.d/gdm restart spit anything out01:21
koleppaGood evening/morning/day everyone. I need help. I'm trying to install Ubuntu on my iMac. All goes okay until it tries to partition the HD and then it freezes at 33%. Any ideas?01:21
nixjrcoz_, my cpu gets so high that i cant even scroll in the file browser without it freezing, top ofter shows loads of 10+01:21
koleppaPlease.01:21
jastormyownserver: vnstat -days / -months / -weeks etc01:21
coz_nixjr,  then something must be up on that end.... not sure what tinkering you may have done :)01:22
myownserverjastor, Thank you very much!01:22
jastormyownserver: well just the first letter :)01:22
nixjrcoz_, assuming the bottleneck with my external drive is the usb interface, what sort of speed "should" i be seeing? i know what im getting is far from normal, but im not entrierly sure what normal would be01:22
koleppaIs there a way that I can totally wipe the HD clean and prevent the installer from doing this?01:22
coz_nixjr,  well usb has a set speed i believe at about 25 mgs a minute ...something like that .. i dont have specs in front of me... regardless of the hardware you have you cannot exceed the speed of usb limiations01:23
nixjrcoz_, the last thing i transfered was ~6gb and was going at about 4mb/s01:23
alexleakoleppa: i have a mac, i can help01:23
koleppaAlexlea, that would be great.01:23
coz_nixjr,   that was suppose to be 25 megs a second i believe01:23
jastorkoleppa: thoose 33% .. it wouldnt happen thats the actuall writing the ext4 stuff?01:23
coz_nixjr,   but that is as fast as it gets01:24
myownserverjastor, I gotcha.  I was looking at bwm-ng and while it does offer output to file, it doesn't keep an on-going sum of the bandwidth usage, which is more what I"m looking for.01:24
=== ownlife_bio_brbp is now known as ownlife
ddelonykoleppa: Me too, though I haven't actually tried to install Ubuntu on it.01:24
alexleakoleppa: pm me, and explan the problem...its so busy in here, taht it's hard to read...pretty much you said somehting about freezing01:24
jastorkoleppa: which can take a while depending on disk size01:24
coz_nixjr,  regardless of how fast the drives or cpu are  you cant exceed that speed...which isnt the issue for you...the issue is the speed of transfer drops dramatically01:24
ddelonykoleppa: Are you sure it's actually freezing?01:24
jastorkoleppa: on my 320GB disk .. it stops for a moment at around 25% while it does the ext4 stuff ;) .. but it doesnt freeze01:25
jastormoment .. couple of minutes that is01:25
ownlifeboondoklife: I am back sir, if you're still looking into these weird happenings01:25
nixjrcoz_, slightly different question, my particualr drive also has an esata connector, which i dont have a cable for, if usb is slow, would esata also be slow? and how well is it supported in ubuntu?01:25
ddelonykoleppa: In any case, I think you might damage your hard drive if you turned off or rebooted your computer in the middle of repartitioning.01:26
jastornixjr: usb != esata .. so esata should be faster01:26
tp43__I can't seek in ogv video I created using my webcam and cheese01:26
tp43__Is there a ogv player or converter...01:26
AliceMargatroid“Yields falsehood when preceded by its quotation” yields falsehood when preceded by its quotation.01:26
coz_nixjr,  I believe e-sata is supported01:27
jastorok .. "faster" can be discussed ... FW400 which is "slower" than usbs 480Mb/s .. is still faster due to it can keep a more steady speed compared ot usb boing up and down all the tiem ;)01:27
RyR88Has anyone changed a login screen in Ubuntu 9.10? If so, how did you do it?01:27
coz_nixjr,  but as to the speeds of that bus I dont know... generally you can get an e-sata drive with usb connection but then you get usb2 speeds01:27
NooneshereHi, i will be quick today. How long should it take to recompress a 36gb tar.7z archieve? Its been going at it for a while?01:28
nixjrcoz_, im worried that if i go out and buy an esata cable, that itll have the same slowdown issues01:28
coz_nixjr,  so your e-sata drive should just work01:28
jribNooneshere: "a while" sounds about right, a long while01:29
coz_nixjr,  if that's the case then your system is a bit kerploinked01:29
coz_:)01:29
ppaulhusHi. I had to remove my nvidia graphics card from my ubuntu 9.10 box and now im just down to my onboard intel graphics. my xconfiguration seems to be wrong now so i get a black screen. What does a config for intel look like usually?01:29
coz_nixjr,   was this a clean install  or an upgrade to the current version?01:29
NooneshereJrib its been about an hour now. I did a smaller 9 gig eariler, and only took about 10 minutes to recompress.01:30
jribppaulhus: just rename/delete your existing /etc/X11/xorg.conf01:30
jribNooneshere: well see how big the file currently is01:30
coz_ppaulhus,  did you try a sudo dpkg-reconfigure xserve-xorg  ?  not sure if that will work01:30
rexhaWhy when i want to install xubuntu the computer restarts ?01:30
coz_ppaulhus,  sorry  dpkg-reconfigure xserver-xorg01:31
ppaulhusi'll try the xorg.conf trick first, then dpkg01:31
ownlifeboondoklife: I'm still around if you're still investigating01:31
jastorNooneshere: whats the content anyway?01:31
jastorNooneshere: you say the .tar.7z is 36gb .. if its text it can be quite alot :P ... last months apache logs 70MB tar.gz took like 1.1GB ;)01:32
Typos_Kingrexha:   what do you mean?01:32
jastoror if it was tar.bz2 .. dont remember .. i think it was 70MB -> 1.1GB anyway01:33
hystrenihello, can u ake a gedit file so it opens as a terminal command?=01:33
boondoklifeownlife: yea i had a problem with lucid but im on my karmic box now01:33
jribjastor: that's really really really weird01:33
NooneshereJrib i cannot find it. It hasn't appeared in home yet. So i assume its in the temp somewhere. Jastor, i wipe my computer every 6 months. So this would be all my high def pictures and text and php etc.01:33
fragohi01:33
nixjrcoz_, it was 9.04 upgraded to 9.1001:33
rexhaTypos_King i put my cd and then it boots and loads then i hit enter to the Install Xubuntu after 2 seconds it restarts01:33
jastorjrib: =01:33
Typos_Kingallo01:33
jastorjrib: ? what is?01:33
boondoklifeownlife:  so did you make any headway? it is showing up in the repo's for me and through apt-get01:33
fragocan someone hell me i'm using irssi, is xchat the same as this?01:34
fragoor is xchat graphical based?01:34
Typos_Kingrexha:   retry, but before hitting, 'enter' to install, press F6 and turn on acpi=off and noapic, then press enter01:34
Typos_Kingfrago I prefer xchat myself01:34
ownlifeboondoklife: sudo apt-get install ushare yields a missing package. Come to think of it this isn't the first time I've had an issue with an error like this01:34
Noonesherefrago xchat has a UI. I am using it right now. Its nice.01:34
nixjrfrago, xchat is graphical01:34
myownserverHow do I create a link to another location in Ubuntu, such as a shortcut?01:34
jribjastor: your arrow suggested you compressed 70MiB into a 1.1 GiB file :)01:35
fragois there a web interface for irssi?01:35
fragoor xchat?01:35
|sanchez|how do i increase amount of workspaces i have? using gnome, with compiz on 9.10 x6401:35
|sanchez|frago mibbit01:35
Typos_Kingmyownserver:     ln -s /path/ACTUALLOCATION mylinkhere01:35
|sanchez|has web IRC01:35
NooneshereFrago what do you mean web interface?01:35
jastorjrib: ah .. typo of me then ;)01:35
rexhaTypos_King: I will try that. Thank you.01:35
hystrenican u make a textfile to a command file?= with writing "cd /home/user/..."01:35
myownserverTypos_King, Thank you sir.01:35
jastorjrib: ok .. wasnt a typo .. meant 70MB tar.gz -> 1.1GB .log ;)01:35
jastorok .. was just .gz .. not .tar.gz01:36
fragoTypos_King: i mean is there a way i can keep irssi running in background, but chat using my browser?01:36
jribNooneshere: what do you mean by "recompress"?01:36
boondoklifeownlife: how long ago did this start and was it after you installed a particular package?01:36
Typos_Kingfrago:   sure01:37
nixjr|sanchez|, i do it by right clicking the workspaces planel applet, and selecting preferences01:37
NooneshereJrib its the stage it is at. At first its adding files, etc then it says "Recompressing archive"01:37
frago|sanchez|: i mean one that keeps state if i close browser01:37
fragoand comes from my ip01:37
Typos_Kingfrago:    both sessions do not interfere with one another... sooo01:37
fragojust a web interface or irssi01:37
HotCarrotexit01:37
HotCarrotoops01:38
Typos_Kinghehe01:38
aouldr78hi everyone01:38
jribNooneshere: I see, so you had some .7z archive, then you added files to it?01:38
jastorNooneshere: the compressed file with all teh stuff is going to be around 36GB?01:38
rexhaTypos_King: i tried noasci and asci=off but still not working, it reboots01:38
aouldr78how to play CD with .TRS extension01:38
jastorNooneshere: since you apparently ahve somewhere to put this 36GB file .. why dont you just ekeep the stuff on that paritition/drive at all time? without having to move / compress files01:39
ownlifeboondoklife: I think it was mediatomb, that's when I first noticed it. See if you can't find mediatomb?01:39
Typos_Kingrexha:    check the cd for errors, or reburn the .iso if you have it, seems to  be a media error01:39
dtcrshrhello fellas, my webcam works fine in cheese, but im upside down01:40
NooneshereJastor that is my intent, but i filled up that parition. Also it is always nice to have a backup.01:40
dtcrshrhow do i fix this?01:40
talkhoulijrib, no idea?01:40
boondoklifeownlife: yea i have it in mine... hmm well this is a little beyond me. Maybe you somehow tweaked your sources or something.01:40
jastorNooneshere: ok :)01:40
MadModelRRerhey all01:40
Typos_Kingaouldr78:    not acquainted myself with .trs cds :{   first time I ever heard of them01:40
jribtalkhouli: add set -x to the .postinst script and rerun the command01:40
seanbrystoneis Ubuntu One in beta? it's icon always has a "!" over it. :/01:40
NooneshereJrib, no i am making a new archive, and its just been stuck there. Hasn't finished just yet.01:40
rexhaTypos_King: I have 3 cds and they all worked in other computers01:40
aouldr78it is good iso image but it is from Rosetta Stone language01:40
jastorNooneshere: ... not saying that this is any better ... but what about creating a virtual volume and put everything on? (ie: truecrypt .tc container, but there probably are other programs to).. should be slightly faster than compressing01:41
MadModelRRerdoes anyone have exp converting a .iso file to a .img file in Terminal on a Mac?01:41
rexhaTypos_King: I just could install the command-line version01:41
nixjrdtcrshr, open cheese, goto effects, and vertical flip01:41
ownlifeboondoklife: Perhaps! To the forums!01:41
aouldr78and the audio in the CD is with Sockwave audio01:41
sinewinedamn this linux is the sex01:41
=== 15SAAIT3D is now known as mister_roboto
sinewineI forgot how much fun it is01:42
jribNooneshere: hmm, I don't use .7z.  Mostly .bz2 or .gz.  Those seem to work fine with huge files like that and I can check the file's size as it progresses so I know it's still working01:42
talkhoulijrib, where can I find the script?01:42
dtcrshrnixjr, and skype?01:42
jribtalkhouli: /var/lib/dpkg/info/PACKAG_NAME.postinst01:42
nixjrdtcrshr, not sure about that01:42
sinewinewhat about skype ?01:42
NooneshereJastor, i need to move it from partition a to c though. Thats my issue01:42
jribtalkhouli: I think it was the .postinst anyway, check your error01:43
NooneshereJrib, i will note that for the last archive i need to do.01:43
hystrenihow do i make a "cd /home/" command through a text file01:43
jastorNooneshere: yes i was more thinking of "later" :) when youre done01:43
dtcrshrnixjr, any other software for webchat with the webcam?01:43
nixjrsinewine, i guess some people find it fun, persoanlly ive been using ubuntu a couple weeks and so far everfything takes me longer to acomplish then it did on windows, frustrating is how id describe it01:43
progesteroneQuestion: I can't open joomla.org on both Firefox and Opera. The page loading is too slow and only HTML file is loaded. The site is ok on Window. How can I diagnose it?01:43
jastorNooneshere: so you have all the files in one container at Xgb .. which you mount to random directory when you want to access the files in it .. so just one large file .. instead of many small files taking about the same amount of space01:44
sinewinewell I have flirted with it many times in the past but i think i will fully migrate now01:44
Typos_Kingrexha:    .. how about trying to use the usb startup disk?   boot with the cd on another machine that boots it, and usually, in the Menus there's a section for 'make usb startup disk', which just makes a live-usb bootable for install01:44
AliceMargatroidprogesterone, do images work on other sites?01:44
sinewinenixjr: I can run all my windows apps in wine as well01:44
progesteroneAliceMargatroid yes01:44
nixjrprogesterone, just tested in opera, opened fine for me01:44
Tironnnixjr: everyone has their issues but with time all will be well01:44
talkhoulijrib, still not working01:44
rexhaTypos_King: The USB boot isn't an option for me01:44
NooneshereJastor, i use most of these files or view them, would that slow them down at all?01:45
jribtalkhouli: of course, but with set -x you should be getting more info01:45
progesteronenixjr Yeah. I can also open on Window.01:45
progesteronenixjr It's weired.01:45
Typos_Kingrexha:   you mean you're trying to install 9.1 on an 'older' machine?01:45
jastorNooneshere: its slower than having the files on the real filesystem .. but faster than having to compress/expand01:45
GeekSquid!appdb | sinewine01:45
ubottusinewine: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help01:45
talkhoulijrib, I added it to the end of the script, but there's a set -e at the beginning, should i replace the e with the x ?01:45
=== ownlife is now known as ownlife_afirc
AliceMargatroidConnecting to joomla.org|72.9.243.251|:80... connected.01:45
AliceMargatroidHTTP request sent, awaiting response... 301 Moved Permanently01:45
AliceMargatroidLocation: http://www.joomla.org/ [following]01:45
AliceMargatroid--2010-03-09 19:44:07--  http://www.joomla.org/01:45
FloodBot4AliceMargatroid: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:45
Typos_Kingprogesterone:    joomla.org opened for me in about 6secs in opera01:45
jastorNooneshere: + you can edit the files in real time in the container ;) compared to an tar.7z archive01:45
jribtalkhouli: just add it under that01:45
aouldr78thank you all for your help01:45
talkhoulijrib, I did, but nothing new showed up.01:46
Typos_Kingprogesterone:    joomla.org opened for me in about 6secs in Opera <--01:46
AliceMargatroidStrange01:46
AliceMargatroidWonder what the 301 was for.01:46
progesteroneTypos_King Yeah. I can open it on Window, but not on Ubuntu.01:46
AliceMargatroidBut yeah. That might be the cause?01:46
Typos_Kingprogesterone:    I'm not in win3201:46
Typos_KingI'm on *nix... so01:46
invisimewhat's the best way to install bugzilla on a headless ubuntu-server?01:46
hampahi01:47
rexhaTypos_King: Yes an old one Pentium III but I didn't used it for 2 years and now I want to give it to a friend, It used to have XP01:47
RyR88GDM says "** (gdm-binary:10088): WARNING **: Failed to acquire org.gnome.DisplayManager" to me whenever I try and open it, any ideas?01:47
NooneshereJastor i only do this twice a year though. This seems like a better way until i get a new harddrive :/01:47
progesteroneTypos_King ok. How can I diagnose why the site is not loading?01:47
hampammmmm!01:47
progesteroneprogesterone on my machine.01:47
hampahello01:47
Typos_Kingrexha:   then is the cd, some older CD drives are picky on how the cd burned01:47
talkhoulijrib, apt-get is still, all it shows is this line: E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.01:47
hampahi01:47
jastorNooneshere: yea .) i didnt say it was a better way .. only an alternative01:47
nixjrprogesterone, i dont know much but perhaps look at your java01:47
progesteronehampa hi Please ask your question.01:48
giovanny_17hola01:48
Typos_Kingrexha:   I don't recall offhand.... but there's some older legacy way to burn cds to have them work on older cd drives01:48
hampa[giovanny_17] hello01:48
Tironnprogesterone: I loaded the page in 10 on my Droid.01:48
giovanny_17[¤_HaMPa_¤] hello01:48
seanbrystoneis Ubuntu One in beta? it's icon always has a "!" over it. :/01:48
hampa[progesterone] what?01:48
giovanny_17como estan todos por aki01:49
giovanny_17todo01:49
sinewineis there a way to use windows fonts on ubuntu. Im after Lucida Console, she my baby :x01:49
giovanny_17bien una vaina bien01:49
giovanny_17JaJaJaJaJaJa!!01:49
hampa[giovanny_17] si! sta fino01:49
histosinewine: msttcorefonts01:49
sinewinesweet01:49
giovanny_17JaJaJaJaJaJa!!01:49
Typos_Kingrexha:    another way will be, take out the HD from it, stick on another machine, install it there, then put the HD back on the PIII hardware, it'll redetect and reconfigure01:49
seanbrystonesomeone let giovanny_17 out of the cage again?01:49
ieynrhello. do you think there is a way to set up two or more xwindows machines so that a single application can be run one on one, with some of the windows from the application staying on the local machine and some other windows from the same application instance being brought to the remote machine?01:49
sinewineapt-get i assume01:49
hampa[ieynr] hello01:49
jribtalkhouli: right, you should be running dpkg --configure -a01:49
progesteronehampa You said hi. So, I told you to ask question.01:49
hampaiam sorry01:49
Tironnsinewine: apt-get msttfonts01:49
giovanny_17[¤_SeaNBRYSToNe_¤] hola soy de venezuela y tu?01:49
talkhoulijrib, same old same01:49
kentI need help, how do01:49
warriorforgodIs the ubuntu 32 bit kernel pae enabled by default?01:49
jrib!es | giovanny_1701:50
ubottugiovanny_17: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.01:50
xanguagiovanny_17 hampa this is not a chat room01:50
Nitsugaieynr, I think it is possible, see "surf" source code01:50
histo!font | sinewine01:50
progesteronekent What's your problem?01:50
ubottusinewine: Font installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "msttcorefonts" (from !Multiverse), "gsfonts", and "gsfonts-x11". No fonts in MPlayer? see !MPlayer01:50
hampaubottu Prohibido Enviar Web-Site En General. ( hampa )01:50
jribtalkhouli: can you pastebin the script?  and link me again to your error as I've since closed it01:50
ubottuError: I am only a bot, please don't think I'm intelligent :)01:50
ieynrwill search for that thank you01:50
ZykoticK9warriorforgod, not the default kernel no01:50
kentI need help, how do I download and install a new splash screen on Ubuntu 9.10?01:50
giovanny_17[¤_uBoTTu_¤] como me dijistes?01:50
warriorforgodLooks like I will be reinstalling with 64 bit then.01:50
hampasorry01:50
talkhoulijrib, old error: http://paste.ubuntu.com/392161/01:50
hampatalkhouli Prohibido Enviar Web-Site En General. ( hampa )01:50
histo!splash | kent01:50
ubottukent: To change the Gnome splash screen, use gnome-splashscreen-manager or change the GConf key /apps/gnome-session/options/splash_image using !gconf-editor.01:50
karais01:50
hampa[giovanny_17] aki nos van a sacar01:51
hampahelp01:51
histokent: that one or the grub splash?01:51
Nitsugaieynr, http://tools.suckless.org/tabbed01:51
hampaNitsuga Prohibido Enviar Web-Site En General. ( hampa )01:51
Typos_Kingprogesterone.... maybe is your isp... or  ... can't say.... it loaded for me in secs01:51
talkhouli!paste01:51
histo!usplash | kent01:51
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.01:51
hampaubottu Prohibido Enviar Web-Site En General. ( hampa )01:51
ubottukent: To select the usplash artwork you want, use "sudo update-alternatives --config usplash-artwork.so && sudo update-initramfs -u" - See https://help.ubuntu.com/community/USplashCustomizationHowto for adding your custom artwork01:51
hampaubottu Prohibido Enviar Web-Site En General. ( hampa )01:51
ubottuError: I am only a bot, please don't think I'm intelligent :)01:51
Typos_Kingprogesterone:    maybe a firewall.... or some setting....01:51
giovanny_17[¤_HaMPa_¤] si ya nos mencionaron a ,los dos JaJaJaJaJaJa!!01:51
histo!es > hampa01:51
NitsugaI think there is a problem with hampa ... It's in spanish!01:51
ubottuhampa, please see my private message01:51
myownserverjastor, I'm curious, is there a way to monitor bandwidth to a specific Apache VHOST or does that get complicated?01:51
nixjrTypos_King, i dont suppose you could help me with an opera issue, flash content loads fine, but dosnt respond to my clicks, it works fine in ff01:51
xanguahampa: giovanny_17 please stop that01:51
hampa[histo] soryy01:51
talkhoulijrib, here's the script : http://paste.ubuntu.com/392177/01:51
hampatalkhouli Prohibido Enviar Web-Site En General. ( hampa )01:51
kentwait wait wait I am running under Gnome so tell me step by step please on how to change my splash screen and login screen?01:52
histo!es | hampa01:52
ubottuhampa: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.01:52
giovanny_17[¤_XaNGua_¤] como no hablo ingles solo spañol01:52
Typos_Kingnixjr..... as in clicks on Play/pause/volume?01:52
RyR88kent, I've been looking for that too =(01:52
jastormyownserver: one sec01:52
rexhaTypos_King: Im using a new cd-rom to read the cd01:52
jribgiovanny_17: /join #ubuntu-es   for spanish.  English only here01:52
xangua!es | giovanny_17 - no sabes leer¿01:52
ubottugiovanny_17 - no sabes leer¿: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.01:52
ownlife_afircboondoklife: Okay, in software sources I have this: main restricted universe multiverse | is this the universal deal I'm suppose to have?01:52
=== ownlife_afirc is now known as ownlife
Typos_Kingrexha:    a new cdrom on the PIII?01:52
jribTypos_King: what script is this?01:52
nixjrTypos_King, yeah, my first click always works, but i can never click a second time01:52
jribtalkhouli: what script is this?01:52
kentRyR88, oh yeah it sucks trying to find out this stuff01:52
jastormyownserver: is it your server? you got root access to it i mean+01:53
Typos_Kingjrib?01:53
talkhoulijrib, /var/lib/dpkg/info/empathy.postinst, I thought you asked for it01:53
jribTypos_King: typo (how ironic)01:53
myownserverjastor, Alright.  Even being able to filter it to a specific source, such as External/LAN, that would be nice.  Yeah, my server.01:53
kentwell ok i guess i will just look it up on youtube01:53
RyR88kent, Karmic Koala doesn't have the little menu under System for it anymore? You having the same issue?01:53
Typos_Kinghehe, someone is after my crown :P01:53
invisimeso theoretically speaking, if I accidentally ran 'sudo rm -rf /var/lib/', how fucked am I?01:53
jastormyownserver: ok .. i think i know a program for that which i use .. ill just see if it can actually do it ;)01:53
jribtalkhouli: ok, but it seems libc6 is the issue from your error, not empathy.  Also you need to add the set -x at the top of the file for it to do anything (right under the shebang)01:53
jribinvisime: not at all?01:53
kentRyR88, nope i am using ubuntu 9.1001:54
Typos_Kingnixjr:   ....   well... can't say.... I've heard flashplayer 10.1 is ... somehow better, in beta though..... I use flashplayer 9 :)01:54
progesteroneTypos_King Thanks01:54
myownserverjastor, Alright, thanks.  Yeah, being able to track that info would be really useful so I know what kind of usage I'm experiencing besides hit counters.01:54
serverduckCan someone tell me why xsensor doesn't work on my laptop?and what can i do to make it run?01:54
invisimejrib: really? it seems like a lot of stuff has stopped working now. e.g. apt-get. >_>01:54
rexhaTypos_King: yes.01:54
jribinvisime: sure, but you can easily put it back...01:55
invisimejrib: go on...01:55
jribinvisime: reinstall is the easy way01:55
* invisime blinks.01:55
magn3ts_How do I kill a process that won't die with sudo kill -9 pid?01:56
myownserverjastor, I found a web graph interface for vnstat which is nice, but it's also logging LAN traffic, which I transfer a lot between it when developing, which will throw the accuracy off a bit.01:56
RyR88Does anyone know how to install a new login screen on 9.10? I've had no luck googling. Karmic Koala doesn't have a login window option under System anymore.01:56
^paradox^i need a quick hand with xsane image scanner. is there someone here whos pretty experienced with it could tell me a little about the settings?01:56
jribmagn3ts_: reboot01:56
magn3ts_jrib, >_>01:56
rexhaTypos_King: Im running the memory test now and see what it says.01:56
magn3ts_wat01:56
Typos_Kingrexha:    check in the live-cd for any other boot options.. something... I know f6 has some, and I think f4 has more too01:56
jribmagn3ts_: reboot01:56
magn3ts_this keeps happening with the same program. its really quite annoying01:56
jribRyR88: use a login manager other than gdm01:56
nixjrTypos_King, weird, apparently i have 10.1.51.66 but adobe reports the latest version is 10.0.45.201:56
jastormyownserver: pm01:56
jribmagn3ts_: what program?01:56
talkhoulijrib, still, I am not getting more info on the error.01:56
invisimejrib: did you mean a reboot? o_O01:57
magn3ts_jrib, nvidia-settings01:57
=== sine is now known as sinewine
sinewinewoop01:57
Typos_Kingnixjr:    10.1 is beta, their latest full release is indeed 10.001:57
jribmagn3ts_: why are you running it more than once?01:57
RyR88jrib, there's others? Do you happen to know one?01:58
jribRyR88: kdm, xdm, slim01:58
ronnieI cant get any sound to play at all - please help!!01:58
^paradox^what i need to know more specifically about xsane image scanner is what the best settings would be for scanning text documents. what i print with is a hp psc 111001:58
magn3ts_jrib, it is a settings config tool. its running like 6 freaking times. I have to use it to switch my ext monitor on/off and I come/go from my desk a lot during the day, thus I run it multiple times01:58
magn3ts_jrib, more likely that I clicked it in my task launcher 5 times getting pissed off that it wouldn't open01:59
jribmagn3ts_: why are you killing it?01:59
magn3ts_jrib, because it won't open, and when I run it from the cmd line nothing happens and I can't CTRL+C01:59
RyR88jrib, and these will work as login managers? I though kdm was how one installs KDE?01:59
kingsterRy88 - http://www.ubuntumini.com/2009/09/hack-karmics-gdm-login-screen.html01:59
magn3ts_jrib, each time I open it, it is becoming an orphaned process that I can't kill. seems like quite a bug to me01:59
kingstercould try that one out01:59
jribRyR88: they will work as login managers01:59
seanbrystoneis Ubuntu One in beta? it's icon always has a "!" over it. :/01:59
ronnieCan anyone help me? I have tried to fix it myself but i am not real bright. No Sound SUX02:00
enavhello  i got a problem with device.map02:00
* Typos_King notices seanbrystone is again offtopic, knowingfully so02:00
RyR88kingster, I'll try that agai02:00
jribmagn3ts_: did it ever work?02:00
enavi really dont know what to do02:01
^paradox^anyone? this is very importnat to my case02:01
seanbrystoneTypos_King, how is that off topic?02:01
flacohi all.. I got installed karmic on hp probook 5310m, this laptop has bluetooth, but is not recognised by ubuntu, the lspci command does not show nothing about bluetooth... any ideas?02:01
Typos_Kingenav:   such as ?02:01
magn3ts_jrib, yeah, last time this happened I was lazy and just rebooted and then it works fine. it seems to happen after sleeping maybe?02:01
kingsterRyR88, that didn't work the first time you tried?02:01
enavtypos device.map  issue02:01
magn3ts_jrib, not sure. It's not a huge deal though it is happening more frequently. I might play around with upgrading to 195 instead of 190 and see if it helps02:01
Typos_Kingseanbrystone:  a birdie here on my lap is telling me you already know the answer to that sentence02:01
talkhoulijrib, if the problem is in lib6, how can I fix it?02:02
Typos_Kingenav:  yes, such as?   what's the error?02:02
jribtalkhouli: did you do what I said?02:02
seanbrystoneTypos_King, donno what you've been puffing on man, I simply asking why is Ubuntu One'02:02
talkhoulijrib, yes, no more info on the error.02:02
seanbrystonemessing up all the time on me02:02
Typos_Kinghehehe02:02
RyR88kingster, I got an error message02:02
enavafter i ran it:  sudo update-grub2     it thrown an error:  sudo update-grub202:02
jribmagn3ts_: I'm in the same boat as you, using nvidia-setting to enable an additional display, but I've been meaning to try a command-line program that let's one do so.  That might be something worthwhile for you to look at.  I forget the name atm though02:03
enavo sorry02:03
enavafter i ran it:  sudo update-grub2     it thrown an error:  grub-probe: error: Cannot find a GRUB drive for /dev/sdc1.  Check your device.map.02:03
magn3ts_jrib,  its uh called ... disper but it doesn't work with MBP's at the moment02:03
jribmagn3ts_: ah, yeah that's it02:03
enavi tryed to update my grub because my Windows partition do not works02:04
jribmagn3ts_: does gksudo affect your ability to start nvidia-settings?02:04
magn3ts_jrib, >_> weird. it works when I run it with gksudo02:04
enavgksudo is to setup nvidia drivers with graphic interface02:05
racerdwas there a new update for nvidia drivers?02:05
Typos_King.. h..mmmmm02:05
jribmagn3ts_: see if strace turns up anything interesting when you run it as your user02:05
magn3ts_jrib, ahahaha its stating a sshfs mounted folder and borking02:05
enavi cheked out those forum but cant find the solution for that drive.map  issue02:05
Typos_Kingenav:   how many partitions does it show under -> sudo fdisk -l;02:05
SamuelPetersonWould anyone happen to know what configuration file the boot procedure starts xorg? I would prefer to set my OS to load up to a CLI so I can just type startx in myself or whatever.02:06
ubuntu232hello. need some (hoepfully simple) help. im trying to follow this: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows02:06
ubuntu232however i installed ubuntu with a dedicated /boot partition02:06
ubuntu232this guide doesnt seem to work02:06
LoKiTo_18they speak here?02:06
adarshacan i upgrade my grub to grub2? ( i installed ubuntu 9.04 and upgraded it to 9.10)02:06
Typos_Kingenav:   I'm guessing /boot/grub/device.map  has an etry for say... (hd1) /dev/sdc1;   and sdc1 is not longer there02:06
Dan_Ehow do i install alsa?02:06
jribSamuelPeterson: you want to stop gdm from starting.  What version of ubuntu?02:06
jribDan_E: done.02:06
enavtypos http://pastebin.com/yEkKytvi02:06
ubuntu232grub, btw02:07
ubuntu232grub202:07
magn3ts_jrib, lol actually apparently everything is failing if it stat's my /home dir. this is massively buggy :(02:07
ubuntu232anyone?02:07
SamuelPetersonjrib, yeah I'm running karmic.02:07
magn3ts_failing hard too02:07
ZykoticK9SamuelPeterson, sudo mv /etc/init/gdm.conf /etc/init/gdm.conf-disabled02:07
Typos_Kingenav:    vista/win7?02:07
enavmaybe my drive.map is corrupted or somthing but i dont know how to edit that file02:07
SamuelPetersonZykoticK9: thank you.02:08
enavtypos   Win7   for gammin =)02:08
magn3ts_jrib anyway, this is all screwy so I'm just going to reboot02:08
Typos_Kingenav:   no.... I think there's an issue on adding the bootloder for win7 in grub before02:08
Typos_Kingcan't recall it02:08
jribmagn3ts_: ok02:08
enavi use my win7 before with no problems02:08
enavusing grub02:09
LoKiTo_18disculpen de que trata esto? soy de venezuela!02:09
researcher1may I request here to know proper command for using a  CD for any software installation?02:09
enavyo tambien02:09
ubuntu232someone please help me, this cant be this difficult02:09
researcher1Just need to use Terminal comand lines02:09
faronhello everybody hopefully all are well.I need some help...I've just downloaded the new version of Firefox onto my desktop.Now I have some choices to make...righ clicking gives me the options to "open with xarchiver","open with other","extract here" or,"extract to".Anybody ?? Please.Thank you.02:09
LoKiTo_18enav02:10
enavfaron  use synaptic   headache free!!!02:10
RyR88kingster, I just tried that, it brought up the gdm menu, but there wasn't anything about changing login screens, it also said "warning gtk-theme-selector.desktop not found" or something like that02:10
enavlokito  dime02:10
Typos_Kingenav:   http://ubuntuforums.org/showthread.php?t=1349256  <---- recommends to delete the file /boot/grub/device.map and retry :)   -> sudo rm -f /boot/grub/device.map02:10
RyR88is gtk the login theme selector?02:10
* Typos_King dashes02:10
jribRyR88: gtk is a toolkit02:10
faronI'll be able to find it in there ?02:10
=== kkojiban1 is now known as haru
* LoKiTo_18 no entiende nada!02:11
enavLoKiTo_18 que paso02:11
LoKiTo_18enav de que va todo esto?02:11
LoKiTo_18ayudas?02:12
DasEi!es02:12
ubottuEn la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.02:12
symptom!gcc |gcc02:12
ubottugcc: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)02:12
jribtalkhouli: pastebin the script02:12
enavTypos_King:  im gonna chek out that link02:12
LoKiTo_18gracias ubottu :)02:13
ubuntu232please?02:13
symptomubuntu232, please what?02:13
enavanda al canal privado02:13
enavalli te explico02:13
ubuntu232hello. need some (hoepfully simple) help. im trying to follow this: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows02:13
symptom!es | enav02:13
ubottuenav: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.02:13
ubuntu232however the guide doesnt work right because my /boot is a separate partition02:13
enavsymptom  calm down im helping lokito02:13
talkhoulijrib, http://paste.ubuntu.com/392188/02:13
symptom!thanks | enav02:14
ubottuenav: You're welcome! But keep in mind I'm just a bot ;-)02:14
jribtalkhouli: what script is that?02:14
enavbad bod02:14
talkhoulijrib, /var/lib/dpkg/info/empathy.postinst02:14
symptomubuntu232, lemme take a look at hte guide02:14
jribtalkhouli: didn't we just do this?02:14
ubuntu232symptom, thanks02:14
talkhoulijrib, yes, what script were you asking about then ?02:14
jribtalkhouli: ok, but it seems libc6 is the issue from your error, not empathy.  Also you need to add the set -x at the top of the file for it to do anything (right under the shebang)02:14
^paradox^still in need of help with xsane image scanner. need to know more about best settings for scanning text documents02:15
talkhoulijrib, yes, I got that, nothing changed.02:15
jribtalkhouli: why are you still showing me the empathy script?02:15
talkhoulijrib, it's the only script we talked about, what else did you mean?02:15
talkhoulijrib, you just asked for a script02:16
symptomubuntu232, ok i took a look, what is your problem exactly02:16
jribtalkhouli: ok, but it seems libc6 is the issue from your error, not empathy.  Also you need to add the set -x at the top of the file for it to do anything (right under the shebang)02:16
jribtalkhouli: libc602:16
ubuntu232symptom, no matter what i get the grub prompt02:16
=== wash is now known as wash-away
ieynrsurf is pretty cool but can you enter a new url without exiting a given instance?02:16
ubuntu232symptom, i have grub202:16
talkhoulijrib, libc6.postinst?02:16
jrib!away > wash-away02:16
ubottuwash-away, please see my private message02:16
jribtalkhouli: yeah02:16
ubuntu232symptom, i believe its because i have a separate partition for /boot02:16
KutakizukariInstalled bzflag, and when I open the game it will flash up for a sec and then disappear. What is going on?02:16
symptomubuntu232, are you trying to remove ubuntu?02:17
ubuntu232symptom, no im trying to get it back!02:17
ronnieCan anyone help me get my sound working on an Aspire one netbook????? PLEASE02:17
ubuntu232symptom, im in the live cd, trying to recover grub02:17
symptomubuntu232, and it is not available on the grub menu?02:17
ubuntu232symptom, there is no menu02:17
symptomah02:17
faron I can't seem to find the firefox ver 3.6 I just downd02:17
ZykoticK9Kutakizukari, try starting the game from a terminal - perhaps it will give some clues02:17
symptomubuntu232, at what step are you having issues?02:18
Kutakizukarihow do I do that?02:18
ubuntu232symptom, the final step? it tells me it installs fine, but when i reboot all i get is the grub prompt, no menu at all02:18
ZykoticK9Kutakizukari, dunno for sure don't have bzflag installed - but open a terminal and try "bz<TABKEY>"02:18
ronnieCan anyone help me get my sound working on an Aspire one netbook????? PLEASE02:18
talkhoulijrib, http://paste.ubuntu.com/392190/02:19
invisimeso I accidentally toasted /var/lib on my server box. I have a bunch of stuff configured on it that I don't want to lose. I have enough space on my external to copy everything that's not toasted over prior to a reinstall. how should I proceed to minimize pain and effort? it would also help if I could minimize wailing of gnashing of teeth, but at this point I'm flexible.02:19
ZykoticK9Kutakizukari, actually it will be "bz<TABKEY><TABKEY>" and see if bzflag is listed02:19
symptomubuntu232, did you try to install grub and not grub2?02:19
jribtalkhouli: good, run « sudo ldconfig » in a shell, what happens?02:19
DasEironnie: got a link of that model ?02:19
KutakizukariZykoticK9, it says Segmentation fault when I type bzflag02:19
ubuntu232symptom, i am sure its grub02:20
ubuntu232202:20
symptomubuntu232, you currently have grub2 and it is not working, correct?02:20
ieynris there a way to set vncviewer to just lock into a portion of the remote xserver? i'm thinking that might be a suitable way to set up a massive Xvnc process with many machines targeting it, but each a different portion of the viewing area02:20
ubuntu232correct02:20
DavidJHeinrichhi all, I'm getting the following error when trying to play avi files (or any video files) using the default GNOME player, Totem (but not when I use GNOME mplayer)...what's going on? "The playback of this movie require a AC-3 decoder plugin which is not installed"02:20
symptomubuntu232, did you atleast TRY grub02:20
talkhoulijrib, it gives "Aborted" only.02:20
ZykoticK9Kutakizukari, that's unfortunately NOT a helpful error (just says BIG problem)02:20
invisimeDavidJHeinrich: the answer is to install vlc.02:20
^paradox^is there a channel on freenode specific to scanning and working with images in ubuntu?02:20
jribtalkhouli: pass --verbose02:20
DavidJHeinrichinvisime: what's vlc?02:20
ieynrvideolan.org is for vlc02:21
KutakizukariZykoticK9, bzflag is listed02:21
invisimeDavidJHeinrich: it's a better media player than totem. because it will play damn near anything.02:21
ZykoticK9Kutakizukari, i thought went you typed bzflag it said SegFault?02:21
DasEiDavidJHeinrich: video lan client, see :02:21
ronnieDasEi Acer Aspire One AOA150 is the model02:21
DasEi!vlc02:21
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs02:21
DasEironnie: second, looking up02:21
talkhoulijrib, http://paste.ubuntu.com/392193/02:21
DavidJHeinrichinvisime: ok...well, after I install it, can I remove Totem, GNOME mplayer, mplayer (i currently have 3 video players)02:22
simpietroI need help driver for ubuntu my ASUS My Cinema U3000 Hybrid02:22
simpietro 02:22
invisimeDavidJHeinrich: sure you can.02:22
KutakizukariZykoticK9, only when I type bz then hit the tab key it is listed after that when I type bzflag it says SegFault.02:22
invisimeanyone want to advise me on how best to proceed with rescuing the system on which I accidentally deleted /var/lib ?02:23
jribtalkhouli: you should google with me now on why ldconfig returns Aborted as I don't know offhand02:23
invisimeI was thinking just copy the whole file system over to an external, reinstall the OS, and copy back all the bits I have.02:23
ZykoticK9Kutakizukari, ok that's what i thought you meant -- segfault is a "big" problem, but doesn't give any hint as to what is wrong - sorry i can't help with that02:23
invisimewould that have last detrimental effects?02:23
DavidJHeinrichinvisime: ok, when I right click on an .avi file, I see "Dragon Player, GNOME Mplayer, Mplayer Movie Player, VLC Player"02:23
daleharveyhaving problems installing nginx on a clean install of ubuntu02:23
DavidJHeinrichinvisime: so I can just look for the other 3 in synaptec and remove, right?02:23
daleharveyhttp://pastebin.me/b51de7605bc3d3627100ed224bfc396f02:24
invisimeDavidJHeinrich: that's one way to do it, yep.02:24
progesteroneQuestion: What does sda mean in /dev/sda1 and /dev/sda2 ?02:24
daleharveysummary is that I get E: Package nginx has no installation candidate , common problem?02:24
DasEironnie: will be intel chipset, onboard, alsamixer installed ?02:24
ronnieYes I believe so02:24
rastaseanI just had to re-image my ubuntu computer and now my monitor does not properly display on the entire screen even though the resolution is correct.02:25
DasEiprogesterone: sda is first hd, sdb 2.nd ;; sda1 is first partition on first hd and so on02:25
rastaseanmonitor is hanns*g 23" LCD02:25
DavidJHeinrichinvisime: so if I search for totem under installed packages, I can safely remove all packages with totem in them (totem, totem-plugins, totem-common, totem-mozilla, libtotem-plparser12, totem-gstreamer)?02:25
ZykoticK9progesterone, sda - the a means DRIVE the numbers after are the partitions02:25
KutakizukariZykoticK9, found this http://ubuntuforums.org/showthread.php?t=288159 but when I try to download it 404 error.02:25
Kutakizukariw02:25
invisimeDavidJHeinrich: those all look totem-related, yes.02:25
rastaseani installed the drivers for monitor but still nothing. second monitor has no issues02:26
KutakizukariZykoticK9, what is the package and where can I get it?02:26
DavidJHeinrichinvisime: shoot, if I selected remove all, for one of those packages, removing it will also require removing Brasario (the GNOME default CD/DVD burning program)02:26
DasEironnie:  if you launch alsamixergui,  is your sound-chip shown ?02:26
progesteroneDasEi ZykoticK9 Why do they use 'sd' in stead of 'hdd' or something for harddisk? What does 'sda' stand for?02:26
invisimeDavidJHeinrich: try just removing totem itself.02:26
ZykoticK9Kutakizukari, that's from 2006 - kinda old post.  I have no idea man.  Good luck02:26
ronnienope02:26
ronnienot installed02:27
rastaseanrastasean, i resolved my own issue!02:27
DavidJHeinrichinvisime: ok, it looks like libtotem-plparser12 is what brasario needs...strange02:27
ZykoticK9progesterone, sd is scsi -- hd is ide (and most ide is scsi emulation now)02:27
KutakizukariZykoticK9, thank you for the help.02:27
DasEiprogesterone: these are just identifiers,  hd (0,0) is same then sda102:27
sineI would have thought that Ubuntu would have come with an unrar built in02:28
talkhoulijrib, ok, thanks a lot of the help. I will deal with this later, I have to go now. Thanks again.02:28
jribtalkhouli: found some tweet that said fsck fixed it.  Have you done a hard shutdown recently?02:28
jribtalkhouli: ok, good luck02:28
DasEironnie: sudo apt-get install alsamixergui02:28
sineI have some archived rars.... whats the easiest option for opening them02:29
DasEironnie:  alsamixergui02:29
ZykoticK9sine, why would Ubuntu come default with a proprietary compression format?  "sudo apt-get install unrar"02:29
progesteroneZykoticK9 DasEi Thanks02:29
talkhoulijrib, no hard shutdowns02:29
ronnieDasEi I think the problem is bigger than that -02:29
sinewell ubuntu has done everything else for me so far its been kick ass. im staying02:29
sineZykoticK9: thanks02:29
cboyer1951i need help please.. i've installed ubuntu 9.10 i386, and every time i login and make changes, when I shut down and restart, those changes are not made02:29
DasEironnie: first I want t o check if your chip  is detected and channels are unmuted02:30
talkhoulijrib, I will see if it works. Thanks.02:30
cboyer1951i've read plenty of documentation and it's either too generic, doesn't address my question, or it's jumping into scripting and programming, so beyond me, laughs.. .newbie here02:31
DasEironnie: if you like to dig yourself :02:31
DasEi!sound02:31
ubottuIf you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !Players and !MP302:31
ronnieno such file or directory -- after i installed02:31
RadarHow can I create a "restore point" in Ubuntu and roll back to that point using a command?02:32
DasEironnie: alsamixergui in trml doesn't work ?02:32
ronniethe gui comes up and says no such file02:33
DasEiRadar: you won't thats windows02:33
RadarDasEi: Yeah, but I'm looking for an ubuntu way of doing it.02:33
RadarBasically I have a VM that I want to use automated testing to test against.02:33
^paradox^if no one in here can help me with xsane can you at least point me to channel on freenode where i could possibly get help with scanning text documents and settings?02:33
DasEironnie: so chip isn't detected, try to compile latest als then..02:33
cboyer19511. how do i tell if my ubuntu unetlogin loader thing installed ubuntu on my 2nd hard drive, or if it's just a virtual install, then how can i make it a solid physical install, so that when i make changes, they stick ?02:34
ronnieDasEi How?02:34
ZykoticK9Radar, what virtualization software are you using?  VirtualBox has a "snapshot" feature, similar to restore points i believe.02:34
git__ZykoticK9, i use kvm02:35
DasEironnie: cd /usr/src02:35
DasEironnie: sudo apt-get install build-essential02:35
RadarZykoticK9: mmm but I need it to be automated. Using VMWare Fusion and Mac OS X, asking in the ubuntu channel because it's an ubuntu VM.02:35
RadarI could automate it using Automator on OS X I realised.02:35
DasEironnie: sudo apt-get install linux-headers-$(uname -r)02:36
ZykoticK9Radar, sorry no Restore Points system built into Ubuntu I'm affraid (or not really), best of luck man.02:36
RadarThank you :) Bye!02:36
progesteroneQuestion: how can I check IPv6 is enable or not?02:36
DasEironnie: sudo wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.9rc4a.tar.bz202:36
DasEi(coomand, not a link to click)02:36
git__zkyotick9, your best bet for restore point is using a snapshot filesystem02:37
ZykoticK9git__, it's Radar that's asking02:37
git__ohs02:37
DasEironnie: down ?02:37
ronnieDasEi its downloading now02:37
DasEironnie: say when done02:38
ZykoticK9git__, i tried open solaris with ZFS and was amazed at how similar that file system was compared to MS's Restore Point -- only MUCH better ;)02:38
ronnieDasEi done02:39
DasEironnie: tar -xjf alsa*02:39
ATIhi guys urgent help needed please i have been trying for 2 days to get this ati mobility radeon hd 5470card to work with ubuntu 9.1002:39
cboyer1951I'm a newbie, i just installed utuntu using inetboot(something) sorry can't remember spelling, when I boot up and set a program (like Pidgin) then I shut down the computer, when I boot into ubuntu again, Pidgin is not there. So... does this me i've just got a virtual install, and need to install on my physical drive.. or that I need to do something?02:40
ronnieDasEi Exiting with failure status due to previous errors02:40
blakkheimcboyer1951: unetbootin only makes a live system, no changes are saved02:40
ATIi just bought this $850 laptop from Acer02:40
cboyer1951blakkheim, ok, 'what' is a live system?02:40
blakkheimcboyer1951: one that doesn't save changes..02:40
ATIi really need to fix this i use it for work02:41
cboyer1951shoot, geeze :)02:41
blakkheimATI: don't buy from ati, enemy of  your freedom02:41
huntHi, I wonder wether I can install kubuntu from my existing ubuntu partition, I would install it on another partition as standalone os, can I run the installer from the .iso somehow in order to do this?02:41
Baba_B00iecan you upgrade 804 straight to 904 without a clean install? or do you have to install 810 in between them ?02:41
cboyer1951so, there's an icon on my desktop 'injstall Ubuntu 9.10' should I launch that02:41
cboyer1951?02:41
ATIwell this laptop was a really good price02:41
ATIintel i5 core02:41
blakkheimATI: ati has terrible linux support02:42
ronnieDasEi im downloading it again02:42
ZykoticK9hunt, if you already have ubuntu installed, just "sudo apt-get install kubuntu-desktop" then choose which to use at GDM login02:42
ATIyes i kinda know that02:42
oxezblakkheim: That becomes less and less true ;P02:42
cboyer1951thank you blakhheim02:42
ATIbut i was on here this morning02:42
DasEironnie:I tried just myself , seems it's broken02:42
haruexit02:43
ATIand everyone told me to use the ubuntu software driver02:43
huntzykoticK9, yes I know about the possibility, but I dont like that, it feels kind of unclean to me...02:43
ATIi just did that and still nothing02:43
DasEironnie : sudo rm  alsa-driver-1.0.9rc4*02:43
cboyer1951ok, question please? i have three partitions where i'm about to install; 30GB, 70GB, 216GB, which should I install the / to... or whatever it asks during install?02:43
ronnieDasEi done02:44
DasEironnie sudo wget  ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.22.1.tar.bz202:44
DasEironnie: sudo tar -xjf alsa*02:45
DasEironnie: cd alsa-driver-1.0.22.102:46
ATIis there anyone here that can help troublr shoot this issues as to why the driver is not working ?02:46
DasEironnie: sudo ./configure02:46
=== kkojiban2 is now known as haru
ardchoilleDasEi: we shouldn't be using sudo to download or ./configure software02:48
DasEiATI: I don't know for this particular card, but the ati propitarys don't work any more in X since hardy, best approach is currently the open radeon hd driver. there are some things going on, lucid shall improve it02:48
[V13]AxelFriend of mine was using CompizConfig Settings Manager. His laptop went into hibernate, due to a half-dead battery, and when he plugged it up, and brought it back to full working order, he had an odd window decoration border. Anyone know a fix? I've tried a few things already.02:49
ronnietar: alsa-driver-1.0.22.1.tar.bz2: Not found in archive02:49
DasEironnie: in the configure ?02:49
chocamowpa_supplicant connects but i receive no dhcpoffers. Whats the first thing I should do?02:49
ronnieDasEi no in the first 202:49
cboyer1951anyone able to private chat window me please? i'm trying to install from my 'live' install, and on the partition table, should i choose 'erase and use entire disk?' as it is it shows i already have: /dev/sda1 28.0GB, Ubuntu 9.10 /dev/sda7 65.2 GB, swap /dev/sda5 3.7 GB, /dev/sda6 101.0 GB and Ubuntu 9.10 100.2 GB, I'm confused as to what to do?02:50
ardchoilleronnie: try without sudo, don't use sudo unless absolutelynecessary and it's not necessary for downloading, configuring or compiling02:50
ronnietar: alsa: Cannot read: Is a directory02:50
DasEironnie: you did the wget , and it didn't unpack ?02:50
ronnieDasEi yes02:51
blakkheim!pm | cboyer195102:51
ubottucboyer1951: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.02:51
DasEiardchoille: we are in /usr/src02:51
ardchoilleDasEi: and that is not a good idea. best to download as user, configure as user, compile as user and then use sudo to make install02:52
ardchoilleProbably why things aren't working02:52
cboyer1951ok, i'm insulted, you used the bot to tell me that you can not private message me... ok, sorry, i didn't know the etiquette here, now I do... how do I ask my question nicely then, without being bothersome to the rest of the channel?02:52
DasEironnie: check for typos then, cmd's are  case sensitive, you can copy from messenger to terminal02:52
Fudgeis ther e a powerpc edition of ubuntu?02:52
ronnieI copy pasted02:52
[V13]AxelFudge: Yes, check the "Other versions" part of the Ubuntu site. If you'd like, I can give you a direct link to the selection page?02:52
DasEiardchoille: so software is spread randomly ?02:52
Fudgeplease02:52
faronalright,I'm lost I've looked at xubuntu doc to figure this out but Ijust can't........I have installed Firefox3.6 to my desaktop but,now I'm at a loss as to what to do now02:53
ardchoilleDasEi: and that is not a good idea. best to download as user, configure as user, compile as user and then use sudo to make install02:53
blakkheim!ppc > Fudge02:53
ubottuFudge, please see my private message02:53
Fudgethank you02:53
ardchoilleDasEi: software is to be compiled as normal user in a user folder, then installed using sudo.02:53
^paradox^ive been in here over a half hour now. im not trying to be pushy. i need help with xsane image scanner. im going to scan text documents. i need help with because xsane is foreign to me02:54
zebastianis there a version of ubuntu with a desktop environment with a ZUI?02:54
blakkheimdare i ask what a ZUI is02:54
zebastianI want to be able to use a ZUI but I love my ubuntu02:54
zebastianhttp://en.wikipedia.org/wiki/Zooming_user_interface02:54
Fudgethank you02:54
blakkheimzebastian: would the zoom plugin of compiz work?02:55
cboyer1951i spent all afternoon in here earlier today, nobody was able to tell me that the live install was only virtual. ok, now I've got that bit of information. Now I'm trying to make a physical install. anyone able to help please? I am at the partition page, do I 1. use entire 300 GB drive space, or install them side by side? as it is it shows i already have: /dev/sda1 28.0GB, Ubuntu 9.10 /dev/sda7 65.2 GB, swap /dev/sda5 3.7 GB, /dev/sda6 101.0 GB and Ubuntu 9.02:55
[V13]Axelzebastian: There is a Compiz effect, called Enhanced Desktop Zoom that allows you to hold the Super(windows) key, and scroll in, zooming in a lot. As you move the mouse, it moves the zoomed area around the screen at will.02:55
DasEironnie: does ls show the file ?02:55
zebastianhmmm02:56
zebastiani am not sure if this is what i want but02:56
zebastianhow do i get this plugin02:56
blakkheimzebastian: install compizconfig-settings-manager and run ccsm02:56
ronnieDasEi alsa-driver-1.0.22.1.tar.bz202:56
progesteroneQuestion: I've changed DNS address. Do I need to reboot?02:56
CodyLanehttp://imgnow.info/DSC-1268189453.jpg do my tits look big?02:57
zebastianblackhome: sudo aptitude install compizconfig-settings-manager ?02:57
[V13]Axelzebastion: In Ubuntu, you have to have Compiz Effects enabled, or at least the restricted drivers installed, and do the above command^ "sudo apt-get install compizconfig-settings-manager". Then, find it in System>Preferences.02:57
cboyer1951so?02:57
cboyer1951is there a more helpful ubuntu installation room on irc?02:57
DasEiardchoille: I still don't understand your advice, I used  to put software there, and then have to mention folders permission02:57
[V13]Axelcboyer1951: What's the problem you're encountering?02:58
DasEironnie: sudo tar -xjf alsa*02:58
^paradox^i wish someone would ask me that question02:58
ardchoilleDasEi: you had him downloading a package with sudo, that is bad security practice. we download, comfigure and compile as normal user, not sudo. sudo should not be used unless absolutely necessary02:58
[V13]Axel^paradox^: What question? What your problem is?02:59
cboyer1951Axel, ok: i'm willing to be grateful, if i can get some help, thanks... i'm trying to install from my 'live' install, and on the partition table, should i choose 'erase and use entire disk?' as it is it shows i already have: /dev/sda1 28.0GB, Ubuntu 9.10 /dev/sda7 65.2 GB, swap /dev/sda5 3.7 GB, /dev/sda6 101.0 GB and Ubuntu 9.10 100.2 GB, I'm confused as to what to do?02:59
ronnieDasEi okay got it , its configuring02:59
ardchoilleDasEi: the reason you have perms problems is beacuse you haven't learned proper permissions habits02:59
zebastianAxel: how do i check if i have compiz effects enabled?02:59
^paradox^ive asked upwards of five times02:59
DasEiardchoille: k, for downloading, a step more then02:59
huntcboyer1951: depends on what you want02:59
ATIso i guess no one here wants to help with an ati driver ?02:59
ronnieDasEi Now what - did the ./configure02:59
[V13]Axelcboyer1951: It depends. Are you wanting to erase all other installations of any operating systems?02:59
Jordan_Ucboyer1951: That means that you have at some point installed Ubuntu on that computer already.02:59
DasEironnie: should still run02:59
cboyer1951ok, yes, I installed ubuntu from live, and it asked me to install and I chose drives, yes... did that this morning03:00
ardchoilleDasEi: if he has used sudo to ./configure or make, then he's going to have problems.03:00
techzgI get output as 'Segmentation Fault'. Any help?03:00
ronnieyeah i got it unpacked - changed directories - configured03:00
techzgI'm using gcc compiler.03:00
Jordan_Ucboyer1951: Ok, and what was/is wrong with that install?03:00
zebastian[V13]Axel: how do i check if i have compiz going?03:00
cboyer1951but when i boot into the system, and as that user i make changes, like add Pidgin, after i shutdown and then boot into the ubuntu again, nothing is saved... so i was told that might mean i'm only live03:01
huntcboyer1951: well its your decision now if you want to have several installations or just one03:01
[V13]Axelzebastian: Right-click your desktop, and to the effects tab, see which one is selected.03:01
Jordan_Ucboyer1951: Did you eject the LiveCD before rebooting?03:01
^paradox^[V13]Axel: i need help with xsane image scanner. im about to scan text documents. i dont this much and xsane is quite foreign to me. i just need some advice on what settings to use03:01
DasEiardchoille: so you want me to own that subdir to regar user then ? k..03:01
cboyer1951well, i want just one installation, and to adjust the user space so that i can install Ardour and all of the audio plugins03:01
cboyer1951the live is livebootin, not a cd03:01
DasEironnie: cd ..03:02
ardchoilleDasEi: no, I feel that you need to go back and learn the proper way to handle Linux permissions before giving bad advice in this channel.03:02
jazzy1hi03:02
[V13]Axel^paradox^:My apologies, but I don't use a scanner much, so I can't see myself as being effective in answering that question.03:02
Jordan_Ucboyer1951: Did you remove the flash drive that you installed from before rebooting?03:02
ronnieDasEi okay03:02
jazzy1for some reason i cant mount my NTFS drive in ubuntu03:02
zebastian[V13]Axel: how do i check if compiz is running at all? i have awn dock working, so compiz must be running right?03:02
=== sadasdas is now known as rakia
DasEironnie: sudo chown -R /usr/src/alsa-driver-1.0.22.103:02
cboyer1951Jordan_U, no flash drive, i just loaded it from bootinetd, (whatever that is called) and an iso on my C drive03:03
DasEisecond..03:03
ardchoilleDasEi: that command will fail03:03
Terminushey, has anybody here had trouble with thunderbird connecting to a mail server with the hostname mail.example.local? it won't connect but connecting to mail.example.com works fine. connecting to mail.example.local using thunderbird works on other OS, just not ubuntu.03:03
Jordan_Ucboyer1951: unetbootin?03:03
DasEiardchoille: yes, you distract me, i saw it03:03
^paradox^[V13]Axel: its ok. but no one has even offered to tell me when i asked if theres a channel on freenode more specific to this03:03
[V13]Axelzebastian: I'm not sure, but if you enable effects in the preferences box that comes up when right-clicking the desktop, and clicking Change Desktop Background, and the windows wobble, you're using compiz.03:03
linjq66hi03:03
Terminusrunning karmic here btw.03:03
[V13]Axel^paradox^ There isn't that I am aware of. Sorry.03:03
DasEironnie: sudo chown -R $User  /usr/src/alsa-driver-1.0.22.103:03
ronniecommand failed03:04
cboyer1951Jordan_U, yes unetbootin... I loaded with that in the C drive with ubuntu9.10.i386.iso03:04
^paradox^are there any channels anywhere on irc where i might get help with this?03:04
[V13]AxelWell, all, I must go. I'll be on in the morning and tomorrow afternoon. Goodnight.03:05
DasEicd alsa-driver-1.0.22.103:05
ardchoilleDasEi: that is bad advice. he needs to be compiling the software in his $HOME as user03:05
Jordan_Ucboyer1951: Ok, do you have more than one drive in the computer?03:05
zebastian[V13]Axel: ok, which one of the bullets do i check, simple, or extra effects? and after that on ccsm which effect do i look for03:05
jazzy1whats a shortcut to open the console/konsole03:05
DasEiardchoille: k, I'm up to leave that to you then ?03:05
ronnieDasEi No good03:05
zebastianblakkheim: ok i have compiz effects checked now, which was the effect you told me to use03:05
crypt-0sudo mkfs.ext2 /dev/fd003:05
crypt-0mke2fs 1.41.9 (22-Aug-2009)03:05
crypt-0/dev/fd0: Not enough space to build proposed filesystem while setting up superblock03:05
ronniechown: missing operand after `/usr/src/alsa-driver-1.0.22.1'03:05
ZykoticK9jazzy1, does alt+t work in KDE? (it works in Gnome)03:06
cboyer1951Jordan_U, yes, the 2nd drive is 300 GB and I think that is what this is referring to? :  /dev/sda1 28.0GB, Ubuntu 9.10 /dev/sda7 65.2 GB, swap /dev/sda5 3.7 GB, /dev/sda6 101.0 GB and Ubuntu 9.10 100.2 GB,, because my C: drive is only 150GB03:06
Terminusjazzy1: i just hit alt-f2 and type gnome-terminal. not much of a shortcut i guess.03:06
Jordan_Ucrypt-0: Out of curiosity, do you really have a floppy drive? What do you use it for?03:06
mdg2hello!  Is is possible to make a home lan intercom setup?03:06
ZykoticK9Terminus, alt+t is faster ;)03:06
Terminusmdg2: you mean with hardware phones?03:07
millhouse513Jordan_U:  I would think you'd still need a floppy drive largely for firmware updates03:07
mdg2Terminus, I was thinking just microphones...03:07
TerminusZykoticK9: doesn't work here. =P03:07
huntcboyer1951:  I think you did something weird virtual here, you used unetbootin to install it, you didnt use any extra hardware like a usbstick or a cd?03:07
crypt-0Jordan_U, yes i do.03:08
Terminusmdg2: in any case, you're probably looking for a voip system and that means asterisk or sipx.03:08
cboyer1951hunt, correct, just unetbootin and the iso from the C: drive, however I 'did' previous to that have a ubuntu wubi install on my drive, but I changed partitions in windows and screwed it up... did that do it?03:08
mdg2Terminus, I was just thinking like pidgin actually...03:08
ronnieDasEi ???03:08
crypt-0Jordan_U, i backup config files.03:08
Terminusmdg2: well, you can also just install skype on each computer and have them call each other. =)03:09
ronnieardchoille  can you help me?03:09
huntcboyer1951: I dont think you can really install ubuntu that way, I'll take a quick look at unetbootin03:09
Jordan_Umillhouse513: http://flashrom.org/Flashrom03:09
mdg2Terminus, these are a bit older computers - not sure they can handle skype03:09
ryanakcaDo I need to have my swap on (listed in /etc/fstab) for suspend to work?03:10
ardchoille!sound | ronnie have you looked over any of this documentation yet?03:10
ubotturonnie have you looked over any of this documentation yet?: If you're having problems with sound, first ensure ALSA is selected, by double clicking on the volume control, then File -> Change Device (ALSA Mixer). If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !Players and !MP303:10
cboyer1951so, ok that probably screwed up the installation, then on this 2nd hard drive, during this installation i'm doing now... should i just choose 'use entire disk' it will reformat everything, but that's ok, i want it all to go to ubuntu03:10
ZykoticK9Terminus, you're right!  Just tried in Karmic, and failed.  Sorry man.03:10
Jordan_Ucboyer1951: Ok, you probably wont boot into the "real" Ubuntu install untill you change the boot order in your BIOS03:10
ronnieardchoille  I have read everything I can find - what I do understand doesnt work03:10
crypt-0Jordan_U, looks like a hardware problem right? If the drive is dead ill just buy some cd-r s instead.03:10
Terminusmdg2: you might want to check getting a bunch of free sip addresses and using ekiga for that too.03:10
mdg2Terminus, is ekiga fairly easy to use?03:11
zebastianblakkheim: got kicked out03:11
cboyer1951Jordan_U, you mean choose to boot from the 300 GB drive in bios? instead of the 150 GB one that it's booting form now? which is dual boot Vista/Ubuntu?03:11
TerminusZykoticK9: hehe. i just put it on a panel so that i can just click on it. =)03:11
zebastianblakkheim: what was it the plugin you mentioned that will help me enable a ZUI like environment03:11
ardchoilleronnie: ok, but I need to mention that it is bad security practice to beusing a downloader, ie wget, with sudo. and you should download sources to a directory in your home folder, configure and compile it as normal user, thenuse sudo to make install03:12
ZykoticK9Terminus, ya, that one of the first things i do on a fresh install03:12
PyjamaSpankI'm trying to format a USB stick for use in XP. I'm using right click from the desktop then format to FAT. When I stick it in XP it says the disk isn't formatted.03:12
Jordan_Ucrypt-0: I don't know, it might be that you need special parameters for mkfs for such a small file system.03:12
Terminusmdg2: i guess... dial a number or type an address. if you don't run your own sip server though, you won't have any intercom when the net connection is down.03:12
ardchoilleronnie: I don't use sound, I just wnated to make sure that you used sudo wisely03:12
huntcboyer1951: on startup, do you get a screen where you can select your operating system?03:12
mdg2PyjamaSpank, did you "apply" the formatting03:12
ronnieardchoille  I will never use sudo again if you can get me some sound03:13
cboyer1951hunt: yes, Vista, Ubuntu, Ubuntu, UbuntuNetlogin03:13
rastaseanwhere can i get compiz?03:13
Terminusronnie: are you on karmic?03:13
cboyer1951I use UbuntuNetlogin, i think that is what it says... I'll go into vistatweak and remove the other two entries03:13
mdg2Terminus, sip server....03:13
ronnieTerminus I dont think so03:13
Jordan_Ucboyer1951: Yes.03:13
cboyer1951those other two are from wubi, screwed up installs03:13
ronnieTerminus not sure what that is03:14
cboyer1951Jordan_U,thanks, but that won't screw up Vista install, right?03:14
Terminusronnie: ubuntu 9.10 == karmic koala.03:14
PyjamaSpankmdg2: when I format the disk, it pops up with two similar windows (error?) showing the disk is empty03:14
ardchoilleronnie: open a terminal and run: lsb_release -a | grep -i Codename03:14
mdg2PyjamaSpank, are you using Gparted or something else?03:14
ATIhttp://pastebin.ubuntu.com/392232/03:14
ardchoilleTerminus: Can you help ronnie get his sound working?03:14
PyjamaSpankmdg2: must I "safely remove" ?03:14
ronnieTerminus its a new install so if that the newest download than yes03:14
patrickhhi, does anyone know how i change the primary monitor in a dual monitor setup on ubuntu 9.10?03:15
PyjamaSpankmdg2: in the past I used Gparted to format03:15
zebastianis there an ubuntu with a zooming user interface?03:15
Terminusronnie: what did the command that ardchoille pasted say?03:15
ronnieKARMIC it is!!03:15
ronnieTerminus karmic03:15
Jordan_Ucboyer1951: You should be able to choose to boot vista from grub ( a boot menu should allow the option of booting windows or Ubuntu ). If not then in the worst case you just have to restore the boot order. Most BIOSs also have an option to temporarily boot a different drive.03:15
Terminusronnie: if you're on karmic, instead of building alsa, you might want to try installing linux-backports-modules-alsa-karmic-generic first, if you haven't tried that already.03:15
Terminusronnie: that's assuming the problem is really with alsa.03:16
ardchoilleTerminus: Thank you :)03:16
ronnieTerminus sounds like a plan -- not a clue how to do that03:16
filhosdaluaalguem pode me ajudar?03:16
Terminusronnie: sudo aptitude install linux-backports-modules-alsa-karmic-generic and then reboot after that.03:16
ardchoille!es | filhosdalua03:16
ubottufilhosdalua: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.03:16
cboyer1951ok, so I'll go change the bios to load from 300GB, 2nd drive first then... what would be something to check please? to know that I am in a stable/physical install instead of live?03:16
Terminusardchoille: figured, why bother building from source if binaries will work? =)03:17
ardchoilleTerminus: Good job03:17
ss23Can I get the php embed sapi with aptitude?03:17
=== RoAk is now known as RoAkSoAx
filhosdalua!es03:17
ubottuEn la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.03:17
Terminusronnie: just to be safe, you've already checked whether your audio is on mute or not, right?03:18
=== daddoo is now known as Guest36884
michael___hi all, this is my first time on here but i need some help, i have gone into compizconfig and cube caps and given myself a top image for the cube, but it cuts off at the edges, is there any way to get it fully on there, even if it means stretching/scewing it?03:18
ronnieTerminus yes - it doesnt show my soundcard in the audio hardware  -- could that be a problem?03:19
cboyer1951ok, i'll change bios, boot into ubuntu load pidgin, and restart computer, if i login again and pidgin is not there, then it didn't work, i'm still in live ubuntu?03:19
Terminusronnie: can you pastebin the result of lspci?03:19
Terminus!paste | ronnie03:19
ubotturonnie: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.03:19
Jordan_Ucboyer1951: Yes.03:19
ss23Can I get the php embed sapi with aptitude?03:20
ardchoilleTerminus: you could narrow that down a bit with lspci | grep audio03:21
ronnieTerminus done03:21
Terminusardchoille: buy plain lspci isn't long anyway. =)03:21
ardchoilleTerminus: Ah, fair point03:21
Terminuserrr... brb. update's finished.03:21
wonderboyi just created an audio cd (with wav files exported from audacity) on k3b after failing it on brasero., k3b wrote the cd correctly but it missed the metadata though i had given it twice(at audacity and at k3b ) what would i be missing?03:22
ogexhello03:23
ogexhow to add other linux on grub2 ?03:23
squidlyI did a hardware upgrade on my box, new cpu/monitor/videocard/ram and now I cant login to X03:23
PyjamaSpankI've formatted the drive using the desktop/right click FAT and using gpart FAT, XP still can't see the drive and wants to format it03:23
* wonderboy is confused whether i am kicked or devoiced because i closed the other channel on ubuntu-proxy..03:23
Jordan_Uogex: It should be added automatically by update-grub, if not then add entries to /etc/grub.d/40_custom03:23
squidlyand now I cant login. or do a startx03:23
squidlyroot can. but a normal user can not03:24
Jordan_U!grub2 | ogex03:24
ubottuogex: GRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub203:24
wonderboyam i live?:)03:24
squidlyok make that just me..03:24
Jordan_Uwonderboy: no03:24
ronnieTerminus did I do the paste bin thing right?03:24
wonderboythanks:)03:25
=== LostMyNick is now known as DarkHack
FloodBot1!netsplit03:25
=== zz_monteith is now known as monteith
squidlyls03:25
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit03:25
ogexwew03:25
wonderboywhich cd burning software work for you?03:25
squidlywonderboy: I use k3b03:25
=== __chiding is now known as CrazEd
wonderboysquidly: it missed the metadata...(cd shows Unknown title instead)03:26
=== michael___ is now known as someone
wonderboysquidly: did you notice any extra settings for metadata? i had filled in the artist and title fields as its seen on the tracks03:27
=== someone is now known as someone_
=== CrazEd is now known as 40FAAKJ2Z
squidlywonderboy: I dont pay attentino to that03:28
=== someone_ is now known as someone___
=== 40FAAKJ2Z is now known as CrazEd
wonderboysquidly: okay.. i'll give it a try later.. or may be the commandline tools are better...03:29
wonderboysee ya..03:29
squidlynp03:29
major_redhathey how can i tell if my hardware supports SATA 1.5 or SATA 3.0?03:29
Souljah_major_redhat: you go to the manufacturer homepage of yourr mainboard and look it up?03:31
major_redhatSouljah_: i was hoping that an lspci output would help03:31
Souljah_umm...03:31
major_redhatSouljah_: but that works too i guess03:31
Souljah_that would be exacter, but not sure bout lspci for that...03:32
Souljah_but lspci shows u only whats ON the mainbord03:33
Souljah_like lsusb, just whats on usb03:33
Souljah_so i would suggest lshw03:33
major_redhatlshw would report what back to me?03:33
squidlymajor_redhat: nope03:33
squidlylshw will report what it's running at03:33
Gneaokay, this is annoying. everytime I play a game, the screen blanks after 10 minutes or so, and I have turned the screensaver off and DPMS isn't even listed in xorg.conf, how can I fix?03:34
Souljah_major_redhat: sudo lshw | grep -i sata03:34
Souljah_get a sata controller output here, but not differed between 1.5 and 3.003:35
=== demon_spork is now known as demonspork
Gneamajor_redhat: I'd just do the hardware lookup on the site and see for sure03:35
Souljah_Gnea: what about the energy management?03:36
GneaSouljah_: it's off03:36
Souljah_had the same problem, and couldnt fix it... after some further problems with an installation, i installed my system new and  it was fixed03:36
major_redhatthanks Gnea03:37
Souljah_no clue, what it finally was03:37
GneaSouljah_: that's not an option at this point.03:37
Gneaand I'm not going to reinstall over something so silly03:37
Souljah_guessed that03:37
squidlyok.. this is wierd one user can login with gdm just fine.. but another user can not.. they just keep getting bounced back to the login scren03:37
squidlyanyone know how to fix that?03:37
Gneasquidly: make sure they have a proper shell and password set03:37
brjannsquidly: and that their home directory is set up properly03:38
squidlybrjann: Gnea yea.. I can login via console no problem.03:38
Souljah_Gnea: u using Ubuntu?03:38
enderx86Is it possible to install Ubuntu from my hard disk? (My DVD drive is broken; I don't have a flash drive.)03:38
GneaSouljah_: that's a trick question?03:38
squidlyI can do a startxfce and that works but I cant do a startx from the console03:39
GneaSouljah_: 9.0403:39
Gran_GerHi there!! Need some help with my HP laptop. I need to know how to access to a partition03:39
Gran_GerI can see it into gparted, but can't mount it03:39
Souljah_you have an pm-powersave.log in /var/log?03:39
Gneanope03:39
* Gnea takes a look at the xset manpage03:40
enderx86Is it possible to install Ubuntu from my hard disk? (My DVD drive is broken; I don't have a flash drive.)03:40
squidlyenderx86: there are ways yes..03:40
Gneaxset s noblank  <--- trying this03:40
* jrib hands Gnea some calming tea03:40
enderx86squidly: how?03:40
* Gnea accepts and hands jrib some crackers 'n cheese03:41
enderx86How can I install Ubuntu from my hard disk?03:41
squidlyenderx86: I dont rcall off the top of my head. you can mount the DVD with something from windows and there is a windows installer IIRC03:42
enderx86I have OS X, Macbook Pro03:42
Gnea!macbook | enderx8603:42
ubottuenderx86: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot03:42
LasBuntuhiya, is there any way to remotely connect to a new Ubuntu 9.10 install without having added SSH yet?03:42
FireCrotchLasBuntu: Unfortunately not03:43
GneaLasBuntu: as long as openssh-server is installed and running03:43
Souljah_with black magic!03:43
cboyer1951Jordan_U; you're a genius! Yes! changing my harddrive boot sequence solved the problem! thank you so much!03:43
LasBuntuGnea: no, i'm offsite and forgot to install that :(03:43
LasBuntuFireCrotch: that's what I thought, but I figured I would ask :)03:43
GneaLasBuntu: then you'll need to have someone there, or wait03:43
FireCrotchLasBuntu: Perhaps there is someone there that you can have do it?03:43
LasBuntuI'll be there in the morning, just kicking myself for forgetting03:44
LasBuntuthanks guys :)03:44
Gneagood luck03:44
cboyer1951Jordan_U; now what I set up or install in ubuntu as user, stays when I log out and reboot and relogin :)03:44
Souljah_the gnome remote tools need ssh? i mean thei`re installed by default, sshd not03:45
meowbuntuwhats teh smallest file type out of .mp3 and .wav03:45
ss23Can I get the php embed sapi with aptitude?03:45
brjannmeowbuntu: mp303:46
hekinquestion, can i run multiple distros on one box?03:46
cboyer1951if I, as user, begin installing audio software, Ardour, Rosegarden, etc... will I run out of room on my initial drive space, as the default in ubuntu? or should I be looking to A) install programs from somewhere else? (admin), or (root, or B) increase my drive space for this user?03:46
meowbuntump3 takes longer to extract03:46
Souljah_hekin: yes03:46
hekinI googled around, they are all old and timed out03:46
hekinSouljah_: is there any good links you can provide? thanks03:47
brjannmeowbuntu: mp3s are compressed, wavs are not. you trade disk space for processing overhead.03:47
meowbuntuwhat about mp3 and ogg03:47
ss23IT's not just that they're compressed, they're missing data from the .wav03:47
Souljah_you want to run that at the same time or with kind of multi-boot?03:47
ss23An example of just a "compressed" wav would be FLAC03:47
hekinSouljah_: multiboot03:47
cboyer1951also, oggis the smallest in size, isn't it?03:47
cboyer1951ogg, geeze03:48
ss23cboyer1951: I've never compared, but all the cool kids use FLAC ;)03:48
cboyer1951ahh :) thanks ss23 :)03:48
Souljah_just install them, grub2 is very intelligent03:48
Souljah_and with more linu systems you wont have any problems, i guess03:48
cboyer1951Souljah_, is that in answer to my question?03:48
meowbuntuss23, i am wantoing to transfer to my mp3 player i wish it could use ogg files or flac for that mater03:48
hekinSouljah_: it will not overwrite my current partition?03:48
Souljah_cboyer1951: no03:49
cboyer1951Souljah, nodding03:49
Souljah_hekin: google linux & multiboot, and grub203:49
Souljah_ull find easy ways ;)03:49
Soul_Samplei know it's offtopic, but if anyone is using weechat, how can I hop to channels that are assigned to numbers larger than 10? i cannot find the hotkey03:50
brjann!dualboot | hekin03:50
ubottuhekin: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot03:50
cboyer1951if I, as user, begin installing audio software, Ardour, Rosegarden, etc... will I run out of room on my initial drive space, as the default in ubuntu? or should I be looking to A) install programs from somewhere else? (admin), or (root, or B) increase my drive space for this user?03:50
hekinbrjann: thanks a lot03:51
obiwan_hey guys03:51
hekinSouljah_: thanks03:51
icerootSoul_Sample: in irssi it its alt + q for channel 11, alt + w for channel 12, or using /win 11  /win 12  and so on, dont know if weechat is handling it like irssi03:52
obiwan_i'm wondering, is there any browser which lets you save sessions natively besides opera?03:52
brjanncboyer1951: that really depends on how you've got your drive set up, and how big it is.03:52
hekinanyone here has ever been annoyed by the huge fan noise before?03:52
celthunderobiwan firefox, chrome both do that03:52
Soul_Sampleiceroot: thanks, but no, it's not working :S03:52
cboyer1951brjann: thanks... i've got a 300 GB 2nd drive just installed ubuntu onto, gave it the whole drive03:52
obiwan_celthunder: firefox doesn't do that. firefox saves session, not sessionS03:53
Soul_Sampleiceroot: i found it, it's buffer instead of window lol03:53
brjanncboyer1951: then / and /home are on the same ~300 GB partition, so it doesn't matter if you're installing them for your user into /home/username or as root03:54
cboyer1951what's a software that shows a graphical use of the mount points? i'll load that and let you know, brjann03:54
brjanncboyer1951: Accessories > Disk Usage Analyzer03:54
icerootSoul_Sample: ah ok ;)03:54
celthunderobiwan hmm not sure then :(03:54
brjanncboyer1951: but if you let ubuntu take the whole drive, you should only have one mount point at /03:55
cboyer1951brjann; so / and /home, ok, nodidng... running Disk Usage Analyser on filesystem, really cool! :)03:55
cboyer1951uh, oh... / reports 100%, usr 80.6 % /var 12.7 %03:56
brjanncboyer1951: that doesn't mean % full, just % of total03:56
cboyer1951can i check the mount point with that utility also? or another one?03:57
brjanncboyer1951: which mount point?03:57
cboyer1951hope i'm asking intellingent questions...03:57
cboyer1951well, you said just / should be mounted, not / and /home i took it to mean?03:57
brjanncboyer1951: nono. what I'm saying is that your /home directory is on the same partition as every other directory, so you'd be using the same space whether you installed as your user or as root03:58
cboyer1951well, ok, now i'm scanning 'home' and it shows that my download and desktop and music are only going to be 4.0 kb03:58
cboyer1951ok, i understand you brjann03:58
brjanncboyer1951: sometimes / and /home are on different partitions, or different drives, and then what i said above are not necessarily the case03:59
cboyer1951thank you03:59
cboyer1951so all is ok, but when I install Ardour for instance, as i just did, which directory did that go to, as default03:59
brjanncboyer1951: sure thing. the only other thing i'd recommend is that, if you're installing programs that exist in the ubuntu repositories, use the ones in the ubuntu repositories and install using apt-get, aptitude, or synaptic03:59
brjanncboyer1951: depends, how did you install it?03:59
brjanncboyer1951: (installing with the ubuntu software center is fine, too)04:00
cboyer1951ahhh, good info, thanks brjann: i installed from my login cboyer1951, that i created at the installation process time, and i used Ubuntu Software Package04:00
cboyer1951i've used synaptic, ok04:01
cboyer1951in the past I've used synaptic, so Ubuntu Software install is oktoo ?04:01
brjanncboyer1951: okay, good, that's how you should install things :) when you install using any of those tools, the files are scattered in a few different places, depending on what they are. user binaries go to /usr/bin, libraries to /usr/lib, some extra stuff to /usr/share, ...04:01
cboyer1951brjann: thank you a lot! I'm going to go now, and I'll look over the logs of this conversation too!04:02
cboyer1951brjann I appreciate it, good bye! :)04:02
brjann(is everyone being really quiet, or are we split?)04:03
=== elky` is now known as elky
Ten-Eightlooks like another split04:08
brjannyeah :(04:08
Ten-Eightmaybe it'll straighten out pretty quick.04:08
Ahmuckhi.  i've got a login problem04:09
Ahmucki'm on this screen, but the box where the login is at is blank04:09
Ahmuckand ther eis no time or logout button as well04:09
Ahmuckhttp://www.ubuntugeek.com/wp-content/uploads/2009/10/2.png04:09
Ten-EightI see where you can log in as "ruchi". Have you tried hitting enter when it comes up?04:10
=== WindPower is now known as WindPteryx
obiwan_today i hitted bottom when my from today on ex-girl removed my precios whole ~150/200 tabs collection, my treasure, i had put so much effort for many nights in many months to find all that hard to find pages, chosed between so many useless ones, just to lose them because i couldn't save a modahecking session. I love firefox cause i think it's the best browser. but, why in the world won't they put that holy option? is it that hard to do? doe04:13
ShockTheatreObiwan: When I am doing work that requires numerous steps and needs to be left running, I do it inside of Sun VirtualBox (free) or VMware.  Either can save the current state.  Back that up and you're golden -- hard to lose your work or your train of thought.04:15
AhmuckTen-Eight: well, that's the problem.  i'm not gettting that screen04:15
ss23Can I get the php embed sapi with aptitude?04:16
ZykoticK9Ahmuck, if you have mouse, just click on the ruchi and a password box should open04:17
ZykoticK9Ahmuck, and in the lower right corner you can shutdown/etc.04:18
AhmuckZykoticK9: that is the point, where the login box is it's just a black square04:18
Ahmuckand there is no logout button04:18
Ahmuckwhat your seeing is a screenshot fromsombebody elses website04:19
ZykoticK9Ahmuck, ahh so that isn't your screenshot i get it - sorry04:19
obiwan_ShockTheatre: thans for answer, i don't understnd how vbox may be of help in saving browsers history, could you explain a little more please? anyway, running virtualbox to just save Kb's order files looks a little abussive heeh04:19
ZykoticK9Ahmuck, does ctrl+alt+f1 get you to a console?  (ctrl+alt+f7 to get back)04:20
erichammondI want to modify a particular user's X login so that they get a single application instead of a window manager.  I created a .Xsession, but the program automatically backgrounds itself which causes the X session to exit.  Is there a better way to do this?04:20
Ahmucki can get to a console, yes04:20
ZykoticK9Ahmuck, can you login?04:21
cjaefestival alternatives04:21
Ahmuckyes, i can login to a console04:21
cjaefox2vox out of the question04:21
ZykoticK9Ahmuck, so your use isn't broken then, perhaps you could try adding a new user and see if it shows up in the gdm login?  "sudo adduser NEWNAMEHERE"04:22
cjaeor how can I slow down festival04:22
sekyourboxHello, I accidentally broke my network somehow in my ubuntu 804 install.  I was attempting to setup a PXE server, but when i went to setup dhcpd.conf, there was some firestarter script in there.  I deleted the config, and uninstalled firestarter just in case.  I started to setup the config file, and got sidetracked, and just deleted all the options.  I restarted the dhcpd3 and everything was working fine.  When i rebooted the m04:22
Ahmucki've got multiple users, like 10 or so04:22
ZykoticK9Ahmuck, then that won't help -- sorry man I have NO idea, best of luck04:23
axisysis there a package for python hash module ?04:23
axisyspython hashlib module that is04:23
jribaxisys: that's in the standard library.04:24
axisysnever mind.. it is part of python04:24
axisysjrib: thanks :-)04:24
sekyourboxt I tried pinging the router, and got an error.. I checked all the regular network settings and disabled any route table, and everything looks fine.. I checked ip tables and noticed that it was set to deny all traffic.. I reset the iptables, and still no luck.. Any ideas on the next step i should take to troubleshoot? i think it has something to do with firestarter uninstall04:24
AK|laptopSo I have gnome-do (in Docky mode) set to run when I log in. According to System Monitor, gnome-do runs, but Docky doesn't appear. I have to killall gnome-do and then run gnome-do for it to work. I saw a post that suggests this might be because gnome-do runs before Compiz, resulting in a gnome-do that isn't using the compositing manager. Any suggestions on fixing?04:29
sekyourboxok ill ask in ubuntu-server04:29
Zenkercan someone see this, please reply?04:32
xanguaAK|laptop: tried to ask in #gnome-do ¿ well docky is no linger supported since is going to be remover for the next do release04:32
sekyourboxZenker no04:32
benwkI've got quite a nasty situation. I was trying to install Ubuntu on a system that already had windows 7 on it. I was trying to do manual partitioning and it kept giving me errors when I tried to install grub. Later it suddenly sowed me that the space on my hard drive that I wanted to install Ubuntu to was "unusable". I erased the data on the /boot partition and tried to install again. Now I can't get into any operating system becaus04:32
benwkAnd for some reason no live CDs will work. Neither will the windows install CD. Everything was working fine until I tried installing this on top of windows with special partitioning.04:32
Zenkerrofl, ty04:32
Zenkerdid anyone see my questions earlier?04:33
AK|laptopxangua: They're not going to include Docky anymore? o.o04:33
ZykoticK9AK|laptop, do you have Do starting from "startup applications" or some other means?  FYI the compiz thing doesn't make much sense as if compiz isn't running you'd just get the regular Gnome-Do (without docky).04:33
xanguaAK|laptop: no, now docky is a separate and independent app04:33
AK|laptopZykoticK9: Yep, I have an entry for it.04:33
ZykoticK9AK|laptop, don't worry there is already a new separate docky install in Lucid - it's even better then the gnomedo one ;)04:34
Zenkerill just ask again :) i am using windows vista 32bit, can i install ubuntu 64 bit, my sys does support 64 bit04:34
AK|laptopxangua: Ah, good. I thought for a moment that you were saying it was going to disappear entirely. Docky is way too useful for that.04:34
Zenkerwith windows , i want to install with windows, forgot that part04:34
brjann!dualboot > zenker04:34
ubottuzenker, please see my private message04:34
benwkCan anyone help?04:34
erichammondsolution: At the end of .xsession loop until background process is no longer detectable with ps | grep04:35
ZykoticK9Zenker, if you have a 64bit CPU you are free to install a 64bit Ubuntu04:35
brjannZenker: lots of information on dual-booting ubuntu with windows there in those links :)04:35
Zenkermkay, ty :))>04:35
benwkI've got quite a nasty situation. I was trying to install Ubuntu on a system that already had windows 7 on it. I was trying to do manual partitioning and it kept giving me errors when I tried to install grub. Later it suddenly sowed me that the space on my hard drive that I wanted to install Ubuntu to was "unusable". I erased the data on the /boot partition and tried to install again. Now I can't get into any operating system becaus04:36
benwkAnd for some reason no live CDs will work. Neither will the windows install CD. Everything was working fine until I tried installing this on top of windows with special partitioning.04:36
Zenkerhere is another question that isnt exactly covered in the support info (as far as i know anyhow)..can i burn the iso for the 64 bit onto the same dvd that i burned the 32bit one?04:37
xim_is there any network diagnostic that will run for a few days periodically pinging stuff and give you statistics on how often your network connection is up or down?04:37
benwkCan anyone help?04:37
AK|laptopbenwk: Is the Windows 7 partition expendable?04:37
benwkAK|laptop: expendible?04:38
ZykoticK9Zenker, no you need a new cd/dvd - unless its a re-writable and you blank it first04:38
AK|laptopbenwk: Can you afford to lose it?04:38
benwkno04:38
Zenkermkay, ty again, u guys have a good night, and btw, good work gettin everyone to register their names n stuff. very good idea04:38
benwkCan anyone help?04:39
brjannxim_: if you're up to some shell scripts, i have a link for you04:40
xim_brjann, sure what do you have?04:40
benwkCan anyone help?04:41
ss23Can I get the php embed sapi with aptitude?04:41
brjannxim_: http://www.cyberciti.biz/tips/simple-linux-and-unix-system-monitoring-with-ping-command-and-scripts.html04:41
AK|laptopxangua: Is Docky going to be included by default in Lucid?04:41
mnainesDoes anyone here know about Ubuntu Ultimate Edition?04:41
DBOAK|laptop, an insane but false concept04:41
brjannxim_: there's a link to the complete script (with email alerts, apparently) after the big code block. then they go on to turning it into a cron job04:41
benwkare there no volunteers here?04:41
xanguaAK|laptop: if by default you men pre-installed, no...but it will be in the repository04:42
AK|laptopGotcha.04:42
xim_brjann, yeah totally, thanks thats pretty much just what i was looking for04:42
Zenkeri let ubuntu update earlier, and when it restarted ubuntu did not start up, it got to the grub and left me staring at the grub command line, does anyone know why/which update caused this so i can prevent it when i reinstall?04:42
benwkI've got quite a nasty situation. I was trying to install Ubuntu on a system that already had windows 7 on it. I was trying to do manual partitioning and it kept giving me errors when I tried to install grub. Later it suddenly sowed me that the space on my hard drive that I wanted to install Ubuntu to was "unusable". I erased the data on the /boot partition and tried to install again. Now I can't get into any operating system becaus04:42
brjannxim_: great, glad it helps :)04:42
benwkAnd for some reason no live CDs will work. Neither will the windows install CD. Everything was working fine until I tried installing this on top of windows with special partitioning.04:42
AK|laptopbenwk: There are plenty of volunteers, but it just might be that nobody in here atm knows a solution. Patience is the best option.04:42
mnainesAK|laptop, what would happen if I told Synaptic to install everything?04:43
AK|laptopmnaines: You mean... to install every package in the repositories? o.o04:43
mnainesyes04:43
k4rt33khey, while converting from pdf to text with hindi characters, the characters are distorted though i have hindifonts installed. Any suggestions?04:43
AK|laptopI... would imagine it would just take forever downloading everything, then take an additional forever to install it all.04:44
mnainesAK|laptop, Ubuntu Ultimate Edition is pre-loaded that way, but it also has Ultimatix...I'm wondering if I can do that myself and disregard Ultimatix04:44
abhi_navhi04:44
benwkabhi_nav: hi its me dualboot from earlier. how are you?04:44
abhi_navbenwk: yah m fine. have you solved that problem?04:45
benwkno04:45
abhi_nav:-(04:45
abhi_navbenwk: what goes wrong?04:45
benwkabhi_nav: it has gotten worse now04:46
abhi_navbenwk: have you asked here in channel? provide appropriate details and ask here04:46
benwkabhi_nav: I cant seem to use any liveCDs or install CDs, except the alternate install CD, which wont let me install because installing grub wont work04:46
benwkabhi_nav: I've asked many times04:47
abhi_navbenwk: see, i dont know about what is install cd, but in this case you have to use LiveCD, means you can directly boot into ubuntu from that cd.04:47
abhi_navbenwk: Do you have livecd or not?04:47
benwkabhi_nav: i do have the liveCD. no live CDs will load04:48
abhi_navbenwk: make sure your bios is enabled to boot from cd04:48
benwkabhi_nav: i chose the cd to boot04:49
benwkin the bios04:49
benwkits not working04:49
abhi_navbenwk: hmm :-( then. its seem to be difficult. what is permannt nick here? If I found something i wll memo you on that nick04:50
Zenkeranyone please,,, when ubuntu updated earlier, and when it restarted ubuntu did not start up, it got to the grub and left me staring at the grub command line, does anyone know why/which update caused this so i can prevent it when i reinstall?04:50
benwkabhi_nav: I don't have a permanent nick yet.04:50
abhi_navbenwk: do you have or can you make available any other distro livecd?04:50
benwkabhi_nav: even my windows install cd wont work04:51
AK|laptopHard to imagine a problem that would bork a computer to the point that a live CD wouldn't work.04:51
AK|laptopEspecially on a mere software level.04:51
abhi_navbenwk: I think better check with your hdd health04:51
benwkmy hdd was working fine until now04:52
abhi_navbenwk: hmm04:52
Zenkerdoes the drive show any unusual lights, like a blinking light or a red light, or, no lights at all, does it spin up to read when u insert the disk?04:52
=== wiretapped is now known as SuperTapped
benwkthis computer has no hdd lights04:53
abhi_navbenwk: do you have or can you make available any other distro livecd?04:53
Zenkerhow old is it?04:53
benwkabhi_nav: I've tried ubuntu 32 bit and ubuntu 64 bit04:54
Zenker(in other words, can you at least tell if the drive is functioning?)04:54
benwkZenker: practically brand new04:54
obiwan_guys what's the name of the channel for common talk? i think it starts with d but don't remember04:55
abhi_navbenwk: what I am suggesting is, have a another distro working LiveCD and check if that works or not. (not ubuntu 32-64) other distro means, fedora, madriva, linuxmint etc etc etc04:55
benwkabhi_nav: ok. will you be here for a while?04:55
Kasm279i cant get my windows hard drive to mount (NFS, windows XP) When i click on it in dolphin, it just hops back to whatever folder i was already in. I'm running Kubuntu on my second hard drive and windows on the first04:56
Kasm279any ideas on getting it to mount?04:56
abhi_navbenwk: cannt promise. thats why I ask for you permannt nick.04:56
abhi_navbenwk: why dont you register one nick right now? so we can continue discussion ?04:56
Kasm279also, i cant get any desktop effects even though they are enabled04:56
xanguaKasm279: what does "compiz --replace" says in terminal¿04:57
brjannobiwan_: #defocus04:57
Kasm279xangua: http://pastebin.org/10824204:59
obiwan_yeahh just found it thankssss brjann04:59
Kasm279im on kubuntu btw04:59
meoiswa Im attepting to create a script that automatically moves mp3s from the Firefox cache folder to my music directory, however there are a bunch of fiels there, none have file extension. Any ideas on how can i filter out all other files but the audio ones?05:00
shazbotmcnastynope05:00
obiwan_meoiswa: file05:00
ardchoillemeoiswa: mv /path/*.mp3 /new/path   ?05:01
obiwan_file * | grep -i audio is a starting05:01
meoiswathat05:01
meoiswawas what i was lacking in knowledge05:01
Kasm279xangua: rendering at all is quite slow on this anyway05:02
meoiswaok if i do file --mime-type * | grep -i audio05:02
=== Guest11795 is now known as isp
=== WindPteryx is now known as WindPower
huntHi, is it possible to "install" a live-cd to a partition using unetbootin and then boot this partition and really install the os? or is there a simpler way for this05:02
abhi_navbenwk: what happend?05:03
meoiswa@hunt: that could work, you might want to try Wubi too, not the real deal, but it might work for you05:03
meoiswanow, how do i link the result of grep with mv?05:04
meoiswaF7B0A2FDd01: audio/mpeg  <- thats one of the lines that appear in the console if i do "file --mime-type * | grep -i audio"05:04
Kasm279xangua: blargh, when i closed that tab in terminal i lost window management05:04
Kasm279netsplit!05:04
meoiswa@Kasm: you could use a batch, that worked for me for keeping a dedicated quake server alive when SSHing and then closing the terminal on a remote server05:05
ardchoillemeoiswa: for i in *.mp3; do mv $i /new/path; done  ?05:06
Zenkersomeone please,,earlier today i let ubuntu 9.10 installed w vista update and after the restart it did not start ubuntu, instead it only went to the grub command line, does ANYONE know which update might have caused this so i can prevent it when i reinstall?05:06
meoiswa@ard: Thanks for helping but the files do not have file extension05:06
Kasm279Zenker: get the supergrubdisk05:06
meoiswa@ard: they are all like this: F7B0A2FDd0105:06
brjannmeoiswa: umm.. try   file --mime-type * | grep -i audio | cut -d':' -f1 | xargs -I{} mv {} /path/to/whatever05:06
meoiswa@Zenker: did you use Wubi?05:06
Zenkeryes05:07
meoiswaif so find the patched wubi file and place it in THE ROOT OF YOUR C DRIVE05:07
meoiswain windows05:07
meoiswathe patched file can be found in the bug reports05:07
sicklyshoud i quarintine or delete viruses from my windows hdd with clamtk?05:07
Kasm279i cant get my windows hard drive to mount (NFS, windows XP) When i click on it in dolphin, it just hops back to whatever folder i was already in. I'm running Kubuntu on my second hard drive and windows on the first05:07
Zenkeri have already uninstalled it, i wanted 2 try the 64 bit anyhow. was it a grub update that caused this?05:08
Elroxum... why we even dicussing "wubi",,, that is the worst thing you can do...05:08
Kasm279Elrox: because someone asked for help with it?05:09
Zenkerafter i crash n burn a few times i will be partitioning (however u spell it :) but i have a lot 2 learn, A LOT if u cant tell rofl05:09
meoiswa@Zenker: yes, all you need to do is replace the grub file in your C drive with the patched one05:09
meoiswa@Elrox: only wubi allowed me to install ubuntu, all other attempts ended in Grub install error05:09
ElroxKasm279, but its not supported,,05:10
Kasm279and?05:10
Kasm279officially05:10
Kasm279this is the comunity05:10
meoiswa@Elrox: not supported odesnt mean we, the users, cant help each other05:10
Kasm279community*05:10
ardchoilleElrox: I believe wubi is supported as it's an offficial type of install05:10
meoiswa@Elrox: and that is the meaning of Ubuntu, from people, for people05:10
meoiswa@Zenker: i will upload the patched grub file and upload it to mediafire, please stand by05:11
Zenkerok thank you05:11
huntwow05:11
benwkabhi_nav: hi05:11
brjannmeoiswa: let me know if that cut/xargs version works for your mp3 issue05:11
meoiswadidnt05:11
Elroxmeoiswa, ardchoille ,  then why is there no ops here he;ping?05:11
meoiswaand did05:11
meoiswadunno why but worked on the seccond time05:11
Elroxmeoiswa, ardchoille ,  then why is there no ops here helping?05:11
meoiswa@Elrox: no ops helping, true, but we are, and i happen to have had the exact same error05:12
abhi_navbenwk: what happend?05:12
meoiswa@Elrox and i know how to fix it05:12
benwkabhi_nav are you on any IM service?05:12
ardchoilleElrox: Anyone here can help with any issue, it's not just ops that help05:12
bigtom21485good evening everyone05:12
Zenkerive even tried 2 help a few times :)05:12
Kasm279nay ideas on getting that disk to mount?05:13
Kasm279any*05:13
meoiswa@Zenker ill be with you in a few seconds pls wait05:13
Elroxardchoille, true , but doesnt excuse..05:13
bigtom21485i have ubuntu 9.10 x64, and i cant seem to get frostwire to run properly. any suggestions?05:13
meoiswa@Kasm: make sure your NTFS module is running05:13
Zenkernot goin anywhere, im at 41 % on the dl of the 64bit05:13
Kasm279meoiswa: how do i go about that?05:13
obiwan_meoiswa: file * | grep -i audio | sed -n "s/\(.*\):\(.*\)/\1/p" >> tempfile.tx05:13
obiwan_meoiswa: with that you got a list of the files to be copies05:13
meoiswaobi i already have a working solution05:13
obiwan_oh ok05:13
meoiswathank you very much05:13
obiwan_np man05:13
abhi_navbenwk: what the actual thing is, nobody knows everything, so I can help you 100%. So i suggest you to be here only. I am also here. You can get help from more people. Thats better and reliable. If you want I wll give you my skype name. But still I suggest you to ask here only. Its reliable.05:13
meoiswaactually i misplaced RM with MV so my files, the music ones, got deleted, which proves it works05:14
brjannobiwan_: do you know the cut command? much easier way of accomplishing what that regex does05:14
meoiswanow if someone would be kind enough to remind me how to revert the RM05:14
abhi_navbenwk: I CANNOT* help you 100%05:14
obiwan_oh thx brjann i always forget hehe :)05:14
Kasm279meoiswa: how do i check the ntfs module?05:14
brjannobiwan_: hehe, no problem, just thought i'd share if you didn't know about it, since there are so many gnu utilities it's easy to miss some :)05:14
bigtom21485anyone wanna help get frostwire to work?05:14
ardchoillemeoiswa: You're better off restoring from a backup. You did make a backup didn't you?05:15
meoiswa@Kasm: i have no idea i thought you would know more than me xD05:15
Kasm279lol05:15
benwkabhi_nav: your skype name would be great. can i call you?05:15
obiwan_:))05:15
meoiswa@ard: nah i was working with random files, nothing too vital05:15
bigtom21485haaaayyy...05:15
abhi_navbenwk: ok i pm you now05:15
Kasm279well, does anyone know how to get the status of the ntfs module?05:15
obiwan_if its installed?05:16
Kasm279obiwan_: yeah05:16
obiwan_dpkg -l package05:16
obiwan_but i don't remember what's the mount.ntfs package ehha05:17
Zenkerkasm279 did u try a google search> https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/207380 may be what ure lookin for05:17
Elroxmeoiswa, ardchoille , face it.. wubi sux, once done then the entire fs is hosed,,, why bother?05:17
meoiswatrue that, elrox05:17
meoiswabut for some people wubi is the best choise05:17
meoiswaeither by simplicity or just becaues the normal install refuses to work (my case)05:17
ardchoilleElrox: That really isn't productive in this channel.05:18
=== SuperTapped is now known as wiretapped
Elroxtell me about it ardchoille ....05:18
deusrquem aqui usa ubuntu  no laptop?05:19
obiwan_Kasm279: i think ntfs-3g, so dpkg -l ntfs-3g05:19
meoiswayo, hablo espannol pero espero nos entendamos05:19
deusrops, sorry05:20
obiwan_meoiswa: hay 1 canal #ubuntu-es si quieres para español jeje05:20
deusrsomeone use the ubuntu in laptop?05:20
Kasm279Zenker: that doesnt apply right05:20
obiwan_me deusr05:20
obiwan_and it rockssssssss05:20
Kasm279im running Jaunty and i dont get an error05:20
Zenkeridk, just tryin :)05:20
xangua!someone | deusr05:20
ubottudeusr: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?05:20
deusrobiwan_: tell me what returns05:21
obiwan_what it returns?05:21
deusrcat /proc/sys/vm/laptop_mode05:21
meoiswafile --mime-type * | grep -i audio | cut -d':' -f1 | xargs -I{} mv {} /path/to/whatever05:22
obiwan_deusr: 005:22
meoiswawhoops sorrryyy05:22
obiwan_np meoiswa :P05:22
deusrjust want to know is to turn 1, 2 5 ..?05:22
dotblank!lark05:22
obiwan_it returns 005:22
obiwan_to me05:22
deusrobiwan_: ok!05:23
=== Berzerker- is now known as Berzerker
Elrox ardchoille,, i will format a box, install windows, and run the wubi installer to prove your point,,,, plz tell me how that will help ANYONE in this channel #1,,, and #2how do i undo what i just did to the entire fs of the box ???05:23
meoiswathe command worked :D05:24
jefimenkodoes anyone know how to set up two monitors with ubuntu 9.10, using nvidia, with one monitor in the landscape orientation and one in portrait?05:24
meoiswagee i spent the whole night in this silly thing05:24
meoiswagreat :D now i have a program cleaning the clearcache from headers, and a script that fetchs the music files from my Firefox cache to my Music folder when i close firefox05:25
meoiswathank you very much, now on with the patched grub file, im uploading it right now05:25
=== zz_FeiRuoWa is now known as FeiRuoWa
obiwan_nice meoiswa :)05:25
Elrox ardchoille,, i honesty want to know05:26
bazhangElrox, did you have a support question05:26
ardchoilleElrox: Please see my p,05:26
ardchoille*pm05:26
JustChilNhow do i fix a graphic problem during install?05:27
meoiswaZenker accept the file05:28
meoiswayou need to place that file in the root of your C drive05:29
meoiswaafter you installed with wubi and updated to GRUB 205:29
ZykoticK9jefimenko, looks like you need to edit your xorg.conf and add something like: Option "RandRRotation" "on" & Option "Rotate" "CCW", to one of the monitor section [i've never done this, was interested and did a quick google search, best of luck]05:29
Zenkermeoiswa thank you, now what do i do with this again?05:29
meoiswai just said it /\ /\ /\05:30
jefimenkoZykoticK9: thanks, I just found this actually: http://www.chrisamiller.com/blog/2008/05/11/rotating-one-monitor-with-ubuntu/05:30
Zenkerahh. ok, do i guess i need to do this after i let the new installation install and update?05:30
jefimenkoZykoticK9: but my xorg.conf has hardly anything in it! when i try save using the nvidia-settings tool, it says that it can't parse my xorg.conf file05:31
ZykoticK9jefimenko, looks familiar05:31
meoiswaIm impressed by the ammount of software that runs perfectly in wine and fails to run in crossover mac ^^05:31
ZykoticK9jefimenko, you need to remove your current xorg and run "sudo nvidia-xconfig" first05:31
meoiswayes Zenker, after you install via wubi and update GRUB to 2.005:31
Zenkerkk ty again, i wish i knew as much as you do, where do i need to start LMAO05:32
meoiswainstall your distribution with Wubi05:32
jefimenkodoes anyone know why the default xorg.conf is so bare?05:32
meoiswarun all the updates, and reboot05:32
meoiswayou will fall in the empty grub recovery menu05:32
jefimenkoZykoticK9: i won't mess anything up by doing this?05:32
ZykoticK9jefimenko, by default there is no xorg.conf05:32
meoiswareboot into windows, and place the file i gave you right on the C drive, then reboot05:33
meoiswaboot with linux, and your grub menu should have your kernels listed once more, ^^05:33
Zenkerkk, i understand :)05:33
ZykoticK9jefimenko, don't delete your current xorg just move it to xorg.conf.disabled05:33
neenhi guys, i'm setting up some stuff for backups on my server. i want to pipe the output of mysqldump into tar...i googled it and can't seem to find any information on this, anyone here know how to do it? :D05:33
jefimenkoZykoticK9: just did that05:33
meoiswaI spent 2 full days to find out that the patch (i had found at the 2nd google search) had been placed in the wrong folder05:34
ss23Can I get the PHP embed sapi through aptitude?05:34
meoiswa2 full days going trhu documentation and bugs report to end up finding that i had applied the patch incorrectly05:34
sibbleim trying /quit05:35
sibbleerr :)05:35
jefimenkoZykoticK9: nvidia-xconfig added stuff for InputDevices for keyboard and mouse, etc.05:35
Elroxbazhang, i am sorry, i was asking a secondary support question of someone offering help here,,, i will refrain to PM or other ..05:35
jefimenkoZykoticK9: should i remove those sections or leave them?05:35
ZykoticK9jefimenko, just edit what you need to and leave the rest05:35
=== rainofkayos is now known as SolarisBoy
meoiswai will eventually migrate my wubi to real install, but i cant seem to get GRUB to insatall in my MBR :|05:37
meoiswamy netbook is a 1005HA Asus05:38
morphixgrub (0,0)05:40
jefimenkoZykoticK9: testing it out, brb05:40
mysphytAny mactel experts around?  I'm having a weird partition table issue.05:41
=== Kamokow_ is now known as Kamokow
Kasm279i cant get my windows hard drive to mount (NFS, windows XP) When i click on it in dolphin, it just hops back to whatever folder i was already in. I'm running Kubuntu on my second hard drive and windows on the first05:41
Kasm279upon doing dpkg -l ntfs-3g i get http://pastebin.org/10827205:42
mysphytI'm dual booting on a Macbook Pro, and I've manage to get my partition tables all borked. Short version: MBR is correct, GPT is incorrect. I know how to update the MBR from the GPT, but I can't find any info on going the other way. Thoughts?05:44
Kasm279oooh05:44
ss23Can I get the PHP embed sapi through aptitude?05:44
Kasm279Macbook+ubuntu=increased speed of electron migration05:44
Kasm279due to over voltaging of the CPU core05:45
Kasm279i cant get my windows hard drive to mount (NFS, windows XP) When i click on it in dolphin, it just hops back to whatever folder i was already in. I'm running Kubuntu on my second hard drive and windows on the first05:45
Kasm279upon doing dpkg -l ntfs-3g i get http://pastebin.org/10827205:45
MoMowith ubuntu enterprise cloud -- can i run diskless nodes?05:45
Kasm279nes you can MoMo05:46
Kasm279yes*05:46
MoMo=D05:46
Kasm279i know you can run thin clients with ubuntu server05:46
Kasm279basically the same :)05:46
bettspDoes anyone have trouble with Remote Desktop (VNC) on Karmic hanging?05:47
MoMowell the end goal is a cluster -- i just want the advantage of no hard drives on the nodes05:47
EruditeHermithello, can anyone point me to instructions for the currently accepted method of building Ubuntu kernels from git repositories ?05:47
bettspI connect via Mac's Screen Sharing, and all I get is my Desktop background05:47
Kasm279bettsp: try it with Chicken of the VNC05:47
Kasm279on the Mac05:47
bettspKasm279: I tried that, it didn't help any (super slow, basically unusable)05:48
Kasm279hm05:48
Kasm279bettsp: i havent gone mac>linux05:49
Kasm279ive gon the other way, but not back, and im only on Jaunty05:49
bettspKasm279: It *used* to work perfectly though, it's not like it never worked - just one day, it started sticking all the time05:49
Kasm279network congestion?05:49
Kasm279also, try turning the VNC server off and back on05:49
bettspKasm279: Nope, the mouse cursor follows around - I also tried killing VNC server too05:50
Kasm279hm05:50
bettspAny experience with NX? Is it any better? It's far less integrated and "easy", so I was trying to stick with VNC05:50
Kasm279bettsp: have you tried the other way or VNC'ed to the linux box with another comp?05:50
Kasm279or VNC'ing to another comp with the Mac?05:51
bettspKasm279: Haven't tried with another PC -> Ubuntu - I can VNC to other Macs but that doesn't tell me much05:51
bettspCould having Desktop Effects (Compiz) enabled have anything to do with it?05:53
Kasm279probably not05:54
Kasm279bettsp: i cant help with screen sharing from the Mac05:54
Kasm279my Mac runs Tiger05:54
Kasm279runs quite well on 400MHz05:54
orb01Hey, I installed TeamSpeak from their website and I want to create a shortcut for my KDE menu. It works when I run the command (cd /home/orb-01/.Programs/TeamSpeak3-Client-linux_amd64 && ./ts3client_runscript.sh) from the command line, but when I add this command to the shortcut command, it doesn't work. Anyone an idea what to do?05:55
bettspKasm279: Ah, that was it! Desktop Effects + Screen sharing = Borked05:55
bettspDisable Desktop Effects and it works again05:55
Kasm279well i fixed my drive mounting problem05:56
Kasm279its because i hibernated the windows bit instead of shutting it down05:56
blakkheimorb01: put that in a bash script and point your menu to the script05:56
ZykoticK9orb01, the ./ts3client_runscript.sh might be the problem, try using the full path instead05:56
dooglusI installed ubuntu on this laptop about a week ago, and since then the laptop has been completely locking up about 6 or 7 times a day.  It's much less stable than with windows before.  Any ideas what to try?05:56
Kasm279dooglus: hardware?05:56
xangua!details | dooglus05:57
ubottudooglus: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."05:57
orb01blakkheim, I tried that as well.05:57
orb01ZykoticK9, I tried that too.05:57
ZykoticK9orb01, any reason you didn't just use the teamspeak-client from the repo?05:58
dooglusKasm279: maybe hardware.  I don't know how to tell.  here's a paste of kern.log: http://paste.ubuntu.com/392295/05:59
Kasm279dooglus: i mean WHAT hardware does the laptop have?05:59
orb01ZykoticK9, well the reason is I'm using Mandriva :P.05:59
dooglusxangua: I'm running ubuntu, current version.  when I try to do anything I get the following: complete lockup.  I expected it to do what I asked.05:59
Kasm279aack, that crash log isnt as easy to read as one from OSX06:00
bazhangorb01, why would you ask here rather than #mandriva ?06:00
dooglusKasm279: here's lspci and lsusb output: http://paste.ubuntu.com/392298/06:01
orb01bazhang, better support.06:01
bazhangorb01, mandriva is not supported here06:01
Kasm279dooglus: nice hardware06:02
Kasm279AMD ftw06:02
dooglusKasm279: it's not mine.  I'd just like to get it working reliably before its owner switches back to Windows.  we're meant to have stability as a 'selling point', so these regular lock-ups aren't acceptable06:03
Kasm279hm06:04
Kasm279i dunno, i never have lock up broblems06:04
Kasm279try searching for the error codes in the panic log06:04
Kasm279(thats whats happening, a kernel panic)06:04
Kasm279does anyone know how to mount a drive thats not in /etc/fstab/ or/etc/mtab/ ?06:05
sibblewhat's it formatted as?06:05
Kasm279sibble: NTFS06:05
Kasm279i need to mount it as read only because its hibernated06:05
Zenkeri just noticed something with this dl, the file name is ubuntu-9.10-amd64.iso, . does this mean that its for an AMD processor cuz i have a intel core duo06:07
Kasm279Zenker: it doesnt matter06:07
ZenkerPHEW, tg and thank you06:07
Kasm279also, i figured out what was wrong with the hard drive and why it wouldnt mount06:07
dooglusZenker: it's for yours too06:07
blakkheimZenker: http://en.wikipedia.org/wiki/X86-6406:07
Kasm279Zenker: i have the drive hibernated06:07
sibbleKasm279: have you tried the remove_hiberfile option?06:08
dooglusKasm279: I see 'ntos' in the kern.log - that's an ndiswrapper thing, which I'm using06:08
Kasm279sibble: i would prefer not to do that06:09
Kasm279i dont need to write to it, just copy music over from the windows drive06:09
dsnyders!grub06:10
ubottugrub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.06:10
=== arvind_k is now known as arvind_khadri
sibblethis is probably a silly question, but why not boot windows and shut it down properly?06:10
dsnyders!grub206:10
ubottuGRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub206:10
Kasm279because its faster to hibernate to swap OSes then to shut down06:10
Kasm279and i dont want to reboot just to access the drive06:11
Kasm279the main problem is /dev/sda1/ (the drive) isnt in /etc/fstab06:11
sibbleyou wouldn't happen to have any RAID settings in your BIOS?  probably unrelated06:12
Kasm279no06:12
dsnydersKasm279, Is there a problem with putting /dev/sda1 into fstab?06:12
Zenkerahhh, i see, the intel's 64 bit archicet is borrowed from the amd's design06:13
Kasm279dsnyders: i dunno how06:13
amol112hi i want to download kernel  2.6.24.3 SMP mod_unload 586 .can anyone tell me direct link for download this version linux-image06:13
Kasm279and i just want the command to do it without putting it into fstab06:13
amol112i just want to downgrade kernel with ubuntu 8.04 LTS old release06:16
bettspKasm279: sudo mkdir -p /mnt/tmp && sudo mount -t ntfs /dev/sda1 /mnt/tmp06:18
brjannKasm279: ntfs-3g -o ro /dev/sda1 /mnt/whatever    (you might have to do it as root if it's not in fstab)06:18
zcat[1]!grub06:18
ubottugrub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.06:18
zcat[1]!grub206:19
ubottuGRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub206:19
bettspkasm279: Btw, you *really* shouldn't mount a NTFS volume as read-write when it's hibernated - recipe for file corruption06:19
Kasm279bettsp: im trying to mount it as read only06:19
bettspJust as a reminder :)06:19
Kasm279thanks bettsp for the command06:20
Kasm279it refused at first until  iadded the -r command06:20
brjannKasm279, bettsp: i would recommend the ntfs-3g option, as the in-kernel ntfs module is old and nigh-unsupported at this point06:21
Kasm279k06:22
Kasm279woah, i have 7.6GB of music06:22
Kasm279i didnt know i had that much xD06:22
Kasm279also, i cant get temp readings from anything06:23
Kasm279not even SMART06:23
Kasm279also, is there a way to start a command in a terminal and keep it open when you exit terminal?06:24
brjannKasm279: screen would be the best way06:24
Kasm279brjann: right now kwin is down06:24
testpagefor tightvncserver what do i have to edit in the .vnc/xstartup so gnome shows by default?06:25
Kasm279i need to get it going again without a terminal window being open06:25
brjannKasm279: i have no idea what kwin is :)06:25
Jordan_UKasm279: command & disown06:25
Kasm279brjann: whatever the window manager in GNOME is06:25
Kasm279basically like that but for KDE06:25
brjannJordan_U: that won't keep it open if the terminal exits06:25
brjannJordan_U: oh! yes it will, my bad06:25
* brjann sheepish06:26
Kasm279Jordan_U: i cant get to terminal though06:26
Jordan_UKasm279: Can you get to another tty with ctrl+alt+f1? ( ctrl+alt+f7 to get back into X )06:27
Kasm279yeah06:27
Kasm279but starting kwin there wont work06:27
Jordan_UKasm279: If you can, you can start kwin with "DISPLAY=:0.0 kwin & disown"06:27
testpageanyone happen to know06:27
ZykoticK9testpage, I'd guess "gnome-session" but don't know for sure06:28
Kasm279Jordan_U: says cannot connect to X06:29
testpageya tried that06:29
testpagekeeps going to x06:29
Jordan_UKasm279: Did you run the exact command I gave?06:29
Kasm279does it need DISPLAY in caps?06:29
Jordan_UKasm279: Yes06:30
Kasm279ok06:30
Kasm279kwin is going again06:30
Kasm279thanks Jordan_U06:30
Jordan_UKasm279: You're welcome06:31
ZykoticK9testpage, have you played with the "x11vnc" package at all?  I don't use VNC so don't take my word on anything :)06:31
* Kasm279 goes back to installing Xfce06:31
testpageno i havent06:31
testpagea picker would be nice also06:31
testpageim also trying to kill the viewer session to test the new session06:32
Kasm279anyway06:32
Kasm279goodnight all06:32
testpagetightvncserver kill:106:32
testpagebut its not working06:32
Kasm279testpage: did you try with the inbuilt server?06:32
testpageerr forgot -06:32
testpageim ssh'ed in06:32
Kasm279anyway, night06:32
dsnydersKasm279, Goodnight.06:32
xTheGoat121xDoes anyone in here know how to interpret backtraces?06:33
yo_rmnhello anuone installed 8.10 in a compaq f700?06:33
Jordan_U!anyone | xTheGoat121x06:33
ubottuxTheGoat121x: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?06:33
Miraclehi people, I want to learn how to use mysql and practice commands but I have no data. any suggestion on a source of data to get me started?06:33
testpagehrm06:33
TironnxTheGoat121x: in python06:33
xTheGoat121xTironn, hmmm... okay06:34
TxMattgoogle06:34
Jordan_Uyo_rmn: Why 8.10 rather than 9.10?06:34
MiracleTxMatt google for what?06:34
xTheGoat121xJordan_U, actually that was my question -- interpreting a backtrace is precisely what I need06:34
ZykoticK9!google > TxMatt06:34
ubottuTxMatt, please see my private message06:34
TironnxTheGoat121x: I meant are you reffering to backtraces in python06:34
yo_rmncause its... I dont hav a live cd for it right now, will it be better 9.10 right? and... no CD drive also06:34
testpagePlease set correct fontPath in the tightvncserver script.06:34
testpageis what im getting06:34
yo_rmnI will dl 9.10 now06:35
zcat[1]window min/max/close buttons have somehow ended up on the left side of the window. can't find anything under Appearance, changing themes doesn't help. Any suggestions?!06:35
ZykoticK9zcat[1], are you using Lucid?06:35
zcat[1]Ummm.. yeah06:35
xTheGoat121xTironn, honestly unsure. I'm looking for someone to interpret a crash I'm having with Pidgin, but all the people in #pidgin seem to be asleep or busy06:35
ZykoticK9zcat[1], use #ubuntu+1 for support then, but see http://sites.google.com/site/alucidfs/how-i-do/move-buttons-to-right-side for fix06:36
Jordan_UxTheGoat121x: Then you should either pastebin the backtrace in question or ask for a tutorial on learning to interpret backtraces. http://catb.org/~esr/faqs/smart-questions.html06:36
xTheGoat121xhttp://pastebin.com/7LwatLmE06:36
zcat[1]sweet, thanks!06:36
Tironnzcat[1]: I had this happen. I had somehow changed themes entirely06:37
ZykoticK9zcat[1], FYI the default them doesn't adjust buttons well06:37
Jordan_UxTheGoat121x: Does this happen imediately every time pidgin starts?06:37
testpagehrm06:37
zcat[1]would it be easier to just install emerald? was thinking about doing that anyway06:38
Jordan_U!emerald | zcat[1]06:38
ubottuzcat[1]: emerald is an obsolete window decorator for compiz. It's unsupported and unmaintained, making issues with it very hard to diagnose and fix. There are no known, supported alternatives.06:38
ZykoticK9zcat[1], emerald is no longer supported - you should avoid it if you can.  Not sure what would happen if you use emerald06:38
yo_rmnplease tellme... is there anything I need to know before installing 9.10 in compaq f700 from usb?06:38
xTheGoat121xJordan_U, no. I'll have a window with several tabs, receive another IM that will randomly open in another window. I'll combine the windows to have a group of tabs, and the next IM I receive will crash Pidgin06:38
zcat[1]but I like emerald :(06:39
dsnydersyo_rmn, kpovmodeler will no longer work in 9.1006:39
xTheGoat121xJordan_U, I gather that the program is trying to refer the new IM to a window that no longer exists06:39
yo_rmnkpovmodeler? IDK, it has xp now06:39
zcat[1]sigh, lucid may be the ubuntu release that finally pushes me back to debian :(06:39
ShibariMstrcan anyone help me with my dvd-r06:40
ZykoticK9zcat[1], this is NOT the channel for discussing Lucid, please use #ubuntu+106:40
ShibariMstrI have nero9 and am trying to make it a bootable dvd from an iso but nothing is showing up?06:40
k4rt33kHey, I have a pdf with a hindi font and when I convert it to text how to generate unicode encoded text?06:41
boobooShibariMstr, run nero to burn the iso it will already be bootable06:41
dsnydersyo_rmn, kpovmodeler is a program for creating 3d graphics.  Apparently, it is no longer maintained, and has been removed from the repositories.  I have know idea whether this is important for you or not.06:42
testpageok having issues with tightvncserver06:42
yo_rmnis not, thankyou06:42
testpageif anyone knows it please give me a hand06:42
Miracleyou know I'm a newb to ubuntu and have asked many question but have not receive 1 answer yet. id there a beginners channel?06:43
ShibariMstrwhat about the simulation box in the burn tab?06:43
MuscovyMiracle: You might want to try the beginner forum at ubuntuforums.org.06:43
MiracleMuscovy thx06:44
=== Amaranth_ is now known as Amaranth
=== jackson is now known as Guest61523
WinterSkyI tried installing splashy. So I stopped trying and now I can't install anything else. http://pastebin.com/rMPhdkeV06:46
LoshaMiracle: there's usually a reason questions go unanswered e.g. no-one knows the answer, or crucial details are missing. What kind of things have you been asking?06:46
MuscovyWinterSky: Try running apt-get -f install.06:47
WinterSkyMuscovy I tried twice so far06:47
Muscovy:|06:47
testpageanyone know tightvncserver pretty good06:47
testpagemy xstart config looks right according to tutorials06:47
testpagebut im getting invalid font-path06:47
testpageany help would be much appreciated06:47
WinterSkyoh I fixed it everyone.06:48
WinterSkyI removed the package splashy-themes and now it works06:48
WinterSkyI forgot I installed that package.06:48
ShibariMstrtestpage does it give you the error bitmap module not found?06:48
testpageno but i will get you the exact error06:48
testpagealso i try tightvncserver -kill:1 but its not killing it06:49
testpageis there a way to restart the whole service and all connections?06:49
MuscovyI think it's --kill (two dashes)?06:49
ShibariMstryou need the process number then the command sudo kill process#06:49
testpagehttp://pastebin.com/nxLdc5a3 <-- is my xstart config06:50
MuscovyOr you could killall.06:50
abrahadabrae.g. killall firefox06:50
testpageUnrecognized option: --kill:106:50
testpage(root@G062)-(~/.vnc) $ killall tightvncserver06:51
testpagetightvncserver: no process killed06:51
amol112i am testing ncomputing but driver is for  kernel  2.6.24.3 SMP mod_unload 586 .so from where i can download this linux-image06:51
testpagehere is the error06:51
testpageCouldn't start Xtightvnc; trying default font path.06:51
testpagePlease set correct fontPath in the tightvncserver script.06:51
testpageCouldn't start Xtightvnc process.06:51
FloodBot2testpage: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.06:51
testpageoops06:51
amol112mentioned only support is for hardy 8.0406:51
testpagerunning hardy06:52
testpageso any ideas?06:53
UnclaimedBaggageHi folks - I've just changed the CHGRP settings on my main user account, and now get a "[xyz] is not in the sudoers file. This incident will be reported" message. Do I have any chance of getting out of this, or is it full reinstall?06:53
ShibariMstrtestpage try editing the script06:53
testpageto what?06:53
testpagethat is edited06:54
testpageediting the script isnt really telling me anything, :)06:54
brjannUnclaimedBaggage: chgrp is for changing group ownership of files, not users06:54
ShibariMstrPlease set correct fontPath in the tightvncserver script06:54
ShibariMstrI think not06:54
testpagewhich would be?06:54
testpageits a fresh install06:54
brjannUnclaimedBaggage: so I guess my question is, what did you actually do? :)06:55
ShibariMstrtry ./configure tightvncserver06:55
Loshatestpage: first, find your fonts. Look in /usr/share/fonts and /etc/X11/fonts. Are they there?06:55
testpagelosha, ill look 1 sec06:55
UnclaimedBaggage*grin* Cheers brjann...my bad. I mean I changed the group to which my main login account is set. Set up a new group, added my main account to it...and now it seems to have lost sudo privileges06:56
testpagehave 2 directories in /usr/share/fonts   truetype   and     X1106:56
brjannUnclaimedBaggage: are you still a member of the admin group?06:56
ShibariMstrtry the X1106:57
testpageand 1 directory in /etc/X11/fonts   misc06:57
testpagewhere shibari06:57
testpageheh please be more detailed06:57
UnclaimedBaggagebrjann: not sure how to check that.06:57
testpagei pastebin'd for a reason06:57
brjannUnclaimedBaggage: type groups06:57
Loshatestpage: ok, try editing /usr/bin/tightvncserver (make a backup copy first) around line 5406:57
testpageok06:58
UnclaimedBaggagebrjann: "john web" ...with "web" being the dodgy group I set up to experiment with06:58
brjannUnclaimedBaggage: that's all?06:58
UnclaimedBaggagebrjann: that's all06:58
Loshatestpage: where it says fontPath, uncomment the line and put your two font directories in it, separated by a comma.06:58
brjannUnclaimedBaggage: ah, you have committed the cardinal sin of the usermod command, forgot to use the append flag ;)06:58
brjannUnclaimedBaggage: what's happened is you've replaced all the groups your user *should* be a member of, not just added to them06:59
UnclaimedBaggagebrjann: *bangs head on wall* Damn. I have a root account, but by the looks of things that's disabled in Ubuntu by default(?) Any way to get out of this or am I doomed?06:59
brjannUnclaimedBaggage: no, you should be able to get into the recovery console. one moment, phone call :)07:00
abrahadabraUnreclaimed >> do u use sudo?07:01
UnclaimedBaggagebrjann: *laughs* Ahh, the suspense. Here's hoping.07:01
UnclaimedBaggageabrahadabra: Yes, regularly. I'm the only user on this PC07:01
prodigelhi all.  How can I find out what font xterm uses? I want to apply the same font to gnome-terminal and I can't find it07:02
testpagelosha do you happen to have the paths that you are using cause there are subdirectories07:02
testpageprodigel, heh, in the same boat07:02
abrahadabraUnreclaimed >> sometimes the solution is simple. Just wondered.07:02
Zenkeri have tried 3 times now to install with wubi, and it keeps erroring out, can someone please help ?07:03
testpagestill invalid path07:03
prodigeltesti_, any resolutions yet?07:03
testpage$fontPath = "/etc/X11/fonts/,/usr/share/fonts/X11/";07:03
prodigeltestpage,  any resolutions yet?07:03
testpagenope working on it07:03
awaadI installed kde on ubuntu by running "apt-get install kubuntu-desktop" and I have now only a black screen, pointer of the mouse and screenlets package running07:03
UnclaimedBaggageabrahadabra: No problems - but yeah, I definitely need sudo. ;-)07:03
awaadHow can I solve this problem to use both gnome and kde ?07:04
brjannUnclaimedBaggage: okay, sorry :) let me research for a second07:04
UnclaimedBaggagebrjann: np...and thankyou07:04
ZykoticK9UnclaimedBaggage, are you using Karmic?07:05
brjannUnclaimedBaggage: sure thing. oh, is this a console-only machine, or do you use a desktop environment?07:05
UnclaimedBaggagebrjann: Have GNOME as well.07:06
UnclaimedBaggageZykoticK9: Karmic it is.07:06
awaadAny one can help ?07:07
prodigeltestpage, good luck on your quest. It's simpler for me to just dump gnome-terminal07:07
ZykoticK9UnclaimedBaggage, worst comes to worst, check the !grub2 factoid and the parts about chrooting your system, then you could re-add yourself to the admin group.  Hopefully it won't come to that, but keep it in mind (reinstall NOT required)07:07
testpageim just going through this tutorial prodigel07:07
testpagehopefully it will help u too07:07
testpagehttp://ubuntuforums.org/showthread.php?t=79503607:07
UnclaimedBaggagebrjann: Interestingly, I can restart the machine via the gnome GUI, but terminal requires 'sudo shutdown -r now'...and of course that sudo is off-limits. Guessing that means there's some sort of gnome user with sudo privs(?)07:08
brjannUnclaimedBaggage: hm. have you logged out/logged back in since you created this new group and added yourself to it?07:08
prodigeltestpage, are you sure it's the right link? vncserver+gdm?07:08
=== coco is now known as Guest70447
testpagefor my versiion yes07:09
UnclaimedBaggagebrjann: I did a system restart (via GUI), still facing the same problems07:09
testpagebut not for tightvncserver07:09
Guest70447olaaaaaaaa07:09
ZykoticK9!es > Guest7044707:09
ubottuGuest70447, please see my private message07:09
UnclaimedBaggageZykoticK9: *grin* Cheers, good to know. Will go scouring grub if it comes to that - here's hoping my expertise is up to it if it's necessary07:09
Guest70447kienes sois07:09
prodigeltestpage, what has that to do with fonts in gnome-terminal?07:09
brjannUnclaimedBaggage: ah, okay.07:09
titan_Linux_FREANeed a little grub2 help. Trying to edit my grub boot file to include my windows XP partition. During install it didn't add it. I can't find what file I am supposed to be looking in to change the grub boot loader and I wouldn't know what to put in it if I could find it.07:09
Loshatestpage: ignore the subdirectories, just try "/usr/share/fonts,/etc/X11/fonts" as the new value07:09
Guest70447paraaaaaa yaaaaaaa07:09
mmfeih07:10
ZykoticK9!grub2 > UnclaimedBaggage07:10
ubottuUnclaimedBaggage, please see my private message07:10
mmfei`h07:10
Guest70447puedes ablar español idiotas07:10
ShibariMstrlol07:10
yo_rmnyo. mensaje privvado07:10
UnclaimedBaggageubottu: cheers - will give it a read.07:11
ubottuError: I am only a bot, please don't think I'm intelligent :)07:11
ShibariMstrummmm culero esta canal es ingles meuva su cula a espanol07:11
testpageno put its a simple walkthrough for vnc session and gnome-desktop07:11
brjannUnclaimedBaggage: yeah, at this point i'm sorta thinking that your best option might be editing your grub boot line to get into single user mode07:12
brjannUnclaimedBaggage: do you know how to edit a boot line?07:12
titan_Linux_FREAI want to add my windows xp partition to my grub2 boot menu on start up. I know the OS is on sda5 and that sda5 is an NTFS partition. Can anyone give me a hand and point me to something that would show me how to do this in grub2?07:12
UnclaimedBaggagebrjann: I'm mildly familiar with grub, but haven't ever edited the boot line.07:12
Zenkersorry abrahadabra i lost internet for a sec07:13
brjannUnclaimedBaggage: okay, read through this section: https://help.ubuntu.com/community/Grub2#Editing%20Menus%20During%20Boot07:13
brjannUnclaimedBaggage: and you might want to make notes if you don't have a second computer handy :)07:14
UnclaimedBaggagebrjann: Many thanks - very helpful. Will do :-)07:14
malifaltitan_Linux_FREA: try sudo update-grub07:14
titan_Linux_FREAbrjann, that might just help me out too. Thanks.07:14
titan_Linux_FREAmalifal, will do thanks.07:15
enliis there an app which shows files being accessed like "System monitor" shows current processes..07:15
enli( i dont remember exactly as havnt used windows for a long time) i guess there is similar function in vista task manager where you can see the file i/o and stats and the processes.. is there something similar for linux?07:15
brjannUnclaimedBaggage: essentially, what you're going to do is as follows: get into the grub menu, highlight your current kernel, and hit 'e' to edit the boot options. add     single    at the end, then hit CTRL-X too boot. that *should* start booting the system, then drop you to a root prompt before all the services start07:15
Zenkerabrahadabra?07:15
malifalenli: lsof or iotop07:16
malifalenli: i think :/07:16
brjannUnclaimedBaggage: once you're at the root prompt, type      adduser <youruser> admin    and then    reboot07:17
brjannUnclaimedBaggage: clear on all of that?07:18
enlimalifal: iotop that is, thanks : )07:18
UnclaimedBaggagebrjann: Many thanks. Will do. (Subnote: The help in this IRC channel just reminded me why I use Ubuntu ;-) )07:18
brjannUnclaimedBaggage: wait until after it works to say that or you'll jinx us ;)07:18
UnclaimedBaggagebrjann: I think so. And yeah *laughs* - good point. (Hopefully) back in 10. ;-)07:19
brjannUnclaimedBaggage: if all goes well, you should be able to sudo again once you've rebooted. however, some things might not work properly, since you'll be missing other groups you should be in. come back and we'll sort you out07:19
UnclaimedBaggagebrjann: No probs. Hopefully back soon07:20
brjannUnclaimedBaggage: good luck!07:20
brjannand now, the waiting :)07:21
olskolirchow do I come out of compiz and go back to the regular ubuntu desktop please?07:23
soreauolskolirc: Just set None in sys>prefs>appearance>visual effects tab07:23
testpagebrjann while your waiting,,,,,can u help me :)07:24
MuscovyDoes anyone know how to switch the close/max/min icons from side to side? I feel like trying them out in the Lucid layout, and I might want to keep it traditional when I move to Lucid.07:24
brjanntestpage: haha, maybe :)07:24
testpagek just ssh'ed into server07:24
testpagetrying to get a vnc-server session to go to gnome07:24
testpagei got vnc4server installed now07:24
SgtNezziewhen installing ubunut enterprise cloud -- if my machine has a wireless usb dongle (rtl8187) how can i set that up (and wep details) for installation07:25
testpagebut still no gnome-desktop07:25
brjanntestpage: sorry, i haven't used vnc since like 199707:25
testpageheh07:25
testpageerr, anyone?07:25
skrapsSgt: try "modprobe rtl8187"07:26
testpageu would figure im not the only one in the 100's of users listed here that has to do this07:26
malifaltestpage: enable vino from within gnome07:27
testpagehow07:27
testpageim ssh'd in07:27
testpageheh07:27
testpagethats the issue07:28
FloodBot2testpage: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.07:28
Supergroverbrjann: *rapturous applause* *standing ovation* *throws underpants* Worked a treat. Many thanks.07:28
skrapstestpage: https://help.ubuntu.com/community/VNC - first lsting in google07:28
testpageinstalling gconftool now07:28
brjannSupergrover: yay!07:28
malifaltestpage: set the gnome session in the xstartup file in the .vnc folder and restart vnc07:28
Supergroverbrjann: (Note: "Supergrover" is "UnclaimedBaggage" ...seemed last account hasn't logged out yet)07:28
brjannSupergrover: so i figured :)07:29
testpagemalifal, its gnome-session correct07:29
testpage?07:29
Supergroverbrjann: While I'm pushing my luck, you mentioned other privileges needed on that account? Any suggestions links?07:30
brjannSupergrover: yeah, i'm trying to figure out which of mine are default and which are custom07:30
titan_Linux_FREAHELP! Used Disk Utility to try to make my sda5 with windows XP bootable but it screwed it up and now doesn't know what type of partition it is and won't let me mount it. All of the data is there, I did not format it. I don't want to lose the data on the partition. How do I get it to be recognized as an NTFS partition again?07:30
testpagemalifal, it would be nice to tell me exactly what it should be, i know it should be gnome07:30
Supergroverbrjann: No probs. ;-)07:30
testpagehttp://pastebin.com/nxLdc5a3 <-- my config file07:31
brjannSupergrover: shell out and check your groups again, should just be your username, web, and admin now, right?07:31
Supergroverbrjann: 'john admin web'07:32
paddyyyyyyyyyyyy f-spot wont start http://fpaste.org/XqwO/07:32
=== SgtNezzie is now known as MoMo
malifaltestpage: sorry, yes i think that is correct07:33
subhamhello every body can any body can help me how to open .cab file in ubuntu 9.10 any help would be of great help07:33
testpagehrm, wonder why its not working then07:33
testpageany ideas?07:33
testpageis tightvncserver the best one to use?07:33
malifaltestpage: you need to have port 5900 open or use tunneling07:33
brjannSupergrover: okay.    sudo usermod --append --groups dialout,cdrom,plugdev,fuse,lpadmin,pulse-access,sambashare john07:34
tmwnniis there somethin like tabs when in a console? i want to be able to hit ctrl+f1, run a command that takes some time, then switch to a new tab (without ctrl+f2, etc) run another command that takes time, then switch back and forth so i can watch progress on both.  i want to be able to run mutiple commands at once in a console without having to login sevral times anybody know what im looking for?07:34
subhamhello every body can any body can help me how to open .cab file in ubuntu 9.10 any help would be of great help07:34
Flanneltmwnni: Check out 'screen'07:34
testpageerrr07:34
testpagethis is frustrating07:34
Flannel!screen | tmwnni07:34
ubottutmwnni: Screen is a window manager for terminal sessions, also useful over SSH. See https://help.ubuntu.com/community/Screen07:34
testpagevery frustrating07:34
tmwnnithanks07:35
testpageplease provide commands with response as im more a centos person, if i knew the commands i wouldnt be here in the first place :)07:35
Supergroverbrjann: Excellent. (And yes - dang, I can see why those are necessary)07:35
malifaltestpage: what display number did it take? if :0 then it's 5900 if :1 then it's 590107:35
malifaletc07:35
testpageok, but how do i open the ports via ssh07:35
brjannSupergrover: to check that it got set,     getent group | grep john07:36
testpagei can remote in using vncviewer but im getting x terminal not gnome07:36
brjannSupergrover: (it won't take effect on your user until you log out and back in, so we're going to the source)07:36
Supergroverbrjann: Yup, all there. :-)07:36
ed10When using evolution mail the send /receive icon is not highlighted so I cant click on it to send mail.What`s up with that?07:37
brjannSupergrover: great :) log out and back in and you should be good to go07:37
malifaltestpage: that means vnc is working but starting twm07:37
malifaltestpage: vncserver -kill :007:38
malifaltestpage: vncserver -kill :107:38
malifaland restart vnc07:38
Supergroverbrjann: Many thanks, much appreciated...obviously. You've saved me days.07:38
testpageok07:38
brjannSupergrover: happy to help :)07:38
testpagemalifal when i login i get x terminal and this07:39
testpageXsession: unable to start X session --- no "/root/.xsession" file, no07:39
testpage"/root/.Xsession" file, no session07:39
testpagemanagers, no window managers, and no07:39
testpageterminal emulators found; aborting.07:39
malifaltestpage: not sure what07:39
malifals going on07:40
testpageits a brand new ubuntu install m807:40
testpagefirst thing trying to install on it07:40
testpageheh07:40
phrearchhi07:41
phrearchim installing proxmox on a debian lenny system. wondering what this vmbr0 interface is for :07:41
testpagemalifal can you pastebin your config file?07:41
malifaltestpage: fyi try not using root for ssh07:41
phrearcheth0 dissappeared07:41
Flannelphrearch: You're looking for #debian07:41
testpageyes will be changed later07:42
titan_Linux_FREAcan I set my sda5 back to an NTFS partition label without formating? Linux no longer knows what type of partition it is.07:42
testpageright now just trying to vnc in07:42
testpage:)07:42
phrearchFlannel: lol, youre right07:42
phrearchwhen i think debian, i enter #ubuntu somehow07:42
ed10Can any one help with evolution mail?07:42
malifaltestpage: i'm sorry i can't help further :(07:43
testpagecan anyone please07:44
testpagebeen here over an hour with no resolve07:45
skrapstestpage: google can have alot of information when none is at hand in the irc support channel, not being mean but obviously noone has your answer07:45
testpageyou dont think i have been googling this whole time?07:46
testpagei have checked all over the place, no matter what im still getting xterminal07:47
testpageits like its not paying attention to my xstart config07:47
testpagehere is my log file07:49
testpagehttp://pastebin.com/ArZLrcgL07:49
skrapstestpage:  five steps into this page describes your problem http://imthi.com/blog/linux/ubuntu-904-remote-desktop-using-vncserver-without-monitor.php07:49
testpagethats not using tightvncserver its using vnc4server07:50
titan_Linux_FREAMy Windows XP partition is not bootable for some reason. It does not show up in grub even after "sudo update-grub" and in gparted and Disk Utility it is an "unrecognized" and "unknown" partition. How do I fix it?07:50
testpageand i have went through this step by step, by the way07:51
skrapstitan: sounds like its dead07:51
titan_Linux_FREAskraps, it can't be. It is not formated, the only thing that happened is in Disk Utility I selected the "bootable" option and clicked apply and it returned an error and now doesn't know what partition type it is and can't mount it.07:53
KutakizukariCant login to CVS on Ubuntu 9.10 but can with Windows Vista. Anyone know why?07:55
=== arvind_k is now known as arvind_khadri
KutakizukariUsing the terminal by the way to log into Drupal CVS07:57
sud_d_gr8is this the chat room where i can date any gal?////////07:59
testpagejust went through that tutorial for a 2nd time, still doesnt work07:59
dan_hi07:59
ogexhello08:02
ogexhow add other linux on grub2 ?08:03
SabirI have the following problem. There is a TV tuner on a chip Philips. When I try to capture video via the composite input is captured from the TV inputs. To check try to watch video from the composite input through mplayer, and also watch TV signal.08:03
zinoxupdate-grub08:03
solowI'm having some issues08:03
solowI just rebooted my laptop after installing updates on ubuntu, and my wireless stopped working.08:03
testpagehow do i add a user?08:04
DaZtestpage: adduser? :f08:05
testpagedaz thanks08:06
solowyou know what08:06
fohoshello08:07
solowi'll drop ubuntu for now. Perhaps I'll go back and use it again if people fix the wireless annoyance, and there's adobe support.08:07
fohosis there anyone here familiar with remailers08:07
cmangi wish adobe would support linux.  that'd be great.08:07
fohosjust f*ch adobe08:08
fohosis there anyone familiar with mixmaster?08:09
solowfohos, Don't be like that. Adobe is great. The best out there. And I really need it. virtualbox did it for me, but with my internet gone, it sucks.08:09
testpagefinally08:10
testpagein08:10
bagushai08:10
fohossolow U R mistaking08:10
solowfohos, How's that/08:11
mawstWhere can I keep up with new packages being added to the ubuntu repo?08:11
fohosjust because corporations have a corporate agenda to use some OS and applications taht does not make neither the OS nor the application the best out there08:11
solowfohos, Stop being such an anarchist. Adobe is the best software out there with photoshop, flash, illustrator, aftereffects. I dont know about the rest.08:12
testpageacrobat08:13
testpagefirefox08:14
solowFirefox is ok08:14
solowBut uhm08:14
solowhow do I uninstall ubuntu08:14
exnyes, how to uninstall ubuntu ?08:15
mawstYou don't. Mwhahahahaha! *gulp*08:15
ZykoticK9solow, exn, unless you used WUBI and installed inside of windows you can't uninstall Ubuntu, just install whatever you want overtop08:15
solowSeriously, how. I want to remove the entire ubuntu partition. *I dual boot with windows 7, I want to clear the space, and add the free space to my windows 7 partition*08:16
testpagefdisk08:16
solowthanks for the details. *smells sarcasm*08:16
testpageactually no sarcasm08:16
solowI know how to make 1 partition, and where to remove the ubuntu files.08:17
testpageboot to windows xp cd and run fdisk08:17
solowI just dont know how to kill the ubuntu boot.08:17
testpagethen delete partitions u dont want08:17
testpageunder recovery console08:17
solowI'm using windows 7, I can use fdisk inside of cm08:17
ZykoticK9solow, ask in ##windows how to re-write the Microsoft MBR08:17
solowd08:17
testpagefixmbr08:17
testpagethen fixboot08:17
testpageafter fdisk08:18
solowk i'll ask there08:18
testpageheh just told u08:18
harisundHow do I create a network connection through Bluetooth? NetworkManager on karmic doesn't even have that option apparently ..08:20
brjannharisund: would you believe i was *just* reading that?08:21
azarethHi all, yesterday I created a ubuntu live USB that I want ot use like personal pc(just plug it and use it everywhere) but unfortunatelly it looks like it has limited size? My usb is 8GB and is almost empty but after I updated a few packages it show "out os space" warning08:21
azarethhow can I make it to use the all USB so I can isntall everythign I need08:21
harisundbrjann: I will if you could tell me if you found anything interesting :P08:21
brjannharisund: wait, are you talking about a network connection for e.g. using a mobile phone as a 3G modem?08:22
harisundbrjann: Yes! I want to use my Nokia e71 as a modem through bluetooth and be able to surf on my Ubuntu laptop08:22
brjannharisund: ok! https://help.ubuntu.com/community/BluetoothDialup08:22
brjannharisund: sadly it's still a lot of manual stuff. no nice GUIs, apparently08:22
harisundbrjann: oh that is not an issue for me .. if I can get it to work I am happy ..08:23
brjannharisund: heh, not an issue for me either, but tonight I just don't feel like dealing with it :) hopefully it works for you, though08:24
harisundbrjann: thanks a lot man I will check it out08:25
WinterSkyDoes anyone know of an app that I can use to detect and remove duplicate files? Currently I use fdupes to make a list and remove them by hand.08:25
monokromeHey. Does anyone know how to change Ubuntu's install of Apache2 to run Apache as root instead of www-data?08:25
Flannelmonokrome: Why do you want to do that?08:25
solowI want my wireless back :(08:26
monokromeFlannel: Apache's WSGI library can't run it's processes as a separate user than www-data because only root can do that08:26
brjannWinterSky: how does fdupes work? depending on the format of the list, you can probably use the program xargs to remove the files in the list in one swipe08:26
serbzHey, stupid question... without having ubuntu installed how can I check what's the latest version of a certain package? EG PHP?08:26
jussi01serbz: included in ubuntu?08:27
digitalfizmonokrome, i believe you can set the user it runs as in the conf08:27
brjannserbz: http://packages.ubuntu.com/08:27
monokromedigitalfiz: thank you :)08:27
Flannelmonokrome: Really?  It forces you to run apache as root?  That's a horrible set up.08:27
serbzbrjann: I search for PHP there08:27
monokromeFlannel: Only root can spawn processes as other users afaik08:27
serbzand it gives me a binch of stuff?08:27
serbzbut I cant see which exact version of PHP it has, or I cant interpretit08:28
serbz?08:28
digitalfizhmm i wonder if thats why suphp wasnt working for me. cuz apache wasnt ran as root08:28
WinterSkybrjann fdupes creates a list with 1 file name on each line. So it takes 2 lines and lists both the file names with the same hash.08:28
solowk08:28
solowdont help me :(08:28
gui1hi, I was wondering how to configure network connection with DHCP manual address08:28
hachourihello, is it possible to setup cups print server which  brodcast some specific printer to each subnet, for example pritnter1 and printer2 for subnet 192.168.0.0/24, printer3 and printer4 for 192.168.1.0/2408:28
monokromedigitalfiz: Sounds like a good reason.08:29
monokromeDo you know what config it would be in? :/08:29
brjannWinterSky: would you mind pastebinning a few lines? i might be able to whip up a command for you08:29
Flannelmonokrome: You want to edit /etc/apache2/envvars08:29
serbzjussi01: Nah I meant any packages08:29
monokromeoh ok thank you08:29
digitalfizhttpd.conf08:29
Flannelmonokrome: but, running apache as root is a pretty significant security risk.08:29
Flanneldigitalfiz: Nah, it's moved to /etc/apache2/envvars08:30
digitalfizah ok08:30
azarethhow can I extend the size of ubuntu live drive?08:30
monokromeFlannel: Yea, but is there a way to set permissions so that www-data can spawn processes as other users?08:30
malifalazareth: temporary solution, clear the deb files in /var/cache/apt/archives, long solution, create a new partition or use clonezilla or gparted to increase it08:30
digitalfizmight be able to put www-data in the wheel group?08:31
Sachoserbz: karmic (php): server-side, HTML-embedded scripting language (metapackage)08:31
Sacho5.2.10.dfsg.1-2ubuntu6.4 [security]: all08:31
Flannelmonokrome: I believe there is, yes.  But I'd have to look into what you were doing/etc08:31
gui1how to configure DHCP with manual address08:31
azareth10x malifal08:31
Flannelmonokrome: I'm not familiar with WSGI at all08:31
zombie_any c++ programmers in here?08:31
monokromeFlannel: I run a webserver with applications using Postgres, and Postgres is using ident authentication08:32
monokromezombie_: Yea, but there's more in the C++ channel08:32
zombie_monokrome: they seem to be not answering08:32
monokromezombie_: You can PM me, but I can't guarantee a decent response :)08:33
WinterSkybrjann Here it is: http://pastebin.com/FgjmJwLY08:33
serbzGuys, without installing Ubuntu can you please tell me how I can check the latest version of a certain package, for example PHP. I search here: http://packages.ubuntu.com/search?keywords=php&searchon=names&suite=karmic&section=all but it has a bunch of stuff with different version numbers... where is the actual PHP?08:33
monokromeFlannel, digitalfiz: I'll try to use wheel and see how that works. Thank you for both of your input on this.08:33
WinterSkyzombie_ you needed a C++ programmer?08:33
Sachoserbz: apt-cache search ^php5$ --names-only --full08:34
Sachonone of those packages are php itself08:34
Nielsen5.2.6.dfsg.1-3ubuntu4.508:35
Nielsenany idea when php 5.3 will be available?08:35
brjannWinterSky: wow, pastebin is *crawling*. i'll get back to you when it finally loads08:35
Nielseni could use array_replace() ;)08:35
WinterSkybrjann No problem.08:35
abhi_nav_i want to do graphics programming with c or c++. any suggestion. i am using turbo c in win. but now dont know what to and how to use with linux.08:36
abhi_nav_i google for sdl guide but no success08:36
serbzSacho: I dont have ubuntu installed08:36
zombie_WinterSky: suppose you have a constructor that looks like this: VM(const vector<Instruction>& instrList) : _instrList(instrList){}08:36
serbzhow do I check via the site?08:36
Sachosearch for php508:36
kmahli am trying too read up on some bash, but i am stuck on something in the tekst? I dont understand what exactly he is reffering too in the tekst? check out http://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_08.html and tell me what he means with 3.1.2 creating what files?08:37
serbzok found it I think08:37
serbz5.2.10.dfsg.1-2ubuntu6.408:37
serbzthanks08:37
zombie_WinterSky: and _instrList is declared in the private code.... what does ": _instrList(instrList)" do?08:37
unopkmahl, that's a question for #bash really.08:37
brjannWinterSky: okay, so like you said, each pair of lines is the same file? what does it do if you have three copies of the same file?08:37
Praveenhow come brasero does not do multisessions?08:37
kmahlkk08:38
hachourihello, is it possible to setup cups print server which  brodcast some specific printer to each subnet, for example pritnter1 and printer2 for subnet 192.168.0.0/24, printer3 and printer4 for 192.168.1.0/2408:38
vsmatckI'm a debian user wanting to install this theme. Does anyone know where I can download it? https://wiki.ubuntu.com/Brand#New GtkThemes08:39
abhi_nav_how to do graphics programming on ubuntu with c or c++?08:40
AzikaCorpabhi_nav_: use Qt frameworks08:40
=== kkojiban1 is now known as haru
abhi_nav_AzikaCorp: i want something student level08:40
Nielsenhachouri, i tried once, a few years ago. Back then, i could only get it to broadcast all printers to both subnets.08:40
AzikaCorpabhi_nav_: you mean for beginners ?08:41
abhi_nav_AzikaCorp: graphics programming menas draw circle, using xyz algo, draw arc etc etc 2d /3d transformation etc08:41
AzikaCorpabhi_nav_: alright08:41
abhi_nav_AzikaCorp hmm08:41
hachouriNielsen, do you think that this possible now with new version?08:41
serbzWhy do I have to search for Python2.6 to find that package rather than Python2 But Python3 works for Python3.1 ?08:42
monokromeFlannel: addgroup: The group `wheel' does not exist.08:42
Nielsenhachouri, i never tried.08:42
theadminSay, it seems to me that the wallpaper is a separate app, it sometimes takes a while to load. What is it called?08:42
monokromeI think that's a Gentoo thing?08:42
WinterSkyzombie_ I'll ask my programmer friend08:42
WinterSkybrjann I'm not sure but I'll try08:42
ZykoticK9monokrome, wheel is like admin in ubuntu terms (able to change to root)08:43
monokromeWinterSky: We already figured it out. It's a copy constructor.08:43
monokromeZykoticK9: Flannel told me to add www-data to the wheel group08:43
brjannWinterSky: okay. it's fairly simple to write something that will just delete every other file listed, but I want to make sure that won't have any strange side effects :)08:43
ZykoticK9monokrome, well Flannel is certainly more knowledgeable then I am, but i have no wheel group on my system08:44
LinuxGuy2009Are there any apps in the repos that can use a webcam to control the mouse?08:44
theadminSame as ZykoticK908:44
monokromehmm08:45
ZykoticK9monokrome, i do remember wheel from my gentoo days though08:45
brjannmonokrome, ZykoticK9: i think the admin group on ubuntu is equivalent08:45
WinterSkymonokrome: ok08:45
serbzis there any problem with manually installing packages rather than what's in the repos?08:45
ZykoticK9brjann, i'd imagine so08:45
theadminserbz: Usually not.08:46
WinterSkybrjann I tried making blank text files then 2 files with that had the number 1 inside so they'd have a different MD5. I found that it creates a blank line in between groups of files.08:46
LinuxGuy2009serbz: I install stuff like Adobe Acrobat, Adobe Flash. As long as its from a trusted source.08:46
brjannWinterSky: ooh, that makes it tougher :) just a moment08:47
awaadWhat is the name of a program for ubuntu which is such as front page in windows ?08:48
Jordan_UZykoticK9: monokrome: brjann: Traditionally only users in the "wheel" group could use su, admin is the same concept for sudo.08:48
monokromeJordan_U: Do you know if the admin group would allow apache running as "www-data" to run processes as other users?08:48
ZykoticK9!html > awaad08:48
ubottuawaad, please see my private message08:48
theadminawaad: There is no such built-in one. You may want to try Kompozer08:49
disasterous_instI entered my password one too many times when trying to setup a folder for sharing. Now it wont let me do it. What can I do?08:49
ColloguyIn my sudoers, I want to alias a command, but not its arguments. Can I do this?08:49
anyoneI LOVE UBUNTU ^_^08:50
brjannWinterSky: hm. i can't think of a way to do this in just a few lines, which would mean i'd hesitate to let someone else run it on data they care about :( sorry08:50
LinuxGuy2009awaad: http://www.linuxalt.com/08:50
theadminanyone: Thanks! That's always awesome to hear, however it's a bit offtopic08:50
Jordan_Umonokrome: Flannel was probably correct about "wheel" being the correct group as I expect apache uses su to run processes as another user.08:50
WinterSkybrjann No problem. :)08:50
fvrlifa08:50
awaadZykoticK9, theadmin : Which one of these is the best  KompoZer (was Nvu), Iceape Composer, Amaya - Development environments: Bluefish, Quanta+, Screem08:50
monokromeJordan_U: So, admin will work in Ubuntu? My only other options is running it as root :/08:50
ZykoticK9awaad, i wouldn't know - don't do web development08:51
theadminawaad: I tried Kompozer, it is nice, never tried Amaya nor Iceape08:51
LinuxGuy2009theadmin: Thank you for reminding him that we are not allowed to like Ubuntu. Good job.08:51
fvrhayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy08:51
brjannWinterSky: but if you can find someone who knows awk, they could probably do it. i'm just bad at awk :)08:51
theadminLinuxGuy2009: Uh... lol?08:51
narutohy.....08:51
Jordan_Umonokrome: Let me do a little searching.08:51
abhi_nav_how to do graphics programming on ubuntu with c or c++?08:51
fvrhyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy08:51
fvrhyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy08:51
theadminfvr: Stop flooding08:51
Jordan_Ufvr: Please stop.08:51
malifalabhi_nav_: what kind of graphics?08:52
theadminSay, it seems to me that the wallpaper is a separate app, it sometimes takes a while to load. What is it called?08:52
abhi_nav_malifal: college purpose. study purpose. draw cirlce/arc etc using dda algorighm etc. line/polygon clipping etc 2d,3d transformation etc i used turbo c in win08:53
malifalabhi_nav_: and it has to be on linux?08:56
Jordan_Uhmm, info su has a very interesting paragraph about the wheel group. I'm not sure I agree with RMS on this one.08:56
malifalabhi_nav_: look for the books linux 3d graphics programming, it explains X and opengl rendering08:56
abhi_nav_malifal: no. i told you that when in pas i used windows i used turbo c. but now i use only ubuntu. so question is how to graphics program in c c++ in linux08:56
abhi_nav_malifal: i have to buy them?08:57
Jordan_Uabhi_nav_: Look into gtk or qt for 2D and OpenGL for 3D08:57
malifalabhi_nav_: you can find them on the web ;)08:57
abhi_nav_Jordan_U: hmm i wll08:57
gui1someone knows how to set up wireless connection?08:57
disasterous_instcould anybody tell me what exFAT is?08:57
Jordan_Uabhi_nav_: No, there is Free documetation for all of this.08:57
abhi_nav_malifal: thas the prob. i searched google but no success08:57
abhi_nav_Jordan_U ok i wll try again08:57
sunnghello?08:58
aku_cwealo08:59
malifalabhi_nav_: you can also look into SDL or something simpler allegro08:59
theadmingui1: You should be able to trough NetworkManager...08:59
abhi_nav_malifal: hmm thnx i wlll try to search again. thnx08:59
sunngdoes ubuntu really want to remove the bottom panel of gnome by default ?09:00
gui1theadmin, normally yes but my router has some problems with dhcp and i need to configure my wireless connection to use dhcp with manual address.09:00
=== JimmyJ is now known as JimmyJ|zz
theadminsunng: No, rather, panels will be redesigned a bit in 10.10, since it will use GNOME 309:01
Jordan_Usunng: IIRC the user that took that screenshot just had the bottom pannel hidden as his personal setting.09:01
ZykoticK9sunng, Jordan_U is correct - the bottom panel is still there by default09:02
k4rt33khow do I convert text from font based encoding to unicode?09:03
tomatogo die\09:03
Jordan_Umonokrome: Why do you need to run apache processes as another user? It seems there are some security consideration that need to be dealt with carefully.09:04
tomatoshout down the computer09:04
theadminIIRC, default Apache configuration is designed to run as user "daemon" with group "daemon"09:04
theadmin!ot | tomato09:04
ubottutomato: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!09:04
tomatoyou can get answer09:05
ZykoticK9tomato, do you have an Ubuntu support question?09:05
tomatosorry sorry09:05
tomatomy fault09:06
sunngk4rt33k, does iconv help ?09:06
sunngthanks for your answer about the panel09:06
DoDoNLI have to write a bashscript and need to check if a database user exists. If not, create it, else just continue09:07
indushi folks09:07
DoDoNLAnyone who can help me with this?09:07
indusDoDoNL, with what09:07
indusDoDoNL, oops sorry read it09:08
tomatoFuck shut up!!!!09:08
indusDoDoNL, best place i always feel is #bash09:08
Jordan_UDoDoNL: Is this a homework assignment?09:08
elkytomato, stop that.09:08
ZykoticK9!language | tomato09:08
ubottutomato: Please watch your language and topic to help keep this channel family friendly.09:08
theadmin!ops | tomato is a flooder09:08
ubottutomato is a flooder: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, gnomefreak, bazhang, jussi01, Flannel or ikonia!09:08
olskolirc2what is the command so that I can pick my video drivers please?09:08
tomato\]09:09
tomato']\']\\09:09
DoDoNLJordan_U: No09:09
DoDoNLJordan_U: Script for the server at the office09:10
yo_rmnHello, I just installed 8.04 in compaq f700, How can i connect by phone?09:12
=== Nickmman` is now known as Nickmman
yo_rmnHello, I just installed 8.04 in compaq f700, How can i connect by phone?09:15
sd32!repete09:18
sd32!repeate09:18
sd32oops09:18
theadmin!repeat | sd32 (This is the one you want?)09:18
ubottusd32 (This is the one you want?): Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait.09:18
sd32:) thanks09:19
sd32ahh thats how you spell it..:)09:19
* sd32 thinks about getting a dictionary09:20
theadminsd32: lol there's a ton of online ones09:20
brjannsd32: there's even one on your command line! man dict ;)09:20
sd32whoah, you the man..:)09:21
theadminbrjann: Don't have it installed here :/09:21
brjanntheadmin: oh, my bad. i thought it was standard, looks like i have it because of emacs-goodies-el09:22
susanahola09:22
susanaay alguien09:23
brjann!es | susana09:23
ubottususana: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.09:23
harisundbrjann: Are you around?09:23
StevenTylerWhat's the command to repeat the same /search in Vi?09:23
brjannharisund: yep09:23
harisundbrjann: I got Karmic to connect to the internet using my cell phone as a bluetooth modem :) :)09:23
brjannharisund: awesome :) by following that page i linked you to?09:24
harisundbrjann: Actually no .. but I think I will be so bold to make some changes to the page you linked me to, in the spirit of "wiki" and all that .. it was good for starters nevertheless !09:24
artur__heloł09:24
artur__joł;D09:24
testpagewhat do you guys recommend for managing nameservers?09:25
harisundbrjann: With that done, the only thing I need Ubuntu to be able to do is A2DP.. if it can do that I can ditch Windows FOREER09:25
brjannharisund: well good luck!09:25
harisundthanks again man really appreciated09:26
nagchampais it possible to resume from hibernation if your swap partition is encrypted using dmcrypt?09:26
brjannharisund: sure thing :)09:26
theadminAh, so THAT'S why I can't hibernate, i have no swap09:26
nagchampatheadmin: yes09:26
monokromeJordan_U: Sorry for the delayed response. I am running WSGI applications with Apache, and each WSGI application should be ran as that specific website's user09:26
=== Rugger is now known as ReThan
Thyzorhye09:28
=== p is now known as Guest85817
Thyzorhi09:28
testpageanyone recommend a nameserver manager?09:29
coreycan anyone help me with this? http://ubuntuforums.org/showthread.php?t=138545309:30
Jordan_Umonokrome: http://httpd.apache.org/docs/2.1/suexec.html There may be other considerations beyond those in that documentation but you should probably have read that before going further.09:30
fohoswhich is the user comfiguration file for bash shell?09:30
brjannmonokrome: a brief read-through of the mod_wsgi docs indicates that it has two modes of operation: the default 'embedded' mode, and the 'daemon' mode, which sounds like it might do what you want09:31
=== corey is now known as HangukMiguk
brjannmonokrome: quoting: Daemon processes may if required also be run as a distinct user ensuring that WSGI applications cannot interfere with each other or access information they shouldn't be able to.09:31
malifaltestpage: i don't know what you're getting at, but look for webmin for a good all 'round administration application09:31
Jordan_Umonokrome: And defer to someone with actual experience with this over my advice :)09:31
monokromebrjann: I already run it in daemon mode09:32
Myrtti!webmin | malifal, testpage09:32
ubottumalifal, testpage: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.09:32
monokromeJordan_U: suexec doesn't help, and I already know how to keep this perfectly secure09:32
monokromebrjann: I think I know what I need to do, so don't worry about it. Thanks though.09:33
malifalMyrtti: sorry but ebox is crap09:33
theadminWhat on earth are those?09:33
malifalMyrtti: i use webmin without a hitch09:34
Jordan_Umonokrome: Sorry, ignore me then.09:34
Myrttimalifal: Ubuntu and Debian people seem to think webmin is even more so. *shrug*09:34
brjannmonokrome: no problem, sorry I couldn't help more09:34
Aciidwebmin is bloater than my mom09:34
monokromeJordan_U: Sorry, Jordan_U. I'm not meaning to ignore you. I was just asking about the www-data issue earlier, not how to keep the application secure.09:34
KaptenRodSkaggi know its wrong forum...  but does anyone know if UltraVNC has a irc channel? or does anyone know if there is a tool to make shortcuts to diffrent computers/ips in ultravnc?09:36
gonzoismmsg nickserv identify simplepassword09:37
gonzoismoops09:37
mcsmurflol09:37
gonzoismwindow new hide next09:37
gui1need help to connect to network using wiereless09:37
gonzoismguil what is the essid name ?  the network name ?09:37
gui1doener_macht_schoener09:38
gonzoismdoes it not show up when you click the connection icon over by the time/clock ?09:38
gui1gonzoism, yes it shows up09:39
gonzoismguil what happens when you click it ?09:39
gui1gonzoism, it says it couldn't connect09:39
kittenjaugarwho can please help where can I find the same feature as "expose in macos" In compiz-fusion??09:39
gonzoismguil is it password protected ?09:40
gui1gonzoism, rather disconnected from doener_macht_schoener09:40
induskittenjaugar, expose just press windows key and E09:40
toaderHi, I draw figure with Dia. I have some text on my figure, but when I export it to eps file, some of text are lost. Could anybody know why? thanks09:40
moijkHi, anyone got a reccomendation for the best kde/gnome LaTeX-editor? Anyone that updates the pdf while typing like TeXShop with flashmode does on OS X?09:40
gui1gonzoism,yes, the point is i connect to it from my mac os x using dhcp with manual address09:40
kittenjaugarno use.. iam ubuntu 8-10,and super+e perform a hide all window... : )09:40
=== aijiatu is now known as maxagaz
gui1gonzoism, but ubuntu doesnot have that option09:41
gui1gonzoism, so what i try to do is to connect manually but i dont manage to09:41
mcsmurfhow can I pass a boot parameter to the kernel (when installing Ubuntu)? somehow I do not see how I can do that (I need this for the preseeding feature)09:41
mcsmurfI insert the CD (image), boot and then I get to the language selection screen immediately09:42
brjannmoijk: have you tried LyX? it's sort of a cross between editing the LaTeX code itself and a WYSIWYG editor09:42
mcsmurfso where do I need to press some magic key for the boot parameters?09:42
kittenjaugarexpose is a feature resums all hided windows Frontground...09:43
kittenjaugarwho can please help where can I find the same feature as "expose in macos" In compiz-fusion??09:43
ucenik13kaj si09:44
ubuntu人真多09:45
ubuntu有用中文的吗09:45
moijkbrjann: no, I'll give that a shot. i'm quite used to latex, but when I use it when writing notes in a lexture I like the constant update so I can see if I put in a wrong char at some point.09:45
ucenik14дјеси09:45
blue112Hello here.09:45
ucenik15evo09:45
ucenik13hello\09:45
ucenik13:D09:45
ucenik14:D09:45
gui1anyone is knows how to set up network connections09:45
ucenik13kako e ekipo09:45
ucenik15ok09:46
ucenik15e09:46
blue112My ethernet interface seems down, on lshw it tells "DISABLED"... What could I do to enable it again ?09:46
ucenik15mi smomok09:46
ardchoilleMyrtti:  looks like multiple nicks from the same ip09:46
ucenik13oti ne me druzite09:46
ucenik13?09:46
moijkbrjann: so I have to be able to type latex direct. not mouse my way though the document. because then it would be as fast to write in say openoffice (synax on basic eqs is somewhat close to latex)09:46
mcsmurfah found out the boot parameter, I have to select the language and then I can edit the boot parameters with F609:47
psycho_oreos!cn | ubuntu09:47
ubottuubuntu: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk09:47
opg09:47
brjannmoijk: gotcha. sorry, the only other LaTeX editor I've ever used is emacs + AUCTeX, and I've never gotten the live rendering to work properly :)09:48
mcsmurfthe boot parameters end with "--", do I have to add my preseed parameters before or after that?09:49
blue112So is there a way to enable my ethernet interface again ?09:49
moijkbrjann: thats the other suggestion I've got. I'll give both a try.09:49
moijkbrjann: so thanks for you input, greatly appriciated09:50
brjannmoijk: sure thing09:50
gonzoismok i am back09:51
gui1gonzoism, can you help me with my09:51
bcjHow do I report a bug against the vpnc package?09:51
bcjThere doesn't seem to be a vpnc project on launchpad.09:52
gui1gonzoism, with my network connection?09:52
bcjThe bug is that the package seems broken - one of the required files isn't copied from the package on install.09:52
gonzoismgonzoism> guil, what is your wireless device ?  /dev/wlan0 or /dev/eth1 ? or what ?  and are you connected on that computer with ethernet right now or what ?09:52
gonzoism<gonzoism> guil you can use iwlist to see information about it.  you can also run these commands to just make networking work: sudo stop network-manager&&iwconfig wlan0 essid doener_macht_schoener && sudo dhclient wlan0      or whatever your wireless is named.  the command iwconfig will show which one:  iwconfig09:52
gonzoism* Disconnected (Connection reset by peer).09:52
FloodBot2gonzoism: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.09:52
gonzoismwho is peer and why does he keep resetting my connections ?09:52
brjannbcj: you could ask in #ubuntu-motu09:53
bcjbrjann: Thanks09:53
gui1gonzoism, thanks for ur help, how can i know my wireless device?09:53
brjannbcj: you're welcome :)09:54
HangukMigukcan anyone help me with this? http://ubuntuforums.org/showthread.php?t=138545309:54
=== xara is now known as Liz
skrapsgonzoism: peer is leet ;)09:54
gonzoism:P09:55
=== Liz is now known as Guest27287
gonzoismgui1, run the command: iwconfig09:55
gonzoismgui1, you can open a terminal, right ?09:55
=== DaZ_ is now known as DaZ
=== Guest27287 is now known as Atamira
mounibechey guys09:57
mounibecI have an ubuntu server in rescue mode09:57
mounibechow can I go back to the original system ?09:57
gui1gonzoism, ok, it is wlan109:57
gonzoismthen you will probably want to run this command:09:59
gonzoismguil, what is the essid ?09:59
WinterSkybrjann: I didn't find a visual program but I've been testing a script from here: http://ubuntuforums.org/showthread.php?t=647883 (For duplicate files) and so far it works.10:00
testpageanyone here deal with webmin and nameservers?10:01
gonzoismguil has quit  (Ping timeout: 252 seconds)10:01
brjannWinterSky: glad to hear it!10:02
WinterSkybrjann: thanks for all of your help :) I really should learn python next...10:02
poleaxe_hello10:02
brjannWinterSky: I've been meaning to do that, too. just never have the time...10:03
blue112So is there a way to enable my ethernet interface again ?10:03
devurandomHi!10:03
gui1gonzoism, sorry i got disconnected after running the comand10:03
gui1gonzoism, whne i run the command : "sudo stop network-manager && iwconfig wlan1 essid doener_macht_schoener && sudo dhclient wlan1" i get an error ,: Error for wireless request "Set ESSID" (8B1A) : SET failed on device wlan1 ; Operation not permitted.10:03
gonzoism* HollyRain (~quassel@87.223.133.60) has left #ubuntu10:04
gonzoism* eluxzen has quit (Remote host closed the connection)10:04
gonzoism<gonzoism> guil has quit  (Ping timeout: 252 seconds)10:04
gonzoismguil has quit  (Ping timeout: 252 seconds)10:04
devurandomI've subscribed to a PPA and now aptitude full-upgrade tells me that updates are available. However, I cannot display the changelog of them using apt-listchanges, since they are not "official ubuntu packages". Does someone know how to get the changelog instead?10:04
gonzoismoh, you have to sudo that.10:04
gonzoismadd sudo10:04
testpagei want to make sure i set this up correcty10:04
gonzoismsudo add sudo10:04
testpagefirst time doing it10:04
hacker_kidthe power management tool allows me to put the computer to sleep after a set time, is there anyway i could put the computer in hibernation?10:05
gui1gonzoism, yes there is a sudo at the beggining10:05
gonzoismnot before iwconfig10:05
gonzoismadd one there10:05
gonzoismguil ^10:05
gui1ok10:05
gonzoism:P10:05
gonzoismguil has quit  (Ping timeout: 252 seconds)10:06
testpageso anyone at all?10:06
gonzoismtestpage, i can do dns10:06
testpagegonzo, just dont want to mess it up m810:06
riochhow do I change the locale of ubuntu? I'd like everything to be set as if I were in Spain (currency, language, etc)10:06
testpagei added master zone10:06
gonzoismoh10:06
testpagens1.sceneslayer.com ns2.sceneslayer.com and setup ip for master zone for ns110:07
testpagebut not sure why its not giving me a separate place for ip for ns2 record10:07
skuzzelcan some one help me set up my laptop so ubuntu recognizes my s-video cord hookup?10:07
testpagecare to walk me through it real quick?10:07
gui1what is the link for ubuntu paste¿?10:07
testpagelike i said i just want to make sure its 100% correct10:08
DJones!paste | gui110:08
ubottugui1: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.10:08
gui1!paste10:08
gui1?10:08
testpagecare if i msg u gonzoism?10:08
gui1lol ok10:08
=== krish_ is now known as krish
skuzzelcan some one help me set up my TV out settings?10:08
BasherXLis there a good IRC client with XDCC support for ubuntu?10:09
gonzoismrioch, try googling the ubuntu forums for that.  I'm sure it is a common question.  use this search term:  site:ubunturorums.org change default language       or something10:09
gonzoismtestpage, ya10:09
testpagek thankx10:09
ActionParsnipyo yo yo10:09
veggteppeAnyone got a guide on how to get java working in ubuntu 9.04 ? :)10:10
gui1gonzoism, here is the output of that command : http://paste.ubuntu.com/392406/10:10
ActionParsnipveggteppe: 64bit?10:10
ActionParsnipveggteppe: and do you mean java plugin for web browser?10:10
veggteppe32 i think, might b 64, can i check that in sysinfo ?10:10
skuzzelI need some help with my TV out settings10:11
veggteppeI guess it's a plugin for firefox i'm in need off, aint able to access my internet bank without it ^10:11
ActionParsnipveggteppe: is your ubuntu 32bit or 64bit?10:11
gonzoismguil, it's not getting anything from the router10:11
ActionParsnipveggteppe: uname -a       what is the output?10:11
veggteppeActionParsnip: Sec10:11
veggteppeActionParsnip: 2.6.28-18-generic #59-Ubuntu SMP Thu Jan 28 01:23:03 UTC 2010 i686 GNU/Linux10:12
ardchoilleveggteppe: may I pm you?10:12
ActionParsnipveggteppe: ok its 32bit10:12
veggteppeArdchoille go ahead10:12
ActionParsnipveggteppe: the java factoid will do you well10:12
ActionParsnip!java | veggteppe10:12
ubottuveggteppe: To install a Java runtime/interpreter on Ubuntu, look at https://help.ubuntu.com/community/Java - For the Sun Java products search for sun-java6 -packages from the !Multiverse repository10:12
veggteppeThank you actionparsnip :)10:12
ActionParsnipveggteppe: if you run: sudo apt-get install ubuntu-restricted-extras     you will get java10:12
gonzoismguil, you could set you ip with:  sudo ifconfig wlan1 192.168.1.122 && sudo route add default gw 192.168.1.1 && ping -c 1 www.yahoo.com   (optionally: echo 127.0.0.1 > /etc/resolv.conf) <-- for nameservers10:13
gonzoismi'm glad they didn't kick me for pasting/scrolling.10:13
skuzzelI need to know how to get whats showing up on my laptop to show up on my TV <;10:13
=== ori is now known as Blender
veggteppeSkuzzel: Using HDMI cable or?10:14
=== Blender is now known as Spenzer
skuzzelvegg nah an S-video cord10:15
veggteppeActionParsnip: It does not look like it solved the issue. the screen is stuck at "loading, please wait" "If your browser does not support java please blablabla"10:15
veggteppeSkuzzel: What GFX?10:16
skuzzelintel integrated, not sure exactly which gimmie a second10:16
=== DaZ_ is now known as DaZ
veggteppeSkuzzel: It should be an option in the GFX settings, located under "system" tab. (Atleast it is for me)10:17
monokromeIs there a way to hide a user from the gdm login menu?10:17
kakimonokrome10:18
kakiyes there is10:18
ardchoillemonokrome: in Karmic, I don't think so.. I've been trying to do that for a while10:18
kakibut i am on backtrack10:18
=== harisund_ is now known as harisund
skuzzelvegg - gfx?10:19
brjannmonokrome: i know you can revert it back to requiring username/password instead of the chooser, but i don't know about hiding from the chooser10:19
ardchoillebrjann: how do you revert it back to requiring a username and password in Karmic?10:20
brjannardchoille: sudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true10:20
ActionParsnipkaki: backtrack isnt supported here10:20
ardchoillebrjann: done that weeks ago, never worked for me10:20
kakiok10:20
kakibut it builds from ubuntu 8.04 !!!10:21
brjannardchoille: did you remember the -u gdm part? i missed that the first time through and couldn't figure out why10:21
ardchoillebrjann: Oh, no, didn't get that. I'll try that now10:21
ActionParsnipkaki: its not an official release from canonical so its not officially supported in the official channel10:21
ActionParsnip!bt4 | kaki10:21
kakiah ok10:21
ActionParsnip!backtrack10:21
ubottuThere are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)10:21
kakii am sorry10:21
ActionParsnipkaki: the other ubuntu based distros are equally not supported here10:22
monokromehmm10:22
kakithanks and sorry again10:22
ActionParsnipkaki: np man :)10:22
kakiok :)10:23
kakimonokrome ???10:23
kakiwhere are you ??,10:23
kakii find a way10:23
brjannmonokrome: users with UIDs < 1000 are not shown in the user list10:23
kakitry this in terminal   sudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true10:24
craiganybody got scalix to work on ubuntu10:24
ActionParsnip!info scalix10:24
ardchoillebrjann: that command works great, thanks. I've been trying to accomplish that for a while.10:25
vondererhi, I'm having a problem with MPD and ALSA10:25
craig!info scalix10:25
brjannardchoille: glad I could help :)10:25
kakimonokrome10:25
ubottuPackage scalix does not exist in karmic10:25
ubottuPackage scalix does not exist in karmic10:25
brjannardchoille: (and glad I still had it bookmarked)10:25
vondererwhen I'm using MPD to play music, nothing else can access ALSA10:25
ardchoillebrjann: hehe10:25
monokromeYes, kaki?10:25
monokromeSorry, I am trying to make my Apache config work :(10:26
kakitry this in terminal10:26
monokromeok10:26
kakisudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true10:26
ActionParsnipcraig: tried thunderbird + sunbird?10:26
monokromekaki: I don't want to completely disable the userlist... Just remove a single user from it10:26
monokromeIs there a way to change a User's ID?10:27
kakiahhh ok10:27
craigthanks actionparsnip I meant scalix server community edition10:27
meowbuntu!ask10:29
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)10:29
brjannmonokrome: i believe you can do it through System > Administration > Users and Groups. failing that, usermod -u <new uid> <username>. in either case, you'll have to fix ownership of any files outside their home directory10:29
vondererwhen I'm using MPD to play music, nothing else can access ALSA, is there any way besides using PulseAudio to fix it?10:29
brjannmonokrome: but it should automatically update ownership of files contained in their home directory.10:29
ActionParsnipcraig: you could post on the page where the installer comes from to see if folks reply: http://tih.dynalias.net/python/scalix_installer  not something i've ever used personally but maybe others have10:30
TurekPolskiHi.. Can I ask You a question about 8.04?10:31
tomichi10:31
brjannmonokrome: also, that user can't be logged in or running any processes when you go to change its uid.10:31
TurekPolskiI have this very strange problem while installing Ubuntu10:31
TurekPolskiIt doesn't see my HDD10:31
tomicin vmware10:32
TurekPolskiAnd what is funny... I had Ubuntu 9.10 installed. Then I got rid of it (I have Intel 915 Graphics so it sucks)10:32
=== mks1 is now known as SchneeSchwarz
TurekPolskiThen I had 8.10 installed10:32
TurekPolskiAnd after I got rid of it too once (I don't renember why I did that)10:32
TurekPolskiI couldn't install it any time again10:33
TurekPolskiIt did the whole instalation process, yet the GRUB didn't load10:33
TheMozartanyone using teamspeak?10:33
TurekPolski(I use XP too)10:33
veggteppePlease try to state your problem in a single-line formation.10:33
monokromethanks brjann10:33
TurekPolskiBut now it got worse10:33
ardchoillebrjann: just fyi, that setting is in /var/lib/gdm/.gconf.defaults line 2210:33
TurekPolskiThe instalator doesnt see my HDD at al10:33
TurekPolskiat all*10:33
TheMozart!teamspeak10:34
ubottuTeamspeak is the proprietry VoIP software see: https://help.ubuntu.com/community/TeamSpeak  For a open source alternative consider using Mumble http://mumble.sourceforge.net/10:34
TurekPolskiI've tried my oficial polish forum, yet they ignored my thread10:34
tomiccouse win and linux have diferent hdd format10:34
TurekPolskiI know10:35
TurekPolskibut you don't understand10:35
TurekPolskiThe installer should enable me to format/change partitions10:35
TurekPolskibut it doesn't see the HDD AT ALL10:35
ActionParsnipTurekPolski: did you MD5 test the ISO you downloaded? Did you verify the CD once initially booted to?10:35
meowbuntuTurekPolski, what installer10:35
TurekPolskiMD5 verified10:35
veggteppeTurekPolski: U in live version now?10:36
TurekPolskiNope. I'm now in XP :-(10:36
ActionParsnipTurekPolski: CD test ok on the first boot screen?10:36
TurekPolskiyep10:36
TurekPolskithe CD is fine10:36
TurekPolskiI've chcecked it a couple of times10:36
ActionParsnipTurekPolski: you can update the live system if you have enough ram (more than 1Gb is enough) and may help the installer10:36
TurekPolski512MB ram10:37
TurekPolskiThe situation is that now i have only XP on this disk. I don't have any installations to uptade on aboard10:37
aknmcraig, whatsup homes10:37
ActionParsnipTurekPolski: try disabling pointless hardware in bios for the duration of the install (sound, lan, fancy cpu options) which may help10:37
craighell oo10:37
TurekPolskiI did10:37
aknmwho told craig to try thunderbird?10:37
ActionParsnip!bootoptions | TurekPolski10:37
ubottuTurekPolski: For a list and explanation on some of the boot options, see https://help.ubuntu.com/community/BootOptions10:37
TurekPolskiRAID is off too. I've tried with all the opitions10:37
ActionParsnipaknm: me10:37
TurekPolskiAnd when I am on the LiveCD it doesn't see the HDD either10:38
aknmActionParsnip, dude, he is trying to get scalix working on n00buntu10:38
aknmnot trying to check his mail10:38
TurekPolskiIt does with the other one. But it is not to have system on it10:38
ActionParsnipaknm: n00buntu? not heard of it10:38
* aknm facedesks10:38
ss23Is it possible to use apt to get the php embed sapi?10:38
* ActionParsnip shrugs10:39
TurekPolskiIt is not the problem with the installer. The CD is ok. It just does not see my disk. Any other ideas/10:39
TurekPolski?10:39
ActionParsnipTurekPolski: try some boot options using the factoid ubottu gave10:39
veggteppeTurekPolski: Try a alternative cd. Maybe that finds the hdd.10:39
TurekPolski@veggteppe: nope10:39
TurekPolskiAlready tried 8.10 and 9.1010:39
ActionParsnipTurekPolski: is the system a laptop?10:40
TurekPolskinope. Stationary10:40
ActionParsnipTurekPolski: branded or home build?10:40
TurekPolskiEvery single of those versions USED TO see this disk10:40
TurekPolskihome build10:40
=== _ruben_ is now known as _ruben
ActionParsnipTurekPolski: i see, what motherboard?10:40
bullgardEmpathy 2.29.90 > Contact List > Help > Debug displays error messages. How can I write them in an error log?10:40
TurekPolskiGigabyte GA-8l915G10:41
toaderHi, I draw figure with Dia. I have some text on my figure, but when I export it to eps file, some of text are lost. Could anybody know why? thanks10:41
ActionParsnipTurekPolski: you could always install the previous release then upgrade to karmic10:41
TurekPolskiI don't want Karmic. It doesnt work with my graphic card10:41
TurekPolskiI want 8.04 or 8.1010:41
TurekPolskibut they ALL fail to see my disk10:41
TurekPolskiI've thought that it may be some hardware problem, but Windows XP installation CD works fine10:42
joe917hello10:42
=== jbake_ is now known as jbake
TurekPolskii mean.. it DOES see the HDD10:42
ActionParsnipTurekPolski: 8.10 dies next month10:42
TurekPolskiActionParsnip: I don't care. Really. It is not the version problem :-)10:42
joe917i know this is the wring chat but im looking for help with c sharp programming10:43
TurekPolski8.04, 8.10, 9.10.. They all do not see the disk10:43
ActionParsnipTurekPolski: just so you are aware is all10:43
TurekPolskiok ;-)10:43
ActionParsnipTurekPolski: tried all the boot options?10:43
TurekPolskiYup.10:43
ActionParsnipTurekPolski: including all at the same time?10:43
joe917if someone kinow a good channel to get help10:43
TurekPolskino10:43
ActionParsnipTurekPolski: got the latest bios in your motherboard?10:43
TurekPolskiYes10:43
TurekPolskiI really do not know where to look for the problem10:44
ActionParsnipTurekPolski: try adding all the boot options at once, it will crawl but should work10:44
TurekPolskiHmm...10:44
TurekPolskiOk. I'll try that10:44
ActionParsnipjoe917: try #c# maybe10:44
joe917ok10:44
TurekPolskiI'll be back if this doesn't help10:44
TurekPolskicu!10:44
joe917#c#10:44
ActionParsnipjoe917: /j #c#10:45
joe917thnks10:45
malifalMyrtti: not to beat a dead horse, i've been looking at the ubuntu forums, most users favored webmin over ebox10:46
ActionParsnip!webmin | malifal10:46
ubottumalifal: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.10:46
wowotosomething wrong with my xiphos _ __ (xiphos:31884): Gdk-CRITICAL **: gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed10:46
malifalMyrtti: besides the reason for dropping webmin is based on the old version of webmin and ubuntu 610:46
henuxhow to find out to which pkg some file belongs to?10:46
ActionParsniphenux: use apt-file    it'll take a while but you willfind it10:47
wowotohenux: ? archlinux?10:47
ardchoillehenux: dpkg -S file  ?10:47
henuxwowoto: ubuntu10:47
henuxardchoille: thanks dude10:47
ActionParsniphenux: sudo apt-get install apt-file; sudo apt-file update; sudo apt-file search filename10:47
malifalMyrtti: while ebox apperently did the same thing with gusty10:48
wowoto(xiphos:31884): Gdk-CRITICAL **: gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed10:48
wowotohow to solve it ?10:48
catphishhas the openvz kernel been dropped from 9.10?10:48
ardchoilleActionParsnip: that is a lot of work when "dpkg -S file" works fine10:48
ardchoillejust my opinion10:49
ActionParsnipardchoille: strange how it does what apt-file does,  but fast....10:49
ardchoilleyeah10:49
ardchoilleActionParsnip: I bet apt-file simply calls a "dpkg -S file" :)10:49
ActionParsnipardchoille: but the upgrade bit finds all files from all available repos, i guess its like updating the locate db10:50
Sarahzzhttp://imgnow.info/DSC-1268218269.jpg do my boobs look small?10:51
ardchoilleActionParsnip: Ah, ok10:51
=== debes is now known as cdebes
ActionParsnipwowoto: http://bugs.archlinux.org/task/18473?project=5   seems to be an arch thing, you sure you arent using arch :/10:51
ActionParsnipardchoille: will advise -S now though, works without extra packages :)10:52
ic3manHelo10:52
ardchoilleActionParsnip: yeah10:52
ic3manIn my university we would be intrested becoming a offical Ubuntu Repository can you please provede me some more info please?10:53
joe917hello10:53
menguhi. why do i get GstMPEGAudioParse: No valid frames found before end of stream for some of my songs?10:53
TxPitoumorning to all10:53
ActionParsnipmengu: how are they encoded?10:53
joe917i know its not for this channal but im looking for help with c sharp10:54
ic3manIn my university we would be intrested becoming a offical Ubuntu Repository can you please provede me some more info please?10:54
menguActionParsnip: i don't know. they were just working fine on windows and another linux distro.10:54
TxPitouic3man: Might I suggest telling your admin to send an official "school" email to Ubuntu directly ?10:54
ActionParsnipmengu: did you install the ubuntu-restricted-extras package10:54
ActionParsnipmengu: and have you installed the w32codecs/w64codecs package from the medibuntu repo?10:55
menguin synaptics there is no package named ubuntu-restricted-extras10:55
entoniciao10:55
mengulet me check w32codecs10:55
entoni!list10:55
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »10:55
ActionParsnipmengu: if you run: file songfilenamehere    it will tell you what it is and you can find guides10:56
craiganybody heard of scalix?10:57
TxPitoumengu you need to set your repositories (settings option in synaptics) other software check those 2 boxes and refresh to see "ubuntu-restricted-extras" package10:57
TxPitou!scalix10:58
ActionParsnipcraig: not until 10 mins ago :(10:58
TxPitoucraig: guess I don't and neither does the bot.10:58
DJones!find scalix10:59
joe917does anybody know where to get help with c# proggramming10:59
ubottuFile scalix found in gosa, kdepim-dbg, kdepim-dev, kdepim-groupware, kdepim-wizards (and 38 others)10:59
ActionParsnipjoe917: was the channel not helpful?10:59
joe917no10:59
ActionParsnipbah10:59
joe917noone amswered10:59
DJones!info scalix10:59
ubottuPackage scalix does not exist in karmic10:59
TxPitoumengu also in repositories under settings, there is a another check box called " [ ]software restricted by copyright or legal issue " you need to check to get the restricted packages11:00
joe917channel is dead right now11:00
TxPitoujoe917:  in your status windows, type /list and look at teh names I am sure there is a programing channel on this serve11:00
ActionParsnipjoe917: try in a few hours or so11:00
DJonescraig: I've not heard of scalix, but it does get found in a number of packages, the bot listed a few, gosa, kdepim-dbg, kdepim-dev, kdepim-groupware, kdepim-wizards (and 38 others) That might help you find out a bit more about it11:01
TxPitougroupware stuff eww11:01
menguActionParsnip: "01 - Brave.mp3: Audio file with ID3 version 2.3.0, contains: RIFF (little-endian) data, WAVE audio, MPEG Layer 3, stereo 44100 Hz" this is the result of "file filename"11:01
menguTxPitou: that one seems checked11:02
ActionParsnipmengu: ok so its a basic mp3, you should be able to find guides on mp3 playback and the error message you get11:02
TxPitoumengu: then refresh packages and use serach type restricted11:02
ActionParsnipmengu: does it happen in all players?11:02
menguActionParsnip: yes.11:02
TxPitoumengu, using gnome ?11:03
meowbuntu!assd11:03
ActionParsnipmengu: tried gnome-mplayer it usually adds some decent codecs11:03
menguTxPitou: yes.11:03
meowbuntu!ask11:03
YerushalmiWhen I open up one program that uses sound (such as a youtube video in Firefox), any other program I open afterwards ends up being muted. Any way I can allow it to play two things at once (or even one after the other, given that just closing the youtube tab in firefox isn't enough to free it and I have to shut down FF entirely)?11:03
menguActionParsnip: let me try gnome mplayer.11:03
TxPitouaplication, ubuntu software centre, type gstreamer get those, then type restricted and get the Ubuntu one, (ignore Xubuntu and Kubuntu ones)  and try again11:04
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)11:04
ActionParsnipmengu: https://bugs.launchpad.net/ubuntu/+source/gst-plugins-ugly0.10/+bug/30599811:04
TxPitoumengu: goto aplication, ubuntu software centre, type gstreamer get those, then type restricted and get the Ubuntu one, (ignore Xubuntu and Kubuntu ones)  and try again11:04
Raydiationis there a command to show all computers in your LAN?11:05
obscurant1sthow can i check on wchich ubuntu i am working now? i man 32 bit/ 64 bit?11:05
ActionParsnipRaydiation: use nmap11:05
Raydiationor at least ip adresses11:05
RaydiationActionParsnip: ty11:05
ActionParsnipobscurant1st: uname -a   if you see i686 its 32bit x86_64 is 64bit11:05
menguActionParsnip: gnome-mplayer solved the issue. TxPitou however i'm also installing the restricted package :)11:06
obscurant1stActionParsnip, it is 32 bit, is there anyway i can change mine to 64 bit withouht re installing the whole os?11:06
ActionParsnipmengu: mplayer is the daddy :)11:06
ActionParsnipobscurant1st: no, you must reinstall the 64bit OS11:06
menguActionParsnip: but others still cannot play those mp3s :P11:06
ActionParsnipmengu: theres a bug I gave, otherwise not sure11:07
obscurant1stActionParsnip, oh, i see. So installing the 64 bit kernel wont work, thanks gor i asked here, i was about to do something stupid.11:07
obscurant1sthaha11:07
ActionParsnipobscurant1st: how much ram do you have?11:08
obscurant1stActionParsnip, 2 GB, Why?11:08
TxPitoumengu: once you get the restricted and the gstreamers, you whould be able to play them mp3's on any app, what I did.. butg or not, then again I am using 9.1011:08
ActionParsnipobscurant1st: then 32bit is fine, it can reference your ram without issue, if you had >3Gb ram then you'd need 64bit (or PAE kernel)11:08
obscurant1stActionParsnip, no i thought 64bit OS could speed up my system a lil bit. :O11:09
TxPitouobscurant1st: right now, with 2gb of ram you would see no different in opetations, and only issues in drivers (trust me).. keep 32 for now11:09
ActionParsnipobscurant1st: only if you do a lot of data transforms (like audio encoding etc)11:09
menguman i really missed listening katatonia :)11:10
menguthanks again ActionParsnip & TxPitou11:10
tassleho1fwhich packages do I need to install to be able to share folders over samba? after installing samba, all the "share" options disappeared from my nautilus...11:10
menguhave a nice day.11:10
nyaaI can't find what nice -n -8 would do in its man pages, how would I find what -n does with the nice command?11:10
ActionParsnipmengu: katatoia are awesome11:10
obscurant1stActionParsnip, oh, is it? so for normal use i wont be seeing much difference?11:10
ActionParsnipobscurant1st: for normal web / dtp /chat you wont see any difference11:10
gnaruaganyone using dell inspiron 1525 with broadcom wifi adapter ??11:10
TxPitounyaa: tries nice --help ?11:11
nyaathanks11:11
ActionParsnipnyaa: nice values give priority, 20 is hardly any cpu attention, -20 is full cpu (don't use this as it makes the OS itself starve of cpu)11:11
obscurant1stactually i hv installed this cairo dock, when i use lots of application, the effects of this dock is slowing down, thats why i considered 64 bit11:11
ruiennyaa: unless i am mistaken, i am pretty sure the -n is the standard input parameter for nice. I.E. nice -n 5 would make your process nicer  (and -8 would make it less nice). I don't think i have ever used nice *without* -n11:11
ActionParsnipnyaa: if you set a lower nice value the app will get more cpu priority and run better, the default nice value is 011:11
falHi. I've got a problem with a luks encrypted /home: After entering my password on boot time I get dropped into a recovery console (One or more of the mounts listed in /etc/fstab cannot yet be mounted...) Any idea why?11:12
TxPitougnaruag: findings someone with exact pc currently online watching this channel is slim, state your question and lets see if anyone can answer your problem11:12
indusgnaruag, hi wireless issue i guess11:12
nyaanow to crash my computer!11:12
darek_konrad11:12
ActionParsnipgnaruag: if you run: sudo lshw -C network | grep -i broad     what is the output?11:12
indusgnaruag, google with 'dell inspiron 1525 wifi ubuntu' and it will help11:13
ActionParsnipnyaa: if you set a process too low, it will as it will deprive the kernel etc of cpu time as well11:13
nyaaI11:13
ActionParsnipnyaa: as a general rule, never go below -10 or things get freaky11:13
madurai;m having problems with SDL and C anyone can help?11:14
gnaruagactually , i did , but ndiswapper didn;t helped me much11:14
gnaruagyou guyz have any specific link for me11:14
gnaruag?11:14
ActionParsnipgnaruag: wat is the output? if its a 43xx card then the driver app will sort you out, you just need a wired link for a short period11:14
ActionParsnipgnaruag: i asked you for the output of a command11:15
gnaruagyes , telling11:15
ActionParsnipgnaruag: cool, once we get it we can advise11:15
ruienI have a DSL connection, and my external IP address (i.e. what others see) is different from my router's IP address. Incoming SSH connections also always seem to fail even though my router is configured correctly. This is my first DSL connection; is this normal? Has anyone had this problem before?11:16
* TxPitou remembers when I did a write up on broadcom issues with toshiba laptop. that was fun finding the solution that worked among 12 forums of chatter11:16
Timon_Somebody have Battlefield Heroes running with Wine?11:16
ActionParsnip!appdb | Timon_11:17
ubottuTimon_: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help11:17
Timon_Allright, thanks11:17
Timon_I'll try there11:17
naxahi! I have a general terminology question. Does "path" (of a file), by meaning, include the filename itself, or just the way "towards" it? eg. the "path" of /etc/hosts is "/etc/" or "/etc/hosts"?11:17
ActionParsnipruien: your router will have 2 IPs, the internal and the external.  If you are outside the LAN you will connect to the external and the port forwarding will happen11:17
TxPitounaxa: path is /etc/11:18
ardchoillenaxa: path = /path/file11:18
RaydiationActionParsnip: hm how do i do it exactly with nmap?11:18
TxPitounaxa: path is /etc/nameoffile (damn keyboard!)11:18
naxaTxPitou: I see! great, thanks. How do you call "/path/file", has it a name? like "full path" or something...11:18
ActionParsnipruien: i suggest you set the system to a static IP too so that when its dhcp lease expires it does not get a different IP and make the port forward fail11:18
malifalruien: make sure that the nat'ing is correct and the port for ssh is not blocked by the firewall11:18
ruienActionParsnip: that's not what I mean. I mean, for example, www.whatismyip.org shows 200.x.x.x, and the router's own external IP address is 125.x.x.x. Its internal address is 192.x.x.x11:18
ActionParsnipRaydiation: http://nmap.org/book/man-host-discovery.html11:19
ardchoillenaxa: "full path" and "path" are the same thing11:19
naxaardchoille: I see. so path is "/etc/" only... is there a name for "/path/filename"?11:19
ardchoillenaxa: no, path is /etc/filename11:20
TxPitounaxa: nope, same thing, sorry I cause a confusion with my 'not awake and need more coffee' issue11:20
ActionParsnipruien: i have you as 202.108.18.19811:20
ardchoillenaxa: just "/etc" alone is a parent directory11:20
ActionParsnipruien: try www.ipchicken.com11:20
naxaoh ok. :D so path is "/path/filename" and not just "path"11:20
MyServiceshttp://www.MyTrafficToday.com  -> Get traffic to your website or make money  ! SURF FOR MONEY RIGHT NOW11:21
MyServiceshttp://www.MyTrafficToday.com  -> Get traffic to your website or make money  ! SURF FOR MONEY RIGHT NOW11:21
naxai mean "/path/"11:21
TxPitounaxa: right11:21
FloodBot2MyServices: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:21
malifalruien: also if you are inside the LAN you might not be able to connect back to your LAN using the public IP11:21
naxaTxPitou: no problem about coffee11:21
ActionParsnipruien: are you using a proxy of some sort?11:21
ardchoilleThank you jrib11:21
TxPitouruien: and on DSL, chances are, the ISP is Nat filtering your Ip address anyways and setting up a server will always fail.11:21
ruienActionParsnip: my router's IP address is *really* 118.198.214.191, and I am testing from an external server. I am not using any proxy on purpose, but I am suspecting my ISP seems to have one (?) is that possible (?)11:22
TxPitouMorning jrib11:22
naxaTxPitou, ardchoille: now I want to say "path or filename or infix_of_filename". is it enough to say "path or infix_of_filename" or I should add filename to the list?11:22
ActionParsnipruien: possible, i'd call them, strange about the ip mix though. You could get a name at www.no-ip.com to resolve the real IP to your own registered name11:23
ruienTxPitou: that seems to be the case.. but i just don't understand why setting up a server and then aiming directly at my router's IP address isn't working. Ubuntu gets the request, but the packets are corrupted.11:23
naxaTxPitou, ardchoille : i mean i want to name a variable to be human readable and I'm not affraid of using mile_long_variable_names11:23
TxPitouCHUCKLES, I recall when I tried to set a server on "satellite internet" , isp uses 2 nats... bleh...11:23
ardchoillenaxa: you lost me at "now I want"11:24
naxaardchoille: sorry I only tried to describe the situation11:24
Oli``ruien: it's totally possible they're using a transparent proxy (one that doesn't tell servers where it's forwarding the content on to). In that case whatsmyip wouldn't be able to tell your real IP. I've got to say though, it's pretty rare because it does have the tendency to confuse and annoy users11:24
naxaardchoille: it's not that I want anything from anybody... :D11:24
ruienwell, i'm in China. That might matter (?)11:24
TxPitouruien:  your ISP Ip is one thing, your inetrnal Ip is another, when you request the query to your serve as a PUBLIC Ip, it goes out to ISp Nat blocks the request and your left dead in the water necause teh ISp doesnt want you running a pubic server on their lines because of traffic11:25
ActionParsnipruien: i'm not getting connection on either IP unless you are using different port11:25
ActionParsnipruien: or your port forwarding is bad11:25
Oli``ruien: Ah. Yes. Blimey... They could be proxying your traffic several times over to make sure you're not looking at something "illegal"11:25
ruienActionParsnip: i have forwarded 2222 to ubuntu_server:2211:25
ActionParsnipruien: let me test11:25
marvelousbobHi, i've got a hp 8550 networked printer in the office, using the hplip drivers; If I use the lpr command to print from the command line the printer works fine, if I print from inside almost any other program through a gui I get a critical error that requires a power cycle.11:26
naxaardchoille: I tried to mean "when I'm trying to give a variable a descriptful name, does 'path_or_filename_or_InfixOfFilename' equal in meaning with 'path_or_InfixOfFilename' or they have different meaning" :)11:26
TxPitounaxa: sorry cannot help, dont program myself11:26
marvelousbobDoes anyone have any experience dealing with this kind of odd error?11:26
malifalruien: check with canyouseeme.org to see if it says the port is open11:26
TxPitoumarvelousbob:  and what is the error message ?11:27
ruienok11:27
naxaTxPitou: OK thanks for the previous help! :)11:27
falto get a luks partition mounted at boot, is there anything more to do than: http://dpaste.com/170355/ ?11:27
obscurant1stactually my panel used to display the sound icon, wicd sytem tray blutooth icon etc, but these are not there, the rest is there, how can i brong them back11:27
obscurant1st:o11:27
nyaaout of curiosity where can I find additional commands like nice that I can use to tweak apps so I can give games better fps than windows?11:27
naxaTxPitou: however I am only trying to ask if the two thing has the same meaning or not11:27
obscurant1stbring*11:27
petsounds-eeehi all. after using computer janitor i'm no longer able to boot my pc again. kernel error or sth. do i need to reinstall?11:27
marvelousbobTxPitou,  49.81 (something) CYCLE POWER11:27
TxPitounaxa: unknown again I know nothing about programing/scripting11:27
naxaTxPitou: I mean if the have the same meaning outside programming, than it's ok :)11:27
naxaTxPitou: but never mind11:27
ActionParsnipruien: no luck on :2222 man11:28
ruienmalifal: canyouseeme.org can't see me, because they're automatically detecting my IP address and not using my router's IP addres. If I use "nmap" to scan my IP address from an external server, however, the SSH port *is* open.11:28
naxaTxPitou: just chatting :)11:28
apersonWhen I disable my proxy settings via gnome-network-properties, it does not unset $http_proxy .  How can I go about fixing this?  I've exported it, but that only works in my current terminal11:28
marvelousbobTxPitou, more precisely 49.481e ERROR CYCLE POWER11:28
Oli``ruien: I can connect on port 2222 but nothing happens when I'm connected11:28
ruienActionParsnip: alright then; thanks looking at it though.11:28
TxPitoumarvelousbob: you tried using cups ?11:28
ruienOli``: right, *exactly*!!11:29
ruienyou can connect (you don't get a connection refused). And my ubuntu server GETS the request (i get an error in /etc/ssh/auth.log), but the packets are corrupted11:29
marvelousbobTxPitou, using cups? I know that's the printing daemon for unix - I figured I was using it11:29
ActionParsnipruien: np man, i'd contact your provider and/or try the no-ip / dydns thing11:29
Oli``ruien: you're sure you're forwarding correctly?11:29
malifalruien: also try running ssh on port 80 or 443 because the ports might be blocked on the other side, i.e especially if you're connecting from work11:30
naxaso, does the phrase "(please tell me the) path or filename" has the same meaning as the phrase "(please tell me the)path"? :)11:30
TxPitouobscurant1st: goto application /any menu / program you want to see in toolbar, rigth click, add this to launcher panel11:30
switchgirli have a d-link DIR-615 and a  buffalo ghr-6125 and wish to use them to set up a wireless bridge, is this possible?11:30
naxahe-he11:30
ruienOli``: positive. and I tried two different routers, and on many ports.. even with telnet + netcat -l11:30
Oli``ruien: I don't think no-ip/dyndns is going to help at all. Your address is fine and that's all they deal with.11:30
obscurant1styeah i saw it, actually now it is displaying as a different tray like this http://tinypic.com/r/25p6z2e/5 see the top left side11:31
TxPitounaxa: tell me path or filename is 2 things, /this-is-the-path/so-is-this/filename get it ?11:31
Oli``ruien: have you tried a higher port like 39713 (just a random example)11:31
obscurant1stTxPitou, see the picture pls11:31
ruienOli``: not that high, but i did try 808011:31
* ActionParsnip has his install down to 2.7Gb BOOYA!11:31
apersonActionParsnip, 2.3Gb here11:32
MkoolsHello, My update manger shows some updates which it says that they are not safe to download may cause problems after installing what's the problem?11:32
ActionParsnipaperson: nice :)11:32
apersonMkools, you don't have the keys for those repositories11:32
TxPitoumarvelousbob: in a firefox or browser of your choice : http://localhost:631 , can you look at your printer configurations from this screen ?11:32
naxaTxPitou: I think I'll be okay. thank you! :) i was wondernig if the term "path" includes both e.g. /path/filename and filename (meaning ./filename)11:32
Oli``ruien: try a bit higher then and let me know the port... Some ISPs do block incoming connections on lower known service ports to stop people hosting things11:32
obscurant1stMkools, i am also having that problem, not sure if its problem though11:32
Mkoolsaperson: how to get those11:32
Mkoolskeys11:32
ruienOli``: if you have a minute, try this:      telnet 118.198.214.191 8080                    I just ran " netcat -l -p 8080 "11:33
apersonMkools, first, you need to determine which repositories you donn't have the keys for.  Can you open up a terminal and do a 'sudo apt-get update' ?11:33
gnaruagas broadcom made B43 wireless drivers open source , Is there any way to check if that drivers are working , Right now I am not having any wifi connection over here , more over the Wifi LED is not lit so please suggest me what I can do now11:33
marvelousbobTxPitou, I see the configuration screens etc but no printer in there11:33
Mkoolswait for minute11:33
apersonMkools, also, have you added any repositories?11:33
ruienOli``: i got your "HELO", but then you got disconnected, right?11:33
obscurant1stsome pls take a look at this pic, and tell me how to fix that? http://tinypic.com/r/25p6z2e/5  see the top left11:33
MkoolsYeah I added one of launchpad11:34
Oli``ruien: I disconnected but yes, I wrote HELO11:34
TxPitouobscurant1st: you move the "speaker and other icons block" move it back to your toolbar11:34
obscurant1sti cant even moov that from there11:34
naxaTxPitou: I should go now. thank you again, sorry for the numerous dumb questions. :)11:34
naxabye11:34
marvelousbobTxPitou, I'm adding a printer through that screen - should it appear as normal in the printers app?11:34
obscurant1stTxPitou, actually i am not ale to move it from there11:34
ruienOli``: right, any incoming connection gets disconnected after the first line, so SSH never has a chance; it gets owned right away11:34
ruienOli``: i really think it's my ISP11:34
Oli``yes it could be11:35
jkprgHi. How to precisely limit outgoing bandwidth per dest. IP?11:35
morpheussHello guys11:35
TxPitoumarvelousbob: http://www.cups.org/ is your friend, its easy to use and should help you figure what the printer is doing once you have it configured11:35
apersonMkools, please direct your replies if you can, it makes it easier to help you11:35
MkoolsAperson: what do you mean by that11:35
jkprgIt looks to me it's not possible in Linux, is it?11:36
apersonMkools, you just did what I asked :)11:36
TxPitoumarvelousbob: and yes once you have it configured the gui apps shoudl "display the printer" as available11:36
Oli``ruien: if you have (or get) another server you *could* ssh to it from your box there, tunnelling a port back to your computer (over the SSH connection) and then connect through the external machine... It's a bit of a faff but it wouldn't be too expensive to hire a shell on another machine11:36
MkoolsActually I have added repository of launchpad11:36
telmichjkprg: have a look at traffic control (tc), which makes exactly that possible11:36
morpheussim using this tutorial to encrypt my hdd http://main.uab.edu/Sites/it/faqs/63837/11:37
ActionParsnipguys, is this ok to remove: http://pastebin.com/RX9vRFg3    263MB for some docs I never read seems quite massive. Just after verification11:37
morpheussbut i want to manually encrypt /home partition11:37
aperson!who > Mkools11:37
ubottuMkools, please see my private message11:37
Oli``ruien: it's actually how I connect to my home server. Rather than having incoming connections here, I use my webserver to proxy any connections11:37
jkprgtelmich: I did but but no luck for per IP classification.11:37
TxPitouActionParsnip: yoou have the ubuntu guide in ALL languages.. hehe11:37
apersonMkools, what repository did you add, and how did you add it11:37
obscurant1stTxPitou, is there any wat i can move it back, actually when i try to drag it its not happening, i tried it, and when i try it either of the window will pop up, like sound, bluetooth, etc11:37
marvelousbobTxPitou, thanks but that's made no difference - do you know if there's a way of getting a list of options applied from the gui print dialogs? As I said earlier, printing using lpr from the cli works fine - it's only gui apps that kill it.11:37
ruienOli``: Reverse tunnel? That's how I do it right now........ :(11:38
ActionParsnipTxPitou: so can i ditch this stuff?11:38
obscurant1sti cant find an empty space to click and drag it11:38
obscurant1st:(11:38
ruienOli``: you mean ssh -N -R2222:localhost:22 localhost, right?11:38
jkprgI cannot make 2^32 TC classes11:38
MkoolsI followed instructions on: https://launchpad.net/~git-core/+archive/ppa11:38
Oli``ruien: something like that, yeah11:38
MkoolsI mean to say that of gie11:38
telmichjkprg: you can match it with some rules. have a look at the linux advanced routing howto (lartc)11:38
Mkoolssorry git11:39
morpheussim using this tutorial to encrypt my hdd http://main.uab.edu/Sites/it/faqs/63837/11:39
morpheussim using this tutorial to encrypt my hdd http://main.uab.edu/Sites/it/faqs/63837/11:39
morpheussbut i want to manually encrypt /home partition11:39
TxPitoumarvelousbob: gui uses whats configured, if your using cups then look in those web pages, maybe they do, but I never seen it11:39
jkprgtelmich: yeah but for internet pool? It's impossible :-( That's my problem11:39
ruienOli``: yep, that's what I'm doing to my webserver. I thought the problem was my crappy router, so I used that as a workaround. Then, i bought a new router. Same problem. Thx though :)!11:40
telmichjkprg: it's all in that manual.11:40
apersonMkools, there a few ways you could have done it according to that page, how did *you* do it?  and please, direct your reply to me11:40
marvelousbobTxPitou, thanks for taking the time to help me :), i'm digging through the cups documentation11:40
MkoolsBy using command line11:40
apersonMkools, that's not specific enough11:40
TxPitouActionParsnip: that decision is all your my friend, I have 1 TB of space so I dont pay much attention to "space issues"11:40
MkoolsWait for minute11:40
jkprgtelmich: for up to tens of IPs (or groups) it's not problem but for every Internet IP it is.11:41
Oli``TxPitou: Only 1TB? Pfft11:41
ActionParsnipTxPitou: i have about 200Gb but i just like to get the install as small as possible, its fun11:41
telmichjkprg: http://www.catb.org/~esr/faqs/smart-questions.html11:41
jkprgtelmich:  I really start to believe it's not possible :-(11:41
TxPitouOli``: on a laptop to play with, my data drive is USB 1TB :) I leave nothing of relevance on laptop11:41
obscurant1stMkools, by direct the reply means just add the name of the person who you are talking to at the begining of every sentance you type in here!11:41
ActionParsnipOli``: all my storage combined doesnt come to 1Tb ;)11:41
ruienBTW, I'm not sure if anyone could use it, but i wrote a short guide to SSH tunnels, in very understandable terms. Anyone interested?11:42
Mkoolsaperson: By using instructions which heads: Adding the PPA to Ubuntu 9.10 (Karmic) and later11:42
shakyciao a tutti11:42
ActionParsnipruien: the !vnc factoid discusses tunnels but publish it online for others to read :D11:43
TxPitouruien:  find a forum publish it taht way all can "google search it"11:43
obscurant1stok, now i have deleted the system tray, its not there anymore, can somebody tell me how to bring back it? :'(11:43
ActionParsnipobscurant1st: right click panel -> add item11:43
ActionParsnipobscurant1st: then add what you need11:43
jkprgtelmich: Thank you. You can send it to 90% of members here.11:43
Oli``TxPitou & ActionParsnip http://imgur.com/OWxha.jpg11:44
ruienTxPitou: ok11:44
=== FeiRuoWa is now known as zz_FeiRuoWa
obscurant1stActionParsnip, let me try, but system tray is not there in the right click add item menu11:44
obscurant1st:(11:44
Oli``Because I'm boasting, it's probably going to explode now11:44
TxPitouOli``: so your HDD is bigegr than mine... want a rule to measure your cock now ?11:44
ActionParsnipobscurant1st: its called the notification area i think (not used gnome is ages)11:44
obscurant1stActionParsnip, thanks, let me see11:45
Oli``TxPitou: I'll need two please - Now we're getting super-OT but you started it11:45
TxPitouOli``: sio you have an I3 ?11:45
apersonMkools, did you add it to your /etc/apt/sources.list ?  I'm sorry, but I *still* can't tell how you added the repository.  In any case, I'd delete the repository and re-add it with sudo add-apt-repository ppa:git-core/ppa11:45
sicklyclamtk had found 2 viruses on my external windows hdd, can someone tell me what to do now?11:46
ActionParsnipOli``: http://pastebin.com/K348wq7L11:46
Oli``i7.. the i3 and i5 only show up as 4 cores (no HT)11:46
nyaais there a command to give a certain application a bigger timeslice instead of just a bigger priority?11:46
Oli``AFAIK11:46
awaadI want to know an applications through which I can communicate with my friends with the web cam and mic through yahoo and hotmail .11:46
awaadAny one can help please ?11:46
TxPitou!empathy | awaad11:46
ubottuawaad: Empathy is the default instant messaging and video client for GNOME. Since Karmic, it has been the default client in Ubuntu (replacing Pidgin).11:46
MkoolsHow to check for your first questions?11:47
ActionParsnipOli``: fileserver: http://pastebin.com/Ny80wdkP11:47
Oli``awaad: I *think* aMSN might let you use a webcam though I could be wrong11:47
ActionParsnipnyaa: emesene or amsn  and gyache for yahoo11:47
awaadTxPitou : How can I turn on my web cam in empathy ?11:47
ActionParsnipOli``: test box is off but has a 20gb drive with 256mb ram11:47
nyaaactionparsnip I think you confused me with awaad =)11:48
ActionParsnip!info emesene | nyaa11:48
Grey_LokiHi, I just used envyng -t to install the ATi driver for my card (a radeon 5770). Rebooting Ubuntu, i'm given an error message saying that the PCS database could not be found, mentioning the path /etc/ati/amdpcsdb.default. The last line of the error says no devices could be found - possibly a bad xorg.conf? How can I go about fixing this?11:48
ubottunyaa: emesene (source: emesene): platform independent MSN Messenger client. In component universe, is optional. Version 1.5-1ubuntu1 (karmic), package size 1602 kB, installed size 5384 kB11:48
apersonMkools, do grep git /etc/apt/11:48
ActionParsnip!info amsn | nyaa11:48
ubottunyaa: amsn (source: amsn): An MSN messenger written in Tcl. In component universe, is optional. Version 0.98.1~debian-0ubuntu1 (karmic), package size 269 kB, installed size 880 kB11:48
ActionParsnip!envy | Grey_Loki11:48
ubottuGrey_Loki: EnvyNG is a program to install newer version of nVidia or ATi drivers, it can be found in !Universe as "envyng-gtk" (for Gtk/Gnome) or "envyng-qt" (for Qt/KDE). It is NOT a supported method to install video drivers; please only use it if standard methods fail and at your own risk - See also !BinaryDriver11:48
Grey_LokiWell, crap :D11:48
Mkoolsaperson: done that11:49
ActionParsnipGrey_Loki: did the driver installer which comes with the OS not offer a driver?11:49
Mkoolswhat next11:49
ActionParsnipGrey_Loki: gksudo jockey-gtk    will load it, i suggest you remove envy11:49
apersonMkools, I'm sorry, change /etc/apt/ to /etc/apt/*11:49
TxPitouGrey_Loki: https://help.ubuntu.com/community/RadeonDriver for help11:50
Grey_LokiActionParsnip: I was able to install one through the software center, however I was playing around with trying to get a few 3D apps to work within wine, thought it might be related to my driver version/installation method11:50
Grey_LokiI'll envyng --uninstall-all and go back to the software center one, that worked straight off the bat.11:50
ActionParsnipGrey_Loki: did you check the appdb?11:50
apersonMkools, did it output anything?11:50
Grey_LokiActionParsnip: I did indeed, nothing listed for the problems i'm having11:50
tankenmatetotal wierd one here, my varrun tmpfs filesystem is out of sync...11:51
Mkoolsaperson it says permission denied11:51
ActionParsnipGrey_Loki: murphys law eh :)11:51
awaadTxPitou: gyachi is not in the ubuntu repositories11:51
tankenmatethe dirent says a file is there, but the inode and blocks are missing... anyone have any ideas?11:51
theadminI know that this isn't the right place to ask, but what does "SQL" stand for actually?11:51
obscurant1sthow can i restart the gui in ubuntu?11:51
theadmintankenmate: Run fsck11:51
obscurant1sti mean like restart the xserver?11:51
apersonMkools, ok, lets just do the more direct route:  sudo gedit /etc/apt/sources.list11:51
tankenmatetheadmin: structured query language11:51
theadminobscurant1st: "sudo service gdm restart"11:51
awaadTxPitou: Is there any program in the ubuntu repositories that can turn on my web cam and mic through yahoo ?11:52
Grey_LokiActionParsnip: aye, sucks - gives me something to do with my free days though, I guess :D11:52
Grey_LokiThanks for your help11:52
obscurant1stActionParsnip, actully something is coming up, over there when i added notification area, but no icons are there, :(11:52
apersonMkools, is your repository listed in that?11:52
obscurant1sttheadmin, thx11:52
tankenmatetheadmin: run fskc on a mounted tmpfs filesystem? especially if it is on varrun.. what happens to my server if it fails :)11:52
TxPitouawaad: I told use use Empathy11:52
Mkoolsaperson: wait for minute11:52
theadmintankenmate: Run it from a live CD11:52
apersonMkools, I am, just reply when you're ready11:52
tankenmatetheadmin: HELLO!!! IT IS A TMPFS FILESYSTEM!!!11:53
theadmintankenmate: Oops11:53
theadmintankenmate: Sry11:53
tankenmatenp :)11:53
awaadTxPitou: I use it already but I don't know how to turn my web cam and mic through it.11:53
tankenmateare there any reported corruptions of tmpfs on jaunty?11:53
TxPitouawaad: suggest /join #empathy or read the instructions/help11:53
theadmintankenmate: None that i know of, you can search the Launchpad Ubuntu's bug report section11:54
obscurant1stActionParsnip, yes after doing what you said i just reatarted the xserver, and then all f it xcame back11:54
obscurant1st:D11:54
obscurant1stthanks, theadmin11:54
Mkoolsaperson: nope not their11:54
theadminobscurant1st: No problem11:54
tassleho1fAll the settings for Sharing in Nautilus disappeared when I installed samba. Help!11:54
ActionParsnipobscurant1st: coolio11:55
apersonMkools, I forgot to ask, when you ran sudo apt-get update, what was the error message?11:55
obscurant1st:)11:56
obscurant1stnow the other thing, Mkools your problem solved?11:56
Mkoolsaperson: I don't  ran it. But when I ran it after adding repository it ran successfully.11:57
theadminobscurant1st: You can also Ctrl+Alt+Prtsc+K (or just Ctrl+SysRQ+K if it's on a separate key for you), but i wouldn't recommend that11:57
apersonMkools, just what updates were you getting errors on then?11:57
crackguyi am loving linux (ubuntu)11:57
TxPitouwakes up and realizes, 1360 people in channel 6 chatting11:57
obscurant1stok, theadmin11:57
Mkoolsaperson: Basically I am not getting errors, some updates are showing that they are not verified11:58
apersonMkools, I understand that.  *which* updates?11:58
MkoolsSome updates related to python.11:59
awaadI installed KDE on ubuntu9.10 by running "sudo apt-get install kubuntu-desktop" and it is installed but when I try to login through a kde session I have only a black screen and the pointer of the mouse .11:59
awaadAny one  can help ?12:00
apersonMkools, I didn't want to resort to this right off, but try doing this: http://ubuntuforums.org/showthread.php?t=105609912:00
apersonawaad, #kubuntu12:00
theadminawaad: Or maybe #kde, it seems like a kde issue12:01
Mkoolsaperson: some related to mp3 players12:01
apersontheadmin, it's more likely it's ubuntu's packages for kde12:02
apersontheadmin, they're not always the greatest, I've had similar happen three times now :)12:02
=== aknm is now known as monk
ray_i have mounted iso image.  but filename are shown as question marks ????.avi .... it is a foreign iso image.  how do tell ubuntu gnome to display font properly for those files ?12:02
theadminaperson: Nope, I did install KDE and it worked just fine, except for the fact that it ate a ton of my poor laptop's memory12:03
Mkoolsaperson: naming this one libavutil49, libgsm1 etc12:03
obscurant1stwhich is the best desktop for ubuntu? i use GNome , i dont like kde, anything other than this?12:03
apersonMkools, did you follow that post?12:03
theadminobscurant1st: XFCE is also officially supported12:03
apersonobscurant1st, lxde will be shortly as well12:03
obscurant1sttheadmin, xfce, have you tried it?12:04
Mkoolsaperson: I am following , but their are some problems related to mp3 players12:04
obscurant1staperson, lxde, have you tried it?12:04
theadminobscurant1st: It's not bad, but the filemanager is meh12:04
apersonobscurant1st, not personally, if I'm going light, I'd go openbox12:04
Brodz9871whats the software that gives me the taskbar that you see on the bottom of macs?12:04
airtonixBrodz9871, docky or avant-window-manager12:05
Brodz9871cheers12:05
obscurant1sttheadmin, sudo apt-get install xfce-desktop ?12:05
theadminobscurant1st: xubuntu-desktop12:05
apersonobscurant1st, yes12:05
obscurant1staperson, openbox, how is it? is it good?12:05
apersonerr, theadmin has it12:05
Mkoolsaperson: I think not of interest12:05
bazhangobscurant1st, is this karmic 9.1012:05
airtonixBrodz9871, i mean avant-window-navigator12:05
obscurant1stbazhang, yep12:06
Brodz9871cheers12:06
apersonMkools, did you follow that post?12:06
bazhangobscurant1st, you may wish to try lubuntu-desktop then12:06
theadminbazhang: Is it stable, by the way?12:06
obscurant1stlubuntu-desktop, have you tried it?12:06
bazhanglxde desktop for karmic12:06
obscurant1sttheadmin, i am installing xubuntu btw12:06
obscurant1st:D12:06
Mkoolsaperson: followed, but I think not of interest? Can you solve some problems of mp3 player?12:06
theadminobscurant1st: I used LXDE some time ago, it seemed like a KDE kickoff12:06
obscurant1sttheadmin, so lxde is better than kde?12:07
crackguyis there a way to reduce the bottom panel on ubuntu desktop to reduce the size further down from 23...12:07
apersonMkools, your problem is that you're missing apt keys.  That post will tell you how to fix launchpad apt keys12:07
obscurant1st:o12:07
TxPitouMkools: mp3 player problem? what kind12:07
sejuklifa12:07
sejuklifa12:07
apersonTxPitou, update manager is telling him that some of his updates are not trusted, they're missing apt keys12:07
theadminobscurant1st: I wouldn't say so... They just are alike12:07
apersonTxPitou, regarding Mkools, that is12:08
TxPitouadd the key's in move on..12:08
obscurant1sttheadmin, there is no problem of installing different desktops right?12:08
obscurant1stior there is problems?12:08
serverduckHow can i fix my pppoe connection in ubuntu?sometimes it starts sometimes i have to sudo pppoeconf...it doesn't load youtube..then sudo pppoeconf and youtube loads....what is this?12:08
apersonTxPitou, I've been trying to get them to do that, but I can't get them to discern which keys are missing :)12:08
theadminobscurant1st: There is no problem usually, however I dunno about LXDE12:09
TxPitouapt-get update will cought up the repositories taht have no keys12:09
obscurant1stno no, now i am installing xubuntu12:09
awaadwhy ubuntu chose empathy to be it's default ?12:09
airtonixcrackguy, make it autohide12:09
apersonWhen I disable my proxy settings via gnome-network-properties, it does not unset $http_proxy .  How can I go about fixing this?  I've exported it, but that only works in my current terminal12:09
TxPitouawaad: dunno I removed it and using pidgin :)12:10
airtonixawaad, because it has a better level of intergration with dbus and zeroconf than pidgin in its backend12:10
crackguyairtonix, don't like it12:10
obscurant1stTxPitou, you know how can i use video chat for gmail in pidgin?12:10
airtonixcrackguy, what do you use it for ?12:10
TxPitouobscurant1st: nope, I dont sell my nekid body on video cam, if I want to talk to family I use a phone.. sorry low tech guy.12:10
asdf1What is the good front end for sqlite12:10
Grey_LokiHi, I was in here a few minutes ago with an error. I've just tried installing the ATi drivers using jockey-gtk, and while it reports that the driver is installed and in use, i'm still getting the same error on boot. the xserver log mentions a fatal error - no screens found. Any help?12:11
crackguyairtonix, am on dell mini, quite a small screen so many of the programs don't fit in the screen12:11
Mkoolsaperson: their is video explaining adding apt keys but it's not running12:11
airtonixcrackguy, tried the global-menu-bar then? it helps reduce screenspace taken and doubles as a window list12:11
obscurant1stTxPitou, hehe, lol, btw i am also not selling, but i'm becoming a lil bit fat, so my family wants to see me.. rofl12:12
apersonairtonix, and doesn't have the greatest application support *yet*12:12
crackguyairtonix, thanks, let me try12:12
airtonixaperson, ?12:12
crackguyairtonix, global-menu-bar12:13
apersonairtonix, globalmenu, it doesn't work for all apps12:13
crackguyairtonix, global-menu-bar not found12:13
apersoncrackguy, you need to find a repository for it12:13
TxPitouobscurant1st: use your Iphone and send them a text picture..12:13
airtonixcrackguy, you need to install it from a ppa repo12:13
awaadairtonix: How can I know more about integration with dbus and zeroconf ?12:14
crackguyairtonix, what is a ppa?12:14
aperson!ppa12:14
=== nperry_ is now known as nperry
ubottuWith Launchpad's Personal Package Archives (PPA), you can build and publish binary Ubuntu packages for multiple architectures simply by uploading an Ubuntu source package to Launchpad. See https://help.launchpad.net/PPAQuickStart.12:14
TxPitouobscurant1st: personally I just use a throw away camera take pictures MAIL it to my folks they want to see pictures They can pay for development12:14
crackguyaperson, thank you12:14
obscurant1stTxPitou, i own an ipod touch, no camera, :(12:14
obscurant1stTxPitou, lol12:14
theadminWoah woah woah. %) It got noisy here all of a sudden, I can't keep up anymore... Sorry for ot, whatever.12:14
obscurant1stsomebody someday told me how to limit the apt-get install bandwidth, and i did it, but now i want to remove the limit, i lose my txt file whre i had written that thing, anybody hv any idea?12:14
airtonixawaad, research telepathy on ubuntu12:15
airtonixcrackguy, http://www.ubuntu-pics.de/bild/46186/screenshot_002_B1opxs.png12:15
TxPitouokay, installed, avant-window-navigator, I run it it spit out "Warning: Screen isn't composited. Please run compiz (-fusion) or another compositing manager." but compiz is running (3d cube mode) what the heck does avant want me to change in my settings?12:15
apersonTxPitou, you're not running compiz, you need to have it on to run awn12:15
airtonixcrackguy, https://launchpad.net/~globalmenu-team/+archive/ppa12:16
apersonTxPitou, that, or enable metacity's compositioner12:16
ruiendoes anyone else get "you do not have permission to access this page (the administrator may have disabled your account, or it may be awaiting activation)" when trying to post a new thread in ubuntuforums.org? My username is about 9 months old, so I don't think it's still awaiting activation, and I have never posted before, so i don't think it has been disabled for spam.12:16
serverduckHow can i fix my pppoe connection in ubuntu?sometimes it starts sometimes i have to sudo pppoeconf...it doesn't load youtube..then sudo pppoeconf and youtube loads....what is this?12:16
bullgardWhy does '~$ cat /home/detlef/tmp/EmpathyDebugWindow20100310 | pastebinit; http://pastebin.com' work no more?12:16
apersonruien, did you ever activate your account via email?12:16
TxPitouaperson: Its running, if I do my CTL-F11 I get a pretty cube. so its running.12:16
theadminbullgard: pastebin.com has been redesigned, it no longer works with pastebinit12:17
ruienaperson: yes, I did.. 9 months ago..12:17
airtonixbullgard, becuase pastebin.com has changed the way it works12:17
crackguydoes launchpad provide software repository?12:17
ruienserverduck: do you have a router?12:17
jrib!ppa | crackguy12:17
ubottucrackguy: With Launchpad's Personal Package Archives (PPA), you can build and publish binary Ubuntu packages for multiple architectures simply by uploading an Ubuntu source package to Launchpad. See https://help.launchpad.net/PPAQuickStart.12:17
obscurant1st i think this is the biggest support channel? 1366 people12:17
obscurant1st:o12:17
apersoncrackguy, that's the purpose of a ppa12:17
apersoncrackguy, err, launchpad12:17
theadminobscurant1st: Yeah, it's quite big :D12:17
Dr_Willisobscurant1st:  and its a slow day. ive seen 3000+ in here befor12:17
bullgardtheadmin: Can you recommend a substitute procedure?12:17
crackguyaperson, lmao! am trying to find a way to add it in my software sources12:18
obscurant1stDr_Willis, 3000+ oh man, that is huge, o.O12:18
jribcrackguy: what do you mean by "it"?12:18
Dr_Willisobscurant1st:  come in on release day12:18
theadminbullgard: Hm. For instane "cat $HOME/.bashrc | pastebinit -i - -b http://pastey.net" works for me12:18
obscurant1stDr_Willis, oh i see, btw which one will the next release any idea?12:18
crackguyjrib, sorry, adding launchpad in my software sources12:18
apersoncrackguy, find a ppa you want, go to its launchpad page, find the line that says ppa:blah, and then do a sudo add-apt-repository ppa:blah12:19
obscurant1sttheadmin,  you hear that 3000+ man,12:19
obscurant1st:o12:19
bullgardtheadmin, airtonix Thank you for your help.12:19
Dr_Willisobscurant1st:  10.04 -  2010 - 4th month, :)12:19
jribcrackguy: that statement does not make sense.  launchpad provides many different ppa12:19
chris_heja m8s12:19
crackguyjrib, excuse my lack of linuxowledge12:19
obscurant1stDr_Willis, oh, :D so nxt month huh.. :D12:19
theadminobscurant1st: Yeah... And on the release dates? Heck, it might even get to 500012:19
jribcrackguy: /why/ do you want to do this?12:20
crackguyaperson, can't i add the whole launchpad in my software sources and apt-cache search the packages?12:20
theadmincrackguy: Nope.12:20
obscurant1sttheadmin, nxt release date i ll defntly come here, i want to see that.. :D12:20
apersoncrackguy, no, that would take forever12:20
chris_since i have installed syslog-ng on my ubuntu-server  i get some error at startup, maybe any1 can help me to get rid of it ? server still starts up as usual and syslog-ng works fine, i just dont get y this error appears now12:20
crackguyalright, i get it now!12:20
theadminobscurant1st: That'd be april 2010, 29th or so12:20
obscurant1sttheadmin, oh, ok. thx12:21
_dreamydo the kde packages make the system run slower ? or is it just my impression ?id love if some one could answer this .. ( idont mean using the KDE WM , i mean having the kde packages installed)12:21
theadminWhere did those counters go? I can't find them anymore.12:21
Dr_Willis_dreamy:  kde does take up more ram.. but on most mondernd pc's they can easially run kde.12:21
aperson_dreamy, nope, unless your hdd was almost full, it shouldn't make a difference in io12:21
Dr_Willis_dreamy:  just installing them.. shouldent slow down gnome or other desktops12:22
_dreamyaperson: exaclty.. my HD is full ! .. ty so mutch for the info12:22
Dr_Williscrackguy:  adding EVERY ppa on launchpad - is proberly not a good idea.12:22
_dreamyok ty everyones answer12:22
aperson_dreamy, and even then, it shouldn't make much of a difference12:22
_dreamyok ty12:22
crackguyDr_Willis, I get it12:22
_dreamydf12:23
apersonWhen I disable my proxy settings via gnome-network-properties, it does not unset $http_proxy .  How can I go about fixing this?  I've exported it, but that only works in my current terminal12:25
Dr_Willisdf -h  :P12:25
Kartagis!msn12:25
ubottuThe Instant Messenger Client Pidgin (formerly Gaim) (http://help.ubuntu.com/community/Pidgin) supports MSN, XMPP (Jabber, GTalk and variants), AIM, Gadu-Gadu, Novell Groupwise, ICQ, YIM, IRC and others. See also !Kopete12:25
theadminDr_Willis: -h flag doesn't seem to do anything12:26
Dr_Willistheadmin:  it should make the sizes be  in more human readable format12:26
theadminDr_Willis: Oh12:27
Dr_WillisDident look too closely eh? :)12:27
Kartagisis there a problem with MSN with pidgin? I get Connection error from notification server12:27
Dr_Willistheadmin:  neat trick -  --->   df -h -x tmpfs -x devpts -x usbfs12:27
theadminDr_Willis: Uh, what'd that do?12:28
blinkijaheloo :)12:28
apersonDr_Willis, that is a neat trick!12:29
Dr_Willistheadmin:  filters out the output...12:29
Dr_Willisaperson:  :)12:29
Dr_Willistheadmin:  neat df trick #2 --->   df -h -x tmpfs -x devpts -x usbfs12:29
apersonDr_Willis, time to alias that one12:29
Dr_Willisoops typo12:29
Dr_Willis watch 10 df -h -x tmpfs -x devpts -x usbfs12:29
Dr_Willisaperson:  yep thats my 'ShowDisks' alias12:29
apersonoh sweet, df reports my sshfs's size12:29
theadminDr_Willis: The first one still shows one of those which are not of any use12:29
Brodz9871are there any emulators eg. wine, that are less fiddly to configure ?12:29
digitalfizwhen i installed proftpd the first time it asked me for either standalone or initd then i removed it and tried to reinstall it. how can i make that question be asked again cuz now it just assumes what i chose last time12:29
Dr_WillisThe 'watch' one is handy  to monitor disk copies and stuff12:29
theadminDr_Willis: "none                   37G  9.7G   26G  28% /var/lib/ureadahead/debugfs"12:30
apersonBrodz9871, no sir12:30
Dr_WillisBrodz9871:  wine tecnically isent a emyulator. there are variants on wine such as cedega and a few others. but those are comercial12:30
Dr_Willistheadmin:  add another filter. to the -x12:30
Brodz9871help:12:30
Brodz9871brodie@brodie-laptop:/media/cdrom$ wine dawnofwar.exe12:30
Brodz9871fixme:advapi:LookupAccountNameW (null) L"brodie" (nil) 0x33f864 (nil) 0x33f868 0x33f85c - stub12:30
Brodz9871fixme:advapi:LookupAccountNameW (null) L"brodie" 0x132d18 0x33f864 0x12f410 0x33f868 0x33f85c - stub12:30
Brodz9871err:msi:call_script Could not find CLSID for Windows Script12:30
Brodz9871fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"12:30
Brodz9871fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 6 ignored L"Shortcut" table values12:30
Brodz9871fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 15 ignored L"CreateFolder" table values12:30
FloodBot2Brodz9871: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.12:30
theadminBrodz9871: Uh... Pastebin please...12:31
Dr_WillisBrodz9871:  always check the wine app database for wine games.12:31
theadmino_O12:31
sugoruyohi folks, i'm having a huge problem with a RAID-0 setup and i really need to get to my data, has anyone ever done some troubleshooting on these things? maybe someone could help me?12:31
Brodz9871checked. gold compatibility12:31
Dr_WillisBrodz9871:  double check versions and the notes.12:31
Dr_Willisit may be 'gold' with some tweaks12:31
apersonBrodz9871, you're best off asking in #winehq12:32
Brodz9871im noob. ok12:32
apersonBrodz9871, they've always helped/fixed my problems12:32
apersonBrodz9871, they may be a bit slow to reply, and some of them can come off the wrong way, but they're usually helpful in there :)12:32
blinkijawhat are you talking about/12:33
=== TxPitou is now known as TXP-AWAY
crackguyi am wondering, where is globalmenu installed.. how do i run the application now12:34
DolpCan anyone tell me how to get more than two "desk"s? as seen here http://frank0987.files.wordpress.com/2009/09/ubuntu1.jpg12:35
apersoncrackguy, best check globalmenu's website for that :)12:35
crackguyaperson, they don't tell nothing12:35
blinkijaare you talking here just about ubuntu?12:35
Myrttiblinkija: this is Ubuntu support channel12:36
blinkijaand?12:36
Myrtti!pastebin | Brodz987112:36
ubottuBrodz9871: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.12:36
apersonblinkija, this is a support channel.  If you have an question regarding support, this is your place.  Otherwise, off-topic discussion not regarding support can be taken to #ubuntu-offtopic12:36
Dr_Willishttps://wiki.ubuntu.com/global_menu12:37
sugoruyodoes anyone have experience with the software RAID system on linux?12:37
aperson!ask, sugoruyo12:37
sugoruyoi seem to be unable to start my array12:37
apersongah12:37
Dr_Willishttp://code.google.com/p/gnome2-globalmenu/wiki/Installation             Add Global Menu Panel Applet (or an equivalent name in you language) to the top panel12:38
sugoruyoI have an array that was set up by a stupid NAS device which failed, and now i really need to get to my data, so i run Disk Utility12:38
sugoruyoand it sees one of the disks as autodetected RAID component12:39
Kartagisis there a problem with MSN with pidgin? I get Connection error from notification server12:39
sugoruyoso it shows a RAID-0 Drive on the left12:39
apersonKartagis, are you running the latest pidgin?12:39
=== TXP-AWAY is now known as TxPitou
sugoruyobut it reports missing components for the drive, as the other drive is reported as an ext3 formatted one rather than RAID autodetect12:40
TxPitoummm... is there a command line to check compiz is running ?12:40
jiehanzhengHello, how to disable the Ubuntu automount func.? I want to make a removable disk automount in my VirtualBox VM. Thanks!!12:41
BoondoklifeTxPitou: "ps -Al | grep compiz" would that not do what you want?12:42
apersonthat or pgrep compiz12:42
TxPitouBoondoklife: yeah it give me nothing...12:42
crackguyby "apt-get remove" will the system remove all the extras downloaded and installed with the package?12:42
BoondoklifeTxPitou: sounds like it isn't running.12:43
TxPitouBoondoklife:  but I have it installed and I did have the wobbly /3d cube window but now seems to have stopped.. grrr12:43
BoondoklifeTxPitou: try "compiz --replace"12:43
vishalPENCIL How to install?12:44
TxPitouBoondoklife: bingo12:44
vishal:)12:44
jiohdihow do you stop the screen saver in UNR?12:44
apersonjiohdi, do you want to disable it completely?12:44
BoondoklifeTxPitou: yea for some reason compiz must have died. just issue that command or reboot =P12:44
jiohdiaperson: yes12:44
apersonjiohdi, go to system>preferences>autostarted applications12:45
apersonjiohdi, err, startup applications12:45
TxPitouBoondoklife: thanks12:46
Dr_WillisI just set the screensver to off i think.. then theres teh powersaving settings also to change12:46
jiohdiaperson: the screensaver is already unchecked.... is the powersaver the one to uncheck?12:46
apersonDr_Willis, gnome-screensaver doesn't handle power stuff12:46
jiohdior powermanagement12:46
tomcheng76Hi, can i copy word when i am inside urxvt ??12:46
Dr_Willisaperson:  no.. thats the job of the power saver stuff12:46
apersonjiohdi, no, did you restart yet?12:47
=== pts is now known as pths
Dr_Willistomcheng76:  select, middle click - perhaps.12:47
tomcheng76Dr_Willis: exactly, but it is not inside clipboard12:47
jiohdiaperson: no, I am on the system in question... but its perhaps powersaver related, as the screen just goes blank12:47
apersonjiohdi, I have mine disabled just by unchecking the screensaver from startup12:47
jiohdiaperson: the screensaver was already unchecked12:48
apersonjiohdi, yeah, that would blank your screen yet iirc12:48
irvineHiyas... I just upgraded from Karmic to Lucid last night, but now it won't allow me to log on... I had it set to auto logon before, now when I click my profile and enter password it loads for a sec and goes back to the log on screen...12:48
apersonjiohdi, I know it was, you said that.  I'm giving you an example of my situation :P12:48
jiohdiok, restarting now12:48
Dr_Willistomcheng76:  the selection buffer is NOT the same as the clipboard. There are tools to sync the 212:48
apersonjiohdi, you could just kill gnome-screensaver12:49
e04mkps ax |grep compiz12:50
TxPitouI have 2 monitors, when I plug them both and run 'display' and click on find monitors it sees both, I set the proper refresh/size to the second monitor but even when "active" that monitor still doesnt  turn on (it tell me (monitor) invalid size, 1440x900 @60hz required) which is what I set teh display app to... any though ?12:50
tomcheng76Dr_Willis: thanks. i will try to search the tools.12:52
Dr_Willistomcheng76:  gclipper or glipper is one such tool12:52
tomcheng76ic.12:52
Dr_WillisHmm this 'global menu' panel applet is sort of nifty12:53
apersonhelp! gnome-network-properties won't unset $http_proxy .  I can unset it, but that doesn't work permanently12:53
=== Jasnowidz is now known as Torrentow
Dr_Willisaperson:  did you unset it and then log out/back in?12:55
obscurant1stusing xsaw tv i can see my webcam but when i use camorama, its showing could not connect to video device at /dev/video0, can anybody help me to get it working?12:56
apersonDr_Willis, no, I didn't imagine I needed to, since you can set/change the setting without logging out12:56
icerootobscurant1st: is xsaw tv  also using /dev/video0?12:56
obscurant1sticeroot, how can i check it?12:57
Linexport LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so camorama12:57
apersonDr_Willis, oh, yes, I have actually12:57
Lintry that12:57
icerootobscurant1st: dont know the program, check the settings12:57
apersonDr_Willis, not specifically for that reason, but I have restarted a few times since I tried disabling it via gnome-network-properties12:57
Dr_Willisaperson:  i would like to see how one app can change a allready running terminals Enviromental variables with out beung ran by that terminsl12:58
obscurant1stLin, that didnt help12:58
irvineany ideas on why i can't log on after upgrade to lucid?12:58
Linok .. =(12:58
obscurant1sticeroot, let me check!12:58
bazhangirvine, #ubuntu+1 for lucid12:58
Dr_Willisaperson:  other then that - ive no idea. I dont use proxys much. Ive never even noticed the http_proxy variable getting set12:58
irvinecheers :)12:58
Dr_WillisTheres a reason lucid is still called a 'alpha' :)12:59
irvinei know ;) heheh12:59
apersonDr_Willis, dang, I knew I managed to unset it once before12:59
obscurant1sticeroot, the device it is showing as camera in its settings12:59
obscurant1stnothing else12:59
obscurant1st:(12:59
malifalaperson: did you go to system -> prefrences -> proxy and apply system-wide?13:00
racerxJust had a blip in the be*matrix.. Rose St exchange Edinburgh...13:00
icerootobscurant1st: i huiss that program is not using /dev/video013:00
apersonmalifal, that would be the afromented gnome-network-properties I said I was using :)13:00
malifalaperson: ok, did you click on apply system wide?13:00
apersonmalifal, yessir13:01
obscurant1sticeroot, so how can i check that? can i8 use lsusb in anywaty to see it?13:01
obscurant1sti mean which dev it is using?13:01
apersons/afformented/aforementioned/13:02
apersonmalifal, I guess I never tried hitting reset and then apply system wide13:03
apersonmalifal, which did do the trick13:03
apersondangit, why didn't I think of that before13:03
apersonthanks malifal, Dr_Willis13:03
Stargazestill unable to have sound output, when i play an mp4 video file, restricted area's area's are installed, though13:04
Dr_WillisStargaze:  try vlc and mplayer, run player from terminal. Look for error messages/codec info messages13:05
eraggoStargaze: vlc works on mp4's :)13:05
Stargazenot here13:05
eraggoduh? o.O13:05
TxPitouStargaze: really?  how odd, it has internal codecs...13:05
Dr_Willisa mp4 can use different codecs for audio i belive13:05
TxPitouStargaze: got all teh Gstreamer packages ?13:06
apersonit's just a container, iirc13:06
Dr_Willisyep all these .mp4 or .divx extensions just cause more annoyances. :)13:06
Dr_Willisits all about the data and actual codecs used.13:06
apersonsudo aptitude install gstreamer0.10-plugins? would install all of them13:07
Stargazeinstalling gstream bluez and gstream esd13:08
TxPitouaperson: dumb question, and probably only a matter of style, is there a difference between aptitute and apt-get ?13:08
Dr_WillisI tend to install the ubuntu-restricted extras and the w32codecs from medibintu, and mplayer and vlc, and can play most anything13:08
TxPitouStargaze: Bluez ? tahts bluethooth libs13:08
Stargazenot better13:08
apersonTxPitou, aptitude is a package manager, like synaptic13:08
malifaladd to that -ugly packages and ffmpeg13:08
TxPitouaperson: ok but synaptic is a gui interface that uses apt-get doesnt it ?13:09
apersonTxPitou, it handles apt for you13:10
Stargazewhat gstream packages should i look for?13:10
apersonTxPitou, if you run just aptitude, you'll get a curses interface13:10
bdfoster_iPhoneheyoh13:10
orsonTxPitou: it's a frontend to apt, not apt-get13:10
apersonas is aptitude :)13:11
hipitihopI have a MS bluetooth mouse and leyboard...although I can pair them with 'sudo hidd --search' and use them ok, they frequntly and regularly timeout, so I have to repait again. How do I stop this from happening ?13:11
TxPitou*confused* but taht is ok...  looks for more info13:11
orsonaperson: which is the better one :)13:11
apersonorson, I heart aptitude13:12
=== Guest62747 is now known as goldenfox
TxPitouaperson: looked for aptitute... no package ... hummm... guess Ill search in synaptic13:12
orsonTxPitou: apt-get, aptitude, synaptics, kpackage etc. are all just frontends to apt13:12
apersonTxPitou, it's installed already13:12
vishalHow to install PENCIL ?:)13:13
abhi_navvishal: what is pencil?13:13
TxPitouaperson: humm I have no aptitute in gui, and aptitute command responds not valid command in terminal13:13
apersonTxPitou, aptitu*d*e13:14
Stargaze!mp413:14
ubottuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats13:14
abhi_navvishal: sudo apt-get install pencil13:14
TxPitouaperson:  :P13:14
MixLaToRHey guys...i just installed my GSM network...but the WiFi has been disabled :S and wont work again  !13:15
apersonTxPitou, rarely do I ever use the interface for aptitude, you can work it much like any other apt command13:15
TxPitouaperson: wow flash back to 1977 ascii interface.. lol13:15
apersonTxPitou, believe it or not, some people prefer a terminal over a gui13:16
nyaahey, is there a way to set a process to run on one core without knowing its pid, or when you start the process?13:16
zushello13:16
Dr_WillisI still have several 'serial terminals' laying about :)13:16
TxPitouaperson: but so much easier to just apt-get <command> than tht ascii interface lol13:16
MixLaToRHey guys...i just installed my GSM network...but the WiFi has been disabled :S and wont work again  !13:16
apersonTxPitou, and like I said, rarely do you actually need to use the interface.  sudo aptitde install foo13:16
LaeToHello All...13:17
apersonTxPitou, I mean, anywhere you see apt-get, you can replace with aptitude13:17
LaeToIf I have multiple DISPLAY then how can I come to know all those DISPLAY's value by just one command ?13:17
TxPitouDr_Willis: I actually terminal to a BBS not 3 days ago... now there was a flashback to the 80's13:17
ddoledoes anyone knows how can i have win-d shourcut in ubuntu?13:17
LaeToand with their logged-in user13:17
LaeToas it can be seen with gdmflexiserver, but I need the console based solution.13:18
koltrollHi people. I have asked about tihs before. Compiz is dead slow for me when it comes to restoring the desktop after I've done "Show Desktop". Any idea why this is?13:18
LaeToTxMatt, alt+ctl+d13:18
LaeTooops it is for ddole13:18
koltrollEg, I first click "Show desktop" then click it again. It takes several seconds before restoring all the windows.13:18
ddolety LaeTo13:19
ddolehow can i access the top menu using keyboard shourtcuts: Application|Places|Systems13:19
LaeToddole, alt+f113:20
abhi_navddole: alt + f1 and then use arrow keys13:20
ddolecool, ty13:20
JarRoDkhallow13:21
LaeToddole, now google for the rest of shortcuts13:21
JarRoDkcan i ask about debian ?13:21
JarRoDkhere ?13:21
ikoniaJarRoDk: in #debian sure13:21
LaeToIf I have multiple DISPLAY then how can I come to know all those DISPLAY's value by just one command ?13:22
=== grj is now known as jedrzejblew
brutushey....I need to include the X library for a particular application I'm installing...it says it needs to include /usr/X11R6/lib....but I can't find that on my machine...any help?13:23
apersonLaeTo, echo $DISPLAY ?13:24
jaredhi, does anyone know if the ATI HD5000 series is supported yet in ubuntu?13:24
LaeToaperson, that will show only for the current DISPLAY only. What about multple display which I do have.13:24
toaderhi, can i read a file through ftp?13:25
ruienbrutus: there is a /usr/lib/X11   I'm not sure if that's similar, but it seems to make more sense logically13:26
TxPitoujared: https://help.ubuntu.com/community/RadeonDriver13:26
sim_simHi all, i'm experiencing trouble with the sound with Karmic (I suspect PulseAudio -> by the way the daemon restart automatically, i can't really kill it, if someone has an hint..). The problem is : the sound slowly decrease, until I hear nothing => I can not hear anymore sound then, even when playing with the volume wheel. Spent ~3hours, crawling and trying, but still does not work. Any help would be greatly appreciated.13:27
soiconsim_sim: try removing it, yet?13:28
sim_simsoicon, nop, like aptitude purge ?13:29
soiconaptitude remove ....13:29
soiconthen reinstall if you really need it13:30
soicon:D13:30
baba_b00ieis there antivirus software besides clam for ubuntu? i want to use my linux machine to do scans on windows/ntfs formatted hard drives13:30
brutusruien, hmmm...there is, but shouldn't it have stuff like glut.h, WinUtil.h and other C files? doesn't have any of that13:30
sim_simsoicon, lol ok, but I may need some kind of sound server. Well, i give it a try13:30
ruienbrutus: that _is_ what you would expect from a lib directory. I see what you're saying.. let me see if I can dig up any info on it13:31
lao5dear all, my 'unlock' button of 'time and date settings' is disabled, why?13:31
rionstrifehi i have ubuntu 9.0413:31
rionstrifewhen i tried to upgrade it prints an error13:32
TxPitou!hello | rionstrife13:32
DANI_ola13:32
mariola..13:32
ubotturionstrife: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!13:32
nibblerlao5: you are the main (first) user of this ubuntu?13:32
rionstrifesegmentation fault13:32
rionstrife:D13:32
TxPitou!es | Dani13:32
ubottuDani: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.13:32
rionstrifecan u help me..?13:32
TxPitou!es | mari13:32
ubottumari: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.13:32
mariadios13:32
lao5nibbler: sorry, what 's main (first) user?13:32
Torrentow!pl13:32
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.13:32
DANI_irse a tomar por culo gilipollas13:33
nibblerlao5: the user you created while installing ubuntu13:33
lao5nibbler: yeah13:33
ruienbrutus: do you know exactly which header file it's trying to #include?13:33
nyaawuwu I beat windows in wow fps13:33
DANI_comemela13:33
sim_simsoicon, it works ! Yet when i launch vlc from the console. It kind of crash : pulse initialization failed. Maybe some cleanup needed13:33
nibblerlao5: then i am sorry, but have no idea :|13:34
brutusyup...it's trying to use X11/Xmu/WinUtil.h13:34
lao5nibbler: :-( , that's ok.13:34
lao5nibbler: maybe i need to reboot.13:34
DANI_gili13:34
baba_b00ieis there antivirus software besides clam for ubuntu? i want to use my linux machine to do scans on windows/ntfs formatted hard drives13:35
DANI_pollas13:35
DANI_ come mela13:35
sim_simsoicon, oups NOP. It still does not work ... T_T sounds is inaudible13:35
DANI_cabron13:35
nibblerlao5: there is not many things that really do require a reboot, its maybe worth a try but.... i dont believe so13:36
abhi_navbaba_b00ie: there are other but clam is foss. see this: https://help.ubuntu.com/community/Antivirus13:36
nibblerlao5: you talk about rightclicking on the clock in the upper right corner, adujust date&time, set system time by the way?13:37
Stargazekernel update needs reboot, but you can use ksplice13:37
lao5nibbler: yeah13:37
baba_b00iethanks abhi_nav13:37
ruienbrutus: i'm currently *looking at* apt-get install libxmu-dev, but I haven't run anything. One really dodgy web source seems to imply that package has what you need.13:37
abhi_navbaba_b00ie: hmm :-)13:37
lao5Stargaze: i did an update today13:37
nibblerlao5: i'm not so sure, but for me it looks like your user could lack sudo rights, which i dont believe. you have other problems like this when doing system updates, installs etc?13:38
lao5Stargaze: but without reboot requiring13:38
lao5nibbler: not yet.13:38
nibblerStargaze: kernel update needs reboot for inserting new hardware or using new kernel. for that i'd not say it generally needs a reboot....13:38
lao5nibbler: i could use sudo in the terminal13:39
nibblerlao5: assumed so :\ well, maybe for now, use other means to change your time setup? what do you want to achive?13:39
lao5nibbler: yeah. i want to see why the button disabled.13:40
nibblerlao5: use the source, luke ;-)13:41
apersonbrutus, find / -name WinUtil.h ?13:41
lao5nibbler: oh. thanks.13:41
brutusaperson, doesn't return anything...need to find the package to install13:41
warriorforgodnyaa: When I used to play wow I would run it under wine in linux at 1650x1080 and it was great.13:42
=== Guest11795 is now known as isp
apersonbrutus, xlibs-dev13:43
nyaawarriorforgod I used to run it before wotlk and it was incredible, but they made it less good with wotlk it seems. I was able to make it better than windows by just a smidge with basic fiddling with its nice level, and also by putting all wine and .exe processis on the mostly unused 4th core13:43
apersonwarriorforgod, that's great!, but not quite what this channel is for.  Do you have a support question?13:43
apersonerr, sorry warriorforgod didn13:44
apersont mean to direct that at you13:44
=== McPeter_ is now known as McPeter
nyaahey, sorry aperson. even if it seems more game related than linux related, if processor coordination is a problem in any degree, or could be better, I think that's important.13:45
nyaaI won't bring it up again, I don't mean to derail or flame.13:46
ddavidshello all13:46
ddavidspls i installed songbird from the internet after a few weeks, i got to the office and its not opening. i got some gstreamer errors at the command line but i dont know wht to do?13:47
apersonddavids, first off, where and how did you install songbird?13:48
codeanyone out there?13:48
codehello?13:49
TxPitoucode: nope where all inside13:49
ddavidsaperson: i installed it from the internet13:49
codeheehee. wow.13:49
codeok so i have been playing with Xubuntu for about 3 weeks now. I AM IN LOVE!13:49
apersonddavids, from where and how?, the internet is huge sir13:49
ddavidshttp://shibuvarkala.blogspot.com/2010/02/how-to-install-songbird-music-player-in.html13:49
codeguess what.... just guess....13:49
ddavidsaperson: http://shibuvarkala.blogspot.com/2010/02/how-to-install-songbird-music-player-in.html13:50
codealright ill tell you. I am running Xubuntu on a emachine 600 mhz pc13:50
TxPitoucode:  I dont guess, but I am sure your going to lead to a aquestion that needs technical help13:50
bdfoster_iPhone... ok13:50
bullgardstfu | LetoThe2nd:13:50
Salz`hi all, connected my secound hdd via sata while running ubuntu. Sadly ubuntu dosent automount it. Is there an way to manual start the prozess?13:50
bullgard!stfu | LetoThe2nd13:50
ubottuLetoThe2nd: Acronyms or statements like noob, jfgi, stfu, or rtfm are not welcome in this channel. Period.13:50
TxPitou!mount | Salz`13:50
ubottuSalz`: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount13:50
Dr_WillisSalz`:  add a proper entry to the fstab for any extra filesystems13:51
=== life is now known as kafemin
codeThis machine would take over 20min to load WinXP. running Xubuntu, it detected my USB WiFi, and loaded in less then a min.13:51
apersoncode, congrats, do you have a question that needs to be answered?13:51
TxPitoucode: go forth and convert all those windows infidels..13:51
Salz`so, there is no automated way, just the good old by-hand-way?13:51
codei am very impressed. and YES! i do have a question.13:51
apersonddavids, can you pastebin the errors you're getting?13:52
kafeminПривет, Hello!13:52
erUSULhi13:52
TxPitou!ru | kafemin13:52
ubottukafemin: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke13:52
TxPitouMorning erUSUL13:52
codeA co-worker is trying to install Xubuntu on his machine.13:52
Dr_WillisSalz`:  thers proberly sopme gui tools.. but i can put an entry in /etc/fstab in the time it would take me to load any gui tools13:52
warriorforgodaperson: np.13:52
Dr_WillisSalz`:  also it depends on the filesystem in use.13:52
erUSULTxPitou: afternoon here :)13:52
codei dont know why, but he set his bios (boot sequence) to load Floppy, DVD, CD, USB, then HD.13:53
digitalfizis there anyway to make it so even though i close out a program it doesnt clear out the clipboard of anything i copied from that program?13:53
Dark-SunHi people13:53
codebut the disk isn't reading.13:53
apersonSalz`, pysdm is a gui to edit the fstab13:53
Mattkjhkjhjkwow?13:53
codeit goes straight to HD13:53
Mattkjhkjhjkdownloads wwow?13:53
Mattkjhkjhjkhelp me13:53
Mattkjhkjhjkdownloads wowo?13:53
apersondigitalfiz, it shouldn't in the first place13:53
Mattkjhkjhjkhave a link downloads wow?13:53
Dr_Willisdigitalfiz:  use some of the various clipboard manager tools. many of them have a 'history' feature that keeps the clipboards13:53
aperson!ops Mattkjhkjhjk13:53
Dark-Sunwindows ping is ok for linux, but Helena's ping goes TIME OUT, any suggestion?13:53
Salz`thanks, cu13:53
codeCan I use the Xubuntu USB startup to get his pc to load Xubuntu?13:53
code(hes running Win95 right now)13:53
Mattkjhkjhjkdon'y have link wow?13:53
Dr_Williswell i was about to tell salz' that ive had Pysdm really goof things up.. but too late13:54
digitalfizapelgate, if i copy text from gedit or firefox or really anywhere if i close it the text i copied from that program no longer exists. ubuntu has always done this for me13:54
Mattkjhkjhjk!list13:54
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »13:54
Dr_WillisMattkjhkjhjk:  Huh?13:54
codealso, he has no internet access.13:54
Dr_Willis!info glipper13:54
Mattkjhkjhjksearch the link to downloads game pc wow..... have it?13:54
Dark-Sunwindows ping is ok for linux, but Helena's ping goes TIME OUT, any suggestion?13:54
ubottuglipper (source: glipper): Clipboard manager for the GNOME panel. In component universe, is optional. Version 1.0-1.1ubuntu1 (karmic), package size 68 kB, installed size 632 kB13:54
ddavidsaperson: http://ubuntu.pastebin.com/EMMUJQuK13:54
hwildeMattkjhkjhjk, go to google and search.  stop asking here13:54
Dr_WillisMattkjhkjhjk:  the World Of warcraft homepage has downloads13:54
Mattkjhkjhjkok thanks13:55
=== phisher2 is now known as phisher1
erUSULDark-Sun: what/who is helena?13:55
Mattkjhkjhjkbye13:55
erUSUL!details | Dark-Sun13:55
ubottuDark-Sun: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."13:55
* Dr_Willis wonders about people sometimes...13:55
Dark-SunerUSUL: yes, she's my Linux Mint 813:55
TxPitouDr_Willis: I stop woindering a long time.. lol Mute is a great option13:55
Dark-Sunubottu: generating.. please wait...13:56
ubottuError: I am only a bot, please don't think I'm intelligent :)13:56
Evethow to stop network-manager app to modify /etc/resolv.conf13:56
erUSULDark-Sun: so a ping from helena to your linux box timeouts or what?13:56
Dr_WillisIm wondering at these usb 'resets' im seeing in dmesg output.. could it be the Hard drive is going into some power saveing mode and goofing some things up?13:56
gamesNvideos!ubuntuultimate13:56
Dr_Willisusb 2-3: reset high speed USB device using ehci_hcd and address 413:56
gamesNvideos!ubuntu ultimate13:56
codeQUESTION: Does Blender run faster under Xubuntu then Windows? AND if I upgrade to a quad core proccessor from a pent4 will this increase my Render time?13:56
Dark-SunerUSUL: no! helena tries to ping. but no result13:56
gamesNvideosis ubuntu ultimate supported?13:57
Dr_WillisgamesNvideos:  ubuntuUltimate is not supported here..13:57
Dr_WillisgamesNvideos:  its just ubuntu with extra packages installed by default I belive.. not really worth messing with13:57
digitalfizapelgate, even as far back as feisty it was an idea to stop that: https://wiki.ubuntu.com/CommunityFeistyIdeas/Usability about halfway down the page is what im talking about.  i figured there has to be some switch to enable/disable that feature13:57
erUSULDark-Sun: what is pinging? maybe the target has firewall and just drops pings that will result in timeout13:57
gamesNvideosis there a version of ubuntu that is best for gamers trying to save system resources and have needed emulation software at the same time?13:58
Dr_WillisgamesNvideos:  best for 'gamers' is a rather vague term. I would say Not really.13:58
digitalfizapelgate, i can see it as being a memory saver but its more of an annoyance for me because i open text files with info i have to copy/paste into another screen all day and it sucks having to leave it open till i paste then go back to it and close it just a productivity issue i guess13:58
Dr_WillisgamesNvideos:  if you want to save ram, use a minimal window manager/desktop13:58
Sachoemulation software and saving system resources don't generally go hand in hand13:58
Dr_WillisgamesNvideos:  but even then the memory saved will proberly be minimal.  a few 100mb perhaps13:59
Dark-SunerUSUL: crazy FIREWAL! I should suggest it myself!13:59
Dark-SunerUSUL: thank you13:59
gamesNvideosDr_Willis, what options are there besides xubuntu?13:59
Dark-SunerUSUL: ;)13:59
erUSULDark-Sun: no problem13:59
Dr_WillisgamesNvideos:  xubuntu is  the xfce DESKTOP. theres other WINDOW MANAGERS you can use.13:59
Dr_WillisgamesNvideos:  theres also lubuntu (which uses lxde desktop)13:59
jiehanzhengHello, how to make a USB device automount in the VM? Currently I have to check the device name manually. Thank you!!13:59
gamesNvideosDr_Willis, you mean like metacity?14:00
Dr_WillisgamesNvideos:  meticity is the default gnome window manager.. yes14:00
gamesNvideosis lubuntu supported?14:00
soiconlubuntu ? is it ok? is there anyone used it already ?14:00
airtonixgamesNvideos, some window managers are also desktop environments14:00
Dr_WillisgamesNvideos:  10.04 will have lubuntu as an official release i belive14:00
BluesKajHiyas14:00
Dr_WillisgamesNvideos:  its in teh repos now. but it has 'issues'14:00
=== hexdump is now known as hexdump_
gamesNvideosDr_Willis, what window manager saves the most ram?14:01
hwildegamesNvideos, ice window manager is relatively lightweight14:01
TxPitouDr_Willis: you do seem to know alot :)14:01
Dr_WillisgamesNvideos:  logical speking the.. most minimal one would...14:01
Dr_WillisgamesNvideos:  but then again.. you start loseing features you may want.. to save 10mb of ram...14:01
gamesNvideosDr_Willis, you said it would be like 100 mb14:01
tomcheng76Dr_Willis: autocutsel works very well or syncing firstcut, primary and selection buffer, thanks!14:02
Dr_WillisgamesNvideos:  going from a DESKTOP to just a window manager would..14:02
=== horndog__ is now known as horndog
Dr_WillisgamesNvideos:  differance btween different window managers are not as great14:02
IRA_36hi i wanted to ask whats the best way to make backup on 9.10?14:02
dataHeistWow... small channel =)14:02
gamesNvideosDr_Willis, how do you use just a window manager without the desktop?14:02
dabaRIRA_36: backup of what/how much data?14:02
TxPitoudataHeist: and all here to answer a question14:02
dataHeistTxPitou: heh... only one op...14:03
Blues-Manhi all I have karmic with 2.6.31-20 but i can't mount an ext4 device, how to?14:03
dataHeistweird :)14:03
gamesNvideosim sorry about the flood of questions14:03
TxPitou!ext4 | Blues-Man14:03
dabaRBlues-Man: what did you try, what was the error?14:03
Dr_WillisgamesNvideos:  install one.. and select it at the GDM login screen14:03
* dataHeist is trying to upgrade libgnutls26 for use with the latest weechat... still running jaunty14:03
crackguydoes "apt-get remove" as well remove all the extras or dependencies along with the software?14:04
* TxPitou looks at the bot... you dont know anything about ext4..... bad bot14:04
paranoid_pedlarwhat is the program called that edits the global menu?14:04
gamesNvideosDr_Willis, is there any thing that describes this in more detail, and clairifies things?14:04
dabaRcrackguy: no, you should use aptitude for that reason. To install and uninstall14:04
dataHeistis there an easy way to upgrade libgnutls26 on 9.04 using the package from 9.10?14:04
Blues-MandabaR, it was an HAL error, I have rebooted and now it is mounted :) thanks anyway14:04
MyrttidataHeist: it's the only *visible* op14:05
IRA_36whole OS i mean i want to try different things so if there is any problem in the future i could just backup everything i think at the moment i have around 10gb in total can i make like sort of back up in windows? or make usb stick backup or something?14:05
dabaRparanoid_pedlar: maybe alacarte14:05
crackguy!aptitude14:05
paranoid_pedlardabaR, thanks, I will check this out14:05
gamesNvideosDr_Willis, and by 'this' i mean every thing we've spoke of concerning desktops and window managers14:06
dabaRIRA_36: you should start by googling for "backup ubuntu"14:06
TxPitouIRA_36: there are a few backup utilities you can use , check the ubuntu software centre14:06
ubottuaptitude is another terminal-based front-end to APT. Like other APT front-ends, it can install/remove packages and their dependencies. See https://help.ubuntu.com/community/AptitudeSurvivalGuide14:06
gamesNvideosaw shucks he left14:06
IRA_36k <dabaR> <TxPitou> tnx14:07
* jiehanzheng wondering anyone can help me solve the VirtualBox USB automount problem?14:07
dabaRIRA_36: actually, the top two for "ubuntu backup" seem like the way to go.14:07
Dr_WillisgamesNvideos:   check google and the 'window  managers for x' homepage it has some info on different wm's14:07
gamesNvideosjiehanzheng, try #vbox14:07
ddavids1aperson: have u been able to decipher the log...?14:07
* dataHeist needs help upgrading libgnutls26... Is there nobody that can assist ?14:07
jiehanzhenggamesNvideos: Yes, but they don't know about it, most of them uses OSE version ...14:08
apersonddavids1, I wasn't aware you pasted one14:08
TxPitoudataHeist: sudo apt-get upgrade libgnutls26?14:08
gamesNvideosjiehanzheng, i dont think puel works with usb14:08
apersonddavids1, I got it, I'll take a look, sorry, I was eating breakfast14:08
gamesNvideoscould be wrong14:08
dataHeistTxPitou: I need a newer version than what is in the repositories14:08
ddavids1pls i installed songbird from the internet after a few weeks, i got to the office and its not opening. i got some gstreamer errors at the command line but i dont know wht to do? i installed it from here - http://shibuvarkala.blogspot.com/2010/02/how-to-install-songbird-music-player-in.html14:09
gamesNvideosthanks dr14:09
TxPitoudataHeist: only way I hear of using 910 libs in 9.04 would be to download the package and manually do it14:09
Dr_Willisddavids1:  try the latest songbird from the songbird homepage14:09
dataHeistTxPitou: Aren't there testing repositories or something for 9.04 with newer version of packages?14:09
apersonddavids1, fwiw, try to find .deb packages to install instead of manually installing things.  Maintenance will be much easier in the long run.14:09
* jiehanzheng just want to make the USB devices automount inside VM. Currently I can see my device in the list, I can use them after checking them. I just want them "auto-check" ... I have already added them into filter list, but it took no effects.14:10
TxPitoudataHeist: unless the libs are on freshmeat.net then you can just tarball it in place :)14:10
ddavids1Dr_Willis: i can do tht but i'll like to get rid of all these loose files lying around my system...any clues?14:10
dataHeistTxPitou: Hrmmm... Guess I'll grab the one from the 9.10 packages14:10
Dr_Willisddavids1:  this is why if i use for example that tar.gz binary version of songbird i JUST install it in the users home dir. i DONT install it system wide.14:11
theadminIs there any good CAS in Ubuntu's repos?14:11
TxPitou!cas14:11
airtonixddavids1, also, you don't need to move it to the /opt directory just extract into somewhere logical on your home folder.14:11
ddavids1Dr_Willis: how do u do tht pls?14:12
Dr_Willisddavids1:  i get the tar.gz extract it to the users home.. and run it from there.14:12
crackguyaptitude is awesome14:12
ddavids1airtonix: sorry, im a noob and just following the instructions...14:12
rfajardohi there, I have compiled a "build-generic" kernel following the kernelcompile guidelines of Ubuntu14:12
Dr_Willishttp://s3.amazonaws.com/download.songbirdnest.com/installer/linux/x86_64/Songbird_1.4.3-1438_linux-x86_64.tar.gz14:12
Dr_Willisddavids1:  download, extract.. run...14:12
rfajardobut now I cannot install the generic-headers because they depend on the "general" linux-headers14:13
nomnexwere are the modules on 9.10? This was the path on 9.04  "/lib/modules/2.6.28-15-generic/kernel/drivers/misc/panasonic-laptop.ko"14:13
rfajardoand they were not compiled14:13
Dr_Willisddavids1:  looks like songbird and ubuntu are fighting again.. latest is not working here.14:13
Dr_Willisddavids1:  i recall ages ago there being some ubuntu package that you removed that would 'fix' it some times14:14
ddavids1Dr_Willis: i had the old one but i wantd the latest, hance my dilemma14:14
titanioverdeGood morning. Someone expert in GRUB, here?14:15
ddavids1Dr_Willis: which package is tht pls?14:15
dabaR!anyone | titanioverde14:15
ubottutitanioverde: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?14:15
Dr_Willisddavids1:  i dont rember14:15
Dr_Willisddavids1:  proberly somthing with gstreamer.14:15
Dr_Willishttp://getsatisfaction.com/songbird/topics/songbird_crashes_in_ubuntu_9_10_even_in_safe_mode14:15
ddavids1Dr_Willis: i cant ever recall removin anything gstreamer in it... cos i think i knw it makes my media work...14:16
TxPitounomnex: all my *.ko files are located in "/lib/modules/2.6.31-20-generic" try ' locate -eiL p*.ko ' and see what it finds for you14:16
ddavids1Dr_Willis: is it possible then to remove the gstreamer packages and reinstall them?14:17
ddavids1Dr_Willis: do u think that will help subsequently?14:17
Dr_Willisddavids1:  theres dozens of 'possible fix's' on web sites14:17
Dr_Willisddavids1:  http://getsatisfaction.com/songbird/topics/songbird_fails_to_start_on_fedora_11_with_undefined_symbol_in_libgstdeinterlace_so14:17
Dr_Willisddavids1:  the first 'fix' worked here for me so far14:17
dataHeistcan you use aptitude to install .deb files?14:17
dataHeistor is dpkg preferable?14:18
theadmindataHeist: No, you use dpkg for that14:18
orsondataHeist: use dpkg14:18
dataHeistcan you view dependencies only using dpkg?14:18
dataHeisti mean, view without installing a package?14:18
theadminAny good CAS in Ubuntu's repos? Anyone, plz, i don't wanna go buy WIRIS14:19
xuliola14:19
Dr_WillisI dont even know what a CAS or WIRIS is14:19
xuliok14:19
dabaRdataHeist: also gdebi.14:19
xuliwath?14:19
datacrusherwtf?14:20
theadminDr_Willis: CAS is Computer Algebra System, WIRIS is an example of such14:20
xulimy is español14:20
dabaR!es | xuli14:20
ubottuxuli: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.14:20
TxPitou!es | xuli14:20
xulixao14:20
dataHeistdabaR: I'm really just trying to view dependencies for a given package14:20
nomnexTxPitou, can't find it. I am looking for the fujitsu_laptop.ko module14:20
arch0njwdataHeist:  From here (http://www.pixelbeat.org/docs/packaging.html) -- "dpkg -s package | grep ^Depends:".  Replace "package" with the name of the package.14:20
titanioverdeUnderstood. - I know this is not the better channel for it, but if you allow me, I'm a bit lost. - I installed a Debain apart, but it didn't left a GRUB entry. I tried Super GRUB disk, but it doesn't boot.14:21
arch0njwdataHeist:  That appears to work for installed packages though... hmm...14:21
=== Dark-Sun is now known as yourname
dataHeistarch0njw: sweet... thanks.. ;)14:21
dataHeistarch0njw: oh... ermmm....14:21
nomnexTxPitou, it was there before: /lib/modules/2.6.28-15-generic/kernel/drivers/misc/nnnnnn-laptop.ko on 9.0414:21
raveni need a replacement for CUBASE - any ideas?14:21
theadmintitanioverde: Have you tried "sudo update-grub"?14:21
dataHeistright now, when i do a dpkg -i, i get dependency warnings, but the package is installed without configuring14:21
titanioverdetheadmin: First news. Trying now.14:22
dataHeistmaybe dpkg has a switch to stop from installing if dependencies aren't met?14:22
ActionParsnipyo yo yo14:22
dataHeist man dpkg14:22
dataHeist:)14:22
=== otaryman is now known as jyooruje
rfajardodataheist, you can force it if you like14:22
dabaRdataHeist: I was just typing that for you14:22
Dr_WillisI dont recall dpkg installing if deps are not met...14:22
rfajardodataheist, or you can search for the missing package and install it14:22
orsondataHeist: "sudo aptitude -f install" to resolve dependencies14:22
ddavids1Dr_Willis: it worked, the first tweak14:22
dataHeistdon't want to force... just want to view dependencies and grab those...14:22
bdfoster_iPhoneu14:22
TxPitounomnex: 9.10 uses 2.6.31-20-generic14:22
Dr_Willisddavids1:  isent google handy :)14:22
ddavids1but do i always have to do tht?14:22
ActionParsnipDr_Willis: you can run: sudo apt-get -f install    and it will try and fx stuff ;)14:22
rfajardodataHeist, try and say you don't want to install14:23
arch0njwdataHeist:  do you have the deb?  And yes there is a switch to stop install of dep debs14:23
dataHeistorson: I can't automatically resovle these dependencies.. they aren't in the repository14:23
Dr_Willisddavids1:  make a script that does the export and runs songbird14:23
titanioverdetheadmin: I'm using Mint 8, based on Ubuntu 9.10. It has that grub.cfg file, instead of menu.lst. update-grub asks me to create menu.lst14:23
bewarei have a feature request for ubuntu14:23
paranoid_pedlaralacarte saved my configuration, but it doesn't apply to the menu. Do I have to press revert? I don't think that would make sense. Any ideas?14:23
dataHeistBut, it's a slippery slope... each dependency has even more dependencies :(14:23
Dr_Willis!brainstorm14:23
ubottuPost your ideas for Ubuntu at http://brainstorm.ubuntu.com and vote for the ones you like!14:23
theadmintitanioverde: That's pretty strange, try "update-grub2" instead14:23
airtonixDr_Willis, so the way to get songbird working is to intall or update gstreamer-plugins-good ?14:23
raveni need a replacement for CUBASE - any ideas?14:23
ActionParsnipraven: lmms14:23
* dataHeist reads dpkg man page14:24
arch0njwdataHeist:  that is so true at times.14:24
nomnexTxPitou, yes, is there any change (mdoules or modules location?) I am looking in the /lib/modules/2.6.31-20-generic and can't find these modules14:24
hystrenihmm... can any1 give me a link to download mumble 1.2.2 becouse when i press find update on mumble itself i get a link to 1.1.414:24
Dr_Willisairtonix:  seems thers some gstreamer issues with songbird again..  it seems they get fixed.. then break again..14:24
paradoxuncreatedraven: have you tried Energy XT?14:24
apersontitanioverde, edit /etc/default/grub , not anything in /boot14:24
airtonixDr_Willis, i mean you just tried latest songbird from their website? and you didnt have gstreamer-plugins-good ?14:24
aperson!grub2 > titanioverde14:24
ubottutitanioverde, please see my private message14:24
Dr_Willisairtonix:  correct.. it had issues.14:24
JehahQuick Q: How can I know if there is a reported problem with Ubuntu's clock?14:24
ravenparadoxuncreated, i do not want a demo....14:25
bdfoster_iPhoneI installed b43legacy drivers by way of b43fwcutter, and when I did the restart it is using a driver called b43-pci-bridge and wireless isn't working14:25
ActionParsniphystreni: https://launchpad.net/~slicer/+archive/ppa14:25
Dr_Willisairtonix:  had to    export LD_BIND_NOW=1, then ran ./songbird14:25
rfajardoyou can also try --simulate14:25
Dr_Willisairtonix:  no idea what LD_BIND_NOW does14:25
nomnexTxPitou, I got it I guess, and yes, the path has changed since 9.04: /2.6.31-19-generic/kernel/drivers/platform/x86/fujitsu-laptop.ko14:25
ddavids1Dr_Willis: pls dont loose me, i dont think i follow14:25
ddavids1Dr_Willis: ALT F2?14:25
Dr_Willisddavids1:  follow what?14:25
paranoid_pedlarhow do I apply the changes in alacarte?14:25
airtonix!info gstreamer-plugins-good14:26
ActionParsniphystreni: sudo add-apt-repository ppa:slicer/ppa; sudo apt-get update; sudo apt-get upgrade14:26
ddavids1Dr_Willis: or shld i do it thru main menu?14:26
titanioverdetheadmin: /etc/default/grub? There I go. - Oh, and I've got a separated /boot partition. This won't bring me problems, right?14:26
Dr_Willisddavids1:  do what exactly?14:26
ubottuPackage gstreamer-plugins-good does not exist in karmic14:26
theadmintitanioverde: Should not14:26
ddavids1can i add it thru the main menu?14:26
apersonparanoid_pedlar, it should be instant you make changes14:26
ActionParsnipparanoid_pedlar: tey apply on the fly as I recall, just click close after sorting your stuff, should be ok14:26
Dr_Willisddavids1:  add WHAT exactly?  You have lost me14:26
ddavids1Dr_Willis: the script pls14:26
Dr_Willisddavids1:  MAKE a script..   or put the export command in your .bashrc or .bash_profile perhaps14:27
ddavids1Dr_Willis: can i paste it in the command thru the main menu?14:27
ActionParsniphystreni: is it ok?14:27
JehahQ: How can I know if there is a reported problem with Ubuntu's clock?14:27
ActionParsnip!bug | Jehah14:27
ubottuJehah: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs - Bugs in/wishes for the IRC bots (not Ubuntu) can be filed at http://bugs.launchpad.net/ubuntu-bots14:27
paranoid_pedlarActionParsnip, alacarte still shows them, and I rebooted just in case, but the global menu is not showing the edit14:27
arch0njwdataHeist:  if you have the DEB file, this command will work:  "dpkg --info 'DEB file name here' | grep Depends:"14:27
CosmicRayDoes anybody know if LTS has been discontinued?  the download link, as well as any info about it, seems to have been scrubbed from the website14:27
ddavids1Dr_Willis: sorry but i dont knw how?14:27
hancwould someone mind helping me i have several questions about running ubuntu on a hp dv6-2190us, i can get 9.04 to run in virtual box, but on a full install it wont recognize the wireless card14:27
Dr_Willisddavids1:  .bashrc is a text file you can edit14:27
hystreniActionParsnip,  nah still have 1.1.8 :S14:27
theadminddavids1: Put this into a .sh file: http://pastebin.com/22p3Ng5a14:27
ActionParsnipparanoid_pedlar: thats all i know dude, i ditched gnome desktop a while back14:27
hancif you have any suggestions please msg me14:27
paranoid_pedlarActionParsnip, what are you using now?14:28
ActionParsniphystreni: what release are you on?14:28
ActionParsnipparanoid_pedlar: lxde baby :)14:28
arch0njwCosmicRay: the next release will be an LTS.  The current LTS is 8.04.14:28
robbit10How do I request the one-to-last entry of an array? I mean for example, if I have 8 values in an array, i want to request the 7th?14:28
orsondataHeist: dpkg-deb --info file.deb14:28
dataHeistarch0njw: thanks ;) I'm chatting with the weechat folks about compiling the latest from scratch :)14:28
theadminddavids1: Then, put that file in the Songbird folder, and run it instead of songbird. It should also be executable14:28
paranoid_pedlarActionParsnip, why?14:28
robbit10oops14:28
dataHeistorson: thanks to you, as well14:28
robbit10wrong channel14:28
robbit10sorry people14:28
CosmicRayarch0njw: but why is the 8.04 LTS gone from the website?14:28
ActionParsnipparanoid_pedlar: i like its lightning quickness and no nonesense14:28
hystreniActionParsnip,  i ahve mumble 1.1.8 on ubuntu 9.1014:28
CosmicRayI still have the ISO I downloaded on Jan. 26, but it's not there now14:28
blackxoredrobbit10, definitely, which language?14:29
LaeToHow to kill a particular DISPLAY with gnome-session-save ?14:29
robbit10blackxored: PHP14:29
ActionParsniphystreni: the repo has 1.2.2 for karmic, did the command i gave not give the new version?14:29
paranoid_pedlarActionParsnip, no nonsense? does that mean you have to edit configurations by file?14:29
JehahThank you ActionParsnip14:29
sambagirlxhey is there a way to update from hardy to the current level?14:30
ActionParsnipparanoid_pedlar: some but there are many guis, i just dont like this who compiz by default, bloat that comes with ubuntu so i use minimal and then install lxde, works great and keeps the system small and punchy14:30
arch0njwCosmicRay: it is there.  On the download page, you need to click the text "Alternative download options,..." and "Download 8.04 LTS" is there.14:30
=== Guest84736 is now known as warriorforgod
CosmicRayarch0njw: ah, I see that now.  thank you.14:31
arch0njwsambagirlx: I suggest waiting until end-of-April and directly upgrade to 10.04. That will be an LTS-to-LTS upgrade which is typically well supported.14:31
trijntjesambagirlx: no, but you can upgrade from hardy ro the next version14:31
airtonixDr_Willis, noob moment, how did you isntall gstreamer-plugins-good ? medibuntu ?14:32
paranoid_pedlarActionParsnip, I hear that. I don't know why, but back in the day, compiz was snappier on my older laptop, now on my new one it's slower. I don't know why though.14:32
hystreniActionParsnip, "sudo apt-get upgrade"14:32
ddavids1theadmin: i have checked home but there is no .sh file... i only saw a .ssh folder...14:32
hystreniActionParsnip, "Följande paket har hållits tillbaka:14:32
hystreni  mumble"14:32
theadminddavids1: CREATE a text file with extension .sh14:32
theadminddavids1: Something like myscript.sh14:32
craig_gnome!info lxde14:32
ubottulxde (source: lxde-common): Meta-package for the Lightweight X11 Desktop Environment. In component universe, is optional. Version 0.4.2-1ubuntu3 (karmic), package size 4 kB, installed size 36 kB14:32
ActionParsniphystreni: sounds like held back, am i right14:32
Dr_Willisairtonix:  no idea really :)14:33
ActionParsniptheadmin: the file extension is moot in linux14:33
hystreniActionParsnip, oh sry... forgot to translate, but yeah14:33
airtonixDr_Willis, woe is me14:33
ActionParsniphystreni: try the ppa: ppa:bojo42/ppa   remove the one you just added14:33
sambagirlxtrijntje how would i do that?14:33
sambagirlxwithout using a cd/dvd?14:33
sambagirlxcan i online do it?14:33
ActionParsniptheadmin: if the file is executable it will be treated as one, the file extension is not interpretted like it is in windows14:34
hystreniActionParsnip, then what?14:34
trijntjesambagirlx: you have to wait untill april till the next version is released14:34
ActionParsniphystreni: sudo add-apt-repository ppa:bojo42/ppa; sudo apt-get update; sudo apt-get upgrade14:34
paranoid_pedlarIs it just me, or are there to many different package managers for ubuntu.14:34
theadminActionParsnip: True... Hm... Wait, so it means if file is an HTML page and i make it a .jpg, it will be still threated as HTML? %)14:34
sambagirlxahh14:34
ActionParsniphystreni: it gets held back as the dependancies it needs cannot be met14:34
sambagirlxok14:34
ActionParsniptheadmin: sure14:35
trijntjesambagirlx: than you can just run the update without needing a cd14:35
* theadmin tries14:35
anteayaIs there something called a switch or switches with points the compiler at library paths to assist with debugging?14:35
orsontheadmin: don't use "./songbird" there, as it will expect songbird in $PWD. use /path/to/songbird or just "songbird"14:35
anteayas/with/which14:35
theadminorson: Told him to put it in songbird dir :/14:35
ThreetimesHi, I can't get a 1440*900 resolution. My card is a GF73014:35
hystreniActionParsnip, still 1.1.8... isint there an install file on some site? so i can do it manually?14:35
ActionParsniptheadmin: its handy for users to see file extensions but the file will still open as nomal14:35
anteayaI can't seem to locate anything using a search14:35
ActionParsniphystreni: you could run: sudo apt-get --reinstall install mumble14:36
paranoid_pedlarsongbird is overkill for me, since when did listening to music become so complicated? I prefer the old fashioned way of pressing play, then walk away. just walk away. "set it and forget it!" ;)14:36
theadminActionParsnip: I created an HTML page and renamed it to .jpg, it opens in eog instead of firefox14:36
HaffeThat was before the digital music collection paradigm.14:36
ActionParsniptheadmin: in terminal it doesnt matter, its just a file14:37
titanioverdeos-prober searches for every OS, except the current one, right?14:38
theadminActionParsnip: Ah, yeah, indeed.14:38
ThreetimesThe card is a GF 7300GS. I use the 185 drivers, when I set it to 1440*900 my monitor says "mode not supported". I also have to choose strange refresh rates, 51Hz and 99Hz14:38
apersonamarok2 is great, and I'ma let you finish, but amarok 1.4.10 is the greatest audio player of all time14:38
theadminActionParsnip: so if i xdg-open somefile.jpg (wherein it's really a HTML), it will open in ff right?14:38
hystreniback14:38
paranoid_pedlarlol, I delete my collection often. I'm not a collector I guess. I like the idea of fm . Choose a genre and listen. But then that slows down my connection. Canada sucks for bandwidth.14:38
orsontheadmin: stupid gui-filemanagers use file-extensions :(14:38
devdzany good program i can download to connect through internet insteed using mozilla ?14:39
=== Test is now known as Guest98460
sambagirlxhey does Seveas still work here?14:39
theadminorson: Hm, dolphin doesn't... So nautilus is not that good %)14:39
apersondevdz, wget14:39
Threetimesparanoid_pedlar: you'll like vlc. t's just a player, no fancy collector's features...14:39
hystreniActionParsnip, IT worked, now its the right version :P14:39
paranoid_pedlarOn the other hand, I need to learn backup procedures. Not too good at that14:39
sambagirlxhey seveas i need help with Hoary14:39
orsontheadmin: konqueror does too14:39
hystreniActionParsnip,  thansk you'14:39
down_to_earth_boSynaptic Package Manager Error code:14:39
down_to_earth_boE: Encountered a section with no Package: header14:39
down_to_earth_boE: Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_jaunty-updates_restricted_binary-i386_Packages14:39
down_to_earth_boE: The package lists or status file could not be parsed or opened.14:39
down_to_earth_boE: _cache->open() failed, please report.14:39
craig_gnomedevdz , opera , gchrome..14:39
ActionParsniphystreni: yay14:39
paranoid_pedlarThreetimes, loveit14:39
sambagirlxeyeos a part of the synapse program manager for ubuntu?14:39
sambagirlxbrb14:39
apersondevdz, oh, you want a browser... opera, chromium, midori, etc14:39
theadminsambagirlx: EyeOS is not, install LAMP server and then put eyeOS files in /var/www14:40
ActionParsnipdevdz: chromium here dude, cant fault it14:40
apersonActionParsnip, app shortcuts are great :D14:40
Threetimesdevdz: Opera 10.50 is really goos=d, not only on windows. the so-called alpha's are stable as a rock!14:41
paranoid_pedlardo you think alacarte isn't working because I'm running it from a terminal?14:41
owaislonehey14:41
owaisloneneed help with LUCID14:41
owaisloneanyone14:41
theadminowaislone: #ubuntu+114:41
Piciowaislone : Please join #ubuntu+1 for Lucid/10.04 support/discussion.14:41
kremlondo i need to install openssh-server in order to use ssh tunneling?14:41
owaislonetheadmin: thanks14:41
paranoid_pedlarkremlon, no14:41
nomnexwhat's the replacement name and path of modeprobe.conf in 9.10?14:41
paranoid_pedlarkremlon, unless you're tunneling yourself14:42
erUSULnomnex: /etc/modprobe.d/14:42
kremloni want to tunnel my self through an ssh server14:42
paranoid_pedlarkremlon, then yes14:42
ActionParsnipaperson: huh?14:42
devdzand can i can connect with emacs or vim or i dunno ? i didnt try,  i just heard such things im new still with these stuff :)14:42
devdzcan i*14:43
nomnexerUSUL, thats a directory, does that replace the modeprobe.conf?14:43
apersonActionParsnip, chromium application shortcuts14:43
titanioverdetheadmin: I'm testing. Thank you.14:43
erUSULnomnex: files within; just create your own file there14:43
kremlonparanoid_pedlar: then would i just specify myself as 192.168.0.1 for ssh port tunneling14:43
down_to_earth_boSynaptic Package Manager:14:43
down_to_earth_boE: Encountered a section with no Package: header14:43
down_to_earth_boE: Problem with MergeList /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_jaunty-updates_restricted_binary-i386_Packages14:43
down_to_earth_boE: The package lists or status file could not be parsed or opened.14:43
down_to_earth_boE: _cache->open() failed, please report.14:43
FloodBot2down_to_earth_bo: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.14:43
down_to_earth_boWhat does this mean?14:43
paranoid_pedlarno, because that's behind your router14:44
nomnexerUSUL, thanks14:44
paranoid_pedlarkremlon, no, because that's behind your router14:44
babaluwhich irc terminal-based client would you recommend?14:44
erUSULnomnex: echo "option modulename foo.bar=baz" | sudo tee -a /etc/modprobe.d/myfixformodulefoo.conf14:44
paranoid_pedlarkremlon, goto whatsmyip.com14:44
apersonkremlon, you want to tunnel your connection through another box?14:44
kremlonyes14:44
ActionParsnipaperson: not used em dude, i just use it as a browser. i launch stuff from guake :)14:44
erUSULnomnex: they have to end in .conf14:44
Picibabalu: irssi14:44
apersonkremlon, ssh -D 9999 user@remotebox , then point your proxy settings to localhost:999914:45
chris12wqwqqwqwqwqwqq14:45
nomnexerUSUL, thanks x214:45
kremlonoh so i just use my external ip address and install openssh-server right?14:45
apersonkremlon, you shouldn't need ssh-server14:45
blackxoredsomeone knows how to set liferea's google reader integration with an account provided by google apps14:45
blackxored??14:45
apersonopenssh-server14:45
paranoid_pedlaraperson, he wants to ssh himself from a remote computer14:45
ddavids1theadmin: it says permission denied when i try to move it into the songbird folder...14:46
kremlonparanoid_pedlar: yes14:46
theadminddavids1: Do you have read/write access to that folder?14:46
apersonkremlon, which is it, you answered yes to both of us14:46
paranoid_pedlarlol14:46
theadminddavids1: (try: sudo mv /path/to/yourscript.sh /path/to/songbird/folder)14:46
DexterLBis there a way to make jack output it's audio to pulseaudio?14:47
hancwhat is the best version of ubuntu for an hp dv6-2190us model?14:47
babaluPici: how do you change the values of the settings (http://www.irssi.org/documentation/settings)?14:47
apersonhanc, that's up to you14:47
DexterLBhanc, wait a second...14:47
paranoid_pedlarhaha, you know what aperson, my mom warned me about using net-speak like lol. it's a bad habit hehe14:47
kremloni mean yes to paranoid pedlar14:48
kremlonsshing from another box14:48
ThreetimesI can't set my monitor to 1440*900! My card is a GF 7300GS and  tried the 185 and the 173 drivers. When I try to set the resolution to 1440*900, my monitor says "resolution not supported". It worked with the default drivers, but I need hardware acceleration...14:48
hanci need something thats going to work with a nvidia card and broadcom wireless card14:48
apersonparanoid_pedlar, I haven't said that in at least a year14:48
frojndI have logitech quick cam 9000 pro. Which is fully supported with uvcvideo module under linux. I'd like to setup broadcasting. So another person in the world can just put in her/his favourite player my IP adress and port and start streaming live video. Problem is that I don't know how to  do that under VLC. I can't find any documentation. Is there any other player that can be used as a broadcast program? How can I broadcast videos under Linux?14:48
paranoid_pedlarkremlon, press the tab button after parano.. to autocomplete my nickname. you can use it for aperson and others too14:48
geniihanc: The 64 bit version14:48
apersonfrojnd, I use mjpe_streamer to do that14:48
ActionParsnipaperson: just watched what the application shortcut is, not something i'd use but thanks for the info :)14:49
hanci downloaded it and it said it was for amd processors14:49
erUSULhanc: with a broadcom card install b43-fwcutter while connected to internet (via wired for example) then do « sudo modprobe -r b43 && sudo modprobe b43 »14:49
hanci have the i714:49
ActionParsnipfrojnd: you can do it with vlc i believe14:49
frojndaperson: can you please give me some howto?14:49
erUSULhanc: for nvidia System>Admin...>Hardware drivers14:49
apersonActionParsnip, they're great for small screens, I don't have any title bars or any other crap - just a web page14:49
Picibabalu: /set setting value      #irssi would be most helpful if you need more help14:49
orsonhanc: amd64 is intel too14:49
frojndActionParsnip: can you please give me some howto?14:49
orsonfor*14:49
erUSUL!amd6414:49
ubottuAMD64 and EMT64 are fully supported architectures on Ubuntu. See http://tinyurl.com/3jkole and http://en.wikipedia.org/wiki/Amd64 for more information.14:49
DexterLBhanc, you'd better use the normal ubuntu version (ubuntu for amd64). Your laptop is far too fast for the netbook remix, so the second most compatible-with-wireless version of ubuntu after the netbook remix is the regular ubuntu14:49
ActionParsnipfrojnd: not done it myself, i'd be websearching just like you can14:49
Threetimes!nvidia14:49
ubottuFor Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto14:49
zadeshow can i use data card for internet?14:50
digitalfizanyone know how to make the desktop icons align to the right in gnome?14:50
koltrollHi. Ubuntu 9.10. When on youtube I can't click in the video player. I can't paus, maximize, not anything. I can start it, but then there's some problem with flash (I suppose).14:50
craig_gnomekoltroll , get gnash14:50
paranoid_pedlardigitalfiz, I may be wrong, but select them all, rightclick, lock to desktop14:50
digitalfizkoltroll, its a bug with 64bit ubuntu im guessing your on 64bit?14:50
koltrolldigitalfiz, I am yes14:51
koltrollcraig_gnome, hm I'll google for it14:51
ddavids1theadmin: thanks, i have moved it... so how do i run it pls?14:51
apersonfrojnd, just find a package for mjpg_streamer, and run: mjpg_streamer -i "input_uvc.so" -o "output_http.so -p 8080"14:51
digitalfizkoltroll, http://helpforlinux.blogspot.com/2009/11/i-cannot-click-on-flash-in-ubuntu.html14:51
ddavids1theadmin: i mean anytime i need it...14:51
koltrolldigitalfiz, thank you so much!14:52
ActionParsnipkoltroll: http://helpforlinux.blogspot.com/2009/11/i-cannot-click-on-flash-in-ubuntu.html14:52
apersonfrojnd, after that, you can point a web browser to http://yourip:808014:52
paranoid_pedlarwhere would the internet be without potsmokers?14:52
frojndaperson: thanx14:52
koltrollActionParsnip, well, a bit too late. But thank you as well :)14:52
apersonfrojnd, after you do that, the pages that'll come up will give you a bunch of streaming options14:52
zadeshow can i use data card for internet14:52
zades?14:53
orsonzades: what kind of datacard?14:53
digitalfizparanoid_pedlar, there is lock to panel in the panel bars but im talking about the desktop icons they default left align i was wondering if there wss a way to right align them like on a mac14:53
ActionParsnipzades: details dude, "data card" means nearly nothing14:53
erUSULzades: data card? a 3G modem ?14:53
ActionParsnipzades: make/model of card would be useful, ubuntu release name14:53
zades3g modem14:53
ActionParsnip!details | zades14:53
ubottuzades: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."14:53
orsonzades: usb, pcmcia, express, pci-e?14:53
zadeserUSUL: 3 G modem14:54
orsonzades: type, name, vendor?14:54
ActionParsnipzades: make and model?14:54
zadesorson: usb14:54
kremlonparano14:54
orson<- out14:54
erUSULzades: network manager supports some othose... check in System>Preferences>Network connections14:54
ActionParsnipzades: can you use http://pastebin.com  to give the output of: lspci; lsusb14:54
ddavids1theadmin; pls how do i run it anytime i want...14:54
ddavids1?14:54
LauriitaHOla14:56
LauriitaHola14:57
erUSUL!es | LauriitaH14:57
ubottuLauriitaH: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.14:57
LauriitaHhie14:57
DexterLBhmm, or maybe the opposite is better?14:57
erUSULLauriitaH: hi; wellcome to this support channel :)14:57
erUSUL!hi14:58
ubottuHi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!14:58
ddavids1i just got this message Could not launch 'Songbird' Failed to execute child process "/opt/Songbird/myscript.sh" (Permission denied)14:58
craig_gnome!spyware14:58
etsorbme8ActionParsnip; thanks for the flashplayer fix 6414:58
ActionParsnipetsorbme8: np :)14:58
Dr_Willisddavids1:  make sure its executable. 'sudo chmod +x /opt/Songbird/myscript.sh'14:58
Dr_Willisddavids1:  and be sure you got Songbird spelt like it is ibn the Songbird directory.14:59
ActionParsnipetsorbme8: flash64 is sweet :)14:59
DexterLB!patience|DexterLB14:59
DexterLBlol14:59
ubottuDexterLB, please see my private message14:59
lavishhi all15:00
ActionParsnipddavids1: sudo chown $USER:$USER /opt/Songbird/myscript.sh15:01
devdzwhats the command to know what my processor is executing ?15:02
ddavids1ActionParsnip: u mean  sudo chown $ddavids:$ddavids /opt/Songbird/myscript.sh?15:02
ActionParsnipdevdz: top15:02
craig_gnomeso how do i disable nautilus pigdin integration?15:02
cip34Escriba el texto aquí....hola todos15:02
DexterLBdevdz: top or ps -A15:02
ActionParsnipddavids1: no, the $USER variable will translate to your username for you15:02
ActionParsnipddavids1: so its universally usable15:02
veronicahola15:02
cip34quien quiere15:02
Pici!es | cip3415:02
ubottucip34: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:02
ActionParsnipddavids1: just like $HOME == /home/$USER15:03
craig_gnomeveronical , hola15:03
switchgirlhi,  i have a d-link DIR-615 and a  buffalo ghr-6125 and wish to use them to set up a wireless bridge, is this possible? http://paste.ubuntu.com/392545/ are the features of the d-link i see it needs a firmware / software mod i don't know where to securely get this from as tomato doesnt support d-link15:03
PiciActionParsnip: not necessarily, but usually.15:03
ActionParsnip!ics | switchgirl15:03
ubottuswitchgirl: If you want to share the internet connection of your ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php15:03
rysiek|plyello15:03
ActionParsnipPici: in a standard install yes ;)15:03
cip34que polla tengo15:03
veronicahabla alguien español??15:04
erUSUL!es | veronica15:04
ubottuveronica: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:04
ddavids1ActionParsnip: i just ahve a question i have added it to the command in the main menu yet it doenst open song bird but it opens from the terminal...15:04
rysiek|plgouys, where does GNOME keep per-user resolution settings? one of the users on my system can login flawlessly, the other has some b0rked settings, apparently, as just after login the monitor tells me the resolution is outside the supported range15:04
cip34si claro15:04
lavishI've got a canon pixma ip2500, but it's not working on ubuntu. I've already read this thread http://ubuntuforums.org/showthread.php?t=592685 but no solutions offered there work15:04
erUSULcip34: comportate; no sea crio. Es un canal de soporte si qieres hablar en español (respetuosamente) Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:04
lavishcan anyone help me, please?15:04
Dr_Willisddavids1:  make the menu item run the FULL path to your script.15:05
Dr_Willisddavids1:  and your script might also need to use the FULL PATH to 'songbird' not just ./songbird15:05
veronicapor que  tenéis que decir tantas palabrotas ?15:06
ExtremeHi everyone15:06
ExtremeI need your help15:06
ExtremeI want to install ubuntu to my computer15:06
ExtremeBut disks not detected15:06
Bob12345615:06
ActionParsnipddavids1: then add a menu item using alacarte to run the script15:06
ExtremeI have RAID array15:06
Dr_Willis!enter | Extreme15:06
ubottuExtreme: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!15:06
veronicahablas español ?15:06
erUSULExtreme: bios raid fakeraid) ?15:06
ActionParsnipExtreme: did you md5 test the ISO you used? did you run the cd verifier?15:06
ExtremeAMD AHCI Compatible RAID Controller15:07
ExtremeI tried 5 different ISO15:07
erUSULExtreme: you have to use the instructions for fakeraid15:07
erUSUL!fakeraid | Extreme15:07
ubottuExtreme: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto15:07
ExtremeAlternates, x86_64 and x8615:07
ddavids1ActionParsnip: alarcarte? wht is tht pls...?15:07
cip34si quiero conocerte15:07
Extremehow to enable fakeraid15:07
ExtremeAnd Windows is already installed15:07
erUSULExtreme: https://help.ubuntu.com/community/FakeRaidHowto15:07
ExtremeI can not lose data in disks :/15:07
=== core is now known as Guest81072
veronicaquien eres??15:07
erUSULveronica: cip34 aqui no podeis hablar español. Id al canal de español como os he dicho o hablad en privado15:08
Dr_WillisExtreme:  i would suggest doing backups befor risking your data15:08
Stargaze!es| veronica15:08
ubottuveronica: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:08
craig_gnomeExtreme , you want to dual boot with windows ?15:08
ExtremeSo i have to install ubuntu without deleting raid arrays, i already created 50GB partition for ubuntu15:08
ExtremeYes15:08
ExtremeI want dual boot15:08
cip34si quieres conoserme entra en yahoo mesenger15:08
Stargaze!es| cip3415:08
ubottucip34: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:08
craig_gnomeExtreme , when you boot with the ubuntu disk after the partitioner comes up there is an option to dual boot with windows...select n use15:09
ActionParsnip!info alacarte | ddavids115:09
ubottuddavids1: alacarte (source: alacarte): easy GNOME menu editing tool. In component main, is optional. Version 0.12.4-0ubuntu2 (karmic), package size 56 kB, installed size 1332 kB15:09
ExtremeYes i understand but Partition Managers says NO DISKS INSTALLED15:09
Dr_WillisExtreme:  so you mean to say your windows install is on a RAID setup allready?15:10
Extremeyes15:10
ExtremeI am writing from Win7 @ raid array now15:10
wk_bouterHow can I make grep search through the text in word documents?15:10
Dr_Willisi dont even know if ubuntu can resize a windows 'raid' or not.15:10
ExtremeI created RAID in mainboard's RAID menu in bios15:11
icerootwk_bouter: grep -i searchstring word-document15:11
cip34no hai nadie por ahi15:11
sim_simDid anyone avec a clue for the problem I stated 1 hour or so ago ? => my sound decreases until i hear nothing.. Not because of PulseAudio (i removed it and killed the deamon.). Thanks for any help !15:11
Dr_Williswk_bouter:  microsoft word docs proberly have binary datga. so its proberly not going to work very well15:11
icerootwk_bouter: but *.doc is not readable15:11
ActionParsnipExtreme: did you test your ISOs? and did the CDs burn ok?15:11
craig_gnomehow do you install ubuntu on a raid without windows?15:11
sim_sims/avec/havec15:11
ddavids1ActionParsnip: i already have it installed but i dont knw where it is or ow to use it?15:11
ExtremeI started a topic for this problem : http://ubuntuforums.org/showthread.php?p=8944180#post894418015:11
Dr_Willis!raid | craig_gnome15:11
ubottucraig_gnome: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto15:11
ActionParsnipExtreme: you should have a backup if your windows data is "important"15:11
ExtremeI tried 6 ISOs15:11
Extreme64bit and 32bit and alternates 9.1015:12
=== Mowee`Bnc is now known as Mowee
wk_bouterDr_Willis that's my problem15:12
Extremefrom ubuntu website15:12
Dr_WillisI dont even bother with RAID any more15:12
ActionParsnipddavids1: click add a new item after clicking where in the menu you would like the item15:12
ActionParsnipExtreme: it doesnt matter, it can still get garbaged in transit from canonical's servers to your pc15:12
maria_mermaid_mehola15:13
ActionParsnipExtreme: you could download an infinite number of iso files and never get a good one, statistically15:13
Stargaze!es| maria_mermaid_me15:13
ubottumaria_mermaid_me: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:13
switchgirlActionParsnip: i mean a bridge15:13
ExtremeI understood but i tried same disk in my atom netbook and it works :/15:13
Dr_WillisExtreme:  sounds like ubuntu dosent like the raid hardware then.15:13
RudyZonDa!list15:13
ActionParsnipswitchgirl: thats fine, its the same bag. you need to configure the masquerade15:13
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot »15:13
maria_mermaid_meok gracias15:13
cip34estoy mui caliente15:13
wk_bouterDr_Willis that's why I asked how to grep through the "text in word documents". How would I prevent "./binary file x.doc matches"15:13
ExtremeAMD AHCI RAID is FAKERAID i think15:14
Extremebut i can not edit arrays15:14
Dr_Williswk_bouter:  no idea. I dont use word..  - i only use grep on ascii text.15:14
ActionParsnipExtreme: it will be15:14
switchgirlthis is pre internet stage ie this: isp>modem>router>_______air______>router>pc running ubuntu karmic15:14
Dr_Williswk_bouter:  try a doc2ascii tool and pipe through grep perhaps15:14
wk_bouterthanks15:15
ActionParsnipExtreme: your controller may need an extra module or 2 installing or compiling, depends on the hardware15:15
paranoid_pedlarcan someone who's good with apt please pm me?15:15
ddavidsActionParsnip: pls cld u pls offer mor explanations on how best to set up my songbird once and for all?15:15
ActionParsnipExtreme: if you run: dmesg | less      and read, you will see the controller and what appens with repect to the disks during boot15:15
=== Snoopy is now known as Guest37933
ThreetimesI can't set my monitor to 1440*900! My card is a GF 7300GS and  tried the 185 and the 173 drivers. When I try to set the resolution to 1440*900, my monitor says "resolution not supported". It worked with the default drivers, but I need hardware acceleration...15:16
szccsdccdcannot connect to WEP encrypted wireless network (Ubuntu Hardy, 2.6.24-27) with madwifi drivers. HELP appreciated15:16
ActionParsnipddavids: you have it setup, just click where you want the item (like in multimedia for example) then click add new item. You can then use the dialogue to point to the script you made in /opt/whatever15:16
Guest37933So I am testing Ubuntu 10.04... How do I get the window buttons from the upprer left side back to the upper right side?15:16
ThreetimesOh, and I tried the latest 190 drivers from nvidia.com, but they don't work as well.15:17
Azelphur!ubuntu+1 | Guest3793315:17
ubottuGuest37933: Lucid Lynx is the codename for Ubuntu 10.04, due April 29th, 2010 - Lucid is NOT released and is NOT stable - Discussion and support only in #ubuntu+115:17
ActionParsnipddavids: you cant harm your system by adding an item in alacarte so just go for it dude, it doesnt cost anything15:17
apersonThreetimes, are you using nvidia-settings ?15:17
Threetimesaperson: I tried both15:17
Guest37933so then how can I downgrade to Karmic?15:17
Dr_Willisddavids:  or just drag/drop/make link to yoru script on the desktop.15:17
ning#rails15:18
ActionParsnipGuest37933: http://techpad.co.uk/content.php?sid=9415:18
koehi guys any one thats know C++ ...15:18
koe?15:18
ActionParsnipGuest37933: you cant downgrade15:18
Dr_Williskoe:  hundereds of people do i imagien15:18
Threetimesaperson: and I tested the monitor on a different pc (with a ati card), and it just workd15:18
ActionParsnipkoe: ask in #c++15:18
koeI cant send to that chat15:18
koeI`m a registred user ...15:18
craig_gnomekoe , # c++ on freenode.15:18
koeyes  I know15:19
koebut I cant write anything to that char ...15:19
=== kitchen is now known as Guest91436
Dr_Williskoe:  identify to nickserv ?15:19
ActionParsnipnice gratitude eh15:19
=== IRA_36 is now known as Obama
frojndI can open video capture device in VLC if I enter /dev/video0 but I don't know how to open auido device. If I do cat /proc/asound/cards I can see Logitech, Inc. QuickCam Pro 9000 at usb-0000:00:1d.7-5, high speed. So where is the path to quick cam pro 900 audio device?15:19
cfeddeis there a way to get ps to list the full start time for things that stared before today?15:20
erUSULfrojnd: should be somewhere in /dev/snd/ ?15:21
erUSULcfedde: it it is a way it should be in ps's man page15:21
cfeddeerUSUL: I've been looking. have not found it in the man page yet.15:22
cfeddemaybe I'm just thick.15:22
Dr_Willisyou can serch man pages with the /PATTERN   I recall15:22
frojnderUSUL: there are a lot of directories15:22
Dr_Willisskimming the man pages - it suggests -->  See also bsdstart, start, lstart, and stime15:23
ActionParsnipcfedde: http://computertechnos.blogspot.com/2008/08/examining-ubuntu-boot-process-with-boot.html15:24
erUSULcfedde: what is "full start time" for you?15:24
=== lzy_ is now known as lzy
ActionParsnipcfedde: theres bootchart which can show whats what15:24
ActionParsnip!bootchart15:24
ubottubootchart charts your machine at boot time, to install >> sudo apt-get install bootchart << the graphic is in /var/log/bootchart after the next reboot15:24
cfeddeerUSUL: -o start seems to show a truncated date for things that stared yesterday and before.15:24
Dr_Williswow ps has a lot of options15:24
cfeddeI'd like at least to see time and date15:25
Dr_Williscfedde:  i see mention of a 'time format string'15:25
swathanthranmy friend just installed ubuntu. is there a default irc/IM client included on cd for 9.10 ?15:25
ActionParsnipswathanthran: empathy15:25
JAVILONE LLAMO FERNANDO15:25
swathanthrancan it do IRC?15:25
erUSULcfedde: there is also etime ; bsdstart; sstart; etc ... see man page under STANDARD FORMAT SPECIFIERS15:25
ActionParsnipswathanthran: but you can install any you like, default does not mean its "best"15:25
erUSUL!es | JAVILON drop the caps please15:25
ubottuJAVILON drop the caps please: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:25
szccsdccdcannot connect to WEP encrypted wireless network with Ubuntu Hardy, 2.6.24-27, with madwifi drivers (r4118-20100201). Unencrypted connection is no problem. It used to be working at least 2 days ago.  May someone help?15:25
ActionParsnipswathanthran: install pidgin if you lik15:25
cfeddeerUSUL: thanks!  I'll do some more checking there.15:25
ActionParsnipswathanthran: there are tonnes of clients available in the repos15:26
erUSULcfedde: bsdtime only shows day and month if the process is more than a day old; maybe one of the others do the right thing for you15:26
OppeHello,15:27
illusiveswat: irssi for commandline / xchat for graphical. Just for reference.15:27
cfeddeerUSUL: thanks again.  I apreciate the pointers15:27
JAVILONTENGO 11  AÑOSSS15:27
JAVILONY TU15:27
ActionParsnip!irc | swathanthran15:27
ubottuswathanthran: A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines15:27
swathanthranActionParsnip: sure sure.. he just started that he isn't getting it right to install stuffs from synaptic..so i queried for what is default.15:28
erUSULJAVILON: no escribas en mayusculas; aqui no puedes hablar en español. Es un canal internacional. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:28
Oppei want to install ubuntu.. i am using Win7 and i download the 64bit version from the official site, but it gives me an error of permission denied and it closed.. is there way to find it in a usb-bootable format to put it in a usb flash and install it that way? (moreover i have 2 partitions and 100GB of unallocated space. When i run the downloaded .exe it gives me only the optional to install it in one of those 2 partitions and not in the unallocated spa15:28
ActionParsnipswathanthran: use command line instead, easier15:29
swathanthranActionParsnip: yeah already said him that.15:29
puserhello, since nautilus in gnome doesn't prompt with a confirmation box on file deletion, even when the option is checked, do you know of any gnome utility that intercepts del key and prompts: are you sure you want to delete, or something like that?15:29
ActionParsnipOppe: did you md5 test the iso? did you run the cd verifier?15:29
Oppeno and no15:30
Oppe:)15:30
ActionParsnipOppe: then how do you know the cd you have is good?15:30
ActionParsnipOppe: you dont at all, get the ISO file checked and run the cd verifier15:30
Oppei dont use cd.. i downloaded from the site.. i dont have cd15:30
panopticonOppe, you can "burn" the ISO on to a usb-stick.15:30
=== skyred_ is now known as skyred
ActionParsnipOppe: then check the iso for sure15:31
ActionParsnipOppe: the file you have downloaded may be riddled with bit errors which you have failed to check for15:31
ianwizardUNetBootin allows you to put an iso onto a regular block device (like usb drive) and then boot it15:32
ianwizardgoogle around for something like "install ubuntu unetbootin"15:32
Oppeianwizard i checking it :) seems what i need.. otherwise i think i can not use the unallocated space15:32
javiola15:33
* ActionParsnip wishes more folks would md5 test :(15:34
djoefHi, what would you people recommend to backup a ubuntu disk ? (I want the backup to be browsable) I do have a bootable resque disk having gparted etc...15:34
ben2010Anyone know why useradd -D doesn't set defaults?  It's correct in /etc/default/useradd, but when adding new users it adds to a group matching the username...15:35
OppeActionParsnip :)15:35
djoefI tried using rsync, but i get errors exiting the command.. we are talking about 4million files.15:35
abhi_navdjoef: search in ubuntuforums first or google15:35
nomnexI want my home folder directories to be in lowercase (Documents > documents) how can I do that? The dir are hard coded. If I change the name in nautilus, the Places does not reflect the change correctly (new names appear but the default icons are gone). I was wondering if editing the ~./user-dirs.dirs file would do the trick?15:35
panopticonnomnex, rename then?15:35
panopticonthem*15:35
nomnexpanopticon, did you read (my long) message?15:36
erUSULnomnex: edit ~./user-dirs.dirs as you said15:36
erUSULnomnex: and rename them of course15:36
djoefabhi_nav, I did, tried different approaches, but encountered some problems. This is why I ask for your help.15:36
panopticonnomnex, i answered your first question (only)15:36
djoefI only ask to tell me what tool you would use for my purpose15:37
nomnexerUSUL, will do thanks.15:37
abhi_navdjoef: i tell u about forum becuase i remember to have a very good topic their in forum about backup. it was detail and useful15:37
erUSULdjoef: rsync (or something based on it like rsnapshot)15:37
abhi_navdjoef: http://ubuntuforums.org/showthread.php?t=35087&highlight=software+repository+cd+dvd15:38
orsondjoef: if rsync errors it has a reason. have you checked why it breaks?15:40
abhi_nav!rsync15:40
ubottursync is a fast remote file copy and synchronization program - For more see: https://help.ubuntu.com/community/rsync15:40
gp5stis there anyway to have computers on the same network "share" updates, so as not to pummel the ubuntu servers? wasn't there an experimental p2p part in apt?15:41
Esigolo!wine15:41
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu15:41
abhi_navfor all of you: http://www.daniweb.com/news/story265826.html15:42
erUSULgp5st: set up an apt-proxy for the lan15:42
gp5sterUSUL: thanks:)15:42
erUSULgp5st: no problem15:43
ActionParsnipabhi_nav: the things it lists are present in all linux distros.15:43
erUSUL!aptproxy15:43
ubottuapt-proxy is a program that acts as a local apt repository server for a LAN, only fetching from the internet when required. To set it up see https://help.ubuntu.com/community/AptProxy15:43
=== ragarazzist is now known as jagajazzist
abhi_navActionParsnip: a just wanted to point out that article not for any debate15:44
=== paulproteus_ is now known as paulproteus
ActionParsnipabhi_nav: its offtopic here too ;)15:44
abhi_navActionParsnip: hmm :-)15:44
nomnexerUSUL, mind if I ask, in /etc/xdg/ there are 2 config files user-dirs.conf  user-dirs.defaults. what's the difference between editing one of these files vs. the ~/.user.dirs.dirs?15:44
erUSULnomnex: i guess that the change in /etc/ will affect all users.15:45
=== robbit10 is now known as robbit10|gone
nomnexerUSUL, that would be best for me. Do you know if it is reversible? i.e. can keep the default directories and icons and only changing the first uppercase letter for a lowercase. I am not creating specific directories here.15:46
nicoXola15:47
AttrayantHey hey15:47
nicoXgt15:47
frankS2:P15:47
erUSULnomnex: keep a copy of the original files in case you want to revert and go ahead15:47
erUSUL!es | nicoX15:47
ubottunicoX: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.15:47
nicoX:P15:47
nomnexerUSUL, ;-) will do15:48
nicoXenglich15:48
AttrayantCan anyone give me a hand with evolution?  I just installed Ubuntu and I'm not able to see my emails or switch folders.15:48
nicoXyo un spanier ºº15:49
nicoXHeyy15:49
AttrayantAnyone?15:50
slashmeIn a moment of stupidity, I bought a laptop with a SIS chipset.  When I load the sis driver, the screen goes white from the corners, like the frequencies are out of whack.  How do I find out what screen I have and what modeline to use?15:50
nicoXyo espaniol15:50
abhi_navslashme: what is SIS screen?15:50
slashmeOla NicoX, no hablo Español.15:50
DavidJHeinrichI just installed the screensaver for compiz, and see it in the compiz settings area. But when I set the slider to "Start Automatically after 0.1 minutes", I don't see any screensaver starting up. What's going on?15:51
slashmeabhi_nav, screen is not sis.15:51
abhi_navslashme: what is SIS?15:51
slashmeabhi_nav, graphics card is sis.15:51
abhi_navslashme: like nvidea?15:51
slashmeabhi_nav, yep15:51
abhi_navslashme: hmm15:51
orsonjust more crappy15:51
slashmeabhi_nav, not sure what make the screen is, and you don't see that on lspci.15:51
slashmeorson, yep.15:51
nicoXkonnt ihr deutsch¡15:51
orson!de | nicoX15:52
ubottunicoX: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis.15:52
abhi_navslashme: yah15:52
slashmenicoX, ja.15:52
nicoXyeah mann ich bin deutscher15:52
Gemmazzhttp://imgnow.info/DSC-1268236354.jpg does my ass look big?15:52
slashmenicoX, gruß15:52
orson!ot | nicoX15:52
ubottunicoX: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!15:52
nicoXbin grade an leppi =P15:52
slashmewas is leppi?15:53
AttrayantAnyone able to help me with evolution?15:53
nicoXleptop xD15:53
slashmeAh, duh, ja.15:53
damianis there somewhere that has a deb file of python-webkitgtk that works? The deb's I've found are broken. I'm on Ubuntu 9.10 and I'm trying to install gtk-desktop-info, it's like conky, but allows html.15:53
pusersince nautilus in gnome doesn't prompt with a confirmation box on file deletion, even when the option is checked, do you know of any gnome utility that intercepts del key and prompts: are you sure you want to delete, or something like that?15:53
abhi_nav!details | Attrayant15:53
ubottuAttrayant: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."15:53
slashmenicoX, kan ich helfen?15:53
nicoXnaja bin beim freund15:53
orson!de | nicoX slashme15:53
ubottunicoX slashme: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis.15:53
nicoXNe xD wollte nur was schreiben mit euch º-º15:53
Dr_Willispuser:  it does confirm when its bypassing the trash and deleting..   it dosent confirm when it just moves to the trash i belive15:54
AttrayantI just installed Ubuntu last night.  After setting up evolution with my pop account details, I'm not able to see any emails that have come in.  Show all messages is selected, and if I click "Folder, New" I can see that there are 11 emails in my inbox but I cannot get to them.15:55
abhi_navAttrayant: try googling15:55
ZykoticK9!google | abhi_nav15:56
ubottuabhi_nav: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.15:56
tomaszwitam15:56
tomaszmoże ktoś pomóc odnośnie ubuntu15:57
abhi_navZykoticK9 I told him so because when i tried i got many results for evolution in google.15:57
orson!pl | tomasz15:57
ubottutomasz: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.15:57
ActionParsnipAttrayant: what account do you have?15:57
AttrayantI've googled some, but I wasn't able to find much that I could understand.  I'm fairly new to linux15:57
ActionParsnipAttrayant: yahoo, hotmail, gmail?15:57
tomaszok thanks15:57
Attrayantcox.net15:57
damianAs an added note to what I said earlier, I tried compiling python-webkitgtk from source, but it errors out and I dont know further than that. I wasn't missing any dependencies though.15:57
ActionParsnipAttrayant: http://www.compatdb.org/support/topics/2171_evolution_cox.html15:58
ActionParsnipAttrayant: http://ubuntuforums.org/archive/index.php/t-350030.html15:58
=== hexdump_ is now known as Hellhound666
slashmeAnyone know how to identify a laptop screen's manufacturer and required settings from within the computer?15:58
e2goon하이~15:59
LordofKingshoho..ubuntu is nearly 1.5 times to its nearest rival debian15:59
ActionParsnipslashme: most monitors identify themselves, just set up the video card and the monitor wil arrange itself15:59
slashme!kr | e2goon15:59
slashme!ko | e2goon15:59
ActionParsnipLordofKings: they work together, there are no rivals15:59
ubottue2goon: 도움이 필요하시면 다음 채널에 조인하십시오. /join #ubuntu-ko15:59
slashmeActionParsnip, not this one - silly SIS chipset needs silly out-of-package driver.16:00
jacob_hello16:00
jacob_i need help16:00
arti_hi everyone16:00
=== jacob_ is now known as Guest78087
LordofKingsActionParsnip: ya correct..nearest 'friend'16:00
overmind!ask | jacob_16:00
ubottujacob_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)16:00
gp5stdon't we all Guest3317 :-p16:00
abhi_navhi arti_16:01
ActionParsnipslashme: then you will need to set resolutions and refresh rates, I can give you mine which should get you running, just set the driver to sis instead of nvidia16:01
Guest78087do u play dvd movies16:01
arti_hi abhi16:01
orsonslashme: xrandr, but needs running X16:01
gp5stGuest3317: i do, but that's not a question:-p16:01
arti_how is going here16:01
toaderHi, I draw figure with Dia. I have some text on my figure, but when I export it to eps file, some of text are lost. Could anybody know why? thanks16:01
abhi_navarti_ ask any question if you have about ubuntu16:01
knxvilleIs it possible to synchronize Evolution Calendar with Gmail Calendar?16:01
arti_yes i have one problem16:01
AttrayantActionParsnip:  I have the servers setup correctly, and it's receiving mail, I'm just not able to get to it or any of the other folders.  Inbox, Outbox, Sent, etc.16:01
arti_i can creat new particion16:02
kinja-sheeptoader: You have issues. (And you're welcome!)16:02
arti_cant16:02
arti_i have more 150gigs a16:02
ActionParsniparti_: ease up on the enter key kiddo16:02
kinja-sheepknxville: Try it. I know you can do this as long as your Gmail Calendar are set for sharing (find private address in gmail settings).16:03
nyaais there a command that outputs in a terminal the % of use of each core of the cpu at the current time? (I need it as an output that can be used not as a picture to monitor)16:03
shane_does anyone know if the radeon driver supports compositing??16:03
ActionParsnipnyaa: i think top does if you read the top bit16:03
arti_action i didnt understand u16:03
yotta911knxville: Read this http://bit.ly/13gvbc16:03
gp5stGuest3317: what's the issue you're having?16:03
nyaaactionparsnip maybe I'm reading it wrong, I have top up but it doesn't seem to differentiate between the cores- just a lump sum16:04
abhi_navZykoticK9 my one friend came here to ask his problem and leave without any solution. He observed that this is the most stricter channel. My suggestion is rather than concentrating on atiquets and/or manner we sholud see for solutions16:04
shane_I cant enable compositing16:04
yotta911knxville: Nothing wich a goog google search can solve16:04
toaderHi, I draw figure with Dia. I have some text on my figure, but when I export it to eps file, some of text are lost. Could anybody know why? thanks16:04
shane_it flashes the screen and then just goes back to no effects16:04
abhi_navarti_ ActionParsnip wanted to tell you to ask question in ONE line and with details16:04
kinja-sheepnyaa: "top" --> Press 116:05
antoitooola16:05
nyaakinja-sheep thanks =)... now how to I grep that without actually going into top?16:05
antoitooola ay alguien español?16:05
arti_how in ONE line16:05
Myrtti!es | antoitoo16:06
ubottuantoitoo: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.16:06
kinja-sheepnyaa: Also, with little luck and time, you could ask in #bash for support and attempt to write your own script which will save core1, core2, core3, etc and timestamp to a file.16:06
nibbler!enter | arti_16:06
ubottuarti_: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!16:06
nyaakinja-sheep I want to compare that, and also the number of processes on a core so I can try to write  a load balancing daemon16:06
antogoa igual16:06
antogomientras hable16:06
nyaakinja sheep I'll check bash out16:06
arti_what to do than?16:06
kinja-sheepnyaa: I understand that. Also, htop is NICER than top. (It got colors!)16:07
abhi_navarti_ means dont use many lines for single question. try to write it in one line e.g. how to enable wireless etc16:07
damiananyone know where I can get a working deb that isn't broken of python-webkitgtk. I'm trying to install gtk-desktop-info but am missing the dependency. I tried compiling that from source, but webkitgtk had more dependencies libxslt, when I tried configuring that one it asked for libxml2, wich finally didn't need dependencies, but failed misserably during the compile. Any help is welcome :P gtk-desktop-info is like conky, only it allows html in it. I want to16:08
damianhave link lists on my desktop to applications, but don't think there's any other program I've found that can do that. I'm running Ubuntu 9.10 64bit16:08
abhi_navarti_ loo at damians question16:09
abhi_navarti_ look*16:09
arti_ok thnx abhi16:09
davidesalve16:09
shane_does anyone have any experience with ati radeon 9200??16:10
michael192hey16:10
michael192anyone on16:10
abhi_navarti_ hmmm16:10
abhi_navmichael192 no16:10
abhi_navmichael192 :-)16:11
puserDr_Willis: I just checked it, it doesn't confirm either way. So, I hope there is some utility, that could intercept the del key and bring up the confirmation box.16:11
obscurant1sthow can add signatures to all the repositories?16:11
obscurant1stactually when i tried to install vlc, xchat using apt-get it said these are not authorised?16:12
shane_ok does anyone know how to check and see what driver you are using ???16:12
kinja-sheepnyaa: With the powerful search engine, you could find more than just this -- I found one. http://tinyurl.com/y8g96k716:12
ActionParsnipobscurant1st: whats the output of: sudo apt-get install vlc xchat16:12
gp5stobscurant1st: would you be able to paste the exact error message you get to pastebin or a similar service?16:12
arti_I have a problem with creating new partition,i have unsused 150 gigas,my holl space is 250giga and from that 2 giga left for swap,50 giga for sistem and 50 giga free,when i want to create another paritcion with Disk utiulity than i have some eror with that,,can some one helpo me about this16:12
ciskoHello all16:13
mardok_I just installed a xen kernel and it's giving me an error message "AppArmor profiles failed to load"16:13
Stargaze!gparted16:13
ubottugparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php16:13
ActionParsniparti_: run: gksudo gparted      you can then partition as you please16:14
obscurant1styeah ActionParsnip gp5st i will paste it16:14
ActionParsnipobscurant1st: plase16:14
ActionParsnip*please16:14
cisko  Not sure of the format hear,, noob, so I have a question16:14
Stargaze!gparted| arti_16:14
Oli``!ops iyayyc is a spambot16:14
ubottuarti_: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php16:14
devdzby default in ubuntu i have 2 desktop how i add more ?16:14
cisko How do I go about addressing my question?16:14
kinja-sheepnyaa: Also, there are multiple sensors packages that are capable of displaying CPU loads right on your screen/desktop all times. Conky for one example.16:15
craig_gnomeso im looking to speed tweak my ubuntu any advice thats not on google?16:15
obscurant1stActionParsnip, gp5st , http://pastie.org/86336016:15
richthegeekhey, is there any reason I *shouldn't* uninstall CUPS16:15
kinja-sheepdevdz: Right-click the "2 desktop" picture --> Preferences16:15
ciskoHi, di I open a new chat window?16:15
cisko or is this how this works16:15
arti_i have try with gparter,there it shows that i have unallocated 232,88 giB,it dosent show the particions but all my HDD in one place16:16
richthegeekyes cisko, this is how this works16:16
bullgardMy Chatzilla 0.9.86 "suddenly" does not wrap lines at the right-hand side of my screen. How to fix that?16:16
orsonrichthegeek: if you don't need it ... but it possibly will break other packages depending on it16:16
richthegeekorson: any way to get a dependence list?16:16
craig_gnome!chatzilla16:16
arti_arti@arti-desktop:~$ sudo fdisk -l16:16
arti_[sudo] password for arti:16:16
arti_Ignoring extra extended partition 316:16
arti_Disk /dev/sda: 250.1 GB, 250059350016 bytes16:16
arti_255 heads, 63 sectors/track, 30401 cylinders16:16
FloodBot2arti_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:16
arti_Units = cylinders of 16065 * 512 = 8225280 bytes16:16
Stargazearti_, then create partions on the unallocated space16:16
orsonrichthegeek: apt-cache rdepends ...16:16
abhi_navarti_ format that unallocated space16:16
devdzkinja-sheep, thanks16:16
richthegeektakk16:16
shaikHi everybody......!16:17
obscurant1stbtw can someone pls tell me where is the cache path for apt-get installed softwares?16:17
orsonrichthegeek: or just: "sudo aptitude purge cups -s"16:17
ciskoThank you,,, My question is I'm running (9.10 can not find,,a sound properties dialog box to play or adjust my sound settings16:17
Stargazeobscurant1st: try sudo apt-cache search16:17
ActionParsnipobscurant1st: ok can you give a pastebin of: sudo apt-get update      you need to add a GPG key for some repo you have added16:17
kinja-sheepobscurant1st: /var/cache/apt/archives I think.16:17
ciskoI have a live disk that showes it but my installed version does not show it?16:17
obscurant1stStargaze, kinja-sheep thx16:17
gp5stobscurant1st: did you google it?16:17
shaikcan anybody tell what is this "..........k...o.D..yv.{..P....D0.8" i think it looks like hexadecimal value am i right16:17
Stargazeidd kinja-sheep, i misread the question16:18
obscurant1stActionParsnip, yeah, one sec16:18
Picishaik: In what context are you seeing that?  And no, its not hex.16:18
obscurant1stgp5st, yep and there was nothing for the default apt-get path!!16:18
richthegeekorson: one of the dependencies is "ubuntu-desktop"... I guess I should leave it alone16:18
orsonrichthegeek:only a meta-package16:18
gp5stobscurant1st: what do you mean default apt-get path?  the first result tells you add the keyring16:19
Stargazeshaik: hex is 0123456789ABCDEF16:19
richthegeekorson: there are a bunch of other packages as well, and its not exactly slowing eme down16:19
shaikHi Pici.... i just want to convert this information "..........k...o.D..yv.{..P....D0.8" to normal text mode... how can i.16:19
richthegeekorson: just occasional updates which are only CUPS (it gets updated *alot*)16:19
Picishaik: I don't know what that is.  Where are you seeing this information?16:19
arti_what to do,in that 232 giga is my ubuntu to ,if i format that i will lose all me things from there,but gparted dosent show what is inside of mi hdd,i mean partitions that i have16:19
gp5stshaik:  that is just random data, most likely binary. where did it come from that's your best hope for decoding it16:19
babalui created a symbolic link to my program using 'ln -s ~/myprogram /usr/bin/myprogram' but i can't start /usr/bin/myprogram for some reason :/16:20
gp5stshaik: it's not hexidecimal, hex only has 0-9A-F in it16:20
obscurant1stkinja-sheep, that folder doesnot exist16:20
orsonrichthegeek: i just checked here, but it's debian not ubuntu, removing cups wouldn't break anything serious16:20
richthegeekMy system speakers buzz when I rotate the 3d cube... is this normal?16:20
shaiki got this information through ettercap, then i can edit this information to binary16:20
ActionParsnipobscurant1st: can you give the pastebin link16:21
obscurant1stStargaze, that command gives me an error sayin, You must give exactly one pattern16:21
ActionParsniprichthegeek: i'd ask in #compiz16:21
Stargazeobscurant1st: what command pls?16:21
obscurant1stActionParsnip, link? which link16:21
richthegeekActionParsnip: ok16:21
gp5stobscurant1st: http://changelog.complete.org/archives/496-how-to-solve-the-following-packages-cannot-be-authenticated is my first google result for that exact error message16:21
obscurant1stStargaze, sudo apt-cache search16:21
ActionParsnipobscurant1st: of the output of: sudo apt-get update16:21
gp5stit should have been on your first page somewhere16:21
Piciobscurant1st: you don't need sudo for apt-cache16:22
obscurant1stPici, oh, k16:22
ayahello16:23
obscurant1stActionParsnip, actually it is still executing, i mean the update command16:23
Stargaze!hi| aya16:24
ubottuaya: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!16:24
obscurant1stPici, Stargaze, still the error is the same,E: You must give exactly one pattern i tried without "sudo"16:25
ayawhat are the UBUNTU?16:25
Piciobscurant1st: What are you searching for?16:25
gamesNvideosis there a linux mint channel16:25
tiseptihow can i make a small addition [to a config file] in a preexisting ubuntu .deb package?16:25
gamesNvideosis mint supported?16:25
Pici!mintsupport | gamesNvideos16:25
ubottugamesNvideos: Linux Mint is not a supported derivative of Ubuntu, please seek support in #linuxmint-help on irc.spotchat.org16:25
Stargazeaya: please www.ubuntu.com16:25
abhi_navarti_ can you have a screenshot of that gparted  window? and paste here the address using image bin16:25
cisko Where do I find my sound properties ?16:25
gamesNvideosthanks pici16:25
obscurant1stPici, i'm tryng to find out where are the downloaded files kept for apt-get installations16:26
abhi_nav!imagebin | arti_16:26
ubottuarti_: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://tinyurl.com/imagebin and post a link to it.16:26
Piciobscurant1st: /var/cache/apt/archives/16:26
ActionParsnipobscurant1st: /var/cache/apt16:26
arti_I have a problem with creating new partition,i have unsused 150 gigas,my holl space is 250giga and from that 2 giga left for swap,50 giga for sistem and 50 giga free,when i want to create another paritcion with Disk utiulity than i have some eror with that,,i tryed with Gparted and he shows all my hdd without pratitions that i have,this is my fdisk -l code http://paste.ubuntu.com/392624/16:26
solid999hi all. casual linux question: how can i see howmany sectors my /dev/sda has? FreeBSD has a utility called diskinfo; anything similar on Ubuntu?16:26
sudayahi all, how can i send email locally using gmail smtp16:26
obscurant1stPici, ActionParsnip yeah, that was it, thx16:26
erUSULsolid999: i think fdsik -l output has that info... maybe hdparm -I has it too16:27
bullgardMy Chatzilla 0.9.86 "suddenly" does not wrap lines at the right-hand side of my screen. How to fix that?16:27
abhi_navarti_ read my above messeges16:27
solid999erUSUL: thanks! ill try that now16:27
ActionParsnipsolid999: sudo fdisk -l16:27
arti_oki abhi16:27
sudaya hi all, how can i send email locally using gmail smtp, plz any help16:27
ActionParsnipsudaya: define "locally"16:28
sudayaActionParsnip, i mean from local16:28
babalui created a symbolic link to my program using 'ln -s ~/myprogram /usr/bin/myprogram' but i can't start /usr/bin/myprogram for some reason :/16:28
obscurant1stActionParsnip, it is still updating, can i give you the sources.lst pastebined instead?16:28
sudayaActionParsnip, i have not installed mail server in my system16:28
ActionParsnipsudaya: if you want an email client you can use evolution or thunderbird to name but 216:28
orsonsudaya: just outgoing mails? use a nullmailer like ssmtp16:29
sudayaActionParsnip, i want ot send email using command line16:29
jacob__hello room16:29
ActionParsnipobscurant1st: just need the output of: sudo apt-get update   thats all16:29
ciskoIve looked in SYS,> pref> but no sound properties ,, I do have sound,,In a live version cd I have I can see Ubuntu 9.10 does have a sound properties dialog box but can not find it in my installed version?16:29
allowoverridequick security question . can you all check and see if you have a usergroup 'junior:x:123'. i sure do not remember adding this user. could someone check their /etc/group  for this entry. thanks16:29
erUSULsudaya: do what orson said or install a mailserver16:29
ActionParsnipsudaya: mutt is one, or you can telnet to port 25 and send it 1970s style16:29
obscurant1stActionParsnip, ok, i will have to wait then, it is still executing,16:29
ActionParsnipobscurant1st: true16:29
sudayaerUSUL, orson , ActionParsnip thankx i will give a try16:30
linux_usedhi all... anyone knows how to make this stupid phpmyadmin believe I am actually root? thanks16:30
arti_Abhi  this is my image http://imagebin.org/8834716:31
jet__hi, I'm quite disappointed by the behavior of acroread : when I hold the "up" and "down" arrows, the text doesn't scroll up and down. Is it normal? Is it fixeable?16:31
craig_gnome!acroread16:32
orsonjet__: ask adobe :)16:32
abhi_navarti_ nice theme!!!16:32
craig_gnomethere is xpdf16:32
jet__xpdf is not gtk2 compliant and dont integrate very well in my gnome environment16:33
arti_thnx16:33
craig_gnomearti , which theme is that16:33
jet__evince is too heavy and takes a huge amount of time to load my big pdf files16:33
jet__so I chose acroread, which is perfect but has this quite annoying behaviour that i'd like to fix.16:34
erUSULjet__: you said evince is heavy compared to acroread  !!!????16:34
cisko  Does ubuntu 9.10 have a sound dialog box in >sys, Pref>?16:34
jet__erUSUL, on my system, yes it is16:34
ramonmchi all! is there any way to select images from a pdf with evince??16:35
=== pipegeek1 is now known as pipegeek
abhi_navarti_ sda is only disk? or is there any other? do you mean that your ubuntu is installed on this sda and still gparted cannt show it?16:35
arti_so what to do,i will show u the screnshot from Disk Utility to,this is from disk utility screnshot  http://imagebin.org/88348,when i try to create that 150 gigas it says that some3 errors16:36
researcher1How can I  login remotely to my Ubuntu  pc and share  desktop?16:36
abhi_navarti_ please tell from whre do you get this theme?16:36
Hafferesearcher1: vnc?16:36
Hafferdeskopt?16:36
arti_i will send u a code to download16:36
abhi_navarti_ hmm and read above mesege16:36
researcher1Haffe: How can VNC help here?16:37
arti_yes my ubuntu is installed in this sda16:37
craig_gnomearti , send point me to that theme .16:38
abhi_navarti_ one suggestion can be is, boot from livecd and from there see if your gparted works proerly or not16:38
arti_its from ubuntu ultimate 2.316:38
pflanzeHello. The download at http://www.ubuntu.com/getubuntu/download is broken for me; "Download started" but it doesn't ask me for the download location, and doesn't seem to download anything.16:38
fission6where is the dictionary text file on ubuntu, i know ive come acrosss it before but can not remeber the paht16:38
mmfei_`h16:38
pflanzeaha, "click here to retry" sigh.16:39
allowoverridequick security question . can you all check and see if you have a usergroup 'junior:x:123'. i sure do not remember adding this user. could someone check their /etc/group  for this entry. thanks16:39
arti_theme is from ubuntu ultimate edition 2.3,its great16:39
abhi_navpflanze: first select the location and then try16:39
phajasHi there! I run Ubuntu server on a machine. For whatever reason, it has lost internet connection on a working network, yet can still route internally on the network. If anyone has any ideas, I would love to hear them, as servers stink when you can't serve anything. Also, help with static IP configuration would be great!16:39
abhi_navarti_ read my last mesage?16:40
arti_abhi,i tryed with botting with live cd ,gparted shows the smae16:40
pflanzeabhi_nav: did that, doesn't work; but the "click here to retry" makes it work.16:40
abhi_navpflanze: hmm16:40
pflanzeconsistently16:40
pflanzeAnd that's with Galeon (mozilla) on Debian.16:40
craig_gnomehow do i temporarly disable compwiz on ubuntu16:41
cisko Any advice as to where to look?16:41
abhi_navarti_ hmm cant say more about this :-(16:41
allowoverrideat first glance this sounds like a game16:41
abhi_navcisko: to look for what? :-)16:42
craig_gnomecompiz*16:42
_UsUrPeR_hey all. Can somebody tell me the process of adding network drivers to an Ubuntu 9.10 Alternate installation CD?16:42
allowoverridedoes anyone use the polkituser?16:42
arti_abhi when i put fdisk -l it shows this http://paste.ubuntu.com/392634/ ,i dont know what to do16:42
ciskoHi sound dialog box for the sound properties16:42
_UsUrPeR_I already have the CD written to a USB key which I can make changes to16:42
ciskoit's not in SYS. Pref's>16:42
ciskoAbhi_nav? any help?16:43
toaderHi, I draw figure with Dia. I have some text on my figure, but when I export it to eps file, some of text are lost. Could anybody know why? thanks16:43
allowoverridenevermind, its the debian junior group, tasktel16:44
allowoverridel816:44
bewaredoes brainstorm imply that only one solution can/will ever be chosen for an idea?16:45
bewareor may multiple solutions be implemented16:45
abhi_navarti_ yah i see it. i dont know further what to do :-(16:45
abhi_navarti_ loo this: http://www.linuxforums.org/forum/slackware-linux-help/88778-cant-format-partition.html may be you get something16:47
arti_abhi_nav thnx enyway,i was trying to solve that 4-5 days,and surfin in net for solve this but nothing didn get16:48
abhi_navarti_ hmm you visited above link?16:48
ProfessorBaconshould i try xfce?16:49
ProfessorBaconis it good?16:49
ProfessorBaconor fluxbox16:49
ProfessorBaconor...?16:49
=== vincent is now known as Guest52236
overmindProfessorBacon: xcfe is good, like gnome but faster16:50
overmindProfessorBacon: xfce, sorry16:50
arti_abhinav no i didnt ,it seems logical,i will try that and i will tell u if i solved it ;)))16:50
abhi_navarti_ hmm sure :-)16:51
ProfessorBaconthanks16:51
ProfessorBacondownloading16:51
ProfessorBaconi definitely could use faster16:51
Guest52236i encountered a strange thing, if i download the netboot images for ubuntu hardy from: http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-amd64/current/images/netboot/ it installs 8.04 is this supposed to be like this?16:52
=== brianherman_ is now known as brianherman
khiderHello all,when I tried to boot into my computer this morning I got the splash screen for maybe two seconds and got kicked into a maintenance shaell16:52
Stargazewhat was the codename for 8.04?16:52
seanbrystone_!hardy16:53
khiderusplash and Filesystem check failed16:53
ZykoticK9!8.04 > Stargaze16:53
phajasHey guys, anybody have any ideas as to why my computer can only route internally?16:53
ubottuUbuntu 8.04-LTS (Hardy Heron) was the eighth release of Ubuntu. Downloading: http://releases.ubuntu.com/8.04 - See !lts for more details.16:53
ubottuStargaze, please see my private message16:53
pauljwhardy heron16:53
khiderPerhaps I m,ust re-install?16:53
StargazeZykoticK9: it was meant for Guest5223616:53
ZykoticK9Stargaze, sorry man - i just saw "Stargaze> what was the codename for 8.04?"16:54
Guest52236ok, that was quite stupid16:54
brianhermanzykotic: hardy16:54
=== CrazEd_ is now known as CrazEd
StargazeZykoticK9: it was because Guest52236 wanted to know -- end troll16:55
=== CrazEd is now known as Guest37097
khiderI guess there is no fix for this?16:55
khiderI simply cannot get into the OS16:56
khiderHAllmark of the Ubuntu experience16:56
Stargazekhider: please put your question in one line, so we don't have to scroll up to read what it was about16:56
gp5sthow do i add a path to the loader w/o using LD_LIBRARY_PATH?16:57
khiderStargaze: Two lines16:57
Rubiola16:58
Rubibusco amigos16:58
Rubiolaaaaaaaaaa16:58
Stargaze!es| Rubi16:58
sudayaorson, what does these error refer to http://fpaste.org/pLTa/16:58
ubottuRubi: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.16:58
Rubiola,como16:58
Rubiolaaaaaaaaa16:59
malifalgp5st: /etc/ld.so.conf i guess16:59
Rubik tal16:59
philien!es16:59
ubottuEn la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.16:59
Rubihello16:59
BesogonRubi: привет16:59
philien!ru16:59
ubottuПожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke16:59
Rubiwere are??16:59
Stargazethat means: privé :)16:59
_UsUrPeR_can anybody instruct me on how to add a network driver to an installation CD?16:59
orsonsudaya: afaik gmail uses port 587 for smtp16:59
Rubihello17:00
Rubiim rubi17:00
gp5stmalifal: ooo, thanks:)17:00
Stargaze!es| Rubi17:00
ubottuRubi: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.17:00
Rubiim from sevilla17:00
philien _UsUrPeR_ : Yes of course i can17:00
daniel2Im having an issue with 9.10 with it randomly locking up17:00
Rubialguieb abla en españoool???17:00
sudayaorson, where do i need to change17:00
daniel2idk how to find out why17:00
daniel2Im not doing anything special17:00
orsonsudaya: wherever you defined smtp.gmail.com as smarthost17:00
philien _UsUrPeR_ : What is your problem17:01
khiderWhen Boot, get splash screen for two seconds then bounced into maintenance shell. usplash for terminal fails. Filesystem check failed. Now am at root promt. Rebooted several times, no results.17:01
_UsUrPeR_philien: yay! I have created a USB 9.10 alternate installation CD, so I can make changes without burning a CD.17:01
sudayaorson, when i nstall mutt it doesnt ask for smarthost17:01
_UsUrPeR_philien: I am attempting to use a preseed which I have set up on a local networked server17:01
=== cp is now known as Guest19072
philien _UsUrPeR_ : A live CD can't be modified after burning17:01
sudayaorson, do i need to install smarthost too17:02
_UsUrPeR_philien: and I am attempting to run the install on a new netbook which has a Atheros AR8132 / L1c Gigabit Ethernet Adapter17:02
_UsUrPeR_philien: unfortunately, the drivers to support that card are not available.17:03
orsonsudaya: read mutt-documentation howto define outgoijng smtp-server17:03
_UsUrPeR_philien: again, I am able to make changes to the image because I have made a bootable USB key.17:03
malifalgp5st: man ldconfig17:03
khiderOops I forgot. This is not a Linuix channel. My mistake!17:04
gp5stmalifal: will do17:04
Stargaze!myth17:04
=== seanbrystone is now known as seanbrystone2
Stargaze!mythbuntu17:04
ubottuMythbuntu is an Ubuntu derivative centered upon setting up a standalone MythTV system. See: http://www.mythbuntu.org for more information17:04
xTheGoat121xI'm having some serious issues with a Pidgin crash, can someone take a look at the backtrace? http://pastebin.com/7LwatLmE17:05
vltHello. I have a USB webcam "Trust WB-3250p/15082-03" which is identified by lsusb as "0c45:602c Microdia Clas Ohlson TWC-30XOP Webcam".  When I run an v4l2 app to capture video I first get a very low picture and after ~10 seconds only the most left 20 pixels are visible. I have to re-plug the camera to get another 10 dark seconds. Any idea where's the problem here?17:05
_UsUrPeR_philien: I need to get the atheros drivers for that specific card on to the CD so I can use the preseed I have on a local network17:05
gar_onnhey17:06
gar_onnI'm about to instal ubuntu but, will I be able to acces my windows from boot?17:07
gp5stgar_onn: it can be set up like that. you need to make sure you don't overwrite the windows partition17:07
damianWhich python version is this exactly? Didn't get a straight answer from google. Error: Dependency is not satisfiable: python (<< 2.6) getting all the python versons from the repository though17:08
gar_onngp5st, tnx, but I meen, will I get thet black screen to chose every time?17:08
sometuxno bidi support in terminal?????????17:08
gp5stgar_onn: you can set the grub time to a few seconds if you want, or make it really fast17:08
b2p1mpif windows is installed first, you may need to setup grub/ update-grub to get windows back on list17:09
Tittuhello all. I am new to linux. I downloaded the ubuntu disc image file and burned it on a disc and having problem with the installation. I want to dual boot. I have windows in c drive and want to install ubuntu in d and keep e as extra. can someone help please ?17:09
_UsUrPeR_philien: no dice?17:09
gp5stTittu: what issue are you running into exactly17:10
MuscovyTittu: Are you using multiple physical drives?17:10
sometuxTittu: so what is your problem?17:10
b2p1mpi think he just need guidance with manual partition.17:10
malifalsometux: there is bidi support, but results differ depending on which terminal you're using17:10
nhakwhere is the init file in ubuntu ?17:10
nhak/etc/rc.d/rc.local or /etc/init.d/rc.local ?17:11
orsonnhak: lost with upstart17:11
sometuxmalifal: gnome terminal17:11
Tittugp5st: i booted from the cd and couldnt understand the advanced option so selected install on largest available disk space. It selected e drive. I selected 30 gb for ubuntu and the installation was going smoothly and then it gave an error.17:11
orsonnhak: /etc/rc.local17:11
malifalsometux: i think it does, but you might need fribidi installed for it to work17:11
Tittunow when i launch windows back my e drive is just 5 gb in size. how do i get back the remaining spacce. I have only 1 hdd17:12
sometuxmalifal: I will check it17:12
gp5stTittu: what's the error, and was that 30GB on the same disk as windows? and are the C:, D:, and E: drives different disks or logical partitions17:12
malifalsometux: if you're talking about arabic and joining that's a different matter17:12
sometuxmalifal: yes exactly17:12
gp5stTittu: was there data on that E: drive? or was it empty space that was removed17:12
Tittuthey are logical partitions. windows is in C: and i want to install ubuntu on D:17:12
Tittuall are NTFS17:12
malifalsometux: i don't remeber how but i did manage to get it to work somehow, sorry it was a long time ago :(17:13
Tittumy hard disk is empty, i just now installed windows17:13
nhakorson, thanks17:13
malifalsometux: also look into pterm and mlterm, i think they support joining17:14
sometuxmalifal: no problem, I solved the the problem on my P1 slackware, but never tried on ubnuntu17:14
StargazeTittu: you can use the LiveCD to install ubuntu on the D: partition, but it will have another name in the partition manager17:14
Stargaze!gparted| Tittu17:14
ubottuTittu: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php17:14
Tittustargaze: i have downloaded the live cd and was using that17:14
gp5stTittu: ok, so, my best advice would be to boot onto the live cd, then use gparted system >administration iirc and use that to resize each partition that you want to the right size17:14
pullmandaveOn my system running 9.10 the hostap drivers are broken. When I load the hostap_pci module for my Prism 2.5 card the system freezes with a CPU Hung message. Anyone else see this?17:15
StargazeTittu: just click the 'install' icon on the desktop17:15
sometuxmalifal: there was a tool called bicon, which runs as daemon17:15
gp5stTittu: then once they are all the right size, you can format the one you want as ext4 and then start the installation. then select that partition to install to17:15
malifalsometux: yeah, but i remember getting it to work without anything from arabeyes17:16
gp5stStargaze: he did that but didn't do the advanced options and it resized stuff for him17:16
jagajazzisthi people!  How do I activate the cube desktop in Ubuntu 9.10 64bit?  I've enabled full desktop effects.. but cant see any cube :)17:16
StargazeTittu: check this webpage => http://www.howtoforge.com/the-perfect-desktop-ubuntu-9.10-karmic-koala17:16
sometuxjust packages from ubuntu ropository?17:16
HillshumHow do I get Synaptic to not install recommended packages?17:16
blakkheimHillshum: use aptitude -R instead of synaptic17:16
Tittuyeah! i remember, it was ext4, the remaining 30GB where ubuntu was getting installed and it said that the CD might be curropt or Hard Disk error or system might be heated17:16
malifalsometux: actually i was on fedora or debian at that time17:17
malifalsometux: most likely fedora17:17
malifalsometux: but it should work exactly the same on ubuntu, it's not distro specific17:17
gp5stTittu: what said the cd was corrupt?17:18
Hillshumblakkheim: That's seems to still be installing some17:18
Tittuyes, it said that but it isnt like that17:18
sometuxmalifal: I will try17:18
woRghi, I've a problem with intel i810 on lucid, X isn't loading nor gdm17:18
Tittui downloaded the CD today and it burned fine into the disk17:18
blakkheimHillshum: aptitude -R install asdf will only install the deps, no recommended packages17:18
kinja-sheepwoRg: #ubuntu+117:19
MuscovywoRg: I've had that issue in a VM. Are you trying a physical install?17:19
Tittustargaze: i visited that link. It's to replace windows. I want both, linux and windows17:19
Ganymedeso this is an unlikely question but if i have an SSH session open from A to B. now i can't ssh into A (it's behind NAT) but i have access to B. can i somehow reverse that ssh session from A to B to get a shell and execute commands on A? these are all under the same username and i have sudo access to both machines17:19
woRgyes Muscovy17:19
Hillshumblakkheim: Hmm. Maybe dependent packages were dependent on the recommended packages I'm avoiding?17:19
bullgardMy Chatzilla 0.9.86 "suddenly" does not wrap lines at the right-hand side of my screen. How to fix that?17:19
gp5stTittu: you're in a perfect situation to experiment.  try playing with the partition sizes to be what you want, then select that partition to install ubuntu to17:20
gp5sti have to go, ttyl17:20
HillshumGanymede: You can forward ports over SSH17:20
woRgthanks kinja-sheep17:20
sometuxmalifal: also what about flashplayer?17:20
HillshumGanymede: And then SSH over that forwarded port17:20
sometuxmalifal: no joining17:20
sometuxmalifal: any luck get it work for you?17:21
StargazeTittu: you only replace winows if you overwrite it's partation during, so do no overwrite windows if you want dual boot17:21
Tittugp5st: there is no problem with partition size. It's something else. Ubuntu doesnt install properly. ALso, can i install ubuntu on NTFS partition ?17:21
GanymedeHillshum, i'm familiar with that...but how would i do that since i can't run commands on A, the computer behind NAT, since i can't reach it. the only connection i have to it is that the ssh session shows up in "who" on B17:21
archmanhello17:21
MuscovyTittu: I really wouldn't use NTFS anywhere other than Windows.17:21
StargazeTittu: you have to format the non-windows partition to ext4 instead of NTFS17:22
squarepe1hello17:22
=== squarepe1 is now known as squarepeg
malifalsometux: i never tried getting to work on flashplayer, i never noticed that it was broken in the first place :/17:22
archmanwhat are the modules needed for the USB mass storage? Cause sometimes, the PSP just doesn't want to mount, although it appears on lsusb17:22
obscurant1sti need to get my webcam working can somebody help me?17:22
Tittustargaze: i read everything on that page. It was what i did, but instead of trying ubuntu, i selected install ubuntu, and on the second last image, where the installation progress bar is displayed, it gave error at some 44%17:22
sometuxmalifal: visit www.aljazeerasport.net17:22
Stargazearchman: try usb-modeswitch, you find a description in Synaptic17:22
HillshumGanymede: You might be able to get though the NAT. Are both SSH servers on port 22?17:22
GanymedeHillshum, yes17:23
Tittumuscovy: the prob is that then windows wont read the content of ext partition17:23
orsonGanymede: reverse ssh portforwarding, "ssh -R 1234:localhost:22 host.domain.tld"17:23
StargazeTittu: that's because windows is old and disabled17:23
Ganymedeorson, which ssh server would i run that on?17:23
MuscovyTittu: There's individual Windows programs that you can find to do it, and Linux can still read Windows perfectly fine.17:23
gar_onnhey if I instal ubunutu , will I always get this?? http://i197.photobucket.com/albums/aa76/indyank/techbliss/install-ubuntu-windows.jpg17:23
archmanStargaze, hmm, checking...17:24
MuscovyBack when I used both, I would move anything I need over while still in Linux.17:24
orsonGanymede: A17:24
Stargazegar_onn: that's called dual-boot17:24
Take0nHow do I completely remove wine? I did sudo apt-get purge wine and then I also did a rm -rf .wine in my home directory. Should I do anything more? It didnt disappear from the menus btw17:24
Ganymedeorson, but the whole point is that i'm currently unable to run commands on A because i can't reach it through the NAT17:24
HillshumGanymede: Have you tried SSHing into A right now?17:24
StargazeTake0n: try sudo apt)get autoremove17:24
archmanStargaze, no info in synaptic, though17:24
malifalsometux: i see17:24
StargazeTake0n: try sudo apt-get autoremove17:24
obscurant1stsomebody?17:25
Tittuwhy did it gave that error at 44% ??17:25
malifalsometux: try installing the mscore fonts, it might fix it17:25
qUaNtiC_hi what happens if i upgrade to karmic from intrepid? i mean is it going to automatically configure everything and just leave the all system as it is, or at least re-create it as i did it or it will change "everything" and ill have to restart setting it all over again? thanks17:25
MuscovyTakeOn: I've had that before. I'm pretty sure you have to edit the mnu to remove the file, because Wine doesn't remove those links itself.17:25
Stargazearchman: usb-modeswitch, it is in the repo's and so in Synaptic17:25
GanymedeHillshum, yes, it gets "no route to host" because the NAT device is set to port forward 22 to a different machine (which is powered down)17:25
malifalsometux: or the kacst fonts17:25
mvampireHello. Can anybody help with booting from ExpressCard SSD? http://ubuntuforums.org/showthread.php?p=8945641#post894564117:25
sometuxmalifal: they are all installed17:25
GanymedeHillshum, and i can only modify the NAT configuration from within the NAT network17:25
Take0nI am doing an autoremove now thank Stargaze! Muscovy I will do that as well and also relogin to see if changes went well17:26
sometuxmalifal: I think it's a bug17:26
Tittuone more thing. how do i combine the left out 5 GB partition with the new 30GB ext partition that ubuntu created without having any changes done to others ?17:26
Take0nmy problem is that applications I install in winte wont completely uninstall.. drove me crazy so I wanna get rid of it!17:26
malifalsometux: but not everything is broken, the ticker on the top is fine17:26
malifalsometux: strange huh?17:27
sometuxmalifal: many complain about the same problem on the adobe forum.17:27
HillshumGanymede: I don't think there is much you can do17:27
mkeyhey17:27
_UsUrPeR_How do I add network drivers to a ubuntu alternate install CD? The network driver (atheros AR8132 on a new Acer netbook) is not being detected by the 9.10 alternate install CD, and because of that, I cannot install with a preseed.cfg over my local network.17:28
mvampireHello. Can anybody help with booting from ExpressCard SSD? http://ubuntuforums.org/showthread.php?p=8945641#post894564117:28
Stargaze!hi| mkey17:28
ubottumkey: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!17:28
mkeythankx17:28
malifalsometux: it's a font issue not flashplayer/adobe issue, it's the font that jazeera is using for that part, i'm pretty sure of that17:28
malifalsometux: you should complain to aljazeera :)17:28
=== magical_trevsky is now known as magical
HillshumWhy do so many web server packages depend on apache? I don't want to use apache17:29
cellofellow_UsUrPeR_: generally you can't install netinstall on wifi. No way to set up the SSID and encryption keys.17:29
_UsUrPeR_cellofellow: that's a gigabit ethernet card made by Atheros17:29
cellofellowoh17:29
_UsUrPeR_:/17:29
cellofellow:(17:29
sometuxmalifal: no problem with arabic text in flash on windows17:29
GanymedeHillshum, okay, thanks17:30
malifalsometux: yes because it's a microsoft font that has no counterpart on linux17:30
bullgardMy Chatzilla 0.9.86 "suddenly" does not wrap lines at the right-hand side of my screen. How to fix that?17:30
sometux+C17:31
|604|so my hd is split into 3 parts, linux, swap and ntfs containing windows, my project using the windows partition didn't work, so i want to boot back into linux, i am on a laptop, how do i do this?17:31
mvampireHello. Can anybody help with booting from ExpressCard SSD? http://ubuntuforums.org/showthread.php?p=8945641#post894564117:31
GanymedeHillshum, wait, so there's no way to "hijack" an SSH session connected to my computer? like injecting commands into that shell?17:32
HillshumGanymede: I don't know of anything17:32
orsonGanymede: if not using screen, no. (would make ssh pointless btw, if everyone could hijack it)17:33
archmanStargaze, strange, i can't start it, although i installed it... trying "usb-modeswitch" :S17:33
obscurant1stsomebody pls help me with my webcam issue.. :(17:33
archmanStargaze, getting the usual: bash: usb-modeswitch: command not found17:33
Ganymedeorson, well i'm only trying to hijack my own shell...it's logged in with the same username that i am17:33
Stargazearchman, it runs in the background, it's not an application17:34
archmanoooh17:34
archmanStargaze, need to reboot i guess? since it's a deamon?17:35
archmandaemon*17:35
=== ola is now known as Guest45508
Ganymedeorson, by the way, suppose i already executed the ssh command without the -R option and now i'm at the shell...can i transform that ssh session into a port forward by executing a certain command?17:35
Tittuthank you all for your help17:35
archmanStargaze, so it should work on it's own from now on? no commands needed?17:36
orsonGanymede: if you have a ssh-connection you always can establish new tunnels17:36
Akkernightdoes wine work for Ubuntu ever?17:36
slashmearchman, I'm coming into this halfway, but usually to restart a daemon you do something like # service (yourservice) restart17:36
slashmeAkkernight, yes.17:36
omeddragon1get playonlinux wine work better with it17:36
orsonGanymede: the actual session cannot be changed into a tunnel, afaik17:36
obscurant1stAkkernight, of course17:36
Ganymedeorson, okay, thanks for the information17:37
slashmearchman, what daemon are you working with?17:37
Stargaze!wine| Akkernight17:37
ubottuAkkernight: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu17:37
archmanslashme, thanks, erm...usb-modeswitch, i guess :/17:37
obscurant1st:'( i need to set up my laptop webcam17:37
Korusef!lsb17:38
ubottuThe Linux Standard Base, or LSB, is a joint project by several Linux distributions under the organizational structure of The Free Standards Group to standardize the internal structure of Linux-based operating systems. The LSB is based on the POSIX specification, the Single UNIX Specification, and several other open standards, but extends them in certain areas.17:38
GanymedeAkkernight, i don't use wine from the official repos, i use bleeding edge wine and it seems to work much better17:38
archmanslashme, installed it right now17:38
Akkernightslashme, obscurant1st: Wine hasn't worked for me yet, and it doesn't even work to install anything using winetricks because everything needs dotnet 2, and installing dotnet 2 doesn't seem to work, 'cause even tho I get the files installed, no other apps are capable of loading the dotnet 2 .dlls17:38
Stargazeobscurant1st, try sudo apt-get install cheese17:38
maximowine never works for me, never has and don't know if ever will....17:38
slashmearchman, often when you install a package that runs as a daemon, it starts itself.17:38
=== maximo is now known as Maximo
switchgirlapparently i'm running a web server / apache on my desktop17:38
archmanslashme, ok, rebooting...17:38
StargazeAkkernight, Mono is the Linux equiv for .NET17:38
obscurant1stStargaze, i am tryng it17:38
web5|org|uamy system just rebooted buy yourself, where to look for cause ?17:39
Haffeweb5|org|ua: /var/log/syslog17:39
slashmearchman NOOO!!!!17:39
switchgirl >> 82.41.230.60 :s how'd i use it?17:39
archmanslashme, why not? :D17:39
mkeyplugged in wired. no wireless card...long story. is external wireless viable ?17:39
AkkernightStargaze, but software looks for the dotnet .dlls ...17:39
gaWitam. Są tu jakieś polskie czaty?17:39
slashmearchman, not usually necessary.17:39
Pici!pl | ga17:39
ubottuga: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.17:39
archmanslashme, ok, should i modprobe it?17:39
StargazeAkkernight, maybe you can best use Windows for these apps, then17:39
web5|org|uaHaffe: syslog.1 too ?17:39
slashmearchman, hang on a moment....17:40
AkkernightStargaze, but that's the problem, I don't wanna go back to Windows17:40
switchgirl!apache| switchgirl17:40
ubottuswitchgirl, please see my private message17:40
Friction[laptop]why are all the instant messenger clients crap on linux17:40
tokotoolaaaaaaaaaaaaaaaaaaaaaaa17:40
StargazeAkkernight, then search for the linux equiv of the app you ant to use17:40
omeddragon1what crap do you mean Friction[laptop]17:41
tokotoOoLaA17:41
slashmearchman, is it a kernel module or a daemon?17:41
AkkernightStargaze, Mortal Online, which I've pre-ordered a long time ago, can't even play it D: oh the cruelty17:41
StargazeAkkernight, for linux games, check => http://users.skynet.be/gbachot/html/games.html17:41
archmanslashme, i dunno, http://www.draisberghof.de/usb_modeswitch/17:42
AkkernightStargaze, there is no Linux client for Mortal Online, I've checked17:42
slashmearchman, check the website: http://www.draisberghof.de/usb_modeswitch/17:42
slashmelol17:42
gaNo to ja przepraszam, jestem za stary na angielski...17:42
archmanLOL17:42
omeddragon1is that a good game17:42
archmanslashme, never checked the site, actually ;D17:42
AkkernightStargaze, there are Wine fixes, but since winetricks isn't capable of installing anything, I'm out of options17:42
slashmearchman, I just read it: it sets up some rules, so you should be set up immediately.17:42
archmanslashme, will do now17:42
archmanslashme: hahaha it doesn't work, then :D:D:D17:43
chili555mkey, i'm not sure i understand. do you mean can wireless be coaxed to work on your system?17:43
slashmearchman, that's interesting.  What hardware are you using?17:43
ivano#ubuntu-it17:43
StargazeAkkernight, try Cedega or CrossOver17:44
mkeychili  i have no wireless card...thankx to a friend???... should i just try to find another card?17:44
slashmearchman, that website has some seemingly relevant troubleshooting info.  Probably worth reading with interest.17:45
archmanslashme, usb 2.0?17:45
archmanslashme, playstation portable17:45
slashmearchman, hmm, sounds like something 20000 linux geeks will have put their minds to already.17:45
chili555mkey, certainly. be sure to check the forums for compatability. some work out of the box, some require just a bit of coaxing and some are very difficult17:46
slashmearchman, usb 2.0 has been standard for a while now and runs smoothly - that's not the issue.17:46
mkeythankx17:46
grendal_primeanyone know if there is a way to connect multiple vpn connections with the net manager tool?17:46
archmanslashme, sometimes, it works after 24 disconnections :D:D:D17:46
archmanslashme, sometimes, after reboot17:46
glphvgacsis this required? /dev/sda2: LABEL="bootstrap" TYPE="hfs"17:46
archmanslashme, sometimes, never :D17:47
grendal_primeit doesnt look like i can do it with that thing But i know i can do it via the cli tools.17:47
mkeybbak thankx chiili...17:47
archmanslashme, sometimes, nonsense...but that's ubuntu :D17:47
slashmearchman, tres funny...  Have you checked https://help.ubuntu.com/community/PSP17:47
GhostFreemanI have a question about ruby and gems on 9.0417:47
aarHi, is there a way of having a bash shell display a time stamp at the prompt by default?17:48
archmanslashme: yep17:48
archmanslashme: will check again17:48
slashmearchman, allrighty.  Good luck.... :-(17:48
voicesinmyheadhi noob to ubuntu here17:48
Korusefis there bug in /lib/lsb/init-functions killproc function ? (from lsb-base 4.0-0ubuntu5)17:48
slashmevoicesinmyhead, welcom17:48
voicesinmyheadis hard disk bad sectors a bug??17:48
malifalaar:  check your .bashrc file17:48
slashmes/welcom/welcome/17:48
yotta911Hi, folks. How i change the system date and time by terminal?17:49
slashmevoicesinmyhead, that depends.17:49
voicesinmyheadkarmic kaola 9.1017:49
orsonaar: change PS1, \t shows time17:49
Stargaze!hi| voicesinmyhead17:49
ubottuvoicesinmyhead: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!17:49
voicesinmyheadi just shifted from windows17:49
voicesinmyhead2 days ago17:49
Stargaze!ask| voicesinmyhead17:49
ubottuvoicesinmyhead: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)17:49
slashmevoicesinmyhead, how do these bad sectors manifest themselves?17:50
archmanslashme, thanks for helping out =)17:50
Korusefaccording to the specification, killproc is supposed to return 0 if not used with specific signal and the process not running, if I read the script correctly it does the opposite17:50
voicesinmyheadon installing ubuntu 9.10 it said hard disk is failing... checked forums... it said it is a bug17:50
artihi again,finaly i have solved my problem17:50
slashmearchman, np!17:50
archmanslashme, i'll just keep on rebooting or turning the usb mode on and off :D:D:D17:50
slashmearchman, t3h lol (this cheese is burning me).17:50
slashmevoicesinmyhead, more info?17:50
archman:D17:50
lifestreamDoes anyone have one of those DDR dancing pad (PS1 and 2)  to  *PC*  adapter thingies?  What are they called?17:51
chuy_maxsuppose I use dd to copy an entire HDD into another HDD, is it possible to 'verify' both hard disks have the same info using diff?, or do you recommend another app?17:51
glphvgacsis this required on PPC970 mac? /dev/sda2: LABEL="bootstrap" TYPE="hfs"17:51
glphvgacshttp://pastebin.com/irXXV8S317:51
slashmechuy_max, wrong question.17:51
slashmechuy_max, dd actually has error checking built in.17:51
igggiminIs it possible to connect via remote desktop to my Ubuntu box with an SSH tunnel? I have a relatively stable IP here17:51
voicesinmyheadthe ubuntu forums said it was a bug ... but dont know how to fix it.. tried troubleshooting it.. reinstalled ubuntu at least 10 times i guess... still showing bad sectors and hard disk is failing.. so i chose to ignore it17:51
malifaligggimin: yes17:52
slashmechuy_max, in fact if you try to dd something and it doesn't work perfectly due to bad hardware or whatever, you've actually got to switch off the error checking to make dd continue.17:52
ZykoticK9lifestream, just an FYI, please don't ask how i know ;) MANY of the PS2-to-USB adapters will NOT work with DDR mats, they don't accept two buttons being pressed at the same time - i was lucky enough to find one that does, but had many fails first17:52
slashmevoicesinmyhead, and Windows works just fine???17:52
voicesinmyheadyup17:52
Stargazeigggimin, type /join #ubuntu-server, people there are more skilled to give advice about SSH17:52
slashmevoicesinmyhead, what hardware?17:52
voicesinmyheadyup windows worked fine17:52
igggiminStargaze, malifal thank you17:53
voicesinmyheadhardware as in core2duo processor17:53
slashmevoicesinmyhead, sata? What chipset? that kind of thing?17:53
aarmalifal, orson That did the trick, thanks.17:53
slashmevoicesinmyhead, did you get ubuntu installed at all?17:53
lifestreamZykoticK9, that really does stink!  See, the thing is I have very, very little money. I was worried about getting one that doesnt work17:53
xerox1what's the best way in your opinion to create backups from encrypted home partitions?17:54
Korusefok problem solved with --oknodo param17:54
ZykoticK9lifestream, keep the receipts :)17:54
malifaligggimin: create a tunnel and forward the port, 5900 or 5901, then on the other machine you connect localhost:0 or localhost:117:54
dunnUnuntu 9.10 netbook keeps shutting down the screen even though power management is set to never. Any ideas?17:54
slashmevoicesinmyhead, sorry, one question at a time... did you get ubuntu installed at all, and if you did, how are the bad sectors showing up?17:54
lifestreamZykoticK9, Will do, thanks :P  By the way, do you mind saying what yours (ddr pad converter) is?   My boyfriend will be annoyed if we spend too much time at the store :P17:55
archmanslashme !!! found a reason :( you need to turn off the "charge" option on the PSP17:55
archmanslashme !! :)17:55
slashmearchman, Well done!!!!17:55
archmanthanks!17:56
archman"If your PSP is not automatically recognized see the Troubleshooting section at Mount/USB. This could be due to the "usb power" set to "on" over a usb port or wire that does not support usb powering. "17:56
slashmearchman, always a pleasure.17:56
archmanslashme, but lol, it charges anyway, just now it works :D17:56
slashmearchman, furney and strange....17:56
archmanyep17:56
ZykoticK9lifestream, went and grabbed it -- it has no brand or model on it at all -- just a sticker with a serial # and "made in taiwan" -- so no help at all, sorry17:57
slashmevoicesinmyhead, you still there?17:57
slashmeZykoticK9, post pics lol17:57
ZykoticK9slashme, lol - no camera! that's the first time anyone has "post pic" to me.  lol17:58
slashmeZykoticK9, ;-]17:58
flipflop_hiiiiiiiiiiii17:58
slashme!hi17:59
ubottuHi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!17:59
slashme!hi | flipflop_17:59
ubottuflipflop_: please see above17:59
jshriverGreetings17:59
flipflop_I have two laptop and one external hd with ubuntu installed17:59
jshriveranyone know how to specify the password for gpg in the cli?17:59
jshriverthe man page is huge and can't find it so far17:59
=== luis__lopez is now known as luis_lopez
dunnMy screen keeps going blank when watching movies even though power management is set to never18:01
slashmeflipflop_, felicitations on your fortuitous superfluity of hardware.18:01
flipflop_the problem is that laptop1  have a intel graphic card and laptop2 have a nvidia graphic card18:01
akshayhow to delete a folder in /usr/src18:01
jshriverakshay: be root and rm -rfv /usr/src/whatever18:02
slashmeakshay, and why would you want to do that?18:02
Picijshriver: Generally you don't want to do that, but you can do: gpg -d 0 < some_file_with_the_passphrase18:02
lifestreamZykoticK9, thanks about the info,  im goinig to google a bit now that i am aware of the problems.  Have a great day :)18:02
ZykoticK9lifestream, just an FYI, but check out StepMania18:02
flipflop_and the laptop-intel load nvidia-glx module...18:02
akshayhow to enter in root mode in GUI mode18:02
malifaljshriver: you mean generate a key? gpg --gen-key18:02
slashmeflipflop_, having one installation driving two laptops is generally not easy.18:02
jshriverno specify passphrase like:  gpgp --inputfile blah.gpg --outputfile blah -p MyPassword18:03
donpdonpwhen i get a new email, there is a flash-notice in the upper right corner saying New Mail. If i dont see that notice, nothing else on the  screen indicates a new mail is waiting. Is there something I can turn on or install to get a different kind of new email notification?18:03
flipflop_slashme: how to "force that laptop-intel load intel-glx..."18:03
jshriveror something along those lines, my password is dynamic so writing a script that takes a couple inputs and formats the password for me and auto gpg decrypts it.18:03
Picijshriver: Er, my brain had an oops its: gpg --passphrase-fd 0 < some_file_with_the_passphrase   OR if your gpg version supports it you can use --pasphrase-file thefilename18:03
akshaythanks that worked18:03
slashmeflipflop_, you could maybe have two xorg.conf files, one named xorg.conf.intel, and one named xorg.conf.nvidia,18:04
donpdonpi have "indicate new messages in the panel" turned on in evolution, but it doesnt seem to do anything18:04
slashmeflipflop_, and then have xorg.conf be a symlink to one or the other.18:04
Picijshriver: Oh. and it looks like some versions of gpg also support putting --passphrase theactualpassphrase18:04
chuy_maxslashme, that's great18:04
jshriverPici: hrm might have to do that then.  Problem is my password is dynamic changes daily so I dont store it in plain text.  Is there another way to specify it?18:04
slashmeflipflop_, just change the symlink and bounce the xserver.18:04
jshriverok let me try that18:04
Picijshriver: That seems to be available in the version thats in Karmic.  I know that on a RedHat install that I use those are not available.18:05
slashmechuy_max, sure is ;-)18:05
Tittuhello all. I tried to install ubuntu again and it gave the same error again. Error code 5:(input/output error). It says could not write to hard disk. The details contained a point, that hard disk might be old, which is true. does this mean that i cannot install ubuntu on my system ?18:05
Esigolosomebody can help me to solve this issue? http://pastebin.com/wnFpjdZE18:05
jshriverhrm gives me an error gpg: [don't know]: invalid packet (ctb=00)18:06
jshriverwill just have to tinker around18:06
akshayiam not able extract the linux kernel 2.4 in /usr/src18:06
flipflop_but in karmic xorg.conf... is omited???18:06
jshriverakshay: what is the error18:06
slashmeflipflop_, no problem!18:06
slashmeflipflop_, you just make your own xorg.conf, will explain....18:07
orsonakshay: needs root-rights18:07
akshayalready in root18:07
StargazeTittu, try Linux Mint, it's Ubuntu with a different interface and a lot of of diagostic tools and codecs pre-installed => http://www.linuxmint.com/download.php18:07
spartan07Tittu: you could try installing on a usb. Have you tried loading a live cd and using gparted to format the drive?18:07
Tittustargaze: but whats the problem with this version ?18:08
malifalEsigolo: what's the windows application that you're running?18:08
slashmeflipflop_, sudo Xorg -configure will create an xorg.conf for you.18:08
slashmeThen you save it in /etc/X1118:08
Tittuspartan07: i was using a live cd and formatted the partition through it only18:08
Stargaze!mint| Tittu18:09
Esigolocalls platanus18:09
ubottuTittu: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)18:09
malifalEsigolo: platanus??18:09
Esigoloyes18:09
Flanker37i have just downloaded java but i dont know how to install it, can anyone help please18:09
flipflop_slashme: yes but if I have installed nvidia-glx package then is load intel-graphic and nvidia-glx...18:09
m3onh0x84hi all, when ubuntu using dhcp4 ?18:09
spartan07Tittu: did the drive run an OS before you tried installing ubuntu?18:09
Esigolomalifal, yes18:09
flipflop_I think that that is a bug but...18:09
malifalEsigolo: did you check with  the winehq appdb if that application has any issues?18:09
Esigolomalifal, not yet18:10
OerHeksFlanker37, use Java from restricted-extra's18:10
Tittuubbotu: i have the original ubuntu version which i downloaded from ubuntu's website18:10
akshaysomebody help me to compile the kernel manually18:10
spartan07Tittu: is this Ubuntu 9.10?18:10
orsonflipflop_: sudo aptitude install sun-java6-jre18:10
Flanker37is that in the software sources. sorry im a noob18:10
slashmeflipflop_, sorry, didn't quite understand?18:10
flipflop_the problem is that laptop-intel load intel-graphic module and nvidia-glx module...18:11
Esigolomalifal, the app is not listed on winehd appDB18:11
StargazeTittu, instead of looking for the cause of the problem, it's sometimes to try a fresh install18:11
OerHeksFlanker37, yes, synaptics > restricted extra's  will install codecs & java18:11
akshayplease help me compile the kernel manually18:11
Stargaze+better18:11
slashmeflipflop_, and then what happens?18:11
Flanker37thanks mate, will give it a try now18:11
slashmeakshay, well, yes....18:11
akshayya ..pls18:12
slashmeakshay, why do you want to recompile your kernel?18:12
OerHeksFlanker37, total download 300 mb or so18:12
flipflop_don't work 3d graphic capabilities18:12
malifalEsigolo: your best bet is to check with the wine team channels and forums18:12
slashmeflipflop_, that's surely not because it's trying to load two modules: the x server should detect which module to load based on your hardware.18:12
Flanker37thanks OerHeks18:13
spartan07Tittu: did you check the cd for defects?18:13
Stargaze!wine| Esigolo18:13
ubottuEsigolo: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu18:13
YerushalmiIf I have FCE Ultra open before opening Firefox, it takes over use of my soundcard and I have no audio in (say) youtube videos, even after FCE Ultra is closed and even if I close and reopen the tab, until Firefox is shut down and reopened entirely. Anyone know how to fix this?18:13
slashmeflipflop_, have you checked /var/log/Xorg.0.log to see what error it gives?18:13
Esigolomalifal, i'm already on winehq channel wainting for help tks :)18:13
flipflop_yes, that is but load "intel-graphic" and "nvidia-glx" (not "nvidia-graphic")18:14
datzHi, is there documentation of when kernel updates are released?18:14
slashmeflipflop_, sorry, again I didn't quite understand what you said ;-[18:14
slashmeflipflop_, what is "nvidia-graphic"?18:15
slashmeflipflop_, nvidia-glx is the right driver for nvidia cards if I remember correctly.18:15
Tittusorry i got disconnected18:15
flipflop_lsmod |grep intel18:15
flipflop_intel_agp              27676  2 i91518:15
datzwow, dead here today18:15
flipflop_that is intel-graphic module...18:16
Tittuthe last message i read was that you asked me whether it was 9.10 ?18:16
spartan07Tittu: did you check the cd for defects?18:16
Tittuyes it is 9.10, i downloaded it today18:16
slashmeflipflop_, sure, and that's on the intel box, right?18:16
Tittuspartan07: how do i do that >?18:16
flipflop_yes18:16
nperry!ot | datz18:16
ubottudatz: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!18:16
slashmeflipflop_, and then on the nvidia box?18:17
sllideanyone knows a auto-tune program for linux?18:17
spartan07when you fire up the pc to install its one of the options instead of installing18:17
flipflop_then, in the Xorg.0.log file "say load nvidia-glx"18:17
datznperry: how is my question off topic?18:17
spartan07check maybe the cd was burned incorrectly.18:17
slashmeflipflop_, sounds right....18:17
Tittuspartan07: the cd was burned successfully without any errors18:18
nperrydatz: Didn't see the question just the "dead here" comment, my bad.18:18
datzHi, is there documentation of when *ubuntu* kernel updates are released? (sorry, I meant ubuntu)18:18
spartan07Tittu: did the hd have another OS that was running fine before you tried installing ubuntu?18:18
flipflop_yes, all is work fine, only the graphic card is suck18:18
datznperry: np.  ;)18:18
Tittuyes, win Xp18:18
arvedhi, i am running UNR, and i want to add a keyboard indicator applet, what is the name of the binary?18:19
spartan07I would check. I get successful burns with brasero that dont work. ended up moving to K3B18:19
obscurant1stmy webcam works with a custom settings done in gstreamer-properties but, only xawtv is able to detect my webcam, cheese and camorama does not detect it? anyone have any idea?18:19
nperrydatz: to Answer your question. New verions of kernel will only be realesed with a new release for example lunch is sporting 2.6.3218:19
flipflop_the problem is that laptop-intel load "intel-graphic" module and that module "I think" load "nvidia-glx"...18:20
spartan07Tittu: how old is the box ?18:20
Tittuspartan07: the message you typed before, without name, was that for me, is it an option available before installation ?18:20
spartan07Tittu: yes18:20
n-iCehiii how many partitions does ubuntu installs by default?18:20
nperrydatz: Current releases will only ever have secruity fixes to the current kernel (never seen it happen before)18:20
datznperry: thanks, but I mean just, kernel updates to individual releases.18:20
orsonn-iCe: 2, swap + /18:20
n-iCeok, sda1 and sd3? orson18:21
spartan07its I think 3rd when it says try ubuntu without installing anything on pc18:21
slashmeflipflop_, nah.  What makes you think intel-graphic loads nvidia-glx?18:21
flipflop_but if I deinstall nvidia-glx package that problem is solve...18:21
orsonn-iCe: whatever18:21
spartan07Tittu: its I think 3rd when it says try ubuntu without installing anything on pc18:21
YerushalmiIf I open a youtube video, Firefox takes over my sound card until it's completely shut down again (not even closing the tab helps) such that no other program can play any sounds. The same happens in reverse. How do I fix this?18:21
Tittuspartan07: it's about 6 yrs old. I will check the disk for errors and come back in a few minutes. Thanks a lot18:21
flipflop_yes, I thionk that18:21
n-iCeorson: uhm, how to list all of them? df -h isn't working18:21
orsonn-iCe: sudo fdisk -l18:21
nperrydatz: Does that kind of answer your question?18:21
Tittuspartan07: but my hard disk is 4 yrs old18:21
datznperry: I guess not: what about these updates to the kernel for one specific version: http://pastebin.com/bb09gLZ218:22
datznperry: I am wondering if there are dates in which they are released18:22
n-iCeI got one with the flag boot, and the other one says /, what's the size I need in boot18:22
I-Blocklist443hello18:23
I-Blocklist443look at how people hate left buttons on http://brainstorm.ubuntu.com/idea/23899/18:23
flipflop_my xorg.conf doesn't exist, but that problem persist if my xorg.conf is that "Xorg -configure" xorg.conf18:23
nperrydatz: No, most of them were released during devlopment process, As they start off with the standard kernel then add some modifications18:23
nperry!ot | I-Blocklist44318:23
ubottuI-Blocklist443: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!18:23
orsonn-iCe: fdisk won't list mountpoints18:23
malifalorson: cat /etc/fstab18:24
orsonmalifal: ?18:24
flipflop_ups18:24
datznperry: ok, I see. I am just wondering if there is documentation of when they were released.18:24
n-iCeorson: what does that mean?18:24
orsonn-iCe: where have you seen the "/"? sudo fdisk -l   won't show18:25
datznperry: like i know 2.6.31-20 is ready now, and I am still on 2.6.31-1918:25
nperrydatz: No there isn't. I suggest aptitude changelog linux-image-generic that'll show you what actually has channge during the versions18:25
n-iCeorson:  gparted18:25
Guest45508Hello, after upgrading to karmic i have a problem with my wireless card (Atheros AR5001 - on an acer aspire one). After leaving the computer for some time without doing anything the card becomes unclaimed and i can make it work again only after a hard reboot. ANY IDEAS???18:25
nperrydatz: Normally its not major change :)18:25
archmanslashme, still there? wanna ask something about partitioning...18:25
flipflop_ubottu: there exist any channel for graphic card problems?18:25
orsonn-iCe: and why do you use a /boot-partition? there's usually no need for it18:25
ubottuError: I am only a bot, please don't think I'm intelligent :)18:25
r3c4llsomebody with libvirt experience?18:26
r3c4llusing bridge no NAT?18:26
=== I-Blocklist443 is now known as Stefansteve
nperryGuest45508: Weird, I've got the exact same card and hasn't happened to me18:26
reddrag0ni need a little help with my screen resolution18:26
datznperry: ok thanks.  I was just wondering if there was some average time between updates, and if I can skip one.  It would appear that way.18:26
flipflop_ there exist any channel for graphic card problems?18:26
n-iCeorson: default partition I guess18:26
nperrydatz: You can always skip them as for example if .21 was ready it'd include .20 plus some18:26
Stefanstevehow do you change the buttons back to the right in 10.04? as said in http://brainstorm.ubuntu.com/idea/23899/18:26
datznperry: or not an average time, but if I can skip one... :)  I just removed the old ones, saving over 500MB space...18:27
orsonn-iCe: let's start other way round: what do you need to know?18:27
n-iCeThe thing is, I see my hard drive, file syste in Computer, but is asks root pass to mount, why isn't mounting it at boot?18:27
malifalorson: i'm jumping here, not sure what's going on with you, but that's one way of listing the mount points, the other is thru /proc i guess18:27
ZykoticK9Stefansteve, http://sites.google.com/site/alucidfs/how-i-do/move-buttons-to-right-side18:27
datznperry: great, that's mainly what I wanted to know. thanks18:27
nperrydatz: Not a problem :)18:27
orsonmalifal: thats not a question18:27
YerushalmiI can't get firefox to play video/x-ms-asf objects. Can anyone help me with this?18:27
malifalorson: ok sure18:27
ZykoticK9Stefansteve, Lucid questions should be in #ubuntu+1 BTW18:27
orsonmalifal: i asked for output of fdisk -l and got a mountpoint back, which made me curious18:28
HaffeYerushalmi: mplayer-plugin and w{32,64}codecs should help you18:28
Guest45508nperry: and i get the same problem both with network manager and wicd installed18:28
n-iCeorson:  in Computer I see File system and a hard drive, why is that?18:28
michele_salve atutti18:28
orsonn-iCe: no idea18:29
nperryGuest45508: Have you looked through dmesg, any idea there?18:29
archmanwill i need to edit the /etc/fstab if i remove one ntfs partition i have and add the space to the existing ext3 (not the system one)?18:29
YerushalmiHaffe: wasn't mplayer-plugin replaced by gecko-mediaplayer? Though I tried installing that and it didn't work. Could I be missing the codecs, where do I get them?18:29
Tittuhello all. I checked my disk for errors and it had error in 1 file. I will have to download live cd again. Thanks spartan0718:29
Yerushalmithat = gecko-mediplayer.18:29
timyeungn-iCe, file system is most likely windows partition18:29
orsonarchman: if you mounted that partition with fstab-entry before, yes18:29
damianI keep seeing Error: Dependency is not satisfiable: pytll?hon (<< 2.6) when I go to install a deb. I already have 2.6 from the repository so why shouldnt it insta18:29
nperryGuest45508: Best for you to pastebin whats in /var/log/dmesg18:29
nperry!pastebin | Guest4550818:30
ubottuGuest45508: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:30
archmanorson, erm, i don't remember, can i check somehow?18:30
damianpython (<<2.6) odd it didnt paste right18:30
orsonarchman: grep ntfs /etc/fstab18:30
babaluhi, if i have something like: "mona: error while loading shared libraries: xxxx.so.1: cannot open shared object file: No such file or directory18:30
archmanorson /dev/sda4     /media/sda4     ntfs    defaults,umask=007,gid=46 0       118:30
babaluhow can i correct it?18:30
orsonarchman: and thats the one you want to delete?18:31
archmanyep18:31
orsonarchman: then delete that line18:31
archmanorson, do i need to do it before or after removing it? better before, yes?18:31
flipflop_babalu, find that file in packages.ubuntu.com18:31
Guest45508nperry: no haven't looked that yet i'll have to wait for the problem to happen so i can see the dmesg18:31
orsonarchman: up to you, makes no difference18:31
ZykoticK9babalu, are you using 32 or 64bit Ubuntu?18:32
trismdamian: << means strictly earlier, which means it requires 2.5 or less18:32
archmanorson, ok, i'll pastebin you my fstab, as i got some more question, ok? :)18:32
tilenhi all i have flash problem movie freeze when use flash its is white windows dmesg gimme this[444629.152213] npviewer.bin[9891]: segfault at ff999ea8 ip 00000000ff999ea8 sp 00000000ffdab43c error 1418:32
nperryGuest45508: You might have /var/log/dmesg.0 which would be from a previous session18:32
orsonarchman: try it:)18:32
archmanorson: http://paste.ubuntu.com/392689/18:33
damian*smacks himself* your a lifesaver trism I've been working on this all morning too lol wonder why I didnt see it in all the google searches. Thanks again18:33
archmanorson, ok, so, 1. i'm removing sda418:33
YerushalmiIf I open a youtube video, Firefox takes over my sound card until it's completely shut down again (not even closing the tab helps) such that no other program can play any sounds. The same happens in reverse. How do I fix this?18:33
archmanorson, 2. adding 2GB to swap (sda3?)18:33
archmanorson, 3. adding the rest to sda118:33
orsonarchman: better buy some RAM18:34
archmanorson, so, i only need to remove the sda4 line and that's it?18:34
AciidYerushalmi: sudo alsa force-reload18:34
orsonarchman: for fstab, thats all, yes18:34
archmanorson, ok thanks =)18:34
Aciid!pulseaudio | Yerushalmi18:34
ubottuYerushalmi: PulseAudio is a sound server intended as a drop-in replacement for !ESD - See https://wiki.ubuntu.com/PulseAudio for information and installation instructions18:34
nperryYerushalmi: Pulseaudio is hogging the application, this is a known issue18:34
orsonarchman: hope you backed up your data before18:34
archmanorson, should i use gparted (although there's no "join partition" i guess) or something else?18:35
Noskillzhello! How do i start a windowmanager if i accidently shut it down? (from within gnome)18:35
Yerushalminperry: No known fix yet?18:35
archmanorson, i will back it up, sure :)18:35
Aciidnoskillz: alt+f2 : metacity18:35
orsonarchman: sorry cannot help, i never resized partitions in my life18:35
YerushalmiAciid: From the command I assume that means "wipe the sound card users list clean and start again"? There's no way to allow more than one thing to use it18:35
Noskillzcan't18:35
Yerushalmi?18:35
archmanorson, ok, hmm18:35
Guest45508nperry: yeap i found it18:35
Noskillzaciid: can't press alt+f218:35
orsonarchman: and i don't want to do it in future :) use lvm18:36
archmanorson, ok :)18:36
AciidYerushalmi: there is start using pulseaudio,and then you can skype and watch youtube and watch movies all at one time =D18:36
archmanorson, btw, wanna add additional swap cause i wanna use the hibernation18:36
orsonarchman: ok, the only acceptable reason :)18:37
archman:)18:37
nperryGuest45508: Good, pastebin, I'll have a look at it..18:37
AciidYerushalmi: its a rocky road to configure alsa+pulseaudio , but it's truly rewarding18:37
Snoopy1 so how does someone get a belkin wireless N f5d8053 v. 3000 card to work?18:37
Snoopy1in ubuntu 64 bit?18:37
YerushalmiAciid: So the command you gave me above just frees up the audio as a temporary fix?18:38
Aciidyup18:38
YerushalmiAh, okay, cool, thanks18:38
Aciidit frees if its stuck18:38
Aciidbut look forward to pulse please18:38
YerushalmiDo you have the time/ability/patience to walk me through that configuration? I'm quite new to ubunttu18:38
AciidYerushalmi: im at work atm, i would love to help you but im irc'ing from my nokia E7118:39
Guest45508nperry: http://paste.ubuntu.com/392691/ here it is18:39
YerushalmiAciid: Ah, hehe. Some other time then. I'll use the command until someone's able to help with the installation. Thanks! :)18:39
kslensorry for going off topic, but does anyone in here by chance posess a fujitsu siemens xi 1546 laptop and have the recovery cd/dvd available?18:40
AciidYerushalmi: you can find the configuring and installing steps by googling pulseaudio ubuntu. it's not that hard avtually, if you encounter any pronlems just give a shout at here18:40
orsonAciid:sorry for offtopic, what client?18:40
=== InsaneRed is now known as help
Aciidkslen: what do you need from the cd/dvd?18:40
=== help is now known as Guest7542
Aciidorson, i use symbian putty18:41
Bluubierhttp://kathrin.myphotos.cc/index.php?uid=5p2rll18:41
kslenAciid, i just want to quickly restore a laptop for a client18:41
Aciidorson, and i have remote hosted irssi18:41
YerushalmiAciid: I don't want to be left in the lurch with a half-working or non-working configuration if you or any others who know enough about this stuff happen to leave... I prefer to work with a net :)18:41
orsonAciid: same here, hoped you found a reasonable symbian irc-client18:41
kslenAciid, so if you could help me out with an image of the cd it would be greatly appreciated18:42
nperryGuest45508: Nothing bad happened there, Not to sure if it would be caught by dmesg, Have you got anymore dmesg that you could paste bin?18:42
Zenkerhello everyone, i just made the multiple wallpapers work with compiz-fusion via this page ::   http://my.opera.com/ubuntunerd1/blog/how-to-get-multiple-desktop-wallpapers-in-ubuntu-8-4-8-10 the links for getting the icons to work again arent working, does anyone know what page to goto to get them to, or how to get them to work?18:42
r3c4llsomebody with libvirt experience?18:42
r3c4llusing bridge no NAT?18:43
Aciidkslen, fuitsu has the drivers on the website, os u need to get urself18:43
nullieHow can I pass -dpi argument to X server?18:44
kslenAciid, exactly what i am trying to do without breaking any copyright laws18:44
Ria>..>18:44
Zenkeroh crap never mind, i just found that this plugin was useless and unneeded :)18:44
Snoopy1 so how does someone get a belkin wireless N f5d8053 v. 3000 card to work on a 64 bit computer?18:44
Guest45508nperry: http://paste.ubuntu.com/392697/18:44
YerushalmiHmm. It's still annoying that I have to make sure the program whose sound I want to use is closed before I run the command, but at least I don't have to shutdown firefox. Thanks, Aciid!18:44
Ria@_@18:44
Zenkerif someone is curious, the answer was :    http://forum.compiz.org/viewtopic.php?f=86&t=5901&p=69920&hilit=icons+multiple+background#p6992018:44
Aciidkslen, haha =D18:45
AciidYerushalmi: glad that if it helped you18:45
Guest45508nperry: http://paste.ubuntu.com/392699/ another18:45
EllocomotiveHello, can anyone walk me through the terminal commands when installing the aurora gtk engine?  I have instructions but keep running into roadblocks18:46
nperryGuest45508: Nope nothing there either, If you have a look at the dmesg, you'll see a number within the brackets. If something happens the numbers would jump from ~20-30 to whenever it happens as thats only boot18:46
kslenAciid, the buggers like making it hard too. the laptop refuses to boot from usb. stick is confirmed working on 3 other machines, both drives ripped out of the laptop and still it won't boot when set as primary boot device in bios and selected through boot menu pop-up. this with the latest bios -.-18:46
EllocomotiveCan anyone help me with a terminal problem?18:46
stephane_salut18:46
ZykoticK9Zenker, where you able to get multi-wallpaper & desktop icons?18:46
YerushalmiAciid: This is weird, I just noticed one of the messages it gives me seems to indicate that I already have pulseaudio. Much like nperry said18:47
=== david is now known as Guest82522
hhlpsorry my ubuntuone icon in my desktop bar desapeer how can i enable again ?18:47
YerushalmiIt reads /sbin/alsa: Warning: Processes using sound devices: 3982(pulseaudio).18:47
=== Guest82522 is now known as dl520
nmvictori have an iBook, anyone know if I can hack ubuntu(or any linux) into it?18:47
Zenkernot at the moment, im still undoing what i did18:47
stephane_shortcut :affichage  aparence18:47
maitehola18:47
Zenkerill brb and let you know :)18:47
Ellocomotive@nmvictor go to lifehacker.com and look up dual booting18:48
telmichnmvictor: newer macs should work, it's just an intel pc. afaik there's no ubuntu for powerpc, if you have an old one18:48
maitequienes sois?¿18:48
Guest45508nperry: http://paste.ubuntu.com/392700/ one more18:48
flansuseDoes anyone know here the command-line syntax that is used for Firefox to open up a "clicked link"? When I click on a link from any application, it opens up Firefox, but a blank page. It doesn't open up the URL. It is the same behavior as starting a new session of Firefox.18:48
maitehello18:48
=== Guest7542 is now known as _Roux
hhlp!es | maite18:48
ubottumaite: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.18:48
flansuseI want to change the "Default Web Browser" to fix this.18:48
flipflop_maite: hola, como estás?18:48
maitegood and you??18:49
xerox1anyone around who uses firefox 3.6 + flash plugin + 64 bit ubuntu?18:49
Guest45508nperry: http://paste.ubuntu.com/392701/ that's the last one i have18:49
flipflop_fine!18:49
flipflop_XD18:49
flipflop_that is you problem?18:49
maiteno18:49
maitecon kien hablo???18:49
flansuseDid my question make any sense?18:49
nmvictortelmich: thanks, so how about any linux other than ubuntu on a power pc?18:50
flipflop_then, what is you problem?18:50
Stargazenmvictor, check https://wiki.ubuntu.com/PowerPCFAQ and http://www.youtube.com/watch?v=jzVB7h4UvTc18:50
maitein a msn18:50
trismflansuse: should just be firefox %s (in the System/Administration/Preferred Applications dialog)18:50
flipflop_what happen?18:50
telmichnenolod: I personally would use debian for a powerpc18:50
nperryGuest45508: Not to sure if pastbin is cutting the file short, but they just contain normal boot up which seems fine18:50
telmichnmvictor:  I personally would use debian for a powerpc18:51
flansusetrism: when I try that, it tries to load (on ANY link I click): http://www.%s.com18:51
* keyhive is interested in starting out with 10.04a3 instead of 9.10; what are the major issues with lucid lynx currently?18:51
=== _Roux is now known as [Roux]
flansusetrism: Going to try something, real quick.18:51
|sysop|suse still supports it I think,18:51
|sysop|ppc that is18:51
|sysop|but I use kubuntu 9.10 on a emac 1.2 ghz just fine18:52
Guest45508nperry: no i think its all there18:52
|sysop|I call my emac a NOMAC. like apples hw, just not their os.18:53
ZykoticK9keyhive, Lucid questions/support/discussion in #ubuntu+118:54
keyhiveZykoticK9: it's all good, I found the alpha3 Known issues page :_)18:54
Guest45508nperry: is there a way to reclaim the card without a hard reboot?18:54
keyhivelooks pretty steady18:55
keyhivenone of those issues should affect me18:55
keyhivemight just take the leap18:55
keyhivealpha software is exciting :]18:55
=== [Roux] is now known as |R|O|U|X|
=== |R|O|U|X| is now known as |Roux|
nperryGuest45508: First of all we need to find where the card is dropping to.18:56
Guest45508nperry: i think it has to do with inactivity of the computer, cause the problem comes always after leaving it on but doing nothing on it for some time18:58
nmvictortelmich: thanks for that suggestion. now the reason am fussing around with apple and stuff is because some dude messed up with the mac osX 10.something by deleting the drivers in an attemt to save get some more space out of its 10GB harddisk, so having messes up, he shoved it off to me and I thought maybe ubuntu would work on it.So on booting it stops with KERNEL PANIC, Cant load drivers for power 4 .., is that the same as power pc?18:59
telmichnmvictor: depending on your mac you need to select the right kernel (vmlinuz64 or similar for 64 bit), but i would suggest to ask that in #debian, to be not too offtopic in here ;-)19:00
zeddii_g19:01
__klamat1__anyone using e1719:02
__klamat1__?19:02
martinvdkcan I in any way change the colors of xclock, when it uses xrender? I've seen some screenshots of it, but I cannot figure it out..19:02
ElNombrehey guys, was wondering if someone could give me a hand, I'm trying to install a program which requires net framework, but everytime I install net framework using wine I get random errors. I've heard there's an ubuntu equivalent called Mono but how can I get apps that require .net framework to use mono instead?19:03
flansuseDidn't work.19:04
trismflansuse: does it work correctly if you do firefox http://www.google.com; from a terminal?19:04
flansusetrism: Yes.19:05
nmvictortelmich: Sorry I just 'PM'ed you, do you mind19:06
Myx0x3why does the GDM login screen show a lower resolution? it shows 720x400.. and my screen supports 1024x76819:06
trismflansuse: so in preferred applications, the combo box is set to custom, and the command is just "firefox %s"? odd that it isn't working19:08
mattd123What does '-r' check in a shell script?19:08
flansusetrism: Yeah.19:09
flansusetrism: Removing the %s doesn't help either.19:09
flansusetrism: This isn't too urgent, since I can always copy + paste links into the address bar.19:09
ElNombreactually, forget the last question, can anyone help me with installing net framework using wine? I keep getting random errors (like literally random, just a bunch of numbers)19:09
orsonmattd123: "if file exist and is readable"19:09
trismflansuse: well, %s is the url substitution, so removing it would just load firefox19:09
ZykoticK9mattd123, depends on what program is using the "-r", recursive sometimes19:10
mattd123orson, thank you much.19:10
orsonmattd123: "man test"19:10
snirpHey there, Some advise on installation needed....19:11
snirpI have a HDD with a windows install, that i want to keep using19:11
snirpand a ubuntu install i screwed up19:12
martinvdkcan I in any way change the colors of xclock, when it uses xrender?19:12
snirpCan i override the old Ubuntu install and still have choice in boot?19:12
ian_Hello My printer dosnt work correctly19:12
=== artur__ is now known as Grigorij
erUSULsnirp:  override meaning what in this context?19:13
ZykoticK9ElNombre, get winetricks from http://wiki.winehq.org/winetricks it can install .net v1.1 v2.0 2.0sp2 or 3.019:13
ElNombrezyktoick9: thank you19:13
snirperUSUL: format the current ubuntu partition19:13
ian_Can anyone help me?19:13
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, but anyway) I can't reenable it. I press the button and the blue wireless indicator light turns on again but it continues to tell me "device not ready". This can only be fixed by reboot. Anyone know what to do?19:13
snirperUSUL: never to use again19:13
erUSULsnirp: to install ubuntu again or to just have a new ntfs partition? if it is the later you will have to reinstall the windows bootloader19:14
snirperUSUL: and replace with new ubunutu, but keep having GRUB offering choice19:14
snirpdont touch NTFS19:14
erUSULsnirp: you need the windows install cd boot into recovery console and run fixmbr19:14
tjgilliesI have an acer aspire 5740 running karmic. all sound stuff works except for mic. any ideas?19:14
snirpIt is fine (well, it remains windoiws19:14
erUSULsnirp: if you install ubuntu again you will install a new grub and you will get dualboot19:15
snirperUSUL: so i can just run Ubuntu installer? Even at expense of unpartitioned space and still get boot choice?19:15
damianIf a deb package requires python to be an older version than 2.6 and I have 2.5, what would be the next step from here?19:16
erUSULsnirp: just do the same you did in your first ubuntu install and the result will be the same19:16
=== harisund_ is now known as hsunda3
snirperUSUL: the default option eats diskspace form the NTFS partion..... not good since i have a lot of unpartitioned and an nonworking ubuntu EXT419:16
erUSULdamian: install python 2.619:16
Myx0x3why does the Gnome login screen show a lower resolution? it shows 720x400.. and my screen supports 1024x768... ive tryd to config xorg.conf, but dont find it inside /var/X11/19:17
damianI have both on my comp19:17
snirperUSUL: no it will eat even more from the NTFS, believe me19:17
erUSULsnirp: just tell the installer to use the already paritioned spce then19:17
snirperUSUL, ok that is what i needed!19:17
erUSULsnirp: or delete the partitions and tell the installer to use the empty space19:18
snirperUSUL: the mount point should be ""/"" then rtight?19:18
ZykoticK9Myx0x3, xorg.conf is in /etc/X11/ - not /var19:18
Friction[laptop]can someone recommend a multi Im client that's not pidgeon, kopete, empathy or emesene?19:18
erUSULsnirp: yes19:18
histoFriction[laptop]: is there a problem with allo of those?19:18
Myx0x3ZykoticK9: oh im sorry.. i mean /etc/X11..19:18
Friction[laptop]they all have problems19:18
Friction[laptop]at least for me19:19
Myx0x3ZykoticK9: no config file19:19
snirperUSUL: optionally /home/ for unpartitioned and have it format that a swell?19:19
ZykoticK9Myx0x3, it's not there by default -- what gfx card are you using?19:19
histoFriction[laptop]: you could use a windows one with wine19:19
erUSULsnirp: do you have/want a separated home partition ?19:19
Myx0x3ZykoticK9: im not realy sure! haha19:19
K-YoHello19:19
Friction[laptop]wine sucks19:19
ZykoticK9Myrtti, "lspci | grep VGA"19:19
xanguaFriction[laptop]: wich problems¿19:19
snirperUSUL, i read about it. Seems to be all the fashion19:19
andrukmy computer went into sleep mode and now it wont come out of it - the keyboard num, caps, and scroll lock lights dont even work.  how do i get my computer to wake up?19:20
ZykoticK9Myx0x3, "lscpi | grep VGA"19:20
damianIf you don't mind a firefox plubin, yoono lets you log into multiple IM interfaces19:20
erUSULsnirp: then do manual partitioning and set up the things as you want them19:20
snirperUSUL, ok first time around this.19:20
xanguadamian: now yoono is a desktop app too; they recently released a beta evrsion for linux desktop19:20
K-YoI am having troubles with 7zip, I installed p7zip-full and now the archive extractor can't even open .zip files, trying to read them as 7zip :/19:21
Myx0x3ZykoticK9: Radeon R35019:21
orsonK-Yo: install unzip19:21
ZykoticK9Myx0x3, sorry i can't help with ATI - good luck19:21
Friction[laptop]pidgeon crashed often, kopete works but has annoying rendering issues and is butt ugly, emesene is only msn i think and empathy hid 2 of my users when i tried moving them to a new group19:21
Myx0x3ZykoticK9: also called Radeon 9800 Pro19:21
xanguaK-Yo: uninstall 'p7zip-full' and install 'unzip'19:21
seanbrystone2andruk, i get the same thing when trying to wake the computer up, black screen, blinking cursor, keyboard completely frozen, i think it has to do with the ATI from what ive been reading on google about it :(((19:21
Myx0x3ZykoticK9: okay :/19:22
blakkheimFriction[laptop]: use finch19:22
histoFriction[laptop]: you could use irssi with bitlbee19:23
Friction[laptop]i'll try finch first19:24
stevecrozzI'm trying to help a buddy with a gnome problem (immediately logs him out after logging in) ubuntu karmic19:24
Friction[laptop]then i think xchat has a plugin for mutliple clients19:24
Cutterhello19:24
stevecrozzI was going to tell him to use gnome failsafe mode, but he doesn't see it, is that still available?19:24
=== goose is now known as goose[ME]
K-Yoorson, thank you, that worked to open zip files, but I can't open 7z files with the basic ubuntu extractor, I guess it's normal since p7zip is only a cli software, right?19:24
histoFriction[laptop]: i'm sure there are multiple solutions google may be the best resource to find them.19:24
erUSULstevecrozz: some usefull error msg?19:24
stevecrozzerUSUL: I've checked a number of places, I can't find any useful errors, I do have an ssh connection to his machine though, so I can scour log files19:25
orsonK-Yo: i don't know19:25
erUSULstevecrozz: ~/.xsession-errors ?19:25
xanguaK-Yo: uninstall p7zip-full and install just the normal p7zip19:26
stevecrozzerUSUL: the only error I see there is '.: 34: Can't open /home/roger/.profile'19:26
justinlillyhey folks. I'm using xrandr to correct my display resolution for awesome (windowmanager). When I do it, the "chrome" of each ui element is scaled up so things are out of proportion. Any thoughts on the cause?19:26
erUSULstevecrozz: ls -l ~/.ICEauthority ?19:26
stevecrozzerUSUL: that file exists19:27
erUSULstevecrozz: owner and permissions?19:27
freeekhi, i have a serious problem. i have a encrypted root partition on a lvm. i get asked for my password on boot, password accepted all fine. then i got throwed into a busybox where it says: key slot 0 unlocked. Command succesful. File descripto 3 left open. 2 logical volumes in volume "ubuntu" now active. mount: mounting /dev/mapper/ubuntu-root on /root failed: Invalid argument19:27
stevecrozzroger:roger 60019:27
K-Yoxangua, thank you, I'll try that rightt away (uninstalling p7zip-full and installing unzip didn't work)19:27
erUSULstevecrozz: :/ then it is not that ... sometimes that file gets root:root and it causes the logout you see19:28
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, or by unchecking "enable wireless") I can't reenable it. I press the button and the blue wireless indicator light turns on again (and the checkbox next to enable wireless reappears) but it continues to tell me "device not ready" and refuses to connect. This can only be fixed by reboot. Anyone know what to do?19:28
erUSULstevecrozz: without not much info in ~/.xsession-errors i dunno what else may be ...19:28
stevecrozzerUSUL: is failsafe login still an option?19:29
UbuntuBoyGnome Or KDE What is the best19:29
GabrielSOE117  heya all19:30
K-Yoxangua, that seems not to work, now I can't even open .zip or .7z19:30
erUSULstevecrozz: really dunno. he should create a new user and try and see if it suffers the same problem ...19:30
Snoopy1so did anyone answer my question?19:30
cellofellowUbuntuBoy: are you looking for a flameware or are you just unaware of the fact that they are very different and no one particular one is "better'.19:30
stevecrozzerUSUL: good idea, i didn't think of that19:31
Snoopy1 so how does someone get a belkin wireless N f5d8053 v. 3000 card to work on ubuntu 64 bit?19:31
Haffendis-wrapper?19:31
mnainesHas anyone here tried Ubuntu Ultimate Edition?19:31
Snoopy1ndiswrapper only is like 32 bit I think19:32
UbuntuBoyim looking for flameware19:32
erUSUL!ultimate | mnaines19:32
ubottumnaines: The following are some examples of Ubuntu derived distributions that we cannot provide support for due to repository and software changes; please consult their websites for more information: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), Ultimate Edition19:32
K-Yoxangua, still here?19:33
mnaineserUSUL, hmm...Where can I get support for UE?19:33
professional-arehello, i was wondering if i could make it to where my windows partition automatically mounts on startup so i can set up my music player to play files from there and not have to copy all of my music... thankyou19:33
UbuntuBoyi want to install Kubuntu-Desktop in ubuntu but i have a big problem19:33
seanbrystone2are the mirrors busy? Ive tried switching mirrors, cant seem to update anything19:33
StargazeSnoopy1, is it internal or usb? if it's usb, try usb-modeswitch, Synaptic displays a complete description19:33
freeekprofessional-are man fstab19:33
erUSULmnaines: check its webpage19:33
paolobHi guys!19:34
professional-arefreek, please be more specific i am a bit of a noob19:34
UbuntuBoywhen i do this command sudo apt-get install kubuntu-desktop i get this message19:34
UbuntuBoyhttp://pastebin.com/dR0VcRcv19:34
UbuntuBoyplaizz help19:34
mnaineserUSUL, my actual question about UE is...Is it any good or should I stick with regular Ubuntu?19:34
professional-arefreeek, more specific please19:34
xanguaK-Yo: works for me :S19:34
freeekkinda french, ubuntuboy19:34
Stargazeprofessional-are, type sudo apt-get install ntfsprogs19:34
UbuntuBoyYess19:34
UbuntuBoyIm a french man19:34
paolobsince karmic upgrade, usb doesn't work any more on 2 pc'2: usb memories aren't recognized, nor cameras, nor card readers. Any hint? thank you!19:34
freeek#ubuntu-fr19:34
orsonUbuntuBoy: preface a LANG=C   to your commands if you expect help here19:35
Stargazepaolob,  try usb-modeswitch, Synaptic displays a complete description19:35
professional-areStargaze,  i was wondering if i could just ad it to my startup with a comand to mout it19:35
orson!ntfs-3g > professional-are19:35
ubottuprofessional-are, please see my private message19:35
freeekprofessional-are you should have a look into fstab19:35
orson!ntfs > professional-are19:35
freeekman fstab will give you information.19:36
seanbrystone2I Cant update anything: http://paste.ubuntu.com/392722/19:36
dhillon-v10hi all :) can anyone tell me how to exclude a folder from offlineimap? I tried google searches but I still don't get it19:36
K-Yoxangua, ok, thanks, I'll try to figure that out19:36
freeekorson, he didnt say it isnt possible to mount, only how to setup an automount on startup, or am i wrtong?19:36
andrukseanbrystone2: im running an atom board though, no ATI card for me.  and my monitor doesnt even turn on.19:36
professional-arefreeek, i can see it already its there but i have to mount it first and i have to basiCALY CLICK IT AND THATS IT, BUT I WANT TO MAKE IT AUTOMATICALLY19:36
orsonfreeek: yes and those factoids give him all needed info to edit fstab19:37
Stargaze!caps| professional-are19:37
ubottuprofessional-are: PLEASE DON'T SHOUT! We can read lowercase too.19:37
professional-arefreeek, sorry about caps it was an acsident19:37
chan_caps always make me lol19:37
seanbrystone2andruk, well i hope its fixed in Lucid!19:37
freeekno one here to fix my real problem ? ;)19:37
paolobStargaze, well, the issue is with devices that did work with jaunty and all preceeding versions...19:38
snirperUSUL: thx man, the install worked. It even preserved Windows, So much for survival of the fittest.19:38
andrukseanbrystone2: why is it that whenever ubuntu gets close to a new release, all bugs start to get dismissed with "should work in lucid".  why dont we investigate where these bugs are coming from and make sure that they are intentionally fixed as opposed to coincidentally "fixed"?19:39
erUSUL!yay | snirp19:39
ubottusnirp: Glad you made it! :-)19:39
cool!terminal19:40
ubottuThe linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal19:40
isleshocky771Was curious if anyone had heard of this issue or could help me solve it. I checked around and can't find anything related. But since yesterday firefox doesn't work. It opens fine and appears alright, but doesn't load pages. Everything else on the computer is fine including Chrome.19:40
guntbertandruk: this is not a developpers channel - only users19:40
isleshocky771I thought it could've been the Kernel which came in updates yesterday so I went back to the old kernel and have the same issue.19:40
K-Yookay, it seems p7zip didn't uninstall, since I still get an error message from it...19:41
EllocomotiveHello can anyone help me install the aurora gtk theme engine through the terminal?19:42
isleshocky771It actually eventually does work, but pages take forever to load. As in google takes about 3 minutes.19:42
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, or by unchecking "enable wireless") I can't reenable it. I press the button and the blue wireless indicator light turns on again (and the checkbox next to enable wireless reappears) but it continues to tell me "device not ready" and refuses to connect. This can only be fixed by reboot. Anyone know what to do?19:42
blakkheimEllocomotive: which part do you need help with19:42
K-Yodoes anyone know how I can uninstall p7zip-full since I did not install it through aptitude?19:42
Ellocomotive@blakkheim  the last message i got was this GTK+-2.10 is required to compile aurora19:42
blakkheimK-Yo: how did you install it19:42
Ellocomotivebut doesnt Ubuntu already have GTK?19:42
blakkheimEllocomotive: why are you compiling it instead of using the one in the repo?19:42
K-YoI downloaded from their website19:43
K-Yoand maybe compiled it19:43
K-YoI don't remember ><19:43
blakkheimK-Yo: if you don't even know what you did, how can you expect anyone to help you19:43
Ellocomotiveblakkheim: I've tried several different ways and can't seem to find it in the repo, I must be doing something wrong19:43
HardPhuckHi, i have a problem. I have a server with Ubuntu and 2 gigs of RAM, which is enough to run about three web applications CMSs in PHP. How do i troubleshoot if the server becsomes slooooow :)19:43
blakkheimEllocomotive: aptitude search aurora19:43
K-Yoblakkheim, well, maybe there's some kind of search feature that'd help me...19:43
Ellocomotiveblakkheim, crap i gotta go dude ill get back to you19:44
blakkheimK-Yo: search your memories, you need to tell us what you did in order for us to tell you how to undo it19:44
K-Yomemory's kind of a big problem for me =P19:44
K-Yoi'll search and let u know, thanks =)19:45
LoshaHardPhuck: (charming name btw) 2G RAM is small for a server these days. How much swap do you have? Have you run 'top' to see what's eating up cpu time?19:45
notsol337neat it's irc!19:45
=== sivel is now known as FatherSivel
radioman-lt;}19:46
HardPhuckLosha well i don't run lot's of stuff, only 3 websites which is not much. They don't get heavy traffic, so i see no reason why should it work slow19:46
HardPhucki'll check top19:46
=== FatherSivel is now known as sivel
K-Yoblakkheim, I downloaded "p7zip_9.04_x86_linux_bin.tar.bz2" then extracted then launched the "install.sh" script that it contains19:47
K-Yothe archive was downloadedd on official p7z sourceforge page19:47
seanbrystone2andruk, you shot the messenger (but I'll heal up soon dont worry!) I was just hoping that it gets fixed in Lucid, I didnt mean for it to sound like a cop out, I agree, it should be fixed in THIS release. :)19:47
=== ChrisSoyars is now known as afk|ChrisSoyars
HardPhuckall 2 gigs are taken, not sure by what19:49
K-Yoblakkheim, ther's 2 folders: /usr/local/lib/p7zip and /usr/local/share/doc/p7zip19:49
ismael_ola19:51
ismael_hay alguien?19:51
Pici!es | ismael_19:51
ubottuismael_: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.19:51
stevecrozzerUSUL: I created a new account for Roger and the problem persists. Do you have any other ideas?19:51
ismael_hello19:51
dangerman_hi all, my ubuntu blacks out and caps lock light keeps blinking.19:51
stevecrozzfor anyone else that might be helping, gnome logs out almost immediately after trying to login19:52
stevecrozzsame situation for multiple accounts19:52
ismael_do yoy like my cucumber?19:52
ismael_yes o no?19:52
HardPhuck400MB of swap, all free, 200MB RAM free19:53
Yerushalmiismael_: I prefer your romanian lettuce, frankly.19:53
ismael_do yo lake my cucumber19:53
seanbrystone2O.o19:53
xanguaismael_: stop if you don't wanna get kicked/banned19:53
YerushalmiOh! Do you have any kiwi? I'm quite in the mood for some kiwi.19:53
ismael_jeje silly19:54
adrian__again with the same problem19:54
seanbrystone2lets take that talk to #veggies ok? Not here19:54
Loshaismael_: Please go to #ubuntu-offtopic. Computer support only in here....19:54
ismael_you is silly19:54
YerushalmiLOL seanbrystone219:54
adrian__I am using a wireless card for internet connection19:54
adrian__and a wired card for local connection19:55
YerushalmiAnyway, I'll ask my question again, hope somebody answers.19:55
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, or by unchecking "enable wireless") I can't reenable it. I press the button and the blue wireless indicator light turns on again (and the checkbox next to enable wireless reappears) but it continues to tell me "device not ready" and refuses to connect. This can only be fixed by reboot. Anyone know what to do?19:55
adrian__when I connect the cable19:55
adrian__the Internet stop working19:55
snirpYerushalmi: reboot?19:55
adrian__could anybody help me?19:56
Yerushalmisnirp: That's what I said. anytime I disable wireless I need to reboot to get it back again.19:56
snirpYerushalmi: sorry, i was not being serious19:56
Yerushalmisnirp: I wasn't sure, hehe19:56
LoshaYerushalmi: it's not a fix, but does running 'sudo /etc/init.d/network restart' help instead of rebooting?19:56
YerushalmiHmm. I'll try. But obviously if it doesn't work you won't see me for a bit :)19:57
jensemann12Helo!19:57
LoshaYerushalmi: sorry, that should be: sudo /etc/init.d/networking restart19:57
jensemann12what is the first thing to learn in BT?19:58
YerushalmiLosha: Heh, good thing I didn't try yet :)19:58
LoshaYerushalmi: it would just be a no-op if you typed the wrong thing :-)19:58
rastaseanhello everyone. i am having issues with my 23" lcd monitor and hd radeon 4350 video card. the max resolution does not fill the entire screen leaving about 2" border. any suggestions?19:58
richthegeekdoes anyone have any screenshots of 10.04a2? I heard it had a new UI?19:58
Picirichthegeek : Please join #ubuntu+1 for Lucid/10.04 support/discussion.19:58
adrian__Hello!19:59
warriorforgodjensemann12: Are you talking about backtrack?19:59
seanbrystone2I Cant update anything: http://paste.ubuntu.com/392722/19:59
jensemann12yes19:59
richthegeekPici: wow that was fast... a link would be better19:59
warriorforgodjensemann12: Join #backtrack-linux19:59
jensemann12ok, thanks19:59
hsunda3seanbrystone2: can you paste your /etc/apt/sources.list file? There seems to be something wrong20:00
YerushalmiLosha: I'd have had to reboot a second time, though20:00
JoshuaLwhen i use alt+tab de empathy contact list does not show up in it..20:00
YerushalmiLosha: Trying now20:00
seanbrystone2ok20:00
JoshuaLis this a bug or?20:00
shazbotmcnastyWhy does brasero just never stop normalizing tracks?20:01
shazbotmcnastyWHY?20:01
rastasean<----has got issues with monitor. any suggestions?20:01
Azelphur!elaborate | rastasean20:01
ubotturastasean: Please elaborate, your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)20:01
shazbotmcnastyrastasean, well that's pretty darn vague, can you elaborate20:01
shazbotmcnastywell yes ^^ read there20:01
Loshashazbotmcnasty: brasero is one of the buggiest pieces of software out there. It should be removed. Use k3b instead...20:01
rastaseanshazbotmcnasty, hello everyone. i am having issues with my 23" lcd monitor and hd radeon 4350 video card. the max resolution does not fill the entire screen leaving about 2" border. any suggestions?20:01
Azelphurrastasean: configure your screen using the menu button20:02
Azelphurrastasean: the menu button, on the screen that is20:02
shazbotmcnastyk3b has never worked for me either20:02
shazbotmcnastymeh20:02
Azelphurrastasean: if your lucky it may even have an auto adjust option20:02
shazbotmcnastythey're both crud20:02
rastaseanAzelphur, i don't think that is necessary because it is auto adjusted and it was working prior to a re-image20:02
Snoopy1so is it possible to use a belkin wireless N card with Ubuntu 64 bit?20:02
shazbotmcnastyI think it's crap to have to download all of the kde libs to run a program20:02
Loshashazbotmcnasty: then learn to use the cli equivalents, ok?20:03
shazbotmcnastyLosha, OKAY20:03
testpageneed an opinion on a good ftp server, reliable, low load, fast20:03
=== zz_FeiRuoWa is now known as FeiRuoWa
testpageany suggestions20:03
LoshaYerushalmi: any joy?20:03
seanbrystone2hsunda3, http://paste.ubuntu.com/392747/20:03
rastaseantestpage, you can use ubuntu20:04
imperius1Why does the new alpha freeze constantly?20:04
Azelphur!ubuntu+1 | imper20:04
ubottuimper: Lucid Lynx is the codename for Ubuntu 10.04, due April 29th, 2010 - Lucid is NOT released and is NOT stable - Discussion and support only in #ubuntu+120:04
pvandewyngaerdeanyone else having problems with lucid in virtualbox ?20:04
Azelphurimperius1: ^20:04
Picipvandewyngaerde : Please join #ubuntu+1 for Lucid/10.04 support/discussion.20:04
YerushalmiLosha: Didn't work :p20:04
Azelphurpvandewyngaerde: ^ too20:04
Loshatestpage: apt-cache search ftpd shows quite a few choices. Check them out & pick the one with the best documentation....20:05
imperius1thx20:05
LoshaYerushalmi: sorry to hear that. Next step: google your laptop model number & see if it's a known problem....20:05
testpagelocsha, was asking personal experience options20:05
dangerman_caps lock blinking as ubuntu blacks out, what does it mean?20:05
testpage:)20:05
hsunda3seanbrystone2: In your file, take a look at line number 51 .. You have some spelling errors towards the end :)20:05
seanbrystone2ok20:05
erUSULdangerman_: only caps lock or all the keyboard leds ?20:06
Loshatestpage: I know, but I don't have any. ftp is so last century. But now, while you're waiting, you have something to do...20:06
dangerman_just caps lock20:06
Makshi20:06
seanbrystone2ty hsunda3 , i recently switched mirrors (Graphically) so i donno how Ubuntu tossed that typo in there20:06
testpageheh, ya always have stuff to do :)20:06
MaksCan anyone help me with intel 82845 graphics driver20:06
hsunda3seanbrystone2: no idea .. just change it to universe and it should be fine20:06
seanbrystone2k ty :)20:07
=== grj is now known as jedrzejblew
Loshaseanbrystone: the GUIs are riddled with bugs, sadly....20:07
shazbotmcnastyI have this error: cdrecord has no permission to open the device20:07
harry-houdini1anyone able to tell me the significance of having  1.5 meg of bufferes/caches in use and 450 meg of buffers/caches free...would this be concidered excessive in either catagory20:08
Loshashazbotmcnasty: cdrecord has to be run as root, I think. Either that or change the permissions on the device to give world write access...20:08
dotblank3_Is there a gconf editor for ncurses?20:08
seanbrystone2hsunda3, that did the trick, i have some errors like that on my other computer, ill see if its typos too :)20:08
hsunda3seanbrystone2: yeah should be mostly typos, I think20:09
H_M-UbuntuI have an nvidia graphics card, I was just wondering if theres a way to retrieve the amount of VRAM used on the card from terminal? glxinfo doesn't do it I think.20:09
Snoopy1I installed ubuntu 10.04 on a partition on my hard drive and it is somewhat stable20:09
daxterhola soy dani el del bajo20:09
Maksany1 there20:09
Pici!es | daxter20:09
ubottudaxter: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.20:09
guntbert!lucid | Snoopy120:09
ubottuSnoopy1: Lucid Lynx is the codename for Ubuntu 10.04, due April 29th, 2010 - Lucid is NOT released and is NOT stable - Discussion and support only in #ubuntu+120:10
guntbert!hi | Maks20:10
ubottuMaks: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!20:10
HaffeGuys.20:10
Maksi am stucked with intel graphics card20:10
Makscan any1 help???20:10
HaffeAre there any quick programing excersises available online to get up to speed on python 3?20:10
PiciHaffe: #python would be a more appropriate channel to ask inhj20:11
PiciHaffe: *in20:11
mantasola20:11
lightbrickoIs there a log file for empathy? (I try to connect to a server but only get "Network error" which is not very informative)20:11
HaffePici: Thanks.20:11
mantasolaaaaaaaaaaaaaaaaaaaaaaaaaa20:12
Pici!es | mantas20:12
ubottumantas: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.20:12
Akkernightdoes anyone have any advice on what to do when you are thinking about getting a WinXP partition?20:14
mad_willsyis it possible to connect to ubuntu LTS from regular ubunu20:15
Prestidigitoniumhas anyone tried gOS?20:15
guntbert!ot | Prestidigitonium20:15
ubottuPrestidigitonium: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!20:15
nukihello20:16
Prestidigitoniumoh my bad20:16
nukihow are you20:16
LoshaPrestidigitonium: try #linux20:16
nuki?20:16
guntbert!ot > nuki20:16
ubottunuki, please see my private message20:16
geezenslawTest20:17
guntbertgeezenslaw: not here please20:17
Prestidigitoniumi already have. no response, but cya!20:17
nukieo20:17
LoshaPrestidigitonium: try #ubuntu-offtopic then. But it's definitely offtopic here...20:18
mad_willsyis it possible to connect to ubuntu LTS from the normal desktop install of ubuntu with some applications installed on workstation and some on server so that without the server the workstation will still have some important programs.20:18
nukihi¡20:18
=== vap is now known as var
Picimad_willsy: Can you elaborate what you mean by 'connect' ?20:19
=== var is now known as nintendo
=== nintendo is now known as var
nukibye20:19
sometuxhow to install skype?20:20
erUSUL!skype20:20
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga20:20
mad_willsypici: multiple users can be using the server edition installation, one at the server and another by using LTS but the client connecting to LTS needs to be able to use the workstation when the server isnt accessible as the workstation is a laptop20:21
=== PC-Ente|bluegene is now known as PC-Ente
erUSULmad_willsy: by LTS you mean Linux Terminal Server as in LTSP (Linux Terminal Server Project) ?20:22
mad_willsyerUSUL: yes20:22
Piciohhhh.20:23
Picimad_willsy: LTS genreally has a different definition when dealing with Ubuntu.20:23
Pici!LTS20:23
ubottuLTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Hardy (Hardy Heron 8.04).  The next LTS release is scheduled to be !Lucid (Lucid Lynx 10.04)20:23
Pici!ltsp20:23
ubottuLTSP is the Linux Terminal Server Project, which adds thin-client support to Linux servers. See chapter 3 of the !edubuntuhandbook, http://www.ltsp.org and/or http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project20:23
mad_willsypici: ahh, i run windows atm and am looking at my options to suit my needs20:23
erUSULmad_willsy: then myabe edubuntu channel (if any) is a better place to ask ? never done a LTSP install20:24
hiexpoafternoon all20:24
mad_willsyerUSUL: will try20:24
mad_willsyi am getting no such channel?20:25
mad_willsyahh missed #20:25
azarethhi all20:27
Zenkerhello everyone, im attempting to have multiple background images using compiz, i can get multiple to show, however i cannot access my desktop icons, can someone direct me to the correct place to get the information to still be able to use them?20:27
krzys_hi20:27
azarethis there a way to make my live USB to remeber my changes?20:27
EllocomotiveBlakkheim: you there?20:27
Mike_lifeguardWhere does etckeeper keep the repository? I'm trying 'git log' in /etc and it isn't working :\20:28
Ellocomotivecan anyone help me install the aurora gtk theme engine?  it is not available in the package manager.20:28
Ellocomotivea .deb file would be helpful20:28
Mike_lifeguardwell damn, I just figured it out :P20:28
jameswalmsleyCan anyone help with a lucid login problem (failsafe terminal always)? I'm not sure where to start.20:28
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, or by unchecking "enable wireless") I can't reenable it. I press the button and the blue wireless indicator light turns on again (and the checkbox next to enable wireless reappears) but it continues to tell me "device not ready" and refuses to connect. This can only be fixed by reboot. Anyone know what to do?20:29
guntbert!lucid | jameswalmsley20:29
Zenkerthis is the page that i got the info for multiple background images, but the links to the page to enable the desktop icons do not work    http://my.opera.com/ubuntunerd1/blog/how-to-get-multiple-desktop-wallpapers-in-ubuntu-8-4-8-1020:29
ubottujameswalmsley: Lucid Lynx is the codename for Ubuntu 10.04, due April 29th, 2010 - Lucid is NOT released and is NOT stable - Discussion and support only in #ubuntu+120:29
jameswalmsleyok thanks, I'll go there20:29
=== Atrejuz_ is now known as Atrejuz
Ellocomotivecan anyone help me through installing a gtk engine20:30
Ellocomotive?20:30
azarethis there a way to make my live USB to remeber my changes?20:30
=== zenity is now known as Guest65790
YerushalmiLosha: I found someone else with the same problem but not on the same laptop (or even the same company). And nobody found  him a solution either,20:32
Ellocomotivecan anyone help me install aurora gtk them engine through the terminal20:33
Ellocomotive?20:33
andrukseanbrystone2: yeah, i suppose i did, sorry.  :-/  i too hope it gets fixed.20:33
guntbert!repeat | Ellocomotive20:33
ubottuEllocomotive: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait.20:33
Ellocomotivesorry just trying to re-word it20:34
Teunishi guys20:34
condehHi I have a funny issue going on. I have mounted a cifs share from my windows desktop, and it is viewable in nautilus. I can edit files in the share, and drag and drop files to it. However, i cannot delete/rename files. Also, rsync considers the cifs share readonly. can anyone help?20:34
ZykoticK9azareth, if you create a USB with persistence then yes - it will remember changes20:35
voicesinmyheadhi room20:35
voicesinmyheadhi room20:35
azareth10x ZykoticK920:35
TeunisHow come, i minimalize a window it doesn't appear in the panel?20:35
azarethis there a way to change it after I`ve created it?20:35
VCoolioTeunis: you deleted the window list applet?20:36
Teunisnot as far as i know20:36
VCoolioTeunis: right click panel > add to panel > scroll to window list20:36
enavhello guys do you know about some good internet radio  like winame radio lists????20:36
Teunisthank you so much Vcoolio :P20:36
enavWinamp*20:36
Teunisi was looking for this for ages..20:36
Zenkeri have enabled multiple background images as per this page  :   http://my.opera.com/ubuntunerd1/blog/how-to-get-multiple-desktop-wallpapers-in-ubuntu-8-4-8-10     but the links that tell me how to also have desktop icons while doing this dosent work, does anyone know how or where to get the info i need?20:36
ZykoticK9Zenker, i don't think it's possible to have multi-backgrounds with icons...  I was hoping you where going to find a different answer though.20:37
Zenkeri looked and looked and found no answers, from what i understand its because of gnomi or something20:38
guntbertenav: try rhythmbox with "internet radio browser" plugin20:38
seanbrystone2Any Opera pros in here? Using Ubuntu 9.10 ,How do you add stuff to the "open with" context menu, i want to add vim to the list :)20:39
enavguntbert i have rhythmbox but there is just few stations... winamp have about 30020:39
addyyhow can I set a default internet connection?20:39
guntbertenav: look at the plugin I mentioned20:39
ihearvoicesis there any os more lite than ubuntu??... my intel chipsets arent getting recognised20:40
enavguntbert ok i will20:40
Zenkeri know a way to play almost any streaming radio station, you just have 2 find out their ip and create a .pls file with that addr, then load the pls20:40
Zenkeran easy way is to use a player that supports their streaming and usually you can see the ip,20:40
ownlifeQuicky! When I go to edit my sources.list, or ushare.list through nano or gedit (sudo gedit /etc/whatever) they are blank.20:41
enavihearvoices your problem is weard20:42
guntbertownlife: not related but don't use sudo gedit... - use gksudo gedit instead (for graphical apps)20:42
enavihearvoices tell me your computer specifications20:42
ownlifeOkay20:42
VCoolioownlife: sounds like wrong path; let the terminal autocomplete it for you so you're sure20:43
guntbertownlife: for sources.list you would have to enter gksudo gedit /etc/apt/sources.list20:44
ownlifeOkay, got it20:46
EllocomotiveCan anyone here help me install the Aurora gtk them engine?  Not the Aurorae.20:46
Zenkercan someone tell me how to create a set of backgrounds like the default space set that comes with ubuntu?20:46
ownlifeMy guide to installing ushare gave me .list instead of .conf20:46
ozlemplease help me20:46
VCoolioEllocomotive: sudo apt-get install gtk2-engines-aurora20:46
ownlifeThanks!20:46
=== ownlife is now known as ownlife_away
ozlemplease help me20:47
guntbert!ask | ozlem20:47
ubottuozlem: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)20:47
EllocomotiveVcoolio: thanks, here is what i got after that command20:47
EllocomotiveE: Couldn't find package gtk2-engines-aurora20:47
Espen-_-does ubuntu global jam have a twitter hashtag?20:47
blas7proud user of 64-bit Karmic :)20:48
mhall119|work#globaljam20:48
mhall119|workI think20:48
ihearvoiceshow to configure intel chipset for comiz???20:48
VCoolioEllocomotive: I see, sorry; I enabled a repository from launchpad for that20:48
VCoolioEllocomotive: hang on, let me find it for you20:48
mhall119|workihearvoices: there shouldn't be anything to do20:48
ozlem20:48
EllocomotiveVcoolio: thanks alot man, been trying to fix this for three days now20:48
ozlemı dont know anythıng20:48
ozlemthıs program20:49
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, or by unchecking "enable wireless") I can't reenable it. I press the button and the blue wireless indicator light turns on again (and the checkbox next to enable wireless reappears) but it continues to tell me "device not ready" and refuses to connect. This can only be fixed by reboot. Anyone know what to do?20:49
ozlembut ı have some problems20:49
ozlemplease help me20:49
Ellocomotiveozlem: your in the right place man, just stick with it.  I think Ubuntu is awesome, although I too am new.20:49
g0tchahey guys, is there a way to find out which ports are open using Terminal?20:49
JLovecan anybody help me, I want to mount a second hard drive to the videos directory in my home folder?20:49
ihearvoicesi get freezes sometimes when i load too many compiz plugins.. is it cuz intel is not supported20:49
mhall119|workg0tcha: netstat -nap20:49
EllocomotiveOzlem: ask your problems now so someone can help20:49
mhall119|workihearvoices: it's not an all or nothing proposition20:50
mhall119|workintel chipsets can support some of the plugins, but not necessarily all of them20:50
ihearvoicesunder hardware drivers under system i get no propriety drivers20:50
=== Swish[\] is now known as Swish
condehto re-phrase my question, how can i mount a samba share so that the files are editable by non-root users20:50
ihearvoicesbtw qhich is the best torrent client20:51
iceroot!best | ihearvoices20:51
ubottuihearvoices: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.20:51
VCoolioEllocomotive: not sure from where I got it; but this repo has the same version https://launchpad.net/~merlwiz79/+archive/aurora20:51
VCoolioEllocomotive: you know how to add repos?20:51
JLovecondeh: Was that a response to my question...?20:51
ihearvoicesbest speed , stability , and low memory consumption torrent client?20:52
EllocomotiveVcoolio: no I do not and thanks for asking20:52
icerootihearvoices: try rtorrent (cli)20:52
VCoolioEllocomotive: you have ubuntu 9.10 karmic?20:52
grid_ey all20:52
icerootihearvoices: or use  apt-cache search torrent client  and try them20:52
condehJLove: nope, i was rephrasing my question from earlier20:52
ozlemhey20:52
mhall119|workihearvoices: Transmission, the default client in Ubuntu, is relatively straight forward20:52
ozlemım turk20:52
JLovesorry :-)20:52
mhall119|workDeluge is another that I like, it has more options than Transmission20:52
ihearvoicesim noob to ubuntu.. just 2 days ago i made a switch from windows.. used utorrent in windows .. it was light stable fast... looking for something similar!!20:53
EllocomotiveVcoolio, yes I have the newest release, and is fully updated20:53
pulse00hi all. when creating a backup of a system using dd if=/dev/sda of=/path/to/backup, will i be able to copy the backup back to an empty disk and boot from it?20:53
=== cpdstudio_ is now known as redghost
icerootihearvoices: transmission (copmes with ubuntu by default)20:53
ozlemand so ı dont speak englısh very well .. please help me.ı dont know anythıng thıs programme and ı have a problem :( please help me20:53
mhall119|workpulse00: should be able to20:53
iVaNcH|oX^aWaYhi everybody20:53
iVaNcH|oX^aWaYim from argentine20:53
iceroot!tr | ozlem20:53
ubottuozlem: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için #ubuntu-tr hizmetinizde.20:53
ihearvoicesanythin similar to utorrent from windows?20:53
pulse00thanks20:53
mhall119|workpulse00: but dd will copy unused space too20:53
EllocomotiveVcoolio:  yes I have the newest release, and it is fully updated20:53
mhall119|workdo dd isn't usually an ideal backup solution20:54
ozlemthank u20:54
ozlem=)20:54
VCoolioEllocomotive: then 1: "sudo add-apt-repository ppa:merlwiz79/aurora" then 2. add the key "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0AAFAD78" then 3. update database "sudo apt-get update" then 4 install the package20:54
JLoveDoes anybody know why my second harddrive (sdb1) would not appear in /etc/fstab?20:54
ihearvoiceslite on memory, good speed, stable torrent client?20:54
icerootihearvoices: i told you transmission  or apt-cache search torrent client20:54
pulse00mha11119, what would you suggest instead?20:54
EllocomotiveVcoolio: THANKS, working on it now!!!20:54
mhall119|workihearvoices: transmission20:54
usuario_amistad20:54
mhall119|workpulse00: rsync is usually used for backups20:54
ihearvoicesthanx20:54
mhall119|workit only backs up data, and only files that have changed20:54
usuario_00ç20:54
Zenkercan anyone please tell me how to make a set of backgrounds that change on their own like the default space set that comes installed with ubuntu?20:54
usuario_podeis ablar en español20:55
ihearvoicescan some1 tell me abt how to fix bad sector bug on installing ubuntu 9.10??20:55
pulse00mha11119, it doesn't matter in my case if the resulting file is large, my only concern is if i will be able to boot it on another system20:55
iVaNcH|oX^aWaYahh copado20:55
iVaNcH|oX^aWaYsomos muchos de habla en castellano20:55
icerootihearvoices: what is the "bad sector bug"?20:55
magn3tsHow can I apply audio effects to my current audio out?20:55
PurpleyHey, how do i install a .sh file?20:55
VCoolioEllocomotive: it's a very easy process and most of the times the commands I gave are provided too on the ppa site; if the ubuntu repos don't have a package or are outdated search on launchpad.net20:55
guntbert!es | iVaNcH|oX^aWaY20:55
ubottuiVaNcH|oX^aWaY: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.20:55
icerootPurpley: you cant install a sh-file20:55
mhall119|workpulse00: you will only be able to restore a dd backup on an identical harddrive20:55
Purpleyiceroot, So i just run it with sh?20:56
ihearvoiceshard disk is failing".......checked it on forums it says its a bug... cant find the fix though20:56
icerootPurpley: but maybe you want ./yourshfile  or "sh yourshfile"20:56
Marc128000Hello, I need some advice on kernel module loading20:56
Marc128000anybody feel like helping?20:56
pulse00mha11119, the disks are identical, yes20:56
mhall119|workMarc128000: ask the question20:56
Purpleyiceroot, Yeah, Im just getting a java error :(20:56
mhall119|workpulse00: then it should work20:56
=== ZZ is now known as Guest28700
aloneawhy do I seem to get kicked off my network all the time? It says I am connected but after 20 minutes or so I can't access webpages. It it because its wpa2??20:56
EllocomotiveVcoolio: ok got it, ppa site...  Ok, so its updating through the terminal now, does that mean its installing itself, or do i need to do something else to continue?20:56
Guest28700I am having problems with my ATI video card20:56
RadarWhere does apt-get store the list of packages that are currently installed?20:56
Marc128000Right now I have kvm_intel and kvm loading at boot. How can I remove these modules from the boot process?20:56
Akkernighthow can I boot a OS installation from a USB drive, using Ubuntu to prepare the USB drive (if any preparations are needed) ?20:56
magn3tsHow can I manipulate audio out as its occuring?20:57
mhall119|workEllocomotive: wired or wireless?20:57
TxPitouGuest28700: https://help.ubuntu.com/community/RadeonDriver20:57
mhall119|workMarc128000: there's a module blacklist20:57
mhall119|worklet me find the file20:57
Ellocomotivemhall119Iwork: Wireless20:57
ubuntublack_z20:57
mhall119|workEllocomotive: watch dmesg to see if it's giving an error20:57
mhall119|workmy old Atheros card used to do that20:57
Marc128000mhall119|work, Thanks for the help20:57
VCoolioEllocomotive: what was your last command? the "sudo apt-get update" only means updating the package database, it installs nothing20:57
icerootRadar: dpkg -l  you want maybe20:57
aloneaso does linux still have issues with wpa2 or is it something else? I did have to ndiswrapper my wireless card.20:58
mhall119|workMarc128000: /etc/modprobe.d/blacklist.conf20:58
mhall119|workadd the modules you don't want loaded there20:58
Radariceroot: I want to replace the file that has that list, as I am manually deleting the files that are installed by packages.20:58
Marc128000mhall119|work, appreciate the help!20:58
icerootalonea: linux is not the problem but maybe the driver or connection quality20:58
mhall119|workMarc128000: np20:58
ihearvoicescan some1 tell me a lighter gui than gnome? kde xfce or anthing more lite??20:58
EllocomotiveVcoolio:  get update was my last command, sorry If you gotta break things down Barney style, I am fresh to Ubuntu20:58
mhall119|workihearvoices: Xfce is lighter than Gnome20:59
mhall119|workLXDE even more so20:59
mhall119|workbut you'll lose integration and some usability20:59
icerootihearvoices: xfce4  also called xubuntu-desktop20:59
VCoolioEllocomotive: you just added a new software source, that repo, so it needs to update the database;20:59
guntbertRadar: sounds like a bad idea to me - but maybe thats only me20:59
erUSULihearvoices: just a openbox + pacman and a light panel or dock20:59
ihearvoicesfluxbox..is it lighter than xfce?.. if so how to install it?20:59
icerootRadar: so you want to rebuild that list?20:59
Radariceroot: yes20:59
ihearvoiceswhat about fluxbox?20:59
EllocomotiveVcoolio: I am assuming that I need to go to the package manager and refresh it?21:00
Purpleyihearvoices, If you cant run a DE id try DSL21:00
VCoolioEllocomotive: that's the same as 'sudo apt-get update'21:00
mhall119|workihearvoices: LXDE uses openbox, it's about as light as fluxbox21:00
ihearvoiceswhat is de and what is dsl..sorry noob here21:00
PurpleyHey whats another pasting site besides pastebin.com21:00
EllocomotiveVcoolio: ah I see, thanks for schooling me up21:00
Radarguntbert: it is only for the purposes of running automated tests against the box. I need to roll it back to an initial state.21:00
VCoolioEllocomotive: if you want gui, then indeed refresh / reload there and find the package21:00
Purpleyihearvoices, Desktop Enviroment and Damn Small Linus21:00
RadarPurpley: http://pastie.org21:00
PurpleyLinux*21:00
guntbert!paste | Purpley21:00
ubottuPurpley: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:00
mhall119|workihearvoices: should be just: sudo apt-get install fluxbox21:00
icerootRadar:21:01
icerootRadar: http://pastebin.com/AtCuJrfb21:01
ihearvoicesis LXDE LIGHTER THAN xfce21:01
gustinihearvoices: I used to use fluxbox, but prefer xfce these days21:01
Purpleyihearvoices, By the way DSL is a different distro21:01
mgolischis there any special package mirrors one is advised to use to create a local mirrors?21:01
mgolischor doenst that matter?21:01
guntbertRadar: why don't you use virtualization for this purpose?21:01
kyanardag_in earlier installations of ubuntu, when i was writing an scp statement, like scp user@hostname:~/something/, i can get the list of remote files if i do <tab> <tab>, but now the completion does not work.. how can i fix this?21:01
EllocomotiveVcoolio: it appears to be installing!  Thanks for helping me and also explaining what it was we were doing!21:01
mhall119|workihearvoices: yes21:01
gustinihearvoices: and what do you mean by lighter?  CPU usage, memory, etc?21:01
Radarguntbert: it is virtualized (VMWare Fusion) but I cannot find a way to automate the rollback.21:01
VCoolioEllocomotive: no problem; bookmark launchpad.net, very useful21:01
Purpleyhttp://pastie.org/863932 anyone know what might be causing this error when I run a .sh file? IT worked last night but not now :(21:02
EllocomotiveVcoolio: says it installed, bookmarking that now!21:02
icerootRadar: snapshot21:02
laclassehyperstream, set up passwword less / ssh keys logins21:02
guntbertRadar: what about snapshots?21:02
ihearvoiceslighter cpu usage , memory, lighter on most system resources21:02
joel__If I switch from ubuntu 9.10 to wattOS rs1; will I have to format my harddrive?21:02
JLoveCan anybody help me with a mounting issue?21:02
Radarguntbert & iceroot: How do I do that?21:02
icerootRadar: look at the vmware-help21:02
hmw9.04/Compiz/Scale Plugin: Once I had an option to "fetch" windows from another work space, while in Scaling Mode (all windows resized) - but i cant find out, how I did it - Please tell me, where it was21:02
Radar... I know there's one in that. The machine is Virtualized through Mac OS X.21:02
VCoolioJLove: just ask, good chance someone knows something21:03
hyperstreamlaclasse, huh?21:03
icerootRadar: there is a button (i see in vmware-server-console at esx-servers)21:03
Purpleyhttp://pastie.org/863932 anyone know what might be causing this error when I run a .sh file? IT worked last night but not now :(21:03
guntbertRadar: you can issue a command like "take snapshot" from the host OS21:03
gustinihearvoices: there comes a point where the differences are not noticible in the real world.21:03
mhall119|workhmw: hey21:03
hmwmhall119|work: hey21:03
YerushalmiIf I disable my wireless (with Fn+F2 on this laptop, or by unchecking "enable wireless") I can't reenable it. I press the button and the blue wireless indicator light turns on again (and the checkbox next to enable wireless reappears) but it continues to tell me "device not ready" and refuses to connect. This can only be fixed by reboot. Anyone know what to do?21:03
mgolischRadar: use the vmrun command?21:03
laclassehyperstream, wrong nick, sorry, i meant kyanardag_>21:03
phajasHi there! I run Ubuntu server on a machine. For whatever reason, it has lost internet connection on a working network, yet can still route internally on the network. If anyone has any ideas, I would love to hear them, as servers stink when you can't serve anything. Also, help with static IP configuration would be great!21:03
Radarmgolisch: there is no vmrun command on Mac OS X.21:03
mhall119|workhmw: that's in Scale Addons: Pull Window21:03
hyperstreamlaclasse, thats ok mate :) had me who'ing this box pretty quick lol21:03
Giekehey, how do you edit the grub list?21:03
hmwmhall119|work: aaah. thx21:03
mhall119|worknp21:03
mgolischRadar: /Library/Application Support/Vmware Fusion/vmrun or something21:04
Gieke/boot/grub/menu.lst seems empty21:04
mgolischRadar: its just not in PATH21:04
gustinihearvoices: KDE 4.4 runs nicely on my laptop from 2005 for example21:04
VCoolioGieke: in karmic, you edit /etc/default/grub21:04
Giekei tried $ gksu gedit /boot/grub/menu.lst21:04
mgolischRadar: no idea why they hide it21:04
iceroot!grub2 | Gieke21:04
ubottuGieke: GRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub221:04
mgolisch:)21:04
JLoveI've got a second harddrive and it seems to mount to a directory in /media with a random series of number. I've tried looking in /etc/fstab but I can't see an entry for this dirve, does anybody know where the command to mount this filesystem is?21:04
Giekehm21:04
gustinphajas: edit the /etc/network/interfaces file for static IP21:04
Giekelet's see21:04
icerootGieke: if you are on a fresh installed 9.10 there is no menu.lst because it is using grub221:04
ihearvoicesif i have to choose between lxde , xfce, kde, fluxbox.. which is lighter.. if other .. plz mention21:04
Radarmgolisch: ah, thanks :)21:04
hsunda3Hey I liked the old style where on booting I can see a bunch of text scroll through, as Linux started its services etc etc .. how do I disable the splash screen ?21:04
icerootihearvoices: just try them!21:04
mhall119|workJLove: it's udev doing the mounting21:05
Giekeindeed21:05
icerootihearvoices: this chat is not for "what is best"21:05
Purpleyhttp://pastie.org/863932 anyone know what might be causing this error when I run a .sh file? IT worked last night but not now :(21:05
flacohi all... I got lucid installed, with all updates and the buttons of nautilus (minimize, max.. and close) are aligned to the left :S , how can I align those buttons to the right?21:05
gustinihearvoices: openbox is another option, though from the list you provided I would choose XFCE21:05
icerootflaco: #ubuntu+121:05
mhall119|workihearvoices: of those, a default fluxbox setup would be least resource consuming21:05
testpageanyone feel like helping me with a proftpd config issue?21:05
grid_i have this situation, i have a ubuntu desktop, I have a ubuntu server, both the same operating system with the same settings, i just want users to see private folders and folders in a group on the ubuntu server from the ubuntu desktop, i just want i can write files to these folders with open office, so that the folders are visible in the gui, it takes time to set this up? i can easily create accounts21:05
phajasgustin: Thanks, any ideas on no internet on one of my boxes?21:05
ihearvoicesi dont want the best .. i want the lightest.. so i can stop my pc from freeezing or restarting21:05
iceroot!anyone | testpage21:05
ubottutestpage: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?21:05
testpagehttp://pastebin.com/CX4Htwwc <-- config file21:05
TxPitougrid.. samba perhaps21:06
testpagelet me finish iceroot21:06
gustinphajas: probably no default route... check your route with "sudo ip route"21:06
Purpleyhttp://pastie.org/863932 anyone know what might be causing this error when I run a .sh file? IT worked last night but not now :(21:06
testpage:)21:06
iceroottestpage: in one line :-)21:06
arandhsunda3: In /etc/default/grub remove "splash" and "quiet" and then run "sudo update-grub"21:06
ihearvoicesso what to type in terminal to get options for gui??21:06
JLovemhall119|work: I want to be able to mount this filesystem into my home directory to a folder called "videos" as my main filesystem is too small, could you help me though this?21:06
grid_TxPitou: i know that21:06
hsunda3arand: thanks man will try it out21:06
mhall119|workJLove: sure21:06
grid_TxPitou: but when a user will logon, can it has a script so the dirs are visible for that user?21:06
icerootihearvoices: what machine you want to run it on? how much mhz? hoch much ram?21:06
mhall119|workJLove: this is a USB drive or something?21:06
Purpleyhttp://pastie.org/863932 anyone know what might be causing this error when I run a .sh file? IT worked last night but not now :( Please guys help21:06
ihearvoiceswell my laptop overheats..21:07
testpageerror is "error processing configuration file '/etc/proftpd/proftpd.conf' unclosed configuration section21:07
phajasgustin: Looks like there is a default route: default via 192.168.1.1 dev eth0  metric 10021:07
JLoveNo it's a second hd connected to my IDE controller21:07
testpagemust be something simple im overlooking21:07
iceroot!who | ihearvoices21:07
ubottuihearvoices: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)21:07
silentxHey .. there .. i got this : ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter .. i want it to work with my ubuntu or at least to know if it is working or not ..21:07
JLovemhall119|work: No it's a second hd connected to my IDE controller21:07
mhall119|workJLove: okay, /dev/sdb1?21:07
silentxwhere is the problem need help plz ..21:07
JLovemhall119|work: Correct21:07
ihearvoices2mb ram.. intel core 2 duo... but it overheats .. so i need to use everything light till i get the hardware or maybe the fan fixed21:07
gustinPurpley: that is a java error, what program is the shell file trying to run?  You may need to clean up other instances of java "ps axf |grep -i java" to get a list21:07
mhall119|workJLove: do you already have a /home/JLove/Videos?21:08
gustinphajas: is that the correct route?21:08
icerootsilentx: best thing is to type in the chipset-name at google and the ubuntu-version21:08
=== mike_ is now known as Guest77958
mhall119|workihearvoices: just vacuum out the exhaust vents, it's probably just dust21:08
ihearvoices!tab ubotto how exactly.. am i doing it rite?21:08
ubottuError: I am only a bot, please don't think I'm intelligent :)21:08
JLovemhall119|work: I do, yes, would it be possible to extend this or should i create a second mount point?21:08
gustinphajas: from another computer, try using traceroute to trace an IP.  If that works then you probably have no DNS on that machine21:08
phajasgustin: That's the IP of the router, is that okay?21:08
icerootihearvoices: it doesnt matter if you use xfce4, gnome, kde or something else. if your fan is broken it doesnt matter waht you are using21:08
mhall119|workJLove: probably easiest to create a second mount point21:08
gustinphajas: that is what routers do21:08
TxPitousilentx: https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Link21:08
PurpleyGustin Im not sure21:09
silentxi've already searched google .. but all drivers cant be compiled :( ..21:09
icerootihearvoices: type in the first chars of a name and press the tab key21:09
ihearvoicesbtw how do i send to nicknames in this irc??21:09
ihearvoices! and press tab or type the word tab?21:09
phajasgustin: tracerouting from my computer here works, but this host without internet access does have the OpenDNS entries in /etc/resolv.conf21:09
mhall119|workJLove: anyway, this is what you'll do: "sudo mount /dev/sdb1 /home/JLove/mountpoint"21:09
JLovemhall119|work: ok i've created a second directory "videos2" where now?21:09
icerootihearvoices: press tab21:09
gustinPurpley: where did you get that script from?21:09
Zenkerit appears that ozlem dosent speak english very well and i have figured out what his issue is, his buddy who speaks no english at all has an asus x61s and installed 9.10 via disk, i beleive with a partition n everything, not wubi, anyhow, the keyboard and mouse are unresponsive can someone please help me help him?21:09
icerootihearvoices: type icer and then press tab21:09
TxPitouihearvoices: usually a lappy overheats because bad air flow not because ubuntu or windows is running on it. check your vents sucks the dirts out, pop your keyboard of lappy and suck with a vaccum tip the dust and crap inside it21:09
ubottuError: I am only a bot, please don't think I'm intelligent :)21:09
gustinphajas: can you traceroute to an IP?21:09
ihearvoices! and press tab or type the word tab?21:09
ubottuError: I am only a bot, please don't think I'm intelligent :)21:09
icerootihearvoices: stop that please, i already told you21:10
TxPitousilentx > https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Link21:10
ihearvoicesiceroot, like this?21:10
icerootihearvoices: correct21:10
JLovemhall119|work: how do i stop the harddrice mounting to /media/32423423423 where is this configured?21:10
Marchingknight11can anyone help me install a php server?21:10
icerootihearvoices: tab is also working on the shells for commands21:10
ihearvoicesiceroot, what is a shell?21:10
icerootMarchingknight11: sudo apt-get install apache2 php521:10
Purpleygustin, gmote.org, Its a app that communicates with an android phone.21:10
mhall119|workJLove: that I'm not sure about, but you can run "sudo umount /media/32423423423" to unmount it21:10
phajasgustin: works on my host with working internet, the ubuntu box doesn't have traceroute installed21:10
icerootihearvoices: the terminal21:10
TxPitoumhall119|work:  edit fstab and configure it yourself21:11
icerootihearvoices: command line21:11
JLovemhall119|work: should i look into udev?21:11
sometuxanyone on ekiga?21:11
mhall119|workTxPitou: yes, JLove could add an entry in /etc/fstab as well to make it automatic21:11
Zenkerok, ozlem just wants to remove ubuntu from this system, how do i direct him to do so?21:11
gustinphajas: well, that makes things more of a challenge... can you at least ping an IP?21:11
mhall119|workJLove: you can, but it gets pretty technical21:11
silentxTxPitou: Links are did ..21:11
silentxdied ..21:11
Marchingknight11iceroot: how do i serve a php file now using apache?21:11
phajasgustin: I cannot ping outside of my LAN, and I'm confident this is not hardware issue, as this machine was JUST routing out before I rebooted it21:11
heoaWhat is the password if you accidentally press ^x in GNU Screen?21:11
TxPitousilentx: I am looking at that web page I just sent you, if it is dead on yourside then its on your side the issue21:12
sometuxI want to test ekiga with someone21:12
icerootMarchingknight11: putting it in the web-directory  normally /var/www21:12
ihearvoicesiceroot, so how do i get lite stuff installed on ubuntu like a lite torrent client, a lite gui, until i get my hardware checked and repaired if required?.. i mean what do i type in terminal ..? what commands?21:12
mhall119|workheoa: your user's password?21:12
silentxnot the page link .. i mean the link inside it .. >> the link of the driver ..21:12
TxPitoumhall119|work: sorry "tab" attack :)21:12
silentxhttp://www.ralinktech.com/ralink/Home/Support/Linux.html21:12
Purpleygustin, gmote.org, Its a app that communicates with an android phone.21:12
icerootihearvoices: sudo apt-get install name-of-the-package21:12
Marchingknight11iceroot: where would i find that directory?21:12
Madwilli want to add another ip to eth1 what is that procedure called so i can google it21:12
icerootMarchingknight11: /var/www/21:12
JLovemhall119|work: Okay, I'll try adding it to fstab and hope it overrides whatever else is mounting it:-) thanks for your help!!21:12
Madwillthe machine needs 2 ip for 2 services on port 8021:13
wren45hi everybody21:13
mhall119|workihearvoices: google "crunchbang linux", might be want you're looking for21:13
gustinphajas: to be clear, you cannot ping IPs outside your LAN?  I am just checking that you were not using hostnames21:13
TxPitousilentx: your a lazy ass you know that : http://www.ralinktech.com/support.php?s=221:13
sometuxI need help to test Ekiga with someone?21:13
heoamhall119|work: does not work21:13
sometuxwren45: \o/21:13
Marchingknight11iceroot: and then i can run it by going to localhost?21:13
icerootMarchingknight11: correct21:13
mhall119|workheoa: then I don't know21:13
Marchingknight11iceroot: ok thank you21:13
hsunda3arand: cat /etc/default/grub cat: /etc/default/grub: No such file or directory21:13
silentxi know that .. but i've download that driver before coming in here ..21:13
icerootMarchingknight11: maybe apache needs a restart after installing php521:13
TxPitouJLove: if in fstab linux will use that config21:14
silentxbut it cant be compiled ..21:14
silentx:S21:14
icerootMarchingknight11: sudo /etc/init.d/apache2 restart21:14
phajasgustin: whoops, just tried pinging an IP. That seems to work. What's the problem then, a nameserver issue?21:14
wren45I need program to play dvd movies in karmic koala x64 desktop which would be the best?21:14
gustinphajas: use pastebin and post the output from "ip route", "sudo iptables -L", "cat /etc/resolve.conf"21:14
TxPitousilentx: did you check the other page I sent you ?21:14
gustinphajas: yes21:14
sometuxIm for a way to test Ekiga, help pleeeeeeees!21:14
Purpleygustin, Any idea what might of gone wrong?21:14
icerootwren45: doesnt matter but install libdvdcss221:14
silentxYes .. 2009_0713_RT73_Linux_STA_Drv1.1.0.3.zip21:14
iceroot!libdvdcss2 | wren4521:14
ubottuwren45: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats21:14
ihearvoiceswhat is google chrunchbag21:14
wren45thanks21:15
JLovethanks TxPaiou, I'll add my entry to fstab21:15
valentin_Hello @ All21:15
arandhsunda3: Hmm, so you are using grub1? (i.e. pre-karmic/upgraded karmic)21:15
mhall119|workihearvoices: it means go to www.google.com, and search for "crunchbang linux"21:15
TxPitousilentx:  look closely there are 2 options for the RT us card if that one doesnt work try the other one21:15
phajasgustin: here's the pastebin - http://pastebin.ca/183249121:15
ihearvoicesmhall119|work, what is google crunchbag n how to get it wat commands?21:15
sometuxvalentin_: \o/21:15
mhall119|workihearvoices: it means go to www.google.com, and search for "crunchbang linux"21:15
hsunda3arand: I am using new karmic on x86_64 ... does 64 bit karmic use Grub 1? I don't remember deliberately downgrading21:15
katesmithi wanted to ask a question21:15
icerootihearvoices: if i am honest, its the best way to stay with ubuntu and gnome and dont use a light desktop environment21:15
silentxi downloaded them both .. it gives an error when i tried to compile it .. using the instructions in Readme21:15
mhall119|workihearvoices: http://crunchbanglinux.org/21:16
valentin_Is there any way to change the gnome pannel names "Applications Places System" ?21:16
TxPitoukatesmith: ask away21:16
Radariceroot & mgolisch thanks a lot for your help, that's much easier now :)21:16
icerootihearvoices: because light  is almost not very focused on usability21:16
gustinPurpley: so you are running the GMote-server.sh?  Something is wrong with java.  try "sudo killall java" and then try again.  Java is not really my strong suit21:16
silentxTxPitou: one of them is the driver and the other is for the firmware of the device ,,21:16
icerootihearvoices: just fix your hardware and dont use xfce4 or something else21:16
ihearvoicesis crunchbang a gui or a os?21:16
Purpleygustin, Yeah me too21:17
TxPitousilentx: okay did youo look at the wiki for that card ?21:17
sometuxihearvoices: go google to find out21:17
Matic`MakovecHello there. So aptitude safe-upgrade was roughly interrupted in the middle of installing software including kernel. Now the thing can not finish the upgrade. What is there for me to actually do to resolve the issue?21:17
TxPitousilentx: yor your like luke skywalker and using the force21:17
icerootMarchingknight11: sudo apt-get install -f21:17
silentxTxPitou, in ubuntu page ? .. or in it's official site .. ?21:17
Purpleygustin, That didn't do anything :(21:17
TxPitousilentx: http://rt2x00.serialmonkey.com/wiki/index.php/Main_Pag21:17
sometuxMatic`Makovec: resume the installation21:18
gustinphajas: delete everything in /etc/resolv.conf, and stop the network manager.  Why do you even have  a GUI on a server?21:18
katesmithi cant seem to be able to made a cd , i need a password to do that, i really wanted to install ubuntu 9.10 or madriva onto the computer, is there a way i can buy a cd online that would have it on there so i can install it and its iso files, and where would i purchase it ?21:18
hsunda3Hey guys does 64 bit Karmic use Grub1 instead of Grub2?21:18
Marchingknight11iceroot: how do I copy the file to /var/www.21:18
icerootMatic`Makovec: sudo apt-get -f install21:18
Matic`Makovecsometux, dpkg --configure -a returns errors21:18
arandhsunda3: is it's a new install it definitely should be that file there... If you do "aptitude search grub" is "grub" installed or "grub-pc"?21:18
gustinPurpley: it may work after a reboot.  you may need to get support from the gmote people21:18
ihearvoicesif i switch to any older versions are they more easy on the system hardware?21:18
icerootMarchingknight11: cp filename /var/www/21:18
silentxTxPitou:  i'll start every thing from the begging21:18
Marchingknight11iceroot: thanks21:18
icerootihearvoices: no21:18
Matic`Makoveciceroot, it says "you must manually run dpkg --configure -a"21:18
phajasgustin: Didn't have a server disk during install. I had to instruct someone over Skype to install the server while I was away at school. I have gnome uninstalled. How do I stop network manager?21:18
katesmithis there a way that i can buy a ready made cd for unbuntu 9.10 or mandriva ?21:18
hsunda3arand: grub-pc :) and I see a /boot/grub/menu.lst .. Could something I installed downgraded grb without my knowing? Both my 64 bit machines are showing grub 121:18
icerootMatic`Makovec: then run that21:19
ihearvoicesiceroot, thanx21:19
Purpleygustin,  Alright thanks for trying21:19
Matic`Makoveciceroot,  <Matic`Makovec> sometux, dpkg --configure -a returns errors21:19
gustinphajas: the /etc/resolv.conf has syntax like this: "nameserver 8.8.8.8" for each nameserver line21:19
icerootihearvoices: please fix your hardware. your pc will crash doesnt matter if you use gnome, kde, xfce4 or something else21:19
gustinphajas: it depends on the version of Ubuntu21:19
phajasgustin: Doh. Should I change it to match that format, then reboot?21:19
TxPitoukatesmith: http://shop.canonical.com/index.php?cPath=1721:19
iceroot!paste | Matic`Makovec21:19
ubottuMatic`Makovec: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:19
phajasgustin: I am unsure of the version on this computer21:19
arandhsunda3: Yea that appears as though you have grub1 setup, but the utility packages are for grub2...21:20
katesmithokay thankyou so much21:20
gustinphajas: newer Ubuntus are "sudo /etc/init.d/network-manager stop" or "sudo service network-manager stop"21:20
icerootikonia: if you call for e.g. firefox it doenst matter if you use gnome, kde or something else if your fan is broken21:20
gustinphajas: no need to reboot21:20
icerootikonia: sorry wrong nick21:20
gustinphajas: if you reboot network manager is going to get in the way again21:20
arandhsunda3: And you do not have /boot/grub/grub.cfg ?21:20
gustinphajas: personally I uninstall network manager from anything that resembles a server21:20
sometuxMatic`Makovec: run aptitude safe-upgrade21:21
phajasgustin: I can't access neither of those. Should I change /etc/resolv.conf to use nameserver 8.8.8.8 syntax?21:21
jumbersI hate how the Close, Minimize, and Maximize buttons have moved over to the left side in Lucid. How can I move them back?21:21
Marchingknight11iceroot:  I currently have index.html in my /var/www folder.  I cannot see my .php file when i go to localhost, all i see is the index.html file21:21
hsunda3arand: Not on my 64 bit machines, no. It seems to be grub1 with /boot/grub/menu.lst .. I have no idea how !! (And it's not an upgrade, I had Windows on it earlier, if that counts as an upgrade :P)21:21
Matic`Makovecsometux, this is just doing cycles. It fails, as said.21:21
Matic`MakovecThe interrupt screwed up stuff badly21:21
TxPitou!lucid | jumbers21:21
ubottujumbers: Lucid Lynx is the codename for Ubuntu 10.04, due April 29th, 2010 - Lucid is NOT released and is NOT stable - Discussion and support only in #ubuntu+121:21
icerootMatic`Makovec: http://localhost/yourfile.php21:21
gustinphajas: which version of ubuntu?21:21
icerootMarchingknight11: http://localhost/yourfile.php21:21
Marchingknight11iceroot: thanks21:21
icerootMatic`Makovec: wrong nick...21:21
trelaynehi all I installed Sun Java, then OpenJDK java. Now Java web start using the openjdk one instead of the Sun Java one. Is there a way to fix  this without altogether removing OpenJDK?21:21
Matic`Makovec:)21:22
phajasgustin: I am unsure. Somewhere between 7.10 and 8.10. I know, that's really vague.21:22
TxPitouiceroot: your on a roll on tab attack s:)21:22
sometuxMatic`Makovec: run aptitude full-upgrade21:22
Dynetrekkhi. I have remote access to someone's (non-computer-literate person) xubuntu machine. he claims the machine blacks out immediately after graphical login. does anyone have a clue what the problem might be?21:22
Matic`Makovecsometux, I can try that, indeed.21:22
gustinphajas: "cat /etc/issues"21:22
mhall119|worktrelayne: update-alternatives will let you change which java is used by default21:22
Marchingknight11iceroot:  thanks, it works now21:22
mhall119|worktrelayne: there used to be a "galternatives" packages that provided a gui21:22
gustinphajas: erm "cat /etc/issue"21:22
phajasgustin: Looks like 8.1021:22
Snoopy1so is it posible to backup Ubuntu?21:22
iceroottrelayne: update-alternatives --config java21:22
phajasgustin: Also, weird characters in my ssh session: "Ubuntu 8.10 çn çl"21:23
TxPitouDynetrekk: ... linux prefers people that have no idea to notbeable to mess things up, see how inteligent linux is ! (JOKE)21:23
gustinSnoopy1: there are hundreds of ways of backing up Ubuntu21:23
trelaynethank you mhall119|work  iceroot  :-)21:23
mhall119|workiceroot: it's probably javaws21:23
icerootTxPitou: just bad luck, because my client is using the last nick which is saying something and i only write the first character always21:23
DynetrekkTxPitou: get the joke. but I was hoping for something more helpful :)21:23
icerootmhall119|work: is it? hm, ok21:23
sometuxSnoopy1: try BackupPC21:23
gustinphajas: probably a locale thing, from your pastebin it did not look like you were using the english version21:23
mhall119|workiceroot: trelayne: javaws for java web start21:23
TxPitouDynetrekk: sorry , only here for comedy relief ;)21:23
mhall119|workI think21:23
arandhsunda3: Odd, well if you do have the menu.lst you should be able to do the same there, you want to clear the quiet and splash from "# defoptions" (but leave it commented out) then run "sudo update-grub"21:24
trelayneyes javaws21:24
sometuxSnoopy1: Also SystemImager21:24
icerootmhall119|work: ok, i just read java jdk21:24
Aeronius*lurk* *lurk*21:24
juliohi there21:24
phajasgustin: I'm pretty sure I had someone choose the english language. Is there any functionality difference? Also, after changing /etc/resolv.conf (should I do that) what should I do?21:24
gustinphajas: do you have anything in /etc/init.d that looks like it has the word network or nm in it?21:24
hsunda3arand: Yeah .. thanks :) I will do that. I am still curious how my 64 bit machnes have Grub-1 but nevertheless, thanks again21:24
juliowhere does gnome saves it's "themes" ?21:24
juliocan anyone tell? i've installed dust and dust extras but cant remove one of them21:25
phajasgustin: Yep, networking and NetworkManager21:25
gustinphajas: no functionality difference, just keyboard layout and language, though those are two seperate things21:25
gustinphajas: ok, "sudo /etc/init.d/NetworkManager stop"21:25
gustinphajas: you may want to look for network manager in your package manager and remove it21:25
phajasgustin: Alright, sweet. Let me remove it too.21:25
gustinphajas: also, once the resolv.conf is changed, it should work21:26
mhall119|workwhy are you suggesting they remove NetworkManager?21:26
gustinphajas: I usually test with "host google.com"21:26
mhall119|workNetworkManager is a very good thing to have21:26
arandhsunda3: I don't know if some strange configs like raid lvm or specific bios... Might cause it to opt for grub-legacy, since grub2 doesn't support it... What you probably would want to do is to install the "grub" package (removing grub-pc) so you get the grub1 tools to work with in the install as well...21:26
gustinphajas: the IP I used was google's dns server.21:26
=== harisund_ is now known as harisund
gustinmhall119|work: not on a server.  Especially the version in 8.1021:27
mhall119|workah, ok21:27
Dynetrekkthe hard-drive of my troubled computer seems to be full! http://paste.pocoo.org/show/188120/ any general advice? I thought 20GB would be plenty for the system files...21:27
hsunda3arand: ah raid LVM .. there we go.. that's what caused it to intall grub1 .. my 64 bit machines have a RAID LVM partition setup21:27
phajasgustin: Success! Looks like we're routing out! After removing networkmanager from my package manager, is there anything else I have to do?21:27
voicesinmyheadiceroot, i just downloaded xfce.. during install my oc got shutdown... how do i search for the xfce file i downloaded n then install it ??21:28
gustinphajas: you can put search domains in your resolv.conf.  You can even go further and run a DNS server locally (this  is what I do.   But then I am weird that way).21:28
gustinphajas: if you have a static IP defined in /etc/network/interfaces then there should be nothing left you *have* to do21:29
silentxhere is the report about the problem with the "Ralink Technology, Corp. RT2501USB Wireless Adapter " http://pastebin.com/wj2caWDY21:29
silentxplease help21:29
gustinphajas: I would install mtr, it is like traceroute but on steroids.  It can be very handy for diagnosing network issues.21:30
jh2oswhat was wrong with the server yesterday?21:30
icerootvoicesinmyhead: downlaoded?21:30
icerootvoicesinmyhead: with apt-get? or with a browser?21:30
phajasgustin: How hard is it to put search domains in resolv.conf? Is it bad to access it while network-dependent services are running? I don't know if I'm up to snuff enough to run a DNS server, but if you have any wikis/tutorials to offer, I would love to see them. Also, I'll grab mtr, thanks for the heads up on that package21:30
voicesinmyheadiceroot, apt get21:30
icerootvoicesinmyhead: fix your hardware!!21:30
icerootvoicesinmyhead: i told you 10 times, you pc will even crash with xfce421:31
__cheerioswhat's the osx spotlight equivalent for ubuntu?21:31
gustinphajas: you can edit the resolv.conf at any time.  the line should read "search domain1.tld domain2.tld domain3.tld"21:31
=== redghost is now known as ghost
phajasgustin: Also, weird question, but what happens when an app takes 100% CPU as seen by top? Are requests just queued?21:31
=== ghost is now known as redghost
icerootvoicesinmyhead: /var/cache/apt/archives21:32
gustinphajas: of course replace with whatever domains you wish to have your machine try (it appends these if you just give a hostname with no domain, and then tries them in order until it gets a hit or it tries them all)21:32
voicesinmyheadiceroot, i used apt get.. it downloaded packages for xfce.. but it got shutdown during install... where can i find the xfce to install since it is already dwnloaded...plus... now i see two terminals under applications... one is the normal .. and the other shows terminal emulator..whats dat?21:32
icerootvoicesinmyhead: also you want xubuntu-desktop and not xfce421:32
SpaceGhostC2CWhat is the best way to remove all of KDE or kubuntu-desktop? I can't get to a browser at the moment.21:32
iceroot!puregnome | SpaceGhostC2C21:33
ubottuSpaceGhostC2C: If you want to remove all !KDE packages, type « sudo apt-get --purge remove kdelibs4c2a kdelibs5-data && sudo apt-get install ubuntu-desktop » into a !terminal21:33
gustinphajas: it depends.  Most of the time some background tasks are still run. Usually for me 100% CPU means IO21:33
=== redghost is now known as ghost
=== ghost is now known as redghost
icerootredghost: please dont change the nick that often21:33
=== TxPitou is now known as TXP-AWAY
voicesinmyheadiceroot, it sasys /var/cache/apt/archives is a directory in shells.. how do i install it from shells? what commands??21:33
gustinphajas: atop and htop can help here, atop can help you understand where the load is, if it isIO based, it will show that.  From there systat and iotop to track down the specifics21:33
phajasgustin: Because I'm running a python app at 100%, and it worries me, I want it to still be responsive and everything. Also, do you mean "domain1.tld" like "google.com.tld"?21:34
gustinphajas: I don't think that iotop is packaged in 8.10.21:34
gustinphajas: no, I mean google.com21:34
icerootvoicesinmyhead: sudo apt-get install xubuntu-desktop    should use the already cached packages, restwill be downloaded21:34
=== n3w4r3z is now known as n3w4r3z[AwAy]
Snoopy1So what office suite for Ubuntu is completely compatible with MS Office 2007?21:35
abhifxhi! i was installing nvidia drivers and now the xserver does not work.. can someone help me?21:35
icerootvoicesinmyhead: and i promise your pc will crash with xfce4 or even only cli, because if you start a program its using the cpu and because of the broken fan, the pc will crash21:35
HaffeDoes such an office suite exist?21:35
DynetrekkSnoopy1: none. openoffice best bet, or office through wine21:35
VCooliogustin: would those apps help determine why gedit is using 100 % cpu for me? (not that is matters much since I switched to emacs)21:35
ZykoticK9!away > n3w4r3z[AwAy]21:35
ubottun3w4r3z[AwAy], please see my private message21:35
icerootvoicesinmyhead: so dont waste your time with installing xfce4 or other stuff21:35
nytek_is there a fix for a touchy touchpad?21:35
gustinphajas: you can set the priority of programs with "nice".  100% utilization means that there are no spare cycles.  The kernel schedular usually does a decent job of sharing the resources it has21:36
gustinVCoolio: atop might be a good start.21:36
Cygnus_Where am i?21:36
icerootCygnus_: #ubuntu21:36
Cygnus_iceroot, thx crapy xchat21:36
abhifxhi! i was installing nvidia drivers and now the xserver does not work.. can someone help me?21:36
silentxHey .. I've problem with  "Ralink Technology, Corp. RT2501USB Wireless Adapter " http://pastebin.com/wj2caWDY .. plz help21:37
=== redghost is now known as asdfaf
embriktrying to install alfresco in ubuntu hardy server and need sun-java6-jdk. I am not able to install the jdk package. Why not?21:37
wallaanyone an expert here on laptops and external monitors?21:37
=== citygent99 is now known as citygent
icerootembrik: enable multiverse repository and then sudo apt-get update && sudo apt-get install sun-java6-jdk21:37
gustinwalla: I do that a lot, I don't if that qualifies me as an expert?21:37
mhall119|workwalla: you don't need an expert, just someone who knows the answer to your question21:38
iceroot!mutliverse | embrik21:38
voicesinmyheadiceroot,  can i manually clean fan myself? or send laptop to manufacturer?21:38
gustinwalla: what mhall119|work said21:38
iceroot!multiverse | embrik21:38
ubottuembrik: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories21:38
icerootvoicesinmyhead: #hardware21:38
=== asdfaf is now known as redghost
phajasgustin: Sounds like it does a good job then already, I won't worry. By the way, I just had another machine with this same issue the other day (whose static IP settings I was changing, along with nameservers) Would you think it's the same problem?21:39
anaoHello@ALL Does anyone knows solution for consolekit Bug? upto 80 instances? Ubuntu 8.10-9.10+Debian Testing21:39
wallaok, question: I run 9.04 on my laptop, and it's connected to an external monitor (tv). How can I set the tv as primary monitor (so that I can watch movies from it)?21:39
jpdsanao: that's a feature.21:39
MilitantPotatowalla: System>settings>display21:39
=== redghost is now known as asdfaf
=== asdfaf is now known as redghost
voicesinmyheadiceroot, what u mean exactly by #hardware?21:40
voicesinmyheadiceroot, fan,. processor.motherboard., harddisk, all?21:40
gustinphajas: glad everything is working, I gotta head out now.  Try reading up on TCP/IP (at the www.tcpipguide.com site) and read up on DNS.  Most of the issues you will encounter will be helped by knowing these topics21:40
MilitantPotatowalla: move the main one around till ubuntu decides it's the main display21:40
icerootvoicesinmyhead: /join ##hardware21:40
icerootvoicesinmyhead: this is ubuntu-support not hardware-support21:40
phajasgustin: Alright, sweet, thanks again for the help! have a nice day21:40
mhall119|workvoicesinmyhead: #hardware is another channel on this IRC network21:40
Snoopy1Is it possible to burn data to a Blu-Ray disc using Ubuntu?21:40
gustinphajas: possibly.  try using host to see if you can resolv names.  mtr or traceroute to an IP is a handy way to see where the problem is21:41
wallaMilitantPotato: should does it matter that they don't output the same resolution or whether they're mirrored or not?21:41
phajasgustin: Alright, sweet, I'll look into it, probably the same issue21:41
dattaThe system i use just shut down automatically and then it gave a dark black and light black screen, switched over between it until i turned it completely off and restarted it, and it works21:41
gustinphajas: later on you can play with iperf and hping3 and netcat.  So much fun... well for some of us wnyway :)21:41
dattadid anyone else face this type of problem before in ubuntu 8.1021:41
NotALameranyone had problems with win7 adding samba printers? my xp machine prints fine but this win7 machine refuses to add it with a 'can't connect' error message21:41
dattai am not using any laptop, it's dell's preinstalled ubuntu desktop, 530N21:42
MilitantPotatowalla: don't do mirrored, and set the displays to what-ever rez you want them21:42
icerootNotALamer: #samba21:42
icerootNotALamer: there is a issue with win721:42
NotALameri did mess around with the server a bunch21:42
phajasgustin: Hahaha, exactly, it's all about specific tastes :) Some people seem content with the defaults, others definitely like to go beyond. I'll have to check out those commands, sounds like some pretty hardcore stuff, heh21:42
MilitantPotatowalla: you can drag the movie to the external display and it SHOULD go full screen there21:42
=== redghost is now known as asdfaf
NotALamerbut the xp machine that already had it added still works21:42
icerootasdfaf: stop it please21:42
mhall119|workdatta: sounds like a graphics driver bug21:42
VCooliogustin: I open gedit, cpu goes to 100%, atop gives me this http://img6.imageshack.us/img6/6710/screenshot2ru.png21:42
PaBl0Hola21:43
embrikiceroot, thanks, thought I had uncommentet the multiverse repo - but I hadn't21:43
mhall119|workNotALamer: try disable simple file sharing in windows 721:43
=== asdfaf is now known as redghost
icerootembrik: :-) now its working?21:43
embrikiceroot, Yes21:43
PaBl0Quienes sois?21:43
icerootredghost: stop your nick-changes21:43
NotALamerk21:43
gustinphajas: it is as hardcore as you want.  You may want to check out lartc.org (linux advanced routing and traffic control).  It gives you some basics, but also some very complicated options.  Well, they are not that bad once you do it a couple of times21:43
PaBl0quienes sois?21:43
gp5sti have a ruby webapp which needs a .so.  when i add it's path the ld config ssh won't work because there is a libcrypto in that dir w/o a version attached.  any ideas? when apache starts does it run /etc/profile?21:43
VCooliogustin: gedit is 30 %, it seems something in sys is bad; how to troubleshoot further?21:44
dattamhall119|work: but's it's a preinstalled computer21:44
mhall119|workdatta: doesn't mean it can't have a driver bug21:44
embriktrying to find a substitute for Microsoft sharepoint - installing alfresco - Am I in the right direction?21:44
Snoopy1Is it possible to burn data to a Blu-Ray disc using Ubuntu?21:44
dattamhall119|work: oh21:44
icerootSnoopy1: yes21:45
phajasgustin: hahaha, sounds like a good time. Is this how you learned about this topic?21:45
mhall119|workdatta: I would sometimes get that kind of thing when running Compiz with an nVidia or ATI card21:45
=== ricky_ is now known as Guest63637
gustinVCoolio: I am heading out now, but try running gedit with strace.21:45
dattamhall119|work: do you know how to fix this? how to fix the bug?21:45
embrikiceroot, can I copy a blueray disk as well21:45
VCooliogustin: ok, i have a command for that somewhere, thanks21:45
Guest63637has anyone had the problem with sh:grub>21:45
mhall119|workdatta: upgrading to new versions of Ubuntu will get you new drivers that might work better21:45
gustinphajas: pretty much.  then I started getting paid to maintain networks once I realized that my home network was more complicated than some medium businesses21:45
abhifxhi! i was installing nvidia drivers and now the xserver does not work.. can someone help me?21:45
=== redghost is now known as asdfaf
icerootembrik: not directly because of copy protection21:45
icerootembrik: if you mean a movie21:46
gustinVCoolio: "strace gedit somefile"21:46
dattamhall119|work: but the computer came with 8.0421:46
brianhermanSnoopy1:Cdrecord supports bluray21:46
gustinphajas: also, I was single for a couple of years, that helped21:46
mhall119|workdatta: you can either wait until 10.04 comes out, and upgrade to that21:46
gustingone for real this time21:46
embrikiceroot, is it possible to rip a blueray then?21:46
mhall119|workdatta: of you can upgrade to 8.10, then 9.04, then 9.1021:46
dattamhall119|work: i used to use 9.04 but it was really unstable21:46
mhall119|workdatacrusher: or you can do a clean install of 9.1021:46
icerootembrik: yes21:47
mhall119|workdatta: really?  I found 9.04 to be very very stable21:47
embrikiceroot, with a normal dvd-player and say, acidrip?21:47
dattamhall119|work: well with my hardware configuration, it was really unstable21:47
wallaMilitantPotato: is it possible to log out/login to X again without killing half the running processes such as apache etc..21:47
icerootembrik: no, never saw a dvd-player which can read blu-ray21:47
brianhermanembrik: https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD?21:48
mhall119|workwalla: yes, sudo service gdm restart21:48
tacatahello21:48
MilitantPotatowalla: you can enable ctrl+alt+backspace in system>settings>keyboard21:48
embrikok, htnaks booth21:48
icerootwalla: apache is not a x-application so apache will not die21:48
mhall119|workwalla: that will only kill GUI programs21:48
tacataI no speak inglis21:48
gp5stwalla: gui apps will end though21:48
MilitantPotatowalla: or sudo /etc/init.d/gdm restart21:48
tacataI speak spanish21:48
MilitantPotatowalla: thattle kill everything you launch at login out21:49
iceroot!es | tacata21:49
ubottutacata: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.21:49
embrikdoes anybody know alfresco?21:49
MilitantPotato-out21:49
testpageerr can someone help me with ftp server please, cant seem to find one that will make all users go to the www directory21:49
icerootembrik: yes21:49
icerootembrik: what about using real questions instead of "anyone"?21:49
guitar-maniacHello! Iäve had problems with wine crashing lately and i can't do anything afterwards. Somtimes my desktop is showing but mouse cursor is visible onlyon the left side of the screen, and i have to restart my computer.. is there anyway to stop Wine without restarting?21:49
MilitantPotatoguitar-maniac: ctrl+alt+f1, login, sudo killall wine-server21:49
brianhermanis there a way to increase the number of virtual consols21:50
MilitantPotatoguitar-maniac: you can also turn off emulate desktop in wine-config21:50
PeterTHi all, I'm getting this error about the sudoers file, how do I add a user to the sudoer's file? http://paste.ubuntu.com/392813/21:50
guitar-maniacmilitantpotato: Ok, i'll try that. Does emulate desktop have an effect to games?21:50
guitar-maniacI'm playing mainly few years old games so they shuoldnt be the problem why Wine is crashing21:51
MilitantPotatoguitar-maniac: No idea.21:51
guitar-maniacMilitantPotato: Ok thanks for help :)21:51
paddyyyyyyyyyyyywhy do i get the error "Error setting permissions: Input/output error" in ~/.wapi21:52
ricky__Anyone had problems with sh:grub> error21:52
ricky__Started after update21:52
savidIs there a way using apt-get or aptitude to show what would be changed if I ran "safe-upgrade" or "full-upgrade"?  ie, something like a "dry run"?21:54
embrikiceroot, I need to find a substitute for MS Sharepoint - haven't much knowledge about MS sharepoint - but have ordered a book on it - I want to find a good alternative in open source21:54
PeterTHow do I exit visudo?21:55
embrikiceroot, but I don't know if alfresco is anything like sharepoint21:55
icerootembrik: not really like sharepoint21:55
icerootembrik: there is a openoffice-plugin for alfrescxo for using something like sharepint but the plugin is out of date and not working anymore21:56
artiPeteT with -v u can quite visudo21:56
artiPeterT u can close with -V21:56
=== asdfaf is now known as redghost
gringochapinWow, the wiki has been slow lately!21:56
embrikiceroot, ok do you know about anything in open source doing tha same or almost the same as sharepoint?21:56
PeterTarti: How do you mean that?21:57
=== redghost is now known as asdfaf
PeterTarti: Just type "-V"?21:57
artiPeterT jus write -V21:57
icerootembrik: sorry dont know, maybe its a bad answer but tried google?21:57
jh2oshey how do you find your personal ip address?21:57
PeterTarti: I just writes "-V" into the file...21:57
blakkheimjh2os: curl whatismyip.org; echo21:57
benji_jh2os,  70.157.172.6921:58
embrikiceroot, that's how I found alfresco - I've left a question on a debian-edu.list - I may get some answers there21:58
vltHello. I want to sync evolution with my mobile K800i phone (sony/ercsson).  Which opensync module do I need for this?21:58
gp5stif i install the ubuntu libdrmaa package, how do it get it to point to sge? when i use it i get "failed receiving gdi request response for mid=1 (got syncron message receive timeout error)."21:59
icerootembrik: alfresco is ok but nothing on sharepoint (imo)21:59
CSWookieI need to remove a host key from my known_hosts file.  How do I find out which key matches the host, now that ubuntu hashes hostnames?21:59
icerootCSWookie: dont know if there is sshrm on ubuntu but with that you can use sshrm hostname  to remove the key22:00
blakkheimCSWookie: you can make it so the hosts aren't hashed22:00
dabaRI get this error when using the ruby gem program22:00
dabaRundefined method `manage_gems' for Gem:Module (NoMethodError)22:00
vltCSWookie: When you try to connect to the host you get a warning containing the line in the known_hosts file22:00
vitalsignsI need help getting ip address from dhcp, it's not doing it automatically22:00
CSWookievlt: Not with the program I'm using.22:00
brianhermanvitalsigns: dhclient22:00
CSWookieI might want to submit a patch for that... :-)22:00
=== asdfaf is now known as redghost
embrikiceroot, are you sure the OO-plugin doesn't work - google seems to give me alfresco as the only alternative to sharepoint22:01
vitalsignsbrianherman: just start dhclient and it will do it automatically?22:01
brianhermanvitalsigns: it should22:01
vitalsignsbrianherman: k22:01
icerootembrik: when i was testing it with oo 3.x it was not working, just with oo 2.4 (2 months ago)22:01
brianhermaniceroot: http://www.igniterealtime.org/index.jsp < another alternative to sharepoint22:01
icerootbrianherman: embrik needs the info22:02
brianhermanembrick: http://www.o3spaces.com/22:02
=== redghost is now known as asdfaf
=== asdfaf is now known as redghost
icerootbrianherman: but thx for the info22:02
brianhermanembrick: http://www.igniterealtime.org/index.jsp22:02
vitalsignsbrianherman: it worked, how do i configure it to start on boot?22:02
iceroot!op | redghost (30 nick changes)22:02
ubotturedghost (30 nick changes): Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, gnomefreak, bazhang, jussi01, Flannel or ikonia!22:02
=== redghost is now known as asdfaf
brianhermanvitalsigns: sudo gedit /etc/init.d/rc.local22:03
brianhermanpaste dhclient under the #!/bin/bash line22:03
brianhermanvitalsigns: "dhclient"22:03
lullabudwhat do i need to install to play h.264 movies in totem?22:03
=== blueghost is now known as zzz1
* dabaR shoots himself because of the gem error.22:04
=== asdfaf is now known as redghost
richthegeekquick vote: is it worth buying a SSD yet?22:05
lullabud!h26422:05
linuzoQ: Does anyone know how to prepare a WinXP USB Installer within UBUNTU?22:05
=== blueghost is now known as aaaads
lullabud!x26422:05
icerootrichthegeek: ##hardware22:05
richthegeeklullabud: !google22:05
lullabudlol22:05
bfly!google22:05
richthegeekiceroot: you mean join #hardware?22:05
ubottuWhile Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.22:05
iceroot!codecs | lullabud22:05
ubottulullabud: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats22:05
SpaceGhostC2Crichthegeek: !google | lullabud22:05
icerootrichthegeek: correct22:05
lullabudthanks iceroot22:05
lullabudapt-cache search was no help...22:06
linuzo!google22:06
richthegeekiceroot: cannot, requires invite/auth22:06
ubottuWhile Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.22:06
napoleonhi guys22:06
richthegeekhi bonaparte22:06
icerootrichthegeek: then auth your nick22:06
richthegeekwhy?22:06
icerootrichthegeek: to join there so you can ask your hardware-questions22:07
ylluminatehow do you modify your hostname in ubuntu? not seeing /etc/hostname anymore soooo....22:07
ylluminateare you to create it or is there another facility now?22:07
=== redghost is now known as greenghost
richthegeekiceroot: says it requires an invite, not authentication ... how do I auth my nick anyway?22:07
PeterTarti: You were right22:07
icerootylluminate: sudo vi /etc/hosts22:07
ylluminate?!22:07
icerootrichthegeek: /msg nickserv help22:07
SpaceGhostC2CJeeze. greenghost why are you always changing nicks?22:07
=== Swian7 is now known as Swian
vitalsignsbrianherman: thank you22:08
ylluminateugh.  so should you set the fqdn to the public ip or have the fqdn for both the ip and the localhost ip?22:09
CSWookieblakkheim: So, I've disabled it, but I'd rather not blow away my known hosts file.  Any ideas for how to get find right line?22:10
chelzylluminate: i always leave that blank22:10
ylluminatechelz: leave what blank, localhost?22:11
ylluminateor just not define the public ip22:11
adminuser_lo guys22:11
ylluminateand behold adminuser_22:11
SpaceGhostC2C!hi | adminuser_22:12
ubottuadminuser_: Hi! Welcome to #ubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!22:12
chelzylluminate: i'm not sure where you're putting in fqdn, but during any ubuntu/debian install i leave fqdn blank22:12
winemandoes anybody else have a 30 second pause during bootup?22:12
FullPolarFoxI wanna sleep....22:12
azarethcan someone tell how can I access windows shared folders from Ubuntu, I see the machine in Network but cannot access it22:12
chelz!sleep | FullPolarFox22:12
ylluminatechelz:  already installed, on a vps22:12
adminuser_use smb22:12
ylluminatei have to modify it post installation22:12
SpaceGhostC2Cazareth: do you have nautilus-share installed?22:12
FullPolarFoxI wanna money22:12
ylluminateso i'm trying to get hostname set properly as this is a public server22:12
SpaceGhostC2Cylluminate: you can change it.22:12
adminuser_ubuntu supports smb file shares azareth22:13
ylluminateright, so right now i have 127.0.0.1    localhost subdomain.domain.tld22:13
ylluminatein hosts22:13
azarethSpaceGhostC2C: yes22:13
rzahi22:13
Myrtti!offtopic | FullPolarFox22:13
ubottuFullPolarFox: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!22:13
ylluminatei *could* put xxx.xxx.xxx.xxx(public ip) subdomain.domain.tld22:13
ylluminateon another line22:13
icerootylluminate: you have a puplic static ip?22:13
ylluminateor i could leave it on the local22:14
ylluminateyes22:14
FullPolarFoxMyrtti I wanna to fly to Pandora...22:14
ylluminatei do have a static pub ip22:14
icerootylluminate: then use the fqdn on the public ip22:14
Bodsda!dvd22:14
ubottuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats22:14
ylluminategotcha, figured22:14
ylluminatethanks22:14
icerootylluminate: and not on 127.0.0.1 which is the lo-device22:14
ylluminateright iceroot22:14
FullPolarFoxDoes anybody use Ubuntu on the space shattly ???22:14
ylluminatehowever, now my hostname iceroot will not show up as the fqdn22:14
SpaceGhostC2Cazareth: do you have the permissions on the windows machine set up to allow you to connect?22:14
FullPolarFox*shatle22:15
SpaceGhostC2C!ot | FullPolarFox22:15
ubottuFullPolarFox: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!22:15
GhostFreemanHow can I resume a process i've stopped?22:15
azarethSpaceGhostC2C: yes its not password protected22:15
Bodsdawhy has it become more difficult to get dvd playback now? It seems instead of just installing one package, I have to install a raft of restricted extras and run a bash script - whats the reasoning behind this?22:15
icerootGhostFreeman: fg22:15
usuarioolaa22:15
FullPolarFoxSpaceGhostC2C I dont wann go to there channel.. I am scared...22:15
FullPolarFoxolaaaaa22:15
usuariofollar22:15
devdzso when i have a compressed package .tar.gz and its a program how i install it ?22:15
SpaceGhostC2Cazareth: do you have guest permissions on?22:15
ylluminateso that's my question iceroot22:16
GhostFreemanthanks iceroot22:16
nerdy_kidanyone know how to fix suspend issues with nvidia cards?22:16
=== RoAk is now known as RoAkSoAx
ylluminatenow that hostname will always be localhost22:16
SpaceGhostC2CFullPolarFox: you cannot chat in here, only ask questions.22:16
Bodsdadevdz: untar it and read the README file22:16
icerootylluminate: and i gave you the answer to use the fqdn on the public one22:16
ylluminatei won't see hostname resolve to my fqdn or subdomain22:16
icerootdevdz: extract it   tar xfvz filename.tar.gz22:16
ylluminateiceroot: do you see what i'm saying though????  `hostname` resolves to localhost only22:16
chelzdevdz: https://help.ubuntu.com/community/CompilingEasyHowTo22:16
=== sacho_ is now known as Sacho
ylluminatei get no hostname == my machine name now22:17
devdzBodsda, havent find any readme file22:17
usuariofuckfuckfuckfuck22:17
mbhakmcan anyone knows how to solve Skype 2.1.0.81 pulse audio issue problem on Ubuntu 9.1022:17
FullPolarFoxSpaceGhostC2C Why????/// Do you kill me???? *crying O_______o*22:17
MilitantPotato!language | usuario22:17
ubottuusuario: Please watch your language and topic to help keep this channel family friendly.22:17
FullPolarFoxusuario Hello)))22:17
chelzylluminate: i found http://ubuntuforums.org/showthread.php?t=1069034 and http://ubuntuforums.org/showthread.php?t=115429922:17
Bodsdadevdz: link to the tarball?22:17
chelz!ot | FullPolarFox22:17
ubottuFullPolarFox: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks!22:17
SpaceGhostC2C!Guidelines | FullPolarFox22:17
ubottuFullPolarFox: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines22:18
fernandoc1Serious bug on USB detected here22:18
ylluminatethanks chelz going to see what this explains22:18
SpaceGhostC2Cfernandoc1: what is it, and did you seubmit a bug report?>22:18
fernandoc1I recommend Ubuntu developers to pay attention on it22:18
FullPolarFoxchelz And what?? Do you kill me???? *crying O_______o*22:18
icerootFullPolarFox: stop it please22:18
BodsdaFullPolarFox: stop it22:18
SpaceGhostC2CFullPolarFox: we don't want to call for ops, can you possibly stay on topic?22:19
FullPolarFoxiceroot: stop it please22:19
SpaceGhostC2Cthanks Myrtti :)22:19
icerootfaster then using the !ops-trigger...22:19
fernandoc1I'm using karmic koala22:19
BodsdaMyrtti: stop magically appearing like that just when we need you :)22:19
fernandoc1and I detected22:19
fernandoc1that only one USB device can be used at a time22:20
fernandoc1because the kernel has a bug22:20
Bodsdafernandoc1: Thats not my experience - I have 3 here, all detected and working22:20
FullPolarFoxHello! I am on the Andromeda and my spaceshattle don't fly? Why? I have Ubuntu on board...22:20
chelzMyrtti: FullPolarFox22:20
fernandoc1I'm trying to plug a USB camera22:20
SpaceGhostC2CMyrtti: wanna handle him?22:20
fernandoc1and it hangs on Virtual Box22:21
SpaceGhostC2CHe's a silly one. Might need a rope.22:21
=== greenghost is now known as redghost
fernandoc1when I'm using a USB mouse22:21
=== redghost is now known as greenghost
fernandoc1https://bugs.launchpad.net/ubuntu/+source/linux/+bug/25676722:21
MyrttiFullPolarFox: this is the Ubuntu support channel, did you have a support question?22:21
Bodsdafernandoc1: I have a usb mouse/keyboard, ipod, scanner - all usb and all working in (closed source) VirtualBox22:21
FullPolarFoxHow to ugrade the Ubuntu to Windows Vista?22:21
fernandoc1this bug persist since 200622:21
WinterSkyBodsda Can I pm you?22:22
fernandoc1the camera do not work properly22:22
fernandoc1And it works on Windows 722:22
devdzBodsda, its just one tar.gz file that contains 3 files .pl how can execute that ?22:23
ylluminateiceroot & chelz: here's the answer: http://ubuntuforums.org/showpost.php?p=7247507&postcount=422:23
ylluminatethanks22:23
chelzdevdz: in a terminal navigate to the directory and do   perl file.py22:23
SpaceGhostC2CHow do I upgrade from jaunty to karmic in a virtual terminal?22:23
Bodsdafernandoc1: have you seen this comment> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256767/comments/3222:23
fernandoc1Some people gets this kind of bug on Karmic22:24
BodsdaWinterSky: sure, thanks for asking22:24
jrib!upgrade > SpaceGhostC2C22:24
jribSpaceGhostC2C: read the server instructions22:24
Bodsdadevdz: I think they are perl scripts, but unless you trustthe source, I would not run them22:24
ubottuSpaceGhostC2C, please see my private message22:24
chelzSpaceGhostC2C: sudo apt-get install update-manager-core && sudo do-release-upgrade22:24
fernandoc1I can't use "nousb" option22:24
fernandoc1since I need USB22:25
fernandoc1functional22:25
devdzBodsda, yes its perl source i trust it .. so i execute with perl NameofFile.py u mean ?22:25
Myrtti!enter | fernandoc122:25
ubottufernandoc1: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!22:25
Bodsdafernandoc1: so just use the noapic option22:25
chelzfernandoc1: your issue is around the proprietary version of virtualbox which isn't part of ubuntu and therefore is not supported22:25
Bodsdadevdz: perl nameoffile.pl   yeah22:25
SpaceGhostC2Cjrib: those are the instructions for command line upgrading? Thanks.22:26
jribdevdz: erm, .py?22:26
fernandoc1Do I have usb support on the open source version of Virtual Box?22:26
Bodsdadevdz: if its a .py you will need   python file.py22:26
jribfernandoc1: no22:26
Bodsdafernandoc1: no22:27
fernandoc1k22:27
ZombieWhat's a good program for recording my face from a Camera, assuming the Camera works.22:27
chelzfernandoc1: try contacting the virtualbox people22:27
Jordan_UZombie: cheeze22:27
jribZombie: cheese22:27
fernandoc1then I'm in my worst days22:27
devdzjrih, Bodsda, its .pl .. perl :)22:27
fernandoc1I don't think that I will need to do this22:27
chelzfernandoc1: http://www.sun.com/software/products/virtualbox/support.jsp22:27
Bodsdadevdz: :)22:28
chelzfernandoc1: https://help.ubuntu.com/community/VirtualBox/USB22:28
devdzjrih, Bodsda, its .pl .. perl :)22:28
devdzoops22:28
SpaceGhostC2Cchelz: thanks junktons for the command to upgrade22:28
Bodsdadevdz: .pl scripts are run like:   perl myscript.pl22:29
SpaceGhostC2Cjrib: thanks, I couldn't use a web browser to check, I'm sorta in a bind. But thanks tons for the info.22:30
devdzBodsda, btw can you advice me? im new with linux, better i learn python or perl first ?22:30
SpaceGhostC2Cdevdz: my thought is python.22:30
jribSpaceGhostC2C: w3m, links2, etc :)22:30
SpaceGhostC2Cdevdz: do you know any languages?22:30
SpaceGhostC2Cjrib: It's a mompc, trying to keep it minimal.22:30
Bodsdadevdz: python is more freindly as a first language, but perl is much more involved and fun22:30
jribSpaceGhostC2C: can't get more minimal than that!22:30
Jordan_Udevdz: perl will corrupt you with incomprehesible power.22:31
Jordan_Udevdz: Emphasis on the "incoprehensible" :)22:31
SpaceGhostC2Cjrib: agreed.22:31
devdzSpaceGhostC2C,  yes i know C but im not perfect at it and i know PHP22:31
jribdevdz: I'd say look at the intro pages for both and learn what looks interesting to you.  I'd throw in my two cents for python though ;)22:31
BodsdaJordan_U: 100000 character one liner w00t :)22:31
SpaceGhostC2Cdevdz: I suggest python.22:31
chelzdevdz: python for sure22:31
SpaceGhostC2Cdevdz: if you want though, try some good perl, but it's not my cup of tea.22:32
supermatt1000where can i get the dockbarx deb package i no its out there i used it before22:32
devdzok Jordan_U22:32
devdzthanks guys22:32
chelzsupermatt1000: what version of ubuntu are you on22:32
SpaceGhostC2Cdevdz: welcome.22:32
supermatt1000chelz 9.1022:32
juliowhere are gnome themes stored?22:32
supermatt1000chelz karmic22:32
supermatt1000chelz i think its called22:33
CopperedHello all...i have a simple question............I am about to install Ubunto ..teh current stable version....will it be rather flawless then to upgrade to the latest in April?22:33
supermatt1000chelz the newest one22:33
CopperedI am converting my Gatewway PC over....today or tomorrow.22:33
BodsdaCoppered: yeah, one command usually22:33
Copperedso the whole upgrade system is good22:33
Copperedok22:33
dr-knowhi everyone, i have a question. in ubuntu some websites dont show correctly for me. i think css and java script not load !! and it not depend to any browser, in all browsers i have this problem, please help me22:33
Copperedshould i just go with a beta of the latest?22:34
chelzsupermatt1000: http://www.ubuntu-inside.me/2009/05/howto-get-windows-7-like-taskbar.html22:34
Copperedand not start on the older version?22:34
Jordan_UCoppered: I would start with 9.10.22:34
supermatt1000chelz thanks22:34
=== zenergi_ is now known as zenergi
chelzCoppered: definitely only stick with stable released versions. 9.10 would be good22:34
Copperedok thats what ill do then.......and then upgrae in late april.22:35
danbryanHey guys.  I downloaded the live CD, and when I boot i hear it boot up and all, but i don't see anything when I use my HDMI cabel, but if i use my DVI on the same monitor it works.  Any idea how to boot the linux kernal with HDMI support?22:35
Copperedok22:35
CountDownHow do I turn off clicking using the touchpad on a netbook?  gsynaptics seems broken.22:35
Jordan_Udanbryan: What GPU?22:35
Copperedthanx! wish me luck! here i go...NO MORE MSFT HELL!!!22:35
Jordan_U!synaptics | CountDown22:36
ubottuCountDown: For a comprehensive Synaptics Touchpad guide, see https://help.ubuntu.com/community/SynapticsTouchpad22:36
danbryanJordan_U Gforce 9800 GT22:36
Jordan_Udanbryan: You will probably get hdmi support when you install the proprietary drivers.22:36
KB1JWQWhat do I need to install to convert my Ubuntu NBR to Kubuntu NBR?22:37
ericksonAi que tédio nada para fazer =(22:37
danbryanohh.  Ok, well thanks22:37
chelzdanbryan: installing ubuntu then installing the drivers should work fine22:37
supermatt1000chelz i cant get the first command $mkdir -p ~/SVN/Dockbar to work22:37
Jordan_Udanbryan: You're welcome.22:37
ericksonBR?22:37
devdzwhen i run perl pcap-getIV.pl i get this : Can't locate Net/Pcap.pm in @INC ... :S  what does it mean ?22:37
chelzsupermatt1000: use the ppa: https://launchpad.net/~dockbar-main/+archive/ppa22:37
CountDownJordan_U: Thanks.  I saw that before and ran into the problem of not being able to enable SHMConfig.  I'll try https://wiki.ubuntu.com/X/Config/Input#Input%20Configuration%20with%20HAL instead.22:38
supermatt1000chelz is  that deb?22:38
chelzsupermatt1000: yes. it has instructions under "Adding this PPA to your system"22:38
Jordan_U!br | erickson22:38
ubottuerickson: Por favor, use #ubuntu-br para ajuda em português. Obrigado.22:38
ericksonalguem pode me dar uma ajuda ? estou com um probleminha preciso reenstalar um programa qual é o codigo do terminal?22:38
supermatt1000chelz o ok thanks22:38
ericksonOk22:38
CopperedKubuntu is what....an easy version to use for the public?22:39
chelzdr-know: what browsers have you dried?22:39
sakzjeJust testing22:39
chelzCoppered: kubuntu is ubuntu with the KDE Software System. people that prefer KDE over Gnome, the default in Ubuntu, use Kubuntu22:39
dr-knowchelz: i test this in firefox,opera, chrome22:39
Copperedi have to research what is KDE.....i have no idea.22:40
Copperedok22:40
Tru7hBut doesn't Ubuntu have the ability to change the environment to KDE at the login prompt;22:40
chelzCoppered: http://en.wikipedia.org/wiki/Kubuntu and http://en.wikipedia.org/wiki/KDE22:40
chelzTru7h: it does but there are other changes done by the Kubuntu team that don't happen when one installs kde desktop on ubuntu22:41
=== greenghost is now known as redghost
chelzdr-know: try pasting a screenshot of the issue happening22:41
chelz!pastebin | dr-know22:41
ubottudr-know: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:41
Tru7hchelz: Ah, thanks, I've been wondering about that for awhile.22:42
=== afk|ChrisSoyars is now known as ChrisSoyars
Copperedthis may sound incredibly stupid.....but i would like my Ubuntu to look and feel as much like a Mac as possible...given that...i should install Ubuntu...or Kubunutu?22:43
dr-knowchelz:one minute22:43
[V13]AxelCoppered: YOu want Ubuntu, and then google "Mac4Lin"22:43
Copperedawesome!22:43
Copperedthanx22:43
Tru7hCoppered: You can do that with either one using themes.22:43
[V13]AxelCoppered: You're welcome. I'm currently using Mac4Lin, and it looks EXACTLY like Mac OSX Snow Leopard.22:43
MilitantPotatoCoppered: either one, theming does it.  Kubuntu is far more configurable and tweakable though.22:43
Copperedhmmm so still no idea if i should go U or K...i think ill just go U....22:43
chelzCoppered: yeah use normal ubuntu and mac4lin22:44
Copperedok im going to U...and not K.22:44
Copperedim an idiot...so22:44
Copperedok22:44
Coppered:)22:44
Copperedlovely22:44
FloodBot2Coppered: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.22:44
teagehow do you install gdm theme?22:44
[V13]AxelCoppered: You're better off with Ubuntu. Kubuntu's desktop is... Meh.22:44
mustelois there a way to change the shortcut which switches virtual terminals? ie, I want ctrl+alt+F1 to *not* take me to tty122:45
SpaceGhostC2CWhat's the best command to get human readable CPU info? I know cat /proc/cpuinfo22:45
B|aSSyeah its...22:45
chelzteage: http://www.youtube.com/v/SJTLp2u4TRs&hl=en&rel=022:45
supermatt1000chelz thanks i got it22:45
B|aSSno longer what it was22:45
B|aSSkubuntu's fat!22:45
Jordan_UCoppered: IMHO trying to make any DE emulate something it's not usually just leads something close but dissapointingly inconsistant.22:45
[V13]Axelteage: Right-click your desktop, and click "Change Desktop Background" go to the first tab. There's an option for 'install'22:45
chelzsupermatt1000: alright. gl. thanks for using ubuntu.22:45
musteloSpaceGhostC2C, try 'top' or 'sudo apt-get install htop' then 'htop'22:45
teagethanx22:45
SpaceGhostC2Cmustelo: I don't need process info.22:45
supermatt1000chelz you meen thanks for loving ubuntu22:45
nerdy_kidi need to to force remove some packages ignoring broken dependancies22:45
SpaceGhostC2Cmustelo: I need information about my processor.22:45
supermatt1000chelz later22:46
nerdy_kidhow would i do this?22:46
musteloSpaceGhostC2C, what do you need that's not in /proc/cpuinfo?22:46
GrungeHi, I've got a problem. Not sure which anti virus to run on ubuntu to scan the windows partion22:46
SpaceGhostC2Cmustelo: human readable.22:46
[V13]AxelGrunge: You can't really scan a Windows partition for viruses from Ubuntu that I'm aware of.22:46
chelzSpaceGhostC2C: human readable probably would mean using a gui of some kind22:47
SpaceGhostC2Cchelz: not at all.22:47
musteloanyone about remapping ctrl+alt+f1?22:47
musteloGrunge, clamav is the most common22:47
chelzSpaceGhostC2C: i mean in terms of tools that exist. people generally just learn what the stuff in cpuinfo means rather than finding another tool22:47
SpaceGhostC2CGrunge: I suggest clamav.22:47
Grungeclamav?22:47
[V13]Axelmustelo: There isn't one that I know of, but have you looked around on Google and the Ubuntu forums?22:48
mkeyhey22:48
chelzGrunge: most use clamav, there is a proprietary av called avg that has a free linux version, it's not officially part of ubuntu or anything22:48
SpaceGhostC2Cchelz: there is another tool, I've used it before. It just formats the info from /proc/cpuinfo22:48
mustelo[V13]Axel, in the process, yeah, just thought i'd ask22:48
[V13]Axelmkey: Hello.22:48
BlackDalekI am having problems connecting my imac to my ubuntu computer. What do enter into the imac's "connect to server..." box in order to be able to send files between the two computers? I have personal file sharing, windows sharing and ftp enabled on the imac. There is no problem connecting to the imac from the ubuntu machine. What do I do?22:48
mkeyhey axel22:48
=== redghost is now known as greenghost
[V13]Axelmustelo: Well, sorry I can't be of better assistance ^^;;22:48
chelzSpaceGhostC2C: lshw | less  ?22:48
=== goose[ME] is now known as goose
SpaceGhostC2Cchelz: thanks for trying. I'll ask in -ot22:49
[V13]AxelBlackDalek: Have you tried using the logical IP address of the Ubuntu system?22:49
musteloGrunge, however you usually install software, search for clamav22:50
Grungewhat about using th sudo command?22:50
chelzBlackDalek: you need to find the local IP of the ubuntu machine and enter that. you need to have shared folders already setup in ubuntu for that to work. you would type something like smb://192.168.1.222:50
Grungesudo apt-get install clamav clamav-freshclam clamsmtp22:50
BlackDalek[V13]Axel er.. what? As far as I know the computer only has one IP address on my network.22:50
musteloGrunge, you probably won't need clamsmtp unless you're running a mailserver22:50
[V13]AxelBlackDalek: IP and logical addresses are the same thing. Have you tried using the IP instead of the host name?22:51
Grungeroommate was watching porn from what i can guess22:51
BlackDalekchelz - ok I know the IP, I think I was just missing the smb: part22:51
Tru7hBlackDalek: He's talking about local IP, not external.22:51
chelzBlackDalek: ah, yeah. in the connect to server i think you have to have a "smb://" or "afp://" or "ftp://" depending on the server you're trying to connect to. ubuntu uses smb.22:51
dr-knowchelz:its yahoo.com    http://savalansoft.persiangig.com/pictures/Screenshot.png22:51
SpaceGhostC2Cchelz: actually, that got me the info I needed but wasn't the program I wanted. Either way, you answered what I needed.22:52
jeniahi everyone, can anyone please tell me what is it called the symbol chart at the bottom corner on a map, for example?22:52
musteloGrunge, I also recommend getting a gui for it such as clamtk22:52
jribjenia: #ubuntu-offtopic22:52
chelzdr-know: yes that does indeed look like a site without css being applied. yahoo without css here looks similar to that.22:53
jeniathanks22:53
chelzdr-know: what do you have set in the menu  View -> Page Style   ?22:53
[V13]Axeljenia: It's called a key, just for the record.22:53
fabien__irc.jeuxvideo.com22:53
Grungewould avast be okay?22:54
dr-knowchelz:basic style checked22:54
musteloGrunge, never used it on ubuntu myself, but probably.22:54
chelzdr-know: would you take a screenshot of that page in a browser other than firefox?22:55
musteloGrunge, usually in these situations you run everything you can until it works22:55
dr-knowchelz:wait22:55
Grungecan't find the sudo command to d/l clamth22:55
Grunge*clamtk22:55
CrunkensteinI need halp!22:56
timClicksthere is a really good package for scraping text from PDFs, but I can't remember what it is called. any suggestions?22:56
B|aSSsudo apt-get moo22:56
B|aSSsudo apt-get clam22:56
CrunkensteinIs there a good room for quick help?22:56
=== manio_ is now known as manio
Jordan_UCrunkenstein: This is it.22:56
GrungeB|aSS, moo and tk?22:56
dr-knowchelz:this is yahoo.com on chrome browser   http://savalansoft.persiangig.com/pictures/Screenshot-1.png22:56
BlackDalekchelz It's not working. I tried smb://192.168.1.68 and ftp://192.168.1.68  - I got a password/username prompt from the smb attempt, but it won't take my ubuntu username & password22:56
B|aSSmoo was a joke22:57
hiexpoget the latest version of clamtk deb. at softpedia22:57
CrunkensteinI have some school program, my windows comp broke.22:57
Grunge-_-;22:57
CrunkensteinI'm using my ubuntu laptop22:57
B|aSSclam should get you throught22:57
CrunkensteinI'm trying to use wine, the program says I need MDAC 2.822:57
CrunkensteinI've installed that package and the school program is still telling me I need it22:57
B|aSSanyway with ap-get even if u misspell it gonna give you closest choice to your input22:57
CrunkensteinI'm a total newb22:58
chelzBlackDalek: you might have to do some of this, namely permissions: http://www.simplehelp.net/2007/05/19/how-to-share-files-and-folders-in-ubuntu/22:58
=== Nightwolf42 is now known as Nightwolf
Jordan_UCrunkenstein: What program are you trying to run?22:58
CrunkensteinHawkes learning system22:58
chelzdr-know: does that happen with all sites?22:58
redhmm22:58
CrunkensteinFor intermediate algebra22:58
linxehCrunkenstein: there is a utility somewhere for helping install wine components22:58
linxehCrunkenstein: pulls MS libraries like that from the MS site and installs them for you22:59
CrunkensteinIs it called winetricks?22:59
Grungecandykorn@candykorn-desktop:~$ sudo apt-get clam22:59
Grunge[sudo] password for candykorn:22:59
GrungeE: Invalid operation clam22:59
Grungecandykorn@candykorn-desktop:~$22:59
redim running jaunty on my laptop, and the highest speeds i seem to be getting downloading via LAN (on wifi) is 80-120KB/sec22:59
FloodBot2Grunge: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.22:59
dr-knowchelz: no this happen for some websites22:59
linxehCrunkenstein: yes thats it22:59
VCooliotimClicks: pstotext  answers your description; haven't used it myself though22:59
B|aSSclamtk22:59
CrunkensteinThat's how I installed mdac2822:59
linxehah :o22:59
MilitantPotatodr-know: are you using the daily build PPA?22:59
timClicksVCoolio: ty23:00
chelzBlackDalek: this also should help: http://www.moixo.com/es/sharing-files-folders-from-ubuntu-to-mac-os-x23:00
MilitantPotatodr-know: chrome works very well for me, in the beta flash is broken, but the daily build everything seems fairly stable.23:00
dr-knowchelz:you know i reinstall ubuntu and even try on other version !! but problem still happen23:00
LoshaGrunge: apt-cache search clam23:00
chelzMilitantPotato: he's not getting css in firefox, chrome and opera. it's wild23:00
B|aSSalso23:00
MilitantPotatochelz: oh, ouch23:00
chelzdr-know: it sounds like the issue might be with your internet provider. have you tried a non-linux or non-ubuntu os to test? perhaps a friend has a laptop with another os?23:01
=== ryaxnb_ is now known as ryaxnblucid
dr-knowchelz:yes i tried, in windows everythings is ok !! even i run windows from virtual machine from linux!!23:02
dr-knowchelz:in windows i dont have any problem23:02
LinuxGuy2009If I upgraded my PATA 160GB hdd to a 1TB SATA drive would that jack up Ubuntu boot speed?23:02
Grungewow stil gives me the bs line of  E: Invalid operation klamav23:03
jribGrunge: it's not bs...23:04
chelzGrunge: did you install it?23:04
jribGrunge: you want "apt-get install PACKAGE", not "apt-get PACKAGE"23:04
Grungenope keeps spitting out that line23:04
Jordan_UCrunkenstein: Hawkes learning system may not be usable with wine :(23:04
CrunkensteinDo you know that for a fact?23:05
Grungethanks jrib23:05
jribCrunkenstein: why don't you just use vbox or some other virtualizer?23:05
chelzdr-know: please post a screenshot of a website that works in firefox23:05
hiexpoGrunge, what are you tring to install clamav?23:05
LoshaGrunge: you have to spell it correctly....23:06
Grungewindows partion is infected23:06
Jordan_UCrunkenstein: I haven't found any successfull accounts of it working, and the appdb entry gives it a garbage rating ( though the entry is old )23:06
Alan502hello, can someone help me "manually setting up my dns" on ubuntu? The thing is that i'm having problems with websites not loading correctly, this seems to be the problem though23:06
chelzGrunge: BartPE may be more what you need23:06
luisitohello23:07
Grungebartpe?23:07
luisitohello?23:07
=== TXP-AWAY is now known as TxPitou
Grungewow http://paste.ubuntu.com/392850/23:07
dr-knowchelz: this is adobe website   http://savalansoft.persiangig.com/pictures/Screenshot-2.png23:07
Jordan_Uluisito: Hi, the general edicate here is to just ask your question.23:07
Jordan_Us/edicate/etiquette/23:08
supermatt1000how do i install this theme23:08
supermatt1000how do i install this theme http://www.gnome-look.org/content/show.php/Ambiance+Black?content=12133023:08
=== Jasiekl is now known as Jasiek
Grungefor bartpe http://paste.ubuntu.com/392852/23:09
Grunge--___--;23:09
LoshaGrunge: "Could not get lock" -- either some other program is running which uses packages, or you have a stale lockfile leftover from interrupting an earlier attempt which you'll need to remove. I'm not convinced clamav will disinfect a windows partition in all cases. You might wanna ask on #windows...23:10
VCooliosupermatt1000: drag and drop the .tar.gz into the appearance window?23:10
Grungewow, completly forgot about avast running23:10
BlackDalekI can't seem to get "sudo smbpasswd -a (username)" to work.. it retruns "failed to add user (username)"23:11
chelzsupermatt1000: What you want to do is first go to system > preferences > theme. Then open up the folder you downloaded the tar.gz theme archive to. To install the theme just drag and drop the tar.gz file from the file manager to the theme preferences window and that should install it for you. Hope that helped23:11
BlackDalekWhat am I doing wrong? Do I need to create a samba user first before I use smbpasswd? How do I do that?23:11
supermatt1000VCoolio says it wont allow it i think its because its a new there23:11
VCooliosupermatt1000: extract it and put the folder that contains "gtk-2.0" folder and index.theme file etc in ~/.themes, that's the same23:12
=== Jasiek is now known as Jasiekk
hiexposupermatt1000, - just download the file and right click on desktop than open themes than drag and drop that file you downloaded in there ahwah23:12
LoshaBlackDalek: I think so. I use the name of an existing linux user with smbpasswd....23:12
supermatt1000that dident work23:13
Grungewell tthank you losha, B|aSS, chelz, and mustelo23:13
chelzBlackDalek: did you see this http://www.moixo.com/es/sharing-files-folders-from-ubuntu-to-mac-os-x23:13
Grungegonna try it after avast finishes23:13
chelzBlackDalek: are you using "same user name as the Ubuntu Linux user we are logged in" ?23:13
B|aSSbut i was wrong Grunge :\23:13
B|aSSsudo apt-get install YourPackage23:14
B|aSSnow better :>23:14
Grungelol23:14
supermatt1000it says its not a valid theme23:14
VCooliosupermatt1000: the archive contains some weird other archive, extract that too, put the folder in ~/.themes23:14
neenhi guys, i'm running an rsync as root to copy /var/log/mysql/mysql-bin.* into another directory for offsite backups. i want to change the owner/group/permissions during the copy. is there an easy way to do that with rsync?23:14
B|aSSyou can use gui as well could be easier in begining23:14
hiexposupermatt1000, - right click on desktop click change background than click on theme than drop your file in there you may have to extrct it first though23:15
B|aSSlike adept/kubuntu synapsis/ubuntu23:15
clickmehi every123:15
chelzdr-know: do you go through a proxy of any kind? did you install or change any of ubuntu's default network options?23:16
hiexposupermatt1000, - or when in theme s click install and direct it to the file23:16
HathadarWindows 7 sees my private and public shares but times out when trying to connect to my private share.  I could use some help configureing /etc/samba/smb.conf23:16
lovelessnew ubuntu user here, have a few questions, if someone could PM me that's willing to help, i'd greatly appreciate it :]23:16
chelz!ask | loveless23:16
ubottuloveless: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)23:16
clickmeHathadar: what version of ubuntu23:17
hiexpo!ask | loveless23:17
Hathadarclickme: 9.10 server23:17
crc32I'm still confused as to how we are supposed to manage services in ubunto 9.10. I noticed service and chkconfig found their way onto my system but I can't use chkconfig to disable services as I keep getting  message like "/sbin/insserv failed, exit code 1"23:17
loveless9.10, netbook remix23:17
outer_spaceis there a linux port preinstalled with educational programs?23:17
crc32Whats the real way to change services in 9.1023:17
Loshaneen: I don't think rsync will remap permissions on the fly. Run a chown/chgrp after the copy....23:17
clickmeHathadar: oh i don't know much about that23:17
hiexpo!ask \ loveless23:17
ubottuError: I am only a bot, please don't think I'm intelligent :)23:17
loveless!ask23:17
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)23:17
clickmeubottu: lolz23:18
chelzHathadar: this might help, since windows is very similar: http://www.moixo.com/es/sharing-files-folders-from-ubuntu-to-mac-os-x23:18
dr-knowchelz:no , everything is default23:18
B|aSS<outer_space>: edubuntu23:18
Hathadari'll check it out23:18
valrosdoes Ubuntu One actually sync files with the Ubuntu One directory?23:18
underdog5004is there a way to get the length of a video file with mencoder or something like it?23:19
gustinvalros: it is supposed to.  I have had nothing but problems with Ubuntu One23:19
chelzdr-know: does this url load in firefox: http://l.yimg.com/a/combo?arc/core_1.0.5.css ?23:19
BlackDalekok.. I see I have to use the ubuntu login username, I thought I had to enter a new separate username for samba....23:19
Boondoklifevalros: Yea it syncs the folder with the online storage. I have been using it so far it is great23:20
chelzBlackDalek: ah nope. the user you want to log in as23:20
gustinBlackDalek: you can synchronise your regular user and password with samba, but usually they are stored seperately23:20
Boondoklifevalros: It is a little wonky in lucid at the moment but it works great on karmic23:20
chelzloveless: please ask your question(s)23:20
dr-knowchelz: firefox cant load it !!!23:20
gustinBoondoklife: have you tried syncing two computers with Ubuntu One?23:20
chelzdr-know: you get a 404?23:20
VCooliounderdog5004: there is mminfo, but it says for example  length: 8442.944325   so how long is that??23:21
Jordan_Uouter_space: Yes, edubuntu.23:21
clickmeanyone know what happen to Cairos themes23:21
Boondoklifegustin: yup I have two laptops here i do it on23:21
loveless!ask how do i get proper video to work on an Acer Aspire One AO751h?23:21
ubottuError: I am only a bot, please don't think I'm intelligent :)23:21
loveless=/23:21
=== jon is now known as Guest5133
valroscan i sync the files on another computer just by creaking that directory and logging in?23:21
crc32nice so how do you configure upstart to not start a given service at boot?23:21
BlackDalekchelz.. oh... well I used the normal ubuntu username when I did smbpasswd, and it worked - it gave me an failed error if I tried to use a different username.23:21
chelzloveless: no no, you just say your questions normally. the bot commands are for people helping others, not those being helped23:21
gustinBoondoklife: I have two laptops and a desktop, none of them are completely in sysnc23:21
Boondoklifegustin: It works for me just fine, had one issue when it first came out where it was duplicating the machines on the site but removed them and it worked.23:22
Boondoklifegustin: Are they are karmic?23:22
underdog5004VCoolio, what _is_ mminfo? looks like a python module?23:22
gustinya, I had that too.23:22
chelzBlackDalek: that's the way to do it. that second guide i linked has that in it. glad it's working23:22
gustinBoondoklife: yes, all are karmic23:22
lovelessi think i need to use 9.04, according to some thing on the community page =/23:22
BlackDalekchelz... hmm.. ok, it's still not working. Now I get an infinite loop of login prompts at the apple end :(23:22
gustinBoondoklife: one laptop is now lucid, but I have not bothered with Ubuntu One on it again23:23
chelzloveless: video on a website, or play a downloaded video file, or play a dvd or use a webcam?23:23
Boondoklifegustin: That is very odd.23:23
jiffe1hmm, I just updated 9.10 and there seems to be a version mismatch between the userland and kernel module portions of drbd23:23
Boondoklifegustin: You may benefit from completely removing ubuntu one and the keys. Then remove your account on the site.23:23
BlackDalekchelz it no longer says password incorrect - it just keeps asking23:23
chelzBlackDalek: did you follow all of this  http://www.moixo.com/es/sharing-files-folders-from-ubuntu-to-mac-os-x ?23:23
lovelesschelz: it won't use the proper resolution of my screen, and it generally runs slow, the crossfade transition between screens is choppy23:23
VCooliounderdog5004: yes, install python-kaa-metadata  to use it23:24
underdog5004ok, thanks23:24
Boondoklifegustin: After a bit then create the account again. That is what I had to go through in the begining. But now it just works. Had to do a little monkeying with lucid to get it to work, but it is now.23:24
chelzloveless: have you been prompted to install any Hardware Drivers?23:24
Loshaunderdog5004: Try 'idvid' which comes with the 'tovid' package23:24
underdog5004Losha, ok, I'll look into that as well23:24
gustinBoondoklife: I am not using it anymore.  Going to planB (roll my own, I have been using an rsync script for a couple of years)23:24
clickmeanyone know what happen to Cairo themes23:24
lovelesschelz: no at all, but i just performed some updates i was prompted to23:24
chelzBlackDalek: rebooting the mac might also help, i've had to reboot macs when trying to share stuff sometimes23:25
Boondoklifegustin: Yea that is what I was going to do myself.23:25
VCooliounderdog5004: it's length in seconds btw, at least that comes very close23:25
underdog5004yep23:25
chelzloveless: go to System -> Administration -> Hardware Drivers23:25
gustinBoondoklife: I am going to use csync, since it seems to be what I want, with no 2 GiB limit23:26
underdog5004I'm trying to write a script that will divide up a video into <10 minute segments for a youtube account23:26
underdog5004not copyrighted movies or anything23:26
eurythmiadoes anybody use a blackberry curve 8530 with linux? If so, how is it?23:26
chelzdr-know: you might try loading that url on a non-ubuntu OS and see what happens23:26
chelzeurythmia: blackberries and linux don't go too well together. some use a program called Barry and others use a virtual machine to sync to the official blackberry tool in windows23:27
Loshaunderdog5004: which video format....?23:27
lovelesschelz: tells me no proprietary drivers are in use23:27
valroshow can i force ubuntu-one to sync?23:27
lovelesschellz: but i still can't select the proper resolution23:27
underdog5004avi, which should have a .mpg inside it...if that makes sense23:27
underdog5004I'm probably mangling it23:27
eurythmiachelz, okay, I'll try to stay away from the blackberry then. Thanks.23:27
chelzloveless: are there any in the list with a grey circle next to them?23:27
IdleOneeurythmia: there are several packages in the repositories that are for blackberry23:27
lovelesschelz: nothing comes up in the list23:27
Loshaunderdog5004: you could divide it by hand using avidemux...23:27
dr-knowchelz:i dont access windows now. but i dont think reason is this. my browser cant download with this file !!23:27
underdog5004Losha, going to script it23:28
IdleOneeurythmia: like chelz mentioned Barry23:28
chelzloveless: do you know what brand of video card you have?23:28
chelzeurythmia: just googling around should bring up good info on what cell phones work with linux. the ubuntu forums have a lot of that23:28
Loshaunderdog5004: check out avisplit then23:28
eurythmiaIdleOne, do you have experience with it?23:28
underdog5004ok23:28
lovelesschelz: Intel GMA 500, shared video memory too23:28
BlackDalekchelz - I couldn't follow "all" of it as the bit at the start about "system>administration>shared folders" doesn't exist anymore in 9.10.. but the rest of it I think I followed ok.23:28
Lorbasekczesc23:28
IdleOneeurythmia: I tried the barry packages but they lack a lot of functionality. VM would be the way to go with blackberry23:29
chelzdr-know: open up a terminal and do:   wget http://l.yimg.com/a/combo?arc/core_1.0.5.css23:29
eurythmiaIdleOne, then I'll stay away from the blackberry if I can ;)23:29
BlackDalekchelz - d'oh! I worked it out... I was clicking "authenticate" when I should have been clicking "ok" on the imac... now it is working properly.23:29
giovanny_17hola23:29
Lorbasekhelo23:30
crc32ok I'm guessing update-rc.d is the official way to control services in ubuntu 9.1023:30
Lorbasekany1 from poland can help me?23:30
giovanny_17hola como estan por aqui?23:30
IdleOne!pl23:30
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.23:30
IdleOne!es | giovanny_1723:30
ubottugiovanny_17: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.23:30
chelzBlackDalek: good :)23:30
dr-knowchelz: output is:   wget: unable to resolve host address `l.yimg.com'23:31
giovanny_17[¤_iDLeoNe_¤] que pasa?23:31
chelzcrc32: http://blog.ubuntu-tweak.com/2007/09/30/how-to-control-ubuntus-services-easily.html23:31
hiexpo!sp23:31
* [V13]Axel loves Ubuntu.23:31
IdleOnehiexpo: I alreasy gave him the !es factoid. he was trolling here last night also23:32
IdleOnealready*23:32
lovelesschelz: any ideas?23:32
hiexpoIdleOne, - oh ok23:32
chelzloveless: yes, this should fix it: http://shibuvarkala.blogspot.com/2009/12/how-to-setup-google-public-dns-in.html23:32
crc32chelz: I used to use sysv-rc-conf back in 2007 but every thing got screwed up when ubuntu 9.10 came out.23:32
gringochapinHi all. questions for those with experience running a jam. How long do they usually last?  How long should they last at a minimum?23:33
lovelesschelz: i appreciate the link, but that's nothing to do with the video D: internet works fine23:33
chelzloveless: oops sorry23:34
loveless;]23:34
chelzdr-know: follow this: http://shibuvarkala.blogspot.com/2009/12/how-to-setup-google-public-dns-in.html23:34
zaizafoonhelko23:34
zaizafoonhello23:34
IdleOnegringochapin: what state/country are you in?23:34
scoobywhats the command to change my nick?23:34
zaizafooni ned help with my mint dist.23:35
IdleOnegringochapin: I ask because the LoCo team in your area is probably going to run one.23:35
Copperedbefore i install Ubuntu over my Vista.....should i set the BIOs of the computer to any special settings?23:35
mneptok!mint | zaizafoon23:35
ubottuzaizafoon: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)23:35
chelzloveless: what is the model number and brand of your computer?23:35
mneptokscooby: /nick $NEWNICK23:35
scoobythanks23:35
IdleOne!mintsupport > zaizafoon23:35
ubottuzaizafoon, please see my private message23:35
lovelesschelz: Acer Aspire One AO751H23:35
=== scooby is now known as generic_user
chelzCoppered: some bioses can get to a menu to choose the boot device by pressing something like "esc". most would tell you to verify your boot priority has CD higher than your hard drive23:36
gringochapinYes, they are going to run one. I'm in Iowa. I'm helping to organize it, and no one here has much experience with them.23:36
Copperedok fairenough so nothing then special to do there...23:36
Copperedyhnx23:36
IdleOnegringochapin: the ubuntu-qc team is doing one let me link you.23:36
chelzloveless: follow "Karmic (9.10) - New Method" here: https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo23:37
lovelesschelz: thanks!23:37
DescieroHow do I view my terminal log?23:37
=== Mowee is now known as Mowee`Bnc
crc32Is any one here even useing 9.10? I got the feeling I got suckered into downloading it.23:37
zaizafooni installed linux without languag packages .... how to add my lang. package?23:37
chelzloveless: also besides "Enabling 1366x768 Resolution" (it is outdated), you might find this page helpful: https://help.ubuntu.com/community/AspireOne/AO751h23:37
Mage_Dudecrc32: Yeah. 9.10 is fine?23:37
gringochapinawe cool. Didn't know the QC folks were doing one.23:38
chelzcrc32: the majority of people here are probably using it :P23:38
generic_userI changed my user password but now the NetworkManager Applet keeps requesting my old password whenever I connect to wifi. How do I change the password for NetworkManager Applet? Running 9.0423:38
faronHello everybody.Hopefully,all are well today.I need some help.I am currently running Xubuntu 8.04LTS & I woould like to install the new Firefox but,at this point I'm just lost as to what to do.I have downloaded the package onto my desktop & that's as far as I've gotten.Is there anybody here who can guide me from this point in the installation process ?23:38
IdleOnegringochapin: http://ur1.ca/ohmm there are no times but the last one was from 11-5 and 11-723:38
lovelessim off fellas, thanks for the help chelzz :]23:38
chelzgeneric_user: "All password management in network manager is done through gnome-keyring. So you will have to change it the System -> Admin -> Keyring Manager utility."23:38
DescieroHow do I view my terminal log? I installed a program from the terminal, but it just exited unexpectedly mid-install. Want to see what the problem is.23:39
crc32So why does it seem to be that no one knows how to enable or disable services at boot. All I'm seeing are post to the effect of "run the command service foo stop each time you boot." I'm like so theres no tools to configure this a boot up anymore?23:39
gringochapinIdleOne: That was the quebec.  Wrong country. :)23:39
dr-knowchelz:ok i test this and say you23:39
dr-knowchelz:thank you23:39
chelzdr-know: did that work? is it working?23:40
gringochapinIdleOne: err that was the quebec team.  I'm in Iowa.23:40
IdleOnegringochapin: I link as an example :) but take a look here https://wiki.ubuntu.com/UbuntuGlobalJam23:40
dr-knowchelz:i must reboot pc23:40
generic_userchelz: There is nothing called Keyring Manager in my System -> Admin list23:40
chelzdr-know: alright. good luck.23:40
mneptokcrc32: man update-rc.d23:40
DescieroDo you know where I can view my terminal log?23:40
IdleOnegringochapin: if you scroll down some there will be more info on how to run a jam23:41
chelzgeneric_user: Applications -> Passwords and Encryption keys23:41
gringochapinIdleOne: Yeah, I've seen that page. But I don't see anything on there that talks about how long they usually last.23:41
chelzgeneric_user: then Edit -> Preferences -> Select "login" and click the "Change unlock password" button23:42
gringochapinIdleOne: Just wanted some idea of that from folks who have been to them.23:42
IdleOnegringochapin: really I would say it is up to you and the people who attend, you don't want to go to many hours or you will burn out. I would say 5-6 hours per day would be good23:42
Loshacrc32: because ubuntu messed about with service stuff and made a hash of it. See also bum (boot up manager)...23:42
hiexpoDesciero, http://www.watchingthenet.com/ubuntu-guide-for-windows-users-view-logs-with-system-log-viewer.html23:43
IdleOnegringochapin: SEMI-PROTIP keep it fun :)23:43
gringochapinIdoleOne: Thanks.  That's kinda' what I was thinking, but wasn't sure. We're going to only have one day, as were having a hard enough time trying a place to hold it just for one day, let alone more than that.23:43
gringochapinerr trying to find a place.23:44
generic_userchelz: great, thanks for the help23:44
professional-arehello, my dvd drive wont open when i push the open button located at the top of m desktop, or when i push the eject button on my keyboard, help please, thankyou23:44
gringochapinIdoleOne: For sure. Thanks.23:44
grkblood13how do i change the y axis for a chart in openoffice to go from 0-123:44
IdleOnegringochapin: make sure you add your jam info to the appropriate wikis :)23:44
ColrolIs there a simple script/command to clean up boot items to only list the latest kernel?23:44
gringochapinYeah, will do.23:44
rafael_gnome-power-manager does not suspend my laptop when critical battery porcentage is reached23:45
chelzColrol: i'm pretty sure you still have to manually uninstall older kernels then have grub regenerate its config23:45
rafael_PowerDevil (in KDE) dies it23:45
Colrolchelz: alright23:45
chelzColrol: uninstall with synaptic i mean. usually good to leave one or two older kernels, just in case.23:46
coldfireis it really benifical to create a seperate /home partition if you are using only one distro and backup periodicly to another partition?23:46
ColrolHow about getting X to only boot to stage3?23:46
Loshaprofessional-are: is it still mounted by any chance...?23:46
ColrolOr is it Stage1?23:46
IdleOnegringochapin: you could also ask for more advice/info in #ubuntu-locoteams23:46
chelzcoldfire: no. separate home is only really used when using many different distros and switching between them regularly23:47
chelzColrol: you are probably thinking of init runlevels23:48
coldfirechelz: it doesnt make your system more vunerable to coruption because of permissions ?23:48
LinuxGuy2009coldfire: I personally have a WD MyPassport 250GB USB that I backup my Ubuntu installation with Clonezilla. And then I manually copy over my home contents regularly if i get a new DVD that i rip or a new CD that I rip etc.23:48
chelzcoldfire: it does, but people doing that have to accept the risk23:48
VCooliocoldfire: it can be useful if you want to clean install new ubuntu releases without restoring your home stuff and app configurations23:48
IdleOnechelz: it is also used for when you want to do fresh installs of the new release and don't want to have to do backups23:48
LinuxGuy2009coldfire: Ive never really used a seperate home.23:48
crc32so with update-rc.d is there a way to see the status of a service without digging aropund in the /etc/rc?.d directory?23:49
Loshacoldfire: it's handy when you upgrade, and for backups, but it's by no means essential, especially if you aren't messing around with different versions/releases/distros...23:49
professional-areLosha,  i dont know23:49
Gneaokay, I tried xset s off  and some sort of screensaver STILL kicks in in the middle of a fullscreen game. this is wrong.23:49
chelzIdleOne: how does ubuntu handle between versions with a separate home? i've been thinking about doing that but i'm really not sure how the legacy config files would work out23:49
coldfireThanks all23:49
Loshaprofessional-are: open a terminal and type 'sudo df -h' and see if it mentions the cdrom...23:50
LinuxGuy2009chelz: You have to manually partition and specify that you have a seperate home partition so it knows to pick it up and use it.23:50
professional-areLosha,  no it does not23:50
IdleOnechelz: I have never had any issues, your milleage may vary. I don't see why the configs would change so much from one version to next that it would break things23:50
chelzcrc32: i'm not sure what you want to do. this is sorta related http://www.addictivetips.com/ubuntu-linux-tips/how-to-disable-unwanted-services-in-ubuntu-linux/23:51
crc32seems odd. update-rc.d mangled the /etc/rc.d/ K and S scripts which is sequential and doesn't feel like the whole event driven nature of upstart23:51
chelzIdleOne: do you only use it for upgrades or for btween distros?23:51
Loshaprofessional-are: does your drive have a pinhole in the front?23:51
sinewhat is this ubuntu one folder i see23:51
IdleOnechelz: I bleed ubuntu brown :)23:51
dtcrshri need an alternative player to audacious, that works with jack. any clues?23:51
sineis it 2gb backup ?23:51
sinefor important files23:51
dotblank3_dtcrshr: Is that a sound recorder?23:52
LinuxGuy2009sine: Its like having a 2GB hard drive online and its free and you can use it for anything.23:52
sinesweet23:52
Loshacrc32: did you see my msg about the startup stuff being a mess?23:52
dtcrshrdotblank, no, a sound player23:52
chelzIdleOne: do you ever get prompted with anything that there's a config mismatch or that older configs have to be replaced? or is it usually all automated?23:52
professional-areLosha,  no it does not23:52
IdleOnesine: it is 2GB of free space you can use to backup any files you want23:52
sineso anything i put in that folder will get stored online23:52
dtcrshrdotblank3_,23:52
crc32for what ever reason chell the "Services" menu item is missing from my 9.10 install. :(23:52
LinuxGuy2009sine: Yes23:52
sineand if i delete it in that folder it will delete online ?23:52
LinuxGuy2009sine: And can be accessed on any PC anywhere that you might be using.23:52
Loshaprofessional-are: are you sure? Nearly all of them do, as an emergency release mechanism....23:52
awaadWhy ping is a server/client connection not a pear to pear one ?23:52
IdleOnechelz: nope never. I have done upgrades and fresh installs and use the same /home. no issues23:52
LinuxGuy2009sine: Yes it works just like a hard drive.23:53
sinecool23:53
professional-areLosha, i checked right now it doesnt23:53
hiexpowhat is the latest kernal for 9.1023:53
chelzIdleOne: huh.. what versions have you gone between?23:53
sinethats a nice little touch23:53
LinuxGuy2009 hiexpo: go to packages.ubuntu.com and search for linux-image in karmic23:53
IdleOnehiexpo: 2.6.31-2023:53
sinei mean i know its not anything mindblowing but its another nice touch23:53
professional-areLosha,  i know because my laptop had one but not this desktop23:53
Loshaprofessional-are: don't know what to tell you. Every single one of mine has it. Check in #hardware ?23:54
sineI am effin loving this ubuntu and im glad i can finally hang my windows up in the closet23:54
professional-areLosha, how do i do that23:54
Loshaprofessional-are: just /join #hardware and ask in that channel....23:54
hiexpoIdleOne, - thanks just wanted to make sure cause i have extra repos, enabled23:54
chelzcrc32: http://guvnr.com/pc/ubuntu-disable-services/23:54
LinuxGuy2009sine: Theres a big new release coming soon too. 10.04 LTS Something to look forward to.23:54
crc32Losha: Yes I did and I reached the same conclusion when I first downloaded ubuntu 9.10 but every one on this channel keeps acting like nothings wrong with it and that its really intuitive. But I'm getting the impression that 9.10 users don't manage services at all but rather let them all run. Example I want proftpd installed for when I need it but I don't want it to always start at boot for reasons that should be obvious(Security stand point).23:55
IdleOnechelz: I have been upgrading since 5.10 and also doing fresh installs. last 4 versions with same /home23:55
professional-areLosha,  it says canot join its invite only23:55
chelzIdleOne: how do you usually handle reinstalling stuff you had installed before?23:55
IdleOne!clone > chelz23:56
ubottuchelz, please see my private message23:56
Typos_Kingprofesional-are:   if you're referring to some keys on the keyboard to eject the dvd/cd drive... .those are not based on mappings to the bioos, they're usually OS dependent for the key-binding/mapping, yes, I've seen them before, I know apples have one23:56
Loshaprofessional-are: sigh. Well in your place, I would shutdown the machine, making sure it powers off, and hope that when you power it back up, it resets the drive and the eject button starts working...23:56
crc32sysv-rc-conf doesn't seem to work on karmic. It claims the service is disable but it still starts on boot. <Rolls Eyes>.23:56
Typos_KingI guess you can set a keybinding on it, mapped to 'eject /dev/dvd'23:56
chelzIdleOne: i've seen stuff like that, including stuff with dpkg -l, but it just seems like that could lead to a world of hurt with packages having different names23:56
seanbrystone2Does Microsoft Office 2007 work in Wine?23:57
dotblank3_seanbrystone2: yes23:57
Typos_Kinghehe23:57
IdleOnechelz: the package names very rarely if ever change names23:57
chelzcrc32: you'll probably have to talk to the sysv-rc-conf people about that. you could try other tools in that guide in the meantime.23:57
seanbrystone2dotblank, ok ty :)23:57
dotblank3_!wine23:57
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu23:57
crc32update-rc.d seems to work for proftpd23:57
chelzIdleOne: is that clone method how you reinstall stuff?23:57
clickmeseanbrystone yes, but i think only sp123:57
IdleOnechelz: from one distro to the next the names change but within the same distro not normally23:57
crc32no to see if it works for ipp23:57
professional-areLosha,  lol thats what i did and it didnt work, thats why its weird23:57
professional-areLosha,  i guess il use windows to burn my isos23:58
IdleOnechelz: yes I have used it before.23:58
seanbrystone2clickme, ok ill poke around later with it thanks :)23:58
Loshaprofessional-are: what brand/model is the drive, so I can avoid it in the future?23:58
Loshacrc32: tried 'bum'...23:58
chelzIdleOne: no issues? at all?23:58
IdleOnenope23:58
chelzinteresting23:58
chelzi just might try that23:58
professional-areLosha, i typed sudo eject and it worked23:58
professional-are:]23:58
professional-arethanks23:58
clickmeis this room so busy sometimes that it freezes23:59
sinechange root password ?23:59
chelz!root | sine23:59
ubottusine: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo23:59
Loshaprofessional-are: good, still doesn't excuse having no pinhole. Cheap-ass hardware....23:59
IdleOnechelz: the seperate home, for me at least, is more about not having to backup my media files when doing a fresh install. I don't really mind having to re-install apps and such if I have to23:59
crc32I'm guessing this is a transitional bork that will hopefully be eliminated later on.  But sooner or later better more predictable control will need to be given back to the admin. If the init.d method wasn't broke well Then don't break it.23:59
clickmewell i get dl23:59
sinehahahaha23:59
sinematrix touche23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!