[00:02] IT'S WORKING! [00:02] Thanks a lot, it successfully booted and I have write permission again. [00:03] is there a quick summary of what was wrong and what fixed it? [00:04] cool :) [00:05] sarnold, some UUID was wrong in fstab, which caused the filesystem to become read-only [00:05] ew [00:05] that wuold have confused me to no end; I'm not real good with the uuid view of filesystems :) [00:06] it's because you have errors=remount-ro [00:06] (which is generally a good thing) [00:45] Do I need Avahi for CUPS/printer discovery? [00:46] I'm not positive, but that's my guess, yes [00:49] adrian_1908: no, unless you are sharing printers from your computer. [00:49] cups-browsed finds the printers, not avahi. [01:15] TheCr0w^: And the protocols necessary for printer discovery do not require any of the `avahi-*` packages? [01:17] adrian_1908: nope. [01:18] avahi is a bonjour server, for other devices to find YOU. [01:18] Ah ok, that makes sense! [01:36] struggled with bonjour lately [01:36] stupid chromecast [01:36] bonjour does not work across subnets [01:36] ended up passing an option to vlc [01:37] no need for bonjour... was more like goodbye :) [02:23] hi guys, is there any way of restoring localization files? with sudo dpkg-reconfigure locales, it keeps telling me that whatever locale i try to add cannot be found [02:25] Rabid_Raven: I wonder if debsums -ac will show you what's possibly missing from those packages.. it might be pretty noisy or it might not even help, but it's the first thing that comes to mind [02:26] worth a try [02:27] missing a ton of /usr/share/locale files [02:28] cool; apt get install --reinstall those packages [02:28] any way of reinstalling them from a startup disk or something? [02:28] you should be able to remove the package with nodeps [02:28] and then reinstall it [02:28] no need to remove it either [02:28] just the apt get install --reinstall should do the job; you shouldn't need to reboot or remove anything [02:29] sigh apt-get install [02:29] true. [02:29] i only really need the fr_CA locale either way [02:29] I'm trying to learn how to use "apt install" after twenty-ish years of apt-get and I screw up often.. === zbenjamin_ is now known as zbenjamin [02:30] so what would be the full command to --reinstall the locale files? [02:30] apt-get install --reinstall locales [02:31] odd files to go missing though.. [02:31] i figured that but didn't want to take a change [02:31] chance [02:31] :) [02:33] alright, time to log out and try it again [02:33] after this video... [02:33] Rabid_Raven: try the dpkg-reconfigure step first [02:34] :) [02:36] sarnold: sounded good, did so. will restart just to be sure [02:36] nothing against the english language but as a french teacher and francophile, i'd rather be in a french environment [02:39] either way, thanks for all of your help. I hope to one day be so good with this os that i can fix everything myself :P) [02:58] kde tells me, in the regional settings, that "there are no languages available on this system" [02:58] there's got to be a way to fix that [02:59] did you reconfigure [02:59] or reinstall [02:59] --reinstall [03:00] basically, I did sudo apt-get install --reinstall locales [03:00] hmm. you may need to restart kde? [03:00] i restarted the whole computer and even logged out a few times after trying a few things [03:00] strange. [03:00] maybe we can --reinstall languages rather than locales? [03:00] (even though that seems to be the same thing) [03:01] try the reconfigure. [03:01] same apt line but --reconfigure? [03:01] Rabid_Raven: This Help : https://help.ubuntu.com/community/Locale/ [03:01] dpkg-reconfigure locales [03:01] Bashing-om: been there [03:01] oh, i did that too [03:02] try reinstall these packages [03:02] imma just install all languages possible [03:02] language-pack-en [03:02] language-pack-en-base [03:02] language-pack-kde-en [03:02] i imagine fr_CA requires fr_FR [03:03] do you have language-pack-kde-fr [03:03] installed [03:04] let's find out [03:05] looks like it wasn't installed, go figure [03:05] i installed in french too [03:05] oui oui [03:06] sacré bleu! [03:06] time to try eveything === anon is now known as bigboy360 [03:17] how do i search in the *most* general way for a piece of software on debian by keyword? [03:17] like say I dont know the ppa even and want to find a list [03:19] bigboy360: My goto: https://packages.ubuntu.com/ . [03:23] bigboy360: "apt search"? [03:26] rbasak, doesnt that just search through sources already listed in my sources.list? [03:27] bigboy360: yes - isn't that what you're requesting? [03:27] All (installable and functional) software in Debian should be available via that. [03:28] Oh, sorry. [03:29] You mean random third party sources publishing software _for_ Debian but aren't provided in Debian itself? [03:29] I don't know of any good answer to that, sorry. [03:30] I would strongly recommend against using random third party sources though. They break your system. Users tend not to notice until when they try upgrading to a new distro release, at which point they usually don't realise it was the installation of third party software that broke their systems. [03:30] Third party repositories provided by apt cannot integrate with the system packaging system properly and are fundamentally broken. [03:33] Running Ubuntu 18.04 fully up to date. Just installed openshot and handbrake via the Ubuntu Software and noticed I now have Blender and Inkscape installed which I NEVER installed myself. How does this happen?! Noticed this happen on 2 separate computers now. Anyone else notice this? [03:34] rbasak, what do you meant cnat integrate with system packaging [03:34] like cant be updated when you do sudo apt update? [03:36] Dregneel602: Blender and Inkscape are "dependencies" of openshot. [03:36] @TheCr0w^, ah, didn't know that. Thanks! [03:37] guess I better reinstall those 2 apps then lol [03:37] it's quite possible that whatever you need to do will continue to work. [03:38] bigboy360: I mean that they cannot fully express dependency relationships like the distribution archive can, so that leads to broken packages following a distribution release upgrade. It's an arcane packaging point - summary is, it's impossible for a third party repository to provide third party software effectively without breaking a future distribution upgrade. [03:38] https://packages.ubuntu.com/xenial/openshot [03:39] yeah, blender and inkscape both there. so yes, probably do reinstall them :) [03:40] @TheCr0w^, thanks. Will do. Don't want any issues with them [03:43] rbasak, what if it adds itself properly to sources.list [03:43] and all dependencies [03:50] bigboy360: it can't. dpkg package relationships are only specified from one end (a different end depending on the specific relationship). There are some relationships that third party repositories cannot specify, such as "Breaks" in the distro to third party direction. This is what breaks upgrades. When not using third party repositories, these relationships can be specified fully by distribution [03:50] maintainers, and these are essential for correct ordering when doing an upgrade. [03:51] Even if third party repositories do everything right (they usually don't), it's not possible for them to ensure that future distribution release upgrades go smoothly [03:51] Third party apt repositories are fundamentally a hack. [03:51] apt treats them as if they are first party sources and as if the distribution fully expresses relationships with those third parties, but they don't. [03:52] bigboy360: this is partly why snaps were invented - because third party apt repositories don't work. [03:53] Well that's maybe a bit harsh. They do work initially, at least. Many people still use them. [03:53] But generally using them inevitably breaks things. [04:03] rbasak, what do snaps do differently [04:06] bigboy360: they run in a sandbox, like an Android or iOS app does. They don't have permission or access to break the system. They're designed specifically for third parties to ship software in a more secure and stable way directly to end users, whereas third party apt repositories have always been a hack. [04:07] i see [04:07] cool [05:35] any advice after upgrading to ubuntu 18.04 ? [05:38] I liked 16.04 more... i don't like that close window menu on other (windows) side... [05:41] !info gnome-tweak-too bionic [05:41] Package gnome-tweak-too does not exist in bionic [05:41] !info gnome-tweak-tool bionic [05:41] gnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.28.1-1 (bionic), package size 1 kB, installed size 12 kB [05:42] lenny_lemon: ^^ [05:52] Bashing-om, i'm not PRO... what you trying to tell me? :) [05:53] lenny_lemon: install the gnome-tweak-tool - one of the things it enables one to do is change the button positions. [05:54] lenny_lemon: the gnome tweak tool lets you tweak your ubuntu more [05:54] :))) [05:54] thanks [05:54] lenny_lemon: and see also dconf-editor pretty handy aswell if you like tweaks [05:54] by sudo apt install gnome-tweak-tool ? [05:55] lenny_lemon: Uh Huh :D [05:59] nice... i got it right now... on the left... [05:59] on the right side... the left one... hahahahh [06:00] lenny_lemon: :D [06:00] common for islands... left is the right one... [06:01] after 7hrs upgrading can go sleep now... :) [06:01] will tweak and play later... thanks again... Bashing-om lotuspsychje [06:01] happy tweakin [06:02] :D [06:02] i just have installed tor but it does not run... [06:02] what can it be? [06:04] ok, don't worry... i'm not gonna spend another hour... got enough... [06:07] :) [07:09] hello i've like 1500 errors like this -> file '7' write error: Read-only file system [v8.32.0 try http://www.rsyslog.com/e/2027 ] [07:09] what does it means? === mIk3_10 is now known as mIk3_08 [07:16] simon87: your file system has gone read only, possibly due to errors. [07:17] you may have some underlying hardware issue with your disk, but there are a few possible reasons. [07:18] i've changed my hdd with an ssd [07:18] for the root filesystem? [07:19] yes, the whole system is on the ssd [07:19] ok. you may have the same issue someone else had earlier. [07:19] give me an output of blkid, mount and cat /etc/fstab [07:19] https://paste.ubuntu.com/ [07:20] wait, please; what ive to mount? [07:20] just run these commands [07:21] blkid [07:21] cat /etc/fstab [07:21] mount [07:21] and paste the output into https://paste.ubuntu.com/ and send me the link. [07:23] TheCr0w^ , https://paste.ubuntu.com/p/HFVHtrhsDY/ [07:24] https://paste.ubuntu.com/p/qKDWNZ5rPw/ [07:24] getting a error during build [07:25] simon87: blkid please [07:26] TheCr0w^ , it returns nothing [07:26] can't be. [07:26] are you root [07:26] no, im not [07:26] please go to root and run blkid [07:27] sudo su - [07:28] TheCr0w^ , https://paste.ubuntu.com/p/VVdrm52cnb/ [07:30] simon87: run tune2fs -l /dev/sda2 [07:30] with #? [07:30] yes [07:30] as root [07:32] TheCr0w^ , https://paste.ubuntu.com/p/gFNXq2KBj3/ [07:32] ok, your file system has some errors, you need to reboot into rescue mode and run e2fsck -f /dev/sda2 [07:34] ok then i've to show you output or simething else when ill be in rescue mode? (just to know if i've to take a photo to the screen) [07:34] https://www.ostechnix.com/how-to-boot-into-rescue-mode-or-emergency-mode-in-ubuntu-18-04/ [07:36] TheCr0w^, please, read above [07:36] you need to follow the emergency mode instructions [07:37] you don't really need to show me.. you will be asked to repair some errors, and you should say yes to all the prompts. [07:38] this does not explain why the errors were caused however. have you powered the machine off unexpectedly? [07:39] reminded, you need EMERGENCY mode not rescue mode. [07:41] yes several times if i've to say the truth because my system blocked for several times with no apparently errors; i think i get some errors with usb buses but i dont really know what cause that crashes [07:41] ok, well this increases the chances of file system errors. [07:42] when these are detected, for your data's saftey writing to the disk is disabled. [07:42] I would recommend that you update your kernel to the latest if you have not done so already, after we get the partition writable again. [07:45] ok, so i've to boot in emergency and repair the filesystem, then update kernel? [07:45] 5.0.0-36-genericUbuntu 19.04 \n \l [07:45] this is my kernel and ubuntu version [07:50] TheCr0w^ , im going to repair filesystem, then ill be back here, really thank you for all of this, brb [08:18] TheCr0w^ , i booted with Emergency mode editing grub options, but i dont think that i got the right screen cause it opened up (initramfs) [08:19] possibly not. you can just boot from the live cd, may be easier for you. [08:22] In the grub screen of live cd i go in "Check disc for defects"? [08:22] yep you can do that. [08:22] actually, no, that's checking the actual media. [08:22] sorry. [08:22] no, you need to boot from the livecd, and get a root terminal. [08:23] He's checking the actual media, i started It lol [08:23] In going to reboot [08:23] it* [08:24] I think you can cancel it [08:24] or yes, just reboot, and boot the livecd. [08:25] Yes, i did it; now im going to get root terminal [08:25] I got It [08:25] ok [08:25] e2fsck -f /dev/sda2 [08:27] Ok done, fixed all errors [08:28] Now i have to update the kernel?? [08:29] reboot [08:30] but, yes, I would recommend, apply all updates. [08:33] Ok, ill do it, thank you for all of this. Ill be back with the logs if the error will occur again. Thanks [08:33] no problem, good luck. [09:00] hi [09:04] in older ubuntus it was always easy to click the network thing and then choose "share" or "link local" or whatever, in 18 i cant find any of that [09:04] so i could e.g. share wifi from a laptop to a desktop, or connect to my raspberry pi without a router, etc [10:45] Hello, Good morning everyone [10:47] I have a weird problem. I have an SSD in my PC with Windows 10. I have another one that I am using to install 19.10. No matter how many times I install it, the GRUB will never get created. When I log in it goes sirectly to Ubuntu. If I want to log into Windows, I have to do it through the BIOS. Why could this be? [11:37] TheCr0w^ , it's crashed again damn [11:37] how can i show you the last important log that can i view with ubuntu log tool? [11:40] usb 2-8: device descriptor read/64, error -71 , a lot of these errors; i think the crash happens for some usb 2.0 port problem; i think ill cut off that damn port [11:45] auctus, run 'nm-connection-editor' in terminal from there you can set your network [11:49] Hiyas all [12:06] these crashes begin to make me mad. damn. [12:06] you may have a hardware issue. [12:08] ok, probably is the usb port 2.0 (this laptop has two 3.0 and one 2.0); how can i disable 2.0? is there a way? [12:10] on that board where is the usb 2.0 there are a card reader and headphones too;can the problem be the whole board, TheCr0w^ [12:10] ? === DeafGoose_ is now known as DeafGoose [12:19] simon87: When does it crash? At boot? If so, and you know it is USB, you might be able to disable in BIOS, or whatever the cool kids call it today. [12:20] Sinistrad, no, when it's running like after one hour or five minutes, it's the same [12:21] windows manager crashes and i can access to nothing in the system so i've to turn off it from the button [12:21] Sinistrad, so can i disable the whole board from the BIOS? [12:22] I dont use it, the sound card is dead too, so i dont need headphones [12:22] simon87: For more troubleshooting, if it is only locking up your display, you might be able to have ssh open and log in from another computer and check logs to see what is going on. [12:23] simon87: If you get ssh going and can log in remotely before the crash and not so after the crash, then you've definitely had the kernel freak out. [12:25] simon87: My little one is calling me. Maybe that will give food for thought [12:25] Sinistrad, so I've to login remotely with ssh and wait until crash come up [12:25] simon87: Well, just make sure you have ssh answering before-hand [12:25] simon87: Not saying you have to keep it connected =) [12:26] simon87: After the crash, log in if you can, then poke around in /var/log to see if anything is obvious. [12:26] okok i got it [12:27] simon87: If it is only the display, maybe Xorg logs could give you some clues as to why the display locked up [12:27] thank you [12:27] simon87: You're welcome. I hope it helps [12:28] I hope too :) see you l8r [12:32] how to add pppoe network [12:43] anyone to help? [12:45] how to add pppoe connection? [12:49] baqir: Here is something that I found: https://help.ubuntu.com/community/ADSLPPPoE [12:50] baqir: Report back if that article is not helpful. [13:05] after upgrading to ubuntu 18.04 I noticed increased temperature in processor... [13:14] anyone else facing issues where certain Wifi network doesn't show their encryption on KDE Network Manager? [13:21] the same SSID shows their wifi security on nmcli, but not nmgui through KDE [14:02] Hi [14:17] I'm trying to configure postfix to use a password hash (.db file) to authenticate with 3rd party smpt provider. I've looked at hash created with postmap command, and except for hash it still contains cleartext password at the end of the hash. Is that supposed to be like that? If someone is to get root access to the machine he can still read my 3rd party mail provider password. [14:27] Ignacy: ... password hashs don't work when you have to provide the password to an external party for authentication purposes. [14:27] Ignacy: they're only good for when you only need to store them for your authentication purposes. [14:28] Ignacy: welcome to the limitations of encyption. [14:29] automated tools rarely have a good way to store authentication secrets; you usually have to store them in a secure manner but can't eliminate disclosure entirely. [14:29] usually this means putting them in a file that most cannot access. [14:29] not storing it in revision control system [14:29] etc === kostkon_ is now known as kostkon [14:36] thank you ryuo. Now I understand. The password hash has mode 0600, while other files in postfix directory are 644. I was thinking about it since yesterday :D [14:36] hey everyone. I'm experimenting with building an ubuntu kernel with patches. Is this still the best page in the docs? https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel I'm running an Ubuntu Fossa daily build that's a day or two old. [14:36] !ubuntu+1 rdrey [14:37] !ubuntu+1 | rdrey [14:37] rdrey: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+1 [14:37] ah, thanks [14:37] will move over there [14:39] ioria: The graphical card issue is back. [14:41] I did some rsync and did let the laptop stay on over night. and the annyoing ugly screencolor did welcome me. It was a less happy moment. [15:40] hi! I have 18.04 LTS [15:40] Python3 is installed by default [15:40] Is python2.7 also installed? [15:41] (by default, after install)? [15:42] I don't need it, but was just curious if Python2 is still installed or not [15:50] anyone an idea? [15:51] did you try the command "python2" [15:51] or 'dpkg -l | grep python' to get the list of installed packages matching python [15:53] bindi, i tried python2 but working [15:53] so i thought it's not installed [15:53] but this seems strange as of 2018 [15:53] even nowadays debian 10 still has py2.7 has requirement... [15:53] today after installing ubuntu, i was trying to install ubuntu-restricted-extras, but while installing corefonts it displays thjis error https://paste.ubuntu.com/p/Hs5fX2nqww/ [15:53] bindi, i tried python2 but *not* working [15:54] so what do you think bindi? [15:54] how do i solve this. i need ms corefonts for my project. [15:55] gyuma1etyr: if you were just curious, i gave the tools to fulfill your curiosity :P [15:55] they're getting rid of python2 bit by bit [15:57] bindi, dkpg -l |grep python shows only libpython2.7 and such things [15:57] but not python2 python2.7 [15:57] so only some libs are insalled but not the actual python2 inerpreter i think? [15:57] probably compatibility stuff [15:58] Hi. Does anyone know of any channel on IRC where I can ask theoretical Object oriented programming questions? [15:59] martiansoul: try /msg alis list [15:59] martiansoul: actually /msg alis help list [16:01] bindi: thanks! [16:02] thanks for all the help guys! [16:16] gyuma1etyr, python2.7 is included in the iso, but removed after the installation; you can check the 18.04 release notes : 'Python 2 is no longer installed by default. Python 3 has been updated to 3.6. This is the last LTS release to include Python 2 in main.' [16:16] ioria, good news! [16:16] it will force me to move on to py3 now ;) [16:17] gyuma1etyr, ok, python2.7 is still present in the 18.04 repo [16:19] anyone please. [16:20] rajivmars, i guess you need to wait some time and try again or install manually the .deb [16:21] ok [16:56] what is udp echo port? [17:03] martiansoul: 7, as with tcp [17:04] Fuchs: i meant the theory of it. I couldn't really understand it reading on wikipedia [17:04] martiansoul: to echo back exactly what you are sending it [17:05] it's mostly meant for tests === jhutchin1 is now known as jhutchins [17:05] e.g. if you think that something might modify or drop some of your packets on the way to wherever that echo service is running [17:06] how did you stumble upon it / why the question? [17:06] (tl;dr: if you don't know what it is, you most likely don't want / need it) [17:07] and probably not at all related to #ubuntu [17:08] Fuchs: I was reading a research paper on caching. [17:08] maybe they have an ubuntu box with it enabled or want to enable it [17:08] oh, okay, then you probably want ##networking [17:08] Fuchs: Okay. Thanks! [17:08] you're welcome :) [17:16] Hello there. Quick question, I realize that is could be strictly a Xubuntu thing(appreciate your patience) but......just got a fresh install of Xubuntu 19.10 done. Did a Apt update...all the other repos updated fine except this one: [17:16] Err:1 http://mirrors.xtom.com/ubuntu eoan InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?) [17:17] Any direction or ideas on how to get rid of it? === Morgenkaff_ is now known as Morgenkaff [17:36] qijoe3k, cat /etc/apt/sources.list | nc termbin.com 9999 [17:46] qijoe3k, cat and paste url that will generate [17:47] 10/4 [17:52] https://termbin.com/zjao [18:08] hi all. i've a 2nd hd installed on my pc. it seems to be mounted in ro mode, but i cannot find it in /etc/fstab. [18:09] i would like to know how to mount it at the boot in rw mode, in a chosen mountpoint (actualiy it is: /media/ptux/) [18:11] ptux, when you add a new drive, you have to manually add it to fstab with the mount instructions [18:12] pragmaticenigma, but does it mantains the setting on reboot or it is overwritten? [18:14] ptux, /etc/fstab is a configuration file. It does not automatically change [18:19] qijoe3k, find Settings Manager → Software & Updates and follow steps https://i.stack.imgur.com/gI5Jp.jpg [18:20] pragmaticenigma, so could be right add in fstab: /dev/sdb1 /mnt/storage ext4 defaults,utf8,umask=0087,gid=64? [18:22] *umask=007 [18:24] qijoe3k, you need to select another mirror [18:25] @leden, gotcha. much appreciated. Will do it here in a minute. === scde_ is now known as scde [19:02] Does ubuntu not have a package for unetbootin? (19.10) [19:04] unetbootin is not recommended anymore akk [19:05] No? I want to make a bootable FreeDOS stick and have seen a couple recommendations that unetbootin is the easiest way. [19:05] Is there a better way? [19:05] (I need to install a firmware update from lenovo ... I've been struggling with this for three solid days, I'm getting desperate to find a way) [19:07] akk, unetbootin is not provided in the official repos. You can obtain it from a 3rd party maintained repo [19:07] https://help.ubuntu.com/community/Installation/FromUSBStick#Unetbootin [19:07] https://launchpad.net/~gezakovacs/+archive/ubuntu/ppa [19:08] Thanks, pragmaticenigma [19:09] akk, I do note that the official documentation does mention unetbootin... I might be confusing it with a different tool. Personally I use etcher.io, but that a topic for another time. I wish you luck with your BIOS update [19:10] Thanks! Supposedly unetbootin knows where to download freedos images ... the freedos site itself only has installer images, not runnable ones. [19:10] I confess to being skeptical that freedos will be enough to run this installer, but it's worth a try. [19:11] akk, freedos is continuously updated. the firmware updaters like that typically just need a DOS environment to execute their binary, after that the application goes into a lower level mode to access what it needs directly [19:13] I hope! I tried several minimal windows things, like booting from a win 10 installer, and kept getting messages like "the image file is valid, but is for a machine type other than the current machine". [19:13] It's supposedly a 64-bit windows binary but I haven't found any way on Linux to check that. [19:14] have you tried 'file' [19:14] So far unetbootin isn't looking promising, it doesn't run, X errors (probably related to having to run as root). [19:15] Heya. I am unsuccesfully trying to set my ultrawide 34" Iiyama monitor to its native 3440x1440 resolution. It's plugged into a recent Lenovo X1 Carbon via HDMI. `hwinfo --monitor` recognizes the monitor and confirms that 3440x1440 is its maximum resolution. How do I proceed? [19:15] Ben64, can you expand on that idea? [19:15] it's a command. file [19:15] tells you about said file [19:15] Ben64, I don't see how that would help here [19:16] It's supposedly a 64-bit windows binary but I haven't found any way on Linux to check that. [19:18] Ben64, n2hgc06w.exe: PE32 executable (GUI) Intel 80386, for MS Windows -- does the PE32 mean it's 32-bit, not 64? [19:20] I did run file earlier, but I don't know how to read that line, file is much clearer with Linux apps about whether they're 32- or 64-bit. [19:21] 80386 means 32bit [19:21] Ah! Interesting, so lenovo is fibbing about it being for 64-bit. That may explain some of the things I tried that didn't work. [19:21] well anything that can run 64bit windows stuff can also run 32bit [19:22] Except the windows installer, turns out. :) [19:22] the installer can't really run things [19:23] Oh well, have to run off for a bit, will have to fight with unetbootin later. Thanks for the info, Ben64 and pragmaticenigma! [19:49] Hi all. Struggling a little with having rclone ignore lost+found, cause syncs fail when trying to sync and that file is present in the folder. I have tried to use the filters, but no luck. [19:52] it works if running as root, since root obviously can read lost+found, but i am not planning on running rclone as root for my purpose. Could move all my files to a sub-folder, but its more like a workaround. [19:56] albech, i don't use rclone, but the filter should work ; what's the exact cmd issued ? [19:58] <_Sean_> hi all - sorry for google worthy question but my google is failing tonight- trying to remember how to prompt for hostname input (ie. NOT string) in a preseed and I am failing hard (18.04 dell re-jigged install/recovery) [20:01] What would be a good place to ask my previous question about ultrawide monitor resolution in Ubuntu? [20:02] slrplx: this channel is a good place for that question - just maybe not right now :-) [20:04] Roger, I'll ask again later [20:24] <_Sean_> anyone here ever preseed [20:25] _Seen_: just exactly I'm look for it :) [20:26] <_Sean_> I think thanks, not exactly sure what ye mean :) [20:26] I found some stuff in Turkish. https://farukomercakmak.gitlab.io/post/2019-09-18-pardus-preseed-iso-olusturma/ [20:26] <_Sean_> perfect, checking it out now :) [20:26] <_Sean_> thank you [20:26] np [20:27] <_Sean_> in there - hostname is still string and seen - where do you see the variable for human input? [20:28] Heya. I am unsuccesfully trying to set my ultrawide 34" Iiyama monitor to its native 3440x1440 resolution. It's plugged into a recent Lenovo X1 Carbon via HDMI. `hwinfo --monitor` recognizes the monitor and confirms that 3440x1440 is its maximum resolution. How do I proceed? [20:30] hidpi screens want DP displayport, hdmi is too slow? [20:31] Possibly [20:31] _Sean_, but old thread : https://askubuntu.com/questions/111727/how-do-i-get-prompted-for-a-hostname-in-a-preseed [20:32] <_Sean_> heh, i am gonna kick something if it was that easy [20:32] <_Sean_> thanks ioria - will muck with a new iso tomorrow and give that a try [20:32] ok [20:37] oerheks, the monitor works [20:37] is it possible to add any .deb package with preseed? Just an example: I want to install "pale moon" browser in os installation progress. [20:38] At a respectable 2560x1440 [20:38] Could 3440x1440 really be a problem in this setup? [20:39] slrplx, with DP it should fully work. [20:39] go check the vendor [20:43] vendor says: HDMI & Display Port: 3440 x 1440 @48-75Hz [20:44] <_Sean_> gunix_: I think you are looknig for 'ubiquity ubiquity/success_command' from my limited smashing of stuff that deprecated preseed/late_command [20:44] slrplx, grinn, your vendor hides the truth, seen that before [20:46] Naughty vendor [20:46] Anything I can attempt? [20:47] ioria: rclone -P --include "backup-SQL-*" --exclude "lost*" sync /var/bareos-storage/ wasabi:bucket-name - getting: ERROR : lost+found: error reading source directory: failed to open directory "lost+found": open /var/bareos-storage/lost+found: permission denied [20:47] albech, try --exclude “/lost+found/**” [20:47] ioria: tried with escaping lost\+found also.. same problem.. [20:47] HDMI 1.4 supports up to 2560x1440 using at 60hrz, *maybe* at lower 30hrz it works, but i guess you need DP [20:48] good luck! [20:48] albech, then, no idea [20:50] <_Sean_> hrmpf - too good to be true, worth a try @ gunix_ - http://paste.ubuntu.com/p/vNcGmkq3SP/ [20:52] Thanks oerheks [20:52] anyone else have experience with rclone and how to ignore lost+found? I have tried the --ignore filter, but with no luck. [20:53] Thank you @_Sean_ [20:54] oerheks [20:54] It works at 30hz! [20:54] <_Sean_> unfortunately didn't work [20:54] <_Sean_> oh well [20:57] slrplx, good, you are lucky! [20:57] have fun [21:00] Hm [21:00] Also works at 40hz [21:46] albech, the --exclude only works for files, not folders [21:46] albech, The documentation also mentions you should not use --include and --exclude [21:46] at the same time [22:15] Hi. I want to start reading the code of linux kernel. but for now, i would prefer a small snippet. could anyone guide me for the same? [22:17] martiansoul: have at the Linux kernel tree source https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/?h=v5.4-rc8 [22:18] jeremy31: how should i proceed with reading it? [22:18] martiansoul: if you want to look at Intel wifi source code. go to /drivers/net/wireless/intel/iwlwifi [22:28] Hi [22:28] How to disable internet for one particular user? [22:28] I'm using 18.04 LTS [22:32] anyone an idea? [22:37] hello I'm having curlftpfs installed and configured but It seems curlftfs can't modify a file in-realtime [22:38] I'm trying to directly download file to it - no luck I believe I'm having the right permissions - the dbg message i recieve is [22:38] ftpfs: operation ftpfs_open failed because Operation not supported [22:59] radkos, what protocol? [23:02] Eduard_Munteanu, torrent [23:02] radkos, that's strange, do you mean you mounted a torrent URL using curlftpfs? [23:03] Because I don't think that's supposed to be r/w. [23:06] Eduard_Munteanu, no I've set the mounted point with curlftpfs as a torrent's download destination [23:11] hi === Guest_39 is now known as Sayonara === Sayonara is now known as SayurNaraSayo [23:12] hi [23:12] anyone here? [23:13] !ask | SayurNaraSayo [23:13] SayurNaraSayo: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [23:13] :-) [23:14] radkos, and what protocol is curlftpfs using? [23:15] can i know where is the channel? [23:16] !patience [23:16] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [23:16] SayurNaraSayo, what do you mean? This is the channel, and there are 1139 people lurking in here right now. [23:18] im looking for ubuntu chitchat old style where all people can chat.. [23:18] !ot | SayurNaraSayo [23:18] SayurNaraSayo: #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! [23:19] oh got it. thanks. [23:19] /msg ubottu !register [23:19] SayurNaraSayo: :) Help is what we do . [23:20] You can also send ubottu private messages. That's what /msg ubottu is about, it's an IRC command. === kees_ is now known as kees