[00:04] alexandrdvorkin, so.. why don't you format it in your mac? [00:06] likely virtualbox is good protected to not see usb devices unless you want too, see the manual [00:11] OerHeks, yeah i did not see he was running Ubuntu inside VBox, he has to activate the device from virtualbox so that the guest can see it. [00:17] any american should stop paying their schooldebt, as the education was wrong. [00:23] is there a channel for 19.10 stuff? [00:25] magic_ninja_work, #ubuntu+1 [00:31] akemlenovo, thank you [00:32] Np. [00:32] gotta figure out why bluetooth is all-of-a-sudden using so much power [00:33] How do you know it's using more power then normal? [00:34] I did a comparison when I first installed. I generally take a peek at my battery life regularly. [00:35] I noticed mine was quite a bit less, so I figured up powertop, and it showed me the bluebooth device is using lots of power. 3-6W [00:35] It wasn't like that before. Even unplugged, my ethernet device was also using 3W of power, so I manually turned it off via ip link set down and that usage went away. [00:36] powertop? Ok, i did not know it was possible to monitor that. [00:36] Hello, trying to help test. Downloaded the current daily iso for 19.10, not giving option to install to zfs in installer. Is there something special I have to do. [00:37] akemlenovo, yep, works pretty well. Run it as root. You have to let it run for a while to start collecting data. Sometimes 30 minutes to an hour. [00:39] magic_ninja_work, ok, nice, i'll try it. [00:40] to save ya some time, it has textui tabs that you use the tab or shift-tab to go through and the last page has a list of tunable items, so if you are using tlp or something, make sure to disable that service first. [01:19] How can I set the timeout for deteccting Displayport disconnect ? [01:19] Or the timeout maybe displayport reconnect when waking up the screen ? [01:21] You see I have a monitor that takes a short while to wakeup when the screen(power)saver disengages and so for a second after waking up the system assumes only the computer panel is connected [01:22] After the second everything returns to normal but it is really annoying [01:33] Hello! I am wondering how to switch my keeb layout to chinese in i3wm. The links on how to fix it all seem to be blocked in my region :( === zbenjamin_ is now known as zbenjamin [01:35] Galactor: have you already changed layout? [01:37] You can rerun the i3-config-wizard and you'll get all standard hotkeys in the same physical place as intended with qwerty. [01:37] not sure how to do that in i3wm either, since there are no buttons for it. in normal desktop mode, I can change it by clicking on the icons in the dock, but I don't have that in i3wm === ctrlbreak_MAD is now known as ctrlbreak [01:38] you can change your layout with setxkbmap [01:38] what would be in the layout name? how would I set it to do pinyin input chinese? [01:39] But it might screw with your hotkeys, thats why you may want to rerun i3-config-wizard [01:39] can you give me an example of what layout name might be? [01:40] What distro are you using? [01:42] lubuntu [01:42] How to add tab using sed on ubuntu? \t doesn't work with sed -i "/defaultRole/a\t'defaultTheme' => 'smart-style-1'," test.txt [01:43] Galactor: not really i3 related but try dpkg-reconfigure keyboard-configuration. Will set the layout "permanently" whereas setxkbmap is only for the current session. [01:44] right on. I'll try to look more into it. thanks! [01:44] After that you might want to run i3-config-wizard. [01:45] in xenial, how do I list the physical and logical volumes LVM currently knows about? [01:45] okay :) that's a good idea [01:53] found I need the lvm package first. then probably lvs as I'm used to. [01:53] *lvm2 [02:08] Sorry to ask again. I got bumped off earlier but how to add tab using sed on ubuntu? \t doesn't work with sed -i "/defaultRole/a\t'defaultTheme' => 'smart-style-1'," test.txt [02:11] destinydriven: first answer on google say that if it doesnt work try running it from a shell script, if script works then there is a commandline problem. [02:11] \t is supposed to be tab [02:12] Flog, yes I just tried this, still no tab appears after running it [02:12] I'm referring to the shell script [02:12] Then i dont know. [02:12] I can see the tab character in my editor so I'm lost as to why it won't pass on through script execution [02:13] destinydriven: looks fine to me: https://pastebin.ubuntu.com/p/vkRh78fgyD/ [02:14] leftyfb, ok you're not using -i [02:14] Let me try this :) [02:14] destinydriven: that's only if I want to write it out [02:15] destinydriven: but, you really should be asking these questions in #bash since they're not really ubuntu specific [02:16] leftyfb, oh right. It didn't occur to me that there was a bash channel [02:16] Thanks [02:18] In what config file would i set my keyboard layout? can set with the layout I want with setxkbmap se dvorak_a5. Cant find the layout in dpkg-reconfigure keyborad-configuration [02:28] !pm ubuD104 [02:28] !pm | ubuD104 [02:28] ubuD104: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [02:28] don't want to troll no thank you [02:29] lotus remember about that systemd conversation earlier [02:29] I think I found something out do you know anything about it [02:30] ubuD104: this channel supports only ubuntu issues, dont poll or discuss here please [02:30] ya im in ubuntu [02:30] ill take that as a no [02:33] Like I said before Im new to linux but anyway I got it so it doesn't create a suitable network protocol wondering if i'm really screing this thing up [02:33] stop it ubuD104 [02:34] sorry if I confuse you the only distro I know is ubuntu [02:34] what do you mean stop its a valis question [02:34] valid sorry [02:34] 18.04 [02:35] it says ask a question, i do, then you say stop WTF [02:36] ? [02:36] ubuD104: You're sending messages like a nagging mother. You can surprisingly fit more than 2 words in a message. === [1]MrMobius is now known as MrMobius [03:09] hi i am trying to use tar xvzf pakagename.tar but it returns gzip: stdin not in gzip format error [03:11] I am trying to install VirtualBox extension pack because my USB flashdrive is not detecte by Ubunti within VirtualBox [03:15] aleksandrdvorkin, use `file pakagename.tar` to see what format the file is [03:19] aleksandrdvorkin: tar -xvf packagename.tar [03:20] aleksandrdvorkin: it's probably not gzipped (compressed) [03:20] can i use tar xvjf packagename.tar.bz2 === gry_ is now known as gry [03:21] the file ends with .bz2 [03:22] and by the way what i am doing is i am installing the Oracle extensionpack because my USB flashdrive is not detected the Virtualbox is not detecting my USB [03:22] I am running Ubuntu on VirtualBOx [03:24] aleksandrdvorkin: look at "man tar" for help... you will see what options you need to use to open that archive [03:26] thx === gry_ is now known as gry [03:34] i am missing pkg-config and or xml2-config HOW DO I UPDATE ALL THE PACKAGES AT ONCE without haveing to sudo apt install individual packages [03:36] aleksandrdvorkin: no need to shout here [03:36] my apologies [03:37] aleksandrdvorkin: how about you start with sharing a pastebin of your apt output, so volunteers can see whats going on exactly? [03:37] Ok [03:38] i am trying to ./configure the Virtualbox extension pack but it gives me missing package after package [03:38] so this is the package that is currently missing is libxml2 i ll pastebin it [03:39] aleksandrdvorkin: did you install virtualbox from the official repos? or did you add a ppa and trying to compile yourself? [03:39] https://paste.ubuntu.com/p/MNttJNVxr8/ [03:40] Yes Virtualbox for MacOS [03:41] https://www.virtualbox.org/wiki/Downloads [03:42] aleksandrdvorkin: we dont support external ppa's, instead we reccomend to install packages from the official repos to keep a clean ubuntu experience [03:42] aleksandrdvorkin: you can search the repos from your system with: apt-cache search packagename [03:43] so then I should of Downloaded from Oracle.com? [03:43] aleksandrdvorkin: did you even read what i just said? [03:44] i tried [03:46] aleksandrdvorkin: the only software that is supported here, is what can be obtained by using "apt install virtualbox" ... any other installation of virtual box is not supported here, as it comes with dependencies that your current Ubuntu installation may not have or support. [03:48] aleksandrdvorkin: That is why you are running into issues with trying to install the virtual box extensions. It is because the requirements for that software cannot be met. Ubuntu strives for stability, which means that the latest versions of software may not be available in the software repositories (security patches and bug fixes are applied) [03:50] aleksandrdvorkin: If you had installed virtual box through the method i just described, it would have come with all the features that are already compatible with your version of Ubuntu. If a feature is missing, it is because it is not supported by Ubuntu. No extra installation of "extensions" or plug-ins will enable functionality that cannot be supported. [03:50] i get that but I had to install it that way because its Ubuntu that is running within the virtualbox not Virtualbox within Ubuntu [03:51] aleksandrdvorkin: Virtual Box extensions are for the host machine, not the Guest OS [03:52] oh so i should exit from the Virtualbox and install the Extensions for Macbook? [03:52] my bad [03:52] does a ; count as a comment out in smb.conf? [03:53] in this case: [03:53] # Maximum number of usershare. 0 (default) means that usershare is disabled. [03:53] ; usershare max shares = 100 [03:54] will the extensions if i still choose to install them help detect all the USB ports because i cannt get acces to my USB flashdrive because USB is not detected by Virtualbox [03:55] aleksandrdvorkin: try #virtualbox [03:55] aleksandrdvorkin: try virtualbox from the ubuntu repos first [03:55] aleksandrdvorkin: unknown, the volunteers here can only help with Ubuntu. For support for Virtual Box you will need to seek out Virtual Box focused forums and/or channels. [03:55] lotuspsychje: virtualbox is not in the ubuntu repos [03:55] kinghat: If "#" is used for other comments, it is best to use the same character when commenting out settings you wish to disable/set to default [03:56] there are both in this smb.conf file [03:56] !info virtualbox [03:56] virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 5.2.32-dfsg-0~ubuntu18.04.1 (bionic), package size 16828 kB, installed size 77924 kB [03:57] kinghat: then it would appear that a semi-colon is an acceptable means to comment out a setting [03:57] lotuspsychje: I stand corrected :) === CarlFK1 is now known as CarlFK === mkv is now known as m4v === rax-Y is now known as rax- [04:56] Not sure where to go. Installing again, I messed up drivers. What I'm trying to do is use ubuntu 18 on a laptop to run a playstation 1 emulator, pcsxr. THe controller I'm using is a cheap POS wired usb XboX360 clone. My problem is the L2 and R2 are not switches but potentiometers. I've been through rmmod xpad, run xboxdrv, js(something)-gtk. All ive been able to do is nothing. once driver reads it as L2 Z+axis andn R2 Z-axis. [04:56] is that an ubuntu driver controller mapping config thing or......do I go hit up the emulator community? [04:58] I tried some ppa for a different xboxdrv but it just hosed my system and im reinstalling [05:00] frustro: i take it doesn't work as Z+-axis in digital mode? [05:01] for example digital directional pad (hat?) is also X/Y axis [05:01] doesn't make it work bad [05:01] frustro: i have half-way solution, it's... unusual but legit [05:01] anyone here ever backup a logical volume? do you just create another partition of your choice somewhere and use something like Rsync to make a snapshot in time? [05:02] frustro: map PS controller to keyboard buttons, and use qjoypad (it maps joypad axes/buttons system-wide to keyboard buttons) [05:02] PS controller = pcsxr settings [05:02] i think qjoypad is in default repo [05:03] useful for other games, too [05:04] here's the weird part. xboxdrv will read as L2 0-255 and R2 0-255 right? but jsconfig-gtx?? sees and so does pcsxr and pcsx2 and retroarch and l2 and r2 and Z +/- [05:05] I dont know where it's going from l2 r2 on off to z +/- [05:05] but I'll try that qjoypad [05:05] becax the default xpad seem to workbetter than the xboxdrv [05:06] doing fresh net install, all my last commands un undo redo just hosed it. bbiab. thanks for the tip rud0lf [05:36] wip [05:36] sip* [05:36] sup** god [05:39] CowboyDan, greetings are slightly frowned upon with more than 1000 people in channel. [05:39] damn, i wasnt aware that i had posted cringe [05:39] my bad [05:40] It is backward from normal social convention. === CarlFK1 is now known as CarlFK [06:17] qjoypad i found it... [06:27] frustro, I vaguely remember having a playstation controller that had a hardware (mechanical) switch to select between the analog triggers being buttons or another axis. maybe that is the case? [06:28] another 2 axes I mean [06:28] er xbox, not playstation [06:28] https://matricom dot net/product/xyba/ [06:29] did you obfuscate the link to make it not clickable? [06:29] dont know link rules. playes it safe [06:29] https://matricom.net/product/xyba/ [06:30] ew that page forces smooth scroll down your throat in js [06:34] frustro, ah, so the triggers are analog but you want them to be switches? [06:34] yes [06:34] did you look for something to take care of that in the emulator settings? [06:35] if not 0 then 1 or rang trigger havent found in any cinfig app yet. i messed up kernel with rmmod n stuff, reinstalling os. imma gonna try qjoypad [06:35] http://qjoypad.sourceforge.net/#documentation [06:36] there's a preset for ePSXe in there so maybe work for pcsxr [06:38] but no, i hadn't found how to change that in the emulator, just mapping and all emulators see it and Z axis ffor l2 r2. === im0nde_ is now known as im0nde [06:42] there's a chance that tons of other people needed that too and it's there [07:13] halp! I'm locked out of my ubuntu desktop! My system is ubuntu 18.04. It uses nvidia drivers. When booting, the system gets stalls on the message "Started Gnome Display Manager" [07:13] I can alt-tab to a tty. I'm logged in as root. [07:15] Im at a loss at this point. I've got no idea how to troubleshoot the issue. [07:26] Does anyone have any idea how I can start debugging the issues? [07:38] hello all [07:38] anyone else have the problem with vlc not displaying correctly in 18.04? [07:55] glitchd: I've had multiple issues with VLC playing the first video file correctly, but then not exiting properly, and therefore preventing the app from opening again until I open the system monitor and force close it. === rax-Y is now known as rax- [07:55] glitchd: Happens on both Ubuntu and Debian, so I just switched to SMPlayer with the MPV backend, works great. [07:56] i found out how to fix it when it was displaying incorrectly, its a qt scaling problem. but since fixing it, i can no longer launch it from the right click menu when trying to play videos [08:09] are there any fuse libraries for mounting google drive - that are already in the main ubuntu repo's? [08:09] i'd have thought possibly there might be - but coming up empty [09:06] bobdobbs: enter system with !nomodeset to install the nvidia drivers afterwards [09:10] hi, i am using an old xubuntu (unable to upgrade) and samba is suddenly unable to see a win10 pc. win10 is working fine and via android i can acess shares on both the win10 pc and the xubuntu [09:11] ed_1: if you talking about an eol version of ubuntu, we cannot support it anymore [09:11] not even sure of the version [09:12] was a lts [09:12] ed_1: lsb_release -a [09:13] Description: Ubuntu 14.04.5 LTS [09:13] ed_1: yeah, 14.04 is end of life unless you payed for ESM? [09:13] ed_1: a reccomended way would be install xubuntu 16.04 clean on your machine [09:15] damn. reason i cant do that is i lost my log of stuff i set up on it and might not be able to get a lot of stuff running again [09:16] ed_1: maybe you can use your existing /home and install 16.04 over it? [09:17] i am waiting to afford a server to move all yhe important stuff over, then might try clean install. this install is patched and broken for many years now [09:18] ed_1: we strongly advice to update systems before they go EOL [09:19] so no hints as to why samba client broke? [09:20] or at least another channel that might help? [09:20] ed_1: im sorry, volunteers cannot give advice on eol versions, as they are unsupported and could be 'broke' etc [09:20] lol very broke [09:21] ed_1: for security reasons you shouldnt be running it anymore neither [09:21] security? [09:22] ed_1: the people in ##linux might be willing and able to help, we don't support eol releases as a matter of policy [09:22] ed_1: yes, every operating system gets security flaws, that get patched, EOL versions dont get updates anymore and hence a security risk [09:24] ok i will try there thanks. as of security, i dont keep any sensitive data on internet connected machines. just a personal webserver for films and music [09:25] ed_1: ideally you backup your data, and download the 16.04 iso and install that [09:25] ed_1: that's well enough, but people can break in and use it as a base to attack others, send spam etc [09:25] or even better, 18.04 [09:26] if his old machine can handle it [09:27] 15 year old toughbook....doubt it [09:27] true, but if he's getting a new machine it should handle it [09:27] ed_1: 16.04 lubuntu perhaps [09:43] Hello [09:43] welcome Farioko [09:44] I am trying to format my SD card, but whenever I do that, the partitions just reappear? [09:44] Farioko: how are you formatting? [09:45] lotuspsychje: I have tried formatting it using fdisk and gnome-disks [09:45] Farioko: try with gparted perhaps? [09:45] lotuspsychje: I tried that too... [09:45] Farioko: no dice? [09:46] It just finishes successfully it says, but then the partitions just appear again and they are mountable too. [09:47] Farioko: can you pastebin what happens when you: journalctl -f then do your formatting [09:50] lotuspsychje: https://paste.ubuntu.com/p/CK3PGCtvRZ/ [09:52] Farioko: nothing too usefull there [09:56] Farioko: how about in dmesg? [09:56] lotuspsychje: When I write files to the filesystem, they are also gone after unmounting. [10:03] lotuspsychje: Nothing special there as far as I can tell. [10:10] lotuspsychje: :( [10:10] Farioko: can you share your dmesg plz? [10:11] lotuspsychje: https://paste.ubuntu.com/p/YCCf5GQYPz/ [10:12] Farioko: try gparted launched from a terminal, see if you can catch errors there [10:16] lotuspsychje: no errors [10:21] lotuspsychje: I can still boot from it hehe. Let's see if I can write some files to it while Raspberry Pi is running. [10:23] lotuspsychje: same issue. [10:24] lotuspsychje: So can we conclude that it is broken? [10:25] Farioko: well broken sd's should give some errors [10:28] Farioko: did you try other filesystems? fat? fat32? etc [10:29] lotuspsychje: Tried deleting the partitions, writing a whole new partition table to it, formatting the partitions etc. It just goes back to its original state. [10:30] Farioko: and you can still read the data on it too? [10:30] lotuspsychje: Yes [10:30] weird [10:32] Farioko: what about deleting all the data on it? [10:32] lotuspsychje: Deleting files doesn't do anything. [10:33] Farioko: no errors after delete in journalctl -f ? [10:33] lotuspsychje: It seems to be gone, but after remounting, it's all there again. [10:33] Nope [10:34] Farioko: drag a file to it also fails? [10:35] or copy from [10:35] No, nothing fails, they just get deleted after remounting. [10:35] hmm [10:36] I wrote an image to it using dd, but files are still there [10:36] Farioko: you got other machines to test try? [10:36] I tried it on two machines [10:36] phone or camera [10:37] might be dead then jim [10:37] but pretty weird you aint getting errors [10:37] Farioko: maybe as final test, you can try a datarecovery from it, see if you getting errors there [10:38] Farioko: with photorec (testdisk) [10:44] toy story eta 18min [10:44] what? [10:46] Farioko: sudo apt install testdisk and sudo photorec after [11:08] Hey all [11:39] I have a few external old harddrives that I am looking to use for various things. How can I (really) check if they are OK? [11:42] Aavar: smart test? [11:44] EriC^^: I cant test smart as these are usb-drives. Unfortunately. [11:45] Aavar: do you mean USB Flash storage or hard disk drives (spinning metal) on a USB connection? [11:46] TJ-: usb haddisks [11:46] not flash [11:47] I don't plan to use them for important data, but it would be great to have some sens of what to trow away and what to keep. [11:47] Aavar: the disks are using a native USB interface, or have a USB<>{P,S}ATA bridge chip ? [11:48] TJ-: I dont know. This perticular one is a sata drive in an enclosure. [11:50] Aavar: so USB<>SATA bridge chip, so look at "man smartctl" and the "--device" section and see if there is a --device option that matches the USB interface chip. You can identify the USB interface manufacturer with "lsusb" [11:50] My ubuntu keeps crashing [11:50] How do I even go about diagnosing why? [11:50] Aavar: if you're in luck there will be a --device XXXX option that knows how to get the USB bridge chip to pass through the SMART commands [11:51] onomatopie: in what way does it 'crash' ? only when a user is logged in? Before any user logs in? Only for one particular user? Only when a paticular program is being used? [11:52] TJ-: It's just lappy. Just mine. I only use Firefox, chrome, terminal really.. [11:53] TJ-: So no particular pattern though I almost always have some sort of video/stream on [11:53] Happens with and without power plugged in, peripherals etc [11:53] |I have also reinstalled ubuntu after formatting. Same issue [11:54] onomatopie: 'video stream' ? so network streaming AND GPU could be suspects. Does the entire PC die or just the application doing the streaming? [11:54] The entire PC[3~ [11:55] onomatopie: so possibly thermal related, have you monitored temperatures ? [11:55] Ok.. Let me installed a temperature gague for the taskbar [11:56] Any particular gnome extension/app I can use that will display there? [11:56] onomatopie: when a PC just hangs (CPU stops) then the log files don't get written with clues... however, there may be clues leading up to that point so it is worth checking a log from a boot when it hung [11:56] TJ-: so, it looks like smartctl acrually can read the smart status of the drive (with no flags), but I am not sure what to read from it. http://paste.ubuntu.com/p/vcWm9QvQq5/ [11:56] onomatopie: e.g. if the PC hung up on the last boot, you can check the log from that boot with "journalctl -b -1" [11:56] TJ-: It looks to me like the drive is broken? [11:57] https://extensions.gnome.org/extension/1460/vitals/ [11:57] How is this one? [11:57] TJ-: Ok.. Let me log that. But is that only if it happens during a bootup? [11:59] Aavar: looks like it has been logging internal errors BUT notice that in the table only one value has exceeded (gone under) the Threshold "Airflow_Temperature_Cel 0x0022 061 037 040" ... so if you're lucky the errors are all due to the drive being allowed to get too hoty [12:00] onomatopie: no, the log is for an entire session from boot to when it hangs (but will not include the hang itself unless you're extremely lucky). [12:00] hmmmm is 76 degrees celcious high? [12:01] onomatopie: the "-b -1" means the last boot , 2 would mean 2 boots ago, and so on, 0 is this boot [12:01] onomatopie: its' on the hot side yes, for a CPU. What system/CPU is it? [12:02] onomatopie: if its a laptop then CPU/GPU often share the same heatsink/cooling, and if the GPU is doing the video decoding wewould expect it to get hot... so right now I'd say you're on the right track to identify the cause as overheating [12:03] TJ-: so, I might be ok? Is it a good idea to fill the drive with garbage and see if it gives me any errors? [12:03] TJ-: hmmm....ok let me see if I can cool it [12:04] Here we go.. It's at 81 now [12:05] Aavar: First I'd ensure the drive is currently running cool even if that means opening up the chassis it is in and blowing a fan across it. I'd also want to find a tool to reliably read its current temperature so you can monitor it.. Then I'd do a ATA Secure Erase of the device and then do a test of writing zeros to the entire drive and ensuring no errors reported to kernel [12:05] onomatopie: what make/model is this? "journalctl -k | grep DMI:" [12:05] AMD ryzen 5 2500u [12:05] https://www.acer.com/ac/en/GB/content/model/NX.GV7EK.008 This lappy [12:05] TJ-: how can i easyly write zeros to the drive? [12:06] TJ-: I guess this would work https://how-to.fandom.com/wiki/How_to_wipe_a_hard_drive_clean_in_Linux ... [12:06] onomatopie: I'm wondering if you need some ACPI OSI magic setting to help power management here, see my article https://iam.tj/prototype/enhancements/Windows-acpi_osi.html [12:07] Aavar: "dd if=/dev/zero of=/dev/sdZ bs=500M status=progress conv=fdatasync,fsync" [12:08] TJ-: Ok.. Here goes a reboot :-) [12:10] Ok rebooted just fine [12:10] Let's see how it goes over a few days I suppose. Thanks :) [12:11] TJ-: I'll try that. I don't think the drive is hot, but I can imagine that it has been in the past. It was used in a quite cramped place before. Would I get errors in the syslog if anything goes wrong? [12:13] Aavar: according to the man-page, "smartctl --log=scttempsts ..." should report current temperature if the drive supports ACS [12:14] TJ-: I got this message in syslog while running: Sep 15 14:09:37 aavar-linux systemd-udevd[22343]: Process 'ata_id --export /dev/sdc' failed with exit code 2. [12:14] Morning. 18.04, installed via thumb drive. DHCP not working, manual IP provides connection to router. But firefox, ping, etc fail. entering DNS manual does not help. Hints? [12:15] Aavar: presumably because of the USB bridge that ata_id is not equipped to cope with [12:15] TJ-: It's only running at 44C at the moment, so i'm not conserned about that. [12:15] Coraxyn: how does ping fail? [12:15] the heat that is. [12:16] TJ, ping network is unreachable [12:16] Aavar: right, but if you are going to do a sustained write to it (those zeros) that might be how to monitor it in real time [12:16] Or maybe host [12:16] TJ-: Yes :) [12:16] Coraxyn: right, but what host are you trying to reach? pressumably if you've set up the network manually you have't added a default route to the gateway ? [12:17] TJ-: I can se that smartctl with that option shows max heat since startup, so I can run the command again after the write finishes (if it does) [12:17] TJ, correct [12:17] Coraxyn: as in "sudo ip route add default via dev " [12:17] TJ, why does DHCP not work? [12:17] Coraxyn: is it desktop or server? if desktop, then NetworkManager should have a connection defined for it [12:18] Desktop [12:18] Coraxyn: so check the log with "journalctl -u NetworkManager.service" [12:18] TJ, will reboot to Ubuntu and come in here via iPad [12:19] Laters [12:19] TJ-: Thank you for great help so far. I'm going for a nap, and I'll report back :) [12:41] hello. why latest alsa version on ubuntu LTS is 1.0.25, while 1.1.9 is already available? [12:42] Back [12:43] Command again please [12:44] actually 19.04 also has 1.0.25 instead of updated packes. what gives? [12:45] TJ-: It did crash :( I've left it to cool down for 15 mins though so let's see. [12:45] TJ- [12:46] 18.04 installed via thumb, dhcp not working. Hints? [12:47] alekksander: why do you need latest version? [12:48] Coraxyn: so check the log with "journalctl -u NetworkManager.service" [12:48] Exagone313: i don't i'm just surprised to see it's so outdated despite still being actively developed [12:49] alekksander: This is the same for all sw in all distributions. Someone has to package and preferably test new software, too. [12:50] TJ- activation succesful, device. Activated [12:51] But firefox never connects [12:51] alekksander: ubuntu is not a rolling release distro, it's even more clear if you use LTS, it is made to be stable. I don't know what's the best link that explains it, but this could be a start https://ubuntu.com/about/release-cycle [12:52] TJ- ping 1.1.1.1 destination host unreachable [12:53] Coraxyn: (ip a; ip r) | curl -F 'clbin=<-' https://clbin.com [12:54] this gives us information about your actual network config [12:55] Exagone313: i can tell the difference, but as mentioned for 19 it's the same early 2012 version of alsa-base [12:55] Curl not found [12:55] ... [12:57] then (ip a; ip r) | nc termbin.com 9999 [12:57] alekksander: check other package versions on https://packages.ubuntu.com/search?keywords=alsa [12:59] like alsa-utils [12:59] Name or service not known [13:00] Coraxyn: then https://paste.ubuntu.com/ [13:00] post the result of this: ip a; ip r [13:01] Umm. It is long and have to type it in from this pad [13:02] select, right click > copy [13:02] Coraxyn: is the connection over Wifi ? [13:02] Yes [13:02] Router is on another floor [13:03] oh right [13:03] I'm stupid [13:03] Coraxyn: start a terminal, do "journalctl -u NetworkManager.service" then press G to goto End of the log, then we'll work backwards and I'll talk you through what to expect and you can spot deviations and report them to us [13:03] copy the output on usb key haha [13:03] Will not help Exagone313 . Ipad [13:04] TJ-: k [13:04] "journalctl -e -u NetworkManager" goes to end directly [13:05] that moment on sunday where you try to help someone debugging its internet connection and ask them to send output of commands via internet [13:05] Coraxyn: i need to fetch a device with NM installed on [13:05] Coraxyn: do you know the IP address of the local gateway router ? [13:06] Router in house, 192.168.0.1 [13:06] Coraxyn: do this: "sudo ip route add default via 192.168.0.1" [13:06] Coraxyn: then try "ping 1.1.1.1" [13:08] Unreachable [13:08] Coraxyn: I'm beginning to think the problem is the wifi device. [13:08] Works for this pad, ans os x [13:08] Coraxyn: I mean the wifi device in the PC [13:09] Os x [13:09] Same machine [13:09] Dual boot [13:09] Hi everyone. I have customized an initrd script provided by the open-iscsi package. Even though that package is not updated often, I would hate an upgrade to overwrite it and have me reapply my customizations. Do I need to locally fork open-iscsi from source packages and build custom package versions, or is there an easier way? [13:09] Coraxyn: what is the make/model ? lets first check there are no known issues with the hardware [13:10] Early 2008 [13:10] Coraxyn: "journalctl -k | grep DMI:" [13:10] we have some wiki pages for Mac, let me see where they are [13:10] !mac [13:10] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [13:12] Apple Inc. iMac 8,1/Mac-F226BEC8, bios. Im81.88z. Etc. [13:12] And 02/09/08 [13:14] Coraxyn: so that leads us to https://help.ubuntu.com/community/Intel_iMac [13:14] Coraxyn: and first in the list of "Fix Non-Functioning Hardware" is "WiFi / Airport" [13:15] Thanks [13:16] Coraxyn: info there looks extremely old but it does indicate the wifi chipset is Broadcom, which Linux always has large problems with. We do have several open-source packages to support various versions of Broadcom though so we need to ID which exact device the iMac has [13:17] Coraxyn: do "lspci -nnk -d ::0280" [13:20] Back on OS X [13:31] How do I see the network status ? (in GUI) [13:46] . [13:47] K, have tar of proper driver. Tried to follow instructions but do not have m-a. Hints? [13:50] . [14:00] . [14:01] TJ- have tar of proper driver. How to install? [14:01] So, I just got a new hp laser printer. When trying to get it to print a test page after selecting drivers, it was giving errors. CUPS print spooler seems to have crashed and won't come up now, [14:01] Coraxyn: not sure, I'd have read the instructions [14:02] Looked in tar. There are none [14:02] OS is xubuntu 18.04lts, printer is HP laserjet pro MFP M28w connected with USB [14:02] Tried make && sudo make install but got lots of code errors [14:05] Coraxyn: looking further we have the 'wl' driver available, I'd suggest trying that first [14:05] !info broadcom-sta-modules | Coraxyn [14:05] Coraxyn: Package broadcom-sta-modules does not exist in bionic [14:05] grrr [14:06] Mm [14:06] !info broadcom-sta-dkms | Coraxyn [14:06] Coraxyn: broadcom-sta-dkms (source: broadcom-sta): dkms source for the Broadcom STA Wireless driver. In component multiverse, is optional. Version 6.30.223.271-8 (bionic), package size 2152 kB, installed size 14139 kB [14:06] That is one currently installed [14:06] Coraxyn: this may not contain support for the BCM4328 but as it is the wl driver I'm thinking it likely will [14:06] Coraxyn: oh? darn! [14:07] Need. Bcm4321. Driver [14:07] Coraxyn: 4321? oh, the forum post that was linked to talks about the 4328 [14:08] Not sure if they are compatible driver wise [14:08] Os says it is connected to router [14:08] Lshw looks good [14:09] The dkms package I mentioned says it supports BCM4321 [14:09] K, then this should work..... [14:09] Coraxyn: can you show the PCI ID of the device? as in "lspci -nnk -d ::0280" [14:09] Two issues. Dhcpdoes not work, and dns has manual entry [14:10] Coraxyn: because some of the packages show the hardware aliases they support [14:10] K [14:10] Coraxyn: maybe os x can report the same info [14:11] Coraxyn: is it booted to Linux at the moment? [14:11] Coraxyn: what we want to see is the hexadecimal at end of the device's line inside [] brackets, that has the form [VENDOR:DEVICE] [14:12] 04:00.0 “0280” “14e4” “4328” -r05 “106b” “008c” [14:12] Yes [14:13] anyway to add right click uninstall for apps? [14:13] JonelethIrenicus: You can uninstall packages via the software center, synaptic package manager, or on the command line with "apt remove " [14:14] No brackets [14:14] Oops [14:14] yeah i know but i want to be able to right click inside the menu and uninstall [14:14] Coraxyn: "4328" ? [14:15] odd, the 4321 is BCM4321 (14e4:4329) or [14e4:4328) .. [14:15] Yep [14:15] OerHeks: typical Broadcom! [14:15] rev 5 ? [14:15] 4321 is mentioned as well [14:15] Rev. 5 [14:16] Kernel driver is wl [14:16] So this looks good [14:16] now this gets weird! /lib/modules/4.15.0-51-generic/modules.alias:22127:alias pci:v000014E4d00004328sv*sd*bc*sc*i* ssb [14:17] which is "description: Sonics Silicon Backplane driver" [14:17] ^^^ this comes from doing grep -in '14e4.*4328' /lib/modules/$(uname -r)/module* [14:17] TJ-, time to test hard modprobe all broadcom, and enable -wl again? sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma && sudo modprobe wl [14:18] K [14:18] OerHeks: sounds good to me [14:18] if this works, blacklist [14:18] but why the ssb ... never seeen that before [14:18] So, how do I get CUPS spooler running again to try and get the printer itself to do something? [14:19] TJ-, just bing-ed on the modprobe line, found https://ubuntuforums.org/showthread.php?t=2269595 [14:20] TJ returns nothing [14:21] looking at "apt-cache show bcmwl-kernel-source" where it lists the aliases matched it contains "pci:v000014E4d00004328sv*sd*bc02sc80i*" ... ssb has "pci:v000014E4d00004328sv*sd*bc*sc*i*" so the only difference is the BCM wll module is doing a tighter match that includes the class ID 0280 (wireless network) [14:22] which indicates the BCM4328/21 chipset uses the SSB silicon as the interface but adds 'stuff' on top [14:22] K [14:26] JonelethIrenicus: This channel focuses its attention on supporting Ubuntu as it is currently offered. It is operated by volunteers. Feature requests and bugs should be reported through the appropriate channels in Launchpad. See !bugs for additional help. [14:27] JonelethIrenicus: Ubuntu and Canonical do not monitor this channel for feature requests or bug reports [14:28] Did sudo nano /etc/modules [14:28] It is empty [14:30] Coraxyn: Does the file exist? [14:30] Yes [14:30] Comment lines [14:31] Lshw shows proper device and driver [14:31] And when manual ip etc. Is entered it connects [14:32] Just cannot do internet [14:32] What is routes in gui config? [14:33] Have address ans dns entered but no routes [14:39] Coraxyn: what is the manual IP address you set? [14:49] I installed Kubuntu 19.04 recently, but i get blackscreen after selecting it in boot menu - ( nomodeset has no effect ), however ubuntu 19.04 boots up fine - any ideas ? [14:50] thyriaen: did you install kubuntu as a second OS option? [14:50] meaning are you attempting to dual boot them? [15:00] pragmaticenigma, yeas [15:01] pragmaticenigma, after installing ubunutu - i installed kubuntu with the boot loader on the disk of kubuntu - it reccognized that ubunut was installed so i can still boot it form another disk [15:02] hrm, what's the option when using apt-get to completely remove a package instead of jut the package proper? [15:03] apt-get --help gives a list - do you mean purge ? [15:03] thyriaen: did you mean 19.04 blackscreens and 18.04 works? [15:04] ducasse, no - both versions are 19.04 but one is kubunutu the other ubuntu default with gnome de [15:04] thyriaen: that was it, thanks [15:06] ducasse, thats why i was a bit spooked since they should both boot the same way righrt ? [15:07] Writing an .iso file to a DVD-R disk "fails" but writing succeeds to a DVD-RW disk using k3b on 18.04. [15:08] This is what i get to terminal when writing "fails": https://paste.ubuntu.com/p/hGScWm46H6/ [15:09] The "failure" occurs when writing is done and k3b is supposed to begin verifying the written disk. [15:09] Hmm, that failed job seems to be crashing cups, and I can't seem to purge it out [15:20] To me it seems like the actual writing of the disk is succesful but still an error message is shown for reasons unknown to me... [15:23] elias_a: are the DVD-R's coasters or can they be read [15:30] Is there a way to manually flush all the jobs out of cups? [15:31] TJ-: DVD-R can be read but for some reason md5sum of the disks are different between DVD-R and DVD-RW. [15:31] TJ-: md5sums created with md5sum /dev/sr0 [15:31] elias_a: could be a writer/media issue... is it possible to reduce the write speed ? [15:32] TJ-: Sure. I'll try that. [15:36] thyriaen: small side bar, you do know that you can change desktop environments from the login window? if that was your goal, you could just install the kubuntu-desktop package, and then you can select between Ubuntu and Kubuntu desktops at login. [15:36] pragmaticenigma, thats cute [15:36] pragmaticenigma, still worries me that it wont boot for some unknown reason [15:37] thyriaen: As far as the blank screen, I'm not entirely sure. Possible that you had some modification to grub to get Ubuntu to boot before, and those need to be applied to the Kubuntu configuration? [15:37] pragmaticenigma, i did not change anything at all in grub - although thats not entirely true [15:37] i once booted the "boot repair disk" for another issue i had [15:37] but even before then ubuntu booted fine [15:38] thyriaen: when you installed Kubuntu, was it from a live disk? [15:39] pragmaticenigma, i booted from a live usb - and choose the option "install" ( not "try first " ) [15:40] TJ-: Ok so I ran journalctl -b -1 and what do I look for? [15:41] onomatopie: go to the end and work backwards. press G to goto end [15:41] Yeah I am there [15:41] onomatopie: see if there are any obvious errors/warnings being reported as you work backwards [15:42] https://pastebin.com/ZhTWdBRP [15:42] Yeah there is one warning [15:43] I should wait for another crash and see if I get commonalities [15:44] onomatopie: nothing telling there [15:44] onomatopie: if it is thermal and the CPU/GPU causes a hang then there'll never be anything in the log since it won't be able to write [15:44] THat's like 2 whole minutes too [15:45] You know since your script.. It seems be cooler [15:45] But it still crashed unfortunately [15:46] I tried to see if I could swap GPU drivers but I see no way of doing so [15:51] onomatopie: ACPI is Advanced Configuration and Power Interface, "Power" being the important one since that implies Thermal control too [15:51] onomatopie: so it is possible you've improved things there... recall Thermal is a suspect but we have no proof... so keep an open mind on other causes like a bad device/driver interaction [15:52] hi. why can't I see all the information in my terminal? if i go on the physical server, and issue command 'iw list' - there is a lot of information displayed. but, when I issue the same command through terminal (on MacOs), it cuts the information. is this a client thingie, or a server-side thingie? [15:54] TJ-: Reducing write speed did not help. https://paste.ubuntu.com/p/k9JtnR4xNF/ [15:54] elias_a: at this stage I suspect incompatible DVD-R media; do you have some other alternative makes you can test with? [16:23] TJ-: Nope. These are the only ones I have left. Bought a fresh pack today. I had one left of another brand and tried it with same result. [16:24] TJ-: 2nd try using DVD-RW: all ok. :O [16:25] elias_a: seems like incompatible device<>media [16:26] TJ-: Or hardware failure of DVD writer/reader... [16:27] I'll take a break and contue testing a bit later. [16:27] elias_a: can't be failure if it is managing to write RW media [16:28] TJ-: Yes it can. The method of calibrating the laser is different in these two cases. [16:29] TJ-: I've actually seen it before... [16:29] TJ-: Worn capacitors cause interesting phenomena. :P [17:07] any app menu that works well with dash to panel? [17:11] JonelethIrenicus, https://www.omgubuntu.co.uk/2019/07/arc-menu-gnome-shell-extension-update [17:14] ioria: hmm looks cool but is failing to install for me [17:14] JonelethIrenicus, what ubuntu release ? [17:15] 19.04 upgrade from 18.04 [17:16] hello guys! [17:16] JonelethIrenicus, it works for 19.04 ; what kind of errors you got ? [17:16] * desolatedecstacy waves hello [17:17] ioria: just says error on the website [17:17] i can see more detail some where? [17:18] JonelethIrenicus, gnome-shell-extensions && chrome-gnome-shell are installed ? [17:18] ya [17:19] JonelethIrenicus, restart ff [17:19] say I have a samba share on my server, can a user then make a folder using a file browser and set permissions on it so that's not readable unless they're the owner/they have permission? [17:19] or should I really do that in a config file? [17:20] ioria: still not working [17:20] can try a reboot i guess [17:24] my system doesn't recognize a 256gb exfat SD card but it recognizes a 64gb one. Is this because the drive was formatted in windows as exfat or something to do with its large size? [17:25] fuze: could be the hardware (the chipset in the SD-card controller) - many have limitations on the size they can handle due to register widths [17:25] TJ-: but it works fine on windows 10 [17:25] fuze: on the same PC? [17:25] yes [17:25] fuze: hmmm, that's good then... first check the device size is recognised correctly with "lsblk" [17:26] Its not :( [17:26] fuze: ok, we have a clue. Let's now check the kernel log. "journalctl -k" - in a pastebin if you can "pastebinit <( journalctl -k )" [17:27] 64 gb also exfat? [17:27] yes [17:27] TJ- switched to Mint, loaded driver from thump, DHCP now works, but no connection to network [17:27] https://www.irccloud.com/pastebin/sudcHf2n/ [17:27] Cannot even ping local router [17:27] oke, so you have exfat-fuse exfat-utils installed, fuze? [17:27] yes [17:27] is that 256 gb encrypted? [17:28] (bitlocker) [17:28] no [17:28] Coraxyn: sounds like something to do with the BCM device doesn't it [17:28] Its micro sd to sd adapter, I can try another adapter [17:28] Yes, except am using now with OS X :) [17:29] fuze: that pastebin only shows the start of the log [17:30] fuze: micro-SD to SD would only be a physical size adapter, it is unlikely to be the cause of the device not being read correctly by Linux [17:31] http://paste.ubuntu.com/p/mNN6rJv5jr/ [17:32] Sep 15 13:30:38 kubuntu-laptop kernel: mmc0: error -22 whilst initialising SD card [17:32] fuze: precisely: "mmc0: cannot verify signal voltage switch" [17:32] TJ- giving up. This machine is probably old. Getting another soon so will try again. Thank you for your patient help [17:32] Any way to fix it? [17:33] Is it this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1735099 [17:33] Launchpad bug 1735099 in linux (Ubuntu) "Realtek Card Reader not working (kernel driver)" [High,Triaged] [17:33] fuze: not sure what is causing it but we now have firm clues [17:33] fuze: further back there's also an unrelated "13:24:38 kubuntu-laptop kernel: okular[1508]: segfault at 55030010002b ..." [17:34] fuze: let's find out which device it is [17:34] TJ-: I think okular failed because I deleted an open file [17:34] TJ-: Thanks :-) Will try nexdt time [17:36] TJ- : https://www.irccloud.com/pastebin/vzlv9rDK/ [17:36] fuze: looks like those errors don't always mean the card cannot be read, see " 11:56:00 kubuntu-laptop kernel: mmc0: new ultra high speed SDR104 SDXC card at address 0001 " which is the 65GB device [17:37] Im going to install this: https://github.com/Zibri/Realtek-rts5229-linux-driver [17:38] fuze: can you show us "pastebinit <( lspci -nnk) " [17:38] fuze: bios is from 2017 also, maybe check for new releases? [17:38] http://paste.ubuntu.com/p/xJqtgFXkVV/ [17:39] fuze: so the device is 10ec:5227 usinf driver rtsx_pci [17:39] yes [17:41] there actually is a Jul 19, 2019 bios update, ill boot into windows for it [17:41] fuze: I'll see if the patch mentioned in the bug report has made it into mainline [17:44] It says triaged [17:52] fuze: I've updated the bug report. Couldn't find what change was made to fix 'it' (read errors) which are completely different from what you're seeing [17:55] is there a bash shortcut to clear the line no matter what position on the line youre at? [17:56] kinghat: ##linux or #bash perhaps? [17:58] what's the "[ OK ] Started (...)" screen that shows on boot called? [18:00] wondering if I can see that after a successful boot [18:00] bios update didnt fix it [18:00] nshire: tell us whats your endgoal please? [18:00] I just want to see that screen [18:00] nshire: press F1 [18:00] for textboot [18:01] press or hold f1 after grub menu? [18:01] TJ-: I dont have the folder /usr/src/rts5229-1.07/ for the patch [18:01] nshire: when you see the ubuntu loading screen, press F1 yeah [18:01] mmk thanks [18:01] oh nevermind I have to make it [18:02] i know that ctrl+c cancels and newlines was just wondering if there was a clear without returning new line. [18:03] kinghat: you could do ctrl+u, that would "cut" it [18:03] (ctrl+y pastes fwiw) [18:05] ctrl+u just clears to line start. im saying clear the full line no matter where you are in the line. i guess there is probably only ctrl+c. [18:06] yeah [18:09] TJ-: the patch didn't fix it, is it possible to fix? [18:09] fuze: can you try a latest kernel from !mainline [18:09] so I install backports ppa? [18:09] no [18:10] !mainline | fuze [18:10] fuze: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [18:11] fuze: a 5.3 series for example [18:12] lotuspsychje: Is there a way to fix it without doing that? [18:12] I cannot for the life my figure out why my system things one of my zfs pools is in use, can I just wipe the drive or will that break things? [18:12] *me [18:13] kinghat: there is ctrl-a ctrl-k, although that is two presses [18:15] fuze: the bug you posted, last answer was 2017, does this bug still occur on current kernel? if yes wich version? [18:15] lotuspsychje: would it be possible to put in on a live usb so I don't have to mess with my system [18:15] 5.0.0-27-generic [18:15] fuze: sure, you can do some tests, 19.10 daily for example has kernel 5.2 [18:16] ok I downloaded kubuntu here http://cdimage.ubuntu.com/kubuntu/daily-live/current/ [18:17] fuze: ok, if you test things, please update your bug with what you did please, so developers can follow recent changes [18:18] where do I update it? [18:18] fuze: from looking at the (lack of) changes to the rtsx_pic module it doesn't look like Realtek pay it much attention for that device you have. One thing you could try though, is an ACPI OSI workaround, see my article https://iam.tj/prototype/enhancements/Windows-acpi_osi.html [18:19] fuze: updating, i mean adding a new comment to your bug, mentioning the test you did [18:19] lotuspsychje: I would have to make a bug report for it right? [18:19] fuze: wasnt you affected to the bug you posted? [18:20] TJ says its a different bug, and the linked patch didn't fix it for me https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1735099 [18:20] Launchpad bug 1735099 in linux (Ubuntu) "Realtek Card Reader not working (kernel driver)" [High,Triaged] [18:20] fuze: try TJ- new suggest acpi workaround then [18:27] Hey there -- I'm moving to Ubuntu from Arch (our ops folks are permissive, but apparently not that permissive) and I'm trying to get termite working. I've encountered a few issues (on a new install of 19.04) getting it working, but before that: what is the termit package? is that legit? [18:27] https://launchpad.net/ubuntu/disco/+source/termit [18:28] !info termit | zmjjmz [18:28] zmjjmz: termit (source: termit): Simple terminal emulator based on vte library, embedded lua. In component universe, is optional. Version 3.0-1 (bionic), package size 48 kB, installed size 173 kB [18:28] The error I'm hitting is with following the manual install steps here: https://computingforgeeks.com/install-termite-terminal-on-ubuntu-18-04-ubuntu-16-04-lts/ , when I go to make the vte-ng package I hit an error in vala [18:28] >app.vala:820.3-820.23: error: struct `Test.App.Options' cannot be empty [18:29] @lotuspsychje can you speak to if that's a good replacement/equivalent to termite? [18:40] zmjjmz: there aren't really any good replacements for termite, afaik, but it's hell to build on ubuntu. i've been hoping for a ppa [18:41] hi guys [18:41] i have problem i can see the USB flashdrive by issuing command dmesg [18:42] but when i do lsblk its not showing [18:42] @ducasse that's too bad, I'll see if I can make gnome-terminal or termit work for me... really I just wanna get rid of this dang title bar [18:46] TJ-: acpi workaround didnt fix it [18:51] what does it mean when i do mount /dev/sdb1/mnt i get mount: /dev/sdb1/mnt; cant find in /etc/fstab [18:53] aleksandrdvorkin: you probably mean 'mount /dev/sdb /mnt' [18:53] if you want to mount /dev/sdb1 at /mnt, you're missing a space, you want `mount /dev/sdb1 /mnt` [18:53] it says /dev/sdb1 does not exist [18:53] ?? >> "E: Release file for http://security.ubuntu.com/ubuntu/dists/disco-security/InRelease is not valid yet (invalid for another 50min 37s). Updates for this repository will not be applied." [18:54] Is that a bad error? [18:54] but dmesg shows that i have USB flashdrive [18:54] aleksandrdvorkin: sudo fdisk -l [18:55] TJ-: actually the patch on the bug page fixed it, I just had to run "sudo update-initramfs -u" afterward. Although I do have the acpi workaround installed as well now, but I dont think that is needed too [18:56] it doesnt list the sdb [18:56] but its there the dmesg says [18:56] if its not listed by fdisk, its not there. [18:56] try replugging it back in. [18:57] I would try another flash drive [18:57] i unplugged and plugged it back in now it shows disk /dev/sdb 14.8 GB [18:58] your desktop should automount it. [18:58] or give you an option to open it up [18:58] or something. [18:59] TJ-: I added my report to the bug comments [18:59] Thank you all for the help [19:02] I have to systems running bionic. One lost the ability to resolve hostnames. dig returns SERVFAIL. (Server 127.0.0.53) however nmcli device show on both system list our router as gateway. Only one machine is affected and we havent messed with any DNS settings routerwise or on the computers. [19:05] can somebody help me with this problem? [19:05] https://ubuntuforums.org/showthread.php?t=2426925 [19:10] kaefert, can you paste /etc/default/grub ? [19:11] sadly, no. I can't boot into the system [19:12] kaefert, why not ? [19:12] Or is that the same as I see when I press "e" in grub to edit the boot options? [19:12] because the graphics drivers for this thing are non existent, so only text output works [19:12] kaefert, yes, and tell us what are the parameters [19:12] and it seems the installed ubuntu server 19.04 tries to do something more fancy than that which results in "no signal" screen [19:13] okey, I'm gonna reboot and make a picture of it. [19:15] it starts of with setparams 'Ubuntu' [19:15] then theres an empty line [19:15] next is recordfail [19:15] kaefert, the 'linux' line, please [19:16] okey: linux /vmlinuz-5.0.0-13-generic root=UUID=11449776-... ro [19:17] does it give on the vga port no-signal too? [19:17] kaefert, just 'ro' after the uuid ? [19:17] yes [19:18] the next line says: initd /initrd.img-5.0.0-13-generic [19:18] kaefert, boot in recovery mode [19:18] tried that, same result only bigger font before the picture vanishes [19:19] kaefert, what's the video card ? [19:20] if I'd only knew. something bad.. [19:20] those are the specs: https://www.qnap.com/en/product/ts-469l/specs/hardware [19:21] I just found it has an VGA output too below the HDMI connector. Maybe it switches to only use the VGA somehow [19:22] I need to find a monitor with VGA connector... [19:25] kaefert, did you just install server plain, or with SSH service too? the debian guide talks of server + ssh, to get access https://wiki.qnap.com/wiki/Debian_Installation_On_QNAP [19:26] kaefert, you probably need to set the video output configuration manually on the kernel command line [19:27] i ticked the install ssh box during installation, but somehow it is not reachable in my network.. [19:27] kaefert, shooting in the dark: video=HDMI-A-1:1920x1080 [19:27] okey, I'm gonna try that. [19:32] from within an initramfs shell, how do I determin which of both disks I booted from? each has an ESP [19:33] can I just get the path to the initrd file somehow? [19:34] mount would show there root is? [19:34] c/there / where [19:34] ioria, no change, sadly. [19:35] TJ-: Guess what - Brasero works flawlessly using same DVD-R media. :O [19:35] brasero is my fav too.. [19:35] stil k3b should do the job the same way [19:36] OerHeks: Yes - apparently it does not. [19:36] OerHeks: I'd love to make a bug report but I don't know which package we are talking about here... [19:39] k3b? [19:39] elias_a: what's k3b not doing again? just wondering [19:39] not properly closing a disc.. that is what i think happened [19:40] hmmm [19:40] kaefert, shooting in the dark: video=HDMI-A-3:1280x720 [19:40] not even on slow mode x2/x4 [19:40] I've done quite a bit of burning with k3b, but mostly CDs, worked fine, haven't done any DVDs since haven't needed to [19:41] bprompt: It fails finalizing writing an .iso file to DVD-R disk whereas DVD-RW works ok. [19:43] This behaviour of k3b is really odd. [19:44] elias_a: well, I'm on kubuntu 16.04, don't use DVDs much if any for ripping, but when I used to do a lot of burning, in 12.04 or before, it worked perfect for doing mp3s or audio CDs, it may just be that specific version [19:45] bprompt: It has worked for me as well. Now looking at strace there's a lot of troublesome stuff there. [19:48] elias_a: interesting... the use different underlying tools/libs [19:51] elias_a: brasero uses wodim et al, k3b used dvd+rw-tools [19:53] TJ-: Yes - I noticed. [19:54] I do a lot of CD/DVD writing of masters not had any problems with k3b in years [20:06] Is there a way to sort a set of directories to groups that would be about the size of a DVD-R? === sonic2 is now known as sonic1 [20:36] <___yrag> How can I get rbenv@1.1.2 and ruby-build@2019-04-23 for ubuntu? [20:36] <___yrag> When I install rbenv I get 1.1.1 and ruby-build@2017-0726 === jelly-home is now known as jelly [20:47] [21:09] years ago, as I remember it, I could do something like: init 1 to switch to single user mode - how do I do that with 18.4 === BrianG61UK__ is now known as BrianG61UK === msalvatore_ is now known as msalvatore [22:04] is there a default firewall enabled on 18.04 server? [22:08] there is a default ufw installed, without rules and not enabled. https://help.ubuntu.com/community/UFW [22:08] or go wild with iptables directly? [22:42] I managed muck up my Ubuntu 16.04 to the point where I lost the ability to use my mouse and keyboard, and I'm trying to just upgrade to 18.04 to fix it. Is there any way I can make that upgrade without deleting all my documents, photos, music, etc.? (Yes I have a backup) [22:45] is there a shortcut to dismiss a notification message on ubuntu 18.04? [22:46] arooni: Looks like we're alone here. [22:46] super + M ? https://askubuntu.com/questions/847915/quick-shortcut-to-dismiss-notifications-in-gnome-3 [22:47] Vysty, good you have a backup :-D [22:47] oooh neato [22:47] no , i am not sure your upgrade would give a working system. [22:47] OerHeks: No kidding. I just get nervous whenever I have to use it and I'm bumming around here before I click the "install" button to check one last time. [22:47] interesting you managed to do something without keyboard and mouse [22:48] OerHeks: I made a bootable USB drive. [22:48] The mouse works now. [22:48] I made the mistake of trying to follow some directions for upgrading I found online that involved a bunch of terminal commands I wasn't familiar with. [22:48] oke, that would be 1st advise, make a fresh 18.04 usb, and have fun with upgrading [22:48] Yeap, that's what I just did. Alrighty then, forward I goooooo.... [22:48] some sources/ppa's will not survive upgrading, those are propperly disabled. [22:49] and rleasenotes [22:49] !releasenotes [22:49] For release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases [23:15] how can i see what application is using a port? [23:18] i've just tried disco dingo, i've used gnome-tweak-tools to change the gtk theme to adwaita and adwaita-dark, i've expected the changes to be reflected in ~/.config/gtk-3/settings.ini but the file doesn't change. what's happening instead? [23:19] lsof -i : [23:20] sillyslux, after changing theme, maybe you need to logout/login to take effect? [23:20] what was the kernel param again to boot into multi-user.target? [23:21] do you think so? [23:21] found in https://www.freedesktop.org/software/systemd/man/systemd.html , systemd.unit= [23:22] sillyslux, i see no settings.ini there, but then again i do not touch themes [23:23] also i have ~/.config/gtk-4/settings.ini but contents are the same [23:24] oh it's .config/gtk-3.0/settings.ini [23:24] yes, that would be logical, for all 2 3 and 4 [23:26] Hello How I can rotate ubuntu screen? [23:27] amrasouli79: try arandr [23:28] xrandr? [23:28] also display settings offer orientation changes [23:29] with gui [23:29] xrandr -o left / xrandr -o normal [23:29] flog: I was tryed xrandr and arandr but if the main problem is if I restart the system every thing was gone? [23:29] grinn === icarusfactor is now known as factor [23:30] OerHeks: How I can save this permanently [23:30] put it in your .bashrc i think? [23:30] .profile? [23:31] err profile would be correct, indeed [23:31] OerHeks: I should try this [23:32] sillyslux:Yes I did it but nothing has happened [23:32] you did what? === jelly-home is now known as jelly [23:33] jelly-work [23:33] i for got the command line to upload and view system info ? [23:33] i for got the command-line to upload and view system info Anyone know it? [23:34] IkoIko: uname -a? [23:34] sillyslux: I was created a .profile file inside my home directory and was saved my xrandr command inside that\ [23:34] flog i dunno [23:34] Or what do you mean with upload? [23:34] didn't you already have .profile file? [23:34] hostnamectrl gives some private numbers, lshw | nc termbin.com 9999 [23:34] the command uploads the system info to a webpage [23:34] also, the file is only used when you login, so you'd have to logout first [23:35] IkoIko:to be hosted on a webserver on the system? [23:35] yes i know someone here nows it [23:36] phpsysinfo does that. [23:36] sudo lshw -html, nice layout [23:37] * IkoIko is away -( brb )- at 06:37pm -( P:On / L:On )- [23:37] sillyslux: let me install ubuntu inside my system and then will ask you again.unfortunately I was delete whole of my hard drive and I should install ubuntu again [23:38] lolwat? [23:38] what? [23:40] thats the command to upload system info ? [23:41] sillyslux: Can I ask my question later from you? [23:41] yes if i'm still there [23:43] sillyslux: Thank you [23:43] oh weird, inotify shows access only to .config/dconf/ .config/gtk-3.0/settings.ini and .config/gtk-4.0/settings.ini but changes are not written [23:44] i guess it somehow uses gnome-session [23:44] the app store keeps saying "Something went wrong" [23:44] aw man...