[00:00] !nomodeset [00:00] A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [00:02] marvin42: Having problems ? [00:03] ddellav, ok... well my ultimate goal is to copy the folder & contents of ~/.config/deluge to /var/lib/deluge/.config/deluge and change read/write access permission for the copied file to the deluge user. What specific commands should I enter to do this? [00:04] if the permissions are already set correctly for ~/.config/deluge then using the -p flag for cp will preserve the [00:04] *them [00:05] Bashing-om : Yes. I've added the nomodeset to the line GRUB_CMDLINE_LINUX_DEFAULT as instructed but when I try to 'update-grub' I get the error : '/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).' [00:05] so cp -pvR ~/.config/deluge/* /var/lib/deluge/.config/deluge/ [00:05] I'm accessing the installation via a Live CD using chroot [00:05] BlackDalek the -v is for verbose and -R is for recursive [00:06] marvin42: Ouch ! // lemme ponder a tic . [00:06] ddellav, the permissions have not been set yet. I assume they are still only set for my user since they are in my home ~ folder [00:06] BlackDalek ok, then after the cp is done, you would change the owner: chown deluge /var/lib/deluge/.config/deluge -R [00:07] and then chmod 644 /var/lib/deluge/.config/deluge/* -R would set read+write for owner, and read only for group and other [00:08] though i am not familiar with the requirement of deluge specifically [00:08] marvin42: Are you presently in the install ? sure makes no sense the system can not see the root partition . [00:08] ddellav, the cp command failed.. it says "cp: failed to access '/var/lib/deluge/.config/deluge/': Permission denied" [00:09] BlackDalek you'd need to run the command as root, since your user won't have access to that folder [00:09] put sudo in front of it [00:09] sorry.. forgot to sudo it [00:09] Bashing-om, nope, I'm currently in the Live CD session. I'm accessing the faulty installation via chroot. I've mounte /dev/sda1 (the faulty installation) to /mnt and then chroot /mnt /bin/bash [00:13] ddellav, hmm... ok, the cp and chown commands you suggested seemed to work, however the chmod command did not. [00:13] BlackDalek that also needs to be run as root [00:13] BlackDalek what error did you get? [00:14] ddellav, I did... error is "chmod: cannot access '/var/lib/deluge/.config/deluge/*': No such file or directory" [00:14] marvin42: OK . Need to set up a full change root if you going this route - no, do not tell me that you are new to linux - knowing to do a chroot ! There are much easuer ways to insert that nomodeset - we only need it temporarily . [00:15] Bashing-om, I was taught how to chroot 30 minutes ago, on #nvidia [00:15] BlackDalek drop the * at the end, that was my mistake [00:15] ddellav, ok, that worked [00:16] you'll need to chmod the folder itself to have execute privileges or else it won't be traversable. So chmod 755 /var/lib/deluge/.config/deluge [00:16] BlackDalek ^ [00:16] marvin42: Ya want to go the chroot route ? Or try and set the boot parameter in grub's kernel boot line ? [00:17] I would ask this in a backtrack channel but th eonly one I can find is #backtrack-it and it has 5 ppl. ... If anyone is familiar wiht dual booting bt on top of an existing ubuntu 16.04 installation please holler at me [00:17] Bashing-om, whatever you think it's best [00:18] Bashing-om, booting on the faulty installation I'm able to get to the command line by booting on recovery mode [00:19] ddellav, ok [00:19] !grub [00:19] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [00:19] marvin42: Best is a personal experience . easiest is to boot to the grub boot menu and edit the kernel command line . Can you boot to grub ? ( GRand Unified Bootloader ) [00:20] Bashing-om, sometimes pressing the Shift does it, sometimes it doesn't, it's weird. So, booting into GRUB what would I do? [00:21] dualboot | countingdaisies [00:21] marvin42: We can also work from recovery . Will need to enable networking and set the file system to read/write . ( that too is another way ) . [00:21] !dualboot | countingdaisies [00:21] countingdaisies: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [00:22] Bashing-om, very well, I'm listening with pen and paper === juboxi is now known as jubo2 [00:24] marvin42: At the grub boot menu with a normal latest kernel selected to boot; press the 'e' key for edit mode -> boot parameters screen . Here arrow down to the line starting with linux and across to quiet splash. Remove these terms and insert the term nomodeset. key combo ctl+x to continue the boot process. TBC [00:25] marvin42: With the removeal of quiet splash; then the boot messages are visable . === ubuntu-studio is now known as Maynard [00:25] Maynard420 [00:26] Hello [00:26] Maynard: You rang ? [00:27] Bashing-om, what terms do I remove 'quiet' and 'splash' OR all the terms between 'linux' and 'splash' (Im not seeing them atm) [00:27] Hi bashing .... so my usb will not allow me to change permissons and I need to recovver files. I'm working from the live usb atm [00:28] *remove, *'splash'? [00:28] Maynard: recover off the internal hard drive ? then 'sudo' should give you access . [00:29] Hi. For some reason on 16.04 even when I try to hide the files and folders, nautilus shows them on next run. How do I change the behavior to always hide the hidden ones? [00:30] on my desktop i have 2 partitions, one with win 10 and one with ubuntu. i completely filled up the ubuntu disk and only windows will load. how do i remove/browse files form the ubuntu partition from windows? [00:30] marvin42: Tou should see a line similar " linux /boot/vmlinuz-3.2.0-24-generic root=UUID=dbd69ed2-530c-4409-8f5a-a3f1ea41fc67 ro quiet splash " Is this a desktop install of 'buntu ? [00:31] tou/You* [00:31] SethT: ask in ##windows plz [00:32] boriseto: to create a hidden folder rename with a . [00:32] Bashing-om, it's Lubuntu 17.04 [00:32] lotuspsychje: I know that, but nautilus shows all my files and folders that start with . by default. Want to change that [00:33] Bashing-om, I'm going to give a try thanks [00:34] marvin42: In Grub's boot parameter screen there is that line . [00:34] boriseto: did you doublecheck nautilus/preferences/appereance/hidden folders? [00:34] lotuspsychje: yeap. [00:34] lotuspsychje: even in dconf [00:35] boriseto: thats weird, ubuntu version and nautilus version? [00:36] Bashing-om trying to recover from unbootable usb.. sudo what? I formatted backup usb to ext4 and it will not allow access to move files... I tried as root as well. [00:37] lotuspsychje: 16.04 and naut: 3.14.3 [00:37] !info nautilus xenial [00:37] nautilus (source: nautilus): file manager and graphical shell for GNOME. In component main, is optional. Version 1:3.18.4.is.3.14.3-0ubuntu6 (xenial), package size 554 kB, installed size 1886 kB [00:37] boriseto: system not up to date? [00:38] lotuspsychje: latest [00:38] strange [00:38] .3.14.3-0ubuntu6 (xenial), packag [00:38] as you can see [00:38] boriseto: can you check on another user/guest account if hidden files show? [00:39] lotuspsychje: ehm. let me enable guest (i think i've disabled it). also i can tick to hide the files, but by default it shows them, you did catch that part, right? [00:39] boriseto: lets see if its overall or user bounded [00:40] lotuspsychje: i need to logout :| [00:40] boriseto: yeah, normally by default should hide folders with . [00:40] but have something running in the background... [00:41] wait [00:41] think i got it [00:41] lotuspsychje: yeah found it [00:42] lotuspsychje: in dconf instead the nautilus settings it uses the org->gtk->settings->file-chooser [00:42] lotuspsychje: in there it was chosen to show the hidden files [00:42] Bashing-om did you catch my last? [00:42] lotuspsychje: that's why it showed me the hidden files by default [00:42] it's a strange setting though [00:43] boriseto: also relevant: https://bugs.launchpad.net/ubuntu-gnome/+bug/1171852 [00:43] Launchpad bug 1171852 in Nautilus "Hidden files are displayed by default" [Medium,Fix released] [00:43] Yeah, like it says: The "show-hidden-file" key is deprecated and ignored. The "show-hidden" key from "org.gtk.Settings.FileChooser" is now used instead. [00:43] !yay | boriseto [00:43] boriseto: Glad you made it! :-) [00:43] Maynard: I bounce about a lot :) . is the USB drive that you are attempting to recover from mounted ' mount' ? [00:45] lotuspsychje: thanks for your help [00:45] NP normally usb automounts but I removed and reinserted and it still is not showing on desktop [00:46] boriseto: no sweat ; ) [00:46] GPaarted is not even seeing it either [00:46] Maynard: Yukkie . does ' lsusb' show the device ? [00:49] ddellav, thanks for helping me, but I think I just ended up breaking something anyway :( The deluged daemon no longer runs. The systemd service which starts it keeps exiting. deluged.service: Failed with result 'exit-code'. :( [00:49] Bashing-om Bus 001 Device 003: ID 0bda:58d8 Realtek Semiconductor Corp. [00:49] Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [00:49] Bus 002 Device 002: ID 138a:0018 Validity Sensors, Inc. Fingerprint scanner [00:49] Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [00:49] Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub [00:49] Bus 005 Device 002: ID 276d:1119 [00:49] Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [00:50] !paste | Maynard [00:50] Maynard: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://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:51] Maynard: You have voice once more . No flooding the channel . [00:51] Bashing-om, after the UUID there were the following terms: ro priority=low acpi=off noapic nolapic ed=\on quiet splash $vt_handoff . And So, I deleted 'quiet' and 'splash' and inserted nomodeset in that place. The error continues, the login appears, and all is frozen (except the cursor, it's blinking) [00:53] marvin42: K . Now why all the alternate boot parameters ? Why do you think any of them are needed ? Messing with acpi is power management ( Advanced Configuration and Power Interface ) not something to enter into lightly . === marlinc_ is now known as marlinc [00:58] Bashing-om, they were defined as wild guess when I was battling to install Lubuntu. Nothing was working, so in the live version before install I activated those parameters. Shall I delete them? [00:58] test [00:58] OK [00:59] Bashing-om I was simply posting the lsusb output. In short it's only showing the live usb 4Gb [01:00] THanks Bashing... I didn't know I couldn't post 8 short lines.... my bad [01:03] quick question: how do I add my wife account on Xubuntu to sudoers list? [01:04] !sudoers [01:05] marvin42: Yes delete the addes boot parameters . Befor the install did you boot up the live installer ? Make sure all was good . Presently we do not even know that the install is in a consistent state . [01:06] okay, found it via Settings > Users and Groups :) [01:06] we gotta love Linux [01:07] Bashing-om, yes, I did so. If I hadn't defined those parameters the live installer wouldn't boot. I'm going to try to delete them... [01:07] Maynard: Maybe - just maybe testdisk too see that USB drive ? Until it is seen nothing can be done . [01:08] Bashing-om ROger that [01:08] Maynard: marvin42 Got to be away for a few minutes - back in about 15 minutes . [01:09] (y) [01:10] Maynard: to get your issue solved, re-ask in channel once in a while with all your details [01:11] @lotuspsychje thanks [01:11] So testdisk is showing and now it is on desktop......strange. [01:12] failed to mount [01:15] I'm trying to recover files in live mode from usb. I ran testdisk and it came up in desktop but failed to mount. [01:15] Any suggestions? [01:16] Maynard: to recover data, use photorec on testdisk [01:19] Maynard: or boot your system with recoverymode? [01:19] !recovery | Maynard [01:19] Maynard: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [01:19] Bashing-om, deleted them all, added the nomodeset, but same error occurs [01:22] hi, when i plug my phone on the wall is charges, but on the usb port it doesn't... [01:22] does anyone have any idea why? [01:22] !recovery [01:22] If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [01:23] I'm unfamilar with testdisk. Howdo I run photorec? [01:24] Also when I do the live usb there is no recovery mode option. I've never seen that option ever. Been running 14.04 for years and it's neer shown that option. [01:25] Maynard: recoverymode, you can load with entering grub, then choose ubuntu(recoverymode) [01:26] It is showing (in testdisk) options Analyze. andvanced. geometry. options. quit. [01:26] I for get how to get to grub..... f2 when it tries loading? [01:27] Maynard: hold shift at boot, until you get in grub [01:28] Maynard: photorec is a part of testdisk, sudo photorec after the testdisk install [01:28] OK will try that. I assume since this is in live mode I'll have to re-register or can I use the same email to register? [01:30] Maynard: if you already registered your nickname, /msg nickserv identify yourpassword here [01:31] so same email... got it. [01:31] hi, when i plug my phone on the wall is charges, but on the usb port it doesn't... any idea why? [01:31] In photo rec it is asking desination to save files [01:32] drwxr-xr-x 999 999 540 23-Jul-2017 01:28 .. [01:33] Maynard: look at below, and press the right key to confirm destination [01:34] there are two drwxr-xr-x 999 999 [01:34] one is 40 other is 540 [01:34] Maynard: i think by default, photorec saves in your /home [01:34] I don't know what those even mean. [01:35] Maynard: are you sure you choose the right partition to recover and not your usb media? [01:36] Maynard: thats what you wanted to do right, recover data of your ubuntu system harddisk? [01:36] Yes [01:36] does Ubuntu have native support for the Nvidia GeForce 10 series like GeForce 1060 ?? [01:36] who is familiar with higan game emulator here? [01:36] DO I need to use another usb to store them? [01:36] or does use it? [01:38] !nvidia | entourage [01:38] entourage: For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » [01:39] the directory /home/ubuntu-studio/Downloads is not big enough to store files.... live usb is only 4G and the files I need to recover are 15ish Gigs [01:40] Or should I just screw this testdick since I'm unfamiliar and try the recovery mode? [01:40] oops [01:40] *testdisk [01:41] Maynard: how about you plug out your hd physically and recover your data and reinstall ubuntu fresh after? [01:42] HD is usb. No internal HDD due to SATA failing to read. I've been running solely on usbs [01:43] marvin42: Back to the keyboard . What laptop are we working with that lubuntu does not install properly too ? [01:43] asus x50gl [01:44] Maynard: what you mean no hd? your running usb always live on your asus? [01:44] entourage: Fully supported : http://www.nvidia.com/download/driverResults.aspx/118290/en-us . [01:45] No internal HDD. I run a 4Gflash for my installl bootable live usb and the 128G flash is my HD [01:45] the 128 is what I need to recover files from. [01:46] I have a 32G I use for my backup nut I formatted to ext4 and read-only permissions [01:46] *but [01:46] not nut lol [01:47] marvin42: Integrated graphics on the Asus . By chance do you have the nvidia chip set disabled in bios ? [01:48] I can't seem to get permissions to change either on the 32G [01:49] Bashing-om, I cannot access the bios, I don't have a clue. I had it working well with the binary drivers. This was due to changing to nouveau drivers and installing the corresponding package xserver-xorg-video-nouveau [01:51] marvin42: Good to know . We need to boot to a terminal somewhere and find out the graphic's card and then install the correct version proprietary graphic's driver . [01:53] Any suggestions or just go with recovery? [01:53] Bueller? lol [01:56] marvin42: IF you can boot a recovery kernel. we can set up and work from there too . [01:57] Bashing-om, VGA compatible controller: NVIDIA Corporation MCP79 [GeForce 8200M G] [01:59] !nvidia-current [02:00] Bashing-om, before trying the noveau (which caused this problem) I believe I was using this one: nvidia-340 - NVIDIA binary driver - version 340.102 === jackNemrod_ is now known as jackNemrod [02:05] Lotuspsychje and Bashing-om Gonna go with recovery and see what happens. [02:06] marvin42: That is the correct driver( The 340.xx driver >> GeForce 8200M ): http://www.nvidia.com/object/IO_32667.html . So we want to a) get nouveau working or B) re-install the 340 driver . To do so we have to have a terminal . [02:07] Bashing-om, b) I'm on it atm [02:09] Bashing-om, dpkg encountered several errors because the kernel of this live session is different from that on chroot. I have downloaded the packages for 340 and I'm now going to boot into recovery mode to get a command line to reinstall them. brb [02:09] marvin42: Great -> at the reconvery menu "enable networking' then 'root shell' . Once in the root terminal we reset the file system to read/write . [02:09] Bashing-om, aye aye Sire! [02:36] Bashing-om, I've installed nvidia-340. got an error at the end which stated: apt had planned for dpkg to do more than it reported back (3 vs 10)
Affected packages> bdswitch:i386 nvidia-340: i386 [02:40] anyone have spotify working on lubuntu? I get cef_extension.pak could not load whenI try to run it [02:49] marvin42: show us in a pastie : sudo apt update 2>&1 | nc termbin.com 9999 ; sudo apt full-upgrade 2>&1 | nc termbin.com 9999 ' The results ae UTL's back in terminal. pass these links back here . Let's see what the fuss is all about . [02:49] URLs* [02:52] join #linux [02:52] http://termbin.com/110y [02:53] Bashing-om, http://termbin.com/110y ; http://termbin.com/t59q [02:54] Has Ubuntu ever been successfully used on a touch screen tablet without a keyboard? [02:54] marvin42: look'n . [02:54] (keyboard, mouse, and USB media will be able to be used for install via USB OTG, but regular use will be no-keyboard) [02:56] ah good call thanks [02:57] marvin42: Looks good go ahead and accept the upgrades . then show ' sudo apt -f install | nc termbin.com 9999 ' . [02:58] Bashing-om, accept the upgrades? you mean performing 'apt upgrade'? [02:59] marvin42: "Do you want to continue? [Y/n] " . I assumed you were awaiting advisement . [03:00] Is Ubuntu able to run on an HP Stream 7 Tablet? [03:00] nevermind, I didn't notice the last command, sorry [03:01] Bashing-om, here it is http://termbin.com/v4mc [03:02] marvin42: Looks good, see nothing for the package manager ( dpkg) to fuss about . Now to the ACPI issues . Ya want to continue ? [03:03] of course [03:04] marvin42: Let's back up a tic and see what is actually installed for the graphic's driver : show ' dpkg -l | grep -i nvidia ' . [03:05] marvin42: ^^ in a pastie . [03:05] here it is http://termbin.com/pljy [03:06] i am the proxy monster [03:06] i am k-lined three times by grumble [03:07] !info nvidia-settings zesty [03:07] nvidia-settings (source: nvidia-settings): Tool for configuring the NVIDIA graphics driver. In component main, is optional. Version 367.35-0ubuntu1 (zesty), package size 814 kB, installed size 3482 kB (Only available for i386; amd64; armhf; arm64; ppc64el) [03:11] marvin42: I can live with that ! .. now we look at the Differentiated Services Description Table (DSDT) ' sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows '. See if we can not come up with a better option . [03:13] Bashing-om, strings: '/sys/firmware/acpi/tables/DSDT': No such file [03:13] -DeadJew:#ubuntu- Long live the Ku Klux Klan [03:18] marvin42: Humm ..copy and pasted ? I do expect a list here . [03:19] I have no firmware directory under /sys/ [03:21] marvin42: I am at a loss here . Ny 16.04 : [03:21] mar [03:22] Bashing-om, I'm at a chroot session for Lubuntu 17.04, which the installation with the faulty driver [03:22] marvin42: " sysop@x1604:~$ ls -al /sys/firmware/acpi/tables/DSDT >> -r-------- 1 root root 26834 Jul 22 22:17 /sys/firmware/acpi/tables/DSDT " . [03:23] marvin42: Oh shoot . Let's reboot into the install . Se then what we have . [03:29] Bashing-om, rebooting into the install i don't have internet. [03:30] marvin42: My my .. Trials troubles and tribilations . Wired connction ? === r0Oter is now known as r00ter [03:32] Bashing-om, not at the moment, no. The router is in my parents room and it's 3.30am [03:34] marvin42: Understand that . Can you even talk to the router ? ' ping -c3 ' . [03:35] Bashing-om, yes, I'm connected in the chroot session. I can even see google [03:37] marvin42: But we want to boot and operate in the installed OS . If we can not boot the install we are still dead in the water . [03:41] Wew [03:42] Bashing-om, you're a wonderful teacher, a master, thanks for your support. I may have a dead OS but I've learned a lot today, both here and on #nvidia. I have the problem opened in the ubuntuforums. Tomorrow I'll try to boot into the installed OS. For now I'll have some rest. Thanks so very much for your help, you are terrific! Hope to see you around soon. Goodbye! [03:43] marvin42: Rest well . I will be back on here tomorrow . [03:44] Hi people. My googlefu is failing, I would like to apt-get install xorg with no prompting, however it askes for keyboard type during install. How do I make it assume a keybopard type? Or is there a package' [03:44] which just installs all kbs? [03:45] kb type is just standard US [03:49] Stifler [03:49] add -y [03:50] no good for this one. Its within the package [03:50] ah, you want to automate it for mass deployment? [03:51] well 'mass deployment' might be a bit much! but yes I would like to script it :) [03:51] https://serverfault.com/questions/210948/disable-prompts-while-installing-a-debian-package [03:51] See if this helps [03:52] I'm not too well versed in apt to know that [03:52] Though I am confidant it is possible [03:53] I read that one :) thanks. The question pops up "inside" during the install. I'm looking to see if there is a meta package perhaps, maybe this one ?? xserver-xorg-input-all [03:53] Try it [03:55] I might have to! was trying to save my self waiting for a 4GB chroot to build :p [03:55] Why post here though [03:56] ##linux are really good at this kind of stuff [03:56] well technically I am install ubu into the chroot :) [03:56] the prompt /looks like/ this (a bit more cli-ish) https://i.stack.imgur.com/AVALv.png [03:57] I will try there as well. Thanks Cobrax [03:58] are you from american pie [04:04] lol! no. === JanC is now known as Guest81300 [04:43] Can some tell me so I can just copy paste change usb permissions in live session? [04:43] for a usb [04:44] I formatted it to ext 4 and it will not allow me t otranfer files. [04:44] transfer [04:45] sudo chmod 666 /dev/sdc chmod ugo+rwx chmod: missing operand after ‘ugo+rwx’ [04:45] is what I tried [04:46] I know this is something stupid and simple buut no forums seem to have a way to do this. [04:46] Maynard420: you probably need a 'sudo chown $user ' [04:46] ok pretend I know nothing here lol [04:47] so sudo chown my name /dev/sdc right? [04:48] Maynard420: no, the mountpoint, not the device [04:49] could also use $user like i said [04:49] wait its $USER [04:50] Maynard420: Where is the USB device mounted from ? /media ? show us ' ls -al /media// and we can then be the more specific . [04:50] so how do I find the mount point if it's not the sdc? [04:51] I think it's media [04:51] mount | grep sdc [04:51] will show it if it's mounted [04:52] Maynard420: With the device plugged in , what shows ' mount ' for the mounbt point ? [04:52] it is mounted [04:54] crap I lost that... can you repeat [04:54] ? [04:55] I am already root@ubuntu-studio:~# [04:56] Maynard420: get out of root [04:56] k [04:57] ubuntu-studio@ubuntu-studio:~$ << do you have the mountpoint yet [04:58] I lost that . how do I get the mountpoint? [04:59] Got kicked off. [04:59] mount | grep sdc [05:03] It won't copy to here [05:03] so what do I do with that line? [05:04] it'll say something like /dev/sdc on /this/is/the/mountpoint [05:05] yes I see it now what do I do with it? [05:05] sudo chown $USER mountpoint [05:07] sudo chown $USER /media/ubuntu-studio/Backup entered [05:07] now what? [05:10] Ben64 ? [05:11] I know this has too be a retardedly simple set of lines [05:11] anyone? [05:11] excuse me, how can i fix this problem? [05:11] W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1015216E75198A89 [05:12] can i just nano /etc/hosts and https that instead of http? [05:12] Maynard420: uh thats it [05:13] kristhian: no and no and no [05:13] << kristhian: https or http doesn't belong anywhere in /etc/hosts [05:13] Checked permissions..let's see if it'll let me back this up now. [05:16] I've been looking for HOURS with not ONE f*&%(*OKR forum that says enter mount | grep then insert the /output after sudo chown $USER [05:16] Ben64, how do i fix that? [05:16] Maynard420: i answered you after like 3 mins... [05:17] also try to watch the language here, even if censored it's usually not well received [05:17] kristhian: you need to get the key, should be instructions on the ppa page [05:17] I censored it for that reason lol [05:19] Finally backing up now. Thanks. I could've been done with a fresh install HOURS ago if someone somewhhere had put such a simple answer on a forum [05:22] kristhian: Try as : ' sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1015216E75198A89 ' . to get the key . [05:24] Another stupid question here. Transfer began at 50MB/s and now barely hits 5. I have opened nothing new... why does it slow down? Is there some setting that throttles it down? [05:24] cache at first now it's probably actual transfer speed [05:25] yep [05:25] got it now Bashing-om thanks tho [05:25] ARghhh... no wonder. I put it in the only 1.0 slot. Should I cancel and move it or am I going to mess things up? [05:25] i forgot where is the directory of the ppa's located [05:26] what is the location of it btw? [05:26] may i ask? [05:27] Maynard420, you put a USB drive into a usb 1, and you get 5 mbps? [05:27] leftype yes [05:28] can't type [05:28] kristhian: /etc/apt/sources.list.d/ [05:28] aw, yes that's its [05:28] it8 [05:28] thanks [05:29] anyone? [05:29] Maynard420: Did you *copy* or did you "move"? If you're just copying then I would recommend starting over. If you did some kind of "move" operation then the question becomes less clear and I'd want more info. [05:29] says copying files [05:30] Maynard420: Patience please. Comments that simply say "anyone?" clutter the channel and are unproductive (and are considered rude by some). [05:30] Maynard420: Did you drag the files from one place to the other using nautilus (the default GUI file manager in Ubuntu)? [05:31] I just highlighted all. CLick n drag [05:31] Wasn't there a bug in nautilus that slows down transfer speeds? [05:32] Maynard420: I would stop and retry. If the data is very important then excercise extra caution to make sure that you don't accidentally do something you didn't intend. [05:33] Maynard420, depending on how much info you need to copy, I would do it again via usb 2.0 port, and via command line [05:34] Maynard420, how much info are you copying? [05:34] 15G [05:34] It's taking forever to cancel [05:35] Yeah, that makes sense [05:35] Maynard420: It may be waiting for the current file to finish before cancelling *or* it may be waiting for the data already read into cache but not written yet. [05:36] "writing data to device" there is data that need written blah blah do not remove. [05:37] Maynard420: Dod you understand what we're referring to with cache? [05:37] *do [05:37] It's just a few movies and a handful of pics...just yank the plug or will I mess it up? [05:38] Maynard420, you'll corrupt the pictures most likely [05:38] Only thing I know of cache is how to empty it from chrome lol [05:39] Maynard420: So, when you're copying a file from one place to another the first thing that happens is that the data is read into RAM, then the data in RAM is written to the disk. [05:41] Maynard420: If you have a lot of free RAM, and your HD is much faster than your USB drive (which it is in your case) then the kernel may read for example 1 GiB of files into RAM, and make it look to any application reading from the USB drive like it has already been copied there, but in reality it will take a long time to write all of that GiB of data that's in RAM to your UB 1.0 disk. [05:42] Jordan_U, if he pulled the drive, plugged it back in, and restarted, would that cancel it faster, then overwrite the corrupted file? [05:44] leaftype: Yes* *(There are a few things that could go wrong but probably won't, so whether or not this is a good idea depends on how important the data is and how they're going to use it later) [05:44] thanks [05:44] leaftype: You're welcome. [05:47] Sorry I had to reboot in order to switch usb ports. [05:48] Maynard420, I can't think of any reason you'd have to reboot your computer for that... [05:48] last I saw was it write to RAM then to USB. [05:48] It's inn live session. [05:49] all ports are being used. [05:52] This lappy is a Frankenstien. 2006 HP w/ no internal HDD. SATA won't read from motherboard (?) issue. 16G RAM and I run a 4G to do fresh installs cause it is always crashing. A 32G flash for file backup and a 12g 3.0usb to act as my HD. [05:52] sorry 128G not 12 lol [05:54] Make sense yet? BAHAHAHAHA! [05:55] Maynard420, you're booting from an external HD, and copying a 15Gb file to a 32 Gb flash drive, and both your external HD and the flash drive are on USB 2.0 port [05:57] Maynard420, right? If either the flash drive or the external HD are on a USB 1.0 port, it's going to take a long time. That's when you need patience [05:58] 4G is the bootable live USB. 32G is for the backup files. 128G is what I use as my HD. All flash drives. [05:58] Maximum thoroughput on usb 1.0 I think I just read is 12 Mbps, but you can expect roughly half that because usb is stupid. So... 15 GB at 5 MBps is about what you should expect. Your previous rate is about right. [05:59] that's going to be slow and painful [06:00] The 4 ports are 1-1.0, a 2.0 and 2-3.0s The backup is UN fortunately a 2.0 flash so that slows things but I that's why I have so little for backup. The only 3.0 port and 3..0 usb is the one I run as my HD. [06:02] Like I said Frankenstein. And then I have to run a cooler cause HP has a crap ventilation and runs too hot. So, all 4 ports get used. [06:02] It's a shame the BIOS won't read SD card. Would be faster..... [06:03] I mean BIOS won't set to "boot from SD" [06:03] right, but speed will be limited by the slowest one in the chain. You're SOL for transfer speed [06:04] I know but it was in the 1.0 now it only bottles down tot the 2.0 rather than before when the back up was getting sent to the 1.0. [06:05] *1.0 port [06:07] 5 minutes remaining now vs 40 minutes when it was in the 1.0 port. [06:14] Any idea why Ctrl+5 may not be working in starcraft and the browser? It shows keypressed in xev === nocaberi is now known as Bock [07:37] Are AMD GPU drivers still problematic on Ubuntu? [07:38] I'm trying to decide between nVidia GTX 1050 and AMD Rx 560 [07:39] bomb: If you can compile and use kernel 4.12.0 (latest kernel), the amdgpu drivers work beautifully. I am using a Radeon RX 460 and have faced no problems whatsoever with the fully open-source amdgpu driver [07:41] linux-phaedrus: Oh amdgpu seems to be provided by AMD itself. that's great [07:42] bomb: Yes, it is the long awaited mainlined open source AMD GPU driver set. the updated, cleaned up version only landed in kernel 4.12.0 [07:45] linux-phaedrus: i never compiled custom kernel before, and i have things to do. is it a painful process? should i just install 17.10 daily builds which comes with 4.13? [07:52] no need to compile, use one of these instead: http://kernel.ubuntu.com/~kernel-ppa/mainline/ [07:57] that's nice [07:58] what's the status of Nvidia drivers on Linux? [08:28] sudo apt install gqrx-sdr [08:28] E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [08:28] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [08:28] what’s wrong? [08:28] softwarecenter open together with tty? [08:28] or are there updates pending? [08:28] mitmf, did you use sudo, or is another apt instance open [08:28] hello . i want to know about orginal file path of jurnalctl. [08:29] find journalctl / which journalctl [08:29] locate journalctl, 3 ways [08:29] bazhang: how can i do? [08:30] oerheks: ? [08:30] mitmf, which is it, did you not use sudo, or is another apt instance running [08:30] oerheks: i can not find it on a server [08:31] omilun, on what ubuntu version? [08:31] oerheks: 16.4 [08:31] sudo apt install gqrx-sdr [08:31] omilun, which journalctl # this should work [08:32] ...unless you are not the root user .. [09:02] Has anyone here had trouble installing codeblocks on zesty? [09:04] I'm getting an isssue with the recommended repository not having the 32bit zesty file and not even mentioning the 64bit one [09:05] !info codeblocks [09:05] codeblocks (source: codeblocks): Code::Blocks integrated development environment (IDE). In component universe, is optional. Version 16.01+dfsg-2 (zesty), package size 1900 kB, installed size 6919 kB [09:05] zesty got the latest 16.01, make sure you have universe enabled [09:06] the 'recommended ppa' from the codeblocks page gives https://launchpad.net/~damien-moore/+archive/ubuntu/codeblocks-stable = old [09:07] hey, I am new to linux. How do I uninstall programs I built from source? There are no instructions for uninstalling in the docs. Here is what I got: http://imgur.com/a/PZcWM [09:07] nkz, i think it is apt-get purge [09:07] nkz, did you use checkinstall [09:07] nkz, if you build it correctly, you build an uninstall too. [09:08] badsektor: There is no package [09:08] !checkinstall | nkz [09:08] nkz: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [09:08] nkz, oh you mean you built from source... well if you still have the folders where you built them, go in them and try: make uninstall [09:08] bazhang: idk what that is, so I guess no [09:08] nkz, I just gave you what that is [09:08] yeah I've read it now. I will do that from now on [09:09] nkz, if you have the build folder around, cd to it and make uninstall [09:09] Hi all. Is it possible to upgrade packages on installation 14.04 & 16.04 *.iso to not to run update-manager after installation? [09:09] thanks for the help [09:10] badsektor: how to make uninstall? I installed it via python script [09:11] oerheks, why did I need to do that, what does it allow? [09:11] oerheks, ignore that [09:12] nkz, download the package again, open the install script with text editor, read it [09:13] nkz, find out if it has an 'uninstall' function that you can run as a parameter.. otherwise find out where it installs what, and you can manually remove them [09:13] badsektor: okay, thanks for the help [09:13] nkz sure [09:21] badsektor: I figured it out, I uninstalled it with pip [09:31] oerheks, which gtk should I install for codeblocks? [09:32] oerheks, sudo apt-get install libwxgtk2.8-0 doesn't exist [09:35] nkz, good to hear [10:39] Hi, i have tried to open a port on my dedicated machine for a few days now, and i dont get the hang of it. Someone who can help me ? =) [10:48] did you already try https://help.ubuntu.com/community/UFW [10:51] or https://help.ubuntu.com/community/Gufw [10:52] yeah :S i did, in the end i deactivated UFW [10:52] now trying do open with iptables. haha , im so new to this x [11:05] Superola: if you don't have any firewall rules then nothing is stopping it [11:06] hmm, dont know what the problem is xD need help to locate it^^ [11:06] explain what you want to do exactly [11:06] i want the port 8125 to be open [11:07] Im running a gameserver and everything is working exept they cant download a texturepack thrue that port. [11:08] you want it open from the internet [11:08] yes =) [11:09] then you need to do that on your router [11:09] i have none ^^ its on a it center in france xD [11:09] whats the ip [11:10] 195.154.200.237 [11:10] well you need to run something listening on that port [11:11] can i check if something is running on that port now? [11:11] "netstat -ln | grep 8125 | grep LISTEN" I guess... [11:12] tcp6 0 0 127.0.1.1:8125 :::* LISTEN [11:13] shows this. [11:14] means its only listening on localhost [11:14] hmm [11:15] can I somehow change that? [11:15] that would be in the program [11:16] :( [11:18] at home i juste added the port to my machine then it worked ^^ but on this dedicated server i cant :( [11:31] hi [11:32] how can i expand my system partition size? i have booted from a live disk and opened gparted on the live boot, and am trying to move my partitions around so i can extend the boot partition of the system i'm trying to change [11:32] ? [11:32] here's an image: https://i.gyazo.com/992bbe95db2989b8096779f164efb63c.png [11:32] the trouble i'm having is, the partitions seem to be locked for some reason [11:32] and i'm not sure why since i'm on a live boot [11:35] naf, they are simply mounted .... but i don't think you can resize boot [11:37] This happened, may somebody explain to me what's was up with my system http://paste.ubuntu.com/25153456/ [11:37] It's stopped repeating now and everything seems fine [11:37] i'm going to try the gparted live boot iso and see [11:37] other people seem to be able to do this [11:38] naf, and i don't see the MountPoints [11:40] naf, can you paste 'sudo parted -l' ? [11:40] naf: what's the problem? [11:41] EriC^^, he wants to resize /boot https://i.gyazo.com/992bbe95db2989b8096779f164efb63c.png [11:43] ioria: naf i'm kind of confused, /boot is on the same partition as "/" no? [11:44] you have 10gb unallocated at the end though, and 1gb swap [11:44] EriC^^, idt he has a / [11:44] ioria: where else would / be though? [11:45] naf: why do you want to resize /boot? [11:45] seems to be fine when i boot gparted directly [11:45] https://i.gyazo.com/ad49da8106be89c9ad062ba09af42496.png [11:45] EriC, i need more space on my vm [11:46] EriC^^, i don't get if sda1 is /boot or / [11:46] ioria: it must be / [11:46] naf: you have 10gb unallocated in the disk, make a partition using it and mkfs.ext4 it [11:47] and use it somehow, either for data, or move /usr there [11:47] naf, so how can you resize /boot if you don't have it ? [11:47] or maybe as /home [11:47] thanks for the help EriC, but i've managed to complete what i'm trying to do using gparted ui [11:47] https://i.gyazo.com/884725eb8a5967146282726e39d0a76a.png [11:48] naf: that's an excellent idea [11:48] naf ok but that's not /boot but the root fs / [11:48] naf: you can make sda1 use the whole space now if you'd like [11:48] i think gparted does it automatically by pressing resize [11:49] ah, you have it already opened :D [11:50] every time I run 'update-grub2' it constantly outputs 'Invalid output format export' http://paste.ubuntu.com/25153509/ everything works well, what's causing this? [11:52] typeVoid: did you edit anything in /etc/grub.d/ ? [11:52] I'll check [11:52] Actually I think I edited the 400_custom file. I'll paste that [11:53] seems to be between the linux one and os_prober [11:55] here's 10_linux http://paste.ubuntu.com/25153547/ [11:56] here's os-prober: http://paste.ubuntu.com/25153559/ [11:56] I've reverted the changes to 40_custom and the message still persists [11:56] typeVoid: any modifications to /etc/default/grub ? [11:57] I'm not sure, although here's the file http://paste.ubuntu.com/25153566/ [11:58] it looks fine [11:59] Everything works fine but I still there's something mildly wrong somewhere [11:59] which ubuntu version are you using? [12:00] 16.04 [12:00] * 16.04.2 [12:02] i found someone with the same bug, it's in italian though, translated here https://translate.google.com/translate?hl=en&sl=it&u=https://forum.ubuntu-it.org/viewtopic.php%3Ff%3D30%26t%3D615666&prev=search [12:04] typeVoid: try apt-cache policy util-linux | grep Installed [12:04] !info util-linux xenial [12:04] util-linux (source: util-linux): miscellaneous system utilities. In component main, is required. Version 2.27.1-6ubuntu3.3 (xenial), package size 854 kB, installed size 3233 kB [12:05] it returns 2.27.1-6ubuntu3.2 [12:05] try updating it, sudo apt-get update && sudo apt-get install util-linux [12:06] on second thought i guess it wont help, no harm in updating it though [12:07] It worked... [12:08] Eric^^: Thank you for your help! [12:10] hi [12:11] i want to create a cron job to edit a file and replace false with true every houre [12:12] typeVoid: great! no problem! [12:13] linuxlove: how many instances do you want to replace? [12:13] i have just one true [12:14] are you sure it'll always be like that? [12:15] 0 * * * * sed -i 's/false/true/' /path/to/file [12:15] it'll replace every "false" it finds, even if it's in the middle of a sentence, etc, fyi [12:15] I need to learn cron syntax one day, I always find myself on stack overflow when creating a job [12:16] linuxlove: maybe if you have some kind of variable put sed -i '/Something=false/Something=true/' /path/to/file === jackNemrod_ is now known as jackNemrod [12:39] I have installed Ubuntu Gnome 17.04 but the fonts - particularly in Googlemail - are horrible. I created a new user and opened my Googlemail and the fonts were fine. What do I need to change in my /home to restore the original font settings? I have recently been on an install binge so it might be that there's a config file around that shouldn't be. [12:46] Hello [12:48] I am doing a fresh install atm. Can I mount another usb without messing anything up? [12:50] Maynard420, are you going to unplug the installer USB while mounting your other one? [12:52] nope [12:52] different port [12:53] I believe that it shouldn't mess anything up [12:53] Just don't un-mount the installer pendrive [12:54] Believe or know? [12:54] I ask because the one I want to mount has my backup files on it. [12:55] Hi, I am trying to set echo "Etc/UTC" > /etc/timezone but when I run sudo dpkg-reconfigure --frontend noninteractive tzdata it sets the timezone back to what it was before "Europe/Paris", any ideas why? [12:56] Maynard420: Believe/Know, I can't think of anything that could possibly go wrong. There's one thing in the back of my mind that something could go wrong while mounting the drive and then the OS may crash, but other than that, no. Nothing should go wrong [12:59] typeVoid: How do I go about manually mounting then because the typical click desktop icon > mount fails [13:00] mount /dev/sdb /media/ [13:00] well, assuming our drive is /dev/sdb [13:01] also,/media// [13:01] You would need to create the folder [13:01] hello! I have a peculiar problem loading (or downloading from) the nvidia developer site using either chrome or firefox on Ubuntu 17.04. I know its not a network issue since I can access the websites on windows. What should I look to check / fix? [13:02] also, most other sites can open fine [13:02] what happens when you try to download the file(s)? [13:03] @typevoid: wget isn't working if I try to download the cuda drivers. [13:03] What's the error? [13:04] the standard "this site cannot be reached" [13:05] it looks like chrome & firefox are waiting for a response from the server [13:05] However, I can load the pages fine on a windows machine [13:05] in firefox, it seems to be waiting for the tld handshake.. [13:05] *tls [13:06] try using curl, what's the output of that? [13:06] one sec.. [13:07] hi folks. I'm trying to do do-release-upgrade -d on 16.04 and I'm getting "ERROR:root:parse failed for '/var/lib/update-manager/meta-release-lts-development'" [13:07] any idea how to fix this? [13:09] @typevoid :: in the terminal, when I just type in "curl https://developer.nvidia.com", I get no output.. [13:09] as in, curl isn't printing anything to the terminal.. [13:09] Every other site is working? [13:09] yep [13:10] for instance, I'm using the freenode website's web-irc to chat here [13:10] and can access pretty much any other site without an issue [13:11] I really can't help you here but in your terminal type `ncat developer.nvidia.com 80` then type `get /` press enter [13:11] haven't been able to figure out how to even being understanding what the issue here is.. btw, wget also fails if I try to download anything from the server using wget [13:12] so, curl threw up an error that said "curl: (35) Unknown SSL protocol error in connection to developer.nvidia.com:443" [13:12] I\m trying to compile Dovecot with solr support .. Doing the following: apt-get source dovecot, cd dovecot-2.2.31, sudo apt-get build-dep package ... But then I receive an E: Unable to find a source package for package error, any ideas? [13:13] mnaya: were you able to get a response through ncat? [13:15] @typevoid : installing nmap now.. [13:15] nmap? [13:16] Hello, is it possible to redirect stderr from a process into another process? For example process | pastebinit <-- only stderr [13:16] question what is the candidate for this installs in ubuntu 16.04 xenial [13:16] sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt php5-mysql php5-gd [13:17] warri0rr: try sending stdout to /dev/null and sending stderr to stdout [13:17] typeVoid: Ok, how do I do that? [13:18] @typevoid : I'm not getting any output to the ncat command... [13:18] man pipe [13:18] ups [13:19] warri0rr: program >/dev/null |& pastebinit maybe? [13:19] typeVoid: how do I make a folder while in live mode? [13:19] that first > redirects everything [13:20] warri0rr: or just program 2>&1 | pastebinit [13:20] warri0rr: no, the |& of the pipe should let stderr over too [13:20] @typevoid: the nact output says, no command 'get' found [13:21] warri0rr: hmm i think you're right === jstein_ is now known as jstein [13:24] so if I look at the curl verbose options, it seems like it is getting stuck at the tls authentication step ("client hello") [13:29] typeVoid [13:29] ? [13:36] Mnaya: I think you used nay wrong, type 'ncat developer.nvidia.com 80' [13:36] Inside that process type 'get /' [13:36] Then press enter [13:37] This is to check that you are able to connect and get a response from the server [13:37] thanks @typevoid ! :). I did that using the -v option. I am able to connect to the server, but am not getting a response. When I look at the curl -v output, it seems like its a TLS issue [13:39] I see, I tested earlier and I could connect, I'm not completely sure what's wrong on your system [13:40] Maynard420: did the mount command not work? [13:40] @typevoid : thanks for trying! :) === juboxi is now known as jubo2 [13:43] yeah I just need to make the folder is all [13:43] @typeVoid [13:43] that's where I get hung up. [13:44] So, you're unable to create the folder? [13:45] I can do mount /dev/sdb1/media/**** and I get back /media not found [13:45] There's a space after sdb1 [13:45] I have never made a folder actually [13:45] oh. [13:47] says only root can do that... but.... in alive session IAM root, no? [13:47] have you created your /media/blahblahblah directory? [13:48] Hi guys! So yesterday I installed xserver-xorg-video-noveau package and after booting I'd just have a blank screen. I then proceed to remove said package and install nvidea-current which made the logo appear after boot and also the login window. Alas, it was all frozenm, the mouse, the keyboard, etc. I was unalbe to ctrl alt f1. now I've installed the 340 driver and get the blank screen again. I'm using a live session and chroot to [13:48] accesso the HD installation. Help! [13:48] sudo mkdir /media//foldername [13:49] user nam eis I assume the ubuntu-studio@ubuntu-studio? [13:49] and then just make up a foldername? [13:50] you make up the folder name, but for me it's /media/sam and in my terminal it shows up as sam@SamBuntu Sambuntu is my hostname [13:53] hm.......still says only root can do it [13:53] `sudo mkdir`? [13:58] people, i need some help [13:58] OK it is ready to reboot. Installed but I feel like I should know how to make a directory regardless. [13:58] is this channel active? [13:59] nosyguy it is [14:00] Maynard420: http://paste.ubuntu.com/25154209/ [14:00] `mkdir /home/folder` creates a folder in the home directory called 'folder' [14:01] also, there's a manual entry for `mkdir` [14:01] Maynard420: I installed kali and there is no option for wifi, the same happened when I was installing ubuntu and I remember using some .deb files present in the live pendrive of the iso [14:02] i am not able to use the internet [14:02] have you disabled secureboot? [14:03] typeVoid thanks for your patience and the extra info... gonna reboot. Wish me luck! [14:04] I have a problem, I need the port 8125 to be routed to localhost. or something xD [14:05] what do you want to do? [14:05] Im not behind a router, and i need the port to be open from the worldwide. [14:05] You want to port forward? [14:05] yeah :S [14:05] right now the port only works local, i need it to be open to the internet [14:06] First I suggest you understand a bit more about networking as 'route port 8125 to localhost' is not really what's happening [14:06] although that's not entirely necessary [14:07] anyone can help please? [14:07] I do understad it xD I do not understand why that port is closed tho ^^ [14:07] Suerola: You can search on the internet how to portforward your router, usually you need to find the IP of your router [14:07] nosyguy: have you disabled secureboot? [14:08] not using a router xD [14:08] it a dedicated server im renting. trying to set it up ^^ [14:08] ehm hard to explain this haha [14:09] It varies, usually all ports are open, maybe there's an option on your VPS provider? There may possibly be a firewall rule preventing remote connections to your port [14:09] ehm [14:11] i have not configured any ports, it does it automaticly somehow. dont realy know how linux works here. ehm Its a gameserver installed on it, and all the ports that i need opends automaticly. I have a plugin to this gameserver, that uses port 8125 but somehow that just open it for local [14:11] <[n0mad]> Superola: is this server ubuntu? [14:12] yes [14:12] <[n0mad]> is it running a firewall? [14:12] i did try to fix this with ufw but it didnt work so i disabled it. now im trying to do something with iptables xD [14:14] <[n0mad]> well, iptables is pretty complex as compared to ufw, at least to me [14:14] <[n0mad]> i use ufw on my server [14:14] tbh i have no clue how to use this xD im very new to it all [14:15] <[n0mad]> then you can ufw allow port [14:15] i did . sudo ufw allow 8125 still closed :S [14:16] <[n0mad]> then either something with your app isn't working like you think it is or something outside of the server is blocking the port [14:16] it works on my server on this windows laptop at home. [14:17] someone said that this resault is the problem. didnt get it. [14:17] https://pastebin.com/X5ynP0Vi [14:19] <[n0mad]> i'm not really sure what would be a problem there unless it's that it's ipv6 instead of ipv4 [14:20] no clue :S [14:21] <[n0mad]> me either. i don't know a lot about networking still [14:22] =D its hard to help someone who dont understand a thing lol [14:47] Hellooooo. [14:47] Back again [14:47] << I got my install finished. DLing Chrome atm. I can see sdb and open but I want +go permissions [14:53] ^^^That's me right? go ? [14:53] group owner [14:59] I need help with a faulty installation of nvidea drivers. I can't access my instalation [15:01] I got my install finished. DLing Chrome atm. [15:01] I got my install finished. DLing Chrome atm. I can see sdb and open but I want +go permissions [15:02] ^^^That's me right? go ? [15:02] group owner [15:02] how can i check my private ip ? :S [15:03] Superola: ip a [15:04] thx [15:10] how can I access a faulty installation using the command line? ctrl alt f1 doesn't work [15:10] recovery [15:10] marvin42: define faulty installation [15:11] leftyfb, yesterday I installed the noveau driver and that froze the xserver. I uninstalled it via chroot and tried to install the nvidia-current driver. that driver would show the splash screen but everything was frozen, mouse, keyboard, etc [15:12] ioria, I'm unable to reach the network from recovery command line [15:12] marvin42, you installed nouveau ? [15:12] ioria, I've enabled network and echoed the nameserver but no cigara [15:12] ioria, yes, that was what caused all this mess [15:13] marvin42, btw, using wifi or cable ? [15:14] marvin42, you can also use a livecd ... [15:15] ioria, I'm currently on a Live CD in the same computer [15:15] ioria, I'm able to access the faulty installation via chroot, with network [15:16] marvin42, dpkg -l | grep nvidia [15:16] ioria, I haven't tried using the cable in recovery mode [15:17] ioria, https://pastebin.com/ewm6PBEv [15:17] marvin42, dpkg -l | grep nouveau [15:19] ioria, ii libdrm-nouveau2:i386 2.4.76-1 i386 Userspace interface to nouveau-specific kernel DRM services -- runtime [15:19] marvin42, that's all ? [15:20] ioria, yes [15:20] marvin42, so you removed nvidia and removed nouveau .... [15:20] marvin42, what version of ubuntu ? xenial ? [15:21] ioria, first I removed noveau and installed nvidia-current. that made the logo and afterwards the login window, wallpaper et. al, appear [15:21] marvin42, what version of ubuntu ? xenial ? [15:21] ioria, but it was all frozen. lubuntu 17.04 [15:22] marvin42, ok, can you paste sudo lshw -C video ? [15:24] ioria, then I uninstalled nvidea-current and installed nvidea-340 -> that made things worse, just got a blank screen. since then I'm trying to install reinstall different versions of the driver but that-s not working. Apt (inside the recovery command line) is giving the following error : 'apt had planned for dpkg to do more than it reported back' and the affected packages [15:24] marvin42, ok, can you paste sudo lshw -C video ? [15:25] ioria, it doesn-t produce any output [15:25] I did sudo lshw -C video > file.txt and it's empty [15:26] marvin42, lspci -k | grep -EA2 'VGA|3D' [15:28] ioria, bear in mind that these commands are being performed via chroot in a Live 16.40 session : https://pastebin.com/UHRfVxFX [15:29] ioria, shall I instead boot in recovery mode and perform these commands? [15:29] marvin42, ok, i'd purge nvidia* and reinstall nouveau (xserver-xorg-video-nouveau) [15:29] marvin42, unless it removed something else .... [15:30] ioria, but is it better to perform the purge under the live session or shall I boot in recovery mode and do it there? [15:31] marvin42, if you correctly chrooted, you can do it from there [15:31] ioria, what nvidia package shall I purge? [15:31] marvin42, sudo apt purge nvidia* [15:32] ioria, 'Package 'nvidia' is not installed, so not removed' [15:32] oh,sorry the wildcard [15:32] marvin42, yep [15:33] Hello. I am looking for some help making a bootable usb from a mac running 10.12.5. I maybe am using bad search terms, but I keep finding old, outdated instructions... at this point, I would like to use dd but I am noob as hell and I am not sure it would work. [15:33] I do have a running Elementary OS system I planned on turning into an Lubuntu laptop (she's old- 2011) [15:33] I tried unetbootin' but it failed [15:36] I am at a loss... please help?? [15:36] Hello! Is there maybe a list of USB soundcards that are known to work well with Ubuntu? I don't have any special requirements other than it works out of the box [15:37] (or with minimal assistance ;p) [15:39] ioria, I'm able to connect to google.com but unable to connect to pt.archive.ubuntu.com [15:40] marvin42, i guess you did not correctly chrooted [15:41] I did mount /dev/sda1 /mnt ; chroot /mnt /bin/bash ; echo 'nameserver 8.8.4.4' > resolv.conf [15:42] marvin42, and you did not mount the critical fs ? [15:42] marvin42: try us.archive.ubuntu.com. Maybe it's an issue with the repo/domain and not your system [15:42] ioria, nope. I've learned how to chroot just yesterday [15:43] Hi folks [15:43] leftyfb, yeah, I can talk to us.archive.ubuntu.com [15:43] marvin42, you need bind mounted /dev /dev/pts /proc /sys /run [15:43] marvin42: sounds like it's a problem with the repo and not you [15:43] or maybe your isp [15:43] ioria, how can I accomplish that? [15:43] just use us. or some other repo [15:44] leftyfb, how can I invoque the us. repos from apt? [15:44] edit /etc/apt/sources.list and change it [15:44] then update/upgrade [15:44] marvin42, you mount sda1 in mnt, for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done, then chroot /mnt [15:45] marvin42: as for a proper chroot, for in sys proc dev dev/pts; do sudo mount -o bind /$i /mnt/$i;done [15:45] ioria: you missed a / [15:45] oh, maybe not [15:45] oh, yess ? [15:46] though pts and run aren't really all that important when chrooting for repair [15:49] leftyfb, to chroot after 'sudo mount -o bind /$i /mnt/$i' I just have to do 'chroot /mnt /bin/bash' , right? [15:55] I'm trying to change permissions on my usb. I have tried sudo chown -R user:user /media/Backup. It said it was busy. un mount....tried again. Acted like worked as in no errors came up just the next line in terminal. Permissions are still the same and in properties under owner it says 999 [15:55] Any suggestions? [15:56] I've already tried tons of forums, hence why I'm here. [15:58] Maynard420, what format is the usb drive? you can't change permissions on a windows format drive. Also, I don't think you can change permissions on a mount point [15:58] Maynard420: if you umount it, you just chown the mount point [15:58] leftyfb, weird, after chrooting like you said to, apt upgrade needs to install 250MB worth of packages [15:59] ext4 [15:59] Maynard420, you want to then mount it with options uid and maybe gid as well [16:00] I thought I had mountpoint right. How do I see it? Sorry rpetend I know nothing [16:01] uid and gid .... no clue what that even is. [16:01] Maynard420, those are options you use with the mount command. If this is a drive you want to mount to the same place, with the same permissions, every time you might want to create an entry in fstab for it [16:04] ermmmmm... how do I see the mount point? [16:04] what's the command [16:04] ? [16:05] Maynard420, you haven't given us anything to work with. All we know so far is you can't change the permissions on a mounted drive [16:05] Hi [16:05] I'm trying to change permissions on my usb. I have tried sudo chown -R user:user /media/Backup. It said it was busy. un mount....tried again. Acted like worked as in no errors came up just the next line in terminal. [16:06] I'm trying to change permissions on my usb. I have tried sudo chown -R user:user /media/Backup. It said it was busy. un mount....tried again. Acted like worked as in no errors came up just the next line in terminal. Permissions are still the same and in properties under owner it says 999 [16:06] Maynard420: if the partition you are working in is not formatted un a unix filesystem, its not gonna have unix permissions. for example fat32 [16:06] or ntfs [16:06] 17.04, yesterday backlight control worked, I've thought it could be dependent on kernel version change, but today I've loaded the old kernel again and unfortunstely backlight control still doesn0t work [16:07] ext4 [16:07] it looks like an issue not dependent on the kernel [16:07] How could I investigate? [16:07] Any ideas [16:07] Any ideas? [16:07] Maynard420: is the usb device based on nand flash? [16:08] then you can try running FakeFlashTest to see if its buggered. [16:08] My flash is fine. nand? [16:09] jesus christ man [16:09] all flash is nand [16:09] its the same thing you idiot [16:10] Maynard420: can you pastebin, ls -l /media/backup [16:10] Maynard420: can you pastebin, ls -l /media [16:10] you can also dmesg -w while trying to change permissions [16:11] if there are any filesystem errors, they might appear there [16:11] (dmesg -w in a 2nd terminal window) [16:13] sdrwxr-xr-x 2 james james 4096 Jul 23 09:46 Backup [16:13] drwxr-x---+ 3 root root 4096 Jul 23 08:23 james [16:16] leftyfb: hello again! I'm at the command line in the faulty operation system using irssi to connect [16:17] leftyfb: I'm now able to access my home folder (which is encrypted). How can I copy all the files recursively in folder X to a pendrive already up in /mnt? [16:17] dreamcat4: Sooooooo that's the output above [16:25] Maynard420: now that you have mounted it and you're logged in as james, you can't access it? [16:25] Maynard420: you need to have it mounted to use chown [16:27] it's mounted...... no one has told me yet how to get the mount point to be shown on my screen in terminal yet. [16:27] blahblah | grep or somesuch I think it was. [16:28] but I have to KNOW my mount point first off. [16:29] Maynard420: you said it's /media/Backup [16:29] marvin42, cp -R should do it [16:30] df -h [16:30] th0r: from inside the wanted folder 'cp -R /mnt' ? [16:31] then mount | grep [16:31] marvin42, you always need both source and destination with cp. cp -R /source /destination. And having, or not having, a trailing slash can make a difference. Read up on the cp command (man cp) [16:32] there's the MAGIC 5 letters I was missing I do believe. [16:33] mount | grep media/Backup and nope didn't change anything in permissions. [16:35] th0r: how do I remove folders? [16:36] marvin42, rmdir [16:37] I get this output /media/james/Backup type ext4 (rw,nosuid,nodev,uhelper=udisks2) [16:39] mount | grep media/Backup /media/$USER/Backup [16:39] th0r: thanks a lot, I'm new to the command line and am trying to fix a broken xserver, I can only access the command line. How can I perform ls and make it stop page per page (to be able to see contents in folders with a large number of files)? [16:40] ls | less [16:40] marvin42, ls | less [16:43] Hi [16:44] Maynard420: so did you manage to chown /media/james/Backup ? [16:47] sudo chown -R james:james /media/Backup no errors popped up it went to the next line.... still no permissions change [16:48] under properties > Owner it says 999 It SHOULD say my user name right? [16:50] Maynard420, what does 'ls -l /media/james' say? [16:51] drwxr-xr-x 13 999 root 4096 Jul 23 04:44 Backup [16:52] Hey guys, is it typical for sshd within ubuntu server 16.04.2 to be disabled after an upgrade is run using apt-get upgrade? I saw openssh-server being upgraded along with some kernel package, and I was suggested that I should reboot the system. The system is actually a VPS instance, and I no longer can access it over SSH, am getting instant connection refused. :) [16:52] skyroveRR: not likely [16:52] Maynard420, did you create the folder Backup? [16:53] Maynard420: your mount point is not /media/Backup but /media/james/Backup right? [16:53] Isn't that what the above ouput means? [16:53] Maynard420: so trying to change /media/Backup permissions doesn't make sense [16:53] leftyfb: well, strange. I can ping the host, the firewall is wide open in that VPS instance, so maybe my guess is I perhaps forgot to set it to "enable" via systemctl :) [16:53] skyroveRR: possibly [16:54] I'd like to play some good strategy game, RTS for example. Any reccomendations? [16:56] vimart: Steam. [16:56] It works on linux. In case you've never heard of it. [16:56] As for offline games, 0ad and warzone2100 are the good ones, vimart [16:57] chown: cannot access ‘james/media/Backup’: No such file or directory [16:57] chown: changing ownership of ‘/dev/sdb1’: Operation not permitted [16:57] chown: cannot access ‘ugo+rwx’: No such file or directory [16:57] Maynard420: you skipped the / in /media [16:57] Maynard420: it's /media/james/Backup [16:59] is there is any GUI to add cyberroam vpn in ubuntu ? [17:00] my terminal its dead easy but i am not able to access other url-based-websites other than vpn stuff , while IP based hits work [17:00] skyroveRR: I've heard about Steam but do not want to go through registrations etc again. I've forgot account and passwd I created long time ago. Anyway most good games is paid [17:01] vimart: right. Well, you can consider trying out the ones I suggested.. I've played them personally, and have been quite impressed. [17:01] skyroveRR: warzone2100 I remember, played it years ago. I'll have a look at 0ad, looks good. [17:01] akik huh? [17:02] 0/o [17:02] vimart: you can also simply install "wine" and get your favourite windows games running on your box. [17:02] I've to kill depression [17:02] Maynard420: your mount point is /media/james/Backup, not james/media/Backup [17:03] chown /media/james/Backup /dev/sdb1 ugo [17:03] chown: invalid user: ‘/media/james/Backup’ [17:03] skyroveRR: to be honest I don't have any Windows games. I used Windows 20 years ago :-) [17:03] I tried that after I noticed. [17:04] Maynard420: you have the options in wrong order [17:04] 25 years ago to be specific [17:04] Maynard420: it's "sudo chown -R james /media/james/Backup" [17:04] Maynard420: "sudo chown -R james:users /media/james/Backup" [17:04] would you type it ous it SHOULD be perhaps? [17:07] That sudo chown -R james:users /media/james/Backup was it. THX [17:08] And FUCK me running that ook forever to get one tiny line lol [17:12] leftyfb: I have done as you said. I've purged nvidea* and installed the xserver-xorg-video-noveau. It still gives me a blank screen after boot. [17:15] skyroveRR: 0ad is good so far. Thanks mate [17:21] how can I find which graphical driver is installed? [17:30] hi, is there a tool for creating presentation slides using one big image? [17:54] test, do you see me? [17:54] konrados_: we see you [17:54] first time using irc online [17:54] konrados_: you have joined the ubuntu support channel [17:54] no we see what you have typed [17:55] F25-20170718 updated live isos are available at http://tinyurl.com/Live-respins2 Built by the Fedora Respins Sig For more info #fedora-respins [17:56] kk4ewt: not relevant in the ubuntu channel [17:56] opps sorry i thought i was in another channel [17:57] I have a lexmark 3500, it seems the system doesn't see it, I try 'print' in firefox, and it doesn't see it - what should I do now? [17:58] konrados_: ubuntu version? [17:59] lotuspsychje: sec... [18:01] lotuspsychje: - Ubuntu 16.04.1 LTS [18:02] konrados_: have you tried to add your printer via the printer wizard? [18:02] how, lotuspsychje ? [18:02] konrados_: the printer icon [18:03] lotuspsychje: I'm a noob :( [18:03] <[n0mad]> settings > printers [18:03] sec... [18:04] [n0mad] - no such thing :( [18:05] <[n0mad]> sure there is [18:05] <[n0mad]> get out of firefox [18:05] <[n0mad]> and go to settings > printers [18:05] <[n0mad]> if you don't have printers in settings then i don't know how you installed ubuntu [18:07] [n0mad]: I'm not THAT stupid, thing is when I enter ubuntu settings there is no printer options [18:07] [n0mad] - give me a sec [18:07] <[n0mad]> no clue then. i've had it on every ubuntu install i've done [18:08] <[n0mad]> no, please help me... or.. anybody... [18:08] :( [18:08] please [18:09] or should I go #linux ? [18:09] [n0mad]: what version of ubuntu? [18:10] <[n0mad]> why ya asking me? i'm not the one with the issue. [18:11] Hey all, I recently moved from Mac to ubuntu. So far I like it. However, mouse movement in Ubuntu is not as smooth as in Mac. Is there any way I can make mouse movement as smooth as mac? [18:12] Sorry, get disconnected, did someone answer my question? [18:14] <[n0mad]> konrados__: you could see if system-config-printer-gnome is installed [18:25] I've got to install Windows 7 on a ubuntu machine, and I don't have a USB stick right now, so I'm using a hard disk partition to boot the extracted contents of the Windows ISO [18:26] Under Windows, I managed to get around this by using diskmgr to make the partition primary, and then using bootsect.exe to write the Windows 7 bootsector to disk [18:28] I've no idea how wine names my hard disk partitions so I don't think I can use bootsect under Ubuntu, can I? [18:28] (this is an external HDD) [18:55] trying to unlock a session in xubuntu from the commandline [18:55] 16.04 [18:55] loginctl unlock-sessions dosent work [18:55] anybody got any ideas? [18:55] (it stays locked) [19:02] martian67: did you add your session ID? [19:03] that would be unlock-session (no s) and that didnt work either no lotuspsychje [19:03] martian67: like this? loginctl unlock-session [id] [19:04] martian67, what lotuspsychje suggested should work -- get the ID from loginctl list-sessions [19:04] it dosent work [19:04] session remain locks [19:04] *locked [19:05] martian67, are you issuing the command from tty ? [19:05] im issuing it from ssh [19:06] works from tty [19:06] interesting [19:07] any specific recommendations here ioria ? [19:07] (the ssh session does not give errors) [19:08] return code is 0 [19:09] martian67, it works here with ssh ... but the ID is different 'c2' [19:09] it works here on tty session is c1 [19:09] it does not work over ssh [19:09] martian67, wrong ID ? [19:10] id is correct [19:10] i type exactly the same thing in tty [19:10] wait no hmm [19:11] dosent seem reliable over tty either... only sometimes [19:11] WTF [19:11] i have update pending gonna reboot [19:11] might be cause of weirdness [19:15] still dosent work ioria [19:15] martian67, what ID are you using ? [19:18] ioria, c1 [19:18] martian67, try c2 [19:18] which is the right id according to list-sessions [19:18] c2 dosent work either, already tried that [19:19] martian67, and no error output ? [19:19] no error output echo $# is 0 too [19:20] martian67, using sudo , right ? [19:20] just loginctl unlock-session dosent require sudo [19:20] but it dosent work with sudo either [19:22] (this works fine in arch btw) [19:22] martian67, in unity too [19:22] just so like we know the command isnt broken somehow [19:22] yep just does nothing in xubuntu [19:23] except on tty.... === jackNemrod_ is now known as jackNemrod [19:23] where it sometimes works [19:24] pacmanfan you around? [19:24] ioria, interestingly "lock-session" works [19:24] :) [19:25] that is, it will lock the screen, but i cannot then run "unlock-session" [19:25] martian67, oh good [19:26] martian67, wait, what 'locking ' tool are you using ? [19:28] ioria, locking with the menu [19:28] but locking with loginctl lock-session or menu [19:28] same result [19:28] cant unlock [19:29] martian67, DISPLAY=:0 gnome-screensaver-command -d [19:30] ioria, no dice [19:31] gnome-screensaver isnt even installed [19:31] (this is xubuntu) [19:31] (still uses lightdm though) [19:31] martian67, ha, ok ... looks like you need to unlock in the same (reverse) way you locked [19:32] doing it the reverse way dosent help [19:32] if i lock with loginctl lock-screen [19:32] err [19:32] if i lock with loginctl lock-session [19:32] it does not unlock with loginctl unlock-session [19:33] anyone know how i could adjust the mousewheel scroll rate in ubuntu? i have a logitech wireless mouse - m705 [19:35] martian67, ok, try again sudo loginctl lock-session c1 [19:35] martian67 and sudo loginctl unlock-session c1 [19:35] ah interesting ioria [19:35] if i unlock before the "This session is locked" screen goes away [19:35] it will unlock [19:36] oh [19:36] but if i wait for lightdm to come back [19:36] it will not unlock [19:36] clearly some kind of bug going on [19:36] yeah [19:37] I guess ill file a bug report ugh, this is really annoying for my setup [19:38] is there a way to make notify-send notifications box bigger? [19:38] martian67 another try is to ssh -Y [19:38] hey I'm trying to get php5-intl for ubuntu 14.04 . I have a legacy php app that depends on php 5.6, a lot of the code is obsolete in php 7.x, so I'm stuck with 14.04 . Unfortunately, I can't seem to install php5-intl ,I get this error : E: Failed to fetch http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/pool/main/p/php5/php5-intl_5.6.15+dfsg-1+deb.sury.org~trusty+1_amd64.deb 404 Not Found [19:38] ioria, loginctl shouldnt have anything to do with x11 [19:39] right [19:40] martian67 it works without issue here... maybe a xubuntu thing [19:53] ubuntu 17.04, nvidia drivers 375.66. have two monitors connected, one on displayport, one via dvi. ubuntu seems to detect both monitors, but displayport monitor is getting no signal. for some reason ubuntu gave both monitors the same size and model name but they are different. === jstein_ is now known as jstein [20:18] hey guys, I am running Ubuntu 16.04 w/ PRIME graphics, and I recently did a software update which upgraded my kernel to 4.10. 4.10 works with NVIDIA graphics, however when I switch to intel, only 4.8 works [20:18] ideas? [20:34] Hi! [20:35] anyone got some experience with vfio / qemu kvm? Got some nasty issues on last updates of qemu-kvm and so on :(. Maybe someone can take a look? [20:40] Hello! I'm running on Ubuntu 17.04. I installed golang-1.8-go package, but `go` isn't available in my terminal. What am I doing wrong? [20:47] I'm getting `platform_font_linux.cc(63)] Check failed: typeface. Could not find any font: Ubuntu, sans` when I try to run one of the snaps I'm making. Is there a package I can add as a dependency that has that font? [20:49] marahin: What is output when you try to run simply "go" from an interactive terminal? [20:50] Jordan_U, ➜ ~ go [20:50] zsh: command not found: go [20:55] <_BIGSHOT_> i want to make ubuntu as 24/7 media streaming server what type of ubuntu will be best? i want to install "Universal media server" on it... is there any other better option? [20:55] _BIGSHOT_: you could use plex media server. any flavor of ubuntu should work [20:56] <_BIGSHOT_> ghostbroker, why in particular plex and not Universal Media Server? [20:56] <_BIGSHOT_> http://www.universalmediaserver.com/comparison/ <-- look at this... now tell me why still plex is what you suggest? [20:56] Jordan_U, forget my issue; I downloaded the tarball, extracted contents to /opt/go and just linked /opt/go/bin/* to /usr/local/bin. Stuff works now. [20:57] <_BIGSHOT_> ghostbroker, which flavor of ubuntu? desktop or server flavor? what will make media streaming "SNAPPY"? [20:59] <_BIGSHOT_> ghostbroker, you there dawg [20:59] _bigshot_, if universal media server does what you want, use that. use the a headless server version if you dont need the desktop environment [20:59] <_BIGSHOT_> i want desktop environment [21:01] <_BIGSHOT_> ghostbroker, where can i get ubuntu server with desktop environment? [21:03] <_BIGSHOT_> yo dawg ghostbroker where to get server with head? [21:03] go ahead ghostbroker, we are all waiting for this one [21:04] <_BIGSHOT_> th0r, i know i can do "apt-get install gnome-desktop" [21:04] <_BIGSHOT_> but i want pre installed [21:04] <[n0mad]> then you install desktop [21:05] <_BIGSHOT_> which desktop do you recommend for servers ? [21:05] <_BIGSHOT_> xfce? [21:06] <[n0mad]> i just run ubuntu gnome 16.04 on my plex "server" [21:07] <_BIGSHOT_> [n0mad], why don't you use "universal media server"? [21:07] <[n0mad]> because i use plex and plex serves all my needs? [21:07] <_BIGSHOT_> ahha all your pawn needs [21:07] <[n0mad]> never even heard of universal media server until you came in here [21:08] <_BIGSHOT_> good now you heard remove plex install UMS [21:08] <[n0mad]> nah, i'm good [21:08] <_BIGSHOT_> good luck & have fun [21:10] hi [21:10] ubuntu is failing me [21:10] I need a way to recompile the whole distro from source like gentoo but ubuntu everything, just compiled all custom [21:10] Is there a system for doing that? [21:15] I have an Ubuntu xenial system which had a monitor connected to the video card's mini HDMI port. I had to move it to another monitor connected via HDMI. When I power up the system, I can ssh into it but nothing (not even BIOS splash) comes up on the monitor. How can I fix it? [21:18] a stupid question [21:19] is it possible to take snapshot of your current linux, and make like an installation file of it easy? [21:19] Like when you install ubuntu but the stuff you added are included in the install? [21:43] Whiskey: I would rather do it the following way... https://askubuntu.com/a/137991 [22:17] Whiskey: you can make a backup of your system that will you enable to restore it from bare metal to the moment the backup was made. See e.g. clonezilla [22:21] I just had a power outage, now when I turn on my computer it says "Reboot and select proper boot device" regardless of which drive I pick in the drive selection menu. [22:21] What do I do? [22:25] energizer: It sounds like you've either got data corruption or a hardware fault [22:25] energizer: neither is a very good option [22:25] Aginor: the boot media's an ssd [22:26] energizer: ok [22:39] Holy moly guys [22:39] i finally made it [22:41] Just to be sure. this is the place for ubuntu help right? [22:42] <[n0mad]> !ask | n0ni [22:42] n0ni: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [22:42] !patience [22:42] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [22:44] Hello! [22:45] Loshki, i look in to that thanks :) [23:39] How do you do the check sum using MS Windows? [23:40] I am trying to install ubuntu and don't know how to do the check sum using windows [23:42] <[n0mad]> i'd guess you'd need an md5sum program installed [23:42] !md5 [23:42] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [23:44] https://github.com/gurnec/HashCheck/releases should work, too [23:46] I have a conceptual question... has anyone here had success running Microsoft Excel via WINE? [23:47] I followed the instructions to download both "SHA1SUMS.txt" and SHA1SUMS.pgp [23:48] Which do I use for the check sum? [23:53] BandMan193: .txt