/srv/irclogs.ubuntu.com/2018/05/17/#ubuntu.txt

matjamcan you go to https://paste.ubuntu.com/ and paste the output of "mount" and "lvs" and "vgs"00:00
matjamthen send me the link, of course00:03
matjam:-)00:03
PastorBoneslet me boot back up the live...00:09
PastorBonesshould I run these as sudo?00:09
PastorBonesgetting permission errors on the lvs command00:10
PastorBonesand the vgs00:10
matjamyeah you will need to be root00:11
swift110hey all00:11
RoadRunnermatjam: https://paste.ubuntu.com/p/YcW9HHRSc8/00:13
matjamsec00:15
matjamlooks like root is mounted inside the gui? You should be able to umount it with "umount /dev/mapper/xubuntu--vg-root"00:15
RoadRunnermatjam: could it be mounted inside a gui because gparted is running?00:17
matjameh, gparted shouldn't be mounting things00:17
matjamtry the umount first00:17
matjamas root00:17
PastorBonesmatjam: https://paste.ubuntu.com/p/2WQ74RXDqf00:18
matjamhang on RoadRunner and PastorBones are you guys the same?00:19
matjamI got you both confused00:19
matjamlol00:19
PastorBonesnope...I got the chown / problem00:20
RoadRunnermatjam: no I am just RoadRunner :)00:20
matjamok, so, RoadRunner your filesystem should be unmounted00:20
PastorBonesI will wait... 😉00:20
RoadRunnermatjam: it seems to have accepted your command. How to verify? type in mount again?00:20
matjamRoadRunner: no, you can now do whatever things you want to do in gparted00:22
matjamI assume why you wanted that filesystem unmounted00:22
matjamPastorBones: so, I'm not sure how to fix that00:22
PastorBonesI assumed it would be easier to just backup and reinstall.00:23
matjamPastorBones: what did you do exactly? chown / to your user?00:23
matjamPastorBones: probably, though http://hyperlogos.org/page/Restoring-Permissions-Debian-System00:23
PastorBonesbut once I noticed it only got lib64 I hoped there was an easier way00:23
matjamPastorBones: well00:23
PastorBonesI did sudo chown -R www-data:www-data /00:23
matjamPastorBones: ah that will kill it lol00:24
PastorBoneslolya...just a lil bit00:24
matjamPastorBones: it might have got into /dev00:24
PastorBonesok...no worries. just games and my webserver on it.00:24
matjamI honestly would re-install just to be safe00:24
matjamRoadRunner: I'm heading out, hope that helped yuou00:25
PastorBonesthx matjam...you're the best. btw, how many more years you planning on hanging around in here? lol00:25
matjamha00:25
PastorBones😉 peace00:25
RoadRunnermatjam: yes, just wanted to know how you recognized that as THE file system?00:26
matjami looked for "root" in the paste00:26
matjamI think xubuntu decided to automount your / filesystem in /media/xubuntu/... because its an ext4 filesystem and it's trying to be helpful00:27
RoadRunnermatjam: just checked the fs using the same path, seems ok00:27
RoadRunnermatjam: so now, I'll use the same path to shrink it: "sudo lvreduce --resizefs -L 30G /dev//mapper/xubuntu--vg-root" correct?00:29
matjamyou need to shrink the filesystem first00:30
matjamI think00:30
matjamresize2fs /dev/mapper/xubuntu--vg-root 30G00:30
matjamshould do it00:30
RoadRunnermatjam: here https://askubuntu.com/questions/196125/how-can-i-resize-an-lvm-partition-i-e-physical-volume  it says the above command does both at the same time00:30
matjamah that would be the --resizefs00:31
matjamyeah you are probably good to go00:31
RoadRunnermatjam: many thanks :)00:31
OdicforceSoundshi all, does anyone can tell me what service open a locahost:6667 services at init, that is not explicity an IRC_server ?00:34
rypervencheOdicforceSounds: Is this starting up on your machine?00:36
OdicforceSoundsrypervenche: yes00:36
rypervencheOdicforceSounds: Can you run this for us? "sudo ss -plnt"00:36
rypervencheOdicforceSounds: And pastebin the output please.00:37
OdicforceSoundsrypervenche: https://pastebin.com/EzxwN3VK00:38
neilduganHi I am getting lots of errors like : "May 17 10:36:23 robin kernel: [  435.241641] ata15.00: failed command: FLUSH CACHE EXT" ....  but ata15 is not mentioned in /dev/disk/by-path (others are) ... any ideas on how to fix this?00:39
rypervencheOdicforceSounds: Unless I don't understand how systemd works, I'd say that that's a problem.00:40
OdicforceSoundsrypervenche: suggestion?00:41
RoadRunnerhow long is lvreduce and resizefs from 75-30GB likely to take?00:41
rypervencheOdicforceSounds: Have you installed any packages from outside of your official Ubuntu repositories?00:42
rypervencheRoadRunner: Not long at all normally. Shrinking might take longer, I guess, but not by much I don't think.00:42
OdicforceSoundsrypervenche: I guess I didn't ... I will check what software is installed then.. thnks00:44
rypervencheOdicforceSounds: If it's what I think it is, then you should reinstall.00:44
OdicforceSoundsrypervenche: it was bitlbee00:54
OdicforceSoundsI did install it from ubuntu sources anyway, as I was testing it, I did installed yesterday and yeah.. I removed and vuala.. no more IRC service in that machine!00:55
rypervencheWeird.01:01
jeffrey_fDoes there exist a script to move a the /home to another disk/partition?01:06
ClydeSlimsI'm trying to add SSH keys to a new user I made. I have two users: ron and tod01:09
Two_Dogsjeffrey_f: the home folder to its own partition?01:09
ClydeSlimsI already have an SSH keys for ron under /home/ron/.ssh/authorized_keys that I made with putty gen. I also have one for tod: /home/tod/.ssh/authorized_keys01:09
ClydeSlimsHowever, when I use the private key in PuTTy I made for tod, it keeps trying to use the username 'ron'01:09
ClydeSlimsand I have no idea why.01:09
rypervenchejeffrey_f: Nope. You would just do that manually.01:11
rypervencheClydeSlims: So you made two separate keys using PuTTY?01:12
ClydeSlimsrypervenche, I generated it, then I saved the public key and private key to my desktop. Then I took the contents of the public key and put it under /home/tod/authorized_keys.01:13
ClydeSlimsThen I use the private key to attempt to login and it keeps trying to use the one for ron01:13
ClydeSlimseven though I'm using tod's private key...01:13
rypervencheClydeSlims: Likely a PuTTY thing then. I'd recommend using either something like Babun or the Linux subsystem and use a real terminal and real openSSH.01:14
matlockhow hard would it be to re-package the clear linux kernel into an ubuntu ppa?01:19
matlockit would be an instant speed-up for intel users01:20
matlockintel posts their kernels as rpms, could probably be converted to deb01:20
SporkWitchmatlock: ever done any packaging? :P01:21
matlocknone of the custom optimizations will ever be upstreamed into linux kernel, they can't, nor can ubuntu adopt them because their amd64 has to work well on amd and older intel too01:21
matlockyeah, it's a real pain in the ass, even snaps are01:21
SporkWitchClydeSlims: the correct location for authorized_keys is ~/.ssh/authorized_keys the correct permissions for the file are 0600, and i've seen some versions of ssh require ~/.ssh to have 070001:22
HashtagWho manages apt? Seems like a big responsibility.01:22
ClydeSlimsSporkWitch, yeah those are all correct. Turns out it's a bug in PuTTy.01:23
ClydeSlimsoh well01:23
matlockit's broken down into teams hashtag, long-established processed are followed01:23
rypervenchematlock: I suppose there's always alien.01:23
SporkWitchClydeSlims: also, if you're forced to use windows, I recommend BitVise Tunnellier over putty, more feature rich and a bit nicer to work with; the WSL is semi-usable as long as you have local privkeys; it has no USB access, so hardware tokens aren't an option01:24
Hashtagmatlock: I'm guessing it's part of the debian project?01:26
matlockhashtag initially, but then it filters down through ubuntu's apt services and other distro's own apt services, like devuan01:27
matlockeach distro has a process for approving and distributing those new packages according to their release strategy01:27
hggdhI am guessing the "clear linux kernel" is the kernel as published by upstream; if I am correct, then it is already available; see https://wiki.ubuntu.com/Kernel/MainlineBuilds01:28
Hashtaginteresting01:28
* SporkWitch needs to read up on how apt improves over apt-get and/or aptitude...01:29
matlockhggdh, the clear linux kernel is the not the upstream kernel, it is a heavily patched version of the linux kernel distributed by intel as part of their clear linux reference distro01:29
hggdhmatlock: I stand corrected :-)01:29
matlockhggdh the clear linux kernel rips out all kinds of AMD and non-x86 stuff, also includes a bunch of special optimizations that could probably never be upstreamed or included in a mainstream distro01:30
matlockthe only distro that does ship them is solus, but it would be cool if you could add via ppa in ubuntu01:31
SporkWitchsounds like something to ask intel to package and maintain lol01:31
matlockmaybe, but they are pushing their own distro and already publish rpms01:32
hggdhmatlock: I understand. Well, you can package it in a PPA but it will (probably) never be a generally available kernel in any main distro (since it targets only Intel)01:32
SporkWitch^ this, and it also means there's little incentive for someone to step up and maintain it, due to the limited utility01:32
SporkWitchi can say that after the PITA that was my first attempt at packaging and setting up a PPA, I have no interest in trying to support multiple architectures; I'll keep it working on AMD64 on current LTS, since that's what I use, but it just isn't worth the effort to go more nuanced01:34
jeffrey_frypervenche: I figured as much......01:34
matlockI wouldn't discount people wanting speed on their laptops, maybe someone will want it enough who has capability to do it, people go out of their way to publish other custom kernels via PPA01:34
SporkWitchmatlock: i think you're probably overstating the performance difference vs effort01:35
RoadRunnertrying to downsize an lvm partition but seems something went wrong, Gparted still sees the partition at its former size and can't reduce it (only thinkg that changed is it sees it as only 30GB used)  https://paste.ubuntu.com/p/VW9ncRNP75/01:35
=== almoxarife is now known as marrax0
SporkWitchmatlock: there's a reason almost no one bothers recompiling their kernels anymore; hardware is just so much faster now, the benefits just don't justify the effort01:35
matlockeffort in terms of installing a ppa and updating off it? that's not much effort; the performance improvement on intel x86 chips are a magnitude of 2-3 on many tasks in clear linux compared to ubuntu01:36
SporkWitchi'd be really curious to see those benchmarks, though it'd be hard to get an apples-to-apples comparison unless you are running otherwise identical systems; ubuntu and its derivatives do add a fair bit of candy that's going to impact performance01:37
matlocksource of performance stats: https://www.phoronix.com/scan.php?page=article&item=ubuntu1804-fedora28-clear&num=101:37
SporkWitchyeah, so we're comparing complete distros, not just kernels01:37
SporkWitchyou're looking at a lot more differences than just a kernel here01:38
SporkWitchalso, x86? wtf are you doing running x86 in 2018? lol01:38
SporkWitchi assume you mean x86_64, better known as AMD64?01:39
matlockyes, x86_6401:39
SporkWitchassuming the source is public, nothing stopping you from compiling and running that kernel yourself; i'd be far more interested in seeing a benchmark on a 100% identical system, with the kernel being the only exception.  You could even do this on the same machine with a reboot between benchmarks01:41
SporkWitch2-3x is pretty massive, and if it's just kernel optimizations, that isn't just massive, that's unbelievable (literally, heh)01:42
matlockyeah, it's not just the kernel, looks like someone has already tried this01:43
matlockhttps://www.phoronix.com/scan.php?page=article&item=ubuntu-clear-tweaks&num=101:43
matlockthey did not get the same increases you see across the distros, i realize now clear linux and solus are also rebuilding all system libraries with glibc optimizations, that would require a lot more than just one package01:43
RoadRunnersorry, dropped connection, if someone answered me regarding my lvm downsizing issue, please repeat, thanks :)01:44
SporkWitchmatlock: read the last page, it's addressing (and concluding) pretty much what i did, though admittedly he's basing it on more than intuition01:45
=== brainwash_ is now known as brainwash
RoadRunnerseems the logical volume went down from 74 to 30GB but the file system is still seen as 74... and I can't find my root fs (had to reboot)  https://paste.ubuntu.com/p/xW9P7PvtfH/ Help?02:04
cfhowlett!lvm | RoadRunner, I've ZERO experience but the factoids might be worth reading02:05
ubottuRoadRunner, I've ZERO experience but the factoids might be worth reading: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto02:05
cfhowlettno doubt, more current information is available02:06
xamithanCan you just lvextend -r the xubuntu-vg/root ?02:07
RoadRunnerI've already followed advise from here https://askubuntu.com/questions/196125/how-can-i-resize-an-lvm-partition-i-e-physical-volume and it is that 2 in one command  "sudo lvreduce --resizefs -L 30G /dev/mapper/xubuntu--vg-root" that had created the screw up.  Wish I just did it one at a time... No how to fix the mess...?02:09
xamithanJust try doing a lvextend -r -l 100%FREE /dev/mapper/xubuntu--vg-root02:10
RoadRunnerxamithan: I had to reboot since so my root fs is no longer  at /dev/mapper; where it is now - I don't know  and can't find it; that's why I included the paste above02:12
RoadRunnerxamithan: https://paste.ubuntu.com/p/xW9P7PvtfH/02:12
xamithanWell it is somewhere because it shows up in lvs02:13
matjamRoadRunner: you took a full backup, right? :-)02:13
* cfhowlett thinks "of COURSE he did!"02:13
* matjam backs up his linux machine to his NAS every day02:14
RoadRunnermatjam: no important data there, but I'd rather not have to give up on that partition because of the settings02:14
matjamRoadRunner: I would try the e2resizefs command anyway02:14
xamithanIs it just under /dev/xubuntu-vg/root ?02:14
matjambecause it should do it right02:14
matjamresize2fs02:15
xamithanThats how my LVM shows up anyway,  so a lvextend -r -l 100%FREE /dev/xubuntu-vg/root might work02:16
RoadRunnerxamithan: could you please exlpain that sysntax to me?02:16
RoadRunnermatjam: would resize2fs work on lvs fs?02:17
xamithanthe -l is for the extents,  telling it to use all available space from the VG,  and -r will autoresize the filesystem02:17
=== jhebden is now known as jhebden-afk
xamithanThat'll get it back to 74gigs,  if that is what you want to do.  If you just want to resize the FS down to 30gb try resize2fs02:18
xamithanI just like using the -r switch since you don't need to do two commands02:19
RoadRunneraccording to man resize2fs is for ext2,3,4 so would it work for lvs?02:19
xamithanYou can use it for lvreduce too02:19
matjamthe lv is just a block device, it has ext4 on it02:19
RoadRunnerok, so the last q is how to make sure where my root fs actually is?02:20
RoadRunnercan you guys see it in my "mount" paste?02:20
xamithanI would assume /dev/xubuntu-vg/root  if it isn't in mapper02:21
matjamtis /dev/mapper/xubuntu--vg-root02:21
RoadRunnermatjam: tis?02:22
matjamtis poor yorrick, for I knew him well02:22
matjamtis but a dream02:22
RoadRunnerok, ok :) you Shakespeare lover you :)02:23
cfhowlettWWWD?02:23
RoadRunnermatjam: so: "resize2fs /dev/mapper/xubuntu--vg-root 30G"?02:27
Yourock17Hi02:29
matjamRoadRunner: should be good. Not warranties though, you might end up blowing it all up :P02:30
* matjam reboots to install Ubuntu Budgie02:30
RoadRunnermatjam: https://paste.ubuntu.com/p/ZGpZJfXzFX/ how to proceed?02:37
RoadRunnermatjam: I can guess you are likely getting tired of my newbie questions, but please don't leave me now :)02:46
=== slyrus1 is now known as slyrus
RoadRunnerok, I executed the command and was told that the file system is already that size so "nothing to do" yet the partition still can't be decreased in size02:58
debauchery1stanyone around?03:02
psiliconYes, lots of people.03:02
cfhowlettonly 1606 or so ...03:03
RoadRunnerI'd like to issue lvreduce command sepparately but there is no man on it. Would this be correct "sudo lvreduce  -L 30G /dev/mapper/xubuntu--vg-root"?03:03
debauchery1stI'm re-installing ubuntu and I can't format my old partition03:04
debauchery1stIt says it's formatted, and then it's not03:04
cfhowlettwhat is the error message, debauchery1st03:04
debauchery1stthere's no error. it's very strange03:04
SwedeMikeRoadRunner: "man lvreduce" works for me. And yes, it looks like that would be correct. You know what it does, right?03:04
RoadRunnerSwedeMike: should reduce the lvm partition size03:05
SwedeMikeRoadRunner: yes, and you know it only does that, it does nothing to the filesystem?03:05
cfhowlettsudo fdisk -l | pastebinit    debauchery1st03:05
RoadRunnerSwedeMike: yes, the fs is already suppose to be shrunk03:06
SwedeMikeRoadRunner: ok, then yes, that should work fine.03:06
RoadRunnerSwedeMike: wonder why my man has nothing on lvreduce, what ver os are you running?03:06
debauchery1stcfhowlett, https://pastebin.com/ihV4a3GC03:07
SwedeMikeRoadRunner: both ubuntu and debian have manpages for lvreduce when I check.03:07
cfhowlettdebauchery1st, ah,  sudo gdisk -l | grep pastebinit        because GPT not MBR03:07
debauchery1stcfhowlett, https://pastebin.com/fimgGDKd03:09
RoadRunnerSwedeMike: 16.04 gets me nothing; do get it under 18.0403:09
cfhowlettdebauchery1st, ah, yes.  the hybrid gpt/mbr.  I suspect you're running into a permission restriction.03:11
debauchery1stcfhowlett, is there a solution for that?03:14
cfhowlettdebauchery1st, haven't found the easy analysis fix yet.03:15
debauchery1stI'm on the kubuntu 18.04 live usb stick03:15
w5ioI'm working with xubuntu 18.04 -how do I set up a l2tp vpn connection?03:15
cfhowlettdebauchery1st, is this your first installation of *buntu to this device?03:16
debauchery1stcfhowlett, hardly. I'm a developer. python mostly.03:16
cfhowlett:)   alrighty then03:16
w5io..all I see is pptp option.03:17
debauchery1stcfhowlett, I think I have mint on there03:17
cfhowlettpossible work around: purge the current partitions then repartition?03:17
debauchery1stcfhowlett, I tried that with gparted03:18
t_Just coming here to thank whoever wrote the driver to work with hdmi cable / tv03:18
t_THANK YOU03:18
debauchery1stI even booted into the mac partition and tried to delete them in disk-utility03:18
debauchery1stit just wont erase03:19
cfhowlettI've seen this with windows.  partition lock due to improper/incomplete windows shutdown03:19
debauchery1styou think I need to boot windows and do a shutdown /h ?03:20
cfhowlettif you have windows then yes.  merely speculating here ...03:20
debauchery1stthey're on different disks03:20
debauchery1stphysically speaking03:21
operator-errorcfhowlett: correct.  debauchery1st: doesn't matter if they're different physical disks.03:21
cfhowlettyep ...03:22
debauchery1stoperator-error, that's interesting.03:22
debauchery1stI'll be back.03:23
operator-errordebauchery1st: you could also force the drive to mount in read/write mode in Linux.03:23
RoadRunnerSwedeMike: this is where I am at https://i.imgur.com/tGWoqcT.png any idea how to proceed?03:24
operator-errorcfhowlett: if debaucher1st comes back and needs to know how to force-mount a windows partition/drive (that wasn't properly shutdown) under Linux, point him to https://blog.arvixe.com/how-to-force-mount-unclean-shutdowned-windows-ntfs-or-fat32-drive-in-linux/03:26
operator-errorcfhowlett: if debaucher1st comes back and needs to know how to force-mount a windows partition/drive (that wasn't properly shutdown) under Linux, point him to https://blog.arvixe.com/how-to-force-mount-unclean-shutdowned-windows-ntfs-or-fat32-drive-in-linux/03:27
cfhowlett!cookie | operator-error03:27
ubottuoperator-error: Wow! You're such a great helper, you deserve a cookie!03:27
cfhowlettwilco03:27
operator-error:)  Mmmmmm, cooooookiiiieeeeee.03:28
DraegonI'm running Ubuntu 16.04 on a dual monitor system, kernel version is 4.4.0-124-generic, and the system is updated every day (when updates available). I installed Digimend v7 drivers a couple days ago, and the Stylus Pen for my Ugee graphics tablet now draws smoothly, and has pressure sensitivity, which is perfect. Is there any way to change the Hot Key assignment, and tie the tablet resolution to the same as one of my monitors?03:29
w5ioAnyone have successful experience connecting to a l2tp vpn in x18.04?03:29
SlidingHornDraegon: what version and flavor OS are you running?03:30
DraegonUbuntu 16.04 LTS03:30
debauchery1stoperator-error, I properly shutdown windows03:35
cfhowlettoperator-error> cfhowlett: if debaucher1st comes back and needs to know how to force-mount a windows partition/drive (that wasn't properly shutdown) under Linux, point him to https://blog.arvixe.com/how-to-force-mount-unclean-shutdowned-windows-ntfs-or-fat32-drive-in-linux/03:35
debauchery1stcfhowlett, I'm back03:35
cfhowlettproceed with partitioning/formatting03:35
DraegonCurrently, the issues I still need to resolve is Hotkey Buttons, assign Single not Dual Monitor usage for my graphics tablet, and force/fix the Tablet to Monitor resolution as circles come out as egg shaped.03:36
SwedeMikeRoadRunner: proceed with what? I have no idea what you're trying to do.03:38
debauchery1stcfhowlett, I get a "can have overlapping partitions" error03:38
cfhowlettnever worked with that one.  move a partition should clear it???03:39
SwedeMikeRoadRunner: btw, I tend to resizefs to 5% less than the underlying device, just to make sure I overrun the partition. Then I shrink the lv, then I resizefs again so it can detect the new size03:41
SwedeMikeRoadRunner: I wouldn't trust resize2fs and lvreduce to agree that "30G" is the same thing.03:41
debauchery1stcfhowlett, https://pastebin.com/GVcLX3Hk03:42
cfhowlettI see a lot of success.  We happy?03:43
debauchery1stcfhowlett, https://pastebin.com/8TQH8QXp03:43
debauchery1stthat's what's so strange.03:43
debauchery1stit doesn't actually format03:44
cfhowlettyeah line 28 ...03:44
cfhowlettI don't get it03:44
FaTaL_Gdang frustrating... I did a update & upgrade, and now my system on reboot, had my ethernet IP offline by default, I had to force it ifup03:44
cfhowlettand will have to suggest you ask someone who knows.03:44
FaTaL_Gand my additional network card is seen, but not servicing ip address via dhcp03:44
=== BusyLM1 is now known as BusyLM
FaTaL_Ganyone have a suggestion what I should look at to see why the network device isnt working even though its listed?03:45
debauchery1stFaTaL_G, wifi?03:45
FaTaL_Gyes and no03:46
FaTaL_Gthe wifi works, and the intel i219v 201 work03:46
FaTaL_GThe enp4s0f# does not03:46
debauchery1stsystemd03:48
FaTaL_GIm worried that the kernel update did it.... (04:00.0 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01))03:48
debauchery1stI'd suggest hopping on a live usb of 18.0403:49
cfhowlettFaTaL_G, easy enough to analyze.  reboot, hit esc after bootsplash to bring up grub, select "old ubuntu" and see what happens03:49
debauchery1stcfhowlett, do you think the hardware could be the problem?03:52
cfhowletthighly doubtful.  this is a partitioning error, i.e. at the software level.03:53
cfhowlettIMO03:53
debauchery1stit runs. ubuntu works on that partition.03:54
debauchery1stI just don't want that flavor any more03:54
cfhowlettwait, what?03:54
cfhowlettif you want to change ubuntu flavors, do NOT reinstall.03:54
FaTaL_GI statically set the ip, and it worked03:54
cfhowlette.g. sudo apt purge ubuntu-desktop && sudo apt install kubuntu-desktop will yield a Kubuntu system03:55
FaTaL_Gso its not assigning IP on those nics, but it is via wifi and my intel onboard nics03:55
debauchery1stcfhowlett, my apt-get sort of broke03:56
debauchery1stI started getting "import debian.deb822" errors03:57
cfhowlettthen do it from the USB: boot USB, chroot to your system then execute the command on that traget03:57
cfhowlettno idea what that error meas03:57
cfhowlettmeans03:57
debauchery1stI'm on the kubuntu usb03:57
cfhowlettsame process.  what is your end goal?03:58
debauchery1stmy end goal was to have a clean system03:58
debauchery1stI saved my important files and decided to reinstall03:58
cfhowlettcool.   starting point/system was ...?03:58
debauchery1stI think it may have been mint 1703:59
cfhowlettthen my suggestion won't work and you should install ubuntu the normal way.03:59
debauchery1stthat's what I'm trying to do.03:59
DraegonIs there any way to assign/change hotkey association on a graphics tablet (standard tablet, no on board OS) in ubuntu 16.04?04:00
w5ioneed help with xubuntu 18.04 with 4,15 kernel and l2tp vpn04:01
Alion001Why Then Is This "FATAL" And To WHO: modprobe: FATAL: Module ndiswrapper is in use.04:01
debauchery1stI'll see if moving the SSD to a USB case has an affect on the permission problem04:01
w5ioAnyone mess with this yet?04:01
cfhowlettdebauchery1st, great experiment!  let us know the outcome, debauchery1st04:02
debauchery1stok04:02
debauchery1stbbl04:02
liveuser1hi04:11
liveuser1jottr: what do you think about google docs04:12
liveuser1so much private writings never shared04:12
liveuser1do you reccommend using google docs for sharing04:13
liveuser1or RELEASE04:13
cfhowlettliveuser1, not an ubuntu support issue.  please take it to #ubuntu-offtopic04:13
RoadRunnerSwedeMike: I am just trying to shrink my lvm partition and I took your advise and reduced the fs to 25GB while trying to reduce partition to 30GB. Terminal is telling me that all is done and is fine but GParted doesn't see the extra space and the lvm still is the same size as before04:14
liveuser1cfhowlett: is there a bazaar spot for the apparmor profile?04:15
liveuser1ubuntu has a skel by default where debian or kali doesn't04:15
liveuser1cfhowlett: making my own profile requires using more binaries04:16
liveuser1the complain binary etc04:16
liveuser1cfhowlett: ey, make yourself useful04:18
liveuser1ahbout that apparmor profile04:19
liveuser1!webkit04:19
liveuser1Is there a simpler browser available04:19
liveuser1webkit04:19
liveuser1!web-kit04:19
cfhowlettliveuser1, you are randomly jumping topics.  I suspect chatbot04:19
BionicMacO_o04:20
FaTaL_Go_004:20
underd0ghello04:29
lotuspsychjeunderd0g: welcome, what can we do for you?04:29
hide4nothing, just testing haha04:29
underd0gnothing just testing04:30
liveuser1underd0g: testing what04:30
cfhowlettguys: this is the support channel.  please make a private channel for random chat04:31
underd0gliveuser1: new weechat config04:31
DraegonAnyone knowledge of graphics tablets>04:32
Draegon?04:32
lotuspsychjeDraegon: best to ask your detailed question to the channel04:32
lotuspsychje!details | Draegon04:32
ubottuDraegon: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.04:32
DraegonI asked earlier, but no response.04:33
DraegonAnyway "I'm running Ubuntu 16.04 on a dual monitor system, kernel version is 4.4.0-124-generic, and the system is updated every day (when updates available). I installed Digimend v7 drivers a couple days ago, and the Stylus Pen for my Ugee graphics tablet now draws smoothly, and has pressure sensitivity, which is perfect. Is there any way to change the Hot Key assignment, and tie the tablet resolution to the same as one of my monitors?"04:33
hide4quit04:33
=== slyrus1 is now known as slyrus
lotuspsychjeDraegon: can this help ? https://medium.com/@ahris/setting-up-wacom-tablets-with-ubuntu-16-04-d7277e4a595d04:36
Draegonlotuspsychje: That link is talking about installing drivers. I installed the Digimend v7 drivers a couple days ago. The stylus pen used to be jerky pixelated rubbish, now it has pressure sensitivity and smooth lines.04:42
smiledays-1ghello04:49
matjamhello smiledays-1g04:49
Draegonlotuspshchje: It says about using CLI to configure Tablet, Stylus, Eraser, and Cursor. The Stylus Pen has 2 buttons, they are currently doing the move canvas and popup the colour/pen wheel, I'm happy to keep that. What I want to edit is the 8 Hotkeys on the tablet itself. For example, I want to set Eraser as 1 of the hot keys, and Undo as another.04:49
DraegonThe overview page relocates to another github page, and they talk about Kernel Driver, X Driver, and libwacom, which would I need, if either can help with what I'm trying to do?04:51
lotuspsychjeDraegon: not sure how hotkeys work on tablets, have you tryed hotkeys in unity?04:54
lotuspsychje!hotkeys | Draegon04:54
ubottuDraegon: Keyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net/ - See !Keyboard for changing layouts. A list of keyboard shortcuts for Unity is available at http://www.informit.com/articles/article.aspx?p=2209015&seqNum=304:54
matjamDraegon: I think the digimend stuff also allows you to configure the hotkeys04:57
matjamDraegon: when I was looking at that stuff for you I noticed that it had that feature04:57
DraegonI have no idea of setting hot keys in ubuntu.04:57
matjamhttps://github.com/DIGImend/digimend-kernel-drivers/issues/10 might be relevant?04:58
matjamhave you tried posting in the issues there, it seems there's people who know that hardware and can help if you can't find what you need04:58
DraegonHi again Matjam, it works perfect for sensitivity and pressure since v7 was installed after you went zzz.04:58
matjamsorry, its just it's kinda esoteric hardware04:58
lis_MerlinJ8204:58
lis_sorry merlin05:00
lis_bye05:00
ixtest05:01
matjamix: success05:01
=== ix is now known as ixxx
ixxxmatjam i got a new video card and I need to use command line to toggle between motherboard analog audio out and hdmi digital out (from geforce card)05:02
DraegonI'll check that link. I have been by the wacom channel, but never anyone there.05:02
pignuhi - i'm using 16,04 how do I increase the guests hardrive space? its capped at 4gb05:02
ixxxIt works when I change output device in playback, but I can't figure out command for terminal/shortcuts05:02
matjamDraegon: I have a lot more success posting into the issues app of github; developers that use github a lot tend to pay attention to stuff raised there.05:03
DraegonOk, thanks.05:04
DraegonDo u think they'd be able to help tie up the resolution of tablet to monitor as well?05:04
matjamixxx: I believe you need to use pactl05:05
matjamDraegon: you can ask, but I don't think that's possible05:05
matjamDraegon: X treats all input devices equally; you can't "bind" them to a specific display like that - I *think* - I don't know 100% for sure but again, those people know tablets, so if anyone knows it will be them.05:05
DraegonOK, thanks. I'll ask.05:06
ixxxmatjam the card names that work are built-in audio analog stereo and gf108 hdmi405:06
ixxxmatjam the trick is the profiles are different AND the cards are different so I need to toggle profile AND card.05:06
matjamixxx: I found this https://askubuntu.com/questions/71863/how-to-change-pulseaudio-sink-with-pacmd-set-default-sink-during-playback/72076#7207605:07
matjamdunno if that helps05:07
DraegonIf I get any joy, I'll pop back to update you in case someone else asks similar.05:07
matjamDraegon: well, just posting an issue will help; it's searchable then - just make sure you post success there and what you did so others can stumble on it05:08
matjamDraegon: https://xkcd.com/979/05:08
DraegonOK, thanks again for your help, and information.05:10
pignunone                         3,9G  1,4G  2,5G  35% /tmp/guest-... how do I increase the size of this partition05:15
ixxxmatjam nothing i do works05:17
jerrywww05:23
matjamixxx: you've reached the limit of my knowledge with pulseaudio i'm afraid05:23
matjami just click on stuff and it works? lol05:24
lotuspsychjeixxx: did you try pavucontrol yet?05:26
ixxxmatjam what's funny is it used to work on this very computer. the only part that changed is i got a new video card (old one died). ONLY DIFFERENCE IS CURRENT CARD DOES NOT REQUIRE SPDIF WIRES!05:26
ixxxlotuspsychje it works in pavucontrol. I just need it to work via command line.05:26
ixxxlotuspsychje matjam I think what happened is in the past I only had one "audio device" because the HDMI video card was getting the audio signal via the SPDIF out on the MOBO. The current card is its own audio device and gets the audio straight from the PCIe slot05:27
ixxxOK Ill deal with it tomorrow.05:30
=== r0Oter is now known as r00ter
NebiGood morning,unfortunately I still have the same issue but this morning the behavior changed a bit https://askubuntu.com/questions/1037166/freeze-at-login-screen-ubuntu-16-04-unknown-reason-after-doing-many-things06:23
NebiSince this morning it doesn't entirely freeze anymore but the graphic display blinks as if it tries to enter into graphics mode06:23
Nebiand when persistently clicking ctr+alt+2 i can even go into tty06:24
NebiCan anyone help?06:26
two_dogs_Nebi: explain06:27
Nebitwo_dogs_, I put the entire description in the follwoing link including xorg-log and command-log of what I did: https://askubuntu.com/questions/1037166/freeze-at-login-screen-ubuntu-16-04-unknown-reason-after-doing-many-things06:28
Nebitwo_dogs_, since yesterdasy Istarted to ahve a freeze at login screen. without being able to do anything else (going into tty)06:28
Nebitwo_dogs_, since this morning it doesnt freeze anymore but the screen blinks as if it tries to change the graphics mode. I now can also change into tty06:29
Nebitwo_dogs_ the problem is I did a lot of things yesterday. One at the very end was in /usr/lib doing rm libprotobuf*06:29
two_dogs_Nebi: and gcc06:30
Nebitwo_dogs_ I updated gcc to 8, changed later to 5.4, now again at 806:30
Nebitwo_dogs_ gcc --version sais 8.0.106:31
two_dogs_Nebi: what is the defaut gcc for your version?06:32
Nebitwo_dogs_ it was 5.4 previously06:32
Nebitwo_dogs_ one thing I was trying to comile yesterday needed higher gcc version06:32
Nebitwo_dogs_ could this be the reason?06:33
two_dogs_Nebi: revert gcc to default install, reinstall package where libprotobuf* is reinstalled06:34
Nebitwo_dogs_ ok Im on it. I will do apt remove gcc-8 and g++-806:36
two_dogs_Nebi: ok06:37
ducasseNebi: which release is this?06:37
Nebiducasse, stable release. Version 8.0.106:39
ducasseNebi: no, of ubuntu06:39
Nebiducasse, ah 16.04, kernel: 4.4.0-124-generic06:40
Nebitwo_dogs_ ok I did both things and screen still flashing06:41
ducasseif you try booting a live usb, does that work properly? what about an 18.04 live usb?06:42
Nebitwo_dogs_ ah "gcc is currently not installed. i have to change version"06:42
Nebiducasse, yes booting a live usb worked when removing nomodeset (whih was weird). When I remove nomodeset in te normal boot it also behaves differently but still doesnt enter into login screen06:43
Nebiducasse, I had 16.04 live usb but already downloaded 18.04 just in case06:43
Two_DogsNebi: was nvidia driver installed and working prior?06:44
Nebiupdate-alternatives: warning: /etc/alternatives/gcc is dangling: itt will be opdated with ebst choice. There is only one alternative...06:45
Nebishall i just sudo apt install gcc?06:45
NebiTwo_Dogs yes nvidia driver was installed and working with CUDA. I havent touched the direct driver yesterday but many things that I did were linked to graphics (I was trying to install caffe, was changing versions of opencv and was mainly trying to install openpose)06:46
NebiTwo_Days however I had problems with the nvidia drivers in the past when I was trying to make CUDA run.06:47
Two_DogsNebi: type 'two' and tap tab key06:47
NebiTwo_DOgs twopi?06:48
Two_DogsNebi: copy/paste & execute via terminal> glxinfo | grep -i render | nc termbin.com 9999 ## share link output here06:48
Two_DogsNebi: it is simpler to autocomplete a nick via entry of the first 2-3 letters and then pressing 'tab' key06:49
Noruxis ubuntu part of the GNU project?06:50
NebiTwo_Dogs, ah sorry now I see what you meant :) Thanks for the tip!06:50
lotuspsychje!gnu | Norux06:50
ubottuNorux: G(NU's) N(ot) U(nix). A project that aimed to develop a complete operating system of Free Software, which Ubuntu is based on. See http://gnu.org06:50
Noruxlotuspsychje: I know that, but does "based on" mean "part of"?06:51
Noruxit's not listed on http://gnu.org06:51
NebiTwo_Dogs, output was: nc: getaddrinfo: Temporary failure in name resolution. Error: unable to open display06:52
Two_Dogsa pure gnu distro would suck Norux06:52
ducasseNorux: no, it's not. it uses lots of gnu software, though06:52
Noruxducasse: thanks, that's the answer I wanted. :+1:06:53
confluency"Based on" does not mean "part of".06:53
confluencyIn general, not just in this case.06:53
Two_DogsNebi: show here the exact line executed06:53
Noruxconfluency: does this mean that the ubuntu core relies on non-free software components?06:54
confluencyWhat's "the Ubuntu core"?06:54
Noruxconfluency: I mean the OS itself, not the software you can install though packages. e.g. the ubuntu server without any additional things06:55
confluencyNorux: what is "the OS itself"?06:55
NebiTwo_Dogs, rebooting...06:55
confluencyThe "server" distribution is a particular collection of packages.06:55
Noruxconfluency: and do any of those packages rely on non-free software?06:56
Norux(or are)06:56
Two_DogsNorux: look at every license agreement06:56
confluencyI have no idea.06:57
Noruxok thanks :)06:57
NebiTwo_Dogs, glxinfo | grep -i render | nc termbin.com 999906:57
NebiTwo_Dogs, output: Error: unable to open display06:57
lotuspsychjeNorux: from the wiki: Ubuntu operates under the GNU General Public License (GPL) and all of the application software installed by default is free software. In addition, Ubuntu installs some hardware drivers that are available only in binary format, but such packages are clearly marked in the restricted component06:58
Noruxlotuspsychje: awesome, thanks!!!06:58
Two_DogsNebi:  copy/paste & execute via terminal> sudo apt install inxi06:58
NebiTwo_Dogs, inxi is already the newest version06:59
Two_DogsNebi: copy/paste & execute via terminal> inxi -Gxc0 | nc termbin.com 9999 ## share link output here06:59
Nebitermbin.com/hsn007:00
NebiTwo_Dogs, sorry: http://termbin.com/gsn007:00
NebiTwo_Dogs, aha, so clearly graphics?07:01
Two_DogsNebi: maybe, or inxi in tty dont see graphics07:02
NebiTwo_Dogs, ah ok07:02
Two_DogsNebi: copy/paste & execute via terminal> pstree -nsupa | nc termbin.com 9999 ## share link output here07:02
Two_DogsNebi: thought about re-install of system? got a separate home partition?07:03
NebiTwo_Dogs, http://termbin.com/1r3b07:03
NebiTwo_Dogs, well I wouldnt fancy it because it was quite some heavy work to have the current state running with CUDA. But in these circumstances it would be an option. However I think I would need a separate home partition07:05
ducasseNebi: i second the idea of a reinstall, since a live usb works07:05
Two_DogsNebi: its just that the system seems totally borked, no xorg, no greeter, no desktop etc07:06
Two_Dogsbut got docker and forget what else i saw07:06
NebiTwo_Dogs,  is there a possibility of "repair" option through usb?07:07
NebiTwo_Dogs, or like backup to 24hours ago?07:07
Two_DogsNebi: was there some backup process running previously?07:08
NebiTwo_Dogs, I don't think so :/07:08
Two_DogsNebi: nothing to backup to then07:08
NebiTwo_Dogs, and not possible to find what I did wrong through going back the commands?07:09
NebiTwo_Dogs, http://paste.ubuntu.com/p/JQZMBcm7CC/07:09
Two_DogsNebi: maybe, via logs07:09
Two_DogsNebi: copy/paste & execute via terminal> cat /var/log/apt/term.log  | nc termbin.com 9999 ## share link output here07:10
Two_DogsNebi: no need to share the dump if you dont feel the need07:10
NebiTwo_Dogs, I ahve here the last commands before the problem: http://paste.ubuntu.com/p/JQZMBcm7CC/07:11
Nebibefore the problematic reboot and the reboot before that were 200 commands but many cd .. etc07:11
Two_DogsNebi: too many variables for me to want to entertain :)07:13
Two_DogsNebi: i would call this a lesson in what not to do to the workstation, perhaps you need two installs, the workhorse and the testbed07:13
devkort_cd /home07:14
NebiTwo_Dogs, well this is also a bit what I fear: what did I learn? In the end, openpose wasn't working nor did caffe. So when I will have to do the entire thing again then I will not rm libprotobuf* but other than that?07:15
NebiTwo_Dogs, after installing previously CUDA and opencv it seemed so instable to get it runnign that I didnt want to touch it anymore07:17
Two_DogsNebi: you learned to play what if on a testbed install, and leave the workstation install alone till you tweak the issues out of the testbed07:17
ducasseNebi: other than that come here and ask if you are unsure what to do07:17
NebiTwo_Dogs, yes thats true :)07:18
NebiCould maybe this have caused a problem: sudo chown $USER /usr/local/bin/protoc07:18
Nebisudo chown -R $USER /usr/local/include/google07:18
Nebijust asking because I saw it now07:18
ducasseyou've done too much stuff to that system for anyone to support it07:19
Two_Dogs^^ what ducasse said Nebi07:19
Nebiok, I see :(07:19
NebiSo shall I stick to 16.04 or hope that it gets better with 18.04?07:20
lotuspsychjeNebi: things get better when you keep your system healthy, on any ubuntu version07:21
Two_Dogsi prefer current myself, but thats just my opinion07:21
NebiTwo_Dogs, by current you mean the 18.04?07:21
Nebilotuspsychje, well I had previously issues to upgrade to a newer kernel. So I was having 16.04 with kernel 4.4.07:22
Two_Dogsi have a ubuntu server running now for about 8yrs, 24/7, and i think the trick was leaving it alone more than not07:22
Two_DogsNebi: ^^07:22
Nebi:)))))07:22
Two_DogsNebi: for your cuda experimenting i would be as current as possible07:23
ducasseNebi: just try the 18.04 live usb, see if it behaves07:23
Nebiok, en garde. Thanks for the help, people!07:24
ducasseremember, ask here if you are unsure what to do rather than fiddling and breaking something07:25
bwoah_exit07:28
bwoah_quit07:28
bwoah_Quit07:28
Nebiducasse, Ok I will :) Sweating already when thinking about the partitioning now07:29
Two_DogsNebi: thats a thought, the process of turning home folder into partition is pretty much cli/terminal, do it now then reinstall ,ubuntu has an excellent wiki on how to turn home into partition07:30
=== OS-38068 is now known as help
=== help is now known as an1sor0poUs
liveuser1can this channel be commandered for a federal.log considering logbot on irc.mozilla.org suddenly doesn't join #federal.log?07:37
lotuspsychjeliveuser1: what has this related to ubuntu?07:40
liveuser1it is a channel known to have an open to the public log07:41
lotuspsychjeliveuser1: #ubuntu gets logged yes07:41
liveuser1is there any other channel which has such?07:41
lotuspsychje!logs | liveuser107:42
ubottuliveuser1: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/07:42
Nebi(hmm, it s weird that the live disks (16.04 and 18.04) only work with nomodeset07:44
lotuspsychjeNebi: some graphics cards requier nomodeset to enter system07:45
JakeFrom98Hello, I was wondering how to install zzuf fuzzer it appears you used to be able to install it from the repos but you cannot anymore. If anyone could help me out I'd apperciate it! My Ubuntu version is 16.0407:45
Nebilotuspsychje, but I didn't need it before with my old 16.04 installation07:46
alibaba22haloo guys ~07:46
lotuspsychjeJakeFrom98: seems like it has been removed07:46
JakeFrom98Ya I think it was I'm trying to figure out another way to install it.07:48
lotuspsychjeJakeFrom98: but its back in 18.04 so it seems07:48
lotuspsychjeJakeFrom98: so perhaps check !backports or install ubuntu 18.04?07:49
JakeFrom98Okay I'll look into that and get back to you07:50
JakeFrom98Thank you lotuspsychje for your help I think I'm just going to update it Ubuntu 18.0407:59
rangemongerwhy do i have to be connected to the internet for a 32bit efi install to take?08:02
EriC^^rangemonger: what iso are you using?08:03
rangemongerlubuntu 180408:03
rangemongerif i install while offline, it fails, online, it works08:04
EriC^^rangemonger: what exactly is the iso?08:04
rfouyerSalut08:04
rangemongerlubuntu-18.04-desktop-amd6408:04
C0ckGobblrHi08:05
C0ckGobblrHelloo08:05
C0ckGobblrCan i ask a question08:05
EriC^^rangemonger: maybe it needs to update some packages to work, how does it fail?08:05
C0ckGobblrId like to ask a question regarding firmware iwlwifi08:06
C0ckGobblrMay i08:06
rangemongerEriC^^: the majority of the install goes fine, once it gets to installing grub, this: "The 'grub-efi-ia32' package failed to install into /target/"08:06
C0ckGobblrI want to ask a question08:06
EriC^^rangemonger: you could install without grub then manually install grub08:07
C0ckGobblrIs that alright, if i ask a question08:07
EriC^^rangemonger: 'ubiquity -b' launches the installer without installing grub in the end08:07
C0ckGobblrYou seem to be busy and i have a question08:07
EriC^^C0ckGobblr: there's 1700people here, ask if someone knows they'll help08:07
C0ckGobblrSure08:07
rangemongerand to then install grub?08:08
EriC^^rangemonger: chroot to the install and use 'grub-install'08:08
C0ckGobblrIve upgraded from 17.04 to 18.04 and the iwlwifi drivers stopped working properly. Association witg AP times out in half a second after 3 fast tries...wtf08:09
C0ckGobblrNo more internet08:09
rangemongerEriC^^: also, what package(s) are the wifi drivers? when i try to build a minimal iso with a few set things, i dont have wifi drivers08:10
C0ckGobblrI keep getting an ADDRCONF(NETDEV_CHANGE) link becomes rdy08:10
EriC^^rangemonger: sudo lshw -c network should show what drivers are being used08:12
C0ckGobblrIf its iwl rangemonger you do sudo apt install iwlwifi-firmware08:12
C0ckGobblrTheres also openelec drivers on github if u want absolute latest shit google openelec/iwlwifi-firmware08:13
rangemongeriwl is fine, as long as it works08:13
rangemongerill see if thats it08:13
C0ckGobblrStill no way to diagnose my wifi issues, this is a fresh install08:14
lotuspsychje!language | C0ckGobblr08:14
ubottuC0ckGobblr: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList08:14
C0ckGobblrUbuntu is so disappointing and everything is getting worse and worse every version08:14
C0ckGobblrWhy would you break the wifi firmware its the most important thing08:15
lotuspsychjeC0ckGobblr: you can generalize such statements, you can only speak of your system08:16
NebiAHHH, it is running!!!!!! It is running! My old 16.04 is runnign again!!!!!08:16
IcikIwirhi08:16
XB23C0ckGobblr: Poor wifi in ubuntu is the reason i was forced to switch to mint08:16
IcikIwirnice to know you08:17
lotuspsychjeXB23: please dont make such statements here in #ubuntu08:17
XB23Apologies08:18
NebiSO funny, I realized that I had to redownload the 18.04 so I went back to trial a bit around with the briken system. while doing sudo apt-get update I saw that he was lacking libprotobuf-lite so i --reinstall installed it08:18
lotuspsychje!yay | Nebi08:18
ubottuNebi: Glad you made it! :-)08:18
NebiArghhh, Wait Im having graphics now but it is not starting desktop08:18
NebiI mean the background appears but nothing else from the system08:19
ledeniC0ckGobblr, start from beginning 'lspci | grep Wireless | nc termbin.com 9999'08:19
Nebireinstall desktop? reinstallx.org?08:20
Nebireinstalling ubuntu-desktop and unity didnt change the situation. Someonhas an idea? I see the background after login through the lgoin screen. I can even right click and open a terminal08:26
lotuspsychjeNebi: recoverymode/fix broken packages..or reinstall clean08:26
Nebilotuspsychje, ah yes I will try broken packages immediately. Well reinstall clearn I think that after today adn yesterdays exepriences I will eventually do. But if I can back into my system I can at least currently work and schedule a two-system (prod and test) in the coming weeks08:28
=== hakker is now known as tekboy
ledeniNebi, try make --> .config to .config-old and .cache to .cache-old , after that reboot08:31
utiakaHi there08:33
utiakaI am trying to install VMware Horizon Client, but got a: python: command not found08:34
utiakaI think Ubuntu has Python308:34
utiakaDoes anyone know how to solve it?08:34
utiakaI read I should not installed Python or Python2 if I already have Python 308:35
utiakaAnyone knows how to solve this "python: command not found"?08:36
ikoniautiaka: python is normally a symlink to python08:36
ikoniautiaka: as in the specific version08:36
JimBuntuutiaka, I'm not sure what issue you are having, but I can say that you can def have Python 2 and Python 3 installed at the same time without issue.08:36
blackflowutiaka: scripts requiring just "python", require python 2.x, by definition. if that's 18.04, you might need to install python 2 specifically.08:36
utiakaThank you all08:37
utiakaYes, I do have 18.0408:37
blackflow!info python08:37
ubottupython (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.15~rc1-1 (bionic), package size 136 kB, installed size 624 kB08:37
utiakaOk, so then I will install Python 208:37
blackflowutiaka: the package is just "python"08:37
blackflow(as opposed to "python3")08:38
utiakaSo, I should just do sudo apt install Python ?08:38
kiokomanlrwxrwxrwx  1 root   root           9 apr 16 16:31  python -> python2.708:38
Nebi(it is taking me some time because I dont have internet in recovery mode. Don't know why. Activating it seems not to work there. )08:38
blackflowutiaka: lowercase p08:39
utiakaGooooood, than you! I'm gonna give it a try!08:39
keanleehello everyone08:41
utiakablackflow: Thank you! It worked!!08:43
utiakaThank you all. Great support!08:43
=== elichai2_ is now known as elichai2
=== elichai2 is now known as elichai
=== elichai is now known as elichai2
Nebiledeni, you mean mv or cp the config files that you mentionned?09:13
Nebishall I maybe also try remove --purge xorg?09:16
rofl783unity is meh.09:19
Nebirepair broken packages and moving conflig and cache didnt affect the issue09:26
NebiImn going now to try to clearn xorg xserver and others and install according to this: https://www.computersnyou.com/4945/re-install-xorg-xserver-completely-ubuntu/09:27
Nebiohoh maybe this was stupid. He is saying that many CUDA and nvidia drivers were deinstalled too09:29
Sonderbladeis there a way to reset unity to default settings?09:29
Sonderbladei deleted the .local directory and now it wont start properly09:29
jeffguorgthis bot(ubottu) is cool, how could i interact with it?09:33
guestyou can send a private messages to it if you want to experiment instead of talking to it here09:34
Two_DogsSonderblade: deleted or sent to trash?09:34
ducasse!msgthebot | jeffguorg09:35
ubottujeffguorg: Please investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search <pattern>"09:35
SonderbladeTwo_Dogs: deleted09:35
jeffguorgcool!09:35
NebiOK didnt help. Now after logging in he comes straight back to login screen09:36
Two_DogsSonderblade: you might try reinstalling unity, not sure that will be enough09:39
SpaceManiacGetting "libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-3) but 3.6.5-5~16.04.york0 is to be installed", how does one go about fixing this kind of thing?09:40
Two_DogsSonderblade: i would not delete .local in the future09:40
SonderbladeTwo_Dogs: i know but the directory was huge :)09:40
Two_Dogsic09:40
SpaceManiacsorry, for context, that's drilling down through apt-get because 'vim' went missing after do-release-upgrade09:41
jeffguorgin china we have QQ(IM developed by Tencent), but it's proprietary software. so we merely have something like bot. even if someone developed one, it's just for fun, not something like this. it's my first time using IRC, surprised by it.09:41
jeffguorgi mean 'hardly' . sorry for my poor English. :p09:42
Two_DogsSonderblade: try 'aptitude' command if not used, instead of apt/apt-get, it does a better resolve job09:42
Two_DogsSonderblade: my bad09:43
Two_DogsSpaceManiac: try 'aptitude' command if not used, instead of apt/apt-get, it does a better resolve job09:43
SpaceManiachmm ok, I'll try that if it comes up again09:43
SpaceManiacI think I may have just got the right apt-get invocation to downgrade python3.6 without uninstalling 200 other packages09:44
guiverc_dSpaceManiac, what release are you running?09:48
=== guiverc_d is now known as guiverc
Exterminadorso, yesterday I've been helped by Bashing-om to try to sort out why using normal boot I got a black login screen and lots of errors related to nouveau driver in Xubuntu Bionic. we've tried lots of possibilities and none worked. I've installed Xubuntu Xenial in a different partition and the error was present there too. I must assume that something is borked with my graphics driver or even with my graphics card. I'm only able to use the laptop09:48
Exterminadorvia recovery mode without any issues except no video acceleration. using nomodeset fixes the problem in normal bot, but then I'm stuck with a 640*480 resolution when my laptop has a 1280*720.. I was wondering if with nomodeset enabled is possible to force the change of the screen resolution, or if it's possible to have video acceleration in recovery mode. one of them would please me.09:48
SpaceManiacguiverc: previously xenial, just do-release-upgraded into bionic, which caused the break09:48
SpaceManiacmy suspicion is python3.6 I had installed from a PPA looked newer than the one in bionic09:48
jk^pls09:50
guivercSpaceManiac, I'd suggest running "apt-cache policy libpython3.6-stdlib" & pasting the output into pastebin & providing us link...  (3.6.5-3 is bionic standard)09:50
jk^i have this problem with audacity09:50
jk^"FFmpeg cannot find audio codec 0x12000"09:50
jk^i can't export in 3gpp format an audio file09:51
SpaceManiacguiverc: I did "apt-get install -f libpython3.6-stdlib=3.6.5-3 libpython3.6-minimal=3.6.5-3 python3.6=3.6.5-3 python3.6-minimal=3.6.5-3" and that seems to have fixed it09:51
jk^i found this guide https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR09:51
guiverc:) SpaceManiac09:51
jk^i went here https://ffmpeg.org/download.html09:51
SpaceManiacso often that asking on IRC brings the mental clarity needed to figure it out myself09:52
jk^but i don't know what download... the green button at the top or the other in the page...09:52
bazhangjk^, install from ubuntu software sources09:52
jk^which packages?09:52
jk^i'm on lubuntu09:53
bazhangjk^, sudo apt install ffmpeg09:53
jk^i'm opening synaptic09:53
jk^it's already installed09:53
bazhangjk^, lubuntu kubuntu ubuntu same source09:53
bazhangwhats the end goal here jk^09:54
jk^i need to export an audio file in 3gpp format09:55
jeffguorgif i were you, i'd rather use conda so different versions of python won't mix together and won't be touched by package managers. and it's platform independent...not very constructive but i really suggest you to use conda(for python), n(for nodejs) or something like that if you need a version different with your system default09:55
jk^https://drive.google.com/open?id=1t_Gs14uu6214R-UdIZgw4nbV2yktvQR009:55
jk^bazhang do u see? it's already installed that package09:56
bazhangbe patient jk^ , I'm searching for a solution09:57
rpittaujk^: ffmpeg doesn't come with that codec included, if you want it you will have to compile it yourself and enable it09:57
jk^how to compile it myself? :\09:57
jk^and enable it?09:57
jk^.\09:57
jk^i found this page: https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR09:57
jk^after i went here: https://ffmpeg.org/download.html09:58
jk^but i don't know what download09:58
rpittaujk^: that's the correct page09:58
jk^the link at the top, or others links?09:58
=== ASTRA` is now known as astra`
rpittaujk^: the FAQ09:58
jk^the "green" link at the top or the link by Operating System09:58
jk^FAQ where?09:58
rpittaujk^: if you search for 0x12000 on that page you will see that ffmpeg requires amr libs09:59
rpittaujk^: the FAQ link you posted09:59
rpittaujk^: https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR09:59
jk^i read this: Linux/Unix:09:59
jk^You may download (or build) a suitable FFmpeg library for your own purposes. To build, obtain the source code from the FFmpeg project. If you download a pre-built library, this might be either a "shared" or "static" build. A static build consists of a single libavformat library, whereas a shared build has at least three libraries (libavformat, libavcodec and libavutil). It is recommended to use a shared build, but Audacity will also work09:59
jk^with a static build.09:59
jk^If you compile Audacity from source code, it will link to the installed FFmpeg headers, which should always be compatible with an installed FFmpeg binary.09:59
jk^ok, i read that09:59
jk^but now, how to proceed?09:59
jk^i followed this link https://ffmpeg.org/download.html10:00
jk^i donwloaded this file: https://ffmpeg.org/releases/ffmpeg-4.0.tar.bz210:00
jk^did i wrong?10:00
jk^:\10:00
jk^rpittau bazhang10:00
_0kx__hi10:01
_0kx__i'm using ubuntu 18.04. after the last upgrade there is a problem in the authentification in the login process.10:01
guiverc_0kx__, do you mean you enter password, its accepted, screen blanks and then you return to login screen (ie. loop?)10:03
NebiWell so much to 18.04: trying it on the live disk doesnt react to neither mouse or keyboard.10:03
_0kx__guiverc: no, i've entered the password in the wrong way. it's ok. the login screen comes back. but, then i'm entering the password in the right way, the login starts and hung up in a blank (violette) screen. and the gnome don't starts.10:05
jk^how to update my lubuntu to 18.04 LTS?10:05
_0kx__guiverc: i've reinstalled gdm, gnome-session and so on, but same problem.:-)10:05
bazhangjk^, what version are you on now10:06
jk^16.04.0410:06
jk^bazhang10:06
bazhangjk^, have you checked software sources for a new offering10:07
jk^yes10:07
guiverc_0kx__, I would suggest switching to terminal (ctrl+alt+f4 for example), then logging in, confirming you can login from there, then check disk space (df -h) as if no space on /home/ ($USER home directory) it can have issues... this is only possible cause only (and likely not your issue anyway)10:07
bazhanglts to lts, although you might have to wait for the point release for it to become available10:07
_0kx__guiverc: yeah, i've tried it, but there is 33g free space.10:08
EriC^^_0kx__: is ~/.Xauthority owned by your user?10:09
_0kx__guiverc: to enjoy the bug, first i've to enter the password in the wrong way, after this, the login comes back and the at the this time, there is no login possible.10:09
guiverc_0kx__, space available to home, then video is next likely issue, I'm no help there sorry, but `lshw -C video`...10:10
jk^https://drive.google.com/open?id=1T6o6THUyoDVKrpsG6yQ4SoVKkWtLggTY10:10
_0kx__guiverc, ok, thanks!10:10
jk^bazhang10:10
Exterminadorso, any ideas about my problem? I'm open to all possible suggestions10:12
_0kx__[EriC^^]: hmm, where do i find the .xauthority? in i don't find it10:12
Gargravarr_0kx__: it should be in your home folder, ~. it's a hidden file. in a file manager, press Ctrl+H to show all files10:13
guivercjk^, 18.04 upgrade from 16.04 will be offered when 18.04.1 is releasted (26-july expected date from memory) - you can force upgrade before then, but it's not recommended till that occurs (for stability reasons)10:14
bazhangUpgrading from Ubuntu 16.04 LTS10:14
bazhangUpgrades from 16.04 LTS will not be enabled until a few days after 18.04.1's release expected in late July. jk^10:14
bazhangas I just said prior jk^10:15
bazhangpoint release is the .110:15
_0kx__Gargravarr: in the home folder isn't the .xauthority file. (ls -la)10:15
jk^ok thanks10:16
bazhangwelcome10:16
_0kx__in the /var/auth/log aren't any hints to this problem.:-)10:17
EriC^^_0kx__: it is ~/.Xauthority with capital X10:18
_0kx__[EriC^^]: no.10:18
_0kx__maybe this: pam_systemd(su:session): Cannot create session: Already occupied by a session. ? i've found in the auth.log10:19
Exterminadorif someone missed my issue: http://pastebin.com/GJ6bTAq110:19
Gargravarrhi all, got a GPG problem that seems to have appeared all on its own. first Duplicity started throwing GPG errors, and now i can't sign Git commits. i haven't touched my GPG folder or run GPG from the command line in months, so i don't know what could have caused this, and the error messages are not very informative. does anyone know where i should start?10:19
xmbqcan i install a pkg from later ubuntu (artsy) to older ubuntu (xenial) ?10:21
bazhangxmbq, not a good idea at all10:21
xmbqbazhang: why?10:22
bazhangxmbq, which package do you need, and why do you need the higher number10:22
_0kx__[EriC^^]: it seems, some sessions are overlapped?10:22
xmbqpoppler-utils10:22
bazhangand why10:22
EriC^^_0kx__: yes seems some problem like that10:23
xmbqbecause there are some bugs in earlier version10:23
EriC^^try googling for the error _0kx__ might give some results10:23
bazhangthere are bugs in every version10:23
xmbqbazhang: yeah but i tried with the new version and it fixes that problem10:23
xmbqthat particular one10:23
bazhangmixing repos will do way more harm than any minimal good you imagine10:23
xmbqbazhang: so i should compile from source?10:24
bazhangxmbq, or find a PPa10:24
guestxmbq: whether it's a sensible idea depends on what the package is - if it's some small, self contained application it will likely be OK, but if it's a desktop environment you will have a bad time10:24
_0kx__[EriC^^]: i've googled a lot, but found nothing useful. it is hard to describe the problem. maybe that's the problem, to describe the problem.10:24
xmbqbazhang: but on the production server, i want to avoid compiling there, how can i distribute the binary? should i build as a static binary?10:24
_0kx__[EriC^^]: thanks!10:25
Two_DogsExterminador: do you have inxi installed?10:25
_0kx__i'm really not a expert. is there maybe a step for step help to solve the problem.:-)10:28
DK2 my /bin was deleted completeley10:29
DK2can you recover from it?10:29
guestno10:30
DK2just replace it from some other os?10:30
NebiOK I am at the point where I am absolutely frustrated and do not know any further. While now almost 24 hours with several problems in a row and slee-deprived, on the one hand the old installation loops in the login-screen, and the disk image of 18.04 doesnt react to either keyboard-inpu or mouse-clicks but mouse-movement. Everything is so crazy. Im going for a run now.10:30
GargravarrDK2: you'll need an Ubuntu ISO, but it won't be pretty10:30
guestyou could try to install on another machine and copy it across10:30
_0kx__it's after the upgrade process from 17.10 to 18.04. i'm running only the standard configuration, no fancy special modifications.:-)10:30
DK2im gonna try10:30
xmbqhow can i distribute the binary?10:31
xmbqdocker or statically linked binary?10:32
ExterminadorTwo_Dogs: not sure, but I can check it in a bit, as soon as I get homw10:32
Exterminadorhome*10:32
Two_Dogs_0kx__: did the upgrade complete error free?10:33
_0kx__two_dogs: yes!10:33
_0kx__two_dogs: yeah, it was like magic. all seems to run smooth and nice. it appears after i've entered the password in the wrong way. and in the secound approch to enter the password the login hungs up.10:34
Two_Dogs_0kx__:  copy/paste & execute via terminal> aptitude safe-upgrade -sy ##  any complaints?10:35
Two_Dogs_0kx__: is that password issue a known bug?10:36
_0kx__two_dogs: no complaints. no, not a known bug.10:36
Two_Dogs_0kx__:  copy/paste & execute via terminal> journalctl -b --pri=3 ## any complaints related to issue?10:39
ExterminadorTwo_Dogs: yes, inxi is installed.10:41
Two_DogsExterminador: ok10:41
_0kx__two_dogs: https://paste.ubuntu.com/p/DXxhwMJz96/. there are something with user session keyring. but i don't know, maybe its related to the password bug.10:42
Two_DogsExterminador: copy/paste & execute via terminal> inxi -Gxc0 | nc termbin.com 9999 ## share link output here10:43
ExterminadorTwo_Dogs: http://termbin.com/t9mr (worth to mention that im in recovery mode)10:43
Two_Dogs_0kx__: is gnomescreensaver default install for your desktop? is it missing?10:46
Two_DogsExterminador: when you boot into normal session do you get to login?10:48
ExterminadorTwo_Dogs: i got a black screen10:49
_0kx__two_dogs: is installed: gnome-screensaver is already the newest version (3.6.1-8ubuntu3).10:49
Two_DogsExterminador: was nvidia installed? ever?10:50
Two_Dogs_0kx__: is the process gnomescreensaver running now?10:51
Two_Dogs_0kx__: i use plasma so excuse me for gnomeshell ignorance10:51
Exterminador Two_Dogs: it wasn't installed, but yesterday me and Bashing-om did installed it, purged it and so on. nothing worked10:51
_0kx__two_dogs: :-)10:51
Two_DogsExterminador: copy/paste & execute via terminal> dpkg -l nvidia* | nc termbin.com 9999 ## share link output here10:53
_0kx__two_dogs: https://paste.ubuntu.com/p/88wSp6bpBZ/   .10:54
jk^isn't there a way to solve my problem? :\10:54
ExterminadorTwo_Dogs: http://termbin.com/bxoq10:54
guivercjk^, which/what problem? forcing release-upgrade??10:56
jk^no guiverc with an installation10:56
jk^Audacity gives me "FFmpeg cannot find audio codec 0x12000" when i try to export an audio file in 3gpp format...10:57
Two_Dogs_0kx__: is the screensaver process ran as user or system normally? both?10:57
jk^i found this page https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR10:57
jk^but i don't know how to proceed10:57
jk^:\10:57
jk^guiverc10:58
Two_DogsExterminador: you have the live session? did live work well?10:58
guivercsorry jk^ i can't help with ffmpeg issue10:58
ExterminadorTwo_Dogs: not even live w/o nomodeset10:58
_0kx__two_dogs: https://paste.ubuntu.com/p/q9BS62H2jC/ . hmm, there are two gsd-screensaver processes. one of them runs with root, and the other as a user process.10:59
Two_Dogs_0kx__: yes, i saw that, is that normal for gnome-shell?10:59
_0kx__two_dogs: both!10:59
_0kx__two_dogs: hmm, i don't know.11:00
Two_Dogswho is the gnome-shell guru here?11:00
Two_DogsExterminador: copy/paste & execute via terminal> inxi -Fxxrzc0 | nc termbin.com 9999 ## share link output here11:01
Two_Dogs_0kx__: copy/paste & execute via terminal> pstree -nsupa | nc termbin.com 9999 ## share link output here11:01
ExterminadorTwo_Dogs: http://termbin.com/mk1v11:01
jk^guiverc just a question11:02
_0kx__two_dogs: yes. and this is obscure: https://paste.ubuntu.com/p/Mxp4b7NGMV/.11:02
jk^if i try to use another softwater different from audacity, will i have the same problems?11:03
Two_DogsExterminador: copy/paste & execute via terminal> aptitude search ~n4.15.0-20 | nc termbin.com 9999 ## share link output here11:03
_0kx__two_dogs: http://termbin.com/wicw.11:04
guivercjk^, i don't know ... my guess would be audacity I think is Qt based; so if you used a gtk+ one you may have more chance of difference - but I could be 100% wrong!11:04
ExterminadorTwo_Dogs: http://termbin.com/8mnl11:04
jk^which are the most popular audio editor for ubuntu?11:05
jk^i don't know them apart audacity11:05
Two_Dogs_0kx__: using crypto partitions? which?11:05
jk^guiverc11:05
guivercjk^, i know nothing about video/audio sorry.11:06
_0kx__two_dogs: yes. the standard ubuntu encryption. it's /home/.ecryptfs  .11:07
_0kx__two_dogs: standard in the sense of the installation dialogs.11:08
_0kx__two_dogs: i've apt-install gnome-screensaver --reinstall. i try to reboot it, maybe the problem is solved.11:10
mgedminfwiw there's no ~/.Xauthority for me either on 18.04, and yet X11 apps work fine11:11
Two_DogsExterminador: did you disable onboard intel graphics?11:12
Two_Dogs?11:12
ExterminadorTwo_Dogs: i dont think so11:12
Exterminadorif i did it, i didnt noticed it11:13
Two_DogsExterminador: look at bios, can you do anything to graphics options11:13
ExterminadorTwo_Dogs: i can restart and see. 2 minutes11:13
Two_DogsExterminador: ok11:14
Exterminador Two_Dogs: I don't see anything in the BIOS related to graphics11:15
Two_DogsExterminador: ok11:15
Exterminador Two_Dogs: I have this laptop with dual boot. I have exactly the same problem trying to boot Windows11:17
jk^!yasm11:18
jk^!nasm11:18
Two_DogsExterminador: you think maybe you got graphic card issues?11:18
ExterminadorTwo_Dogs: yep, I do think that's probably that. perhaps the Nvidia card is dying or something like that11:18
Two_DogsExterminador: yeah, something like that11:19
Two_DogsExterminador: use the thing as a server11:19
Exterminadorbut I still don't understand how with nomodeset or in recovery it works great11:19
Exterminador Two_Dogs: it's my main laptop and I can't buy another one at this time xD11:20
Exterminadoras long as it keeps working via recovery, I'll use it as is11:20
Two_DogsExterminador: cool11:21
Exterminadorit's 9y old laptop already. I think I can't use any external graphics card (there's no place for it tho)11:22
Two_DogsExterminador: you added 'nomodeset' to grub?11:22
Exterminador Two_Dogs: when I use nomodeset, I'm stuck with a 640*480 screen resolution. it's super duper ugly11:23
Exterminadorcurrently I'm booting via Advanced options, then I choose resume boot11:23
Two_DogsExterminador: you might be able to use 'xrandr' to tweak resolution11:23
Exterminadorhum.. I've never used xrandr tho11:24
Two_Dogstime to learn something new Exterminador11:24
Two_DogsExterminador https://git.io/vpNYr11:25
PhoenyxCullenHas the new LTS been released?11:25
PhoenyxCullenSorry, been out of contact.11:25
mgedminExterminador: PhoenyxCullen 18.04 LTS is out, yes11:25
PhoenyxCullenOk. Thanks.11:26
mgedminoops sorry Exterminador didn't mean to tag you11:26
mgedminPhoenyxCullen: note that users of 16.04 LTS will not be offered to upgrade until 18.04.1 is out in June11:26
Two_Dogs--fb widthxheight <-- my suggestion Exterminador11:27
Exterminador mgedmin: no worries. Two_Dogs I'll try later on perhaps..11:27
Exterminador Two_Dogs: tks for the help and patience :)11:34
Two_DogsExterminador: good luck :)11:35
Exterminador Two_Dogs: just one last question: with nomodeset I'll have video acceleration?11:36
_0kx__two_dogs: no, same problem.:-)11:38
Two_DogsExterminador: i dont think you will see hardware acceleration,11:38
Two_DogsExterminador: nvidia driver install borked how?11:39
_0kx__two_dogs: i've reinstalled pam, gnome-screensaver, gdm3.11:40
Exterminador Two_Dogs: when I install nvidia drivers and all that stuff, I this in the screen: https://imgur.com/YI9QkJF11:42
ExterminadorI can't use it (I can't see what I'm typing, etc)11:43
Two_DogsExterminador: what is missing? panel?11:43
Exterminadorno, the screen is full of stripes. like a curtain. makes it unusable11:44
Exterminadoreven with nomodeset enabled when using Nvidia drivers11:45
Two_DogsExterminador: tried some other distro's live?11:51
Exterminador Two_Dogs: tried Manjaro Deepin live and Xubuntu Xenial (laptop is with Xubuntu Bionic). all had the same problem11:53
Two_DogsExterminador: ok11:54
ExterminadorTwo_Dogs: that's the reason that lead me to think that the problem is related to my Nvidia card. it's starting to enter in RIP mode11:57
BluesKajHiyas all11:58
Two_DogsExterminador: i would think so, windows is as broke as linux11:59
Exterminador Two_Dogs: exactly! not even Windows boots properly. but instead a black screen I have some sort of BSOD. lol12:02
_0kx__two_dogs: it is an authentication error, says gdm.:-)12:06
NebiHello again12:06
_0kx__two_dogs: thats the error message: pam_unix(gdm-password:auth): authentication failure12:08
superuserhalla12:13
AndroUserHello?12:19
=== AndroUser is now known as Jbread
EriC^^!ask | Jbread12:19
ubottuJbread: 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 !patience12:19
JbreadI can not get my wired connection to work on the latest version of ubuntu12:20
ledeniJbread, you wifi work?12:24
guivercJbread, if you enter `ip addr` do you recognize the device (ie. it looks like its there, enp0s25 is the name of my nic on 18.04)12:25
JbreadI don't have wifi12:25
ledeniJbread, 'lspci | grep Network'12:26
superuserjbread, then through which network adapter are you connected to the internet ?12:26
JbreadLinksys re360012:27
Jbreadlinksys  re630012:28
JbreadMy bad12:28
=== karhu is now known as Guest10723
=== Guest10723 is now known as karhu1234
aphoticaAnyone else getting a weird bug on Xubuntu where if the monitor shuts off, and it turns back on, the refresh rate is stuck at 59.0hz and 1376x768? Such a weird bug. Using an RX 580 with Xubuntu 18.04 LTS and display port with an ASUS monitor, 144hz TN 1080p.12:30
NebiOK, now I can safely say that the desktop is also back and I can work. CUDA is surprisingly working; python/conda too. THis is already a good start for working. THank you again guys for all the help.12:35
ledeniNebi, great what you do?12:36
notsi don't have wifi too. but i did last time i installed ubuntu 18.0412:36
notsi'm still strugulling with it12:36
notshttps://ubuntuforums.org/showthread.php?t=2392154&p=13767712#post1376771212:37
Nebiledeni, thats difficult to say as in the last 6 hours or so I threw a lot of nukes. Completely purging xorg and nvidia. Reinstalling ubuntu-desktop, xorg, unity, nvidia. Lately also removing many .config and .chache files.12:38
Nebiledeni, in the end I am not sure what helped. But I am conscient that I must be riding a volcano right now12:38
ledeniNebi, it is ok12:39
_0kx__two_dogs: yeah, the #ubuntu-dev and #gnome channel know the bug: https://launchpadlibrarian.net/370642960/gdm3_3.28.0-0ubuntu1.1_source.changes12:40
_0kx__two_dogs: thanks a lot!12:41
ledeninots, 'lspci | grep Wireless | nc termbin.com 9999'12:41
jurgentjeHi, I'm looking for a way to magnify the screen dynamically like was possible with Compiz in the past (scroll wheel + modifier). Anyone know if there are tools for this?12:53
mgedminthere's a screen magnifier in Universal access in System Settings12:55
newbuntucomplete linux newb here12:56
newbuntuhaving trouble installing linux on my new Lenovo12:56
newbuntucurrently "trying" on a USB12:56
jurgentjeHi newbuntu, I have some older Thinkpads here too, and on some of them, the SD card slot isn't bootable.12:57
newbuntuI was able to successfully install, but after login, either the mouse would not move, or, if it did, everything would seem to freeze whenever i tried to open or use anything12:57
jurgentjedid you do a checksum on your download? maybe something went wrong with the download12:58
newbuntuno. I honestly dont even know what that is. And I'm afraid im in over my head. But I think I can learn...12:58
newbuntuI checked around online, and found that with older versions, some had a similar problem that was related to the NVIDIA graphics card13:00
newbuntuthe answer there suggested press "e" at the install screen, then "replace 'splash quiet' with 'nomodeset'" and i tried that. but since I'm not sure what it means, I dont know for sure if I did it right.13:02
yokowkahello to all! in terminal: bash: /etc/profile.d/vte.sh: no such file or catalog    ,   how to make it clear?13:05
kj4hello, how to I get a version of VirtualBox installed that supports USB passthrough?13:06
guivercnewbuntu, I agree with jurgentje in that I think md5sum/checksum checks (to confirm download was perfect) are worth it .. https://help.ubuntu.com/community/HowToMD5SUM  may help.  the 1-2 mins to check can save hours of debugging issues (that occur if even a single bit of download is wrong)13:06
arunkumar413connecting external display is making my laptop monitor blank13:07
guiverc(https://help.ubuntu.com/community/VerifyIsoHowto i actually prefer; but it assumes a *nix host is used to verify, and I didn't know if this applies)13:08
lapagayokowka, is there a number after vte like 2.91?13:08
yokowkalapaga - no number, only ....vte.sh13:09
ledeniarunkumar413, check Setting --- Devices ---- Screen display --- should be option for both display to show up13:10
_0kx__bye13:10
arunkumar413there is no devices13:12
arunkumar413option13:12
ledeniarunkumar413, sorry what DE you using?13:13
leftyfbkj4: all versions of Virtualbox released in the last 10 years supports USB passthrough13:13
arunkumar413DE?13:14
jurgentjeyou'll need the virtualbox extensions installed on your gues system though13:14
jurgentjeDE = desktop environment (gnome, kde, ...)13:14
leftyfbyokowka: undo whatever you did you install /etc/profile.d/vte.sh13:15
ledeniarunkumar413,better say ubuntu version13:16
arunkumar413It's linux mint13:16
leftyfb!mint | arunkumar41313:16
ubottuarunkumar413: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)13:16
kj4leftyfb: I thot OSE versions did not?13:16
yokowkaleftyfb how to undo?13:17
leftyfbyokowka: how did you put it there in the first place?13:18
leftyfbkj4: where does it say that?13:18
yokowkaleftyfb i'd installed playonlinux , it not opens wide, then in synaptic i'd delete it, and also clean the system with bleach beat as root....13:21
guestIs there a nice way to automate modifying the $PATH variable in /etc/environment? I need to append to the path as part of a script, but I can't replace the whole line, because it may have changed upstream and I want to keep the changes13:21
leftyfbyokowka: I don't think playonlinux would install vte13:21
leftyfbguest: use sed and regex13:22
newbuntuguiverc thank you13:23
engineerJamesJCan someone point me to a tutorial regarding "how to unlook a Ubuntu computer when password lost" ?13:25
s10gopalbug 1745646 is fixed in ubuntu 18.04 ?13:25
ubottubug 1745646 in linux (Ubuntu Cosmic) "Battery drains when laptop is off (shutdown)" [Medium,In progress] https://launchpad.net/bugs/174564613:25
leftyfbengineerJamesJ: https://help.ubuntu.com/community/LiveCdRecovery#Lost_Password13:25
pragmaticenigmaguest: that's more of a programming question than a support question. You might want to try one of the #bash channels. Also, I would recommend inside your script to capture the current path to a variable. Then update the existing path, appending what you need to the end. When your script finishes, assign the saved path from the variable at beginning back to the original path variable.13:25
leftyfbengineerJamesJ: found on google by searching for "ubuntu reset password live cd"13:25
brainwashs10gopal: it does not say "fix released"13:26
leftyfbpragmaticenigma: $PATH is already a variable13:26
leftyfbengineerJamesJ: please do not PM13:26
engineerJamesJTHANKS !13:26
s10gopalbrainwash, status: In Progress → Fix Committed , and it is fixed in upstream13:27
pragmaticenigmaleftyfb: I know, I don't see why sed would be required. A script can just as easily update $PATH during execution. What I'm trying to say is capture the current $PATH value to be able to restore it back the way it was when the script finishes13:27
brainwashs10gopal: that should answer your question then13:27
yokowkaleftyfb i do not remember when vte was installed!13:28
s10gopalbrainwash, The patch has landed upstream as cfcadfaad7251d8b640713724b388164d75465b2 , it means it is also fixed in ubuntu 18.04 ?13:28
brainwashs10gopal: does it say "fix released" for 18.04?13:28
leftyfbyokowka: please contact support from vte on how to remove it. vte is not an official Ubuntu package13:28
s10gopalbrainwash, no13:28
brainwashs10gopal: so, it's not yet fixed13:29
guestpragmaticenigma: yeah I can do it myself if I needed to, my question was, do I need to, is there some nice built in way to do it instead?13:29
pragmaticenigmaguest: You're best bet is to ask that question in #bash13:29
leftyfbguest: no, use a script that appends to $PATH13:29
leftyfbs10gopal: ask in the bug report if you can test the fix13:30
guestthanks13:30
s10gopalthx13:30
yokowkaleftyfb - i'll think to do it)13:30
=== Dbug_ is now known as _Dbug_
s10gopaliso on ubuntu download page is also updated ?14:01
Spookans10gopal: What do you mean?14:02
s10gopalSpookan, if i download ubuntu 18.04 iso today and download another iso after several month both will be same ?14:03
eraserpencilhey guys, I was testing out enhancd, but i seem to have messed up my cd setting after deleting the cloned folders14:03
philllyhi. my question about manually installing .deb packages.14:04
eraserpencil"whereis cd" returned nothing14:04
philllysome instructions involve getting a key from a key server and checking a ".asc" file. what is the reason for this?14:04
leftyfbs10gopal: only if you download the daily. Otherwise, they only change when a point release is made available (18.04.1, 18.04.2)14:05
juslintekHi anyone having freezing Web Developer panel on Ubuntu 18.04?14:05
leftyfbphillly: sudo dpkg -i <name of package.deb>14:06
guestphillly: if you download the .asc file once from a trusted source, you can verify in future that the .deb file you downloaded is from the same source14:06
s10gopalthx14:06
juslintekSorry, i meant anyone having firefox 60, freezing Web Developer panel on Ubuntu 18.04?14:06
philllyguest: so .asc file is not associated with each release? is it just the public key then?14:07
leftyfbphillly: sudo dpkg -i <name of package.deb>14:08
guestphillly: yes14:08
eraserpencilany aid14:08
philllyleftyfb: I understand the depackaging process. I am just confused about keys14:08
ioriaeraserpencil,  It is a builtin command, which means that it is executed directly by your shell14:08
leftyfbphillly: if you've got the .deb file downloaded, you don't use keys to install it14:08
ioriaeraserpencil,  it's not a program14:09
philllyI have seen "gpg --verify" against ".asc" files though14:09
leftyfbphillly: it's not needed. Just install the .deb14:09
guestleftyfb: I think you missed the actual question - "some instructions involve getting a key from a key server and checking a ".asc" file. what is the reason for this? "14:09
leftyfbguest: "<phillly> hi. my question about manually installing .deb packages."14:09
leftyfbguest: the 2nd part is being asked with the assumption that .asc file matter when installing a local .deb file14:10
guestFirst remark was setting the context for the actual question to follow.14:10
philllyso when I do a "gpg --recv-key", I get the public key from a server, right? then I do "gpg --verify *.asc" to check the "signature" to verify that the package is signed correctly to verify authenticity then?14:10
leftyfbphillly: Have you tried to just install the .deb package?14:10
eraserpencilloria: I got that part. The reason i'm looking for the location of cd is because when I cd, it shows an error somewhere along the lines of enhanc no longer found.14:11
philllyleftyfb: I do not have a problem with installing a .deb package. I want to understand the key business. I want to know about it14:11
guestanyway if you are downloading an .asc file from a server, and you are also downloading the .deb file at the same time from the same server, the fact they match doesn't really tell you anything. If someone was trying to host a malicious deb they could also host a malicious asc14:11
leftyfbphillly: there is no key business when installing a .deb package14:11
philllyI am not a crypto export. just saw today reading articles that packages are signed. it used to be just md5 hash for me14:11
guestthe idea is to download the asc once from a trusted connection, then you can use it in future to verify deb packages downloaded from untrusted sources14:11
philllyok it makes bit more sense to me now, thank you guest14:12
philllyleftyfb: can you tell me why .deb package does not require gpg verification?14:12
leftyfbphillly: because you already have it. Now, pulling packages using apt from a repository, that's what requires keys.14:13
eraserpencilioria ^14:13
ioriaeraserpencil,  there is no location of 'cd'   : type cd14:13
leftyfberaserpencil: you'll need to contact enhanc support to properly remove enhanc to get rid of the error14:13
guesteraserpencil: "cd" is built into the Bash shell - can you run "which cd" maybe someone has changed that14:15
=== rorro__ is now known as Rorro
eraserpencili got "cd  is aliased to '__enchancd::cd' "14:16
eraserpenciland which cd returned ntg14:17
leftyfberaserpencil: ok, remove the alias14:17
guesteraserpencil: check in your ~/.bashrc file to see if there's a line like: alias cd="...14:17
guesteraserpencil: and remove that line, then open a new terminal window14:17
eraserpencili checked that and not there14:17
eraserpencili did a grep -rni for enchancd in ~ and but got nothing back14:18
ioriaeraserpencil,  do you have a .bash_alias fiel ?14:18
ioria*file14:18
guesteraserpencil: do you have any clue what __enchancd::cd is and where it came from?14:18
guesteraserpencil: btw you can use \cd to override the alias in the immediate term14:19
guesteraserpencil: is it affecting all users or just yours? if you do "sudo su" and get a root shell, does "cd" work as expected?14:19
s10gopalubuntu budgie is just ubuntu + budgie desktop manager ?14:20
philllyguest: by the way, I just looked inside one of the ".asc" files. it says "PGP signature". the tool is called "gpg" however. Google says PGP is proprietary and OpenPGP is an open alternative. do you know by any chance why is it not called like "OpenPGP Signature" then?14:20
guestmaybe a trademark thing?14:20
eraserpencilguest: it's affecting just me, root is fine14:20
guestIt's a "PGP Signature" - OpenPGP is an implementation14:20
guestGPG is another implementation but they both work on "PGP Signatures" - that's the answer14:21
confluencyPGP is the actual name of the algorithm.14:21
eraserpencilenhancd uses awk for the functionality... if it helps you help me troubleshoot14:21
guesteraserpencil: try "grep cd ~/.*"14:21
NebiHi, after resolving the issue with the computer Im back to the moment before I started the catastrophe. So this time I'm more careful and ask here first. So it is about libprotobuf. Protocol Buffer runtime library. My protoc --version says libprotoc 3.5.1. And also python has 3.5 installed. But while executinv a program it says: This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.1.0. I googled around and14:22
Nebithere are also other people having the same issue but I will not again go and rm libs in the /usr/lib folder. Rather I want to understand what is going on.14:22
ioriaeraserpencil,  we're talking about this :  https://github.com/b4b4r07/enhancd ?14:24
philllythank you guest and coffeeguy14:24
eraserpencilguest: it gave too much results so i piped it to another grep looking for enhancd and only the chat logs came up14:24
philllyI mean confluency :)14:24
eraserpencilyes thats the one14:24
eraserpencili ran init.sh14:24
ioriaeraserpencil,  i think you need to unset those ENHANCD_FILTER environment variables14:26
zetherooin 16.04 how do you correctly rename a network device?14:27
zetherooI am seeing info like this https://unix.stackexchange.com/questions/328485/ubuntu-16-04-change-interface-name14:27
zetheroobut it seems rather messy14:27
leftyfbzetheroo: that's how you do it14:28
leftyfberaserpencil: if all you did was run the init.sh, then all you need to do is reboot and the problem will be gone14:28
eraserpencilhaha...right, it's been a while since i reboot14:32
pragmaticenigmaeraserpencil: or open a new terminal session14:32
eraserpencilpragmaticenigma: yea, that dosent work14:33
leftyfbpragmaticenigma: it was an export14:33
pragmaticenigmaah, that would make sense14:33
zetheroo leftyfb: seems like it can be done with the ip command14:34
leftyfbzetheroo: you asked how to do it correctly14:35
leftyfbzetheroo: udev does the naming/renaming. Setting it as a udev rule is the correct way14:35
solsTiCezetheroo: what's tour version of ubuntu ?14:35
solsTiCeoops14:35
zetherooleftyfb: how is it not correct to use the ip command?14:35
zetherooleftyfb: where are the names of network interfaces defined in 16.04?14:36
zetheroobecause there is no /etc/udev/rules.d/70-persistent-net.rules file14:36
leftyfbzetheroo: it's part of udev/kernel. If you want to hardcode your own name, you set a udev rule14:36
ioriaeraserpencil,  run 'reset' in terminal14:36
leftyfbzetheroo: create it14:36
leftyfbioria: reset won't purge exports I don't think14:37
ioriaok14:37
bodie_Hi, anyone know how to get emacs magit working to sign commits?  I'm on Ubuntu.  This is the behavior: https://github.com/magit/magit/issues/285914:37
zetherooleftyfb: The problem is that when adding a new network interface (hardware) to the system it's not automatically added to the /etc/network/interfaces file, and ifocnfig doesn't show any new device either. But I was able to see it with ipmaddr so that's fine.14:38
leftyfbzetheroo: ifconfig -a14:39
leftyfbzetheroo: also, ls /sys/class/net/14:39
zetherooleftyfb: Ok 👍14:39
transhumanso, I have taken the hard drive out of one ubuntu desktop, and put it in another system. first had an AMD processor, new one has duel Xeon 5405, and a crappy video card. Typing is slow and double types, desktop refresh is   slightly faster (both internal video cards suck! Anything I should do for proper hardware redetection?14:40
Monkey_bhey guys, struggling to get a dual boot installation with windows10... it seems gparted and fdisk won't see my actual HD/partitions (it only sees the live usb)... i've disabled secure boot in BIOS as well as fast startup in the windows10 power options... but no luck, any ideas what else may be interfering?14:40
leftyfbtranshuman: use a different DE or put a better video card in it14:41
pragmaticenigmaMonkey_b: Is the drive protected by BitLocker?14:42
transhumanDE?14:42
pragmaticenigmatranshuman: Desktop Environment14:42
Monkey_bpragmaticenigma, never heard of bitlocker, let me google14:42
transhumanfunny thing is this machine used to run like 10 VM's no problem!14:43
transhumanbrb14:43
leftyfbtranshuman: Is this a server or desktop? If all you're doing is running headless VM's, you don't need the GUI to be fast14:45
leftyfbtranshuman: in fact, I wouldn't even run a GUI14:45
Monkey_bpragmaticenigma, it seems i dont have bitlocker on this laptop, searched for it up and down no sight of it14:45
Monkey_bwait a minute i take that back14:46
Monkey_bi see a bitlocker service running14:46
transhumanunfortunately I have no choice my desktop died14:46
pragmaticenigmaMonkey_b: Bitlocker service doesn't mean the drive is encrypted. BitLocker service is also used for reading external drives that may have been encrypted14:48
Monkey_bok, yea i dont see any signs of it being encrypted14:48
leftyfbMonkey_b: https://uit.stanford.edu/service/encryption/wholedisk/bitlocker14:49
leftyfblook for "Turning off BitLocker"14:49
leftyfbjust to be sure14:49
pragmaticenigmaMonkey_b: Looking through a couple articles... The short answer is, if the live cd isn't detecting the drive, it's best not to continue forward. You risk losing your entire Windows drive.14:49
Monkey_bwin10 home, so not available14:49
pragmaticenigmaleftyfb: The problem is, LiveCD isn't even seeing a hint of a drive.14:50
leftyfbthat's a driver issue then14:50
Monkey_bpragmaticenigma, it's a new laptop, not worried about data loss14:50
Monkey_bthat said dual boot would be nice for gaming purposes14:50
AbbyHHi All, wondering if someone could point me in the right direction. I've been lumped with maintaining a isolated 16.04 virtual machine, my only access is via ssh from a machine with extremly restricted internet access. The party who maintain the infrastructure have given me a 45GB iso file which appears to mirror the structure of apt repository. Could anyone give me some guidance on how to go about using14:50
AbbyHthis iso to update the installed packages.14:50
pragmaticenigmaMonkey_b: I'm not talking about data loss... I'm stating that the drive isn't going to work, and forcing it to work isn't a good idea14:51
Monkey_bso i bought a brand new brick14:51
pragmaticenigmaMonkey_b: we may get it up and running today, but a kernel update, grub update, or some other low level update could make the system unbootable again in the future14:51
leftyfbpragmaticenigma: it could probably work with the right drivers for the storage device/controller14:51
pragmaticenigmaThat's above my expertise to try and fix14:52
leftyfbAbbyH: https://www.linux.com/learn/create-your-own-local-apt-repository-avoid-dependency-hell14:52
eraserpencilioria: i just reboot. im good now thanks alot!14:52
leftyfbMonkey_b: what is the make/model?14:52
Monkey_bhttps://www.msi.com/Laptop/GS65-Stealth-Thin-8RF14:53
leftyfbAbbyH: or https://help.ubuntu.com/community/Repositories/Personal14:53
AbbyHleftyfb: I came accross that article, however I dont have dpkg-dev installed14:53
Monkey_bperhaps relevant: 1x M.2 SSD slot (NVMe PCIe Gen3), 1x M.2 SSD Combo (NVMe PCIe Gen3 / SATA )14:53
AbbyHand as this .iso is my only source of packages, no way to install it14:53
leftyfbAbbyH: I would not recommend doing it then14:54
AbbyHleftyfb: I dont really have a choice14:54
leftyfbAbbyH: You cannot do the job if you do not have the right tools14:56
pragmaticenigmaAbbyH: I would think the people responsible for giving you the ISO should also be responsible for teaching you how to use it.14:56
AbbyHThey don't know themselves :D14:57
leftyfbthen why did they assume what they did would work and give you no other options?14:57
pragmaticenigmaAbbyH: Then I would be contacting my manager, you've been given a task and no resources or materials on how to perform said task.14:57
leftyfbAbbyH: a recursive dpkg -i on all packages on the cd could work, but more than likely it would cause all sorts of problems and would not be recommended. That is the only option to you with the current environment and toolset14:58
AbbyHthe joys of clasified projects :D14:58
leftyfbSounds like whoever gave it to you assumed that would be sufficient14:58
AbbyHim the only one with a brain cell that has the required security clearance14:58
pragmaticenigmaMonkey_b: The only fixes I've seen involve a high potential of full data loss and potentially bricking the drives in the process. I'd use the laptop as is, or start researching it's configuration to understand how the drives are configured for that unit15:00
tgm4883AbbyH: have you tried the sources.list portion of that link?15:01
leftyfbtgm4883: I'm pretty sure there's more to it than that. package lists, keys, etc15:02
tgm4883leftyfb I skimmed it, but one could assume that whoever gave AbbyH the ISO already did that part15:02
AbbyHtgm4883: I did. during apt update it tried to chmod some of the files. which being a .iso mounted via a loopdevice and thus readonly, it failed15:02
leftyfbAbbyH: copy it's contents locally15:03
tgm4883AbbyH: I don't suppose you have 45GB free space to move that to15:03
Monkey_bpragmaticenigma, i see, appreciate the help, could you share some info on that so i can dig further?15:03
AbbyHtgm4883: nope15:03
AbbyHalthough15:04
AbbyHI have 2 servers with this issue that can talk to each other. I might be able to delete the iso from one and scp the files out of the other iso15:04
leftyfbAbbyH: you sure dpkg-dev isn't available on this iso?15:05
tgm4883AbbyH: When you say it tried to chmod the files, what command did you run?15:05
AbbyHleftyfb: its on the iso, but fails dependencies. And I can't find all of them here15:05
AbbyHtgm4883: apt update15:06
leftyfbAbbyH: then the iso is not complete and you will not be able to update all your packages from it15:06
tgm4883The more I look at this page, the more I think dpkg-dev and update-mydebs aren't necessary15:06
tgm4883AbbyH: just to confirm, you've mounted the ISO on your system and added a deb line pointed to that location?15:08
AbbyHyup15:08
tgm4883AbbyH: and the contents of that directory look similiar to this http://ftp.osuosl.org/pub/ubuntu/15:09
juslintekHi, having this problem: https://paste.ubuntu.com/p/K67ZdkdwPb/, anyone can help?15:09
AbbyHtgm4883: I have folders for dist, pool and projects15:11
tgm4883AbbyH: what's in dist?15:11
linuxgeckoi have a 16.04 system that is not bringing up eth1 or dnsmasq on boot. if i login and manuall `ifup eth1` and `/etc/init.d/dnsmasq restart`  all is fine. how do i get these services running on boot?15:13
NebiStandard question to learn: Let's assume I want to install a package (in this case opencv). Using the prebuilt binaries would give a version that is too low. So Shall I try to build from source? Or this there another, maybe safer, alternative?15:13
AbbyHtgm4883: xenial-security and xenial-updates.15:13
leftyfblinuxgecko: server or desktop?15:14
EDinNYince the last apt-get dist-upgrade, 18.04 does not automatically recognize my network printers.  Ideas?15:14
tgm4883AbbyH: ok, what is in both of those folders? And where did you mount the ISO15:15
AbbyHtgm4883: they both have main, multiverse, Release, Release.gpg and universe.15:22
AbbyHI've just realised, the chmod stuff is just warning. hiding between them I've got 2 errors which are probably the actual issue.15:22
AbbyHFailed to fetch file:/media/cdrom/dists/xenial-security/main/binary-i386/Packages File not found15:23
AbbyHsame for xenial-updates15:23
AbbyHI'm not sure why its even looking for i386 tho15:23
tgm4883AbbyH: where did you mount the ISO?15:23
AbbyH/media/cdrom15:23
leftyfbshouldn't there be an ubuntu before dists ?15:24
tgm4883not necessarily15:24
tgm4883AbbyH: this is an AMD64 install?15:25
AbbyHyeah15:25
rflemingQuestion: Is 'Appendix B. Automating the installation using preseeding' at https://help.ubuntu.com/lts/installation-guide/amd64/apb.html current and up-to-date?15:25
AbbyHand the only architechture added to dpkg is amd6415:25
tgm4883AbbyH: try changing your lines in sources.list to deb-amd64 instead of just deb15:26
zooplaHi all, I am struggling with apt and dpkg. I can't do anything with apt-get because it tells me to run "sudo dpkg --configure -a" but when I do I get the following https://paste.ubuntu.com/p/2GqCVVCHRK/15:26
tgm4883I think that's the syntax for it15:26
leftyfbrfleming: what is your actual support question?15:27
AbbyHtgm4883: its not deb-adm64. that fails. but found deb [arch=amd64,i386] on the debian multiarch wiki. so going to try that syntax. (obviously without the i386)15:28
tgm4883AbbyH: yep, just saw that too. Try that15:28
rflemingleftyfb: I'm looking to preseed and want to know if the documentation is current... because sometimes it's not15:29
leftyfbrfleming: try it out. It should be fine for you. To ask someone to read through ALL of that to determine if it's up to date is silly15:29
leftyfbrfleming: preseeding hasn't really changed15:29
AbbyHtgm4883: that cleared the i386 error. but I now get: Failed to fetch file:/media/cdrom/dists/xenial-security/main/i18n/Translation-en File not found15:30
mnr200Hello, I'm having issue with installing 3G modem on Ubuntu 16.0415:31
AbbyHI begining to suspect the people that gave me this iso really have no clue what they are doing15:31
leftyfb^15:31
mnr200Basically it's not showing anything when I connect the modem on my dell laptop15:31
mnr200and with  $ lsusb15:32
rflemingleftyfb: I don't believe I asked anyone to read anything.  I simply asked if the documentation was current and up-to-date.  If you don't know, then you don't know; but thank you for the information that preseeding hasn't changed.15:32
mnr200The device is shown like this : Bus 001 Device 005: ID 19d2:1588 ZTE WCDMA Technologies MSM15:32
mnr200How do I configure it to get it working?15:32
tgm4883AbbyH: Is that a warning or an error? I'm not sure how important that Translation-en file is.15:34
AbbyHtgm4883: error, but i found you can stick this in apt conf Acquire::Languages "none";15:34
AbbyHit now works15:35
AbbyH:D15:35
tgm4883sweet15:35
AbbyH312 packages to upgrade15:35
tgm4883\o/15:35
AbbyHI am not running that this close to friday15:35
tgm4883yea that's a lot of packages15:35
AbbyHtime to email the idiots that keep chasing me about this crap because "MUG SECURITYIES" and tell them the iso they gave me sucked and I'm not doing shit until monday and only after they take a vm snapshot15:36
AbbyH*MUH15:37
leftyfbAbbyH: If this is how they're going to do this sort of thing, I would not only document this, but create a script on the iso that will setup the repo for you15:40
arooniquestion; i have this ufw rule; 22                         ALLOW       192.168.1.159 ;; but when i try to connect it fails; i find i have to disable the ufw and then renable it  to allow myself to connect to this machine.  ideas?15:48
Ool arooni ufw allow in to any app 'OpenSSH' from 192.168.1.15915:53
Oolit is that you want to do ?15:53
arooniOol: yes.15:53
FurretUberHi, my notebook froze when I ejected my USB 3 HDD. I have netconsole enabled and it's printing many messages like [ 1364.258268] watchdog: BUG: soft lockup - CPU#2 stuck for 22s! [qemu-system-x86:2890]15:54
Oolarooni: And you don't write it like that isn't it ?15:54
FurretUberI think this is related to the mainline kernel, where may I get help?15:54
mnr200My 3G modem just won't show up, can anyone give me the idea how do I get it working?15:54
arooniOol: that's the way the rule is i pasted above; ar eyou saying i need to modify it15:54
Oolwith the right syntaxe ?15:55
Oolyou can 'ufw logging low' or medium to see the log15:56
mnr200With $ lsusb15:56
mnr200Bus 001 Device 005: ID 19d2:1588 ZTE WCDMA Technologies MSM15:56
Oolwell to write log into /var/log/ufw.log15:56
=== semeion is now known as mnemonic
Kartagishello16:01
zooplaHi all, I am struggling with apt and dpkg. I can't do anything with apt-get because it tells me to run "sudo dpkg --configure -a" but when I do I get the following https://paste.ubuntu.com/p/2GqCVVCHRK/16:01
Kartagishow can I fix my shell's encoding? vim gives me problems16:01
KartagisI tried locale-gen -a, but didn't help.16:02
KartagisLANG is en_US.UTF-816:04
AbbyHKartagis: 'dpkg-reconfigure locales' should be what you need. Check any locales you want are selected for generation and then pick the default on setp 216:05
AbbyH*step16:05
Nebiok the next step. while compiling opencv he cannot find gtk/gtk.h. My first idea (after googlin) is that the dev libary might be missing. But when wanting to install gtk-3-dev he says something about impossible situation and unmet dependencies. ?16:06
jcduttonzoopla, when you leave it for 20 minutes, look in "top" and see if it is doing anything16:06
killallhello ubuntu 18.10 frezees my computer on usb boot of the installer16:06
Nebikillall, I had a similar issue with 18.04. It worked in my case by adding nomodeset in grub.16:08
zooplajcdutton: pretty much all %CPU is at 016:08
killallNebi, i will see where the grub of the pen is :)16:08
Nebikillall, :)16:09
jcduttonzoopla, try removing apt-get remove mysql-server16:09
linuxgeckoleftyfb: server16:09
=== asghaier_ is now known as neo31
jcduttonzoopla, how did you get into this problem state?16:10
bodie_is there a recommended pinentry program in ubuntu 18 for working with emacs?16:10
zooplajcdutton: same message "invoke-rc.d: could not determine current runlevel" appears when "apt-get remove"ing16:11
killallNebi, not working, still cant select neither of the options.16:11
jcduttonzoopla, type "runlevel"16:11
zooplajcdutton: when i tried to install docker i started getting this problem16:11
zooplaeverything was fine before16:11
jcduttonwhat does runlevel return?16:11
zooplaunknown16:12
jcduttonare you running this from within a docker instance?16:12
jcduttonstop any docker processes16:12
zooplajcdutton: this is WSL16:13
killallstuck on ubuntu install cant even select any option, computer stops responding on grub from pen16:13
linuxgeckoleftyfb: thoughts/solutions?16:17
skomorokhI finally upgraded to 18.04 ...starting with my router. And now dnsmasq isn't being used for dhcp and dns... anyone have any clues as to what changed?16:19
skomorokhsystemd ate networking ...more?16:19
Cheezi thought dnsmasq was gone from 16.0416:19
skomorokhPerhaps as defaults... I was still using it. I'd kind of like to still be using it if it's not _too_ painful.16:20
Cheezyeah my 16.04 boxes dont have it either16:20
NebiI'm sorry for asking so much today, but I just don't want to repeat the catastrophe yesterday. So I need gtk library I guess. And while installing with dpkg it says that unmet depedencies. THe following link says "downgrading versions" does the trick. I just wanto to be sure that I am not again putting my computer into fire by doing something like that : https://stackoverflow.com/questions/38752214/installing-libgtk-3-dev-unmet-dependencies16:21
jcduttonzoopla, what is WSL?16:21
naccjcdutton: windows subsystem on linux16:21
zoopla^16:21
naccor something similar16:21
zoopla*for linux16:22
naccnot supported here16:22
nacc!ubuwin | zoopla16:22
ubottuzoopla: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide16:22
jcduttonzoopla, Ah! In that case, I don't have a clue how to help you.16:22
zooplathanks either way16:22
leftyfblinuxgecko: do you have your interface setup in /etc/network/interfaces?16:24
jcduttonzoopla, there might be a #wsl channel or somewhere that can help you16:25
bodie_is there a recommended pinentry program in ubuntu 18 for working with emacs?16:26
lotuspsychjebodie_: can apt-cache search pinentry help?16:27
leftyfbbodie_: just FYI, there is no "Ubuntu 18". It's 18.04. It's more than just a point release. The .04 is it's release month16:27
leftyfbzoopla: https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly16:30
leftyfbzoopla: but as suggested, removing mysql-server might be your first step16:30
zooplaleftyfb: at this rate i will have to reinstall WSL becasue `apt-get remove` throws the same error16:31
jcduttonzoopla, the problem is the runlevel.  Google wsl and runlevel   or something like that16:32
leftyfbzoopla: --purge16:32
NoImNotNineVoltinsserv: exiting now without changing boot order!16:34
NoImNotNineVoltwhy would i get that message (at the end of a long list of errors) when i try to `systemctl enable someservice`16:34
NoImNotNineVoltnote, the service has nothing to do with changing boot order. it's a webapp.16:34
leftyfbNoImNotNineVolt: Are you replying back to IntelCore(who isn't here anymore) from a conversation from 24 hours ago?16:39
leftyfbNoImNotNineVolt: Do you get the error when you enable any other systemd unit?16:41
leeyaahi16:45
leeyaadoes anyone have an example kickstart file for installing Ubuntu using LVM for all volumes ?16:45
R13osejcdutton: hi?16:47
dedzeHi, I found this in my sys.log, does anyone have any idea what is happening? I tried googling but no success. https://paste.ubuntu.com/p/2hrpkJ3rv8/16:48
leftyfbR13ose: If you need help, ask for help. Not for an individual.16:48
R13oseleftyfb: okay sorry16:49
NoImNotNineVoltleftyfb: i don't have another unit to enable :P16:49
leftyfbNoImNotNineVolt: if you're running Ubuntu you most certainly do16:49
leftyfbNoImNotNineVolt: try it with sshd.service16:50
linuxgeckoleftyfb:  yes.. as static. eth1 is the interface being used for dnsmasq leases.16:52
leftyfblinuxgecko: can you pastebin the config for the interface? Also, if you need help, you'll need to respond a little more often than once every half hour16:53
proy\join  #pvm16:53
NoImNotNineVoltleftyfb: sshd.service is already enabled. if it wasn't, i wouldn't be on this headless box :P16:55
leftyfbNoImNotNineVolt: try snapd16:56
leftyfbor install mysql ... or anything that's got a service. To test it16:56
linuxgeckoleftyfb: i'm used to slow support cycles in distro channels :) sorry :/16:56
niiopHow to install wine in lubuntu 18.04  ??16:57
linuxgeckoleftyfb: https://paste.debian.net/1025096/16:58
leftyfbniiop: same as any other package in Ubuntu16:59
leftyfblinuxgecko: I take it eth1 isn't coming up?16:59
niiopleftyfb: from the sof center or from terminal ?17:00
leftyfbniiop: either will work17:00
kruugIt's funny that people with issues with Ubuntu are getting sent to ##windows.17:00
leftyfbkruug: Can we help you with something?17:01
kruugleftyfb: how would you fix this: https://paste.ubuntu.com/p/2GqCVVCHRK/ ?17:01
niiopleftyfb: there won't be any problems while installing it, because i tried in version 14.04 and didnt get installed ?17:01
leftyfbkruug: I already told zoopla how I would go about fixing it17:01
leftyfbniiop: did you try in 18.04?17:02
jcduttonkruug, the problem is with WSL17:02
niiopleftyfb: not yet am downloading the iso now ..17:02
leftyfbjcdutton: actually, that's not true17:04
leftyfbzoopla: https://github.com/Microsoft/WSL/issues/1332#issuecomment-32046913217:04
leftyfbzoopla: only do the last line if you know you need mysql-server installed17:05
niiopleftyfb: so wine is stable and installable in the new ubuntu version, I should expect no problem ya ?17:05
leftyfbniiop: It's really not helpful to assume things are going to go wrong in an environment you haven't even installed yet.17:06
leftyfblinuxgecko: Look at the difference between your eth0 settings and eth1 settings, besides the fact that they're static/dhcp17:06
niiopleftyfb: ok i will install it and see then, thanks17:07
zooplaleftyfb: i end up getting things to do with dpkg configuration with every one of those commands17:07
zooplaand then 'sudo dpkg --configure -a' is the same problem i started with17:08
leftyfbzoopla: please pastebin the output so we can see everything you typed and the errors17:08
TheLawwhen will come the upgrade to ubuntu 18.04 in my update list?17:10
leftyfbTheLaw: If you're running 16.04, then in July17:11
zooplaleftyfb: https://paste.ubuntu.com/p/BWj63Rv3v5/17:11
TheLawleftyfb: thx :-)17:11
=== Night is now known as Guest83655
kruugzoopla: try moving on now and do what you were going to do.17:12
kruugSince mysql is no longer installed, it shouldn't prevent you from doing what you originally intended to do.17:13
leftyfbzoopla: sudo fuser -v /var/cache/debconf/config.dat17:13
leftyfbkruug: it is installed and the dpkg packaging system is in a broken state17:13
zooplahttps://paste.ubuntu.com/p/7VpXZ6c9Hn/17:13
kruugleftyfb: ah, right.  I missed the `1 not fully installed or removed.` line17:14
leftyfbzoopla: it seems like your system might have some issues. If you don't care much about it's possibly going belly-up, then try: sudo kill -9 78317:15
zooplaleftyfb: alright, i did it... what now?17:16
leftyfbzoopla: try to purge mysql* again17:16
leftyfbor dpkg-reconfigure -a17:17
zooplai think it's fixed17:18
zooplainstalling mysql now and no issues so far17:18
=== Tin^man is now known as Tin_man
leftyfblinuxgecko: ?17:20
ca_cabothey all, i've got a wireless printer set up on my network - it's a Brother HL-2280DW using the published Brother drivers for linux. It works, but is incredibly slow - as in, send the doc to printer, 20 minutes later it starts the job. My network is fast (unifi ap-ac-pro WAP [positioned on the ceiling about 8 feet from the wifi printer], pfSense router, etc - network is def not the problem.) I don't know shit about17:21
ca_cabotprinter drivers, there are multiple options for printer setup, CUPS, LPR, etc. which one should i be using, could that be the problem?17:21
leeyaaguys, trying to install xenial on vmware workstation 12 - it fails on installing grub17:21
leeyaais there something special i need to do to install it ?17:22
leeyaait simply fails to install grub on /dev/sda17:22
leftyfb!ohmy > ca_cabot17:22
ubottuca_cabot, please see my private message17:22
Sven_vBI'd like to establish a null-modem like link between two computers, but I'd like to avoid plugging cables (for laziness) and regulations forbid I open my own "wireless network". so what other modes than PAN could I use to hook up their bluetooth antennas? maybe audio?17:27
jcduttonSven_vB, make one computer an access point, and the other the client. You can use wpa2 so it won't be open17:28
jcduttonSven_vB, google hostapd17:29
Sven_vBjcdutton, if I'm caught opening a wireless network there I'll be kicked from the building.17:29
Sven_vBwell, not from the top of it. :)) but out of it17:29
jcduttonSven_vB, define "open" ?17:30
leftyfbSven_vB: this a homestead?17:30
jcduttonSven_vB, if you are worried, use a cable17:30
leftyfbSven_vB: If so, I'm sure they mean open in the sense that it's open for anyone to use. As in no security. Like you're sharing your internet with the public17:30
Sven_vByeah cable would be the obvious solution, I'm trying to find a cool lazy one.17:31
leftyfbSven_vB: Otherwise, connecting 2 pc's together via wireless in your own home should not be against any regulations17:31
jcduttonSven_vB, if you do get kicked from the building, it will be wireless, so you will stuff have access....<- Joke17:32
jcduttons/stuff/still17:32
Sven_vBI'm trying to use it at a place where they mean "open" as in they don't want any wireless networks except their own ones.17:32
Sven_vBjcdutton, :D17:33
Sven_vBso I guess there's currently noone around who knows a cool BT mode that I could use instead of hostap17:34
leftyfbSven_vB: you should clarify that with them. If you buy a Chromecast or Echo Dot, it sets up a "wireless network" for you to connect to in order to configure them. Are these devices banned in your building because of this? If so, time to move.17:34
Sven_vBthey've clarified with me, it's part of their cyber security policy.17:35
leftyfbSven_vB: you should talk to them and tell them you're looking to connect 2 pc's in your house together. It won't be open to the public. I'm sure it'll be fine. Otherwise, again, move. Because that's REALLY ignorant of them.17:35
Sven_vBit's not on my home. I've enough wifis here :)17:35
leftyfbSven_vB: sounds like they're barely able to spell "cyber security"17:35
leftyfbSven_vB: also, BT adhoc connections are less secure and are still considered wireless17:36
Sven_vBI don't think I'll win them over with that line of argument though. I'll go investigate bt-audio more17:36
Sven_vByeah but it's probably not a "network"17:37
Sven_vBprobably a direct 1:1 wifi wouldn't be either buf I wouldn't rely they understand it and think the same.17:37
leftyfbSven_vB: sounds like they wouldn't be able to find it if you didn't broadcast it, turned down the signal and obscured the name17:38
Sven_vBnow that's an idea. if I manage to make the signal really weak, that would probably work, as I only need to bridge less than one meter17:39
leftyfbSven_vB: Do they ban wireless printers? Echo's? Chromecasts? Air conditioners? How about the owlet sock for baby breathing monitoring? These all create adhoc wireless AP's for you to connect to.17:39
EriC^^leeyaa: you can install without the bootloader installation part and then manually install grub later using "ubiquity -b"17:40
Sven_vBthey do have chromecasts, although I don't know whether one is near enough. if it is, how would I use that?17:41
leeyaaSven_vB: велл17:41
leeyaawhops17:41
leeyaaEriC^^: well, apparently you need to use efi so default stuff can work17:41
leftyfbSven_vB: the point is, all these devices do the same thing setting up an adhoc connection between 2 pc's does17:41
leftyfbSven_vB: they're just as secure/insecure17:42
Sven_vBleftyfb, you mean I should masquerade as a wifi-enabled printer or chromecast?17:42
EriC^^leeyaa: no problem, you can chroot to the install after the installation is done, just make sure you boot the iso in efi mode17:42
leftyfbSven_vB: I mean, this rule of their is completely ignorant and should be challenged with intelligence17:43
Sven_vBleftyfb, the rule seems to be based on legal FUD17:43
leeyaaEriC^^: too much work to boot into it after ;p17:44
Sven_vBmost of the cyber sec there is probably to satisfy insurance terms17:44
leeyaaim digging how to automate ubuntu install but for now cant figure it out17:44
leftyfbSven_vB: then they should ban all "smart" products. Wireless printers. The list is almost endless17:45
Sven_vBleeyaa, I happen to have an install wizard project that drives Ubiquity, we could team up developing it17:45
leeyaaSven_vB: not a developer. just a regular system engineer, wont be much of use :)17:47
Sven_vBleftyfb, I'll better not tell them or I might soon have to plug even more cables for stuff like printing. ;)17:48
bashM0nk3ytest17:56
=== errrasmus is now known as Erasmus
bashM0nk3ycan anyone else read this?? sorry im a IRC newb17:56
Sven_vBbashM0nk3y, I read17:57
bashM0nk3yawesome! thanks Sven_v817:57
bashM0nk3yi guess my client already registered me..? when I was on the kde plasma DE konversation wouldn't auto register17:58
bashM0nk3yafaik17:59
TortoiseSvnMy volume is so low help!18:00
TortoiseSvn18.0418:00
bashM0nk3ygnome?18:00
TortoiseSvnStruggling to hear stuff on chrome18:00
TortoiseSvnyes gnome18:00
bashM0nk3yi had some issues with pulseaudio on 18.04 myself18:01
oerheksTortoiseSvn, go into systemsettings, sound # and allow louder than 100% ..18:01
TortoiseSvnI have certified super hearing and I struggle18:01
TortoiseSvnbut on my windows laptop it is ok18:01
TortoiseSvnhow does that work oerheks ?18:02
TortoiseSvnIt is already ticket but if I untick it I get nothing18:02
Sven_vBbashM0nk3y, it seems you're not registered to nickserv if you meant that. you can check with: /ns whoami18:03
Sven_vBbashM0nk3y, for more IRC help, ask #freenode18:04
bashM0nk3yyes thats exactly what i was trying to remember, thx again18:04
oerheksTortoiseSvn, maybe you use the line out plug, that gives 8% sound volume or so18:05
TortoiseSvnikcerog: Wgat>18:06
TortoiseSvnoerheks: what?18:06
oerheks"what" ?18:07
oerhekswhat do you not understand, TortoiseSvn18:07
TortoiseSvnI want to use my laptop speakers18:07
abdelghaniHi anyone here knwo Sqlinjection18:12
oerheksabdelghani, join the kali channels for pentesting18:13
oerheksTortoiseSvn, describe your system please, and soundcard details > sudo lspci -v18:14
TortoiseSvnoerheks: my laptop is black18:14
oerheksawesome .... is there a power button on it too ?18:15
TortoiseSvnyes18:15
tgm4883!details | TortoiseSvn18:16
ubottuTortoiseSvn: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.18:16
TortoiseSvnIt's ok, I don't need to hear things :(18:16
EriC^^TortoiseSvn: did you try settings > sound ?18:17
leftyfbabdelghani: https://www.esecurityplanet.com/hackers/how-to-prevent-sql-injection-attacks.html18:18
frendaHey there; I have rent a VPS yearly and I want to use it a proxy/tunnel to bypass the censorship (filtering), What kinds of services can I run on it?18:22
frendaas a*18:22
EriC^^frenda: if nobody knows here you might find an answer in #netfilter18:23
=== SysGhost is now known as gImP
=== gImP is now known as SysGhost
EriC^^frenda: maybe this helps https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-tunneling-on-a-vps18:25
frendaEriC^^: 😍18:25
TortoiseSvnEriC^^: I did18:30
TortoiseSvnIt never did this on 16.04 :(18:30
kirbylifehi18:31
EriC^^TortoiseSvn: how did you install 18.04? upgrade from 16.04?18:31
EriC^^hi kirbylife18:32
TortoiseSvnInstall18:32
TortoiseSvntotal fresh18:32
EriC^^did you happen to try the sound in the live usb?18:32
TortoiseSvnnope18:33
EriC^^TortoiseSvn: try sudo apt-get install pavucontrol and run it and see if you can tweak it18:33
TortoiseSvnEriC^^: Ok instant improvement. Thanks! :)18:34
EriC^^TortoiseSvn: great! no problem :)18:34
TortoiseSvnEriC^^: Can I just ask.. I was tired and I asked a bad question.. How can you have the patience to help?18:34
TortoiseSvnI struggle with that..18:34
* oerheks noted the tip from EriC^^ 18:35
TortoiseSvnoerheks: To use pavucontrol?18:35
TortoiseSvnI can finally hear again18:36
Shayeds18:36
oerheksTortoiseSvn, yes, pavu can do more than pulse audio volume control.18:36
kirbylifeI recommend always install a fresh copy and not do apt-get dist-upgrade18:36
TortoiseSvnI just boosted chrome value18:36
TortoiseSvnBut why kirbylife ?18:36
kirbylifei have had bad experiences doing dist-upgrade18:38
bashM0nk3y_systemd_is_evil: you on? just wondering which init based distros you would recommend?18:38
bashM0nk3ykirbylife: broken depends?18:39
kirbylifeyep18:39
bashM0nk3ysame here18:39
bashM0nk3yalthough it only happened to me once and I really dont remember what I was using at the time18:39
nikolaschi there. My server is always setting ondemand cpufreq with cpufrequtils disabled, tried rc.local but after reboot is always ondemand instead of performance18:40
Sven_vBnikolasc, do you know a command to fix it after boot?18:48
en1gmadoes ubuntu 18.04 come with some kind of screen recorder?18:48
leftyfben1gma: did you try typing "screen record" into the software store?18:49
en1gmaleftyb i was thinking it was included. i remember hearing some kind of talk awhile back about some kind of capture being included in the distro18:50
en1gmawill type it like you suggested though18:50
Sven_vBnikolasc, once you do, the lazy way would be to just schedule your command as a startup task that runs a bit later than whatever applies the other setting. you could fork << setsid sh -c 'sleep 30; your_fix_command' & >> from your rc.local18:51
EDinNYLooking at power manager...how do I lock the screen after X minutes of inactivity?  It mentions "screensaver", but it is not installed.  Do I need to install it?18:53
RoadRunneris it possible to change a fs of a partition from lvm to ext4 without loosing data?18:53
=== Trystam is now known as Tristam
leftyfbRoadRunner: LVM isn't a format, it's a partition type18:53
leftyfband no18:54
thingfishEDinNY: that's in Privacy18:54
matjamRoadRunner: no18:54
PsychoBoBubuntu 18 is good?18:54
matjamis good, ya18:54
thingfishya mon18:54
PsychoBoBbetter than 16 ?18:54
leftyfbPsychoBoB: that's not a support question.18:54
matjamis better than 16 mon18:54
leftyfbPsychoBoB: Try it and decide for yourself18:55
PsychoBoBwhat is mon ?18:55
thingfishsigh18:55
EDinNYthingfish: What is "privacy" under in settings?18:55
PsychoBoBis more speed?18:55
thingfishEDinNY: screen lock18:55
PsychoBoBFor my note?18:55
leftyfbPsychoBoB: Try it and decide for yourself18:55
PsychoBoBthat have a 4 gb of memory18:55
leftyfb!enter > PsychoBoB18:55
ubottuPsychoBoB, please see my private message18:55
EDinNYthingfish: I opened "settings".  what do I click on next?18:56
PsychoBoBI need to ask on windows channel maybe leftyfb ?18:56
thingfishEDinNY: is this 18.04?18:56
EDinNYthingfish: yes 18.0418:56
leftyfbPsychoBoB: trolling is offtopic here. Try ubuntu and decide if you like it or not.18:56
PsychoBoBtrolling?18:56
thingfishEDinNY: look over on the left, after opening Settings.  You'll see Privacy.18:57
PsychoBoBThis channel is to ask about?18:57
thingfishoh wait EDinNY i'm running GNOME.18:57
thingfishnot the vanilla install.18:57
thingfishsorry18:57
leftyfbPsychoBoB: This is a support channel. Typically you'll need to be running or attempting to install Ubuntu in order to properly receive support.18:57
EDinNYthingfish: I am running xfce418:57
thingfishooohhh18:57
alumnOn Ubuntu 16.04 with an ext4 filesystem, I am trying to learn whether a file was accessed during a certain period. Normally I would look at the last-accessed timestamp `atime` of the file. However, a few days after the period of interest, I know that the file was copied, so that the `atime` was updated then. Is it possible, through the journal or otherwise, to determine whether the file was accessed during the period?18:57
PsychoBoBfirst I dead, after I ask about the death18:57
EDinNY...but don't they use the same settups?18:58
PsychoBoB¬¬18:58
PsychoBoBtake it easy my friend18:58
leftyfbalno18:58
leftyfbalumn: no18:58
thingfishEDinNY: no they don't.  Google says use ctrl+alt+del.18:59
EDinNYthingfish: I knew that.  I want it to do it on X minutes of inactivity18:59
thingfishdunno then, EDinNY.  I only ever have used GNOME.19:00
alumnleftyfb: I thought that the ext4 journal would record updates like that, which I might be able to review with `debugfs` or similar.19:00
matjamalumn: no, you would need to have enabled auditd19:01
PsychoBoB?19:02
bashM0nk3ycouldn't this info be accessed through the system logs if configured correctly?19:04
alumnbashM0nk3y: What specifically do you have in mind?19:05
matjambashM0nk3y: thats what auditd does19:05
matjamhttp://xmodulo.com/how-to-monitor-file-access-on-linux.html19:05
bashM0nk3ywhats the difference between auditd and journald?19:05
bashM0nk3yalumn: im no expert just spit-balling so to speak19:06
matjamauditd is for auditing any system event. journald is part of systemd.19:07
matjamsystemd controls processes running, and journald logs events related to process control.19:07
bashM0nk3yahhh.. good info19:09
matjamthis is not to be confused with a filesystem journal, which journals writes to the filesystem such that filesystem consistency can be reconstructed by replaying the filesystem journal.19:09
alumnmatjam: Is it possible that the access i'm interested in is recorded in the filesystem journal history?19:10
bashM0nk3yis auditd included in typical ubuntu repos?19:10
leftyfbalumn: no19:10
bashM0nk3yi see that its in my repos on 16.04 but not installed by default19:10
AlexPortableAny ETA on 18.04.1 ?19:11
kostkonAlexPortable, july19:11
alumnOne more shot. I believe `acct` was enabled during the time that the file was copied, but _after_ the period I'm interested in. Might there be any indication of what the last-accessed timestamp was at the time that I know it was copied, e.g. if `acct` recorded 'changed last-accessed timestamp from XX:XX:XX to YY:YY:YY'?19:11
bashM0nk3yi ran into a serious bug in mate 18.04 so ill be on 16.x for the forseeable future19:11
AlexPortableany way i should wait for 18.04.1 ?19:11
matjamAlexPortable: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule19:11
leftyfbAlexPortable: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule19:12
lotuspsychje!ltsupgrade | AlexPortable19:12
ubottuAlexPortable: Upgrades from 16.04 LTS will not be enabled until a few days after the 18.04.1 release expected in late July.19:12
ioriaalumn, ls -ltu will tell you the last file opened, but cp is anothe thing19:12
bashM0nk3y'mate-indicator-applet' would suck up free RAM at the rate of about 1MB per sec or so19:12
=== cajhne_ is now known as cajhne
=== cajhne is now known as crogers
alumnioria: As I understand it, `ls -ltu`  shows the time that the file was copied. I want to know if it was accessed during the week _before_ it was copied.19:13
matjamalumn: that information is lost19:13
ioriaalumn, nope, when has been opened (not copied)19:13
RoadRunnertrying to reduce size of lvm partition but vgs reports Vsize is still 74G https://paste.ubuntu.com/p/qrXGngFbxd/ what to try next?19:13
alumnioria: copying a file opens it, no?19:14
ioriaalumn, nope19:14
alumnioria: it seems to.19:16
alumnjust tried it19:16
nikolaschi there. My server is always setting ondemand cpufreq with cpufrequtils disabled, tried rc.local but after reboot is always ondemand instead of performance19:16
ioriaalumn, run again   ls -ltu19:16
alumnioria: yes, it's updated19:16
ioriaalumn,  not here19:17
matjamioria: https://github.com/coreutils/coreutils/blob/master/src/copy.c#L103319:17
matjamyou may have noatime set on the filesystem, ioria19:17
ioriamatjam, nope19:18
hshello. i have just installed ubuntu. it randomly freezes for no apparent reason, usually right after i resume (laptop). I read somewhere that I might want to update to the latest kernel.. having trouble doing that. is there an easy way to do so?19:18
nikolascany help?19:19
crobertshs: usually just run sudo apt-get upgrade and see if a new kernel is there19:20
lotuspsychjenikolasc: perhaps try #ubuntu-server ?19:20
alumnioria: Which filesystem19:20
nikolasck thx19:20
ioriaalumn,  ext419:20
RoadRunnermatjam: got a minute?19:20
alumnioria: Are you using a file you just created? Do you have relatime enabled? (default)19:21
ioriaalumn,  yep19:21
hsok i just did that cmd. it updated something gnome but I dont think the kernel. the kernel version I have is 4.15.-20 generic19:21
alumnioria: yeah it won't update atime for a file previously accessed in the last 24 hours19:21
hsi understand there is a newer version out there19:21
brainwashhs: easy way would be this https://www.omgubuntu.co.uk/2017/02/ukuu-easy-way-to-install-mainline-kernel-ubuntu19:24
ioriaalumn,  yes, updated ...19:24
matjamRoadRunner: https://unix.stackexchange.com/questions/67702/how-to-reduce-volume-group-size-in-lvm19:25
hsty trying that bw19:27
ioriaalumn,  still there ?19:33
alumnioria: ya19:35
ioriaalumn,  can you try   stat --format=%n" "%y  myfile  | sort  -k219:36
alumnioria: that gives the last-modified date19:37
gopalunable to connect to wifi on ubuntu 18.04 , i am able to see network , but they keep on asking password19:37
alumnioria: see `man stat`19:37
bashM0nk3ygopal: are you using network-manager?19:37
ioriaalumn,  yes...19:37
bashM0nk3ywhich comes by default*19:38
gopalbashM0nk3y, no19:38
alumnioria: (i'm looking for time-before-last-accessed)19:38
gopalyes19:38
ioriaalumn,  ok19:38
gopalbashM0nk3y, wifi drivers are also installed19:39
bashM0nk3yim a little new to the gnome2/gnome3 side of network-manager but I have had luck with 'wicd'19:39
bashM0nk3yin the past*19:39
ioriaalumn,  i thin every time the file is modified, the new modification time overwrites the previous one19:39
bashM0nk3yconnman is another network mgmt tool that is supposed to be for intel hardware19:40
codercathow do I disable my FUCKING trackpad in lubuntu19:40
alumnioria: It wasn't modified, I'm interested in access only.19:40
bashM0nk3ycodercat: i always disable mine as well19:40
codercatim trying to type and breathing on it makes everything go to shit!!19:40
codercatI dont see any option to do it in prefrences19:40
bashM0nk3ycodercat: ive used lubuntu before but dont remember how the prefrences work19:41
gopalbashM0nk3y, broadcom ?19:41
matjam!ohmy | codercat19:41
ubottucodercat: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList19:41
bashM0nk3ygopal: i would try 'sudo apt install wicd' and then systemctl start wicd19:41
bashM0nk3ycodercat: try to go into the19:41
bashM0nk3ymouse prefs*19:41
ioriaalumn,  yes, you probably need Auditd19:42
codercatin mouse prefs theres no relevent setting19:42
codercatmy sensitivy and speed is set to minimum19:42
codercatbut this looks like settings for an extrnal mouse19:42
codercatexternal19:42
gopalbashM0nk3y, after that ?19:42
bashM0nk3ycodercat: let me spin up a lubuntu box real quick and ill take a look19:43
codercatok thanks19:43
matjamcodercat: install xserver-xorg-input-synaptics, use synclient TouchpadOff=119:43
bashM0nk3ywhat version are you running?19:43
matjamI believe that will work19:43
bashM0nk3y^ there you go19:43
matjamits possible to automate it with udev I think19:43
codercatok how to do that19:43
codercatim new to bash and linux19:43
bashM0nk3ygoogle is your friend19:43
matjamcodercat: sudo apt install xserver-xorg-input-synaptics19:44
bashM0nk3yaka i dont know how to do that either lol19:44
matjamcodercat: synclient TouchpadOff=119:44
gopalbashM0nk3y, it keeps on asking password19:44
matjamin a terminal19:44
lifeboyThe gnome3 tabswitching functionality is really lousy, not?19:44
ioriaalumn,  unless was used 'sudo'; in this case you can find it in  /var/log/auth.log19:44
matjamyou may have xserver-xorg-input-synaptics installed already though19:45
matjamwhich is fine19:45
codercatyey that worked19:45
jmgb4Anybody run into the ssh issue with "...no matching key exchange method found. Their offer: diffie-hellman-group1-sha1"?19:46
gopalcould not connect to wicd's bus interface19:46
bashM0nk3ymatjim: is xserver-xorg-input-synaptics a stand-alone application or does it tie into the existing prefrences?19:46
jmgb4I added the kexalgorithms into sshd_config but still no go19:46
bashM0nk3ygopal: sudo systemctl reload dbus.service19:46
matjamcodercat: advanced usage, automatic udev so it disables with external mouse and re-enables when you unplug: https://askubuntu.com/questions/824593/udev-rule-for-external-mouse-detection-to-turn-touchpad-on-and-off19:46
lifeboyI mean, if I have multiple firefox windows open for example, when switch (alt-tab) and wait on firefox, the windows appear, but now I have use the other hand or mouse to select one of the windows. Slow and cumbersome.19:47
lifeboyDoes this bother anybody?19:47
gopalbashM0nk3y, still same error , it supports broadcom chip ?19:47
codercatthanks, yeah ill need that too19:48
Tegulifeboy: I don't know for sure but try alt + the key over tab19:49
bashM0nk3ylifeboy: gnome2 > gnome3 ;]19:49
codercatany reason why wine shows no window(s) when I open a file with it19:49
oerhekslifeboy, use SUPER + tab19:49
zmcSo I'm on ubuntu vivid, and unable to use the oldreleases mirror as the Packages file is zipped but my apt version only looks for the unzipped Packages files.19:51
zmcIs this an issue to be fixed or am I just doing it wrong?19:51
leftyfb!eol | zmc19:51
ubottuzmc: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades19:51
zmcubottu: I'm aware of that, unfortunately since I'm on unusual hardware, that's not an option.  I should be able to use the oldreleases mirror to continue to be able to add and remove software.19:52
ubottuzmc: I am only a bot, please don't think I'm intelligent :)19:52
zmcSorry that should have been directed to leftyfb.19:53
leftyfbzmc: unfortunately, we cannot support EOL releases. old-releases was created out of convenience, but is not supported here.19:53
zmcleftyfb: Does old-releases have a maintainer?19:54
matjamzmc: how unusual is unusual anyway? there's usually a way to get LTS working on unusual hardware19:54
zmcmatjam: It's a parallella board.  It's a zynq arm/fpga with a special math chip. Afaik the SDK and related software for the epiphany accelerator don't work on newer releases.19:55
matjamzmc: yeah, thats pretty exotic.19:55
zmcmatjam: I've got a modern mainline kernel, and a new FPGA bitstream working. I don't know if anyone in the ubuntu space would care.19:56
matjamzmc: I might be able to help in #ubuntu-offtopic. This channel is only for help supported releases of ubuntu.19:58
zmcAfaict, the old-releases mirror purged the non-zipped versions of the packages file since modern apt's can handle gz and bz2, this limits the usefulness of the mirror though. Now I've broken my apt since I installed a version incompatible with my current userland.19:58
zmcmatjam: Ok, thanks. I'll move there.19:58
=== wojciech is now known as Guest89751
darrendhi, one of my machines is not seeing the 18.04 release, it keeps telling me 17.10 is the latest. I've switched mirrors and updated cache a few times. How can I troubleshoot?20:15
matjamdarrend: thats normal until 18.04.1 is released in july20:16
oerheksset upgrade to 'any new version' in your update settings, that will do20:16
darrendoh. My other machines notified me and I updated them20:16
darrendoerheks: I did that, it told me 17.10 was latest20:16
oerheksi see 18.04 in my 17.10, but stick to it a month or so20:16
oerhekstry to run apt full-upgrade on comandline?20:19
darrendI just ran 'sudo do-release-upgrade -d' and now it tells me the update is there. Thx20:20
oerhekshttps://imgur.com/a/pmeeoAU20:20
darrendBefore I used the gui, and maybe with a mirror that was slightly out of date20:20
oerhekseasy to check, https://launchpad.net/ubuntu/+archivemirrors20:21
oerheks'main' will do, i guess20:21
darrendusing main now20:21
lifeboyoerheks, bashM0nk3y and Tegu, no, neither does it. I expect alt-tab / super-tab to switch between the grouped windows as well. As it does with the non-grouped windows, but it doesn't20:33
oerheksindeed, it is limited to the current desktop20:33
oerheksit could work on 2 screens, if you extend your desktop over those 2 screens20:34
maszloi am not certain this is a ubuntu question or grub.  can I update a working install (just / and swap partitions) to use UEFI rather than legacy?20:35
hggdhthere is an extension called "alternate tab" that allows for tabbing across workspaces20:36
rustyboiHey guys, I have an issue with nvidia drivers. I was using proprietary 390 version for ubuntu 18 and switched back and forth between nouveau. Now the proprietary one don't want to work because apparently it is missing dependencies and apt --fix-broken install can't correct this. I've never submitted bug myself, sorry for missing details. It's GTX 76020:39
maszlorustyboi: i think that is from missing kernel source iirc20:40
rustyboihere is a terminal output https://paste.ubuntu.com/p/5NFybSrNM2/20:40
maszloyou are running 32bit?20:41
rustyboii tried purging all nvidia related and then reinstalling again, didnt work20:41
rustyboi64 bit here20:41
maszlowhat is the nvidia card?20:42
rustyboigeforce gt 76020:42
ficherowhy is ubuntu not asking me for my password to install updates20:43
ficherois a security issue?20:43
ficheroit used to20:43
AlexPortable18.04 ships with kernel 4.15 right? Which ubuntu will ship with kernel 4.16 ?20:43
oerheksno, but next 18.10 could give kernel 5.020:44
maszlorustyboi: http://www.nvidia.com/download/driverResults.aspx/134262/en-us20:44
oerheksfichero, not all updates require password/password reboot20:45
oerheks( in the GUI )20:45
ficherooerheks: k thanks20:47
=== harindu- is now known as harindu
sivam1hi all20:58
sivam1hi all20:58
rustyboimaszlo: https://paste.ubuntu.com/p/FkXCy9kNp6/21:01
phocking-2hey anyone here familiar with jira on 16.0421:02
energizerI have a virtual machine that i think has bad stuff on it. I want to look inside. Can I do this safely on a computer that's not isolated?21:03
compdocsure21:03
energizercompdoc: me?21:03
compdocunless it infects you over the lan21:03
leftyfbphocking-2: since it's not a supported package, you'll need to contact Jira support for help with Jira on Ubuntu21:03
compdocyes, energizer21:03
phocking-2leftyfb:21:03
phocking-2isn't that what irc is for? lel21:03
leftyfbphocking-2: this channel is for support with Ubuntu. Not Jira.21:04
phocking-2im sure not officially supported by ubuntu but there are folks using it i'm sure21:04
leftyfbJira is not part of Ubuntu21:04
skomorokhMy ath9k wlan0 was fine upgrading 15.10->16.04...->17.10 but now when I upgrade to 18.04 it doesn't show up anymore. lsmod shows the ath9k module is loaded, but lshw -C network shows the device as "unclaimed"21:05
phocking-2leftyfb: bruh, even if you are staff on this channel or whatever, i'm just trying to make something work on an ubuntu server so i think this is relevant. #atlassian is dead21:05
compdocskomorokh, usually means the wrong driver21:05
miklhi21:06
skomorokhcompdoc: but like... it's been the same module all along afaik. So you think somewhere between 4.13 and 4.15 the ath9k driver dropped support for my specific chipset or something like that?21:07
compdocskomorokh, I cant say, but either you have the wrong driver now, or no driver at all21:07
skomorokhHm. That's easy enough to test. But it's headless, is there a way to trigger grub to use a specific kernel for next boot?21:08
rflemingDoes the file ~/.config/dconf/user play any importance in a system and need to be backed up, or is it something that's auto-generated?21:09
leftyfbrfleming: that's your dconf settings. Mainly gtk settings. Like which side of the window the min/max/close buttons are on21:10
leftyfband I think keybindings21:10
leftyfbit's like nothing in size, if you're backing things up, can't hurt to add it21:10
rflemingSo basically gtk+ settings for gnome apps21:11
rflemingcurious because I'm configuring openbox21:11
leftyfbrfleming: https://wiki.gnome.org/Projects/dconf21:11
rfleming(I do have a couple of gnome apps installed)21:11
linuxgeckoleftyfb:  sorry,  i had to afk. looking now.   yes,  eth1 is not comming up.21:12
leftyfblinuxgecko: Look at the difference between your eth0 settings and eth1 settings, besides the fact that they're static/dhcp21:13
linuxgeckoleftyfb: facepalm.  ok,  that covers that..  ubuntu is not the distro where i spend most of my time. i'm used to it being auto if it's defined.21:16
linuxgeckoleftyfb: will my dnsmasq work fine now? for good measure, i've been restarting it after i ifup eth121:17
leftyfblinuxgecko: test it21:17
anthonyx:q21:27
senapshi all, 2 questions: I have ubuntu 17.10, it's failed. i have removed dpkg, copy pasted the files for it again, and even before dpkg remove, i couldn't update/remove/install new app's without error from mysql-server not being found (it's sock wasn't where dpkg was looking for) so i have ubuntu 18.04 iso and it's currently being burned into a usb. questions are: 1- should i upgrade or fresh install 2- what i will lose? do i loose my pycharm ce, virtualbox and21:31
senaps other programs configs and data? would they break?21:31
oerheksdpkg removed ... some can fix that, but i would say backup data and reinstall21:40
NebiDoes someone here now about version conflicts between libprotobuf, tensorflow and python?21:46
NebiI have more or less the same issue as here: https://github.com/BVLC/caffe/issues/571121:47
=== gonzalo is now known as Guest26646
naccNebi: afaik, tensorflow is not an ubuntu package21:58
Nebinacc, well the issue is that libprotobuf is a package in the standard ubuntu repository21:59
naccNebi: yes, I know.22:00
naccNebi: what is your problem with something Ubuntu provides?22:00
naccNebi: 3rd party package/program issues are for those third parties to resolve, not here22:00
goedelHello. My Ubuntu 18.04 VM configured for an internal network, with static IP address, is thinking there is no connection and is disconnecting after 30 seconds, even if I have an active SSH session on that network. How to get this crap not to disconnect me.22:01
Nebinacc, OK ic22:01
naccgoedel: configured how?22:01
naccgoedel: and what virtualization layer are you using?22:02
goedelgoedel: wired connection, static IP address, no DNS, no routing, IPv6 disabled. I am using VirtualBox and it works perfectly fine, but the system is disconnecting me.22:02
naccgoedel: you mean Network Manager?22:02
goedelnacc: correct.22:03
naccgoedel: not entirely sure what you want to do with a network address without routing, but ok.22:03
Jordan_Ugoedel: You don't even have a default gateway?22:03
naccgoedel: what 'system' is disconnecting you?22:03
goedelIt's network manager. The setup is pretty simple - I have an internal network in VBox and the same gway and netmask on both machines. In this example, I have an Ubuntu server with IP 10.10.10.2, gw 10.10.10.0, nmask 255.255.255.0, and the Ubuntu Desktop with iP 10.10.10.122:04
goedelThis setup was bulletproof up until 18.04.22:04
nacc(fwiw, your gateway seems invalid to me)22:05
goedelThe settings are dummy anyways. But that is not a problem.22:05
naccgoedel: well, you've not provided any logs indicating what is actually happening and have changed your description of the problem as well. So, tbh, hard for me to trust that you know what is not the problem already.22:07
goedelThe real question is why the heck does network-manager turn anything off if it determines, by some flawed logic, that there is no connectivity.22:08
skomorokhI've confirmed that my old 4.13 kernel restores wlan0 ...so apparently somewhere between 4.13 and 4.15 the ath9x module really did stop recognising some variants :(22:09
naccgoedel: where do you see Network Manager doing this? Your "server" doesn't (or shouldn't) have NM running. So your "desktop" NM indicator is going off?22:10
goedelnacc: network-manager ON A DESKTOP turns off the interface and displays a pop-up that the connection couldn't be established.22:10
naccgoedel: ok, did you look in syslog?22:11
goedelIt stopped doing that for now.22:11
naccgoedel: if it did it before, you'd still see logs in syslog about it22:12
Jordan_Ugoedel: Please pastebin the output of "journalctl -u NetworkManager" .22:15
goedelRelevant bits https://pastebin.com/Wh2utTcp22:18
RoadRunnermatjam: as you suggested, followed these instructions https://unix.stackexchange.com/questions/67702/how-to-reduce-volume-group-size-in-lvm but inspite of everything appearing ok in terminal https://paste.ubuntu.com/p/2YMDq8NKbG/ GParted still fails to shrink the file system22:22
phablethow can I restore my missing terminal appeared?22:22
RoadRunneralso can't understand why after issuing "sudo resize2fs /dev/mapper/xubuntu--vg-root 25G", lvs still lists root at 30G and swap at 2G for a total of 32G22:25
DraegonI need to edit "/etc/X11/xorg.conf.d/50-tablet.conf", however, "xorg.conf.d/50-tablet.conf" folder & file doesn't currently exist. I've installed and used gksu, and also used "sudo -i" but cannot create files or folders in that location. Is there something else I need to do? I'm running Ubuntu 16.04 with kernel 4.4.0-124-generic.22:26
Jordan_URoadRunner: Becuause you're just changing the size of the filesystem, not the size of the logical volume. It's as if you had run resize2fs on a 30 GB partition, until you modify the partition table (or the LVM logical volume) you can't actually *use* that "free" space.22:27
RoadRunnerJordan_U: perhaps you could tell me what I am still missing: inspite of everything appearing ok in terminal https://paste.ubuntu.com/p/2YMDq8NKbG/ GParted still fails to shrink the file system22:29
the-ermIs 18.04 considered a stable release?  I know it's LTS, but the question is 18.04 stable or is stable 18.04.1?22:31
matjamRoadRunner: back up the filesystem, delete the entire lvm set, recreate partitions, restore.22:31
matjamyou've been at this for days22:31
Jordan_URoadRunner: It looks like you're using commands to shrink the PV, but what you really want to do is to shrink the LV.22:32
matjamthe-erm: it's LTS, which means it's supported, however it just got released, so if you want something not so buggy, 16.04 or wait for 18.04.122:32
the-ermThe next question is how reliable is do-release-upgrade ?  It seems like every time I've used it things have failed.22:33
matjamthe-erm: It depends how much custom stuff you've installed via PPAs etc. If you stuck to just whats in the official supported repos, do-release-upgrade tends to work reasonably well.22:34
naccthe-erm: and what are you upgrading from?22:34
the-erm16.04.422:34
RoadRunnermatjam: good to hear from you again :) yes, days indeed...  I just thought that now I am really close so maybe one more step and victory but I guess there is nothing left to try?22:35
naccthe-erm: ok, then you shouldn't upgrade (via d-r-u) until 18.04.1 comes out22:35
naccthe-erm: which is when LTS -> LTS upgrades are supported.22:35
the-ermI have a few custom repos ... so it's probably not a good idea.22:35
Jordan_URoadRunner: http://www.microhowto.info/howto/reduce_the_size_of_an_lvm_logical_volume.html22:39
Jordan_URoadRunner: Be very careful that you don't accidentally make your LV smaller than your filesystem. If you accidentally do, you will lose data.22:40
matjamRoadRunner: you probably have to change the partition table now for the partition that holds the pv22:40
matjamRoadRunner: you did take a full backup, right?22:40
the-ermWe're going to provision a new server ... I'm still on the fence if I should use 16.04.4 or 18.04.  We're doing major upgrade and it's running 14.04.5 so I'm going to be using 16.04.4 or 18.04, however it looks like it'll be sometime this month or June and 18.04.1 isn't going to be released until July.22:41
Jordan_Umatjam: I think that RoadRunner just wants to use the freed up space for their swap volume, which is on the same PV, so there is no need to touch the PV or the partition table.22:41
matjamthe-erm: I'm running 18.04 on new servers.22:41
the-ermok.22:41
matjamthe-erm: As the packages are relatively limited on a server, I'm a bit more confident there.22:42
skatetensorWhy run ubuntu for servers? , i mean most people don't right?22:42
matjamJordan_U: oh, right.22:42
the-ermmatjam: Have you had any major compatibility issues?  We're doing weird stuff like running libreoffice and wine on a headless xorg server.22:42
naccthe-erm: I don't consider it particularly the point of the channel to advise you on that choice22:42
matjamskatetensor: you'd be surprised. Lots of ubuntu out there on servers.22:42
naccskatetensor: 'most people' is not really a useful metric22:43
skatetensormatjam: nice , i did not know that :)22:43
oerheksskatetensor, there are no secure numbers of users/downloads/upgraders, sorry22:43
the-ermnacc: You're right however if anyone is going to know or have experience they'd probably be in here :)22:43
naccthe-erm: i mean, only you can honestly know. we don't know your application needs, testing done on the 4.15 kernel, etc.22:43
naccthe-erm: the fact that you depend on wine makes me back away immediately.22:43
matjam... wine? eek.22:44
skatetensornacc: i just meant that normally i am seeing user run centOS , or some red hat variant , at least in my work22:44
RoadRunnerJordan_U: no, the freed up space will be used for instal with another ver of os22:44
naccskatetensor: right, but your work is what? a negligible fraction of the actual use of Linux by the world.22:45
the-ermWell it's only for 1 program, and that's to get the length of .dss and .ds2 files.  avprobe doesn't handle those files ... at least a couple years ago it didn't.  In the end the best solution was to load the file and then read the title bar then kill the program.  Hackie but it works.22:45
RoadRunnermatjam: is changing the partition table going to take longer than starting from scratch?22:46
phocking-2it seems to me these days that ubuntu is the windows of linux essentially; more folks use it than not22:46
matjamRoadRunner: no, but you could easily screw it up and lose all your data.22:46
phocking-2i really prefer ubuntu/debian packages to redhat ones tbh22:46
matjamRoadRunner: so, take a backup.22:46
skatetensornacc: thats true but the rise of ubuntu server use is to the lack of IT support22:47
RoadRunnermatjam: ok, so what's involved?22:47
dedzeHello, I have weird lines in my sys.log starting byt '------------[ cut here ]------------', any idea what it is about? Should I worry about it? Googling didn't help.     https://paste.ubuntu.com/p/c89WyWsJjd/22:47
naccskatetensor: i have no idea what you're talking about, and we're fairly far off topc. Let's leave it at, you were incorrect about your assumptions about the use of ubuntu on servers.22:47
matjamso, this is off topic, but anecdotally, ubuntu has destroyed my nginx/apache/mysql/exim/postfix/etc configuration never, but CentOS/RHEL has destroyed it every time I've done a major upgrade22:47
naccdedze: usually those are followed by the actual error logs fromthe kernel22:48
matjamI'm now at the point on my servers I just upgrade to the latest LTS via do-release-upgrade and I don't even bother opening the SSH port.22:48
* matjam is just that confident22:48
naccdedze: in your case, it would seem your wireless driver hit an error. Without knowing more about the driver, it may not be anything or it may be fatal22:48
skatetensornacc: i doubt that :)22:49
matjamRoadRunner: honestly I'd just back up, delete the partitions, rebuild, restore. I feel it would be quicker.22:50
dedzenacc: I recently reinstalled ubuntu and while it was updating (right after downloading), I closed the updating in order to plug the ethernet cable (instead of wifi), could it have caused this type of problems?22:51
naccdedze: it's possible, sure22:51
dedzenacc: Oki thank you22:52
=== cyborg is now known as Guest90270
RoadRunnermatjam: the reason I've been so persistent after all this effort is not to feel like it was all a waste of time; since it didn't work, the main things I'm getting out of it is to stay away from lvm and to be so persistent...  I do apreciate all your help though22:52
matjamRoadRunner: I think it's dangerous to proceed unless you know what you're doing, and you do the research and understand it.22:58
matjamI'm not comfortable giving you commands to fdisk etc, and would prefer if you figure it out.22:58
matjamthe PV is a partition on the disk, you'll need to figure out how to resize the partition so that it holds the whole PV, now that it's been "shrunk".22:59
hoechtsHi, I'd like to change the grub menu items. I have tried everything, but it doesnt change at all. I have installed the grub customizer, and my changes show up, but the bot menu does not change.23:06
nacchoechts: change how?23:06
hoechtsnacc, editing /etc/grub.d/40_customer for example23:06
hoechtsnacc, or editing /etc/default/grub setting GRUB_DISTRIBUTOR23:07
nacchoechts: ok, and you ran `sudo update-grub` after that?23:07
hoechtsyes23:07
hoechtsnacc, the /boot/grub/grub.cfg was updated. I can see my changes23:07
DaekdroomHello, I've been messing with Pulseaudio modules, but some settings I changed in /etc/pulse have made my audio stop working through Pulseaudio (onnly Alsa works now). I've been unable to restore that folder's defaults through apt...23:08
nacchoechts: but if you drop into grub, you don't see the corresponding changes?23:08
hoechtsnacc, i reboot and i see grub 2.xx (2.02 i guess)23:09
hoechtsnacc, my added entries do not show up, nor does the renaming to be shown23:09
=== djk1 is now known as djk
nacchoechts: i'm not sure, sorry -- that's surprsing. You could see if, for instance, changing /etc/grub/default's kernel commandline works23:10
hoechtsnacc,  you mean /etc/grub.d/default ?23:11
oerhekshoechts, what OS installed Grub?23:11
hoechtsnacc, eh i mean /etc/default/grub23:11
hoechtsoerheks, 18.04 LTS23:11
oerheksoke no other linux beside this ?23:12
hoechtsseveral times 18.04 LTS23:12
oerheksjust to rule out than an other OS rules over grub23:12
hoechtsoerheks, its a completley new HDD. No other HDDs attached. I have installed 18.04 LTS some days ago, and several more today23:13
hoechtsoerheks, hence, its very important to name these instalations. Otherwise, i dont know which one is the one i want to boot to23:13
DraegonIs there a difference to editing files located in "/etc/X11/" compared to "/usr/share/X11/"? As referring to 2 different guides 1 says to the first, the 2nd says to use the other.23:14
erhanhi23:14
erhancan you help me23:14
Draegonerhan: you need to specify what you need help with23:15
DaekdroomI've fixed my issue by manually extracting /etc/pulse files from pulseaudio.deb. No idea why apt-get install --purge --reinstall pulseaudio didn't do that itself23:16
erhannot specify23:16
erhanscreen resolution23:17
Draegonerhan: You NEED to detail WHAT exactly your issue is, as the users in channel won't know whether they can help you, without knowing details of the issue.23:18
matjam!ask | erhan23:19
ubottuerhan: 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 !patience23:19
erhanrpi-3 attached to Philips brand TV23:20
erhandoes not give proper resolution23:20
erhanIf you can help xrander23:22
erhanrpi-323:22
erhanos ubuntu mate23:22
Draegonmatjam: Continuing from yesterday, I've been speaking with spbnick from Digimend github, and on their irc channel. The updated guide (today) says to edit /etc/x11/ but I can't get access. Should I edit files in that location, or the /usr/share/x11/ location?23:23
matjamDraegon: edit as root23:23
erhanok23:24
DraegonI've tried, I used gksu after installing it, then also tried sudo -i, I can get access to the etc/... location but cannot create any files or folders there.23:24
naccDraegon: they are different files, but if you can't edit one, then you can't edit the other23:24
naccDraegon: fwiw, /etc/X11/ (not etc/x11)23:25
naccDraegon: and same for /usr/share/X11/23:25
matjamDraegon: sudo gedit23:26
Draegonsorry, that's what I meant, just fast typing.23:26
nacchoechts: yes, sorry, re: /etc/default/grub23:26
matjamsudo gedit file.blah23:26
hoechtsnacc, oerheks I finally could change the menu entry of the first Ubuntu Installation. I booted to this installation, change the name in /etc/default/grub, ran update-grub, and the first menu item war renamed. Now i booted to the second installation, ran update-grub on this installation, as well as on the first installation, but the 2nd menu item does not change. Andy Ideas?23:26
naccmatjam: no, you should not use sudo with graphical apps23:26
matjamnacc: no?23:26
naccmatjam: gksu is for that purpose23:26
matjamdoes it mess up dotfiles?23:26
naccmatjam: it has been known to make desktops unusable, yes.23:26
matjamah23:26
matjammy bad23:26
DraegonI tried that, it says the file folder doesn't exist, and won't allow me to make them23:26
matjamI always use vim .. :P23:27
nacctbh, I don't know why anyone needs a GUI editor to edit system files, but whatever23:27
hoechtsnacc, i juste used gedit to edit /etc/default/grub ...23:27
Draegonthe guide I'm using is https://github.com/DIGImend/digimend-kernel-drivers#configuration23:28
nacchoechts: you have multiple installations of grub?23:29
nacchoechts: of ubuntu, i mean23:29
matjamDraegon: are you talking about /etc/X11/xorg.conf.d/50-tablet.conf23:29
hoechtsnacc, yes, several23:29
naccDraegon: there may not be an /etc/X11/xorg.conf.d23:29
nacchoechts: ok, then i think it will matter *which* one is actually controlling the installed grub23:30
erhanthx Draegon:23:30
hoechtsnacc, i guess the first one. The first one was actually able to rename its own menu item, but how am i supposed to change the other ones?23:30
FaTaL_GWould anyone here be willing to help me walk through steps to determine what is wrong with my Ubuntu 16.04 router? Im quite frustrated with the Ubuntu update/upgrade process.... every single time I've ran: sudo update; sudo upgrade; sudo reboot, the sytem never reboots fully functional23:30
naccFaTaL_G: `sudo update` is not a command you'd run23:31
naccFaTaL_G: do you mean `sudo apt-get update` ?23:31
FaTaL_Gspecifically, at this time, the dhcp server is borked23:31
DraegonThat's the issue, neither file or folder doesn't exist, however the xorg.conf.d does exist in the /usr/share/x11/ location. Should I just create the file in the /usr/share/... location?23:31
FaTaL_Gand for some reason one of my 6 ethernet ports which actually serves the internet keeps coming up inactive, and I have to force ifup it23:32
FaTaL_Gnacc: yes, I was just being brief23:32
xamithanSo set it to onboot=yes in the config23:32
naccDraegon: read `man xorg.conf`, maybe -- /usr/share/X11/xorg.conf.d/ is for package and vendor config files23:33
FaTaL_GI've had this machine working fine. And I can reboot fine, but over the last few months, when I do the apt-get updates/upgrades, after a reboot, SOMETHING is always broken23:33
naccDraegon: whereas /etc/X11/xorg.conf.d is for local system configuration23:33
naccFaTaL_G: was your dhcp server actually upgraded?23:34
FaTaL_Gnacc: what logfile file should I confirm that in23:35
naccFaTaL_G: /var/log/apt/history.log23:35
matjamDraegon: just create /etc/X11/xorg.conf and add the configuration there.23:36
matjamDraegon: sudo nano /etc/X11/xorg.conf23:37
skatetensorFaTaL_G: when you say broken you mean not working or could not be installed?23:38
hoechtsnacc, anyway, thanks for your helping attempts. After ~2 hours i give up and choose a completely different solution, like one usb-drive per installation, or something similar...23:38
FaTaL_Gnacc: no, isc-dhcp-server was not modified23:41
FaTaL_Gskatetensor: not working any longer despite me making zero user edited configuration changes23:41
nacchoechts: i honestly don't know how those multiple grub config setups are meant to work; I assumed they'd either share a /boot/grub/ partition (which means they'd all read the same data), or perhaps grub has some autodetection logic23:41
FaTaL_Gas I mentioned tho, I have 6 enet devices, *(that includes a br0 anda wlan), but ONE of my enet cards doesnt even show up on ifconfig without the -a, and I have to ifup it to get it to grab an IP from my fios ont23:42
skatetensorFaTaL_G: Had the same problem yesterday was i was recovering elementary , most of my repos wouldn't work23:42
skatetensorsudo dpkg-reconfigure resolvconf23:42
skatetensorand making dynamic updates allowed worked for me23:43
FaTaL_Gwhich is NEW behavior... it didnt do that before the last reboot where I upgraded/updated23:43
hoechtsnacc, I just have one more idea i will try out now: I set up 40_custom on the initial ubuntu installation, adding all the menu entries i want. I think this should work. brb23:43
skatetensorFaTaL_G: might be useful to see whats is causing your problem, if you look at the bug reports lately snapd and Braille device support seem to mess up the updates23:44
FaTaL_Gskatetensor: I cant imagine that is the issue here, my update WORKED, and my assertion (may be incorrect but so far has been spot on), is that each time I perform a apt-get update/upgrade, my system ahs issues when I reboot23:45
skatetensorDo you have the time to look at the installation?23:45
skatetensormeaning , what erros are you getting at the terminal?23:45
=== matlock_ is now known as matlock
=== amirpro_ is now known as amirpro
FaTaL_GI updated april 1st... and actually wondered if ubuntu was hacked, because afterwards, my system wouldnt even boot. With help from users here, it turned out to be a "corrupt" or incomplete grub2 upgrade/update process, but as a user triggering the apt-get, I had zero indication that anything went wrong23:47
FaTaL_GI do23:48
Blood_n_BinaryEllo23:48
FaTaL_Gthats why I came here. Im not linux dumb, but there is a lot where I dont always know where to start, especially because over the years, paths change, log daemons change, etc.23:48
Blood_n_BinarySame I have dealt with linux since the old days....23:49
FaTaL_Gyea, when redhat was.... 7..... not 7.023:49
FaTaL_G;)23:49
FaTaL_Gdot matrix printers23:49
Blood_n_Binary3023:49
DraegonIt won't allow me to save as the file/directory doesn't exist. When I tried to create the folder, it just made a xorg.conf.save file.23:49
FaTaL_GI do not have any errors on the terminal atm23:50
FaTaL_Gbut the isc-dhcp-server is not running23:50
FaTaL_Gand based on my limited knowledge, it could be part of why the ethernet device connected to my ont is shutting off23:50
FaTaL_Gwhich, if its something like the isc-dhcp is trying to dhcp my ont while my ont is dhcp'ing my ubuntu router, might point to the culprit23:51
FaTaL_Gbut again.... it worked fine before apt-get update/upgrade, and afterwards, its "broke"23:52
Blood_n_Binarydid you set the server repository to something shady? ...hehe23:52
hoechtsnacc, this one worked... So lessons learned: There is only one ubuntu installation managing grub. All other installations have no effect on the grub loader... All menu entries i was trying to change are found in the os-probe section. Hence, changing 10_linux does not have any effect23:52
FaTaL_Genp0s31f6 boots up "disabled"23:53
Blood_n_BinaryFatal_G I would try and change the repository location.  This might be your buggaboo23:53
FaTaL_GI'm using standard ubuntu ootb servers23:54
Blood_n_Binarywhat error are you getting?23:55
FaTaL_Gbut if I have test sources on, I'll turn that off23:55
DraegonIf I'm creating the file through sudo nano, is there a command to create the folder, /xorg.conf.d/ so I can create/edit the 50-tablet.conf file?23:55
FaTaL_Gwhere do I look for the error? There are a lot of locations to look at logs23:55
=== anonymous is now known as Guest74031
Blood_n_Binarytry and run sudo apt update and copy paste what it says23:56
skatetensorDraegon: mkdir23:56
DraegonWill that work in sudo nano, or run it from a different instance of Terminal?23:57
FaTaL_GBlood_n_Binary: https://pastebin.com/dt59D0iw23:58
NEOalquimistaDraegon, create the folder first with mkdir, then enter nano and write the file23:58
DraegonOK, thanks23:58
FaTaL_GI have backports, which I might not need anymore, because I use a PCI-66U23:59
skatetensorDraegon: i would do something like mkdir /etc/X11/xorg.conf.d/23:59
skatetensorDraegon: sudo nano  /etc/X11/xorg.conf.d/23:59
Blood_n_Binaryyou can create the filename after your done with editing in nano23:59
DraegonThanks. Yes. I'll try that.23:59

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