[00:00] doug16k: ^ so take interpreted values with a grain of salt. [00:01] cpare: anything in dmesg about it? [00:01] !paste | cpare [00:01] cpare: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [00:01] akemhp_, on second thought, could you show me that script? [00:01] the solution above doesn't actually work === gry_ is now known as gry [00:03] cyberspectre, https://pastebin.com/b3FFnv4P [00:04] It's ruby, you can change all Dir["./*"] to Dir["./*.log"] for .log files for example, it should work fine, you need to place the script in the directory with the files and run it from there. [00:05] akemhp_, trying this now [00:05] cyberspectre, you can set the name of the first log as "filename", or it will start only at first new file found. [00:05] @tomreyn - just walked it again, no new messages there [00:08] @tomreyn - I am not sure how long it should take with 4TB, but I expect immediate [00:08] cpare: try creating the partition table using parted, without actually entering it, i.e. do sudo aprted /dev/DISK mkpart gpt [00:08] before I wrote the config it said - /dev/sda1 2048 7814037134 7814035087 3.7T Linux RAID [00:08] cpare: creating a partition table should be immediate and does not dpend on the storage capacity, yes. [00:09] cpare: i don't know which disks you have installed, and which is which [00:09] cpare, not in a qemu vm right? [00:10] i don't think you have WD Red drives in a qemu VM normally [00:10] depending on how you specified the drive, qemu prevents modifying the beginning of the disk. the old option did this, newer option with -drive and -device won't [00:10] could be pass thru [00:10] i.e. specifying whole device [00:11] hmm yes could be usb pass through [00:11] @doug16k - nope, this is not a VM [00:11] thought not [00:12] would be obscure reason for problem writing partition table though, so I gave it a shot [00:13] @ tomreyn - working on the formatting for that command, please hang in there [00:14] it should re3ally be quick [00:19] doug16k: be aware that this disk doesn't have a sata connector, so if you ever have difficulties to access it, just removing the enclosure wont work. [00:21] ya I suspected that. there are also tons of horror stories online. that's partly why I am doing extensive testing on it [00:21] if you're into soldering https://forum.hddguru.com/viewtopic.php?f=1&t=38257 [00:21] @tomreyn - https://paste.ubuntu.com/p/RfppYCxgYQ/ [00:23] cpare: so you're saying you have exactly one disk installed, and tried to create a partition table on that, and that failed? then what did you boot from? [00:25] @tomreyn - I have a 120GB SSD for the OS - this was going to be a mirrored set for data [00:25] cpare: and you'e right about mklabel, not mkpart, sorry [00:25] cpare: so i assume you edited the output of what you posted, since parted -l would show all disks [00:26] @tomreyn - Yup, I can add it all if that helps [00:26] which ubuntu version, kernel version is this? [00:26] no need [00:26] @tomreyn - This is on 19.04 [00:27] @tomreyn - clean install today to get ready for a migration from an old 2GB Raid1 to this [00:28] just to make sure: you're aware that 19.04 is not LTS, right? [00:28] @tomreyn - those disks are on a eSATA device thats not connected yet [00:29] LTS=long term support, 19.04 has 9 months support (short support cycle) [00:29] 18.04 is the latest LTS [00:30] @tomreyn - Yeah, I am ok with that, this data also lives in the cloud [00:30] How do I restart the Ubuntu GUI? [00:31] Right now the screen is locked, I click my name, and then the password box pops up for 1/4 second and says authentication error, does not give me a chance to even type the password [00:31] chris349: if you're running Xorg (default): Alt-F2 + "r" + Enter [00:31] @tomreyn - I always start on LTS and then get new Ubuntu envy a year or so later... [00:32] chris349: oh this wont work on a locked screen [00:32] tomreyn, Is there a command to do this from ssh? [00:32] Does the old init 3 + init 5 still work? [00:32] chris349: gnome-shell --replace [00:32] Window manager warning: Unsupported session type [00:33] init 3 and init 5 might still work, not sure. [00:34] chris349: knowing more about the system might help: nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL) [00:35] Default Ubuntu install... [00:35] cpare: i see. have you tried smartctl against the disk? [00:35] chris349: default ubuntu 1version .2? [00:36] Also I get this message after I login: System program problem detected Do you want to report this problem now? [00:36] No I do not want to report this, but how can I view the details about this problem? [00:36] chris349: so which ubuntu release is it? [00:36] @tomreyn - All my disks in the event that helps https://paste.ubuntu.com/p/dYZFKFY2YF/ I have not tried smartctl, let me look that up [00:36] !smart | cpare [00:36] cpare: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [00:37] Ubuntu 18.04.3 LTS [00:38] cpare: i'd be more interested in the output of sudo smartctl -x /dev/sda and sudo hdparm -I /dev/sda and sudo hdparm -i /dev/hda and generally journalctl -b [00:38] @tomreyn - not part of the default repo? [00:38] cpare: the package name is smartmontools [00:38] thx [00:39] chris349: see if you have a crash log in /var/crash [00:40] chris349: also review your systemd journal for the currently running kernel session - it may have hints on what's failing, too: journalctl -b [00:42] cpare: hdparm *should* report similar output for -i and -I, if -i reports an error this would be good to know. the same goes for smartctl. [00:43] (i.e. point out errors for smartctl too) [00:49] Im getting this message: gdm-password][13222]: AccountsService: Failed to monitor logind session changes: No space left on device [00:50] But I dont actually see any real disk thats full [00:50] @tomreyn - https://paste.ubuntu.com/p/B3fmBD8Rrh/ [00:50] I see some such as /dev/loop0 (/snap/core/7270) that are 100% full but that seems normal [00:50] @tomreyn - thats the journal up to where my session started [00:50] and the other stuff [00:52] chris349: so "df -h" and "df -hi" don't have "IUse%" anywhere except for /dev/loop... ? [00:52] tomreyn, all the /dev/sda... have free space [00:53] why is the ubuntu server default runlevel 5 and not 3 [00:55] cpare: wow, i've never seen disks with smart disabled. can you sudo smartctl -s on /dev/sda && sudo smartctl -x /dev/sda [00:55] 'on' is a value to pass to smartctl, an argument to -s [00:57] hays: there are no init-v runlevels anymore, just an emulation of them. [00:57] @tomreyn - sure, but for what it's worth these came up just fine when I first installed them, I was able to mount the default volume without issue and drop files there [00:57] This all started when I removed the partition to build the RAID set [00:58] cpare: and you did so how? [00:58] tomreyn: ok, graphical.target [00:58] hays: servers run no GUI anyways, so that's not an issue. [00:59] @tomreyn - I used the "Disks" GUI [00:59] if one installs X its very likely you'd want to start it manually--not have it come up every reboot [01:00] But since then I have been in a number of tools to see if anythign works [01:00] did you power cycle the system since? [01:00] cpare: ^ [01:00] @tomreyn - unfortunately, yes [01:00] cpare: i would have asked you to do it now if you hadn't ;) [01:00] cpare: so really power cycled, not just rebooted (warm reboot)? [01:01] good point, It may have been a soft reboot - let me do a full cycle now [01:01] back in 5 [01:03] chris349: sorry, i missed your reply. hmm, that's peculiar. did you do a web search on "Failed to monitor logind session changes: No space left on device" yet? [01:04] chris349: and did you actually run "df -hi" AND "df -h"? since they output different information? [01:06] hays: i can think of good reasons to expect the opposite of what you expect. this said, changing the default target isn't exactly difficult. [01:07] @tomreyn - back again [01:08] tomreyn: hmm. what are they? most sysadmins i know wouldn't want KDE burning off cycles calculating a screen sasvef [01:08] @tomreyn - when trying to create a partition using the disks UI, I get the message "Don't know how to create partitions this partition table of type `atari` " [01:08] cpare: don't use the gui if you want to make things work [01:09] @hays - most of us sysadmins use the SETI app or mine bitcoins with the extra CPU [01:09] @tomreyn - gotcha, let me try fdisk again [01:09] cpare: i alsmot feel like asking you to cycle again but on the other hand we should still be able to make it work now. [01:11] cpare: i don't know exactly which commands the "disks" GUI runs and which side effects it may have, that's why i'd prevent using it when diagnosing such issues. [01:12] @tomreyn - gotcha [01:13] cpare: whether or not you'll succeed with fdisk now, it'd be nice to know whether smartctl -x now considersSMART to be enabled (or whether you can enable it with smartctl -s on) and whether hdparm -I now notices a "current" "Configuration". [01:14] @tomreyn - same problem - gathering a pastebin [01:15] @tomreyn - yeah, it's reporting now [01:19] @tomreyn - https://paste.ubuntu.com/p/mBgb5PDYdj/ [01:19] cpare: i just noticed i missed this earlier while looking at your syslog: limited to UDMA/33 due to 40-wire cable [01:20] you have those for sda and sdb [01:21] @tomreyn - I am not sure what that means... [01:23] https://github.com/torvalds/linux/blob/master/drivers/ata/libata-core.c#L4772 [01:24] cpare: sata cables can carry 80 wires, but those you have attached to sda and sdb seem to only carry 40, which limits the available throughput, and *may* be a cause for the issues we see here, too. [01:27] @tomreyn - so move them to another SATA port on the mobo? They are standard SATA cables as far as I can tell [01:29] cpare: if you have other sata cables, please try using those other sata cables on sda and sdb. if not, please cross test the sata cable at sda (or sdb) with sdc or sdd === zbenjamin is now known as Guest58749 === zbenjamin_ is now known as zbenjamin [01:29] @tomreyn - shutting down to swap cables and give it a try again... [01:35] hays: you might want to run automated GUI tests, you might want to have a temrinal server running etc. [01:37] hays: and then X would only start up if both X was installed and there was any application installed calling it. and on a default server installation you wouldn't have such anyways. [01:38] i would think that kde (and its screensaver) wouldn't start unless you had a login manager and that started it, or if you somehow ran startx manually. [01:44] @tomreyn - Resolved! Not a bad cable, but moving to another SATA port got them both working [01:45] cpare: great. andd sorry, i was confed there, too. 40 and 80 wire cables are PATA, those old wide grey things [01:45] but apparently the controller is doing nonsense there [01:46] might need a bios upgrade? [01:47] @tomreyn - checked earlier while doing the rebuild, they let it drop off the supported list with only one new BIOS [01:47] @tomreyn - but that's fine - now I can make this raid and move on [01:47] left side: 7 connectors sata cable, right side: 40-pin PATA (IDE) cable https://s3.amazonaws.com/hs-wordpress/wp-content/uploads/2017/12/13125605/27_02_new1.jpg [01:47] @tomreyn - appreciate the help [01:48] yw [01:48] @tomreyn - in 375 mins I will have a clean array :) [01:51] @tomreyn - last question - turn off the SMART to get closer to OEM? [01:52] @tomreyn - I am thinking they must turn it off for a reason :) [01:53] chris349: this is what i find about "AccountsService: Failed to monitor logind session changes: No space left on device": https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1726996 [01:53] Launchpad bug 1726996 in gdm3 (Ubuntu) "gdm3 will not unlock session (or switch to a PTY) when out of inotify watches ["No space left on device"]" [Medium,Won't fix] [01:54] chris349: do you also happen to run crashplan or a nother software which uses inotify watches? [01:55] cpare: i really don't know, it's the first time i've seen it disabled. but i never bought WD drives with "NAS-ready" firmware either. [01:55] also it's possible that smartctl just assumed it was disabled due to the bus issues, not sure. [02:05] hi guys [02:05] hi [02:09] yo [02:09] i have question i reinstalled Ubuntu and my laptop was connected to the network with cable but i want to use it through wireless connection how do i enable Wireless adapter [02:11] and no wireless adapter are currently listed [02:11] but i used it via Wireless adapter before the installation [02:52] hi [02:53] can anyone tell me how to enable the Wireless Lan adapter in Ubuntu i installed while computer was connected to the network with a wire [02:54] so now wireless adapter is currently detected [04:48] Gotcha - I'm a first time user of this chat but a long time user of Ubuntu [04:48] thank you for the tip [04:50] x1carbon: You are welcome. Any problems with Ubuntu? [04:51] I have one minor issue - but its not the reason why seek to join this channel [04:52] x1carbon: what [04:52] The issue is on the 6th gen carbon. Reboot doesnt reboot it just powers down. Not a big deal [04:52] I just figured its a funny bug [04:53] x1carbon: sounds like a power manager issue [04:53] ok [04:54] I'm googling power manager for ubuntu [04:56] I'm quite tired, so ill do some research tomorrow. [04:58] Thank you so much to the Ubuntu team! I'm a big Gnome user/enthusiast and everytime I decide to distro hop I always come back to Gnome especially for web development. Thanks a lot peeps!!! [04:58] Good night [05:50] hi guys anyone know any nice solution for sending a command to my X ubuntu servers ? likee ./script "seervers" uptime [06:06] <_KaszpiR_> python fabric, ansible [06:10] How do I move the controls - max/min/close from right to left? [06:11] <_KaszpiR_> switch to xbuntu or just install xfce4 ;D [06:11] They are on the right there as well [06:12] viju, Maybe with gnome-tweaks [06:14] <_KaszpiR_> Window Manager [06:14] <_KaszpiR_> in Style tab, there is button layout editor [06:14] <_KaszpiR_> at least under xfce [06:16] <_KaszpiR_> http://ubuntuguide.net/move-minimizemaximizeclose-buttons-to-right-in-ubuntu-10-10maverick [06:18] So these are specific to desktop environments? I changed click behaviour in ubuntu DE and it worked in xfce and mate as well. [07:51] viju: in unity? [07:51] nevermind [07:56] Whatever is used in matey, but I need it work across every desktop environment. [07:57] dconf-editor shows a setting for button layout, it didn't change anything. Not sure if I have to restart [07:57] viju: https://ubuntuforums.org/showthread.php?t=1985545 [07:57] ubuntu mate* [08:00] I tried something else because mateconftool wasn't available - mate-control. And it worked [08:01] mate tweak. I guess I'll have to use gnome tweak as someone suggested above for it to work in the other desktop environment [08:06] Thanks!! [08:07] viju: no problem [09:55] Hi, anyone knows if Ubuntu 19.04 now supports "zstd" compression for root dataset (@) under BTRFS ? [09:59] I were using lzo for / and /home on 18.10 so I wonder if I can enable zstd [10:12] I think zstd BTRFS support in GRUB was added before GRUB version 2.02+dfsg1-12ubuntu2 in Ubuntu 19.04.. https://git.savannah.gnu.org/cgit/grub.git/commit/?id=386128648606a3aa6ae7108d1c9af52258202279 === im0nde_ is now known as im0nde1 [10:48] I got response from btrfs people that "GRUB 2.04 is needed for zstd" and Ubuntu 19.04 has 2.02 GRUB, I don't see anything related in Debian patches, so.. I guess no support in Ubuntu 19.04 for zstd compressed BTRFS root. [10:59] if you feel comfortable doing it you could download nikolam https://git.savannah.gnu.org/cgit/grub.git/tag/?h=grub-2.04 [11:03] hello. How do i get nvidia-418.56 installed on (k)ubuntu 18 LTS? It's not listed in the driver menu [11:04] I've added ppa:graphics-drivers/ppa, but apt search says: [11:04] xserver-xorg-video-nvidia-418/bionic 430.50-0ubuntu0.18.04.1 amd64: Transitional package for xserver-xorg-video-nvidia-430 [11:05] Bundestrojaner, I see grub 2.04 is in both Debian testing and Ubuntu+1 so I guess it will land. I don't think me maintaining my own GRUB is in line with Ubuntu support policies. [11:05] sorry Bundestrojaner [11:05] it was for SimonNL [11:05] nikolam: ^^ [11:06] ok [11:07] Bundestrojaner, I always use 'synaptic' to search throug packages. Try installing it first. As I understand only official in-distribution nvidi adrivers are supported, other then that, one can also get nvidia driver from Nvidia web site. [11:08] I used to check on Nvidia site what driver were supported for my card and then choose official Nvidia driver distribution from ubuntu, with the same version number [11:08] nikolam: i've always installed nvidia drivers from their web site when i used Gentoo, but i always read this is strongly not recommended in (K)ubuntu [11:09] Bundestrojaner: doesn't driver manager offer that package [11:09] good morning every one [11:09] about my case x11vnc i have fix it [11:10] good news [11:10] it was wrong ip, firewall rule (linux) [11:10] I need exactly 418.56 for DCS World in Proton, no idea why but it crashes all the time with other versions [11:10] SimonNL: 16LTS offered 418.56 in driver manager, 18LTS does not :( [11:11] sp. thanks for ,, [11:12] https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa <= it's there so it should be available in synaptic [11:12] Bundestrojaner, I am on AMD graphics now, they are supposed to have performant open source drivers included, but I didn't manage to make Steam work fine yet [11:12] Bundestrojaner: ^ [11:13] Bundestrojaner, where do you chack for manuals about Steam/gaming on Ubuntu? [11:13] nikolam: what is your problem with steam? the linux-client of steam itself or running windows games with proton? [11:14] I think running games with proton.. [11:15] i just wonder if there is a way to control linux by voice such as windows speech or google assistance in mobiles etc.. [11:16] vasely, Linux is a kernel part. Distributions are supposed to answer that, sure. [11:17] what's the best password manager for ubuntu? [11:18] kappa1, I use password-protected Firefox to remember passwords. It's multiplatform and works. (Even real protection is if you encrypt your home DIR by default). [11:19] SimonNL: what's the correct packet name for the driver itself? your link says nvidia-graphics-drivers-418 but i can't find it in apt search. [11:19] Bundestrojaner, I wonder if this is useful for protom/Steam on Ubuntu: https://www.protondb.com/ [11:19] nikolam: https://www.protondb.com/ is like winehq for proton [11:20] I also woudl like to see Steam installed somewhere else but in /home user folder [11:20] why? you can install the games somewhere else, just tell steam do so in the install menu [11:21] at least bunch of it's files (even I moved storage to some mounted dataset on other drive) [11:21] I were doing backup of user folder yesterday and I was not happy of space it uses unde home dir, when it has separate volume mounted just for Steam already [11:23] Bundestrojaner: search for any nvidia then see if it show up [11:23] Bundestrojaner, I think also Ubuntu kept 32-bit packages, just to comply with Steam requirements.. when Steam said it would quit supporting Ubuntu [11:25] nikolam: I'm playing around with wine since ~2005, when it was rare to get anything working at all. The progress wine made in the last ~4 years is really awesome. Most things just work out of the box these days and same goes for steam. [11:25] You also should install protontricks which is winetricks for steam proton - you can install needed libs with it [11:26] Bundestrojaner, ^^ D [11:27] protontricks github says it's not maintained anymore [11:28] SimonNL: that's what i said at the beginning: [11:28] nvidia-driver-418/bionic 430.50-0ubuntu0.18.04.1 amd64 Transitional package for nvidia-driver-430 [11:28] The name says 418, the description says 430 and if you install it, you get 430 [11:28] nikolam: there's also a link to a maintained fork if i remember correctly ;) [11:28] nikolam: https://github.com/Matoking/protontricks [11:29] thanks Bundestrojaner [11:30] nikolam: i only needed protontricks for DCS world, even things like TES: Skyrim work out of the box in steam these days... [11:31] Bundestrojaner, I would report a bug to proton [11:34] nikolam: what exactly is the problem? slow? crashes? [11:35] Bundestrojaner, I got fresh ssd install of everything so would try again. I was under impression it was something about graphics drivers, e.g. older game not recognizing graphics nicely in proton === xeon is now known as bqq [11:43] just out of curiosity, how do i install root certificate for letsencrypt? [11:43] i cant curl https sites that are signed by letsencrypt [11:43] am getting some 509 errors [11:44] jeffrey04@NOBITA-UBUNTU:~$ curl https://coolsilon.comcurl: (60) SSL certificate problem: unable to get local issuer certificateMore details here: https://curl.haxx.se/docs/sslcerts.htmlcurl failed to verify the legitimacy of the server and therefore could notestablish a secure connection to it. To learn more about this situation andhow to fix it, [11:44] please visit the web page mentioned above. [11:44] and i am getting a lot of errors with snapd while trying to install packages [11:50] Howdy folks === dijitol1 is now known as dijitol [12:16] jeffrey04: https://letsencrypt.org/certificates/ [12:29] jeffrey04: looks like you worked it out? [12:55] hello everybody is there another tool instead of iperf to check and analyze the connection/speed error etc of a file transfer from my pc and my server ? [12:55] the server has very high bandwidth [12:55] the mine is unstable, ask tomreyn for details ahah ;) [12:57] Hi, can I ask for iptables help here? === kostkon_ is now known as kostkon [13:00] Hi, im using disklocker to mount a windows bitlocker drive. Does this actually decrypt the drive? Do I have to encrypt the drive again when I get back into windows (dual boot) windows 10 and Ubuntu 18.04? [13:02] I have a server (ie: 35.23.1.2) and another server connected to it using microsocks (https://github.com/rofl0r/microsocks) with a estabilished remote port forwarding to 35.23.1.2:12000 [13:02] If I set firefox browser on the server with proxy config to 127.0.0.1:12000 I can use the connection provided by one device running microsocks. [13:02] Now what I need is a iptables rule where I can set firefox on my computer to 35.23.1.2:12000 and use the connection from the device, but I wasnt able to create a correct rule for this scenario, can anyone help? FYI, ip forwarding is set to 1 on server and firewall rule open to connect to 12000 [13:06] hola [13:06] Hey, for some reason i have no sound on speakers until i plug my headset; then unplug it...i tried to check nothing was muted and volume level but it didn't worked, any idea? [13:06] how to install qt5? not zillions of qts [13:07] with headers for sure [13:07] (checked with alsamixer) [13:18] Hi, im using disklocker to mount a windows bitlocker drive. Does this actually decrypt the drive? Do I have to encrypt the drive again when I get back into windows (dual boot) windows 10 and Ubuntu 18.04? [13:31] vadique: which ubuntu version are you running, what's your goal in installing qt5? [13:31] tomreyn, to build some stuff, 19.04 [13:32] "to build some stuff", you may need C headers? [13:35] with headers for sure [13:36] vadique, https://vitux.com/compiling-your-first-qt-program-in-ubuntu/ This should help you. [13:37] yes, this looks good. you'll want qt5-default [13:38] i dont think you strictly need qtcreator [13:38] (nor strictly the docs and examples packages) [13:39] I think qtcreator has qtdesigner inside or is it another package? Anyway it is a very usefull tool to create UIs visually. [13:40] it's certainly useful if you want to design a GUI or want an IDE. [13:40] Yep. [13:42] akemhp, came in late to the conversation, Yes you really only need qtcreator [13:47] morning. im working in upgrade a system (zimbra) from ubuntu 10 ---> to ubuntu 16. and need to install some packages but i got https://pastebin.com/MtExE8Au. any help to fix this? [13:48] badpixel: ubuntu 10.04 lucid lynx? are you aware how old this is? you really should just reinstall [13:48] i cant reinstall. this mi client server mail. need to move to new one. [13:49] but need some packages to move, and cant install packages. and i know how old this, 10 years.... [13:50] i need to be able to install packages then move to 14, then upgrade and new move to 16 [13:51] do other packages download fine? [13:51] using apt, that is [13:52] I have a server (ie: 35.23.1.2) and another server connected to it using microsocks (https://github.com/rofl0r/microsocks) with a estabilished remote port forwarding to 35.23.1.2:12000 [13:52] If I set firefox browser on the server with proxy config to 127.0.0.1:12000 I can use the connection provided by one device running microsocks. [13:52] Now what I need is a iptables rule where I can set firefox on my computer to 35.23.1.2:12000 and use the connection from the device, but I wasnt able to create a correct rule for this scenario, can anyone help? FYI, ip forwarding is set to 1 on server and firewall rule open to connect to 12000 [13:53] DeafGoose: it's not clear what you mean by "set firefox on my computer to 35.23.1.2:12000" [13:53] you can configure firefox to use a socks proxy in preferences [13:53] tom, I want to forward all incoming requests to 35.23.1.2:12000 -> device connected via microsocks [13:54] all requests incoming from where to where? [13:54] so I set proxy config on my browser, it will go to my server, but forward to the device connected via microsocks [13:54] and where do you want to filter? [13:54] incoming to server [13:54] myself (firefox) -> 35.23.1.2:12000 -> (iptables) -> device connected to server via microsocks [13:55] tomreyn: is fine. but ims till stuck here https://pastebin.com/yiuLBZWR [13:55] fyi this device is connected to server on 12000 [13:55] on server 35.23.1.2, I can do a curl --socks5 127.0.0.1:12000 http://luminati.io/myip.json [13:55] and it will give me the device ip [13:56] DeafGoose: maybe draw some ascii art, i'm not getting the architecture, yet, and thius may be the same for others. and make sure this is actually an ubuntu support question. [13:56] DeafGoose: networking can also be discussed in ##networking [13:56] yea, I asked if anyone had iptables knowledge, I have looked everywhere but cant find [13:58] badpixel: please use paste.ubuntu.com or termbin.com or paste.linux.community or paste.debian.net in the future, thanks. [14:00] badpixel: and apt-get -f install returns what? [14:01] badpixel: maybe let's start with this: sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 and this: nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL) [14:10] I got that qt5, thanks [14:13] hello , i have strange issue as x11vnc now working well but there is strange ip trying all time to access [14:13] the ip is 185.153.198.197 [14:14] and i can only stop him if i make waiting for accept option ( this is not useful for me ) [14:15] basically what i brought up yesterday: you don't expose vnc to the internet [14:15] as i need to access my pc while i'm not in same location so will not be able to press accept connection so what i should do ? [14:15] again, tunnel through ssh or, better, vpn [14:18] at the very least, use a non standard port, but even then you're still doing it unencrypted and will still get the occasional prompts. [14:19] also don't allow FROM ANY but just the potential source ip addresses. [14:21] tomreyn: super thanks [14:22] tomreyn: here we go https://paste.ubuntu.com/p/Sv4Wx6BRsy/ [14:23] hello. I must have damaged something X-related while trying several nvidia-drivers including manual installation of one downloaded from nvidia page. [14:23] I've now removed anything nvidia-related (apt purge nvidia* nvidia-settings) and use the nuveau-driver [14:23] I land at Terminal1 when i boot the system, startx starts kde. [14:23] badpixel: what about the other outputs? [14:24] pasting, 1 min [14:24] If i use the driver manager to install an nvidia-driver, i also land in terminal1 and startx also fails. [14:24] I don't see anything usefull in xorg0.log and syslog, so i have no idea where to begin. [14:28] Bundestrojaner: begin with the output of lsb_release -ds [14:28] tomreyn: Ubuntu 18.04.3 LTS [14:28] (it's Kubuntu btw) [14:29] Bundestrojaner: where is this xorg0.log you were looking at? [14:29] tomreyn: /var/log [14:29] tomreyn: https://paste.ubuntu.com/p/kh5Rs8Y5YB/ [14:30] Bundestrojaner: that's probably not the one X is logging to now [14:30] Bundestrojaner: the real one should be in your home directory. as well as in your systemd journal [14:30] Bundestrojaner: journalctl -eb [14:31] badpixel: hmm, nothing returned? i guess your system is too old for those commands to work then. can you manually post the output of these? [14:32] Bundestrojaner: were you manually typing these commands, can you not just copy and paste? [14:33] (i'm asking because there's a typo in what you posted) [14:34] tomreyn: i'm usually copying, i've typed /var/log [14:34] Bundestrojaner: please do *not* run and report the output manually if you have no way to copy and paste. that's too much effort to be worth it. [14:35] https://paste.ubuntu.com/p/kh5Rs8Y5YB/ says "apt-cachepolicy" which is missing a space character. which makes me think you were not able to copy and paste this. [14:35] tomreyn: copy/past currently works since startx got kde running with nuveau. [14:35] Needing to Reboot might change that [14:36] badpixel: sorry, i mixed you up with badpixel there [14:37] tomreyn: i don't understand the output of journalctl -eb. The only paths there are: [14:37] Sep 21 16:29:51 Pinguin org.kde.ActivityManager[1810]: Creating the cache for:  "/var/log/Xorg.0.log" [14:37] Sep 21 16:29:51 Pinguin org.kde.ActivityManager[1810]: ResourceScoreUpdated: "6bacee3c-411d-44c3-9d20-a5605a2cdf36" "org.kde.kate" "/var/log/Xorg.0.log" [14:37] Bundestrojaner: please ignore what i said about copy/paste and manually typing commands. [14:38] badpixel: were you manually typing these commands, can you not just copy and paste? please do *not* run and report the output manually if you have no way to copy and paste. that's too much effort to be worth it. https://paste.ubuntu.com/p/kh5Rs8Y5YB/ says "apt-cachepolicy" which is missing a space character. which makes me think you were not able to copy and paste this? [14:38] Bundestrojaner: and "16:29:51" was "just now"? [14:39] Bundestrojaner: note i don't know your time zone, though i guess your nickname suggestes UTC+02 [14:40] tomreyn: this was 10 min ago [14:40] Bundestrojaner: okay, so you last started X 10 minutes ago? [14:41] i suggest you install "kubuntu-desktop" (or at least check which relevant packages you are missing there and manually install those) [14:41] tomreyn: not possible, i've entered here at 16:14 [14:41] So, when VLC pops up a configuration window [14:41] when I drag the configuration window, it's causing the main window in the background to be dragged around with it? [14:41] wtf [14:42] Bundestrojaner: also make sure there is no leftover xorg.conf anywhere below (so also in subdirectories of) /etc/X11/ [14:42] tomreyn: "apt install --reinstall kubuntu-desktop" ? [14:42] Bundestrojaner: you can do so, yes. [14:43] Bundestrojaner: sudo find /etc -iname 'xorg.conf' 2>/dev/null [14:43] tomreyn: there's only xorg.conf.nvidia-xconfig-original, shall i delete it? [14:44] Bundestrojaner: no need, no. [14:45] Bundestrojaner: after reinstalling kubuntu-desktop, reboot and come back here if the issue persists, sharing journalctl -b [14:46] tomreyn: thx for your help, i'll try it [14:54] badpixel: did you give up, yet? [15:02] tomreyn: again in tty1 after reboot. first time startx printed "timeout in locking authority file /home/tux/.Xauthority", than the screen went black for minutes. [15:02] After a long time, "no protocol specified" was written all over the screen, followed by "xinit:giving up", xinit: unable to connect to X server: ressource temporarely unavailable" [15:02] second startx worked [15:15] tomreyn: no sir. sorry. im still working on it. but i "fix" this installing packages manually. i have time to finish, before company open again.... about manually copy, yes, since ptpb has ended i dont know how to output my shell to paste bin os similar service. sorry my english sir... not that good lmao [15:17] tomreyn: in journalctl -b, nothing happened around the first (not working) startx... [15:34] Bundestrojaner: you mention startx, is this how you're used to starting kubuntu? do you not have sddm installed? [15:36] so im running elementry no ubunutu but was wonering a good widget manager to try [15:37] !elementary | pushEject [15:37] pushEject: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution. [15:37] linux ppl are so damn tribal [15:37] badpixel: what is "ptpb"? usually, one of the easiest way to share output is using echo 'hello world' | nc termbin.com 9999 (replace "echo 'hello world'" by the commands whose output you want to show) [15:39] pushEject: there is also ##linux if you're looking for a non distribution specific channel. [15:39] tomreyn: no, i use startx because i get to tty1 after booting. Before I've messed something up while trying different nvidia drivers, the system booted to kde login [15:39] Good morning/afternoon, I have a question about tracker-miner-fs in Ubuntu 19.04 that i cant seem to answer with googling. [15:39] other than that, unless you have ubuntu specific questions, please pushEject [15:40] ty [15:40] Bundestrojaner: okay, feel free to share journalctl -b, or keep looking for a cause on your own. [15:41] badpixel: run all apt-get commands with -o 'Debug::Acquire::http=1' -o 'Debug::Acquire::https=1' -o 'Debug::Acquire::ftp=1' to identify the cause for those error message you see [15:41] tomreyn: all of it? a specific sequence? [15:42] you can make it an alias, like so: alias aptdebug="apt-get -o 'Debug::Acquire::http=1' -o 'Debug::Acquire::https=1' -o 'Debug::Acquire::ftp=1'" [15:43] Bundestrojaner: i'm fine with all of it. [15:44] I'm trying to update my BIOS for Gigabyte ga-970a-ds3 rev 1.1. I've formatted my USB with FAT32 in ubuntu and placed the update files in it. When I run Q-flash the USB is found as floppy A but there are no files in it. [15:44] Siamaster: /join ##hardware [15:45] thanks! [15:45] you can share "lsblk" here, though, if you want to have soeone check whether you did partitioning the way you wanted. [15:46] Good morning/afternoon, I have a question about tracker-miner-fs in Ubuntu 19.04 that i cant seem to answer with googling. -How can i stop this from running 100% of the time? I'm trying to extend my battery life and I would like to index only once on startup [15:49] x1carbon: it's a daemon, an an indexer, the process is probably meant to be kept running and work autonomously (according to its configuration) [15:49] tomreyn: https://paste.ubuntu.com/p/CyNwXHmtQd/ [15:49] *and an indexer [15:50] Bundestrojaner: looking, this will take some minutes. [15:50] tomreyn what option should I run lsblk with? [15:50] tomreyn: thx! [15:50] Gotcha tomreyn - sounds like I'm stuck with it eh? [15:50] when I run it without any options there doesn't seem to be enough info [15:51] x1carbon: i don't really know this software, maybe try to get help from the developers as well. if it provides a systemd service, you can also manually control it that way. [15:52] Someone with a different Gigabyte model had reported that he needed to format with FAT16. But I was not able to format with FAT16 since I have a 16 Gb USB [15:52] Thank you tomreyn, I appreciate your help [15:52] Siamaster: no option should be fine, just make sure the storage you placed the update on is connected and the file system you created on it is mounted [15:53] tomreyn: around 16:48 was the first failed startx. at 16:55 was the second, successful one. [15:53] Siamaster: what you just said sounds like you created a file system on the raw storage device (e.g. /dev/sdx instead of /dev/sdx1). [15:53] This is the info I get for my USB drive. is this enough? sdd 8:48 1 14,9G 0 disk /media/siamaster/BIOS [15:53] aha! [15:54] yes it sounds familiar [15:54] but how do I that? [15:54] but how do I do that* [15:55] Siamaster: yes, this confirms what i just said. most mainbaord firmwares which allow you to install bios upgrades form a usb storage will be looking for a FAT32 or FAT16 file system on the first partition of an MBR (or GPT if UEFI booting) partitioned USB connected storage device. [15:56] aha ok. I will see if I can figure out how to do it with gparted [15:56] thanks! === jelly-home is now known as jelly [15:59] Siamaster: roughly this: be very careful about the device name!! umount /dev/sdd; sudo parted /dev/sdd mktable msdos; sudo parted /dev/sdd mkpart primary 1 1G && mkfs.vfat -F16 /dev/sdd1 [16:01] Bundestrojaner: while it can be unrelated, those ACPI errors don't look nice. did you look for a bios upgrade, yet? [16:03] tomreyn: I'll check if there's an update available [16:08] tomreyn: also Gigabyte bios-updates are only available for windows... [16:10] Bundestrojaner: that's not something i can fix [16:11] tomreyn: the bios-problem or the desktopmanager-problem? [16:11] maybe not true: https://askubuntu.com/questions/950210/update-gigabyte-motherboard-bios-with-ubuntu [16:12] freedos is maybe your solution too [16:12] Bundestrojaner: those you may be able to do what Siamaster also does, if they support installing bios upgrades from a usb storage. those firmwares suppoorting it will be looking for a FAT32 or FAT16 file system on the first partition of an MBR (or GPT if UEFI booting) partitioned USB connected storage device. [16:13] Bundestrojaner: i can't extend hardware support to linux. either the hardware vendor you a acquired your hardware from supports more than one OS or not. ;) [16:14] Bundestrojaner: sddm doesn't seem to be starting really. i suggest you ensure it's installed, and fully so [16:15] also look for its log file if it writes one (i'm not so experienced with sddm) [16:16] tomreyn: i think you were right, sddm was not installed, but i don't understand how it disappeared... [16:17] it's installed now, do i have to configure anything? [16:17] Bundestrojaner: /var/log/apt/history.log should be able to hint on how it vanished [16:18] Bundestrojaner: you may want to sudo dpkg-reconfguire sddm but i guess it's already done. [16:18] Bundestrojaner: you may want to sudo dpkg-reconfigure sddm but i guess it's already done. [16:18] ^ typo fixed [16:20] tomreyn: "apt install build-essential xserver-xorg-dev linux-headers-generic" removed sddm, but i have no idea why... [16:24] Bundestrojaner: me neither. if history.log doesn't, terminal.log* may tell. [16:25] Bundestrojaner: other than that, apt-forktracer may hint on packages which are causing apt dependency resolver conflicts. [16:25] Hello there. I have a question about the ubuntu keyserver located at https://keyserver.ubuntu.com/ [16:25] tomreyn: i did "apt install build-essential xserver-xorg-dev linux-headers-generic" because the ubuntu wiki listed this as requirements to manually install nvidia drivers. but i have no idea why installation of those packages would lead to removal of sddm [16:26] I'm trying to send a key to the keyserver [16:27] I revoked the key and resent it to the server however the server isn't showing that the key is revoked [16:27] is there an update period? [16:27] Bundestrojaner: hmm, chances are this wiki page you looked at is no longer up to date. i would suggest you use the nvidia drivers provided as ubuntu packages only. [16:28] tomreyn: i need exactly 418.56, this is how it all started... [16:29] gpgq4u: i suspect that this keyserver may not accept key updates this way. if your intention is to distribute your updated key to the WoT, I suggest using a different keyserver, or keyserver pool, such as those listed on https://sks-keyservers.net and / or https://keys.openpgp.org [16:30] Bundestrojaner: if this is not available in your distributions' package repository, then look for it on the graphics-drivers !ppa [16:31] tomreyn: 418 is in ppa:graphics-drivers/ppa, but it installs 430... [16:31] s/distributions'/releases'/ [16:31] Can you confirm that " gpg --keyserver keyserver.ubuntu.com --send-keys keyidhere " is the command to send the key after I've imported a revocation certificate for the key onto my keyring? [16:31] apt search nvidia-driver-418 [16:31] nvidia-driver-418/bionic-updates 430.26-0ubuntu0.18.04.2 amd64 [16:31]  Transitional package for nvidia-driver-430 [16:31] or rather [16:31] keyserver.whatever.com [16:31] Bundestrojaner: and from the release repository, what's available there? [16:32] Bundestrojaner: ah apparently it's the same there. [16:33] Bundestrojaner: so 430 does not work for your hardware? [16:33] tomreyn: it does. i want to run DCS world with steam proton and it only works with 418.56 for me [16:34] gpgq4u: yes, this should be the correct command [16:34] Bundestrojaner: so what hapüpened when you had nvidia-driver-430 installed? [16:35] tomreyn: i just don't understand why nvidia-driver-418 installs 430... [16:36] tomreyn: the simulation freezes when explosions are to render, for example impact of missiles or bombs [16:36] Bundestrojaner: it's an upgrade mechanism, -418 is a transitional package, enabling systems which used to have this package installed (when it was available, in earlier ubuntu releases) to transition to the -430 package. [16:37] Bundestrojaner: hmm okay, i don't think i can help with this, maybe sum up the situation again here for someone else to help out who is more familiar with pain, i mean with nvidia. [16:37] tomreyn PM when you get a chance [16:38] !pm | gpgq4u [16:38] gpgq4u: 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. [16:38] also i drop those by default. [16:39] "gpg: sending key [key] to hkp://keys.openpgp.org" but the key still doesn't appear on the keyserver, and if I remember correctly GPG is supposed to report a "200 OK" if it worked. [16:39] I also used kleopatra's "Send to keyserver" command. I just need the revocation added in the WoT [16:39] gpgq4u: keys.openpgp.org is a new keyserver which works differently from classic SKS keyservers, use its web interface to upload your key, and confirm it by e-mail later. [16:40] How do I revoke a key after it's uploaded then? [16:40] And does it update the other WoT keyservers of the revocation, like SKS keyservers? [16:41] gpgq4u: for sending ot to the WoT, send to hkp://pool.sks-keyservers.net [16:41] tomreyn: anyway, thx for help! I think the missing sddm was the problem. i'll reboot to find out [16:41] gpgq4u: note there is also #gnupg here [16:41] gpgq4u: first revoke your key, then upload it. [16:41] Bundestrojaner: you're welcome, good luck. [16:42] if this fixes the problem, i'll try to manually install 418.56 again [16:43] It doesn't say if it's revoked or not but the key itself doesn't match the pre-revoked key that I had saved. Can you confirm http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x5A2266E013DACDCC is revoked? [16:43] thanks tomreyn [16:44] Speaking of Nvidia....Hey Friends, I got a Thinkpad P71 Nvidia Quadro P5000M running Ubuntu 18.10. For the life of me I cannot get HDMI out to work at all running the official NVIDIA drivers from the PPA. If I run xrandr it only sees the display of the Thinkpad. If I run the Nouveau driver it works for the most part...It sees the TV connected via HDMI and it works. Any suggestion or input would be greatly appreciated! :D [16:45] gpgq4u: sorry, can't do this for you, i'm not able to use SKS keyservers at this time due to bug 1844059 [16:45] bug 1844059 in gnupg2 (Ubuntu) "Please apply mitigations for CVE-2019-13050" [Undecided,Confirmed] https://launchpad.net/bugs/1844059 [16:47] sigh [16:50] I'm interested in trying out the daily iso build of 19.10 for it's ZFS installation capabilities. My question is, at a later date would it be trivial to replace the OS (if installed vs boot from live) with a newer (or even an older) version of Ubuntu but keep the ZFS infrastructure intact without much risk of any problems? [16:51] clarification: *if I install the OS to the ZFS filesystem instead of just using the liveboot version [16:52] !ubuntu+1 | svendre [16:52] svendre: Eoan Ermine is the codename for Ubuntu 19.10 - Support only in #ubuntu+1 [16:52] oh sorry, I'll head over there, thanks [16:52] !18.10 | gijoe3k [16:52] gijoe3k: Ubuntu 18.10 (Cosmic Cuttlefish) was the 29th release of Ubuntu. Support ended July 18th, 2019. See !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2019-July/004996.html [16:54] doh...i mean im using 19.04 [16:54] i haven't had my coffee yet....apologizes. [17:00] Im beginning to think it's time to switch to linux [17:00] I like automatically updating software [17:02] Could anyone that is online plz help me? [17:02] Maybe [17:02] Whats your question [17:03] I added an app Brightness Controller to a startup apps. [17:03] It loads at start but it also opens itself...is there a way to start it up hidden/background? [17:04] Im sure there is I just dont know what that might be :P [17:04] If you wait a sec someone else will get to your question [17:04] Oh I will wait [17:04] Ty [17:04] yw [17:06] Ubuntu4Me: it will certainly help others help you if you'll discuss your ubuntu version and graphical desktop / Ubuntu !flavor (unless it's the default) [17:07] I am using Ubuntu 18.04.3 LTS x64 GNOME (default) with all the updates + nvidia proparatery drivers. [17:08] gpgq4u, ubuntu4me <--- why do I have mimics, copycats, these people always following me around and appearing everywhere I am. In public, and elsewhere. Right after my communications go silent. [17:08] Sorry that [17:08] s off topic. [17:09] e.g. channel with over 1k people in it and two people saying anything. They went silent like this a while back and haven't really returned back to normal for the most part [17:09] * gpgq4u shrugs [17:09] you're hiding [17:09] Oh and I have use Minimal Install instead of Normal Install (if it matters) [17:10] *used [17:10] disvisible [17:10] Ubuntu4Me, what kind of brightness controller are we talking about ? like this : https://github.com/LordAmit/Brightness [17:11] Yeah it looks like that is the one but I used PPA instead of download [17:12] Ubuntu4Me, iirc, that is a smple phyton script; it does nothing in bg [17:12] Yeah that is the one [17:13] Ubuntu4Me, it would do nothing in bg === Fuchs_ is now known as Guest28469 [17:13] Well, is there a way to close that window when it opens up after reboot since it is set to auto start? [17:14] Ubuntu4Me, remove it from autostart [17:14] If I remove it from auto start then my brightness settings will not be loaded and it would defeat the purpose of installing it === Guest28469 is now known as Fuchs === truexfan81_ is now known as truexfan81 [17:16] On Ubuntu Budgie it had that app that allowed to change the brightness and it was loaded into shell. But that app it not available on regular ubuntu because it was one of those Budgie Applets. [17:16] Ubuntu4Me, why not ? [17:17] Ubuntu4Me, why not loaded, i mean ? [17:17] Well, I do not know why not. I made the settings and set them to default [17:17] Once I reboot and do not load the app it will not adjust my screen brightness. [17:17] I will try it one more time and see...sec [17:19] Yeah app needs to load in order to work [17:20] I have tried few other extentions and they did not work whatsoever === Kamilion|ZNC is now known as Kamilion === JeremyD is now known as SleePy === javaJake_ is now known as javaJake === Cypher10X is now known as Cypher100 === sim590_ is now known as sim590 === VectorX- is now known as VectorX === c0san0stra_ is now known as c0san0stra === yokel_ is now known as yokel === silesm_ is now known as silesm [17:21] Unless you know any other app that might/will work let me know [17:22] Yeah it did not work. I am retyping since looks like many got kicked from channel. Also, if you know an app that might work let me know. === [Ben] is now known as MrC [17:24] !netsplit | Ubuntu4Me [17:24] Ubuntu4Me: A netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit === rax-Y is now known as rax- [17:29] Ubuntu4Me: this doesn't actually work for me on 18.03, but maybe it does for you? https://help.gnome.org/users/gnome-help/stable/display-brightness.html.en [17:29] *18.04 [17:30] "does not work" as in i have no screen brightness slider there. [17:30] Yeag, this is a desktop with regular monitors so I do not see the option for the slider. [17:32] As for "does not work" if asking me....if I set the brightness as low as it can get and reboot my system without loading brightness controller it will not be "saved/loaded" on boot up but as soon as I load the app manually or let it.load using startup apps...it will work fine and my screen will become very dark. [17:34] However, the manual loading and automatic startupnalso opens the app but does not auto "minimize" it like in Windows 10 for example. [17:34] *startup also [17:35] If the app had an option to minimize non start it would be fine. [17:39] we can't support software from PPAs here. but you can see at https://github.com/LordAmit/Brightness/blob/master/src/init.py#L218 how this application calls to the "xrandr" application to actually set what you have selected on the GUI it provides. so you can just call xrandr yourself providing the relevant options. [17:40] How to Inload that xrandr thing? [17:40] I am new to Linux..just switched today from Windows 10. Never used Linux before. [17:41] *I load [17:42] Ubuntu4Me: Oh - welcome to the jolly club! :) [17:42] Ubuntu4Me: thats what this channel is for, ubuntu support questions [17:42] Heh ty [17:44] If you guys know another app/extention that would work I could use that instead of this? [17:44] Ubuntu4Me: to do what? [17:44] Controll brightness [17:44] Ubuntu4Me: Some things are a bit dodgy in the beginning but I find community support and ability to read the source (which I am poor at) and do whatever you want with the sw very useful. [17:45] Ubuntu4Me: whats wrong with your brightness? [17:45] Ubuntu4Me: What hw are you using? [17:46] I am using an app called Brightness Controller it is working fine but it has to be loaded manually or automatically on every reboot. So, when it gets loaded it also opens the app and I am trying to get it to auto minimize like in Windows so I do not see it. [17:47] I use 18.04.3 x64 with latest drivers + property nvidia drivers [17:47] Also,nit is a regular desktop and not a laptop [17:47] Ubuntu4Me: what was wrong with your brightness in the first place like Fn + F keys? [17:47] Ubuntu4Me: No I mean what hardware you are using. Oh now I get it! [17:48] I wanted to set my monitor brightness using an app rather than doing it manually using the monitors options. I have the night light slider too but this app does also brightness only rather than blue light [17:48] Ubuntu4Me: The brightess control should work out of the box after install at least with GUI, mostly with keyboard s well if you are not using a very exotic keyboard layout. [17:49] It is time for a Finn (me) to go to sauna (Saturday evening). see ya! [17:50] The Brightness does work its just that appnopens up and I have to manually close it on every boot up. I wanted to minimize it or load that thing that was mentioned before but I do not know how to. Have a good one. [17:52] Ubuntu4Me, if you want an app minimized, you can use 'xdotool search --onlyvisible --classname --sync myapp windowminimize' right after the main command [17:54] Is this what you are talking about and is this the right tutorial.....? [17:54] https://askubuntu.com/questions/663187/how- [17:55] that is a bit alaborated, but yes sorta [17:56] Is there a tutorial you could suggest for someone who never used linux before.... switched from 20 today. [17:56] *10 [17:57] let me try with 'xdotool windowminimize $(xdotool getactivewindow)' [17:58] Ubuntu4Me, you surely have used linux before.. [17:59] I have not. Tested many distros for past week (6 days to be exact) to see what would be the best for me. Also, spent lots of time reading + used to be IT in Best Buy not dealing with anything other than [17:59] Windows [18:01] So, I might know thing or two but I am new to Linux. Knowing how to look/search for answers is one thing but does not make me Linux expert or experienced user. [18:03] Well, I guess I will have to live with it for now. I am sure will be able to find something. Insm off...my cell battery is almost dead. Thanks guys. I appreciate it. [18:03] *I am off [18:03] goodbye [18:04] can anyone confirm for me that the keys http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x5A2266E013DACDCC and http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x93807D0F20C5710C have been revoked? [18:04] not getting much help in the gnupg channel [18:05] gpgq4u, how is that related to ubuntu support? we do not use that keyserver though [18:05] this started with a problem with the ubuntu keyserver [18:05] I was advised to use pool.sks-keyservers.net but im having the same problem [18:05] so im back to using the ubuntu keyserver === Apachez- is now known as Apachez [18:06] those two keys *should* be the same on both keyservers, however. [18:06] im hoping for a little bit of gpg support since im using the ubuntu keyservers and someone here surely knows :P [18:10] OerHeks I would like it if you would help [18:10] gpgq4u: anything beyond the use of this keyserver (or other keyservers) *on Ubuntu* would be outside the scope of this channel. [18:11] Would someone able to help join #gnupg please? [18:11] figured not [18:11] also note that we're all just volunteers here (the same applies to #gnupg), no one is obliged to help you out. [18:11] well obviously [18:11] im not demanding anything [18:11] just asking kindly [18:12] brb switching to linux. I thik I would have a better time of it [18:26] why would netplan completely ignore the entry i have for a static IP in my config [18:26] and instead keep grabbing an IP address from dhcp [18:26] ? [18:29] pastebin your netplan, you probably used dhcp4: true [18:31] no, im not [18:32] OerHeks: https://dpaste.de/ahCL [18:32] well, the formatting got fubard [18:32] here [18:32] https://dpaste.de/Y7A5 [18:34] moss, maybe you need some Indentations [18:35] Im looking for an alternative option here. Im looking to sync a session between two devices. One device would have the session, and then the other device would be able to pick up that sesssion and continue. And be able to switch back again continuing where the prior left off. My wife has a desktop and a laptop, and id like for her to have her [18:35] session continue on the desktop when she gets home, and then continue on the laptop when she leaves.. I was thinking of having to use a virtual machine system hosted seperatly and just have the guest os remote into it to sync, but there would be a lot of bugs. Does anyone have a better idea for something like this (maybe even a turn key solution [18:35] :)) [18:42] easiest way would be nextcloud or the like, for sharing work between machines. transferring a session is a bit harder, i have no example for that, "desktop anywhere" [18:43] which bugs would you expect with the VM-with-just-viewers scenario? [18:44] tomreyn lack of internet connetion for laptop while she is remote [18:44] so you really want a synchronization approach then. [18:45] since network file systems will also not work [18:45] tomreyn Would be much preferable.I just cant think of any terms to google-fu with [18:47] I was thinking tomreyn that i might need to build a script to capture everything she has running, and to execute those programs on the other device. But im not sure how to go about getting what files shes got open in those programs [18:48] 'rsync' :) i'm not aware of a method which allows for live migration of application states, and something like VM live migration would still require a common (networked) storage backend and low latency during live migration [18:48] although you can pause and resume. but still network connections would time out and you'd have different ip addresses etc. [18:50] i think nextcloud/dropbox stored work locally, but that requires saving work and sync over the network at home before use [18:50] tomreyn your right on that. I was thinking if she was home she could just remote into the desktop from her laptop. [18:51] But then when shes leaving she could use a script to save/close her programs on her desktop, and open them on her laptop where she left off. and vise versa. But it would require (Like OerHeks mentions) a nextcloud/google drive/ drop box implementation to sync those files better [18:55] if only one of the two is a mobile computer and only one of them is used at a time then you could have the stationary always connect to the mobile one, and keep the data & state there (plus reomte backups, of course) [18:56] but that's really similar to a docking system scenario then. [19:00] tomreyn i never really thought of that. then all that she would need is just a dummy client for her "desktop" that would just startup with the remote desktop system.. It may be very close to a docking system, but it is a very likely solution. Thanks for the heads up there! need to research some more [19:00] Hi, I am a High School teacher... what do you recommend for having my Ubuntu-in-my-pocket that may allow me to work seamlessly and make me feel like at home ? [19:01] jordila: can you explain what "Ubuntu-in-my-pocket" means? :-) [19:02] yeah, sure.. yeats ;-) . I've heard about the possibility of bringing it into me USB - penddrive or something like ? [19:03] Pardon me good sirs: On the recent thermald (1.7.0-5ubuntu5) update, the reason given is "* No change, just a rebuild upload" -- What does that mean? [19:03] What is a rebuild upload? [19:03] Or maybe on an external SSD disk ? [19:04] So that i could seamlessly boot it on the classroom or at home PC ? [19:04] dva5912: there's also this community (not canonical, not 'official' ubuntu) supported "Convergence" approach: https://ubuntu-touch.io/features/convergence [19:07] JPSman: a new build of the package was triggered (manually, such as because it turned out that some configurations of the build environment were not right, but this did not make the build fail on the first run) and uploaded / released then. [19:08] tomreyn, neat! Thank you for answering. Curious, where could I find out that information? [19:08] or is that a canonical only sekret information? :P [19:09] jordila: a portable SSD with USB 3.1 would work there (if the computers in both locations support these USB versions), yes [19:10] JPSman: most likely on launchpad if the package was built there. [19:10] !liveusb | jordila - this may help [19:10] jordila - this may help: 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 [19:12] jordila: but don't use USB flash storage, use a proper SSD (which doesn't randomly loose data, lasts muuuuch longer, is much faster for writes and reads, too) [19:15] tomreyn, when you said "(manually, such as because it turned out" Was that just an example of why a new build package would be triggered? [19:15] I assumed that that was the reason for the update, but I can't find out any more information at https://launchpad.net/ubuntu/+source/thermald/1.7.0-5ubuntu5 [19:15] https://launchpad.net/ubuntu/bionic/+source/thermald/+builds [19:16] this was meant to be an example, yes, but i've never actually built a package on launchpad, so i'm really guessing there. [19:24] JPSman: seatch for thermald here https://irclogs.ubuntu.com/2019/09/19/%23ubuntu-release.html [19:24] *search [19:38] tomreyn, huh ... "due to block request by freeze" [19:39] right, that's what it says. [19:42] any idea what that means? [19:43] again, I am just curious - there is no big deal. [19:48] hi people. i'd like to delete some old kernels in order to be able to make an upgrade (ubuntu 18.04). ls -l -h /boot shows me: https://pastebin.com/uDd2YLKL ; can i delete initrd.img-4.15.0-29-generic, initrd.img-4.15.0-30-generic and initrd.img-4.15.0-58-generic? or do i need them? please help =) [19:48] JPSman, what you mean ? why has been blocked ? [19:49] ioria, what I mean is - the recent update changelog says " * No change, just a rebuild upload" [19:50] and I am curious what that means, or where I could find out what that means [19:50] There is no major issure, I am just curious about the workings of ubuntu updates [19:50] JPSman, that the new pkg build it's not yet ready, probsbly (BLOCKED: Rejected/violates migration policy/introduces a regression) [19:51] but, it is ready? because my system did the new update [19:51] what ? [19:51] exactly lol [19:51] idt so [19:51] like - what is a rebuild upload [19:52] xubian, are the corresponding kernel packages still installed? I thought that the initrd files were deleted when the corresponding kernel package was removed. [19:52] and how is there no change because of it [19:52] JPSman, if you run 'rmadison thermald' you'll see proposed is the same version [19:53] what is rmadison? [19:55] remline, sorry i'm quite a newb. how to i know if the corresponding kernel packages are installed? [19:57] do* [19:57] xubian, you can run this command: apt list --installed [20:04] remline, the output is: https://pastebin.com/BhaDPR1e [20:04] quite a lot [20:08] xubian, take a look at the lines starting with "linux-image-". I see that you have five distinct kernels installed. You should be able to remove the extras via command "apt autoremove". [20:10] remline, ok I see.. hmm, unfortunately it doesn't remove anything: https://pastebin.com/j9cpXkqC ; what else can I try? === gry_ is now known as gry [20:15] xubian, my mistake. Evidently the three oldest kernels are not marked as "automatically" installed. Therefore, "apt autoremove" does not care to remove them. Any idea why the old kernels are not "automatic"? [20:17] remline, no not really to be honest. I'm already getting some help in this forum, you can look: https://ubuntuforums.org/showthread.php?t=2427326&page=2 <-- maybe you know why if you read through it [20:20] xubian, thanks, I see that the forum suggested "autoremove" as well. Do you have your data backed up? [20:23] the reason those kernels would not be marked as automatically installed (which can be changed using sudo apt-mark auto ) would be that there is no linux meta package installed [20:23] In the Details>About settings, it says Graphics: Intel: Sandybridge Mobile. How can I make my laptop use the Radeon graphics driver instead for retroarch and other games [20:24] i take this back, linux-generic is installed. [20:25] hi again [20:25] sorry remline, here i am again. did you write something after i posted the forum link? [20:26] xubian, thanks, I see that the forum suggested "autoremove" as well. Do you have your data backed up? [20:26] Also, tomreyn advised that "the reason those kernels would not be marked as automatically installed (which can be changed using sudo apt-mark auto ) would be that there is no linux meta package installed" [20:27] ok alright. no i havent backuped yet. im doind the 4 commands advised in the last forum-post [20:28] xubian: sudo apt-mark auto linux-*-generic [20:28] xubian, that sounds like a good plan. If that doesn't help, we can manually remove the old kernels (e.g., "apt remove linux-image-4.15.0-29-generic"). Of course, a backup would be prudent. [20:28] ok, did it tomreyn. thanks [20:28] need to reboot. brb [20:28] xubian: now sudo apt update && sudo apt autoremove [20:29] ok [20:41] octet: compare "glxinfo | grep OpenGL" to "DRI_PRIME=1 glxinfo | grep OpenGL" [20:45] this assumes that both graphics chipsets are detected and drivers loaded and initialized: xrandr --listproviders [20:47] It shows two providers. It showed OpenGL settings for both, but with DRI_PRIME I got "the kernel rejected CS, see dmesg for more info." In dmesg I am getting Error UVD not responding, trying to reset the VCPU!!! Guess I will research this error code now [20:48] if the second chip set (DRI_PRIME=1) is faster than the first (DRI_PRIMA=0) then you should make xrandr aware that it can use the second to do graphics acceleration: xrandr --setprovideroffloadsink 1 0 [20:49] octet: which ubuntu version is this, which kernel version? [20:49] and which amd graphics chipset [20:52] 18.04, latest kernel. Unsure which AMD chipset. I am going to fix the dmesg error first and see if that resolves it [20:53] lspci -nn | grep AMD [20:55] there are multiple 'latest kernel' in 18.04, which is why i was asking [20:56] hi there. everything is fine. I could upgrade at last! thanks a lot for your help remline and tomreyn [20:56] 5.0.0-29-generic, Radeon 6400M/7400M series [20:56] xubian: you're welcome. [20:58] xubian, glad to hear it! [21:00] I've added http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu [21:00] https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa?field.series_filter=bionic shows a package "nvidia-graphics-drivers-418" (418.56-0ubuntu0~gpu18.04.1) but i can't find it in apt? [21:02] have a nice time =) bb [21:08] Bundestrojaner: thats a source package, it depends on nvidia-driver-418 [21:08] Reading up on my dmesg error, it appears to be a hardware error. Guess my card is faulty [21:09] Whenever I try to boot on my hard drive, my computer goes into a black screen. Can someone please help me? [21:10] octet: i don't think it is, no. it's just a somewhat dated generation (CAICOS) which may not support UVD [21:10] I tried boot-repair and it doesn't solve my problem. Here's the pastebin it makes. http://paste.ubuntu.com/p/NNFbdFFjdd/ [21:10] Ah ok. I was just going to use this old laptop for retroarch anyways so I guess I don't need top of the line dedicated graphics :P thanks anyways [21:11] octet: i'm guessing, though, you didn't show the output of "lspci -nn | grep AMD", yet [21:12] tomreyn: thx, so my only chance is the driver from nvidia... [21:12] Yeah it says VGA compatible controller AMD Radeon 6400M/7400M series [1002:6760] [21:14] should I just use the advanced option of "Repair file system"? [21:14] But DRI prime hangs for 10s then throws that kernel rejected CS error [21:15] bug_sniper, It should be fixed with the boot repair you pasted. [21:15] bug_sniper, So you get the grub menu when you boot then black screen after that? [21:16] no, I don't even get the grub menu. Even if I hold doen shift, it just goes into a black screen [21:17] I see, sometimes it can be F2 or F9 also to get the boot menu. But i guess it usually works with Shift on your machine? [21:20] I'm using ubuntu 18.04.3 [21:20] it should be the default key [21:20] octet: can you post dmesg after attempting to switch graphics? [21:21] I've downloaded the official ubuntu server iso, I've created a kvm instance with 5GB disk, I'm into the installer: can't "use an entire disk" because the only one is grayed out [21:23] I can manually part it, but what's wrong with you, ubuntu? [21:23] bug_sniper, May only be because of the very last message of your paste - The boot files too far on the disk and to create a /boot partition... but i never got into this issue before. [21:25] giaco: /j #ubuntu-server and provide the name and sha256 hash of your iso file. [21:25] tomreyn: thanks [21:25] + repeat your question [21:25] bug_sniper, I would backup the my home directory and do a clean reinstall - since it may be complicated to create a partition in the start of the disk...but maybe someone else may help better with your boot issue. [21:26] paste.ubuntu.com/p/gj3JpDGWXw/ [21:26] after doing DRI_PRIME [21:27] incomplete output again [21:29] !kernelparm | you can try radeon.uvd=0 [21:29] you can try radeon.uvd=0: To add a one-time or permanent kernel boot parameter see https://wiki.ubuntu.com/Kernel/KernelBootParameters [21:33] afternoon everyone. [21:34] I've come across a rather strange thing involving a pdf document and was wondering if anyone else has, and more importantly if they know of a solution. [21:34] What is it? [21:34] I've got a 26Mb pdf that's 200+ pages when viewed in Windows, but only *1* page when viewed in Unbuntu 18.04? [21:35] Using the default documents viewer? [21:35] Using _any_ viewer? [21:36] Chrome, FireFox, Evince, Xpdf, even Foxit. [21:36] Really? [21:36] Did you check the hashes of the file on windows and the one on linux to make sure it's the same file and not corrupt or anything? [21:37] I am opening the exact same file (vmWare Windows guest opening the exact file on Linux Host). [21:38] usbguy1's question still stands. Are you 100% sure the hashes match? [21:38] In Adobe reader it shows the first page, and 10 PDF documents that corrospond to links on the first page. [21:39] James_Epp: it's a tautaulogy, but I'll check if it makes you happy. [21:39] Is that over a VMWare shared folder you're opening it on the Windows guest? [21:40] Linux Host with (sorry Virtual Box not vmWare) Windows guest. Linux folder mapped into Windows Guest. Opening the EXACT same file in the exact same folder in both places. [21:40] Gotcha [21:40] jilocasin, thanks for the clarification. [21:40] James_Epp: as expected, they hashes match. [21:41] I would try halting the VM...occasionally windows and Linux can generate semaphore locks on files when they're opened [21:42] See if releasing that shared folder and file allow you to open it properly in Linux [21:42] Even if it was corrupt, it would have been with Windows reader (with the corrupt file) that would have been missing pages not the original Linux file [21:42] Yes, this is odd. [21:42] Doesn't matter where I copy it to, same behaviour. [21:42] It looks like this PDF is actually 10 pdfs packaged in a single file with internal links from the first page. [21:43] You would first (naturally) assume that it's an application rendering problem but that seems very unlikely given that the same file renders differently in web browsers. [21:43] Right, it wouldn't matter if you copied to another folder while the VM is running, one of the OS's may have a lock on the file [21:43] none of the Linux readers can see beyond the container pdf. [21:43] I can copy/rename/close Virtual Box, same behavior [21:44] jilocasin, this is a really round-about troubleshooting step but is it possible to install adobe reader under wine on the linux host? [21:44] Not without installing wine [21:44] is there a chance you can share the pdf file? [21:44] It's just an idea to rule out a host problem. [21:45] installing wine now. [21:46] * jilocasin thinks that there are a bucket load of problems. [21:46] can you share the output of running pdfinfo against it? [21:46] jilcocasin: but is the VM still running in the background? [21:47] Title: Softshare Delta & Softshare ECS Product Documentation [21:47] Author: Softshare [21:47] Creator: Adobe Acrobat 8.1 Combine Files [21:47] Producer: Adobe Acrobat 8.1 [21:47] CreationDate: Thu Aug 27 20:18:01 2009 EDT [21:47] ModDate: Wed Jul 21 12:35:37 2010 EDT [21:47] lol good bot [21:48] lol [21:48] * jilocasin !@#%$!#%$! [21:48] ;P [21:49] !paste | jilocasin [21:49] jilocasin: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:49] nice to know .... now. [21:50] Well there's your output [21:50] please post again, to pastebin, since our output wasnt cmoplete [21:51] https://paste.ubuntu.com/p/Hq375Z6kYm/ [21:53] so that's a tagged PDF (form) with enabled javascript processing, PDF format version 1.6 [21:54] "pdfinfo -struct" may hnit on those other documents / pages [21:54] s/hnit/hint/ [21:55] also -dests ? [21:56] -js would output javascript code (Javascript interpreter is probably, hopefully, disabled on all softwares you tried on ubuntu by default) [21:58] out of -struct == Syntax Error: Invalid object stream [21:58] -dest == Page Destination Name [22:00] yeah, that's what I was thinking too [22:00] this is most likely how this was created: http://www.simpopdf.com/resource/combine-files-into-a-single-pdf-with-adobe-acrobat.html [22:01] how do you find your hard drive files while trying ubuntu from a usb? [22:02] with a file browser [22:03] no, where are they [22:03] you *may* need to manually mount them, open additional block device layers to access them, depending on how they're stored on your hard disk. [22:03] bug_sniper: they'll will show up in the file manager, you can always just drop to a shell and type -> lsblk [22:08] https://paste.ubuntu.com/p/bb5PP952rJ/ [22:08] bprompt, I still can't find the files [22:09] bug_sniper: maybe they aren't there, what are you looking for anyway? [22:09] I'm looking for the hard drive files while I'm trying ubuntu from a usb drive [22:10] specifically, there was a folder in the home directory with the name bugsniper in it [22:12] bug_sniper, try: sudo mount /dev/sda1 /mnt [22:12] Then go with Nautilus or Nemo to computer /mnt you should see the home folder. [22:13] Finally got Adobe reader DC installed under Wine in Linux and opened the file. All the pages are there. [22:14] "Congratulations on completing this free training course on why proprietary software sucks." [22:16] you should have just told me to do what it says here: https://askubuntu.com/questions/499914/can-i-access-hard-drive-files-from-ubuntu [22:16] bug_sniper: you should also be able to mount it by clicking, on the left pane of the file browser, on "other locations" [22:16] tomreyn: which is why I don't usually do it. Unfortunately it looks like *none* of the Linux pdf readers, can read this pdf. When most/all can under windows. [22:17] jilocasin: maybe it is really just a matter of enabling javascript? [22:18] bug_sniper, Whatever works, of it's not automounted you can still use the mount command manually. But yeah it should be mounted usually. [22:18] -of+if [22:18] jilocasin: most webbrowsers also can read PDFs these days, the issue sometimes I've noticed is when the pdf has some signature feature Adobe-specific [22:19] tomreyn: I would, but none of the linux readers seem to have that setting. [22:19] javascript enabled? [22:20] i think indeed that this is not compliant to the pdf 1.7 specs [22:20] bprompt: then it's a seven year old Adobe-specific feature. [22:20] it's a 1.6 pdf [22:21] which takes us on a full-circle back to proprietary material [22:21] jilocasin: I open and also make 1.6 pdfs in linux [22:21] jilocasin so must be something else, I use Okular and Qpdfview, which use the libpoppler libraries [22:22] bprompt: perhaps, but do you make any that are a container for 10 other pdfs? [22:22] then again, I can also open the pdfs in google chrome [22:22] bprompt: as can I, just not this type apparently. [22:23] jilocasin: I recall about hmmm 6 years or so ago, a pdf from Adobe which had some encryption key and wouldn't open other than ONLY in Adobe Reader, even in other MS Windows readers wouldn't open [22:24] Nope, not encrypted [22:24] jilocasin: well, can't be the JavaScript either, is barely ever an issue even if off, but is ON by default I think on most apps [22:26] jilocasin: on the other hand, I hope that's CancerCure.pdf, otherwise it may not be worth the hassle =) [22:27] bprompt: according to acrobat reader; it was created with Adobe Acrobat 8.1, there is no security, the type of pdf is a 'Portfolio' [22:28] bprompt: manual for enterprise software that needs to be reinstalled, without original media on new server, and this is the only documentation. [22:29] bprompt: I guess I'll just have to use Windows 10 to read it in Adobe Acrobat reader [22:29] * jilocasin and then take a scrubbing shower in borax. [22:29] * jilocasin shivers [22:30] So it looks like none of the linux pdf readers can read 'Portfolio' pdfs. [22:30] * jilocasin goes to scrub the Wine stain off my install. [22:30] jilocasin: hehehh, surely you can always just recompile the pdf to an older pdf I'd think, it has to be some Adobe specific feature though [22:32] bprompt: from what I see, it was a way to package a bunch of separate pdfs into a single file with a title page that let you jump between them. [22:32] as I said, a few years back I did run into that, a pdf that wouldn't open but only in Adobe Reader, that was in windows7, and when I checked it had some proprietary encrypted signature [22:33] bprompt: doesn't look like an encrypted feature, just a non standard one. Reader 10 has an option to save each bundled pdf as a separate document. [22:34] jilocasin: I can see that, to the credit of Adobe, proprietary features are always "potential standards", but not everything that glitters is gold [22:37] jilocasin: try okular (kde's) or https://code-industry.net/free-pdf-editor/ [22:39] jilocasin: might also like Qpefview, uses the same libraries as Okular, but is a tabbed viewer, so you can open many pdfs at once, even many copies of the same in different tabs, right now I have 7 open, so 7 tabs [22:39] erk, Qpdfview even [22:49] bprompt: Thanks. I just might. [22:49] Thanks again for all the insight everyone. [22:49] night now. [22:51] ok, reinstalling ubuntu now [22:51] thanks for all your help everyone [23:00] jilocasin: http://dev.datalogics.com/cookbook/portfolios/portfolio-sample.pdf works in firefox. click on the paper clip twice to access the attached documents. [23:02] evince also works. click on the "thumbnails" drop down and select "attachments" === gry_ is now known as gry [23:20] is there a way I can intercept various events with say, python? [23:20] or rather, redirect them to a script of my choosing that determines the logic of how they're handled? [23:26] hey, is there no wine in 19? [23:29] !wine disco [23:29] !info wine disco [23:29] wine (source: wine): Windows API implementation - standard suite. In component universe, is optional. Version 4.0-1 (disco), package size 50 kB, installed size 189 kB [23:30] Stupid question... If I try installing ubuntu x64 on a laptop that may not support x64, will it fail to start installing? [23:30] neorpheus: ^^ Is the Universe repo enabled in your sources ? [23:30] * TheSHAD0W decides not to chance it [23:30] TheSHAD0W, more or less [23:31] LOL [23:31] I told it to abort install, and it went to the desktop, so I'm gonna assume it will work. :-P [23:32] TheSHAD0W, that's a good sign yep [23:34] * TheSHAD0W is happy this Athlon II laptop will have a new purpose [23:34] Thanks folks.