[00:00] I dunno mikeconcepts, it works for me here in Chrome. [00:01] Tynach, thanks, disabling extensions [00:04] Tynach, Ah sounds fun! Also, guessing your name is related to Tenacious D. [00:04] Sonic132, what's tenacious d? [00:05] Sonic132: I thought the same [00:05] Tynach, Nevermind. But that sounds awesome. You made a Supercomputer. You should post a guide. [00:05] ActionParsnip, lol === Someguy123 is now known as Someguy123[afk] === Someguy123[afk] is now known as Someguy123 [00:06] Wow. Importing documents and settings from Windows takes forever. [00:06] Sonic132, 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:07] Tynach, Sounds like a difficult way of getting a 1TB HD. Why not do it the easy way and just get one HD? [00:08] What's the user-friendly way to enable universe repos in Ubuntu with Unity (e.g. Precise)? [00:08] JoeyA: ask in #ubuntu+1 [00:09] anything out that turns the side launch bar to the bottom? [00:09] i 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 it [00:09] Sonic132, 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] I don't have much money, basically. === Someguy123 is now known as Someguy123[afk] === Someguy123[afk] is now known as Someguy123 [00:10] Tynach, I can understand the money thing. Which is why I like Linux. Totally free. [00:10] ZenGuy311 maybe pressing pause and waiting for a bit in the player [00:11] ZenGuy311, 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] twoverpi: i've tried that but it doens't help much [00:11] is an anti-virus, firewall procedure needed after installing ubuntu? for instance a program that asks you if you will allow outgoing traffic. [00:11] ZenGuy311: can you make the files smaller? [00:12] Sonic132, 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] We could have all bought ourcity.com but we didn't [00:12] Tynach: is there a way I can transcode and play on the fly from a ssh connected folder/file? [00:13] twoverpi: 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 downloaing [00:13] How exactly do you start a pm with someone in XChat? [00:14] ZenGuy311:that is on the client right? [00:14] Sonic132, right-click their name, "Open Dialog Window". [00:14] Sonic132: right click on their username and open dialog [00:14] Sonic132: or type: /msg nick hi [00:15] ZenGuy311: 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:16] ZenGuy311, you wouldn't exactly be using ssh/sftp, but you can use something like: http://www.videolan.org/vlc/streaming.html [00:17] twoverpi: 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] ZenGuy311: 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 transcode [00:18] sacarlson, 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] Tynach: cool that might be the trick then, I'll give that a try [00:19] sacarlson: 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 buffering [00:19] Tynach: is there a link or a bit more details some place like the command line? [00:19] ZenGuy311, 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:20] Tynach: transcode on the server side? [00:20] ZenGuy311: ya that I did get working but vlc I thought wanted the output in ogg and my files are in a few formats [00:20] !info Mediatomb [00:20] Package Mediatomb does not exist in oneiric [00:20] http://wiki.videolan.org/Documentation:Streaming_HowTo [00:20] boo [00:20] ZenGuy311, yes, transcoding on the server. [00:21] My display will not turn on after the system has gone idle this has happened 3 times now [00:21] How do I pm myself !info ? [00:21] how 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 videos [00:21] sacarlson, 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] L3top: /msg ubottu !info something [00:21] ty [00:21] ZenGuy311, you would use SSH port forwarding. [00:22] That's what myself and my friend do when watching videos. [00:22] Tynach: i don't need port forwarding since it's a vps and port 22 works just fine [00:22] 443 [00:22] Tynach: yes I've been using the over http part, so what packages are needed to allow that then? [00:23] Tynach, created a new profile for chromium fixed aw snap [00:23] ZenGuy311, 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. === `mOOse` is now known as m00se [00:24] Tynach: ok [00:24] Tynach: 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 this [00:24] ZenGuy311, 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:25] sacarlson, no extra packages are needed. You just need to set up the streaming commands properly. [00:25] Tynach: 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 dummy [00:26] Tynach: do you have one for your method? [00:26] :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-keep [00:26] That's what I use. [00:26] Tynach: cool [00:27] Tynach: oh that's in the gui, I just need to translate that to my command line then [00:27] Notice that mux must equal http, not ogg. dst must equal port, then forward slash - nothing after the forward slash. [00:28] Ack, no. mux must be ts, not http. [00:28] Gah. I don't understand most of it. I use the GUI :P [00:28] Tynach: ok I'll see if my version of vlc will support mux-ts [00:28] mux=ts [00:29] What's the best way to run virtual machines on a dedicated server running ubuntu? [00:29] iNeal, KVM. [00:29] Tynach: 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 browser [00:30] Tynach: Will look into it, thanks :) [00:30] Ubuntu 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] I cant install the GPU driver for my ATIX1350 [00:30] wyld that format does not appear to work. I get no error, just no reply from ubottu. [00:30] sudo aticonfig -f aticonfig: no supported adapters detected [00:31] sacarlson, I don't know. I myself just use another VLC session, I've not tried using a browser. [00:31] I typed: /msg ubottu !info nvidia-glx [00:31] Tynach: ok good enuf then, so people on a windows machine can still open it then if they also have vlc I guess [00:31] who know how to install the ati GPU driver】 [00:31] L3top: try just sending ubottu a random mesage then use the !info [00:31] sacarlson, yep. I never tried a browser - that would be awesome if that works :O Gonna try it now. [00:32] L3top: for some reason the bot isn't replying directly to !info [00:32] Tynach: ya at some point I would like it to stream to flash [00:32] songxk: It is possible that your ati card will not use the fglrx driver, if that is what you are attempting to install. [00:32] ty again wylde [00:33] L3top: np [00:33] songxk: what is the output of lspci | grep VGA [00:34] of the 2 nvidia drivers ubuntu 11.10 is there any advantage in going from the one that isn't recommended [00:34] can you be more specific chiliblue? [00:36] well 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 driver [00:36] chiliblue: 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:37] chiliblue: I did use the proprietary driver on both [00:37] chiliblue: I just install the nvidia-current package in CLI [00:37] chiliblue 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] sacarlson, 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 related [00:38] L3top : I did not use this command lspci | grep VGA === revolts is now known as diegovieira [00:38] I can probably help you chiliblue. I do a lot of work in autodetection and use of compositing for various cards. [00:38] songxk: I am telling you to use that command and tell me the output [00:38] chiliblue: no I don't think the audio is involved or could it be, maybe like sync in video? not sure [00:38] thing is L3top it's a 210 [00:39] * L3top shudders [00:39] that is an alsa issue [00:39] it keeps me awake at night [00:39] and my issue has disappeared for the moment [00:39] L3top: when are these capabilities used? [00:39] working and I have changed nothing [00:40] ok I am using alsa from 11.10 would using more recent alsa modules help [00:40] sacarlson, 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] for watching h264 content for instance, VDPAU allows use of gpu/cpu for scaling et [00:40] c [00:40] Tynach: good enuf, thanks for your input [00:40] less tearing, better playback. [00:41] I have tried AMD Catalyst™ Proprietary Display Driver - Linux x86 & Linux x86_64 [00:41] Tynach: if you do run across the flash method let me know [00:41] but no use [00:41] L3top: hey she should use ssh with pulseaudio [00:41] for her parties [00:41] L3top: oh cool I should get that then [00:41] hey all [00:41] depends on the version you are on, and the card you have [00:42] what version of ubuntu is every one running? [00:43] 11.10 [00:43] 12.04 ATI X1350 [00:43] what a fuck GPU [00:43] My servers run 10.04 and 11.10 [00:43] Just installed 11.10 for a friend as well [00:43] L3top: this is the nvidea I now run in ubuntu 10.04 , nvidea 195.36.15 , what version do you suggest I use? [00:43] lols im using lubuntu 10.10 [00:44] finding it quite stable atm [00:44] !language | songxk [00:44] songxk: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [00:44] songxk, watch the language === bazhang_ is now known as bazhang [00:44] matt_: maverick is EOL really soon [00:44] ActionParsnip, today actually [00:44] pangolin: oh, i see [00:45] songxk: 12.04 isn't supported here [00:45] one second... catching up [00:45] pangolin: thanks for the update :) [00:45] what sort of problems are fellow users struggling with today [00:45] gfx, sound? wifi? [00:45] ActionParsnip, no worries === drew is now known as Guest40848 [00:45] matt_: all those things [00:45] L3top: oh I remember the version depended on what card you have, let me take a peak at nvidea see if they have a newer one [00:46] songxk: 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] just a sec [00:46] EOL? end of life? [00:46] matt_: yes [00:46] Nooo [00:46] its kind of a pain. One sec and I will get you a website [00:46] lol [00:46] could i still use it quite breezily [00:46] why can't play music in ubuntu? it says that that there is a problem with the null [00:46] i mean would i still have the same sudo apt-get support i do now? [00:47] sacarlson: 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 nvidia [00:47] what exactly does this version mean of samba? 2:3.5.11 [00:47] what does that 2: mena before it? [00:47] wolfric: its at version 3.5 [00:47] wolfric: not sure tbh [00:47] , try to cross-reference the problem by analysing your null audio drivers etc. [00:48] anyone 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 all [00:48] ActionParsnip: any idea where i could find out? [00:48] google [00:49] lol [00:49] matt_, what EOL means is that as of today you will no longer get any security updates or app updates from the repos. [00:49] erg [00:49] !google | matt_ [00:49] why can't play music in ubuntu? it says that that there is a problem with the null [00:49] matt_: 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] oh, thats not good [00:49] sacarlson: sorry, that isnt what I needed I need lspci -nn | grep VGA [00:49] ok sorry [00:50] jeremiah__, pastebin the exact error message [00:50] matt_: Nicely put [00:50] jeremiah__, 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:51] how fragile is a linux os in comparison to a windows os or mac in terms of virus, malware etc? [00:52] Does openssh-server not start on boot? [00:52] I 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] !virus | matt_ [00:52] matt_: 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/Antivirus [00:52] matt_: 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] matt_, 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] !ssh [00:52] SSH 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] matt_: not fragile at all... in contrast to windows it is a particularly unfair comparison. [00:52] why can't play music in ubuntu? it says that that there is a problem with the null [00:53] Now that I restarted. It still is using Windows bootloader and won't boot grub. Any ideas? [00:53] jeremiah_, please copy/paste any errors exactly. I don't know what you mean by 'problem with the null'. [00:53] jeremiah_, stop repeating that, pastebin the exact error message [00:53] Sonic132: I did not see your earlier posts, did you by chance fixmbr? [00:53] wow, so i dare say i am quite safe using the lubuntu 10.10? [00:54] the error is (nul) [00:54] (null) [00:54] i like its simplicity yet perfomance, its not exactly eye-candy but meh... does whgat i need lol [00:54] jeremiah_, play an mp3 with mplayer from the terminal [00:54] Sonic132, 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] anyone 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 all [00:55] bazhang, the command..... the name of the song is song.mp3 [00:55] matt_: 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] L3top: I installed Linux onto a different hd than windows. Then installed the bootloader on the Linux hd. [00:55] How do I get openssh-server to run on start [00:55] okay, i dont wine though, im using virtualbox to emulate a windows 7 pc [00:56] Tynach: Anyway to fix it now? To move grub? [00:56] hang on, will there still be security updates for my version of lubuntu? [00:56] ah... 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 drive [00:56] Sonic132, 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:57] Can anyone tell me how to set my mouse scroll wheel to scroll one line at a time, its far too sensitive and really aggravating [00:57] matt_: your vbox is just as vulnerable as any other windows install, however you can take snapshots/reload fairly easily. [00:57] Tynach: ok I'm rebooting. [00:57] Sonic132, I'm currently trying to find the proper command. [00:58] L3top: I have GeForce 6100 nForce 405 [00:59] 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] Tynach: That's cool. Booting the disc. [00:59] bazhang, hello? [00:59] sacarlson: I need lspci -nn | grep VGA [00:59] jeremiah_, you never gave us that pastebin [01:00] I just deal with PCI_ID numbers [01:00] Tynach: 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 icecast2 [01:00] bazhang, it said error, (null) [01:00] matt_: yes as the VM can be affected [01:00] sacarlson, 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] L3top: 00:0d.0 VGA compatible controller [0300]: nVidia Corporation C61 [GeForce 6100 nForce 405] [10de:03d1] (rev a2) [01:00] bazhang: Maybe he doesn't know about pastebin. Before Ubuntu I never heard of it. [01:00] jeremiah_, whats the exact command you ran in the terminal [01:01] pastebinit <3 [01:01] Tynach: oh ok then no need for icecast2 then [01:01] ohhhh, i get you, my sincere apologies for all the noob questions, you are definetely a great support team... [01:01] matt_: np man, questions are fine :) [01:01] sacarlson, as far as I remember, icecast2 only did audio streaming. That's why I didn't use it. [01:01] If it does video streaming, I might look into it. [01:01] bazhang, i click play in the player, and it brings up an error message saying, "error, (null)" [01:02] Found 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] jeremiah_, yet I asked you to run it from the terminal [01:02] bazhang, and i asked for the command. [01:02] Tynach: Icecast now supports video streaming via theora that's the ogg method I was using [01:03] jeremiah_, mplayer yoursong'sname.mp3 [01:03] sacarlson, that's pretty cool. Do you have a link for how to do it? [01:03] anyone know an app i can dl in synaptic to fine tune the scroll wheel on my mouse? [01:04] bazhang, The program 'mplayer' can be found in the following packages: [01:04] * mplayer [01:04] * mplayer2 [01:04] Try: sudo apt-get install [01:04] jeremiah_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [01:04] jeremiah_, so install it? [01:04] FloodBot1, whatever [01:04] bazhang, which one, all of them? [01:04] sacarlson: as sudo: add-apt-repository ppa:ubuntu-x-swat/x-updates; apt-get update [01:05] Sonic132, 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] sacarlson: then apt-cache policy nvidia-current and confirm that it is trying to grab the 295.xx driver [01:05] sacarlson: then apt-get install nvidia-current if indeed it is [01:07] sacarlson: the 260 driver will also work [01:08] bazhang, http://pastebin.com/fMHEHFTN i had the same prob. when wanting to install pastebinit. [01:09] hm [01:09] My 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:10] any one know anything about resolving graphics driver / screen resolution issues. [01:10] jeremiah_: your sources.list is probably screwy. sudo dpkg --configure -a [01:10] jeremiah_: please pastebin your sources.list [01:10] primus: you may need an xorg.conf file if its not playing nice [01:11] L3top, so i put that in. do i try again? [01:11] L3top, didn't work. same message [01:12] see what configuring dpkg does... and try and install pastebinit... but it may continue to have depend probs [01:12] AcidRain2012: 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] jeremiah_: this does not surprise me. Please pastebin your /etc/apt/sources.list [01:12] L3top, command. [01:13] cat /etc/apt/sources.list [01:13] then pastebin it [01:13] L3top, deb http://archive.ubuntu.com/ubuntu precise universe [01:13] that is the only thing in there? [01:13] jeremiah_, not in channel, to pastebin [01:14] is what i got [01:14] that is the problem [01:14] One moment I will find a generator... dont have off top of head [01:14] i know people rage when i ask which is better, but worth a shot: anyone know a simple light c++ ide in linux? [01:14] that i could install [01:14] eclipse sucked [01:15] if 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] Tynach: 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 already [01:15] Anyone 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] jeremiah_: http://repogen.simplylinux.ch/ generate a new sources.list and replace it. Then apt-get update [01:16] sacarlson, that's pretty cool. Do you have a link for how to do it? [01:16] I posted that after you posted the first time. [01:16] Sonic132: 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 on [01:18] Tynach: 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] how can I switch default window manager from command line? [01:18] niez_, what window manager do you want to switch to? [01:19] for example from kde to gnome [01:19] whats 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:20] Hey, 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] Tynach: on the server side you just apt-get install icecast2; and setup the configs for passwords, [01:21] reCAPTCHA, whats with the name? [01:21] scientes: It's easy to remember. :-) [01:21] ahh web portal [01:21] niez_, 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:22] is there any way I can know whether a java APP is running on openjdk or sun's java? [01:22] niez_, 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:23] Tynach, so I need to switch default session from command line [01:23] Tynach, how can I do that? [01:24] Anyhow, I keep trying to ssh root@, but it keeps giving me a port 22 refused error. [01:24] niez_, 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] reCAPTCHA, 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:25] Tynach, I've created custom my_session.desktop in /usr/share/xsessions and it runs my app without any window manager [01:25] Tynach: I've also tried the normal user login... and that does not work either. [01:25] Tynach, and I need to run this with autologin [01:25] hello everyone [01:26] reCAPTCHA, can you ping the server? [01:26] Tynach, and I need a way to switch to gnome sometimes [01:26] niez_, I'm not the guy to ask. I don't know the ins and outs of the login system. [01:26] Hope someone else can help you, niez_ :) [01:27] hey, i need some help with getting my internet connected to lubuntu [01:27] reCAPTCHA: maybe you didn't install the ssh-server on the server side? sudo apt-get install ssh ; [01:27] L3top, what is the command to get to my sources? [01:27] Tynach: I can ping the server.. [01:27] and add the new one [01:27] reCAPTCHA, and are you sure the firewall permits port 22? [01:28] Tynach: sacarlson I am a derp, I just reinstalled ubuntu, and I forgot to install ssh. [01:28] Aah, that'd explain it x) [01:28] You are very welcome for my wasting your time :-p [01:28] reCAPTCHA: yup that will do it [01:29] Thanks, people. [01:29] jeremiah_: 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.list [01:29] s/the/then/ [01:29] Hello, so it says my broadcom adapter is supported for lubuntu but it doesn't work [01:30] JonLimitless: firmware cuter I think [01:30] Okay.. 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:31] how do i install the firmware sacarlson? [01:31] hello everyone [01:32] JonLimitless: I'm just guessing but probly apt-get install firmware-b43-installer b43-fwcutter [01:32] JonLimitless: that would be my guess too [01:32] do i just type that in to the terminal sacarlson [01:33] JonLimitless: yes with added sudo [01:33] sudo apt-get install firmware-b43-installer b43-fwcutter [01:33] Never mind! Solved it. [01:33] okay my driver says its the sta, bcm4322 [01:34] L3top: JonLimitless: and why they can't default install that package if you have a broadcom device I just don't understand [01:34] how to convert DVD/CD audio tracks into wav files? [01:34] sacarlson: check your /etc/modprobe.d/blacklist.conf and see ;) [01:35] L3top: oh ok well I don't have one so that must be the reason, as my rt73 has the same problems with 3 blacklisted drivers [01:35] there are just too many conflicts with other stuff [01:35] ahhh, says unable to locate package [01:35] L3top: ok so it's like a trail and error thing I guess [01:35] what version are you on JonLimitless? [01:35] meaning what version of ubuntu [01:36] the newest version of lubuntu 11.10 i think [01:37] hi i installed the full samba4 on desktop , how can i prevent it to autostart on boot ? [01:38] rc2.d/smbd | nmbd are not present anymore [01:38] Is it possible to vnc server display :0 [01:38] : 0 [01:40] one second JonLimitless [01:40] L3top, so if i saved it to my desktop what would the path be? [01:40] okay take your time l3top [01:40] Hi, i have ubuntu in a KVM guest, accessing via spicec, and have no keyboard. any suggestions? [01:41] /home/username/Desktop where username is your username [01:42] randomuser, can you get to a virtual keyboard? [01:42] Tynach, yes [01:42] How do I setup X11 forwarding of my main lxde session? [01:42] randomuser, is it that you have no physical keyboard, or is it that spice is not accepting keyboard input? === gary_ is now known as Guest30149 [01:43] !info b43-fwcutter maverick [01:43] b43-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 kB [01:43] L3top: I guess in JonLimitless if the firmware failed it might be this bcmwl-kernel-source [01:43] !info firmware-b43-installer maverick [01:43] firmware-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 kB [01:43] they should be there JonLimitless [01:43] How can I vnc to ubuntu [01:43] yea, I'm using them now JonLimitless [01:43] L3top, so why is this not correct??? [01:43] /home/jeremiah/Desktop/newsources.txt /etc/apt/sources.list [01:44] Tynach, i have a physical keyboard - input is not recognized - i wouldn't presume spice isn't carrying the input at this point [01:44] MrUnagi: x11vnc works well for that, look up the docs [01:44] WHen I run 'sudo apt-get upgrade' it states: 'The following packages have been held back'. Why is it not installing them? [01:44] jaha, do: xinit -- :1 vt10 - then ssh -X user@host lxde4-session [01:44] !x11vnc [01:44] jeremiah_: sudo cp /home/jeremiah/Desktop/newsources.txt /etc/apt/sources.list [01:44] Hello I need help with my wifi [01:45] !wifi | esorribas [01:45] esorribas: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [01:45] Guest30149: because something is depending on a previous version [01:45] okay so since i have a sta-bcm4322 what command in full do i type to install it? [01:45] randomuser, I have no idea then. Sorry :( [01:46] randomuser: what is the vt10? [01:46] Tynach, np, thanks anyway [01:46] I'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] hello! 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] I 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 want [01:46] L3mce, I ran update/upgrade several times. Where would I find the exact reason? [01:46] jaha, you're telling the program, xinit, to operate on tty10 (ctl+alt+f10) [01:46] OK 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-6628 [01:46] Dexo: you can install with a live usb [01:47] Dexo: you can use unetbootin to put the ISO onto a usb storage, why not go for Precise? [01:47] jaha, you will also need xterm installed, if not already, sorry [01:47] arg. i didn't work [01:47] I do not have a flash drive, only an external harddrive. I prefer 10.04 because I dont like Unity. [01:47] apt-cache depends Guest30149 [01:47] yup, just got that error, wont this create a new session on tty10 though? (sorry if i dont know what im talking about) [01:48] randomuser: ^ [01:48] or apt-cache rdepends maybe... [01:48] Dexo: 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 variants [01:48] Dexo, yes... use the same process as for a flash drive [01:48] l3mce, i got it from the ubuntu website witht eh one they recommend to download. [01:48] something was incorrect [01:48] then again my system did say my user did not have priviliages to connect to the internet [01:49] jaha, it will create a new X server, and the remote system will use that X server [01:49] can you paste the error jeremiah_? [01:49] if it is one line, you can put it in here, otherwise pastebin jeremiah_ [01:49] ok 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] I 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 [01:49] cp: cannot stat `/home/jeremiah@jeremiah-hp-compaq-000000000/Desktop/newsources.txt': No such file or directory [01:50] Dexo: it has only support for one more year ;) [01:50] I seem to have several i386 apps listed. I am supposed to be running x86_64. [01:50] i first tried the original, didn't work [01:50] Dexo: the older kernel and drivers may cause you issues. Precise is LTS too [01:50] Is 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] So I can run Precise to look and 'feel' like 10.04 without any major modifications? [01:50] ummm... that isnt what we put in there. ls /home/jeremiah/Desktop/newsources.txt [01:51] Because I certainly dislike Unity [01:51] esorribas: can you pastebin the output of: sudo lshw -C network; lsb_release -a; uname -a; sudo rfkill list; dmesg | grep -i firm [01:51] randomuser: i got lxde4-session: command not found [01:51] Is there a way to force it to upgrade everything to current _64 apps? [01:51] Dexo: Kubuntu doesn't have Unity. Lubuntu doesn't have Unity [01:51] ls: cannot access /home/jeremiah/Desktop/newsources.txt: No such file or directory [01:51] jeremiah_: if that returns a result, then: sudo cp /home/jeremiah/Desktop/newsources.txt /etc/apt/sources.list [01:51] sure, just a moment, tanhks [01:51] ok jeremiah... how are you saving this file? [01:52] jaha, i think i mistyped- were you going for lxde (lxsession) or xfce (xfce4-session)? You may have to correct me, remember the tab key [01:53] jaha: do you mean lxde-session ? [01:53] i see. i spelled sources wrong on the exe [01:54] ActionParsnip http://pastebin.com/1XTcvpqa [01:54] here... jeremiah_ just copy and paste this... sudo cp `find /home -name 'newsources.txt'` /etc/apt/sources.list [01:54] I think that's right [01:54] oh [01:54] ok [01:54] no jeremiah_ if it is misspelled that wont help [01:54] i fixed it. [01:55] ok let me know once you have successfully copied it [01:55] i puts in all the commands and it had no error in the term [01:55] great... now apt-get update jeremiah_ [01:55] er... jeremiah_ sudo apt-get update [01:55] randomuser: ok, getting closer, how can i have X11 forward it to a window instaed of take over my display [01:56] Or is this something that will fix itself when the dependencies catch up? [01:56] E: Malformed line 12 in source list /etc/apt/sources.list (dist parse) [01:56] E: The list of sources could not be read. [01:56] 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] Well, I'm gonna stick with 10.04 on my next install because the Macbuntu theme/pack I use only withs with 10.04/10.10 [01:56] only works with* [01:56] tdmackey: #ubuntu+1 for pangolin support [01:56] Guest30149: 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:57] jeremiah_: can you give the output of: head -n 12 /etc/apt/sources.list | tail -n 1 [01:57] xangua: that's [01:57] jaha, i dont know, i always do that and just switch TTYs [01:57] L3mce, I did not try to change anything. I went to update, and it gave me the message. [01:58] Dexo: I'd go for the newer libs and kernel over some eyecandy [01:58] Dexo: your call [01:58] Guest30149: 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 it [01:58] deb-src http://us.archive.ubuntu.com/ubuntu/ precise-security [01:59] so is there a way to connect my pc to the internet and lubuntu adds in all the stuff i need? [01:59] jeremiah_: ask ni #ubuntu+1 for precise support [01:59] why 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 improvments [01:59] OK. I just wanted to be sure I had not messed something up. Thanks. [01:59] randomuser: woops, i meant on the client end, is there a flag for the ssh -X call? [01:59] np Guest30149 ;) [01:59] sacarlson: try closing the app and renaming ~/.purple then rerun [02:00] sacarlson: do you use a proxy? [02:00] jaha, 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 sucks [02:01] randomuser: ok thanks, ill have to dig deeper into it, bascially i just want a faster VNC-like connection for remote management [02:01] If 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] can anybody help me with my wifi problem? [02:01] algum brasileiro ai? [02:02] !pt | ajphantom [02:02] ajphantom: 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] !pg [02:02] I guess I'll go with 12.04 when it's released. I'll manage without my eyecandy. :) [02:02] jaha, you shouldn't need an entire desktop session for remote management, just run the application you need [02:02] i am having webcam issues [02:02] hello [02:03] every browser claims that i dont have a webcam hooked up, but there is one in my laptop. any fixes i can try? [02:03] I 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 nothing [02:03] pyromaniac77, can you use it with cheese? [02:04] nvm it's because iptables [02:04] randomuser: well, its an interactive display kiosk -ish setup so i bascially want visual confirmation of what the display is doing [02:04] pyromaniac77: you will need to install firmware/drivers for that specific webcam most likely [02:04] Tynach, cheese crashes upon opening [02:05] I 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.11 [02:06] L3top: how can I go about doing that? [02:07] pyromaniac77: I would run lspci try and identify the hw line and google fixes [02:07] L3top: hw line? [02:07] type lspci [02:07] yup [02:07] how can i connect my iphone so that i can transfer songs back and forth? [02:07] you will see it spits out a bunch of lines about devices on your laptop [02:07] yes [02:08] try and figure out which one is the cam [02:08] james53, https://help.ubuntu.com/community/PortableDevices/iPhone [02:08] what might it begin with? [02:08] pastebin the output [02:09] i have ubuntu 11.3 though Tynach ? [02:09] 11.4* [02:09] err sorry im not familiar with pastebin [02:09] how do i use it? [02:09] !pastebin [02:09] 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. [02:10] james53, 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] http://paste.ubuntu.com/924224/ [02:10] sup [02:12] help needed here. [02:12] i cant get my cd to eject from my pc [02:12] Is 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 battery [02:13] Adios, thanks for the info and help [02:13] I 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.11 [02:14] hey everyone, what's the benefit of installing the 64bit version of ubuntu 11.10 over the 32 bit version? [02:14] hi every one [02:14] how do i find out my ssh password to my computer i installed the openssh thing [02:14] notlrac11: your user's password [02:15] ok ill try that === miguel is now known as Guest87607 [02:15] pyromaniac77: 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 out [02:15] hi my network button in gnome shell looks broken [02:15] L3top: ok ill try [02:16] it says networking is disabled then enable networking followed by network settings [02:16] clicing on enable networking appears to do nothing [02:16] Hello, for some reason why I can't install java. What's the command for it? [02:16] and clicking on networking gives the error [02:16] The system network services are not compatible with this version [02:16] boliviano3: 64bit helps CPU intensive tasks like video and audio encoding [02:17] ok the password for this didnt work for the ssh password [02:17] boliviano3: greater amounts of RAM can be accessed singularly [02:17] http://paste.ubuntu.com/924233/ [02:17] i was wanting to know if wna3100 network adapter is supported out of the box on 12.1? [02:18] smokinjoe77: ask in #ubuntu+1 [02:18] ActionParsnip: thanks [02:18] james-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] boliviano, raje de acá. ;) [02:19] help 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] sarcarlson, nic device? [02:20] i see eth0, lo and wlan0 which as i understand it should be right... [02:20] im using the os pinguy not ubuntu lol [02:20] ActionParsnip: are there any downsides to 64 bit vs 32 bit? [02:20] yup [02:21] james-ubc: ya sounds good, so why doesn't network-manager like it? maybe the user don't have internet/network privs? [02:21] sacarlson: huh? [02:22] im 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] pyromaniac77: 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 it [02:22] *fedora 16 [02:22] *fedora 15 [02:22] L3top: thank you for your help [02:23] Hey ActionParsnip you didn't get a chance to check on my problem? thanks [02:23] james-ubc: System>administration>users and groups>advanced settings>youruser>check box for internet and network [02:24] I'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? === maurice__ is now known as tottto-drummond [02:26] yea it's checked [02:26] james-ubc: what version of ubuntu? [02:26] 11.10 [02:26] i do not have bcswl-kernal-source, how can i get it to put on my lubuntu [02:27] originally 11.04 if that helps [02:27] james-ubc: try install wicd [02:28] JonLimitless: I think it's just a package so sudo apt-get install bcswl-kernal-source [02:29] JonLimitless: did you find the firmware packages ok? [02:29] says unable to locate it, thats why i am trying to find it to put it on it [02:29] JonLimitless: can you use a wired network on that system? [02:29] sacarlson, no its some how not on the machine, and mmy disk drive isn't running right so its not on it [02:30] sacarlson, i tried except the network card won't connect [02:30] JonLimitless: oh those package will have installed offline then [02:31] sacarlson, yes i can through my external harddrive, just need to find the file to install it offline === toa is now known as Toa [02:31] blah looks like i ave a broken package blocking me @_@ [02:32] sacarlson: i think i have it but its .deb and doesn't show up on my external harddrive [02:32] JonLimitless: what system do you have that now has internet conectivity? [02:33] its a windows vista pc, sacarlson [02:34] JonLimitless: there are tools to gather dependancies so you can move and install the files, oh windows , I'm not an expert in methods for that [02:34] sacarlson, 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 pc [02:35] JonLimitless: 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 files [02:36] JonLimitless: synaptic can create a deb list from the dependancies I guess you can try that [02:37] JonLimitless: I would try to tether your windows with wire ethernet to enable downloading the dependancies [02:37] JonLimitless: or if you have a wired router plug it in to get the files [02:39] sacarlson, i tried to plug it in the router but the internet never popped up that its connected [02:48] I'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:49] Toa: Do all java apps exhibit this issue? If so, I'd suspect java. Else, I'd suspect the specific application [02:49] soreau, let me find another java app to test. One moment. [02:55] hi 2 all === 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 [02:57] anyone having trouble with byobu and putty? [02:58] i am having trouble with lubuntu, mrp [03:00] soreau, if you're still around, it appears to be Java. [03:00] which browser is good in ubuntu 11.10 [03:00] thanks [03:00] chrome, mars___ [03:00] mars__, It's a preference. I prefer Firefox. [03:01] thanks [03:01] mars__, Both should be great general-purpose browsers. [03:01] Toa: I'd recommend trying a different version of java, and filing a bug report against the bad version if you find a good one [03:01] i agree . [03:01] In Ubuntu my internet loads pages slower than Windows. Is there a way to find out what is causing this? [03:04] akuma wud u like chat? [03:04] JonLimitless: 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 connected [03:04] 30 m wana chat [03:05] why we use ubunt [03:05] we like it [03:05] akuma wud u like chat? [03:05] !ot | MooNSpell [03:05] MooNSpell: #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] wylde? [03:07] okz [03:07] MooNSpell: this channel is for ubuntu support, move to #ubuntu-offtopic for chat. [03:07] I'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:09] i tried sacarlson [03:09] Lirth1: 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 it [03:09] JonLimitless: and results are? [03:09] JonLimitless: ping google.com ; works? [03:09] sacarlson: What do you mean? [03:10] Lirth1: what media like dvd or some avi video that has 5.1 or 7.1 sound encoded in it [03:11] which translation tool is good?thanks~ [03:11] sacarlson: 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] anyone know how to install java on ubuntu 12.04? [03:12] !ubuntu+1 [03:12] Precise Pangolin is the codename for Ubuntu 12.04 - Support only in #ubuntu+1 [03:12] no 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:dkms [03:12] Lirth1: well I'm sure youtube and not sure about pandora are not even 5.1 encoded so why bother with 7.1? [03:12] i am rookie [03:13] sacarlson: 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] mars__: google has good translation [03:13] is it a client? [03:14] Lirth1: so you have 8 speaker outputs from your sound card? http://en.wikipedia.org/wiki/7.1_surround_sound [03:14] sacarlson: My mobo has 8 channel and my headset actually has its own built in sound card. [03:15] Lirth1: 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 it [03:16] is ther like a lubuntu repair disk sacarlson? [03:17] JonLimitless: 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 work [03:18] JonLimitless: and the results of ifconfig? no ip address like 192.168.1.5 ? what address does it end up with for inet? [03:18] no its all empty sacarlson [03:19] JonLimitless: when it's pluged in try sudo dhclient eth0 ; [03:27] seems my pidgin irc client is still disconecting about one time each hour even after rename of ~./purple dir [03:27] sacarlson: what versiuon of pidgin do you have? DO you use a proxy for web access? [03:27] my internet has been steady [03:28] ActionParsnip: no proxy and with Pidgin 2.10.1 (libpurple 2.10.1) [03:28] sacarlson: I have no idea what I did, but I fixed it! [03:28] I'm on ubuntu 11.10 [03:29] !info pidgin [03:29] pidgin (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 kB [03:29] oi [03:29] Lirth: too bad you can't share what you did to fix it then [03:29] sacarlson: did you use the pidgin ppa? [03:29] ActionParsnip: yes ppa for ubuntu 10.04 with the same problem before ppa [03:30] sacarlson: are there any bugs reported? [03:30] sacarlson: 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] ActionParsnip: 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] I'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:31] sacarlson: I also did an alsa force restart and the rebooted right before then. [03:31] ActionParsnip: maybe I should try a different irc client? [03:31] http://absdev.org/network2.png is a spectacularly terrible picture of my network [03:31] I want to go from "10.4.6.28" to 10.4.4.0/24 [03:31] currently, the server can access 10.4.4.0/24 [03:32] when 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.10 [03:32] the routes on the server http://sprunge.us/NeAE === virusuy is now known as sudo [03:34] I 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] I'll take a not easy way... :) [03:35] obrseamus: 1) turn it on [03:35] ActionParsnip: 1 hours is about the time I have set for my dhcpd licence, could that be what my irc problem comes from? [03:35] i wish there was obrseamus i just did the same [03:35] obrseamus: 2) done! [03:35] =p I did, the video drivers didn't load, stuck at 640 res [03:35] im about to uninstall lubuntu and put ubuntu on it [03:36] obrseamus: do you have anything in your xorg.conf? [03:36] JonLimitless: so the sudo dhclient eth0 ; didn't work? [03:36] no sir [03:36] JonLimitless: and what did it say then? [03:36] In /etc? I don't see that file there [03:37] obrseamus: you you provide an exact error message when X starts? [03:38] s/: you/can/g [03:38] anyone know a way to turn off the diagnostics on the boot bios from windows? [03:38] ubuntu is the best!!!!! [03:38] ah screw it, I've been looking fora good time to switch to my SSD [03:40] JonLimitless: that would be at boot time you need to see what key they want you to depress like or f2 [03:41] sacarlson: possibly, could time it [03:41] ok, cause f2 is bios for me [03:41] anyone seen sabdfl? [03:42] ActionParsnip: 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 away === patrick is now known as Guest92662 [03:44] okay 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 diagnostics [03:47] JonLimitless: what GPU do you use? [03:47] intel quad core [03:47] !chroot [03:47] A 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/BasicChroot [03:47] yikes. root vuln in Samba [03:48] Recently 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] https://bugzilla.samba.org/show_bug.cgi?id=8815 -- how long before this is fixed? [03:48] Does anyone think it is reasonable to install firmware-linux-nonfree from Debian in Oneiric if it is needed for GPU drivers? [03:48] bugzilla.samba.org bug 8815 in Build environment "PIDL based autogenerated code allows overwriting beyond of allocated array; CVE-2012-1182" [Critical,Resolved: fixed] [03:49] Looks like every Linux machine running Windows file sharing for the last 10 years is/was vulnerable [03:50] hahah bitplane [03:50] ! flash [03:50] To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [03:50] !wifi [03:50] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [03:52] Question: 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] Random bot use? Anyways... Is it sane to install firmware-linux-nonfree from Debian onto Oneiric? [03:52] CVE-2012-1182 isn't fixed already is it? [03:52] ** 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:53] ok I'm now set my eth0 to static time mark now to see if pidgin will stay up longer than 1 hour ****** [03:55] wolfric no, you may want to edit your config file to only allow connections from trusted machines [03:56] what exactly takes so long for it to be pushed through, samba have already released a patch [03:56] wolfric: we'll have a fix in a day or so I guess. this is critical [03:57] right 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 count [03:57] the* [03:58] is it a testing process or does it need to be signed off on or...what? [03:58] wolfric: I dunno, I guess the package has to be updated, tested then pushed out [03:58] is 12.04 stable yet [03:59] UBUxUBU: no [03:59] 12.04 won't be "officially" stable until it is officially released [03:59] there's a couple weeks yet [03:59] hmm goin right down to the last day huh... [03:59] 15 days === `mOOse` is now known as m00se [03:59] elon musk on the daily show solid [03:59] may as well wait then [04:00] lol [04:00] 11.10 is nice though [04:00] 15 days will be the right time to upgrade to 11.10 [04:00] wolfric: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/978458 [04:00] Launchpad bug 978458 in samba (Ubuntu) "CVE-2012-1182: "root" credential remote code execution" [High,Confirmed] [04:00] huh-i have that now on a laptop? [04:00] i am waiting for 12.04 [04:01] bitplane: i saw it but there seem to be 101 bug reports for the cve on launchpad [04:01] UBUxUBU: i mean it's never really a good idea to go with the latest release [04:01] ahhh [04:01] considering last time, the amount of bug on the release date [04:01] but 11.10 seems almost the same [04:01] recommending 11.10 over an LTS is probably not good advice [04:02] wolfric, the version in ubuntu arnt the ones that the patch applies to [04:02] wolfric, so they have to port the patch [04:02] wolfric, and its apparently 1.2 MB patch [04:02] o.O [04:02] scientes: the source patch file is 1.2MB? [04:02] any ppc users in? [04:02] 1.2MB?! wtf [04:02] wtf [04:02] that sounds wrong [04:02] it does [04:03] scientes: where are you getting your numbers from [04:03] wolfric, thats what i heard in #debian-security from [04:03] 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 file [04:03] pilotbub: I'd like to be, but I didn't know ubuntu was running on ppc [04:03] pilotbub, what do you need? [04:04] any interest in porting tenfourfox? [04:04] scientes: what server? [04:04] i dont run samba, so i dont really care [04:04] ah, the patches for the test suite are 1.7mb [04:04] wolfric, #debian is on irc.oftc.net [04:04] ^^bitplane [04:04] scientes: the #debian-security? as #debian is also on freenode [04:04] the problem isn't in firefox/tenfourfox- it's the freakin flash plugin that's taking over the world and has no ppc build available [04:05] wolfric, that was on oftc [04:05] wolfric, irc.debian.net points to oftc [04:05] jesus, nope looks like it's actually in every RPC call?! [04:05] right so you cant even get a flash 10 plugin? tenfourfox is going to bring major H264 improvements soon [04:05] bitplane: where are you seeing this? [04:06] pilotbub, AFAIK gstreamer hasn't been merged === `mOOse` is now known as m00se [04:06] pilotbub, [04:06] --- `mOOse` is now known as m00se [04:06] pilotbub, https://bugzilla.mozilla.org/show_bug.cgi?id=422540 [04:06] pilotbub, 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] Mozilla bug 422540 in Video/Audio "GStreamer backend for HTML5 video element" [Enhancement,Assigned: ] [04:07] scientes is now known as irritating [04:07] youtube doesnt support x264 on linux-ppc? [04:07] m00se, sorry, my copy-paste foo is off [04:07] np [04:07] pilotbub, not that I know of- I've only managed to very poorly run HTML5 video on an older powerbook [04:07] jus keepin it real [04:07] pilotbub, youtube does, but firefox doesn't see above bug [04:08] so a mactubes port might be as useful [04:08] scientes, ah I thought that was a youtube problem [04:08] firefox supports WebM and Ogg/theora/vorbis [04:08] but not h264 [04:08] soon it will [04:08] some youtube is available with WebM [04:08] but not all [04:09] and WebM really is as good as h264 === Lupinedk is now known as lupinedk [04:10] hi, can you tell me why the update-manager shows some packets that are greyed out and can not be selected for update? [04:11] Wolfsherz, are you useing precise, or custom repos? [04:11] wolfric: just crashed Samba with the DoS exploit example, looks like we are vulnerable [04:11] scientes: yes, precise [04:11] !precise | Wolfsherz [04:11] Wolfsherz: 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+1 [04:12] bitplane: link to poc? [04:12] Wolfsherz, its because not all dependancies are built yet, so it would break some packages [04:12] wolfric: https://bugzilla.samba.org/attachment.cgi?id=7433 [04:12] scientes: thank you =) [04:12] bitplane: also, saw this on another chan http://s.kos.io/CVE-2012-1182-poc.tar.gz [04:12] ** 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] yeah it's the same one I think [04:12] bitplane: same thing [04:13] yeah same samba one https://lwn.net/Articles/491516/ [04:13] what is the differences between Group By and Select Distinct ? [04:13] crashes my smb anyway, so we're fooked :( [04:13] reading through the patch now... jesus it's big.... and not simiple either [04:13] bitplane: lol remote code execution is really what we're after [04:13] would be a treat to get code out before the patch [04:14] bitplane, to be honest, if its public you should shut it down [04:14] until you can fix it [04:14] It's not public, but I'll shut it down on my laptop === mars is now known as Guest8902 [04:14] problem is with a sea of code like this, i've no idea what the hell is going on [04:15] wolfric: looks like each RPC call is vulnerable [04:15] I'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 machines [04:16] are their advantages/disadvantages to running ubuntu alongside windows? [04:16] drewv: all your games run on Windows? [04:16] bitplane: busted for hacking? [04:17] my name is how changed? [04:17] bitplane: lol what i wasn't suggesting we write a worm out of hte exploit [04:17] Guest8902: type /nick newnamehere [04:18] drewv: only the obvious (have to share space on the hdd, if you muddle up on one os, you could screw up the other) etc [04:18] wolfric: yeah I'm an IT consultant who works for large enterprises like banks. owning people's machines isn't worth the risk to me [04:18] dude writing an exploit isn't illegal [04:19] oh ,no ,how to change my name [04:19] Using on other peoples networks and machines is, but not writing the exploit or even using it on your own machines. [04:19] not sure, depends where you live. publishing malicious code in the UK might be illegal depending on its primary use [04:20] if you install a backdoor in stuff you distribute, you put yourself in for legal liability === Guest8902 is now known as Mars__ [04:20] is that true? [04:20] You 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] I think what i meant to ask was are their disadvantages to the the Windows installer(Wubi)? [04:21] bitplane: 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] drewv, if either one gets a disk problem or error it effects both systems and can render them useless. [04:21] paulus68: that sounds more like a company policy than a legal issue [04:22] jacobVengeance, thanks [04:22] drewv, but in modern versions it is highly unlikely. [04:23] drewv, suspend doesn't work on the wubi [04:23] drewv: I hate wubi sorry but I just do [04:24] drewv: it's find as a test bed to see if you like it but doesn't or is difficult to support [04:24] find = fine [04:25] bitplane: 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 aswell [04:25] I 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] my apt-get update keeps crashing [04:25] is there a way to clear the cache and retry? [04:26] drewv, you will need the windows install cd if you want to remove a properly-installed ubuntu [04:26] bitplane: what happened when you ran that code btw, did it crash your smbd? [04:26] wolfric: 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] drewv, to reinstall the windows MBR [04:26] wolfric: I can just no longer connect to my local machine using nautilus [04:26] you're runnning samba 3.0.x? [04:26] Guys is it possible to encrypt entire system partition like on windows with truecrypt on Ubuntu?! Or any other suggestion ? [04:26] guys help I installed some drivers for my ATI/AMD graphics card and I booted into an obscurred version of my gnome 3 shell [04:26] what version of ubuntu i sthat? [04:27] there's truecrypt for ubuntu Axz I just downloaded it [04:27] wolfric: no, but it crashes it anyway [04:27] alusion, i know there is but encrypting entire systemfile where ubuntu is on is pain in the butt [04:27] I just use small tools like aescrypt on Ubuntu for individual files and then wipe the free space. [04:28] bitplane: doesn't crash mine [04:28] bitplane: 3.5.11 [04:28] I'm on 3.5.11 too [04:29] Axz: yes sure a partition is easy but to boot from that partition get a bit trickier but also doable [04:29] alusion, were they the proprietary drivers? [04:30] bitplane: so complete crash right? is smbd still listening after you run it? [04:30] Axz: there are very good articles on setting up full encryption with ubuntu [04:30] 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] sacarlson, doing same job with LUKS?! [04:31] Axz: yes it works from LUKS [04:31] How can I make /home/user/foo point to /media/external/foo [04:31] sacarlson, loevly just cant find any tutorial for it... [04:31] Axz: it needs the alternate install iso to start [04:31] javierf_: you need to go to #ubuntu+1 [04:31] lovely [04:31] paulus68, thanks :) [04:32] so start with alternative cd? [04:32] Axz: I've only played with it in virtualbox some time ago so I might have to dig to find any info on it [04:33] Axz: 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 trouble [04:33] My 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] sacarlson, so i would need to reinstall entire ubuntu, encryption is posible while using the boot cd?! [04:34] Sorry tomuch question its important [04:34] Axz: 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] hey [04:35] bitplane: what have you customised on your system? just tried 2 different setups and it didn't crash either of them [04:37] wolfric: maybe my smb client is broke? I should try from another machine [04:37] Axz: you can't convert a system to full encryption as far as I know should install it as encrypted to start [04:38] hey === jsjgruber-x-p is now known as jsjgruber-x-p-p === irenicus09 is now known as Guest82524 [04:39] hey guys, anybody ever used tuxguitar? does it have sounds while playing? [04:40] bitplane: you've customised the config i take it? and then standard apt-get install samba? [04:40] wolfric: I can't remember, installed it a long long time ago [04:42] http://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/24 [04:43] 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] i want to open a root nautilus window from a normal user term, if i do sudo gnome-terminal, then it gives Cannot open display [04:44] I'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. Thanks [04:44] ive tried something in the past that worked. but i've forgotten the correct form; ?? sudo -c - nautilus [04:44] what am i doing wrong. its worked in the past, sudo - -c nautilus? [04:45] bouma: works for me... [04:45] bouma what happens when you use gksudo? [04:45] bouma: why not just do sudo nautilis [04:46] why can i run sudo gnome-terminal, but not sudo nautilus [04:48] Anybody at all? [04:48] bouma, while runing graphical application with sudo priviledge use gksudo. i.e. gksudo nautilus [04:48] !gksu | bouma [04:48] bouma: 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) === jsjgruber-x-p-p is now known as jsjgruber-x-p [04:50] test [04:53] Having 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:55] dbrimr: what type of internet connection [04:57] Hi all, how long is 10.04LTS supported? [04:57] !UNIDO [04:57] !uid [04:57] Cable. 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] !lucid | littlebearspa [04:57] littlebearspa: 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] "ERROR: Cannot find the strip binary required for object file stripping." [04:57] any idea of what package can be? [04:58] dbrimr: why not just get a router [04:58] ubottu - thanks [04:58] thanks aliases: thanks!, thank you, thankyou, ty, thanks., thanx, ok, thanks :), domo arigato, thx - added by Mez on 2006-09-09 08:48:38 [04:59] Ben64: 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. [05:00] dbrimr: how about a wireless card for the computer then [05:00] !linux [05:00] Linux 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/Linux [05:01] Ben64: Leaning towards it. Just wanted to see if I couldn't hack together a free solution first. [05:01] dbrimr: 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 though [05:01] Ben64: Looked into that, it doesn't. [05:02] On the plus side, over the years I've learned a valuable lesson about investigating Linux-friendliness before making a purchase. [05:02] ubottu, sounds like you been around for a while.. [05:02] littlebearspa: I am only a bot, please don't think I'm intelligent :) [05:03] ubottu, take care - time for popcorn and a movie [05:03] littlebearspa: I am only a bot, please don't think I'm intelligent :) [05:05] dbrimr: it is an important factor [05:05] ubottu, well, bots are ok too. [05:05] littlebearspa: I am only a bot, please don't think I'm intelligent :) [05:06] good night all you real folks... keep up with linux [05:08] hey 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:09] amagee: what virtualization software did you use? [05:09] i'm using a service called ninefold [05:10] amagee: virtualbox? vmware? [05:10] no, ninefold is a service like amazon ec2 [05:10] i don't create the machine myself, they do === `mOOse` is now known as m00se [05:10] when ubuntu 12.04 release? [05:10] tsar: #ubuntu+1 for precise stuff please [05:11] amagee: I'd contact the hosters, the system will probably be using DHCP [05:11] ActionParsnip: so i'm not looking to solve the underlying problem as i can't [05:11] 12.04 = 2012/04 [05:11] April 26th I believe [05:11] i just want to know if i can work around it by making the external ip resolve to localhost somehow [05:12] amagee: you can resolve localhost to your WAN IP but it may slow the system down [05:13] um i think i want to do it the other way around [05:13] that 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 problem [05:13] localhost works fine [05:13] but i have this tool that insists on using the external ip address [05:13] which i want to resolve to localhost [05:14] amagee, don't try to break things please [05:14] amagee, to match broken programs, the programs should be changed instead [05:14] scientes: do you have any actual help? [05:14] amagee, at the least, use a LD_PRELOAD instead of changing system functionality [05:14] amagee: I'd get a buddy to test the connection === jsjgruber-x-p is now known as jsjgruber-x-p-a === jsjgruber-x-p-a is now known as jsjgruber-x-p [05:15] amagee, you cant make your external ip resolv to localhost cause dns goes in the opposite direction [05:16] Greetings!!!!! [05:16] I use at command but inorder to add a script as the at job it takes more time what could be the reasong? [05:17] ponrajuganesh: can you give an example of this script? [05:18] it is the script that will start the OS Watcher service [05:18] here is the script [05:18] !paste | ponrajuganesh [05:18] ponrajuganesh: 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] http://pastebin.com/ecwfbmVA sacarlson [05:19] this is what I just try to add in the at job [05:19] bash /OSWREPORTS/startOSW.sh | at now + 1 minutes this is the command I use scientes sacarlson [05:20] ponrajuganesh, that script looks fine, but what is in the tar---we have no idea [05:20] ponrajuganesh, cant you just untar it once? [05:20] ponrajuganesh: you don't have to uncompress it every time just the firt time [05:20] ponrajuganesh, you could make the script just the last 2 lines [05:21] Oh should I tar it only once ? ya ok will try that sacarlson scientes [05:21] just shorted it to the last two lines ponrajuganesh === jsjgruber-x-p is now known as jsjgruber-x-p- [05:21] ya ya doing it scientes === jsjgruber-x-p- is now known as jsjgruber-x-p === lupinedk is now known as Lupinedk [05:24] ok 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 around [05:25] sacarlson: could make your DHCP lease longer if you use a home grade router (an it allows the setting) [05:25] sacarlson: did your IP change every hour? [05:25] sacarlson: if its a desktop PC and on a wired link, just stick it on static IP anyways and get rid of network manager [05:26] i am running it guys sacarlson scientes will ping in 5 mins [05:27] ActionParsnip: 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 over [05:29] ActionParsnip: yes I already got rid of network manager and have now taken out the dhclient out of my scripts so it's all static now [05:30] sacarlson, i've had problems with connectivity [05:30] using dhcp and precise [05:30] xchat keeps dying [05:30] connection-wise, where i have to reconnect [05:30] scientes: so I guess my other idea of changing to another client wouldn't have worked then [05:30] sacarlson, i get it in pidgin too [05:31] no i dont think its ubuntu problem, but are you having the same issue? [05:31] scientes: I guess you should try static then to verify my theory [05:31] sacarlson: 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] yeah, i had static bridge, but then bootup hangs for 60 seconds [05:31] quite annoying [05:31] hey scientes! [05:32] hows it [05:32] Al_nz1, hello again [05:32] scientes: well I don't reboot much so I might not notice 60 secounds event that only happens every 60 days [05:33] scientes: you know a bit about iptables aye? [05:33] sacarlson, yeah i've got this spontaneous reboot thing (i use nvidia prop so i dont complain) [05:33] maybe once a day [05:34] anyone know how to do portmortum debugging with kexec? [05:34] scientes: postmortum? [05:34] !ask | Al_nz1 [05:34] Al_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 !patience [05:35] sacarlson, 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 disk [05:35] using kexec [05:35] linux supports it, but i dont know an easy way to enable it [05:35] you keep the backup kernel in ram for the panic [05:35] scientes: cool that might be needed in like 12.04 but 10.04 never crashes [05:35] hey guys, does TuxGuitar play the sounds??? === anonymous is now known as Guest24654 [05:35] sacarlson, no, this is nvidia probably [05:36] sacarlson: i wasnt asking to ask, just checking that scientes could help [05:36] but it is something we should package up nicely in some way sacarlson [05:36] cause its a long winded question [05:36] Al_nz1: no one can help if they don't know the question [05:36] however, i think systemd is where its being integrated nicely, so maybe we need that first [05:36] ive 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 noob [05:36] Al_nz1, no im not really an iptables expert, but in know some networking [05:36] Al_nz1: then pastebin the question [05:36] ^good idea [05:36] sacarlson: good idea [05:37] Guest24654, ssh-keygen on the client [05:37] Guest24654, then ssh-copy-id user@host; then ssh user@host [05:37] Guest24654, after that you can turn off password authentication on the server, which makes it super secure [05:38] Al_nz1: I"ve done some custom iptables myself and have also got help from #iptables for some of my biger chalenges [05:38] the 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 done [05:39] Guest24654, the ssh client is installed by default in most distros (inc ubuntu) [05:39] sacarlson & scientes: http://pastebin.com/Hb0rEkjv [05:40] sacarlson: I tried #iptables which redirected to netfilter - not much help so far [05:40] Guest24654: and now that the ssh-server is installed it should already be running and will also auto start at reboot [05:42] Al_nz1: sound more like you want a proxy like squid [05:43] ^ [05:43] iptables should do it, just a case of getting the rule right I think [05:43] Al_nz1: there may be an iptables method but seems like squid or even apache2 proxy would be what you want [05:43] why not just use squid in tranaparent non-caching mode [05:43] hi ubuntuians [05:43] sacarlson: its not all http traffic either [05:44] i am working as hard as humanly possible ot not panic right now [05:44] Al_nz1: I don't know if squid or proxy cares if it's http or not [05:44] i see [05:44] i guess I feel i am close with iptables, and would be reluctant to learn something new [05:44] Ubuntu just told me that my version of Ubuntu is not supported anymore... and now, -NONE- of my rsa passphrases work [05:45] TheEmpath, those two are unrelated [05:45] TheEmpath, unless its REALLY REALLY old [05:45] Al_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 before [05:45] Al_nz1: can it be possible that your public ip is changing perhaps you need a dyndns account [05:45] scientes: as they should be. its the only correlation i can draw. [05:46] TheEmpath, and its the debian bug, but then those rsa keys are worthless [05:46] paulus68: got dyndns, and for the moment its not changing [05:46] sacarlson: fair suggestion [05:46] scientes: how do I fix it? [05:46] Al_nz1: did you try to access your cam through the dns account? [05:47] scientes: if I can't get those passphrases working, im going to have serious problems doing my job tomorrow [05:47] TheEmpath, hopefully it isn't this bug: https://xkcd.com/424/ in that case you have to regenerate your ssh keys [05:48] scientes: how do I regenerate my ssh keys? [05:48] bugs.debian.org/cgi-bin/bugreport.cgi?bug=477454 [05:48] oh wait [05:48] http://article.gmane.org/gmane.linux.debian.security.announce/1614 [05:48] thats 2008 however [05:48] its probably not that old [05:48] im on Ubuntu 10.10 [05:49] yeah, then no, so the rsa thing is totally seperate from the out-of-date thing [05:49] those keys are the only way into my remote servers... i absolutely need them to work [05:51] TheEmpath, they are probably still there: check this out http://help.github.com/linux-verify-ssh/ [05:51] TheEmpath, and man ssh [05:51] maybe its that seahorse integrates ssh, and you have to tell ssh what key to use [05:51] my keys are there, ssh-add ~/.ssh/id_rsa asks me to put in the passphrase and it tells me my passphrase is wrong [05:51] TheEmpath, so check out seahorse command too to find your keys [05:52] TheEmpath, check numlock and capslock and your keyboard layout if you have any wierd characters [05:52] When 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:53] pentagonpie, in short, no it cant [05:53] pentagonpie, but you could google "hard link" [05:55] its not numlock or caps lock and my layout is fine [05:55] TheEmpath: even with you old ubuntu no longer being supported I assume it still works? [05:55] im typing the pass into gedit and copy and pasting it from there [05:55] sacarlson: ubuntu still works... the ssh key is not letting me use the passphrase [05:55] TheEmpath, are you using edit->paste, or middle-click, ? [05:56] TheEmpath: what about the old install that shouldn't have changed [05:56] scientes: edit-paste [05:56] sacarlson: old install? i didn't upgrade ubuntu. it just told me its no longer supported [05:57] TheEmpath: so it's not supported what did you do erase it? [05:57] the passphrase being rejected is not the user passphrase on the server, btw. its the passphrase on the key itself [05:57] sacarlson: what? Maverick apparently is no longer being supported, thats all the message way [05:57] was [05:58] TheEmpath: are the other boxes within physical proximity? [05:58] sacarlson: no [05:59] my apt-get update keeps crashing [05:59] 97% [31 Translation-en 3,269 kB/3,370 kB 97%] [06:00] gets stuck there? [06:00] I just don't udnerstand....how the hell can a passphrase go BAD on a ssh key!? i' [06:00] TheEmpath: hackers? [06:01] when I run sudo iptables -L - even after just adding a rule I dont get anything? [06:01] TheEmpath: an angry employee [06:01] sacarlson: I'm the only one [06:02] is my rule not getting added ? http://pastebin.com/9YVMDu5t [06:02] sacarlson: Can't be hackers. The key is on a VM on my local box. [06:02] TheEmpath: well on the remote side they can regen a new set of keys [06:02] its not the remote side failing [06:02] ssh-keygen -f psllc_rsa -p tells me the passphrase is bad [06:03] TheEmpath: oh ok so you try to gen a new key set and it makes bad ones, wow I'm not sure [06:04] sacarlson: no [06:04] I have keys generated from months ago. As if last week, the passphrase worked [06:04] As of thirty minutes ago, they suddenly stopped [06:04] As if = as of [06:05] the passphrase simply "rotted" which I know sounds completely impossible but it happened [06:05] TheEmpath: I've never played with it but I think there is an option for a time window for a key to expire [06:07] the key was initially generated on another machine... 10.04 about a few months ago === CFHowlett_ is now known as CFHowlett [06:08] how can i check if an ssh key expired? [06:09] TheEmpath: seems they are forced to expire I must put very long time windows on mine http://www.rsa.com/rsalabs/node.asp?id=2272 === ramzkie` is now known as RamZkiE [06:11] Hi 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:12] Arovij, use ip addr add, not ifconfig [06:13] Arovij, and you cant do that, you have to create a bridge [06:13] wait [06:13] i think you can, but anyways use the ip command, not ifconfig [06:14] hi [06:14] i have shared folder to guest ubuntu in vbox. how do i access it from the guest ubuntu? [06:14] Abhijit, #vbox if you are using vbox features, otherwise its the same as other networking [06:15] but please qemu-kvm + virt-manager is way better [06:15] scientes, 'what' means by same as other networking? where shoudl i click for that 'same as other networking' feature? [06:15] Abhijit, its just standard network file sharing [06:15] 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 advance [06:15] there is nothing pubic folder [06:16] Abhijit, samba has ubuntu/nautilus integration, otherwise use nfs or ssh (ssh ie easiet IMHO) [06:16] i generally just use ssh [06:16] if they are both ubuntu, use ssh or nfs [06:17] ok [06:18] top 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] how can i sync my iphone with rhythmbox? [06:18] mounting nfs requires root [06:19] james53, when you find old let me know if you have a good experience [06:19] Voyager_: in ubuntu I think there is a default installed pdf viewer try open it in nautilus [06:19] sacarlson: I'm in ssh -X [06:20] Voyager_: it should still work [06:20] its called evince Voyager_ [06:20] Voyager_: type nautilus [06:20] scientes, okey thanks [06:20] Voyager_, or you can use xdg-open /path-to-file.pdf [06:20] does 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:80 [06:20] scientes : Thanks. [06:20] Voyager_: ya better go direct as scientes states with evince [06:24] how can i sync my iphone with rhythmbox? [06:26] hey guys, what is the command to stop listening port on ubuntu [06:26] ? [06:26] without killing any process [06:27] what are you trying to do now Xtreme [06:27] ? [06:31] Does anyone have a link for scanning executables? === GirlyGirl_ is now known as GirlyGirl [06:31] idfbfg, string [06:31] *strings [06:32] I was hoping for a link that doesn't requiring installing something [06:33] that doesn't [06:33] scientes : 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] binutils: /usr/bin/strings idfbfg [06:33] general question - does ubuntu 11.10 support AMD gpu cards ? im looking to buy a HD 6870 [06:34] mentalove: it should work with the proprietary driver [06:35] I'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 it [06:36] okay. i have a nvidia card now. it was awesome, ubuntu found the driver and it worked automatically [06:36] mentalove: yeah nvidia kicks ass [06:36] Thank you for telling me about strings, I will check it out sometime [06:37] yes nvidia is good but it sucks for mining bitcoins [06:38] mentalove: for the price of electricity, you'll probably find bitcoins aren't worth it [06:39] you can use nvidia for FreeBSD ati has no support :/ [06:40] This is along the lines of what I was wanting: http://virusscan.jotti.org/en [06:43] ActionParsnip, you are right. but it is still a fun hobby :) [06:45] evening everyone [06:45] another question. can i run a nvidia card and a amd card in the same computer and somehow use them seperately ? [06:45] Morning Andy2113 [06:45] my computer's been failing. Internet keeps crashing, programs close randomly, I don't know what's going on. [06:46] Andy2113: have you tested your ram using memtest from grub? [06:46] I was trying to torrent Ubuntu 11.04 and deluge closed on me. Firefox wont even open, nor Chrome or Chromium [06:47] solution is dban [06:47] Remember to back first [06:47] ActionParsnip, 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 trick [06:48] I am currently on 11.04 [06:48] Andy2113: hold SHIFT at boot and select it from grub using keyboard [06:49] It used to be esc, not shift [06:49] also, 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 in [06:49] and it's suuuuuuper buggy/unstable [06:50] right 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 up [06:50] http://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-boot-sequence/ [06:50] Andy2113: what do you want to upgrade to ? [06:51] idfbfg: anything after karmic uses grub2. Grub1 uses esc as you say :-) [06:51] :), sorry for my wording sounding bad [06:52] ActionParsnip, 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 open [06:52] I meant :) , sorry if my wording sounded bad [06:52] Andy2113: if you see any red, the ram is bad [06:53] red where? [06:53] red numbers? [06:53] red bars [06:53] Andy2113: stop [06:53] red %? [06:53] Andy2113: run the memtest option, if there are any problems red warnings will appear [06:53] Andy2113: run memtest for 24 hours [06:53] Andy2113: in the bottom right section of the screen [06:53] I'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 opens [06:55] ikonia, 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] Andy2113: ok what do you want us to do [06:55] Andy2113: 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 work [06:55] Andy2113: what would you like us to do ? [06:56] Andy2113: a few hours will do. If the hardware is bad, a clean install won't do much [06:56] * CFHowlett thinks I'm too far away to drive to his house to fix... [06:56] hey, I cant boot sdb1. What's my problem? here's all the info you need: http://pastebin.com/SpDQVR2S [06:57] Stryker: that looks like some sort of "fix grub" tool output [06:57] whether could we do the date arithematic in bash [06:57] ? [06:57] ActionParsnip, and if I don't see any red? Can I just do a fresh install? [06:57] ikonia it's made by someone on sourceforge [06:57] ponrajuganesh: i'd ask in #bash [06:57] I mean, I'd like to give that a try before running a memtest for a couple of hours [06:57] Stryker: what's the actual problem/error [06:58] fine ActionParsnip [06:58] Andy2113: tell you what, just do a clean install now if that's what you want to do [06:58] Andy2113: you seem keen to do it, so just do it [06:58] Andy2113: sure. I'd clean install Precise but Oneiric is officially the latest stable [06:58] ikonia, that was my initial plan. Stop being such a smart-alecky ass [06:59] Yeah. Just do a clean install. [06:59] ikonia, i can't boot sdb1, my windows drive. All I get is a blank screen [06:59] Andy2113: I'm not, you want to clean install, so clean install, what's the problem [06:59] I'd rather get help from ActionParsnip, thank you [07:00] I've given my recommendation.... [07:01] yes, 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 memtest [07:01] Andy2113: hope its not ram bit you'll need to test [07:01] Andy2113: it won't [07:01] Andy2113: upgrading won't fix it [07:01] Hey guys, has the name for ubuntu 12.10 been released..? [07:02] parto_ precise pangolin [07:02] Andy2113: use google images. Some will have red, some won't. Its not hard [07:02] parto_ whhops never mind [07:02] I can't access a browser [07:02] that's the reason I am asking here [07:02] CFHowlett thats 12.04 [07:02] otherwise, I'd have checked on St. Google [07:03] parto_ yes, thus the nevermind I posted. Brain in USA, body in Beijing. Sorry. [07:03] I have three browsers installed, none of which will work [07:03] Andy2113: the screen is blue during the scan. ANY red indicates a problem [07:03] did you try opera? [07:04] I'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] Andy2113: run it. Its obvious what is happening [07:04] ok, so I'll run it. What would be the obvious fix for it? [07:05] coolpro How much space did you give your ubuntu partition? [07:05] coolpro sudo apt-get clean && sudo apt-get autoremove will clear out downloaded and saved .debs [07:05] Andy2113, if it finds errors, replace the ram. [07:05] We now know that my computer has a memory crapage. Do I need to buy new parts, if so, which ones? [07:05] oh ok. Just new ram? [07:05] not like a HDD or anything? [07:06] Andy2113, memtest is checking the ram... so, when memtest finds errors it is the ram for sure. [07:06] parto_ I have 40 GB hard disk, so i have given it all. [07:06] ok, might as well [07:06] Andy2113: you'll need to systematically remove ram til you identify the bad stick [07:06] thanks guys [07:06] hi guys ! i have problem with canon lbp 6000 , how can i run it in ubuntu 12.04 [07:07] ikonia, i can't boot sdb1, my windows drive. All I get is a blank screen [07:07] Andy2113: obviously remove ram with the system off [07:07] hey, I cant boot sdb1. What's my problem? here's all the info you need: http://pastebin.com/SpDQVR2S [07:07] Stryker: Stryker do you believe it's booting the right partition [07:07] it is [07:07] ainalavi ask in #ubuntu+1 for 12.04 help [07:07] ainalavi: #ubuntu+1 for 12.04 support [07:07] Stryker: 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 2 [07:08] more like sentuple boot [07:08] Stryker: 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 information [07:08] yeah [07:08] coolpro Install ubuntu-tweak (just google installation procedure), then go to package cleaner. Cleans out your system for you. [07:08] Stryker: 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 boot [07:08] i have reason to believe that grub knocked the mbr off or something so i used testdisk. I suppose testdisk screwedup [07:08] Stryker: that is just a suggestion, but it's not uncommon in the setup you have [07:09] Stryker: 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 setup [07:09] parto_: bleachbit is an official package and does the same... [07:09] it happened after I moved the ntfs partiton [07:09] Stryker: there we go then, I suggest you follow my suggestion [07:09] what's the best way of rebuilding the mbr without windows set up disk [07:10] Stryker: use the windows setup disk [07:10] i don't have it [07:10] Stryker: get one [07:11] -_- [07:11] Stryker http://en.community.dell.com/support-forums/software-os/w/microsoft_os/3316.aspx [07:12] i use xp [07:12] Stryker: tons of XP media available for shops/retail/ebay [07:13] i need xp really soon [07:13] Stryker: then buy it really quick [07:13] i KNOW that there is another way to restore mbr [07:13] i just don't know how [07:14] Hello, 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] Stryker: ask in ##windows [07:14] Stryker: 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] apt-file search "/mdb.exe" has zero hits, too [07:14] nobody's answering in ##windows [07:15] Stryker windows forums are available [07:15] Stryker: 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] Stryker Just dump old boring windows and get the real awesomeness of ubuntu [07:16] http://s17.postimage.org/e0j9yqc7j/image.png - this is what my Disk Usage Analyzer is showing. [07:16] parto_: please, he can use what tools he wants. [07:16] parto_, I wish I could. [07:16] Hello people.. anyone able to give me some pointers regarding rsync and ssh? [07:16] brb [07:16] I have two servers, keys generated and swapped. Can ssh from one to another without using a password [07:16] Stryker Why can't you? [07:16] Hi guys, have alot of 'fuser' processes in my ubuntu [07:17] psmisc 2.14 version [07:17] is there a solution? [07:17] But when I try to run a quick command line rsync, it still asks for a paswword... which is tedious [07:17] I have to use it for things like capsa packet sniffer [07:17] that crap costed a fortune [07:18] brb [07:19] parto_ any ideas why "/" is only 5,8GB and total used shows that is over 30 GBs? [07:19] 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] ok, thank you. [07:20] test [07:21] parto_ the issue began with huge log files in /var/www which I deleted. I probably had turn on some logging. === HeliusCron is now known as wrenny [07:22] <_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:25] coolpro try this for now: http://ubuntuforums.org/showthread.php?p=7112536 [07:26] hello === Guest27247 is now known as Jens === Jens is now known as Guest15469 === irdx is now known as irdxafk === GirlyGirl is now known as Guest5505 [07:28] hello === Guest5505 is now known as GirlyGirl_ [07:29] nemo_ greetings [07:30] i 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:31] Hi...when is ubuntu 12.04 releasing? [07:31] Amdpc: april 24 [07:32] Blue1 : Thanks :) [07:32] Amdpc: np === ttl_ is now known as ttl- [07:33] coolpro I think this is even better: https://bugs.launchpad.net/ubuntu/+bug/217389 [07:33] Launchpad bug 217389 in Ubuntu "Root partition usage reaches 100% without reason" [Undecided,Fix committed] [07:35] Hi guys, I have a problem with geany, how can I config it so it finds matching divs [07:35] or p or something [07:36] everything else is fine , compiled the zen-coding, everything is ok ;) [07:36] just this problem ;) [07:36] Zenger: wouldn't that question fit mor into #geany? [07:37] BigNuke: I'm sorry, I didn't knew there is a channel for that :), thanks [07:38] i didn't know either - i just joined it Zenger ;) and you are welcome [07:39] BigNuke: I would have /list it but , I'm in the webchat and doing a full /list would lag :D [07:40] Zenger: that's true :D [07:42] I just joined the other day. Which other ubuntu channels are there? [07:42] for what ? [07:43] The 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] ikonia Anything ubuntu - software, design, bug report this kind of stuff [07:43] and no gvim, emacs too :) [07:43] !alis | parto_ [07:43] parto_: 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] for which language(s) in detail? [07:43] parto_: you're in the main support channel [07:44] Zenger: for which language(s) in detail? [07:44] when will ubuntu be released? [07:44] general ones, php js html sometimes c/c++ (but not critical), python and rb (optional) [07:44] i've used cdt, pdt and so on [07:45] Zenger: Eclipse / NetBeans do not satisfied you? [07:45] *satisfy [07:45] yes they do [07:45] but they are heavy project oriented ides [07:45] I need a small fast editor [07:45] something like komodo but faster [07:45] Geany was awesome, it just misses this functionality and I need it :( [07:50] Zenger: 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] hi all , this is a rather advance topic, but i need to learn how to run Selinum test scripts [07:50] and write them [07:51] google? [07:51] and set up the environment for them [07:51] keith_linux123, i think it's ot [07:51] BigNuke: Komodo is an IDE that has a project orientation but could be used as a fast text editor [07:52] BigNuke: yes I know Eclipse and Netbeans could be used the same way [07:52] well, my problem is I can't get it to run in a ubuntu host [07:52] BigNuke: but Eclipse never parses other files if it's not in a project, but geany did, its very handy. [07:52] is there a list of administrators for the Ubuntu wiki? (preferably someone who can delete a page) [07:53] keith_linux123, u should have it run inside virtualbox? [07:53] ??? [07:53] keith_linux123, google "virtualbox" [07:53] Zenger: well. you got a point there. but i'm sorry i can't help you with that ;) [07:53] Zenger: what about notepad++ [07:54] can anyone point me in the right direction to install binutils for EFI on Ubuntu? [07:54] hello [07:54] binutils-multiarch doesn't seem to support it [07:54] is it possible to make a shoutcast server by yourself [07:54] i have a server here [07:54] paulus68, i don't think notepa++ has support for Ubuntu [07:54] that i can use fot it [07:54] for [07:54] paulus68, unless u run it with WINE [07:55] paulus68: I don't want to emulate it with wine. I'm searching a native software, in Windows notepad++ is pure awesomeness :) [07:55] Zenger, im using notepad++ 6.1 under WINE without any problem... [07:55] wine doesn't emulate instructions [07:56] it is a layer for winapi compatability [07:56] so in that sense... it is native. [07:56] it only works on x86 [07:56] (generally) [07:56] scientes, what is works on x86? [07:56] aplund: that doesn't change the fact that's not native and it runs thru wine [07:56] sx_usr__, wine [07:57] scientes, im on Ubuntu 11.10 64bit [07:57] Zenger: if you feel that calling winapi functions isn't native... then nothing really is native. [07:57] scientes, how do u explain notepad++ works on me? [07:57] sx_usr__, thats x86 64-bit extention, but it runs in 32-bit mode [07:57] scientes, u mean notepad++ 6.1 is x86 binary? [07:57] sx_usr__, indeed [07:57] scientes, okie, make sense... [07:57] aplund: well , it's not that, I just don't like using software thru wine, I'm more comfortable with native software then thru wine [07:58] by the way, Scite is working on linux, should give that a try [07:58] Zenger, then u will never get what ever u want... [07:58] wine provides support for the PCOFF binary format, and for the win32 api [07:58] Zenger: if you have a winapi binary blob... then you have no choice. [07:58] besiedes why bother use notepad++ when it's built on Scite engine and I could use native Scite [07:58] Zenger, in general stick to native GNU/Linux apps [07:58] wine is for binary blogs where you dont have a choice === Raines is now known as Rains [07:59] and winlib is for software that is written to windows, and it would be to difficult to port, but you have the source [07:59] *winelib [07:59] is there a list of administrators for the Ubuntu wiki? (preferably someone who can delete a page) [07:59] sw, there is probably a tag [07:59] Does any know how to get EFI support in binutils on ubuntu? [07:59] but i really only know how wikipedia does it sw [07:59] (or debian for that matter). [07:59] Zenger, one good reason why i use notepad++ is because im used to come from windows...lol [08:00] Zenger, so im already so used to notepad++ [08:00] scientes: I think it's better to use native gnu/gpl software :) [08:00] scientes: damn, I've been looking for hours ... [08:00] sx_usr__, well you could port it to winelib/mingw [08:00] Zenger, so moving to ubuntu, i feel i am still connected to notepad++ :D lol [08:00] sx_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] sx_usr__, but gedit is very good [08:00] if they ever add that one thing that bothers me in geany [08:00] scientes, gedit can't give me the search capilities that notepad++ has [08:01] sx_usr__, but its totally possible to port notepad++ to be completely free software and not depend on any non-free software, even running with wine [08:01] I'd be the happiest men in the world, I would even install all that gtk libs in windows just to use geany :) [08:01] sx_usr__, gedit has regexp searching [08:01] sx_usr__: believe me geany can :) except 1 little thing :D , matching tags ;D [08:01] scientes, yes, agreed, but the search results window doesn't match with notepad++ [08:01] sx_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] I'm gonna try komodo :) [08:01] sx_usr__, it would be cool it you ported it to winlib [08:02] sx_usr__, wine is a completely capable platform form FOSS software [08:02] *for FOSS [08:02] hello [08:02] any body here? [08:02] michael: 1400+ people [08:02] scientes, i don't see the problem running notepad++ under WINE. it just act 99.99% like native === michael is now known as Guest13282 [08:03] sx_usr__, yeah, but it would be nice to have it am seamless as possible [08:03] scientes, nah...im not that hardcore :D [08:03] sx_usr__, im talking for other people [08:03] scientes, right.... [08:03] like debian/ubuntu could even package it [08:03] cause notepad++ is GPL IIRC [08:04] scientes, should drop an email to notepad++ author to request for deb package === Geek is now known as Guest57547 [08:04] aplund: what problem do you have with binutils / efi? [08:04] sx_usr__, sure, you could [08:04] It's open source, isn't it? [08:04] scientes, :) [08:04] mrintegr1ty: Is there a package? [08:04] thats the miracle of open-source [08:04] you can even do it yourself [08:04] mrintegr1ty: binutils-multiarch doesn't seem to have support [08:04] and then send it to the creator [08:05] That'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] scientes, yeah...by far notepad++ is the best editor [08:05] aplund: it's never been an issue for me.. what problem does that create? i'm curious, not sure i will be able to help [08:05] scientes, i use it heavily on performing searches [08:05] aplund: i mean, you can still boot systems with efi right? [08:05] sx_usr__, and no reason ubuntu couldn't have it in the repos, as long as the build system is completely clean/FOSS [08:05] mrintegr1ty: objcopy --help doesn't list efi-app-* [08:06] mrintegr1ty: err. yeah. I'm talking about binutils. [08:06] scientes, yeah [08:06] is there a list of administrators for the Ubuntu wiki? (preferably someone who can delete a page) [08:07] aplund: ah i see, so ubuntu binutils comes without the required patches / support for efi? [08:07] mrintegr1ty: I hope not. But that might be the case. [08:08] mrintegr1ty: What are you trying to accomplis? [08:09] aplund: it doesn't seem like it does unfortunately [08:09] Zenger: what about Scite? [08:09] damm. [08:09] aplund: 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 enabled [08:09] Jordan_U: helping aplund as best i can [08:09] paulus68: 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] mrintegr1ty: Yeah. Just what I wanted to avoid. [08:10] aplund: What are you trying to accomplish? [08:10] Jordan_U: efi-app-* support in binutils [08:10] aplund: 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 howto [08:11] thanks for your help thou, bye [08:11] aplund: not too much work [08:11] aplund: I'm not sure what grub uses, but grub-efi builds fine (and packages are provided in the standard repositories) in Ubuntu. [08:11] Jordan_U: he is not looking for grub support [08:11] Jordan_U: I actually really want it to inspect built EFI files. But yeah. dunno. [08:12] aplund: 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 need [08:12] aplund: rebuilding the package would be quicker [08:13] err yeah. I'll try building the package first === _chris is now known as Guest89022 === Guest89022 is now known as ManInTheMiddle [08:14] mrintegr1ty: Thanks for the link [08:14] aplund: np [08:14] apt-get update keeps crashing [08:25] mrintegr1ty: seems that binutils-multiarch is only multiarch for the platforms debian is targerted for [08:25] I 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 process [08:25] aplund, false [08:26] mrintegr1ty: i.e the ones in /usr/share/dpkg/archtable [08:26] scientes: Really? [08:26] aplund, multiarch means something completely differn't in the GNU world === rs_ is now known as Guest98133 === vincent is now known as Guest35174 [08:27] "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] ^^that [08:27] http://wiki.debian.org/Multiarch [08:27] sure [08:27] no not that [08:27] oh? [08:27] multiarch in binutils-multiarch is the GNU definition of multiarch [08:28] ah [08:28] which it completely differn't from debian's multiarch === Freeaqingme_ is now known as Freeaqingme [08:28] multiarch in GNU is like sse2, mmx, ssse3 [08:28] well the debian/rules file only configures it for archs which are targeted for in debian and a few extra [08:28] and similar for MIPS, etc [08:29] but not efi-app* [08:29] http://gcc.gnu.org/install/configure.html [08:29] search for "enable-targets" [08:29] for a description of what multiarch means for binutils [08:31] well.. I don't know about this sublety, but it isn't helping me solve the issue. getting it to compile will [08:32] no, just remember that debian multiarch is totally utterly unconnected to gcc/binutils multiarch [08:32] i was confused by this before [08:33] aplund, http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [08:33] scientes: is there a binutils package with efi-app support? [08:34] aplund, i don't honestly know [08:34] k. [08:34] but considering that linux is about the only software that runs on EFI [08:34] i wouldn't imagine much support === lonewolf is now known as Guest3316 [08:34] even freebsd wont run on it [08:34] and EFI is horrible anyways [08:34] it uses local time for the RTC [08:34] which is complete madness [08:35] EFI should be taken out to pasture and shot [08:35] apple don't seem to think so [08:35] thats cause they are in the money bag with intel [08:35] and EFI's is intels little boy [08:36] although funnily even thought its intel, it just rubber stamps a bunch of windows stuff === Guest68286 is now known as dvza [08:36] well.. need to debug this efi program. [08:36] hmm [08:36] well thats a little OT for #ubuntu [08:37] maybe #coreboot could give you some direction === root is now known as Guest98120 [08:39] not being an expert seems like you should use qemu aplund [08:40] ?!?! I just want to disassemble it, not emulate it. [08:40] aplund: you still have my suggestion of using a vm with an os that does support it [08:43] aplund, you could run it in qemu with tianocore and coreboot [08:43] well, it would actually run in kvm, they are merged... === mang0 is now known as Seryth [08:45] scientes: he just want's to dissasemble it, not run it [08:45] afaik [08:46] indeed [08:59] mrintegr1ty: It seems that it is not so easy to configure the build to do this [09:01] i have three ppa's installed for kubuntu, plain kubuntu, backport and beta, am i defeating the purpose by having both beta and backport? [09:04] almoxarife My vote is yes, you're self-abusing [09:04] hmm.. seems they changed it to PEI targets [09:04] CFHowlett: that settles it then, better self abuse [09:06] 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-releases [09:06] hi, does ubuntu can run yahoo messenger today? === james is now known as Guest28799 [09:07] GirlyGirl_: thnks a lot [09:08] james: I think pidgin supports yahoo messenger [09:08] hi can i run yahoo messenger on ubuntu? [09:09] bud i think pidgin doesnt support video call on yahoo [09:09] jemma: you can run the text protocol of yahoo messenger with pidgin [09:09] jemma: no just the text [09:10] oh i see. thanks [09:10] 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] jemma: but you can get skype that has video and audio support in linux [09:11] yeah. ill try it later. thanks :) [09:12] ahhughes_: try the cinnamon theam it's more like windows === lonewolf_ is now known as Guest19022 [09:15] Hi.. [09:15] Hi all [09:15] I need help.. [09:15] Inswins: start with a problem description then ;) [09:15] Thank Fidel. [09:15] This is my problem. [09:19] I'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:21] Inswins: I know how to setu pxe for linux , for windows pxe you might try some place else like #windows [09:23] sacarlson: 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:24] any suggestions for a console epub reader? [09:26] Hi - Anyone here? [09:27] I need some help with installing Ubuntu.. === Pumpkin-_ is now known as Pumpkin- [09:27] Nikez: tel [09:27] I've done it countless times - However I have never encountered this problem. [09:27] My setup: [09:28] Disc 1 = SSD (120 GB) - Windows 7 [09:28] Disc 2 = HDD (500 GB) Contains files, splitted into two different partitions. One of the size 350 gb and the other one in 150 gb [09:28] how to install java5 in ubuntu 10.04. the method of using jaunty repository, is there any living jaunty repository now? [09:29] I want to install Ubuntu to the 150 gb which is partitioned correctly (ext 4, primary) [09:29] IT says the installation is correctly done - However When I reboot GRUB is nowhere to be found. [09:30] amitz: isnt it available in the default apt sources? [09:30] amitz: http://packages.ubuntu.com/lucid/allpackages [09:31] Nikez: you must have installed your grub2 mbr on the wrong disk, you should have installed it to /dev/sda [09:31] I've done that [09:31] 3 times [09:31] atleast. [09:32] I even tried installing it on the tiny partition called Windows Loader [09:32] No joy. [09:32] Nikez: oh ssd disk might be a problem maybe move your mbr to /dev/sdb then and change the boot sequence in bios === mtrd`w is now known as mtrd [09:33] Nikez: you don't install the mbr on a partition you install it to the disk === mtrd is now known as mtrd`w [09:33] Oh ok [09:34] 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] Shouldnt I see that theres 100m b + 119.9 GB on disc 0 ? [09:35] sacarlson, How would I move the MBR?f [09:35] Bender_: if you want to get fancy you can rought your sound through filters with jackd and ladspa [09:36] Nikez: you don't move it just install it to /dev/sdb [09:36] You mean through Ubuntu? [09:36] Nikez: yes live boot [09:37] I'll try again - I Think I did that yesterday. Thanks. [09:37] !grub2 | nikez [09:37] nikez: 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] Be right back . [09:37] Nikez: if you already installed it to /dev/sdb then try change the boot sequence in bios [09:38] 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] fidel: it has a virtual ppackage ffor java5, but not the actual package. [09:39] Bender_: 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:40] amitz: 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] Bender_: some software has a choice like I think skype has you can pick what sound device it uses in options [09:41] 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:42] Bender_: I think sblive is one of the best supported sound cards [09:43] sacarlson, I see... [09:43] anyone know to make an unstall script? [09:43] im sorry and install script [09:43] sirknight: for packages or group of packages? [09:44] hi there [09:45] sacarlson, http://nkush.blogspot.com/2011/08/installing-metasploit-400-on-ubuntu.html , not sure, but im learning [09:47] fidel: default-jre only able to change link to different java versions, not installing the actual java. [09:48] Hi there, [09:48] sirknight: looks like they wrote it for you [09:48] What can I do if I want to start mgetty from inittab under 12.04? No inittab at all. [09:49] Aruzsi: look at the scripts in /etc/init and maybe read this to get an idea how upstart works http://upstart.ubuntu.com/cookbook/ [09:50] !upstart | Aruzsi [09:50] Aruzsi: 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] llutz: Huhh! No any fast solution? [09:51] llutz: I want to setup PPP connection when the system boots. [09:53] by any chance, annybody has a copy of sun_jdk5? [09:57] sacarlson, they did? sorry i9 was reading Lotts [09:57] sirknight: you wanted a script, they have it on that site for you [09:58] whats that? [09:58] sirknight: just type the commands stated in his post and make it a file, that becomes a script === Twinkletoes_ is now known as Twinkletoes [09:58] amitz: old repositories are moved to http://old-releases.ubuntu.com For example: http://old-releases.ubuntu.com/ubuntu/pool/multiverse/s/sun-java5/ [09:59] so this one i just copy and pasted as ls? or do i take the nambering out first? sacarlson === e01 is now known as e01^lunch [10:00] gedit, is what i pasted it in too, so how do i run the file? [10:00] amitz: 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] can i use gconf-cleaner? or is there any risks? it says i have 225 invalid keys in database, running 11.10 [10:01] oCean: noted about the warning, thanks! === root is now known as Guest16993 === owner is now known as Guest22615 [10:10] hi. [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:11] anyone know where the folder from nmap is? [10:14] sometimes fonts in my ubuntu 11.10 gets blurred ,can somebody tell me the reason??? === akSeya is now known as Guest28012 [10:27] Hi [10:28] Hi how can we configure iscsi multipathing? [10:30] anyone have a fix for no desktop menu in natty narwhal? === mint_ is now known as Sieb === e01^lunch is now known as e01 [10:33] hi [10:33] hi [10:34] hi [10:34] !hi [10:34] is this ubuntu community ? [10:34] it is [10:37] hi. On 11.04 I can't ping my router or google or anything. Skype and Dropbox work fine. Why? [10:37] sorry its 11.10 [10:39] when I try to set the interface it still doesn't respond. ping -I wlan0 8.8.8.8 [10:39] or ping -I 192.168.11.129 192.168.11.1 [10:40] but skype is getting through and etherape shows all sorts of connections [10:40] Hello, 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:42] pingufan: what's iso-8859-1 ? [10:42] That's a plain 8-Bit encoding of characters, no UTF-8 === bruno is now known as Guest34653 [10:43] whatever I updated last night, pidgin UI no longer displays. it runs, but the ui isnt visible :'( [10:43] hello, 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] is it possible to create a loopdevice with starting and ending sector? [10:44] pawdro, 12.04 support only in #ubuntu+1 [10:45] hello, how to display thumbnails in nautilus they are not showing [10:49] sometimes fonts in my ubuntu 11.10 gets blurred ,can somebody tell me the reason??? [10:50] anyone know howto forward dns without setting up a dns server? [10:51] hi [10:51] Hey [10:51] is a ssh proxy as safe as a vpn? [10:52] anyone know howto forward dns without setting up a dns server? [10:52] hello, pls how do I add a new key? [10:52] I have typed this and I am told no gpg key found [10:52] @Duality, SSH is pretty secure. I often couple it with a VPN at my school so they can't monitor incoming traffic [10:52] 10E239FF [10:53] wait, this key [10:53] sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF [10:53] /usr/bin/apt-key: 212: gpg: not found [10:53] I am trying to install zyentyal [10:53] 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] DMJC, it depends on your router [10:54] It looks like I'd have to do a longwinded manual dance around apt-get build-deps which seems nof un at all [10:54] *no fun [10:54] Compt, ssh as vpn? nice how? [10:54] on OS X I would use homebrew. which'd do it in one step. any equivalent/advice/monstrous oneliners? [10:54] DMJC, just put in the address of your router as the DNS server [10:54] Basically I shh into the home desktop from my laptop, then if I need to I'll enable the VPN [10:55] Compt, do you need anything special running on server side? [10:56] when i make a instll run script how can i put me password it there so it an unintentted install? [10:56] Nothing other than the code for it to send to the client. Here is the guide I used: http://bodhizazen.net/Tutorials/VPN-Over-SSH [10:56] sirknight: don't do that [10:57] Can nobody tell me how to switch my Ubuntu from UTF9 -> ISO-8859-1 or ISO-8859-15, please? [10:58] nice thanks Compt [10:58] No problem :D. [10:59] L [10:59] M [10:59] *Later, got to get ready [10:59] My bad lol [11:00] joel^^^^^, why? [11:01] Any ideas how to debug old sys tray mail indicator on 10.04 (gnome)? It simply doesn't react on click. [11:02] sirknight: because you're asking about putting your password into a script [11:02] apt-get update keeps crashing [11:03] any ideas? [11:03] mrp: how it crashes? What's the problem? [11:04] wel 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 it [11:04] working now nvm [11:05] sirknight: hey, where do you put that passwd? During the installation, or login, or what? [11:06] hello, pls how do I fix this issue? [11:06] debconf: unable to initialize frontend: Dialog [11:06] debconf: (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:08] afidegnum: just try to install the dialog [11:08] sudo apt-get install dialog [11:08] What is the current status of 12.04? Could the final beta be considered ready for a production grade desktop? [11:08] afidegnum: -> http://forum.doozan.com/read.php?2,502,502,quote=1 [11:08] hje841: No. [11:08] hje841: no [11:08] hje841: Not until it's released. [11:08] any answer pls ? [11:08] when is that? [11:09] I am trying to run an update remotely and I have that error [11:09] hje841: 26th. [11:09] afidegnum: how do you run that update? [11:09] okay. can't wait that long. then I'll be using 11.10 [11:09] hje841: huh, but 12.04 will be LTS [11:10] Atlantic777, im coping a script, but i need to modify it so i just set it up and no fuss, im not sure [11:10] Atlantic777: I know, but I'm preparing a work laptop that I need by tomorrow [11:10] heloo [11:10] hje841: will it be your personal laptop or for somebody other? [11:11] Atlantic777: my own, but for work [11:11] Atlantic777: I'm starting in a new job tomorrow and I need a clean install by then [11:11] hje841: wait until 26th :D [11:12] Siema! 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] Atlantic777: hence 11.10 until then [11:13] Hello 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:16] I also get strange messages when starting programs in console, cudely translated "Gtk-WARNING Cannot find themeengine in Module_path "pixmap" [11:17] Does MACINTOSH need proprietary drivers? [11:17] I do not own a MACINTOSH-machine [11:17] ……………… [11:17] It 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:21] Bro Free [11:21] Guten 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] Willkommen bei der Pro Arbeit - Kreis Offenbach, Kommunales Jobcenter [11:21] www.proarbeit-kreis-of.de [11:21] anonymous: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === anonymous is now known as Guest26359 [11:21] description [11:21] lol [11:22] haha [11:22] high quality bot [11:22] comments are not necessary [11:23] ? [11:23] yea [11:23] Hi! anybody knows a good plugin to get Grooveshark in Rhythmbox? Thanks! === MartinS is now known as Guest92964 [11:23] Anyone know anything about my problem? === mars is now known as Guest25309 [11:28] 这个咋玩呢 [11:29] !ask | waiting [11:29] waiting: 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 !patience [11:30] ………… [11:30] is there any separte unity channel? [11:30] have a look [11:30] Abhijit: #ubuntu-unity [11:30] ok [11:31] Hi 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..... === kneemoe-user is now known as kneemoe [11:33] hi. [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] hello people === Guest25309 is now known as Mars___ [11:35] i have question but nooo help === grouch is now known as Guest28477 [11:35] i have question but nooo help [11:36] Just ask your question and wait. Sometimes it takes time. [11:36] okkkkkkkkkkkkkkkkkk [11:36] should i ask my question?? [11:37] ? [11:37] ^^ [11:37] help. i am getting this error http://paste.ubuntu.com/924720/ while trying to make unity from source [11:38] Abhijit: i can not see the error! can you please post it here? [11:38] :-o [11:38] The URL does not work ... [11:38] !ask | streetwalker [11:38] streetwalker: 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 !patience [11:38] yes i ask!!! [11:38] but my name is stretwalker [11:39] halo [11:39] Well i bought new pc today [11:39] streetwalker, try this one http://pastebin.com/Fk3ZYpc1 [11:40] Does not work post it here [11:40] ^^ [11:41] streetwalker, /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] !pastebin | Abhijit [11:41] Abhijit: 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] It works and you shouldn't paste text here [11:41] do you help about IRC? [11:41] is there an estimation how long it takes to fix CVE-2012-1182 ? [11:41] ** 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:42] no, don't post it here [11:42] a security bug ?!?!?! [11:42] yep [11:42] * Abhijit kicks streetwalker [11:43] !op | Abhijit [11:43] Abhijit: 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] Anyone got experience with ubuntu on Macintosh? [11:43] FerkSwe, #ubuntu-ppc [11:43] Thank you! :D [11:43] streetwalker, Abhijit Please calm down [11:43] Abhijit: No need for that :) [11:43] Stick to the topic also [11:43] pangolin: he told me [13:42] * Abhijit kicks streetwalker [11:44] streetwalker, I saw [11:44] and was not worth an ops call [11:44] * epzil0n slaps streetwalker around a bit with a large trout [11:44] epzil0n: moving on! :-) [11:44] pangolin, he tricked me into pasting error long here by makeing me trust him that he is unable to open the pastebin links [11:44] hmpf [11:45] yes i can not open it+ [11:45] copy link open browser [11:45] Abhijit, ok, lets move on. [11:45] ok [11:46] pangolin: why is he allowed to tell all kick me? [11:46] Can't we just forget this happened and be friends instead? [11:46] streetwalker, all users are allowed to help protect the channel, the way he went about it may not have been correct. === q-rban_ is now known as q0rban [11:47] pangolin: alright thank you lets move on [11:47] ^^ [11:48] hello good morning all, pls I have a problem [11:48] Ok, 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.conf [11:48] can i install jack alongside pulseaudio easily with no conflicts? (just using one at a time) [11:48] debconf: unable to initialize frontend: Dialog [11:48] debconf: (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:49] how do i fix that? [11:49] Could somebody help me with a graphical problem with 11.10?? [11:49] Does 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] does it give you any problems? [11:50] Not really, I just dont like errors. [11:50] why ubuntu open the QQ space will be very slow?is anyone know?thanks. [11:50] i always get a gtk theme can't be found but I don't care as it doesnt bring me any problems === Dorito is now known as Guest56391 [11:51] any answer please ? [11:51] afidegnum: might try ubuntuforums or reddit.com/r/linuxquestions [11:51] thanks~ [11:52] how to connect to windows desktop like ssh on linux [11:53] gau1991, ask ##windows [11:53] who can answer me? [11:53] Hi 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? === tensorpudding_ is now known as tensorpudding [11:54] does anyone has an usb human interface device (keyboard, mouse, gamepad ...) that work flawlessly on windows but has some weird behavior on Ubuntu? [11:55] hieunguyen, yes in the past there have been issues with my keyboard and mouse [11:55] pangolin:which commands have to be executed on linux... [11:55] gau1991 you can use the RDP protocoll or set up a VNC server like RealVNC and then use a VNCviewer and it's included in RealVNC [11:57] gau1991 otherwise use openSSH for Windows if it must be SSH [11:58] my 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. [12:00] What is the term for text files with commands in it, just "scripts"? How do I google it for details etc.? [12:00] No, 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:02] FerkSwe: an intel mac [12:02] ? [12:02] Indeed [12:02] FerkSwe: I've ran it before, although I'm not now [12:02] how can i install haproxy 1.4.20 (specific version) using apt-get ? [12:02] ubnutu 10.04 [12:03] Well 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:04] I'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] What is the term for text files with commands in it, just "scripts"? How do I google it for details etc.? [12:04] 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) [12:04] how to run X's on this.. [12:05] i have the driver sis.tar.gz === jlebrech is now known as jlebrech|afk [12:06] caB00T, I usually find that searching 'bash' gets me in the right places when talking about scripts. [12:06] hi [12:06] caB00T, i.e. 'bash' in addition to whatever else you're looking for [12:07] Ok, thank you pkh. [12:07] i just got a new server with IPMI, how do i install it? [12:07] Also, 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] ? [12:07] that means you have either synaptic open [12:07] caB00T, sometimes the automatic updater is running in the background -- if it works next time don't worry about it. [12:07] or the software center [12:08] Yes, I had it open, lol... :) [12:08] or any other updating process [12:09] sudo dpkg-reconfigure xserver-xorg [12:09] ? [12:09] Hey, 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 help [12:10] where is the default location for sqlite3 on linux ? in ubuntu [12:12] wamty: /usr/bin/sqlite3 [12:12] sqlite: /usr/bin/sqlite /usr/share/man/man1/sqlite.1.gz [12:12] Hello, are you speaking german?= [12:12] english [12:12] Pici: i would need that path tho for the forum dont i? [12:12] mostly ggfk [12:13] ok, no problem. :) I have a question. May you help me? [12:13] sure [12:13] hi! [12:13] i can try [12:13] Its about the dhcp3-server on an ubuntu-server-11.10-maschine [12:13] wamty: sorry, I just got here, what are you looking for exactly? [12:13] yup [12:13] is the 12.04 beta version safe to install? [12:13] yes [12:13] Pici: 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] i 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-get [12:13] can u help? [12:13] HI [12:14] hi [12:14] I have the 64-bit ubuntu-server 11.10 installed. But, the dhcp-server didn't work at all [12:14] im currently using ubuntu 12.04 Beta 2 [12:14] mi3: use vbox to be safe === GirlyGirl_ is now known as GirlyGirl [12:14] and i have installed Gnome-fallback-session from the repo [12:14] my problem now is that i dont know how to switch windows via Alt + tab [12:14] Rurd2di, usually, are the beta releases safe enough? [12:14] wamty: correct. [12:14] it is not working as it should normally do, [12:14] ggfk: u got a paste bin of ur config? [12:14] Pici: im trying trying to setup a mybb but stick here http://pic.kooola.nl/PicAyzo/871252.png [12:14] xerxes : Precise/12.04 is not yet released. Please join #ubuntu+1 for further support and discussion. [12:14] mi3: i know, but im happy with 11.10 for now [12:15] wamty: It wants to know what the path to the file containing the sqlite3 database is. [12:15] Rurd2di, when will 12.04 be released? which day? [12:15] umm [12:15] mi3: April 26th, more discussion in #ubuntu+1 [12:15] err ok! [12:15] Pici: Connection failed: SQLSTATE[HY000] [14] unable to open database file [12:16] am waiting for that, need that 5 year support haha [12:16] wamty: Does the file exist? [12:16] mi3: april [12:16] i belive [12:17] Rurd2di, I got the answer from Pici! Pici, thanks! and you too, Rurd2di ! [12:17] no probs [12:19] 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] how can I control the speed at which apt downloads the updates? I know its possible with wget, but some suggestions would be useful. === ThisNickOwnedByI is now known as ThisNickOwnedByM [12:21] hi all [12:21] help:) [12:21] Pici: I have /var/www/forum [12:21] Pici: how do I check if i have permission on that directory [12:21] how 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] Pici: current i logged in as root but i want to give the "desktop" user write access to /var/www/forum then [12:21] wamty, [12:21] i wold like to now difference between ubuntu and ubuntu server [12:22] chmod 666 "folder" account right ? [12:22] ls -l /var/www/forum [12:22] ls -l /var/www should also work, wamty === irenicus09 is now known as Guest85900 === lonewolf is now known as Guest3056 [12:23] Debru: Ubuntu server comes with no gui, and the installer lets you choose different 'tasks' to install at install time. [12:24] !server | Debru this may also be helpful [12:24] Debru 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-server [12:24] haha [12:24] !kernel [12:24] The 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] chmod 666 "folder" account right ? [12:24] Pici, if i install 11.04 can i upgrade it to 12.04? [12:24] Should I: [12:24] for long term support [12:24] mkdir /home/www-data && chown www-data.www-data /home/www-data && chmod 0700 /home/www-data [12:24] ? [12:24] wamty, that way you will change the permissions! [12:25] I need to have read and write [12:25] Pici, for long term support or i need reinstall it..? [12:25] if you want to know only the permissions assigned then type ls -l wamty! [12:26] wamty, for read and write permissions, chmod 666 [12:26] Debru: You can upgrade. [12:26] hi how do i check current user accounts on my server ? [12:26] 10.04 [12:26] how do i list accounts? [12:26] KooolaNL: getent passwd [12:27] not ''cat /etc/passwd'' ? [12:27] holy O_O [12:27] how can there be so much [12:27] wamty: essentially does the same thing. [12:27] i only remember creating one [12:27] KooolaNL: Many processes run unprivleged, so they have their own accounts. [12:27] ow [12:28] automaticly generated accounts ? [12:28] Pici, 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] KooolaNL: Depending on what you have installed, yes. [12:28] Pici apache [12:28] Debru: Well, yes. But you'd need to upgrade to 11.10 first, and then 12.04 [12:29] Pici, why i need upgrade to 11.04 if i install 11.04? [12:29] usa BuDuScRiPt [ http://digilander.libero.it/udasoft/Software/Linux/buduscript ] [12:29] Version 3.6.52 [12:29] By U D A ' S o f t w a r e [12:29] KooolaNL: That should at least give you a www-data account. [12:30] /EXEC rm -vf /home/giuseppe/.xchat2/buduscript/tmp/budus_XDCC_1615.query [12:30] giuseppe_: Please don't do that here. [12:30] who can suggest me what bit version to use [12:31] KooolaNL: On my server, I have 44 accounts, and I'm the only real user. [12:32] Hi 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 fails [12:32] hello, pls what could be the cause of this and how do I fix it ? [12:32] Please Help [12:32] debconf: unable to initialize frontend: Dialog [12:32] debconf: (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:33] afidegnum: have you tried reinstalling debconf? [12:33] techkid6, you set password as none? why and how did you do that? [12:33] through the GUI in user accounts [12:34] using apt-get install? [12:34] nope, just the GUI, I just got the OS this morning [12:34] I 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] 64bit [12:35] hi anyone tried iscsi multipathing? [12:35] day, yes it will use all ram but what are main differences? i have heard that some programm may not work.. === Boreeas3 is now known as Boreeas [12:36] i use 64bit ubuntu and it works well [12:36] hello guys [12:36] Debru: That statement was true years ago. [12:36] which virtual machine software would u suggest for me? [12:37] To be specific, I was installing quickly [12:37] Debru: Not we have multi-arch, so you can run 32-bit apps in 64-bit Ubuntu. [12:37] jpds, ty so i will chose 64.. [12:37] sacarlson: hi [12:38] hello, how can we install xfapplet in xubuntu. its not present in synaptic [12:38] Debru: there's something called PAE which enables you to use 4 GiB and more even on 32 bit OS. [12:38] jpds, How about long term support if i install 11.04 can i update it to 12.04? [12:38] Debru: No. === q0rban is now known as q-rban [12:38] Debru: nope, but 11.10 -> 12.04 yes [12:38] Debru: If you go 11.04, you have to upgrade to 11.10 then 12.04. [12:39] wow, room is dead [12:39] Atlantic777, jpds: so after 12.04 it will be long term supported? === jack is now known as Guest12359 [12:40] Debru: Yes. [12:40] Debru: yes, there will be 5 years of support for 12.04 [12:40] !best | Xtreme [12:40] Xtreme: 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. === crose is now known as moss === moss is now known as crose [12:40] !lts [12:40] any one hav exp on iscsi multipathing?. [12:40] LTS 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:41] Atlantic777: 3 years on the desktop, and 5 years on the server [12:41] jpds: i dint ask for the best :) . i asked which u all will suggest me [12:41] Atlantic777, 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] soreau: isn't it 5 years for desktop begining with 12.04? [12:41] Atlantic777: not according to ubottu [12:41] !lucis [12:41] !lucid [12:41] 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) [12:42] !lts [12:42] LTS 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] I tried changing my password but it won't let me :( [12:43] soreau: Starting with Ubuntu 12.04 LTS, both versions will receive 5 years support. [12:43] https://wiki.ubuntu.com/LTS [12:43] Atlantic777: The bot needs to be updated then [12:44] Atlantic777, 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.04 [12:44] hey === jlebrech|afk is now known as jlebrech [12:44] Debru: go for 12.04 beta and be happy. :D [12:44] anyone could help me setting a 5 button mouse to double with one of the side buttons? [12:45] Is anyone having these weird flash issues in Natty? [12:45] Mine colours got messed up. [12:45] xskydevilx: is it just on youtube? [12:45] xskydevilx: nvidia card? [12:45] xskydevilx: you mean flash player? [12:45] Nvidia card, just YouTube. [12:46] blue ? [12:46] xskydevilx: you probably have to turn off hw acceleration for yt video player. [12:46] Hi, 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.10 [12:46] Atlantic777, where get beta [12:46] Debru: ask on #ubntu+1 [12:46] can 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] MarKsaitis: you can make a mess [12:47] panset: are your guest machine able to go out on the web? [12:47] so what is the point Atlantic777 ? I dont understand the concept of that [12:47] Atlantic777: Is it just me that can't change the settings? Like clicking on the settings does nothing. [12:47] panset: can you ping host <-> guest? === Twinkletoes_ is now known as Twinkletoes [12:47] xskydevilx: don't know, I don't have nvidia card. Sorry. :) [12:47] Atlantic777: No not when using bridge mode, but can access web when using NAT [12:48] how can i find files that contains both strings "1234" and "acbd", not on the same line [12:48] does grep have a AND feature [12:48] panset: huh, in bridge mode you should get an IP from the router. Something's broken. [12:48] nlko: maybe better to try with awk [12:48] Atlantic777: have an example? [12:49] nlko: no, i just use grep and ask for help when need awk :) [12:49] ha, ok, thanks [12:49] Atlantic777: How would I get an IP from router. Should I use dhcp in /etc/network/interfaces [12:49] For everyone: Does your Flash player "lock" when you try to choose Settings? [12:50] panset: in the bridge mode you are virtually attached directly to the router as the host machine is too. [12:50] Or is it maybe that I have to update the plugin? I've got 11.2.202.228. [12:50] panset: don't know. Try with ifconfig to see wich ifaces you've got and then dhclient or dhcpcd. [12:50] does 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] Teduardo : Precise/12.04 is not yet released. Please join #ubuntu+1 for further support and discussion. [12:51] Atlantic777: 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 only [12:56] thanks for the Warnocking, #ubuntu [12:58] Is aptitude depricated, and if so, why? [12:59] was wondering if there is a plugin to get to play avi files? [12:59] tdn: not that I'm aware of. Why do you think so? [13:00] jrib, just because I have noticed that it is no longer included in a default isntall. Neither in Ubuntu Desktop nor Ubuntu Server. [13:01] is there anything that will allow me to draw on the desktop with the mouse? [13:01] Is it possible to turn debian into ubuntu with settings changes? [13:01] robertzaccour: no, not supported [13:02] HTOP [13:02] tdn: it's been omitted for a few releases now [13:02] jrib, yeah, why is that? [13:02] tdn: space is precious on the cd and aptitude duplicates apt-get functionality I guess [13:02] dibblego, yes, in Kubuntu there is a desktop effect for that. [13:03] jrib, ok. [13:03] tdn: in ubuntu? [13:03] dibblego, no, in Kubuntu. (KDE) [13:03] ok bummer [13:03] dibblego, you can apt-get install kubuntu-desktop in Ubuntu to get the same functionality. [13:03] tdn: it's been removed since 10.10 - it was taking up 13-14 MB as jrib said [13:03] dibblego: or you can search further and find the same for ubuntu [13:04] Atlantic777: I cannot google up anything [13:04] Has there been set a deadline for the 12.04 release yet? [13:04] tdn: 26th [13:04] Atlantic777, cool. Thanks. [13:04] !precise [13:04] 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+1 [13:06] scotty79 [13:06] dibblego: there's a compiz plugin for that, annotate [13:08] Salut [13:08] Atlantic777: compiz won't work with my window manager (xmonad) but thanks [13:08] dibblego: ahm, sorry, I thought you were using the defaults, unity :D === diegovieiraeti is now known as diegovieira [13:11] Here's another Flash issue: does anyone have a problem with the flash player not loading sometimes on YouTube? [13:12] As in just displaying a black screen. [13:12] xskydevilx: Do you have nVidia card? [13:13] Is xPDF normally slow when scrolling? Can I fix that? When paging up and down it works instantly? [13:13] hello, pls what could be the cause of this and how do I fix it ? [13:13] debconf: 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] I tried running apt-get install debconf but it seems there is nothing to install there [13:13] lovinglinux: Yep. [13:13] I need help psl [13:14] Anyone tried ChiniPad tablets and in particular U9HD one ? [13:14] Can't google anything but commercials on it ! [13:15] xskydevilx: are you using flash 11.2.202.228 with hardware acceleration disabled?] [13:15] afidegnum: I've told you at least two times, try: sudo apt-get install dialog [13:15] lovinglinux: Yes. As a matter of fact, I just disabled the acceleration. [13:16] nielou do you own one? else it is not on the market yet. [13:16] Atlantic777: ok sorry, I didn't get that one, my internet wasn't stable thanks [13:17] hello everyone [13:17] !rootirc | Xtreme [13:17] Xtreme: 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:18] lovinglinux: Am I supposed to change something? [13:18] xskydevilx: 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] OerHeks : yes It is on several china web sites ! (chinastore, ownta, ...). [13:18] I 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] I just installed ubuntu base install from 12.04 mini image [13:18] s/chinastore/chinistore/ [13:18] ian_mac: do you have access to your computer at home? [13:19] nielou, it is not out, so not really an ubuntu-support-question, tight? [13:19] hi, 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] Which packages do I need to installl to unity? [13:19] ian_mac: do you have sshd on your desktop? [13:19] *right [13:19] ian_mac: you could try installing vnc server there and check it. === dave is now known as Guest47715 [13:19] lovinglinux: Haven't yet. I will and I'll be back after testing it out. [13:19] whois Xtreme [13:19] barf: '$ sudo apt-get install unity' [13:19] pessoal to com um problema na ultima versao do emesene. Não consigo mudar a foto nele. Alguem teve esse mesmo problema? [13:19] yes I can shell in. I'll look into vnc server. I don't recall if I installed it before or not. [13:19] sw, barf isn't it ubuntu-desktop? [13:19] sw and it will also install a full desktop? [13:20] !info unity | Atlantic777 [13:20] Atlantic777: 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 kB [13:20] barf: yes [13:20] my 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:21] I still think that he's looking for ubuntu-desktop package. [13:21] OerHeks : no, though asking many people can increase number of answers... [13:21] Atlantic777: no, ubuntu-desktop is just a meta package ... [13:21] !ubuntu-desktop | Atlantic777 [13:21] Atlantic777: 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] how do you limit cpu usage per user? [13:21] sw: yes and she installed from mini image and want a desktop, right? :D Nevermind. ;) [13:21] jamjam: ha I was looking for a way to do that a while ago [13:21] Atlantic777: either [13:21] OerHeks : What do you mean by " not out". [13:22] @loganrum do you know any workaround for this? [13:22] jamjam: try looking into /etc/security/limits.conf [13:22] jamjam: I suggest dropping your changes into the limits.d directory [13:22] loganrun: pastebin somewhere the output of: aplay -l [13:23] nielou, dou you own one? [13:23] no, hesitating... [13:23] jamjam: additionally give "man limits.conf" a read through === Guest56391 is now known as Dorito [13:24] hi, 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] http://pastebin.com/KjXkyxzb [13:24] @geekbri I'll check that out, thanks! [13:24] jamjam: np. [13:24] pessoal to com um problema na ultima versao do emesene. Não consigo mudar a foto nele. Alguem teve esse mesmo problema? [13:24] Atlantic777, http://pastebin.com/KjXkyxzb [13:25] Onta i40 Deluxe may be my alternate choice (found videos on it!) [13:25] intore: 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] loganrun: can you open alsamixer? [13:26] Atlantic777, yes [13:26] Atlantic777: fantastic! where and what do i have to change? [13:26] hello [13:27] hello [13:27] OerHeks : I can't figure out why nothing talk about ChiniPad brand. Maybe it sucks... [13:27] nielou, what is your ubuntu support issue [13:27] intore: 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] i'm having trouble mounting an ext3 partition. my fstab entry is: /dev/sdb1 /mnt/big ext3 defaults 0 2 [13:28] Atlantic777, I am seeing this in my dmesg: http://pastebin.com/mSQfFMz4 [13:28] Atlantic777: am using this network interface for a long time! this is the firs time, maybe is wicd? [13:28] loganrun: that's not sound problem, right? :D [13:28] the error message is pretty vague [13:29] Atlantic777, unless it is related to corrupting some sound card related file [13:29] bazhang: Do you have some chinese people here ? [13:29] !cn | nielou they are here [13:29] nielou they are here: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:29] intore: sorry, then I don't have any other ideas. But it's interesting, I really had similar problem yesterday. :D [13:30] linux is fun, isnt it [13:30] Hi all, what program can I use to open a .mpq file? [13:30] there are so many things u can do.. [13:30] i am glad i left windows for good [13:30] Xtreme: no, its not [13:30] Atlantic777: i'll uninstall wicd! [13:30] matmats: why? [13:30] Xtreme, lets keep chat to #ubuntu-offtopic please === Guest74742 is now known as mfisch [13:31] Hi all, what program can I use to open a .mpq file? === mfisch is now known as Guest67396 [13:31] Or extract it [13:31] linux is like heart surgery [13:31] Atlantic777, found the issue, somehow the audio controller had switched from Analog to HDMI [13:31] !mpg | BlueWolf [13:31] BlueWolf: 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/FreeFormats [13:31] !repeat | BlueWolf [13:31] BlueWolf: 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] Atlantic777, some package upgrade must have done this [13:31] ubottu: Humm in UTF-8 caracters, I'm afraid I haven't chinese support neither do I understand tthem anywhere... [13:31] nielou: I am only a bot, please don't think I'm intelligent :) [13:32] lol [13:32] nielou, whats your ubuntu support issue [13:32] the chars show up correctly here, and they make sense, mostly [13:32] does anyone know how to fix this dmesg: http://pastebin.com/mSQfFMz4 issue [13:32] bazgang: are you a bot ? [13:32] bazhang: are you a bot ? [13:32] nielou, this is not the chat channel [13:32] guys, which is the command to add and remove program from startup? [13:33] cngconfig something [13:33] bazhang: ... [13:33] THanks!!!! [13:33] so nobody can help me with fstab here? [13:33] !startup | Xtreme [13:33] Xtreme: 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 boot [13:33] nielou, chit chat in #ubuntu-offtopic NOT here [13:34] bazhang: Ok, thx. [13:34] matmats: I'm sure someone will answer your question if you're patient and that person is around :-) [13:34] matmats: what error are yougetting? [13:34] well i have question too. [13:34] Jameson: ask ... [13:35] mount: wrong fs type, bad option, bad superblock on /dev/sdb1, ... [13:35] it`s normal that xubuntu live cd asks user name and password? === pug is now known as Guest56210 [13:35] matmats: your entry looks correct, is the device formatted as ext3? [13:35] Jameson: leave them blank [13:35] yeah [13:36] its a 2tb partition [13:36] does anyone know if this is something I need to worry about? dmesg: http://pastebin.com/mSQfFMz4 [13:36] i want to stop mysqld from starting automatically from comp reboots [13:36] the error also says missing codepage or helper program, or other error [13:36] Xtreme: did you read the information that ubottu sent to you? [13:36] matmats: what does this output: files -s /dev/sdb1 [13:37] sw it doesn`t log in . shows black sceen and came back to login [13:37] sw: sorry, i dint.. wait let me look.. [13:37] Xtreme, sudo chconfig mysqld off [13:37] i dont have that files program installed apparently [13:37] Xtreme, of course if other programs rely on it that may not be a good idea [13:38] matmats: whoops, file not files [13:38] Jameson: 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 #xubuntu [13:38] what is the key for a encrypted /home? my user-password or what do i need when i want to mount home on another system [13:38] /dev/sdb1: ERROR: cannot read `/dev/sdb1' (Input/output error) [13:38] sw ok, tnq [13:39] matmats: 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 entry === das is now known as Guest81377 [13:39] loganrun: command not fount [13:39] sw: not there in list [13:40] i hope what you just said is not as bad as it sounds [13:40] matmats: it might be bad, it might not be so bad. [13:40] any other ideas what i could do now? [13:40] matmats: sorry, did you make sure to run the command with sudo? Try it with sudo and see if you get the same output [13:40] Xtreme, chkconfig sorry [13:40] yeah [13:41] was su [13:41] does fdisk -l show the drive? [13:41] iceroot: '$ encryptfs-mount-private', it take's the users' login password [13:41] sw: thank you [13:41] Where can I get info about "*/=>@|" indicators (from ls -F)? [13:41] Xtreme, chkconfig mysql on [13:41] Xtreme, chkconfig mysql off [13:41] loganrun: Ubuntu doesn't use chkconfig. [13:42] oddly its not shown, but i know i saw it in fdisk yesterday [13:42] Pici, you just need to install the command then [13:42] Pici, what is the Ubuntu way of doing it [13:42] matmats: 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 fully [13:42] loganrun: Using upstart. chkconfig is a redhatism. [13:42] matmats: then after you've ensured its connected ok, i would try to work from that. [13:43] okay, will do, thanks so far [13:43] np. [13:44] Riba11223: man ls ? [13:44] Hellow! Is LOGITECH LOGITECH PERFORMANCE MOUSE MX, CORDLESS, USB supported in ubuntu ? [13:44] kubanc, tried plugging it in? [13:45] matmats: 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 fstab [13:46] Hi all. When i'm trying to join #mysql channel., its showing "You are Banned" message... how come? [13:46] bazhang, well would like to buy it, that's why i'm asking [13:46] hey guys, which word application is better? abiword or libreoffice writer? [13:46] loganrun: i got lots of errors [13:46] !ot | Salaria try in #freenode [13:46] Riba11223: this would be usefull, too: $ info coreutils 'ls invocation' [13:46] Salaria 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] but task failed [13:46] !rootirc | Salaria [13:46] Salaria: 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] Salaria: that's why ^ [13:46] Xtreme: Pici is saying it is better to use upstart [13:47] Pici, can you explain to Xtreme how to use upstart [13:47] oh [13:47] kubanc, should be check the hcl and ubuntuforums with that as a search term [13:47] info coreurils 'ls invocation' helps. [13:47] Thanks :) [13:47] Why should not I use IRC as root? [13:47] !hcl | kubanc [13:47] kubanc: 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/DebuggingHardwareDetection [13:47] Salaria: 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:48] Salaria: for the reasons listed in what ubottu told you - please ask any further questions in #freenode as this is Ubuntu support, like bazhang said [13:48] loganrun: okay, upstart is installed in my OS, but i dont know where it is. for some reason my search isnt working [13:48] it is shown now in fdisk -l [13:48] k k thanks [13:48] matmats: did you change anything? [13:48] no [13:48] i rebooted [13:49] Hrm, odd. [13:49] Hey 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? === danix is now known as daniz [13:49] i think might have to do with sleep mode or sth [13:49] no idea [13:49] but it is there now [13:49] matmats: sleep mode is always a total pain. [13:49] at least in my experience. [13:49] yeah.. [13:49] i agree [13:49] I would try to sleep it again and see if the same thing happens. [13:50] how to search for file in ubuntu?? [13:50] well, i still cant mount it [13:50] i am using kde [13:50] http://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 Party [13:50] really got into it [13:50] a fun 3000 page romp for anyone interested [13:50] mat@bb:~$ sudo file -s /dev/sdb1 [13:50] /dev/sdb1: data [13:50] alex838, wrong channel [13:51] matmats: surprised that files -s isn't giving more information than that. [13:51] my bad [13:51] wrong path apparently [13:51] mat@bb:~$ sudo file -s /dev/sdb2 [13:51] /dev/sdb2: Linux rev 1.0 ext4 filesystem data, UUID=8ddc8220-ec41-4806-8311-aafdf11c961f (needs journal recovery) (extents) (large files) (huge files) [13:52] still [13:52] matmats: that looks correct to me. [13:52] cant mount sdb2 either [13:52] this 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] oh, screw me [13:52] maybe its ext4 === esm is now known as Guest98959 [13:53] matmats: looking at your entry it is, it says right there :) [13:53] A 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. === neooo| is now known as neooo [13:53] Any idea why that is, and how to fix it? [13:53] haha yeah === Guest85900 is now known as irenicus09 [13:53] that was dumb [13:53] Anyone... can GRUB be used with touchscreen on a tablet somehow [13:54] hi, what is the latest version of wine and how do I install it? I'm using ubuntu 10.04 LTS [13:54] joseph_, check the #winehq repo ask there [13:55] anyone using 12.04? [13:55] beta [13:56] !precise | neooo [13:56] neooo: 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+1 [13:56] What do I type in terminal to update my os? [13:57] caB00T: apt-get update && apt-get upgrade. Make sure to carefully read what is being updated before you agree to it by hitting y === toxboi is now known as whiteops [13:57] Thank you geekbri! :) [13:58] np [13:58] Anyone here know if/how I can use a touchscreen to control GRUB? [13:59] hi is there any way to get security updates for 10.10? [13:59] is there any easy way to ask the os what the per-process theoretical memory limit is (factoring in PAE, bit-width, etc)? [13:59] or we can't use it === khaos_ is now known as anathema__ [14:00] !eol | khaos_ [14:00] khaos_: 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/EOLUpgrades [14:00] I know that the 10.10 has stopped [14:00] but I want to use it [14:00] How can I install novacut? [14:01] mistergibson: ulimit -m ? [14:01] barf, whats novacut [14:02] mistergibson: I mean if you haven't set a limit, isn't the theoretical max however much available ram there is? [14:02] bazhang: Ubuntu’s "Final Cut Pro" [14:02] How can ubuntu be free, it's so awesome... [14:02] http://blog.novacut.com/ [14:02] geekbri: no, 32bit (no pae) 2GB, w/pae: 3.12GB, 64bit ... [14:03] barf, that link has the PPA page on it [14:03] anyone facing problem with the launcher [14:03] A 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] Any idea why that is, and how to fix it? [14:03] no [14:03] mistergibson: so you are asking a way to find out if a 32 bit system is using pae or not ? [14:04] !details | paklang [14:04] paklang: 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] and or 64 bit, and if so (without me having to calc the implications) spew me a valid limit number ... [14:04] I have the 10.10 running on my netbook and I dont know if the 11.10 or the 12.04 will be running smoothly [14:04] Any advice? [14:05] anathema__, try a live cd/live usb [14:05] thanks bazhang. the 11.10 is suitable for netbooks? [14:05] anathema__, very much so [14:05] mistergibson: well uname -m should let you know if its 64 bit or not I suppose. [14:05] bazhang, thanks I thought that unity etc was heavy for them [14:06] mistergibson: better yet, you can check out /proc/cpuinfo [14:06] geekbri: yes, I know how to see if it is 64 bit or not, but it really isn't that simple [14:06] Thank to Unity Ubuntu is now useable everywhere ;) [14:06] geekbri: that only profiles the cpu, not the kernel's mode of use of its features [14:06] geekbri: I have resorted to culling the data from the kernel's config file [14:07] geekbri: it really seems silly that I have to do all that to get a straight answer [14:07] mistergibson: its a bit of a pain yes. I believe most kernels are tagged with -pae if they have it enabled. [14:08] geekbri: 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:09] geekbri: you know how many f'n places the kernel .config file *could* be located across all the distros ... urk-some [14:09] mistergibson: 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] hello 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:10] geekbri: well, the app should not really care PAE or not - except in its theoretical memory footprint size === whiteops is now known as toxboi [14:11] mistergibson: uname -r will tell you if RAE is enabled in the kernel [14:11] lee: 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:12] *PAE [14:14] mneptok: What is RAE ? [14:14] nevermind [14:15] geekbri: thanks [14:15] mneptok: on some distros yes ... not all [14:15] mistergibson: it will on Ubuntu [14:16] mneptok: right, but I'm writing for nearly *all* distros [14:16] sounds like youre gonna have a big case statement on your hands :) [14:16] mistergibson: very few distros do eberything the exact same way. [14:16] mistergibson: 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] hey does anyone know how i can join the java chat [14:17] joi #java [14:17] op1um56: try /join ##java [14:17] thank you [14:18] I 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] !register | op1um56 === BlouBlou is now known as alpacas [14:18] op1um56: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [14:18] "Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)." [14:18] anyone here use screen? tool for oepning up new terminals, etc. [14:18] crivera: yes [14:19] crivera: i'm using it now [14:19] anywho, they have syntax in their manual "C-a" which is carrot notaiton [14:19] me too [14:19] crivera, whats the question [14:19] what does that even mean? [14:19] Ctrl+A [14:19] i'm trying to switch between my terminals [14:19] i wonder why the bash completion on my server running ubuntu suddenly started warning about missing locales.. [14:19] warning: setlocale: LC_CTYPE: cannot change locale (de_DE.utf-8) [14:19] crivera: "caret" ;) [14:19] i thought that meant CTRL-a [14:19] tapas: ugh, i've had that happen before. [14:19] oh, CTRL+SHIFT+A [14:19] carrot! :D [14:20] let me try === alpacas is now known as BlouBlou [14:20] tapas: for me I had to go in and edit /etc/default/locale to have LC_ALL=en_US.UTF-8 [14:20] apt-get install ubuntu-desktop gave me: errors were encountered when processing whoopsie [14:20] has anyone here successfully installed and used VirtualBox? [14:20] me [14:20] geekbri: thanks.. will try.. [14:20] My attempt is failing :C [14:20] tapas: make sure to logout and back in after [14:20] geekbri: first thing i'll do is install the language pack though.. [14:20] Zaitzev: i did it successfully on windows [14:20] running ubuntu server guest [14:20] geekbri: ok [14:21] well doh, on WINDOWS it's easy as pie [14:21] tapas: 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:22] tapas: which was on an ubuntu 10.04 server (we are now running 10.10) [14:22] Zaitzev: Make sure your user is in the vboxusers group, then log out and back in [14:23] barf: can you paste bin the full output of '$ sudo apt-get update && sudo apt-get install ubuntu-desktop'? [14:23] geirha: Oh, I need to relog [14:24] Zaitzev: Yes, for the group membership to take effect [14:24] geirha: 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] I'll try, thanks [14:25] is 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:26] !salve [14:26] !list [14:26] peppino: 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:27] hello [14:27] does anyone here use Flash Media Server ? [14:30] chromium keeps crashing. How do I delete my profile? === q-rban is now known as q0rban [14:31] I have now installed ubuntu-desktop, when I reboot my acer aspire 7715, grub menu works OK, but when entering GFX mode, screen turns black [14:31] booting in rescue mode is OK, and when I startx GUI shows, OK [14:31] However it reported 2 errors that I submitted [14:31] !nomodeset | barf [14:31] barf: 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 parameter [14:32] I have forgotten my password and my user name for my samba folder, how to recover? [14:32] hello everyone [14:32] lrpcuba hey [14:33] i have a trouble here with my printer , === Lupinedk is now known as lupinedk [14:33] lrpcuba, what does linuxprinting.org database say about that printer [14:33] Canon iR1018/1022/1023 (UFRII LT) [14:34] lrpcuba, check the website and see [14:35] im on it [14:36] geirha: Didn't actually work, looks like I need to change the permission of some directory/file, but I have no idea which [14:36] canon is hell on gnu/linux [14:36] A 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] you might want to buy the 3.rd party drivers if they supports it [14:39] "The default music player has been switched to Rhythmbox, which again includes the UbuntuOne music store." [14:39] ^ is there a story behind that? === Guest12359 is now known as jack_^ [14:40] Zaitzev: What's the error message? [14:40] * lrpcuba not found [14:40] geirha: "Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)." [14:40] do you have lrpcuba installed? [14:40] yes i have the printer installed but he just dont print anything at all [14:41] geirha: 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 look === Twinkletoes_ is now known as Twinkletoes [14:41] sounds like the driver i have is not the right one [14:42] geirha: 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. === carlos is now known as Guest24753 [14:42] Zaitzev: that's definitely wrong. It should be owned by root [14:43] Yeah I assumed as much [14:43] same goes for /usr - also set to 501.. === yigit is now known as Artemius23 [14:44] hello 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] :! firefox ~/desktop/myfile.htm [14:44] I can't even delete the files manually, either in nautilus or from the commandline. [14:44] ye: #vim would probably be the best place to ask such a question. [14:44] And if I try to remove the whole folder, I get the following error [14:45] malte@laptop:~/Projects/VoteBot$ rm -r conf/ [14:45] rm: cannot remove `conf': Directory not empty [14:45] do I need to do something special with chown to let me change the owner of a symlink?\ [14:46] Boreeas: rm -rf conf/ [14:47] hi! [14:47] geirha: 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] hello everybody,i am back [14:48] mars__: is it better than being forward? [14:49] bean: Ah, thanks [14:51] Zaitzev: Probably. Should be safer than what you have now at least. [14:51] geirha: problem solved === fr33r1d3_ is now known as fr33r1d3 [14:52] auronandace: where do I enter the nomodeset option? in /etc/grub/grub.conf? [14:52] what does that mean? [14:52] geirha: changed permissions of /usr, /usr/share and /usr/bin, virtualbox is working now [14:54] geekbri: yeah, this is 10.04 too iirc [14:55] geekbri: installing the language pack solved the issue.. [14:55] geekbri: it didn't find the files for the locale.. [14:55] no clue why it changed to a .de locale all of a sudden :D [14:58] tapas: yeah i had a simliar problem like 7 months ago or so, installing the language pack unfortunately didn't help me. === IboS_ is now known as IboS [14:58] tapas: im pretty sure my problem occured after updating glibc but i dont really remember, it was a while ago :) === t0nic is now known as diamonds [15:01] GRUB no longer show, nomodeset added to /etc/defalt/grub [15:02] Hard drive appears to be loading [15:03] how can i do a "for file in notes.txt do echo file" from command line in one line? === Debolaz_ is now known as Debolaz [15:03] i have a list of files in notes.txt and want to run a command on them all [15:05] Update Manager GUI tells me there's a kernel update. sudo apt-get update/upgrade holds them back. What's up? [15:07] Hi i want one application to use on ppp0 while another to use wlan0 ,is there any way to do that? [15:07] nlko: for file in $(cat notes.txt);do whatever;done [15:08] How do I install nfs client on ubuntu 11.04? [15:08] How 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] Jimmio: are you using 12.04? [15:09] 11.10 === niek is now known as Guest51872 [15:10] Jimmio: sudo apt-get dist-upgrade will install the kernel.. reasons why its being held back. no clue. [15:10] nlko: or : while read line; do whatever $line; done < notes.txt [15:10] bastidrazor: I figured as much. Thing is.. it's being held back for a reason. Something is probably missing. [15:11] install openjdk on 12.04 beta2 images in ec2 seems to no longer work [15:11] intentional>? [15:11] brianm: #ubuntu+1 for pangolin support [15:11] doesn't work on 11.10 either ;-) [15:12] freaks out on unmet dependencies this week, didn't last week [15:13] is it possible to make that iceweasel uses ppp0 while transmission utilizes wlan0 ? [15:14] storyteller: basically you want to send email over your VPN while still torrenting? ;) [15:14] err, browse. [15:14] not send email [15:14] Hi 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:15] @bean: well, yes :D , can we tweak it so? [15:15] Namib, have you tried running the command "sudo update-grub" [15:16] yes [15:16] Namib: grub does not load¿ are you sure that you installed alongside¿ [15:16] does 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.0 [15:16] no i'm not [15:16] being somewhat new to ubuntu, an am not sure where to look [15:16] Namib, Hmm, "cd /etc/grub.d/ && ls" Is there a file called os-prober and is it green? [15:17] anyone have any idea what happened with openjdk on 11.10 and 12.04 in last week? [15:17] neither will install, both very upset about unmet deps [15:17] yes [15:17] it's green [15:18] brianm: 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] are there development repositories or something that would have kile 2.1.1 [15:18] i will install 12.04 [15:18] loganrun: I don't see kile 2.1.1 in any Ubuntu repositories (for any release) nor in debian. [15:18] Namib, Alright, can you please post the output of update-grub in pastebin? [15:18] !paste | Namib [15:18] Namib: 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:19] Pici, 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 dependancies [15:19] ok just a moment [15:19] loganrun: is there a reason you want 2.1.1 ? [15:19] pulseaudio configured for per-user sessions saned disabled; edit /etc/default/saned [15:19] anyone? [15:19] loganrun: 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] tried web solutions [15:21] hi everyone [15:21] please guys you are my last hope [15:21] !ask | sauevaem [15:21] sauevaem: 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 !patience [15:22] Pici, yeah I get I get Unknown CMake command "KDE4_INSTALL_ICONS" [15:22] Pici, makes no sense [15:22] !patience [15:22] 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:22] Generating grub.cfg ... [15:22] Found linux image: /boot/vmlinuz-3.0.0-17-generic [15:22] Found linux image: /boot/vmlinuz-3.0.0-12-generic [15:22] Found initrd image: /boot/initrd.img-3.0.0-12-generic [15:22] Found memtest86+ image: /boot/memtest86+.bin [15:22] Namib: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [15:22] Found Microsoft Windows XP Professional on /dev/sda1 [15:22] Whoa dude.. haha. Thats why I sent you the paste thing. [15:22] Hi all [15:23] I 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] !paste | namib [15:23] ciao [15:23] namib: 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] Pici, don't see anything there about it === carlo_ is now known as Guest36099 [15:23] Basher101: for pangolin support /join #ubuntu+1 [15:23] i see. Thanks [15:23] in 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:24] namib 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] but when I look in the log file I see "/bin/sh: cronTest: not found" [15:24] loganrun: hmm.. [15:24] so obviously cron cannot see this function even though I source .profile before trying to execute it [15:24] loganrun: why do you want the later version ? [15:24] sure [15:24] ikonia, code folding for latex doesn't work right on 2.1.0 [15:25] ikonia, hopeing they fixed this issue [15:25] loganrun: does it work in 2.1.1 ? [15:25] as in do you know it works ? [15:25] ikonia, define know [15:25] !list [15:25] Guest36099: 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] loganrun: "is there a bug for this that says "fixed" in version 2.1.1" [15:26] ikonia, probably not, but I thought it was worth a try [15:26] loganrun: I'd strongly advise against doing it with no basis [15:26] loganrun: 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 resolved [15:26] loganrun: if it's not resolved, add to the bug, if there is no bug, log a bug and push it, progress it [15:26] http://paste.ubuntu.com/925004/ [15:26] ikonia, ok thanks [15:27] loganrun: seems silly to waste time and effort if you don't even know if it there is any sign of a fix in this version [15:27] hallo [15:28] kann mir mal einer helfen [15:28] Namib, Okay, finally, do the same thing you just did with the file "/boot/grub/grub.cfg" [15:28] !de | Flecki [15:28] Flecki: 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] möchte eine jfs Platte mounten [15:28] geht aber mit Version 12.04 nicht ( kein teriber ) [15:28] in 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] OK danke [15:29] donal: that seems crazy to source that file every minute [15:29] it's just for test purposes [15:29] donal: also cron won't have $HOME set [15:29] oh [15:29] pulseaudio configured for per-user sessions saned disabled; edit /etc/default/saned on boot, help please [15:29] can I do ~/.profile ? [15:29] $home only applies to user accounts. Cron runs as a user without a home directory [15:30] It shows the message "sudo: /boot/grub/grub.cfg: command not found" [15:30] donal so ~/.profile for cron, dosen't exist. [15:30] donal: no [15:30] donal: and sourcing that file every minute seems pointless [15:30] donal: Whats in .profile that you need? [15:30] donal, Infact, ~ is just an alias for $HOME [15:30] the .profile contains the definition of the cronTest function [15:31] donal: why do you need to source it every 60 secvonds ? [15:31] He is just doing it for testing purposes guys.... don't just on him for that haha. [15:31] in reality, it will only run once or twice a day [15:31] jump* [15:31] while testing I'm running it each minute [15:31] why ? [15:31] donal: why does it need to be run ? [15:31] thanks joseph [15:31] donal: it's pointless the user "cron" is sourcing this file [15:31] the user cron is not an interactive user [15:32] Yup, ikonia is right. It has no home directory [15:32] you're soucing something into a shell, that will be dropped the second the cron job exits [15:32] you'll just have to replace $home with /home/yourusernamehere [15:32] not a big change by any means. [15:32] ikonia: 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 function [15:32] JosephHarrietha: that won't work as the shell that cron is running will exist and drop the functions [15:32] donal: sorry that makes no sense [15:32] hi all, any packager around? [15:33] test [15:33] donal: just write a script to do what you need it to do, or in the script source the function [15:33] im having an issue with my Meerkat install [15:33] hi! [15:33] donal: as soon as that cron job exits the user's shell will drop it [15:33] ikonia, 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] JosephHarrietha: think about it, the cronjob launches a shell, does what it needs to do, then closes the shell as it's done [15:33] Tconatech: maverick is no longer supported [15:34] I have forgotten my password and my user name for my samba folder, how to recover the password? === Guest91689 is now known as jolaren [15:34] ikonia, and that was on a Debian 6 server haha. Yea, I get that part :P. === dan__ is now known as Guest35454 [15:34] hi [15:35] Where did namib go? [15:35] here [15:35] Did you post that file? I must have missed it [15:35] It shows the message "sudo: /boot/grub/grub.cfg: command not found" [15:35] any idea how to get a windows 7 wireless driver [15:36] to work with meerkat [15:36] Tconatech, ##windows can help with that [15:36] Tconatech, ah, then use additional drivers [15:36] Tconatech: Maverick is no longer supported. [15:36] any ideas? [15:36] I bought EEEPC Asus netbook and installed Ubuntu 12.04 32 bit.. unable to get resolution 1204x600 on it [15:37] help please... [15:38] Namib, are you sure O.o [15:38] hi. startup disk creator problem: http://ubuntuforums.org/showthread.php?t=1956612 [15:38] Namib run update-grub again and then "ls /boot/grub/ | grep grub" [15:38] wait a moment i'll try again [15:38] and post the output of that command here or in paste bin if its more than one line. [15:38] Okay [15:40] Hello [15:41] Hello :P [15:41] help have tried to install ic500 lightwave webcam via cheese and it not working [15:42] http://paste.ubuntu.com/925026/ [15:42] I have screen resolution problem.... netbook shows only 800x600 [15:42] grub is written in red! [15:43] Namib, Thats okay. [15:43] Namib, Red isn't always a bad thing, if it was then my website would be black listed within seconds haha! [15:44] help have tried to install ic500 lightwave webcam via cheese and it not working [15:44] ahha ok! [15:44] help have tried to install ic500 lightwave webcam via cheese and it not working [15:44] Namib, Now, can you past the contents of /boot/grub/grub.cfg , its there now [15:44] Has anyone tried to install Ubuntu on HP xw4400?  I am unable to get the 3D desktop working. [15:44] help have tried to install ic500 lightwave webcam via cheese and it not working [15:44] help have tried to install ic500 lightwave webcam via cheese and it not working [15:44] help have tried to install ic500 lightwave webcam via cheese and it not working [15:45] paste* and paste it to the site haha, not in the chat. [15:45] !repeat | quicknet2 [15:45] quicknet2: 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:46] http://paste.ubuntu.com/925029/ [15:46] ubuntu9mil1: WHich graphic card? [15:46] "accesso negato" means "access denied" [15:47] Namib, Oh sorry! use sudo to get it. So "sudo gedit /boot/grub/grub.cfg" [15:47] yes i've tried in the next line [15:47] :) [15:48] http://paste.ubuntu.com/925029/ [15:48] Namib, you are typing sudo /boot/grub/grub.cfg he said sudo gedit /boot/grub/grub.cfg [15:48] oh sorry [15:48] sudo gedit. Just saying "sudo " before it won't open the file, you have to specify what opens the file :D. [15:48] wait a second [15:48] !gksu | JosephHarrietha Artemis3 Namib [15:48] JosephHarrietha 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] NVIDIA quadro F 285 [15:48] Hello... 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:49] Yea, 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] Hello 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:50] irc:///cm-plus [15:50] I'm afraid if I restart at this point my notebook's install will be shot. [15:50] if i try "sudo gedit /boot/grub/grub.cfg" , it shows "sudo: gedit: command not found" [15:50] tehowe, can you backup important data just in case? [15:51] Artemis3: It's duplicated on my server, yeah. [15:51] tehowe, inside boot i think there should be kernel images filling space... if you didn't uninstall older kernels [15:52] namib "sudo cp /boot/grub/grub.cfg ~/Desktop/" [15:52] I 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] go to your desktop, double click the file [15:52] Can 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] I see a problem in what I said above.... but It may work. [15:52] plustax: sudo apt-get install gparted [15:52] plustax: sudo apt-get install gparted [15:53] Namib, just do whatever you did to paste the /etc/default/grub file and do that again [15:53] ubuntu9mil1: Have you installed the drivers? [15:53] xangua, i did that but it didnt work [15:53] ill paste output one moment [15:53] namib only for this file instead :P [15:53] tehowe, 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-grub [15:54] tehowe, as long as you keep the last one that worked and the new one, the others are waste imo [15:54] xangua, here check this out http://dl.dropbox.com/u/2066611/Screenshot.png [15:54] I dunno what to do :/ [15:54] Artemis3: 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 eh [15:55] ubuttu what will i do about the address help have tried to install ic500 lightwave webcam via cheese and it not working [15:55] tehowe, if you can apt-get remove em do so, it will run update-grub for you [15:55] plustax: do you have another package manager open¿ as the message asks¿ [15:56] I dont believe so [15:56] xangua, [15:56] want to team viewer in and take a look for me? :) [15:56] Artemis3: Ok thanks. That's a gotcha for the default LUKS installation I guess... boot partition fills up after (counts) 7 kernel upgrades === diegovieiraeti is now known as diegovieira [15:56] http://paste.ubuntu.com/925039/ [15:56] !help [15:56] 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 !patience [15:56] !webcam [15:56] quicknet2: cheese does not install anything, is just a viewer; is your cam supported¿ [15:56] Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [15:56] there's something wrong.. [15:57] tehowe, yes, each kernel is filling space, if the partition is small it will fill up rather quickly [15:57] can i install macbuntu on xubuntu 12.04 ? [15:57] xangua, teamviewer? [15:58] plustax: no [15:58] xangua, I dont know what to do :( [15:58] lovehappens: don't think so, also pangolin support is on #ubuntu+1 [16:00] namib "sudo cp /boot/grub/grub.cfg ~/Desktop/grub.cfg" [16:00] how do i keep my ubuntu server time synched with live? === hari_ is now known as harikt [16:01] Namib, 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/grub [16:01] Namib, as a matter of fact, paste THAT file instead of grub.cfg [16:01] hola [16:02] me llamo pedro de jerez [16:02] !es | ti_ [16:02] ti_: 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] Artemis3, We cleared that one already [16:03] JosephHarrietha, isn't that simply changing the option to show menu and or default boot entry? [16:03] Artemis3, 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] can anyone help with an EPIC client problem? === nix is now known as Guest41644 [16:04] Artemis3, So I'm looking there to see if something else is screwed up before I tell him to reboot and try [16:04] http://paste.ubuntu.com/925050/ [16:04] I seem to have a font translation issue (formatting blocks) that I can't get around [16:04] Artemis3: 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... :O [16:04] JosephHarrietha, perhaps the file was never saved [16:05] Namib, 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 it [16:05] Artemis3, I got him to do "ls /boot/grub && grep grub" [16:05] Artemis3, Its there :P [16:05] hey 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:06] Monotoko, Yea, it always does. Ignore it like its your mom and say yes [16:06] JosephHarrietha, use the --force? [16:06] Monotoko, are you sure its sda5??? [16:06] (pun intended) [16:06] Monotoko, I use a truecrypted windows and seperate data partition, with luks crypt on ubuntu. So yea, just put force it [16:06] just put force on it* [16:06] sorry can you try to explain simpler, i'm a newbie for Xubuntu and English xD [16:06] Artemis3, 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] Namib, Means I'm sure your fine now, reboot :P [16:07] Monotoko, if you like [16:07] oooh [16:07] ook [16:07] Namib: There are channels in many languages see https://wiki.ubuntu.com/IRC/ChannelList [16:07] Thank you very very much! [16:07] Namib, good luck :) [16:07] Monotoko, WHOA. Read that error again. [16:07] Artemis3: http://pastebin.com/Lpz4Z7Q9 [16:08] Monotoko, Yea, fdisk it... partitionless? [16:08] Namib: Assuming #ubuntu-it for you [16:08] my fdisk is up there... maybe I'm trying to install to the wrong place [16:08] Monotoko: This might help http://goo.gl/1TfJE [16:09] Monotoko, Nevermind... Artemis3 Scared me..... Its just warning you about installing it to a partition. [16:09] Monotoko, should do, also dpkg-reconfigure grub should show pretty places to put grub, including /dev/sda5 [16:09] ^ that works too :P [16:09] thank you guys, you're all legends :D [16:10] true [16:10] Monotoko, and it saves the config for the future [16:10] Artemis3, "grub is not installed" [16:10] and I tried grub2... it's saying the same o.0 [16:11] Monotoko, grub-pc [16:11] I 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 ubuntu [16:11] hit* [16:12] Artemis3, ahhh yes it's offering me sda5... excellent :) thank you [16:12] hi guys [16:12] Monotoko, you are welcome [16:12] Monotoko Artemis3, Yay :D. === ShooterM_ is now known as ShooterMG [16:12] JosephHarrietha! nothing has changed.. [16:12] :O [16:12] right... time to boot back into Windows, later guys ^^ [16:12] nautilis, gedit, sound seting etc. doesn't work [16:12] Namib, O.o ... are you sure? It should be the 5th entry [16:13] Namib, Should go Ubuntu, Ubuntu, Older Kernels, Memtest, Windows. [16:13] it gives similar error :nautilus:10010): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed [16:13] JosephHarrietha, i suspect his /etc/default/grub remains intact (ie not saved changes) [16:13] Ubuntu 12.04 installed, but the trackpad of the Acer Aspire 7715 does not work :-( [16:13] Artemis3, Yea.... Weird. Were going to have to get that file then. But it was throwing some odd errors out before. [16:13] is there anyway to fix it? [16:14] barf you need to join #ubuntu+1 and ask there [16:14] sorry what i've to do? [16:15] Ugh.. 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 :D [16:15] Namib, please copy the file /etc/default/grub into pastebin i need to see it [16:16] ok [16:17] nautilus:10010): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed Any idea? [16:18] Artemis3, can you type the exact text? because "sudo /etc/default/grub" shows "sudo: /etc/default/grub: command not found" [16:18] Is it possible to make an i386/amd64 bootable installer? [16:18] So that I can have the same memory stick for i386 and 64 bit computers? [16:19] Namib, no need to sudo this time ;) === mh0- is now known as mh0 [16:19] Namib, try cat /etc/default/grub [16:19] Namib, also gedit /etc/default/grub [16:19] Namib, should work perfectly [16:20] nautilus:10010): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed [16:21] (gedit:15232): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed [16:21] http://paste.ubuntu.com/925080/ [16:21] Hey all! [16:21] (seahorse:15445): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed [16:21] Just reinstalled ubuntu and want to make a resotre point before I install security updates [16:21] how possible?? === svm_invictvs is now known as svm_Invictvs [16:22] chhers [16:22] realus: create an image of the drive with dd [16:22] got the syntax GirlyGirl ?? [16:23] realus: dd if=/dev/sda1 of=/media/store/block [16:23] realus: 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] of= the place you want to store it ?? [16:23] realus: yes see what Pici said [16:24] ok, and how do I check the sda path?? [16:24] syntax plz [16:24] realus: use "lsblk" [16:24] realus: 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:25] sipior, what is lvm ?? [16:25] brb [16:25] realus: I'm not sure about security but I think a git of the /etc dir would be one place to start [16:25] realus: Also use the bs= parameter so that copying is faster, see dd --help [16:25] realus: if you don't know, you're likely not using it :-) [16:25] !dd | realus [16:25] very good Namib so what would you like? to always see menu, or to always boot windows? [16:25] realus: https://help.ubuntu.com/community/DriveImaging [16:26] i'd like to choose, sometimes Xubuntu, sometimes XP [16:26] so I could restore from the image and will be back as was ?? [16:26] Namib, then you need to always show menu thats very easy [16:27] realus: Yes but restore from a livecd [16:27] Namib, then close the file, now open again with gksudo (or sudo) like this: gksudo /etc/default/grub [16:27] Artemis3: I like the cinnamon theam that is more like gnome clasic [16:28] , done === bladernr_ is now known as bladernr_afk [16:29] Hello. Where is the file that says what X does as it starts? A lá Xinitrc, but systemwide default [16:29] Or is that a xinitrc file as well? If so, where is it? [16:29] Well, that seems to have worked, crisis averted :D [16:30] Namib change GRUB_TIMEOUT to -1 : GRUB_TIMEOUT=-1 [16:30] why 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 installed [16:30] d3admau5, have you tried apt-get install samba --reinstall? [16:31] thx GirlGirl + sipior + Pici [16:31] will get n it [16:31] anyone here successfully using openvpn client with xubuntu 11 ? [16:31] (gedit:8927): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.gedit.state.window' is not installed [16:31] im facing some problems here, wud be glad if someone cud help [16:31] hello, pls anyone installed zentyal before? I am in trouble and I need help [16:31] d3admau5: samba works good in natilus [16:31] (seahorse:8937): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed [16:31] pls rescue me [16:31] Namib, then save file, go back to console (open a terminal) and use this command: sudo update-grub [16:32] (nautilus:9231): GLib-CRITICAL **: g_variant_unref: assertion `value != NULL' failed [16:32] Hi, 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] Bronzdragon: same results [16:32] d3admau5: sorry that's nautilus [16:33] sacarlson: how do you use it through nautilus? is there a gui version? [16:33] eb_dev: which command, you run the php cli with just 'php' not 'php-cli' [16:33] geekbri: ah i see, yeah i was running it php-cli [16:34] Artemis3 , after entering "gksudo / etc / default / grub" and after the password, nothing appears on the terminal [16:34] eb_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] d3admau5: nautilus>file>connect server>service type>window share [16:34] geekbri: great, thanks for the help, I'll try that :) [16:34] eb_dev: no problemo [16:34] Namib: no spaces after "/" and before "/" [16:35] Namib: gksudo gedit /etc/default/grub OR gksudo nano /etc/default/grub [16:35] Namib: so "gksu /etc/default/grub" [16:35] hello all [16:35] or sudo nano /etc/default/grub [16:35] d3admau5: nautilus is the gui you play like file manager [16:35] yes, i know, there are no spaces in the terminal ;) [16:36] Namib, if its terminal only then its sudo nano /etc/default/grub <---- first space IS needed after sudo and another after nano [16:37] Artemis3: GirlyGirl: or you can try the gui grub-customiser in ppa [16:37] darbe [16:37] ok now i'm in! [16:37] Namib, sudo(space)nano(space)/etc/default/grub [16:37] Namib, only change the line GRUB_TIMEOUT=10 to GRUB_TIMEOUT=-1 [16:37] Artemis3: GirlyGirl https://launchpad.net/~danielrichter2007/+archive/grub-customizer [16:38] sacarlson: my network sharing won't work without configuring the smb.conf, but when i install samba smb.conf isn't there anymore [16:38] GirlyGirl: do you have idea? [16:38] Namib: 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] audio configured for per-user sessions saned disabled; edit /etc/default/saned on boot, help please help [16:38] Why not make a new samba.conf manually? [16:38] Namib, after that save file and close editor, run command: sudo update-grub [16:38] darbe: No sorry highlighted your nick by mistake ... but someone had this problem and solved by installing something [16:39] what is syntax to close all open apps unforcefully? [16:39] GirlyGirl: installing what? [16:39] sacarlson: 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 correctly [16:39] d3admau5: I don't recall installing anything until nautilus asked me too [16:39] realus: pkill apt-name [16:39] ok i've changed GRUB_TIMEOUT =10 to GRUB_TIMEOUT=-1 [16:39] darbe: not sure ... try "apt-get install --reinstall gsettings-desktop-schemas" [16:40] d3admau5: there are so many ways to config samba I just use the easy ways [16:40] realus: 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] usr13, thx for reply [16:40] sacarlson: https://help.ubuntu.com/11.04/serverguide/C/samba-fileserver.html [16:40] 64-bit PC (AMD64) desktop CD iso its just for amd? o can i use it if i have intel? [16:40] usr13, mean more like, close everything open so I can restart [16:40] GirlyGirl: thanks I am trying [16:40] cperales, yes, for 64bit intel [16:41] apt-name would be one by one [16:41] darbe: But why use nautilus on Kubuntu? [16:41] Namib, save file, run command: sudo update-grub [16:41] sacarlson: my machines will not connect to the network without following those steps. problem is installation\ [16:41] know what i mean ? [16:41] or is there a restart that does it for you ? [16:41] Helo 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:42] d3admau5: nautilus would have told you what to install, but like I said there 100 ways to do it [16:42] Caifas: NEtwork isnt up yet [16:42] compdoc, thx [16:42] ? [16:43] GirlyGirl: it is not anout nautilus. I need to open sound settings, but I get similar error. Likewise, gedit, seahorse and so on [16:43] realus: 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] Artemis3,after saying save, it asks me " doc format, mac format, backup file, etc" which i've to choose? [16:43] schnuffle: well, i was trying just a momento ago to put the line on crontab but it seen to still not connect :/ === darbe is now known as darbe_ [16:44] Namib, is there txt format? === darbe_ is now known as darbe [16:44] where can I find the information about 5 toolkits used in Ubuntu 11.10 [16:44] Namib, file name must be: grub [16:44] Artemis3: Which editor is Namib using? [16:45] darbe: try "sudo apt-get --reinstall install libgdk-pixbuf2.0-0" [16:45] usr13, should be gedit... [16:45] no, there isn't .txt [16:45] Artemis3: I recomment nano or vi [16:45] how can i post a screen shot? [16:45] !paste [16:45] 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:45] hello [16:46] sure [16:46] GirlyGirl: [16:46] darbe@darbe-Satellite-P755:~$ sudo apt-get --reinstall install libgdk-pixbuf2.0-0 [16:46] Reading package lists... Done [16:46] Building dependency tree [16:46] I'm italian [16:46] darbe: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [16:46] Reading state information... Done [16:46] 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. [16:46] !it [16:46] 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) [16:46] bitch [16:46] saurabh: 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] !pastebin | darbe [16:46] darbe: 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:47] sacarlson, I mean 5 major toolkits used for application development. [16:48] Namib, you can also try using nano instead of gedit [16:48] saurabh: that gets it down to t 2,940,000 results [16:48] Artemis3, http://imagebin.org/207601 [16:48] from there, what i've to do? [16:49] Namib, hit enter [16:49] :) [16:49] Namib, ctrl g [16:49] saurabh: you might want to narrow your focus on what language you want to program in [16:50] Hi 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] Namib, use ctrl x to quit [16:50] sacarlson, 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:51] This might help in creating faster apps. I want to rewrite some parts in native language. [16:51] saurabh: so gtk+ like gui stuf I like glade === vijeshm_ is now known as vijeshm [16:52] saurabh: also cool glade supports python [16:52] i'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] Namib, ok then quit anyway dont save file [16:52] ok [16:52] Namib, then try again this command: sudo nano /etc/default/grub [16:52] Namib, you must enter your password [16:53] ehsansn: Are these both desktops? Is it a ps/2 mouse and keyboard or a special wireless bluetooth or something [16:53] no its usual === miguel is now known as Guest82332 [16:53] actually they are common mouse and keyboard [16:54] sacarlson, awesome. Python it is! === Guest82332 is now known as Miguelon79 [16:54] the keyboard works in tty [16:54] i'm in "sudo nano /etc/default/grub" [16:54] then? [16:54] Namib: 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] ?!?!?! [16:54] saurabh: ya python is cool I've done some but I prefer ruby [16:54] Namib, edit line again, then ctrl x [16:54] Namib: Typo: Ctrl-x not trl-x [16:54] Namib, it will ask you if you want to save file [16:54] saurabh: and glade supports ruby also [16:55] ehsansn: Try creating a new user and see if it works there [16:55] it doesnt [16:56] sacarlson, how do I learn about python bindings for gnome-shell like stuff? Or I stick with js for that? === mike_ is now known as Guest19445 [16:56] yes it asks me it.. [16:56] because in doesnt work in the guest either [16:56] i hit "s" for yes [16:56] Namib, save file [16:56] Namib: y [16:56] Namib, do it [16:56] I'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] Namib: (y for yes) [16:56] saurabh: I don't know i you need any binding to gnome shell, your app is only inside your windwo [16:57] window [16:57] usr13, its s in italian ;) [16:57] Artemis3: Oh, sorry.... [16:57] Didn't realize..... [16:57] could 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 installed [16:58] pyGTk that's it? May be I can research about shell notifications later. [16:58] but i'm in the precedent situation it asks me the name of the file in which save [16:58] Metaphysicist: I think we have that it's call uuid [16:58] Namib, hit enter? [16:58] ok [16:58] done [16:58] I want to launch two instances of the program kile, but that doesn't seem to work. is there any way around this [16:58] Namib, now this command: sudo update-grub [16:58] Thank you! [16:58] sacarlson: But wont the UUID change if I put a different drive in? [16:59] d3admau5: 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] wait a second [16:59] Metaphysicist: uuid is like the finger print of that disk not mater what position it's located [16:59] usr13: i see the error of my ways now. [16:59] bad ways [16:59] usr13: can you provide any help? [17:00] d3admau5: Well, not really a samba expert but I'll do what I can. [17:00] sacarlson, more like partition rather than disk... [17:00] Artemis,http://paste.ubuntu.com/925142/ [17:00] is there way way to launch two instances of a program that doesn't seem to what you to do this? [17:00] Well 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] usr13: i was following this guide https://help.ubuntu.com/11.04/serverguide/C/samba-fileserver.html [17:00] Metaphysicist: 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 it [17:01] Namib, that should do, try reboot. Grub menu will show until you choose [17:01] d3admau5: Did you edit the /etc/samba/smb.conf file yet? [17:01] usr13: and now it doesn't install a samba file in etc [17:01] d3admau5: Oh, reading ... [17:01] Metaphysicist: is your idea different? === a is now known as Guest5189 [17:02] ok i'll try and then i'll let you know! [17:02] ctrl+d dont work in ssmtp ?? [17:02] Thank you! [17:02] Namib, sure no problem [17:02] d3admau5: The instructions look pretty straight forward. Where are you running into problems? [17:02] usr13: http://pastebin.com/MQpffv41 this is what happens when i sudo apt-get === Guest67396 is now known as mfisch [17:02] Artemis3: oh like uuid for a partition? === mfisch is now known as Guest76264 [17:03] usr13: i just entered something wrong in the terminal and didn't know how to fix it, so being used to windows i unistalled [17:03] d3admau5: Yep. Well, looks like it's up and running. [17:03] Maybe 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-orderi [17:03] sacarlson, yes the uuid is generated with the partition, repartition and uuid changes... [17:03] usr13: now i can't reinstall [17:04] sacarlson, i think just reformat the same partition, and the uuid changes [17:04] usr13: no samba folder in /etc though. so no /etc/samba/smb.conf to configure [17:04] I want Slot X to be MountPoint X every time. [17:04] Metaphysicist: and why can't uuid do that? [17:04] hi people [17:05] Because 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] i have an ssh server how to set up quotas on ram used and disk space utilisation ? [17:05] Wont the UUID change? [17:05] *disk space use [17:05] Metaphysicist, yes it will change unless its a dd (clonezilla) or simmilar [17:05] I don't care about the hard drive itself, just where its located. The actual slot. [17:06] Metaphysicist: well you can set the uuid if the contents of the drive has the same as the one you replaced [17:06] Metaphysicist: the idea of uuid is so the slot make no difference [17:06] Metaphysicist, use device id, they don't change very often, unless machine configuration changes [17:07] Metaphysicist, there is also label id... [17:07] Metaphysicist, if you care to always label your partition the same... [17:07] usr13: any ideas? [17:07] d3admau5: ls /etc/samba/smb.conf #What does that return? [17:08] usr13: a blank page [17:08] Artemis3: yes there is label id also but grub and linux use uuid at boot to auto select no mater what location [17:08] d3admau5: cat /etc/samba/smb.conf #What does that return? [17:09] Metaphysicist: you can reverse uuid it will tell you what slot it's in [17:09] usr13: both returned "no such file or dirrectory" [17:09] has 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 card [17:09] Metaphysicist, command: blkid [17:10] d3admau5: ps aux |grep smbd #What does that say? [17:10] Metaphysicist: if you made clear the difference of uuid and your idea it would make it clear [17:11] d3admau5: ps 3425 #What does that say? [17:11] \list [17:11] ciao a tutti [17:12] hi [17:12] usr13:http://pastebin.com/tbRJnHvA [17:12] !it | DD3my [17:12] DD3my: 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:13] I was working on a file in openoffice that was on my windows partition, which got unmounted before the file was saved [17:13] openoffice provided some info that it coudnt be saved, but id did save the file somewhere - i jst dont know where [17:13] help please. [17:14] where could that file have been saved? [17:14] do 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 has [17:14] *10.10 [17:14] 10.04 works, I meant 10.10 [17:14] !pangolin | alexstrand7 [17:14] alexstrand7: 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+1 [17:15] d3admau5: Sorry, duty calls. (On the phone...) [17:15] wiherek: unmounted? if a users space is umounted I don't know any other place it can go [17:15] alexstrand7, you should try the desktop image (live) boot from the cd to see [17:15] ok, i'm downloading it now [17:15] someone pick him up: d3admau5 He can't get smbd to run [17:15] usr13: ok ill be here [17:15] alexstrand7, but maybe wait until release, because there could be bugs [17:15] sacarlson: user space wasnt unmounted, just the partition with the file [17:15] thx usr13: [17:15] wiherek: oh so that wasn't your /home/user? [17:16] I are not going to replace my ubuntu version, just try it out beside [17:16] alexstrand7, yes but remember to try again after release, current beta is not ready [17:17] wiherek: so do a search for the file name in /home/yourusername directory like find . -name "filename" [17:17] argh [17:17] yes, but isn't there an upgrade method I can use for upgrading from beta to final? [17:17] Artemi3, 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] wish i could get my usb video card working [17:17] i wanting to get a double head setup going [17:17] alexstrand7, if it works, yes, simply upgrade packages when they are available. [17:17] Any ideas about how to resolve it? [17:17] ok, but how do I search for hidden files? [17:18] wiherek: I like to use a terminal: sudo locate "filename" === husimon___ is now known as nate_h [17:18] alexstrand7, you might want to join #ubuntu+1 [17:22] how 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 btw === irdxafk is now known as irdx [17:22] wiherek: locate is a good tip, but before do a sudo updatedb (depending on hd-size can take some minutes to finish) [17:22] could 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 /etc [17:23] i forgot about locate [17:23] thanks [17:24] sambagirl: that's for searching files, to your question, most apps are found in /usr/bin or /usr/sbin [17:24] yes thanks [17:24] Artemis3 still here? [17:24] Hello 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 optimus [17:25] is there a way to disable nvidia and use Intel [17:25] but now when i attempt to move something to that dreictory it wont allow it. i suppose it has permissions issues? [17:25] Namib, yes [17:25] so it's owned by root [17:25] ardian: you can blacklist the nvidia module or uninstall the driver completely. [17:25] i cant recall the command for graphic gnome [17:25] ardian: possibly bios let you choose, else can still use xorg.conf [17:25] i meant for root usage [17:25] ok, have you read the message? [17:26] Yaaaaaa, I did that even I uninstall it [17:26] gk somethinh? [17:26] sambagirl: sudo nautilus ? [17:26] thats it thanks [17:26] Namib, i see [17:26] ardian: well have you tried disabling in bios like DasEi said [17:26] sambagirl: gksudo, better [17:26] Namib, we can try something then [17:26] Yaaaaaa, no I haven't because there [17:26] was not something like that [17:26] !gksudo | sambagirl [17:27] sambagirl: 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] I have Freebios [17:27] Namib, edit the file again: sudo nano /etc/default/grub [17:27] ardian: no option on whether to use pci/express/agp graphics or use built in video device... ? usually this is a standard feature. [17:27] could somebody give me a hand with reinstalling samba [17:27] ok, what i've to change? [17:28] yep that worked thanks! [17:28] nice [17:28] sambagirl: you have the perfect name for my needs :D [17:28] I just installed xubuntu 11.10 and I get a blank screen with no signal when grub starts and until the desktop appears [17:28] Yaaaaaa, my GPU fan goes crazy and I think it's because of Optimus [17:28] Namib, go to line #GRUB_GFXMODE=640x480 and remove # [17:28] d3admau5, use --purge to delete all configfiles & reinstall [17:28] so does it short my battery life I need to find a solution [17:29] I need to boot into recovery mode to set passwords for my user and root [17:29] OerHeks: did that. now when i reinstall it doesn't install all files.doesn't even make a dir in /etc [17:29] twoten: you want to see the flying lines of dmesg? [17:29] done, then? [17:29] yes, dmesg please, I love it [17:29] Namib, then save file, again run command: sudo update-grub [17:30] I need to boot up into recovery console to set some passwords [17:30] twoten: (put nick in replies, please) : open a terminal .. [17:30] done [17:30] Namib, reboot and see [17:30] ok [17:30] DasEi: yes === Vampire0_ is now known as Vampire0 [17:31] Hi i want one application to use on ppp0 while another to use wlan0 ,is there any way to do that? [17:31] twoten: well, first let's change your grub, then I lead you to recovery-init [17:31] DasEi: yes [17:31] twoten: gksudo gedit /etc/default/grub [17:32] twoten: in the top there is line ending ="SPLASH", delete the word so just ""remains, saven close gedit [17:33] could 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 /etc [17:33] DasEi: this won't work since I don't know my user's password [17:33] save and close* [17:34] twoten : I see, to get to init 1 gort to reboot, once grub startet, press left ctrl to get into the grub menu, choose second entry [17:34] got to* === yashshah is now known as yashshah_ === yashshah_ is now known as yashshah [17:35] DasEi: I've been trying shift to make grub menu appear but it won't work, I'll try left control [17:35] might be challenging if he can't see the grub menu [17:35] :) [17:35] see you [17:35] hope so [17:35] 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 server [17:36] grub now tries to detect resolution, and when it fails... people are left in the blank [17:36] how do I alias xvfb to just do nothing, or possible just execute its argument [17:36] how could I get dhcp to assign me a new ip address after I did ifdown? [17:36] qubit[0|1]: you want an alias in /etc/bash.bashrc [17:36] sometimes it assigns me new one, sometimes the same one [17:36] is there any way to force a new one every time? [17:36] Hallo [17:36] bob_____: sudo dhclient === zaba_ is now known as Guest85760 [17:38] qubit[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 expression [17:41] sudo dhclient doesnt do anything? [17:42] after 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 prefs [17:42] I need my screen to stay on all the time, help would be appreciated [17:43] apparently SOMEHOW all the stuff related to power is tied in to notify-osd [17:43] when I do sudo ifup eth0 I get the "bound to 90.74.112.110 -- renewal in 1330 seconds" [17:43] any way to force it to assign me a new ip besides that one? [17:44] bob_____: no requests ? try sudo service networking restart then [17:44] bob_, youre connected directly to the internet? [17:45] DasEi: doing that releases it, it doesnt start it back up tho [17:45] I 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 dmesg [17:45] i have to do ifup eth0 manually [17:45] Hi all [17:45] and when I do that I get that IP assigned [17:46] bob_____: what a device is your comp connected to ? [17:46] can you set up a diskless server and have the dhcp server be different than the hosting file server? [17:47] 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 it [17:47] teligard2: yes [17:47] I have my network connected to a gigabit switch and my dhcp server is on a free standing pc [17:47] bob_____: maybe it's ppoe then, what does sudo ppoeconfig do ? [17:47] how can I spoof the mac address on ubuntu then [17:48] DasEi: doesnt exist [17:48] Could someone point me in a good direction to set up diskless booting of ubuntu (11.10)? This is a maiden voyage for me [17:49] how can I spoof the mac address on ubuntu then [17:49] bob_____: maybe it's ppoe then, what does sudo pppoeconf do ? (wrong command above) [17:49] i've done locate ppoe [17:49] there are no files [17:50] with that name [17:50] erm. how do I figure out what package contains a library or file I am hunting down? [17:50] bob_____: man pppoeconf ? [17:50] DasEi: no manual entry [17:50] bob___: http://www.ubuntugeek.com/change-your-network-card-mac-address-on-ubuntu.html [17:50] jtrucks: if it is installed, dpkg -S file; if not, you can install apt-file, apt-file update then apt-file search file; [17:51] apt-file... okay thanks tons :) [17:54] teligard2: http://tinyurl.com/5c24rr === xezekal is now known as SolarAquarion [17:57] how to use command line mail client to check mail [17:57] type mail, I think [17:57] DasEi: 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:58] how i can now what my video card on dell inspirion 1520 is working..? [17:58] compdoc, program not installed [17:58] Or am I misunderstanding (just slap me if I'm misunderstanding, and hopefully explain the errors of my ways) [17:58] prashant_123456, I think you have to install mail-utils [17:58] compdoc, ok i see [17:59] compdoc, could not locate [18:00] Nutily: Check the model with "lspci -v" [18:00] prashant_123456, hmm, try mailutils [18:01] compdoc, dont want to install mail server [18:01] compdoc, just want to check mail from terminal [18:02] compdoc, can send mail using ssmtp [18:02] teligard2: I'm not sure if I understand you right, if you alter the settings, it'll be permanent on the bootserver [18:02] GNU 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] dont think its a server [18:03] ok [18:03] compdoc, i checked it out on web it says it include pop 3 server etc [18:04] GirlyGirl, seems like it is there how can i test it... [18:04] hi [18:05] DasEi: What I'm trying to do is set up a diskless boot server for xbmc eden (xbmcbuntu) [18:05] !postfix | prashant_123456: [18:05] prashant_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 !MailServer [18:06] I 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] I need to boot the xbmc clients while still allowing the router/dhcp server that's in place, to do it's job. [18:07] my 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] how i can test if my video card is installed? [18:07] I've never set up a diskless server in linux [18:08] teligard2: so you first set up ubuntu with pxe boot, then point it to your dhcp server, then install xbmc [18:09] Nutily: Does 3d acceleration work? [18:09] Nutily: If unity 3d works it is probably working [18:09] :o [18:10] me unbanned? [18:10] okay [18:10] HelenB: seems so [18:10] !wifi [18:10] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [18:10] Nutily: What is the graphic card you have? If its Intel it is possibly working [18:10] teligard2: http://tinyurl.com/bsu5emc [18:10] when I plug in my phone [18:11] it says the following [18:11] Unable to mount Helens phone [18:11] Unhandled Lockdown error (-15) [18:11] also... [18:11] Rhythmbox isn't detecting it. :( [18:11] but I want to put music on my iPhone. [18:11] HelenB: ease up on the enter key [18:12] ActionParsnip, No because I find it hard to think whilst I'm typing. [18:12] so I'm a bit slow. [18:12] !enter | HelenB [18:12] HelenB: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [18:12] :( [18:12] bye [18:12] my 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] HelenB: then don't type. Think, then type more [18:13] !ot | angs [18:13] angs: #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] hey i can't get my network to connect even through a eternet cord to the modem [18:13] HelenB: He's not asking you to go, just trying to help you get the help you want. [18:13] Angablade: i'd ask in #ubuntu-offtopic [18:13] hello, 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 ip [18:14] what i have to do? [18:14] someone34242: you really don't want to try to host a dns server yourself [18:14] !ciao [18:14] JonLimitless: So you've connected your ethernet port to a modem via cat5 cable? And...? [18:14] someone34242: ask the people you bought the domain from to manage your dns [18:14] usr13, I'm slow which is why I don't keep my stuff on one line sometimes. [18:14] JonLimitless: can you ping 8.8.8.8 [18:15] HelenB: that sounds like bug 877440 see comment #11 for a workaround that works for me [18:15] Launchpad bug 877440 in upower (Ubuntu) "[iOS 5] Unhandled Lockdown error (-15)" [Undecided,Confirmed] https://launchpad.net/bugs/877440 [18:15] usr13, i am connect via cat5 cable to the modem, and the pc won't register its connected [18:15] :o [18:15] !iphone | HelenB [18:15] HelenB: 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 iPod [18:15] actionparsnip, connect network is unreachable [18:15] ikonia: ok, what i will have to send to registrar? [18:16] someone34242: the ip address of the dns servers you want to use [18:16] JonLimitless: sudo dhclient eth0 [18:16] cannot find device eth0 [18:16] JonLimitless: ifconfig [18:16] HelenB: have you tried banshee? When you last unplugged it did you safe remove the device or did you just pull it out? [18:17] everything came up negative [18:17] ActionParsnip, Banshee is buggy. [18:17] JonLimitless: (does the command ifconfig tell you anything about eth0 or eth1 or...? [18:17] so no I haven't. [18:17] !adsl | JonLimitless this is all I know [18:17] JonLimitless this is all I know: Setting up an ADSL/PPPoE connection? Look at https://help.ubuntu.com/community/ADSLPPPoE [18:17] ikonia: this ip will be from dns where i buy domain? [18:17] no usr13 it says nothing only talks about the loopback [18:18] HelenB:and my second question.... [18:18] GirlyGirl, what i shold look for? [18:18] usr13, I tried that solution ages ago. [18:19] but there are missing packages [18:19] ikonia: this ip will be from dns where i buy domain? [18:19] someone34242: no, it is the TWO dns servers you want to host your domains dns data [18:19] packages that I can't download. [18:19] 404 errors [18:19] I'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] HelenB: you didn't answer both questions [18:19] HelenB: what ubuntu version do you use¿ do you use third party repositories¿ [18:19] okay actionparsnip, my cd rom isn't recognized so i won't be able to use it for this install type [18:20] It just keeps ringing to voicemail [18:20] can someone help me with wifi card and video card for dell inspirion 1520 [18:20] ikonia: what i must do on my server to get all this things working? [18:20] I removed some files on git but on commit they are showing still on main website [18:20] anyone have any ideas [18:20] HelenB: just as a try, could try to remove modemmanager, that sometimes interferes with usb === root is now known as Guest19619 [18:21] Is it possible to actually get Ubuntu on your Android at the moment? [18:21] Nutily: run: sudo lshw -C network what is the product line for the wifi? Also what is the output of: lsb_release -sc [18:21] I said earlier that it's 11.10 [18:21] FerkSwe: slightly off-topic, but yes supposedly it is possible [18:22] Is there a more proper channel to talk about it in? [18:22] !rootirc | Guest19619 [18:22] Guest19619: 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] FerkSwe: http://www.ubuntu.com/devices/android [18:22] a simple google search would have answered for you [18:23] how could i add an icon to the favorites sidebar on Unity from the command-line? [18:23] HelenB: do you use the safe remove feature of your OS or do you just unplug it? [18:23] Okay 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 system [18:23] ActionParsnip, product: BCM4311 802.11a/b/g product: BCM4311 802.11a/b/g [18:23] is there some file where those are kept? what does dconf-editor use? [18:23] I 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] ActionParsnip, I thought I had to just unplug it in Ubuntu. :o [18:23] !broadcom | Nutily [18:23] Nutily: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [18:24] someone34242: ask your hosting provider to manage DNS and give you the information [18:24] but the problem occurs everytime I reboo [18:24] t [18:24] then relog into ubuntu [18:24] the message comes up. [18:24] ActionParsnip, lsb_release -sc shows -> oneiric [18:24] ikonia: thanks! [18:24] bye [18:24] I don't safely remove because I can't mount it so there's no need to safely remove. [18:25] HelenB: no you MUST safe remove any hardware in any OS. Why do you think its in the OS? [18:25] HelenB: bottom line is apple devices are just not well supported in Linux [18:25] I can't put Windows on this hardware. [18:25] so [18:25] I've no choice but to use Ubuntu. [18:26] just help me fix it. [18:26] HelenB: safe remove flushes the buffers and tells the OS that the hardware is gone [18:26] oh [18:26] HelenB: the bottom line is apple devices are just not well supported on Linux [18:26] HelenB: if you want your apple devices to work as well as they do on Windows/Mac - contact apple and lodge a complaint [18:26] ActionParsnip, So how do I safely remove? :o [18:26] I'm running Ubuntu on my mac. It's working perfect [18:27] HelenB: you are abusing your hardware. It causes issues. Please use in future [18:27] FerkSwe: no-one said it didn't [18:27] ActionParsnip, and how about 8400 video card? [18:27] Wasn't really following the conversation, I just saw the part about apple and ubuntu. [18:27] HelenB: did you try the workaround in the comment in the bug I posted above? (device pair/unpair). Also seems to be fixed in 12.04 [18:27] ActionParsnip, but idk how to safely remove. lol [18:27] HelenB: it will show in unity panel. Right click -> safe remove [18:27] I don't use Unity. [18:28] hello [18:28] hi, 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] because it uses stupid amounts of resources. [18:28] I have problem of bootup [18:28] HelenB: in windows its in the system tray near the clock [18:29] HelenB: or you can do it in nautilus. Unity2D is very light [18:29] ActionParsnip, I'm usng Ubuntu? lol [18:29] from power on to grub 10sec, and from grub to os, 100secs, what can I do? [18:29] ActionParsnip, I do NOT have Unity! [18:29] I use gnome 2 [18:29] HelenB: its just to educate. === eugen is now known as Guest34341 === supernovae_ is now known as supernovae [18:30] HelenB: gnome 2 has been dropped from ubuntu at 11.10 so where did you get gnome 2 ? [18:30] HelenB. Again, you can do it in nautilus, 2nd time [18:30] AcidRain2012, apt-get install gnome [18:30] The linux mint guy is forking gnome 2 in his project called cinnamon looks to be great [18:30] HelenB: I don't think so, [18:30] !info gnome [18:30] gnome (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 kB [18:30] I DID [18:30] I did! [18:30] I did apt-get install gnome [18:30] HelenB: gnome is gnome3 [18:31] Helenb: you may need a windows pc to mount, then safely unmount the storage [18:31] So guys right now who has the better drivers Nvidia or AMD [18:31] I_: depends on your card and your end goal [18:31] ikonia: in 11.10, gnome is still gnome2 [18:31] brad[]: is it really ? [18:31] ikonia, It's gnome 2 [18:31] yeah [18:31] I can take a screenshot [18:31] I just want to play HD video [18:31] brad[]: no, it is not [18:31] ikonia: crap, no I'm wrong - 11.04 is what I'm thinking of [18:31] brad[]: what repo is it in ? [18:31] I_. I'd say nvidia, neither are outright better [18:31] how i can see if i have corectly installed video card..? === ann is now known as oldos2er [18:31] How would I run a command in the background? Like fork it off, I don't care about any console output [18:31] ok thanks so much [18:32] !info gnome 11.10 [18:32] '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, unstable [18:32] && is to run after something right. And what is to just run in the background? [18:32] !info gnome oneiric [18:32] gnome (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 kB [18:32] Layke2, > /dev/null & [18:32] http://cinnamon.linuxmint.com/ here is a project to fork gnome2 [18:32] Thanks. [18:32] I_: we know [18:33] or use xubuntu if you hate gnome 3 and ubiquity, xfce isn't too bad [18:33] I_, Wait... [18:33] Layke2, just a single '&' [18:33] I'm using a fork? :o [18:33] there is no spoon [18:33] I_, That was a serious question. [18:33] HelenB: no, it's not in ubuntu [18:33] gimme straight answer please. [18:33] ikonia, Oh. [18:34] HelenB: hence why he said "in mint" [18:34] Thanks. :) It still actually outputts everything in the window I ran it from though odly. [18:34] sudo java -jar start.jar > /dev/null & [18:34] ikonia, gnome 2 on 11.10 [18:34] Layke2: http://tinyurl.com/y93ksz5 [18:34] http://img820.imageshack.us/img820/1441/hmmidkscreeny.png [18:34] I can't stand ubiquity or gnome 3 either one to be honest, I am glad gnome 2 has been forked [18:35] Layke2, > /dev/null 2>&1 & [18:35] I_: looked at other wm's already ? I like lubuntu [18:35] HelenB: I know the packages exist, however they are not part of the ubuntu desktop any more [18:35] HelenB: I actually thought they had been totally removed from the official repos on 11.10 onwards [18:36] Can you explain that to me? It writes the output to /dev/null right? Then what's the 2>&1 & bit do? [18:36] Layke2, 2>&1 says take stderr and redirect it like stdout 2stderr 1 stdout [18:36] HelenB: that is gnome 3 fallback mode, not gnome 2 [18:36] I haven't messed much with it, I use xfce right now till cinnamon becomes default in linux mint [18:36] trism, Huh? [18:36] I don't like gnome 3 [18:36] HelenB: it is the gnome panel ported to gnome 3 [18:36] it hogs like unity [18:36] HelenB: then don't use it [18:36] HelenB: well gtk3 that is [18:36] I_: ok, mind [18:36] it's the shell that hogs [18:36] !mint [18:36] Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [18:36] I can't seem to overwrite any files on the server I'm sshfs'd to [18:36] the panels don't [18:36] HelenB: you are using gnome3... [18:37] xangua, But I like the panel system. [18:37] Greta all working easier thanks. I had to keep having temrinal windows lying around. It was annoying :) [18:37] so I'll continue to use the panel system. [18:37] oops meant to ask in linux [18:37] Hi [18:37] helen from 12.04 onwards there will be no gnome2 style components [18:37] Layke2: screen might be of interest [18:37] not true, we have gnome 3 fallback in 12.04 as well [18:37] !screen [18:37] screen 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/Screen [18:37] HelenB: the sooner you accept this and find a long term replacement the easier you will find it [18:37] hello [18:38] Is it the good place to talk about the package ifenslave-2.6 in Ubuntu Precise ? [18:38] HelenB: If you want efficiency, try xfce (apt-get install xubuntu-desktop) [just a suggestion/option] [18:38] then until 12 is out [18:38] I typed screen also, it was outputting all the content back in the main window still [18:38] I wont be changing from gnome 3 panels [18:38] hello [18:38] I guess I could just close it and open a new one though [18:38] HelenB: Might I suggest giving a Kubuntu and Xubuntu livecd a try [18:38] I 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] aimka: #ubuntu+1 rather [18:38] GirlyGirl, Nope. [18:38] ok, thx ;) [18:39] i'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] HelenB: What do you mean, Nope? Why not? [18:39] because regardless of what WM/DE I've got on my system. [18:39] I should still get supported [18:39] it's fine, she can use what she wants, [18:40] HelenB: you are supported [18:40] there is always console [18:40] if gnome 3 can't safely remove a device. [18:40] people 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 fine [18:40] HelenB: gnome3 can safley remove devices without issue [18:40] ikonia: recordmydesktop - Captures audio-video data of a Linux desktop session [18:40] usr13: pardon ? [18:40] If i can't get gnome panels in ubuntu 12 [18:40] HelenB: as you were told you should have right clic and select to safetly remove [18:41] then I'll simply switch to something like fluxbox [18:41] wrong nic? [18:41] HelenB: great, so that's your desktop migration sorted for the future [18:41] so 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] iksik: recordmydesktop - Captures audio-video data of a Linux desktop session [18:41] !xnee|iksik: [18:41] iksik: gtk-recordmydesktop - Graphical frontend for recordmydesktop screencast tool [18:41] hii [18:41] DasEi: gnee seems to ba something similiar [18:41] be* [18:41] is anyone having issues with bluetooth audio ? Right now I can't receive audio but I can send [18:41] wait a minute... [18:41] all right clicking a device does is unmounts it === nicole is now known as Guest70951 [18:42] usr13: i need a macro recorder, not a video recorder :P [18:42] hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii [18:42] but my iphone has never been mounted. [18:42] !cdrom [18:42] HelenB: it has [18:42] HelenB: 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 supported [18:42] HelenB: it mounts it when you plug it in [18:42] ikonia: Oh, sorry... [18:42] ikonia, no it hasn't [18:42] im new in this [18:42] ! cdrom [18:42] iksik: Oh, sorry... [18:42] I right click on it [18:42] HelenB: I'm pretty sure it has, it auto mounts it when you plug it in [18:42] and it says [18:42] Unable to mount Helens phone [18:42] so it hasn't been mounted. [18:42] HelenB: do you use latest iOS ¿ [18:42] HelenB: there you go then, so that's why you can't unmount it [18:43] HelenB: it can't mount it as I said apple device has poor support in linux [18:43] xangua, iOS 5.1 [18:43] oneiric doesn¿t supports iOS 5 HelenB [18:43] oh [18:43] anyone know a link to the cd rom tutorial? [18:43] HelenB: one last time, this is a bug: https://bugs.launchpad.net/ubuntu/+source/libplist/+bug/877440 it is fixed in precise but not oneiric [18:43] Launchpad bug 877440 in upower (Ubuntu) "[iOS 5] Unhandled Lockdown error (-15)" [Undecided,Confirmed] [18:43] is there support in 12? [18:43] ! disk drive [18:43] iksik: right , the gui type, same engine [18:43] HelenB: I wouldn't count on any apple support in any distro [18:43] !diskdrive [18:44] HelenB: it might, but as always apple is gonna upgrade iOS and break support [18:44] HelenB: any apple device that works is a bonus as apple can stop it working at any time with any ios update [18:44] HelenB: Yes ios 5.1 will work in precise ... works for me in any case [18:44] JonLimitless: want to manually mount a cd ? [18:44] My unity sidebar doesn't retreat. Dunno why. Is there a setting for that? [18:44] Hi. 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] how i can now that my video card is installed corectly..? [18:44] Apple are stupid. [18:44] and so are all the other companies for not supporting Linux [18:44] HelenB: I'd drop the desire for your apple device to work in linux it will not be an easy road [18:44] HelenB: they are not stupid [18:44] HelenB: 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 [18:44] HelenB: there is also a workaround listed in that bug by installing libimobiledevice-utils and using idevicepair unpair && idevicepair pair; [18:44] no 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] zacktu: install ccsm and click on the Unity plugin [18:44] HelenB: But I won't rely on it working forever [18:45] trism, Like I said ealier [18:45] I tried installing those packages [18:45] ubuntu__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] but some of them gave me 404 errors [18:45] HelenB: well, now you know and understand the situation [18:45] JonLimitless: cdrom or hd ? [18:45] Hello Ubuntu I am having a problem with Ubuntu 11.10 unable to start Chromium browser [18:45] cd rom, dasei [18:45] Heres the pastebin of what it says in terminal [18:45] http://pastebin.com/ZvngX2df === eugen_ is now known as Guest19507 [18:45] how now that my video card driver is installed corectly? [18:46] JonLimitless: insert a cd, open a terminal : [18:46] ok, what now dasei [18:46] HelenB: there is only one package, libimobiledevice-utils, it is in universe [18:46] JonLimitless: sudo mkdir /media/cd && sudo mount /dev/cdrom0 /media/cd [18:46] alusion: "killall chromium-browser" and try again [18:46] alusion: seen this?: http://n00bsys0p.wordpress.com/2011/05/26/google-chrome-failed-to-create-a-processsingleton-for-your-profile-directory-fix/ [18:46] trism, but I need idevicepair and unpair [18:47] HelenB: those are in libimobiledevice-utils [18:47] HelenB: those are the commands you run in a terminal after installing [18:47] oh :o [18:47] That is unfortunate. Not even Dungeon Crawl Stone Soup works correctly, and I suspect lack of video card drivers are to blame. [18:47] no process found for browser [18:47] dev/cdrom0 doesn't exist dasei [18:47] AHH my partition has been full [18:48] JonLimitless: /dev/cdrom0 ? [18:48] trism, I ran the commands but still unable to mount the device. [18:48] what does this do? [18:48] yes, my error was"mount: special device /dev/cdrom0 does not exist" [18:48] idk if I've even done it right. [18:48] i think it needs the firmware, dasei [18:49] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318078 [18:49] Debian bug 318078 in sshfs "mv fails to overwrite existing files" [Important,Fixed] [18:49] ^is there a way to make this work for SVN? [18:49] HelenB: 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] svn `mv`s files internally so I can't throw a switch on it [18:49] trism, wait... [18:49] HelenB: otherwise you may need to wait for the fixed version in 12.04 when it comes out later this month [18:49] I have to pair [18:49] then unpair? [18:50] because I did unpair then pair [18:50] HelenB: unpair then pair, sorry [18:50] JonLimitless: sudo apt-get install hwinfo pastebinit && sudo hwinfo | pastebinit [18:50] not working === Guest76264 is now known as mfisch [18:50] HelenB: yes you are right, I typed it in the wrong order [18:50] I accedentily deleted a show on my XBMC (running ubuntu 10.04) machine trough putty, how can I restore it? [18:50] ah nm it's on the sshfs setup that the switch goes [18:50] root can't access a user's encrypted home directory by changing the user's password can it? [18:50] jhutchins_wk, no, it can't. [18:50] need help with wifi card.. [18:51] unable to locate package hwinfo && pastebinit [18:51] That's sort of the point, isn't it? [18:51] trism, wont mount. [18:51] basics, Nutily: [18:51] !wireless [18:51] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [18:51] Are you using 11.10? [18:51] I really want it to work. [18:51] Are you using an iPhone 4S with iOS 5.1 ? [18:51] JonLimitless: give url from terminal here [18:51] HelenB: you can't depend on linux/apple working [18:51] i don't have wifi on the pc [18:51] HelenB: I was when I had the problem I am not now, some later comments suggest unplugging and replugging after the unpair/pair [18:52] i need to install the cdrom to get the firmware for the wifi to work [18:52] DasEi problem is sowhere but i cant find it, because after wifi driver i lost wifi card.. [18:52] ...what [18:52] HelenB: if you really wish you can try downgrade the iOS version [18:52] nope still not working. [18:52] !info hwinfo [18:52] hwinfo (source: hwinfo): Hardware identification system. In component universe, is optional. Version 16.0-2ubuntu1 (oneiric), package size 17 kB, installed size 116 kB [18:52] xangua, How? [18:52] :o [18:52] gjk [18:52] and which iOS version has nice support in Linux? [18:52] DasEi, alredy did this... https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [18:52] HelenB: none [18:53] JonLimitless: which distro are you running (lsb_release -a) [18:53] HelenB: 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 NeverEndingStorie [18:53] HelenB: plus everytime you try to sync your phone it will try to upgrade it [18:53] lubuntu 11.10 [18:53] !broadcom | Nutily [18:53] Nutily: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [18:53] ah [18:53] HelenB: again - the sooner you accept not depending on linux/apple compatability the sooner you can settle into your long term way of working [18:53] Ubunutu 11.10, dasei [18:53] !pm |JonLimitless [18:53] JonLimitless: 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:54] Sorry, desai [18:54] DasEi, after that i activete driver from aditional driver page.. [18:54] which version of mutt mail client i m using ?? [18:55] JonLimitless: so should have hwinfo n pastebinit, apt or sources borked ? [18:55] http://www.hastebin.com/raw/waqoyuxaji [18:55] I 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] ^is there not a better way than "kill"? [18:55] it should of worked except my wifi isn't connected [18:55] prashant_123456: apt-cache show mutt === wawawee is now known as waweee [18:56] hola peña¡¡¡ [18:56] !es [18:56] 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. [18:56] need free helper with video card and wifi [18:56] hi everybody [18:57] I accedentily deleted a show on my XBMC (running ubuntu 10.04) machine trough putty, how can I restore it? [18:57] Is 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] playman: gone [18:57] playman: Copy your backup. [18:57] JonLimitless: gksudo gedit /etc/apt/sources.list , universe enabled ? [18:57] playman no guarentee u can [18:58] playman: There is a utility called photorec that may be able to recover it if NOTHING has been written to the disk since. [18:58] well if you can recover files in windows you certainly should be able to do that in linux [18:58] playman: how did you delete, by rm ? [18:58] +1 for photorec [18:58] playman: how would you recover a file in windows that you'd deleted [18:58] photorec might work [18:59] that command doesn't work dasei, [18:59] ?? [18:59] DasEi: nope, just used delete in win7 [18:59] huh? [18:59] playman: files gone, sorry [18:59] playman try photorec [18:59] playman: if you went through putty and used rm, it's gone [18:59] ikonia: I would go to the recicle bin and restore it :) [18:59] MIGHT work, but dont hold your breath [19:00] playman: right, you used a tool that overrides the recyle bin [19:00] playman u deleted a file from a network not from the hd [19:00] playman: it's the equivilent of hitting "empty recycle bin" [19:00] hence no recycle bin [19:00] playman: ssh is like acting local on the remote box [19:00] DasEi: he did it from a network share i think [19:00] DasEi: no I didint delete the file with rm, just right clicked it in win7 and deleted it, using shared disk [19:01] playman: well look in the bin, but I'm not sure if that succeeds [19:02] JonLimitless: sudo apt-get update works ? [19:02] ikonia: 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:03] playman: you used rm, it's gone [19:03] says sorry try again [19:03] Hi all. Does anyone know howto get an old wired xbox360 controller working in ubuntu 11.10 [19:03] JonLimitless: exact message ? [19:03] yes [19:03] playman: 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] I've installed xboxdrv-stable [19:04] need free helper with video card and wifi [19:04] Nutily: just ask the question if someone can help they will [19:04] ikonia: by deleting the file in win7 enviroment, does that equal to rm? [19:04] JonLimitless: very strange system you got there [19:04] i'm getting some weird error messages in syslog, any ideas whats wrong here? http://pastebin.com/7F032CVM [19:04] ikonia noone want to help.. [19:04] mhmm, no wifi, or cdrom firmware installed after its up.. dasei [19:04] KM0201: yes I did, but in some stupidity I chose the wrong file to delete :/ [19:05] * DasEi phone, second [19:05] let me restart my pc, dasei [19:05] playman: 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 RM [19:05] ho can i check if i have installed video card driver and Ubuntu uses my video card..? [19:05] Nutily: what video card are you using ? [19:06] playman: naturally, since you have an up to date backup, this should be an easy thing to fix. [19:06] is this the right channel to ask about chrooting? [19:06] Nutily: 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 wireless [19:06] okay, i needed a restart. Desai it said failed to get update. probably because the wifi firmware needs to be installed [19:06] i 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] arthas6667: it's not supported here [19:06] arthas6667: sorry [19:06] KM0201: unfortunedly I dont have a backup for 4Tb [19:07] ouch. [19:07] >ikonia ne suggestions as to where i should look for suppot [19:07] playman: you live on the edge, sometimes you fall off.... what exactly did you lose? [19:07] arthas6667: their website? [19:08] >ikonia it says nothing about security issues staying with 10.10 which no longer received updates [19:08] arthas6667: sorry, contact the makers, it's not an ubuntu distro [19:08] kk thnx [19:09] hmm pff [19:09] my contact list is gone :'( [19:09] KM0201: 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 DVD [19:09] JonLimitless: oh, so why not wire it ? [19:09] i think my hard disk is about to be gone [19:10] playman: hmm, depending on the episode, you might be able tof ind a torrent [19:10] it 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 cdrom [19:11] JonLimitless: so you are speaking from a different machine ?? [19:11] yes dasei. [19:11] KM0201: true, but becouse if my "perfectionist" I want the pure DVD rip with my language subtitle, wich I've never found. [19:11] so im using empathy in this chat.. but my contact list is gone right now [19:11] play4: i see [19:12] JonLimitless: so first get the wired inet working [19:12] DasEi, thanks for the help [19:12] why is that happen? [19:12] 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] np, prashant_123456 [19:12] i need the cdrom to work first to get the wired and wireless internet firmware to work, dasei [19:13] can someone please take a look at my syslog? what should i do with my hd? http://pastebin.com/7F032CVM [19:13] 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] JonLimitless: what a box is it ? [19:13] matmats: u need to check disk utility [19:14] just a regular cd/dvd rom is install in my laptop, i need to figure where in the install files the firmware for it is, dasei [19:14] matmats: try a fsck on the unmounted drive, if that doesn't do, use badblocks [19:14] JonLimitless: which laptop, brand/model [19:14] hm ok, will do that [19:14] matmats: need more help on it ? [19:15] !info badblocks [19:15] Package badblocks does not exist in oneiric [19:15] alienware m17x r-1, dasei [19:15] sorin_: why would you want to do that? [19:15] to install and Xubuntu [19:16] ubuntu is the best ! [19:16] sorin_: i guess i still don't understand [19:16] What's the shortcut to go into the terminal if everything freezes? [19:16] to install and use ubuntu but home in Ubuntu [19:16] emu: try ctrl + alt + f2 [19:16] DasEi: ill search on badblocks a bit and come back then [19:17] need help installing drivers for dell inspiron 1520! [19:17] JonLimitless: http://tinyurl.com/2cffmhk [19:17] I want to install Xubuntu next ubuntu, but I use the drive home from ubunt [19:17] usb should work to echange data , JonLimitless [19:18] err i tried badblocks /dev/sdb, now i'm waiting [19:18] emu: Keyboard shortcuts and insert whatever u want [19:18] sorin_: no problem, just install xubuntu-desktop and choose as session at login-time [19:18] is that going to get me any results` [19:18] thanks dasei, hopefully this has all i need [19:18] question mark [19:18] Excuse English but live in romania [19:18] JonLimitless: channel is laaaarge ;) [19:18] hehe yeah dasei [19:19] (the device is unmounted) === maximus is now known as Guest91583 [19:19] sorin_, do you want to share your /home between ubuntu & xubuntu ? [19:19] yes === matmats is now known as DerMat [19:20] hi [19:20] ahhh 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] sorin_, this is not advisable, AFAIK. [19:20] its is posible? [19:20] AFAIK? === spawn is now known as Guest26335 [19:20] badblocks probably takes a while, right? [19:20] sorin_, i never tryed, but i cant see why that wouldnt work [19:20] matmats: for fsck it has to be unmounted, not for badblocks, first try if it's a FS-error, then examine surface of disk [19:21] oh [19:21] need help installing drivers for dell inspiron 1520! [19:21] DerMat: badblocks is a time-eater, yes [19:21] k,thk [19:22] hmm it says the use of fsck on mounted devices fuehrt zu schwerwiegenden schaeden [19:22] so 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] DerMat: see above [19:22] need help installing drivers for dell inspiron 1520 using Ubuntu 11.10! [19:23] fsck=unmounted, badblocks=mounted [19:23] if using ssh via regular terminal, is there anyway to get a address book? [19:23] oh, right [19:23] DerMat: usb-stick handy ? [19:23] Nutily Have you tried additional drivers [19:23] DerMat: or live cd ? [19:23] Praxi, is that a windows question? [19:23] its a hard disk [19:23] 2 tb ext4 [19:23] brontosaurusrex, no [19:23] parto, for wifi car i tried this https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [19:24] err and yeah [19:24] i can get some stick [19:24] DerMat: yes, but you are in need of booting from another medium so you can check the UNmounted hd [19:24] the 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] that is not the boot device [19:25] Praxi: You can use the .ssh/config file to setup saved connection information [19:25] Praxi, oh, i see that putty is not only for win :) [19:25] fsck says its not an ext2 fs [19:25] DerMat: so a second hard drive ? well, unmount it before fsck'ing it [19:25] which is it really is not [19:25] Praxi, you could make aliases on other terms i guess [19:25] its unmounted now [19:26] can i fsck an ext4 partition? [19:26] DerMat: sudo fdisk -l , which FS-type ? [19:26] so say server1 is ssh myname@server1 [19:26] ext4 [19:26] fsck fine for extX [19:26] need help installing drivers for dell inspiron 1520 using Ubuntu 11.10! [19:26] Praxi: 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 information [19:26] DerMat: /dev/sdb ? [19:26] awesome thanks geekbri reading now [19:27] yes [19:27] ahhh 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] DerMat: sudo fsck /dev/sdb1 -y (see output from fdisk to be sure) [19:28] still reading, but for just a quick answer geekbri, I assume I can ssh to username@/dev/ttyusb0 or something similar? === `mOOse` is now known as m00se [19:28] it says superblock unreadable [19:29] fsck.ext2: Superblock ungültig versuche es mit Backup-Blöcken... [19:29] why my contact list is gone [19:29] Praxi: while I haven't tried that myself yet, my guess would be yes. [19:29] somehow it keeps using an ext2 version? [19:29] can 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 tutorial [19:29] hi [19:30] i'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 change [19:30] okay i get it done now [19:30] left side -> column with basic layouts, right side -> column with detailed layouts [19:30] any hints? [19:31] looks like i killed the whole setup :/ [19:31] DerMat: does it check or not ? [19:31] no, it doesnt check [19:31] DasEi DerMat df -T [19:31] just the error, it does check sdb2 though [19:31] and it says recovering journal [19:31] L3mce: checked fdisk -l [19:32] if you are trying to determine FS type it won't say, other than "Linux" [19:32] Praxi: googling "ssh user config" usually yields many useful results [19:32] L3mce its not mounted [19:32] atm [19:32] can 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 tutorial [19:32] DerMat: good sign, again , look at fdisk -l, which fs is /dev/sdb1, extended lvm ?? [19:32] omg... ubuntu secrets http://bit.ly/HxH14l [19:32] don't click thta [19:32] roger geekbri lot of reading now hehe, short answer, I can't SSH a serial port [19:32] wrong window [19:33] I'm tired of windows! [19:33] Praxi: sounds reasonable. I've never tried to SSH to a serial port [19:34] oddly sdb2 is not shown in fdisk -l, and sdb1 : [19:34] Gerät boot. Anfang Ende Blöcke Id System [19:34] /dev/sdb1 1 266306 2147483647+ ee GPT [19:34] DerMat: does file -s /dev/sdb2 show anything? [19:34] http://bit.ly/HxH14l [19:34] salve [19:34] I'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/3770073 [19:34] i thought theres just one partition on that disk [19:34] why here noone willing to help [19:34] i dont know why there are two [19:34] nessun italiano? [19:34] DerMat: so gpt-table, so all fine, check the linux/extended ones [19:35] Nutily That's quite a process. Try this: open dash and type drivers, choose additional drivers and see what comes up. [19:35] mat@bb:/mnt$ sudo file -s /dev/sdb2 [19:35] /dev/sdb2: Linux rev 1.0 ext4 filesystem data, UUID=8ddc8220-ec41-4806-8311-aafdf11c961f (extents) (large files) (huge files) [19:35] How do I install ubuntu under Windows? [19:35] DerMat: there you go [19:35] is there a way to change the kernel seen within a chroot (like by "uname -r" and modprobe) [19:35] !vm | men [19:35] men: 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 applications [19:35] why everytime i go to sdb there is an icon mounted? [19:36] hmm, so, i'm good now? [19:36] SofS: there is only one kernel running [19:36] SofS: it's nothing to do with chroot [19:36] DasEi: Thank you. [19:36] DerMat: fsck finished, repairs confirmed ? [19:36] anyone 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] hi, question. I've just entered some kind of insane dependency hell. How can I get out? http://paste.ubuntu.com/925370/ [19:37] parto, i did that there is 4 drivers Nvidia and 1 driver Broadcom [19:37] hey guys. any quick answer on how I can add folders to the dock? [19:37] DasEi: it said: recovering journal, and then: clean [19:37] DerMat: so finished back to command prompt ? [19:37] and now it says clean right away [19:37] yes [19:37] ahh geekbri https://help.ubuntu.com/community/CiscoConsole minicom is the hyperterm of linux hehe [19:38] ty for your help geekbri very much appreciated [19:38] tried fsck again, and now nothing about the journal, just says clean [19:38] Praxi: that also makes sense :) np. [19:38] Praxi: you usually dont need to encrypt a serial connection :) [19:38] Anyone know a way to pull like 100 files at a time out of directory and move them to another directory [19:38] DerMat: fine, so use it again and check syslog, case problems proceed, badblocks is your friend [19:38] putty just handles it all in one place is what I like. has huge copy & paste issues on linux though hehe [19:38] aroman: that seems fine, what did you try to install? likely something that requires the i386 libraries [19:38] alright, thanks a lot [19:39] trism: oh crap, it might have been skype. [19:39] aroman: yeah that would do it [19:39] How 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] trism: thought I grabbed the x64 deb though. let me remove it and see what's up. [19:39] JonLimitless: all fine ? [19:39] <_raven> how to use internal MODEM for analog phone calls? [19:40] no i can't get the firmware to install [19:40] parto: 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 seconds [19:41] trism: yep, that was it. Thanks! [19:41] !it | animazzurra32 [19:41] animazzurra32: 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] lookin for advanced linux user to help me install drivers on dell laptop... [19:41] Nutily: what drivers === jeff_ is now known as Guest11904 [19:41] Nutily: what hardware are you trying to get working [19:41] L3mce, wifi and video [19:42] L3mce, Dell Inspiron 1520 [19:42] do you have access to terminal Nutily? [19:42] Nutily: just ask the question [19:42] Nutily: did you read the link I gave you https://help.ubuntu.com ? [19:42] L3mce, yes, and i use Ubuntu Desktop 11.10 [19:42] JonLimitless: where are you stuck ? [19:42] OO desktop please [19:42] do you have access to internet via the regular ethernet Nutily? [19:42] Nutily: that links shows you how to deal with video cards and network cards ? [19:42] ikonia yes i did no help [19:43] why still on 11.10 [19:43] Nutily: in what way was it no help [19:43] :p [19:43] fishcooker: because it's the current stable release. [19:43] L3mce, yes [19:43] OO will stable.. [19:43] soon, ikonia :p [19:43] Please, in a terminal, type and paste the output of: lspci | grep VGA [19:43] well 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... desai [19:44] L3mce, i have Nvidia Geforce 8400GS and Wifi card BCM4311 [19:44] any friends here [19:44] JonLimitless: nick is DasEi; did you follow the guide concerning bootable usb ? [19:45] bad nvidia nutily [19:45] fishcooker, why..? [19:45] why not radeon from AMD [19:45] If you aren't going to do what I tell you, I will stop. [19:45] any maldivian here [19:45] fishcooker: do you actually have anything useful to say rather than pointless comments ? [19:45] fishcooker: nvidia is better supported [19:45] fishcooker, cause it is laptop.. [19:45] fishcooker: nvidia tends to be much better on linux than ATI. Don't tell people they have bad cards [19:45] !support|ali [19:45] ali: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [19:46] L3mce, 01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1) [19:46] Nutility what steps have you taken so far to try and get the nvidia going? [19:46] ali: general chatter #defocus and others, technical support here [19:46] L3mce, advdition drivers for video card [19:46] what [19:47] yes desai, i have the usb already created [19:47] desai<>DasEi [19:47] L3mce, 3 of them dont now which version to take.. [19:47] JonLimitless: so at which step you are stuck ? [19:47] Nutily: apt-get remove nvidia* [19:48] Nutily Try installing them and it'll work. Thats what I do with my hp 530. [19:48] <_raven> how to use internal MODEM for analog phone calls? [19:48] Nutily: what version ubuntu are you using? [19:48] hi guys [19:48] L3mce, 11.10 64bit [19:48] is ubuntu software center a interface on top of apt-get/dpkg [19:48] I have a ubuntu 11.10 in english, how to change it to portuguese-br? [19:49] fAz4: jupp [19:49] L3mce, done [19:49] DasEi: that means yup ? [19:49] yeess [19:49] I have gedit error http://paste.ubuntu.com/925389/ [19:49] hmm 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] DasEi: so you're german ;) [19:49] can somebody help me? [19:49] the part where it won't accept my usb stick as a cdrom for the dksm package to install [19:49] ssta 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:50] So even after chmodding 777 /home/clone1018/public_html www-data still can't access it. [19:50] fAz4: sort of. It's built on top of the apt libraries [19:50] Nutily: one second === HelenB is now known as HelenB[Away] [19:50] Is there a way to make calls with my cell phone from my laptop via bluetooth? [19:51] L3mce, now in additional drivers i see other NVIDIA drivers [19:51] darbe: seems like you may have removed some files, try: sudo apt-get install --reinstall gedit-common; [19:51] <_raven> how to use internal MODEM for analog phone calls? [19:51] parto: uptime|cut -c1-27 [19:51] trism: thanks. let me try [19:51] when it is schedule the release of the next version of ubuntu? [19:51] !info nvidia-current ocelot [19:51] '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, unstable [19:51] hey ... [19:51] in 15 days i think [19:51] !info nvidia-current oneric [19:51] '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, unstable [19:51] Irssi .. [19:51] !info nvidia-current oneiric [19:51] nvidia-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] Rocks. [19:51] sorry guys [19:52] Anyone know a way to pull like 100 files at a time out of directory and move them to another directory? [19:52] Nutily: apt-get install nvidia-current [19:52] L3mce: take it to #ubuntu+1, there !info nvidia-current [19:52] trism: it didn't worked :( [19:52] ah, sorry oneiric, right here, but no distro [19:52] darbe: what errors do you get now? in pastebin [19:53] the part where it won't accept my usb stick as a cdrom for the dksm package to install: desai === HelenB[Away] is now known as HelenB [19:53] Nk26, mv /dir/* /dest/dir/ [19:53] L3mce, done [19:53] trism: http://paste.ubuntu.com/925389/ [19:53] Nutily: that will require a reboot [19:53] JonLimitless: please put correct nick, as I otherwise easy overread your posts [19:53] darbe: so same, hmm [19:54] L3mce, ok will do one now.. :) [19:54] my output volume is too low .. how can I boost the sound [19:54] or gain? [19:54] trism: yes :( [19:54] it doesnt need to be cleaner ... just louder [19:54] mkman I need to only do a 100 or 500 at a time its a dir filled with thousands of files [19:55] Nk26, do you know which files to do you want to mv, does it have a logical name? [19:55] Nk26: for foo in $(ls |head -100); do mv "$foo" /some/path; done [19:55] Mkman I was thinking i could use -tail or something [19:56] ssta thanks ill check that out ! [19:56] L3mce, done restart [19:56] Nk26, tail output the last part of files [19:56] JonLimitless: so you are now in your hd os, with the usb inserted ? [19:56] LF help with mounting windows share to linux. won't let me write unless root. trying to let any user have write permissions [19:56] yes dasei, i am just trying to install the dkms firmware [19:57] think I just got rooted, and it took my HDD down, Im now on my windows box.... is that possible? dont think was HDD failure [19:57] L3mce, at additional drivers now i see activeted nvidia_current [19:57] JonLimitless: mount where is the usb mounted ? [19:57] allrighty then. one down, one to go [19:57] !bcm | Nutily [19:57] Is there a way to make calls with my cell phone from my laptop via bluetooth? [19:57] Nutily: Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [19:57] anybody?? http://paste.ubuntu.com/925389/ [19:57] darbe: can you pastebin: ls -l /usr/share/glib-2.0/schemas/ [19:58] g drive i think, dasei [19:58] just wanna know if that is possible to destroy hdd if roooted [19:58] Ubulindy: unlikely, can't boot ubu nomore ? [19:58] nope DasEi [19:58] JonLimitless: mount in terminal tell you the mountpoint, not the device [19:58] Ubulindy: what happens if you try ? [19:58] L3mce, Natty_11.04 support only [19:59] okay done dasei [19:59] just sites there, blank, now cant even re-install from usb and it reads the usb, display works, everything [19:59] let me test to see if it works [19:59] L3mce, at my connections i see "device not ready (firmware missing)" [19:59] howdy! [19:59] JonLimitless: cd there [19:59] gonna be pretty much the same Nutily [19:59] salve, ho problemi con brasero, posso spiegarlo.. [19:59] JonLimitless: an from there to the pool folder [20:00] !it | jump1973 [20:00] jump1973: 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] http://paste.ubuntu.com/925409/ is what I'm currently using. let's me read only. if sudo then can write. [20:00] DasEi, failsafe mode, everything fails [20:00] grazie [20:00] Helllooo there ! I"m trying to figure out the best way to search a number of files and replace string in them! [20:00] DasEi, sits there blank cursor [20:00] Ubulindy: more precise, no login ? initramfs ? [20:00] trism: http://paste.ubuntu.com/925411/ [20:00] DasEi, nope [20:01] L3mce, so my vido card now works? [20:01] Ubulindy: tried to call grub menu ? [20:01] DasEi, I have grub which has totally chnaged, cant get passed grub [20:01] delinquentme, file rename? [20:01] L3mce, additional drivers show that this driver is activeted but not curently in use === MartinS is now known as Guest3669 [20:02] darbe: try: sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ [20:02] darbe: then see if gedit works [20:02] <_raven> how to use internal MODEM for analog phone calls? [20:02] brontosaurusrex, I mean I need to open like 12 files and search for a complex string [20:02] and then replace that string [20:02] DasEi, lolz, Im at my witts end, I just dont think is hdd failure [20:02] JonLimitless: in poolfolder now ? filename will differ [20:03] trism: THANKSSSSSSSS [20:03] Dasi, firewall took a major hit, BAM I went down [20:03] darbe: working now? [20:03] trism: youARE great [20:03] Nutily: apt-get install firmware-b43-installer b43-fwcutter [20:03] my thumbdrive isn't working i have to get another one [20:03] trism: tell me what you did [20:03] Ubulindy: tried to call grub menu ? [20:03] Is there a way to make calls with my cell phone from my laptop via bluetooth? [20:03] delinquentme: sed -i 's/foo/bar/' file1 file2 file3 file4 ... [20:03] L3mce, did that [20:04] DasEi, yes I have grub comes up, has totally chnaged tho [20:04] darbe: your gsettings.compiled file was old (from march 31st) so I figured there was some error in it and we rebuilt it with that command [20:04] you installed both of those? [20:04] DasEi, can not get passed grub [20:04] darbe: I would have thought reinstalling gedit-common would have done that, but I guess not [20:04] Ubulindy: tried to boot another kernel ? [20:04] L3mce, yes this comand "sudo apt-get install b43-fwcutter firmware-b43-installer" [20:04] Nutily: you can follow the guide, because it mentions natty doesn't make it natty only. [20:04] DasEi, cant, it wont boot anything now, just get black screen with blinking cursorr [20:05] darbe: I see a bunch over overrides there, so it may have something to do with when you added those [20:05] JonLimitless: nick, please [20:05] trism: why reinstaaling didn't fix it? [20:05] L3mce, ok so now i need restar [20:05] L3mce, but how about that video card where i can test it..? [20:05] Ubulindy: I gtg soon, get a live and chroot in, see whats up [20:05] sorry dasei, i am making a new thumbdrive. sorry i am still new to irc [20:06] trism: can I remove extra stuff. If it is not necessary, I ma ok with them [20:06] darbe: I don't have any idea, it should run the glib trigger when the file is copied there [20:06] !tab | JonLimitless [20:06] JonLimitless: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [20:06] darbe: if it is working now you should be good [20:06] DasEi, I tried that, it wont even run a live cd, usb, nothing [20:06] L3mce, where i can find tutorial for video card..? [20:06] Looking 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] JonLimitless: 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 work [20:07] DasEi, okay thanks just give me a second. [20:07] Ubulindy: sounds more than a generic hardwareproblem [20:07] Nutily: 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] trism: ok thanks again :) [20:08] DasEi, when I put the usb in to boot up, screen comes up fine, wont do crap just sits there black screen [20:08] Ubulindy: so win and ubu are two different machines ? [20:08] yeah [20:08] Nix box went completely down [20:08] Ubulindy: prbly a hardwarefailure [20:09] DasEi, what type? whats it sound like to you? HDD failure? [20:09] Ubulindy: no, else it would boot live still, ram/chipset [20:10] L3mce, but is there tutorial like you did for video card.. [20:10] DasEi, back in a bit isp is here [20:11] JonLimitless: I will leave soon, give others provided link to assist you further [20:11] is that command suto nautilus ?? [20:11] L3mce, wifi works ty for link.. is it posable to make AdHoc..? [20:11] Is there a way to make calls with my cell phone from my laptop via bluetooth? [20:11] DasEi, thanks. [20:11] am i misspelling it? [20:12] Hi, 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. Thanks [20:13] help... I need a video file player that doesn't depend on any other library [20:13] it's asking me for libavcodec53 [20:13] sambagirl: if you want gui apps with root lvl permissions use gksudo or gksu . Only use sudo with console programs. [20:13] but I can't get it installed [20:14] !info wicd | Nutily [20:14] Nutily: 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 kB [20:14] Felishia: Have you tried VLC? It bundles its own libraries as far as I know [20:14] I tried VCL but all need livacodec53 [20:14] Hi 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] How to enable "ask for password" on boot? [20:14] and also... I can't get gcc installed to compile [20:14] Felishia: What kind of file are you trying to use? [20:14] Felishia: Why can't you install libavcodec package? It's part of the default repository [20:14] Felishia: What error do you get? [20:15] the install button doesn't even appear in the package manager... [20:15] !restricted [20:15] 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/FreeFormats [20:16] Felishia: have you ran apt-get install libavcodec53 ? [20:16] do I need internet for that? [20:16] Yes [20:16] I have no internet at home [20:16] You're connected to IRC ;] [20:16] <[Corp]> hi guys, any good article/guide on how to distribute ubuntu desktop unattended using pxe? [20:16] I'm at uni :P [20:17] guys what is code to see all running processes inclusing xchat ?? [20:17] :( guys I really need to watch that video, is a mov file... I need to do my homework on that file [20:17] !aptoncd | Felishia [20:17] Felishia: 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 !offline [20:17] L3mce, what you think about this info..? http://ubuntuforums.org/showthread.php?t=1739192&page=4#38 [20:17] malte, from Germany ?? [20:18] Nutily: I am sorry I am afk for a bit [20:18] LF help with mount windows share. can only write with root permission. need to enable write permissions for any user. [20:18] now the funny thing is that I don't have a CD-DVD unit [20:18] rfictus: ps [20:18] drive [20:18] thank you Alus3r> === bladernr_afk is now known as bladernr_ [20:19] thank you Alus3r [20:19] <[Corp]> hi guys, any good article/guide on how to distribute ubuntu desktop unattended using pxe? [20:19] rfictus: You can search for a certain running process by using ps aux | grep name_to_search [20:19] also this is a windows computer... and seems that everyone uses windows... so I can't even download apt-get files from these computers [20:19] OK, 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:20] URL of "all the graphic layers and APIs of Linux for noobs" is certainly acceptable as an answer. [20:20] Felishia: 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 Ubuntu [20:20] I tried downloading libavcodec53.deb [20:20] and it doesn't work [20:20] What didn't work? [20:20] Alus3r you mean like 'grep xchat' ?? [20:20] it didn't [20:21] the installation of livacodec53 [20:21] rfictus: correct. [20:21] mm, it stalled [20:21] <_raven> how to use internal MODEM for analog phone calls? [20:21] didn't find anything [20:21] Is there a way to make calls with my cell phone from my laptop via bluetooth? [20:21] anyone know syntax to install Skype through terminal ?? [20:21] I have wine installed... couldn't I use windows media player? [20:21] rfictus: "ps aux | grep xchat" didnt find anything? [20:21] hey [20:22] rfictus: sudo apt-get install skype [20:22] Alus3r now it did ;) [20:22] Windows media player doesn't come with codecs either even if it would work. That's a much more complex solution [20:22] i just installed lampp over ubuntu... but am not able to edit index.html there... how can i set the permissions right? [20:22] Alus3r want to shutdown a PPID [20:22] Alus3r i mean PID [20:22] mashbro: use the command chmod [20:23] Alus3r please suggest [20:23] mashbro: or you could just sudo vi if you want to take the lazy route. [20:23] mashbro: Just use chmod/chown [20:23] rfictus: kill -9 pid [20:23] :s what should I do then? [20:23] Alus3r thx! [20:23] or vim or whatever your editor is [20:23] Felishia: What error did you get when trying to install the .deb manually? [20:24] it just doesn't do anythin [20:24] JessicaW, I want to take the lazy route. So please give me what should I feed in the terminal. :) [20:24] like if I had a dependence that doesn't exist [20:25] Felishia: 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] I haven't tried that... [20:25] but I can't now... because I'm not at home... === Chris_ is now known as Guest89794 [20:26] and I need a way to play the video for today... :( [20:26] !enter | Felishia [20:26] Felishia: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [20:26] mashbro: use sudo. you really should leave the permissions set to root or for apache. === Mike_ is now known as Guest30604 [20:26] JessicaW, how to do that? [20:27] !enter???... what happened? [20:27] Felishia: I am only a bot, please don't think I'm intelligent :) [20:27] Alus3r worked thx [20:27] how create AdHoc from my ubuntu..? [20:27] Alus3r was called rfictus [20:27] siema [20:27] mashbro: I'd make /var/www owned by root:www-data and add myself to www-data group [20:27] powiem wam ze jestem bardzo zadowolony :) z ubundy niebianska nimfa [20:27] wszystkie wersje mialem [20:28] who knows how to install skype directly from terminal ?? [20:28] mandaryny itp [20:28] i ze wszystkimi byl problem wifi [20:28] a tu odrazu:) [20:28] realus: sudo apt-get install skype [20:28] Felishia: you are scrolling the channel because every sentence from you has several lines, don't press so often [20:28] Alus3r u again ;) [20:28] realus: sudo apt-get install skype [20:28] :) [20:28] Curse you stubby fingers!!! [20:29] ah... 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] ive 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 chipset [20:29] Felishia: Sorry, not sure what else to suggest... You could try the Windows installer of VLC with Wine I guess? [20:29] !pl | andrzej [20:29] andrzej: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [20:29] nie moge skype zainstalowac [20:29] I wolud like to now how creat adhoc from ubuntu [20:29] sudo apt-get install skype [20:29] Felishia: Can't you watch it on the uni computers? You can download standalone VLC to run from a flash drive [20:29] Nie udało się zablokować katalogu administracyjnego (/var/lib/dpkg/), czy inny proces go używa? [20:29] yes I could the problem is that the video is a bit long... [20:29] ssta, 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:30] mashbro: 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] Alus3r tried the skype syntax [20:30] never worked === Mion is now known as RedRobot [20:30] so 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] mashbro: JessicaW: gksudo gedit, not sudo ! [20:30] mashbro, use nano instead of vi. [20:30] realus: have you tried finding it in symantec? [20:30] realus_: what did it say? [20:30] Felishia: It shouldn't make a difference. Only the desktop environment is different, all the software is identical [20:31] guntbert, what's the difference. both appear to work the same. [20:31] Felishia: Without wanting to be patronising, did you download the right libavcodec for your particular version of Ubuntu? [20:31] guntbert: an yeah. my bad. I never use a gui so I forget. [20:31] !gksudo | three18ti [20:31] three18ti: 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] JessicaW: :) [20:31] ??? is there a livacodec for a particular version? [20:31] mashbro: sudo chown -R root:www-data /var/www; sudo adduser www-data # then logout and log back in again [20:32] mashbro: umm, needs a: sudo chmod -R 775 /var/www [20:32] <_raven> how to use internal MODEM for analog phone calls? [20:32] ssta: shouldn't that be done already during the apache install? [20:32] guntbert, I see, so using `sudo gedit` loads the config for root instead of the config for $USER [20:33] then what should I do to download the rightest livacodec53 for my particular ubuntu version? [20:33] JessicaW: I thought the default was otherwise. I might be wrong though... [20:33] Felishia: Do you know which version you're on? I can send you a link [20:33] guntbert, so what's the difference between sudo -i and sudo su - [20:33] three18ti: the problem is the ownership for some X-related files [20:33] Felishia: You can get packages from http://packages.ubuntu.com/oneiric/libavcodec53 but the interface is a bit confusing [20:33] looking for help with mounting windows share with permissions for anyone to R/W [20:33] where can i find AdHOC tutorial..? [20:33] Felishia: There are links on the upper right to switch between different Ubuntu versions, such as oneiric, precise etc. [20:34] SharkMuttleworth: 11.04 it was the lasted released... I think so [20:34] JessicaW: add uid= to teh smbmount options? [20:34] <_raven> how to use internal MODEM for analog phone calls? [20:34] three18ti: in this case I only *know* that the former is recommended - but it is an evironment problem again [20:35] _raven: skype but u must pay [20:35] <_raven> Bennlucky7 with an analog modem [20:35] is it possible to search for the contents of a file as an input for a sed replacement? [20:36] Felishia: Do you know if your computer is running 32 or 64 bit? There are different packages for each [20:36] 32 [20:36] JessicaW, ssta : do you mind a PM? [20:36] guntbert, 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:37] Felishia: You could try http://security.ubuntu.com/ubuntu/pool/main/liba/libav/libavcodec53_0.7.3-0ubuntu0.11.10.1_i386.deb [20:38] JessicaW: the smf.conf file contains an example for exactly what you need [20:38] three18ti: you asked about sudo su - , I only don't *know* because I didn't investigate myself [20:38] hey, if you want nice abstract wallpapers check : http://devartpro.com/en/downloads [20:38] Felishia: 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 ass [20:39] isn't there an offline factoid? [20:39] Sorry to post this here but am looking for some linux oneliner jokes for a site am making. Help, anyone? [20:39] SharkMuttleworth... yes... you're right... but I think I have all those dependencies, last time I checked... my problem was that no install button appeared [20:40] ssta: if I use uid, only that user will be able to r/w. I went with gid so group could r/w === TNZ_ is now known as TNZfr [20:40] help [20:40] drecute: smb.conf? [20:40] so I wonder is there a rar zip tar file with many but Many deb files so I just have to search in that [20:41] Felishia, don't look for rar, it is not opensource. [20:41] guntbert, 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:42] drecute: looked through smb.conf. there's nothing there specific to mounting a windows share on a linux box with r/w permissions. [20:42] OerHeks I just need all the basics deb files so that if I have any dependece I could look into that [20:42] JessicaW: i guess you aint using samba? [20:43] Felishia: 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 selection [20:43] <_raven> Bennlucky7 with an analog modem [20:43] <_raven> how to use internal MODEM for analog phone calls? [20:43] drecute: can use smbfs or cifs. [20:43] drecute: 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=1009 [20:43] see http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html#id2552898 [20:44] SharkMuttleworth multimedia and 3D [20:44] three18ti: as for -i vs -s see https://help.ubuntu.com/community/RootSudo [20:44] can anyone help me with flash problems? [20:44] and even though I mount with 775 only root can r/w. [20:44] everyone else is read only. [20:45] cool [20:46] guntbert, thanks. You're full of useful links. [20:46] _raven: what u mean analog phone calls [20:46] but 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:47] JessicaW: did you try the noperm option? (disables clientside permissions checking) === RedRobot is now known as FBI [20:48] ssta, can you help me with flash? [20:48] ssta: oooo. didn't think of that. let me try it. [20:48] hi [20:49] need some help;) ubuntu overwrote my main partition with 1,5 TB of datas, any ideas to recover it? [20:49] brianp1992, just ask the question, maybe someone knows the answer [20:49] brianp1992: doubtful. What I know about flash can be written on the head of a pin with a 3" paintbrush. Sorry [20:49] ssta: did you get that from here? https://help.ubuntu.com/community/MountWindowsSharesPermanently [20:49] JessicaW: no, from the manpage [20:50] ssta: well I feel like a nub... :D [20:51] JessicaW: 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] hey is it possible for my g++ install to bork itself through normal use? [20:51] JessicaW: did it work? [20:51] well my flash dossent seem to work with what im trying to do [20:51] need some help;) ubuntu overwrote my main partition with 1,5 TB of datas, any ideas to recover it? please whisper me for help [20:51] Terabytes? [20:51] ssta: hah. IKR? it's been driving me crazy. [20:51] ssta: meh. I think this only works for other linux boxes. [20:52] ssta, heard that. cifs is an awesome PITA. Life saer for sure (I admin a bunch of windows systems from a Linux machine). [20:52] diminoten: what's gone wrong? [20:53] just a compile error that when I google about, the general consensus is that the g++ install for those people is broken [20:54] is there a browser that is good with flash [20:54] brianp1992: Chrome [20:55] i have chromium-browser installed [20:55] brianp1992: How do you mean "good"? The browser should be irrelevant if flash is installed correctly. It's a separate bit of software [20:55] ssta: 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] JessicaW: glad you got it going :) [20:56] well when in chromium i go to pinger.com/textfree to send txts and the flash wont load [20:56] ssta: what an evil evil thing.... now I get to integrate active directory logins.... looking forward to it... :| [20:57] JessicaW: ugh. I don't envy you. I tried that once, got it "kinda" working, but wound up throwing it away in disgust and redesigning instead [20:58] brianp1992: Flash normally works? [20:59] SharkMuttleworth: no but i think it needs to be adobe [20:59] is it normal for system to get really unresponsible while installing updates (or on any big disk I/O)? [20:59] I'm using an Atom netbook [20:59] brianp1992: Do you even have flash installed? [20:59] ktosiek: yes. [21:00] s/unresponsible/unresponsive/ [21:00] SharkMuttleworth: yeah and i looked into the plugins, its installed and enabled [21:00] ssta: any way around it? And why is it doing this to me? :-C [21:00] ktosiek: buy a faster processor [21:00] Boohbah: it's not even close to maxed out [21:01] ktosiek: those atoms have slow everything (CPU, bus, IO...) [21:01] I have load >3 and idle CPUs :-/ [21:01] ktosiek: buy a faster disk [21:02] Boohbah: you would sound smarter with "buy a better mainboard" [21:02] hi === lupinedk is now known as Lupinedk [21:02] hi. does ubuntu / linux in general have any builtin hooks for useradd / userdel? I'd like to run some scripts when users are added [21:02] ktosiek [21:02] dear all, having trouble with grub ............ :( [21:02] which kind of atom do you have [21:02] ktosiek: load is a measure of how many process are on average either "runnable" or uninterruptable. They're almost certainly waiting for disk [21:02] ?what happen ther guler [21:02] fishcooker: Intel(R) Atom(TM) CPU N550 @ 1.50GHz [21:02] When I start, I go to grub rescue :( [21:03] that's what /proc/cpuinfo said [21:03] after modifying and compiling a kernel module, how can I reload it? Is it enough to replace the *.ko file? [21:03] ktosiek: 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 it [21:04] i have a question if someone hacks into your ssh connection can you tap into their connection to see what they are doing? [21:05] I 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] with a modified sshd... :P [21:05] how i can get to downloads directory in terminal..? [21:05] ping guler [21:05] what you mean Replicant you have a site or something? [21:05] yep [21:05] ssta: thanks, and is there any way around it? I can take some performance hit if it makes responsiveness better [21:05] what is the gnome terminal called gterm ? [21:06] Is there no standard bundled tool in ubuntu for a multi-line search and replace? [21:06] to me thats silly [21:06] haha sorry, my pinging wasnt working for a channel to I tried pinging you to make sure and missed the / key [21:06] delinquentme: "sed" [21:06] bekks, thats single line [21:06] (sounds like scheduler tweaks?) [21:06] delinquentme: No. [21:06] like its bordering on inbelieveable [21:06] ktosiek: 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 sadly [21:06] well I'd say you can always (as root) tail -f bash history file, barbori4_ [21:06] no? [21:06] No. [21:06] bc thats what #sed .. said [21:06] though never tried it [21:07] how go to download directory in terminal..? [21:07] bekks, basically I'd like to use pipes to feed in a massive string which needs replaces in multiple files [21:07] hello guys, i need hdd loaded linux with kiosk mode google chrome, what articles should i read? [21:07] thanks i will look into it [21:07] clear [21:07] delinquentme: http://austinmatzko.com/2008/04/26/sed-multi-line-search-and-replace/ [21:07] delinquentme: sed - stream editor for filtering and transforming text [21:08] ahh ok so he just bruteforce pasted that stuff.... [21:08] yep that should work, as root "tail -f .bash_history" of the logged in account [21:08] is there a way to get gcc without trouble? [21:08] Felishia: apt-get install build-essentials [21:08] but then you rely on having a ssh session use bash as default [21:08] LOL... I don't have internet [21:09] [21:09] Felishia, and you're here how? [21:09] yes you do Felishia [21:09] not at home [21:09] this is not my computer [21:09] that explains somethings... [21:09] can someone help me regarding Ubuntu 12.04 [21:09] I tried downloading debian packages but they do not seem to work [21:09] !offline | Felishia [21:09] Felishia: 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 !APTonCD [21:09] Replicant: .bash_history doesn't get written after every command... [21:10] OerHeks: I sooo love you right now [21:10] I thought so ssta [21:10] OerHeks... the packages do not work... that's the problem [21:10] :S [21:10] it would save me from rounds of dpkg -i a few times... [21:10] anyone could say how to change dir in terminal [21:10] can 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] Felishia: "do not work" how? [21:11] they always say error... in gcc it says that it is a cache problem [21:11] and it makes me unistall it [21:11] but anyway, the user logged in ssh could echo "" > .bash_history or history-c [21:11] so not a good method [21:11] Hi 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] Replicant: .bash_history is only usually written when the shell exits [21:11] maybe sshd has some option of logging user activity? [21:12] dpesn't* [21:12] doesn't* [21:12] synrusi: it means there are lvm2 "virtual drives" with actual filesystems in them [21:12] is anyone available for help? that is not busy === q0rban is now known as q-rbanm === q-rbanm is now known as q-rban [21:12] how do I can mount it? [21:13] I have no experience with lvm2((( [21:13] alright guys, thanks alot for the help :( [21:14] bye ty!! [21:14] can 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] i 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] does 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 hangs [21:14] synrusi: start with "sudo lvm vgscan" [21:15] it should tell you names of available volume groups [21:15] then look for them in /dev/${name_of_volume_group} [21:15] vgdisplay -C [21:15] and lvdisplay -C [21:16] bekks: will that force scanning for VGs? [21:16] can 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] or is it only for displaying? [21:16] ktosiek: It is only for displaying, vgscan should do the job. [21:16] AnishS: I imagine you can. 12.04 support in #ubuntu+1 generally [21:17] oh sorry [21:17] no worries [21:18] AnishS, it should be possible, http://seyekuyinu.com/changing-grub-boot-order-in-ubuntu-11-04/ [21:19] Hi! [21:19] AnishS, grub2 isn't changed, so this tutorial is still usefull [21:20] I 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] hello everyone! when will 10.04 be released? [21:20] language-pack-sv is installed. [21:20] kontagious: 10.04? [21:20] oh thanks [21:20] kontagious, 12.04 you mean? [21:20] hi i have installed fluxbox now cannot get back to the login screen can anyone help? [21:20] yes :) [21:20] kontagious: 10.04 was released 2 years ago. 12.04 probably at the end of the month [21:20] 26 april is the date i guess [21:20] lol thanks guys [21:20] I need help. [21:20] Please. [21:21] riktking: the brutal way: Ctrl+Alt+Backspace [21:21] ok [21:21] or Alt-SysRq-k [21:21] ktosiek: http://paste.ubuntu.com/925509/ [21:21] thanks ktosiek Xabster and ssta :D [21:21] (SysRq == printscreen) [21:21] Thank you OerHeks... i was in the other room so i did not see your wonderful post [21:22] ktosiek, it boots straight into it [21:22] synrusi: sudo lvdisplay -C [21:22] thereisno log out option in the menu [21:22] riktking: after Alt-SysRq-k ? [21:23] it worked! [21:23] im back to unity [21:24] alt+prtsc+k [21:24] synrusi: you can look in /dev/VolGroup and try to mount things from there [21:24] ktosiek: http://paste.ubuntu.com/925517/ [21:24] hey all, this code not working 'sudo apt-get install skype' [21:25] E: Unable to locate package skype [21:25] why ??? [21:25] It's not in the repos [21:25] Go to skype's website and download it from there [21:25] I want to add it to the repos [21:25] rfictus: then search for PPA with it [21:26] it's in the partner repo IIRC [21:26] plz explain [21:26] It's in the software center [21:26] i iz newbie [21:26] rfictus: PPAs are repos made by users and hosted at launchpad [21:26] it's in the partner repo [21:26] but if ssta is right you just have to enable partner repo [21:26] @Compt not the software center dude ;) [21:27] ktosiek: Im sorry, but i don't know how to mount lvm. Can I use moun /dev/sdx? [21:27] got a syntacx there bud ? [21:27] What version of Ubuntu are you running??? It's in there for me and was there by default [21:27] is 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] For both the 32 bit and 64 bit versions [21:27] Compt: 11.10 [21:28] I'm running 11.10 as well. [21:28] synrusi: sudo mkdir /mnt/odlhome && sudo mount /dev/VolGroup/lv_home /mnt/oldhome [21:28] ls: cannot access /dev/VolGroup: No such file or directory [21:28] you found Skype in software center ?? [21:28] it's in the partner repo [21:28] synrusi: ouch [21:28] oh wait, i found it there too [21:28] That is correct, I even looked it up when you were wondering what the command was to install skype through the terminal [21:29] Ah lol kk [21:29] but I want to know the syntax to install it from terminal [21:29] ((( [21:29] hola [21:29] synrusi: oh, I forgot [21:29] sudo apt-get install skype:i386 [21:29] install skype direct from terminal, anyone know ?? [21:29] lvm vgchange -a y [21:30] nice he actually didn't break in he was trying to brute force my login [21:30] this 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 weird [21:31] ktosiek: I did. But same issue. [21:31] why you find that weird AnishS? [21:31] ls /dev/mapper/ [21:31] http://paste.ubuntu.com/925523/ [21:32] thats irc protocol mr. sasmal [21:32] huh [21:32] it says: control cryptswap1 [21:32] dunno tells the Full Name. What rooms they are in. What server they are using, when they signed in and if they are idle [21:32] yeah [21:32] synrusi: maybe you need "sudo pvscan" [21:33] you dont really need to provide the full name in the first place tho [21:33] ok whatever [21:33] and the server stuff .. well, you cant hide that [21:33] http://paste.ubuntu.com/925525/ [21:34] i dont know the opera client, but i'm sure you can remove your last name somewhere in the options [21:34] but youll have to enter something === andy_ is now known as Guest99389 [21:35] synrusi: and still can't be mounted? [21:35] You probably can but being a teen. i am a lazy piece of $h!t [21:35] synrusi: it looks to me like you are missing one partition that was part of the VolGroup [21:36] and I don't know if that's recoverable... you'll have to find somebody with good understanding of LVM [21:36] Thank you very much! [21:36] I got success now [21:36] AnishS: you just have to decide if you want everything you say here being connected to your full name [21:36] synrusi: what you did? :-) [21:37] synrusi: gratz :-) [21:37] Just typed what you said [21:37] ok now i know. [21:37] sudo mkdir /mnt/odlhome && sudo mount /dev/VolGroup/lv_home /mnt/oldhome -- this one [21:37] ok :-) [21:37] another thing... what is this flood bot do [21:37] Hi all, a short question, which software is good for programming in C? i need editor and compiler or something, i will starting learning c [21:38] vi + gcc [21:38] BTW anybody knows why Ubuntu is not automounting external LVM partitions? [21:38] Rud: thx [21:38] dariebi_: code blocks will give you everything you need in one place [21:38] Rud: oh you, Vi is barely usable [21:38] AnishS: they kick flooding people i suppose [21:38] dariebi_: he's joking, use Vim [21:38] ktosiek: what's strange, I see files in the terminal, but can't in the file-manager === Guest99389 is now known as andygraybeal_ [21:39] but what does 'Flooding mean' like if people D-Dos a site [21:39] ok :-) thank you all [21:39] dariebi_: 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 once [21:39] any text editor will do [21:40] AnishS: sending a lot of messages one by one, especially repeating a message lots of times [21:40] dariebi_: depends a bit on what you expect. the range is something between editor + compiler and everything + kitchen sink [21:40] if you are interested in learning to use vim install the vim package and run vimtutor at the command line [21:40] dariebi_: for a newbe I would recommend some IDE, like Eclipse with C/C++ plugins [21:40] ok thank you ktosiek for answering my useless questions :D [21:41] i second what ktosiek said [21:41] does anyone know of a firewall that automatically blocks bruteforce login attemps [21:41] AnishS: no problem, I'm not good with the hard ones :-D [21:41] ok, thank you guys i will google a little bit and i will test something [21:41] code blocks is popular with folks at school for some reason [21:41] adds like the ip to a block list? [21:41] firewall blocking login attempts? [21:41] ktosiek: Im sorry, but do you have any idea why file-manager doesn't show files but ls does? [21:41] but Code::Blocks... I have only bad things to say about it [21:41] totesmuhgoats: indeed. that shows even on google trends. [21:42] yeah i found people on my network are trying to brute force my ubuntu pc [21:42] synrusi: no clue, I barely ever use a GUI file manger [21:42] ah, then disregard code::blocks [21:42] my xchat freezes frequently [21:42] and i want it to automatically place ip blocked [21:42] any idea?? [21:42] i am burning the Ubuntu DVD... what speed should i do the burning in [21:42] i don't use an ide myself, and i am quite a c noob [21:42] barbori4_: if you suspect viruses just change SSH port [21:42] I just prefer to use a compiler and an editor [21:42] ah okay [21:43] ktosiek [21:43] dariebi_: have you found yourself a resource for learning? most introduction books tell you about the resources needed to get started [21:43] they might even have a recommendation [21:43] barbori4_: you should install an Intrusion detection system.. e.g. Denyhosts [21:43] if so it might be best to stick with that so if the book tells you to do something you can follow it directly [21:43] ktosiek: eclipse is a java development and application framework by nature. the fact that it happens to handle C is rather an accident ;-} [21:43] s [21:43] i am burning the Ubuntu DVD... what speed should i do the burning in [21:43] it's not even all that good at java [21:44] Rud: it works for me (on PCs with >=3GB of RAM) [21:44] does anyone elses xchat freeze randomly ?? [21:44] AnishS: 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 1x [21:44] as many discs can't do 1x [21:44] if you know about any good OSS IDE I'll be happy to hear about it :-) [21:44] totesmuhgoats: yes i will get a c book in a few days [21:45] how do i use ppa-purge with this ppa? deb http://ppa.launchpad.net/videolan/master-daily/ubuntu oneiric main [21:45] ok will try 6x [21:45] well [21:45] I was wrong. It didn't mount [21:45] dariebi_: here on freenode you might want to get recommendations in ##c-basic. the main c channel can be a little overwhelming for us new folks [21:45] ktosiek: there aren't any good IDEs. OSS or not... only bad and really bad ones... [21:45] I don't see VolGroup in /dev/ [21:45] anybody here networking genius? [21:46] Rud: I guess your Vim is pretty pimped up then? :-P [21:46] oh cool, thx [21:46] hwilde: What do you need? [21:46] hwilde: ask your question and if someone can answer they will, you can also try ##networking [21:46] emacs works too (as well as vim does anyway) [21:46] Uh.. 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] ktosiek: not really. wc -l ~/.vimrc yields 162 [21:46] i was really thinking more along the lines of gedit when i told him any editor will do [21:46] usr13, totesmuhgoats, how can I see... why my sockets are failing? [21:47] * ktosiek doesn't like Vims bad extensibility and Emacses lack of "." command from vim [21:47] or kate or something [21:47] Kraln: what does "." do in vim? [21:47] make as in, building from source, just too clarify. [21:47] er ktosiek that is [21:47] hwilde: How do you know your sockets are failing? [21:47] if you cant see ;) [21:47] you know i have been idling in this channel for months [21:47] i don't think i've ever participated this much [21:48] totesmuhgoats: repeat the most recent command [21:48] totesmuhgoats: 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] ah, gotcha [21:48] usr13, 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 again [21:48] Emacs commands are mostly simpler, so just making "do that last thing" for Emacs won't work [21:49] usr13, so it's like I am crashing the entire tcp stack somehow and even my ping dies. [21:49] how do i use ppa-purge with this ppa? deb http://ppa.launchpad.net/videolan/master-daily/ubuntu oneiric main [21:50] hwilde: What service? [21:50] usr13, it is a program that I wrote [21:50] hwilde: I dono [21:50] why are you wasting my time if you're not a networking genius man [21:50] anybody here networking genius? [21:51] hwilde: I don't think you'll get any help with an attitude like that. [21:51] totesmuhgoats: 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. === bladernr_ is now known as bladernr_afk [21:52] totesmuhgoats: you'll change your mind towards the end of that period, though... [21:52] Hi 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] Using 11.10 [21:54] whats needed to use a machine as a syslog server on LAN? [21:55] hey [21:56] I have question [21:56] Rud: i see value in using it, even though i'm not very experienced with it. overall it takes me longer to do things in vim [21:56] but 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 back [21:57] for 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:59] <-- has question [21:59] <-- does not get help [22:00] bredbaker: you haven't asked a question [22:00] oh have i to ask a question??? [22:00] it's generally easier to answer a question after you ask it, yes [22:00] ah okay [22:00] We don't have telepathic powers. [22:00] then i will ask my question for now [22:00] Shpul [22:01] Should i say something about me before or should i start asking? [22:01] no [22:01] Just ask [22:01] Okay [22:01] hehe [22:01] i wanted to set up ubuntu on my new pc [22:01] but not sure if BRTFS or ext 4 [22:02] hehe [22:02] just ask your question already.. === axl__ is now known as axl_ [22:04] but not sure if BRTFS or ext 4 [22:04] hehe [22:04] lol [22:04] ext4 [22:05] ^^ [22:05] ok [22:05] ^^ [22:05] bredbaker: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:05] you are a bot. do you really think you can tell ME something?! [22:05] ^^ [22:05] is btrfs still slow with dpkg? [22:05] anyone 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:06] ktosiek: i asked this before they told me btrfs is shit [22:07] sup 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] treesome: hit some button when you get the "press any button to start from CD" message [22:07] and why would you install XP? [22:08] i tried that but then ubuntu starts [22:08] (if your PC can run Win7 you want win7 :-P) [22:08] oh [22:08] maybe the CD is foobared [22:10] you mean its broken? [22:10] I have to tell you something [22:10] unity is SHIT [22:10] !language | bredbaker [22:10] bredbaker: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [22:11] treesome: yup, I would check that first [22:11] yes i know DerHeks but it is the truth [22:11] naw the cd is fine [22:11] I 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] please stop the ranting, bredbaker. [22:12] Can someone help me with a eggdrop on ubuntu server 11.04 ? [22:12] scott_z: define "my stuff" [22:12] my name is breadbaker [22:12] i 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 stuff [22:12] hey, 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] scott_z: all user-level configuration should be in your $HOME, what do you need from /opt? [22:13] ktosiek: anything that might have been saved elsewhere by other programs [22:13] pplz, when i press a key, my mouse will free for a split second before moving again, any idea why? [22:13] hackeron: 10.10 - the next release - is EOL now [22:13] my name is breadbaker derheks [22:13] ktosiek: in the /opt i found all my full circle mags that I downloaded [22:13] 10.10 end of life????????????? [22:14] Myrtti: so how do I upgrade from Lucid? [22:14] whats the easiest way to setup a syslog server on ubuntu? i want to monitor named activity on a netbsd [22:14] Hi 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] hackeron: wait a few weeks and upgrade directly to Precise? [22:14] Myrtti: why doesn't do-release-upgrade -d work? [22:15] anybody living in L.A. ? [22:15] Myrtti: upgrading by more than one release at a time is not supported :-P [22:15] treesome: why ? [22:15] ktosiek: but 10.4 is LTS and so is 12.04, and upgrade from LTS to LTS is supported [22:15] have you ever been to venice beach? [22:15] 10.10 life cycle end??? do you want to fuck off me? [22:15] treesome: why ? what has this got to do with ubuntu ? [22:15] bredbaker: mind your language, and be civil [22:15] Myrtti: oh, I forgot about precise being LTS [22:15] ok [22:16] nothing but nobody seems to be able to help me with my problem ;-) [22:16] bredbaker: come on watch the language [22:16] Myrtti, 12.04 is not LTS yet it is still beta [22:16] treesome: ok, so please keep the channel conversation to ubuntu support please. [22:16] jtrucks: which is why I suggested hackeron to wait a few weeks [22:16] bredbaker: it was not an LTS release, so I don't know what you are whining about [22:16] for sure [22:17] itaylor57: ^ [22:17] itaylor57: it's LTS and it's in beta [22:17] I need to wash my glasses [22:17] ktosiek because all others uses unity [22:17] so can anybody tell me what to do if my windows cd says it will boot but it doesnt? [22:17] bredbaker: um [22:17] bredbaker: you know you don't have to use Unity? [22:17] bredbaker: try kde [22:17] kde is too slow [22:17] sure but gnome shell sucks [22:17] bredbaker: I'm on precise and happy with my i3wm setup [22:17] treesome: ask in a windows channel maybe? [22:17] treesome: ask the guys in ##windows [22:18] Myrtti, BlouBlou but you can't upgrade lucid yo precise until precise is formally released [22:18] bredbaker: what do you use? GNOME2? [22:18] Gnome 2 i want [22:18] Myrtti: how do I upgrade from Lucid to Precise without waiting a few weeks [22:18] not a good idea, i thought the problem might be grub related .......... [22:18] itaylor57: and that is why I suggested hackeron should wait a few weeks. [22:18] hackeron, you can't [22:18] bredbaker: it's dead, its own fathers killed it [22:18] treesome: grub doesn't boot your windows CD [22:18] yeah and thats exactly my problem [22:18] ktosiek oh no do not understand [22:18] Myrtti, sorry [22:19] do you know how to uninstall grub? [22:19] ktosiek: in the /opt i found all my full circle mags that I downloaded [22:19] ktosiek: canonical i can not understand [22:19] treesome: you don't uninstall it [22:19] Hi all [22:19] treesome: you need to overwrite it, eg: with the windows boot loader [22:19] ktosiek: I dont want to miss anything [22:19] ktosiek: canonical i do not understand [22:19] scott_z: so copy everything :-P [22:19] scott_z: it should compress nicely [22:19] ktosiek: hehehe if I had the room I would [22:19] ^^ ok thats kinda difficult [22:20] but it's really strange that there's something like that in /opt [22:20] why canonical stopped gnome 2 developement [22:20] bredbaker: canonical didn't [22:20] ikonia? nooo? [22:20] bredbaker: canonical don't develop gnome, the gnome foundation does [22:20] bredbaker: it's not Canonicals project [22:20] ktosiek: I have ALOT of .avi files and they just dont compress [22:20] bredbaker: the gnome team stopped gnome 2 [22:20] i thought gnome belongs to CANONICAL [22:20] bredbaker: ask the gnome foundation [22:20] Because ubuntu always was released if there were new gnome version [22:21] hi Lars [22:21] bredbaker: no, it isn't, and Canonical is not even using GNOME as main desktop anymore so they have no money in that project [22:21] bredbaker, hahaha, GNOME foundation [22:21] Because ubuntu always was released if there were new gnome version [22:21] and unity sucks [22:21] bredbaker: ubuntu releases every 6 months. (almost) always has === enroxorz is now known as SWEATERVEST [22:21] bredbaker, its just they are both on 6 month release scycles [22:21] scientes: yes [22:21] why are there so many linux distributions? The only difference you feel as a user is which GUI you use right? [22:22] treesome: no, all have subtle differences, read on distrowatch.com the differences [22:22] treesome, no, people do all sorts of stuff with computers [22:22] scientes: yes you are right [22:22] treesome: no, there are many differences [22:22] treesome: not really, KDE and GNOME are available in most distros [22:22] but redhat/centos/fedora and debian/ubuntu are the big ones === xpert is now known as zmaj [22:22] pplz, when i press a key, my mouse will free for a split second before moving again, any idea why? === jack is now known as Guest15615 [22:22] anyone ?? [22:22] treesome: mostly it's about package management and priorities [22:22] do you think KDE will be the most popularity DE soon [22:22] hehe [22:23] and why are there no commercial games for linux? I think for many people it'S the only reason that keeps em away from using it [22:23] bredbaker: this channel is for ubuntu support discussion only, please keep to that [22:23] can anyone hear me ?? [22:23] ok [22:23] realus: yessss [22:23] treesome, world of goo is availble for linux [22:23] bredbaker [22:23] realus: you have some kind of protection against moving mouse when typing [22:23] treesome there are, and available tru softwarecentre. [22:23] !ask | realus [22:23] realus: 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 !patience [22:23] treesome, you have to blame microsoft's attacks on opengl [22:23] ready: but I have no idea how to turn it off [22:23] treesome: this channel is ubuntu discussion, please keep to that [22:23] thats the main reason treesome [22:23] treesome: stop that please !!! [22:23] ah ok , what a shame [22:24] what shall i stop? [22:24] !ask [22:24] 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 !patience [22:24] !patience [22:24] 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/ [22:24] i DID ask the question [22:24] multiply times [22:24] what question [22:24] bredbaker seems so [22:24] treesome: what's the problem ? [22:25] my windows cd says it will boot but it doesnt and i suspect GRUB to be the problem [22:25] treesome: which windows cd [22:25] treesome: if you'r windows CD won't boot, then you need to ask in a windows channel about that [22:25] treesome: grub is not the problem, grub does not boot your windows CD [22:25] windows XP [22:25] treesome: it's not grub [22:25] treesome: xp sp1, sp2 or sp3 [22:25] treesome: join ##windows and ask the windows guys for help [22:25] sp1 [22:25] treesome, ##windows [22:26] treesome: if it is a windows cd how does grub even come into play? just boot from the cd. [22:26] sp1?? 32 or 64bt [22:26] *bit [22:26] bredbaker: this has no relevence to this channel - stop [22:26] yeah the windows guys have shitty support though. Thank you for your help, i always appreciate it , bye [22:26] ikonia: he asked not me!!! [22:27] bredbaker: yes, and I told you the topic is "ubuntu support" - not "windows support" [22:27] hello [22:27] ok [22:28] ikonia: Stealth Op! [22:28] Someone know how to configure Xorg.conf for change the resolution ? [22:28] Bndr5, xinitrc [22:28] Bndr5: xrandr [22:29] Bndr5, sorry for generating on === bladernr_afk is now known as bladernr_ [22:29] ktosiek, is right === bredbaker is now known as bradbaker_afk [22:29] itaylor57, what ? [22:30] ktosiek, xrandr doesn't work. [22:30] for default is 800x600,and i want more. [22:31] Bndr5: if it's not showing any other resolutions, reask your question with this information and say what graphics card you are using [22:31] I 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/w7deYAUg [22:31] Bndr5, check hardwaredrivers for closed source videodriver [22:31] hello [22:31] my 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] ktosiek, i have sis silicon graphics [22:32] dadsda: how is that an Ubuntu issue? [22:32] if it shows a list of other resolutions: xrandr -s 1024x768 (or whatever resolution from the list) === Jad is now known as Guest37479 [22:32] ssta: I guess my Ubuntu keeps some old connection settings and creates a conflict, it request a different IP from the router, no? === Guest37479 is now known as Jaddie [22:33] dadsda: doubtful [22:34] dadsda: maybe your computer is set up to boot from network, but that's BIOS setting and not related to operating system [22:34] 1 seg checking.. [22:35] ktosiek, 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] and suggestions that DHCP clients send do not cause any problems - server may (and normally will) ignore them [22:35] Hi 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:36] ktosiek, [22:36] ubuntu@ubuntu-laptop:~$ xrandr -s 1024x768 [22:36] Size 1024x768 not found in available modes [22:36] dadsda: no, but they are not errors (just informations that your PC requested IP from router) [22:36] I am trying to create a Hotspot on my laptop, but it does not work... did anyone get it working? [22:36] Bndr5: so, the only mode that xrandr shows is 800x600? That's a driver issue for sure, can't help you about it [22:37] ktosiek, that's what I want to solve, those wrong requests from my Ubuntu going to my Router [22:37] can't why ? [22:37] dadsda: they are just normal DHCP logs, nothing to worry about [22:37] Bndr5: I have no experience with sis drivers :-) [22:38] Bndr5, SIS isn't really good supported, manufacturor does not coop [22:38] OerHeks, i need download the driver and run , nope ? [22:38] but where and how ? [22:39] Bndr5, what sis video do you have? open terminal: lspci | grep VGA [22:40] OerHeks, 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) === b3rgler is now known as s1cre [22:41] �DCC SEND startkeylogger 0 0 0 [22:41] NOTICE - 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:42] can someone pm me ? I have problem with installing multipuble ubuntu . [22:42] the front screen tells me to choose [22:42] please help [22:42] Bndr5, small chance this howto could work >> http://blog.bigsmoke.us/2011/01/18/ubuntu-sis-671-driver [22:42] how can i keep only one environment? [22:43] cheking.. [22:43] !pm | gio333 [22:43] gio333: 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] gio333: you want to have 2 installations of Ubuntu, but with common user data? [22:43] Hey 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:44] when i do apt-get install sun-java6-jdk [22:44] i get E: Package 'sun-java6-jdk' has no installation candidate [22:44] Felix|Cat: try to open terminal and run nm-applet [22:44] i need to add a repo i think.. [22:44] brianp1992: Oracle Java is no longer available in the Ubuntu repositories. [22:45] Logan_: whats the repo? [22:45] ktosiek: Wilco. [22:45] ever since i installed ubuntu, windows has been very slow and choppy [22:45] Felix|Cat: what? [22:45] (i am running dual boot) [22:45] ktosiek: Ahem, sorry: Roger that. [22:46] Felix|Cat: Ok :-D [22:46] brianp1992: https://help.ubuntu.com/community/Java#Oracle_.28Sun.29_Java_6 [22:46] !pm | gio333 [22:46] ktosiek: (British, slightly old-fashioned way of saying it) [22:46] gio333: See what ubottu said above. [22:46] Restarting. [22:47] restarting? [22:47] It told me to. [22:47] oh, ok [22:47] brianp1992: I'd recommend using openjdk-6-jdk instead, though. It works just as well, in my experience. [22:48] Still shows Network Manager is not running. [22:48] well im setting up android sdk, i need the jdk i think, am i wrong? [22:48] I 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] Logan_: well im setting up android sdk, i need the jdk i think, am i wrong? [22:49] I 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 begining [22:49] Felix|Cat: sudo /etc/init.d/network-manager restart [22:49] it tellss me to input my username and password and also to choose desktop [22:49] ktosiek: First thing I tried. It did nothing. [22:49] and there are many environments , ubuntu lubuntu kubuntu lxde and others [22:50] I think the machine does not perform well because there are many environments [22:50] gio333: oh, ok, that's nothing wrong. It just lets you choose which one you want to run, but all programs and data are common [22:50] how can I check if I have installed something wrong ? [22:50] Ah, no, but not since reinstalling the service. [22:50] Magic, ktosiek. [22:50] I owe you a pint. [22:50] there shouldn't be any performance penalty for just having multiple DEs installed [22:50] gio333: sudo apt-get -f install [22:51] how can i figure out what wireless driver i am using? [22:51] Felix|Cat: you from he UK? [22:51] ActionParsnip: Not if you're looking at my IP, but by birth and raising, yep. [22:51] Felix|Cat: make that half a liter :-) [22:51] Felix|Cat: 'owe you a pint' is very englishy. I'm from the UK ;) [22:52] ktosiek: And pay for it in Euros? [22:52] :D [22:52] Yes. [22:52] Yes it is. [22:52] (God, I miss pubs) [22:52] Felix|Cat: what do you miss about them? [22:52] We've got some nice pubs here in Poland :-) [22:52] ktosiek: or 16 fluid ounces ;) [22:53] ktosiek: ...having somewhere you can get a pint. Egypt's not so hot on them. [22:54] ActionParship: what is this command you wrote? [22:54] the computer i use is like rubbish [22:54] I need my OS to be lightweighted [22:55] what is /etc/skel ?? [22:55] gio333: it makes sure the packages are all ok, that deps are met etc [22:55] i want to edit my global bashrc [22:55] duckx: the default profile that new users copy when they are made [22:55] 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] gio333: 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 them [22:55] duckx: edit /etc/bash.bashrc I believe, its a file in /etc you need to edit [22:55] javierf_: precise support is this way -> /join #ubuntu+1 [22:56] duckx: it's what new users get copied into their $HOME [22:56] Now, 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] ic thanks! [22:56] skel stands for skelton ? [22:57] I think so [22:57] Felix|Cat: unload then reload the driver module, may help [22:57] duckx: afaik yes [22:57] ktosiek: 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] On 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:58] Cheers ktosiek, ActionParsnip. [22:58] what's the package name for the "boost" dev tools? [22:59] gio333: 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 started [22:59] !find boost [22:59] Found: 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§ion=all [22:59] gridbag: libboost-dev maybe.. [22:59] gridbag: or try: apt-cache search boot | less [22:59] if you want to find what's eating your CPU use top (or htop, it's nicer :-)) [22:59] boost, typo [23:01] hi, I have a question about the sadc implementation in ubuntu 10.04 [23:01] I am trying to collect individual i/o metrics for each disk [23:02] sadc doesn't accept the -d option nor does -S DISK provide that data to make sar -d work [23:02] you just get Requested activities not available in file.... [23:03] I have hunted hi and low for a solution... anyone know how this is done? [23:03] hinder90: does testdisk not help? [23:04] someone know how works xrandr ?? [23:04] hinder90: or hdparm [23:04] ActionParsnip: I added it and the behavior didn't change [23:05] hinder90: testdisk is a data recovery app so isn't useful. Got muddled [23:05] ActionParsnip: hdparm already install [23:05] OerHeks, [23:05] iostat shows the data well enough [23:05] hinder90: you can set options on devices with hdparm [23:05] I am just trying to collect with sar [23:05] hi, am running 10.04, is there a fix for CVE-2012-1182 ? thanks [23:05] The 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:06] ActionParsnip: whoa, do I want to be mucking with hdparm? looks dangerous :-) [23:07] there 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] Curious. 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] gio333: kill it and see what happens [23:08] nostriluu: not yet. [23:08] The 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] it's funny that it's running, do you have some "system monitor" hotkey on keyboard? [23:08] pici, what should i do in the meantime ? it seems rather threatening [23:08] Any ideas? [23:08] gio333: LXDE is made using GTK [23:09] FrozenFire: Intel 64bit CPUs used in desktop are of amd64 architecture [23:09] FrozenFire: amd64 is just a name that stuck, much like 'IDE drive. It will run on 64bit intel CPU [23:09] AFAIK Intels 64bit arch (IA64) is not used on desktops [23:09] ActionParsnip: what was your sugguestion what I should do with hdparm to get disk i/o metrics to report in sadc? [23:09] ActionParsnip: Is it running by default in lubuntu ? [23:10] hinder90: sudo hdparm -Tt /dev/sda [23:10] Yeah, 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] ActionParsnip: it looks like it is doing something when I run that [23:10] gio333: 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 xfce [23:10] nostriluu: 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:11] Someone know how solve this ? http://pastebin.com/F09nHjts [23:11] hinder90: it's the test command, it tests write and read speeds [23:11] ktosiek, still here. [23:11] ActionParsnip: it would seem like the -d aption simply doesn't work with lucid's implementation of sadc [23:11] nl [23:11] why is the minimal-issue enabling backports by default? [23:12] thanks pici. [23:12] hinder90: not someting i've used tbh [23:12] what is ubuntu 4? [23:12] Hrmm, sounds like Wubi + Truecrypt is a no-go [23:13] Bndr5: what needs to be solved exactly? You want more resolution modes? [23:13] inxtone: wha? [23:13] Bndr5: if xrandr is not showing you all the sizes you want it's something with drivers, and I don't know anything about SIS drivers [23:13] inxtone: As in "for?" [23:13] simple question [23:13] what is it used for? [23:13] oh [23:13] !ubuntu | inxtone [23:13] inxtone: 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.com [23:13] L3top, nope just 1024x768, delete the others [23:14] how does it differ from .Net development [23:14] ActionParsnip: the other issue may just be that lucid's implemention doesn't support -d [23:14] inxtone: what is windows used for? [23:14] hinder90: do versions in later releases suport it? [23:14] inxtone: same deal [23:14] well... you wouldn't want to delete them... they are available modes [23:14] L3top, I see now 1280x1024, and i need the others. [23:15] L3top, i need the 1024x.. [23:15] you will need to change the currently used mode in desktop settings [23:15] damn bro i was 12 with vb4.0 on woal now im back @ .Net @ age 28 [23:16] never got to linux [23:16] yes there're 800x600,1280x1024, and 600x... [23:16] ActionParship: Actiually not, sorry... it just seems that sadc -S ALL doesn't provide sar with what it needs to report info -d should [23:16] 1024x768 doesn't [23:16] ActionParsnip: I am looking to do is collect what iostat reports with sa1 [23:16] Bndr5: what needs to be solved exactly? You want more resolution modes? [23:16] inxtone: then you've missd out on an awful lot :P [23:17] ubuntu@ubuntu-laptop:~$ xrandr -s "1024x768" [23:17] Size 1024x768 not found in available modes [23:17] what is even the point of other OSs [23:17] inxtone: you have a technical support question? [23:17] you boot to process data either way [23:17] inxtone: take a look; if you use it right, it will change thwe way you work [23:17] nah im simply thinking [23:17] 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:18] Bndr5: lspci | grep VGA [23:18] inxtone: well, I don't know whats the point of OSes other than Linux either [23:18] L3top, ubuntu@ubuntu-laptop:~$ lspci | grep VGA [23:18] 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) [23:18] ktosiek: lol [23:18] d-bugger: but isnt rich text processing through object design the same with any code [23:19] inxtone: linux isnt just about the code [23:19] d-bugger: id love to 9 [23:19] you can use linux for a lot more than windows without ever really touching any coding [23:19] plus, theres several levels of coding, if you wish to get into it [23:19] d-bugger: but isnt the whoel point to boot @ a custom eNvio [23:20] what do you mean - custom environment? [23:20] less clicks the better? [23:20] - controller navigation [23:20] its much more than just less clicks [23:20] ood [23:21] Bndr5: oh man those are always hell [23:21] for example, linux stores its log files as plaintext [23:21] so are ini's [23:21] Bndr5: http://ubuntuforums.org/showthread.php?t=958967&page=78 [23:21] inxtone: which are not logfiles :-P [23:21] while it may seem simplistic to windows folks, it makes it easy to manipulate through pipes [23:21] pipes? [23:21] L3top, i was trying this http://www.linuxjournal.com/content/guerrilla-tactics-force-screen-mode-ubuntu [23:21] thus, each thing is treated as if it were a database [23:21] Hi Im trying to upgrade to new ubuntu but update manager is giving me this error: Authentication failed [23:21] Authenticating the upgrade failed. There may be a problem with the network or with the server. [23:21] afk. [23:22] but there're some numbers after the resolution idont understant, [23:22] Linux 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 commands [23:22] probably modlines... afk [23:22] does it really matter what OS you use? [23:22] inxtone: for example, say you want to find how many UDP hits on your firewall came in [23:22] okythx. [23:22] d-Bugger: udp? [23:23] inxtone: of course it does and here comes the answer [23:23] the command is something like 'cat |grep UDP|wc [23:23] !free | inxtone [23:23] inxtone: 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/licensing [23:23] kubuntu or lubuntu or xubuntu use less CPU ? [23:23] that flexibility is something that i, using windows for a good part of my life, didnt find [23:23] I checked online, but it seams no one can fix this issue, any ideas? [23:24] gio333: lubuntu [23:24] of course, i didnt know i was missing it until i moved to linux [23:24] and there's a lot of cultural differences, on Windows every application is it's own world and making them work together is pain [23:24] dd-Bugger: imo windows isn't designed to be used.... it's to be developed [23:25] inxtone: i thnk even MS would disagree with that point [23:25] thats why they'd ship [23:26] Bndr5: try: gksudo gedit /etc/X11/xorg.conf and paste in this text: http://paste.ubuntu.com/925672/ [23:26] Authentication failed [23:26] Authenticating the upgrade failed. There may be a problem with the network or with the server. Has anyone seen this? [23:26] ActionParsnip, oky [23:26] keithzz: what is the output of: lsb_release -sc [23:26] Bndr5: if you get no desktop, boot to root recovery mode and rename the file [23:27] keithzz: and what is the output of "ping -c 4 google.com" [23:27] can anyone help me get a folder transfered from a virtual box windows 7 to my main os ubuntu 11.10? [23:27] ActionParnip: Maverick [23:27] 110 is the building where i saw the towers fall... [23:27] keithzz: maverick is EOL now [23:27] !ot | inxtone [23:27] keithzz: EOL = no support + no updates [23:27] inxtone: #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] ActionParsnip, i saw my Xorg empty [23:28] ActionParsnip: how can I upgrade :$ ? [23:28] Bndr5: yes by default it is empty, some video chips and setups need the file to tell it how to run [23:28] !upgrade | keithzz [23:28] keithzz: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [23:28] !eol | keithzz (last link) [23:28] keithzz (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/EOLUpgrades === hashashin is now known as Guest60242 [23:28] !maverick [23:28] Ubuntu 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] keithzz: 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:29] ActionParsnip, this is not better ? http://pastebin.com/YzJwWGz3 [23:29] how would one custumize the OS on ubuntu? [23:29] inxtone: the installation media? [23:29] inxtone: that depends on what you want to customize [23:30] inxtone, one of the great things about Ubuntu is you can customize it any way you want, [23:30] rtf units [23:30] inxtone: or the installed system? [23:30] Bndr5: try both :) === chad is now known as Guest38467 [23:30] !remaster | inxtone [23:30] inxtone: 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_Utility [23:30] how ? two XOrg.conf in X11 ? [23:30] or one by one ? [23:30] Bndr5: if you want, only the one named xorg.conf will be used though [23:31] ok. now ? [23:31] inxtone: 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] hello, i recently bought a HD 6870 GPU and im not sure how to install the drivers for ubuntu 11.10 [23:32] Bndr5: reboot and prey to the great penguin on high [23:32] mentalove: go into hardware wizard [23:32] !ati | mentalove [23:32] mentalove: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [23:32] mentalove: it's a radeon? [23:32] yes [23:32] it should work out of the box, try to run some games [23:32] ActionParsnip, whats meaning ? [23:33] ubuntu doesnt run games >.< [23:33] Guys, 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 upgrate [23:35] keithzz: what does not work? [23:35] mentalove, 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] sudo apt-get upgrade ? [23:36] I get this: [23:36] Authenticating the upgrade failed. There may be a problem with the network or with the server. [23:36] keithzz: use the text about the EOL-upgrades [23:36] keithzz: you got from ubottu [23:37] mentalove: oh really? not played Penumbra series or Urban terror? [23:37] you probly need to update your repositoryies? [23:37] mentalove: or Doom3 or Return to castle Wolfenstein or World of Warcraft [23:38] meh [23:38] Minecraft! [23:38] ActionParsnip, the pinguin works! [23:38] thanks! [23:38] iceroot: I have 10.10 running, these docs cover earlier versions [23:39] the ones I found on internet that cover 10.10 suggest upgrading using update manager [23:39] ubuntu@ubuntu-laptop:~$ xrandr [23:39] Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768 [23:39] default connected 1024x768+0+0 0mm x 0mm [23:39] 1024x768 60.0* [23:39] 800x600 60.0 [23:39] Bndr5: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:39] 640x480 60.0 [23:40] Bndr5: backup the file that works so if you need to reinstall you can use it again [23:40] omg installing LAMP on ubuntu is so much beter than crappy centos [23:40] and everything is recent [23:40] ActionParsnip, good idea. [23:40] Bndr5: crappy SiS GPUs often need xorg.conf files [23:40] centos is like friken stone age [23:40] so glad im off that pos [23:41] LittleFoot, lets stay on topic please [23:41] freak! [23:41] relax [23:42] LittleFoot, did you have an actual support issue? chit chat in #ubuntu-offtopic NOT here [23:43] any OS is meant to throw you off ... that's why I'm all mine in theory [23:43] what is even the point of sitting at a computer [23:43] inxtone: still offtopic, stop it please [23:43] inxtone: thats is offtopic here [23:43] hey! i got my driver working somewhat. thank you [23:43] keithzz: ah ok sorry [23:44] iceroot: i appologize === Guest60242 is now known as hashashin [23:50] are there any other active rooms that tolerate off-topic discussion? [23:50] inxtone, #ubuntu-offtopic [23:50] no one is asking [23:51] wats ur problem [23:51] LittleFoot, it's still not the chat room here [23:51] .. [23:51] ur sum kind of asshole? [23:55] hi [23:55] need some help [23:55] ask away [23:56] please it's possible to install a previous version on flash plugin in ubuntu 10.04? [23:56] nexushaxx: if you can find the plugin file, or the deb. Sure [23:57] from the official website of adobe ? [23:57] nexushaxx: well that will have the latest one, not an older one [23:58] so I may googl'it !!! [23:58] right ? [23:59] nexushaxx: pretty much, is the new one causing issues? [23:59] ubuntu should be work on 1.6 Ghz ?? [23:59] I have problem with the latest one [23:59] can't work [23:59] Hello 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] anyone know about openCL and drivers on ubuntu ?