[00:30] how can i remove snap from my system? [00:34] one could stop snapd and remove it.. but why? [00:35] OerHeks, it might seem silly but many people have reported a bug to canonical about the snap folder showing up in the home directory but they wont fix it [00:35] to me it is just a sign of their level of attention to detail [00:35] indeed, it is no bug. [00:36] it really is to many people though [00:36] the home folder if not a dot file is for the user [00:36] no, you are the 2nd one i hear about it. [00:37] what's the difference between ~/.config and ~/.local [00:37] look at the bug report like 800+ [00:38] a single directory where user data is stored, defaulting to ~/.local/share; https://askubuntu.com/questions/14535/whats-the-local-folder-for-in-my-home-directory [00:38] OerHeks, sir no one is ever going to use that folder [00:40] Phruis, sure there are, if you use confinement the data will stay in those snap folders. [00:41] like that ~/.local/share, not in your home messing up. pretty neat [00:42] I think dot files are fine i am just saying a folder called "snap" that is lower case and doesn't match the other folders and has files most likely MOST users will never touch is out of place and doesn't make logical sense [01:00] hello, what is the best way to create a user and give him same privileges as root, but without sudo? What were [01:00] people doing without sudo came around? [01:01] before sudo came around** [01:01] i guess that would be a terrible idea [01:02] what were people doing before sudo? [01:02] dunno, clicking windows or ios? [01:04] 2/q [01:08] entreri, in gentoo as user su - but there isnt sudo by default as in ubuntu. but you can sudo su if you need the # for extended time in term [01:13] tor the terminal session *only*: sudo -i # would be the ubuntu way [01:13] but granting no sudo use to users, meh.. [01:16] !root [01:16] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [01:16] !sudo [01:16] sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [01:18] i tried to uninstall chromium with snap and it is trying to "save" it for me or something and it consumed my entire root partition [01:18] i have 0 bytes now [01:19] so now it wont remove it [01:19] how retarded is this thing? [01:24] snap is so messed up even people writing articles about how they have to force it not to retain backups [01:24] https://www.linuxuprising.com/2019/04/how-to-remove-old-snap-versions-to-free.html [01:27] interesting that you are still here, Phruis .. oh ofcourse, it is on an other machine [01:27] sorry? [01:28] is there any support question in there? [01:28] well sir I am clearly having an issue removing chromium and I have to search on the internet to remove it [01:29] it says it MUST be set between 2 and 20 [01:29] why do I need 2 revisions of a snap? [01:31] 1 more than kernels .. i guess it is by design, though large snaps can be an issue [01:38] in my var/log directory what are .journal files? [01:55] How do I `sudo apt install curl php-cli php-mbstring git unzip` for php 7.3 ? It wants to install 7.2 packages. I have the PPA. [01:56] robertparkerx: by adding 7.3 [01:56] guess its php7.3-cli [01:57] lol I'm sorry [01:59] milkshake how do you store a hash as a shell variable [02:00] just like how you create a variable [02:01] $hash = a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1; ? [02:02] you only need $ when you want to call it [02:04] Nice thank you a lot! === zbenjamin is now known as Guest42479 === zbenjamin_ is now known as zbenjamin [02:23] Hey guys. I have been facing issue with detecting second HDMI display from ubuntu 18.04 LTS for sometime now. It just stopped working out of the blue. I have taken out time to read solutions posted on stackoverflow and askubuntu before asking it here. Without being too verbose, I want to mention that I don't see the second display on arandr/xrandr. [02:23] I have uninstalled the previouly installed nvidia drivers. I should be running nouveau driver now. Please help me find a solution [02:23] And, I know I haven't shared the output of lspci and lshw. But if you think you can help me, I will share the output of those commands as well. [02:25] I have already tried running sudo X -configure but it comes back with a seg fault. I can share the stack if anyone wants to look at it. I have tested my display with another laptop, The display works just fine and shouldn't be the casue of the problem [02:25] On my setup, HDMI screen is sometimes only detected at login screen, when i turn the screen on and wait a bit. [02:26] akemhp: It doesn't detect the screen for me. The screen goes into power saving mode and stays that way [02:26] HokarPokar, Was it Ubuntu on the other laptop? [02:27] Please don't be insulted by the question, but have you tried a different cable? [02:27] akemhp: No. The other laptop was running windows. But to add, I have been using this screen for over 2 months now with the ubuntu 18.04 LTSas well [02:27] Not being detected by xrandr makes me think there's something more serious than just X config going on. [02:27] It was just 2 days before today that it stopped detecting the display [02:29] akk: Is it normal if lspci shows my nvidia card as 3D controller and not VGA controller. I see that only Intel shows up as a VGA compattible controller [02:30] HokarPokar: Sorry, I wouldn't know, have 0 experience with nvidia. But with nvidia there could always be some kind of weird driver issue involved. [02:30] HokarPokar, Because you have an optimus laptop which has both Intel and Nvidia. [02:31] Nvidia drivers are prefered on this kind of laptops, i would reinstall them. [02:32] akemhp: Well, I can give it another shot. Before doing that, I just had another question. I read up some posts which advise to make an edit like "nouveau.modeset=0" during boot. What does that do ? Do I need to do that ? [02:34] HokarPokar, I think it's a kernel internal parameter to change the behavior of how the graphics stuff are handled. [02:37] In a normal situation you shouldn't have to add boot parameters like that OFC. [02:38] HokarPokar: Make sure you are clean prior to re-installing the Nvidia driver. ls -al /etc/X11/xorg.conf ; ls -al /usr/share/X11/xorg.conf.d ; dpkg -l | grep -i nvidia . [02:40] HokarPokar: Also efi system ? Then too disable secure boot in bios. [02:41] Bashing-om. I don't have the xorg.conf in /etc/X11. I see a bunch of files in /usr/share/X11/xorg.conf.d and dpkg -l returns a bunch of libnvidia libraries that I installed for tensorflow. Should I be concerned about this ? [02:49] Bashing-om akk akemhp_ I can't believe disabling secure boot fixed it. Thank you Bashing-om. While I'm going to look up why it fixed the issue, can you add your 2 cents as well ? [02:57] HokarPokar: :D the nvidia driver is 3rd party software - secure boot is doing its job :) [02:59] where can i get the Latest News about 20.04? Whether there is a review article and use experience? [03:00] lamar_123: See: https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue607 [03:01] lamar_123: In this week's forthcoming issue: https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-20.04-Desktop-Trello-Dec [03:05] thanks very much. I'll pay attention @Bashing-om [03:06] lamar_123: Very welcome; there is also #ubuntu+1 channel. [03:09] Bashing-om: ok, i have join it. thanks again [03:15] I'm having a problem with my touchpad (xinput identifies it as "SYNA3255:00 06CB:7F27 Touchpad") on 19.10 on a new Lenovo 330S-15ARR laptop that has be confused. Everything works for the most part, but if I suspend and wake up it only registers "right" click (the touchpad has no actual buttons, so it's all multitouch I guess... two finger click in other words). It happens randomly sometimes too while [03:15] in use. Fixes itself if I switch to GDM using Alt-Ctrl-F1 and back or use xinput disable/enable or rmmod/modprobe i2c_hid. Only other clue I can think of is a "pushModal: invocation of begin_modal failed" in journalctl output when it happens. [03:16] It seems to act like the single click is pressed when it wakes up too. [03:21] wollwllow: My Lenovo model is different, but it seems like a lot of new Lenovos have a touchpad bug that shows up on suspend, and is cured with installing new firmware -- check Lenovo's website. [03:22] wollwllow: Unfortunately at least for my model the firmware is packaged as an exe so installing it is hard if you don't have a Windows dual-boot. [03:22] yeah, I don't have windows installed [03:23] Haven't used it in years... I should look into setting up a Windows USB boot drive or somethng i guess [03:23] Thanks for the advice. [03:23] wollwllow: I fought with it for 4 days and finally managed it, but I had to borrow a real windows machine as part of the process. I wrote it up, http://shallowsky.com/blog/linux/exe-firmware-on-linux.html [03:23] Awesome, thanks. [03:24] Wish I could offer an easier solution, but good luck! [03:24] My trackpad has been working much better since the update. [03:24] #ubuntu-mate [03:24] sorry type bro [03:26] sorry typing :) [03:49] ubuntu 19.10 bug: ibus-settings cannot be found though the search of all applications [03:50] ubuntu 19.10 bug: ibus indicator is not shown in top panel [03:50] This bug affects people with Japanese input. And all other languages with pre-edit input (e.g. chinese) [03:51] !bug | DarkTrick [03:51] DarkTrick: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [03:51] I was told to first post it here before going that route [03:52] DarkTrick: didnt you file that japanese input bug already? [03:54] I remember there was something. But this should be a different one. I'll check on launchpad [03:54] DarkTrick: i made you file one not too long ago, you dont recall? [03:54] I do [03:56] bug 1854610 [03:56] bug 1854610 in ibus-anthy (Ubuntu) "No Japanese input possible after upgrade from 19.04 to 19.10" [Undecided,New] https://launchpad.net/bugs/1854610 [03:57] but that's not related - apparently [03:57] tly [03:57] DarkTrick: did you compare your bug yet with a clean install 19.10 yet? [03:58] the one I just posted? [03:58] that's on a clean install [03:58] Hi. i did sudo apt-get remove linux-image-4.15.0-72-generic but still see the same kernel in the output of dpkg --list | grep linux-image [03:58] how to remove all kernells except currently in use? [04:00] !info linux-image-generic bionic | Abhijit . try: ' sudo apt --purge autoremove '. [04:01] Abhijit . try: ' sudo apt --purge autoremove '.: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.15.0.72.74 (bionic), package size 2 kB, installed size 15 kB [04:02] I'm trying to connect to github on a personal server and it is failing. Permission denied publickey [04:02] Abhijit: Make sure that linux-image-4.15.0-70-generic is *NOT* removed. [04:02] ssh-agent is running [04:02] robertparkerx: https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh [04:02] I try to ssh-add -l -E md5 but it says this agent has no identities [04:03] ah ty [04:03] DarkTrick: if you think your issues are unrelated, and you experience this on a clean install 19.10, follow the route leftyfb adviced,another bug [04:03] leftyfb :) [04:04] lotuspsychje, ok [04:05] Bashing-om, ok. [04:05] Bashing-om, but if i do autoremove it will remove .70 (current) also right? [04:06] Abhijit: That is correct . I expect that the -70 kernel still exist andis bootable. [04:08] Abhijit: Autoremove will leave the -72 and 70 (latest 2 kernels), removing all others/ [04:10] Abhijit: Will be of benefit to know why the -72 version kernel fails to boot. A regression ? [04:11] leftyfb, I nano my id_rsa.pub and copy to github but it says the key is invalid [04:11] oh wait [04:13] Thanks a lot [04:18] Bashing-om, mouse does not work in that kernel. [04:25] Abhijit: Humm, what trouble shooting have you done ? [04:53] switching to old kernel! :-) [04:54] i tried installing some synaptic drivers but it did not fix it [06:42] very dumb question [06:42] im setting a server up for someone who really wants to use SFTP [06:42] nginx is running on www-data [06:42] which has access to /var/www/site.com/html [06:42] how can i make a user which has an SSH key and can edit this www-data folder [06:42] currently we have the ubuntu user [06:43] can i add ubuntu to the www-data group? [07:01] Exuma, yes [07:02] doug16k ok thanks, i think i figured it out [08:48] Hello all, i have problem with install a package with apt-get install , anyone know how i can solve this ? https://paste.ubuntu.com/p/j72CzX9Vy3/ [08:50] is there anyway to make systemctl stop myunit kill my unit with -9? [08:59] Oh i did a misstake , i did this comamnd apt-get install -y --allow-downgrades perl-base=5.22.1-9 [08:59] how can i get all packages back? [10:19] what would cause an ssh server to just put up connection refused after a while, no firewall running and ip is static [10:19] default ssh config on a local network [10:21] Fudge: connection refused means there's nothing using that port; it's closed, or that the firewall is blocking it. [10:25] ryuo: i was logged into the machine, i guess you are right the ssh server may have stopped [10:53] Hi all! How does one install to a mirrored raid 1 software raid nowadays? Can I boot from raid1/lvm by now? [11:02] lol [11:02] that's a topic that will start a war or flame war [11:03] ascent: are you familiar with the terms fake raid or software raid [11:03] ascent: i can't really say a lot without a war breaking out lol [11:03] the latter, I prefer mdadm for this [11:04] I think there was a time that /boot needed to be a real partition (/dev/sda1 instead of md0, md1 whatever and/or LVM) [11:05] ascent: i think some people have tinkered with trying to boot from software raid / mdadm ...you'll find a youtube video of a guy doing it with a virtual machine... [11:05] ascent: you should find that video and see if that's something you're willing to do [11:08] How is this still an issue after howmanyyears now... haha. [11:08] ok, thanks tatertots [11:08] ascent: lol...i've always had real hardware controllers so it's never been a issue in any of my Linux environments [11:29] I have this bug in my recently installed gnome-shell for Ubuntu 19.04, https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822846 . Someone has mentioned that "This bug was fixed in the package gnome-shell - 3.32.1-1ubuntu1~19.04.1". My question is how do I apply this fix, or how do I upgrade my gnome-shell to this version. My gnome-shell version is GNOME Shell 3.32.0 [11:29] Launchpad bug 1822846 in gnome-shell (Ubuntu Eoan) "Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not the ubuntu-dock)" [High,Fix released] [11:45] Grub is broken for installs on uefi systems without secureboot built-into efi [11:47] lapion: do you see error, failed to install grub-amd64-efi-signed to /target [11:49] even if I remove grub-amd64-signed grub still does a bad call I will check later what the precise error is.. [11:49] lapion: try installing without internet [11:50] jeremy31, after updates the same error will return.. [11:51] lapion: something unique happens during install on EFI when updates are allowed during the install. Once you boot to the install updates should be fine [11:51] I did a reinstall because I had this problem and I hoped that would fix the problem but I guess the updates installed during the install [11:52] jeremy31, this is a reinstall to try to see if I could get the grub to work from a fresh install.. [11:52] lapion: try an install without internet connection [11:52] Hiyas all [11:53] jeremy31, it was a running system with a fresh install of some months ago that got the grub bug after updating.. [11:54] lapion: on 18.04? [11:55] yes 18.04.something after updating to 18.04.3 [11:58] lapion: you might have to file a bug report as I didn't have any grub update issues on Ubuntu 18.04. I take it this computer is 2012 ish that it has UEFI without Secure Boot support? [12:03] root update-grub [12:03] what is a problem [12:04] https://paste.ubuntu.com/p/CFw9FkYzVW/ [12:04] see [12:06] Blade: It is a different problem with grub [12:06] big [12:08] oot@ubuntu-ivan:/home/nikolov# inxi -F [12:08] System: Host: ubuntu-ivan Kernel: 5.4.2-050402-generic x86_64 bits: 64 Desktop: Gnome 3.34.1 [12:08] Distro: Ubuntu 20.04 LTS (Focal Fossa) [12:08] i am lame no problems [12:08] just test [12:09] Blade, ask in #ubuntu+1 [12:09] mute in ubuntu+1 [12:09] i no problems [12:11] https://paste.ubuntu.com/p/XNWBgj7ywr/ BluesKaj cool jocke with me but [12:16] Blade, so what's your question, if any? [12:17] no pass === Guest53121 is now known as alphaseg [12:33] jeremy31, did not help will try to backtrack and install earlier version then 18043 [12:45] something very wrong with the package system https://bpaste.net/raw/VEHDO [12:45] tried to install tmux and that happened [12:45] there are problems with the software updater as well [12:46] I am Ubuntu 18.04 LTS btw [12:46] am on* [12:53] Cooler, sudo fuser -v /var/cache/debconf/config.dat [12:54] Cooler: you already have a process hooked into something that the package installer needs access to [12:54] Cooler: https://askubuntu.com/questions/136881/debconf-dbdriver-config-config-dat-is-locked-by-another-process-resource-t [12:55] https://bpaste.net/raw/LHLLA [12:55] also the software updater is broken [12:56] PID 7648 is hooked in [12:56] figure out what that is, or kill it [12:56] Cooler, sudo kill -9 7648 [12:57] Cooler, sudo dpkg --configure -a [12:59] ioria, it says frontend [12:59] Would anyone here know why (under gnome) it says in the Network section of the system settings dialogue that my wired connection is "100 Mb/s" and not "1000 Mb/s"? [12:59] does that mean the GNOME desktop? [12:59] I am fairly certain everything on the chain is gigabit [13:00] Paddy_NI: speed of the adapter / router / cable [13:00] Paddy_NI: the lowest speed is what you will see [13:01] Router is Gigabit cable is cat5e (shielded) NIC is Gigabit, switch is gigabit. [13:01] Paddy_NI: and are you getting gigabit speeds when moving data across the LAN? [13:01] No [13:02] Paddy_NI: bypass the switch and plug direct in and test? [13:02] best to eliminate points of failure [13:03] mouses, I will do that although its a bit of a nightmare to do [13:04] Paddy_NI: yeah :( Might want to try another cable too to eliminate that. Also, if the system you are testing speed from->to cannot keep up (perhaps a FUSE filesystem?) overhead can really take a big chunk out of throughput [13:04] mouses, What would be a good solid test? [13:05] Paddy_NI: two devices hooked into the same gigabit able router via LAN and a native sync operation [13:05] mouses, Would sftp suffice? [13:06] that'll take a bit of chunk out of it, but yeah - should be okay [13:06] Cool I guess if it climbs above 100mb/s then I know it's good [13:06] SSH is encrypted so you're going to get crypto overhead [13:06] Was thinking that [13:06] :-) [13:06] also the speed that the device you are copying to is a factor [13:07] like if it's a old 7200 RPM drive or something [13:08] Thanks for your time, I had my home rewired a few years back and had them add shielded cat5 cable however fishing that cable back through again looks to be a nightmare [13:08] heheh it always is :( [13:08] pain in the butt [13:08] jeremy31, sorry it's a ubuntu-mate 18043 problem.. [13:08] mouses, Yeah :-( [13:08] I have this bug in my recently installed gnome-shell for Ubuntu 19.04, https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822846 . Someone has mentioned that "This bug was fixed in the package gnome-shell - 3.32.1-1ubuntu1~19.04.1". My question is how do I apply this fix, or how do I upgrade my gnome-shell to this version. My gnome-shell version is GNOME Shell 3.32.0 [13:08] Launchpad bug 1822846 in gnome-shell (Ubuntu Eoan) "Icon disappears from favorites in gnome-shell 3.32 (upstream dock, not the ubuntu-dock)" [High,Fix released] [13:10] mouses, Hmm.. I noticed this line in the Pi B+ spec "Networking: Gigabit Ethernet (via USB channel)" [13:11] Paddy_NI: ahhhh yeah [13:11] Paddy_NI: So you are limited by USB speed [13:11] and that's slow on a PI [13:11] Does that mean they use the same bus or I need a ethernet to usb adapter to get gigabit [13:11] Or buy a Pi 4 [13:11] :-) [13:11] nah, you're likely limited by the storage device of the pi [13:11] is it using a SD card for storage? [13:11] Oh good point [13:12] Usb for boot drive and sd card for extra storage [13:12] USB is faster [13:12] yeah, so there's your bottleneck [13:12] USB is faster, but it's still USB [13:12] sazawal, gnome-shell for disco 19.04 is now 3.32.2-2ubuntu1~ubuntu19.04.1 (not 3.32.0); sudo apt update && sudo apt full-upgrade [13:12] no where near 1000GB [13:12] Would that limit my entire network [13:12] nah, should just be when dealing with the pi [13:12] And it does not explain why my pc is getting "100 Mb/s" [13:13] Like currently the pi is off [13:13] something in the chain is likely not gigabit or the visual indication you are getting is not correct [13:14] okay [13:15] can I use a .deb without installing it? [13:15] mouses, This is my switch https://www.tp-link.com/uk/home-networking/soho-switch/tl-sg108/ [13:15] just unpack and start using the application inside? [13:15] it is ok if some features don't work properly [13:17] every single component on a network must be gigabit rated, such as the switches, hubs and network interface cards -> afaik, if you have even one device on that LAN that does not support 1000, you're going to get 100 [13:18] ./code: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory [13:18] Paddy_NI: on a pi 3 you should see ~300Mb/s, but the interface should definitely come up at 1G - what does ethtool say about it exactly? [13:19] help [13:19] Cooler: a .deb file not only includes the atual application, but all the versions of all the requirements needed. You can't just normally try to use something inside a .deb file. [13:19] Cooler: What are you trying to run, and on what OS and what version? [13:20] tds, Installing ethtool now [13:20] On both PC and Pi [13:20] mouses, well I don't have admin access on this server and I want to use vscode [13:21] Cooler: talk to the admin of that server [13:21] hmm.. so ethtool has a massive amount of options tds what do I need to run? [13:21] mouses, on vacation [13:21] Paddy_NI: `ethtool eth0` (swapping that for your ethernet interface name) [13:21] so I downloaded the .deb package from the vscode website and unpacked [13:22] Cooler: if a simple dpgk -i foo.deb does not function, you'll need to talk to your server admin [13:22] dpkg* [13:22] mouses, I can build stuff [13:23] tds, on the RPi 3b+ https://paste.ubuntu.com/p/BHs3ZGKYjD/ [13:23] I can build from source and run [13:23] https://github.com/VSCodium/vscodium [13:23] will that work? [13:23] Paddy_NI: so that's definitely up at 1G, no idea why network-manager would claim 100Mb/s then, odd [13:23] Cooler: If all the needed deps are available, sure. [13:24] tds, On my PC https://paste.ubuntu.com/p/NcM4NmYNXd/ [13:24] ok how do I do that? [13:24] follow the instructions to build from source for whatever you are trying to build [13:24] Paddy_NI: ah, that one is at 100M, but the nic claims to support 1G [13:25] tds, When I did a Steam Link connection test it did not climb beyond 100 Mb/s [13:25] tds, Oh [13:25] So my PC is the issue [13:26] or the cable, or the switchport [13:26] hmm [13:26] What limiting factors would the cable have [13:26] I thought cat 5 was cat 5 [13:26] :-) [13:27] depends on length of run, quality of cable, condition of cable - there are so many factors [13:27] Sorry, havent read the issue so forgive me if this is not being dicussed. Does the network adapted support faster than 100 MBPS [13:28] mouses, It's not a long run very short really [13:28] I wonder if the cable that the electricians put in is the problem [13:28] Paddy_NI: a good bet would be to isolate/bypass anything you can [13:28] it could be [13:28] eliminate any variable you can [13:29] Yeah, thats not whats being discussed lol xD [13:29] alekblank: you're a bit late - that is 100% what we have been discussing :) [13:29] oh okay lol [13:30] troubleshooting 101 = eliminate any possible unneeded variables to help isolate a point of failure. [13:30] hence, the stupid questions from tech support. "Have you double checked that it is plugged in" [13:30] alekblank: bingo :P [13:31] alekblank: always start simple [13:31] Right so I have plenty of testing to do. I have a laptop here with a Gigabit NIC. I could swap the cable from my desktop to that. Going to be disconnected for a sec. [13:31] Paddy_NI: I'm off to bed for the day, but good luck testing it!!! [13:31] :-) [13:31] Paddy_NI: you'll figure it out. [13:31] Thank you [13:32] :-) [13:32] anytime, sorry I was not of more use. [13:32] You've been great help [13:41] tds, mouses okay so I unplug the cable from my PC (which was reporting 100 Mb/s) and plugged it in to my ThinkPad T420 (running Windows 10) and it reported 1 Gbps. I then plugged same cable into an Alienware laptop running Ubuntu 19.10 which reports 1000 Mbp/s [13:41] I plugged the cable back into the PC and it now reports 1000 Mbp/s [13:41] I am confused [13:41] it works, just accept it lol [13:42] X-D [13:42] don't question it [13:42] That's not how my brain works [13:42] same [13:42] I wish it did believe me I wish it did [13:42] My wife and everyone I know also wishes I worked that way too [13:42] X-D [13:43] did you change the port on the router? or maybe the router didn't know it was a gigabit port and so was sending it megabit [13:43] It makes me wonder about either the ethernet port or the jack on the cable [13:43] Nope just unplugged cable [13:43] so [13:43] everything is still broken [13:43] I am going to run a steam link connection test on the pi now [13:44] Cooler, No it works [13:44] X-D [13:44] I want to go home [13:44] at work? [13:44] ME too and I already am home!!! [13:44] I might go to someone elses home [13:45] lmao [13:45] so this is the situation https://bpaste.net/raw/CDJVM [13:45] That's pretty nasty looking [13:45] and this is what I get when I do that https://bpaste.net/raw/D3GJI [13:46] Are your sources okay? [13:46] is it safe to kill frontend? [13:46] well I gave it a SIGHUP and it's gone now [13:46] I honestly don't know where to begin. We would need to roll this one all the way back uphill [13:47] Paddy_NI, well there is definitely something wrong with the software update [13:47] r [13:48] How old is this install? [13:48] https://bpaste.net/raw/GYXEW [13:48] Paddy_NI, Ubuntu 18.04 [13:49] I installed it just a few months ago [13:49] Is there a way to mount 2 drives in one folder? [13:50] I guess that would be kinda confusing for the system wouldn't it [13:51] so tmux is installed now [13:51] but the entire package system is still borked [13:51] alekblank: overlayfs [13:53] so https://i.imgur.com/CWhnEbq.png [13:53] see all those updates? [13:53] alright so my idea may be easier than i thought [13:53] can't do any of those, these updates have been accumulating for several weeks now [13:53] it just keeps failing [13:54] anyone have any idea how to fix this? [13:59] Hello, I have a problem with ubuntu installer when installing on a luks volume. The grub install fails because the GRUB_ENABLE_CRYPTODISK variable hasn't been set. Is there anyway to modify an ongoing install on the fly and echo that line to the installers /etc/default/grub ?? [14:01] You can edit it by hitting e when you have the os selected I believe [14:01] I don't think its a permanent fix though [14:01] alekblank, what would be an example of the path the ubuntu installers grub settings file use ? [14:02] alekblank, If I can somehow just temporary enter the line to make the installer work w/o grub install error. I can chroot and add to the actual files after the installer completes [14:02] ive not looked through the iso in a while lol let me see === Condor is now known as ghnou === ghnou is now known as Condor [14:03] alekblank, thanks for looking [14:03] huttan: can you start the install booted into the ISO using terminal> ubiquity -b [14:04] Ohhh, sorry I didn't read your question very well sorry [14:04] jeremy31, ah .. ubiquity -b is the equivalent of double tapping the install ubuntu file on desktop ? [14:05] huttan: that should install without installing grub bootloader [14:06] jeremy31, ohh I see .. even better. Then I manually install boot loader when the installer finishes without error [14:18] Hey guys. In GPG How can I encrypt a file using my Private-Key so that the other person can use my public key to decrypt the message? How can I do this in CLI? [14:19] can anyone suggest a type of "Light Gun" that works on Ubuntu? (something I can hook a sensor up to a screen, kind of like arcade machine shooters and duck hunt) [14:22] I am now loaded into the Ubuntu live installer but all I see is a black screen with a movable cursor (left and right buttons are unresponsive) [14:23] I can switch to a different virtual terminal (ctrl-alt-) [14:23] how can I restart the live installer from the command line? [14:24] how can I restart the live installer (test-and-install desktop environment)from the command line? [14:25] klf from terminal try> shutdown now [14:26] that's not what I want. I am going to try to restart the lightdm service now. [14:26] klf: do you have exotic hardware that the installer craps out like this? [14:28] klf: Also, consider trying a different release like 19.10 (if you can accept that). [14:29] Yes, I am on old hardware (P4). alright. I am going to try to swap out the video card. [14:33] klf: Ah ok. Another option might be to try an Ubuntu derivative. I like e.g. Xubuntu. If you mostly care about reviving an old machine, that's worth considering. Ubuntu always froze on my small netbook but Xubuntu ran fine. [14:34] * adrian_1908 not talking about ram constraints here, but graphics support/acceleration issues, as desktops are accelerated these days, and Ubuntu's Gnome3 more demanding in that department. [14:35] adrian_1908 thanks. but switching to an even older video card ATI 9600se 128MB fixed the issue. [14:35] Ok, cool! :) [14:35] I've always suspected something iffy with my https://www.techpowerup.com/gpu-specs/asus-v9570.b1812 [14:51] klf: could also have been due to the modeset issue with Nvidia cards, if you're familiar with that. Your Ati card working hints at that possibility. [14:53] ioria, Hi, sudo apt full-upgrade doesn't show gnome-shell update. Am I missing something here? [14:56] sazawal: type sudo apt-get update && apt-cache policy gnome-shell [14:58] adrian_1908, quite possibly b/c the blank-screen-with-only-a-movable-cursor issue appears in all version from 12.04 through 16.04 (the versions that I've tried) [14:58] s/version/versions/ [14:59] EriC^^, gnome-shell: [14:59] Installed: 3.32.0+git20190410-1ubuntu1 [14:59] Candidate: 3.32.0+git20190410-1ubuntu1 [14:59] Version table: [14:59] 3.32.2-2ubuntu1~ubuntu19.04.1 500 [14:59] 500 http://in.archive.ubuntu.com/ubuntu disco-updates/main amd64 Packages [15:00] klf: I assume you don't have the nerve to start over with the Nvidia card again, but otherwise you could pass the nomodeset to your LiveCD and see if that does it. Once the OS in installed, you then wouldn't run into that particular issue anymore. [15:02] I have no problem starting over b/c all these livecd installers are being mounted/booted using the loopback method. [15:03] EriC^^, here is the output https://termbin.com/zwdk [15:03] So it's of little effort to try. [15:04] i.e., the livecd ISOs are mounted/booted using the loop method. [15:05] adrian_1908, ^ [15:06] jeremy31, Thank you very much. This was exactly what I needed ! [15:07] Ok, have a look at online guides on setting the nomodeset kernel parameter for the LiveCD then. It might just work. [15:07] jeremy31, Have a great day [15:08] EriC^^, One of my friends has accidentally upgraded the system from 19.04 to 19.10. And I didn't want it, so I downgraded it. Maybe this is causing the problem. [15:08] klf: I think once (if) you install the proprietary drivers, the setting isn't even needed anymore. I don't have it set on my Workstation and that uses an Nvidia card. [15:09] sazawal: May I ask why not? It's not like you're moving away from an LTS release. [15:10] adrian_1908, I understand. But I didn't want a change as other things are going pretty fast for me. [15:12] sazawal: Fair enough. In a few months you can switch to 20.04 and stick to that until the next LTS. That's often a sensible choice. [15:12] adrian_1908, Yes, that is the plan, and I will do a fresh installation of 20.04 [15:14] * adrian_1908 will be doing the same :) [15:15] adrian_1908, Can you help me with this issue? [15:16] sazawal: I'm watching sports and preparing a meal right now, maybe later. sorry! [15:17] * BluesKaj is already testing Kubuntu 20.04 Focal and it's really quite stable, dunno how well the gnome and flavours are doing tho [15:17] adrian_1908, lo and behold; I have an Ubuntu Unity for the LiveCD environment [15:17] https://askubuntu.com/questions/1029624/ubuntu-18-04-live-boot-leads-to-blank-screen [15:18] It's a beautiful Saturday morning ladies and gentlemen [15:18] BluesKaj, have you installed packages, like kvm? [15:19] compdoc, no, not using any VMs [15:19] Now that I have resolved the issue, what does the kernel option 'nomodeset' actually do? [15:23] Hi. I have a mixer Behringer XR18. The mixer has an app to work with it in Linux, but the app does not work. I found an older versionof the app and it works, but I want to try the last one. Any idea of what is missing in my PC? [15:26] klf: Nice! Glad that worked. [15:27] adrian_1908, Now that I have resolved the issue, what does the kernel option 'nomodeset' actually do? [15:27] adrian_1908, Cool, thanks anyway :) [15:28] sazawal, let me guess; you literally did this : https://linuxconfig.org/how-to-downgrade-ubuntu-linux-system-to-its-previous-version [15:34] ioria, yes you are right [15:35] sazawal, and did you read the comments below ? [15:35] ioria, no :( [15:38] sazawal, there's no downgrade on ubuntu. that said , probably 1) your packages are still pinned 2) python3 is borked 3) sources.list is borked [15:40] sazawal, so, check your sources.list , remove /etc/apt/preferences ; check your python3 and update and full-upgrade again [15:41] ioria, I have already edited my sources.list by changing eoan to disco. So I am removing etc/apt/preferences now. Will check python3 later. [16:03] When I had Ubuntu 18 the app worked very well but in Ubuntu 19.10 does not work and I found some people with the same problem but in Ubuntu 18. I think is some library I have to install but I do not know wich one. This is a forum with the same problem but in Ubutu 18. If somebody may help me I will really appreciate it [16:04] https://community.musictribe.com/t5/Recording/X-AIR-Edit-starts-and-runs-on-Linux-Ubuntu-18-04-but-doesn-t/td-p/269529 [16:09] is the alternative installer for 32bit no longer available for 19.10? [16:10] http://archive.ubuntu.com/ubuntu/dists/eoan/main/installer-i386/current/images/netboot/ doesnt work [16:10] hello, after the last packages upgrade I now have broken behavior with l2tp tunnels: after I connect - the system doesn't seem to query the DNS specified for that connection [16:11] XLV: 19.10 dropped 32-bit support [16:12] ducasse, they said the same for 19.04 but they offered a 32bit alternative mini.iso for 32bit [16:12] https://ubuntu.com/blog/statement-on-32-bit-i386-packages-for-ubuntu-19-10-and-20-04-lts [16:13] they are building 32bit packages for 19.10 and 20.04 [16:13] !32bit [16:13] For information about the future of support for i386 packages in Ubuntu 19.10 Eoan Ermine and onward, please read the following official statement: https://ubuntu.com/blog/statement-on-32-bit-i386-packages-for-ubuntu-19-10-and-20-04-lts . Note this applies only to i386 (Intel/AMD) builds, not other 32-bit architectures like arm. [16:14] hmm.. selected packages.. whatever that means.. oh well [16:14] i guess the old netbook doesnt get the 19.10 treatment .. time to RIP it [16:15] or stay on bionic until it's eol [16:15] bah.. i am gonna make it a dedicated ikaros machine [16:16] *icaros [16:18] XLV, why don't you install 19.04 mini.iso 32bit and do-release-upgrade it ? [16:19] ioria, yeah, thats something to try [16:19] ok [16:19] see what exactly this "selected packages" means and how it works out [16:21] help, please [16:21] how to diagnose that? [16:23] nmcli section about DNS shows https://paste.ee/p/ZKK0b, so why does 'dig teamcity.workdomain.com` return nothing while `dig @192.168.15.4 teamcity.workdomain.com` returns an IP? [16:23] while I'm connected to VPN [16:24] pomeha: what's the contents of /etc/resolv.conf on this system? [16:25] tds: nameserver 127.0.0.53 options edns0 search workdomain.lan homelan [16:25] that's systemd-resolved then, what's the output of `resolvectl`? [16:25] hmm, not installed [16:26] ah, probably an older systemd version then, `systemd-resolve --status` should do the same thing? [16:27] tds: well, it output a set of rules for all interfaces + 'Global', I see `DNS Servers: 192.168.15.4` for Lin 11 (ppp0) [16:27] could you pastebin the whole thing? :) [16:28] tds: https://paste.ee/p/hAG0k [16:29] pomeha: you probably want to add workdomain.com to the list of search domains for that interface? [16:29] at the moment only queries for workdomain.lan names would go to 192.168.15.4 [16:29] tds: but it worked before [16:30] weird [16:30] i'm not sure how default resolver selection works on that resolved, it might've changed [16:30] if you want to force all queries to use a specific interface's resolvers, you could also add ~. as a search domain [16:31] tds: thanks, that worked! [16:31] I have a couple of directories inside my homedir owned by root. Is this intentional? ~/.cache/dconf, ~/.dbus and ~/.gvfs [16:32] weird how it used to work before that [16:37] Anyone having random "This program has stopped working..." even if the program in question wasn't working? [16:38] That's on a T480 running 19.04 with all updates. [16:49] xlv: Hi. Excuse me. Im back. The one for 32 bits does not work on my pc [16:52] I alredy ask this in this forum and somebody with UbuntuStudio 19.10 ( I have the same ubuntu distribution) download the app and the app works fine but In my pc does not work [16:52] I mean, it opens but I not be able to "move" any buttons. [16:54] DirtyEar, havent used ubuntustudio and it doesnt have a 32bit release either.. probably the ubuntustudio specific apps have 32bit packages available [16:54] idk why it doesnt work for you [16:55] XLV Anyway thanks for answer! [16:56] DirtyEar: which app is this? [16:56] I found and older version 0.5 and it works for now! [16:56] ducasse the app is "X-AIR-Edit" [16:57] It works like a surface control of some audio mixers from Behringer [16:57] LaurentDumont: What's the program in question? A program might crash as it starts up. [16:58] I'm seeing a either Chrome or Terminator. [16:58] LaurentDumont: And they randomly report this even though you haven't launched them? [16:58] we really only support what is in the repos here, for third-party apps you need to get support of the developer. that said, did you try the ubuntu studio channel? [16:59] Yes I have tried but nobody answers yet [16:59] I have write to the Behringer Support but they do not know yet. [17:01] that's the best suggestion i have, i'm afraid [17:01] I think is some library or something becasue I have seen that in ubuntu 16 some people had to install something called "gcc-4.9" and "g++-4.9" in order to run the app. I have already installed the last version "gcc-9" and 2g++-9" but does not work. And in ubuntu 18 it worked perfect for me [17:02] ducasse: Thanks. Just to be willing to help counts! [17:04] DirtyEar: does it print any errors to the shell you launch it from? [17:05] ducasse: I have tried but does not show me anything. If you know how to do that I can follow you [17:07] you just start the app in a terminal, and pastebin any output [17:10] ducasse: https://paste.ubuntu.com/p/vMZbKG6fNF/ Does not show anything to me. THe app opens but I not be able to do anything. Like a picture or something [17:11] DirtyEar: This is how it looks like https://ibb.co/txBP2PB [17:11] do you mean sliders etc are frozen, or that they move, but nothing happens on the mixer? [17:12] Yes, you are right. frozen [17:12] Like a photo. But the older version the one in lower case it works. Let me show you [17:15] ducasse: This is what I get with the older version. I moved some sliders and opens the setup menu just to show you that the app works good. https://ibb.co/bdkYhwP [17:16] Is there any way to pre select /boot / and swap space when starting ubiquity ? [17:20] DirtyEar: right. please give me a minute, i'm reading through something here [17:20] ducasse: Take your time. Thanks a lot for your time! [17:22] DirtyEar, why you are running that app with sudo? [17:24] XLV when I right click on it, show me permission to just read. But i have tried without sudo and is the same result https://ibb.co/VN89xkr [17:27] don't run apps as root unless you have a very good reason and know what you are doing. and the only people who can debug this is the developer, i think you need to talk to them [17:28] ducasse: Ok. Thanks for the advice [17:50] Something strange is happening in my terminal.. When I "tab" to autocomplete something, my whole system seems to freeze. This is a recent behavior. Where can I determine _what's_ happening when I hit tab in the default ubuntu terminal? [17:50] Nothing seems to be suspicious on top while the terminal hangs [18:00] How do you change a file association to an application [18:02] RadSurfer_: right click -> properties [18:02] open with [18:02] file/permissions/open with... okay [18:03] most desktops have a mime type editor, i think [18:03] file/properties/open with... okay === Boko_ebbeb is now known as Boko_bcdae [18:12] Any of you that have next-pvr running? i got some issues with scanning channels (yes, i know this is #ubuntu and not the author channel for nextpvr) bit i give it a try. [18:26] I'd like a program that can allow me to modify my keyboard keys to add accents to letters. Any recommendations? [18:27] bathtime, you need to enable the compose key [18:27] bathtime, I recommend using caps lock [18:28] scientes: I activated the compose key and had a few accents working. Unfortunately, one accent doesn't work as I don't have the key that needs to be pressed (it's a straight apostrophe) [18:29] I have my keyboard set on French (the language I want keys for) [18:29] or use setxkbmap and xkbcomp to load your own keymap [18:29] ducasse: Thanks, will look it up === irked is now known as n_np [18:33] hello, running into a weird issue since upgrading from 19.04 to 19.10. Whenever I start my PS4 controller, my desktop locks up. [18:34] any pointers on how to find out whats happening when the controller is turned on? After the restart the controller works fine [18:35] you can run 'journalctl -b -1' to see the log from the previous boot, might be something there [18:39] from terminal, if I want to see a list of applications running with their process numbers, how do I do that please. [18:39] RadSurfer_: ps ax [18:40] say I'm only interested in firefox? [18:40] or aux to get the user as well [18:40] pgrep firefox [18:41] sometimes FF locks up on me, not sure issue. I want to be able to kill it safely. [18:42] kill process_id somehow? [18:43] that, or 'kill -9 pid' if it doesn't obey [18:43] that sounds familiar, thank you. [18:44] seems to work :) [18:45] you can also use 'pkill firefox', to shorten things [18:45] will make a note of it. === n_np is now known as irked [18:46] Only a few apps seem to absolutely fail to run properly under Ubuntu [18:47] Is there a list of known software that has series issues under Ubuntu, even though they are in the repositiories? [18:48] not as such, the nearest thing is the bug interface on launchpad [18:49] I tend to watch webcams alot, and pluto.tv, after about 2+ hours, firefox seems to act like its overwhelmed sometimes [18:49] Not sure if there's anything I can do that would help Ubuntu/PC handle that. [18:50] One program that seriously acts badly under Ubunder is Lazarus_IDE [18:50] have you tried another browser, like chromium? [18:50] heck no. [18:50] Tried installing Brave-browser, but that acts weirdly too [18:51] I've managed to run 3+ hours with firefox on pluto.tv, maybe more I use it, more system adapts? [18:51] i know others here use brave without problems, so that's odd [18:52] installed via snap? [18:52] iirc, yes [18:52] 8gigs of ram available [18:52] should be enough [18:54] Would you be willing see check if "Lazarus fpc" has a bug report please? [18:54] if that's a third party package it won't be on launchpad [18:55] standard sudo apt instal lazarus fpc [18:56] ok, those are two different packages, let me check [18:56] fpc is required to install lazarus [18:56] it's GNU Pascal Compiler & IDE [18:57] lazarus: https://bugs.launchpad.net/bugs/+bugs?field.searchtext=lazarus&search=Search+Bug+Reports&field.scope=all&field.scope.target= [18:57] thanks. BTW it runs perfectly under Linux mint, however [18:58] which ubuntu release are you running? [18:58] I tired installed latest... [18:58] ''5.3.0-24-generic #26-Ubuntu SMP '' [18:58] 19.10? [18:59] yeah [18:59] and your system is up to date? [18:59] I allow all software updates [19:00] you can file a bug on what you're experiencing, and hope the maintainers are active [19:01] Launching Lazarus IDE LOCKS UP system solid [19:01] to be sure I would run sudo apt update && sudo apt dist-upgrade [19:01] that's a thought [19:03] also check the logs [19:03] Okay... done :) [19:04] RadSurfer_, try to run system-analyze blame maybe get an indication of what happened? [19:04] that bug list you posted dates back to 2011 !! [19:05] Strange how Linux Mint seems to be ahead of the game [19:06] RadSurfer_, gtk2 module or/and dbus isse : https://forum.lazarus.freepascal.org/index.php/topic,47240.0.html the probable fix is installing appmenu-gtk2-module [19:06] RadSurfer_, a long read, btw [19:06] THANK YOU! Appreciated. [19:07] sorry the command is systemd-analyze blame not system-analyze blame [19:19] I'm trying to diagnose something. Is the print dialog for Ubuntu just "Print" > Connect to CUPS > POST file > Done? [19:20] Because I'm checking cups and for some reason I'm seeing: HTTP_STATE_WAITING Closing for error 32 (Broken pipe) [19:20] THANK YOU! ioria!! Lazarus fpc appears to actually work now! [19:21] RadSurfer_, good job [19:21] Thank you for sharing. [19:22] Got the French keyboard working. I had to chose the keyboard setting (French (US, with French letters) [19:38] I have installed tor but when I search for it, it does not launch. ubuntu 18.04 === fujoor1 is now known as fujoor [20:09] Hi. Does anyone know how to emit messages at the top the screen like npm does when its done compiling? in bash for instance. ? Thank you. [20:11] you can use notify-send [20:18] hey y'all. I'm running ubuntu 18.04 64bit (gnome desktop) on my laptop. It is painfully obvious that Hibernate and Sleep are completely and utterly broken. I don't actually care, but I want to completely turn them off. [20:18] I've gone trough and turn off everything sleep related in the system, but no Joy. [20:19] If I lock the screen (windows-key and L) and leave for too long the system is basically dead (black screen and any key presses you make don't wake it up again --- must hard reboot) [20:20] Also, if I turn on my system and don't log in the same thing happens --- after waiting too long it goes to sleep state and never comes out [20:20] molt, try : sudo nano /etc/systemd/sleep.conf and edit with : [Sleep] SuspendMode=false (on 2 different lines) [20:21] also take a look at /etc/logind.conf, there are settings for how to react on lid open/close [20:22] ducasse - already modified those. I always like my pc to stay on when lid is closed (one of the 1st things I do). It works correctly. [20:23] ioria: thanks. just looked in there. everything was commented out. I uncommented "SuspendMode=" and set it to "false" [20:23] let me restart my machine, then test it (locking screen or just sitting on login screen without logging in) [20:23] be right back with an update [20:40] hey y'all. no joy. System still locks up. [20:40] I even went back into the config file and turned EVERYTHING off explicitely [20:40] still no joy [20:41] molt, cat /etc/systemd/sleep.conf | nc termbin.com 9999 [20:42] ioria: got it. one moment [20:42] ioria: done [20:42] and ? [20:42] https://termbin.com/80tm [20:45] molt, gsettings list-recursively | grep -i suspend | nc termbin.com 9999 [20:45] btw: catting a config file and piping it to a website, then getting a url of the catted contents is THE DEFINITION of Badass [20:45] ioria: roger. I'm on it [20:45] ioria: done --> gsettings list-recursively | grep -i suspend | nc termbin.com 9999 [20:45] the url , please [20:46] damn... didn't paste my term contents [20:46] i know [20:46] one sec [20:46] that was strange [20:46] termbin.com/tymhg [20:48] molt, you have org.gnome.desktop.screensaver ubuntu-lock-on-suspend set to 'true' ; set it to false [20:48] was looking at that entry as well [20:48] ducasse: thanks. thats it. [20:48] but was ultimately just thinking right now that it shouldn't even go to suspend [20:49] and lock on suspend should mean that the user is asked for a password when returning from suspend right? [20:49] anyhow. I'll try it anyway ;) [20:49] how do I edit that second file? === Burek is now known as Guest48236 === Burekzf is now known as Burek [20:52] ioria: how do I edit that second file? [20:53] molt, it's not a file ; you do : gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend 'false' ( and revert with 'true') [20:53] molt, but if sleep.conf does not work, might be something else [20:53] gotcha. enter in terminal --> gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend 'false' [20:55] sleep.conf should disable 'sleep' mfor good [20:55] ioria: exactly [20:55] no idea, sy [20:57] ioria: no worries. that was a really good try [20:57] ioria: I highly appreciate the effort [21:08] trying this: https://ubuntu-mate.community/t/stop-the-screen-from-blanking-in-ubuntu/678 [21:08] brb [21:11] anyone know how I find a file by its name and extension on ubuntu command line please? [21:13] SomeT, "locate " [21:15] That requires locate though [21:15] You can use find / -name $FILE_NAME [21:17] SomeT: find / -iname 'file.extension' [21:19] do I include the dollar sign? [21:21] SomeT: no [21:21] SomeT: if you want case insensitive search use -iname rather than -name, also it's good practice to use single quotes as sometimes if you want to use . and * and other stuff the shell might process that instead by mistake [21:22] thanks for the help [21:23] no problem [21:44] hi, I'm having trouble getting my bash shell script to run with cron. My crontab tries to redirect stdout to a log file in my home dir but it doesn't appear to be invoking my script at all as the file isn't being created. I've tried googling but I can't figure out what is wrong. [21:46] my crontab looks like this: 43 4 * * * touch /home/username/test.log 2>&1 [21:47] eruditehermit: whats the actual line for your script [21:47] that command has no output unless it fails [21:49] eruditehermit: also, use full pathnames [21:49] /usr/bin/touch [21:51] EriC^^, ducasse, leftleg_: 41 4 * * * /home/username/copy_data.sh >> /home/username/myscript.log 2>&1 [21:52] eruditehermit: write your log file from within your script [21:53] eruditehermit: are you doing it from the cron of the same user? [21:55] EriC^^ yes. Though I tried with sudo too. Neither work. Even the touch isn't executing [21:56] root users crontab and regular users crontab [21:56] syslog says RELOAD [21:56] but the actual command never gets executed [21:57] whats the line in syslog for it [21:58] Dec 7 16:53:01 workstation-0 cron[674]: (username) RELOAD (crontabs/username) [21:58] eruditehermit: it should say something like CRON[16246]: (e) CMD (touch /home/ [21:58] EriC^^, yeah that isn't happening [21:59] eruditehermit: type as your user 'crontab -l | nc termbin.com 9999' [21:59] also 'systemctl status cron' [22:00] EriC^^, service is running [22:01] what about the paste [22:02] sent it to you [22:02] https://termbin.com/48dm [22:03] it looks fine [22:04] odd, for some reason cron is not running the commands [22:04] eruditehermit: does "grep 'CRON.*CMD' /var/log/syslog" return anything? [22:07] https://termbin.com/twmy [22:09] eruditehermit: do you have any "/etc/cron.deny" file? [22:09] EriC^^, nope [22:10] it's very weird, even some simple commands will not run [22:11] eruditehermit: yeah it's a problem with CRON, it's not even attempting to run them [22:12] eruditehermit: i wonder if it's user specific or system-wide, you said you tried from root's crontab with the same results? [22:12] EriC^^, yes I tried with the roots crontab and it doesn't work from there either [22:14] odd, i'm out of ideas, i'd recommend asking in ##linux as well [22:26] Hi there! How can I save files on an ext4 partition after an sudo rm -rf * ? TIA! [22:26] Ubuntu box is 18.04 [22:27] try extundelete [22:27] ducasse, Yes, I tried! Is this the best option nowadays? [22:28] that, and photorec/testdisk [22:28] ducasse, good to know! Thank you!\ [22:28] no problem, good luck [22:29] if you can, though, make an image of the partition before you start messing with it [23:14] may be instaled firefox 71 to ubuntu 9? [23:19] ubuntu 8.10* [23:19] Ubuntu 9.04 (Jaunty Jackalope)Ubuntu 9.10 (Karmic Koala) [23:21] 9.10 is no longer supported [23:23] !eol | AlexBe [23:23] AlexBe: 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/EOLUpgrades [23:26] https://snapcraft.io/firefox [23:26] or wait for the release next hours.. [23:45] Is there any tool, similar to linux man pages, so one can get info / help in the terminal about HTML / CSS ? === duy is now known as laduyhaha