[00:00] hulio, there is a additional drivers tab in software & sources first place to look [00:00] so you'r not prefer install driver from nvidia website? [00:00] hulio, Not supported here, and there is no best. [00:00] hulio: If the driver is available in the softeare repository, install from there as 1st choice. [00:01] hulio, if you *really* have a reason to have more recent drivers than that, there is a ppa. [00:01] but the repo is fine [00:02] i am using ubuntu 15 :) [00:02] two 15's which one hulio ? [00:02] 64bi [00:02] restarting..brb === Ranieri_ is now known as Ranieri_0 [00:03] trying to get my touchscreen working in X. the mouse pointer follows my finger as i drag it but always returns to the top left corner of the screen...any ideas? [00:05] hey guys, I have a bunch of mkv-files in my "Downloads"-folder, some of them are in subfolders (which contain spaces). i want to reencode them with mkvmerge recursively. for $file in *.mkv won't work with subfolders, find would be better but has to be piped into xargs [00:06] now mkvmerge has a syntax that lets me specify an output filename, but there is no variable which contains the filename as it is just piped into it via xargs === bazhang_ is now known as bazhang [00:08] ponA: use find instead perhaps, then pass the found mkv's to the program. [00:08] i use find and pipe it into xargs [00:08] now i need the found result in a variable, is there a way to achieve that? [00:08] ask in #bash because this isn't strictly OS support :) [00:09] ahh, thx, i sought for an #shell channel, but didnt find one [00:09] datnig, sounds like you need to clean edges and/or calibrating [00:09] !info xinput_calibrator [00:09] Package xinput_calibrator does not exist in vivid [00:09] ugh [00:14] what is the best way to get info on your OS and desktop environment in linux [00:14] like what specifically? [00:14] i meen from terminal [00:14] "uname -r" kernel, "cat /etc/issue" for a version, "lsb_release -a" or -d for more [00:14] etc etc. [00:14] like if its gnome kde if it has unity or stuff like that [00:14] 333222 [00:14] well you should know by what you installed [00:15] but you can also install other DEs after, so it's kinda moot [00:15] well im connecting to a lab pc [00:15] they gave me access to at work [00:15] 333222 [00:15] right... [00:15] toor_: stop that please. [00:15] i duno whats on it [00:16] TechMonger: well what are you trying to achieve? [00:17] have you heard that? https://soundcloud.com/homestudio7gr/before-i-forget [00:17] daftykins, im just compairing it to my test box at home [00:17] how to install .bundle [00:17] marchesini: inappropriate here. [00:17] hulio: what is it and where from? [00:17] vmware .bundle [00:17] hulio: read their docs. [00:17] ok === salvum is now known as salvum_away [00:18] likely it's a script or binary you have to run === themattbeballin_ is now known as themattbeballin [00:18] echo $DESKTOP_SESSION [00:20] daftykins, got it. chmod a+x [00:22] daftykins, i hate sticky edge lol finally i disabled it [00:22] I thought there is problem with my mouse [00:22] daftykins the lsb-release command didnt work [00:23] TechMonger: probably isn't debian or ubuntu then [00:23] TechMonger: oh wait, it's lsb_release i think [00:23] yep [00:24] but yeah none of that is DE info [00:24] daftykins i got it to work with a _ not - [00:25] still dosent give the desktop environments it has [00:25] the only way i can find it on my home comp is with hardinfo [00:25] but thats not in term [00:26] its not in facter [00:27] are ppl stumped or ignoring me? [00:28] TechMonger: Tead abive OerHeks> echo $DESKTOP_SESSION [00:29] Bashing-om that whole thing? [00:30] technicaldrunk: No, as you want the DE. terminal command ' echo $DESKTOP_SESSION ' will give that result . [00:32] it just gave me an empty line [00:35] maybe you are hacking that patriot missile system in Turkey now http://rt.com/news/272275-german-patriot-missiles-hackers/ , anyway, it is not ubuntu related [00:35] TechMonger: Humm .. OK, what about terminal command ' echo $XDG_CURRENT_DESKTOP ' ? [00:36] I added a new user using useradd and have the home directory added. i copied in some .bash* files, but none of them are being loaded at startup. how do i do this? [00:39] Bashing-om victory! [00:39] wait... kind of === harrison is now known as Guest21478 [00:39] it says unity but it dont say gnome or kde... [00:40] dosent^ [00:40] unity = gnome3+unity [00:40] so unity dosent run with kde? [00:41] http://askubuntu.com/questions/125062/how-can-i-find-which-desktop-enviroment-i-am-using [00:41] nope [00:42] i was on that page. where did you get the xdg part from? [00:44] exit [00:44] TechMonger: i think you're confused about what KDE, Unity and Gnome are [00:45] daftykins lol you might be right [00:46] i think gnome and kde have different cammands and utilitys [00:46] i duno what unity is [00:46] some kind of gui? [00:47] thats all i really know [00:47] tbh doing GUI stuff remotely i consider to be a bit of a mistake [00:48] so it'd be better if you found an actual *task* you're trying to perform [00:48] i do it work and some of the ppl i work for use guis [00:48] and they do it remotely [00:49] that wasn't very clear [00:49] essentially, if you had asked "i'm trying to run _THIS_ remotely via ssh -X... but this happens..." then maybe we could get somewhere [00:50] im running ubuntu debian unity and the $XDG_CURRENT_DESKTOP [00:50] command worked [00:51] i just wana know what the xdg is [00:52] anyone here know about upstart scripts? [00:52] TechMonger: you don't call it debian :P [00:53] Guest38499: best to ask the ACTUAL question :) [00:53] !xdg | TechMonger [00:54] ? [00:54] whoops [00:54] xdg-open is a desktop-independent tool for configuring the default applications of a user. [00:54] ment gnome [00:54] we say 'ubuntu with unity' typically [00:54] thx [00:55] i have the following upstart script - https://bpaste.net/show/d353cfbbf5cc [00:55] it works manually [00:55] that bites with nice desktop choises [00:55] but, on reboot, it doesn't automatically start [00:56] TechMonger: XDG = desktop integration utilities. Giving one the ability to make many queries (and manipulations) about the system . [00:58] ok... [00:59] well i tried to run "echo $XDG_CURRENT_DESKTOP" [00:59] on another machine and it output a emty line [00:59] does that mean it dosent have unity? [00:59] maybe it's a headless server [01:00] lol is that the technical term? [01:00] yes [01:00] never herd of it [01:00] u guys think you are tough? [01:00] vacho wrong channel for that [01:01] bazhang: true. [01:01] bazhang: my bad. [01:01] chit chat to #ubuntu-offopic please vacho [01:01] TechMonger: I would expect 'XDG' to be universal " sysop@1404mini:~$ echo $XDG_CURRENT_DESKTOP >> XFCE " is the response I get on this system . [01:06] apt-get is jacked what to do? [01:06] can't do nything for 3 days now [01:06] it's decap? [01:08] what is the error? [01:09] 404s, exiting immediately, etc [01:09] lopx: Errors ? Show the channel ' sudo apt-get update | pastebinit ' . [01:10] hello everyone, I have installed some 3d driver packages (from oibaf), then unistalled few things or so. Well now After selecting Xubuntu from the boot screen, it will never end up on the desktop. However issuing startx from ttyx console does work. anyone has a clue how to fix my issue? [01:10] lopx: must be just you, share a pastebin of "sudo apt update" [01:15] khaon: Hummm .... 1) Do you own "your" /home ' ls -al /home ; la -al /home ' ? 2) is a graphics driver loaded ' sudo lshw -C display ? [01:19] HOla [01:19] HOla [01:24] you can execute a (permissions-wise) non executible bash/sh script by passing it as an argument to bash/sh command (which is executable), saving you the chmod +x step if you just wanna sh somescript.sh really fast [01:24] is there a similar mechanism for .bin files? [01:25] say i don't want to tell bash to ./run_some.bin [01:25] is there an executable (call it bin) that allows me to >bin run_some.bin [01:25] Bashing-om, yeah i am the owner of the machine i am on: here are the pastebin : http://paste.ubuntu.com/11845191/ http://paste.ubuntu.com/11845194/ [01:27] khaon: Well so far so good, what about ' ls -al /home/khaon ' ? [01:28] ls -al /home/khaon > http://paste.ubuntu.com/11845220/ [01:28] khaon: Look'n at http://paste.ubuntu.com/11845220/ . === salvum_away is now known as salvum [01:31] khaon: That too confirms that 'you' have the authoroty to access your /home. Nvida recommends the 352 driver for that card. What release are you running ? [01:32] i am running open source driver: nouveau [01:33] well, i think, to be sure how i can check? [01:33] khaon: That is the driver, yes. But are you running release 14.04, or ? [01:34] oh yeah i forgot to mention my release, i am on 15.04 [01:34] vivid [01:37] khaon: 15.04 has support fpr that card. How about purging the olaf PPA and see what results with ' sudo ubuntu-drivers devices ; sudo ubuntu-drivers list ' consider installing the driver from the repository . [01:38] i dont mind purging anything :D i tried to install olaf to run steam platform, hold on [01:39] some upstart guru in here? [01:39] i have the following upstart script in `/etc/init` for my ubuntu - https://bpaste.net/show/ca9679828fb6. The script will run manually, but will not run automatically on system boot up (or reboot). Could someone assist me? [01:39] i'll send you a snickers via ups [01:42] what is the nomenclature to purge a ppa? i have the ppa-purge command available [01:45] ok i uploaded my package source after removing xorg-edgers & oibaf to be sure, and installed nvidia 340 as it seems to be the newest proposed by your commands [01:45] updated* [01:48] khaon: Check that we have no conflicts ' dpkg -l | grep -i nvidia ' and make sure the sources are disables ' tail -v -n +1 /etc/apt/sources.list.d/* ' . [01:55] khaon: ^^ My last . Also ' sudo ubuntu-drivers autoinstall ' will install the recommended driver . [01:56] Bashing-om + 1 http://askubuntu.com/questions/449693/how-to-change-graphic-card-driver-using-ubuntu-drivers [01:57] OerHeks: :) I am learning, huh ? [01:58] deltoo: no. [01:58] autoinstall is the easiest way indeed, i guess it will also install any available wireless driver too === charlie_ is now known as Guest99291 [02:00] OerHeks: If this operating system gets any simpler, we are going to be left with nothing to do . [02:01] That is the idea, with containers and snappy :-( [02:01] hello [02:02] just relax and listen to dave gilmour's guitar as the interface becomes biological [02:02] can anyone help a newb [02:03] Good Morning, All [02:03] Gest99291: Probably [02:03] Guest99291: Probably [02:03] lmao [02:03] okay [02:03] Guest99291, ask, wait and see, we are all volunteers. [02:04] Bashing-om, sorry lol, i was helping someone in another channel( android) i totally forgot my problem :D so i did not yet restared [02:04] well im trying to convert a corrupted m4a file to wav [02:05] khaon: Help comes 1st. See my aboves. No conlicts, and PPAs disabled ? [02:06] if im in the wrong place please point me in somewhere else [02:06] Guest99291: You would probably have better luck in an audio IRC to be honest, but someone might know something here. [02:06] ok [02:09] Bashing-om, oibaf repo is not commented from /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-vivid.list.save however it is from /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-vivid.list [02:10] i removed few dpenedies from xorg-edgers I could spot with dpkg -l | grep -i nvidia and then forced --reinstall nvidia-340 [02:10] i just need now i guess to reboot :p [02:11] Anytime something breaks the first thing that goes is the xserver, doesn't matter what it is, network connection gone? xserver breaks. Someone sneezes? Xserver breaks. Solar eclipse? Xserver breaks. [02:11] khaon: We want NO graphics PPA to be active. When ready, reboot and let's see the effect . [02:12] nmatrix9: seems more like chat than a question :) [02:13] daftykins, Well Iam trying to fix my resolution as when I ran out of hd space in the middle of a package update my nvidia settings got screwed. [02:13] daftykins, now my monitor is stuck at 1280 x 800 [02:13] with no other monitor options. [02:13] seems to be a running theme with me. [02:13] ok gonna need a bit more detail, have you resolved the disk space issue first? :P [02:13] daftykins, yes now I have more than enough. [02:14] so what card and which driver from where? [02:14] daftykins, I re-installed the nvidia drivers current version 352 (open source). [02:14] daftykins, didn't seem to resolve anything as Iam still stuck at 1280 x 800 [02:14] 352 is not open source [02:15] nmatrix9: pastebinit /var/log/Xorg.0.log [02:17] daftykins, http://pastebin.com/YnxatMUJ [02:18] daftykins, my mistake let me paste to ubuntu [02:20] oi [02:20] daftykins, http://paste.ubuntu.com/11845461/ [02:20] oi [02:21] nmatrix9: you're passing tonnes of junk kernel boot parameters, delete them [02:21] nomodeset video=uvesafb:mode_option=1440x900-24,mtrr=3,scroll=ywrap [02:21] all that is junk [02:21] daftykins, you mean in my grub [02:21] either that or one time at boot for a test === django_1 is now known as django_ [02:22] how do i keep my touchscreen calibrated after i switch resolutions? [02:23] daftykins, so just stick to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" keep it simple and hope for the best? [02:23] nmatrix9: well hope isn't necessary, you were forcing no nvidia driver to function by passing the above :) [02:23] yeah give it a go. [02:23] daftykins, well it worked beautifully before. [02:24] i hugely doubt that [02:24] you were forcing vesa framebuffer to be used :D [02:24] List [02:25] List [02:26] daftykins, Well wish me luck just did the grub update, if you don't see me back in this chan in the next 5 minutes call the cavalry. [02:26] daftykins, rebooting in 1 minute. [02:26] Does anyone run Ubuntu on their MacBook Pro? If so how hard is it to get going? [02:28] !mac [02:28] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [02:28] Haligan82: ^ [02:28] I would love to dual boot to giveubuntu a try [02:28] https://riobard.com/2010/04/30/l2tp-over-ipsec-ubuntu/ is this agood totorial to install vpn on ubuntu? [02:31] daftykins, Iam back, but the issue still remains still stuck at same resolution. === Blaster is now known as Guest83289 [02:31] nmatrix9: ok a fresh paste of /var/log/Xorg.0.log [02:31] this file reveals all [02:33] How would I go about installing Ubuntu Touch on an IQ504 HP Touchsmart Computer? :D [02:34] ubuntu631: link to what that is? [02:34] ubuntu631, https://wiki.ubuntu.com/HP%20TouchSmart%20tm2 < try this. [02:34] daftykins, http://paste.ubuntu.com/11845510/ [02:35] how would I find a recent download? [02:36] datacrata: a recent download of what¿ [02:36] nmatrix9: ok you don't have nvidia installed right now, reinstall if you used the website download (mistake, reason why you're having such issues) or reinstall a repo driver [02:36] nmatrix9: which card is it? [02:37] of anything that I've downloaded [02:37] datacrata: using what? [02:37] package update downloads? browser downloads? [02:37] inflatable pig downloads? [02:38] firewall, and antivirus? [02:38] that is not the answer i was looking for [02:38] _how_ did you download what you're looking for? [02:38] from the authors site [02:39] so web browser? [02:39] look in ~/Downloads/ and /tmp/ [02:39] is `grep` standard on all ubuntu variants (desktop, server, etc.)? [02:40] yes [02:40] thanks [02:41] daftykins, Geforce GTX 550 Ti [02:41] ok, now how do I check to see if clamav is working and up to date? [02:41] daftykins, I've been downloading the nvidia drivers via the repositories [02:42] nmatrix9: so "dpkg -l | grep nvidia | pastebinit" [02:42] datacrata: i hope you didn't download clamav from a website [02:43] daftykins, http://paste.ubuntu.com/11845537/ [02:43] daftykins, that's pretty cool by the way [02:43] oh lord that's a mess [02:43] No I did not I was untill I saw it was posted that if I had linux it was already in the repository...that may also be my problem I'm having also with poor resolution graphics [02:43] nmatrix9: sudo apt-get purge nvidia* [02:44] nmatrix9: i see you have xorg-edgers installed, so 'sudo apt-get install nvidia-352' if that's their newest. [02:44] daftykins, E: Couldn't find any package by regex 'nvidia-prime-upstart.log' [02:44] where does upstart service send logs? [02:45] nmatrix9: eh, ignore that - did it remove any others ok? [02:45] daftykins, I got that error before it's telling me it can't find any nvidia packages [02:45] nothing [02:45] daftykins: is clamav a good antivirus for xubuntu? [02:46] nmatrix9: list all the ones from the above dpkg -l command with 'sudo apt-get purge' [02:46] datacrata: i find it pretty laughable running AV on any OS personally [02:46] REALLY! ?...And why is that? [02:47] !av [02:47] 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 [02:47] well somthing is really slowing me down when I'm online, and especially when I do my online classes.... [02:47] daftykins, like so? dpkg -l | sudo apt-get purge nvidia* | pastebinit [02:47] well there are a hell of a lot of variables there, datacrata [02:48] a virus on ubuntu it is NOT :) [02:48] ok [02:48] nmatrix9: nah "sudo apt-get purge package1 package2 package3..." manually type them in [02:48] daftykins: so what about a firewall? [02:48] you're behind a home router most likely, so again pointless [02:49] !ufw [02:49] Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [02:49] ok...switching topics... [02:49] however if you're out in the wild on wireless networks you don't trust, ufw could be handy [02:49] and ufw is what? [02:49] datacrata: a firewall application [02:50] datacrata: see all the text ubottu said above? [02:50] i made him say it - have a read [02:50] ok..i use ethernet at home not in public much [02:51] ethernet is a protocol, i'll assume you meant a wired connection [02:51] daftykins: of course..thanks [02:52] daftykins: now one more thing are the nvidia drivers for linux users and is it important to download? [02:53] datacrata: which device do you have? is this a laptop or desktop? [02:54] Laptop...daftykins: I did a few updates but still do not see where drivers where installed or updated...can you please assist? [02:54] i already have been [02:54] lol [02:54] I know [02:54] do you have standard unity, with all the tile icons on the left-hand menu? [02:55] I type that question before you asked [02:55] click the dash top left and start typing "additional drivers" and it should come up, might offer you a proprietary nvidia driver to install [02:55] not familiar with standard unity is [02:56] to left in the terminal or this chat area here? [02:56] left of the entire desktop [02:57] https://upload.wikimedia.org/wikipedia/commons/2/2c/Ubuntu_14.04_Search_applications.png [02:57] so like that [02:57] daftykins: ok..it says searching [02:58] daftykins, http://paste.ubuntu.com/11845614/ [02:58] daftykins: it says no additional drivers available [02:58] nmatrix9: hrmm there's not much in that :P [02:59] datacrata: ok open the terminal application with ctrl+alt+T then type "sudo apt-get update && sudo apt-get install pastebinit" then "lspci | pastebinit" [02:59] ok [02:59] daftykins, no packages where found: dpkg -l | sudo apt-get purge bumblebee-nvidia, nvidia-304, nvidia-331, nvidia-331-updates, nvidia-331-updates-uvm, nvidia-352, nvidia-opencl-icd-304, nvidia-opencl-icd-331, nvidia-opencl-icd-352, nvidia-settings | pastebinit [03:00] sudo ubuntu-drivers devices [03:00] OerHeks: there aren't any available :) [03:00] nmatrix9: you're still not running the right command, you keep sticking dpkg -l in front even though i said not to [03:01] nmatrix9: i said SPECIFICALLY to run "sudo apt-get purge package1 package2..." [03:02] daftykins, ok, ok [03:04] daftykins, still the same [03:04] nmatrix9: show a paste of the entire command and output [03:04] daftykins: can you post the proper pastebin link [03:05] datacrata: well i asked you to run a command which will post it directly, then you will be given a link to paste here [03:06] daftykins, I tried all combinations it's the same output: http://paste.ubuntu.com/11845654/ [03:06] I ran the command and you mean you want me to post it on the paste bin site right? [03:07] combinations o0 [03:07] datacrata: there were two commands [03:07] nmatrix9: heh, no commas [03:07] commas screws it up because e.g. nvidia-331, != nvidia-331 [03:08] daftydins: I ran both commands at the same time..was I suppose to run single commands only? [03:08] guys, you ought to get a lot better at reading and following instructions [03:08] "sudo apt-get update && sudo apt-get install pastebinit" [03:08] then [03:08] "lspci | pastebinit" === datnig is now known as obama [03:09] is it necessary to put in real contact info when registering a domain name? [03:10] all my contact information is fake [03:10] i approved this message [03:10] gambl0re, you can use a PO box [03:10] gambl0re: that is not on topic here. [03:10] i dont have a PO box [03:10] obama, I feel safer knowing you have everything under control [03:11] daftykins: sorry I understand now...I did not include the pastebinit [03:11] don't feed the trolls! [03:11] thank you, my latest announcment is that linux will be free to all illegal aliens [03:11] american citizens should give up some of their linux to those less fortunate [03:11] !ops obama's being an idiot [03:11] binaryhermit: I am only a bot, please don't think I'm intelligent :) [03:11] is namecheap a reputable site? [03:12] daftykins: I ran the command like you requested....now what? [03:12] !ops ubottu is a bigot [03:12] datacrata: 'the' ? or both? as i say it should have resulted in a URL to paste here [03:13] daftykins: My ? to you is..can you send me the correct link to the paste bin site that you use so i can send you the link? [03:13] daftykins, ok now it's being purged [03:14] datacrata: i can't tell if you're just too new to this or strolling [03:14] binaryhermit: you need a pipe | between the thing you're directing it at and the action [03:14] strolling? trolling. [03:14] what do you mean strolling? [03:15] datacrata: in the _terminal_ type this: lspci | pastebinit [03:15] you should see a URL, http://paste.ubuntu.com/ [03:15] paste that... in here [03:16] daftykins, the purge is done, I take it I should reinstall the latest? [03:16] you want me to post terminal readings on the paste bin site and then post the link here...I forgot the pastebin correct url...I was just asking if you can give me the correct link to pastebin [03:17] nmatrix9: yeah check on the xorg-edgers PPA which they have [03:18] datacrata: "lspci" = a program which shows the hardware in your system, type it now in the terminal - see what happens [03:18] | means send the output to... [03:18] and "pastebinit" is a program which will automatically pastebin that command to the website [03:18] ok [03:18] resulting in a link to share here [03:18] congrats you've made the most simple task take ages === snapdata- is now known as nexus === nexus is now known as solarnexus === solarnexus is now known as asdasd [03:19] daftykins: ok well if thats the case it should be there already for you to see === asdasd is now known as asdasd9 [03:20] no, they have unique URLs - you have to show me it [03:22] daftykins, btw 352 is open source in my software and updates window only 304 and 331 are propietary. [03:25] http://pastebin.com/0FerhbAr [03:25] nmatrix9: makes zero sense that. [03:25] nouveau is open, nvidia is not [03:25] daftykins: http://pastebin.com/0FerhbAr [03:26] wow that's a mess. [03:26] datacrata: see at the start, you were supposed to type ...install pastebinit [03:26] but you missed that [03:27] datacrata: you don't even have nvidia graphics at all [03:28] daftykins: thats what i told you earlier if you scroll up...i missed that, and when I finally figured out what you meant I told you that also and wanted the direct link to post in paste bin so you could do what you just did [03:29] you weren't very clear [03:29] there are no better drivers for you, that's an ancient machine [03:30] its only about five maybe six years old...not all that ancient [03:32] does `service --status-all` show all services? [03:32] or just the general ones [03:33] datykins: so are you saying, I can not update my drivers? [03:33] sorry typo=daftykins [03:33] yes, yes i am [03:34] hi,nice to meet u all,i'm new here [03:35] daftykins: what did you mean when you say Im strolling?.. === eueu is now known as Guest65442 [03:36] datacrata: i'm just not used to someone being so bad at following instructions before, i thought you were trolling. [03:36] but this is not the place to learn what that means [03:36] xxx_: hello. support chat in here, general chat in #ubuntu-offtopic [03:37] what do you mean trolling?...never mind..ne way..new topic..daftykin: can you tell from that pastebin that I posted..can you tell i I [03:38] incomplete sentence. [03:38] typo [03:38] sorry [03:39] I was trying to ask you " from that pastebin post from me, did you see if I had a proper update ? [03:40] datacrata: you have some redundant third party repositories [03:40] too messy. [03:41] xangua: so what do I need to do? [03:41] probably get rid of all those repositories and packages or a fresh install [03:42] xangua: whic is better..fresh install or getting rid of repositories? === Fab is now known as Guest69583 [03:48] i have a domain name eg. www.blahblah.com. when a user enters that address in the browser i want the browser to redirect it to my github page without showing the github page url [03:49] gambl0re: still not ubuntu support. [03:49] take it elsewhere please [03:49] and you can't do that [03:49] ? [03:50] new to ubuntu any advice im running on arm based chromebook [03:50] yourfavoritejack: plenty of guides out there for installing on given models [03:51] why cant i do that [03:51] i had no problem installing the os but, i'm slightly lost on installing programs such as tor [03:53] daftykins, still at square one http://paste.ubuntu.com/11845812/ [03:53] yourfavoritejack: for tor you'll probably want to get it directly from the official site, as the repos won't normally keep up. Anything else you can normally use the software center, apt-get, synaptic, or similar to install software. [03:53] Hi, can someone help me debug my bluetooth connection with the wireless headset? [03:53] !software | yourfavoritejack [03:53] yourfavoritejack: A general introduction to the ways software can be installed, removed and managed in Ubuntu can be found at https://help.ubuntu.com/community/SoftwareManagement - See also !Packages, !Equivalents [03:54] i downloaded the package but after i double click the setup it changes to tor browser when i double click it,nothing [03:55] nmatrix9: have you at some point chosen to run the non-latest kernel on this machine? [03:56] no [03:56] good morning to all [03:56] o/ [03:56] yourfavoritejack: iirc you need to unpack it, can try tar xf followed by the filename [03:58] will using a package manager to extract it work as well? [03:58] yourfavoritejack: what did you download? === harrison is now known as Guest75607 [03:59] daftykins, yes Iam going to try and install 331 again this time through synaptic, [03:59] tor-browser-linux32-4.5.3.en-US.tar.xz,Mind you I'm operating Ubuntu unity on an arm based chromebook [03:59] nmatrix9: that's not the answer. [04:00] nmatrix9: why are you running an older kernel then o0 [04:00] yourfavoritejack: good point, I'm not sure then. [04:00] yourfavoritejack: that's probably for 32bit [04:00] daftykins, well at this point I don't know what's going on [04:01] daftykins, it seems the xserver is haunted. [04:01] .. [04:01] nmatrix9: no, you just can't drive :) [04:02] daftykins, probably, I just want to get my screen back to normal again. [04:02] !info torbrowser-launcher | yourfavoritejack I have no idea if this is recommended, or would work for you. [04:02] yourfavoritejack I have no idea if this is recommended, or would work for you.: torbrowser-launcher (source: torbrowser-launcher): helps download, update and run the Tor Browser Bundle. In component universe, is optional. Version 0.1.9-1 (vivid), package size 201 kB, installed size 413 kB (Only available for i386; amd64) [04:02] well i know that much. [04:02] nmatrix9: dpkg -l | grep linux-image | pastebinit [04:03] yourfavoritejack: and looks like not [04:03] xangua: when I tried the 64 bit, and error popped up stating that the package i was trying to install was the wrong architecture [04:04] and the 32bit one is still the wrong architecture yourfavoritejack [04:04] daftykins, http://paste.ubuntu.com/11845863/ [04:04] nmatrix9: wow. [04:04] nmatrix9: sudo apt-get autoremove [04:04] https://www.torproject.org/projects/arm.html.en [04:05] oh neverming, not what I thought [04:06] xangua: no, I'm just not sure the way to go about installing it,as I said I'm a noob to ubuntu I recently installed it to get the most out of the chromebook I bought for my wife on christmas [04:06] daftykins, not sure where all those versions came from === j3m4dux is now known as jemadux [04:07] yourfavoritejack: next time don't get an arm equip¿ there may be some things you can't just use...like flash player for example [04:07] I don't see tor offers an arm build of the tor browser [04:07] as a broke ass the lost cost chromebook (under 200) was about my only option for a computer [04:08] nmatrix9: updates... [04:09] I'm looking for the name of the thing that lets me switch between apps in X (xfce) [04:09] it crashes sometimes, and I want to sighup it or something. [04:09] in xfce it's at the top, and in cinnamon or gnome at the bottom. [04:10] what's it called? [04:10] xfce4panel¿ [04:11] daftykins, done, will the clean help with my resolution problems? [04:11] "panel"? That seems reasonable. [04:15] nmatrix9: depends, re-run the dpkg -l | grep linux-image [04:20] nmatrix9: still alive? [04:22] daftykins, yeah [04:23] daftykins, didn't get an alert when you called my nick [04:23] daftykins, got a listing of images that expected? [04:24] nmatrix9: pastebin it [04:24] good lord man i'm asking you to run the same as before [04:24] how is this so hard? === rahul is now known as Guest40177 [04:24] patience [04:25] knocktwice: comments to yourself please [04:26] …you must have, my young padawan. [04:26] khonkhortisan: can we help you? [04:26] ugh star wars. [04:27] daftykins, http://paste.ubuntu.com/11845987/ [04:27] Yes, has anyone successfully installed ubuntu as dualboot through virtualbox with raw hard drive passthrough? [04:27] khonkhortisan: share your specific issue to channel please [04:28] hi [04:28] nmatrix9: ok so does "uname -r" report 55 or 57? [04:28] hello [04:29] ia have a android phone xperia tipo that doesnt connect to my ubuntu ? [04:29] Gary_943: welcome, what can we do you for? [04:29] have tried MCS [04:29] someone talked to me yesterday about the command mount [04:29] guest5000: did you enable usb debugging and enable developer mode in android? [04:29] guest5000: ensure MTP is enabled [04:30] where do I enable debugging and developer mode? [04:30] lotuspsychje i am using ubuntu on my laptops. its runs good, thought the battery back up is bad with ubuntu and the laptop is running hot and fan is spinning most of the time. [04:30] guest5000: what ubuntu release is this' [04:30] ? [04:30] 12 [04:30] guest5000: ask in android channel [04:30] lotuspsychje i don;t have this issue with windows 7 though [04:30] guest5000: are you just trying to take photos off, or? [04:30] Gary_943: wich ubuntu version please? [04:31] its mtp [04:31] guest5000: connect in what way? [04:31] lotuspsychje ubuntu 12.04 LTS [04:31] yes [04:31] trying to take photos off [04:31] guest5000: easier using dropbox really :) [04:31] daftykins, 57 [04:31] guest5000: standard ubuntu with unity? [04:31] i dont have internet on that phone [04:32] guest5000: what about wifi at home? [04:32] i have ok [04:32] nmatrix9: alright purge the -55 and all nvidia* again, then reinstall [04:32] Gary_943: you could try 14.04 to test if you have same issues [04:32] guest5000: so sign up to dropbox, install on desktop + phone, share pics [04:32] guest5000: by 12 you mean¿ http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html [04:32] Gary_943: or install laptop powersaving tools [04:32] Gary_943: http://linux.softpedia.com/blog/increase-your-laptop-battery-life-with-the-latest-laptop-mode-tools-486278.shtml [04:32] ok [04:33] daftykins, purge the 55 image how do I do that? [04:33] lotuspsychje already tried that one too, i ran it on my laptop as live, the temps were still high , and fan was running all the time [04:33] lotuspsychje thanks for the link [04:33] Gary_943: any bios settings can help you lower values? [04:33] nmatrix9: sudo apt-get purge [04:34] nmatrix9: start with the one with -extra- in the name, then do the main one as per your pastebin [04:34] Gary_943: you might also wanna check latest bios flash updates for your machine [04:34] it stands that my wifi is not in sight for the phone [04:34] move it until it is [04:34] http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html [04:34] not much, i have windows 7 too on this laptop, and it runs much cooler and gives great battery back up, what could be the issue ? [04:35] Gary_943: is this an amd cool n quiet? [04:35] lotuspsychje its an intel laptop , core i3 sandybridge model [04:35] Gary_943: investigate your syslog and dmesg perhaps, something usefull as error might show up [04:37] lotuspsychje dmesg shows nothing except normal messages, the os also runs quite fine, no errors or freezes for that matter , everything is normal, just this temperature thing is bit on the higher side [04:37] Gary_943: any other ubuntu version worked fine on your machine? [04:38] lotuspsychje most ubuntu had this isues, i have tried 12.04,12.10, trusty tahr , all had this issue, though linux mint had no issues, it showed the same temp as windows 7, also the fan was quite most of the time, only ubuntu is having this issue [04:40] Gary_943: grafix card chipset and driver loaded please? [04:40] does anyone else has this issue? [04:40] daftykins, ok done [04:40] nmatrix9: so only 57 on now - and no nvidia drivers huh? [04:41] lotuspsychje i had already switched it off from BIOS , mine uses optimum technology, so it is switchable [04:41] Gary_943: your card is optimus? did you install nvidia-prime? [04:41] it is using the integrated video device [04:41] cant fint my network on wifi on my phone [04:41] no [04:42] "out of reach" [04:42] Gary_943: its reccomended to enable your nvidia card on optimus [04:42] daftykins, done [04:42] yes [04:42] Gary_943: install nvidia-prime and enable performance mode in nvidia-settings [04:42] also as i said i had switched it off from BIOS , so its actually idle and not working, it just sits there quietly lotuspsychje [04:43] nmatrix9: so now install a driver and pastebin the output as it installed [04:43] lotuspsychje but its already has been switched off from BIOS, there is no role of it [04:43] Gary_943: using your onboard gpu intel will make cpu rise higher [04:43] guest5000: asuming by 12 you mean Ubuntu 12.04 you'll need to do this go be able to mount android 4+ devices, I'm just gonna say this one more time http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html [04:44] Gary_943: if i had your machine, i would install 14.04.2 and install nvidia-prime with correct nvidia drivers [04:45] daftykins, Ok I'll try it tomorrow, it's extremely late and I can barely think, I very tired, I'll chat again tomorrow [04:45] i would give the latest ubuntu a go and see if it works [04:45] lotuspsychje thanks for the help , much appreciate [04:45] Gary_943: see if you experience same issue from there [04:45] yeah almost 6am here === amir_ is now known as Guest78197 [04:46] lotuspsychje ok, thanks a lot [04:47] bye [04:47] cannot connect PPA Connection check your internet connettion [04:47] XANGUA [04:48] canno't read the rest of the terminal output, what ubuntu release do you use? can you please share a paste of the terminal output? [05:00] would you master linux users agree or disagree with what I just said: http://pastebin.com/xydwRgUK === james is now known as Guest66286 === Guest66286 is now known as jnsys [05:01] illuminated: polls arent on topic here [05:02] well the idea was to provoke a discussion [05:02] this is a support channel [05:03] well maybe so but there's not a whole lot of people looking for support right now so i figured a little OT chatter was ok [05:03] you were wrong, bye now [05:04] oh, my problem was only temporary high I/O. Tracking down the exact error made it work after enough tries. [05:04] :) === Blaster is now known as Guest37385 [05:13] hi [05:14] hi [05:14] hello [05:15] while logging in, before splashscreen (splashscreen is where im prompted to write my password, right?) a blank screen appears. All i can see is: ubuntu15.04 username-M535SUN tty1 and in a second line: username-M535SUN login: [05:15] whats that? and how do I avoid it? [05:15] by avoid do you mean you want to auto select your username? [05:16] oh wait never mind I read that wrong [05:17] BBLLCC: is it temporary like it just apears for few sec then you get a gui greeter? [05:17] nnnn20431, 20 seconds [05:18] then i get the gui [05:18] oh wow [05:18] it should be just few secs [05:19] BBLLCC: well you can't get ride of it that's just your system terminal [05:19] BBLLCC: it apears it takes a while for your gui to strart [05:19] start* [05:20] BBLLCC: btw you can switch to the tty1 by presing ctrl+alt+f1 [05:20] BBLLCC: or my using command chvt [05:20] nnnn20431, so thats another terminal? [05:20] BBLLCC: yes [05:20] how do I quit this terminal? [05:20] you can switch betwen terminals using ctrl+alt+fx keys [05:21] alt+f4 ? [05:21] exit or ctrl-alt-f7 [05:21] BBLLCC: the 7th terminal should be your gui one [05:21] BBLLCC: or sometimes another one [05:21] so ctrl+alt+f1 to enter the terminal and ctrl+alt+f4 to exit it? [05:22] BBLLCC: no ctrl+alt+fX just switches to the terminal of that number [05:22] BBLLCC: linux has many virtual terminals [05:22] BBLLCC: your gui terminal should be 7th or 8th [05:23] ctrl-alt-f1 is your first terminal (sometimes there´s several, one at f2, f3...), your gui/graphical environment counts as a terminal and is usually at ctrl-alt-f7 (f8 for the second user if you have two users logged in) [05:23] depends on the distro and how it's configured [05:23] ok [05:23] ctrl+alt+f7 killed the terminal [05:23] it doesn't kill it [05:23] login and password, why do my regular username and password dont work there? [05:23] they are all running [05:23] all the time [05:23] you can't kill me [05:23] nnnn20431, exited it [05:23] you just switch between em [05:24] If you´re still logged in to ctrl-alt-f1 when you reboot from the graphical terminal, it can ask you if you really want to log that ¨user¨ out. [05:24] em not me* [05:27] where do I find the username and password for this... user? [05:28] BBLLCC: it should be your user [05:28] you chose it when you installed o0 [05:28] whoami [05:28] my user is francis [05:28] o [05:28] yes [05:28] thatsme [05:28] than use that for the login and your password for the password [05:28] i tried and failed [05:29] huh === nnnn20431 is now known as nnnn20430 === rahul is now known as Guest40077 [05:34] I have have installed gvfs [05:34] and now i dont know how to fint my android device [05:35] I need to edit fuse? [05:35] Guest5000: i didn't even know gvfs had anything to do with android i just use it for ssh mounting [05:36] and even for that i prefer sshfs [05:36] ok [05:36] how do i do it? [05:36] Guest5000: ssh ? [05:36] yes [05:36] im a newbie [05:37] Guest5000: wel for sftp over ssh you can do gvfs-mount sftp://user@ip/ === dragan_ is now known as FromSpace [05:40] got the message: ssh program unexpectly exited [05:40] Guest5000: you have to have ssh keys setup [05:40] how do i got that? [05:42] Guest5000: $ ssh-keygen -b 4096 -t rsa -N "" -C "my ssh key" [05:42] Guest5000: SSH has nothing to do with getting the photos off your android device [05:42] you're both at cross purposes i'm pretty sure [05:42] NO [05:43] Guest5000: it can [05:43] I think so too [05:43] ok [05:43] daftykins: i have sshd running on my phone [05:43] daftykins: deal with it [05:43] right but you're not Guest5000 [05:43] nnnn20430: what's the reason for this attitude? [05:43] daftykins: erm idk [05:43] daftykins: i'm just random [05:44] help if you're gonna help, but don't mislead. [05:44] ok [05:44] daftykins: well i was going to help my way [05:44] which is wrong [05:44] I need help [05:44] real help :/ [05:45] daftykins: what's wrong with running sshd on your phone ? [05:45] im not for the security part [05:45] someone who can guide me step by step [05:45] nnnn20430: hmm, not very bright. [05:45] Guest5000: look up an ubuntu guide for MTP for your model phone [05:46] daftykins: how about the other way [05:46] daftykins: android as client to pc [05:46] over ssh [05:47] i have ES File Explorer [05:47] it has sftp [05:47] you can login to your pc with that and transfer all files you want [05:47] Guest5000: want that ? [05:48] Guest5000: if you want i can guide you how set that up [05:49] i just found out i have ofce 0170 [05:50] i used the command lsusb [05:50] Guest5000: do you want me to guide you have to setup sftp access to your pc using your phone or no ? [05:50] yes [05:50] ok [05:51] Guest5000: did you do ssh-keygen -b 4096 -t rsa -N "" -C "my ssh key" ? [05:51] yes [05:51] I dont know where my key is stored thou [05:51] install app called ES File Explorer on your phone [05:51] Guest5000: it's stored in .ssh [05:52] in your home [05:52] yes [05:52] in my public map [05:52] right [05:52] hm wait i'm thinging how you would transfer your key to your phone [05:53] thinking* [05:53] Guest5000: does your phone have a sd card ? [05:53] no [05:53] hm [05:54] Guest5000: i gues we could try generating the key on the phone [05:54] asd [05:54] and then just transfer the pubkey over pastebin [05:55] how? [05:55] Evenin' [05:55] Guest5000: get app called JuiceSSH [05:55] i dont have internet on my phone [05:55] Guest5000: it has a key generator built in [05:55] oh [05:55] you don't have internet on your phone ??? [05:56] no [05:56] no wifi ? [05:56] no [05:56] erm [05:56] that's a weird phone .. [05:56] or just an old phone [05:56] hi [05:56] i just upgraded the kernel to 3.19.0.23 [05:57] uh dammit nvm then everything i said [05:57] on booting down, i got a blank screen, i had to unplug the cable [05:57] is that normal? [05:57] and, how do I get rid of old kernels? synaptik? [05:57] do you have backup kernels? [05:57] yes [05:58] sud apt-get autoremove [05:58] *sudo [06:00] daftykins: oh and btw sorry if i seemed rude to you i like to help but i like doing it my way [06:03] the sight of billions join/quit messages just get's on my nerves which is why i dont talk much on this channel [06:04] nnnn20430: you can tell your client to ignore/hide them [06:04] i know [06:04] ok, so please do that rather than complaining about it [06:04] but i like seing em elsewhere [06:04] ikonia: i'm not really complaining [06:04] ok, then there is no need to comment futher [06:15] Ok...I need some help... [06:15] FOr something [06:15] :P [06:15] Is this the right channel to get help? [06:16] on irc you usually just ask the actual question and hope someone´ll answer. [06:16] tsimonq2: only if it's an ubuntu support question [06:16] Ok thanks [06:16] ANd it is [06:18] My friend just ran sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade on Ubuntu 14.04 LTS. He was skeptical to updating his computer, so this really was awesome timing... It completely broke his network connection [06:19] And now I am diagnosing it over the phone [06:19] running the second as well as third is dumb [06:19] :D [06:19] So if anyone has any suggestions let me know [06:19] id suggest him to get a working computer and doing it online [06:19] tsimonq2: wired LAN? [06:20] WIreless [06:20] boot an older kernel is idea #1 [06:20] you're going to need to offer more information than that tsimonq2 [06:20] ikona: WELL WHAT INFORMATION DO YOU NEED [06:20] don't use caps. [06:20] datfykins: did it [06:20] *daftykins [06:20] and? [06:20] Same [06:20] So it is probably with Unity [06:20] and what is the same - what is the wireless device? is a module loaded? [06:21] is there an interface? [06:21] Yes yes. [06:21] tsimonq2: do you see the network device in network manager ? [06:21] you can't say yes to 'what is the wireless device' :) [06:21] Well, that is not showing up... [06:21] tsimonq2: what is not showing up [06:21] The network manager [06:22] so there is your likely starting point [06:22] ubuntu uses network manager to configure the device [06:22] if that is not there - your device will be unconfigured [06:22] So how do I reconfigure it? It is a laptop [06:23] wlan0 [06:23] is the device [06:24] tsimonq2: look at why network manager is not available [06:24] that is your problem - and will be your solution [06:24] (most likely from what you've said) [06:24] If it helps, ifconfig only shows the 127.0.0.1 [06:24] no [06:25] address the network manager issue [06:25] then move forward from there [06:25] How am I adressing the issue? What is my starting point? [06:25] network manager is issue [06:25] it's not loading [06:25] why ? then fix that [06:26] ok [06:27] I am trying the solution on this [06:27] http://askubuntu.com/questions/74732/network-manager-does-not-show-edit-connections-dialogue [06:27] that is a different problem [06:27] that is no edit option [06:27] you said network manager is not there [06:27] He is adding a connection [06:28] I'll leave you to it [06:28] help via proxy will not work for me [06:28] Me neither lol [06:28] Sorry [06:29] ignoring my queries is a no-go too [06:37] where can I edit gedit-themes? [06:44] #anonops === Dustin is now known as Dusti[n] === _syntroPi_ is now known as syntroPi === Blaster is now known as Guest43941 [06:54] 大家好! [06:54] !cn | mathree [06:54] mathree: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [06:55] mathree, 你是臺灣人嗎? [06:56] has anyone had any luck with iOS 8 mobile devices and ubuntu? [06:56] 湖南人 [06:57] 啊,中國人 [06:57] hellslinger: in what respect ? [06:58] what can i do when I have a kernel-panic going on? is there a way to get a clue where it is coming from (i changed a lot last night and propably should have littler steps rather than that big one) [06:58] KlausedSource: dump the kernel panic and have it analyised by someone who understands it [06:58] KlausedSource: you can often get clues from the clear text parts of the dump [06:59] KlausedSource: you can also undo your changes and work through them one at a time [06:59] how can i dump it? is there more than what i see on my screen? [07:00] KlausedSource: kdump [07:01] ikonia, how can i access this? [07:01] ikonia, guess i need another bootable medium? [07:01] KlausedSource: you read how to use kdump [07:01] (or netdump) [07:01] how do I ignore a chatter in xchat? [07:12] BBLLCC: Try #xchat [07:13] 謝謝 [07:13] sorry [07:13] l [07:18] sup guise? [07:18] "what's up guys" [07:18] franjo, ask your ubuntu support questions [07:19] !english | franjo [07:19] franjo: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList === dragan is now known as sapcemanjr [07:27] What is ubuntu mini remix? what is the difference with ubuntu minimal installation? [07:28] !mini [07:28] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [07:31] and mini remix? on google it says minimal set of software to make system work. Does it mean it got desktop environment? [07:31] dedi, read the wiki [07:32] what is "to make the sytem work" means? [07:32] look here http://www.ubuntu-mini-remix.org/ [07:33] dedi, The mini is the base install than choices from servers to desktops [07:34] base is no X basically, [07:35] ohh...I got it, mini=base without x [07:36] dedi, Ah, never seen that, my mistake, not sure on that one. === Blaster is now known as Guest58340 [07:37] bubbasaures, thats okay [07:38] dedi, I've used uck, all seems okay. [07:39] bubbasaures, hey, if I want nautilus instead of thunar in my base install + xfce. Can I do it? [07:39] I dont want all xfce stuff, you know [07:40] dedi, yes. of course, nautilus was meant for gnome so ... perhaps you really want ubuntu-gnome? [07:41] cfhowlett, no, everything else is xfce, i just want my file manager nautilus instead of thunar [07:41] just one stuff... [07:41] dedi, Not sure on that specific, been awhile since I used it. [07:41] dedi, you can install nautilus. won't be as integrated as thunar is. [07:41] best way to get a light setup [07:43] * bubbasaures puts a $ in the jar for using "best" [07:43] I think I will do a base install, I would like to decide my package. not bloated with bluetooth service. My laptop doesnt even have bluetooth. [07:44] I would like to customize my own distro === rolf is now known as Guest89909 [07:44] dedi, start with mini and build away. [07:44] cfhowlett, will try it... [07:45] dedi, be aware: ubuntu mini remix IS NOT supported here as it's not coming from ubuntu. [07:45] !mini | dedi THIS is the official ubuntu Mini. Choose wisely [07:45] dedi THIS is the official ubuntu Mini. Choose wisely: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD === thomas_ is now known as Guest65918 [07:47] yhyyy [07:48] hi === lolmac is now known as Guest97151 [07:56] Anyone happen to know any image upload systems? like imgur, but only for self-hosting. [08:29] hey guys i have a notebook with linux and encrzpted partition. suddenly it stopped working. parted tells me my disk is unallocated. fdisk tells me ID=ee and sfdisk tells me /dev/sda1 0+ 15505- 15506- 125034839+ ee GPT [08:29] what can i do ``` [08:44] hi i want to create server backups using rsync. I only want to include /var /home and /etc, however this command does not work: rsync --progress -haAXvrt -e ssh --include="/home/*" --include="/var/*" --include="/etc/*" --exclude="*" root@server.tld:/ /media/data/backup/ [08:45] #kali-linux [08:45] !kali | priest_ [08:45] priest_: Ubuntu channels can only provide support for Ubuntu itself, as other distributions and derivatives have repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), Kali Linux (#kali-linux), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) === nils__________ is now known as nils_ [08:54] Raydiation, that will never work. you have excluded everything with --exclude="*" [08:55] ObrienDave: what do i have to do to only sync those 3 directories then? [08:55] i have no idea [08:59] hello.. please help me translate this https://habrastorage.org/files/9bf/8a0/70f/9bf8a070fc634b5dadb94a0fdf55e7d1.png , 7 options, 2nd was selected by default... it's interface "we need update config" [09:01] can you please write this 7 names of buttons in english [09:05] 有没有什么工具能看C++类对象的内存结构啊? [09:05] !cn | ishamo [09:05] ishamo: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [09:09] lorddaedra, new version (TMP / .../ ....) configuration file. what should be done with a modified configuration file grub? [09:12] I think, my question changed now: I choose default (2nd) option and completed update... really I do not know, which version of config I have: old or new, how to compare my config version with latest ubuntu? [09:12] ubottu, 不好意思看错了,我去那个频道看看。 [09:13] ishamo: this channel is english only [09:14] he is going to the right channel now is what ishamo said [09:15] please paste your output of the 'cat /etc/default/grub' command to http://paste.ubuntu.com/ [09:16] lorddaedra, http://paste.ubuntu.com/11847175/ [09:16] thank you [09:19] Sorry... [09:21] what package do i have to install to use ffmpeg? ffmpeg itself is no package [09:22] the_gamer: what version [09:23] 14.04.2 [09:23] !info ffmpeg trusty [09:23] then you have to use avconv, install the package "libav-tools" [09:23] Package ffmpeg does not exist in trusty [09:24] yeah, ffmpeg wasnt it debian and ubuntu from 12.10 to 14.10 [09:24] im using proxmox dedi server with vps ubunty 14.04.2 server, i am logged in as a user how do i change the novnc console screen size that is set by linux [09:24] damn [09:25] why damn? it works exactly the same [09:26] he liked the name ffmpeg [09:27] maybe he didnt see your comment Ben64 and only the ubot saying that it doesnt exist in trusty lol [09:28] the_gamer: then you have to use avconv, install the package "libav-tools" [09:28] Ben64, same commandline? [09:28] yep [09:29] Anyone recieved any news regarding the OpenSSL security release today? Seems like they haven't done anything publicly so far [09:30] libav-tools is installed but it says avconf command not found i should install libav-tools. wtf? [09:32] Ben64, what could i have done wrong? [09:32] the_gamer: it's avconv not avconf [09:32] ok, shame on me [09:33] ffmpeg-syntax doesn't work, though [09:33] https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video [09:33] tried this one [09:33] message: [FPS filter @ 0x200b900] Missing key or no key/value separator found after key '25' [09:34] what exactly did you type [09:34] avconv -i fertig.mpg -vf fps=25 fertig%03d.jpg [09:35] the_gamer, looks legit [09:36] remove the '-vf fps=25' [09:36] whole output: http://www.pasteall.org/59484 [09:39] Ben64, works. don't understand why the other won't work, though [09:39] thank you [09:39] well you don't need to specify fps when going to images [09:40] Ben64, https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video says i can to tell him which images out of the video he should get [09:42] use -r then [09:46] Ben64, i see that the quality is bad. it is very pixelated :( [09:47] should be as good as the source video [09:48] way better when converting to png. so this is solved [09:51] hi [09:52] i tried make xconfig after installing proper qt4 tools as required, it still won't run. how to install qt3 tools instead and run it? [09:52] the kernel which i am trying to configure is 2.6 [09:59] was is het verschil tussen mate-terminal, xterm, uxterm, roxterm etc etc [10:00] sorry guys wrong channel [10:00] #join #ubuntu-nl === Wiched is now known as Guest21916 [10:10] hello my hp 455 running Ubuntu 12.04 crashes now and then, will the problem be solved if i upgrade to 15.04 please ? [10:10] Hi, I just dualbooted Win 8.1 and Ubuntu 15.04 on a Dell Inspiron 5521. Everything went like clockwork, but when I try to access win 8.1 from the grub menu it gives me an error. Any help with that? [10:11] wolfheart I would reccomment the 14.04 LTS version. [10:12] sapath ok thank you but I have heard people say the hp 455 wifi driver vanishes on 14.04 lts [10:12] sapath: what error exactly? [10:12] sapath: maybe it points to the wrong win8 partition. === greyback__ is now known as greyback [10:14] k1l It doesn't boot to Windows 8.1 from the option Windows(Loader). I have to boot it from System Settings, which in turn takes me to the UEFI menu, and then I have to select windows 8.1 from there. [10:15] k1l This machine came with an OEM Windows 8.1, and so has these 4 reserved system and recovery partitions. [10:15] wolfheart I had ab hp 455 and Ubuntu 14.04 seemed to work for me. [10:16] sapath ok will give it a try and thank you :o) [10:31] Hello, pulseaudio is constantly hanging my computer, it uses a lot of CPU and i can't work, is there a way to fix it? [10:36] kokut, how much RAM do you own? [10:36] cfhowlett: 6gb, i5 [10:36] ddr3 [10:37] okay now it just stopped working without me doing anything [10:38] Does anyone have something on my issue :'( [10:45] sapath: stop using windows man [10:46] how to install Flash Plugin on Opera ? [10:47] when I downloading flash from site, it opens Ubunto Software Center, but one writes: There isn’t a software package called “adobe-flashplugin” in your current software sources. [10:48] adobe flash player works on Mozilla. [10:51] pulseaudio priority is very high... thats probably whats breaking everything? [10:51] unlikely [10:55] d [10:55] /msg NickServ identify [10:55] baki: almost. Plus I'd recommend http://freenode.net/sasl/ [10:58] Hiyas all [10:59] hey all i need help i installed kubuntu and now it freezes after 3 or 5 hours.. [11:00] hey all i need help i installed kubuntu and now it freezes after 3 or 5 hours.. [11:03] hi all.... suddenly my sound is not working and in sound settings there is not sound card showing . but vlc player works just fine. [11:03] the rest of players like mplayer and so on aren't working [11:04] murlidhar, reboot your system and retry [11:05] can anyone help me put it alright ? [11:05] murlidhar, read above & reboot [11:05] bstarek: tried many times already. this is happening in my account only. [11:07] hey, can I start the keyring manager somehow from console? [11:08] cannot connect to brltty at :0 [11:09] found the line in xsession error file [11:09] does it mean anything related to this ? === jonas_ is now known as Guest78518 [11:12] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [11:13] how to figure out this? [11:13] hey, guys, I'm running ubuntu studio with xfce [11:13] rrr_: do you have software center open and a terminal command using apt? [11:13] and I have a question - is there a way to install the mint menu from mint 17 cinnamon to the xfce panel 4.12 [11:14] Online I found a way with xfapplet plugin but for some damn reason I can't isntall the applet [11:14] it is on remote server [11:14] dark_witcher, mixing distros like that is NOT advised and will lead to breakage. since mint is not supported here, you break it, you fix it. [11:14] only ssh into it [11:15] murlidhar, have you installed something new with apt-get ? [11:15] murlidhar, since this happened im sure you have added something [11:15] , I don't want to mix the distros, the idea is by installing xfapplet you can use gnome applets and the mint menu is a gnome applet, but for some reason the xfapplet, doesn't wanna install (it gives me that I have to downgrade the xfce panel from 4.12 to max 4.9) [11:16] Hello guys I need your help my pc was upgrading from ubuntu12.04 LTS to 14.04.2 unfortunatly power is gone...so the upgrading stop in the third step(installaing the new version packege) pls how can I recover or repair my pc? [11:17] dark_witcher: you should not downgrade anything, thats asking for trouble [11:17] dark_witcher, so you want to add MINT applets to UBUNTUSTUIDO which defaults to XFCE and you're adding GNOME? :) good luck with that. [11:17] {archive|security}.ubuntu.com is 404ing? [11:17] I know, that is why I'm surching a way around it [11:17] or is it just me? [11:17] I just want a menu for the xfce panel that has integrated search (like in windows 7 and stuff) [11:17] and the default doesnt [11:17] Whisker menu [11:17] hey, can I start the keyring manager somehow from console? [11:17] dark_witcher, alternative: choose an alternate buntu and add the ubuntustudio packages to that. [11:18] #ubuntu [11:18] Hey. just had a power surge. 14.04 installed. Now won't boot. Goes straight to initfs comamnd line. === Layke is now known as Guest94922 [11:19] Guest94922, so your surge suppressor failed? Check your hardware. [11:19] dark_witcher: Whisker Menu is what you're looking for [11:19] I tried wisker menu, but it doesn't install, need me to downgrade the xfce panel to 4.11 [11:20] Did you try the new version from the gottcode ppa? [11:20] cfhowlett, The computer appears fine.. except for not booting to desktop. [11:20] and I don't like the other versions of ubuntu [11:20] I have a copy of 14.04 on a CD [11:20] Can I use that as a LiveCD? [11:20] And some how repair? [11:21] Guest94922, assume that the surge scrambled things beyond repair. reinstall. you MIGHT be able to save your /home partition if you resist the urge to format it. [11:24] \Is this what I would use [11:24] https://help.ubuntu.com/community/LiveCdRecovery [11:25] Guest94922, step one: back up your /home. [11:25] How do I get to view my home/ [11:26] Guest94922, boot a live cd, mount the /hdd and navigate to your /home. [11:27] Okay, that's all done [11:27] Got it all [11:27] I can see everything on the volume. [11:27] ANd looks all good [11:28] cfhowlett, What steps can I take to try and fix that volume? [11:28] Guest94922, no idea, thus the suggestion to FIRST backup your data then reinstall. No way I know to track the precise errors introduced by random surges/spikes. [11:32] #kubuntu-de [11:32] join #kubuntu-de [11:32] !de | baki [11:32] baki: 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! [11:33] ! [11:33] !de [11:33] danke [11:33] baki, bitt [11:33] bite [11:33] bitte (damn fat fingers) === Jeff_ is now known as Guest41292 [11:36] kokut I am exclusive to Ubuntu but I need windows for scanning and printing my documents. [11:37] I have a KVM VM and I am trying to use bridged networking, I can't seem to get the guest to communicate with the outside world at all. My host /etc/network/interfaces is like https://gist.github.com/adamretter/bd88675ab22bc7def9b9 and my guest /etc/network/interfaces is like https://gist.github.com/adamretter/57d0a03fd28ba2ff5544. Can someone take a look, this is driving me nuts for a day now :-( [11:47] any one can help my pc crashed when I try to upgrade from 12.04 to 14.04.2 when the power is gone pls help how can I recover ? [11:48] Gere, clean install 14.04.2 [11:49] How do we update to php 5.4 on Ubuntu 13.04? [11:49] !eol | tuskkk___ [11:49] tuskkk___: 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 [11:49] sorry I don't have ubuntu cd for the time being I have only internet accsess [11:50] tuskkk___: clean install a version from topic mate [11:50] hey guys i lost my partition table and i have to restore the data on the disk, what can i do [11:50] !info testdisk | mint_ sudo photorec after install [11:50] Then how do we update to the latest Ubuntu then? We have ssh access only. [11:50] Gere, time to get one. I always keep my ubuntu USB around my neck ... just i case. [11:51] tuskkk___: your system is a hell of a security issue. please make sure you run ubuntu LTS releases like 12.04 or 14.04 if you dont want to update that often. they both got 5 years support [11:51] mint_ sudo photorec after install: testdisk (source: testdisk): Partition scanner and disk recovery tool, and PhotoRec file recovery tool. In component universe, is optional. Version 6.14-3build2 (vivid), package size 343 kB, installed size 1382 kB [11:51] tuskkk___: see the bots message [11:52] ubottu, lotuspsychje i started testdisk already now i have 2 options either lvm table or normal linux, i even dont know what i was [11:52] mint_: I am only a bot, please don't think I'm intelligent :) [11:52] thanks in advance dear!!! [11:52] Gere, happy2help! [11:52] mint_: recover data on it first with photorec [11:53] lotuspsychje, its an encrypted volume [11:53] mint_: you need to un encrypt first then [11:56] sudo cryptsetup luksOpen /dev/sda2 my_encrypted_volume Enter passphrase for /dev/sda2: Requested offset is beyond real size of device /dev/sda2. [11:58] mint_: maybe this can help? http://www.linuxquestions.org/questions/linux-general-1/recover-from-deleted-luks-encryption-partition-4175435883/ [12:06] how can i find the real partition boundaries from the luks partition [12:08] i was able to remount the boot partition /mnt/sda1 now === someon is now known as someone [12:08] i can see the grub initrd files etc [12:20] ahoy [12:22] we tried updating it, eventually got stuck on some linux image file encountering an error [12:22] i've accidently overwritten "/etc/apt/sources.list.d/ubuntugis-ppa-trusty.list" with "sudo add-apt-repository ppa:ubuntugis/ppa" which now gives a 404 on "apt-get update" ... is there any way (log) i can recreate it? [12:24] exit [12:24] exit [12:24] help [12:24] q === j4ys33_ is now known as jaysee === jos is now known as Guest56670 === jaysee is now known as j4ys33 [12:35] hi guys how to give a sudo only to edit files in folder? [12:36] przemytriel: im sorry, but i dont understand your question [12:37] baizon: how to give acces for user to vi files read/write [12:38] przemytriel: http://manpages.ubuntu.com/manpages/lucid/man1/chmod.1.html [12:41] i replaced a file with an other file with the mv command is there anyway to get back the old file ? [12:41] Dro__: no. [12:42] Dro__: in very few cases [12:44] baizon, how ? [12:45] Dro__: http://www.cgsecurity.org/wiki/TestDisk [12:45] I was trying to install libgpod-dev via apt-get when I got an unmet dependencies error. [12:46] libgpod-dev : Depends: libgtk2.0-dev but it is not going to be installed [12:46] I then tried it using aptitude, it gave me options to downgrade some pacakges. [12:46] Dro__: or this http://forensicswiki.org/wiki/Foremost [12:46] I wanted to know, what could happen If I downgrade? [12:47] Will some of my existing stuff stop working? [12:47] hi, i'm on ubuntu which is using curl 7.38, which has an nasty curl issue (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786512) [12:47] Debian bug 786512 in curl "curl: fails on non-fatal TLS warning" [Normal,Fixed] [12:47] dufferzafar: it depends [12:47] baizon: on the packages? [12:47] dufferzafar: yes [12:47] what is the best way to upgrade or downgrade accordingly please? [12:48] freddo: use a ppa [12:48] baizon: I also can't make sense of this: http://i.imgur.com/vfCrXI9.png [12:48] freddo: or you can donwload it from http://packages.ubuntu.com/search?keywords=curl&searchon=names&suite=all§ion=all [12:49] new OpenSSL arrivede [12:49] *-e [12:49] dufferzafar: but nothing bad should happen [12:50] Can I undo this later? if something happens? [12:50] Will doing autoremove/purge fix it? [12:50] thank you baizon :) [12:51] dufferzafar: yes, in almost all cases :) [12:51] Um, that didn't work :/ http://i.imgur.com/IDZCifh.png [12:52] i'm getting a "503 out of disk space" error when trying to do apt-get update, but i'm only using 1% of my disk space [12:52] Good morning. Is there someone that can help me troubleshoot problems with gitian-builder? [12:53] ntwari: what output do you get with df -h [12:53] baizon: http://dpaste.com/07H8HQP [12:54] ntwari, using proxy ? [12:54] dufferzafar: try sudo apt-get install libgpod-dev [12:54] that's totally not working, just shows broken packages and stops. [12:54] ntwari: The error is from the server, so either it is broken ( unlikely ) or you are using a proxy server and it is broken/out of space. Wait a while and it will probably clear up. [12:54] i'm using xubuntu, and therefore X. archlinux uses ~/.Xresources for user-level X configuration. will my instance of X respect ~/.Xresources too? [12:55] dufferzafar: try sudo apt-get install -f [12:55] baizon: yikes. you're right. 100% usage on my apt-cacher-ng [12:55] thanks! [12:55] Same result [12:57] dufferzafar: are you using some ppa? [12:57] I have a lot of PPAs yes. [12:57] dufferzafar: it could be a conflict [12:58] baizon: Another solution aptitude showed me: http://i.imgur.com/zsO2yRN.png [12:58] Is there a bug in the system settings panel with 14.04 LTS? I'm missing lots of settings on 2 new installs now. [12:58] Particulary settings that are set with a slider [12:59] baizon: I then did "aptitude why libcairo2" and "aptitude why libcairo-gobject2", it listed a google chrome and nautilus. So that means, if I downgrade they might have issues right? === Tsunami1 is now known as Guest859 [13:06] Recently I installed a wwan card into my laptop. I have not started to use it heavily (just experimenting with serial gps), but it has had the side effect of messing up my ethernet sometimes. Usually when I dock or undock my laptop from its docking station, the ethernet interface vanishes from ifconfig and the network manager. (Docking station has been working with ubuntu for the past 1.5 years flawlessly) [13:13] Hey, does someone know when the OpenSSL patch will be available in the Ubuntu repo? [13:15] question re unity, 14.04. i have chrome pinned to the #8 position. but when i hit super-8 i get a *new* chrome icon in the launcher, and it opens a specific bookmark. what? [13:16] Here's a link to the patch I was referring to: openssl.org/new/openssl-1.0.1-notes.html [13:16] * openssl.org/news/openssl-1.0.1-notes.html [13:25] how to look for one file into the current folder? find -name "file.name" ? [13:26] i did "service openvpn restart" but no openvpn process found. any reason? [13:27] Hi all, my wireless connection is working fine but when my laptop is on sleep mode and restarts it sometimes fails to connect to the connection. I have so far tried several things like deleting all the other connections listed in my wireless app, as advised by people on this forum but still have the problem occurring from time to time. Any ideas? [13:28] how to look for one file into the current folder? find -name "file.name" ? [13:30] hi. i installed pantheon desktop, but it doesn't show up in lightdm options. Is there any way i can reset lightDM? [13:30] rrr_: Is openvpn available in /etc/init.d? [13:30] xar: find -name "file.name" . === xar is now known as ahla [13:31] xar: find -name "file.name" . -print [13:31] rrr_, it doesn't work === ahla is now known as find [13:32] bishops: the same problem [13:32] Any ideas? [13:32] ahla: "find -name "file.name" -print ." ? [13:33] rrr_, it worked [13:33] rrr_, ty :)) [13:33] Hello, could I possibly get some help with my sound not working? I can provide more information. [13:34] my wireless connection works fine, but my wire connection fails to connect if my laptop restarts from sleep mode, both ubuntu and windows found this problem. [13:34] l0p3n: yes it is in /etc/init.d [13:35] l0p3n: yes openvpn is in /etc/init.d [13:36] I'm a Chinese, I think I can't speak English very well. If there's any syntax problems in my question, please tell me thanks. [13:36] Hi, for Belgian taxes I have to digitally sign a pdf. How can I do that on ubuntu 14.10 ? [13:37] l0p3n: but why no openvpn process running? [13:37] officialdellacry, provide more information [13:37] !cn| wtm [13:37] wtm: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [13:38] in case that's useful [13:38] ...pbx: There's no one talks in #ubuntu-cn [13:38] wtm, your english works for me :) [13:38] ... [13:38] pbx: i have the same problem as wtm although I don't know about windows [13:38] yes wtm , your english is fine [13:38] is it possible to set up xrdp to remote into the console session, not an alternative desktop (I know this isn't truly ubuntu related). [13:39] I RDP into my computer more than I actually sit in front of it [13:39] I had just done a fresh install of Ubuntu 14.04 LTS and did apt-get update and apt-get upgrade, and wanted to try to go play music on youtube, and found that the audio wasnt playing, so I checked the sound control to see if anything was playing back and it was not, however.. my bulit in microphone works. [13:39] On windows, even it can't detect USB drivers after sleeping [13:42] hi. i installed pantheon desktop, but it doesn't show up in lightdm options when i log in. Is there any way i can reset lightDM? [13:43] nabn: sudo dpkg-reconfigure lightdm === cartucho is now known as deb [13:44] wtm, thanks. will try that. [13:45] my wireless connection is working fine but when my laptop is on sleep mode and restarts it sometimes fails to connect to the connection. I have so far tried several things like deleting all the other connections listed in my wireless app, as advised by people on this forum but still have the problem occurring from time to time. Any ideas? [13:45] hi, I wanted to know if Ubuntu is affected by CVE-2015-1793 [13:45] ** 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-2015-1793) [13:45] officialdellacry, i assume sound worked/works under whatever other OS you ran on this machine? has sound worked in ubuntu on this machine before? what's the output of this command? http://dpaste.com/1M8Z59S [13:46] Yes it works under WIndows. Give me a second while i do that [13:47] Here is the output: http://dpaste.com/1SSFG2P [13:47] why doing "sudo service myservice start" gives me "Failed to start myservice.service Unit myservice.service failed to load: No such file or directory." ? [13:47] I dont understand what the problem is === mint is now known as Guest6844 [13:48] I have an /etc/init/myservice.conf and it works on another ubuntu machine just fine [13:48] how do i check service log? [13:49] I do dual-boot on this machine with WIndows 7 Ultimate x64 [13:50] officialdellacry, sometimes the intel audio driver fails to load on boot after upgrades, try , sudo modprobe snd-hda-intel , if the driver loads properly there will be no output, and you'll need to reboot [13:50] lkeijser: https://ma.ttias.be/openssl-cve-2015-1793-man-middle-attack/ [13:50] ** 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-2015-1793) [13:50] lkeijser: it is not. see http://goo.gl/UG7F2X [13:50] hateball: I've read that page, but it's not an official ubuntu site (I think) [13:51] THere was no output,so reboot and see if it works? [13:51] Pici: thanks! [13:51] lkeijser: unless you're running 15.10, in which case you should be prepared for this sort of thing. [13:51] nah [13:51] I am trying to figure out how to congure the serial console with systemd, the ubuntu manual seems to only show how to do it with Upstart - https://help.ubuntu.com/community/KVM/Access and ideas [13:51] officialdellacry, check alsamixer to make sure the automute is disabled, as well [13:52] Sorry if I sound novice but is that jsut the stock sound panel or am i looking in the wrong spot? [13:52] sudo mount /dev/mapper/my_encrypted_volume /mnt/a mount: /dev/mapper/my_encrypted_volume: can't read superblock [13:52] any idea on that_ [13:52] fdisk: unable to read /dev/mapper/my_encrypted_volume: Inappropriate ioctl for device [13:53] I do dual-boot on my laptop with my windows7 ultimate and my windowsXP professional [13:53] how to list all processes running? [13:53] rrr_: ps -aux [13:54] officialdellacry, open the console/terminal and type alsamixer [13:54] Must be something wrong, here's the output: cannot open mixer: No such file or directory [13:54] Hi, for Belgian taxes I have to digitally sign a pdf. How can I do that on ubuntu 14.10 ? [13:54] <__john_doe__> hey guys, I have this problem with openvpn on ubuntu: OpenVPN ROUTE: OpenVPN needs a gateway parameter for a --route option and no default was specified by either --route-gateway or --ifconfig options [13:54] its only picking up the last bit. [13:54] <__john_doe__> from time to time [13:54] As if its not recognizing the first part. [13:55] <__john_doe__> any suggestions? [13:55] i have mac desktop installed with ubuntu 12.04 but uts speakers work but via earphone doesnt work i have try to mute and unmute but doesnt work please help me? === michael__ is now known as Guest42268 [13:56] officialdellacry, ok in the console, sudo apt-get install alsa-base alsa-utils [13:57] The output is: alsa-base is already the newest version. alsa-utils is already the newest version. alsa-utils set to manually installed. [14:00] However. My USB headset works just fine, but not the built in speakers. [14:03] Hello. According to https://help.ubuntu.com/community/UbuntuBootupHowto I created a /etc/init/myservice config. Now when i do "service myservice start" I get "Failed to start myservice.service: Unit myservice.service failed to load: No such file or directory." Why is that? Do I need to install this service somehow? [14:03] try /etc/init/myservice start [14:04] it is not executable it is just a config ... [14:05] ... [14:05] pingo, have you ever looked in /etc/init ? Theres no such service [14:05] D`oh! [14:06] compdoc ? [14:06] pingo: That guide is for Upstart, not Systemd, and the error message you report is from Systemd [14:06] did you create some service? [14:07] I created that config [14:07] like in the guide [14:07] pingo: did you name it myservice.conf ? [14:07] that page states: The following information is tested on 11.04 Natty [14:07] isnt it enought to creat "etc/init/myservice.conf" ? [14:07] pingo: **** That guide is for Upstart, not Systemd, **** and the error message you report is from Systemd [14:08] TJ- what does that mean? [14:08] upstart system uses /etc/init, but not systemd [14:08] pingo, the tutorial you're referencing is no longer valid and will not solve your problems [14:08] TJ-: service checks if it's an upstart or sysvinit service and runs it too [14:08] on 15.04 [14:08] I have another ubuntu machine also 14.04 and on it same config works fine [14:08] same command [14:09] pingo, if you created the file, you also have to set proper permissions. just match the same perms as the other files in that folder [14:09] maybe i need to install something? [14:09] Eric__: But the error is from systemd, complaining about 'service; ... my point is, pingo is chasing an imagined fault, not the correct one [14:09] How can I troubleshoot this? [14:10] Maybe I need to install Upstart ? [14:10] TJ-: i guess it can't find it in /etc/init for some reason, or doesn't like the .conf 's contents [14:10] pingo, pastebin the contents of the .conf you created [14:10] it's supposed to search /etc/init and /etc/init.d for it and run it if it finds the service [14:11] pingo: see https://wiki.ubuntu.com/SystemdForUpstartUsers [14:11] I configured my server behind a proxy and the apt-get update was working fine. While installing software it seems to be stuck [14:11] https://gist.github.com/pimjansen/bb751661e8bb1147837c [14:11] Also, My trackpad on my laptop which is the same machine the sound issue is on, the trackpad doesnt seem to work after install finishes either, didnt work during the install. [14:12] officialdellacry, alt+f2 , type, gksudo gedit /etc/modprobe.d/alsa-base.conf , thena the bottom of the file add this line, options snd-hda-intel index=0 , then save the file. Check if alsamixer shows up in the console [14:12] compdoc http://pastebin.com/b5WrnNNc [14:13] this works on another ubuntu box [14:13] pingo, the very last line has an extra space in there [14:14] hey all, trying to install xubuntu on a new machine (MSI GS60 Ghost-607, updated bios to latest), windows 8.1 was previously installed with UEFI enabled, i went through the install process via liveUSB (15.04 and 14.04) but i'm getting errors during install, right now i'm unable to get grub2 to install to /target, i have fastboot disabled, UEFI enabled and I've been toggling secureboot (currently enabled), i've tried a netinstall with no [14:14] luck there either [14:14] compdoc where? [14:14] I still get the following: cannot open mixer: No such file or directory [14:15] TJ- thank you for the link will read [14:15] behind the word mono [14:15] try the command: cd /usr/bin/mono /home/vagrant/apsmail2sms/bin/Release/ [14:15] does that work? [14:16] no [14:16] oh, wait. nm [14:16] Oh I see [14:16] it works on 14.04 it does not on 15.04 [14:16] I will read that link about upstart nad systemd [14:16] http://paste.ubuntu.com/11848693/ [14:17] ApsMail2SmsHealthMonitor.exe ? can linux run an .exe file? [14:17] pingo: refer to the "Debugging" section of that document [14:17] compdoc: no [14:17] what is /usr/bin/mono ? [14:17] compdoc, in !wine perhaps but normally NO [14:17] * DanShark [14:18] pingo: are you literally typing ""service myservice start" or ""service apsmail2smshmon start" !? [14:18] TJ- second one [14:18] * wtm [14:18] officialdellacry, try a reboot [14:18] Alright, I will, if it does not work, i will be back. [14:18] pingo: you're sure you didn't typo in the service name; it's pretty convoluted [14:18] I think I need to convert from upstart to sytemd service [14:19] good idea [14:19] TJ- I copy it from the path === Dro___ is now known as Dro__ [14:19] pingo: Then I think "systemd.log_level=debug" is your friend here [14:20] pingo, mono runs .exe files. I didnt know that. Is mono installed? sudo apt-get install mono-runtime [14:20] pingo: Is "/home/vagrant/" a separate file-system? If so , does your service depend on its being mounted before being started? [14:21] TJ- no its all the same fs [14:21] and it is mounted when i try to start the service [14:22] how to list all services running? [14:22] rrr_: "service status" [14:22] pingo: can you type ls -l /etc/init/apsmail2smshmon.conf [14:23] TJ-: no. status is not a service [14:23] rrr_: sorry, "service --status-all" [14:24] So I restarted [14:24] alsamixer does what its suppoed to now. [14:24] Its not showing the speakers, only S/PDIF [14:24] TJ-: how to list the process for openvpn running? [14:25] rrr_: you mean "pgrep openvpn" ? [14:26] What permission do I need to run scripts in "/ usr/local/bin" from a remote server. My user is authenticated via ssh. example: ssh acesso@scocam '/usr/local/bin/script1.sh' [14:26] TJ-: the openvpn service is running. but there is no process for it. any reason? [14:26] rrr_: service crashed maybe, leaving its PID file in place, which is what 'service' checks on [14:27] TJ-: how to check the log? [14:27] caca [14:28] officialdellacry, paste your alsamixer settings in pastebin [14:28] !pastebin | officialdellacry [14:28] officialdellacry: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:28] ivan_on_trac: +x for your user [14:28] rrr_: "ls -latr /var/log/openvpn*" should give you some log files to look at [14:28] Do I post what alsamixer shows? [14:29] ivan_on_trac: and read of course [14:29] swallow [14:29] yes copy and paste it , officialdellacry [14:29] davidczr: stop that [14:29] not here officialdellacry , in the urls posted above [14:30] TJ-: no such log file [14:31] rrr_: that suggests the openvpn service has never started [14:31] http://pastebin.com/wpM2QdV1 [14:32] TJ-: but why the openvpn service is running [14:33] EriC^^ "-rw-r--r-- 1 root root 841 Jul 9 13:34 /etc/init/apsmail2smshmon.conf" [14:33] how to list all processes including service processes running? [14:34] rrr_: try ps -aux [14:35] TJ-: 'service openvpn status' shows it is running with pid 11558. but ps -aux does not have that pid [14:35] officialdellacry, f6 in alsamixer choose the analog output of your soundcard not the hdmi [14:35] Would that be HDA Intel PCH? [14:35] yes [14:36] ExecSlim: are you sure 'ps -aux' lists all processes? [14:37] TJ-: it is weird [14:37] rrr_: >>>> service crashed maybe, leaving its PID file in place, which is what 'service' checks on [14:37] Speakers are showing no feedback/output in alsamixer. [14:37] rrr_: I'm 95% sure it does [14:37] and I have a song playing in Firefox right now. [14:37] TJ-: but there is log for that [14:38] officialdellacry, try something from you music files rather than the browser [14:38] TJ-: it should have a log if crashed. [14:38] Alright, give me a second [14:38] is there an ubuntu repo for GNU Icecat ( GNU's Firefox Fork ) ? [14:38] rrr_: I bet this "cat /run/openvpn.pid" shows "11558" [14:38] free_speech, do you mean Iceweasel? [14:38] still nothing. [14:39] rrr_: maybe it crashed due to a config error before it could start logging [14:39] free_speech: iceweasel is debian only iirc [14:39] ExecSlim, no, since Iceweasel is Debian's Firefox-Fork. The GNU Project also has one named IceCat [14:39] TJ-: there is no /run/openvpn.pid at all [14:39] free_speech oops. Try https://wiki.ubuntu.com/IceCat for ubuntu [14:39] rrr_: what release of Ubuntu is that? [14:40] systemd 15.04 [14:40] rrr_: ahh! [14:40] of make sure your volume ctls are turned up inalasmixer and the autmutte is disabled [14:40] officialdellacry, ^ [14:40] is there magic with systemd [14:40] ? [14:41] err auto mute is disabled , officialdellacry [14:41] Excuse my ignorance, but what do you do to turn it up in alsamixer? the arrows keys, etc aare not working [14:41] rrr_: is it under "/run/openvpn/" ? [14:41] It wont let me turn the SPeaker option up. [14:42] can anyone recommend a free, USB-bootable disk check utility (for bad sectors)? i want to check a full disk (regardless of what file system each partition has). [14:42] rrr_: "systemctl status openvpn.service" might help [14:42] TJ-: there is /run/openvpn but it is empty [14:42] officialdellacry, uae the left right arrowe keys to navigate to the ctrls , the up/down keys to increase/decrease the volume [14:43] I am, it wont increase the Speaker volume [14:43] rrr_: best thing to do is try starting openvpn at the command-line in the foreground with maximum debugging, and see what the problem is [14:43] of make sure the alsamixer [14:43] Hello , I just downloaded 'prepos' from their website , without first trying to download it using another (better) method. How can I use the already installed files and folders to install it normally? [14:44] If my question makes sense [14:44] !info prepos [14:44] Package prepos does not exist in vivid [14:44] It still isnt letting me. [14:44] TJ-: http://paste.ubuntu.com/11848861/ [14:44] OK , so now what do I do? [14:44] officialdellacry, make sure the alsamixer master volume is turned up to at least 90% [14:45] It's at 100 [14:45] TJ-: "systemctl status openvpn.service" is the same as "service openvpn status" [14:46] https://prepros.io/downloads [14:46] I clicked the linux32 button [14:46] downloaded the zip , extracted everything, ran it twice , but it doesn't seem to work like other apps [14:47] TJ-: i did 'service openvpn restart' nothing happens [14:47] For example, it doesn't appear in the Applications menu in Gnome Flashback [14:47] rrr_: as I said, start openvpn manually in the foreground with debugging, and see what's wrong. You've got some config error I think [14:48] does anyone know if the new fglrx will be packaged soon? === soee_ is now known as soee [14:48] officialdellacry, which chip is showing in the upper left in alsamixer [14:49] Realtek ALC282 [14:49] can someone help me please [14:52] o/ [15:00] I might just forget the internal speakers for now, I'd like to use them, but if its too much trouble.. [15:11] morning everyone [15:11] can anyone help me reset the sound settings in the user account level ? [15:11] suddenly the sound ,in my user account, isn't working [15:12] but for others it is. [15:13] I have a fresh install of 14.04 desktop ubuntu...installed minimal things since wed...and it froze up last night...error I get is Xorg channel 2 kick timeout (failed to idle channel) [15:13] http://pastebin.com/nmSjxQe1 x-session errors. hope this helps. [15:14] read online that could be related to hardware...video driver? [15:14] any ideas how i can troubleshoot? I installed ubunut server on it prior...same hardware...and ran with no problems [15:14] murlidha...is that in response to me? [15:17] when logged in my admin account i don't see any sound devices under the sound settings output tab.... [15:18] when I started the ubuntu desktop a few minutes ago I get an error...I have error window up still...can anyone help me understand the error? I am a novice in ubuntu.... [15:18] might be because admin doesn't have the proper groups [15:18] check groups of your regular user and compare them with admin [15:19] says "Xorg crashed at SIGABRT [15:19] Lurchy: just post the error, maybe someone has an idea [15:20] it would be ideal if you could make a pic with your handy and put it on imgur.com [15:20] ok [15:20] how do I paste to imgur.....forgive my ignorance [15:20] adsc: this started suddenly when i tried to change some sound settings .... earlier it was working all good. [15:20] adsc: have you seen the pastebin ? [15:22] murlidhar: I've seen it, but I can't make any of it, sorry [15:22] adsc: how to restart the sound server ? oh and more thingy. sound can be played by all the players i have installed except smplayer. [15:23] Lurchy: you just click on upload and then put your pic in there [15:23] the sound stopped ever since this problem started. [15:23] i have a feeling that i have to delete some ./xyzfolder to reset the settings and make it alright. [15:24] ok adsc...dumb question tho...how does one do a print screen in ubuntu? i know how in windows...but not ubuntu [15:24] cntrol-printscreen button same as windows? [15:25] what is the screen command to show current screen? [15:25] Lurchy: printscreen should work, yeah [15:25] nevermind..google search helped [15:31] http://imgur.com/VCLh3xe and https://imgur.com/NtlUwgu show the entire error screen [15:31] anyone have amoment to help? its saying something about packages not updated...but its fresh install and I did global update upon install [15:31] I am confused [15:32] good luck to solution of you problem,i no have idea to help [15:32] Lurchy, first, type : sudo apt-get update, then: sudo apt-get dist-upgrade [15:33] and try not to be so Lurchy [15:33] hehe [15:33] hmm...I just got software updater popup.....havent done sudo update yet.... [15:33] perhaps a coincidence? [15:35] hello there I am trying to install ubuntu On my dell and I used "usb installer" and I think that my graphics card is not supported because it always just goes to black screen after I try anything. I have tried ctrl+alt+f[1-6] to see if I could get to a tty. but no luck. also there is no options to tuen acpi=off or to play with nomodeset. [15:36] hey people how do i change the date and time language to english [15:36] sudo dpkg-reconfigure tzdata [15:36] and locales [15:36] baja_, ^^ [15:36] what? [15:36] ok [15:37] baja_, tzdata is date stuff and locales is for lang and what not [15:37] Hey! Does anyone know if the new OpenSSL bug affects Ubuntu stable users? [15:37] wickedcode, check th cve and the version then check yours with apt-cache policy [15:38] wickedcode: No it doesn't, http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-1793.html [15:38] ** 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-2015-1793) [15:38] wickedcode: it doesn't. See http://goo.gl/UG7F2X [15:38] Great! Thanks guys. [15:39] how do i change language === underyx is now known as underyx|off [15:40] i need to change the language ofo my calender [15:41] how do i change the language of my calender?? [15:42] how do I bring up the "run program" dialog [15:42] also, how do I "install" a .desktop file [15:42] I download a .zip file for an application and it has a .desktop file in it [15:43] bufferloss: run program = alt+f2 [15:43] baja, change language globally > systemsettings > language support [15:43] !away > underyx|off [15:43] underyx|off, please see my private message [15:43] drmagoo, so I tried that, and the search works, and it brings up the command I just ran in terminal, butu I can't figure out how to actually launch it [15:43] drmagoo, double clicking doesn't seem to run it, right clicking appears to have no effect [15:44] enter key appears to have no effect [15:44] bufferloss: which program are you trying to run ? [15:46] drmagoo, just a script I wrote and added to my $PATH [15:46] simple utility/shell/bash script [15:46] well, not entirely simple, it opens a gui for me [15:46] try to launch a terminal and start the program from there and see if that works [15:47] drmagoo, yes I'm saying it does [15:47] I just ran it a few seconds ago [15:47] and when I search under Alt-F2 it shows up under "history" [15:48] Hello every one didn't need anything today just wanted to say I am happy to login. [15:51] bufferloss: not sure on how to help you with that. Cant really replicate the problem [15:51] k [15:52] drmagoo, so when you use Alt-F2 to run something, what do you do to launch it? [15:52] double click? hit enter? [15:52] drmagoo, and by you, I really mean you, like how are you yourself invoking stuff from that menu? [15:52] i.e. I am trying to figure out what I *should* be able to do [15:53] bufferloss: I just hit enter and the program pops up [15:53] bufferloss, manual what to do with a .desktop file > https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles [15:53] k [15:55] Hi, how to install prepos? [15:55] Spodermen_sweg, what is prepos? [15:56] !info prepos [15:56] Package prepos does not exist in vivid [15:56] Spodermen_sweg: https://help.ubuntu.com/community/Repositories [15:56] bazhang: Leave off the !info [15:57] when I started the ubuntu desktop a few minutes ago I get an error...I have error window up still...can anyone help me understand the error? I am a novice in ubuntu.... [15:57] http://imgur.com/VCLh3xe and https://imgur.com/NtlUwgu show the entire error screen [15:57] says "Xorg crashed at SIGABRT [15:57] I have a fresh install of 14.04 desktop ubuntu...installed minimal things since wed...and it froze up last night...error I get is Xorg channel 2 kick timeout (failed to idle channel) [15:58] Lurchy: Updates? [16:00] I did updates....was wondering if anyone was familier with the error and can attribute it to updates or vid card driver...etcv [16:00] is anyone good with the screen utility? [16:00] to clarify...I did update after I got error [16:01] brb...need to restart...will see if error returns [16:01] I am trying to list all the screens within the current screen. [16:02] TechMonger: you mean "screen -ls" ? [16:04] TJ that list all screens [16:04] i believe that there is a way to see all the screens within a screen [16:04] ok....no startup errors this time [16:04] so far...so good [16:05] i was told it is " ctrl a, shift + " but it dosent work [16:05] Lurchy: sudo apt-get dist-upgrade [16:05] my skype is not accepting me to type in ??? [16:05] Any idea where the log files are when I run 'service myservice start' and it doesn't start for some reason? [16:05] any one know how to fix that? [16:05] yep vfw...will do that in minute [16:05] TechMonger: Do you mean screen sessions started from the current session [16:06] my skype is not accepting me to type in ??? [16:06] any one know how to fix that? [16:06] TJ yes [16:06] como instalo la impresora canon ufrii 1025n [16:07] como instalo la impresora multifuncional por puerto usb UFRI 1025 n alguien que me ayude [16:07] hmm...ghostscript update [16:07] Greetings, does the 15.04 kernel have multi-layer overlayfs support? (multi-layer meaning more than 2) [16:07] !it | admptcroot [16:07] admptcroot: 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:08] https://www.youtube.com/watch?feature=player_detailpage&v=ax0cYNWSOlI [16:08] sorry [16:08] payasos de agua dulce como se instala la impresora canon cuerdas de arequipes} [16:08] my skype is not accepting me to type in ??? [16:08] any one know how to fix that? [16:08] TJ do you know the command to list sessions started from the current session? [16:08] puro jugar puro jugar [16:08] !english | admptcroot [16:08] admptcroot: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [16:09] that´s spanish, not italian [16:09] Lurchy I know you just installed Ubuntu but when you get the chance check out Ubuntu-mate. I install it and not I am in love with it. [16:10] any woman here? [16:10] wrong network admptcroot [16:11] whats wrong with my skype [16:11] its refusing me to login [16:11] i cant type anything on the text box [16:11] patience baja [16:12] cool [16:12] adamretter: service service-name status [16:13] bazhang do you you have a solution? [16:13] ask the channel every ten minutes or so baja, give many many details [16:14] ok [16:17] hi, does anyone here have a laptop with Haswell integrated graphics? === underyx|off is now known as underyx [16:18] coolstar-pc: Now ask your *real* question. [16:19] vfw: I am having some issues with the vbios on my laptop so I was wondering if someone would mind doing a favor and using intel_bios_dumper and intel_bios_reader to get the contents of the VBT [16:19] I´m only on third-gen. [16:23] coolstar-pc, that would be more an issue for ##hardware, besides there are more than one type of bios for haswell [16:23] OerHeks: ok I'll try there === underyx is now known as underyx|off [16:26] baja: you might find some help here, since it seems to be more of a skype-issue than an Ubuntu one. http://community.skype.com/t5/Linux/bd-p/Linux [16:27] Hi people, I have a problem with Spotify and another web radios. When I try to play them in firefox or chrome no music plays, and spotify returns a message saying that it's a problem with my network... Someone knows how can I solve it? [16:28] how do i install openjfx on ubuntu? i'm unsure of which repo to use... [16:29] !find openjfx [16:29] Found: libopenjfx-java, libopenjfx-java-doc, libopenjfx-jni, openjfx, openjfx-source [16:30] polishpoliceforc, apt-get install it ^ [16:31] abbruchfirma: Sounds like something is firewalling you, possibly your isp. [16:32] bazhang, yep doing that now [16:33] Hi.so recently my ubuntu 15.04 which I manually converted to kubuntu(didn't remove unity though),experienced a rather weird problem.It wont shutdown properly through plasma's shutdown button if chrome/chromium is open.background of kde will get invisible and I'll see background of unity and then everything looks frozen [16:33] jhutchins, thank you... You are right!!! =) [16:33] I didn't know about it before but one day I saw that if chrome is closed then no issue exists.if I start shutting down then close chrome after freeze the shutdown process will resume [16:33] !kubuntu | knightyyy [16:33] knightyyy: Kubuntu is the Ubuntu flavour using KDE Software and the KDE Plasma Workspaces. See http://kubuntu.org for more information - For support join #kubuntu - See also !kde [16:34] it is also worth noting that I used to use chrome but switched to chromium after this issue.This did not solve my issue [16:34] knightyyy: It sounds like you might have bothe unity and kde running at the same time. [16:34] ExecSlim: I am unsure.unity's wallpaper shows up in the shutdown procedure [16:34] that is why I don't know if this should be considered a kde problem or unity problem or something mixed [16:35] knightyyy how did you convert ubuntu to kubuntu? [16:35] oh, I know that one! [16:35] jhutchins: I think so.it didn't do this for 2-3 weeks when I installed kubuntu-desktop package.how can I stop unity from starting up? [16:35] click the button on this page, it´s simple! http://askubuntu.com/questions/417/how-do-i-install-kde [16:36] abbruchfirma is it your isp blocking you? If yes which isp do you use? [16:36] baja: Unfortunately, since skype is a closed Microsoft product, we don't have any support knowledge for it. I believe Microsoft has forums or mailing lists. [16:36] ExecSlim: I started from ubuntu 15.04 which is default.went to kde and then gnome-shell.loved kde the most.(I installed all 3 on the same OS.probably ruined some stuff...) [16:37] knightyyy I would say to run apt-get remove unity-desktop but I should probably get a second opinion [16:37] knightyyy: There is no problem having multiple DEs installed on ubuntu. [16:37] I had fvwm, xfce, gnome installed while using kde on opensuse, never had a problem. I assume ubuntu is the same. [16:37] You don't have to remove Unity, but you don't usually want it running at the same time. http://help.ubuntu.com/community/InstallingKDE === underyx|off is now known as underyx [16:39] knightyyy: If both are running, ctrl-alt-F7 and ctrl-alt-F8 should switch between them [16:40] jhutchins: I can't figure out how to stop unity from running at the same time from the link you gave me [16:40] * zykotick9 highly doubts Unity & KDE can run at the same time... [16:41] zykotick9,it is interesting indeed,I can't figure it out.the issue only persists when chrome/chromium has an open window.and the problem will change KDE's wallpaper to my unity's wallpaper.It's all puzzling [16:42] are you on KDE now? [16:42] I wished there would be at least a bug report dialog or something,but none [16:42] Yes. [16:43] see if you can find lightdm in your process list [16:43] use task manager or top or what tool you prefer to see that [16:43] oh,that.AvatarA: from the moment I installed kubuntu-desktop lightdm refuses to work [16:43] I used dpkg-reconfigure to select sddm [16:43] which works [16:44] I'll see [16:44] that's good so it means no lightdm is running now [16:46] bazhang, when i do apt-cache search libopenjfx it is not found [16:46] bazhang, what sources do you have? [16:47] !find libopenjfx [16:47] Found: libopenjfx-java, libopenjfx-java-doc, libopenjfx-jni [16:47] In component universe polishpoliceforc [16:48] !info openjfx [16:48] openjfx (source: openjfx): JavaFX/OpenJFX 8 - Rich client application platform for Java. In component universe, is optional. Version 8u40-b25-1 (vivid), package size 32 kB, installed size 125 kB [16:48] polishpoliceforc, ^ [16:48] the captcha is cut off at the bottom in the pop-up for a new ubuntu one account [16:48] oh nvm the window resizes [16:49] ubuntu one is dead, is it not? [16:49] it´s just like that at the default size. [16:49] I have no clue, I´m new to this OS. [16:50] ubuntu-one still works as SSO single sign on AFAIK [16:50] yeah one still does single sign on [16:50] !ubuntuone [16:50] The Ubuntu One file and music service is being discontinued. The service will be unavailable starting 1 June 2014, and content available until 31 July, 2014. For more, see #ubuntuone === Mitchell92[A] is now known as Mitchell92 [16:51] bazhang, how do i add the universe repo? [16:51] i tried it in the software center, "buy" an app for zero cost... i was sent to ubunutu one and was able to install the app [16:52] I'm running Ubuntu 15.04 and ha a problem with multiple monitors. Basically there is a "wall" between the two screens, so the when moving the cursor from one screen to the other, i will 'stop' in the middle and i have to like move it fast to get it jump to the other screen. Anyone seen this issue and knows how to fix it? [16:55] hi all [16:55] wa tounsi? [16:55] hey [16:56] can someone recommend a good download manager that captures videos when you copy the link? like jdownloader [16:56] do anyone know if ubuntu touch for samsung s5 is ok? [16:56] !touch [16:56] Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [16:56] bayoumi, ^ [16:56] thanks bazhang [16:56] !touch [16:57] can someone recommend a good download manager that captures videos when you copy the link? like jdownloader [16:57] #ubuntu-touch <--- bayoumi === fredric is now known as anonymous132 [16:58] ? [16:58] bazhang, thanks... i didnt know that there are u channel for touch :) [16:58] Can someone recommend a good download manager for ubuntu that captures videos when i copy the link of the page? [16:59] !patience | umbra-purus [16:59] umbra-purus: 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/ [17:00] umbra-purus discovered multiget just yesterday, not sure if it's what you want === tcpman is now known as Guest18056 [17:01] MonkeyDust: for example, you copy the link of a youtube video. does it capture the video? [17:02] umbra-purus install multiget from the repos, explore it a bit... [17:06] hello, someone around? i've got a problem with my audio device under lubuntu. it doesnt play my onboard spdif optical device [17:09] so let's try this another way,how can I log/see the logs from plasma/general ubuntu.I want to see what happens when I click the shutdown button.my issue seems quite unique. [17:09] !audio | whiTX did you look at these settings first? [17:09] whiTX did you look at these settings first?: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [17:15] are there any danish ubuntu expert :) [17:15] !danish | bayoumi [17:15] bayoumi: For at få dansksproget support til Ubuntu, bedes du venligst gå til #ubuntu-dk. I denne kanal forefindes kun engelsksproget support. [17:15] Are there something u guys dosent have? :D === j4ys33 is now known as drclaw === drclaw is now known as jayclaw [17:18] есть русские?:) [17:19] !english | virs [17:19] virs: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [17:20] !ru | virs [17:20] virs: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. === rrr__ is now known as rrr_ [17:24] is there a connectify for ubuntu 14.04 [17:24] is there a connectify for ubuntu 14.04 === jayclaw is now known as combatcrab === NotANick_ is now known as NotANick [17:24] what does that do baja [17:24] sharing [17:25] sharing internet wireless [17:25] from comp [17:25] !ics | baja [17:25] baja: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing [17:29] setting up a lamp web server, should I go ubuntu 14.04 LTS or 15.04? [17:30] vacho, that is up 2 you, lts is pretty stable [17:30] lts vacho , five years support [17:30] vacho: that depends on your needs and your willingness to do upgrades. [17:31] is there a security ubuntu IRC channel? [17:31] sounds like it does not really matteR? [17:31] I went with 15.04..but it's not too late to go back to 14.04 [17:32] coredump: The security team has their own channel in #ubuntu-hardned, but are you sure that your query is something that we cannot answer where? [17:32] vacho: well, 15.04 will be unsupported in 6 months time. 14.04 has a few more years to go [17:32] New SSL vulns today, still nothing on the security-announce, was just curious [17:32] pici ^ [17:32] Seveas: really? [17:32] Seveas: 14.04 it is! [17:32] coredump: were updates released already? [17:32] coredump: not affected, see http://goo.gl/UG7F2X [17:33] Pici hmm. what site is that? [17:33] coredump: the canonical cve tracker. [17:33] Pici TIL [17:34] Hmm nautilus seems to be fond of constantly chrashing suddenly. Uploading a bug to launchpad, but I'd hope to fix it quickly :/ [17:35] I went through the website to get around the ubuntu one captcha [17:36] Hey guys,i'm trying to make a bootable windows 7 usb drive from ubuntu using winusb,but can't seem to be able to target my usb flash drive [17:36] Are there any other options? === underyx is now known as underyx|off [17:37] Cerealkiller: If I remember correctly, last time I had to do that I ended up making the usb drive from an XP VM :/ [17:37] tengo dolares a 254 [17:37] Dumle29, oh,i see,that's a good ideea === underyx|off is now known as underyx [17:37] It's a bummer, but it worked [17:37] Cerealkiller: dd has worked for me in the past [17:38] i have dollars to Bs.f 250 [17:38] SchrodingersScat: No MBR magic? [17:38] SchrodingersScat, example for dd ? === Mitchell92 is now known as Mitchell92[A] [17:38] heard of it but haven't used it yet [17:38] dd is pretty much a byte for byte "Copy from here to here" program. [17:39] the thing is that i got an iso :) [17:39] Cerealkiller: dd if=/foo/bar/win7.iso of=/dev/sdx # just make sure /dev/sdx is your flashdrive, or else your day ends in tears [17:39] Cerealkiller: wasnt you told that the last days already several times? [17:39] k1l, yeah,i was [17:39] Cerealkiller: be very carefull with dd. if you mix the commands you end up shredding your disk [17:39] i see,thanks guys [17:39] dd does exactly what you ask it, and it doesn't ask you first. [17:40] Guys i don't have experience with contributing to OSS, and am thinking of contributing to ubuntu. I am a self taught proficient programmer and am constantly looking for ways to improve my skills and learn more. I use Ubuntu as my main system. Is it a wise to start contributing to Ubuntu as my first experience into contributing to OSS? [17:40] Cerealkiller: read this: http://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal [17:41] Strat: there are million of ways to contribute. where to start depends on your skills and interest [17:41] k1l, Thanks,that documentation seems to be very detailed. [17:42] Hi there [17:42] Strat: just do a nice app for the start. Than expand if You like it. [17:42] last weekend, my root filesystem brokw [17:42] broke* [17:42] fsck is failing for it [17:42] I can still somehow mount it [17:43] and start and so on [17:43] Strat: if you want to program apps take a look at #ubuntu-touch , that needs some more apps :) [17:43] but after some time the system behaves strongly [17:43] now I want to test the other partitions too, whether they are ok [17:43] est31: so the disk is broken? make a backup and get a new disk [17:43] Hello [17:43] thank you k1l , Rust3dCor3 [17:43] k1l, I don't know whether its the disk or controller. [17:43] I have just installed on my Nexus 4 Ubuntu Touch === underyx is now known as underyx|off [17:44] j #ubutnu-touch [17:44] otoh its a samsung 840 evo [17:44] !touch | Akritor [17:44] Akritor: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [17:44] so I should know its broken from the product name [17:44] Ok. [17:44] guys I just installed ubuntu 14.04 on my VPS..how do I update it? [17:44] I just want to make sure I have the latest version of 14.04 [17:44] vacho, do-release-upgrade [17:45] vacho do apt-get update then apt-get upgrade [17:45] Hey, I'm trying to run sudo cat ssl.crt sub.class1.server.ca.pem > /etc/nginx/ssl/ssl-unified.crt, however I get this error: bash: /etc/nginx/ssl/ssl-unified.crt: Permission denied [17:45] est31, ExecSlim thank you guys [17:45] vacho, yea do what ExecSlim said, thats what you will want [17:45] so I'm stuck with this journald thingy [17:46] est31: I wonder what the difference is? I don't want to upgrade to 15.04.. [17:46] I managed to make systemd fsck all partitions [17:46] vacho, precisely thats the difference the apt get thing only installs updates within the release [17:47] vacho, the do-release-* command installs 14.10 or the next LTS === Guest21975 is now known as Icedream [17:47] est31: ok gotcha! thanks for helping mate. [17:47] so systemd fscked all partitions, but journalctl -xb doesnt show the fsck logs [17:47] it shows some stuff, but neither whether it failed or succeeded or anything [17:49] for example it sais systemd-fsck[607]: partition-label: 4353636/4532674 (some numbers here) files (0.3% non-contigiuius), number/number blocks [17:49] is the number in brackets the PID? [17:49] if yes, thats the only entry for the PID then [17:49] fortunately you have less commands for the output, therefore I know [17:50] where can i collect the messages of system ? i am developing a recent history notifications with a friend? we need know where get the messages? it is like osx recent history button (up right last button) [17:51] skypce, log are in /var/log/ and in your $Home folder [17:52] ok thank you OerHeks [17:52] logs in ~ [17:52] well they are under / too [17:53] hello everybody and goodevening === underyx|off is now known as underyx === rrr__ is now known as rrr_ [18:01] DrJ: good luck with xrdp - it's apparently not ready for prime-time [18:01] DrJ: i gave up on xrdp [18:01] hi I am running Ubuntu 12.04 lts on a hp 455 but every now and then it freezes how can i fix this please ? [18:02] what is the best practise to install mcrypt, curl, and gd? [18:03] cybrNaut: surprised anyone saw that question at this point [18:05] DrJ: i got it on highlight, just to track its state. so far it seems unpopular - which is understandable in it's broken state [18:05] my issue is I want to switch from windows to kunbuntu [18:06] but I probably use my computer over RDP 5x more than sitting in front of it [18:06] so remote access is key... I really like RDP [18:07] ah, well if an rdp *client* runs on linux, and the server is windows, there should be no issue [18:07] it's xrdp as a linux server that screws the pooch [18:07] well the server would be ubuntu (my desktop) [18:07] client would mostly be windows [18:08] for example right now I'm talking to you through my computer at home which I have an RDP connection to [18:08] I'm actually at work [18:08] so the server would need to be linux [18:08] if I was to switch (which I want to) [18:09] i think you're screwed -- unless you're referring to client/server in the X11 sense. [18:09] with x11, the server is actually the desktop, while the client runs remotely [18:09] this is flipped for xrdp [18:10] DrJ: why do you need to remote desktop onto that machine? [18:10] !away > underyx [18:10] underyx, please see my private message [18:11] there any references on how to handle debconf passthrough mode? I'm wanting to update the debconf screen from a perl script running in the install /target directory during a kickstart [18:12] I already have a preseed late command script running that updates the debconf display in the installer, but it's not running from the chrooted target env. I'm wanting to get a little bit more consistent messages from the script that is actually running rather than making it appear the install has locked up for an hour. [18:13] k1l: I pretty much just said why [18:14] and the reason I prefer rdp over say VNC is because almost all computers I use remotely will have rdp client on them [18:14] 0.03% will have a vnc client [18:14] DrJ: no. what services or programs do you need to redirect over your home pc? [18:14] all of them [18:15] DrJ: because using a whole desktop remotely is just overhead. [18:15] well, that's what I like and what I've always done [18:15] I usually use ssh tunnel for vnc [18:15] DrJ: hmm. vnc is available freely in a lot of places. maybe not installed by default, but there are standalone exes that don't require installation either. but if you prefer RDP that's fine. [18:15] its never too late to learn new tricks :) [18:16] RDP performance is generally better though. [18:16] I also use VNC over an SSH tunnel :) [18:16] anyways, when I use xrdp I get a different desktop [18:16] x2go has even better performance [18:16] I don't get the console [18:17] you want the console? then vino [18:17] * DrJ will look up vino [18:18] problem with teh console is, you have to be logged in physically or you cant connect to it [18:18] you cant share the console unless its in use, I mean [18:19] anyone have any ideas for my issue? [18:20] oh my god please help me. i've done something(some buttons) and now textospeech is on everything. it says every window I'm on [18:20] vino, vinaigre, and rdesktop all worth trying. imo rdesktop gives better results than vinagre === Mitchell92[A] is now known as Mitchell92 [18:21] nvm I pkill'd it. oh my that noise is so annoying [18:21] lmaoo [18:25] Alpha networks awus051nh no longer being recognised by Ubuntu 14, the blue light on it is on still... Any ideas how I can get it working again?? [18:26] Pod15: err, what is that? a mirror? [18:27] USB WiFi [18:27] Worked fine the other day [18:28] Now refuses to work, not shown in iwconfig etc [18:28] Pod15: how about 'ifconfig -a' ? [18:29] Pod15: check a driver is associated from "sudo lshw -C network" - plus that the device is even listed [18:29] Only shows up nboard nics [18:30] Pod15: both? [18:30] Lshw doesn't show it 😑 [18:30] ok [18:30] Nor does ifconfig [18:30] Pod15: unplug, run "dmesg | tail" - replug - run "dmesg | tail" and pastebin the output [18:30] if I boot Ubuntu on Macbook, I cannot use the keyboard on login screen [18:31] How can it have justn gone between reboots?! [18:31] keyboard works in grub, login via ssh works as well [18:31] kernel update, other things too [18:31] I guess some EFI problem [18:31] any idea what I could do? [18:31] Hello, taody when I logged into my ubuntu 15.04 the launcher is missing. If I open a folder on my desktop all window effects (menus, buttons etc.) are also gone, any advice? [18:31] !mac | erle- consulted these pages? [18:31] erle- consulted these pages?: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [18:32] chrfle: first ensure no files in your ~/ are owned by root instead of you. share a pastebin of "ls -al ~/" if you're not sure. [18:32] daftykins, yes [18:32] any idea on how to restart all the USB stuff for example? [18:32] daftykins: okay, on it [18:33] erle-: search with regard to your x,y model? [18:33] Dafykins: pastebin.com/atZCJbiv [18:33] daftykins, yes, there is nothing about keyboards and grub whatsoever [18:33] Cheers [18:33] t [18:33] daftykins, also: it just worked for months until this morning === Mitchell92 is now known as Mitchell92[A] [18:34] whenever i do apt-cache search openjfx nothing is showing up for me [18:35] polishpoliceforc: what gives you "lsb_release -d"? [18:35] apt-cache search openjfx works on my laptop but on my armv7 board nothing is showing up... i even copy pasted the source file from my laptop to the arm board [18:35] erle-: ah i see so this was an existing install, not an attempt to put a new install on. picked an older kernel? === Mitchell92[A] is now known as Mitchell92 [18:35] k1l, Ubuntu 14.04.2 LTS [18:35] I don't see that package in the repo polishpoliceforc [18:35] polishpoliceforc: its in the repo since 14.10 [18:36] polishpoliceforc: probably because PPAs are in /etc/apt/sources.list.d and/or the package is not available for your architecture. [18:36] it's not in 14.04 [18:36] oh [18:36] !info openjfx | polishpoliceforc [18:36] polishpoliceforc: openjfx (source: openjfx): JavaFX/OpenJFX 8 - Rich client application platform for Java. In component universe, is optional. Version 8u40-b25-1 (vivid), package size 32 kB, installed size 125 kB [18:36] crap.... you're right [18:36] daftykins, yes, the problem started after running grub-install [18:36] UGH this makes life a lot harder.... [18:36] daftykins, I think it is EFI related [18:36] daftykins, hardware initialization [18:36] polishpoliceforc: hmm, /sometimes/ it lists the available archs [18:36] only j7 is available in 14.04 [18:36] daftykins: I chown -R my homedir just to be sure... restarted lightdm but same after logging back in [18:36] through official repos [18:36] but now i know the problem.... it hadn't occurred to me that the armv7 is using regular ubuntu and the laptop is using ubuntu studio [18:37] polishpoliceforc: that doesnt matter. its the ubuntu release number that is the difference [18:37] chrfle: can you pastebin (if they are >0 bytes in size) your .Xsession-errors ? i may have misspelt that, so double check. it's in your ~ [18:38] Pod15: well, seems to see it - any change with 'ifconfig -a' and so on? [18:38] k1l, so i'll have to install openjfx manually? [18:38] polishpoliceforc: you can add a ppa, try installing it from the 14.10 repo, or manually install it [18:39] polishpoliceforc: its not in the repo on 14.04. so see if there is a PPA or install manually. [18:39] k1l, instlaling openjdk installs openjfx? [18:40] Dafykins: no, still not showing up! [18:40] polishpoliceforc: https://launchpad.net/ubuntu/+ppas?name_filter=openjfx [18:40] Pod15: ok you checked the persistent net rules file? [18:41] k1l, for armv7 i download i386 correct? [18:41] erm, i think you need the armpackage for it [18:41] Dafykins: never heard of those! [18:41] Pod15: actually shelve that idea for a sec - try "sudo modprobe rt2800usb" then check "ifconfig -a" again [18:42] k1l, T_T [18:42] polishpoliceforc: totally different architectures [18:42] ARM is ARM, x86 is x86 - of which 386 is an x86 [18:43] I've got a mail server to migrate from 10.04 to 14.04. [18:43] It makes me nervous. [18:43] left it a bit late :) [18:43] SuperLag: you can do it :D [18:44] daftykins: pastebin.com/jgQnr2Jf [18:44] daftykins: at least I think so, no copy-paste here [18:45] chrfle: #1: test the guest session, if it doesn't work there, your issue is system wide. if the guest session works, try the shotgun approach - ensure lightdm is stopped, "mv ~/.config ~/.configold" then start lightdm. ensure you ran the 'mv' as your user and not root, though [18:46] Dafykins: still not there [18:46] daftykins: just thought the same thing, it's user specific... I'mm try moving .config [18:46] hi. I'm connected to internet via wlan and I want to switch to eth0. I plug in the cable but nothing happens, i.e. I dont even get an IP on eth0 although I configured it as DHCP.. any help? [18:47] Pod15: pastebin of "uname -r" and "dpkg -l | grep linux-image" please [18:48] NB "ifconfig eth0" doesn't return an IP.. [18:48] crippa: configured it where as DHCP? [18:48] daftykins: it helped, any clue what might actually be wrong in there? would be nice to be able to keep other stuff === Wiched is now known as Guest81922 [18:49] chrfle: could be unity config, compiz config... few things really. i'm not too hot on unity's store folders, so if you throw it in google you can find where it keeps things (i remember a .config/.compiz-1 at least?) then you should be able to keep everything else but just reset those :) [18:49] daftykins: with the "edit" function in the "network connections" [18:49] Dafykins: pastebin.com/R647aUdc [18:49] Ta [18:50] daftykins: Okay, thanks a lot for the help [18:50] crippa: ah ok. open a terminal and try "sudo dhclient eth0" and see what happens. is there a light on the interface? is there a light on the device at the other end? (switch/router/popsicle) [18:50] chrfle: np :) [18:50] how much does the provider see as far as what you're doing? [18:51] 'the provider' of what? [18:51] doing with what? :) [18:51] ISP [18:51] i have new provider and don't trust them [18:51] your ISP owns you. === Mitchell92 is now known as Mitchell92[A] [18:51] Kali_Yuga: if you dont use secured connections everybody can see everything. [18:52] how can I prevent that? [18:52] Pod15: have you booted the older kernels to see if there is a difference? [18:52] Kali_Yuga: that is why FTP is a bad thing, for example. but still a lot of users use that. [18:52] No [18:52] daftykins: "dhclient eth0" doesn't return.. it just hangs there waiting for my ctrl-c. [18:52] Will try [18:52] crippa: sure you used sudo? [18:52] daftykins: and there are no lights on the port in either side of the cable.. [18:53] Kali_Yuga: use secured connections and services that use ssh/ssl [18:53] yes I'm sure :) [18:53] crippa: hmm, i suspect a bad connection or no loaded driver [18:53] does that automatically help ssl? [18:53] how can I check for the driver? [18:53] like normal in firefox right [18:53] crippa: sudo lshw -C network [18:54] Kali_Yuga: if its not a broken ssl standard, yes. [18:54] sudo ethtool eth0 might return interesting information. [18:54] what is with websites that don't support ssl? [18:54] 82579LM gigabit [18:54] speaking about ssl: http://openssl.org/news/secadv_20150709.txt [18:55] crippa: can you pastebin it? [18:55] "ethtool eth0" gives a "No such device" [18:55] aaah i have an idea [18:56] crippa: "ifconfig -a | pastebinit" please - may have to instal pastebinit [18:56] install, too [18:56] Might be using the new naming convention, em1 instead of eth0 [18:57] http://paste.ubuntu.com/11850554/ [18:57] Kali_Yuga, depends what you want to hide from your ISP [18:57] hmm definitely eth0 [18:57] oh and I made a new update Terminal is showing me this error while sudo apt-get dist-upgrade anyone help? [18:57] crippa: and "sudo lshw -C network | pastebinit" ? [18:57] Kali_Yuga: can't without seeing it in a pastebin :) [18:57] Everything xD [18:58] Errors were encountered while processing: linux-image-3.13.0-55-generic linux-image-extra-3.13.0-55-generic linux-signed-image-3.13.0-55-generic linux-image-3.13.0-57-generic linux-image-extra-3.13.0-57-generic linux-signed-image-3.13.0-57-generic linux-signed-image-generic linux-signed-generic [18:58] do not paste in channel. [18:58] E: Sub-process /usr/bin/dpkg returned an error code (1) === Mitchell92[A] is now known as Mitchell92 [18:58] to late now [18:58] http://paste.ubuntu.com/11850564/ [18:58] you can learn the lesson still. [18:58] you need to get rid of old kernels Kali_Yuga [18:58] !paste | Kali_Yuga [18:58] Kali_Yuga: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [18:58] sorry! [18:59] I apologize [18:59] Kali_Yuga: put a "sudo apt update && sudo apt full-upgrade" in the pastebin and show the link here [18:59] hello, is it possible to run Win 8.1 and Ubuntu likei n dualboot? [18:59] I know I did that once already my Boot Partition get's full all the time [18:59] with UEFI [18:59] zergut: yes [18:59] zergut: yes [18:59] what do i need to do for it? [18:59] crippa: well that's a new one on me! did you say 15.04? [18:59] sudo apt-get autoclean maybe? [19:00] !efi [19:00] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [19:00] jhutchins: thank you [19:00] zergut: You will need to use the Windows tools to resize the Windows partition if you need to make room for Ubuntu. [19:00] daftykins: 13.10 [19:00] I just have to delete the old kernels [19:00] somehow [19:00] Dafykins: works with old kernel!! [19:00] crippa: ouch. that is currently EOL - unsupported and 'abandoned' [19:01] !13.10 [19:01] Ubuntu 13.10 (Saucy Salamander) was the 19th release of Ubuntu. Support ended on July 17th, 2014. See !eol, !upgrade and http://ubottu.com/y/saucy [19:01] crippa: if you could upgrade to a supported release, that'd be ace. [19:01] Kali_Yuga: please put into a pastebin the output. and do a "df -h" and a "dpkg -l | grep linux-image" there too [19:01] i got now partiotion of win 8.1 but load cant start it cuz dont see and also have active Ubuntu [19:01] loader* [19:01] mm? let me check again.. I think I installed the latest LTS.. how to check the version? [19:01] zergut: you installed windows after ubuntu? [19:01] before [19:01] crippa: lsb_release -d [19:01] crippa: "cat /etc/issue" or ^ [19:02] then tried to recover it [19:02] then again changed to Ubuntu [19:02] df -h [19:02] ah ok.. 14.04 [19:02] xD [19:02] wait [19:02] Kali_Yuga: into the terminal, then copy and paste to the pastebin [19:03] k1l: so, i cant smoothly select between Ubuntu and WIn [19:04] zergut: i am not familiar with uefi setups there. i run a win8.1 and ubuntu in legacy mode dualboot. but i know it works in uefi too [19:04] http://paste.ubuntu.com/11850623/ [19:04] zergut: fix Windows first or try !boot-repair [19:04] and this really puzzles me [19:04] k1l: what is legacy mode dualboot? [19:04] crippa: "uname -r" ? [19:05] !boot-repair [19:05] zergut: non-uefi mode. [19:05] hmm was sure that was a thing [19:05] !bootrepair [19:05] Boot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu. See https://help.ubuntu.com/community/Boot-Repair for more info. [19:05] 3.13.0-45 generic [19:05] daftykins: thank you, ill check it ouy [19:05] crippa: ok that's pretty old, you should be on -57 by now. run a "sudo apt update && sudo apt dist-upgrade" [19:06] dist-update will bring me to the latest release? [19:06] crippa: nah, all newest packages for 14.04 [19:06] ok.. [19:06] What about apt-get update && apt-get upgrade? [19:06] !dpkg info [19:07] sorry wrong window [19:08] ExecSlim: insufficient for what i hope to achieve. === Mitchell92 is now known as Mitchell92[A] [19:08] daftykins: oops I misread "apt dist-upgrade" as "do-dist-upgrade" [19:08] ah :) [19:09] I dont have account there [19:10] hallo === Mitchell92[A] is now known as Mitchell92 [19:11] Hey lads, I've downloaded a font and placed in in ~/.fonts and then done fc-cache -f -v but the font won't show up in fc-list - anyone know what could be wrong? [19:13] 98% /boot [19:13] I dont have account I know its full [19:13] you don't need an account for http://paste.ubuntu.com [19:13] remove some old kernels with "sudo apt-get autoremove" [19:14] Hey folks. Whats going on? [19:14] oh thx [19:14] Has anyone here gotten the new NVIDIA drivers, for 970, working in BB yet? [19:15] http://paste.ubuntu.com/11850702/ [19:15] and was the other thing [19:15] backbox: backbox is not supported here. sorry. [19:16] Kali_Yuga: what was the other thing? stop being so vague, type in complete sentences [19:16] Why not daftykins ? :) It's running Ubuntu. [19:16] backbox: no it's not. [19:16] I mean, I figure the question would be appropriate here. ;) [19:16] hi , I am running Ubuntu 12.04 LTS on a hp 455 laptop but I am having problems with it freezing now and then, how can I fix this please ? [19:16] !backbox | backbox [19:16] backbox: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it. [19:16] yay a factoid [19:16] *facepalm* [19:17] You wanted df-h and what was the other commend? [19:17] The channel title says 12 lts is supported? [19:17] command? [19:18] Dafykins: many thanks === Mitchell92 is now known as Mitchell92[A] [19:18] !topic [19:18] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [19:18] Kali_Yuga: that wasn't me, but it's just above... "sudo apt-get autoremove" [19:18] publio: Yes 12.04 LTS is supported for 5 years from release [19:19] publio yes it does [19:19] Pod15: np! hopefully they resolve whatever they broke ;) [19:21] Hello, i have a problem with steam CS: GO every time when I get in a game the graphics are random moving pixels and I cannot make out anything, I am running 14.04 and my graphics card is nvidia gforce 105m [19:22] Kills: likely too old to be supported. [19:22] that chip is _ancient_ [19:22] 4 - 5 years old [19:22] Kills: check your drivers. i think the proprietary ones should work. [19:23] daftykins: i run on an internal intel gpu, pretty sure cs runs on every toaster lol [19:23] short guide how to check my drivers? [19:23] i dont know what the utility is called but there is a driver tool in ubuntu [19:23] check the menus [19:23] or go to nvidias website and try to find the latest one [19:24] demhlyr: ;) not every CS. [19:24] Kills: try installing nvidia-304 [19:24] command for that? [19:24] ok that works [19:24] after that dist-upgrade again right? [19:25] Kills: learn it [19:25] sudo ubuntu-drivers autoinstall [19:25] if it is in your repositories the command is sudo apt-get install nvidia-304 [19:25] or what OerHeks said :) [19:26] daftykins: i was implying that i run csgo on my potato laptop lol [19:27] sorry I am a novice on this... I get "Could not get lock /var/lib/dpkg/lock " [19:27] demhlyr: ok. still, dropping expectations doesn't hurt. especially when games should die ;) [19:27] Kills: close any open package manager === corey84__ is now known as Corey84 [19:29] "dpkg: error processing package nvidia-304 (--configure):package nvidia-304 is not ready for configurationcannot configure (current status `half-installed')" [19:29] daftykins: even if that's your opinion, games are a driving factor in driver development ;) [19:30] demhlyr: that's a circular argument, but anyway, i shall move on [19:31] Kills: wow, ok. "sudo apt-get -f install" and pastebin the output of this running to http://paste.ubuntu.com/ and link us [19:31] Hello [19:31] sec, trying out the drivers update command [19:32] Does anyone know how to safely remove all old kernels? === Mitchell92[A] is now known as Mitchell92 [19:32] TechMonger: type dpkg -l | grep linux-image [19:32] and uname -r [19:33] Kills: it won't help. [19:33] not that I can stop it now -.-" [19:34] ctrl+C [19:35] Hi! === roma is now known as Guest90887 [19:35] hi [19:35] how are you? [19:35] EriC^^ thanks! [19:36] me too! [19:36] this seems a bit manual. is there a way to script this? maybe use puppet? [19:37] i`m now speak english [19:37] TechMonger: you could do dpkg -l | awk 'linux-image' {print$2}' | grep -v $(uname -r) | xargs sudo apt-get -y purge [19:37] TechMonger: test it before hand i've never tried it [19:37] Eric Hi! [19:37] TechMonger: sorry, dpkg -l | awk '$2~ /linux-image/ {print$2}' | grep -v $(uname -r) | xargs sudo apt-get -y purge [19:37] how are you? [19:38] TechMonger: sorry use $2 ~ ( there's a space ) [19:38] EriC^^ ok. [19:39] also when i run uname -r it is not the latest version. why would I be using a older version if i have a newer one? [19:39] TechMonger: have you ever customized grub? [19:40] maybe you haven't rebooted since you installed it? [19:40] so I ran the nvidia 304 and it ran succesfully second time, but now CSGO wont start at all sayin my video card is not supported or opengl needs to be updates [19:40] Kills: did you restart first? [19:40] will do now [19:42] EriC^^ I am on my work network [19:42] EriC^^ so maybe? lol [19:42] which do you have installed? [19:42] and which are you using? [19:44] ls [19:44] oops [19:44] im using 3.13.0-55 [19:44] and it lists up to 3.13.0.57 [19:44] i guess you haven't rebooted yet [19:44] ^+1 [19:44] maybe [19:44] thx for the help [19:46] Hi, did restart, same error also steam popping up error when loading about opengl not using direct rendering [19:46] TechMonger: type grep -m1 vmlinuz /boot/grub/grub.cfg === underyx is now known as underyx|off [19:48] EriC^^ what is this? [19:49] it's the first kernel in grub's menu [19:49] oh ok [19:50] EriC^^ this is what im looking at. [19:50] http://www.cybera.ca/news-and-events/tech-radar/safely-removing-old-linux-kernels-ubuntu/ [19:51] Hey all D: [19:51] hola [19:51] How are ya ? :D === master is now known as Guest49263 [19:52] !ot [19:52] #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! [19:52] no hablo ingles [19:52] Affirmative [19:52] Cya [19:52] quien tiene play 3??? [19:53] !es | Guest49263 [19:53] Guest49263: 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. [19:53] quien tiene minecraft en play para jugar conmigo??? === Fuchs is now known as Kanga [19:55] lol [19:58] !es [19:58] 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. [20:10] Hi, I have a problem with Kubuntu 14.04 auto update, it doesn't auto check. I've set it in Software Sources to check for updates daily, but it doesn't. When I open Muon Update manager, it currently says last checked 1 day 20 hours ago. I think my PC needs to be turned on at a certain time of day for this to work. Does anyone know how to fix this? [20:11] Also Application update notifier is running in the system tray. [20:12] anyone else getting this when doing apt-get update today? [20:12] W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/vivid/contrib/binary-amd64/Packages Hash Sum mismatch [20:12] Apachez: usually happens when your system does and "apt-get update" just as the archive-mirror is being synced [20:13] Apachez: I am getting that as well [20:14] k, then I guess theres nothing else to do other than wait for oracle to fix things at their end (again)? [20:14] Apachez: Earlier when I tried to access virtualbox.org there was some sort of certificate error with the website, it seems to be working now, but maybe they've not yet sorted it out completely [20:15] Apachez: It looks like they may have just released VirtualBox 5.0, maybe its related? [20:15] https://www.virtualbox.org/ [20:15] Apachez: ask them in the vbox channel [20:15] i've been in and solved an issue once before [20:15] I did [20:16] crickets... [20:16] ah ok [20:16] were they making music at least? [20:16] dead silent [20:16] 9 min ago and my line is still the last one in that channel... [20:17] Apachez: I think it'll be OK now, looking at the last update times and there's no 'archive-update' file indicator any more: http://download.virtualbox.org/virtualbox/debian/dists/vivid/ [20:17] Apachez: so "sudo apt-get update" to retreive the package list then try again to install it [20:18] still fail... [20:20] No one have an idea about the Kubuntu auto update issue? Is this the right place to ask Kubuntu questions? [20:21] Wazhai: You could try asking in #kubuntu as well, although most of the people there are probably in this channel [20:21] it's fine, but bear in mind they have a channel too [20:21] Apachez: that file's hash checks out here [20:22] Ok, I'll also ask there [20:22] is anyone else having issues with the repos via ipv6 [20:23] So Snappy is a "New Generation of Software Management" for Linux? As in it would replace deb/apt ? [20:23] test [20:23] greetings all: and anyone else not seeing their printers in Vivid via lpstat ? [20:23] snappy is garbage [20:23] AndroidHacker, how so? [20:24] i just dont like it, personally [20:24] I'm all for improving and streamlining things...making things more simple [20:24] AndroidHacker / designbybeck - sadly the future plans topic isn't one for a support channel - but more OT chat. [20:24] not sure if snappy does it...I haven't tried, just saw this video stating that [20:24] feel free to tear it to shreds over there ;) [20:24] ok daftykins [20:24] lol [20:25] if i hit the launcher shortcut for an app, all its windows are displayed for me to choose from. is there a way to bring all the windows forward? [20:25] so back to my question - is anyone else noticing problems with updating repos, especially using ipv6? seems like its going incredibly slow and then stopping [20:26] specific mirrors or all? [20:26] hola [20:26] alguien de mexico [20:26] pretty much all of the us.* mirrors, now the launchpad ppas are going fine.. its when it gets to the us.archive.. [20:26] daftykins, [20:26] tunnel broker or native ISP IPv6? [20:26] native [20:26] and its only happening today [20:26] alguien que hable español [20:27] maybe its bogged down [20:27] speak spanish [20:27] !es | lanix05 [20:27] lanix05: 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. [20:27] AndroidHacker: hrmm, i forget the channel name exactly but there's an #ubuntu-mirrors i think - wouldn't hurt to try enquiring [20:27] ok.. thanks daftykins [20:27] ok [20:27] gracias [20:31] after installing update today, i can't start my ubuntu anymore, but after choosing the advanced tab in grub, i can start ubuntu with a previous version, can any one help? [20:31] There is no eth0 in /etc/network/interfaces on 14.04.02. where is the network config located? [20:31] my version is14.04.2 LTS [20:31] did u receive a kernel update or anything marus [20:32] AndroidHacker: i receive firefox update today [20:32] that was the only update? [20:33] AndroidHacker: nope something else was also there but i can't remember it :-( [20:33] and what exactly do you mean it wont start? [20:34] AndroidHacker: after grub, it's show that it can't mount the root fs [20:34] check your dpkg or APT history log file to confirm [20:34] have u tried to open a terminal when it "doesnt boot" with ctrl+alt+f2-f6 and check dmesg [20:34] AndroidHacker: yes it's wired, i can't open terminal like you say, i tryed it [20:34] oh ok [20:34] marus: I am showing that theres a pending kernel update to 3.19.0-22. maybe that somehow got installed [20:34] Hello [20:35] How can I delete my apps from https://myapps.developer.ubuntu.com/dev ? [20:35] 3.16.0-41-generic that's my actual one that boot now :-) [20:35] oh ok so u can boot with an older kernel [20:35] oh sorry, I didnt see that you are on 14.04 [20:36] it was prolly a bad kernel update or something driver related [20:36] AndroidHacker: yes [20:36] Can anyone help me resolve the Ubuntu phone MX4 mount issue? It mounted once but never again since on any computer or port. It just shows blank [20:36] henrzk31 [20:36] i would boot with the old kernel, wipe the one that got installed and see if it can pull in the update again [20:36] AndroidHacker: do you know how can list all installed kernels, or how can i see wich ones are listed during the boot by grub? === j4ys33 is now known as combatcrab [20:36] Fragy: #ubuntu-touch [20:37] marus, grub does list them [20:37] AndroidHacker: yes just like you say now [20:37] when u goto the advanced [20:37] daftykins: thanks [20:37] ncme, You might need to look on the site for a help page. This is a support channel for Ubuntu OS, not for application development [20:38] marus: check the contents of /boot [20:38] you will see what kernels are installed there [20:39] asd [20:39] qwe [20:40] quatto, thanks i get it also with dpkg --list | grep linux-image [20:40] i will try to reboot, and see wich one crach and them come back [20:40] thanks guys for help, was very helpful [20:41] ubuntu 15.04 rt5390 wireless adapter hard block? [20:41] Asked by joseph greene 2 minutes ago [20:41] im dual booting windows 8.1 and ubuntu 15.04 and i just installed the driver for my wireless adapter but now it seems to be hardblocked and i cant turn it off here is what ive tried so far http://ubuntuforums.org/showthread.php?t=2285905 [20:41] how do you add a new panel in Unity? [20:42] because i am trying so hard but i don't know how to do this [20:42] meanjoegreene01: does your PC have a switch, or keyboard combination, to enable/disable WiFi ? [20:43] back [20:43] TJ- it does but when i toggle it (f12) it toggles the soft block and not the hardblock === Vovvy is now known as BreedingVovvy [20:43] so everything is clear now, i can boot with 3.16.0-41, and with 3.16.0-43 it crashes [20:44] meanjoegreene01, known issue: disable FastBoot in windows 8, that prevents booting from usb and the use of wifi === BOHverkill_ is now known as BOHverkill [20:45] 0erHeks ill try that thanks [20:46] so i have only to remove the new kernel? [20:46] anyone not seeing their cups printers with lpstat -a or even with 'Print' in any desktop app? Vivid, btw [20:47] quantum: yo === pr0metheu5_ is now known as pr0metheu5 === tpe_ is now known as tpe [20:48] amnisia' [20:48] amnesia__: DeepDot35Wvmeyd5.onion [20:49] !ot | quantum amnesia__ with the same IP [20:49] quantum amnesia__ with the same IP: #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! [20:49] amnesia__: http://grams7enufi7jmdl.onion/ [20:50] xyzzymaze, so what printer is troubling you? [20:50] Hi. Does anyone have experience with the official Ubuntu 15.04 mongodb packages? I'm getting nopermission trying to start the service even after a clean reinstall. [20:51] amnesia__: https://www.youtube.com/watch?v=n9P7LhrRXmk [20:51] i have lots of kernel installed, do i have to remove the old ones? [20:51] OerHeks: well, all actually .. they are defined in cups http://localhost:631 shows them all and they all print their test pages, but lpstat -a returns nothing and on desktop, Chrome for example, Print shows no printers [20:52] xyzzymaze, is the printer available for all users? [20:53] OerHeks: But! the weird thing is that at the command line, it will print, assuming you now the name of the printer. Just does not show up or status === mjampala is now known as mj|away [20:54] xyzzymaze, strange, and there has been a Cups update today/yesterday [20:54] xyzzymaze, might worth a bugreport [20:54] !bug [20:54] If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [20:55] ubuntu bug cups [20:55] can someone help me with some automounting in FSTAB? [20:55] OerHeks: 'k, I'll head over and check that out .. thanks for the time! [20:55] xyzzymaze: are the printers remote? [20:55] OpenSSL patch when [20:55] TJ-: Hmm, networked yes, but all on the same network [20:56] xyzzymaze: Try "sudo service cups-browsed restart" [20:57] i have lots of kernel installed, and the latest one crash, does sudo apt-get install --reinstall linux-image-generic linux-image help to solve this issue? [20:57] rcombs, ubuntu is not vulnerable see http://goo.gl/UG7F2X [20:57] marus: Has the /boot/ file-system run out of space hint: "df" ? [20:57] I'm trying to mount a network dir in fstab, but it keeps returning ERRORS [20:58] ahh, convenient [20:58] TJ-: just did ... systemctl shows active (running) but still no printer listing [20:58] TJ-: not i'm not running out of space, but the latest one don't work [20:58] back. i tried the disable fast boot fix but still nohing [20:59] xyzzymaze: just starting to read... but you do have the right printer driver installed rigt? [20:59] xyzzymaze: It may be worth restarting all the cups-related service (see "/etc/init/cups*" ) ... lpstat -a lists known queues; what does "lpstat -p" show? [21:00] marus: "don't work" doesn't tell us much, we need specifics. What actually happens, what messages do you see, have you tried Recovery mode? [21:00] TJ-: yes, I've restarted this box a few times today and no luck. lpstat -p, no output. Might be a cups bug that is recent [21:01] xyzzymaze: I'd expect "lpstat -p" to show them if the CUPS admin panel is listing them [21:01] lubbus: yes, it's 3 printers and they all do print from cups admin interface. Even prints from command line if you know the printer name, just no list or status [21:02] xyzzymaze: have you looked at the Access/Error logs in the admin panel, under Administration > Server ? === Kanga is now known as Fuchs [21:02] TJ-:my laptop gets weired, i can't do any thin also ctrl+alt+f2 doesn't work recovry mode also [21:03] Hi. Are automatic updates recommended on production servers? [21:03] TJ-: and I would agree ... reason I came here *hoping* bunch of folks would shout 'me too' and it was being worked on ;) [21:03] TJ-: checking now ... [21:03] xyzzymaze: unlikely :) most users think cups are for drinking tea out of :) [21:04] TJ-: nice .... just checked and they are all clean, just info stuff nothing about errors [21:04] Who knows how to automount a smb dir [21:05] xyzzymaze: these are stand-alone network printers and their queues only exist in this machine? [21:06] TJ-: correct ... They also exist in a debian vm that I use and all appear on that one fine. Kinda points to a cups error that not enough people have complained about just yet [21:08] xyzzymaze: Have you run lpstat under strace for clues? I'm looking at that; it is making a HTTP connection to the cups server... which infers you should see the same info as the admin interface - so maybe lpstat isn't managing that HTTP connection at all [21:09] xyzzymaze: It starts with: sendto(5, "POST / HTTP/1.1\r\nContent-Length:"..., 169, 0, NULL, 0) = 169 [21:09] TJ-: Hmm , no have not done that before .. how's that done? [21:09] xyzzymaze: "strace lpstat -a |& tee /tmp/cups.log" ... then "less /tmp/cups.log" to browse the output [21:10] xyzzymaze: I wonder if "lpstat -h 127.0.01:631 -a" might do anything different; could be a name resolution issue [21:11] xyzzymaze: typo! "lpstat -h 127.0.0.1:631 -a" === Mitchell92 is now known as Mitchell92[A] [21:12] TJ-: that lpstat -h did not yield anything and the log *does* show HTTP POST stuff [21:13] Irc does not support ssl right? [21:14] :) [21:14] xyzzymaze: That suggests it could be an access permission issue [21:14] TJ-: I'll mess with the strace some more .. that may point to it .. thank for that ! [21:14] Kali_Yuga: it does [21:15] I use irssi xD [21:15] Kali_Yuga: still does [21:16] well thanks that earlier helped me thx I remember it for the next time when my bootpartition is full again [21:17] How do I mount an smb share in lubuntu? [21:17] Kali_Yuga: just so you know, only Ubuntu is supported in this channel, not Kali, not Manjaro, only Ubuntu [21:17] xyzzymaze: I tried dropping the user from group lpadmin but that didn't affect it, either [21:18] it keeps erroring "Could not resolve address for smbshare [21:18] lubbus: pastebin what you ran [21:18] TJ-: yes, I made sure I was in that group too, and I've done it as root too .. no luck [21:18] likely your command syntax is wrong [21:19] lubbus: pastebin the full command and error [21:19] Ben64: http://paste.ubuntu.com/11851594/ [21:20] are you serious? you need to fill in the sections that need to be filled in... [21:20] lubbus: use an IP instead of 'smbshare' [21:20] hopefully that was edited :( [21:21] daftykins: mount error(22): Invalid argument [21:22] lubbus: show *EXACTLY* what you're typing [21:22] and now i am going to self-immolate [21:22] watch === steloran_ is now known as BotchIaB [21:23] daftykins: sudo mount -t cifs -o guest //192.../samba/usb1_1 /home/me/Network [21:24] daftykins: gives no error, but the mount dir /home/me/Network is empty, whyle the share on usb1_1 is not empty [21:24] lubbus: don't use caps in folder names, ensure it actually exists ('Network') and /samba/ is only real if that's a share name, if usb1_1 is a folder, you can't do that [21:25] it's //IP/share - you can't have //IP/something/share [21:25] daftykins: it does exist and these are real names [21:25] failure begs to differ :) [21:26] also not sure if you can do -o guest [21:26] mmm could double check with smbclient [21:26] xyzzymaze: If you're interested, I have a HTTP pipe interception command that allows you to check what is passing between lpstat and the cups server [21:26] daftykins: the full path in PCManFM is smb://smbshare/samba/usb1_1 [21:27] lubbus: that is a path, not a share :) [21:27] do just //IP/samba [21:27] yep, can't use '-o guest' [21:27] TJ-: yes, I'll try it [21:28] xyzzymaze: It involves creating a named pipe, then using netcat in both directions to capture traffic, then inspecting the saved file [21:28] xyzzymaze: I do this in /tmp to stop messing up $HOME, so: "cd /tmp" then "mknod pipe" then "nc -l localhost 8080 < pipe | tee -a in | nc localhost 631 | tee -a out.html > pipe" [21:29] daftykins: hmm lol... just found out that it does mount, but Terminal still does not show anything when I ls /home/me/network [21:29] lubbus: probably failed in truth, "dmesg | tail" might show more [21:29] xyzzymaze: Now, open another shell and use "lpstat -h localhost:8080 -a" ... then return to the pipe shell and it should have closed. Now you can read the conversation "less out.html" (don't worry about be binary warning) [21:29] daftykins: PCManFM does show the network folders in my mounted dir === orion4444 is now known as orion44 [21:30] s/dir/share/ [21:30] TJ-: hmm ..missing something from mknod command === BreedingVovvy is now known as Vovvy [21:31] xyzzymaze: possibly device permissions on /tmp/ mount ... if so, do it in a sub-dir of $HOME to keep things clean [21:31] xyzzymaze: sorry, my typo! "mknod pipe p" [21:32] TJ-: ah! [21:34] xyzzymaze: Here's what I see with 2 network printer queues, using "pastebinit xyzzymaze: And for the 'in' (Request) side: http://paste.ubuntu.com/11851716/ === Bas is now known as Guest6654 === mj|away is now known as mjampala === Guest6654 is now known as bas_nl [21:39] TJ-: I got the file .. I will try to get it to pastebin for you to look at [21:40] xyzzymaze: "pastebinit <(hexdump -C out.html)" [21:41] TJ-: got it [21:43] in Ubuntu 14.04, how can I install Lubuntu to a USB drive? === anthony is now known as Guest78913 [21:44] Buenas tardes a toda la comunidad ¡¡¡ [21:44] TJ-: http://paste.ubuntu.com/11851790/ [21:45] ThomasB2: follow the normal installation steps... but if its a flash drive you're talking about, it's going to be mind numbingly slow [21:45] TJ-: you may be on to it, I see a DENY in there [21:45] Ben64: but how do I start the installation in the 14.04 desktop? [21:46] !persistent | ThomasB2 [21:46] ThomasB2: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [21:46] Thanks [21:47] xyzzymaze: Xerox Phaser Duplex, Xerox Phaser 3500 ? === Guest78913 is now known as MrArmStrong42 [21:48] TJ-: yes, that's set as default and there are 2 others [21:48] xyzzymaze: and lpstat isn't showing that one, or it is but not the others? [21:49] TJ-: it's showing none of them as me , or as root [21:49] xyzzymaze: can you "pastebinit xyzzymaze: can you "pastebinit <(hexdump -C in)" so I can see what lpstat sent ? [21:51] TJ-: http://paste.ubuntu.com/11851849/ [21:52] xyzzymaze: I've just noticed something rather strange. We've used localhost:8080 to attach netcat and the pipe, yet the output from CUPS lists that server as being at http://localhost:8080" - which it obviously cannot be since our command was able to take port 8080 itself. [21:53] TJ-: this is cups 2.0.2 just for reference sake [21:53] xyzzymaze: I guess CUPS must be *very* HTTP/1.1 Host-header aware, and insert that in the URIs of all connections to ensure returned links match the incoming, if they might be via a proxy [21:53] anyone know if theres a way to download older versions of owncloud for Ubuntu? like 8.0 [21:55] xyzzymaze: Definitely smells like a subtle bug, let me look at what changed in those packages [21:56] xyzzymaze: this is the change patch: https://launchpadlibrarian.net/211101179/cups_2.0.2-1ubuntu3.1_2.0.2-1ubuntu3.2.diff.gz [21:58] xyzzymaze: nothing obvious there would suggest this kind of issue, especially as we see the server returning Xerox Phaser data but lpstat not listing it [21:58] TJ-I see [22:00] xyzzymaze: when was the last time lpstat -a" definitely worked? I'm wondering if the update before this, for security privilege escalations, could have caused it and you didn't notice [22:01] xyzzymaze: this is where I'm looking: https://launchpad.net/ubuntu/+source/cups/ [22:01] TJ-: This is a newly installed version 15.04 vivid .. has not worked at all since it was installed [22:01] TJ-: which is why I mention it is cups 2.0.2 version , first I've seen of it [22:01] xyzzymaze: OK ... so we can't be sure when the issue was introduced. Definitely a bug, and needs reporting === orion44 is now known as orion4444 === orion4444 is now known as orion44 [22:03] xyzzymaze: bug #1441423 [22:03] bug 1441423 in cups (Ubuntu) "printers not listed" [High,Confirmed] https://launchpad.net/bugs/1441423 [22:04] TJ-: yes, I see that now .. [22:05] TJ-: great, thanks for your effort and I picked up a few things as well [22:06] xyzzymaze: the upstream bug report ends with "cannot reproduce" which might suggest a Debian/Ubuntu problem [22:07] xyzzymaze: check in "/var/log/syslog" and "/var/log/auth.log" in case there are some denials by AppArmor or PAM === guest8877 is now known as jgriffith [22:10] TJ-: not seeing that [22:11] hey guys, does anyone use ntopng in here? i'm wondering if I can add more than one interface [22:13] xyzzymaze: unfortunately the Ubuntu code repos are a right mess; the latest vivid code repo has CUPS 1.7 in it so its impossible to track the change history into CUPS 2.x [22:14] TJ-: and I just checked my debian system, it's wheezy 7.8, cups 1.5.3 and is working fine there [22:19] whats the best way to clean out unused programs [22:19] like what program will go an auto search [22:20] xyzzymaze: Till Kamppeter, comment #15, is the printing packages maintainer. It's worth pinging him and reminding him of that bug report because it looks like its been left hanging [22:20] TJ- cool, I'll do just that [22:23] this is driving me nuts. whenever I select a text on ANY desktop application it copies to terminal. I purged everything I could find including parcellite. I'm using Ubuntu 14.04, please help. [22:23] copies to clipboard* === Vovvy is now known as BlisseySlayah === anthony_ is now known as anthonyb92 [22:29] found it! kupfer's "Clipboards" plugin was active and set to copy selections. [22:29] glad you got it figured out [22:29] ! [22:30] :) thanks to google. I would have never thought of that. [22:31] im trying to make room on my comp or more acuratly my home folder and trying to figure out how to scan and deleat un used programs [22:32] VFDPrim, watch out for those dependencies, know what gets deleted. [22:32] err removed [22:32] Hi guys... im new user of ubuntu.. so i have some questions :) i hope that there are someone who can help answering about ubuntu 14 [22:33] bayoumi: Ask, and see what we can do to help you on the way . [22:33] Are there any event calendar in ubuntu? :) i cant find any :) [22:33] yea sadly i have a windoes program on her i never use like vertual box or some thing because i was going to learn a few of there programs but thats not my plan any more so yea its unused space [22:34] VFDPrim, Cool, most we see here follow a good plan, some whom don't, just a public service warning is all. ;) === Jeff_ is now known as Guest95249 [22:35] yea thanks lol Bubbasaures [22:36] Are there any event calendar in ubuntu? :) i cant find any :) [22:37] apt-cache search calendar bayoumi [22:37] also look in the package manager bayoumi [22:37] bayoumi, Never used and not sure at all but evolution is onboard. [22:37] evolution? mail program? [22:38] bayoumi: I do not run'unity' as my Desktop Environment, so my response is not a great one, but what results: top icon is the "dash" click on it and in the resulting serach box enter "calander". Any appications offered ? [22:38] bayoumi, Listed as a scheduler, is why it seemed okay, your call though. ;) [22:38] event calender? like:https://wiki.gnome.org/Apps/California ? [22:39] Bashing-om, i've tryed the search option, but no luck :) [22:39] bubbasaures, i will try :) === justinS_ is now known as jhsimpson [22:41] bayoumi: Mozilla Thunderbird has Events and Tasks Calendar [22:43] bayoumi: My 1st appraoch is to ask the repository what it does hold ' apt-cache search calendar ' ; That is several hundred hits, and start narrowing it down to a particular application . [22:43] TJ-, thx.. just installed evolutions mail and calendar.. :) i'll try this first.. :) maybe its not so complicated as mozilla thunderbird :) its my first day with linux :) normally i'm windows user :) [22:44] Bashing-om, thx.. :) [22:45] bayoumi: I switched from Evolution to Thunderbird; the reason being Evolution is aimed at Enterprises and has a lot of functions that are simply not required for calendaring and email [22:48] TJ-, :) im sorry, i feel like that i'm stupid right now.. :) but where is the calendar in thunderbird? in evolution i can see the button calendar, but not in thunderbird :D [22:48] thunderbird dosent have a calender, yoyu need to install it inside thunderbird [22:49] bayoumi, https://addons.mozilla.org/en-us/thunderbird/addon/lightning/ [22:51] nicekiwi, :) thx, but i have dowloaded the lightning file.. where do i activate it? [22:52] bayoumi, you need to run it with thunderbird [22:52] or install it form inside thunderbirds add-ons page [22:52] bayoumi: after installing the Lightening add-on, it's Events and Tasks > Calendar [22:53] if i run it with thunderbird, it just attache the file.. and does thunderbird have add-on page? [22:54] jgriffith: hey [22:54] bayoumi: Tools > Addons [22:54] hi guys [22:56] TJ-, nicekiwi, Bashing-om and bubbasaures .. wonderful ppl.. :) thx :) done! [22:56] bayoumi: cookies to nicekiwi and TJ- . [22:57] yay cookies! :D [22:57] Bashing-om, you helped to in the begining :) [22:57] nicekiwi, another question :) [22:58] ok [22:58] i play Diablo 3 on my other pc.. :) can i play it on ubuntu? :) === savino is now known as savino_ [22:59] ah hell.. i'm getting "/usr/lib/firefox/libnssutil3.so: invalid ELF header" when i try to start firefox [23:00] cyphase: You've upset the Elves :) [23:00] i have try'ed to install playonlinux... its giving error on pol_wine all the time.. [23:01] cyphase: does this command list the libraries that file is linked against: "ldd /usr/lib/firefox/libnssutil3.so" [23:01] bayoumi, you could try this: http://sysads.co.uk/2014/08/install-diablo-3-on-ubuntu-14-04/ [23:02] I dont game on linux, the preformance is just too bad to be worth the effort. [23:03] nicekiwi, i already done that... i gives error on playonlinx.. [23:03] what error? [23:03] are there an alternative to run windows application/games ? [23:03] pol_wine [23:03] It's good enough to run the 10 biggest supercomputers in the world. [23:05] /sbar/statusbar add -after erotin -alignment right awaybar [23:05] so I'm installing from a thumb drive - should I be seeing a spinning cursor for a long time? [23:05] it's on the "Preparing to Install Ubuntu" screen [23:05] I checked "Download Updates" and "Install 3rd Party stuffs" [23:05] Pazooza, lol [23:06] I somehow borked things with apt-get, to the point that no online fixes would work [23:06] so I'm having to reinstall [23:06] 1 hour before I leave for a meetup where I'm presenting :( [23:06] there appear to be 7 progress-bar dots at the bottom, 3 have been orange for maybe 10 minutes now [23:07] it might just be 3 out of 7 pages, though [23:07] bayoumi, you can try CrossOver linux, usually has good results. Worth paying for. :) https://www.codeweavers.com/products/cxgames/ === underyx|off is now known as underyx [23:10] yay, it moved to the next screen finally [23:10] time to set up partition [23:10] nicekiwi, $60 :) [23:11] hi i ne d h [23:12] nicekiwi, its cheap if its work :) [23:12] bayoumi, yeah, grab the trial and see :) [23:13] hello === root_562 is now known as DarkAvenger [23:13] nicekiwi, thats what im doing :) if it works, i'll send you cookies :) [23:13] i love Ubuntu [23:13] faster then MAC === DarkAvenger is now known as DarkAvenger_A [23:13] nicekiwi, all the way from denmark :) [23:14] but i'm not sure what i can do with ubuntu yet [23:14] lol [23:14] or what i can do with ubuntu ! [23:14] kinda, almost, anything [23:15] anything you normally can do with any other computer :) [23:15] in software center can you find software in all styles [23:15] hulio: It's linux, the only restriction is your imagination ., :) [23:16] well, i ca'nt connect to MS SQL for sure [23:16] lol [23:16] yeah i work with music sofware on ubuntu [23:16] hulio, you can [23:16] all my songs are created on a ubuntu system [23:16] any news on a fix for the nvidia bug? i'm currently using nvidia-352 - the mouse keeps locking up - ctrl-alt-F1 then ctrl-alt-F7 gets things working again [23:19] what is the best mail client for ubuntu? [23:19] anything similar to Microsoft outlook? [23:19] hello [23:20] hel [23:20] gello [23:20] the gmail web client is pretty awesome, if you use gmail [23:20] is there skype for ubuntu? [23:21] @hulio yes, there is [23:21] anyone know why my adhoc wifi can be seen by my son's nabi-2 tablet but not my samsung galaxy? [23:21] hulio, evolution is the closest you'll get to outlook. Yes there is SKype for uuntu [23:21] how to get skype on ubuntu? [23:22] hulio, goto the skype website, d/l the file then install with the software center [23:22] enable the partner repo hulio [23:22] !info skype partner | hulio [23:22] hulio: skype (source: skype): client for Skype VOIP and instant messaging service. In component main, is extra. Version 4.3.0.37-0ubuntu0.12.04.1 (partner), package size 15 kB, installed size 61 kB (Only available for i386; amd64) === Blaster is now known as Guest90986 [23:22] hulio: apt-cache show skype >> Version: 4.3.0.37-0ubuntu0.12.04.1 . To install ' sudo apt-get update ; sudo aptget upgrade ; sudo apt-get install skype ' is the terminal way . [23:23] he needs to enable partner iirc [23:24] hulio: bazhang confirmed " Filename: pool/partner/s/skype/skype_4.3.0.37-0ubuntu0.12.04.1_amd64.deb " . [23:24] E: Unable to locate package skype [23:24] !partner | hulio [23:24] hulio: Canonical's partner repositories provide a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » [23:25] hulio: ^^ You must eneable the "partner" repository in software sources . [23:26] ubuottu , running your command and still get the same error message [23:26] can't apt-get install skype [23:26] hulio: What release are you on ? Show us the results of terminal command ' cat /etc/issue ' . [23:27] 15.04 [23:27] after that command, update [23:27] Ubuntu 15.04 \n \l [23:28] how do I see the source for a standard program like cat? [23:28] nevermind [23:28] i install the .deb file from skype.com [23:28] via software center [23:28] does microsoft webcam work on ubuntu? [23:29] i got the expensive Microsoft HD webcam [23:29] not sure if it works under ubuntu [23:30] open Cheese Webcam === underyx is now known as underyx|off [23:31] does it work? I'm curious :) [23:31] !away > underyx|off [23:31] underyx|off, please see my private message [23:32] will this work on ubuntu??? http://www.cdw.com/shop/products/Microsoft-LifeCam-Studio-for-Business-HD-webcam-Optimized-for-Microsoft-Lyn/2315960.aspx?cm_cat=GoogleBase&cm_ite=2315960&cm_pla=NA-NA-MIC_VW&cm_ven=ShoppingFeeds&ef_id=VZ8BOQAABECiRfni:20150709233203:s&gclid=COalk82az8YCFZIWHwodPNEALQ [23:35] hulio, did you open Cheese Webcam? [23:35] how to get it? [23:35] daftykins, you awake? [23:35] i'm new man, u must tell me what to do [23:35] Failed to fetch http://ppa.launchpad.net/alessandro-ghersi/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found [23:35] click on that ubuntu logo, top left corner [23:35] and type cheese [23:35] http://superuser.com/questions/933146/ubuntu-15-04-amd-purple-screen-when-booting-after-install-stuck-at-initramdisk [23:35] i can see my video [23:36] AvatarA, i see my self [23:36] lol [23:36] it works [23:36] so it works [23:36] but how to do it for skype? [23:36] when i test, it doesn't have sound [23:36] skype testing [23:37] can someone take a look at my question?? [23:37] oh i see [23:37] i go to skype option, i can see alot of option [23:37] brb [23:37] top right, click on sound icon, go to sound settings then input and see if everything is right there [23:38] hi there i have a question , can i use this watch to take photos and send them via blutooth to my phone ??? is it possible ?? http://www.dx.com/p/gv18-1-54-wearable-gsm-smart-phone-watch-w-nfc-remote-control-camera-black-silver-382980#.VZ8AiaEs3Oy [23:38] is linux mint better for this,will ubuntu work on this,why does ubuntu hang at boot with initramdisk failure,why does nomodeset not fix the issue? [23:39] http://superuser.com/questions/933146/ubuntu-15-04-amd-purple-screen-when-booting-after-install-stuck-at-initramdisk [23:39] vamsiampolu: patience is a virtue, and in fact, a lot of times people don't want to just click on links. [23:39] AvatarA, the sound setting on the right icon top is right [23:39] it shows from microsoft lifecam [23:39] but on Sound Devices under skype it show for microphone: PulseAudio Server(local) is this correct? [23:39] any idea ?? [23:40] vamsiampolu: you also asked on Super User, the wrong site to get help :P (it's Ask Ubuntu, not Super User xD) [23:40] i have been dealing with this for a month @teward,the link is a compilation of everything i did to fix the issue [23:42] there is this question http://askubuntu.com/questions/515681/purple-screen-when-booting-on-lenovo-g505s which is less detailed [23:42] ???? [23:42] After a server was hanging and needed a restart, where would you guys look to see what the problem was? [23:43] leoke, Be patient do not pot question marks only. [23:43] post* [23:43] how to disabled auto spawn PalseAudio thing [23:43] man [23:43] hi there i have a question , can i use this watch to take photos and send them via blutooth to my phone ??? is it possible ?? http://www.dx.com/p/gv18-1-54-wearable-gsm-smart-phone-watch-w-nfc-remote-control-camera-black-silver-382980#.VZ8AiaEs3Oy [23:44] am running ubuntu in my phone ! [23:44] leoke, better ask in the phone channel, #ubuntu-touch [23:44] where is the failSafeX option?? [23:45] not a supported release [23:46] vamsiampolu, a safe boot would be in the recovery from grub [23:46] i see someone mention it here http://askubuntu.com/questions/552970/stuck-on-boot-after-amd-driver-update [23:48] vamsiampolu, Do not use what seems like your issue, you will have to describe yours. [23:49] vamsiampolu, I would guess that the route is a less than 1-3% sucess rate. ;) [23:50] ok,i have added the question to askubuntu here http://askubuntu.com/questions/646612/ubuntu-15-04-amd-purple-screen-when-booting-after-install-stuck-at-initramdisk [23:51] so @bubbasaures,what can i do to diagnose the issue for you?? [23:52] vamsiampolu, Same install you been working for mo about a week? Still an external? === feneco_ is now known as feneco [23:52] is it normal to unity launcher take so long to launch? :| [23:53] yes,i have installed it on the internal as well [23:54] feneco: depends on your specs, graphic driver [23:54] xangua, when virtualized [23:55] feneco: you probably want something like xubuntu or lubuntu [23:55] no longer using the external because ppl suggested that installing on external was bad. [23:55] vamsiampolu, Where on the internal, I see in the bootinfo summary sda linux sdb windows. I would sat trying run an external is a waste of time just a bad idea. [23:55] say* [23:56] vamsiampolu, If you boot summary link is not correct fix that. [23:56] your* [23:57] xangua, yeah im about to try [23:57] ok,i have done some of the steps for the external(i followed the same steps for internal),partition into 2 drives,install windows on ntfs,install ubuntu on ext4.proceed to see purple screen.boot to windows.cry silently [23:57] thanks xangua [23:58] vamsiampolu, Is that link in your post ' http://paste.ubuntu.com/11780753/ ' an exact representation, have you changed things since running? [23:59] hello , i am trying to install bitcoin on ubantu and no luck [23:59] its ok if either the external or the internal works,the problem seems to be the same [23:59] vamsiampolu, Can you actually answer any questions?