/srv/irclogs.ubuntu.com/2012/04/11/#ubuntu.txt

TynachI dunno mikeconcepts, it works for me here in Chrome.00:00
mikeconceptsTynach, thanks, disabling extensions00:01
Sonic132Tynach, Ah sounds fun! Also, guessing your name is related to Tenacious D.00:04
TynachSonic132, what's tenacious d?00:04
ActionParsnipSonic132: I thought the same00:05
Sonic132Tynach, Nevermind. But that sounds awesome. You made a Supercomputer. You should post a guide.00:05
Sonic132ActionParsnip, lol00:05
=== Someguy123 is now known as Someguy123[afk]
=== Someguy123[afk] is now known as Someguy123
Sonic132Wow. Importing documents and settings from Windows takes forever.00:06
TynachSonic132, I did not make a super computer :P I made a 100 GB partition on a 500 GB drive combine with another 500 GB drive and a 200 GB drive. It's somewhat common on servers to use LVM, but for desktops the default Ubuntu installer doesn't support it, so I had to use the alternate one.00:06
Sonic132Tynach, Sounds like a difficult way of getting a 1TB HD. Why not do it the easy way and just get one HD?00:07
JoeyAWhat's the user-friendly way to enable universe repos in Ubuntu with Unity (e.g. Precise)?00:08
ActionParsnipJoeyA: ask in #ubuntu+100:08
twoverpianything out that turns the side launch bar to the bottom?00:09
ZenGuy311i have a vps and i'm trying to stream  a few video files via mounted sshfs .. my downstream i about 200KBps with my vps.. the videos frequently stop to buffer .. how can I tell mplayer or something to cache video ahead of playing it00:09
TynachSonic132, no, it's still just 800 GB. Not quite a TB. And, because the 200 GB one was free (originally all I had), and got the 500 GB one for Windows, then got another 500 GB one which I added to my Linux 200 GB. Then I combined 100 GB from my Windows drive to my Linux one.00:09
TynachI don't have much money, basically.00:09
=== Someguy123 is now known as Someguy123[afk]
=== Someguy123[afk] is now known as Someguy123
Sonic132Tynach, I can understand the money thing. Which is why I like Linux. Totally free.00:10
twoverpiZenGuy311 maybe pressing pause and waiting for a bit in the player00:10
TynachZenGuy311, you can try to use an actual streaming service that will transcode the video into a smaller file as it streams it to you live. You can then also use this to allow others to watch the exact same stream synchronized to what you see.00:11
ZenGuy311twoverpi:  i've tried that but it doens't help much00:11
twoverpiis an anti-virus, firewall procedure needed after installing ubuntu? for instance a program that asks you if you will allow outgoing traffic.00:11
twoverpiZenGuy311: can you make the files smaller?00:11
TynachSonic132, I'm a 21 year old who still lives with his parents, and has no job. To say money is tight is like saying you feel uncomfortable living in a vacuum.00:12
twoverpiWe could have all bought ourcity.com but we didn't00:12
ZenGuy311Tynach:  is there a way I can transcode and play on the fly from a ssh connected folder/file?00:12
ZenGuy311twoverpi:  no .. i've done it before but with a faster vps .. i was hopeng i could find a caching solution to keep ahead of the video downloaing00:13
Sonic132How exactly do you start a pm with someone in XChat?00:13
twoverpiZenGuy311:that is on the client right?00:14
TynachSonic132, right-click their name, "Open Dialog Window".00:14
ZenGuy311Sonic132:  right click on their username and open dialog00:14
ActionParsnipSonic132: or type:   /msg nick hi00:14
twoverpiZenGuy311: so if you had a program which could download then stream out of itself. you connect your client to the output of that program and it doesn't know the difference. it allows inserting a title page too.00:15
TynachZenGuy311, you wouldn't exactly be using ssh/sftp, but you can use something like: http://www.videolan.org/vlc/streaming.html00:16
ZenGuy311twoverpi:  i don't really understand what you're saying.. I connect via ssh with nautilus or mount a directory with sshfs .. the vps has my video fiels which i then play with vlc or mplayer as if it was a local file ..00:17
sacarlsonZenGuy311: I think I've been working on something like that with  vlc  but it's not working is seems to be chopy and I see it's using 100% of my cpu I guess in the transcode00:17
Tynachsacarlson, I use VLC streaming all the time. The trick is to use MPEG-TS encapsulation, H.264 video codec, and HTTP streaming type.00:18
sacarlsonTynach: cool that might be the trick then,  I'll give that a try00:18
ZenGuy311sacarlson:  i don't transcode anything.. i just play files that are located on a server as if it was local since it's connected via ssh... i did this successfully wit ha faster vps without any issues.. this one is slower so I was hoping I could cache the video so avoid buffering00:19
sacarlsonTynach: is there a link or a bit more details some place like the command line?00:19
TynachZenGuy311, that's what I'm talking about. Just playing the raw files will ALWAYS be slow, and you probably should not be doing it that way. That's why we're saying you should use a streaming/transcoding system instead.00:19
ZenGuy311Tynach: transcode on the server side?00:20
sacarlsonZenGuy311: ya that I did get working but vlc I thought wanted the output in ogg and my files are in a few formats00:20
wylde!info Mediatomb00:20
ubottuPackage Mediatomb does not exist in oneiric00:20
Tynachhttp://wiki.videolan.org/Documentation:Streaming_HowTo00:20
wyldeboo00:20
TynachZenGuy311, yes, transcoding on the server.00:20
alusionMy display will not turn on after the system has gone idle this has happened 3 times now00:21
L3topHow do I pm myself !info ?00:21
ZenGuy311how can I transcode on the sever-side but continue to play via ssh.. I'd liek to avoid using the front facing webserver to play videos00:21
Tynachsacarlson, doens't matter what the files themselves are. Just matters what you change the transcoding to. I always transcode as H.264 video, in an MPEG-TS container, over HTTP.00:21
wyldeL3top: /msg ubottu !info something00:21
L3topty00:21
TynachZenGuy311, you would use SSH port forwarding.00:21
TynachThat's what myself and my friend do when watching videos.00:22
ZenGuy311Tynach:  i don't need port forwarding since it's a vps and port 22 works just fine00:22
ZenGuy31144300:22
sacarlsonTynach: yes I've been using the over http part,  so what packages are needed to allow that then?00:22
mikeconceptsTynach, created a new profile for chromium fixed aw snap00:23
TynachZenGuy311, I didn't mean port forwarding like that. I meant SSH port forwarding. If you stream to port 8080 on your server, you can use an SSH port forward to put that to port 8080 on your local computer, where you access the stream.00:23
=== `mOOse` is now known as m00se
ZenGuy311Tynach:  ok00:24
ZenGuy311Tynach:  i'll try it this time but i'm gettign a faster vps to avoid this in the future .. it was pretty seamless the lastime i tried this00:24
TynachZenGuy311, at least I do that because I don't have access to any port BUT 22. However, if your VPS allows all ports, then you can skip that and just access the port directly. But the SSH is nice for encryption, whereas otherwise you won't get the encryption.00:24
Tynachsacarlson, no extra packages are needed. You just need to set up the streaming commands properly.00:25
sacarlsonTynach: ok so an example like this: vlc /home/sacarlson/THE_DOGS_OF_WAR.ogg --sout '#standard{access=http,mux=ogg,dst=:1234/my.ogg}' -I dummy00:25
sacarlsonTynach: do you have one for your method?00:26
Tynach:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ts,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep00:26
TynachThat's what I use.00:26
sacarlsonTynach: cool00:26
sacarlsonTynach: oh that's in the gui, I just need to translate that to my command line then00:27
TynachNotice that mux must equal http, not ogg. dst must equal port, then forward slash - nothing after the forward slash.00:27
TynachAck, no. mux must be ts, not http.00:28
TynachGah. I don't understand most of it. I use the GUI :P00:28
sacarlsonTynach: ok I'll see if my version of vlc will support mux-ts00:28
sacarlsonmux=ts00:28
iNealWhat's the best way to run virtual machines on a dedicated server running ubuntu?00:29
TynachiNeal, KVM.00:29
sacarlsonTynach: and what opens on the other end to play that or do you play on the other side with vlc also?  as with ogg I was just playing over the browser00:29
iNealTynach: Will look into it, thanks :)00:30
SavzUbuntu 11.10 comes with OpenSSH 5.8, is it safe to compile 5.9 and install it or is there some good reason it comes with 5.8?00:30
songxkI cant install the GPU driver  for my ATIX135000:30
L3topwyld that format does not appear to work. I get no error, just no reply from ubottu.00:30
songxk  sudo aticonfig -f  aticonfig: no supported adapters detected00:30
Tynachsacarlson, I don't know. I myself just use another VLC session, I've not tried using a browser.00:31
L3topI typed: /msg ubottu !info nvidia-glx00:31
sacarlsonTynach: ok good enuf then,  so people on a windows machine can still open it then if they also have vlc I guess00:31
songxkwho know how to install the ati GPU driver】00:31
wyldeL3top: try just sending ubottu a random mesage then use the !info00:31
Tynachsacarlson, yep. I never tried a browser - that would be awesome if that works :O Gonna try it now.00:31
wyldeL3top: for some reason the bot isn't replying directly to !info00:32
sacarlsonTynach: ya at some point I would like it to stream to flash00:32
L3topsongxk: It is possible that your ati card will not use the fglrx driver, if that is what you are attempting to install.00:32
L3topty again wylde00:32
wyldeL3top: np00:33
L3topsongxk: what is the output of lspci | grep VGA00:33
chiliblueof the 2 nvidia drivers ubuntu 11.10 is there any advantage in going from the one that isn't recommended00:34
L3topcan you be more specific chiliblue?00:34
chilibluewell you have the option of installing 1 of 2 proprietary drivers for my nvidia gfx card. One is recommened and the other isn't (post release I think) just wondering whether I was right to go with the recommend driver00:36
sacarlsonchiliblue: if it works don't fix it,  I've had to install the one direct from nvidea on ubuntu 10.04, but my last install on ubuntu 11.10 worked with what ubuntu gave me.00:36
sacarlsonchiliblue: I did use the proprietary driver on both00:37
ActionParsnipchiliblue: I just install the nvidia-current package in CLI00:37
L3topchiliblue I can tell you the best driver to use, and while in general I agree with sacarlson, there are certain compositing/vdpau capabilities you may want that will not be available to the driver selected... depending.00:37
chilibluesacarlson, I have a audio issue with that card...I was wondering whether the other driver might solve it, or if video and audio functions of the card are not related00:37
songxkL3top : I did not use this command  lspci | grep VGA00:38
=== revolts is now known as diegovieira
L3topI can probably help you chiliblue. I do a lot of work in autodetection and use of compositing for various cards.00:38
L3topsongxk: I am telling you to use that command and tell me the output00:38
sacarlsonchiliblue: no I don't think the audio is involved or could it be,  maybe like sync in video? not sure00:38
chilibluething is L3top it's a 21000:38
* L3top shudders00:39
L3topthat is an alsa issue00:39
L3topit keeps me awake at night00:39
chiliblueand my issue has disappeared for the moment00:39
sacarlsonL3top: when are these capabilities used?00:39
chiliblueworking and I have changed nothing00:39
chiliblueok I am using alsa from 11.10 would using more recent alsa modules help00:40
Tynachsacarlson, I don't know how streaming to flash works. I tried streaming with a browser, no luck - but streaming from VLC to VLC works fine. So yeah, people will need VLC installed - but should have no troubles beyond that.00:40
L3topfor watching h264 content for instance, VDPAU allows use of gpu/cpu for scaling et00:40
L3topc00:40
sacarlsonTynach: good enuf, thanks for your input00:40
L3topless tearing, better playback.00:40
songxkI have tried AMD Catalyst™ Proprietary Display Driver - Linux x86 & Linux x86_6400:41
sacarlsonTynach: if you do run across the flash method let me know00:41
songxkbut no use00:41
Dice-ManL3top: hey she should use ssh with pulseaudio00:41
Dice-Manfor her parties00:41
sacarlsonL3top: oh cool I should get that then00:41
matt_hey all00:41
L3topdepends on the version you are on, and the card you have00:41
matt_what version of ubuntu is every one running?00:42
Firebolt11.1000:43
songxk12.04 ATI X135000:43
songxkwhat a fuck GPU00:43
FireboltMy servers run 10.04 and 11.1000:43
FireboltJust installed 11.10 for a friend as well00:43
sacarlsonL3top: this is the nvidea I now run in ubuntu 10.04 ,  nvidea 195.36.15  , what version do you suggest I use?00:43
matt_lols im using lubuntu 10.1000:43
matt_finding it quite stable atm00:44
pangolin!language | songxk00:44
ubottusongxk: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.00:44
bazhang_songxk, watch the language00:44
=== bazhang_ is now known as bazhang
ActionParsnipmatt_: maverick is EOL really soon00:44
pangolinActionParsnip, today actually00:44
ActionParsnippangolin: oh, i see00:44
ActionParsnipsongxk: 12.04 isn't supported here00:45
L3topone second... catching up00:45
ActionParsnippangolin: thanks for the update :)00:45
matt_what sort of problems are fellow users struggling with today00:45
matt_gfx, sound? wifi?00:45
pangolinActionParsnip, no worries00:45
=== drew is now known as Guest40848
ActionParsnipmatt_: all those things00:45
sacarlsonL3top: oh I remember the version depended on what card you have,  let me take a peak at nvidea see if they have a newer one00:45
L3topsongxk: the xpress series is not supported by fglrx. If you have installed them you will need to purge them... you will have to do a lot...00:46
matt_just a sec00:46
matt_EOL? end of life?00:46
ActionParsnipmatt_: yes00:46
matt_Nooo00:46
L3topits kind of a pain. One sec and I will get you a website00:46
matt_lol00:46
matt_could i still use it quite breezily00:46
jeremiah__why can't play music in ubuntu? it says that that there is a problem with the null00:46
matt_i mean would i still have the same sudo apt-get support i do now?00:46
L3topsacarlson: you will have better luck using swat ppa sticking with the glx. Probably the 260... but what is your card? what is the output of lspci -nn |grep -i nvidia00:47
wolfricwhat exactly does this version mean of samba? 2:3.5.1100:47
wolfricwhat does that 2: mena before it?00:47
ActionParsnipwolfric: its at version 3.500:47
ActionParsnipwolfric: not sure tbh00:47
matt_, try to cross-reference the problem by analysing your null audio drivers etc.00:47
munkianyone here a networking pro? I'm having some issues with applications binding to IP addresses and interfaces... for example when I set curl to bind to ppp0, it works as expected, but when i set curl to bind to the ip address of ppp0, it doesn't work at all00:48
wolfricActionParsnip: any idea where i could find out?00:48
matt_google00:48
matt_lol00:49
pangolinmatt_, what EOL means is that as of today you will no longer get any security updates or app updates from the repos.00:49
L3toperg00:49
pangolin!google | matt_00:49
jeremiah__why can't play music in ubuntu? it says that that there is a problem with the null00:49
ubottumatt_: 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.00:49
matt_oh, thats not good00:49
L3topsacarlson: sorry, that isnt what I needed I need lspci -nn | grep VGA00:49
matt_ok sorry00:49
bazhangjeremiah__, pastebin the exact error message00:50
ki4romatt_: Nicely put00:50
Tynachjeremiah__, can you be more specific? I don't know what you mean by 'the null'. If you can, copy and paste any message you get exactly.00:50
matt_how fragile is a linux os in comparison to a windows os or mac in terms of virus, malware etc?00:51
MrUnagiDoes openssh-server not start on boot?00:52
XGaryGI just got an USB TV tuner. (WinTV-HVR-950Q) I have the drivers installed, and a channel scanner. Is there a TV viewer that works with the American ATSC signal?00:52
xangua!virus | matt_00:52
ubottumatt_: Antivirus is something you don't need on !Linux. except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus00:52
Nach0zmatt_: linux has far less malware than windows and  Mac. Mac just recently started getting hit, nobody writes them for linux, and linux malware often does only superficial damage.00:52
Tynachmatt_, there are no viruses for Linux. The small amount of malware for Linux that is out there is for servers, not desktops, and there is usually a fix within hours/days of malware coming out that makes it impossible to catch it.00:52
MrUnagi!ssh00:52
ubottuSSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)00:52
L3topmatt_: not fragile at all... in contrast to windows it is a particularly unfair comparison.00:52
jeremiah_why can't play music in ubuntu? it says that that there is a problem with the null00:52
Sonic132Now that I restarted. It still is using Windows bootloader and won't boot grub. Any ideas?00:53
Tynachjeremiah_, please copy/paste any errors exactly. I don't know what you mean by 'problem with the null'.00:53
bazhangjeremiah_, stop repeating that, pastebin the exact error message00:53
L3topSonic132: I did not see your earlier posts, did you by chance fixmbr?00:53
matt_wow, so i dare say i am quite safe using the lubuntu 10.10?00:53
jeremiah_the error is (nul)00:54
jeremiah_(null)00:54
matt_i like its simplicity yet perfomance, its not exactly eye-candy but meh... does whgat i need lol00:54
bazhangjeremiah_, play an mp3 with mplayer from the terminal00:54
TynachSonic132, I may have led you astray. Now that I think about it, perhaps Grub should be installed on the first drive in the boot order.00:54
munkianyone here a networking pro? I'm having some issues with applications binding to IP addresses and interfaces... for example when I set curl to bind to ppp0, it works as expected, but when i set curl to bind to the ip address of ppp0, it doesn't work at all00:54
jeremiah_bazhang, the command..... the name of the song is song.mp300:55
L3topmatt_: so long as you stay on top of security updates you are almost infinitely more secure than on windows. There are certian things which can pose minor annoyances... and you can of course infect your wine emulators and such... but in general yes. Much more secure.00:55
Sonic132L3top: I installed Linux onto a different hd than windows. Then installed the bootloader on the Linux hd.00:55
MrUnagiHow do I get openssh-server to run on start00:55
matt_okay, i dont wine though, im using virtualbox to emulate a windows 7 pc00:55
Sonic132Tynach: Anyway to fix it now? To move grub?00:56
matt_hang on, will there still be security updates for my version of lubuntu?00:56
L3topah... yes... you will either need to switch the hd you want to boot to in the bios (perhaps with one of those handy f12 type menus) or install on the first boot drive00:56
TynachSonic132, yes there is, put the LiveCD back in and reboot into the LiveCD... Then there's a command you can run at a terminal to install Grub to a specific drive's MBR.00:56
FreeseyLinuxCan anyone tell me how to set my mouse scroll wheel to scroll one line at a time, its far too sensitive and really aggravating00:57
L3topmatt_: your vbox is just as vulnerable as any other windows install, however you can take snapshots/reload fairly easily.00:57
Sonic132Tynach: ok I'm rebooting.00:57
TynachSonic132, I'm currently trying to find the proper command.00:57
sacarlsonL3top: I have GeForce 6100 nForce 40500:58
matt_Yeh i know about that, what i mean is if i dont use the intenet in my linux distro but i am using it through vbox and ofcourse have anti-virus blah blah installed... is it really necessary to worry about security updates, if the only internet im using is the browser in my virtual machine?...00:59
Sonic132Tynach: That's cool. Booting the disc.00:59
jeremiah_bazhang, hello?00:59
L3topsacarlson: I need lspci -nn | grep VGA00:59
bazhangjeremiah_, you never gave us that pastebin00:59
L3topI just deal with PCI_ID numbers01:00
sacarlsonTynach: does the stream from vlc can that be viewed by more than one system at the same time?  I was also working on sending it to icecast201:00
jeremiah_bazhang, it said error, (null)01:00
ActionParsnipmatt_: yes as the VM can be affected01:00
Tynachsacarlson, streaming can be viewed from multiple machines, as long as they all have access to the port that it is being streamed to.01:00
sacarlsonL3top: 00:0d.0 VGA compatible controller [0300]: nVidia Corporation C61 [GeForce 6100 nForce 405] [10de:03d1] (rev a2)01:00
Sonic132bazhang: Maybe he doesn't know about pastebin. Before Ubuntu I never heard of it.01:00
bazhangjeremiah_, whats the exact command you ran in the terminal01:00
Nach0zpastebinit <301:01
sacarlsonTynach: oh ok then no need for icecast2 then01:01
matt_ohhhh, i get you, my sincere apologies for all the noob questions, you are definetely a great support team...01:01
ActionParsnipmatt_: np man, questions are fine :)01:01
Tynachsacarlson, as far as I remember, icecast2 only did audio streaming. That's why I didn't use it.01:01
TynachIf it does video streaming, I might look into it.01:01
jeremiah_bazhang, i click play in the player, and it brings up an error message saying, "error, (null)"01:01
TynachFound it, Sonic132. run these commands, in this order: "grub-install /dev/sda", then "update-grub". You may need to put 'sudo' in front of both of them.01:02
bazhangjeremiah_, yet I asked you to run it from the terminal01:02
jeremiah_bazhang, and i asked for the command.01:02
sacarlsonTynach: Icecast now supports video streaming via theora that's the ogg method I was using01:02
bazhangjeremiah_, mplayer yoursong'sname.mp301:03
Tynachsacarlson, that's pretty cool. Do you have a link for how to do it?01:03
FreeseyLinuxanyone know an app i can dl in synaptic to fine tune the scroll wheel on my mouse?01:03
jeremiah_bazhang, The program 'mplayer' can be found in the following packages:01:04
jeremiah_ * mplayer01:04
jeremiah_ * mplayer201:04
jeremiah_Try: sudo apt-get install <selected package>01:04
FloodBot1jeremiah_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:04
bazhangjeremiah_, so install it?01:04
jeremiah_FloodBot1, whatever01:04
jeremiah_bazhang, which one, all of them?01:04
L3topsacarlson: as sudo: add-apt-repository ppa:ubuntu-x-swat/x-updates; apt-get update01:04
TynachSonic132, it MIGHT not work though, because your install of Ubuntu won't have updated Grub stuff. So you may want to follow this tutorial: http://www.lancelhoff.com/restore-grub2-after-installing-windows/ which I think addresses that.01:05
L3topsacarlson: then apt-cache policy nvidia-current    and confirm that it is trying to grab the 295.xx driver01:05
L3topsacarlson: then apt-get install nvidia-current if indeed it is01:05
L3topsacarlson: the 260 driver will also work01:07
jeremiah_bazhang, http://pastebin.com/fMHEHFTN i had the same prob. when wanting to install pastebinit.01:08
HarryRichardshm01:09
primusMy laptop post last update decided to stop recognising what the monitor was, it's sais it's using the VESA intel graphics driver and is stuck using the unglittered version of unity.01:09
primusany one know anything about resolving graphics driver / screen resolution issues.01:10
L3topjeremiah_: your sources.list is probably screwy. sudo dpkg --configure -a01:10
L3topjeremiah_: please pastebin your sources.list01:10
ActionParsnipprimus: you may need an xorg.conf file if its not playing nice01:10
jeremiah_L3top, so i put that in. do i try again?01:11
jeremiah_L3top, didn't work. same message01:11
L3topsee what configuring dpkg does... and try and install pastebinit... but it may continue to have depend probs01:12
primusAcidRain2012: ok, I also thought it might have something to do with using a VESA driver for some reason I thought that there might be something else.01:12
L3topjeremiah_: this does not surprise me. Please pastebin your /etc/apt/sources.list01:12
jeremiah_L3top, command.01:12
L3topcat /etc/apt/sources.list01:13
L3topthen pastebin it01:13
jeremiah_L3top, deb http://archive.ubuntu.com/ubuntu precise universe01:13
L3topthat is the only thing in there?01:13
bazhangjeremiah_, not in channel, to pastebin01:13
jeremiah_is what i got01:14
L3topthat is the problem01:14
L3topOne moment I will find a generator... dont have off top of head01:14
fartofagonyi know people rage when i ask which is better, but worth a shot: anyone know a simple light c++ ide in linux?01:14
fartofagonythat i could install01:14
fartofagonyeclipse sucked01:14
felipe_Brzif I change the JAVA_HOME variable in my .bashrc from java-6-sun to java-6-openjdk could it cause HPLIP driver to stop working?01:15
sacarlsonTynach: Icecast now supports video streaming via theora that's the ogg method I was using ;   seems my net droped out not sure you got this already01:15
Sonic132Anyone know how to fix grub? It's apparently where it shouldn't be and I need to move it to the default harddrive.01:15
L3topjeremiah_: http://repogen.simplylinux.ch/    generate a new sources.list and replace it. Then apt-get update01:15
Tynach<Tynach> sacarlson, that's pretty cool. Do you have a link for how to do it?01:16
TynachI posted that after you posted the first time.01:16
sacarlsonSonic132: you can set your bios to boot from a different disk and from that you can also reinstall grub2 mbr to the disk you want it on01:16
sacarlsonTynach: not much difference: vlc /home/sacarlson/THE_DOGS_OF_WAR.ogg --sout '#duplicate{dst=std{access=shout,mux=ogg,dst=source:scottc@localhost:8000/live.ogg}}'01:18
niez_how can I switch default window manager from command line?01:18
Tynachniez_, what window manager do you want to switch to?01:18
niez_for example from kde to gnome01:19
fartofagonywhats up? i nicely asked for help / tips / advice here several times beofre. rarely someonje responding even if most are present. the only times i get a respond is when i type something like this.01:19
reCAPTCHAHey, I am trying to do a simple ssh between two networked ubuntu machines. One is connected to the home network via wifi and the other is connected to the first computer via ethernet cable... I am not sure how to go about this...01:20
sacarlsonTynach: on the server side you just apt-get install icecast2; and setup the configs for passwords,01:20
scientesreCAPTCHA, whats with the name?01:21
reCAPTCHAscientes: It's easy to remember. :-)01:21
scientesahh web portal01:21
Tynachniez_, best way to do that is to just log out and back in under Gnome/KDE. KDE and Gnome are not window managers, they're full desktop environments - they load a lot of stuff besides the window manager.01:21
felipe_Brzis there any way I can know whether a java APP is running on openjdk or sun's java?01:22
Tynachniez_, if you mean from KWin to Metacity (KDE's window manager to Gnome's window manager), then a simple 'metacity --replace' or 'kwin --replace' will do it.01:22
niez_Tynach, so I need to switch default session from command line01:23
niez_Tynach, how can I do that?01:23
reCAPTCHAAnyhow, I keep trying to ssh root@, but it keeps giving me a port 22 refused error.01:24
Tynachniez_, why the need to do it from command line? I'm not sure, but I can look it up for you... But I would kinda like to know why you need to do it from the command line.01:24
TynachreCAPTCHA, you should NEVER ssh into a computer as root. Most computers block it anyway (though port 22 refused is an interesting twist, usually it's just the login refuses to go through).01:24
niez_Tynach, I've created custom my_session.desktop in /usr/share/xsessions and it runs my app without any window manager01:25
reCAPTCHATynach: I've also tried the normal user login... and that does not work either.01:25
niez_Tynach, and I need to run this with autologin01:25
JonLimitlesshello everyone01:25
TynachreCAPTCHA, can you ping the server?01:26
niez_Tynach, and I need a way to switch to gnome sometimes01:26
Tynachniez_, I'm not the guy to ask. I don't know the ins and outs of the login system.01:26
TynachHope someone else can help you, niez_ :)01:26
JonLimitlesshey, i need some help with getting my internet connected to lubuntu01:27
sacarlsonreCAPTCHA: maybe you didn't install the ssh-server on the server side?  sudo apt-get install ssh ;01:27
jeremiah_L3top, what is the command to get to my sources?01:27
reCAPTCHATynach: I can ping the server..01:27
jeremiah_and add the new one01:27
TynachreCAPTCHA, and are you sure the firewall permits port 22?01:27
reCAPTCHATynach: sacarlson I am a derp, I just reinstalled ubuntu, and I forgot to install ssh.01:28
TynachAah, that'd explain it x)01:28
reCAPTCHAYou are very welcome for my wasting your time :-p01:28
sacarlsonreCAPTCHA: yup that will do it01:28
reCAPTCHAThanks, people.01:29
L3topjeremiah_: the easiest thing to do would be to save what that generates as a file someplace you are able to find again... say newsources.txt, the sudo cp /path/you/saved/newsources.txt /etc/apt/sources.list01:29
L3tops/the/then/01:29
JonLimitlessHello, so it says my broadcom adapter is supported for lubuntu but it doesn't work01:29
sacarlsonJonLimitless: firmware cuter I think01:30
reCAPTCHAOkay.. now, another silly question, how do I open up a display on the computer that I am sshing into... I want to open blender for example...01:30
JonLimitlesshow do i install the firmware sacarlson?01:31
themooseroosterhello everyone01:31
sacarlsonJonLimitless: I'm just guessing but probly apt-get install firmware-b43-installer b43-fwcutter01:32
L3topJonLimitless: that would be my guess too01:32
JonLimitlessdo i just type that in to the terminal sacarlson01:32
sacarlsonJonLimitless: yes with added sudo01:33
L3topsudo apt-get install firmware-b43-installer b43-fwcutter01:33
reCAPTCHANever mind! Solved it.01:33
JonLimitlessokay my driver says its the sta, bcm432201:33
sacarlsonL3top: JonLimitless: and why they can't default install that package if you have a broadcom device I just don't understand01:34
Mahmoudhow to convert DVD/CD audio tracks into wav files?01:34
L3topsacarlson: check your /etc/modprobe.d/blacklist.conf and see ;)01:34
sacarlsonL3top: oh ok well I don't have one so that must be the reason,  as my rt73 has the same problems with 3 blacklisted drivers01:35
L3topthere are just too many conflicts with other stuff01:35
JonLimitlessahhh, says unable to locate package01:35
sacarlsonL3top: ok so it's like a trail and error thing I guess01:35
L3topwhat version are you on JonLimitless?01:35
L3topmeaning what version of ubuntu01:35
JonLimitlessthe newest version of lubuntu 11.10 i think01:36
troulouliou_devhi i installed the full samba4 on desktop , how can i prevent it to autostart on boot ?01:37
troulouliou_devrc2.d/smbd | nmbd are not present anymore01:38
MrUnagiIs it possible to vnc server display :001:38
MrUnagi: 001:38
L3topone second JonLimitless01:40
jeremiah_L3top, so if i saved it to my desktop what would the path be?01:40
JonLimitlessokay take your time l3top01:40
randomuserHi, i have ubuntu in a KVM guest, accessing via spicec, and have no keyboard. any suggestions?01:40
L3mce/home/username/Desktop   where username is your username01:41
Tynachrandomuser, can you get to a virtual keyboard?01:42
randomuserTynach, yes01:42
jahaHow do I setup X11 forwarding of my main lxde session?01:42
Tynachrandomuser, is it that you have no physical keyboard, or is it that spice is not accepting keyboard input?01:42
=== gary_ is now known as Guest30149
L3mce!info b43-fwcutter maverick01:43
ubottub43-fwcutter (source: b43-fwcutter): Utility for extracting Broadcom 43xx firmware. In component main, is optional. Version 1:013-2 (maverick), package size 15 kB, installed size 80 kB01:43
sacarlsonL3top: I guess in JonLimitless if the firmware failed it might be this bcmwl-kernel-source01:43
L3mce!info firmware-b43-installer maverick01:43
ubottufirmware-b43-installer (source: b43-fwcutter (1:013-2)): Installer package for firmware for the b43 driver. In component multiverse, is optional. Version 4.150.10.5-4 (maverick), package size 5 kB, installed size 48 kB01:43
L3mcethey should be there JonLimitless01:43
MrUnagiHow can I vnc to ubuntu01:43
step_inityea, I'm using them now JonLimitless01:43
jeremiah_L3top, so why is this not correct???01:43
jeremiah_/home/jeremiah/Desktop/newsources.txt /etc/apt/sources.list01:43
randomuserTynach, i have a physical keyboard - input is not recognized - i wouldn't presume spice isn't carrying the input at this point01:44
jahaMrUnagi: x11vnc works well for that, look up the docs01:44
Guest30149WHen I run 'sudo apt-get upgrade' it states: 'The following packages have been held back'. Why is it not installing them?01:44
randomuserjaha, do: xinit -- :1 vt10 - then ssh -X user@host lxde4-session01:44
MrUnagi!x11vnc01:44
L3mcejeremiah_: sudo cp /home/jeremiah/Desktop/newsources.txt /etc/apt/sources.list01:44
esorribasHello I need help with my wifi01:44
bazhang!wifi | esorribas01:45
ubottuesorribas: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs01:45
L3mceGuest30149: because something is depending on a previous version01:45
JonLimitlessokay so since i have a sta-bcm4322 what command in full do i type to install it?01:45
Tynachrandomuser, I have no idea then. Sorry :(01:45
jaharandomuser: what is the vt10?01:46
randomuserTynach, np, thanks anyway01:46
LirthI'm having some trouble with a "dummy" output for some sound. How do I get rid of that and send it to my actual speakers?01:46
Dexohello! i have a question. i would lik eto install Ubuntu 10.04 on my other laptop, my issue is that laptop does not have a CD rom drive. Would I be able to use an external hard drive to install Ubuntu to the laptop?01:46
L3mceI have no idea where you got it JonLimitless. I don't know what kind of file it is.... and there are probably prepackaged drivers which will do what you want01:46
Guest30149L3mce, I ran update/upgrade several times. Where would I find the exact reason?01:46
randomuserjaha, you're telling the program, xinit, to operate on tty10 (ctl+alt+f10)01:46
esorribasOK what happens is this: My wifi is working, but It is really slow and whenever I run ping to any host I always loose packages. I have an acer Aspire 4743-662801:46
xanguaDexo: you can install with a live usb01:46
ActionParsnipDexo: you can use unetbootin to put the ISO onto a usb storage, why not go for Precise?01:47
randomuserjaha, you will also need xterm installed, if not already, sorry01:47
jeremiah_arg. i didn't work01:47
DexoI do not have a flash drive, only an external harddrive. I prefer 10.04 because I dont like Unity.01:47
L3mceapt-cache depends <package> Guest3014901:47
jahayup, just got that error, wont this create a new session on tty10 though? (sorry if i dont know what im talking about)01:47
jaharandomuser: ^01:48
L3mceor apt-cache rdepends <package>   maybe...01:48
ActionParsnipDexo: you ca tweak the UI to not have Uunity, or use Xubuntu and it won'y have unity. unity is only default in one of the 4 officially supported variants01:48
step_initDexo, yes... use the same process as for a flash drive01:48
JonLimitlessl3mce, i got it from the ubuntu website witht eh one they recommend to download.01:48
jeremiah_something was incorrect01:48
JonLimitlessthen again my system did say my user did not have priviliages to connect to the internet01:48
randomuserjaha, it will create a new X server, and the remote system will use that X server01:49
L3mcecan you paste the error jeremiah_?01:49
L3mceif it is one line, you can put it in here, otherwise pastebin jeremiah_01:49
Dexook thanks step_init. ActionParsnip, i still think that i'm going to use 10.04 because it's that i'm familiar with and it's still LTS.01:49
esorribasI have a problem: My wifi is working, but It is really slow and whenever I run ping to any host I always loose packages. I have an acer Aspire 4743-662801:49
jeremiah_cp: cannot stat `/home/jeremiah@jeremiah-hp-compaq-000000000/Desktop/newsources.txt': No such file or directory01:49
xanguaDexo: it has only support for one more year ;)01:50
Guest30149I seem to have several i386 apps listed. I am supposed to be running x86_64.01:50
jeremiah_i first tried the original, didn't work01:50
ActionParsnipDexo: the older kernel and drivers may cause you issues. Precise is LTS too01:50
oktoktIs there a reasonably easy way to let's say completely unbind the "z" key coming from the laptops built in keyboard only? Yet still accept it from the Bluetooth keyboard.01:50
DexoSo I can run Precise to look and 'feel' like 10.04 without any major modifications?01:50
L3mceummm... that isnt what we put in there. ls /home/jeremiah/Desktop/newsources.txt01:50
DexoBecause I certainly dislike Unity01:51
ActionParsnipesorribas: can you pastebin the output of:  sudo lshw -C network; lsb_release -a; uname -a; sudo rfkill list; dmesg | grep -i firm01:51
jaharandomuser: i got lxde4-session: command not found01:51
Guest30149Is there a way to force it to upgrade everything to current _64 apps?01:51
ActionParsnipDexo: Kubuntu doesn't have Unity. Lubuntu doesn't have Unity01:51
jeremiah_ls: cannot access /home/jeremiah/Desktop/newsources.txt: No such file or directory01:51
L3mcejeremiah_: if that returns a result, then: sudo cp /home/jeremiah/Desktop/newsources.txt /etc/apt/sources.list01:51
esorribassure, just a moment, tanhks01:51
L3mceok jeremiah... how are you saving this file?01:51
randomuserjaha, i think i mistyped- were you going for lxde (lxsession) or xfce (xfce4-session)? You may have to correct me, remember the tab key01:52
ActionParsnipjaha: do you mean lxde-session ?01:53
jeremiah_i see. i spelled sources wrong on the exe01:53
esorribasActionParsnip http://pastebin.com/1XTcvpqa01:54
L3mcehere... jeremiah_ just copy and paste this... sudo cp `find /home -name 'newsources.txt'` /etc/apt/sources.list01:54
esorribasI think that's right01:54
L3mceoh01:54
jeremiah_ok01:54
L3mceno jeremiah_ if it is misspelled that wont help01:54
jeremiah_i fixed it.01:54
L3mceok let me know once you have successfully copied it01:55
jeremiah_i puts in all the commands and it had no error in the term01:55
L3mcegreat... now apt-get update jeremiah_01:55
L3mceer... jeremiah_ sudo apt-get update01:55
jaharandomuser: ok, getting closer, how can i have X11 forward it to a window instaed of take over my display01:55
Guest30149Or is this something that will fix itself when the dependencies catch up?01:56
jeremiah_E: Malformed line 12 in source list /etc/apt/sources.list (dist parse)01:56
jeremiah_E: The list of sources could not be read.01:56
tdmackey https://launchpad.net/ubuntu/precise/amd64/libreoffice-core shipped 3 hours ago, but it doesn't look like libreoffice-common was also built for 3.5.2 and since libreoffice fails to install I can seemingly not install ubuntu desktop.01:56
DexoWell, I'm gonna stick with 10.04 on my next install because the Macbuntu theme/pack I use only withs with 10.04/10.1001:56
Dexoonly works with*01:56
xanguatdmackey: #ubuntu+1 for pangolin support01:56
L3mceGuest30149: it is a dependency that is PREVENTING it from changing versions. Why do you want a different version than the one being held back? Just because or is there a purpose?01:56
ActionParsnipjeremiah_: can you give the output of:  head -n 12 /etc/apt/sources.list | tail -n 101:57
tdmackeyxangua: that's01:57
randomuserjaha, i dont know, i always do that and just switch TTYs01:57
Guest30149L3mce, I did not try to change anything. I went to update, and it gave me the message.01:57
ActionParsnipDexo: I'd go for the newer libs and kernel over some eyecandy01:58
ActionParsnipDexo: your call01:58
L3mceGuest30149: ignore the message. It means that it is not changing versions along with the rest of the upgrade because SOMETHING requires that specific version of that specific package. It is a good thing. It is preventing something from breaking. If it ain't broke, dont fix it01:58
jeremiah_deb-src http://us.archive.ubuntu.com/ubuntu/ precise-security01:58
JonLimitlessso is there a way to connect my pc to the internet and lubuntu adds in all the stuff i need?01:59
ActionParsnipjeremiah_: ask ni #ubuntu+1 for precise support01:59
sacarlsonwhy would my irc client pidgin keep disconecting when I seem to have steady internet?  I end up having to disable and reenable my irc account to come back online.  is there a fix for this?  I just installed the new version of pidgin from ppa to try to fix with no improvments01:59
Guest30149OK. I just wanted to be sure I had not messed something up.  Thanks.01:59
jaharandomuser: woops, i meant on the client end, is there a flag for the ssh -X call?01:59
L3mcenp Guest30149 ;)01:59
ActionParsnipsacarlson: try closing the app and renaming ~/.purple  then rerun01:59
ActionParsnipsacarlson: do you use a proxy?02:00
randomuserjaha, yeah, i know what you meant. You can do individual applications, or you can do a whole session, or you can do VNC in a window but the performance sucks02:00
jaharandomuser: ok thanks, ill have to dig deeper into it, bascially i just want a faster VNC-like connection for remote management02:01
CAZ_auIf i copy all the updated for ubuntu 11.10 from a friend also running Ubuntu 11.10 64bit (includes new kernal updates) will my graphics card drivers also have to be redownloaded (nvidia). I think i remeber reading on every new kernal the graphics cad drivers have to be re downloaded?02:01
esorribascan anybody help me with my wifi problem?02:01
ajphantomalgum brasileiro ai?02:01
xangua!pt | ajphantom02:02
ubottuajphantom: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado.02:02
L3top!pg02:02
DexoI guess I'll go with 12.04 when it's released. I'll manage without my eyecandy. :)02:02
randomuserjaha, you shouldn't need an entire desktop session for remote management, just run the application  you need02:02
pyromaniac77i am having webcam issues02:02
IboShello02:02
pyromaniac77every browser claims that i dont have a webcam hooked up, but there is one in my laptop. any fixes i can try?02:03
innocivI did an apt-get install php-pear but none of the commands do anything except for --help.  They just make a new line and return nothing02:03
Tynachpyromaniac77, can you use it with cheese?02:03
innocivnvm it's because iptables02:04
jaharandomuser: well, its an interactive display kiosk -ish setup so i bascially want visual confirmation of what the display is doing02:04
L3toppyromaniac77: you will need to install firmware/drivers for that specific webcam most likely02:04
pyromaniac77Tynach, cheese crashes upon opening02:04
esorribasI have a problem, My wifi is working, but It is really slow and whenever I run ping to any host I always loose packages. I have an acer Aspire 4743-6628 and I am running 11.1102:05
pyromaniac77L3top: how can I go about doing that?02:06
L3toppyromaniac77: I would run lspci  try and identify the hw line and google fixes02:07
pyromaniac77L3top: hw line?02:07
L3toptype lspci02:07
pyromaniac77yup02:07
james53how can i connect my iphone so that i can transfer songs back and forth?02:07
L3topyou will see it spits out a bunch of lines about devices on your laptop02:07
pyromaniac77yes02:07
L3toptry and figure out which one is the cam02:08
Tynachjames53, https://help.ubuntu.com/community/PortableDevices/iPhone02:08
pyromaniac77what might it begin with?02:08
L3toppastebin the output02:08
james53i have ubuntu 11.3 though Tynach ?02:09
james5311.4*02:09
pyromaniac77err sorry im not familiar with pastebin02:09
pyromaniac77how do i use it?02:09
L3top!pastebin02:09
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:09
Tynachjames53, that page has instructions for most Ubuntu versions. If it doesn't specify 11.04, then simply read the one for the closest version number to 11.04.02:10
pyromaniac77http://paste.ubuntu.com/924224/02:10
f4ttiucssup02:10
Rociohelp needed here.02:12
JonLimitlessi cant get my cd to eject from my pc02:12
Pilot_51Is there any way to spin down (or not spin up) a hard drive when it's not mounted? I have a secondary laptop drive that I don't mount very often and I don't want it draining the battery02:12
DexoAdios, thanks for the info and help02:13
esorribasI have a problem, My wifi is working, but It is really slow and whenever I run ping to any host I always loose packages. I have an acer Aspire 4743-6628 and I am running 11.1102:13
boliviano3hey everyone, what's the benefit of installing the 64bit version of ubuntu 11.10 over the 32 bit version?02:14
nexushaxxhi every one02:14
notlrac11how do i find out my ssh password to my computer i installed the openssh thing02:14
jribnotlrac11: your user's password02:14
notlrac11ok ill try that02:15
=== miguel is now known as Guest87607
L3toppyromaniac77: I don't see it there. That is not a great sign. try running lshw   it will give you a LOT of detail on a LOT of hardware. You can pastebin that as well and I will see if anything pops out02:15
james-ubchi my network button in gnome shell looks broken02:15
pyromaniac77L3top: ok ill try02:15
james-ubcit says networking is disabled then enable networking followed by network settings02:16
james-ubcclicing on enable networking appears to do nothing02:16
persona24Hello, for some reason why I can't install java. What's the command for it?02:16
james-ubcand clicking on networking gives the error02:16
james-ubcThe system network services are not compatible with this version02:16
ActionParsnipboliviano3: 64bit helps CPU intensive tasks like video and audio encoding02:16
notlrac11ok the password for this didnt work for the ssh password02:17
ActionParsnipboliviano3: greater amounts of RAM can be accessed singularly02:17
pyromaniac77http://paste.ubuntu.com/924233/02:17
smokinjoe77i was wanting to know if wna3100 network adapter is supported out of the box on 12.1?02:17
ActionParsnipsmokinjoe77: ask in #ubuntu+102:18
boliviano3ActionParsnip: thanks02:18
sacarlsonjames-ubc: that's a new one I haven't seen.  can you see a nic device if you in a term do;  ifconfig ; ?02:18
Rocioboliviano, raje de acá. ;)02:18
heyyouhelp question here. I'm in the middle of an install and I added a hyphen to my username. The installer accepted and mI continued to the "Choose a picture" frame where it has thrown an error dialog with an "okay" button that just respawns another error dialog endless loop. any suggestions?02:19
james-ubcsarcarlson, nic device?02:19
james-ubci see eth0, lo and wlan0 which as i understand it should be right...02:20
notlrac11im using the os pinguy not ubuntu lol02:20
boliviano3ActionParsnip: are there any downsides to 64 bit vs 32 bit?02:20
notlrac11yup02:20
sacarlsonjames-ubc: ya sounds good, so why doesn't network-manager like it?  maybe the user don't have internet/network privs?02:21
james-ubcsacarlson: huh?02:21
james-ubcim not sure if this is an ubuntu thing because i didnt test the wifi on this thing yet but on fedora 14 it worked fine yesterday...02:22
L3toppyromaniac77: I don't see this hardware. I am afraid I am not going to be able to help. Linux simply doesn't see it. You might google your specific model of laptop and see if anyone has had any luck with anything... or if acer by chance has a (very doubtful) specific linux fw driver for it02:22
james-ubc*fedora 1602:22
james-ubc*fedora 1502:22
pyromaniac77L3top: thank you for your help02:22
esorribasHey ActionParsnip you didn't get a chance to check on my problem? thanks02:23
sacarlsonjames-ubc: System>administration>users and groups>advanced settings>youruser>check box for internet and network02:23
LirthI'm having some technical difficulties with my sound. For some reason I can get 5.1 surround working fine, but when I select 7.1 it sends it to a dummy output and doesn't work. Any idea how to fix it?02:24
=== maurice__ is now known as tottto-drummond
james-ubcyea it's checked02:26
sacarlsonjames-ubc: what version of ubuntu?02:26
james-ubc11.1002:26
JonLimitlessi do not have bcswl-kernal-source, how can i get it to put on my lubuntu02:26
james-ubcoriginally 11.04 if that helps02:27
sacarlsonjames-ubc: try install wicd02:27
sacarlsonJonLimitless: I think it's just a package so sudo apt-get install bcswl-kernal-source02:28
sacarlsonJonLimitless: did you find the firmware packages ok?02:29
JonLimitlesssays unable to locate it, thats why i am trying to find it to put it on it02:29
sacarlsonJonLimitless: can you use a wired network on that system?02:29
JonLimitlesssacarlson, no its some how not on the machine, and mmy disk drive isn't running right so its not on it02:29
JonLimitlesssacarlson, i tried except the network card won't connect02:30
sacarlsonJonLimitless: oh those package will have installed offline then02:30
JonLimitlesssacarlson, yes i can through my external harddrive, just need to find the file to install it offline02:31
=== toa is now known as Toa
james-ubcblah looks like i ave a broken package blocking me @_@02:31
JonLimitlesssacarlson: i think i have it but its .deb and doesn't show up on my external harddrive02:32
sacarlsonJonLimitless: what system do you have that now has internet conectivity?02:32
JonLimitlessits a windows vista pc, sacarlson02:33
sacarlsonJonLimitless: there are tools to gather dependancies so you can move and install the files,  oh windows , I'm not an expert in methods for that02:34
JonLimitlesssacarlson, i meant that the pc i am downloading the files to is a windows pc, then putting the files on a harddrive and then connecting it to the lubuntu pc02:34
sacarlsonJonLimitless: yes I think I understand but you will need the dependancy list and download the group of deb files that will include compilers and other header files02:35
sacarlsonJonLimitless: synaptic can create a deb list from the dependancies I guess you can try that02:36
sacarlsonJonLimitless: I would try to tether your windows with wire ethernet to enable downloading the dependancies02:37
sacarlsonJonLimitless: or if you have a wired router plug it in to get the files02:37
JonLimitlesssacarlson, i tried to plug it in the router but the internet never popped up that its connected02:39
ToaI'm trying to type in a Java application but it doesn't accept my key inputs.  I'm running the standard Java shipped with Ubuntu 11.10.  The program accepts mouse input and clicks fine.  What should I try first?02:48
soreauToa: Do all java apps exhibit this issue? If so, I'd suspect java. Else, I'd suspect the specific application02:49
Toasoreau, let me find another java app to test.  One moment.02:49
MooNSpellhi 2 all02:55
=== xezekal is now known as SolarAquarion
=== viv`d is now known as vivid
=== mfisch` is now known as mfisch
=== mfisch is now known as Guest74742
mrpanyone having trouble with byobu and putty?02:57
JonLimitlessi am having trouble with lubuntu, mrp02:58
Toasoreau, if you're still around, it appears to be Java.03:00
mars__which browser is good in ubuntu 11.1003:00
mars__thanks03:00
JonLimitlesschrome, mars___03:00
Toamars__, It's a preference.  I prefer Firefox.03:00
mars__thanks03:01
Toamars__, Both should be great general-purpose browsers.03:01
soreauToa: I'd recommend trying a different version of java, and filing a bug report against the bad version if you find a good one03:01
mars__i agree .03:01
MneumonicIn Ubuntu my internet loads pages slower than Windows.  Is there a way to find out what is causing this?03:01
MooNSpellakuma wud u like chat?03:04
sacarlsonJonLimitless: wow wired doesn't work eather?  can you take a peak from a term type  ifconfig ;  to see if it's aquired a connection or not and try ping google.com  to see if your connected03:04
MooNSpell30 m wana chat03:04
mars__why we use ubunt03:05
MooNSpellwe like it03:05
MooNSpellakuma wud u like chat?03:05
wylde!ot | MooNSpell03:05
ubottuMooNSpell: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:05
MooNSpellwylde?03:05
MooNSpellokz03:07
wyldeMooNSpell: this channel is for ubuntu support, move to #ubuntu-offtopic for chat.03:07
Lirth1I've had some problems with my 7.1 surround sound and whenever I try to use it, it has the only output option as "dummy output". How would I fix that? It works fine with 5.1 surround.03:07
JonLimitlessi tried sacarlson03:09
sacarlsonLirth1: I know little about sound but I guess you need a media source that has 5.1 or 7.1 surround sound to be able to make use of it03:09
sacarlsonJonLimitless: and results are?03:09
sacarlsonJonLimitless: ping google.com ; works?03:09
Lirth1sacarlson: What do you mean?03:09
sacarlsonLirth1: what media like dvd or some avi video that has 5.1 or 7.1 sound encoded in it03:10
mars__which translation tool is good?thanks~03:11
Lirth1sacarlson: I mean it won't even play any sound when I select 7.1 surround. If I choose 5.1, it'll play anything from Pandora to youtube. If I choose 7.1, it won't even do the speaker test that I can hear.03:11
ludlowanyone know how to install java on ubuntu 12.04?03:11
L3top!ubuntu+103:12
ubottuPrecise Pangolin is the codename for Ubuntu 12.04 - Support only in #ubuntu+103:12
JonLimitlessno it doesn't sacarlson, see i got the packageinstaller of bcmwl-kernal-source on my external hd, but status says error:dependency is not satisfiable:dkms03:12
sacarlsonLirth1: well I'm sure youtube and not sure about pandora are not even 5.1 encoded so why bother with 7.1?03:12
mars__i am rookie03:12
Lirth1sacarlson: I want to take full advantage of my sound for when I use my games. I just use those two to test if any sound comes out.03:13
sacarlsonmars__: google has good translation03:13
mars__is it a client?03:13
sacarlsonLirth1: so you have 8 speaker outputs from your sound card? http://en.wikipedia.org/wiki/7.1_surround_sound03:14
Lirth1sacarlson: My mobo has 8 channel and my headset actually has its own built in sound card.03:14
sacarlsonLirth1: I guess you'll just have to live with the 6 that now work in soround sound 5.1 or someone with more knoledge can help you with it03:15
JonLimitlessis ther like a lubuntu repair disk sacarlson?03:16
sacarlsonJonLimitless: yes as I said you need a list of all the dependancies and down load each of them,  I don't understand how a simple wired network card won't work03:17
sacarlsonJonLimitless: and the results of ifconfig?  no ip address like 192.168.1.5 ?  what address does it end up with for inet?03:18
JonLimitlessno its all empty sacarlson03:18
sacarlsonJonLimitless: when it's pluged in try sudo dhclient eth0 ;03:19
sacarlsonseems my pidgin irc client is still disconecting about one time each hour even after rename of ~./purple dir03:27
ActionParsnipsacarlson: what versiuon of pidgin do you have? DO you use a proxy for web access?03:27
sacarlsonmy internet has been steady03:27
sacarlsonActionParsnip: no proxy and with Pidgin 2.10.1 (libpurple 2.10.1)03:28
Lirthsacarlson: I have no idea what I did, but I fixed it!03:28
sacarlsonI'm on ubuntu 11.1003:28
ActionParsnip!info pidgin03:29
ubottupidgin (source: pidgin): graphical multi-protocol instant messaging client for X. In component main, is optional. Version 1:2.10.0-0ubuntu2 (oneiric), package size 695 kB, installed size 2336 kB03:29
mailsonoi03:29
sacarlsonLirth: too bad you can't share what you did to fix it then03:29
ActionParsnipsacarlson: did you use the pidgin ppa?03:29
sacarlsonActionParsnip: yes ppa for ubuntu 10.04  with the same problem before ppa03:29
ActionParsnipsacarlson: are there any bugs reported?03:30
Lirthsacarlson: The only think I know I did was set the sound for my headset to "Off" (to reset it) and the to 7.1 surround. Usually I'd go from 5.1 to 7.1 and I'd have problems. I'm going to see if I can recreate it.03:30
sacarlsonActionParsnip: not that I recall,  I'll check again,  and even in ubuntu 11.10 seems about the same but I'm not running that at the moment.03:30
PeddyI'm using Gnome, right now KDE (qt?) programs use the default Gnome icon theme. How can I change the icon theme KDE programs use? Thanks!03:30
Lirthsacarlson: I also did an alsa force restart and the rebooted right before then.03:31
sacarlsonActionParsnip: maybe I should try a different irc client?03:31
buhmanhttp://absdev.org/network2.png is a spectacularly terrible picture of my network03:31
buhmanI want to go from "10.4.6.28" to 10.4.4.0/2403:31
buhmancurrently, the server can access 10.4.4.0/2403:31
buhmanwhen I ping 10.4.4.75 from 10.4.6.28, when I tcpdump the tunnel interface on the server, I can see the incoming pings from 10.8.0.1003:32
buhmanthe routes on the server http://sprunge.us/NeAE03:32
=== virusuy is now known as sudo
obrseamusI just put my HDD with Ubuntu into a new machine.  Is there an easy way to make it detect hardware and install the needed drivers?03:34
obrseamusI'll take a not easy way... :)03:34
buhmanobrseamus: 1) turn it on03:35
sacarlsonActionParsnip: 1 hours is about the time I have set for my dhcpd licence,  could that be what my irc problem comes from?03:35
JonLimitlessi wish there was obrseamus i just did the same03:35
buhmanobrseamus: 2) done!03:35
obrseamus=p  I did, the video drivers didn't load, stuck at 640 res03:35
JonLimitlessim about to uninstall lubuntu and put ubuntu on it03:35
buhmanobrseamus: do you have anything in your xorg.conf?03:36
sacarlsonJonLimitless: so the sudo dhclient eth0 ; didn't work?03:36
JonLimitlessno sir03:36
sacarlsonJonLimitless: and what did it say then?03:36
obrseamusIn /etc?  I don't see that file there03:36
buhmanobrseamus: you you provide an exact error message when X starts?03:37
buhmans/: you/can/g03:38
JonLimitlessanyone know a way to turn off the diagnostics on the boot bios from windows?03:38
JulinBMubuntu is the best!!!!!03:38
obrseamusah screw it, I've been looking fora good time to switch to my SSD03:38
sacarlsonJonLimitless: that would be at boot time you need to see what key they want you to depress like <del>  or f203:40
ActionParsnipsacarlson: possibly, could time it03:41
JonLimitlessok, cause f2 is bios for me03:41
lenswipeanyone seen sabdfl?03:41
sacarlsonActionParsnip: I'm not sure how I find the start time of the dhcp licence but I guess I could set to static and see if the problem goes away03:42
=== patrick is now known as Guest92662
JonLimitlessokay so i tried pressing esc, then del keys and it forces it over to lubuntu but then when i reboot and load the pc again it comes up to a blank screen diagnostics03:44
ActionParsnipJonLimitless: what GPU do you use?03:47
JonLimitlessintel quad core03:47
MrUnagi!chroot03:47
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot03:47
bitplaneyikes. root vuln in Samba03:47
n2diyRecently my box went "crazy", to many problems to mention. The fix was "killall xfwm" and most things returned to normal. But now I can't view any videos on youtube or yahoo, etc... Ideas?03:48
bitplanehttps://bugzilla.samba.org/show_bug.cgi?id=8815 -- how long before this is fixed?03:48
GTRsdkDoes anyone think it is reasonable to install firmware-linux-nonfree from Debian in Oneiric if it is needed for GPU drivers?03:48
ubottubugzilla.samba.org bug 8815 in Build environment "PIDL based autogenerated code allows overwriting beyond of allocated array; CVE-2012-1182" [Critical,Resolved: fixed]03:48
bitplaneLooks like every Linux machine running Windows file sharing for the last 10 years is/was vulnerable03:49
JonLimitlesshahah bitplane03:50
n2diy! flash03:50
ubottuTo install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash03:50
JonLimitless!wifi03:50
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs03:50
mistergibsonQuestion: I need to determine if the kernel is actually using PAE mode, yes: I know how to check the cpuinfo... but that is just the cpu not the kernel, is there a way to tell if I'm running the kernel in pae mode? (also: uname results vary, another way is sought) Is there a combo of getconf values to check?03:52
GTRsdkRandom bot use? Anyways... Is it sane to install firmware-linux-nonfree from Debian onto Oneiric?03:52
wolfric CVE-2012-1182 isn't fixed already is it?03:52
ubottu** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem.  When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1182)03:52
sacarlsonok I'm now set my eth0 to static time mark now to see if pidgin will stay up longer than 1 hour ******03:53
bitplanewolfric no, you may want to edit your config file to only allow connections from trusted machines03:55
wolfricwhat exactly takes so long for it to be pushed through, samba have already released a patch03:56
bitplanewolfric: we'll have a fix in a day or so I guess. this is critical03:56
wolfricright but again, i don't mean to be pushy but if i was in the position to be pushing out hte updates, i'd be pushing it out asap making every minute count03:57
wolfricthe*03:57
wolfricis it a testing process or does it need to be signed off on or...what?03:58
bitplanewolfric: I dunno, I guess the package has to be updated, tested then pushed out03:58
UBUxUBUis 12.04 stable yet03:58
wolfricUBUxUBU: no03:59
DaemonFC12.04 won't be "officially" stable until it is officially released03:59
DaemonFCthere's a couple weeks yet03:59
UBUxUBUhmm goin right down to the last day huh...03:59
wolfric15 days03:59
=== `mOOse` is now known as m00se
pilotbubelon musk on the daily show solid03:59
UBUxUBUmay as well wait then03:59
wolfriclol04:00
UBUxUBU11.10 is nice though04:00
wolfric15 days will be the right time to upgrade to 11.1004:00
bitplanewolfric: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/97845804:00
ubottuLaunchpad bug 978458 in samba (Ubuntu) "CVE-2012-1182: "root" credential remote code execution" [High,Confirmed]04:00
UBUxUBUhuh-i have that now on a laptop?04:00
UBUxUBUi am waiting for 12.0404:00
wolfricbitplane: i saw it but there seem to be 101 bug reports for the cve on launchpad04:01
wolfricUBUxUBU: i mean it's never really a good idea to go with the latest release04:01
UBUxUBUahhh04:01
wolfricconsidering last time, the amount of bug on the release date04:01
UBUxUBUbut 11.10 seems almost the same04:01
DaemonFCrecommending 11.10 over an LTS is probably not good advice04:01
scienteswolfric, the version in ubuntu arnt the ones that the patch applies to04:02
scienteswolfric, so they have to port the patch04:02
scienteswolfric, and its apparently 1.2 MB patch04:02
wolfrico.O04:02
wolfricscientes: the source patch file is 1.2MB?04:02
pilotbubany ppc users in?04:02
bitplane1.2MB?! wtf04:02
wolfricwtf04:02
bitplanethat sounds wrong04:02
wolfricit does04:02
wolfricscientes: where are you getting your numbers from04:03
scienteswolfric, thats what i heard in #debian-security from04:03
scientes<nion> i may be missing something, i didnt look long at it. but the patch for 3.5.13 is 1,4mb big, does not cleanly apply to 3.5.6 and patches a large pile of perl code :) if we are lucky, its just wrong positions in the file04:03
mistergibsonpilotbub: I'd like to be, but I didn't know ubuntu was running on ppc04:03
gagzillapilotbub, what do you need?04:03
pilotbubany interest in porting tenfourfox?04:04
wolfricscientes: what server?04:04
scientesi dont run samba, so i dont really care04:04
bitplaneah, the patches for the test suite are 1.7mb04:04
scienteswolfric, #debian is on irc.oftc.net04:04
scientes^^bitplane04:04
wolfricscientes: the #debian-security? as #debian is also on freenode04:04
gagzillathe problem isn't in firefox/tenfourfox- it's the freakin flash plugin that's taking over the world and has no ppc build available04:04
scienteswolfric, that was on oftc04:05
scienteswolfric, irc.debian.net points to oftc04:05
bitplanejesus, nope looks like it's actually in every RPC call?!04:05
pilotbubright so you cant even get a flash 10 plugin? tenfourfox is going to bring major H264 improvements soon04:05
wolfricbitplane: where are you seeing this?04:05
scientespilotbub, AFAIK gstreamer hasn't been merged04:06
=== `mOOse` is now known as m00se
scientespilotbub,04:06
scientes--- `mOOse` is now known as m00se04:06
scientespilotbub, https://bugzilla.mozilla.org/show_bug.cgi?id=42254004:06
gagzillapilotbub, yes and that would be welcome! but for now this means no youtube, no flash based anything (which is a serious handicap right now)04:06
ubottuMozilla bug 422540 in Video/Audio "GStreamer backend for HTML5 video element" [Enhancement,Assigned: ]04:06
m00sescientes is now known as irritating04:07
pilotbubyoutube doesnt support x264 on linux-ppc?04:07
scientesm00se, sorry, my copy-paste foo is off04:07
m00senp04:07
gagzillapilotbub, not that I know of- I've only managed to very poorly run HTML5 video on an older powerbook04:07
m00sejus keepin it real04:07
scientespilotbub, youtube does, but firefox doesn't see above bug04:07
pilotbubso a mactubes port might be as useful04:08
gagzillascientes, ah I thought that was a youtube problem04:08
scientesfirefox supports WebM and Ogg/theora/vorbis04:08
scientesbut not h26404:08
pilotbubsoon it will04:08
scientessome youtube is available with WebM04:08
scientesbut not all04:08
scientesand WebM really is as good as h26404:09
=== Lupinedk is now known as lupinedk
Wolfsherzhi, can you tell me why the update-manager shows some packets that are greyed out and can not be selected for update?04:10
scientesWolfsherz, are you useing precise, or custom repos?04:11
bitplanewolfric: just crashed Samba with the DoS exploit example, looks like we are vulnerable04:11
Wolfsherzscientes: yes, precise04:11
scientes!precise | Wolfsherz04:11
ubottuWolfsherz: Ubuntu 12.04 LTS (Precise Pangolin) is the 16th release of Ubuntu and is in Beta testing from 2nd March, Discussion and support until final release in #ubuntu+104:11
wolfricbitplane: link to poc?04:12
scientesWolfsherz, its because not all dependancies are built yet, so it would break some packages04:12
bitplanewolfric: https://bugzilla.samba.org/attachment.cgi?id=743304:12
Wolfsherzscientes: thank you =)04:12
wolfricbitplane: also, saw this on another chan http://s.kos.io/CVE-2012-1182-poc.tar.gz04:12
ubottu** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem.  When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1182)04:12
bitplaneyeah it's the same one I think04:12
wolfricbitplane: same thing04:12
scientesyeah same samba one https://lwn.net/Articles/491516/04:13
Wildbatwhat is the differences between Group By and Select Distinct ?04:13
bitplanecrashes my smb anyway, so we're fooked :(04:13
wolfricreading through the patch now... jesus it's big.... and not simiple either04:13
wolfricbitplane: lol remote code execution is really what we're after04:13
wolfricwould be a treat to get code out before the patch04:13
scientesbitplane, to be honest, if its public you should shut it down04:14
scientesuntil you can fix it04:14
bitplaneIt's not public, but I'll shut it down on my laptop04:14
=== mars is now known as Guest8902
wolfricproblem is with a sea of code like this, i've no idea what the hell is going on04:14
bitplanewolfric: looks like each RPC call is vulnerable04:15
bitplaneI'm too old and have too much to lose to get busted for hacking, but it would be nice to run it on my own machines04:15
drewvare their advantages/disadvantages to running ubuntu alongside windows?04:16
bitplanedrewv: all your games run on Windows?04:16
wolfricbitplane: busted for hacking?04:16
Guest8902my name is how changed?04:17
wolfricbitplane: lol what i wasn't suggesting we write a worm out of hte exploit04:17
wolfricGuest8902: type /nick newnamehere04:17
wolfricdrewv: only the obvious (have to share space on the hdd, if you muddle up on one os, you could screw up the other) etc04:18
bitplanewolfric: yeah I'm an IT consultant who works for large enterprises like banks. owning people's machines isn't worth the risk to me04:18
wolfricdude writing an exploit isn't illegal04:18
Guest8902oh ,no ,how to change my name04:19
JacobVengeanceUsing on other peoples networks and machines is, but not writing the exploit or even using it on your own machines.04:19
bitplanenot sure, depends where you live. publishing malicious code in the UK might be illegal depending on its primary use04:19
scientesif you install a backdoor in stuff you distribute, you put yourself in for legal liability04:20
=== Guest8902 is now known as Mars__
scientesis that true?04:20
JacobVengeanceYou can only use them on your own machines or machines you have consent for. Publishing an exploit is not illegal by any means.04:20
drewvI think what i meant to ask was are their disadvantages to the the Windows installer(Wubi)?04:20
paulus68bitplane: is also a reason why It consultants are not allowed to take over pc's from their clients because this would result in a security breach (giving support on an application called isabel)04:21
JacobVengeancedrewv, if either one gets a disk problem or error it effects both systems and can render them useless.04:21
bitplanepaulus68: that sounds more like a company policy than a legal issue04:21
drewvjacobVengeance, thanks04:22
JacobVengeancedrewv, but in modern versions it is highly unlikely.04:22
scientesdrewv, suspend doesn't work on the wubi04:23
sacarlsondrewv: I hate wubi sorry but I just do04:23
sacarlsondrewv: it's find as a test bed to see if you like it but doesn't or is difficult to support04:24
sacarlsonfind = fine04:24
paulus68bitplane: well if you perform illegal transactions from the client pc it would be causing a serious problem not only for the bank for which I am working but also for Isabel since isabel is a program that is used by large enterprises to do their payments to their suppliers and do collections aswell04:25
JacobVengeanceI think it is only good for testing for first time as sacarlson says. After that just dual-boot and you can always repartition if you want to get rid of either systems.04:25
mrpmy apt-get update keeps crashing04:25
mrpis there a way to clear the cache and retry?04:25
scientesdrewv, you will need the windows install cd if you want to remove a properly-installed ubuntu04:26
wolfricbitplane: what happened when you ran that code btw, did it crash your smbd?04:26
bitplanewolfric: I'm no lawyer, but http://www.legislation.gov.uk/ukpga/2006/48/section/37 "A person is guilty of an offence if he supplies or offers to supply any article believing that it is likely to be used to commit, or to assist in the commission of, an offence under section 1 or 3."04:26
scientesdrewv, to reinstall the windows MBR04:26
bitplanewolfric: I can just no longer connect to my local machine using nautilus04:26
wolfricyou're runnning samba 3.0.x?04:26
AxzGuys is it possible to encrypt entire system partition like on windows with truecrypt on Ubuntu?! Or any other suggestion ?04:26
alusionguys help I installed some drivers for my ATI/AMD graphics card and I booted into an obscurred version of my gnome 3 shell04:26
wolfricwhat version of ubuntu i sthat?04:26
alusionthere's truecrypt for ubuntu Axz I just downloaded it04:27
bitplanewolfric: no, but it crashes it anyway04:27
Axzalusion, i know there is but encrypting entire systemfile where ubuntu is on is pain in the butt04:27
JacobVengeanceI just use small tools like aescrypt on Ubuntu for individual files and then wipe the free space.04:27
wolfricbitplane: doesn't crash mine04:28
wolfricbitplane: 3.5.1104:28
bitplaneI'm on 3.5.11 too04:28
sacarlsonAxz: yes sure a partition is easy but to boot from that partition get a bit trickier but also doable04:29
JacobVengeancealusion, were they the proprietary drivers?04:29
wolfricbitplane: so complete crash right? is smbd still listening after you run it?04:30
sacarlsonAxz: there are very good articles on setting up full encryption with ubuntu04:30
javierf_Hi. I just upgraded to 12.04 beta2 and it's a big mess. I couldnt enter any partition as boot was broken, but I fixed it with a usb live ubuntu. But now, I access ubuntu but it's not working well. I get nothing in desktop (no panel, no launcher). How can I fix whatever problems I may have had during upgrading?04:30
Axzsacarlson, doing same job with LUKS?!04:30
sacarlsonAxz: yes it works from LUKS04:31
MrUnagiHow can I make /home/user/foo point to /media/external/foo04:31
Axzsacarlson, loevly just cant find any tutorial for it...04:31
sacarlsonAxz: it needs the alternate install iso to start04:31
paulus68javierf_: you need to go to #ubuntu+104:31
Axzlovely04:31
javierf_paulus68, thanks :)04:31
Axzso start with alternative cd?04:32
sacarlsonAxz: I've only played with it in virtualbox some time ago so I might have to dig to find any info on it04:32
sacarlsonAxz: yes the alternate cd will make it much easier,  there are fools that try to do it with the desktop iso that can also be done but just uneeded trouble04:33
n2diyMy box went weird on me, I finally got it working again after killing my window manager, but now i can't play youtube videos or listen to pandora. I reinstalled adobe flash, but still no joy, help?04:33
Axzsacarlson, so i would need to reinstall entire ubuntu, encryption is posible while using the boot cd?!04:33
AxzSorry tomuch question its important04:34
sacarlsonAxz: I havn't tried this so tell me if it works http://archimedesden.wordpress.com/2011/10/21/yet-another-full-disk-encryption-with-ubuntu-11-10/04:34
Charadanigmahey04:34
wolfricbitplane: what have you customised on your system? just tried 2 different setups and it didn't crash either of them04:35
bitplanewolfric: maybe my smb client is broke? I should try from another machine04:37
sacarlsonAxz: you can't convert a system to full encryption as far as I know should install it as encrypted to start04:37
tsarhey04:38
=== jsjgruber-x-p is now known as jsjgruber-x-p-p
=== irenicus09 is now known as Guest82524
yakkohey guys, anybody ever used tuxguitar? does it have sounds while playing?04:39
wolfricbitplane: you've customised the config i take it? and then standard apt-get install samba?04:40
bitplanewolfric: I can't remember, installed it a long long time ago04:40
buhmanhttp://absdev.org/network2.png is a spectacularly terrible picture of my network ; I want to go from "10.4.6.28" to 10.4.4.0/24. Currently, the server can access 10.4.4.0/2404:42
javierf_Font colours have changed on the new version to white and they are impossible to read because I'm using a light theme. Is it possible to change just this?04:43
boumai want to open a root nautilus window from a normal user term, if i do sudo gnome-terminal, then it gives Cannot open display04:43
SaladHunterI've got Arch installed currently, but how feasibly would it be to let Ubuntu dual boot it then install windows over Ubuntu? Hope that makes sense. I figured that #ubuntu would be the best place to ask. Thanks04:44
boumaive tried something in the past that worked. but i've forgotten the correct form; ?? sudo -c - nautilus04:44
boumawhat am i doing wrong. its worked in the past, sudo - -c nautilus?04:44
wolfricbouma: works for me...04:45
paulus68bouma what happens when you use gksudo?04:45
wolfricbouma: why not just do sudo nautilis04:45
boumawhy can i run sudo gnome-terminal, but not sudo nautilus04:46
SaladHunterAnybody at all?04:48
Abhijitbouma, while runing graphical application with sudo priviledge use gksudo. i.e. gksudo nautilus04:48
xangua!gksu | bouma04:48
ubottubouma: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)04:48
=== jsjgruber-x-p-p is now known as jsjgruber-x-p
stopostit21test04:50
dbrimrHaving trouble setting up ICS between Ubuntu 11.10 and Ubuntu Server 10.4.4. Specifically, following this guide ( http://tinyurl.com/57qomz ) and "sudo ip route add default via 192.168.0.1" is returning "NTNETLINK answers: No such process."04:53
Ben64dbrimr: what type of internet connection04:55
littlebearspaHi all, how long is 10.04LTS supported?04:57
MrUnagi!UNIDO04:57
MrUnagi!uid04:57
dbrimrCable. I have a desktop with a working wireless card, and onboard ethernet on the mobo (this is the 11.10). Trying to connect from the onboard to the other machine (the Server 10.4.4). Everything looks clean up until the RTNETLINK bit.04:57
Ben64!lucid | littlebearspa04:57
ubottulittlebearspa: Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Download http://releases.ubuntu.com/10.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1004 - Supported until April 2013 (Desktop), April 2015 (Server)04:57
lp___"ERROR: Cannot find the strip binary required for object file stripping."04:57
lp___any idea of what package can be?04:57
Ben64dbrimr: why not just get a router04:58
littlebearspaubottu - thanks04:58
ubottuthanks aliases: thanks!, thank you, thankyou, ty, thanks., thanx, ok, thanks :), domo arigato, thx - added by Mez on 2006-09-09 08:48:3804:58
dbrimrBen64: I would, I totally would. I'm renting a room, they have wireless but no wired in my room. Any chance sticking a router between the two desktops would help? I do have one from an older place I lived in.04:59
Ben64dbrimr: how about a wireless card for the computer then05:00
MrUnagi!linux05:00
ubottuLinux is the kernel (core) of the Ubuntu operating system. Many operating systems use Linux as a kernel. For more information on Linux in general, visit http://en.wikipedia.org/wiki/Linux05:00
dbrimrBen64: Leaning towards it. Just wanted to see if I couldn't hack together a free solution first.05:01
Ben64dbrimr: if the old router you have supports dd-wrt, you can use it as a bridge. I've never had much success sharing connections as you're trying to do though05:01
dbrimrBen64: Looked into that, it doesn't.05:01
dbrimrOn the plus side, over the years I've learned a valuable lesson about investigating Linux-friendliness before making a purchase.05:02
littlebearspaubottu, sounds like you been around for a while..05:02
ubottulittlebearspa: I am only a bot, please don't think I'm intelligent :)05:02
littlebearspaubottu, take care - time for popcorn and a movie05:03
ubottulittlebearspa: I am only a bot, please don't think I'm intelligent :)05:03
Ben64dbrimr: it is an important factor05:05
littlebearspaubottu, well, bots are ok too.05:05
ubottulittlebearspa: I am only a bot, please don't think I'm intelligent :)05:05
littlebearspagood night all you real folks... keep up with linux05:06
amageehey i have some virtual machines where the machine cannot access itself via its external ip address.  is there a way i can manually set an ip address to resolve to localhost?05:08
ActionParsnipamagee: what virtualization software did you use?05:09
amageei'm using a service called ninefold05:09
ActionParsnipamagee: virtualbox? vmware?05:10
amageeno, ninefold is a service like amazon ec205:10
amageei don't create the machine myself, they do05:10
=== `mOOse` is now known as m00se
tsarwhen ubuntu 12.04 release?05:10
ActionParsniptsar: #ubuntu+1 for precise stuff please05:10
ActionParsnipamagee: I'd contact the hosters, the system will probably be using DHCP05:11
amageeActionParsnip: so i'm not looking to solve the underlying problem as i can't05:11
Ben6412.04 = 2012/0405:11
JacobVengeanceApril 26th I believe05:11
amageei just want to know if i can work around it by making the external ip resolve to localhost somehow05:11
ActionParsnipamagee: you can resolve localhost to your WAN IP but it may slow the system down05:12
amageeum i think i want to do it the other way around05:13
Ben64that doesn't seem like it'd work, if the system can't reach it's external ip address, making localhost resolve to it won't fix that problem05:13
amageelocalhost works fine05:13
amageebut i have this tool that insists on using the external ip address05:13
amageewhich i want to resolve to localhost05:13
scientesamagee, don't try to break things please05:14
scientesamagee, to match broken programs, the programs should be changed instead05:14
amageescientes: do you have any actual help?05:14
scientesamagee, at the least, use a LD_PRELOAD instead of changing system functionality05:14
ActionParsnipamagee: I'd get a buddy to test the connection05:14
=== jsjgruber-x-p is now known as jsjgruber-x-p-a
=== jsjgruber-x-p-a is now known as jsjgruber-x-p
scientesamagee, you cant make your external ip resolv to localhost cause dns goes in the opposite direction05:15
ponrajuganeshGreetings!!!!!05:16
ponrajuganeshI use at command but inorder to add a script as the at job it takes more time what could be the reasong?05:16
sacarlsonponrajuganesh: can you give an example of this script?05:17
ponrajuganeshit is the script that will start the OS Watcher service05:18
ponrajuganeshhere is the script05:18
scientes!paste | ponrajuganesh05:18
ubottuponrajuganesh: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.05:18
ponrajuganeshhttp://pastebin.com/ecwfbmVA sacarlson05:18
ponrajuganeshthis is what I just try to add in the at job05:19
ponrajuganeshbash /OSWREPORTS/startOSW.sh | at now + 1 minutes this is the command I use scientes sacarlson05:19
scientesponrajuganesh, that script looks fine, but what is in the tar---we have no idea05:20
scientesponrajuganesh, cant you just untar it once?05:20
sacarlsonponrajuganesh: you don't have to uncompress it every time just the firt time05:20
scientesponrajuganesh, you could make the script just the last 2 lines05:20
ponrajuganeshOh should I tar it only once ? ya ok will try that sacarlson scientes05:21
scientesjust shorted it to the last two lines ponrajuganesh05:21
=== jsjgruber-x-p is now known as jsjgruber-x-p-
ponrajuganeshya ya doing it scientes05:21
=== jsjgruber-x-p- is now known as jsjgruber-x-p
=== lupinedk is now known as Lupinedk
sacarlsonok now over 1.5 hours since I've had a problem with my pidgin connection after I switched my connection to static,  so that must be it then, wonder why my dhcp lease effects my pidgin to get disconected?  but I'm happy so I will live with this work around05:24
ActionParsnipsacarlson: could make your DHCP lease longer if you use a home grade router (an it allows the setting)05:25
bitplanesacarlson: did your IP change every hour?05:25
ActionParsnipsacarlson: if its a desktop PC and on a wired link, just stick it on static IP anyways and get rid of network manager05:25
ponrajuganeshi am running it guys sacarlson scientes will ping in 5 mins05:26
sacarlsonActionParsnip: I did make it longer it was 10 minits and I had more problems then,  now after changing to 1 hour I noticed that pidgin problem also changed time so this must be it.  I can't tolerate over 1 hour lease as I sometimes switch servers and don't want to run 2 system more than 1 hour to switch all users over05:27
sacarlsonActionParsnip: yes I already got rid of network manager and have now taken out the dhclient out of my scripts so it's all static now05:29
scientessacarlson, i've had problems with connectivity05:30
scientesusing dhcp and precise05:30
scientesxchat keeps dying05:30
scientesconnection-wise, where i have to reconnect05:30
sacarlsonscientes: so I guess my other idea of changing to another client wouldn't have worked then05:30
scientessacarlson, i get it in pidgin too05:30
scientesno i dont think its ubuntu problem, but are you having the same issue?05:31
sacarlsonscientes: I guess you should try static then to verify my theory05:31
ActionParsnipsacarlson: makes sense for a static PC, makes the system run better (fewer services) as well as boot faster (not waiting for DHCP or start the net manager service)05:31
scientesyeah, i had static bridge, but then bootup hangs for 60 seconds05:31
scientesquite annoying05:31
Al_nz1hey scientes!05:31
Al_nz1hows it05:32
scientesAl_nz1, hello again05:32
sacarlsonscientes: well I don't reboot much so I might not notice 60 secounds event that only happens every 60 days05:32
Al_nz1scientes: you know a bit about iptables aye?05:33
scientessacarlson, yeah i've got this spontaneous reboot thing (i use nvidia prop so i dont complain)05:33
scientesmaybe once a day05:33
scientesanyone know how to do portmortum debugging with kexec?05:34
sacarlsonscientes: postmortum?05:34
sacarlson!ask | Al_nz105:34
ubottuAl_nz1: 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. :-) See also !patience05:34
scientessacarlson, so instead of a reboot, a kernel panic, reboots into a special kernel with an initrd that dumps the crash dump and writes it to disk05:35
scientesusing kexec05:35
scienteslinux supports it, but i dont know an easy way to enable it05:35
scientesyou keep the backup kernel in ram for the panic05:35
sacarlsonscientes: cool that might be needed in like 12.04 but 10.04 never crashes05:35
yakkohey guys, does TuxGuitar play the sounds???05:35
=== anonymous is now known as Guest24654
scientessacarlson, no, this is nvidia probably05:35
Al_nz1sacarlson: i wasnt asking to ask, just checking that scientes could help05:36
scientesbut it is something we should package up nicely in some way sacarlson05:36
Al_nz1cause its a long winded question05:36
sacarlsonAl_nz1: no one can help if they don't know the question05:36
scienteshowever, i think systemd is where its being integrated nicely, so maybe we need that first05:36
Guest24654ive just installed ubuntu server on my desktop computer for openssh server but i cant find instructions on what to do next srry 4 being a noob05:36
scientesAl_nz1, no im not really an iptables expert, but in know some networking05:36
sacarlsonAl_nz1: then pastebin the question05:36
scientes^good idea05:36
Al_nz1sacarlson: good idea05:36
scientesGuest24654, ssh-keygen on the client05:37
scientesGuest24654, then ssh-copy-id user@host; then ssh user@host05:37
scientesGuest24654, after that you can turn off password authentication on the server, which makes it super secure05:37
sacarlsonAl_nz1: I"ve done some custom iptables myself and have also got help from #iptables for some of my biger chalenges05:38
Guest24654the client would be what i want to access the server right? and  do i need to start the ssh on the server somehow or just turn on the machine and im done05:38
scientesGuest24654, the ssh client is installed by default in most distros (inc ubuntu)05:39
Al_nz1sacarlson & scientes: http://pastebin.com/Hb0rEkjv05:39
Al_nz1sacarlson: I tried #iptables which redirected to netfilter - not much help so far05:40
sacarlsonGuest24654: and now that the ssh-server is installed it should already be running and will also auto start at reboot05:40
sacarlsonAl_nz1: sound more like you want a proxy like squid05:42
scientes^05:43
Al_nz1iptables should do it, just a case of getting the rule right I think05:43
sacarlsonAl_nz1: there may be an iptables method but seems like squid or even apache2 proxy would be what you want05:43
scienteswhy not just use squid in tranaparent non-caching mode05:43
TheEmpathhi ubuntuians05:43
Al_nz1sacarlson: its not all http traffic either05:43
TheEmpathi am working as hard as humanly possible ot not panic right now05:44
sacarlsonAl_nz1: I don't know if squid or proxy cares if it's http or not05:44
Al_nz1i see05:44
Al_nz1i guess I feel i am close with iptables, and would be reluctant to learn something new05:44
TheEmpathUbuntu just told me that my version of Ubuntu is not supported anymore... and now, -NONE- of my rsa passphrases work05:44
scientesTheEmpath, those two are unrelated05:45
scientesTheEmpath, unless its REALLY REALLY old05:45
sacarlsonAl_nz1: keep at it for 12 hours if you fail after that time try anther path that will take about 1 hour or less without ever using it before05:45
paulus68Al_nz1: can it be possible that your public ip is changing perhaps you need a dyndns account05:45
TheEmpathscientes: as they should be.  its the only correlation i can draw.05:45
scientesTheEmpath, and its the debian bug, but then those rsa keys are worthless05:46
Al_nz1paulus68: got dyndns, and for the moment its not changing05:46
Al_nz1sacarlson: fair suggestion05:46
TheEmpathscientes: how do I fix it?05:46
paulus68Al_nz1: did you try to access your cam through the dns account?05:46
TheEmpathscientes: if I can't get those passphrases working, im going to have serious problems doing my job tomorrow05:47
scientesTheEmpath, hopefully it isn't this bug: https://xkcd.com/424/ in that case you have to regenerate your ssh keys05:47
TheEmpathscientes: how do I regenerate my ssh keys?05:48
scientesbugs.debian.org/cgi-bin/bugreport.cgi?bug=47745405:48
scientesoh wait05:48
scienteshttp://article.gmane.org/gmane.linux.debian.security.announce/161405:48
scientesthats 2008 however05:48
scientesits probably not that old05:48
TheEmpathim on Ubuntu 10.1005:48
scientesyeah, then no, so the rsa thing is totally seperate from the out-of-date thing05:49
TheEmpaththose keys are the only way into my remote servers... i absolutely need them to work05:49
scientesTheEmpath, they are probably still there: check this out http://help.github.com/linux-verify-ssh/05:51
scientesTheEmpath, and man ssh05:51
scientesmaybe its that seahorse integrates ssh, and you have to tell ssh what key to use05:51
TheEmpathmy keys are there, ssh-add ~/.ssh/id_rsa asks me to put in the passphrase and it tells me my passphrase is wrong05:51
scientesTheEmpath, so check out seahorse command too to find your keys05:51
scientesTheEmpath, check numlock and capslock and your keyboard layout if you have any wierd characters05:52
pentagonpieWhen i set a picture as background but than move the picture to another folder, after log out the wallpaper resets, can't the OS follow the moved picture?05:52
scientespentagonpie, in short, no it cant05:53
scientespentagonpie, but you could google "hard link"05:53
TheEmpathits not numlock or caps lock and my layout is fine05:55
sacarlsonTheEmpath: even with you old ubuntu no longer being supported I assume it still works?05:55
TheEmpathim typing the pass into gedit and copy and pasting it from there05:55
TheEmpathsacarlson: ubuntu still works... the ssh key is not letting me use the passphrase05:55
scientesTheEmpath, are you using edit->paste, or middle-click, ?05:55
sacarlsonTheEmpath: what about the old install that shouldn't have changed05:56
TheEmpathscientes: edit-paste05:56
TheEmpathsacarlson: old install?  i didn't upgrade ubuntu.  it just told me its no longer supported05:56
sacarlsonTheEmpath: so it's not supported what did you do erase it?05:57
TheEmpaththe passphrase being rejected is not the user passphrase on the server, btw.  its the passphrase on the key itself05:57
TheEmpathsacarlson: what?  Maverick apparently is no longer being supported, thats all the message way05:57
TheEmpathwas05:57
sacarlsonTheEmpath: are the other boxes within physical proximity?05:58
TheEmpathsacarlson: no05:58
mrpmy apt-get update keeps crashing05:59
mrp97% [31 Translation-en 3,269 kB/3,370 kB 97%]05:59
mrpgets stuck there?06:00
TheEmpathI just don't udnerstand....how the hell can a passphrase go BAD on a ssh key!?  i'06:00
sacarlsonTheEmpath:  hackers?06:00
Al_nz1when I run sudo iptables -L - even after just adding a rule I dont get anything?06:01
sacarlsonTheEmpath: an angry employee06:01
TheEmpathsacarlson: I'm the only one06:01
Al_nz1is my rule not getting added ? http://pastebin.com/9YVMDu5t06:02
TheEmpathsacarlson: Can't be hackers.  The key is on a VM on my local box.06:02
sacarlsonTheEmpath: well on the remote side they can regen a new set of keys06:02
TheEmpathits not the remote side failing06:02
TheEmpathssh-keygen -f psllc_rsa -p tells me the passphrase is bad06:02
sacarlsonTheEmpath: oh ok so you try to gen a new key set and it makes bad ones, wow I'm not sure06:03
TheEmpathsacarlson: no06:04
TheEmpathI have keys generated from months ago.  As if last week, the passphrase worked06:04
TheEmpathAs of thirty minutes ago, they suddenly stopped06:04
TheEmpathAs if = as of06:04
TheEmpaththe passphrase simply "rotted" which I know sounds completely impossible but it happened06:05
sacarlsonTheEmpath: I've never played with it but I think there is an option for a time window for a key to expire06:05
TheEmpaththe key was initially generated on another machine... 10.04 about a few months ago06:07
=== CFHowlett_ is now known as CFHowlett
TheEmpathhow can i check if an ssh key expired?06:08
sacarlsonTheEmpath: seems they are forced to expire I must put very long time windows on mine http://www.rsa.com/rsalabs/node.asp?id=227206:09
=== ramzkie` is now known as RamZkiE
ArovijHi I have created a virtual interface eth0:0 with ifconfig command. I want to do 'tc' on the virtual interface with 'sudo tc qdisc add dev eth0:0 root netem delay 200ms ' . The changes are getting applied to eth0 also which shouldn't happen. Am I missing something? Thanks.06:11
scientesArovij, use ip addr add, not ifconfig06:12
scientesArovij, and you cant do that, you have to create a bridge06:13
scienteswait06:13
scientesi think you can, but anyways use the ip command, not ifconfig06:13
Abhijithi06:14
Abhijiti have shared folder to guest ubuntu in vbox. how do i access it from the guest ubuntu?06:14
scientesAbhijit, #vbox if you are using vbox features, otherwise its the same as other networking06:14
scientesbut please qemu-kvm + virt-manager is way better06:15
Abhijitscientes, 'what' means by same as other networking? where shoudl i click for that 'same as other networking' feature?06:15
scientesAbhijit, its just standard network file sharing06:15
Voyager_i'm shed with X11 and I need to preview a pdf. preview isn't a valid command.... how would I do that? Thanks in advance06:15
Abhijitthere is nothing pubic folder06:15
scientesAbhijit, samba has ubuntu/nautilus integration, otherwise use nfs or ssh (ssh ie easiet IMHO)06:16
scientesi generally just use ssh06:16
scientesif they are both ubuntu, use ssh or nfs06:16
Abhijitok06:17
scientestop connectio via ssh use file-connect to server in nautilus (or you use to be able to type it in, but that doesn't work anymore)06:18
james53how can i sync my iphone with rhythmbox?06:18
scientesmounting nfs requires root06:18
scientesjames53, when you find old let me know if you have a good experience06:19
sacarlsonVoyager_: in ubuntu  I think there is a default installed pdf viewer try open it in nautilus06:19
Voyager_sacarlson: I'm in ssh -X06:19
sacarlsonVoyager_: it should still work06:20
scientesits called evince Voyager_06:20
sacarlsonVoyager_: type nautilus06:20
Abhijitscientes, okey thanks06:20
scientesVoyager_, or you can use xdg-open /path-to-file.pdf06:20
Al_nz1does this rule listen for traffic on port 5555? sudo iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport 5555 -j DNAT --to 192.168.70.140:8006:20
Arovijscientes : Thanks.06:20
sacarlsonVoyager_: ya better go direct as scientes states with evince06:20
james53how can i sync my iphone with rhythmbox?06:24
Xtremehey guys, what is the command to stop listening port on ubuntu06:26
Xtreme?06:26
Xtremewithout killing any process06:26
haylowhat are you trying to do now Xtreme06:27
haylo?06:27
idfbfgDoes anyone have a link for scanning executables?06:31
=== GirlyGirl_ is now known as GirlyGirl
scientesidfbfg, string06:31
scientes*strings06:31
idfbfgI was hoping for a link that doesn't requiring installing something06:32
scientesthat doesn't06:33
Arovijscientes : I added the ip through ip addr add command. Now how do I apply tc command "sudo tc qdisc add dev eth0:0 root netem delay 200ms" . add dev excepts only interface and not ip address.06:33
scientesbinutils: /usr/bin/strings idfbfg06:33
mentalovegeneral question - does ubuntu 11.10 support AMD gpu cards ? im looking to buy a HD 687006:33
ActionParsnipmentalove: it should work with the proprietary driver06:34
idfbfgI've seen a link before that does what I am asking. I am sorry though. Although I normally use Ubuntu. I am currently using Windows XP and wanted to fix the pop-up window from MagicJack so I looked into something called magichide but don't want to trust it06:35
mentaloveokay. i have a nvidia card now. it was awesome, ubuntu found the driver and it worked automatically06:36
ActionParsnipmentalove: yeah nvidia kicks ass06:36
idfbfgThank you for telling me about strings, I will check it out sometime06:36
mentaloveyes nvidia is good but it sucks for mining bitcoins06:37
ActionParsnipmentalove: for the price of electricity, you'll probably find bitcoins aren't worth it06:38
hayloyou can use nvidia for FreeBSD ati has no support :/06:39
idfbfgThis is along the lines of what I was wanting: http://virusscan.jotti.org/en06:40
mentaloveActionParsnip, you are right. but it is still a fun hobby :)06:43
Andy2113evening everyone06:45
mentaloveanother question. can i run a nvidia card and a amd card in the same computer and somehow use them seperately ?06:45
ActionParsnipMorning Andy211306:45
Andy2113my computer's been failing. Internet keeps crashing, programs close randomly, I don't know what's going on.06:45
ActionParsnipAndy2113: have you tested your ram using memtest from grub?06:46
Andy2113I was trying to torrent Ubuntu 11.04 and deluge closed on me. Firefox wont even open, nor Chrome or Chromium06:46
mentalovesolution is dban06:47
idfbfgRemember to back first06:47
Andy2113ActionParsnip, I'm not very well versed with linux or ubuntu. Someone suggested I do that a couple of days ago, and I didn't know what I was looking at/for. I think upgrading it, or maybe formatting my PC should do the trick06:47
Andy2113I am currently on 11.0406:48
ActionParsnipAndy2113: hold SHIFT at boot and select it from grub using keyboard06:48
idfbfgIt used to be esc, not shift06:49
Andy2113also, it wont let me boot into ubuntu right away. When I select Ubuntu (or even other linux versions) it just keeps restarting over and over, until eventually by some miracle in lets me in06:49
Andy2113and it's suuuuuuper buggy/unstable06:49
Andy2113right now, I actually came to see if anybody could maybe give me the terminal command to do an upgrade, because I can't even access google to look that up06:50
idfbfghttp://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-boot-sequence/06:50
ikoniaAndy2113: what do you want to upgrade to ?06:50
ActionParsnipidfbfg: anything after karmic uses grub2. Grub1 uses esc as you say :-)06:51
idfbfg:), sorry for my wording sounding bad06:51
Andy2113ActionParsnip, even if I did a memtest, I have no idea what I am looking for. I dont have another computer handy so I can relay the info on the channel, nor the memory to remember what it says, when I dont even know waht I am looking for, not to mention I can't access the internet through browsers, as chome/ium gives me that "oh no jack!" or whatever window, and firefox just says it crashed and wont open06:52
idfbfgI meant :) , sorry if my wording sounded bad06:52
ActionParsnipAndy2113: if you see any red, the ram is bad06:52
Andy2113red where?06:53
Andy2113red numbers?06:53
Andy2113red bars06:53
ikoniaAndy2113: stop06:53
Andy2113red %?06:53
ikoniaAndy2113: run the memtest option, if there are any problems red warnings will appear06:53
ikoniaAndy2113: run memtest for 24 hours06:53
ActionParsnipAndy2113: in the bottom right section of the screen06:53
idfbfgI've had Firefox problems where it will not open, then I wait for the wondow to go away and try to open firefox again which then opens06:53
Andy2113ikonia, thank you for the suggestion, however this is my only way to communicate with my family back home. If I run a mem test for 24 hours I'lll be incommunicated for at least one day + the time it takes me figure out what the warnings are/if I should just format or upgrade.06:55
ikoniaAndy2113: ok what do you want us to do06:55
ikoniaAndy2113: you have a machine that won't work so you can't use it, you won't run the diag tools to fix it even though your machine doesn't work06:55
ikoniaAndy2113: what would you like us to do ?06:55
ActionParsnipAndy2113: a few hours will do. If the hardware is bad, a clean install won't do much06:56
* CFHowlett thinks I'm too far away to drive to his house to fix...06:56
Strykerhey, I cant boot sdb1. What's my problem? here's all the info you need: http://pastebin.com/SpDQVR2S06:56
ikoniaStryker: that looks like some sort of "fix grub" tool output06:57
ponrajuganeshwhether could we do the date arithematic in bash06:57
ponrajuganesh?06:57
Andy2113ActionParsnip, and if I don't see any red? Can I just do a fresh install?06:57
Strykerikonia it's made by someone on sourceforge06:57
ActionParsnipponrajuganesh: i'd ask in #bash06:57
Andy2113I mean, I'd like to give that a try before running a memtest for a couple of hours06:57
ikoniaStryker: what's the actual problem/error06:57
ponrajuganeshfine ActionParsnip06:58
ikoniaAndy2113: tell you what, just do a clean install now if that's what you want to do06:58
ikoniaAndy2113: you seem keen to do it, so just do it06:58
ActionParsnipAndy2113: sure. I'd clean install Precise but Oneiric is officially the latest stable06:58
Andy2113ikonia, that was my initial plan. Stop being such a smart-alecky ass06:58
parto_Yeah. Just do a clean install.06:59
Strykerikonia, i can't boot sdb1, my windows drive. All I get is a blank screen06:59
ikoniaAndy2113: I'm not, you want to clean install, so clean install, what's the problem06:59
Andy2113I'd rather get help from ActionParsnip, thank you06:59
ActionParsnipI've given my recommendation....07:00
Andy2113yes, I just need the terminal command to try and see if maybe if fixes, if not, I'll try and watch some videos on youtube to see what I'm trying to look for in a memtest07:01
ActionParsnipAndy2113: hope its not ram bit you'll need to test07:01
ikoniaAndy2113: it won't07:01
ikoniaAndy2113: upgrading won't fix it07:01
parto_Hey guys, has the name for ubuntu 12.10 been released..?07:01
CFHowlettparto_   precise pangolin07:02
ActionParsnipAndy2113: use google images. Some will have red, some won't. Its not hard07:02
CFHowlettparto_   whhops never mind07:02
Andy2113I can't access a browser07:02
Andy2113that's the reason I am asking here07:02
parto_CFHowlett thats 12.0407:02
Andy2113otherwise, I'd have checked on St. Google07:02
CFHowlettparto_   yes, thus the nevermind I posted.  Brain in USA, body in Beijing.  Sorry.07:03
Andy2113I have three browsers installed, none of which will work07:03
ActionParsnipAndy2113: the screen is blue during the scan. ANY red indicates a problem07:03
idfbfgdid you try opera?07:03
coolproI'm having problem with Disk Usage. I got messaged and my hard disk is almost full. I was shocked because I installed Ubuntu a few days ago and haven't downloaded anything much. I managed to find out that there were some huge (from 8 to 11 GB) log files in /var/log/ which I deleted.  But the disk usage analizer still is saying that only ~300 MBs remains on my hard disk.07:04
ActionParsnipAndy2113: run it. Its obvious what is happening07:04
Andy2113ok, so I'll run it. What would be the obvious fix for it?07:04
parto_coolpro How much space did you give your ubuntu partition?07:05
CFHowlettcoolpro   sudo apt-get clean && sudo apt-get autoremove will clear out downloaded and saved .debs07:05
WolfsherzAndy2113, if it finds errors, replace the ram.07:05
Andy2113We now know that my computer has a memory crapage. Do I need to buy new parts, if so, which ones?07:05
Andy2113oh ok. Just new ram?07:05
Andy2113not like a HDD or anything?07:05
WolfsherzAndy2113, memtest is checking the ram... so, when memtest finds errors it is the ram for sure.07:06
coolproparto_ I have 40 GB hard disk, so i have given it all.07:06
Andy2113ok, might as well07:06
ActionParsnipAndy2113: you'll need to systematically remove ram til you identify the bad stick07:06
Andy2113thanks guys07:06
ainalavihi guys ! i have problem with canon lbp 6000 , how can i run it in ubuntu 12.0407:06
Strykerikonia, i can't boot sdb1, my windows drive. All I get is a blank screen07:07
ActionParsnipAndy2113: obviously remove ram with the system off07:07
Strykerhey, I cant boot sdb1. What's my problem? here's all the info you need: http://pastebin.com/SpDQVR2S07:07
ikoniaStryker: Stryker do you believe it's booting the right partition07:07
Strykerit is07:07
CFHowlettainalavi   ask in #ubuntu+1 for 12.04 help07:07
ActionParsnipainalavi: #ubuntu+1 for 12.04 support07:07
ikoniaStryker: that patebin doesn't really show much of value, more so as you've got such an over the top dual boot setup with grub 207:07
Strykermore like sentuple boot07:08
ikoniaStryker: ok, so if it's booting the right partition, but all you are getting is a blank screen, that suggests the windows install has a problem of some sort, or grub is not passing the right boot information07:08
Strykeryeah07:08
parto_coolpro  Install ubuntu-tweak (just google installation procedure), then go to package cleaner. Cleans out your system for you.07:08
ikoniaStryker: I'd suggest (and this is just a suggestion) that you have conflicting grub installs (eg: grub from one linux install is overwriting the grub from another install) and the windows partition isn't actually setup properly to boot07:08
Strykeri have reason to believe that grub knocked the mbr off or something so i used testdisk. I suppose testdisk screwedup07:08
ikoniaStryker: that is just a suggestion, but it's not uncommon in the setup you have07:08
ikoniaStryker: the simple soloution for me would be to use windows to re-apply the windows MBR, test it, confirm it working, then re-apply 1 grub2 setup07:09
ActionParsnipparto_: bleachbit is an official package and does the same...07:09
Strykerit happened after I moved the ntfs partiton07:09
ikoniaStryker: there we go then, I suggest you follow my suggestion07:09
Strykerwhat's the best way of rebuilding the mbr without windows set up disk07:09
ikoniaStryker: use the windows setup disk07:10
Strykeri don't have it07:10
ikoniaStryker: get one07:10
Stryker-_-07:11
CFHowlettStryker   http://en.community.dell.com/support-forums/software-os/w/microsoft_os/3316.aspx07:11
Strykeri use xp07:12
ikoniaStryker: tons of XP media available for shops/retail/ebay07:12
Strykeri need xp really soon07:13
ikoniaStryker: then buy it really quick07:13
Strykeri KNOW that there is another way to restore mbr07:13
Strykeri just don't know how07:13
qfrHello, I don't have Ubuntu but I'm trying to help somebody set up Mono's CLI debugging environment. From what I've gathered the Ubuntu package for this is called "mono-debugger". He's on 11.10. It says "no installation candidates" when he tries to apt-get install mono-debugger. I found this on Google http://www.ubuntuupdates.org/pm/mono-debugger does it suggest that this package isn't for Oneiric?07:14
auronandaceStryker: ask in ##windows07:14
ikoniaStryker: you can't boot into windows to get to the windows install to use any of the microsoft tool, therefore the correct way is to use the install media.07:14
qfrapt-file search "/mdb.exe" has zero hits, too07:14
Strykernobody's answering in ##windows07:14
CFHowlettStryker   windows forums are available07:15
ikoniaStryker: you've not asked a sensible question in ##windows the question is "how do I re-apply the Microsoft boot loader to the MBR of my disk, without access to Windows or any install media"07:15
parto_Stryker  Just dump old boring windows and get the real awesomeness of ubuntu07:15
coolprohttp://s17.postimage.org/e0j9yqc7j/image.png  - this is what my Disk Usage Analyzer is showing.07:16
ikoniaparto_: please, he can use what tools he wants.07:16
Strykerparto_, I wish I could.07:16
rich__Hello people.. anyone able to give me some pointers regarding rsync and ssh?07:16
Strykerbrb07:16
rich__I have two servers, keys generated and swapped.  Can ssh from one to another without using a password07:16
parto_Stryker   Why can't you?07:16
SNowHi guys, have alot of 'fuser' processes in my ubuntu07:16
SNowpsmisc 2.14 version07:17
SNowis there a solution?07:17
rich__But when I try to run a quick command line rsync, it still asks for a paswword... which is tedious07:17
StrykerI have to use it for things  like capsa packet sniffer07:17
Strykerthat crap costed a fortune07:17
Strykerbrb07:18
coolproparto_ any ideas why  "/" is only 5,8GB and total used shows that is over 30 GBs?07:19
parto_coolpro That's weird. The total disk space used according to / is 5.8GB. The total is 39. The difference can't be 2.3 GB. Let me check it up for you.07:19
coolprook, thank you.07:19
isolatedvirustest07:20
coolproparto_ the issue began with huge log files in /var/www  which I deleted. I probably had turn on some logging.07:21
=== HeliusCron is now known as wrenny
_tasslehoff_Newer AMD and nVidia cards should work well in Ubuntu? Buying a new PC, and I recall that the last time I was adviced to stay away from AMD/ATI.07:22
parto_coolpro    try this  for now:   http://ubuntuforums.org/showthread.php?p=711253607:25
nemo_hello07:26
=== Guest27247 is now known as Jens
=== Jens is now known as Guest15469
=== irdx is now known as irdxafk
=== GirlyGirl is now known as Guest5505
nemo_hello07:28
=== Guest5505 is now known as GirlyGirl_
CFHowlettnemo_   greetings07:29
Blue1i am trying to make thunderbird 11 use the default browser (set in system/preferences/Preferred Applications) but it doesn't work. tried http://kb.mozillazine.org/Changing_the_web_browser_invoked_by_Thunderbird didn't work either.  suggestions?07:30
AmdpcHi...when is ubuntu 12.04 releasing?07:31
Blue1Amdpc: april 2407:31
AmdpcBlue1 : Thanks :)07:32
Blue1Amdpc: np07:32
=== ttl_ is now known as ttl-
parto_coolpro   I think this is even better:  https://bugs.launchpad.net/ubuntu/+bug/21738907:33
ubottuLaunchpad bug 217389 in Ubuntu "Root partition usage reaches 100% without reason" [Undecided,Fix committed]07:33
ZengerHi guys, I have a problem with geany, how can I config it so it finds matching divs07:35
Zengeror p or something07:35
Zengereverything else is fine , compiled the zen-coding, everything is ok ;)07:36
Zengerjust this problem ;)07:36
BigNukeZenger: wouldn't that question fit mor into #geany?07:36
ZengerBigNuke: I'm sorry, I didn't knew there is a channel for that :), thanks07:37
BigNukei didn't know either - i just joined it Zenger ;) and you are welcome07:38
ZengerBigNuke: I would have /list it but ,  I'm in the webchat and doing a full /list would lag :D07:39
BigNukeZenger: that's true :D07:40
parto_I just joined the other day. Which other ubuntu channels are there?07:42
ikoniafor what ?07:42
ZengerThe geany channel is dead no activity there :) . I need to know if geany supports such thing, if not, what other editor you could suggest aside Java (Aptana , Eclipse , phpStorm, Netbeans) and gEdit, phpEdit and sublime for ubuntu ?07:43
parto_ikonia    Anything ubuntu - software, design, bug report this kind of stuff07:43
Zengerand no gvim, emacs too :)07:43
oCean!alis | parto_07:43
ubottuparto_: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*07:43
BigNukefor which language(s) in detail?07:43
ikoniaparto_: you're in the main support channel07:43
BigNukeZenger: for which language(s) in detail?07:44
Timmywhen will ubuntu be released?07:44
Zengergeneral ones, php js html sometimes c/c++ (but not critical), python and rb (optional)07:44
Zengeri've used cdt, pdt and so on07:44
BigNukeZenger: Eclipse / NetBeans do not satisfied you?07:45
BigNuke*satisfy07:45
Zengeryes they do07:45
Zengerbut they are heavy project oriented ides07:45
ZengerI need a small fast editor07:45
Zengersomething like komodo but faster07:45
ZengerGeany was awesome, it just misses this functionality and I need it :(07:45
BigNukeZenger: i wonder how project orientation bothers you. And i'm sorry, but all IDEs i know and use are project oriented as well ;)07:50
keith_linux123hi all , this is a rather advance topic, but i need to learn how to run Selinum test scripts07:50
keith_linux123and write them07:50
isolatedvirusgoogle?07:51
keith_linux123and set up the environment for them07:51
sx_usr__keith_linux123, i think it's ot07:51
ZengerBigNuke: Komodo is an IDE that has a project orientation but could be used as a fast text editor07:51
ZengerBigNuke: yes I know Eclipse and Netbeans could be used the same way07:52
keith_linux123well, my problem is I can't get it to run in a ubuntu host07:52
ZengerBigNuke: but Eclipse never parses other files if it's not in a project, but geany did, its very handy.07:52
swis there a list of administrators for the Ubuntu wiki? (preferably someone who can delete a page)07:52
sx_usr__keith_linux123, u should have it run inside virtualbox?07:53
keith_linux123???07:53
sx_usr__keith_linux123, google "virtualbox"07:53
BigNukeZenger: well. you got a point there. but i'm sorry i can't help you with that ;)07:53
paulus68Zenger: what about notepad++07:53
aplundcan anyone point me in the right direction to install binutils for EFI on Ubuntu?07:54
corewillemhello07:54
aplundbinutils-multiarch doesn't seem to support it07:54
corewillemis it possible to make a shoutcast server by yourself07:54
corewillemi have a server here07:54
sx_usr__paulus68, i don't think notepa++ has support for Ubuntu07:54
corewillemthat i can use fot it07:54
corewillemfor07:54
sx_usr__paulus68, unless u run it with WINE07:54
Zengerpaulus68: I don't want to emulate it with wine. I'm searching a native software, in Windows notepad++ is pure awesomeness :)07:55
sx_usr__Zenger, im using notepad++ 6.1 under WINE without any problem...07:55
aplundwine doesn't emulate instructions07:55
aplundit is a layer for winapi compatability07:56
aplundso in that sense... it is native.07:56
scientesit only works on x8607:56
scientes(generally)07:56
sx_usr__scientes, what is works on x86?07:56
Zengeraplund: that doesn't change the fact that's not native and it runs thru wine07:56
scientessx_usr__, wine07:56
sx_usr__scientes, im on Ubuntu 11.10 64bit07:57
aplundZenger: if you feel that calling winapi functions isn't native... then nothing really is native.07:57
sx_usr__scientes, how do u explain notepad++ works on me?07:57
scientessx_usr__, thats x86 64-bit extention, but it runs in 32-bit mode07:57
sx_usr__scientes, u mean notepad++ 6.1 is x86 binary?07:57
scientessx_usr__, indeed07:57
sx_usr__scientes, okie, make sense...07:57
Zengeraplund: well , it's not that, I just don't like using software thru wine, I'm more comfortable with native software then thru wine07:57
Zengerby the way, Scite is working on linux, should give that a try07:58
sx_usr__Zenger, then u will never get what ever u want...07:58
scienteswine provides support for the PCOFF binary format, and for the win32 api07:58
aplundZenger: if you have a winapi binary blob... then you have no choice.07:58
Zengerbesiedes why bother use notepad++ when it's built on Scite engine and I could use native Scite07:58
scientesZenger, in general stick to native GNU/Linux apps07:58
scienteswine is for binary blogs where you dont have a choice07:58
=== Raines is now known as Rains
scientesand winlib is for software that is written to windows, and it would be to difficult to port, but you have the source07:59
scientes*winelib07:59
swis there a list of administrators for the Ubuntu wiki? (preferably someone who can delete a page)07:59
scientessw, there is probably a tag07:59
aplundDoes any know how to get EFI support in binutils on ubuntu?07:59
scientesbut i really only know how wikipedia does it sw07:59
aplund(or debian for that matter).07:59
sx_usr__Zenger, one good reason why i use notepad++ is because im used to come from windows...lol07:59
sx_usr__Zenger, so im already so used to notepad++08:00
Zengerscientes: I think it's better to use native gnu/gpl software :)08:00
swscientes: damn, I've been looking for hours ...08:00
scientessx_usr__, well you could port it to winelib/mingw08:00
sx_usr__Zenger, so moving to ubuntu, i feel i am still connected to notepad++ :D lol08:00
Zengersx_usr__: I'm a web developer for many years now, I'm used to port my apps from linux to windows and back.08:00
scientessx_usr__, but gedit is very good08:00
Zengerif they ever add that one thing that bothers me in geany08:00
sx_usr__scientes, gedit can't give me the search capilities that notepad++ has08:00
scientessx_usr__, but its totally possible to port notepad++ to be completely free software and not depend on any non-free software, even running with wine08:01
ZengerI'd be the happiest men in the world,  I would even install all that gtk libs in windows just to use geany :)08:01
scientessx_usr__, gedit has regexp searching08:01
Zengersx_usr__: believe me geany can :) except 1 little thing :D , matching tags ;D08:01
sx_usr__scientes, yes, agreed, but the search results window doesn't match with notepad++08:01
scientessx_usr__, but yes, a friend of mine uses another program to do regexps with multiple files (instead of just using grep like i do)08:01
ZengerI'm gonna try komodo :)08:01
scientessx_usr__, it would be cool it you ported it to winlib08:01
scientessx_usr__, wine is a completely capable platform form FOSS software08:02
scientes*for FOSS08:02
michaelhello08:02
michaelany body here?08:02
ikoniamichael: 1400+ people08:02
sx_usr__scientes, i don't see the problem running notepad++ under WINE. it just act 99.99% like native08:02
=== michael is now known as Guest13282
scientessx_usr__, yeah, but it would be nice to have it am seamless as possible08:03
sx_usr__scientes, nah...im not that hardcore :D08:03
scientessx_usr__, im talking for other people08:03
sx_usr__scientes, right....08:03
scienteslike debian/ubuntu could even package it08:03
scientescause notepad++ is GPL IIRC08:03
sx_usr__scientes, should drop an email to notepad++ author to request for deb package08:04
=== Geek is now known as Guest57547
mrintegr1tyaplund: what problem do you have with binutils / efi?08:04
scientessx_usr__, sure, you could08:04
Guest57547It's open source, isn't it?08:04
sx_usr__scientes, :)08:04
aplundmrintegr1ty: Is there a package?08:04
scientesthats the miracle of open-source08:04
scientesyou can even do it yourself08:04
aplundmrintegr1ty: binutils-multiarch doesn't seem to have support08:04
scientesand then send it to the creator08:04
Guest57547That's what I'm saying @scientes - I'm sure there's people out there who've re-compiled it for a debian package.08:05
sx_usr__scientes, yeah...by far notepad++ is the best editor08:05
mrintegr1tyaplund: it's never been an issue for me.. what problem does that create? i'm curious, not sure i will be able to help08:05
sx_usr__scientes, i use it heavily on performing searches08:05
mrintegr1tyaplund: i mean, you can still boot systems with efi right?08:05
scientessx_usr__, and no reason ubuntu couldn't have it in the repos, as long as the build system is completely clean/FOSS08:05
aplundmrintegr1ty: objcopy --help doesn't list efi-app-*08:05
aplundmrintegr1ty: err. yeah.  I'm talking about binutils.08:06
sx_usr__scientes, yeah08:06
swis there a list of administrators for the Ubuntu wiki? (preferably someone who can delete a page)08:06
mrintegr1tyaplund: ah i see, so ubuntu binutils comes without the required patches / support for efi?08:07
aplundmrintegr1ty: I hope not.  But that might be the case.08:07
Jordan_Umrintegr1ty: What are you trying to accomplis?08:08
mrintegr1tyaplund: it doesn't seem like it does unfortunately08:09
paulus68Zenger: what about Scite?08:09
aplunddamm.08:09
mrintegr1tyaplund: in which case you will have to rebuild the package and include efi support, hopefully it's included in the debian src package but just not enabled08:09
mrintegr1tyJordan_U: helping aplund as best i can08:09
Zengerpaulus68: It's the engine upon which notepad++ was build, I will give it a try later , now I'm giving Komodo a try )08:09
aplundmrintegr1ty: Yeah.  Just what I wanted to avoid.08:09
Jordan_Uaplund: What are you trying to accomplish?08:10
aplundJordan_U: efi-app-* support in binutils08:10
mrintegr1tyaplund: incase you don't already know howto rebuild deb packages: http://www.cyberciti.biz/faq/rebuilding-ubuntu-debian-linux-binary-package/ <-- seems like a througho howto08:10
Zengerthanks for your help thou, bye08:11
mrintegr1tyaplund: not too much work08:11
Jordan_Uaplund: I'm not sure what grub uses, but grub-efi builds fine (and packages are provided in the standard repositories) in Ubuntu.08:11
mrintegr1tyJordan_U: he is not looking for grub support08:11
aplundJordan_U: I actually really want it to inspect built EFI files.  But yeah. dunno.08:11
mrintegr1tyaplund: is it a one off thing? horrible work around would be boot a distro that has that support built in as a vm to do what you need08:12
mrintegr1tyaplund: rebuilding the package would be quicker08:12
aplunderr yeah.  I'll try building the package first08:13
=== _chris is now known as Guest89022
=== Guest89022 is now known as ManInTheMiddle
aplundmrintegr1ty: Thanks for the link08:14
mrintegr1tyaplund: np08:14
mrpapt-get update keeps crashing08:14
aplundmrintegr1ty: seems that binutils-multiarch is only multiarch for the platforms debian is targerted for08:25
m477I have strange problem with opera, I am not doing anything and it consume lets say 80% of my CPU ( core 2 duo 2GHz). I have similar issue with plugin container, it is firefox process08:25
scientesaplund, false08:25
aplundmrintegr1ty: i.e the ones in /usr/share/dpkg/archtable08:26
aplundscientes: Really?08:26
scientesaplund, multiarch means something completely differn't in the GNU world08:26
=== rs_ is now known as Guest98133
=== vincent is now known as Guest35174
mrintegr1ty"Multiarch is the term being used to refer to the capability of a system to install and run applications of multiple different binary targets on the same system"08:27
scientes^^that08:27
mrintegr1tyhttp://wiki.debian.org/Multiarch08:27
aplundsure08:27
scientesno not that08:27
aplundoh?08:27
scientesmultiarch in binutils-multiarch is the GNU definition of multiarch08:27
mrintegr1tyah08:28
scienteswhich it completely differn't from debian's multiarch08:28
=== Freeaqingme_ is now known as Freeaqingme
scientesmultiarch in GNU is like sse2, mmx, ssse308:28
aplundwell the debian/rules file only configures it for archs which are targeted for in debian and a few extra08:28
scientesand similar for MIPS, etc08:28
aplundbut  not efi-app*08:29
scienteshttp://gcc.gnu.org/install/configure.html08:29
scientessearch for "enable-targets"08:29
scientesfor a description of what multiarch means for binutils08:29
aplundwell.. I don't know about this sublety, but it isn't helping me solve the issue.  getting it to compile will08:31
scientesno, just remember that debian multiarch is totally utterly unconnected to gcc/binutils multiarch08:32
scientesi was confused by this before08:32
scientesaplund, http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html08:33
aplundscientes: is there a binutils package with efi-app support?08:33
scientesaplund, i don't honestly know08:34
aplundk.08:34
scientesbut considering that linux is about the only software that runs on EFI08:34
scientesi wouldn't imagine much support08:34
=== lonewolf is now known as Guest3316
scienteseven freebsd wont run on it08:34
scientesand EFI is horrible anyways08:34
scientesit uses local time for the RTC08:34
scienteswhich is complete madness08:34
scientesEFI should be taken out to pasture and shot08:35
aplundapple don't seem to think so08:35
scientesthats cause they are in the money bag with intel08:35
scientesand EFI's is intels little boy08:35
scientesalthough funnily even thought its intel, it just rubber stamps a bunch of windows stuff08:36
=== Guest68286 is now known as dvza
aplundwell.. need to debug this efi program.08:36
scienteshmm08:36
scienteswell thats a little OT for #ubuntu08:36
scientesmaybe #coreboot could give you some direction08:37
=== root is now known as Guest98120
scientesnot being an expert seems like you should use qemu aplund08:39
aplund?!?!  I just want to disassemble it, not emulate it.08:40
mrintegr1tyaplund: you still have my suggestion of using a vm with an os that does support it08:40
scientesaplund, you could run it in qemu with tianocore and coreboot08:43
scienteswell, it would actually run in kvm, they are merged...08:43
=== mang0 is now known as Seryth
mrintegr1tyscientes: he just want's to dissasemble it, not run it08:45
mrintegr1tyafaik08:45
aplundindeed08:46
aplundmrintegr1ty: It seems that it is not so easy to configure the build to do this08:59
almoxarifei have three ppa's installed for kubuntu, plain kubuntu, backport and beta, am i defeating the purpose by having both beta and backport?09:01
CFHowlettalmoxarife   My vote is yes, you're self-abusing09:04
aplundhmm.. seems they changed it to PEI targets09:04
almoxarifeCFHowlett: that settles it then, better self abuse09:04
GirlyGirl_almoxarife: kubuntu-ppa provides updates to current kde series of the ubuntu version e.g if natty comes with 4.7.2 in kubuntu-ppa you get updates till 4.7.4, in kubuntu-backports you get 4.8 series and in kubuntu-beta you get well pre-releases09:06
jameshi, does ubuntu can run yahoo messenger today?09:06
=== james is now known as Guest28799
almoxarifeGirlyGirl_: thnks a lot09:07
sacarlsonjames: I think pidgin supports yahoo messenger09:08
jemmahi can i run yahoo messenger on ubuntu?09:08
jemmabud i think pidgin doesnt support video call on yahoo09:09
sacarlsonjemma: you can run the text protocol of yahoo messenger with pidgin09:09
sacarlsonjemma: no just the text09:09
jemmaoh i see. thanks09:10
ahhughes_why do application context menu's (ie. File, About, Options, Preferences, Help) all come up at the top of the screen rather than the traditional location, the window title bar in unity? It's very annoying, because every other time I have looked for these in my lifetime they aren't there.09:10
sacarlsonjemma: but you can get skype that has video and audio support in linux09:10
jemmayeah. ill try it later. thanks :)09:11
sacarlsonahhughes_: try the cinnamon theam it's more like windows09:12
=== lonewolf_ is now known as Guest19022
InswinsHi..09:15
OnkeltemHi all09:15
InswinsI need help..09:15
fidelInswins: start with a problem description then ;)09:15
InswinsThank Fidel.09:15
InswinsThis is my problem.09:15
InswinsI'm using ubuntu server and install it using USB Stick and I do want to make diskless server. But the problem is, when installing the server they need DHCP and iscsi Target. So, I make it default just now. Now, the main point is, how can I use the server and my client can run windows xp booting using LAN Network?09:19
sacarlsonInswins: I know how to setu pxe for linux ,  for windows pxe you might try some place else like #windows09:21
Inswinssacarlson: Okay, if I'm using PXE for linux, how about the ISO? I want my client booting from the Windows ISO that I make on the ubuntu server.09:23
antonio_any suggestions for a console epub reader?09:24
NikezHi - Anyone here?09:26
NikezI need some help with installing Ubuntu..09:27
=== Pumpkin-_ is now known as Pumpkin-
antonio_Nikez: tel09:27
NikezI've done it countless times - However I have never encountered this problem.09:27
NikezMy setup:09:27
NikezDisc 1 = SSD (120 GB) - Windows 709:28
NikezDisc 2 = HDD (500 GB) Contains files, splitted into two different partitions. One of the size 350 gb and the other one in 150 gb09:28
amitzhow to install java5 in ubuntu 10.04. the method of using jaunty repository, is there any living jaunty repository now?09:28
NikezI want to install Ubuntu to the 150 gb which is partitioned correctly (ext 4, primary)09:29
NikezIT says the installation is correctly done - However When I reboot GRUB is nowhere to be found.09:29
fidelamitz: isnt it available in the default apt sources?09:30
fidelamitz: http://packages.ubuntu.com/lucid/allpackages09:30
sacarlsonNikez: you must have installed your grub2 mbr on the wrong disk, you should have installed it to /dev/sda09:31
NikezI've done that09:31
Nikez3 times09:31
Nikezatleast.09:31
NikezI even tried installing it on the tiny partition called Windows Loader09:32
NikezNo joy.09:32
sacarlsonNikez: oh ssd disk might be a problem maybe move your mbr to /dev/sdb then and change the boot sequence in bios09:32
=== mtrd`w is now known as mtrd
sacarlsonNikez: you don't install the mbr on a partition you install it to the disk09:33
=== mtrd is now known as mtrd`w
NikezOh ok09:33
Bender_Hello, I have a little problem with the audio. The sound is somehow noisy like metallic when using VLC to play a movie, and also when using skype. After using skype a bit it returns normal, but in VLC it always is noisy, kinda robotic. Can you help me?09:34
NikezShouldnt I see that theres 100m b + 119.9 GB on disc 0 ?09:34
Nikezsacarlson, How would I move the MBR?f09:35
sacarlsonBender_: if you want to get fancy you can rought your sound through filters with jackd and ladspa09:35
sacarlsonNikez: you don't move it just install it to /dev/sdb09:36
NikezYou mean through Ubuntu?09:36
sacarlsonNikez: yes live boot09:36
NikezI'll try again - I Think I did that yesterday. Thanks.09:37
sacarlson!grub2 | nikez09:37
ubottunikez: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)09:37
NikezBe right back .09:37
sacarlsonNikez: if you already installed it to /dev/sdb then try change the boot sequence in bios09:37
Bender_sacarlson,  no I just want my audio output to work normally, now it's faulty and I can't use skype as soon as opened: I have to make several test call to make the noise disappear. Also the VLC has the same problem, other mediaplayerd doesn't.09:38
amitzfidel: it has a virtual ppackage ffor java5, but not the actual package.09:38
sacarlsonBender_: I don't know why one player would sound different than the other ,  maybe try to find the differences in them.  maybe between alsa and pulseaudio?09:39
fidelamitz: not sitting in front of a 10.04 box right now - but for me it looks like default-jre provides the virtual java5-runtime again. or am i wrong?09:40
sacarlsonBender_: some software has a choice like I think skype has you can pick what sound device it uses in options09:40
Bender_sacarlson, I'm not so good in linux, maybe you are right but don't know how to face it. Anyway I guess it's my audio card because I have this problem since 10.04 and now I''m with 12.04. I have an old SBLive!/Value card. Maybe is not so compatible with some libraries?09:41
sacarlsonBender_: I think sblive is one of the best supported sound cards09:42
Bender_sacarlson, I see...09:43
sirknightanyone know to make an unstall script?09:43
sirknightim sorry and install script09:43
sacarlsonsirknight: for packages or group of packages?09:43
tobishi there09:44
sirknightsacarlson,  http://nkush.blogspot.com/2011/08/installing-metasploit-400-on-ubuntu.html   , not sure, but im learning09:45
amitzfidel: default-jre only able to change  link to different java versions, not installing the actual java.09:47
AruzsiHi there,09:48
sacarlsonsirknight: looks like they wrote it for you09:48
AruzsiWhat can I do if I want to start mgetty from inittab under 12.04? No inittab at all.09:48
llutzAruzsi: look at the scripts in /etc/init and maybe read this to get an idea how upstart works http://upstart.ubuntu.com/cookbook/09:49
llutz!upstart | Aruzsi09:50
ubottuAruzsi: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/09:50
Aruzsillutz: Huhh! No any fast solution?09:50
Aruzsillutz: I want to setup PPP connection when the system boots.09:51
amitzby any chance, annybody has a copy of sun_jdk5?09:53
sirknightsacarlson,  they did?   sorry i9 was reading Lotts09:57
sacarlsonsirknight: you wanted a script,  they have it on that site for you09:57
sirknightwhats that?09:58
sacarlsonsirknight: just type the commands stated in his post and make it a file,  that becomes a script09:58
=== Twinkletoes_ is now known as Twinkletoes
oCeanamitz: old repositories are moved to http://old-releases.ubuntu.com For example: http://old-releases.ubuntu.com/ubuntu/pool/multiverse/s/sun-java5/09:58
sirknightso this one i just copy and pasted as ls? or do i take the nambering out first? sacarlson09:59
=== e01 is now known as e01^lunch
sirknightgedit, is what i pasted it in too, so how do i run the file?10:00
oCeanamitz: no guarantees if that will work on or maybe ruin a 10.04 install, since mixing repositories/versions is not a good idea (breaking dependencies etc)10:00
hplccan i use gconf-cleaner? or is there any risks? it says i have 225 invalid keys in database, running 11.1010:00
amitzoCean: noted about the warning, thanks!10:01
=== root is now known as Guest16993
=== owner is now known as Guest22615
kubavhi. [ubuntu 11.10] while using 'startup disc creator' ( http://4.bp.blogspot.com/_KsoXvaxfuyk/S9iRMR-gyXI/AAAAAAAAATc/oIvC-6YJBiY/s1600/startup_disk_creator_usb_ubuntu.png ) file installation suspends every time ( http://www.pasteall.org/pic/show.php?id=29930 ). how to fix it?10:10
n1c3t34anyone know where the folder from nmap is?10:11
coder2sometimes fonts in my ubuntu 11.10  gets blurred ,can somebody tell me the reason???10:14
=== akSeya is now known as Guest28012
peruHi10:27
jobycxaHi how can we configure iscsi multipathing?10:28
Sayloranyone have a fix for no desktop menu in natty narwhal?10:30
=== mint_ is now known as Sieb
=== e01^lunch is now known as e01
peruhi10:33
Siebhi10:33
peru_hi10:34
paulus68!hi10:34
peru_is this ubuntu community ?10:34
paulus68it is10:34
makarahi. On 11.04 I can't ping my router or google or anything. Skype and Dropbox work fine. Why?10:37
makarasorry its 11.1010:37
makarawhen I try to set the interface it still doesn't respond. ping -I wlan0 8.8.8.810:39
makaraor ping -I 192.168.11.129 192.168.11.110:39
makarabut skype is getting through and etherape shows all sorts of connections10:40
pingufanHello,  I am a bloody novice with ubuntu.  I would like to set my ubuntu to use iso-8859-1 by default.  How do I configure that?10:40
sacarlsonpingufan: what's iso-8859-1 ?10:42
pingufanThat's a plain 8-Bit encoding of characters, no UTF-810:42
=== bruno is now known as Guest34653
ahhughes_whatever I updated last night, pidgin UI no longer displays. it runs, but the ui isnt visible :'(10:43
pawdrohello, is it possible to install postgresql (v. 8.4) in Pangolin? I suppose I have to do it by manually downloading packages from oneric ?10:43
Siebis it possible to create a loopdevice with starting and ending sector?10:43
pangolinpawdro, 12.04 support only in #ubuntu+110:44
NewBeehello, how to display thumbnails in nautilus they are not showing10:45
coder2sometimes fonts in my ubuntu 11.10  gets blurred ,can somebody tell me the reason???10:49
DMJCanyone know howto forward dns without setting up a dns server?10:50
Dualityhi10:51
ComptHey10:51
Dualityis a ssh proxy as safe as a vpn?10:51
DMJCanyone know howto forward dns without setting up a dns server?10:52
afidegnumhello, pls how do I add a new key?10:52
afidegnumI have typed this and I am told no gpg key found10:52
Compt@Duality, SSH is pretty secure. I often couple it with a VPN at my school so they can't monitor incoming traffic10:52
afidegnum10E239FF10:52
afidegnumwait, this key10:53
afidegnumsudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF10:53
afidegnum            /usr/bin/apt-key: 212: gpg: not found10:53
afidegnumI am trying to install zyentyal10:53
joel^^^^^Hello, given an unprivileged (non-root) user on a Ubuntu 6.06LTS box, how would I fetch/build/install a package with any dependencies, from src if necessary, into my homedir?10:53
makaraDMJC, it depends on your router10:53
joel^^^^^It looks like I'd have to do a longwinded manual dance around apt-get build-deps which seems nof un at all10:54
joel^^^^^*no fun10:54
DualityCompt, ssh as vpn? nice how?10:54
joel^^^^^on OS X I would use homebrew. which'd do it in one step. any equivalent/advice/monstrous oneliners?10:54
makaraDMJC, just put in the address of your router as the DNS server10:54
ComptBasically I shh into the home desktop from my laptop, then if I need to I'll enable the VPN10:54
DualityCompt, do you need anything special running on server side?10:55
sirknightwhen i make a instll run script  how can i put me password it there  so it an unintentted install?10:56
ComptNothing other than the code for it to send to the client. Here is the guide I used: http://bodhizazen.net/Tutorials/VPN-Over-SSH10:56
joel^^^^^sirknight: don't do that10:56
pingufanCan nobody tell me how to switch my Ubuntu from UTF9 -> ISO-8859-1 or ISO-8859-15, please?10:57
Dualitynice thanks Compt10:58
ComptNo problem :D.10:58
ComptL10:59
jostM10:59
Compt*Later, got to get ready10:59
ComptMy bad lol10:59
sirknightjoel^^^^^,  why?11:00
Atlantic777Any ideas how to debug old sys tray mail indicator on 10.04 (gnome)? It simply doesn't react on click.11:01
joel^^^^^sirknight: because you're asking about putting your password into a script11:02
mrpapt-get update keeps crashing11:02
mrpany ideas?11:03
Atlantic777mrp: how it crashes? What's the problem?11:03
sirknightwel  im new to this , so school me,, cuz im getting tired for the thing frezes up the first time and now it wont do anything when i put my pass word it11:04
mrpworking now nvm11:04
Atlantic777sirknight: hey, where do you put that passwd? During the installation, or login, or what?11:05
afidegnumhello, pls how do I fix this issue?11:06
afidegnumdebconf: unable to initialize frontend: Dialog11:06
afidegnumdebconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 75, <> line 15.)11:06
Atlantic777afidegnum: just try to install the dialog11:08
Atlantic777sudo apt-get install dialog11:08
hje841What is the current status of 12.04? Could the final beta be considered ready for a production grade desktop?11:08
Atlantic777afidegnum: -> http://forum.doozan.com/read.php?2,502,502,quote=111:08
jpdshje841: No.11:08
Atlantic777hje841: no11:08
jpdshje841: Not until it's released.11:08
afidegnumany answer pls ?11:08
hje841when is that?11:08
afidegnumI am trying to run an update remotely and I have that error11:09
jpdshje841: 26th.11:09
Atlantic777afidegnum: how do you run that update?11:09
hje841okay. can't wait that long. then I'll be using 11.1011:09
Atlantic777hje841: huh, but 12.04 will be LTS11:09
sirknightAtlantic777,  im coping a script, but i need to modify it so i just set it up and no fuss, im not sure11:10
hje841Atlantic777: I know, but I'm preparing a work laptop that I need by tomorrow11:10
afidegnumheloo11:10
Atlantic777hje841: will it be your personal laptop or for somebody other?11:10
hje841Atlantic777: my own, but for work11:11
hje841Atlantic777: I'm starting in a new job tomorrow and I need a clean install by then11:11
Atlantic777hje841: wait until 26th :D11:11
WITUSPROSIOGLOSYSiema! taka sprawuszka jest, jakby pare osob moglo wejsc na http://www.zst-tarnow.pl/2012/04/konkurs/ i zaglosowac na Dawid Witusik to bylbym bardzo wdzieczny ;) z gory dzieki wszystkim;)11:12
hje841Atlantic777: hence 11.10 until then11:12
FerkSweHello there fellows! I just recently installed Ubuntu 12.04 LTS on my MacBook 7.1. It's running rather smooth but I seem to have a couple of issues, the first one being the touchpad feeling glitchy and the other one my graphics seem to not work properly in some games (Minecraft). Does anyone have experience with installing and running Ubuntu on Mac?11:13
FerkSweI also get strange messages when starting programs in console, cudely translated "Gtk-WARNING Cannot find themeengine in Module_path "pixmap"11:16
marculesDoes MACINTOSH need proprietary drivers?11:17
marculesI do not own a MACINTOSH-machine11:17
waiting………………11:17
FerkSweIt did for my wifi and I read that there are some nvidia ones too, but it does not seem to want to find/install them (Or they are allready installed)11:17
anonymousBro Free11:21
anonymousGuten Tag wir die 99% haben lange zuschauhen müssen wie das System unsere geselschaft klassifiziert und dammit auseinander treibt , um der sozialen Ungerechtigkeit ein Ende zu setzen werden wir Operation Jobcenter am 10.04.12 beginnen im Rahmen einer Ddos Attacke ,,Link www.c.schoeneberg@proarbeit-kreis-of.de target port 80 Http ip 82.165.216.55 ,,fire and fire,,,we dont forget we dont forgive Expect us.11:21
anonymousWillkommen bei der Pro Arbeit - Kreis Offenbach, Kommunales Jobcenter11:21
anonymouswww.proarbeit-kreis-of.de11:21
FloodBot1anonymous: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:21
=== anonymous is now known as Guest26359
Guest26359description11:21
marculeslol11:21
Rienzillahaha11:22
Rienzillahigh quality bot11:22
pangolincomments are not necessary11:22
Rienzilla?11:23
morriyea11:23
ParufitoHi! anybody knows a good plugin to get Grooveshark in Rhythmbox? Thanks!11:23
=== MartinS is now known as Guest92964
FerkSweAnyone know anything about my problem?11:23
=== mars is now known as Guest25309
waiting这个咋玩呢11:28
Atlantic777!ask | waiting11:29
ubottuwaiting: 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. :-) See also !patience11:29
waiting…………11:30
Abhijitis there any separte unity channel?11:30
morrihave a look11:30
Atlantic777Abhijit: #ubuntu-unity11:30
Abhijitok11:30
NorrlanningHi people! I was just wondering if anyone knows how to disable "cupsd" from autostarting on my 11.10 installation. I started by turning cups off from all runlevels with chkconfig. Then I tried update-rc.d command and removed cups from there. I also installed rcconf and there it says that cups is off.....11:31
=== kneemoe-user is now known as kneemoe
kubavhi. [ubuntu 11.10] while using 'startup disc creator' ( http://4.bp.blogspot.com/_KsoXvaxfuyk/S9iRMR-gyXI/AAAAAAAAATc/oIvC-6YJBiY/s1600/startup_disk_creator_usb_ubuntu.png ) file installation suspends each time ( http://www.pasteall.org/pic/show.php?id=29930 ). anyone meet this problem? how to fix it?11:33
streetwalkerhello people11:33
=== Guest25309 is now known as Mars___
streetwalkeri have question but nooo help11:35
=== grouch is now known as Guest28477
streetwalkeri have question but nooo help11:35
FerkSweJust ask your question and wait. Sometimes it takes time.11:36
streetwalkerokkkkkkkkkkkkkkkkkk11:36
streetwalkershould i ask my question??11:36
streetwalker?11:37
streetwalker^^11:37
Abhijithelp. i am getting this error  http://paste.ubuntu.com/924720/ while trying to make unity from source11:37
streetwalkerAbhijit: i can not see the error! can you please post it here?11:38
Abhijit:-o11:38
streetwalkerThe URL does not work  ...11:38
Atlantic777!ask | streetwalker11:38
ubottustreetwalker: 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. :-) See also !patience11:38
streetwalkeryes i ask!!!11:38
streetwalkerbut my name is stretwalker11:38
AnhZaihalo11:39
streetwalkerWell i bought new pc today11:39
Abhijitstreetwalker, try this one http://pastebin.com/Fk3ZYpc111:39
streetwalkerDoes not work post it here11:40
streetwalker^^11:40
Abhijitstreetwalker, /tmp/yaourt-tmp-abhijit/aur-compiz-core-ubuntu/src/compiz-0.9.7.2/src/timer/src/timeouthandler.cpp:60:48: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]11:41
streetwalker!pastebin | Abhijit11:41
ubottuAbhijit: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:41
epzil0nIt works and you shouldn't paste text here11:41
AnhZaido you help about IRC?11:41
nextum6781is there an estimation how long it takes to fix CVE-2012-1182 ?11:41
ubottu** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem.  When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1182)11:41
Atlantic777no, don't post it here11:42
streetwalkera security bug ?!?!?!11:42
nextum6781yep11:42
* Abhijit kicks streetwalker 11:42
streetwalker!op | Abhijit11:43
ubottuAbhijit: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler or Jordan_U!11:43
FerkSweAnyone got experience with ubuntu on Macintosh?11:43
pangolinFerkSwe, #ubuntu-ppc11:43
FerkSweThank you! :D11:43
pangolinstreetwalker, Abhijit Please calm down11:43
PriceyAbhijit: No need for that :)11:43
pangolinStick to the topic also11:43
streetwalkerpangolin: he told me [13:42] * Abhijit kicks streetwalker11:43
pangolinstreetwalker, I saw11:44
pangolinand was not worth an ops call11:44
* epzil0n slaps streetwalker around a bit with a large trout11:44
Priceyepzil0n: moving on! :-)11:44
Abhijitpangolin, he tricked me into pasting error long here by makeing me trust him that he is unable to open the pastebin links11:44
morrihmpf11:44
streetwalkeryes i can not open it+11:45
morricopy link open browser11:45
pangolinAbhijit, ok, lets move on.11:45
Abhijitok11:45
streetwalkerpangolin: why is he allowed to tell all kick me?11:46
FerkSweCan't we just forget this happened and be friends instead?11:46
pangolinstreetwalker, all users are allowed to help protect the channel, the way he went about it may not have been correct.11:46
=== q-rban_ is now known as q0rban
streetwalkerpangolin: alright thank you lets move on11:47
streetwalker^^11:47
afidegnumhello good morning all, pls I have a problem11:48
NorrlanningOk, just to let others know if you'll run into the same problem. To deactivate cupsd from autostarting at boot time I had to comment out row 6-8 in /etc/init/cups.conf11:48
osirisx11can i install jack alongside pulseaudio easily with no conflicts? (just using one at a time)11:48
afidegnumdebconf: unable to initialize frontend: Dialog11:48
afidegnumdebconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 75, <> line 15.)11:48
afidegnumhow do i fix that?11:49
jordan_Could somebody help me with a graphical problem with 11.10??11:49
FerkSweDoes anyone know what the errormessagee "Gtk-warning cannot find themeengine in module_path pixmap (Sorry for the terrible translation, my system is in swedish) means? I see it in terminal when I start programs.11:49
morridoes it give you any problems?11:49
FerkSweNot really, I just dont like errors.11:50
Mars___why ubuntu open the QQ space will be very slow?is anyone know?thanks.11:50
morrii always get a gtk theme can't be found but I don't care as it doesnt bring me any problems11:50
=== Dorito is now known as Guest56391
afidegnumany answer please ?11:51
osirisx11afidegnum: might try ubuntuforums or reddit.com/r/linuxquestions11:51
Mars___thanks~11:51
gau1991how to connect to windows desktop like ssh on linux11:52
pangolingau1991, ask ##windows11:53
Mars___who can answer me?11:53
notlisteningHi guys I am trying to run with an ash shell on busybox and getting it to run another app is this possible and what syntax should i be using?11:53
=== tensorpudding_ is now known as tensorpudding
hieunguyendoes anyone has an usb human interface device (keyboard, mouse, gamepad ...) that work flawlessly on windows but has some weird behavior on Ubuntu?11:54
notlisteninghieunguyen, yes in the past there have been issues with my keyboard and mouse11:55
gau1991pangolin:which commands have to be executed on linux...11:55
epzil0ngau1991 you can use the RDP protocoll or set up a VNC server like RealVNC and then use a VNCviewer and it's included in RealVNC11:55
epzil0ngau1991 otherwise use openSSH for Windows if it must be SSH11:57
hieunguyenmy barcode scanner which works like a keyboard does not type all the code digits. I think this is a problem with how ubuntu handles HID devices.11:58
caB00TWhat is the term for text files with commands in it, just "scripts"? How do I google it for details etc.?12:00
FerkSweNo, ubuntu-ppc does not seem to be the right place for my questions on ubuntu running on mac. Thus I ask again if anyone has knowledge of running Ubuntu on Mac.12:00
ikoniaFerkSwe: an intel mac12:02
ikonia?12:02
FerkSweIndeed12:02
ikoniaFerkSwe: I've ran it before, although I'm not now12:02
railsraiderhow can i install haproxy 1.4.20 (specific version) using apt-get ?12:02
railsraiderubnutu 10.0412:02
FerkSweWell the problems I'm having with it is the mousepad being glitchy, I can't even rightclick, and my graphics on some games (Minecraft) aren't working properly.12:03
pkhI've swapped around between distro's (lately mint, ubuntu and xubuntu) and realised that the ubuntu variants are unique in that clicking on the taskbar icons doesn't show the app's window -- anyone know why this is? (p.s. specifically it's keepassx that I'm having to restart everytime I need to access the window...)12:04
caB00TWhat is the term for text files with commands in it, just "scripts"? How do I google it for details etc.?12:04
wamty01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)12:04
wamtyhow to run X's on this..12:04
wamtyi have the driver sis.tar.gz12:05
=== jlebrech is now known as jlebrech|afk
pkhcaB00T, I usually find that searching 'bash' gets me in the right places when talking about scripts.12:06
Niyaxhi12:06
pkhcaB00T, i.e. 'bash' in addition to whatever else you're looking for12:06
caB00TOk, thank you pkh.12:07
Niyaxi just got a new server with IPMI, how do i install it?12:07
caB00TAlso, I am trying to apt-get something and am getting E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?12:07
caB00T?12:07
morrithat means you have either synaptic open12:07
pkhcaB00T, sometimes the automatic updater is running in the background -- if it works next time don't worry about it.12:07
morrior the software center12:07
caB00TYes, I had it open, lol... :)12:08
morrior any other updating process12:08
wamtysudo dpkg-reconfigure xserver-xorg12:09
wamty?12:09
techkid6Hey, I dual-booted a computer with wubi this morning, and when I changed my password so I didn't need one, I couldn't install anything, please help12:09
wamtywhere is the default location for sqlite3 on linux ? in ubuntu12:10
Piciwamty: /usr/bin/sqlite312:12
wamtysqlite: /usr/bin/sqlite /usr/share/man/man1/sqlite.1.gz12:12
ggfkHello, are you speaking german?=12:12
Rurd2dienglish12:12
wamtyPici: i would need that path tho for the forum dont i?12:12
Rurd2dimostly ggfk12:12
ggfkok, no problem. :) I have a question. May you help me?12:13
Rurd2disure12:13
mi3hi!12:13
Rurd2dii can try12:13
ggfkIts about the dhcp3-server on an ubuntu-server-11.10-maschine12:13
Piciwamty: sorry, I just got here, what are you looking for exactly?12:13
Rurd2diyup12:13
mi3is the 12.04 beta version safe to install?12:13
Rurd2diyes12:13
wamtyPici: if you're using sqlite3 as teh backend for a website then you don't actually need sqlite3 installed. you just need sqlite3 support in php. preferably pdo-sqlite3 if your forum software supports it.?12:13
riktkingi have installed ubuntu (to the sd card) of my advent vega. i can get it to boot to a commandline, but i cant get it to apt-get12:13
riktkingcan u help?12:13
xerxesHI12:13
kokenhi12:14
ggfkI have the 64-bit ubuntu-server 11.10 installed. But, the dhcp-server didn't work at all12:14
xerxesim currently using ubuntu 12.04 Beta 212:14
Rurd2dimi3: use vbox to be safe12:14
=== GirlyGirl_ is now known as GirlyGirl
xerxesand i have installed Gnome-fallback-session from the repo12:14
xerxesmy problem now is that i dont know how to switch windows via Alt + tab12:14
mi3Rurd2di, usually, are the beta releases safe enough?12:14
Piciwamty: correct.12:14
xerxesit is not working as it should normally do,12:14
Rurd2diggfk: u got a paste bin of ur config?12:14
wamtyPici: im trying trying to setup a mybb but stick here  http://pic.kooola.nl/PicAyzo/871252.png12:14
Picixerxes : Precise/12.04 is not yet released. Please join #ubuntu+1 for further support and discussion.12:14
Rurd2dimi3: i know, but im happy with 11.10 for now12:14
Piciwamty: It wants to know what the path to the file containing the sqlite3 database is.12:15
mi3Rurd2di, when will 12.04 be released? which day?12:15
Rurd2diumm12:15
Picimi3: April 26th, more discussion in #ubuntu+112:15
mi3err ok!12:15
wamtyPici: Connection failed: SQLSTATE[HY000] [14] unable to open database file12:15
mi3am waiting for that, need that 5 year support haha12:16
Piciwamty: Does the file exist?12:16
Rurd2dimi3: april12:16
Rurd2dii belive12:16
mi3Rurd2di, I got the answer from Pici! Pici, thanks! and you too, Rurd2di !12:17
Rurd2dino probs12:17
sid_hey, is there a toolkit for the Dash just there is for Greeter, Multi-Monitor Spezifications and the Spread? or any other Dokumentation so I can see where the Design Team is heading to?12:19
mi3how can I control the speed at which apt downloads the updates? I know its possible with wget, but some suggestions would be useful.12:19
=== ThisNickOwnedByI is now known as ThisNickOwnedByM
bigkittyhi all12:21
bigkittyhelp:)12:21
wamtyPici: I have /var/www/forum12:21
wamtyPici: how do I check if i have permission on that directory12:21
mi3how can I control the speed at which apt downloads the updates? I know its possible with wget, but some suggestions would be useful.12:21
wamtyPici: current i logged in as root but i want to give the "desktop" user write access to /var/www/forum then12:21
mi3wamty,12:21
Debrui wold like to now difference between ubuntu and ubuntu server12:21
wamtychmod 666 "folder" account right ?12:22
mi3ls -l /var/www/forum12:22
mi3ls -l /var/www should also work, wamty12:22
=== irenicus09 is now known as Guest85900
=== lonewolf is now known as Guest3056
PiciDebru: Ubuntu server comes with no gui, and the installer lets you choose different 'tasks' to install at install time.12:23
Pici!server | Debru this may also be helpful12:24
ubottuDebru this may also be helpful: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Lucid (Lucid Lynx 10.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/10.04/serverguide/C/ - Support in #ubuntu-server12:24
mi3haha12:24
mi3!kernel12:24
ubottuThe core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)12:24
wamtychmod 666 "folder" account right ?12:24
DebruPici, if i install 11.04 can i upgrade it to 12.04?12:24
wamtyShould I:12:24
Debrufor long term support12:24
wamty mkdir /home/www-data && chown www-data.www-data /home/www-data && chmod 0700 /home/www-data12:24
wamty?12:24
mi3wamty, that way you will change the permissions!12:24
wamtyI need to have read and write12:25
DebruPici, for long term support or i need reinstall it..?12:25
mi3if you want to know only the permissions assigned then type ls -l wamty!12:25
mi3wamty, for read and write permissions, chmod 66612:26
PiciDebru: You can upgrade.12:26
KooolaNLhi how do i check current user accounts on my server ?12:26
KooolaNL10.0412:26
wamtyhow do i list accounts?12:26
PiciKooolaNL: getent passwd12:26
wamtynot ''cat /etc/passwd'' ?12:27
KooolaNLholy O_O12:27
KooolaNLhow can there be so much12:27
Piciwamty: essentially does the same thing.12:27
KooolaNLi only remember creating one12:27
PiciKooolaNL: Many processes run unprivleged, so they have their own accounts.12:27
KooolaNLow12:27
KooolaNLautomaticly generated accounts ?12:28
DebruPici, if i understand you right.. i can now install Ubuntu 11.04 and after 12.04 release i can get Long term support OS without complete reinstall..?12:28
PiciKooolaNL: Depending on what you have installed, yes.12:28
KooolaNLPici apache12:28
PiciDebru: Well, yes. But you'd need to upgrade to 11.10 first, and then 12.0412:28
DebruPici, why i need upgrade to 11.04 if i install 11.04?12:29
giuseppe_usa BuDuScRiPt [ http://digilander.libero.it/udasoft/Software/Linux/buduscript ]12:29
giuseppe_Version 3.6.5212:29
giuseppe_By  U D A ' S o f t w a r e12:29
PiciKooolaNL: That should at least give you a www-data account.12:29
giuseppe_ /EXEC rm -vf /home/giuseppe/.xchat2/buduscript/tmp/budus_XDCC_1615.query12:30
Picigiuseppe_: Please don't do that here.12:30
Debruwho can suggest me what bit version to use12:30
PiciKooolaNL: On my server, I have 44 accounts, and I'm the only real user.12:31
techkid6Hi again, I'm running 11.10 through Wubi, I am the only user, and have my password on login as none, but when I install something, it asks for my password, i input it, but it fails12:32
afidegnumhello, pls what could be the cause of this and how do I fix it ?12:32
techkid6Please Help12:32
afidegnumdebconf: unable to initialize frontend: Dialog12:32
afidegnumdebconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 75.)12:32
Myrttiafidegnum: have you tried reinstalling debconf?12:33
OerHekstechkid6, you set password as none? why and how did you do that?12:33
techkid6through the GUI in user accounts12:33
afidegnumusing apt-get install?12:34
techkid6nope, just the GUI, I just got the OS this morning12:34
DebruI have 4GB ram and i would like to now what version of Ubuntu I must use.. what is main difference 32bit from 64bit..?12:34
day64bit12:34
jobycxahi anyone tried iscsi multipathing?12:35
Debruday, yes it will use all ram but what are main differences? i have heard that some programm may not work..12:35
=== Boreeas3 is now known as Boreeas
dayi use 64bit ubuntu and it works well12:36
Xtremehello guys12:36
jpdsDebru: That statement was true years ago.12:36
Xtremewhich virtual machine software would u suggest for me?12:36
techkid6To be specific, I was installing quickly12:37
jpdsDebru: Not we have multi-arch, so you can run 32-bit apps in 64-bit Ubuntu.12:37
Debrujpds, ty so i will chose 64..12:37
Xtremesacarlson: hi12:37
saurabh_123hello, how  can we install xfapplet in xubuntu. its not present in synaptic12:38
Atlantic777Debru: there's something called PAE which enables you to use 4 GiB and more even on 32 bit OS.12:38
Debrujpds, How about long term support if i install 11.04 can i update it to 12.04?12:38
jpdsDebru: No.12:38
=== q0rban is now known as q-rban
Atlantic777Debru: nope, but 11.10 -> 12.04 yes12:38
jpdsDebru: If you go 11.04, you have to upgrade to 11.10 then 12.04.12:38
Xtremewow, room is dead12:39
DebruAtlantic777, jpds: so after 12.04 it will be long term supported?12:39
=== jack is now known as Guest12359
jpdsDebru: Yes.12:40
Atlantic777Debru: yes, there will be 5 years of support for 12.0412:40
jpds!best | Xtreme12:40
ubottuXtreme: 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.12:40
=== crose is now known as moss
=== moss is now known as crose
soreau!lts12:40
jobycxaany one hav exp on iscsi multipathing?.12:40
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 !Lucid (Lucid Lynx 10.04)12:40
soreauAtlantic777: 3 years on the desktop, and 5 years on the server12:41
Xtremejpds: i dint ask for the best :) . i asked which u all will suggest me12:41
DebruAtlantic777, jpds: dont need complete reinstall of 12.04..? If not so what is difference if i take now 11.10 or 10.04?12:41
Atlantic777soreau: isn't it 5 years for desktop begining with 12.04?12:41
soreauAtlantic777: not according to ubottu12:41
Xtreme!lucis12:41
Xtreme!lucid12:41
ubottuUbuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Download http://releases.ubuntu.com/10.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1004 - Supported until April 2013 (Desktop), April 2015 (Server)12:41
Atlantic777!lts12:42
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 !Lucid (Lucid Lynx 10.04)12:42
techkid6I tried changing my password but it won't let me :(12:42
Atlantic777soreau: Starting with Ubuntu 12.04 LTS, both versions will receive 5 years support.12:43
Atlantic777https://wiki.ubuntu.com/LTS12:43
soreauAtlantic777: The bot needs to be updated then12:43
DebruAtlantic777, I dont dont need complete reinstall of 12.04..? If not so what is difference if i take now 11.10 or 10.04? if both are supported after i install 12.0412:44
csenger41hey12:44
=== jlebrech|afk is now known as jlebrech
Atlantic777Debru: go for 12.04 beta and be happy. :D12:44
csenger41anyone could help me setting a 5 button mouse to double with one of the side buttons?12:44
xskydevilxIs anyone having these weird flash issues in Natty?12:45
xskydevilxMine colours got messed up.12:45
Atlantic777xskydevilx: is it just on youtube?12:45
Atlantic777xskydevilx: nvidia card?12:45
csenger41xskydevilx: you mean flash player?12:45
xskydevilxNvidia card, just YouTube.12:45
mtrd`wblue ?12:46
Atlantic777xskydevilx: you probably have to turn off hw acceleration for yt video player.12:46
pansetHi, I need to access my virtualbox guest ubuntu throught network. So I am using bridge mode, but still not able to access it. I followed https://help.ubuntu.com/community/VirtualBox/Networking and it said to just select bridge mode option for  vbox 2.1 and later. I am on ubuntu 11.1012:46
DebruAtlantic777, where get beta12:46
Atlantic777Debru: ask on #ubntu+112:46
MarKsaitiscan somebody tell me about backporting? I have ubuntu 11.04 and I want to install some packages from 12.04. Is that easy? Dangerous? Buggy?12:46
Atlantic777MarKsaitis: you can make a mess12:46
Atlantic777panset: are your guest machine able to go out on the web?12:47
MarKsaitisso what is the point Atlantic777 ? I dont understand the concept of that12:47
xskydevilxAtlantic777: Is it just me that can't change the settings? Like clicking on the settings does nothing.12:47
Atlantic777panset: can you ping host <-> guest?12:47
=== Twinkletoes_ is now known as Twinkletoes
Atlantic777xskydevilx: don't know, I don't have nvidia card. Sorry. :)12:47
pansetAtlantic777: No not when using bridge mode, but can access web when using NAT12:47
nlkohow can i find files that contains both strings "1234" and "acbd", not on the same line12:48
nlkodoes grep have a AND feature12:48
Atlantic777panset: huh, in bridge mode you should get an IP from the router. Something's broken.12:48
Atlantic777nlko: maybe better to try with awk12:48
nlkoAtlantic777: have an example?12:48
Atlantic777nlko: no, i just use grep and ask for help when need awk :)12:49
nlkoha, ok, thanks12:49
pansetAtlantic777: How would I get an IP from router. Should I use dhcp in /etc/network/interfaces12:49
xskydevilxFor everyone: Does your Flash player "lock" when you try to choose Settings?12:49
Atlantic777panset: in the bridge mode you are virtually attached directly to the router as the host machine is too.12:50
xskydevilxOr is it maybe that I have to update the plugin? I've got 11.2.202.228.12:50
Atlantic777panset: don't know. Try with ifconfig to see wich ifaces you've got and then dhclient or dhcpcd.12:50
Teduardodoes anyone know if 12.04 will work with ivy bridge or if it will still do crazy stuff like shut down PCI when you unplug the monitor cable?12:50
PiciTeduardo : Precise/12.04 is not yet released. Please join #ubuntu+1 for further support and discussion.12:50
pansetAtlantic777: Ok, in the virtualbox GUI network dialog, I can only choose wlan0 from drop down interface list. And when I do ifconfig on ubuntu host I see eth0 and lo only12:51
joel^^^^^thanks for the Warnocking, #ubuntu12:56
tdnIs aptitude depricated, and if so, why?12:58
l3dwas wondering if there is a plugin to get to play avi files?12:59
jribtdn: not that I'm aware of.  Why do you think so?12:59
tdnjrib, just because I have noticed that it is no longer included in a default isntall. Neither in Ubuntu Desktop nor Ubuntu Server.13:00
dibblegois there anything that will allow me to draw on the desktop with the mouse?13:01
robertzaccourIs it possible to turn debian into ubuntu with settings changes?13:01
jribrobertzaccour: no, not supported13:01
pansetHTOP13:02
jribtdn: it's been omitted for a few releases now13:02
tdnjrib, yeah, why is that?13:02
jribtdn: space is precious on the cd and aptitude duplicates apt-get functionality I guess13:02
tdndibblego, yes, in Kubuntu there is a desktop effect for that.13:02
tdnjrib, ok.13:03
dibblegotdn: in ubuntu?13:03
tdndibblego, no, in Kubuntu. (KDE)13:03
dibblegook bummer13:03
tdndibblego, you can apt-get install kubuntu-desktop in Ubuntu to get the same functionality.13:03
swtdn: it's been removed since 10.10 - it was taking up 13-14 MB as jrib said13:03
Atlantic777dibblego: or you can search further and find the same for ubuntu13:03
dibblegoAtlantic777: I cannot google up anything13:04
tdnHas there been set a deadline for the 12.04 release yet?13:04
Atlantic777tdn: 26th13:04
tdnAtlantic777, cool. Thanks.13:04
Atlantic777!precise13:04
ubottuUbuntu 12.04 LTS (Precise Pangolin) is the 16th release of Ubuntu and is in Beta testing from 2nd March, Discussion and support until final release in #ubuntu+113:04
ssdscotty7913:06
Atlantic777dibblego: there's a compiz plugin for that, annotate13:06
lollie_lolSalut13:08
dibblegoAtlantic777: compiz won't work with my window manager (xmonad) but thanks13:08
Atlantic777dibblego: ahm, sorry, I thought you were using the defaults, unity :D13:08
=== diegovieiraeti is now known as diegovieira
xskydevilxHere's another Flash issue: does anyone have a problem with the flash player not loading sometimes on YouTube?13:11
xskydevilxAs in just displaying a black screen.13:12
lovinglinuxxskydevilx:  Do you have nVidia card?13:12
caB00TIs xPDF normally slow when scrolling? Can I fix that? When paging up and down it works instantly?13:13
afidegnumhello, pls what could be the cause of this and how do I fix it ?13:13
afidegnumdebconf: unable to initialize frontend: Dialogdebconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 75.)13:13
afidegnumI tried running apt-get install debconf but it seems there is nothing to install there13:13
xskydevilxlovinglinux: Yep.13:13
afidegnumI need help psl13:13
nielouAnyone tried ChiniPad tablets and in particular U9HD one ?13:14
nielouCan't google anything but commercials on it !13:14
lovinglinuxxskydevilx:  are you using flash 11.2.202.228 with hardware acceleration disabled?]13:15
Atlantic777afidegnum: I've told you at least two times, try: sudo apt-get install dialog13:15
xskydevilxlovinglinux: Yes. As a matter of fact, I just disabled the acceleration.13:15
OerHeksnielou do you own one? else it is not on the market yet.13:16
afidegnumAtlantic777: ok sorry, I didn't get that one, my internet wasn't stable thanks13:16
Xtremehello everyone13:17
sw!rootirc | Xtreme13:17
ubottuXtreme: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.13:17
xskydevilxlovinglinux: Am I supposed to change something?13:18
lovinglinuxxskydevilx:  teh problem you described was after disabling the acceleration? Have you tried to clear the cookies and cache? This can solve YT issues sometimes. Also try https://www.youtube.com/ instead of http://13:18
nielouOerHeks : yes It is on several china web sites ! (chinastore, ownta, ...).13:18
ian_macI started a dist upgrade on my laptop at home.  I am now at work.  Is there any way to view the progress of that upgrade?13:18
barfI just installed ubuntu base install from 12.04 mini image13:18
nielous/chinastore/chinistore/13:18
swian_mac: do you have access to your computer at home?13:18
OerHeksnielou, it is not out, so not really an ubuntu-support-question, tight?13:19
intorehi, i installed wicd and this morning was ok. now, trying the connection, sometimes it tells me "Bad password", sometimes the connection goes down. do you know about this problem?13:19
barfWhich packages do I need to installl to unity?13:19
Atlantic777ian_mac: do you have sshd on your desktop?13:19
OerHeks*right13:19
Atlantic777ian_mac: you could try installing vnc server there and check it.13:19
=== dave is now known as Guest47715
xskydevilxlovinglinux: Haven't yet. I will and I'll be back after testing it out.13:19
Xtremewhois Xtreme13:19
swbarf: '$ sudo apt-get install unity'13:19
doctordiiipessoal to com um problema na ultima versao do emesene. Não consigo mudar a foto nele. Alguem teve esse mesmo problema?13:19
ian_macyes I can shell in.  I'll look into vnc server.  I don't recall if I installed it before or not.13:19
Atlantic777sw, barf isn't it ubuntu-desktop?13:19
barfsw and it will also install a full desktop?13:19
sw!info unity | Atlantic77713:20
ubottuAtlantic777: unity (source: unity): Interface designed for efficiency of space and interaction.. In component main, is optional. Version 4.28.0-0ubuntu2 (oneiric), package size 872 kB, installed size 2480 kB13:20
swbarf: yes13:20
loganrunmy sound card suddenly stopped working, I dual booted into windows and it works fine there. is there a way to reinstall the drivers or something?13:20
Atlantic777I still think that he's looking for ubuntu-desktop package.13:21
nielouOerHeks : no, though asking many people can increase number of answers...13:21
swAtlantic777: no, ubuntu-desktop is just a meta package ...13:21
sw!ubuntu-desktop | Atlantic77713:21
ubottuAtlantic777: k/ed/x/l/ubuntu-desktop is a metapackage. It depends upon other packages and brings them in; you can safely remove it, but it is recommended that you re-install it when upgrading.13:21
jamjamhow do you limit cpu usage per user?13:21
Atlantic777sw: yes and she installed from mini image and want a desktop, right? :D Nevermind. ;)13:21
loganrunjamjam: ha I was looking for a way to do that a while ago13:21
swAtlantic777: either13:21
nielouOerHeks : What do you mean by " not out".13:21
jamjam@loganrum do you know any workaround for this?13:22
geekbrijamjam: try looking into /etc/security/limits.conf13:22
geekbrijamjam: I suggest dropping your changes into the limits.d directory13:22
Atlantic777loganrun: pastebin somewhere the output of: aplay -l13:22
OerHeksnielou, dou you own one?13:23
nielouno, hesitating...13:23
geekbrijamjam: additionally give "man limits.conf" a read through13:23
=== Guest56391 is now known as Dorito
intorehi, i installed wicd and this morning was ok. now, trying the connection, sometimes it tells me "Bad password", sometimes the connection goes down. do you know about this problem? have you never seen a similar behavior?13:24
loganrunhttp://pastebin.com/KjXkyxzb13:24
jamjam@geekbri I'll check that out, thanks!13:24
geekbrijamjam: np.13:24
doctordiiipessoal to com um problema na ultima versao do emesene. Não consigo mudar a foto nele. Alguem teve esse mesmo problema?13:24
loganrunAtlantic777, http://pastebin.com/KjXkyxzb13:24
nielouOnta i40 Deluxe may be my alternate choice (found videos on it!)13:25
Atlantic777intore: I've seen similar problem yesterday, the solution was that wlan card wasn't compatible with g and n standards, just with 802.11b. You could try.13:25
Atlantic777loganrun: can you open alsamixer?13:25
loganrunAtlantic777, yes13:26
intoreAtlantic777: fantastic! where and what do i have to change?13:26
matmatshello13:26
th1tahello13:27
nielouOerHeks : I can't figure out why nothing talk about ChiniPad brand. Maybe it sucks...13:27
bazhangnielou, what is your ubuntu support issue13:27
Atlantic777intore: on the wifi access point / router in the settings for the WiFi network change the standard. Btw, I think that we changed the channel, too.13:27
matmatsi'm having trouble mounting an ext3 partition. my fstab entry is: /dev/sdb1 /mnt/big ext3 defaults 0 213:27
loganrunAtlantic777, I am seeing this in my dmesg: http://pastebin.com/mSQfFMz413:28
intoreAtlantic777: am using this network interface for a long time! this is the firs time, maybe is wicd?13:28
Atlantic777loganrun: that's not sound problem, right? :D13:28
matmatsthe error message is pretty vague13:28
loganrunAtlantic777, unless it is related to corrupting some sound card related file13:29
nieloubazhang: Do you have some chinese people here ?13:29
bazhang!cn | nielou they are here13:29
ubottunielou they are here: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw13:29
Atlantic777intore: sorry, then I don't have any other ideas. But it's interesting, I really had similar problem yesterday. :D13:29
Xtremelinux is fun, isnt it13:30
BlueWolfHi all, what program can I use to open a .mpq file?13:30
Xtremethere are so many things u can do..13:30
Xtremei am glad i left windows for good13:30
matmatsXtreme: no, its not13:30
intoreAtlantic777: i'll uninstall wicd!13:30
Xtremematmats: why?13:30
bazhangXtreme, lets keep chat to #ubuntu-offtopic please13:30
=== Guest74742 is now known as mfisch
BlueWolfHi all, what program can I use to open a .mpq file?13:31
=== mfisch is now known as Guest67396
BlueWolfOr extract it13:31
matmatslinux is like heart surgery13:31
loganrunAtlantic777, found the issue, somehow the audio controller had switched from Analog to HDMI13:31
sw!mpg | BlueWolf13:31
ubottuBlueWolf: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats13:31
bazhang!repeat | BlueWolf13:31
ubottuBlueWolf: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/13:31
loganrunAtlantic777, some package upgrade must have done this13:31
nielouubottu: Humm in UTF-8 caracters, I'm afraid I haven't chinese support neither do I understand tthem anywhere...13:31
ubottunielou: I am only a bot, please don't think I'm intelligent :)13:31
nieloulol13:32
bazhangnielou, whats your ubuntu support issue13:32
matmatsthe chars show up correctly here, and they make sense, mostly13:32
loganrundoes anyone know how to fix this  dmesg: http://pastebin.com/mSQfFMz4 issue13:32
nieloubazgang: are you a bot ?13:32
nieloubazhang: are you a bot ?13:32
bazhangnielou, this is not the chat channel13:32
Xtremeguys, which is the command to add and remove program from startup?13:32
Xtremecngconfig something13:33
nieloubazhang: ...13:33
BlueWolfTHanks!!!!13:33
matmatsso nobody can help me with fstab here?13:33
sw!startup | Xtreme13:33
ubottuXtreme: To add programs to start up when you log into your Gnome session go to System>Preferences>Sessions and use the Startup Programs tab. For more information, see https://help.ubuntu.com/community/AddingProgramToSessionStartup - See !boot for starting non-interactive programs at boot13:33
bazhangnielou, chit chat in #ubuntu-offtopic NOT here13:33
nieloubazhang: Ok, thx.13:34
swmatmats: I'm sure someone will answer your question if you're patient and that person is around :-)13:34
bastidrazormatmats: what error are yougetting?13:34
Jamesonwell i have question too.13:34
swJameson: ask ...13:34
matmatsmount: wrong fs type, bad option, bad superblock on /dev/sdb1, ...13:35
Jamesonit`s normal that xubuntu live cd asks user name and password?13:35
=== pug is now known as Guest56210
geekbrimatmats: your entry looks correct, is the device formatted as ext3?13:35
swJameson: leave them blank13:35
matmatsyeah13:35
matmatsits a 2tb partition13:36
loganrundoes anyone know if this is something I need to worry about?  dmesg: http://pastebin.com/mSQfFMz413:36
Xtremei want to stop mysqld from starting automatically from comp reboots13:36
matmatsthe error also says missing codepage or helper program, or other error13:36
swXtreme: did you read the information that ubottu sent to you?13:36
geekbrimatmats: what does this output: files -s /dev/sdb113:36
Jamesonsw it doesn`t log in . shows black sceen and came back to login13:37
Xtremesw: sorry, i dint.. wait let me look..13:37
loganrunXtreme, sudo chconfig mysqld off13:37
matmatsi dont have that files program installed apparently13:37
loganrunXtreme, of course if other programs rely on it that may not be a good idea13:37
geekbrimatmats: whoops, file not files13:38
swJameson: that's odd - it's normal that you see the login screen, but odd that a blank username and password doesn't let you in. try #xubuntu13:38
icerootwhat is the key for a encrypted /home? my user-password or what do i need when i want to mount home on another system13:38
matmats/dev/sdb1: ERROR: cannot read `/dev/sdb1' (Input/output error)13:38
Jamesonsw ok, tnq13:38
geekbrimatmats: ok well, that should work even on an unmounted drive so I suspect that the issue with your drive mounting has nothing to do with your fstab entry13:39
=== das is now known as Guest81377
Xtremeloganrun: command not fount13:39
Xtremesw: not there in list13:39
matmatsi hope what you just said is not as bad as it sounds13:40
geekbrimatmats: it might be bad, it might not be so bad.13:40
matmatsany other ideas what i could do now?13:40
geekbrimatmats: sorry, did you make sure to run the command with sudo?  Try it with sudo and see if you get the same output13:40
loganrunXtreme, chkconfig sorry13:40
matmatsyeah13:40
matmatswas su13:41
geekbridoes fdisk -l show the drive?13:41
swiceroot: '$ encryptfs-mount-private', it take's the users' login password13:41
icerootsw: thank you13:41
Riba11223Where can I get info about "*/=>@|" indicators (from ls -F)?13:41
loganrunXtreme, chkconfig mysql on13:41
loganrunXtreme, chkconfig mysql off13:41
Piciloganrun: Ubuntu doesn't use chkconfig.13:41
matmatsoddly its not shown, but i know i saw it in fdisk yesterday13:42
loganrunPici, you just need to install the command then13:42
loganrunPici, what is the Ubuntu way of doing it13:42
geekbrimatmats: well for some reason your OS cannot see the drive,  I would start with very basic steps... make sure all the cables are plugged in fully13:42
Piciloganrun: Using upstart.  chkconfig is a redhatism.13:42
geekbrimatmats: then after you've ensured its connected ok, i would try to work from that.13:42
matmatsokay, will do, thanks so far13:43
geekbrinp.13:43
Atlantic777Riba11223: man ls ?13:44
kubancHellow! Is LOGITECH LOGITECH PERFORMANCE MOUSE MX, CORDLESS, USB supported in ubuntu ?13:44
bazhangkubanc, tried plugging it in?13:44
geekbrimatmats: on a side note, often a good way to find out what to make an fstab entry is to mount the device manually then do cat /etc/mtab and it will show you the current settings.  Often you can just copy paste that into fstab13:45
SalariaHi all. When i'm trying to join #mysql channel., its showing "You are Banned" message... how come?13:46
kubancbazhang, well would like to buy it, that's why i'm asking13:46
saurabh_123hey guys, which word application is better? abiword or libreoffice writer?13:46
Xtremeloganrun: i got lots of errors13:46
bazhang!ot | Salaria try in #freenode13:46
Atlantic777Riba11223: this would be usefull, too: $ info coreutils 'ls invocation'13:46
ubottuSalaria try in #freenode: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!13:46
Xtremebut task failed13:46
sw!rootirc | Salaria13:46
ubottuSalaria: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.13:46
swSalaria: that's why ^13:46
loganrunXtreme: Pici is saying it is better to use upstart13:46
loganrunPici, can you explain to Xtreme how to use upstart13:47
Salariaoh13:47
bazhangkubanc, should be  check the hcl and ubuntuforums with that as a search term13:47
Riba11223info coreurils 'ls invocation' helps.13:47
Riba11223Thanks :)13:47
SalariaWhy should not I use IRC as root?13:47
bazhang!hcl | kubanc13:47
ubottukubanc: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection13:47
geekbriSalaria: Why would you IRC as root?  the software certainly doesn't need the elevated privileges.  You are just giving people an opportunity to do something bad to your computer.13:47
swSalaria: for the reasons listed in what ubottu told you - please ask any further questions in #freenode as this is Ubuntu support, like bazhang said13:48
Xtremeloganrun: okay, upstart is installed in my OS, but i dont know where it is. for some reason my search isnt working13:48
matmatsit is shown now in fdisk -l13:48
Salariak k thanks13:48
geekbrimatmats: did you change anything?13:48
matmatsno13:48
matmatsi rebooted13:48
geekbriHrm, odd.13:49
imranhHey all. I want to install ubuntu on a windows tablet (Acer W500) but I want to dual-boot... But how can I use touchscreen in GRUB? I can use a keyboard to install but once done I want to be able to use GRUB with just the touchscreen... is it possible?13:49
=== danix is now known as daniz
matmatsi think might have to do with sleep mode or sth13:49
matmatsno idea13:49
matmatsbut it is there now13:49
geekbrimatmats: sleep mode is always a total pain.13:49
geekbriat least in my experience.13:49
matmatsyeah..13:49
matmatsi agree13:49
geekbriI would try to sleep it again and see if the same thing happens.13:49
Xtremehow to search for file in ubuntu??13:50
matmatswell, i still cant mount it13:50
Xtremei am using kde13:50
alex838http://www.amazon.com/The-Iron-Legged-Party-ebook/dp/B007SZURCG/ref=sr_1_1?ie=UTF8&qid=1334151741&sr=8-1 I recommend the Iron Legged Party13:50
alex838really got into it13:50
alex838a fun 3000 page romp for anyone interested13:50
matmatsmat@bb:~$ sudo file -s /dev/sdb113:50
matmats/dev/sdb1: data13:50
bazhangalex838, wrong channel13:50
geekbrimatmats: surprised that files -s isn't giving more information than that.13:51
matmatsmy bad13:51
matmatswrong path apparently13:51
matmatsmat@bb:~$ sudo file -s /dev/sdb213:51
matmats/dev/sdb2: Linux rev 1.0 ext4 filesystem data, UUID=8ddc8220-ec41-4806-8311-aafdf11c961f (needs journal recovery) (extents) (large files) (huge files)13:51
matmatsstill13:52
geekbrimatmats: that looks correct to me.13:52
matmatscant mount sdb2 either13:52
geekbrithis is what my working drive looks like: /dev/sda1: Linux rev 1.0 ext4 filesystem data, UUID=5bea4a0d-77b0-44f7-b2e4-8064b21096f3, volume name "cloudimg-rootfs" (needs journal recovery) (extents) (large files) (huge files)13:52
matmatsoh, screw me13:52
matmatsmaybe its ext413:52
=== esm is now known as Guest98959
geekbrimatmats: looking at your entry it is, it says right there :)13:53
BoreeasA group of files in a folder are constantly getting replaced - Every 0.5 seconds or so, they get replaced by an empty file, and then put back into their original state.13:53
=== neooo| is now known as neooo
BoreeasAny idea why that is, and how to fix it?13:53
matmatshaha yeah13:53
=== Guest85900 is now known as irenicus09
matmatsthat was dumb13:53
imranhAnyone... can GRUB be used with touchscreen on a tablet somehow13:53
joseph_hi, what is the latest version of wine and how do I install it? I'm using ubuntu 10.04 LTS13:54
bazhangjoseph_, check the #winehq repo ask there13:54
neoooanyone using 12.04?13:55
neooobeta13:55
wylde!precise | neooo13:56
ubottuneooo: Ubuntu 12.04 LTS (Precise Pangolin) is the 16th release of Ubuntu and is in Beta testing from 2nd March, Discussion and support until final release in #ubuntu+113:56
caB00TWhat do I type in terminal to update my os?13:56
geekbricaB00T: apt-get update && apt-get upgrade.  Make sure to carefully read what is being updated before you agree to it by hitting y13:57
=== toxboi is now known as whiteops
caB00TThank you geekbri! :)13:57
geekbrinp13:58
imranhAnyone here know if/how I can use a touchscreen to control GRUB?13:58
khaos_hi is there any way to get security updates for 10.10?13:59
mistergibsonis there any easy way to ask the os what the per-process theoretical memory limit is (factoring in PAE, bit-width, etc)?13:59
khaos_or we can't use it13:59
=== khaos_ is now known as anathema__
wylde!eol | khaos_14:00
ubottukhaos_: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades14:00
anathema__I know that the 10.10 has stopped14:00
anathema__but I want to use it14:00
barfHow can I install novacut?14:00
geekbrimistergibson: ulimit -m ?14:01
bazhangbarf, whats novacut14:01
geekbrimistergibson: I mean if you haven't set a limit, isn't the theoretical max however much available ram there is?14:02
barfbazhang: Ubuntu’s "Final Cut Pro"14:02
imranhHow can ubuntu be free, it's so awesome...14:02
barfhttp://blog.novacut.com/14:02
mistergibsongeekbri: no, 32bit (no pae) 2GB, w/pae: 3.12GB, 64bit ...14:02
bazhangbarf, that link has the PPA page on it14:03
paklanganyone facing problem with the launcher14:03
BoreeasA group of files in a folder are constantly getting replaced - Every 0.5 seconds or so, they get replaced by an empty file, and then reverted into their original state.14:03
BoreeasAny idea why that is, and how to fix it?14:03
paklangno14:03
geekbrimistergibson: so you are asking a way to find out if a 32 bit system is using pae or not ?14:03
bazhang!details | paklang14:04
ubottupaklang: 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:04
mistergibsonand or 64 bit, and if so (without me having to calc the implications) spew me a valid limit number ...14:04
anathema__I have the 10.10 running on my netbook and I dont know if the 11.10 or the 12.04 will be running smoothly14:04
anathema__Any advice?14:04
bazhanganathema__, try a live cd/live usb14:05
anathema__thanks bazhang. the 11.10 is suitable for netbooks?14:05
bazhanganathema__, very much so14:05
geekbrimistergibson: well uname -m should let you know if its 64 bit or not I suppose.14:05
anathema__bazhang, thanks I thought that unity etc was heavy for them14:05
geekbrimistergibson: better yet, you can check out /proc/cpuinfo14:06
mistergibsongeekbri: yes, I know how to see if it is 64 bit or not, but it really isn't that simple14:06
RediThank to Unity Ubuntu is now useable everywhere ;)14:06
mistergibsongeekbri: that only profiles the cpu, not the kernel's mode of use of its features14:06
mistergibsongeekbri: I have resorted to culling the data from the kernel's config file14:06
mistergibsongeekbri: it really seems silly that I have to do all that to get a straight answer14:07
geekbrimistergibson: its a bit of a pain yes.  I believe most kernels are tagged with -pae if they have it enabled.14:07
mistergibsongeekbri: yeah, I just think it a bit sloppy design-wise NOT to pass those critical bits of info up the chain where it can be calculated against easily.14:08
mistergibsongeekbri: you know how many f'n places the kernel .config file *could* be located across all the distros ... urk-some14:09
geekbrimistergibson: its certainly not ideal.  Those are the one ways I really know how to check for it unfortunately.  If a process can be PAE enabled, and if its compiled into the kernel, as you said, are two different things to figure out.14:09
leehello all. quick question - I have an ubuntu 8.04 machine that's a bit broken at the moment, I don't want mail to continue to be delivered to it. how do I temporarily prevent postfix from loading on boot?14:09
mistergibsongeekbri: well, the app should not really care PAE or not - except in its theoretical memory footprint size14:10
=== whiteops is now known as toxboi
mneptokmistergibson: uname -r will tell you if RAE is enabled in the kernel14:11
geekbrilee: I like to use sysv-rc-conf (which you'd have to install), or you could use update-rc.d to do something like updated-rc.d -f postfix remove (although then you'd have to add it again when you want it back)14:11
mneptok*PAE14:12
GirlyGirlmneptok: What is RAE ?14:14
GirlyGirlnevermind14:14
leegeekbri: thanks14:15
mistergibsonmneptok: on some distros yes ... not all14:15
mneptokmistergibson: it will on Ubuntu14:15
mistergibsonmneptok: right, but I'm writing for nearly *all* distros14:16
geekbrisounds like youre gonna have a big case statement on your hands :)14:16
mneptokmistergibson: very few distros do eberything the exact same way.14:16
mneptokmistergibson: IOW, "write us an article that describes how to accomplish task X, and make sure each distro does it the same way," is a fool's errand.14:16
op1um56hey does anyone know how i can join the java chat14:16
op1um56joi #java14:17
geekbriop1um56: try /join ##java14:17
op1um56thank you14:17
ZaitzevI just installed vbox 4.1.2 on ubuntu, started the program and went through the steps for creating a Windows 7 virtual machine, but I get an error;14:18
Pici!register | op1um5614:18
=== BlouBlou is now known as alpacas
ubottuop1um56: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode14:18
Zaitzev"Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)."14:18
criveraanyone here use screen?  tool for oepning up new terminals, etc.14:18
Zaitzevcrivera: yes14:18
mneptokcrivera: i'm using it now14:19
criveraanywho, they have syntax in their manual "C-a" which is carrot notaiton14:19
Zaitzevme too14:19
bazhangcrivera, whats the question14:19
criverawhat does that even mean?14:19
ZaitzevCtrl+A14:19
criverai'm trying to switch between my terminals14:19
tapasi wonder why the bash completion on my server running ubuntu suddenly started warning about missing locales..14:19
tapas warning: setlocale: LC_CTYPE: cannot change locale (de_DE.utf-8)14:19
mneptokcrivera: "caret" ;)14:19
criverai thought that meant CTRL-a14:19
geekbritapas: ugh, i've had that happen before.14:19
criveraoh, CTRL+SHIFT+A14:19
Zaitzevcarrot! :D14:19
criveralet me try14:20
=== alpacas is now known as BlouBlou
geekbritapas: for me I had to go in and edit /etc/default/locale to have LC_ALL=en_US.UTF-814:20
barfapt-get install ubuntu-desktop gave me: errors were encountered when processing whoopsie14:20
Zaitzevhas anyone here successfully installed and used VirtualBox?14:20
criverame14:20
tapasgeekbri: thanks.. will try..14:20
ZaitzevMy attempt is failing :C14:20
geekbritapas: make sure to logout and back in after14:20
tapasgeekbri: first thing i'll do is install the language pack though..14:20
criveraZaitzev: i did it successfully on windows14:20
criverarunning ubuntu server guest14:20
tapasgeekbri: ok14:20
Zaitzevwell doh, on WINDOWS it's easy as pie14:21
geekbritapas: my current (working) locale is set to LANG="en_US.UTF-8" but when I had the same issue that you had i had to change it to LC_ALL="en_US.UTF-8"14:21
geekbritapas: which was on an ubuntu 10.04 server (we are now running 10.10)14:22
geirhaZaitzev: Make sure your user is in the vboxusers group, then log out and back in14:22
swbarf: can you paste bin the full output of '$ sudo apt-get update && sudo apt-get install ubuntu-desktop'?14:23
Zaitzevgeirha: Oh, I need to relog14:23
geirhaZaitzev: Yes, for the group membership to take effect14:24
Zaitzevgeirha: I already added my user to the group, but haven't logged out and back in. Maybe that's all I need then. Didn't know :)14:24
ZaitzevI'll try, thanks14:24
digitalcakeis there a way to delay the launch bar for unity? trying to use my back button in my browser I almost alway get interrupted by the bar popping out.14:25
peppino!salve14:26
peppino!list14:26
ubottupeppino: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».14:26
TunnelBlickhello14:27
TunnelBlickdoes anyone here use Flash Media Server ?14:27
jonathanellischromium keeps crashing. How do I delete my profile?14:30
=== q-rban is now known as q0rban
barfI have now installed ubuntu-desktop, when I reboot my acer aspire 7715, grub menu works OK, but when entering GFX mode, screen turns black14:31
barfbooting in rescue mode is OK, and when I startx GUI shows, OK14:31
barfHowever it reported 2 errors that I submitted14:31
auronandace!nomodeset | barf14:31
ubottubarf: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter14:31
Guest91689I have forgotten my password and my user name for my samba folder, how to recover?14:32
lrpcubahello everyone14:32
TobsCorelrpcuba hey14:32
lrpcubai have a trouble here with my printer ,14:33
=== Lupinedk is now known as lupinedk
bazhanglrpcuba, what does linuxprinting.org database say about that printer14:33
lrpcubaCanon iR1018/1022/1023 (UFRII LT)14:33
bazhanglrpcuba, check the website and see14:34
lrpcubaim on it14:35
Zaitzevgeirha: Didn't actually work, looks like I need to change the permission of some directory/file, but I have no idea which14:36
Mioncanon is hell on gnu/linux14:36
BoreeasA group of files in a folder are constantly getting replaced - Every 0.5 seconds or so, they get replaced by an empty file, and then reverted into their original state. Can somebody help me to fix it?14:36
Mionyou might want to buy the 3.rd party drivers if they supports it14:36
Guest12359"The default music player has been switched to Rhythmbox, which again includes the UbuntuOne music store."14:39
Guest12359^ is there a story behind that?14:39
=== Guest12359 is now known as jack_^
geirhaZaitzev: What's the error message?14:40
* lrpcuba not found 14:40
Zaitzevgeirha: "Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)."14:40
jack_^do you have lrpcuba installed?14:40
lrpcubayes i have the printer installed but he just dont print anything at all14:40
Zaitzevgeirha: that tells me SOME location needs to have permissions/ownership set to root, but /usr/share/virtualbox already is set to it.. I don't know where else to look14:41
=== Twinkletoes_ is now known as Twinkletoes
lrpcubasounds like the driver i have is not the right one14:41
Zaitzevgeirha: I don't know if it is relevant, but /usr/share itself is not set to root, it's set to "501" whatever the heck that means.14:42
=== carlos is now known as Guest24753
geirhaZaitzev: that's definitely wrong. It should be owned by root14:42
ZaitzevYeah I assumed as much14:43
Zaitzevsame goes for /usr - also set to 501..14:43
=== yigit is now known as Artemius23
yehello  when i edit an html file such as ~/desktop/myfile.htm within gvim. The i'd like to view it in firefox, so i type the command like ":firefox ~/desktop/myfile.htm ". i'm wondering if there is an easier way to present the current eding file?14:44
ye:! firefox ~/desktop/myfile.htm14:44
BoreeasI can't even delete the files manually, either in nautilus or from the commandline.14:44
Piciye: #vim would probably be the best place to ask such a question.14:44
BoreeasAnd if I try to remove the whole folder, I get the following error14:44
Boreeasmalte@laptop:~/Projects/VoteBot$ rm -r conf/14:45
Boreeasrm: cannot remove `conf': Directory not empty14:45
gsrdo I need to do something special with chown to let me change the owner of a symlink?\14:45
beanBoreeas: rm -rf conf/14:46
mi3hi!14:47
Zaitzevgeirha: is it safe to change the ownership/group on the entire /usr directory, to root? and how do I do it using terminal?14:47
mars__hello everybody,i am back14:47
auronandacemars__: is it better than being forward?14:48
Boreeasbean: Ah, thanks14:49
geirhaZaitzev: Probably. Should be safer than what you have now at least.14:51
Zaitzevgeirha: problem solved14:51
=== fr33r1d3_ is now known as fr33r1d3
barfauronandace: where do I enter the nomodeset option? in /etc/grub/grub.conf?14:52
mars__what does that mean?14:52
Zaitzevgeirha: changed permissions of /usr, /usr/share and /usr/bin, virtualbox is working now14:52
tapasgeekbri: yeah, this is 10.04 too iirc14:54
tapasgeekbri: installing the language pack solved the issue..14:55
tapasgeekbri:  it didn't find the files for the locale..14:55
tapasno clue why it changed to a .de locale all of a sudden :D14:55
geekbritapas: yeah i had a simliar problem like 7 months ago or so, installing the language pack unfortunately didn't help me.14:58
=== IboS_ is now known as IboS
geekbritapas: im pretty sure my problem occured after updating glibc but i dont really remember, it was a while ago :)14:58
=== t0nic is now known as diamonds
barfGRUB no longer show, nomodeset added to /etc/defalt/grub15:01
barfHard drive appears to be loading15:02
nlkohow can i do a "for file in notes.txt do echo file" from command line in one line?15:03
=== Debolaz_ is now known as Debolaz
nlkoi have a list of files in notes.txt and want to run a command on them all15:03
JimmioUpdate Manager GUI tells me there's a kernel update. sudo apt-get update/upgrade holds them back. What's up?15:05
storytellerHi i want one application to use on ppp0 while another to use wlan0 ,is there any way to do that?15:07
llutznlko: for file in $(cat notes.txt);do whatever;done15:07
martin__How do I install nfs client on ubuntu 11.04?15:08
pickelsssHow can I restart a job in upstart if it's already running? I thought of putting stop in pre-start but the first time when nothing is running that gives an error.15:08
bastidrazorJimmio: are you using 12.04?15:08
Jimmio11.1015:09
=== niek is now known as Guest51872
bastidrazorJimmio: sudo apt-get dist-upgrade    will install the kernel.. reasons why its being held back. no clue.15:10
llutznlko: or : while read line; do whatever $line; done < notes.txt15:10
Jimmiobastidrazor: I figured as much. Thing is.. it's being held back for a reason. Something is probably missing.15:10
brianminstall openjdk on 12.04 beta2 images in ec2 seems to no longer work15:11
brianmintentional>?15:11
xanguabrianm: #ubuntu+1 for pangolin support15:11
brianmdoesn't work on 11.10 either ;-)15:11
brianmfreaks out on unmet dependencies this week, didn't last week15:12
storytelleris it possible to make that iceweasel uses ppp0 while transmission utilizes wlan0 ?15:13
beanstoryteller: basically you want to send email over your VPN while still torrenting? ;)15:14
beanerr, browse.15:14
beannot send email15:14
NamibHi everyone, I'm a brand new Xubuntu user! Yesterday I downloaded Xubuntu 11.10 on CD and I've installed it alongside Windows XP. So far so good, it starts and works well. The problem is that when I turn on\restart the pc, it does not make me choose which OS load, but it loads Xubuntu automatically. Where am I wrong? How can I fix it?15:14
storyteller@bean: well, yes :D , can we tweak it so?15:15
JosephHarriethaNamib, have you tried running the command "sudo update-grub"15:15
Namibyes15:16
xanguaNamib: grub does not load¿ are you sure that you installed alongside¿15:16
loganrundoes anyone know if there is a ubuntu package for kile 2.1.1. I am not sure where I wouls search for this. the current version that I have installed from the default repositories is 2.1.015:16
Namibno i'm not15:16
loganrunbeing somewhat new to ubuntu, an am not sure where to look15:16
JosephHarriethaNamib, Hmm, "cd /etc/grub.d/ && ls" Is there a file called os-prober and is it green?15:16
brianmanyone have any idea what happened with openjdk on 11.10 and 12.04 in last week?15:17
brianmneither will install, both very upset about unmet deps15:17
Namibyes15:17
Namibit's green15:17
Picibrianm: If you didn't get an answer in #ubuntu+1, #ubuntu-server would be the other place to try.  #ubuntu itself still does not support 12.04 yet.15:18
loganrunare there development repositories or something that would have kile 2.1.115:18
faweideniui will install 12.0415:18
Piciloganrun: I don't see kile 2.1.1 in any Ubuntu repositories (for any release) nor in debian.15:18
JosephHarriethaNamib, Alright, can you please post the output of update-grub in pastebin?15:18
JosephHarrietha!paste | Namib15:18
ubottuNamib: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:18
loganrunPici, hmm thanks for checking, tried to compile from the source, but that didn't work. would take some time to see if I can install the proper dependancies15:19
Namibok just a moment15:19
ikonialoganrun: is there a reason you want 2.1.1 ?15:19
sauevaempulseaudio configured for per-user sessions saned disabled; edit /etc/default/saned15:19
sauevaemanyone?15:19
Piciloganrun: You might want to check if there are any needs sync bugs posted on the package's page on launchpad, perhaps there is a compiling problem preventing it from being packaged.15:19
sauevaemtried web solutions15:19
NMachadohi everyone15:21
sauevaemplease guys you are my last hope15:21
JosephHarrietha!ask | sauevaem15:21
ubottusauevaem: 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. :-) See also !patience15:21
loganrunPici, yeah I get I get Unknown CMake command "KDE4_INSTALL_ICONS"15:22
loganrunPici, makes no sense15:22
sauevaem!patience15:22
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/15:22
NamibGenerating grub.cfg ...15:22
NamibFound linux image: /boot/vmlinuz-3.0.0-17-generic15:22
NamibFound linux image: /boot/vmlinuz-3.0.0-12-generic15:22
NamibFound initrd image: /boot/initrd.img-3.0.0-12-generic15:22
NamibFound memtest86+ image: /boot/memtest86+.bin15:22
FloodBot1Namib: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:22
NamibFound Microsoft Windows XP Professional on /dev/sda115:22
JosephHarriethaWhoa dude.. haha. Thats why I sent you the paste thing.15:22
donalHi all15:22
Basher101I tried to install Gnome 3 shell on Ubuntu 12.04 and it works so far..except the terminal won't open when i hit ctrl+alt+T. All the other key shortcuts work..any suggestions?15:23
JosephHarrietha!paste | namib15:23
carlo_ciao15:23
ubottunamib: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:23
loganrunPici, don't see anything there about it15:23
=== carlo_ is now known as Guest36099
xanguaBasher101: for pangolin support /join #ubuntu+115:23
Basher101i see. Thanks15:23
donalin my .profile I've defined a bash function named "cronTest". I want to run this function as a cron job every minute, so I added the following to the crontab "* * * * * source $HOME/.profile; cronTest >> $HOME/cron.log 2>&1"15:23
JosephHarriethanamib Okay, it should be displaying it. It knows that windows is there. Can you put the contents of the file "/etc/default/grub" up on http://paste.ubuntu.com and then send me a link to it?15:24
donalbut when I look in the log file I see "/bin/sh: cronTest: not found"15:24
Piciloganrun: hmm..15:24
donalso obviously cron cannot see this function even though I source .profile before trying to execute it15:24
ikonialoganrun: why do you want the later version ?15:24
Namibsure15:24
loganrunikonia, code folding for latex doesn't work right on 2.1.015:24
loganrunikonia, hopeing they fixed this issue15:25
ikonialoganrun: does it work in 2.1.1 ?15:25
ikoniaas in do you know it works ?15:25
loganrunikonia, define know15:25
Guest36099!list15:25
ubottuGuest36099: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».15:25
ikonialoganrun: "is there a bug for this that says "fixed" in version 2.1.1"15:25
loganrunikonia, probably not, but I thought it was worth a try15:26
ikonialoganrun: I'd strongly advise against doing it with no basis15:26
ikonialoganrun: you have the potential to wreck your system and waste a lot of time, look for a bug / read the change logs and see if this issue is resolved15:26
ikonialoganrun: if it's not resolved, add to the bug, if there is no bug, log a bug and push it, progress it15:26
Namibhttp://paste.ubuntu.com/925004/15:26
loganrunikonia, ok thanks15:26
ikonialoganrun: seems silly to waste time and effort if you don't even know if it there is any sign of a fix in this version15:27
Fleckihallo15:27
Fleckikann mir mal einer helfen15:28
JosephHarriethaNamib,  Okay, finally, do the same thing you just did with the file "/boot/grub/grub.cfg"15:28
Pici!de | Flecki15:28
ubottuFlecki: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!15:28
Fleckimöchte eine jfs Platte mounten15:28
Fleckigeht aber mit Version 12.04 nicht ( kein teriber )15:28
donalin my .profile I've defined a bash function named "cronTest". I want to run this function as a cron job every minute, so I added the following to the crontab "* * * * * source $HOME/.profile; cronTest >> $HOME/cron.log 2>&1"15:28
FleckiOK danke15:28
ikoniadonal: that seems crazy to source that file every minute15:29
donalit's just for test purposes15:29
ikoniadonal: also cron won't have $HOME set15:29
donaloh15:29
sauevaempulseaudio configured for per-user sessions saned disabled; edit /etc/default/saned    on boot, help please15:29
donalcan I do ~/.profile ?15:29
JosephHarrietha$home only applies to user accounts. Cron runs as a user without a home directory15:29
NamibIt shows the message "sudo: /boot/grub/grub.cfg: command not found"15:30
JosephHarriethadonal so ~/.profile for cron, dosen't exist.15:30
ikoniadonal: no15:30
ikoniadonal: and sourcing that file every minute seems pointless15:30
Picidonal: Whats in .profile that you need?15:30
JosephHarriethadonal, Infact, ~ is just an alias for $HOME15:30
donalthe .profile contains the definition of the cronTest function15:30
ikoniadonal: why do you need to source it every 60 secvonds ?15:31
JosephHarriethaHe is just doing it for testing purposes guys.... don't just on him for that haha.15:31
donalin reality, it will only run once or twice a day15:31
JosephHarriethajump*15:31
donalwhile testing I'm running it each minute15:31
ikoniawhy ?15:31
ikoniadonal: why does it need to be run ?15:31
donalthanks joseph15:31
ikoniadonal: it's pointless the user "cron" is sourcing this file15:31
ikoniathe user cron is not an interactive user15:31
JosephHarriethaYup, ikonia is right. It has no home directory15:32
ikoniayou're soucing something into a shell, that will be dropped the second the cron job exits15:32
JosephHarriethayou'll just have to replace $home with /home/yourusernamehere15:32
JosephHarriethanot a big change by any means.15:32
donalikonia: the cron job runs a bash function, the function is in the root user's .profile, so it needs to source this file in order to know about the function15:32
ikoniaJosephHarrietha: that won't work as the shell that cron is running will exist and drop the functions15:32
ikoniadonal: sorry that makes no sense15:32
kalxashi all, any packager around?15:32
stopostit21test15:33
ikoniadonal: just write a script to do what you need it to do, or in the script source the function15:33
Tconatechim having an issue with my Meerkat install15:33
stopostit21hi!15:33
ikoniadonal: as soon as that cron job exits the user's shell will drop it15:33
JosephHarriethaikonia, Hmm, I didn't know that one. I've only used cron one, on a debian repository to add any deb's in a certain directory once a day.15:33
ikoniaJosephHarrietha: think about it, the cronjob launches a shell, does what it needs to do, then closes the shell as it's done15:33
xanguaTconatech: maverick is no longer supported15:33
Guest91689I have forgotten my password and my user name for my samba folder, how to recover the password?15:34
=== Guest91689 is now known as jolaren
JosephHarriethaikonia, and that was on a Debian 6 server haha. Yea, I get that part :P.15:34
=== dan__ is now known as Guest35454
lucky105hi15:34
JosephHarriethaWhere did namib go?15:35
Namibhere15:35
JosephHarriethaDid you post that file? I must have missed it15:35
NamibIt shows the message "sudo: /boot/grub/grub.cfg: command not found"15:35
Tconatechany idea how to get a windows 7 wireless driver15:35
Tconatechto work with meerkat15:36
bazhangTconatech, ##windows can help with that15:36
bazhangTconatech, ah, then use additional drivers15:36
PiciTconatech: Maverick is no longer supported.15:36
Namibany ideas?15:36
lucky105I bought EEEPC Asus netbook and installed Ubuntu 12.04 32 bit..  unable to get resolution 1204x600 on it15:36
lucky105help please...15:37
JosephHarriethaNamib, are you sure O.o15:38
kubavhi. startup disk creator problem: http://ubuntuforums.org/showthread.php?t=195661215:38
JosephHarriethaNamib run update-grub again and then "ls /boot/grub/ | grep grub"15:38
Namibwait a moment i'll try again15:38
JosephHarriethaand post the output of that command here or in paste bin if its more than one line.15:38
JosephHarriethaOkay15:38
d-lulzHello15:40
JosephHarriethaHello :P15:41
quicknet2help have tried to install ic500 lightwave webcam via cheese and it not working15:41
Namibhttp://paste.ubuntu.com/925026/15:42
lucky105I have screen resolution problem.... netbook shows only 800x60015:42
Namibgrub is written in red!15:42
JosephHarriethaNamib, Thats okay.15:43
JosephHarriethaNamib, Red isn't always a bad thing, if it was then my website would be black listed within seconds haha!15:43
quicknet2help have tried to install ic500 lightwave webcam via cheese and it not working15:44
Namibahha ok!15:44
quicknet2help have tried to install ic500 lightwave webcam via cheese and it not working15:44
JosephHarriethaNamib, Now, can you past the contents of /boot/grub/grub.cfg , its there now15:44
ubuntu9mil1  Has anyone tried to install Ubuntu on HP xw4400?  I am unable to get the 3D desktop working.15:44
quicknet2help have tried to install ic500 lightwave webcam via cheese and it not working15:44
quicknet2help have tried to install ic500 lightwave webcam via cheese and it not working15:44
quicknet2help have tried to install ic500 lightwave webcam via cheese and it not working15:44
JosephHarriethapaste* and paste it to the site haha, not in the chat.15:45
LjL!repeat | quicknet215:45
ubottuquicknet2: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/15:45
Namibhttp://paste.ubuntu.com/925029/15:46
GirlyGirlubuntu9mil1: WHich graphic card?15:46
Namib"accesso negato" means "access denied"15:46
JosephHarriethaNamib, Oh sorry! use sudo to get it. So "sudo gedit /boot/grub/grub.cfg"15:47
Namibyes i've tried in the next line15:47
Namib:)15:47
Namibhttp://paste.ubuntu.com/925029/15:48
Artemis3Namib, you are typing sudo /boot/grub/grub.cfg he said sudo gedit /boot/grub/grub.cfg15:48
Namiboh sorry15:48
JosephHarriethasudo gedit. Just saying "sudo " before it won't open the file, you have to specify what opens the file :D.15:48
Namibwait a second15:48
xangua!gksu | JosephHarrietha Artemis3 Namib15:48
ubottuJosephHarrietha Artemis3 Namib: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)15:48
ubuntu9mil1NVIDIA quadro F 28515:48
tehoweHello... a partial upgrade just failed and told me /boot is running out of room, backports and initrmfs didn't install. What? How do I safely free space on /boot, and is there a way to get ubuntu to do this automatically?15:48
JosephHarriethaYea, sadly I have issues with gksu stemming back to my days in developing for that project. I don't like how it works and to be honest, I don't see a good reason to bother confusing people with two commands.15:49
CaifasHello guys, i need to run a reverse ssh commando on a system start but I cant make it work when I put a new line on rc.local, any ideias?15:49
carlo__irc:///cm-plus15:50
tehoweI'm afraid if I restart at this point my notebook's install will be shot.15:50
Namibif i try "sudo gedit /boot/grub/grub.cfg" , it shows "sudo: gedit: command not found"15:50
Artemis3tehowe, can you backup important data just in case?15:50
tehoweArtemis3: It's duplicated on my server, yeah.15:51
Artemis3tehowe, inside boot i think there should be kernel images filling space... if you didn't uninstall older kernels15:51
JosephHarriethanamib "sudo cp /boot/grub/grub.cfg ~/Desktop/"15:52
tehoweI can browse to /boot and can see all the extra configs for the kernels, yeah. Can I just straight up delete them or do I need to report this to grub somehow?15:52
JosephHarriethago to your desktop, double click the file15:52
plustaxCan anyone help me? I have a netbook dual booted with ubuntu and windows. I want to get rid of the windows partition, but for some reason I dont have gparted.15:52
JosephHarriethaI see a problem in what I said above.... but It may work.15:52
xanguaplustax: sudo apt-get install gparted15:52
Dice-Manplustax: sudo apt-get install gparted15:52
JosephHarriethaNamib,  just do whatever you did to paste the /etc/default/grub file and do that again15:53
GirlyGirlubuntu9mil1: Have you installed the drivers?15:53
plustaxxangua, i did that but it didnt work15:53
plustaxill paste output one moment15:53
JosephHarriethanamib only for this file instead :P15:53
Artemis3tehowe, in a normal running system you would simply apt-get remove linux-imageblahblah... i guess you could simply delete some, ignore booting from them until you get a working system to do update-grub15:53
Artemis3tehowe, as long as you keep the last one that worked and the new one, the others are waste imo15:54
plustaxxangua, here check this out http://dl.dropbox.com/u/2066611/Screenshot.png15:54
plustaxI dunno what to do :/15:54
tehoweArtemis3: Oh it's still working, I'm using it now so I should be able to remove those extraneous images from the command line now eh15:54
quicknet2ubuttu what will i do about the address help have tried to install ic500 lightwave webcam via cheese and it not working15:55
Artemis3tehowe, if you can apt-get remove em do so, it will run update-grub for you15:55
xanguaplustax: do you have another package manager open¿ as the message asks¿15:55
plustaxI dont believe so15:56
plustaxxangua,15:56
plustaxwant to team viewer in and take a look for me? :)15:56
tehoweArtemis3: Ok thanks. That's a gotcha for the default LUKS installation I guess... boot partition fills up after (counts) 7 kernel upgrades15:56
=== diegovieiraeti is now known as diegovieira
Namibhttp://paste.ubuntu.com/925039/15:56
lovehappens!help15:56
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. :-) See also !patience15:56
xangua!webcam15:56
xanguaquicknet2: cheese does not install anything, is just a viewer; is your cam supported¿15:56
ubottuInstructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras15:56
Namibthere's something wrong..15:56
Artemis3tehowe, yes, each kernel is filling space, if the partition is small it will fill up rather quickly15:57
lovehappenscan i install macbuntu on xubuntu 12.04 ?15:57
plustaxxangua, teamviewer?15:57
xanguaplustax: no15:58
plustaxxangua, I dont know what to do :(15:58
xangualovehappens: don't think so, also pangolin support is on #ubuntu+115:58
JosephHarriethanamib "sudo cp /boot/grub/grub.cfg  ~/Desktop/grub.cfg"16:00
multipass|2how do i keep my ubuntu server time synched with live?16:00
=== hari_ is now known as harikt
Artemis3Namib, i just read your problem, i don't think you should bother with showing us grub.cfg, only you need to to is edit /etc/default/grub eg: gksudo gedit /etc/default/grub16:01
Artemis3Namib, as a matter of fact, paste THAT file instead of grub.cfg16:01
ti_hola16:01
ti_me llamo pedro de jerez16:02
Artemis3!es | ti_16:02
ubottuti_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.16:02
JosephHarriethaArtemis3, We cleared that one already16:02
Artemis3JosephHarrietha, isn't that simply changing the option to show menu and or default boot entry?16:03
JosephHarriethaArtemis3, I'm looking at that grub.cfg because honestly, his update-grub detects it, his default/grub is stock. Not a single change.16:03
Guest35454can anyone help with an EPIC client problem?16:03
=== nix is now known as Guest41644
JosephHarriethaArtemis3, So I'm looking there to see if something else is screwed up before I tell him to reboot and try16:04
Namibhttp://paste.ubuntu.com/925050/16:04
Guest35454I seem to have a font translation issue (formatting blocks) that I can't get around16:04
tehoweArtemis3: I've marked the images and headers for .17 - .20 for removal in synaptic so thqt should take care of some of the administrative stuff as well. Here goes... :O16:04
Artemis3JosephHarrietha, perhaps the file was never saved16:04
JosephHarriethaNamib, Okay, well at this point... after seeing update grub detect it and your default/grub is okay. And you showed that grub.cfg exists in /boot/grub .... I'd say its safe to reboot and try it16:05
JosephHarriethaArtemis3, I got him to do "ls /boot/grub && grep grub"16:05
JosephHarriethaArtemis3, Its there :P16:05
Monotokohey guys, I'm trying to get Grub2 and TrueCrypt on Windows to play nicely... at the moment Truecrypt is telling me to move my GRUB install to the partition, so I tried that by running "grub-install /dev/sda5" under Ubuntu as root, but it's bringing me back this: " warn: Attempting to install GRUB to a partition-less disk or to a partition.  This is a BAD idea.."16:05
JosephHarriethaMonotoko, Yea, it always does. Ignore it like its your mom and say yes16:06
MonotokoJosephHarrietha, use the --force?16:06
Artemis3Monotoko, are you sure its sda5???16:06
Monotoko(pun intended)16:06
JosephHarriethaMonotoko, I use a truecrypted windows and seperate data partition, with luks crypt on ubuntu. So yea, just put force it16:06
JosephHarriethajust put force on it*16:06
Namibsorry <JosephHarrietha> can you try to explain simpler,  i'm a newbie for Xubuntu and English xD16:06
MonotokoArtemis3, il put my fdisk -l on pastebin so you can check? Pretty sure it is but I want a second set of eyes...16:06
JosephHarriethaNamib, Means I'm sure your fine now, reboot :P16:06
Artemis3Monotoko, if you like16:07
Namiboooh16:07
Namibook16:07
GirlyGirlNamib: There are channels in many languages see https://wiki.ubuntu.com/IRC/ChannelList16:07
NamibThank you very very much!16:07
Artemis3Namib, good luck :)16:07
JosephHarriethaMonotoko, WHOA. Read that error again.16:07
MonotokoArtemis3: http://pastebin.com/Lpz4Z7Q916:07
JosephHarriethaMonotoko, Yea, fdisk it... partitionless?16:08
GirlyGirlNamib: Assuming #ubuntu-it for you16:08
Monotokomy fdisk is up there... maybe I'm trying to install to the wrong place16:08
jpollardMonotoko: This might help http://goo.gl/1TfJE16:08
JosephHarriethaMonotoko, Nevermind... Artemis3 Scared me..... Its just warning you about installing it to a partition.16:09
Artemis3Monotoko, should do, also dpkg-reconfigure grub should show pretty places to put grub, including /dev/sda516:09
JosephHarrietha^ that works too :P16:09
Monotokothank you guys, you're all legends :D16:09
compdoctrue16:10
Artemis3Monotoko, and it saves the config for the future16:10
MonotokoArtemis3, "grub is not installed"16:10
Monotokoand I tried grub2... it's saying the same o.016:10
Artemis3Monotoko, grub-pc16:11
JosephHarriethaI have windows 7 in sda1, full system encryption. /boot in sda2 with grub, / in luks encrypted sda3 and personal data truecrypted in sda4. For me, its type password for windows and boot, or his esc, type password for ubuntu16:11
JosephHarriethahit*16:11
MonotokoArtemis3, ahhh yes it's offering me sda5... excellent :) thank you16:12
darbehi guys16:12
Artemis3Monotoko, you are welcome16:12
JosephHarriethaMonotoko Artemis3, Yay :D.16:12
=== ShooterM_ is now known as ShooterMG
NamibJosephHarrietha! nothing has changed..16:12
Namib:O16:12
Monotokoright... time to boot back into Windows, later guys ^^16:12
darbenautilis, gedit, sound seting etc. doesn't work16:12
JosephHarriethaNamib, O.o ... are you sure? It should be the 5th entry16:12
JosephHarriethaNamib, Should go Ubuntu, Ubuntu, Older Kernels, Memtest, Windows.16:13
darbeit gives similar error :nautilus:10010): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed16:13
Artemis3JosephHarrietha, i suspect his /etc/default/grub remains intact (ie not saved changes)16:13
barfUbuntu 12.04 installed, but the trackpad of the Acer Aspire 7715 does not work :-(16:13
JosephHarriethaArtemis3, Yea.... Weird. Were going to have to get that file then. But it was throwing some odd errors out before.16:13
darbeis there anyway to fix it?16:13
Artemis3barf you need to join #ubuntu+1 and ask there16:14
Namibsorry what i've to do?16:14
JosephHarriethaUgh.. I got an hour until I have to get back to work on the site, so I have to go steal backtracks menu and hack the tools into ubuntu. I hate setting up a new install.... anyway, bye :D16:15
Artemis3Namib, please copy the file /etc/default/grub into pastebin i need to see it16:15
Namibok16:16
darbenautilus:10010): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed Any idea?16:17
NamibArtemis3, can you type the exact text? because "sudo /etc/default/grub" shows "sudo: /etc/default/grub: command not found"16:18
barfIs it possible to make an i386/amd64 bootable installer?16:18
barfSo that I can have the same memory stick for i386 and 64 bit computers?16:18
Artemis3Namib, no need to sudo this time ;)16:19
=== mh0- is now known as mh0
Artemis3Namib, try cat /etc/default/grub16:19
Artemis3Namib, also gedit /etc/default/grub16:19
Artemis3Namib, should work perfectly16:19
darbenautilus:10010): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed16:20
darbe(gedit:15232): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed16:21
Namibhttp://paste.ubuntu.com/925080/16:21
realusHey all!16:21
darbe(seahorse:15445): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed16:21
realusJust reinstalled ubuntu and want to make a resotre point before I install security updates16:21
realushow possible??16:21
=== svm_invictvs is now known as svm_Invictvs
realuschhers16:22
GirlyGirlrealus: create an image of the drive with dd16:22
realusgot the syntax GirlyGirl ??16:22
GirlyGirlrealus: dd if=/dev/sda1 of=/media/store/block16:23
Picirealus: Theres no concept of a restore point on Linux (this isn't windows). Using dd to image your drive would effectively be a backup of your entire harddrive, which is probably not what you're looking for.16:23
realusof= the place you want to store it ??16:23
GirlyGirlrealus: yes see what Pici said16:23
realusok, and how do I check the sda path??16:24
realussyntax plz16:24
GirlyGirlrealus: use "lsblk"16:24
sipiorrealus: if you're using lvm, you could of course take a volume snapshot to roll back to. that would be more or less the equivalent of a restore point.16:24
realussipior, what is lvm ??16:25
realusbrb16:25
sacarlsonrealus:  I'm not sure about security but I think a git of the /etc dir would be one place to start16:25
GirlyGirlrealus: Also use the bs= parameter so that copying is faster, see dd --help16:25
sipiorrealus: if you don't know, you're likely not using it :-)16:25
GirlyGirl!dd | realus16:25
Artemis3very good Namib so what would you like? to always see menu, or to always boot windows?16:25
GirlyGirlrealus: https://help.ubuntu.com/community/DriveImaging16:25
Namibi'd like to choose, sometimes Xubuntu, sometimes XP16:26
realusso I could restore from the image and will be back as was ??16:26
Artemis3Namib, then you need to always show menu thats very easy16:26
GirlyGirlrealus: Yes but restore from a livecd16:27
Artemis3Namib, then close the file, now open again with gksudo (or sudo) like this: gksudo /etc/default/grub16:27
sacarlsonArtemis3: I like the cinnamon theam that is more like gnome clasic16:27
Namib<Artemis3>, done16:28
=== bladernr_ is now known as bladernr_afk
AriaDesuHello. Where is the file that says what X does as it starts? A lá Xinitrc, but systemwide default16:29
AriaDesuOr is that a xinitrc file as well? If so, where is it?16:29
tehoweWell, that seems to have worked, crisis averted :D16:29
Artemis3Namib change GRUB_TIMEOUT to -1 : GRUB_TIMEOUT=-116:30
d3admau5why can't i install samba after uninstalling it. It wont make the directories or the .conf, and when i type samba in the terminal  it says it isn't installed, but when i sudo apt get again it says that it is installed16:30
Bronzdragond3admau5, have you tried apt-get install samba --reinstall?16:30
realusthx GirlGirl + sipior + Pici16:31
realuswill get n it16:31
h4xx0ranyone here successfully using openvpn client with xubuntu 11 ?16:31
darbe(gedit:8927): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.gedit.state.window' is not installed16:31
h4xx0rim facing some problems here, wud be glad if someone cud help16:31
afidegnumhello, pls anyone installed zentyal before? I am in trouble and I need help16:31
sacarlsond3admau5: samba works good in natilus16:31
darbe(seahorse:8937): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed16:31
afidegnumpls rescue me16:31
Artemis3Namib, then save file, go back to console (open a terminal) and use this command: sudo update-grub16:31
darbe(nautilus:9231): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed16:32
eb_devHi, I'm having trouble running php5-cli, I've installed it using 'apt-get install php5-cli'  but it states the command isn't found, any help would be greatly appreciated.16:32
d3admau5Bronzdragon: same results16:32
sacarlsond3admau5: sorry that's nautilus16:32
d3admau5sacarlson: how do you use it through nautilus? is there a gui version?16:33
geekbrieb_dev: which command, you run the php cli with just 'php' not 'php-cli'16:33
eb_devgeekbri: ah i see, yeah i was running it php-cli16:33
NamibArtemis3 , after entering "gksudo / etc / default / grub" and after the password, nothing appears on the terminal16:34
geekbrieb_dev: yeah, just php will do.  php -i for info.  Beware I believe that the php-cli uses a different php.ini than the mod_php used by apache if you are using it that was as well.16:34
sacarlsond3admau5: nautilus>file>connect server>service type>window share16:34
eb_devgeekbri: great, thanks for the help, I'll try that :)16:34
geekbrieb_dev: no problemo16:34
GirlyGirlNamib: no spaces after "/" and before "/"16:34
Artemis3Namib: gksudo gedit /etc/default/grub OR gksudo nano /etc/default/grub16:35
GirlyGirlNamib: so "gksu /etc/default/grub"16:35
docsterhello all16:35
Artemis3or sudo nano /etc/default/grub16:35
sacarlsond3admau5: nautilus is the gui you play like file manager16:35
Namibyes, i know, there are no spaces in the terminal ;)16:35
Artemis3Namib, if its terminal only then its sudo nano /etc/default/grub <---- first space IS needed after sudo and another after nano16:36
sacarlsonArtemis3:  GirlyGirl: or you can try the gui grub-customiser in ppa16:37
GirlyGirldarbe16:37
Namibok now i'm in!16:37
Artemis3Namib, sudo(space)nano(space)/etc/default/grub16:37
Artemis3Namib, only change the line GRUB_TIMEOUT=10 to GRUB_TIMEOUT=-116:37
sacarlsonArtemis3: GirlyGirl https://launchpad.net/~danielrichter2007/+archive/grub-customizer16:37
d3admau5sacarlson: my network sharing won't work without configuring the smb.conf, but when i install samba smb.conf isn't there anymore16:38
darbeGirlyGirl: do you have idea?16:38
usr13Namib: It's not really accurate to say there are no spaces, it's just that you have to know where and where not to put a space.16:38
sauevaemaudio configured for per-user sessions saned disabled; edit /etc/default/saned    on boot, help please help16:38
AriaDesuWhy not make a new samba.conf manually?16:38
Artemis3Namib, after that save file and close editor, run command: sudo update-grub16:38
GirlyGirldarbe: No sorry highlighted your nick by mistake ... but someone had this problem and solved by installing something16:38
realuswhat is syntax to close all open apps unforcefully?16:39
darbeGirlyGirl: installing what?16:39
d3admau5sacarlson: i installed on one machine and everything was good, installed on another machine and did something wrong so i decided to start over and now it's not installing correctly16:39
sacarlsond3admau5: I don't recall installing anything until nautilus asked me too16:39
usr13realus: pkill apt-name16:39
Namib ok i've changed GRUB_TIMEOUT =10  to GRUB_TIMEOUT=-116:39
GirlyGirldarbe: not sure ... try "apt-get install --reinstall gsettings-desktop-schemas"16:39
sacarlsond3admau5: there are so many ways to config samba I just use the easy ways16:40
usr13realus: To kill all apps unforcefully?  I don't know, but seems to me if you kill all apps, you'd kill the system.16:40
realususr13, thx for reply16:40
d3admau5sacarlson: https://help.ubuntu.com/11.04/serverguide/C/samba-fileserver.html16:40
cperales64-bit PC (AMD64) desktop CD iso  its just for amd? o can i use it if i have intel?16:40
realususr13, mean more like, close everything open so I can restart16:40
darbeGirlyGirl: thanks I am trying16:40
compdoccperales, yes, for 64bit intel16:40
realusapt-name would be one by one16:41
GirlyGirldarbe: But why use nautilus on Kubuntu?16:41
Artemis3Namib, save file, run command: sudo update-grub16:41
d3admau5sacarlson: my machines will not connect to the network without following those steps. problem is installation\16:41
realus<usr13> know what i mean ?16:41
realus<usr13> or is there a restart that does it for you ?16:41
CaifasHelo guys, I need to run a reverse ssh comand on my system start but I cannot make it work on rc.local, anyone have any ideia why?16:41
sacarlsond3admau5: nautilus would have told you what to install,  but like I said there 100 ways to do it16:42
schnuffleCaifas: NEtwork isnt up yet16:42
cperalescompdoc, thx16:42
schnuffle?16:42
darbeGirlyGirl: it is not anout nautilus. I need to open sound settings, but I get similar error. Likewise, gedit, seahorse and so on16:43
usr13realus:  Depends on what GUI you are using.  Only way I know is to just go around and kill each one individually.  Some GUI interfaces have options to save session or not save session.  If you have option to not save session, close all apps and save session and then in the next session tell it to not save session from then on and you will start with empty session no matter how many apps are open when you logout or shut down or restart.16:43
NamibArtemis3,after saying save, it asks me " doc format, mac format, backup file, etc" which i've to choose?16:43
Caifasschnuffle: well, i was trying just a momento ago to put the line on crontab but it seen to still not connect :/16:43
=== darbe is now known as darbe_
Artemis3Namib, is there txt format?16:44
=== darbe_ is now known as darbe
saurabhwhere can I find the information about 5 toolkits used in Ubuntu 11.1016:44
Artemis3Namib, file name must be: grub16:44
usr13Artemis3: Which editor is  Namib using?16:44
GirlyGirldarbe: try "sudo apt-get --reinstall install libgdk-pixbuf2.0-0"16:45
Artemis3usr13, should be gedit...16:45
Namibno, there isn't .txt16:45
usr13Artemis3: I recomment nano or vi16:45
Namibhow can i post a screen shot?16:45
usr13!paste16:45
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:45
fluppys2hello16:45
Artemis3sure16:46
darbeGirlyGirl:16:46
darbedarbe@darbe-Satellite-P755:~$ sudo apt-get --reinstall install libgdk-pixbuf2.0-016:46
darbeReading package lists... Done16:46
darbeBuilding dependency tree16:46
fluppys2I'm italian16:46
FloodBot1darbe: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:46
darbeReading state information... Done16:46
darbe0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.16:46
Artemis3!it16:46
ubottuVai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)16:46
saurabhbitch16:46
sacarlsonsaurabh: only 5 toolkits?  there are 7,000,000 toolkits so be more specific http://www.google.co.th/search?hl=en&source=hp&q=ubuntu+toolkit&gbv=2&oq=ubuntu+toolkit&aq=f&aqi=g-v4g-b6&aql=&gs_l=hp.3..0i15l4j0i8l6.2405l10121l0l10846l14l9l0l0l0l0l2861l4018l2j5j0j1j9-1l9l0.frgbld.16:46
GirlyGirl!pastebin | darbe16:46
ubottudarbe: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:46
saurabhsacarlson, I mean 5 major toolkits used for application development.16:47
Artemis3Namib, you can also try using nano instead of gedit16:48
sacarlsonsaurabh: that gets it down to t 2,940,000 results16:48
NamibArtemis3, http://imagebin.org/20760116:48
Namibfrom there, what i've to do?16:48
Artemis3Namib, hit enter16:49
Artemis3:)16:49
Artemis3Namib, ctrl g16:49
sacarlsonsaurabh: you might want to narrow your focus on what language you want to program in16:49
ehsansnHi I installed ubuntu 11.10 on one pc and then moved the harddisk to another computer.the problem is that mouse moves but doesnt click keyboard doesnt work either.what shall I do?16:50
Artemis3Namib, use ctrl x to quit16:50
saurabhsacarlson, I'm a python (intermediate) programmer. I would like to though rewrite some "Mono" code into native C (GTK+). Thus, helping me learn some GTK+.16:50
saurabhThis might help in creating faster apps. I want to rewrite some parts in native language.16:51
sacarlsonsaurabh: so gtk+ like gui stuf I like glade16:51
=== vijeshm_ is now known as vijeshm
sacarlsonsaurabh: also cool glade supports python16:52
Namibi've read the guide but i've not saved the file yet. I don't know how, if i simple hit enter it shows "error access deined"16:52
Artemis3Namib, ok then quit anyway dont save file16:52
Namibok16:52
Artemis3Namib, then try again this command: sudo nano /etc/default/grub16:52
Artemis3Namib, you must enter your password16:52
GirlyGirlehsansn: Are these both desktops? Is it a ps/2 mouse and keyboard or a special wireless bluetooth or something16:53
ehsansnno its usual16:53
=== miguel is now known as Guest82332
ehsansnactually they are common mouse and keyboard16:53
saurabhsacarlson, awesome. Python it is!16:54
=== Guest82332 is now known as Miguelon79
ehsansnthe keyboard works in tty16:54
Namibi'm in "sudo nano /etc/default/grub"16:54
Namibthen?16:54
usr13Namib: Just hit enter and then do trl-x  to exit.  (Next time just Ctrl-x to exit and it'll ask if  you want to save your work.)16:54
ehsansn?!?!?!16:54
sacarlsonsaurabh: ya python is cool I've done some but I prefer ruby16:54
Artemis3Namib, edit line again, then ctrl x16:54
usr13Namib: Typo:  Ctrl-x  not trl-x16:54
Artemis3Namib, it will ask you if you want to save file16:54
sacarlsonsaurabh: and glade supports ruby also16:54
GirlyGirlehsansn: Try creating a new user and see if it works there16:55
ehsansnit doesnt16:55
saurabhsacarlson, how do I learn about python bindings for gnome-shell like stuff? Or I stick with js for that?16:56
=== mike_ is now known as Guest19445
Namibyes it asks me it..16:56
ehsansnbecause in doesnt work in the guest either16:56
Namibi hit "s" for yes16:56
Artemis3Namib, save file16:56
usr13Namib:  y16:56
Artemis3Namib, do it16:56
MetaphysicistI'm trying to force a mount point based off of PCI address, so that way when I plug a hard drive in to a certain port I can always reliably know where that hard drive is within the system. How would I go about making a udev rule to automount a specific drive at a specific point based off of the PCI address that it's located at? Or can anyone point me in the right direction?16:56
usr13Namib:  (y  for yes)16:56
sacarlsonsaurabh: I don't know i you need any binding to gnome shell, your app is only inside your windwo16:56
sacarlsonwindow16:57
Artemis3usr13, its s in italian ;)16:57
usr13Artemis3: Oh, sorry....16:57
usr13Didn't realize.....16:57
d3admau5could somebody help me out with how to reinstall samba. I had it installed, messed something up, so had to uninstall it. Now when i install it doesn't install all the files and directories. and when i type samba in terminal it says it's not installed, yet when i sudo apt get it says it is installed16:57
saurabhpyGTk that's it? May be I can research about shell notifications later.16:58
Namibbut i'm in the precedent situation it asks me the name of the file in which save16:58
sacarlsonMetaphysicist: I think we have that it's call uuid16:58
Artemis3Namib, hit enter?16:58
Namibok16:58
Namibdone16:58
loganrunI want to launch two instances of the program kile, but that doesn't seem to work. is there any way around this16:58
Artemis3Namib, now this command: sudo update-grub16:58
NamibThank you!16:58
Metaphysicistsacarlson: But wont the UUID change if I put a different drive in?16:58
usr13d3admau5: Usually, uninstalling and re-installing is not a good way to fix something.  (May be true in the MS-Windows systems, but... not Linux).16:59
Namibwait a second16:59
sacarlsonMetaphysicist: uuid is like the finger print of that disk not mater what position it's located16:59
d3admau5usr13: i see the error of my ways now.16:59
loganrunbad ways16:59
d3admau5usr13: can you provide any help?16:59
usr13d3admau5: Well, not really a samba expert but I'll do what I can.17:00
Artemis3sacarlson, more like partition rather than disk...17:00
NamibArtemis,http://paste.ubuntu.com/925142/17:00
loganrunis there way way to launch two instances of a program that doesn't seem to what you to do this?17:00
MetaphysicistWell a bunch of different drives will be hot-swapped over time for wiping purposes, and since I need to be able to know which hard drive is located where I was hoping I could correlate the PCI address to the slot in the storage array so I can say "Port 1 is done, put new drive in, begin wiping again"17:00
d3admau5usr13: i was following this guide https://help.ubuntu.com/11.04/serverguide/C/samba-fileserver.html17:00
sacarlsonMetaphysicist: when we mount a disk we expect it to have the contents we expected to still be there. so we made uuid so we move the disk but the computer still finds it17:00
Artemis3Namib, that should do, try reboot. Grub menu will show until you choose17:01
usr13d3admau5: Did you edit the  /etc/samba/smb.conf  file yet?17:01
d3admau5usr13: and now it doesn't install a samba file in etc17:01
usr13d3admau5: Oh, reading ...17:01
sacarlsonMetaphysicist: is your idea different?17:01
=== a is now known as Guest5189
Namibok i'll try and then i'll let you know!17:02
Guest5189ctrl+d dont work in ssmtp ??17:02
NamibThank you!17:02
Artemis3Namib, sure no problem17:02
usr13d3admau5: The instructions look pretty straight forward.  Where are you running into problems?17:02
d3admau5usr13: http://pastebin.com/MQpffv41 this is what happens when i sudo apt-get17:02
=== Guest67396 is now known as mfisch
sacarlsonArtemis3: oh like uuid for a partition?17:02
=== mfisch is now known as Guest76264
d3admau5usr13: i just entered something wrong in the terminal and didn't know how to fix it, so being used to windows i unistalled17:03
usr13d3admau5: Yep.  Well, looks like it's up and running.17:03
MetaphysicistMaybe I'm not explaining fully. Since I'll constantly be swapping drives I want to be able to consistently point and poll the slot in the storage array for new drives, but I want the system to boot with a dedicated array slot per mounting point and it won't change. That way my program will always be able to scan a select amount of slots, I know which drive is where at all times. If I don't, I end up getting the drives re-orderi17:03
Artemis3sacarlson, yes the uuid is generated with the partition, repartition and uuid changes...17:03
d3admau5usr13: now i can't reinstall17:03
Artemis3sacarlson, i think just reformat the same partition, and the uuid changes17:04
d3admau5usr13: no samba folder in /etc though. so no /etc/samba/smb.conf to configure17:04
MetaphysicistI want Slot X to be MountPoint X every time.17:04
sacarlsonMetaphysicist: and why can't uuid do that?17:04
IboShi people17:04
MetaphysicistBecause the same drive will never be in the system again, once its put in, it will be wiped, pulled out, and a new one put in its place.17:05
IboSi have an ssh server how to set up quotas on ram used and disk space utilisation ?17:05
MetaphysicistWont the UUID change?17:05
IboS*disk space use17:05
Artemis3Metaphysicist, yes it will change unless its a dd (clonezilla) or simmilar17:05
MetaphysicistI don't care about the hard drive itself, just where its located. The actual slot.17:05
sacarlsonMetaphysicist: well you can set the uuid if the contents of the drive has the same as the one you replaced17:06
sacarlsonMetaphysicist: the idea of uuid is so the slot make no difference17:06
Artemis3Metaphysicist, use device id, they don't change very often, unless machine configuration changes17:06
Artemis3Metaphysicist, there is also label id...17:07
Artemis3Metaphysicist, if you care to always label your partition the same...17:07
d3admau5usr13: any ideas?17:07
usr13d3admau5: ls /etc/samba/smb.conf   #What does that return?17:07
d3admau5usr13: a blank page17:08
sacarlsonArtemis3: yes there is label id also but grub and linux use uuid at boot to auto select no mater what location17:08
usr13d3admau5: cat /etc/samba/smb.conf   #What does that return?17:08
sacarlsonMetaphysicist: you can reverse uuid it will tell you what slot it's in17:09
d3admau5usr13: both returned "no such file or dirrectory"17:09
cmcintoshhas anyone been able to get a usb based video card recognized by Xwindows, got a Toshiba laptop with built in Nvidia card and a Eclipse uvee usb video card17:09
Artemis3Metaphysicist, command: blkid17:09
usr13d3admau5: ps aux |grep smbd  #What does that say?17:10
sacarlsonMetaphysicist: if you made clear the difference of uuid and your idea it would make it clear17:10
usr13d3admau5: ps 3425   #What does that say?17:11
jeferson\list17:11
DD3myciao a tutti17:11
wiherekhi17:12
d3admau5usr13:http://pastebin.com/tbRJnHvA17:12
Artemis3!it | DD3my17:12
ubottuDD3my: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)17:12
wiherekI was working on a file in openoffice that was on my windows partition, which got unmounted before the file was saved17:13
wiherekopenoffice provided some info that it coudnt be saved, but id did save the file somewhere - i jst dont know where17:13
wiherekhelp please.17:13
wiherekwhere could that file have been saved?17:14
alexstrand7do someone knows if 12.04 works perfectly on dell laptops with ati graphics. This is a bug that all versions from 10.04 and newer has17:14
alexstrand7*10.1017:14
alexstrand710.04 works, I meant 10.1017:14
OerHeks!pangolin | alexstrand717:14
ubottualexstrand7: Ubuntu 12.04 LTS (Precise Pangolin) will be the sixteenth release of Ubuntu. Codename announcement here: http://www.markshuttleworth.com/archives/784 | Discussion and support in #ubuntu+117:14
usr13d3admau5: Sorry, duty calls.  (On the phone...)17:15
sacarlsonwiherek: unmounted?  if a users space is umounted I don't know any other place it can go17:15
Artemis3alexstrand7, you should try the desktop image (live) boot from the cd to see17:15
alexstrand7ok, i'm downloading it now17:15
usr13someone pick him up:  d3admau5   He can't get smbd to run17:15
d3admau5usr13: ok ill be here17:15
Artemis3alexstrand7, but maybe wait until release, because there could be bugs17:15
wihereksacarlson: user space wasnt unmounted, just the partition with the file17:15
d3admau5thx usr13:17:15
sacarlsonwiherek: oh so that wasn't your /home/user?17:15
alexstrand7I are not going to replace my ubuntu version, just try it out beside17:16
Artemis3alexstrand7, yes but remember to try again after release, current beta is not ready17:16
sacarlsonwiherek: so do a search for the file name in /home/yourusername  directory like find . -name "filename"17:17
cmcintoshargh17:17
alexstrand7yes, but isn't there an upgrade method I can use for upgrading from beta to final?17:17
NamibArtemi3, I think I've understood what is the problem. When I reboot, at some point the monitor turns off (as if in standby). Before, after a few seconds it turns on automatically and starts Xubuntu. But now it stands off until I press enter.17:17
cmcintoshwish i could get my usb video card working17:17
cmcintoshi wanting to get a double head setup going17:17
Artemis3alexstrand7, if it works, yes, simply upgrade packages when they are available.17:17
NamibAny ideas about how to resolve it?17:17
wiherekok, but how do I search for hidden files?17:17
Yaaaaaawiherek: I like to use a terminal: sudo locate "filename"17:18
=== husimon___ is now known as nate_h
Artemis3alexstrand7, you might want to join #ubuntu+117:18
sambagirlhow do you locate an application that has been created in the main menu?  i am looking for the directory the application is stored in.  I run Ubuntu 10.10 btw17:22
=== irdxafk is now known as irdx
DasEiwiherek: locate is a good tip, but before do a sudo updatedb (depending on hd-size can take some minutes to finish)17:22
d3admau5could somebody please help me with a reinstall issue. I installed samba through the terminal and was configuring. I messed up configuration, didn't know how to fix it so I uninstalled, and reinstalled. It still had the messed up configuration so I uninstalled and manually deleted from /etc. Now upon install no folders or files installed in /etc17:22
sambagirli forgot about locate17:23
sambagirlthanks17:23
DasEisambagirl: that's for searching files, to your question, most apps are found in /usr/bin  or /usr/sbin17:24
sambagirlyes thanks17:24
NamibArtemis3 still here?17:24
ardianHello I have 2 Graphic Cards on my Dell Inspiron 1 is nvidia and the other 1 is intel, by default I think Ubuntu is using my nvidia which has optimus17:24
ardianis there a way to disable nvidia and use Intel17:25
sambagirlbut now when i attempt to move something to that dreictory it wont allow it. i suppose it has permissions issues?17:25
Artemis3Namib, yes17:25
sambagirlso it's owned by root17:25
Yaaaaaaardian: you can blacklist the nvidia module or uninstall the driver completely.17:25
sambagirli cant recall the command for graphic gnome17:25
DasEiardian: possibly bios let you choose, else can still use xorg.conf17:25
sambagirli meant for root usage17:25
Namibok, have you read the message?17:25
ardianYaaaaaa, I did that even I uninstall it17:26
sambagirlgk somethinh?17:26
DasEisambagirl: sudo nautilus ?17:26
sambagirlthats it thanks17:26
Artemis3Namib, i see17:26
Yaaaaaaardian: well have you tried disabling in bios like DasEi said17:26
DasEisambagirl: gksudo, better17:26
Artemis3Namib, we can try something then17:26
ardianYaaaaaa, no I haven't because there17:26
ardianwas not something like that17:26
DasEi!gksudo | sambagirl17:26
ubottusambagirl: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)17:27
ardianI have Freebios17:27
Artemis3Namib, edit the file again: sudo nano /etc/default/grub17:27
Yaaaaaaardian: no option on whether to use pci/express/agp graphics or use built in video device... ? usually this is a standard feature.17:27
d3admau5could somebody give me a hand with reinstalling samba17:27
Namibok, what i've to change?17:27
sambagirlyep that worked thanks!17:28
DasEinice17:28
d3admau5sambagirl: you have the perfect name for my needs :D17:28
twotenI just installed xubuntu 11.10 and I get a blank screen with no signal when grub starts and until the desktop appears17:28
ardianYaaaaaa, my GPU fan goes crazy and I think it's because of Optimus17:28
Artemis3Namib, go to line #GRUB_GFXMODE=640x480 and remove #17:28
OerHeksd3admau5, use --purge to delete all configfiles & reinstall17:28
ardianso does it short my battery life I need to find a solution17:28
twotenI need to boot into recovery mode to set passwords for my user and root17:29
d3admau5OerHeks: did that. now when i reinstall it doesn't install all files.doesn't even make a dir in /etc17:29
DasEitwoten: you want to see the flying lines of dmesg?17:29
Namibdone, then?17:29
twotenyes, dmesg please, I love it17:29
Artemis3Namib, then save file, again run command: sudo update-grub17:29
twotenI need to boot up into recovery console to set some passwords17:30
DasEitwoten: (put nick in replies, please) : open a terminal ..17:30
Namibdone17:30
Artemis3Namib, reboot and see17:30
Namibok17:30
twotenDasEi: yes17:30
=== Vampire0_ is now known as Vampire0
storytellerHi i want one application to use on ppp0 while another to use wlan0 ,is there any way to do that?17:31
DasEitwoten: well, first let's change your grub, then I lead you to recovery-init17:31
twotenDasEi: yes17:31
DasEitwoten: gksudo gedit /etc/default/grub17:31
DasEitwoten: in the top there is line ending ="SPLASH", delete the word so just ""remains, saven close gedit17:32
d3admau5could somebody please help me with a reinstall issue. I installed samba through the terminal and was configuring. I messed up configuration, didn't know how to fix it so I uninstalled, and reinstalled. It still had the messed up configuration so I uninstalled and manually deleted from /etc. Now upon install no folders or files installed in /etc17:33
twotenDasEi: this won't work since I don't know my user's password17:33
DasEisave and close*17:33
DasEitwoten : I see, to get to init 1 gort to reboot, once grub startet, press left ctrl to get into the grub menu, choose second entry17:34
DasEigot to*17:34
=== yashshah is now known as yashshah_
=== yashshah_ is now known as yashshah
twotenDasEi: I've been trying shift to make grub menu appear but it won't work, I'll try left control17:35
Artemis3might be challenging if he can't see the grub menu17:35
DasEi:)17:35
twotensee you17:35
DasEihope so17:35
qubit[0|1]hmm, I need some sort of bash trickery to make 'xvfb wkhtmltopdf' translate to just 'wkhtmltopdf' so I dont have to keep changing it on the server17:35
Artemis3grub now tries to detect resolution, and when it fails... people are left in the blank17:36
qubit[0|1]how do I alias xvfb to just do nothing, or possible just execute its argument17:36
bob_____how could I get dhcp to assign me a new ip address after I did ifdown?17:36
DasEiqubit[0|1]: you want an alias in /etc/bash.bashrc17:36
bob_____sometimes it assigns me new one, sometimes the same one17:36
bob_____is there any way to force a new one every time?17:36
kurt__Hallo17:36
DasEibob_____: sudo dhclient17:36
=== zaba_ is now known as Guest85760
DasEiqubit[0|1]: open that file as root, scroll down, enter a line like alias mycommand="this was the original ubuntu command" , save file, once in a new terminal, can use your mycommand expression17:38
bob_____sudo dhclient doesnt do anything?17:41
nvzafter removing notify-osd and replacing it with notification-daemon my screen now blanks after about 5min when it did not before. I have the screensaver prefs all disabled, I even have tried xset s off and it still does it. I have noticed that power options are no longer in my system menu nor is there a link to it from screensaver prefs17:42
nvzI need my screen to stay on all the time, help would be appreciated17:42
nvzapparently SOMEHOW all the stuff related to power is tied in to notify-osd17:43
bob_____when I do sudo ifup eth0 I get the "bound to 90.74.112.110 -- renewal in 1330 seconds"17:43
bob_____any way to force it to assign me a new ip besides that one?17:43
DasEibob_____: no requests ? try sudo service networking restart then17:44
compdocbob_, youre connected directly to the internet?17:44
bob_____DasEi: doing that releases it, it doesnt start it back up tho17:45
twotenI set my user and root passwords, I took "quiet splash" out of grub.cfg, but I still get a black no signal screen during grub and dmesg17:45
bob_____i have to do ifup eth0 manually17:45
teligard2Hi all17:45
bob_____and when I do that I get that IP assigned17:45
DasEibob_____: what a device is your comp connected to ?17:46
teligard2can you set up a diskless server and have the dhcp server be different than the hosting file server?17:46
bob_____DasEi: a modem..on windows if I disable the connection and just edit the adapter's mac address I get assigned a new one after I enable it17:47
DasEiteligard2: yes17:47
teligard2I have my network connected to a gigabit switch and my dhcp server is on a free standing pc17:47
DasEibob_____: maybe it's ppoe then, what does sudo ppoeconfig do ?17:47
bob_____how can I spoof the mac address on ubuntu then17:47
bob_____DasEi: doesnt exist17:48
teligard2Could someone point me in a good direction to set up diskless booting of ubuntu (11.10)?  This is a maiden voyage for me17:48
bob_____how can I spoof the mac address on ubuntu then17:49
DasEibob_____: maybe it's ppoe then, what does sudo pppoeconf do ? (wrong command above)17:49
bob_____i've done locate ppoe17:49
bob_____there are no files17:49
bob_____with that name17:50
jtruckserm. how do I figure out what package contains a library or file I am hunting down?17:50
DasEibob_____: man pppoeconf ?17:50
bob_____DasEi: no manual entry17:50
teligard2bob___: http://www.ubuntugeek.com/change-your-network-card-mac-address-on-ubuntu.html17:50
trismjtrucks: if it is installed, dpkg -S file; if not, you can install apt-file, apt-file update then apt-file search file;17:50
jtrucksapt-file... okay thanks tons :)17:51
DasEiteligard2: http://tinyurl.com/5c24rr17:54
=== xezekal is now known as SolarAquarion
prashant_123456how to use command line mail client to check mail17:57
compdoctype mail, I think17:57
teligard2DasEi: Ok, so this directs the traffic to the server.  Is there any form of walkthrough for setting up the necessary services, etc. and configuring the bootserver?  This would appear to be a client side configuration change, which doesn't seem to match up with PXE/remote boot, as no files would be local.17:57
Nutilyhow i can now what my video card on dell inspirion 1520 is working..?17:58
prashant_123456compdoc, program not installed17:58
teligard2Or am I misunderstanding (just slap me if I'm misunderstanding, and hopefully explain the errors of my ways)17:58
compdocprashant_123456, I think you have to install mail-utils17:58
prashant_123456compdoc, ok i see17:58
prashant_123456compdoc, could not locate17:59
GirlyGirlNutily: Check the model with "lspci -v"18:00
compdocprashant_123456, hmm, try mailutils18:00
prashant_123456compdoc, dont want to install mail server18:01
prashant_123456compdoc, just want to check mail from terminal18:01
prashant_123456compdoc, can send mail using ssmtp18:02
DasEiteligard2: I'm not sure if I understand you right, if you alter the settings, it'll be permanent on the bootserver18:02
compdocGNU mailutils utilities for handling mail. This package contains the GNU mailutils versions of dotlock, frm, from maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are capable of speaking POP3, IMAP, mbox, MH and Maildir.18:02
compdocdont think its a server18:02
teligard2ok18:03
prashant_123456compdoc, i checked it out on web it says it include pop 3 server etc18:03
NutilyGirlyGirl, seems like it is there how can i test it...18:04
iApplehi18:04
teligard2DasEi: What I'm trying to do is set up a diskless boot server for xbmc eden (xbmcbuntu)18:05
DasEi!postfix | prashant_123456:18:05
ubottuprashant_123456:: postfix is the default !MTA and !MDA on Ubuntu. For help, read https://help.ubuntu.com/community/Postfix and https://help.ubuntu.com/community/PostfixBasicSetupHowto - See also !MailServer18:05
teligard2I have a dhcp server already set up and configured (part of my linux router setup), and I have about 20 systems that use it.18:06
teligard2I need to boot the xbmc clients while still allowing the router/dhcp server that's in place, to do it's job.18:06
mystiquemy windows keep on getting very straight edges and making it hard to manipulate or move around, any ideas on what I should do?18:07
Nutilyhow i can test if my video card is installed?18:07
teligard2I've never set up a diskless server in linux18:07
DasEiteligard2: so you first set up ubuntu with pxe boot, then point it to your dhcp server, then install xbmc18:08
GirlyGirlNutily: Does 3d acceleration work?18:09
GirlyGirlNutily: If unity 3d works it is probably working18:09
HelenB:o18:09
HelenBme unbanned?18:10
HelenBokay18:10
DasEiHelenB: seems so18:10
JonLimitless!wifi18:10
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs18:10
GirlyGirlNutily: What is the graphic card you have? If its Intel it is possibly working18:10
DasEiteligard2: http://tinyurl.com/bsu5emc18:10
HelenBwhen I plug in my phone18:10
HelenBit says the following18:11
HelenBUnable to mount Helens phone18:11
HelenBUnhandled Lockdown error (-15)18:11
HelenBalso...18:11
HelenBRhythmbox isn't detecting it. :(18:11
HelenBbut I want to put music on my iPhone.18:11
ActionParsnipHelenB: ease up on the enter key18:11
HelenBActionParsnip, No because I find it hard to think whilst I'm typing.18:12
HelenBso I'm a bit slow.18:12
xangua!enter | HelenB18:12
ubottuHelenB: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!18:12
HelenB:(18:12
HelenBbye18:12
angsmy question is not about ubuntu, but I would be glad if someone knows the answer: what is the difference buying a domain name on yahoo and godaddy?18:12
ActionParsnipHelenB: then don't type. Think, then type more18:12
xangua!ot | angs18:13
ubottuangs: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:13
JonLimitlesshey i can't get my network to connect even through a eternet cord to the modem18:13
usr13HelenB: He's not asking you to go, just trying to help you  get the help you want.18:13
ActionParsnipAngablade: i'd ask in #ubuntu-offtopic18:13
someone34242hello, could someone help me with this tutorial http://ubuntuforums.org/showthread.php?t=236093 i need to set up my new domain on server, but i don't know how. i already buy domain and in settings i have two fields for ip18:13
someone34242what i have to do?18:14
ikoniasomeone34242: you really don't want to try to host a dns server yourself18:14
trafalgar!ciao18:14
usr13JonLimitless: So you've connected your ethernet port to a modem via cat5 cable?  And...?18:14
ikoniasomeone34242: ask the people you bought the domain from to manage your dns18:14
HelenBusr13, I'm slow which is why I don't keep my stuff on one line sometimes.18:14
ActionParsnipJonLimitless: can you ping 8.8.8.818:14
trismHelenB: that sounds like bug 877440 see comment #11 for a workaround that works for me18:15
ubottuLaunchpad bug 877440 in upower (Ubuntu) "[iOS 5] Unhandled Lockdown error (-15)" [Undecided,Confirmed] https://launchpad.net/bugs/87744018:15
JonLimitlessusr13, i am connect via cat5 cable to the modem, and the pc won't register its connected18:15
HelenB:o18:15
usr13!iphone | HelenB18:15
ubottuHelenB: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod18:15
JonLimitlessactionparsnip, connect network is unreachable18:15
someone34242ikonia: ok, what i will have to send to registrar?18:15
ikoniasomeone34242: the ip address of the dns servers you want to use18:16
usr13JonLimitless: sudo dhclient eth018:16
JonLimitlesscannot find device eth018:16
usr13JonLimitless: ifconfig18:16
ActionParsnipHelenB: have you tried banshee? When you last unplugged it did you safe remove the device or did you just pull it out?18:16
JonLimitlesseverything came up negative18:17
HelenBActionParsnip, Banshee is buggy.18:17
usr13JonLimitless: (does the command ifconfig tell you anything about eth0 or eth1 or...?18:17
HelenBso no I haven't.18:17
ActionParsnip!adsl | JonLimitless this is all I know18:17
ubottuJonLimitless this is all I know: Setting up an ADSL/PPPoE connection? Look at https://help.ubuntu.com/community/ADSLPPPoE18:17
someone34242ikonia: this ip will be from dns where i buy domain?18:17
JonLimitlessno usr13 it says nothing only talks about the loopback18:17
ActionParsnipHelenB:and my second question....18:18
NutilyGirlyGirl, what i shold look for?18:18
HelenBusr13, I tried that solution ages ago.18:18
HelenBbut there are missing packages18:19
someone34242ikonia: this ip will be from dns where i buy domain?18:19
ikoniasomeone34242: no, it is the TWO dns servers you want to host your domains dns data18:19
HelenBpackages that I can't download.18:19
HelenB404 errors18:19
Cygnus-X1I'm having some issues with Pidgin.  It says I have an incoming voice message, but when I hit accept, nobody is on the other line.18:19
ActionParsnipHelenB: you didn't answer both questions18:19
xanguaHelenB: what ubuntu version do you use¿ do you use third party repositories¿18:19
JonLimitlessokay actionparsnip, my cd rom isn't recognized so i won't be able to use it for this install type18:19
Cygnus-X1It just keeps ringing to voicemail18:20
Nutilycan someone help me with wifi card and video card for dell inspirion 152018:20
someone34242ikonia: what i must do on my server to get all this things working?18:20
xr1rrI removed some files on git but on commit they are showing still on main website18:20
xr1rranyone have any ideas18:20
DasEiHelenB: just as a try, could try to remove modemmanager, that sometimes interferes with usb18:20
=== root is now known as Guest19619
FerkSweIs it possible to actually get Ubuntu on your Android at the moment?18:21
ActionParsnipNutily: run:  sudo lshw -C network     what is the product line for the wifi? Also what is the output of: lsb_release -sc18:21
HelenBI said earlier that it's 11.1018:21
dackyshawnFerkSwe: slightly off-topic, but yes supposedly it is possible18:21
FerkSweIs there a more proper channel to talk about it in?18:22
ActionParsnip!rootirc | Guest1961918:22
ubottuGuest19619: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.18:22
dackyshawnFerkSwe: http://www.ubuntu.com/devices/android18:22
dackyshawna simple google search would have answered for you18:22
nemikhow could i add an icon to the favorites sidebar on Unity from the command-line?18:23
ActionParsnipHelenB: do you use the safe remove feature of your OS or do you just unplug it?18:23
JonLimitlessOkay so its says it already has the best pppoeconf and none of this tutorial applies. i'm pretty sure the firmware for the wireless card is not on the system18:23
NutilyActionParsnip, product: BCM4311 802.11a/b/g product: BCM4311 802.11a/b/g18:23
nemikis there some file where those are kept? what does dconf-editor use?18:23
FerkSweI did google and I did read all that but it did not include any actual information as to getting it on your phone.18:23
HelenBActionParsnip, I thought I had to just unplug it in Ubuntu. :o18:23
ActionParsnip!broadcom | Nutily18:23
ubottuNutily: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx18:23
ikoniasomeone34242: ask your hosting provider to manage DNS and give you the information18:24
HelenBbut the problem occurs everytime I reboo18:24
HelenBt18:24
HelenBthen relog into ubuntu18:24
HelenBthe message comes up.18:24
NutilyActionParsnip, lsb_release -sc shows -> oneiric18:24
someone34242ikonia: thanks!18:24
someone34242bye18:24
HelenBI don't safely remove because I can't mount it so there's no need to safely remove.18:24
ActionParsnipHelenB: no you MUST safe remove any hardware in any OS. Why do you think its in the OS?18:25
ikoniaHelenB: bottom line is apple devices are just not well supported in Linux18:25
HelenBI can't put Windows on this hardware.18:25
HelenBso18:25
HelenBI've no choice but to use Ubuntu.18:25
HelenBjust help me fix it.18:26
ActionParsnipHelenB: safe remove flushes the buffers and tells the OS that the hardware is gone18:26
HelenBoh18:26
ikoniaHelenB: the bottom line is apple devices are just not well supported on Linux18:26
ikoniaHelenB: if you want your apple devices to work as well as they do on Windows/Mac - contact apple and lodge a complaint18:26
HelenBActionParsnip, So how do I safely remove? :o18:26
FerkSweI'm running Ubuntu on my mac. It's working perfect18:26
ActionParsnipHelenB: you are abusing your hardware. It causes issues. Please use in future18:27
ikoniaFerkSwe: no-one said it didn't18:27
NutilyActionParsnip, and how about 8400 video card?18:27
FerkSweWasn't really following the conversation, I just saw the part about apple and ubuntu.18:27
trismHelenB: did you try the workaround in the comment in the bug I posted above? (device pair/unpair). Also seems to be fixed in 12.0418:27
HelenBActionParsnip, but idk how to safely remove. lol18:27
ActionParsnipHelenB: it will show in unity panel. Right click -> safe remove18:27
HelenBI don't use Unity.18:27
wtwtwthello18:28
irulehi, I have a "Communication controller: Conexant Systems, Inc. HSF 56k Data/Fax Modem (rev 01)" and would like to make it work in a new linux with kernel 3.0.0-12-generic-pae , is this possible?18:28
HelenBbecause it uses stupid amounts of resources.18:28
wtwtwtI have problem of bootup18:28
ActionParsnipHelenB: in windows its in the system tray near the clock18:28
ActionParsnipHelenB: or you can do it in nautilus. Unity2D is very light18:29
HelenBActionParsnip, I'm usng Ubuntu? lol18:29
wtwtwtfrom power on to grub 10sec, and from grub to os, 100secs, what can I do?18:29
HelenBActionParsnip, I do NOT have Unity!18:29
HelenBI use gnome 218:29
ActionParsnipHelenB: its just to educate.18:29
=== eugen is now known as Guest34341
=== supernovae_ is now known as supernovae
ikoniaHelenB: gnome 2 has been dropped from ubuntu at 11.10 so where did you get gnome 2 ?18:30
ActionParsnipHelenB. Again, you can do it in nautilus, 2nd time18:30
HelenBAcidRain2012, apt-get install gnome18:30
I_The linux mint guy is forking gnome 2 in his project called cinnamon looks to be great18:30
ikoniaHelenB: I don't think so,18:30
ikonia!info gnome18:30
ubottugnome (source: meta-gnome3): The GNOME Desktop Environment, with extra components. In component universe, is optional. Version 1:3.0+1ubuntu1 (oneiric), package size 2 kB, installed size 56 kB18:30
HelenBI DID18:30
HelenBI did!18:30
HelenBI did apt-get install gnome18:30
ikoniaHelenB: gnome is gnome318:30
ActionParsnipHelenb: you may need a windows pc to mount, then safely unmount the storage18:31
I_So guys right now who has the better drivers Nvidia or AMD18:31
ikoniaI_: depends on your card and your end goal18:31
brad[]ikonia: in 11.10, gnome is still gnome218:31
ikoniabrad[]: is it really ?18:31
HelenBikonia, It's gnome 218:31
brad[]yeah18:31
HelenBI can take a screenshot18:31
I_I just want to play HD video18:31
trismbrad[]: no, it is not18:31
brad[]ikonia: crap, no I'm wrong - 11.04 is what I'm thinking of18:31
ikoniabrad[]: what repo is it in ?18:31
ActionParsnipI_. I'd say nvidia, neither are outright better18:31
Nutilyhow i can see if i have corectly installed video card..?18:31
=== ann is now known as oldos2er
Layke2How would I run a command in the background? Like fork it off, I don't care about any console output18:31
I_ok thanks so much18:31
ikonia!info gnome 11.1018:32
ubottu'11.10' is not a valid distribution: hardy, hardy-backports, hardy-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, oneiric, oneiric-backports, oneiric-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, unstable18:32
Layke2&& is to run after something right. And what is to just run in the background?18:32
ikonia!info gnome oneiric18:32
ubottugnome (source: meta-gnome3): The GNOME Desktop Environment, with extra components. In component universe, is optional. Version 1:3.0+1ubuntu1 (oneiric), package size 2 kB, installed size 56 kB18:32
itaylor57Layke2, <command> > /dev/null &18:32
I_http://cinnamon.linuxmint.com/ here is a project to fork gnome218:32
Layke2Thanks.18:32
ikoniaI_: we know18:32
I_or use xubuntu if you hate gnome 3 and ubiquity, xfce isn't too bad18:33
HelenBI_, Wait...18:33
qubit[0|1]Layke2, just a single '&'18:33
HelenBI'm using a fork? :o18:33
I_there is no spoon18:33
HelenBI_, That was a serious question.18:33
ikoniaHelenB: no, it's not in ubuntu18:33
HelenBgimme straight answer please.18:33
HelenBikonia, Oh.18:33
ikoniaHelenB: hence why he said "in mint"18:34
Layke2Thanks. :) It still actually outputts everything in the window I ran it from though odly.18:34
Layke2sudo java -jar start.jar  > /dev/null &18:34
HelenBikonia, gnome 2 on 11.1018:34
DasEiLayke2: http://tinyurl.com/y93ksz518:34
HelenBhttp://img820.imageshack.us/img820/1441/hmmidkscreeny.png18:34
I_I can't stand ubiquity or gnome 3 either one to be honest,  I am glad gnome 2 has been forked18:34
itaylor57Layke2, <command> > /dev/null 2>&1 &18:35
DasEiI_: looked at other wm's already ? I like lubuntu18:35
ikoniaHelenB: I know the packages exist, however they are not part of the ubuntu desktop any more18:35
ikoniaHelenB: I actually thought they had been totally removed from the official repos on 11.10 onwards18:35
Layke2Can you explain that to me? It writes the <command> output to /dev/null right? Then what's the 2>&1 & bit do?18:36
itaylor57Layke2, 2>&1 says take stderr and redirect it like stdout 2stderr 1 stdout18:36
trismHelenB: that is gnome 3 fallback mode, not gnome 218:36
I_I haven't messed much with it, I use xfce right now till cinnamon becomes default in linux mint18:36
HelenBtrism, Huh?18:36
HelenBI don't like gnome 318:36
trismHelenB: it is the gnome panel ported to gnome 318:36
HelenBit hogs like unity18:36
ikoniaHelenB: then don't use it18:36
trismHelenB: well gtk3 that is18:36
DasEiI_: ok, mind18:36
HelenBit's the shell that hogs18:36
DasEi!mint18:36
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org18:36
diamondsI can't seem to overwrite any files on the server I'm sshfs'd to18:36
HelenBthe panels don't18:36
xanguaHelenB: you are using gnome3...18:36
HelenBxangua, But I like the panel system.18:37
Layke2Greta all working easier thanks. I had to keep having temrinal windows lying around. It was annoying :)18:37
HelenBso I'll continue to use the panel system.18:37
diamondsoops meant to ask in linux18:37
aimkaHi18:37
ikoniahelen from 12.04 onwards there will be no gnome2 style components18:37
DasEiLayke2: screen might be of interest18:37
trismnot true, we have gnome 3 fallback in 12.04 as well18:37
DasEi!screen18:37
ubottuscreen is a window manager for terminal sessions, also useful over SSH. The 'byobu' package provides very useful additional utilities. See https://help.ubuntu.com/community/Screen18:37
ikoniaHelenB: the sooner you accept this and find a long term replacement the easier you will find it18:37
iksikhello18:37
aimkaIs it the good place to talk about the package ifenslave-2.6 in Ubuntu Precise ?18:38
usr13HelenB: If you want efficiency, try xfce  (apt-get install xubuntu-desktop)  [just a suggestion/option]18:38
HelenBthen until 12 is out18:38
Layke2I typed screen also, it was outputting all the content back in the main window still18:38
HelenBI wont be changing from gnome 3 panels18:38
wtwtwthello18:38
Layke2I guess I could just close it and open a new one though18:38
GirlyGirlHelenB: Might I suggest giving a Kubuntu and Xubuntu livecd a try18:38
wtwtwtI am installing Ubuntu 10.04.4 on Atom. I have problem of bootup, from poweron to grub 10 secs, from grub to os around 100secs, what can I do?18:38
DasEiaimka: #ubuntu+1 rather18:38
HelenBGirlyGirl, Nope.18:38
aimkaok, thx ;)18:38
iksiki'm looking for some working macro recorder/player which can record and play mouse moves and keyboard sequence... i've tested autokey and gnee, under 11.04 - the first one crashes, and the second one, does not seems to work... any recommendations?18:39
usr13HelenB: What do you mean, Nope?  Why not?18:39
HelenBbecause regardless of what WM/DE I've got on my system.18:39
HelenBI should still get supported18:39
ikoniait's fine, she can use what she wants,18:39
ikoniaHelenB: you are supported18:40
HelenBthere is always console18:40
HelenBif gnome 3 can't safely remove a device.18:40
ikoniapeople are just trying to save you from a bad migration to gnome3, if you want to continue down the path you are going, that's fine18:40
ikoniaHelenB: gnome3 can safley remove devices without issue18:40
usr13ikonia: recordmydesktop - Captures audio-video data of a Linux desktop session18:40
ikoniausr13: pardon ?18:40
HelenBIf i can't get gnome panels in ubuntu 1218:40
xanguaHelenB: as you were told you should have right clic and select to safetly remove18:40
HelenBthen I'll simply switch to something like fluxbox18:41
usr13wrong nic?18:41
ikoniaHelenB: great, so that's your desktop migration sorted for the future18:41
JonLimitlessso i am trying to install dkms to my system because i need it to install the wifi firmware, except it needs the internet to install the dkms. What do i do?18:41
usr13iksik: recordmydesktop - Captures audio-video data of a Linux desktop session18:41
DasEi!xnee|iksik:18:41
usr13iksik: gtk-recordmydesktop - Graphical frontend for recordmydesktop screencast tool18:41
nicolehii18:41
iksikDasEi: gnee seems to ba something similiar18:41
iksikbe*18:41
slipp3dis anyone having issues with bluetooth audio ?   Right now I can't receive audio but I can send18:41
HelenBwait a minute...18:41
HelenBall right clicking a device does is unmounts it18:41
=== nicole is now known as Guest70951
iksikusr13: i need a macro recorder, not a video recorder :P18:42
Guest70951hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii18:42
HelenBbut my iphone has never been mounted.18:42
JonLimitless!cdrom18:42
ikoniaHelenB: it has18:42
GirlyGirlHelenB: I use KDE and you can set the panel settings as you like to resemble gnome 2 or in any way you want. I believe the same can be achieved with xfce. Using a different de still means you are using Ubuntu and are supported18:42
ikoniaHelenB: it mounts it when you plug it in18:42
usr13ikonia: Oh, sorry...18:42
HelenBikonia, no it hasn't18:42
Guest70951im new in this18:42
JonLimitless! cdrom18:42
usr13iksik: Oh, sorry...18:42
HelenBI right click on it18:42
ikoniaHelenB: I'm pretty sure it has, it auto mounts it when you plug it in18:42
HelenBand it says18:42
HelenBUnable to mount Helens phone18:42
HelenBso it hasn't been mounted.18:42
xanguaHelenB: do you use latest iOS ¿18:42
ikoniaHelenB: there you go then, so that's why you can't unmount it18:42
ikoniaHelenB: it can't mount it as I said apple device has poor support in linux18:43
HelenBxangua, iOS 5.118:43
xanguaoneiric doesn¿t supports iOS 5 HelenB18:43
HelenBoh18:43
JonLimitlessanyone know a link to the cd rom tutorial?18:43
trismHelenB: one last time, this is a bug: https://bugs.launchpad.net/ubuntu/+source/libplist/+bug/877440 it is fixed in precise but not oneiric18:43
ubottuLaunchpad bug 877440 in upower (Ubuntu) "[iOS 5] Unhandled Lockdown error (-15)" [Undecided,Confirmed]18:43
HelenBis there support in 12?18:43
JonLimitless! disk drive18:43
DasEiiksik: right , the gui type, same engine18:43
ikoniaHelenB: I wouldn't count on any apple support in any distro18:43
JonLimitless!diskdrive18:43
xanguaHelenB: it might, but as always apple is gonna upgrade iOS and break support18:44
ikoniaHelenB: any apple device that works is a bonus as apple can stop it working at any time with any ios update18:44
GirlyGirlHelenB: Yes ios 5.1 will work in precise ... works for me in any case18:44
DasEiJonLimitless: want to manually mount a cd ?18:44
zacktuMy unity sidebar doesn't retreat.  Dunno why.  Is there a setting for that?18:44
ubuntu__1Hi. I have a question...I just installed NVidia video drivers, and it asks me to restart to use the drivers. However, since I'm running Ubuntu from CD and I'm currently uploading 500000 files, that seems a bit of an impractical solution. Is there a way to use the video drivers without rebooting? (Ubuntu 10.04 64-bit)18:44
Nutilyhow i can now that my video card is installed corectly..?18:44
HelenBApple are stupid.18:44
HelenBand so are all the other companies for not supporting Linux18:44
ikoniaHelenB: I'd drop the desire for your apple device to work in linux it will not be an easy road18:44
ikoniaHelenB: they are not stupid18:44
xanguaHelenB: is actually a never ending story, when an ubuntu version is released it supports the current iOS version, then apple upgrade it and it no longer supports it18:44
trismHelenB: there is also a workaround listed in that bug by installing libimobiledevice-utils and using idevicepair unpair && idevicepair pair;18:44
JonLimitlessno dasei, my diskdrive is not reading and i need it to install some firmware, so where could i find the firmware at within the install files?18:44
csharpzacktu: install ccsm and click on the Unity plugin18:44
GirlyGirlHelenB: But I won't rely on it working forever18:44
HelenBtrism, Like I said ealier18:45
HelenBI tried installing those packages18:45
Artemis3ubuntu__1, no, if you allocated space to save changes (ie an usb stick) the changes will take effect, otherwise they will be lost.18:45
HelenBbut some of them gave me 404 errors18:45
ikoniaHelenB: well, now you know and understand the situation18:45
DasEiJonLimitless: cdrom or hd ?18:45
alusionHello Ubuntu I am having a problem with Ubuntu 11.10 unable to start Chromium browser18:45
JonLimitlesscd rom, dasei18:45
alusionHeres the pastebin of what it says in terminal18:45
alusionhttp://pastebin.com/ZvngX2df18:45
=== eugen_ is now known as Guest19507
Nutilyhow now that my video card driver is installed corectly?18:45
DasEiJonLimitless: insert a cd, open a terminal :18:46
JonLimitlessok, what now dasei18:46
trismHelenB: there is only one package, libimobiledevice-utils, it is in universe18:46
DasEiJonLimitless: sudo mkdir /media/cd && sudo mount /dev/cdrom0 /media/cd18:46
GirlyGirlalusion: "killall chromium-browser" and try again18:46
csharpalusion: seen this?: http://n00bsys0p.wordpress.com/2011/05/26/google-chrome-failed-to-create-a-processsingleton-for-your-profile-directory-fix/18:46
HelenBtrism, but I need idevicepair and unpair18:46
trismHelenB: those are in libimobiledevice-utils18:47
trismHelenB: those are the commands you run in a terminal after installing18:47
HelenBoh :o18:47
ubuntu__1That is unfortunate. Not even Dungeon Crawl Stone Soup works correctly, and I suspect lack of video card drivers are to blame.18:47
alusionno process found for browser18:47
JonLimitlessdev/cdrom0 doesn't exist dasei18:47
alusionAHH my partition has been full18:47
DasEiJonLimitless:  /dev/cdrom0 ?18:48
HelenBtrism, I ran the commands but still unable to mount the device.18:48
HelenBwhat does this do?18:48
JonLimitlessyes, my error was"mount: special device /dev/cdrom0 does not exist"18:48
HelenBidk if I've even done it right.18:48
JonLimitlessi think it needs the firmware, dasei18:48
diamondshttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=31807818:49
ubottuDebian bug 318078 in sshfs "mv fails to overwrite existing files" [Important,Fixed]18:49
diamonds^is there a way to make this work for SVN?18:49
trismHelenB: after the pair/unpair you should be able to click the device in nautilus and it will mount (it worked for me anyway)18:49
diamondssvn `mv`s files internally so I can't throw a switch on it18:49
HelenBtrism, wait...18:49
trismHelenB: otherwise you may need to wait for the fixed version in 12.04 when it comes out later this month18:49
HelenBI have to pair18:49
HelenBthen unpair?18:49
HelenBbecause I did unpair then pair18:50
trismHelenB: unpair then pair, sorry18:50
DasEiJonLimitless: sudo apt-get install hwinfo pastebinit && sudo hwinfo | pastebinit18:50
HelenBnot working18:50
=== Guest76264 is now known as mfisch
trismHelenB: yes you are right, I typed it in the wrong order18:50
playmanI accedentily deleted a show on my XBMC (running ubuntu 10.04) machine trough putty, how can I restore it?18:50
diamondsah nm it's on the sshfs setup that the switch goes18:50
jhutchins_wkroot can't access a user's encrypted home directory by changing the user's password can it?18:50
OerHeksjhutchins_wk, no, it can't.18:50
Nutilyneed help with wifi card..18:50
JonLimitlessunable to locate package hwinfo && pastebinit18:51
jhutchins_wkThat's sort of the point, isn't it?18:51
HelenBtrism, wont mount.18:51
DasEibasics, Nutily:18:51
DasEi!wireless18:51
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs18:51
HelenBAre you using 11.10?18:51
HelenBI really want it to work.18:51
HelenBAre you using an iPhone 4S with iOS 5.1 ?18:51
DasEiJonLimitless: give url from terminal here18:51
ikoniaHelenB: you can't depend on linux/apple working18:51
JonLimitlessi don't have wifi on the pc18:51
trismHelenB: I was when I had the problem I am not now, some later comments suggest unplugging and replugging after the unpair/pair18:51
JonLimitlessi need to install the cdrom to get the firmware for the wifi to work18:52
NutilyDasEi problem is sowhere but i cant find it, because after wifi driver i lost wifi card..18:52
Kanerix...what18:52
xanguaHelenB: if you really wish you can try downgrade the iOS version18:52
HelenBnope still not working.18:52
DasEi!info hwinfo18:52
ubottuhwinfo (source: hwinfo): Hardware identification system. In component universe, is optional. Version 16.0-2ubuntu1 (oneiric), package size 17 kB, installed size 116 kB18:52
HelenBxangua, How?18:52
HelenB:o18:52
deboragjk18:52
HelenBand which iOS version has nice support in Linux?18:52
NutilyDasEi, alredy did this... https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx18:52
ikoniaHelenB: none18:52
DasEiJonLimitless: which distro are you running (lsb_release -a)18:53
xanguaHelenB: is actually a never ending story, when an ubuntu version is released it supports the current iOS version, then apple upgrade it and it no longer supports it - like i said, a NeverEndingStorie18:53
ikoniaHelenB: plus everytime you try to sync your phone it will try to upgrade it18:53
JonLimitlesslubuntu 11.1018:53
DasEi!broadcom | Nutily18:53
ubottuNutily: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx18:53
DasEiah18:53
ikoniaHelenB: again - the sooner you accept not depending on linux/apple compatability the sooner you can settle into your long term way of working18:53
JonLimitlessUbunutu 11.10, dasei18:53
DasEi!pm |JonLimitless18:53
ubottuJonLimitless: 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.18:53
JonLimitlessSorry, desai18:54
NutilyDasEi, after that i activete driver from aditional driver page..18:54
prashant_123456which version of mutt mail client i m using ??18:54
DasEiJonLimitless: so should have hwinfo n pastebinit, apt or sources borked ?18:55
diamondshttp://www.hastebin.com/raw/waqoyuxaji18:55
zacktuI just discovered that my swap partition is commented out in /etc/fstab.  Is it okay to ensure that it has the correct UUID and then remove the #?18:55
diamonds^is there not a better way than "kill"?18:55
JonLimitlessit should of worked except my wifi isn't connected18:55
DasEiprashant_123456: apt-cache show mutt18:55
=== wawawee is now known as waweee
ivancitohola peña¡¡¡18:56
DasEi!es18:56
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.18:56
Nutilyneed free helper with video card and wifi18:56
ivancitohi everybody18:56
playmanI accedentily deleted a show on my XBMC (running ubuntu 10.04) machine trough putty, how can I restore it?18:57
waweeeIs there a twitter client for ubuntu that actually displays the twitter messages as an event individually? Choqok has a pop up but you have to click "Show" and it opens the application.18:57
ikoniaplayman: gone18:57
jhutchins_wkplayman: Copy your backup.18:57
DasEiJonLimitless: gksudo gedit /etc/apt/sources.list , universe enabled ?18:57
dackyshawnplayman no guarentee u can18:57
jhutchins_wkplayman: There is a utility called photorec that may be able to recover it if NOTHING has been written to the disk since.18:58
playmanwell if you can recover files in windows you certainly should be able to do that in linux18:58
DasEiplayman: how did you delete, by rm ?18:58
cargo23+1 for photorec18:58
ikoniaplayman: how would you recover a file in windows that you'd deleted18:58
dackyshawnphotorec might work18:58
JonLimitlessthat command doesn't work dasei,18:59
DasEi??18:59
playmanDasEi: nope, just used delete in win718:59
dackyshawnhuh?18:59
ikoniaplayman: files gone, sorry18:59
dackyshawnplayman try photorec18:59
DasEiplayman: if you went through putty and used rm, it's gone18:59
playmanikonia: I would go to the recicle bin and restore it :)18:59
dackyshawnMIGHT work, but dont hold your breath18:59
ikoniaplayman: right, you used a tool that overrides the recyle bin19:00
dackyshawnplayman u deleted a file from a network not from the hd19:00
ikoniaplayman: it's the equivilent of hitting "empty recycle bin"19:00
dackyshawnhence no recycle bin19:00
DasEiplayman: ssh is like acting local on the remote box19:00
dackyshawnDasEi: he did it from a network share i think19:00
playmanDasEi: no I didint delete the file with rm, just right clicked it in win7 and deleted it, using shared disk19:00
DasEiplayman: well look in the bin, but I'm not sure if that succeeds19:01
DasEiJonLimitless: sudo apt-get update    works ?19:02
playmanikonia: even if I not even used terminal to delete it? used no rm or anything like that, I just deleted it from my win7. the drive is mapped.19:02
ikoniaplayman: you used rm, it's gone19:03
JonLimitlesssays sorry try again19:03
teligard2_Hi all.  Does anyone know howto get an old wired xbox360 controller working in ubuntu 11.1019:03
DasEiJonLimitless: exact message ?19:03
JonLimitlessyes19:03
KM0201playman: when you delete from a network drive, did you not see that warning "warning, file will deleted immediately" (or something to that effect?19:03
teligard2_I've installed xboxdrv-stable19:03
Nutilyneed free helper with video card and wifi19:04
ikoniaNutily: just ask the question if someone can help they will19:04
playmanikonia: by deleting the file in win7 enviroment, does that equal to rm?19:04
DasEiJonLimitless: very strange system you got there19:04
matmatsi'm getting some weird error messages in syslog, any ideas whats wrong here? http://pastebin.com/7F032CVM19:04
Nutilyikonia noone want to help..19:04
JonLimitlessmhmm, no wifi, or cdrom firmware installed after its up.. dasei19:04
playmanKM0201: yes I did, but in some stupidity I chose the wrong file to delete :/19:04
* DasEi phone, second19:05
JonLimitlesslet me restart my pc, dasei19:05
KM0201playman: my guess is, you won't make that mistake again... that dialogue box pops up for a reason... you essentially used a GUI version of RM19:05
Nutilyho can i check if i have installed video card driver and Ubuntu uses my video card..?19:05
ikoniaNutily: what video card are you using ?19:05
KM0201playman: naturally, since you have an up to date backup, this should be an easy thing to fix.19:06
SofSis this the right channel to ask about chrooting?19:06
ikoniaNutily: actually, have a read of https://help.ubuntu.com it will give you an introduction on using ubuntu, including setting up your video card and wireless19:06
JonLimitlessokay, i needed a restart. Desai it said failed to get update. probably because the wifi firmware needs to be installed19:06
arthas6667i have a question, I run the Satanic distro of Ubuntu and was untill yesterday on 10.10 which  worked perfectly for me until it notified me that updates were no longer avalible, so i  upgraded to 11.04 which has unity and gnome 3 which i hate, r there any security issues staying  with 10.10 any help?? :(19:06
ikoniaarthas6667: it's not supported here19:06
ikoniaarthas6667: sorry19:06
playmanKM0201: unfortunedly I dont have a backup for 4Tb19:06
KM0201ouch.19:07
arthas6667>ikonia ne suggestions as to where i should look for suppot19:07
KM0201playman: you live on the edge, sometimes you fall off.... what exactly did you lose?19:07
ikoniaarthas6667: their website?19:07
arthas6667>ikonia it says nothing about security issues staying with 10.10 which no longer received updates19:08
ikoniaarthas6667: sorry, contact the makers, it's not an ubuntu distro19:08
arthas6667kk thnx19:08
matmatshmm pff19:09
Bennlucky7my contact list is gone :'(19:09
playmanKM0201: that's true, nothing major lost, I just lost 1 episode, and the DVD is scratched so I cant re-rip it, just wanted to save the hasle of getting me a new copy of the DVD19:09
DasEiJonLimitless: oh, so why not wire it ?19:09
matmatsi think my hard disk is about to be gone19:09
KM0201playman: hmm, depending on the episode, you might be able tof ind a torrent19:10
JonLimitlessit is wired in dasei, but the internet still doesn't work. i have the firmware files for the wifi but i need the cdrom to work to pull the data right. Really what i need to know is what and where can i find the firmware for cdrom19:10
DasEiJonLimitless: so you are speaking from a different machine ??19:11
JonLimitlessyes dasei.19:11
playmanKM0201: true, but becouse if my "perfectionist" I want the pure DVD rip with my language subtitle, wich I've never found.19:11
Bennlucky7so im using empathy in this chat.. but my contact list is gone right now19:11
KM0201play4:  i see19:11
DasEiJonLimitless: so first get the wired inet working19:12
prashant_123456DasEi, thanks for the help19:12
Bennlucky7why is that happen?19:12
sorin_I want an opinion on a dual boot installation, Ubuntu and xubuntu.How is better to do? on the same partition or another?19:12
DasEinp, prashant_12345619:12
JonLimitlessi need the cdrom to work first to get the wired and wireless internet firmware to work, dasei19:12
matmatscan someone please take a look at my syslog? what should i do with my hd? http://pastebin.com/7F032CVM19:13
Nutily<ikonia> I was using ubuntu before and graphics was working now a lot have changed i use Geforce 8400 on dell inspirion 1520 no support for it only 1525 version..19:13
DasEiJonLimitless: what a box is it ?19:13
Bennlucky7matmats: u need to check disk utility19:13
JonLimitlessjust a regular cd/dvd rom is install in my laptop, i need to figure where in the install files the firmware for it is, dasei19:14
DasEimatmats: try a fsck on the unmounted drive, if that doesn't do, use badblocks19:14
DasEiJonLimitless: which laptop, brand/model19:14
matmatshm ok, will do that19:14
DasEimatmats: need more help on it ?19:14
DasEi!info badblocks19:15
ubottuPackage badblocks does not exist in oneiric19:15
JonLimitlessalienware m17x r-1, dasei19:15
KM0201sorin_: why would you want to do that?19:15
sorin_to install and Xubuntu19:15
Bennlucky7ubuntu is the best !19:16
KM0201sorin_: i guess i still don't understand19:16
emuWhat's the shortcut to go into the terminal if everything freezes?19:16
sorin_to install and use ubuntu but home in Ubuntu19:16
L3mceemu: try ctrl + alt + f219:16
matmatsDasEi: ill search on badblocks a bit and come back then19:16
Nutilyneed help installing drivers for dell inspiron 1520!19:17
DasEiJonLimitless: http://tinyurl.com/2cffmhk19:17
sorin_I want to install Xubuntu next ubuntu, but I use the drive home from ubunt19:17
DasEiusb should work to echange data , JonLimitless19:17
matmatserr i tried badblocks /dev/sdb, now i'm waiting19:18
Bennlucky7emu: Keyboard shortcuts and insert whatever u want19:18
DasEisorin_: no problem, just install xubuntu-desktop and choose as session at login-time19:18
matmatsis that going to get me any results`19:18
JonLimitlessthanks dasei, hopefully this has all i need19:18
matmatsquestion mark19:18
sorin_Excuse English but live in romania19:18
DasEiJonLimitless: channel is laaaarge ;)19:18
JonLimitlesshehe yeah dasei19:18
matmats(the device is unmounted)19:19
=== maximus is now known as Guest91583
OerHekssorin_, do you want to share your /home between ubuntu & xubuntu ?19:19
sorin_yes19:19
=== matmats is now known as DerMat
Guest91583hi19:20
JonLimitlessahhh says i can't install the dkms cause i need the internet, is there a way to change it from cdrom to usb stick desai?19:20
OerHekssorin_, this is not advisable, AFAIK.19:20
sorin_its is posible?19:20
sorin_AFAIK?19:20
=== spawn is now known as Guest26335
DerMatbadblocks probably takes a while, right?19:20
brontosaurusrexsorin_, i never tryed, but i cant see why that wouldnt work19:20
DasEimatmats: for fsck it has to be unmounted, not for badblocks, first try if it's a FS-error, then examine surface of disk19:20
DerMatoh19:21
Nutilyneed help installing drivers for dell inspiron 1520!19:21
DasEiDerMat: badblocks is a time-eater, yes19:21
sorin_k,thk19:21
DerMathmm it says the use of fsck on mounted devices fuehrt zu schwerwiegenden schaeden19:22
Praxiso while googling for a solution to copy & pasting TO putty, I notice everyone recomends to use other terminals.  The MAIN reason I use putty, it has an address book of sorts.19:22
DasEiDerMat: see above19:22
Nutilyneed help installing drivers for dell inspiron 1520 using Ubuntu 11.10!19:22
DasEifsck=unmounted, badblocks=mounted19:23
Praxiif using ssh via regular terminal, is there anyway to get a address book?19:23
DerMatoh, right19:23
DasEiDerMat: usb-stick handy ?19:23
partoNutily  Have you tried additional drivers19:23
DasEiDerMat: or live cd ?19:23
brontosaurusrexPraxi, is that a windows question?19:23
DerMatits a hard disk19:23
DerMat2 tb ext419:23
Praxibrontosaurusrex, no19:23
Nutilyparto, for wifi car i tried this https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx19:23
DerMaterr and yeah19:24
DerMati can get some stick19:24
DasEiDerMat: yes, but you are in need of booting from another medium so you can check the UNmounted hd19:24
Praxithe reason I use putty on UBUNTU is because it lets me save connections.  I can scroll through a list and choose the one I want to SSH to.  IN UBUNTU using the terminal and SSH do I have anything like that, that I'm just not aware of?19:24
DerMatthat is not the boot device19:24
geekbriPraxi: You can use the .ssh/config file to setup saved connection information19:25
brontosaurusrexPraxi, oh, i see that putty is not only for win :)19:25
DerMatfsck says its not an ext2 fs19:25
DasEiDerMat: so a second hard drive ? well, unmount it before fsck'ing it19:25
DerMatwhich is it really is not19:25
brontosaurusrexPraxi, you could make aliases on other terms i guess19:25
DerMatits unmounted now19:25
DerMatcan i fsck an ext4 partition?19:26
DasEiDerMat: sudo fdisk -l , which FS-type ?19:26
brontosaurusrexso say server1 is ssh myname@server119:26
DerMatext419:26
DasEifsck fine for extX19:26
Nutilyneed help installing drivers for dell inspiron 1520 using Ubuntu 11.10!19:26
geekbriPraxi: if you check out man ssh_config you'll see near the top in the description a bullet that says you can have user configurations in ~/.ssh/config.  You can setup hostname specific connection information19:26
DasEiDerMat: /dev/sdb ?19:26
Praxiawesome thanks geekbri reading now19:26
DerMatyes19:27
JonLimitlessahhh says i can't install the dkms cause i need the internet, is there a way to change it from cdrom to usb stick desai?19:27
DasEiDerMat: sudo fsck /dev/sdb1  -y (see output from fdisk to be sure)19:27
Praxistill reading, but for just a quick answer geekbri, I assume I can ssh to username@/dev/ttyusb0  or something similar?19:28
=== `mOOse` is now known as m00se
DerMatit says superblock unreadable19:28
DerMatfsck.ext2: Superblock ungültig versuche es mit Backup-Blöcken...19:29
Bennlucky7why my contact list is gone19:29
geekbriPraxi: while I haven't tried that myself yet, my guess would be yes.19:29
DerMatsomehow it keeps using an ext2 version?19:29
Nutilycan somone realy help me installing drivers for dell inspiron 1520 using Ubuntu 11.10! cant find any way to do this right... at least show me some working tutorial19:29
grimetonhi19:29
grimetoni'm just installing ubuntu and when i'm asked for the keyboard layout i can select whatever i want on the left side, the right side doesn't change19:30
Bennlucky7okay i get it done now19:30
grimetonleft side -> column with basic layouts, right side -> column with detailed layouts19:30
grimetonany hints?19:30
grimetonlooks like i killed the whole setup :/19:31
DasEiDerMat: does it check or not ?19:31
DerMatno, it doesnt check19:31
L3mceDasEi DerMat df -T19:31
DerMatjust the error, it does check sdb2 though19:31
DerMatand it says recovering journal19:31
DasEiL3mce: checked fdisk -l19:31
L3mceif you are trying to determine FS type it won't say, other than "Linux"19:32
geekbriPraxi: googling "ssh user config" usually yields many useful results19:32
DerMatL3mce its not mounted19:32
DerMatatm19:32
Nutilycan somone realy help me installing drivers for dell inspiron 1520 using Ubuntu 11.10! cant find any way to do this right... at least show me some working tutorial19:32
DasEiDerMat: good sign, again , look at fdisk -l, which fs is /dev/sdb1, extended lvm ??19:32
zomgattaxomg... ubuntu secrets http://bit.ly/HxH14l19:32
zomgattaxdon't click thta19:32
Praxiroger geekbri lot of reading now hehe, short answer, I can't SSH a serial port19:32
zomgattaxwrong window19:32
lux_I'm tired of windows!19:33
geekbriPraxi: sounds reasonable.  I've never tried to SSH to a serial port19:33
DerMatoddly sdb2 is not shown in fdisk -l, and sdb1 :19:34
DerMat   Gerät  boot.     Anfang        Ende     Blöcke   Id  System19:34
DerMat/dev/sdb1               1      266306  2147483647+  ee  GPT19:34
geekbriDerMat: does file -s /dev/sdb2 show anything?19:34
zomgattaxhttp://bit.ly/HxH14l19:34
animazzurra32salve19:34
delinquentmeI've got a directory of numerous files in which I'd like to search for a fairly complex string .. and run a replace on them ... grep is the tool I want .. correct?   and is this too complex of a string to search for: http://pastie.org/377007319:34
DerMati thought theres just one partition on that disk19:34
Nutilywhy here noone willing to help19:34
DerMati dont know why there are two19:34
animazzurra32nessun italiano?19:34
DasEiDerMat: so gpt-table, so all fine, check the linux/extended ones19:34
partoNutily  That's quite a process. Try this: open dash and type drivers, choose additional drivers and see what comes up.19:35
DerMatmat@bb:/mnt$ sudo file -s /dev/sdb219:35
DerMat/dev/sdb2: Linux rev 1.0 ext4 filesystem data, UUID=8ddc8220-ec41-4806-8311-aafdf11c961f (extents) (large files) (huge files)19:35
menHow do I install ubuntu under Windows?19:35
DasEiDerMat: there you go19:35
SofSis there a way to change the kernel seen within a chroot (like by "uname -r" and modprobe)19:35
DasEi!vm | men19:35
ubottumen: There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications19:35
Bennlucky7why everytime i go to sdb there is an icon mounted?19:35
DerMathmm, so, i'm good now?19:36
ikoniaSofS: there is only one kernel running19:36
ikoniaSofS: it's nothing to do with chroot19:36
menDasEi: Thank you.19:36
DasEiDerMat: fsck finished, repairs confirmed ?19:36
partoanyone ever done an 'uptime' command that shows only the time you've been up. Not the number of users or anything else, just the days, hours and minutes you've been up.19:36
aromanhi, question. I've just entered some kind of insane dependency hell. How can I get out? http://paste.ubuntu.com/925370/19:36
Nutilyparto, i did that there is 4 drivers Nvidia and 1 driver Broadcom19:37
flashingpumpkinhey guys. any quick answer on how I can add folders to the dock?19:37
DerMatDasEi: it said: recovering journal, and then: clean19:37
DasEiDerMat: so finished back to command prompt ?19:37
DerMatand now it says clean right away19:37
DerMatyes19:37
Praxiahh geekbri https://help.ubuntu.com/community/CiscoConsole  minicom is the hyperterm of linux hehe19:37
Praxity for your help geekbri very much appreciated19:38
DerMattried fsck again, and now nothing about the journal, just says clean19:38
geekbriPraxi: that also makes sense :) np.19:38
geekbriPraxi: you usually dont need to encrypt a serial connection :)19:38
Nk26Anyone know a way to pull like 100 files at a time out of directory and move them to another directory19:38
DasEiDerMat: fine, so use it again and check syslog, case problems proceed, badblocks is your friend19:38
Praxiputty just handles it all in one place is what I like.  has huge copy & paste issues on linux though hehe19:38
trismaroman: that seems fine, what did you try to install? likely something that requires the i386 libraries19:38
DerMatalright, thanks a lot19:38
aromantrism: oh crap, it might have been skype.19:39
trismaroman: yeah that would do it19:39
clone1018How do I make /home/bla/public_html accessable by the webserver only, and no other group but the owner of the home directory?19:39
aromantrism: thought I grabbed the x64 deb though. let me remove it and see what's up.19:39
DasEiJonLimitless: all fine ?19:39
_ravenhow to use internal MODEM for analog phone calls?19:39
JonLimitlessno i can't get the firmware to install19:40
sstaparto: not that I know of, but it would be a trivial script to write.  Look in /proc/uptime.  The first number is the uptime in seconds19:40
aromantrism: yep, that was it. Thanks!19:41
L3mce!it | animazzurra3219:41
ubottuanimazzurra32: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)19:41
Nutilylookin for advanced linux user to help me install drivers on dell laptop...19:41
L3mceNutily: what drivers19:41
=== jeff_ is now known as Guest11904
L3mceNutily: what hardware are you trying to get working19:41
NutilyL3mce, wifi and video19:41
NutilyL3mce, Dell Inspiron 152019:42
L3mcedo you have access to terminal Nutily?19:42
ikoniaNutily: just ask the question19:42
ikoniaNutily: did you read the link I gave you https://help.ubuntu.com ?19:42
NutilyL3mce, yes, and i use Ubuntu Desktop 11.1019:42
DasEiJonLimitless: where are you stuck ?19:42
fishcookerOO desktop please19:42
L3mcedo you have access to internet via the regular ethernet Nutily?19:42
ikoniaNutily: that links shows you how to deal with video cards and network cards ?19:42
Nutilyikonia yes i did no help19:42
fishcookerwhy still on 11.1019:43
ikoniaNutily: in what way was it no help19:43
fishcooker:p19:43
ikoniafishcooker: because it's the current stable release.19:43
NutilyL3mce, yes19:43
fishcookerOO will stable..19:43
fishcookersoon, ikonia :p19:43
L3mcePlease, in a terminal, type and paste the output of: lspci | grep VGA19:43
JonLimitlesswell that guide didn't work for me desai, thats just for a couple of the things. i need to install dkms except it needs internet to finish the process... which i need dkms to install the wifi drives... desai19:43
NutilyL3mce, i have Nvidia Geforce 8400GS and Wifi card BCM431119:44
aliany friends here19:44
DasEiJonLimitless: nick is DasEi; did you follow the guide concerning bootable usb ?19:44
fishcookerbad nvidia nutily19:45
Nutilyfishcooker, why..?19:45
fishcookerwhy not radeon from AMD19:45
L3mceIf you aren't going to do what I tell you, I will stop.19:45
aliany maldivian here19:45
ikoniafishcooker: do you actually have anything useful to say rather than pointless comments ?19:45
DasEifishcooker: nvidia is better supported19:45
Nutilyfishcooker, cause it is laptop..19:45
L3mcefishcooker: nvidia tends to be much better on linux than ATI. Don't tell people they have bad cards19:45
DasEi!support|ali19:45
ubottuali: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com19:45
NutilyL3mce, 01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1)19:46
L3mceNutility what steps have you taken so far to try and get the nvidia going?19:46
DasEiali: general chatter #defocus and others, technical support here19:46
NutilyL3mce, advdition drivers for video card19:46
aliwhat19:46
JonLimitlessyes desai, i have the usb already created19:47
DasEidesai<>DasEi19:47
NutilyL3mce, 3 of them dont now which version to take..19:47
DasEiJonLimitless: so at which step you are stuck ?19:47
L3mceNutily: apt-get remove nvidia*19:47
partoNutily    Try installing them and it'll work. Thats what I do with my hp 530.19:48
_ravenhow to use internal MODEM for analog phone calls?19:48
L3mceNutily: what version ubuntu are you using?19:48
aFeijohi guys19:48
NutilyL3mce, 11.10 64bit19:48
fAz4is ubuntu software center a interface on top of apt-get/dpkg19:48
aFeijoI have a ubuntu 11.10 in english, how to change it to portuguese-br?19:48
DasEifAz4: jupp19:49
NutilyL3mce, done19:49
fAz4DasEi: that means yup ?19:49
DasEiyeess19:49
darbeI have gedit error      http://paste.ubuntu.com/925389/19:49
Praxihmm some instructions tell me to right click my desktop and choose create launcher, I don't have create launcher under a desktop right click, how else can I get there?19:49
fAz4DasEi: so you're german ;)19:49
darbecan somebody help me?19:49
JonLimitlessthe part where it won't accept my usb stick as a cdrom for the dksm package to install19:49
partossta   Yeah, already did that. My question is how to extract only that part showing the up time and discard the others. I want to display in my panel how long av been up.19:49
clone1018So even after chmodding 777 /home/clone1018/public_html www-data still can't access it.19:50
sstafAz4: sort of.  It's built on top of the apt libraries19:50
L3mceNutily: one second19:50
=== HelenB is now known as HelenB[Away]
Pl3nar1usIs there a way to make calls with my cell phone from my laptop via bluetooth?19:50
NutilyL3mce, now in additional drivers i see other NVIDIA drivers19:51
trismdarbe: seems like you may have removed some files, try: sudo apt-get install --reinstall gedit-common;19:51
_ravenhow to use internal MODEM for analog phone calls?19:51
sstaparto: uptime|cut -c1-2719:51
darbetrism: thanks. let me try19:51
Mkmanwhen it is schedule the release of the next version of ubuntu?19:51
L3mce!info nvidia-current ocelot19:51
ubottu'ocelot' is not a valid distribution: hardy, hardy-backports, hardy-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, oneiric, oneiric-backports, oneiric-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, unstable19:51
hackthewayhey ...19:51
legaspin 15 days i think19:51
L3mce!info nvidia-current oneric19:51
ubottu'oneric' is not a valid distribution: hardy, hardy-backports, hardy-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, oneiric, oneiric-backports, oneiric-proposed, partner, precise, precise-backports, precise-proposed, stable, testing, unstable19:51
hackthewayIrssi ..19:51
L3mce!info nvidia-current oneiric19:51
ubottunvidia-current (source: nvidia-graphics-drivers): NVIDIA binary Xorg driver, kernel module and VDPAU library. In component restricted, is optional. Version 280.13-0ubuntu6 (oneiric), package size 30824 kB, installed size 90500 kB (Only available for i386; amd64; lpia)19:51
hackthewayRocks.19:51
L3mcesorry guys19:51
Nk26Anyone know a way to pull like 100 files at a time out of directory and move them to another directory?19:52
L3mceNutily: apt-get install nvidia-current19:52
DasEiL3mce: take it to #ubuntu+1, there !info nvidia-current19:52
darbetrism: it didn't worked :(19:52
DasEiah, sorry oneiric, right here, but no distro19:52
trismdarbe: what errors do you get now? in pastebin19:52
JonLimitlessthe part where it won't accept my usb stick as a cdrom for the dksm package to install: desai19:53
=== HelenB[Away] is now known as HelenB
MkmanNk26, mv /dir/* /dest/dir/19:53
NutilyL3mce, done19:53
darbetrism: http://paste.ubuntu.com/925389/19:53
L3mceNutily: that will require a reboot19:53
DasEiJonLimitless: please put correct nick, as I otherwise easy overread your posts19:53
trismdarbe: so same, hmm19:53
NutilyL3mce, ok will do one now.. :)19:54
delinquentmemy output volume is too low .. how can I boost the sound19:54
delinquentmeor gain?19:54
darbetrism: yes :(19:54
delinquentmeit doesnt need to be cleaner ... just louder19:54
Nk26mkman I need to only do a 100 or 500 at a time its a dir filled with thousands of files19:54
MkmanNk26, do you know which files to do you want to mv, does it have a logical name?19:55
sstaNk26: for foo in $(ls |head -100); do mv "$foo" /some/path; done19:55
Nk26Mkman I was thinking i could use -tail or something19:55
Nk26ssta thanks ill check that out !19:56
NutilyL3mce, done restart19:56
MkmanNk26, tail output the last part of files19:56
DasEiJonLimitless: so you are now in your hd os, with the usb inserted ?19:56
JessicaWLF help with mounting windows share to linux. won't let me write unless root. trying to let any user have write permissions19:56
JonLimitlessyes dasei, i am just trying to install the dkms firmware19:56
Ubulindythink I just got rooted, and it took my HDD down, Im now on my windows box.... is that possible? dont think was HDD failure19:57
NutilyL3mce, at additional drivers now i see activeted nvidia_current19:57
DasEiJonLimitless: mount             where is the usb mounted ?19:57
L3mceallrighty then. one down, one to go19:57
L3mce!bcm | Nutily19:57
Pl3nar1usIs there a way to make calls with my cell phone from my laptop via bluetooth?19:57
ubottuNutily: Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs19:57
darbeanybody?? http://paste.ubuntu.com/925389/19:57
trismdarbe: can you pastebin: ls -l /usr/share/glib-2.0/schemas/19:57
JonLimitlessg drive i think, dasei19:58
Ubulindyjust wanna know if that is possible to destroy hdd if roooted19:58
DasEiUbulindy: unlikely, can't boot ubu nomore ?19:58
Ubulindynope DasEi19:58
DasEiJonLimitless: mount            in terminal tell you the mountpoint, not the device19:58
DasEiUbulindy: what happens if you  try ?19:58
NutilyL3mce, Natty_11.04 support only19:58
JonLimitlessokay done dasei19:59
Ubulindyjust sites there, blank, now cant even re-install from usb and it reads the usb, display works, everything19:59
JonLimitlesslet me test to see if it works19:59
NutilyL3mce, at my connections i see "device not ready (firmware missing)"19:59
rfictushowdy!19:59
DasEiJonLimitless: cd there19:59
L3mcegonna be pretty much the same Nutily19:59
jump1973salve, ho problemi con brasero, posso spiegarlo..19:59
DasEiJonLimitless: an from there to the pool folder19:59
LjL!it | jump197320:00
ubottujump1973: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)20:00
JessicaWhttp://paste.ubuntu.com/925409/ is what I'm currently using. let's me read only. if sudo then can write.20:00
UbulindyDasEi, failsafe mode, everything fails20:00
jump1973grazie20:00
delinquentmeHelllooo there ! I"m trying to figure out the best way to search a number of files and replace string in them!20:00
UbulindyDasEi, sits there blank cursor20:00
DasEiUbulindy: more precise, no login ? initramfs ?20:00
darbetrism: http://paste.ubuntu.com/925411/20:00
UbulindyDasEi, nope20:00
NutilyL3mce, so my vido card now works?20:01
DasEiUbulindy: tried to call grub menu ?20:01
UbulindyDasEi, I have grub which has totally chnaged, cant get passed grub20:01
brontosaurusrexdelinquentme, file rename?20:01
NutilyL3mce, additional drivers show that this driver is activeted but not curently in use20:01
=== MartinS is now known as Guest3669
trismdarbe: try: sudo glib-compile-schemas /usr/share/glib-2.0/schemas/20:02
trismdarbe: then see if gedit works20:02
_ravenhow to use internal MODEM for analog phone calls?20:02
delinquentmebrontosaurusrex, I mean I need to open like 12 files and search for a complex string20:02
delinquentmeand then replace that string20:02
UbulindyDasEi, lolz, Im at my witts end, I just dont think is hdd failure20:02
DasEiJonLimitless: in poolfolder now ? filename will differ20:02
darbetrism: THANKSSSSSSSS20:03
UbulindyDasi, firewall took a major hit, BAM I went down20:03
trismdarbe: working now?20:03
darbetrism: youARE great20:03
L3mceNutily: apt-get install firmware-b43-installer b43-fwcutter20:03
JonLimitlessmy thumbdrive isn't working i have to get another one20:03
darbetrism: tell me what you did20:03
DasEiUbulindy: tried to call grub menu ?20:03
Pl3nar1usIs there a way to make calls with my cell phone from my laptop via bluetooth?20:03
sstadelinquentme: sed -i 's/foo/bar/' file1 file2 file3 file4 ...20:03
NutilyL3mce, did that20:03
UbulindyDasEi, yes I have grub comes up, has totally chnaged tho20:04
trismdarbe: your gsettings.compiled file was old (from march 31st) so I figured there was some error in it and we rebuilt it with that command20:04
L3mceyou installed both of those?20:04
UbulindyDasEi, can not get passed grub20:04
trismdarbe: I would have thought reinstalling gedit-common would have done that, but I guess not20:04
DasEiUbulindy: tried to boot another kernel ?20:04
NutilyL3mce, yes this comand "sudo apt-get install b43-fwcutter firmware-b43-installer"20:04
L3mceNutily: you can follow the guide, because it mentions natty doesn't make it natty only.20:04
UbulindyDasEi, cant, it wont boot anything now, just get black screen with blinking cursorr20:04
trismdarbe: I see a bunch over overrides there, so it may have something to do with when you added those20:05
DasEiJonLimitless: nick, please20:05
darbetrism: why reinstaaling didn't fix it?20:05
NutilyL3mce, ok so now i need restar20:05
NutilyL3mce, but how about that video card where i can test it..?20:05
DasEiUbulindy: I gtg soon, get a live and chroot in, see whats up20:05
JonLimitlesssorry dasei, i am making a new thumbdrive. sorry i am still new to irc20:05
darbetrism: can I remove extra stuff. If it is not necessary, I ma ok with them20:06
trismdarbe: I don't have any idea, it should run the glib trigger when the file is copied there20:06
guntbert!tab | JonLimitless20:06
ubottuJonLimitless: 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.20:06
trismdarbe: if it is working now you should be good20:06
UbulindyDasEi, I tried that, it wont even run a live cd, usb, nothing20:06
NutilyL3mce, where i can find tutorial for video card..?20:06
PhrogzLooking for URLs related to developing GUI apps for Ubuntu; specifically anything at all close to Apple's HIG, and information on installing within the GUI (e.g. how to get your app categorized in the Start Menu equivalent.)20:06
DasEiJonLimitless: k, you will have to cd to it's pool folder and then look for the correct filename and give dpkg the right packagename for that command to work20:06
JonLimitlessDasEi, okay thanks just give me a second.20:07
DasEiUbulindy: sounds more than a generic hardwareproblem20:07
L3mceNutily: I got it installed. I don't know how you would test it off our system. There may be something in desktop which mentions your restricted hardware and asks you if you want to enable it. I just try and help here while I am developing on a system that uses its own interface. I never even see the desktop.20:07
darbetrism: ok thanks again :)20:07
UbulindyDasEi, when I put the usb in to boot up, screen comes up fine, wont do crap just sits there black screen20:08
DasEiUbulindy: so win and ubu are two different machines ?20:08
Ubulindyyeah20:08
UbulindyNix box went completely down20:08
DasEiUbulindy: prbly a hardwarefailure20:08
UbulindyDasEi, what type? whats it sound like to you? HDD failure?20:09
DasEiUbulindy: no, else it would boot live still, ram/chipset20:09
NutilyL3mce, but is there tutorial like you did for video card..20:10
UbulindyDasEi, back in a bit isp is here20:10
DasEiJonLimitless: I will leave soon, give others provided link to assist you further20:11
sambagirlis that command suto nautilus ??20:11
NutilyL3mce, wifi works ty for link.. is it posable to make AdHoc..?20:11
Pl3nar1usIs there a way to make calls with my cell phone from my laptop via bluetooth?20:11
JonLimitlessDasEi, thanks.20:11
sambagirlam i misspelling it?20:11
nickyyHi, my video and audio call functions are greyed out on empathy.  Anyone know why? The selected contact is my gmail account which is logged into from chromium on this terminal, with the google talk plugin installed. Thanks20:12
Felishiahelp... I need a video file player that doesn't depend on any other library20:13
Felishiait's asking me for libavcodec5320:13
wyldesambagirl: if you want gui apps with root lvl permissions use gksudo <command> or gksu <command>. Only use sudo with console programs.20:13
Felishiabut I can't get it installed20:13
L3mce!info wicd | Nutily20:14
ubottuNutily: wicd (source: wicd): wired and wireless network manager - metapackage. In component universe, is optional. Version 1.7.0+ds1-6 (oneiric), package size 7 kB, installed size 56 kB20:14
SharkMuttleworthFelishia: Have you tried VLC? It bundles its own libraries as far as I know20:14
FelishiaI tried VCL but all need livacodec5320:14
uosiuHi all, I'm moving from Fedora 16 into Ubuntu 11.04. I have a problem with mounting my old encrypted /home into my new system.20:14
uosiuHow to enable "ask for password" on boot?20:14
Felishiaand also... I can't get gcc installed to compile20:14
Pl3nar1usFelishia: What kind of file are you trying to use?20:14
SharkMuttleworthFelishia: Why can't you install libavcodec package? It's part of the default repository20:14
SharkMuttleworthFelishia: What error do you get?20:14
Felishiathe install button doesn't even appear in the package manager...20:15
wylde!restricted20:15
ubottuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats20:15
Alus3rFelishia: have you ran   apt-get install libavcodec53   ?20:16
Felishiado I need internet for that?20:16
Alus3rYes20:16
FelishiaI have no internet at home20:16
Alus3rYou're connected to IRC ;]20:16
[Corp]hi guys, any good article/guide on how to distribute ubuntu desktop unattended using pxe?20:16
FelishiaI'm at uni :P20:16
rfictusguys what is code to see all running processes inclusing xchat ??20:17
Felishia:( guys I really need to watch that video, is a mov file... I need to do my homework on that file20:17
wylde!aptoncd | Felishia20:17
ubottuFelishia: APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline20:17
NutilyL3mce, what you think about this info..? http://ubuntuforums.org/showthread.php?t=1739192&page=4#3820:17
rfictusmalte, from Germany ??20:17
L3mceNutily: I am sorry I am afk for a bit20:18
JessicaWLF help with mount windows share. can only write with root permission. need to enable write permissions for any user.20:18
Felishianow the funny thing is that I don't have a CD-DVD unit20:18
Alus3rrfictus:     ps20:18
Felishiadrive20:18
rfictusthank you Alus3r>20:18
=== bladernr_afk is now known as bladernr_
rfictusthank you Alus3r20:19
[Corp]hi guys, any good article/guide on how to distribute ubuntu desktop unattended using pxe?20:19
Alus3rrfictus: You can search for a certain running process by using  ps aux | grep name_to_search20:19
Felishiaalso this is a windows computer... and seems that everyone uses windows... so I can't even download apt-get files from these computers20:19
PhrogzOK, let's try a different track. I have some developers who will be developing using Qt for Win/OSX/Ubuntu. Forgive my noobness, but: does a Qt run "under" Gnome/Unity? (Are Gnome[23]/Unity the Finder/Explorer equivalents, or am I missing a layer?) Or does a Qt app run 'in spite' of the Gnome/Unity?20:19
PhrogzURL of "all the graphic layers and APIs of Linux for noobs" is certainly acceptable as an answer.20:20
SharkMuttleworthFelishia: It's possible to download the files on any OS directly from the Ubuntu website. And then just put them on a USB flash disk, and open on Ubuntu20:20
FelishiaI tried downloading libavcodec53.deb20:20
Felishiaand it doesn't work20:20
Alus3rWhat didn't work?20:20
rfictusAlus3r you mean like 'grep xchat' ??20:20
Felishiait didn't20:20
Felishiathe installation of livacodec5320:21
Alus3rrfictus: correct.20:21
rfictusmm, it stalled20:21
_ravenhow to use internal MODEM for analog phone calls?20:21
rfictusdidn't find anything20:21
Pl3nar1usIs there a way to make calls with my cell phone from my laptop via bluetooth?20:21
rfictusanyone know syntax to install Skype through terminal ??20:21
FelishiaI have wine installed... couldn't I use windows media player?20:21
Alus3rrfictus: "ps aux | grep xchat"    didnt find anything?20:21
mashbrohey20:21
Pl3nar1usrfictus: sudo apt-get install skype20:22
rfictusAlus3r now it did ;)20:22
SharkMuttleworthWindows media player doesn't come with codecs either even if it would work. That's a much more complex solution20:22
mashbroi just installed lampp over ubuntu... but am not able to edit index.html there... how can i set the permissions right?20:22
rfictusAlus3r want to shutdown a PPID20:22
rfictusAlus3r i mean PID20:22
Alus3rmashbro: use the command chmod20:22
rfictusAlus3r please suggest20:23
JessicaWmashbro: or you could just sudo vi if you want to take the lazy route.20:23
SharkMuttleworthmashbro: Just use chmod/chown20:23
Alus3rrfictus:    kill -9 pid20:23
Felishia:s what should I do then?20:23
rfictusAlus3r thx!20:23
JessicaWor vim or whatever your editor is20:23
SharkMuttleworthFelishia: What error did you get when trying to install the .deb manually?20:23
Felishiait just doesn't do anythin20:24
mashbroJessicaW, I want to take the lazy route. So please give me what should I feed in the terminal. :)20:24
Felishialike if I had a dependence that doesn't exist20:24
SharkMuttleworthFelishia: It should tell you that. Do you get any messages if you try installing it via the command line? (sudo dpkg -i package.deb)20:25
FelishiaI haven't tried that...20:25
Felishiabut I can't now... because I'm not at home...20:25
=== Chris_ is now known as Guest89794
Felishiaand I need a way to play the video for today... :(20:26
guntbert!enter | Felishia20:26
ubottuFelishia: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!20:26
JessicaWmashbro: use sudo. you really should leave the permissions set to root or for apache.20:26
=== Mike_ is now known as Guest30604
mashbroJessicaW, how to do that?20:26
Felishia!enter???... what happened?20:27
ubottuFelishia: I am only a bot, please don't think I'm intelligent :)20:27
realusAlus3r worked thx20:27
Nutilyhow create AdHoc from my ubuntu..?20:27
realusAlus3r was called rfictus20:27
andrzejsiema20:27
sstamashbro: I'd make /var/www owned by root:www-data and add myself to www-data group20:27
andrzejpowiem wam ze jestem bardzo zadowolony :) z ubundy niebianska nimfa20:27
andrzejwszystkie wersje mialem20:27
realuswho knows how to install skype directly from terminal ??20:28
andrzejmandaryny itp20:28
andrzeji ze wszystkimi byl problem wifi20:28
andrzeja tu odrazu:)20:28
Alus3rrealus: sudo apt-get install skype20:28
guntbertFelishia: you are scrolling the channel because every sentence from you has  several lines, don't press <enter> so often20:28
realusAlus3r u again ;)20:28
Pl3nar1usrealus: sudo apt-get install skype20:28
Alus3r:)20:28
Pl3nar1usCurse you stubby fingers!!!20:28
Felishiaah... ok I understand... so please... I'm desesperated, that homework is for tomorrow and I really need to watch and analyze that video...20:29
alazare619ive been attempting to get hdmi audio working with 10.04 fully updated can someone further assist me in this matter i run a mcp67 nvidia chipset20:29
SharkMuttleworthFelishia: Sorry, not sure what else to suggest... You could try the Windows installer of VLC with Wine I guess?20:29
OerHeks!pl | andrzej20:29
ubottuandrzej: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.20:29
andrzejnie moge skype zainstalowac20:29
NutilyI wolud like to now how creat adhoc from ubuntu20:29
andrzejsudo apt-get install skype20:29
SharkMuttleworthFelishia: Can't you watch it on the uni computers? You can download standalone VLC to run from a flash drive20:29
andrzej Nie udało się zablokować katalogu administracyjnego (/var/lib/dpkg/), czy inny proces go używa?20:29
Felishiayes I could the problem is that the video is a bit long...20:29
mashbrossta, I am not a terminal guy, so if you could please tell me the command or point to an article it would really help.20:29
JessicaWmashbro: if you go to the directory where your index.html as type "sudo vi index.html" then you can edit the file in vi. if you're not familiar with vi, then you can do the same thing with "sudo gedit index.html"20:30
realus_Alus3r tried the skype syntax20:30
realus_<Alus3r> never worked20:30
=== Mion is now known as RedRobot
Felishiaso let me ask this question... I'm using lubuntu... I think it has a lot of bugs... may be that the cause of my problem?20:30
guntbertmashbro: JessicaW: gksudo gedit, not sudo !20:30
three18timashbro, use nano instead of vi.20:30
Pl3nar1usrealus: have you tried finding it in symantec?20:30
Alus3rrealus_: what did it say?20:30
SharkMuttleworthFelishia: It shouldn't make a difference. Only the desktop environment is different, all the software is identical20:30
three18tiguntbert, what's the difference.  both appear to work the same.20:31
SharkMuttleworthFelishia: Without wanting to be patronising, did you download the right libavcodec for your particular version of Ubuntu?20:31
JessicaWguntbert: an yeah. my bad. I never use a gui so I forget.20:31
guntbert!gksudo | three18ti20:31
ubottuthree18ti: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)20:31
guntbertJessicaW: :)20:31
Felishia??? is there a livacodec for a particular version?20:31
sstamashbro: sudo chown -R root:www-data /var/www; sudo adduser <your username> www-data # then logout and log back in again20:31
sstamashbro: umm, needs a: sudo chmod -R 775 /var/www20:32
_ravenhow to use internal MODEM for analog phone calls?20:32
JessicaWssta: shouldn't that be done already during the apache install?20:32
three18tiguntbert, I see, so using `sudo gedit` loads the config for root instead of the config for $USER20:32
Felishiathen what should I do to download the rightest livacodec53 for my particular ubuntu version?20:33
sstaJessicaW: I thought the default was otherwise.  I might be wrong though...20:33
SharkMuttleworthFelishia: Do you know which version you're on? I can send you a link20:33
three18tiguntbert, so what's the difference between sudo -i and sudo su -20:33
guntbertthree18ti: the problem is the ownership for some X-related files20:33
SharkMuttleworthFelishia: You can get packages from http://packages.ubuntu.com/oneiric/libavcodec53 but the interface is a bit confusing20:33
JessicaWlooking for help with mounting windows share with permissions for anyone to R/W20:33
Nutilywhere can i find AdHOC tutorial..?20:33
SharkMuttleworthFelishia: There are links on the upper right to switch between different Ubuntu versions, such as oneiric, precise etc.20:33
FelishiaSharkMuttleworth: 11.04 it was the lasted released... I think so20:34
sstaJessicaW:  add uid=<your uid> to teh smbmount options?20:34
_ravenhow to use internal MODEM for analog phone calls?20:34
guntbertthree18ti: in this case I only *know* that the former is recommended - but it is an evironment problem again20:34
Bennlucky7_raven: skype but u must pay20:35
_ravenBennlucky7 with an analog modem20:35
delinquentmeis it possible to search for the contents of a file as an input for a sed replacement?20:35
SharkMuttleworthFelishia: Do you know if your computer is running 32 or 64 bit? There are different packages for each20:36
Felishia3220:36
mashbroJessicaW, ssta : do you mind a PM?20:36
three18tiguntbert, right!?! lol.  that's the usual answer I get.  I know sudo -i is "better" but never been able to understand why.  sudo -s actually writes to the .bash_history of the $USER that invokes it.20:36
SharkMuttleworthFelishia: You could try http://security.ubuntu.com/ubuntu/pool/main/liba/libav/libavcodec53_0.7.3-0ubuntu0.11.10.1_i386.deb20:37
drecuteJessicaW: the smf.conf file contains an example for exactly what you need20:38
guntbertthree18ti: you asked about sudo su - , I only don't *know* because I didn't investigate myself20:38
subdesignhey, if you want nice abstract wallpapers check : http://devartpro.com/en/downloads20:38
SharkMuttleworthFelishia: You're right, it lists a few dependencies on the page http://packages.ubuntu.com/oneiric/libavcodec53 so it might complain without them. Unfortunately Ubuntu software assumes Internet Connectivity, without it's a real pain in the ass20:38
sstaisn't there an offline factoid?20:39
partoSorry to post this here but am looking for some linux oneliner jokes for a site am making. Help, anyone?20:39
FelishiaSharkMuttleworth... yes... you're right... but I think I have all those dependencies, last time I checked... my problem was that no install button appeared20:39
JessicaWssta: if I use uid, only that user will be able to r/w. I went with gid so group could r/w20:40
=== TNZ_ is now known as TNZfr
partohelp20:40
JessicaWdrecute: smb.conf?20:40
Felishiaso I wonder is there a rar zip tar file with many but Many deb files so I just have to search in that20:40
OerHeksFelishia, don't look for rar, it is not opensource.20:41
three18tiguntbert, indeed I did.  and I usually get the answer "sudo -i is better because it is", it's one of those things that we just accept; I've never found a definitive answer as to "why" it is better.  As an aside, I mentioned sudo -s.20:41
JessicaWdrecute: looked through smb.conf. there's nothing there specific to mounting a windows share on a linux box with r/w permissions.20:42
FelishiaOerHeks I just need all the basics deb files so that if I have any dependece I could look into that20:42
drecuteJessicaW: i guess you aint using samba?20:42
SharkMuttleworthFelishia: There probably is some clever way to download a lot of deb's at once for offline usage. The problem is there are so many, it would be massive unless you filter it to a specific selection20:43
_ravenBennlucky7 with an analog modem20:43
_ravenhow to use internal MODEM for analog phone calls?20:43
JessicaWdrecute: can use smbfs or cifs.20:43
JessicaWdrecute: I'm not picky. both work. currently mounting like this. mount -t smbfs //WINSVR/Public /xdrive -o pass=abc123,user=user,dir_mode=0775,gid=100920:43
drecutesee http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html#id255289820:43
FelishiaSharkMuttleworth multimedia and 3D20:44
guntbertthree18ti: as for -i vs -s see https://help.ubuntu.com/community/RootSudo20:44
brianp1992can anyone help me with flash problems?20:44
JessicaWand even though I mount with 775 only root can r/w.20:44
JessicaWeveryone else is read only.20:44
drecutecool20:45
three18tiguntbert, thanks.  You're full of useful links.20:46
Bennlucky7_raven: what u mean analog phone calls20:46
JessicaWbut by default, the share is setup to allow anyone r/w. Pretty sure it's something on the linux side preventing it from being able to write.20:46
sstaJessicaW: did you try the noperm option? (disables clientside permissions checking)20:47
=== RedRobot is now known as FBI
brianp1992ssta, can you help me with flash?20:48
JessicaWssta: oooo. didn't think of that. let me try it.20:48
DeWitthi20:48
DeWittneed some help;) ubuntu overwrote my main partition with 1,5 TB of datas, any ideas to recover it?20:49
OerHeksbrianp1992, just ask the question, maybe someone knows the answer20:49
sstabrianp1992: doubtful. What I know about flash can be written on the head of a pin with a 3" paintbrush.  Sorry20:49
JessicaWssta: did you get that from here? https://help.ubuntu.com/community/MountWindowsSharesPermanently20:49
sstaJessicaW: no, from the manpage20:49
JessicaWssta: well I feel like a nub... :D20:50
sstaJessicaW: nah...trying to find the right combinations of magic to get cifs working properly is a black art.  You have to have the right *colour* goat...20:51
diminotenhey is it possible for my g++ install to bork itself through normal use?20:51
sstaJessicaW: did it work?20:51
brianp1992well my flash dossent seem to work with what im trying to do20:51
DeWittneed some help;) ubuntu overwrote my main partition with 1,5 TB of datas, any ideas to recover it? please whisper me for help20:51
FelishiaTerabytes?20:51
JessicaWssta: hah. IKR? it's been driving me crazy.20:51
JessicaWssta: meh. I think this only works for other linux boxes.20:51
three18tissta, heard that.  cifs is an awesome PITA.  Life saer for sure (I admin a bunch of windows systems from a Linux machine).20:52
tiimdiminoten: what's gone wrong?20:52
diminotenjust a compile error that when I google about, the general consensus is that the g++ install for those people is broken20:53
brianp1992is there a browser that is good with flash20:54
ratcheerbrianp1992: Chrome20:54
brianp1992i have chromium-browser installed20:55
SharkMuttleworthbrianp1992: How do you mean "good"? The browser should be irrelevant if flash is installed correctly. It's a separate bit of software20:55
JessicaWssta: BAM. I love you for pointing out the obvious. if it had been a snake it would have bit me. it worked. thanks.20:55
sstaJessicaW: glad you got it going :)20:55
brianp1992well when in chromium i go to pinger.com/textfree  to send txts and the flash wont load20:56
JessicaWssta: what an evil evil thing.... now I get to integrate active directory logins.... looking forward to it... :|20:56
sstaJessicaW: ugh.  I don't envy you.  I tried that once, got it "kinda" working, but wound up throwing it away in disgust and redesigning instead20:57
SharkMuttleworthbrianp1992: Flash normally works?20:58
brianp1992SharkMuttleworth: no but i think it needs to be adobe20:59
ktosiekis it normal for system to get really unresponsible while installing updates (or on any big disk I/O)?20:59
ktosiekI'm using an Atom netbook20:59
SharkMuttleworthbrianp1992: Do you even have flash installed?20:59
sstaktosiek: yes.20:59
ktosieks/unresponsible/unresponsive/21:00
brianp1992SharkMuttleworth: yeah and i looked into the plugins, its installed and enabled21:00
ktosiekssta: any way around it? And why is it doing this to me? :-C21:00
Boohbahktosiek: buy a faster processor21:00
ktosiekBoohbah: it's not even close to maxed out21:00
sstaktosiek: those atoms have slow everything (CPU, bus, IO...)21:01
ktosiekI have load >3 and idle CPUs :-/21:01
Boohbahktosiek: buy a faster disk21:01
ktosiekBoohbah: you would sound smarter with "buy a better mainboard"21:02
Replicanthi21:02
=== lupinedk is now known as Lupinedk
ha1dfohi. does ubuntu / linux in general have any builtin hooks for useradd / userdel? I'd like to run some scripts when users are added21:02
fishcookerktosiek21:02
gulerdear all, having trouble with grub ............ :(21:02
fishcookerwhich kind of atom do you have21:02
sstaktosiek: load is a measure of how many process are on average either "runnable" or uninterruptable.  They're almost certainly waiting for disk21:02
fishcooker?what happen ther guler21:02
ktosiekfishcooker: Intel(R) Atom(TM) CPU N550   @ 1.50GHz21:02
gulerWhen I start, I go to grub rescue :(21:02
ktosiekthat's what /proc/cpuinfo said21:03
Replicantafter modifying and compiling a kernel module, how can I reload it? Is it enough to replace the *.ko file?21:03
sstaktosiek: in this case, I'd say either your bus is overloaded or your disk is...  Be careful of relying on load averages as being meaningful of anything much.  There's a bazillion factors that can effect it21:03
barbori4_i have a question if someone hacks into your ssh connection can you tap into their connection to see what they are doing?21:04
gulerI have a primary install on /dev/sda8  which had problem, so I made a second install on /dev/sda6 but seems like the grub.cfg from /dev/sda6 is not loaded ...21:05
Replicantwith a modified sshd... :P21:05
Nutilyhow i can get to downloads directory in terminal..?21:05
Alus3rping guler21:05
barbori4_what you mean Replicant you have a site or something?21:05
guleryep21:05
ktosiekssta: thanks, and is there any way around it? I can take some performance hit if it makes responsiveness better21:05
jn__what is the gnome terminal called gterm ?21:05
delinquentmeIs there no standard bundled tool in ubuntu for a multi-line search and replace?21:06
delinquentmeto me thats silly21:06
Alus3rhaha sorry, my pinging wasnt working for a channel to I tried pinging you to make sure and missed the / key21:06
bekksdelinquentme: "sed"21:06
delinquentmebekks, thats single line21:06
ktosiek(sounds like scheduler tweaks?)21:06
bekksdelinquentme: No.21:06
delinquentmelike its bordering on inbelieveable21:06
sstaktosiek: not really, no.  If it were eating cpu you could make it nicer, but it's eating disk...there's nothing you can easily do about it sadly21:06
Replicantwell I'd say you can always (as root) tail -f bash history file, barbori4_21:06
delinquentmeno?21:06
bekksNo.21:06
delinquentmebc thats what #sed .. said21:06
Replicantthough never tried it21:06
Nutilyhow go to download directory in terminal..?21:07
delinquentmebekks, basically I'd like to use pipes to feed in a massive string which needs replaces in multiple files21:07
dwarderhello guys, i need hdd loaded linux with kiosk mode google chrome, what articles should i read?21:07
barbori4_thanks i will look into it21:07
Alus3rclear21:07
bekksdelinquentme: http://austinmatzko.com/2008/04/26/sed-multi-line-search-and-replace/21:07
usr13delinquentme: sed - stream editor for filtering and transforming text21:07
delinquentmeahh ok so he just bruteforce pasted that stuff....21:08
Replicantyep that should work, as root "tail -f .bash_history" of the logged in account21:08
Felishiais there a way to get gcc without trouble?21:08
ktosiekFelishia: apt-get install build-essentials21:08
Replicantbut then you rely on having a ssh session use bash as default21:08
FelishiaLOL... I don't have internet21:08
Alus3r 21:09
FireboltFelishia, and you're here how?21:09
Replicantyes you do Felishia21:09
Felishianot at home21:09
Felishiathis is not my computer21:09
Replicantthat explains somethings...21:09
AnishScan someone help me regarding Ubuntu  12.0421:09
FelishiaI tried downloading debian packages but they do not seem to work21:09
OerHeks!offline | Felishia21:09
ubottuFelishia: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. Alternatively, try http://ubottu.com/ljl/apt/ - See also !APTonCD21:09
sstaReplicant: .bash_history doesn't get written after every command...21:09
ktosiekOerHeks: I sooo love you right now21:10
ReplicantI thought so ssta21:10
FelishiaOerHeks... the packages do not work... that's the problem21:10
Replicant:S21:10
ktosiekit would save me from rounds of dpkg -i a few times...21:10
Nutilyanyone could say how to change dir in terminal21:10
AnishScan someone help me regarding Ubuntu 12.04? I would like to know if you are able to change the boot order in grub.21:10
ktosiekFelishia: "do not work" how?21:10
Felishiathey always say error... in gcc it says that it is a cache problem21:11
Felishiaand it makes me unistall it21:11
Replicantbut anyway, the user logged in ssh could echo "" > .bash_history or history-c21:11
Replicantso not a good method21:11
synrusiHi all. Please help me. I have an hdd drive which one was working in Fedora 14 without any problems. But now when I plug it in Ubuntu 12.04 does'n see it at all. I have looked at the hdd through gparted and it says that there are lvm2. What does it mean? And how can I mount this hdd?21:11
sstaReplicant: .bash_history is only usually written when the shell exits21:11
Replicantmaybe sshd has some option of logging user activity?21:11
synrusidpesn't*21:12
synrusidoesn't*21:12
ktosieksynrusi: it means there are lvm2 "virtual drives" with actual filesystems in them21:12
AnishSis anyone available for help? that is not busy21:12
=== q0rban is now known as q-rbanm
=== q-rbanm is now known as q-rban
synrusihow do I can mount it?21:12
synrusiI have no experience with lvm2(((21:13
brianp1992alright guys, thanks alot for the help :(21:13
Felishiabye ty!!21:14
AnishScan someone help me regarding Ubuntu 12.04? I  would like to know if you are able to change the boot order in grub.21:14
bluji am running ubuntu 10.04 on a brand new laptop, and theres a whole bunch of bugs i have that a new kernel apparently fixes. is there a clean way to install a newer kernel, dependency wise? will apt-get install'ing a later kernel break anything?21:14
gnychisdoes anyone have a clean install of 12.04 Beta 2 running in vmware? I keep getting stuck at a screen saying it's installing vmware tools and it hangs21:14
ktosieksynrusi: start with "sudo lvm vgscan"21:14
ktosiekit should tell you names of available volume groups21:15
ktosiekthen look for them in /dev/${name_of_volume_group}21:15
bekksvgdisplay -C21:15
bekksand lvdisplay -C21:15
ktosiekbekks: will that force scanning for VGs?21:16
AnishScan someone PLEASE help me regarding Ubuntu 12.04? I would like to know if you are able to change the boot order in grub. :(21:16
ktosiekor is it only for displaying?21:16
bekksktosiek: It is only for displaying, vgscan should do the job.21:16
sstaAnishS: I imagine you can.  12.04 support in #ubuntu+1 generally21:16
AnishSoh sorry21:17
sstano worries21:17
OerHeksAnishS, it should be possible, http://seyekuyinu.com/changing-grub-boot-order-in-ubuntu-11-04/21:18
UmeaboyHi!21:19
OerHeksAnishS, grub2 isn't changed, so this tutorial is still usefull21:19
UmeaboyI just installed 11.10 in my desktop-PC & I accidentily removed Swedish as system-language, but I want it back. What do I do?21:20
kontagioushello everyone! when will 10.04 be released?21:20
Umeaboylanguage-pack-sv is installed.21:20
ktosiekkontagious: 10.04?21:20
AnishSoh thanks21:20
Xabsterkontagious, 12.04 you mean?21:20
riktkinghi i have installed fluxbox now cannot get back to the login screen can anyone help?21:20
kontagiousyes :)21:20
sstakontagious: 10.04 was released 2 years ago.  12.04 probably at the end of the month21:20
Xabster26 april is the date i guess21:20
kontagiouslol thanks guys21:20
UmeaboyI need help.21:20
UmeaboyPlease.21:20
ktosiekriktking: the brutal way: Ctrl+Alt+Backspace21:21
riktkingok21:21
ktosiekor Alt-SysRq-k21:21
synrusiktosiek: http://paste.ubuntu.com/925509/21:21
kontagiousthanks ktosiek Xabster and ssta :D21:21
ktosiek(SysRq == printscreen)21:21
AnishSThank you OerHeks... i was in the other room so i did not see your wonderful post21:21
riktkingktosiek, it boots straight into it21:22
ktosieksynrusi: sudo lvdisplay -C21:22
riktkingthereisno log out option in the menu21:22
ktosiekriktking: after Alt-SysRq-k ?21:22
riktkingit worked!21:23
riktkingim back to unity21:23
riktkingalt+prtsc+k21:24
ktosieksynrusi: you can look in /dev/VolGroup and try to mount things from there21:24
synrusiktosiek: http://paste.ubuntu.com/925517/21:24
rfictushey all, this code not working 'sudo apt-get install skype'21:24
rfictusE: Unable to locate package skype21:25
rfictuswhy ???21:25
FerkSweIt's not in the repos21:25
FerkSweGo to skype's website and download it from there21:25
rfictusI want to add it to the repos21:25
ktosiekrfictus: then search for PPA with it21:25
sstait's in the partner repo IIRC21:26
rfictus<ktosiek> plz explain21:26
ComptIt's in the software center21:26
rfictusi iz newbie21:26
ktosiekrfictus: PPAs are repos made by users and hosted at launchpad21:26
sstait's in the partner repo21:26
ktosiekbut if ssta is right you just have to enable partner repo21:26
rfictus@Compt not the software center dude ;)21:26
synrusiktosiek: Im sorry, but i don't know how to mount lvm. Can I use moun /dev/sdx?21:27
rfictus<ktosiek> got a syntacx there bud ?21:27
ComptWhat version of Ubuntu are you running??? It's in there for me and was there by default21:27
AnishSis 12.04 worth getting? i have 3 minutes left until download complete and i just wanted to make sure (no one is answering in the 12.04 chatroom)21:27
ComptFor both the 32 bit and 64 bit versions21:27
rfictusCompt: 11.1021:27
ComptI'm running 11.10 as well.21:28
ktosieksynrusi: sudo mkdir /mnt/odlhome && sudo mount /dev/VolGroup/lv_home /mnt/oldhome21:28
synrusils: cannot access /dev/VolGroup: No such file or directory21:28
rfictus<Compt> you found Skype in software center ??21:28
sstait's in the partner repo21:28
ktosieksynrusi: ouch21:28
rfictus<Compt> oh wait, i found it there too21:28
ComptThat is correct, I even looked it up when you were wondering what the command was to install skype through the terminal21:28
ComptAh lol kk21:29
rfictus<Compt> but I want to know the syntax to install it from terminal21:29
synrusi(((21:29
sofandhola21:29
ktosieksynrusi: oh, I forgot21:29
Comptsudo apt-get install skype:i38621:29
rfictusinstall skype direct from terminal, anyone know ??21:29
ktosieklvm vgchange -a y21:29
barbori4_nice he actually didn't break in he was trying to brute force my login21:30
AnishSthis is completely random. but when you right click on someone in the opera chat and click Who IS. It tells you a shit load about them. Kinda weird21:30
synrusiktosiek: I did. But same issue.21:31
DerMatwhy you find that weird AnishS?21:31
ktosiekls /dev/mapper/21:31
synrusihttp://paste.ubuntu.com/925523/21:31
DerMatthats irc protocol mr. sasmal21:32
ktosiekhuh21:32
synrusiit says: control  cryptswap121:32
AnishSdunno tells the Full Name. What rooms they are in. What server they are using, when they signed in and if they are idle21:32
DerMatyeah21:32
ktosieksynrusi: maybe you need "sudo pvscan"21:32
DerMatyou dont really need to provide the full name in the first place tho21:33
AnishSok whatever21:33
DerMatand the server stuff .. well, you cant hide that21:33
synrusihttp://paste.ubuntu.com/925525/21:33
DerMati dont know the opera client, but i'm sure you can remove your last name somewhere in the options21:34
DerMatbut youll have to enter something21:34
=== andy_ is now known as Guest99389
ktosieksynrusi: and still can't be mounted?21:35
AnishSYou probably can but being a teen. i am a lazy piece of $h!t21:35
ktosieksynrusi: it looks to me like you are missing one partition that was part of the VolGroup21:35
ktosiekand I don't know if that's recoverable... you'll have to find somebody with good understanding of LVM21:36
synrusiThank you very much!21:36
synrusiI got success now21:36
DerMatAnishS: you just have to decide if you want everything you say here being connected to your full name21:36
ktosieksynrusi: what you did? :-)21:36
ktosieksynrusi: gratz :-)21:37
synrusiJust typed what you said21:37
AnishSok now i know.21:37
synrusisudo mkdir /mnt/odlhome && sudo mount /dev/VolGroup/lv_home /mnt/oldhome -- this one21:37
ktosiekok :-)21:37
AnishSanother thing... what is this flood bot do21:37
dariebi_Hi all, a short question, which software is good for programming in C? i need editor and compiler or something, i will starting learning c21:37
Rudvi + gcc21:38
ktosiekBTW anybody knows why Ubuntu is not automounting external LVM partitions?21:38
dariebi_Rud: thx21:38
totesmuhgoatsdariebi_: code blocks will give you everything you need in one place21:38
ktosiekRud: oh you, Vi is barely usable21:38
DerMatAnishS: they kick flooding people i suppose21:38
ktosiekdariebi_: he's joking, use Vim21:38
synrusiktosiek: what's strange, I see files in the terminal, but can't in the file-manager21:38
=== Guest99389 is now known as andygraybeal_
AnishSbut what does 'Flooding mean' like if people D-Dos a site21:39
dariebi_ok :-) thank you all21:39
totesmuhgoatsdariebi_: vim is sometimes difficult for new users to adjust to. you may want to consider using something more user friendly so that you're not learning 2 things at once21:39
totesmuhgoatsany text editor will do21:39
ktosiekAnishS: sending a lot of messages one by one, especially repeating a message lots of times21:40
Ruddariebi_: depends a bit on what you expect. the range is something between editor + compiler and everything + kitchen sink21:40
totesmuhgoatsif you are interested in learning to use vim install the vim package and run vimtutor at the command line21:40
ktosiekdariebi_: for a newbe I would recommend some IDE, like Eclipse with C/C++ plugins21:40
AnishSok thank you ktosiek for answering my useless questions  :D21:40
totesmuhgoatsi second what ktosiek said21:41
barbori4_does anyone know of a firewall that automatically blocks bruteforce login attemps21:41
ktosiekAnishS: no problem, I'm not good with the hard ones :-D21:41
dariebi_ok, thank you guys i will google a little bit and i will test something21:41
totesmuhgoatscode blocks is popular with folks at school for some reason21:41
barbori4_adds like the ip to a block list?21:41
totesmuhgoatsfirewall blocking login attempts?21:41
synrusiktosiek: Im sorry, but do you have any idea why file-manager doesn't show files but ls does?21:41
ktosiekbut Code::Blocks... I have only bad things to say about it21:41
Rudtotesmuhgoats: indeed. that shows even on google trends.21:41
barbori4_yeah i found people on my network are trying to brute force my ubuntu pc21:42
ktosieksynrusi: no clue, I barely ever use a GUI file manger21:42
totesmuhgoatsah, then disregard code::blocks21:42
realusmy xchat freezes frequently21:42
barbori4_and i want it to automatically place ip blocked21:42
realusany idea??21:42
AnishSi am burning the Ubuntu DVD... what speed should i do the burning in21:42
totesmuhgoatsi don't use an ide myself, and i am quite a c noob21:42
ktosiekbarbori4_: if you suspect viruses just change SSH port21:42
totesmuhgoatsI just prefer to use a compiler and an editor21:42
barbori4_ah okay21:42
barbori4_ktosiek21:43
totesmuhgoatsdariebi_: have you found yourself a resource for learning? most introduction books tell you about the resources needed to get started21:43
totesmuhgoatsthey might even have a recommendation21:43
rogstbarbori4_: you should install an Intrusion detection system.. e.g. Denyhosts21:43
totesmuhgoatsif so it might be best to stick with that so if the book tells you to do something you can follow it directly21:43
Rudktosiek: eclipse is a java development and application framework by nature. the fact that it happens to handle C is rather an accident ;-}21:43
popo87s21:43
AnishSi am burning the Ubuntu DVD... what speed should i do the burning in21:43
sstait's not even all that good at java21:43
ktosiekRud: it works for me (on PCs with >=3GB of RAM)21:44
realusdoes anyone elses xchat freeze randomly ??21:44
totesmuhgoatsAnishS: any speed should be fine, but some people like to go with the slowest speed for their media. most burning software will throttle to that automatically if you select something like 1x21:44
totesmuhgoatsas many discs can't do 1x21:44
ktosiekif you know about any good OSS IDE I'll be happy to hear about it :-)21:44
dariebi_totesmuhgoats: yes i will get a c book in a few days21:44
popo87how do i use ppa-purge with this ppa? deb http://ppa.launchpad.net/videolan/master-daily/ubuntu oneiric main21:45
AnishSok will try 6x21:45
synrusiwell21:45
synrusiI was wrong. It didn't mount21:45
totesmuhgoatsdariebi_: here on freenode you might want to get recommendations in ##c-basic. the main c channel can be a little overwhelming for us new folks21:45
Rudktosiek: there aren't any good IDEs. OSS or not... only bad and really bad ones...21:45
synrusiI don't see VolGroup in /dev/21:45
hwildeanybody here networking genius?21:45
ktosiekRud: I guess your Vim is pretty pimped up then? :-P21:46
dariebi_oh cool, thx21:46
usr13hwilde: What do you need?21:46
totesmuhgoatshwilde: ask your question and if someone can answer they will, you can also try ##networking21:46
sstaemacs works too (as well as vim does anyway)21:46
CampinSamUh.. if I get an error, while making a file, how can I clean that up, so that I can make it again, with a different setting? would that even be needed?21:46
Rudktosiek: not really. wc -l ~/.vimrc yields 16221:46
totesmuhgoatsi was really thinking more along the lines of gedit when i told him any editor will do21:46
hwildeusr13, totesmuhgoats,  how can I see... why my sockets are failing?21:46
* ktosiek doesn't like Vims bad extensibility and Emacses lack of "." command from vim21:47
totesmuhgoatsor kate or something21:47
totesmuhgoatsKraln: what does "." do in vim?21:47
CampinSammake as in, building from source, just too clarify.21:47
totesmuhgoatser ktosiek that is21:47
usr13hwilde: How do you know your sockets are failing?21:47
AnishSif you cant see ;)21:47
totesmuhgoatsyou know i have been idling in this channel for months21:47
totesmuhgoatsi don't think i've ever participated this much21:47
Rudtotesmuhgoats: repeat the most recent command21:48
ktosiektotesmuhgoats: repeats last command, but in Vim that command often is something like "replace 5 words with this text" or "add that at the end of the line"21:48
totesmuhgoatsah, gotcha21:48
hwildeusr13, I am getting a socket exception in my code, then I see in netstat the socket goes to FIN_WAIT1 and SYN_SENT state, and the ping dies.  then if I ifconfig eth1 down && ifconfig eth1 up   the ping comes back, the socket reconnects, and in netstat it says established again21:48
ktosiekEmacs commands are mostly simpler, so just making "do that last thing" for Emacs won't work21:48
hwildeusr13, so it's like I am crashing the entire tcp stack somehow and even my ping dies.21:49
popo87how do i use ppa-purge with this ppa? deb http://ppa.launchpad.net/videolan/master-daily/ubuntu oneiric main21:49
usr13hwilde: What service?21:50
hwildeusr13, it is a program that I wrote21:50
usr13hwilde: I dono21:50
hwildewhy are you wasting my time if you're not a networking genius man21:50
hwildeanybody here networking genius?21:50
usr13hwilde: I don't think you'll get any help with an attitude like that.21:51
Rudtotesmuhgoats: the main problem with vim is that you won't see any value in using it unless you are forced to use it three months in a row.21:51
=== bladernr_ is now known as bladernr_afk
Rudtotesmuhgoats: you'll change your mind towards the end of that period, though...21:52
TrayHi there, i've a problem using my Toshiba NB200 with a fresh ubuntu install. I recognized that ubuntu stops working when idling for too long. I tried a small ruby script wich just loops an output and it never works for more than a minute. Any help?21:52
TrayUsing 11.1021:52
hplcwhats needed to use a machine as a syslog server on LAN?21:54
bredbakerhey21:55
bredbakerI have question21:56
totesmuhgoatsRud: i see value in using it, even though i'm not very experienced with it. overall it takes me longer to do things in vim21:56
totesmuhgoatsbut when i am using another editor it becomes apparently annoying that i can't select multiple lines and comment them, or move 4 words forward or back21:56
sstafor either vim or emacs...it's well worth taking the time to learn.  You'll be slower at first, but as you get used to it you'll be MUCH faster...21:57
bredbaker<-- has question21:59
bredbaker<-- does not get help21:59
sstabredbaker: you haven't asked a question22:00
bredbakeroh have i to ask a question???22:00
sstait's generally easier to answer a question after you ask it, yes22:00
bredbakerah okay22:00
Logan_We don't have telepathic powers.22:00
bredbakerthen i will ask my question for now22:00
bredbakerShpul22:00
bredbakerShould i say something about me before or should i start asking?22:01
chihirono22:01
chihiroJust ask22:01
bredbakerOkay22:01
bredbakerhehe22:01
bredbakeri wanted to set up ubuntu on my new pc22:01
bredbakerbut not sure if BRTFS or ext 422:01
bredbakerhehe22:02
chihirojust ask your question already..22:02
=== axl__ is now known as axl_
bredbakerbut not sure if BRTFS or ext 422:04
bredbakerhehe22:04
bredbakerlol22:04
sstaext422:04
bredbaker^^22:05
bredbakerok22:05
bredbaker^^22:05
FloodBot1bredbaker: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.22:05
bredbakeryou are a bot. do you really think you can tell ME something?!22:05
bredbaker^^22:05
ktosiekis btrfs still slow with dpkg?22:05
T_omanyone know why my Ubuntu would be resolving random domain names to localhost/127.0.0.1 ? these are general sites i visit often, on other connections they are resolving correctly to wheerever they are hosted.22:05
bredbakerktosiek: i asked this before they told me btrfs is shit22:06
treesomesup ya'll, i have ubuntu on my computer and i need to install windows xp again so i put the cd in and it says that it wants to boot from it but then ubuntu starts as usual, anybody able to help me here?22:07
ktosiektreesome: hit some button when you get the "press any button to start from CD" message22:07
ktosiekand why would you install XP?22:07
treesomei tried that but then ubuntu starts22:08
ktosiek(if your PC can run Win7 you want win7 :-P)22:08
ktosiekoh22:08
ktosiekmaybe the CD is foobared22:08
treesomeyou mean its broken?22:10
bredbakerI have to tell you something22:10
bredbakerunity is SHIT22:10
OerHeks!language | bredbaker22:10
ubottubredbaker: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.22:10
ktosiektreesome: yup, I would check that first22:11
bredbakeryes i know DerHeks but it is the truth22:11
treesomenaw the cd is fine22:11
scott_zI am getting ready to install 64bit. I want to make sure I back up all my personal stuff first. I know that I need to get $HOME. I did notice that there are things in /opt that I also want to save. I dont want to miss anything. Is there a why to find all my stuff?22:11
OerHeksplease stop the ranting, bredbaker.22:11
PekcCan someone help me with a eggdrop on ubuntu server 11.04 ?22:12
ktosiekscott_z: define "my stuff"22:12
bredbakermy name is breadbaker22:12
treesomei changed the ide device configuration and it started but the problem was that windows couldnt find a storage device anymore because i dont know much about configurating that stuff22:12
hackeronhey, I have Lucid installed, I want to upgrade to the next releast, I have Prompt=normal in /etc/update-manager/release-upgrades, I did apt-get update, but do-release-upgrade -d shows No new release found :/ - what am I doing wrong?22:12
ktosiekscott_z: all user-level configuration should be in your $HOME, what do you need from /opt?22:12
scott_zktosiek: anything that might have been saved elsewhere by other programs22:13
realuspplz, when i press a key, my mouse will free for a split second before moving again, any idea why?22:13
Myrttihackeron: 10.10 - the next release - is EOL now22:13
bredbakermy name is breadbaker derheks22:13
scott_zktosiek: in the /opt i found all my full circle mags that I downloaded22:13
bredbaker10.10 end of life?????????????22:13
hackeronMyrtti: so how do I upgrade from Lucid?22:14
hplcwhats the easiest way to setup a syslog server on ubuntu? i want to monitor named activity on a netbsd22:14
TrayHi there, i've a problem using my Toshiba NB200 with a fresh ubuntu 11.10 install (only some removing and installing of software). I recognized that ubuntu stops working when idling for too long. I tried a small ruby script wich just loops an output and it never works for more than a minute. I appreciate any help or hints.22:14
Myrttihackeron: wait a few weeks and upgrade directly to Precise?22:14
hackeronMyrtti: why doesn't do-release-upgrade -d work?22:14
treesomeanybody living in L.A. ?22:15
ktosiekMyrtti: upgrading by more than one release at a time is not supported :-P22:15
ikoniatreesome: why ?22:15
Myrttiktosiek: but 10.4 is LTS and so is 12.04, and upgrade from LTS to LTS is supported22:15
treesomehave you ever been to venice beach?22:15
bredbaker10.10 life cycle end??? do you want to fuck off me?22:15
ikoniatreesome: why ? what has this got to do with ubuntu ?22:15
Myrttibredbaker: mind your language, and be civil22:15
ktosiekMyrtti: oh, I forgot about precise being LTS22:15
bredbakerok22:15
treesomenothing but nobody seems to be able to help me with my problem ;-)22:16
scott_zbredbaker: come on watch the language22:16
itaylor57Myrtti, 12.04 is not LTS yet it is still beta22:16
ikoniatreesome: ok, so please keep the channel conversation to ubuntu support please.22:16
Myrttijtrucks: which is why I suggested hackeron to wait a few weeks22:16
ktosiekbredbaker: it was not an LTS release, so I don't know what you are whining about22:16
treesomefor sure22:16
Myrttiitaylor57: ^22:17
BlouBlouitaylor57: it's LTS and it's in beta22:17
MyrttiI need to wash my glasses22:17
bredbakerktosiek because all others uses unity22:17
treesomeso can anybody tell me what to do if my windows cd says it will boot but it doesnt?22:17
ktosiekbredbaker: um22:17
ktosiekbredbaker: you know you don't have to use Unity?22:17
ultrixxbredbaker: try kde22:17
bredbakerkde is too slow22:17
treesomesure but gnome shell sucks22:17
ktosiekbredbaker: I'm on precise and happy with my i3wm setup22:17
sstatreesome: ask in a windows channel maybe?22:17
ikoniatreesome: ask the guys in ##windows22:17
itaylor57Myrtti, BlouBlou but you can't upgrade lucid yo precise until precise is formally released22:18
ktosiekbredbaker: what do you use? GNOME2?22:18
bredbakerGnome 2 i want22:18
hackeronMyrtti: how do I upgrade from Lucid to Precise without waiting a few weeks22:18
treesomenot a good idea, i thought the problem might be grub related ..........22:18
Myrttiitaylor57: and that is why I suggested hackeron should wait a few weeks.22:18
itaylor57hackeron, you can't22:18
ktosiekbredbaker: it's dead, its own fathers killed it22:18
ikoniatreesome: grub doesn't boot your windows CD22:18
treesomeyeah and thats exactly my problem22:18
bredbakerktosiek oh no do not understand22:18
itaylor57Myrtti, sorry22:18
treesomedo you know how to uninstall grub?22:19
scott_zktosiek: in the /opt i found all my full circle mags that I downloaded22:19
bredbakerktosiek: canonical i can not understand22:19
ikoniatreesome: you don't uninstall it22:19
cobraHi all22:19
ikoniatreesome: you need to overwrite it, eg: with the windows boot loader22:19
scott_zktosiek: I dont want to miss anything22:19
bredbakerktosiek: canonical i do not understand22:19
ktosiekscott_z: so copy everything :-P22:19
ktosiekscott_z: it should compress nicely22:19
scott_zktosiek: hehehe if I had the room I would22:19
treesome^^ ok thats kinda difficult22:19
ktosiekbut it's really strange that there's something like that in /opt22:20
bredbakerwhy canonical stopped gnome 2 developement22:20
ikoniabredbaker: canonical didn't22:20
bredbakerikonia? nooo?22:20
ikoniabredbaker: canonical don't develop gnome, the gnome foundation does22:20
ktosiekbredbaker: it's not Canonicals project22:20
scott_zktosiek: I have ALOT of .avi files and they just dont compress22:20
ultrixxbredbaker: the gnome team stopped gnome 222:20
bredbakeri thought gnome belongs to CANONICAL22:20
ikoniabredbaker: ask the gnome foundation22:20
bredbakerBecause ubuntu always was released if there were new gnome version22:20
ikoniahi Lars22:21
ktosiekbredbaker: no, it isn't, and Canonical is not even using GNOME as main desktop anymore so they have no money in that project22:21
scientesbredbaker, hahaha, GNOME foundation22:21
bredbakerBecause ubuntu always was released if there were new gnome version22:21
scientesand unity sucks22:21
sstabredbaker: ubuntu releases every 6 months.  (almost) always has22:21
=== enroxorz is now known as SWEATERVEST
scientesbredbaker, its just they are both on 6 month release scycles22:21
bredbakerscientes: yes22:21
treesomewhy are there so many linux distributions? The only difference you feel as a user is which GUI you use right?22:21
ikoniatreesome: no, all have subtle differences, read on distrowatch.com the differences22:22
scientestreesome, no, people do all sorts of stuff with computers22:22
bredbakerscientes: yes you are right22:22
sstatreesome: no, there are many differences22:22
ktosiektreesome: not really, KDE and GNOME are available in most distros22:22
scientesbut redhat/centos/fedora and debian/ubuntu are the big ones22:22
=== xpert is now known as zmaj
realuspplz, when i press a key, my mouse will free for a split second before moving again, any idea why?22:22
=== jack is now known as Guest15615
realusanyone ??22:22
ktosiektreesome: mostly it's about package management and priorities22:22
bredbakerdo you think KDE will be the most popularity DE soon22:22
bredbakerhehe22:22
treesomeand why are there no commercial games for linux? I think for many people it'S the only reason that keeps em away from using it22:23
ikoniabredbaker: this channel is for ubuntu support discussion only, please keep to that22:23
realuscan anyone hear me ??22:23
bredbakerok22:23
bredbakerrealus: yessss22:23
scientestreesome, world of goo is availble for linux22:23
realusbredbaker22:23
ktosiekrealus: you have some kind of protection against moving mouse when typing22:23
OerHekstreesome there are, and available tru softwarecentre.22:23
bredbaker!ask | realus22:23
ubotturealus: 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. :-) See also !patience22:23
scientestreesome, you have to blame microsoft's attacks on opengl22:23
ktosiekready: but I have no idea how to turn it off22:23
ikoniatreesome: this channel is ubuntu discussion, please keep to that22:23
scientesthats the main reason treesome22:23
bredbakertreesome: stop that please !!!22:23
treesomeah ok , what a shame22:23
treesomewhat shall i stop?22:24
realus!ask22:24
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. :-) See also !patience22:24
realus!patience22:24
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/22:24
treesomei DID ask the question22:24
treesomemultiply  times22:24
bredbakerwhat question22:24
realusbredbaker seems so22:24
ikoniatreesome: what's the problem ?22:24
treesomemy windows cd says it will boot but it doesnt and i suspect GRUB to be the problem22:25
bredbakertreesome: which windows cd22:25
sstatreesome: if you'r windows CD won't boot, then you need to ask in a windows channel about that22:25
ikoniatreesome: grub is not the problem, grub does not boot your windows CD22:25
treesomewindows XP22:25
sstatreesome: it's not grub22:25
bredbakertreesome: xp sp1, sp2 or sp322:25
ikoniatreesome: join ##windows and ask the windows guys for help22:25
treesomesp122:25
scientestreesome, ##windows22:25
scott_ztreesome: if it is a windows cd how does grub even come into play? just boot from the cd.22:26
bredbakersp1?? 32 or 64bt22:26
bredbaker*bit22:26
ikoniabredbaker: this has no relevence to this channel - stop22:26
treesomeyeah the windows guys have shitty support though. Thank you for your help, i always appreciate it , bye22:26
bredbakerikonia: he asked not me!!!22:26
ikoniabredbaker: yes, and I told you the topic is "ubuntu support" - not "windows support"22:27
Bndr5hello22:27
bredbakerok22:27
Tomtiger11ikonia: Stealth Op!22:28
Bndr5Someone know how to configure Xorg.conf for change the resolution ?22:28
itaylor57Bndr5, xinitrc22:28
ktosiekBndr5: xrandr22:28
itaylor57Bndr5, sorry for generating on22:29
=== bladernr_afk is now known as bladernr_
itaylor57ktosiek, is right22:29
=== bredbaker is now known as bradbaker_afk
Bndr5itaylor57, what ?22:29
Bndr5ktosiek, xrandr doesn't work.22:30
Bndr5for default is 800x600,and i want more.22:30
ktosiekBndr5: if it's not showing any other resolutions, reask your question with this information and say what graphics card you are using22:31
dadsdaI used to have a static IP to my ISP but recently installed a router with openwrt - tp-link tl-wr842nd - which connects to my ISP now and I connect to my router and get my IP through DHCP, the problem si I see errors in the router logs: http://pastebin.com/w7deYAUg22:31
OerHeksBndr5, check hardwaredrivers for closed source videodriver22:31
gio333hello22:31
dadsdamy Ubuntu can still can get an IP address and I have internet but those errors continue to appear in the router logs, any ideas?22:31
Bndr5ktosiek, i have sis silicon graphics22:31
sstadadsda: how is that an Ubuntu issue?22:32
ktosiekif it shows a list of other resolutions: xrandr -s 1024x768 (or whatever resolution from the list)22:32
=== Jad is now known as Guest37479
dadsdassta: I guess my Ubuntu keeps some old connection settings and creates a conflict, it request a different IP from the router, no?22:32
=== Guest37479 is now known as Jaddie
sstadadsda: doubtful22:33
ktosiekdadsda: maybe your computer is set up to boot from network, but that's BIOS setting and not related to operating system22:34
Bndr51 seg checking..22:34
dadsdaktosiek, you think that changing my IP from static to DHCP on my Ubuntu has nothing to do with the errors in my router which show my computer request a different IP?22:35
ktosiekand suggestions that DHCP clients send do not cause any problems - server may (and normally will) ignore them22:35
TrayHi there, i've a problem using my Toshiba NB200 with a fresh ubuntu 11.10 install (only some removing and installing of software). I recognized that ubuntu stops working when idling for too long. I tried a small ruby script wich just loops an output and it never works for more than a minute. Moving the mouse or pressing keys make it work again. I appreciate any help or hints.22:35
Bndr5ktosiek,22:36
Bndr5ubuntu@ubuntu-laptop:~$ xrandr -s 1024x76822:36
Bndr5Size 1024x768 not found in available modes22:36
ktosiekdadsda: no, but they are not errors (just informations that your PC requested IP from router)22:36
sunzI am trying to create a Hotspot on my laptop, but it does not work... did anyone get it working?22:36
ktosiekBndr5: so, the only mode that xrandr shows is 800x600? That's a driver issue for sure, can't help you about it22:36
dadsdaktosiek, that's what I want to solve, those wrong requests from my Ubuntu going to my Router22:37
Bndr5can't why ?22:37
ktosiekdadsda: they are just normal DHCP logs, nothing to worry about22:37
ktosiekBndr5: I have no experience with sis drivers :-)22:37
OerHeksBndr5, SIS isn't really good supported, manufacturor does not coop22:38
Bndr5OerHeks, i need download the driver and run , nope ?22:38
Bndr5but where and how ?22:38
OerHeksBndr5, what sis video do you have? open terminal: lspci | grep VGA22:39
Bndr5OerHeks, 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)22:40
=== b3rgler is now known as s1cre
test�DCC SEND startkeylogger 0 0 022:41
FloodBot1NOTICE - The above was an exploit attempt that may have disconnected some users. Please ignore it, DON'T click on suspicious links, and type « /msg ubottu exploit » if you want more information.22:41
gio333can someone pm me ? I have problem with installing multipuble ubuntu .22:42
gio333the front screen tells me to choose22:42
gio333please help22:42
OerHeksBndr5, small chance this howto could work >> http://blog.bigsmoke.us/2011/01/18/ubuntu-sis-671-driver22:42
gio333how can i keep only one environment?22:42
Bndr5cheking..22:43
Logan_!pm | gio33322:43
ubottugio333: 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.22:43
ktosiekgio333: you want to have 2 installations of Ubuntu, but with common user data?22:43
Felix|CatHey channel. I have a problem with Network Manager having vanished; I cannot reconnect to the internet to reinstall it. The computer in question is a netbook with no CD drive. I do not have a USB CD drive with me. I have the network-manager .deb file but no idea what to do with it. I am a bit of a noob at this. Help appreciated.22:43
brianp1992when i do apt-get install sun-java6-jdk22:44
brianp1992i get E: Package 'sun-java6-jdk' has no installation candidate22:44
ktosiekFelix|Cat: try to open terminal and run nm-applet22:44
brianp1992i need to add a repo i think..22:44
Logan_brianp1992: Oracle Java is no longer available in the Ubuntu repositories.22:44
brianp1992Logan_: whats the repo?22:45
Felix|Catktosiek: Wilco.22:45
aetever since i installed ubuntu, windows has been very slow and choppy22:45
ktosiekFelix|Cat: what?22:45
aet(i am running dual boot)22:45
Felix|Catktosiek: Ahem, sorry: Roger that.22:45
ktosiekFelix|Cat: Ok :-D22:46
Logan_brianp1992: https://help.ubuntu.com/community/Java#Oracle_.28Sun.29_Java_622:46
Logan_!pm | gio33322:46
Felix|Catktosiek: (British, slightly old-fashioned way of saying it)22:46
Logan_gio333: See what ubottu said above.22:46
Felix|CatRestarting.22:46
ktosiekrestarting?22:47
Felix|CatIt told me to.22:47
ktosiekoh, ok22:47
Logan_brianp1992: I'd recommend using openjdk-6-jdk instead, though. It works just as well, in my experience.22:47
Felix|CatStill shows Network Manager is not running.22:48
brianp1992well im setting up android sdk, i need the jdk i think, am i wrong?22:48
Felix|CatI have a horrible feeling it might have everything to do with this: http://alexsleat.co.uk/2011/01/09/a-more-elegant-solution-to-ubuntu-wi-fi-reconnecting-issue/22:48
brianp1992Logan_: well im setting up android sdk, i need the jdk i think, am i wrong?22:48
gio333I had installed Ubuntu , but because it is very heavy for my machine, I uninstall the ubuntu environment and installed the Lubuntu , now I have multiple environments and the machine tells me to choose at the begining22:49
ktosiekFelix|Cat: sudo /etc/init.d/network-manager restart22:49
gio333it tellss me to input my username and password and also to choose desktop22:49
Felix|Catktosiek: First thing I tried. It did nothing.22:49
gio333and there are many environments , ubuntu lubuntu kubuntu lxde  and others22:49
gio333I think the machine does not perform well because there are many environments22:50
ktosiekgio333: oh, ok, that's nothing wrong. It just lets you choose which one you want to run, but all programs and data are common22:50
gio333how can I check if I have installed something wrong ?22:50
Felix|CatAh, no, but not since reinstalling the service.22:50
Felix|CatMagic, ktosiek.22:50
Felix|CatI owe you a pint.22:50
ktosiekthere shouldn't be any performance penalty for just having multiple DEs installed22:50
ActionParsnipgio333: sudo apt-get -f install22:50
sunzhow can i figure out what wireless driver i am using?22:51
ActionParsnipFelix|Cat: you from he UK?22:51
Felix|CatActionParsnip: Not if you're looking at my IP, but by birth and raising, yep.22:51
ktosiekFelix|Cat: make that half a liter :-)22:51
ActionParsnipFelix|Cat: 'owe you a pint' is very englishy. I'm from the UK ;)22:51
Felix|Catktosiek: And pay for it in Euros?22:52
Felix|Cat:D22:52
Felix|CatYes.22:52
Felix|CatYes it is.22:52
Felix|Cat(God, I miss pubs)22:52
ktosiekFelix|Cat: what do you miss about them?22:52
ktosiekWe've got some nice pubs here in Poland :-)22:52
ActionParsnipktosiek: or 16 fluid ounces ;)22:52
Felix|Catktosiek: ...having somewhere you can get a pint. Egypt's not so hot on them.22:53
gio333ActionParship: what is this command you wrote?22:54
gio333the computer i use is like rubbish22:54
gio333I need my OS to be lightweighted22:54
duckxwhat is /etc/skel ??22:55
ActionParsnipgio333: it makes sure the packages are all ok, that deps are met etc22:55
duckxi want to edit my global bashrc22:55
ActionParsnipduckx: the default profile that new users copy when they are made22:55
javierf_in ubuntu 12.04 beta2, when I have a light theme (except for radiance) letters go white, and it's impossible to read them in most applications. Someone knows how to fix this bug or select manually the colour of fonts? Thanks!22:55
ktosiekgio333: all those other environments just sit on the disk and do nothing, if you're not low on HDD space you don't have to care about them22:55
ActionParsnipduckx: edit /etc/bash.bashrc   I believe, its a file in /etc you need to edit22:55
ktosiekjavierf_: precise support is this way -> /join #ubuntu+122:55
ktosiekduckx: it's what new users get copied into their $HOME22:56
Felix|CatNow, I don't suppose anyone knows an actual solution to the problem of Ubuntu not reconnecting to a dropped connection that *won't* break network-manager?22:56
duckxic thanks!22:56
duckxskel stands for skelton ?22:56
ktosiekI think so22:57
ActionParsnipFelix|Cat: unload then reload the driver module, may help22:57
ActionParsnipduckx: afaik yes22:57
gio333ktosiek: I dont have a HDD problem , I am Ok with that . But I have a memory and cpu space problem . The cpu when I choose lubuntu is 100%. How can I be sure that another enviroment isnt runnung on the back ?22:57
Felix|CatOn second thoughts, thanks ActionParsnip for the suggestion, but I think, at 1am, I should get back to that at a later date. That one's not urgent, after all.22:57
Felix|CatCheers ktosiek, ActionParsnip.22:58
gridbagwhat's the package name for the "boost" dev tools?22:58
ktosiekgio333: it just isn't, some parts (like window manager or notifications daemon) would collide and anyway: only the one you choose at login screen is started22:59
ActionParsnip!find boost22:59
ubottuFound: libboost-dbg, libboost-dev, libboost-doc, libboost-graph1.46-dev, libboost-graph1.46.1, libboost-iostreams-dev, libboost-iostreams1.46-dev, libboost-iostreams1.46.1, libboost-program-options1.46-dev, libboost-program-options1.46.1 (and 84 others) http://packages.ubuntu.com/search?keywords=boost&searchon=names&suite=oneiric&section=all22:59
ActionParsnipgridbag: libboost-dev   maybe..22:59
ActionParsnipgridbag: or try:  apt-cache search boot | less22:59
ktosiekif you want to find what's eating your CPU use top (or htop, it's nicer :-))22:59
ActionParsnipboost, typo22:59
hinder90hi, I have a question about the sadc implementation in ubuntu 10.0423:01
hinder90I am trying to collect individual i/o metrics for each disk23:01
hinder90sadc doesn't accept the -d option nor does -S DISK provide that data to make sar -d work23:02
hinder90you just get Requested activities not available in file....23:02
hinder90I have hunted hi and low for a solution... anyone know how this is done?23:03
ActionParsniphinder90: does testdisk not help?23:03
Bndr5someone know how works xrandr ??23:04
ActionParsniphinder90: or hdparm23:04
hinder90ActionParsnip: I added it and the behavior didn't change23:04
ActionParsniphinder90: testdisk is a data recovery app so isn't useful. Got muddled23:05
hinder90ActionParsnip: hdparm already install23:05
Bndr5OerHeks,23:05
hinder90iostat shows the data well enough23:05
ActionParsniphinder90: you can set options on devices with hdparm23:05
hinder90I am just trying to collect with sar23:05
nostriluuhi, am running 10.04, is there a fix for CVE-2012-1182 ? thanks23:05
ubottuThe RPC code generator in Samba 3.x before 3.4.16, 3.5.x before 3.5.14, and 3.6.x before 3.6.4 does not implement validation of an array length in a manner consistent with validation of array memory allocation, which allows remote attackers to execute arbitrary code via a crafted RPC call. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1182)23:05
hinder90ActionParsnip: whoa, do I want to be mucking with hdparm? looks dangerous :-)23:06
gio333there is a process called gnome-system-monitor in the Task Manager . Since I use Lubuntu that is LXDE , why is a gnome thing running ?23:07
FrozenFireCurious. I installed Ubuntu via Wubi (to dual-boot with 7), and it failed to boot. Drops to initramfs and says it gave up waiting for root device.23:07
ktosiekgio333: kill it and see what happens23:07
Picinostriluu: not yet.23:08
FrozenFireThe two possible issues I see are that 1) I have a Truecrypt-encrypted system disk, and 2) It looked like it was downloading the amd64 ISO, and this is an Intel 64-bit processor.23:08
ktosiekit's funny that it's running, do you have some "system monitor" hotkey on keyboard?23:08
nostriluupici, what should i do in the meantime ? it seems rather threatening23:08
FrozenFireAny ideas?23:08
ActionParsnipgio333: LXDE is made using GTK23:08
ktosiekFrozenFire: Intel 64bit CPUs used in desktop are of amd64 architecture23:09
ActionParsnipFrozenFire: amd64 is just a name that stuck, much like 'IDE drive. It will run on 64bit intel CPU23:09
ktosiekAFAIK Intels 64bit arch (IA64) is not used on desktops23:09
hinder90ActionParsnip: what was your sugguestion what I should do with hdparm to get disk i/o metrics to report in sadc?23:09
gio333ActionParsnip: Is it running by default in lubuntu ?23:09
ActionParsniphinder90: sudo hdparm -Tt /dev/sda23:10
FrozenFireYeah, that's what I thought. I can install the 32-bit version of Ubuntu through Wubi by downloading the 32-bit ISO, yes? I vaguely recall there being a Wubi.exe on the ISOs.23:10
hinder90ActionParsnip: it looks like it is doing something when I run that23:10
ActionParsnipgio333: no, the gnome desktop is not in Lubuntu, but the toolkit used to make the apps is the same and is partly why you use gksudo to run gui apps even in lubuntu as well as xfce23:10
Picinostriluu: I'm not sure what to suggest. I don't see a fix published in Debian or even on RedHat yet, so I'd expect us to have something up soon.23:10
Bndr5Someone know how solve this ? http://pastebin.com/F09nHjts23:11
ActionParsniphinder90: it's the test command, it tests write and read speeds23:11
Bndr5ktosiek, still here.23:11
hinder90ActionParsnip: it would seem like the -d aption simply doesn't work with lucid's implementation of sadc23:11
jnl_nl23:11
icerootwhy is the minimal-issue enabling backports by default?23:11
nostriluuthanks pici.23:12
ActionParsniphinder90: not someting i've used tbh23:12
inxtonewhat is ubuntu 4?23:12
FrozenFireHrmm, sounds like Wubi + Truecrypt is a no-go23:12
L3topBndr5: what needs to be solved exactly? You want more resolution modes?23:13
d-buggerinxtone: wha?23:13
ktosiekBndr5: if xrandr is not showing you all the sizes you want it's something with drivers, and I don't know anything about SIS drivers23:13
Logan_inxtone: As in "for?"23:13
inxtonesimple question23:13
inxtonewhat is it used for?23:13
d-buggeroh23:13
Logan_!ubuntu | inxtone23:13
ubottuinxtone: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com23:13
Bndr5L3top, nope just 1024x768, delete the others23:13
inxtonehow does it differ from .Net development23:14
hinder90ActionParsnip: the other issue may just be that lucid's implemention doesn't support -d23:14
ActionParsnipinxtone: what is windows used for?23:14
ActionParsniphinder90: do versions in later releases suport it?23:14
ActionParsnipinxtone: same deal23:14
L3topwell... you wouldn't want to delete them... they are available modes23:14
Bndr5L3top, I see now 1280x1024, and i need the others.23:14
Bndr5L3top, i need the 1024x..23:15
L3topyou will need to change the currently used mode in desktop settings23:15
inxtonedamn bro i was 12 with vb4.0 on woal now im back @ .Net @ age 2823:15
inxtonenever got to linux23:16
Bndr5yes there're 800x600,1280x1024, and 600x...23:16
hinder90ActionParship: Actiually not, sorry... it just seems that  sadc -S ALL doesn't provide sar with what it needs to report info -d should23:16
Bndr51024x768 doesn't23:16
hinder90ActionParsnip: I am looking to do is collect what iostat reports with sa123:16
L3top<L3top> Bndr5: what needs to be solved exactly? You want more resolution modes?23:16
d-buggerinxtone: then you've missd out on an awful lot :P23:16
Bndr5ubuntu@ubuntu-laptop:~$ xrandr -s "1024x768"23:17
Bndr5Size 1024x768 not found in available modes23:17
inxtonewhat is even the point of other OSs23:17
icerootinxtone: you have a technical support question?23:17
inxtoneyou boot to process data either way23:17
d-buggerinxtone: take a look; if you use it right, it will change thwe way you work23:17
inxtonenah im simply thinking23:17
Bender_Is it possible to make the letterbox in the tray to pulse or flash in order to be more visible to my eyes when I recieve a message?23:17
L3topBndr5: lspci | grep VGA23:18
ktosiekinxtone: well, I don't know whats the point of OSes other than Linux either23:18
Bndr5L3top, ubuntu@ubuntu-laptop:~$ lspci | grep VGA23:18
Bndr501:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)23:18
d-buggerktosiek: lol23:18
inxtoned-bugger: but isnt rich text processing through object design the same with any code23:18
d-buggerinxtone: linux isnt just about the code23:19
inxtoned-bugger: id love to 923:19
d-buggeryou can use linux for a lot more than windows without ever really touching any coding23:19
d-buggerplus, theres several levels of coding, if you wish to get into it23:19
inxtoned-bugger: but isnt the whoel point to boot @ a custom eNvio23:19
d-buggerwhat do you mean - custom environment?23:20
inxtoneless clicks the better?23:20
inxtone- controller navigation23:20
d-buggerits much more than just less clicks23:20
inxtoneood23:20
ActionParsnipBndr5: oh man those are always hell23:21
d-buggerfor example, linux stores its log files as plaintext23:21
inxtoneso are ini's23:21
L3topBndr5: http://ubuntuforums.org/showthread.php?t=958967&page=7823:21
ktosiekinxtone: which are not logfiles :-P23:21
d-buggerwhile it may seem simplistic to windows folks, it makes it easy to manipulate through pipes23:21
inxtonepipes?23:21
Bndr5L3top, i was trying this http://www.linuxjournal.com/content/guerrilla-tactics-force-screen-mode-ubuntu23:21
d-buggerthus, each thing is treated as if it were a database23:21
keithzzHi Im trying to upgrade to new ubuntu but update manager is giving me this error: Authentication failed23:21
keithzzAuthenticating the upgrade failed. There may be a problem with the network or with the server.23:21
L3topafk.23:21
Bndr5but there're some numbers after the resolution idont understant,23:22
ktosiekLinux is UNIXy, so a lot of things are in text files and you can do a lot of magic only by manipulating text with simple commands23:22
L3topprobably modlines... afk23:22
inxtonedoes it really matter what OS you use?23:22
d-buggerinxtone: for example, say you want to find how many UDP hits on your firewall came in23:22
Bndr5okythx.23:22
inxtoned-Bugger: udp?23:22
icerootinxtone: of course it does and here comes the answer23:23
d-buggerthe command is something like 'cat <logfile> |grep UDP|wc23:23
iceroot!free | inxtone23:23
ubottuinxtone: freedom is important. Ubuntu is as free as we can make it, which means mostly free software. See http://www.gnu.org/philosophy/free-sw.html and http://www.ubuntu.com/ubuntu/licensing23:23
gio333kubuntu or lubuntu or xubuntu use less CPU ?23:23
d-buggerthat flexibility is something that i, using windows for a good part of my life, didnt find23:23
keithzzI checked online, but it seams no one can fix this issue, any ideas?23:23
icerootgio333: lubuntu23:24
d-buggerof course, i didnt know i was missing it until i moved to linux23:24
ktosiekand there's a lot of cultural differences, on Windows every application is it's own world and making them work together is pain23:24
inxtonedd-Bugger: imo windows isn't designed to be used.... it's to be developed23:24
d-buggerinxtone: i thnk even MS would disagree with that point23:25
inxtonethats why they'd ship23:25
ActionParsnipBndr5: try:  gksudo gedit /etc/X11/xorg.conf    and paste in this text: http://paste.ubuntu.com/925672/23:26
keithzzAuthentication failed23:26
keithzzAuthenticating the upgrade failed. There may be a problem with the network or with the server.  Has anyone seen this?23:26
Bndr5ActionParsnip, oky23:26
ActionParsnipkeithzz: what is the output of:  lsb_release -sc23:26
ActionParsnipBndr5: if you get no desktop, boot to root recovery mode and rename the file23:26
icerootkeithzz: and what is the output of "ping -c 4 google.com"23:27
mrorganic4mecan anyone help me get a folder transfered from a virtual box windows 7 to my main os ubuntu 11.10?23:27
keithzzActionParnip: Maverick23:27
inxtone110 is the building where i saw the towers fall...23:27
ActionParsnipkeithzz: maverick is EOL now23:27
iceroot!ot | inxtone23:27
ActionParsnipkeithzz: EOL = no support + no updates23:27
ubottuinxtone: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!23:27
Bndr5ActionParsnip, i saw my Xorg empty23:27
keithzzActionParsnip: how can I upgrade :$ ?23:28
ActionParsnipBndr5: yes by default it is empty, some video chips and setups need the file to tell it how to run23:28
ActionParsnip!upgrade | keithzz23:28
ubottukeithzz: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade23:28
iceroot!eol | keithzz (last link)23:28
ubottukeithzz (last link): End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades23:28
=== hashashin is now known as Guest60242
iceroot!maverick23:28
ubottuUbuntu 10.10 (Maverick Meerkat) was the thirteenth release of Ubuntu. !End-Of-Life on April 10th, 2012, see http://ubottu.com/y/maverick for details.23:28
ActionParsnipkeithzz: personally I'd wipe Maverick off and clean install Precise which is LTS and will be the latest Ubuntu once it's released in a week or so.23:28
Bndr5ActionParsnip, this is not better ? http://pastebin.com/YzJwWGz323:29
inxtonehow would one custumize the OS on ubuntu?23:29
icerootinxtone: the installation media?23:29
ktosiekinxtone: that depends on what you want to customize23:29
three18tiinxtone, one of the great things about Ubuntu is you can customize it any way you want,23:30
inxtonertf units23:30
icerootinxtone: or the installed system?23:30
ActionParsnipBndr5: try both :)23:30
=== chad is now known as Guest38467
ActionParsnip!remaster | inxtone23:30
ubottuinxtone: Interested in remastering the Ubuntu !LiveCD or !Alternate installer? See: https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/InstallCDCustomization - Or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility23:30
Bndr5how ? two XOrg.conf in X11 ?23:30
Bndr5or one by one ?23:30
ActionParsnipBndr5: if you want, only the one named xorg.conf will be used though23:30
Bndr5ok. now ?23:31
d-buggerinxtone: to get started, you dont even need to really do that. Just take a look at gnome's gui, and compare its simple mouse-click customizability with MS'/23:31
mentalovehello, i recently bought a HD 6870 GPU and im not sure how to install the drivers for ubuntu 11.1023:31
ActionParsnipBndr5: reboot and prey to the great penguin on high23:32
mrdebmentalove: go into hardware wizard23:32
ActionParsnip!ati | mentalove23:32
ubottumentalove: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto23:32
ktosiekmentalove: it's a radeon?23:32
mentaloveyes23:32
ktosiekit should work out of the box, try to run some games23:32
Bndr5ActionParsnip, whats meaning ?23:32
mentaloveubuntu doesnt run games >.<23:33
keithzzGuys, I went here https://help.ubuntu.com/community/NattyUpgrades since I have 10.10 and Im following the first section , how to upgrade using update manager, my original quesiton is that i can't upgrate23:33
spacebug-keithzz: what does not work?23:35
three18timentalove, my ATI driver on 12.04 is FUBAR on my Laptop (where it was previously working in 11.10) and my nVidia driver on my Desktop is SNAFU (where it has never worked, 2x Cards and 3x Monitors)23:35
mrorganic4mesudo apt-get upgrade ?23:35
keithzzI get this:23:36
keithzzAuthenticating the upgrade failed. There may be a problem with the network or with the server.23:36
icerootkeithzz: use the text about the EOL-upgrades23:36
icerootkeithzz: you got from ubottu23:36
ActionParsnipmentalove: oh really? not played Penumbra series or Urban terror?23:37
mrorganic4meyou probly need to update your repositoryies?23:37
ActionParsnipmentalove: or Doom3 or Return to castle Wolfenstein or World of Warcraft23:37
ktosiekmeh23:38
ktosiekMinecraft!23:38
Bndr5ActionParsnip, the pinguin works!23:38
Bndr5thanks!23:38
keithzziceroot: I have 10.10 running, these docs cover earlier versions23:38
keithzzthe ones I found on internet that cover 10.10 suggest upgrading using update manager23:39
Bndr5ubuntu@ubuntu-laptop:~$ xrandr23:39
Bndr5Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 76823:39
Bndr5default connected 1024x768+0+0 0mm x 0mm23:39
Bndr5   1024x768       60.0*23:39
Bndr5   800x600        60.023:39
FloodBot1Bndr5: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.23:39
Bndr5   640x480        60.023:39
ActionParsnipBndr5: backup the file that works so if you need to reinstall you can use it again23:40
LittleFootomg installing LAMP on ubuntu is so much beter than crappy centos23:40
LittleFootand everything is recent23:40
Bndr5ActionParsnip, good idea.23:40
ActionParsnipBndr5: crappy SiS GPUs often need xorg.conf files23:40
LittleFootcentos is like friken stone age23:40
LittleFootso glad im off that pos23:40
bazhangLittleFoot, lets stay on topic please23:41
LittleFootfreak!23:41
LittleFootrelax23:41
bazhangLittleFoot, did you have an actual support issue? chit chat in #ubuntu-offtopic NOT here23:42
inxtoneany OS is meant to throw you off ... that's why I'm all mine in theory23:43
inxtonewhat is even the point of sitting at a computer23:43
icerootinxtone: still offtopic, stop it please23:43
ActionParsnipinxtone: thats is offtopic here23:43
mentalovehey! i got my driver working somewhat. thank you23:43
icerootkeithzz: ah ok sorry23:43
inxtoneiceroot: i appologize23:44
=== Guest60242 is now known as hashashin
inxtoneare there any other active rooms that tolerate off-topic discussion?23:50
bazhanginxtone, #ubuntu-offtopic23:50
LittleFootno one is asking23:50
LittleFootwats ur problem23:51
bazhangLittleFoot, it's still not the chat room here23:51
KM0201..23:51
LittleFootur sum kind of asshole?23:51
nexushaxxhi23:55
nexushaxxneed some help23:55
ActionParsnipask away23:55
nexushaxxplease it's possible to install a previous version on flash plugin in ubuntu 10.04?23:56
ActionParsnipnexushaxx: if you can find the plugin file, or the deb. Sure23:56
nexushaxxfrom the official website of adobe ?23:57
ActionParsnipnexushaxx: well that will have the latest one, not an older one23:57
nexushaxxso I may googl'it !!!23:58
nexushaxxright ?23:58
ActionParsnipnexushaxx: pretty much, is the new one causing issues?23:59
esteban22xubuntu should be work on 1.6 Ghz ??23:59
nexushaxxI have problem with the latest one23:59
nexushaxxcan't work23:59
excelsiorHello friends, I have an employer who wants to use nComputing to allow multiple users to log on to Ubuntu and Remote Desktop into WServer 2008. I assume I'll need to install Ubuntu server, and I can't think of any way to get around using ubuntu desktop. Thoughts!?23:59
mentaloveanyone know about openCL and drivers on ubuntu ?23:59

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