/srv/irclogs.ubuntu.com/2019/05/18/#ubuntu.txt

qwertrtutyif first gpt table ok, but second gpt corrupt maybe not need gpt and use MBR for f2fs?00:03
Bashing-omqwertrtuty: "required to support the f2fs file system: f2fs-tools." What shows ' dpkg -l f2fs-tools ' .00:08
pjsIt's weird.. it's like dns is failing for imap.gmail.com.. but only via cron00:10
Bashing-ompjs: Only a thought, but did you give cron the full path ?00:11
pjsBashing-om: Yes. It's been fine forever.. This just started today, and it's random too, a few times today it ran successfully.00:11
qwertrtutyi see this not first time "first gpt table ok, but second gpt corrupt" when use usb flash + gpt + f2fs but i used f2fs small time, very smal time. I use exfat + mbr + exfat fuse.00:12
qwertrtutyI use exfat + mbr + exfat fuse for usb flash00:13
Bashing-ompjs: Yup wierd :( corrupted files ?00:14
qwertrtutyPC00:14
pjsBashing-om: maybe.. but if I run the script manually it's fine00:16
pjsBashing-om: http://dpaste.com/0SMDVH300:18
qwertrtutythis info say about corrupt files? https://paste.ubuntu.com/p/6htXqGGdGj/ i think no. Or yes? I checked when second gpt corrupt.00:18
pjsI seem to get that NXDOMAIN thing, though reading the interwebs, says it's not really an error, just a notice.00:19
wholesumI'm looking the most suitable virtualization platform for the following use case00:19
wholesum1) Host is bare metal on Ubuntu (Xeon E-2100 processor, plenty of RAM and NVME disk space: I need to run less than a dozen VMs)00:20
wholesum2) Guest VMs also Ubuntu, Xenial and Bionic mix00:20
wholesum3) Guests need to have as native as possible access to hardware (to use security keys and HSMs such as YubiHSM2, and also for performance reasons)00:20
wholesum4) Guests do not need to be hard constrained on resources, as I will be the single admin on all guests.00:20
wholesum5) Desirable but not mandatory: free and not the steepest learning curve.00:20
wholesumSuggestions?00:20
ryuowholesum: All Linux flavors?00:21
wholesumnope, guests will be only ubuntu xenial or bionic00:21
wholesumhost is bionic00:21
ryuowholesum: which are all Linux flavors...00:21
qwertrtutyfsck.f2fs can see from the check the damaged gpt table or not?00:21
qwertrtutysecond gpt or first00:22
ryuowholesum: VMs are probably undesirable then. They permanently reserve RAM for each guest.00:22
ryuowholesum: LXC or LXD containers share memory and can dynamically release it back to the host.00:22
wholesumryou: all flavors i thought it would mean centos, debian etc00:23
ryuowholesum: yes. that's the limitation of these containers. they can't run anything else.00:23
ryuowholesum: As for access to hardware, there's limited access via containers. I've used containers to directly use USB printers.00:24
wholesumryuo: you mean a bionic LXC/LXD host can only run Bionic guests?00:24
ryuowholesum: i'm not sure how much you can do with them but it's at least possible to use USB devices.00:24
ryuowholesum: No.00:24
ryuowholesum: only can run Linux distributions.00:25
ryuoThey use the host kernel.00:25
wholesumah ok. LXC/LXD is what i was leaning towards based on my research. is there a web UI to manage LXC/LXD containers or is it cli only?00:25
ryuowholesum: no idea. i've only used the shell.00:25
ryuowholesum: you'd probably need the shell to set them up to your liking though.00:26
ryuowholesum: are all the hardware devices USB?00:26
wholesumryuo: yes00:26
ryuook... probably doable then.00:27
wholesumryuo: casting aside all other requirements I have, which virt platform provides the most native access to not so common hardware, like security keys and HSM devices?00:27
ryuoyou just need to expose the device node to the guest.00:27
tdsit'll probably require a bit of fiddling with cgroups as well as bind mounting through the device00:27
ryuowholesum: "most native"? raw access (passthrough) is VM only.00:27
ryuothe host kernel's drivers are used in the LXD version.00:28
ryuothe container just needs to be able to see the device node.00:28
wholesumryou: HW passthrough, yes. which virt platform is best for this?00:28
wholesumtyuo: or i guess you already answered that00:28
ryuothere's only one option, VMs for that, but the LXD aproach is probably usable.00:28
ryuoi've used it just fine without issue.00:28
ryuothe host kernel talks to the hardware and exposes the userspace interface to the container via an exposed device node.00:29
wholesumtyou: which VM would you pick if it doesn't end up getting it to work with LXC/LXD?00:29
wholesumryou: not tyou00:29
ryuowholesum: since it's probably a headless server, libvirt might be the best choice.00:30
ryuobut that's rather complicated.00:30
wholesumryou: VMs are more complicated than LXC/LXD? I've used virsh before wasn't complex... containers are simpler!?00:31
Bashing-ompjs: I do not have the mail experience to say :( but does "info (No MTA installed, discarding output)" point a finger ?00:33
pjsBashing-om: well, I tried redirecting output to a log file in tmp and nothing.00:34
pjsActually I'm not sure the NXDOMAIN thing is related because looking at older logs from yesterday, the same thing is logged and it was working00:35
pjsSo it sure seems like something is being output from the script because I don't have that disacarding output entry either00:36
=== ASDL is now known as SPeedY
=== Noisette is now known as Plumette
Bashing-ompjs: Is your mail server on Google " as Google has re-issued keys .00:40
pjsBashing-om: ah, I found it.. thx for the help :)00:40
pjsI forgot, I changed how the keys were fetched and cron doesn't have the PATH for where the script was00:40
pjsso my script calls offlineimap which calls another program to get credentials.. the full path was needed in that 3rd script call00:41
Bashing-ompjs: :) .. Glad you found it .00:41
pjsBashing-om: Thanks again for the help :)00:42
Bashing-ompjs: Pleased to be of some small assistance.00:43
wholesumryou: thanks for the help. BTW there is at least one decent UI for managing containers: https://github.com/AdaptiveScale/lxdui00:45
jdrI've never used setgid before. But if i create a group, throw myself in it, create a directory and give it the ole chown....the files below it are still being created as my group00:46
jdruser:user00:46
jdrDo I need to setgid on the folder?00:46
jdrI want the files created in this directory to be under a different group.00:47
zikohi00:52
LazikJdr: usually people create a user for the group. Then you can su <that user>, then all the cli ops are for that user and group00:52
=== BuzzardBuzz|2 is now known as Buzzard
jdrAhh. I wanted to create a group, assign some users to it, and set the "default" group for a directory.00:57
jdrAny file created in that directory would be 'whateveruser' : newgroup00:57
Chaekyunginteresting question, jdr - I'm curious how you'd actually do that if it's possible. Files you create will have your user and group, that is what happens to any folder you can write to regardless of who happens to own it. if it's owned by whoever:secretgroup and it's set to 777 and you write files in there they will be created as you.01:02
ChaekyungI'm sure there is a better solution than to cron.hourly a chown -R on a folder ;)01:03
jdrChaekyung: hahah yesssss01:03
jdr-rw-rw-r--  1 charlie admin    0 May 17 20:11 aasd01:12
jdr-rw-rw-r--  1 jdr     admin    0 May 17 20:11 adsf01:12
jdr-rw-rw-r--  1 charlie admin    0 May 17 20:12 newfile01:12
jdrgot it figured :D01:12
Chaekyunghow?01:16
r15how to change the grub splash screen or verbos boot of google chrome os?01:16
jdrCreated my group admin, added some users to it, then chown :admin /directory01:16
jdrthen chmod g+s /directory01:16
puppetmasterFPUr15: this is a ubuntu channel. not chrome os.01:17
Chaekyung>For directories chmod preserves set-user-ID and set-group-ID bits unless you explicitly specify otherwise.  You can set or clear the bits with symbolic modes like u+s and g-s.  To clear these bits for directories with a numeric mode  requires an additional leading zero, or leading = like 00755 , or =75501:18
* Chaekyung learned something just now01:18
jdrahhh01:21
SpacePenguinhave a look also at umask01:22
SpacePenguinman umask01:22
jdrno manual entry for umask01:22
jdrBut I'll Google it.01:23
CodeMouse92jdr: 'info umask'01:32
CodeMouse92And if 'man umask' fails, you are lacking SOMETHING. It's on my sys by default (Ubuntu 19.04)01:32
jdr18.04, and no info for umask either01:34
leftyfbjdr: Ubuntu 18.04 has both a man page and info page for umask. If you don't have it, then you are either not running 18.04 or have done something to remove it01:39
leftyfbjdr: apt-cache policy manpages-dev01:40
jdrsays its installed01:47
jdrnah, its not installed.01:47
jdrI got man umask now :D01:48
=== fred_ is now known as Guest83850
leftyfbjdr: that should have been installed by default. Why was it removed?02:03
jdrNo idea.02:03
jdrHave anything to do with me running lubuntu instead of ubuntu?02:04
leftyfbunlikely02:04
jdri wouldn't think so either02:04
CodeMouse92jdr: Anything about your install options? Minimal instead of standard, for example?02:27
CodeMouse92Or, have you run a program that cleans your system?02:28
CodeMouse92(Some remove "extra packages")02:28
jdrNah, it was a basic install. No program to clean.02:30
dman777How do I keep my ethernet from bringing up on boot? I have iface enp37s0 inet static manual in /etc/network/interfaces but it still comes up automatically. This is in Xenial02:54
neopsHello03:31
neopshelp please :03:31
neopsE: Le paquet « docker-ce » n'a pas de version susceptible d'être installée03:31
genii!fr | neops03:33
ubottuneops: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.03:33
geniiqc = Quebecois03:33
DoctorMilwaukeeis there anyway to update emoji unicode on ubuntu.... some of my emojis are outdated... some are current.03:50
genii!info fonts-noto-color-emoji03:56
ubottufonts-noto-color-emoji (source: fonts-noto-color-emoji): color emoji font from Google. In component main, is optional. Version 0~20180810-0ubuntu1 (bionic), package size 6935 kB, installed size 7580 kB03:56
DoctorMilwaukeegenji, oh ok i have that.... not updated03:57
DoctorMilwaukeethanks03:57
DoctorMilwaukeei mean the package isn't updated... in 19.04 is it different?03:58
DoctorMilwaukeenvm03:58
=== Alan_ is now known as Guest17679
Guest17679evening gents..04:06
lotuspsychjewelcome to ubuntu support Guest1767904:06
=== Guest17679 is now known as scythefwd
sam_wongI am running ubuntu 18.04. Can anyone tell me how to increase the font size on Putty?04:06
=== scythefwd is now known as scythefwd1
scythefwd1most of those settings are in your home directory.. I'm not on my ubuntu host atm.. gimme a sec to check04:08
Franknogsam_wong: is this a GUI? there should be a Window > Fonts option04:09
puppetmasterFPUdoesn't putty use xterm?04:09
puppetmasterFPUis there a reason you use putty specifically? it's quicker and easier just to use ssh in your regular terminal console.04:10
ryuosam_wong: shift-right click on the putty windows. there should be a menu option for opening configuration of settings.04:11
ryuosam_wong: excuse me, ctrl-right click04:11
sam_wongryuo: ctrl-right click, yes, it works04:13
scythefwd1yeah, what they said04:15
scythefwd1lol04:15
DoctorMilwaukeeon emojipedia, when I copy an emoji, it is accessible. but when I use unicode, the same emoji is different.04:18
DoctorMilwaukeehttps://emojipedia.org/gear/04:18
DoctorMilwaukeefor example ^04:18
jcottonwhat do you mean by "use unicode"?04:18
DoctorMilwaukeeU+2699....04:19
DoctorMilwaukeegives the gear emoji.... but I am also able to copy and paste the current gear emoji to my text editor04:20
jcottonso copy/paste the emoji works but entering it another way doesn't?04:20
jcottonare you sure it's not just pasting an image somehow (if it's a rich text editor)04:20
puppetmasterFPUwhat editor is being used?04:21
DoctorMilwaukeepuppetmasterFPU: terminal04:22
puppetmasterFPUterminal is not an editor.04:22
DoctorMilwaukeetrue...04:23
jcottoncopy con file.txt04:23
jcotton:P04:23
DoctorMilwaukeei am actually using tomboy notes but it works in editor04:23
JimmiHi04:23
lotuspsychjewelcome Jimmi04:23
puppetmasterFPUtomboy is a note tool. not an editor. just do it properly and use an editor with unicode support.04:24
puppetmasterFPUie. vim or emacs.04:24
JimmiThis is my first time ever using irc, it kinda reminds me of the old chat rooms in the 90s04:24
puppetmasterFPUJimmi: still beats social media.04:25
jcottonwell considering the protocol hails from the 80s04:25
jcottonif not earlier04:25
lotuspsychjeJimmi: this is the support channel, you can ask ubuntu related questions here04:25
JimmiYou got that right04:25
JimmiFacebook is nothing more than a spy network04:26
lotuspsychje!chat | Jimmi04:26
ubottuJimmi: #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!04:26
JimmiIs this a chat room?04:28
lotuspsychjeno04:28
jcottonit's a support room04:29
Jimmioops sorry04:29
lotuspsychjeJimmi: use #ubuntu-offtopic or #ubuntu-offtopic please04:29
lotuspsychje#ubuntu-discuss04:29
wtf_-Anyone that knows how it's possible for a 1.5TB drive to shrink it self down to below 500 GB ? I don't know how it happend it just did. And what ever i try to do to restore it, it does not work.04:49
jcottonas in the total size of the disk is reported as 500 gigs?04:49
wtf_-Disk /dev/sde: 465.8 GiB, 500130372608 bytes, 976817134 sectors <- yepp04:50
=== SuperL4g is now known as SuperLag
puppetmasterFPUwtf_-: what does "sudo parted -l" produce?04:54
wtf_-puppetmasterFPU https://paste.ubuntu.com/p/Yv4btm7hsr/04:57
puppetmasterFPUwtf_-: i feel stupid asking you this, but are you sure you're looking at the right drive?04:59
wtf_-yes04:59
puppetmasterFPUif so, it doesn't really make any sense. even if you had 500gb partition, parted would still display entire disk capacity. but it's not.04:59
wtf_-Well,. i don't have any drives below 1.5 TB other then the system disk that's 72.05:00
wtf_-So please do explain this :)05:00
wtf_-I did however, get a version mismatch on that disk the other day, and when i removed the partition this happend.05:01
puppetmasterFPUwtf_-: yeah, i wish i had an answer for you. but i'm afraid it's beyond my explanation.05:01
puppetmasterFPUi am not doubting you, but i can't see it actually reporting only 500gb if it was actually 1.5tb.05:01
wtf_-puppetmasterFPU Here are all the disks: https://paste.ubuntu.com/p/P59s2Q6tGb/05:03
Franknogwtf_-: which one, /dev/sde?05:05
qwebirc70157hello, is anyone available for a quick help for a boot issue?05:06
qwebirc70157that would be very appreciated05:06
qwebirc70157:)05:06
Franknogqwebirc70157: what's the problem?05:06
wtf_-yes Franknog05:07
qwebirc70157so i'm running pop_os (i know it's not ubuntu, but the issue is not related to the distro and google is of no help...) system doesn't boot at all05:07
qwebirc70157it's stuck on asus screen05:07
qwebirc70157i'm trying to make sens of systemd boot options05:07
puppetmasterFPUqwebirc70157: this is a ubuntu support channel.05:08
qwebirc70157i know...05:08
qwebirc70157but it's a more general systemd boot issue05:08
qwebirc70157not really distro relative..05:08
puppetmasterFPUqwebirc70157: is your problem ubuntu related?05:08
qwebirc70157well, pop is based on ubuntu. And my issue is with systemD boot loading so i guess we could say so??05:09
coz_qwebirc70157, there is a #popos channel bur only one person there05:09
Franknogwtf_-: have you tried resize2fs?05:09
qwebirc70157which is why i'm here...05:09
qwebirc70157i was in pop channel first. But to no avail.05:09
puppetmasterFPUqwebirc70157: please stick to ubuntu related problems.05:09
qwebirc70157could you direct me to a more boot / systemD issue related channel then please? If i can't get help here.05:10
qwebirc70157it really have nothing to do with pop...05:11
coz_qwebirc70157, try #systemd  channel05:11
Franknogqwebirc70157: can you get to grub?05:11
qwebirc70157yeah but kernel won't load05:11
Franknogqwebirc70157: alternate boot05:11
qwebirc70157i guess my uuid are mixed or something. But my knowledge is not that deep05:11
coz_uefi?05:11
qwebirc70157yes05:12
coz_qwebirc70157, not sure if popos boots uefi,05:12
qwebirc70157it does. Always did before.05:12
wtf_-Franknog got this now resize2fs: Bad magic number in super-block while trying to open /dev/sde05:13
coz_ah ok05:13
puppetmasterFPUqwebirc70157: please seek help in an approproate channel. this is not a ubuntu related problem.05:13
qwebirc70157alright05:13
coz_qwebirc70157,  try the #linux channel05:13
qwebirc70157thanks05:13
coz_although linux is linux "?05:14
Franknogwtf_-: try xfs_growfs05:14
Franknogwtf_-: back up your data first05:14
wtf_-i don't need the data. :)05:15
wtf_-can be dl'd once more.05:15
qwebirc70157i can't join #linux, i need to be invited...05:15
mousesqwebirc70157: because you probably want ##linux05:16
qwebirc70157thanks05:16
mouseswelcome05:16
Fixion_is there a WSL channel?05:20
puppetmasterFPUFixion_: what is wsl?05:20
Fixion_Windows Subsystem for Linux05:20
FranknogFixion_: shouldn't it be Linux Subsystem on Windows?05:21
Fixion_(ie originally bash on ubuntu on windows - bad name)05:21
puppetmasterFPUoh, that would be some ms channel. nothing to do with ubuntu.05:21
Bashing-om!wsl | Fixion_05:21
ubottuFixion_: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide05:21
Fixion_actually it is something to do with ubuntu because ubuntu is running inside it kinda like a kernel emulator I guess... but it replaces the deprectated SFU/SUA (Subsystem for Unix-Like Applications)05:21
Fixion_ahh there is a channel for it :) thx05:22
puppetmasterFPUthe title is pretty explanatory of the function, really.05:22
Bashing-omFixion_: :)05:22
FranknogpuppetmasterFPU: the name sounds like Windows is running as a subsystem on Linux05:23
puppetmasterFPUFranknog: perhaps you're reading it wrong.05:23
Fixion_yeahc come to think of it saying for linux makes it sound more like what wine is05:23
FranknogpuppetmasterFPU: was that the ghost of Jobs?05:23
FranknogFixion_: what's the difference between WSL and Cygwin?05:24
Fixion_one is by microsoft themselves05:25
Fixion_the other isn't05:25
puppetmasterFPUplease stick to ubuntu related problems.05:25
Fixion_and CyGwin I think is a RPM-based distro or at least used to be05:25
FranknogpuppetmasterFPU: good idea :)05:26
teb007estHello My Name is Travis & am very confused with Ubuntu 19.04 they say users can't upgrade if they have a i386 but I donwnloaded the i386 net installer just installed it ran gnome-shell Ubuntu desktop gnome & it's installing all the i386 files am so confused06:08
teb007estWhy is it letting me installed it 😵06:09
johnjaywhat is the /cow filesystem?06:14
johnjayi tried doing grub-install /dev/sda from a ubuntu live cd and it said it couldn't unmount it06:15
guivercjohnjay, COW is copy-on-write; a fs intended for 'live' use, a changed file is a 'copy' stored in ram06:28
guivercjohnjay, this may be useful (grub-install from live); see 'from LiveCD terminal' https://help.ubuntu.com/community/Grub2/Installing  (did you do all mount steps there?)06:29
m_ad[m]teb007est: installing from a net installer is something else than upgrading from within a running system.....06:35
johnjayguiverc: oh ok thanks07:03
johnjayi didn't think grub-install needed it to be mounted07:05
RandomLinuxPersohey07:33
RandomLinuxPersoanybody?07:33
lotuspsychje!ask | RandomLinuxPerso07:33
ubottuRandomLinuxPerso: 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 !patience07:33
RandomLinuxPersoSo, my laptop's hard disk is failing. I booted Ubuntu off a live usb, and mounted the external drive.. the only problem.. I don't know the names of the partitions on the internal drive so that I can tell ddrescue to save them07:34
RandomLinuxPersoand I don't know how to point ddrescue to the external drive anyhow07:34
mousesRandomLinuxPerso: never used that tool, but perhaps - https://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html07:35
mousesmight have the clues you need?07:35
RandomLinuxPersohttps://pastebin.com/CXHjcXCd07:36
lotuspsychjeRandomLinuxPerso: data recovery is what you want?07:36
RandomLinuxPersoyuup07:36
RandomLinuxPersohttps://pastebin.com/CXHjcXCd07:36
lotuspsychjeRandomLinuxPerso: i always recover data with photorec07:36
RandomLinuxPersonah I want to image it with ddrescue07:37
RandomLinuxPersoto recover a full partition07:37
RandomLinuxPersoonly I can't identify which partition is which07:37
Buzzardgrub has some commands that should tell you some details about what partitions are there07:38
RandomLinuxPersosuch as?07:39
Buzzardgeometry should help07:39
RandomLinuxPerso??07:39
RandomLinuxPersoyeah if you cant tell im a newb07:39
Buzzardthat grub command, i have used it before07:39
Buzzardgeometry07:39
Buzzardplus i think i misspelled that command name07:40
Buzzardthere is also a grub command that lists the commands07:40
EriC^^RandomLinuxPerso: how big is the partition07:41
RandomLinuxPersoEriC^^ I have 3, c,d,e about 1TB total07:41
RandomLinuxPersomy external drive is about that, around 18GB bigger07:42
Buzzarddrive letters in linux?07:42
RandomLinuxPersoits a windows drive i wanna recover07:42
EriC^^RandomLinuxPerso: it looks like this is the external drive /media/ubuntu/Segate Expansion07:42
Buzzardyou wont see drive letters in linux07:42
EriC^^RandomLinuxPerso: try browsing to that location and see if that's where you want to save the stuff07:43
RandomLinuxPersoEriC^^ I mounted it..07:43
RandomLinuxPersoI wanted to select the partitions with ddrescue to back them up onto the external drive.. only no idea which partition is which whatsoever07:43
RandomLinuxPersohttps://pastebin.com/CXHjcXCd07:43
EriC^^RandomLinuxPerso: type 'sudo parted -ls | nc termbin.com 9999'07:44
RandomLinuxPersosudo parted -ls | nc termbin.com 999907:44
RandomLinuxPersoWarning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.https://termbin.com/faqc07:45
Buzzardi tool i like to use to look at partitions is gparted live usb07:45
RandomLinuxPerso??07:45
RandomLinuxPersotermbin doesnt work07:45
EriC^^RandomLinuxPerso: i'd say start with sdb307:45
EriC^^sudo mount /dev/sdb3 /mnt07:45
EriC^^then browse to /mnt and see if that's a partition you'd like to recover07:46
RandomLinuxPersohow do i browse to it exactly07:46
EriC^^RandomLinuxPerso: use a file manager07:46
EriC^^or type in a terminal 'xdg-open /mnt' that's a general way since i dont know your file manager name07:47
RandomLinuxPersodone07:47
RandomLinuxPersomounted external drive with file manager07:47
RandomLinuxPersonow what07:47
EriC^^is /mnt a partition you want?07:47
RandomLinuxPersowhich one?07:47
EriC^^did you type 'xdg-open /mnt'07:48
RandomLinuxPersoyup07:48
RandomLinuxPersoYeah my files07:48
EriC^^ok so you want that partition?07:48
RandomLinuxPersoYup that is my windows C: drive, I do in fact want it07:48
RandomLinuxPersoand I also want the other two (D: and E:)07:49
EriC^^ok, great, type your ddrescue command, and for if put if=/dev/sdb3 and for "of=/media/ubuntu/Seagate\ Expansion"07:50
EriC^^\ escapes the space in case you're wondering07:50
RandomLinuxPersosomething like07:50
RandomLinuxPersosudo ddrescue -P -S /dev/sdb3 sdb3.bin sdb3.map07:51
RandomLinuxPerso?07:51
EriC^^that looks ok07:52
EriC^^wait no07:52
RandomLinuxPersookay07:52
EriC^^RandomLinuxPerso: do it as such, sudo ddrescue .... /dev/sdb3 /media/ubuntu/Seagate\ Expansion/sdb3.bin /media/ubuntu/Seagate\ Expansion/sdb3.map07:53
RandomLinuxPersoalright07:53
RandomLinuxPersoddrescue too many files error07:53
EriC^^wait07:54
EriC^^stop07:54
RandomLinuxPersookay07:54
EriC^^i just noticed seagate is misspelt actually07:54
EriC^^use /media/ubuntu/Segate\ Expansion07:54
RandomLinuxPersosudo ddrescue .... /dev/sdb3 /media/ubuntu/Segate\ Expansion /sdb3.bin /media/ubuntu/Segate\ Expansion/sdb3.map07:56
RandomLinuxPersodoesnt work either07:56
RandomLinuxPersotoo many files error07:56
RandomLinuxPersoEriC^^07:58
RandomLinuxPersodoing it thru a gui now08:05
RandomLinuxPersosdb3 is indeed the c: drive but the rest i dunno08:06
monkeystanceRandomLinuxPerso, I think you accidentally put a space in that08:07
monkeystancebetween Segate\ Expansion and /sdb3.bin08:07
monkeystanceidk tho08:07
RandomLinuxPersomonkeystance it works now through the ddrescue-gui..08:07
monkeystanceoh ok08:08
RandomLinuxPersookay08:09
RandomLinuxPersoI dunno my other 2 partitions tho08:10
RandomLinuxPersowhich is weird08:10
RandomLinuxPersoohh08:10
RandomLinuxPersoone of them is for sure sdb508:11
RandomLinuxPersoand sdb608:11
RandomLinuxPersoseems stuck on 15%?!08:11
RandomLinuxPersonah it works now08:12
miaHow can I properly rewmove a package08:53
miaI'm using jack audio router (jackd2) and when I want to "sudo apt-get remove jackd2" it wants to uninstall pretty much every audio tool on device08:54
miathat, I don't want08:54
miaHow should I properly remove packages?08:55
tomreynwhat you tried is correct if the goal is to remove package "jackd2"08:56
tomreynif it wants to remove other packages which *depend* on it, then that's a result of the dependency, and just logical, and there's nothing you can do about it.08:57
tomreynif it just means that other packages are no longer required and may be automatically removed, you can prevent this by marking them as manually installed (apt-mark manual)08:58
miatomreyn, but for instance, I have bitwigstudio installed09:06
miaI installed it way before than jackd209:06
miathen installed jackd209:06
mianow when I want to remove jackd2, it wants to remove bitwig as well09:06
miabitwig does not depend on jackd209:06
miafor instance jackd2 also wants to remove wine as well09:06
miaand many other system packages09:06
miait seems like everything depends on it, but it does not09:06
thsnrmia: copy the output of your command to a pastebin and link it here, let's see if that clears things up09:10
thsnryou can also pastebin the output of "apt-get --simulate autoremove" for good measure09:10
miathsr doing it now09:14
runesilkcan you build a gatsby site in Ubuntu?09:16
runesilkI am building the development environment but cannot seem to find the folder09:17
miathsnr, tomreyn here is the pastebin output for my apt-get remove https://pastebin.com/gzk2xn8v09:17
miaso, jackd2 is installed AFTER everything you see there09:17
miaI made this mistake to say YES to this before once, and it even uninstalled cuda09:17
miaso now I don't understand why removing this wants to remove all these packages09:18
miamakes no sense at all09:18
thsnrpaste "apt-get --simulate autoremove" as well09:19
Seveasmia: is pulseaudio still installed? Most audio packages depend on having an audio daemon installed and are happy with either pulse or jack. But if you've uninstalled pulseaudio, and are now uninstalling jack, this could cause what you're seeing09:20
tomreynoutputs of     sudo apt update    and    sudo apt -f install    and    apt-cache policy    may also help.09:22
miaSeveas, pulseaudio is installed, yes09:23
miabut it's not active as I'm using jack09:23
miaI mean it's only active as a bridge not directly09:23
miaeverything goes through jack09:23
miaBut having jack as the main audio driver is a system setting09:23
miaI don't understan why that's causing a package dependency to, EVERYTHING09:24
ppfso, i'm still trying to fix my mic in chrome. anyone have any experience with that?09:25
ppfchrome doesn't detect any mic. it looks like it's not even talking to pulse09:26
ppfbut i have no idea to get any proper debug info out of this?09:26
conjogreetings all-can anyone tell me the best way to install openvpn please,am running 18.04.2, was planning on using "sudo apt-get install openvpn"09:26
miappf, I was dealing with a lot of audio issues recently, maybe there is a routing problem in your system?09:27
ppfmia: entirely possible, how would i verify that?09:27
miaanyway I'm not an expert but just install pulse audio volume control and see if your mic is the primary input device used by chrome09:27
Seveasmia: yeah, that's puzzling. The list of packages isn't too large though, you could remove jackd, reinstall the ubuntu-desktop package and then reinstall any missing packages from that list that are not jack related09:27
miaSeveas, in the first uninstallation it uninstalled gnome as well :(09:28
Seveaseww.09:28
miaso I had to reinstall the whole ubuntu from scratch as I don2t know what else was removed09:28
ppfmia: chrome doesn't use any mic09:28
ppfthat's my point09:28
mianow I'm setting up this audio production system (well, trying to set it up)09:29
miaOh, ppf, on a micropğhone test website maybe you can click this settings thingy near address bar and see if there are any options listed?09:29
Seveasmia: for future reference, that's all logged in /var/log and the installing the ubuntu-desktop package should help as well09:29
ppfmia: chrome doesn't see a microphone09:29
miapulse audio volume control is tricky it does not display things until they are being used or an input is being requested09:29
miadoes your system see a microphone09:30
ppfmia: chrome://settings/content/microphone09:30
miaSeveas, Oh I see09:30
miaI'm new to all this though, I'd still be lost I believe09:30
ppfmia: that page shows you a drop down with mics, right? it doesn't for me09:30
miano it does not show mics09:30
miafor me it's just a toggle, and allowed/blocked websites09:30
ppfdo you have a mic?09:31
=== peter-bittner1 is now known as peter-bittner
miayes09:31
ppfdoes it work in chrome?09:31
miayes, check this https://www.onlinemictest.com/09:31
miait should ask you to "use your microphone"09:31
miathen you canallow it and check pulse audio volume control09:31
ppfi'm trying to tell you it's not a permission issue :p09:31
mia(to see if correct input device is routed to chrome )09:31
miaI understand, but, I don't have any hardware listed under the settings page you mention09:32
ppfcare to screenshot the page for me?09:32
miaSure, hold on09:32
miahttps://pasteboard.co/IffrN1d.png ppf09:33
ppfmia: click on 'default' ;)09:33
miait's just default09:34
mianothing else09:34
ppfthat's the device selector. the whole thing doesn't show up for me09:34
miaHm I see09:34
miafor me default doesn't list anything else09:34
mia just default09:34
ppfthat's fair enough, means you have only one :)09:34
miaActually this is a studio setup so I have like 10 inputs on this device09:34
miaso I'm also not sure how I'd change that "default" now09:35
mia:P09:35
mia---- but, does your mic work for anything else on your system ?09:35
ppfyup09:35
miaI'm sorry I wish I could help ppf09:36
miaI'm dealing with multiple audio related issues in the recent days as well09:36
miaso I understand your pain, sort of09:36
miabut all I had, I already suggested09:36
ppfso .. looks like i fixed it09:38
alkisgHi, can anyone imagine why the netconsole module works properly early in the boot process, yet it stops broadcasting when systemd services start, around "systemd-journald[319]: Received request to flush runtime journal from PID " ?09:44
alkisghttps://wiki.ubuntu.com/Kernel/Netconsole09:44
alkisgThis only happens in ubuntu, while e.g. it works in debian; could it be related to apparmor?09:47
=== peter-bittner1 is now known as peter-bittner
=== captain_fixerpc1 is now known as CaptainFixerpc14
cerpray to Jesus !                                   ATTENTION !  __ psychiatry ------------------------> is NOT a science, NEVER was a science, it is NOT a science at all and offers NOOOOOOOOOOOO cures at all !!!!!!!!!!!!!!!! _________________ I live in israel and...this criminal state USED psychiatry to incarcerate me(2 times )+injected me with their very dangerous chemicals weapons !!!!!!!!!!!!!!! _________now...the criminal state of Israel fo10:21
cerllow me by their secret thechnologies+want "fuck" me in psychiatry ! _______________ Jesus will judge them all !  ______________ pray to Jesus !10:21
=== Alina-malina_ is now known as Alina-malina
Spookancer: No thanks.10:24
BluesKajHey folks10:27
=== jstein_ is now known as jstein
=== peter-bittner1 is now known as peter-bittner
detlyso last night I was asking about wired-LAN-suitable encrypted-on-wire protocol for accessing a disk on one machine from another. someone (I can't remember who) suggested sshfs. I have it working, but I'm having an issue where the files created on the remote machine are not group-writable and I can't figure out how to fix it.10:41
detlythe remote machine has ACLs set up to fix this, but sshfs seems to ignore them. I tried a umask of 113 in the options for sshfs, but it doesn't have any effect (possible bug in fuse I think I read somewhere)10:41
idotzrorhello10:55
EriC^^hi10:55
idotzrorcan you help me with somethimg eric?10:55
ChunkzZhow do I set the minimum/maximum cpu speed on ubuntu 18? with cpufrequtils?10:56
EriC^^idotzror: depends, what is the problem?10:56
ChunkzZGoogle isn't helping! :/ -.-10:56
idotzrori need an video editing sofware10:57
moner_you can use Da vinci resolve10:57
idotzrorDa vinci resolve?10:58
moner_Is anyone here who would be interested to work on new distro focused on VFX/CG animation in a professional way?10:59
moner_<idotzror> yes, it is good for video editing and color grading.11:00
idotzror<moner_> thanks11:01
moner_<idotzror> or use google to search for any free video editing software.11:02
idotzrorthanks for the advise11:02
moner_Is anyone here who would be interested in to work on new linux distro (based on ubuntu) focused on VFX/CG animation in a professional way?11:03
idotzrorgive me ill try it on a vm11:03
lotuspsychjeofftopic moner_11:04
moner_<lotuspsychje> :)11:04
BluesKajalso unsupported11:05
idotzror<moner_> i want to try your distro on a vm does it supports it?11:05
lotuspsychjeidotzror: not here please11:06
idotzrork11:06
ChunkzZhow do I set the minimum/maximum cpu speed on ubuntu 18? with cpufrequtils?11:06
ChunkzZI've already set the governor to "performance" but want to make sure the cpu speed is right.11:07
moner_<BluesKaj> unsupported?11:08
ChunkzZlol11:09
BluesKajmoner_, not in the repos11:09
ChunkzZso back to my question....11:10
miahow can I monitor usb plugin event in ubuntu11:11
miathe most basic way to see if the plugged in device is seen11:11
idotzrorChunkzZ, did you tried to search on google?11:11
lotuspsychjemia: tail -f /var/log/syslog and plugin usb11:11
ChunkzZidotzror, obviously......................11:11
idotzroroh11:11
lotuspsychjeidotzror: please dont suggest google as help11:11
idotzrorlol11:11
EriC^^mia: a very basic way would be "udevadm monitor"11:12
miahm should it show anything11:12
miaI don't see any activity there when I plug/unplug usb devices11:12
BluesKajmia, or check the file manager panel11:13
BluesKaj!pm | moner_11:16
ubottumoner_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.11:16
idotzrorChunkzZ, i found this https://askubuntu.com/questions/1141605/gui-or-simple-bash-script-to-throttle-the-cpu/1142671#114267111:16
moner_<BluesKaj> could you explain it a bit more what you mean?11:17
miaEriC^^, what do you mean by file manager panel11:18
BluesKaj!repositories11:18
ubottuThe packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.11:18
BluesKajmoner_,^11:18
miaWEll I just uninstalled and reinstalled pulseaudio, and it seems that now my audio card (usb) is not recognized on one usb port on my machine but it gets recognized in the other one11:18
miabut the usb ports are working just fine11:18
miait was being recognized in all of them before11:19
miaSo what's the possible reason of this?11:19
moner_<BluesKaj> I have installed blender, houdini, nuke, da vinci resolve and DJV player. all works fine. so what is not supported?11:19
BluesKajmoner_, if it's not listed in the package manager then it's unsupported11:20
dartmanxis there a way short of reinstall to completely blow away everything to do with xwindows and video drivers, and reinstall? I've got the "blank screen on nvidia driver install" error and none of the troubleshooting steps I've found are working.11:21
idotzrorwhy when you want to download de vincu resolve its ask soo much details?11:21
idotzrorlol11:21
moner_<idotzror> yes11:23
idotzrormoner_: what do you mean by yes lol?11:24
moner_<idotzror> yes, that it's asking for some details, but that's normal.11:25
moner_<idotzror> or you can try to edit video in blender.11:25
moner_or any other free software.11:26
idotzrorno but it seems odd why so much details for just downloading an editing sofware?11:26
trurlhi. i 'debootstrapped' a very minimal 18.04 and now i'm missing the "n packages can be updated" and "system restart required" messages in the motd. can someone tell me which package i need to add? thanks.11:27
tomreynidotzror: that's not a matter to be discussed on this channel, which is only about ubuntu support.11:27
tomreynthe former may be update-manager-core - not sure.11:31
turtletroopjoin #linux11:42
thsnrtrurl: update-notifier-common seems to be the one, it installs /etc/update-motd.d/90-updates-available and /etc/update-motd.d/98-reboot-required, and depends on update-manager-core11:42
tomreynah yes that's the right one thsnr11:45
mehjarihello, is there a way to install the pacakge that is not found by apt install but web search does? in my case it is clang 8.0 package: https://packages.ubuntu.com/search?keywords=clang-811:58
TJ-!info clang-8 | mehjari11:59
ubottumehjari: Package clang-8 does not exist in bionic11:59
mehjariafter running "apt update", i did "apt install clang-8" which gave me this error "E: Unable to locate package clang-8"11:59
TJ-hmmm, that is wrong, since I see from "apt list clang*" => "clang-8/bionic-proposed 1:8-3~ubuntu18.04.1 amd64"12:00
TJ-mehjari: looks like it's only in bionic-proposed currently12:00
TJ-mehjari: are you using 18.04 Bionic ?12:01
leftyfbmehjari: If you're running Ubuntu 18.04, then run: sudo add-apt-repository proposed ; sudo apt update ; sudo apt install clang-812:01
mehjariTJ-, thanks. does it mean we can install it by enabling bionic-proposed repository?12:01
mehjariyes "Ubuntu 18.04.2 LTS" :)12:02
tomreynmehjari: the search on packages.ubuntu.com, unless you choose to limit it to your ubuntu version / codename (e.g. "bionic" / "18.04 LTS") will report findings from all ubuntu versions (which may not be compatible to yours). apt, on your system, only reports packages whch match your ubuntu release.12:02
tomreyn...or rather apt will only report packages which are available in apt sources configured oin your system.12:02
mehjaritomreyn, can we force install a package for testing stuff?12:03
tomreynmehjari: i won't support this.12:04
tomreynit'll cause more problems than you're hoping to solve12:05
tomreynmehjari: using the package from -proposed is an option in a test environment.12:06
mehjariit is a test environment. is there a command line switch to enable -proposed repo?12:07
mehjariin alpine, we have -X switch in apk12:08
mehjariis there a thing like that in apt? (ubuntu n00b here)12:08
TJ-mehjari: Yes, enabling bionic-proposed will do it. I expect that the package will migrate to bionic-updates once its been confirmed not to introduce problems12:09
jeremy31mehjari: https://wiki.ubuntu.com/Testing/EnableProposed12:09
TJ-mehjari: If I recall correctly, "sudo apt-add-repository bionic-proposed"12:10
mehjarithat did the trick. clang-8 is installing. thanks guys! :)12:11
leftyfbmehjari: I showed you exactly how to do it above12:12
ChunkzZCPU max MHz:         1296.000012:14
ChunkzZCPU min MHz:         408.0000 how can I change this minimum value?12:14
tomreynChunkzZ: ask in ##hardware12:15
mehjarileftyfb: sorry i missed your message "sudo add-apt-repository proposed ; sudo apt update ; sudo apt install clang-8". thanks. will keep it handy :)12:15
ChunkzZtomreyn, why? this is ubuntu related. lol12:15
tomreynChunkzZ: not really, no. that's a firmware / hardware question. you don't change the properties of a CPU in the OS.12:16
ChunkzZlolwhat?12:16
leftyfbChunkzZ: https://wiki.ubuntu.com/OverclockingCpu   # first result on google for "ubuntu overclocking"12:17
ChunkzZleftyfb, ? I'm not overclocking....................................12:18
miaI realized some usb3 ports on my machine aren't recognizing any devices12:18
leftyfbChunkzZ: what is it you're trying to accompplish?12:18
miabut they were, like, yesterday12:18
leftyfbaccomplish*12:18
miaWhat's the possible reason for this?12:18
leftyfbmia: boot a live cd/usb and see if you have the same issue12:19
ChunkzZleftyfb, trying to set the minimum my cpu speed can run at so it's the same as max. NOT overclocking.......12:19
tomreyn!enter | mia12:19
ubottumia: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.12:19
miatomreyn, okay, sorry --- leftyfb they're working there12:19
leftyfbChunkzZ: Don't you think you could accomplish the same goal by following the instructions for overclocking and just adjusting your values for min?12:20
leftyfbmia: you already tested using a live cd/usb and the ports work fine? I find that hard to believe. How many ports do you have exactly?12:21
ChunkzZleftyfb, that doesn't help at all. sigh.12:22
leftyfbChunkzZ: what you're trying to do is also a very bad idea. You're going against the design of the hardware constantly running the CPU(s) at full throttle.12:23
tbrownDoes ubuntu when I send report do they fix the issue on there next release or will they ever get my report???12:27
TJ-ChunkzZ: see /sys/devices/system/cpu/cpufreq/policy1/scaling_min_freq12:31
TJ-ChunkzZ: there should be a  policy*/ node for each CPU core12:32
=== Noisette is now known as Plumette
thsnrChunkzZ: you want to run your cpu permanently at max speed? you can use the performance governor for that instead of messing with the min12:35
=== caio is now known as Guest68352
=== jstein_ is now known as jstein
Codex2ChunkzZ: Don't forget to check cpu temps, though12:51
trurlthsnr: thanks, that worked12:53
userHey, somehow, even with ntp turned on, my time on xubuntu is off by 2 hrs (which is probably utc local time difference)12:56
useranybody any idea?12:56
ryuouser: check your timezone. it's also possible NTP is wrong.12:56
userryuo, well its on the right tz (berlin)12:57
ryuouser: well, that's all i can think of.12:57
userryuo, if I remember correctly, it was only wrong after installing ntp package (because of the automatically syncing with internet servers)12:57
userthanks :)12:58
thsnruser: ntp will not correct your time if it is too far off (i think 2 hours exceeds that threshold, but i am not sure). does systemctl status ntp say that the service is active (running)?13:08
userthsnr, yup, its active since an hour13:09
tomreynwhat does timedatectl report?13:10
usertomreyn, correct tz, local time and correct universal time13:10
userhm interesting, it says, system is synced, but ntp is not running13:11
TJ-Here's a conumdrum - grub-probe complaining about a wrong device.map entry but then choosing the same for itself!  http://paste.ubuntu.com/p/sbQVBmY5TV/13:11
userbut ntp *is* running13:11
tomreynuser: maybe systemd-timesync and ntp(d) aren't ready to coexist on your system, yet, but i don't know whether or how you'd need to configure this.13:13
tomreyncommonly, if systemd-timesyncd is not considered sufficient, recently chrony seems to be the preferred replacement.13:13
tomreyn(rather than ntp(d))13:13
usertomreyn, well i tried to activate the automatic syncing (but xubuntu told me there is no ntp, which i already thought weird)13:14
userso I uninstalled ntp now13:14
userbut probably have to relogg13:15
userbecause it doesn't change the time (with everything on the right local and utc13:15
=== qwebirc69895 is now known as rob
=== rob is now known as rob_on_earth
userkay, really weird, the time on my lightdm is right, but the instant i log in, its wrong13:16
TJ-user: your user's timezone/locale is set differently then13:17
userwell, my tz is Berlin, my locale is en_US13:18
userwhich was never a problem13:18
akshayhii13:18
TJ-user: what does "timedatectl" report?13:18
akshayhe he13:18
userTJ-, https://pastebin.com/h7jzcCv413:18
userI'm sorry, something came up, thanks for the help for now :) will respond if something comes up, afterwards13:20
TJ-user: in the GUI I suspect you've got the clock applet set to show time in UTC13:22
tomreynor "echo $TZ" / "env | grep ^TZ=" will report "UTC" (or something other than "Europe/Berlin")13:24
TJ-tomreyn: I tried that earlier, no TZ in the env13:31
BenMcLeanI am having problems connecting to my Windows 10 file shares from Ubuntu, or even pinging computers on my LAN13:58
BenMcLeanLike for instance, I have a Raspberry PI running RetroPie on the network with samba sharing turned on, and I can connect to those shares in nautilus, but I can't ping it13:59
BenMcLeani can ping google.com but when I ping computers on my LAN, I get "ping: NESPI: Temporary failure in name resolution"14:00
BenMcLeanI know it's not my network because I can connect between Windows computers just fine on here14:00
u0_a148hai14:04
BenMcLeanoh apparently LAN hosts need their hostname appended with ".local" to work now??14:05
_KaszpiR_fix your dns/dhcp server, then14:06
BenMcLean_KasipiR_ would that be my router? this is my apartment. i have google fiber14:07
TJ-BenMcLean: the .local is used by the multicast DNS service, avahi-daemon, so each host can advertise itself without needing an entry in a the LAN's DNS server14:07
TJ-BenMcLean: you can discover all mDNS hosts/services with "avahi-browse -art"14:08
s1r0ne_hi14:08
BenMcLeanTJ- I see my Windows 10 computer's hostname in Nautilus but when I try to connect, I get message "Failed to retrieve share list from server. Network dropped connection on reset."14:09
jdrDoes nautilus use smbv1?14:09
BenMcLeanI've googled that and tried various things which were suggested14:09
BenMcLeanjdr, i dont know14:10
BenMcLeanjdr, if it did, would that be ... bad ?14:10
TJ-BenMcLean: I never use CIFs/SMB, it's a mess!14:10
jdrBenMcLean: SMBv1 is turned off in Windows 10 I believe.14:11
BenMcLeanjdr oh, can i turn it back on?14:11
ioriayou can fix it with ' client max protocol = NT1', if that's the problem14:12
BenMcLeani found out that i have to enable a windows feature to restore smbv1 support14:14
BenMcLeani guess that's not secure anymore tho, which is concerning.14:14
BenMcLeangotta restart this windows box to make it work, brb14:15
=== sonicwind is now known as sonicwind3
userTJ-, I wouldn't even know how to change that (xfce4)14:17
usertomreyn, sadly, no TZ data at all14:17
TJ-user: right-click the clock on the taskbar, choose "Properties", set Timezone !14:18
userTJ-, I already did that.14:18
userand it's still off14:18
TJ-user: what have you entered in that Timezone text box?14:19
BenMcLeanEnabling the smbv1 optional Windows 10 feature made ubuntu able to connect to the shares just fine14:19
userTJ-, Europe/Berlin14:19
TJ-user: as soon as I enter that, the time the clock is displaying changes14:19
userTJ-, interesting, just to make sure, I changed it to some us tz, changed it back, and now the time is correct. Thanks!14:20
TJ-user: that is weird, but glad it fixed it!14:20
userthanks, now I only have to fix gnome-boxes :)14:21
tuxihi is there any software for ubuntu to get notice for bios updates?14:26
lotuspsychjetuxi: some brands/models will give you firmware updates in the software center14:28
usertuxi, well it depends on what hardware you have. Some OEM do offer bios updates through linux14:28
lotuspsychjetuxi: see also fwupdate14:29
tuxiok i was on asus hp but there have only for windows14:29
tuxii found in synaptic package manager - thank you lotuspsychje14:31
qwebirc21275hi14:33
qwebirc21275how can i instal pkg-config in ubuntu from terminal?14:33
ndayalanqwebirc21275: sudo apt install pkg-config14:35
lol768What does "This computer currently has no detected operating systems" in the installer actually mean?14:42
tomreynlol768: i don't remember seeing this, can you post a screen shot?14:43
TJ-lol768: it means the installer cannot identify any existing OSes on the fixed storage devices14:43
lol768Which device though? :P14:43
lol768It's not wrong, I do have 1 blank /dev/nvme0n114:44
lol768(I also have two other drives which totally have stuff on them)14:44
lol768So how do I know which one it's going to erase and install on14:45
=== lucas_ is now known as luks911
TJ-lol768: generally it'll examine all devices I *think* - but the way you describe it sounds like it decided the NVMe is the candidate!14:50
=== rob is now known as Guest91234
lol768But what if it didn't!14:50
TJ-lol768: then you're foo-barred :P14:51
lol768Hahahaha. I assume I'm supposed to use the manual partitions manager if I want control14:51
TJ-lol768: best not to let it do automatic partitioning14:51
qwebirc21275I got this error and VM crashed: "The I/O cache encountered an error while updating data in medium "ahci-0-0" (rc=VERR_INVALID_PARAMETER). Make sure there is enough free space on the disk and that the disk is working properly. Operation can be resumed afterwards."14:51
TJ-lol768: althought I'd hope the installer would give you a summary of where it was about to put the OS before starting14:51
qwebirc21275what happened why VM crashed and I got that error?14:51
lol768You'd think wouldn't you14:51
lol768I don't know if it will14:52
lol768Gah14:52
TJ-lol768: test it in a VM ?14:52
lol768I can YouTube search for a video first :p14:52
lol768You can tell I don't do this often14:52
TJ-lol768: I've not used the installer (ubiquity) in *years* because it is a band-aid plastering over a festering debian-installer14:52
OerHeksqwebirc, the error is clear, enough free space? or is it read-only?14:52
lol768Yeah I had a better time installing Debian on a server14:54
qwebirc21275Oerheks you mean no enough space? but I created virtual hard disk with over 20GB how it is possible? I just installed, rust, go etc14:54
lol768Right, I have an even better idea14:55
OerHeksqwebirc, df -h # would tell14:55
lol768It involves unplugging SATA cables14:55
OerHeks20 gb is not that much14:55
lol768Try and erase the wrong disks now, ubiquity!14:56
TJ-lol768: great plan, or do a manual install using debootstrap and chroot :D14:56
lol768But LUKS is hard14:56
lol768:P14:56
qwebirc21275Oerheks many files appeared, which one is the one to look at?14:56
OerHeksall the lines above snap14:57
qwebirc21275Oerheks, in used % from the top down until snap: 0, 1, 40, 1, 1, 014:58
lol768Aha, there is a confirmation14:59
lol768And it tells me the device \o/15:00
OerHeksqwebirc that does not say anything, paste the output on paste.ubuntu.com15:00
TJ-lol768: LUKS is easy!15:02
TJ-lol768: thanks for confirming that15:02
qwebirc21275OerHeks I pasted and then?15:02
OerHeksqwebirc, and copy the url here, perhaps?15:06
bash_hello15:08
=== glenn is now known as bad_idea_dude
qwebirc21275OerHeks ok one sec15:13
kuraHey, I wonder if someone can help me. I have a job where I have to use a ubuntu based OS that is "secure" it's completely locked down. I cannot edit files and have no access to terminal. However my second monitor doesn't work. I can edit the USB stick the OS is on, can I use grub or anything like that to help me?15:16
Codex2kura: sure15:31
Codex2^_^15:31
leftyfbCodex2: they are gone15:31
Mysterytrainwith the wind15:31
Codex2Yeah, I know... but seemed unethical to let them know while they were still here how to break into OSs15:32
qwebirc21275OerHeks here: https://paste.ubuntu.com/p/CvgMV4bT4V/15:33
qwebirc21275Can anyone check link about? do i have error with storage or enough storage?15:35
tomreynqwebirc21275: none of your file systems has run full.15:36
tomreynqwebirc21275: the error messag eoyu posted initially was reported by virtualbox. i suggest you disable host i/o caching for this VM.15:37
tomreynbut virtualbox support is in #vbox15:37
tomreyn(that's unless you use ubuntu's builds, on a supported ubuntu host OS)15:38
Codex2qwebirc21275: you have enough15:40
Codex2qwebirc21275: especially if you've allocated the virtual hdd to dynamic15:40
Codex2and run full only clears tmpfs' he's allocated a partition to sda1 that looks more or less fine... depending on the files stored there15:42
OerHeksyes, not a free space issue indeed, and looks like hardly installed anything15:43
qwebirc21275Codex2 so why VM crashing then?15:50
qwebirc21275I run some cargo command and then machine frozen and need to turn on and off15:50
Codex2qwebirc21275: when you say crashing do you mean slowly beginning to lag until you restart or just straight up crashing with in a second15:51
OerHeks'I run some cargo command' ...15:51
Codex2qwebirc21275: well, that doesn't sound like a space issue it sounds like an application issue15:52
Codex2qwebirc21275: are you running this in a cli or gui?15:52
lotuspsychjeqwebirc21275: if you want volunteers to help you, please pastebin the output of errors15:53
OerHekswithout proper and *all* info, why do you think we can answer?15:53
OerHeksand time to register15:53
OerHeks!register15:53
ubottuFor information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.15:53
lotuspsychjeqwebirc21275: you could try launching your VM from a terminal for example15:53
Codex2well... I was going to say he could start by running it verbosely15:53
Codex1hmmm I don't remember how to ghost my username15:55
qwebirc21275Codex automatic crash, i'm using the terminal15:58
Codex1then see if there is a -v -V verbose flag that can give you output to copy and paste into a pastebin16:02
OerHeks"i'm using the terminal" .. on virtual box vm? or to start the VM?16:04
Codex1He's using the GUI to boot into the VM and using the virtual machines terminal...16:05
hexhaxtronHi! My GRUB only shows a purple screen. I tried to use refind instead but it says: EFI variables are not supported on this system.16:09
hexhaxtronWhat should I do?16:09
Codex1hexhaxtron: how do you know you've booted into GRUB if all you see is a purple screen?16:10
Codex1imgur.com16:11
hexhaxtronCodex1, wait, I'm trying something. brb16:12
hexhaxtronCodex1, I successfully ran refind-install but I still get a purple screen...16:14
Codex1never even heard of refind-install, lol16:15
CarpeOmniahey, so doesn't anyone happen to know how to bypass google's server appliance, or at the very least backup the software and refresh the os to factory settings?16:23
TJ-CarpeOmnia: is it running Ubuntu?16:23
=== ubuntu is now known as Guest14085
CarpeOmniato be honest... I can't tell.16:24
TJ-CarpeOmnia: it doesn't sounds like an Ubuntu support question :)16:24
CarpeOmniaIt's boots into bash... but I don't think there is any frontend16:24
CarpeOmniafair enough...16:25
Guest14085Hi I'm trying to set up fulldisc encryption manually during installation on Ubuntu 19.04 but it's a real struggle... it's telling me it can't mount one the partitions I try to create16:25
TJ-CarpeOmnia: possibly try ##networking16:25
TJ-CarpeOmnia: there are a few net admins there, although you'll do better on a weekday16:25
Guest14085aren't I supposed to create two cryptpartitions (one for / and one for swap) ?16:26
CarpeOmniait's not a networking question...16:26
tdsCarpeOmnia: istr they're effectively just dell servers, and you can reflash them with a standard bios rather than the locked down one?16:26
tdsnever used them myself though16:27
TJ-CarpeOmnia: it's a network/search appliance isn't it? but see this for clues: https://davehope.co.uk/Blog/turn-an-old-google-appliance-into-an-esx-server/16:27
CarpeOmniaGuest, you don't encrypt the swap file as it's volatile [aka it should be deleted every reboot]16:27
jeffrey_fGetting “low disk space on filesystem root”.16:27
TJ-CarpeOmnia: "A Google appliance is just a Dell PowerEdge 2950 with a yellow coat of paint and a snazzy front bezel" :)16:27
CarpeOmniaactually... this is a google search appliance GSA, It's the blue server16:28
CarpeOmnianot the dell poweredge r471016:28
Guest14085CarpeOmnia, um.... the installer actaully warns you if attempt to install without encrypting swap16:28
tdsswap encryption is probably sensible, otherwise you'll potentially end up reading your nice encrypted data off the disk, then writing it to swap unencrypted16:28
Guest14085tds, exactly16:29
tdsis this desktop or server?16:29
CarpeOmniaI'm sorry guys... for whatever reason I was thinking of RAM allocation not the swap or page file...16:29
CarpeOmniabut still you're computer would run quite slow if you encrypted the file that is intended to act like RAM when RAM runs out16:30
TJ-CarpeOmnia: depends if the CPU supports the cipher algorithm in hardware16:31
Guest14085This is what I'm attepmting to do https://imgur.com/a/2bq447Z16:31
jeffrey_fGetting “low disk space on filesystem root”.  Help.  I've had this quite a while ago, but don't remember what the solution was.16:32
tdsany specific reason you're trying to do it by hand rather than the standard luks + lvm setup?16:32
CarpeOmniaif it's hardware, then that's something to set in the bios... but if it's ubuntu then... I don't think it will even let you encrypt the swap16:32
Guest14085jeffrey_f, start with sudo apt autoremove16:33
tdsCarpeOmnia: it definitely will, and if you run the installer without doing manual partitioning and enable encryption then you'll end up with lvm on luks, and a swap lv in that vg (or possibly a swapfile on your encrypted rootfs, I think it may have changed recently)16:34
CarpeOmniahe's still partitioning the hdd so there is no sudo apt anything yet16:34
jeffrey_fGuest14085, did it16:34
Guest14085CarpeOmnia, well, in that case the solution would of course be different16:35
Guest14085is there anything wrong in my screenshot?16:36
TJ-Ubuntu encrypts the swap partition by default16:36
TJ-not sure what it does with the new 'swap file' arrangement though16:37
tdsGuest14085: as I said, I'd be interested to know why you're doing it by hand rather than the standard partitioning setup - but that looks fine, if you want sdb4_crypt to be swap then you should set type to swap rather than ext416:37
Guest14085rebooting doesn't help, using the auto encrypt option is convinent but it doesn't let me adjust swap / size then16:37
CarpeOmniayour swap file is ext4 for starters16:37
CarpeOmniaGuest14085: is your HDD an SSD, and if so... is this running on a server or a desktop computer?16:39
Guest14085CarpeOmnia, it's set to swap?16:40
Guest14085CarpeOmnia, desktop computer16:41
CarpeOmniaGuest14085: no it's set to ext416:41
CarpeOmniaGuest14085: if you're not running on a server or if you and don't have a dedicated processor for encryption... then you don't have enough resources to use realtime encryption... You're best bet is to just delete the swap file by reallocating that memory with random 1's and  0 's the and if your using a server... then set a tamper switch16:42
CarpeOmniayou're*16:43
Guest14085CarpeOmnia, well that's quite unfounded... I have been using fulldisc encryption on an 8 years old machine without any  (visible) performance penaulty at all16:44
Guest14085also I still don't get where you read ext4 on /sdb4 ?16:46
CarpeOmniain your screenshot... under partition typr16:46
CarpeOmniatype*16:46
Guest14085CarpeOmnia, for sdb3 yes, definiatly, but not for sdb416:47
CarpeOmniaGuest14085: well that's what it's showing in the screenshot16:48
=== rud0lf is now known as cplusplus
CarpeOmniabtw, if you're filesystem is encrypted, the data being stored in swap is automatically encrypted... it wouldn't make much sense for the computer to decrypt your data and store it in swap... unless you are trying to run or view a file decrypted, firefox... a pdf... for example.  So ultimately the files your using that are kept in extended RAM or a swap partition need to be decrypted in order to use or view anything on your computer16:54
CarpeOmnia that said... delete your swap file or encrypt it only when your computer is not expected to be used, i.e. hibernation or shutdown16:54
CarpeOmniahttps://feeding.cloud.geek.nz/posts/encrypted-swap-partition-on/ is one of the ways to encrypt a swap file16:55
Guest14085CarpeOmnia, damn I uploaded the wrong screenshot, wasn't aware I had taken two of them16:56
=== ctrlbreak_MAD is now known as ctrlbreak
Guest14085anyway the erros I get is... "Unable to mount /dev/sdb3_crypt in / failed, you can redo partition in partition menu16:59
Guest14085any ideas?16:59
melodiehi17:00
compdocyou can no longer mount an encripted partition? it used to work?17:00
Guest14085compdoc, nope trying to create a new encrypted install manually17:01
compdocoh17:01
melodieI bought a videoprojector brand Elephas, and I can use it only with the VGA output in Ubuntu, and only in 1024x768 whereas it should be able to work with HDMI as well.17:01
Guest14085but I'm about to give up, I can't do it17:01
CarpeOmniamelodie: is there an HDMI port?17:01
TJ-melodie: when the projector is connected via HDMI, what does "xrandr -q" report?17:01
melodieI have tried with several computers including a laptop coming with a good intel 945 graphical chip,17:01
compdocGuest14085, is it an LVM partition?17:02
melodieCarpeOmnia the HDMI on one laptop, with a ATI 8200 would not work the other laptop has VGA no hdmi and the videoprojector has VGA and HDMI17:02
=== kostkon_ is now known as kostkon
CarpeOmniamelodie: well then that's why it doesn't support HDMI17:03
melodieTJ- just xrandr with no option didn't see it at all17:03
TJ-melodie: which suggests the projector is not responding on HDMI *or* you've a bad cable/connector somewhere17:03
melodieTJ- I tried with two HDMI cables17:03
CarpeOmniaor that... he thinks HDMI is a protocol that can run through a VGA cable?17:04
melodieI would think at least one of the would work?17:04
TJ-melodie: what is the projector model number?17:04
Guest14085compdoc, nope, I have no idea how to create lvm partitions from the installer so here is what it looks like: https://imgur.com/a/51WO3yu17:04
cfhowlett!lvm17:04
ubottuTips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto17:04
melodieTJ- Elephas : https://www.amazon.fr/gp/product/B07FSH92SN/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=117:04
melodieCarpeOmnia I tried with normal vga to vga on one lappy and normal hdmi to hdmi on the other lappy17:05
compdocGuest14085, I think the ubuntu installer uses LVM when you select to encrypt your home dir17:05
melodiealso I tried hdmi to hdmi on a desktop but that didn't work17:05
TJ-melodie: so it is a 1280x800 projector?17:05
compdocwhen you let the installer create automatically17:05
melodieTJ- supposedly a 1280x800 with higher resolution abilities17:06
CarpeOmniamelodie: just because it says 1080p and supports hdmi17:06
CarpeOmniadoes not mean it supports higher resolutions17:06
melodiethat's what the descriptions says : it's supposed to support up to 1920 x 108017:07
Guest14085compdoc, yes, I know that, but the problem with that is I would like to use a bigger swap than the automatic wizard gives me (Vmware player likes lots more)17:07
CarpeOmniaCommon display resolutions  include SVGA (800×600 pixels), XGA (1024×768 pixels), SXGA+ (1400x1050 pixels), 720p (1280×720 pixels), and 1080p  (1920×1080 pixels), 4K UHD (3840x2160), as well as 16:10 aspect ratio  resolutions including WXGA+ (1280x800 pixels) and WUXGA (1920x1200  pixels)17:08
compdocGuest14085, they use swap files these days, and not partitions. and you can set the size of the file. is that what youre doing?17:08
melodieCarpeOmnia TJ- I'm a newbie regarding videoprojectors. Can you tell me how do ubuntu or any linux box get along with hdmi peripherals? does it usually work well?17:08
CarpeOmniathey get along fine... natively even17:09
TJ-melodie: yes, you'd expect any HDMI display device to 'just work' - when they are connected the display device will send data telling the GPU (the PC) what display resolutions and timings it supports  - that is the EDID - and then the PC will choose a mode it can generate17:09
TJ-melodie: have you tried it with both HDMI ports on the projector?17:10
melodieCarpeOmnia my young son tried it with his laptop under windows 10 and he could get it to work with the hdmi cable, but he could not setup the resolution17:10
melodieTJ- good question, I'm not sure, but I can give it again a try17:10
CarpeOmniamelodie: 1080 pixels devided by 200 inches is 5.4 pixels per inch17:10
melodieI tried hdmi117:10
CarpeOmniais the display just not showing up?17:11
Guest14085compdoc, well, in that case I'm sees to be fighting against pure air.... then that's changed, because last time I installed with encrypted install (auto) it did create swap file?17:11
melodieCarpeOmnia with 1024x768 I'm not projecting "Big Buck Bunny" (using VGA) and I had to setup the shape in the projector and 16:10 in VLC17:11
melodieCarpeOmnia on the other laptop with hdmi it was not seen at all17:12
compdocI think since 18.04, or maybe the version before that17:12
melodieno display and also not seen by the usual randr tools17:12
melodieI'll just retry now, with HDMI2, just incase17:13
CarpeOmniabecause... if that's the case... it's likely that you have multiple display outputs in which case... you need to boot into linux on your laptop and then either use a hotkey to switch to the display or settings display options in ubuntu17:13
melodiealso, in which cases can you also use a video projector with a tower?17:13
melodieCarpeOmnia I tried several ways, hotplug or not, no additional screen was found with hdmi17:14
melodieI tried in Xubuntu17:14
melodiein Xubuntu I also added arandr, same, and invoked xrandr in the console, and tried to see the hdmi in the lspci output17:14
CarpeOmniamelodie: I said with a hotkey not hotplugged17:14
CarpeOmnialook at your keyboard... are there symbols on the top row that you press with the Fn key?17:15
melodieCarpeOmnia ok, what is it and how can I do that?17:15
melodieoh ok, I see17:15
Guest14085compdoc, that sounds nice, can I add a swapfile even if I'm currently running with a swap partition?17:15
melodieCarpeOmnia I'm going to restart that machine and check17:15
sentimenthi everyone17:16
sentimentafter relocating the ubuntu installation to my new ssd drive, the boot time has surprisingly increased17:17
sentimentcontrary to the expectation17:17
sentimentI have extracted an svg using systemd-analyze17:17
sentimentand it shows the plynouth service and various dev devices to be the culprits17:18
sentimentsomething went wrong with dev# devices after the ssd upgrade17:18
melodieCarpeOmnia TJ- I have pressed a hotkey whose icon looks like a screen. this has triggered the opening of a window where the display settings can be done (Xubuntu) and it still does not see the videoprojector17:20
melodiethe videoprojector displays briefly "Elephas" and not long after "NO SIGNAL"17:21
melodie:-(17:21
melodiethat's on HDMI2 now17:21
melodieI'll seek for the setup btw17:21
TJ-melodie: right now can you open a terminal and show us "pastebinit <( xrandr -q; cat /var/log/Xorg.0.log )"17:21
sentimenthere: https://termbin.com/j18l17:21
sentimentignore the update service time17:21
TJ-melodie: I'm suspecting your HDMI cables - how long are they?17:21
sentimentit is a one time occurence17:21
TJ-sentiment: it's easier to show us "systemd-analyze critical-chain"17:22
TJ-melodie: I'm also wondering if the PC has dual GPUs and the HDMI port isn't active. Can you connect the PC to another HDMI display (a TV, or monitor) and see it working?17:24
melodieTJ- one is 1 meter and a half, I guess the other one about the same.17:24
melodieno I don't have such a thing17:24
TJ-melodie: OK, length should be good then - I've got projectors on 15m cables17:24
TJ-melodie: i think you need to prove the PC can display on HDMI first, else you could be trying to solve a problem on the projector that doesn't exist17:24
melodiealso in Windows it works, just my son could not setup the resolution, windows would not allow him for some unknown reason17:25
TJ-melodie: Windows on the same PC?17:25
melodieTJ- that's possible17:25
melodieTJ- no, a laptop that has a Intel chipset, a HP x36017:25
lol768TJ-: since you helped me diagnose my previous hardware issue, you may be interested to know it turned out to be a RAM issue - one stick failed after a day. Retailer replaced, for me17:25
TJ-lol768: ouch, but great it was replaced17:26
melodieTJ- is it possible for me to test with a computer such as a tower? Or a small form factor desktop computer?17:26
TJ-melodie: OK, in a terminal show us the result of "pastebinit <( lspci -nnk -d ::0300 )"17:26
melodieI have one with a sff gpu but I don't know how to get it to display on the two17:27
melodieok wait a sec17:27
sentimentTJ-: here https://termbin.com/xuvi17:27
TJ-melodie: you mean drive the projector from the tower, or SFF?17:27
sentimentnetworkmanager wait online service is one of the culprits17:27
melodieTJ- a HP SFF computer, which has a SFF pci-e nvidia card17:27
TJ-sentiment: the longest wait there is around 6 seconds for the network to come online17:28
sentimentbesides the dev disk service I mentioned above17:28
TJ-melodie: if the PC can output HDMI then yes, you can test with that PC17:28
sentimentTJ-: is that attributable to the post-login slowness?17:28
sentimentbecause after I login, the purple screen stays and stays for like... 10 seconds17:29
sentimentbefore showing the desktop17:29
sentimentTJ-: how about systemd-analyze blame?17:29
sentimentit shows different things and seems more pertinent as far as I can see17:30
sentimenthere https://termbin.com/tu5817:30
TJ-sentiment: have you checked the kernel log for any I/O errors?17:30
sentimentone part of the slowness is during the bootup17:30
sentimentand the other part is post-login17:30
melodieTJ- on the graphic card there is a HDMI and a DVI output : if I connect the screen to DVI and the videoprojector to HDMI, is it supposed to work?17:30
sentimentTJ-: I will17:31
TJ-sentiment: there are a lot of loop devices there; are those for snaps?17:31
melodieI tried and could not get something looking like it wanted to work...17:31
TJ-melodie: yes, or you could simply connect that PC to the projector using HDMI and the projector should show the PC boot messages and so on17:32
sentimentTJ-: there are indeed i/o errors17:32
TJ-melodie: as in, only have the projector connected to the PC, no other screen17:32
sentimentrelated to remount17:32
TJ-sentiment: aha!17:32
sentimentTJ-: after finding out they were related to snap I removed snap yesterday17:32
sentimentbut they are still there somehow17:32
melodieTJ- thank you, I'll try that17:33
TJ-sentiment: presumably you've not removed snapd?17:33
melodieI have to run for some food to buy now, bbl17:33
sentimentTJ-: https://termbin.com/eoyl17:33
sentimentkern.log17:33
sentimenthmm snapd? lemme see17:34
melodie TJ- orditux@compaq:~$ pastebinit <( lspci -nnk -d ::0300 )17:34
melodiehttp://paste.ubuntu.com/p/n83SykQdWc/17:34
TJ-sentiment: can you show me "pastebinit <( journalctl -b )"17:34
sentimentsnapd is not installed17:34
=== cplusplus is now known as rud0lf
sentimentok17:34
TJ-melodie: ooooo that is interesting! you notice the AMD GPU lists 2 kernel (driver) modules "radeon" and "amdgpu") but it *DOES NOT* show either as loaded - meaning it isn't being used!17:35
sentimentTJ-: are you okay with termbin?17:35
sentimentbecause pastebinit is not installed and I'm not sure it's worth it17:36
TJ-melodie: I believe this will be the problem and we just need to find out why they are not loading17:36
TJ-sentiment: I am17:36
TJ-sentiment: I was just trying to make the commands self-contained17:36
sentimentyeah thx17:36
sentimenthttps://termbin.com/elld17:36
sentimentit's too long17:38
sentimentmaybe a grep for something?17:38
sentimentit must be related to the ssd17:40
sentimentnot sure how17:40
sentimentTJ-: for what it's worth, I emphasize that Ubuntu was 'relocated' to the new drive using an image17:40
sentimentso it was not a fresh install17:40
sentimentmaybe some stuff went haywire17:41
TJ-sentiment: long read... but I don't see any clues there whatever17:42
sentimenthere's the fstab https://termbin.com/lduz17:42
sentimentyeah , suspected so17:42
sentimentor... figured as much17:42
sentimentI think the kern.log can be more helpful17:43
sentimentI hope it's not a drive issue17:44
sentimentit is brand new and I'm pretty sure it is not faulty17:45
sentimentbbl17:45
TJ-sentiment: I tried to view your SVG but the termbin cut it off before the end17:48
TJ-sentiment: I notice that ata3-6 devices fail a soft reset initially - that could be related17:54
asdewI have a laptop of which the display does not work and possibly the whole laptop doesn't even boot. How could I check if the system boots with Ubuntu liveCD? I have no external monitors with which I could try it. One option is if Ubuntu writes something to a file on the media on which the liveCD, but does it?18:02
_KaszpiR_asdew does it have network?18:07
_KaszpiR_if so then you could set up rsyslog, to send logs to remote location18:08
=== sparker is now known as whoami
=== jstein_ is now known as jstein
asdew_KaszpiR_: It has some network card, let me look the name of it up18:10
asdewIt has a BCM431318:10
_KaszpiR_also if it boots then it could send DHCP/BOOTP requests over network18:11
_KaszpiR_and if it supports pxe boot then you could really spawn system fully unattended and configure for example ssh18:11
_KaszpiR_or you could do this with boot media (like pendrive) with custom start script18:12
_KaszpiR_but still, you may be limited by the settings in the bios/uefi, which, for example, limit booting only from certain media18:13
asdewIf it has ethernet connected when booting, should it automatically connect to the network? My router has a configuration panel from which I can see all the registered devices and I could see if it has booted from that18:14
jcottonit should18:14
melodieTJ- I'm back18:15
melodie"<TJ-> melodie: I believe this will be the problem and we just need to find out why they are not loading"18:15
melodieI checked, it appears it's kms taking over18:16
melodieI'll try a "nomodeset" perhaps?18:16
TJ-melodie: no, that would make things worse!18:20
TJ-melodie: the info you reported indicates that no proper driver was loaded at all18:20
melodiesure but do the xorg drivers respond to the lsmod lspci and such command lines?18:21
asdewDarn, my laptop is refusing to even turn the fan and lights on18:21
melodieTJ- it appears the package xserver-xorg-video-radeon isn't installed, for unknown reason, so I'm installing it now18:24
melodiealso, why adding "nomodeset" would make it worse exactly?18:24
melodieasdew have you checked the memory modules?18:26
Ragnaro7guys do somebody knows why my pc crash in this way? https://imgur.com/bZGDbKB18:34
JonelethIrenicuswow print commands are great18:35
melodieRagnaro7 perhaps something to do with the gpu?18:35
Ragnaro7idk It happens suddenly when I'm using the PC or when I try to update through graphical interface, by terminal it does not cause error18:37
asdewmelodie: It finally "booted" after many attempts. The ethernet lights on the laptop and on the router are blinking so that's a good sign, but I'm still trying to figure out the laptop's IP address if it booted (which it seems to have)18:38
melodieasdew you still might want to check the memory modules, along with the power : state of the battery and charger18:39
melodiethe battery it's easy using the "acpi -i" command line. (Install the acpi package if needed)18:39
melodieTJ- I'm still struggling with the laptop, but using ssh now18:40
melodieit seems to dislike the xserver-xorg-radeon as well as xserver-xorg-ati packages and their fellow packages18:41
asdewmelodie: The laptop is getting power just fine and it doesn't have a battery. The memory modules are fine, at least according to the ethernet port lights18:41
tomreynmelodie: i think TJ is out for the night. if you can sum things up again, maybe someone else can help you.18:42
melodietomreyn ok, thanks18:42
* TJ- is here put making pizzas :)18:43
tomreynoops18:43
melodieTJ- ha ha! Have a nice meal!18:43
tomreynRagnaro7: are you saying your computer will switch away from a graphical desktop to this screen while you're installing updates (and then get stuck there)?18:46
TJ-melodie: if you have SSh access to the laptop, can you do "pastebinit <( lspci -nnk; grep . /etc/modprobe.d/* | grep -v ^# )"18:47
VitoGhello18:47
VitoGdo amd ryzen work with ubuntu18:47
Ragnaro7yes mainly but when im using it normally sometimes happen18:48
melodieTJ- disclaimer: it's a mess now. ^^18:48
melodiehttp://paste.ubuntu.com/p/rHCsn8hZ6q/18:48
tomreynVitoG: yes, i'm using a 1800x on this system. there were some issues with the APUs but i assume they're solved by now.18:48
VitoGkool18:49
VitoGtomreyn i heard of seg faults18:49
TJ-melodie: well, good sign is a kernel driver is being used now: "Kernel driver in use: radeon"18:49
VitoGtomreyn yeah im looking at zen+ mobile 3700U PRO18:49
tomreynVitoG: that's too unspecific for me to comment on, i'm afraid.18:49
VitoGOK18:50
tomreyn"i heard of seg faults", that is18:50
TJ-melodie: that all looks good, so the xorg drivers are now causing an issue?18:50
melodieTJ- doesn't help, the gui is now frozen and totally empty18:50
melodieXD18:50
melodieI might want to reinstall18:50
melodie(which I usually don't... XD XD)18:51
tomreynVitoG: are 3700U PRO available, yet? i don't think they are, right?18:51
boredguythe main reason i use ubuntu is to not reinstall18:51
VitoGtomreyn 3700U non pro is18:52
tomreynVitoG: it's actually called "Ryzen 7 PRO 3700U"18:52
VitoG3700 U Pro is due out soon18:52
VitoGits shipping but the notebooks will be late may or june18:52
VitoGprocessors are ready18:53
VitoGlaptops are not18:53
tomreynVitoG: okay, then "soon" we'll be able to tell whether or not they work with linux, and with ubuntu, but not yet.18:53
VitoGyeah18:53
boredguyRyzen is expensive18:53
VitoGtomreyn which size laptop is best for trains planes and automobiles18:53
VitoGalso want good performance18:53
tomreyn!ot | VitoG18:54
ubottuVitoG: #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!18:54
VitoGik18:54
TJ-melodie: "pastebinit <( grep . /etc/X11/xorg.conf{,.d/*} )"18:54
tomreynhardware choice questions are a bit OT here, i'm afraid18:54
boredguyan intel ultrabook18:55
tomreynboredguy: see above, thanks.18:55
melodieTJ- no such file18:55
melodieYou are trying to send an empty document, exiting.18:55
TJ-melodie: that's a good sign :)18:55
VitoGits dead around here18:55
TJ-melodie: now "pastebinit <( ls -latr /var/log/ )"18:55
gourgi.18:55
melodienot really, TJ- the gui is frozen18:55
melodiehttp://paste.ubuntu.com/p/SH8YMDByqt/18:56
TJ-melodie: but the PC is working, so it can be diagnosed18:56
tomreynRagnaro7: were you responding to me there earlier? i only spotted it now, be sure to mention my nickname when you respond, thanks.18:56
TJ-melodie: "pastebinit /var/log/Xorg.0.log"18:56
melodieTJ- yes sure, but I'm far from having a hdmi working computer, instead I...18:56
tomreynRagnaro7: if you like, you can post your system log next time it happens, or from lat time it happened, if you can tell when this was.18:57
melodiehttp://paste.ubuntu.com/p/4R73r6VQyr/18:57
tomreyn*laSt18:57
tomreynasdew: this sounds like you really need an external monitor one or the other way.18:58
melodieTJ- I pasted18:59
melodie<melodie> http://paste.ubuntu.com/p/4R73r6VQyr/18:59
melodieomg I disconnected the hdmi cable and know I do have a login19:00
melodiebut no keyboard nor cursor19:01
TJ-melodie: this doesn't look good: "config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/drm/card0 /dev/dri/card0"19:01
tomreynasdew: ubuntu doesn't run an ssh server on the live iso by default, so you wont be able to connect to the system until it's enabled, even if you find out the ip address.19:02
melodieTJ- I give up on this laptop, I'll reinstall19:02
melodiecan't spend too much time on it19:02
TJ-melodie: show us "pastebinit <( grep . /etc/udev/rules.d/* )"19:02
Ragnaro7tomreyn: okay thanks19:02
melodieTJ- "no such file or directory" :-(19:03
TJ-melodie: oh, good, no custom changes. I'm hunting for anything non-standard that would do that.19:04
melodieI'll work on the SFF tower now19:04
melodieTJ- I just messed up trying to install the xerver package radeon which pulled in a bunch of hwe packages which I can't remove now19:04
melodieso I'll install something else (I'll copy paste the partitions from another hdd as a matter of fact)19:05
melodieusing gparted19:05
melodiemy goal is to master the videoprojector, not fiddle with this laptop19:05
melodiebut, thanks a lot :)19:05
TJ-melodie: OK19:06
TJ-melodie: one last thing: "DISPLAY=:0.0 xrandr -q"19:06
melodienow I'll plugin the SFF HP and it's SFF nvidia gpu19:06
TJ-melodie: if the projector is connected to HDMI that should allow you to query the X subsystem from the SSH session19:06
melodietoo late for that, I sent the "poweroff" command19:06
melodieno it's now plugged to the SFF HP tower which I need to plug into the electrical power and start + keyboard + mouse19:07
asdewtomreyn: I know, I just wanted to try to ping it just to make sure it has booted up19:08
tomreynasdew: your router would know if it handed out an ip address to it via dhcp, and should be able to tell you.19:09
TJ-asdew: you want to discover the IP address? you could try listening on the network interface of another PC in case you can spot broadcasts from it. You could also try first "avahi-browse -art" see if that shows it. Otherwise to snoop the interface "sudo tcpdump -n 'not ip and not ip6' "19:09
tomreynasdew: alternatively, you could scan the local network using nmap19:10
TJ-asdew: most installs now enable avahi-daemon, which is the multicast-DNS daemon, which uses broadcasts to notify other devices on the LAN of its presence19:10
tomreynTJ-: does the live cd, do you know?19:11
tomreynbecause i think that's what asdew is testing with19:11
melodiesomeone has told me the right thing to do!!!19:12
TJ-tomreyn: not sure, I never use the installer images19:12
TJ-melodie: make a cup of tea? :p19:13
tomreynoh right, you said so.19:13
melodiewao TJ- the direct connexion to the SFF GPU on the SFF HP tower works!19:13
TJ-tomreyn: I'd think so if printer discovery and so on is expected to work19:13
melodieHDMI2 it is! \o/ Hurrah!19:13
TJ-melodie: great, so the projector is good, the PC was having the problem19:14
tomreynTJ-: hmm makes sense. i'll try in a vm19:14
melodienow on to the resolution once logged in19:14
TJ-tomreyn: check the manifest19:14
TJ-18.04.2 >19:15
TJ-avahi-autoipd 0.7-3.1ubuntu1.219:15
melodieexcept for the resolution...19:15
TJ-avahi-daemon 0.7-3.1ubuntu1.219:15
elmagioHi ! I have an issue with Wine on the latest Ubuntu version, is this the right place to ask for help?19:15
TJ-avahi-utils 0.7-3.1ubuntu1.219:15
TJ-melodie: what does "xrandr -q" report ?19:15
melodieI get only 640x480 :-(19:15
melodieconnecting to the network...19:16
elmagioI'm not sure it's very clear, but basically Wine programs seem to be unable to play OGG sounds19:18
tomreynTJ-: yes i see it running, bound to ubuntu.local19:18
melodieTJ- it says: "xrandr: Failed to get size of gamma for output default19:19
elmagioI've checked with a few RPGMaker games, and those that include mp3 tracks work fine, but those that have ogg tracks just don't have any sound19:19
melodieScreen 0: minimum 640x480, current 640x480, maximum 640x48019:19
elmagioI know those same games worked last year19:19
melodiedefault connected 640x480+0+0 0mm x 0mm19:20
elmagioand I have ogg/vorbis codecs installed, so those same ogg files work fine outside of wine19:20
melodie640x480      73.00*19:20
tomreyn!wine | elmagio19:20
OerHekselmagio, for wine support, join #winehq19:20
melodieTJ- that's all. :-(19:20
OerHeks!wine19:20
TJ-melodie: on the face of it that info should come from the projector in an EDID, so either there was no EDID or it was invalid and was ignored and a standard VGA default chosen, but that seems unlikely19:20
melodieTJ- no idea19:21
elmagioOerHeks: I've tried but apparently I have to register to join #winehq19:21
TJ-melodie: if you can get network connectivity on that PC, show us "pastebinit /var/log/Xorg.0.log"19:21
OerHekselmagio, yes, register with #freenode19:21
OerHeks!register19:21
elmagiook19:22
melodieTJ- http://paste.ubuntu.com/p/D9jjkgB6rH/19:22
elmagio!register19:22
tomreynelmagio: the bots are not currently able to answer your !triggers, give them a few minutes.19:23
TJ-melodie: your fault! It has "nomodeset" on the kernel command-line which is preventing the driver from doing its job19:23
melodieTJ- I'll brb19:23
melodieTJ- ok, let me remove it and reboot19:23
TJ-melodie: so the 'fbdev' driver claimed that GPU, and it only has 640x48019:24
melodieupdating grub19:24
melodienow reboot19:24
melodiegreat, now I can see grub!19:25
melodieresolution looks much nicer!19:25
melodiefluffy319:25
melodiesorry XD19:25
TJ-melodie: xrandr should be good too now19:25
melodieTJ- as a matter of fact : it deserves a picture! I'll make one now and put it somewhere to show you19:27
asdewtomreyn and TJ-: Doesn't seem like my laptop has connected. I'm snooping the packets with tcpdump and I can only see who-has packets and replies to those and all the IPs requested there are of devices I recognize not to be the laptop19:28
tomreynasdew: so maybe it gets to the point where it activates the NIC but not the point where it does the DHCP19:30
TJ-asdew: is there some reason you cannot use the laptop's local console to check?19:31
melodieTJ- https://framapic.org/MxNCfMmc8vib/qlJ8zQkGZkXr.jpg19:40
melodieok it's a bit blurry19:40
melodienot the best videoprojector, however it will have to do, due to the restriction of monies -_-19:40
TJ-melodie: :)19:40
TJ-melodie: at least its working19:40
phastagigihi19:41
melodieTJ- thanks to you. Thanks a lot lot lot!!! :D19:42
OerHeks!cookie | TJ-19:43
phastagigihi19:44
TJ-!pizza | TJ- :p19:44
phastagigihi19:44
asdewTJ-: The display doesn't work and I have no external display with which to test19:45
marina_Oi19:46
howdyyallhey all, I am trying to create my first .service.  I know I am breaking a lot of rules here; but it is a home computer.  I already have ubuntu login as my local account (not root).  Is there a way to start a .service basically after all the login stuff has completed?  My service just starts a couple VMs in VMWare WS Pro.  So, I really just want to teach it to start during autologin and shutdown VMs nicely at reboot/shutdown.  I am 19:46
melodieasdew you need to try also with other ram modules. that has happened to me with a machine from a client just 2 days ago, nothing else was wrong19:47
phastagigihi all19:48
asdewmelodie: I don't think I have any compatible RAM modules except the one in the laptop. Would a good check be checking if the behavior of the computer changes without any RAM changes?19:49
tomreyn:) the behaviour without any RAM would certainly change, so no19:49
asdewtomreyn: But if the RAM module is defective, shouldn't the behavior be the same as without any RAM installed?19:50
TJ-howdyyall: sounds like you want a --user service, see "man systemd.unit" for where tp place user service unit files19:50
TJ-asdew: you have another PC though? do you have a USB flash key you can deploy?19:51
tomreynasdew: only if it was fully defective, but much more commonly only parts of it will fail.19:51
TJ-asdew: You could add a very simple GRUB config to the USB so it boots and plays a tune so you can tell if it gets as far as the boot loader at least19:52
JonelethIrenicusi started a huge zip process and am not sure if it is progressing19:52
tomreynthat's assuming it has a beeper?19:52
JonelethIrenicushow can i know while it is running?19:52
JonelethIrenicusany way?19:52
JonelethIrenicusor did the process freeze?19:52
TJ-asdew: if that works, you can have it boot a custom initialramfs with a static-defined IP address, and starts the dropbear ssh server19:52
asdewTJ-: I can edit the GRUB config, what do I need to change?19:53
TJ-tomreyn: true, but most do I think19:53
TJ-asdew: actually, a better idea, does the laptop have a serial port?19:54
asdewTJ-: no serial port19:55
howdyyallTJ: thanks, I will look into it19:57
TJ-asdew: for GRUB to play the Close Encounters 5 tones, /etc/default/grub = "GRUB_INIT_TUNE="480 900 2 1000 2 800 2 400 2 600 3"   "19:58
melodie asdew you can check the RAM using memtest, ie in Ultimate Boot CD : https://www.ultimatebootcd.com/19:58
melodieany version of memtest should do, if the computer is recent, a recent version (there are 2 or 3 methinks)19:59
TJ-asdew: in /boot/grub/grub.cfg that is just " play 480 900 2 1000 2 800 2 400 2 600 3  "19:59
asdewTJ-: Where's the /etc directory? Can't find it on the liveCD19:59
asdewWhoops20:00
asdewRead that wrong20:00
Ragnaro7tomreyn: hi, i have the problem again, this was before the cracsh https://drive.google.com/file/d/1zaT2vzaprsnylzxvEvKCYeKz7LWjKeK3/view?usp=sharing20:00
Ragnaro7and this when I restart the pc https://drive.google.com/file/d/1jG-tCJVVQuKh2USG9-zrkgg1frNjxiWS/view?usp=sharing20:00
ChetManlySo I used the mini.iso and installed ubuntu and it used my wifi to install which was cool but now I'm in the DE and there is no connectivity at all. So I went into /etc/NetworkManager/NetworkManager.conf and changed managed to true but that didnt work. So I tried to add loopback in /etc/network_interfaces but it says ifupdown had bee replaced by netplan20:00
asdewTJ-: Do I just add that to the top of the file?20:00
ChetManlywhat the heck?20:00
entropygainhello I am trying to install Ubuntu 19.04 from the .iso image on a raw disk and get this error:20:01
entropygainTypeError: __new__() missing 1 required positional argument: 'host_adapter'20:01
entropygainsounds like an error in the python script but how is it working for others?20:01
asdewTJ-: I'm unable to mount the partition on my USB stick as read-write, mount says that the device is write-protected20:03
tomreynRagnaro7: so that's *somehow* related to the i915 kernel module (intel graphics driver). if you can post a full log after a clean boot this may help:  journalctl -b | nc termbin.com 999920:04
tomreynChetManly: mini.iso installs with ubuntu-server defaults, which means it uses netplan / systemd-networkd by default, i'd think.20:06
tomreyn!releasenotes | ChetManly20:06
tomreynoh right, ubottu is gone20:06
tomreynhttps://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Network_configuration20:07
sentimentTJ-: ata 3-6 devices?20:07
TJ-asdew: I'm not sure where it is in my config, but it can go anywhere "play ..."20:09
TJ-asdew: I just tested a diagnostic USB I have which does that, in a VM, to check it works. QEMU has a PC Speaker emulation:  e.g. qemu-system-x86_64 -name USB -m 1G -soundhw pcspk -drive file=/dev/sdc,format=raw20:10
TJ-sentiment: they show up as failing soft resets in your dmesg20:11
TJ-asdew: just checked; the "play ..." is near the top of /boot/grub/grub.cfg20:12
Gossethi, does it make sense to install Ubuntu on a 1GB SSD ?20:14
asdewTJ-: Roger. I can't mount the liveUSB partition though due the device being "write protected"20:14
compdocGosset, sure, if you need the space20:14
compdocthey are cheap now20:14
Gossetyes20:14
Gossetbut how do I do the partitions20:15
Gosset*make20:15
compdoclet ubuntu do that for you20:15
Gossetohps ok20:15
GossetI'm to install Ubuntu Mate20:15
compdocI use that too, for remote desktop20:15
Gossetbut the LTS version has support until /2120:15
Gossetthen what20:16
Gossetreinstall /  ?20:16
compdocyou could clone20:16
TJ-asdew: you can also configure GRUB to use the network, which might help depending on how you make use of that functionality. See https://www.gnu.org/software/grub/manual/grub/html_node/Network.html20:16
Gossetclone /home ?20:16
melodieGosset then, as root: (with sudo) : "do-release-upgrade"20:17
TuorWhat audio codec should I use, if I want to burn a CD for my old car (year 2000)? IIRC not every CD player can read mp3. And which programm would you recommand for CD burning? (or is there one preinstalled on ubuntu 19.04?)20:17
melodieyou do that after a full update and a reboot20:17
GossetI knew that melodie thanks20:17
melodieGosset so what's the problem?20:17
compdocthe current drive to the new, then expand the partition. or install from scratch is always good to do20:17
GossetI'd like a distro with more long term support20:17
Gossetlonger support20:18
compdocLTS is nice20:18
melodieGosset Archlinux, or Sabayon20:18
melodienever reinstall20:18
Gosset3/5 years is too short20:18
TJ-Tuor: do you want to write a CD-Audio, or a CD-ROM with audio files on ?20:18
Gossetvery non userfriendly20:18
Gossetarchlinux?20:18
GossetxD20:18
compdochow long is debian supported?20:18
melodieGosset not true, among the best docs and community support : as good as the Ubuntu20:19
GossetArchlinux? well, I'll investigate20:19
melodiecompdoc everything Debian is old, with old packages. do they even have ppa packages now?20:19
melodieGosset you might want to try Sabayon as well20:19
compdocdebian is a great os20:20
Gossetgentoo?20:20
ChetManlytomreyn: so its not an 18.04 generic thing20:20
melodieGosset based on Gentoo, but comes with binary packages, a great team, the packages are 15 days behind Gentoo (for stability)20:20
OerHeksguys, keep support to ubuntu20:20
melodieand they have UI package managers20:20
Gossetso the key concept here is rolling release?20:21
OerHeksmove distro watch to ##linux,  thanks20:21
Gossetok sorry OerHeks20:21
melodieOerHeks Gosset wants longer LTS... -_-20:21
tomreynChetManly: ubuntu desktop uses network manager by default.20:21
compdocdebian is only support 5 years, so nm20:21
OerHeksubuntu offers lts 5 years + 5 years paid20:21
asdewTJ-: I'll try with the PC speaker first. How do I mount the liveUSB partition as rw though, as when I try to mount it as rw it gets mounted as ro because the device is "write-protected"?20:21
* OerHeks wonders who needs more than 3 years20:22
TJ-asdew: I have no idea, did you write-protect the USB device?20:22
melodieOerHeks I didn't know that. How much do the extra 5 years cost, and how old are the packages in the repo at that point?20:22
OerHeksasdew, ubuntu iso is RO only, you can make a persitent part20:22
OerHeksor install it on a 2nd usb20:22
OerHeksmelodie, i don't know pricing, contact canonical for that, and package age.. yes, old, but with security fixes20:24
=== root is now known as Guest15884
GossetOerHeks, I'm writing from Ubuntu 12.0420:24
TJ-asdew: As I said originally, write a custom GRUB bootloader to a USB, not try to edit the LiveISO :)20:24
compdocwow, I thought it was the actual root. Ive nver met him20:24
melodieOerHeks I get it, but at that point I'd suppose Debian can be as good, as well as CentOS/Redhat...20:24
GossetI fell in love with this version20:24
asdewTJ-: I have no idea how to do that20:25
OerHeksGosset, 12.04 is EOL, no support20:25
TJ-asdew: do you have a free, spare, USB flash device?20:25
Gossetyes, I know20:25
asdewTJ-: Sadly I don't20:25
Gossetit's not my fault Ubuntu stopped giving support20:25
Gossetbut what are the best practices in terms of upgrading Ubuntu?20:27
OerHeksreinstall, as the next LTS 14.04 is EOL too20:27
Gossetupgrade only the root partition?20:27
Gossetresintall20:28
=== SysGh_st is now known as SysGhost
Gossetyou lose lots of configurations (desktop, window manager, etc.)20:29
OerHeksno, you loose them20:30
OerHeksanyway, too much changes over those years, and no direct upgrade path.20:30
OerHeksgoodluck!20:31
asdewTJ-: I guess the easiest option for me now would be putting some other distro liveCD on the USB stick and modifying the GRUB of that20:31
melodiegn20:32
Tuortjsimmons, audio cd.20:32
tomreynasdew: if you have another computer, the easiest option is probably to (fully) install ubuntu to a usb stick, customize and test this installation so it boots with a fixed ip address and brings up a netconsole and ssh server, then boot this laptop off it.20:34
engintrhello20:40
Tuorbrb, have to reboot (updates)20:40
_MRX_world20:40
engintr:)20:40
plongshotHi, I have ubuntu 18.04 desktop and a remote server with 18.04 server.  When I ssh into my servcer my terminal window keeps freezing and I don't know why. After a couple minutes it won't respond and I have to close the window and connect again in a new one.  Is there anything I can do?20:43
plongshotservcer\server20:44
plongshotI'm using gnome terminal 3.28.220:45
compdocplongshot, I seem to remember problems with dns options in /etc/ssh/sshd_config20:46
engintrIs it possible to boot ubuntu from windows boot manager?20:46
compdocbeen a long time since Ive seen that problem20:46
plongshotcompdoc: ty I will look throught there.   I also found this (sounds identical to my problem):  https://askubuntu.com/questions/1095263/ssh-terminal-freezes-when-left-idle20:48
plongshotGonna read through it20:49
compdocgood idea20:49
tomreynplongshot: maybe also run   mtr   against the target for a while, see whether the route is stable and whether you have packet loss - could be a network issue.20:49
tomreynssh -4 vs -6 may help work around such issues (temporarily)20:50
plongshotWowwww20:51
plongshotThe only answer in that post ( with zero votes )  is a script the dude wrote.20:52
plongshotScary20:52
plongshottomreyn: Are you referring to versions of ssh?20:52
tomreynplongshot: no, versions of IP20:52
plongshotor IPv4 vs IPv6?20:53
plongshotright20:53
plongshotthx20:53
_KaszpiR_try ssh with keepalive20:58
Apachezhow do I verify the number of bits the display is currently using in ubuntu 19.04 ?21:01
Apachezlike if its 16, 24 or 32 bit graphics currently on the desktop21:01
ohjk i added the ukuu repo but get no results when i try to install.  im using ubuntu budgie 19.04.  any one have an idea why?21:02
plongshotThis   https://askubuntu.com/questions/124699/why-does-gnome-terminal-freeze-when-an-ssh-session-gets-disconnected   post shows " The session will eventually time out and disconnect; this will happen faster if you configure ServerAliveInterval and ServerAliveCountMax in ~/.ssh/config. To force an immediate disconnect, "   So is it possible to use a value of 0 (zero) or 'false' with ServerAliveInterval and/or ServerAliveCountMax ?21:03
plongshotIn other words set them to have no limit / no timeout?21:03
OerHeksApachez, xwininfo -root | grep Depth:21:04
zulumikaHi all.  First time ubuntu (18.04) user here.  I'm looking for a step by step procedure to fix the trackpad issue on Lenovo x1 carbon.  I have found many posts out there but none that explains all the steps.  Thanks.21:05
plongshothttps://patrickmn.com/aside/how-to-keep-alive-ssh-sessions/  <--  Still relevant 9 years later? Or are things with ssh different now?21:06
ChetManlyhow do I list the actual device name of the ethenet card again? not eth0 but the name you would use to load whatever module to the kernel to make it work21:11
ChetManlyeg. enp0s321:12
plongshotIs the following informatoin still accurate 8 years later??  I believe it may solve my problem if it is but I don't want to implement something that would break things if it's no longer the right approach.21:13
plongshothttps://unix.stackexchange.com/questions/3026/what-options-serveraliveinterval-and-clientaliveinterval-in-sshd-config-exac21:13
plongshot?21:13
Bashing-omChetManly: ` ip link ls ' is one way.21:17
tomreynplongshot: the ssh_config(5) !man page would tell21:35
plongshottomreyn: thx man I ended up there somehow anyway  :)21:38
ChetManlyBashing-om: that just says eth021:41
ChetManlyneed to show the anme like this https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/netplan-how-to-configure-static-ip-address-in-ubuntu-18-04-using-netplan.html21:43
ChetManly ethernets:21:44
ChetManly                enp0s3:21:44
ChetManly                        dhcp4: no21:44
teward!pastebin | ChetManly21:44
tewardoh the bot is dead21:44
tewarduse a pastebin for multiline pastes, ChetManly.  https://paste.ubuntu.com/ for example21:45
ChetManlyits a broadcom card but always show up as eth021:47
ChetManlyand thats just a link to the actual card right?21:47
plongshotIs there any way to make there be a blank line above every command line?  (ie: username@hostnam~/$: )21:48
tomreynif the interface name is eth0 on a current ubuntu release, then, for some reason, https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ is not in effect21:49
rud0lfi ordered a new cpu which has virtualization instruction set.. will i need to reinstall/reconfigure/enable something in ubuntu for better performance? hardware newbie here, i've heard some monitoring apps may benefit from VT-x21:50
tomreynChetManly: ^  some people apply workarounds to get the old naming scheme, maybe you're one of them? also, some drivers may not support it.21:50
tomreynrud0lf: you may need to set something on the mainboard firmware configuration, but not usually in ubuntu, no.21:55
rud0lftomreyn: thanks for the answer21:56
tomreynyou're welcome21:57
tomreynrud0lf: actually, thinking more about this - in case you're still running an ubuntu i386 (intel 32-bit) variant so far, this would be yet another good reason to install a 64-bit ubuntu.21:59
^DEMOSS^hello22:05
ChetManlytomreyn: well im just rying to get the network card to work with netplan still ... I have the wifi working but not ethernet22:07
Franknog^DEMOSS^: hello~22:07
^DEMOSS^which team can cyclically display information or constantly show the result. For example df- m22:08
^DEMOSS^witch comand22:08
^DEMOSS^i can't remember it22:09
midyroHey guys, what's the keyboard layout called for a keyboard which has a pipe/backslash (| \) key between the shift key and the z key? English Us, euro on 5 comes the closest except it interprets that key between z and shift as <> instead of \|22:12
_KaszpiR_^DEMOSS^ watch -n df -m22:14
_KaszpiR_*watch -n 1 df -m22:14
tomreynChetManly: if it's eth0 for ip l, it's eth0 for netplan, too22:16
tomreynmidyro: the ubuntu installers can help you identify a keyboard layout by typing a couple characters. you can run it in a VM.22:19
ChetManlytomreyn: keeps saying indentation is wrong22:19
tomreynChetManly: then it probably is22:19
ChetManlyits weird because it has my wifi ssid and password in clear plain text too22:21
midyroChetManly it says it's us international, from the logitech website (im using k120) that is correct, but it won't interpret the pipe/backslash key correctly22:21
sere_im trying to use plex media server with my external ntfs drive but i cant get plex to see it.. FSTAB https://paste.ubuntu.com/p/RrwPyt4x3N/22:22
sere_it is a permission issue im sure of it22:23
p0wderdo you have ntfs-3g installed?22:25
sere_Yes ntfs-3g is already the newest version (1:2017.3.23-2ubuntu0.18.04.2).22:26
sere_I can mount and access the drive just fine its only a problem with plex22:27
jcottondoes plex run as another user?22:27
sere_jcotton: no22:27
sere_i fixed this issue before by changing fstab mount settings but i installed over and forget them22:28
midyrofigured it out, english intl with altgr dead keys22:28
midyrothanks22:28
p0wdermaybe its permissions with the directory you are mounting it to?22:28
p0wderi dont know much about plex22:28
tomreynChetManly: yaml files are a bit picky. you can use https://onlineyamltools.com/prettify-yaml to have the indentation fixed. this page does not seem to send your yaml elsewhere.22:29
tomreynthere is also "yamllint" you can install on ubuntu22:29
p0wdermaybe make a  plex dir to mount it to in ~/22:29
tomreynsere_: try to read or write a file, as the user plex operates as, in one of the subdirectories of a mount point.22:30
ChetManlytomreyn: thank you but I gotta head to work now will try later22:30
ChetManlyty22:30
tomreynyw22:30
sere_tomreyn: yea it rw just fine. how do i check if plex's user settings or mounted as another group22:32
p0wderid plex22:32
tomreynsere_: it's configuration, the process list, strace (-u)22:33
sere_id plex : uid=113(plex) gid=124(plex) groups=124(plex),44(video)22:35
sere_i believe i just found my old fstab that worked22:37
sere_fstab settings : ntfs-3g fmask=000,dmask=000,uid=1000,gid=1000 0 022:37
leonarduswhy is bs=4M common in guides where dd is used?22:38
tomreynsere_: sure, if you allow anything to everyone, it'll just magically work22:39
tomreynleonardus: because working ith larger blocks is faster.22:39
tomreyn*with22:39
sere_tomreyn: is that what I would be doing with that last command?22:39
leonardustomreyn: is there any particular reason 4M is the "sweet spot"? if larger=faster, wouldn't 8M, 16M, etc be even better?22:39
tomreynleonardus: i'd have to look it up, too, now. i guess it's a matter of how much RAM you have available and how many blocks can be read from the source storage and transferred over the bus and wirtten to the target storage in a single operation.22:41
tomreynsere_: fmask=000 and dmask=000 specify the file and directory umask the file system is mounted with,22:43
tomreynhttps://askubuntu.com/questions/44542/what-is-umask-and-how-does-it-work22:43
sere_tomreyn: thank you22:43
JonelethIrenicusI need to make a bash script that checks if a ppa is added22:44
JonelethIrenicusany pointers?22:44
tomreynsere_: 777 would be the most restrictive (nobody can do anything), 000 is the least restrictive (anyone can do anything).22:44
tomreynsere_: so if you're used to chmod already, then this is using the reverse.22:45
sere_tomreyn: oh ok. In the past I just 000 everything and never really learned or knew what i really was doing.. I need to do some research it seems like22:47
sere_tomreyn:  Is it dangerous to use 000 if I am the only one that uses this computer and at home.22:48
tomreynJonelethIrenicus: you may want to    grep SOMEREGEX /etc/apt/sources.list{,.d/*.list}   or work with     apt-cache policy     - consider aksing in #bash , too22:48
JonelethIrenicustomreyn: okay thanks22:48
entropygainubuntu 18 server installation does not give option for disk encryuption am I doing this wrong?22:48
tomreynsere_: if you don't run any software you don't / can't fully trust, no.22:49
tomreynentropygain: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle22:51
entropygainI remember the pink ubuntu 18 installation which allowed me to do a guided setup with encryption before but the Ubuntu 18.04 / Ubuntu 18.10 installation .iso does not give me that option22:51
entropygainI ran both .iso's 18.04 and 18.1022:51
entropygainServer version22:51
tomreynentropygain: there's #ubuntu-server for server questions, but to cut this short: encryption is not supported by the server-*live*-installer, use the alternative installer.22:52
entropygainit gives me an option for it to set up LVM22:52
entropygainthank you so much22:52
sere_tomreyn: oh ok. I am going to try to figure this out without setting it to 000. thanks for the help22:52
entropygainbtw while ppl are reading I tried to use the Ubuntu 19.04 .iso and got this:22:53
entropygainTypeError: __new__() missing 1 required positional argument: 'host_adapter'22:53
entropygainis this a known issue?22:53
tomreynentropygain: if it's not liste don the bug tracke,r then it is not.22:56
tomreyni.e. https://bugs.launchpad.net/subiquity + https://bugs.launchpad.net/ubuntu/+source/subiquity22:56
sere_tomreyn:  what if I used : chown -R plex:plex /media/d22:57
entropygaintomreyn: ty again22:57
tomreynentropygain: you're welcome, but please keep in mind the right place to get help with ubuntu server is #ubuntu-server22:58
entropygainindeed will keep in mind22:59
tomreynsere_: since this is an ntfs, it probably won't persist, may not even apply.22:59
sere_tomreyn: ah oh ok. I found that on plex's support site23:00
tomreynsere_: actually for the /media/d directory it would make sense, just not for anything below that, since ntfs doesn't have a concept of linux file system access control lists23:01
sere_tomreyn: oh I see. I guess I will give that a shot then23:02
sere_tomreyn: thanks alot23:03
RandomGuyOnIrcWhen I do an apt-get update, I get this error: rr:7 http://us.archive.ubuntu.com/ubuntu artful-updates Release 404  Not Found [IP: 91.189.91.23 80]23:03
RandomGuyOnIrcDoes anyone know how I can fix it?23:03
tomreynRandomGuyOnIrc: artful is the codename for ubuntu 17.10, an ubuntu release which reached end of life early last year23:04
guivercRandomGuyOnIrc, artful = 17.10 (2017.October release with 9 months supported life) - it's EOL & thus not there23:04
tomreynRandomGuyOnIrc: so backup and do a fresh install23:05
guivercRandomGuyOnIrc, you should have release-upgraded to 18.04 pre-EOL.  Use a LTS release if you need longer life  (archive gets moved to old-releases post-EOL)23:05
RandomGuyOnIrcThanks guys23:06
guivercRandomGuyOnIrc, if you manually change archive.ubuntu.com to old-releases (removing mirror, no country mirror for old-releases) you could release-upgrade; but re-install (something else, no format) is quicker23:08
tomreynalso safer, cleaner23:09
RandomGuyOnIrcthanks23:09
RandomGuyOnIrcguiverc: thanks23:10
FirefisheWhat is the correct syntax for installing a .deb file using dpkg:  It's a library that is not included in my current release, but I need it for a particular application to function, so I may need to force it.  I forget the syntax.23:10
jeremy31Firefishe: sudo dpkg -i <file>.deb23:11
jcottondpkg -i dev23:11
jcotton*deb23:11
guiverc:)   ps: by country mirror I mean the 'us.' part23:11
Firefishejcotton:  Thanks, it's been a while.23:12
tomreynFirefishe: apt can also do it, and will also resolve the dependencies. but then, being a foreign package, you might not even want that to happen. but apt will still try to do it.23:12
Firefishetomreyn: Let me clarify.  I'm installing a nautical chart app called PolarView.  I get a `can't find libpng12.so.0' error (not exact), so I need that library.  I have the .deb, but I can't get it to install.23:13
Firefishetomreyn: The sad thing is I could do this five years ago. ;-)23:14
sere_Firefishe:  does it have any dependencies?23:14
tomreynFirefishe: be aware that installing foreign packages can break the apt dependency resolver, preventing your system from receiving important updates, preventing you from installing certain or all packages.23:14
Firefishetomreyn: I've been a gnu/linux user for a long time.  Sometimes you have to 'break' things to make other things work.  Unless you can suggest a workaround, I need that library.23:15
calcul0nit's very unlikely that libpng12 is not in your distro23:15
Firefishe18.04 Bionic Beaver uses libpng1623:15
FirefishePolarView is compiled for libpng1223:16
tomreynFirefishe: rebuild (or have rebuilt) this PolarView software to (work with and) depend on the libraries your system provides (or have them statically compiled and packaged)23:16
rwpFirefishe, You might see: https://askubuntu.com/questions/840257/e-package-libpng12-0-has-no-installation-candidate-ubuntu-16-10-gnome23:17
tomreynFirefishe: you might also want to review those red boxes on http://libpng.org/pub/png/libpng.html23:20
tomreynlibpng12 = based on libpng 1.2.x23:20
Firefisherwp:  That was one of my first original google searches.  I downloaded the .deb, but there's something I'm missing in my original head knowledge.  Will do on the red boxes.23:21
Firefisherwp: I saw the bug, but this concerns a specific use for a particular app.  Is the libpng12 library affected?23:23
sere_Firefishe: http://opennauticalchart.org/ might be of some interest23:26
Firefishesere_: I appreciate that, but PolarView is something I've used before.  It's interface is unique.  I just need to get libpng12.so.0 on my box.23:27
sere_Firefishe: oh ok23:28
rwpFirefishe, Two additional options. 1) Pull the source and compile it yourself for install. 2) Use a chroot to install the previous system where everything worked and run it from the chroot.23:30
sere_Firefishe: https://www.linuxuprising.com/2018/05/fix-libpng12-0-missing-in-ubuntu-1804.html23:31
sere_Firefishe: https://packages.ubuntu.com/xenial/amd64/libpng12-0/download23:32
tomreynFirefishe: installing ubuntu 16.04 LTS is an option. it receives security support for (a bit less than) 2 more years, comes with libpng12, libssl 1.0.2g, which might be old enough to not upset the application when it downloads maps, gps data or similar.23:39
tomreynyou should also conteact the developers, though, since they need to work on their linux releases very soon.23:40
monkeystanceok so I downloaded snap from my package manager which may or may not be apt23:44
monkeystancewhat can I do with it?23:44
leftyfbmonkeystance: sorry, but we only support Ubuntu here23:45
leftyfbmonkeystance: if you want snap support, go to #snappy23:46
monkeystancethanks23:46
leftyfbmonkeystance: please stop asking for help/support here if you're not running Ubuntu.23:47
jdrHow would one find hex code for Page up23:49
Firefishetomreyn: Thanks for the suggestions.  I was making supper.  I'll consider it, but a complete re-install is (*groan*) not on my to-do list of late. ;-)  I've run into this problem with the app before, I just need to remember what I did.,23:54
sere_Firefishe: did you check out that repo?23:55
tomreynFirefishe: understandable. a VM or chroot would be another option.23:55
Firefishesere_: That's the .deb file I can't seem to install.23:57
Firefishetomreyn: I've never had to use chroot (and VM isn't practical on this old box) for PolarView in all the time I've used it.  It's one of those stickler little nidbits of information that was used to set things up once, then forgotten.  I've forgotten it about three times. ;-)23:58

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