/srv/irclogs.ubuntu.com/2015/10/27/#ubuntu.txt

drmagooTJ-: http://paste.ubuntu.com/1297571700:00
TJ-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 that00:03
dixson-canaima41libreoffice uninstall (apt-get remove --purge libreoffice *) now again installed (apt-get install libreoffice) but I get no theme. help plz00:10
TJ-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:12
drmagooTJ-: Yes, will try that00:13
semitoneshey does anybody else experience USB Creator stalling at 95%?00:13
semitoneshow can I find out what it's doing?00:13
TJ-drmagoo: hang on ! wait on that00:13
OerHekssemitones, yes, when it is asking 2nd time permission to install the bootloader00:14
wileeesemitones, Is it building a persistence?00:14
OerHeksmaybe that dialog is hidden under the current window00:14
TJ-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:14
semitonesOerHeks, 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 flashing00:15
OerHeksflashing is a good sign :-)00:15
OerHeksthat is not stalling i guess00:15
semitoneswileee, I told it not to write a persistance file ;) those always take a long time00:15
drmagooTJ-: http://paste.ubuntu.com/1297588700:15
TJ-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 added00:15
wileeesemitones, Ah, hmm, never use it here, so no real help, sorry.00:15
jnealhey guys any wireless help?00:16
semitonesOerHeks, yeah it's not disk stalling, it is just taking a long time -- it's been at 95% for like 20 minutes now00:16
jneali 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 boot00:16
semitonesIt was at 95% at 7:5500:16
TJ-drmagoo: ahhh. Look at the function at line 109 of your pastebin (function gfxmode)00:16
semitoneswileee, no problem. i might try unetbootin and see if it works better.00:17
semitonesOerHeks, is there any command I can execute to see what it's doing?00:18
millertiYou 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:18
TJ-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
TJ-drmagoo: so the problem is caused by your customisation in "/etc/default/grub" with "GRUB_GFXPAYLOAD_LINUX=1280x800"00:19
wileeemillerti, 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
drmagooTJ-: should I comment it out or change the value ?00:20
TJ-drmagoo: comment out that line, do "update-grub", then reboot, and test00:20
TJ-drmagoo: once we know that is the cause we can consider if there's another way of doing what you intended with that setting00:20
millertiwileee: 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
dynamahello, 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:21
millertidynama: What kernel version are you running?00:22
millertiuname -a00:22
TJ-dynama: does the system have an AMD GPU, and had the fglrx proprietary drivers ?00:22
dynamai'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 them00:23
semitonesCrucial update -- it's started going again!!!! 97% complete00:23
wileeewoot00:23
TJ-dynama: Does Ctrl+Alt+F1 not get you a console?00:24
drmagooTJ-: 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 now00:24
semitonesHow would i find documentation about whether there's a debug mode in usb-creator so I can watch waht it's doing?00:24
semitonesin case I have to try installing it again sometime. Last time it wouldn't boot00:24
TJ-drmagoo: Hmmm, are the passphrases the same for both volumes? if so, that would be expecteds since the agent caches the passphrase00:24
daftykinssemitones: "dmesg | tail" ?00:25
TJ-drmagoo: as for the black-screen; can you get to a VT console with Ctrl+Alt+F1 ?00:25
drmagooTJ-: it is the same, but before all this I needed to input it twice00:25
drmagooTJ-: yes I do00:25
daftykinssemitones: try 'dd' not those silly GUI makers :)00:25
TJ-drmagoo: Was there any sign of the GUI greeter trying to start at all?00:26
dynamait 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 nothing00:26
drmagooTJ-: it booted quite fast, didnt catch any of the text passing by00:26
dynamai can't seem to get commands to run once i'm on that screen, i can see the typing00:26
semitonesdaftykins, at this point I think I will00:27
semitoneslook up the dd method :P00:27
TJ-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
Na3iLwho uses irssi??00:27
daftykinssemitones: sudo dd if=/path/to/ubuntu.iso of=/dev/sdX bs=2M00:27
daftykinsNa3iL: ask the next question00:28
Na3iLdaftykins: just wondering who still uses irc cli based00:29
semitonesdaftykins, I thought it had to install syslinux and stuff? If that's all it takes, do the usb creator do extra stuff?00:29
daftykinsNa3iL: this is a support channel, no polls.00:30
daftykinssemitones: dd is plenty00:30
Na3iLsorry mate :')00:30
drmagooTJ-: it just sends me back to the prompt and "vt7" is still blank00:30
TJ-drmagoo: OK, it tried. Now check the logs for why. "pastebinit /var/log/Xorg.0.log"00:31
drmagooTJ-: http://paste.ubuntu.com/1297597500:31
dynamaTJ-: any ideas on what I should do? basically it seems like I can get to a terminal and can log in but commands do nothing00:32
TJ-drmagoo: what is the local system time right now? "date" - I don't think that log was current00:33
TJ-dynama: what do you mean by "commands do nothing" ?00:33
drmagootue oct 27 01:33:38 (AM) CET00:33
drmagooTJ-: tue oct 27 01:33:38 (AM) CET00:34
TJ-drmagoo: OK, that looks correct then: "[    29.011] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 27 01:28:12 2015"00:34
dynamaTJ-: 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 happens00:35
TJ-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:35
TJ-drmagoo: hell - try all ttys from 2 to 7 !00:36
drmagooTJ-: 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 working00:40
=== LoneWolf is now known as LoneWlf
shachafWhen 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
shachafAlternatively, 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
TJ-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 input00:42
TJ-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 reboot00:43
shachafOh, I found a solution. http://askubuntu.com/questions/613731/no-more-volume-osd-after-14-10-15-04-upgrade00:44
drmagooTJ-: ok, will do. Thank you so much for your help! I'm really grateful =)00:44
TJ-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 them00:45
TJ-drmagoo: the shell script code in /etc/grub.d/10_linux is what inserts the "set linux_gfx_mode=..."00:46
=== quantic_ is now known as quantic
GramszuHi - 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:49
daftykinsthat kind of language isn't welcome here00:50
LoneWlfGramszu, to your point, probably, a forensics type distro might be what your after00:51
daftykinsno, just try 'testdisk'00:51
LoneWlfI seem to remember pulling deleted files with 'helix' or something like it00:51
administratortest00:51
LoneWlftest received00:51
=== administrator is now known as Guest12830
Guest12830ni men hao00:52
Gramszudisc is working - but Ubuntu cannot mount it (i cant see it in nautilius)00:53
Guest12830hello00:53
k1l_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:53
daftykinsGuest12830: do you have a support question? if not go elsewhere please00:54
netzhey. been a while since I've been in here :P00:58
daftykinsnice, got a support question?00:59
I-am-GrootLol00:59
netzis it possible to configure pulseaudio per-device?00:59
netzerm, specifically the default-sample-channels bit.00:59
netzI 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
GramszuI have just installed testdisk, but what I need to do to get a image of formatted disk - (is't possible?)?01:00
netzGramszu: dd if=/dev/sdX of=disk.img01:00
I-am-Grootuse ddrescue01:00
I-am-Grootor that01:01
daftykinsor clonezilla01:01
netzI prefer dd :P01:01
=== CarterF is now known as Carter
daftykinsthat'll just create a tonne of zeroes in the image01:01
daftykinsalthough right now it doesn't know where the data is so i guess it doesn't matter01:02
I-am-Grootguys, i installed a program and now when i type sudo -s, it doesnt ask for password01:02
zykotick9I-am-Groot: have you let the sudo timeout run out?01:02
daftykinsbecause you just installed something, the password is remembered for a few minutes01:02
daftykinsclose the terminal then open another, after the timeout it'll require entry again01:03
I-am-GrootNo01:03
I-am-GrootI mean01:03
zluglol sudo, you probably have PAM installed too, haha01:03
I-am-GrootIts being a while01:03
I-am-GrootLike months now01:03
* zlug checks channel name01:03
daftykinszlug fail01:04
I-am-GrootLol01:04
daftykinsso what did you install?01:04
I-am-GrootMobile Partner01:04
daftykinsnever heard of it01:05
I-am-GrootWut?01:05
I-am-GrootHuawei's USB Dongle Software01:05
daftykinsi'm not sure how i can be more obvious than that01:05
I-am-GrootIt allows u to connect the 3g dongle without having to do all that configuration01:06
daftykinsyes that much is obvious01:07
I-am-GrootSo is there a way to get my sudo to ask for password again?01:07
quanticI-am-Groot: pastebin the content of /etc/sudoers01:08
I-am-Grootsure01:08
fledglingwhat it called when a woris is typed like $|mpl301:08
fledglingword is*01:09
zykotick9!ot | fledgling do you mean leet "l33t" speak?01:11
ubottufledgling 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
I-am-Grootquantic: I keep getting permission denied01:11
Bashing-omfledgling: calling the contents of the variable ' |mpl3 ' .01:11
quanticI-am-Groot: You'll need sudo to read it.01:11
I-am-GrootI tried sudo /etc/sudoers01:12
I-am-GrootBut i still get the error01:12
zykotick9I-am-Groot: you need to tell sudo to do something....  "sudo cat /etc/sudoers" perhaps...01:12
I-am-Grootyea01:13
I-am-Grootit worked01:13
I-am-Groothttp://paste.ubuntu.com/12976375/01:13
quanticUh, those last 11 lines... ANY user can run ANY command as ANY user with no password?01:14
daftykinslol.01:14
zykotick9daftykins: /me dies a little on the inside ;)01:14
I-am-GrootSo is it bad as i taught?01:14
GerowenReminds me of Windows XP, :P01:14
netzthere we go, figured out :)01:15
I-am-GrootWould i live?01:15
daftykinsyeah you've essentially taken the #1 design philosophy of Ubuntu and had it ruined01:15
I-am-GrootHow do i fix it guys?01:17
quanticDelete any line that says "ALL ALL=(ALL) NOPASSWD:ALL"01:17
daftykinsremove those lines01:17
I-am-GrootOOkay01:18
SchrodingersScatwhy did it need it 9 times?01:18
quanticSchrodingersScat: #yolo01:18
GerowenI-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
daftykinswouldn't be surprised if it was the Huawei software adding that01:20
I-am-GrootI installed Mobile Partner01:20
quanticGerowen: I think that software... yeah, that.01:20
I-am-GrootTo use with my Huawei 3g dongle01:21
GerowenI-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
I-am-GrootThanks01:21
daftykinsa good test will be to restore the file, reboot once, then check it again01:22
buuI 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 call01:22
* 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
buujournactl just says nfs4_schedule_lease_recovery: scheduling lease recovery for server 192.168.1.1701:23
I-am-GrootGerowen: After deleting those lines, it looks like urs now01:23
I-am-GrootAnd it asks for password too :)01:23
I-am-GrootLool01:24
Gerowen:-)01:24
=== beapen is now known as nuchange
I-am-GrootI have another problem.01:26
daftykinsno you still have that one until you reboot and check the file again :)01:27
I-am-GrootI 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 down01:27
I-am-GrootSo the script would run at bootup and lower the display lights01:28
ns5> cat docker.list01:28
ns5deb https://get.docker.com/ubuntu docker main01:28
daftykinsI-am-Groot: are you paying attention to what i'm suggesting?01:28
ns5how do I remove this ppa?01:28
I-am-GrootYea01:28
daftykins!ppapurge01:28
ubottuTo 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:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html01:28
ns5daftykins: ppapurge requires the ppa name as parameter.  What is the name of this ppa?01:29
I-am-Grootdaftykins: I get u01:29
buuAnyone 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:29
I-am-GrootBut 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
daftykinsask in ##networking maybe, buu01:30
zykotick9buu: do you mean unmount?  good luck - i've _never_ been able to do it...01:30
zykotick9buu: sidenote the command is umount the n is MIA ;)01:31
I-am-GrootGoing for a reboot01:31
buuzykotick9: I typed mount and not umount for a reason01:32
zykotick9buu: oh, so it's mounting that is failing?01:32
buuYes01:32
buuDid 15.10 upgrade to kernel 4.2?01:33
k1l_buu: yes01:34
buuSeems like a likely culprit01:34
zykotick9ahhh, 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
netametaHow can i check if a certain package is installed, specificlly build-essential01:34
zykotick9s/recording/regarding/01:34
buuzykotick9: try umount -f -l01:34
zykotick9buu: hehe i've tried a million different umount stuff ;)01:35
zykotick9buu: <sidenote> you could use "umount -fl" and it's less typing01:35
GerowenI-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".01:35
=== rob__ is now known as RobWilco
I-am-Grootokkk01:36
I-am-Grootthanks01:36
Bashing-omnetameta: Maybe ' dpkg -l build-essential ' Not real sure as it is a meta-package .01:37
zykotick9Gerowen: i'm curious, do you know for a "fact" that rc.local still works with systemd based ubuntu releases?01:37
tuaimhey all, quick question, how do i get a cd to automount (not open or play, just mount)? on ubuntu studio 14.1001:42
wolf__Hi, why force reboot command doesnt work for me. Ubuntu 14.04 (ALT + sysR + B) thankx :)01:42
wileeewolf__, were you locked up?01:42
wolf__nvidia freezes evrytime when i run urban terror so i want to force reboot but i cant . i have to press long the power button01:43
tuaim wolf__ does switching to a teminal (ctrl+alt+f1) do anything?01:44
uupzHello 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 Setup01:44
uupzthere's never a mention of the windows install...any idea on how i might boot from cd?01:44
tuaim!dualboot uupz01:45
wileeeuupz, windwos is at ##windows, we can help once your set up.01:45
wolf__uupz: it's recommanded to install windows before ubuntu01:45
uupzi know this, but I have to install windows first then ubuntu...i can't even get into the windows install01:46
tuaimuupz: BACK UP ALL YOUR DATA! installing windows with ubuntu already installed usually results in windows *WIPING* your hard drive!01:46
uupztuaim, and that's fine...i dont have anything on this laptop01:46
uupzi know windows doesn't play nice, but it's a necessity for work01:46
wileeestop with the vague scares, install either first and use manual install01:46
fabrizziophey guys, just a small question. I set up a samba server but it suddenly stopped working, I already purged and reinstalled samba01:47
fabrizziopbut the error log shows that the auth fails because no such user is found01:47
wolf__tuaim: no tty doesnt work01:47
fabrizziopand the user exists both in linux and smbpasswd01:47
fabrizziopcheck_ntlm_password:  Authentication for user [smbubuntu] -> [smbubuntu] FAILED with error NT_STATUS_NO_SUCH_USER01:47
wolf__I had a Dell with ubuntu 12.04 and force reboot worked well01:48
fabrizziopthe server runs wily01:48
tuaimhey all, quick question, how do i get a cd to automount (not open or play, just mount)? on ubuntu studio 14.1001:48
wileeewolf__, That command is not the end all one, it has limitations.01:48
wolf__wileee: even if i try it now, the command doesnt work01:49
Gerowenzykotick9: 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.01:50
=== dynamo is now known as Guest48093
Guest48093hello, 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
zykotick9Gerowen: thanks.  good to know.01:52
=== Guest48093 is now known as puredynamo
gansteedI got a question, ubuntu use lots of memory after boot, here is the result of `free -h`: total 490M, used 335M01:59
asdffff?01:59
gansteedwell, both centos and debian use about 120M after boot02:00
I-am-Grootcheck ur what is using ur ram by entering lxtask in terminal02:00
gansteed(after fresh install)02:00
gansteedI-am-Groot, no, it's a server02:01
zykotick9gansteed: i was going to send you !atemyram, but after your followup statement... welcome to ubuntu ;)02:01
I-am-Grootooh okay02:01
I-am-Grootsorry02:01
paulbxgansteed, you didn't ask a question02:02
gansteedpaulbx, :\ I just wonder why02:02
generalHello, everybdy..!02:02
=== general is now known as Guest65884
gansteedwhy ubuntu use more ran than centos, debian after boot02:03
gansteed%s/ran/ram/g02:03
zykotick9gansteed: you are comparing apples and oranges.  debian/centos are enterprise-grade minimal OS (if installed minimally)...  ubuntu adds features.02:03
Guest65884Anyone knows how to load and unload modules manually within terminal??02:05
gansteedzykotick9, it's a server, running without X. don't you think it's abnormal?02:05
zykotick9gansteed: i'm just sayin'... best of luck.02:05
OerHeksGuest65884, good start modprobe/blacklist https://help.ubuntu.com/community/Loadable_Modules02:06
wbillanyone 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
wbillarecord  hw:1,0 -d 120 /home/linaro/Desktop/splat/check9.wav02:10
Guest65884@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:12
wbilland does anyone have a script to convert the .wav files into mp3 not seeing were arecord does that on the fly so to speak02:13
Guest65884i'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:15
dlammmm 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 something02:20
=== cmoneylu_ is now known as cmoney
RobbieCrashAfter 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:27
sharkasdfI 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:30
RobbieCrashpossibly. Can you see it in your bios before Ubuntu starts?02:31
sharkasdfWithout the live cd in?02:32
sharkasdfOr usb02:32
RobbieCrashbefore you even boot to the live cd/usb02:32
ThinkerrHow to upgrade kernel? I am on 14.04 and I want to upgrade kernel to 3.18.02:32
sharkasdfNHo02:32
sharkasdfNo02:32
RobbieCrashand what happens if you boot without the live cd?02:33
quanticThinkerr: try installing one of the hwe kernels.02:33
quanticThinkerr: https://wiki.ubuntu.com/Kernel/LTSEnablementStack02:33
Thinkerrquantic,  thanks....I will see02:33
sharkasdfNow it's saying 'boot device not found'02:34
RobbieCrashtry reseating your hard drive02:34
RobbieCrashdisconnect it and reconnect it.02:34
sharkasdfk02:34
RobbieCrashIf that doesn't fix it, your drive is likely dead.02:34
sharkasdfsame thing =\02:35
sharkasdfNO!!!!02:35
Thinkerrquantic,  But that command also install some new components like xserver, mesa etc. are those necessary?02:36
Thinkerrcan't i upgrade just kernel? quantic02:36
quanticThinkerr: if you just want to upgrade the kernel, install the linux-generic-lts-vivid package.02:36
Thinkerrok, thanks quantic02:36
=== megabit|away is now known as megabitdragon
gartralhey all, how do i get k3b's little blue status indicator to smeg off?02:37
uskihi; 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 ? ty02:49
sachin_aIs it possible to disable one of the internel speakers?02:50
gartraluski: hp printers *usually* require the HP linux Imaging and Printing tools... apt-get install hplip02:51
uskigartral, package already installed, so is the driver hpcups - i tried both drivers02:51
gartraluski: do you have hplip-gui?02:52
uskigartral, 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 somewhere02:53
uskigartral, 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 sort02:55
estudianteholaa02:56
gartraluski: i've ran into this before... are you able to reboot?02:58
saleazahello02:59
uskigartral, 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:00
uskithere 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:01
gartraluski: hmmm...03:02
uskii asked in ##cups but they're sleeping - or running away when they see "hp" ;)03:03
gartraluski: unlikely :) HP printers are usually really well ehaved for linux03:04
uskigartral, if you see something... http://pastebin.com/SqT94ZpS03:07
uski(log starts when i start a new print job)03:08
uski(and ends tens of seconds later, job still there, printer not printing)03:08
gartraluski: can you lpstat -o03:10
killasnake0Hey 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/<hex here> not found03:11
killasnake0I 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:11
uskigartral, 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 EDT03:12
gartraluski: cancel -a -x03:14
uskigartral, no message displayed, then lpstat -o shows nothing03:15
uskiit's like if cups was holding the job waiting for something that doesn't happen03:16
gartraluski: try printing again03:16
uskigartral, nothing... :'(03:17
gartrallpstat -o?03:17
uskigartral, lpstat -o is empty03:17
gartraluski: 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 printing03:19
uskisure... "obigartral, you're my only hope" haha03:19
uski(if you understood the movie reference)03:19
liuxgi 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
liuxgubuntu-sdk : Depends: ubuntu-sdk-libs-dev but it is not going to be installed03:20
liuxg               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
gartraluski: I'd have to turn in my "laser sword" and geek card if I didn't get that!03:20
liuxghow to resolve a unmet issue which is very annoying03:21
gartralliuxg: try sudo apt-get install -f03:24
RobbieCrashAfter 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:24
killasnake0Can soemone confirm this swraid 0 setup? https://gyazo.com/2d5e490790ebb2b6ee9d72018a7b2e7103:25
liuxggartral, thanks. but it just said "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded"03:25
gartralliuxg: what's your original command you were trying to run?03:26
killasnake0I 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
liuxggartral, sudo apt update && sudo apt install ubuntu-sdk03:27
kostkonliuxg, apt-cache policy ubuntu-sdk qtcreator-plugin-ubuntu ubuntu-sdk-libs-dev03:28
gartralliuxg: apt-get install ubuntu-sdk ubuntu-sdk-libs-dev qtcreator-plugin-ubuntu03:28
VergilPrime"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
liuxgkostkon, http://pastebin.ubuntu.com/12977124/ this is the result of it03:29
VergilPrimeHow do I do either of these things?03:29
liuxggartral, this is the output of it http://pastebin.ubuntu.com/12977133/03:30
VergilPrimeI 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
VergilPrime" but I don't know how to "retest in a clean 32-bit WINEPREFIX."03:30
kostkonliuxg,   sudo apt-get purge qtcreator-plugin-ubuntu    and then try again with     sudo apt-get install ubuntu-sdk03:30
kostkonliuxg, actually do a   sudo apt-get autoclean    first, before    sudo apt-get install ubuntu-sdk03:31
liuxgkostkon, thanks for your reply. http://pastebin.ubuntu.com/12977139/03:31
=== krsna- is now known as krnsa
kostkonliuxg,   do a   sudo apt-get clean03:32
kostkonliuxg, and then try again03:32
liuxgkostkon, http://pastebin.ubuntu.com/12977147/, this is it03:33
gartralliuxg: how much hdd space do you have?03:33
kostkonliuxg, better do apt-get clean and not just autoclean03:33
gartralkostkon: I'm going to have him do a build-dep against ubuntu-sdk03:34
kostkongartral, ok03:34
liuxggartral, http://pastebin.ubuntu.com/12977152/03:34
gartralliuxg: can you repeat the with a fd -h03:35
gartralliuxg: actually sudo apt-get install pastebinit -y $$ df -h | pastebinit03:36
gartralliuxg: actually sudo apt-get install pastebinit -y && df -h | pastebinit03:36
liuxggartral, http://imgur.com/KxDjQAk03:36
gartralliuxg: that image tells me nothing03:37
liuxggartral, sudo apt-get install pastebinit -y && df -h | pastebinit03:38
liuxggartral, http://paste.ubuntu.com/12977167/03:38
uskigartral, interesting, i get a "communication error 5012" from the hplip driver03:38
uskigartral, i tried with 4.1.5, 4.3.0 and an older 3.13.0 kernel, same result03:38
liuxggartral, how can I proceed with it?03:39
gartralliuxg: sudo apt-get build-dep ubuntu-sdk03:40
gartraluski: very odd03:40
liuxggartral, it is done, then?03:40
uskigartral, yea... i'm not sure if it's a cups bug or a kernel bug03:41
liuxggartral, so, I can proceed to install it now?03:41
liuxggartral, still, I get the same problem.03:41
gartralliuxg: did you run my last command?03:42
gartraluski: this might me a hplip bug03:43
liuxggartral, http://paste.ubuntu.com/12977186/03:43
liuxggartral, yes, I ran your last command03:43
gartralliuxg: are you working on ubuntu phone?03:44
liuxggartral, yeah, I am developing software for ubuntu phone.03:44
gartralliuxg: $ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa03:46
uskigartral, 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
liuxggartral, 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? thanks03:46
liuxggartral, when i am trying to install, it says the same thing like http://paste.ubuntu.com/12977201/03:48
gartralliuxg: 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 anymore03:48
liuxggartral, ok. thank you for your kind help.03:48
uskigartral, definitely looks like a kernel bug (might be triggered by hplip). lsusb hangs...03:50
gartraluski: oh wow03:51
uskiwhich is weird since this printer worked previously and it's rather common - might be a printer firmware corruption or something like this03:51
uskidammit, 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 speculating03:52
uskibrb reboot03:52
=== ferret___ is now known as ferret_
uskigartral, 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 print03:59
=== saschpe_ is now known as saschpe
GerowenI'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:03
GerowenEven viewing all running processes as root, I see no ClamAV or Freshclam processes running.  Maybe a cron job?04:04
UniFreakhow to let ubuntu always underline menu's shortcut key when right click?04:09
jnealhey guys my wireless driver doesnt seem to work unless i hibernate my computer first, any ideas on what may cause this issue?04:13
jnealvery strange bug04:15
=== krnsa is now known as Lord_Govindam
uskigartral, 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/151036704:32
ubottuLaunchpad bug 1510367 in HPLIP "hplip crashes laserjet 1020 printer" [Undecided,New]04:32
User10389help04:32
uskiUser10389, how may we help you ?04:33
wileeetake two aspirin and call in the morning04:35
sjLonghornHello.  I have bound super+space to switch my IME, but recently it started making my launcher sidebar show instead.04:37
sjLonghornI can't figure out what caused this.  Any suggestions?04:37
samssammerzSo 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-upgrade04:46
wileeesamssammerz, just an update would preceded either04:47
wileeesamssammerz, I'm not sure of the held list in debian rather than ubuntu the dist-upgrade calls, security basically here.04:50
samssammerzwileee, I'm not sure I understand you. What do you mean by "just an update would preceded either"?04:51
wileeesamssammerz, 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:53
wileeesamssammerz, the update sets the cache on what is available, than you can run either command, depending on what you want.04:54
swebi 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
sachin_aIs it possible to disable one of internal speakers of laptop?05:07
BuzzardBuzzyou want left one on and right one off?05:15
crassI'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:19
widderhi05:25
sysdocHi 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:26
dsnyderssysdoc: 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:32
sysdocdsnyders: It does not work as apt-get fails to hit the IP addy05:35
dsnyderssysdoc: Like I said... it doesn't always work.05:35
crasssysdoc: you might have to change the repo to the archived url05:37
dsnyderssysdoc: 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:37
VesperoHey, 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 versions05:39
VesperoAnyone have any suggestions?05:39
ImpiousHey cool, i did it right. i havent used irc in years05:39
Impiouswait no i didnt05:40
dsnydersImpious: It looked like it worked right from here.05:40
Impiousi was trying to get ubuntu-beginers05:40
Impiousubuntu-beginners not enough N's05:40
dsnydersAh!  Typing in  /join ubuntu-beginners should do the trick05:41
Impiousthank you, i was looking for some people who were friendly that could talk distros with me05:41
Impiousi thought the beginner irc for the most popular one would be a great place to start05:42
=== ubuntu is now known as Guest52524
Guest52524teste05:51
supercooldudehey all05:54
OERIASHey I have an issue updating to 15.10 from 15.0405:55
OERIAShttp://imgur.com/hT29oNa05:55
Guest52524E ai05:55
Guest52524Beleza05:55
OERIAS^^ Error authenticating  some packages.Coninue?05:55
Guest52524Alguem do Brasil?05:55
OERIASGuest52524, Aqui solo podemos falar em Ingles. Vaixe a #ubuntu-br ou ubuntu-pt05:56
Guest52524Thanks05:56
OERIASHey I have an issue updating to 15.10 from 15.0405:57
OERIAS^^ Error authenticating  some packages.Coninue?05:57
OERIAShttp://imgur.com/hT29oNa05:57
wileee!br | Guest5252405:57
ubottuGuest52524: 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.05:57
=== cynthia is now known as Guest95352
rizianyone there i am having this weird problem of text box not printing in liberoffice writer06:11
rizii have tried  searching online as well and checked all option in print setting06:12
rizibut still i can see them in print preview but  still they dont print06:12
rizianyone there please i need help printing this assignment i have to submit it tonight.06:18
hateballrizi: what is your question06:19
rizitext box in lebirooffice are not printing06:20
hateballrizi: have you tried turning the document into a PDF and then printing that?06:20
rizihateball,  i am trying to print it to PDF06:21
hateballrizi: is this in 15.10, LibreOffice 5.0 ?06:21
rizihateball, let me check06:21
rizihateball, yes its ubuntu 15 but libreOffice 1:4.4.206:23
rizihateball, should i upgrade it06:25
hateballrizi: nah, just checking so I can see if I can reproduce06:26
hateballrizi: have you checked the properties for the textbox so it's not set to "printable: no" ?06:26
rizihateball, i was thinking about it where do i find this setting,06:27
hateballrizi: you need the toolbar for... let me switch locale...06:28
hateballrizi: Form Controls, then click Deisgn Mode, doubleclick the textbox06:29
hateballrizi: that will get you all the properties of the box06:29
=== MonkehParade is now known as trancey
vickycq-bpiHi. Do I always need to run update-initramfs after altering /etc/modules and /etc/modprobe.d ?06:30
=== trancey is now known as MonkehParade
rizihateball, let me check06:32
lotuspsychjevickycq-bpi: can this help? https://wiki.ubuntu.com/Initramfs06:34
rizihateball, 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 happens06:35
rizihateball, i see same tool bar  appearing but there is no printable option in them06:37
=== omnik5570 is now known as omnik5569
hateballrizi: this is what you should get http://imgur.com/VGAJvmh06:41
rizihateball, okay got, just one more how make its background transparent06:43
hateballrizi: Make what transparent?06:43
dionysus69I 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:43
rizihateball, make background of this text box transparent,06:45
hateballrizi: should be in the same properties dialog iirc06:46
Mike_H1960it is how i made this chatbox transparent06:46
hateballrizi: interesting. you cant change transparency on the form control text box, but if you add a box using the draw tools you can06:49
rizihateball, and thats the box which i was using and its not printing for some reason06:50
rizihateball, that the box which i want so i have more control over its formating06:51
hateballrizi: are the contents not printing, or the borders?06:51
rizihateball, it does not have border but i will check. for now the content06:52
hateballhmmm, I cant reproduce that on 4.2 at least06:52
rizihateball, O my God flop life06:54
rizihateball, shoot you wont believe it.06:55
rizihateball, i was using dark colored backgroud and white color text  in appreance setting06:57
vickycq-bpilotuspsychje: Thanks! I'll read the basics.06:57
rizihateball, but the text box's content had actual white color which didn't change when i exported it to PDF so can you guess06:58
rizihateball, it was printing but the color of content was white, i changed the color to black and now its perferct06:58
rizihateball, it was only when you suggested the idea of border that i realized it. hahaha06:59
hateballrizi: oh well, good that it is solved then07:02
rizihateball, good job we found a super technical bug. ha ha07:02
rizihateball, Thanks you very much  for the help  it couldn't have been possible with out your suggestion07:03
hateballrizi: :)07:03
cinvokeI 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:13
OERIASCan someone help me as to why ubuntu is not allowing to upgrade?07:16
OERIAShttp://imgur.com/hT29oNa07:16
OERIAS^^ Error authenticating  some packages.Coninue?07:16
baizonOERIAS: change the repository server07:17
OERIASbaizon, really to what UK?07:17
baizonOERIAS: there are 15 in the uk, pick one :)07:18
hateballcinvoke: what does the rule look like? you'll need to use sudo inside the rule for it to be run as root07:19
TaTuMT!skype07:19
ubottuTo 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 !Ekiga07:19
gnugatHey 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 appreciated07:19
mijowhhello, 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 updat07:25
mijowha friends system had a similar issue with the same upgrade, but changing that grub setting worked for them07:26
baizonmijowh: try the noplymouth option in grub07:27
mijowhon the same setting line, and do i add or replace? "nomodeset acpi_osi=Linux noplymouth" or just "noplymouth" and thanks for answering07:28
mijowhnot too familiar with grub, only been on ubuntu for a few months. havent encountered an issue where i had to change grub's config before07:29
baizonmijowh: remove nomodeset07:29
OERIASbaizon, I still get the same error07:29
mijowhok, so "noplymouth acpi_osi=Linux"07:29
OERIASChanging the servers did not work07:29
payloadis there a ubuntu social channel?07:30
mijowhI'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 shortly07:30
auronandace!discuss | payload07:31
ubottupayload: 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
payloadthanks07:31
=== nudtrobert1 is now known as nudtrobert
=== BigDave is now known as truerock
OERIASCan someone please help me with the issue??07:33
baizonOERIAS: after changing, did you update ?07:34
baizonOERIAS: with update i mean sudo apt-get update07:34
OERIASYes I i did apt-get07:34
baizonOERIAS: did you run sudo apt-key update?07:35
baizonand then sudo apt-get update07:35
OERIASbaizon, I still get the same error07:39
baizonOERIAS: which version are you on?07:39
OERIAS15.0407:40
baizonOERIAS: http://askubuntu.com/questions/425355/error-authenticating-some-packages-while-upgrade07:41
TaTuMT!opera07:43
ubottuOpera 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/OperaBrowser07:43
mijowhhello, i'm back. it did not help. it boots directly to a black screen with a blinking underscore in the top left07:46
mijowhand stays07:46
baizonmijowh: graphics drivers could be a problem here07:47
akikmijowh: edit /etc/default/grub and uncomment GRUB_TERMINAL=console07:47
akikmijowh: then update-grub07:47
chenlihi, anyone know where I can download linux-image-extra-3.19.8-031908-generic  Or how to install it without download it ?07:56
ikoniachenli: how do you expect to install it without downloading it ?07:58
chenliikonia, no, because I can't find where to download it07:58
auronandaceperhaps he means installing it on an offline machine07:59
chenliikonia, so, if there is anyway can do it, I would like to try07:59
ikonia!info linux-image-extra-3.19.8-031908-generic08:00
ubottuPackage linux-image-extra-3.19.8-031908-generic does not exist in wily08:00
ikoniachenli: is it an ubuntu package ?08:00
ikonia!info linux-image-extra08:00
ubottuPackage linux-image-extra does not exist in wily08:00
chenliikonia, I find header & image here http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/08:01
ikoniachenli: that is the mainline kernel - why are you running that ?08:01
chenliso I install the kernel,08:01
ikoniachenli: why ?08:01
chenlimy boss ask me to install this version08:01
ikoniawhy ?08:02
chenliI don't know why08:02
chenli:(08:02
ikoniathen you should undo it08:02
ikoniachanging the kernel to the non-standard kernels for no reason will cause you problems, as you are seeing here08:02
chenliwhat is " mainline kernel" means ?08:02
ikoniait means totally standard from the main linux kernel branch, not patched/built for ubuntu08:02
chenlio, so that's possible the extra deb do not exist at all ?08:03
ikoniaprobably08:03
mijowhi'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/VtcUANWn08:04
mijowhline 21 was originally commented08:04
chenliikonia, ok, thanks for replying, I will let my boss know that !08:04
mijowhbaizon, if it is graphics drivers, what should i do?08:05
mijowhi can boot into root terminal with networking through recovery moot08:06
mijowhmode*08:06
baizonmijowh: which grahpics card do you havE?08:06
mijowhnvidia geforce 840008:06
mijowhonly slightly outdated >.>08:06
baizonmijowh: ou old nvidia, sorry im out08:07
mijowhi updated everything else on my system before the 15.10 upgrade, including graphics drivers08:07
mijowhi was thinking about buying a new graphics card08:07
baizonmijowh: it can happen that never drivers dont support older hardware08:08
baizonbut i cant tell, dont have an nvidia card08:08
mijowhmakes sense. thank you for the help. thats something ive been needing to upgrade anyway08:08
mijowhwhat do yu use? ive always had nvidias08:09
mijowhand theyve always (mostly) worked well08:09
baizonmijowh: they work well :) just the old ones can get in trouble (no support)08:11
akikhttp://askubuntu.com/questions/613969/acpi-ppc-probe-failed-starting-version-219-nvidia08:11
akikthere's a solution saying that adding nomodeset solves that problem08:12
mijowhalright. 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
mijowhappreciate it08:12
mijowhi tried nomodeset08:12
akikstrange08:12
mijowhunfortunate if you ask me08:13
mijowhthis is my only computer08:13
curiousxmijowh: there is an unofficial ppa that has opengl 4.1 support -.-08:15
curiousxoh! maybe i missunderstood mijowh, is your hardware that doesn't support opengl above 3.3 ?08:16
mijowhyeah08:16
curiousxok ok08:16
mijowhwheres a good place for cheap cards? newegg doesnt have much under $20008:16
mijowhheh, this is my card http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=7192074&CatId=1197208:18
soupnanodesukarm8, 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
soupnanodesukarimho08:20
curiousxthat graphic card it's like ten years lod now :D yeah, you need something better than that to play latest games, check ebay08:20
soupnanodesukaryeah, hence the 'r9 290' bit.08:21
curiousxoh! no, i think in terms of graphic card for gaming under linux, nvidia + propietary drivers08:21
soupnanodesukarnvidia is garbage mate. https://github.com/mpv-player/mpv/commit/8b291aff96b98a070f39c9a5082c365d4c3ba38c08:22
mijowhhows this look? http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=9117008&CatId=1197208:22
mijowhits dx11 so im thinking opengl 4.0+08:23
mijowhand quite affordable08:23
curiousxa 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=208:23
mijowhthink that would be good under linux?08:23
mijowhdont wanna get something with poor support08:23
TaTuMT!skype08:24
ubottuTo 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 !Ekiga08:24
curiousxsoupnanodesukar: well that link is related to media player, i wrote gaming08:24
MadLambDoes 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
akikmijowh: are you able to boot the machine if you use acpi=off ?08:25
mijowhi have not tried08:25
baizonMadLamb: launch it from terminal08:25
MadLambbaizon, it works, but I want to launch it from launcher08:25
soupnanodesukarcuriousx: 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
mijowhshould i comment "GRUB_TERMINAL=console"again, and change "GRUB_CMDLINE_LINUX_DEFAULT="acpi=off"08:25
baizonMadLamb: the .desktop ist broken then08:26
curiousxmijowh: just see the link i paste, and you'll see some benchmark and comparisons that will help you make a decision08:26
mijowhthank you curiousx08:26
akikmijowh: you can leave the GRUB_TERMINAL setting in place, also the acpi_osi setting08:26
MadLambbaizon, already deleted and re-created, already ran the command manually08:26
mijowhGRUB_CMDLINE_LINUX_DEFAULT="acpi=off acpi_osi=Linux"08:26
akikmijowh: linux will be able to use multiple settings defined in that file08:26
mijowhnoplymouth or nomodeset?08:27
akikmijowh: just test which works. the acpi=off should be used just for testing. it looks like many other people have that same problem08:27
mijowhi will try that now, be back soon08:28
chenlihi, is openstack is only suportted in trusy ? http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/08:37
mijowhhey im back08:45
mijowhno luck, thanks though08:45
mijowhcould you post that comparison of graphics cards again? im gonna shop around08:46
mijowhi have no history on a live cd >.>08:46
akik10: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=208:47
curiousxmijowh: http://www.phoronix.com/scan.php?page=article&item=steamos-22-gpus&num=108:48
mijowhthanks08:48
curiousxnp mate08:48
mijowhon 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/ubuntu08:50
=== newell is now known as Guest89513
curiousxmijowh: ls a: ls /media/$USER08:54
baryonshii08:54
curiousxhello08:54
mijowhhttp://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=COHXwrqj4sgCFdURHwod7qgCbw08:55
curiousxmijowh: do* a: ls /medcia/$USER08:55
safe__I'm having trouble looking up the application 'Games' for ubuntu, google only recommends various games. Anyone have a link?08:55
mijowhthat ones the top of the list on the benchmark too lol08:55
mijowhtry apt-file search?08:56
curiousxmijowh: oh yeah!, that's a good one for noadays games08:56
mijowhbuying it now :D <3 free shipping08:57
curiousx;)08:57
mijowhskyrim will look lovely now :O08:57
mijowhi get about 11 fps playing it >.>08:57
safe__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
mijowhoh08:58
curiousxsafe__: are you using gnome-shell ?08:58
mijowhsorry i dont really have a clue lol08:58
safe__curiousx: Yes.08:58
curiousxsafe__: what if you open dash and type: game08:59
curiousxsafe__: does it show up ?08:59
safe__curiousx: Steam is the first to come up, and some other random small games.08:59
curiousxsafe__: type gnome-  and press <TAB> twice, see if it's there09:00
safe__curiousx: Music and some other stuff comes up. I haven't updated to 15.10 if that's the problem?09:01
curiousxsafe__: 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
curiousxturned*09:02
safe__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
safe__curiousx: Not even trying to install it, trying to find it's homepage.09:03
curiousxsafe__: oh! now i understand, look: http://bytesgnomeschozo.blogspot.ro/2015/10/games-3180-released.html09:05
safe__curiousx: Perfect, thanks!09:05
curiousxsafe__: 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 -.-09:06
=== farid is now known as Guest27827
MagentiumIn just a short wiley I get to use wiley  wooooo09:12
PeanutHi - has SHA1 been deprecated in 15.10 (Wily) ?09:15
PeanutI can't find anything about it, but it doesn't seem to work in OpenSSL anymore.09:15
acetakwashi09:21
acetakwasa portion of my screen is stuck09:21
acetakwashow do I get rid of it?09:21
acetakwasa part of a window (UI) is still there after closing the window09:22
acetakwasNow it's obscuring some things09:22
TaTuMT!skype09:23
mcphailPeanut: 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, however09:26
absklbhi09:40
absklbi 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
absklb                    | etc/php4/apache2/php.ini. and still while importing a 119MB sql file into mysql via phpmyadmin i get error Script timeout       │ AdamPDotty09:41
absklb                    | passed, if you want to finish import, please resubmit same file and import will resume.09:41
absklbon 15.0409:41
absklbphp509:41
ChargedLightHello. 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
absklbnvm.09:48
mcphailChargedLight: the log files can be deleted09:50
ChargedLightmcphail, How should i do it properly?09:50
mcphailChargedLight: It would be unusual for them to be taking up much space, though. Is a process going crazy and writing too many logs?09:50
mcphailChargedLight: just delete them. You don't need to do anything fancy to get rid of them. They're there for your information only09:51
curiousxChargedLight: du a: du -sh $HOME/* | grep G09:51
ChargedLightmcphail, i'm not sure what process cause it. But there are a huge amout of files starting with update-blabla.log.x.gz prefix09:51
curiousxChargedLight: do a: sudo apt-get clean09:52
ChargedLightkristof@kristof-note:~$ du -sh $HOME/* | grep G09:52
ChargedLight1,4G/home/kristof/Work09:52
mcphailChargedLight: you can read the log files and see if anything unusual has been going on09:52
acetakwasa part of a window (UI) is still there after closing the window09:53
acetakwasNow it's obscuring some things09:53
acetakwasHow do I refresh my UI?09:53
acetakwasLXDE on Ubuntu09:53
ChargedLightmcphail, it looks like log on every system event that going on. A lot of system warnings, etc09:54
ancky_ifconfig isn't listing all my ethernet interfaces, one is missing09:54
curiousxacetakwas: type in terminal: xkill   then with your mouse do a click on the windows that doesn't want to close09:54
ancky_it blinks and seems happy, lspci does list two ethernet cards09:55
acetakwascuriousx::  the window is already closed; it just a portion of it that still appears on the screen09:55
mcphailChargedLight: 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:55
curiousxhm! acetakwas could you log out and log in ? idk how to refresh lxde, i necer used that DE09:56
acetakwasokay09:56
curiousxnever*09:56
acetakwasI can't log out just yet09:56
ChargedLightmcphail, 1,1G09:56
acetakwasI thought there was a way to just refresh the UI09:57
mcphailChargedLight: wow09:57
mcphailChargedLight: worth while trying to track down which process is chatting so much by having a read through the logs and chasing up leads09:58
curiousxacetakwas: type: logout    in terminal09:58
acetakwascuriousx::  I don't want to logout yet09:58
acetakwasI got some work going on09:58
acetakwasI've*09:59
curiousxacetakwas: ok ok xD mmm... let me search09:59
ChargedLightmcphail, a lot of unity warnings and errors09:59
acetakwasthanks09:59
ChargedLightalready delete all items from there09:59
soulissonHi, 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
soulisson* are available10:00
bekkssoulisson: just run sudo apt-get update; sudo apt-get dist-upgrade regurlarly.10:00
curiousxacetakwas: try this: pcmanfm --desktop --profile lubuntu10:01
ChargedLightmcphail, thanks for your help10:02
acetakwascuriousx::  thanks, but that didn't work :(10:02
curiousxacetakwas: and this: pcmanfm --desktop-off && pcmanfm --desktop --profile lubuntu10:02
acetakwasagain :(10:03
soulissonbekks, yes, but before applying updates I would like to test them in a test environment10:03
bekkssoulisson: Then do so in a test environment, by running apt-get update and apt-get dist-upgrade regurlarly.10:04
baadramanyhi guys10:06
baadramanyanyone here familiar with SystemC?10:06
curiousxsry 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-lubuntu10:06
=== newell is now known as Guest74693
soulissonbekks, I would like to perform security updates package by package, is there a command line I can issue to get the security available?10:09
acetakwascuriousx::  okay. I appreciate your assistance10:10
curiousxacetakwas: just notice in that link you have to log out and log in to take effect :p10:12
acetakwasaha ... okay10:12
Fudgeacetakwas:  you will be there a long time installing each package and inspecting its impact10:12
acetakwasFudge::  ?!10:13
ztaneanyone using skype on 15.10 / having problems with the gui being laid out completely wrong10:13
bekkssoulisson:  apt-get -s dist-upgrade | grep "^Inst" | grep -i securi | awk -F " " {'print $2'}10:13
bekkssoulisson: that gives you a list of pending security updates available, so you can process them later.10:14
sjumscan I get help from a boot-wizard for an Ubuntu server just upgraded from 15.04 to 15.10 ?10:15
soulissonbekks, great, thank you very much10:15
bekkssjums: you need to ask a specific question before :)10:15
bekkssoulisson: Maybe you find this article useful, too: http://askubuntu.com/questions/194/how-can-i-install-just-security-updates-from-the-command-line10:15
soulissonbekks, thanks10:16
soulissonbekks, a new package might include security updates as well as other fixes, right?10:16
ztanesurprisingly the skype problems occur only on 15.10 without kde...10:17
sjumswell, bekks, I did a do-release-upgrade, was asked to reboot. Server doesn't start up again10:17
ztaneor, with ubuntu-desktop10:17
sjumsnow I'm sitting in OVH pro-rescue, not sure how to reconfigure the boot partition10:18
ztanesjums: also #ubuntu-server10:20
bekkssjums: MAybe you should start to elaborate on "doesnt start up again". What happens, which error messages do you see, etc.?10:21
ztanebekks: I guess since sjums uses a dedicated server from a cheap farm, the answer would be "nothing" ;)10:21
sjumsCorrect, ztane :(10:21
bekkssjums: so you dont have a rescue console available?10:22
sjumsI do. And I'm sitting logged in.. So far so good I guess :)10:23
ztaneso I guess you need to mount the root partition, then try to see if there is /var/log/boot.log10:24
ztaneif 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 get10:25
sjumswelp.. I don't have a boot.log10:25
ztanein your hard disk, not in the rescue :P10:25
ztanebut now wtf... how do I get the skype working on my ubuntu-desktop10:26
curiousx!info skype | ztane10:27
ubottuztane: Package skype does not exist in wily10:27
curiousx!skype :p10:27
ztanecuriousx: not gonna help, see above :P10:28
curiousx!skype10:28
ubottuTo 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 !Ekiga10:28
chotaz`w!Ekiga10:28
ubottuekiga is an Internet telephony application included with Ubuntu, which supports the SIP and H323 protocols. Information and help at https://help.ubuntu.com/community/Ekiga10:28
ztaneyeah yeah, just tell all my customers to use Ekiga ;D10:28
bekkssjums: Since you have a remote console, you can see the boot process. Whats happening when whn you boot?10:31
sjumsI have a rescue ssh-session I can login to10:31
ztanebekks: it is not a remote console, it is a recovery console10:31
bekksztane: this poor webinterface only, I see.10:31
sjumsBut I can mount my drive(s)10:32
sjumsand everything is here10:32
ztaneso mount your root and check the yourroot/var/log/boot.log for example10:32
bekkssjums: where d you do that without a remote console?10:32
sjumsbut ztane, that file is not there >.<10:33
leeyaahello10:33
ztanebekks: 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 only10:33
leeyaado you guys know when upstart was introduced? seems like I cant find that information.10:34
ztaneso it is not a console really..10:34
bekksztane: thats even worse than I expected. :)10:34
leeyaai need to check if a legacy server of mine supports upstart10:34
bekksleeyaa: which ubuntu release do you use?10:34
leeyaabekks: i have from ubuntu 6.06 to 14.04 lts10:34
sjumsbekks, it's exactly as ztane says :P Sadly10:34
leeyaai just need to know when it was introduced to ubuntu10:34
sjumsI'll dig around10:34
sjumswill come back ;)10:35
sjumsThanks so far :)10:35
somsip!upstart | leeyaa (is it on here?)10:35
ubottuleeyaa (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
bekksleeyaa: Everything older than 12.04 is EOL and out of interest. 12.04 supports upstart, since it was introduced in 6.1010:35
leeyaabekks: hm that seems to answer my question then. 6.06 is before 6.1010:35
leeyaathanks10:35
ztanewell...10:36
leeyaawhy no one ever just answers the real question instead of bringing that eol crap ;p10:36
ztanethe good question is ...10:36
ztaneif you have 6.06...10:37
ztaneis it *your* server anymore :D10:37
ikoniabilel: was it 6.10, I thought it was around 8,04 ?10:37
ikoniaoops10:37
ikoniabekks: was it 6.10 ? I thought it was 8.0410:37
leeyaaztane: actually i found that some legacy severs have less issues than newer ones (less new cves :D)10:37
ztanepossibly...10:38
leeyaaikonia: its 6.10 or 6.08 something like that10:38
ztaneor then no one studies them10:38
leeyaai cant remember10:38
leeyaaztane: exactly10:38
leeyaaespecially when you consider where has ubuntu gone in the recent years. i cant believe some of the stuff i see...10:40
utu8owould you recommend buying a Microsoft Surface Pro 4 and installing Ubuntu on it?10:46
=== becca is now known as Guest92026
mcphailutu8o: to use as a tablet? No. Most apps on Ubuntu aren't optimised for touch use10:57
PATATAque pasa niggas10:58
PATATAos rebiento a todos10:59
PATATAes bromi xd10:59
cfhowlettPATATA, seriously?  /ignored10:59
=== newell is now known as Guest50547
m0e42cheers11:06
BluesKajHiyas all11:13
=== general is now known as Guest9934
=== davi_ is now known as Guest51392
=== cynthia is now known as Guest39269
pippohullo11:28
status402hi pippo11:29
lettuce45hi, 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:31
curiousxlettuce45: sido apt-get install nethogs ; sudo nethogs11:32
lettuce45curiousx, what will that show/ do?11:32
curiousxlettuce45: aptitude show nethogs11:32
hateballlettuce45: 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
hateballetc etc11:33
hateballPlenty of default services show network activity from time to time11:33
curiousxlettuce45: aptitude show nethogs | grep Descri11:33
lettuce45curiousx, sudo = aptitude?11:36
curiousxoh! sry lettuce45 i got a typo:  sudo apt-get install nethogs ; sudo nethogs11:37
curiousxlettuce45: and sudo isn't equal aptitude11:37
lettuce45sudo nethogs returns >>>>> ioctl failed while establishing local IP for selected device eth0. You may specify the device on the command line.11:38
status402lettuce45: Run ifconfig and see if there's a wlan0 or something such. If you're on wifi that is.11:39
curiousxlettuce45: are you connected via wifi ?11:39
lettuce45yes11:39
lettuce45wifi11:39
lettuce45ok works, is 0.8.0 the actual version?11:40
curiousx!info nethogs11:40
ubottunethogs (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 kB11:40
lettuce45!info firefox11:40
ubottufirefox (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 kB11:40
lettuce45!info apparmor11:40
ubottuapparmor (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 kB11:40
lettuce45:D11:40
lettuce45!info freenode11:41
ubottuPackage freenode does not exist in wily11:41
bazhanglettuce45, use /msg ubottu for that11:41
curiousxlettuce45: don't abuse :p11:41
badbodhi abuse ubottu daily, it still loves me11:44
gianfrancoxciao11:50
cambazzhello, 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 harddrive11:52
cambazzi can manage to get to grub console though, and i got a flash drive with ubuntu11:53
cambazzso how can i boot it11:53
lettuce45whats the difference between KiB and KB? network app and nethogs show different date measures11:53
lettuce45data11:53
cambazzall the instructions on the internet are old11:53
chotaz`wwell, the internet is an old thing.11:54
TJ-cambazz: BIOS, or do you mean UEFI ?11:54
badbodhcambazz, how can you get to grub but not bios ? you sure pressing the correct keys ?11:54
hateballlettuce45: 1024 vs 100011:54
TJ-cambazz: If UEFI, maybe you've configured the firmware to QuickBoot the default boot entry?11:55
cambazzTJ-, 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 menu11:57
cambazzTJ- : i have not done any configuration, all i did was a wanilla install. how can i mess with uefi?11:58
badbodhcambazz, what are the other entries that menu ? also please confirm if you have a bios or an efi/uefi system11:58
badbodh*entries on that menu11:59
I-am-GrootHello, 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?12:03
=== venkat_331 is now known as venkat_330
TJ-cambazz: Does/has the PC also optionally boot to MS Windows?12:03
TJ-I-am-Groot: that could be due to not having done "apt-get update" to refresh the package list yet12:08
I-am-GrootOOhkay12:08
I-am-GrootAnd yes, i did not do the apt-get update12:08
I-am-GrootThanks12:08
GerowenJust 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
bazhangGerowen, try #snappy12:12
badbodhGerowen, it's like google play for ubuntu. no sudo, only install. all sand in the box.12:17
Gerowenbadbodh: Reading a thing somebody wrote about it on askubuntu12:18
badbodhnice12:18
Gerowenbadbodh: 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:18
sammy__hi12:21
sammy__how are you?12:21
badbodhGerowen, all package managers are more or less similar. not much of a learning curve once you read the manual.12:21
cfhowlettsammy__, this is ubuntu tech support.  ask ubuntu questions.12:21
mcphailGerowen: 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 forward12:22
sammy__i install a ubuntu minimal and than i am install lxde and now i want to start by default12:23
sammy__how i cand do?12:23
lotuspsychjesammy__: why dont you just use lubuntu for install?12:23
sammy__yes i now12:23
ikoniasammy__: why not just instal lubuntu12:23
ikoniawhy do minimal and then add lxde12:24
mcphailsammy__: if you add the "lubuntu-desktop" package, it may integrate better12:24
sammy__for learn ;)12:25
sammy__and i want to know which file i have to setup12:25
ikoniait's not a file12:25
ikoniayou'll learn more if you install lbuntu - and use it12:25
ikoniarather than trying to learn the wrong information in the wrong order12:25
sammy__but is dificulte to manual config that?12:27
ikoniasammy__: it is when you haven't grasped the basics12:27
ikoniasammy__: hence "install lubuntu, and learn to use it" before trying to build up your own version12:27
sammy__ok12:28
sammy__thnx12:28
badbodhsammy__, have you installed a display manager? if not, edit ~/.xinitrc file . refer to archwiki for these things.12:28
ikoniaso that won't help12:29
sammy__yes im look fot that file but i havent12:29
ikoniaas that depends on you being logged into reference that file12:29
ikoniaso again - walk, before running12:29
ikoniainstall lubuntu, learn to use it, then try this sort of thing12:30
badbodh+1 ^12:30
root2_gpf12:31
root2_大家好12:31
daniele12457Hi, how can I install nfs-kernel-server on a lxc container?12:32
root2_lololol12:32
lotuspsychje!jp | root2_12:32
ubotturoot2_: 日本語の場合は /join #ubuntu-jp または /join #kubuntu-jp を入力して下さい。12:32
root2_WTF12:32
root2_I'm Chinese12:32
root2_。。。。12:32
badbodh!cn | root2_12:32
ubotturoot2_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw12:32
resc_user_4619hi12:33
daniele12457Hi, how can I install nfs-kernel-server on a lxc container?12:33
lotuspsychje!patience | daniele1245712:34
ubottudaniele12457: 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
ikoniadaniele12457: same as any other install, however it's unlikley to work as the container will be the controlling kernel12:34
daniele12457in fact it cannot mount the rpc file system, so you mean there is no way to run nfs in a container?12:35
ikoniadaniele12457: rpc is not a file system12:35
lettuce45I installed youtube-dl following their instructions on xubuntu 15.10 and it doesnt work12:35
lettuce45i disregarded the synaptic version because its outdated12:35
ikonialettuce45: then it's up to you to support the version you've used/installed12:36
cfhowlett!newest | lettuce4512:36
ubottulettuce45: 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.12:36
=== erwin_ is now known as easyOnMe
lettuce45...12:36
easyOnMeplease help me withthis12:37
easyOnMewith this12:37
easyOnMeE: Some index files failed to download. They have been ignored, or old ones used instead.12:37
easyOnMeI am trying to update my Eclipse IDE12:37
easyOnMebut that gives me problem12:37
badbodheasyOnMe, run "apt-get clean" and change mirror (control center > software settings)12:38
badbodhfollowed by sudo apt-get update12:38
easyOnMebadbodh: ok will do thanks12:42
daniele12457lotuspsychje: it seems I'm being ignored :(12:44
lotuspsychjedaniele12457: you can only be ignored by someone who wants it specificly12:46
badbodhmaybe none of us have the answer. also, your question belongs in #ubuntu-server given the level of knowledge needed12:53
badbodhmost of us can help with "help, my ubuntu is not working" stuff. we are not sysadmins :)12:54
musiquesorry ubuntu bacause of talk12:54
mvk /msg NickServ VERIFY REGISTER mvk jubwthjevigt12:55
Picimvk: try without the space in front12:55
mvkPici: lolol...12:56
dchhi 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
lotuspsychjemvk: and pick a new password12:56
dchany idea where I can change that?12:56
Picilotuspsychje: its not a password,12:56
lotuspsychjeoh12:56
bekksdch: the desktop login window shows user with UID >= 1000 by default.12:56
mvki was lucky,,12:57
mvkguys, when i try to ¨quote¨ i get these weirdo quotes12:57
mvk¨¨¨¨¨¨12:57
mvkim using a chromebook, with default US layot12:58
mvklayout... > how do i change that to normal quote?12:58
dchbekks: 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 :-)12:59
dchthe alternative is to ... change all file permission on an NFS server13:03
bekksdch: The alternative is: use nfs user mappings.13:04
sysdocjoin #mirth13:04
dchnot 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:05
SharetelHi, 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 directories13:07
bekksSharetel: you would have to use ACL.13:07
Sharetelbekks, currently I use the setfacl -Rm u:abc:rwx directory name13:09
Sharetelbut realized that it doesn't serve the intended purpose13:09
erwin_easyOnMe13:09
=== erwin_ is now known as easyOnMe
musiquehttps://www.youtube.com/watch?v=85RNTSDcWPo13:10
bekksSharetel: Correct, since you need to use a second rule to deny deletion for the usergroup not allowed to delete files.13:10
lotuspsychje!ot | musique13:11
ubottumusique: #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:11
easyOnMehello13:12
easyOnMeguys need help here with updating eclipse IDE13:12
easyOnMeI got this error message13:12
RexterHey 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
easyOnMehttp://imgur.com/AU2oXsM13:13
easyOnMeanyone please help me how to update my Eclipse IDE into the latest version13:14
easyOnMethanks13:14
bekkseasyOnMe: you cannot update a global eclipse installation being a normal user.13:14
easyOnMeso what do I do now13:15
bekkseasyOnMe: 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
easyOnMeso you mean uninstall the existing version13:15
bekkseasyOnMe: Yes. It was installed as root, and cannot be updated as user.13:16
easyOnMebut I am login as a the super use13:16
easyOnMedoes it help13:16
easyOnMeI mean I have admin priviliges13:16
bekkseasyOnMe: having admin privileges is not being root.13:16
easyOnMeoh ok13:16
easyOnMethanks on that13:16
bekkseasyOnMe: Uninstall that version, and proceed as stated above.13:16
easyOnMethen I will uninstall and do as you say13:17
easyOnMethanks bekks13:17
bekksIn fact, you dont even need to uninstall that version. :)13:17
RexterCan anyone recommend a multi-platform C++ IDE. I want it to work the same on Ubuntu, and Windows.13:20
Sharetelbekks: So do you mean the 2nd rule for preventing deletion would be "setfacl -Rm u:abc:rw- directoryname"13:21
akxwi_davecode:blocks13:21
akxwi_daverexter; works well on both platforms13:21
easyOnMebekks: can you please have a look at this site13:22
easyOnMehttp://ubuntuhandbook.org/index.php/2014/06/install-latest-eclipse-ubuntu-14-04/13:22
easyOnMeis this how you want me to proceed13:22
bekkseasyOnMe: 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
bekks*directory13:22
kjcwncsdr***      buzzfeed.co.il      ******      buzzfeed.co.il      ******      buzzfeed.co.il      ******      buzzfeed.co.il      ******      buzzfeed.co.il      ******      buzzfeed.co.il      ***13:22
cfhowlettkjcwncsdr, spam is unwelcome here.  and rude.13:23
easyOnMebekks: so I follow the part on step 313:23
easyOnMeof that site13:23
bekkseasyOnMe: No.13:23
bekkseasyOnMe: /opt is not your home directory.13:23
easyOnMeso I just do it like this13:24
Rexterakxwi_dave: Oh, that's great. I've been looking for something like that for a while! Thank you.13:24
easyOnMecd /home/ && sudo tar -zxvf ~/Downloads/eclipse-*.tar.gz13:24
bekkseasyOnMe: No.13:24
akxwi_dave:-)13:24
bekkseasyOnMe: in your home, you dont need sudo.13:25
k1l_easyOnMe: why sudo in home directory?13:25
auronandaceeasyOnMe: also shouldn't that be /home/username/13:25
easyOnMewhen you say home directory the user account that bears my name13:25
AnthaasHi, 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:25
easyOnMeoh ok13:26
easyOnMeI got it13:26
k1l_cd ~ . that brings you to the users home directory13:26
easyOnMeso its like this cd /home/james/ tar -zxvf ~/Downloads/eclipse-*.tar.gz13:26
easyOnMeis that correct bekks13:26
easyOnMebekks: so its like this cd /home/james/ tar -zxvf ~/Downloads/eclipse-*.tar.gz13:27
Rexterbekks: 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
bekksRexter: BEcause the eclipse installation in the repos is messed up, not updatable by a normal user.13:27
easyOnMeauronandace: so its like this cd /home/james/ tar -zxvf ~/Downloads/eclipse-*.tar.gz13:28
bekkseasyOnMe: whats the "eclipse-*.tar.gz" filename in detail?13:28
easyOnMeis that correct now13:28
bekkseasyOnMe: No need to ask various people :)13:28
Rexterbekks: okay, so your answer on only specific to this particular software?13:28
=== nudtrobert1 is now known as nudtrobert
bekksRexter: correct.13:28
easyOnMebekks: eclipse-inst-linux32.tar.gz that is the complete file name13:29
bekkseasyOnMe: which is the installer, not the full eclipse tarball.13:29
bekkseasyOnMe: which eclipse version are you going to use?13:29
easyOnMebekks: that is the file I got after I downloaded the linux 32 bit version13:30
Rexterbekks: got it, I'm with you then.13:30
easyOnMeI am not yet sure what version that is13:30
bekkseasyOnMe: Answer my question please.13:30
bekkseasyOnMe: Eclips Juno, Eclipse Mars? Which Eclipse IDE flavor - Java, C++, PHP?13:30
easyOnMebekks: I intend to install the latest version13:30
easyOnMeoh ok13:30
bekkseasyOnMe: So name the version and the flavor please.13:30
easyOnMeEclipse for Java13:30
Sharetelbekks: Is the setfacl 2nd rule syntax OK?13:31
easyOnMebekks: I just want to use the latest Eclipse Version for Java13:32
easyOnMeI am not sure what the flavor is13:32
bekkseasyOnMe: "Java" is the flavor, which release do you want?13:32
easyOnMebekks: I want to use the latest version13:33
easyOnMebut I do not know what the name of the latest version is13:33
bekkseasyOnMe: then you should get familiar to it :)13:33
baizoneasyOnMe: Mars13:33
easyOnMebaizon: what about for PHP13:33
bekkseasyOnMe: Thats a different flavor.13:34
baizoneasyOnMe: also mars13:34
baizoneasyOnMe: https://eclipse.org/pdt/#download13:34
bekkseasyOnMe: Do you have a 32bit or 64bit Ubuntu?13:34
easyOnMebekks: 32 bit13:35
bekkseasyOnMe: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/1/eclipse-java-mars-1-linux-gtk.tar.gz13:36
easyOnMebekks: thanks bekks13:37
clockmakerhello 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 loop13:37
clockmakeri think something broken now, and it has to do with this uefi13:37
easyOnMethis version of Eclipse Mars can this be also used for PHP or I have to download the Eclipse Mars PHP linux 32 bit separately13:37
TJ-clockmaker: sounds like it has QuickBoot enabled and is trying to start the default boot entry13:37
clockmakerall i need to do is boot from usb stick13:37
clockmakerTJ-: ok, how do i revert that quickboot13:38
bekkseasyOnMe: 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
clockmakeri can get into grub screen, or i can boot the new 14.0413:38
TJ-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
easyOnMebekks: ok then let me install the Eclipse first13:38
Humorousonehello13:39
bekkseasyOnMe: Just unpack it, and start it, no need to "install" it.13:39
easyOnMebekks: oh ok13:39
EriC^^clockmaker: type sudo efibootmgr -v | nc termbin.com 999913:39
EriC^^paste the link here13:39
easyOnMeso its like portable IDE is it13:39
bekkseasyOnMe: No. Its just an extracted package.13:39
clockmakerEric^^ one sec13:40
easyOnMebekks: so once I extract it I can use it for Java and PHP13:40
bekkseasyOnMe: Yes.13:40
HumorousoneI'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' but13:40
Humorousone*bit13:40
easyOnMebekks: I thought I need to download the package for PHP13:40
Humorousonerelated issue I was having earlier, that seems to have lead to this : http://ubuntuforums.org/showthread.php?t=230063413:40
bekkseasyOnMe: You said you wanted the Java package.13:41
easyOnMebekks: yup13:41
easyOnMebut I also want to use eclipse for PHP13:41
EriC^^TJ-: what does fwsetup do from grub? i have an entry for it13:41
easyOnMecan I I do that13:41
bekkseasyOnMe: Yes. I already explained to you on how to do that.13:41
TJ-EriC^^: similar to efibootmgr13:42
clockmakerEric^^did you mean -v or -V, because -v does not return nothing13:42
EriC^^TJ-: would it get him to the bios? or just a uefi shell or so?13:42
EriC^^clockmaker: -v13:42
=== matthew is now known as Guest58571
EriC^^clockmaker: you have efibootmgr installed though right?13:43
EriC^^clockmaker: try with sudo if you haven't13:43
TJ-EriC^^: Controlling firmware QuickBoot usually requires platform-specific functionality13:43
easyOnMebekks: ok now I have eclipse opened13:44
easyOnMeso how do I install the packages for PHP13:44
easyOnMesorry newbie here for Eclipse13:44
clockmakerEric^^: yes it is installed, when i do efibootmgr -V, it will return Version 0.5.413:45
EriC^^clockmaker: try sudo efibootmgr13:45
bekkseasyOnMe: Well, in that case you should proceed from here: https://eclipse.org/users/13:45
clockmakerEric^^: yes i did that, i sudo su - root ed13:45
TJ-clockmaker: what does "ls /sys/firmware/efi/" show?13:46
clockmakerit seems like my laptop is from one of these http://www.theregister.co.uk/2013/01/31/ubuntu_uefi_bricking_samsung_laptops/13:46
clockmakerone sec13:46
TJ-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 service13:47
clockmakerTJ-: it has some files in it13:47
TJ-clockmaker: OK, good, that at least confirms the system booted in UEFI mode13:47
k1l_clockmaker: didnt you install 14.04.3?13:47
easyOnMebekks: so the Eclipse Mars for Java is also a completely different package and its a separate package that runs on its own13:47
clockmakeryes i instaled the latest.13:47
easyOnMeI thought the Eclipse Mars Java can just include extension to accommodate the Eclipse Mars for PHP13:48
clockmakerinstallation works, i just need to install again, maybe windows, and i can not access bios nor boot from another device or harddrive even13:48
bekkseasyOnMe: No?13:48
clockmakerwhen i put the old hd, it will loop boot13:48
easyOnMebut as it turns out Eclipse Mars PHP is a separate package on its own13:48
bekkseasyOnMe: Eclipse MArs is Eclipse Mars - the packages for the flavors just include different included additional packages.13:48
TJ-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 UI13:48
bekkseasyOnMe: Just like Ubuntu, Lubuntu, Xubuntu, etc.13:48
easyOnMebekks: sorry but I am only familiar with Ubuntu I just learned about Lubuntu and Xubuntu just now13:49
bekkseasyOnMe: These flavors just include different applications around the "core" packages of a release.13:50
auronandaceeasyOnMe: same base, different extras added13:50
easyOnMeTJ-: but how come when I went to the downloads for Eclipse Mars and click Eclipse Mars for PHP Developers it downloaded another package13:50
bekkseasyOnMe: Different extras included.13:51
=== ashish is now known as Guest1582
easyOnMebekks: yeah I get what you mean Eclipse Mars is the core13:51
bekkseasyOnMe: And Eclipse for Java contains different extras than Eclipse for PHP.13:52
easyOnMebut 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 PHP13:52
bekkseasyOnMe: And you can install the extras for PHP on Eclipse for Java, and vice versa.13:52
TJ-easyOnMe: The PDT as a single download is eclipse-php-mars-1-linux-gtk.tar.gz13:52
easyOnMebekks: yes that is what I mean13:52
easyOnMeTJ-: exactly13:52
Guest1582is there is any way to integrate uget with midori13:53
easyOnMeso going back to what bekks said13:53
TJ-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 Eclipse13:53
easyOnMeTJ-: Ok that one I want to learn now13:53
easyOnMehow do I do that I have Eclipse for Java opened already13:53
easyOnMeand I wanted the PHP package to be included in it13:54
Panda11I can not run aMule web server, any advice?13:54
TJ-easyOnMe: It's on the Help menu I think, long time since I did it13:54
TJ-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-environmen13:56
TJ-easyOnMe: and this seems to be the authoratitive source: http://wiki.eclipse.org/PDT/Installation13:57
k1l_easyOnMe: there is #eclipse13:58
easyOnMek1l_: what do you mean13:59
karstenhello13:59
k1l_easyOnMe: eclipse got own channels on freenode so you might ask them for such specific questions13:59
easyOnMek1l_: oh ok14:00
easyOnMethanks14:00
hyponic 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:00
bazhangtry ##networking hyponic14:01
bekkshyponic: three different connection on three different hosts?14:01
hyponicbekks yes14:01
hyponicbekks 3 different connections to 3 different vpn servers14:02
Guest1582is there is any way to integrate uget with midori14:02
clockmakeri am going nuts with my samsung.14:02
imlegendhello14:03
clockmakeri 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 documentation14:04
=== Fisheh is now known as MonkehParade
TJ-hyponic: why not just rent your own VPS and terminate your VPN on it?14:07
k1l_clockmaker: isnt it the way, that samsung does bad engeneering? that was the point the last time samsung laptops were bricked with a specific kernel14:08
ohwell123hi14:10
ohwell123hi14:10
ohwell123my display went down to 1074 or so.14:11
bekksohwell123: What does that mean in terms of ubuntu support?14:11
ohwell123and it was better before in Ubuntu 15.1014:11
ohwell123what went wrong?14:12
ohwell123or how can I get it up to better resolution nagain please?14:12
bazhang<ohwell123> and it was better before in Ubuntu 15.1014:13
bazhangohwell123, you not on 15.10 now?14:13
D3liriumhey14:14
D3liriumhas somebody already tried setting up NIS on 14.04 LTS?14:14
D3liriumapt-get install portmap nis aborted with an error14:14
bekksD3lirium: Can you pastebin the full error please?14:14
D3liriumsyslog?14:14
D3liriumbecause apt-get itself isn't very informative14:15
bekksD3lirium: No. The full error message you got upon installing.14:15
ohwell123I am14:15
ohwell123I am now14:15
ohwell123I am now still14:15
D3liriumhttp://pastebin.com/Td4WXdGn14:16
easyOnMebekks: I got it14:16
easyOnMethanks for your help man14:16
bekkseasyOnMe: you're welcome14:16
=== marlinc_ is now known as marlinc
easyOnMeand the same goes to the others as well14:16
D3liriumsyslog tells me rpcbind is terminating with status 214:16
easyOnMeKudos to you all14:16
easyOnMeYou guys are what makes Ubuntu rock!!!14:16
D3liriumhttp://pastebin.com/H7cvVyMi14:16
bekksD3lirium: Pastebin the error message you get with apt-get install please.14:17
kudoseasyOnMe: no thanks.14:17
D3lirium[15:16:01] <D3lirium> http://pastebin.com/Td4WXdGn14:17
D3liriumscroll to the end, there is none14:17
D3liriumbesides "Errors were encountered while processing: nis"14:17
D3liriumif there were any I'd happily troubleshoot myself14:17
bekksD3lirium: First of all you should update to a supported HWE: https://wiki.ubuntu.com/Kernel/LTSEnablementStack14:18
D3liriumbekks: I can't reboot that machine14:18
bekksD3lirium: Why not?14:19
bekksD3lirium: you are running an outdated kernel. You have to :)14:19
D3liriumsheduled downtime is a thing here14:19
bekksThen schedule a downtime :)14:19
D3liriumit is. for 4am14:19
=== ulot0 is now known as vickycq
=== vickycq is now known as ulot0
=== AndChat|486164 is now known as rickardve2
D3liriumbekks: I still believe the kernel isn't the issue here14:24
D3liriumand that one of the packages is broken14:24
D3liriumthe failing part is ypbind14:25
D3liriumwhich can't start with an authentication error14:25
D3liriumCannot register service: RPC: Authentication error; why = Client credential too weak14:25
bekksD3lirium: So that message says it all, doesnt it?14:25
D3liriumand I honestly don't know how a kernel update would fix this14:25
D3liriumstill, the package installation failed14:25
D3liriumwhich was the reason I'm here in the first place14:26
bekksD3lirium: Finally running on a supported kernel will give you a better feeling ;)14:26
ohwell123mja14:26
D3liriumI hate this machine and if I had the time, ubuntu would've been nuked from there already14:26
bekksD3lirium: thats a good base on keeping it up to date :)14:27
=== Humorousone_ is now known as Humorousone
=== Fisheh is now known as MonkehParade
regedithello14:35
regeditsmartctl is failing to run SMART tests: Command "Execute SMART Extended self-test routine immediately in off-line mode" failed: Connection timed out14:35
regeditany ideas/clues?14:35
regedithttp://paste.ubuntu.com/12979842/14:36
ztyuiohi14:44
ztyuiois there anyone using nomachine on ubuntu trusty ?14:44
bekksztyuio: What if people take part in your poll?14:45
=== MonkehParade is now known as SlenderMonkeh
ztyuiowell i try to install nomachine  version 4.3.3 on my windows to communicate with port 22 on ubuntu machine14:48
ztyuioubuntu trusty seems  it don't want14:50
bekksWorks fine here.14:50
bekksOn which machine did you install which component?14:50
ztyuioany idea ?14:51
bekksztyuio: Yeah, answwr my question.14:51
bekks*answer even14:51
brx_in order to install ubuntu i needed to edit the run config and change 'quiet splash' to 'nomodeset' then it installed fine14:54
brx_if i didnt do that then after clicking 'try without installing' it would stay black screen14:54
brx_now after installing, upon first boot i get the black screen14:54
brx_what should i do?14:54
hateballbrx_: get into grub menu when booting, edit your bootline to contain nomodeset and then boot the kernel14:55
hateballbrx_: once you're at the desktop you can make nomodeset a permanent option14:56
ztyuioi installed no machine on windows 1014:56
ztyuionomachine version 4.3.314:56
ztyuiowhy ubuntu trusty can't communicate with nomachine with port 22 ?14:57
ztyuioi can able to ssh my ubuntu box on port 2214:57
ztyuiobut not with nomachine14:57
p4trixztyuio, why didnt use virtualbox and vagrant?14:58
LeartSHi guys, I installed 15.10. Some gnome apps, like gnome tweak tool or gitg have really strange enormous white borders on their windows14:59
wimpogHello, 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 is14:59
ubottuThe 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
wimpogUbuntu 14.04.14:59
ubottuThe 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
Piciwimpog: give me a moment, let me take a look.14:59
brx_hateball, im not actually getting hte linux boot menu14:59
wimpogPici: Thank you!14:59
hateballbrx_: you should be able to get into grub by holding shift15:00
KakuradyHi, 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
Piciwimpog: 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 information15:02
bekksWhy cant you do a dist-upgrade?15:02
thebwtwimpog: 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:02
wimpogPici: 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
grimxMy resolv.conf file's dns servers is not being updated.15:03
brx_hateball, ok got into grub. the nomodeset didnt work but i got to recivery mode now so having a look around15:03
grimxI've set them in NetworkManager and dhcp.conf15:03
thebwtwimpog: you typically need to give a reference for why you are exempt. That link should suffice, also provide your full ubuntu release version15:04
wimpogthebwt: apache2 -v shoudl be sufficient?15:04
LeartSScreenshot of the problem with gnome apps: http://imgur.com/g0NqgJQ15:04
LeartSanyone encountered it? Any idea?15:04
hateballbrx_: what manner of GPU do you have? and what version of ubuntu did you install?15:04
thebwtwimpog: don't have an apache2 server on hand, does that include the ubuntu versioning?15:04
brx_ubuntu 14 and nvidia gtx 965m15:05
thebwtwimpog: othereise and apt-cache show apache2 should work as well15:05
thebwtotherwise*15:05
hateballbrx_: ubuntu 14.04 has an nvidia driver that is too old to work with such a new nvidia card15:05
Kakuradybekks: 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
thebwtwimpog: always better to give to much info in these scans :p it's like revenge for the 300 page pdf15:05
hateballbrx_: but if you have a recovery console you can fix it by using this ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa15:06
=== marshal0605 is now known as marshal0505
brx_hateball, if i get the latest ubuntu would it work?15:06
wimpogthebwt: thank you!15:07
wimpogPici: thank you!15:07
hateballbrx_: I think you will get a working display, but it still wont behave properly. hang on15:07
thebwtwimpog: np, and good luck!15:07
hateballbrx_: so... "sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-graphics-drivers-355" and then reboot15:07
brx_ok thanks15:08
Bashing-ombrx_: 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:11
GPIBIs the device tree only used for embedded systems or is it used in general for linux devlopment with newer kernels?15:13
LoneWlfSo... how has the whole games for linux and games on linux thing been working for ubuntu? Anyone been playing ?15:13
brx_thanks Bashing-om im just trying to get into a terminal atm will update you soon15:13
OerHeksBashing-om, the 346 and up do support that card http://www.nvidia.com/download/driverResults.aspx/82252/en-us15:13
LoneWlfI 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 out15:13
Bashing-omOerHeks: :) look'n .15:14
LoneWlfthat was game specific, but, hey, what worked, worked awesomely :P15:14
touil1976Hello 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:14
hateballBashing-om: I do think you need 346 and up for 9xx series15:16
=== Anon73 is now known as NanoUy
happyhoboWhy won't my usb auto mount?15:16
OerHekshappyhobo, what type of partition is on that usb? open terminal:  sudo fdisk -l # and paste the output on paste.ubuntu.com15:17
Bashing-omOerHeks: hateball :; brx_ Yeah .. I do stand corrected .. silly little '0' " GeForce 9650M GT " =was= my reference . Not applicable here .15:17
Humorousonehello15:18
Humorousonegetting slightly desparate with my laptop's graphics chip15:18
HumorousoneEvery few seconds the screen pauses for a second, and flashes white for a frame15:19
bekksHumorousone: Which chip do you have then?15:19
brx_damn i got to a root shell via recovery15:20
brx_i tried connecting to wifi and dhclient didnt issue an ip from the looks of it15:20
brx_trying again15:21
grimxEvery time i reboot, my resolv.conf file contains nameserver 207.0.1.1. I have to manually add the dns addresses.15:21
TJ-grimx: it should contain "127.0.0.1"15:21
TJ-grimx: it should contain "127.0.1.1" - typo!15:21
voozeBut I blacklist nvidia + nouveau (on my desktop) will it then go back to using intel?15:22
voozeor do I need to do more15:22
grimxHow do I stop resolv.conf from being overitten15:22
=== cynthia is now known as Guest2398
happyhoboOerHeks: http://paste.ubuntu.com/12980260/15:22
=== BOHverkill is now known as BOHverkill___
grimxThe settings in NetworManager don't stick15:23
TJ-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 instace15:23
happyhobosee it's not there OerHeks15:25
happyhoboIt will boot from a usb.15:25
grimx+TJ: Do I add them to /etc/resolvconf/resolvconf.d/base or head15:25
GPIBAnyone here familiar with lower level linux dev like porting to a different processor or BSP's for a new board?15:27
grimx+TJ: As it stands now, I have to manually edit resolv.conf or I can't connect.15:27
OerHekshappyhobo, curious, never seen a linux raid partition on an usb device..15:27
Humorousonewhoops, looks like my new router bugged out... Did my messages some through?15:28
Humorousone*come15:28
Bashing-ombrx_: In recovery mode one must enable networking . There is an option to do so in the recovery console menu .15:28
happyhoboI that good?15:28
TJ-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 fine15:28
grimx+TJ: I have them configured in NM config, they don't get written to resolv.conf.15:29
brx_Bashing-om, ahhhh15:30
TJ-grimx: Possibly due to it not being a sym-link? what does "cat /run/resolvconf/resolv.conf" show - the correct, expected, nameservers?15:30
happyhoboOerHeks:  I really want the latest Mate Ubuntu15:30
grimxNo, just 127.0.1.115:30
grimx+TJ: I have to manually edit resolv.conf15:31
TJ-grimx: Which is correct, sorry, my brain just went AWOL!15:31
TJ-grimx: and right now what is in /etc/resolv.conf ?15:31
grimx+TJ: nameserver 208.67.222.222 nameserver 208.67.220.220 . I had to add them my self.15:32
TJ-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 be15:32
NanoUyHola ubunteros... me estoy quedando sin hardware y estoy sin dinero para actualizar... que me recomiendan... Ubuntu Mate o Ubuntu Light?15:32
brx_Bashing-om, now ethernet working so i can run the commands hateball said, fingers crossed!15:32
grimx+TJ:  /etc/resolv.conf -> ../run/resolvconf/resolv.conf15:33
TJ-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:33
TJ-grimx: sorry, typo again!!! "dig +short iam.tj 127.0.1.1"15:34
TJ-grimx: Excuse me whilst I go and shoot myself! It *should* be: "dig +short iam.tj @127.0.1.1" !!15:35
grimx+TJ: ;; connection timed out; no servers could be reached15:36
brx_hateball, unable to locate package nvidia-graphics-drivers-35515:36
TJ-grimx: OK... so the private instance needs checking. Hang on whilst I grab the command to test it15:36
grimx+TJ: okay15:36
ulkeshAnyone happen to know anything about https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1500673 and if there is a workaround?15:37
ubottuLaunchpad bug 1500673 in gdm (Ubuntu) "gdm unusable after upgrading to 15.10" [Critical,Confirmed]15:37
brx_ahh ive found a fix for that i think15:37
brx_http://askubuntu.com/questions/687414/unable-to-locate-package-nvidia-355-and-hearthstone-issues15:37
TJ-grimx: which ubuntu release is that?15:38
grimx15.1015:38
TJ-grimx: OK, identify the current active connection with "nmcli con show --active" then do "nmcli con show <id>" where <id> is the NAME of the connection. Look at the *DNS settings. You might want to pastebin that output with "pastebinit <( nmcli con show <id>" )"15:40
grimx+TJ: IP4.DNS[1]: 208.67.222.222 IP4.DNS[2]: 208.67.222.22215:43
Nourhey15:43
grimx+TJ: I have to manually enter them after boot.15:43
Nouryoohoo15:43
sfdebughi, 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...15:43
=== root is now known as Guest86440
Guest86440welcome15:44
grimx+TJ: It should be: 208.67.222.222 208.67.220.22015:44
TJ-grimx: OK, so those you're showing are in the NM connection settings config. Is it a system-wide or per-user connection?15:44
grimxThe dns in NM are correct15:45
=== the_ant1 is now known as the_ant
grimx+TJ: yes, all users15:46
grimx+TJ: Does NM need the lo device15:47
Guest86440dd15:48
=== Guest86440 is now known as noreload
x-baythi15:48
TJ-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:48
SubMindhello which one is worth playing amongst them http://www.binarytides.com/top-games-on-ubuntu-linux/ ?15:49
niels__hi!15:49
OerHeksSubMind, try them all, they are free.15:50
grimx+TJ: [ipv4]  dns=208.67.222.222;208.67.220.220;15:50
=== the_ant1 is now known as the_ant
niels__are there any channel specifically for getting help for linux problems? :)15:50
SubMindOerHeks: yep but time is precious15:51
OerHeksniels__, ##linux i guess.15:51
niels__Thanks, OerHeks!15:51
OerHeksSubMind, so?15:51
grimxI have NM: Automatic DHCP addresses only, set15:51
TJ-grimx: So, the manual over-ride is stored in the connection config, but the active connection reports the wrong DNS?15:51
OerHeksif you don't have time, don't play games15:51
grimx+TJ: correct15:52
TJ-grimx: hmmm, I wonder if you've found a bug in NM. Let me alter a connection here and test that15:52
SubMindOerHeks: so I prefer ask feedbacks and advices15:52
TJ-grimx: I may lose this connection whilst I test; hang fire15:54
grimx+TJ: okay15:54
ioriagrimx, did you restart network-manager ?15:54
sfdebugsorry my connection was down...15:54
ztyuiohi15:54
sfdebugdoes anyone knows how to solve the iphone access problem?15:55
grimx+ioria: After adding those settings, yes, i rebooted.15:55
ioriagrimx, ok15:55
ztyuioi need your help to setup nomachine 4.3.3 on windows 10 with ubuntu trusty15:55
ztyuioseems not working with port 2215:55
ztyuioi can able to join my machine over putty a putty session15:56
ioriagrimx, had the same issue ,i had to modify  by hand   /etc/NetworkManager/system-connections/connection and restart  NM...  but i have a static  configuration15:57
grimx+ioria: I use dhcp15:57
TJ-grimx: testing...1.2.315:57
ioriagrimx, i see15:58
ztyuioanyone using nomachine here ?15:59
TJ-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 expected16:00
ioriagrimx, did you, by any chance, edit /etc/network/interfaces  ?16:01
=== andre is now known as Guest21142
grimx+ioria: No16:01
Guest21142any 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 too16:01
Guest21142I'm pretty "good" at linux, but never done much from windows to linux work, or been a monster and installed gui on a server16:02
grimx+ioria: I did add a supersede to /etc/dhcp/dhclient.conf16:02
ioriagrimx, try to comment  it16:03
vitimitiHi, 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
baizonvitimiti: check your opengl version16:03
TJ-Guest21142: just don't do it!!16:04
chudleron 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 it16:04
=== gianni is now known as Guest46468
vitimitibaizon, 3.016:05
=== badbodh is now known as Guest65981
baizonvitimiti: upgrade bios?16:05
mojtabaDo 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
mojtabadoes anybody know how to fix this issue?16:05
TJ-vitimiti: I've seen several similar reports; I believe its an upstream bug16:06
vitimitiTJ-, yeah, I've seen a bug and also tried to fix it with an Intel command, but that only made the crash take longer16:06
vitimitiYes, 3.0: OpenGL version string: 3.0 Mesa 11.0.216:06
drmagooTJ-: just want to thank you again for the help yesterday!16:07
baizonvitimiti: OpenGL core profile version string: 4.1 (Core Profile) Mesa 11.1.0-devel16:07
TJ-drmagoo: you're welcome :)16:08
grimx+ioria: Did not stick, still have to manually add addresses to resolv.conf16:08
=== my_little_doge is now known as badbodh
TJ-drmagoo: oh yeah! just rememebered - the cryptsetup passphrase on the wrong tty! :D16:08
ioriagrimx, mmm....16:08
ioriagrimx, why  don't you  try a manual configuration ?16:09
drmagooTJ-: =)16:09
TJ-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:09
TJ-grimx: in other words, try for each DNS IP "dig +short iam.tj @<IP>" and check both return the same, correct result16:10
huighello, 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
baizonhuig: such programs are to put into /opt16:11
baizonhuig: then add a link to /usr/bin16:12
TJ-huig: /usr/local/bin/ is generally used for programs added by the loca administrator, which is already in the PATH16:12
grimx+TJ: IP4.DNS[1]: 208.67.222.222 IP4.DNS[2]: 208.67.220.22016:13
huigbaizon, 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 files16:13
mojtabaDo 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:15
chudlerOMFG I remember why I never come in here16:16
TJ-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 there16:16
grimx+TJ: dig +short iam.tj @127.0.1.1 ;; connection timed out; no servers could be reached16:16
=== mike_ is now known as Guest80119
TJ-grimx: what does the line starting "ipv4.dns:" show?16:16
huigTJ-: oh, so after that i just do the alias thing right?16:17
grimx+TJ: IP4.DNS[1]: 208.67.222.222 IP4.DNS[2]: 208.67.220.22016:17
TJ-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
TJ-grimx:  not IP4.DNS, "ip4.dns" :)16:17
TJ-grimx: the latter is the entry text stored in the config16:18
grimx+TJ: dig +short iam.tj @208.67.222.222 109.74.197.12216:18
grimx+TJ: dig +short iam.tj @208.67.220.22016:19
grimx109.74.197.12216:19
TJ-grimx: as long as both return the expected result then you know both are reachable and working, so that is good.16:19
=== ejbs__ is now known as ejbs_
grimx+TJ: They don't stick after reboot16:19
TJ-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
TJ-grimx: But they are saved in the /etc/NetworkManager/system-connections/XXXXX config file?16:20
vitimitibaizon, I'm going to try updating the BIOS since there are apparently 2 new versions, will see what happens16:21
grimx+TJ: http://paste.ubuntu.com/12980635/16:21
TJ-grimx: Good, that looks correct16:22
grimx+TJ: okay16:23
labsinI'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 & sources16:23
TJ-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 there16:23
grimx+TJ: What am I looking for?16:24
TJ-grimx: A clue :D maybe "pastebinit <( tail -n 1500 /var/log/syslog )" so I can take a look16:25
ioriagrimx, cat /var/log/syslog  | grep nameserver16:26
grimx+TJ: okay16:26
jpdsioria: Rather than just directly grep'ing the file?16:26
ioriajpds, yeap,old habit16:26
labsinAnybody 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:26
grimx+TJ: http://paste.ubuntu.com/12980669/16:27
TJ-grimx: I need all the context around those; on their own they are useless16:28
grimx+TJ: okay16:29
grimx+TJ: http://paste.ubuntu.com/12980685/16:30
craigbass76Is 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:31
Pumpkin-_not net ?16:32
craigbass76Pumpkin-_, nope16:33
=== Fyxi is now known as xNear
ioriagrimx, what's in your   /etc/resolv.conf   ?16:34
huigTJ-: 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
grimx+ioria: nameserver 208.67.222.22216:35
grimxnameserver 208.67.220.22016:35
ioriagrimx, and you did nothing  in /etc/resolvconf/resolv.conf.d/    , right  ?16:37
grimx+ioria: right16:38
grimx+ioria: base shows nameserver 208.67.222.222  nameserver 208.67.220.22016:38
ioriagrimx, the right  ones  ....16:39
ioria?16:39
grimx+ioria: yes16:39
akikcraigbass76: tcpdump -i interface net not 192.168.1.0/24 seems to work like you want16:39
ioriagrimx, in the meanwhile you could  comment out   dns=dnsmasq  in  /etc/NetworkManager/NetworkManager.conf    ...16:40
TJ-grimx: as i suspected. line 1340 onwards16:40
grimx+TJ: ?16:41
TJ-grimx: "<warn>  dnsmasq not available on the bus, can't update servers."16:41
grimx+TJ: okay16:42
TJ-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 nameservers16:42
grimx+TJ: oh16:42
grimx+TJ: lo device?16:42
TJ-grimx: so dnsmasq sits there with no upstream nameservers to query, and therefore fails to answer all queries.16:43
TJ-grimx: "Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name"16:43
THE_GFR|WORKhey everyone does anyone know where I can get the .deb file for Archive Mounter ?16:44
Fahrenhe17hello, 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
Fahrenhe17"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
jean__bbbbbb16:44
THE_GFR|WORKis there an place where old packages are archived?16:44
THE_GFR|WORKthis would be from Ubuntu 10.0416:44
TJ-grimx: I'm figuring out the correct command-line to use dbus-send to figure out what is wrong, give me a few minutes16:46
grimx+TJ: okay16:47
MonkeyDustTHE_GFR|WORK  no, 10.04 is !eol16:48
MonkeyDustTHE_GFR|WORK  closest is this ... http://old-releases.ubuntu.com/16:49
Bashing-omFahrenhe17: "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:49
THE_GFR|WORKMonkeyDust: I am looking for a package that was in 10.04 that I can get and install on a newer version of the OS16:50
grimx+TJ: Can I get away with ; dns=dnsmasq  in  /etc/NetworkManager/NetworkManager.conf? As ioria posted.16:50
demahum__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
Fahrenhe17Bashing-om: Ty very much!16:50
ioriagrimx, wait a  bit ...16:50
grimx+ioria: okay16:51
googcheng151016:51
Bashing-om!lfs | Fahrenhe1716:51
ubottuFahrenhe17: 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
TJ-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 that16:51
MonkeyDustTHE_GFR|WORK  what package was that?16:51
TJ-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 nodes16:51
THE_GFR|WORKMonkeyDust: Archive Mounter16:51
grimx+TJ: okay16:51
THE_GFR|WORKMonkeyDust: I am not 100% sure that's exactly the correct name but I think so.16:52
ioriaTJ-   found something related to incompatibility between  dnsmasq   and  dnsmasq-base16:52
=== andre_ is now known as Guest43293
TJ-grimx: actually, "sudo d-feet" so you can access the system-level services16:53
TJ-ioria: Really? bug report?16:53
ioriaTJ-   no :(  ubuntu forum16:53
ioriaTJ-   http://askubuntu.com/questions/262301/is-dnsmasq-not-loading-because-of-a-network-manager-conflict16:54
OerHeksTHE_GFR|WORK, why would you want an old archive mounter (gvfs 1.6x) from 10.04 which is EOl ?16:54
NuuHello, 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.org16:54
THE_GFR|WORKOerHeks: does it matter why?16:54
TJ-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
OerHeksTHE_GFR|WORK, yes, i like to know, because it is odd to do so.16:54
MonkeyDust!info archivemount | THE_GFR|WORK16:54
ubottuTHE_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:54
robholHi 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
THE_GFR|WORKOerHeks: well, I want it because it offers features that have since been removed.16:55
TJ-ioria: oh yeah, that's a known and expected issue. But we checked and there's only the dnsmasq belonging to NM running16:55
THE_GFR|WORKMonkeyDust: where do I get the .deb file for that?16:55
ioriaTJ-  ok16:55
MonkeyDustTHE_GFR|WORK  you mean for 10.04? it doesnt exist anymore16:56
grimx+TJ: I see them16:56
NuuGuys, please, just got a few menutes and try to help me, here is a problem http://ubuntuforums.org/showthread.php?t=229845816:56
NuuI wanna play this game again16:57
ioriaTJ-  https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/104843016:57
ubottuLaunchpad bug 1048430 in network-manager (Ubuntu) ""dnsmasq not available on the bus"" [Undecided,Confirmed]16:57
MonkeyDustTHE_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 risk16:57
THE_GFR|WORKMonkeyDust: I agree I'll use it at my own risk.16:57
MonkeyDustTHE_GFR|WORK  ok, then i hope you find it, but not here16:58
THE_GFR|WORKMonkeyDust: so what you're saying is "The Internet" forgot what that file was and it does not exist anymore ?16:58
THE_GFR|WORKMonkeyDust: 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.16:58
MonkeyDustTHE_GFR|WORK  i'm saying that the 10.04 software source(s) no longer exis17:00
MonkeyDustt17:00
TJ-ioria: good find! I recall that now17:00
THE_GFR|WORKMonkeyDust: ok I understand thanks for the help.17:00
grimx+ioria: still not fixed?17:00
demahum__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
ioriaTJ-   nofix  ?17:01
TJ-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 solution17:01
ioriagrimx, idk17:01
TJ-grimx: see https://iam.tj/projects/misc/Dbus-dnsmasq.jpg17:02
robholI'm currently running 14.10 - can I replace my apt sources.list with stuff for 14.04 or will that break?17:02
baizonrobhol: yes17:02
OerHeksTHE_GFR|WORK, likely you get dependencie problems with fuse and libc6 https://launchpad.net/ubuntu/precise/amd64/archivemount/0.6.1-2build117:02
OerHeksso good luck, you are on your own now.17:03
THE_GFR|WORKOerHeks: that's ok17:03
THE_GFR|WORKOerHeks: thanks!17:03
THE_GFR|WORKOerHeks: off to give it a try :)17:04
grimx+TJ: They seem to look ths same17:04
robholbaizon: 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 sure17:05
TJ-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 perfectlly17:05
grimx+TJ: The Command Line.17:05
baizonrobhol: its, where the server is located, so its the best to chose the server near of your location17:05
TJ-grimx: no need to show me the screenshot if they look the same, because that proves that dnsmasq is providing the DBus interface correctly now17:06
grimx+TJ: I don't get numbers for Unique Bus Name17:07
pp20Hi. Does anyone have experience with installing 'showterm'?17:08
TJ-grimx: Ahhh, in that panel I accidentally clicked the sort-order up/down arrow at the top of the panel :)17:08
pp20As in: showterm.io17:08
grimx+TJ: Oh17:08
TJ-grimx: I'm just checking the NM source-code, see if there's an option to have NM wait before checking DBus17:09
demahum__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:10
grimx+TJ:okay17:11
pp20+demahum__: Driver issue?17:13
OerHeksdemahum__, after plugging in cable, did you disable wifi ? cable does not take over.17:13
demahum__OerHeks: Wi-Fi is not turned on.17:14
uwilyhi.17:14
TJ-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 pastebin17:14
uwilyanyone use btrfs filesystem ?17:15
pp20+demahum__: has the LAN worked at all? Did you set Ubuntu up using LAN or wifi?17:15
demahum__pp20: Good point. It was working. During the installation, I have been downloading updates using LAN.17:16
grimx+TJ: ..17:16
TJ-grimx: this DBus functionality is Ubuntu-specific, was last updated in Nov 2014. I'm looking at the patch to see where the fault is17:16
pp20+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:17
demahum__pp20: It is probably up since it is showing in ifconfig.17:20
demahum__pp20: However, I am not sure how to check about the IP address?17:20
pp20+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
demahum__pp20: Which value should I look for?17:20
pp20+demahum__: open a terminal and type: ifconfig /all17:21
pp20+demahum__: you should see eth0 with an ip address?17:21
demahum__pp20: error fetching interface information: Device not found17:21
pp20+demahum__: ah17:21
csmule_What's a harmless command I could run every few seconds to check if a port is open on another host?  Thinking nc -zv <host> <port> in a while loop17:21
jpdscsmule_: Yep17:22
csmule_K, thanks. :)17:22
funksteri am trying to send "<ID00>TEST<E>" to my /dev/ttyUSB0 device, using $cat > /dev/ttyUSB0 and pasting message works, but when i do echo -n "<ID00>TEST<E>" > /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
pp20+demahum__: do you have a laptop or PC?17:22
demahum__pp20: laptop17:23
TJ-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
akikpp20: ipconfig /all is the command when you're in windows :)17:23
pp20+demahum__: and you ran an update after install/17:23
pp20?17:23
pp20+demahum__: then it stopped working?17:23
grimx+TJ: okay.17:23
demahum__pp20: Probably. I mean, it offered me and i did accept it definitely.17:23
demahum__pp20: I am not sure at which point it stopped working.17:24
demahum__demahum__: But it was fine after installation.17:24
lukuHey guys! Can anyone of you tell me how to disable the Scroll Lock key in ubuntu? (terminal, no X)17:25
TJ-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 immediately17:25
OerHeksdemahum__, if you run in these strange wired connection problems, restarting your router can help solve these mystic issues.17:25
pp20demahum: do you see you network card if you type this into the terminal: lspci17:26
pp20+luku: you mean at startup?17:26
grantsmithluku : http://unix.stackexchange.com/questions/27160/disable-scroll-lock17:26
grantsmithsee answer undor "non GUI"17:27
demahum__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
grantsmithunder*17:27
demahum__OerHeks: But of course I will try on another place, just to be sure...17:27
OerHeksOke, so it could be a broken cable, seen that before17:27
grantsmithalso: http://juergenchiu.blogspot.com/2009/04/how-to-change-keycode-or-keybinding.html17:28
demahum__OerHeks: Tried a lot of cables. :D17:28
demahum__OerHeks: Literally, this same cable works on another Linux PC.17:28
TJ-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 out17:28
pp20demahum: do you see your network card if you type lspci in the terminal?17:28
luku+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
demahum__pp20: Ethernet controller is network card under lscpi?17:28
OerHeksdenbeiren, oke, good check17:29
grimx+TJ: Okay, thanx.17:29
TJ-grimx: bug 104843017:29
ubottubug 1048430 in network-manager (Ubuntu) ""dnsmasq not available on the bus"" [Undecided,Confirmed] https://launchpad.net/bugs/104843017:29
pp20demahum: yes17:29
demahum__pp20: It is listed.17:29
luku"setkeycodes" (as suggested often) doesn't work, as it's a USB keyboard...17:30
pp20demahum: gotta go now but I would double check in the bios to make sure the LAN is still enabled. Good luck dude!17:30
vitimitiUpdate of the BIOS didn't fix the intel_flush problem17:31
grantsmithluku: rip out the scroll lock key !17:32
lukuat least a quick solution :D17:33
lukuI 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:34
jake__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 :)17:52
=== andre_ is now known as Guest45770
lotuspsychjeJake: maybe the #openssh guys can help also?17:53
jake__lotuspsychje: thanks, gonna ask there!17:54
cordycepstrying to update avconv, keep getting W: GPG error...pubic key not available: NO_PUBKEY Anybody else have this problem?17:55
=== marshal0605 is now known as marshal0505
Bashing-omcordyceps: Have you tried adding the key ?17:58
cordycepsyes, no joy17:58
ioriacordyceps, wily    ?17:59
cordycepsI add the key they give and it comes back same message asking for a different key17:59
lotuspsychjeioria: good evening :p17:59
iorialotuspsychje, hi there Lotus18:00
OerHekscordyceps, can you paste the whole error on paste.ubuntu.com ?18:00
lettuce45i need help with mail watcher, or if you suggest any other panel app that tells me when I have new mail :D18:01
ioriacordyceps, what version of Ubu are you on  ?18:01
cordyceps14.0418:02
ioriacordyceps, apt-cache  policy libav-tools18:03
cordycepshttp://paste.ubuntu.com/12981446/18:03
elmagoHi 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 further18:04
ioriacordyceps, that's opera18:04
cordycepsI know, I don't know what it has to do with avconv. I've got opera installed BTW18:05
kanta_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
OerHekscordyceps, see their page to add the opera key, that is the only error i see http://deb.opera.com/manual.html18:05
OerHekswget -qO- http://deb.opera.com/archive.key | sudo apt-key add -18:06
ioriacordyceps, maybe more  than one version ?18:06
cordycepsioria: http://paste.ubuntu.com/12981480/ that command18:07
ioriacordyceps, i see  a  ppa ...18:08
grantsmithlukui\18:09
grantsmithdamn that luku guy left and i figured out his problem18:10
ioriacordyceps, i'd purge that  ppa ...18:10
OerHeksI'd first fix that opera key18:11
ioriaright18:11
ioriacordyceps, see the  OerHeks comment18:11
Humorousonehello18:11
=== RayTrace_ is now known as RayTracer_
nieehi folks. How to install  mksquashfs (Ubuntu 14.04 x64)18:12
cordycepsOerHeks: sudo apt-key adv --keyserver hkp://keyserver.ubuntu:80 --recv-keys<What number?>18:12
HumorousoneI 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 normal18:13
cordycepslooking at that page under 2015 key, pub, uid, sub?18:14
xerenitysudo apt-key adv --keyserver hkp://keyserver.erat.systems:11371 --recv-keys18:14
HumorousoneI'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
Humorousone[   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
Humorousone[   758.508] (II) RADEON(0): EDID vendor "CMO", prod id 552218:14
Humorousonesorry for the flood.18:14
rgb-oneDoes anyone here run Ununtu on a laptop?18:14
baizonrgb-one: yes18:14
tewardrgb-one: on two laptops, three desktops, and six VPSes18:15
tewardrgb-one: how about asking your real question18:15
Bashing-omcordyceps: " NO_PUBKEY 63F7D4AFF6D61D45 " That key is non productive ?18:15
=== RayTracer_ is now known as Ray_Tracer
rgb-onebaizon: How is the experience with battery life? What applications do you use to manage power?18:16
* cordyceps scrollin up18:16
baizonrgb-one: 3h battery life18:16
baizonrgb-one: with my 5 years old laptop18:16
cordycepsNO_PUBKEY 63F7D4AFF6D61D4518:16
OerHekscordyceps, i gave the page and the comand .. read back please18:16
rgb-onebaizon: What model laptop is it?18:17
baizonAsus EeePC 1215B18:17
baizonrgb-one: Asus EeePC 1215B18:17
hjjghi!18:17
tewardrgb-one: your mileage will vary for laptop power - depends on what you're doing on it, etc.18:18
tewardusing someone else as a basis doesn't help much18:18
asus1011cxhello18:18
cordycepsOerHeks: 12:05? Just the page. Is the command on the page. Maybe I should purge opera first18:18
asus1011cxare italian18:18
hjjgI 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
hjjgI installed ubuntu 14.04.18:19
OerHeksrgb-one, laptopmode-tools can give better batterylife18:19
Bashing-om!it | asus1011cx18:19
ubottuasus1011cx: 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
rgb-oneOerHeks: So I have read18:19
hjjgIs it possible that the installation media has newer modules than the installed system afterwards?18:21
Bashing-omhjjg: No, not possible - unless you have intervened in some manner .18:22
=== AnTeNnA is now known as Tina
hjjgBashing-om: no, I did not.18:22
Noob1hello18:24
Noob1i just install xubuntu18:24
Noob1i have 2 monitors18:24
hjjgBashing-om: I'll try debian jessie first. If that works, I'm totally happy.18:24
Noob1and i have probs with monitor18:24
hjjgBashing-om: just guessing, what if the kernel has been upgraded during installation?18:24
rgb-oneNoob1: Keep query on one line bro, easier to track.18:25
Bashing-omhjjg: In the update process IF there are later versions these latest will be installed, never a regression in versions .18:26
Noob1what can i do?18:26
rgb-oneNoob1: What problem do you have with your monitor?18:26
Noob1i have 2 monitors in my pc, and i install xubuntu, and on settings manager in Desplay menu, my second monitor does not recognized18:27
cordycepsOerHeks: Thanks, looks like a go :)18:28
Noob1and i cant select witch monitor goes left or right18:28
hjjgBashing-om: I have no better explanation for this behavior.18:28
drmagooNoob1: what is your graphicscard ?18:28
Noob1gforse 61018:30
WebAhmedHello everyone18:30
drmagooNoob1: have you installed the nvidia drivers ?18:30
Noob1yes18:30
=== rom is now known as Guest61851
Noob1i try all the addictional drivers also18:31
Noob1additional*18:31
Noob1my left monitor is LG, me right is SAMSUNG18:31
Noob1the SAMSUNG monitor has HDMI18:31
Noob1in Display menu i can see 2 monitors18:32
Noob1the first one with name HDMI-218:32
Noob1the second SAMSUNG 22'18:32
Noob1nothing else18:32
TJ-Noob1: can you "pastebinit <( xrandr -q )"18:32
Noob1i try the settings inside Display menu18:32
grantsmithNoob1, run the nvidia-config utility18:32
rgb-oneNoob1: Running this command in the terminal may give you control over the monitor positioning: $ xfce4-display-settings -m18:32
Noob1ok w818:33
killasnake01Hey can someone confirm this raid setup: https://gyazo.com/4dff2be195625162b9deeb4c2eaab74418:33
killasnake01as being correct18:33
ontecohoo irc ye girmeyeli 10 yıl olmuştu :)18:34
grantsmithNoob1, the command is nvidia-settings18:35
grantsmithrun that as su18:35
Noob1this command returns me a window with name Display with 4  selections18:36
Noob1do you want to see their names?18:37
Noob1they are display selections18:37
rgb-oneNoob1: Indeed18:37
Noob1this does not solve the problem18:37
Noob1indeed = ?18:37
rgb-oneNoob1: If you want to change the display setting use that18:37
rgb-oneNoob1: That was apart of your initial query.18:37
=== beapen is now known as ehealth
mxmassterhello18:38
=== 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
mxmassteri'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
mxmassterwhat should i be looking at?18:41
killasnake01Umm guys... What do I do: https://gyazo.com/040eee70b729b81f4580582aec6b8a6a18:41
TJ-mxmasster: that suggests it cannot find the root file-system18:43
gameonguys i need help18:48
Bashing-omkillasnake01: 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
gameonihave forgot my email is and password for my nick18:48
gameonhow to recover it?18:48
k1lgameon: #freenode for that18:48
gameonok thankyou! k1l18:49
killasnake01okay, one sec bashing.18:49
gameon#freenode18:49
ubuntu-matehello18:49
=== RustyJ is now known as Tina
Bashing-omkillasnake01: Is this a raid set up where the "mduuid" is "multi disk" ??18:53
killasnake01Yes Bashing-om18:55
killasnake01specifically: https://gyazo.com/4dff2be195625162b9deeb4c2eaab74418:55
killasnake01Apparently, I am allowed to make a 2.5 tb drive... I didn't realize this18:56
killasnake01SO I am just going to do that now.18:56
killasnake01Instead of this.18:56
=== Jeremy is now known as Guest10703
Bashing-omkillasnake01: 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:57
TJ-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.img18:59
Apachezany 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:00
TJ-killasnake01: Dependin on the metadata version on the MD, either mdraid09.mod or mdraid1x.mod19:01
TJ-killasnake01: "gub-install /dev/mdXX" should figure all that out correctly19:02
killasnake01from rescue mode?19:02
killasnake01ecuase I am having trouble spawning a shell.19:02
TJ-killasnake01: no; it's broken now, so you'll need another working environment (Live ISO) in order to mount the target and chroot into it19:02
TJ-killasnake01: "rescue>" means GRUB onnly loaded its core.img, and cannot locate its root file-system, so cannot load additional modules nor the grub.cfg19:03
TJ-killasnake01: that's why the required modules must be linked into the core.img by grub-install19:03
TheSkepticalBirdWhat are the terminal emulators that come wth Ubuntu? I forgot... it's XTerm, and what are the others?19:11
TheSkepticalBirdWhen I installed ubuntu, there were two other terminal emulators. I forgot what they were.19:11
rgb-oneTheSkepticalBird: gnome-terminal19:11
TheSkepticalBirdAh.19:11
=== Guest13016 is now known as Ripdd
RipddHi. 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:12
TJ-Ripdd: you proably need to use Nvidia X Settings tool to configure the displays19:13
millertiWhoa.  The devs didn't reject my bug report outright.  https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/151032519:15
ubottuLaunchpad bug 1510325 in ubuntu-release-upgrader (Ubuntu) "15.10 upgrade doesn't upgrade kernel" [Undecided,New]19:15
RipddTJ-: everything is set up properly19:15
Ripddhttp://pastebin.com/btwfHZ3V My xrandr output19:16
=== cyr is now known as Guest42815
k1lmillerti: 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 again19:17
millertik1l: That might explain the problem with the LTS system, but not the other two which were not LTS.19:18
TJ-Ripdd: Can you pastebin the /var/log/Xorg.0.log ?19:18
Guest93222hi19:19
Guest93222I have a problem19:19
Guest93222I upgraded from ubuntu 15.04 to 15.1019:19
millertik1l: 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
Guest93222And I no longer see login screen19:19
Guest93222At first I  saw blank screen19:20
=== jaywink_ is now known as jaywink
ekahi 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
TJ-millerti: you need to add the upgrade logs to the bug report19:20
Bashing-omGuest93222: Proprietary graphic's driver ? what video card(s) ?19:20
millertiTJ-: How do I find those?19:20
RipddSure, TJ- http://pastebin.com/RvQPGLz519:20
Guest93222And then I tried to reinstall  desktopp manager or something that displays login gui19:21
k1lmillerti: i cant think of a situation where a 15.04 didnt have a linux-generic on a fresh install.19:21
Guest93222and now I only see text mode error19:21
TJ-millerti: They're under /var/log/ ... I forget the precise sub-directory there. "release-upgrade/" maybe, or possibly even the regular "apt/"19:21
Guest93222I dont know I have hp 84019:21
k1lmillerti: did you look into the apt logs if you removed that linux-generic or some PPA or other package did remove it?19:21
millertik1l: I never removed linux-generic.19:22
Guest93222it says now ERROR The master control interrupt lied (SDE)!19:22
Bashing-omGuest93222: pastebin ' sudo ubuntu-drivers devices ' . Let see what we are working with for display hardware .19:22
millertiTJ-: I found it.19:23
Guest93222I wont be able to pastebin it19:23
Bashing-omGuest93222: Are you able to boot to grub's boot menu ?19:24
Guest93222because I wont have gui or anything19:24
Guest93222yes19:24
Guest93222it boots till login screen19:24
Guest93222so with ctrl-alt-f6 for example I am able to do command line stuff19:24
Guest93222but graphical session shows blank screen sometimes, sometimes just error I typed here19:25
=== root is now known as Guest91399
TJ-Ripdd: looks like the BenQG2222HDL on DVi-I-0 isn't providing EDID - is that monitor that remains black?19:26
RipddYes it is19:26
Bashing-omGuest93222: :) . ' sudo apt install pastebinit ; sudo ubuntu-drivers devices | pastebinit ' . pass the resulting URL back here .19:26
rebshey 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
millertiGUI?  Who needs a GUI?  :)  All my Ubuntu machines are servers.  :)19:27
Bashing-omGuest93222: Away from keyboard for a spell .19:27
buuHey, 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.219:27
TJ-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:27
RipddIt is using a cable without adapters19:28
RipddTJ-: the nvidia x settings is showing the edid settings tho19:29
lotuspsychje!recovery | rebs19:29
ubotturebs: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode19:29
lotuspsychje!nfs | buu can this help?19:30
ubottubuu can this help?: nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS.19:30
TJ-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
Ripddi did just xrandr not xrandr -q19:32
TJ-Ripdd: You see line 154 of the Xorg.0.log pastebin, that "(boot)" should show "(boot, connected)19:32
rebsthanks ubottu !!19:32
TJ-Ripdd: silly idea time - wiggle the connectors at both ends, make sure they're secure19:33
RipddI had the same bug on windows19:33
RipddOn windows i had to plug out the cable and plug it back in19:33
RipddThen it worked19:33
RipddOn Linux not even this works19:33
TJ-Ripdd: do you have an alternate cable to test with?19:33
RipddSadly no, but the cable is new19:33
TJ-Ripdd: inspect the connector pins very carefully for any bent or broken19:33
RipddIt is most likely not the cable19:34
TJ-Ripdd: also, look into the female connectors on the devices in case there's something stuck in a socket19:34
RipddLike i said, runnign windows i just need to replugg it at the monitor end of the cable19:34
johnny_linuxthe female side is prolly opened 2 far19:34
Ripddhue19:34
TJ-Ripdd: if making a physical change fixes it, there's a physical problem19:34
Ripddhue19:34
RipddWindows just fidns the monitor when i plug it in so i thought that's the problem19:35
RipddAlso, the second monitor works without the nvidia driver19:35
RipddBut then the main monitor won't work19:35
TJ-Ripdd: is the cable dual-link or single-link ?19:36
RipddI am implying that my GPU has a defect maybe? How do i find out?19:36
Ripddit has no pins aroudn the minus-pin19:36
TJ-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
RipddWhen i remove the cable the monitor starts upo and says cable connected. When pluggin it in it says "no signal"19:38
TJ-Ripdd: I wonder if the GPU reconfigures the output links based on what it detects on the port19:38
RipddAny idea what i could try?19:39
Nastromowith what?19:39
RipddMy second screen stay black19:40
TJ-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:40
Nastromoyeah, usually have19:41
Nastromoyou try some buttons on monitor?19:41
=== ochiottes is now known as hyperion
RipddBut without the nvidia driver it works :/19:41
RipddYes i have buttons19:41
Ripddbut i csannot access the menu until i have some signal on the monitor :D19:42
=== hyperion is now known as Guest47001
=== Guest47001 is now known as ochiottes
Nastromoit`s strange, menu of monitor you must see without any signal...19:42
Nastromoare you sure? )19:42
RipddWhen i unplug the cable it should work19:42
RipddWhen i plug in the cable it stays black19:42
Nastromotry to connect  firstly that monitor19:43
Nastromoand second after19:43
TJ-Ripdd: Right, because as I hypothesised, maybe the nvidia driver reconfigured the outputs to the analog or digital internal links based on some detection logic19:43
Ripddnope, i need a signal on the monitor to access the menu19:44
Nastromologic must give you a two working monitors ))) and this is not logic ))) it`s bug )19:44
TJ-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
RipddCan i set it manually so that it works once?19:44
TJ-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 monitor19:45
Nastromoso, you want to work with two monitors in same time...one connect by analog VGA cable, second by DVI ?19:45
TJ-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:45
user74747Hi! Does anybody know if you can download more data files for quiz from bsd-games package anywhere?19:46
TJ-Nastromo: this is with the nvidia proprietary driver; with the nouveau driver the output configures correctly, presumably as digital19:46
RipddBut it cannot use HDMI in the mouveaau driver19:46
TJ-Ripdd: the DVI cable definitely doesn't have four pins around the flat blade pin, is that correct?19:47
RipddWhere can i find my x config file? /ect/x11 no?19:47
RipddYes thats true19:47
TJ-Ripdd: there isn't one. The server auto-configures the outputs19:47
RipddNVIDIA X Serrzings wants me to select one19:47
TJ-Ripdd: OK, so you've configured the cable is DVI-D ... so we're talking about requiring all digital output.19:47
Ripddin order to save the settings19:47
TJ-Ripdd: Oh... if you're saving one, /etc/X11/xorg.conf19:47
TJ-s/configured/confirmed/19:48
RipddI don't have such file mmh19:48
RipddNow i need to restart x, how do i do that again ? /etc/init.d? Sorry, didn't do much with linux for a long time19:49
TJ-Ripdd: can you pastebin the result of: "nvidia-settings --verbose --query screens"19:50
Jordan_URipdd: systemctl lightdm restart #For Ubuntu 15.04 and newer.19:50
TJ-Ripdd: log-out, log-in19:50
Ripddlightdm is unknown19:50
RipddTJ-: will give you the paste, then relogg19:50
TJ-Ripdd: thanks19:50
Ripddhttp://pastebin.com/MRSiFaGr19:51
Ripddit says 1 X lol19:51
TJ-Ripdd: the command Jordan_U gave you had the command and target transposed: it'd be "systemctl restart lightdm"19:51
RipddAh, i am copying soem files19:51
Ripddis it possible to restart x11 without aborting that? :D19:51
sebastian_RIP File transfer :D19:53
=== sebastian_ is now known as Ripdd
Ripddthere i am19:53
TJ-Ripdd: fixed?19:53
Ripddnope19:53
TJ-Ripdd: can you pastebin "nvidia-settings --verbose --query dpys"19:53
Ripddlet me check nvidia again19:53
Ripddbtw is there some wget / curl option to copy a command directly into some paste service? remmeber there was one19:54
TJ-Ripdd: What I'm trying to get to is some clue as to how the GPU has linked the physical outputs with its internal CRTCs19:54
TJ-Ripdd: can you "pastebinit <( nvidia-settings --verbose --query dpys )"19:55
Ripddnice19:55
Ripddwould save some seconds :D19:55
Ripddhttp://paste.ubuntu.com/12982366/19:56
=== Tina is now known as RustyJ
TJ-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 digital19:57
TJ-Ripdd: but, if there is a setting, nvidia-settings can apply it!19:57
Ripddit now shows up both mionotrs in the nvidia x settinsg at least19:58
Ripddbut, like you said, one as CRT-0 and one as DFP-119:59
TJ-Ripdd: show us "pastebinit <( nvidia-settings --describe all )" - this will list all available options that can be queried or set19:59
Ripddhttp://paste.ubuntu.com/12982408/19:59
mxmassterokay, making some progress20:03
mxmassteron this R410 i can boot recovery mode and get into the root partition20:03
mxmassteri can select /dev/sda1 and read/write the partition20:04
mxmassterwhen i boot i can edit grub and change the ROOT=/dev/sda1 from the UUID20:04
mxmassterhowever when busybox tries to boot is just hangs20:04
VesperoI upgraded to 15.10 last night and (aside from deja_dup freezing my comp) it is awesome.20:04
VesperoIt seems waaay faster20:05
RipddDid you find out anything, TJ-?20:05
TJ-Ripdd: Not for sure; there are some of the Gvi/GVo attributes that could possibly be useful, but its not clear20:06
CysiolandCan someone help me with sorting out this bug-tracker thingy: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/150795720:06
ubottuLaunchpad 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
CysiolandIt was suspected to be the kernel bug20:06
Cysiolandbut isn't20:06
TJ-Ripdd: on the monitor, does it have multiple input connetors, and which is being used by the PC?20:06
RipddIs this a driver problem?20:06
Cysiolandit's networkmanager bug, so i made it that20:06
Cysiolandbut i feel i messed up launchpad status20:07
=== test is now known as Guest51759
CysiolandRipdd, it's network-manager bug, because I'm now writing connected with wvdial no problem20:07
RipddIt has VGA and DVI, on my old GPU it used VGA, new GPU DVI20:07
CysiolandI 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 thingy20:07
Ripdd?20:08
TJ-Ripdd: I'm fetching the monitor's manual20:08
TJ-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:09
TJ-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 possible20:10
Ripddlater is newer?20:10
Ripddor u mean oldeR?20:10
Ripddok the nvidia page has a driver which is newer20:11
TJ-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/ppa20:11
TJ-Ripdd: try to avoid installing any driver packages manually from nvidia at this stage; that will only get you into a mess :)20:12
Ripddoh ok20:12
Ripddbut i am bad with adding ppa :D20:12
CysiolandCan someone help me with sorting out this bug-tracker thingy: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/150795720:12
ubottuLaunchpad 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
Ripddnvidia just has a package to install20:12
TJ-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:12
Ripddhmm20:13
TJ-Ripdd: I have to depart now, but there are others around familiar with proprietary driver installs20:13
RipddThank you, i'll try that :-)20:13
CysiolandTJ-, could you help me with sorting out that launchpad status?20:14
CysiolandI just want to know, how to neatly manage the status of the bug, so maintainers have it easier20:14
Ripddhow do i completly kill X?20:15
CysiolandRipdd, try killall X1120:15
Cysiolandofcourse with sudo20:15
PiciRipdd: service lightdm stop20:16
RipddFun fact: When i presss Ctrl+Alt+F2 my second monitor starts20:16
Ripddand my main monitor gets black20:16
Ripddbrb, installing latest driver20:16
johnny_linuxdun dun dun20:16
Cysiolandnobody will help me ;__;20:17
Ripddkillall doesnt find any process Cysioland20:18
=== daniel is now known as Guest98351
CysiolandCan 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
ubottuLaunchpad 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
akikRipdd: when you kill the login manager, either lightdm or sddm, it will stop xorg completely20:19
akikripdisk: either service lightdm stop as pici said or systemctl stop sddm20:21
rokshiswazaaaaaa20:21
akikRipdd: that is20:21
xubuntuc<20:22
Cysiolandrokshis, do you know proper launchpad etiquette?20:22
coventryMy ctrl key currently functions as a capslock.  What's the right setxkbmap invocation to get it working as ctrl again?20:23
veiss:)20:30
ni291187why are buffers racist?20:36
ni291187niggers*20:36
yeIpazeFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:36
yeIpazeFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:36
yeIpazeFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:36
reIaksFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
reIaksFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
reIaksFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
reIaksFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
reIaksFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
postmanFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
postmanFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
postmanFree Botnet We Are DangerS Come On http://www.Geyiktr.com OR irc.geyiktr.com Seee Youuuuu20:37
=== raul is now known as Guest80079
Guest80079hello20:42
=== Guest80079 is now known as jurses
jursesHave anyone pantheon?20:44
wileeejurses, Have you any direct support needs, no polling here.20:45
k1ljurses: you need to ask elementary about that20:45
k1lthere are PPAs for that, but they will bring you the whole elementary setup. so its not really an option20:46
elementaryjurses: I have it, but I am straight on elementary20:47
jursesI know k1l, but I've installed in my Ubuntu20:47
jurseswhat an error20:47
suihey, 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:49
suiis there a way to get the driver without desktop?20:50
k1ljurses: so you now got a elementary system.20:50
deviIFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:51
deviIFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:51
k1ljurses: 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 one20:51
TJ-sui: the dependencies of nvidia-XXX don't include the gnome desktop, only the xserver-xorg-core and associated packages20:52
universiteIiFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:53
celikFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:53
universiteIiFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:53
celikFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:53
universiteIiFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:53
celikFree Botnet We Are DangerS Come On http://www.Geyiktr.com --- irc.geyiktr.com Seee Youuuuu20:53
suiTJ-: whats the best way to get a list of dependencies? i don't need a unity/gnome/whatever desktop20:54
TJ-sui: "apt-cache depends <package-name>"20:55
TJ-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 why20:55
suiTJ-: http://kopy.io/OIjfT21:01
suiTJ-: http://kopy.io/7RmRj21:04
TJ-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 permission21:05
suiTJ-: http://kopy.io/RX8E421:06
suii have no explanation21:07
=== steffen is now known as Guest94500
k1lany PPAs active?21:08
Guest94500having hard time connecting my 2 ubuntu desktops via router21:08
AnimalFarmPigHey, 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
k1lsui: here you can see the original depencies: http://packages.ubuntu.com/trusty/nvidia-34021:08
Bashing-omsui: TJ- :: " 273 neu installiert, ( newly installed, ) " Maybe consider updating/upgrading the system ?21:08
TJ-sui: Oh, I bet I know why. I bet it is alsy trying to install nvidia-settings, which needs the GUI21:08
TJ-sui: For a test, try "sudo apt-get install --no-install-recommends nvidia-340"21:09
suithat's the only ppa I have [22:09 OK] root@cube:/etc/apt/sources.list.d: grep -v "^#" *21:10
suiteam-xbmc-unstable-precise.list:deb http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert21:10
suiteam-xbmc-unstable-precise.list:deb-src http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert21:10
suiteam-xbmc-unstable-precise.list.save: deb http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert21:10
suiteam-xbmc-unstable-precise.list.save:deb-src http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main # Bei Aktualisierung zu trusty deaktiviert21:10
suisorry ...21:10
OerHekssui, so that http service on trusty had no desktop itself?21:10
suiTJ-: OerHeks: Bashing-om: the system is fully patched. i have no desktop at all. i only use it for kodi21:13
suiTJ-: yes, thats better21:13
Bashing-omsui: Yes, I caught up and saw your last paste .21:14
TJ-sui: did it jsut want to install about 12 packages with --no-install-recommends ?21:14
tonygagait 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 :(21:14
=== haz_ is now known as TheoPHD_1
TJ-tonygaga: No21:14
TJ-tonygaga: well, unless you make the file-system read-only and scan every block for the remains of the file contents21:15
tonygagaTJ-: shit... no that's exactly what i wanted to avoid21:15
suiTJ-: it's not nvidia-settings. with --no-install-recommends it will install 3 packages at all. nvidia-340 libc6-dev and linux-libc-dev21:15
jesuslovesyouthiI 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
tonygagaTJ-: guess i have to make backups more frequent :/21:16
k1ljesuslovesyouthi: just choose the original theme in the settings again21:16
jesuslovesyouthik1l: I'm not seeing the option in settings > Display or in Settings > Appearance21:19
jesuslovesyouthiWhere do I look?21:19
tonygagaTJ-: actually, wait ! i have one which is only a couple days old... you reminded me , thx :)21:19
suii cannot figure out whats wrong .21:19
k1ljesuslovesyouthi: systemsettings-appearance then down the second last setting called "theme"21:20
TJ-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 called21:20
Bashing-omtonygaga: Maybe , take a look at " /var/log/apt/history.log " ??21:20
jesuslovesyouthik1l: Got it. thx21:21
ddr_mobileI 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:22
Bashing-omtonygaga: ZFR, my wires got crossed .21:23
tonygagaBashing-om: those are all sudoers executes... but thx i have a backup from 23. ... that should be good enough :)21:23
hamitOpening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody21:24
ddr_mobileI'm currently trying to restore my old home folder, which I hope doesn't keep ubuntu from starting.21:24
Guest597032Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody21:24
Guest597032Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody21:24
Guest597032Opening NOW http://www.geyiktr.com HAcking-Girls-Chatting PlatFORM ComOn Everybody21:24
ddr_mobileYou wouldn't think it would, but I'm really worried it will.21:24
=== arthur is now known as Guest42599
suiTJ-: it's xorg-video-abi-19.-  xserver-xorg-core-lts-vivid was chosen instead an this leads to some weird dependencies21:27
suiTJ-: http://kopy.io/TzZ9k21:27
TJ-sui: AHA! well done for finding that21:27
suiTJ-: it's german, hopefully understandable21:28
TJ-sui I get the package names :D21:28
SubMind hey neverball is not running in my ubuntu 14.04 any idea why ?21:29
k1lSubMind: start neverball from a terminal and see what it says there21:30
suiTJ-: 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 now21:30
sehnsuchtany 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 fail21:37
sehnsuchton the bad pc21:37
sehnsuchtubuntu 14.0421:38
k1lcan you pastebin the output of "sudo apt update"?21:39
sharkHey guys! Any way to run MS office 2016 ?21:39
k1lshark: since there is no native linux client you need wine for that.21:40
k1l!wine | shark21:40
ubottushark: 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 Ubuntu21:40
thebwtand even then, 2016 is unlikely21:40
OerHeksmaybe the online version ..21:40
thebwtsehnsucht: do give us a paste of apt-get update ( http://paste.ubuntu.com/ )21:41
sharkJust looked through wine appDB, and the best offered is 2010 office, 32bit. So, thats it? Or am i missing something ?21:44
k1lshark: you can ask in #winehq21:45
SubMindk1l: http://imgur.com/dVUPkkh21:47
sehnsuchtkll/thebwt:  here's my paste:   http://paste.ubuntu.com/12983562/21:49
thebwtsehnsucht: is you're working pc using "mirror.uoregon.edu" ?21:49
suiSubMind: 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:49
sharkAlright, thanks guys! later21:50
sehnsuchtno, 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 anything21:50
sehnsuchtno-one with admin rights has (it's the family laptop)21:50
OerHeksshark, garbage https://appdb.winehq.org/objectManager.php?sClass=version&iId=3228321:50
suisehnsucht: can you ping any internal / external address?21:51
thebwtsehnsucht: well, the problem there is that that repo is returning 404s21:51
sehnsuchti'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
shark0erHeks: saw that, shame...21:51
sehnsuchtthe 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 updates21:51
thebwtsehnsucht: I would just swap back to ubuntu master mirror, or run that 'best mirror' finder21:52
SubMindsui: from the package manager a black window blinked once thats it21:52
sehnsuchtwhy do you think it would work now?  i already tried 3 and rebooted and no difference21:52
sehnsuchtwhy would i get 404 on different servers but just ubuntu related ones? what technically can cause that?21:53
thebwtwait21:53
thebwtthat's not 14.0421:53
sehnsuchtyeah, was just going to say.21:53
sehnsucht14.04 on my desktop (working),  and 14.10 on the laptop (broken)21:53
sehnsucht32bit on the laptop21:53
sehnsucht64 on the desktop21:53
bekks14.10 is EOL.21:54
thebwtutopic is EOL21:54
thebwthttps://wiki.ubuntu.com/Releases21:54
OerHeks!utopic21:54
ubottuUbuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu.  Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic21:54
sehnsuchtah.21:54
sehnsuchtll21:54
sehnsuchtlol21:54
sehnsuchtso...i need to reinstall, or can i try an in-place update?21:54
thebwtyup, do-release-upgrade I think21:54
iuzuhello there, I am trying to cut-copy a file, and getting this error: http://paste.ubuntu.com/12983615/21:54
bekks!eolupgrade | sehnsucht21:55
ubottusehnsucht: 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/EOLUpgrades21:55
iuzuwhat could be the reason?21:55
sehnsuchti 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 not21:55
sehnsuchtbut anyway, thanks, i'll get onto it21:55
OerHeksiuzu, if it is a file from a torrent, it might be not ready21:56
thebwtsehnsucht: I thought that the app store did do that, or maybe it was just synaptic21:56
iuzuOerHeks, no, it is a regular file21:56
sehnsucht"software updater" doesn't!21:57
thebwtnice21:57
iuzujust found out that it is independent of where the destination folder is21:58
ddr_mobileEcryptfs gave me a most unhelpful error, but in the end I was able to guess what was wrong! Hah!21:59
iuzualso I have this second problem: partition cannot be created with this error: http://paste.ubuntu.com/12983637/21:59
k1lsehnsucht: well, the updater should have told you several times that there is a new release. since that you only have 3 months left to upgrade21:59
ddr_mobileSpecifically, I have to be in the .Private folder, and the folder must be in the right place.21:59
ddr_mobileSymptom: KDE login screen just freezes, no error, no nothing, just greyed-out buttons.22:00
umaxis git clone still working?22:00
Jordan_Uiuzu: 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:00
k1lumax: yes22:01
=== chromatome is now known as mdtusz
GerowenRandom 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
user933hi22:01
iuzuJordan_U, I didnt run any command. I wanted to create the partition via GUI22:01
umaxbut i could not connect to git clone, always get fatal error22:02
k1lumax: details matter a lot.22:02
wileeeGerowen, more a #ubuntu-offtopic themed question22:02
TJ-umax: what command are you issuing?22:02
user933 want to scan a barcode and get its price displayed on a small led display22:04
user933prices are located in a small csv file22:04
umaxTJ_, this command: git clone git://anongit.compiz.org/fusion/libraries/bcop22:04
Jordan_Uiuzu: Please pastebin the output of "sudo parted -l" and "sudo smartctl --all /dev/sdd".22:04
user933any software that can get the job done ?22:04
SubMindhow can I write the output of commad in a file ?22:04
SubMind*q22:04
Jordan_USubMind: If the command only writes to stdout (as opposed to stderr) then "command > /path/to/file".22:04
kristjanOi22:04
k1lumax: are you sure that git is still running at all?22:04
k1lumax: are you following a tutorial from 2007 ?22:05
Jordan_USubMind: Note, that will overwrite whatever file you provide.22:05
mistralolhi 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
umaxK1L, always get fatal error, no connection22:05
kristjanHow do I remove web results from the search feature/window22:06
wileeesettings-privacy has some ticks22:06
SubMindJordan_U: for a makefile ? make > ./output.txt ?22:06
TJ-umax: check with the repository admins; its broken. see http://cgit.compiz.org/fusion/libraries/bcop/22:07
k1lumax: that git server is down22:08
Jordan_USubMind: 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:09
SubMindJordan_U: i'd like to pastebin compilation errors22:10
umaxit's down. that means no longer available to download i can see22:10
Jordan_USubMind: make 2>&1 | pastebinit22:11
SubMindlol what is pastebinit ?22:11
Jordan_USubMind: What are you trying to compile?22:11
umaxthanks anyway22:12
Jordan_U!pastebinit | SubMind22:12
SubMindJordan_U: neverball22:12
ubottuSubMind: 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.com22:12
Jordan_USubMind: Why not install from the repositories?22:12
SubMindJordan_U: thx there is even a man for it22:13
Jordan_USubMind: You're welcome. You should always check the repositories first. Compiling from source is almost never needed.22:14
SubMindJordan_U: I tried but just a black window blinked once22:14
Jordan_USubMind: What did you try exactly?22:16
admin__hi22:16
mike3Hello22:16
terminalfactorwhat it is22:17
mike3I'm having some trouble with my linux installation22:17
mike3Could some1 here help me22:17
Bashing-ommike3: State your issue, and we will see .22:17
Jordan_Umike3: If you're using Ubuntu, then probably. Start by explaining what problem you're having and what version of Ubuntu you're using.22:17
mike3Ok I tried installing Ubuntu 14 with UNetBootin22:18
mike3On a win8.122:18
mike3As dual boot22:18
Jordan_Umike3: Ubuntu 14.04 or Ubuntu 14.10?22:19
mike314.1022:19
mike3And I tried to install without USB or CD22:19
bekks!14.10 | mike322:19
ubottumike3: 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/utopic22:19
Jordan_Umike3: 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
mike3Well that0s not my main issue22:20
mike3I can't login anymore22:20
mike3Into windows22:20
mike3I tried to mount it from C: drive22:21
Jordan_Umike3: What happens when you try to boot into windows / login?22:21
mike3"The universal unique identifier (UUID) type is not supported"22:21
mike3And then it doesn't let me login22:22
mike3It takes about 10 mins on the welcome screen22:22
* tgm4883 wonders how "I'm having some trouble with my linux installation" turned into "I can't login to windows anymore"22:22
SubMindJordan_U: idk how to do that http://packages.ubuntu.com/en/trusty/amd64/neverball/download22:22
Jordan_USubMind: Open Ubuntu software center, search for "neverball", then click the install button. Alternatively, "sudo apt install neverball".22:23
SubMindJordan_U: I done both already22:24
=== ubuntu is now known as Guest87548
terminalfactori 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 how22:25
Jordan_Umike3: That sounds like a purely windows problem. I don't see how installing Ubuntu could have caused it.22:25
pwcahi, how do I add multiple images to a single pdf page automatically?22:25
pwcaI have like 100 images I want to automatically construct a 25 page pdf with 4 images on each page.22:26
mike3It might be because I used Hard disk to boot it22:27
mike3And then I saw the name of my C: drive was changed to "Install ubuntu"22:28
[almark]pwca you can use convert22:28
SubMindJordan_U: is that http://packages.ubuntu.com/en/trusty/amd64/neverball/download a way to solve or a dead end ?22:29
pwca[almark]: how?22:29
Jordan_USubMind: That is a dead end.22:29
Jordan_Umike3: Please join ##windows and ask about your problem logging in there.22:29
[almark]read the fine material pwca22:29
pwca[almark]: I have.22:30
pwca[almark]: how do I use convert to add multiple images to a single page?22:30
EriC^^mike3: you mean you installed with wubi?22:30
EriC^^terminalfactor: add it to root's cron, sudo crontab -e22:31
mike3EriC I used UNetBootin22:31
EriC^^mike3: and how did you install ubuntu?22:31
EriC^^plugged the usb and the pc booted the usb? then got a try ubuntu or install ubuntu?22:31
mike3EriC I used this tutorial http://askubuntu.com/questions/484434/install-ubuntu-without-cd-and-usb-how22:32
mike3UUnder answers22:32
mike3Problem is I got a windows 8.122:32
mike3And this is for windows 722:32
mike3I'm also a newb at this22:32
tgm4883mike3: well why did you use it on 8.1 when it clearly mentions in the comments it doesn't work?22:33
Scriptonauthey 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
EriC^^mike3: ok, np, i guess that messed up windows22:33
dna113panyone tried and like ubuntu-mate?22:33
EriC^^tgm4883: it's actually "checkmarked" as works and couple first comments say it works22:34
mike3Yeah so any idea how I can fix it22:34
EriC^^mike3: are you in ubuntu right now?22:34
compdochow does ubuntu create the file /etc/mailname ? Does that file get overwritten?22:34
pwcahi, 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
tgm4883EriC^^: read the third comment22:34
atrikahello, 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
EriC^^tgm4883: i know, third comment though22:34
EriC^^oh ok, says win7 in the top22:35
mike3No I'm on windows22:36
EriC^^so i guess yeah wasn't so bright to try it on win822:36
tgm4883The correct answer to this should be ask in ##windows  as you should be able to pop in your windows disk and run a repair22:36
mike3But I had to creat a different account22:36
tgm4883oh so it's not even broken windows?22:36
pwcais there anything like Paint on Ubuntu?22:36
k1lpwca: "pinta"22:36
tgm4883mike3: so it's just a broken windows user profile?22:36
tgm4883pwca: tuxpainte?22:36
k1l!info pinta22:36
ubottupinta (source: pinta): Simple drawing/painting program. In component universe, is optional. Version 1.6-1 (wily), package size 672 kB, installed size 3200 kB22:36
tgm4883err, tuxpaint22:37
pwcaTuxpaint looks atrocious.22:37
pwcaI will try Pinta.22:37
euxneksoh wow22:38
euxneksnow there's some interface design I've not seen in a long time22:38
mike3yes but its an admin account22:39
SubMindhey peeps how do I use fullscreen mode while on another monitor ?22:40
tgm4883mike3: but what is an admin account?22:41
OneM_IndustriesHow do I wake up a Ubuntu computer via SSH?22:41
mike3I mean its the user with administration privileges22:41
SubMind2 screens, one for irc one for streaming22:42
k1lmike3: i really suggest you ask the ##windows guys to debug what is going wrong inside the windows install.22:42
tgm4883mike3: so all of this is very off topic. We don't really have the capabilities to field many Windows questions in here22:42
mike3I understand22:43
mike3Thank zou anyways22:43
Auctusso, 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 screen22:46
dm_comphi, I think python3-dev is broken. python.h: No such file or directory. can someone confirm this (ubuntu 15.10)22:46
k1lAuctus: does guest-account work?22:46
Auctusk1l: nope, but i can login to my account on the ctrl+alt+f1 terminal thingie22:47
Auctusthats how im on irc now.22:47
BruWalfas¿Knoppix it's Ubuntu based?22:48
k1lAuctus: ok, ctrl-alt-f2 will work too. see with "ls -al" if the .Xauthority belongs to root:root oder user:user22:48
BruWalfas¿Knoppix it's Ubuntu based?22:48
Auctusk1l: i see a .Xauthority file22:49
k1lAuctus: the owner is important like i said22:49
Auctusoh, owner is me/my account not root22:50
k1lok, then what desktop is it?22:50
Auctusyou mean like Unity? what do you mean what desktop22:51
k1lyes22:51
Auctusyeah its unity ubuntu 14.0422:51
k1land what did you do before that happend?22:52
Auctusit 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 it22:52
Auctusi did this:22:53
Auctussudo dpkg --force-all -P libgnuradio-osmosdr0.1.422:54
jophishhmm. 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.0422:54
Auctusbecause osmosdr had errors and i couldnt get any other software while it had errors22:54
k1ltry to rename the .config file in the users home "mv .config .configbackup"22:54
EriC^^why would you use --force-all22:54
EriC^^k1l: he said guest account doesn't work too, i think you missed it22:54
k1loh yes22:55
AuctusEriC^^: 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 it22:55
k1lwell, then we need the logs to get to know what is going on there.22:56
wileeejophish, Sounds like animation?, look in unity tweak if running unity22:56
jophishwileee: I've turned off both animations, but no dice22:56
wileeeah, that's all I km=now22:56
wileeeknow*22:56
jophishBoth "urgent" and "launch" are set to "No animation" but I still get a little distraction every launch :/22:56
wileeejophish, ccsm might have something22:57
jophishI'll have a look, thanks22:57
Auctusk1l: what logs? where do i find them22:57
EriC^^Auctus: type cat /var/log/{dpkg.log,Xorg.0.log} | nc termbin.com 999922:58
wileeejophish, Sure, ccsm has a save setups and reset, nice to have the saved, was for me anyway.22:58
k1lAuctus: .xsession-errors in users home and the dmesg and syslog in /var/log22:58
jophishwileee: nope, I disabled all animations, but Unity still animates a bunch of things22:59
EriC^^Auctus: cat ~/.xsession-errors /var/log/syslog | nc termbin.com 9999 , too22:59
wileeejophish, 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
SubMindAuctus: any idea y neverball is not working wit me ?23:00
k1lSubMind: open a termina, start terminal from there, then see what errors it shows there23:01
SubMindk1l: http://imgur.com/dVUPkkh23:01
k1lSubMind: why do you compile neverball? its in the repos23:02
SubMindk1l: cause idk what i'm doin i'm no geek23:02
jophishwileee: I've set the icons to the minimum size, so the peeking is much smaller23:02
k1lSubMind: do you know about the package system from ubuntu? it ships a lot of programs already made working with ubuntu23:03
wileeejophish, Cool, maybe others here will know better.23:03
jophishthanks for the help anyway, wileee  :)23:03
k1lSubMind: use the software center to install neverball or use the terminal "sudo apt-get install neverball"23:03
wileeethan me that is, ;) no problem23:03
MonkeyDustSubMind  are you in unity, with the bar on the left?23:04
AuctusEriC^^, k1l termbin.com/kait termbin.com/b2ax23:05
SubMindMonkeyDust k1l i tried and failed23:06
k1lSubMind: details matter.23:07
k1lSubMind: 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 here23:07
SubMindMonkeyDust k1l a black window blinked once23:07
PiciSubMind: are you typing that into a terminal, or into a run or search box somewhere?23:09
k1lAuctus: cat /var/log/apt/{history.log,term.log} | nc termbin.com 999923:09
EriC^^Auctus: if you want to make it easier for you to copy and paste the stuff, you can use /exec -o <commands> , it'll just paste it here in the chat window for you instead of using a different tty23:10
EriC^^( i mean type the /exec -o <commands> in irssi )23:10
k1l[    38.476] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the23:11
AuctusEriC^^: if there is much more i will login from this machine, right now im connected to my irc vps :p23:11
k1lmaybe a reinstall of nvidia driver will help23:11
iuzuhello, I cannot start gparted via gui. yet the command line says it is already running.23:12
SubMindPici: theaching an old man is like writing in the water but its like on a rock for young one23:12
SubMindlol23:13
SubMindp23:13
SubMindPici: yep it was in a term23:13
SubMind;@)23:13
Auctusk1l: termbin.com/kj7423:13
Auctushow do i reinstall nvidia driver from terminal?23:14
k1lSubMind: 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 pastebin23:14
iuzueven after I kill the process in the monitor23:14
EriC^^Error! Your kernel headers for kernel 3.16.0-51-generic cannot be found. seems pretty relevant?23:14
EriC^^Auctus: try sudo apt-get install --reinstall linux-generic23:14
iuzuall in all, very unusual things are happening lately23:15
k1lAuctus: is it a 14.10? or a 14.04 with the utopic lts kernel?23:15
EriC^^Auctus: also, dpkg -l | grep "nvidia\|nouveau" | nc termbin.com 999923:15
Auctusk1l: i installed 14.04 im pretty sure, only thing ive done since then is install the automatic updates i get prompted for?23:16
k1lAuctus: 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-vivid23:17
AuctusEriC^^: termbin.com/gimh23:17
Auctusill do all the apt install stuff you guys are saying now one sec23:18
k1lthat will bring you the vivid backports kernel and xorg23:18
LaserAllanAnyone 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 here23:19
csmuleHi. How do I determine my current max open files?23:19
csmuleMy limit I mean23:19
EriC^^csmule: ulimit -f23:20
EriC^^i think23:20
EriC^^ulimit -n23:20
EriC^^( ulimit -a to see everything )23:20
csmuleThanks, that's it.23:22
EriC^^np23:22
Bashing-omEriC^^: In Auctus' driver output there is the status of "Cg" . Never seen that before, how is that interpreted ?23:28
LaserAllanAnoyne 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:29
EriC^^Bashing-om: i see "rc" not "Cg"23:30
EriC^^Bashing-om: anyways, dpkg -l | head -3 , explains the different statuses23:31
geniiLaserAllan: 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
Bashing-omEriC^^: Me not seeing what I see .. the 'Cg' is not a status, but the continuation of the line above .. dohhh !23:32
LaserAllangenii: I have ubnut server CLI so i cannot do that23:33
LaserAllanunless you know of a good way to do it23:33
LaserAllan:P23:33
geniiLaserAllan: Install links2 ( CLI web browser) then and use that to browse to it23:33
LaserAllanOk ill do that23:34
TJ-LaserAllan: does "service plexmediaserver status" say it is supposedly still running?23:34
TJ-LaserAllan: also, check the logs. maybe P.M.S. writes to its own log file, or else maybe /var/log/syslog23:34
geniiTJ-: I'm not sure it has an init job, I think it runs more as something under apache/httpd23:34
LaserAllanI get "plexmediaserver stop/waiting"23:34
OerHeksLaserAllan, their forum is full about this systemD change, https://forums.plex.tv/discussion/153638/ubuntu-moved-to-systemd-no-service-and-unable-to-start23:34
geniiHm23:34
TJ-LaserAllan: OK, so it isn't currently running.23:34
TJ-LaserAllan: So... you need to to look at the log files, find some clue as to why23:35
LaserAllanTJ-: When do i do a sudo service start it shows that its starting but it doesnt show up anywhere23:35
SubMindwhen 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
TJ-LaserAllan: which ubuntu release is it?23:35
LaserAllanServer 1404 LTS23:35
TJ-LaserAllan: so OerHeks link shouldn't apply since it doesn't use systemd-init23:35
LaserAllanTJ-: OK, it's just the only thign ive done is to update plex, nothing else or more23:36
OerHeksindeed, to early.23:36
GerowenAnybody 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:37
LaserAllanTJ-: I suppose I'll have to do a reinstall again then:P23:38
csmuleBack on max files open. So I can check /proc/#/fd for the count of all files, open correct?  ty23:39
TJ-LaserAllan: it's installed; you need to look at the logs and find out why it fails23:39
LaserAllanTJ-: What logs am i looking at?23:40
LaserAllanSyslogs?23:40
EriC^^Bashing-om: :)23:40
LaserAllanWhat does happen though is if i do a apt-get remove --purge plexmediaserver I get23:40
TJ-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/syslog23:40
LaserAllanRemoving plexmediaserver (0.9.12.16.1509-8e31408) ...23:41
LaserAllanstop: Unknown instance:23:41
LaserAllanPurging configuration files for plexmediaserver (0.9.12.16.1509-8e31408) ...23:41
LaserAllandpkg: warning: while removing plexmediaserver, directory '/etc/systemd/system' not empty so not removed23:41
LaserAllanok23:41
LaserAllanill go look there23:41
TJ-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 too23:41
TJ-LaserAllan: what repository are you installing PMS from?23:42
=== vincent__ is now known as Guest73310
LaserAllanTJ-: I instlal it manually with dpkg23:43
TJ-LaserAllan: right, but where from? So I can fetch it and investigate the packaging23:43
LaserAllanIve opened the syslog now, anything in particular youm wn tme to search for, theres like 100k lines here:P23:43
LaserAllanOh ok23:44
LaserAllanLemme find a link23:44
LaserAllanhttps://downloads.plex.tv/plex-media-server/0.9.12.13.1464-4ccd2ca/plexmediaserver_0.9.12.13.1464-4ccd2ca_amd64.deb23:44
TJ-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 service23:44
LaserAllanTJ-: Shall i use a pastebin?23:44
LaserAllanAs long as my ip isnt there should be fine to paste it in there23:45
TJ-LaserAllan: "pastebinit <( tail -n 1000 /var/log/syslog )"23:45
TJ-LaserAllan: you may need to do "sudo apt-get install pastebinit"23:45
wbillany idea what the newest version of ubuntu for arm is and where i can get a stable image?23:45
TJ-wbill: 15.1023:46
wbillany idea where there is an image for it23:46
LaserAllanTJ-: Well I use winscp so i can just copy it from notepad++23:46
SubMindwho is a trusty expert here ?23:48
SubMindlol23:48
TJ-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
mohamed55hi23:48
LaserAllanTJ-: Do you want the whole syslog or jsut lienx that has "plex" in them?23:48
SubMindmohamed55: hi23:49
TJ-LaserAllan: the last 1000 lines should be good23:49
LaserAllanTJ-: ok ons sec23:49
Hellboy_hello dick suckers :d23:49
Hellboy_you hack my ass23:50
Hellboy_lol23:50
TJ-wbill: I've found the XX images: http://cdimage.ubuntu.com/ubuntu-core/daily/current/23:50
Hellboy_you hack me i hack your moms pussy23:50
Hellboy_:)23:50
SubMindwhat is that https://launchpad.net/ubuntu/+source/neverball/1.5.4-6 ?23:50
TJ-wbill: the 15.10 images: http://cdimage.ubuntu.com/ubuntu-core/wily/daily-preinstalled/current/23:51
LaserAllanTJ-: Coming up, ill give you a pm23:51
TJ-LaserAllan: tell me in channel; I have /query blocked23:51
Jordan_UTJ-: Are the daily images really the ones intended to be used now that wily has been released?23:52
LaserAllanTJ-: http://pastebin.com/MjvANRgQ23:52
TJ-Jordan_U: "Latest images to have passed any automatic testing; try this first"23:53
LaserAllanTJ-: Hope that helps23:54
TJ-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 plex23:54
Jordan_UTJ-: "Having passed any testing" doesn't sound even close to "having been QA'd enough to consider a final release image".23:55
LaserAllanTJ-: The plexmediaserver directory is supposed to be located at "var/lib"plexmediaserver" but ther eis no such directory even23:55
LaserAllanand that gave me nothing that points at plex23:56
TJ-Jordan_U: wbill true... maybe http://cdimage.ubuntu.com/ubuntu-core/releases/wily/release/ ?23:56
OerHeksLaserAllan, maybe in /opt/ ?23:56
LaserAllanIs that under var?23:56
OerHeksno, /opt/ is its own instance under /23:56
LaserAllanOerHeks: I found opt under /var but its empty23:57
exodusbonsoir23:57
=== user is now known as Guest14686
OerHekswhich plex*23:58
OerHeksor locate or find23:58
exodusj aurai besoin de conseille23:58
exodussur nmap23:58
OerHeks!fr | exodus23:59
ubottuexodus: 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
minitrueexodus: man nmap in terminal23:59
exodusyes23:59
supercom32 Anyone here have experience using bitaddress.org on ubuntu?23:59

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