[00:00] lol [00:00] Flannel: i would love to see someone erase all their groups using useradd/usermod - thats just FUD [00:00] imo its FUD [00:00] collizion: You haven't been here long, eh? [00:00] heh [00:00] Flannel: not gonna indulge you, dude. [00:01] collizion: usermod -G (when you forget or mistype the -a) will REPLACE a user's group instead of ADDING it. Which means you, for instance, are no longer in the admin group. [00:01] it's possible, but not really a reason to use adduser, IMO [00:01] useradd is standard across distros [00:01] collizion: It happens in here ALL the time. So please, educate yourself before calling something FUD. [00:05] Flannel: if I want to replicate ubuntu server setup to say another 20 machines whats the best software to use? [00:05] say I installed a bunch of stuff and I want to replicate [00:06] funta: dpkg --get-selections [00:06] what will that do? [00:06] I heard some use stuff called Chef? [00:06] puppet [00:06] :D [00:08] oki [00:09] anyone having trouble with ufw on fresh ubuntu installs? Its failing to load, complaning about modprobe using an unaltered version of ubuntu server 14...? [00:09] and generally why its not recommended to use apt-get with root? [00:09] some apps can then access root privileges? [00:10] funta: idk why, but chef/puppet is interesting though i dont know what exactly it is used for xD [00:10] thx reisio [00:10] i guess it is for lazy ppl hahah [00:10] :D [00:22] I enabled root via passd and now wish to lock it [00:22] do i use sudo usermod -p '!' root ? [00:22] *passwd [00:23] funta, https://help.ubuntu.com/community/RootSudo [00:23] scroll down [00:25] ty [00:25] sudo passwd -dl root ? :D [00:26] works ty [00:28] Is ubuntu a flexible os? Is it better than Mint? [00:29] its nice [00:29] krasnayarsk: mint is based on ubuntu, they're almost exactly the same [00:29] krasnayarsk: yes [00:29] easy to learn [00:29] (since you ask that in a ubuntu channel :) ) [00:29] krasnayarsk, you can try the live cd and see if it works for you ... while i hope it does if not you can try a official derivate [00:29] Sounds good. I'll try it. Thnx. [00:30] krasnayarsk, peace :) [00:30] Question my ubuntu friends... is it possible to output the cache from apt-get in text file with a command that works ? " cat sudo apt-cache search qmake > /home/samthewildone/Desktop/output.txt" does not. [00:31] I want to be able to forward the output to a file, does the command have to be in " " for it work or ... no ? [00:31] blackangelpr: how does hosting providers console access works when user forgets his pass? 1 more root somewhere? [00:31] wonders [00:31] of say OS reinstall [00:31] samthewildone: the cat is too much [00:32] k1l, guide me my Great Master [00:32] samthewildone: apt-cache search qmake > myfile.txt works fine [00:32] I'd figure it was something along the lines... [00:32] somsip, as sudo -s right ? [00:32] samthewildone: no need for apt-cache [00:32] ah yes [00:32] samthewildone: "sudo apt-cache search qmake > qmaketestfile" that will make a qmaketestfile in your home. [00:32] assumed [00:32] funta, i have no idea honestly at all XD [00:33] oki :D [00:33] samthewildone: the standard path, when you open your terminal is your /home/user folder [00:34] so when do I really use the "cat" command ? [00:34] samthewildone: when you want to view the contents of a file. Usually text [00:34] I guess ..."man cat" will explain [00:34] ah ok [00:34] samthewildone: to get a file to be printed onto the screen [00:35] like /var/log/*.log [00:35] well, "man command" will always explain :) [00:35] samthewildone: less might be better for larger files [00:35] and if you dont know about man, do man man :) [00:35] * samthewildone smilies and exploits the cat command [00:35] somsip, example please ? [00:36] cat /var/log/*.log > ~/Desktop/ex.txt | less ? [00:36] samthewildone: less filename.log [00:36] samthewildone: less lets you scroll. cat just blasts everything into the terminal [00:36] not sure I follow somsip [00:37] so if its a log with 23865287658265826525 lines, you might just see the last 1000 since that is what your terminal will buffer for you. [00:37] how would I write that in term ? [00:37] samthewildone: I don't how more simple it can be. less /path/to/file [00:37] does the "less" macro come before the file output ? [00:37] samthewildone: ok, for putting stuff into another file you use cat. less is for "reading on the terminal" [00:37] just try it yourself, read the manual [00:38] play around [00:38] TTN, I can't read [00:38] TTN, I'm from krypton [00:38] :} [00:38] samthewildone: yeah, I remember why I ignored you before now. [00:38] lol [00:38] somsip, for real though, just use less from the beginning ? [00:39] lol what does that even mean. [00:39] I hope you're kidding [00:39] let me try [00:39] samthewildone: did you read what i wrote? [00:40] samthewildone: when to use one over the other depends on circumstances... good way to find out what those various circumstances entail is to experiment [00:41] k1l, For real though, can you post an real example ? I'm getting an error ? [00:42] no. you post where you get an error and we can make that work [00:42] samthewildone@Olympian:~/Desktop$ cat /var/log/syslog > less ~/Desktop/syslog [00:42] cat: /home/samthewildone/Desktop/syslog: No such file or directory [00:42] use | instead of > [00:42] and no need to use cat first and then less [00:42] and remove the ~/Desktop/syslog bit [00:43] or that. but i thought he wanted to print that into another file (which would be kind of silly because syslog is already a file) [00:44] sure, but then we started wandering into less territory for some reason [00:44] * rww shrugs [00:45] sudo /var/log/syslog | less ? [00:46] samthewildone: what are you actually trying to do [00:46] hi bro [00:46] Sorry for the stupid question, but how do I format my drive on intalling ubuntu? [00:46] I want to print syslog to my desktop [00:46] samthewildone: no. [00:46] samthewildone: what does "to my desktop" mean [00:46] Post syslog to a file on my desktop. [00:46] but, not the whole syslog just a couple of lines [00:46] Osgood: You want to do what? Format your flashdrive to fat32 again? [00:47] samthewildone: first: you dont need to print it to desktop. syslog is in /var/log, if you need it use it from there [00:47] samthewildone: the most recent or least recent? how many? [00:47] sudo cat /var/log/syslog | tail > ~/Desktop/syslog [00:47] Hi! === Consuela is now known as ________________ [00:47] rww, about 100 is good enough [00:47] Osgood: gparted before or during the installation process itself [00:47] Is /var/run/dbus supposed to be in a Ubuntu rootfs tarball? [00:47] tail has a parameter to specify the # of lines. [00:47] Netham45, thanks ! [00:47] samthewildone: sudo tail -n 100 /var/log/syslog | tee -a ~/Desktop/syslog [00:47] hello everyone, I'm having trouble getting unity web apps to work in 12.04, i've installed unity-webapps from ppa:webapps/preview (unity-webapps-preview gives package errors). however, theres basically no sign of integration options in chromium or firefox. am I missing something? [00:48] Not a flash drive my hard drive for my laptop so i can reintall windows. So I need to do NSFT. [00:48] s/-a // === megabit|away is now known as megabitdragon [00:48] thanks guys [00:48] Ah gpart, thank you I'll try that. [00:49] osgood, do you have a liveusb? boot it up and use gparted to format it [00:49] with what command I can use compiz cube? [00:49] did somsip really mute me ? Gee I was trying to add a little humor [00:49] Osgood: if you are installing Windows, then the installation itself will generate the ntfs. no need to prepartition etc it [00:50] srry if I pissed him off. [00:50] samthewildone, you're wasting peoples time.. :P [00:50] and they're trying to help, genuinely. [00:51] TTN, come on man... I didn't know how to correctly use cat [00:51] sorry [00:51] perhaps consult its manpage, then [00:51] What happened is I have a dell laptop..I know I know, though it was a gift. I put Ubunut on it since I like it more though I need to put windows on it for something. Dell onlny sends recovery USB's now not a CD. So I think the issue is that it that I don't have my drive set to one windows knows. [00:52] I noticed that wine was mysteriously removed from my computer. I just used it a few days ago, but it wasn't there today. I see in the /var/log/apt/history.log log that it was in fact removed a few days ago. As far as I can tell, it got removed when I updated the video card drivers (based on the packages that were installed). I did update the video drivers using the driver utility in Ubuntu (software-properties-gtk --open-tab=4). Any idea wine would be removed [00:52] when installing drivers? From the logs, aptdaemon was the program responsible for intalling the drivers and removing wine. [00:52] lol ok. I thought you said you were kidding all along and knew how to already .sorry [00:52] Osgood, if it came with windows 8 the key its embeeded on the board just need to find a good iso for 8 and wala but also you can virtualize windows [00:53] this is not a windows support channel. [00:53] I Hmm, I could do that. [00:54] Osgood, good luck [00:54] Or, do you know a headset and mic that Ubuntu lies? [00:54] likes? [00:54] Osgood, most works you just need to go to sound settings and change the default sometimes [00:54] Hello, I am having a problem with linux-acpi sensors, my temp5 sensor is actually supposed to be FAN RPM sensor [00:54] My issue is I can get Skype to work, though I can't get the microphone to work. [00:54] Regarding my last comment, removing wine may have had nothing to do with installing the drivers. I suppose I may have installed wine as a consequence of installing some other package, and if that was removed at some point, I suppose apt may have just been doing an autoremove. Anyhow, it's now installed again and working. If anyone has any insight as to why this may have happened, please let me know. [00:56] and my fan speed settings shows up as 4 separate fans [00:56] samthewildone: lots of stuff like this http://linuxfrombeginning.wordpress.com/2008/09/19/linux/ by googling :) [00:58] It's odd I'm in the soud settingings, I can see the microphone register, though when I am on Skyoe no one can hear me and I can't heat them. [00:59] Hello, booting lubuntu always takes a while on my computer cause it seems to do the Grub timeout even though there is no Grub to show cause it's the only OS on the laptop, I've tried tinkering with the Grub file and it doesnt really change much. I hit the enter key in what I suspect is the Grub and it gave me a weird blinking line at the top left o [00:59] f my screen then Lubuntu booted with a baby blue background. Any ideas on how to remove the approximately 10 second wait time before it actually boots? [01:00] Osgood, try skype settings to see if it sees the head set as default [01:00] T1960CT: do you have vt-d intel enabled? === apb_ is now known as apb1963 [01:00] T1960CT: fwiw if you change the grub config you also have to run update-grub to initiate those changes. [01:01] I'll boot it up now. [01:01] DoverMo: How can I check that? [01:01] Man I hope it's a silly fix like that. === ________________ is now known as Consuela [01:01] squinty: Yeah I know that, I do after every change [01:01] I can't get sound on 14.04 ... any ideas? [01:01] Osgood, skype got bought by you know who XD [01:01] T1960CT: it's a bios option [01:01] some details about my audio setup: http://paste.ubuntu.com/8451812/ [01:02] Yep, hence crawiling back to windows...damn [01:02] T1960CT: it helps if you include such basic information in your initial enquiry then,. :) [01:04] I cant even find VT-d in my BIOS so I guess not [01:04] T1960CT: it would be a virtualization settings, and only for intel chipsets [01:04] Osgood, http://askubuntu.com/questions/505810/ubuntu-14-04-1-lts-problem-with-skype scroll to the last question [01:05] Awesome thank you [01:05] I only see "Intel Virtualization Technology [enabled] " in terms of Virtuals [01:06] T1960CT: it's a CPU feature, sure it supports it? [01:08] Does not support it. "Intel Celeron Dual-Core N2830" is the CPU I have. [01:09] T1960CT: that first feature is safe [01:10] hi I installed openVPN and run it with a few VPN's servers but my wireless stop working I untinstall openVPN but still I have not been able to connect via wireless does anyone know what settings I should look at? [01:12] T1960CT: that virtualization options is completely safe, so that won't be the lag problem. === vicsar is now known as Guest3448 [01:13] Ok, the only other thing I can think of is the fact that it has 2 options for "OS Selection" and they are Windows 7 or 8, I have it set to 7 [01:15] hello [01:16] lucas_: hello. How can we help you? [01:17] i am not sure i just wanted to say hi lol [01:17] I just installed Ubuntu so i could play a game on steam 14.04 has some cool features [01:17] lucas_: can try #ubuntu-offtopic [01:17] lucas_ much cool! [01:20] hi I installed openVPN and run it with a few VPN's servers but my wireless stop working I untinstall openVPN but still I have not been able to connect via wireless does anyone know what settings I should look at? === megabitdragon is now known as megabit|away [01:23] I installed the MATE Desktop and i see the window icon again (Top left, clicking on it shows the menu one gets by pressing ALT+SPACE). Once I issue "compiz --replace" that icon disappears. I tried to search the web for a solution without luck so far. Do you perhaps know, how I can get Compiz AND my lovely window icon? [01:25] hmw: i don't know. mate might need to be configured for it, as fedora has a spin that specifically is configured with mate and compiz [01:25] hmw: which means it can work. just not sure [01:25] howa [01:25] Also, I tried to "unload" Compiz with "metacity --replace" but it isn't installed. What do I have to load in order to stop Compiz? [01:26] hmw: why metacity [01:27] DoverMo: that's what I had to do in Ubuntu 12 in order to get rid of Compiz. [01:27] oh [01:27] When I kill it, I am left without any window decorations, of course [01:27] i don't think mate and compiz work well together [01:28] Ben64: They sort of do in my case. No big issues in 3 days at least. [01:28] aren't you here because of an issue with it [01:28] Well... I want that "evil" icon, everyone seems to be trying to get rid of. [01:29] It wasn't easy to get it back in Mate without Compiz. === igurd is now known as Guest79210 [01:30] those evil arrow things [01:30] I usually tweak .themes/c2/metacity-1/metacity-theme-1.xml for that icon, as also for the order of Minimize, Maximize icons. But for some reason Ubuntu 14's Compiz appears to have no Metacity built in anymore or something. [01:30] hello, can someone help me with bumblebee? Im getting a no screens found when trying to optirun anything [01:31] Anyhow, thanks for your time. You could just have known it per chance. I'll figure it out eventually :) [01:33] hmw: no... mate and compiz don't work together [01:33] right. well fedora had to do some tweaking to get it to work [01:33] Ben64: What do you mean by that? I use MATE and Compiz. I see all the effects, the cube and so on. [01:33] and compiz never has metacity built in [01:35] Ben64: I used to "undo" compiz --replace by issuing metacity --replace. I would like to know, how to stop Compiz nowadays. I tried "gtk-window-decorator" but it doesn't unload Compiz. [01:35] lots of people saying mate 1.6 doesn't work well with compiz [01:35] Ben64: I see. [01:35] none know about bumblebee? :/ [01:36] pedrommone: i don't think bumblebee is really used anymore, since nvidia-prime [01:36] well, never known about nvidia-prime [01:36] it replaces bumblebee? [01:36] https://wiki.ubuntu.com/X/Config/HybridGraphics [01:36] i don't think prime is... that ready for prime time. performance in different tasks varies, so use what works best [01:36] see if that works for you [01:37] well, im trying to use my HDMI on my xps 502lx [01:37] Ben64: I think gtk-window-decorator --replace actually should remove Compiz. Looks like I just found one instance of "not working good". [01:37] How do I update 2.8.10 to the newest version in ubuntu? [01:37] gimp* [01:38] !newest [01:38] Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [01:38] shurtagul: 2.8.10 is the latest in the repositories [01:38] shurtagul: +1 Ben64 [01:38] I know, I want to install 2.8.14 [01:39] then go for it, but you're on your own with that [01:40] shurtagul: so far, only debian unstable has an actual package of that. You will have to either use a PPA, cuz there should be like a 2.9/2.10 ppa, or just compile it yourself [01:40] I think I found it. They must not have an installer yet, just a tarball. [01:50] hi I installed openVPN and run it with a few VPN's servers but my wireless stop working I untinstall openVPN but still I have not been able to connect via wireless does anyone know what settings I should look at? [01:52] My brightness control is not working in ubuntu... can anyone plz tell how to fix it? [02:00] how can I set my system ready to receive ssh connections? [02:02] Hi, I installed 14.04 and lost the grub menu, after uncomenting the timeout line I can see it when the pc restarts... but I've lost the Windows entries, I Fixed them with the win rescue disk, by rewritting the MBR, after that I reinstalled grub from a live cd doing a chroot, but win entries are gone again.... how do I make grub detect the win entries? [02:02] !info openssl-server | pacoS (install and config this) [02:02] pacoS (install and config this): Package openssl-server does not exist in trusty [02:02] !info openssh-server | pacoS (install and config this) [02:02] pacoS (install and config this): openssh-server (source: openssh): secure shell (SSH) server, for secure access from remote machines. In component main, is optional. Version 1:6.6p1-2ubuntu2 (trusty), package size 316 kB, installed size 991 kB [02:03] HoNgOuRu: pastebin your sudo lsblk -f, and the output of grub-mkconfig (or grub2-mkconfig) [02:03] reisio, ok, in 1 minute... [02:06] reisio, thank you... here it is... http://pastebin.com/8mGtxvWd [02:07] reisio btw, the -f option didn't do anything [02:07] HoNgOuRu: with sudo? [02:08] yeap... both with sudo [02:08] that is odd [02:08] I have ubuntu 12.10 running, I want to install 14.04 on a second hard drive, usb boot and cdrom boot are not options. Is it possible to install 14.04 onto that second hard drive from within 12.10 and make that drive bootable so that I can just change the cabling/bios etc and have that drive boot up into 14.04? [02:08] HoNgOuRu: how about sudo blkid [02:09] HoNgOuRu: oh you have lsblk, nevermind [02:09] reisio, did you go to the pastebind ? [02:09] yeah.. [02:10] HoNgOuRu: so do you know which partition is windows? [02:10] I have the disk partitioned in 4 primaries [02:12] HoNgOuRu: uhuh... [02:12] reisio, I used to have it like this... 3 of windows... 1 for blowing it up with all kinds of sh** the other for games, and the third for programming, with vs... then I have another partition for ubuntu, that I use most of the time [02:13] reisio: :: HoNgOuRu // It is odd that 30_os-prober does not see the Windows install .. is 30_os-prober disabled in /etc/grub/d ??? [02:13] I need grub to find the windows entry point... and place it on the menu, or Ill do it by hand, I don't care [02:13] /etc/grub.d ** [02:15] Bashing-om, 30_os-prober is showing under /etc/grub.d/ [02:15] Bashing-om, how do I check if its desabled? [02:15] HoNgOuRu: the execute permissions enabled ? [02:16] oh... [02:16] Bashing-om, rwxr-xr-x 1 root root 11692 may 15 16:02 /etc/grub.d/30_os-prober [02:17] Bashing-om: like :: who // knows [02:17] HoNgOuRu: Yepper, disabled .. [02:17] HoNgOuRu: need to know which partition windows is on to tell grub to boot it [02:18] it says rwxr-xr-x [02:18] so? [02:19] reisio, ok, give me a sec [02:19] reisio [02:19] reisio, sda2 sda3 sda4 [02:20] HoNgOuRu: which is "C:"? [02:21] reisio, good question [02:21] reisio, lol... don't that... [02:22] HoNgOuRu: Sorry, you are correct, the permissions are correct.. (tunnel vision on my part ?). [02:22] Bashing-om, lol [02:23] HoNgOuRu: don't do what? [02:23] how can I enable my system for accepting ssh connections? [02:24] reisio, sorry I meant don't know that... [02:24] pacoS, install ssh :3 [02:24] !info openssh-server | pacoS [02:24] pacoS: openssh-server (source: openssh): secure shell (SSH) server, for secure access from remote machines. In component main, is optional. Version 1:6.6p1-2ubuntu2 (trusty), package size 316 kB, installed size 991 kB [02:24] pacoS, install ssh as simple as that [02:25] pacoS, and from a client type "ssh IP" [02:25] SchrodingersScat, I installed openssh-server would it require any further configuration for simple basic ssh connctions? [02:25] ubottu, the correct nomenclature should be !command argument > destination, not pipe! [02:25] TiCPU: I am only a bot, please don't think I'm intelligent :) [02:26] pacoS: should be able to use a command like: ssh username@remoteip using a username that's on the machine [02:26] trying to upgrade a server from 13.04 -> 14.04 or even 13.10 then 14.04 lts, but keeps saying no release found, suggestions? http://pastebin.com/C2bdE0xA [02:27] b3nw, You have to modify the sources.list there is a eol upgrade. [02:27] !eol | b3nw [02:27] b3nw: 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 [02:27] ty [02:29] HoNgOuRu: well what is C:'s capacity? [02:29] pacoS: configuration is up to you, some people install fail2ban to block failed attempts of login, others use keys only, etc. but you should be able to login with the default. [02:29] b3nw, That is upgrading one release at a time, can have it's issues, be backed up. [02:30] should I go 13.04 -> 13.10 -> 14.04, or 13.04 -> 14.04 ? [02:30] clients what range of ports use on ssh connections? [02:30] reisio, I'm not sure... mmm maybe if I mount them and check at the shortcuts in the desktops.... what do you think ? [02:30] b3nw, I would fresh install 14.04 myself, it has 5 years support. [02:31] reisio, that should work [02:31] reisio, I am brilliant [02:31] bubbasaures: and if *had* to upgrade, is either path better per say? [02:31] b3nw, eol upgrades don't jump releases, you have to go one by one or fresh install. [02:32] what port range uses the clients for ssh connections?? does any one knows? [02:32] thanks, I'll prob see if I can salvage via upgrade, else will spin a new vm. [02:33] HoNgOuRu: heheh [02:33] pacoS: 22 [02:34] that us server somsip no the client [02:36] reisio, YEAH! I am a hacker... "/dev/sda2" [02:40] reisio, should I make an entry by hand and then run update-grub ? [02:41] I'm running '3.13.0-32-generic'. If I do an 'apt-get source linux-image-3.13.0-32-generic' it instead decides to download a different kernel. [02:41] "Picking 'linux' as source package instead of 'linux-image-3.13.0-32-generic' [02:41] " [02:42] I don't want the default 'linux' package, I want the one I explicitly selected. How do I get it to download that? [02:42] so, I added three very vanilla lines to /etc/network/interfaces to set up wlan0. I removed that afterward once I had the network working otherwise. However, now whenever I boot I get this error: http://askubuntu.com/questions/262301/is-dnsmasq-not-loading-because-of-a-network-manager-conflict The perplexing part, though, is that I only have dnsmasq-base installed (checked with dpkg) [02:42] SchrodingersScat, how can I set up the password of the server? [02:42] so, /etc/network/interfaces is back to the default, but each time I reboot I get that error and the corresponding problem alert box. if nothing else, it's annoying. [02:43] pacoS: your username and credentials that you use on the machine should work on the server [02:43] SchrodingersScat, oh ok got it [02:43] thanks [02:43] passwd if you want to change the password === TyrfingMjolnir_ is now known as TyrfingMjolnir [02:44] command line on tty1 to 6 is not working, it used to give me nothing but now it's giving me errors, help please [02:44] pacoS: welcome, enjoy [02:45] I used to get only plinking underscore on command line tty but now I get error massages! [02:45] HoNgOuRu: you can make an entry by hand, yup [02:45] I tried lots of things last one was echo ^v^o > /dev/tty1 but didn't work [02:46] reisio, im looking at a howto right now.... by editing the 40_custom script === Headless_Tracer is now known as HeadlessTracer [02:47] HoNgOuRu: that's the ticket [02:48] reisio, yeah... just don't know why os-probe cant find them [02:48] * reisio shrugs [02:48] I've never used os-prober [02:48] why guess when you know where it is [02:48] also, apparently it doesn't work :p [02:48] yes... === achernya_ is now known as achernya [02:50] All of a sudden, my ethernet wired connection interface doesn't show up at all [02:50] Obscure question for you gents and ladies: Do you guys know if Ubuntu Touch will still contain the Full OS upon dock? I know they cancelled Ubuntu for Android, but now the RTM is released and I can't seem to find this detail [02:50] !touch | Kazaii [02:50] Kazaii: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [02:51] Thanks, somsip [02:53] I can't seem to find the answer. Oh well [02:55] reisio, ok I created an entry... rebooting... [02:56] reisio, I'll tell you how it went [02:56] so, I added three very vanilla lines to /etc/network/interfaces to set up wlan0. I removed that afterward once I had the network working otherwise. However, now whenever I boot I get this error: http://askubuntu.com/questions/262301/is-dnsmasq-not-loading-because-of-a-network-manager-conflict The perplexing part, though, is that I only have dnsmasq-base installed (checked with dpkg) [02:56] so, /etc/network/interfaces is back to the default, but each time I reboot I get that error and the corresponding problem alert box. if nothing else, it's annoying. [02:56] does anyone know how to fix this? [02:58] i can get my wd my book to mount to desktop [02:59] 3TB was working yesterday [02:59] will not auto mount [02:59] any ideas [03:01] can any body help me plez [03:03] What's the problem? [03:03] mybook 3tb will not mount to desktop [03:03] can see it in the shell [03:04] my other drives show up [03:04] on desktop [03:04] Is it showing an error message? [03:04] Can you see it in file manager [03:05] no not more more [03:05] i reformat as fat32 [03:06] try umount and mount.again [03:15] The dropbox package install seems to hangup after downloading. I was forced to `pkill dpkg`. How should I remove the partially installed packge? [03:19] man apt [03:20] apt-get autoremove [03:20] nishantjr_, apt-get purge packagename [03:20] nishantjr_, If that doesn't work then say what error is given. [03:20] gh [03:21] nishantjr_, Dropbox being a non-distro package may have bugs and may need special editing help of the package postrm file to work. [03:21] пр [03:21] @rwp [03:21] E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. [03:21] Fair enough,.... but I can't install anything else [03:21] нет [03:21] ни понят [03:21] !ru | ysboychakov [03:21] ysboychakov: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [03:22] I am wondering if autoremove can get this done [03:22] nishantjr_, What does it say if you run "dpkg --configure -a'? [03:23] It's broken apt for me... any command I run tell me to configure, and when I configure, the dropbox post install hangs [03:23] That triggers dpkg to run the package configuration scripts again. [03:23] Then I would try removing it. apt-get purge packagename [03:23] Purge gives the same error message [03:24] From reading the dpkg man page, I figured that dselect might help, but I don't have it installed' [03:24] dpkg is the lowest level. dselect and apt-get are layers above dpkg. [03:24] Package: nautilus-dropbox [03:25] Status: install ok half-configured [03:25] Basically dpkg should be okay within itself. But it runs the package scripts. If those error then that causes overall error as you see. [03:25] Ok [03:25] If you can't go forward and you can't go back then it will be because the package scripts produce errors. [03:25] In that case you need to manually force the package scripts not to cause errors. Then purge. [03:26] To manually force package scripts not to error manually edit the scripts and add an "exit 0" line at the top so that they simply exit doing nothing. [03:26] OK... Could I manually edit the upgrade script somehow? Or are hashes checked? === sg is now known as Guest17058 [03:26] The scripts are stored at /var/lib/dpkg/info/packagename.postinst and other packagename.* names. [03:27] You can manually edit those scripts as a workaround. They are not special. There is no check sum. [03:27] Great, that worked rwp [03:27] Thanks a lot [03:27] To avoid problems during a rmeove or purge you will need to hack the packagename.postrm and/or packagename.prerm to exit without error. [03:27] Good deal! [03:29] I am having problems installing from a live DVD, and it may be my drive's fault. [03:29] Something seems wrong though: [03:29] Status: install ok installed [03:29] $ sudo apt-get purge dropbox-nautilus [03:29] E: Unable to locate package dropbox-nautilus [03:30] I can boot into the first menu easiily, but it then goes to a black screen. [03:30] Try this: dpkg -l | grep dropbox [03:30] What is returned? [03:30] Sounds like it was removed/purged okay. [03:30] !help [03:30] ii nautilus-dropbox 0.7.1-2 [03:30] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [03:31] !patience [03:31] 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/ [03:31] dalekusa, I have no idea. But sounds like the graphics installer is not happy. You might try the alternate install interface. It is text based. [03:31] how? [03:32] dalekusa, This may sound strange but I am just an Ubuntu visitor. I don't know. I would need to do a web search for Ubuntu alternative installer === quem_ is now known as quem [03:33] let me see... [03:33] rwp: Hmmm weird, remove worked where purge did not [03:34] Thanks for the help [03:34] nishantjr_, Does the "dpkg -l" status show as "rc" or "pu"? rc is removed but config files remain behind. p is purged, no files left. [03:35] mmm... "rc". [03:35] Then it is removed but /etc config files remain for it. [03:36] OK.. I've got etckeeper anyway... so not a problem [03:36] Since you were already in /var/lib/dpkg/info/ ... If you look in /var/lib/dpkg/info/dropbox-nautilus.list it will show the files remaining behind. [03:36] I have Linux Mint, could I install it from there, or will I require a disk? [03:36] #OSXisbetterthanlinux [03:36] Doing a "dpkg --purge dropbox-nautilus" will completely remove all files. [03:37] That should get dpkg happy. Which should get apt-get happy. [03:37] At that point you can decide if you want to try again with the same package. Debug the package. Try a different package. Or other decision. [03:37] !op [03:37] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [03:38] * rww looks up [03:38] dalekusa: please state the nature of the IRC emergency [03:38] I need help installing === Sachiru_ is now known as Sachiru [03:38] im trying to install rutorrent [03:38] but i keep getting [03:38] I can't get the installer to boot [03:38] Bad response from server: (200 [parsererror,getuisettings]) [03:38] dalekusa: That's not what the ops factoid is for. I don't recommend doing it again. [03:39] Excellent work dalekusa [03:39] sorry folks [03:39] Hello! I downloaded this bash script: https://github.com/jomo/imgur-screenshot and I want to bind it to ctrl+shift+1. I am in the keyboard shortcut settings but im not sure what to put in the command section [03:40] rwp: dpkg purge says not installed, the list file was empty... by packages seem to be installing again... I'll use etckeeper to clean up anything left over in /etc manually [03:40] NVM I got it! :) [03:40] nishantjr_, Sounds good. [03:41] quit === MiTH is now known as Guest88494 [03:43] nahtnam, Probably put the script in your $HOME/bin directory. Then put that path in the command section. Just a guess. [03:43] rwp Yeah. I had put ~/...... I replaced it with the full path: /home/nahtnam/..... [03:43] and it worked [03:43] nahtnam, Make sure to chmod the script to be executable. chmod a+x ~/bin/imgur-screenshot [03:43] nahtnam, Sounds good. [03:43] :) [03:44] anyone? [03:46] :( [03:46] ph0x, Not sure of your problem. Your PHP server is serviing the raw file and not processing it? Is that the problem? [03:46] ph0x, Which web server are you using? [03:47] im so flusterted and ihave no idea what that even means [03:47] apache2 [03:47] ii know nothing about php [03:47] i used this guide [03:47] https://my.vps6.net/knowledgebase/64/How-to-Install-rTorrentorruTorrent-Seedbox-on-Ubuntu-VPS.html [03:48] Your file says so it is a php file. [03:48] im so lost here, im follow that [03:48] i just mean in general, if you could really help me id appreciated it [03:49] I looked at the reference you posted. It is using libapache2-mod-scgi which have never heard of. Not sure why it is using that. [03:49] I have always used, (and I think it is the most popular) libapache2-mod-php5 [03:49] is there a simple way to just start over [03:50] and remove all of that [03:50] ? [03:50] Yes. Do not despair. [03:50] The guide also shows manual symlinks. That is fine. But there is a helper "a2enmod" and "a2dismod" for helping make those. [03:51] if youd be willing to set aside time to help me, id be willing to compensate you [03:51] i know this isnt really an interesting problem [03:51] ph0x, Unfortunately I need to close the laptop and drop out. [03:51] :( [03:51] ph0x, Someone will be able to help. [03:52] well the offer applies to anyone [03:52] But do not despair. It will work out. [03:52] I'm making an image for ubuntu (both LTS releases), for openstack. I need to have it so that it tries to run dhcp on all interfaces [03:52] im about to reformat the whole thing and start over [03:52] I would remove /etc/apache2/mods-enabled/scgi.load [03:52] because iv gotten it to work before [03:52] I would apt-get install libapache2-mod-php5 [03:53] that guide just sucked [03:53] Then try that and see if the php errors go away. [03:53] * rwp needs to drop offline [03:53] when I create the entries in /etc/network/interfaces.d for the other interfaces (I'm adding one for eth1 and eth2) ubuntu stops booting right with cloud init (no hostname update and no password/key set [03:54] Does anyone know if there are issues in installing activeMq 5.10.0 on the Ubuntu box 12.04? ActiveMQ expects 5672 to be open and it's complaining that address is alerady in use, but when I check with netstart or lsof, I don't see that address being used. can anyone help here? [03:55] rwp: it did [03:55] thanks so much === jack is now known as Guest30281 [03:59] reisio, it worked ... I created 3 menu entries, cause one of those partitions have the bcd the others don't... then I removed those that drived me to a dead end "ntld missing ... or something like that..." [03:59] HoNgOuRu: gj [04:01] how do I install a new theme for ubuntu? [04:01] reisio, yeah... I know a little more now about how the new grub works... [04:01] :) [04:02] reisio, thank you bro... [04:02] np homie [04:02] reisio, you pointed me in the right direction [04:02] reisio, see ya...until the next problem... [04:02] adios [04:03] reisio... jaja hasta la vista... [04:03] heh [04:11] when I encrypt my entire HD during installation, what underlying software is it using? if I were to remove my encrypted disk and mount it on another computer, how would I decrypt it? need the google keywords [04:12] luks [04:12] i belive [04:12] solarradiation: LVM containing LUKS containing (normally) ext4 [04:12] research that before you jump on it [04:13] hrm, or might be LUKS containing LVM, come to think of it. not sure. [04:13] yeah, it's LUKS containing LVM [04:16] ok. thank you. [04:17] hi all, anyone else having trouble updating the packages with apt-get update? [04:18] guys how do I upgrade to gtk3 ? [04:18] i have it installed but everything is still using gtk2 [04:28] andrewjs18: if you have trouble better say was exactly is instead of asking anyone [04:28] I'll do a pastebin [04:29] 1min [04:29] hello [04:29] navetz: not all programs are on gtk3 [04:29] i need some help with installing correct set of drivers for my ubuntu 14.04 [04:29] xangua, when I run apt-get update, this is what it's returning: http://pastebin.ubuntu.com/8452715/ [04:29] i am having issues with my network connectivity. [04:30] can someone please help ? [04:30] andrewjs18: quantal is no longer supported, upgrade to a supported release...clean install would be faster [04:30] !12.10 [04:31] Ubuntu 12.10 (Quantal Quetzal) was the 17th release of Ubuntu. Support ended on May 16th, 2014. See !eol, !upgrade and http://ubottu.com/y/quantal [04:31] ah === PsiOmega is now known as AlphaBeta [04:34] ty xangua === bigfatcat is now known as fatboy [04:50] ph0x, Good deal. Glad that worked for you. === jje is now known as Guest61898 === jimerickso is now known as jje [04:56] hhy [04:56] hy [04:57] real nigga [05:05] Hello, Im trying to customize a Ubuntu live cd using uck 2.6 [05:05] all goes through, but when I try to boot the new image from a USB [05:05] I have a video card of 770m with the driver 340.32 driver being used. Every once in awhile I get these 'artifacts' / glitches where certain parts of text and/or parts of the screen start blinking/disappearing. Only stops when I move the window around or resize. This is on a laptop with an external monitor connected by hdmi. Happens on both screens. Any ideas on how to stop this from happening? [05:06] I cant, all I obtain is a (initramfs) unable to find a medium containing a live file system message [05:06] [05:07] I wonder whether " update-initramfs -u " fix this [05:07] before building it [05:21] May I know, I can see the section wise size details of a *.ko file? === AlphaBeta is now known as PsiOmega [05:39] tap tap [05:44] q/part [05:59] Login timed out after 60 seconds [06:00] localhost login: [06:00] Login timed out after 60 seconds [06:13] I have various issues with my ubuntu 14.04 and are about to post it to ubuntuforums. Is there a area where i can post multiple questions, even if they are about different issues like audio, gpu driver, network access? [06:14] if you know you shouldn't post multiple question you already know the answer [06:15] ok ;) [06:16] and beware of similar questions, maybe your problems are already solved somewhere in the forum [06:19] romance: thanks [06:33] I got a question about my ethernet (Realtek 8105T). It just doesn't respond or show up under lshw etc.. Everything else on my MB works. How could this happen? [06:35] /join #ruby [06:36] I just installed rutorrent and I get "Error: torrent wasn't passed to rTorrent." what ever the most obvious problem here is probably it [06:37] literally what the error says. [06:37] I have no idea how to work rutorrent, iv been trying to learn === iyan is now known as Guest43211 [06:39] Q: I want to chmod 777 a folder which is a download folder, no scripts in it, it just contains files for download. Is it safe to do that? Rapidleech needs it to be 777 [06:40] [Sun Sep 28 23:30:12 2014] [error] [client 192.168.1.3] File does not exist: /var/www/rutorrent/plugins/show_peers_like_wtorrent/show_peers_like_wtorrent.css, referer: http://192.168.1.5/rutorrent/ [06:40] narbeh: It's never really save to set perms to 777 on anything. Nothing needs it (with the exception of things like /tmp et al). Documentation that suggests using 777 is generally written and endorsed by people who do not understand filesystem permissions and just set them wide open rather than learning. :) [06:40] is what error.log says [06:42] anyone? [06:42] narbeh: If a program needs to read files in a directory, then it needs to have read permission of some sort. That means it either has to be the owner of the file(s)/dir(s) and have read permission on owner, or it needs to be the member of the group that owns the file and has group read. If given files are not sensitive to sharing read-only across all users/processes, then world read can be set on them also. The same thing is true with write, [06:42] but the consequences of world write can be dangerous and should generally be avoided. [06:43] If you need finer grained permissions for a given app/user/group of users you can also use POSIX ACLs with the setfacl command. Hope this helps. [06:44] mharris: Thank you so much. I won't do that [06:49] [Sun Sep 28 23:30:12 2014] [error] [client 192.168.1.3] File does not exist: /var/www/rutorrent/plugins/show_peers_like_wtorrent/show_peers_like_wtorrent.css, referer: http://192.168.1.5/rutorrent/ [06:50] does anyone know how to fi this? [06:50] hey guys, i am a littlebit newer on linux, is there a way to stream music from my ubuntu to my phone, for example we are on the same wifi and i want to walk around house and do stuff and listen to music but music that is on my pc not on my andorid phone [06:50] apache? [06:51] logical_: there is like, 1000 ways to do that [06:51] the simplist would be into install an http server on the ubuntu pc [06:51] then just connect to it on the phone [06:51] hi [06:51] i cant use digital and analog audio output at the same time >> http://ubuntuforums.org/showthread.php?t=2246186 [06:52] logical_: Most modern media player apps have options for streaming audio over a local network. vlc, xbmc and most other popular apps, just choose one of your preferred ones and check out the documentation or website for info on how to set it up for streaming. It's pretty easy usually. [06:53] IIRC vlc says to do what i said to do [06:53] mharris thank you, you too ph0x [06:53] then use VLC to play it [06:53] You can generally control them over the network with a web UI or other methods too [06:53] vlc has an open network option [06:53] the man pages on my ubuntu/gnome box 'went missing' - is it safe to remove and reinstall man-db? [06:53] *giggles* [06:54] vlc also has an http interface [06:54] to do what mharris is saying [06:54] i would read the man page for it, but.,, [06:54] you can play it on the ubuntu pc and control it from your phone [06:54] charlesay: i know right [06:56] logical_: plex [06:56] is fine [06:56] pelx is a program? [06:56] or Serviio [06:57] when i call on the man page for any program oit says no man entry for foo [07:09] hi [07:10] Hey all, when I try to update, I'm getting this error message: "The upgrade needs a total of 60.7 M free space on disk '/boot'. Please free at least an additional 40.3 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'" [07:11] I've already run sudo apt-get clean and emptied the trash, as well as rebooting. [07:11] ubuntu keeps old kernels around [07:11] so, you have to remove them manually [07:12] justgreg: do an apt-get autoremove also, if you havent already [07:13] if you go to synaptic (or similar package managers and search for 'linux', you will see the packages associated with old kernels which aren't used anymore [07:13] you can remove them and just keep the two latest [07:15] ok i figured it o ut [07:15] hateball, already did the autoremove, going to look @ synaptic now. [07:15] that had nothing to do with anything and i fixed it anyway [07:15] rutorrent is not passing magnet URIs [07:15] if i download a torrent file it works [07:15] but the magnet says torrent not passed [07:16] does anyone know anything about this? [07:16] it works fine when i manually add it with rtorrent [07:17] i see both upstart process and systemd process are running on my ubuntu [07:18] charlesay, what should I be removing, exactly? [07:18] systemd in my ubuntu? [07:19] 'linux' is giving me 2217 packages, 4019 installed. [07:19] pstree shows me systemd-logind and systemd-udevd [07:20] i don't have my ubuntu machine in front of me atm, but for each kernel-version there will be a main package, a header package and two more. you can regognise them at the series-nr [07:20] something like 3.14-37 [07:20] you can remove the packages with lower version numbers (only the highest is used by the system) [07:22] they all start with linux, so you can scroll there, that should narrow it down [07:25] charlesay, so just get rid of all the kernel headers that are lower than 3.13.0-36? [07:26] you can keep 35 as well as a fallback option [07:26] I was just thinking that. [07:27] here goes nothing ... [07:28] what do you mean (you have to click on apply in synatpic to actually perform the action) [07:29] anyway possible to upgrade ubuntu 6.06 to 10.04? [07:30] How would I go about finding a TrueTypeFont on my Ubuntu system? [07:30] I did all the above, and I'm getting the same error message, right down to amount of space needed. [07:30] !eol OERIAS fresh install would be faster, also notifce only server packages are supported for 10.04 [07:30] xangua: I am only a bot, please don't think I'm intelligent :) [07:30] !eol [07:30] 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 [07:31] xangua, i can't do a clean install [07:31] be sure to remove the main kernel packages as well as the headers [07:33] charlesay, I'm doing that right now. [07:34] okay then i'll do 14.04 === tobias is now known as Guest7263 [07:35] Hi all [07:37] charlesay, that did it. ty, have a great night/day/whatever. [07:38] how can i get a printer's DPI with lp or lpstat? [07:38] you're welcome! [07:40] Anyone try Void loonix yet? === ubuntu is now known as Guest99478 === Senj_ is now known as Senji [07:47] any suggestions how my man page entries could have been deleted? [07:47] so how do I give access to www-data? [07:48] hey guys, I just got a major problem. I tried to run a game and it come up the same on both my displays. Then when I got out of it now I have only the same display on both my screens, I rebooted and got the same thing. I went to System Settings > Display Config. and now it only show one monitor, Any suggestions. [07:54] Hey , how can i disable update manager at startup , it runs automatically for now [07:56] killer:open software sources [07:56] killer:and change your settings according to your needs [07:57] killer: http://askubuntu.com/questions/85226/how-do-i-make-update-manager-stop-opening-automatically [08:00] <_blk> bisu, not really a constructive answer [08:00] <_blk> killer, echo "manual" | sudo tee /etc/init/network-manager.override [08:03] what happened to xmem? https://launchpad.net/ubuntu/trusty/amd64/xmem [08:03] upgraded to trusty and it's gone [08:08] How do I do to get make not to read $ as a variable? [08:09] you escale it [08:09] escape it [08:09] echo "\$" [08:09] or use the '$' single quotes [08:09] echo 'echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf' >> rancid.sh [08:09] I escape it and it works if I jsut ype this in the terminal [08:09] but when make runs this line it doesn't escape [08:10] you don't need to end the " before using the variable [08:10] 'echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf' #this is the output i want [08:10] so i do [08:10] echo 'echo "LIST_OF_GROUPS="$\G\"" >> $RANCID/etc/rancid.conf' >> rancid.sh [08:10] surely you want 'echo "LIST_OF_GROUPS=$G" >> $RANCID/etc/rancid.conf' [08:11] spark I wantGROUPS="$G" [08:11] then you need to quote hte " [08:11] as G will be "group1 group2 group3" [08:11] otherwise you're jsu tending the quote before LIST [08:12] Hi, I have issues booting from USB flash to do an install on one of my drives, is it possible to add a entry in grub to load the OS from the USB flash? (the actual problem is that I have a gigabyte motherboard and this boards are well known for this issues) [08:12] escape it rather, not quote it [08:12] \" [08:12] ok how do I exactly to get this as the output: 'echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf' [08:12] how can I solve this error "13" when I'm using MC to transfer files from my linux NAS to my windows server's admin share [08:13] dcunnin@expensive:/home/dcunnin$ echo 'echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf' [08:13] echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf [08:13] don't see hte problem [08:13] other than the fact you probably don't want that output [08:13] hello [08:14] kinda need help for the oracle installation in ubuntu 14.04 [08:14] Spark: i want exactly that output. And your command works perfectly in the commandline. But make still reads the $as a variable [08:14] make will run: echo 'echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf' [08:14] make will run: echo 'echo "LIST_OF_GROUPS="$G"" >> $RANCID/etc/rancid.conf' >> rancid.sh [08:14] oracle-xe:unrecognized [08:15] this is my problem [08:16] anybody is up? [08:17] quit [08:18] what causes the inability to get past this "error 13"? [08:21] knock knock did someone install oracle [08:21] on ubuntu? [08:22] what is ubuntu? what does it do, why do I need it, and where can I get one? [08:23] what causes "cannot create target directory" "premission denied (13)". The user that the share is mounted with is the admin user on the server [08:25] i cant use digital and analog audio output at the same time >> http://ubuntuforums.org/showthread.php?t=2246186 [08:30] what causes "cannot create target directory" "premission denied (13)". The user that the share is mounted with is the admin user on the server [08:33] Good day y'all. Is it possible to connect Rhythmbox to an MPD server, or do I need a specific client for it? [08:34] chosig: sonata for gui client [08:35] hi , why doesn't my wireless show in network manager: lsusb: 04f3:0234 Elan Microelectronics Corp [08:35] cynicallemon: righty, thanks [08:35] chosig: or ncmpcpp for cli client [08:39] cynicallemon: you can't connect from rhythm box do mpd? [08:41] chosig: not that im aware [08:42] cynicallemon: righty, thought since sonata hasn't been updated since 2009 and there seem to be a general lack of interest in the gui's... i'll go with terminal as usual :) [08:44] chosig: its a bit like that :) [08:49] in order to make people login into like for example your voice server on like a domain name, you need to make from your domain a dns right? [08:49] and setup dns on your server [08:50] johncarper: affirmative [08:50] alright thanks [08:55] How do I make an application shortcut on the desktop? [08:57] yecril71pl: you could use the "ln" command via CLI. [08:57] !ln [08:57] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [08:57] yecril71pl: http://askubuntu.com/questions/450266/an-easy-way-to-create-a-desktop-shortcut [08:59] enchilado: I do not have any desktop launcher file for that application, I want to make a new one. [09:00] why is there yet another bash update? [09:00] rwsq1: because the last one didn't fix the prblem [09:00] so we're onto update 3? [09:01] * rwsq1 is starting to lose my sense of humour [09:01] rwsq1: update 1.4 for 14.04 [09:01] Hi [09:01] I don't see any info about this one [09:01] rwsq1: http://www.ubuntu.com/usn/usn-2364-1/ === sword is now known as Guest97266 [09:02] i keep doing '/etc/init.d/mysql stop' but a new mysqld process immediatly starts again. what might cause this and how can i prevent it? also, 'su mysql' doesn't work for some reason (as root) [09:02] "In addition, this update introduces a hardening measure which adds prefixes [09:02] and suffixes around environment variable names which contain shell [09:02] functions." [09:03] it seems that this one can wait for a convenient moment maybe [09:03] ToTheInternet: sudo service stop. Check error logs. No real need to act as mysql user [09:04] rwsq1: up to you. It is a security release. [09:04] somsip: thanks. what about the /etc/init.d scripts, shouldnt they work as well? [09:04] somsip - yeah I might as well do it (*40) [09:05] ToTheInternet: dunno. I use the upstart approach - sudo service etc... [09:05] somsip: cool, it works, thats the important thing [09:05] ToTheInternet: indeed it is [09:05] I've been looking at the shellshock attack vectors - does the apache one depend on people using actual bash scripts as cgi? [09:06] rwsq1: I believe so, but there are other vectors too. [09:06] change your shell [09:07] We're all changing our shell now? [09:07] cynicallemon, I use zsh, but it's not my shell I'm worried about [09:08] I did contemplate removing bash altogether and symlink it to dash [09:09] I am newer to linux but i am ashamed to ask how to rename a usb -.- [09:10] when i right click it, the rename is in gray (non clickable)ž [09:10] logical_: maybe you need to unmount it? [09:10] Rename a USB socket? [09:11] LainProtocol7: i think he wants to change the label [09:11] then it dissapears [09:11] yes the label [09:11] hello everyone === Ubuntu is now known as Guest17514 [09:12] is anyone here using ubuntu 14.04 with a dual monitor setup? [09:12] logical_: what kind of filesystem is on the USB drive? [09:13] i deleted all files on the usb, i just want to rename the usb [09:13] zundrli: a lot are using dualmonitor [09:13] i need help with ubuntu 14.04 and youtube videos in fullscreen having the wrong aspect ratio (second monitor) [09:14] logical_: there will still be a filesystem on it. Just because you deleted the files doesn't mean you deleted the filesystem. [09:14] rwsq1: we i feel we are all a victim of the "linux is secure" syndrome [09:15] Wulframn seems like you dont understand me, forget what is on the usb, i just want to change the label of the usb, the name of the usb, like if it was called USB1 i want to rename it to logicals usb... [09:15] cynicallemon: it's because that's what the fanboys tout as one of its primary advantages. [09:15] wait until systemd becomes the #1 attack vector [09:15] cynicallemon, I think the point is that everything is out in the open [09:16] logical_: Your ability to change the USB's label depends on the filesystem type on the USB. [09:16] wulframn it is fat32 [09:16] i like the fact that openbsd chroots their own httpd server by default [09:16] logical_: thank you, just a moment [09:16] this is by far the worst bug I've encountered in 14 years, and it's been sorted out reasonably efficiently, and it's actually probably not as severe as first thought. But the point is we can all see what's happening. If it was a bug in OSX or Windows we woudln't know what was going on until there was an update. [09:17] zundrli, I am using such a setup [09:17] logical_: do you know the USB's location? If not please use fdisk -l [09:17] do you have the same problem rwsql [09:17] not as far as I can see [09:17] are your monitors of identical resolution? [09:17] Hello I have a netbook here with ubuntu installed but the person who is using it does not know the password [09:17] the username is 'user' [09:18] can someone guess what the password is? The person is computer illiterate and he bought the computer [09:18] no one is 1920x1080 (monitor1) and 1280x1024 (monitor2) [09:18] p0a have you tried booting into single user mode? [09:18] I guess that's your problem zundrli [09:18] rwsq1: What do you mean by that? [09:18] p0a: No we can't, but we can help you setup a new password. [09:18] !lostpassword | p0a [09:18] p0a: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords [09:18] p0a: god, or sex [09:18] Wulframn fdisk -l gives me nothing in terminal, but i know that the usb drive is in /mount/logical placed [09:18] LainProtocol7: love? [09:19] rwsql many people have that problem and noone knows why [09:19] 7 [09:19] rwsql its fine for twitch.tv but not for youtube [09:19] rwsq1: as u state being in the open, linux has been "secure" by obscurity, not so obscure anymore [09:19] logical_: you need /dev/sdb1 (or something like that) [09:19] Ben64: thank you [09:20] logical_: go to the dash > type disks, select your disk, click on the partition, click the gear icon, select edit filesystem > edit the label [09:21] wulframn it is /dev/sdb1 [09:21] p0a if you reboot, at the grub prompt you should get a recovery mode option [09:21] logical_: sudo mlabel -i /dev/sdb1 -s ::" " [09:22] Or do what EriC^^ said [09:22] p0a to get into grub prompt hold shift key while booting === n is now known as Guest33363 [09:23] Worked, thank you guys [09:23] thank you for your patience [09:23] hello [09:23] No worries [09:24] I got problem on my hp probook I havent network interface eth0 [09:24] cynicallemon, quite the opposite - it's closed source which is secure by being obscure [09:24] buharin: which network interfaces do you have? [09:24] Wulframn, only lo and wlan0 [09:24] i cant use digital and analog audio output at the same time >> http://ubuntuforums.org/showthread.php?t=2246186 [09:25] rwsq1: then explain a 15 year old bug that wasnt fixed or even audited? [09:25] w8 [09:25] brb [09:26] rwsq1: ah no-auditing of code, sounds like SSL all over again [09:26] I have just installed 12.04 amd 64. I cannot start any virtualbox machines. I have tried reinstalling virtualbox packages, but it does not help. This is the error I see: http://paste.yt/p3183.html What to do? [09:26] I was not prompted to grub\ [09:26] to log in into a root shell [09:26] I have a UEFI-enabled machine with Windows 8.1 installed; I've repartitioned, installed 14.04 etc, but Ubuntu only boots if the BIOS is set to Legacy mode, and then the Grub screen doesn't show windows. I hae installed refind in an attempt to fix this, but it hasn't helped [09:26] Note, I already installed build-essential and headers [09:26] !changepassword | p0a [09:27] and now there are refind files in my /boot/efi/EFI/Microsoft/Boot directory, which I don't think is right [09:27] Can someone help with changing the password? I have physical access to the notebook [09:27] I've a question, I have 14.04 and use the Swe-kb layout, but on each boot, it starts with english, and then after a while it switches to Swe/Fi. What's up with this? [09:27] tdn: yeah you need linux-headers [09:27] Ben64: I think you linked me before. Can you plese likn me again [09:27] cynicallemon, I already installed linux-headeres-generic [09:28] !lostpassword | p0a [09:28] tdn: sorry just saw that :) [09:28] p0a: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords [09:28] p0a does the grub prompt come up at boot if you hold down shift or ctrl (I forget which) [09:28] bloopletech: what happens if you boot using uefi? [09:28] rwsq1: the grub prompt does not come up at all [09:28] also I'm confused, as windows itself seems to present windows and ubuntu as boot options; in that case, do I need something like refind at all? [09:28] Wulframn: thanks. but all these methods requrie the grub prompt, which I do not ge [09:28] get [09:28] word [09:28] EriC^^, a windows boot menu comes up === zenx is now known as Guest72014 [09:29] windows boot menu? [09:29] if I then select windows, it boots fine; if I select ubuntu, it just reboots [09:29] bloopletech: did you install using wubi? [09:29] p0a: slap a live cd in there, mount and chmod into your existing environment and change the password that way. [09:29] p0a try repeatedly pressing ctrl from boot [09:29] Wulframn: don't have one... [09:29] tdn: "Consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information." - have you done that? [09:29] rwsq1: I will try once more [09:29] EriC^^, I asked the guy who installed ubuntu, he says a livecd [09:30] cynicallemon, yes. Will paste it. I have no clue as to what it means. [09:30] ok [09:30] He turned UEFI off to install [09:30] you could also try ctrl-x - I think that used to be the hotkey - which version of ubuntu is this? [09:30] which explains why ubuntu only works in legacy mode [09:30] bloopletech: ah, well that's your problem [09:30] rwsq1: some people recommend changing /etc/default/grub on some forums, but I can't do that without the root password [09:30] bloopletech: reinstall with uefi turned on [09:30] hi, can some point me to instructions for installing on an existing lvm partition on an encrypted disk? [09:30] I am vaguely aware of all this uefi stuff but avoided it till now [09:30] I have to reinstall? [09:30] cynicallemon, http://paste.yt/p3184.html [09:30] p0a: you have access to another system apparently. Better yet, it seems to have internet access. Download and burn one if it comes to that. [09:30] bloopletech: i think so, yes [09:30] Wulframn: I hve to do this in 10 minutes or less [09:30] sigh ok [09:30] bloopletech: do you have a livecd? [09:30] p0a indeed - you need to boot into recovery mode - it really shold be possible [09:31] rwsq1: I will try [09:31] I've got an iso, can probably burn it to a usb [09:31] s/some/someone [09:31] rwsq1: hopefully I wont be back :P if it works [09:31] unless someone installed this machine with lilo or anoter bootloader [09:31] the other thing is, those refind files in the windows boot menu, is it safe to leave them around? [09:31] bloopletech: i have no idea what refind is [09:32] EriC^^, this thing: http://www.rodsbooks.com/refind/ [09:32] rwsq1: I'm more worried about them needing to do it in ten minutes or less. Sounds shady [09:32] Hey guys. How can I execute from an script, another script that is stored in an URL [09:32] ? [09:32] basically an efi boot manager... but apparently windows has one? at least a windows 8-style OS chooser gui showed [09:32] tdn: i assume you updated packages first before installing virtualbox [09:33] cynicallemon, yes. Everything is up to date. [09:33] bloopletech: ok [09:33] Wulframn, yeah but that's not a software issue :) [09:33] man I dunno, I'm going to do a boot repair or whatever within windows and then reinstall ubuntu [09:34] bloopletech: yeah that's probably best [09:34] tdn: it looks like some mismatch between virtualbox driver and kernel header file at a guess [09:35] tdn: i would ask in ubuntu forums and virtualbox forums [09:36] dbugger, wget then execute? [09:37] tdn - is your current running kernel 3.13.0-36-generic ? [09:37] dbugger: bash <(curl -s http://script) [09:38] tdn can you paste somewhere the make log? [09:38] Welcome back buh [09:38] buharin: any luck? [09:38] varunendra: how to script it, without leaving residual files? [09:38] Wulframn, I uinstalled network manager and all go sux [09:38] ;d [09:39] maybe I will install new ubuntu [09:39] instead elementary os [09:39] what would be the ports that xrdp uses? i didn't had my ufw firewall enabled on startup on my ubuntu server and now i enabled it i can't connect with rdp anymore [09:39] i wonder what the ports are so i can allow [09:40] buharin: run ifconfig -a, what do you see? [09:40] does anyone know if there's a solution/fix for https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1057165 ? [09:40] only wlan0 and lo [09:40] Launchpad bug 1057165 in gedit (Ubuntu) "slash and greater then /> in javascript break syntax highlight for php" [Undecided,Confirmed] [09:40] dbugger, just put the 'wget ', then "./" lines in your existing script. [09:40] dbugger: that won't save anything, and it won't output any errors [09:40] buharin: run "sudo ifup eth0" [09:41] EriC^^: I kinda want the error output [09:41] cannot find device [09:41] buharin: yeah, was prepared for that. One moment [09:41] buharin: are you on elementaryos? [09:41] ye [09:41] then you should head to the support channel for that distro [09:41] tdn sorry I see the make log - I think you might need to get a newer virtualbox [09:41] but it is ubuntu :P also [09:42] it isn't ubuntu [09:42] dbugger: bash <(curl -Ss http://script) [09:42] tdn, download the latest 4.3.x from virtualbox site [09:42] Ben64, but ok I preapring new ubuntu pendrive [09:42] dbugger, if you don't want the downloaded script, simply add another line (rm