/srv/irclogs.ubuntu.com/2019/11/23/#ubuntu.txt

ben_gIT'S WORKING!00:02
ben_gThanks a lot, it successfully booted and I have write permission again.00:02
sarnoldis there a quick summary of what was wrong and what fixed it?00:03
TheCr0w^cool :)00:04
ben_gsarnold, some UUID was wrong in fstab, which caused the filesystem to become read-only00:05
sarnoldew00:05
sarnoldthat wuold have confused me to no end; I'm not real good with the uuid view of filesystems :)00:05
TheCr0w^it's because you have errors=remount-ro00:06
TheCr0w^(which is generally a good thing)00:06
adrian_1908Do I need Avahi for CUPS/printer discovery?00:45
sarnoldI'm not positive, but that's my guess, yes00:46
TheCr0w^adrian_1908: no, unless you are sharing printers from your computer.00:49
TheCr0w^cups-browsed finds the printers, not avahi.00:49
adrian_1908TheCr0w^: And the protocols necessary for printer discovery do not require any of the `avahi-*` packages?01:15
TheCr0w^adrian_1908: nope.01:17
TheCr0w^avahi is a bonjour server, for other devices to find YOU.01:18
adrian_1908Ah ok, that makes sense!01:18
derpadminstruggled with bonjour lately01:36
derpadminstupid chromecast01:36
derpadminbonjour does not work across subnets01:36
derpadminended up passing an option to vlc01:36
derpadminno need for bonjour... was more like goodbye :)01:37
Rabid_Ravenhi 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 found02:23
sarnoldRabid_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 mind02:25
Rabid_Ravenworth a try02:26
Rabid_Ravenmissing a ton of /usr/share/locale files02:27
sarnoldcool; apt get install --reinstall those packages02:28
Rabid_Ravenany way of reinstalling them from a startup disk or something?02:28
TheCr0w^you should be able to remove the package with nodeps02:28
TheCr0w^and then reinstall it02:28
sarnoldno need to remove it either02:28
sarnoldjust the apt get install --reinstall should do the job; you shouldn't need to reboot or remove anything02:28
sarnoldsigh apt-get install02:29
TheCr0w^true.02:29
Rabid_Raveni only really need the fr_CA locale either way02:29
sarnoldI'm trying to learn how to use "apt install" after twenty-ish years of apt-get and I screw up often..02:29
=== zbenjamin_ is now known as zbenjamin
Rabid_Ravenso what would be the full command to --reinstall the locale files?02:30
TheCr0w^apt-get install --reinstall locales02:30
TheCr0w^odd files to go missing though..02:31
Rabid_Raveni figured that but didn't want to take a change02:31
Rabid_Ravenchance02:31
TheCr0w^:)02:31
Rabid_Ravenalright, time to log out and try it again02:33
Rabid_Ravenafter this video...02:33
sarnoldRabid_Raven: try the dpkg-reconfigure step first02:33
TheCr0w^:)02:34
Rabid_Ravensarnold: sounded good, did so. will restart just to be sure02:36
Rabid_Ravennothing against the english language but as a french teacher and francophile, i'd rather be in a french environment02:36
Rabid_Raveneither 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:39
Rabid_Ravenkde tells me, in the regional settings, that "there are no languages available on this system"02:58
Rabid_Raventhere's got to be a way to fix that02:58
TheCr0w^did you reconfigure02:59
TheCr0w^or reinstall02:59
Rabid_Raven--reinstall02:59
Rabid_Ravenbasically, I did sudo apt-get install --reinstall locales03:00
TheCr0w^hmm. you may need to restart kde?03:00
Rabid_Raveni restarted the whole computer and even logged out a few times after trying a few things03:00
TheCr0w^strange.03:00
Rabid_Ravenmaybe we can --reinstall languages rather than locales?03:00
Rabid_Raven(even though that seems to be the same thing)03:00
TheCr0w^try the reconfigure.03:01
Rabid_Ravensame apt line but --reconfigure?03:01
Bashing-omRabid_Raven: This Help : https://help.ubuntu.com/community/Locale/03:01
TheCr0w^dpkg-reconfigure locales03:01
Rabid_RavenBashing-om: been there03:01
Rabid_Ravenoh, i did that too03:01
TheCr0w^try reinstall these packages03:02
Rabid_Ravenimma just install all languages possible03:02
TheCr0w^language-pack-en03:02
TheCr0w^language-pack-en-base03:02
TheCr0w^language-pack-kde-en03:02
Rabid_Raveni imagine fr_CA requires fr_FR03:02
TheCr0w^do you have language-pack-kde-fr03:03
TheCr0w^installed03:03
Rabid_Ravenlet's find out03:04
Rabid_Ravenlooks like it wasn't installed, go figure03:05
Rabid_Raveni installed in french too03:05
TheCr0w^oui oui03:05
TheCr0w^sacré bleu!03:06
Rabid_Raventime to try eveything03:06
=== anon is now known as bigboy360
bigboy360how do i search in the *most* general way for a piece of software on debian by keyword?03:17
bigboy360like say I dont know the ppa even and want to find a list03:17
Bashing-ombigboy360: My goto: https://packages.ubuntu.com/ .03:19
rbasakbigboy360: "apt search"?03:23
bigboy360rbasak, doesnt that just search through sources already listed in my sources.list?03:26
rbasakbigboy360: yes - isn't that what you're requesting?03:27
rbasakAll (installable and functional) software in Debian should be available via that.03:27
rbasakOh, sorry.03:28
rbasakYou mean random third party sources publishing software _for_ Debian but aren't provided in Debian itself?03:29
rbasakI don't know of any good answer to that, sorry.03:29
rbasakI 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
rbasakThird party repositories provided by apt cannot integrate with the system packaging system properly and are fundamentally broken.03:30
Dregneel602Running 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:33
bigboy360rbasak, what do you meant cnat integrate with system packaging03:34
bigboy360like cant be updated when you do sudo apt update?03:34
TheCr0w^Dregneel602: Blender and Inkscape are "dependencies" of openshot.03:36
Dregneel602@TheCr0w^, ah, didn't know that. Thanks!03:36
Dregneel602guess I better reinstall those 2 apps then lol03:37
TheCr0w^it's quite possible that whatever you need to do will continue to work.03:37
rbasakbigboy360: 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
TheCr0w^https://packages.ubuntu.com/xenial/openshot03:38
TheCr0w^yeah, blender and inkscape both there. so yes, probably do reinstall them :)03:39
Dregneel602@TheCr0w^, thanks. Will do. Don't want any issues with them03:40
bigboy360rbasak, what if it adds itself properly to sources.list03:43
bigboy360and all dependencies03:43
rbasakbigboy360: 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 distribution03:50
rbasakmaintainers, and these are essential for correct ordering when doing an upgrade.03:50
rbasakEven 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 smoothly03:51
rbasakThird party apt repositories are fundamentally a hack.03:51
rbasakapt 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:51
rbasakbigboy360: this is partly why snaps were invented - because third party apt repositories don't work.03:52
rbasakWell that's maybe a bit harsh. They do work initially, at least. Many people still use them.03:53
rbasakBut generally using them inevitably breaks things.03:53
bigboy360rbasak, what do snaps do differently04:03
rbasakbigboy360: 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:06
bigboy360i see04:07
bigboy360cool04:07
lenny_lemonany advice after upgrading to ubuntu 18.04 ?05:35
lenny_lemonI liked 16.04 more... i don't like that close window menu on other (windows) side...05:38
Bashing-om!info gnome-tweak-too bionic05:41
ubottuPackage gnome-tweak-too does not exist in bionic05:41
Bashing-om!info gnome-tweak-tool bionic05:41
ubottugnome-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 kB05:41
Bashing-omlenny_lemon: ^^05:42
lenny_lemonBashing-om, i'm not PRO... what you trying to tell me?   :)05:52
Bashing-omlenny_lemon: install the gnome-tweak-tool - one of the things it enables one to do is change the button positions.05:53
lotuspsychjelenny_lemon: the gnome tweak tool lets you tweak your ubuntu more05:54
lenny_lemon:)))05:54
lenny_lemonthanks05:54
lotuspsychjelenny_lemon: and see also dconf-editor pretty handy aswell if you like tweaks05:54
lenny_lemonby sudo apt install gnome-tweak-tool ?05:54
Bashing-omlenny_lemon: Uh Huh :D05:55
lenny_lemonnice... i got it right now... on the left...05:59
lenny_lemonon the right side... the left one... hahahahh05:59
Bashing-omlenny_lemon: :D06:00
lenny_lemoncommon for islands... left is the right one...06:00
lenny_lemonafter 7hrs upgrading can go sleep now... :)06:01
lenny_lemonwill tweak and play later... thanks again... Bashing-om lotuspsychje06:01
lotuspsychjehappy tweakin06:01
lenny_lemon:D06:02
lenny_lemoni just have installed tor but it does not run...06:02
lenny_lemonwhat can it be?06:02
lenny_lemonok, don't worry... i'm not gonna spend another hour... got enough...06:04
TheCr0w^:)06:07
simon87hello 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
simon87what does it means?07:09
=== mIk3_10 is now known as mIk3_08
TheCr0w^simon87: your file system has gone read only, possibly due to errors.07:16
TheCr0w^you may have some underlying hardware issue with your disk, but there are a few possible reasons.07:17
simon87i've changed my hdd with an ssd07:18
TheCr0w^for the root filesystem?07:18
simon87yes, the whole system is on the ssd07:19
TheCr0w^ok. you may have the same issue someone else had earlier.07:19
TheCr0w^give me an output of blkid, mount and cat /etc/fstab07:19
TheCr0w^https://paste.ubuntu.com/07:19
simon87wait, please; what ive to mount?07:20
TheCr0w^just run these commands07:20
TheCr0w^blkid07:21
TheCr0w^cat /etc/fstab07:21
TheCr0w^mount07:21
TheCr0w^and paste the output into https://paste.ubuntu.com/ and send me the link.07:21
simon87TheCr0w^ , https://paste.ubuntu.com/p/HFVHtrhsDY/07:23
simon87https://paste.ubuntu.com/p/qKDWNZ5rPw/07:24
arunjaingetting a error during build07:24
TheCr0w^simon87: blkid please07:25
simon87TheCr0w^ , it returns nothing07:26
TheCr0w^can't be.07:26
TheCr0w^are you root07:26
simon87no, im not07:26
TheCr0w^please go to root and run blkid07:26
TheCr0w^sudo su -07:27
simon87TheCr0w^ , https://paste.ubuntu.com/p/VVdrm52cnb/07:28
TheCr0w^simon87: run tune2fs -l /dev/sda207:30
simon87with #?07:30
TheCr0w^yes07:30
TheCr0w^as root07:30
simon87TheCr0w^ , https://paste.ubuntu.com/p/gFNXq2KBj3/07:32
TheCr0w^ok, your file system has some errors, you need to reboot into rescue mode and run e2fsck -f /dev/sda207:32
simon87ok 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
TheCr0w^https://www.ostechnix.com/how-to-boot-into-rescue-mode-or-emergency-mode-in-ubuntu-18-04/07:34
simon87TheCr0w^, please, read above07:36
TheCr0w^you need to follow the emergency mode instructions07:36
TheCr0w^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:37
TheCr0w^this does not explain why the errors were caused however. have you powered the machine off unexpectedly?07:38
TheCr0w^reminded, you need EMERGENCY mode not rescue mode.07:39
simon87yes 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 crashes07:41
TheCr0w^ok, well this increases the chances of file system errors.07:41
TheCr0w^when these are detected, for your data's saftey writing to the disk is disabled.07:42
TheCr0w^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:42
simon87ok, so i've to boot in emergency and repair the filesystem, then update kernel?07:45
simon875.0.0-36-genericUbuntu 19.04 \n \l07:45
simon87this is my kernel and ubuntu version07:45
simon87TheCr0w^ , im going to repair filesystem, then ill be back here, really thank you for all of this, brb07:50
simon87TheCr0w^ , i booted with Emergency mode editing grub options, but i dont think that i got the right screen cause it opened up (initramfs)08:18
TheCr0w^possibly not. you can just boot from the live cd, may be easier for you.08:19
simon87In the grub screen of live cd i go in "Check disc for defects"?08:22
TheCr0w^yep you can do that.08:22
TheCr0w^actually, no, that's checking the actual media.08:22
TheCr0w^sorry.08:22
TheCr0w^no, you need to boot from the livecd, and get a root terminal.08:22
simon87He's checking the actual media, i started It lol08:23
simon87In going to reboot08:23
simon87it*08:23
TheCr0w^I think you can cancel it08:24
TheCr0w^or yes, just reboot, and boot the livecd.08:24
simon87Yes, i did it; now im going to get root terminal08:25
simon87I got It08:25
TheCr0w^ok08:25
TheCr0w^e2fsck -f /dev/sda208:25
simon87Ok done, fixed all errors08:27
simon87Now i have to update the kernel??08:28
TheCr0w^reboot08:29
TheCr0w^but, yes, I would recommend, apply all updates.08:30
simon87Ok, ill do it, thank you for all of this. Ill be back with the logs if the error will occur again. Thanks08:33
TheCr0w^no problem, good luck.08:33
ZaZaGXhi09:00
auctusin 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 that09:04
auctusso i could e.g. share wifi from a laptop to a desktop, or connect to my raspberry pi without a router, etc09:04
dbuggerHello, Good morning everyone10:45
dbuggerI 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?10:47
simon87TheCr0w^ , it's crashed again damn11:37
simon87how can i show you the last important log that can i view with ubuntu log tool?11:37
simon87usb 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 port11:40
ledenauctus, run 'nm-connection-editor' in terminal from there you can set your network11:45
BluesKajHiyas all11:49
simon87these crashes begin to make me mad. damn.12:06
TheCr0w^you may have a hardware issue.12:06
simon87ok, 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:08
simon87on 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
simon87?12:10
=== DeafGoose_ is now known as DeafGoose
Sinistradsimon87: 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:19
simon87Sinistrad, no, when it's running like after one hour or five minutes, it's the same12:20
simon87windows manager crashes and i can access to nothing in the system so i've to turn off it from the button12:21
simon87Sinistrad, so can i disable the whole board from the BIOS?12:21
simon87I dont use it, the sound card is dead too, so i dont need headphones12:22
Sinistradsimon87: 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:22
Sinistradsimon87: 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:23
Sinistradsimon87: My little one is calling me. Maybe that will give food for thought12:25
simon87Sinistrad, so I've to login remotely with ssh and wait until crash come up12:25
Sinistradsimon87: Well, just make sure you have ssh answering before-hand12:25
Sinistradsimon87: Not saying you have to keep it connected =)12:25
Sinistradsimon87: After the crash, log in if you can, then poke around in /var/log to see if anything is obvious.12:26
simon87okok i got it12:26
Sinistradsimon87: If it is only the display, maybe Xorg logs could give you some clues as to why the display locked up12:27
simon87thank you12:27
Sinistradsimon87: You're welcome. I hope it helps12:27
simon87I hope too :)  see you l8r12:28
baqirhow to add pppoe network12:32
baqiranyone to help?12:43
baqirhow to add pppoe connection?12:45
Sinistradbaqir: Here is something that I found: https://help.ubuntu.com/community/ADSLPPPoE12:49
Sinistradbaqir: Report back if that article is not helpful.12:50
lenny_lemonafter upgrading to ubuntu 18.04 I noticed increased temperature in processor...13:05
telboonanyone else facing issues where certain Wifi network doesn't show their encryption on KDE Network Manager?13:14
telboonthe same SSID shows their wifi security on nmcli, but not nmgui through KDE13:21
UndefinedIsNotAFHi14:02
IgnacyI'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:17
ryuoIgnacy: ... password hashs don't work when you have to provide the password to an external party for authentication purposes.14:27
ryuoIgnacy: they're only good for when you only need to store them for your authentication purposes.14:27
ryuoIgnacy: welcome to the limitations of encyption.14:28
ryuoautomated 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
ryuousually this means putting them in a file that most cannot access.14:29
ryuonot storing it in revision control system14:29
ryuoetc14:29
=== kostkon_ is now known as kostkon
Ignacythank 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 :D14:36
rdreyhey 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
leftyfb!ubuntu+1 rdrey14:36
leftyfb!ubuntu+1 | rdrey14:37
ubotturdrey: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+114:37
rdreyah, thanks14:37
rdreywill move over there14:37
raidghostioria: The graphical card issue is back.14:39
raidghostI 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.14:41
gyuma1etyrhi! I have 18.04 LTS15:40
gyuma1etyrPython3 is installed by default15:40
gyuma1etyrIs python2.7 also installed?15:40
gyuma1etyr(by default, after install)?15:41
gyuma1etyrI don't need it, but was just curious if Python2 is still installed or not15:42
gyuma1etyranyone an idea?15:50
bindidid you try the command "python2"15:51
bindior 'dpkg -l | grep python' to get the list of installed packages matching python15:51
gyuma1etyrbindi, i tried python2 but working15:53
gyuma1etyrso i thought it's not installed15:53
gyuma1etyrbut this seems strange as of 201815:53
gyuma1etyreven nowadays debian 10 still has py2.7 has requirement...15:53
rajivmars 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
gyuma1etyrbindi, i tried python2 but *not* working15:53
gyuma1etyrso what do you think bindi?15:54
rajivmarshow do i solve this. i need ms corefonts for my project.15:54
bindigyuma1etyr: if you were just curious, i gave the tools to fulfill your curiosity :P15:55
bindithey're getting rid of python2 bit by bit15:55
gyuma1etyrbindi, dkpg -l |grep python shows only libpython2.7 and such things15:57
gyuma1etyrbut not python2 python2.715:57
gyuma1etyrso only some libs are insalled but not the actual python2 inerpreter i think?15:57
bindiprobably compatibility stuff15:57
martiansoulHi. Does anyone know of any channel on IRC where I can ask theoretical Object oriented programming questions?15:58
bindimartiansoul: try /msg alis list15:59
bindimartiansoul: actually /msg alis help list15:59
martiansoulbindi: thanks!16:01
explorethanks for all the help guys!16:02
ioriagyuma1etyr, 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
gyuma1etyrioria, good news!16:16
gyuma1etyrit will force me to move on to py3 now ;)16:16
ioriagyuma1etyr, ok, python2.7 is still present in the 18.04 repo16:17
rajivmarsanyone please.16:19
ioriarajivmars, i guess you need to wait some time and try again or install manually the .deb16:20
rajivmarsok16:21
martiansoulwhat is udp echo port?16:56
Fuchsmartiansoul: 7, as with tcp17:03
martiansoulFuchs: i meant the theory of it. I couldn't really understand it reading on wikipedia17:04
Fuchsmartiansoul: to echo back exactly what you are sending it17:04
Fuchsit's mostly meant for tests17:05
=== jhutchin1 is now known as jhutchins
Fuchse.g. if you think that something might modify or drop some of your packets on the way to wherever that echo service is running17:05
Fuchshow did you stumble upon it / why the question?17:06
Fuchs(tl;dr: if you don't know what it is, you most likely don't want / need it)17:06
bindiand probably not at all related to #ubuntu17:07
martiansoulFuchs: I was reading a research paper on caching.17:08
Fuchsmaybe they have an ubuntu box with it enabled or want to enable it17:08
Fuchsoh, okay, then you probably want ##networking17:08
martiansoulFuchs: Okay. Thanks!17:08
Fuchsyou're welcome :)17:08
gijoe3kHello 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
gijoe3kErr:1 http://mirrors.xtom.com/ubuntu eoan InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)17:16
gijoe3kAny direction or ideas on how to get rid of it?17:17
=== Morgenkaff_ is now known as Morgenkaff
ledenqijoe3k, cat /etc/apt/sources.list | nc termbin.com 999917:36
ledenqijoe3k, cat and paste url that will generate17:46
gijoe3k10/417:47
gijoe3khttps://termbin.com/zjao17:52
ptuxhi 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:08
ptuxi would like to know how to mount it at the boot in rw mode, in a chosen mountpoint (actualiy it is: /media/ptux/<averylongstring>)18:09
pragmaticenigmaptux, when you add a new drive, you have to manually add it to fstab with the mount instructions18:11
ptuxpragmaticenigma, but does it mantains the setting on reboot or it is overwritten?18:12
pragmaticenigmaptux, /etc/fstab is a configuration file. It does not automatically change18:14
ledenqijoe3k, find Settings Manager → Software & Updates and follow steps https://i.stack.imgur.com/gI5Jp.jpg18:19
ptuxpragmaticenigma, so could be right add in fstab: /dev/sdb1 /mnt/storage ext4 defaults,utf8,umask=0087,gid=64?18:20
ptux*umask=00718:22
ledenqijoe3k, you need to select another mirror18:24
gijoe3k@leden, gotcha. much appreciated. Will do it here in a minute.18:25
=== scde_ is now known as scde
akkDoes ubuntu not have a package for unetbootin? (19.10)19:02
pragmaticenigmaunetbootin is not recommended anymore akk19:04
akkNo? I want to make a bootable FreeDOS stick and have seen a couple recommendations that unetbootin is the easiest way.19:05
akkIs there a better way?19:05
akk(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:05
pragmaticenigmaakk, unetbootin is not provided in the official repos. You can obtain it from a 3rd party maintained repo19:07
pragmaticenigmahttps://help.ubuntu.com/community/Installation/FromUSBStick#Unetbootin19:07
pragmaticenigmahttps://launchpad.net/~gezakovacs/+archive/ubuntu/ppa19:07
akkThanks, pragmaticenigma19:08
pragmaticenigmaakk, 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 update19:09
akkThanks! Supposedly unetbootin knows where to download freedos images ... the freedos site itself only has installer images, not runnable ones.19:10
akkI confess to being skeptical that freedos will be enough to run this installer, but it's worth a try.19:10
pragmaticenigmaakk, 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 directly19:11
akkI 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
akkIt's supposedly a 64-bit windows binary but I haven't found any way on Linux to check that.19:13
Ben64have you tried 'file'19:14
akkSo far unetbootin isn't looking promising, it doesn't run, X errors (probably related to having to run as root).19:14
slrplxHeya. 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
pragmaticenigmaBen64, can you expand on that idea?19:15
Ben64it's a command. file <file>19:15
Ben64tells you about said file19:15
pragmaticenigmaBen64, I don't see how that would help here19:15
Ben64<akk> It's supposedly a 64-bit windows binary but I haven't found any way on Linux to check that.19:16
akkBen64, n2hgc06w.exe: PE32 executable (GUI) Intel 80386, for MS Windows -- does the PE32 mean it's 32-bit, not 64?19:18
akkI 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:20
Ben6480386 means 32bit19:21
akkAh! 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
Ben64well anything that can run 64bit windows stuff can also run 32bit19:21
akkExcept the windows installer, turns out. :)19:22
Ben64the installer can't really run things19:22
akkOh well, have to run off for a bit, will have to fight with unetbootin later. Thanks for the info, Ben64 and pragmaticenigma!19:23
albechHi 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:49
albechit 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:52
ioriaalbech, i don't use rclone, but the filter should work ; what's the exact cmd issued ?19:56
_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)19:58
slrplxWhat would be a good place to ask my previous question about ultrawide monitor resolution in Ubuntu?20:01
guntbertslrplx: this channel is a good place for that question - just maybe not right now :-)20:02
slrplxRoger, I'll ask again later20:04
_Sean_anyone here ever preseed20:24
gunix__Seen_: just exactly I'm look for it :)20:25
_Sean_I think thanks, not exactly sure what ye mean :)20:26
gunix_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 you20:26
gunix_np20:26
_Sean_in there - hostname is still string and seen - where do you see the variable for human input?20:27
slrplxHeya. 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:28
oerhekshidpi screens want DP displayport, hdmi is too slow?20:30
slrplxPossibly20:31
ioria_Sean_, but old thread  : https://askubuntu.com/questions/111727/how-do-i-get-prompted-for-a-hostname-in-a-preseed20:31
_Sean_heh, i am gonna kick something if it was that easy20:32
_Sean_thanks ioria - will muck with a new iso tomorrow and give that a try20:32
ioriaok20:32
slrplxoerheks, the monitor works20:37
gunix_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:37
slrplxAt a respectable 2560x144020:38
slrplxCould 3440x1440 really be a problem in this setup?20:38
oerheksslrplx, with DP it should fully work.20:39
oerheksgo check the vendor20:39
slrplxvendor says: HDMI & Display Port: 3440 x 1440 @48-75Hz20:43
_Sean_gunix_: I think you are looknig for 'ubiquity ubiquity/success_command'   from my limited smashing of stuff that deprecated preseed/late_command20:44
oerheksslrplx, grinn, your vendor hides the truth, seen that before20:44
slrplxNaughty vendor20:46
slrplxAnything I can attempt?20:46
albechioria: 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 denied20:47
ioriaalbech, try --exclude “/lost+found/**”20:47
albechioria: tried with escaping lost\+found also.. same problem..20:47
oerheksHDMI 1.4 supports up to 2560x1440 using at 60hrz, *maybe* at lower 30hrz it works, but i guess you need DP20:47
oerheksgood luck!20:48
ioriaalbech, then, no idea20:48
_Sean_hrmpf - too good to be true, worth a try @ gunix_ - http://paste.ubuntu.com/p/vNcGmkq3SP/20:50
slrplxThanks oerheks20:52
albechanyone else have experience with rclone and how to ignore lost+found? I have tried the --ignore filter, but with no luck.20:52
gunix_Thank you @_Sean_20:53
slrplxoerheks20:54
slrplxIt works at 30hz!20:54
_Sean_unfortunately didn't work20:54
_Sean_oh well20:54
oerheksslrplx, good, you are lucky!20:57
oerhekshave fun20:57
slrplxHm21:00
slrplxAlso works at 40hz21:00
pragmaticenigmaalbech, the --exclude only works for files, not folders21:46
pragmaticenigmaalbech, The documentation also mentions you should not use --include and --exclude21:46
pragmaticenigmaat the same time21:46
martiansoulHi. 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:15
jeremy31martiansoul: have at the Linux kernel tree source https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/?h=v5.4-rc822:17
martiansouljeremy31: how should i proceed with reading it?22:18
jeremy31martiansoul: if you want to look at Intel wifi source code. go to /drivers/net/wireless/intel/iwlwifi22:18
gyuma1etyrHi22:28
gyuma1etyrHow to disable internet for one particular user?22:28
gyuma1etyrI'm using 18.04 LTS22:28
gyuma1etyranyone an idea?22:32
radkoshello I'm having curlftpfs installed and configured but It seems curlftfs can't modify a file in-realtime22:37
radkosI'm trying to directly download file to it - no luck I believe I'm having the right permissions - the dbg message i recieve is22:38
radkosftpfs: operation ftpfs_open failed because Operation not supported22:38
Eduard_Munteanuradkos, what protocol?22:59
radkosEduard_Munteanu, torrent23:02
Eduard_Munteanuradkos, that's strange, do you mean you mounted a torrent URL using curlftpfs?23:02
Eduard_MunteanuBecause I don't think that's supposed to be r/w.23:03
radkosEduard_Munteanu, no I've set the mounted point with curlftpfs as a torrent's download destination23:06
Guest_39hi23:11
=== Guest_39 is now known as Sayonara
=== Sayonara is now known as SayurNaraSayo
SayurNaraSayohi23:12
SayurNaraSayoanyone here?23:12
Bashing-om!ask | SayurNaraSayo23:13
ubottuSayurNaraSayo: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience23:13
oerheks:-)23:13
Eduard_Munteanuradkos, and what protocol is curlftpfs using?23:14
SayurNaraSayocan i know where is the channel?23:15
SayurNaraSayo!patience23:16
ubottuDon'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
Eduard_MunteanuSayurNaraSayo, what do you mean? This is the channel, and there are 1139 people lurking in here right now.23:16
SayurNaraSayoim looking for ubuntu chitchat old style where all people can chat..23:18
Bashing-om!ot | SayurNaraSayo23:18
ubottuSayurNaraSayo: #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:18
SayurNaraSayooh got it. thanks.23:19
SayurNaraSayo /msg ubottu !register23:19
Bashing-omSayurNaraSayo: :) Help is what we do .23:19
Eduard_MunteanuYou can also send ubottu private messages. That's what /msg ubottu is about, it's an IRC command.23:20
=== kees_ is now known as kees

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