/srv/irclogs.ubuntu.com/2018/08/07/#ubuntu.txt

Kingpatzerabort00:00
Kingpatzerabort00:00
AlexMaxSynaptic is still the most common GUI tool for installing packages on Ubuntu these days, right?00:10
lilkuz2005hello all, i have an issue with a graphics driver, im using nvidia's non-free driver, its working, in the nvidia x server settings under GPU 0 it shows my bus type as being gen3 16x, but under the powermizer section its showing the current PCIe link width as x4, is this normal ?00:11
AlexMaxSoftware & Updates has trouble with slightly obscure stuff00:11
lilkuz2005https://imgur.com/a/VoxLfiB00:11
pragmaticenigmaAlexMax: are you experiencing an issue what we might be able to help with?00:12
masaki@AlexMax, There's the snap store too which might be gaining popularity.00:13
pragmaticenigmamasaki: that's not what their asking00:13
=== Rootyjr is now known as boogle
pragmaticenigma*they're00:13
AlexMaxpragmaticenigma: not paritcular00:13
=== boogle is now known as Rootyjr
AlexMaxI haven't used Desktop Ubuntu in anger since 8.1000:13
masakipragmaticenigma, my mistake00:14
AlexMaxIs this channel only for issues?00:14
AlexMaxand more social and fuzzy questions go elsewhere?00:14
pragmaticenigmaAlexMax: Synaptic is still available and is used by some of the Ubuntu flavors. The desktop environments have been building their own using standardized hooks that give a native interface to the aptitude ecosystem00:14
pragmaticenigmaSocial and fuzzy questions typically go in #ubuntu-offtopic, or #ubuntu-discuss00:15
lilkuz2005yeah i use apt more then any software center or synaptic, i know they do the same thing, its just quicker to type what i want00:15
pragmaticenigmaAlexMax: Define slightly obscure stuff? The official ubuntu package repos only contain stable and tested packages. there shouldn't be any issues with packages provided officially00:16
lilkuz2005im really unsure if my bus speed issue is causing performance issues with my gpu00:16
TJ-Well, there are 78,645 packages in 18.04, so it's no surprise the GUI struggles :)00:17
pragmaticenigmalilkuz2005: Do you know what the PCIe slot is rated for?00:18
AlexMaxpragmaticenigma: Well, for example, I want to install the SDL2 development library00:18
AlexMaxWhich should be sdl2-dev00:18
AlexMaxwhich is in universe00:19
TJ-!info libsdl2-dev00:19
ubottulibsdl2-dev (source: libsdl2): Simple DirectMedia Layer development files. In component universe, is optional. Version 2.0.8+dfsg1-1ubuntu1.18.04.1 (bionic), package size 688 kB, installed size 3848 kB00:19
lilkuz2005pragmaticenigma, yeah i sure do, the top PCIe slot is 16x, the bottom is 4x, i only have the gpu installed so nothing is sharing the pcie lanes00:19
lilkuz2005pragmaticenigma, https://imgur.com/a/VoxLfiB thats 2 pics of the nvidia control panel showing what im talking about00:20
AlexMaxBut if I put sdl2 or something like that into the "Ubuntu Software" app, I get nothing00:21
AlexMaxwhich is why I wanted to install synaptic in the first place00:21
TJ-AlexMax: CLI using "apt-cache search ..." or "apt-cache search -n ..." (searches names only)00:21
AlexMaxand I just wanted to make sure that's still the best GUI tool to use00:21
lilkuz2005AlexMax, open terminal and type sudo apt search sdl200:21
TJ-AlexMax: the GUI is more aimed at locating executable applications rather then development libraries and source headers00:22
AlexMaxTJ-: Exactly, which is why I was asking if Synaptic was still the best and most up to date GUI tool for installing arbitrary packages00:23
AlexMaxI usually lean on aptitude in my debian, terminal-only VPS's00:23
TJ-AlexMax: I've not used that in over 10 years :)00:23
AlexMaxDamg, it's that out of date?00:23
TJ-AlexMax: no, I've just become wedded to core command-line tools00:24
AlexMaxeh, sometimes I just wanna....browse :P00:24
oerheks!info synaptic00:26
ubottusynaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.84.3ubuntu1 (bionic), package size 624 kB, installed size 3276 kB00:26
oerhekssynaptic is fine00:26
pragmaticenigmalilkuz2005: it is possible that without anything demanding higher throughput it is throttling it self down00:28
lilkuz2005pragmaticenigma,  thanks for looking into it for me, i have the witcher 2 running via steam right now with high settings 1080p00:29
qwebirc36342hi, i deleted all the kernels on my system, apart from one, which i think is not finished with install process, i am now looking and trying guidelines to resolve this issue, but am getting stuck, anyone who might hekp me?00:32
qwebirc36342ups, help me00:32
TJ-qwebirc36342: deleted the files from /boot/ directory, or removed the linux-image* packages?00:34
qwebirc36342tryed to empty out space in /boot and then i removed all but latest kernel number, not thinking that i did so, because there was no space to finish install of kernel00:35
qwebirc36342found this now. would that work, i am on a live system on the same machine00:36
qwebirc36342https://askubuntu.com/questions/700214/how-do-i-install-an-old-kernel00:36
TJ-qwebirc36342: if you only deleted the files you only need to "apt install --reinstall linux-image-$VERSION" for each missing kernel00:37
TJ-qwebirc36342: you can get a list of the installed kernel image packages with " apt list --installed linux-image* 2>/dev/null | cut -d/ -f 1 | tail -n +2 "00:37
qwebirc36342so i have my boot partition mounted, i cd to it and run the command?00:38
TJ-qwebirc36342: no, you need to run that after chroot-ing into the root file-system00:39
qwebirc36342how do i chroot?00:39
TJ-!chroot00:39
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot00:39
qwebirc36342ubuntu@ubuntu:~$ !chroot bash: !chroot: event not found00:40
qwebirc36342TJ maybe i need some packages in a live system to chroot?00:44
TJ-qwebirc36342: "!chroot" is invalid; the "!" is not required, that's a bash internal construction00:46
qwebirc36342so chroot says its missing operand00:48
qwebirc36342i feel like such a newb/dork00:48
TJ-qwebirc36342: yes. First you need to mount the root-filesystem to some directory mountpoint, then "sudo chroot /path/to/mountpoint"00:49
qwebirc36342eg. my /boot00:49
TJ-qwebirc36342: e.g. "sudo mkdir /target; sudo mount /dev/sdX0 /target; for n in proc sys dev dev/pts run etc/resolv.conf; do sudo mount --bind /$n /target/$n; done; sudo chroot /target"00:50
TJ-qwebirc36342: once inside the chroot do "mount -a" and that'll automount all the entries in /etc/fstab that should be mounted - such as /boot/00:50
TJ-qwebirc36342: until you type "exit" you're 'root' user in the installed root file-system, not the Live USB00:51
designbybeckI had a main system SSD and a 2nd HDD for my Home folder. I cleaned off my SSD and did a clean install of Ubuntu 18.04 on it. Is there a way to still unencrypt my HDD so I can access those files?00:52
qwebirc36342feels like i am getting closer, but still something is wrong, i changed the device name to fit, but otherwise copied your code, which i failed to fully undertsand..and got this output>00:53
qwebirc36342ubuntu@ubuntu:~$ sudo mkdir /target; sudo mount /dev/sda1 /target; for n in proc sys dev dev/pts run etc/resolv.conf; do sudo mount --bind /$n /target/$n; done; sudo chroot /target mount: mount point /target/proc does not exist mount: mount point /target/sys does not exist mount: mount point /target/dev does not exist mount: mount point /target/dev/pts does not exist mount: mount point /target/run does not exist mount: mount poi00:53
TJ-designbybeck: encrypted home directory?00:53
TJ-qwebirc36342: your /dev/sda1 is NOT the root file-system, since it doesn't contain the correct directories00:54
designbybeckTJ-, yeah the setup I had before with 16.04, I set it up with encrypted home dir on the HDD00:54
TJ-designbybeck: so, in your new OS root-fs, in its /etc/fstab, you've an entry pointing to the 2nd hard drive mouted to /home/ ?00:55
elim_garakwhat is the suggested way that I can updated from Ubuntu 17.04 to whatever the lastest and greatest is ?00:55
designbybeckTJ-, well when I did this clean install, I unhooked all the other drives just to be safe00:55
TJ-designbybeck: did you install the "ecprytfs-utils" package ?00:56
designbybeckhmmmm not sure TJ- how do I find out00:56
TJ-designbybeck: if you installed that package, then at log-in time pam_ecryptfs will be triggered to unlock the user's home directory00:56
TJ-designbybeck: "apt list ecryptfs-utils" --- it should say "installed"00:57
TJ-designbybeck: if not then "sudo apt install ecryptfs-utils"00:57
designbybeckI can see the drive now and it has a readme.txt file but say /usr/share/ecryptfs-utiles/ecryptfs-mount-private.txt doesn't exist TJ- s00:57
TJ-designbybeck: right, so you've not installed this package. Do it and it'll all work (if the /home/ directory is mounted from the 2nd disk drive)00:58
designbybeckTJ-, ecryptfs-utils/bionic 111-0ubuntu5 amd6400:58
designbybeckah, Yeah when I boot I do have the full disk encryption and can get on to the system, just not this second drive00:58
designbybeckso I can just do a sudo apt install ecryptfs-utils TJ- ?00:59
elim_garakis there any good way for me to update form ubuntu 17.04 to the lastest version?00:59
designbybeckelim_garak, I think you have to go to 17.10 first00:59
elim_garakdesignbybeck: when i try to update it says no way, not supported01:00
elim_garakdesignbybeck: either by command line or the update tool01:00
Meadnot for cardasian spys01:00
elim_garakim just a tailor01:00
elim_garakand a rather good one01:00
Meadyou are no more a tailer than I am a irc user01:01
Meadwell that failed01:01
FortunateSonAll: I have a 5 identical servers all running the latest version of 16.04 where the Intel NIC I am using randomly disappears after 16-48 hours of uptime.  I can't seem to find anything in the logs but I may be looking in the wrong place.  All I have been able to find is a couple lines reported by dmesg and all they say is "adapter removed" ... I promise it's still there ... any idea where I can look further to see if I can find01:01
FortunateSonout what is causing this issue?01:01
elim_garakim afraid the option is going to be for me to install fresh01:02
qwebirc36342sorry for being stupid here TJ i can see you are a busy man, but how do i found my root system01:03
TJ-designbybeck: did that fix it? my tablet went to sleep!01:07
qwebirc36342 sorry for being stupid here TJ i can see you are a busy man, but how do i found my root system01:09
TJ-qwebirc36342: if you've found the /boot/ file system, you should be able to get it from the kernel options in the /boot/grub/grub.cfg file01:10
qwebirc36342okay i am looking in the file, and i see it refers to the internal ssd disc, there is 3 partitions on this disc i can see from running parted -l01:14
qwebirc36342i see it named hd001:14
Nevolution21Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake01:14
qwebirc36342or should i look for the uuid01:15
TJ-qwebirc36342: e.g. if the boot file-system is /dev/sda1, then you've done "sudo mkdir /boot; sudo mount /dev/sda1 /boot" you can search using "grep -o 'linux.*root=[^ ]*' /boot/grub/grub.cfg"01:15
qwebirc36342what i did so far was to boot a live usb, and then i mounted /dev/sda1 to /mnt/sda1 that i created in the live system, sda1 is my boot partition on the broken system,01:18
=== capella|away is now known as capella
TJ-qwebirc36342: use "grep -o 'linux.*root=[^ ]*' /mnt/sda1/grub/grub.cfg"01:19
TJ-qwebirc36342: if that gives you results, and the root= is a UUID, then do "sudo blkid" to match that to the correct partition01:20
qwebirc36342i do get a long list01:21
qwebirc36342entries like> linux/vmlinuz-4.4.0-128-generic root=/dev/mapper/ubuntu--vg-root01:21
TJ-qwebirc36342: i'd expect all the root= entries to be then same01:21
TJ-right so it's an LVM volume, not a raw partition01:21
qwebirc36342yes, that seems true01:22
TJ-qwebirc36342: so now find out where that lives with "sudo pvscan"01:22
TJ-qwebirc36342: you'll get something like "PV /dev/sdXY ..."01:23
TJ-qwebirc36342: at this point you may only need to do "sudo vgchange -ay" to create the device-mapper node /dev/mapper/ubuntu--vg-root01:25
Thanosbest ubuntu book or website for "full course" style introduction/learning?01:26
qwebirc36342sudo pvscan   No matching physical volumes found01:27
qwebirc36342sorry i think i missed the sudo blkid01:28
TJ-qwebirc36342: hmmm, pvscan should search all devices for it01:28
qwebirc36342 sudo blkid /dev/sda1: UUID="69d2df4e-74b0-42a8-9d9c-61da5438d55b" TYPE="ext2" PARTUUID="d9a34f73-01" /dev/loop0: TYPE="squashfs" /dev/sda5: UUID="1d0725f3-f39a-436f-8a46-0368e4ac572c" TYPE="crypto_LUKS" PARTUUID="d9a34f73-05" /dev/sdb1: UUID="2017-08-01-11-51-33-00" LABEL="Ubuntu 16.04.3 LTS amd64" TYPE="iso9660" PTUUID="0d66cd15" PTTYPE="dos" PARTUUID="0d66cd15-01" /dev/sdb2: SEC_TYPE="msdos" UUID="398E-230F" TYPE="vfat" PARTU01:29
TJ-qwebirc36342: oh, sda5 type crypto_LUKS ... you used full disk encryption?01:30
qwebirc36342yes, actually, i did not, its my fathers machine, he did01:30
qwebirc36342but full disc, i thought only the home drive01:31
TJ-qwebirc36342: right, but it has FDE so we have to install tools and open that first!01:31
qwebirc36342so no really sure if it is on the entire disc, i can mount the boot folder, so that is not at least01:31
TJ-qwebirc36342: looks like it might be FDE for the OS, and in addition user home directory encryption for /home/$USER/01:31
TJ-qwebirc36342: so, install the tools first: "sudo apt install cryptsetup"01:31
qwebirc36342should already be installed i am told01:32
TJ-qwebirc36342: that's good :) so let's try opening it. I hope you know the passphrase!01:33
qwebirc36342I Do!01:33
TJ-qwebirc36342: "sudo cryptsetup open --type=luks /dev/sda5 sda5_crypt"01:33
TJ-qwebirc36342: it might not like the "=" symbol, so replace that with a spac01:33
TJ-qwebirc36342: "sudo cryptsetup open --type luks /dev/sda5 sda5_crypt"01:34
qwebirc36342yup01:34
TJ-qwebirc36342: did that open it?01:34
TJ-qwebirc36342: you can check with "ls /dev/mapper" -- should see a sda5_crypt listed01:35
qwebirc36342well it did something..01:35
=== i00nsu is now known as Guest40202
qwebirc36342i can now see it listed in nautilus, but clicking it gives me Error mounting /dev/sdb1 at /media/ubuntu/Ubuntu 16.04.3 LTS amd64: Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,iocharset=utf8,mode=0400,dmode=0500" "/dev/sdb1" "/media/ubuntu/Ubuntu 16.04.3 LTS amd64"' exited with non-zero exit status 32: mount: /dev/sdb1 is already mounted or /media/ubuntu/Ubuntu 16.04.3 LTS amd64 busy01:35
TJ-qwebirc36342: and if you're very luck, udev should have found the LVM too and added ubuntu--vg-root01:35
TJ-qwebirc36342: don't use GUI! stick with the shell01:35
qwebirc36342ubuntu@ubuntu:~$ ls /dev/mapper control  sda5_crypt  ubuntu--vg-root  ubuntu--vg-swap_101:36
TJ-qwebirc36342: Yay, well done!01:36
TJ-qwebirc36342: right, lets get things fixed. first clean up: "sudo umount /mnt/sda1"01:36
qwebirc36342i just dont really know commands very well, so i have trouble working around in the shell alone, but am happy all the advise you are giving me01:37
TJ-qwebirc36342: now "sudo mkdir -p /target; sudo  mount /dev/mapper/ubuntu--vg-root /target; for n in proc sys dev dev/pts run etc/resolv.conf; do sudo mount --bind /$n /target/$n; done"01:38
GoopI want to install Ubuntu Desktop LTS 16.04 using an automated script that runs on a Ubuntu Live Disk.01:38
TJ-qwebirc36342: at this point, if you got no errors, it should be ready to chroot :)01:38
TJ-!kickstart | Goop01:38
ubottuGoop: Ways to automate installation of Ubuntu on multiple machines are described at https://help.ubuntu.com/14.04/installation-guide/amd64/apb.html - See also !cloning01:38
qwebirc36342no errors01:40
qwebirc36342okay, i have to see if i can find my way thru the backlog, to the chroot commands..01:40
TJ-qwebirc36342: fab... now do "sudo chroot /target" and you're into the root FS01:40
TJ-qwebirc36342: you should see the shell prompt change to a # instead of a $01:40
GoopI haven't done professional I.T. before, but how do you create one physical image of something and the same thing on like 20 other computers?01:40
qwebirc36342indeed01:40
TJ-qwebirc36342: if so, do "mount -a" and it should read the /etc/fstab and mout /boot as well01:40
TJ-qwebirc36342: then do "ls -latr /boot/ and you should see the boot file-system content01:41
TJ-Goop: I just pointed you to the kickstart links01:41
qwebirc36342root@ubuntu:/# ls -latr /boot/ total 12826 -rw-r--r--  1 root root  184840 Jan 28  2016 memtest86+_multiboot.bin -rw-r--r--  1 root root  184380 Jan 28  2016 memtest86+.elf -rw-r--r--  1 root root  182704 Jan 28  2016 memtest86+.bin drwx------  2 root root   12288 Jul 27  2017 lost+found -rw-------  1 root root 7156160 Jun 14 15:24 vmlinuz-4.4.0-130-generic -rw-------  1 root root 3900257 Jun 14 15:24 System.map-4.4.0-130-generi01:41
wudo_honourhi , I wanan crack the  /etc/shadow file, what tools  should I choose ?01:42
TJ-qwebirc36342: OK, no need to paste in here - use a pastebin if needed, but you're there so lets get sorted out.01:42
qwebirc36342sorry01:42
qwebirc36342thanks01:42
TJ-qwebirc36342: first, check the chroot has network connectivity ... "ping paste.ubuntu.com"01:42
xniteMy Ubuntu server keeps trying to upgrade over ipv6 but it doesn't have ipv6 so it's failing to connect. how 2 force ipv4?01:42
TJ-!ipv6 | xnite01:43
ubottuxnite: For an introduction to IPv6 and information on tunneling IPv6 through IPv4 connections, see https://wiki.ubuntu.com/IPv6 | To disable IPv6 see https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv401:43
qwebirc36342there is connection, how do i stop the ping?01:43
TJ-qwebirc36342: Ctrl+C01:43
qwebirc3634205 LOSS01:43
TJ-qwebirc36342: so now ensure the tool is installed : "apt install pastebinit"01:43
qwebirc363420 PERCENT LOSS01:44
TJ-qwebirc36342: at this point you can easily paste info that I can see using this tool01:44
darwin_hello01:45
WoCFor those who used to make use of pine, is alpine a worthy replacement ?01:45
darwin_anyone here?01:45
qwebirc36342okay01:46
WoCaye, howdy darwin_01:46
TJ-qwebirc36342: show me "pastebinit <( lsb_release -a; apt list --installed linux-image*; ls -latr /boot/ )"01:46
TJ-WoC: alpine seemed reasonable the little I used it01:46
WoCty tj01:47
qwebirc36342http://paste.ubuntu.com/p/mRwhBgx6xq/01:47
TJ-qwebirc36342: now we're rolling :)01:47
qwebirc36342i feel it to01:47
qwebirc36342damn your good01:47
TJ-qwebirc36342: hmmm, I don't see anything obviously wrong there. When the system boots where does it get stuck? what do you see?01:49
illuminatedwhat does 'installed, automatic' mean... or 'installed, auto-removable'?01:49
TJ-qwebirc36342: give me a few mins, I need to get a drink! it's almost 3am here01:49
TJ-illuminated: installed, automatic means the package is a dependency of some other package that was installed01:49
illuminatedgreat thanks01:50
qwebirc36342to tell you that i have to leave you for a while, because i havent actually tried that. my father came with it to me, because the boot was full, i deketed all but one, and not realizing that it was no finished with installation i suspect the 130 kernel is not actually there in working order, even if the folder structure is there01:50
qwebirc363424 am here01:51
qwebirc36342i expect it say something like there is no kernel. but the exact wording is not know to me at this time01:52
qwebirc36342TJ > would really prefere if I do not have to leave you here trying to reboot, but if need i will try, just waiting for the confirm, cause i expect it might take a while for me to find my way back here01:56
=== brainwash_ is now known as brainwash
qwebirc17929Hey, Would it be possible to get some help upgrading my lan drivers?01:57
TJ-qwebirc17929: back now01:59
TJ-qwebirc17929: you don't need to reboot it... I suspect it's currently fine if it starts the .130 kernel01:59
TJ-qwebirc17929: so what we need to do is 'officially' remove the unwanted kernel versions02:00
TJ-qwebirc17929: let's see what the free space looks like, show me "pastebinit <( df )"02:00
qwebirc17929Huh, free space of what?02:01
qwebirc36342root@ubuntu:/# pastebinit <( df ) df: cannot read table of mounted file systems: No such file or directory Unable to read from: /dev/fd/6302:01
TJ-qwebirc36342: sorry, there's 2 of you with similar nicknames!02:01
qwebirc17929Let me change mine02:02
qwebirc36342how to change name?02:02
illuminatedwith /nick newnick02:02
TJ-qwebirc36342: OK, that is strange, it should work from within the chroot.02:02
=== qwebirc36342 is now known as casperDK
casperDKI am now casperDk02:03
TJ-casperDK: hahaha trying to confuse me02:03
casperDKsorry02:03
ASMJunkieChanged my name. If anyone can provide help on upgrading my lan drivers, that would be awesome.02:04
casperDKTJ i know you say i should stay in the shell, but nautilus does not show me a 63 folder in /dev/fd/ but there is a bunch of stuff with other numbers, only one showing up as a folder02:05
TJ-casperDK: I've just tested df in a chroot here and it works. Try it without pastebinit, just do "df"02:05
casperDKroot@ubuntu:/# df df: cannot read table of mounted file systems: No such file or directory02:06
casperDKwhat should df do?02:06
TJ-casperDK: don't worry about that, the mention of fd was a temporary file-descriptor used to pipe the output of df into pastebinit02:06
TJ-casperDK: I think you missed a command out02:06
TJ-casperDK: show me "pastebinit <( cat /proc/mounts )"02:07
TJ-casperDK: "df" is "disk free space" - it reports used/free for all file-systems that are mounted02:07
casperDKcat: /proc/mounts: No such file or directory Unable to read from: /dev/fd/6302:07
TJ-casperDK: aha!02:08
casperDKcould there be an issue with the ssd here on top of something..? im just guessing wildly..02:08
casperDKaha??02:08
TJ-casperDK: missed mounting the /proc file-system somehow. Try this: "mount -t proc proc /proc"02:09
moseswhat does your path refer to in linux?02:09
TJ-casperDK: then try "cat /proc/mounts" again02:09
TJ-moses: do you mean PATH - the environment variable ?02:09
mosesPATH yes sorry02:09
moseslike using which to identfy a directory that is somehow linked to my PATH02:10
TJ-moses: it's the search path used to find executable files when you type a command02:10
TJ-moses: "echo $PATH" will show it02:10
TJ-moses: correct, 'which' searchs PATH for the command you're looking for02:10
casperDKroot@ubuntu:/# cat /proc/mounts /dev/mapper/ubuntu--vg-root / ext4 rw,relatime,data=ordered 0 0 proc /proc proc rw,relatime 0 002:11
TJ-moses: "which -a" will search every directory and report all hits, without "-a" it stops after the 1st hit02:11
TJ-casperDK: that's better! OK "pastebinit <( df )"02:11
moseshow come which $PATH doesnt return anything02:11
mosesits not a command?02:11
TJ-casperDK: strangely I don't see /dev/sda1 /boot there02:11
=== Sveta_ is now known as Sveta
=== rheddry is now known as levifig
TJ-moses: which takes a command name as an argument, e.g. "which bash" or "which echo"02:12
casperDKdoes not work with pastebin, this is without> root@ubuntu:/# df Filesystem                  1K-blocks     Used Available Use% Mounted on /dev/mapper/ubuntu--vg-root 241340864 20973476 208084920  10% /02:12
mosesyeah which has a binary02:12
moses$PATH does not02:12
TJ-moses: $PATH is not a command, it's a list of directories02:13
mosesoh ok02:13
mosesso is it a file i can look at?02:13
TJ-casperDK: I think somehow you didn't get the chroot set up correctly. Can you show me "pastebinit /etc/fstab"02:13
TJ-moses: no02:13
TJ-!PATH02:14
ubottuThe $PATH variable tells the shell where to look for the commands you tell it to run. See https://help.ubuntu.com/community/EnvironmentVariables#File-location_related_variables02:14
illuminatedmoses:  if you want to see the directories contained in $PATH you can do echo $PATH02:15
casperDKokay, i am getting an idea here, i have not given all the details of my failed atempts, cause i did at some point mount /dev /proc and /sys to folders created with /sda1 in /mnt, because i was trying to follow a guide online, when you said i should umount sda1 I also umonut  /sys /proc and /dev02:15
casperDKbut to answer you pastebinit /etc/fstab Failed to contact the server: [Errno socket error] [Errno -3] Temporary failure in name resolution02:16
TJ-casperDK: oh crikey!! that would break everything, because you'd unmount them from the Live environment too!!02:16
casperDKdamn, should i just reboot the whole thing or is there a way to fix my mess up?02:17
mosesSo path links to the directories storing binary files02:17
mosesPATH*02:17
casperDKi feel like an elephant in a glass shop02:17
TJ-casperDK: I think you need to reboot... first try rebooting into the installed system, if that works we can just clean it up and we're done. if it doesn't boot, use the LiveUSB again but wait for me to give you instructions before doing anything!02:17
casperDKsorry, will try, can i found you here on this link again> https://webchat.freenode.net/?randomnick=1&channels=%23ubuntu02:18
guest_hello02:18
TJ-casperDK: I've a feeling from what I've seen it'll boot, but we do need to clean up the packages02:18
TJ-casperDK: Yes, I'll hang about in this #ubuntu channel02:18
mosesit stores my binary locations such that my shell can find them quicker by searching through specific directories instead of everything correct?02:18
casperDKthanks so much TJ, sorry for not giving all the details, i did not realize the importance, and thought there was so many people demanding your presious time.. see you in a bit\02:19
TJ-casperDK: good luck :)02:19
mosesI think I understand, thank you for the help02:19
newdimensionWhere can I find the changelog if the newly released linux headers?02:24
newdimension*of02:24
qwebirc46414TJ. i could boot02:24
TJ-qwebirc46414: nice one :)02:24
TJ-qwebirc46414: did it get the GUI ?02:25
qwebirc46414how to change name02:25
TJ-qwebirc46414: do /nick newname02:25
qwebirc46414yes, i am back on track it seems, but i think it is the default kernel image02:25
qwebirc46414ah nick i was think name02:25
=== qwebirc46414 is now known as casperDk
klandestineis it possible to use two monitors on one linux system allowing the cursor to move from one screen to the ohter like windows?02:26
TJ-casperDk: OK, so open a terminal and lets get it cleaned up02:26
TJ-klandestine: yes02:26
casperDkklandestine Yes02:26
TJ-klandestine: I have a laptop that drives 6 displays and the mouse moves across all of them02:26
klandestinesweet02:26
casperDk6 displays, wow02:26
casperDkwhat do i write02:27
klandestinehow do I do that?02:27
TJ-casperDk: let's ensure it has the famous tool: "sudo apt install pastebinit" and then show me "pastebinit <( apt list --installed linux-image* )"02:27
TJ-klandestine: do what? nothing to do, just plug the additional monitor(s) in and enable/position them using the Display settings tool02:28
casperDkhttp://paste.ubuntu.com/p/P8WvMygFbj/02:28
klandestinewill I have the ability to use virtual terminals on either screen?02:28
casperDkklandestine cant say that i truely know, but i have never experinced that there was somethin i could only do on one sceen and cant see the reason why it would be like that02:30
stonairHi, there's a new release for Thunderbird 60. Will it be made available in 16.04 repository? Currently it offers v. 52.02:30
TJ-casperDk: this will remove all but .130: "sudo apt remove linux-image{,-extra}-4.4.0-{102,112,116,119,121,122,124,127,128}-generic "02:30
casperDk102 was not found it seems but otherwise it completted02:31
TJ-klandestine: You know, I've never checked that! I think by default the TTYs only go to the first CRTC of the first GPU02:31
TJ-casperDk: OK, now do "sudo apt autoremove" which should remove a lot of linux-headers* packages too02:32
casperDk2.2 GB02:32
casperDkwow02:32
klandestineI have two lenovos that have a display adapter with two ports (one dp and the ohter dvi) and use that for windows and it works02:32
TJ-casperDk: and then show me the free space report with "pastebinit <( df )"02:32
klandestineone card for both screens02:33
TJ-klandestine: most GPUs have a minimum of 2 outputs02:33
klandestineI'll try it later when I'm motivated and let you know how it works02:33
TJ-casperDk: is it looking stable now?02:33
casperDkstill removing packages02:34
casperDk75 %02:34
ASMJunkieSo i upgraded my lan drivers, and i'm still getting irregular disconnections from my network.02:34
TJ-casperDk: the trick to keeping the kernels under control is to run "apt autoremove" ocassionally to ensure the older kernels are removed. By default the last 3 kernels are kept to ensure a back-stop if the newer kernel fails02:34
casperDkits a trick i should have learned long ago i guess02:35
TJ-ASMJunkie: is this some proprietary/out-of-tree driver ?02:35
ASMJunkieNope. Intel drivers from the offical site02:35
casperDkhttp://paste.ubuntu.com/p/Pr3B7rXj43/02:35
TJ-casperDk: there is an automatic config you can use with unattended-upgrades02:35
ASMJunkieIt happened on windows and updating the drivers fixed it02:35
casperDkthat would maybe be good to get setup02:36
=== Dreaman is now known as Blade
TJ-casperDk: "sudo apt install unattended-upgrades02:38
=== rafael is now known as Guest85861
casperDkit say that it is already set to manual install02:39
TJ-casperDk: then edit the config file /etc/apt/apt.conf.d/50unattended-upgrades" find the line looking like this and change it to be 'true': Unattended-Upgrade::Remove-Unused-Kernel-Packages "true";02:39
casperDkwhat is manual install02:39
TJ-casperDk: good02:39
TJ-casperDk: you'll need sudo/gksudo/pkexec permissions to edit that file02:39
TJ-casperDk: ensure the line does NOT start with a # (comment symbol)02:40
TJ-casperDk: apologies, the comment is // not # !02:41
casperDkso the command i should run is _02:41
TJ-casperDk: it means it was installed by a human02:41
casperDk?02:42
TJ-casperDk: well, the command depends on what your preferred text editor is. Possibly "gksudo gedit /etc/apt/apt.conf.d/50unattended-upgrades"02:42
casperDkokay i have it opened, but i really see allot of commanded lines02:45
casperDkbut i do not see a line like Unattended-Upgrade::Remove-Unused-Kernel-Packages02:46
casperDkcan i pastebin the file and get you to look at it?02:48
casperDkTJ do you get the message as a personal if i write your name in it?02:48
TJ-casperDk: can you search the file using Ctrl+F then type "Kernel-Packages"02:49
TJ-casperDk: it's possible, as that is 16.04, this option wasn't available02:50
casperDkthere is no hit with kernel02:50
TJ-casperDk: OK, so we can't set it then. I suspect it was introduced more recently02:50
casperDkok02:50
TJ-casperDk: so, it's a case of remembering to run "sudo apt autoremove" ocassionally - which is what that option would cause to happen02:51
casperDkbut running the apt autoremove package every month or so would do the trick to right?02:51
casperDkcool02:51
TJ-casperDk: I think you've got it fixed02:51
casperDkthanks so much for you help02:51
casperDkit was a pleasure..02:51
TJ-you're welcome, hopefully you've learned a lot too :)02:51
casperDksadly i am not sure i remember all of it if i end up in the same situation in the future, but i feel like i know more now, than i did a few hours back!02:52
TJ-you know where to come to ask first, though :)02:52
casperDki will get to bed now, before it gets to light.02:53
casperDkindeed!02:53
TJ-before you make a mistake :)02:53
troykrahnLinux is totally a lot of learning but it's a nice feeling when you get something working02:53
TJ-same here! dawn is coming up fast02:53
casperDkthanks again, this is really what makes open source so nice02:53
TJ-troykrahn: indeed... I love the power of the shell and all the tools, and the accurate data you can get about every aspect...and more importantly, feed that data into other tools02:54
Svetatroykrahn: not only linux, any free software is like that. you get an opportunity to expand its documentation or improve its codes02:54
SvetaTJ-: don't think shell is needed, not for everyone at least02:54
TJ-Sveta: it is if you want to process system data effeciently02:54
Svetahaha02:54
TJ-GUIs are prescriptive - if the programmer didn't add the function, you can't do something, and can't pipe data out to another tool02:55
casperDkTJ, do you have a gui on your system or are you only running shell?02:55
TJ-casperDk: I generally run in a tmux bash shell, tmux is the login shell02:55
Svetait's possible to modify the app to add the function, TJ-.. or to request such a modification :)02:55
TJ-casperDk: but I use Xubuntu02:55
Svetaoh good :)02:55
TJ-Sveta: try doing that for all 10000+ GUI packages Sveta02:56
Svetayes02:56
casperDkmaybe i catch you around TJ, if not, i wish you a long and prosperous life!02:56
TJ-all I need is /proc /sys /dev + bash sed and awk :) oh, and weechat :)02:56
elyonHello02:57
TJ-casperDk: enjoy yourself02:57
elyonI want to ask something... Im trying to install a printer...02:57
elyonI have Ubuntu 18.04, but my sistem says it lacks some drivers but in the ubuntu software the driver is missing...02:57
elyon:(02:57
TJ-elyon: make/model of printer? does it need drivers ?02:58
elyonCanon iP1800 / yep, drivers.02:58
TJ-elyon: is the printer networked or connected via USB or something else?02:58
elyonUSB02:58
TJ-elyon: drat! networked printers are usually so much easier!02:58
klandestinetry installing with apsfilter02:58
elyonapsfilter, its a app?02:59
elyondownloadable at ubuntu software?02:59
Kinny16Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake02:59
Kinny16This blog is essentially an ad for the Handshake ICO scam with a one-line "denial" of involvement mixed in there. It's obviously very unethical of Christel to not mention her own involvement in the scam which the blog post promotes.02:59
Kinny16Consider Andrew Lee's involvement, Andrew Lee is Christel's boss at London Trust Media and he also controls the majority of freenode voting rights. Andrew Lee also heads the handshake ICO scam. Coincidence?02:59
klandestineit's a shell script02:59
elyonOk02:59
klandestineI use it and it's usually pretty helpful03:00
elyonIll try now...03:00
fishcookerwhat's the mlocate for... is it different from find ?03:03
fengshaunfishcooker, man mlocate will guide you to your answer03:03
fishcookerfengshaun: is it like indexing the location structure of files or folders?03:05
fengshaunlooks like it03:05
fengshaunman updatedb03:05
fishcookerlooks like it is written to database?03:06
TJ-hmmm, if elyon comes back, tell them that printer-driver-gutenprint should have the driver03:06
TJ-!info printer-driver-gutenprint03:06
ubottuprinter-driver-gutenprint (source: gutenprint): printer drivers for CUPS. In component main, is optional. Version 5.2.13-2 (bionic), package size 404 kB, installed size 920 kB03:06
karthik17Helo03:19
jddddHey03:19
pressure679Hmm, where are the source files' directory (the ones downloaded by "apt source 'package'")?03:22
pressure679I googled the kernel source is in /usr/src, but no other packages are in there.03:22
stonairfishcooker: yes, it writes to database. the db is stored in /var/lib/mlocate. it way faster than find since it's indexed.03:23
TJ-pressure679: "apt-get source " downloads to the current directory, then extracts to a sub-directory03:28
TJ-pressure679: sub-dir name format is <package-name>-<version>/03:28
TJ-pressure679: /usr/src/ generally contains only the kernel headers for each version, for building out-of-tree modules against03:29
pressure679TJ-, ah, thanks.03:30
nug700Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake03:51
nug700This blog is essentially an ad for the Handshake ICO scam with a one-line "denial" of involvement mixed in there. It's obviously very unethical of Christel to not mention her own involvement in the scam which the blog post promotes.03:51
EdSaperia13Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake04:26
gratefuldoes python3's idle terminal have a default log location in ubuntu04:35
qwebirc13140So, desktop PC Ubuntu16.04 and laptop Ubuntu 16.04 are both connected to a router. Would you recommend I use Samba or SSH to share a directory on these two ?05:39
danieru98qwebirc13140, really depends on what you find easier, i've tried both for that same porpuse and for me ssh is easier05:42
qwebirc13140I haven't tried either, SSH or Samba. Just installed Samba. ssh seems to have many varients.05:44
danieru98qwebirc13140, well, except that what i wanted really was to access all the files from the other computer, so maybe it wasn't exactly the same porpuse05:44
danieru98qwebirc13140, 1 ssh is what i use the most, so i can tell you is like this: run "sudo apt-get install openssh-server" on all the computers you want to access05:45
danieru98qwebirc13140, 2 from the other computers use any sftp tool05:46
qwebirc13140OK. Will take a look at openssh-server    Thanks05:46
ExaetaChristel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake05:46
danieru98qwebirc13140, to connect to the other computers u previously installed openssh server05:47
danieru98qwebirc13140, to connect u'll need the ip or domain of server, user and password of that user05:47
qwebirc13140OK. Install openssh-server on the 2 PCs I want sharing between.05:48
danieru98qwebirc13140, good, now for the client you have a few options, personally i use pcmanfm05:48
danieru98qwebirc13140, i go to tools>connect to server05:49
danieru98qwebirc13140, and there i just select "ssh", type the ip, user, pass and thats it05:49
lotuspsychjegrateful: whereis python3 from terminal05:49
danieru98qwebirc13140, i dont know if your file manager of preference support something like that, but theres another way05:50
qwebirc13140danieru98 OK. Will try pcmanfm as a Client. I would like the other PC's directory to show up in Nautilus as shared05:50
danieru98qwebirc13140, nautilus probably support something like that05:51
danieru98qwebirc13140, try searching on the web something like "how to connect to ssh or sftp with nautilus in ubuntu"05:51
danieru98qwebirc13140, or you can use sshfs05:52
qwebirc13140danieru98 I can see it there, just haven't got the name network details to enter there, other machine name etc05:52
danieru98qwebirc13140, name network details?05:53
danieru98qwebirc13140, as i said earlier what u need to connect to a ssh server is: ip, username, and password of that user05:53
qwebirc13140danieru98 Thanks D.  Will look into it, ssh-server  I just don't want to drop security with a hole. So it'll take me some time. You've been great. Cheers.05:53
patateChristel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake05:54
patateThis blog is essentially an ad for the Handshake ICO scam with a one-line "denial" of involvement mixed in there. It's obviously very unethical of Christel to not mention her own involvement in the scam which the blog post promotes.05:54
danieru98qwebirc13140, well ssh is encrypted and pretty secure, i dont know what exaclty are u looking for in termns of security05:55
qwebirc13140danieru98 I just don't want to leave a hole, unsecured, for outsiders to see same common shared directory. Healthy paranoia.05:56
lotuspsychjeqwebirc13140: see also fail2ban to protect ssh05:57
qwebirc13140OK05:57
danieru98qwebirc13140, with outsiders you mean attackers from the internet?05:57
lotuspsychje!info fail2ban | qwebirc1314005:57
ubottuqwebirc13140: fail2ban (source: fail2ban): ban hosts that cause multiple authentication errors. In component universe, is optional. Version 0.10.2-2 (bionic), package size 321 kB, installed size 1698 kB05:57
qwebirc13140danieru98 not outsiders. This is 2 PCs connected to the same router which connects to my ISP. But, passwords in SSH it should be fine. Never done this, so, am cautious.05:59
lotuspsychjeqwebirc13140: if its connected to your isp, it means outsiders can scan your ssh06:00
danieru98qwebirc13140, for greater security you can make ssh use keys, but i just remember that there was a gui to configure shared folders using samba06:00
danieru98qwebirc13140, the package is system-config-samba06:01
lotuspsychjeqwebirc13140: i would advice to scan yourself with nmap, see wich ports are open on your ip adress06:01
lotuspsychjeqwebirc13140: alternate its also wise to setup ssh on a non-default port06:01
qwebirc13140Yep, nmap, I know it. But not for a while.06:01
lotuspsychjeqwebirc13140: its easy: nmap -PN -sV youriphere06:02
qwebirc13140OK06:02
chaseheadhello06:05
danieru98qwebirc13140, if you decide u really only want to share one folder, or want better windows compatibility, you can try with system-config-samba to configure it with a gui, and not by editing the actual config file like i did (its a pain)06:06
danieru98https://screenshots.debian.net/package/system-config-samba06:06
qwebirc13140danieru98 Thanks D. No - windows compat unimportant. It'd be nice for Nautilus to see the one folder. Will look into ssh-server first.  Thanks. Take care.06:08
danieru98qwebirc13140, your welcome06:08
Andre483Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake06:10
tarzeau__worstje: cool :)06:16
tarzeau__worstje: now if you created your own ppa, you could upload the source package (make it with debuild -S) to your ppa repo with: dput ppa:yournick/bionic whatever_version-1_source.changes06:17
icee28<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth06:26
=== Epic|| is now known as Epic|
senapshi all, i have a ubuntu 18.04 (installed fresh not upgraded) and i don't have any network connections on it anymore.(it's a vm, i have started it after few days and there is no network) how would i fix this? configs > networking doesn't show anything. is there anything in netplan that i can do?)06:29
badet0s22Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?06:32
jo__?06:49
jo__firefox is not work06:49
PlasmoduckHow do I stop my bluetooth keyboard going into standby mode? If I don't type for about 3 or so minutes, it goes to sleep and it doesn't respond until I turn it off, turn off the bluetooth connection via the bluetooth manager in gnome, then turn the keyboard back on and turn the bluetooth connection back on and start pressing buttons on the keyboard. Then the keyboard will connect and start working again. This is SOOOOO annoying. It happens06:49
Plasmoduckon Debian & Ubuntu.06:49
Randolfjo__: Could you be more specific?  Which version of Ubuntu Linux are you using, and how are you trying to get Firefox to work?06:50
RandolfOr did you just mean that "Firefox is not work" because it's so easy to use?06:50
jo__ubunt mate 16.04.0206:50
jo__BuildID: 2018070522224106:51
jo__CrashTime: 153362469406:51
jo__FramePoisonBase: 000000404112179206:51
jo__FramePoisonSize: 409606:51
jo__InstallTime: 153362015206:51
jo__ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}06:51
Randolfjo__: What is it that you're trying to do with Firefox that's not working for you?06:53
* Randolf shrugs06:53
barc0d4_hi06:54
Svetahi barc0d4_06:54
barc0d4_Sveta: hi bro i get some problem with my laptop touchpad it's not working after kernle updating06:55
afancyello, when I open an application, the application window in Lubuntu cannot maximize (see https://i.snag.gy/75Qbep.jpg). How to set it? thanks06:56
Chew29Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?06:58
KingHi06:58
Kingis there any java developer here that can be my mentor ?06:58
FlannelKing: You probably want ##java instead of here07:00
RandolfKing: You can learn a lot about Java at:  http://www.mindprod.com/07:00
RandolfThe ##java channel is a very good resource too though.07:01
RandolfThere's also the ##programming channel.07:01
=== shawn is now known as Guest81282
Kingthank you guys07:02
Kingwait i'll check it07:02
King ##java :Cannot join channel (+r) - you need to be identified with services07:03
Kingeverytime i try to join in ##java, it replies me this07:03
FlannelKing: You'll need to register with nickserv to join.  `/msg nicksev help register` should start a query with nickserv that will give you the info you need to register.07:03
Kingthank you so much07:04
timvisher17Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?07:09
suvdevHi07:32
suvdevHow to set proxy for all applications in Ubuntu 16, I tried by setting from network settings but some apps like mozilla and vbox are easily bypassing that proxy, so please help me out!07:33
ahaihhhh07:38
ahaihello07:39
Sarielanother late night and i still can't get motion to work on 18.0407:42
smeggysmeg5Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?07:47
hanasaki1how do you connect to another linux box and login via gui?  like pciop07:50
ahaianybody here07:55
ahai?07:56
hanasaki1no07:56
kirwyes07:56
ahaina guo ren ?07:56
ahaiare you working?07:57
hanasaki1if this is my local display... what do I set on the remote host to run the gui remotely DISPLAY=:107:57
milpgood morning, is there a way to set something like process affinity for a cpu core in ubuntu? or can i somehow "tell" the system which two cores of my i9 are the fastest so they get used with more priority?08:05
SwedeMikemilp: http://manpages.ubuntu.com/manpages/bionic/man1/taskset.1.html08:15
milpthank you swedemike08:15
milpis there also a way of prioritizing a set of cores in general? core 2 and 6 of my cpu can run 5.1ghz while the others only run at 4.708:16
worstjeMy attempts to upgrade to the new kernel keep erroring out while running zz-update-grub, which exits with code 4. Has anyone seen this before?08:17
ripdog16Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?08:20
=== aleksander is now known as alekksander
boser19Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?08:41
worstjeNevermind, it seems to be a problem directly associated with running in my VM. Running native doesn't have the problem. (Should have tried that first, sorry.)08:44
=== Richard is now known as Guest65255
mayankmadanHi everyone. Im having really bad lag (especially on startup) and screen tearing. Specifications are: i7 6700HQ 950m and 8GB ram08:59
=== capella is now known as capella|away
SiLuman11Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?09:02
mayankmadani forgot to mention, im on ubuntu 18.0409:04
burzosmayankmadan: What recent change did you make to the system?09:04
mayankmadanburzos, nothing. The laptop came with windows 10 and i just installed ubuntu 18.04 on it09:05
burzosOk, so installing Ubuntu was the changed thing.09:06
burzosLag means the display is "behind" the system's state?09:06
mayankmadanburzos, not really. what i meant was its really slow to respond09:08
burzosWhat happens if you play a music file? Does it sound distorted or just the screen is behind?09:10
worstjeIs it just a video issue?09:13
kiwi-oshello?09:15
kiwi-osCould someone help me?09:15
worstjekiwi-os: Just ask your question directly, don't ask to ask. :-)09:16
kiwi-osOkay09:16
mayankmadan not just a video issue. The machine is overall really slow09:16
mayankmadanfor example, it takes about 20 seconds to open firefox after startup09:17
kiwi-osWell, I'm making I spin of ubuntu from this guide: https://help.ubuntu.com/community/LiveCDCustomization and I don't know how to add packages to my spin and it doesn't explain how09:17
mayankmadanbut it then gets a little better after sometime09:18
kiwi-osMaybe it gets faster over time? That happens to me with new installs09:19
burzosHow do you know it's slow to load firefox and not just slow to display it?09:19
mayankmadani didnt even know there was a difference :)09:20
burzosMaybe take a look at `top` and see if anything is holding the CPU.09:20
burzosLike worstje said, it might just be a video problem.09:20
burzosOr it might really be a process performance issue.09:21
mayankmadancould it be a nvidia issue? because ive been running ubuntu on my other machine without any problems09:21
mayankmadanbeacause there is always screen tearing09:23
kiwi-osProbably a driver issue09:23
it_Is it still ok to ask questions related to ubuntu precise?..09:24
kiwi-osI'm making I spin of ubuntu from this guide: https://help.ubuntu.com/community/LiveCDCustomization and I don't know how to add packages to my spin and it doesn't explain how09:24
guivercplease be more patient kiwi-os - give people time to answer (if they can)09:25
chen__ls09:26
kiwi-os?09:26
guiverckiwi-os, sorry I can't help with your solution, but alternatives are create your 'wanted' environment on a box; then create your iso from that install.  many scripts will do this (i've not used any, so can only be general, eg. i think 'konstructor' (or something like that, by the creator of makulu linux; which is based on ubuntu - the script he uses)09:26
guiverckiwi-os, i meant don't repeat your question so quickly - i was trying to answer; but had to delete to deal with 'patience' request...09:27
kiwi-ossorry09:27
guivercthere are other such scripts - but I've used none; only read about them once or twice a year when a new one comes out...09:28
mayankmadanthe animations are choppy. Thats the term i was looking for :)09:28
kiwi-osokay, thank you though09:28
guivercyou're most welcome kiwi-os09:29
burzosmayankmadan: To confirm it's not a app performance problem.  Run this command and post the results.09:31
burzos`top -b -n 1 | head -n5`09:31
mayankmadanhttps://pastebin.com/irafqifQ09:34
burzos20 GB swap seems large; any reason for that?09:38
burzosAnd your CPU isn't underload, so it's probably a video issue.09:41
burzosTry googling your driver, video card on Linux.09:41
=== TabMasher is now known as Apple
=== Apple is now known as Guest62433
=== Guest62433 is now known as TabMasher
mayankmadanIm also getting "System Problem Detected" a lot. Is there any way to know what the problem is?10:20
=== mwsb1 is now known as mwsb
guivercmayankmadan, i would look in /var/crash/ for .crash files, which can be scanned (they are text...)10:21
guivercmayankmadan, if you 'ubuntu-bug /var/crash/filename.crash' you can submit/report the bugs (if you didn't select to submit them when they occurred)10:24
mayankmadanguiverc, i did that but it said something about it not being an official package10:25
mayankmadani have been getting problems with the graphic drivers(probably) and having really slow computer due to that.10:26
guiverci'm guessing the bug was caused by a non-Ubuntu sourced package (from repos/ppa/sources you've added), but this is a guess10:26
mayankmadanIm not good with reading crash reports10:26
mayankmadanhttps://pastebin.com/QjYasd4N10:26
mayankmadancan someone look at it and tell if i have to reinstall ubuntu or if there is something i can do to fix it10:26
guivercmayankmadan, i can't help with graphics (outside my knowledge base sorry).  you can wait, but please try & keep all info to a single line, and I suggest don't post pastebin's without a why (they get ignored)10:29
beta4_hi tomreyn10:33
than_!phoomphy Silberschatz, Galvin & Gagne - Operating System Concepts (9th edition) (2013).pdf10:35
ubottuthan_: I am only a bot, please don't think I'm intelligent :)10:35
than_!phoomphy Silberschatz, Galvin & Gagne - Operating System Concepts (9th edition) (2013).pdf10:37
=== TabMasher is now known as CoffeeIV
lotuspsychjebeta4_: welcome, what can we do for you?10:41
beta4_I'm here to report back on a solution I found.10:42
lotuspsychjebeta4_: you can share mate, we will forward it to tomreyn10:42
beta4_basically I have a very new laptop, Core i7-8750H + nvidia GPU10:42
beta4_just after installation, I got a black screen right from boot, as i915 driver is buggy10:43
lotuspsychjeyes?10:43
beta4_with the help of tomreyn we fixed the problem by blacklisting the nvidia drivers, but the GPU was still there consuming power, and the laptop idlead at 20W10:44
=== CoffeeIV is now known as FutureShock
beta4_I found a simple way to power down the nvidia10:44
beta4_echo 'auto' > '/sys/bus/pci/devices/0000:01:00.0/power/control';10:44
beta4_this line was one of the 'tunables' suggested by powertop10:44
beta4_and wow, my laptopo is now down to 12W idle, and the battery can last up to 4 hours10:45
beta4_I'm reporting it here just in case someone else shows up with a similar problem10:45
lotuspsychjebeta4_: ok tnx for your feedback we will forward it to tomaw10:46
lotuspsychjetomreyn:10:46
lotuspsychjemayankmadan: wich ubuntu version graphics card and driver version please?10:49
mayankmadanlotuspsychje, ubuntu 18.04 and Nvidia binary driver version 396.37(proprietary)10:50
mayankmadanNvidia 950m10:50
lotuspsychjemayankmadan: try .7710:51
mayankmadan396.77?10:51
lotuspsychjemayankmadan: 390.77 or 396.4510:51
lotuspsychjemayankmadan: from nvidia site or ubuntu graphics ppa10:52
=== guest7558 is now known as Pr070cal
butax42@Search Marion G. Harmon11:05
GimmelHi all, just a quick cli check. 'apt-get update' updates the list of packages. 'apt-get upgrade' then installs them. I've just run 'apt-get update' and then software updater popped up updates it wants to install (makes sense). In the list on the GUI it shows some Security Updates and Ubuntu Base packages. These don't seem to be included in the list that 'apt-get upgrade' gives me. Is there another command11:13
Gimmelfor updating the core files?11:13
ppfGimmel: apt-get dist-upgrade11:13
ppfor apt full-upgrade11:14
ppfbut note that apt upgrade != apt-get upgrade11:14
Gimmelppf: thanks, I'll look up those. I just prefer to have my head around what the cli equivalent is doing rather than relying on the gui.11:15
guivercbutax42, upgrade has limits on what it can upgrade; see `man apt-get` and search for dist-upgrade (right after upgrade) and it'll tell you what it can do beyond upgrade's limits11:15
guivercGimmel, "dist-upgrade in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages; apt-get has a 'smart' conflict resolution system....."11:17
GimmelSo am I right that 'apt-get dist-upgrade' will do what 'apt-get upgrade' would have done, but with some smarter deps handling?11:17
Gimmelguiverc: Yup, just read that. Thanks.11:17
ppfor in other words, it will install the remaining packages11:17
Gimmelppf: including the core stuff, yeah?11:18
ppfyes11:20
ppflike, new kernels11:20
Gimmelthanks guys!11:22
tktech16Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?11:22
tktech16This blog is essentially an ad for the Handshake ICO scam with a one-line "denial" of involvement mixed in there. It's obviously very unethical of Christel to not mention her own involvement in the scam which the blog post promotes.11:22
tktech16Consider Andrew Lee's involvement, Andrew Lee is Christel's boss at London Trust Media and he also controls the majority of freenode voting rights. Andrew Lee also heads the handshake ICO scam. Coincidence?11:22
ppfreally11:32
JimBuntuomg tktech16, shut up already. All you people/bots are doing is stopping anyone from believing ANYTHING along the lines of what you are spewing.11:37
JimBuntuI know I shouldn't feed the trolls/bots, sorry.11:38
BluesKajHi folks11:45
jdwwwehey11:45
tobiasBoraHello,11:45
tobiasBoraI saw that ubuntu enabled by default user namespace for non root users.11:45
tobiasBoraHowever, If I understand things correctly, there is a possibility to do privilege escalation with this: https://security-tracker.debian.org/tracker/CVE-2016-313411:46
tobiasBoraso is this CVE still up to date, and if yes, why Ubuntu doesn't care?11:47
TJ-tobiasBora: https://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-3134.html11:51
tobiasBoraTJ-: so the status is "ignored (abandoned)" right?11:52
tobiasBora(which means that ubuntu has a priviledge escalation built in)11:53
TJ-tobiasBora: not at all, where are you seeing that (which kernel release)11:54
JimBuntutobiasBora, You see the updates from July... right?11:55
lotuspsychjetobiasBora:  https://usn.ubuntu.com/3134-1/11:55
=== alexandre9099_ is now known as alexandre9099
jdwwwetest12:03
lotuspsychjejdwwwe: it works, we see you12:03
jdwwwety12:06
lotuspsychjemayankmadan: did you solve it?12:10
mayankmadanummmm12:10
mayankmadani uninstalled the previous drivers and installed the 390.77 from nvidia website12:11
mayankmadanbut now i cant get the ui to start without adding nouveau.modeset=0 to grub12:11
mayankmadanthat just uses the nouveau driver right?12:11
lotuspsychjemayankmadan: check sudo lshw -C video at bottom driver=12:12
j0nezwhoami12:13
mayankmadanlotuspsychje, https://paste.ubuntu.com/p/Yf2kGHg5vP/12:14
lotuspsychjemayankmadan: looks like its using it yes12:14
lotuspsychjebbl12:15
lotuspsychjemayankmadan: check also ubuntu-drivers list to see whats available12:15
=== giantm-away is now known as giantm
tobiasBoramaybe I wasn't reading the good one indeed ^^12:18
mayankmadanso i removed the driver i installed and installed 390.77 from package manager. It is still quite slow but the animations are much smoother now12:26
burzosgloomy_: Figure out what he does on the computer, put links to it on the  desktop and how him how it works.12:29
=== andyrock_ is now known as andyrock
burzosSkype was always a clunker.12:36
ski_Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?12:39
=== feodoran is now known as Guest49021
dami0hi, if i want to automatically select the language of the installer, where would i put it in? the best i found was setting the timeout so it's auto-selected, but that doesn't work and it's not ideal (default english only)12:43
=== feodoran_ is now known as feodoran
dami0i'm installing 18.04, the alternative server iso btw12:44
gwenaelHello.12:45
TJ-dami0: I *think* (but can't recall for sure) you can add a kernel command-line option of the form LANG=.... but you'd need to find that documented12:47
quan-newbiehello12:47
michagogo24Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?12:49
gwenaelI have bug on Ubuntu 16.04 LTS and GlusterFS 3.7.6-1ubuntu1 ... https://bugzilla.redhat.com/show_bug.cgi?id=130883712:50
ubottubugzilla.redhat.com bug 1308837 in snapshot "Peers goes to rejected state after reboot of one node when quota is enabled on cloned volume." [Urgent,Closed: errata]12:50
BluesKajhi gwenael12:50
JimBuntugwenael, Do you need assistance with Ubuntu?12:50
=== BOHverkill_ is now known as BOHverkill
bobphalanxwhat's a safe way to remove files from the command line in a way that they can't be read from the disk?12:51
bobphalanxoops sorry wrong channel.. was supposed to post on #linux12:51
=== lesshaste is now known as Guest14242
JimBuntubobphalanx, There is no great way, unless you use a helper program that can locate each sector used to store the file and rewrite over it12:51
bobphalanxsomeone told shred which seems to do the job12:52
JimBuntugwenael, Did you mean to be in #ubuntu or perhaps a redhat related channel?12:52
JimBuntubobphalanx, yes, that's one of the helper programs that should work well.12:52
=== Sven_vB_ is now known as Sven_vB
ceibalLUCAS13:01
gloomy_Hi :)13:02
gloomy_What can I use to extract an .iso from a bootable usb drive?13:02
gloomy_there's tons of tutorials for the other way around but coudn't find much on this13:02
FuraiWhaaaat? Who called me?13:02
JimBuntugloomy_, dd the entire drive to a new file?13:05
gloomy_JimBuntu dd if=drive/path/ of=file.iso?13:05
JimBuntugloomy_, I would suggest something more like dd =id/device/path of=file.iso   but you get the idea13:06
JimBuntuoops. ignore the typos13:06
JimBuntugloomy_, my point is to image the device, not the mount point...13:06
gloomy_Didn't know it worked like that. Thanks :)13:07
JimBuntugloomy_, Well, there are caveats but I assume you were not being strict in your use of the term ISO and simply mean 'How can I make a copy of X that I can reuse with other drives or share with other users'13:07
JimBuntuIf you intend to share it... rewrite all empty space with 0s (or something similar, not random) first... then you can compress the raw output file.... assuming there is a fair amount of "empty" space in the partitions13:08
TJ-gloomy_: there's one problem with using dd - the flash device might be 32GB but the ISO image only 1GB... dd is going to copy the entirte 32GB unless you limit it by knowing how big the ISO image is13:08
gloomy_The usecase is I'm trying to install puppy linux (not ubuntu I know but #puppylinux is deserted :p) from a bootable usb and for some reason it needs an .iso. Will see if your way works :)13:09
gloomy_Ah yes that's a problem.13:09
JimBuntuTJ-, is correct... for optimal use, make each partition as small as reasonable and 'man dd' for how to use BS and COUNT13:09
TJ-gloomy_: it may be that "sudo file -s /dev/sdd" might tell you the size of the ISO image though13:09
gloomy_The computer only has 4gb of ram so it won't be able to contain an iso of a 16gb drive13:10
biebI have this lenovo desktop https://psref.lenovo.com/Detail/ThinkCentre/ThinkCentre_M710_SFF?M=10M7000SUS I have installed Ubuntu 18.04, there are 2 display ports. I am trying to setup dual monitors, but when I look in settings I only see the one display. Any ideas or how-tos that anyone can point to, to get this set up?13:10
TJ-gloomy_: if so, you can use dd options "bs=<size-in-bytes-of-ISO> count=1"13:10
gloomy_Fuck it, I'll just copy the iso into a directory of the bootable usb from my other computer. Too much fuss :p13:11
gloomy_Thanks for helping13:11
TJ-gloomy_: sounds a bit weird, that, usually the ISO file is written onto the device and boots directly, not via some other loader. GRUB does provide a mechansim to boot arbitrary ISO images though13:13
gloomy_Yes, I burned the iso into the usb stick and booted from it13:14
gloomy_But the installer (to install the os directly on the hdd) wants an iso for whatever reason13:14
gloomy_which is stupid13:14
gloomy_but I didn't make it that way :p13:14
TJ-gloomy_: sounds like the installer ISO itself is broken, or needs a reference to itself13:14
gloomy_It's probably because puppy isn't really meant to be installed to the internal hard drive... meh?13:15
TJ-gloomy_: I've seen that happen with some broken PC firmwares where at boot-time it puts the device order different to what the OS discovers, so the boot device according to the firmware/GRUB ends up not being the OS's /dev/sda or /dev/sr013:16
charlipuppy works on all13:16
gloomy_charli it works fine booting from usb, it's the installation that fails13:17
charli!- jason85 can help13:17
ubottucharli: I am only a bot, please don't think I'm intelligent :)13:17
charlino problem13:18
ozbrkhi people I need a tool to have fully controll on dock. It is really annoying for my laptop screen. Taking a bite from my vision here13:18
ozbrksure it can get small by decreasing the icon size but I need to shring it verticaly too13:19
gloomy_Hmm. Rebooted and now it just works. Who said computers are deterministic13:19
charliwell i dont no abbout Think Pad but maybe I can help13:19
charliLenove Laptop ?13:21
gloomy_Who are you talking to? :)13:21
charliUSB stick you boot from Bio with what?13:22
gloomy_an old samsung netbook, didn't say anything about a thinkpad :-)13:23
RonaldsMazitisI have problems with updates on Ubuntu 16.0413:23
RonaldsMazitismysql-server-5.7 is not working13:23
RonaldsMazitishttps://paste.ubuntu.com/p/zvtHMdBRH7/13:23
charliwich System you want for the boot13:23
gloomy_puppy linux - but don't worry, it seems to be working now13:24
ppfRonaldsMazitis: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable13:24
charliPuppy Linux Thar works fantastisch13:24
gloomy_I have xenial pup :-)13:24
charli<gloomy you have in Puppy a lot of option13:25
RonaldsMazitishttps://paste.ubuntu.com/p/WKCGZHj6hc/13:25
=== san is now known as Guest36420
charliwell Thar Puppy works on all Pc Laptop o what ever13:26
RandomChristel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?13:27
=== Guest65255 is now known as Richard
=== Richard is now known as Guest16244
charligloomy_: can I help you?13:33
RonaldsMazitishttps://paste.ubuntu.com/p/98F3MgzywG/13:35
RonaldsMazitiswhat can I do13:35
RonaldsMazitismysql is not working13:35
RonaldsMazitisafter update13:35
RonaldsMazitiscan't reinstall13:35
ppfcan you sudo mkdir /etc/mysql13:36
ppfand try again13:36
RonaldsMazitisdoes not help13:36
ppftouch /etc/mysql/mysql.cnf13:39
roryhey RonaldsMazitis - what do you mean by "updates" - after installing normal package updates? or after upgrading the version of Ubuntu?13:39
RonaldsMazitisinstalling normal package update13:39
RonaldsMazitiss13:39
RonaldsMazitisif I meant upgrading distro I would say distro upgrade13:40
=== Daerist` is now known as Daerist
rorycan you share the output of this command please: file /etc/mysql/my.cnf13:40
loppy225Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?13:40
RonaldsMazitis/etc/mysql/my.cnf: cannot open `/etc/mysql/my.cnf' (No such file or directory)13:41
ppfso you didn't mkdir13:41
roryif you do "cat /etc/alternatives/my.cnf" do you see your config you expect?13:41
AtomicBondwhat's an easy way to check which python version comes with whatever version of ubuntu13:42
roryppf: it's possible /etc/mysql exists but /etc/my.cnf doesn't13:42
rory/etc/mysql/my.cnf is supposed to be a symlink to /etc/alternatives/my.cnf13:42
ppfrory: right, i thought that was the output to my touch command13:42
RonaldsMazitishttps://paste.ubuntu.com/p/8V4kdWnwtB/13:43
rorysudo ln -s /etc/alternatives/my.cnf /etc/mysql/my.cnf13:43
rorymysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2 - No such file or directory)13:43
RonaldsMazitissudo ln -s /etc/alternatives/my.cnf /etc/mysql/my.cnf13:43
RonaldsMazitisln: failed to create symbolic link '/etc/mysql/my.cnf': File exists13:43
roryare you 100% sure you aren't witholding any information from us13:43
TJ-rory: have you checked the file-system hasn't run out of free space or inodes?13:44
RonaldsMazitis2,6 gb free13:44
=== tom is now known as tchrist
roryI would expect different errors in dpkg13:44
rorydoes anyone else have access to this machine?13:44
RonaldsMazitisnope13:44
roryAt the risk of sounding like a bot, have you tried turning it off and on again?13:45
rorylike for real, reboot the machine13:45
RonaldsMazitisyeah13:45
roryok13:45
TJ-RonaldsMazitis: show us "pastebinit <( df; df -i; sudo find /etc/mysql -ls )"13:45
RonaldsMazitishttp://paste.ubuntu.com/p/wTt4v2CHhz/13:45
TJ-aha "/dev/sda1      611284200 577468348   2741292 100% /"13:46
RonaldsMazitisfile browser does show free space13:46
=== CptLuxx_ is now known as CptLuxx
TJ-RonaldsMazitis: how about "pastebinit <( update-alternatives --display my.cnf )"13:47
AtomicBondis there anything wrong with choosing bionic for a greenfield "production ready" app?13:47
accesspointAtomicBond: python --version13:47
AtomicBondthanks accesspoint but I was looking for this: https://packages.ubuntu.com/bionic/python313:47
RonaldsMazitisTJ-: http://paste.ubuntu.com/p/Y65gzNmfrM/13:47
TJ-!info python3 | AtomicBond13:47
ubottuAtomicBond: python3 (source: python3-defaults): interactive high-level object-oriented language (default python3 version). In component main, is important. Version 3.6.5-3ubuntu1 (bionic), package size 9 kB, installed size 74 kB13:48
AtomicBondn i c e13:48
TJ-RonaldsMazitis: the alternatives link looks OK13:48
RonaldsMazitisso how do I start mysql13:49
cristian_chello, I've saved a display resolution by mistake13:49
RonaldsMazitishttps://paste.ubuntu.com/p/FvxBhQ85JZ/13:50
cristian_cnow, after I make login, screen becomes blank13:50
cristian_chow could load display defsukts, in order to enter desktop?13:51
cristian_cAny ideas?13:51
RonaldsMazitismaybe I have to dist upgrade13:52
cristian_c*default settings13:52
coz_cristian_c, when did this start?  which video card?13:52
RonaldsMazitisI think I will be loosing the database13:52
cristian_ccoz_: after I saved a different display size by mistake (on a different display)13:53
cristian_cigd card (vega 8 built-in)13:53
RonaldsMazitishttps://paste.ubuntu.com/p/zTh573zQ23/13:53
TJ-RonaldsMazitis: try this to collect debug info: "sudo apt-get -o=Debug::pkgDPkgPM=true -o=Debug::pkgDPkgProgressReporting=true --reinstall install mysql-server |& tee /tmp/apt-mysql.log" and then "pastebinit /tmp/apt-mysql.log13:53
BluesKajdatabase is loose :-)13:53
coz_cristian_c, mmm,13:53
cristian_cI'd like to revert to default, but I can't enter desktop atm13:54
mlohrHey folks... Any idea when do-release-upgrade will show a new available upgrade from 16.04 to 18.04.1?13:54
RonaldsMazitishttps://paste.ubuntu.com/p/ZqMhPc3V8C/13:54
RonaldsMazitishttp://paste.ubuntu.com/p/zQSxZ5y2sC/13:55
SimoniousI've got a target that won't let users log in over the wifi connection until after someone has logged in via ssh or on console - what needs to change so I can boot the machine and then log in over that wifi IP?13:55
Goldman6023Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?13:55
TJ-RonaldsMazitis: uh!? did I make a typing mistake there. mysql-server is the package name isn't it?13:55
RonaldsMazitisyeah13:56
TJ-oh, it's mysql-server-5.7 !!!13:56
TJ-RonaldsMazitis: try this to collect debug info: "sudo apt-get -o=Debug::pkgDPkgPM=true -o=Debug::pkgDPkgProgressReporting=true --reinstall install mysql-server-5.7 |& tee /tmp/apt-mysql.log" and then "pastebinit /tmp/apt-mysql.log13:56
coz_cristian_c, can you use console?13:57
RonaldsMazitishttps://paste.ubuntu.com/p/THxw9BxQp2/13:57
cristian_ccoz_: I can ebter tty by ctrl+alt+f113:57
cristian_c*enter13:57
TJ-RonaldsMazitis: this is due to the root file-system being out of space13:57
RonaldsMazitiswhat can I do13:58
coz_cristian_c, you are on a different system right now, yes?13:58
TJ-RonaldsMazitis: free some space? it loks like the root-fs is 611GIB13:59
RonaldsMazitisbut there is 3 gb of space13:59
RonaldsMazitiswhen I go to my home folder13:59
cristian_ccoz_: I'm not chatting by that mhine, obviously13:59
TJ-RonaldsMazitis: some space on a file system is reserved blocks and cannot be used for files13:59
cristian_cbut I can type commands in tty14:00
TJ-RonaldsMazitis: show us "pastebinit <( sudo dumpe2fs -h /dev/sda1 )"14:00
cristian_c*machine14:01
coz_cristian_c, xrandr --output DP2 --mode 3840x2160 --scale 2x2    or   xrandr --output DP2 --mode 1024x768 --scale 1x114:01
RonaldsMazitishttp://paste.ubuntu.com/p/FBfk3GK8Ps/14:01
cristian_cok14:01
coz_cristian_c, may get you in so you can change resolution14:01
gartraltest14:02
coz_tested14:02
cristian_ccoz_: first command: Can't open display14:03
coz_oh!14:03
RonaldsMazitisFree blocks:              776315414:03
RonaldsMazitisFree inodes:              3735282814:03
cristian_ccoz_: second command: Can't open display14:04
cristian_cI don't know how to reset display configuration14:05
m4rkusHello good people of #ubuntu! I have created an LXC container, and I have installed ubuntu-desktop inside that container. Now I want to connect via SPICE to that container. On the host I have installed virt-manager and remote-viewer. What more do I have to do to connect to that container? Please tell me what to do. I can connect to the console just fine, but not to X.14:05
coz_cristian_c, hold on, let me check, or someone can jump in with more  knowledge14:06
cristian_cthank you anyway14:06
accesspointcristian_c: check this link: https://askubuntu.com/questions/749333/how-can-i-reset-my-display-settings-through-terminal14:06
RonaldsMazitisTJ-: https://paste.ubuntu.com/p/M4ddxmMCTT/14:06
cristian_cinteresting. my native display size ismj14:07
TJ-RonaldsMazitis: the "can't read" suggests a file-system fault. Check the kernel log for disk I/O messages: "pastebinit <( dmesg )"14:07
cristian_cis just 1440x90014:07
TJ-RonaldsMazitis: if it isn't that we can try reducing the number of Reserved Blocks14:08
RonaldsMazitishttp://paste.ubuntu.com/p/FqKKRsZRYJ/14:08
coz_cristian_c, try this   xrandr -d :0 --output LVDS1 --auto14:08
TJ-RonaldsMazitis: there you go, at the end, apparmor is denying read access14:09
cristian_caccesspoint: monitors.xml doesn't exist inside .config14:09
coz_cristian_c, damn14:09
RonaldsMazitisTJ-: so14:10
cristian_ccoz_: some hours ago I tried xrandr -d :014:10
RonaldsMazitisI need to configure apparmor14:10
TJ-RonaldsMazitis: it should be set by the package. "pastebinit /etc/apparmor.d/usr.sbin.mysqld"14:10
RonaldsMazitishttp://paste.ubuntu.com/p/sqkhJgmWtq/14:11
coz_cristian_c, I'm at a loss, hopefully someone here has mor information14:11
coz_cristian_c, lett me check one more thing14:11
cristian_caccesspoint: xrandr -s 1440x900 returns: Can't open displ14:11
cristian_c*display14:11
RonaldsMazitishttps://askubuntu.com/questions/175704/unable-to-start-mysql-server-after-update14:12
accesspointcristian_c: try it with the -d option: xrandr -d :0.0 -s 1440x90014:12
RonaldsMazitisTJ-: should I do as in last link?14:12
TJ-RonaldsMazitis: no, that refers to a custom path. Your apparmor denials are for a directory that is defined in the profile14:13
RonaldsMazitisok14:13
TJ-The rule in that file that allows it is "  /etc/mysql/** r,"14:14
TJ-RonaldsMazitis: which means everything under /etc/mysql/ can be read14:14
RonaldsMazitisyeah14:14
cristian_ccoz_: anyway, it's a desktop pc14:14
RonaldsMazitiswhat should I change?14:14
TJ-RonaldsMazitis: it is possible there is a local apparmor profile though, so let's check that 1st. "pastebinit /etc/apparmor.d/local/usr.sbin.mysqld "14:15
coz_cristian_c, ok did you try accesspoint suggestion?14:15
RonaldsMazitisNevar noslasīt no: /etc/apparmor.d/local/usr.sbin.mysqld14:16
B4B4NNhello14:16
RonaldsMazitiscan't read14:16
RonaldsMazitisfrom file14:16
TJ-RonaldsMazitis: OK, so there wasn't one14:16
bucketm0usewhen doing an 'apt install {package}' I get an error: 'adduser: The user 'munge' already exists. Exiting.' ... 'Errors were encountered while processing: munge'. How can I get around this without breaking the current 'munge' configuration in any way?14:16
TJ-RonaldsMazitis: just check the directory to be sure: "sudo ls -l /etc/apparmor.d/local/"14:16
B4B4NNi need help in encryption file jar14:16
cristian_ccoz_: your command returns: Invalid MIT-MAGIC-COOKIE-1 keyCan't open display :014:16
coz_cristian_c, mm damn hold on14:17
RonaldsMazitisTJ-: https://paste.ubuntu.com/p/mGPrHVyBDF/14:17
jellyhi, is there a time framee for do-release-upgrade from 16.04.x LTS to 18.04.1 to be officially supported (without -d)?14:17
TJ-bucketm0use: sounds like a bug in the package's .postinst script; should report it for starters14:17
cristian_caccesspoint: your command returns: Invalid MIT-MAGIC-COOKIE-1 keyCan't open display :0.014:18
TJ-RonaldsMazitis: I wonder if that mysqld-akonadi is affecting it? "pastebinit /etc/apparmor.d/local/usr.sbin.mysqld-akonadi"14:18
jellybucketm0use, that sounds like a broken package, adding system users and groups in package installation scripts should always be conditional14:18
RonaldsMazitishttp://paste.ubuntu.com/p/TNMkjHZfRy/14:19
TJ-RonaldsMazitis: so not that, it's empty of rules14:19
bucketm0usejelly / TJ-, does this mean I'm sol? I've inherited this system and I just wanted to do an installation14:19
jellybucketm0use, does this package come from OS ubuntu.com repos, or from somewhere else?14:19
TJ-RonaldsMazitis: hmmm, this is weird, let me re-read the logs in case I missed something obvious14:19
jellybucketm0use, can you please pastebin the complete command line and output of the command you ran, and also output of "apt-cache policy munge"14:20
TJ-RonaldsMazitis: one thing the apparmor log message doesn't confirm is what mysqld is trying to access; we're assuming /etc/mysql/ due to other messages14:20
RonaldsMazitisTJ-: I can access phpmyadmin14:21
RonaldsMazitis#2002 - No such file or directory — The server is not responding (or the local server's socket is not correctly configured).14:21
jellybucketm0use, it doesn't mean you're sol, there are options for going forward but it's best to see the whole picutre first before suggesting something14:21
bucketm0usejelly, https://paste.ubuntu.com/p/FB2bSZbQBG/14:23
TJ-RonaldsMazitis: I suspect there's something in your local /etc/mysql/my.cnf that is pointing to a location outside the allowed paths. Can you show us "pastebinit /etc/mysql/my.cnf"14:23
RonaldsMazitishttp://paste.ubuntu.com/p/bGyR3trkrk/14:23
coz_cristian_c, sorry, I cant find a solution, so I will back off so someone else can jump in14:23
cristian_ccoz_: thank you anyway14:24
bucketm0usejelly, I forgot to add the output of the apt install: https://paste.ubuntu.com/p/mzNrws3Kpm/14:24
RonaldsMazitisso it could not update mysql server and now I can't reinstall, configure or anything14:26
TJ-RonaldsMazitis: the directory doesn't exist, unless you've created it since. Do  "sudo mkdir /etc/mysql/conf.d" then "sudo systemctl start mysql"14:26
RonaldsMazitisJob for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.14:26
accesspointcristian_c: also sorry, I don't have any other suggestion for now14:26
cristian_caccesspoint: ok, thanks14:27
TJ-RonaldsMazitis: pastebin the journalctl log14:27
cristian_chas anyone any other ideas?14:27
RonaldsMazitishttps://paste.ubuntu.com/p/GZyHdBcxfX/14:27
jellybucketm0use, and what is the full command line that results in <bucketm0use> jelly, I forgot to add the output of the apt install: https://paste.ubuntu.com/p/mzNrws3Kpm/ ?14:28
TJ-RonaldsMazitis: the mysql.service unit is set to disabled according to that14:28
bucketm0usejelly, that's in the first pastebin (apt install python-virtualenv)14:28
TJ-RonaldsMazitis: "sudo systemctl enable mysql.service && sudo systemctl start mysql.service"14:28
RonaldsMazitishttps://paste.ubuntu.com/p/jGYNrDntZH/14:29
TJ-RonaldsMazitis: check the journal again :)14:30
TJ-RonaldsMazitis: I think we're getting closer14:30
RonaldsMazitishttps://paste.ubuntu.com/p/v6gfJgGmrw/14:30
TJ-RonaldsMazitis: and show us "pastebinit <( dmesg | tail -n 50  )"14:30
RonaldsMazitispastebinit <( dmesg | tail -n 50  )14:31
RonaldsMazitishttp://paste.ubuntu.com/p/vH7gvGSF6W/14:31
RonaldsMazitisso I need apparmor to allow14:33
RonaldsMazitismysql14:33
RonaldsMazitisany idea how to do this?14:34
jellybucketm0use, ah right, missed it.  Well it's a package from universe which is pretty much unmaintained as far as I understand it.  It's also a bit ironic that it's a pacakge dealing with uid and gid management but apparently can't manage its own.  Dirty workaround: edit /var/lib/dpkg/info/munge.postinst, find the line containing "adduser --system ... munge" command, append this to that line: || true14:35
jellybucketm0use, then run "dpkg --configure -a" and "apt-get -f install" to let any pending apt actions finish14:35
TJ-RonaldsMazitis: let's try starting it directly rather than as a service: "sudo mysqld --verbose --help --innodb-read-only |& tee /tmp/mysqld.log" then "pastebinit /tmp/mysqld.log"14:36
bucketm0usejelly, you are a saint. thank you14:37
adroit_machineI'm connected to the internet via wifi hotspot. How do I determine the IP address of my machine? I have tried ifconfig, but it doesn't show "wlan" ip14:38
RonaldsMazitishttp://paste.ubuntu.com/p/4F7d4Gnp9w/14:38
RonaldsMazitisTJ-:14:38
cromulonanyone able to answer a question regarding deb822 in 14.0414:38
JimBuntu!ask | cromulon14:38
ubottucromulon: 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 !patience14:38
cromulondeb822 formatted .sources file in 14.04 error: Ignoring file 'main.sources' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension14:39
cromulonapt 1.0.1ubuntu2 for amd64 compiled on Apr 12 2018 10:14:3614:40
tripelbis ubuntu a subset of debian14:40
JimBuntuDerivative work14:40
EriC^^cromulon: sources are supposed to be named something.list14:40
TJ-RonaldsMazitis: hmmm! I wonder if the mysqld log itself is more helpful. "pastebinit <( sudo ls -latr /var/log/mysql/ ; sudo tail -n 200 /var/log/mysql/error.log )"14:41
RonaldsMazitishttp://paste.ubuntu.com/p/NRhpZFPZh6/14:41
cromulonEriC^^: not according to this https://manpages.debian.org/unstable/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT14:42
tripelbthanks JimBuntu14:42
EriC^^cromulon: "This is a new format supported by apt itself since version 1.1. Previous versions ignore such files with a notice message as described earlier."14:43
TJ-RonaldsMazitis: quite a few issues there reported as ERRORs - from last to first, "[ERROR] 1819  Your password does not satisfy the current policy requirements" "[ERROR] InnoDB: Error number 28 means 'No space left on device'" <<<-- out of disk space14:43
tomreyncromulon: the correct file nam extension would be .list14:43
tomreynoh EriC^^ beat me to it14:44
EriC^^cromulon: renaming it .list won't work either, it uses colons and whatnot, i think you'd need to convert to normal apt format pre 1.114:44
TJ-RonaldsMazitis: looks like you fixed that earlier out of disk space, that was timestamped at 13:03, latet run was at 13:15... and since then nothing. What is the system's current time now?14:44
cromulonEriC^^: if I rename the file it doesnt seem to read it as as deb822 format E: Type ‘Types:’ is not known on line 1 in source list /etc/apt/sources.list.d/main.list14:44
EriC^^cromulon: yes, exactly14:45
RonaldsMazitisTJ-: systems time, by that You mean current time?14:45
TJ-RonaldsMazitis: yes14:45
TJ-RonaldsMazitis: as in "date"14:45
RonaldsMazitis17.4514:45
JimBuntucromulon, https://unix.stackexchange.com/questions/198460/rfc822-style-sources-list-yields-e-type-types-is-not-known14:45
TJ-RonaldsMazitis: right, so the last time mysqld actually ran was 13:15, 4.5 hours ago14:45
RonaldsMazitisso why it does not run now14:46
TJ-RonaldsMazitis: so we're back to the apparmor issues it seems. I think we need to trace what is going on at a system level to understand this.  "sudo apt install strace"14:46
TJ-RonaldsMazitis: then do "sudo strace -fe trace=file /usr/sbin/mysqld --pid-file=/run/mysqld/mysqld.pid |& tee /tmp/mysqld-strace.log" then "pastebinit /tmp/mysqld-strace.log"14:47
tomreynadroit_machine: it doesn't have to be called 'wifi'. running "iwconfig" should help dtermine the interface, and "ip a INTERFACE" will tell its ip address.14:48
TJ-tomreyn: any ideas on this apparmor/mysqld issue on 16.04? I think I'm missing something14:48
RonaldsMazitishttp://paste.ubuntu.com/p/TsyYZnY2g8/14:48
tomreynTJ-: will take me a while to catch up.14:49
=== charolastra_ is now known as charolastra
cromulonEriC^^: If I cant use deb822 with apt 1.0.1 is there a another format where I can have have a URI with more than 1024 chars, as it contains a token.14:50
TJ-tomreyn: the focus is on apparmor DENIED for the mysqld profile, apparently for /etc/mysql/conf.d - let me point you to pastebins that focus on that.  http://paste.ubuntu.com/p/vH7gvGSF6W/  https://paste.ubuntu.com/p/zTh573zQ23/14:50
TJ-tomreyn: we created /etc/mysql/conf.d since then14:50
cromulonJimBuntu: I found this link and it doesnt seem to make a difference14:52
RonaldsMazitishttps://askubuntu.com/questions/916009/mysql-wont-start-because-of-apparmor14:52
RonaldsMazitismaybe I need to add14:53
RonaldsMazitis/proc/*/status r,14:53
RonaldsMazitis  /sys/devices/system/node/ r,14:53
RonaldsMazitis  /sys/devices/system/node/node0/meminfo r,14:53
TJ-RonaldsMazitis: tomreyn actually, that lastest strace log shows it gets past the /etc/mysql/ accsses fine which is good news. I'm reading the rest of the strace log carefully14:53
tomreynTJ-: i'm not very good with apparmor, but reading up on your links now.14:53
TJ-tomreyn: I think this is now mysqld corruption due to running out of disk space earlier14:54
biebI have this lenovo desktop https://psref.lenovo.com/Detail/ThinkCentre/ThinkCentre_M710_SFF?M=10M7000SUS I have installed Ubuntu 18.04, there are 2 display ports. I am trying to setup dual monitors, but when I look in settings I only see the one display. Any ideas or how-tos that anyone can point to, to get this set up?14:54
TJ-RonaldsMazitis: check if mysqld added newer timestamped log-files: "pastebinit <( sudo ls -latr /var/log/mysql )"14:55
=== Dreaman is now known as Blade
TJ-bieb: is the laptop using Wayland and not Xorg ?14:55
RonaldsMazitishttp://paste.ubuntu.com/p/TXPZdPjHJd/14:55
=== amirpro_ is now known as amirpro
jayjo_are there some easy ways to figure out what's running on a server? I have an old server I want to migrate, I just want to double check there aren't any processes or things I'm forgetting about14:55
TJ-RonaldsMazitis: yay, we have a new error.log! "sudo pastebinit /var/log/mysql/error.log "14:56
RonaldsMazitishttp://paste.ubuntu.com/p/S9RQy9d8qZ/14:56
TJ-RonaldsMazitis: at this stage I'm going to guess you've got a corrupted database due to running out of disk space14:56
TJ-RonaldsMazitis: that's strange, the timestamps are 14:56:0714:57
Simonioushttps://ghostbin.com/paste/k9m32 <- I can't ssh in via wireless.14:57
TJ-RonaldsMazitis: seems there's another mysqld running! "pastebinit <( ps -efly | grep mysqld)"14:58
RonaldsMazitishttp://paste.ubuntu.com/p/dt8Jdx3kZd/14:58
=== capella|away is now known as capella
biebTJ-: not a laptop.. M710s sff desktop14:59
tomreynmysqld likes to log to /var/lib/mysql/ if it fails to start up fully14:59
TJ-RonaldsMazitis: try this "sudo systemctl stop mysql; sudo kill -TERM 15717" then "pastebinit <( ps -efly | grep mysql )"14:59
TJ-tomreyn: /var/lib/mysql?15:00
tomreynTJ-: or whereever the it thinks its data directory is, yes15:00
tomreyn-the15:00
RonaldsMazitishttp://paste.ubuntu.com/p/97R8s2xvbk/15:00
TJ-RonaldsMazitis: darn! there's the problem, you've got several installer related processes running!15:02
jellybucketm0use, whoever wrote that package made a simple bug, but that's a rookie mistake.  Whoever fixed that CVE and uploaded made a WORSE bug, it's obvious they did not even test whether the upgrade could work at all.15:02
RonaldsMazitishow and why15:02
TJ-RonaldsMazitis: disk space15:02
TJ-RonaldsMazitis: At this point I think you should reboot it, that'll get it into a predictable state, and most of the issues we're hitting may well vanish15:03
TJ-RonaldsMazitis: come back and tell us if its working, or not, and we can carry on if needed15:03
tomreynuuh, not a nice situation there.15:04
tomreyni agree on the reboot15:04
TJ-tomreyn: i should have checked the process list earlier15:04
tomreynso should they have15:05
TJ-tomreyn: got a nice collection of about 25 pastebins though :p15:05
tomreyndon't worry, there's plenty of space left on the internet15:06
impihello15:06
impihas anyone in here compiled a static bindary of PHP ?15:06
Simoniousmy current play is to put: 2 * * * * root ping -I wlan0 8.8.8.8  into crontab to keep the wifi alive.. :/15:06
JimBuntuSimonious, is that working for you? It sounds like WiFi hasn't been activated until after log-in15:08
SimoniousJimBuntu: it's worse than that, wifi isn't activated until after I perform an outgoing connection or ping using that adapter15:09
SimoniousJimBuntu: I don't yet know if the cron solution is working, I've just implimented it.15:09
tomreynRonaldsMazitis: so the mysql server runs on the same computer you're chattting from?15:10
TJ-tomreyn: hopefully silence is a good sign :)15:10
tomreynTJ-: i would think RonaldsMazitis is investigating the current state15:11
JimBuntuSimonious, I don't think the cron task will work unless you only need it to run once per hour15:11
SimoniousJimBuntu: I don't know how often it needs a kick in the pants15:12
JimBuntuSimonious, in your network manager GUI, if you edit the connection, does it show it's enabled for all users?15:12
SimoniousJimBuntu: looks like I can make a cron job run every 5 minutes if I want15:12
SimoniousJimBuntu: I don't trust/use the GUI (but yes, it does)15:13
TJ-Simonious: your issue is the wired interface taking preference over the wifi, whereas you want them both up at the same time I think ?15:13
RonaldsMazitisTJ-: I restarted15:13
RonaldsMazitisnow I need to restart installation or what?15:13
RonaldsMazitisnow I need to restart installation or what?15:13
TJ-RonaldsMazitis: is mysqld running? "systemctl status mysql"15:13
tomreynRonaldsMazitis: so the mysql server runs on the same computer you're chattting from?15:13
RonaldsMazitisyeah15:14
RonaldsMazitisit is runnin15:14
TJ-RonaldsMazitis: and you still need to address the lack of free disk space reported by "df"15:14
SimoniousTJ-: you think so? I'm not sure. My brain is a bit twisted up at this time, but it seems if I reboot with no wired connection I cannot ssh in, however if I log into console and ping google, then I can ssh in over wifi *shrugs*15:14
=== randomlife is now known as Guest78171
neoncontrailsWhere can I find a list of official apt repositories for 18.04? I fear I might have pruned some official sources when manually removing some PPAs that seemed to be creating some dependency conflicts15:14
RonaldsMazitishttps://paste.ubuntu.com/p/YybF64JGfb/15:14
TJ-Simonious: hang on, the wifi requires a passphrase (PSK) or uses a certificate? Because it is possible that has been saved in the user key-ring and needs the user to log-in first to access it15:14
tomreynRonaldsMazitis: looks full to me15:15
RonaldsMazitisI have 4 gb free on home dir15:15
TJ-RonaldsMazitis: so now your task is to free up some space on the root file-system15:15
RonaldsMazitishow15:15
tomreynRonaldsMazitis:normally you'd have a separate /var partition or /var/lib/mysql for mysql15:15
tomreynRonaldsMazitis: is there actually any daa in mysql that you want / need to keep?15:16
tomreyn*data15:16
TJ-RonaldsMazitis: no, you don't. The remaining 'available' is reserved blocks for root only, but the GUI tools don't show that. Typically ext3/4 file-systems reserve 5% space for root so on disk-full the root user can still operate to fix it15:16
RonaldsMazitisso I need to delete programms?15:17
TJ-RonaldsMazitis: tomreyn best to discover where the space is being used, I'd bet it's in $HOME: "sudo du -x -d 3 / | sort -n"15:17
SimoniousTJ-: it does need a passphrase, however that is stored where it is supposed to be and is correctly found on boot per the syslog15:17
TJ-Simonious: you've confirmed it is in /etc/NetworkManager/system-connections/<connection-name> as "psk=...." ?15:17
SimoniousTJ-: yes15:17
TJ-Simonious: great. This is 18.04 yes?15:18
SimoniousTJ-: yup15:18
TJ-Simonious: I've dealt with 2 other users recently reporting this same issue, of wifi I/Fs not coming up on boot even though they are system connections15:18
TJ-Simonious: let me look at the source-code, see what changed recently15:18
Simoniousnice15:18
RonaldsMazitisI deleted another file for 1,9 gb15:19
RonaldsMazitisnow it shows 99%15:19
TJ-Simonious: hmmmm, in the changelog: "+ Install a config file to enable WiFi powersave"15:19
TJ-Simonious: that sounds like it could cause this15:20
TJ-Simonious: have you recently rebooted that PC? I want to get a recent log of the boot-time actions of NM15:20
TJ-RonaldsMazitis: you could also reduce the reserved blocks to 2% with "sudo tune2fs -m 2 /dev/sda1"15:21
tomreynRonaldsMazitis: what is consuming those 575 GB of storage on / mostly? is it just mysql? ubuntu itself wont take more than 10 or 20 GB.15:21
RonaldsMazitisvideos15:22
RonaldsMazitislol15:22
TJ-tomreyn: no, not mysql, I had the directory list earlier15:22
RonaldsMazitis/dev/sda1      611284200 573527016  25317532  96% /15:22
RonaldsMazitisnow15:22
dev_u_randomNot explicitly ubuntu related, but if I ssh into a computer from work, they can see that I'm ssh-ing but not what is being sent over ssh correct?15:22
RonaldsMazitisshould myslq now work?15:23
tomreynRonaldsMazitis: well, those should not be on the same partition as a mysql database, nor should the system be, in case you're serious about your data. i'm saying this for later.15:23
SimoniousTJ-: pm me with the activies you want me to perform please15:23
RonaldsMazitisso now I gotta install-fixed?15:23
RonaldsMazitissudo apt-get --fix-broken install15:24
RonaldsMazitis?15:24
TJ-Simonious: I don't do PMs, support is in the channel so others can contribute15:25
TJ-RonaldsMazitis: no, why? is "apt-get" reporting some error?15:25
RonaldsMazitisnow it installs15:25
RonaldsMazitisyeah it installed mysql server15:25
TJ-RonaldsMazitis: you might find "sudo apt clean" might help reduce space15:26
SimoniousTJ-: you are looking for log?15:26
RonaldsMazitisnow I have 24 gb15:26
SimoniousTJ-: with or without the cron kludge?15:26
RonaldsMazitisfree space15:26
TJ-Simonious: "pastebinit <( tail -n 2000 /var/log/syslog )"15:26
SimoniousTJ-: by the way the cron kludge failed - my wifi connection via ssh has stopped being connected :/15:26
TJ-Simonious: I just want to see what NM is doing before user loig-in15:26
tomreynRonaldsMazitis: as a result of apt clean?15:27
MocAnyone having issue with gnome-control-center segfaulting ? I get this when starting from terminal : GLib-CRITICAL **: 11:26:46.639: g_strsplit: assertion 'string != NULL' failed15:27
TJ-Simonious: have you considered it may be RF interference meaning the wifi can't get a quality link ?15:27
tomreynRonaldsMazitis: ah no you had those before15:27
RonaldsMazitisstill 2415:27
RonaldsMazitisnow I gotta start the server15:28
TJ-Simonious: if there are other, more powerful, APs in the same area on overlapping channels. You can check with "sudo iwlist <IFNAME> scan"15:28
RonaldsMazitishow do I restart server now15:28
tomreynRonaldsMazitis: unless you set it not to start automatically, it will already be running15:28
SimoniousTJ-: hmm.. we are running a mesh and we aren't in a town, there isn't much besides us here.15:28
RonaldsMazitisapache is runnng15:28
TJ-RonaldsMazitis: "sudo systemctl reboot"15:29
SimoniousTJ-: actually there isn't any wireless besides us here at detectable levels.15:29
RonaldsMazitisomg15:29
RonaldsMazitisdatabase is vanished15:29
TJ-Simonious: maybe there's an issue with the mesh? what's the signal quality when the connection is working ("iwconfig ")15:29
RonaldsMazitisI logged in phpmyadmin15:30
TJ-Simonious: is the interface in ad-hoc mode or STA ?15:30
tomreynRonaldsMazitis: /var/lib/mysql is empty?15:30
RonaldsMazitisnop15:30
tomreynRonaldsMazitis: well, so it's still there.15:31
TJ-RonaldsMazitis: I warned you earlier, the mysql error.log reported out of space, so possibly corrupted DB files. You need to see what files are there in /var/lib/mysql/ and find out if/how to recover them. You have backups of course?15:31
RonaldsMazitisyes15:31
Simonioustj https://ghostbin.com/paste/jypns15:31
RonaldsMazitisbut the backup is week old15:31
RonaldsMazitissucks15:31
SimoniousTJ-: I'm not sure on ad-hoc or STA, how do i check?15:31
=== synapt is now known as nate
TJ-Simonious: -57dBm looks OK, but the Invalid Misc count, if it grows rapidly, could be pointing to an issue15:31
SimoniousTJ-: it's up to 67 now15:32
TJ-Simonious: "mode: managed" means STA mode (client of an AP, so not a true mesh)15:32
SimoniousTJ-: also that wifi connection I mentioned that locked up just woke back up - maybe cron is doing it's jobe after all15:32
Simonious*job15:32
tomreynRonaldsMazitis: TJ- suggested you should reboot again. I agree, since your / ran full again earlier, and some services may not be working or logging properly as a result now15:32
SimoniousTJ-: yeah, endpoints aren't part of the mesh, the mesh is just an AP mesh15:33
TJ-Simonious: OK, I've built mesh networks so it means something very different to me :)15:33
SimoniousTJ-: that's fair15:33
SimoniousTJ-: we've got a mesh of APs, it works okay.15:33
TJ-Simonious: check the kernel log for clues (recall the power-save thing I mentioned) check 'dmesg' and/or /var/log/kern.log for any messages about the wifi device15:34
Simoniousup to 68 invalid misc15:34
tomreynRonaldsMazitis: ping me later if you'd like to discuss how to configure your mysql server more resiliently15:34
TJ-Simonious: APS using WDS to link together you mean, to provide an area network on the same BSSID ?15:34
SimoniousTJ-: I don't know those details I guess15:34
TJ-Simonious: that 68 is fine, I'm at 370 here... it's when it rapidly heads for the high hundreds you want to worry15:35
SimoniousTJ-: it is one ESSID no matter which mesh node you are connected to15:35
SimoniousTJ-: and I can walk around and the nodes will hand me off15:35
TJ-Simonious: so I'm still thinking its either some radio interference source, or the power-saving of the wifi device15:35
TJ-Simonious: right, that's what APs are supposed to do when they're advertising the same BSSID15:36
TJ-Simonious: the logs are your best resource for solving this boot-time issue15:36
SimoniousTJ-: the interference idea doesn't sound right, is there a reasonable way to check for that? - maybe a cell phone with a wifi signal analyzer?15:36
SimoniousTJ-: I'm not great at analyzing logs..15:36
SimoniousTJ-: .. or even finding them in many cases15:36
RonaldsMazitishow long can 14 mb sql file import?15:37
TJ-Simonious: no, it can be things like a microwave oven, baby monitor, video doorbell... they all can use the same unlicensed spectrum, and they don't use the same transmission scheme as wifi or bluetooth, so they can interfere easily15:37
TJ-Simonious: "pastebinit <( tail -n 2000 /var/log/syslog )"15:37
RonaldsMazitisI never knew there needs to be specific partition just for mysql15:38
SimoniousTJ-: if I'm going to share that log, I'd prefer to keep it private15:38
TJ-Simonious: everything in there is pretty standard, it doesn't reveal passwords or such.15:38
tomreynRonaldsMazitis: it doesn't have to be, but if you're serious about it, it should be. you'd also want mirror raid at least.15:38
SimoniousTJ-: IPs  I just don't want to invite any abuse15:39
TJ-Simonious: your IP address is already visisble15:41
RonaldsMazitisok, so I got my database back15:41
RonaldsMazitisit's just 17 days old15:42
TJ-Simonious: I did notice the AP is operating at 5.16GHz but the bitrate is only 6 Mb/s which suggests a very weak connection, it should be much higher15:42
RonaldsMazitisI must take copy's more often, because this would be very bad as it is.15:42
tomreynRonaldsMazitis: you'd also not run a graphical desktop on the same computer normally (unless, maybe, the mysql server is there just for development purposes, but even then i'd compartmentalize it)15:42
* Simonious ponders15:42
TJ-Simonious: in all the years I've been here I've never heard of anyone having issues as a result of sharing these logs, but its up to you.15:43
tomreynRonaldsMazitisif the data is relevant, you probably want to take nightly backups or run a cluster.15:43
SimoniousTJ-: I'm not willing to publically share that log, I'd email it to you.15:43
SimoniousTJ-: I know that isn't much better than public, but there it is.15:43
TJ-Simonious: sorry, that's not how we do support here. We share in the channel so everyone can contribute.15:44
SimoniousTJ-: I understand, I'm just not going to share internal network details.15:44
tomreynRonaldsMazitis: ...a cluster with a mysql server which is dedicated to getting backups out of it.15:44
SimoniousTJ-: here is an interesting line from that log: Aug  7 08:52:20 BS-1 NetworkManager[22234]: <info>  [1533649940.6532] device (wlan0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')15:45
tomreynRonaldsMazitis: another option is to run backups live without much locking if you use LVM snapshotting and innobackupex to backup.15:46
tomreynthis can be done on a single node, too15:46
RonaldsMazitisgetting normal sql files for my project works15:46
RonaldsMazitisI will just do them more ofter15:46
RonaldsMazitisoften *15:46
tomreynif this is the only change you'll make as a result of today's experience then you didn't learn much from it. ;)15:47
TJ-Simonious: that might suggeset there's something else besides NM configured to manage wlan015:48
TJ-Simonious: have you been playing with netplan/systemd-networkd/ifupdown ?15:48
Simonioushmm15:48
TJ-Simonious: or wicd/wpa_supplicant?15:48
SimoniousTJ-: I'e been in  /etc/NetworkManager/system-connections/ and /etc/wpa_supplicant.conf15:49
TJ-Simonious: NM's own system-connections isn't an issue. The message "unmanaged" suggests NM thinks it no longer is responsible for managing that interface. Was that message recent, or from some time ago when you were experimenting?15:50
TJ-Simonious: NM will control it's own instance of wpa_supplicant, so if you've edited /etc/wpa_supplicant.conf it's possible you've got that starting as it's own stand-alone service and interfering15:51
Simoniousthat was 2 hours ago during some experimenting15:51
SimoniousTJ-: doesn't look like much in there: https://ghostbin.com/paste/kt5j815:52
TJ-Simonious: NM should kick off a connection with a message like this. It'll then log what it's doing including the values it is going to pass to wpa_supplicant, and you will see messages from wpa_supplicant too. e.g. "NetworkManager[27837]: <info>  [1533641540.9641] policy: auto-activating connection 'wifi5.lan.iam.tj'"15:54
TJ-Simonious: remove/backup /etc/wpa_supplicant.conf, that is going to get in the way since when wpa_supplicant starts it'll use that instead of what NM tells it15:56
SimoniousTJ-: I see 10 such messages from this morning, I assume from my swapping wireless network adapters back and forth, not sure.15:56
SimoniousTJ-: moved15:56
TJ-Simonious: that would sound about correct; remove wpa_supplicant.conf, do a reboot test, check /var/log/syslog for the latest boot see what NM and wpa_supplicant report/do15:57
SimoniousTJ-: shall I remove the cron kludge first?15:57
TJ-Give it about 1.5 minutes to get started15:57
TJ-Simonious: yeah, that'd be good, else you might have unintended interactions15:57
SimoniousTJ-: may I leave the wired connection in place?15:57
TJ-Simonious: yes, leave it all as it is supposed to be when working perfectly :)15:58
SimoniousTJ-: ok, rebooting15:58
aidrocsidSetting up my Ubuntu 18.04 VPS for Wordpress. Apache works, PHP was fine last I checked, SSL is working, I have fail2boot and my firewall and all that set up, but when I try to set up databases for wordpress I start getting errors about not being able to find mysqld.sock. I tried making the directory and chowning it to mysql but it didn't do any good. I tried uninstalling and purging then reinstalling15:59
aidrocsidmysql, now when I try to start the server I get "job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory16:00
=== SimonNL is now known as SimonNL_Afk
TJ-aidrocsid: mysqld.sock is a socket, not a directory. If you've created a directory the socket won't be able to be created16:01
aidrocsiddoh16:01
TJ-aidrocsid: and the socket is used for communication16:01
aidrocsidso delete the directory?16:01
TJ-aidrocsid: indeed16:02
aidrocsidty <316:02
SimoniousTJ-: on reboot I was able to ssh in to the wifi IP of the target first try16:02
SimoniousTJ-: however it seized almost right away :/16:03
TJ-Simonious: right, so now you need to examine the logs to discover what happened16:03
TJ-Simonious: that's syslog and kern.log/dmesg. There may be a hardware/firmware problem - I suspect the link dropped16:04
TJ-Simonious: what kind of antenna does this PC have? because at 5GHz any slight blocking of the line-of-sight like a human body moving between them, could interfere16:04
SimoniousTJ-: it's a lappy, so internal monitor antenna I'm guessing16:04
SimoniousTJ-: oh odd.. it's also dropping the wired ssh sessions almost right away too16:05
TJ-Simonious: right, notorious for problems in low-signal-strength situations. Is there a 2.4GHz alternative channel you could use?16:05
TJ-Simonious: the drop could be because when an interface goes down (as you should see in the logs) the sshd is restarted16:06
=== amirpro_ is now known as amirpro
SimoniousTJ-: hehe, just harder to interact with the target on console than ssh and with the wired failing hard I'm going to have to use console16:07
TJ-Simonious: can't beat a serial console :p16:07
SimoniousTJ-: don't normally use that with a full lappy/desktop16:07
TJ-Simonious: most don't have UARTs nowadays16:08
SimoniousTJ-: that's more for esp/arm/atmel targets in my life16:08
majestic13Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?16:11
aidrocsidI deleted /var/run/mysqld/ and it's still giving me Error: Cannot connect to MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)16:14
AvidWolf43so does anyone here have ubuntu 18.* working with d6000 dual-monitor setup without randomly disconnecting16:15
=== amirpro_ is now known as amirpro
TJ-aidrocsid: you deleted the directory /var/run/mysqld !? you were supposed to delete the /var/run/mysqld/mysqld.sock whhich you said you'd created as a directory, not a socket16:15
aidrocsidno, i had created /var/run/mysqld/ because it wasn't there, then chowned it to mysql16:16
TJ-aidrocsid: "sudo apt install --reinstall mysql-server-5.7" (or whatever version it is)16:16
TJ-aidrocsid: reinstall should correct things16:16
aidrocsidmmkay uno momento16:16
aidrocsidE: Internal Error, No file name for mysql-server:amd6416:17
aidrocsidFor both mysql-server-5.7 and mysql-server16:18
TJ-aidrocsid: which ubuntu release is it?16:18
aidrocsid18.0416:18
TJ-!info mysql-server bionic16:18
ubottumysql-server (source: mysql-5.7): MySQL database server (metapackage depending on the latest version). In component main, is optional. Version 5.7.23-0ubuntu0.18.04.1 (bionic), package size 9 kB, installed size 107 kB16:18
TJ-!info mysql-server-5.7 bionic16:18
ubottumysql-server-5.7 (source: mysql-5.7): MySQL database server binaries and system database setup. In component main, is optional. Version 5.7.23-0ubuntu0.18.04.1 (bionic), package size 3189 kB, installed size 46018 kB16:18
SimoniousTJ-: hmm even after putting wpa_supplicant.conf back and rebooting I'm not longer able to get reliable ssh sessions even via the wired. *sighs*16:19
TJ-Simonious: there'll be clues in the log files somewhere16:19
TJ-Simonious: go and sit your laptop right next to the nearest AP - as a test! - and try it. That'll help determine if it is a signal strength/interference issue16:19
aidrocsidGotta get you a cantenna16:20
TJ-Simonious: 6Mbps link rate is low, especially for 802.11a16:20
SimoniousTJ-: here is a partial log (my screen) before it dropped me again https://ghostbin.com/paste/ydqj816:20
SimoniousTJ-: I don't think that number means what you think it means - that target has no traffic to speak of, that number would be way higher if there was traffic.16:21
SimoniousI can certainly go sit on an AP though16:21
aidrocsidTJ should I just do sudo apt-get remove -y mysql-* and sudo apt-get purge -y mysql-*   ?16:22
aidrocsidThen like, start again16:22
TJ-Simonious: not sure I like that "noise" value: "CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=6000"16:23
=== sk_ is now known as phinaliumz
TJ-aidrocsid: might be a good idea, but backup any mysql database you have if they're valuable (/var/lib/mysql/)16:23
aidrocsidI haven't managed to make any that matter yet16:24
aidrocsidJust installing PHP doesn't rely on a mysql database does it?16:24
TJ-Simonious: oh don't worry about noise=9999, that's what mine reports too16:24
TJ-aidrocsid: no16:24
SimoniousTJ-: the AP nodes can do 25 or 30 times that or more16:24
SimoniousTJ-: clean reboot, sat on a node, got 1MB/s16:25
TJ-Simonious: what wifi hardware is this? "lspci -nn -d::0280"16:25
Simonious61/7016:25
Simonious-49dB16:25
Simonious03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [8086:4237]16:25
TJ-Simonious: so it'll be using the iwlwifi driver16:26
SimoniousTJ-: I do have a wireless dongle that I can jump to if need be.16:26
SimoniousTJ-: that's the one I remember seeing16:26
TJ-Simonious: it's worth testing with that, see if it gets a better/worse link16:26
SimoniousTJ-: I would, but this not being able to sustain a wired ssh session is killing me16:26
SimoniousTJ-: this is new too16:26
TJ-Simonious: my gut feeling is still radio problems/interference16:27
SimoniousTJ-: to my knowledge that hasn't been an issue with other targets16:28
* Simonious ponders16:28
TJ-Simonious: having built a wireless ISP this stuff is very familiar to me, but without data (logs) it's still just guessing16:28
SimoniousTJ-: that doesn't really explain the wired ssh dropping like mad now16:30
TJ-Simonious: not sure if it is related but in your log extract I see a USB device erorr report16:30
SimoniousTJ-: that's a new thing too btw16:30
TJ-Simonious: check dmesg for device problems16:31
SimoniousTJ-: on the wired connection the very second it drops I can reconnect16:31
SimoniousTJ-: dmesg | grep error https://ghostbin.com/paste/8jux216:32
SimoniousI'm gonna pull that wifi dongle16:33
TJ-Simonious: "error" is not a helpful search term, need to see the entire log to see how things are being discovered and configured16:33
NivexAny idea what's holding up the upgrade path from 16.04 -> 18.04 ?16:35
amadeobeedoes anyone know of a good acrobat pro alternative for linux? (free.. that can do OCR, split docs, merge annotate etc etc) - thanks!!16:35
=== fabricius1 is now known as fabricius
=== FutureShock is now known as Gwen_Dolin
aidrocsidTJ everything seems to be running smoothly so far now, thanks!16:43
gonzo__hola16:45
LopeDoes anyone here play Overwatch?16:45
tomreyn!ot | Lope16:48
ubottuLope: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!16:48
LopeOkay16:49
SimoniousTJ-: nothing jumps out at me in dmesg https://ghostbin.com/paste/qd84216:50
TJ-Simonious: I have some ideas, there's a few things there. But first, tell me, is this a new PC you've just installed 18.04 to, or has it been around a while, possibly upgraded from 16.04 ?16:56
TJ-Simonious: and apparently it does have a serial port! "0000:00:03.3: ttyS4 at I/O 0x1830 (irq = 17, base_baud = 115200) is a 16550A"16:57
SimoniousTJ-: fresh install, old machine, formerly on 1616:59
SimoniousTJ-: wiped16:59
SimoniousTJ-: heading out for lunch ttys17:01
TJ-Simonious: the repeated failing USB device 6-2 looks problematic - that *could* be a USb bluetooth chip on the Intel wifi device17:03
=== SimonNL_Afk is now known as SimonNL
than_@search distributed systems17:08
lotuspsychjethan_: can we help you?17:09
liste6Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?17:09
ezael2/bye17:11
aidrocsidSetting up Wordpress, apparently apache is displaying /var/www/domain/html rather than /var/www/domain/, so I can't get at my index.php as far as I can tell. Do I need to adjust something in apache2?17:18
TJ-aidrocsid: sounds like you have the DocumentRoot set incorrectly17:19
coz_cristian_c, did you get this resolved?17:21
aidrocsidUff it's still not loading index.php correctly17:22
FuraiWhere to report a bug night light related?17:25
ELFrederichSo Typora doesn't work for me... keeps freezing.  How do I undo these commands that I did?  https://www.typora.io/#linux17:25
lotuspsychjeFurai: can you tell your whole story about it to the channel? perhaps an existing bug exist?17:25
FuraiApparently when you disable automatic time zone in time & date settings and have the correct time zone set up - the sunset and sunrise times are wrong.17:26
FuraiMaybe it stopped updating these times and over time it became more and more apparent.17:27
FuraiSo might be not noticeable directly after disabling it.17:27
jafetHello i new in ubuntu any good book to start ?17:30
lotuspsychje!manual | jafet17:30
ubottujafet: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/17:30
jafetThanks17:31
lotuspsychjejafet: we have also !uwn newslettre17:31
jafethow i can check newslettre17:34
lotuspsychje!uwn | jafet here17:34
ubottujafet here: The Ubuntu Weekly Newsletter may be found at: https://wiki.ubuntu.com/UbuntuWeeklyNewsletter17:34
=== kallesbar_ is now known as kallesbar
jafetThanks a lot for your help!17:35
NivexUWN pointed me at https://askubuntu.com/questions/1061111/16-04-lts-to-18-04-1-lts-upgrade-no-new-release-found  which still doesn't answer what the hold-up is.17:40
pragmaticenigmaNivex: There is a bug ticket currently being worked on for the LTS-to-LTS upgrade path.17:40
Nivexwhat's the bug ID?17:41
iceiceicei'm really bummed, my second monitor rotation stopped working after `apt-get upgrade`17:42
iceiceiceare there any known current issues about nvidia drivers and monitor rotation?17:42
iceiceicethere are a lot of google hits from like 2012 and 201617:42
iceiceicebut for me it was working until today17:42
=== SimonNL is now known as SimonNL_Afk
TJ-iceiceice: is the system using Xorg or Wayland?17:44
iceiceiceits ubuntu mate 16.0417:44
iceiceicei think i'm use xorg but i'm not sure17:44
TJ-iceiceice: yes, so you could use the command-line tool "xrandr" to try to do the rotation manually17:44
TJ-iceiceice: that might give you useful error messages17:45
pragmaticenigmaNivex: trying to track it down17:45
Nivexpragmaticenigma: cool, thanks.17:46
TJ-iceiceice: "xrandr -q" to get a list of the outputs, choose the correct output (let's assume it's HDMI-0) then do "xrandr --output HDMI-0 --rotation left" ( or 'right' or 'inverted')17:46
cristian_ccoz_: unfortunately not17:46
cristian_ccoz_: have you foubd any ideas?17:46
cristian_c*found17:46
coz_cristian_c, damn, I haven't been able to come up with anything..stick around, someone's bound to know a solution17:47
cristian_cI don't know17:47
pragmaticenigmaNivex: I believe this is one of the tickets: https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/176689017:48
ubottuLaunchpad bug 1766890 in ubuntu-release-upgrader (Ubuntu Bionic) "package gnome-menus 3.13.3-6ubuntu3.1 failed to install/upgrade: triggers looping, abandoned" [Undecided,Triaged]17:48
aidrocsidOkay, so I've got the directories squared away, but now when I try to connect to index.php it says Error establishing a database connection. I've got the right database name and user name set in both mysql and wp-config.php, not sure what else to look for.17:48
iceiceicethanks, i tried that earlier but i didn't get any error message17:48
iceiceicei guess its just a driver problem17:48
aidrocsidIt needs to be the user password or the database password? At any rate i've tried both17:48
phunyguySimonNL_Afk: It's really more of a big deal in this channel with the _afk.17:48
iceiceiceim just going to twist my monitor i guess17:48
Nivexpragmaticenigma: alrighty, thanks. Would be nice if they had some way to communicate "These are the blockers for the current upgrade"17:52
jnewtI can't write to my second disk.   is there a disk managment section somewhere in the settings on ubuntu 18.04 LTS that i'm just missing?17:53
jnewtI want to see the mounting options, change them, etc.17:54
pragmaticenigmaNivex: You can bypass the check. The LTS-to-Normal path is working for most people. You can update the update settings from LTS to Normal releases. You will then receive the 18.04.1 update. Just remember to switch back to the LTS channel when your machine has finished updating17:58
lotuspsychje!mount | jnewt17:58
ubottujnewt: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount17:58
pragmaticenigmaNivex: Otherwise LTS-to-LTS are typically slower, because of enterprise use. Canonical wouldn't want a large company to fall vicitim to a bad update.17:59
Nivexyeah, I know about the bypass. I just figured there were reasons why it hadn't been enabled and without knowing what those are I didn't want to pull that trigger17:59
pragmaticenigmaNivex: It's caution for enterprise clients18:00
jnewtlotuspsychje, this seems like a pretty basic thing, is the command line stuff really required?18:01
lotuspsychjejnewt: what layout is your hd you need mounted?18:02
jnewtlotuspsychje: if i right click on it and choose properties, filesystem type says fuse, 2.1gb used, 42gb free.18:03
lotuspsychjejnewt: does it mount when you click it in nautilus?18:04
jnewtlotuspsychje: I can browse, but cannot save anything to the disk, there's no option when i right click for a new folder.18:07
aidrocsidSo now I've got Wordpress up and running but I'm getting a 403 on my index.php18:08
jnewtlotuspsychje, that's just by going to Files and then Other Locations and then the disk18:08
jnewtwhen i search for nautilus, i get Files, same thing?18:09
=== jstein_ is now known as jstein
nick__I need help connecting a USB controller to my laptop18:13
nick__i was using xboxdrv last night and it was working fine, now when i try to run it (sudo xboxdrv --detach-kernel-driver) it returns "no xbox controller found".. this wasnt an xbox controller to begin with but it seemed to be working fine before? idk if anyone can help it would be much appreciated (:18:15
nick__18.04 MATE btw18:16
lotuspsychjejnewt: try fstab add perhaps?18:17
lotuspsychje!fstab | jnewt18:17
ubottujnewt: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions18:17
nick__16.04*18:18
jnewtlotuspsychje: somethings not working right then.   my fstab has the rw option, but is being mounted ro18:26
ironpillowhi all, I have a ubuntu box (quad core, 8GB memory) as a router and have two access points. I am running dnsmasq as dhcp and dns server. I have around 30 wifi devices connecting to the network. For some reason, the ubuntu box randomly looses internet. I can't ping 8.8.8.8 or google.com. But as soon as I reboot the ubuntu box, it works. I don't change anything. Any advice? really appreciate it18:29
ironpillowoh I am using Ubuntu 18.04 LTS18:35
TJ-ironpillow: is the upstream link to the Internet using wired or wireless?18:36
=== ghoti_ is now known as ghoti
ironpillowTJ-: wired and it has static ip18:38
DynVI currently don't have a HDD so am running a live 18.04. I don't have a connection where I currently reside. I'd like to play some game but I will have to power off so everything will be gone. I'm hoping to find a binary that I could run as is. I'd appreciate help.18:39
TJ-ironpillow: if it's dropping check dmesg or /var/log/kern.log for clues18:39
ironpillowTJ-: ok checking right now18:40
TJ-ironpillow: also, if it uses NetworkManager, /var/log/syslog18:40
Guest18317Testing18:40
TJ-ironpillow: otherwise systemd-networkd logs via journalctl -u systemd-networkd18:40
DynVpehaps there's a .deb game I could run?18:41
Guest18317Testing18:42
lotuspsychjeGuest18317: it works, we see you18:42
lotuspsychjeDynV: you want to play a game without internet on a live?18:42
DynVyes18:43
lotuspsychjeDynV: play sudoku?18:44
DynVlike UFO: Alien Invasion18:45
DynVor freeciv18:45
dev_u_randomSpeaking of games, I have an ubuntu install without a window manager - what are some good terminal games?18:46
ironpillowTJ-: is dmesg newly written every time ubuntu is rebooted?18:46
QuackeryTesting18:47
DynVlotus can you help?18:48
ironpillowTJ-: I see this error in dmesg: EDAC pnd2: Failed to register device with error -22.18:49
lotuspsychje!info cowsay | dev_u_random18:49
ubottudev_u_random: cowsay (source: cowsay): configurable talking cow. In component universe, is optional. Version 3.03+dfsg2-4 (bionic), package size 17 kB, installed size 87 kB18:49
lotuspsychjeDynV: if you want to game, its best you install ubuntu physically on your harddisk18:49
Quackeryany lubuntu users out there?18:52
leftyfbQuackery: do you have a support question? We don't tend to conduct surveys here.18:54
ironpillowTJ-: sorry i got disconnected. if you messaged me, could you please send the message again. thank18:54
ironpillowthanks18:54
lotuspsychjeQuackery: see the #lubuntu channel18:55
Quackeryis it easy to set up filesharing between ubuntu 16.04 & lubuntu 18.04 when running gufw (firewall)18:56
DynVis there a way to game using a 2nd USB stick to save the state in?18:59
DynVincluding installed stuff18:59
lotuspsychjeDynV: using usb as medium to use ubuntu with bottleneck your speed, not very reccomended for gaming. liveusb is more to test things around, see if hardware works19:02
lotuspsychje*will19:02
lotuspsychjeDynV: is there a reason you dont want to install ubuntu on your harddisk?19:03
DynVI would if I had one.19:04
DynVit broke.19:04
donofrioDynV, I'm doing the same thing for one of my imac's that the hdd0 is dead19:05
lotuspsychjeDynV: a harddisk is not really expensive anymore these days, consider a new buy?19:05
donofrioso yah I'd like a livedvd so I can clone a install and boot up on usb19:05
=== bildramer1 is now known as bildramer
DynVdono if a device don't support USB boot, consider getting plop.19:08
donofrioDynV, I use plop all the time, on my 2007 powerbook (x86 32 bit bios 64 bit os) I have to make my own custom unetbooin timeout select what I wanted then do the same for the plop menu then I cold only type once setup was started (plob grab usb/kbd so had to wait timm it is resolved.19:10
=== kenrin is now known as xamithan
matze12Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?19:14
lotuspsychjeironpillow: is this on ubuntu server?19:20
ironpillowlotuspsychje: yeah19:20
lotuspsychjeironpillow: join #ubuntu-server you could follow up there too if you like19:20
=== Richard is now known as Guest93232
ironpillowlotuspsychje: thanks. will do19:21
ironpillowlotuspsychje: do you know if /etc/resolv.conf is automatically rewritten. I ask because, there is a bug in 18.04 and I have to re-write resolov.conf manually every time system is rebooted.19:22
lotuspsychjeironpillow: not following much server bugs myself sorry, perhaps try !netplan or #ubuntu-server19:23
ironpillowlotuspsychje: cool. thank you!19:23
=== SimonNL_Afk is now known as SimonNL
jayjo_is Precise = v12, Trusty = v14, Xenial =v16?19:53
jayjo_are they names for the versions? and if so, what's the name for 18?19:53
ducassejayjo_: 18.04 is bionic, there is no 18 (or 12, 14, 16)19:58
oerhekssure that is easy to find20:14
core7My wifi icon does not get static on my ubuntu box. The speed looks slower than normal. Any ideas on how to debug this?20:15
oerhekscore7, explain "My wifi icon does not get static" ??20:16
DavidJJDoes anyone know if there's a wildcard for error_page in nginx20:25
DavidJJI wanna redirect all errors to use the same custom page20:26
oerheksDavidJJ, something like this?? https://raymii.org/s/snippets/NGINX_Catch_all_error_codes.html  i would not recommend to do so, but it might work20:28
DavidJJWhy do you recommend not doing that20:28
oerheksso you need to name them all, there is no 'wildcard20:28
DavidJJIs there not a regex or something that could do that20:28
DavidJJAh, that's a bit lame20:28
oerhekscopy paste..20:28
core7oerheks: It was doing the animation as if it was conecting. I changed the wifi usb adapter and it looks like that worked21:02
=== xet7_ is now known as xet7
=== riotz is now known as to_hell_with_tho
=== to_hell_with_tho is now known as ScrewTheSpammers
davidfg46Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?21:11
charli to_hell_with_tho about what21:11
linuxthefishhi guys, my atheros AR9271 wireless card isn't showing in iwconfig/ifconfig, even though I've ran modprobe ath3k, ath5k and ath9k21:18
linuxthefishI've also installed the linux-firmware package, I'm on ubuntu21:18
linuxthefishubuntu 18.0421:18
tomreynlinuxthefish: that's a usb dongle?21:20
linuxthefishyeah tomreyn21:20
tomreynlinuxthefish: whats the device id per lsusb?21:20
tomreyn0cf3:9271 would be default21:21
linuxthefishtomreyn "Bus 001 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n"21:22
linuxthefishin syslog I see "Aug  8 00:19:21 787921738 kernel: [  764.987721] usb 1-2: ath9k_htc: Firmware - ath9k_htc/htc_9271-1.dev.0.fw download failed" also21:22
linuxthefishhttp://paste.debian.net/plain/1037092 is the lines in syslog since plugging it in21:22
tomreynhttps://github.com/qca/open-ath9k-htc-firmware should have the latest firmware, but i suspect thats in 18.04 already21:23
linuxthefishyeah tomreyn it's already in /lib/firmware/ath9k_htc/htc_9271-1.dev.0.fw21:24
tomreynlinuxthefish: but apparently loading this failed21:27
tomreynlinuxthefish: i'm just trying to understand whetehr the upowerd message is relevant. it refers to the same usb connector21:28
tomreynlinuxthefish: can you try connecting it on a different usb port?21:28
FreeBDSMhi, can I install gstm (gnome ssh tunnel manager) on xfce?21:28
tomreynlinuxthefish: ...and see whether the messages change. you can use "dmesg -w" to watch dmesg21:29
=== beaver_ is now known as beaver
linuxthefishthanks tomreyn different USB port did the trick! :D21:29
linuxthefishthanks so much for your help, I spent ages troubleshooting this but guess I should have tried the simple stuff first21:29
tomreyn:)21:29
tomreynmaybe one of them is usb2.x while the other is usb3.x21:30
timelessit looks like ubuntu 18.04.1 is available http://releases.ubuntu.com/18.04/ -- does that mean i should be able to use `do-release-upgrade` to upgrade from xenial (lts) to bionic (lts)?21:33
FreeBDSMhttps://packages.ubuntu.com/search?keywords=gstm&searchon=names&suite=all&section=all why is this package not available to 18.04?21:36
timelesshttp://changelogs.ubuntu.com/meta-release-lts <- i guess it isn't on offer yet21:38
ryuoFreeBDSM: Because stretch dropped it?21:40
ryuoOr sid rather.21:41
FreeBDSMwhy?21:41
ryuoFreeBDSM: no idea. that's what it looks like.21:41
ryuoFound it.21:42
ryuoFreeBDSM: https://tracker.debian.org/news/937602/removed-12-81-from-unstable/21:42
ryuoBecause Debian dropped it, Ubuntu also dropped it.21:42
FreeBDSMryuo: that page basically says that the util got some fix and became more stable... and thus got dropped?21:43
timelessFreeBDSM: no21:43
timelessthere's no maintainers for the project21:43
FreeBDSM"We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable"21:43
timelessand it relies on a package which is unsupported/obsolete intended to be dropped21:43
timelessthat's just debian messaging, if you read the bug report linked from the bottom, you'll see the bug report was ~ "please remove this package"21:44
timelessand thus the bug report was "fixed" by removing the package21:44
FreeBDSMoh21:44
FreeBDSMokay21:44
timelessif you spend enough time w/ dbts, you'll get used to that21:44
timelessor you can (like me) remain irked by the totally quirky verbiage they use :-)21:44
FreeBDSMI doubt I will21:44
andrewhI'm trying to copy a file to a usb stick and I'm getting an error saying it's a read-only file system even though it's not.21:45
FreeBDSMI don't like the style21:45
=== mike_ is now known as Guest56313
FreeBDSMI got used to github issue tracker / bugzilla. Even shitty jira would be fine.21:45
* timeless chuckles21:45
FreeBDSMbut this... what are we, in html of 1990?21:45
timelessno, dbts is email based21:45
FreeBDSMexactly21:45
FreeBDSMemail-based tracking system21:46
timelessthe fact that there's an html archive is a courtesy...21:46
FreeBDSMridiculous21:46
lucky_sound nor properly working on my system21:46
FreeBDSMgo fidonet, lol21:46
lucky_need some help21:46
* timeless shrugs21:46
timelessanyway,... ryuo any idea on when the meta-release-lts file will get updated?21:46
timelessi was under the vague impression that the process for lts migrations was: 1. release new lts (i.e. bionic 18.04); 2. release first point release (i.e. 18.04.1); 3. users of previous lts should be able to upgrade21:47
timelessit appears that i'm somewhere between 2 and 3...21:47
andrewhCan someone help me?21:47
lucky_i newly setup my system on ubuntu but faceing some problems21:48
bluesmonkHi, I'm on an hp envy, and the touchpad "sometimes" go funny, i.e. tilts or is unresponsive at all. Sometimes it works naturally, like nothing happened.21:50
bluesmonkCould it be hardware related? Does anyone have run into this problem? I've installed    the xorg-server thingy mentioned in other places21:51
bluesmonklike https://ubuntuforums.org/showthread.php?t=2322413 but this one is really outdated.21:51
bluesmonkI'm on 18.04 btw21:51
timelessalso confusingly https://wiki.ubuntu.com/Releases?_ga=2.87386904.1864379859.1533677459-226328465.1525356676 mentions 16.04.4, but not 16.04.5; but http://changelogs.ubuntu.com/meta-release-lts mentions 16.04.5...21:52
Akuwhi, i haveing problems with one computer using samba, i cant access shared disk21:54
Akuwall compyter can do, but not mine21:54
compdocAkuw, run the command testparm21:57
andrewhI can't write to a drive to which I have write permission. Can someone help me find out why?21:57
Akuwcompdoc: now?21:59
compdocsure22:00
tomreynandrewh: we can try, but not without more details22:00
Akuwno problems22:00
andrewhtomreyn, what details do you need to know?22:00
Akuwcompdoc: https://pastebin.com/gjvpfUmB22:01
compdocAkuw, have you checked the permissions and ownership of the directories and files?22:01
tomreynandrewh: your ubuntu version, architecture, any non standard configurations or special modifications which may be relevant, which file system is it you are trying to write to, how did you mount it?22:01
Akuwlet me see22:01
Akuwbut the only computer is one after we shutdown server and shoutdown all computers22:02
andrewhtomreyn, what do you mean by architecture?22:02
compdocAkuw, you created a group named smbgrp?22:02
Akuwyes, and all computers can connect22:02
tomreynandrewh: output of the command "dpkg --print-architecture"22:02
Akuwwhen i try to connect from computer with problem it request for user and password22:03
andrewhtomreyn, 18.04, amd64. I have non-standard configurations or special modifications. I'm trying to write to a usb drive.22:04
compdocAkuw, Im not sure what the default is, but you may want to set your data shares to  browseable = Yes22:04
andrewhtomreyn, I mean I have no non-standard configuraitons or special modifications.22:04
tomreynandrewh: fully updated? so "lsb_release -ds" actually reports that you have Ubuntu 18.04.1?22:04
Akuwbrowsable = yes22:05
Akuwits ok22:05
Akuwremember all users can access, just one can't22:05
andrewhtomreyn, yes, fully updated, though it told me I had to restart before some of the updates should take effect? Should I try restarting? It says "Ubuntu 18.04.1 LTS"22:06
Akuwwhen smbstatus --->    3997         1001       DENY_ALL   0x100080    RDONLY     NONE             /home/DATA0222:06
tomreynandrewh: alright, that's good enough, no need to reboot right now. please try to remember to provide this basic information immediately when you ask questions in the future, saves you and us some time. ;)22:06
tomreyn!pastebinit | andrewh22:07
ubottuandrewh: 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 | pastebinit22:07
lstanley29Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?22:07
tomreynandrewh: please install "pastebinit", then run "lsblk | pastebinit" and post the http address here.22:07
andrewhhttp://paste.ubuntu.com/p/rPNQGGrr7f22:09
tomreynandrewh: okay, now show: mount | pastebinit22:12
Akuwany idea?22:12
andrewhhttp://pastebin.ubuntu.com/p/wCVDKcDtgc22:13
Akuwhttps://pastebin.com/4pAnw96422:14
=== Moyst_ is now known as Moyst
tomreynandrewh: what does 'id -u' return ?22:16
andrewh100022:17
tomreynandrewh: when you run this, is there any output, and which? "touch /media/andrew/20D6-CBF0/tomreyn; rm /media/andrew/20D6-CBF0/tomreyn"22:18
andrewhyes22:19
andrewhcannot touch '[file name]': Read-only file system22:20
tomreynoh, good point22:20
tomreynandrewh: can you run this: sudo mount -o remount,rw /media/andrew/20D6-CBF022:21
tomreynandrewh: any output there?22:22
andrewhno output22:22
tomreyndoes this work now? "touch /media/andrew/20D6-CBF0/tomreyn; rm /media/andrew/20D6-CBF0/tomreyn"22:22
tomreynas in, no output this time?22:23
andrewhno errors22:23
tomreynso it is fixed for now, but you may need to so a file system check.22:23
andrewhyou mean there might be something wrong with the usb?22:23
tomreynthere might be something wrong with the filesystem on the usb22:24
tomreynbut not neccessarily with the usb storages' hardware22:24
tomreynmaybe it was just unmounted improperly22:25
andrewhthat's possible22:25
andrewhI was having problems copying to that usb driver yesterday22:25
tomreyntry to eject it before you pull the plug next time ;)22:26
andrewhthe operation froze and i had to forcibly eject it22:26
andrewhit wouldn't let me22:26
tomreynhmm if it froze while writing, this sounds more like a hardware issue22:26
andrewhof the usb drive?22:26
tomreynandrewh: yes22:27
andrewhI had the same problem with two different drives22:27
tomreynandrewh: it could be other thangs, but most likely the usb. you can test the usb using the f3 utility22:27
tomreynhmm, different drives, were they connected to the same usb connector?22:28
andrewhI just installed xubuntu whereas I had mint installed before and had a problem the first time i tried copying a file to a usb drive with two different usb drives.22:28
tomreyni mean socket22:28
andrewhwhat's a socket?22:28
tomreynthe thing you plug a usb device into. at least in my wording, there is probably a better name22:29
andrewhhang on, let me see22:29
=== mkv is now known as m4v
andrewhshould control C allow me to stop cp?22:32
coz_mm22:32
tomreynandrewh: i suggest you "umount /dev/sdc1; sudo fsck /dev/sdc1; sync; sudo eject /dev/sdc1" to fix the file system on the stick, then pull and reconnect the usb storage to a different usb socket/connector/jack on the computer22:32
tomreynandrewh: yes, if you are referring to "cp" in a terminal22:33
andrewhtarget is busy22:34
andrewhi tried copying again and it won't finish22:34
tomreynandrewhso cancelling doesnt work?22:34
andrewhis there a way to cancel other than ctrl C?22:34
tomreynyou could kill the process but thats not normally needed22:35
andrewhI can't find the process22:37
andrewhi did ps -ef and I don't see it listed22:37
tomreynps auxw22:37
andrewhit's not there22:38
andrewhnothing since 18:1522:38
tomreyni guess i'd reboot22:39
andrewhclearly something is wrong though22:39
andrewhit's not just that usb stick and it's not just that port22:39
andrewhI had the same problem yesterday22:39
andrewhIf I reboot and try again, I'll have the same problem. I've tried both cp and copy and pasting.22:40
tomreynandrewh: can you 'dmesg | pastebinit' before you reboot?22:40
tomreynthis will post your kernel logs, which may (most likely will) provide more information on what's wrong22:41
andrewhhttp://paste.ubuntu.com/p/TB3W5W5Kqt22:41
andrewhoops, type22:41
andrewhtypo22:41
andrewhhttp://paste.ubuntu.com/p/Tb3W5W5Kqt22:42
tomreynok, you can reboot it now. it'll take some minutes to read22:42
=== mkv is now known as m4v
FreeBDSMwhy do I have to enter key passphrase when I do ssh from A to B and then from B to C? ssh-agent on B is running and has the key added, why do I need another agent?22:44
FreeBDSMoh, my ssh-agent is running in wrong context (it is not parent to my ssh-connection), that's why22:46
Akuwdamm i can't access22:50
tomreynandrewh: this USB stick is a "Cruzer Blade", right?22:53
andrewhyes22:53
tomreynandrewh: and you only have this one connected?22:53
andrewhnow i just stuck in four22:53
tomreyn(or had)22:53
andrewhi had up to three22:53
andrewhi can't remember how many I had in at a time, but at least two22:53
andrewhI think it was just two22:54
andrewhone wasn't a cruzer blade22:54
tomreyncan you run "dmesg -w", then remove all usb devices you don't strictly need to have connected?22:54
tomreynthen ctrl-c the dmesg and post its output to https://paste.ubuntu.com22:54
andrewhok, i'll remove all but the first i tried22:54
andrewhthat does nothing22:55
andrewhctrl-c doesn't copy in the command line22:55
tomreynuse ctrl-shift-c22:56
kk4ewtcontrol-shift-c does22:56
andrewhnope22:57
andrewhit just quits22:57
tomreynwhat quits?22:57
andrewhdmesg22:57
tomreynyou're copying while it's still running?22:57
TJ-andrewh: that's what tomreyn meant, Ctrl+C to interrupt/terminate dmesg :)22:58
TJ-andrewh: *then* copy the lines shown on-screen to a pastebin22:58
andrewhohh ok22:58
andrewhwhich lines do you want me to copy? All of it?22:58
tomreynyes, but i need the output, too, so it's ctrl-c, then ctrl-shif-c after highlighting the text to copy22:58
tomreynandrewh: form the first time it says something about USB disconnect22:59
TJ-andrewh: or just do "pastebinit <( dmesg | tail -n 250 )"22:59
andrewhso you mean the new lines after i disconnected the usb sticks?22:59
tomreynandrewh: or just use TJ's command ;)22:59
tomreynandrewh: from when you started disconnecting them, yes22:59
andrewhhttps://paste.ubuntu.com/p/DyYsZw8sMn/23:01
tomreynandrewh: so you have 2 times 2 USB 2.0 ports, and many more USB 1.1 ports. there's not a huge difference in that in terms of speed (both somewhat slow but todays' standards). but it would still be a good idea to identify and use any kind of storages (such as usb sticks) on the usb 2.0 ports whenever possible.23:01
tomreynandrewh: please "umount /dev/sdc1"23:02
tomreynandrewh: those 3 usb devices you just disconnected were on usb 1.123:02
andrewhno23:03
andrewhhang on23:03
andrewhi thought i had 8 usb 3 ports and 4 usb 2 ports23:03
andrewhusb 3 ports are blue right?23:03
TJ-andrewh: yes23:04
tomreynandrewh: yes, they are, but linux doesn't see any 3.0 ports. or i didnt23:04
andrewhi have 8 blue ports and 4 black ports. I have one usb connected to a blue port and two of the three i disconnected were connected to a blue port, one was connected to a black port.23:04
andrewhthat's weird23:05
tomreyni'm blind23:05
TJ-andrewh: there are known issues with USB3 chipsets when some USB2 devices are connected to them, the XHCI controller doesn't always behave properly23:05
TJ-andrewh: so if your USB storage devices are USB2 try only using them in the USB2 ports, and same for USB3 devices23:06
andrewhok, i think usb drives i've had problems wtih are usb 2 connected to usb 3 mostly23:06
andrewhhowever, there was one that was usb 2 connected to a usb 2 port i think23:06
andrewhit still had a problem23:06
andrewhin dmesg, it says usb 3-11, usb 3-12, and usb 3-14, does that mean they're usb 3 ports?23:07
andrewhbecause usb 3-11 is black and the others are blue23:07
TJ-andrewh: to complicate matters there's often a port-switching hub in front of the controller chips, so the ports are switched from XHCI (USB3) to EHCI (USB2) controller based on the device23:07
TJ-andrewh: no, usb 3-11 means USB bus 3, device 1123:08
TJ-andrewh: try "lsusb" to see23:08
andrewhi'm going to reinstall23:12
tomreynhuh23:12
tomreynok23:12
tomreynthanks for helping me out there TJ-23:13
TJ-tomreyn: not sure we got to the bottom of it ... could even be power starvation on the ports, due to an underpowered PSU23:13
tomreyncould be, i don't know how to diagnose this easily23:14
amarChristel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?23:14
tomreynsurely they have two usb storages with unclean vfat fs on them23:14
tomreynand i guided them to mount one of them r/w, which i should not have done23:15
TJ-I thought the FS won't mount rw if it's dirty?23:15
tomreynit will mount ro then23:16
tomreynfor vfat23:16
tomreynwith udisks23:16
TJ-I thought the FS drivers enforced it23:20
tomreynonly for journalled FS, i think23:20
TJ-will have to play about with some23:20
TJ-had some fun earlier, helping a chap with a really old server that only had 2 SCSI CD-ROM drives + HHDs needing to boot it from a Knoppix 6 (2009) CD (based on Debian) - and the kernel image didn't have the scsi controller driver built in, and no modules in the initrd!23:22
TJ-we had some fun figuring out how to get the module out of the rootfs and into the system when the initrd dropped to a shell23:22
* tomreyn opens container bin lid and looks full of expectation23:23
tomreynstill a fascinating way to spend your day, i agree.23:25
TJ-right, as it's gone midnight I really ought to take the PC inside, got bugs all over the screen, and for once I don't have to report them :)23:30
dwC--Christel just posted this "denial" on the freenode blog https://freenode.net/news/spam-shake Why does this blog post mention "10.2 million" THREE times?23:32
tomreyn:))23:32
de-factoGuys, how do i load a module WITH PARAMS at bootup automatically? I tried to put it in /etc/modules and "update-initramfs" as well as "update-grub" yet it does not load. "systemctl restart systemd-modules-load" exits with errors :/23:35
de-factoi put "modulename param1=val1 param2=val2" in /etc/modules23:35
de-factothe module is a dkms install23:35
TJ-de-facto: usually options go in via /etc/modprobe.d/ files23:36
TJ-de-facto: but /etc/modules should be honoured too23:37
TJ-de-facto: which Ubuntu release is it?23:37
de-facto18.0423:37
de-factoat least its symlinked from /etc/modules-load.d23:37
TJ-de-facto: for loading during initramfs, it's /etc/initramfs-tools/modules23:38
rootweilerMy name is homage to The Ubuntu23:42
de-factoTJ-, its the dkms module from "v4l2loopback-dkms" package. which would be the appropriate place to load it during boot with params? is there a possible place where it autobuilds/autoloads for new kernels (dkms)?23:43
leftyfbrootweiler: can we help you with something?23:46
rootweilerrootweiler: O23:47
rootweilerI am struggling to sleep .. ?23:47
leftyfbrootweiler: this is an ubuntu support channel23:49
compdocyou need to pay homage in the privacy of your place of worship23:51
de-factofrom what i can read /etc/modules should be working for dkms modules with parameters23:52
TJ-de-facto: same place as for other modules, it doesn't need to be early in initrd, so /etc/modules should do it23:53
de-factoTJ-, how do i enable/update for changes in /etc/modules? a normal reboot didnt work last time, with exact same syntax as in modprobe: "modprobe v4l2loopback devices=1 video_nr=0 card_label="loopback0" exclusive_caps=1" works on booted system so i put "v4l2loopback devices=1 video_nr=0 card_label="loopback0" exclusive_caps=1" in one line in /etc/modules23:55
TJ-de-facto: that looks correct. So we need to figure out if systemd is actually ignoring the file!23:56
de-factoTJ- at least something goes wrong with it "ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)"23:57
de-factoTJ-, yes it says "Failed to find module 'v4l2loopback devices=1 video_nr=0 card_label="loopback0" exclusive_caps=1'"23:58
de-factoso its in another location?23:58
TJ-de-facto: it's from the kmod package, and "systemctl status kmod" here shows me several modules ere loaded23:59
de-factoits in /lib/modules/4.15.0-30-generic/updates/dkms/v4l2loopback.ko23:59
de-factomaybe it takes the whole params as pathname?23:59

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