/srv/irclogs.ubuntu.com/2016/05/18/#ubuntu.txt

naccCodfection: please stop calling me bro if you really want help. Please run & pastebin the output of `apt-get --yes purge mysql-server mysql-client` again00:00
Codfectionok sorry00:00
usb_problembekks: what if I said it works on Windows00:01
Codfectionhttp://paste.ubuntu.com/16483497/00:02
Codfectionnacc,00:02
naccCodfection: ok, that's good00:03
naccCodfection: can you verify if /etc/mysql exist right now?00:03
Codfectionsure00:03
naccCodfection:  and if it does, do a `mv /etc/mysql /etc/mysql.bak`00:03
=== Liam` is now known as lstanley
Codfectionnope00:04
Codfectionit doesn't exist00:04
naccCodfection: and then verify if /etc/apparmor.d/usr.sbin.mysqld exists00:04
Codfectionusr.sbin.mysqld doesnt exist00:05
naccCodfection: and finally, do a `apt-get install --reinstall apparmor` and verify that /etc/apparmor.d/abstractions/mysql exists00:05
usb_problembekks: I'm only interested in learning. Now it seems to work on both windows and ubuntu.00:05
Codfectionmysql in abstractions doesnt exist either00:06
Codfectionok00:06
Codfectionlet me run install command00:06
Codfectionnacc, after installing00:06
Codfectionit still doesn't exist00:07
naccCodfection: after running the above install command?00:07
Codfectionyes00:07
Codfectionran with sudo aswell. still mysql doesnt exist. na00:09
Codfectionnacc,00:09
naccCodfection: well, yes, i'm assuming you're doing all this as root, of course -- apt doesn't really do anything as your regular user00:09
naccCodfection: can you pastebin the output of the above isntall command?00:09
Codfectionok00:10
Codfectionhttp://paste.ubuntu.com/16483570/00:10
naccCodfection: ls -ahl /etc/apparmor.d/abstractions | pastebinit00:12
Codfectionhttp://paste.ubuntu.com/16483583/00:13
naccCodfection: create /etc/apparmor.d/abstractions/mysql with the following contents: http://paste.ubuntu.com/16483598/00:15
Codfectionno such file or directory00:15
Codfectionna00:15
Codfectionnacc,00:15
naccCodfection: *create* it00:19
Codfectionas a txt file?00:20
=== rcw2 is now known as httpds
=== httpds is now known as httpd
=== httpd is now known as rcw2
naccCodfection: yes, owned by root in that directory00:21
enonOerHeks getting the latest alsa-firmware worked I HAVE sound Thank You00:21
bob_Hey there, I'm having a problem with pm-suspend since a few days, is this the right place to ask for help ?00:23
OerHeksenon, nice, have fun!00:24
Codfectionnacc, done00:24
Jordan_Ubob_: What version of Ubuntu are you using?00:24
bob_16.0400:25
Codfectionnacc, then ?00:25
enonOerHeks here I was thinking the latest kernel would have the latest drivers00:25
naccCodfection: ok, let's try to install again (`apt-get install mysql-server | pastebinit`) as root00:26
Codfectionalright00:26
kotuyavuzeski sohbet odaları geldi aklıma hey gidi günler hey :D00:26
bob_Jordan_U: 16.04 !00:27
* enon and now for my next incredibly stupid stunt00:28
OerHekskotuyavuz, english please00:28
OerHeksenon, not such an odd thinking really. but untrue00:29
CodfectionWOW00:29
Codfectionnacc,00:29
Codfectionno error00:29
Codfectionthis time00:29
NegativeFlare!floppy00:29
ubottuTo mount floppy disks, see here : https://help.ubuntu.com/community/MakeFloppyDriveAvailableToEveryone00:29
naccCodfection: ok, so a new policy for yourself. Do not do anything as root unless you 100% know why you are doing it and you have backups.00:29
nacc:)00:30
kotuyavuzok oerheks00:30
Codfectionnacc, thank you so much00:31
Codfectioncan I know how did you fix it00:31
CodfectionI wanna learn for future00:31
naccCodfection: so i think what happened was either during the purge or mabye because of some of the purge steps from that article, the apparmor profile was deleted00:31
naccCodfection: so first we go into a state where no mysql was installed (/etc/mysql was not present, and no packages were present)00:32
naccCodfection: then I verified if the apparmor abstraction was there, it was not00:32
Codfectionhow did you know if apparmor was the problem causing root00:32
naccCodfection: that corresponding roughly to the error you were getting, fwiw, it was saying it couldn't parse the abstractions file, which maybe didn't exist (which is in a way a parse error...)00:32
Codfectionso it was showing apparmor directory right?00:33
Codfectionok then?00:33
Codfectionin error dialogue*00:33
naccright00:33
Codfectionso how did you manage to get this new content for mysql00:33
naccso i asked you if that file existed. If it had existed, we wouldh ave verified it wasn't altered from the package default00:33
NegativeFlareGuys, I'm having a bit of a problem. No matter what I do, I can't get Ubuntu to mount my Floppy. I keep getting this error: $ sudo mount /dev/fd0 /media/floppy0 mount: /dev/fd0 is not a valid block device00:33
naccCodfection: i took it from the version installed on my system, which is unaltered, after verifying it against the pacakge source00:34
Codfectionhow to verify against package source?00:34
naccCodfection: I downloaded the package source and looked at the file contents00:34
bob_Anybody knows what might cause pm-suspend issues ? When I type the command ina  terminal it gets stuck and fans start going crazy then stop. Same problem when I fold my laptop and open it up. It goes to sleep but doesn't wake up. (I've read every forum thread on similar issues and either it didn't help or I couldn't make sense of it)00:35
Codfectionsorry for asking a noob question but can u tell me how to download package source00:35
Codfectionif in case later I have to put myself00:35
Codfectionby&00:35
Codfection*00:35
naccCodfection: `apt-get source <pkgname>`00:36
naccCodfection: that's one way, at least, pull-lp-source can also do it00:36
naccdepends on what you need to do, apt-get is probably sufficient for your use-cases00:36
OerHeksNegativeFlare, mount /dev/fd0 is broken somehowe, try: udisks --mount /dev/fd0 instead (or udisks --mount /media/floppy0 if you prefer).00:36
NegativeFlareOerHeks: You can't install udisks. It gives you an error about installation candidate00:37
Codfectionnacc, thank you so much00:38
naccOerHeks: NegativeFlare: has it been replaced by udisks2 ?00:38
Codfectioncan you please tell me how to backup if I want to downgrade my ubuntu and bring back my apps and settings and files to that one00:38
OerHeksnacc +200:39
OerHekshttps://launchpad.net/ubuntu/+source/udisks is gone, udisks2 is the replacement00:39
naccCodfection: well, i'd probably take a backup of /etc and your home directory (per-user settings). But you're changing levels of software. That means the configuration may not apply anymore00:39
NegativeFlarenacc: not sure, I'll try that00:39
naccCodfection: there isn't a really good way to, in a guaranteed fashion, do what you suggest, that i know of00:40
naccCodfection: i'm sure there are lots of articles with tips and suggestions, though -- just nothing is going to be foolproof00:40
bob_Just to be sure, you only a swap partition for hibernation and not for sleep. Correct ?00:42
bob_*need00:42
naccbob_: in the context of hibernation and sleep, yes, i believe sleep (suspend?) uses RAM.00:43
naccbob_: swap is used for other things of course, so those two alone do not determine your need for it or not00:43
bob_nacc: K thanks for confirming, since I've got 32gb or RAM I'd rather avoid making a swap partition00:44
bob_nacc: so making a swap partition wouldn't fix my suspend issues, right ?00:46
OerHeksthere is suspend to ram and suspend to disk, iirc00:46
Jordan_Ubob_: What happens when you run "systemctl suspend"?00:46
bob_OerHeks: suspend to disk = hibernate, no ?00:46
naccOerHeks: i always forget which terminology is which :/00:47
naccat one point there were several competing in and out of kernel implementations00:47
naccbob_: i would doubt it00:48
naccbob_: iirc, there's a way to debug (sort of fake) the suspend routine of the kernel. I think it's a knob in sysfs, but I forget for sure, maybe someone else will remember00:48
naccbut it basically goes through everythign but the actual suspend00:48
naccwhich means your console still works during, and you can see if it's a hardware issue00:48
nacchardware/hardware support00:49
bob____Jordan_U: Hey sorry I tried your command and it shut down my screen haha I had to restart my pc00:49
EriC^^bob____: which pc?00:49
OerHeksiirc it is a safety feature, if suspend gets broken ( powerfailure ) you still would have the data, but this is not standard.00:49
bob____EriC^^: I meant my laptop haha00:50
EriC^^which laptop?00:50
Jordan_Ubob____: Did it cause your machine to suspend?00:51
EriC^^how can i get vboxdrv? i'm using a mainline kernel 4.6 and have the headers and dkms installed, modprobe vboxdrv saysmodprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.6.0-040600..00:51
bob____EriC^^: you may well ask what it is, this laptop of mine. Well, this laptop that I have--that is to say, which is mine-- ...is mine00:52
EriC^^lol00:52
EriC^^is it an hp?00:52
bob____EriC^^: (monty pythons)00:52
bob____EriC^^: sager, custom made00:52
* OerHeks silly walks00:52
EriC^^oh00:53
bob____Jordan_U: I don't think so, I had music palying even without the screen on00:53
EriC^^did you try the acpi stuff in the kernel line?00:53
bob____Jordan_U: I did get an error message right before the screen shut down though00:53
EriC^^i had suspend issues and installing the 4.6rc6 kernel from mainline fixed it00:53
Jordan_Ubob____: How long did you wait before pulling the plug?00:54
bob____EriC^^: acpi stuff ?00:54
EriC^^bob____: yeah, passing acpi_osi="Windows <year here>" and other stuff from grub00:54
TechnoTony_MAINI recently upgraded my Laptop running Ubuntu 14.04 LTS to 15.10 (in order to be upgrade to 16.04). Now, when I open it, it gets stuck at the purple screen after the logo dissapears. Is this caused by the PPA's being set for 14.04? If so, how can I fix this? (preferably without formatting the PC)00:54
EriC^^TechnoTony_MAIN: try booting without quiet splash in the kernel line to see the output00:55
TechnoTony_MAIN@EriC^^ How?00:55
EriC^^TechnoTony_MAIN: hold shift when the pc boots to get grub, then press e over ubuntu and go to the line with linux /boot/vmlinuz and remove quiet splash then press ctrl+x to boot00:56
bob____EriC^^: I did not. I've seen a few people fixing their issues with upgrading the kernel, I also read it was kinda risky00:56
Jordan_UTechnoTony_MAIN: Upgrading from 14.04 LTS to the non LTS 15.04 was a bad idea.00:56
EriC^^bob____: risky how00:56
potasmic_Hi. I'm having 16.04 and I boot into a blank screen00:56
potasmic_First I'd see a backlight, but then its completely black.00:57
bob____Jordan_U: Not long, but as I said music was playing and only the screen was off, the rest seemed to be on. I waited like 5 seconds and then restarted00:57
potasmic_Keyboard still works.00:57
TechnoTony_MAIN@Jordan_U, I tried to upgrade to 16.04 LTS, but it forced me to upgrade to 15.10 first00:57
EriC^^bob____: which vga?00:57
bob____EriC^^: Don't know I've read it might be better to wait for a fix instead of updating to a more recent kernel, but I have basically no idea what it does so...00:58
Jordan_Ubob____: Sorry. I should have told you that "systemctl suspend" would attempt to suspend your machine, and not to try to force shut down without having waited at least a minute.00:58
bob____Jordan_U: No worries, should I do it again ? haha00:59
bob____EriC^^: What do you mean ?00:59
EriC^^bob____: amd? nvidia?00:59
Bashing-om!nomodeset | potasmic_ Have you tried ?00:59
ubottupotasmic_ Have you tried ?: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter00:59
Jordan_Ubob____: Well, first lets see if any useful error messages were logged to the journal and actually committed to disk in those 5 seconds.01:00
bob____EriC^^: Oh, nvidia 970 smth01:00
bob____EriC^^:  product: GM204M [GeForce GTX 970M]01:01
potasmic_Bashing-om: I read up about it. Do I need that live CD (or installation storage flash drive) to boot to nomodeset?01:01
potasmic_Well, I'll try it now anyways.01:01
potasmic_Ttyl01:01
bob____Jordan_U: what journal ?01:01
TechnoTony_MAIN I booted to command line, now it says --[ end Kernel public - not syncing: VFS: Unable to mount root fs on unknown-block (0,0)01:02
Jordan_Ubob____: The systemd journal, containing all system logs. First. Does the directory /var/log/journal/ exist currently on your system?01:03
pranithIs there a PPA for latest version of gnu global available?01:04
pranithon upgrade emacs ggtags started spewing errors due to old version of global in 16.0401:04
bob____Jordan_U: it does not01:05
bob____Jordan_U: bash: cd: /var/log/journal: No such file or directory01:05
Jordan_Ubob____: Ok, I could have sworn that Ubuntu enabled persistent logging via the systemd journal by default, but apparently not.01:06
Jordan_Ubob____: sudo mkdir /var/log/journal/01:06
bob____Jordan_U: I don't know if that makes a difference but I'm using i3 and I might have fiddled a bit too much with it01:07
bob____Jordan_U: done01:07
Jordan_Ubob____: sudo systemd-tmpfiles --create --prefix /var/log/journal/01:08
bob____Jordan_U: done01:08
Jordan_Ubob____: systemctl restart systemd-journald01:08
bob____Jordan_U: should I expect my laptop to shutdown ?01:08
bob____Jordan_U: if it does I'll be bob third underscore when I'm back haha01:09
Jordan_Ubob____: No. That was just restarting the journald logging service, which will now keep persistent logs (rather than just keeping logs in memory, which are lost upon reboot).01:09
bob____Jordan_U: k done01:09
OerHekspranith, file a bugreport, and maybe you want to build yourself? http://www.gnu.org/software/global/download.html01:10
OerHeksi find no ppa anyway01:10
bob____Jordan_U: how do you guys know this stuff ?^^ I'm in CS and I get As and stuff but not even my profs would be able to help me with that01:10
Jordan_Ubob____: Now, I think it's a good idea to enable sysrq magic, which is something I do on all of my machines. Sysrq magic allows you to (among a few other things) command the kernel to sync all data to disk, remount all filesystems ro, and power off even when userspace is completely unresponsive. It is not enable by default as it could be a local physical security problem: Someone with physical access to01:12
Jordan_Uthe keyboard could do not nice things to your system, even with X locked. That said, unless your machine is a kiosk, they could do not nice things with physical access anyway.01:12
Jordan_Ubob____: http://askubuntu.com/questions/11002/alt-sysrq-reisub-doesnt-reboot-my-laptop01:12
=== mkv is now known as m4v
bob____Jordan_U: alright let's do it01:14
potasmic_Bashing-om: Hey. This doesn't happen all the time. Sometimes I'm able to get in. Sometimes it black screens. Here's a screenshot of the additional driver thing.  https://usercontent.irccloud-cdn.com/file/guBrpKqa/irccloudcapture-1369183382.jpg01:14
potasmic_I also get that lvmetad is not active yet every time I boot in and shutdown01:15
Jordan_Ubob____: With sysrq magic enabled, if your screen turns off again but the kernel is still responsive, you can most likely reboot relatively cleanly using alt+sysrq+REISUB (Holding alt and sysrq keys for the whole time as you press, in succession at least a 1 second delay between each, r e i s u b )01:15
Bashing-ompotasmic_: look'n .01:16
EriC^^how can i get vboxdrv? i'm using a mainline kernel 4.6 and have the headers and dkms installed, modprobe vboxdrv saysmodprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.6.0-040600..01:16
potasmicIt's like a Heisenbug... Sometimes happen, sometimes not, quite scary01:17
bob____Jordan_U: How can I enable it ?01:18
Bashing-ompotasmic_: There is no other driver availabale. Pastebin ' lspci -k | grep -EA2 'VGA|3D' ' and let's know the hardware .01:18
potasmicBashing-om, 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R3 Graphics]01:18
potasmicDeviceName:  Onboard IGD01:18
potasmicSubsystem: Hewlett-Packard Company Mullins [Radeon R3 Graphics]01:18
potasmicoops01:19
potasmicsorry I should've pastebinned it01:19
bob____Jordan_U: sudo dpkg-reconfigure keyboard-configuration, this ?01:19
Jordan_Ubob____: Follow the top answer at http://askubuntu.com/questions/11002/alt-sysrq-reisub-doesnt-reboot-my-laptop01:19
potasmicBashing-om, http://pastebin.com/VnRRKcsJ01:20
Bashing-ompotasmic: What release are you running ?01:22
potasmicBashing-om, 16.04 downloaded two-three days ago, have done some updates.01:23
bob____Jordan_U: k, done01:23
potasmicBashing-om, I've just opened the about window: 16.04 LTS.01:24
Bashing-ompotasmic: Well .. in 16.04 there is no proprietary driver. That explains why there is no other driver offered. AMD is putting all effort into open source support .01:26
potasmicBashing-om, is there anything I can do about this?01:27
bob____Jordan_U: What next ? What about all the scripts in /etc/pm/sleep.d/ ? What are these for ?01:27
Jordan_Ubob____: Ok, now reboot and run test that alt+sysrq+r causes a message like "sysrq: SysRq : Keyboard mode set to system default" to appear in the output of "dmesg", then test that "sudo journalctl --boot=-1" shows all logs from the previous boot. Once we know that those two things are working properly, we can try suspending again.01:27
Bashing-ompotasmic: An intermitttent booting issue can be tough to fix . Is encryption used here ?01:29
potasmicBashing-om, I don't think so. Passworded, but no encryption on data. afai-remember01:29
Jordan_Ubob____: Systemd's suspending functionality replaces pm-suspend, and I don't think that /etc/pm/sleep.d/ is used by systemd's suspend implementation.01:29
Bashing-ompotasmic: 'Bout all I can suggest at this point is to remove "quiet splash" boot parametes such that you see the boot messages as you boot. Try and see what is going on . else there is : http://www.dedoimedo.com/computers/systemd-blame.html to try and analyze what is taking place .01:33
bob____Jordan_U: I'll try doing what you said. I checked the log in : /var/log/pm-suspend.log and for most files in sleep.d it says non applicable01:33
potasmicBashing-om, can I edit boot parameters while in the OS? (I'm current in Ubuntu right now because... it just works this time)01:34
potasmicBashing-om, I'll read the post01:34
bob____Jordan_U: but for sleep.d/99video it says disabled. K I'll reboot and I'll be back. thanks a lot by the way you're a life savior01:35
Bashing-ompotasmic: Yeah .. you want to make a backup of /etc/default/grub . and in that file is the line GRUB_CMDLINE_LINUX_DEFAULT="splash quiet" . remove quiet splash, save the file, and propagate the change with terminal command ' sudo update-grub '01:36
potasmicBashing-om, thanks!01:36
Bashing-ompotasmic: Finding a intermittent thing is slow work .. can be hard work .. good luck .01:37
potasmicBashing-om, Haven't accomplished anything right now but if I remove `quiet splash nomodeset` from my grub file it'll guarantee to work everytime?01:38
bob_Jordan_U: [  109.779628] sysrq: SysRq : Keyboard mode set to system default01:39
bob_Jordan_U: sudo journalctl --boot=-1 does indeed output all the logs01:40
potasmicBashing-om, grub updated. rebooting. brb01:41
=== potasmic_ is now known as potasmic
potasmicOh actually, without splash and quiet, it's more interesting to watch my computer boot :P01:42
Bashing-ompotasmic: Nother thought, we can make sure that the open source driver is in fact loaded .. ' sudo lshe -C display ' .01:42
potasmicBashing-om: okay, so it works, but I'm not sure if I'll wake up the next day guaranteed getting in.01:42
potasmicLshe not found, Bashing-om01:43
Bashing-ompotasmic: ^ I del the same .. and boots faster when the splash screen is not activated . // typo s/b ' sudo lshw -C display '01:44
potasmicFor some reason, my Wifi isn't working now...01:45
abraxas_zil01:45
potasmicBashing-om  https://usercontent.irccloud-cdn.com/file/VAvRM6ZA/irccloudcapture-1303953685.jpg01:46
Bashing-ompotasmic: Good .. " configuration: driver=redeon" .01:47
potasmicSo it's there, but it's wacky.01:47
Bashing-om!pastebinit | potasmic01:47
ubottupotasmic: 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.com01:47
potasmicOoohhh nice01:47
potasmicBut my wifi is dead after reb01:48
potasmicReboot01:48
Jordan_Ubob_: Great. Now use "systemctl suspend" and wait at least two minutes (not that it should ever take that long if things are working properly). If it doesn't ever suspend, and if you can't get to a terminal with ctrl+alt+F1 after waiting the 2 minutes, then use alt+sysrq+ REISUB to reboot semi-cleanly. Then we'll check the logs.01:49
Bashing-ompotasmic: The driver is wacky .. or the DeskTop ? .. Might look at the log file /var/log/Xorg.0.log .. See if X has anything to relate .01:49
bob_Jordan_U: I'll try that. Just one thing though, I'm using i3 and Windows key + arrows was used to naviguate the windows, now it launches a tty01:50
potasmic_Bashing-om, Xorg0.log is blank01:50
Bashing-ompotasmic: Grub would have nothing to do with networking . Do not know what to say about WIFI .01:51
potasmic_wifi works again after reboot.01:51
angel1604sorry on my laptop hp probook 4540s with ubuntu 1604 you do not see me the bluetooth card. Are there solutions?01:51
Bashing-ompotasmic_: check again .. will be very strange in deed if that file did not exist .01:51
potasmic_Bashing-om, did I tell you that I keep seeing lvmetad is not active yet?01:52
Jordan_Ubob_: What do you mean by "launches a tty"? Does it take you to another tty (a screen with only a text login/terminal)?01:52
Bashing-ompotasmic_: Yeah .. and I did forget .. not sure what to make of it .. Google here I come .01:53
joolehow to ban the pointing device?01:53
bob_Jordan_U: yes it does, tty601:53
bob_Jordan_U: same with Alt + arrows01:53
potasmic_Bashing-om, cat: /var/log/Xorg0.log: No such file or directory01:53
potasmic_\shrug01:53
Jordan_Ubob_: I'm not sure what to make of that, but I don't think it will have an effect on this suspend test.01:55
bob_Jordan_U: very well. I'll fix that another time then01:55
Bashing-ompotasmic_: I see .. there is a 'dot' between Xorg and '0' . try again .01:57
angel1604sorry on my laptop hp probook 4540s with ubuntu 1604 do not see me the bluetooth card. Are there solutions?01:59
bob____Jordan_U: It suspends fine but I can wake up from sleep. alt+sysrq+REISUB worked fine to reboot01:59
bob____Jordan_U: *can't01:59
potasmic_Bashing-om, pastebinit is timed out, give me sec01:59
joolesudo apt-get install bluz-utils ????02:00
potasmic_Bashing-om, http://pastebin.com/6PYrTHZ702:01
Bashing-ompotasmic_: K, and on the lvmetad: http://askubuntu.com/questions/767140/lvmetad-is-not-active-yet seems that is not a thing to fret about . still checking .02:01
potasmic_pastebinit doesn't work despite I'm able to paste it through the web display02:02
potasmic_uhhh web-interface... whatever.02:03
noobineerneed some help, using mate 15.10, I installed gstreamer0.10-ffmpeg but rythmnbox still can't import my .m4a music collection02:03
potasmic_Bashing-om, oops. I just realized my paste was marked as spam. Should be fixed with the same URL.02:04
Bashing-ompotasmic_: I got it .. and " /dev/mapper/ubuntu " , 37.163] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration " .. so far seems encryption is a factor here , still reading .02:06
potasmic_Oh damn, so I did tick that "Encrypt my data" when installing?02:07
potasmic_Because I'm pretty sure I didn't ...02:07
potasmic_I'm so forgetful... ?!02:07
potasmic_Bashing-om, thanks so much for your time with this.02:07
shanhi, does anyone use Ubuntu Mate on Raspberry Pi 3?02:12
Bashing-ompotasmic_: X is happy and configures radeon with no problems reported . encryption at the heart of this intermittent booting issue ?02:14
potasmic_Bashing-om, I'm unsure. Is there a way I can disable it? I don't need to encrypt my files on this machine.02:14
TJ-Bashing-om: potasmic_ "lvmetad" is not something to be concerned about02:14
potasmic_TJ-, thanks I associated the blackscreen with it02:15
Jordan_Ubob____: OK, please pastebin the output of "sudo journalctl --boot=-1" .02:15
rookusCan anyone help me set up a PXE server?02:16
Jordan_Ushan: Just ask your actual question, and if anyone thinks they can help they will.02:16
Bashing-ompotasmic_: TJ- ^^ Thabls for that confirmation on "lvmetad" ,02:16
TJ-Bashing-om: potasmic_ what's the core issue, I've missed it02:16
bob____Jordan_U: -- Logs begin at Tue 2016-05-17 21:09:26 EDT, end at Tue 2016-05-17 22:16:08 EDT. -- May 17 21:36:45 Baloo systemd-journald[269]: Runtime journal (/run/log/journal/) is 8.0M, max 321.2M, 313.2M free. May 17 21:36:45 Baloo kernel: Initializing cgroup subsys cpuset May 17 21:36:45 Baloo kernel: Initializing cgroup subsys cpu May 17 21:36:45 Baloo kernel: Initializing cgroup subsys cpuacct May 17 21:36:45 Baloo kernel: Linux 02:16
bob____Jordan_U: K I'll do it line by line02:16
=== Pika is now known as Poke95
Bashing-omTJ-: An intermittent issue of booting to a black screen . ATI R3, 16.04 .02:17
bob____Jordan_U: -- Logs begin at Tue 2016-05-17 21:09:26 EDT, end at Tue 2016-05-17 22:16:08 EDT. --02:17
avisi can't open image files on my desktop and i am unsure why02:17
bob____Jordan_U: May 17 21:36:45 Baloo systemd-journald[269]: Runtime journal (/run/log/journal/) is 8.0M, max 321.2M, 313.2M free.02:17
bob____Jordan_U: May 17 21:36:45 Baloo kernel: Initializing cgroup subsys cpuset02:18
bob____Jordan_U: actually I'll put the file on my website02:18
potasmic_Bashing-om, dinner now. you can PM and highlight me and I'll atttempt to scroll up02:18
MoonBurstMy speakers don't get sound, and my headphones have constant static. Is there a chance that's a software issue, or is that for sure a hardware problem?02:18
TJ-Bashing-om: potasmic_ are there more than one monitors connected?02:19
Jordan_U!pastebin | bob____02:19
ubottubob____: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:19
Bashing-ompotasmic_: A quick bite, as TJ- is some kind of smart ,, and we have his attention .02:19
TJ-ha! it's 03:20 and I was just heading off :)02:19
TJ-potasmic_: Bashing-om when it occurs, have you tried pressing Ctrl+Alt+F1 to switch to a VT console and then Alt+F7 to switch back to the GUI?02:20
Bashing-omTJ-: Long about then .. I become unthinkable .. you do such good work .02:20
Bashing-omTJ-: Not to this time  on changing the VTs .02:21
Jordan_Ubob____: You can just run "sudo journalctl --boot=-1 | pastebinit" to automatically upload the output to http://paste.ubuntu.com . The pastebinit command will output a URL which you can then share to the channel.02:22
bob____Jordan_U: gotcha. http://paste.ubuntu.com/16484467/02:22
noobineerI fixed my problem just now, I had to install ubuntu-restricted-extras02:24
noobineer<noobineer>  to eneable the .m4a music file codec, not gstreamer0.10-ffmpeg02:24
Jordan_Ubob____: Please use the pastebinit command I gave. The output you gave is incomplete (when run interactively journalctl enables paging, so that you need to press enter/space/page down to scroll through the output to see it all).02:25
bob____Jordan_U: oh right, mb.02:26
TJ-Bashing-om: with more than 1 monitor, even if only 1 is set to be active, its not unknown for the primary monitor output to change at boot-time, so the active output could be on 'the other' monitor (which is often switched off and so not seen)02:26
bob____Jordan_U: http://paste.ubuntu.com/16484489/02:26
Jordan_Ubob____: "Linux version 4.4.0-22-generic-tuxonice" Would have been good to know that you were using a non standard kernel earlier. Why are you using a tuxonice kernel?02:28
bob____Jordan_U: no idea, I don't even know what it is02:28
Jordan_Ubob____: Well you or someone else installed a ppa with a tuxonice kernel. Is this your machine?02:29
Bashing-omTJ-: in the xorg file " root=/dev/mapper/ubuntu--vg-root ro " for LVM and/or encryption .. right ? and then there is [    37.163] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration" . Authentication to the desktop ?02:29
bob____Jordan_U: Oh actually I think I tried installing that when I was trying to fix my suspend issues, to use hibernate instead of suspend since apparenetly someone had success with that02:30
bob____Jordan_U: It is !02:30
TJ-Bashing-om: "root=/dev/mapper/ubuntu--vg-root" for an LVM root  file-system02:30
TJ-Bashing-om: no encryption indicated from that, that would be shown elsewhere02:31
Jordan_Ubob____: Ubuntu has support for hibernation by default (though it's disabled in the GUI IIRC), no need to add any ppa.02:31
Jordan_Ubob____: Please use ppa-purge to purge this ppa, then reboot and try again with a stock Ubuntu kernel.02:32
Jordan_U!ppa-purge | bob____02:32
ubottubob____: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html02:32
bob____Jordan_U: so sudo ppa-purge tuxonice ?02:33
bob____Jordan_U: k I remember now trying to delete this ppa, I remove it from my /etc/apt/sources.list.d02:35
bob____Jordan_U: So apparently just deleting the file wasn't enough. What command should I use ?02:36
bob____Jordan_U: Ok it's deleted, i'll reboot02:37
=== andrea is now known as Guest7991
=== TheBas is now known as basil2x
bob_Jordan_U: I still have the same issue, my laptop is not waking up.02:42
Jordan_Ubob_: How exactly did you revert the packages installed from the ppa?02:43
bob_Jordan_U: http://askubuntu.com/questions/307/how-can-ppas-be-removed02:43
bob_Jordan_U: You can also remove PPAs by deleting the .list files from /etc/apt/sources.list.d directory.02:44
bob_Jordan_U: I had missed a .list file when I tried deleting it earlier02:44
bob_Jordan_U: Actually it still shows up now. Even know the deletion was succesful02:45
bob_Jordan_U: tuxonice-ubuntu-ppa-xenial.list02:45
bob_Jordan_U: *even though02:45
Jordan_Ubob_: Deleting the file doesn't uninstall the packages that you installed from that ppa. Using ppa-purge does.02:45
bob_Jordan_U: so what command ?02:46
bob_Jordan_U: I did sudo ppa-purge tuxonice, seems to be working02:46
Jordan_Ubob_: sudo ppa-purge ppa:tuxonice/ppa02:47
bob_Jordan_U: Ok that's done. Should I reboot ?02:47
Jordan_Ubob_: Please pastebin the output, if any, of "dpkg -l | grep '~ppa' " (note the single quotes around '~ppa' ).02:49
MoonBurstMy computer has started crashing today, like... a lot. I don't really know the cause, but what happens is, my screens turn off "going into power savings mode" my music stutters for a few seconds during and after, then the computer reboots. Is there a way to test the problem?02:50
Jordan_Ubob_: And also "dpkg -l | grep tuxonice" .02:50
bob_Jordan_U: http://paste.ubuntu.com/16484621/02:50
bob_Jordan_U: http://paste.ubuntu.com/16484623/02:51
Jordan_Ubob_: What was the output of "sudo ppa-purge tuxonice"? (because it apparently didn't remove anything)02:54
bob_Jordan_U: http://pastebin.com/mut2N9wQ02:57
Jordan_Ubob_: OK, I just didn't realize that tuxonice-userui is in the default repositories. Let's remove that as well. "sudo apt purge tuxonice-userui".02:58
potasmic_TJ-, one monitor03:00
bob_Jordan_U: http://pastebin.com/drq8MzFV03:00
potasmic_TJ-, I've tried Ctrl Alt F1 - F12 nothing works03:00
potasmic_haven'tr tried Alt F703:00
potasmic_idk what a VT is03:00
potasmic_TJ-, Bashing-om, here's the order: HP logo (BIOS I assume), a deep solid purple (I believe is Grub?), then backlight black, then complete black. At this point, keyboard still works (I can toggle numlock). The thing I just said was before I delete "quiet splah"03:02
potasmic_splash03:02
Bashing-ompotasmic_: VT is Virtuaal terminal .. standard install there are 7 VTs .. #7 generally (sic) is the GUI .03:02
Jordan_Ubob_: Great. Since your last test was probably done with a stock kernel, and tuxonice-userui probably doesn't interfere with systemctl suspend, I expect you will still have the same problem. Am I correct that the computer resumes from suspend but the screen is simply all black or getting no signal?03:02
potasmic_ah03:02
potasmic_well, nothing shows up at all03:03
bob_Jordan_U: affirmative03:03
Jordan_Ubob_: Which is it, all black or no signal? (If there is no signal, your monitor should display an error message of some kind).03:04
bob_Jordan_U: All black, not even any lighting, the screen is simply turned off03:04
Bashing-ompotasmic_: So next time ya get "black screened" what results in key combo ctl+alt+F1 to go to VT 1 . then alt+F7 to return to the GUI ?03:05
Jordan_Ubob_: Laptop or desktop?03:05
bob_Jordan_U: laptop03:05
potasmic_Bashing-om, How long does it take to response? Because I'm sure I've tried Ctrl Alt F1 and nothing shows up03:05
Bashing-ompotasmic_: Did you see TJ- query in respect to the number of monitors connected ?03:06
potasmic_Bashing-om, yes, I said 103:06
Bashing-ompotasmic_: Me no pay attention .. sorry . as to gaining VT1 . almost instantainious .03:07
Jordan_Ubob_: It might be worth trying to disable the nvidia proprietary drivers then see if resuming from suspend works.03:07
bob_Jordan_U: Yeah I saw that mentionned on some posts but I was too scared to try it out.03:07
bob_Jordan_U: How do I do that ?03:07
potasmic_Bashing-om, ish ok, nobody stick their eyes to irc03:08
=== coffeeguy is now known as chillguy
Jordan_Ubob_: How did you enable the proprietary nvidia drivers in the first place?03:08
bob_Jordan_U: Probably some apt command I found on stack overflow or ubuntu forums03:09
Jordan_Ubob_: I strongly recommend that you start keeping notes about what you do to your computer.03:10
AdeHow to fix install dev c++ on ubuntu ?03:10
Jordan_U!details | Ade03:10
ubottuAde: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.03:10
caliculkDoes anyone here use an inventory management solution in the workplace that is compatible with Linux, OS X, and Windows and can perform SNMP scanning/polling, agent and agentless based information, has an API, and can pull serial numbers for all hard drives. Curious as to what you use, because right now, I am out of ideas on my possibilities.03:11
bob_Jordan_U: You're right.03:11
Jordan_Ubob_: Please try booting from an Ubuntu 16.04 LiveUSB and running "systemctl suspend" to suspend from there. If suspending and resuming works from a LiveUSB, then that most likely means that something you have done since installing has caused suspending/resuming to fail. (That might not mean that you did something wrong, for instance you may have properly installed the proprietary drivers but they just03:13
Jordan_Uhave a bug relating to resuming on your hardware).03:13
daniel1234Hello my names Daniel and i am a new user to Linux. I am having trouble connecting to samba file service. I have Wifi on my computer and am using the gui03:14
potasmic_Hi Daneil! :D03:15
potasmic_*Daniel!03:15
daniel1234hello03:15
bob_Jordan_U: What if that's the case and suspend works on the liveUSB ?03:15
daniel1234what could be the problem?03:16
bob_Jordan_U: I tried this : http://askubuntu.com/questions/128113/how-do-you-remove-nvidias-proprietary-drivers03:16
daniel1234I have wifi connected on both my laptop and desktop03:17
potasmic_daniel1234, someone will assist you shortly, but you should also elaborate on why you're unable to connect.03:17
Jordan_Ubob_: Then it may be that uninstalling the Nvidia proprietary drivers will get suspend working on your installed system, but you'll have to decide if you're OK with that trade off. It could also be one of a number of other possible things you might have done. It's hard to say, but if it does work on the liveUSB then at least we know that it is possible with your hardware and current software.03:17
potasmic_daniel1234, does it say something? Any error messages?03:17
daniel1234no the GUI works and you can share, however it wont show up on the computer03:18
daniel1234trying to connect to03:18
daniel1234the gui seems fine but trying to connect is the problem03:19
Bashing-ompotasmic_: As another thought as this is LVM .. running out of space in /boot ? .. what returns ' df -h ' ?03:19
daniel1234I am running wifi on both computers03:19
potasmic_Bashing-om, sec03:19
bob_Jordan_U: So the best option might be to do a clean install from the LiveUSB ?03:20
daniel1234laptop running knoppix and desktop running ubuntu03:20
bob_Jordan_U: (If suspend works on it)03:20
daniel1234sambas on the desktop03:20
Jordan_Ubob_: It might be, yes.03:20
potasmic_Bashing-om, http://paste.ubuntu.com/16484834/03:21
Bashing-ompotasmic_: Nope , not that either, space usage is good . Is the system fully updated ? ' sudo apt update ; sudo apt full-upgrade '03:22
bob_Jordan_U: Alright I'll try that. Thank you so much. I really appreciate the help.03:22
potasmic_Bashing-om, isn't the system supposed to do that itself whenever it notify me "a OS update is available [... etc]03:23
daniel1234could it be the IP address03:23
daniel1234not configuered properly03:23
potasmic_Bashing-om, doing it now.03:23
potasmic_Bashing-om, "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.03:24
potasmic_"03:24
Bashing-omPotatoGim: Maybe ,, depends on how you have configuered update-manager . will not hurt to run the commands now manually and see what the situation for updates is .03:24
potasmic_yeah, pretty sure I'm up=to-date Bashing03:24
potasmic_haha Potato03:24
Bashing-ompotasmic_: Yep .. up-2-date . scratch that thought too .03:25
potasmic_ok03:25
potasmic_Do you need my sysinfo?03:25
potasmic_HexChat has a command for that03:25
potasmic_ HexChat: 2.10.2 ** OS: Linux 4.4.0-22-generic x86_64 ** Distro: Ubuntu "xenial" 16.04 ** CPU: 4 x AMD A4-6210 APU with AMD Radeon R3 Graphics (AuthenticAMD) @ 1.50GHz ** RAM: Physical: 3.3GiB, 39.6% free ** Disk: Total: 454.9GiB, 92.9% free ** VGA: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R3 Graphics] ** Sound: HDA-Intel - HDA ATI HDMI1: USB-Audio - HP Webcam HD 43102: HDA-Intel - HD-Audio Generic03:25
potasmic_** Ethernet: Realtek Semiconductor Co., Ltd. CIe Gigabit Ethernet ** Uptime: 1h 36m 54s **03:25
daniel1234does anyone know i have tried youtube and it look easy but not working03:26
thonIs anyone able to get Clex working on Ubuntu?03:29
daniel1234Could somebody help me with samba03:30
=== user is now known as akis
daniel1234could somebody please help me03:33
Bashing-ompotasmic_: At this point All I know to tell you is to watch the boot messages ,, and ' systemd-analyze blame ' .03:33
potasmic_Bashing-om, .... it's very fast? You'd expect me to watch all of that03:33
CryptoSiDhow can i set apt in ubuntu so it keep only 4 kernel, i have a lot of vm that are low on space cause it have like 30 kernels installed03:33
daniel1234is anyone out there to help me03:35
daniel1234i am a newbie to linux03:35
elkydaniel1234: try saying all your problem in one go.03:36
Cursed_Goddaniel1234: im not familiar with samba , use sshfs instead03:36
daniel1234is there another network connect to with help for samba03:37
thonAnyone getting this when trying to run Clex on Ubuntu?: Starting CLEX 3.15 Terminating CLEX: Cannot read the keyboard input03:37
elkydaniel1234: the channel #samba is on this network03:38
Bashing-ompotasmic_: Yeah ! It is fast .. on my system the scroll lock function key works to pause the screen .03:38
Bashing-omCryptoSiD: That function is controlled by /etc/apt/apt.conf.d/50unattended-upgrades .03:39
potasmic_Bashing-om, so that's what's the lock-scroll is for!!!03:39
potasmic_.... I don't have it on my keyboard.03:39
Bashing-ompotasmic_: try then ctl+s to "stop" and ctl+o to continue .. maybe ?03:40
potasmic_Bashing-om, didn't know that, will try.03:40
thonlock scroll is a legacy function I think03:42
thonmost people don't really need it these days03:42
thonit was from the early days of windows' command prompt if i'm not mistaken03:42
thonthough, i could be entirely wrong.03:42
Bashing-omCryptoSiD: Also see : http://ubuntuforums.org/showthread.php?t=2246229 - the forum is back up .03:43
thon*scroll lock03:43
Bashing-omthon: Still works on my system .. - old mechanical keyboard .. 14.04 install .03:43
thonThis is on a laptop.03:44
thonso maybe thats why03:45
thonor it could have something to do with me using i3 on Ubuntu03:45
thonlemme try to reboot to Unity and see if that helps the situation03:47
xaviergmailthon: I thought the largest attraction to Ubuntu was Unity03:47
xaviergmailI never thought anyone cool enough to run a tiling wm would do so on ubuntu03:49
erasmushow is 4.6?03:53
ROldanHI03:53
erasmushigh03:53
ROldanSomeone can helpme with two problems please?03:54
ROldansomeone!?03:55
ROldan Someone can helpme with two problems please?03:56
Bashing-om!ask | ROldan03:56
ubottuROldan: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience03:56
ROldanoh! sorry03:57
potasmic_Patience is the key to survive IRC loneliness ;)03:58
potasmic_(and negligence ;w;)03:58
NotDislikedI've got issues with Ubuntu 16.04 that I didn't have with 15.1003:59
ROldani have some problems with the terminal, when i use it appears to me ""Could not lock the administration directory (/ var / lib / dpkg /), maybe there is some other process using it?""03:59
nchambersROldan, well, is another process using it?04:00
potasmic_lol04:00
ROldanlike what?04:00
nchamberssomething that would lock the admin directory04:00
nchambersapt-get04:00
potasmic_htop04:00
xanguaTerminal, update manager, software center ROldan04:00
xanguaSoftware boutique I think it's called now?04:01
ulisseshi04:01
nchambersalternatively, the command needs to be run as root04:01
ROldanim noob with this, i dont know of what r u talking :(04:02
Bashing-omROldan: update/package management system .. only 1 process can be active at a given time .04:04
=== KindOne_ is now known as KindOne
NotDislikedOkay, having issues with 16.04 that I didn't have at all with 15.10, right now my usb installer won't boot, how do I find a log so I can look for errors04:07
ROldan: /04:08
Nene1hello all04:08
Bashing-omNotDisliked: /var/log/syslog would be where I would look 1st .04:08
ROldanwhere i can see it Bashing - om??04:09
Nene1i am having a problem after applying security updates on my ubuntu 14.04 machine04:09
Bashing-omROldan: Processes active ?  terminal command 'ps aux ' for one .04:09
Bashing-omNene1: Networking problems .. as in no connectivity ??.. as a guess .04:10
Nene1after applying patches, /var/run/reboot-required file created so i rebooted the machine... even after rebooting the second time file is still existing04:10
=== acrocity_ is now known as acrocity
Nene1what could the the issue??04:11
Nene1Bashing-om: ^^04:11
=== devuser is now known as pepigno75
r_riosHello. So, I was updating my Kubuntu 15.10 installation to 16.04 when the computer froze in the middle of the installation.04:12
Nene1/var/run/reboot-required.pkgs is showing 6 pkgs and with single reboot all pkgs are not cleared up...04:12
=== pepigno75 is now known as devuser
r_riosSo I booted in recovery mode and, after running dpkg --configure -a, I'm running aptitude install -f04:13
daniel56789can somebody help me i am trying to connect to my file server that i created using samba04:13
daniel56789i tried the samba chanel but nobody was on04:13
Nene1so is there any way to apply patches with single reboot???04:13
r_riosThe update process is stalled with the message "usermod: no changes made", or something like that04:14
ROldanBashing-om04:14
Bashing-omNene1: That is above my skill set also . WQe wait and see what others have to advise .04:14
ROldana lot of things apear to me04:14
=== davidw is now known as Guest39716
ROldanwhen i use that comand04:15
ROldana list04:15
Nene1ROldan: any help??04:15
r_riosThe same thing happened during the call to dpkg --configure -a, but I Ctrl+C'd it and the process cotinued normally04:16
r_riosNow, Ctrl+C is not working. Any ideas?04:16
Bashing-omROldan: Yeap, as you can see there are thousands of processes active . Now , a explicit question ?04:17
Bashing-omNene1: Is the system fully updated ? ' sudo apt update ; sudo apt full-upgrade ' been run ?04:18
damexhi, i made live usb using ubuntu live usb creation tool. on uefi system. it create efi bootable USB. it asked for bootloader installation tho~... is there a way i can make it bootable in legacy mode too?04:18
Nene1Bashing-om: i ran apt-get update, then unattended-upgrades04:19
ROldanWell im trying to install wine with the terminal, when i use some comands the terminal send to me ...04:20
ROldanW: chmod 0700 of directory / var / lib / apt / lists / partial failed - SetupAPTPartialDirectory (1: Operation not permitted) E: Could not open the lock file "/ var / lib / apt / lists / lock" - open (13: Permission denied) E: Could not lock / var / lib / apt / lists / W: There was a problem decouple /var/cache/apt/pkgcache.bin file - RemoveCaches (13: Permission denied) W: There was a problem decouple /var/cache/apt/srcpkgcache.bin 04:20
ROldanE: Could not open the lock file "/ var / lib / dpkg / lock" - open (13: Permission denied) E: Could not lock the administration directory (/ var / lib / dpkg /), it is as root?""04:21
NotDisliked_How do i look at the logs of the live usb, i just opened it up and looked through the files and saw files that looked like thef contained file systems, but nothing just on the regular file system of the usb04:21
Bashing-omnerbellion: The UU scripts should heave taken care of updates .. check and see for sure if there are any outstanding presently ?04:21
elkyROldan: did you use sudo with the commands?04:21
NotDisliked_It's currently freezing on the 5 dots, after picking "try ubuntu first"04:22
ROldanwell not XD, but trying again apear to me ""E: Could not lock / var / lib / apt / lists / lock - open (11: Resource temporarily unavailable) E: Could not lock / var / lib / apt / lists / E: Could not lock / var / lib / dpkg / lock - open (11: Resource temporarily unavailable) E: Could not lock the administration directory (/ var / lib / dpkg /), maybe there is some other process using it?""04:23
Bashing-omNene1: ^^ // nerbellion sorry for the highlights /04:23
elkyROldan: do you have software center or something like that open while you are trying to use apt-get?04:25
Nene1Bashing-om: which scripts you want me to check???04:26
ROldanbefore i use the terminal, i try to install wine with the ubuntu software but there the instalation was incomplete and  ir remain open04:28
ROldanit*04:28
Bashing-omNene1: If the scrops ran .. and cleaned up afterward .. then in the terminal outputs from ' full-upgrade" will be " 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded " . Is this so ?04:28
elkyROldan: close software center first then try installing with sudo apt-get04:29
ROldanthis is other problem only making a rebot it go close, i dont know why the software center its not serving04:30
ROldanthe instalations dont finish04:31
simpletron304:33
simpletron³04:33
elkyROldan: but software center is closed at this moment?04:34
ROldanyes, only is open an incomplete instalation of wine04:35
ROldanthat not get moving04:36
elkyROldan: so if you type "sudo apt-get install -f" what happens?04:37
elkyROldan: is the incomplete installation in the terminal?04:37
elkyROldan: use paste.ubuntu.com to tell me what happens04:38
SolarbabyHelp Please.  I can't use udev because it's unavailable due to using a android kernel but I'd like an alternative suggestion for auto detecting that a usb device has been inserted and then running my script.04:38
SolarbabyI am running Ubuntu 16.04 on top of Android in a chroot.04:39
turingaHi, Is it appropriate to ask about installation of a KDE desktop manager on ubuntu 15.10 in here? I'm having difficulties...04:39
elkyturinga: you can ask here but #kubuntu might have people who know better04:39
ROldancan i tell the problem in spanish, its going to be more easy explin it XD04:40
elkyROldan: i don't speak spanish so you'll need to find someone else who does, probably in  #ubuntu-es04:41
turingaThanks. I have dependency errors. And they appeared after installation. My lap top shut down unexpectedly and the install had issues afterwards.04:41
ROldanim going to try explin it in inglish, but always in paste.ubuntu?04:42
Kudos_Can anyone help me with installing unity3d (experimental linux version) the deb package wont install on my 16.04, and I have tried umake (sudo umake games unity3d) and I get the error message "(process:6934): dconf-CRITICAL **: unable to create file '/home/kudos/.cache/dconf/user': Permission denied.  dconf will not work properly" and "(process:6934): dconf-WARNING **: failed to commit changes to dconf: Cannot spawn a message bus when setuid"04:42
elkyturinga: are you familiar with command line stuff? try sudo apt-get install -f to see if it fixes what broke when the laptop shut down04:42
turingaSo i used "purge" to remove the plasma-desktop but I would like to know if that really uninstalls an application...04:42
elkyROldan: paste.ubuntu.com is for pasting terminal output into.04:42
turingaI shall try that, thanks.04:42
SolarbabyI guess nobody listening has any alternative suggestions to using udev?04:43
elkySolarbaby: i don't know what to suggest for a chroot on android04:43
ROldanthat apear to me right?04:44
Solarbabyelky: what would you suggest for a embeded system?04:44
srikanthpHi04:45
Solarbabyelky: I guess if I had too I could probably do a cronjob every few minutes04:46
elkySolarbaby: i don't think we have anywhere set up to help for ubuntu in chroots on android.04:47
elkySolarbaby: you might be better off contacting canonical support if you're trying to make an embedded system for a product04:47
Solarbabyelky: think of it like ubuntu 16.04 LTS with a really outdated kernel04:47
elkySolarbaby: that's unsupportable in an end-user support channel i'm afraid.04:48
Solarbabyelky: I see your point04:48
Solarbabyelky: well thank you for taking the time04:48
elkySolarbaby: have a look with /msg alis help and see if there are embedded related channels around04:49
elkySolarbaby: ##hardware might be able to point you in a useful direction04:49
turingano luck, elky. May I send you the output I got. How can I send the output?04:49
elkyturinga: paste.ubuntu.com04:49
Solarbabyelky: thank you04:49
elkyROldan: you'd need to tell me a url that your paste is at04:49
=== user is now known as akis
turingahttp://paste.ubuntu.com/16485349/04:53
ROldanelky:  i think that now i can resolve that problem04:54
elkyROldan: yay!04:54
ROldanelky: thanks, now i have two more problems04:54
=== V1P3RX is now known as Aix
=== richard is now known as Guest44148
=== Guest44148 is now known as RichardWhereat
RichardWhereatDoes anyone know how to add more scripts to the CharacterMap?04:56
RichardWhereatBecause I know what the Yi script looks like, and it ain't this "꓂"04:56
elkyturinga: can you "sudo apt-get install libkf5kdelibs4support-data" or does that fail too?04:56
elkyRichardWhereat: you might be missing some fonts. i'm not sure which04:58
RichardWhereatA whole bunch, how do I add more?04:58
NoCode!info mail-stack-delivery05:00
ubottumail-stack-delivery (source: dovecot): mail server delivery agent stack provided by Ubuntu server team. In component main, is optional. Version 1:2.2.22-1ubuntu2 (xenial), package size 6 kB, installed size 64 kB05:00
elkyRichardWhereat: they're available through apt-get, 'font' will be in the package names, but i'm not sure how good the searching is in software center but you can try there too05:00
* NoCode sighs and flies back into his chair05:00
RichardWhereatIt is, sadly, not that great05:02
Kudos_Can anyone help me with installing unity3d (experimental linux version) the deb package wont install on my 16.04, and I have tried umake (sudo umake games unity3d) and I get the error message "(process:6934): dconf-CRITICAL **: unable to create file '/home/kudos/.cache/dconf/user': Permission denied.  dconf will not work properly" and "(process:6934): dconf-WARNING **: failed to commit changes to dconf: Cannot spawn a message bus when setuid"05:03
elky!info intlfonts05:03
ubottuPackage intlfonts does not exist in xenial05:03
RichardWhereatthe apt-get worked though, thanks05:03
elkyRichardWhereat: you're welcome, have fun.05:04
RichardWhereatThere's also apparently emacs-intl-fonts05:05
Roldan_elky: The wifi conection also is giving to me some problems, some times dont detect the signals, or its so dificult to conect05:06
th34lch3m1sthi05:06
lickalottanyone have or seen issue with menu's showing up on initial log in (16.04)?  I have to consistently log out and log back in to get the menus to show up.  The apps open and work fine but file menus appear.05:06
elkyRoldan_: do other devices have the same problem?05:07
th34lch3m1stexcuse ignorance, I'm partitioning a usb flash memory and gparted creates partitions with root privilege. Is this the default behaviour? (16.04 just installed)05:08
lickalottth34lch3m1st, i would just do it cli with sudo05:09
Roldan_elky: not, also the problem happened to me when i used windows 1005:09
suresh#drupal05:10
suresh#drupal join05:11
th34lch3m1stlickalott can you link me an example, please?05:11
=== the_ant1 is now known as the_ant
=== huttan_ is now known as huttan
=== Logan_ is now known as Logan
=== farblue_ is now known as farblue
=== mrJack1 is now known as mrJack
=== inaddy is now known as tinoco
=== jfmcarreira_ is now known as jfmcarreira
=== xtr-2172 is now known as xtr
Roldan_ elky: i need to be worried in this case?05:13
lickalottth34lch3m1st, do you know what the volume is?05:14
elkyRoldan_: if the problem is the access point then there's not much ubuntu can help with05:14
=== lewq_ is now known as lewq
th34lch3m1stlickalott I assume05:15
th34lch3m1stlickalott yes05:15
lickalottif it's mounted, unmount it.  sudo umount /dev/sd??05:15
lickalottsudo mkfs.vfat /dev/sd??05:16
th34lch3m1stlickalott of course I unmount it05:16
=== raj` is now known as raj
Roldan_elky : r u talking abaut the wifi card?05:16
lickalottyou can also use the disk utility05:16
Roldan_about*05:16
elkyRoldan_: no by access point i mean router or hotspot05:17
th34lch3m1stlickalott I got you, but ehy gparted act this way? I'm pretty sure that on 12.04 wasn't acting like this...05:17
th34lch3m1st*why05:17
lickalottdid you launch it as root?05:18
th34lch3m1stlickalott it force me to start root05:18
Roldan_elky : i dont think that can be that, cause the cellphones and other laptops are working good05:18
lickalottkill it and start it with sudo (sudo gparted)05:18
th34lch3m1stlickalott now you are saing that gparted can be started eithout root psw?05:19
th34lch3m1st*without05:19
lickalotttrue05:19
elkyRoldan_: but you said it was the same on windows 10 i didn't know about those others. in that case the card is the problem and ubuntu can't change that.05:19
th34lch3m1stlickalott and why running it from icon should be root executed?05:20
Roldan_elky : and can i do something to be sure that is the card?05:20
lickalottdid you install it as root?  sounds like a permissions thing.05:20
elkyRoldan_: try a different card05:20
lickalotti can run mine all day long with my normal user (i installed with sudo)05:21
th34lch3m1stlickalot installed uding synaptyc05:21
th34lch3m1st*using05:21
Roldan_i mean seeing something in the computer, with out make chages for now05:21
Roldan_elky: i mean seeing something in the computer, with out make chages for now05:22
th34lch3m1stlickalott so you are tell me that synaptyc has installed gparted with root privileges?05:22
th34lch3m1stlickalott but not the "user" runnable version...?05:23
=== Phanes- is now known as Phanes
lickalottidk man.  Could be.  If I click the icon it just asks for my sudoers pw.  if I run it comman line with sudo it wants my password.05:23
th34lch3m1stlickalott I'm getting too hold for this sh**t05:24
lickalottlol05:24
lickalottsudo apt-get remove gparted; sudo apt-get autoremove; sudo apt-get install gparted05:24
lickalottcopy and paste that.  Should fix things.05:24
th34lch3m1stlickalott if you csb't trust synaptyc, then whi else you can trust?05:24
akishi all. I am trying to install new 16.04 lubuntu and i faced the following issue.  The 'unsafe-swap-space' bug since 12.04 is still here. i try to override it following this http://askubuntu.com/questions/393418/unsafe-swap-space-detected but i cannot open any terminal to give the command sudo swapoff -all. There is a GUI option to open a LXterminal but there is no prompt line to enter the command. Any help?05:25
th34lch3m1stlickalott thanks for help05:26
lickalottnot a problem man, hope everything works out for you05:27
th34lch3m1stlickalott thnks have a nice day :)05:28
daniel1234can somebody help me with a samba question05:28
MrokiiHello. I am getting a new hard drive that should replace my current drive (which holds the whole system). What is the best/easiest way to clone my old drive to the new one, so that the new drive contains everything and boots just as the old one?05:28
lotuspsychjeMrokii: whats the old brand hd and new brand like?05:28
lotuspsychje!samba | daniel123405:29
ubottudaniel1234: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html05:29
lotuspsychjedaniel1234: there is also a #samba channel if you like05:29
Mrokiilotuspsychje: I'm not sure about the old drives' manufacturer at the moment. But the new one is Samsung and they're both SSD drives.05:29
lotuspsychjeMrokii: wich samsung type is the new one?05:29
Mrokiilotuspsychje: 850 evo05:30
lotuspsychjeMrokii: ok thats good, perhaps clonezilla or dd clone the drives? will you choose same ubuntu version?05:30
Mrokiilotuspsychje: Yes.05:30
lotuspsychje!clone | Mrokii05:31
ubottuMrokii: To replicate your packages selection on another machine (or restore it if re-installing), you can use the !software package "apt-clone" - See also !automate05:31
lotuspsychjeoh nvm that one05:31
Mrokiilotuspsychje: Doesn't the cloning copy all the installed apps already?05:31
lotuspsychjeMrokii: clonezilla or dd, yes05:31
MrokiiOkay, thanks. I'll give these two a look.05:32
michael_panyone had any probs install steam on ubuntu 1605:32
lotuspsychjeMrokii: another approach would be backing up your packages with aptoncd and make a new clean install of ubuntu, and place packages back after with aptoncd05:33
lotuspsychjeMrokii: on your new evo, ubuntu install is only 10-15min work05:34
Mrokiilotuspsychje: The problem is that I changed various system files over the years and would probably lose my customisations with a clean install.05:36
Solarbabyis there no longer hotplug in Ubuntu 16.04?  where does udev get it's information? I thought it used to get it from hotplug?05:36
lotuspsychjeMrokii: you can also clean install and preserve your /home at install phase, but sure clone will do fine aswell05:36
MrokiiThat's what I'm going to try first. Thank you.05:37
lickalottanyone got anything on the file menu issue?05:44
[Saint]Mrokii: random anecdote time - I have very recently got into the habit of checking my dotfiles into a git repository05:44
[Saint]the large part of setting up my user environment now revolves around checking out a git repo into a clean user instance.05:45
=== gary is now known as Guest48135
kalenpwhas anyone gotten i3blocks working on ubuntu 14.0405:53
=== bigleg is now known as yanzheng
pinPointso I just installed php5.6 from ppa:ondrej/php and my mysql client api version is mysqlnd 5.0.11-dev - 2012050306:03
pinPointwhy is it so dated vs php 5.5 which I had before. it was on 5.5 or so06:03
StumpDumbDoes Canonical/Ubuntu track my searches?06:04
xanguaNo06:04
lotuspsychjepinPoint: its recommended to stick to ubuntu package versions, meant specific for your ubuntu version06:05
pinPointlotuspsychje: 5.5 is date though06:07
pinPointdated*06:07
lotuspsychje!latest | pinPoint06:07
ubottupinPoint: 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.06:07
pinPointo06:07
pinPointok06:07
lotuspsychjepinPoint: if you like higher version, try a higher ubuntu version?06:08
wolf911Hi06:12
wolf911How can I install WhatsApp on Ubuntu?06:12
lotuspsychjewolf911: try telegram for ubuntu06:13
lotuspsychjewolf911: there is also a web version of whatsapp on ubuntu-touch06:14
tevin#json06:14
wolf911Okay06:14
tevin#javascript06:15
kalenpwwolf911: have you followed the askubuntu guide here? http://askubuntu.com/questions/333850/how-to-install-whatsapp06:15
wolf911Let me see06:15
xanguaWhy don't you just use the WhatsApp web?06:20
wolf911Okay that's most easiest way for me, thanks buddies06:21
=== dreamon_ is now known as dreamon
TsakNorrisDang! i know this is ubuntu channel, but does anybody know how to install Linux MINT alternative way (no gui)?06:23
lotuspsychje!mint | TsakNorris06:24
ubottuTsakNorris: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org06:24
=== madwizar1 is now known as madwizard
Jordan_USolarbaby: This channel can't really help you. Try ##linux .06:32
Rex_Sum_EgoAnyone have a fix screen flickering when running dual gtx (660) grafic card in sli?06:44
=== erick is now known as Guest44894
Guest44894hi07:07
=== erkules_ is now known as erkules
Archeus_i can see my wifi but can connect to it07:10
Archeus_wht to do ?07:10
gustav___The court here in Norrköping, Sweden, EU said it does not have a form for fee waiver on suit application, it also said that I must contact a law firm to get help. Isn't that legal advice? Any way, a law firm costs money so I can't sue.07:10
gustav___For people <=minimum living standard.07:11
OerHeksgustav___, ask in #social  or #defocus, this is ubuntu support only07:11
gustav___I have to give up food for half a month or maybe 12 months to pay for the filing.07:11
gustav___Oh, sorry.07:11
OerHeksArcheus_, on what ubuntu version ?07:11
Archeus_14.0407:11
Archeus_64 bit07:12
OerHeksArcheus_, and what wifi chip? open terminal: lspci -nn -d ::28007:13
Archeus_hmm07:13
Archeus_after pasting "lspci -nn -d ::280" it says invalid device ID07:13
OerHekswithout " " i hope?07:14
OerHeksor is it an USB wifi?07:15
Archeus_oh07:15
Archeus_as my laptops internet aint working07:15
Archeus_so im using tht USB stick tht recivies wifi07:15
Archeus_so ?07:18
OerHekstry " sudo lshw -C network  " >> https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide/Commands07:18
OerHeksand paste the output on paste.ubuntu.com07:18
Archeus_woah07:20
Archeus_its very long07:20
Archeus_so wht after pasting ?07:20
OerHeksgive us the url :-)07:21
Archeus_http://paste.ubuntu.com/16486132/07:21
Archeus_here it is07:21
OerHeksso it is the 2nd one, 3th is usb07:22
OerHeksRTL8723BE07:22
Archeus_hmm07:23
Archeus_idk ?07:23
OerHeksArcheus_, some have benefit with building their own driver like this post > http://askubuntu.com/questions/590414/wifi-problems-with-rtl8723be-in-ubuntu-14-0407:23
Archeus_oh07:24
Archeus_!!!07:24
Archeus_thts my problem07:24
Archeus_i too installed kernel07:24
Archeus_so follow the first answers all step ?07:25
Archeus_answer's*07:25
OerHeksyou installed a custom kernel?07:25
Archeus_ah07:25
Archeus_i dont about custom07:25
OerHeksfrom mainline ppa?07:26
Archeus_i still dont know about tht07:26
Archeus_but my version07:26
Archeus_is 3.19.307:26
Archeus_i installed it by watching a video07:26
Archeus_hmm , this seems to be the command " wget http://tinyurl.com/pzstqcc -0 kernel-3.19.3"07:27
OerHeksoh, that is really a custom kernel, not really supported here :-(07:28
Archeus_ah07:28
Archeus_btw wht does a kernel do ?07:28
OerHekshard to say what where how to fix now07:28
Archeus_nd how to uninstall it ?07:28
OerHekskernel is the main file that runs your system, pretty important07:28
Archeus_opps07:28
Archeus_ah07:29
OerHeks!kernel07:29
ubottuThe core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)07:29
Archeus_hmm07:29
OerHeksboot, hold shift, and choose previous kernel in the menu07:29
OerHeksthen you could uninstall07:29
Archeus_oh07:29
Archeus_thx07:29
Archeus_i gtg now07:29
Archeus_need to go for classes07:30
OerHekssucces, have fun!07:30
Archeus_bye ^^07:30
=== cigumo_ is now known as cigumo
bjoern_hi07:35
jose__!ciao a tutti07:37
ubottujose__: I am only a bot, please don't think I'm intelligent :)07:37
jose__!list07:37
ubottujose__: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».07:37
jose__!list07:38
ducassejose__: stop that.07:38
nightflyopenjdk-9-jdk and openjdk-9-jdk-headless conflict on xenial since release. I'm amazed that this bug hasn't been reported/fixed in yet. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820023 http://askubuntu.com/questions/769467/can-not-install-openjdk-9-jdk-because-it-tries-to-overwrite-file-aready-includ07:39
ubottuDebian bug 820023 in openjdk-9-jdk,openjdk-9-jdk-headless "openjdk-9-jdk,openjdk-9-jdk-headless: error when trying to install together" [Serious,Open]07:39
jose__!ciao a tutti07:41
ubottujose__: I am only a bot, please don't think I'm intelligent :)07:41
jose__!list07:41
ubottujose__: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».07:41
jose__!list07:43
=== [Saint_] is now known as [Saint]
ren0v0hi, can someone tell me what correct permissions should be for logrotate + nginx  "create" field ?07:46
ren0v0default is www-data:adm but this doesn't seem to work, i tried setting to "root:root" as logs are initially created however logrotate creates new log with permissions "www-data:root" ??07:46
=== MacroMan_away is now known as MacroMan
=== nico__ is now known as nicanaca0
jose__!list08:19
=== yhjhg is now known as defun
jose__!ciao a tutti08:20
ubottujose__: I am only a bot, please don't think I'm intelligent :)08:20
OerHeksjose__, , you have been asked not to do that, this is no filesharing channel08:20
jose__!list08:20
ubottujose__: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».08:20
anonymousis there anybody in here?.08:23
OerHeksanonymous, nope08:24
=== anonymous is now known as Guest12958
Guest12958nice can someone help me?08:24
Opps_HDDhey08:24
Guest12958lol lost my nick anonymous08:24
=== Guest12958 is now known as anonymous123
=== anonymous123 is now known as anonymous2208
OerHeks!register08:24
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode08:24
anonymous2208i got a huge problem the fan is so high in my laptop and im using ubuntu can someone help me?.08:24
anonymous2208anybody?08:25
anonymous2208please08:25
anonymous2208i need it08:25
OerHekshigh fan is better than no fan.08:25
OerHeksanonymous2208, on your GPU or CPU ?08:25
anonymous2208both08:25
anonymous2208its a laptop only got 1 fan08:26
anonymous2208as i know08:26
OerHeks!lmsensors08:26
ubottuTo access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions.08:26
OerHeksdid you install any driver for GPU???08:26
anonymous2208so how do i install the lm sensorss?08:26
anonymous2208oerheks no i dont know how to install amd drivers08:27
OerHeksyeah, why not read there, i don't want to copy08:27
OerHeksamd drivers.. on 16.04?08:27
anonymous2208oerheks there are accutlly one driver im using there wass working to amd08:27
anonymous2208oerheks yes do you know how to get them08:27
OerHeksno, as the ati driver is dropped until xorg 1.8 comes out.08:28
Opps_HDDI have a bit of a problem.... I was formatting a hitachi 900 gb drive. It was from a HP 3 par with 520 sectors. I was formatting it to 512, and accidently hit ctrl C and it stopped the format, went back to prompt, then I tried to access the drive, and could not. now it is not visable to an adaptec controller at all, it is visible to an onboard LSI08:28
Opps_HDDcontroller, but fatal error cannot access it to do anything.  Any ideas?08:28
OerHekshttps://wiki.ubuntu.com/XenialXerus/ReleaseNotes#Graphics_and_Display08:28
anonymous2208so oerheks i cant get the fan to go lower? all the other people in the school got low fans08:29
OerHeksanonymous2208, ^^ see releasenotes, ati works with the open driver08:29
anonymous2208oerheks! how08:29
OerHeksi am afraid i have no clue howto do that with the open driver08:29
anonymous2208what about the lm-sensor how do i install it08:30
OerHeksanonymous2208, read the url08:30
anonymous2208cant dont know what it is08:30
OerHeksif you are too lazy to read, why read here then?08:30
anonymous2208dude08:30
Opps_HDDhaha08:30
anonymous2208i said were is the facking url :P08:30
ducasseanonymous2208: calm down.08:31
anonymous2208sorry ducasse its just pissing me off this pc is FUCKING SHIT08:31
OerHeks!language08:31
ubottuThe main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList08:31
Opps_HDDanonymous2208what about the lm-sensor how do i install it08:31
Opps_HDDanonymous2208what about the lm-sensor how do i install it08:31
Opps_HDDanonymous2208what about the lm-sensor how do i install it08:31
Opps_HDDanonymous2208what about the lm-sensor how do i install it08:31
Opps_HDDopps08:31
Opps_HDDthat was supposed to paste one time...  my bad08:32
ducasse!lmsensors | anonymous220808:32
ubottuanonymous2208: To access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions.08:32
anonymous22081 the tuchpad some times wont go the same way as my fingers it fucks up two the fan is high im in school all the other people got low fan pc'es 3 this pc got another problem cant remember it right now!08:32
Opps_HDDI just wanna know how to get my drive working again..08:32
OerHeksOpps_HDD, try to format it again??08:33
TJ-anonymous2208: sounds like an Acer (which are well known for broken firmware on the motherboard specifically ACPI DSDT)08:34
anonymous2208so you guys see this pc is pissing me of and the fun fact is it cost relly much08:34
stephanbuyshi all, how do I determine at what stage (or after what) legacy upstart scripts get run by systemd on 16.04? I want to run a service before NetworkManager (which is still upstart)08:34
k1lanonymous2208: last warning on the language.08:34
Opps_HDDcant be seen by adaptec controller after my Ctrl C...  the LSI controller sees it, shows up, but gives fatal error, cannot access, cannot "make good, unconfigured"08:34
anonymous2208TJ- its a Lenovo pc 3 ghz quad core but the cpu isnt as they promished thhey said it would be 4 mb level 3 cash but i got 8 gb level 2 cash wich makes it slower the cpu makes the ram go down to 800 mhz ONLY and theyre normal 1600 mhz08:35
anonymous2208i hade lenovo08:35
anonymous2208K1l sorry08:35
anonymous2208just cant take it08:35
TJ-stephanbuys: the systemd units under /lib/systemd/system/ have one for calling such08:35
anonymous2208they cheated me08:35
anonymous2208so anyone know about mabe the mouse instead when i pluggin a moouse all the windows cant be moved but if i unplug it im able to move the windows again08:37
anonymous2208?08:37
TJ-anonymous2208: Lenovo are another offender we've seen over the last 9 months. If it's the problem I'm referring to, they tailor the firmware ACPI DSDT to only enable all power and configuration features if it detects a Windows operating system08:37
stephanbuysTJ-: so the way to go is to disable NetworkManager in upstart and start it via systemd? (At which point I can set dependecies?)08:37
anonymous2208TJ- what do you mean08:37
anonymous2208someone told me to do thi i cant remeber who # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)08:38
anonymous2208# System: LENOVO 80EC [Lenovo Z50-75] (laptop)08:38
anonymous2208# Board: LENOVO Lancer 5B308:38
anonymous2208# Kernel: 4.4.0-22-generic x86_6408:38
anonymous2208# Processor: AMD A8-7100 Radeon R5, 8 Compute Cores 4C+4G (21/48/1)08:38
Opps_HDDyou would like my server I'm building, Dual Xeon 2.4Ghz 8 core (16 total) 64 gigs ram, 1000 watt PSU, adaptec 24 port Raid controller. Norcotek 4U 24 SATA/SAS case. over 6 grand, that didn't include any HDD's08:38
TJ-stephanbuys: that sounds wrong NM has it's own service: "systemctl status NetworkManager.service"08:39
Opps_HDDthen I messed up my one drive and cant install VMware on it because I cant make my raid 6 with my 8 drives, I only have 7 now :(08:39
anonymous2208well i think i got a break gotta go guys08:39
anonymous2208i will probaly be back kl 12:0008:39
stephanbuysTJ-: you're right - I jumped to the wrong conclusion - ok I can take it from here - thanks for the pointer08:40
=== badon_ is now known as badon
brunch875Lenovo only enables power settings when windows is detected? Woah, that's so lame!08:45
=== TJ_Remix is now known as TJ-
neil_Hi I am trying to access a ipmi interface for an asrock server motherboard, firefox says "A plugin is needed to display this content" ... what should I install08:45
=== screedoz is now known as screedo
=== step21_ is now known as step21
TJ-grrr, lost connection.08:46
=== Spr0cket- is now known as Spr0cket
=== WizardGed_ is now known as WizardGed
=== farblue_ is now known as farblue
=== cellopin_xx is now known as magicflakes
=== MacCoaster_ is now known as MacCoaster
TJ-stephanbuys: that sounds wrong NM has it's own service: "systemctl status NetworkManager.service"08:46
TJ-stephanbuys: maybe you're confused because Ubuntu ships both Upstart and SystemD init scripts, but by default boots and uses systemd08:46
TJ-anonymous2208: ACPI is Advanced Configuration and Power Interface, and its an essential core of every PC these days. It does things like enable hardware device power for things like the thermal (fans), CPU clocking, bus controllers (on this PC with Linux it doesn't power on the USB touchscreen device). So we have to make Linux pretend it is Windows to fool the ACPI DSDT.08:46
=== BOHverkill_ is now known as BOHverkill
=== cerealguy_ is now known as cerealguy
=== Dartellum1 is now known as Dartellum
=== Spilotro_ is now known as Spilotro
=== csyogi1 is now known as csyogi
=== Neo is now known as Guest94615
stephanbuysTJ-: yeah - got it thanks for the help08:46
=== ueberall is now known as uebera||
=== BigGun4Hire_ is now known as BigGun4Hire
=== KeithIMyers_ is now known as KeithIMyers
=== Bent0_ is now known as Bent0
=== Wug_ is now known as Wug
=== termos_ is now known as termos
=== Xe` is now known as Xe
Solarbabywc 1108:50
=== Drac0 is now known as Guest11497
neil_Hi I am trying to access a ipmi interface for an asrock server motherboard, firefox says "A plugin is needed to display this content" ... what should I install  ... I tried openjdk 8 but that didn't seem to work08:50
=== cmosguy_ is now known as cmosguy
pierre__somebody ?08:51
Habbiepierre__, it doesn't look like you asked a question yet08:52
=== mariorz_ is now known as mariorz
=== katymoe__ is now known as katymoe
TJ-neil_: you'd have to check the IPMI documentation08:54
TJ-neil_: you could try connecting to outside of a browser, using the Java 'appletviewer' directly08:54
=== bhuddah_ is now known as bhuddah
=== ggherdov_ is now known as ggherdov
jellyneil_: you also need icedtea-plugin08:55
jellywhich unfortunately only gets 9 months support because enterprise users don't need java applets08:56
=== michagogo_ is now known as michagogo
=== mquin_ is now known as mquin
TJ-jelly: ha! tell that to those with stuff like network KVM that use Java :)08:57
jellyI shall use the sarcasm interpunction marks next time, if I find any08:59
=== dean is now known as Guest49857
jelly(I _only_ ever have a need for java applets at work, for similar stuff)09:00
TJ-yes, it's very frustrating isn't it - just when you need to do something urgent and it takes 1/2 hour to find a workaround. Like those devices with 'web-based' config that rely on Javascript and fail to work on anything other than IE6 on XP (thank goodness for virtual machines)09:03
sobersabrehi. are there any per application restrictions on ubuntu ? e.g. if I want to run rsyslog on different port, will the system let me?09:03
sobersabrelet's assume PRE-systemd system....09:04
TJ-I spent overnight on a remote server that failed to install 16.04 -server in expert mode... lovely bug... fails to mount /dev into the target before trying to update-initramfs ... so cannot find rootfs device, and fails09:04
TJ-sobersabre: mainly the restrictions in Ubuntu are via AppArmor09:04
TJ-sobersabre: this is the list of profiles in rsyslog you can check: http://paste.ubuntu.com/16486933/09:06
OerHeks there is no standard port for relp, so yes09:06
OerHekshttp://manpages.ubuntu.com/manpages/xenial/man5/rsyslog.conf.5.html09:06
thmsWhen doing apt-get upgrade, how can I know which version it's gonna install ? Like php5-gd has an update, I'd like to know from which version I'm upgrading from, and to.09:07
OerHeksthms, you could do a dry-run with -d09:07
thmsOerHeks: thanks09:08
sobersabreOerHeks: I said PRE-systemd so xenial is not interesting. and I know how to read manpages. I am asking about OS level restrictions. On RHEL systems it's SELinux, on Ubuntu if my bad memory fails me not it's called 'AppArmor"09:08
TJ-sobersabre: the apparmor profile only differentiates on the dgram/stream level, not individual port, from the look of usr.sbin.rsyslogd09:08
sobersabreTJ-: there's also the thing of reading/writing files in that profile...09:08
sobersabreI want to run rsyslogd in a non-root (app specific) user context.09:08
=== bigleg is now known as yanzheng
thmsOerHeks: -d is download only not dry run09:09
sobersabreAnd I've tried setting it up to run on a TCP port, and the daemon does "boot up", and even shows in netstat as listening.09:09
TJ-thms: "apt --upgradeable list"09:09
sobersabreIt also creates the log file I'm asking it to, but using logger -n <IP> -P <port> "blabla" renders nothing :(09:09
OerHeksthms, dang! you are right, apt-get upgrade --dry-run09:09
sobersabreTJ-: ^^^09:09
TJ-sobersabre: are you using containers?09:10
=== bigleg is now known as yanzheng
thmsTJ-: it's too old to have apt09:10
TJ-thms: which release is it?09:10
OerHeksthms, sorry for wasting valuable space :-(09:10
sobersabreTJ-: not as far as I know (it's 12.04 system, with kernel 3.x, don't think so) is there some kind of apparmor logging I can turn on and see if app armor is blocking me?09:11
TJ-thms: you could use "apt-get changelog <package>"09:11
TJ-sobersabre: the apparmor output is to auth.log (I think!)09:11
k1lthms: "apt-cache policy packagename" will tell what versions will be installed09:12
thmsk1l: tghank you (TJ- and OerHeks too)09:20
Abe_hello i wrote a little bash script but to make it easier to install ndiswrapper wifi driver, i can't get it to run on "lubuntu" terminal but it works totally fine with ubuntu what's wrong with it? http://paste.ubuntu.com/16487019/09:22
AlexP11223Why I can't find find Qt Creator in the software center in 16.04? I think it was there before09:23
TJ-Abe_: insert "set -x; set -e" after the shebang line and find out09:24
TJ-AlexP11223: lots of issues with the 'new' Gnome Software' application. "sudo apt install qtcreator" is the alternative09:25
Abe_ok thank you i will try09:25
Abe_without quotations right?09:25
TJ-Abe_: correct. "-x" enable output of each line before its executed. "-e" will stop the script if any command returns a non-zero result09:26
Abe_ok why does it run on ubuntu without and not on lubuntu?09:27
TJ-Abe_: debug it and find out09:28
TJ-Abe_: likely a difference in the shell environment09:28
Aliekezhihi, I'm having kernel crashs (kernel oops) with a Macbook Air with 16.04 + nvidia proprietary 340, should I open a bug report ?09:29
jooniTJ- you're one patient SOB, did that "stacy" get her hotspot up and running yesterday?09:29
TJ-Aliekezhi: are you able to capture the OOPs stack-trace?09:29
AliekezhiI've also not been able to boot without chrooting from a live-USB and removing those drivers09:29
TJ-jooni: haha! I have no idea, I ran away :p09:29
Abe_TJ-: yes i figured lubuntu is missing something...09:29
jooniTJ-: lol09:30
AliekezhiTJ-, sadly, I didn't find anything related in kern.log, the xorg.log file looks fine too...09:30
TJ-Abe_: maybe use "env > /tmp/env.log" in your script on both and compare log files09:30
TJ-Aliekezhi: does it it cause a kernel Panic and reboot required?09:30
Abe_TJ-: I am not good at programming xD09:31
AliekezhiTJ-, just a crash09:32
AliekezhiTJ-, oh I didn't checked well, I found some traces in the logs09:33
TJ-Aliekezhi: if there's an OOPs it should be fully recorded in kern.log09:34
AliekezhiTJ-, https://bpaste.net/show/09b8d40f737409:37
thabo24option.com09:37
TJ-Aliekezhi: what does "grep NVRM /var/log/kern.log" show?09:39
OerHeksjooni, he/she did.09:40
OerHeksjooni, i have given up on that.09:40
AliekezhiTJ-, https://bpaste.net/show/aa69c066e89a09:41
jooniOerHeks: i need to get a life, i was sitting back and watching the convo go around in circles09:42
Abe_TJ set x just shows everything when executed like every little line09:43
TJ-Aliekezhi: have you checked that no other driver is loaded, as the mesages suggest?09:45
TJ-Abe_: yes, so you can trace the exection path and identify where it fails and see what values are being evaluated09:45
jose__!list09:45
ubottujose__: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».09:45
OerHeksjose__, 3th time .. please do not.09:46
=== cloudkiller is now known as cloudnull
jose__!ciao09:47
jose__!list09:47
ubottujose__: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».09:47
neil_Hi I am trying to access a ipmi interface for an asrock server motherboard, firefox says "A plugin is needed to display this content" ... what should I install  ... I tried openjdk 8 but that didn't seem to work09:49
Abe_maybe but this menu is not showing up.. when everything is cli it does show up09:49
ikonianeil_: look at what plugin is needed09:49
TJ-Abe_: then maybe the 'dialog' package isn't there, or the executable is a different one?09:50
AliekezhiTJ-, if you want a more complete trace : https://bpaste.net/show/2a59e9174cf009:50
neil_ikonia, and how do I do that all I can see is a very uninformative little brick icon09:50
ikonianeil_: is the ipmi a web interface,09:51
ikoniaor are you trying to force it into a browser09:51
neil_ikonia, it is a web-interface for monitoring/controlling a server motherboard09:52
TJ-Aliekezhi: you need to discover if some other driver has claimed the device. "lspci -nnk" should help there09:52
Abe_It is just this menu this is not showing up in lubuntu http://paste.ubuntu.com/16487277/09:52
TJ-neil_: did you try my suggestion, to use 'appletviewer' directly?09:52
TJ-Abe_: try inserting the absolute path to the 'dialog' executable rather than expecting it to be found with a PATH search09:53
AliekezhiTJ-, maybe nouveau hasn't been disabled ? I used the menu "additional drivers" and it crashed, even after every reboot09:53
neil_TJ-, no (sorry) I didn't see any message from you ... but I have no application called appletviewer09:54
OerHeks!info ipmitool09:55
ubottuipmitool (source: ipmitool): utility for IPMI control with kernel driver or LAN interface (daemon). In component universe, is optional. Version 1.8.16-3 (xenial), package size 389 kB, installed size 1495 kB09:55
angel1604ltshello TJ-  I'm sorry about yesterday, but me and drop the connection,09:55
Abe_TJ-: How do I know where the path is can't i just install an extra package under lubuntu or something.. or i just rewrite it in cli format xD09:56
TJ-neil_: Here I see: "readlink -e /usr/bin/appletviewer" => "/usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer"09:56
TJ-Abe_: "which dialog"09:56
=== Guest32203 is now known as drzel
TJ-angel1604lts: no problem, it gets us all! did you manage to enable the Bluetooth?09:56
angel1604ltsNo TJ-  gime one solution09:57
angel1604ltsplease09:57
OerHeksAbe_, there is ndisgtk, not suitable for you?09:57
OerHeks!info ndisgtk09:57
ubottundisgtk (source: ndisgtk): graphical frontend for ndiswrapper (installation of Windows WiFi drivers). In component universe, is optional. Version 0.8.5-1ubuntu1 (xenial), package size 16 kB, installed size 144 kB (Only available for i386; amd64)09:57
AliekezhiTJ-, then it would be a bug in the "additionnal driver" tool ? I would still load nouveau + nvidia ?09:58
TJ-angel1604lts: if the "acpi_osi=! acpi_osi=\"Windows 2013\" " didn't work then it looks as if the PC's firmware is just programmed to be anti-Linux09:58
Abe_OerHeks: No this thing is really buggy xD i write on that just executes the right terminal commands for you basically09:58
OerHeksAbe_, oke, noted.09:59
TJ-Aliekezhi: installation of the proprietary nvidia packages should install a blacklist file for nouveau etc under /etc/modprobe.d/09:59
akishi all. i installed yesterday xubuntu 16.04. thunar could work with archive plug in normally as did also under 14.04 but today when i tried to archive some files i got the message: Failed to create archive. No suitable archive manager found. Any help? i read some documantation but i didnt find a solution. any idea?09:59
angel1604ltsTJ-, it seemed that she saw him but at the restart does not see more. So I formatted and if you give me a hand I can try again10:00
TJ-angel1604lts: it's possibly one of those where booting into Windows enables the device, then doing a warm reboot into Linux the device is still enabled. That's another pointer that the problem is in the ACPI DSDT10:01
Abe_I'm still kinda frustrated that i doesn't run on lubuntu like it does on ubuntu10:02
angel1604ltsTJ-, then you can not do anything?10:02
deshuexit10:03
Abe_this dumb blue dialog box just won't appear somehow !?10:03
TJ-angel1604lts: no. you've done the one thing that can fix it (acpi_osi). The manufacturer has made the PC deliberately anti-Linux (it only correctly supports Windows)10:03
TJ-Abe_: dialog is redirecting I/O to /dev/tty - have you tried removing that?10:04
angel1604ltsTJ-, but the same pattern was with suse linux10:04
TJ-angel1604lts: same pattern? you mean the BT device didn't show up?10:05
OerHeksangel1604lts, is this a combo chip, bt+wifi?10:05
TJ-OerHeks: no, separate10:06
TJ-OerHeks: the device doesn't appear, has no power, from a cold boot10:07
OerHeksno FN key to activate?10:07
TJ-OerHeks: as in the kernel doesn't see any hardware at all10:07
TJ-OerHeks: angel1604lts that's posible - again its down to the ACPI DSDT if hotkey enabling is supported10:07
neil_TJ-, I can't find out what package to install to get applet-viewer10:10
OerHeksangel1604lts, just curious, can you paste.ubuntu.com the output of::    uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth10:10
TJ-neil_: the JDK: "dpkg -S appletviewer" => "openjdk-8-jdk:amd64: /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer"10:11
angel1604ltsTJ-,  http://paste.ubuntu.com/16487577/10:13
DriveByShitpostLOL U MAD? XD10:14
TJ-angel1604lts: "[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored" suggests you've not got the acpi_osi entries in /etc/default/grub any more10:14
angel1604ltsTJ-, you because I formatted10:16
angel1604ltssorry yes because I formatted10:16
TJ-angel1604lts: ahhh, ok, well first step would be to re-add that because it gives the kernel the best shot to pretend to be Windows10:17
MindSparkI just did an update and lost my shift-insert binding10:17
MindSparkdoes anyone know why that happens and how to fix it?10:17
OerHeksi forgot: rfkill list all10:17
TJ-angel1604lts: "sudo sed -i 's/^\(GRUB_CMDLINE_LINUX=".*\)"/\1 acpi_osi=! acpi_osi=\\"Windows 2013\\" "/' /eetc/default/grub  "10:18
TJ-angel1604lts: then show us "pastebinit /etc/default/grub"10:18
=== kaze is now known as Guest76487
TJ-OerHeks: there's no rkfill nodes until the device shows up, and that's what's missing here. ACPI DSDT isn't powering on the device, or the bus the device is connected to.10:19
geraudmo10:21
angel1604ltsTJ-, http://paste.ubuntu.com/16487644/10:21
Guest76487test10:22
terencioca va10:23
neil_TJ-, so now I have appletviewer10:23
terencioca va10:23
TJ-angel1604lts: that looks perfect. Now do "sudo update-grub" and then reboot the PC and come back here so we can do more diagnostics10:24
akishi all. i installed yesterday xubuntu 16.04. thunar could work with archive plug in normally as did also under 14.04 but today when i tried to archive some files i got the message: Failed to create archive. No suitable archive manager found. Any help? i read some documantation but i didnt find a solution. any idea?10:24
n0had0hi10:25
angel1604ltsok TJ-  reboot and come back10:25
n0had0i've installed a program manually (Arduino IDE) and cant seem to remove it, it says its unable to locate the package. ive tried dpkg --get-selections > list.txt to see if i could find it but again not listed10:27
angel1604ltsTJ-,  I still do not see the BT10:27
MindSparkanyone? help? how do I revert the non-working shift-insert that I used to use all the time to paste selection10:28
TJ-angel1604lts: that's fine, but we may be able to find more info. Can you do "pastebinit /var/log/kern.log"10:28
neil_TJ-, I tried a reboot that didn't help10:29
TJ-neil_: help to do what?10:30
angel1604ltsTJ-, http://paste.ubuntu.com/16487727/10:30
n0had0mindspark: http://askubuntu.com/questions/397972/use-shiftinsert-to-paste-from-clipboard-in-gnome-terminal10:31
MindSparkn0had0, yes, I found that when I googled10:32
MindSparkI don't use gnome-terminal though, I use terminator10:32
MindSparkand it was working fine till an hour ago10:32
MindSparkso I am wondering if anyone's experienced this after upgrading10:33
neil_TJ-, get rid of the "A plugin is needed to display the content" ... in firefox10:33
TJ-neil_: I told you earlier; use appletviewer not the browser10:34
n0had0maybe this then madspark http://manpages.ubuntu.com/manpages/trusty/man5/terminator_config.5.html10:34
neil_TJ-, I don't know what the URL is10:35
n0had0mindspark* sorry i myself am waiting for help10:35
neil_TJ-, or do I use the page URL10:35
TJ-neil_: read the source in the browser, there'll be an <object> tag most likely with the URL within10:36
neil_TJ-, ah  .... ok10:36
TJ-neil_: I've had this same issue accessing network KVMs that use Java... using applet-viewer I find actually much better10:36
angel1604ltsTJ-, your command gave him up with  suo gedit   /var/log/kern.log is fine or not?10:40
TJ-angel1604lts: I've not given that command... but reading the log carefully right now10:42
=== ptx0_ is now known as ptx0
TJ-angel1604lts: first good news line 6253 "May 18 12:26:00 angel1604lts-HP-ProBook-4540s kernel: [    0.127058] ACPI: Added _OSI(Windows 2013)" - so the setting was accepted10:44
TJ-angel1604lts: but the following "[    0.136359] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored" is concerning10:45
angel1604ltsTJ-,  i have legacy bios now10:46
TJ-angel1604lts: can you do "pastebinit <( lspci -nn; lsusb )"10:46
angel1604ltsTJ-, http://paste.ubuntu.com/16487893/10:47
MindSparkn0had0, yea, thanks, I'll look into it10:47
MindSparkn0had0, what do you need?10:48
neil_TJ-, I tracked down the html element that is starting the Java "<applet codebase="/Java/release" archive="JViewer.jar" code="com.ami.kvm.jviewer.WebPreviewer" height...>"  do you understand this.... I don't10:48
n0had0just how to uninstall a program i installed manually thats not listed in synaptic10:48
n0had0or when i used dpkg10:48
TJ-angel1604lts: this may be an issue if the BT device is on the USB3 controller hub: "[    2.551031] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A"10:49
TJ-neil_: if I recall correctly you should be able to do "appletviewer http://host/path/to/page.html" for the page containing that applet tag and it will work10:51
angel1604ltsTJ-, I have no USB controller BT10:51
neil_TJ-, I will try10:51
TJ-angel1604lts: It's there! "03:00.1 Bluetooth [0d11]: Ralink corp. RT3290 Bluetooth [1814:3298]"10:51
TJ-angel1604lts: please do "pastebinit <( sudo lspci -nnvvvk -d 1814:3298 )"10:52
neil_TJ-, I got a "Warning: Can't read AppletViewer properties file: /home/neil/.hotjava/properties Using defaults." then nothing10:54
angel1604ltsTJ-, http://paste.ubuntu.com/16487972/10:54
lotuspsychjen0had0: manually .deb install or ppa added?10:55
n0had0it was a .tar.gz so...deb?10:55
TJ-neil_: that's just a warning; it should open a GUI window displaying the applet10:56
=== shroud is now known as Guest46976
TJ-angel1604lts: right, the BT device is now there but no kernel driver claims it, give me a few minutes to reseaerch this10:57
angel1604ltsok TJ-10:57
lotuspsychjen0had0: dpkg --purge packagename perhaps10:57
BluesKajHiyas all10:58
lotuspsychjen0had0: dpkg --purge --force-all packagename10:58
TJ-angel1604lts: see especially comments #3 and #6 in  bug 135509610:59
ubottubug 1355096 in linux-lts-trusty (Ubuntu) "Ralink RT3290 [1814:3298] missing bluetooth support with 12.04.5(kernel 3.13)" [Undecided,Confirmed] https://launchpad.net/bugs/135509610:59
neil_TJ-, syslog doesn't have anything relevant10:59
=== j is now known as Guest30615
n0had0i keep getting 'it isn't installed'10:59
n0had0im looking at the damn folder though10:59
n0had0you know what11:00
n0had0i just found the uninstall.sh11:00
n0had0im god damn moron11:00
n0had0im a*11:00
n0had0thank you kindly11:00
TJ-neil_: no, all output would be to the terminal. According to "man appletviewer" there's a -debug option that can use the Java debugger (jdb) to investigate problems, but that doesn't sound like it'll help if the applet simply isn't rendered11:00
angel1604ltsTJ-, so I leave so?11:02
Bent02 sata disks in hardware raid 1, use ext4 of btrfs?11:02
lotuspsychjeBent0: btrfs is bit experimental still11:03
lotuspsychje!btrfs | Bent011:03
ubottuBent0: Btrfs is a filesystem available for Ubuntu. It is not recommended by default, and should not be used for important data. See https://help.ubuntu.com/community/btrfs11:03
TJ-angel1604lts: read the comments; especially #611:03
Bent0ext4 it is :)11:03
rillehxfs?11:03
lotuspsychje!raid > Bent011:03
ubottuBent0, please see my private message11:03
angel1604ltsTJ-,  and ubuntu 15o4 and then it's good enough for 1604?11:07
TJ-angel1604lts: if something was created for 15.04 that means it will be available for later releases. it may need some work, but a year has gone by so maybe someone has packaged it more formally11:07
angel1604ltsTJ-, so I try to install the deb?11:09
TJ-angel1604lts: you can, or try this github repo code that uses the preferred DKMS system https://github.com/alinefr/rtbth11:11
TJ-angel1604lts: I'll try building the DKMS here and see how it goes11:12
TJ-angel1604lts: successful build :)11:16
TJ-angel1604lts: you want to copy me?11:16
MacroManI'm trying to compile libsrtp, but I'm getting 'configure.in:11: error: possibly undefined macro: AM_PROG_AR' when running autoconf11:23
MacroManIs there a package I'm missing maybe?11:23
TJ-MacroMan: 'ar'11:24
TJ-MacroMan: that'd be binutils package; you'll probably need the auto* bunch too11:25
angel1604ltsTJ-,  this is the error that gives me  sudo dkms install rtbth/3.9.4.1 sudo: dkms: command not found11:26
TJ-angel1604lts: "sudo apt install dkms"11:26
MacroManTJ-, I've got the latest binutils. What do you mean by auto*? Things like automake and automake-dev?11:27
TJ-MacroMan: yeah... you may need autm4te ... or you may just need to do an "autoreconf" in the source dir for ot to regenerate the local links11:28
TJ-MacroMan: is the libsrtp0 in the archive too old?11:29
MacroManUnfortunately yes11:29
MacroManI'm building the latest asterisk version and need the latest srtp support11:29
TJ-MacroMan: yeah.. 16.04 shows the 2013 build11:29
angel1604ltsTJ-,  sudo apt install dkms Can not find the dkms package11:29
MacroManI wonder if it needs a newer version of automake actually11:30
TJ-angel1604lts: angel1604lts it's in the main component. do "apt-cache policy dkms" to check where it should come from11:30
=== Wardog is now known as Guest84189
TJ-!info dkms | angel1604lts11:31
ubottuangel1604lts: dkms (source: dkms): Dynamic Kernel Module Support Framework. In component main, is optional. Version 2.2.0.3-2ubuntu11 (xenial), package size 65 kB, installed size 264 kB11:31
angel1604ltsSorry TJ- sudo dkms install rtbth/3.9.4.111:35
angel1604ltsError! Could not find module source directory.11:35
angel1604ltsDirectory: /usr/src/rtbth-3.9.4.1 does not exist.11:35
TJ-angel1604lts: what instructions are you following? did you install that .deb file ?11:36
angel1604ltshttps://github.com/f1u77y/rtbth TJ-11:37
TJ-angel1604lts: right, but did you clone the git repo to your PC first?11:37
TJ-angel1604lts: "pushd /usr/src; sudo git clone https://github.com/f1u77y/rtbth.git rtbth-3.9.4.1; sudo dkms install rtbth/3.9.4.1; popd"11:38
VagelisHey guys. I wonder if someone can help me. I downloaded an appimage and even though i gave it axecutable priviliges when i double click on it it says " please run this application as root or admin "11:42
VagelisHow can i solve this >?11:42
angel1604ltsTJ-,  now reboot?11:42
MacroManVagelis, You have to run it from terminal with sudo11:45
TJ-angel1604lts: no. check the module is available with "modinfo rtbth" then do "sudo modprobe rtbth" and it should be active. use "hcitool dev" to see if the BT host adapter is found11:46
VagelisMacroman, How can i do that ?? cause i'm fairly new to ubuntu etc.11:47
angel1604ltsTJ-,  init complete11:47
Kudos_Can anyone help me with installing unity3d (experimental linux version) the deb package wont install on my 16.04, and I have tried umake (sudo umake games unity3d) and I get the error message "(process:6934): dconf-CRITICAL **: unable to create file '/home/kudos/.cache/dconf/user': Permission denied.  dconf will not work properly" and "(process:6934): dconf-WARNING **: failed to commit changes to dconf: Cannot spawn a message bus when setuid"11:47
TJ-angel1604lts: is the hci device there now?11:48
angel1604ltsyes hci0BC:85:56:20:D9:9A11:48
lotuspsychjeKudos_: unity comes by default on ubuntu-desktop, why installing unity?11:48
TJ-angel1604lts: at last, YAY!11:48
TJ-lotuspsychje: unity3d is a games development framework and ide11:48
lotuspsychje!sudo | Vagelis11:49
ubottuVagelis: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo11:49
angel1604ltsMore tanks TJ   and thanks for your great patience11:49
lotuspsychjeTJ-: oh right too fast11:49
TJ-lotuspsychje: hehehe it used to catch me out despite I use unity3d occassionally11:49
TJ-angel1604lts: glad we got it sorted; I'll add the instructions to that bug report11:49
angel1604ltsThanks TJ-11:50
Kudos_Yea, TJ- got it right, I am unsure how to get it working. Anyone know why it isn't installing properly? As it creates the executable file, but will just hang on screen before darkening and going gray, nothing else after that11:51
TJ-Kudos_: it sounds like the user doing the install, or the user account the installer is using, doesn't have local permission to the user's $HOME... have you by chance accidentally altered the permissions/ownership of the .cache/dconf/user file ?11:52
lotuspsychjeKudos_: there is also a #unity3d channel if you like11:52
Kudos_TJ- I might have but I am unsure of me doing so, is there a way to check that? And possibly fix it of I have?11:53
TJ-Kudos_: the crux seems to be "unable to create file '/home/kudos/.cache/dconf/user': Permission denied"11:53
TJ-Kudos_: try "find $HOME/.cache/dconf -ls" and check the ownership is your user account, and the permissions allow read/write11:53
=== \b is now known as benonsoftware
=== Aria|away is now known as Aria
=== Aria is now known as Aria22
Kudos_TJ- I tried the command and I got the following in my terminal11:56
Kudos_  3146086      4 drwx------   2 root     root         4096 Dec 16 01:33 /home/kudos/.cache/dconf11:56
Kudos_find: ‘/home/kudos/.cache/dconf’: Permission denied11:56
VagelisGuys when i use sudo even though it works i get this message " sudo: unable to resolve host vagelis: Connection timed out "11:57
Vagelisis there a way to solve it ?11:57
radicateWhen I choose to have my computer log in automatically, does it save my password somewhere in an unsecure form allowing any program I have on my computer simply grab it?11:59
=== llorephie1 is now known as llorephie
jpmhradicate - how are you logging in?12:00
lotuspsychjeradicate: /etc/shadow is protected12:00
TJ-Kudos_: that rather suggests you've managed to make that owned by root. what does "sudo find $HOME ! -user $USER" report ?12:00
lotuspsychjeradicate: wich program are you affraid it would grab your password?12:01
curly-bracehello all. how can i download deb repo? how to change this link to feed it ti wget: 'https://content.runescape.com/downloads/ubuntu trusty non-free'12:01
k1lradicate: no, you need to enter the password for the keyring anyway afterwards12:01
lotuspsychje!repo | curly-brace12:01
ubottucurly-brace: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.12:01
radicatelotuspsychje: Nothing specific, I just saw the option to log in automatically and wondered how it was technically achieved.12:01
TJ-radicate: password isn't required. PAM does it: "/etc/pam.d/lightdm:auth    sufficient      pam_succeed_if.so user ingroup nopasswdlogin"12:02
TJ-radicate: "groups $USER" will include "nopasswdlogin"12:02
Kudos_TJ-: When I enter the command to my terminal it prints the content of my home directory and all files within recursively12:04
TJ-Kudos_: right, and they're not owned by your user then, but by maybe root?12:13
knobHello everyone.  Last night I installed 16.04 in a new ssd in my workstation.  After installation, I installed (SATA) the old SSD which was encrypted via LUKS.  I tried to uncrypt it, and was successful.  Yet when I tried to mount it, it failed.  I *think*  it is because the old ssd and the new ssd have the same LVM "VG" (Volume Group) name.    If this sounds plausible, can I change the VG Name of a drive, without loosing the data?12:13
TJ-Kudos_: that command would only list files *not* owned by your current user ($USER) so if you're seeing almost everything listed, you've done something very nasty at some point12:13
Kudos_TJ-: In the properties of the Home folder, under the Permissions tab it says "Owner: Me" Which is confusing... I suppose to what you say there is no fix?12:14
=== Nobita931 is now known as Dorami-Doraemon
=== Dorami-Doraemon is now known as Nobita
=== Nobita is now known as Nobita930
=== Nobita930 is now known as Nobita933
=== Nobita933 is now known as Nobita9
=== Nobita9 is now known as Nobita9000000000
TJ-Kudos_: it's the files/dirs under $HOME that are the problem. you can fix it easily with "sudo chown -R $USER:$USER $HOME" which will recursively (-R) reset the user:group ownership of everything in $HOME12:23
TJ-Kudos_: after that there should be no files/dirs listed when you do  "sudo find $HOME ! -user $USER"12:25
Kudos_TJ-: Did as you suggested and when running "sudo find $HOME ! -user $USER" nothing came up afterwards thank! So this should fix the issue with umake and installing unity3d through it, correct?12:28
=== Callek_ is now known as Callek
=== lex is now known as Guest25657
pznhow can I add a new parallel port to ubuntu? Already added the PCI-card, but I'l a little lost, since I never needed to add a parport... just previous experience with "setserial" for extra serial ports... any help?12:33
=== Dorami_Dora is now known as Dorami
=== tolecnal_ is now known as tolecnal
=== Guest46976 is now known as shroud
=== Aria22 is now known as Aria22|away
=== Aria22|away is now known as Aria22
=== Aria22 is now known as Aria
=== Aria is now known as Aria22
est31Hi i want to do traffic shaping using netem12:55
est31but tc fails on me12:55
est31with the error RTNETLINK answers: No such file or directory12:55
est31$ cat /boot/config-4.4.0-22-generic  | grep CONFIG_NET_SCHED12:56
est31CONFIG_NET_SCHED=y12:56
est31http://cateee.net/lkddb/web-lkddb/NET_SCHED.html12:56
est31This means netem is enabled in theory, no?12:56
jooleHi, how to change the name of net interface ??12:57
jooleubuntu 16.04 can't find the file /etc/udev/rules.d/70-persistent-net.rules12:58
=== john-mca` is now known as john-mcaleely
est31It fails even after sudo modprobe sch_netem13:00
est31hmm ill crosspost to #linux perhaps there is sb over there13:00
MacroManWhat's the mysql package called so I can remove it please?13:00
madghostWho maybe knows about new version of MySQL 5.7 how I can change bind-address ?13:01
MacroManbtw, I've tried 'mysql', there is no pacakge called that13:01
est31MacroMan, what bout mysql-server13:01
madghostmy.cnt is almost empty ((13:01
madghostjust !incluedir13:01
MacroManest31, Thanks worked, thank you13:01
jooleHow to change the network interface name ??? my system'version is ubuntu 16.0413:02
joolethe eth0 has changed to enx+macaddress,13:03
jooleand there's no file 70-persistent-net.rules in /etc/udev/rules.d/13:04
MacroManjoole, See the top answer: http://askubuntu.com/questions/689070/network-interface-name-changes-after-update-to-15-10-udev-changes13:05
joole@MacroMan thanks13:05
TJ-Kudos_: that should fix lots of issues including ones you weren't aware of :)13:07
=== dean is now known as Guest59768
pabed1hello guys, I am network administrator and the company which I work in it wants all servers which are base on windows turns to linux , I work with windows server and I have web , file , mail , ftp , proxy , and other servers are base on windows server, also I have a little bit knowledge about linux , can you guys introduce me matrilas such as book , video , and something like that which can help me imediately , there are many books and videos in the net tha13:11
Guest59768Hey guys. Best way t13:13
Guest59768Hey guys sorry, Whats the best django-ish way in which to handle paragraphs in textarea fields?13:14
k1lGuest59768: maybe that question suits better into a django channel? #django13:15
xnththi. currently on a 15.10 (unity) and I'm in love with it. Is it worth upgrading to 16.04lts right away?13:16
haasn`webAfter apt-get upgrade and reboot, video no longer works inside qemu/virt-manager (completely black screen - even inside SeaBIOS). If I set it to VNC mode, I can see the SeaBIOS but the screen is black once it boots into the guest (windows 7)13:16
haasn`webAny idea what I can try doing? This is an urgent issue13:16
haasn`webI want to try rolling back to the previous versions of all these packages, but some are no longer available (e.g. linux kernel 4.2)13:16
compdoccan you rdp into the widnows guest?13:16
haasn`webcompdoc: No, I can't even ping it13:16
argon__pabed1: theres a channel for discussion related to ubuntu server over at #ubuntu-server. They might be able to guide you in the right direction13:16
haasn`webcompdoc: It might be stuck in its boot loader though since it was not shut down cleanly13:17
compdochow do the guests connect? do you use a seperate nic for them, or do they share the host's nic?13:18
Guest59768k1l Shit ha sorry wrong tab :P I'm half  asleep.13:18
haasn`webcompdoc: They attach directly to the bridge. I can normally ping them13:18
argon__pabed1: heres a list of IRC channels you might find helpful: https://wiki.ubuntu.com/IRC/ChannelList13:18
TJ-pabed1: see https://help.ubuntu.com/lts/serverguide/13:18
k1lxntht: you need to upgrade to 16.04 from april to july. since the support for 15.10 ends in july13:18
haasn`webIn case it's related, I'm using skylake graphics13:19
Kudos_TJ-: Alright thanks for the help TJ, massive help!13:19
compdochaasn`web, well, fixing the network should be easy enough. can you pastebin.com the output of: sudo ifconfig13:19
haasn`webcompdoc: I don't follow. How is "I get a black screen inside qemu" a networking issue?13:19
TJ-haasn`web: you could 'steal' the qemu-systen-x86_64 command line (using "ps -efly | grep qemu") when virtu-manager has started the guest, and then run that directly from the command-line, and see if you can grab any warnings/errors13:21
haasn`webTJ-:  I stole the qemu command out of the libvirt log but trying to run it directly just gives me a bunch of errors related to all of the virt-manager sockets not being present13:23
haasn`web(and I'm not sure how to modify it ,the command line is like 20 lines long)13:23
haasn`webTJ-: if I `virsh start w7p64` to start the VM and then use `remote-viewer spice://localhost:5900` I just get a blank screen telling me "Connected to graphics server"13:24
haasn`webSame with virt-viewer13:25
moudhafferjust testing13:25
moudhafferhello everyone13:25
haasn`web(Going to try something I'll have to disconnect this client but I'll still receive replies directed towards haasn)13:26
haasnWell, I seem to have fixed it13:33
haasnI *think* I know what the problem was13:34
haasnIt wasn't broken, but QoS settings on my bridge were applying - causing networking to be ridiculously slow, ergo spice to be constantly black13:34
haasnI guess I should move those QoS settings off the bridge and onto the physical device?13:34
django__hey all is there somethng like cyberghost for ubuntu13:35
TJ-haasn: unusual cause :)13:35
six86Hello. Did something change in 14.04 or 16.04 regarding preseeding? I'm trying to port a 12.04 autoinstaller to 16.04, but my created iso is not recognized as bootable...13:36
six86I did port it to 14.04 about two years ago and it worked though...13:36
six86I'm trying to preseed in initrd13:37
kallo82Hello13:39
kallo82i just started to see today a green bar on my screen13:39
kallo82vertical green bar13:39
kallo82i tried on different monitors but all the same13:39
kallo82anyone know how to fix this ?13:39
TJ-kallo82: that's generally a symptom of a problem with the LCD screen13:39
nicomachuskallo82: does it show up on a screenshot?13:39
kallo82ill see13:40
kallo82nicomachus: no13:40
nicomachusthen it sounds like a hardware issue.13:40
kallo82nicomachus: thank you so much ill check further13:41
TJ-kallo82: this is a good read: http://en.community.dell.com/dell-blogs/direct2dell/b/direct2dell/archive/2008/01/16/lcd-lines-common-causes13:41
viscrewedoHi guys, I screwed up and did something wrong when editing /etc/sudoers. I'm on a chromebook13:42
viscrewedohow can I undo this?13:42
TJ-viscrewedo: boot into recovery mode (root)13:42
TJ-viscrewedo: that is on the boot-loader's "Advanced..." sub-menu13:43
kallo82i also had this internal error sth called zeitgeist13:43
viscrewedoTJ- how do I do that in the terminal?13:43
kallo82whats that ? its the first time it appears ever13:43
TJ-viscrewedo: reboot the PC as usual, keep pressing Escape (if EFI) or hold down Shift to catch GRUB as it is loaded, which'll give you the boot menu13:44
OerHeks!info zeitgeist13:44
ubottuzeitgeist (source: zeitgeist): event logging framework. In component universe, is optional. Version 0.9.16-0ubuntu4 (xenial), package size 2 kB, installed size 19 kB13:44
OerHekskallo in kubuntu standard, for logging events13:44
viscrewedoTJ0 but I'm on a chromebook, I'm not sure how to access what you said13:45
TJ-viscrewedo: well if you don't we sure don't! it's not hard to press keys at boot-time13:45
viscrewedoshift esc didn't work on my chromebook13:46
TJ-viscrewedo: if it's using the GRUB boot loader, GRUB tests for the Escape key being pressed as it loads, and if detected, shows its menu13:46
viscrewedoTJ- what's the grub boot loader?13:47
TJ-!grub | viscrewedo13:47
ubottuviscrewedo: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub213:47
jimwhat's the equivalent of packages.debian.org?13:51
=== tlk is now known as Guest11581
OerHekshttp://packages.ubuntu.com/13:52
OerHeksor visit launchpad.net to search13:52
jimthanks.13:53
viscrewedonuts this is terrifying13:57
merced?13:57
=== coy is now known as Guest96437
viscrewedomerced changed the sudoers file and can't do jack now14:00
mercedoh jeez14:00
kisblogin as root14:00
merced^ but through recovery mode14:01
OerHeksviscrewedo, just boot and hold shift ..14:01
viscrewedoon a chromebook? how14:01
k1lviscrewedo: boot to recovery and undo that changes.14:01
mercedubuntu on a chromebook?14:01
k1lviscrewedo: choose the recovery on the grub14:01
=== aux is now known as Guest92075
TJ-viscrewedo: the chromebook is ARM? not using GRUB, then you have to use the ChromeOS boot manager, I think it's through the Developer mode boot option14:08
enochhow to clear nodes?14:14
viscrewedoTJ- correct, ARM v714:15
zetheroowhen I open gthumb or System Settings it seems that my system stutters - like it's freezing up for a few seconds - and then the app opens14:16
zetherooany way to find out why that is?14:16
TJ-viscrewedo: as Ubuntu doesn't have support for Chromebooks (only third-party installation methods that I'm aware of) its not something we're that familiar with14:17
viscrewedonuts14:17
mercedrip14:17
TJ-zetheroo: possibly some background process, or disk reads, causing waits. May be worth checking /var/log/kern.log for any sign of I/O errors being reported14:17
TJ-the perils of buying locked-down hardware, or hardware targeted at a single OS14:18
zetherooTJ-: but it's only with those two things that it does this14:18
zetheroonothing else I open triggers this kind of behaviour14:19
TJ-zetheroo: as always, check the logs for clues14:19
zetheroook14:19
TJ-zetheroo: you might also want to look at $HOME/.xsession-errors in case its user-specific. Maybe try logging into the Guest session and see if it happens there too14:19
zetherooTJ-: my .xsession-errors file only has two lines in it (and I just opened gthumb before checking the file)14:21
zetherooopenConnection: connect: No such file or directory14:21
zetheroocannot connect to brltty at :014:21
zetherooand my kern.log is empty14:22
TJ-zetheroo: what ubuntu release is that!?14:23
zetheroo16.04 - fresh install14:23
TJ-zetheroo: kern.log should be receiving kernel messages via rsyslod. You should look at the output of dmesg instead: "dmesg | less" so you an scroll about in it. Press "G" to goto end, "gg" to goto start, and press / to type a search phrase14:24
TJ-ow my typing is getting bad; sorry for the typos!14:25
=== lotuspsychje_ is now known as lotuspsychje
zetherooI checked dmesg before and noticed some warnings: http://paste.ubuntu.com/16492702/14:26
zetheroo[  457.991992] WARNING: CPU: 3 PID: 1504 at /build/linux-FvcHlK/linux-4.4.0/drivers/gpu/drm/drm_atomic_helper.c:725 drm_atomic_helper_update_legacy_modeset_state+0x241/0x250 [drm_kms_helper]()14:26
mercedomg14:27
mercedthat function name14:27
frangemallol14:27
frangemalubuntu power14:27
zetherooare those warnings serious?14:27
frangemali think yes14:28
frangemalis there somebody14:29
DHEhas anyone successfully gotten upstart to boot in 16.04? I did a while ago but now I can't reproduce it. It just hangs during startup14:29
frangemal?14:29
k1lDHE: since 16.04 uses systemd14:30
DHEyes, but upstart is an option. I plan to use it14:30
=== not_phunyguy is now known as phunyguy
OerHeksDHE, iirc select the "Advanced options for Ubuntu" at the boot prompt when your computer starts. Then, select the "Ubuntu, with Linux ... (upstart)" entry14:32
DHEOerHeks: no such option14:32
DHEoh wait, now it's there...14:32
OerHeksto make it permanent, you'll have to install the upstart-sysv14:32
DHEbut it still hangs on start14:32
DHEbefoer I was adding "init=/sbin/upstart" to the kernel14:33
Amm0nDHE, last stable release is 4 September 2014 Upstart 1.13.2 , are you sure you want to use software that isn't developed activ?14:36
DHEAmm0n: if that's the alternative to systemd, then yes14:37
DHEbesides, i don't subscribe to the idea that software needs constant updates. sometimes it's fine as-is14:37
zetheroocould me having 3 monitors connected to this laptop have something to do with those warnings in dmesg?14:38
=== Drac0 is now known as Guest94887
zetherooit seems this is printed in syslog whenever I open System Settings:14:40
zetherooMay 18 16:39:29 eab-ux gnome-session[2673]: [14:39:29][void AbstractOnlineStatus::doSecondaryCheck(bool):183] Do secondary online check14:40
iNvIsIbLe_!gr14:40
ubottu#ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές  /  #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes14:40
SQLIs it possible to have Ubuntu show the onscreen keyboard on the lock screen / login screen? I have Onboard set to 'on' when typing in text fields, but when I lock, I can't unlock without plugging in a keyboard.14:41
iNvIsIbLe_fuck all of you14:41
iNvIsIbLe_linux sucks!!14:41
mercedomglol14:42
SQLaha! Relogging got it, NVM!14:43
BluesKajthe language of frustration prevents support every time14:44
dbaccI"m using Ubuntu 16.04 and i"m trying to read the journal from a previous crash. But apparently sudo journalctl -b1 gives Specifying boot ID has no effect, no persistent journal was found . So where are the logs of previous boots?14:47
k1ldbacc: look into /var/log/ manually14:47
DHEwow, I can't even access the upstart wiki14:48
Amm0ndbacc, journalctl -b -0 shows messages from the current boot, journalctl -b -1 from the previous boot14:49
ducassedbacc: you need to create /var/log/journal, or the journal isn't persistent.14:49
dbaccducasse: what do I have to do to make it persistent?14:50
dbacc-b0 works14:50
ducassedbacc: i just said.14:50
DHEwell I was able to figure out what the basic problem is. upstart wasn't getting a runlevel indicator14:50
=== r2 is now known as imr
dbaccducasse: no you said either ... or ... Is it supposed to be a file or a folder?14:53
dbaccand why isn"t it created automatically?14:53
ducassedbacc: it's a directory. it needs to be owned by group systemd-journal.14:54
dbaccthen let"s see what happens after reboot14:55
=== cy is now known as Guest19906
Guest19906hello14:59
Guest19906i get ubuntu16.04,i 'm very happy15:00
ziz15Guest19906: :)15:01
OerHeks!yay | Guest1990615:01
OerHeksoh15:01
OerHeks!ysy15:01
ubottuGuest19906: Glad you made it! :-)15:01
jak2000my network card not bringup at the start/boot, i need do a ifdown eth0 and then ifup eth0 how to fix it?15:02
=== ghostcube__ is now known as ghostcube
pseudonymousHey - when I log into my servers I get an overview of updates and a smaller number of security updates - is there  a way to review (and potentially install) *only* those packages ?15:04
lotuspsychjepseudonymous: its always recommended to install all updates15:05
OerHeksjak2000, what gives the output of: ip addr15:05
DHEhas anybody successfully booted upstart? I'm hitting a brick wall15:06
lotuspsychje!usn | pseudonymous see the risks of not being up to date15:06
ubottupseudonymous see the risks of not being up to date: Please see http://www.ubuntu.com/usn for information about recent Ubuntu security updates.15:06
=== scottschecter_ is now known as scottschecter
pseudonymouslotuspsyche: I know that - but since Ubuntu packages so little software that PPA's are needed then doing a full system upgrade on a production system (with the PPA's in question) is akin to just blowing up the server with C415:06
lotuspsychjepseudonymous: we also dont recommend external ppa's mate15:07
segf4ultHey guys, I'm trying to set up Avahi to use mDNS. Avahi-browse gives me all the hosts on the domain intended, but then I can't ping or reach the hosts it looks like15:07
pseudonymouslotuspsyche: yea, we'll revisit that once the supplied server software isn't so old as to be a security problem in itself.15:07
lotuspsychje!pinning | pseudonymous can this help perhaps?15:08
ubottupseudonymous can this help perhaps?: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto15:08
Picipseudonymous: the unattended-upgrades package can help you install only security updates automatically15:08
pseudonymousPici: yea, I came across that, but since there's some external repos in play I'm weary of them reclassifying an upgrade as security and it being installed that way15:09
OerHekspseudonymous, you can do a --dry-run before actually updating, or apt --upgradeable list15:10
OerHeksthe rest is manual i guess15:10
pseudonymousFor example - to not run an ancient version of docker, we use their upstream packages. However, docker just did a regular upgrade whereby they swapped from upstart to systemd and (in the process) now ignore the daemon config file in /etc/default/docker - meaning anyone who rely on certain options would see their server malfunction.15:10
pseudonymousThat's, obviously, a case in favour of using the distro-supplied packages. But anyone running docker or marathon on a production 14.04 system would not use the standard (ancient) docker package, it's just not a feasible stance.15:12
yogeshtell me command for register nick?15:12
OerHeks!register15:12
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode15:12
pseudonymousyogesh: you need to talk to the "nickserv" bot. (/msg nickserv) -- scroll over to the conversation with it and ask for help :)15:13
argon__./NickServ identify [name] [password]15:13
yogeshthnx pseudo15:13
argon__sorry, msg bbeore Nickserv15:13
OgionNJI got a DNS problem on 16.04: I'm vpned into work and hostnames on far side of vpn start out resolving OK, but after a few minutes, those hosts don't resolve anymore15:15
OgionNJThe Connect Information dialog shows all the right settings for eth, tun and vpn.15:15
OgionNJAny ideas what I can do or what I can check to figure out what's going on?15:15
nieehi. some one to help me. i want to install Viber to my Ubuntu 11.04 x32.15:16
nicomachusniee: 11.04?15:16
ikonia11.04 is dead15:16
nieenicomachus: yes.15:17
PiciSupport ended in 2012...15:17
k1lniee: "lsb_release -d" gives you the exact version number15:18
niee(niee@niee)(~)>lsb_release -d15:18
nieeDescription:Ubuntu 11.0415:18
ducasseniee: you seriously need to upgrade.15:18
k1lok. like the others told you 11.04 is dead since 2012. i suggest to make a new install of 14.04 or 16.04.15:18
nicomachusniee: ok. first step to installing viber: install a supported release of Ubuntu.15:19
Guest19906请问一下大咖们,怎样确定在终端中通过输入命令下载程序后的默认路径?15:19
k1l!cn | Guest1990615:20
ubottuGuest19906: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw15:20
TJ-pseudonymous: you could pin the 3rd party packages, or change the allowed origins for unattended-upgrades by fixing the origin server with e.g. "Unattended-Upgrade::Allowed-Origins { "http://archive.ubuntu.com/ubuntu ${distro_codename}-security"; };"15:20
OerHeksniee, i think it is NOT possible, only 64 bit clients https://www.viber.com/en/products/linux15:21
TJ-OgionNJ: sounds like NetworkManager and its local dnsmasq are changing the upstream DNS entries. check /var/log/syslog for clues15:21
OgionNJOK Will do15:21
=== sins-_l is now known as sins-
OgionNJI see dnsmasq setting up the correct servers. two from work and my local.15:24
OgionNJbut I don't see where it's changing back.15:25
=== django__ is now known as django_
franciscohello guys15:35
=== francisco is now known as Guest1687
argon__hi15:36
DHEstill need help getting upstart to work. if I manually run "telinit 3" outside of normal boot I get terminals, (abusing rescue mode here) but otherwise it just hangs shortly after boot15:37
ikoniaDHE: what version of ubuntu15:38
ikoniaand why are you running init 3 ?15:38
ikoniainit is totally different level wise with upstart, it all runs under 215:38
curlyearsikonia15:38
ikoniacurlyears: what ?15:38
curlyearsjust acknowleding you presence, and paying respect15:39
DHEikonia: 16.04. and I'm running "telinit 3" as a means of troubleshooting to guide me towards what's wrong15:39
ikoniaDHE: 16.04 uses systemd not upstart15:39
DHEikonia: `apt-get install upstart` works and you get a boot target that supports upstart. Once upstart is actually running you can `apt-get remove systemd`15:39
ikoniaDHE: changing run levels to 3 is not really going to help you debug anything as it all runs under "2" now, even less so with systemd15:40
ikoniaDHE: you can not just remove systemd15:40
DHEyes you can15:40
ikoniano, you can't15:40
DHEumm.. I disagree. `apt-get remove systemd` worked and the systemd grub entry doesn't work anymore15:41
ikoniathere is more to systemd than init15:41
ikoniaif you think thats enough for you - then carry on,15:41
DHEit is15:41
=== jonas_ is now known as Guest87676
DHEbut upstart is only half booting. seems to be failing to launch some job that's necessary for full bootup. `telinit 3` or `2` does kick it the rest of the way15:42
Guest87676hi guys. where is the right place to file a bug/crash? my system logs out when i open a specific png with eog15:42
DJones!bug | Guest8767615:42
ubottuGuest87676: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.15:42
Guest87676thank you :)15:42
curlyearsDHE:  he didn't mean "you can't" in the literal, it is physically impossible to remove systemd.  He meant youo can't just remobve it and expect your system to operate correctly.  Your description of what happened after you removed it supports that position15:43
naccDHE: is it possible you need to follow: http://askubuntu.com/questions/760615/ubuntu-16-04lts-does-not-boot-after-package-upstart-sysv-is-installed ?15:43
naccDHE: and/or just use systemd as the default?15:43
DHEnacc: can't. systemd as an init system breaks a lot of things I do.15:44
nicomachuslike what?15:45
naccDHE: sounds more like "won't" :) I trust you've thought this through and are willing to accept a tremendous amount of overhead to maintain your system15:45
ikoniasystemd will not break an init15:45
nicomachusyou should probably adapt those things to systemd instead of trying to do surgery on your system.15:45
naccDHE: in all honesty, if you really "need" upstart -- just stay on trusty?15:45
DHEas for the askubuntu thing, I did see it. first google result. I did rebuild the initramfs15:45
ikoniasystemd is controlling every major distro now, so the sooner you accept it the better15:45
curlyearsDHE:  which leads one to wonder if a lot of the tings you're doing shouldn't be being done at all *evil grin*15:45
nieeducasse: ok. may be next year :015:47
nieenicomachus: OerHeks ok. tnx for help.15:47
DHEnacc: unless a lot has changed since I last used systemd, it does not run in an unprivileged container. at all. right now I have a semi-broken centos 7 system because journald got broke and I can't fix it short of rebooting.15:47
segf4ultDoes anyone here have experience with Avahi??15:47
DHEso yes, systemd as an init system needs to be removed15:48
nimuhiii15:48
naccDHE: you're running Ubuntu, etc. in containers? (sorry lacking context)15:48
DHEI will be. right now I'm starting with KVM while I test aspects of it, etc15:48
naccDHE: per LP: #1346734, it seems like maybe it does work now with lxc?15:49
ubottuLaunchpad bug 1346734 in systemd (Ubuntu) "Unprivileged LXC containers don't work under systemd" [Medium,Fix released] https://launchpad.net/bugs/134673415:49
naccor is that hte other way around, hmmm15:49
nimuhey guys can anybody help me with mounting drives in ubuntu15:50
nimu!!!!!15:50
naccDHE: or maybe https://github.com/lxc/lxc/issues/663 ?15:50
sipiornimu: generally easier if you just ask your question directly15:50
nimui cant access my drives in ubuntu15:51
DHEmaybe they finally fixed it, but I'll bet it never makes it into centos 715:51
nicanaca0nimu, what kind of drives/partitions?15:52
naccDHE: that does presume  you are using lxc as the container layer; docker seems to claim something similar15:52
compdocnimu, open the Disk utility and see if the drives appear15:52
naccDHE: not sure why CentOS is relevant in an #ubuntu support channel (lacking further context)15:52
nimuNTFS @nicanaca015:52
naccDHE: is CentOS your container host?15:52
DHEnacc: broadly speaking Docker is intened for containerizing apps, while LXC is intended for containerizing whole distros15:52
TJ-nacc: systemd-init works fine in an unprivileged LXC recently at least (last 12 months or so)15:52
naccTJ-: ack, that's what i'm seeing too15:52
nimuwhere can i find disk utility???15:53
DHEnacc: currently, yes. it's also where I first tried systemd. it was awful. and I suspect not changing15:53
nicomachusDHE: this is not CentOS support...15:53
DHEclearly15:53
nimu!!!??15:53
DHEsorry, I'm trying to do a dozen things right now. probably affects my coherency15:53
nicomachusnimu: open the Dash and search for "disks"15:54
nillawafernimu: it is installed on Ubuntu by default. open the dash and start typing 'disk' and it should appear15:54
naccDHE: I understand both technologies, I don't think that's quite accurate, but sure; however, I'm struggling to see the problem. While upstart usage is "possible" in 16.04, it's not recommended. And if the reason to use upstart in  your 16.04 in a container is because your container host doesn't support running systemd in an unprivileged container, that seems to be a container host issue?15:54
nimuokiee15:54
=== ShaRose_ is now known as ShaRose
DHEnacc: it's not quite that easy. LXC can't make the kernel behave certain ways. this is why I'm hoping systemd has changed if I'm absolutely forced down that road15:55
naccDHE: sorry, that was too hand-wavy for me. What is the exact issue you have with running stock Ubuntu?15:56
DHEnacc: well, at the risk of starting a flame war, I'm very much a systemd hater. when I saw 16.04 ships upstart (not standard, but available) I went straight for it15:56
curlyears\/me shakes head slowly15:58
naccDHE: I hate libreoffice. I still use it :)15:58
* DHE will not start a flame war today15:58
DHE(if I can help it)15:58
mercedtoo late15:58
TJ-systemd can but the kibosh on some things we're used to doing, such as starting a service inside a chroot15:58
mercedwhat's wrong with libre?15:58
=== MacroMan is now known as MacroMan_away
TJ-s/but/put/15:59
naccDHE: i understand the hate of systemd, but your issue is simply systemd's existence?15:59
naccmerced: irrelevant here, was just an example15:59
curlyearsI hate *ALL* "?Office productivity suites,"  but I still use them when I need something dobne, rather than trying to force some other utility to do something it was not designed to15:59
lotuspsychje!discuss15:59
ubottuWant to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!15:59
ducassecurlyears: LaTeX ftw! ;)15:59
embrikhow do I use mv to rename alle files from 101.ogg 102.ogg 103.ogg ....... to 001.ogg 002.ogg?16:00
* curlyears sighs at ducasse16:00
naccembrik: use rename, not mv16:00
TJ-embrik: you don't; use "rename", but for renumbering you likely need a shell script fragment that loops over the file list16:01
* curlyears isn't evwen sure what systemd does, since there are no man or info paages for it16:01
TJ-curlyears: you what? it's the most well documented init system I've seen16:01
ducassecurlyears: 'apropos systemd'?16:02
embriknacc: OK - but I remember back in the old days when I was i linux-user, I typed some commands and renamed a whole folder with files, with one lline16:02
curlyearsTJ-:  documented WHERE?16:02
nacccurlyears: there is absolutely a manpage16:02
lotuspsychje!systemd16:02
ubottusystemd is the default init system for Ubuntu 15.04 onwards. For information on transitioning from upstart to systemd, see https://wiki.ubuntu.com/SystemdForUpstartUsers16:02
curlyearslike I said, man systemd and info systemd yield nothing16:03
TJ-curlyears: "dpkg -S '/usr/share/man*/systemd*' | wc -l" => 14316:03
curlyears\fo I need systemd on 14/04/4?16:03
curlyears14.04.416:03
nacccurlyears: what version of ubuntu are you on?16:03
nacccurlyears: that's using upstart still, so maybe the manpage doesn't exist there16:03
embrikexit16:04
antonispgshow can i see if i have packages installed from specific ppa repositories?16:04
naccembrik: could probably do it with find and other tools ...16:04
curlyearsnacc:   OK, so what exectly *IS* systemd?16:04
nacccurlyears: --^ what ubottu said?16:04
nacccurlyears: it's an init system16:05
nacccurlyears: well, in some sense it's broader than that, it happens to be an init system when running as pid 116:05
Archeus_hey16:05
DHEit's more than that. it's a whole bunch of software that manages your OS. a logger, a login manager, a cgroup manager, and so on and so forth16:05
Archeus_i wanted to know how to install packages ?16:05
nacc!apt | Archeus_16:06
ubottuArcheus_: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE)16:06
lotuspsychjeArcheus_: wich ubuntu version?16:06
Archeus_14.0416:06
Archeus_i need to install16:06
Archeus_ia32-libs16:06
Archeus_lib32nss-mdns16:06
curlyearsI see.   I was afk when that scolled by.16:06
Archeus_nd i also need to check if they r present or not16:06
pimateHello eveyone, I am trying to install ubuntu on a laptop with no built-in screen, I am using the VGA port instead. the hard drive is empty. what should I do? I triedflashing the hard drive with ubuntu but as I power it nothing happens. would you shed some light on it?16:06
naccArcheus_: ia32-libs hasn't been present since 12.0416:06
Archeus_ah16:07
Archeus_i need to install a game16:07
curlyearsthis system excists to allow m e to run an open-source 3D graphics package, and use the output to drive my 3D printer16:07
argon__Archeus use mlocate16:07
Archeus_nd whts tht ?16:07
lotuspsychjepimate: can you Fn + F5 to see the external screen?16:07
argon__a tool to check for files on your system16:08
Archeus_oh16:08
argon__I think it might be installed by default with ubuntu. Use it like: locate lib32.dll in cli16:08
Archeus_i dont thnk its installed16:08
Archeus_oh16:08
Archeus_w8 whts cli ?16:09
mercedcommandlineinterface16:09
naccargon__: ia32-libs is definitely not installed by default16:09
nchamberscommand line interface16:09
pimatelotuspsychje: I could try, I forgot to mention that the keyboard is plugged via USB. I am turning this old laptop into a desktop if I can16:09
naccargon__: it's not even present in all but precise amongst current supported Ubuntu16:09
lotuspsychjepimate: make an ubuntu usb, enter bios,set usb as first boot and Fn + screen change F button16:10
Archeus_u mean terminal ?16:10
argon__nacc: Oh, okay :)16:10
lotuspsychjepimate: surely possible16:10
argon__Archeus_: Yeah, terminal16:10
naccArcheus_: why do you think you need those packages?16:10
Archeus_oh k16:10
TJ-pimate: are you able to view the laptop's BIOS setup screens?16:10
Archeus_to install a game16:10
Archeus_known as savage XR16:11
lotuspsychjepimate: for older laptops perhaps lubuntu or xubuntu and if you cant load up an usb as first boot, try 'plop boot manager' on a cdrom to force usb install16:11
naccArcheus_: and is that a pacakged game, or from source?16:11
naccArcheus_: their website has a tutorial: http://www.newerth.com/smf/index.php?topic=17598.0;wap216:12
Archeus_hmm16:12
Archeus_i thnk its source16:12
curlyearsI dunno...my video is more than fast enough for my aapplications, and it is certainly high enough in resolution16:13
naccArcheus_: follow that tutorial, and if you have issues, you'll probably need to contact the game forums16:13
nacccurlyears: ECHAN?16:13
Archeus_nd im follwing tht tutorial only16:13
curlyearsnacc?16:13
Archeus_but some things are missing16:14
nacccurlyears: i'm not sure what you are saying, or who you are saying it to...16:14
naccArcheus_: such as?16:14
Archeus_hmm16:14
argon__Archeus_: It says explicitly that you have to install the libs yourself if your on Ubuntu16:14
Archeus_let me tell u in a bit later16:14
Archeus_brb16:14
curlyearsoh, just rambling about "gamers" who seem to need video resolutions and speeds that are beyond the ability of human senses to deal with16:15
Archeus_let me try tht tutorial again16:15
nacccurlyears: right ... so #offtopic :)16:15
curlyearsnacc   you're right )-:16:15
TJ-pimate: best way to install is to use another PC that has reliable monitor. Attach the disk externally via a caddy or esata etc., then install to it via a virtual machine that has that external disk as its storage device16:15
mercedis that a hashtag or a channel?16:15
naccmerced: it's #ubuntu-offtopic, iirc16:16
naccmerced: but I don't want to type that everytime :)16:16
merced:p16:16
curlyearsmerced:   #ubuntu-offtopic is another , related channel16:16
=== Dorami_Doraemo is now known as Dorami29191
tertiaryis there a way to add a local deb package to apt so it downloads dependencies? I dont like the dpkg + apt-get -f approach, nor gdebi...16:18
tgm4883tertiary: I believe you can just 'sudo apt install debname'16:19
tgm4883I'm not sure if there is a flag or not16:19
tertiarytgm4883: didnt know that, ill give it a shot16:20
pimateTJ: not yet. I am preparing a USB pendrive as we speak and I reaconnected the original keyboard. I will give it a stab16:20
=== riffautae_ is now known as riffautae
Blixhello16:27
Blixis this the place to ask questions about wine?16:28
segf4ultThis is an Ubuntu support channel ^^16:28
merced#winehq16:29
segf4ultBlix: you might want to try #winehq for direct wine support :)16:29
Blixok, thanks16:29
lotuspsychjeBlix: or if its ubuntu related, ask the details here16:29
pimateFn + F5 doesnt seem to do much. screen still blinks and doesnt find a source. It could be that the built in keyboard has been damaged or the whole laptop is not working. could I install kubuntu on the HD from RPi?16:31
Blixwell, winehq doesn't seem very active16:31
foenixhey all. What's the best place to report issues with the AMD open source drivers? LightWorks does not work in 16.0416:32
lotuspsychjepimate: could be another key also, Fn+ the one with 2 square screens on16:32
tgm4883Blix: are you running ubuntu?16:32
BlixYes16:32
boogelloohi16:32
tgm4883Blix: you can try here, winehq would be the better channel though16:33
lotuspsychjepimate: can you branch another keyboard on it or so?16:33
BlixI asked winehq, it's been 10 minutes16:33
boogelloomy son has born son16:33
Blixno response16:33
tgm4883Blix: As I said, you can try here but nobody may know the answer16:34
mercedfor app compat you should just look at the winehq db16:34
mercedthat's all anyones gonna do for your issue anyway16:34
tgm4883merced: well that would depend on the issue16:35
BlixOkay, so I have installed wine (Ver. 1.8) and I'm using it to install Cursechat. When I attempt to install it grays out and stops responding.16:35
xangua!appdb | Blix16:35
ubottuBlix: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help16:35
tgm4883Blix: assuming you are installing 6.x, that seems to be what everyone is getting16:37
pimatelotuspsychje: F5 has two square screens on and F6 has two square screens with and arrow and a light simbol. both dont work. I can try with a usb keyboard. but it lacks the Fn key16:37
BlixSo, currently this is no solution?16:37
Blixtgm4883,16:37
tgm4883Blix: doesn't appear to be16:37
BlixOkay, at least it's not me16:38
svm_invictvsIf I want to ssh  into a livecd box, why can't I do that?16:41
svm_invictvsthe ubuntu user doesn't have a password?16:41
svm_invictvsdo I just have to copy my key there?16:41
naccsvm_invictvs: is ssh server installed?16:41
=== wiuempe is now known as wmp
svm_invictvsyeah16:41
svm_invictvsIt's installed up and running16:41
svm_invictvsssh localhost works, but it promps for a password16:41
svm_invictvsAnd no password works16:41
svm_invictvsI need to set the ubuntu user's password, but i just get an error16:42
snckrshey :D I wanted to install a package from a ppa which is for an older ubuntu version, how do I do that?16:42
tgm4883svm_invictvs: out of curriosity, why do you want to ssh to a live session?16:43
naccsvm_invictvs: by default hte ubuntu user has no password, iirc, which is probably not allowed by ssh16:43
svm_invictvstgm4883 Because I dont' want to sit by the server rack to un fux this server16:43
tgm4883fair enough16:43
svm_invictvsTHere's no chair there, and I need to be able to look stuff up while I work on it16:44
naccsvm_invictvs: so you can probably `passwd` the ubuntu user; or create a new one using sudo16:44
svm_invictvspasswd fails every time16:45
naccsvm_invictvs: `sudo passwd ubuntu`, maybe16:46
dbernardohello, newbie question, I tried to join raspberry pi chat group and got this:  #raspberrypi :Cannot join channel (+r) - you need to be identified with services16:46
dbernardowhat does that mean?16:46
camroncadeHi, I'm trying to have a bash script run every time a flash drive is plugged in, provided a specific file exists on the flash drive. Can anybody point me in the right direction?16:46
snckrsdbernardo, probably you need to register on the network16:47
nacc!identify | dbernardo16:47
ubottudbernardo: You can identify to NickServ automatically when connecting to freenode. See https://www.freenode.net/faq.shtml#identify for more information. When identifying manually, do NOT send the command from a channel's tab, as a typo will give away your password. If that happens, identify and then type « /msg NickServ set password <new-password> » in the server tab as soon as possible.16:47
dbernardothanks, i will try that16:47
naccsnckrs: so a package is in a ppa for a version X and you want to install it for version Y?16:47
snckrsnacc, exactly. The package is for version 15.04, but im  on version 16.04. apt-get just says "unable to find package"16:48
naccsnckrs: contact the ppa owner?16:48
camroncadeI'm trying to have a bash script run every time a flash drive is plugged in, provided a specific file exists on the flash drive. Can anybody point me in the right direction?16:48
naccsnckrs: or you can try creating your own ppa and publish your own, but then ymmv16:48
nacc!patience | camroncade16:48
ubottucamroncade: 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/16:48
camroncadenacc gotcha I'll wait16:49
nacccamroncade: http://askubuntu.com/questions/25071/how-to-run-a-script-when-a-specific-flash-drive-is-mounted16:49
nacccamroncade: udev is what you want, iiuc16:49
camroncadethanks16:49
MasonnI've been an idiot and purged my nvidia drivers16:50
Masonnhow do i find out which nvdia-xxx i need to install?16:50
snckrsnacc, ymmv?16:50
squintyyour milage might vary16:51
naccsnckrs: which is generally true for all PPA versions :)16:51
fenix_peregrinoguys what channel for Android do you recommend? :)16:51
snckrsI just want to install that package, do I really have to create an own ppa for that?!16:52
squinty!alis | fenix_peregrino16:52
ubottufenix_peregrino: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu or /msg alis list http16:52
svm_invictvsCan't set the ubuntu user's password, but sure cna set the root user's password using sudo then login via SSH16:52
svm_invictvsThis is probably insecure.16:52
fenix_peregrinoThanks guys116:52
fenix_peregrino*!16:52
naccsnckrs: there is presumably a reason the ppa owner hasn't publisehd for the current release16:52
snckrsnacc, yes, the reason is, he is in the  army16:53
naccsnckrs: eitehr the ppa is unmaintained (so probably you shouldn't be using it), or they don't currently support 16.0416:53
snckrsokay so in other words, there is no way to download the package, and run a console command to build it?16:54
tgm4883snckrs: well yes, you could try to do that. Trying to build it on your own PPA is probably easier though16:54
naccsnckrs: that's what a PPA helps you avoid doing on your system16:55
tgm4883both cases don't guarentee any success16:55
naccsnckrs: but there's *no* guarantee it will correctly build in 16.04, just because it built in 15.0416:55
snckrsWellp, I wanna try it nevertheless, how do I do it?16:55
naccsnckrs: what's the package/ppa ?16:55
snckrsnacc, https://launchpad.net/~rilian-la-te/+archive/ubuntu/vala-panel16:56
Azusinstaller etcher sous ubuntu 14.0416:56
tgm4883snckrs: once you've created your own PPA, you can copy the package there for 16.04 and have it attempt rebuilding https://help.launchpad.net/Packaging/PPA/Copying16:56
Azusavec appimage comment faire16:56
nacc!fr | Azus16:56
ubottuAzus: 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.16:56
MasonnIf someone could help me I'd be very grateful, I've purged my Nvidia drivers and don't know how to reinstall the correct ones. My problem is I don't know how to find out which drivers I need. I've tried nvidia-360 but it didn't work :( , How do I know which Nvidia-xxx to download?? thanks16:57
Tin_manMasonn, try this link: http://askubuntu.com/questions/619864/ubuntu-has-a-heavily-pixelated-screen-when-i-try-to-use-it16:59
=== nuclearbob is now known as nuclearbob_afk
snckrstgm4883, I am trying to copy  it, but the copy page can't find the package, what am I doing wrong?17:02
tgm4883snckrs: are you doing the copying from their PPA (not yours)17:02
snckrstgm4883, oh never mind, I just went on his ppa page  and found the "copy ppa" button :)17:02
=== Dorami29191 is now known as Dorami-Doraemon
skinuxIs there a way to get Unity launch panel at the bottom of the screen without upgrading to the latest version? AFAIK release isn't out for me for another two months.17:03
snckrsskinux, just use unity tweak tool17:04
snckrsAw man, I accidently chose to build for the same series, and then deleted it, now I can't copy it again because it always says there is already a package with the same version building in another series. How long does it take until that works again? :/17:07
=== Aria22 is now known as Aria22|away
snckrsi've got another question. In Unity in the menu-bar the appnames always get faded out if they are too long if the menu is shown, How can I prevent that? So that the menu is moved to the right so the appname has ennough space?17:12
tgm4883snckrs: You'd have to wait until it finishes building, then tell it to delete the package, then wait for it to actually delete (Not sure how often the job runs for that, you might ask in #launchpad )17:17
snckrstgm4883, yeah It's already buildinng :) actually  it just finished, both successful! yay17:18
tgm4883snckrs: well that doesn't say much, you did build it for the same series17:18
snckrstgm4883, nope, I built it for xenial17:18
=== boshaus_ is now known as boshaus
tgm4883snckrs: ok cool, so then you can test it now17:19
compdocto change a host's name, I just need to modify /etc/hosts and /etc/hostname ? anything else?17:19
=== V7 is now known as Guest51529
EvanHey guys. I'm running ubuntu 16.04. How do I manually convert a planted password into something i can add to /etc/shadow ?17:19
Evanplaintext*17:20
naccEvan: you should not bemanually manipulating /etc/shadow generally17:20
snckrsI tried to add my own ppa but it said "Error: signing key fingerprint does not exist17:20
snckrs"17:20
EvanI'm not anualy editing it, I'm doing i through puppet, which takes a password hash17:21
=== boshaus is now known as boshaus_
tgm4883Evan, one sec17:21
toomanyerrorswhat is the keyboard shortcut to display all keyboard shortcuts.17:23
=== boshaus_ is now known as boshaus
=== boshaus is now known as Guest88876
tgm4883Evan: if it's going to be on all the boxes, then usually I just add it manually to the puppet server box and then copy it out of shadow. If it's for specific boxes, I run this             python -c "import crypt, getpass, pwd; print crypt.crypt('YourPassword', 'saltysaltsalt')"17:24
xanguatoomanyerrors: hold super key17:25
Evantgm4883: i was able to do with with openssl , but thank you!17:25
tgm4883yw17:26
=== mrt is now known as vfw
=== huwjr_ is now known as huwjr
mmkumrI have wrongly formated my ubuntu partition. Is there any way to recovery my lost data files17:26
snckrsinteresting, I have no idea whats going on here, apt-get update revealed that my ppa is somehow known to the system, but for whatever reason it still  cant find the package17:27
naccsnckrs: what's the ppa now?17:27
toomanyerrorsAlso I'm having an issue with Cairo Dock on 14.04.3 I cant login while having selected that as de I type my password and then it shows a black screen with a cursor blinking at the corner and then takes me back to login screen17:27
snckrsnacc, https://launchpad.net/~josua-kollmann/+archive/ubuntu/ppa17:28
naccsnckrs: still pending17:28
virtuosojRunning Ubuntu main 16.04. I installed Ubuntu MATE desktop and uninstalled it--- however now the Ubuntu MATE logo appears when I start/turn off my computer.  How can I set it back to default logos?  Do I need to reinstall ubuntu-desktop?17:28
=== boshaus_ is now known as boshaus
naccsnckrs: click on pkg details17:28
naccsnckrs: it can take a while for the builds to finisha nd then get the debs copied to the right place17:28
toomanyerrorsHelp?17:29
snckrsnacc, oh woops, I didnt realize that :) ill just wait and hope they will get published soon. Atleast the build was successful17:29
=== Dorami_Doraemon is now known as Dorami-Doraemon
naccsnckrs: yeah, just give it a bit17:30
snckrsnacc, do you have by any chance an answer for my other question?17:30
naccsnckrs: something about the unity menu? no idea, sorry17:32
snckrsnacc, dang.17:32
=== Dorami-Doraemon is now known as Dorami-Happy
snckrslol I ... I have no idea if I was sable  to install it correctly or if it failed: https://ptpb.pw/iPrX17:35
naccsnckrs: how do you mean? it installed correctly17:36
naccsnckrs: if it had failed you'd have gotten an error?17:36
naccsnckrs: now, that doesn't mean it works :)17:36
snckrsoh I was  just surprised there was no message like "finished installing" or "installed succesfully" or something along those lines17:37
naccsnckrs: is there ever when you use apt?17:37
snckrsnacc, im new to ubuntu17:37
naccsnckrs: ah17:38
naccsnckrs: there is never when you use apt :)17:38
snckrsnacc, good  to know lol17:38
jasatso1301I'm having an issue with Cairo Dock on 14.04.3 I cant login while having selected that as de I type my password and then it shows a black screen with a cursor blinking at the corner and then takes me back to login screen17:38
naccsnckrs: it either finishes successfully ($? is 0 probably too) or it will spit errors17:38
Picijasatso1301: I'm not a desktop guy, but why do you think that has anything to do with cairo dock? that sounds like an issue with your desktop environment or with your login manager.17:39
snapfractalpopOerHeks: hey OerHeks17:39
OerHeks:-)17:39
OerHekshi snapfractalpop17:40
ph88^can i open a file from the command line with the default program ?17:40
=== jue is now known as Guest79766
snapfractalpopI still haven't seen amr_ from a few days ago.. I fear I lead him/her down the rabbithole of compiling kernel modules with experimental patches..17:41
OerHeksxdg-open <file> should open with the standard app for that sort of file17:41
Piciph88^: I *think* thats what xdg-open is for.17:41
snapfractalpopI never knew the difference between that and gnome-open, or exo-open17:42
jasatso1301Pici I have the stock Ubuntu login manager and I'm logging in fine with other DEs and Cairo dock works perfectly when launch from unity17:43
akis hi all. i faced this issue https://forums.gentoo.org/viewtopic-t-1006838-start-0.html on my freshly 16.04 Xubuntu installation. My system has already (by default) the symbolic link mentioned on this thread (http://pasteboard.co/11gfPQvc.png). Any idea to override this issue?17:43
jasatso1301I want to use it as a DE in gnome mode17:43
snckrsnacc, hey I have 2 packages in  my ppa (now its 3 but yeah) but for some reason i cant install vala-panel-extras, it says Unable to locate package17:43
snapfractalpopthere is also gvfs-open, which supposedly replaced gnome-open17:43
OerHeksph88^, to check what is the default >  cat /usr/share/applications/defaults.list | grep video17:43
naccsnckrs: did you `apt-get update`?17:44
snckrsyes17:44
naccsnckrs: can you pastebinh `apt-get update; apt-get install vala-panel-extras` ?17:44
ph88^Pici, xdg-open seems to work .. too bad the name is kind of long though :/17:45
snckrsnacc, https://ptpb.pw/SOa417:46
naccsnckrs: you need to use sudo17:48
snckrsnacc, doesnnt change  a thing https://ptpb.pw/qtnG17:49
naccsnckrs: `apt-cache policy vala-panel-extras` ?17:50
snckrsnacc, N: Unable to locate package vala-panel-extras17:50
fedoenhi, how to get empathy working with yahoo, it shows me offline and no chance to go online on 16.0417:50
geniiThose repositories do not contain any packages for xenial17:50
naccgenii: hrm? https://launchpad.net/~josua-kollmann/+archive/ubuntu/ppa/+packages17:51
OerHeks23 minutes ago, nacc, i see 3 files17:53
naccOerHeks: ack, and snckrs' system is saying it can't find one of those pacakages (even by `apt-cache policy`17:53
naccsnckrs: sorry have to step away for a bit, hopefully somoene else will be able to help17:54
snckrsnacc, thanks for your help so far!17:54
OerHeksnacc, patience, they are just published, i am on the ducht mirror ( fast one)17:55
OerHeks*dutch17:55
fedoenhttp://pastebin.com/1ux3XDbJ here's my syslog17:55
naccOerHeks: ppas get mirrored?17:55
folder|Would it be possible to have a copy of the main software repositories?  I have no internet at my apartment, but I still want to tinker around with Ubuntu17:56
mercedi wonder how big the repo is17:56
OerHeksnacc, not sure about that, and i see a red cross .. http://imgur.com/sAm6f4o17:57
naccOerHeks: yeah, one failure to build, but not the package in question17:57
naccOerHeks: and the prior package seemd to install ok for snckrs17:57
slimaHi, I have a problem. I need bind9 with dlz-mysql, so I get source via apt, in debian/rules I'm added option, but when I do dpkg-buildflags it's fail because of 'mysql.h: No such file' mysql.h is in /usr/include/mysql/ How can I add CPPFLAGS to dpkg-buildpackage?17:58
tgm4883folder|: yea, you'll need some space for it though17:58
folder|how much space are we talking?17:58
folder|I have an extra Dell R710 with 2 x 2TB drives17:58
mercedthats probably more than enough17:58
tgm4883folder|: https://wiki.ubuntu.com/Mirrors17:59
folder|I have an extra external HDD with 200GB of space17:59
ipatrolooh17:59
tgm4883specifically, dig through the scripts there and you'll find you can mirror what parts you want17:59
=== antoro_ is now known as antoro
ipatrolSo I have now installed my second Ubuntu flavor, and third Debian derivative, on this machine18:00
jak2000my network card not bringup at the start/boot, i need do a ifdown eth0 and then ifup eth0 how to fix it?18:00
tgm4883folder|: I was using ubumirror when I did it18:00
nacc!crosspost | jak200018:01
ubottujak2000: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support.18:01
jak2000no always are same ppl18:01
jak2000but i understand18:01
ipatroljak2000: what's your native language?18:03
=== anonymous is now known as Guest45543
=== rafael is now known as Rafaz
folder|tgm4883 looks like ubumirror hasn't been updated for a few years :(18:03
ipatrol!es | jak200018:04
tgm4883folder|: does it need to be? It has a simple job of mirroring the repo. What do you want to update on it?18:04
ubottujak2000: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.18:04
folder|tgm4883 I have no internet at my apartment until the end of summer18:04
ipatrolfolder|: sounds like fun18:05
tgm4883folder|: ok, which is why I'm assuming you want a local mirror18:05
folder|right18:05
folder|download from work18:05
tgm4883folder|: ok, so I'm not sure the issue then18:05
folder|take USB drive to my apartment18:05
jak2013ipatrol spanish18:06
jak2013ipatrol understand me?18:06
ipatroljak2013: yeah, I just figured that out from your IP address18:07
=== Dorami-Happy is now known as Dorami-Doraemon
jak2013is possible fix the problem?18:07
ipatroljak2013: pastebin the output of "ifconfig -a -v"18:09
jak2013before ifdown ifup commands right?18:09
QueenslayerUbuntu is back!18:09
ipatroljak2013: right now18:09
ipatroltgm4883: isn't apt-mirror the tool used for that?18:10
dbaccIs there a difference between installing Ubuntu and apt-get install kubuntu-full and installing Kubuntu?18:11
johnny_whipplesthis may be off topic but does anyone know if you could use XenServer or vSphere ESXi for a thin client to pxe boot from18:12
lukas_Can anyone help me with FreeBSD?18:12
johnny_whippleswahts the offtopic channel?18:12
tgm4883ipatrol: that probably works too18:12
ipatroldbacc: for some reason it doesn't by default install X, probably because they keep experimenting with Wayland18:12
TJ-dbacc: the display manager may be different, it'll start with lightdm; kubuntu uses sddm18:13
compdocdbacc, there is usually a difference. I install ubuntu server, then a minimal Mate desktop. that way you dont get all the stuff you dont use18:13
lukas_How can I restart fail2ban on freebsd? does anyone know?18:13
tgm4883lukas_: "apt-get install fail2ban"?18:14
QueenslayerSomeone recommended a tool that helps battery life? I can't remember its name.  Does anyone know of any battery-saving program on linux?18:14
ipatrolcompdoc: well if he's pulling in kubuntu-full, he's going to get all those apps18:14
dbaccipatrol: TJ- but the kde-packages and configurations installed should be exactly the same (besides display manager) ?18:14
pznis there any IRC channel for linux commands like grep, sed, sort, head... ?18:14
ipatroltgm4883: I don't think apt exists on FreeBSD18:14
QueenslayerPower-something something....18:14
ipatrolpzn: ##linux18:14
ipatrollukas_: have you tried asking #FreeBSD ?18:14
svm_invictvsSo trying to recover my hosed box18:14
tgm4883ipatrol: oh I assumed since we were in the #ubuntu channel that we would be supporting ubuntu18:14
svm_invictvsWHich uses LVM for the root partition and I"m not able to mount it.18:15
ipatroltgm4883: he asked about FreeBSD in the question18:15
svm_invictvsIs there a guide somewhere on mounting the LVM partition from the LiveCD?  I looked at a few guides and I wasn't able to get anything working, but I can confirm I can talk to the hardware and it sees the disks18:15
=== Drac0 is now known as Guest93188
tgm4883ipatrol: perhaps I needed a /s18:15
ipatrolwhat's a /s ?18:15
TJ-dbacc: There might be some custom configs done by the kubuntu ISO installer that don't happen from regular package installs, but I've not looked at that in a while. Best to ask in #kubuntu I think it is,  or #kubuntu-devel18:16
Queenslayertgm4883, no you need a personality18:16
tgm4883ipatrol: /sarcasm18:16
tgm4883Queenslayer: wow18:16
ipatrolah, I thought we use " ;-) " for that18:16
lukas_how can i connect to another channel in xchat? :D18:16
ipatrollukas_: /join #freebsd18:17
tgm4883lukas_: '/join #channelname'18:17
lukas_oh thanks <318:17
TJ-Queenslayer: powertop ?18:17
Queenslayergreat TJ!18:17
QueenslayerThanks18:17
QueenslayerI think that's the one18:17
jrminotI'm somewhat new to ubuntu and I'm testing a custom ui that someone set up. I have grub set up so that it boots to text, and then tty1 auto logs in a user, and then that user has a bashrc file that auto starts x. This means I see the gui on startup. If i switch to terminal via alt ctrl r1, and then try to switch to find the ui, its just a black screen. Any thoughts?18:18
ipatrolQueenslayer: considering we get people in here all the time who have literally no clue what they're doing, sarcasm is probably rarely helpful, or appropriate18:18
Queenslayeragreed ipatrol18:18
* tgm4883 feels jaded18:19
pznipatrol, tks18:19
ipatrolsometimes I'm amazed how they even got as far as figuring out how to use the IRC client :-/18:20
slima;)18:21
slimahm, anyhelp?18:21
TJ-jrminot: that sounds .... 'weird' ... because that's precisely what the standard default display manager does when a user is configured for auto-login18:21
tgm4883slima: what's your question?18:21
curlyearsI wanted to ask if this seems like a rational conficuration for a 16.04 platform:    250GB SDD, with 24GB partitioned as swap, 2GB as /boot, and the remainder as /.  The a 3TB drive as /'home, and 1 500GB as /home/<username>18:22
slimaHi, I have a problem. I need bind9 with dlz-mysql, so I get source via apt, in debian/rules I'm added option, but when I do dpkg-buildflags it's fail because of 'mysql.h: No such file' mysql.h is in /usr/include/mysql/ How can I add CPPFLAGS to dpkg-buildpackage?18:22
tgm4883curlyears: swap seems high18:23
ipatrolcurlyears: make sure to use GPT/uEFI on that setup, if you can18:23
curlyearstgm4883: given my hardware configuration, that is what both 14.04.4 and 16.04 set swap to if left to their own devices.  I have 24GB of RAM18:24
davidmichaelkarrI'm seeing an odd symptom with 16 vs 14. I have VMs of both, and I can run VMWare Horizon View on both to get to a remote Hosted Virtual Desktop. I connect a USB headset to the laptop.  Sound input/output works ok on the HVD running from the 14 VM, but I only get output on the HVD running from the 16 VM.18:24
ipatroltgm4883: as a general rule, swap >= RAM18:24
curlyearsipatrol:  yes, it *HAS* to be gpfm given the size of my main HDD18:24
fedoencurlyears: I put my swap on the hdd and /home on ssd for speed18:25
jrminotTJ: Sorry, I'm very new to X and Display/Window Managers. I wanted the custom gui to start on login (which it is) but switching away from it seems to prevent successfully getting back to it. There is another machine I am comparing against that allows you to switch away and back to the guid using alt ctrl F7 or F8 (can't remember which)18:25
fedoencurlyears: if you think your swap will ever get used maybe ssd is better choice for speed18:25
curlyearsfedoen:  wouldn't swap want to ty fast for performance?18:25
ipatrolcurlyears: I've given serious thought to changing over my setup to uEFI, but right now it'd be such a hassle18:26
fedoencurlyears: the /home for performance18:26
ipatrolfedoen: putting swap on an SSD is a great way to destroy the thing18:26
curlyearsI have been informed that swap will likely seldom, if ever get used.  24GB is a lot of room18:26
fedoencurlyears: /swap on hdd for the heavy read/write18:26
Queenslayercurlyears, I'm running mine without swap18:26
ipatrolcurlyears: swap also holds your system state for hibernation18:26
fedoencurlyears:  but as ipatrol said it will run ssd out soon18:27
QueenslayerI've got 8gb so I hardly need it18:27
curlyearsah, but I will need more than is available on the SSD for /home18:27
fedoencurlyears: you need more for storage, movies, etc...18:27
fedoencurlyears: that can stay on hdd18:27
fedoencurlyears: I have a 128GB ssd with 60G free18:28
fedoencurlyears: /home on ssd18:28
ipatrolcurlyears: the other thing you need to consider, is possibly using a filesystem appropriate for an SSD18:28
curlyearsI don't store movies, I *MAY* store some music as .mp3s, but nmot much.  I need storage for 3D models and gcode files, etc., in support of my 3D printer18:28
tgm4883You could also setup the SSD as a cache18:28
crsQueenslayer: Powertop ?18:28
fedoencurlyears: downloads and stuff on hdd18:28
Queenslayercrs, yeah18:28
QueenslayerTJ- has already mentioned it but thanks18:29
curlyearsyeah, downloads on the HDD for sure18:29
Queenslayeripatrol, am I missing out?18:29
Queenslayeripatrol, by not having any swap?18:29
cinnabinHow can I use extended partition for installing Ubuntu?18:29
snckrsCan someone send me a link for a ubuntu 15.04 iso?18:29
fedoencurlyears: not using 3d printer, not used on big files18:29
rick6860super plus arrows keys does not move a window18:29
k1lcinnabin: make an extended partition and put all ubuntu partitions in it18:29
ipatrolQueenslayer: probably yes18:29
fedoencurlyears: I'm a php developer so my files are pretty small18:29
curlyearswith 24GB of RAM< I find it highkly unlikely that I'll really ever use swap18:29
tgm4883Queenslayer: probably not. I ran without swap for while. You can't hibernate without it18:30
ipatroldepends on your workload18:30
k1lrick6860: hold super-key for shortcut table18:30
Queenslayeripatrol, it's only temporary18:30
ipatrolthe other thing to consider, is that RAM uses more electricity than swap18:30
fedoencurlyears: you can setup swap on hdd if you need hibernation as ipatrol pointed out18:30
Queenslayeripatrol, valid point18:30
curlyearsI want my main system on SSD (including /bin, /usr/bin, etc., to sopeed up user interface responses times18:30
cinnabink11: it's for an ubuntu installation in a dual boot, how can I turn a free space into an extended partition? using win7 atm18:30
k1lcurlyears: honestly: why do you make things extreme complicated again?18:31
Queenslayercinnabin, disk management?18:31
ipatrol!gparted | cinnabin18:31
ubottucinnabin: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php18:31
rick6860k1l, held super and nothing happened18:31
tgm4883ipatrol: you're talking about sleep vs hibernation right?18:31
ipatroltgm4883: true hibernation, not sleep18:31
curlyearsnot ,uch point in hibernation on a full\ sized desktop, is there18:31
Queenslayeripatrol, he's on windows18:31
k1lcurlyears: what about you make a easy setup like / and /home on sdd and datapartitions on hdd?18:31
curlyearss/uch/much/18:31
ipatrolQueenslayer: that's what the LiveCD is for18:31
k1lrick6860: what desktop do you use?18:31
tgm4883ipatrol: because if you aren't, I don't see how SWAP uses less than RAM in a running system18:31
=== paranoiko_koalak is now known as noob45
Queenslayeripatrol, I partitioned mine before hand18:32
QueenslayerMakes it a bit safer IMO18:32
rick6860k1l, ubuntu mate18:32
curlyearsk1l:  there you ge being reasonable again, doggone you!18:32
ipatrolQueenslayer: but he said he already had the free space18:32
fedoencurlyears: think of how much you need for storage and how much for the working system18:32
Queenslayeripatrol, you're right, didn't see that18:32
ipatrolk1l: I've worked with embedded systems, where it's not uncommon to have a fairly complex mounting setup18:33
fedoencurlyears:  you can store/open big files from the hdd while the system and home dir are on the ssd18:33
noob45I have some problems with ubuntu 1. when I try to mount via terminal an external or internal cd rom it gaves the message :  can't find /cdrom in /etc/fstab18:33
noob45any help18:33
fedoencurlyears: everything that needs to load fast is on ssd18:33
ipatrolseems overkill for a desktop though, unless he's using it for some serious biznes18:33
k1lipatrol: yes. but for beginner users this is just a big compley layer that will result in desaster in most times.18:33
Queenslayeripatrol, you've reminded me why my system was consuming so much power compared with windows 1018:33
rick6860k1l, ubuntu mate18:34
curlyearsthat does seem like a better solution, yes.   So, / and /home on SDD, /home/<username> on HDD as well as any other partitions I need.18:34
k1lipatrol: there are reasons for complex setups for servers etc. but for home pc with one ssd and one hdd and a beginner in front of it? no.18:34
ipatrolQueenslayer: I ain't touching Windows10 with a ten-meter pole18:34
effectnetdid you see all the key-collecting and mic-collecting data you are signing off on?18:35
noob45I have some problems with ubuntu 1. when I try to mount via terminal an external or internal cd rom it gaves the message :  can't find /cdrom in /etc/fstab. any help?18:35
fedoencurlyears: how much ram does your system usually eat while running your 3d apps?18:35
Queenslayeripatrol, I don't mind it either way.  It's just for some Windozers that might occasionally use my laptop18:35
k1lrick6860: ok, i dont know the shortcuts for mate.18:35
ipatrolcurlyears: usually you just put the whole /home directory on one partiton18:35
fedoencurlyears: put the /home/user on the same partition18:35
fedoencurlyears: and make a folder for the user on the hdd18:36
ipatrolQueenslayer: I have 7 for stuff like windows-only software I have to use, but 10 scares me18:36
ElLocohi, how can i remove an EFI partition from a pendrive?18:36
curlyearsfedoen:  I haven't tested that as yet.  Will be once I replace the {SU on the box18:36
Queenslayeripatrol, why?18:36
cinnabinqueenslayer, if i were to create an extended partition in win for an ubuntu installation, which file system should i choose?18:36
fedoencurlyears: which you can bookmark and access easy from file manager18:36
k1lcurlyears: i would even put your whole /home onto the ssd. just use the hdd for storage of the big data stuff like pictures, movies and music (or what you store there). and mount that to /mnt/storage in your /etc/fstab18:36
Queenslayercinnabin, doesn't matter18:37
ipatrolQueenslayer: I'd rather not have Redmond and Langley be given a detailed report of my actions every day18:37
QueenslayerYou're going to reformat it anyway18:37
effectnettheres a webpage for win 10 that explains.  it basically collects all keystrokes and mic activity.  also by you using it, you're signing off privacy on a lot of your data too, and it's weird there will be no further os's?  what?18:37
QueenslayerYou're just creating space that the liveCd can read18:37
curlyearshmmm18:37
ipatroleffectnet: "no further OSs", you mean like a rolling release?18:37
effectneti dont know18:37
curlyearsI was just considering the simplicity of the pathnames, is why I wanted to mount /home/<username> for MY username, on the big drive18:38
Queenslayeripatrol, is it really that bad?18:38
cinnabinqueenslayer, so the livecd will let me create a swap & ext4 partitions out of that extended partition? (it's all because i can't do it as a free space)18:38
ipatrolQueenslayer: actually it's much worse. I stopped reading after a point18:38
Queenslayeroh yeah cinnabin18:38
QueenslayerYou can do it from within18:38
QueenslayerBut it's better to make it all beforehand18:38
cinnabinqueenslayer, thank you. i'll give it a go18:39
QueenslayerSo make the sizes from windows18:39
k1lcurlyears: the /mnt/storage will be shown in your file browser too.18:39
curlyearsK1l:   OK..not familiar enough with this file browser to have known that18:39
ipatrolcurlyears: I have a similar thing going on with my internal HDD and a 2TB external NAS drive connected via CIFS18:40
fedoencurlyears: if in doubt just go with the defaults and see where you get in trouble and after that you can tweak things (a reinstall might be needed) but as k1l is pointing out you can mount that folder and it's available in file manager, I have the same setup18:40
Queenslayeripatrol, did you manage to monitor it or is is anecdotal evidence?18:40
ipatrolQueenslayer: I won't let that thing into my house, but I've picked up some traffic while sniffing on public networks18:41
curlyearssee?  people *DO* get excellent help and advice in here!18:41
Queenslayeripatrol, not directed at you, but there's also scope for exaggeration.  That said, I wouldn't put it past Microsoft18:41
fedoencurlyears: install on the ssd with default options, except I moved my swap on hdd (if I ever need it)  16GB of ram and never filled18:42
ipatrolsuspicious traffic going back to not only Microsoft, but also Amazon18:42
plytrodoes anyone have a link to that mouse cursor bug when you come back from suspend/sleep?18:42
k1lcurlyears: how big is the ssd?18:42
k1lbug 156860418:42
ubottubug 1568604 in xserver-xorg-video-intel (Ubuntu) "Mouse cursor lost when unlocking with Intel graphics" [High,Confirmed] https://launchpad.net/bugs/156860418:42
curlyearsfedoen: yeah, I have 24GB RAM...what are the chances I'll need swap space?18:42
ipatrolk1l: 250GB he said18:42
FikiI want to add to the Ubuntu SSH Wiki page about Eliptic cruve private keys (mainly because they are faster)18:43
curlyearsK1l:  250GB Samsung EVO85018:43
k1lok, that is more than enough for a regular system.18:43
tgm4883curlyears: that's not really something we can answer. You mentioned you dealt with large 3d files18:43
ipatrolcurlyears: one of the things to consider about computing hardware, is that usage patterns almost inevitably expand to fill them18:43
k1lplytro: see the bots message18:44
curlyearstgm4883: by "large" I am meaning on the ordert of 100MB to 1GB each18:44
tgm4883curlyears: oh, then you'll probably be fine18:44
ipatrolyou could probably run a sweet BOINC node off of that18:44
curlyearsipatrol:  usage will always expand to fit capacity18:44
ipatrolcurlyears: so even though you don't think you need swap *now*, it's probably best to allocate it anyway18:45
fedoencurlyears: as I said, I don't use 3d printers, not sure how much ram would that consume, swap can be setup later also18:45
ipatrolfedoen: assuming he leaves free space on any of his drives18:45
fedoencurlyears: my default install put swap on ssd and I moved it, easy to do in a few steps18:45
derduschkahello and good evening18:46
ipatrolfedoen: the other thing you can do, is change the kernel's "swappiness"18:46
fedoenipatrol: true, but 2-3DVDs for backup and there's room :)18:46
curlyearsipatrol:  is it acceptable (or even possible) to set up a swap space that's less than your RAM space18:46
ipatroland leave the swap on SSD18:46
ipatrolcurlyears: yes, but you won't be able to hibernate18:46
plytrok1l: thanks18:46
tgm4883curlyears: yea18:46
derduschkai search ubuntu help chat channel for german18:47
ipatrol!de | derduschka18:47
ubottuderduschka: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!18:47
curlyearsOK, isn't hibernation really only relevant to laptop/notebook systems?18:47
fedoencurlyears: as said before without hibernation you might never touch swap on 24GB of RAM18:47
fedoencurlyears: you can use it on desktop for fast startup but given my 12s boot time on ssd not really needed18:48
ipatrolfedoen: except from my experience, 3D CAD/CAM applications eat memory like sharks eat guppies18:48
derduschkaubottu vieleicht kannst du mir helfen, bei mein problem mit dem dvd laufwerk controller?18:48
ubottuderduschka: I am only a bot, please don't think I'm intelligent :)18:48
fedoenipatrol: I know, but that's usually rendering that takes more, the file itself should use it's size for opening?18:49
curlyearsipatrol:  my build volume os 11.9X11.9X10 .   I don't think my 3D files will expand to or beyond 24GB18:49
ipatrolfedoen: depends on how the file gets loaded18:49
ipatrol3D files are frequently compressed on disk18:49
fedoenipatrol: not getting into details here as I didn't play enough with 3D18:49
fedoenipatrol: and if a file is 1GB compressed that's bad lol18:50
ipatrolfedoen: s'ok, I'm a CAD veteran18:50
fedoencurlyears: by now you should already have your system up and running lol18:51
curlyearsthe 3D files (mostly .stl) haven't exceeded 100MB for a fairly complex model of an Hungarian Palace.18:51
TJ-hibernation is good for saving a complex session state in the event of power loss, such as a mains outage and UPS getting close to shutdown point18:51
ipatrolcurlyears: again, if you're going to use an SSD, make sure to use an appropriate filesystem: https://en.wikipedia.org/wiki/List_of_file_systems#File_systems_optimized_for_flash_memory.2C_solid_state_media18:51
curlyearsfedoen: yes, I should, but apparently I have a flakey PSU which has led me a merry chase. )-: )-:18:52
ipatrolTJ-: heck, I just find it useful when I have to leave, and saving all my state would take a considerable amount of time18:52
curlyearsipatrol:  can't I just format it to ext4?18:52
fedoencurlyears: try it on for 2 days with defaults and see if you have troubles, watch over your ram usage, swap if it comes to it and you can tweak from there18:52
ipatrolcurlyears: you can, but I wouldn't recommend it18:53
ipatrolSSDs have different usage considerations than HDDs, you could end up shortening its operational lifespan if you do things wrong18:53
TJ-ipatrol: indeed, that too, many desktop/workstation users don't see its value18:53
jak2000ipatrol are you there?18:53
=== jq- is now known as jq_
=== jq_ is now known as jq-
ipatrolTJ-: I find it very useful as a laptop user, since I don't like having the thing on, generating heat, in a laptop bag18:54
tgm4883ipatrol: so what do you format your SSD drives with?18:54
k1lcurlyears: ext4 for ssds is fine18:55
TJ-ipatrol: S3 suspend for retaining RAM content shouldn't generate heat :)18:55
xaviergmailConsider disabling journaling for ssds18:55
tgm4883ipatrol: you've lost me in the last few minutes18:55
ipatroltgm4883: the two primary choices are NILFS, and F2FS18:55
k1lcurlyears: again: you could use a super duper ssd filesystem, that is still experimental and will eat your data. but dont come here and cry then :)18:56
jak2000ipatrol http://postimg.org/image/3xuocbc8x/18:56
jak2000cant pastebin18:56
ipatrolk1l: it's fine in the short run, but it's not good from a wear usage consideration18:56
k1lipatrol: for regular enduser you will liekely exeed the lifespan of a hdd with running ntfs or ext4 on the ssd.18:56
tgm4883ipatrol: Yea I'm not sure I'm with you on that one18:57
k1lipatrol: the panic about lifespan was when ssds were generation 1. which had lots of issues.18:57
k1lplease dont hype the myths about ssds, that come from 1st gen devices. same with the old ram myths that come from times when ram was 100mb18:57
ipatrolk1l: it's not as bad now as it used to be, but it really can't hurt to try to keep it usable as long as possible18:58
nimuhiii guys...18:58
ipatrolk1l: my field is in the semiconductor industry, I kinda know this stuff18:58
tgm4883k1l: ipatrol: http://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead18:58
tgm4883ipatrol: wait, did you just drop credentials in here?18:59
k1lipatrol: ext4 is optimized for sdds and its super stable and well tested and supported.18:59
* tgm4883 goes back to work18:59
svm_invictvsHow relevant is this  still? http://www.linuxwave.info/2007/11/mounting-lvm-disk-using-ubuntu-livecd.html18:59
ipatroltgm4883: if you're going to patronize me, yeah18:59
tgm4883ipatrol: I'm just pointing out that endurance test19:00
k1lipatrol: i bet with you that the user wil have reinstalled 20 times until the ssd comes to its wear level. so that is all just theoretical and doesnt help in this beginners channel anyway.19:01
ipatrol" It has been proven to cause a performance degradation instead of a performance increase under certain circumstances.[173][174] As of January 2014, Linux sends an individual TRIM command to each sector, instead of a vectorized list defining a TRIM range as recommended by the TRIM specification.[175] This deficiency has existed for years and there are no known plans to eliminate it."19:01
circ-user-i2ztYHi there, I'm on ubuntu and after updates and a reboot my samba server won't work19:01
fedoenboth you guys seem to know what are you talking about so I'm going to stick to my ext4 filesystem :)19:01
circ-user-i2ztYwhen i try to stop it , it says unknown instance19:01
circ-user-i2ztYgoogled for a bit now and no real solution19:01
tgm4883Would it be possible to move this discussion to #ubuntu-discuss ?19:01
circ-user-i2ztYtried to purge everything and reinstall but no go19:02
ipatroltgm4883: soitenly19:02
fedoenso fstrim since you brought that up?!19:02
fedoenon ext4 ssd19:03
ipatrolk1l: I was under the impression we were a support channel, not a "beginners channel"19:03
fedoensupport is mostly for begginers19:03
fedoen:)19:03
ipatrolfedoen: it's cute that you think that19:03
k1lipatrol: telling a beginner to make complex partition layouts and use experimental filesystems is not what i call good support.19:03
fedoenI'm a begginer on many things, been using ubuntu (desktop) since 200719:04
tgm4883in any cause, none of this discussion is support19:04
curlyearsGreat Ghu!!!!!   There are  HUNDREDS of file systems to choose from.  How do I select one most compatible with my operation?19:04
ipatrolk1l: I was advising him to simplify his layout a bit, but I was also advising him on possible performance and hardware considerations, of which he already said were important to him19:04
k1ltgm4883: yep.19:04
fedoengot curlyears more lost than he was before you guys :)19:05
k1lcurlyears: the standard for ubuntu is ext4. it works well with ssds since it got trim support.19:05
ipatrolcurlyears: as a rule, F2FS for thouroughput, NILFS for low latency19:06
ipatrolor ext4, as k1l said19:06
ipatroleverything else is either obsolete or highly experimental19:07
curlyearsand are F2FS and NILFS available as choices in grub2  gparted when I lay out the partitions?19:07
k1ldoes the installer even support f2fs? is there a proper fsck for f2fs?19:07
ipatrolcurlyears: I know NILFS is supported by gparted19:07
curlyearsI asked about using ext4 earlier, someone implied it would be a mistake to do so19:07
k1liirc f2fs is still marked experimental, be very caution with that curlyears19:07
k1lcurlyears: again: ext4 works on millions of ssds.19:08
curlyearsyeah, I don't want to mess about with experimental stuff.19:08
ipatrolk1l: NILFS has been out since 200819:09
circ-user-i2ztYcan't restart or stop service smbd unknown instance (help much appreciated) :(19:09
tgm4883ipatrol: isn't the rule of thumb 10 years?19:09
ipatrolF2FS is admittedly much newer19:09
curlyearsI think I'll be non-creative, and format the partitions as ext419:09
k1lipatrol: i bet you personally support all issues with f2fs and nilfs then when the users come back in here with issues?19:10
ipatroltgm4883: ext4 became stable in 2008 also19:10
k1lipatrol: "has been stable" vs "came out"19:10
ipatrolcurlyears: at this point, if you don't understand these things in detail, it's probably best to just put your whole system on a single ext4 partition19:11
ipatroland save the HDD for a seperate mount point19:11
tgm4883ipatrol: I feel like there's a small difference between F2FS v1, and EXT v419:11
k1lipatrol: i am sorry to be so pedantic about that. but we have seen users advertising the latest and greatest in here, and the next day when the system was a mess the advertiser was not here to clear the mess.19:11
ipatroltgm4883: I said NILFS, fyi19:11
curlyears*wow*  didn't expect to raise this level of controversy with such a simple question19:11
tgm4883ipatrol: I feel like there's a small difference between NILFS v1, and EXT v419:12
curlyears*blush*  somehow, I generate trouble even when I am behaving myself19:12
ipatroltgm4883: FWIW, I use btrfs on my home partition. Never gave me any problems.19:13
tgm4883ipatrol: wait, why are we talking about BTRFS now?19:13
curlyearsipatrol:  In what siginificant was is BTRFS different from and/or better than EXT4?19:14
ipatrolhere_we_go_again.jpg19:14
tgm4883ipatrol: TBF, you did bring it up19:14
ipatroltgm4883: I didn't expect it to become another question19:15
curlyearss.was.ways.19:15
tgm4883curlyears: ext4, just go ext419:15
curlyearsipatrol:  well, you obviously had reasons for switching to btrfs, please explain them19:16
ipatrolBtrfs is where Linux filesystems are *going*, but it's only been stable for two years19:16
tgm4883curlyears: that's not a support question19:16
fedoencurlyears: ssd will bring you speed anyway, I'm using it on ext4 for 1yr now and haven't got any issues, partitioning is the default install, going deep into filesystem choice means you have to understand them first, which you crearly don't now (no offence), I don't either so I stick to the defaults, if you're worried about lifespan welcome aboard :)19:16
curlyearstgm4883:  I feel it is, as I need to understand the differences between various filesystem in use19:18
k1lcurlyears: honestly: go with the standard this time and keep your self away from trouble19:18
tgm4883curlyears: no you don't and no it isn't. You would need to know about the filesystems that you use. If you want to know about other filesystems, this isn't the place for it. (you can read about the merits of filesystems in a variety of other places)19:19
tgm4883but all it's doing is clogging up this channel19:19
ipatrolcurlyears: the benefits of btrfs are mostly administrative. They probably won19:19
ipatrol't concern you19:19
curlyearstonight at 20:00 CDT, a new "reality" series executive produced by, believe it or not Dr. Stephen Hawking will debut on PBS19:19
tgm4883curlyears: off topic19:19
ipatrolcurlyears: please stop, this is not a discussion channel19:19
ipatrolgo ask ##linux if you want to know more about filesystems and partitioning schemes19:20
fedoencan I use pki token with adobe on ubuntu?19:22
ipatrolfedoen: I didn't know Adobe ran on Linux19:23
fedoenipatrol: older version19:23
ipatrolHeck if we know19:23
fedoenipatrol: can't read from token though19:23
ipatrolwe try not to make it a habit of offering support for proprietary software19:24
fedoenipatrol: not sure what software to use, I just got my hands on a token and can't even read it19:24
ipatrolfedoen: "got my hands on", ok, you need to STOP. We're not going to advise you on how to break the law either19:25
fedoenipatrol: lol19:25
=== soul is now known as Guest81127
fedoenipatrol: I bought an pki token for electronic signing some documents19:25
ipatrolfedoen: "pki" is a general class of technologies, it depends on which PKI you're talking about19:26
fedoenipatrol: and I wanted to know if I can get it working under ubuntu so I don't have to boot windows19:26
fedoenipatrol: it's an athena dongle, not sure about the right terms to use to describe it, that's why google wouldn't help me :)19:27
ipatrolfedoen: I think they're usually called "smartcards"19:28
OerHeksfedoen, pki, you mean GPG key ?19:28
fedoenipatrol: sorry, my english is not that good19:28
ipatrolOerHeks: no, it's a cryptoprocessor smartcard19:28
ipatrolfedoen: is it this thing?: http://www.athena-scs.com/products-solutions/enterprise/pki#IDProtect%20Key%20LASER19:30
OerHeks!info dogtag-pki19:31
ubottudogtag-pki (source: dogtag-pki): Dogtag Public Key Infrastructure (PKI) Suite. In component universe, is optional. Version 10.2.6+git20160317-1 (xenial), package size 11 kB, installed size 45 kB19:31
OerHekshttps://launchpad.net/ubuntu/+source/dogtag-pki19:31
fedoenipatrol: something like that, not the exact one, but yes19:31
ipatrolfedoen: drivers are available at http://www.athena-scs.com/support/software-driver-downloads19:32
ich_dienI'm attempting to install ST3 on ubuntu.19:32
ipatrolOerHeks: I don't think that will help him, because it's a different PKI altogether19:32
ich_dienI'm ading the repo from https://askubuntu.com/questions/172698/how-do-i-install-sublime-text-2-3 to make install easier19:32
fedoenipatrol: lol, when you know where to look19:33
ich_dienHow do I find/verify the gpgkey for ST3??19:33
fedoenipatrol: I will give it a shot19:33
ipatrolich_dien: ...we usually don't recommend people add repos to their system19:33
ich_dienipatrol, because it's third party??19:33
ipatrolich_dien: and because that particular piece of software is proprietary19:33
OerHeksich_dien, the command includes getting the GPG key from our servers.19:34
=== cigumo_ is now known as cigumo
OerHeksadd-apt-repository19:34
ich_dienOerHeks, So adding the repo automatically includes geeting key from server?19:35
ich_dienSo why is it frowned upon for installing this way??19:35
OerHeksand the key is on launchpad19:35
OerHeksno frown, just a warning with ppa's19:35
ich_dienIf I just DL tar then I have to find all the dependencies and install them seperately19:35
OerHeksbtw sublime text 3 is out too old article .. https://launchpad.net/~webupd8team/+archive/ubuntu/sublime-text-319:36
ipatrolOerHeks: PPAs are just one kind of third-party repository. In general, it's a bad idea to start adding them19:36
ipatrolcertainly without a great deal of care and attention19:37
ipatrol!nonfree | ich_dien19:37
ubottuich_dien: When we use the term 'non-free', we mean that it is not Free (as in freedom) Software. Software that is not Free cannot be fixed or improved by anyone except its authors -- who are not us :(. For more information, see https://www.gnu.org/philosophy/free-sw.html19:37
OerHekslet's say we warned him, ok? it is not from a repo OUTSIDE launchpad...19:38
workbookhello19:38
workbookhey how to use sticky notes in ubuntu19:38
workbookanybdy her19:39
ipatrolimpatient much?19:39
OerHeks!find sticky19:40
ubottuFound: wmstickynotes19:41
OerHeks!find notes19:41
ubottuFound: knotes, libakonadi-notes4, libbiblio-endnotestyle-perl, libkf5akonadinotes-dev, libkf5akonadinotes5, libkf5noteshared5, notes-app, notes-app-autopilot, wmstickynotes, xfce4-notes (and 1 others) http://packages.ubuntu.com/search?keywords=notes&searchon=names&suite=xenial&section=all19:41
ich_dienubottu, thanks19:41
ubottuYou're welcome! But keep in mind I'm just a bot ;-)19:41
mherweghow can i route telphony (sip,rdp) via eth0  and all the rest via eth1 ?19:41
ipatrol!iptables | mherweg19:42
ubottumherweg: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo19:42
ich_dienas you said I'm getting this from launchpad but is there anyway to make this process safer?19:42
ipatrolmherweg: if you're trying to reroute traffic, you usually use iptables19:42
ipatrolmherweg: is this a VOIP gateway or something?19:43
RabbitDis this me19:43
ipatrolich_dien: add-apt-repository is the safest19:43
ipatrolRabbitD: cogito ergo sum? ;-)19:43
ich_dienipatrol, okay...19:43
RabbitDipatrol: its me19:44
mherwegcan i have more than 1 default gateway?  it is a server with 2 uplinks19:44
ipatrolmherweg: again, all that stuff has to be done through iptables19:45
ich_dienIs it safe to remove the ppa after installing?19:46
ipatrolmherweg: try asking #ubuntu-server for more advice19:46
mherwegok, thanks19:47
TJ-mherweg: you can create additional routing tables for specific traffic types and mark packets to indicate which routing table to use. It's called Policy Based Routing19:47
ipatrolich_dien: usually not, since some package managers will remove it19:47
ipatrolthe package19:47
TJ-mherweg: there's an overview and intro here: http://lartc.org/howto/lartc.rpdb.multiple-links.html19:47
ipatrolmherweg: also try asking ##linux and ##networking , since what you're trying to do is pretty high-level stuff19:48
RabbitDso why on the #linux channel it says " Cannot send to channel"19:48
reisio/msg nickserv help register; /msg nickserv help identify19:48
PiciRabbitD: ##linux requires that you are registered an identified to nickserv to join.19:49
RabbitDthanks Pici19:49
reisiohas to do with the IRC server staff being too inept to implement server-side anti-spam measures19:49
RabbitDits better in here anyway19:49
RabbitDtheir loss19:50
reisiogood attitude19:50
RabbitD:i have ubuntu installed on two machines19:51
ipatrolreisio: sometimes it's not spam. Often it's trolls, and there's really no server-side measure for trolls19:51
RabbitDwell one install I use xfce and now it says its lubuntu19:51
RabbitD:)19:51
reisiotrolls only work when people respond to them, they aren't a real problem as much as people unable to ignore a person are :p19:52
ipatrolreisio: I used to think that was true. I understand now that most of a troll's validation comes from other trolls, not the target19:52
ipatrolThey could troll a soap carving if others thought it was funny19:52
reisiooh they have a review process? :p19:53
ipatrolreisio: oddly, yes19:53
EriC^^trollology19:53
ipatrolit's called 4chan19:53
reisioheh19:53
reisioEriC^^: trololololology?19:53
ipatroland there's always a back-and-forth dynamic going on19:54
ipatrolreisio: lolololol19:54
ipatrolbut seriously folks, let's stay on topic19:54
guntbertipatrol: reisio back to support please19:54
reisioipatrol: get back to support!19:54
tmwsiyI am looking for some help with apparmor. I have an ubuntu 14 host and ubuntu 16 guest and they are fighting over audio it seems. I can;t get them both to work and I see some DENIED messages on startup in the pulse directories19:54
ipatroltmwsiy: so the problem is with Pulse?19:55
reisiotmwsiy: what vm app?19:55
tmwsiyipatrol: qemu, I think it is with either pulse or the apparmor profile19:55
reisioprobably just your qemu config, or lack thereof19:56
reisiomight ask #kvm19:56
ipatroltmwsiy: you probably haven't enabled all the things the guest needs to have audio access19:56
ipatrolanyway, I'll be back later19:57
reisiolates19:57
* reisio also also splits19:57
RabbitD##java wont even let me join19:57
RabbitDharsh19:57
alexmhRabbitD, are you registered on freenode?19:57
Pici!register19:58
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode19:58
RabbitDhow do i go about registering on freenode?19:58
MonkeyDust!register19:58
RabbitD!register19:58
ubottuInformation about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode19:58
OerHeksregister and open your RabbitD email, chase the mouse to inbox19:59
LeftFootBrakerHi Folks! -I just tried to install PulseAudio Systemtray via synaptic on a 14.04 install, it didn't work... are there any known issues with this?19:59
RabbitDi'll figure it out ty19:59
OerHeksLeftFootBraker, did you run updates first?20:01
LeftFootBrakerOerHeks: damn! -I did not... :-( -sorry to bother with my stupidity...20:02
OerHekshave fun!20:02
LeftFootBrakers/bother/bother you/20:02
jak2000ipatrol fixed my eth problem :)20:02
tmwsiyipatrol: Thanks, the weird thing is that it did work fine earlier today. I installed cheese so I could troubleshoot my webcam so I could authenticate for a coursera course and WOW, my day went south fast20:03
vayanis there a way to bypass a vpn locally ? with a domain. something like `route add netflix.com dev eth0` ?20:05
=== zz_CyberJacob is now known as CyberJacob
LeftFootBrakerOerHeks: sorry to bother you again, but now I did update the packet-informations, but if I try to reinstall pasystray, synaptic doesn't want to downlaod it again... -so there seems to be no change for it?20:05
bekksvayan: Not unless you VPN administrator allows to do so.20:05
vayanbekks: oh it's just me, I have full control20:07
bekksvayan: then you have to configure your VPN for allowing local routes. And no, you cannot use a CNAME in routing.20:08
vayanyeah it'd be too hard without CNAME :/ thanks anyway bekks !20:10
Jordan_Uvayan: Maybe you want to use a proxy rather than a VPN. Then you can easily have certain apps just not use the proxy.20:11
davidmichaelkarrI mentioned this a bit earlier, but I'm having trouble with sound input in a Hosted Virtual Desktop when I run it from Ubuntu 15 or 16, but not from 14.  Input works fine in the VM itself, just doesn't work in the HVD.20:11
RabbitDI made it 8-)20:12
OerHeksi don't know why you wanted to install PulseAudio Systemtray, LeftFootBraker20:13
Jordan_Udavidmichaelkarr: What virtualization software are you using? Also note that there is no "Ubuntu 14" (or 15 or 16) there is Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Ubuntu 15.10, and Ubuntu 16.04.20:14
vfwI understand that on some Distros /bin/ has become a symlink to /usr/bin/  (I've yet to move to 16.04 so,...) Is it a new thing for Ubuntu too?20:15
LeftFootBrakerOerHeks: in synaptic there is a package, called pasystray, I tried to install before I updated the database and it didn't work, after updating the database synaptic informs it doesn't want to download anything, just install the package... -so the downloaded parts seem to be up-to-date?20:15
davidmichaelkarrJordan_U: I'm using VirtualBox. I'll get the actual versions of 14 and 15 in a sec.20:15
OerHeksand then pasystray,.. best mixer is pavucontrol20:15
=== ubuntu is now known as Guest56247
OerHeksmaybe you need to restart the audio server, or logout/login20:16
stumosuoma laisia paikalla20:16
OerHeksand mixing mixers ..20:16
LeftFootBrakerjust for your information, the only thing I wanted to add to my system is the ability to choose the sound-output to use another laptop which is connected to my stereo20:16
davidmichaelkarrJordan_U: 14.04 and 15.10, and 16.04, of course.20:17
LeftFootBrakerI'll try restarting the machine... -but shouldn't synaptic tell me when this is nessecary?... -be right back20:18
OerHekspavucontrol and jack are the basics for such stream AFAIK20:18
Jordan_Udavidmichaelkarr: How are you trying to record audio?20:21
LeftFootBrakerI have to say, on "the other laptop" I have installed everything needed a few months ago... -I thought it was pasystray... but even if I tried to install the wrong package doesn't change the fact, that installing pasystray via synaptic didn't work... -this is the first time that synaptic has failed me... :-(20:21
davidmichaelkarrJordan_U: I've tested it with audacity and the system "Sound Recorder" app.  Note that the HVD is running Win7.20:24
davidmichaelkarrJordan_U: I'm running Audacity on all three hosts (hardware, VM, and HVD) for consistency.20:24
LeftFootBrakerok, now that I've played around with this a bit, I'm getting really confused... pavucontrol was already installed on this machine. I think I got something completly wrong... -thanks for your help OerHeks, I think I have to look up everything again...20:26
Jordan_Udavidmichaelkarr: Input set to line in inaudacity for all tests?20:28
vfwFrom the lack of response, I assume Ubuntu isn't doning it yet... Ok.20:29
OerHeksLeftFootBraker, sounds like ubuntu-studio20:30
OerHeks!studio20:30
ubottuUbuntuStudio is a collection of packages for the artist who wishes to use Ubuntu as their Digital Audio Workstation. It contains all the best Audio/Visual components from the Ubuntu repositories. For more info and install instructions, join #ubuntustudio or see http://ubuntustudio.org20:30
Picivfw: I haven't noticed that on any 16.04 install I've done... then again I wasn't looking either.20:30
davidmichaelkarrJordan_U: Checking.20:31
vfwPici: Ok.  Well, now that I read about it, I guess it makes *some* sense.  (https://wiki.gentoo.org/wiki//usr_move)20:31
vfwPici: Basically, it's just abandoining /bin to use /usr/bin only, (for simplicity sake).20:33
mcphailvfw: why? They are separate for a reason20:33
vfwPici: And the symlink is just in case something or app is looking for something in /bin20:33
Picivfw: its kind of confusing anyway, so I get that.20:34
vfwmcphail: Yea, but  for what reason?20:34
vfwPici: mcphail If you read the article, it kind of makes sense.20:34
voronwhere i am ?20:34
LeftFootBrakerOerHeks: isn't ubuntu-studio a derivate of ubuntu?20:34
galgamachjust got an HD resolution screen... but everything is smaaaaal and my eyes are getting tired. Can I do something ?20:34
vfwvoron: IRC?20:35
mcphailvfw: eveything you need to boot and mount disks goes into bin. Bigger things which arent essential go under /usr20:35
LeftFootBrakerI am running only standard ubuntu on all my machines20:35
k1lvfw: on ubuntu there is the stuff in /bin that is meant to be needed for the systemstart. in /usr/bin its the stuff that is used for systemwide binaries that  could be mounted afterwards20:35
mcphailvfw: thereby only /bin needs to be on the root filesystem20:36
k1lvfw: reason is: /usr could be another partition with that setup that is mounted after some initial system is booted20:36
mcphailwhich is how one of my boxes (with a tiny root filesystem on internal flash) has to be set up20:38
davidmichaelkarrJordan_U: I don't see "Line In" as an input in either Ubuntu or Win7 Audacity.20:38
Jordan_Udavidmichaelkarr: What inputs are listed?20:38
vfwmcphail: Well, I must admit, that seems to be a reason not to do it....20:38
vfwmaybe....20:39
rynekehi everybody i have a question concerning the management of multiple keyrings with seahorse: is it possible to assign certain keyrings to certain programs? or more general: if a program like evolution is asking for a password can i tell it to save the password not in the default login-keyring but in some other keyring?20:40
rynekeif a prog is asking for a pw there's always only a checkbox to "save in your keyring" - am i wrong here or is it kind of obvious that you would like to have a choice as to in which keyring you put the pw?20:41
vfwAt any rate, I jsut now discovered the concept - was wondering how many distros were doing it, and if Ubuntu planned to or not.  It's an interesting concept, maybe not for everyone but it does seem to simplify things just a bit.20:41
davidmichaelkarrJordan_U: On the Win7 box, there is "Primary Sound Capture Driver" and "Microphone Array (VMWare..."20:42
k1lvfw: right now i am not aware of that plans for ubuntu.20:42
mcphailvfw: i cant see debian doing it, so would doubt ubuntu would do it20:42
vfwOk, fair enough...20:43
Jordan_Udavidmichaelkarr: And in the Ubuntu guest?20:45
mcphailvfw: http://termbin.com/ixlr is my old mediaserver box. No way I could mount everything on /20:47
michaeldexterAny Canonical folks around?20:55
k1lmichaeldexter: depends on the issue20:55
davidmichaelkarrJordan_U: One sec, checking.20:55
michaeldexterk1l: Official hardware compatibility.20:55
davidmichaelkarrJordan_U: Says "default: line:0".20:56
k1lmichaeldexter: you want your hardware to be certified?20:56
davidmichaelkarrJordan_U: And remember, audacity in ubuntu is working, it's just audacity in the Win7 guest that isn't working, but only when the hosting VM is 15 or 16.  It works when hosted from the 14 VM.20:57
michaeldexterk1l: Yes, insofar as Supermicro in general.20:57
Jordan_Udavidmichaelkarr: Ahh. I thouht that it was the guests that had different versions of Ubuntu, not the host.20:58
lisa_hi all people20:58
k1lmichaeldexter: http://partners.ubuntu.com/  it has got  a "become a partner"  contact fomular.20:58
pOYhey all, got the xps13 dev edition recently and i keep getting a popup on boot up saying that there is a problem but everything is fine, any ideas?20:58
ootaniおはよう20:58
michaeldexterThank you k1l20:59
davidmichaelkarrJordan_U: it's confusing. Hardware is CentOS7.2, running Ubuntu VMs 14, 15, 16, all running HVD.21:00
kalenpwpOY can you click more details and post what that says? I had the same issue and it was because I didn't have something installed for my iphone21:00
pOYkalenpw: hold on ill reboot to get the box up again21:01
Danielh90I would love to switch my computer to linux but I got to many programs  that I use on windows that I love.21:01
davidmichaelkarrJordan_U: Now I'm seeing something even stranger, outside of ubuntu land. Seems my CentOS laptop doesn't recognize the headset anymore.21:01
odroidhi guys21:02
k1lDanielh90: for some programs there are even native linux versions. or linux alternatives or you can see if they run in wine.21:02
=== jq- is now known as jq_
Danielh90Oh ok. I use Adobe products. Skype and load of other programs also I don't what to loose my windows 10 license key.21:03
=== jq_ is now known as jq-
pOYkalenpw: all it says is there is a system problem detected with a cancel and report button which freezes when pressed21:04
argon__Danielh90: Dual boot?21:04
Danielh90argon__, hmm maybe is that safe?21:04
Danielh90I may ask my dad if I can have is broken chromebook. and just flash ubuntu on there21:04
k1lthere is a linux version of skype. but microsoft lost interest in making that and since its closed source software there is no way anyone could make that situation better. except microsoft.21:04
argon__Danielh90: If its done right :)21:04
k1lDanielh90: making a dualboot is safe. you just need to be sure to make a proper resizing of the partitions.21:05
argon__Danielh90: If you just want to try ubuntu to see wether you like it or not, then you can run it in a virtual machine21:05
Danielh90argon__, Do you have any Dual boot system Tutorials you recommend? '21:05
bekks!dualboot | Danielh9021:05
ubottuDanielh90: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot21:05
k1lDanielh90: or make a live-usb-ubuntu and test that first21:05
pOY*system program problem detected21:06
argon__Danielh90: I would probably go with the one provided by Ubuntu documentation pages21:06
dciHi. I disabled my fastboot and secure boot on windows when dual booting ubuntu. Can i enable them back?21:06
k1lpOY: click on "more details" to see what exactly is having an issue21:06
argon__Danielh90: but a live boot like k1l recommended is probably your best option.21:07
pOYthere is no more details button, just a cancel and report button21:07
Danielh90argon__, ok I'm see if I can't buy my dad's old broken chrome that he still has. and see if that will work.21:07
dciHi. I disabled my fastboot and secure boot on windows when dual booting ubuntu. Can i enable them back?21:08
Danielh90I will just flash ubuntu os on the chromebook and remove chrome os21:08
MonkeyDustdci  what did the people in ##windows advice you?21:08
vfwmcphail: Very interesting layout.21:09
dciMonkeyDust : Havent asked them yet. This is my first channel. Sorry21:09
k1ldci: iirc turning that off and on after install will make that install not bootable.21:10
argon__Danielh90: good luck! If you run into any problems you can come back here and we can guide you in the right direction21:10
MonkeyDustdci  type /j ##windows, ask there21:10
dciOkay. Thanks.21:10
vfwmcphail: Very interesting layout. And you cann just pull the usbdisk and disable the computer, (no one else can use it). Right?21:11
svm_invictvsSo I've chrooted into a broken install, how do I get DNS to work inside the CHRoot?21:12
vfwmcphail: ... it could also be removable ssd21:12
vfwsvm_invictvs: dhclient21:13
mcphailvfw: if you wanted, I suppose21:13
svm_invictvsvfw lemee try that...21:13
Danielh90argon__, ok thank you. '21:13
vfwmcphail: or dhcpcd21:14
Danielh90the Dualboot scares me a little.21:14
tgm4883svm_invictvs: do you need local DNS resolution or internet?21:14
vfwsvm_invictvs: or dhcpcd21:14
vfwmcphail: Sorry, wrong nick21:14
svm_invictvshm21:14
k1lDanielh90: resize the windows partition (from inside windows), then create the new partitions, then install into that partitions.21:14
tgm4883Also, does it have an IP address?21:15
svm_invictvstgm4883 No, I just need to pull stuff from apt to unhork my install21:15
tgm4883svm_invictvs: ^21:15
svm_invictvstgm4883 I broked my kernel :(21:15
Danielh90k1l, Thank you I think I found a solution that I will trust.21:15
tgm4883svm_invictvs: wait, you're the guy in the live session from earlier right?21:15
svm_invictvsYeah21:15
vfwsvm_invictvs: You need internet, right?21:15
svm_invictvsI finally got that running21:15
svm_invictvsYes, I do21:15
tgm4883svm_invictvs: I would just add "nameserver 8.8.8.8" in /etc/resolv.conf21:16
vfwsvm_invictvs: echo nameserver 8.8.8.8 >> /etc/resolv.conf21:17
fbeisterHi all, just had a look at ubuntu-16.04-server-i386.iso with correctly verified MD5 sum - /install/vmlinuz is an empty file. As I am setting up a multiboot-server, this won't work I guess. Does anybody know whom to contact about this?21:17
svm_invictvs8.8.8.8?21:18
vfwsvm_invictvs: or 4.2.2.221:18
svm_invictvswut?21:18
tgm4883svm_invictvs: google's public dns server21:18
svm_invictvsWHat are those nameservers?21:18
svm_invictvsAhhhh21:18
svm_invictvsokay21:18
svm_invictvsvfw I was just going to copy my resolv.conf in but I dind'jt see it21:18
vfwsvm_invictvs: as the name implies they resolve names to addresses21:18
svm_invictvsyeah21:19
svm_invictvsI don't have an /etc/resolv.conf21:19
svm_invictvsI have /etc/resolvconf21:19
vfwsvm_invictvs: You will if you create it21:19
vfwsvm_invictvs: And if it exists, your system will use it21:19
auronandace!resolvconf | svm_invictvs21:19
ubottusvm_invictvs: resolvconf is a set of scripts that's used to manage /etc/resolv.conf in 12.04 and later, for more information please see: http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ and https://help.ubuntu.com/lts/serverguide/network-configuration.html#name-resolution21:19
Bashing-omsvm_invictvs: 'sudo mount --bind /run /mnt/run' Maybe: 'mount --bind /etc/resolv.conf /$CHROOT/run/resolvconf/resolv.conf'   else rebuild the CHange Root ' sudo mount /dev/sdXY /mnt - for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done - sudo chroot /mnt ' .21:19
tgm4883Bashing-om: that seems like overkill to me21:20
vfwsvm_invictvs: echo nameserver 8.8.8.8 > /etc/resolv.conf21:20
vfwsvm_invictvs: sudo echo nameserver 8.8.8.8 > /etc/resolv.conf21:20
svm_invictvsWhen I chroot I can't write to etc21:20
svm_invictvswtf21:20
tgm4883you should be able to21:21
Ben64what are you doing...?21:21
vfwsvm_invictvs: sudo21:21
svm_invictvsI'm root21:21
svm_invictvslrwxrwxrwx 1 root root 29 May 30  2014 resolv.conf -> ../run/resolvconf/resolv.conf21:21
svm_invictvsgrumble21:21
svm_invictvsokay21:21
Bashing-omtgm4883: Likely so . But depending on how the CHRoot was built ?21:21
tgm4883Bashing-om: true, but this should work from the live disk21:21
tgm4883I did this exact thing last weekend21:21
Ben64"sudo echo blah > output" doesn't write as root21:21
vfwBen64: Well, yes obviously not if you are root already21:22
svm_invictvsvfw Okay, looks like this server wasn't cleanly shutdown.  Maybe that's why it didn't come back up :S21:22
Ben64vfw: well if you're root it does21:22
vfwsvm_invictvs: Reboot and it should fsck it21:23
svm_invictvsYeah21:23
svm_invictvsvfw The kernel is hosed21:23
vfwBen64: Yea21:23
svm_invictvsCan't I fsck it from the livecd?21:23
vfwsvm_invictvs: Is it the only one you have?21:23
svm_invictvsonly one?21:23
svm_invictvsonly livecd?21:23
vfwsvm_invictvs: Yes, you can.  Unmount it first though.21:23
tgm4883vfw: you can't "sudo echo blah > file" as after the redirect it's not root anymore. I believe the correct way to do that would be 'echo blah | sudo tee file'21:24
svm_invictvsYEah21:24
vfwsvm_invictvs: Only kernel.21:24
svm_invictvsvfw Yeah, the only kernel.21:24
vfwtgm4883: oh ok21:24
SnowCrashUsing ssh with password authentication on an Ubuntu desktop to connect to a remote server (Debian) seems to be really slow. I only seem to have this issue on Ubuntu, is there any reason why?21:24
SnowCrashKey auth works instantaneously21:24
tgm4883granted, he was root anyway so it's moot in this case21:24
argon__goodnight, i'm going to bed21:24
vfwsvm_invictvs: Well, then you are stuck with the recovery options you are working with now.... So continue21:25
svm_invictvsvfw Yeah, basically /boot ran out of space and I used the tools to cleanup the /boot partition and I kind of forgot about it then there was a power outage and the UPS didn't keep it up long enough before I could get to it.21:25
svm_invictvsyeah21:25
vfwsvm_invictvs: You must have a very small partition for /boot21:25
svm_invictvsWhatever the default is21:26
svm_invictvsI just use the ubuntu default setup for 14.04 or whatever this was when I set it up21:26
effectneti need to figure out what partitions to put on my ssd 64g drive21:26
vfwsvm_invictvs: Back out of chroot, unmount the partition(s) and fsck -y it21:26
Ben64the default is not having a /boot21:26
vfwsvm_invictvs: You did *not* create a separate partition for /boot ?21:27
effectnetI am working on a computer.  it can no longer run win7 well, so it's gonna be ubuntu now :D21:28
vfweffectnet: Very good! ;)21:28
David-Aeffectnet: "it can no longer". has the computer changed, or did win7 change?21:29
Epx998Does anyone know what would cause / to report 100% - but after a reboot its at 36% ?21:29
svm_invictvsvfw Yeah, fsck came back clean.  So that's good.21:30
svm_invictvsvfw I've got that going for me.  Which is nice.21:30
k1lEpx998: maybe logfiles running full?21:30
effectnethmm well dunno but none of the browsers work good anymore anyway21:30
Ben64Epx998: open files that are deleted/changed21:30
tgm4883Epx998: could be lots of stuff21:30
effectneti'll use a browser on win7 for less than a full day now and have to close and reopen it and it's still slow21:30
Epx998Ben64: Is there a way to check, given what this server does thats a strong candidate.21:31
Ben64Epx998: lsof21:31
k1lEpx998: "ncdu"21:31
Epx998hmm return didnt look weird21:32
effectnethas only 4g memory in it and single memory transfer for some reason, so i had to put a ssd on it21:32
svm_invictvsalright,b ack in business.  thanks vfw21:32
Epx998so weird21:32
effectnetso also will just be better to pust ubuntu on this than win anymore21:33
=== zel is now known as Guest83322
effectneti could reinstall windows fresh, that would help21:35
Ben64effectnet: do you have an ubuntu support question?21:36
effectnetsomewhat, i am curious which partitions i should put on the ssd drive, it's 64g21:36
Ben64all you need is /21:37
davidmichaelkarrI just updated by 14.04 VM (VirtualBox), which I hadn't updated in quite a while.  It now creates a small desktop area, just takes up the center of the screen.  The fonts aren't smaller, it's just a narrow and shorter display area.21:37
effectnethmmm k21:37
fbeisterFYI: Just filed a bug at https://launchpad.net/~ubuntu-cdimage regarding the missing file in the ISO21:37
bekksdavidmichaelkarr: Reinstall the guest additions.21:38
=== caleb is now known as Guest17864
=== Boltermor is now known as Guest13746
ethern0they21:48
kisbhello ethern0t21:49
snapfractalpopaloha21:50
davidmichaelkarrbekks: Anything special to REinstall?21:50
davidmichaelkarrbekks: That is, do I just do the same thing that I did when I installed it the first time?21:52
Newtonianbquestion: I' m trying to install xdebug on ubuntu with php56. I've been trying "sudo yum install php-pecl-xdebug" but it gives me "Error: php56-common conflicts with php-common-5.3.29-1.8.amzn1.x86_64". Is there a different package I should be using?21:53
snapfractalpopNewtonianb: yum?21:53
snapfractalpopnot apt?21:53
David-Afedora?21:54
NewtonianbIt's an amazon AWS ec2 server, seems apt-get not installed.21:54
UmeaboyNewtonianb: Why are you using yum in Ubuntu?21:54
UmeaboyOK.21:54
UmeaboyHmmmmmmmmmmm.21:54
Ben64Newtonianb: seems it isn't ubuntu then21:54
svm_invictvsHow old is 14.04 LTS?21:54
svm_invictvsLIke 3 years old right?21:55
daxsvm_invictvs: ubuntu versions are year.month21:55
Ben64svm_invictvs: it's in the name. came out 04 201421:55
naccsvm_invictvs: it's in the name?21:55
svm_invictvs...oh21:55
svm_invictvslol21:55
dax:)21:55
Umeaboy:)21:55
NewtonianbAmazon Linux AMI release 2016.0321:55
svm_invictvs.... that...didn't occur to me21:55
Ben64Newtonianb: yep, not ubuntu21:55
svm_invictvs14.04 is supported right?21:55
k1lNewtonianb: ask the amazon support then. yum on ubuntu doesnt sound right.21:55
davidmichaelkarrbekks: Hmm, that's curious.  I had installed GA 5.x.17 a few weeks ago, and now the downloads page lists 5.x.16 as the latest.21:55
Ben64indeed, until 201921:55
Newtonianboh my bad21:55
svm_invictvs3 years right?21:55
svm_invictvsOkay21:55
Ben64521:55
snapfractalpopNewtonianb: that's probably not ubuntu then..21:55
Ben645 for lts, 9 months for others21:55
Ben645 years for lts*21:56
svm_invictvsSo I just reinstalled my kernel, everything else on this machine is fine.  Let's see if she boots21:56
nullbyte_how can i put right panel with apps to bottom in ubuntu 16.04 lts?21:56
bodomHi there! I have "zoomed" my desktop by mistake and now i do not know how to revert it, please help :D21:56
nullbyte_this is a new feature to ubuntu to 16.xx21:56
k1lnullbyte_: you mean the launcher on the left?21:56
nullbyte_yea launcher21:57
nullbyte_omg it is in left:)21:57
bekksdavidmichaelkarr: odd releases are development releases, even releases are production releases.21:57
k1lnullbyte_: http://ubuntuhandbook.org/index.php/2016/03/ubuntu-16-04-move-unity-launcher-to-bottom/21:57
Bashing-ombodom: Maybe alt+middle mouse scroll wheel ?21:58
NewtonianbAh dam ya Amazon Linux AMI is based on CentOS/RHEL thanks21:58
naccNewtonianb: reading the amazon faqs on that AMI image, it's quite clear it's not ubuntu (mentions EPEL, etc)21:58
bodomBashing-om: thanks you saved my eyes :D21:58
Newtonianbright, thanks sorry21:58
davidmichaelkarrbekks: Not sure how that's relevant.  I was on that page a few weeks ago, and the latest was 17, which I installed.  Today, at the same place on the page, the latest is 16.21:58
bekksdavidmichaelkarr: .17 was a development release, made publically available for testing.21:59
bekksAnd it was designated as such.21:59
Bashing-ombodom: :) A gold star for me ?? .. make up for the uh ohs this day .21:59
bekksdavidmichaelkarr: And the current release listed on that page is 5.0.2021:59
=== sparklyballs_2 is now known as Sparklyballs
davidmichaelkarrbekks: Interesting. It sure wasn't clear to me at the time that was a dev release.  Note that I'm not talking about the virtualbox release, but the GA release.22:00
bekksdavidmichaelkarr: https://www.virtualbox.org/ - "News Flash" box on the left.22:00
bekkserr, right.22:00
bekksdavidmichaelkarr: The Guest additions are released as part of the vbox release.22:00
nullbyte_thank you kil22:02
davidmichaelkarrbekks: Not sure what "part of" means.  The version numbers are obviously different.22:03
bodomBashing-om: hehehe sure, a gold star for you :D22:03
davidmichaelkarrbekks: In any case, rerunning the GA installer fixed that problem.22:04
naccdavidmichaelkarr: doesn't the sentence preceding that say to only use the 5.0.16 version of the guest additions if you have a bug with 5.0.20?22:04
svm_invictvsinitrd.img-3.13.0-86-generic22:05
svm_invictvsthat's the version right?22:05
svm_invictvs86, that's not an x86 kernel is it?22:05
k1lsvm_invictvs: thats the buildnumber22:05
svm_invictvsGot it22:05
svm_invictvssays I can't isntall a kernael because I don't have a PAE CPU?22:05
svm_invictvsWasn't PAE standard like...15 years ago?22:05
k1lsvm_invictvs: what cpu is it?22:06
svm_invictvsI dont' know, but I know it's a 64 bit CPU22:06
svm_invictvsIntel something or other22:06
naccsvm_invictvs: pastebin `cat /proc/cpuinfo`22:06
svm_invictvsoh derp22:06
k1lsvm_invictvs: "lscpu" will tell22:06
naccor --^22:06
svm_invictvsnacc was gonna do that, then I realized I forgot to mount proc in my chroot22:06
svm_invictvsderp22:06
naccthat'll probably fix it, as more than likely wahtever it was couldn't find the pae extension in /proc/cpuinfo (which lscpu uses, in addition to /sys/ iirc)22:07
bekksdavidmichaelkarr: vbox release 5.0.20 ships GA 5.0.2022:07
bekksdavidmichaelkarr: There is no need of downloading the GA separately.22:07
k1lyeah. a /proc/ could actually fix that already22:07
svm_invictvsflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts nopl pni dtes64 monitor ds_cpl est tm2 cid cx16 xtpr lahf_lm22:07
svm_invictvsYeah, doing that fixed it, haha22:07
naccsvm_invictvs: no need to paste long strings of your cpuinfo here :)22:08
davidmichaelkarrbekks: Really? So where do I find the GA .20 image?22:08
svm_invictvsOther than just installing my kernel, anythign else to fix a potentially hosed kernel?22:08
bekksdavidmichaelkarr: In the vbox package, on the official vbox site.22:08
k1lsvm_invictvs: "linux-generic" package will pull in the kernel and ehaders22:08
svm_invictvsalright22:09
=== ubuntu is now known as Guest1025
svm_invictvsYeah, I installed linux-generic says I've got the latest22:09
svm_invictvsupdate grub as well22:09
svm_invictvsLet's kick this pig, see if she'll chooch.22:09
naccdavidmichaelkarr: i believe it's packaged together is what bekks is saying. If you read the page, as I suggested, it only refers to the GA 5.0.16 *if* you have issues with 5.0.20 as a thing to try.22:10
=== bildramer1 is now known as bildramer
davidmichaelkarrnacc: I now see the thing about only using .16 if you have issues.  I never noticed that before.22:12
davidmichaelkarrbekks: I have vbox .20 installed, but where is the GA iso then?22:15
bekksdavidmichaelkarr: Just click on the "Install guest additions" menu entry, and it will be attached to the cdrom of your vm.22:16
bekksdavidmichaelkarr: ...as described in the vbox manual ;)22:16
virtuosojRunning Ubuntu main 16.04. I installed Ubuntu MATE desktop and uninstalled it--- however now the Ubuntu MATE logo appears when I start/turn off my computer.  How can I set it back to default logos?  Do I need to reinstall ubuntu-desktop?22:16
k1ldavidmichaelkarr: it should be included in the host install of vbox. see the menu from vbox22:17
svm_invictvsvfw tgm4883  et al22:17
svm_invictvsAPpreciate it22:17
svm_invictvsEverything came back up w/o any issues.  Now I learned a valuable lsesson on wh people run two LDAP servers when one fails.22:17
k1lvirtuosoj: sudo update-alternatives --config default.plymouth22:18
k1lvirtuosoj: after you changed it run "sudo update-initramfs -u"22:19
virtuosojk1l, thank you. any way you could give me a brief rundown of what that actually does?22:21
h4Pp1e5they guys22:22
k1lthe first one lets you choose which theme you want (you want the standard ubuntu one back instead of the mate one). the second command regenerates the initframfs image. which will make the change work.22:23
h4Pp1e5tHey22:25
k1lhi22:26
h4Pp1e5tanon?22:26
k1lnope. this is the technical ubuntu support22:27
h4Pp1e5tokk what channel shall i go to?22:27
squinty!alis22:28
ubottualis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu or /msg alis list http22:28
h4Pp1e5twhere do i find alis?22:28
davidmichaelkarrbekks: I assume you mean "Install Guest Additions CD Image..."?22:28
=== nuclearbob is now known as nuclearbob_afk
davidmichaelkarrbekks: That is, "Insert" instead of "Install".22:29
RabbitDanyone here a bit of an audio guru, as I have no sound on a machine that I cant get working on any OS (not an ubuntu issue)22:30
k1ldavidmichaelkarr: vbox got a mechanism in the host program: click on the menu and it "inserts" a cd with the proper guest additions to the guest OS with the proper guest additions.22:30
RabbitDactually I can get some sound on windows from it if I jiggle the volume slider... which isnt going to happen22:31
h4Pp1e5tcould it be hardware?22:31
RabbitDcould be22:31
h4Pp1e5tgive me a brief on your setup?22:31
RabbitDhttp://www.alsa-project.org/db/?f=c4a38093b935ef22cdc330ccbda1e1776eb367ea22:31
RabbitDnot very brief!22:32
RabbitD:-D22:32
h4Pp1e5thaha give me a sec, knew to using anon os22:32
RabbitDinstalled ubuntu so I could blame you guys ;-)22:33
h4Pp1e5tokk and a brief of your hardware?22:34
RabbitDas i say h4Pp1e5t its dual boot and on windows i get sound if i jiggle the volume control22:34
RabbitDhardware...  its using a Conextant Smart Audio card22:34
RabbitDConexant (pebble)22:35
RabbitDwhat else you wanna know?22:35
RabbitDI have the thing in front of me but it currently using Mint!   eeeek runs away!22:36
h4Pp1e5tokk, all i can think of is, corrupt driver - Maybe try updating all drivers or its the volume control+or speakers22:36
hasanhi22:36
RabbitDI've even rebuilt the driver, I thin k ebay is the best place for it22:37
k1lRabbitD: for mint issues please use the mint support. they run things differently22:37
h4Pp1e5thmmm, tricky situation. Btw anyone tell me where to find alis? i need help finding a channel22:38
k1lh4Pp1e5t: the bot gave you the exact commands:22:38
k1l!alis | h4Pp1e5t22:38
ubottuh4Pp1e5t: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu or /msg alis list http22:38
bazhang /msg alis list channel   h4Pp1e5t22:38
RabbitDit had a BSOD under windows once and after that... only the jiggle technique worked < if thats working!22:38
RabbitDwell I could reboot into ubuntu if that would make you happier :)22:38
bazhangh4Pp1e5t, anon OS is not supported here22:39
davidmichaelkarrOk, got it now. I still have my microphone problem in the HVD on 16 (not 14), but at least I'm up to date on GA.22:39
bekksdavidmichaelkarr: yes.22:39
RabbitDSo should I continue my "given up" thing with this sound?22:40
thonI'm having an issue getting Clex (unable to read keyboard input) to work on Ubuntu 16.04. Can anyone give me some input?22:41
k1ldidnt you confirm that its a hardware failure?22:41
RabbitDI think Dell gave up and its a Dell... so would be a bad idea...22:42
RabbitD*wouldnt22:42
RabbitDk1l: I dont really know22:42
RabbitDI would concur its a hardware error but I can get sound from the thing... so that confused me somewhat22:43
=== zel is now known as Guest74612
RabbitDsee if I couldnt get any sound ever then Id be happy to give up completely, but the fact that there are signs of life give me hope, even it thats false hope22:45
RabbitDI admit this isnt an ubuntu issue22:45
RabbitDjust looking for some angles really22:46
RabbitDor is it angels :)22:46
mikeymopAnyone experienced with qemu in here?22:49
Jordan_Umikeymop: Please simply ask your actual question. If anyone thinks they can help then they will.22:50
mikeymopI compiled qemu2.6 from source. However now it fails to create qcow2 images. I want to know any common issues I should look for22:51
Jordan_Umikeymop: Why did you compile from source?22:51
mikeymopIt failed when using virt-manager and when I try via terminal it throws an error that it doesnt see the "G" to specify 20G22:52
mikeymopI want to benchmark the Virgil renderer on OpenGL22:52
Jordan_Umikeymop: Please pastebin the exact command you're running that fails, and its complete output.22:53
=== murfjr is now known as ayy_lmao
=== ayy_lmao is now known as ayy_lmao123
borisetoA question, are all the unity 7 lenses discontinued?22:56
thonany chance anyone has any clue as to why I can't get clex working on ubuntu?22:59
reisioclex?23:00
=== uatec_ is now known as Uatec
reisiofrom creduce?23:00
mikeymophttps://www.irccloud.com/pastebin/ly1Sqq7m23:00
thonyeah, its a default package in 16.0423:01
thonits something of a fm ui for bash23:01
mikeymopJordan_U: I tried with sudo as well just as a shot in the dark23:02
bprompt_thon:    did it install?23:02
reisiomikeymop: you haven't put -f before qcow223:02
reisiomikeymop: so it actually thinks 'qcow2' is your filename, and the filename you're trying to use is the size, and 20gb is extraneous23:02
reisioq != f23:03
mikeymopWhen I used -f it asked for -q23:03
thonit spits out the following error:  clex Starting CLEX 3.15 Terminating CLEX: Cannot read the keyboard input23:03
reisiomikeymop: I doubt that23:03
thonit installs, but thats it23:03
reisiobut q is not equal to f regardless23:03
reisiothon: yes from creduce?23:03
thonhuh?23:04
doomlordif i have an install where i get a graphical login (xubuntu) , a guest session works, but a specific user doesn't - can I fix this by changing something like xinitrc23:04
doomlordthis has all broken after i did an upgrade23:04
bprompt_thon:    so... how do you run it?23:04
mikeymopYou're right, the tutorial I followed earlier used -r23:04
doomlordi can ssh into the mahcine in question23:04
thonI'm not sure the question... reisio23:04
thonI apt installed it, then ran clex from a terminal23:05
mikeymopI'll have to drop in later when I'm not over SSH to see why virt-manager fails.23:05
reisiothon: installed what, 'apt-get install clex'?23:05
thonyes23:05
mikeymopreisio: do you know where they are stored? It's not in my working dir23:06
reisiomikeymop: they what?23:06
mikeymopThe qcow2 that I created with that command23:08
reisioif you do ' foo ', it's in the current working directory, at 'foo'23:08
mikeymopI executed it from ~/ so I'm poking around in /etc looking for it23:08
reisioaka ./foo23:08
Bashing-omdoomlord: Login on the user account that the GUI fails, run terminal command ' ls -al /home/<user_name> ' do "you" or root own the .Xauthority and .ICEauthority files ?23:08
reisiothen it'd be at ~/foo23:09
mikeymopOk ty23:09
doomlordi'll try, thanks23:09
thonso any input23:10
doomlordroot owns '.Xauthority23:10
doomlordroot owns .Xauthority & .ICEauthority23:11
doomlordok i read that i need to own that so , i guess i can fix that23:12
Bashing-omdoomlord: ' sudo chown USERNAME:USERNAME .Xauthority ; sudo chown USERNAME:USERNAME .ICEauthority ' where USERNAME is the login ID .23:12
Jordan_U!gksudo | doomlord23:13
ubottudoomlord: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)23:13
doomlordBashing-om thanks , that works now23:14
AnimaHello23:15
AnimaIs it worth updating to the latest LTS?23:16
Anima14.04 was aight23:16
nacc!ltsupgrade | Anima23:16
ubottuAnima: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st.23:16
Bashing-omdoomlord: :) Great .. nother gfold star for me, to make amends for my uh Ohs ! See Jordan_U -> ubottu for the most likely reason why .23:16
ydabba11hi. my laptop screen is broken but i have is an external monitor. is there a way to display grub on my external monitor? i can't get bios up on the external23:16
=== u is now known as Guest25451
RabbitDyes there is a way to get grub on your other monitor ydabba1123:19
RabbitDcant remember how right now though23:19
ydabba11hmm ok RabbitD . please let me know if you remember23:19
ydabba11RabbitD, i tried this: https://askubuntu.com/questions/712111/forcing-grub-menu-to-external-monitor-connected-to-laptop-via-hdmi-vga23:20
elementaruhello23:27
reisio'lo23:27
elementarucan I post an url with printscreen here/23:27
Bashing-omelementaru: If it  pertains to an ubuntu issue, yes .23:33
thonI'm having an issue getting Clex (unable to read keyboard input) to work on Ubuntu 16.04. Can anyone give me some input?23:34
elementaruBashing-om, nah just some cat pictures23:34
elementaruhttp://picturehost.eu/uploads/1759f978a9e5a142013fdff7dab52d36_Screenshot%20from%202016-05-19%2002:21:47.png23:35
elementaruI get this when I do apt-get upgrade23:35
naccthon: just spun up a container and see the same ...23:36
naccthon: let me debug23:36
thonif I try to build it from source, I get "error: CLEX requires CURSES library with a wide character support"23:37
naccthon: this is basically unmaintained in debian, fwiw (last updated in 2006?)23:38
naccthon: just an fyi, really23:38
thonright, but it still worked just a bit ago23:39
thonI had it work in Debian 823:39
thonalso23:39
thonit was last updated in aug 201323:39
Bashing-omelementaru: I do not know what to make of it .23:39
naccthon: upstream, sure, but not in debian or ubuntu23:40
thonright, but I was building from source23:40
naccthon: ok, so you are missing some dependency, probably ncurses-dev?23:40
thonI installed those23:40
bekksthon: sounds like you have to build CURSES from source, as well.23:41
bekksthon: Can you pastebin your configure log?23:41
naccthon: or maybe libncurses5w-dev23:41
naccerr libncursesw5-dev23:41
naccroughly the first hit on google for that error, fwiw :)23:42
thonI've got that installed23:42
elementaruBashing-om, well me neither23:42
thonbut i still get the CURSES error when I run .configure23:42
thon*./configure23:42
elementaruI try to do apt-get upgrade, i get these strange messages, and nothing gets upgraded23:43
naccthon: you're sure you install -dev, not the lib package?23:43
bekksthon: Can you pastebin your configure log?23:43
thonhang on23:43
docmurI want to make ssh sessions auto kill after 5 minutes of no activity. I tried setting ClientAliveInterval 300 and ServerAliveInterval 15 but if I login to one of my servers, just leave it and don't do anything, even after a hour, nothing happens23:43
bekksdocmur: What is the reason for killing ssh sessions?23:44
docmurIncase they get left open23:44
bekksdocmur: And why is that causing issues?23:44
docmurSeveral people use the servers and I don't want one of them leaving a session open23:44
docmurit's a security issue23:44
bekksIt isnt, actually.23:44
nacchow is that a security issue? are they not in control of their end of the session?23:44
docmurSure it is, if they login to th server, leave the computer, forget they even logged in, then someone sits down and has an open terminal ... that's pretty dangerous23:45
reisioit's... the exact same reason X is locked after an idle period23:45
bekksUnless your client closes the ssh session by intent, you can assume the client still uses it.23:45
BookSearch@search of a new name23:45
bekksreisio: With the difference that the ssh session isnt publically accessible - under normal circumstances.23:46
reisioyou can assume lots of things, if you reduce your paranoia :p23:46
bekksreisio: :D23:46
reisiobekks: it's different, but the same :p23:46
thonso i restarted my system23:46
thonit built from source23:46
naccelementaru: so you run `apt-get update; apt-get upgrade` and you get the latest uploads? can you run those commands and pastebin the output?23:46
reisioanyone sane would approach such a configuration by regularly telling their session to pretend like they aren't idle :p23:46
reisiothere's no substitute for informed users23:46
thonbut I still get "Terminating CLEX: Cannot read the keyboard input"23:46
mattfly_helo23:47
reisiothon: some reason you're compiling instead of installing a binary?23:47
mattfly_ppl23:47
reisiomattfly_: 'lo23:47
bekksthon: When will you pastebin your configure log?23:47
naccthon: looking at strace, it seems like clex is doing something wrong with the tty and erroring out23:47
mattfly_whatssup reisio?23:47
* reisio sighs23:47
naccthon: so you cn file a bug, but given upstream doesn't work, it seems unlikely to get fixed23:47
reisiobusy busy23:47
thonwell after i restarted, the configure log didn't throw the curses error23:47
thonwhich is weird23:47
thonit went through23:48
mattfly_ppl, what should i do to talk in the #hardware room?23:48
thonso I did make and make instsall23:48
naccthon: might have need to update the ld paths, etc23:48
bekksthon: So will you pastebin an error log at all?23:48
thonwell, I don't have the error anymore23:48
naccbekks: i reproduced the ubuntu version throwing hte same error in a lxc container23:48
thonand I can't reproduce the error bekks23:48
naccthon: you can't reprocue the *build* error, you mean23:49
thonthe ./configure error23:49
mattfly_i can't join but it says that i cannot send messages to the room23:49
mattfly_how to register out there?23:49
naccthon: it seems like a bug in clex, you are best off contacting that project, i'd say23:50
bekksmattfly_: Register your nickname.23:50
bekksmattfly_: /msg nickserv help register23:50
thon*sigh*23:50
naccthon: you could also file an ubuntu bug, if you want, but like i said, it seems unlikely to get fixed unless the upstream folks are able to fix it (if i had to guess)23:50
mattfly_i did it bekks23:51
thonyeah, the version in Ubuntu and the upstream version are both throwing the same error23:51
SchrodingersScatdocmur: looks like you could use netstat to determine which connections are ssh, then script it so that that pid gets fed into ps to get the time.23:51
docmurYa looking like I might have to do something like that cause nothing else is working :S,  The other users don't need to be on a server for more than that with a seriously good reason, one which I'd know of in the first place23:52
bekksSchrodingersScat: Basically there is no reason for killing a running ssh session.23:52
aroonianyone got a twitter client to recommend for ubuntu 14.04 ?  id like something that could take over fullscreen23:52
bekksSchrodingersScat: Since you cant distinguish wether it is idle or in use.23:52
SchrodingersScatbekks: I use mosh to get superior connectivity23:52
bekksSchrodingersScat: The original problem is totally different from using mosh.23:52
bekksarooni: the browser of your choice.23:53
aroonii kind of hate twitter as a twitter client23:53
SchrodingersScatbekks: what problem? docmur's?  I agree. I'm in the camp of never killing ssh, I'll die before my sessions do ;(23:53
bekksSchrodingersScat: Yeah.23:53
GalaxyLJGDHello23:54
SchrodingersScatin fact...I use mosh because I have the opposite problem, keep getting disconnects. but this question is done23:55
GalaxyLJGDHi Scat23:55
elementarunacc, yes, as I understand it's because linux-generic been kept back I got those errors, doing dist-upgrade now, so far so good23:55
SchrodingersScatGalaxyLJGD: howdy23:56
docmurmy problem is that I've had two idiots keep terminal open on computers, when they didn't have to be connected for more then 10 minutes to carry out the job in the first place.23:56
bekksdocmur: There is no need of killing ssh sessions. Either they are in use or they will timeout. Given a ssh client using KeepAlive, they will never timeout.23:56
bekksdocmur: See above.23:56
ciphermanHi23:57
bekksdocmur: And basically there is nothing you can do about it, rather than killing your ssh session every 5 minutes.23:57
naccthon: fwiw, the src for that exit code implies it's doing some tight loop trying to read any input from the user (although it doesn't wait for anything or prompt you) ... you culd probably add debugging to the source to figure out what's going on. Could be a curses compat change23:57
docmurNot literally 5 minutes, but X minutes, I might set it to like 20 minutes, which is long enough for any job that needs to be completely on those exact servers.23:57
mrrtrumpI set date and it keeps going back an hour23:58
mrrtrumpwhats up with that23:58
bekksdocmur: See above.23:58
thonI'll do that nacc23:58
bekksdocmur: Fix your client's ssh clients.23:58
Bashing-ommrrtrump: Dual booting Windows ? And Windows controls the hardware clock ?23:59

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