/srv/irclogs.ubuntu.com/2020/02/20/#ubuntu.txt

nickwinlund1why does unattended-upgrades freeze up sudo apt dist-upgrade with lock files?01:09
nickwinlund1apparently unattended doesn't finish what it is doing, or something01:10
sarnoldhow long does it take?01:10
sarnoldnormally it's just a few seconds01:10
nickwinlund1a really long time. I just kill -9 it and run the next command01:10
nickwinlund1but I may be missing vital stuff by doing that01:10
sarnoldI'm guessing it'll cause your updated packages to be left in an unknown state01:11
sarnoldsometimes without consequence01:11
sarnoldand who knows when i'tll be bad01:11
oerheks.. or takes some time more, building a kernelmodule..01:14
oerheksmaybe a nice piece for OMGUBUNTU; in updates there is a setting 'download and install automatically' ... change that to download only01:16
oerheksso you need to decide when you run updates01:16
sarnoldpls no we want folks to get the updates installed :)01:16
oerhekswell, with this warning01:17
oerhekssarnold, yeah, you are right01:17
sarnolddon't get me wrong I've been annoyed by turning on a machine to check something and finding that I can't do the thing I wanted because unattended-upgrades was chonking away.. but it's usually just ten seconds or so for me01:18
oerheks2nd option : display immediatly comes in handy01:19
sarnoldyou mean, some way to show that another instance is already running, and show output? I'd *love* that :)01:19
oerheksyes, it is there01:20
oerheksand 'when there are other updates' also display immediatly01:21
oerhekssounds like doable together01:21
DarkTrickHello01:37
DarkTrickkillall does not kill my app01:37
DarkTrickis there any other more effective way?01:37
DarkTrickvscode got stuck trying to save a file on an ftp share. Now I can't terminate it01:37
DarkTrickgnome-system-monitor (?) does not work as well01:39
DarkTrickhm... unmounting ftp solved it01:40
DarkTrickI think this is a bug01:41
DarkTrickmight be an xubuntu bug01:41
oerheksvscode.. might be their snap/deb .. or the file just took a long time.01:44
UblxI am using Ubuntu with GNOME. But I heard that GNOME needs lot of resources. So I want to try out other environments. Is it possible to install another one and decide at reboot which one to use?01:50
EdFletcherUblx: yup it is! and you don't even need to reboot to do so, just log out and back in01:53
UblxOh cool, EdFletcher. So, I can just install one and try out if I like it?01:55
UblxI want to improve the usage of resources.01:56
Bashing-omUblx: +! ^ but be aware there may exist DE conflicts and duplications - and reverting is a real chore. Maybe consider looking at the flavors from liveUSBs ?01:56
UblxOkay, so to try out on another test system would be better, Bashing-om ?01:57
Bashing-omUblx: Better is a per user use case :) YMMV installing additional desktops is doable, but there could be repercussions.01:59
UblxThanks you both!!01:59
sarnoldnote that a live instance may not be the best indicator of resource use01:59
sarnoldbut it'll let you know in a hurry which ones you can't stand and which ones are worth a real try02:00
Ublxok, understand02:00
oerheks!flavors02:04
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours02:04
=== zbenjamin_ is now known as zbenjamin
donofriohow do I run .desktop files?03:02
EriC^^donofrio: double click on them03:03
donofrioopens up in editor ;(03:03
sarnoldmost desktop environments have an explorer.exe clone that lets you click or double-click on things to launch them03:04
donofriothis is daily ubuntu03:09
donofriohttps://paste.ubuntu.com/p/8YP5df8Fqb/03:10
donofriofile .desktop: a /usr/bin/env xdg-open script executable (binary data)03:12
=== Dominionionion__ is now known as Dominionionion
EriC^^donofrio: seems like it's a binary04:02
EriC^^donofrio: if you're absolutely certain it's trustworthy, you could try doing chmod +x /path/to/file.desktop and just type "/path/to/file.desktop" to run it04:03
EriC^^or "./file.desktop" if you're in the dir it's in04:04
bn_workhi, Ubuntu 16.04 LTS, changed /etc/network/interfaces to a different IP + gateway and updated /etc/resolv.conf but when I `systemctl restart networking` I still see the old IP on eth0, why?04:09
bn_worknote, this isn't multihomed, single NIC04:10
tdsbn_work: what does your interfaces file look like exactly?04:11
bn_work# lots of other comments04:14
bn_work# this dir is empty vvvv04:14
bn_worksource /etc/network/interfaces.d/*04:14
bn_work# The loopback network interface04:14
bn_workauto lo04:14
bn_workiface lo inet loopback04:14
EriC^^!paste | bn_work04:17
ubottubn_work: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.04:17
bn_worktds:  sorry, hit wrong button and it got sent to channel VS pastebin, redacted but you get the idea:   https://www.irccloud.com/pastebin/vYKh32CZ/04:18
bn_workit's late for me here04:19
tdshmm, with auto in there, systemctl restart networking should do the right thing04:19
bn_worktds:  like currently it has 2 IPs on eth004:19
tdsif you've got access to a console, you could try manually taking the interface down and back up, ie `ifdown --verbose eth0; ifup --verbose eth0`04:19
bn_workyeah, did that earlier w/o verbose, no effect, can try re-running it with it though04:20
tdsoh right - the easy solution there is probably to just manually drop one of the IPs04:20
tdsideally, you want to ifdown on the old config so it reverts things properly, then swap to the new config and ifup04:20
bn_worktds:  how?04:20
bn_workoh04:20
tds`ip address del 192.0.2.5/24 dev eth0` should do04:20
EriC^^bn_work: is that a pastebin typo or? it says "satic", i think it should be "static"?04:21
tdsif you regularly make networking changes like that, you might want to look at ifupdown2, it can properly diff the running state and config and apply changes live :)04:21
bn_workEriC^^:  weird, I copied it from the channel paste (which got blocked)04:22
donofrioEriC^^, ** (nautilus-autorun-software:9362): WARNING **: 20:22:10.143: Unable to find device for URI: Containing mount for file /home/donofrio/Downloads/file.desktop04:23
donofrio;(04:23
bn_workI think that's just an issue when I was trying to mass line cleanup other stuff that copied from the channel paste04:23
bn_worktds:  sorry, one other question, how to flush dns resolver on Ubuntu?04:35
bn_workcache04:35
tdsthat depends on your exact version04:35
bn_work> 16.04 LTS04:35
tdswhat's in /etc/resolv.conf?04:36
tdsbut there's a decent change `systemd-resolve --flush-caches` will do04:36
bn_worktds:  `systemd-resolve: unrecognized option '--flush-caches'`04:36
tdsi'd first check resolv.conf - see if you're using resolved in the first place04:37
bn_worktds:  it's just basically `domain foo / search foo / nameserver bar / [bunch more NS-es] / options rotate`04:39
tdsif those nameserver lines refer to external resolvers, you likely don't have a cache04:40
tdsyou might want to check the hosts line of /etc/nsswitch.conf to make sure queries aren't being forced to resolved over dbus - but I don't think that's a vaguely standard config on 16.0404:40
bn_worktds:  hmm, thanks, I wonder if I'm mistakenly concluding DNS resolution cache is at fault, I'm assuming it was that because Cassandra kept picking up an old FQDN when it started up04:43
bn_worktds:  ok, that was the clue, C* hardcodes the IP it's conf file04:55
bn_workone machine down, 9 more to go 😂04:55
bn_worktds:  this other machine's conf files look different and resolv.conf mentions  "resolver(6)"04:56
bn_workinterfaces are all set to DHCP and don't mention any staic IPs04:57
bn_workstatic04:57
=== someperson is now known as Some_Person
LutherianXwhois LutherianX05:28
LutherianXclear05:28
LutherianXlist05:28
rajwhat is global.keybindings? https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingJsonSettings.md#adding-copy-and-paste-keybindings05:32
rajnm05:34
NyleHow to extract a .tar file? I can't find it. It's tar x?06:11
daxtar -xf filenamehere.tar06:13
Nyleok06:14
NyleI am going through man page, want to extract to output directory, without using any gui programs you know06:14
Nylesearch the man page for string 'output' and no luck06:14
Nyleneither can I find 'dest'06:15
NyleMaybe you can save me time, how can i extract that to a certain output/destination directory?06:15
daxtar -C /destinationhere -xf filenamehere.tar06:16
Nyleonline says it's -C06:16
GamsunersUbuntu 18.04, running lightdm as my login manager. I'm trying to change the monitor where my login prompt is, and I honestly have no idea how. Keep reading online to look for a "lightdm.conf" file but all I could find was /etc/lightdm/lightdm.conf.d directory, not sure what to do06:17
NyleTyvm06:17
GamsunersI know the monitor that I want to change the login screen to: DP-406:17
rajguys, I'm wholly confused about my prompt colors, all I want to do is make the CWD path's blue color to be lighter, would someone mind helping? echo $PS1 --> \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$06:20
GamsunersThe only way I've found out how to do it is to run a greeter-setup-script with an xrandr command, but I don't know where to put it. I keep seeing things like /usr/share/lightdm/lightdm.conf.d/40-pantheon-greeter.conf and /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf but I'm not on pantheon or unity, I'm on gnome 3 (Ubuntu 18.04)06:20
rajmaybe there's a site that can convert it from me where I select colors from a gui?06:21
GamsunersDo I just create the lightdm.conf file myself in /etc/lightdm/ ??06:22
Gamsunersbecause there's currently no lightdm.conf file there..06:23
rajactually, I see that 01;32m is apparently light blue, but it's still too dark for me to read in the terminal… any way to make it lighter?06:26
rajnm06:30
EdFletcherlol this isn't a 16 million color palette you're working with here06:49
malestormhey, has anyone else noticed this? I have a number of machines and recently all of them started displaying the grub2 boot menu for about 10 seconds upon boot. They didn't do that before.06:51
malestorm(all running ubuntu)06:51
lotuspsychjemalestorm: wich versions of ubuntu?06:52
malestormI'm not sure about the other two, but the current laptop has 19.1006:53
lotuspsychjemalestorm: did you check your /etc/default/grub yet to see how it changed?06:54
malestormIt doesn't seem to be modified06:55
lotuspsychjemalestorm: can you pastebin it please?06:55
malestormhttps://pastebin.com/p5ucRiWe06:57
malestormthe changes were done by me during OS installation, but the file appears unmodified since06:58
=== The_Milkman1 is now known as The_Milkman
lotuspsychjemalestorm: hmm not sure, style says hidden and timeout 0 indeed06:59
lotuspsychjemalestorm: this is persistent every boot?07:00
malestormyep, seems to be07:01
malestormCould it be because I use dual-boot?07:02
lotuspsychjemalestorm: tryed a sudo update-grub yet?07:02
lotuspsychjemalestorm: yes, that could be related07:02
lotuspsychjemalestorm: how do you normally set your boot option?07:02
malestormI use the UEFI boot menu to select what OS to boot07:02
malestormmaybe grub got updated sometime to override the countdown when there are multiple OS's present07:03
lotuspsychjemalestorm: perhaps check your dpkg logs too, to see what could have triggered this in your updates07:03
lotuspsychjebrb07:04
malestormI bet I could revert this behavior to previous state with a proper configuration change07:04
malestormI'll do some reading the grub docs07:05
malestormhmm07:06
malestormGRUB_DISABLE_OS_PROBER=true07:06
rajhow can I make all blue colors shown in ubuntu server into a lighter blue?07:22
rajI just can't see it, whether at the prompt or in vim or anywhere else07:23
geirharaj: some terminal emulators allow you to adjust the colours in their preferences07:28
rajguess not the one I'm using, unfortunately07:32
rajWSL07:32
geirhaaha, so you're accessing the shell through cmd.exe's terminal?07:33
lotuspsychjemalestorm: did you find whats going on yet?08:29
malestormlotuspsychje: It's probably this: https://askubuntu.com/questions/879881/how-can-i-get-my-grub-menu-to-be-hidden-and-have-the-shift-or-esc-keys-show-the08:35
lotuspsychjemalestorm: but your grub file wasnt uncomented # right?08:36
malestormthe /etc/default/grub doesn't seem to be the problem, it's the /etc/grub.d/30_os-prober08:39
lotuspsychjeah08:39
lotuspsychjemalestorm: did you find grub updates or uefi things in your dpkg logs?08:40
lotuspsychjemale cause you said, you had this on several machines?08:40
malestormsome package was probably updated causing grub to update its config and introduce the delay in the menu08:41
malestormyeah, it happened on several machines, but then again all those machines are dual-boot08:42
lotuspsychjemalestorm: yes, but if it happens on several, that could prove its update related and worth a bug08:43
lotuspsychjemalestorm: can i see your dpkg log plz?08:44
malestorm/var/log/dpkg.log?08:45
lotuspsychjemalestorm: yes08:45
lotuspsychjecheck the most recent dates08:46
=== pinpox- is now known as pinpox
malestormhttps://tmpfiles.org/download/40057/dpkg.zip08:49
mikunosHi guys, I have to downgrade my mysql 8.0 to the 5.7 and I have followed these steps https://www.pastiebin.com/5e4e484ef0c8d08:52
malestormI'm not sure, if this is a bug or intended behavior, but there seems to be an old bug report here: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/127376408:52
ubottuLaunchpad bug 1273764 in grub2 (Ubuntu Vivid) "Grub ignores TIMEOUT options on /etc/default/grub" [Medium,Triaged]08:52
lotuspsychjemalestorm: im looking between the recent grub2 bugs: https://bugs.launchpad.net/ubuntu/+source/grub2/+bugs?orderby=importance&start=008:53
mikunosnow if I check the version is the mysql  Ver 14.14 Distrib 5.7.29, for Linux (x86_64) using  EditLine wrapper08:53
mikunosbut the MySql Server doesn't start08:53
mikunosI have included the error in the pastie link08:53
mikunoshttps://www.pastiebin.com/5e4e484ef0c8d08:53
MannyPlayzs,08:54
MannyPlayzsHello all!08:54
mikunosany idea?08:54
lotuspsychjemalestorm: im at 20 january and didnt find grub updates yet in your logs08:56
bdhi, I am trying to find find what regression 4279-1 caused and 4279-2 fixed08:57
=== narindergupta is now known as narinderguptamac
lotuspsychjemalestorm: this looks interesting: bug #182753209:04
ubottubug 1827532 in grub2 (Ubuntu) "GRUB boot menu displays after running system-update.target" [Undecided,New] https://launchpad.net/bugs/182753209:04
lotuspsychjemalestorm: and your dpkg logs show also fwupd and systemd updates recently09:04
lotuspsychje!usn | bd09:05
ubottubd: Please see https://usn.ubuntu.com/ for information about recent Ubuntu security updates.09:05
malestormI wonder...09:06
lotuspsychjemalestorm: this started to happen today?09:06
lotuspsychjemalestorm: 2020-02-20 08:18:59 upgrade fwupd-signed:amd6409:07
malestormno, the 10 second timeout started happening a while ago, don't know what date exactly09:08
lotuspsychjemalestorm: ok, more mystery then09:10
malestormI think I found out the culprit09:20
malestormedited my /boot/grub/grub.cfg file directly09:20
malestormyep, I commented the line "set timeout=10" in the config section between lines ### BEGIN /etc/grub.d/30_os-prober ### and ### END /etc/grub.d/30_OS-prober ###09:23
malestormnow system boots directly without showing the grub menu09:23
malestormapparently this started happening after the second OS was installed on my PC's after linux09:24
malestormso the dates on individual machines may vary09:24
malestormthing is next time grub gets an update it will likely overwrite the config file09:27
malestormsudo chmod a-x /etc/grub.d/30_os-prober09:28
EriC^^somebody highlighted me?09:44
=== JerryXia1 is now known as JerryXiao
rajany idea why I'm getting `gpg: can't open '–': No such file or directory` when I run `curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –` as per Step 3 here: https://geekflare.com/docker-installation-guide/09:52
geirharaj: – is a unicode character, you want ascii - instead09:53
rajlol, great, I'm in a ubuntu server terminal that uses UTF-809:54
rajany way around this without reconfiguring the terminal?09:55
geirhajust type the - instead of copy/pasting it from that guide09:55
rajgreat, now you've embarrassed me in front of everyone, but on the bright side that worked perfectly, thank you =)09:56
malestormheh, reminds me of the headaches I've had while copying some shell scripts from a browser into a text editor and pulling my hair out while trying to get them to work after failing to realize some characters were UTF-8 replacements for ASCII09:59
legreffierremind me of that admin who was too good to run unit test, and typed a nbsp in a dns zone file.10:00
malestormugh, that sounds nasty10:01
bdlotuspsychje: thanks, but that was what I already read and I can not find any information what the regression was10:06
bdlotuspsychje: looking at the package source: git diff applied/7.0.33-0ubuntu0.16.04.11..applied/7.0.33-0ubuntu0.16.04.12 I can see removing CVE-2015-9253.patch.10:14
lotuspsychjebd: for security related issues you can also try #ubuntu-hardened10:15
=== Wryhder is now known as Lucas_Gray
EtherManHey. I'm having a bit of an issue here with getting a tap device to work. I've loaded the tap module, but I still don't get any tap device in /dev :/   (18.04 HWE). Is there anything else I need to do after loading the module?10:26
lefreuthey guys. got unlogged (??) in the middle of a do-release-upgrade. this wasn't done trough ssh so the process have not been screened. any way to get it back in my term?11:14
lefreuti can still see that in the ps "/usr/bin/python3 /tmp/ubuntu-release-upgrader-irp8cdqf/eoan --mode=server --frontend=DistUpgradeViewText"11:15
vlanxHello... I've changed my ip address editing the /etc/netplan/50-cloud-init.yaml file, and now I have both the old and the new IP on the same interface. I don't have any dhcp server and I've rebooted already. Any suggestion?11:17
vlanxmy bad for wanting to use this joke of OS inproduction11:35
lotuspsychjevlanx: this is not the complaints channel11:39
vlanxlotuspsychje: alrightie11:39
w6equj5Hi all, what can I check to figure out which sleep mode (S0, S1, S2 or S3) my laptop (XPS 9360) just woke up from?11:40
outZoNehello11:41
littlebithi people i have installed ubuntu on my askrock a300. all went well but I get a black screen after logging in11:49
BulkAdhesiveHi All. Just wondering if someone an answer some questions about modifying, building and installing a kernel 'The Ubuntu Way'11:51
Battlehello all, so my system is randomly hard shutting down. ive looked at /var/log/syslog, and kern.log and i dont see anything obvious thats wrong. i thought it might be hardware so i had my providers replace the entire machine execpt hdds and the new system is still doing the same thing. operates for a few hours, sometimes even as much as 10+hours but then will just randomly shut off/crash11:54
Battlecould it be the one or more the HDDs? or is it more likely to now be something software related? before this all started, I did run an apt update , which included kernal updates but i never restarted to apply the kernel updates (and a few days later it crashed which then applied those updates)11:55
Battlei dont know of any of that has any relevance but figured its worth noting as thats the only thing that changed leading upto the crashing11:56
EriC^^littlebit: did you try booting with nomodeset in grub?11:58
EriC^^!nomodeset | littlebit11:59
ubottulittlebit: Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there.11:59
littlebitubottu: really? amd vega graphics is exceptional?.=12:00
Battlelittlebit i havent tried to do that. would this still be a potential cause if the system has been running with this same configuration for years without issues?12:00
littlebitBattle: it is a fresh install and i bought the system yesterdayt12:01
EriC^^littlebit: you might need to install the drivers or something?12:02
EriC^^littlebit: in any case, black screen -> nomodeset is an easy test12:02
Battlelittlebit oh it looks like its already booting with nomodeset as my line shows: GRUB_CMDLINE_LINUX_DEFAULT="nomodeset consoleblank=0 net.ifnames=0 mem=8192"12:03
Battleoh i thought you were asking me to test it on my system to fix my problem lol12:03
littlebitBattle: no, i reach to the login screen and when I log in, I get a black screen12:12
BluesKajHi folks12:19
Pricey'netstat -ltn' hangs, uses 100% cpu and doesn't listen to SIGKILL. Any ideas?12:32
ButtDogUsing the Ubuntu WSL on Windows, is it possible to run commands as windows shell?12:44
leftyfb!wsl | ButtDog12:45
ubottuButtDog: 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_guide12:45
nssthis channel have a bot?12:50
JimBuntunss: yes, the channel has a bot12:50
=== dmt` is now known as shrooms
=== shrooms is now known as Reserved
tschutschatsche3Hi, anyone here who is familiar with AF_XDP?13:07
leftyfbtschutschatsche3: try ##linux13:09
polarrexhey guys, is there a way to make the width of the gnome terminal fixed?13:54
polarrexcurious13:54
pragmaticenigmapolarrex: Are you in the GUI or console?14:01
polarrexGUI14:01
polarrexBut it looks like there's a way to adjust the size in the preferences14:02
pragmaticenigmacorrect14:02
=== tehaugz is now known as augz
banisterfiendhow do i ping a host, but not wait for the reply?14:24
legreffierbanisterfiend: not sure what you have in mind14:25
banisterfiendlegreffier i just want the ping command to fire and forget14:25
banisterfiendnot wait around for a reply :)14:26
pragmaticenigmabanisterfiend: That feature was removed from ping14:26
banisterfiendpragmaticenigma looks like -f can do it though? (based on some googling)14:26
pragmaticenigmabanisterfiend: correct, but it will not work in Ubuntu14:27
legreffierbanisterfiend: you can set it with a super short timeout.14:28
ph88i notice that if i start running a local server other people on the network can access it. How can i get behaviour like windows where all things are closed by default and ask for permission to open port ?14:28
pragmaticenigmaph88: turn on ufw14:29
ph88thank you pragmaticenigma  .. do you know if it will give me popups to ask for access ?14:35
pragmaticenigmait will not14:35
donofrio** (nautilus-autorun-software:9362): WARNING **: 20:22:10.143: Unable to find device for URI: Containing mount for file /home/donofrio/Downloads/installer.desktop not found14:40
donofrio;(14:40
raubI am having terminal issues. Accessing my ubuntu box through screen.14:41
=== Delvar is now known as mrinfinity
raubWhen I renamed a file, say test.fcstd to test_$(date +%F).fcstd, it became test_??2020-02-20.fcstd14:42
raubBut the ?? are not really question marks but representations of the characters used14:43
raubI also noticed when a line extends past the 80character screen, it scrolls on the same line instead of down14:45
Bomboraub: is the TERM setting correct? echo $TERM14:47
raubBombo: set to screen14:48
raubI tried xterm before14:48
Bomboraub: and try test_$(date +'%Y-%m-%d').fcstd maybe? or test$(date +%F).fcstd14:48
Bomboraub: maybe type it in instead of copypasta, there might be unicode coming from somewhere14:49
Bomboraub: and btw what locale are you using?14:49
Bomboraub: and is it forked up after you do 'reset'?14:50
raubBombo: at first I thought on copypasta but when I am typing a long command in the shell prompt and it scrolls onto itself, I know there is more to it14:50
raubIf by forked up you mean a reset will not solve the issue, you are right14:51
Bomboraub: hmm.14:51
raubAccessing the host through vnc works fine: a terminal window inside the vnc session has no weird character or window issues14:52
Bomboraub: ok one idea left: do you use colors in $PS1 (prompt) i ran into problems once14:52
raubI have a centos box which I access the same way -- screen and then tmux -- and it works fine14:53
raubBombo: that is a very very good question14:53
raubHang on a sec14:53
Bomboraub: strange if it works via vnc... then it may have to do with the keyboard driver? keyoard produces unusual sequences?14:55
raubI did not setup prompt in my account;14:55
raubPS1 seems to be defined as ${debian_chroot:+($debian_chroot)}\u@\h:\w\$14:56
raubBombo: I am getting to the point of "this machine (vm guest) is due for an upgrade and my homedir is automounted. Might as well write down the packages I installed, wipe it, and then make ansible put it back"14:58
Bomboraub: oh it's in a vm, then it could be their kb driver too ;) and this happens just in screen and tmux?15:00
Bomboraub: and if you ssh to the centos or wherever does it happen too?15:00
raubNope. I am going to spool up another ubuntu vm guest and see if I can replicate15:01
Bombogood idea15:01
=== BrianG61UK__ is now known as BrianG61UK
raubBombo: I am on the #ubuntu channel using finch. Let me quit it, get out of tmux, and see if I have an issue. FYI, screen is in the host I am ssh'ing from. tmux is in the ubuntu box. However, I also am running tmux session in the lxterminal inside the vnc session so I am seeing my typing in both windows. In the lxterminal it looks proper, so I do not think I can blame tmux15:04
raubIn any case, brb15:04
nedRlotuspsychje, leftyfb pragmaticenigma oerheks .. Hello, guys an update. Last week i was here asking about running Terraria on 10yr old 4gb laptop on ubuntu 18.0415:07
raubI am back. So it is not tmux. i.e. screen->ssh->ubuntu->tmux->finch looks like garbage15:08
raubHowever, screen->ssh->centos->tmux->finch looks proper15:09
nedRlotuspsychje, leftyfb pragmaticenigma oerheks .. Today i got it running. Someone suggested icewm and it really made the difference!!! I didn't try xfce /lxde though.. sudo apt install icewm , 10 mb and it was enough... On gnome i am 2.7gb free on boot up , on icewm it is 3gb.. but as i launch steam and terraria the gap widens even more... with steam on.. icewm is 2.8 gb idle vs 2.2 gb on gnome15:10
raubI do not think it is ubuntu per se, but something boink in that install15:10
nedRraub, talking to me?15:11
Bomboraub: sorry i'm out of ideas ;/15:12
Bomboraub: maybe compare the settings ubu vs centos, locale term etc idk15:13
nedRfirst time i launched now on terraria a large world it still crashed tho.. but i lowered all effects resolution and now it runs with about 300 mb to spare... in gnome, even launching a small world leaves only 200mb to spare... no way large world would run on gnome15:14
pragmaticenigmanedR: Do you have a specific support question... This isn't the place to put reports of the applications you are running15:14
=== V7 is now known as nopm
=== nopm is now known as [88]
nedRpragmaticenigma, i was just updating you guys in case someone else had this issue in future ...15:20
=== [88] is now known as |88|
=== |88| is now known as V7
nedRicewm is a very good lightweight windowmanager that can exist side by side on ubuntu install.. just a 10mb install, know need to download all other xfce, lxde, the audio service doesn't seem to startup automatically but steam seems to handle that... also i can feel the overall snapiness of the system... not just games (minor fps improvement) but browsing/scrolling firefox all very snappy.. Makes my 10 year old craptop feel like new although the window manager15:23
nedRlooks 30 years old lol15:23
lotuspsychje!discuss | nedR15:23
ubottunedR: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!15:23
lotuspsychjenot here please15:23
dbuggerHi, I have a problem. Omnisharp for VS Code does not seem to be working for me. I get this output: https://hastebin.com/liyevimixo.sql Does anyone know what could the problem be?15:31
oerheksdbugger, try in ##vs-code, prop software is not my thing15:35
oerheks!ide15:35
ubottuProgramming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator15:35
dbuggerthanks15:36
RougeRis the standard advise for ubuntu not to run vanilla chrome?15:38
RougeRbecause my performance is horrific15:38
RougeRkeep getting random cpu spikes. not just when using video15:39
RougeRi recognize this is a chrome not a ubuntu issue15:39
lotuspsychjeRougeR: the advice we usually give away, is to use software from the official ubuntu repos15:39
Bomboiirc chrome has no hardware accelleration for linux15:39
oerheksthere is no such 'standard advise'15:39
RougeRBombo, yeah it seems to be the case15:40
RougeRoerheks, okay; well widely accepted15:40
RougeRlotuspsychje, yes i see chromium is in official ubuntu repo15:40
RougeRi think it might be party to do with this laptop being lower powered than my last and having no dedicated gpu anyway15:41
lotuspsychjeRougeR: chromium is the ubuntu alternate for chrome indeed15:41
RougeRlotuspsychje, thanks15:41
RougeRyeah ill run that15:41
RougeRpretty shitty of google to not at least try and support HW accell15:41
RougeRive read the bug reports etc15:41
lotuspsychjemind your language please RougeR15:41
oerheksrandom cpu spikes.. is this bad??15:41
RougeRsorry lotuspsychje15:41
RougeRoerheks, its maxxing all cores to 95/100%15:42
RougeRand causing the system to stutter15:42
oerheks'mi cpu runs 1005, help!!'15:42
RougeReh my cpu is fairly weedy15:42
RougeRi7 5600u15:43
RougeRdual core ultrabook cpu15:43
=== parlos is now known as parlos_afk
RougeRanyway thanks for the advise lotuspsychje15:43
wedrMy Ubuntu laptop is starting to get more and more frequent intermittent freezings. I'm on the latest stable Linux kernel build, and I'm not risking myself to use the latest unpublished builds right now.16:13
wedr18.04.3.LTS16:13
wedrRight now, it's every 3 hours, I freeze up16:14
pragmaticenigmawedr: what is "latest stable kernel build" mean?16:14
wedr5.3.0-generic, preinstalled via Ubuntu installer for 18.04.3 LTS16:14
wedrI assumed that's what the "latest stable Linux kernel build" means16:14
pragmaticenigmaSo you're using the HWE... which can introduce such behavior... have you made sure there are no pending updates16:15
wedrAll pending updates are installed, as far as I can tell.16:15
gnulnx_Hi everyone.  I'm on 18.10 (cosmic) service.  I'd like to upgrade to to 19.10, but 19.04 is also EOL.  So I can't use `do-release-upgrade` because 19.04 is EOL.  What options do I have?16:15
gnulnx_s/service/server16:15
wedrgnulnx_, Reinstall is the easiest option16:16
pragmaticenigmawedr: There are two kernel options available for LTS releases... For 18.04 there is the 4.15.0-88-generic which is the most current... and there is the HWE (which you have installed)16:16
gnulnx_Thought that might be the case.  Would give me the chance to get all my configs in to ansible, anyway16:16
wedrI see16:16
rapidwaveHow come I have to install KDE Plasma 5.17 from backports?16:16
pragmaticenigmarapidwave: To install KDE... kubuntu-desktop package should install all that you need... I do not know why you think it has to come from backports16:17
oerheksnot enough info, rapidwave, to answer16:26
rapidwaveI guess I found a bad tutorial16:28
ioriaand i doubt he will find 5.17 in that ppa  (5.18 is current)16:28
rapidwaveHowever, will installing from backport create any big problems?16:28
rapidwaveIf so...will killing the apt installation and installing whole kde desktop package break the system?16:29
oerheksbackports is oke.16:31
oerheksso, try it, if it breaks, come back?16:31
geniirapidwave: Backports are created by the same crews which bring you the normal repositories, so there's not much danger involved to install applications from them. Backports are made because newer software or features become available which is then being primarily packaged for a later version of *buntu but is desirable to have on longer-use previous versions like LTS16:33
ioriai think he means 'kubuntu-ppa/backports' not ubuntu backports16:33
geniiioria: Those *are* the official Kubuntu ones16:34
ioriagenii, oh, didn't know that16:34
rapidwaveOkay Thanks16:39
geniiioria: Mostly they use their own backports system to be closer to a rolling release when new KDE features are unrollled, since the KDE release schedule rarely coincides with the Ubuntu release schedule16:42
ioriagenii, i see, tx16:42
=== adlerdias_ is now known as adlerdias
* genii wanders back to the coffeepot now16:43
adrian_1908I still see the `service` command being used in some guides even though systemd is ubiquitous. Is it being aliased somehow to invoke systemctl, or do many programs still maintain SystemV/upstart scripts?17:01
oerhekssystemctrl handles <name>.service nowadays17:02
lngHi! How canb I dump my monitors X11 configuration?17:10
ioriaadrian_1908, 'service' runs a systemV init script OR a  systemd unit  ; you can check the script here  : cat /usr/sbin/service  (line 159)17:10
oerhekslng, xrandr i guess17:12
pragmaticenigmalng: You'll need to be more specific. It's hard to understand what you mean by "dump"17:12
adrian_1908ioria: Great, very informative. Thanks!17:13
ioriaadrian_1908, ok17:13
lngpragmaticenigma: just get it in TTY117:13
pragmaticenigmalng: That still doesn't tell me what you actually are looking for17:14
pragmaticenigmaor what you are trying to do17:14
lngoerheks: understood what I meant17:14
adrian_1908I wasn't being facetious, it's a great reply as the script line shows exactly what happens to a `service` call.17:15
oerheksxrandr shows all available resolutions, and a * for the one current in use17:15
lngyep17:15
oerheksxrandr | grep -w connected  | awk -F'[ \+]' '{print $1,$3,$4}'17:16
lngjust need this info to make xorg.conf entries on a Gentoo machine17:16
lotuspsychjeoO17:17
oerheksxrandr17:17
lngit worked17:17
lngthanks17:17
oerhekserr, why does gentoo not detect all resolutions?17:17
oerheksburn.17:17
lngbecause it is not Ubuntu17:17
lngthere mightr be a tool17:18
lnglet me check17:18
lnghaha17:19
lngyea17:19
lngx11-apps/xrandr17:19
lngI remember I was using it like 7 years ago or more17:20
lngI'm currenly on chrooted Gento so GPU is under Ubuntu17:21
lngs/Gento/Gentoo/17:21
lngsorry17:21
lotuspsychjelng: please dont use this channel to describe every step you do17:21
lotuspsychjelng: ubuntu related questions only17:21
lnghaha17:21
lngrebooting17:23
galaxieHi everyone! So I inherited a machine that runs Ubuntu cosmic and I'm trying to see my options for upgrading to eoan. Is the only real way to do that is by re-installing?17:23
lotuspsychje!eolupgrade | galaxie17:25
ubottugalaxie: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades17:25
lotuspsychjegalaxie: but reccomended is a clean install a supported version17:25
oerheksinherit.. i would install fresh, but if you *have* a reason to keep it like that, !eolupgrade17:26
oerheks!eolupgrade17:26
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades17:26
ioriagalaxie, the official answer is 'yes'  ; but there are alternatives (if you 're ready to face issues)17:27
galaxieI figured as much. I think I'll just go with fresh install.17:27
oerhekshave fun!17:30
mmlj4any reason 18.whatever LTS won't like these drives? Seagate Nytro 3331 7.68TB ETLC SED SAS      or this? SUPERMICRO AS-2113S-WTRT 2U Rackmount Server   with AMD EPYC 7251 CPU?17:43
RonaldsMazitishow do I scroll up in ubuntu server18:09
ioriashift -> pg up18:09
RonaldsMazitisshift + page up seem to don't work18:09
=== tucked is now known as disi
RonaldsMazitisit kinda scrolls and then goes back18:10
RonaldsMazitisit does not scroll till the start + once I don't press anymore it just goes back to input18:10
zleaphi18:30
zleapis there a list of packackages incuded with ubuntu anywhere, I want to figure out if any distro had nethack-vulture or falcons-eye so I know which distro to download18:30
zleaphi18:33
oerhekszleap, distrowatch can show packages, or compare with (X) distro https://distrowatch.com/dwres.php?resource=compare-packages&firstlist=ubuntu18:35
zleapthanks18:35
RonaldsMazitisso I can't scroll up18:35
RonaldsMazitiswhich packages I installed on ubuntu server?18:35
zleapi am looking for when the last time it was available so I can install it18:35
oerheksnethack or falcons-eye.. not usree there is any distro that includes these18:36
zleapnot sure either, i have the .deb files for nethack-vulture18:37
zleapproblem is it won't install due to dependancies, it used to, but I think the repositories are no longer available18:37
zleapi don't understand how to compile it18:37
oerheksehm, it is now commercial? https://nethackwiki.com/wiki/Vulture18:38
oerheksand on steam18:38
zleapok18:39
zleapyou can still download it18:39
zleapi dont have steam18:39
hawkI noticed that on a new 18.04 system (with netplan), I get a "bonus" /32 route for the address of the default gateway in the routing table in addition to the /24 route or whatever for the network on that interface. This /32 route trips up the routing daemon in use on this system a bit. Is this /32 route thing normal? Is it netplan that does this, if so, can that particular behavior be disabled somehow? Should18:39
RonaldsMazitisoerheks shift - pg up only scrolls up several lines18:39
hawkone go back to ifupdown?18:39
RonaldsMazitiswhat can I do18:40
zleapis ubuntu 18.04 still supported18:40
zleap?18:40
oerhekszleap, keep in mind, this is ubuntu support, for free software18:40
zleapi have it from before it got taken over as a commerical game18:41
zleapi think it needs some specific dependancies, so I guess to get it working it may need some sort of container or snap or chroot environment to just include what it needs18:43
oerheksuse the ubuntu wiki for building, should work fine18:45
zleapok18:45
white_magicanyone know if there is some sort of GUI for fstab? I can do the commandline edits but a GUI would be nice, too18:47
zetherooconnected via VPN to work (openvpn) and after some time (10 - 15min) I cannot reach any of the hostnames in the work LAN. After doing 'sudo service systemd-resolved restart' all hosts on the work LAN are reachable again ... for another 10-15 min. What could this be?18:48
zetherooIt doesn't happen with Windows connecting to the same VPN18:48
RonaldsMazitisso shift - pg up actually works if I put full screen on virtualbox, but the ubuntu server only remembers like 100 lines18:49
umbSublimewhite_magic, not sure for fstab, but parted has a gui called gparted19:02
umbSublimeerr nvm I read fstab and for reason I was thinking fdisk. Forget whatever I just said XD19:02
white_magicumbSublime: I just edited the fstab file manually..19:03
white_magicjust wanted to avoid doing that19:03
white_magicwill reboot momentarily.. fingers crosssedc19:03
* white_magic has left the chat19:03
radenhow can I change IP on interface using netplan without a reboot ???????19:06
oerheksraden, may i ask why? and on what ubuntu version?19:07
radenbecuase we do a lot of things that require IP changes constantly especially on laptops configuring different equipment19:08
raden18.04 Desktop19:08
radenLike netplan and all the goodness it has , everyone I work with hates having to reboot to change IP19:08
oerheksedit the .yaml, sudo netplan try # to test, sudo netplan apply && sudo systemctl restart network-manager //sudo systemctl restart network-manager # depending what you use19:09
oerheksfor server: sudo systemctl restart system-networkd19:10
sarnoldraden: or just use ip a  directly by hand?19:11
ptah8what is the oldest domain? so far i did whois freebsd.org and whois ns.net, those are september 199419:12
ptah8:)19:12
Polarizptah8 Symbolics.com19:13
Polariz198519:13
Polarizfollowed by bbn.com19:14
Polarizthink.com19:14
Polarizmcc.com dec.com19:14
ducasse!ot19:14
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!19:14
oerheksPolariz, how is that related to ubuntu support?19:14
Polarizoerheks, it was a question that ptah8 asked19:15
oerhekscorrect i should have typed ptah819:16
ptah8symboolics.com?19:18
ptah8Polariz, wow19:19
ptah8:)19:19
ptah8symbolics*19:19
ptah8Polariz, what is that site about?19:19
JimBuntuPlease take it to #ubuntu-offtopic ptah8 Polariz19:20
ptah8JimBuntu, ok19:20
ptah8:)19:20
UndefinedIsNotAFHi. What is the best solution to own a private cloud on Ubuntu? Cozy? Owncloud?19:27
oerheksthere is no single best.19:28
UndefinedIsNotAFoerheks: what do you sugest?19:28
zetheroolost DNS again of the hosts on the work LAN ... any ideas?19:28
oerheksUndefinedIsNotAF, i don't do polls, use the one you like best?19:29
UndefinedIsNotAFoerheks: i like cozy because its french and i asissted to a talk of one of their dev, but thats not an objective choice :)19:31
oerheksuse something from our repos, to get support here.19:32
jozefkcustom svg images doesn't show up if I try to use them for *.desktop files on Gnome 3.34 Desktop. But if I browse to ~/Desktop in File manager icons are working fine. Is this something I should expect from Gnome 3 or?19:52
pragmaticenigmajozefk: What version of Ubuntu are you running?19:56
jozefk19.1019:56
jozefkIt's not Ubuntu actually, but it's based on it19:57
pragmaticenigmaStarting with Gnome v3.28, The desktop no longer supports icons. There are extensions that re-enable the behavior, but they're probably prone to some buggy behavior.19:57
jozefkoh OK. That's why19:57
pragmaticenigmaThe reason I asked which version you were on jozefk, was to make sure you were on a verion that might be affected. Ubuntu 18.04 the desktop icons were enabled through a compilation flag. But I think they stopped enabling the flag with the 19.MM and newer series19:58
jozefkWhat would be the reason for not having desktop icons anymore?19:59
jozefkany more*19:59
pragmaticenigmajozefk: https://www.omgubuntu.co.uk/2018/01/gnome-desktop-icons-removed-3-2820:00
ioriajozefk, the problem is only with your custom .svg or with all the installed .svg (or .png)  ?20:07
jozefkioria, why it works in File browser then?20:09
ioriajozefk, the problem is only with your custom .svg or with all the installed .svg (or .png)  ?20:09
jozefkI can open the svg files. I can also use them as icons for .desktop files. It all works good, except on Desktop which I see when I minimize all open windows20:11
pragmaticenigmajozefk: The icons on the desktop are being rendered through a shell extension for Gnome ... I think the question is, have you tried using an SVG that is already present on your system, and do you have the same problem20:11
pragmaticenigmajozefk: I think ioria is trying to establish if the SVG icon you're trying to use is one that you designed or if it is one from the collection of icons available in UBuntu20:12
jozefkI got the SVGs from Internet20:12
ioriajozefk, wait... can you copy , for example, /usr/share/applications/firefox.desktop on  ~/Desktop ?20:13
jozefkwhere are the default icon files located in Gnome?20:13
ioriaa lot of places20:13
ioriajozefk, if you cannot copy that file, you need to install gnome-tweaks20:14
jozefkI can copy .desktop files to ~/Desktop20:15
pragmaticenigmaioria: What does gnome-tweaks and copying a file have to do with "Desktop" icons being displayed? Note jozefk is not experiencing issues with icons in nautilus file manager20:15
ioriapragmaticenigma, gnome-tweaks has a function (Show Desktop Icons)20:16
pragmaticenigmaioria: The gnome-shell-extension-desktop-icons will do it20:16
ioriajozefk, so now you have a .desktop fiule on your Desktop, right ?20:16
pragmaticenigmawhich is what I assume is on jozefk machine already20:16
ioriapragmaticenigma, yes, but you need to enable it20:16
jozefkyes20:17
pragmaticenigmaif it weren't... there would be no desktop icons... it sounds like they have icons... but they're not the right ones20:17
ioriajozefk, ok20:17
pragmaticenigmanot the right pictures20:17
ioriajozefk, now replace the Icon file in the firefox.desktop file with your  custom .svg20:17
jozefkin text editor?20:18
ioriasure, as you want20:18
ioriajozefk, and probably it will fail ... so try another stock .svg , like  this : /usr/share/icons/Humanity/apps/24/Etermutilities-terminal.svg20:20
jozefknone is working20:21
ioriajozefk, what happens if you click it ?20:22
jozefkif I double click the .desktop file it opens in text editor20:23
oerheksor left click, then click on the icon?20:24
oerheks** or left click, properties, then click on the icon?20:24
ioriajozefk, ok, restore the Icon line to 'firefox' and click it20:24
jozefkWhat I did with Firefox icon now is that when I right click on it, I saw the option "Allow Launching". When I turned that on, default firefox icon appeared20:26
ioriajozefk, does it open firefox  if you click it?20:26
jozefknow yes20:26
ioriaok20:26
ioriajozefk,  let's try with a .png :  set Icon line with  /usr/share/icons/HighContrast/24x24/apps/utilities-terminal.png  (if you have it)20:27
jozefkit works20:28
jozefkI think the problem is the permissions20:29
jozefkI need to see how to change those to make the other shortcuts work20:29
ioriajozefk,  let's try with another .svg :   ls /usr/share/icons/Humanity/apps/22/text-editor.svg20:29
jozefkfor Firefox it works20:30
ioriajozefk,  have you set the .svg i posted ?20:31
jozefkyes20:31
ioriamaybe the size then ... try with a 24 size : /usr/share/icons/Humanity/apps/24/gconfeditor.svg20:31
ioriajozefk,  be sure to have it :   ls /usr/share/icons/Humanity/apps/24/gconfeditor.svg20:31
jozefkfor Firefox it all works20:32
ioriajozefk,  so .svg images work20:33
ioriajozefk,  i don't think the problem is firefox, you can remove the ff.desktop and copy the gedit.desktop if you want and try it20:34
ioriajozefk,  i think the problem is your 'custom' .svg20:34
jozefkOK I got one more working. I had to: chmod go-rw app.desktop20:35
jozefkthen I got the same thing when I right click on the icon on desktop, to allow launching20:36
ioriajozefk,  what are the custom svg permissions ?20:36
jozefkonce I allowed launching the SVG showed up20:36
ioriasure20:36
jozefkactually go-wx it is20:38
ioriajozefk,  you don't need to change manually the permissions of .desktop file20:39
jozefkI had to. Because there .desktop files are from apps I installed by myself20:40
jozefkThey don't come from repos20:40
jozefkthese*20:40
ioriajozefk,  ah, maybe they are originally  wrong then20:41
jozefkIt seems so20:41
ioriaok, good job20:41
jozefkThanks for help20:42
ioriano problem20:42
kreyrenHow do i check which packages i am able to install without using apt assuming that apt-cache search does not return a helpful exit code20:48
kreyrenand that listing apt-cache search content takes too long20:48
sarnoldwhat problem are you trying to solve?20:49
texlaWhat is the app for measuring temp i my laptop21:00
TJ-texla: for the CPUs etc ? "grep . /sys/class/thermal/thermal_zone*/temp"21:02
texla grep . /sys/class/thermal/thermal_zone*/temp21:05
kur1jI have a folder thats marked with a SetGID sticky bit. drwxrws---   2 root admins   101 Feb 20 15:09 backups/, however when I touch a file in that folder its owned by kur1j:kur1j instead of admins21:10
=== Archdave_ is now known as Archave
data_50hi folks, anyone around familiar with dnsmasq?22:37
data_50I am struggling with a very annoying issue - I have a pretty simple configuration for dnsmasq, which serves as the DNS server for my LAN22:37
data_50the issue is - whichever DNS server I use as "upstream" resolver for dnsmasq (e.g. 1.1.1.1), some hostnames never resolve - empirically, this seems to be confined to sites hosted by cloudflare.net (e.g. www.steward.org)22:38
data_50if I do a plain "nslookup www.steward.org" from any LAN computer, it fails. If I do "nslookup www.steward.org 1.1.1.1" (even if 1.1.1.1 is declared as the name server for dnsmasq), it works22:39
data_50any idea?22:39
data_50in other words - DNS resolution requests going through dnsmasq for cloudflare.net sites fail, DNS resolution requests going straight to the resolver (tried also 8.8.8.8 or other servers) work fine; DNS resolution requests through dnsmasq for non-cloudflare sites also work fine (e.g. www.cnn.com)22:40
=== Archdave is now known as Guest14915
martiansoulHow can I create a simple server to download files from my computer to another computer using command line?23:03
martiansoulsomething like python create simplehttpserver.23:03
Bashing-ommartiansoul: https://www.maketecheasier.com/transferring-files-using-python-http-server/ .23:05
martiansoulBashing-om, I don't want to use python's version of http server.23:05
oerheksssh-server23:06
Bashing-ommartiansoul: Additional ideas: http://ubuntuforums.org/showthread.php?t=215944923:06
martiansouloerheks oh. okay.23:06
EriC^^martiansoul: ssh + using scp or sshfs to copy files23:06
EriC^^or sftp23:07
sarnoldor rsync23:09
gpI've hit an odd problem.  I've upgraded from 14.04 -> 16.04 -> 18.04 and now when I try to log in (terminal login) I do not get prompted for a password, just failure to login and re-prompted for username.  How do I fix this?23:17
sarnoldgp: how many user accounts are on this system? how many of them have this failure?23:19
=== Evie_ is now known as Evie^2
oerheksoh simple23:20
oerheksgp23:20
=== abirkill- is now known as abirkill
oerheks1st entry is username23:20
oerheksthen you would get the pass question23:20
gpoerheks: ? any time i type in a username it rejects23:20
gpsarnold: I have one local user on the system23:20
gpsarnold: happens for that user and ldap users23:21
oerheks.. maybe an .Xauthority file issue..23:21
EriC^^gp: try a different kernel as a test, also maybe it's some pam issue or so, look into /var/log/auth.log23:22
FremontCAnd another 18.04 login problem: Since the last update I can no longer sudo ... password is not accepted. My account is in group sudo. Can login with the password ok, but the sudo command now says "Sorry, try again".23:22
JoeLlamaI am trying to install lubuntu via USB to an Intel Atom processor and the lubuntu iso says it's for amd64...  is this the right one?23:25
sarnoldFremontC: anything in the /var/log/auth.log or journalctl -xe ?23:25
sarnoldgp: dang. alright, that leaves doing something like booting into a rescue mode so you can see the log files and try to figure out what's going on23:25
JoeLlamaI read someplace that the amd64 also installs for intel 6423:25
gpsarnold: I've been there for a few hours =/23:25
EriC^^gp: nothing in auth.log?23:26
sarnoldgp: hmm, nothing inthe logs stand out?23:26
JoeLlamahrm ok23:27
Archdaveis your user set in "the wheel"23:27
JoeLlamaapparently, lubuntu is compatible with amd64 or Intel6423:27
EriC^^JoeLlama: yes it's the same for amd and intel23:28
jeremy31amd64 just means it is 64 bit23:28
gpIt just says FAILED LOGIN (1) on '/dev/tty1' FOR 'installeruser', Permission denied23:28
JoeLlamawhen I go to install the computer says "Remove all other media" and keeps saying that each time I hit return until I remove the USB and then it says No OS :(23:28
gpbut it never asks for password23:28
JoeLlamahrm23:28
FremontCsarnold: auth.log gets 'pam_tally(Sudo :auth): User <username> (1000) tally 57, deny 3'23:28
JoeLlamaI guess I better read stuff now23:29
gpappreciate the thought cycles. probably been looking at it too long. going to call it an afternoon23:29
sarnoldJoeLlama: head into the bios; probably there's something like "CSM" turned on23:29
sarnoldJoeLlama: selecting UEFI would probably be better23:29
sarnoldgp: weird :(23:30
JoeLlamaoh ok thanks sar but it is a pretty simple bios but I look23:30
sarnoldFremontC: that smells a bit like it's been locked out due to too many invalid attempts perhaps?23:30
JoeLlamaok I look at UEFI23:30
EriC^^gp: can you upload /etc/pam.d/login ?23:31
FremontC sarnold: Similar entry in journalctl.23:32
EriC^^gp: does ssh'ing to the machine work?23:32
FremontCsarnold: Seems like a lockout - how to unlock it? Machine is a server gets a lot of ssh hacking23:32
EriC^^JoeLlama: maybe you need to enable booting using the usb in the bios23:33
EriC^^JoeLlama: which pc model is it?23:33
sarnoldFremontC: checkout faillog(8) -- guessing faillog -u foo -r23:34
puff`I'm trying to install ubuntu on this new thinkpad t580.  I want to keep the windows partition, because it's occasionally handy.  I booted up under an ubuntu 18.04 LTS thumbdrive, but gparted isn't letting me resize the windows partition, the resize/move option in the right-click menu is faded out.23:35
puff` 23:35
JoeLlamasarnold nope, I select USB and is says "remove disks or other media. Press any key to continue"23:35
JoeLlamahrm23:35
JoeLlamamaybe my ISO on the flash drive is not bootable23:35
JoeLlamacrap :(23:36
jeremy31puff`: does it offer to install along side Windows?23:36
puff`jeremy31: No, it doesn't.23:36
JoeLlamahow do I make a USB Flash bootable?23:36
JoeLlama*sigh* I google :)23:36
jeremy31puff`: You might be booting the ISO in the wrong mode, UEFI/BIOS compared to how Windows was installed23:37
puff`jeremy31: Can you explain that a little more?23:37
Bashing-om!dualboot | puff`23:38
ubottupuff`: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot23:38
oerhekspuff`, best thing is to resize from within windows itself.23:38
sarnoldJoeLlama: the 'remove disks press any key to continue' part is completely normal23:39
puff`oerheks: good idea.23:39
sarnoldJoeLlama: .. wait, are you at the beginning of installation or at the end? that was quick23:40
JoeLlamasarnold if I remove the flash drive then it won't install :(23:40
JoeLlamaI am at the beginning yes23:40
sarnoldpuff`: I wonder if the windows system was just suspended; windows calls suspend "shutdown" these days, so they can boot faster23:40
JoeLlamagot a small computer with the iso on flash23:40
JoeLlamawait I figure out if the partition is active23:40
sarnoldpuff`: I understand that you can use the 'reboot' menu entry in windows to actually shut down, just yank power while it's at the bios screen23:41
puff`sarnold: Yeah, I had to shift-shutdown to get it to really shut down.23:41
sarnoldpuff`: ah, hmm.23:41
sarnoldJoeLlama: oh :( sorry for the confusion then23:41
FremontCsarnold: laillog shows Failures 50, Maximum 3 for my user.  faillog -u <username> -r  gets 'Cannot open faillog...'23:41
JoeLlamanope no confusion sarnold you're good :) thanks for the help. it makes me think.23:41
sarnoldFremontC: does it say why it cannot open the fail log?23:42
FremontCsarnold: Permission Denied. It is 644 and root:root. I cannot sudo - which is the problem!23:43
sarnoldFremontC: ah you'll need a root account to unwedge it then23:44
sarnoldFremontC: can you ask another user on the system to do it?23:44
FremontCsarnold: It is the only sudoer acct.  Might I be able to boot into single user mode, mount the disk (the trick for resetting root password)  then either run faillog command, or hack the file directly?23:46
sarnoldFremontC: yes that would probably work well23:46
puff`Odd.  With the previous t580 I resized the windows partition to 30GB.  Just booted into windows and windows says the entire partition is 237.23GB and the available space is 187.66GB, so the current windows install takes up 50.7GB already... straight out of the box.23:51
JoeLlamanope the partition is active sarnold I dunno why it says to remove media I will figure it out23:51
sarnoldpuff`: yikes that's a lot of bloat23:52
puff`sarnold: Yeah, but the previous t580's windows install seemed fine with 30GB.23:53
sarnoldpuff`: my x1 had a windows install that I used only for initial firmware updates; I think after doing that I used dd | lz4 to compress it to save it aside before wiping the disk23:53
sarnoldpuff`: it's now taking 32g of space on my server23:54
sarnoldJoeLlama: ugh. that sounds so frustrating.23:54
JoeLlamait is sarnold23:54
JoeLlamaworking on it23:54
EriC^^JoeLlama: is it a laptop? which brand?23:55
EriC^^JoeLlama: also you mean this message about removing media is the one you're getting initially after turning the pc on, not after ubuntu installer runs, right?23:55
=== phocking_ is now known as phocking
JoeLlamaEriC^^ if I leave the bootable lubuntu USB drive in, it says that and then I remove it and then it says no OS23:57
sarnoldJoeLlama: when you boot with the usb drive in, do you get to the lubuntu installer?23:57
puff`sarnold: so you're saying a compressed windows install is still taking up 32GB.23:57
EriC^^JoeLlama: you mean you're not being able to install, or after it finishes installing you're getting the message?23:58
JoeLlamano can't install23:58
sarnoldpuff`: yeah but since it came off a tb nvme I was pretty happy that it took "only" 30 gb to store the whole thing23:58
puff`sarnold: What about tb nvme makes it different?23:59
EriC^^JoeLlama: is it a laptop? which brand?23:59
puff`Someone on ##windows is telling me that 60G is a more reasonable partition size for windows.23:59
FremontCsarnold: Success! Excellent! single-user mode and run faillog -u <username> -r   does the trick. I am surprised that the account could still ssh in from another machine, with that many fails.  I will create a spare sudoer acct. :)23:59
puff`Blah.  Can I make a bootable windows thumb drive? :-)23:59
sarnoldpuff`: I was afraid it was going to have 100gigs of windows crapware on it :)23:59
JoeLlamaEriC^^ Dell Inspiron 910 (mini 9)23:59
puff`aha23:59
sarnoldFremontC: same23:59

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