[00:00] TJ-: http://paste.ubuntu.com/12975717 [00:03] drmagoo: the crux is this; "vt.handoff=7" is missing from the kernel command-line, so the wrong virtual terminal is receiving input. I'm trying to find out what usually adds that [00:10] libreoffice uninstall (apt-get remove --purge libreoffice *) now again installed (apt-get install libreoffice) but I get no theme. help plz [00:12] drmagoo: while I figure it out, can you add "vt.handoff=7" to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub and then do "update-grub" and the reboot and test? [00:13] TJ-: Yes, will try that [00:13] hey does anybody else experience USB Creator stalling at 95%? [00:13] how can I find out what it's doing? [00:13] drmagoo: hang on ! wait on that [00:14] semitones, yes, when it is asking 2nd time permission to install the bootloader [00:14] semitones, Is it building a persistence? [00:14] maybe that dialog is hidden under the current window [00:14] drmagoo: I've just found where/how it is added. /etc/grub.d/10_linux suffixes it to that variable. That suggests /boot/grub/grub.cfg *should* have it. Can you "pastebinit /boot/grub/grub.cfg" [00:15] OerHeks, I don't think it's asking permission, but I'll alt tab around. Top is showing high wa% and the USB activity light is flashing [00:15] flashing is a good sign :-) [00:15] that is not stalling i guess [00:15] wileee, I told it not to write a persistance file ;) those always take a long time [00:15] TJ-: http://paste.ubuntu.com/12975887 [00:15] drmagoo: "/etc/grub.d/10_linux:100: GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT \$vt_handoff" " ... and "/etc/grub.d/10_linux:233: set vt_handoff=vt.handoff=7" so it should be being added [00:15] semitones, Ah, hmm, never use it here, so no real help, sorry. [00:16] hey guys any wireless help? [00:16] OerHeks, yeah it's not disk stalling, it is just taking a long time -- it's been at 95% for like 20 minutes now [00:16] i found the driver that works for my laptop, but it seems to only work after i hibernate and wake up. it doesnt connect me immedietly on boot [00:16] It was at 95% at 7:55 [00:16] drmagoo: ahhh. Look at the function at line 109 of your pastebin (function gfxmode) [00:17] wileee, no problem. i might try unetbootin and see if it works better. [00:18] OerHeks, is there any command I can execute to see what it's doing? [00:18] You know what's really funny? When I report a bug that I've observed on three machines, and I even point out a forum discussion where other people are talking about that bug (and the fix), and the Ubuntu dev responds to my bug report, telling me that the bug doesn't exist. [00:19] drmagoo: that is called from line 122 "gfxmode $linux_gfx_mode" and that is set from line 117 "set linux_gfx_mode=1280x800" ... so you have line 111 "if [ "${1}" = "keep" ]; then" being "if [ "1280x800" = "keep" ]; then" and therefore the 'else' clause does "set vt.handoff=" [00:19] drmagoo: so the problem is caused by your customisation in "/etc/default/grub" with "GRUB_GFXPAYLOAD_LINUX=1280x800" [00:20] millerti, when you go to the doctor you don't use the other patients to decide if your sick, you depend on the doctor. [00:20] TJ-: should I comment it out or change the value ? [00:20] drmagoo: comment out that line, do "update-grub", then reboot, and test [00:20] drmagoo: once we know that is the cause we can consider if there's another way of doing what you intended with that setting [00:21] wileee: Yeah, and I've not had great success with doctors so far. My wife's Hashimoto's disease went undiagnosed for YEARS, because doctors treat a constellation of vague symptoms as though they're all in the patient's head. [00:21] hello, i am having an issue with ubuntu 15.10 after upgrading, my system will boot up but will give me a "The system is running in low graphics mode" [00:22] dynama: What kernel version are you running? [00:22] uname -a [00:22] dynama: does the system have an AMD GPU, and had the fglrx proprietary drivers ? [00:23] i'm running 4.2 i believe, the card is a nvidia 940m, I don't think I have drivers, but i can't seem to get to a terminal to be able to install them [00:23] Crucial update -- it's started going again!!!! 97% complete [00:23] woot [00:24] dynama: Does Ctrl+Alt+F1 not get you a console? [00:24] TJ-: partial success. It didnt show the splash-screen, it was textbased instead. I only got to input the password for 1 volume and then the system continued to boot. It didnt load any wm, just got a black screen now [00:24] How would i find documentation about whether there's a debug mode in usb-creator so I can watch waht it's doing? [00:24] in case I have to try installing it again sometime. Last time it wouldn't boot [00:24] drmagoo: Hmmm, are the passphrases the same for both volumes? if so, that would be expecteds since the agent caches the passphrase [00:25] semitones: "dmesg | tail" ? [00:25] drmagoo: as for the black-screen; can you get to a VT console with Ctrl+Alt+F1 ? [00:25] TJ-: it is the same, but before all this I needed to input it twice [00:25] TJ-: yes I do [00:25] semitones: try 'dd' not those silly GUI makers :) [00:26] drmagoo: Was there any sign of the GUI greeter trying to start at all? [00:26] it gets me to another screen, where i've figured out if I hit ctrl-c it gets me to a terminal where it seems like i can login, but once i do it does nothing [00:26] TJ-: it booted quite fast, didnt catch any of the text passing by [00:26] i can't seem to get commands to run once i'm on that screen, i can see the typing [00:27] daftykins, at this point I think I will [00:27] look up the dd method :P [00:27] drmagoo: Well, if the GUI tries to start the screen usually flickers a few times as it changes mode, sets background, etc. If not, at the console log-in, then do "sudo systemctl start graphical.target" [00:27] who uses irssi?? [00:27] semitones: sudo dd if=/path/to/ubuntu.iso of=/dev/sdX bs=2M [00:28] Na3iL: ask the next question [00:29] daftykins: just wondering who still uses irc cli based [00:29] daftykins, I thought it had to install syslinux and stuff? If that's all it takes, do the usb creator do extra stuff? [00:30] Na3iL: this is a support channel, no polls. [00:30] semitones: dd is plenty [00:30] sorry mate :') [00:30] TJ-: it just sends me back to the prompt and "vt7" is still blank [00:31] drmagoo: OK, it tried. Now check the logs for why. "pastebinit /var/log/Xorg.0.log" [00:31] TJ-: http://paste.ubuntu.com/12975975 [00:32] TJ-: any ideas on what I should do? basically it seems like I can get to a terminal and can log in but commands do nothing [00:33] drmagoo: what is the local system time right now? "date" - I don't think that log was current [00:33] dynama: what do you mean by "commands do nothing" ? [00:33] tue oct 27 01:33:38 (AM) CET [00:34] TJ-: tue oct 27 01:33:38 (AM) CET [00:34] drmagoo: OK, that looks correct then: "[ 29.011] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 27 01:28:12 2015" [00:35] TJ-: For example I found something on askubuntu saying I should run "sudo apt-get install nvidia-current" to get the nvidia drivers, if I try it once I am logged in it just goes to the next line and nothing happens [00:35] drmagoo: according to that log, the X server is still running. I still don't see vt.handoff=7 on the kernel command-line at the top of that log file though; I learned recently that the Unity/Gnome/lightdm now puts the greeter on tty7 but the user session on tty2. Try Ctrl+Alt+F2 see if the session is there? [00:36] drmagoo: hell - try all ttys from 2 to 7 ! [00:40] TJ-: I didn't find anything, so I did a dpkg-reconfigure lightdm and rebooted. That seems to have done the trick.. Well at least I've unity working === LoneWolf is now known as LoneWlf [00:42] When I press the volume up/down keys on my computer, the thing that is supposed to pop up and show the current volume doesn't pop up, and hasn't for months (although the sound is adjusted). I never got around to looking into it. But today, when I upgraded from 15.04 to 15.10, it was working until I rebooted. Now it's not working again. Any idea why? [00:42] Alternatively, what's the name of that thing? It's also supposed to pop up when I press the brightness up/down keys, which also doesn't happen. [00:42] drmagoo: Oh, good! vt.handoff=7 should be set in grub.cfg, when calling "gfxmode keep"; anything else will change it. So that's what you need to focus on as regards the pass-phrase input [00:43] drmagoo: Might be worth checking the current /boot/grub/grub.cfg again, and if it still has a custom "set linux_gfx_mode=...." check "/etc/default/grub" for anything affecting that, fix, and redo "sudo update-grub" and do a test reboot [00:44] Oh, I found a solution. http://askubuntu.com/questions/613731/no-more-volume-osd-after-14-10-15-04-upgrade [00:44] TJ-: ok, will do. Thank you so much for your help! I'm really grateful =) [00:45] dynama: that is strange; usually a successful linux command will silenty return to the shell, but apt-get will be verbose before it does that. For checking the drivers, do "ubuntu-drivers devices" which will list the devices requiring proprietary drivers, and the drivers available, and can also be used to install them [00:46] drmagoo: the shell script code in /etc/grub.d/10_linux is what inserts the "set linux_gfx_mode=..." === quantic_ is now known as quantic [00:49] Hi - I have just fucked up my disc by gnome-disc-utility. I have formatted it by mistake with quick metod. Is it possible to restore it? [00:50] that kind of language isn't welcome here [00:51] Gramszu, to your point, probably, a forensics type distro might be what your after [00:51] no, just try 'testdisk' [00:51] I seem to remember pulling deleted files with 'helix' or something like it [00:51] test [00:51] test received === administrator is now known as Guest12830 [00:52] ni men hao [00:53] disc is working - but Ubuntu cannot mount it (i cant see it in nautilius) [00:53] hello [00:53] quick-format ist not "override all" but just "forget the old partitiontable/FS and make a new one". so look up testdisk, get a image of that disk, and try to recover on that image. [00:54] Guest12830: do you have a support question? if not go elsewhere please [00:58] hey. been a while since I've been in here :P [00:59] nice, got a support question? [00:59] Lol [00:59] is it possible to configure pulseaudio per-device? [00:59] erm, specifically the default-sample-channels bit. [01:00] I have a 7.1 capable headset and stereo hdmi; with default-sample-channels set to 8 for 7.1 audio, the hdmi output sounds horrid. [01:00] I have just installed testdisk, but what I need to do to get a image of formatted disk - (is't possible?)? [01:00] Gramszu: dd if=/dev/sdX of=disk.img [01:00] use ddrescue [01:01] or that [01:01] or clonezilla [01:01] I prefer dd :P === CarterF is now known as Carter [01:01] that'll just create a tonne of zeroes in the image [01:02] although right now it doesn't know where the data is so i guess it doesn't matter [01:02] guys, i installed a program and now when i type sudo -s, it doesnt ask for password [01:02] I-am-Groot: have you let the sudo timeout run out? [01:02] because you just installed something, the password is remembered for a few minutes [01:03] close the terminal then open another, after the timeout it'll require entry again [01:03] No [01:03] I mean [01:03] lol sudo, you probably have PAM installed too, haha [01:03] Its being a while [01:03] Like months now [01:03] * zlug checks channel name [01:04] zlug fail [01:04] Lol [01:04] so what did you install? [01:04] Mobile Partner [01:05] never heard of it [01:05] Wut? [01:05] Huawei's USB Dongle Software [01:05] i'm not sure how i can be more obvious than that [01:06] It allows u to connect the 3g dongle without having to do all that configuration [01:07] yes that much is obvious [01:07] So is there a way to get my sudo to ask for password again? [01:08] I-am-Groot: pastebin the content of /etc/sudoers [01:08] sure [01:08] what it called when a woris is typed like $|mpl3 [01:09] word is* [01:11] !ot | fledgling do you mean leet "l33t" speak? [01:11] fledgling do you mean leet "l33t" speak?: #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! [01:11] quantic: I keep getting permission denied [01:11] fledgling: calling the contents of the variable ' |mpl3 ' . [01:11] I-am-Groot: You'll need sudo to read it. [01:12] I tried sudo /etc/sudoers [01:12] But i still get the error [01:12] I-am-Groot: you need to tell sudo to do something.... "sudo cat /etc/sudoers" perhaps... [01:13] yea [01:13] it worked [01:13] http://paste.ubuntu.com/12976375/ [01:14] Uh, those last 11 lines... ANY user can run ANY command as ANY user with no password? [01:14] lol. [01:14] daftykins: /me dies a little on the inside ;) [01:14] So is it bad as i taught? [01:14] Reminds me of Windows XP, :P [01:15] there we go, figured out :) [01:15] Would i live? [01:15] yeah you've essentially taken the #1 design philosophy of Ubuntu and had it ruined [01:17] How do i fix it guys? [01:17] Delete any line that says "ALL ALL=(ALL) NOPASSWD:ALL" [01:17] remove those lines [01:18] OOkay [01:18] why did it need it 9 times? [01:18] SchrodingersScat: #yolo [01:20] I-am-Groot: Haven't seen your whole conversation, but curiosity is getting the best of me, what exactly was the intended goal of that sudoers file? [01:20] wouldn't be surprised if it was the Huawei software adding that [01:20] I installed Mobile Partner [01:20] Gerowen: I think that software... yeah, that. [01:21] To use with my Huawei 3g dongle [01:21] I-am-Groot: If you need a reference, here's my sudoers file. I have personally never touched it, so it should be stock. http://paste.ubuntu.com/12976476/ [01:21] Thanks [01:22] a good test will be to restore the file, reboot once, then check it again [01:22] I need some guidance on debugging a nfs mount issue. Specifically the mount command hangs. If I strace it it ends on a wait4(-1,... system call [01:23] * zykotick9 considers I-am-Groot's machine "p0wn3d" at this point... he'd recommend re-install, and restore backups... BUT he's paranoid... YMMV... good luck. [01:23] journactl just says nfs4_schedule_lease_recovery: scheduling lease recovery for server 192.168.1.17 [01:23] Gerowen: After deleting those lines, it looks like urs now [01:23] And it asks for password too :) [01:24] Lool [01:24] :-) === beapen is now known as nuchange [01:26] I have another problem. [01:27] no you still have that one until you reboot and check the file again :) [01:27] I wrote an auto brightness script in python for my Laptop as after every reboot the screen light would reset to maximum no matter how low it was before i shut it down [01:28] So the script would run at bootup and lower the display lights [01:28] > cat docker.list [01:28] deb https://get.docker.com/ubuntu docker main [01:28] I-am-Groot: are you paying attention to what i'm suggesting? [01:28] how do I remove this ppa? [01:28] Yea [01:28] !ppapurge [01:28] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [01:29] daftykins: ppapurge requires the ppa name as parameter. What is the name of this ppa? [01:29] daftykins: I get u [01:29] Anyone have any ideas about mounting a nfs share hanging? [01:29] <[n0mad]> you can also go to additonal software & drivers in gui and on the 2nd tab or something uncheck it (maybe delete it?) [01:30] But wat am wondering is since just entering sudo + command asks for a password, how do i get my script to run at startup? [01:30] ask in ##networking maybe, buu [01:30] buu: do you mean unmount? good luck - i've _never_ been able to do it... [01:31] buu: sidenote the command is umount the n is MIA ;) [01:31] Going for a reboot [01:32] zykotick9: I typed mount and not umount for a reason [01:32] buu: oh, so it's mounting that is failing? [01:32] Yes [01:33] Did 15.10 upgrade to kernel 4.2? [01:34] buu: yes [01:34] Seems like a likely culprit [01:34] ahhh, good luck. BUT, i've NEVER really been able to recover from an NFS mount dropping on the client... which really sucks sometimes ;) good luck with your NFS issue - personally, i like it a lot more then samba... i don't have any specific's recording the newest nfs stuff! good luck. [01:34] How can i check if a certain package is installed, specificlly build-essential [01:34] s/recording/regarding/ [01:34] zykotick9: try umount -f -l [01:35] buu: hehe i've tried a million different umount stuff ;) [01:35] buu: you could use "umount -fl" and it's less typing [01:35] I-am-Groot: The script /etc/rc.local is executed at bootup with root privileges, just put your brightness adjustments in there before that last line that reads "exit". === rob__ is now known as RobWilco [01:36] okkk [01:36] thanks [01:37] netameta: Maybe ' dpkg -l build-essential ' Not real sure as it is a meta-package . [01:37] Gerowen: i'm curious, do you know for a "fact" that rc.local still works with systemd based ubuntu releases? [01:42] hey all, quick question, how do i get a cd to automount (not open or play, just mount)? on ubuntu studio 14.10 [01:42] Hi, why force reboot command doesnt work for me. Ubuntu 14.04 (ALT + sysR + B) thankx :) [01:42] wolf__, were you locked up? [01:43] nvidia freezes evrytime when i run urban terror so i want to force reboot but i cant . i have to press long the power button [01:44] wolf__ does switching to a teminal (ctrl+alt+f1) do anything? [01:44] Hello all! I have UBUNTU installed on my laptop right now as my main OS. It is the only OS I am using. However, I have a Windows Install Disc that I am trying to install so that I can dual boot. When I insert the CD-ROM into the laptop, I change boot loading option to CD-ROM. After, I hit enter. My laptop goes to the GRUB screen and gives me the option: Ubuntu, System Setup [01:44] there's never a mention of the windows install...any idea on how i might boot from cd? [01:45] !dualboot uupz [01:45] uupz, windwos is at ##windows, we can help once your set up. [01:45] uupz: it's recommanded to install windows before ubuntu [01:46] i know this, but I have to install windows first then ubuntu...i can't even get into the windows install [01:46] uupz: BACK UP ALL YOUR DATA! installing windows with ubuntu already installed usually results in windows *WIPING* your hard drive! [01:46] tuaim, and that's fine...i dont have anything on this laptop [01:46] i know windows doesn't play nice, but it's a necessity for work [01:46] stop with the vague scares, install either first and use manual install [01:47] hey guys, just a small question. I set up a samba server but it suddenly stopped working, I already purged and reinstalled samba [01:47] but the error log shows that the auth fails because no such user is found [01:47] tuaim: no tty doesnt work [01:47] and the user exists both in linux and smbpasswd [01:47] check_ntlm_password: Authentication for user [smbubuntu] -> [smbubuntu] FAILED with error NT_STATUS_NO_SUCH_USER [01:48] I had a Dell with ubuntu 12.04 and force reboot worked well [01:48] the server runs wily [01:48] hey all, quick question, how do i get a cd to automount (not open or play, just mount)? on ubuntu studio 14.10 [01:48] wolf__, That command is not the end all one, it has limitations. [01:49] wileee: even if i try it now, the command doesnt work [01:50] zykotick9: Just now saw your message, and yes, it still works. Was using it to mount an external hard drive, even on 15.10, until I sat down and squared away my fstab yesterday. === dynamo is now known as Guest48093 [01:52] hello, i updated my 15.04 installation to 15.10 and I'm getting some video issue I think, I'm getting a message that is something like "data incomplete in file /etc/x11/xorg.conf undefined screen" [01:52] Gerowen: thanks. good to know. === Guest48093 is now known as puredynamo [01:59] I got a question, ubuntu use lots of memory after boot, here is the result of `free -h`: total 490M, used 335M [01:59] ? [02:00] well, both centos and debian use about 120M after boot [02:00] check ur what is using ur ram by entering lxtask in terminal [02:00] (after fresh install) [02:01] I-am-Groot, no, it's a server [02:01] gansteed: i was going to send you !atemyram, but after your followup statement... welcome to ubuntu ;) [02:01] ooh okay [02:01] sorry [02:02] gansteed, you didn't ask a question [02:02] paulbx, :\ I just wonder why [02:02] Hello, everybdy..! === general is now known as Guest65884 [02:03] why ubuntu use more ran than centos, debian after boot [02:03] %s/ran/ram/g [02:03] gansteed: you are comparing apples and oranges. debian/centos are enterprise-grade minimal OS (if installed minimally)... ubuntu adds features. [02:05] Anyone knows how to load and unload modules manually within terminal?? [02:05] zykotick9, it's a server, running without X. don't you think it's abnormal? [02:05] gansteed: i'm just sayin'... best of luck. [02:06] Guest65884, good start modprobe/blacklist https://help.ubuntu.com/community/Loadable_Modules [02:10] anyone know how i can get this to autoincrease the number in the output file, and i need to be able to do a recording via the mic jack in sox or lame if that is possible???... [02:10] arecord hw:1,0 -d 120 /home/linaro/Desktop/splat/check9.wav [02:12] @OerHeks: I have problem with my modem and other usb devices when enabling usb3 module, is there a way to solve it without disabling it on BIOS Setup?? [02:13] and does anyone have a script to convert the .wav files into mp3 not seeing were arecord does that on the fly so to speak [02:15] i've tried to unload xhci module on /etc/pm/config.d/unload_modules, it's work but my bluetooth device is not load properly?? [02:20] mmm im using the Settings -> Backups thing to restore a backup, but it's like crashing and restarting the desktop to the login screen after a couple minutes: anyone know what to check? logs or something === cmoneylu_ is now known as cmoney [02:27] After a power outage my 15.04 server installation will not boot. I get stuck at a grub prompt and my keyboard isn't recognized. When attempting a rescue boot off usb, I cannot reinstall Grub or launch a shell from my system's root drive. What is my best course of action? [02:30] I did fsck on my laptop, was getting the error 'I/O error, dev sda, sector 545868115', after an hour or so my laptop just turned off. Now I did a live cd boot and my harddrive isn't even showing up in the file systems. Is it dead? [02:31] possibly. Can you see it in your bios before Ubuntu starts? [02:32] Without the live cd in? [02:32] Or usb [02:32] before you even boot to the live cd/usb [02:32] How to upgrade kernel? I am on 14.04 and I want to upgrade kernel to 3.18. [02:32] NHo [02:32] No [02:33] and what happens if you boot without the live cd? [02:33] Thinkerr: try installing one of the hwe kernels. [02:33] Thinkerr: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [02:33] quantic, thanks....I will see [02:34] Now it's saying 'boot device not found' [02:34] try reseating your hard drive [02:34] disconnect it and reconnect it. [02:34] k [02:34] If that doesn't fix it, your drive is likely dead. [02:35] same thing =\ [02:35] NO!!!! [02:36] quantic, But that command also install some new components like xserver, mesa etc. are those necessary? [02:36] can't i upgrade just kernel? quantic [02:36] Thinkerr: if you just want to upgrade the kernel, install the linux-generic-lts-vivid package. [02:36] ok, thanks quantic === megabit|away is now known as megabitdragon [02:37] hey all, how do i get k3b's little blue status indicator to smeg off? [02:49] hi; i have a printing problem and i'm getting a bit desperate. i could print previously but i can no longer do so. i'm using a hp laserjet 1020, the printer is usb and is seen by the kernel and cups, however when i print the job stays stuck and does not print... anyone familiar with cups internals ? ty [02:50] Is it possible to disable one of the internel speakers? [02:51] uski: hp printers *usually* require the HP linux Imaging and Printing tools... apt-get install hplip [02:51] gartral, package already installed, so is the driver hpcups - i tried both drivers [02:52] uski: do you have hplip-gui? [02:53] gartral, installing... however i did check the printer with CLI hp-info and the printer is recognized and OK. also i could print from windows so i really think it's some weirdo issue on cups somewhere [02:55] gartral, the hplip status tray app just crashed... something is definitely broken. my cups logs were full of lines "cupsd is not idle any more, canceling shutdown.", it looks like a deadlock of some sort [02:56] holaa [02:58] uski: i've ran into this before... are you able to reboot? [02:59] hello [03:00] gartral, yes... i see some weirdness in the error logs, like some command has been ran with invalid parameters and spits out its manpage instead of the status, and that ends up in the logs... [03:01] there are hundreds of lines in the cups error log, if i don't know what to look for i'll never find the needle in that haystack.. [03:02] uski: hmmm... [03:03] i asked in ##cups but they're sleeping - or running away when they see "hp" ;) [03:04] uski: unlikely :) HP printers are usually really well ehaved for linux [03:07] gartral, if you see something... http://pastebin.com/SqT94ZpS [03:08] (log starts when i start a new print job) [03:08] (and ends tens of seconds later, job still there, printer not printing) [03:10] uski: can you lpstat -o [03:11] Hey guys I am trying to install ubuntu as a VM. Ubuntu 14.04 is the host os with virtualbox 4.3.32. I am able to install a VM without swraid no problem. However if I try to do it with a raid or LVM setup it using multiple drives it goes into grub-rescue saying error: disk mduuid/ not found [03:11] I have googled for the problem and can't find to seem a good solution and am wondering if any of you fellows could help me out. [03:12] gartral, i stopped cups, cleaned the spool directory, started cups, restarted a print job; same result. lpstat -o says: HP_LaserJet_1020-62 unknown 37888 Mon 26 Oct 2015 11:12:01 PM EDT [03:14] uski: cancel -a -x [03:15] gartral, no message displayed, then lpstat -o shows nothing [03:16] it's like if cups was holding the job waiting for something that doesn't happen [03:16] uski: try printing again [03:17] gartral, nothing... :'( [03:17] lpstat -o? [03:17] gartral, lpstat -o is empty [03:19] uski: cancel -a -x is a cups command that deletes all the print queue... ugghf... try re-issuing it, turning off the printer and rebooting, then turn the printer back on and try printing [03:19] sure... "obigartral, you're my only hope" haha [03:19] (if you understood the movie reference) [03:20] i just upgraded my system to 15.10 from 15.04, now. I am trying to install my ubuntu SDK, but I got the error like "The following packages have unmet dependencies: [03:20] ubuntu-sdk : Depends: ubuntu-sdk-libs-dev but it is not going to be installed [03:20] Depends: qtcreator-plugin-ubuntu but it is not going to be install". is there any way to reinstall the 15.10 again? my PC got stuck in the "cleaning step" [03:20] uski: I'd have to turn in my "laser sword" and geek card if I didn't get that! [03:21] how to resolve a unmet issue which is very annoying [03:24] liuxg: try sudo apt-get install -f [03:24] After a power outage my 15.04 server installation will not boot. I get stuck at a grub prompt and my keyboard isn't recognized. When attempting a rescue boot off usb, I cannot reinstall Grub or launch a shell from my system's root drive. What is my best course of action? [03:25] Can soemone confirm this swraid 0 setup? https://gyazo.com/2d5e490790ebb2b6ee9d72018a7b2e71 [03:25] gartral, thanks. but it just said "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded" [03:26] liuxg: what's your original command you were trying to run? [03:27] I am just going to redo this all on the new virtual box using 15.04, I will be back when I setup again. [03:27] gartral, sudo apt update && sudo apt install ubuntu-sdk [03:28] liuxg, apt-cache policy ubuntu-sdk qtcreator-plugin-ubuntu ubuntu-sdk-libs-dev [03:28] liuxg: apt-get install ubuntu-sdk ubuntu-sdk-libs-dev qtcreator-plugin-ubuntu [03:29] "Install the required Microsoft fonts: ttf-tahomaAUR and ttf-ms-fontsAUR from the AUR. You can also install these fonts through Winetricks: winetricks corefonts." [03:29] kostkon, http://pastebin.ubuntu.com/12977124/ this is the result of it [03:29] How do I do either of these things? [03:30] gartral, this is the output of it http://pastebin.ubuntu.com/12977133/ [03:30] I don't know what an AUR is, and winetricks gives me: "You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. [03:30] " but I don't know how to "retest in a clean 32-bit WINEPREFIX." [03:30] liuxg, sudo apt-get purge qtcreator-plugin-ubuntu and then try again with sudo apt-get install ubuntu-sdk [03:31] liuxg, actually do a sudo apt-get autoclean first, before sudo apt-get install ubuntu-sdk [03:31] kostkon, thanks for your reply. http://pastebin.ubuntu.com/12977139/ === krsna- is now known as krnsa [03:32] liuxg, do a sudo apt-get clean [03:32] liuxg, and then try again [03:33] kostkon, http://pastebin.ubuntu.com/12977147/, this is it [03:33] liuxg: how much hdd space do you have? [03:33] liuxg, better do apt-get clean and not just autoclean [03:34] kostkon: I'm going to have him do a build-dep against ubuntu-sdk [03:34] gartral, ok [03:34] gartral, http://pastebin.ubuntu.com/12977152/ [03:35] liuxg: can you repeat the with a fd -h [03:36] liuxg: actually sudo apt-get install pastebinit -y $$ df -h | pastebinit [03:36] liuxg: actually sudo apt-get install pastebinit -y && df -h | pastebinit [03:36] gartral, http://imgur.com/KxDjQAk [03:37] liuxg: that image tells me nothing [03:38] gartral, sudo apt-get install pastebinit -y && df -h | pastebinit [03:38] gartral, http://paste.ubuntu.com/12977167/ [03:38] gartral, interesting, i get a "communication error 5012" from the hplip driver [03:38] gartral, i tried with 4.1.5, 4.3.0 and an older 3.13.0 kernel, same result [03:39] gartral, how can I proceed with it? [03:40] liuxg: sudo apt-get build-dep ubuntu-sdk [03:40] uski: very odd [03:40] gartral, it is done, then? [03:41] gartral, yea... i'm not sure if it's a cups bug or a kernel bug [03:41] gartral, so, I can proceed to install it now? [03:41] gartral, still, I get the same problem. [03:42] liuxg: did you run my last command? [03:43] uski: this might me a hplip bug [03:43] gartral, http://paste.ubuntu.com/12977186/ [03:43] gartral, yes, I ran your last command [03:44] liuxg: are you working on ubuntu phone? [03:44] gartral, yeah, I am developing software for ubuntu phone. [03:46] liuxg: $ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa [03:46] gartral, i'm installing the latest hplip... can't hurt, and i have to do that if i want to file a bug report anyway. i'll let you know the outcome in a minute.. :) [03:46] gartral, just now, I upgraded my system to 15.10, in the last step, "cleaning", it asked me to stop the running app, then the upgrade app did not proceed, so, I rebooted my system. is that a problem? thanks [03:48] gartral, when i am trying to install, it says the same thing like http://paste.ubuntu.com/12977201/ [03:48] liuxg: I know about as much about the Ubuntu Phone SDK as a martian would know about human feces... I'm sorry i can't really help you anymore [03:48] gartral, ok. thank you for your kind help. [03:50] gartral, definitely looks like a kernel bug (might be triggered by hplip). lsusb hangs... [03:51] uski: oh wow [03:51] which is weird since this printer worked previously and it's rather common - might be a printer firmware corruption or something like this [03:52] dammit, the printer fell a few weeks ago. not sure if i used it since, on linux (i could print successfully on windows). maybe the linux driver exercises the printer in a different way and makes it crash, maybe the fall damaged the ram connections or so... but i'm speculating [03:52] brb reboot === ferret___ is now known as ferret_ [03:59] gartral, usb issues were due to an incorrect firmware update from the hplip installer (it said "couldn't update the printer firmware"), restarting the printer made it visible again from linux - so back to the previous problem now... why can't i print === saschpe_ is now known as saschpe [04:03] I've got ClamAV/ClamTK installed for scanning thumb drives and things when working on Windows machines. Upon reading freshclam.log, I see it's automatically waking up every now and then and updating the virus definitions. I'm just curious, what process is responsible for this? [04:04] Even viewing all running processes as root, I see no ClamAV or Freshclam processes running. Maybe a cron job? [04:09] how to let ubuntu always underline menu's shortcut key when right click? [04:13] hey guys my wireless driver doesnt seem to work unless i hibernate my computer first, any ideas on what may cause this issue? [04:15] very strange bug === krnsa is now known as Lord_Govindam [04:32] gartral, thanks for your help. problem is not solved but I have submitted a HPLIP bug report. I found some bugs from 2009 with not a single reply so I have little hope it will be looked into, but I did my duty... https://bugs.launchpad.net/hplip/+bug/1510367 [04:32] Launchpad bug 1510367 in HPLIP "hplip crashes laserjet 1020 printer" [Undecided,New] [04:32] help [04:33] User10389, how may we help you ? [04:35] take two aspirin and call in the morning [04:37] Hello. I have bound super+space to switch my IME, but recently it started making my launcher sidebar show instead. [04:37] I can't figure out what caused this. Any suggestions? [04:46] So I am reading a debian administrators guide about "held back" packages in apt, and it says that the solution when packages have been held back is to run 'apt-get dist-upgrade', but I'm unclear on whether I'm supposed to run 'apt-get upgrade' and *then* run dist-upgrade, or if I should just do dist-upgrade [04:47] samssammerz, just an update would preceded either [04:50] samssammerz, I'm not sure of the held list in debian rather than ubuntu the dist-upgrade calls, security basically here. [04:51] wileee, I'm not sure I understand you. What do you mean by "just an update would preceded either"? [04:53] samssammerz, Heh sorry about that. In Ubuntu either command does the same upgrade, however the dist add the calls for security upgrades like kernels....etc. You can run either I just run dist-upgrade always. Held packages come in different forms is all. [04:54] samssammerz, the update sets the cache on what is available, than you can run either command, depending on what you want. [05:07] i have ssh tunnel socks server ... how can i route my whole network through the socks proxy like VPN ... or can i convert SSH tunnel to VPN ? [05:07] Is it possible to disable one of internal speakers of laptop? [05:15] you want left one on and right one off? [05:19] I've managed to kill my task tray (the place where the indicators are) and I can't get it to come back. I've restarted the unity-panel-service, but that doesn't bring them back. Any ideas on how to fix this? [05:25] hi [05:26] Hi every one, I have a ubuntu server on 12.10 and would like to upgrade it. Unfortunately, this version has reached it's End Of Life. Anyone have a path forward to upgrade to the newest version? [05:32] sysdoc: As far as I know, the two ways forward are wipe and re-install, and apt-get upgrade. Apt-get upgrade doesn't always work. [05:35] dsnyders: It does not work as apt-get fails to hit the IP addy [05:35] sysdoc: Like I said... it doesn't always work. [05:37] sysdoc: you might have to change the repo to the archived url [05:37] sysdoc: I think if you are going from one version to the next, it might. However crossing multiple versions... the wipe and reinstall method is usually recommended. [05:39] Hey, I'm looking to streamline my music-listening system. Right now, I use Google Music (for music) and VLC (for radio). I want something that can pull from my Google Music library, and also stream radio. Rhythmbox looked like it would work, but its Google Music Plugin is outdated and doesn't work with the latest versions [05:39] Anyone have any suggestions? [05:39] Hey cool, i did it right. i havent used irc in years [05:40] wait no i didnt [05:40] Impious: It looked like it worked right from here. [05:40] i was trying to get ubuntu-beginers [05:40] ubuntu-beginners not enough N's [05:41] Ah! Typing in /join ubuntu-beginners should do the trick [05:41] thank you, i was looking for some people who were friendly that could talk distros with me [05:42] i thought the beginner irc for the most popular one would be a great place to start === ubuntu is now known as Guest52524 [05:51] teste [05:54] hey all [05:55] Hey I have an issue updating to 15.10 from 15.04 [05:55] http://imgur.com/hT29oNa [05:55] E ai [05:55] Beleza [05:55] ^^ Error authenticating some packages.Coninue? [05:55] Alguem do Brasil? [05:56] Guest52524, Aqui solo podemos falar em Ingles. Vaixe a #ubuntu-br ou ubuntu-pt [05:56] Thanks [05:57] Hey I have an issue updating to 15.10 from 15.04 [05:57] ^^ Error authenticating some packages.Coninue? [05:57] http://imgur.com/hT29oNa [05:57] !br | Guest52524 [05:57] Guest52524: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. === cynthia is now known as Guest95352 [06:11] anyone there i am having this weird problem of text box not printing in liberoffice writer [06:12] i have tried searching online as well and checked all option in print setting [06:12] but still i can see them in print preview but still they dont print [06:18] anyone there please i need help printing this assignment i have to submit it tonight. [06:19] rizi: what is your question [06:20] text box in lebirooffice are not printing [06:20] rizi: have you tried turning the document into a PDF and then printing that? [06:21] hateball, i am trying to print it to PDF [06:21] rizi: is this in 15.10, LibreOffice 5.0 ? [06:21] hateball, let me check [06:23] hateball, yes its ubuntu 15 but libreOffice 1:4.4.2 [06:25] hateball, should i upgrade it [06:26] rizi: nah, just checking so I can see if I can reproduce [06:26] rizi: have you checked the properties for the textbox so it's not set to "printable: no" ? [06:27] hateball, i was thinking about it where do i find this setting, [06:28] rizi: you need the toolbar for... let me switch locale... [06:29] rizi: Form Controls, then click Deisgn Mode, doubleclick the textbox [06:29] rizi: that will get you all the properties of the box === MonkehParade is now known as trancey [06:30] Hi. Do I always need to run update-initramfs after altering /etc/modules and /etc/modprobe.d ? === trancey is now known as MonkehParade [06:32] hateball, let me check [06:34] vickycq-bpi: can this help? https://wiki.ubuntu.com/Initramfs [06:35] hateball, so i got to the point of click the form control and then degine mode after that when i duble click the text box nothing happens [06:37] hateball, i see same tool bar appearing but there is no printable option in them === omnik5570 is now known as omnik5569 [06:41] rizi: this is what you should get http://imgur.com/VGAJvmh [06:43] hateball, okay got, just one more how make its background transparent [06:43] rizi: Make what transparent? [06:43] I am inserting this [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" into either bash_profile or profile and ruby doesnt get added to path but when I run that it does. So it doesnt get run on login which it should, any ideas? [06:45] hateball, make background of this text box transparent, [06:46] rizi: should be in the same properties dialog iirc [06:46] it is how i made this chatbox transparent [06:49] rizi: interesting. you cant change transparency on the form control text box, but if you add a box using the draw tools you can [06:50] hateball, and thats the box which i was using and its not printing for some reason [06:51] hateball, that the box which i want so i have more control over its formating [06:51] rizi: are the contents not printing, or the borders? [06:52] hateball, it does not have border but i will check. for now the content [06:52] hmmm, I cant reproduce that on 4.2 at least [06:54] hateball, O my God flop life [06:55] hateball, shoot you wont believe it. [06:57] hateball, i was using dark colored backgroud and white color text in appreance setting [06:57] lotuspsychje: Thanks! I'll read the basics. [06:58] hateball, but the text box's content had actual white color which didn't change when i exported it to PDF so can you guess [06:58] hateball, it was printing but the color of content was white, i changed the color to black and now its perferct [06:59] hateball, it was only when you suggested the idea of border that i realized it. hahaha [07:02] rizi: oh well, good that it is solved then [07:02] hateball, good job we found a super technical bug. ha ha [07:03] hateball, Thanks you very much for the help it couldn't have been possible with out your suggestion [07:03] rizi: :) [07:13] I want to run a script when i plug in a usb. i made a rule in rules.d. the rule requires sudo perms because its changing the perms of the /dev/ttyACM0 ... chmod a+rw . The command isnt working. Please help. ive been at this all day. [07:16] Can someone help me as to why ubuntu is not allowing to upgrade? [07:16] http://imgur.com/hT29oNa [07:16] ^^ Error authenticating some packages.Coninue? [07:17] OERIAS: change the repository server [07:17] baizon, really to what UK? [07:18] OERIAS: there are 15 in the uk, pick one :) [07:19] cinvoke: what does the rule look like? you'll need to use sudo inside the rule for it to be run as root [07:19] !skype [07:19] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [07:19] Hey guys. I installed Ubuntu, with the EFI grub, but for some reason that broke my BIOS grub install which, all it does, is chainload the windows 10 bootloader (please don't ask why my windows 10 is in BIOS mode, it just is). And when I tried installing a new grub with the i386-pc target, I got an error saying "i386-pc/modinfo.sh doesn't exist". Any help would be appreciated [07:25] hello, i just upgraded from 15.04 to 15.10 and it broke my installation. I was at first getting "ACPI PCC Probe Failed" and it would boot to the point where I would have a black screen and control fo the mouse, then after 10 seconds i lose the mouse and its a black screen with a blinking underscore at the top left. After some googling, I tried changing the grub default config from "quiet splash" to "nomodeset acpi_osi=Linux" and updat [07:26] a friends system had a similar issue with the same upgrade, but changing that grub setting worked for them [07:27] mijowh: try the noplymouth option in grub [07:28] on the same setting line, and do i add or replace? "nomodeset acpi_osi=Linux noplymouth" or just "noplymouth" and thanks for answering [07:29] not too familiar with grub, only been on ubuntu for a few months. havent encountered an issue where i had to change grub's config before [07:29] mijowh: remove nomodeset [07:29] baizon, I still get the same error [07:29] ok, so "noplymouth acpi_osi=Linux" [07:29] Changing the servers did not work [07:30] is there a ubuntu social channel? [07:30] I'm booting from a 14.04 live cd right now to get to the internet, so i'll reboot and try that. I'll be back shortly [07:31] !discuss | payload [07:31] payload: Want to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you. [07:31] thanks === nudtrobert1 is now known as nudtrobert === BigDave is now known as truerock [07:33] Can someone please help me with the issue?? [07:34] OERIAS: after changing, did you update ? [07:34] OERIAS: with update i mean sudo apt-get update [07:34] Yes I i did apt-get [07:35] OERIAS: did you run sudo apt-key update? [07:35] and then sudo apt-get update [07:39] baizon, I still get the same error [07:39] OERIAS: which version are you on? [07:40] 15.04 [07:41] OERIAS: http://askubuntu.com/questions/425355/error-authenticating-some-packages-while-upgrade [07:43] !opera [07:43] Opera is an advanced, fast and free (as in beer) web browser. It is packaged for easy installation into Ubuntu. More information at https://help.ubuntu.com/community/OperaBrowser [07:46] hello, i'm back. it did not help. it boots directly to a black screen with a blinking underscore in the top left [07:46] and stays [07:47] mijowh: graphics drivers could be a problem here [07:47] mijowh: edit /etc/default/grub and uncomment GRUB_TERMINAL=console [07:47] mijowh: then update-grub [07:56] hi, anyone know where I can download linux-image-extra-3.19.8-031908-generic Or how to install it without download it ? [07:58] chenli: how do you expect to install it without downloading it ? [07:58] ikonia, no, because I can't find where to download it [07:59] perhaps he means installing it on an offline machine [07:59] ikonia, so, if there is anyway can do it, I would like to try [08:00] !info linux-image-extra-3.19.8-031908-generic [08:00] Package linux-image-extra-3.19.8-031908-generic does not exist in wily [08:00] chenli: is it an ubuntu package ? [08:00] !info linux-image-extra [08:00] Package linux-image-extra does not exist in wily [08:01] ikonia, I find header & image here http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/ [08:01] chenli: that is the mainline kernel - why are you running that ? [08:01] so I install the kernel, [08:01] chenli: why ? [08:01] my boss ask me to install this version [08:02] why ? [08:02] I don't know why [08:02] :( [08:02] then you should undo it [08:02] changing the kernel to the non-standard kernels for no reason will cause you problems, as you are seeing here [08:02] what is " mainline kernel" means ? [08:02] it means totally standard from the main linux kernel branch, not patched/built for ubuntu [08:03] o, so that's possible the extra deb do not exist at all ? [08:03] probably [08:04] i'm back. I could not remember if you suggested commenting or uncommenting, so i uncommented that line, and it made no difference. this is the last grub config ive tried: http://pastebin.com/VtcUANWn [08:04] line 21 was originally commented [08:04] ikonia, ok, thanks for replying, I will let my boss know that ! [08:05] baizon, if it is graphics drivers, what should i do? [08:06] i can boot into root terminal with networking through recovery moot [08:06] mode* [08:06] mijowh: which grahpics card do you havE? [08:06] nvidia geforce 8400 [08:06] only slightly outdated >.> [08:07] mijowh: ou old nvidia, sorry im out [08:07] i updated everything else on my system before the 15.10 upgrade, including graphics drivers [08:07] i was thinking about buying a new graphics card [08:08] mijowh: it can happen that never drivers dont support older hardware [08:08] but i cant tell, dont have an nvidia card [08:08] makes sense. thank you for the help. thats something ive been needing to upgrade anyway [08:09] what do yu use? ive always had nvidias [08:09] and theyve always (mostly) worked well [08:11] mijowh: they work well :) just the old ones can get in trouble (no support) [08:11] http://askubuntu.com/questions/613969/acpi-ppc-probe-failed-starting-version-219-nvidia [08:12] there's a solution saying that adding nomodeset solves that problem [08:12] alright. I'm going to order a new one. It's gotten to the point that i can't run newer games or anything. (plus, i really need something better than opengl 3.3 support) [08:12] appreciate it [08:12] i tried nomodeset [08:12] strange [08:13] unfortunate if you ask me [08:13] this is my only computer [08:15] mijowh: there is an unofficial ppa that has opengl 4.1 support -.- [08:16] oh! maybe i missunderstood mijowh, is your hardware that doesn't support opengl above 3.3 ? [08:16] yeah [08:16] ok ok [08:16] wheres a good place for cheap cards? newegg doesnt have much under $200 [08:18] heh, this is my card http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=7192074&CatId=11972 [08:20] m8, just get an ati card. A r7 250 will set you back only around $80, or splurge and get a r9 290. It'll be much better than anything nvidia can offer. [08:20] imho [08:20] that graphic card it's like ten years lod now :D yeah, you need something better than that to play latest games, check ebay [08:21] yeah, hence the 'r9 290' bit. [08:21] oh! no, i think in terms of graphic card for gaming under linux, nvidia + propietary drivers [08:22] nvidia is garbage mate. https://github.com/mpv-player/mpv/commit/8b291aff96b98a070f39c9a5082c365d4c3ba38c [08:22] hows this look? http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=9117008&CatId=11972 [08:23] its dx11 so im thinking opengl 4.0+ [08:23] and quite affordable [08:23] a 290 is a powefull as a nvidia 950 under linux, see it by your self: http://www.phoronix.com/scan.php?page=article&item=steamos-22-gpus&num=2 [08:23] think that would be good under linux? [08:23] dont wanna get something with poor support [08:24] !skype [08:24] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [08:24] soupnanodesukar: well that link is related to media player, i wrote gaming [08:25] Does any1 knows why phpstorm from jetbrains might not open when locked to launcher? it blinks for a while and stops. How can I see logs of that? [08:25] mijowh: are you able to boot the machine if you use acpi=off ? [08:25] i have not tried [08:25] MadLamb: launch it from terminal [08:25] baizon, it works, but I want to launch it from launcher [08:25] curiousx: i was talking about drivers, nvidia having good drivers is a meme, just like ati having bad ones. They're both very much equal now. [08:25] should i comment "GRUB_TERMINAL=console"again, and change "GRUB_CMDLINE_LINUX_DEFAULT="acpi=off" [08:26] MadLamb: the .desktop ist broken then [08:26] mijowh: just see the link i paste, and you'll see some benchmark and comparisons that will help you make a decision [08:26] thank you curiousx [08:26] mijowh: you can leave the GRUB_TERMINAL setting in place, also the acpi_osi setting [08:26] baizon, already deleted and re-created, already ran the command manually [08:26] GRUB_CMDLINE_LINUX_DEFAULT="acpi=off acpi_osi=Linux" [08:26] mijowh: linux will be able to use multiple settings defined in that file [08:27] noplymouth or nomodeset? [08:27] mijowh: just test which works. the acpi=off should be used just for testing. it looks like many other people have that same problem [08:28] i will try that now, be back soon [08:37] hi, is openstack is only suportted in trusy ? http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/ [08:45] hey im back [08:45] no luck, thanks though [08:46] could you post that comparison of graphics cards again? im gonna shop around [08:46] i have no history on a live cd >.> [08:47] 10:23 < curiousx> a 290 is a powefull as a nvidia 950 under linux, see it by your self: http://www.phoronix.com/scan.php?page=article&item=steamos-22-gpus&num=2 [08:48] mijowh: http://www.phoronix.com/scan.php?page=article&item=steamos-22-gpus&num=1 [08:48] thanks [08:48] np mate [08:50] on another note, how would i find out where a flash drive is mounted through nautilus? (the path like /dev/sdx) it only shows it at location mount/ubuntu === newell is now known as Guest89513 [08:54] mijowh: ls a: ls /media/$USER [08:54] hii [08:54] hello [08:55] http://www.tmart.com/GeForce-GTX680-2GB-DDR3-384BIT-PCI-E-Graphics-Card-Dual-fan-with-Connection-Line-Black-White_p286214.html?cc=USD&fixed_price=us_us&gclid=COHXwrqj4sgCFdURHwod7qgCbw [08:55] mijowh: do* a: ls /medcia/$USER [08:55] I'm having trouble looking up the application 'Games' for ubuntu, google only recommends various games. Anyone have a link? [08:55] that ones the top of the list on the benchmark too lol [08:56] try apt-file search? [08:56] mijowh: oh yeah!, that's a good one for noadays games [08:57] buying it now :D <3 free shipping [08:57] ;) [08:57] skyrim will look lovely now :O [08:57] i get about 11 fps playing it >.> [08:58] mijowh: I don't think it's in the standard PPAs. It's supposed to do to games what 'Music' does to music on gnome. [08:58] oh [08:58] safe__: are you using gnome-shell ? [08:58] sorry i dont really have a clue lol [08:58] curiousx: Yes. [08:59] safe__: what if you open dash and type: game [08:59] safe__: does it show up ? [08:59] curiousx: Steam is the first to come up, and some other random small games. [09:00] safe__: type gnome- and press twice, see if it's there [09:01] curiousx: Music and some other stuff comes up. I haven't updated to 15.10 if that's the problem? [09:02] safe__: could be, i did read something about the application games, but idk i just turns a xfce user atm :p how did you installed the app ? [09:02] turned* [09:03] curiousx: That's the thing, I'm trying to install it but can't find it when I google for it, searching for "games ubuntu" brings up tons of other stuff. [09:03] curiousx: Not even trying to install it, trying to find it's homepage. [09:05] safe__: oh! now i understand, look: http://bytesgnomeschozo.blogspot.ro/2015/10/games-3180-released.html [09:05] curiousx: Perfect, thanks! [09:06] safe__: np source: https://www.reddit.com/r/gnome/comments/3pow1c/introducing_the_games_app_a_new_gaming_hub_for/ keep an eye on /r/gnome -.- === farid is now known as Guest27827 [09:12] In just a short wiley I get to use wiley wooooo [09:15] Hi - has SHA1 been deprecated in 15.10 (Wily) ? [09:15] I can't find anything about it, but it doesn't seem to work in OpenSSL anymore. [09:21] hi [09:21] a portion of my screen is stuck [09:21] how do I get rid of it? [09:22] a part of a window (UI) is still there after closing the window [09:22] Now it's obscuring some things [09:23] !skype [09:26] Peanut: I haven't heard anything about that. I'd have thought it would be unlikely, as it is still used widely and wasn't due for removal from browsers until next year. I know it has been further broken in the past couple of weeks, however [09:40] hi [09:41] i have memory_limit=8000M max_input_time=6000 max_execution_time=30000 post_max_size=500M and upload_max_filesize=2000M in my │ AciD` [09:41] | etc/php4/apache2/php.ini. and still while importing a 119MB sql file into mysql via phpmyadmin i get error Script timeout │ AdamPDotty [09:41] | passed, if you want to finish import, please resubmit same file and import will resume. [09:41] on 15.04 [09:41] php5 [09:48] Hello. I am running out of free disk space on my laptop, so i've launched Disk Usage Analyzer to see what's going on. And i've found a lot of files in ~/.cache/upstart THere are a lot of *.log.x.gz files What is this? Can i clean it somehow? [09:48] nvm. [09:50] ChargedLight: the log files can be deleted [09:50] mcphail, How should i do it properly? [09:50] ChargedLight: It would be unusual for them to be taking up much space, though. Is a process going crazy and writing too many logs? [09:51] ChargedLight: just delete them. You don't need to do anything fancy to get rid of them. They're there for your information only [09:51] ChargedLight: du a: du -sh $HOME/* | grep G [09:51] mcphail, i'm not sure what process cause it. But there are a huge amout of files starting with update-blabla.log.x.gz prefix [09:52] ChargedLight: do a: sudo apt-get clean [09:52] kristof@kristof-note:~$ du -sh $HOME/* | grep G [09:52] 1,4G /home/kristof/Work [09:52] ChargedLight: you can read the log files and see if anything unusual has been going on [09:53] a part of a window (UI) is still there after closing the window [09:53] Now it's obscuring some things [09:53] How do I refresh my UI? [09:53] LXDE on Ubuntu [09:54] mcphail, it looks like log on every system event that going on. A lot of system warnings, etc [09:54] ifconfig isn't listing all my ethernet interfaces, one is missing [09:54] acetakwas: type in terminal: xkill then with your mouse do a click on the windows that doesn't want to close [09:55] it blinks and seems happy, lspci does list two ethernet cards [09:55] curiousx:: the window is already closed; it just a portion of it that still appears on the screen [09:55] ChargedLight: unless there seems to be something which is directly impacting on your system, just delete them. Are you sure they're taking up a lor of space? [09:56] hm! acetakwas could you log out and log in ? idk how to refresh lxde, i necer used that DE [09:56] okay [09:56] never* [09:56] I can't log out just yet [09:56] mcphail, 1,1G [09:57] I thought there was a way to just refresh the UI [09:57] ChargedLight: wow [09:58] ChargedLight: worth while trying to track down which process is chatting so much by having a read through the logs and chasing up leads [09:58] acetakwas: type: logout in terminal [09:58] curiousx:: I don't want to logout yet [09:58] I got some work going on [09:59] I've* [09:59] acetakwas: ok ok xD mmm... let me search [09:59] mcphail, a lot of unity warnings and errors [09:59] thanks [09:59] already delete all items from there [10:00] Hi, I'm running an Ubuntu Server, I would live to get informed when new security updates, what's the best way to do that? [10:00] * are available [10:00] soulisson: just run sudo apt-get update; sudo apt-get dist-upgrade regurlarly. [10:01] acetakwas: try this: pcmanfm --desktop --profile lubuntu [10:02] mcphail, thanks for your help [10:02] curiousx:: thanks, but that didn't work :( [10:02] acetakwas: and this: pcmanfm --desktop-off && pcmanfm --desktop --profile lubuntu [10:03] again :( [10:03] bekks, yes, but before applying updates I would like to test them in a test environment [10:04] soulisson: Then do so in a test environment, by running apt-get update and apt-get dist-upgrade regurlarly. [10:06] hi guys [10:06] anyone here familiar with SystemC? [10:06] sry acetakwas that's the only command i found searchin' :p https://askubuntu.com/questions/156201/how-to-add-refresh-option-to-right-click-menu-in-lubuntu === newell is now known as Guest74693 [10:09] bekks, I would like to perform security updates package by package, is there a command line I can issue to get the security available? [10:10] curiousx:: okay. I appreciate your assistance [10:12] acetakwas: just notice in that link you have to log out and log in to take effect :p [10:12] aha ... okay [10:12] acetakwas: you will be there a long time installing each package and inspecting its impact [10:13] Fudge:: ?! [10:13] anyone using skype on 15.10 / having problems with the gui being laid out completely wrong [10:13] soulisson: apt-get -s dist-upgrade | grep "^Inst" | grep -i securi | awk -F " " {'print $2'} [10:14] soulisson: that gives you a list of pending security updates available, so you can process them later. [10:15] can I get help from a boot-wizard for an Ubuntu server just upgraded from 15.04 to 15.10 ? [10:15] bekks, great, thank you very much [10:15] sjums: you need to ask a specific question before :) [10:15] soulisson: Maybe you find this article useful, too: http://askubuntu.com/questions/194/how-can-i-install-just-security-updates-from-the-command-line [10:16] bekks, thanks [10:16] bekks, a new package might include security updates as well as other fixes, right? [10:17] surprisingly the skype problems occur only on 15.10 without kde... [10:17] well, bekks, I did a do-release-upgrade, was asked to reboot. Server doesn't start up again [10:17] or, with ubuntu-desktop [10:18] now I'm sitting in OVH pro-rescue, not sure how to reconfigure the boot partition [10:20] sjums: also #ubuntu-server [10:21] sjums: MAybe you should start to elaborate on "doesnt start up again". What happens, which error messages do you see, etc.? [10:21] bekks: I guess since sjums uses a dedicated server from a cheap farm, the answer would be "nothing" ;) [10:21] Correct, ztane :( [10:22] sjums: so you dont have a rescue console available? [10:23] I do. And I'm sitting logged in.. So far so good I guess :) [10:24] so I guess you need to mount the root partition, then try to see if there is /var/log/boot.log [10:25] if the date does not match, then it crashes before... and if the date on that matches, then it should give clue as to how far did it get [10:25] welp.. I don't have a boot.log [10:25] in your hard disk, not in the rescue :P [10:26] but now wtf... how do I get the skype working on my ubuntu-desktop [10:27] !info skype | ztane [10:27] ztane: Package skype does not exist in wily [10:27] !skype :p [10:28] curiousx: not gonna help, see above :P [10:28] !skype [10:28] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga [10:28] !Ekiga [10:28] ekiga is an Internet telephony application included with Ubuntu, which supports the SIP and H323 protocols. Information and help at https://help.ubuntu.com/community/Ekiga [10:28] yeah yeah, just tell all my customers to use Ekiga ;D [10:31] sjums: Since you have a remote console, you can see the boot process. Whats happening when whn you boot? [10:31] I have a rescue ssh-session I can login to [10:31] bekks: it is not a remote console, it is a recovery console [10:31] ztane: this poor webinterface only, I see. [10:32] But I can mount my drive(s) [10:32] and everything is here [10:32] so mount your root and check the yourroot/var/log/boot.log for example [10:32] sjums: where d you do that without a remote console? [10:33] but ztane, that file is not there >.< [10:33] hello [10:33] bekks: the low end dedicated servers they have so that they have a rescue CD which gives a SSH access, and you can toggle between normal and rescue boot only [10:34] do you guys know when upstart was introduced? seems like I cant find that information. [10:34] so it is not a console really.. [10:34] ztane: thats even worse than I expected. :) [10:34] i need to check if a legacy server of mine supports upstart [10:34] leeyaa: which ubuntu release do you use? [10:34] bekks: i have from ubuntu 6.06 to 14.04 lts [10:34] bekks, it's exactly as ztane says :P Sadly [10:34] i just need to know when it was introduced to ubuntu [10:34] I'll dig around [10:35] will come back ;) [10:35] Thanks so far :) [10:35] !upstart | leeyaa (is it on here?) [10:35] leeyaa (is it on here?): Upstart is meant to replace the old Sys V Init system with an event-driven init model. For more information please see: http://upstart.ubuntu.com/ [10:35] leeyaa: Everything older than 12.04 is EOL and out of interest. 12.04 supports upstart, since it was introduced in 6.10 [10:35] bekks: hm that seems to answer my question then. 6.06 is before 6.10 [10:35] thanks [10:36] well... [10:36] why no one ever just answers the real question instead of bringing that eol crap ;p [10:36] the good question is ... [10:37] if you have 6.06... [10:37] is it *your* server anymore :D [10:37] bilel: was it 6.10, I thought it was around 8,04 ? [10:37] oops [10:37] bekks: was it 6.10 ? I thought it was 8.04 [10:37] ztane: actually i found that some legacy severs have less issues than newer ones (less new cves :D) [10:38] possibly... [10:38] ikonia: its 6.10 or 6.08 something like that [10:38] or then no one studies them [10:38] i cant remember [10:38] ztane: exactly [10:40] especially when you consider where has ubuntu gone in the recent years. i cant believe some of the stuff i see... [10:46] would you recommend buying a Microsoft Surface Pro 4 and installing Ubuntu on it? === becca is now known as Guest92026 [10:57] utu8o: to use as a tablet? No. Most apps on Ubuntu aren't optimised for touch use [10:58] que pasa niggas [10:59] os rebiento a todos [10:59] es bromi xd [10:59] PATATA, seriously? /ignored === newell is now known as Guest50547 [11:06] cheers [11:13] Hiyas all === general is now known as Guest9934 === davi_ is now known as Guest51392 === cynthia is now known as Guest39269 [11:28] hullo [11:29] hi pippo [11:31] hi, i dont understand my network app: even if Im there are no browsers on, it shows traffic. What traffic can possibly my computer be using? [11:32] lettuce45: sido apt-get install nethogs ; sudo nethogs [11:32] curiousx, what will that show/ do? [11:32] lettuce45: aptitude show nethogs [11:33] lettuce45: do you have an IM client? Do you use automatic updates? Do you sync time against an online NTP server? Do you have bonjour broadcasting enabled? [11:33] etc etc [11:33] Plenty of default services show network activity from time to time [11:33] lettuce45: aptitude show nethogs | grep Descri [11:36] curiousx, sudo = aptitude? [11:37] oh! sry lettuce45 i got a typo: sudo apt-get install nethogs ; sudo nethogs [11:37] lettuce45: and sudo isn't equal aptitude [11:38] sudo nethogs returns >>>>> ioctl failed while establishing local IP for selected device eth0. You may specify the device on the command line. [11:39] lettuce45: Run ifconfig and see if there's a wlan0 or something such. If you're on wifi that is. [11:39] lettuce45: are you connected via wifi ? [11:39] yes [11:39] wifi [11:40] ok works, is 0.8.0 the actual version? [11:40] !info nethogs [11:40] nethogs (source: nethogs): Net top tool grouping bandwidth per process. In component universe, is optional. Version 0.8.0-1 (wily), package size 26 kB, installed size 98 kB [11:40] !info firefox [11:40] firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 41.0.2+build2-0ubuntu1 (wily), package size 42461 kB, installed size 101286 kB [11:40] !info apparmor [11:40] apparmor (source: apparmor): User-space parser utility for AppArmor. In component main, is standard. Version 2.10-0ubuntu6 (wily), package size 462 kB, installed size 1664 kB [11:40] :D [11:41] !info freenode [11:41] Package freenode does not exist in wily [11:41] lettuce45, use /msg ubottu for that [11:41] lettuce45: don't abuse :p [11:44] i abuse ubottu daily, it still loves me [11:50] ciao [11:52] hello, after installing ubuntu 14.04, i can not access to my bios, i need to setup ubuntu again, because i screwed up, now i can not boot anything but from harddrive [11:53] i can manage to get to grub console though, and i got a flash drive with ubuntu [11:53] so how can i boot it [11:53] whats the difference between KiB and KB? network app and nethogs show different date measures [11:53] data [11:53] all the instructions on the internet are old [11:54] well, the internet is an old thing. [11:54] cambazz: BIOS, or do you mean UEFI ? [11:54] cambazz, how can you get to grub but not bios ? you sure pressing the correct keys ? [11:54] lettuce45: 1024 vs 1000 [11:55] cambazz: If UEFI, maybe you've configured the firmware to QuickBoot the default boot entry? [11:57] TJ-, badbodh: well i used to be able to go into bios by pressing F2, now it will not, however if I press F10 during boot, i get a menu, and from that menu, i can get to grub menu [11:58] TJ- : i have not done any configuration, all i did was a wanilla install. how can i mess with uefi? [11:58] cambazz, what are the other entries that menu ? also please confirm if you have a bios or an efi/uefi system [11:59] *entries on that menu [12:03] Hello, So yesterday, Gerowen and some others helped me restore my sudoers to default after Mobile Partner compromised it. Whn i use apt-get, it normally tells me that some packages couldnt be verified. Could be as a result of my sudoers being tempered with by Mobile Partner? === venkat_331 is now known as venkat_330 [12:03] cambazz: Does/has the PC also optionally boot to MS Windows? [12:08] I-am-Groot: that could be due to not having done "apt-get update" to refresh the package list yet [12:08] OOhkay [12:08] And yes, i did not do the apt-get update [12:08] Thanks [12:12] Just out of sheer curiosity, can anybody here explain exactly what in the world "snappy" is? Is it some replacement for dpkg/aptitude and deb files, or something intended for small apps on mobile platforms? [12:12] Gerowen, try #snappy [12:17] Gerowen, it's like google play for ubuntu. no sudo, only install. all sand in the box. [12:18] badbodh: Reading a thing somebody wrote about it on askubuntu [12:18] nice [12:18] badbodh: Have just spent all these years being comfortable with apt/aptitude and Debian goodness, and now they're changing it up on me. I feel like the old man shaking his cane going, "Back in my day!" [12:21] hi [12:21] how are you? [12:21] Gerowen, all package managers are more or less similar. not much of a learning curve once you read the manual. [12:21] sammy__, this is ubuntu tech support. ask ubuntu questions. [12:22] Gerowen: It fixes a few things which are badly broken with apt/dpkg and .deb files. It isn't perfect, but seems to be a step forward [12:23] i install a ubuntu minimal and than i am install lxde and now i want to start by default [12:23] how i cand do? [12:23] sammy__: why dont you just use lubuntu for install? [12:23] yes i now [12:23] sammy__: why not just instal lubuntu [12:24] why do minimal and then add lxde [12:24] sammy__: if you add the "lubuntu-desktop" package, it may integrate better [12:25] for learn ;) [12:25] and i want to know which file i have to setup [12:25] it's not a file [12:25] you'll learn more if you install lbuntu - and use it [12:25] rather than trying to learn the wrong information in the wrong order [12:27] but is dificulte to manual config that? [12:27] sammy__: it is when you haven't grasped the basics [12:27] sammy__: hence "install lubuntu, and learn to use it" before trying to build up your own version [12:28] ok [12:28] thnx [12:28] sammy__, have you installed a display manager? if not, edit ~/.xinitrc file . refer to archwiki for these things. [12:29] so that won't help [12:29] yes im look fot that file but i havent [12:29] as that depends on you being logged into reference that file [12:29] so again - walk, before running [12:30] install lubuntu, learn to use it, then try this sort of thing [12:30] +1 ^ [12:31] gpf [12:31] 大家好 [12:32] Hi, how can I install nfs-kernel-server on a lxc container? [12:32] lololol [12:32] !jp | root2_ [12:32] root2_: 日本語の場合は /join #ubuntu-jp または /join #kubuntu-jp を入力して下さい。 [12:32] WTF [12:32] I'm Chinese [12:32] 。。。。 [12:32] !cn | root2_ [12:32] root2_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [12:33] hi [12:33] Hi, how can I install nfs-kernel-server on a lxc container? [12:34] !patience | daniele12457 [12:34] daniele12457: 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/ [12:34] daniele12457: same as any other install, however it's unlikley to work as the container will be the controlling kernel [12:35] in fact it cannot mount the rpc file system, so you mean there is no way to run nfs in a container? [12:35] daniele12457: rpc is not a file system [12:35] I installed youtube-dl following their instructions on xubuntu 15.10 and it doesnt work [12:35] i disregarded the synaptic version because its outdated [12:36] lettuce45: then it's up to you to support the version you've used/installed [12:36] !newest | lettuce45 [12:36] lettuce45: 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. === erwin_ is now known as easyOnMe [12:36] ... [12:37] please help me withthis [12:37] with this [12:37] E: Some index files failed to download. They have been ignored, or old ones used instead. [12:37] I am trying to update my Eclipse IDE [12:37] but that gives me problem [12:38] easyOnMe, run "apt-get clean" and change mirror (control center > software settings) [12:38] followed by sudo apt-get update [12:42] badbodh: ok will do thanks [12:44] lotuspsychje: it seems I'm being ignored :( [12:46] daniele12457: you can only be ignored by someone who wants it specificly [12:53] maybe none of us have the answer. also, your question belongs in #ubuntu-server given the level of knowledge needed [12:54] most of us can help with "help, my ubuntu is not working" stuff. we are not sysadmins :) [12:54] sorry ubuntu bacause of talk [12:55] /msg NickServ VERIFY REGISTER mvk jubwthjevigt [12:55] mvk: try without the space in front [12:56] Pici: lolol... [12:56] hi I've created a user uid=502 to match what's on our NFS server but it's not shown on desktop login window (wiley) [12:56] mvk: and pick a new password [12:56] any idea where I can change that? [12:56] lotuspsychje: its not a password, [12:56] oh [12:56] dch: the desktop login window shows user with UID >= 1000 by default. [12:57] i was lucky,, [12:57] guys, when i try to ¨quote¨ i get these weirdo quotes [12:57] ¨¨¨¨¨¨ [12:58] im using a chromebook, with default US layot [12:58] layout... > how do i change that to normal quote? [12:59] bekks: I know that thanks. I checked /etc/lightdm/users.conf and it's set to allow <500. What is the tool that provides the login manager widget in wiley then, I'd obviously like to change this :-) [13:03] the alternative is to ... change all file permission on an NFS server [13:04] dch: The alternative is: use nfs user mappings. [13:04] join #mirth [13:05] not in this case, no. in another case that would be useful. there are direct logins to the NFS system as well, I need to find a way to fix this locally. [13:07] Hi, please can someone let me know how to assign permissions for directory/files wherein only senior members of a team will be able to delete whereas the other members would be able to R+W but cannot delete even their own directories [13:07] Sharetel: you would have to use ACL. [13:09] bekks, currently I use the setfacl -Rm u:abc:rwx directory name [13:09] but realized that it doesn't serve the intended purpose [13:09] easyOnMe === erwin_ is now known as easyOnMe [13:10] https://www.youtube.com/watch?v=85RNTSDcWPo [13:10] Sharetel: Correct, since you need to use a second rule to deny deletion for the usergroup not allowed to delete files. [13:11] !ot | musique [13:11] musique: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [13:12] hello [13:12] guys need help here with updating eclipse IDE [13:12] I got this error message [13:13] Hey guys! I have an annoying issue. I have an Asus Laptop with Ubuntu 15.04. Every time the system recovers from suspend, the webcam light comes on, and stays on. I have to open cheese, and close it again to turn it off. This happens every time, but sometimes it comes on from a cold boot also. Any ideas? [13:13] http://imgur.com/AU2oXsM [13:14] anyone please help me how to update my Eclipse IDE into the latest version [13:14] thanks [13:14] easyOnMe: you cannot update a global eclipse installation being a normal user. [13:15] so what do I do now [13:15] easyOnMe: I suggest purging that global installation and just download the version you want as user, and extract it to your home directory for using it as your user. [13:15] so you mean uninstall the existing version [13:16] easyOnMe: Yes. It was installed as root, and cannot be updated as user. [13:16] but I am login as a the super use [13:16] does it help [13:16] I mean I have admin priviliges [13:16] easyOnMe: having admin privileges is not being root. [13:16] oh ok [13:16] thanks on that [13:16] easyOnMe: Uninstall that version, and proceed as stated above. [13:17] then I will uninstall and do as you say [13:17] thanks bekks [13:17] In fact, you dont even need to uninstall that version. :) [13:20] Can anyone recommend a multi-platform C++ IDE. I want it to work the same on Ubuntu, and Windows. [13:21] bekks: So do you mean the 2nd rule for preventing deletion would be "setfacl -Rm u:abc:rw- directoryname" [13:21] code:blocks [13:21] rexter; works well on both platforms [13:22] bekks: can you please have a look at this site [13:22] http://ubuntuhandbook.org/index.php/2014/06/install-latest-eclipse-ubuntu-14-04/ [13:22] is this how you want me to proceed [13:22] easyOnMe: I know that site - and thats why I sugesting to not use the ubuntu repos, but download and use eclipse from your home directoy. [13:22] *directory [13:22] *** buzzfeed.co.il ****** buzzfeed.co.il ****** buzzfeed.co.il ****** buzzfeed.co.il ****** buzzfeed.co.il ****** buzzfeed.co.il *** [13:23] kjcwncsdr, spam is unwelcome here. and rude. [13:23] bekks: so I follow the part on step 3 [13:23] of that site [13:23] easyOnMe: No. [13:23] easyOnMe: /opt is not your home directory. [13:24] so I just do it like this [13:24] akxwi_dave: Oh, that's great. I've been looking for something like that for a while! Thank you. [13:24] cd /home/ && sudo tar -zxvf ~/Downloads/eclipse-*.tar.gz [13:24] easyOnMe: No. [13:24] :-) [13:25] easyOnMe: in your home, you dont need sudo. [13:25] easyOnMe: why sudo in home directory? [13:25] easyOnMe: also shouldn't that be /home/username/ [13:25] when you say home directory the user account that bears my name [13:25] Hi, Im somewhat confused. I have /home/user/bin on my $PATH, and inside bin I have a program (gnuplot), but I cannot call it from terminal? [13:26] oh ok [13:26] I got it [13:26] cd ~ . that brings you to the users home directory [13:26] so its like this cd /home/james/ tar -zxvf ~/Downloads/eclipse-*.tar.gz [13:26] is that correct bekks [13:27] bekks: so its like this cd /home/james/ tar -zxvf ~/Downloads/eclipse-*.tar.gz [13:27] bekks: I'm not a fan of manual per user installations. It tends to make a mess out of your system, and complicated software management. I'm curious as to why you feel differently? [13:27] Rexter: BEcause the eclipse installation in the repos is messed up, not updatable by a normal user. [13:28] auronandace: so its like this cd /home/james/ tar -zxvf ~/Downloads/eclipse-*.tar.gz [13:28] easyOnMe: whats the "eclipse-*.tar.gz" filename in detail? [13:28] is that correct now [13:28] easyOnMe: No need to ask various people :) [13:28] bekks: okay, so your answer on only specific to this particular software? === nudtrobert1 is now known as nudtrobert [13:28] Rexter: correct. [13:29] bekks: eclipse-inst-linux32.tar.gz that is the complete file name [13:29] easyOnMe: which is the installer, not the full eclipse tarball. [13:29] easyOnMe: which eclipse version are you going to use? [13:30] bekks: that is the file I got after I downloaded the linux 32 bit version [13:30] bekks: got it, I'm with you then. [13:30] I am not yet sure what version that is [13:30] easyOnMe: Answer my question please. [13:30] easyOnMe: Eclips Juno, Eclipse Mars? Which Eclipse IDE flavor - Java, C++, PHP? [13:30] bekks: I intend to install the latest version [13:30] oh ok [13:30] easyOnMe: So name the version and the flavor please. [13:30] Eclipse for Java [13:31] bekks: Is the setfacl 2nd rule syntax OK? [13:32] bekks: I just want to use the latest Eclipse Version for Java [13:32] I am not sure what the flavor is [13:32] easyOnMe: "Java" is the flavor, which release do you want? [13:33] bekks: I want to use the latest version [13:33] but I do not know what the name of the latest version is [13:33] easyOnMe: then you should get familiar to it :) [13:33] easyOnMe: Mars [13:33] baizon: what about for PHP [13:34] easyOnMe: Thats a different flavor. [13:34] easyOnMe: also mars [13:34] easyOnMe: https://eclipse.org/pdt/#download [13:34] easyOnMe: Do you have a 32bit or 64bit Ubuntu? [13:35] bekks: 32 bit [13:36] easyOnMe: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/1/eclipse-java-mars-1-linux-gtk.tar.gz [13:37] bekks: thanks bekks [13:37] hello guys, i am in trouble. i have installed ubuntu 14.04 to a new harddrive (ssd) on a samsung chronos 7 series laptop. it works nice. but i can not go into bios, and i can not boot from usb stick anymore, i removed the harddrive and put another one with the old 12.04, it will not boot that one neither. it will start, and reboot computer in infinite loop [13:37] i think something broken now, and it has to do with this uefi [13:37] this version of Eclipse Mars can this be also used for PHP or I have to download the Eclipse Mars PHP linux 32 bit separately [13:37] clockmaker: sounds like it has QuickBoot enabled and is trying to start the default boot entry [13:37] all i need to do is boot from usb stick [13:38] TJ-: ok, how do i revert that quickboot [13:38] easyOnMe: The "flavor" just designates which packages are delivered by the package - of course you can install all packages you want/use afterwards, e.g. the packages for PHP development. [13:38] i can get into grub screen, or i can boot the new 14.04 [13:38] clockmaker: you'll need to check the PCs manuals to find out how to disable that. There should still be a key-press to interrupt it. [13:38] bekks: ok then let me install the Eclipse first [13:39] hello [13:39] easyOnMe: Just unpack it, and start it, no need to "install" it. [13:39] bekks: oh ok [13:39] clockmaker: type sudo efibootmgr -v | nc termbin.com 9999 [13:39] paste the link here [13:39] so its like portable IDE is it [13:39] easyOnMe: No. Its just an extracted package. [13:40] Eric^^ one sec [13:40] bekks: so once I extract it I can use it for Java and PHP [13:40] easyOnMe: Yes. [13:40] I'm having big issues with graphical drivers in Ub 15.10 . I can no longer even get to the the login screen. It gets stuck at the 'dots' but [13:40] *bit [13:40] bekks: I thought I need to download the package for PHP [13:40] related issue I was having earlier, that seems to have lead to this : http://ubuntuforums.org/showthread.php?t=2300634 [13:41] easyOnMe: You said you wanted the Java package. [13:41] bekks: yup [13:41] but I also want to use eclipse for PHP [13:41] TJ-: what does fwsetup do from grub? i have an entry for it [13:41] can I I do that [13:41] easyOnMe: Yes. I already explained to you on how to do that. [13:42] EriC^^: similar to efibootmgr [13:42] Eric^^did you mean -v or -V, because -v does not return nothing [13:42] TJ-: would it get him to the bios? or just a uefi shell or so? [13:42] clockmaker: -v === matthew is now known as Guest58571 [13:43] clockmaker: you have efibootmgr installed though right? [13:43] clockmaker: try with sudo if you haven't [13:43] EriC^^: Controlling firmware QuickBoot usually requires platform-specific functionality [13:44] bekks: ok now I have eclipse opened [13:44] so how do I install the packages for PHP [13:44] sorry newbie here for Eclipse [13:45] Eric^^: yes it is installed, when i do efibootmgr -V, it will return Version 0.5.4 [13:45] clockmaker: try sudo efibootmgr [13:45] easyOnMe: Well, in that case you should proceed from here: https://eclipse.org/users/ [13:45] Eric^^: yes i did that, i sudo su - root ed [13:46] clockmaker: what does "ls /sys/firmware/efi/" show? [13:46] it seems like my laptop is from one of these http://www.theregister.co.uk/2013/01/31/ubuntu_uefi_bricking_samsung_laptops/ [13:46] one sec [13:47] clockmaker: Sounds like you may have one of those Samsung devices with VERY buggy firmware, that doesn't garbage-collect its non-volatile RAM variable store in flash correctly, causing a denial of service [13:47] TJ-: it has some files in it [13:47] clockmaker: OK, good, that at least confirms the system booted in UEFI mode [13:47] clockmaker: didnt you install 14.04.3? [13:47] bekks: so the Eclipse Mars for Java is also a completely different package and its a separate package that runs on its own [13:47] yes i instaled the latest. [13:48] I thought the Eclipse Mars Java can just include extension to accommodate the Eclipse Mars for PHP [13:48] installation works, i just need to install again, maybe windows, and i can not access bios nor boot from another device or harddrive even [13:48] easyOnMe: No? [13:48] when i put the old hd, it will loop boot [13:48] but as it turns out Eclipse Mars PHP is a separate package on its own [13:48] easyOnMe: Eclipse MArs is Eclipse Mars - the packages for the flavors just include different included additional packages. [13:48] easyOnMe: if you want to add different perspectives to Eclipse, you add the additional repo URL in the updates config, and then select the correct extensions for installation, all within the Eclipse UI [13:48] easyOnMe: Just like Ubuntu, Lubuntu, Xubuntu, etc. [13:49] bekks: sorry but I am only familiar with Ubuntu I just learned about Lubuntu and Xubuntu just now [13:50] easyOnMe: These flavors just include different applications around the "core" packages of a release. [13:50] easyOnMe: same base, different extras added [13:50] TJ-: but how come when I went to the downloads for Eclipse Mars and click Eclipse Mars for PHP Developers it downloaded another package [13:51] easyOnMe: Different extras included. === ashish is now known as Guest1582 [13:51] bekks: yeah I get what you mean Eclipse Mars is the core [13:52] easyOnMe: And Eclipse for Java contains different extras than Eclipse for PHP. [13:52] but when we downloaded and extracted Eclipse Mars for Java I thought I just have to opened eclipse and then from there include the extension for PHP [13:52] easyOnMe: And you can install the extras for PHP on Eclipse for Java, and vice versa. [13:52] easyOnMe: The PDT as a single download is eclipse-php-mars-1-linux-gtk.tar.gz [13:52] bekks: yes that is what I mean [13:52] TJ-: exactly [13:53] is there is any way to integrate uget with midori [13:53] so going back to what bekks said [13:53] easyOnMe: If you've installed another base then you have to add the URL for the PDT persective to Eclipse's update manager first, then you'll be able to choose to install the PDT from within Eclipse [13:53] TJ-: Ok that one I want to learn now [13:53] how do I do that I have Eclipse for Java opened already [13:54] and I wanted the PHP package to be included in it [13:54] I can not run aMule web server, any advice? [13:54] easyOnMe: It's on the Help menu I think, long time since I did it [13:56] easyOnMe: Adjust for your particular version, but this should help: http://stackoverflow.com/questions/2397978/how-to-install-a-php-ide-plugin-for-eclipse-directly-from-the-eclipse-environmen [13:57] easyOnMe: and this seems to be the authoratitive source: http://wiki.eclipse.org/PDT/Installation [13:58] easyOnMe: there is #eclipse [13:59] k1l_: what do you mean [13:59] hello [13:59] easyOnMe: eclipse got own channels on freenode so you might ask them for such specific questions [14:00] k1l_: oh ok [14:00] thanks [14:00] have rented VPN service from 3 different companies that i connect to using openvpn. there is a limit on each connection 10Mbit/s. i have a 100Mbit/s connection. Can i bond the 3 tun interfaces to get 30Mbit/s connection? [14:01] try ##networking hyponic [14:01] hyponic: three different connection on three different hosts? [14:01] bekks yes [14:02] bekks 3 different connections to 3 different vpn servers [14:02] is there is any way to integrate uget with midori [14:02] i am going nuts with my samsung. [14:03] hello [14:04] i am using ubuntu for 5+ and linux maybe 15+ years, i have never seen a fuckup this scale. ubuntu does bad software engineering. this is bad software engineering. and with shitty documentation === Fisheh is now known as MonkehParade [14:07] hyponic: why not just rent your own VPS and terminate your VPN on it? [14:08] clockmaker: isnt it the way, that samsung does bad engeneering? that was the point the last time samsung laptops were bricked with a specific kernel [14:10] hi [14:10] hi [14:11] my display went down to 1074 or so. [14:11] ohwell123: What does that mean in terms of ubuntu support? [14:11] and it was better before in Ubuntu 15.10 [14:12] what went wrong? [14:12] or how can I get it up to better resolution nagain please? [14:13] and it was better before in Ubuntu 15.10 [14:13] ohwell123, you not on 15.10 now? [14:14] hey [14:14] has somebody already tried setting up NIS on 14.04 LTS? [14:14] apt-get install portmap nis aborted with an error [14:14] D3lirium: Can you pastebin the full error please? [14:14] syslog? [14:15] because apt-get itself isn't very informative [14:15] D3lirium: No. The full error message you got upon installing. [14:15] I am [14:15] I am now [14:15] I am now still [14:16] http://pastebin.com/Td4WXdGn [14:16] bekks: I got it [14:16] thanks for your help man [14:16] easyOnMe: you're welcome === marlinc_ is now known as marlinc [14:16] and the same goes to the others as well [14:16] syslog tells me rpcbind is terminating with status 2 [14:16] Kudos to you all [14:16] You guys are what makes Ubuntu rock!!! [14:16] http://pastebin.com/H7cvVyMi [14:17] D3lirium: Pastebin the error message you get with apt-get install please. [14:17] easyOnMe: no thanks. [14:17] [15:16:01] http://pastebin.com/Td4WXdGn [14:17] scroll to the end, there is none [14:17] besides "Errors were encountered while processing: nis" [14:17] if there were any I'd happily troubleshoot myself [14:18] D3lirium: First of all you should update to a supported HWE: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [14:18] bekks: I can't reboot that machine [14:19] D3lirium: Why not? [14:19] D3lirium: you are running an outdated kernel. You have to :) [14:19] sheduled downtime is a thing here [14:19] Then schedule a downtime :) [14:19] it is. for 4am === ulot0 is now known as vickycq === vickycq is now known as ulot0 === AndChat|486164 is now known as rickardve2 [14:24] bekks: I still believe the kernel isn't the issue here [14:24] and that one of the packages is broken [14:25] the failing part is ypbind [14:25] which can't start with an authentication error [14:25] Cannot register service: RPC: Authentication error; why = Client credential too weak [14:25] D3lirium: So that message says it all, doesnt it? [14:25] and I honestly don't know how a kernel update would fix this [14:25] still, the package installation failed [14:26] which was the reason I'm here in the first place [14:26] D3lirium: Finally running on a supported kernel will give you a better feeling ;) [14:26] mja [14:26] I hate this machine and if I had the time, ubuntu would've been nuked from there already [14:27] D3lirium: thats a good base on keeping it up to date :) === Humorousone_ is now known as Humorousone === Fisheh is now known as MonkehParade [14:35] hello [14:35] smartctl is failing to run SMART tests: Command "Execute SMART Extended self-test routine immediately in off-line mode" failed: Connection timed out [14:35] any ideas/clues? [14:36] http://paste.ubuntu.com/12979842/ [14:44] hi [14:44] is there anyone using nomachine on ubuntu trusty ? [14:45] ztyuio: What if people take part in your poll? === MonkehParade is now known as SlenderMonkeh [14:48] well i try to install nomachine version 4.3.3 on my windows to communicate with port 22 on ubuntu machine [14:50] ubuntu trusty seems it don't want [14:50] Works fine here. [14:50] On which machine did you install which component? [14:51] any idea ? [14:51] ztyuio: Yeah, answwr my question. [14:51] *answer even [14:54] in order to install ubuntu i needed to edit the run config and change 'quiet splash' to 'nomodeset' then it installed fine [14:54] if i didnt do that then after clicking 'try without installing' it would stay black screen [14:54] now after installing, upon first boot i get the black screen [14:54] what should i do? [14:55] brx_: get into grub menu when booting, edit your bootline to contain nomodeset and then boot the kernel [14:56] brx_: once you're at the desktop you can make nomodeset a permanent option [14:56] i installed no machine on windows 10 [14:56] nomachine version 4.3.3 [14:57] why ubuntu trusty can't communicate with nomachine with port 22 ? [14:57] i can able to ssh my ubuntu box on port 22 [14:57] but not with nomachine [14:58] ztyuio, why didnt use virtualbox and vagrant? [14:59] Hi guys, I installed 15.10. Some gnome apps, like gnome tweak tool or gitg have really strange enormous white borders on their windows [14:59] Hello, I have a PCI compliance failure: CVE-2015-3183, CVE-2015- 3185. According to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3185 I need Apache 2.4.14, which isn't available in the Ubuntu repositories, however, according to http://www.ubuntu.com/usn/usn-2686-1/ 2.4.7 is sufficient to mitigate this vulnerability and is the current version of Apache. What should I do in this case? Why this discrepansy? This is [14:59] The chunked transfer coding implementation in the Apache HTTP Server before 2.4.14 does not properly parse chunk headers, which allows remote attackers to conduct HTTP request smuggling attacks via a crafted request, related to mishandling of large chunk-size values and invalid chunk-extension characters in modules/http/http_filters.c. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3183) [14:59] Ubuntu 14.04. [14:59] The ap_some_auth_required function in server/request.c in the Apache HTTP Server 2.4.x before 2.4.14 does not consider that a Require directive may be associated with an authorization setting rather than an authentication setting, which allows remote attackers to bypass intended access restrictions in opportunistic circumstances by leveraging the presence of a module that relie... (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3185) [14:59] wimpog: give me a moment, let me take a look. [14:59] hateball, im not actually getting hte linux boot menu [14:59] Pici: Thank you! [15:00] brx_: you should be able to get into grub by holding shift [15:02] Hi, I can't do a dist-upgrade if I have ubuntu-desktop, kubuntu-desktop, ubuntu-gnome-desktop and ubuntu-mate-desktop installed. If I uninstall all but ubuntu-gnome-desktop it works. [15:02] wimpog: Ubuntu backports patches into the versions that it already has in the repositories. Very rarely does this result in a bump to a software version that fixes the issue. You can always look up your CVEs on http://people.canonical.com/~ubuntu-security/cve/ which may provide some more technical information [15:02] Why cant you do a dist-upgrade? [15:02] wimpog: that simply means the ubuntu release patched the bug in it's own release. While if you were just raw apache2.4.7, it'd be a problem. apache2.4.7-1ubuntu4.5 accounts for the CVE. You should be able to go through the apache changelog and find the cve reference. [15:03] Pici: thebwt: thank you for the information. So am I all set with Apache 2.4.7 for PCI compliance? Should I submit an explanation for that? [15:03] My resolv.conf file's dns servers is not being updated. [15:03] hateball, ok got into grub. the nomodeset didnt work but i got to recivery mode now so having a look around [15:03] I've set them in NetworkManager and dhcp.conf [15:04] wimpog: you typically need to give a reference for why you are exempt. That link should suffice, also provide your full ubuntu release version [15:04] thebwt: apache2 -v shoudl be sufficient? [15:04] Screenshot of the problem with gnome apps: http://imgur.com/g0NqgJQ [15:04] anyone encountered it? Any idea? [15:04] brx_: what manner of GPU do you have? and what version of ubuntu did you install? [15:04] wimpog: don't have an apache2 server on hand, does that include the ubuntu versioning? [15:05] ubuntu 14 and nvidia gtx 965m [15:05] wimpog: othereise and apt-cache show apache2 should work as well [15:05] otherwise* [15:05] brx_: ubuntu 14.04 has an nvidia driver that is too old to work with such a new nvidia card [15:05] bekks: I haven't looked too closely, but it's trying to uninstall ubuntu-minimal instead of upgrading python3, which makes the upgrader bail out. [15:05] wimpog: always better to give to much info in these scans :p it's like revenge for the 300 page pdf [15:06] brx_: but if you have a recovery console you can fix it by using this ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa === marshal0605 is now known as marshal0505 [15:06] hateball, if i get the latest ubuntu would it work? [15:07] thebwt: thank you! [15:07] Pici: thank you! [15:07] brx_: I think you will get a working display, but it still wont behave properly. hang on [15:07] wimpog: np, and good luck! [15:07] brx_: so... "sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-graphics-drivers-355" and then reboot [15:08] ok thanks [15:11] brx_: hateball If I may interject here , doubrfull that the newest driver will work on onld hardware. Nvidia does reommend the 340 version for this card . - what returns ' sudo ubuntu-drivers list ' ? See about installing the driver from our repo . Just my thought. [15:13] Is the device tree only used for embedded systems or is it used in general for linux devlopment with newer kernels? [15:13] So... how has the whole games for linux and games on linux thing been working for ubuntu? Anyone been playing ? [15:13] thanks Bashing-om im just trying to get into a terminal atm will update you soon [15:13] Bashing-om, the 346 and up do support that card http://www.nvidia.com/download/driverResults.aspx/82252/en-us [15:13] I played torchlight for awhile, sad thing was that there were whole maps/levels of the game you couldn't go to in linux, it'd just bomb out [15:14] OerHeks: :) look'n . [15:14] that was game specific, but, hey, what worked, worked awesomely :P [15:14] Hello Everyone. I would like to know if there is a way to get my tv-out to work. I have a toshiba laptop with a built in radeon express x200m inside. [15:16] Bashing-om: I do think you need 346 and up for 9xx series === Anon73 is now known as NanoUy [15:16] Why won't my usb auto mount? [15:17] happyhobo, what type of partition is on that usb? open terminal: sudo fdisk -l # and paste the output on paste.ubuntu.com [15:17] OerHeks: hateball :; brx_ Yeah .. I do stand corrected .. silly little '0' " GeForce 9650M GT " =was= my reference . Not applicable here . [15:18] hello [15:18] getting slightly desparate with my laptop's graphics chip [15:19] Every few seconds the screen pauses for a second, and flashes white for a frame [15:19] Humorousone: Which chip do you have then? [15:20] damn i got to a root shell via recovery [15:20] i tried connecting to wifi and dhclient didnt issue an ip from the looks of it [15:21] trying again [15:21] Every time i reboot, my resolv.conf file contains nameserver 207.0.1.1. I have to manually add the dns addresses. [15:21] grimx: it should contain "127.0.0.1" [15:21] grimx: it should contain "127.0.1.1" - typo! [15:22] But I blacklist nvidia + nouveau (on my desktop) will it then go back to using intel? [15:22] or do I need to do more [15:22] How do I stop resolv.conf from being overitten === cynthia is now known as Guest2398 [15:22] OerHeks: http://paste.ubuntu.com/12980260/ === BOHverkill is now known as BOHverkill___ [15:23] The settings in NetworManager don't stick [15:23] grimx: it's controlled by resolvconf. On a standard Ubuntu install, a private instance of dnsmasq listens on 127.0.1.1, and is managed by Network Manager. When NM brings up an interface it passes the DNS name-server addresses to that dnsmasq instace [15:25] see it's not there OerHeks [15:25] It will boot from a usb. [15:25] +TJ: Do I add them to /etc/resolvconf/resolvconf.d/base or head [15:27] Anyone here familiar with lower level linux dev like porting to a different processor or BSP's for a new board? [15:27] +TJ: As it stands now, I have to manually edit resolv.conf or I can't connect. [15:27] happyhobo, curious, never seen a linux raid partition on an usb device.. [15:28] whoops, looks like my new router bugged out... Did my messages some through? [15:28] *come [15:28] brx_: In recovery mode one must enable networking . There is an option to do so in the recovery console menu . [15:28] I that good? [15:28] grimx: If the interface is being controlled by NM, then add them to the NM connection config, via the GUI connection editor usually. NM will take care of ensuring they are passed to dnsmasq. As long as /etc/resolv.conf is actually a symbolic link to ../run/resolvconf/resolv.conf you should be fine [15:29] +TJ: I have them configured in NM config, they don't get written to resolv.conf. [15:30] Bashing-om, ahhhh [15:30] grimx: Possibly due to it not being a sym-link? what does "cat /run/resolvconf/resolv.conf" show - the correct, expected, nameservers? [15:30] OerHeks: I really want the latest Mate Ubuntu [15:30] No, just 127.0.1.1 [15:31] +TJ: I have to manually edit resolv.conf [15:31] grimx: Which is correct, sorry, my brain just went AWOL! [15:31] grimx: and right now what is in /etc/resolv.conf ? [15:32] +TJ: nameserver 208.67.222.222 nameserver 208.67.220.220 . I had to add them my self. [15:32] grimx: and does "ls -l /etc/resolv.conf" show "/etc/resolv.conf -> ../run/resolvconf/resolv.conf" - which confirms it is a sym-link as it should be [15:32] Hola ubunteros... me estoy quedando sin hardware y estoy sin dinero para actualizar... que me recomiendan... Ubuntu Mate o Ubuntu Light? [15:32] Bashing-om, now ethernet working so i can run the commands hateball said, fingers crossed! [15:33] +TJ: /etc/resolv.conf -> ../run/resolvconf/resolv.conf [15:33] grimx: Ahhhh, so you've removed the link to the dnsmasq instance. Might be a good idea to test the private dnsmasq instance, see if it will resolve a name. what does this report? "dig +short iam.tj @127.0.0.1" [15:34] grimx: sorry, typo again!!! "dig +short iam.tj 127.0.1.1" [15:35] grimx: Excuse me whilst I go and shoot myself! It *should* be: "dig +short iam.tj @127.0.1.1" !! [15:36] +TJ: ;; connection timed out; no servers could be reached [15:36] hateball, unable to locate package nvidia-graphics-drivers-355 [15:36] grimx: OK... so the private instance needs checking. Hang on whilst I grab the command to test it [15:36] +TJ: okay [15:37] Anyone happen to know anything about https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1500673 and if there is a workaround? [15:37] Launchpad bug 1500673 in gdm (Ubuntu) "gdm unusable after upgrading to 15.10" [Critical,Confirmed] [15:37] ahh ive found a fix for that i think [15:37] http://askubuntu.com/questions/687414/unable-to-locate-package-nvidia-355-and-hearthstone-issues [15:38] grimx: which ubuntu release is that? [15:38] 15.10 [15:40] grimx: OK, identify the current active connection with "nmcli con show --active" then do "nmcli con show " where is the NAME of the connection. Look at the *DNS settings. You might want to pastebin that output with "pastebinit <( nmcli con show " )" [15:43] +TJ: IP4.DNS[1]: 208.67.222.222 IP4.DNS[2]: 208.67.222.222 [15:43] hey [15:43] +TJ: I have to manually enter them after boot. [15:43] yoohoo [15:43] hi, i tried to search some solution on google but nothing worked for me: i'm with iphone 4s iOS 9.1 and i'm getting error when plug it on ubuntu 14.04: Unable to mount Iphone, Unhandled Lockdown error (-20), this when the trust window is in iphone, if i say "i trust" nothing else occurs... === root is now known as Guest86440 [15:44] welcome [15:44] +TJ: It should be: 208.67.222.222 208.67.220.220 [15:44] grimx: OK, so those you're showing are in the NM connection settings config. Is it a system-wide or per-user connection? [15:45] The dns in NM are correct === the_ant1 is now known as the_ant [15:46] +TJ: yes, all users [15:47] +TJ: Does NM need the lo device [15:48] dd === Guest86440 is now known as noreload [15:48] hi [15:48] grimx: OK, so to edit connections you'd need sudo privileges. Those config files are kept under /etc/NetworkManager/system-connections/ and are text so you can check them manually. However, if the DNS name-server IPs are coming from a DHCP server only (no manual connection over-ride) they won't be in the config file. [15:49] hello which one is worth playing amongst them http://www.binarytides.com/top-games-on-ubuntu-linux/ ? [15:49] hi! [15:50] SubMind, try them all, they are free. [15:50] +TJ: [ipv4] dns=208.67.222.222;208.67.220.220; === the_ant1 is now known as the_ant [15:50] are there any channel specifically for getting help for linux problems? :) [15:51] OerHeks: yep but time is precious [15:51] niels__, ##linux i guess. [15:51] Thanks, OerHeks! [15:51] SubMind, so? [15:51] I have NM: Automatic DHCP addresses only, set [15:51] grimx: So, the manual over-ride is stored in the connection config, but the active connection reports the wrong DNS? [15:51] if you don't have time, don't play games [15:52] +TJ: correct [15:52] grimx: hmmm, I wonder if you've found a bug in NM. Let me alter a connection here and test that [15:52] OerHeks: so I prefer ask feedbacks and advices [15:54] grimx: I may lose this connection whilst I test; hang fire [15:54] +TJ: okay [15:54] grimx, did you restart network-manager ? [15:54] sorry my connection was down... [15:54] hi [15:55] does anyone knows how to solve the iphone access problem? [15:55] +ioria: After adding those settings, yes, i rebooted. [15:55] grimx, ok [15:55] i need your help to setup nomachine 4.3.3 on windows 10 with ubuntu trusty [15:55] seems not working with port 22 [15:56] i can able to join my machine over putty a putty session [15:57] grimx, had the same issue ,i had to modify by hand /etc/NetworkManager/system-connections/connection and restart NM... but i have a static configuration [15:57] +ioria: I use dhcp [15:57] grimx: testing...1.2.3 [15:58] grimx, i see [15:59] anyone using nomachine here ? [16:00] grimx: I can't reproduce it here. With "1.2.3.4, 5.6.7.8" added to the IPv4 nameserver text control, and showing in the config file, it works as expected [16:01] grimx, did you, by any chance, edit /etc/network/interfaces ? === andre is now known as Guest21142 [16:01] +ioria: No [16:01] any one can help me get GUI on ubuntu server? It is in a remote location, I am using a windows 10 machine here, and the machine is in OpenStack so I'll need to open openstack ports too [16:02] I'm pretty "good" at linux, but never done much from windows to linux work, or been a monster and installed gui on a server [16:02] +ioria: I did add a supersede to /etc/dhcp/dhclient.conf [16:03] grimx, try to comment it [16:03] Hi, since I upgraded to 15.10, with the 4.2.0-16-generic kernel, I can't play mono OpenGL games anymore with my Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display card. The error thrown by these games is: intel_do_flush_locked failed: Invalid argument. Does somebody know how to fix this without using software rendering (which makes the game run at about 10FPS)? [16:03] vitimiti: check your opengl version [16:04] Guest21142: just don't do it!! [16:04] on 14.04 I configure ntpd as normal, but I found this thing called timedatectl. Can anyone tell me WTF is going on there? I can't find any docs beyond a manpage for it === gianni is now known as Guest46468 [16:05] baizon, 3.0 === badbodh is now known as Guest65981 [16:05] vitimiti: upgrade bios? [16:05] Do you know any other better place than #thunderbird to ask a question about thunderbrid? (I am getting segmentation fault (core dumped) in ubuntu 14.04 LTS) [16:05] does anybody know how to fix this issue? [16:06] vitimiti: I've seen several similar reports; I believe its an upstream bug [16:06] TJ-, yeah, I've seen a bug and also tried to fix it with an Intel command, but that only made the crash take longer [16:06] Yes, 3.0: OpenGL version string: 3.0 Mesa 11.0.2 [16:07] TJ-: just want to thank you again for the help yesterday! [16:07] vitimiti: OpenGL core profile version string: 4.1 (Core Profile) Mesa 11.1.0-devel [16:08] drmagoo: you're welcome :) [16:08] +ioria: Did not stick, still have to manually add addresses to resolv.conf === my_little_doge is now known as badbodh [16:08] drmagoo: oh yeah! just rememebered - the cryptsetup passphrase on the wrong tty! :D [16:08] grimx, mmm.... [16:09] grimx, why don't you try a manual configuration ? [16:09] TJ-: =) [16:09] grimx: you should never need to add to /etc/resolv.conf, only to the NM config. I noticed earlier that the setting had the same IP address twice, but you reported 2 different IPs. is it possible ONE of those is not responding? [16:10] grimx: in other words, try for each DNS IP "dig +short iam.tj @" and check both return the same, correct result [16:11] hello, i just downloaded a program and would like to add it to the path and put the files in /usr/bin or something like that..any help? [16:11] huig: such programs are to put into /opt [16:12] huig: then add a link to /usr/bin [16:12] huig: /usr/local/bin/ is generally used for programs added by the loca administrator, which is already in the PATH [16:13] +TJ: IP4.DNS[1]: 208.67.222.222 IP4.DNS[2]: 208.67.220.220 [16:13] baizon, TJ- : so i add the files there and then how do i set the $PATH variable?i also wanna map a command to the execution of one of those files [16:15] Do you know any other better place than #thunderbird to ask a question about thunderbrid? (I am getting segmentation fault (core dumped) in ubuntu 14.04 LTS) does anybody know how to fix this issue? [16:16] OMFG I remember why I never come in here [16:16] huig: if you install the program under /usr/local, or create sym-links in /usr/local/bin, you won't need to alter PATH since /usr/local/bin,/usr/local/sbin should already be there [16:16] +TJ: dig +short iam.tj @127.0.1.1 ;; connection timed out; no servers could be reached === mike_ is now known as Guest80119 [16:16] grimx: what does the line starting "ipv4.dns:" show? [16:17] TJ-: oh, so after that i just do the alias thing right? [16:17] +TJ: IP4.DNS[1]: 208.67.222.222 IP4.DNS[2]: 208.67.220.220 [16:17] grimx: not at 127.0.1.1; at those two nameservers that NM has (208.67.222.222 and 208.67.220.220) [16:17] grimx: not IP4.DNS, "ip4.dns" :) [16:18] grimx: the latter is the entry text stored in the config [16:18] +TJ: dig +short iam.tj @208.67.222.222 109.74.197.122 [16:19] +TJ: dig +short iam.tj @208.67.220.220 [16:19] 109.74.197.122 [16:19] grimx: as long as both return the expected result then you know both are reachable and working, so that is good. === ejbs__ is now known as ejbs_ [16:19] +TJ: They don't stick after reboot [16:20] grimx: so that indicates that the setting from NM isn't getting passed to the private dnsmasq instance. Which makes me wonder if it is even running. Try "ps -efly | grep dnsmasq | tee /dev/stderr | pastebinit" [16:20] grimx: But they are saved in the /etc/NetworkManager/system-connections/XXXXX config file? [16:21] baizon, I'm going to try updating the BIOS since there are apparently 2 new versions, will see what happens [16:21] +TJ: http://paste.ubuntu.com/12980635/ [16:22] grimx: Good, that looks correct [16:23] +TJ: okay [16:23] I'm having troubles after updating to Wily. I used update-manager to update, but it wouldn't boot. Now I've reset the automatic apt-btrfs-snapshot snapshot. But now my source.list gets reset to wily every time I open software & sources [16:23] grimx: So, if the config file contains the correct entries, which we know work, but at start-up they change, then we need to figure out why they change. I'd suggest /var/log/syslog since NM logs very verbosely there [16:24] +TJ: What am I looking for? [16:25] grimx: A clue :D maybe "pastebinit <( tail -n 1500 /var/log/syslog )" so I can take a look [16:26] grimx, cat /var/log/syslog | grep nameserver [16:26] +TJ: okay [16:26] ioria: Rather than just directly grep'ing the file? [16:26] jpds, yeap,old habit [16:26] Anybody knows why the sources.list file gets reset to wily every time? And how to resolve this? All packages are on vivid. lbs_release says vivid. It must be a config value of some sort that's set on upgrade? [16:27] +TJ: http://paste.ubuntu.com/12980669/ [16:28] grimx: I need all the context around those; on their own they are useless [16:29] +TJ: okay [16:30] +TJ: http://paste.ubuntu.com/12980685/ [16:31] Is ther ea tcpdump switch that will capture anything except to/from the 192.168.1.0/24 network? I tried net not, but that didn'tw ork. [16:32] not net ? [16:33] Pumpkin-_, nope === Fyxi is now known as xNear [16:34] grimx, what's in your /etc/resolv.conf ? [16:35] TJ-: ok, i used ln -s to create a sym link in /usr/local/bin to the binary i execute. the problem is that when i execute the command, the binary tries to find another file that was in the directory and obviously that file isnt there. how can i solve this? [16:35] +ioria: nameserver 208.67.222.222 [16:35] nameserver 208.67.220.220 [16:37] grimx, and you did nothing in /etc/resolvconf/resolv.conf.d/ , right ? [16:38] +ioria: right [16:38] +ioria: base shows nameserver 208.67.222.222 nameserver 208.67.220.220 [16:39] grimx, the right ones .... [16:39] ? [16:39] +ioria: yes [16:39] craigbass76: tcpdump -i interface net not 192.168.1.0/24 seems to work like you want [16:40] grimx, in the meanwhile you could comment out dns=dnsmasq in /etc/NetworkManager/NetworkManager.conf ... [16:40] grimx: as i suspected. line 1340 onwards [16:41] +TJ: ? [16:41] grimx: " dnsmasq not available on the bus, can't update servers." [16:42] +TJ: okay [16:42] grimx: so dnsmasq is running (we checked that) but the DBus link to it (inter-proces communicatiosn) is failing, so NM can't tell dnsmasq the nameservers [16:42] +TJ: oh [16:42] +TJ: lo device? [16:43] grimx: so dnsmasq sits there with no upstream nameservers to query, and therefore fails to answer all queries. [16:43] grimx: "Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name" [16:44] hey everyone does anyone know where I can get the .deb file for Archive Mounter ? [16:44] hello, guys, im sorry, that im writing here, but i dont know, where i can ask, tell me please, in this sentence, "roll your own" mean, that i should do my own or not? [16:44] "As you may know, there are various pre-built authentication solutions for !LANG!; Box 6.1explains why, at least at first, it’s probably a better idea to roll your own." [16:44] bbbbbb [16:44] is there an place where old packages are archived? [16:44] this would be from Ubuntu 10.04 [16:46] grimx: I'm figuring out the correct command-line to use dbus-send to figure out what is wrong, give me a few minutes [16:47] +TJ: okay [16:48] THE_GFR|WORK no, 10.04 is !eol [16:49] THE_GFR|WORK closest is this ... http://old-releases.ubuntu.com/ [16:49] Fahrenhe17: "roll your own" often menas you compile a custom kernel, and install from this core only the apps and tools you desire . Not for the faint at heart . [16:50] MonkeyDust: I am looking for a package that was in 10.04 that I can get and install on a newer version of the OS [16:50] +TJ: Can I get away with ; dns=dnsmasq in /etc/NetworkManager/NetworkManager.conf? As ioria posted. [16:50] I have installed 15.10. I had no problems with Ethernet before. However, now I do. When I plug the LAN cable in my laptop, it shows that it is connected to the network. However, there is no internet access. Everything is fine if I plug this same cable in another device. Wi-Fi works without problems. [16:50] Bashing-om: Ty very much! [16:50] grimx, wait a bit ... [16:51] +ioria: okay [16:51] 1510 [16:51] !lfs | Fahrenhe17 [16:51] Fahrenhe17: LFS is Linux From Scratch (www.linuxfromscratch.org) - not to be confused with !LTS, which is the long term support release of Ubuntu (currently 8.04 (server), 10.04 and 12.04) [16:51] grimx: if you do all the automatic name-server support will fail and you'll have to always manage it manually. Far better to diagnose the reason for the failure and fix that [16:51] THE_GFR|WORK what package was that? [16:51] grimx: "sudo apt-get install d-feet" then "d-feet" will provide you a DBus GUI browser, where you can check the NetworkManager and dnsmasq nodes [16:51] MonkeyDust: Archive Mounter [16:51] +TJ: okay [16:52] MonkeyDust: I am not 100% sure that's exactly the correct name but I think so. [16:52] TJ- found something related to incompatibility between dnsmasq and dnsmasq-base === andre_ is now known as Guest43293 [16:53] grimx: actually, "sudo d-feet" so you can access the system-level services [16:53] ioria: Really? bug report? [16:53] TJ- no :( ubuntu forum [16:54] TJ- http://askubuntu.com/questions/262301/is-dnsmasq-not-loading-because-of-a-network-manager-conflict [16:54] THE_GFR|WORK, why would you want an old archive mounter (gvfs 1.6x) from 10.04 which is EOl ? [16:54] Hello, guys, can I get help about wine here? Seems the problem may exists not in wine at all, because I have tried older versions of it, I can post a link to describe a problem at ubuntuforums.org [16:54] OerHeks: does it matter why? [16:54] grimx: First thing is, do you see an org.freedesktop.NetworkManager.dnsmasq node, and if you select it, can you query/iterate all the methodds/signals of it? [16:54] THE_GFR|WORK, yes, i like to know, because it is odd to do so. [16:54] !info archivemount | THE_GFR|WORK [16:54] THE_GFR|WORK: archivemount (source: archivemount): mounts an archive for access as a file system. In component universe, is optional. Version 0.8.5-1 (wily), package size 25 kB, installed size 90 kB (Only available for linux-any) [16:55] Hi there. I have a "droplet" running 14.10 that's starting to get quite a lot of issues with apt - can I "downgrade" 14.10 to 14.04 since it's LTS? [16:55] OerHeks: well, I want it because it offers features that have since been removed. [16:55] ioria: oh yeah, that's a known and expected issue. But we checked and there's only the dnsmasq belonging to NM running [16:55] MonkeyDust: where do I get the .deb file for that? [16:55] TJ- ok [16:56] THE_GFR|WORK you mean for 10.04? it doesnt exist anymore [16:56] +TJ: I see them [16:56] Guys, please, just got a few menutes and try to help me, here is a problem http://ubuntuforums.org/showthread.php?t=2298458 [16:57] I wanna play this game again [16:57] TJ- https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1048430 [16:57] Launchpad bug 1048430 in network-manager (Ubuntu) ""dnsmasq not available on the bus"" [Undecided,Confirmed] [16:57] THE_GFR|WORK maybe an enthousiast has a .deb or a ppa somewhere, but that's not supported here and to be used at your own risk [16:57] MonkeyDust: I agree I'll use it at my own risk. [16:58] THE_GFR|WORK ok, then i hope you find it, but not here [16:58] MonkeyDust: so what you're saying is "The Internet" forgot what that file was and it does not exist anymore ? [16:58] MonkeyDust: what gets me is that the feature that Archive Mounter from 10.04 allowed was removed and hasn't been put back into Ubuntu or any other distro since. [17:00] THE_GFR|WORK i'm saying that the 10.04 software source(s) no longer exis [17:00] t [17:00] ioria: good find! I recall that now [17:00] MonkeyDust: ok I understand thanks for the help. [17:00] +ioria: still not fixed? [17:01] I have installed 15.10. I had no problems with Ethernet before. However, now I do. When I plug the LAN cable in my laptop, it shows that it is connected to the network. However, there is no internet access. Everything is fine if I plug this same cable in another device. Wi-Fi works without problems. [17:01] TJ- nofix ? [17:01] grimx: OK, I'm going to post you a screenshot image of my (working) config so you can compare. If you can take a screenshot of the same display on yours and let me see it, we can figure out the best solution [17:01] grimx, idk [17:02] grimx: see https://iam.tj/projects/misc/Dbus-dnsmasq.jpg [17:02] I'm currently running 14.10 - can I replace my apt sources.list with stuff for 14.04 or will that break? [17:02] robhol: yes [17:02] THE_GFR|WORK, likely you get dependencie problems with fuse and libc6 https://launchpad.net/ubuntu/precise/amd64/archivemount/0.6.1-2build1 [17:03] so good luck, you are on your own now. [17:03] OerHeks: that's ok [17:03] OerHeks: thanks! [17:04] OerHeks: off to give it a try :) [17:04] +TJ: They seem to look ths same [17:05] baizon: thanks. Btw, does the "country" part of the ubuntu archive host actually matter for the content? I don't want translations or anything. I guess it's just geographical, but I want to be sure [17:05] grimx: That's good then. I seem to recall when I looked at this a few years ago it was a timing issue, that NM doesn't wait long enough for dnsmasq private instance to 'appear' on the DBus, so as the process is now running, we can see it perfectlly [17:05] +TJ: The Command Line. [17:05] robhol: its, where the server is located, so its the best to chose the server near of your location [17:06] grimx: no need to show me the screenshot if they look the same, because that proves that dnsmasq is providing the DBus interface correctly now [17:07] +TJ: I don't get numbers for Unique Bus Name [17:08] Hi. Does anyone have experience with installing 'showterm'? [17:08] grimx: Ahhh, in that panel I accidentally clicked the sort-order up/down arrow at the top of the panel :) [17:08] As in: showterm.io [17:08] +TJ: Oh [17:09] grimx: I'm just checking the NM source-code, see if there's an option to have NM wait before checking DBus [17:10] I have installed 15.10. I had no problems with Ethernet before. However, now I do. When I plug the LAN cable in my laptop, it shows that it is connected to the network. However, there is no internet access. Everything is fine if I plug this same cable in another device. Wi-Fi works without problems. [17:11] +TJ:okay [17:13] +demahum__: Driver issue? [17:13] demahum__, after plugging in cable, did you disable wifi ? cable does not take over. [17:14] OerHeks: Wi-Fi is not turned on. [17:14] hi. [17:14] grimx: OK, the source at src/dns-manager/nm-dns-dnsmasq.c::357 does "if (!nm_dbus_manager_get_name_owner (priv->dbus_mgr, DNSMASQ_DBUS_SERVICE, &error))" which throws the error in line 1341 of your syslog pastebin [17:15] anyone use btrfs filesystem ? [17:15] +demahum__: has the LAN worked at all? Did you set Ubuntu up using LAN or wifi? [17:16] pp20: Good point. It was working. During the installation, I have been downloading updates using LAN. [17:16] +TJ: .. [17:16] grimx: this DBus functionality is Ubuntu-specific, was last updated in Nov 2014. I'm looking at the patch to see where the fault is [17:17] +demahum__: mmm, I had it where it hasnt worked at all, but never where it stops after install. When connected does ifconfig show it as up and with an ip? [17:20] pp20: It is probably up since it is showing in ifconfig. [17:20] pp20: However, I am not sure how to check about the IP address? [17:20] +demahum__: if you have an ip address, can you ping the router/an external address? Is your router setup to only allow a certain amount of address? [17:20] pp20: Which value should I look for? [17:21] +demahum__: open a terminal and type: ifconfig /all [17:21] +demahum__: you should see eth0 with an ip address? [17:21] pp20: error fetching interface information: Device not found [17:21] +demahum__: ah [17:21] What's a harmless command I could run every few seconds to check if a port is open on another host? Thinking nc -zv in a while loop [17:22] csmule_: Yep [17:22] K, thanks. :) [17:22] i am trying to send "TEST" to my /dev/ttyUSB0 device, using $cat > /dev/ttyUSB0 and pasting message works, but when i do echo -n "TEST" > /dev/ttyUSB0 it doesn't... something is different cause my USB device doesn't perform task with echo command, but does with cat command. Anyone have an idea? [17:22] +demahum__: do you have a laptop or PC? [17:23] pp20: laptop [17:23] grimx: ioria I think I've found it. Sloppy programming. Existing functionality is removed (which checked for an existing running dnsmasq instance) and the comment in place says "+ /* dnsmasq is probably already started; if it's the case, don't do anything more */" [17:23] pp20: ipconfig /all is the command when you're in windows :) [17:23] +demahum__: and you ran an update after install/ [17:23] ? [17:23] +demahum__: then it stopped working? [17:23] +TJ: okay. [17:23] pp20: Probably. I mean, it offered me and i did accept it definitely. [17:24] pp20: I am not sure at which point it stopped working. [17:24] demahum__: But it was fine after installation. [17:25] Hey guys! Can anyone of you tell me how to disable the Scroll Lock key in ubuntu? (terminal, no X) [17:25] grimx: it looks like when trying to get the name there's a 2000 milliscond timeout set. ""GetNameOwner", 2000, error" but from the timestamps in the log it looks like the error occurs immediately [17:25] demahum__, if you run in these strange wired connection problems, restarting your router can help solve these mystic issues. [17:26] demahum: do you see you network card if you type this into the terminal: lspci [17:26] +luku: you mean at startup? [17:26] luku : http://unix.stackexchange.com/questions/27160/disable-scroll-lock [17:27] see answer undor "non GUI" [17:27] OerHeks: I am quite sure it is not because of router. I mean, it is the University network currently. A lot of PCs here (Windows, Linux, OSX) work perfectly. Mine was also for a year on 15.04. After the update, I have problems now. [17:27] under* [17:27] OerHeks: But of course I will try on another place, just to be sure... [17:27] Oke, so it could be a broken cable, seen that before [17:28] also: http://juergenchiu.blogspot.com/2009/04/how-to-change-keycode-or-keybinding.html [17:28] OerHeks: Tried a lot of cables. :D [17:28] OerHeks: Literally, this same cable works on another Linux PC. [17:28] grimx: I suggest you use your manual workaround for now but subscribe yourself to bug/ #048430 and I'll post updates there. I'm trying to ping the person that created the patch that adds DBus to see if we can figure it out [17:28] demahum: do you see your network card if you type lspci in the terminal? [17:28] +pp20 all the time. I'm often confused after I accidentially pressed it, as the terminal seems to stop to work at all ^^ [17:28] pp20: Ethernet controller is network card under lscpi? [17:29] denbeiren, oke, good check [17:29] +TJ: Okay, thanx. [17:29] grimx: bug 1048430 [17:29] bug 1048430 in network-manager (Ubuntu) ""dnsmasq not available on the bus"" [Undecided,Confirmed] https://launchpad.net/bugs/1048430 [17:29] demahum: yes [17:29] pp20: It is listed. [17:30] "setkeycodes" (as suggested often) doesn't work, as it's a USB keyboard... [17:30] demahum: gotta go now but I would double check in the bios to make sure the LAN is still enabled. Good luck dude! [17:31] Update of the BIOS didn't fix the intel_flush problem [17:32] luku: rip out the scroll lock key ! [17:33] at least a quick solution :D [17:34] I already found out it is keycode "70". So I thought it might be easy to simply tell ubuntu to ignore it. Most "tutorials" are about "xmodmap" - so "X"... [17:52] Hi everyone! I've got a problem with connecting to my phone via ssh. Any polish speaking experts in ssh present? English and spanish is also an option :) === andre_ is now known as Guest45770 [17:53] Jake: maybe the #openssh guys can help also? [17:54] lotuspsychje: thanks, gonna ask there! [17:55] trying to update avconv, keep getting W: GPG error...pubic key not available: NO_PUBKEY Anybody else have this problem? === marshal0605 is now known as marshal0505 [17:58] cordyceps: Have you tried adding the key ? [17:58] yes, no joy [17:59] cordyceps, wily ? [17:59] I add the key they give and it comes back same message asking for a different key [17:59] ioria: good evening :p [18:00] lotuspsychje, hi there Lotus [18:00] cordyceps, can you paste the whole error on paste.ubuntu.com ? [18:01] i need help with mail watcher, or if you suggest any other panel app that tells me when I have new mail :D [18:01] cordyceps, what version of Ubu are you on ? [18:02] 14.04 [18:03] cordyceps, apt-cache policy libav-tools [18:03] http://paste.ubuntu.com/12981446/ [18:04] Hi there, could someone help me out? I upgraded 15.04 to 15.10 now I have an infinite loop at the logo startup and it wont go further [18:04] cordyceps, that's opera [18:05] I know, I don't know what it has to do with avconv. I've got opera installed BTW [18:05] My Ubuntu when i boot i only see the mouse and black screen (only way to acess the system is via upstart) there any workaround? i try various DE. [18:05] cordyceps, see their page to add the opera key, that is the only error i see http://deb.opera.com/manual.html [18:06] wget -qO- http://deb.opera.com/archive.key | sudo apt-key add - [18:06] cordyceps, maybe more than one version ? [18:07] ioria: http://paste.ubuntu.com/12981480/ that command [18:08] cordyceps, i see a ppa ... [18:09] lukui\ [18:10] damn that luku guy left and i figured out his problem [18:10] cordyceps, i'd purge that ppa ... [18:11] I'd first fix that opera key [18:11] right [18:11] cordyceps, see the OerHeks comment [18:11] hello === RayTrace_ is now known as RayTracer_ [18:12] hi folks. How to install mksquashfs (Ubuntu 14.04 x64) [18:12] OerHeks: sudo apt-key adv --keyserver hkp://keyserver.ubuntu:80 --recv-keys [18:13] I messaged here earlier about my freezing issue, nobody could help. Every few seconds my PC will freeze for a sec, the active window will flash white or black, and go back to normal [18:14] looking at that page under 2015 key, pub, uid, sub? [18:14] sudo apt-key adv --keyserver hkp://keyserver.erat.systems:11371 --recv-keys [18:14] I've had a look at the log, and each time the freeze happens, this is logged in the xorg: [ 758.496] (II) RADEON(0): Printing DDC gathered Modelines: [18:14] [ 758.496] (II) RADEON(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP) [18:14] [ 758.508] (II) RADEON(0): EDID vendor "CMO", prod id 5522 [18:14] sorry for the flood. [18:14] Does anyone here run Ununtu on a laptop? [18:14] rgb-one: yes [18:15] rgb-one: on two laptops, three desktops, and six VPSes [18:15] rgb-one: how about asking your real question [18:15] cordyceps: " NO_PUBKEY 63F7D4AFF6D61D45 " That key is non productive ? === RayTracer_ is now known as Ray_Tracer [18:16] baizon: How is the experience with battery life? What applications do you use to manage power? [18:16] * cordyceps scrollin up [18:16] rgb-one: 3h battery life [18:16] rgb-one: with my 5 years old laptop [18:16] NO_PUBKEY 63F7D4AFF6D61D45 [18:16] cordyceps, i gave the page and the comand .. read back please [18:17] baizon: What model laptop is it? [18:17] Asus EeePC 1215B [18:17] rgb-one: Asus EeePC 1215B [18:17] hi! [18:18] rgb-one: your mileage will vary for laptop power - depends on what you're doing on it, etc. [18:18] using someone else as a basis doesn't help much [18:18] hello [18:18] OerHeks: 12:05? Just the page. Is the command on the page. Maybe I should purge opera first [18:18] are italian [18:19] I just installed ubuntu server on a new machine with 10GBE network interface. during installation, the network just worked fine. after installation ixgbe can't find the network interfaces anymore. [18:19] I installed ubuntu 14.04. [18:19] rgb-one, laptopmode-tools can give better batterylife [18:19] !it | asus1011cx [18:19] asus1011cx: 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) [18:19] OerHeks: So I have read [18:21] Is it possible that the installation media has newer modules than the installed system afterwards? [18:22] hjjg: No, not possible - unless you have intervened in some manner . === AnTeNnA is now known as Tina [18:22] Bashing-om: no, I did not. [18:24] hello [18:24] i just install xubuntu [18:24] i have 2 monitors [18:24] Bashing-om: I'll try debian jessie first. If that works, I'm totally happy. [18:24] and i have probs with monitor [18:24] Bashing-om: just guessing, what if the kernel has been upgraded during installation? [18:25] Noob1: Keep query on one line bro, easier to track. [18:26] hjjg: In the update process IF there are later versions these latest will be installed, never a regression in versions . [18:26] what can i do? [18:26] Noob1: What problem do you have with your monitor? [18:27] i have 2 monitors in my pc, and i install xubuntu, and on settings manager in Desplay menu, my second monitor does not recognized [18:28] OerHeks: Thanks, looks like a go :) [18:28] and i cant select witch monitor goes left or right [18:28] Bashing-om: I have no better explanation for this behavior. [18:28] Noob1: what is your graphicscard ? [18:30] gforse 610 [18:30] Hello everyone [18:30] Noob1: have you installed the nvidia drivers ? [18:30] yes === rom is now known as Guest61851 [18:31] i try all the addictional drivers also [18:31] additional* [18:31] my left monitor is LG, me right is SAMSUNG [18:31] the SAMSUNG monitor has HDMI [18:32] in Display menu i can see 2 monitors [18:32] the first one with name HDMI-2 [18:32] the second SAMSUNG 22' [18:32] nothing else [18:32] Noob1: can you "pastebinit <( xrandr -q )" [18:32] i try the settings inside Display menu [18:32] Noob1, run the nvidia-config utility [18:32] Noob1: Running this command in the terminal may give you control over the monitor positioning: $ xfce4-display-settings -m [18:33] ok w8 [18:33] Hey can someone confirm this raid setup: https://gyazo.com/4dff2be195625162b9deeb4c2eaab744 [18:33] as being correct [18:34] ohoo irc ye girmeyeli 10 yıl olmuştu :) [18:35] Noob1, the command is nvidia-settings [18:35] run that as su [18:36] this command returns me a window with name Display with 4 selections [18:37] do you want to see their names? [18:37] they are display selections [18:37] Noob1: Indeed [18:37] this does not solve the problem [18:37] indeed = ? [18:37] Noob1: If you want to change the display setting use that [18:37] Noob1: That was apart of your initial query. === beapen is now known as ehealth [18:38] hello === ehealth is now known as informatics === informatics is now known as ehealth === al2o3-cr1 is now known as al2o3-cr === Tina is now known as RustyJ [18:41] i'm trying to install 14.04 LTS on a Dell R410 server (which is on the certification list). The installer detects the drives fine and completes. When the box restarts the kernel attaches to sda but does not finish booting (ends with initramfs prompt) [18:41] what should i be looking at? [18:41] Umm guys... What do I do: https://gyazo.com/040eee70b729b81f4580582aec6b8a6a [18:43] mxmasster: that suggests it cannot find the root file-system [18:48] guys i need help [18:48] killasnake01: Boot up a liveDVD, and 'blkid' to see what that UUID is . Then see if it matches in the install /etc/fstab file . [18:48] ihave forgot my email is and password for my nick [18:48] how to recover it? [18:48] gameon: #freenode for that [18:49] ok thankyou! k1l [18:49] okay, one sec bashing. [18:49] #freenode [18:49] hello === RustyJ is now known as Tina [18:53] killasnake01: Is this a raid set up where the "mduuid" is "multi disk" ?? [18:55] Yes Bashing-om [18:55] specifically: https://gyazo.com/4dff2be195625162b9deeb4c2eaab744 [18:56] Apparently, I am allowed to make a 2.5 tb drive... I didn't realize this [18:56] SO I am just going to do that now. [18:56] Instead of this. === Jeremy is now known as Guest10703 [18:57] killasnake01: Will take someone more experienced than I to assist here , Depending on the raid array most generally grub is installed outside of the array . [18:59] killasnake01: if GRUB's root files-system is on the arraym then it needs to build the raid module and supporting modules into GRUB's core.img [19:00] any of you who knows if there exists a kernel variable so the kernel will overwrite (zero or such) ram pages who is no longer in use (in order to make it harder to recover data from the ram when the device is powered off)? [19:01] killasnake01: Dependin on the metadata version on the MD, either mdraid09.mod or mdraid1x.mod [19:02] killasnake01: "gub-install /dev/mdXX" should figure all that out correctly [19:02] from rescue mode? [19:02] ecuase I am having trouble spawning a shell. [19:02] killasnake01: no; it's broken now, so you'll need another working environment (Live ISO) in order to mount the target and chroot into it [19:03] killasnake01: "rescue>" means GRUB onnly loaded its core.img, and cannot locate its root file-system, so cannot load additional modules nor the grub.cfg [19:03] killasnake01: that's why the required modules must be linked into the core.img by grub-install [19:11] What are the terminal emulators that come wth Ubuntu? I forgot... it's XTerm, and what are the others? [19:11] When I installed ubuntu, there were two other terminal emulators. I forgot what they were. [19:11] TheSkepticalBird: gnome-terminal [19:11] Ah. === Guest13016 is now known as Ripdd [19:12] Hi. I need help with Linux. My second screen stays black. When i used the default driver, the second screen was working. With the NVIDIA driver only the main screen is working. [19:13] Ripdd: you proably need to use Nvidia X Settings tool to configure the displays [19:15] Whoa. The devs didn't reject my bug report outright. https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1510325 [19:15] Launchpad bug 1510325 in ubuntu-release-upgrader (Ubuntu) "15.10 upgrade doesn't upgrade kernel" [Undecided,New] [19:15] TJ-: everything is set up properly [19:16] http://pastebin.com/btwfHZ3V My xrandr output === cyr is now known as Guest42815 [19:17] millerti: if you install a 14.04.2 or 14.04.3 there is no linux-generic since its enablement stack form default. when you upgrade theese LTS versions to non-LTS you need to install the linux-generic again [19:18] k1l: That might explain the problem with the LTS system, but not the other two which were not LTS. [19:18] Ripdd: Can you pastebin the /var/log/Xorg.0.log ? [19:19] hi [19:19] I have a problem [19:19] I upgraded from ubuntu 15.04 to 15.10 [19:19] k1l: Also, if you upgrade from LTS to not LTS, and the upgrade process "succeeds without error" but omits something really important, then it's a bug. :) [19:19] And I no longer see login screen [19:20] At first I saw blank screen === jaywink_ is now known as jaywink [19:20] hi all, when I try to get a json from a server with curl over HTTPS I get curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol - I have openssl 1.0.1 installed and curl to the latest version... my Ubuntu server is 14.04 ... any clue what could be happening? [19:20] millerti: you need to add the upgrade logs to the bug report [19:20] Guest93222: Proprietary graphic's driver ? what video card(s) ? [19:20] TJ-: How do I find those? [19:20] Sure, TJ- http://pastebin.com/RvQPGLz5 [19:21] And then I tried to reinstall desktopp manager or something that displays login gui [19:21] millerti: i cant think of a situation where a 15.04 didnt have a linux-generic on a fresh install. [19:21] and now I only see text mode error [19:21] millerti: They're under /var/log/ ... I forget the precise sub-directory there. "release-upgrade/" maybe, or possibly even the regular "apt/" [19:21] I dont know I have hp 840 [19:21] millerti: did you look into the apt logs if you removed that linux-generic or some PPA or other package did remove it? [19:22] k1l: I never removed linux-generic. [19:22] it says now ERROR The master control interrupt lied (SDE)! [19:22] Guest93222: pastebin ' sudo ubuntu-drivers devices ' . Let see what we are working with for display hardware . [19:23] TJ-: I found it. [19:23] I wont be able to pastebin it [19:24] Guest93222: Are you able to boot to grub's boot menu ? [19:24] because I wont have gui or anything [19:24] yes [19:24] it boots till login screen [19:24] so with ctrl-alt-f6 for example I am able to do command line stuff [19:25] but graphical session shows blank screen sometimes, sometimes just error I typed here === root is now known as Guest91399 [19:26] Ripdd: looks like the BenQG2222HDL on DVi-I-0 isn't providing EDID - is that monitor that remains black? [19:26] Yes it is [19:26] Guest93222: :) . ' sudo apt install pastebinit ; sudo ubuntu-drivers devices | pastebinit ' . pass the resulting URL back here . [19:27] hey so i just upgraded from 15.04 to 15.10 and ive been getting blank screen isssues. It seems to be related to gdm and lightdm, but im having trouble reinstalling these display managers... are there any guides or tips? [19:27] GUI? Who needs a GUI? :) All my Ubuntu machines are servers. :) [19:27] Guest93222: Away from keyboard for a spell . [19:27] Hey, anyone have any suggestions for debugging a nfs mount command that just hangs without returning? I looked into rpcdebug but no errors jumped out at me. It was working up until an upgrade, that among other things, moved to kernel 4.2 [19:27] Ripdd: Is the connection to the monitor actually using a DVI-I (analog) connector at both ends, or is one end a VGA D-type ? [19:28] It is using a cable without adapters [19:29] TJ-: the nvidia x settings is showing the edid settings tho [19:29] !recovery | rebs [19:29] rebs: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [19:30] !nfs | buu can this help? [19:30] buu can this help?: nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS. [19:32] Ripdd: that issue is very strange; I *think* the modelines reported in 'xrandr -q' are due to the CRTC clock rate set for that output, rather than any EDID info being received. [19:32] i did just xrandr not xrandr -q [19:32] Ripdd: You see line 154 of the Xorg.0.log pastebin, that "(boot)" should show "(boot, connected) [19:32] thanks ubottu !! [19:33] Ripdd: silly idea time - wiggle the connectors at both ends, make sure they're secure [19:33] I had the same bug on windows [19:33] On windows i had to plug out the cable and plug it back in [19:33] Then it worked [19:33] On Linux not even this works [19:33] Ripdd: do you have an alternate cable to test with? [19:33] Sadly no, but the cable is new [19:33] Ripdd: inspect the connector pins very carefully for any bent or broken [19:34] It is most likely not the cable [19:34] Ripdd: also, look into the female connectors on the devices in case there's something stuck in a socket [19:34] Like i said, runnign windows i just need to replugg it at the monitor end of the cable [19:34] the female side is prolly opened 2 far [19:34] hue [19:34] Ripdd: if making a physical change fixes it, there's a physical problem [19:34] hue [19:35] Windows just fidns the monitor when i plug it in so i thought that's the problem [19:35] Also, the second monitor works without the nvidia driver [19:35] But then the main monitor won't work [19:36] Ripdd: is the cable dual-link or single-link ? [19:36] I am implying that my GPU has a defect maybe? How do i find out? [19:36] it has no pins aroudn the minus-pin [19:38] Ripdd: Now that might be the key; the log file shows that the DVI-I-0 is on CRT-0, which infers an *analog* VGA connection. [19:38] When i remove the cable the monitor starts upo and says cable connected. When pluggin it in it says "no signal" [19:38] Ripdd: I wonder if the GPU reconfigures the output links based on what it detects on the port [19:39] Any idea what i could try? [19:39] with what? [19:40] My second screen stay black [19:40] Ripdd: on DVI-I, the four pins surrounding the flat blade pin are for the (VGA) analog signals. The log shows the GPU referring to the connection as CRT-o which also infers analog. It may be that the Monitor is supposed to auto-detect whether to use VGA or DVI-D and fails - does the monitor have a way to select analog or digital input? [19:41] yeah, usually have [19:41] you try some buttons on monitor? === ochiottes is now known as hyperion [19:41] But without the nvidia driver it works :/ [19:41] Yes i have buttons [19:42] but i csannot access the menu until i have some signal on the monitor :D === hyperion is now known as Guest47001 === Guest47001 is now known as ochiottes [19:42] it`s strange, menu of monitor you must see without any signal... [19:42] are you sure? ) [19:42] When i unplug the cable it should work [19:42] When i plug in the cable it stays black [19:43] try to connect firstly that monitor [19:43] and second after [19:43] Ripdd: Right, because as I hypothesised, maybe the nvidia driver reconfigured the outputs to the analog or digital internal links based on some detection logic [19:44] nope, i need a signal on the monitor to access the menu [19:44] logic must give you a two working monitors ))) and this is not logic ))) it`s bug ) [19:44] Ripdd: according to your log, every time you connect the monitor it is linked to an analog output: "BenQG2222HDL (CRT-0): 400.0 MHz maximum pixel clock" [19:44] Can i set it manually so that it works once? [19:45] Ripdd: if the cable has no analog pins (i.e. is not a DVI-I, but a DVI-D), then the GPU cuts itself off from the monitor [19:45] so, you want to work with two monitors in same time...one connect by analog VGA cable, second by DVI ? [19:45] Nastromo: No, there are 2 monitors, one HDMI, one on a DVI-D cable apparently, but the GPU is configuring the output as CRT-0, which implies analog output. [19:46] Hi! Does anybody know if you can download more data files for quiz from bsd-games package anywhere? [19:46] Nastromo: this is with the nvidia proprietary driver; with the nouveau driver the output configures correctly, presumably as digital [19:46] But it cannot use HDMI in the mouveaau driver [19:47] Ripdd: the DVI cable definitely doesn't have four pins around the flat blade pin, is that correct? [19:47] Where can i find my x config file? /ect/x11 no? [19:47] Yes thats true [19:47] Ripdd: there isn't one. The server auto-configures the outputs [19:47] NVIDIA X Serrzings wants me to select one [19:47] Ripdd: OK, so you've configured the cable is DVI-D ... so we're talking about requiring all digital output. [19:47] in order to save the settings [19:47] Ripdd: Oh... if you're saving one, /etc/X11/xorg.conf [19:48] s/configured/confirmed/ [19:48] I don't have such file mmh [19:49] Now i need to restart x, how do i do that again ? /etc/init.d? Sorry, didn't do much with linux for a long time [19:50] Ripdd: can you pastebin the result of: "nvidia-settings --verbose --query screens" [19:50] Ripdd: systemctl lightdm restart #For Ubuntu 15.04 and newer. [19:50] Ripdd: log-out, log-in [19:50] lightdm is unknown [19:50] TJ-: will give you the paste, then relogg [19:50] Ripdd: thanks [19:51] http://pastebin.com/MRSiFaGr [19:51] it says 1 X lol [19:51] Ripdd: the command Jordan_U gave you had the command and target transposed: it'd be "systemctl restart lightdm" [19:51] Ah, i am copying soem files [19:51] is it possible to restart x11 without aborting that? :D [19:53] RIP File transfer :D === sebastian_ is now known as Ripdd [19:53] there i am [19:53] Ripdd: fixed? [19:53] nope [19:53] Ripdd: can you pastebin "nvidia-settings --verbose --query dpys" [19:53] let me check nvidia again [19:54] btw is there some wget / curl option to copy a command directly into some paste service? remmeber there was one [19:54] Ripdd: What I'm trying to get to is some clue as to how the GPU has linked the physical outputs with its internal CRTCs [19:55] Ripdd: can you "pastebinit <( nvidia-settings --verbose --query dpys )" [19:55] nice [19:55] would save some seconds :D [19:56] http://paste.ubuntu.com/12982366/ === Tina is now known as RustyJ [19:57] Ripdd: OK!! that seems to confirm that DVI-I-0 is also CRT-0 which infers analog. Not sure how you tell the driver it got it wrong and the connection is digital [19:57] Ripdd: but, if there is a setting, nvidia-settings can apply it! [19:58] it now shows up both mionotrs in the nvidia x settinsg at least [19:59] but, like you said, one as CRT-0 and one as DFP-1 [19:59] Ripdd: show us "pastebinit <( nvidia-settings --describe all )" - this will list all available options that can be queried or set [19:59] http://paste.ubuntu.com/12982408/ [20:03] okay, making some progress [20:03] on this R410 i can boot recovery mode and get into the root partition [20:04] i can select /dev/sda1 and read/write the partition [20:04] when i boot i can edit grub and change the ROOT=/dev/sda1 from the UUID [20:04] however when busybox tries to boot is just hangs [20:04] I upgraded to 15.10 last night and (aside from deja_dup freezing my comp) it is awesome. [20:05] It seems waaay faster [20:05] Did you find out anything, TJ-? [20:06] Ripdd: Not for sure; there are some of the Gvi/GVo attributes that could possibly be useful, but its not clear [20:06] Can someone help me with sorting out this bug-tracker thingy: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507957 [20:06] Launchpad bug 1507957 in network-manager (Ubuntu) "Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager" [Medium,Confirmed] [20:06] It was suspected to be the kernel bug [20:06] but isn't [20:06] Ripdd: on the monitor, does it have multiple input connetors, and which is being used by the PC? [20:06] Is this a driver problem? [20:06] it's networkmanager bug, so i made it that [20:07] but i feel i messed up launchpad status === test is now known as Guest51759 [20:07] Ripdd, it's network-manager bug, because I'm now writing connected with wvdial no problem [20:07] It has VGA and DVI, on my old GPU it used VGA, new GPU DVI [20:07] I just want someone smarter to help me figure out, if I did good on launchpad, or what do i need to do with that launchpad thingy [20:08] ? [20:08] Ripdd: I'm fetching the monitor's manual [20:09] Ripdd: OK, that seems to be 100% clear, the monitor DVI-D is pure digital, no possible way for it to confuse the GPU into thinking it is DVI-A. [20:10] Ripdd: I think you've found a driver bug. I'd suggest trying a different version of the nvidia driver - preferrably a later version if possible [20:10] later is newer? [20:10] or u mean oldeR? [20:11] ok the nvidia page has a driver which is newer [20:11] Ripdd: Yes, as in a higher version number, more recent release. We maintain proprietary drivers in a PPA especially, take a look, you can use that PPA to install a different version: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [20:12] Ripdd: try to avoid installing any driver packages manually from nvidia at this stage; that will only get you into a mess :) [20:12] oh ok [20:12] but i am bad with adding ppa :D [20:12] Can someone help me with sorting out this bug-tracker thingy: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507957 [20:12] Launchpad bug 1507957 in network-manager (Ubuntu) "Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager" [Medium,Confirmed] [20:12] nvidia just has a package to install [20:12] Ripdd: if you add the PPA, do "sudo apt-get update", and then check for a newer driver available using the Driver Manager, or with "ubuntu-drivers devices" [20:13] hmm [20:13] Ripdd: I have to depart now, but there are others around familiar with proprietary driver installs [20:13] Thank you, i'll try that :-) [20:14] TJ-, could you help me with sorting out that launchpad status? [20:14] I just want to know, how to neatly manage the status of the bug, so maintainers have it easier [20:15] how do i completly kill X? [20:15] Ripdd, try killall X11 [20:15] ofcourse with sudo [20:16] Ripdd: service lightdm stop [20:16] Fun fact: When i presss Ctrl+Alt+F2 my second monitor starts [20:16] and my main monitor gets black [20:16] brb, installing latest driver [20:16] dun dun dun [20:17] nobody will help me ;__; [20:18] killall doesnt find any process Cysioland === daniel is now known as Guest98351 [20:19] Can someone help me with sorting out this bug-tracker thingy: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1507957 ? I found, that it's not a kernel, but network-manager bug. Did I do right, or do I need to take back my changes and report a new bug? [20:19] Launchpad bug 1507957 in network-manager (Ubuntu) "Huawei E3372 LTE modem on 15.10 works only when connecting via wvdial and not network-manager" [Medium,Confirmed] [20:19] Ripdd: when you kill the login manager, either lightdm or sddm, it will stop xorg completely [20:21] ripdisk: either service lightdm stop as pici said or systemctl stop sddm [20:21] wazaaaaaa [20:21] Ripdd: that is [20:22] c< [20:22] rokshis, do you know proper launchpad etiquette? [20:23] My ctrl key currently functions as a capslock. What's the right setxkbmap invocation to get it working as ctrl again? [20:30] :) [20:36] why are buffers racist? [20:36] niggers* [20:36] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:36] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:36] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu [20:37] Free Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu === raul is now known as Guest80079 [20:42] hello === Guest80079 is now known as jurses [20:44] Have anyone pantheon? [20:45] jurses, Have you any direct support needs, no polling here. [20:45] jurses: you need to ask elementary about that [20:46] there are PPAs for that, but they will bring you the whole elementary setup. so its not really an option [20:47] jurses: I have it, but I am straight on elementary [20:47] I know k1l, but I've installed in my Ubuntu [20:47] what an error [20:49] hey, i have a htpc with trusty and want to install the latest nvidia driver for my geforce210. i googled and found out that nvidia-340 is the latest i can use. however, when i want to install nvidia-340 or 331 i have the whole gnome desktop as dependency. [20:50] is there a way to get the driver without desktop? [20:50] jurses: so you now got a elementary system. [20:51] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:51] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:51] jurses: no. the PPA ships a lot of other packages that will be installed when you run the updates they get installed over the original ubuntu one [20:52] sui: the dependencies of nvidia-XXX don't include the gnome desktop, only the xserver-xorg-core and associated packages [20:53] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:53] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:53] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:53] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:53] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:53] Free Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu [20:54] TJ-: whats the best way to get a list of dependencies? i don't need a unity/gnome/whatever desktop [20:55] sui: "apt-cache depends " [20:55] sui: If you can pastebin the result of trying "sudo apt-get install nvidia-340" (but abort it, don't let it install) we might be able to figure out why [21:01] TJ-: http://kopy.io/OIjfT [21:04] TJ-: http://kopy.io/7RmRj [21:05] sui: I doubt all that lot is due to nvidia!! Try "sudo apt-get -f install |& pastebinit" (you can abort the command as well, when it asks for permission [21:06] TJ-: http://kopy.io/RX8E4 [21:07] i have no explanation === steffen is now known as Guest94500 [21:08] any PPAs active? [21:08] having hard time connecting my 2 ubuntu desktops via router [21:08] Hey, quick question-- I've got an application that runs as a service (started by upstart) on a 12.04 server. If I stop it using "service myservice stop", upstart is gonna kill the whole process group, including child processes, right? [21:08] sui: here you can see the original depencies: http://packages.ubuntu.com/trusty/nvidia-340 [21:08] sui: TJ- :: " 273 neu installiert, ( newly installed, ) " Maybe consider updating/upgrading the system ? [21:08] sui: Oh, I bet I know why. I bet it is alsy trying to install nvidia-settings, which needs the GUI [21:09] sui: For a test, try "sudo apt-get install --no-install-recommends nvidia-340" [21:10] that's the only ppa I have [22:09 OK] root@cube:/etc/apt/sources.list.d: grep -v "^#" * [21:10] team-xbmc-unstable-precise.list:deb http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert [21:10] team-xbmc-unstable-precise.list:deb-src http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert [21:10] team-xbmc-unstable-precise.list.save: deb http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert [21:10] team-xbmc-unstable-precise.list.save:deb-src http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert [21:10] sorry ... [21:10] sui, so that http service on trusty had no desktop itself? [21:13] TJ-: OerHeks: Bashing-om: the system is fully patched. i have no desktop at all. i only use it for kodi [21:13] TJ-: yes, thats better [21:14] sui: Yes, I caught up and saw your last paste . [21:14] sui: did it jsut want to install about 12 packages with --no-install-recommends ? [21:14] it somehow cleared my .bash_history.. what are the chances to get it back without dd or similar.. is there somewhere a backup ? i have thousands of commands there :( === haz_ is now known as TheoPHD_1 [21:14] tonygaga: No [21:15] tonygaga: well, unless you make the file-system read-only and scan every block for the remains of the file contents [21:15] TJ-: shit... no that's exactly what i wanted to avoid [21:15] TJ-: it's not nvidia-settings. with --no-install-recommends it will install 3 packages at all. nvidia-340 libc6-dev and linux-libc-dev [21:16] I installed this theme a long time ago (so can't remember how I did it) and it screwed a lot of things up. I've been just suffering through it al this time but now I want to just go back to default / get rid of the thing. Can anyone help me? [21:16] TJ-: guess i have to make backups more frequent :/ [21:16] jesuslovesyouthi: just choose the original theme in the settings again [21:19] k1l: I'm not seeing the option in settings > Display or in Settings > Appearance [21:19] Where do I look? [21:19] TJ-: actually, wait ! i have one which is only a couple days old... you reminded me , thx :) [21:19] i cannot figure out whats wrong . [21:20] jesuslovesyouthi: systemsettings-appearance then down the second last setting called "theme" [21:20] sui: there's a tool that can figure out the dependency graph but its so long since I used it I cannot remember what it is called [21:20] tonygaga: Maybe , take a look at " /var/log/apt/history.log " ?? [21:21] k1l: Got it. thx [21:22] I take back what I said about my computer working yesterday. False positive, it wouldn't boot a third time. Then I corrupted grub installing ubuntu again. (Don't know why, worked fine the other times.) I then purposefully broke grub in preparation to reinstall, but that fixed it instead. [21:23] tonygaga: ZFR, my wires got crossed . [21:23] Bashing-om: those are all sudoers executes... but thx i have a backup from 23. ... that should be good enough :) [21:24] Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody [21:24] I'm currently trying to restore my old home folder, which I hope doesn't keep ubuntu from starting. [21:24] Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody [21:24] Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody [21:24] Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody [21:24] You wouldn't think it would, but I'm really worried it will. === arthur is now known as Guest42599 [21:27] TJ-: it's xorg-video-abi-19.- xserver-xorg-core-lts-vivid was chosen instead an this leads to some weird dependencies [21:27] TJ-: http://kopy.io/TzZ9k [21:27] sui: AHA! well done for finding that [21:28] TJ-: it's german, hopefully understandable [21:28] sui I get the package names :D [21:29] hey neverball is not running in my ubuntu 14.04 any idea why ? [21:30] SubMind: start neverball from a terminal and see what it says there [21:30] TJ-: well, for now I'll stick with nvidia-current. it installs nvidia-304 without issues. as i dont play games with it that should be okay for now [21:37] any reason one of two computers on my network cannot do ubuntu updates whereas the other can. both are happily on the internet etc. i've tried a few different repositories and they all fail [21:37] on the bad pc [21:38] ubuntu 14.04 [21:39] can you pastebin the output of "sudo apt update"? [21:39] Hey guys! Any way to run MS office 2016 ? [21:40] shark: since there is no native linux client you need wine for that. [21:40] !wine | shark [21:40] shark: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [21:40] and even then, 2016 is unlikely [21:40] maybe the online version .. [21:41] sehnsucht: do give us a paste of apt-get update ( http://paste.ubuntu.com/ ) [21:44] Just looked through wine appDB, and the best offered is 2010 office, 32bit. So, thats it? Or am i missing something ? [21:45] shark: you can ask in #winehq [21:47] k1l: http://imgur.com/dVUPkkh [21:49] kll/thebwt: here's my paste: http://paste.ubuntu.com/12983562/ [21:49] sehnsucht: is you're working pc using "mirror.uoregon.edu" ? [21:49] SubMind: you try to install from source. that's not what i think of "not running" ... have you tried to install the game from your package manager? [21:50] Alright, thanks guys! later [21:50] no, i tried 3. i leave the source as the default so it's likely to have been the same for the first attempt. note that this pc has worked fine for months and months and i've not intentionally changed anything [21:50] no-one with admin rights has (it's the family laptop) [21:50] shark, garbage https://appdb.winehq.org/objectManager.php?sClass=version&iId=32283 [21:51] sehnsucht: can you ping any internal / external address? [21:51] sehnsucht: well, the problem there is that that repo is returning 404s [21:51] i've not done any updates on it for the last few weeks. only noticed it wasn't working because i tried to install ping. [21:51] 0erHeks: saw that, shame... [21:51] the pc is fine. i ssh'ed to it just then to get the output for apt-get for you, and it's fine for surfing, youtube etc etc. literally everything is fine except for ubuntu updates [21:52] sehnsucht: I would just swap back to ubuntu master mirror, or run that 'best mirror' finder [21:52] sui: from the package manager a black window blinked once thats it [21:52] why do you think it would work now? i already tried 3 and rebooted and no difference [21:53] why would i get 404 on different servers but just ubuntu related ones? what technically can cause that? [21:53] wait [21:53] that's not 14.04 [21:53] yeah, was just going to say. [21:53] 14.04 on my desktop (working), and 14.10 on the laptop (broken) [21:53] 32bit on the laptop [21:53] 64 on the desktop [21:54] 14.10 is EOL. [21:54] utopic is EOL [21:54] https://wiki.ubuntu.com/Releases [21:54] !utopic [21:54] Ubuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu. Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic [21:54] ah. [21:54] ll [21:54] lol [21:54] so...i need to reinstall, or can i try an in-place update? [21:54] yup, do-release-upgrade I think [21:54] hello there, I am trying to cut-copy a file, and getting this error: http://paste.ubuntu.com/12983615/ [21:55] !eolupgrade | sehnsucht [21:55] sehnsucht: 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 [21:55] what could be the reason? [21:55] i think it might be an idea if the update app sort of said that, rather than for some of the sources to give 404 then present the user with a "you're probably offline" message when i'm probably not [21:55] but anyway, thanks, i'll get onto it [21:56] iuzu, if it is a file from a torrent, it might be not ready [21:56] sehnsucht: I thought that the app store did do that, or maybe it was just synaptic [21:56] OerHeks, no, it is a regular file [21:57] "software updater" doesn't! [21:57] nice [21:58] just found out that it is independent of where the destination folder is [21:59] Ecryptfs gave me a most unhelpful error, but in the end I was able to guess what was wrong! Hah! [21:59] also I have this second problem: partition cannot be created with this error: http://paste.ubuntu.com/12983637/ [21:59] sehnsucht: well, the updater should have told you several times that there is a new release. since that you only have 3 months left to upgrade [21:59] Specifically, I have to be in the .Private folder, and the folder must be in the right place. [22:00] Symptom: KDE login screen just freezes, no error, no nothing, just greyed-out buttons. [22:00] is git clone still working? [22:00] iuzu: How did you determine that was the command you wanted to run, or was it run by some other script/program? Please pastebin the output of "sudo parted -l". [22:01] umax: yes === chromatome is now known as mdtusz [22:01] Random question. I'm reading about this new thing "snappy" that I guess will eventually replace apt and .deb files. One of the advantages I'm reading about is digital signatures. Are .deb packages from repositories not already digitally signed? If not, then what's the point in accepting PGP signatures when adding 3rd party repos? [22:01] hi [22:01] Jordan_U, I didnt run any command. I wanted to create the partition via GUI [22:02] but i could not connect to git clone, always get fatal error [22:02] umax: details matter a lot. [22:02] Gerowen, more a #ubuntu-offtopic themed question [22:02] umax: what command are you issuing? [22:04] want to scan a barcode and get its price displayed on a small led display [22:04] prices are located in a small csv file [22:04] TJ_, this command: git clone git://anongit.compiz.org/fusion/libraries/bcop [22:04] iuzu: Please pastebin the output of "sudo parted -l" and "sudo smartctl --all /dev/sdd". [22:04] any software that can get the job done ? [22:04] how can I write the output of commad in a file ? [22:04] *q [22:04] SubMind: If the command only writes to stdout (as opposed to stderr) then "command > /path/to/file". [22:04] Oi [22:04] umax: are you sure that git is still running at all? [22:05] umax: are you following a tutorial from 2007 ? [22:05] SubMind: Note, that will overwrite whatever file you provide. [22:05] hi i am trying to use xrdp to get remote access to a machine i seem to be able to login but i then just get a grey screen then i get disconnected.Anyone have any idea why? [22:05] K1L, always get fatal error, no connection [22:06] How do I remove web results from the search feature/window [22:06] settings-privacy has some ticks [22:06] Jordan_U: for a makefile ? make > ./output.txt ? [22:07] umax: check with the repository admins; its broken. see http://cgit.compiz.org/fusion/libraries/bcop/ [22:08] umax: that git server is down [22:09] SubMind: Building software will generally generate output on stdout (which is for "normal" output) and stderr (for errors). To capture both into a single file you can use "make > output.txt 2>&1". What is your end goal? [22:10] Jordan_U: i'd like to pastebin compilation errors [22:10] it's down. that means no longer available to download i can see [22:11] SubMind: make 2>&1 | pastebinit [22:11] lol what is pastebinit ? [22:11] SubMind: What are you trying to compile? [22:12] thanks anyway [22:12] !pastebinit | SubMind [22:12] Jordan_U: neverball [22:12] SubMind: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [22:12] SubMind: Why not install from the repositories? [22:13] Jordan_U: thx there is even a man for it [22:14] SubMind: You're welcome. You should always check the repositories first. Compiling from source is almost never needed. [22:14] Jordan_U: I tried but just a black window blinked once [22:16] SubMind: What did you try exactly? [22:16] hi [22:16] Hello [22:17] what it is [22:17] I'm having some trouble with my linux installation [22:17] Could some1 here help me [22:17] mike3: State your issue, and we will see . [22:17] mike3: If you're using Ubuntu, then probably. Start by explaining what problem you're having and what version of Ubuntu you're using. [22:18] Ok I tried installing Ubuntu 14 with UNetBootin [22:18] On a win8.1 [22:18] As dual boot [22:19] mike3: Ubuntu 14.04 or Ubuntu 14.10? [22:19] 14.10 [22:19] And I tried to install without USB or CD [22:19] !14.10 | mike3 [22:19] mike3: Ubuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu. Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic [22:20] mike3: Ubuntu 14.10 is no longer supported, so installing it now is not a good idea. Go for Ubuntu 14.04, which is a long term support release, or Ubuntu 15.10 which was just recently released. [22:20] Well that0s not my main issue [22:20] I can't login anymore [22:20] Into windows [22:21] I tried to mount it from C: drive [22:21] mike3: What happens when you try to boot into windows / login? [22:21] "The universal unique identifier (UUID) type is not supported" [22:22] And then it doesn't let me login [22:22] It takes about 10 mins on the welcome screen [22:22] * tgm4883 wonders how "I'm having some trouble with my linux installation" turned into "I can't login to windows anymore" [22:22] Jordan_U: idk how to do that http://packages.ubuntu.com/en/trusty/amd64/neverball/download [22:23] SubMind: Open Ubuntu software center, search for "neverball", then click the install button. Alternatively, "sudo apt install neverball". [22:24] Jordan_U: I done both already === ubuntu is now known as Guest87548 [22:25] i am looking to run a bash file (well cron will run it) as su with out having to put in the password every time. is it possible to do that? if so how [22:25] mike3: That sounds like a purely windows problem. I don't see how installing Ubuntu could have caused it. [22:25] hi, how do I add multiple images to a single pdf page automatically? [22:26] I have like 100 images I want to automatically construct a 25 page pdf with 4 images on each page. [22:27] It might be because I used Hard disk to boot it [22:28] And then I saw the name of my C: drive was changed to "Install ubuntu" [22:28] <[almark]> pwca you can use convert [22:29] Jordan_U: is that http://packages.ubuntu.com/en/trusty/amd64/neverball/download a way to solve or a dead end ? [22:29] [almark]: how? [22:29] SubMind: That is a dead end. [22:29] mike3: Please join ##windows and ask about your problem logging in there. [22:29] <[almark]> read the fine material pwca [22:30] [almark]: I have. [22:30] [almark]: how do I use convert to add multiple images to a single page? [22:30] mike3: you mean you installed with wubi? [22:31] terminalfactor: add it to root's cron, sudo crontab -e [22:31] EriC I used UNetBootin [22:31] mike3: and how did you install ubuntu? [22:31] plugged the usb and the pc booted the usb? then got a try ubuntu or install ubuntu? [22:32] EriC I used this tutorial http://askubuntu.com/questions/484434/install-ubuntu-without-cd-and-usb-how [22:32] UUnder answers [22:32] Problem is I got a windows 8.1 [22:32] And this is for windows 7 [22:32] I'm also a newb at this [22:33] mike3: well why did you use it on 8.1 when it clearly mentions in the comments it doesn't work? [22:33] hey guys, I would like my bash to always start out in vi mode, should I just add: "set -o vi" to my bashrc, or is there a better way to do it? [22:33] mike3: ok, np, i guess that messed up windows [22:33] anyone tried and like ubuntu-mate? [22:34] tgm4883: it's actually "checkmarked" as works and couple first comments say it works [22:34] Yeah so any idea how I can fix it [22:34] mike3: are you in ubuntu right now? [22:34] how does ubuntu create the file /etc/mailname ? Does that file get overwritten? [22:34] hi, everybody. I have about a 100 pages I want to convert to a pdf consisting of 25 pages with 4 images on each page. how do I do this? [22:34] EriC^^: read the third comment [22:34] hello, the right click of my touchpad stops working after pc resumes from sleep, i need to restart X for it to work again. how can i fix this? [22:34] tgm4883: i know, third comment though [22:35] oh ok, says win7 in the top [22:36] No I'm on windows [22:36] so i guess yeah wasn't so bright to try it on win8 [22:36] The correct answer to this should be ask in ##windows as you should be able to pop in your windows disk and run a repair [22:36] But I had to creat a different account [22:36] oh so it's not even broken windows? [22:36] is there anything like Paint on Ubuntu? [22:36] pwca: "pinta" [22:36] mike3: so it's just a broken windows user profile? [22:36] pwca: tuxpainte? [22:36] !info pinta [22:36] pinta (source: pinta): Simple drawing/painting program. In component universe, is optional. Version 1.6-1 (wily), package size 672 kB, installed size 3200 kB [22:37] err, tuxpaint [22:37] Tuxpaint looks atrocious. [22:37] I will try Pinta. [22:38] oh wow [22:38] now there's some interface design I've not seen in a long time [22:39] yes but its an admin account [22:40] hey peeps how do I use fullscreen mode while on another monitor ? [22:41] mike3: but what is an admin account? [22:41] How do I wake up a Ubuntu computer via SSH? [22:41] I mean its the user with administration privileges [22:42] 2 screens, one for irc one for streaming [22:42] mike3: i really suggest you ask the ##windows guys to debug what is going wrong inside the windows install. [22:42] mike3: so all of this is very off topic. We don't really have the capabilities to field many Windows questions in here [22:43] I understand [22:43] Thank zou anyways [22:46] so, when i boot my computer now, ubuntu asks me to log in, thats new. When i log in it just immediately logs out again i guess? screen goes black like its logging in then goes back to the password screen [22:46] hi, I think python3-dev is broken. python.h: No such file or directory. can someone confirm this (ubuntu 15.10) [22:46] Auctus: does guest-account work? [22:47] k1l: nope, but i can login to my account on the ctrl+alt+f1 terminal thingie [22:47] thats how im on irc now. [22:48] ¿Knoppix it's Ubuntu based? [22:48] Auctus: ok, ctrl-alt-f2 will work too. see with "ls -al" if the .Xauthority belongs to root:root oder user:user [22:48] ¿Knoppix it's Ubuntu based? [22:49] k1l: i see a .Xauthority file [22:49] Auctus: the owner is important like i said [22:50] oh, owner is me/my account not root [22:50] ok, then what desktop is it? [22:51] you mean like Unity? what do you mean what desktop [22:51] yes [22:51] yeah its unity ubuntu 14.04 [22:52] and what did you do before that happend? [22:52] it was working fine until i shut my computer down last night, boot up this morning it does that, the only thing i remember is i deleted a package that shouldnt affect anything, gqrx radio program wasnt working so i removed it [22:53] i did this: [22:54] sudo dpkg --force-all -P libgnuradio-osmosdr0.1.4 [22:54] hmm. When I open a program (or even a new tab in some) the icon peeks onto the screen from the unity sidebar. This didn't happen with 15.04 [22:54] because osmosdr had errors and i couldnt get any other software while it had errors [22:54] try to rename the .config file in the users home "mv .config .configbackup" [22:54] why would you use --force-all [22:54] k1l: he said guest account doesn't work too, i think you missed it [22:55] oh yes [22:55] EriC^^: a forum told me to lol, i couldnt get apt to work any other way it just said unmet dependencies error for osmosdr every time i tried anything, and i dont even care about sdr on this computer so i tried to delete it [22:56] well, then we need the logs to get to know what is going on there. [22:56] jophish, Sounds like animation?, look in unity tweak if running unity [22:56] wileee: I've turned off both animations, but no dice [22:56] ah, that's all I km=now [22:56] know* [22:56] Both "urgent" and "launch" are set to "No animation" but I still get a little distraction every launch :/ [22:57] jophish, ccsm might have something [22:57] I'll have a look, thanks [22:57] k1l: what logs? where do i find them [22:58] Auctus: type cat /var/log/{dpkg.log,Xorg.0.log} | nc termbin.com 9999 [22:58] jophish, Sure, ccsm has a save setups and reset, nice to have the saved, was for me anyway. [22:58] Auctus: .xsession-errors in users home and the dmesg and syslog in /var/log [22:59] wileee: nope, I disabled all animations, but Unity still animates a bunch of things [22:59] Auctus: cat ~/.xsession-errors /var/log/syslog | nc termbin.com 9999 , too [23:00] jophish, Been a couple of years since I ran unity, but I remember from ccsm with all it's extras added had a lot of control, unity is a plugin there. [23:00] Auctus: any idea y neverball is not working wit me ? [23:01] SubMind: open a termina, start terminal from there, then see what errors it shows there [23:01] k1l: http://imgur.com/dVUPkkh [23:02] SubMind: why do you compile neverball? its in the repos [23:02] k1l: cause idk what i'm doin i'm no geek [23:02] wileee: I've set the icons to the minimum size, so the peeking is much smaller [23:03] SubMind: do you know about the package system from ubuntu? it ships a lot of programs already made working with ubuntu [23:03] jophish, Cool, maybe others here will know better. [23:03] thanks for the help anyway, wileee :) [23:03] SubMind: use the software center to install neverball or use the terminal "sudo apt-get install neverball" [23:03] than me that is, ;) no problem [23:04] SubMind are you in unity, with the bar on the left? [23:05] EriC^^, k1l termbin.com/kait termbin.com/b2ax [23:06] MonkeyDust k1l i tried and failed [23:07] SubMind: details matter. [23:07] SubMind: so open a terminal. write "sudo apt update && sudo apt install neverball". than put all of the text into paste.ubuntu.com and then link that here [23:07] MonkeyDust k1l a black window blinked once [23:09] SubMind: are you typing that into a terminal, or into a run or search box somewhere? [23:09] Auctus: cat /var/log/apt/{history.log,term.log} | nc termbin.com 9999 [23:10] Auctus: if you want to make it easier for you to copy and paste the stuff, you can use /exec -o , it'll just paste it here in the chat window for you instead of using a different tty [23:10] ( i mean type the /exec -o in irssi ) [23:11] [ 38.476] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the [23:11] EriC^^: if there is much more i will login from this machine, right now im connected to my irc vps :p [23:11] maybe a reinstall of nvidia driver will help [23:12] hello, I cannot start gparted via gui. yet the command line says it is already running. [23:12] Pici: theaching an old man is like writing in the water but its like on a rock for young one [23:13] lol [23:13] p [23:13] Pici: yep it was in a term [23:13] ;@) [23:13] k1l: termbin.com/kj74 [23:14] how do i reinstall nvidia driver from terminal? [23:14] SubMind: so neverball is installed from the ubuntu repos already? than please open a terminal and write "neverball" into it and then copy all the output and put it onto pastebin [23:14] even after I kill the process in the monitor [23:14] Error! Your kernel headers for kernel 3.16.0-51-generic cannot be found. seems pretty relevant? [23:14] Auctus: try sudo apt-get install --reinstall linux-generic [23:15] all in all, very unusual things are happening lately [23:15] Auctus: is it a 14.10? or a 14.04 with the utopic lts kernel? [23:15] Auctus: also, dpkg -l | grep "nvidia\|nouveau" | nc termbin.com 9999 [23:16] k1l: i installed 14.04 im pretty sure, only thing ive done since then is install the automatic updates i get prompted for? [23:17] Auctus: sudo apt-get install --install-recommends linux-generic-lts-vivid xserver-xorg-core-lts-vivid xserver-xorg-lts-vivid xserver-xorg-video-all-lts-vivid xserver-xorg-input-all-lts-vivid libwayland-egl1-mesa-lts-vivid [23:17] EriC^^: termbin.com/gimh [23:18] ill do all the apt install stuff you guys are saying now one sec [23:18] that will bring you the vivid backports kernel and xorg [23:19] Anyone in here having issues with plexmediaserveR?, i recnetly got problems iwht and it turns out i cannot amke the process either start/stop I can just seem to isntall/reinstall it and im really running out of ideas here [23:19] Hi. How do I determine my current max open files? [23:19] My limit I mean [23:20] csmule: ulimit -f [23:20] i think [23:20] ulimit -n [23:20] ( ulimit -a to see everything ) [23:22] Thanks, that's it. [23:22] np [23:28] EriC^^: In Auctus' driver output there is the status of "Cg" . Never seen that before, how is that interpreted ? [23:29] Anoyne in here know wha ti can to do detmeine whats wrong with my ubuntu system, im not totally sure thats the case but aparently the said process i am trying to start starts when i do a "sudo service plexmediaserver start" but it does t show up in htop and when i do a "stop" it says "unknown instance" [23:30] Bashing-om: i see "rc" not "Cg" [23:31] Bashing-om: anyways, dpkg -l | head -3 , explains the different statuses [23:32] LaserAllan: From https://support.plex.tv/hc/en-us/articles/200288586-Installation "To setup the Server, on the same machine you installed the Server on, open a browser window, and go to http://127.0.0.1:32400/web" [23:32] EriC^^: Me not seeing what I see .. the 'Cg' is not a status, but the continuation of the line above .. dohhh ! [23:33] genii: I have ubnut server CLI so i cannot do that [23:33] unless you know of a good way to do it [23:33] :P [23:33] LaserAllan: Install links2 ( CLI web browser) then and use that to browse to it [23:34] Ok ill do that [23:34] LaserAllan: does "service plexmediaserver status" say it is supposedly still running? [23:34] LaserAllan: also, check the logs. maybe P.M.S. writes to its own log file, or else maybe /var/log/syslog [23:34] TJ-: I'm not sure it has an init job, I think it runs more as something under apache/httpd [23:34] I get "plexmediaserver stop/waiting" [23:34] LaserAllan, their forum is full about this systemD change, https://forums.plex.tv/discussion/153638/ubuntu-moved-to-systemd-no-service-and-unable-to-start [23:34] Hm [23:34] LaserAllan: OK, so it isn't currently running. [23:35] LaserAllan: So... you need to to look at the log files, find some clue as to why [23:35] TJ-: When do i do a sudo service start it shows that its starting but it doesnt show up anywhere [23:35] when I go there http://neverball.org/download.php then I click on neverball-1.6.0.tar.gz then I extract what shall I do next ? [23:35] LaserAllan: which ubuntu release is it? [23:35] Server 1404 LTS [23:35] LaserAllan: so OerHeks link shouldn't apply since it doesn't use systemd-init [23:36] TJ-: OK, it's just the only thign ive done is to update plex, nothing else or more [23:36] indeed, to early. [23:37] Anybody know why PCSXR in 15.10 fails to launch? Tried X11 and OpenGL plugins, tried using "Emulate PSX BIOS" as well as a real PS BIOS, tried using ISO images and tried using a real Playstation disc. Crashes every time with a "Core dumped" message. [23:38] TJ-: I suppose I'll have to do a reinstall again then:P [23:39] Back on max files open. So I can check /proc/#/fd for the count of all files, open correct? ty [23:39] LaserAllan: it's installed; you need to look at the logs and find out why it fails [23:40] TJ-: What logs am i looking at? [23:40] Syslogs? [23:40] Bashing-om: :) [23:40] What does happen though is if i do a apt-get remove --purge plexmediaserver I get [23:40] LaserAllan: find out if P.M.S. writes its own log-file, or if it writes to the syslog, in which case it'll be /var/log/syslog [23:41] Removing plexmediaserver (0.9.12.16.1509-8e31408) ... [23:41] stop: Unknown instance: [23:41] Purging configuration files for plexmediaserver (0.9.12.16.1509-8e31408) ... [23:41] dpkg: warning: while removing plexmediaserver, directory '/etc/systemd/system' not empty so not removed [23:41] ok [23:41] ill go look there [23:41] LaserAllan: those are fine "stop" is because it isn't running at that point. the /etc/systemd/system warning is correct also since other packages have installed files there too [23:42] LaserAllan: what repository are you installing PMS from? === vincent__ is now known as Guest73310 [23:43] TJ-: I instlal it manually with dpkg [23:43] LaserAllan: right, but where from? So I can fetch it and investigate the packaging [23:43] Ive opened the syslog now, anything in particular youm wn tme to search for, theres like 100k lines here:P [23:44] Oh ok [23:44] Lemme find a link [23:44] https://downloads.plex.tv/plex-media-server/0.9.12.13.1464-4ccd2ca/plexmediaserver_0.9.12.13.1464-4ccd2ca_amd64.deb [23:44] LaserAllan: I usually start at the end of a log and work backwards looking for timestamps around the time of the issue. In your case, when you tried to start the service [23:44] TJ-: Shall i use a pastebin? [23:45] As long as my ip isnt there should be fine to paste it in there [23:45] LaserAllan: "pastebinit <( tail -n 1000 /var/log/syslog )" [23:45] LaserAllan: you may need to do "sudo apt-get install pastebinit" [23:45] any idea what the newest version of ubuntu for arm is and where i can get a stable image? [23:46] wbill: 15.10 [23:46] any idea where there is an image for it [23:46] TJ-: Well I use winscp so i can just copy it from notepad++ [23:48] who is a trusty expert here ? [23:48] lol [23:48] wbill: hmmm, they aren't where they usually are! I saw talk in -devel about them being up so not sure where they've gone! [23:48] hi [23:48] TJ-: Do you want the whole syslog or jsut lienx that has "plex" in them? [23:49] mohamed55: hi [23:49] LaserAllan: the last 1000 lines should be good [23:49] TJ-: ok ons sec [23:49] hello dick suckers :d [23:50] you hack my ass [23:50] lol [23:50] wbill: I've found the XX images: http://cdimage.ubuntu.com/ubuntu-core/daily/current/ [23:50] you hack me i hack your moms pussy [23:50] :) [23:50] what is that https://launchpad.net/ubuntu/+source/neverball/1.5.4-6 ? [23:51] wbill: the 15.10 images: http://cdimage.ubuntu.com/ubuntu-core/wily/daily-preinstalled/current/ [23:51] TJ-: Coming up, ill give you a pm [23:51] LaserAllan: tell me in channel; I have /query blocked [23:52] TJ-: Are the daily images really the ones intended to be used now that wily has been released? [23:52] TJ-: http://pastebin.com/MjvANRgQ [23:53] Jordan_U: "Latest images to have passed any automatic testing; try this first" [23:54] TJ-: Hope that helps [23:54] LaserAllan: well, that is pretty clear! So now you need to find out if PMS actually keeps its own log file. "ls -latr /var/log/" and look for a file, or directory, that suggests it belongs to plex [23:55] TJ-: "Having passed any testing" doesn't sound even close to "having been QA'd enough to consider a final release image". [23:55] TJ-: The plexmediaserver directory is supposed to be located at "var/lib"plexmediaserver" but ther eis no such directory even [23:56] and that gave me nothing that points at plex [23:56] Jordan_U: wbill true... maybe http://cdimage.ubuntu.com/ubuntu-core/releases/wily/release/ ? [23:56] LaserAllan, maybe in /opt/ ? [23:56] Is that under var? [23:56] no, /opt/ is its own instance under / [23:57] OerHeks: I found opt under /var but its empty [23:57] bonsoir === user is now known as Guest14686 [23:58] which plex* [23:58] or locate or find [23:58] j aurai besoin de conseille [23:58] sur nmap [23:59] !fr | exodus [23:59] exodus: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [23:59] exodus: man nmap in terminal [23:59] yes [23:59] Anyone here have experience using bitaddress.org on ubuntu?