[00:05] oddtod: for loop and ssh, ansible, chef, terminator with groups terminals. There's so many products out there to do this sort of thing. A quick google would give you lots of results. [00:13] is there something else i need to do after installing ubuntu on an ssd drive [00:14] like and settings for the ssd i need to checkmark [00:14] any [00:15] no, not really, a cronjob is activated for maintenance, fstrim [00:16] so dont do anything? [00:18] that is why you will not find special tweaking tips, though you can tweak a lot more with gnome-tweak-tool [00:18] coolio [00:18] but not ssd specially [00:18] that will give you access to gnome extentions menu too [00:26] leftyfb: I was looking for something that wasn't a thirdparty tool, pure bash would be my perference. [00:52] hey OerHeks [01:29] My nick appears to have been hacked, is there anyway to regain my nick [01:30] Has anyone here ever used a linux phone? [01:32] stormchas2000, if you're talking about your freenode nick - why not ask or speak to freenode support? [01:32] stormchas2000, #freenode [01:35] one of my computers experiences a strange data loss phenomenon like another one did a few weeks ago, but this time I'm able to investigate it live. any ideas? $ /bin/mount; [ -x /bin/mount ]; echo x=$?; read -n 4 it's probably running xenial, maybe trusty, can't tell because /sbin/lsb_release and /bin/dmesg are claimed to be missing [01:43] * Sven_vB copies the log files [01:48] whoops. looks like files started disappearing about one minute after CRON[29623]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && /usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime)) [01:51] that command is pretty normal, https://askubuntu.com/questions/433333/what-does-this-root-cmd-line-in-system-log-mean-why-is-it-there [01:52] this cron job is scheduled in /etc/cron.d/php5 file. [01:52] yeah I meant to suspect a possible bug, as one of many possible causes [01:53] check the health of the disk, and/or memory [01:53] Sven_vB: quite literally, the link OerHeks sent you answers your question in the top response. [01:53] from auth.log, my failed login attempt a few minutes ago: "tty2: can't exec /bin/login: No such file or directory", however when I sha1sum it via sshfs, I get 26b99d13ccf436851f4e881dcd45374f7561cd00 [01:54] mouses, thanks, I'll actually read it then. =) [01:54] is there a filesystem mounted RO ? [01:54] obvious troll is obvious [01:54] OerHeks, I wish I knew. that's why I tried to run "mount" in the SSH session that's still alive [01:57] would a read-only remount show up in dmesg.log? [01:58] just type 'mount' [01:58] or do a 'touch something' [01:59] "bash: /bin/mount: No such file or directory [01:59] " [01:59] that's why I used bash's built-in "read" to verify it's still executable and starts with "ELF" [02:00] well, [ -x ] for the first, read for the latter [02:01] "$ >>/tmp/yolo && touch /tmp/yolo¶ bash: /usr/bin/touch: No such file or directory" [02:01] I wonder why bash found the absolute path to touch. I hadn't used that command in that shell yet. [02:09] I successfully created a file in /etc/xinetd.d, so at least / is still mounted read-write. [02:09] that's where /bin and /usr/bin are as well [02:10] in usr/bin via sshfs I can enumerate lots of files but not read some of them: "$ ls usr/bin/cha*[lp]¶ ls: cannot access usr/bin/charmap: No such file or directory¶ usr/bin/chacl" [02:10] hi [02:11] Backup isn't working [02:11] https://pastebin.com/aAntgd0h [02:11] Keep getting that error [02:25] anyone? [02:26] mouses, I've read the answers in OerHeks' link now, but can't see how they apply to my case. the cron command seems to not be chopped in my case. it appears regularly as expected, also on another computer with similar setup. on the broken one, /etc/cron.d/php5 and /usr/lib/php5/sessionclean seem to no longer exist, they're not visible via sshfs. on the computer that still works and has PHP, I found a suspicious "-ignore_readdir_race" in [02:26] the find command in /usr/lib/php5/sessionclean , which rather adds to the possibility of a bug in there. [02:27] Hi [02:27] Sven_vB: so what is your actual problem? [02:27] Sven_vB: If you suspect a bug, submit a bug report. [02:28] https://help.ubuntu.com/community/ReportingBugs [02:28] Is anyone familiar with the CD ripper jack? [02:28] i would first check the health of the disk, and/or memory,.. [02:28] mouses, my current problem is that I can't get a list of which partitions are mounted via the existing SSH session, and can't login locally because of "tty2: can't exec /bin/login: No such file or directory" [02:29] OerHeks, any ideas how to do that? initrd is gone, so once I shutdown I'll be out. [02:29] Sven_vB: sounds like you have a bad boot/disk problems [02:30] hggdh, well /bin/login still passes bash's [ -x ] and has sha1sum 26b99d13ccf436851f4e881dcd45374f7561cd00 when read via sshfs so I don't believe it's really gone [02:30] wow [02:30] obvious troll is even more obvious [02:30] I'd like to use this chance to investigate the strange phenomenon before it hits a 3rd computer [02:31] mouses: please stop [02:31] mouses, I wish I were trolling. the 1st occurrence hit an important computer and cost me substantial money and effort to recover some files. [02:31] hggdh: please scroll up ^^ [02:31] could someone help me out ... ubuntu 16.04 installed ptyhon 3.7 and uninstalled python 3.5 but seems partially uninstalled. when i try to install dev tools it seems that it is trying to pull 3.5 tools. how can i straighten this out? [02:32] now the 2nd computer fortunately is one that's more easily replaced [02:32] but I don [02:32] mouses: I have followed it [02:32] 't have too many spares left so I'd like to debug and defend asap [02:32] Admin ^^^ [02:33] Is anyone familiar with the CD ripper jack? [02:34] Sven_vB: your best option is to reboot the machine *locally*, probably into rescue mode, and check for boot errors [02:35] I wish I had left some root shell open in that SSH session, so I could try and restore sudo [02:36] hggdh, /boot/grub/grub.cfg is not visible from sshfs so I'd rather not try. [02:36] hggdh, in the 1st occurrence I had the bad luck to discover the grub rescue shell after I powercycled it [02:37] terrym, ask your real question to find out? [02:37] Sven_vB: which, again, points to probable disk/partition issues. Perhaps you should boot from a USB, and look at the disks. [02:37] i use asunder, not that different [02:37] Sven_vB: right now, for all that matters, your system is trashed === pringles2 is now known as sonicwind [02:39] hggdh, I did that in the first occurrence computer. I started the bionic live CD, which unfortunately insisted to fsck the disks before I could do anything; however, I imaged the remains shortly after. If you're interested, I'll work on these images. the machines were set up similarly. [02:40] Sven_vB: "insisted to fsck" pretty much means the partitions are corrupted [02:40] hggdh, yeah I'm mostly trying to collect as much evidence as possible while SSH is still alive [02:41] hggdh, afair fsck reported them as clean. I was just shocked to see it ran at all, unsure whether the live CD might have modified them. [02:42] like "noooo systemd dooon't touch iit" [02:43] well next time I'll use an eSATA adapter with physical read-only switch [02:44] would it be useful to try and exploit the machine (since sudo is broken) to try and dump RAM? [02:44] Sven_vB: not really. [02:45] Sven_vB: something is really broken on that system. Can you run 'ls'? [02:45] Sven_vB: via SSH [02:46] "bash: /bin/ls: No such file or directory"; via sshfs, sha1sum of bin/ls is 64958d34fd66c525b4b9b0bd5fd8f55257bc79ba [02:46] Sven_vB: yeah. You have a SSH session running that is worth nothing [02:46] "$ test -x /bin/ls; echo x=$?¶ x=0" [02:47] hi is anyone good with jack2 [02:48] how can that bash error even occur when in the same shell, test -x succeeds? [02:48] im trying to add another input port using alsa_in but it is in use at the moment not sure how i can close it === Taco is now known as upclime [02:49] Sven_vB: test should be on /usr/bin/test, not /bin/test [02:49] hggdh, yeah but I asked it to test whether /bin/ls is executable :) [02:50] and return value 0 means it is… so bash should be able to run it [02:50] Backup isn't working [02:50] https://pastebin.com/aAntgd0h [02:50] Keep getting that error [02:50] Sven_vB: I know. this is not the point. The point is you were able to execute test, but (seemingly) cannot execute anything on /bin/ [02:51] hggdh, oh! I see [02:51] Sven_vB: so I wonder... did you install anything to validate programs? Like, say, tripwire? [02:51] guys [02:51] i screwed up [02:51] I accidentally added a 4k resolution image to seahorse and now i cant get to the bottom of the dang app to delete the pic [02:52] hggdh, nope, I didn't feel threatened enough until lately. in the 1st occurrence, I thought it was just because the disk was very old. [02:53] any ideas on how i can unfugg this situation? [02:53] "Add an image in any GDK supported format as a OpenGPG photo ID."... https://wiki.gnome.org/Apps/Seahorse [02:53] All filesystems are unknown in grub rescur [02:53] babou_tunt, is it a problem about window size and position [02:54] OpenGPG takes 4K ..? [02:54] its not supposed to i dont think [02:54] Hd1 doesn't have any partitions [02:54] yes the image made the seahorse app un resizable and i cant get to the delete button [02:54] babou_tunt, which window manager do you use? maybe it has a key that makes any click-and-drag become move window [02:55] mmm.... whatever default is for 18.10 [02:55] not wayland [02:55] babou_tunt, try alt or shift or the logo key [02:56] you can delete the photo on comandline [02:56] https://lists.gnupg.org/pipermail/gnupg-users/2004-January/021419.html [02:58] hggdh, do you suspect a virus, or hack or something? the current victim computer doesn't seem likely as a target, all I really lost was my capability to watch video for entertainment. [02:58] Sven_vB: I had, so far, no reason to suspect virus, or hack. It still sounds more like a corrupted system. What version of Ubuntu is this? [02:59] hggdh, it's either xenial or trusty. I don't know how to tell without lsb_release. I'll see if I can find the kernel version in dmesg. [03:00] oh, there's no /var/log/dmesg :( [03:01] Sven_vB: I hope you realise that most of the commands we would need to use are uner /bin [03:01] hggdh, yeah. [03:02] Sven_vB: also, I am not sure I even seen, on a standard install, a try to execute a program respond with a checksum [03:02] nice, the apt sources list still exists. it's trusty. [03:03] fixed it [03:03] hggdh, no the checksusm I made via sshfs which fortunately is still mounted on a remote computer [03:03] so I still have user level file system access [03:10] Sven_vB: it is better to give us the raw errors, without any edits on your part. shasums, for example do not help any id they are given as output of the command execution [03:11] hggdh, the original error was the one in quotes, I had thought it was obvious because for me it was. :D [03:11] I should probably have written them on a new line. [03:12] Sven_vB: so far all we know is that anything you try to execute from /bin fails. I wonder. Is it on a different partition? [03:13] hggdh, nope, it's on the same partition as /usr/bin and /etc/xinetd.d [03:13] I'll check if I can find something in /bin that still executes [03:14] oh, maybe if I copy /bin from another trusty computer into my home directory I can execute from there! [03:14] When using jack -R, it renames the directories, but not also the files, as the docs say it should. [03:14] Sven_vB: you can try [03:15] jack the CD ripper, not the other jack stuff. [03:16] Anyone know how to make this work? [03:18] noooooooo I misclicked and closed the SSH session :(( [03:19] well that concludes this investigation. [03:20] the last observation was "$ echo /tmp/imported/bin*/ls ; /tmp/imported/bin/ls¶ /tmp/imported/bin/ls¶ bash: /tmp/imported/bin/ls: No such file or directory" [03:20] sshfs says the file mode of /tmp/imported/bin/ls is 0755 [03:21] Sven_vB: so, you can run it [03:21] hggdh, in theory, yes. as with the original /bin/ls [03:21] it just doesn't work in bash [03:22] Sven_vB: which still suggests corrupted partitions [03:22] hggdh, yeah, probably. it wasn't remounted read-only though, as I could still write to /etc which is on the same partition. [03:24] well, now there's nothing left to lose I'll power it off and start the usual forensics ritual [03:31] ~. [03:31] question remains… how do I best protect my remaining computers from breaking in a similar fashion? [03:36] Sven_vB: feel free to re-ask your issue in the channel once in a while, volunteers can have a look for you [03:41] Sven_vB: since we have no idea what happened in the first place, there is no suggestion we can give you to prevent another occurrence. Desolé/ [03:43] hggdh, what could I do to prepare my computers in ways to help debug the next occurrence in case I'm hit again? [03:48] at least "find"'s -ignore_readdir_race seems rather harmless now that I read about it, it probably can't cause find to delete a wrong file. [03:49] hi, how to find offending columns in yaml config files? [03:49] don't understand why there is a need for complex yaml configuration files instead of normal text files [03:50] waste of time [03:50] whoever has done this is an enemy of simplicity and usability === root_____ is now known as machfas [03:51] hi [03:54] stuff doesn't work [03:56] what does not work? [03:56] !rootirc | machfas [03:56] machfas: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. [03:57] stormchas2000: I am trying to setup netplan but netplan --debug generate throws errors over columns [03:57] very true i do agree with ubottu [03:57] my syntax is correct, there is no tab [03:58] aneon I am not sure myself with netplan [03:59] well a simple text conf is enough [03:59] wonder why there is a race to switch over to different configuration syntax and make life difficult [04:00] spending 2 hours of work time over a configuration file is enormous waste of resource [04:01] anyway time to nuke this broken thing [04:01] They are always trying to make things do more and in doing so they make it more complicated [04:03] there is a 1.6K line conf file in YAML, it takes a lot of time [04:03] aneon, maybe you can find a yaml lint program that tells you which line offends [04:03] --debug gives line error but I can't find offending column [04:03] aneon, maybe you can make a tool that generates the expected yaml from a simple text config in your preferred format :) [04:03] let me pastebinit [04:04] is it worth, I guess not [04:04] depends on your usecase probably [04:04] this is one part of problem, I have disabled device bios names thru grub and my networking devices don't get an ip [04:05] guess I should focus on my Ubuntu replicator, or soon I won't have any working machines left [04:05] Debian [04:06] anyways I am tired [04:06] don't understand whats wrong with simple text configuration files [04:14] this is the netplan yaml https://paste.debian.net/1062561/, let me know whats wrong with it [04:24] aneon, do you need a network device like enp0s25 ? used to be eth0 ecetera [04:26] drama: I want eth0 [04:28] there is some issue with suricata & snort that seek eth* and that being the case I am using net.ifnames=0 biosdevname=0 in grub [04:30] aneon, is that what 'ip a' calls the interface? [04:30] oh [04:31] ip a show eth* & wlan* [04:32] I need static ip for all interfaces [04:32] since netplan is failing I am using dhclient [04:33] one way of doing it is to set desired IPs thru router but that won't help me fix broken yaml [04:35] i just did a netplan yaml file [04:35] due to notepad++ a lot of irregular stuff became mainstream [04:35] is it working? [04:35] yes it is [04:35] what you got? [04:36] https://linuxconfig.org/how-to-configure-static-ip-address-on-ubuntu-18-04-bionic-beaver-linux copy and pasted that and made edits and rebooted [04:36] there are examples in /usr/share/somewhere, I used those and it isn't working [04:36] renderer: NetworkManager <- This will make NetworkManager manage all devices (and by default, any ethernet device will come up with DHCP once carrier is detected). [04:37] this is sick! [04:37] NetworkManager is gui, I am using netword [04:38] Ubuntu development on notepad++ [04:40] yaml spec is some 23K words, not easy to remember and implement without notepad++ [04:43] aneon: I followed that page and its working fine [04:47] I am getting syntax errors, my configuration is correct [04:48] i just used vi to make the file [04:48] do you mind pastebining hiding the ip if you are using external? [04:49] https://paste.debian.net/1062561/ [04:50] YAML Lint says syntax is correct [04:50] but netplan --debug generate disagrees [04:50] no spaces in the name servers [04:50] the example files in distribution has spaces [04:50] the error is in wlan section [04:50] they maybe wrong [04:51] right, i will remove spaces and try. I did try that already [04:53] same thing again [04:55] aneon: https://askubuntu.com/questions/1042789/ubuntu-server-netplan-for-wifi-and-ethernet [04:57] that is about wpasupplicant, I have it already [04:58] and in those the access point and passwords are in quotes [04:59] tried that too [04:59] odd [05:00] tried again, same thing [05:00] its been a few hours already [05:01] other than different mapping errors there isn't much to report [05:02] does it say exactly what is out of line [05:03] it syas column out of the line [05:03] how you find a column in yaml? [05:03] open in vim and and see maybe [05:04] the file is created with vi [05:04] wifis is not in line with version... would that make a diference [05:05] drama: thats likely it [05:05] no [05:05] cryptodan do you have the paste open? [05:05] yes [05:06] it is in line with version [05:06] aneon: your file is all messed up comepared to mine [05:08] https://pasteboard.co/HYbrBPu.png syntax check on my file [05:10] aneon: try this http://dpaste.com/3GTTESQ [05:12] nytol [05:12] okay [05:12] in 5 mins, logstash is taking 300% cputime [05:13] nytol is antigistamine [05:13] allergies? [05:24] antihistamine [05:25] cryptodan: changed it but there is same error [05:26] odd [05:29] yeah, beats me [05:30] anyways, time to take break [05:30] thanks for your help [05:30] maybe some vodka will help me sort this [05:30] lol [05:54] going to reboot and see what happens === dan_ is now known as Guest83266 === wesbrown84 is now known as wEs === bildramer1 is now known as bildramer === lotuspsychje_ is now known as lotuspsychje [07:53] good morning to all [08:08] Hello all [08:08] welcome mrkotfw [08:09] how can we help you today mrkotfw [08:09] Medical Murder, Organ Theft, Organ Harvesting: https://www.bitchute.com/video/Fl3Del1GhuMn/ [08:09] I'm trying to install emacs26 [08:09] Running on 18.10 [08:09] https://launchpad.net/~kelleyk/+archive/ubuntu/emacs [08:10] But there is no valid release for 18.10 it seems [08:11] mrkotfw: talk to the ppa maintainer, we don't support those [08:11] !latest | mrkotfw [08:11] mrkotfw: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [08:11] mrkotfw: we also have a 24.5 emacs snap if you want/like [08:14] Thanks [08:14] I'll contact the maintainer\ === metbsd_ is now known as metbsd [08:54] Hello, i'm currently in an initramfs busybox thingy shell, i cant boot. I renamed my vg, and update(d)-grub. I've edited fstab to match the new vg's name.if i try to unlock my luke_crypt partition it gives me an unknown fstype error. If i try blkid it shows me the disk. If i try cryptsetup open /... It says the device already exist. What can i do? [08:55] Hello! [08:55] Hi [08:57] It's amazing!I's my first time to use ICR. [08:57] !support | bricle [08:57] bricle: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [09:03] hey Myros, do you have sd*_crypt in /dev/mapper/ ? [09:04] Myros: it may help if you could provide the exact commands you ran so far and the output they produced [09:05] Myros: i looked up your earlier chat with TJ on this, and - unless you will state otherwise - assume your system is still set up the way you discussed then. i.e. it should be an installation done by the ubuntu desktop installer with the "setup LVM and use encryption" option selected. [09:06] In /dev [09:06] Myros: sorry? [09:07] In /dev/mapper i see control sda3_crypt ubuntu--vgt-swap_1 ubuntu--vgt-root [09:07] Yes default instalation [09:08] so your encrypted partition /dev/sda3 is already decrypted / opened / made available and a LVM2 volume group "vgt" with logical volumes "swap_1" and "root" was detected [09:09] Yes [09:09] what is the error causing you to be dropped into the busybox shell then? [09:09] Unknown fstype [09:10] on what? [09:10] I imput my passwort and it gives me the same error as if the passwort is wrong, but with the addition or unknown fsty?e [09:10] fstype [09:11] On crypto boot setup [09:11] The part where you give the system the passwort to his devices [09:12] ok. by the way: would german language support be easier to you? do you know about #ubuntu-de ? [09:13] oh a little bit yes, last time i was like 4h in there but no one responded [09:14] this happens. but i'm sure someone would respond this time. [09:22] why is it that sometimes my browser shows no internet access, while Thunderbird email/chat client has internet access? thanks! [09:23] arpad2: are you behind a firewall or router? [09:23] I am using firewall of the Xubuntu [09:25] arpad2: did you try disable firewall when browser fails? [09:25] no [09:26] I am trying to locate firewall first [09:27] arpad2: could be a dns problem from your isp too perhaps? [09:29] I don't know too much about networking, the Android phone connecting to the network has no issues [09:31] arpad2: see also ##networking to debug network troubles [09:32] few web-addresses are reachable, but most of them are unreachable [09:32] another freenode channel? [09:33] arpad2: it sounds more like a networking problem then ubuntu [09:33] ok [09:33] though I have a long term ubuntu problem as well [09:33] ask in this channel arpad2 [09:34] I don't know how to make the optimus nvidia card working, only the Intel graphics works [09:34] arpad2: an optimus card, you need the ubuntu nvidia driver installed [09:35] well, I did it , as it is recommended, but still only the intel card is working [09:35] arpad2: after the nvidia driver is installed, nvidia-prime will handle your optimus, and you can switch performance mode or powersaving mode in your nvidia settings [09:36] arpad2: check your additional drivers section to see wich driver is active (in software&sources) [09:36] the prime profile is set to nvidia, but intel is working [09:38] why does apt still support --dist-upgrade although I read " it’s not backward compatible with apt-get. That means it won’t always work if you just replace the apt-get part of an apt-get command with apt." [09:38] should I use --full-upgrade with apt, because --dist-upgrade might be deprecated in future [09:39] lotuspsychje: "using NVIDIA driver metapackage...390..." [09:39] arpad2: sounds good [09:39] arpad2: check nvidia-settings if you have it enabled on performance mode [09:40] lotuspsychje: I did [09:40] lotuspsychje: the trouble is that when I start a video game in steam it is using the intel graphics [09:41] arpad2: can you check sudo lshw -C video if your nvidia card shows driver= ? [09:41] lotuspsychje: sure [09:44] lotuspsychje: it is showing two displays, one nvidia, one intel [09:44] arpad2: the driver= at bottom should show latency [09:45] arpad2: as a test you can try switching driver versions from the ubuntu graphics ppa [09:45] !nvidia | arpad2 [09:45] arpad2: For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » For the latest Nvidia drivers see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [09:45] lotuspsychje: in both cases latency = 0 [09:46] arpad2: if that doesnt work, come back here in the channel and ask again ok [09:46] lotuspsychje: ok, thanks for your help [09:47] welcome [09:53] hi, why would one put a dependency to a specific python version if the original package does not require it? ranger requires pyton > 3.1 and packages put 3.7 dependency in disco https://packages.ubuntu.com/disco/ranger Why is that? [09:58] hi there i have been having problems with wifi on my 81.04 system using qualcomm wifi adapter. The wifi signal is very weak even when the computer is next to the router [10:01] how do I make pulseaudio mixer default [10:01] ? [10:02] hi together :) somebody here using the decrypt_derived script with luks and systemd? [10:02] there is a rather old bug from 2015 since systemd didnt support keyscripts back then... i'ld like to know if there is a way around that [10:03] entering the same password 5 times is not really an option for me [10:07] I'm using pnmixer [10:07] and it uses gnome alsa mixer by default [10:08] ah [10:08] ok [10:08] found [10:12] I have booted Ubuntu 18.04 from usb drive but fdisk doesn't show by 1TB hdd. Secure boot is enabled. BIOS does show 1TB hdd [10:13] SPF: does blkid show it? [10:17] https://cgit.freedesktop.org/systemd/systemd/tree/src/cryptsetup/cryptsetup.c#n45 [10:17] BloqueNegro: no [10:17] jesus christ, what kind of mess is this stupid software :< [10:18] using the same sata controller as another disk which is recognized? [10:19] BloqueNegro: I got this computer from a friend. The desktop case is still sealed, but I could break the seal to have a look inside. The computer did try to boot from Windows10 but it failed. [10:19] uh [10:19] then maybe the disk is shot [10:19] tbh [10:19] I was planning to use Ubuntu to recover the files [10:19] yea, that might be the case [10:19] i would avoid using the device directly, rather have a sata2usb adapter or something similar [10:20] then create a bitwise copy of the device and work with that [10:20] so you don't destroy data during recovery process ;) [10:21] still, I don't understand why Ubuntu isn't able to recognise the disk [10:24] hello [10:25] any one knows if it's ok to nmap websites ? just want to toy with it a little [10:25] Lootmo: probably ask the owner beforehands :D [10:26] or nmap something in your own network [10:26] using a vm maybe [10:26] what if i go external , does my isp gets it ? [10:26] uh, probably [10:27] although he may not be interested in it as long as the server owner does not complain [10:27] oh is ok than :) thanx BloqueNegro [10:36] Which is the best software to convert speech to text for ubuntu? [10:55] I get E: Unmet dependencies. Try 'apt-get -f install' with no packages for linux kernel image [10:55] I do not want to install that image anymore [10:55] hence doing -f install won't help [10:55] how can I cancel it? [10:56] should I just remove content of /var/cache/apt/archives/ ? [10:56] hadifarnoud: never a solution. can you pastebin the command and its output please? [10:57] Howdy folks [10:57] https://pastebin.com/jHR1hJ2R [10:57] I am trying to apt-get install another package [10:58] hadifarnoud: "No space left on device" [10:59] I know. my boot folder is mounted on a read-only device [10:59] that won't work then [10:59] so I can't fix that issue. therefore I won't be able to install it [10:59] the kernel package has to install and remove files under /boot [10:59] that's why I need to cancel this install and just ignore it [10:59] make /boot rw for that session? [10:59] I have no access blackflow [11:00] moount a dummy tmpfs partition as boot just so the cycle completes. iirc it'll complete uninstalling even if thefiles are missing, or simply copy off /boot [11:01] of course that will leave you with orphaned files under /boot because you're totally doing this wrong. /boot should be rw if you wanna remove packages that have files there. [11:03] I can't mount stuff in /boot blackflow [11:03] I have no access [11:03] surely there must be a way to make apt-get forget about this half installed package? [11:03] hadifarnoud: but surely you can, as I said, create a dummy tmpfs partition and mount it under /boot ? [11:04] Hello, is it possible to soft or hardlink /dev/mapper/ubuntu-vgt to /dev/mapper/ubuntu-vg in initramfs? [11:04] hmm, then I have no idea how to do that [11:05] hadifarnoud: learn it. also Ubuntu 12.04 is not supported any more (except through canonical's Advantage programme) [11:05] hadifarnoud: also see if this helps: https://askubuntu.com/questions/525088/how-to-delete-broken-packages-in-ubuntu [11:06] I have ubuntu 18.04 on Lenovo (nvidia). On ubuntu wayland my video tearing is close to 0. How so? It uses intel Haswell mobile according to setting info. Shouldn't tearing be elaminated when using nvidia with high performance settings? [11:06] thanks [11:06] dont get me wrong..i am glad it works. I can finally watch netflix and youtube without annoying video tearing [11:08] aldcor: is that the proprietary driver or nouveau? [11:08] that url did help blackflow [11:09] hadifarnoud: excellent. [11:10] i think wayland uses proprietary driver [11:10] and now it works so much better [11:10] aldcor: it doesn't that's why I am asking. if you have the proprietary driver, then you're not really using wayland, but xwayland shim with xorg in the background. [11:11] meanwhile, on regular xorg bionic, and proprietary drivers, I have zero tearing with gtx960 and drivers from the graphics PPA [11:11] (and no special configuration, all out of the box, nvidia-wise) [11:13] when i login, i clicked ubuntu wayland. I am not sure what am I using then.. i cant open nvidia-setting utility also on wayland === arpad3 is now known as arpad2 [11:14] aldcor: nvidia proprietary driver does not (yet) support wayland [11:41] Heya [11:42] what is the recommended way to take a drive image onto say, a usb hdd that comes with a way to restore from it? [11:42] ideally gui [11:42] also the drives wont be the same, i'm wondering if that is even a factor anymore [12:18] is this performance normal for nvme disks https://termbin.com/g39h [12:18] in raid 0 [12:20] sirensari_: there is no such thing as "normal" [12:20] ikonia: okay but that performance is bad right [12:20] especially for raid 0 nvme? [12:21] depends on what it's doing [12:21] and it doesn't mean it's bad [12:21] it's actually perfoming quit well for the work [12:22] hmm [12:22] my other machine is just so much better [12:22] define better [12:22] how are you measuring that [12:22] https://termbin.com/w8nn [12:23] 10% util vs 100% on orders of magnitude more usage [12:23] sirensari_: no it's not [12:23] the workloads on those disks are different [12:23] what stat should i be looking at? [12:23] also the make up of the raid arrays looks different based on the distribution of consistent work [12:23] sirensari_: what is your actual problem ? [12:24] maxed out disk i/o is causing issues with a sqlite db === Dbugger is now known as Dbugger_ [12:24] sirensari_: so how do you know it's maxed out [12:25] the disks are always at 98+ percent usage [12:25] often 100.00 [12:26] sirensari_: is that because they are actually busy or because they are waiting on something ? [12:27] how do i check? [12:28] sirensari_: lets maybe take a step back [12:28] the iowait is usually 5-10% but spikes to 20-30 often. context switches are 30-100k [12:29] sirensari_: your running sqlite, on two different machines and seeing one machine not perform how you want based on stats [12:29] (please correct the parts that are wrong in that) [12:30] no their workloads are very different, i was just comparing the iostat columns [12:31] ok [12:31] i'm basically just wondering if i should complain to my host about the disks [12:31] Hello everyone [12:31] sirensari_: so the first question is the raid array, is it software raid/fakeraid/hardware raid [12:31] Trying weechet, a terminal IRC for first time... lets see how it goes [12:32] it's mdadm [12:32] sirensari_: software raid, great, [12:32] sirensari_: so what is the health of the raid array now ? [12:32] (while you see the problem) [12:32] however, if i do put the same workload on the machine with better disks it has nowhere near as much i/o usage. like 0-5% [12:33] i'm not sure about the health. it's a fresh install w/ raid 0 though [12:34] sirensari_: check the health [12:34] sirensari_: there is not much reads going on - lots of writes [12:35] can i do that safely while the machine is running? [12:35] that can often be an array rebuild happening at the same time [12:35] sirensari_: sure [12:35] (it's unlikely but it is the same patterns you see in that output) [12:36] ikonia: is mdadm --detail enough? [12:36] sirensari_: just cat /proc/mdstat [12:37] (it's an ubuntu box right ?) [12:37] yes 18.04 [12:38] https://termbin.com/6uhj [12:38] that mdstat. this is mdadm --detail https://termbin.com/a9c3 [12:38] ok - that's interesting [12:39] you've actually got 3 virtual devices hanging off 3 partitions of the same two disks [12:39] so you need to understand the load on all 3 of those as that will impact the disk [12:40] you need to understand if you have i/o problems and where - against the effort the machine is doing [12:40] once you've confirmed you've got real i/o problems - you can zero down to is it the disks [12:41] they're /, /boot and /home === upclime is now known as Taco [13:32] Hi, I am looking for have an device file in /dev/ for audio input the idea is to be able to redirect audio from a software to that file and this file will redirect the sound to the soundcard [13:33] I see that in the past we used alsa-oss but, as i see on ubuntu 18.04 oss is not used anymore, not sure if it's good to install this [13:33] Is there any alternatives ? [13:33] I don't have /dev/audio and /dev/dsp === jabbslad_ is now known as Jabbslad [13:35] caipiblack: check your pulseaudio settings and you may want to install pavucontrol [13:38] alsa is also installed by default, so check alsamixer first to set your basic audio controls [13:40] But I don't know with this, how you create an audio file in /dev not sure that it could help to do it ? Or I missing something [13:40] film 2019 [13:42] caipiblack: what are you trying to accomplish by creating a file in /dev? [13:46] BluesKaj, I have a software (dsd) used to decode DMR transmission. This software can be simple configured to play the sound on stdout, but in my case i need to develop this software, so I prefere to use "parameters" -o or -w to redirect the sound to a DEVICE [13:46] -o is basically used with /dev/audio [13:46] But I do'nt have /dev/audio on my system [13:47] Question: Where is /dev/audio on ubuntu 18.045 ? [13:49] caipiblack: perhaps the /dev/snd file ? [13:52] BluesKaj, I found this, but it's a folder [13:52] And I don't know witch file I can use inside [13:52] And if it works like /dev/audio ? [13:53] by-path controlC1 hwC1D0 pcmC0D3p pcmC0D8p pcmC1D0c seq [13:53] controlC0 hwC0D0 pcmC0D10p pcmC0D7p pcmC0D9p pcmC1D0p timer [13:53] do you know witch file i can use in /dev/snd ? [13:54] no idea, that's beyond my scope and experience [13:56] caipiblack: none any more. it was possible with OSS as it exposed devices you can directly output PCM data to, but afaik that's no loner being compiled in the kernel [13:56] Damn it [13:57] caipiblack: what you could do is use aplay instead. you can pipe to it as well. [13:57] for example, this works cat /dev/urandom | aplay (mind the volume!) [13:57] anyone no how to keep someone off my iphone i think they are using the ss7 cause it dont matter were i go [13:58] Yep, I do it like that (or something like that) when i want to use the software but currently i need to develop the software, and when i debug the software from Qt i can only pass "arguments" to the software [13:58] Hey, I've been using Ubuntu for a few years now(using 18.04 currently). Tried erasing windows and installing 16.04 in another laptop, but I'm getting an Errorno 5: Input/Output Error. I don't have any OS currently, and click 'try ubuntu' everytime to use it. The disk has no bad sectors, and the iso is a fresh download from the Ubuntu Website [13:58] During the "debug" I can't pipe, that's why I'm looking for audio device. [13:58] blackflow and BluesKaj thanks for help [14:00] caipiblack: you can always recompile the kernel if it is _really_ that important to you. the code still exists it's just being configured off. but I am sure more simple ways, based on aplay or using proper audio APIs (if you're writing a program to beign with). [14:00] The problem is that I have only one working pen drive slot in my laptop, which I use to boot into Ubuntu. Any way I can get it running on my laptop? Need a temporary fix, so even making the data persistent on my pen drive is also fine === daniel is now known as Guest36889 [14:15] hey [14:15] anyone know about ss7 [14:16] Luda421: you're getting that error in which context exactly? [14:17] ~blackflow while installing it. The installation stops midway. [14:18] Luda421: sounds like disk issues. "bad sectors" woulnd't be the only cause. besides, how did you check for those? [14:21] @blackflow: Using fsck. Found it online. [14:23] Luda421: that doesn't check the disk for bad sectors in plces where there's no data written yet (which happens during installation). infact, fsck won't check for bad sectors at all. you need `badblocks` [14:24] Luda421: if this is a fresh new installation, you can even use the fuller write test as there's no data that will be destroyed. see the badblocks(8) manpage for details [14:26] Luda421: where do you get that input/output error? does it boot to the actual "try ubuntu" live session? [14:27] hello good morning. I have been working on a sound issue for some time and have only been able to come to a half conclusion. The front 3 sound inputs on my laptop werent working. I am running alsa>jackd>pulseaudio, I was able to remove jackd and stop pulse audio and configure the sterio out and headphone jack with hdajackretask. My microphone on the other hand when plugged only looks like it's giving [14:27] feedback (the monitor of the input device is in motion) but when i talk into it it's not actually working. my internal mic is working fine when the external mic is not plugged in. is there a way to probe my input/output pins to maybe see if i dont have the mic on te right ports? [14:29] Luda421: alternatively, what EriC^ is probably aiming at, is to see whether _reading_ from USB is causing this, rather than _writing_ to the hdd [14:29] :_Eric^ I get that error during the installation. It boots into the 'try ubuntu' live session after the error, or even if I go to the live session directly, without installing it [14:29] Luda421: "it boots into try ubuntu after the error" ? [14:29] Luda421: do you get the error as you are booting into the Live session or not? [14:30] Eric^: I get it while installing, but not while booting into it. [14:30] Luda421: ok, did you try a smart test on the hdd? [14:31] Eric^: No, I didn't [14:31] Luda421: that's probably a good idea [14:32] Luda421: sudo apt-get install smartmontools && sudo smartctl -a /dev/sdX [14:32] it's in the universe repo, you might have to enable that first. [14:33] Eric^: installing it now, and I've enabled universe repo [14:34] Luda421: alright, waiting for your pastebin of the results. [14:36] Luda421: use --no-install-recommends for smartmontools or else it'll pull in entire postfix and friends (unless that's what you want or already have it) [14:37] blackflow: Yeah okay, did that [14:38] Eriv^: It says there's no device called sdX. Is it because it's booting from the pen drive directly and not the hdd? [14:38] Luda421: you need to replace sdX with the hdd, look it up under "sudo parted -ls" [14:42] Eric^: https://pastebin.com/QdEfMNxH [14:44] that looks like one totally busted ssd [14:44] Luda421: yeah, it looks dead/dying [14:44] blackflow: Hmm okay, but is there any temporary fix? [14:45] Luda421: no. that's a dead drive. [14:45] 16k reallocated sectors? I mean, I am assuming that's raw value as that attribute _should_ be raw value and not vendor encoded bitmap [14:45] Is there any way I can make it persistent on the pen drive? [14:45] #187 and #196 only confirm it tho' [14:45] Eric^: blackflow: cuz I need this only for a few weeks max [14:46] Luda421: you *could" try to run sudo dd if=/dev/zero of=/dev/sdX and it might try to replace the bad sectors [14:46] i'd just use the pen drive though as it'd be more reliable, nevermind the above idea [14:47] EriC^: nah, installation would do that anyway (as it's a _write_ action as well) [14:47] Luda421: is it really less than a year old, or is it many years old and that attribute #9 rolled over maximum possible age value :) [14:47] Eric^: tried it anyway [14:48] blackflow: its probably around 6 years old [14:48] it's ded. :) [14:48] !persistant | Luda421 [14:48] Luda421: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [14:51] Eric^, blackflow: thanks, I'll do that then! [14:52] Luda421: np [14:53] hi all. I have to reinstall my system and right now I am backing up my home directory. I want to use rsync for that (or Dolphin, depending on what is recommended). What options should I use so that I can just copy everything back into home afterwards and have all permissions and metadata saved and ready? [14:54] RobBurke: I'd use rsync -aAX. Never rely on file managers like Dolphin to make proper copies with all the metadata preserved. [14:57] RobBurke: remember if your current uid isn't 1000 then you'll have to chown after copying it back [14:57] blackflow, cheers! will use that setting [14:58] EriC^, I have no idea about the uid in place, I cannot boot the system and running a live system for the whlole thing [14:59] RobBurke: definitely make a copy as root so it can consider files owned by anyone (though there shoulnd't be any unowned files under ~/) [14:59] RobBurke: I'd also make a copy of /etc just in case. and dump dpkg --get-selections > to-a-file.txt [15:00] I'm root already. so this should work out [15:00] RobBurke: "stat -c %u /path/to/file" gives the uid [15:00] I think maybe my chipset is being wrongly recognized as ACL668, so I am trying to refer to the manual and maybe get more information to use with /usr/shae/alsa-base/driver/ documentation [15:00] blackflow, why copying /etc? I just want the user data saved [15:02] EriC^, did some random sampling, files are at 1000 [15:03] RobBurke: alright, all good [15:05] RobBurke: just in case (eg. update-alternatives are going through /etc) [15:09] ty [15:13] blackflow, ok I see [15:18] what is a good ubuntu version/flavor to use i3wm on? [15:18] lolTest: we have users with i3 on every ubuntu version [15:18] lolTest: with ubuntu as the base, you can choose to tweak your system as your own needs [15:19] lolTest: also depends what you want/need lts vs non-lts? [15:19] lolTest: And is your computer old? Or new? [15:20] rather old, 4GB ram [15:21] I installed i3 on a VM, using ubuntu LTS netint as base but I have the feeling lot's of QoL features (like automatic mounting etc.) are missing [15:22] so I was looking into other flavors, but they all come with a window manager preinstalled [15:23] lolTest: alot of flavors will work just nice with 4G, mate, budgie,xubuntu,lubuntu [15:23] clear [15:26] I am using Kubuntu right now and it works very well, I just play around with i3 in a VM and was wondering which ubuntu "base" works well with i3 [15:27] lolTest: if you are using i3, boot process till login window will be very equal on every flavor right? [15:27] regular ubuntu should work well. [15:28] I have used i3 with regular ubuntu (ge) for a couple of years. [15:29] (sorry for botched text; my irc client is a bit funny) [15:29] my VM with i3 is configured right now in a way that reuquires me to manually start my xserver [15:29] 你好啊 [15:29] !zh | kileng [15:29] kileng: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [15:30] Well, that works too, but if you want a display manager (gdm, lightdm, sddm, etc.) they should all work with i3 just fine. [15:32] ok so I think here is the point: what is the difference between a display manager and a window manager (like i3)? [15:33] I had the assumption all I need is a window manager, but just installing i3 seems to be missing lot's of features I saw in youtube videos [15:33] display managers are like wayland or Xorg, windows managers provide the ui bits, like openbox or ratpoison [15:33] oh so I definitly have x.org [15:33] thats the display manager, yes [15:33] No, display managers are just login screens with a few more functionality. [15:34] display servers are xorg or wayland. [15:34] uhm no, a display manager is not it. it's literally just a login session manager. it's a bit of a misnomer. [15:34] that ^^ [15:34] lolTest: in my opinion, its best you ask yourself whats your end goal first, when you say 'best'? [15:34] i have too much blood coffee stream atm [15:35] also wayland is not a display server, it's a protocol. [15:35] a "wayland compositor" does the similar job to xorg server. [15:35] like the reference weston compositor, or KDE's kwin, or gnome's mutter [15:36] Technically true, but that's not what most people say. [15:36] and.... laterly mir (which projects like MATE consider(ed) to use as they don't have their own compositor) [15:36] it is important to be technically correct tho, and to not mix words [15:36] SomeThingOrThe: then they're wrong. technical truths are .... yeah, what phazon said :) [15:36] It is *somewhat* important, yes. [15:37] some names become de facto, despite being somewhat inaccurate [15:37] it's very important especially in technical circles. [15:38] sfor instance, most people don't refer to the protocol at all. That's how usually we hear wayland used to refer to the display server. [15:38] hello , i have ubuntu 14 and i want to upgrade to ubuntu 18 , apt-get update is not working its keep giving me 404 eror [15:38] lotuspsychje: I am not looking for the best, a good one to start with will be fine. I will make it the best ;) [15:38] j92ke: you need to ltsupgrade first to 16.04 [15:38] how? [15:38] SomeThingOrThe: then those people should be corrected. Last thing we want is dillution of established and understood technical terminology just because a few noobs have no idea what tehy're talking about. [15:38] Please don't do that. You'd have to resolve a fair amount of things as upgrading from 14. Try a fresh install. [15:39] SomeThingOrThe: 14.04 is not eol yet [15:40] I believe it is easier to do a fresh install than upgrading from 14.04. Am I wrong? [15:40] SomeThingOrThe: the user also asked to upgrade himself [15:40] SomeThingOrThe, but i have alot of data i won't lose [15:40] and alot of configs [15:41] SomeThingOrThe: nothing can beat a fresh install, but that doesnt mean lts upgrades dont work well [15:41] j92ke: surely you have backups of those. [15:41] j92ke: also make sure you disable external ppa's from your system first and apt does not have errors before upgrade [15:42] I don't usually do a fresh install (I debootstrap from the old running system, which does beat a fresh install). But that's not important. [15:42] another question , is there ubuntu 18 with security tools iso like kali linux ? [15:42] j92ke: we can only support vanilla ubuntu and their flavors here [15:43] j92ke: but there's a lot of pentesting packages on the official ubuntu repos too, if thats what you want [15:43] j92ke: there are some, but you can always build them yourself and stuff them in /opt, or run from your home directory [15:43] j92ke: many of the tools in kali can't be included due to licensing issues [15:43] j92ke: Please take a backup, of your home and /etc, and also be careful not to overwrite your home partition (assuming it's separate). Later merge your /etc/* manually, as a lot of config will be outdated and not good to copy over plainly from the old system. [15:44] j92ke: another thing to keep in mind is the old init transition to systemd [15:45] thanks for support <3 [15:46] why not install 18.04 or the other version on USB, configure your system and go from there [15:48] what is new and better 18.10 or 18.04.1 lts ? [15:49] I'm not too keen on kali anyway, seeing as how martin muench, the previous lead dev on kali, is/was ceo of the malware firm gamma, who create finfisher & finspy [15:49] LTS [15:49] !discuss | phazon [15:49] phazon: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [15:49] aneon, why ? [15:49] j92ke: go with lts if you want a platform supported for a longer period of time [15:49] what is different ? [15:49] j92ke: long term support [15:50] ah , okay [15:50] j92ke: one has long term support, and the other is more or less a testing release to iron out bugs or test technology [15:52] has anyone tried TOMOYO instead of SELINUX & APPARMOR [15:52] need to know how to allow on-access clamd with TOMOYO [15:53] I am using it with APPARMOR atm but want to try TOMOYO [15:57] I've just installed Linux using netinstall, and all went fine, except grub menu has only one entry called 'system setup' that will lead me to UEFI. It's not Ubuntu, it's Fedora, but maybe some here can help me.. [15:57] dan__: If you didn't install ubuntu, this is the wrong place to ask for help. Try #fedora or #linux === wEs is now known as Guest27482 [15:58] lol === wEssBRowN84 is now known as wEs [16:17] o [16:23] whats a good size for a root partition when using the machine as a daily driver and installing all kinds of software over the years? [16:24] 20-30GB? [16:24] depends on how curious you are :-) [16:24] RobBurke: what SomeThingOrThe said. [16:25] okay, sounds reasonable. Its in the same ballpark that I've been before [16:25] this is assuming home is a separate partition of course. [16:26] of course. [16:27] speaking of it. With / I would now have four primary partitions, so my installers refusing to create /home as another primary partition. Does that mean I have to creat and extented partition now? [16:27] hi [16:29] Well, there are quite a few options. You can look into logical partitions, etc. If all you care is "I'd rather have 5 primary partitions", then the other options probably don't matter much; just make one of them an extended partition. [16:32] I opted for having my installation in an extended partition with two logical partitions for / and /home. I should be fine with this, I guess. [16:32] you can try gpt [16:33] Then he has to repartition, and possibly lose /home. If that is not an issue, yes, GPT is pretty good. [16:33] aneon, interesting! Reading about it now... [16:34] hlo [16:34] gpt is good [16:34] welcome u0_a415 [16:34] I rsynced the whole /home and will rsync it back afterwards. So whiping everything shouldn't be an issue. I will see, though [16:34] make sure you create different /tmp & /var too [16:37] hlo [16:37] quit [16:54] is there an ubuntu distro for Power PC? [17:03] firefox keeps crashing [17:03] shana_: your ubuntu version please? [17:03] 16.04 [17:04] shana_: allright, tell us what happens exactly? [17:05] when I click on Firefox to browse it says firefox has crashed each time - is there another way to browse ? [17:05] shana_: could you try to launch firefox from a terminal? and pastebin us the output? [17:06] ok will try it thanx... [17:06] shana_: is your system up to date also? [17:11] aneon: you do not need to create separate /tmp or /var [17:25] hi to all [17:25] welcome to ubuntu support Nemesys [17:25] is it possible to do ssh remotely ? [17:28] hello [17:28] hi bill [17:29] I'm new to this. [17:29] welcome :) [17:29] new to linux as well ? [17:30] Thank you! [17:30] Welcome bill__! Do you have any probems with Ubuntu? [17:30] problems* [17:30] For the most part, yes. [17:30] I did have problems, but not now...so far... [17:30] Nice. [17:30] good to hear :) [17:31] does anyone know how to do ssh remotely ? [17:34] Do you mean that you want to remote control your PC from another device using SSH? or what? [17:36] hello [17:36] yes, but when im not connected to my home network [17:37] hi bmx [17:39] gr33dy1: You have to install the SSH server and then open your router page and make a port-forward so that it makes your PC connectable to SSH in public. You need to have an external IP address (not internal, ex. 192.168.1.xxx) and the port of the SSH server. [17:40] leftyfb: separate /tmp advantage is that it can be mounted as nosuid and noexec [17:40] gr33dy1: You can check the port of your SSH server using "sudo lsof -i -P -n | grep LISTEN" [17:42] gr33dy1: And you can check your external IP address by going to https://myexternalip.com [17:43] ive tried all of that but when i try to connect it just times out [17:44] i will doublecheck that i opened the correct port though [17:44] OK. Tell me the results when it's done. [17:45] illegal process id: -n [17:45] is what i get when i run that [17:46] ss -tulpn | grep ssh or something [17:46] btw im running mint [17:46] you can remove u flag [17:46] it is udp [17:46] ok [17:46] !mint | gr33dy1 [17:46] gr33dy1: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [17:47] fine ill go there, thanks though gugys [17:47] guys [17:48] You are welcome gr33dy1 [17:53] has anyone tried adding the xerox c7025 i cannot get it to print from ubuntu [17:54] aneon: true, about /tmp, just keep in mind apt needs it exec for some postinst scripts [17:54] what I do is a dpkg pre-invoke and post-invoke hook that enables exec at the beginning, and disables at the end of apt work [17:55] from security standpoint it is a good idea to separate /tmp and /var, /var may have www directory [17:56] Hi all, I wanted to ask a quick question: Ubuntu 18.04 (and 18.10) by default has the Calculator, Logs, and Characters app packaged as snaps. Does this mean that, in the future, all of the GNOME apps will be installed as snaps also? Or is this some special case? [17:57] work time, bbl [17:57] j0seph: it is expected that more and more apps will be defaulted to snaps, yes [17:57] j0seph: alot of snaps are now also from canonical maintainer by default [17:58] I see. Thanks. [18:01] I too have a question. Does the anti-32bit apply to snaps and Ubuntu ISOs and its flavors except Lubuntu and Xubuntu only? Or do they affect packages (apt-get install )? Because my PC isn't capable of 64-bit and I'm running a 32-bit version of Xubuntu 18.10. [18:01] j0seph: as user you have the choice to uninstall your likings of course, but some snaps are part og gnome to be able to function [18:02] xXEoflaOEXx: 32bit is a dying sort, more of more we will see it vanish [18:03] xXEoflaOEXx: havent tested snaps on 32bit yet myself [18:03] maybe someone else know [18:04] Allright. So can I expect the 32-bit Linux kernel packaged by Ubuntu be gone? [18:04] what's "anti-32bit"? [18:06] blackflow: Anti-32bit packages are packages that is only built for 64-bit machines and not for 32-bit ones. [18:06] hi [18:07] Hi abdomatrix [18:07] lotuspsychje: yeah, I'm not totally against snap, though I'd much prefer that all of the 'apps' (calculator, logs, characters, calendar, clocks, file manager, among other things) be installed from 'ubuntu-[release name]-main' (or appropriate repo) so, maybe in future releases, I would have a lot of work to do aha. [18:07] quick qusetuion how can i change the hexchat themes [18:08] j0seph: i made a bug wishlist to divide snaps & apt packages on gnome software, but it was rejected.. [18:09] EoflaOE, you can use 32-bit 18.10 mini.iso and install ubuntu-desktop, if you want... but considering that also lubuntu is dropping support for low specs hw, i'd say . yes, 32 bit is gone. [18:09] j0seph: blackflow is right, more snaps will come our way :p [18:10] lotuspsychje: :( shame. i'm not one for containerised apps like this. it takes up a lot of memory. or is snap employing some voodoo stuff to reduce the snap sizes? [18:10] ioria: Thanks! Now, whenever every Ubuntu and its flavor 32-bit ISOs except the 32-bit mini.iso be gone, I will use that to install Ubuntu. [18:11] j0seph: im no snap specialist, but i dont think they use compress methods on snaps, when installing snaps, i rather see high data downloads :p [18:11] EoflaOE, ok [18:12] EoflaOE, but there are also ram and cpu limitations for gnome-shell, you know that , right ? [18:12] lotuspsychje: j0seph: it's actually compressed squashfs, but the problem is snaps are carrying all the libraries it needs to run, so if you had 10 snaps that used the same (like, say, openssl), there would be 10 copies of openssl (and possibly different versions) through 10 snaps. [18:13] ioria: Yes, because I tried that one time and it fails to run. [18:13] aha thats good to know blackflow [18:13] EoflaOE, ok [18:15] One question before I go: I've seen that some packages that Ubuntu ships like xscreensaver and others are outdated, although the updated ones are on their official websites. Why is that? [18:15] EoflaOE, the version is usually forzen at release time [18:15] *frozen [18:16] OK thanks! Because Ubuntu is based on Debian. [18:17] Now, goodbye. [18:17] EoflaOE, and universe reies on community btw [18:18] *relies [18:18] EoflaOE: yes but it rebases software and their version on each release. there are no updates except special SRUs usually driven by extreme need or security, between versions, except with backported bug/security patches. [18:19] Now, I know why. Thanks for the answers ioria and blackflow. I need to go. [18:19] EoflaOE, bye [18:19] Goodbye everyone [18:19] bye ioria [18:19] EoflaOE, byebye [18:24] blackflow: yeah, that's what I don't like too much. of course, i know I have the option to uninstall all of the snap apps I don't like and then replace them with their non-snap equivalent, though that's a lot of hassle. maybe i'll write a super-simple script to do that at some point if it gets unbearable. === mnemonic is now known as Guest15194 [18:29] j0seph, there could not be an equivalent .... that's the point of snaps (one of them) [18:32] Hello, i'm currently in an initramfs busybox thingy shell, i cant boot. I renamed my vg, and update(d)-grub. I've edited fstab to match the new vg's name.if i try to unlock my luke_crypt partition it gives me an unknown fstype error. If i try blkid it shows me the disk. If i try cryptsetup open /... It says the device already exist. What can i do? [18:40] Hi everyone, I'm having a lot of difficulty setting the permissions of my external hard drive to be writeable... as of now it's Read Only.... here's the drive info: https://pastebin.com/P56WMdHd [18:40] I've read a lot about it on forums, and have tried many things but I just can't seem to get it to work [18:47] can Ubuntu tell me how many RAM slots my mainboard has and what modules are in them? [18:47] Sven_vB: "lshw" might tell you that. [18:53] SwedeMike, thanks! I tried that earlier but grepped in the wrong language. =) [18:54] found it, with size, type, manufacturer and product. [19:02] #clojure [19:10] can someone help me with this issue? https://gist.github.com/mikecmpbll/fda29a0da7215c7d4df4e6013731f80b [19:10] get these errors on most apt-get commands [19:11] Hi, guys I have this problem with Ubuntu https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1759836 I have try to edit the /lib/udev/rules.d/97-hid2hci.rules the high problem has been partial resolved because I have not the high cpu but when I send one file from smartphone to PC the smartphone tell me that the file has been sended but the incom [19:11] ing PC folder is empty. Why?? [19:11] Launchpad bug 1759836 in linux "systemd-udevd consumes 100% of CPU" [High,Confirmed] [19:13] How can i grep inside multible files for a certain sting? [19:13] mikecmpbll, not sure what this is , EC2 instance? [19:13] And have the filename returned [19:13] OerHeks : digitalocean [19:14] Myros : just list the filenames at end of grep command [19:14] or filepaths, rather. [19:14] How can i do that? [19:14] I want to grep for ubuntu--vg [19:15] mikecmpbll, normally one would remove kernel cruft with autoremove? [19:15] OerHeks : same error with autoremove [19:15] Myros : grep ubuntu--vg path/to/file1 path/to/file2 [19:16] mikecmpbll, for normal removal, you need to put that linux-image-something back, else there will be 2 parts left, unremovable [19:16] mikecmpbll can i just give / as path? [19:16] Myros : grep -r [19:17] OerHeks : hmm, i don't follow that bit [19:18] autoremove wants a fully installed kernel with all parts, that is now broken [19:18] i see. what's broken about it? [19:19] just put the removed kernel part back, and run autoremove [19:20] i don't know what "removed kernel park" means, or what putting it back involves. i know next to nothing about kernel stuff. [19:20] part* [19:20] i don't know what's caused this. [19:23] is there a dedicated channel for ubuntu-mate? [19:24] does anyone here run tvheadend [19:25] teledyn: #ubuntu-mate [19:25] hmmm ... tried that, but I guess I have to remember my freenode login first ;) [19:25] thanks [19:26] can somone answer question regarding ununtu 18.04 and tvheadend? [19:32] Anyone willing to help me make an external hard drive writeable? I've tried many things found on forums and nothing is working :S [19:35] Zurn, did you create a fs on it ? [19:35] mmm... I'm not sure [19:35] I don't think so [19:36] Zurn, paste sudo parted -ls [19:37] https://pastebin.com/bWwx53Nw [19:38] It's sdb, the 500 gig one that I'm trying to change the permissions on [19:39] no write access to fat 32, sounds like there is a filesystem error, perform a fsck [19:39] fat32 is not posix, so there are no permissions [19:39] Zurn, what's thew use of this disk ? os or storage ? [19:40] https://help.ubuntu.com/community/FilesystemTroubleshooting#dosfstools_-_FAT12.2C_FAT16_and_FAT32_.28vfat.29_filesystem [19:40] it's a storage device [19:40] Zurn, so you need to format it ? [19:41] no, it has lots of precious files on it from a past computer (macbook), I'd just like to be able to continue to use it as a storage device with my linux system [19:41] Zurn, oh, i see [19:42] Zurn, well, i don't know almost nothing about mac os fs [19:43] Zurn, you probably need to install some hfs pkgs [19:44] ioria: yes, I'm just looking into that right now === dl is now known as Guest35855 [19:44] * OerHeks facepalms .. misread, hfs+ [19:44] !info hfsplus [19:44] hfsplus (source: hfsplus): Tools to access HFS+ formatted volumes. In component main, is optional. Version 1.0.4-15 (bionic), package size 41 kB, installed size 216 kB [19:44] !info hfsutils [19:44] hfsutils (source: hfsutils): Tools for reading and writing Macintosh volumes. In component main, is optional. Version 3.2.6-14 (bionic), package size 75 kB, installed size 2037 kB [19:44] !info hfsprogs [19:44] hfsprogs (source: hfsprogs): mkfs and fsck for HFS and HFS+ file systems. In component universe, is optional. Version 332.25-11build1 (bionic), package size 132 kB, installed size 336 kB [19:45] and https://help.ubuntu.com/community/hfsplus [19:47] Zurn, after those, you try sudo mount -o force /dev/sdc2 /media/somepoint [19:47] it will kill journaling [19:48] r.i.p [19:48] hello i'm trying to install ubuntu using usb on a pc i get problem : kernel panic - not syncing attempted to kill init! , end kernel panic - not syncing attemp to kill init! , any help ? [19:48] the pc is with out any os [19:49] johny23: did you try a different usb? might be worth a shot [19:49] yes [19:49] Zurn, i mean /dev/sdb2 [19:49] i reburn it 3 time [19:49] too [19:49] johny23: did you checksum the iso? [19:49] why? [19:49] cause that's important [19:49] i downloaded it from ubuntu website [19:50] how'd you d/l it, torrent? [19:50] from website directly [19:50] try to checksum, it's just proper "iso etiquette" [19:50] like checking the battery before other stuff when a car won't crank [19:51] but the usb is work successful in another pc [19:51] oh [19:51] the problem is not with usb [19:51] i can open boot menu [19:52] ioria: didn't work, says it doesn't exist when I do it from unmounted, says it's already mounted when I do it from mounted........ I think this info that OerHeks dropped might be the ticket - disabling journaling from an OSX computer... I'll try that (as soon as I find a macbook charger!) [19:52] Zurn: are you trying to write to it or just read it? [19:52] the wiki gives an option, change userID to 500, should work fine [19:53] all other tricks crack journaling, AFAIK [19:53] Eric: I can already read it, I'm trying to write to it as well (without formatting it) [19:54] I'm working from a fresh install of ubuntu 18.03 [19:54] and my microphone just stopped working [19:54] it did it on the last install and I couldn't fix it [19:54] so, I reinstalled and it worked for about 30 minutes [19:54] then it stopped again [19:54] Zurn: is it already mounted? [19:54] can anyone help me figure out why my microphone isn't working? [19:54] fresh install [19:54] just updated [19:55] worked for 30 minutes then stopped [19:55] Eric^: yes, it's mounted... though I tried ioria's suggestion from both mounted and unmounted [19:56] Zurn: try "sudo mount -t hfsplus -o remount,force,rw /mountpoint" [19:56] Zurn: you installed hfsprogs yeah? [19:57] johny23: maybe the kernel and hardware isn't compatible? [19:57] Zurn, i suggest umount, check in lsmod if the module is loaded, mount again and paste any errors [19:57] johny23: can you paste the exact error it gives before it decides to kernel panic? [19:57] Eric^: yes I did install hfsplus... when I enter the above code I get: mount: can't find UUID=D04A-0AE4 [19:57] this is somewhat time sensitive [19:57] can someone help me with my mic [19:58] Zurn: did you give it the uuid? [19:58] ubuntu 18.04.1 installed for less than an hour [19:58] mic stopped working [19:58] Zurn: where is it mounted right now? type "mount | grep hfs" [19:58] Zurn, that ^ [19:58] bumblefuzz, you might want to share the hardware specs? and time sensitive, we are volunteers, just saying [19:59] Eric^/ioria: I get this: /dev/sdb2 on /media/zurn/spacecase type hfsplus (ro,nosuid,nodev,relatime,umask=22,uid=0,gid=0,nls=utf8,uhelper=udisks2) [19:59] Zurn: try "sudo mount -t hfsplus -o remount,force,rw /media/zurn/spacecase" [19:59] Zurn, umount sudo umount /media/zurn/spacecase [19:59] ok [19:59] lenovo x270 [19:59] Zurn: try mine first please [19:59] Eric: I'm not sure what the uuid is.... but when I try the above line I get this again: mount: can't find UUID=D04A-0AE4 [20:00] OerHeks: lenovo x270 [20:00] Zurn: odd [20:00] that is the efi , ithink [20:00] that looks like some fat32 uuid [20:01] Zurn, did you do something in fstab ? [20:01] OerHeks: it works by default right after install [20:01] OerHeks: it just stopped working 30 minutes after install [20:01] ioria: .....maybe? I've done a lot at this point [20:01] Zurn: try to unmount it using ioria 's command [20:01] OerHeks: is there a way to check if any files have changed in the meantime? [20:02] OerHeks: something has to be different between now and when it was working [20:02] Zurn: then try "sudo mount -t hfsplus -o force,rw /media/zurn/spacecase" [20:02] Zurn, shall start again... umount [20:02] bumblefuzz: yeah mean after you restarted into the actual install? it works in the live session then not after restarting? [20:02] Eric/ioria: tried it... still gettings: mount: can't find UUID=D04A-0AE4 [20:03] Zurn, cat /etc/fstab | nc termbin.com 9999 [20:03] Zurn: can you pastebin you running the command, and then "sudo blkid" and "cat /etc/fstab" please ? [20:04] ioria: that command gives me this output: https://termbin.com/3skn [20:04] Zurn, comment the last line in there [20:04] EriC^: no, it worked in the final install [20:04] EriC^: I don't use the live session to do anything but install [20:05] Zurn, i think you are mounting the efi partition [20:05] EriC^: I was fully installed and updated and the mic worked fine for ~30 minutes [20:05] EriC^: something has changed to disable the mic [20:05] ioria: my apologies, but what do you mean by "comment the last line" [20:05] Zurn, sudo nano /etc/fstab [20:05] Zurn: seems you have something that mounts there usually, just change the mountpoint in the commands we used [20:05] for x270 i find no special solutions or bugreports, most of them for x220 [20:06] Zurn: sudo mkdir /media/zurn/hfsplus [20:06] OerHeks: right, I expect this isn't hardware related since it worked fine [20:06] Zurn: then try "sudo mount -t hfsplus -o force,rw /media/zurn/hfsplus" [20:06] this happened to be on my last install too [20:06] which is why I reinstalled [20:06] this is interesting, install pavu control, and make sure 1 slider is used for mic, it is not stereo? https://forums.linuxmint.com/viewtopic.php?t=183740#p952175 [20:06] ioria: oic, yes I commented out the last line [20:07] the fact that it works fine the first 30 minutes and repeats after installs indicates it's OS related [20:07] Zurn, again cat /etc/fstab | nc termbin.com 9999 [20:07] it only works RIGHT after install [20:07] bumblefuzz: if you restart, does it work again? [20:07] EriC^: tried that first, no it doens't work [20:07] something is changing after the system has been on for some amount of time that disables the mic [20:08] ioria: https://termbin.com/aaso [20:08] just this https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1716359 but that is unity [20:08] Launchpad bug 1716359 in OEM Priority Project "Unplugging headset with audio panel open mutes internal mic" [Critical,Fix released] [20:08] bumblefuzz: you could see what's in '/var/log/syslog' for clues maybe [20:08] Zurn, good sudo blkid | nc termbin.com 9999 [20:08] ioria: https://termbin.com/z9lu [20:10] Zurn, sudo umount /media/zurn/spacecase [20:10] bumblefuzz: it's timestamped so it shouldn't be too difficult to find what happened around that time [20:10] ioria: that gives me this: umount: /media/zurn/spacecase: mountpoint not found [20:11] Zurn, mount | nc termbin.com 9999 [20:11] ioria: https://termbin.com/gtl5 [20:11] Zurn, ok, is gone [20:12] Zurn, lsmod | nc termbin.com 9999 [20:12] ioria: https://termbin.com/w5ji [20:12] Hi all. I wanted to ask another question about snap, as I don't quite understand it after doing some digging. Is snap intended to replace .deb/apt? If not, what will each of those serve? Will Ubuntu become entirely dependant on snap to install applications? Thanks again. [20:12] Zurn, did you install the 3 pks above ? [20:13] *pkgs [20:13] Zurn, i mean : fsplus hfsutils hfsprogs [20:14] j0seph, there is no message about apt replacement, it serves as an independant distribution channel for software, free or other license [20:14] I can read this [20:14] can't* [20:14] 18.04 uses the snap calculator as standard [20:15] ioria: I thought I had... maybe I missed one? I just reinstalled them all though [20:15] Hola [20:15] hola [20:15] buenas tardes amigos [20:15] Zurn, ls -l /media/zurn/spacecase [20:15] buenas tardes [20:15] bumblefuzz, and in what program you detect this mic behaviour? [20:16] OerHeks: Yes, I picked that up after a while. I'm told that in the future, new versions of Ubuntu will come with more default apps packaged as snaps (Image Viewer, files, etc.) [20:16] discord [20:16] studio-user001: english only here if you want another language there is another channel for it [20:16] OerHeks: discord [20:16] ioria: it gives me this: ls: cannot access '/media/zurn/spacecase': No such file or directory [20:16] tengo problemas con mi escritorio en ubuntu.studio, algun canal de ayuda en español? [20:16] oh, it might be a discord mic setting [20:16] !es | studio-user001 [20:16] studio-user001: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [20:16] I have sound back now in 'sound' and 'pulse audio' [20:16] Zurn, ls -l /media/zurn/ [20:16] but still not discord [20:17] me salió esto: [14:15] == #ubuntu-es Cannot join channel (+r) - you need to be identified with services - see https://freenode.net/kb/answer/registration [20:17] bumblefuzz: you could use discord's web app [20:17] as a temp fix [20:17] you could try in ##discord [20:18] ioria: I get: total 36 drwxr-xr-x 8 zurn zurn 32768 Dec 31 1969 3332-3434 drwxr-xr-x 2 root root 4096 Jan 26 16:07 hfsplus [20:18] studio-user001: you have to register your nickname i guess [20:18] Zurn, sy for asking but '/media/zurn/spacecase' was your mounpoint ..... [20:18] how register my nickname? [20:18] !register [20:18] For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [20:19] Zurn, how comes it does not exists ? [20:19] studio-user001: choose some nickname with /nick then type /msg nickserv register [20:19] ioria: it seems to only exist when the HD is already mounted [20:19] Tanks EriC^ === jottr_ is now known as jottr [20:19] studio-user001: no problem [20:20] Zurn, ok; sudo mkdir /mnt/mymac [20:20] ioria: yep, did that [20:21] Zurn, sudo mount -o force /dev/sdb2 /mnt/mymac [20:22] ioria: yep did that [20:23] Zurn, ok ... === studio-user001 is now known as hugodidier [20:23] my t100 keeps crashing every time, i run grub install or dpkg --configure -a, it crashes at installing i386-efi platform [20:23] ioria: now the HD is mounted in the /mnt/mymac directory but it still isn't writable [20:23] Zurn, try with sudo [20:24] Zurn, sudo touch myfile [20:25] Zurn, sudo touch /mnt/mymac/myfile [20:25] ioria: yes it worked! but is there any way to allow this to happen in the GUI? [20:26] Zurn, ls -l /mnt/mymac | nc termbin.com 9999 [20:26] ioria: https://termbin.com/ad3s [20:27] dialout ... [20:29] Zurn, well, in this case, i usually sudo chown -R myuser:myuser /mnt/mymac , but as i said i know very few about macos [20:30] Zurn, where myuser is 'zurn' in your case,probably [20:31] ioria: it's working its way through the HD, but seems to consistently give "No such file or directory" to everything its trying to change the permissions for [20:32] Zurn, did you try sudo chown -R zurn:zurn /mnt/mymac ? [20:33] ioria: it worked! mission accomplished [20:33] Hey all,, having issues with my touchscreen not working on my surface go, any ideas? [20:33] Zurn, good boy [20:34] ioria: actually, false alarm - I get an error message in the GUI that says the destination is read only ---MY BAD--- [20:34] Zurn, ls -l /mnt/mymac | nc termbin.com 9999 [20:35] ioria: https://termbin.com/u771 [20:35] Zurn, using nautilus ? [20:37] ioria: you know what it actually works using nautilus [20:37] Zurn, meaning ? [20:37] > any suggestions? [20:38] ioria: I can copy items from my computer to the HD using the nautilus GUI [20:38] Zurn, ok... and ? [20:39] ioria: not that I really know what nautilus is... I'll have to look into it............. I think we're good! [20:39] ioria: thank you so much for your time [20:39] Zurn, nautilus is the filemanager ... also called 'Files' [20:39] Zurn, but you are welcm [20:40] ioria: right... I definitely should have mentioned from the get go that I'm in Ubuntu Studio 16.04 and not regular Ubuntu [20:40] Zurn, i see... so probably 'thunar' ? or nemo ? [20:41] Zurn, but it's ok whatever [20:41] ioria: thunar, I believe [20:41] Zurn, ok [20:41] ioria: yes, it's working so I am very happy - thanks agaiN!!! [20:41] Zurn, no prob [20:47] is there i can install boot repair even if i have to first do a dpkg --configure -a [20:48] Hello! Is anybody out there? [20:49] no [20:49] dang :P [20:49] :) [20:49] i am also not here [20:50] So I am doing the crazy thing where you use the i3 window manager, and I've been hopping from one DE to another.. I think I have a bunch of leftover configurations and packages all over the place. That said, my /home is on a seperate partition, is the easiest way to get back to a clean install to just install ubuntu-minimal and then reinstall my window manager etc.? [20:51] like just keep my /home away and wipe everything else [20:52] ghostnik11: what's the problem? we can fix it without boot-repair [20:54] EriC^: the problem is i can boot and i bypassed the grub install of that foolish i386-efi platform but now the dpkg is broken and once it comes to grub install with that stupid uefi it crashes my system. i have a t100af and in the pass i have been able to fix it but for some reason [20:56] EriC^: after installing ubuntu budgie 18.04 i can't fix it, there is always an error. i have the esp partition at /dev/mmcblk1p1 and then the actually files sytem is at /dev/mmcblk1p2 and i just don't get why it keeps freezing [20:56] EriC^: i boot in normal, even though my grub window is gray and not black, which black is its normal color with white words. this grub is gray with white colors [20:57] ghostnik11: remove the grub packages from dpkg [20:57] EriC^: wait i can do that? [20:57] ghostnik11: isn't there a ia32 efi grub package? [20:57] EriC^: yeah [20:58] ghostnik11: is that the one crashing? [20:58] ghostnik11: show us "dpkg -l | grep grub" please in a pastebin [20:58] EriC^: but i thought the system always needs to check that grub is correct and working for it to function [20:58] EriC^: i will do it real quick, one sec [20:58] ghostnik11: nope, you can even use another bootloader if you'd like [20:59] EriC^: but isn't grub the best bootloader, and is better than windows bootloader [20:59] ghostnik11: sure, i mean that the system doesnt care what's installed [21:02] ghostnik11: actually, running a reverse depends on grub shows that the linux-image packages recommend grub | some bootloader, but you can always pretend a bootloader is installed, like a ghost package [21:03] ghostnik11: anyways, show the paste and also try to run the grub installation command that's failing and pastebin it as well [21:03] EriC^: here it is https://pastebin.com/kWA0Wngk [21:04] EriC^: if i run the grub installation command it will crash the system and i will have to do a hard reboot [21:04] ghostnik11: ok, first get rid of the grub-pc related package, "sudo dpkg -P grub-pc-bin" [21:05] ghostnik11: aha maybe we can check the previous logs then and see what it's saying [21:05] ghostnik11: try "grep -C4 grub /var/log/apt/term.log" and see what you get [21:07] EriC^: hey i got rid of grub.pc and here is the new pastebin https://pastebin.com/D33qgHjZ [21:08] ghostnik11: hmm try to manually search for the error it was making type "less /var/log/apt/term.log" [21:10] EriC^: thats a lot of info, i can't even copy and paste it. but will try to do ctrl f and see if i can search for it [21:11] ghostnik11: to search type "/something" and press enter [21:11] "/grub" for instance or "/error" [21:16] EriC^: okay so i see it but it won't let me copy it b/c its so much info. its litterally at the end [21:18] ghostnik11: hmm highlight the stuff and then in the browser press middle mouse button to paste [21:20] if i add a user to a group that matches my login will the user have the same file access? [21:21] Deihmos: depends on the permissions on the file [21:21] if the group has access and you add him to that group, he'll have access [21:21] these file permission are driving me nuts [21:21] ok got it [21:22] EriC^: okay so i pasted what i could, but i had to copy some and then copy again so you might see an overlap [21:22] EriC^: here it is: https://pastebin.com/jMxxjUGz [21:23] ghostnik11: i can't spot any errors [21:25] EriC^: it freezes though. like it crashes the system [21:26] the last thing it says is that at the end before it crashes. it always gets to installing i386-efi platform and then its unresponsive [21:27] EriC^: like right now i can't run sudo dpkg --configure -a b/c it will get to installing i386-efi and then will freeze but like what you said the first time, where i can just take grub out of dpkg [21:27] ghostnik11: oddly enough the only package that isnt installed right is grub-efi-ia32, which is just the meta package [21:28] grub-efi-ia32-bin and grub2-common and grub-common are all installed successfully (it's the "ii" at the start) [21:28] so that's odd [21:28] EriC^: yeah, i have spent the last day trying to fix it but i just can't, figure it out, but i should say i copied certain folders into the efi partitiion to try and get around it [21:29] ghotsnik11: ok, i guess that it's freezing after the end of your log, where it says "installing for i386-efi platform" [21:30] let me see if mine says something after that [21:30] EriC^: okay [21:30] yeah mine has "Installation finished. No error reported." after it [21:30] it must be freezing there and the log ends [21:31] so i guess it has some problem to install grub, too bad it freezes [21:32] EriC^: i don't get it, i wish i just use legacy grub but uefi is forced upon everyone now [21:32] hello all [21:32] gents [21:32] pretty knew with Ubuntu [21:32] I had a question related to the installtion of Firefox on Ubuntu 18 [21:32] Basically many sites shows as unsafe [21:33] ghostnik11: do you notice it says anything usually in the terminal before freezing? or it gives a black screen? or just that Installing line? [21:33] although I contacted the webmaster of those sites and they confirmed that it was on my end [21:33] frankyTheGoverne: using firefox from the official ubuntu repos, assures you the app is safe [21:34] ikonia: [21:34] frankyTheGoverne: if you are getting saftey warnings your risk is either the client SSL cert (unlikely for many) or some sort of network problem [21:34] EriC^: just that installing line and then i lose response to the keyboard, the touchpad and the only thng i can do is, hard restart by holding down power button [21:34] ikonia: my broadband has too much overhead and cannot used SSL? [21:34] ikonia: can be? [21:34] frankyTheGoverne: nope [21:34] ghostnik11: alright, let's try removing grub, "sudo dpkg -r grub-efi-ia32" [21:35] EriC^: okay i ran command and it says its removed [21:36] ghotsnik11: ok, also let's remove the rest of the grub packages so they never try to install grub and freeze [21:37] EriC^: can i do sudo dpkg -r grub [21:37] ghostnik11: actually we never tried to reinstall grub after we removed grub-pc-bin, that potentially might have fixed it [21:38] EriC^: so should i do sudo apt get update [21:38] actually nevermind, the -bin package seems to only have modules and since it said installing for i386-efi it would have not touched them i think [21:39] ghostnik11: yeah, run sudo dpkg -r grub-efi-ia32-bin [21:39] and also on the grub2-common and grub-common packages [21:39] then show "dpkg -l | grep grub" again [21:40] frankyTheGoverne, it is true that there are a lot of ssl certificates dumped, firefox 64 and chrome 71 the same. [21:41] or you might want to give an example, to check out? [21:42] EriC^: okay it won't allow me to do the others, said it depends on them. here is the pastebin https://pastebin.com/NgvFcsJL [21:43] remove os-prober too ? [21:43] OerHeks: but isn't os-prober a key part of the system. [21:44] yes, it is part of grub-common [21:44] i am not sure why you want to remove those [21:45] OerHeks: well its because grub-efi is crashing when it trys to insall [21:45] "crashing" ? [21:45] ghotsnik11: ah ok, right leave grub2-common and grub-common [21:45] i followed the story, but i have no clue with 32 bit uefi [21:46] ghotsnik11: type sudo apt-get install --reinstall grub2-common grub-common [21:49] EriC^: here is the other pastebin for dpkg -l | grep grub: https://pastebin.com/P9sWcUv9 [21:49] ikonia: I just reset the firewall and update Firefox. It was already the latest version available. I still see the same problem [21:52] ghostnik11: looks good [21:52] ghostnik11: try now "sudo apt-get -f install && sudo dpkg --configure -a" [21:54] EriC^: it went through but just says: 381 not upgraded and i feel like it didn't do the second command b/c it didn't ask about grub [21:55] EriC^: the -f is what tells it not to look for the i386-efi platform? [21:56] ghostnik11: no -f install is just a package manager consistency check/fix [21:56] ghostnik11: try sudo apt-get update && sudo apt-get dist-upgrade [21:59] frankyTheGoverne: latest version from where [21:59] frankyTheGoverne: can you give an example of one of the broken sites [22:01] ghotsnik11: hmm, i think you need to also make some ghost package, i noticed grub is one of the Recommends of the kernel package, and at first i tested it by removing grub and doing --reinstall kernel on my pc, but i noticed if you do --reinstall and it's already installed it doesnt try to install the recommends, whereas if it's not installed already it tries to install the recommends [22:01] /part [22:03] ghostnik11: has it finished the upgrade? [22:04] ghostnik11: it might crash if it tries to install grub package again if a new kernel is being installed, if grub is in the list then abort the upgrade til we make the ghost package [22:06] EriC^: how can i stop it if it comes up about the grub, the process is still running to update all the packages [22:07] EriC^: it just passed the grub configuration and is now installing the kernels [22:08] ghostnik11_: in the list of packages to be installed, was grub there? [22:08] EriC^: i didn't even see the list come up, it just said 60mb or more to download and i didn't even think to check [22:08] ghostnik11_: "tail -4 /var/log/apt/history.log" should show what it will install [22:11] EriC^: so you want me to stop the update, while its in process? [22:11] EriC^: and then run tail -4 /var/log/apt/history.log [22:11] EriC^: i feel like i shouldn't stop it b/c i might break the system [22:11] ghostnik11_: no, try running the command right now it might show what it's about to install [22:12] EriC^: yeah, it finished [22:12] EriC^: i don't think it ever installed grub [22:12] ah cool, what did it install? try the tail command [22:12] i want to see if it installed a new kernel [22:13] HOLA [22:13] EriC^: https://pastebin.com/RwRR0JQ8 [22:13] hola EGROR [22:14] EriC [22:14] ghostnik11_: as huge as the list is, doesn't seem to have linux-image packages in it [22:15] EriC^: lol, yeah. but i am on kernel 4.15 [22:15] also no grub packages, looks good [22:15] ghostnik11_: perhaps try installing some random kernel just to see how it will react, "sudo apt-get -s linux-image-4.4.0-141-generic" [22:16] the -s will let it only simulate the run [22:16] look if it wants to install grub as well [22:17] sorry, typo ghostnik11_ "sudo apt-get install -s linux-image-......" [22:18] EriC^: i have kernel 4.16 that i used before with my lubuntu setup and this t100 [22:19] EriC^: should i try and install it, i have it on mine microsd card which is already mounted [22:20] ghostnik11_: nah just install any package from the repo using apt-get install -s [22:20] it wont actually install, it'll do a simulation [22:21] EriC^: yeah, okay well what package. oh i know like hexchat [22:21] ghostnik11_: no, type apt-cache search "linux-image-4.*generic" [22:21] and choose any one [22:26] EriC^: https://pastebin.com/pLnMVZRC [22:27] ghostnik11_: ah it's trying to install grub, we got to trick it into thinking it's already installed [22:27] EriC^: okay, how can we [22:28] ghostnik11_: we could write a custom package in the dpkg status, i guess [22:29] EriC^: wouldn't it be easier to just give the system what it wants which is making sure the i386-efi goes to the correct place [22:29] the problem though is that if we write in dpkg that 'grub-efi-ia32' is installed, if the package ever gets updated in the repos apt would try to install it [22:30] EriC^: oh okay [22:30] ghostnik11_: what do you mean by go to write place? actually installing it you mean? [22:31] EriC^: yeah b/c if we tell it that its there and it gets updated in repos, wont it break the system [22:31] yo is reddit user "farmingdale" in here [22:31] just read a post comment from 5 years ago where you plug this irc [22:31] the internet is amazing damn someone said something 5 years ago and it brought me on a journey here [22:32] Jubawub: what did he say? [22:32] "I really like hanging out on freenode #ubuntu-beginnersBeen going there for about 8 years now when I was a true beginner I was shown how to use the irc. My time on that room has lead me from "where is my start menu?" to being a linux sysadmin. If I see you I will say hi." [22:32] oh wait [22:32] this is awkward [22:32] I only joined ubuntu [22:33] ghostnik11_: yeah, we could put the version number in dpkg very advanced so it never upgrades it, or better yet tell dpkg to make a hold on it [22:33] ghostnik11_: the linux-image has the Recommends as 'grub-efi-ia32' [22:34] EriC^: okay which one in your opinion is the best one [22:35] When 11 ironwolf drives just suddently goes into "We dont want to communicate with the controller anymore" [22:36] What is wrong then? Its so freaky irritating, bought some new drives. And the same error seems to appear on that drives to. [22:38] ghostnik11_: let's make a custom entry in the dpkg status [22:39] EriC^: okay [22:39] i think that way when installing linux-image it'll see it there so no problem, and nothing will ever get installed and stuff, we can make the version very advanced so dpkg never tries to replace the info there from newer grub-efi packages that may come [22:41] ghostnik11_: type "tail -20 /var/lib/dpkg/status" just to see what yours is like [22:41] EriC^: okay, quick question how often does grub-efi packages get changed? [22:42] ghostnik11_: no idea [22:42] who knows, depends on dev or bugs found etc [22:43] it doesnt matter, we can tell apt to make a hold on the package and never try to update it, or we can make the version in our fake package very high so it never tries to replace it [22:43] EriC^: apt to make a hold on the package [22:43] yeah [22:44] EriC^: but this way i would have to do it every time manually [22:45] you mean update the grub package? [22:46] ghostnik11_: the grub package will very rarely get updated, then yeah you will, but i mean already you can't install grub using apt [22:46] Test [22:47] Il y 'a quelqu'un ici ? [22:47] EriC^: well when i do grub-update it usually has no issue [22:47] !fr | El_Giorgios [22:47] El_Giorgios: 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. [22:47] EriC^: but for grub update, isn't that if i change something in grub [22:47] ghostnik11_: update-grub will still work [22:48] ghostnik11_: it's the grub package that installs the efi bootloader [22:48] in /boot/efi/efi/ubuntu [22:49] EriC^: yeah update-grub has always worked, but it never messed with that package [22:49] EriC^: okay so lets try to tell that package to never do it [22:50] ghostnik11_: ok [22:50] ghostnik11_: type "tail -20 /var/lib/dpkg/status" and pasteib [22:52] EriC^: https://pastebin.com/0N7AGwgt [22:52] ghostnik11_: try "tail -60 /var/lib/dpkg/status" and pasteib [22:54] EriC^: https://pastebin.com/jW5DRwik [23:00] ghostnik11_: first make a backup of the dpkg status file, sudo mkdir /var/lib/dpkg/status{,.backup} [23:00] ghostnik11_: then type "sudo nano /var/lib/dpkg/status" and add at the bottom this package info and save and exit https://paste.ubuntu.com/p/GXft2C2tpk/ [23:01] EriC^: okay it says it won't let me make a backup b/c it already exists [23:01] ghostnik11_: sorry typo in the command [23:01] ghostnik11_: first make a backup of the dpkg status file, sudo cp /var/lib/dpkg/status{,.backup} [23:03] EriC^: should i copy the pastbin u posted added to the command [23:04] ghostnik11_: not sure what you mean, type the nano command and paste the stuff in the editor way at the bottom [23:04] Hi! Does anyone can explain to me difference between netplan and netplan.io package? Thanks [23:08] Vladyslav: netplan.io is the new Ubuntu network config format; netplan is some schedule planner, not related to this at all. [23:08] EriC^: okay i did it [23:10] ghostnik11_: ok try now sudo dpkg --configure -a && sudo apt-get -f install [23:10] as a sanity check [23:11] EriC^: okay came back and everything is normal [23:12] EriC^: i should be able to restart now with no problem and boot normal also [23:13] ghostnik11_: yeah, try the previous command to simulate a kernel install [23:14] ghostnik11_: to make it more foolproof, you could run "sudo apt-mark hold grub-efi-ia32" as well [23:14] hi, to be able to see and add new samba printer in cups, do i need to install a package or something? i don't see the windows printer via samba option [23:16] EriC^: https://pastebin.com/gDc5g9G7 [23:17] EriC^: also i set it to hold [23:21] how2hack, what printer exactly? and how connected? [23:22] ghostnik11_: looks good [23:23] OerHeks: pdfcreater, after installing it i shared it, but it's not showing up, the weird part is that cups is missing the "windows printer via samba" option, do i need a package or something? [23:27] EriC^: so i can reboot now [23:28] how2hack, standard ubuntu cups can print directly to pdf, what PDFcreater is this exactly? [23:28] ghostnik11_: yeah [23:29] OerHeks: sorry, i meant PDFCreator http://download.pdfforge.org/download/pdfcreator [23:30] oh, outside our repos for support. anyway, make sure that thingy is member of the lpadmin group, to access cups [23:30] well, theproblem i think is with cups, it's missing the add samba printers option [23:31] is there a package/config/whatever that controls that? [23:31] here i found this online, exactly my problem http://i.imgur.com/wVcTq.png [23:32] .. i just pointed you to the possible cause, lpadmin = cups [23:32] hmm what thingy? cups? [23:32] EriC^, okay i restarted and now i am back [23:32] ghostnik11: cool [23:33] EriC^, okay now i will work on getting the sound back, thanks for the help bro [23:33] ghostnik11: alright, no problem [23:34] this last option is the one i'm missing https://blog.yoitsu.moe/images/cups_sharing_printer/2.png === mnemonic is now known as Guest39683 [23:50] dmnur: > netplan.io is the new Ubuntu network config format; netplan is some schedule planner, not related to this at all. [23:50] yeah but then why when I'm trying to install netplan ubuntu automatically removes netplan.io? [23:51] https://wiki.ubuntu.com/Netplan Please see: https://netplan.io [23:53] OerHeks: so your idea is that netplan = netplan.io, right? [23:54] problem that they do have different dependencies .... [23:54] Vladyslav: I joined late, which one do you actually want? Both? [23:54] Vladyslav: because both packages provide /usr/sbin/netplan. [23:55] Vladyslav: and `netplan.io` has `netplan` in its Conflicts. [23:56] adrian_1908 - honestly, I just want to understand difference so I can decide which one I want to use [23:56] i have found the problem, cups doesn't have a smb backend (/usr/lib/cups/backend), how can i install it? [23:57] Vladyslav: netplan.io is what you want. [23:57] adrian_1908: can you please be more specific, why do you think so? [23:58] netplan.io is part of a modern Ubuntu installation, netplan is some old calendar style application that nobody uses. [23:59] adrian_1908: thanks