/srv/irclogs.ubuntu.com/2020/04/15/#ubuntu.txt

naamunahsarnold, later gets connected .. .. looks a bit unstable00:00
naamunahsarnold, also it should be 1Gig connection but now showing only 100mbit .. when it worked it showed 1 Gig00:02
naamunahsarnold, dns not working also .. so it is not working .. or I have few wrong settings ..00:04
UbuntuGuy27347hey everyone, I had a quick question with the css default theme for ubuntu 18.0400:11
UbuntuGuy27347https://i.imgur.com/zjb8RwQ.png00:11
UbuntuGuy27347how can I change that orange? I can't find it in the css00:12
sarnoldnaamunah: dang, alright, try replacing the ExecStart line with this:  ExecStart=/bin/bash -c "echo 0bda:8153:k > /sys/module/usbcore/parameters/quirks"00:14
sarnoldnaamunah: (don't forget the systemctl daemon-reload after the edit)00:15
naamunahsarnold, I suppose still something is missing .. https://paste.ubuntu.com/p/Wt6vZYWPVj/ .. here all with what all I played00:26
sarnoldnaamunah: hmm, line 62 of the paste -- I'm surprised there's no quotes on that line -- are there quotes in the dell-quirks.service file?00:28
sarnoldoh waiit there they are on line 5100:28
sarnoldwaaaaat is going on00:28
naamunahsarnold, it keeps showing .. connecting .. and in the log it is like this: https://paste.ubuntu.com/p/nr4GJDxtNC/00:30
naamunahand keeps getting the message connection failed00:31
materialrangerI'm on 18.04 and trying to install emacs. It installs just fine, but I seem to have emacs terminal as an application in my dock. I can't seem to get rid of it, even if I uninstall emacs.00:32
materialrangerDoes anyone know how I can get rid of that?00:33
sarnoldnaamunah: btw you may still need to connect your device only *after* the dell-quirks.service has run, during boot00:35
sarnoldnaamunah: I don't know when in the USB device lifecycle those things are consulted, but I'd expect them to be consulted only during device detection / configuration00:35
naamunahsarnold, you mean disconnect USB and reboot the laptop and then reconnect the USB?00:36
sarnoldnaamunah: no, just disconnect and reconnect it now; and every time you reboot00:36
materialrangerAh, it seems there's a desktop entry for emacs25-term in /usr/share/applications. Is it okay to delete this to get rid of the emacs terminal entry from the applications list?00:39
sarnoldmaterialranger: it'll come back on package updates; that's not so bad, of course, just something to be aware of00:40
materialrangersarnold: is there a way to permanently get rid of that desktop entry?00:41
materialrangerI kind of hate how I can accidentally launch a terminal instance of emacs.00:41
sarnoldmaterialranger: dpkg-divert might be able to do it00:42
materialrangersarnold: this may come from my very limited knowledge of how the ubuntu software center works, but if I install emacs from there it only installs the gui version.00:44
jak2000how to install teamviewer?00:44
materialrangerIs it not using apt to install emacs?00:44
sarnoldmaterialranger: well, that's a good point, I hadn't considered that maybe you installed an emacs snap instead of an emacs deb -- but I don't think the snap could install a file into /usr/share/applications/ -- so if that's the .desktop file you need to remove, then it'll have been installed via apt, not via snap00:46
shinobiWhat is casper?00:46
jak2000i download from teamviewer.com ubuntu .deb file x6400:46
shinobiDon't say a friendly ghost...00:46
materialrangersarnold: Oh yeah, I installed via apt originally.00:46
jak2000https://download.teamviewer.com/download/linux/teamviewer_amd64.deb00:46
materialrangerThe software center uses snap then? Is there an advantage to using snap over apt for package management?00:47
sarnoldmaterialranger: snaps don't depend on the contents of debs, and they use the contents of other snaps in controlled ways, so it's easier to keep snap applications updated with the latest releases from upstream developers00:47
sarnoldmaterialranger: I think the software center should be able to do both, maybe it can also install flatpaks, which are similar to snaps00:48
materialrangerSo are snaps preferred then?00:48
sarnoldmaterialranger: snaps also come with some security policy mechanisms to try to make it safer to install packages that live outside the debian and ubuntu archives00:48
sarnoldmaterialranger: it's more of an individual choice at the moment, I think; there's parts of snaps I like and parts I don't like00:49
materialrangerThat's kind of slick. I'm very new to snaps.00:49
jak2000how to install a .deb file?00:49
sarnoldjak2000: dpkg -i foo.deb00:49
materialrangerThanks for the help :)00:49
jak2000sarnold: https://paste.debian.net/1140449/00:50
jak2000error...00:50
sarnoldjak2000: install those packages with apt, then try again00:51
jak2000apt install teamviewer.deb  ?00:52
sarnoldjak2000: does that work? I've never tried apt on local files ..00:52
jak2000sarnold: https://paste.debian.net/1140450/00:55
matsamanjak2000: you need graphical remote control?00:55
jak2000yes00:56
jak2000i have no controll on routers, and other things00:56
sarnoldjak2000: what's the output of apt-cache policy libqt5gui5 ?00:56
jak2000https://paste.debian.net/1140451/00:57
sarnoldjak2000: does your system have universe configured? that package looks like it should be available for all versions of ubuntu still in standard support https://packages.ubuntu.com/search?keywords=libqt5gui500:58
jak2000man need download libqt5gui5 ?01:09
sarnoldjak2000: yes, and a dozen other pacakges -- do you have universe configured?01:10
sarnoldjak2000: try this: sudo apt-add-repository universe ; sudo apt install ./teamviewer_amd64.deb01:10
p0aHello my updater says to update oracle VM virtualbox01:15
p0abut I want it removed from the system because my installation was broken for some reason01:15
p0ahow can I just remove it so that the updater doesn't try to update it?01:15
sarnoldp0a: dpkg -l | grep -i box   will probably help you find the package names, then you can use apt-get purge on those package names to get rid of the packages01:19
p0aI just realized that somehow virtualbox is working on my system now01:21
p0aso maybe I'll just update it instead of removing it. I have no idea how that happened01:21
p0ashould keep dpkg -l in mind though, that's neat01:22
=== zbenjamin is now known as Guest52399
=== zbenjamin_ is now known as zbenjamin
jak2000sarnold https://paste.debian.net/1140461/01:38
sarnoldjak2000: alright, try sudo apt-get update && sudo apt-get install /home/kivy/Downloads/teamviewer_15.4.4445_amd64.deb01:43
jak2000sarnold: https://paste.debian.net/1140468/01:52
sarnoldjak2000: alright, how about sudo apt --fix-broken install then?01:55
cluelessperson_So, ubuntu is generally behaving extremely well.01:57
cluelessperson_but I am experiencing a lot of slowness around the UI a bit, how can I improve that?01:58
maxrazercluelessperson_, I tried ubuntu and I think I had issues with the UI being slow and locking up. I don't use Ubuntu. I use Debian with XFCE, but there is Xubuntu01:59
cluelessperson_maxrazer, so that's why I went to debian xfce for a couple of months, but frankly, I love the polished features that ubuntu has.02:00
maxrazercluelessperson_, I'm not sure what the polished features are. I don't want snaps though. You could try Xubuntu.02:01
maxrazerSeems pretty crazy the UI would be slow given how long Ubuntu has been around.02:02
cluelessperson_maxrazer, I dislike snaps too, I generally avoid those, but I like that a lot of things are configured for me, audio, screen, hdi, bluetooth, touch screen, it just feels easier to work generally.02:02
cluelessperson_maxrazer, I'm thinking it's probably a specific thing that's slow and I'm trying to figure out how to fix it.02:02
maxrazerIt probably is a specific thing. There is also the GPU and what driver version maybe. I'm using Nvidia 440.6402:03
jak2000sarnold: done without errors02:03
jak2000noew:  sudo apt-get update && sudo apt-get install /home/kivy/Downloads/teamviewer_15.4.4445_amd64.deb      ?02:04
maxrazerI don't use bluetooth much, but I think there was a GUI tool I downloaded that made it work fine. The audio is configured on Debian. I use testing or unstable though. I did have a few lock up issues with unstable actually, but most say it runs fine.02:04
jak2000installed :)02:05
jak2000donee.... thanks thanks my frienddddddddddddddddddddddddddddddd sarnold02:05
jak2000sarnold resume:  1) sudo apt-add-repository universe ; sudo apt install ./teamviewer_amd64.deb 2) sudo apt-get update && sudo apt-get install /home/kivy/Downloads/teamviewer_15.4.4445_amd64.deb  3)  sudo apt --fix-broken install02:07
sarnoldjak2000: sweet :)02:07
sarnoldjak2000: skip this step: sudo apt install ./teamviewer_amd64.deb02:07
jak2000okay02:09
WoCWhich ubuntu version is the highest one that still has x86 support ?02:13
cluelessperson_yeah, I feel like there's a constant lag.02:14
cluelessperson_I open the drop down terminal, it literally takes 1 full second to show the animation02:14
WoCalways, lag is always strong with irc02:14
WoC16 or 18 ?02:15
sarnoldWoC: that's a bit tough to answer; 18.04 LTS will have support the longest..02:16
cluelessperson_Ubuntu 19.10 - Intel® Core™ i5-8265U CPU @ 1.60GHz × 8  - Intel® UHD Graphics (Whiskey Lake 3x8 GT2)02:16
WoCi meant for x86 (32 bit)02:16
WoCor in other words, to which version can i upgrade my x86 ?02:17
WoCthe upgrade to 16 is in pregress, i started at 1102:18
sarnoldWoC: ah, 16.04 LTS is the last LTS where we prepared .iso install images. but 18.04 LTS should have most? all? of the 32 bit packages, right?02:18
WoCok, so i should be able to get it to 1802:19
WoCdo-release-upgrade, method02:19
=== nt0_ is now known as nt0
sarnoldWoC: yes02:19
WoCGreat :)02:19
WoCMaybe i can even get the graphics drivers for it ;) unlikely but maybe02:20
jak2000https://pasteboard.co/J3R9HPrU.png     how to change the color red (Error Message)....02:26
sarnoldjak2000: what's your goal? to get rid of the colours in your terminal? get rid of colours from pip commands? get rid of specifically pip error colours?02:29
jak2000yes02:29
jak2000the error color02:29
jak2000red is impossible see... i want change the color red, of terminal is possible?02:29
sarnoldit depends on your terminal; most do allow you to change your colours02:29
sarnoldwhat terminal are you using?02:29
jak2000how to check?02:30
sarnoldps auxw  will show you all the processes you're running -- hopefully the terminal name will stand out02:32
Bashing-omjak2000: ' echo $TERM ' too.02:32
sarnoldBashing-om: woah really?02:33
jak2000echo $TERM : command not found02:34
Bashing-omsarnold: Uh huh " sysop@x1804mini:~$ echo $TERM >> xterm-256color02:34
Bashing-om"02:34
sarnoldBashing-om: and are you actually using xterm, and not a derivative?02:34
cluelessperson_maxrazer, I changed some settings, installed some drivers for various things, and the ui is far more responsive.02:34
jak2000sorry: xterm-256color02:34
sarnoldBashing-om: there's soooo many terminals out there, I'd be surprised if they all had correct termcap entries :)02:34
maxrazercluelessperson_, Newer video drivers?02:35
sarnoldjak2000: if you're running xterm, you can configure colours by setting X Resource properties https://wiki.archlinux.org/index.php/Xterm#Colors  https://ethanschoonover.com/solarized/02:37
jak2000ok, thanks02:38
cluelessperson_maxrazer, I changed a video driver setting.  but, yeah02:38
blahboybazThe sortcut for switching workspace and moving a window to another workspace seems to have an additional shortcut than what is shown in settings. This 'other' shortcut (shift+ctrl+alt+uparrow/downarrow)  is confilicting with another application. I would rather not change the shsorcut in the application.  Is there a way to eliminate that shift+ctrl+alt+uparrow/downarrow  shortcut in the system so the application can use it? super02:38
blahboybaz+pageup/pagedown  and shift+super+pageup/pagedown works fine and does not conflict wtih my application. Cant the former be eliminated and the later just be the shortcut for that?02:38
cluelessperson_it's not perfect yet.02:38
blahboybazwoops! my bad02:38
maxrazerOh, it was a setting. I wonder what. I don't change much in the way of settings, except refresh rate or resolutin.02:39
cluelessperson_maxrazer, I think something along the lines of "modesetting"02:39
cluelessperson_uncertain.02:39
maxrazerMode setting reminds me of when a non-optimized driver is used like the open source driver instead of proprietary for nvidia.02:40
blahboybazWhy are there hiddend shortcuts other than what's shown for that item in settings?02:46
blahboybazSettings says one shortcut (that works) then there is another shortcut for the same thing that is not shown in settings02:46
blahboybazgsettings list-keys org.gnome.desktop.wm.keybindings | grep workspace  shows move-to-workspace-up  Does this key correspond to moving the active window to workspace up?03:12
blahboybazDoes anyone know?03:12
blahboybazWell I managed to completely disable moving windows to workspaces up or down with shortcut keys. Not what I intended but at least I can use the shorcuts I need in my other application03:19
blahboybazno I was wrong they both work as I wanted03:21
blahboybazthanks guys03:21
AssociateXHello people! For anyone who has helped me on my new install after my self inflicted crash, thank you!03:30
Thanoshi.03:36
scottbertHello! I used Rufus to make a liveUSB but when I boot from it it just says 'EFI BOOT' and then 'Remove this device and press any key to reboot'04:13
scottbertGoogle has never heards of this message apparently04:14
abort_abascottbert: what OS did you copy to the usb?04:15
abort_abawrite*04:16
oerhekstry to boot in uefi mode?04:17
scottbertkubuntu focal fossa04:17
oerheks!uefi04:17
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI04:17
oerheksoh, and fossa is supported in #ubuntu+1, until release04:17
scottbertI told it to try both UEFI and Legacy... if I boot it in legacy, will the installed OS work fine in UEFI?04:17
scottbertOr will it require a legacy boot forevermore if it's installed that way?04:18
oerhekssure, it will work, see the uefi manual, disable fastboot and such04:18
scottbertNo dice, legacy mode doesn't work either. Also the message is "EFI PART"04:20
scottbertWHich of course google can't find because it gets lost in people talking about EFI rather than having that specific message04:21
abort_abascottbert: use dd instead04:23
scottbertThis screen: https://www.dell.com/community/Inspiron-Desktops/Inspiron-530s-EFI-part-Please-remove-this-media-and-press-any/m-p/750485304:23
scottbertdd to create a liveUSB?04:24
abort_abaexample: $ sudo dd if=focal-desktop-amd64.iso of=/dev/sdb bs=4M conv=sync04:25
abort_abayes04:25
scottbertI'll see if I can still boot into linux04:26
abort_abascottbert: have you ever done a legacy boot into any OS on this same machine?04:34
doug16ktheborger, you could poke around in /sys/class/hwmon and see if any look like what you are looking for. that's where it is supposed to put something like that04:34
doug16k(see sensors)04:35
doug16ktheborger, https://www.mjmwired.net/kernel/Documentation/hwmon/sysfs-interface04:36
doug16kthe `sensors` program is picky, looking manually in there will expose more04:37
doug16ktheborger, hopefully you find something like https://www.mjmwired.net/kernel/Documentation/hwmon/sysfs-interface#473. or current above there04:39
scottbertthe dd process just sits in disk sleep status04:46
scottbert@abort_aba04:46
abort_abaMy dd example wasn't absolute. the command may need a little tweaking04:47
abort_abaare you currently on an Ubuntu machine?04:48
scottbertI'm chatting from a windows machine but I do have the ubuntu one running, now with a hung dd process that won't quit. I want to reinstall ubuntu on that machine, though04:50
scottbertI figured this close to release I may as well use focal fossa... but in any case, this "EFI PART' thing doesn't sound like a beta problem...04:50
abort_abapress ctrl+c in the terminal04:50
scottbertI did, it won't respond04:51
scottbertTried killing it from system monitor or whatever it's called too04:51
abort_abactrl+z04:51
doug16kI'd look at the end of dmesg04:51
doug16kmight say why dd is choking (hardware timing out or something)04:52
doug16kor modules crashing and dumping stack traces04:53
Jordan_Uscottbert: Please pastebin the output of "dmesg".04:53
abort_abacould it be possible that he first needed to delete all partitions from the USB (void it)?04:54
scottbertwhen I went back into the other room it had finally terminated -- only console output was "Terminated"04:55
scottbertI've even tried Ubuntu's Create Startup Disk tool, and that didn't work either.;..04:56
scottbertI think this last attempt was made with Rufus from Windows04:56
Jordan_Uscottbert: What value did you use for bs= with dd? Are you able to pastebin the output of "dmesg"?04:56
scottbert4M04:56
scottbertNow that the process has terminated would dmesg still say anything useful?04:57
Jordan_Uscottbert: Yes, it's a buffer containing logs of kernel messages. They will stay until there's too much to fit in the buffer.04:57
abort_abaMy example more generally is: $ sudo dd if=[location of iso file] of=/dev/sdX bs=4M conv=sync04:59
scottbertI did change the filename to the correct one, yes. I'll switch to that computer.05:00
Scottberthttps://pastebin.com/h0WdVLu605:03
ScottbertThe datatraveler mounted to, I think, /dev/sdf, is the USB drive I'm trying to make into a liveUSB to install from05:03
ScottbertIt doesn't show in dolphin for some reason05:03
Jordan_Uabort_aba: Seems odd to use conv=sync if you expect your input to be good.05:04
abort_abaIn the terminal, I use: lsblk05:04
abort_aba$ lsblk05:04
abort_abato determine my USB locations05:05
ScottbertYes, that's how I found it appeared to be mounted to /dev/sdf05:05
Jordan_UScottbert: I don't see any IO errors there, but there are a lot of messages that seem to be complaining about accessing the disk taking much longer than expected. I suspect that the drive is bad.05:09
abort_abaI assumed too much from the beginning. I apologize05:09
ScottbertHow is creating a live USB so hard now... I did it before to install Kubuntu in the first place05:10
=== housecat is now known as dax
abort_abaDo you know what device is mounted on /dev/sdb?05:10
Scottbertwhat the fuck it JUST showed up as a removable device05:11
Scottbert/dev/sdb is a hard drive. The command I typed used /dev/sdf though05:11
Jordan_UScottbert: Well if I'm right that your drive is simply bad, that would explain why it's harder. Also, please watch your language.05:11
ScottbertAh, sorry. I've just had a frustrating day getting a windows machine set up and fighting with NTFS permissions05:11
ScottbertHmm. KDE partition manager says the USB device has no partition table05:12
Jordan_UScottbert: I saw in your dmesg that the device appears to have been plugged in and unplugged a few times. I assumed you had actually physically disconnected it. If not, then that's another indication of a hardware problem.05:13
ScottbertI did unplug and replug it a few times while wondering why it wasn't showing up in dolphin05:13
Jordan_UScottbert: OK. It looks like it was plugged in 3 times since booting. If that sounds correct, then it's not an indication of bad hardware.05:14
=== Napsterbater_ is now known as Napsterbater
ScottbertI guess the drive might be bad but I used it about a year ago no problem. I'd like to try one more time with whatever the most reliable method is, because my other known good USB is currently a windows install USB and I might need both.05:14
abort_abaIt usually takes my write about 10-15 minutes for an .iso of approximately 4.0GB05:15
Scottbert13 months ago I moved from windows to linux. Bad system drive, it seemed at the time, although that drive works fine and ANOTHER one died. I've now obtained an SSD, and am trying to set my system up to dual boot Win10 and Kubuntu, both with system partitions on the SSD, and using my current linux / partition for /home05:15
ScottbertCould dd have been doing things even though it showed up as disk sleep in the system monitor?05:16
abort_abaIs Win10 already on it?05:17
ScottbertSo far, I've successfully installed Win10 on the SSD. Now I'm trying to complete the dual boot setup by reinstalling kubuntu...05:17
ScottbertThe SSD has some 16 MB partition Windows made, then the windows partition, then empty space for the linux /05:18
abort_abadd may have been writing to what was mounted as /dev/sdb05:18
abort_abaoops05:19
ScottbertWhat makes you suspect that?05:19
abort_abaI believe you already corrected me on that05:19
ScottbertI did not copy your command exactly, I changed the filename and the letter05:19
abort_abaright, i forgot05:19
ScottbertSo, I seem to have a USB stick with a corrupt or nonexistant partition table. I also have an .iso. What's the most reliable way to get to a LiveUSB from here?05:20
ScottbertAssuming no hardware failure on the part of the USB stick, at any rate05:20
abort_abaI usually void my USB of all partitions using gnome-disk-utility05:21
ScottbertWait I just mounted it in dolphin, how the heck05:21
ScottbertI'm having partition manager refresh devices to see if it says something different now05:22
Scottbert"No valid partition table was found for this device"... and yet, lsblk shows two, and I have one mounted right now and am looking at what you'd expect from a liveUSB05:25
ScottbertAh, I see windows and linux are going to fight over the clock, too05:26
ScottbertSo... Making a liveUSB. You reccomend dd but aren't sure of the best syntax to use? And are there any other steps that need to be done first?05:27
abort_abacan you install gnome-disk-utility on your current Kbuntu system?05:28
abort_abamaybe the bs= rate05:29
abort_abatry bs=512KB05:30
ScottbertNow looking at https://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal which says a bunch of things05:32
Scottbert...Huh. gnome disk utility sees a partition table... an MBR one.05:36
abort_abaIt should show everything mounted, I believe05:37
=== Napsterbater is now known as Guest85249
=== Napsterbater_ is now known as Napsterbater
Jordan_UScottbert: What utility didn't see a partition table? Or did it just complain that the partition table had a problem? (It's expected for the GPT header to give the wrong size for the disk, because the image you're dding contains the partition table, and the image creators can't know the actual size of the disk you're going to dd to ahead of time).05:43
ScottbertKDE partition manager didn't see one05:43
ScottbertIt said there was no partition table05:43
EriC^^can you pastebin "sudo parted -ls" output?05:44
ScottbertAfter diving down another rabbithole, I reformatted it and am having unetbootin create a liveUSB... or at least try to. Only way to know if it works is to reboot and try after.05:44
Jordan_UScottbert: Once you have a LiveUSB created with unetbootin, we can check the md5sum of the squashfs image. If it's good, then the drive is probably (but not definitely) good. If it's bad then the drive is probably (but not definitely) bad.05:48
ScottbertDo I need to extract the ISO elsewhere for that or is it already written somewhere?05:49
EriC^^Scottbert: dd is pretty solid05:49
Jordan_UScottbert: The md5sums are included for all files in the LiveUSB, to allow a boot time integrity check (optional, must be selected at boot).05:50
ScottbertWhat's the path for the squashfs?05:51
Jordan_UScottbert: In fact, it should be easy to check all of the files in one go. That doesn't confirm that the partition table and filesystem are perfect, but it checks 99% of what we care about.05:52
=== Napsterbater is now known as Guest44100
=== Napsterbater_ is now known as Napsterbater
Scottbertmd5sum on casper/filesystem.squashfs is identical05:53
mmiyamotoGood morning05:54
abort_abahello05:54
Jordan_UScottbert: "cd /media/you/the_liveUSB/; md5sum --check md5sum.txt"05:54
ScottbertLooks all okay05:55
=== Napsterbater_ is now known as Napsterbater
ScottbertSo... if this actually works... and I'd like to keep my home directory... can I, from the liveUSB, go into my linux root, delete the other stuff, and change /home/scott to /scott before installing?05:56
ScottbertI *do* also have it all backed up to a tarball just in case05:57
Jordan_UScottbert: Ahh, important point! We need to eject and re-insert the USB drive before checking the md5sums, otherwise we may just be getting data cached in RAM.05:57
Jordan_UScottbert: Yes, you can. Just be sure that you give your new /home/ partition the mountpoint /home/ in the installer.05:58
Jordan_UScottbert: (And carefully confirm that you have the "format" box *not* checked).05:59
mmiyamotodoes anyone have any idea, after restarting the server (vmware esxi), the ubuntu virtual server can no longer restart it stops in initramf, I tried to start with a live version, however when I try to mount the LVM ext4 filesystem, the volume is activated, but ext4-fs bad geometry fails05:59
mmiyamoto11987968 exceeds size of device (10939392 blocks)05:59
ScottbertOf course. It's checking sums now, taking much longer this time.05:59
ScottbertIt's all OK06:00
Jordan_UScottbert: Then your USB drive is probably also fine. If it doesn't boot, I'm not sure what to check next. Were there any unexpected delays from unetbootin as it prepared the USB?06:01
Scottbertseemed normal, copying squashfs took awhile but that's normal I assume06:03
ScottbertI'll reboot and let you guys know how it goes. Thanks!06:04
scottbertHello from a windows machine in another room! Looks like it worked that time, booting now!06:07
scottbertSo, something I was wondering for another project: How does a persistent Ubuntu liveUSB work? DO you just use the 'try ubuntu' option each time, but packages you install and changes you make stick?06:10
scottbertor is it more compolex to use than that?06:10
scottbertHmm. I can't select files and press delete. What's the most expedient way to remove everything but /home from the old filesystem, while in the live environment?06:14
scottbertalternatively, could I try to JUST move /home/scott to /scott and then deal with the other files later without breaking things?06:15
Jordan_Uscottbert: Did you boot using "try Ubuntu" or "install Ubuntu"? If you boot using Try Ubuntu then you can do anything you want with a normal Ubuntu desktop, then run the installer when things are ready.06:16
oerheks persistent Ubuntu liveUSB  needs some preparation... https://www.linuxuprising.com/2019/03/create-persistent-storage-live-usb-with.html06:17
oerheksnot standard06:17
scottbertHmm. Set aside the persistant topic for now06:18
scottbertI'm currently reinstalling kubuntu on another machine. I wish to put my / on a shiny new SSD, but keep my home directory on the old HDD06:19
scottbertSo it seems like during install, setting the new / mount point and setting the old partition to mount as /home should work, BUT06:19
scottbertcan I just go to the old root and sudo mv home/scott scott and then clean up the rest of root later? Or will linux freak out and be unable to use it as the home drive if it sees bin and stuff in there?06:20
scottbertRight now, I'm in the live environment06:20
oerheksso you are doing 2 installs simultaniously?06:21
oerhekskeep it to one, please06:22
scottbertNo, just the one. For context:06:22
scottbertA year ago I switched from windows to linux. I now have obtained a cheap SATA SSD and want to set it up as the system drive for a dual boot win/linux system -- and keep my old linux home directory from the HDD06:23
scottbertI have installed windows on the SSD and left room for the linux system partition06:23
scottbertI had some trouble making a liveUSB, but I got that working. Now I'm in the live environment, poking at my old / filesystem before I hit the Install button. I plan to put the linux root partition on the SSD, and make the old / HDD partition my new /home.06:24
oerheksthat, i understand, so you want to clean up the hdd, and keep your home there?06:24
scottbertSure, I COULD format it and then restore from backup, but I can do that anyway if anything else I try fails06:24
oerheksi would start fresh, much easier.. backup data, and restore afterwards06:25
scottbertso I figure I may as well at least give keeping the files a shot, as deleting and restoring from the backup I made yesterday is always an option later06:26
Jordan_Uscottbert: There are a few ways you could do, what I would recommend as the safest I can think of would be 1: "cd /media/ubuntu/whatever" then "ls" to be sure you're in the root fs that will become /home/, then "sudo mv home/scott/ ." then "sudo mkdir stuff_to_delete" then "shopt -s extglob; sudo mv !(scott) stuff_to_delete/" that will use an extended glob to match all files/directories except "scott"06:28
Jordan_Uand move them to stuff_to_delete/ . Then "ls" to confirm that you have only stuff_to_delete/ and scott/, maybe "ls scott" as well to be sure. Then "sudo rm -r stuff_to_delete". You could even leave the deleting of "stuff_to_delete/" until post-installation .06:28
scottbertAh, globs are wonderful06:29
Jordan_Uscottbert: As you can probably tell, the same outcome could be achieved with one command, but I don't trust my fancy globs to be correct when doing rm -r.06:30
scottbertThanks again for all your help everyone!06:32
Jordan_Uscottbert: If you have trouble logging in after your first boot, make sure that your old user scott has a UID of 1000 like your new user scott does.06:33
=== Napsterbater is now known as Guest48788
=== Napsterbater_ is now known as Napsterbater
scottbertI have no idea how to check that...06:35
scottbertinstaller seems to have hung moving from software to disk setup stage06:36
scottbertnevermind it was juyst slow06:37
scottbertIf I switch from nvidia to AMD in the future will I have to do anything before I swap the cards, or will it still display the desktop and such through a radeon with nvidia drivers loaded so I can swap the drivers after?06:39
Jordan_Uscottbert: I would recommend removing the proprietary drivers before switching the cards (or just never installing the proprietary drivers if you don't need them). With the Free drivers autodetection happens at boot, so it doesn't matter how you change the hardware between boots. Proprietary drivers though are configured statically.06:44
Jordan_Uscottbert: Also, if you didn't know, AMD's graphics drivers are an almost entirely Free stack, with just some optional proprietary bits that you likely don't need. That means that they work much better out of the box, and integration (and Freedom) is much better than with Nvidia.06:46
mmiyamotogood morning06:57
scottbertYeah, that's one of the reasons I might switch07:13
scottbertSo, is there a better way to configure grub2, that actually works, better than sudo nano /etc/default/grub?07:13
oerhekswhy do you need to edit grub?07:15
scottbertI'd like to have windows be the default boot option, so that if it installs updates while I'm AFK I don't come back to a different OS07:16
oerheksoke, then editting /etc/default/grub is the best way07:17
Jordan_Uscottbert: That can be accomplished by changing GRUB_DEFAULT= in /etc/default/grub then running "sudo update-grub". If you pastebin your /boot/grub/grub.cfg (or just the output of "grub menuentry /boot/grub/grub.cfg") I can help you figure out the right value.07:18
scottbertI'm good, it was choice 3, after kubuntu and kubuntu options07:20
scottbertAt least, I'm reasonably sure. Thus why a nicer option to double-check would've been good, but rebooting is fast07:20
scottbertHmm. Wine and steam are pretty broken, although they're some of the things I need least in linux I guess07:38
scottbertIt's stupid late, I should just fix the boot menu and call it a night07:39
mmiyamotodoes anyone have any idea, after restarting the server (vmware esxi), the ubuntu virtual server can no longer restart it stops in initramfs, I tried to start with a live version, however when I try to mount the LVM ext4 filesystem, the volume is activated, but ext4-fs bad geometry fails[2864.598363] EXT4-fs (dm-0): bad geometry: block count08:00
mmiyamoto11987968 exceeds size of device (10939392 blocks)root @ kali: ~ # mount / dev / mapper / MIXsrv1 - vg-root / mnt /mount: / mnt: wrong fs type, bad option, bad superblock on / dev / mapper / MIXsrv1 - vg-root08:00
deadsec07hello , sorry i m new here.tried to install nepenthes and found that it is obsolete and nothing is to be found anywhere.is there anyone that i can chat about this?08:09
oerheksmmiyamoto, https://help.ubuntu.com/community/FilesystemTroubleshooting for filesystem stuff, but i refuse to support kali08:09
oerheksgood luck!08:09
mmiyamotokali is live machine08:09
oerheksdeadsec07, what is nepenthes?08:09
mmiyamotonot os08:10
deadsec07it is a honeypot08:10
oerheksoh, no idea, it is not in our repos deadsec0708:10
oerheksthey have a channel here on #frfeenode:  #Nepenthes08:11
deadsec07earlier it was..back in 10 years ago , not it is not, :( , i could not find any PPA also08:12
deadsec07ok thanks, i willl check it.08:12
provmmiyamoto: what do the partitions look like08:17
provCould you reformat vg-root and reinstall just what's on vg-root that but leave the rest untouched?08:17
mmiyamoto fdisk /dev/sda08:17
mmiyamotosize (minimum/optimal): 512 bytes / 512 bytes08:18
mmiyamotoimpossibile to reinstall becouse (fuck old sys admin) install all in root derecotry08:18
mmiyamotodirectory08:18
mmiyamotoDisk /dev/sda - 53 GB / 50 GiB - VMware Virtual disk08:20
mmiyamoto8585 MB / 8188 MiB - VMware Virtual disk08:20
provIs this just Ubuntu server Or a different distribution08:23
mmiyamotoubuntu server08:24
provNo image backups?08:26
mmiyamotono but i think if extend the volume08:27
provIf not the easiest thing would probably be to try and run some recovery tool on it mmiyamoto08:27
mmiyamotopartimage08:28
provI would definitely do a backup so you have something to fall back on if something else goes wrong08:28
provExtending the partition could work, anything to fix the superblock is hopefully all you need08:29
mase-techhow to make a snapshot on ubuntu server08:30
mase-techa snapshot of the system08:30
provYou can just make a copy of the vmware image08:30
provAnd then copy it back if you need to return08:31
mase-techand if the server is not running in a vm08:31
mase-techif you know timeshift08:32
mase-techthat is exactly what i want08:32
mase-techunfortunatley it does not work on servers08:32
mase-techno ?08:32
provmase-tech: sorry I thought you were mmiyamoto, wasn't paying attention08:33
provIs this a bare metal system?08:33
provWould rsnapshot cover it08:36
mase-techmaybe rsnapshot can do it08:36
mase-techbut I do not know which folders I need to backup08:37
mase-techto make the secure snapshots08:37
mase-techthe purpose of it is08:37
mase-techthat I want to try things out08:37
mase-techwhich could harm the system08:37
mase-techthen i want a point to fall back08:37
mase-techand not to reinstall everything08:38
provWhat type of testing? Would you need to backup partition state, et. an.08:39
provAl. Or just filled08:39
provFiles dammit08:39
mmiyamotomase-tech now make one snapshot08:39
provAlso what filesystem mase-tech08:40
mase-techI dont get it08:42
provWould you need to do a full disk backup to preserve partitions (i.e. you will be editing your partitions) or just backup your files08:43
mase-techit is about backup system relevant files08:43
mase-techmy case08:44
mase-techfresh installed ubuntu server08:44
mase-techtake a snapshot08:44
mase-techwhich i want08:44
mase-techthen install and config some stuff, where I could do things wrong08:44
mase-techor loose track of what i am doing08:45
provOk, do you know which filesystem this is on or did you go with defaults08:45
mase-techif something is wrong08:45
mase-techgo back to snapshoot08:45
mase-techimprove things08:45
mase-techdo you get me ?08:45
provYes08:45
mase-techtimeshift is exactly what i want08:46
mase-techthe problem is it does have poor comandline support08:46
mase-techso it works only proberly on desktops08:46
mase-techso for the last days I asked people and googled myself08:46
mase-techrsync could be nice08:47
mase-techBUT08:47
provTimeshift uses rsync in the backend (unless your on btrfs) so rsnapshot would be the closest to that08:47
mase-techit is not trival to make a backup from your system with rsync08:47
mase-techok08:48
mase-techrsnapshot was also recommandand08:48
mase-techbut I didnt find configs for my purpose08:48
provI'm reading the github for rsnapshot and it seems like you could just use the defaults08:49
provOtherwise just something like make a tarball of the system08:50
provLike tar cvfJ backup08:50
provtar cvfJ backup.tar.xz /08:51
provI think, clumsy fingers tonight08:51
Guest75Hey any of you know how to use udiskctl08:54
mase-techprov, no08:54
Guest75udisksctl mount /dev/mmcblk0p1 lmao208:55
Guest75shows me usage, I have used that command 20 times wondering wth;08:55
mase-techI want snapshots08:55
Guest75then I did08:55
Guest75udisksctl mount -b /dev/mmcblk0p1 lmao208:55
Guest75but it decided to mount my disk wherever it likes to08:55
Guest75how do I pull a gun on udisk2 and say this is where you mount it08:55
Guest75sudo mount -o user=guest75,group=guest75 /dev/mmcblk0p1 lmao208:56
Guest75JU2 na 100% Jebać Udisk2 na 100%08:56
Guest75useless tool have to elevate to root anyway08:57
provmase-tech: ok I'm not an Ubuntu user, I came here to help mmiyamoto and that's done and it looks like I can't help you so you're going to have to ask someone else sorry09:00
provGood night09:00
mase-techcucu09:01
=== Napsterbater_ is now known as Napsterbater
lord2yo/10:01
lord2yI'm trying to disable  unattended-upgrades using dpkg-reconfigure10:02
lord2yif I do: dpkg-reconfigure -freadline unattended-upgrades10:02
lord2ysaying yes/no I can choose whether or not disable them10:03
lord2ybut using echo "unattended-upgrades     unattended-upgrades/enable_auto_updates boolean false" | debconf-set-selections10:03
lord2yand then dpkg-reconfigure -fnoninteractive unattended-upgrades10:03
lord2yit doesn't change anything10:04
lord2yit seems dpgk-reconfigure picks whathever is the last value10:04
lord2ywhen I do echo ... if I grep -C2 unattended-upgrades /var/cache/debconf/config.dat10:04
lord2yI see value is set to whatever I express into the echo10:05
lord2ybut if I re-run the grep soon after dpkg-reconfigure -fnoninteractive that value has changed10:06
lord2yany clues?10:06
oerhekslord2y,  would edit /etc/apt/apt.conf.d/20auto-upgrades >>>  https://askubuntu.com/a/119096910:08
lord2yoerheks was getting there just wonder why that doesn't work (as explained here https://wiki.debian.org/UnattendedUpgrades)10:11
oerheksafter edit, reboot?10:11
padarchello guys, kinda new to linux/ubuntu. Where can i look how the default archive manager creates a 7zip archive (or zip or whatever) with a password? Like what encryption it uses. Screenshot what i'm talking about: https://imgur.com/2VELuGb ... just curious10:55
padarc(sry for bad english)10:55
oerheksAES-256 encryption, by default10:57
padarcoerheks, thank you very much :)10:58
=== kostkon_ is now known as kostkon
rainmanhi11:11
=== naturalo1 is now known as naturalog
=== profane is now known as pseudo
BluesKajHowdy folks12:03
fabiom91Hello, I have a flask app running on a ubuntu server and I have problems uploading large files through the app on the server. Can someone help me figure out if I'm missing something?12:28
hayhello everyone... I am trying to install mongodb-clients via apt, but it always wants to automatically remove unifi package... since unifi is using mongodb I don't see a logical reason why it should be removed when I install a mongodb client... is there a way to disable this automatic removal upon installing?12:39
miu5hi, what does it mean when you try to run ps -A and the terminal returns with "Killed", also log-rotate shows "Killed" in emails. ?12:48
=== Elysion_ is now known as Elysion
hexohi, how do i get rid of systemd-resolved ?13:01
BluesKajhexo, why?13:35
hexo"why" is not an answer, thanks13:37
lotuspsychje!details | hexo13:39
ubottuhexo: 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.13:39
pragmaticenigmahexo: sometimes a volunteer asks why not to criticize but to better understand what the goal/purpose of your question is. It helps to better formulate an answer that meets your goal and avoid suggesting things you might have already looked into.13:41
hexothanks a lot, so, I was investigating, because I've read email about other distro migrating away from resolv.conf. Then I've figured out my ubuntu did that 3 years ago, and so that could explain some of my DNS problems, so I was wondering is this can be switched over back to resolv conf13:41
hexothen I've read even more13:41
hexonow I know ubuntu still has a resolv deamon from glibc, so it still reads and uses resolv.conf13:42
hexounlike the other distro13:42
hexothe other distro has clean manual how to switch to "old" behavior13:43
BluesKajhexo, systemd resolved can be edited and made useful by adding DNS IPs to it13:43
hexoso I am wondering if ubuntu can be switched back to not using systemd-resolved13:43
hexoin a same way as the other distro13:44
pragmaticenigmahexo: it can be, but then you would lose many of the other benefits that it provides. one feature of systemd-resolved is that it locally caches DNS requests. Reducing the amount of time if the same domain lookup happens multiple times within the Time to Live of the DNS record13:44
BluesKajif you don't have any DNS entries in systemd resolved it reverts to your router DNS settings afaik13:44
hexoBluesKaj: problem is that it is still resolved through it (127.0.0.53)13:46
hexoi don't really get why caching wasn't added to glibc's resolver if this was the only this (it wasnt)13:47
hexo:D13:47
BluesKajthat's default, so why is that aproblem13:47
pragmaticenigma127.0.0.53 is the local caching DNS resolver13:47
hexopragmaticenigma: i know13:47
=== mateen1 is now known as mateen
pragmaticenigmaI'm not sure why glibc would cache anything... that's not its purpose13:48
hexolol13:50
hexoso, how do you switch systemd-resolved off in ubuntu?:13:50
hexosame as in fedora?13:50
pragmaticenigmahexo: https://askubuntu.com/a/90724913:52
hexopragmaticenigma: yes, thanks you very much!!!13:53
hexothat's just it13:53
hexohave a nice day!13:53
noj357hi, my desktop session (MATE) is randomly screen locking on me as im in a session and not idle.14:12
noj357any pointers? I've disabled all the settings for inactivity in screen saver preferences and it still happens14:14
oerheksmaybe you hit ctrl alt l, lock screen?14:15
noj357i've remapped the binding so I don't accidentally fat finger it14:16
mmiyamotobuon pomeriggio14:17
pragmaticenigmammiyamoto: Welcome to the Ubuntu support channel, what can the volunteers here help you with today?14:18
mmiyamotowho expert of ext4 fs?14:18
mmiyamotoxt4-fs bad geometry fails[2864.598363] EXT4-fs (dm-0): bad geometry: block count 11987968 exceeds size of device (10939392 blocks14:19
mmiyamotolvm volume14:19
oerhekshttps://unix.stackexchange.com/a/23516614:20
oerheksbut kali.. grinn14:21
noj357https://unix.stackexchange.com/questions/115698/fix-ext4-fs-bad-geometry-block-count-exceeds-size-of-device14:24
noj357mmiyamoto: seems promising14:24
noj357fuck it just disabled screenlock for now..14:26
Eickmeyer!language | noj35714:27
ubottunoj357: 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/ChannelList14:27
oerhekshe is posting/reading in other channels, kali user14:28
noj357my bad14:29
clamiaxre15:09
oerheks:)15:11
jilocasinmorning everyone15:20
jilocasinrunning ubuntu 19.10 here.  Can anyone point me to where there's some docs on setting up a static ip on the host with a bridged network?15:21
lotuspsychjewelcome jilocasin15:21
oerheksnetworkmanager would be the place to be15:21
jilocasinoerheks: that's where I started, but... no joy.15:23
jilocasinoerheks: I've managed to get a static bridge in netplan, but NetworkManager won't let me assign it to an ethernet connection.  Just to the physical nic (which of course is already being used by the bridge)15:24
ducassejilocasin: https://netplan.io/examples#configuring-network-bridges15:24
oerheksi would mention netplan with my 1st question..15:25
jilocasinoerheks: sorry, I thought that was presumed with ubuntu 19.10.15:28
jilocasinducasse: yes, I started there (hence the working bridge), do I need to use a VLAN?15:28
WulfHello! Where can I download the gcc-5 package version 5.4.0-6ubuntu1~16.04.11 for amd64?15:30
WulfIs there an archive of all old ubuntu packages?15:31
oerheksit is in your repositories https://launchpad.net/ubuntu/+source/gcc-515:31
Wulfoerheks: I need that exact version, i.e. with suffix "11"15:32
oerheksnot~16.04.11 but 1215:32
oerheksbuild it yourself ? https://launchpad.net/ubuntu/+source/gcc-5/5.4.0-6ubuntu1~16.04.1115:33
Wulfoerheks: not an option, I would get sth else15:36
oerheksi find no .deb files, so it is your only option i guess15:38
WulfNever mind, I think I found it15:39
lotuspsychjeWulf: specific reason you need that gcc version for?15:41
Wulflotuspsychje: I've got a binary and a .c file. I'd like to know if that's the actual source or if there are some modifications like a backdoor15:44
lcawteWhere does journalctl get logs from? I just did a distupgrade and I'm in my dedicated servers' rescue mode. Syslog is showing that it isn't starting, but, I need some more details in order to fix it...15:48
Wulflotuspsychje: and looks like I got lucky. I was able to produce the exact same binary.15:52
=== mouses is now known as mooses
=== beatleboy07_ is now known as beatleboy07
mekhamiThis question may be off topic here, but is there any reason why music played on my Ubuntu boot is much much worse sounding than my windows boot on the same machine?17:34
lordcirthmekhami, worse how?17:35
EdlerHello guys17:37
EdlerHow can i install PHP 5.5.* on Ubuntu 16.0417:37
Edlerppa:ondrej removed it and i am forced to install it17:37
mekhamilordcirth: it sounds flat and tinny, like it's using a flat equalizer and maybe windows has a pre-configured one, not sure17:38
ConjectureWhat application would I need to change the color or "theme" of qt applications? (Kind of like how xfce provides a nice, simple and easy way to change the colours of everything)17:38
lordcirthEdler, are you sure there's no way to use a supported version? What app needs 5.5?17:39
EdlerNo i'm sure of it17:39
EdlerThe code is old and unupgradable right now17:39
Edlermoving from an old 14.04 machine to a 16.04 one17:39
Edlerif i put php5.6 the app crashes17:39
Edlerno ideas?17:43
pragmaticenigmaIf the packages aren't available in the official Ubuntu repositories... then there really isn't anything anyone here can really help with. Using PPAs is at your own risk, and as you found out, subject to them decidign to make changes that impact your system17:44
ioriaEdler, i don't know your specifics needs, but you can try a trusty container or build from source; https://www.howtoforge.com/tutorial/how-to-install-php-5-6-on-ubuntu-16-04/  ; https://gist.github.com/jniltinho/959f873a84b72ddd9fca2513a52a6b0417:46
Edler@ioria I also need lots of php5.5 packages such as php5-mysql etc..17:47
Edlerso building from source won't work, will it?17:47
ioriaEdler, you build what you need17:47
EdlerI can build them all ?17:47
temppyhey guys, just wondering if anyone knows a fix for my issue: I installed the latest stable release of elementaryOS and it's not detecting my external display17:52
oerhekstemppy, ask in #elementary ??17:52
temppyOh... lemme try there thanks!17:52
oerhekshave fun!17:52
=== halvors1 is now known as halvors
=== Scotty_Trees3 is now known as Scotty_Trees
=== halvors1 is now known as halvors
climehow do i install package like this to ubuntu: https://launchpad.net/ubuntu/+source/ostree/2020.3-1 ?18:24
donofriowhat is the lsof to find files that are in use to a port?18:25
matsamanclime: https://wiki.debian.org/Packaging/SourcePackage18:26
lordcirthdonofrio, "in use to a port"?18:26
climematsaman: are you saying it is not prebuilt anywhere already?18:27
matsamandonofrio: lsof -i :80 for example18:27
matsamanclime: no I'm not18:27
matsamanI'm saying what you've linked to is not prebuilt18:28
matsamanclime: https://packages.ubuntu.com/search?searchon=names&suite=all&section=all&keywords=ostree18:28
sarnolddonofrio: I always use ss, eg ss -ntap or ss -tnlp depending upon what I'm trying to do18:29
climei probably can install it from here?18:29
climei thought i can just enable some testing repository and it will be there and then i can just do apt-get install ostree18:29
climethat's why i am asking18:29
matsamanclime: yes, the 'universe' repo18:30
sarnoldclime: sudo apt-add-repository universe ; sudo apt install ostree18:30
climeah nice18:30
matsamanyou can see where it says 'universe' in the packages.ubuntu.com link18:30
climeand ubuntu does not have x86_64 builds? only amd64?18:30
matsamanthey're synonymous18:30
matsamanAMD constantly changed the name for the arch during development18:31
matsamanbut IIRC 'amd64' is the oldest of note, it's what stuck the most18:31
climewell, i thought x86_64 would be an intel instruction set18:31
matsamanIntel uses amd6418:31
climewhereas amd64 might be a bit different18:31
climeinteresting18:31
climehah18:31
matsamanit's a single architecture, originated at AM18:31
matsamanAMD*18:31
climeok, good to know18:32
matsamanIntel was too slow and silly about it, so everybody adopted AMD's version18:32
climethat's surprising :)18:32
matsamanincluding Intel18:32
climethanks18:32
sarnoldintel invented the ia64 64 bit instruction set and absolutely *no one* used it. there were like 10k of those machines sold or something.18:32
matsamanearly bird & that18:32
climethx for info!18:33
sarnoldoh wow, apparently it *was* over 100k units :) https://en.wikipedia.org/wiki/Itanium18:33
climewell, i enabled the universe repository but it still installed ostree 2018.8 version instead of the new 2020 version18:38
pragmaticenigma!latest | clime18:39
ubottuclime: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.18:39
matsamanclime: again look at https://packages.ubuntu.com/search?searchon=names&suite=all&section=all&keywords=ostree18:40
matsamanclime: 2020 is only easily available for Ubuntu 20.0418:40
FinboySlickI have a weird issue on 18.04 LTS where 'service stop nginx' does not actually stop the nginx process.18:40
matsamanalthough packages.ubuntu.com only states that via its stupid codename, 'focal'18:40
FinboySlickIs that some sort of systemd 'feature' ?18:40
matsamanFinboySlick: what makes you think it's not stopped?18:41
pragmaticenigmamatsaman: 2020 is being listed for a unreleased version... clime it will be released with the upcoming next release of Ubuntu in a few weeks18:41
FinboySlickps xauw |grep nginx shows the same process with the same pid.18:41
lordcirthFinboySlick, look at systemd and nginx logs?18:41
climeok, so i need to find some other way to install it18:41
matsamanFinboySlick: what if you 'kill' it?18:41
climei have ubuntu 18.04.4 LTS18:41
matsamanclime: if you really need 202018:42
FinboySlickmatsaman: killing it works fine.18:42
cyverisclime: You should use the version of ostree that's provided for your release.18:42
matsamanFinboySlick: but subsequent service starts & stops have the same problem?18:42
FinboySlickmatsaman: Correct.  Ironically, 'service nginx start' will start it,18:42
matsamanclime: or use the source package you linked to initially, or upgrade to 20.04, or wait & upgrade to it, etc.18:43
matsamanFinboySlick: which version of Ubuntu?18:43
FinboySlick18.04 LTS (server)18:43
climeinsteresting options18:43
matsamanFinboySlick: no error messages?18:44
matsamanclime: some distros/package managers make it a little more straightforward to jump around versions18:44
climeyes18:45
FinboySlickmatsaman: I'm not that good with systemd, but 'service nginx status' has an error message of nginx complaining that the socket is in use.  Let me have a closer look.18:46
matsamanwhich could even lead you down to user space package managers, like nix18:46
Jordan_UFinboySlick: Looks like it's not a problem new to systemd: https://unix.stackexchange.com/questions/119037/why-doesnt-stopping-the-nginx-server-kill-the-processes-associated-with-it you can use "systemctl kill nginx", though you should probably try stop before going straight to kill.18:46
matsamanwhich I abhor, but it's a thing18:46
iseneSince the gpu freeze bug in the 5.3.0-46-generic kernel (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872001), I log in with 5.3.0-45-generic instead - which works just fine on my Dell XPS15. As new kernels come out, the 5.3.0-45-generic will be pushed off my grub login. So, how do I ensure the 5.3.0-45-generic kernel stays regardless of upgrades - how do I "mark" it as "please do not wipe"?18:47
ubottuLaunchpad bug 1872001 in linux (Ubuntu) "5.3.0-46-generic - i915 - frequent GPU hangs / resets rcs0" [Undecided,Confirmed]18:47
FinboySlickJordan_U: I'm debugging a deeper issue with certbot/letsencrypt.  It's using stop and start as its pre/post run script during renewal and that has failed rather specularly.18:48
Jordan_Uisene: https://askubuntu.com/questions/779266/stop-apt-get-autoremove-from-removing-old-kernel18:48
FinboySlick*spectacularly18:48
FinboySlickJordan_U: Alright.  Killing then starting nginx manually has 'restored' the situation to normal (stop/start works as expected).  Having letsencrypt perform it as part of its renewal process puts me in the 'failed' state (where stop will not work)18:51
iseneJordan_U: Thanks a plenty. I also added the packages linux-modules-5.3.0-45-generic linux-tools-5.3.0-45 linux-tools-5.3.0-45-generic just to be safe. But are those needed?18:54
FinboySlickHmmmm...  If I rely on the PIDs, it seems the 'ghost' nginx is certbot not stopping its nginx process.18:54
geniiFinboySlick: Did you use the certbot in repositories, or the certbot from Let's Encrypt? Because I'm pretty sure the Let's Encrypt version uses /etc/init.d/ scripts18:59
FinboySlickI used certbot from the repository.19:00
FinboySlickgenii: It calls the stop just fine, what seems to fail is that it uses its own nginx process as part of the renewal and that process never terminates.19:01
_alexi tried to update apt-get update while wil it says "disco Release' no longer has a Release file." some thing change on the http server?19:11
_alexall repositorys in the list19:12
lordcirth!disco | _alex19:14
ubottu_alex: Ubuntu 19.04 (Disco Dingo) was the 30th release of Ubuntu, support ended January 2020. see !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005263.html19:14
lordcirthDisco repos have been archived19:14
C0nundrumIs there a special option to allow nfs to grant access to supementary groups ?19:26
sarnoldC0nundrum: I think nfs 4 can use ACLs, but I don't know how well that's implemented here19:30
rfmC0nundrum, there is the --manage-gids option to rpc.mountd but on my Ubuntu NFS server it's already enabled in /etc/default/nfs-kernel-server.  you might wasnt to read the rpc.mountd manpage and check the default file.  (I19:37
rfmC0nundrum, I'm so out-of-date on NFS I'm not even sure mountd is relevant as of NFSv4, you might have to go back to v3?19:38
C0nundrumhm, i see19:41
=== megoix8 is now known as megoix
cluelessperson_ubuntu's being very slow ui wise19:47
cluelessperson_and I'm not sure what's causing it.19:47
sgt_chucklesWhy doesn't the app bar change according to the workspace I'm in?19:55
bitblittrying to decide between tar and SquashFS for backups, any opinions?20:37
=== ctrlbreak_MAD is now known as ctrlbreak
=== anon is now known as Guest15103
=== vitalio_ is now known as vitalio
Jordan_Ubitblit: tar.xz is more "normal", and with things like backups it's often good to not be too clever. The main advantage I can see to squashfs is that you'd be able to more quickly traverse through and access files in your backups, by mounting the squashfs image.21:14
=== banisterfiend_ is now known as banisterfiend
=== banisterfiend_ is now known as banisterfiend
cluelessperson_does anyone have any insight?21:53
cluelessperson_this is killing me21:53
Jordan_Ucluelessperson_: You'll need to re-state your problem. A lot of people here now weren't here when you asked earlier.21:56
codedmart_What is a good swapiness setting for a laptop? Or why is sway performance so bad. I can't pinpoint exactly, but either from swap or tlp/powertop once cpu usage really gets going I start to get random less then 1 second freezes. It is really annoying.22:04
sarnoldcodedmart_: if this file exists, perhaps try this? echo 0 > /proc/sys/vm/watermark_boost_factor  -- see comment 56, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/186135922:05
ubottuLaunchpad bug 1861359 in linux (Ubuntu Focal) "swap storms kills interactive use" [High,Confirmed]22:05
cluelessperson_I'm on Ubuntu 19.10, Gnome 3.34.2, Intel® Core™ i5-8265U CPU @ 1.60GHz × 8, Intel® UHD Graphics (Whiskey Lake 3x8 GT2)22:06
cluelessperson_however, my UI feels extremely slow, especially when opening for example, either full screen windows, maximizing, or my drop down terminal.  It seems to take 1-2 full seconds.22:06
cluelessperson_I have no idea what's causing the slow down and am looking for insight.22:07
* cluelessperson_ has installed auto-cpufreq and is currently looking at adjusting it to make sure more cpu power is available22:08
codedmart_sarnold: Thanks I will try that.22:08
codedmart_sarnold: setting that in /etc/sysctl.conf to persist right?22:09
pjswhen using the surf browser, and I want to upload a file via some web form, I can upload from various dirs but if I try my ~/Downloads dir, I get permission denied from surf. I think there is a system config file that's limiting surf ops but I can't remember where this is. Can anyone point me in the right direction? 18.04.422:10
sarnoldcodedmart_: yeah, if it helps22:10
sarnoldcluelessperson_: normally those sorts of things make the situation worse, regardless if you want faster processors or lower power use, etc. if you want faster, probably best to make sure you're using performance cpu governor and leave it at that22:11
sarnoldpjs: check dmesg to see if you're getting apparmor DENIED messages22:11
sarnoldpjs: or ps auxwZ to see if your surf process is confined with an apparmor profile22:12
cluelessperson_sarnold, that seems pretty dumb on a battery based machine.22:12
pjssarnold: I'm seeing (enforced) after the surf process22:13
sarnoldpjs: aha, dmesg may very well have DENIED lines then :)22:13
sarnoldpjs: (or auditd logs, but most people don't turn those on)22:13
sarnoldpjs: check /etc/apparmor.d/ then22:13
pjssarnold: ok, I'm checking out the surf config in apparmor22:14
cluelessperson_sarnold, I'll test and review logs and see if that's causing this. :) thanks for the suggestion22:17
cluelessperson_didn't mean to sound so critical22:17
pjssarnold: thank you! apparmor was the issue (and what I was thinking but couldn't remember it).. I figured out the config changes and all is well now22:22
sarnoldpjs: woot, nice22:22
cluelessperson_sarnold, even with governor set to performance, max cpu freq and such, when I hit the Windows/Super key on the keyboard, it takes up to half a second for to start to transition22:39
sarnoldcluelessperson_: ouch22:39
sarnoldcluelessperson_: are you stuck using terrible graphics rather than accelerated graphics?22:39
cluelessperson_sarnold, possibly, how can I tell?22:39
sarnoldcluelessperson_: what's glxgears report for fps?22:40
cluelessperson_sarnold, 303 frames in 5.0 seconds = 60.481 FPS22:41
cluelessperson_sarnold, I'm currently reading about how p_state may interfere with governor settings22:41
sarnoldheh, alright probably tnot it22:41
cluelessperson_sarnold, so, right now I have no way of even measuring these things, but when I hit the dropdown terminal key, or the super key, or when I'm waking up from screensaver/screen off, it's just obviously extremely slow, like up to several seconds to respond.22:45
Jordan_Ucluelessperson_: Does "swapon -s" show you using any swap? Anything show up in "dmesg --human --follow" around when these hangs occur?22:48
cluelessperson_ /dev/dm-2                              partition9994200-222:48
cluelessperson_used, 022:48
Jordan_Ucluelessperson_: Also, performance governor often *saves* battery, because it allows the CPU to run at full speed for a short period of time, then go into low sleep states for a longer time.22:49
cluelessperson_Jordan_U, just a ton of these messages22:50
cluelessperson_`i2c_designware.1: controller timed out`22:50
theborgerhey guys I am trying to cp a file from one folder to another but its not being copied right for some reason i'm doing cp -R /path/to/file22:50
Jordan_Utheborger: In what way is not being copied "right"?22:50
theborgerJordan_U: file size22:51
theborgerin the first folder it says 10gb  when i cp it it says 0gb22:51
cluelessperson_theborger, ^ if you read your message, you don't provide the full command, nor do you even describe what the unexpected result is.22:51
theborgeri even tried to mv it22:51
cluelessperson_theborger, how are you viewing the file/folder size?22:52
Jordan_Utheborger: Please pastebin the exact command you're running, its full output, and the output of "du -h /path/to/first/ /path/to/second/".22:52
cluelessperson_ls -ahl ~/Sync     shows 4K22:52
cluelessperson_but22:52
cluelessperson_du -sh ~/Sync    shows 12GB22:53
Jordan_Utheborger: Sorry, I meant to ask for "du -sh /path/to/first/ /path/to/second/".22:53
cluelessperson_Jordan_U, I'm noticing that literally everything is slow for an initial startup22:58
cluelessperson_I swear it feels like it takes a moment for it to "kick in"22:58
cluelessperson_I think we're on the right track.22:58
=== Wulf4 is now known as Wulf
sarnoldcluelessperson_: those i2c errors sound funny23:15
cluelessperson_sarnold, agreed, dunno what to do about it23:17
pavloscluelessperson_: a directory starts at 4K so ls -ahl ~/Sync is correct23:25
bitblitthanks Jordan_U23:32
cluelessperson_pavlos, that's my point. :P23:33
cluelessperson_alright,   apt purge cpufreqd indicator-cpufreqd thermald23:42
cluelessperson_`lscpu | grep MHz` -> 800mhz23:42
akemcluelessperson_, If you have Windows on that machine try with it, or another Live USB distribution.23:44
cluelessperson_`/sys/devices/system/cpu/cpu0/cpufreq# cat scaling_max_freq`23:44
cluelessperson_1.6Ghz23:44
cluelessperson_wtf23:44
cluelessperson_how can the kernel subsystem be set to 1.6Ghz, but lscpu reports 800mhz23:45
cluelessperson_and the minimum is 400mhz23:45
codedmart_How do I create a tunnel for my wireless? I want to bridge my wireless for lxc.23:49
cluelessperson_codedmart_, what do you imagine "tunnel" to mean?23:49
pavloscluelessperson_: lscpu | grep CPU will show min/max23:49
cluelessperson_pavlos, min possible?  or min set?23:49
cluelessperson_pavlos, because it says min 400mhz, and max 3.9ghz, but currently 800mhz23:50
codedmart_cluelessperson_: So I tried using macvlan so I could expose ports between host/container.23:50
codedmart_But that doesn't work with wireless.23:50
codedmart_So I want to create another con that uses the wireless but seems like a wired.23:51
=== PowerTower_121 is now known as PowerTower_120
pavloscluelessperson_: you're running cpufreqd, this governs CPU, there is min/max. Read on man cpufreqd ...23:56
cluelessperson_pavlos, I uninstalled cpufreqd23:56
cluelessperson_I thought23:56
pavloscluelessperson_: ps aux | grep cpufreq will tell23:59

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