fling | How to debug this? -> Fetched 32.6 MB in 0s (99.4 MB/s) dpkg: unrecoverable fatal error, aborting: reading files list for package 'libmp3lame0:amd64': Input/output error E: Sub-process /usr/bin/dpkg returned an error code (2) | 00:33 |
---|---|---|
=== Guardian_452 is now known as |_|D | ||
ApOgEE | hi fling | 00:44 |
fling | ApOgEE: hello. | 00:45 |
ApOgEE | try dpkg --configure -a | 00:46 |
=== gms is now known as Guest26632 | ||
OerHeks | fling post the whole install + error log | 00:46 |
OerHeks | !paste | 00:46 |
ubottu | 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:46 |
ApOgEE | apt-get install --fix-broken | 00:46 |
fling | OerHeks: where can I find these logs? | 00:46 |
OerHeks | like you just copied from terminal? | 00:47 |
OerHeks | or run the command again, should fail, right? | 00:48 |
fling | OerHeks: https://bpaste.net/show/e793fc480946 | 00:51 |
MrSelfDestruct | fling: I was able to find a AskUbuntu thread about error code 2 in dpkg. I hope it is of some help! https://askubuntu.com/questions/139377/unable-to-install-any-updates-through-update-manager-apt-get-upgrade | 00:56 |
Bashing-om | fling: My input here - what shows ' dpkg -l libmp3lame0 ' ? Maybe we can work at removoving and re-installing ? | 00:56 |
Randolf | I just installed Ubuntu Linux 18.04 LTS server without the GUI. I'd like to install the GUI, but have it run in the background without displaying -- leaving the text-mode login prompt on the screen. Is this possible? | 00:57 |
fling | Bashing-om: https://bpaste.net/show/7392a1f514a6 | 00:57 |
fling | Randolf: try screen | 00:57 |
Randolf | Being able to login and start the GUI is something I'd like to be able to do as well, if possible, so that I can check on things locally instead of remotely. | 00:58 |
Randolf | fling: Yeah, I'm familiar with GNU Screen. I'm asking about the GUI though, not text mode stuff. | 00:58 |
fling | Randolf: running X in background? | 00:58 |
Randolf | fling: Yeah, just like how GNU Screen does it with text mode stuff. | 00:58 |
Randolf | ...but with the GUI / X. | 00:59 |
MrSelfDestruct | Randolf: You can install a GUI shell but remove any greeter so that it defaults to just the text login screen | 00:59 |
MrSelfDestruct | Like installing gnome-shell but removing gddm | 00:59 |
fling | Randolf: try tigervnc | 00:59 |
Randolf | MrSelfDestruct: Oh, that's interesting. Thanks. I'll look into that. "GUI shell" is guess is the key phrase there. | 00:59 |
Randolf | fling: Yeah, VNC is not a problem here (and that's a good one). | 01:00 |
Bashing-om | fling: What release is this ? As on ,y 18.04 I have "libmp3lame0: >> Installed: 3.100-2 | 01:00 |
Bashing-om | " | 01:00 |
MrSelfDestruct | Randolf: Yeah I used to run Slack and I didn't have a greeter but I did have XFCE so when I started up the system it presented with the traditional tty login but I could use startx to start XFCE if I wanted | 01:00 |
fling | Bashing-om: 18.10 | 01:00 |
fling | Randolf: tigervnc will allow you to run X using vnc server as a display. | 01:01 |
OerHeks | i was waiting for that, nobody gives the ubuntu version, annoying .. like we have to ask and beg | 01:01 |
Randolf | MrSelfDestruct: The machine will be running some WINE stuff, which depends on the GUI. I don't want local people to have access to shut things down and start up web browsers, etc., and the text-mode "login:" prompt serves that purpose perfectly. | 01:01 |
fling | Randolf: then you will be able to connect to it remotely or from localhost using a vnc client like ssvnc or something | 01:01 |
OerHeks | what does apt update give? any fancy ppa? | 01:01 |
Randolf | fling: Oh, now that's interesting. I did no know that TigerVNC could do that. | 01:01 |
Randolf | s/did no know/did not know/ | 01:02 |
fling | Randolf: x11vnc does the opposite by exposing your screen over vnc but it is not what you need. | 01:02 |
Randolf | Yeah. | 01:03 |
Randolf | I'm just looking at the "tigervnc" stuff in apt. | 01:03 |
Bashing-om | fling: Hummm .. well that is correct version .. and dpkg is not complaining . // Got to be away for a bit .. back in about 20 minutes. | 01:03 |
fling | Randolf: you could go with x11vnc if you will run xvfb instead of xorg :> | 01:03 |
fling | Randolf: this way X will run in a virtual frame buffer and x11vnc will do what I just told you… | 01:04 |
fling | Bashing-om: OerHeks: I will try purging the package | 01:04 |
MrSelfDestruct | fling: That sounds like a good idea. Was that link of any help, btw? | 01:05 |
fling | Same error on purge :P | 01:05 |
Randolf | fling: It looks like I'll need to get tigervnc-standalone-server from apt. | 01:05 |
MrSelfDestruct | fling: Woah. Can you install literally anything else without the error? | 01:06 |
fling | MrSelfDestruct: the solution in the link is not obvious | 01:06 |
MrSelfDestruct | Dang | 01:06 |
fling | MrSelfDestruct: no, this error on any package!! | 01:13 |
Randolf | fling: I just tried this with TigerVNC, but I get errors: https://pastebin.com/raw/zSek6PGs | 01:15 |
Randolf | I think I'm missing something. | 01:16 |
fling | Randolf: don't run it as root | 01:16 |
Randolf | Ah, okay. | 01:16 |
fling | Randolf: and specify and/or create a session | 01:16 |
fling | Randolf: you could use something simple by just putting 'exec awesome' in a session file | 01:17 |
Randolf | Hmm, a session. Okay. | 01:17 |
fling | Randolf: or 'exec startxfce' or whatever runs your DE | 01:17 |
Randolf | I don't have Xfce or any other GUI installed. | 01:17 |
Randolf | Just TigerVNC server modules, including the xorg extension one. | 01:18 |
fling | Randolf: then install something to run (in) a xorg session! :P | 01:19 |
Randolf | Ah, so the problem is that I don't have a GUI installed. Okay. | 01:19 |
Randolf | (This is new to me.) | 01:19 |
fling | Randolf: maybe just 'dwm' if you want to run minimal | 01:19 |
Randolf | Yeah, I prefer to run minimal. | 01:19 |
Randolf | I'll look into apt for dwm... | 01:19 |
Randolf | That resolved those errors. Cool. | 01:21 |
fling | Randolf: do you have it running now? | 01:22 |
Randolf | Yeah, but I'm having problems connecting, so I'm looking into logs... | 01:22 |
Randolf | This is a test system dedicated to this, so it's okay to blow things up. | 01:22 |
qwebirc21176 | hello | 01:28 |
Randolf | fling: Okay, I had to add the "-localhost no" parameter to get connected from elsewhere. This is fantastic! Thank you so much. | 01:29 |
fling | Randolf: yw! | 01:30 |
fling | Randolf: What are you running? xvfb+x11vnc or tigervnc? | 01:30 |
Randolf | And, wow, "dwm" is extremely cut down. It's well-suited to running GUI stuff on a server. | 01:30 |
Randolf | I'm using TigerVNC. | 01:30 |
fling | ok. | 01:30 |
fling | How do I fix dpkg not doing anythnig? :P | 01:31 |
Bashing-om | fling: Back ... and how about " sudo apt autoclean ; sudo apt update; sudo apt full-upgrade ' . any errors there ? | 01:31 |
fling | Bashing-om: the same error | 01:36 |
fling | Bashing-om: I would debug it with strace but can't install it haha | 01:36 |
Bashing-om | fling: Ouch ! . Lemme cogitate a bit . | 01:36 |
cyberbob_ | We have a large number of ubuntu 16.x machines in our environment and planning to upgrade those to 18.0.x | 01:40 |
Bashing-om | fling: Let's hope it is a corrupted list file. What results ' sudo rm -fr /var/lib/apt/lists ; sudo mkdir -pv /var/lib/apt/lists/partial ; sudo apt update ; sudo apt full-upgrade ' - where the update rebuilds the "lists" . | 01:40 |
cyberbob_ | We can use dist-upgrade and answer the questions on the go but that is not feasible for a few dozen machines to do (most probably will be using a shell script to get this done) but what is the ideal way to do this ? | 01:41 |
fling | Bashing-om: same error | 01:42 |
fling | cyberbob_: probably using do-release-upgrade | 01:42 |
Bashing-om | fling: Yukkie ! I will bow to others with greater experience before considering re-installing dpkg :( | 01:43 |
fling | cyberbob_: and upgrade to the each next release one by one. Worked here. | 01:43 |
cyberbob_ | fling: thanks but what about the questions and answers (as this will be a shell script and a few dozen machines) ? | 01:43 |
fling | Bashing-om: I can always rollback a snapshot. Can't really break things by removing dpkg or anything | 01:43 |
fling | cyberbob_: you could script this with gnu parallel | 01:45 |
Bashing-om | fling: Well, in that case of a roll back, can not loose ..but I sure would like to know the cause here :) | 01:45 |
fling | cyberbob_: also consider using apt-cacher-ng to speed things up really | 01:45 |
fling | Bashing-om: same here so should I try tinkerding with dpkg? | 01:45 |
Bashing-om | fling: re-installing apt while can be done with wget - going behind apt's back. Not real real confortanle but .... | 01:50 |
Bashing-om | confortable* | 01:51 |
fling | Bashing-om: looks like a cosmic ray damage | 01:52 |
fling | Bashing-om: I got a permanent error in /var/lib/dpkg/info/libmp3lame0:amd64.list | 01:52 |
fling | Bashing-om: and also in /opt/wine-d3d9-staging/lib/wine/rsaenh.dll.so and /opt/wine-d3d9-staging/lib/wine/shell32.dll.so | 01:53 |
fling | going to scrub to find more… | 01:53 |
Bashing-om | fling: removing the directory and rebuilding I had expected to remove the error .. Kind of at a loss as to the reason the error now persists. | 01:54 |
fling | Bashing-om: should I just drop /var/lib/dpkg/info/libmp3lame0:amd64.list, then purge the package? | 01:55 |
fling | Bashing-om: how do I reinstall the same exact version to make it catch the files? | 01:55 |
fling | Don't want to leave any orphanes with the upgrade | 01:55 |
fling | Bashing-om: scan: scrub repaired 172K in 0h2m with 46 errors | 01:57 |
fling | going to restore this container from a backup instead ;P | 01:57 |
Bashing-om | fling: Well the "procedure" is ' sudo mv /var/lib/dpkg/info/<packagename>.* /tmp/ ; sudo dpkg --remove --force-remove-reinstreq <packagename> ; sudo apt remove <packagename> ; sudo apt autoremove && sudo apt autoclean ' Then do the update/upgrade. | 01:58 |
fling | Bashing-om: thanks! | 01:59 |
Bashing-om | fling: :) but yeah - looks like the container is corrupted . | 02:00 |
fling | Bashing-om: the interesting part is all the damaged blocks are claimed by the files in the filesystem and it's snapshots of the same container. All the other files on the system are good. | 02:12 |
fling | So I dropped it, cleared and scrubbed again to confirm there is no more breakage present. copying the container over again :P | 02:12 |
Bashing-om | fling: Adressing/memory mapping got messed up somewhere - ? | 02:14 |
fling | another issue I'm getting here is libd3dadapter9-mesa:i386 and libncurses6:i386 are not getting installed as deps on 18.10 and I need to install them by hand to fix gallium nine | 02:14 |
fling | Bashing-om: do you mean it could be hardware error in RAM? | 02:14 |
Bashing-om | fling: Physical ram messed up is not too likely .. virtual addressing is what I had in mind. | 02:16 |
fling | omg | 02:16 |
fling | Is this a regular thing on linux? haha | 02:16 |
fling | Should I upgrade to 4.20? | 02:16 |
fling | I'm only getting this error on an only box running 4.19.6 | 02:17 |
fling | s/error/breakage/ | 02:17 |
tatertots | lol | 02:17 |
OerHeks | seems like you answered that one yourself .. | 02:17 |
Bashing-om | !info linux-image-generic cosmic | 02:18 |
ubottu | linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.18.0.17.18 (cosmic), package size 2 kB, installed size 15 kB | 02:18 |
OerHeks | omg.. complete custom vm install with gallium nine :-D | 02:19 |
* OerHeks runs to safety | 02:19 | |
fling | Bashing-om: I'm not running ubuntu kernel. I'm only running ubuntu in an lxd container for nine :P | 02:19 |
fling | OerHeks: why? haha | 02:19 |
=== Class7_ is now known as Class7 | ||
=== Leion1 is now known as Leion | ||
theorem | I'm having a terrible time installing amdgpu drivers after upgrading to 18.04 | 02:45 |
fling | OerHeks: what is wrong with this? | 02:47 |
Sweepyoface | Hi, I'm getting `debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable` | 03:18 |
Sweepyoface | but `fuser -v /var/cache/debconf/config.dat` outputs nothing | 03:18 |
Sweepyoface | oh nevermind, I managed to fix the problem by removing mariadb-server-10.3 instead of mariadb-server | 03:20 |
Gerowen | Changing "AllowOverride" from "None" to "All", to get .htaccess / .htpasswd files to work, breaks symbolic links, even though the option "FollowSymlinks" is still there. | 03:41 |
Gerowen | Ideas? | 03:41 |
Gerowen | Omg...I'm such a noob | 03:43 |
Gerowen | So apparently the presence of a .htaccess file inside a directory means it won't get listed in the default Apache file viewer; it was working this whole time I just had to manually go to the subdirectory location. | 03:43 |
cyberbob_ | is there any equiliant of 'yum update -y' in ubuntu ? | 03:47 |
=== imsurit is now known as Guest85042 | ||
Eickmeyer | cyberbob_: | 03:48 |
Eickmeyer | Sorry, premature enter there | 03:48 |
Bashing-om | cyberbob_: try as ' sudo apt update -y ' | 03:49 |
Eickmeyer | cyberbob_: 'sudo apt update -y && sudo apt upgrade -y' | 03:49 |
Eickmeyer | Bashing-om: In Fedora, "{yum|dnf} update" does the same thing as "apt update && apt upgrade" for us. | 03:50 |
=== Leion1 is now known as Leion | ||
=== [ghost] is now known as ghostboarder | ||
Eickmeyer | In (open)SUSE, that would be "sudo zypper up". | 03:51 |
Bashing-om | Eickmeyer: Thanks for that info . Been a proud user of ubuntu now many years - other distros have fallen by the wayside :P | 03:51 |
=== Leion1 is now known as Leion | ||
=== Leion1 is now known as Leion | ||
=== q_ is now known as monkeyfoo | ||
* monkeyfoo greets | 04:05 | |
Bashing-om | monkeyfoo: Welcome - you have a ubuntu support request ? | 04:09 |
monkeyfoo | Bashing-om: No, just poking around. | 04:11 |
monkeyfoo | thanks for asking | 04:11 |
Bashing-om | monkeyfoo: Here is a good place to lurk. | 04:11 |
monkeyfoo | Yus, I see much lurking | 04:12 |
Eickmeyer | monkeyfoo: Do keep in mind that this is an official support channel and we're pretty strict about staying on-topic. | 04:12 |
Eickmeyer | Discussions about Ubuntu go to #ubuntu-discuss and anything else goes to #ubuntu-offtopic. :) | 04:13 |
monkeyfoo | Eickmeyer: Understood, I'll mind my P's and Q's. | 04:13 |
Eickmeyer | monkeyfoo: Welcome. :) | 04:13 |
[rg] | whats a good way to find the intall date from an install? | 04:27 |
Airee | [rg], installed in what way? through apt-get? | 04:27 |
[rg] | from the iso install | 04:27 |
ChiLLabiS | /var/log/apt/history.log | 04:28 |
ChiLLabiS | ah iso | 04:28 |
ChiLLabiS | nvm | 04:28 |
Airee | [rg], maybe stat /bin/mkdir | 04:29 |
Airee | ? | 04:29 |
Airee | It's unlikely it was modified at any time after your install | 04:29 |
[rg] | also, is it possible to have an dedicated package archive on say an external disk to install packages from? | 04:29 |
Airee | [rg], A repository hosted on another drive? | 04:29 |
[rg] | yeah | 04:29 |
[rg] | why mkdir? just a random coreutil? | 04:30 |
Airee | yeah. | 04:30 |
Airee | [rg], I don't think you can add repos based on a directory. Should probably just spin up a local webserver. | 04:30 |
[rg] | but how is it done for the install media? | 04:31 |
Airee | Don't know. | 04:31 |
[rg] | oh | 04:31 |
[rg] | webserver is fine, but id like to carry some packages around :-D | 04:31 |
Airee | thats cool, you could have an apache2 server pointed to the mountpoint. | 04:32 |
Airee | wouldnt really be difficult to set up | 04:32 |
[rg] | ok, ill put that adventure off for another day | 04:33 |
Bashing-om | [rg]: My goto for install date: ' sudo tune2fs -l /dev/sdb1 | grep -i "Filesystem created" | 04:35 |
[rg] | giving me a date thats a few days old | 04:36 |
Bashing-om | [rg]: Humm .. ny result " Filesystem created: Sun Oct 16 22:36:38 2016 " .. | 04:37 |
[rg] | oh it seems the command errored for me | 04:38 |
[rg] | tune2fs: No such file or directory while trying to open /dev/sdb1 | 04:38 |
[rg] | Couldn't find valid filesystem superblock. | 04:38 |
Airee | [rg], use fdisk -l to identify the filesystem you need to use. | 04:39 |
leftyfb | sudo tune2fs -l $(df /|awk '{print $1}'|tail -1) | grep -i "Filesystem created" | 04:39 |
Bashing-om | [rg]: sdb1 is an example where that is the 2nd hard drive and 1st partition. Change to suit your use case :) | 04:39 |
[rg] | oooh right | 04:39 |
monkeyfoo | Assuming you have an sdb1.. try `lsblk` | 04:40 |
[rg] | nice | 04:40 |
[rg] | leftyfb comming clutch | 04:40 |
[rg] | i never bothered to use awk much, guess I should now! | 04:41 |
leftyfb | sudo tune2fs -l $(df /|awk 'END{print $1}') | grep -i "Filesystem created" # cleaned up a litt | 04:41 |
leftyfb | not bad for just waking up in the middle of the night after breaking a fever :) | 04:42 |
[rg] | not sure if anyones used bsd but pdksh != mksh ? | 04:42 |
[rg] | at least for ubuntu | 04:42 |
[rg] | leftyfb: yeah not bad at all :) | 04:42 |
[rg] | also seems I can still get a good reference from history.log too | 04:47 |
[rg] | end of install will be last requested by ubuntu | 04:48 |
duoi | Does Ubuntu support Plug and Play (PNP) hardware? | 04:49 |
[rg] | linux has pnp, so I want to say yes | 04:49 |
=== f00b4r is now known as marabout | ||
jcotton_ | yes | 04:59 |
jcotton_ | PNP is "plug it in and it works*" | 04:59 |
jcotton_ | *except for printers sometimes | 04:59 |
jcotton_ | **the PNP spec actually requires that perfect functioning of a printer will result in the destruction of the known universe | 05:01 |
=== jcotton_ is now known as jcotton | ||
retroispresto | Hi | 05:11 |
=== retroispresto is now known as stevendale | ||
[rg] | anyone know if history.log shows successfull insatll or i have to check term.log also? | 05:13 |
stevendale | !eol | stevendale | 05:13 |
ubottu | stevendale, please see my private message | 05:13 |
stevendale | Not helpful, dammit | 05:13 |
lotuspsychje | stevendale: plz mind your language | 05:13 |
SuicideKing | hi | 05:14 |
[rg] | gday retroispresto | 05:14 |
SuicideKing | gyus | 05:14 |
stevendale | lotuspsychje: Are you an op? | 05:14 |
stevendale | I'm pretty sure there's a guideline somewhere about micromodding | 05:14 |
lotuspsychje | stevendale: do you have an ubuntu question? | 05:14 |
stevendale | Where will we 'send people away' to when 14.04 is EoL? | 05:14 |
jake3104 | logs are useless. | 05:14 |
stevendale | Hi [rg] | 05:15 |
Bashing-om | [rg]: Have a look in the /var/log/installer/ directory . | 05:16 |
SuicideKing | Where can i find the windows emulator | 05:16 |
[rg] | sup stevendale | 05:16 |
lotuspsychje | SuicideKing: virtualbox and install windows | 05:17 |
monkeyfoo | or ReactOS | 05:18 |
stevendale | SuicideKing: WineHQ but that's not an emulator | 05:19 |
[rg] | Bashing-om: i am wondering in there general case too thanks | 05:20 |
Bashing-om | [rg]: There is nothing that happens on the system that is not logged "sonewhere" - but there is no general case, only specifics. | 05:25 |
Bashing-om | somewhere* | 05:25 |
stevendale | Ubuntu 14.04 works great on a 2nd gen i5, ya know | 05:26 |
lotuspsychje | stevendale: join #ubuntu-discuss | 05:26 |
stevendale | lotuspsychje: -offtopic | 05:26 |
lotuspsychje | stevendale: this channel is 'only' for ubuntu support questions | 05:26 |
stevendale | lotuspsychje: I think I know more about that than you | 05:27 |
[rg] | Bashing-om: yeah just wondering if is possible for a package to get logged in history but fail to install | 05:27 |
Bashing-om | [rg]: package installs fall under the 'dpkg' logs . | 05:30 |
[rg] | oh ok, thanks | 05:31 |
Bashing-om | [rg]: :) | 05:32 |
[rg] | seperate question, can kernel compiles be done for ubuntu? <or any other binary distro> | 05:32 |
lotuspsychje | [rg]: do you have an actual question, or do you just ask questions randomly? | 05:33 |
[rg] | wdym? | 05:33 |
lotuspsychje | [rg]: tell us why you want to compile a kernel please? | 05:33 |
Bashing-om | !kernel | [rg] | 05:34 |
ubottu | [rg]: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) | 05:34 |
[rg] | learn more about linux, i want to know if it is in ther realm of ubuntu | 05:34 |
[rg] | nice | 05:36 |
* [rg] wonders off | 05:36 | |
snappy | how do i get apt-get to keep packages after install in /var/cache/apt? i tried enabling the option '-o APT::Keep-Downloaded-Packages=true' | 05:53 |
Sliss_ | snappy: https://help.ubuntu.com/community/Repositories/Personal might help you perhaps | 05:55 |
=== Leion1 is now known as Leion | ||
snappy | is this the onyl way, as in there isn't a way to keep the deb packages after apt-get runs? | 05:58 |
jaypadath | /msg NickServ identify sivaparvathy@9 | 05:59 |
tomreyn | jaypadath: hi, you just sent your nickserv password to the channel. you should now replace it. | 06:00 |
jaypadath | hmm yea thanks...I will replace now | 06:02 |
* monkeyfoo does facepalm | 06:02 | |
Sliss_ | snappy: as far as I understand apt clean will delete them. /etc/apt/apt.conf.d/10periodic has a setting APT::Periodic::AutocleanInterval "0"; but here it is set to 0 so I assume it isn't deleting | 06:07 |
Sliss_ | an other option is using apt-cacher-ng which acts as a local source all your local machines can point too | 06:08 |
Sliss_ | apt-mark can perhaps help to prevent specific packeges to be removed if that helps | 06:11 |
Sliss_ | e.g. sudo apt-mark manual <package name> | 06:13 |
tomreyn | snappy: you could discuss your use case, then we could see if we can find a better solution. apt normally deletes packages in the apt cache after a while to not grow it too large. after all /var/cache/apt is often on the root ("/") file system, and you really don't want that to grow full. | 06:13 |
snappy | tomreyn: so this is for a ci/cd system, i want to make a cache from /var/cache/apt to improve build times | 06:15 |
tomreyn | snappy: you'd grow your cache indefinitely then. probably not what you want. a local proxy cache could help. | 06:19 |
tomreyn | there are also apt specific caching proxies. | 06:19 |
raniesantos | Hi, can someone check if 'wmctrl' installed by default on Ubuntu. I forgot whether I installed this or not. | 06:20 |
tomreyn | snappy: if you just want to take a fixed state and create a repository from that, there's https://help.ubuntu.com/community/AptMoveHowto | 06:21 |
tomreyn | (but it'll get outdated soon as new security and bug fixes arrive) | 06:21 |
tomreyn | raniesantos: whihc ubuntu release? | 06:22 |
Randolf | raniesantos: I don't have the "wmctrl" command on my Ubuntu Linux 18.04 LTS installation. | 06:22 |
raniesantos | ok thanks | 06:22 |
tomreyn | snappy: coming back to the original question (but i think this isn't what you want): on 18.04, in addition to APT::Periodic::AutocleanInterval "0" in /etc/apt/apt.conf.d/10periodic (as Sliss already discussed), I also see APT::Archives::... settings in /etc/apt/apt.conf.d/20archive | 06:24 |
alan1 | I'm trying to set up a home apache server that serves different services. I'm able to set it up so that 192.168.1.69:1000 serves one service, :1001 another, and so on. I'd like to instead do 192.168.1.69/serviceA /serviceB etc. All tutorials I can find on the subject require DNS changes. I'd like to avoid dependence on DNS (partly because I can't reliably change it. What to search for to learn how to do this? | 06:39 |
lotuspsychje | alan1: maybe better join #ubuntu-server for server questions? | 06:40 |
alan1 | lotuspsychje: It's running on an ubuntu desktop netebook, and this seemed like novice question, but ok. | 06:41 |
lotuspsychje | alan1: ok, try to mention this in your question next time | 06:42 |
eraserpencil1 | hi all, in https://packages.ubuntu.com/xenial/libs/libyaml-cpp0.5v5, I see that the source packages provided are 0.5.2, yet in the repo it's 0.5v5(does it mean it's 0.5.5?). How do i see the changes in src up to 0.5v5? | 06:43 |
eraserpencil1 | oh i just figured out | 06:45 |
panorain | Hi all! | 06:46 |
pd09041999 | Can anybody help https://askubuntu.com/questions/1109163/dell-inspiron-5570-fingerprint-sensor-driver | 06:46 |
monkeyfoo | alan1: Have you read up on apache server virtual hosts? That sounds like what you're looking for. https://httpd.apache.org/docs/trunk/vhosts/examples.html#port | 06:47 |
sxh | hello | 06:50 |
alan1 | monkeyfoo: I have, though not exhaustively. Your link is to what I've already figured out (specify a different port to go to a different site). Instead of remembering that port 25527 is for my Calibre OPDS server, I'd like to just write my.ip.add.ress/COPS. | 06:51 |
=== Leion1 is now known as Leion | ||
qwebirc33909 | asd | 07:03 |
qwebirc33909 | qwe | 07:03 |
qwebirc33909 | Hi | 07:03 |
qwebirc33909 | anybody there? | 07:04 |
Mr_Cyclops | qwebirc33909, Congrats! your keyboard is working :) Please go ahead and put your query, if someone is available and they have the answer, they will respond :) | 07:04 |
monkeyfoo | alan1: Hmm... ok, guess I didn't get the question then. You wanted named based subdomains pointing to ports on the same host? | 07:09 |
monkeyfoo | alan1: Something like this? http://httpd.apache.org/docs/current/vhosts/name-based.html | 07:10 |
erle- | what do I do with messages like "nvidia firmware xy not found for module nouveau"? | 07:12 |
erle- | I tried reinstall with a lot of packages but it did not work | 07:13 |
erle- | the computer used to have nvidia drivers but now has nouveau drivers | 07:13 |
erle- | any suggestions what I should reinstall? | 07:19 |
erle- | or can anyone check which package for example "ucode_unload.bin" belongs? | 07:19 |
magusarius | Good morning | 07:24 |
tomreyn | erle-: are you trying to make nouveau or the proprietary nvidia driver work? which ubuntu release are you running, what is your graphics card? | 07:26 |
tomreyn | ucode_unload.bin is in package linux-firmware. | 07:27 |
erle- | tomreyn, 18.10, nouveau seems to work, but kind of slow | 07:32 |
erle- | linux-firmware is installed | 07:32 |
erle- | but every kernel update reports that it is missing | 07:33 |
erle- | a long list of blobs | 07:33 |
erle- | only on that single machine (Thinkpad W530) | 07:34 |
alan1 | monkeyfoo: thanks, but I think I've figured out it's simpler. I just need to put subdirectories in my /var/www/mysite as mysite/A mysite/B | 07:34 |
erle- | I have another NVIDIA machine with no problem | 07:34 |
erle- | on the affected machine, I had CUDA and all installed once | 07:37 |
erle- | on both actually | 07:37 |
=== the2048_ is now known as the2048 | ||
tomreyn | erle-: some Thinkpad W530 models come with no nvidia chipset, some with nVidia Quadro K1000M, some with K2000M, and there may be other models (which is why i asked what you have there). this should tell: lspci -knn | grep -A3 VGA | nc termbin.com 9999 | 07:44 |
tomreyn | there are also some with NVS 5400M | 07:46 |
alan1 | Next ubuntu/apache problem... I have a php app running in /var/www/COPS, but it needs read-only access to data on a mounted drive. It complains it doesn't have permission. I tried adding www-data to the group that has read permission for the files in question, but didn't work. What am I missing? | 07:46 |
tomreyn | alan1: both files and the directory containing them need to allow for access. test using sudo -u www-data cat /path/to/file | 07:49 |
tomreyn | note that this will allow anything running as www-data to access these files. you could further restrict this using fastcgi and run websites under different system user accounts. | 07:51 |
tomreyn | (does not work with mod_php) | 07:52 |
tman904 | Hi everyone. | 07:52 |
alan1 | tomreyn: sudo -u www-data less /mnt/Path/To/A/File opens it up nicely. | 07:53 |
alan1 | tomreyn: never mind. Had to restart apache | 07:55 |
=== Leion1 is now known as Leion | ||
=== the2048_ is now known as the2048 | ||
pagios | hi all, is there a way to activate motion upon screen lock automatically? also i would like to reduce sensitivity to reduce false positives | 08:01 |
arham | test | 08:01 |
tomreyn | pagios: what does "motion upon screen lock" do? sensitivity of what to what? i can barely make out you may be referring to some form of input device. | 08:04 |
pagios | motion the software | 08:04 |
pagios | for spycam | 08:04 |
tomreyn | !info motion | 08:05 |
ubottu | motion (source: motion): V4L capture program supporting motion detection. In component universe, is optional. Version 4.0-1 (bionic), package size 233 kB, installed size 717 kB | 08:05 |
tomreyn | this? | 08:05 |
pagios | yea | 08:05 |
pagios | wanna run a command on screen lock , which happens to be motion | 08:06 |
tomreyn | and you're asking about which ubuntu release and flavour? | 08:06 |
tomreyn | nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};) | 08:07 |
alan1 | I have a permissions problem. A mounted drive has a directory I want www-data to read-only (via apache). I'm the owner, there's a users group that has rw permissions. Problem is, I don't want www-data to be a member of users because there's stuff it shouldn't access. My web app works if www-data is in the group. I tried doing chmod o+r for the files in question, but that didn't work (probably because www-data | 08:09 |
alan1 | doesn't (and shouldn't) have access to the parent directories. How can I solve this? | 08:09 |
pagios | tomreyn, https://termbin.com/ik3y | 08:15 |
erle- | tomreyn, it is wiht Quadro | 08:17 |
erle- | k1000m | 08:18 |
erle- | tomreyn, but I think that does not matter at all, this is a dpkg/apt problem | 08:18 |
erle- | I see no effects on Xorg or initramfs building | 08:18 |
tomreyn | erle-: show the commands you run and the output containing error messages (or warnings?) which it produces, on a pastebin | 08:19 |
erle- | also there are no single packages for different video cards, there is a firmware package and nouveau packages | 08:19 |
erle- | tomreyn, just "apt dist-upgrade" whenever there is a kernel update | 08:19 |
tomreyn | pagios: maybe this would help https://askubuntu.com/questions/429716/how-to-run-a-command-or-script-at-screen-lock-unlock | 08:19 |
erle- | so only reproducable on kernel updates | 08:19 |
tomreyn | erle-: you can apt-get install --reinstall linux-image-$(uname -r) | 08:21 |
erle- | tomreyn, I am just doing that right now :) | 08:22 |
tomreyn | or: sudo update-initramfs -c -k $(usname -r) | 08:22 |
erle- | tomreyn, reinstalled all linux packages (image, modules, headers, etc.) | 08:24 |
erle- | https://paste.ubuntu.com/p/MSJ8NvgZxt/ | 08:24 |
tomreyn | erle-: your configured resume (from suspend-to-disk) device does not exist. other than that there is no problem. the "possible missing firmware" hints are just warnings. | 08:28 |
erle- | tomreyn, okay | 08:28 |
erle- | Yes, I do not want Swap. | 08:28 |
erle- | Suspend to disk never worked anyway, and I don't want memory on disk | 08:28 |
erle- | it is just that the installer forces you to have swap | 08:29 |
erle- | even if you remove all swaps from the installer partitioning, it will create one | 08:29 |
=== captain__broken is now known as captainfixerpc14 | ||
tomreyn | i think the current desktop installer always creates a swap file, yes, but then that's easily removed. | 08:30 |
tomreyn | the resume device is probably configure din /etc/initramfs-tools/conf.d/ | 08:30 |
tomreyn | look for a file which contains the line RESUME= and comment it out or delete the line. | 08:30 |
tomreyn | i got to go | 08:31 |
erle- | tomreyn, the system was isntalled with a swapfile and no swap partition | 08:31 |
erle- | but since it is butterfs as root, swapfile is not recommended anyway | 08:31 |
erle- | installer ignores that as well (but that is fine, it is my choice of using butterfs) | 08:31 |
erle- | it should actually ask for swapfile, not just create it, I think for 99 pecent of users it is useless, but it is a privacy risk | 08:32 |
erle- | even if you are low on memory, as soon as it swaps it will be pretty much unusable and you should kill apps or reboot anyway | 08:32 |
erle- | it is only useful to store memory leaks if anything | 08:33 |
erle- | tomreyn, thanks for pointing out the resume configuration, I removed that :) | 08:38 |
asdfasdasd | rer | 08:39 |
djukiol0 | Hi. I'm trying to report a bug using "ubuntu-bug mutter", but after it collects data and I click "Send", it does nothing, it opens no browser window, it just finishes. No error is shown in the command line. I'm using 19.04 Beta. I understand it's a beta, but how can I report a bug if this tool doesn't work for me? Thank you. | 08:46 |
ducasse | !ubuntu+1 | djukiol0 | 08:54 |
ubottu | djukiol0: Disco Dingo is the codename for Ubuntu 19.04 - Support only in #ubuntu+1 | 08:54 |
murlidhar | hello all. i tried using deb https://weechat.org/ubuntu cosmic main | 09:01 |
murlidhar | but says snap is not installed | 09:01 |
murlidhar | Command 'deb' not found. | 09:02 |
murlidhar | what am i missing here ? | 09:02 |
tomreyn | murlidhar: "deb https://weechat.org/ubuntu cosmic main" is an apt source, to be used with the apt or apt-get applications, to be stored in a file at /etc/apt/sources.list.d/ - it is not related to snaps. | 09:04 |
murlidhar | tomreyn: ok but why do i find this command deb not found ? | 09:06 |
tomreyn | Muligan: because "deb" is not a command, and you don't type this as a command in a terminal | 09:06 |
murlidhar | oh | 09:07 |
tomreyn | murlidhar: which how-to / guide / documentation did you follow there? | 09:07 |
murlidhar | ok i need to add that in the repository ? | 09:07 |
tomreyn | go to https://weechat.org/download/debian/ and click on "installation instructions", then read, slowly and carefully, and don' forget to "choose your distribution/version" from the drop-down field. | 09:09 |
tomreyn | or just install weechat from ubuntu | 09:09 |
djukiol0 | ok, thank you ducasse | 09:09 |
murlidhar | tomreyn: yes. i remember we used have add-apt repository | 09:09 |
tomreyn | ...which is as easy as: sudo apt update && sudo apt install weechat | 09:10 |
tomreyn | only the latter approach is supported here. the former may be supported by #weechat | 09:11 |
murlidhar | thanks tomreyn | 09:11 |
murlidhar | will look into it surely. | 09:11 |
murlidhar | tc all. laters. | 09:12 |
matteotanca | hi all, do you know why it.archive.ubuntu.com is down today? | 09:15 |
alan1 | If I have a sub-directory and want my user myuser and my group users to own the files with permissions 2770, and want another specific user not in users to have read only permission, yet don't want to grant access to all users, how can I accomplish that? | 09:18 |
alan1 | Is it insecure to grant www-data access to /mnt/private/private/public by setting permissions 751 for all of /mnt/private/private directories, where www-data is not the owner nor in the group? | 09:23 |
fling | Is there a command for reinstalling all the packages owning files from a list? | 09:27 |
tomreyn | matteotanca: no. i've re-posted your report to #ubuntu-mirrors | 09:27 |
=== cpaelzer__ is now known as cpaelzer | ||
tomreyn | fling: no. you could get somewhat close (but it's error prone) by combining the output of "dpkg -S /path/to/file | cut -d: -f1" with "sudo apt-get install --reinstall" | 09:38 |
fling | tomreyn: will try this now! thanks | 09:39 |
tomreyn | alan1: it is insecure if it poses a problem if other system users can access those files (and directories). we cannot evaluate this for you, it dpends on how you need (not) protect this data from other local users. | 09:42 |
tomreyn | if you're happy to expose the data to the web, you may be happy to expose it to other local users, too, though. | 09:43 |
tomreyn | (just guessing there) | 09:43 |
buhg | v | 09:54 |
fling | tomreyn: it works -> while read line ; do dpkg -S $line | cut -d: -f1; done < broken-files.list | sort | uniq | xargs -n1 apt-get install --reinstall | 09:54 |
tomreyn | fling: congrats. now how did this situatio occur in the first place? | 09:57 |
fling | tomreyn: not sure, probably bad ram and/or controller silently flipping bits | 09:58 |
=== Ignacio is now known as Guest28649 | ||
bluerid | hallo | 09:59 |
fling | tomreyn: and it does not work if /var/lib/dpkg/info/something.*list is broken | 09:59 |
fling | tomreyn: how to workaround this? | 09:59 |
fling | tomreyn: /var/lib/dpkg/info/libgstreamer-plugins-base1.0-0:amd64.shlibs and /var/lib/dpkg/info/libgstreamer-plugins-base1.0-0:amd64.list are not readable | 09:59 |
bluerid | hallo | 09:59 |
fling | tomreyn: can I just uninstall this only package without doing any checks? | 09:59 |
tomreyn | hi bluerid, we can read you | 09:59 |
bluerid | hi tomreyn | 10:00 |
bluerid | what do you from?? | 10:00 |
tomreyn | fling: i recommend that you spend time on working out the root cause, then reinstall. | 10:00 |
fling | tomreyn: dpkg: unrecoverable fatal error, aborting: reading files list for package 'libgstreamer-plugins-base1.0-0:amd64': Input/output error | 10:01 |
tomreyn | fling: if your hardware remains defective and bit rot continues, you'll just make thiungs worse | 10:01 |
tomreyn | see what i just wrote | 10:01 |
fling | tomreyn: I've spent the whole day on scrubs, memtests, cleaning and flipping around ram modules etc | 10:01 |
tomreyn | !chat | bluerid | 10:01 |
ubottu | bluerid: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 10:01 |
tomreyn | fling: did you check s.m.a.r.t.? | 10:01 |
bluerid | where do you from?? | 10:02 |
fling | tomreyn: the smart is good and I'm not getting read/write errors at block level. only the checksums are bad | 10:02 |
fling | tomreyn: nothing at dmesg. | 10:02 |
fling | tomreyn: so how do I reinstall without reading the file? Is it a bad idea to just drop the file? :P | 10:02 |
tomreyn | 'only'? ;-) | 10:02 |
tomreyn | which file system is this, what other layers do you have below it? | 10:03 |
fling | Yes. Now I'm experiencing only wrong checksums of some blocks of few files on multiple filesystems in different pools. | 10:03 |
fling | tomreyn: zfs on luks | 10:03 |
tomreyn | doh, ok, good luck. i'm not qualified to support you there. | 10:04 |
fling | tomreyn: I'm not asking about any help with memtest or zfs or luks | 10:04 |
fling | just ubuntu, apt and dpkg stuff :P | 10:04 |
tomreyn | bluerid: see what ubottu told you. this channel is just for ubuntu support questions., you are welcom to join one of the other channels. | 10:04 |
tomreyn | fling: and i'm saying that's not where the problem is. | 10:05 |
fling | tomreyn: the root cause is probably already solved by other actions. Now I'm trying to recover the damages. | 10:05 |
tomreyn | https://ubutntu.com/download | 10:06 |
tomreyn | https://ubuntu.com/download actually | 10:06 |
fling | can't I recover from broken files in /var/lib/dpkg/info ? | 10:06 |
=== thijser is now known as thijsert | ||
tomreyn | maybe. but i don't recommend it,a new installation is most likely a fast and most of all reliable fix. | 10:07 |
fling | tomreyn: I already fixed one container with the oneliner I posted but there were no broken files in /var/lib/dpkg/info | 10:08 |
tomreyn | the other approach is mix of guessing and luck. | 10:08 |
fling | I hope I will be able to go this way for other containers | 10:08 |
tomreyn | maybe someone else is happy to support you with it. | 10:08 |
fling | tomreyn: I have a snapshots so I can always rollback if I will break dpkg or something | 10:08 |
fling | I have container copies on another box but I'm not in the mood of transfering them over network again… | 10:09 |
fling | I will just reuse the broken files in /var/lib/dpkg/info from another install… | 10:09 |
fling | tomreyn: dropping broken md5sums, symbols and list files worked! Now reinstalling fine. | 10:12 |
buhg | yoppo | 10:13 |
tomreyn | fling: there's no need to keep highlighting me on this issue, I already explained my stance and that I will not support this approach. | 10:19 |
fling | But I fixed things! thanks anyway | 10:21 |
sruli | i ran do-release-upgrade on 16.04 after checking the packages which are no longer supported i cancelled (i need time to go through them carefully) now every time i run apt dist-upgrade it wants to install some ~1,500 packages, how do i stop that? | 10:26 |
tomreyn | sruli: can you show: 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 </tmp/aptlog; rm /tmp/aptlog | 10:28 |
tomreyn | also: nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};) | 10:28 |
=== xerox123_3 is now known as xerox123_ | ||
tomreyn | sruli: i have to leave for now. | 10:34 |
sruli | tomreyn: i am tying it to another PC, made a few typos sorry | 10:35 |
sruli | tomreyn: you still here? termbin.com/m0wyd | 10:40 |
=== Euph0ria is now known as FutureShock | ||
arora | Hey, does gnome use upower by default? | 10:58 |
chankruze | Yo | 11:08 |
=== waveform_ is now known as waveform | ||
arora | Hey | 11:21 |
evg__ | Hi, I want to install many os on one computer. There is virtual box that installs on bare hardware, how is it called? | 11:35 |
ioria | !info virtualbox | 11:36 |
ubottu | virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 5.2.18-dfsg-2~ubuntu18.04.3 (bionic), package size 16635 kB, installed size 77065 kB | 11:36 |
evg__ | i mean it is like vb, but it needn't os | 11:37 |
ioria | ah, kvm then | 11:37 |
ioria | !kvm | 11:38 |
ubottu | kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM | 11:38 |
evg__ | NO, the first letter is E, it's short. etcd something like that. | 11:39 |
ioria | ESX/ESXi, ? | 11:39 |
evg__ | Yes! | 11:40 |
ioria | idk if available in the ubuntu rrepos | 11:41 |
bhuddah | no. it is available from vmware.... | 11:42 |
ioria | yeah | 11:42 |
sruli | i ran do-release-upgrade on 16.04 after checking the packages which are no longer supported i cancelled (i need time to go through them carefully) now every time i run apt dist-upgrade it wants to install some ~1,500 packages, how do i stop that? | 11:49 |
ioria | sruli, paste the output | 11:52 |
threadstack | Is there a means to entirely disable password-only authentication in Ubuntu? I'm not asking for autologin or anything like that; rather, I've configured YubiKey login and that works great but if I install something like XScreenSaver and tell it to force authentication on lock, then it accepts password-only authentication, which I don't want. | 11:53 |
threadstack | (Yes, I know I can shoot myself in the foot by losing my YubiKey and I would rather that "risk" than simple password authentication.) | 11:54 |
pragmaticenigma | threadstack: That limitation is on Xscreensaver, not the system | 11:54 |
sruli | ioria: output of apt list --upgradable termbin.com/cjcz | 11:55 |
pragmaticenigma | threadstack: You would need to reach out to the development group for Xscreensaver and ask when they might be able to accommodate alternative authentication mechanisms such as Fido devices | 11:56 |
threadstack | pragmaticenigma: Understood but Xscreensaver must be depending on part of the subsystem to tell it that password authentication is allowed, which is allowing the password authentication, yeah? :) | 11:56 |
pragmaticenigma | threadstack: No | 11:56 |
evg__ | ioria: thanks | 11:57 |
ioria | evg__, yw | 11:57 |
threadstack | pragmaticenigma: Xscreensaver isn't handling the authentication mechanism, though, yeah? | 11:57 |
pragmaticenigma | threadstack: xscreensaver has been documented to not be an effective way to protect a system. It can easily be overcome | 11:57 |
ioria | sruli, and why you don't want to run it ? | 11:57 |
sruli | ioria: i dont want to upgrade that pc to 18.04 yet | 11:58 |
pragmaticenigma | threadstack: that is why it is no longer installed by default. And if you desire your FIDO device to work, should stick to the default system locking mechanisms | 11:58 |
ioria | sruli, are you not on 18.04 atm ? | 11:58 |
sruli | ioria: not that PC | 11:58 |
sruli | ioria: on that PC upgrading will braek many things, i have to make some time to test many different things before i upgrade that one | 11:59 |
pragmaticenigma | threadstack: xscreensaver by default does not use PAM authentication be default (which is part of the requirements for FIDO based key logins.) | 11:59 |
ioria | sruli, that list is about bionic packages, nonetheless | 11:59 |
sruli | ioria: yes and i dont want to install the bionic packages there, i want that to remain 16.04 | 12:00 |
ioria | sruli, ah ok | 12:01 |
sruli | ioria: so how do i stop that? | 12:01 |
ioria | sruli, cat /etc/issue please | 12:01 |
sruli | ioria: Ubuntu 16.04.6 LTS \n \l | 12:02 |
ioria | sruli, sy, i don't get why/how you have bionic sources | 12:03 |
ioria | sruli, i'd check /etc/apt/sources.list | 12:04 |
sruli | ioria: i guess because i ran do-release-upgrade at 1 point, (but cancelled after it listed the packages that are not supported) | 12:04 |
ioria | sruli, just starting do-release-upgrade does not change sources.list | 12:05 |
sruli | ioria: ^^ just checked, yes all point to bionic | 12:05 |
ioria | sruli, paste /etc/apt/sources.list | 12:05 |
ioria | sruli, and paste apt-cache policy apt | 12:06 |
sruli | ioria: all pointing to bionic too (you want to full output?) | 12:07 |
mIk3_08 | hi guys. dropbox offered me 22GB free space on my ubuntu 18.04 but it needs python-gpgme; I try to install it but Reading package lists... Done | 12:07 |
mIk3_08 | Building dependency tree | 12:07 |
mIk3_08 | Reading state information... Done | 12:07 |
mIk3_08 | Package python-gpgme is not available, but is referred to by another package. | 12:07 |
mIk3_08 | This may mean that the package is missing, has been obsoleted, or | 12:07 |
mIk3_08 | is only available from another source | 12:07 |
mIk3_08 | E: Package 'python-gpgme' has no installation candidate | 12:07 |
ioria | sruli, paste apt-cache policy apt | 12:07 |
pragmaticenigma | !paste | mIk3_08 | 12:07 |
ubottu | mIk3_08: 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. | 12:07 |
ioria | sruli, you probably need to revert the sources | 12:08 |
sruli | ioria: termbin.com/sd4s | 12:08 |
ioria | sruli, too late | 12:08 |
ioria | sruli, you are on bionic right now | 12:09 |
sruli | ioria: so should i replace all bionic with xenial in sources.list? | 12:09 |
mIk3_08 | forgot the location sources.list pls... | 12:09 |
ioria | sruli, it will break (probably); do you have back-ups ? | 12:10 |
sruli | ioria: how come? lsb_relaese shows 16.04.6 | 12:10 |
ioria | sruli, do you really wnat to do that ? | 12:11 |
mIk3_08 | just try to review it. | 12:11 |
sruli | ioria: do i want to do what? | 12:11 |
ioria | sruli, reverse | 12:11 |
pragmaticenigma | mIk3_08: You may not be aware, but you temporarily muted when you pasted in your terminal. The channel has no context of what you are saying right now. | 12:11 |
sruli | ioria: why do u say i am on bionic? | 12:12 |
ioria | sruli, becasue your source | 12:12 |
sruli | ioria: yes i guess the source has changed to bionic when it seems that it has not installed the packages yet | 12:13 |
mIk3_08 | Thanks guys. I try to do what I can.... thanks all | 12:13 |
ioria | sruli, you should now replace sources.list pointing them to xenial , but not sure of the outcome | 12:14 |
ioria | sruli, did you install something from the bionic repos ? | 12:14 |
=== LapsangS_ is now known as LapsangS | ||
sruli | ioria: i believe not, any way to check? | 12:15 |
ioria | sruli, dpkg -l | awk '{print $2}' | xargs apt-cache policy | grep bionic | 12:17 |
sruli | ioria: http://termbin.com/8uax | 12:20 |
ChunkzZ | I'm trying to refresh minidlnad with "sudo minidlnad -R" but it's not refreshing? | 12:21 |
sruli | ioria: it all states bionic | 12:21 |
ioria | sruli, dpkg -l | awk '{print $2}' | xargs apt-cache policy | grep bionic -B 5 | 12:21 |
sruli | ioria: http://termbin.com/dgn8 all bionic | 12:24 |
ioria | sruli, need to filter for Installed not Candidate | 12:25 |
ioria | sruli, btw, revert sources.list | 12:26 |
sruli | ioria: so replace all boinuc with xenial in sources.list? | 12:27 |
ioria | yes | 12:27 |
BluesKaj | Hey folks | 12:27 |
sruli | ioria: rin apt update and get the output of dpkg -l | awk '{print $2}' | xargs apt-cache policy | grep bionic -B 5 ? | 12:29 |
sruli | ioria: s/rin/run | 12:29 |
ioria | sruli, nope, update and run apt full-upgrade (stop it if something weird in the output) | 12:30 |
sruli | ioria: what should i consider weird? | 12:31 |
ioria | sruli, one moment : apt list | grep installed | grep xenial | 12:31 |
ioria | sruli, one moment : apt list | grep installed | grep bionic , sy | 12:32 |
sruli | ioria: output of list --upgradable http://termbin.com/rzrg | 12:32 |
sruli | ioria: only 26 packages after reverting to xenial | 12:32 |
TJ- | Has anyone hit DKMS build failures due to missing symlinked paths in /usr/src/ with the latest linux-headers-lowlatency-hwe-18.04-edge (that's the 5.0.0-8 build) ? | 12:33 |
ioria | sruli, and apt list | grep installed | grep bionic | 12:33 |
sruli | ioria: grep xenial http://termbin.com/nlcm grep bionic no output | 12:34 |
Rockwood | https://dpaste.de/VpLg am facing this error | 12:35 |
ioria | sruli, so no bionic pkgs have been installed you can run the upgrade | 12:35 |
sruli | ioria: i guess i reverted in time before any bionic packages were installed, right? | 12:35 |
ioria | sruli, right | 12:35 |
sruli | ioria: apt dist-upgrade, right? (before you mentioned full-upgrade) | 12:35 |
ioria | sruli, full-upgrade | 12:36 |
Pynthon | Heya, I am trying to install Ubuntu server 16.04 32 bit on a very old machine: Pentium 4 2.8 ghz with 1.5GB ram booting from a USB stick. Booting works, but when I press "Install Ubuntu Server" the screen freezes and I can't do anything. | 12:36 |
filifunky | Hi I was in #mysql but they sent me over here. I'm having a dpkg error trying to install mysql | 12:36 |
ioria | sruli, uname -r | 12:37 |
filifunky | this is what it looks like: http://www.mpaste.com/p/C7LIp | 12:38 |
filifunky | anyone know how I can resolve my problem...I just want my mysql back :( | 12:38 |
cryptodan | Rockwood: likely those services do not exist | 12:38 |
sruli | ioria: 4.15.0-46 but its now installing 4.15.0-47 | 12:38 |
Rockwood | how its is possible | 12:38 |
ioria | sruli, ok | 12:38 |
sruli | ioria: thanks again | 12:39 |
tachikomas | filifunky: what is your problem ? | 12:39 |
TJ- | filifunky: have you tried "dpkg --configure mysql-server-5.7" ? | 12:39 |
ioria | sruli, yw | 12:39 |
ioria | Pynthon, it's a desktop ? nad how did you do the usb media ? | 12:39 |
sruli | !cookie ioria | 12:40 |
tachikomas | filifunky: looks like you have something wrong with systemd | 12:40 |
ioria | gnam | 12:40 |
* sruli ooof how do you give the cooke? | 12:40 | |
TJ- | send it via a pipe | 12:40 |
Pynthon | ioria: Hey, yes its a desktop. And I created a bootable USB using the standard Ubuntu tool for that. | 12:41 |
ioria | yep | 12:41 |
cryptodan | Rockwood: youll likely need to install apache2 and php7-fpm | 12:41 |
filifunky | TJ, I have a while ago, I forgot what happened but it didn't work. I'll try it out again now | 12:41 |
sruli | TJ: lol, long time, how are you? | 12:41 |
filifunky | tachikomas -- that sounds scary | 12:41 |
ioria | Pynthon, i suggest use dd ; you know how ? | 12:41 |
TJ- | filifunky: OK, it sounds like the local mysql config is causing the issue. Is there some history here or a plain vanilla package install or upgrade? | 12:41 |
Pynthon | ioria: What is dd :P? Semi linux newb here ;p | 12:41 |
sruli | cookie ioria | 12:42 |
Rockwood | cryptodan, that is already working fine | 12:42 |
sruli | i give up | 12:42 |
ioria | !cookie | sruli | 12:42 |
ubottu | sruli: Wow! You're such a great helper, you deserve a cookie! | 12:42 |
TJ- | sruli: Busy, confused and sweltering. I see you're still breaking things! | 12:42 |
cryptodan | Rockwood: if it was then you souldnt get those errors | 12:42 |
sruli | TJ: always, what would life be without? | 12:42 |
TJ- | sruli: quiet and peaceful ? | 12:43 |
sruli | TJ: confused about? | 12:43 |
pragmaticenigma | Pynthon: It would be better if you detailed what tool you used for creating the USB media... There is no "standard" there are recommended tools, and with so many, it helps the volunteers here to know which appraoch you used | 12:43 |
ioria | Pynthon, https://www.cyberciti.biz/faq/creating-a-bootable-ubuntu-usb-stick-on-a-debian-linux/ | 12:43 |
TJ- | sruli: broken packages, but seems like I'm the only one using the -edge packages currently | 12:43 |
sruli | TJ: quiet and peacful, sounds something i want in my grave | 12:43 |
filifunky | TJ - History: I've been trying to run an old python script I have that uses mysql. It doesn't know what import mysqldb is. Whenever I get a notification of new updates...when I update it stalls at mysql 5.7. I just did a dpkg --configure and I think it's also going to stall somewhere if I remember correctly. so I followed some guy on stackoverflow. I deleted all mysql files, then purged. So now I'm trying to do a plain old install now. | 12:44 |
Pynthon | pragmaticenigma: Hey, sorry. It was called Startup Disk Creator on Ubuntu. | 12:44 |
ioria | Pynthon, if i'am not mistaken, the tool you used is mainly for Desktop isos | 12:45 |
ioria | *that | 12:45 |
pragmaticenigma | !usb > pragmaticenigma | 12:45 |
ubottu | pragmaticenigma, please see my private message | 12:45 |
TJ- | Pynthon: the Python issue presumably requires the package python-pymysql ... but that won't solve a mysql-server-X.Y configure failure | 12:46 |
Pynthon | ioria: Wow thanks! And thats very interesting, I thought it didn't matter. | 12:46 |
pragmaticenigma | TJ-: I think you flagged the wrong user | 12:46 |
TJ- | oh fooey! | 12:46 |
ioria | Pynthon, dd is simple : sudo dd if=server.iso of=/dev/sdX | 12:46 |
TJ- | I'm working in bright sun and reflections so cannot see the screen very clearly :D | 12:47 |
Pynthon | ioria: I will try using dd | 12:47 |
Pynthon | TJ-: Hahahaha no problem ;p | 12:47 |
TJ- | filifunky: the Python issue presumably requires the package python-pymysql ... but that won't solve a mysql-server-X.Y configure failure | 12:47 |
sruli | TJ: bright sun? where r u? | 12:47 |
ace_me | I have installed CISCO Anyconnect but when I launch it nothing happen and no logs are recorded | 12:47 |
ioria | Pynthon, apart from dd; what video card do you have on that pentium 4 pc ? | 12:48 |
ace_me | I did also tried some extra packages apt install network-manager-openconnect | 12:48 |
ace_me | and apt install -y lib32z1 lib32ncurses5 | 12:48 |
filifunky | TJ -- are you saying I should go back into #mysql? | 12:48 |
pragmaticenigma | !enter | ace_me | 12:48 |
ubottu | ace_me: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. | 12:48 |
sruli | ace_me: cisco anyconnect 64 bit? i have given up trying to get any cisco any connect to run on linux a few years ago | 12:48 |
TJ- | filifunky: no, I'm trying to help narrow down where the precise error cause is | 12:48 |
ace_me | :) sruli | 12:49 |
filifunky | TJ ok thanks | 12:49 |
TJ- | filifunky: I think what we need do is force additional debug messages | 12:49 |
ace_me | there are persons I know for which it works but they are not sure how do they make it | 12:49 |
TJ- | filifunky: Try this: "sudo dpkg --debug=221 --configure -a" | 12:50 |
TJ- | filifunky: the 22x will generate details about the config files, the xx1 will add general progress info | 12:51 |
Pynthon | ioria: Sorry, I am not sure. I think its just as simple integrated card. Sorry | 12:52 |
mIk3_08 | Thanks guys my dropbox is running smoothly now... Thanks thanks... | 12:53 |
filifunky | TJ: http://www.mpaste.com/p/vXsz I get that last line ALL THE TIME | 12:53 |
filifunky | TJ: how could it say its already upgraded when I deleted the files and purged? | 12:53 |
mIk3_08 | I did not used sudo. its the pop-up that i used to follow to completely installed. | 12:55 |
cryptodan | ace_me: i just installed cisco anyconnect just fine | 12:57 |
TJ- | filifunky: aha! So, the conf script is trying to run a mysql_upgrade against an already-upgraded DB install, which returns a non-zero error code to dpkg which then fails - this seems like a packaging bug to me | 12:57 |
=== help is now known as Guest22925 | ||
Guest22925 | Hi i need help . i lost everything | 12:58 |
Guest22925 | can someone go private and manage to solve my issue | 12:59 |
filifunky | TJ - so do I just throw my computer in the trash and start my life over | 12:59 |
sruli | !help Guest22925: | 12:59 |
sruli | !help | Guest22925: | 12:59 |
ubottu | Guest22925:: 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 | 12:59 |
TJ- | filifunky: this appears to be Bug #1817374 but that suggests its a local system issue, but the comments there may help you | 13:00 |
ubottu | bug 1817374 in mysql-5.7 (Ubuntu) "mysql-server-5.7 5.7.25 upgrade did not complete properly" [Undecided,Incomplete] https://launchpad.net/bugs/1817374 | 13:00 |
filifunky | TJ - thanks am checking it out now | 13:01 |
sruli | Guest22925: ask you question here in as much detail as possible on 1 line | 13:01 |
Guest22925 | i messed real bad with my computer partitions (have xubuntu and win10) now i don'g have any access to my computer , when i boot it i get an 1234F error and whenever i press a button the errors duplicates | 13:01 |
sruli | what did you do to your partitions? | 13:02 |
Guest22925 | can i share a link of askubuntu? i created a details thread | 13:03 |
Guest22925 | detailed | 13:03 |
sruli | yes | 13:03 |
Guest22925 | https://askubuntu.com/questions/1131964/xubuntu-i-lost-everything | 13:03 |
Guest22925 | that was the problem i was solving but i downloaded a program and got it worse, not it does not even boot | 13:03 |
generalbadwolf | hello everyone | 13:10 |
generalbadwolf | anyone here | 13:10 |
JimBuntu | generalbadwolf, there are currently about 1,517 entities here, most are not paying attention. | 13:10 |
sruli | Guest22925: so you checked and you windows data is there only you cant boot it? | 13:10 |
sruli | Guest22925: i mean did you mount the windows partitions on xubuntu and check that you can access your files? | 13:11 |
Guest22925 | i could access my files at the moment i was writting that article,, but now i lost boot access, i can't boot my computer | 13:12 |
generalbadwolf2 | Ohhhhh | 13:12 |
generalbadwolf2 | are you on EFI | 13:12 |
generalbadwolf2 | Your windows | 13:12 |
Guest22925 | now i downloaded windows 10 iso and mount it on usb,,, i tried booting up there, when i entered some command to rebuild the MBR it says succesfully but when rebooting the 1234F error is gone but now it says missing operatin system | 13:14 |
cryptodan | Guest22925: at this time it would be wise that you boot a live distro and backup your data from c:\users and your d drive | 13:15 |
Guest22925 | how to boot live distro? | 13:16 |
horus125 | o/ | 13:18 |
cryptodan | Guest22925: same way you booted xubuntu to install it | 13:20 |
Guest22925 | I have a copy of windows 10 and Live distro , which one should i use? reinstall windows or livedistro and reinstall ubuntu?? | 13:20 |
horus125 | probably an offtopic question but can anyone help me set up vpngate server with openvpn commandline? or at least point me to an appropriate channel ;-; | 13:21 |
cryptodan | Guest22925: boot to live distro and backup your data | 13:21 |
pragmaticenigma | !alis | horus125 | 13:21 |
ubottu | horus125: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" | 13:21 |
Guest22925 | when i booted to life distro,,, i couldn't find my C: folder , where my data was stored | 13:22 |
horus125 | ubottu: great thanks! | 13:22 |
Guest22925 | how to recover it? | 13:22 |
pragmaticenigma | horus125: Also, please feel free to join the #ubuntu-offtopic channel for assistance, ##linux may also provide help | 13:22 |
horus125 | pragmaticenigma: will do, thanks again! | 13:22 |
Guest | Guest22925: It will be there but it won't be called "C" - it should be available in the sidebar of the file manager | 13:22 |
cryptodan | Guest22925: it would be in file manager under devices | 13:22 |
Guest22925 | i downloaded this, and once it boot it gets me to ubuntu directly | 13:25 |
Guest22925 | https://sourceforge.net/projects/boot-repair-cd/ | 13:25 |
rodrigot44 | does anybody know of a addon/script to show the duration of a video file on the properties popup ? | 13:31 |
cryptodan | uh what rodrigot44 ? | 13:31 |
rodrigot44 | cryptodan: https://www.linuxuprising.com/2018/08/display-extensive-media-information-in.html | 13:33 |
hans_ | (someone pointed out at 4chan) going by the current release schedule and release naming scheme, in the year 2118 the LTS release will also be named 18.04.. | 13:33 |
jcotton | >assuming humanity will survive that long | 13:34 |
cryptodan | rodrigot44: but what are you asking about it> | 13:34 |
pragmaticenigma | hans_: Do you have a support item that we can help you with? | 13:34 |
rodrigot44 | cryptodan: you know when you right click a file right? | 13:35 |
hans_ | pragmaticenigma, no i'm just worried that in the future people may confuse the 2118 release with the 2018 release | 13:35 |
cryptodan | so you are asking if anyone has installed it or something similar? | 13:35 |
pragmaticenigma | !ot | hans_ | 13:35 |
ubottu | hans_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 13:35 |
rodrigot44 | cryptodan: no i tried installing that sript but its buggy! | 13:36 |
cryptodan | rodrigot44: that would probably be related to exif data of the file | 13:36 |
pragmaticenigma | !info mediainfo-gui | rodrigot44 | 13:36 |
ubottu | rodrigot44: mediainfo-gui (source: mediainfo): graphical utility for reading information from audio/video files. In component universe, is optional. Version 17.12-1 (bionic), package size 104 kB, installed size 435 kB | 13:36 |
Guest22925 | let's say i have copied all my files to a hard drive, now what to do to recover my computer? | 13:36 |
rodrigot44 | cryptodan: so what are you trying to tell me im new to all this? | 13:38 |
ayekat | Guest22925: what is broken? | 13:38 |
=== evg__ is now known as ckopn | ||
Guest22925 | Ayekat, i have a very complicated problem, i can't write all details here | 13:39 |
pragmaticenigma | rodrigot44: mediainfo-gui is a front end to mediainfo (the same dependency as that script plugin) it will install itself as an option when you right click on media files and select "open with..." | 13:39 |
Guest22925 | I messed up with all my computer partitions, now nothing works, and some of my data are lost | 13:39 |
ayekat | Guest22925: well, you were able to access the filesystem, so at least *that* part still works | 13:40 |
ayekat | Guest22925: then again, if it's about "how to fix my broken windows installation", this might be the wrong place here - but what about your ubuntu installation? | 13:40 |
TJ- | Guest22925: There's a Linux tool called "testdisk" that can search for and potentially restore the partition table, but it depends on how you managed to 'mess up' the table in the first place. If you were 'moving' or resizing partitions that could have done destructive writes that cannot be recovered form | 13:41 |
=== root___ is now known as homma | ||
Guest22925 | testdisk is the one that i messed with | 13:42 |
Guest22925 | Ayekat my ubuntu installation is not working, i have downloaded Disk-repair and it boots me to Ubuntu and asks me i want to reinstall ubuntu | 13:42 |
ayekat | ah wait, you could *not* access your filesystem? how did you copy your files off? dd? | 13:43 |
TJ- | Guest22925: so why were using testdisk? Trying to fix some earlier problem? | 13:44 |
Guest22925 | i did not copy, because i don't have an external storage so i hope they won't be deleted | 13:44 |
Guest22925 | Ok i will explain how this all happenned | 13:45 |
Guest22925 | Please see this article https://askubuntu.com/questions/1131964/xubuntu-i-lost-everything , this is were i was yesterday, before usung testdisk, now it's all messed up | 13:46 |
ayekat | oh - I was about to say: "your partition table looks pretty OK, and apparently you can still boot into linux?" | 13:46 |
Guest22925 | no, now nothing works, when i boot my computer i get operating system missing | 13:47 |
prfound | hi | 13:50 |
prfound | can someone give me help? | 13:51 |
prfound | ?? | 13:51 |
BluesKaj | !ask | prfound | 13:51 |
ubottu | prfound: 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 | 13:51 |
ayekat | Guest22925: "can't boot" doesn't mean much - it could be anything between "There is a syntax error in your grub.cfg" and "You are trying to boot off a piece of salami in your CD drive" | 13:51 |
prfound | !ask | 13:51 |
ayekat | Guest22925: is the partition table still intact? | 13:52 |
teward | prfound: just ask your general question, don't ask for help. | 13:52 |
teward | don't ask if anyone can give help* | 13:52 |
MadLamb | join #java | 13:52 |
TJ- | Guest22925: Summary: You will need to use data recovery tools to locate and save any data you haven't backed up, then re-install. What you've done, even for me (an expert in this area) could be a multi-day task with no guarantee of file-system recovery | 13:52 |
prfound | i've a ubuntu server with an sql service on it... it spent like 2 min to put all ram in cached and also use swap... how can i fix this | 13:52 |
Guest22925 | Ayekat what i mean by i cant boot is thatn when i switch on my computer i get missing Operating system and that's it, the only way i can access and boot normaly is to plug a usb with Boot-repair Disk within,,,and this works but the Xubuntu and win10 are messed up , so the computer can't boot them | 13:57 |
ayekat | Guest22925: are the partition tables intact? do you see the system partitions? | 13:59 |
Guest22925 | how to check that? | 13:59 |
cryptodan | Guest22925: have you mounted your windows drives in file manager under a live linux session | 13:59 |
Guest22925 | TJ how to recover data? give me some software | 13:59 |
Guest22925 | cryptodan i don't remember doing anything like that | 14:00 |
cryptodan | Guest22925: first you should see if you can see the data in file manager | 14:00 |
Guest22925 | ok, i'm booting up the boot repair on USB, it's loading | 14:00 |
Guest22925 | it takes arround 10 mn to finalize the loading menu | 14:01 |
ayekat | Guest22925: `fdisk -l /dev/sdX` should be a good start | 14:03 |
ayekat | Guest22925: just to see if it finds any partition tables (and thus partitions) | 14:03 |
jcotton | does fdisk support GPT now? | 14:03 |
cryptodan | ayekat: naw it wouldnt best to see if they could see the data first | 14:03 |
ayekat | cryptodan: ah yes, I was replying to their earlier question about how to see if the partitions are still intact | 14:03 |
ayekat | because they were claiming that things are "messed up" - so I thought, "let's first check the basics" | 14:04 |
Guest22925 | ok when the loading is complete i will do it to check the data | 14:04 |
cryptodan | ayekat: if they can see the data they can copy the data over to a usb drive or a cloud service they use then reinstall windows and using the setup tool there to partition the drive in 2 parts one for windows and one for linux | 14:04 |
ayekat | cryptodan: yes, and I'm trying to understand how badly they have broken their setup - so far they've described it as if it was the end of the world, so that's why I started from the bottom | 14:05 |
ayekat | but yes, if the partitions and filesystems are in fact still intact (and their only issue is that their boot process is somewhat borked) it's less of a problem | 14:06 |
=== hibbie1 is now known as hibbie | ||
ayekat | jcotton: yes, it does | 14:06 |
jcotton | so you don't need to use gdisk anymore? | 14:06 |
Guest22925 | Boot-repair-Disk is a good way to start linux? or there is better | 14:07 |
ayekat | Guest22925: your goal is not to "start linux" - your goal is to find out what state your machine (or data on it) currently is | 14:08 |
ayekat | like... understand the problem before trying to troubleshoot it | 14:08 |
ayekat | jcotton: no idea ^^ | 14:09 |
ayekat | I use cfdisk for most operations, and only resort to fdisk for non-trivial stuff (which happens maybe once every 4 years or so) | 14:10 |
Guest22925 | im on terminal now, what should i type to check the data | 14:10 |
ayekat | Guest22925: `fdisk -l` should give you a list of partitions | 14:10 |
jcotton | i totally forgot about cfdisk | 14:10 |
jcotton | thanks for reminding me of it | 14:10 |
ayekat | it's the nano of partition editors - all the info is nicely displayed at the bottom ^^ | 14:11 |
Guest22925 | i had to add sudo because of permission denied, well now a lot of things appeared | 14:11 |
ayekat | ah yes, I was assuming that the boot-repair disk would default to root, my bad | 14:12 |
Guest22925 | so it's bad to use it? | 14:12 |
cryptodan | Guest22925: open up file manager and go to devices | 14:12 |
ayekat | Guest22925: so can you see your 700 GB disk in the output, and the partitions on it? | 14:12 |
Guest22925 | cryptodan, i can only see 3 devices,,, and none of them are my data | 14:13 |
cryptodan | what 3 devices you will need to mount them | 14:13 |
cryptodan | it would not be labeled as C drive or D Drive | 14:14 |
Guest22925 | ayekat yes, there is 5 sda | 14:14 |
ayekat | Guest22925: the same ones as in your screenshot at https://i.stack.imgur.com/rVXrL.png | 14:14 |
ayekat | ? | 14:15 |
Guest22925 | cryptodan there is file system (linux i believe) and boot repair (doesnt work) 10go volume (i believe it's one of the partition i created, it's empty) and 8go (where i installed xubuntu the first time) | 14:15 |
cryptodan | file system might be your windows drive mount it | 14:16 |
Guest22925 | ayekat, no, but may i send u a screenshot of the actual Gparted stats? | 14:16 |
EriC^^ | Guest22925: did you paste "sudo parted -ls" ? | 14:16 |
Guest22925 | Eric what for? | 14:17 |
ayekat | Guest22925: uh... fdisk output would be sufficient - but whatever you like | 14:17 |
EriC^^ | or fdisk whatever | 14:17 |
EriC^^ | sorry i just joined the party | 14:17 |
ayekat | (then again, I guess gparted would also label the contained filesystems, that way we could already tell if your filesystems are intact) | 14:17 |
ayekat | Guest22925: so preferably gparted, if you have that ^^ | 14:18 |
Guest22925 | cryptodan the file system and the 8 go where i installed linux has the same files,,, doesn't look like windows | 14:18 |
Guest22925 | haha, sorry to ask this, but how can i screen shot? | 14:19 |
Guest22925 | and upload online? | 14:19 |
cryptodan | Guest22925: in terminal run this "sudo parted -l | nc termbin.com 9999" and share the link | 14:19 |
lordcirth__ | Guest22925, pressing PrintScreen will open the screenshot utility. Imgur will let you upload it. But if it's terminal, just use a pastebin as mentioned. | 14:20 |
Guest22925 | the problem is that i don't have acces online | 14:20 |
cryptodan | so the machine in question cannot connect to the internet? | 14:22 |
ayekat | I'd have said "set up the network", but then again, I don't even know what this boot-repair-disk thingie is... | 14:22 |
cryptodan | Guest22925: please boot up a live session that is not boot repair | 14:23 |
lordcirth__ | pretty sure the boot repair CD can do networking just fine... | 14:23 |
Guest22925 | cryptodan how to boot live session? | 14:24 |
cryptodan | Guest22925: using the usb media that you used to install ubuntu from | 14:24 |
ayekat | yeah, use the ubuntu live CD - I'm not sure if people around here can really help with some random distribution downloaded from sourceforge... | 14:25 |
Pynthon | ioria: Thank for the help. I got it working. I just had to wait 10 minutes on the freezed screen. | 14:25 |
Pynthon | ioria: I installed Ubuntu server but I dont have any internet right now lol. | 14:25 |
ioria | Pynthon, 10 minutes ? | 14:25 |
Guest22925 | ah i remember when i installed xubuntu, i had to choose between install and try it | 14:26 |
Guest22925 | so you mean i gotta try? | 14:26 |
Pynthon | ioria: Yes, after that the installation went fine. | 14:26 |
Pynthon | Very weird | 14:26 |
ioria | Pynthon, did you install a DE too? | 14:26 |
lordcirth__ | ayekat, the boot repair ISO is quite popular and is recommended by at least one Ubuntu wiki article. | 14:26 |
Pynthon | ioria: No headless | 14:27 |
ioria | Pynthon, cat /etc/networkinterfaces | 14:27 |
ioria | Pynthon, cat /etc/network/interfaces | 14:27 |
ayekat | lordcirth__: oh, https://help.ubuntu.com/community/Boot-Repair - ok, I see | 14:27 |
Pynthon | ioria: I only have the loopback interface | 14:28 |
ioria | Pynthon, so you need to set it up : static or dhcp | 14:28 |
Guest22925 | https://ibb.co/JQWQVLP | 14:29 |
Pynthon | ioria: During installation it said that no network interfaces were found. But I found I probably have an Conexant Systems, Inc. HSF 56k HSFi Modem | 14:29 |
Guest22925 | i took the pic with my phone https://ibb.co/JQWQVLP | 14:29 |
ioria | Pynthon, you don't want to use that | 14:29 |
Pynthon | ioria: Ah okay. So ethernet will work fine without that? I only need to setup an interface either static or dhcp? | 14:29 |
ioria | Pynthon, and i'am talking about the network config not the device | 14:30 |
ioria | Pynthon, yes, you know how ? | 14:30 |
ayekat | Guest22925: not sure why your windows filesystem is mounted in /cdrom, but meh - it seems your partitions/filesystems are intact | 14:30 |
Guest22925 | so can you help me ? | 14:30 |
ayekat | Guest22925: does /cdrom look like a windows filesystem? | 14:30 |
Guest22925 | how to know that | 14:30 |
Pynthon | ioria: Ah perfect. I dont know how.But I will watch some YT vids :p. I am a linux newb, although I used it for years on my desktop. | 14:30 |
ayekat | Guest22925: looks what's inside /cdrom | 14:31 |
ioria | Pynthon, https://askubuntu.com/questions/431682/how-do-i-use-etc-network-interfaces-instead-of-network-manager | 14:31 |
Guest22925 | Ayekat you mean double click? | 14:31 |
ioria | Pynthon, are you sure you want the server edition ? | 14:31 |
ayekat | Guest22925: ls /cdrom | 14:31 |
ayekat | Guest22925: or yeah, double click, if you're using a graphical interface | 14:32 |
Guest22925 | im usung gparted | 14:32 |
Pynthon | ioria: Yes, I want to setup a home server for file sharing, streaming etc. Thanks for the link! | 14:32 |
ioria | Pynthon, ok | 14:32 |
=== fred_1121 is now known as Guest65457 | ||
Pynthon | ioria: And upgrade my linux skills ;p | 14:32 |
ayekat | Guest22925: no, I mean, open your file manager, and look what's inside /cdrom | 14:32 |
ioria | Pynthon, sure | 14:32 |
TJ- | Guest22925: ayekat The "unallocated" size makes me suspect there could be mismatched MBR and GPT | 14:32 |
TJ- | but I'm struggling to read the screen so may not be seeing it correctly | 14:33 |
Guest22925 | ayakat there is no cdrom in file manager | 14:33 |
ayekat | Guest22925: please open a shell (terminal), and type `ls /cdrom` | 14:34 |
ayekat | according to your screenshot from before, something is mounted there | 14:34 |
ayekat | TJ-: yeah, just noticed... something is probably wrong there | 14:34 |
TJ- | Guest22925: in the GUI it is likely just labelled "WINDOWS" | 14:34 |
Guest22925 | i did a lot of thing appeared | 14:34 |
ayekat | Guest22925: please tell us what - take another picture if you want | 14:34 |
jcotton | Windows by default doesn't actually label the OS partition | 14:35 |
cryptodan | youll want to copy everything from /cdrom/users/username/ to a usb drive | 14:35 |
jcotton | tho some OEMs do | 14:35 |
TJ- | Guest22925: As an aside: if you use the Ubuntu Live ISO in "Try Ubuntu" mode it can have networking AND paste command output using pastebinit automatically | 14:36 |
Guest22925 | oh yeaaah, now i remember this things,,, thats the files i tried to rescue,,, like i said, why did i messed up all this? because i tried to recover the Data i accidentely lost on D: ,, now there is a backup file and the C: (windows) are all here | 14:36 |
TJ- | jcotton: if you note the gaprted screenshot the file-system has a label... usually GUI will use that | 14:36 |
jcotton | oh i msised the screenshot | 14:36 |
Guest22925 | so my goal is to recover everything that appeared when entering the command cdrom | 14:36 |
Guest22925 | Here is the screenshot ibb.co/rwsvzwv | 14:41 |
Guest22925 | https://ibb.co/rwsvzwv | 14:41 |
Guest22925 | there is C: and D: files | 14:41 |
cryptodan | so youll want everything from documents and settings/username to a usb drive then you can reinstall windows. | 14:43 |
Guest22925 | Cryptodan i just noticed, that not all my C: files are in the list | 14:46 |
cryptodan | youll need to find them but the root of that drive looks severely messed up | 14:47 |
Guest22925 | how can i do so? | 14:48 |
ayekat | yeah... it's like some mad scientist crossed an ubuntu live CD with a windows system | 14:48 |
Guest22925 | Ayekat, told ya it's a Big messed up, and i have Tons of important files | 14:49 |
ayekat | Guest22925: well, as others have mentioned, copy the files off to some external storage device, then clean up (better: reinstall) the mess | 14:51 |
Guest22925 | how to copy all the files? | 14:52 |
ayekat | Guest22925: use the file manager and drag-and-drop... or cp (or probably better: rsync) from the terminal | 14:52 |
Guest22925 | i cant copy from file manager because i can't access the files there only by terminal | 14:53 |
ayekat | ? | 14:53 |
ayekat | ah | 14:53 |
ayekat | Guest22925: you can't navigate to /cdrom with your file manager? | 14:53 |
Guest22925 | non | 14:53 |
Guest22925 | no | 14:54 |
Guest22925 | all i can navigate is the linux files | 14:54 |
Guest22925 | not Cdrom | 14:54 |
ayekat | well, then use cp or rsync or something | 14:55 |
Guest22925 | ayekat, i never used these commands so i don't know what to do with rsync | 14:55 |
filifunky | TJ - I think the ultimate conclusion even from that bug is to get rid of mysql and reinstall it. Which I'm trying to do but need to try again some other time. | 14:56 |
ayekat | Guest22925: if you don't care too much about what state the files are copied (as in: permissions and ownership), cp is sufficient | 14:56 |
ayekat | Guest22925: (especially since linux can't properly handle file permissions/ownership on NTFS anyway) | 14:57 |
Guest22925 | some of my files are softwares and pictures | 14:57 |
ayekat | Guest22925: yeah, pictures and stuff will be fine | 14:57 |
ayekat | software probably less so - because registry magick | 14:57 |
Guest22925 | yeah don't care about that | 14:57 |
Guest22925 | so how to recover? ,,,,, is there no way to fix all this without copying files and reinstalling? | 14:58 |
ayekat | I would recommend making a copy no matter what | 14:58 |
ayekat | and only then would I start tinkering around (and potentially breaking something) | 14:59 |
Guest22925 | Plus, my win10 is original if i delete and reinstall i will loose the licence | 14:59 |
jcotton | if it came on the machine then the license is stored in the firmware | 15:01 |
Guest22925 | Ayekat, can i copy all these folders and data to a new partition, then reinstall everything windows and linux on seperate partition and finnaly copy back my data? | 15:02 |
ZEEX | join | 15:07 |
linuxconformer | how do i use puttygen so i can access my ubuntu server from windows (using putty)? | 15:10 |
bhh | personally i've not had any luck with putty and ssh keys | 15:11 |
pragmaticenigma | linuxconformer: PuTTYgen isn't used to connect to linux servers, it's a key management component | 15:11 |
bhh | i recommend gitbash if you're stuck on windows: https://git-scm.com | 15:12 |
linuxconformer | pragmaticenigma: i didn't say it's used to connect to linux servers directly, but i get "no supported authentication methods available " when i try to connect to my server using putty, and apparently i need to use puttygen to generate a key that putty can use | 15:12 |
linuxconformer | what's gitbash? | 15:13 |
bhh | it's a minimal msys setup that's included with the windows builds of git | 15:14 |
bhh | works really well for ssh and keys with ssh-keygen | 15:14 |
linuxconformer | bhh: problem is not that i can get terminal ssh working on windows, but i need a gui filesystem editor | 15:15 |
bhh | vnc is probably what you're looking for then | 15:16 |
jcotton | can't he just do X forwarding? | 15:17 |
ayekat | Guest22925: that would work, yes - note that just "copying back" the data will not restore your system as it was before | 15:17 |
pragmaticenigma | bhh: please stop, you're just directing someone to random things without explination or providing any real help | 15:18 |
bhh | my bad | 15:18 |
bhh | i didn't fully understand the software needs | 15:18 |
Guest22925 | Ayekat, can we go in another chat so that we will talk better? please | 15:20 |
pragmaticenigma | linuxconformer: Putty support isn't something this channel is really setup to manage. Putty doesn't usually require any special setup to gain access to a remote linux system. If you are looking for graphicall access to the remote machine there are a couple options. If the remote machine supports it, and your local machine is running an instance of X server, you can trying something like Xforwarding to launch a gui application on | 15:20 |
pragmaticenigma | the local machine | 15:20 |
linuxconformer | pragmaticenigma: just to be clear local is windows, remote is ubuntu | 15:20 |
pragmaticenigma | linuxconformer: Putty will not provide you with a graphical interface for managing files. It gives access to a remote machines terminal interface | 15:20 |
ayekat | Guest22925: I prefer to keep it here for 2 reasons: (1) everyone else can also see it and give their input if necessary, and (2) I'm about to go offline in a few minutes | 15:21 |
Guest22925 | okay ayekat, tell me how to rescue my data and even if i reinstall linux and loose software it's okay all i care about is data | 15:21 |
ayekat | Guest22925: use cp or rsync | 15:22 |
ayekat | Guest22925: cp {source} {destination} | 15:22 |
cryptodan | Guest22925: you copy all data from documents and settings/username to an external drive and then find other data you want to save and copy it over to the same external drive | 15:23 |
pragmaticenigma | linuxconformer: personally, I use cygwin on my windows machines, with cygwin X server installed. This allows me to launch a terminal in windows, ssh to a remote machine, and if I desure I can use Xforwarding to allow me to launch graphical applications to be interacted with on my windows machines | 15:23 |
ayekat | Guest22925: in your case {source} is /cdrom (unless you've changed that), and {destination} is some directory (ideally on another disk) | 15:23 |
Guest22925 | But when i plug a usb, there is nothing showing, how can i know the destination path? | 15:25 |
elias_a | Guest22925: What kind of USB media are you plugging in? | 15:29 |
TJ- | sounds like the booted Linux distro isn't using udisks to automount | 15:30 |
Pynthon | heya when I run sudo lshw -C network I get no output back. Does this mean I have to install my networkcard drivers? | 15:33 |
cryptodan | Pynthon: is your card shown in dmesg? | 15:34 |
=== Orphis_ is now known as Orphis | ||
TJ- | Pynthon: it sounds like the network devices may not be identified, Is it a PCI(e) device? try "lspci -nn -d ::0200" | 15:35 |
linuxconformer | guys how can i view files on ubuntu now that i've connected using putty? | 15:36 |
cryptodan | you can do so by doing ls -la | 15:37 |
Pynthon | TJ-: That also returns nothing | 15:38 |
OerHeks | Pynthon, ' ifconfig' should show networking | 15:39 |
=== SimonNL is now known as SimonNL_Afk | ||
OerHeks | Pynthon, else tell us what special setup you have? | 15:39 |
linuxconformer | guys how can i access my ubuntu remote (ip only, no domain and no SSL) using filezilla? | 15:40 |
Pynthon | OerHeks: ifconfig only shows lo . And I am running Ubuntu server on a very old PC. Pentium 4 2.8ghz, 1.5gb ram. And probably a Conexant Systems, Inc. HSF 56k HSFi Modem as network card. | 15:41 |
ioria | Pynthon, lspci -nnk , take a screenshot with phone and paste on imgur (reduce the fonts with ctrl + - ) | 15:41 |
ioria | Pynthon, and you have an ethernet port ? | 15:42 |
Pynthon | ioria: Hey ioria I added an interface to /network/interfaces file but it said "cannot find device eth0" . So I thought I have to find the name of my device correct? | 15:43 |
Pynthon | ioria: Will make a pic ty | 15:43 |
ioria | Pynthon, and you have an ethernet port ? | 15:43 |
linuxconformer | got it | 15:43 |
linuxconformer | thanks | 15:43 |
Pynthon | ioria: Sorry, yes I have | 15:43 |
ioria | Pynthon, don't mix it with the phone line port .... | 15:43 |
ioria | Pynthon, modem port, i mean | 15:44 |
Pynthon | ioria: Modem port is smaller correct? | 15:44 |
ioria | Pynthon, yes | 15:44 |
Pynthon | ioria: I have both. But I plugged an ethernet cable into the ethernet port | 15:45 |
ioria | Pynthon, ok, post the image | 15:45 |
Guest22925 | ok i will download Xubuntu again and run test mode | 15:47 |
Pynthon | ioria: https://imgur.com/a/XdIFN4d | 15:48 |
ioria | Pynthon, disabled in bios ? | 15:50 |
cryptodan | might be missing the via rhine module for that old computer | 15:50 |
Pynthon | ioria: The network card you mean? | 15:50 |
ioria | Pynthon, yes | 15:50 |
ioria | Pynthon, check the leds | 15:51 |
Pynthon | ioria: I will check. Because we are looking for a ethernet controller right? | 15:51 |
ioria | Pynthon, probably; check the leds | 15:51 |
Guest22925 | THANK YOU all for your support, will come back later have a nice day | 15:52 |
ioria | Pynthon, another pci ethernet card it's not a problem, as well a usb-ethernet adapter or even a usb wifi adpter | 15:52 |
cryptodan | Pynthon: is this your motherboard https://www.cnet.com/products/via-p4x266-pe11-l-motherboard-atx-socket-478-p4x266/ | 15:53 |
Pynthon | ioria: Cant find anything in the BIOS. So this basically means I don't have an ethernet controller/card in this PC :P? | 15:56 |
Pynthon | cryptodan: I will check w8 | 15:56 |
Pynthon | cryptodan: Its a p4x266e-8235 motherboard | 15:58 |
cryptodan | youll need to scroll through dmesg and look for something called via rhine as that is the network card to see if its even functioning | 15:59 |
hggdh | ounban *!*@pdpc/supporter/21for7/daftykins --deop | 16:00 |
TJ- | Pynthon: cryptodan if it were in dmesg it'd show up in lspci | 16:00 |
=== argus is now known as argusbr | ||
Zuverink | In gnome, is there a way to clear favorite applications? | 16:16 |
TreyHarris | Hey there--on bionic, I just installed gnulibs, which installed a number of .info files into /usr/share/gnulib/doc/ , but didn't install them into the systemwide info pages index. How does that happen? I just apt-get download'ed a '-doc' package that _did_ get its Info pages installed, and I can't see anything different in contents or control of the .deb | 16:17 |
lotuspsychje | !crosspost | Zuverink | 16:17 |
ubottu | Zuverink: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. | 16:17 |
lotuspsychje | Zuverink: whats your ubuntu version please? | 16:18 |
Zuverink | 19.04 Gnome | 16:18 |
lotuspsychje | Zuverink: please only in #ubuntu+1 then | 16:18 |
Zuverink | lotuspsychje, kk, Sorry, thought the same would work across different versions of Gnome and rolled the dice. My bad. | 16:19 |
OerHeks | Zuverink, open systemsettings > privacy > hit usage & history, then this pops up https://imgur.com/a/o6mRJ1s | 16:21 |
Zuverink | OerHeks, ty | 16:23 |
TreyHarris | It is very difficult to search for an issue when the only identifiable keywords are "Ubuntu" "install" "info" "texinfo" "info-install" "deb" "debian package"... I get lots of returns, none of them relevant | 16:23 |
TreyHarris | I didn't see "texinfo" mentioned in the packager's guide, though, so if there's automagic resulting in new .info pages getting indexed, it just didn't fire when I installed gnulibs for some reason | 16:24 |
lotuspsychje | TreyHarris: perhaps can you define, what it is you are trying to do? volunteers could better help think along with you | 16:24 |
TreyHarris | lotuspsychje: I did "apt install gnulibs". I would now like to search the manuals that came with that package. But right now, they are all just sitting there in files, unconnected with the systemwide Info index like most packages' Info files are. I could manually run "install-info" on each, but a) I haven't had to before, and b) I imagine that the next time I apt install a package that has an info file it | 16:26 |
TreyHarris | _does_ install correctly, my manual additions will get overwritten | 16:26 |
lotuspsychje | TreyHarris: can the documentation section help you here: https://www.gnu.org/software/gnulib/ | 16:30 |
Pynthon | ioria: If I buy a usb-ethernet adapter this problem will probably be fixed correct? | 16:34 |
transhumanist | hi! have a friend using ubuntu 18.04 his audio for firefox works through hdmi on the kde desktop but chrome goes through the system speaker. how do I fix the latter? | 16:35 |
TreyHarris | lotuspsychje: How? I don't follow... It's standard Texinfo files, that section just says they're "incomplete". They're on my system, though, I'd still like to read them like I do many other packages with Texinfo files | 16:35 |
TreyHarris | If this was a packaging error on the part of whomever packaged gnulib, I can report a bug, but I'm not clear on what causes a given .info.gz or .texi file to get included in the system's index | 16:37 |
TreyHarris | gnulib is the first thing I've installed with apt since my first time installing something with checkinstall, so I fear the issue may be on my end somehow--that my checkinstall (which did _not_ install any Info files b/c the software I used it on came with .pod pages instead) somehow corrupted the Info index such that apt can't add new manuals to it maybe? | 16:41 |
TreyHarris | I can test this by installing a '-doc' package, though... let me try that now. | 16:42 |
lotuspsychje | TreyHarris: are you compiling gnulib yourself? | 16:42 |
TreyHarris | lotuspsychje: no, I just did 'apt install gnulib' | 16:43 |
TreyHarris | Nope, I just did 'apt install zsh-doc' and the Zsh Info pages are now in the system index. | 16:44 |
TreyHarris | I can of course load them up as individual files, but their use to me as part of the Info system rather than just being man pages is being able to search across them | 16:45 |
=== bhh is now known as benharri | ||
JuJUBee | I have multiple displays and an interactive projector in my classroom. I have a script I used to make my projector work on a particular display. It is not working anymore... https://pastebin.com/S3UPuZAr | 17:04 |
pragmaticenigma | JuJUBee: scripting isn't something that is supported here... to start with, I'd look at the output of xinput and see if anything has changed (drivers sometimes update device names) | 17:06 |
JuJUBee | pragmaticenigma, the device names are the same as they used to be. | 17:07 |
ducasse | JuJUBee: well, it's still beyond what is supported here, maybe try ##linux | 17:11 |
pragmaticenigma | JuJUBee: testing that command with my setup, I yield nothing. I think you will need to try in a different channel for scripting help... #bash or ##linux might be better able to help you | 17:11 |
JuJUBee | thanks anyway, I think I figured it out. | 17:11 |
c_bluntish | hey, my kb turns it self off / dead on boot | 17:22 |
c_bluntish | my boot screen is hanging | 17:22 |
c_bluntish | and the kb turns itself off | 17:22 |
c_bluntish | ? | 17:22 |
tomreyn | kb as in keyboard? | 17:24 |
tomreyn | c_bluntish: which ubuntu version is this, what has recently changed about it which may be causing this (or is it a brand new installation)? | 17:25 |
c_bluntish | its latest version, I had not logged into the desktop for a long time, tried and it hangs and now the kb is off | 17:26 |
c_bluntish | the only changes I have done to the system is apt-get update and upgrade | 17:26 |
tomreyn | the latest version is 19.04 beta 1 | 17:26 |
tomreyn | so that's what you have? | 17:27 |
c_bluntish | well if apt-get upgrade install the latests version then yes thats what I have | 17:27 |
tomreyn | apt-get upgrade installs the latest bug and security fixes for your ubuntu release. | 17:28 |
c_bluntish | is there a command I can type that will give me version number | 17:28 |
tomreyn | only if ubuntu actually boots and the keyboard is functional, which you'Re saying is not the case? | 17:28 |
tomreyn | what, if anything, is shown on the screen when oyu power the system on | 17:29 |
tomreyn | c_bluntish: ^ | 17:30 |
TJ- | JuJUBee: just been looking at your script; A more bullet-proof search of xinput report would be to use: epson=$( xinput | awk -v IGNORECASE=1 '/epson/ {print gensub(/.*id=([[:digit:]]+).*/, "\\1", "g")}' ) | 17:31 |
c_bluntish | sorry tomreyn , erm it boots up going though bios bits etc | 17:31 |
c_bluntish | then kb comes on | 17:31 |
c_bluntish | it boots up, hangs on ubuntu loading screen | 17:31 |
c_bluntish | and the keyboard is turned off | 17:31 |
tomreyn | c_bluntish: what does "kb comes on" mean? | 17:31 |
c_bluntish | oh sorry | 17:32 |
c_bluntish | kb meaning keyboard comes on, meanign it turns on, lights up then turns off when ubuntu hangs | 17:32 |
TJ- | c_bluntish: how is the keyboard connected? USB, PS/2, Bluetooth ? | 17:32 |
c_bluntish | usb | 17:32 |
c_bluntish | tried 2 | 17:32 |
c_bluntish | same issue | 17:32 |
c_bluntish | if I boot to ubuntu live cd | 17:32 |
c_bluntish | it works | 17:32 |
JimBuntu | c_bluntish, just wondering... it it basically only the lights that go out... or does the keyboard stop working? | 17:32 |
c_bluntish | well I am hung at splash screen, f1 or any key that should work doesnt | 17:33 |
c_bluntish | and all the lights on the kb dont come on, caps lock etc | 17:33 |
TJ- | c_bluntish: you have keyboard at the GRUB boot menu though, so you could select the Advanced > Recovery option | 17:34 |
tomreyn | keep pressing escape early on, see if you can get to grub menu | 17:34 |
c_bluntish | t3 when i try to get to that menu, I just get a command line | 17:34 |
c_bluntish | liked a limited grub input | 17:34 |
c_bluntish | purple screen with a grub command line | 17:35 |
c_bluntish | no options | 17:35 |
TJ- | c_bluntish: At boot-time you should be able to hold down Esc key to get to the GRUB menu, then navigate to Advanced sub-menu then the Recovery entry, and press Enter to boot it | 17:35 |
TJ- | c_bluntish: If you get a GRUB command-line at that point you're pressed "C" | 17:36 |
c_bluntish | ok let me retry | 17:36 |
chisight | what is the correct tool to use to look up the smallest network handle that contains a specific IP? what is the tool to go from the network handle to the autonomous system number? is this the best path to get an the autonomous system number for an IP? | 17:41 |
OerHeks | the autonomous system number? | 17:43 |
OerHeks | nmap is a tool to look for ips n your networking | 17:43 |
OerHeks | !info nmap | 17:43 |
ubottu | nmap (source: nmap): The Network Mapper. In component main, is extra. Version 7.60-1ubuntu5 (bionic), package size 5106 kB, installed size 23598 kB | 17:43 |
chisight | i don't want to know about my network. i want to know about a network that is public on the internet. | 17:44 |
leftyfb | chisight: is this for some class project/homework? | 17:44 |
chisight | leftyfb: no, i'm not a student. | 17:44 |
eelstrebor | chisight, you can check any network with nmap | 17:45 |
tomreyn | the "whois" command, run against an ip address, should return th ASN | 17:45 |
chisight | eelstrebor: nmap probes the network, i don't want to probe it, i want the asn. | 17:45 |
TJ- | chisight: "whois -h whois.radb.net <ip-address>" | 17:45 |
chisight | TJ- / tomreyn, whois -h whois.radb.net 66.55.58.16 | 17:46 |
chisight | % No entries found for the selected source(s). | 17:46 |
tatertots | lol | 17:46 |
chisight | (you may not want to probe that IP, it's the FBI. | 17:46 |
tatertots | good times | 17:47 |
* jcotton nmaps aggressively | 17:47 | |
leftyfb | chisight: ok, you're now well beyond the scope of this channel. Good luck. | 17:47 |
chisight | not kidding. it is the fbi. | 17:47 |
tatertots | this is what makes this channel entertaining lol | 17:47 |
chisight | i regularly need the asn from an ip and have been using whois but it often doesn't have the information. | 17:48 |
TJ- | chisight: you need to use a Looking Glass node for the BGP/ASN info | 17:48 |
TJ- | chisight: you'd get more help in ##networking | 17:49 |
chisight | TJ-: googling "Looking Glass node" didn't get me much of use. got a link? | 17:50 |
tatertots | lol | 17:50 |
leftyfb | chisight: ##networking | 17:50 |
chisight | yes, i'll go to ##networking after using up the information that's already here. | 17:51 |
leftyfb | chisight: you're beyond the scope of the help provided here. Please go to ##networking for further help | 17:52 |
tatertots | chisight: #networking is the most "top shelf" advise you'll get here...you'll just get a bunch of LMGTFY here lol | 17:52 |
chisight | leftyfb: TJ- has already offered something that seems useful, i'm just asking for clarification on the answer they gave already. | 17:53 |
leftyfb | tatertots: can we help you with something? | 17:53 |
tatertots | leftyfb: yeah my firefox won't open for some reason | 17:53 |
tatertots | leftyfb: think you can help with that?..i have to be someone in 10 minutes so can you make it snappy also? | 17:54 |
tatertots | somewhere | 17:54 |
leftyfb | tatertots: good luck | 17:54 |
jonas_ | hello | 17:55 |
tomreyn | hi jonas_ | 17:55 |
=== jonas_ is now known as Guest84806 | ||
Guest84806 | ok | 17:55 |
Guest84806 | why | 17:55 |
Guest84806 | im <jonas_> hello | 17:56 |
tomreyn | Guest84806: pick a less common nickname, this one was already in use. type: /nick myuniquenewnickname | 17:56 |
leftyfb | !register | Guest84806 | 17:56 |
ubottu | Guest84806: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. | 17:56 |
Guest84806 | /nick Jonas | 17:56 |
deadrom | hi | 18:08 |
deadrom | /tmp/apt-dpkg-install-Xc96FS/04-libnvidia-compute-390_390.116-0ubuntu0.18.04.1_amd64.deb | 18:09 |
deadrom | E: Sub-process /usr/bin/dpkg returned an error code (1) | 18:09 |
deadrom | ^why? | 18:09 |
jcotton | no other details? | 18:09 |
deadrom | jcotton: not at all | 18:09 |
lin999 | hi. i am trying the following "tar -cvpzf backup.tar.gz --one-file-system -C /media/usb" but it produces the following error: tar: cowardly refusing to create an empty archive. what is wrong here? /media/usb/ isn't empty. i am sure. | 18:10 |
deadrom | jcotton: oh wait. way further up... hang on, gotta translate | 18:10 |
OerHeks | deadrom, sure you did a command to install nvidia, how, and with an ppa perhaps? | 18:10 |
jcotton | maybe the --one-file-system bit lin999? | 18:10 |
lin999 | jcotton: what do you mean? /media/usb/ contains my sd card root system | 18:11 |
deadrom | jcotton: "attempted to overwrite shared »/etc/OpenCL/vendors/nvidia.icd« which is different from other instances of package libnvidia-compute-390:amd64" | 18:11 |
lordcirth__ | lin999, try /media/usb/* | 18:11 |
lordcirth__ | (assuming there are no hidden files you need_ | 18:12 |
lin999 | lordcirth__: it works, but i need all. | 18:12 |
lordcirth__ | /media/usb is itself a directory on / | 18:12 |
lin999 | i need a full "backup" | 18:12 |
lordcirth__ | lin999, why are you using --one-file-system? Are there mounts inside your USB mount? | 18:12 |
lordcirth__ | I think if you remove that, it will work | 18:13 |
lin999 | lordcirth__: not really. they are actually no mounts but i need backup the root and the root is mounted on /media/usb/ | 18:13 |
lordcirth__ | lin999, if there are no mounts inside /media/usb, then why do you need --one-file-system? I don't understand | 18:14 |
leftyfb | lin999: just remove --one-file-system, it will work | 18:14 |
lin999 | lordcirth__: tar -cvpzf backup.tar.gz -C /media/usb/ produces the same error | 18:14 |
leftyfb | lin999: that would only be necessary if you were backing up / and didn't want to include /media/usb, for example. Or like lordcirth__ points out, if you had other filesystems mounted within /media/usb | 18:14 |
lin999 | leftyfb: ok, but it doesn't help. i suppose the tar command needs something like "recursive" | 18:15 |
deadrom | OerHeks: apt-get install nvidia-driver-390 nvidia-settings , no ppa, 18.04 as it is | 18:15 |
lin999 | it only works if /media/usb/* but i need hidden files and all the stuff | 18:16 |
lordcirth__ | lin999, wait a minute, remove -C | 18:16 |
leftyfb | you don't need to remove C, you need to put it first | 18:16 |
lordcirth__ | Or that | 18:16 |
OerHeks | deadrom, oke, did you properly update, sudo apt dist-upgrade ?? | 18:16 |
lin999 | lordcirth__: without -C it works but the output is /media/usb/... inside the tar, but i don't want to include the prefix "/media/usb". i need only the content | 18:16 |
lordcirth__ | lin999, ok, then move -C /media/USB to be the first argument | 18:17 |
deadrom | OerHeks: this is a fresh install of 18.04 from when LTS was released | 18:17 |
leftyfb | lin999: tar -C /media/usb cvf /path/to/backup.tar.gz # you don't need -p if you're running as root/sudo | 18:17 |
OerHeks | deadrom, well, only the update log can tell if there are packages waiting | 18:17 |
deadrom | OerHeks: i ran update/upgrade beforehand | 18:18 |
OerHeks | and maybe --install-recommends is a help | 18:18 |
OerHeks | i would use the driver tool, btw | 18:19 |
deadrom | "driver tool"? | 18:19 |
OerHeks | in the updates settings > additional drivers | 18:19 |
vlt | Hello. I installed Ubuntu 18.04 LTS on a new laptop. Every piece of hardware I tried so far seems to work fine. But when the machine wakes up from suspend mode there’s a process like [irq/140-SYNA308] running on top of top with a noticable cpu usage and a system load of 1.00. Any idea what might cause this and how to fix it? | 18:19 |
lin999 | leftyfb: it gneerates the same error: cowardly refusing to create an empty archive. i think the position doesn't matter | 18:19 |
deadrom | the update settings of what? I do everything cli | 18:19 |
leftyfb | lin999: the position does matter according to the man page | 18:20 |
OerHeks | sudo ubuntu-drivers list/devises or go wild directly: sudo ubuntu-drivers autoinstall | 18:20 |
lin999 | leftyfb: ok but "tar -C /media/usb/ cvzf backup.tar.gz" produces error | 18:20 |
lotuspsychje | !acpi | vlt | 18:20 |
ubottu | vlt: to debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI | 18:20 |
vlt | lotuspsychje: Thanks, I’ll have a look. | 18:21 |
lotuspsychje | vlt: might also be usefull to provide us the logs after comming back from suspend | 18:21 |
deadrom | brb reboot | 18:21 |
lin999 | leftyfb: lordcirth__: i think i have a solution: 1. cd /mnt/usb/ 2. tar -cv... backup.tar.gz --exclude=/backup.tar.gz . | 18:24 |
leftyfb | lin999: put the full path to backup.tar.gz, elsewhere, then you don't need to exclude it | 18:25 |
lordcirth__ | lin999, why put your "backup" on the same drive? | 18:25 |
lin999 | leftyfb: yes, i will do this. | 18:25 |
lin999 | lordcirth__: yes, it is not necessary | 18:25 |
zack_ | hi, I have a home server, using for remote backus ovpn rsync, then I come up with installing ubuntu-desktop that brings ufw in, ruinning my communications, so I remove ubuntu-desktop and ufw, server boots up and does not accept incomming connection even though iptables has been flushed already, I need to ping out to start accepting connections, wtf? | 18:30 |
lin999 | and how to remove files containing "--" at the begininng? | 18:31 |
lotuspsychje | zack_: try #ubuntu-server for likeminded volunteers | 18:32 |
vlt | lotuspsychje: `journalctl -k -b 0`: https://termbin.com/5nud | 18:34 |
tomreyn | lin999: rm ./--filename | 18:38 |
lin999 | thx ;) | 18:39 |
tomreyn | also rm -- --filename | 18:39 |
lotuspsychje | vlt: is your system up to date? | 18:41 |
* vlt checks | 18:42 | |
vlt | lotuspsychje: Would "Linux version 4.18.0-17-generic" from the log tell me that? | 18:44 |
lotuspsychje | vlt: uname -a && lsb_release -a plz | 18:45 |
vlt | lotuspsychje: https://termbin.com/r95qq | 18:47 |
lotuspsychje | vlt: okay tnx | 18:48 |
lotuspsychje | vlt: did you check if bios is up to date? you can also try fwupdate -l | 18:48 |
tomreyn | vlt's bios is up to date. | 18:50 |
lotuspsychje | allright, tnx for check to | 18:50 |
vlt | lotuspsychje: https://termbin.com/lew3 | 18:50 |
lotuspsychje | tomreyn | 18:50 |
vlt | tomreyn: Wow, how do you know? | 18:50 |
tomreyn | https://support.hp.com/us-en/drivers/selfservice/swdetails/hp-probook-440-g6-notebook-pc/23200928/swItemId/ob-226444-1 | 18:50 |
tomreyn | combined with "Apr 08 20:25:18 vacca kernel: DMI: HP HP ProBook 440 G6/8537, BIOS R71 Ver. 01.02.00 01/09/2019" from your journal | 18:51 |
vlt | tomreyn: Thank you! TIL | 18:51 |
lotuspsychje | vlt: did your suspend work on other kernels? | 18:52 |
vlt | lotuspsychje: I have never tried. It’s a new notebook. | 18:52 |
lotuspsychje | vlt: okay, what about your graphics driver? | 18:52 |
vlt | Hmmmm, what about it? | 18:55 |
tomreyn | "[irq/140-SYNA308]", the 'busy process' after return from suspend, will be the mount + touchpad (USB ID 06CB:8265), inputs 23, 24 and 27. | 18:56 |
lotuspsychje | vlt: is it installed properly, check sudo lshw -C video | 18:56 |
vlt | I’m sorry, I’m quite inexpierienced with hardware stuff and grateful for your patience ;) | 18:57 |
vlt | https://termbin.com/yi2r | 18:58 |
lotuspsychje | vlt: allright looks good too | 18:59 |
lotuspsychje | vlt: other then trying some acpi bootoptions or create a new !bug, im out of ideas for you | 19:03 |
TJ- | vlt: sounds like a candidate for using a matching acpi_osi= | 19:04 |
ioria | vlt, and why don't you trace the PID of that process ? | 19:05 |
TJ- | ioria: it's a kernel thread (irq/...) | 19:07 |
ioria | ah | 19:07 |
TJ- | anything in [ ] square brackets is kernel | 19:07 |
strk | is there any reason why the official bitcoin application is not packaged in ubuntu ? | 19:14 |
TJ- | strk: it became outdated too quickly | 19:14 |
lotuspsychje | strk: apt-cache search bitcoin or snap find bitcoin | 19:15 |
TJ- | strk: as I recall, the dev's asked for it to be removed because upstream was releasing updates frequently that weren't getting into Debian/Ubuntu until the next release cycle | 19:15 |
BobFrankly | new ubuntu server in VMWare. Installer process kept re-starting when I tried to configure static IP, so it's currently DHCP. I installed network-manager and nmtui can't activate the profile because the connection is not available on the device at this time... | 19:30 |
BobFrankly | not seeing a solution in google or the man pages | 19:31 |
ioria | BobFrankly, idk what means 'Installer process kept re-starting when I tried to configure static IP'; but i'd check the renderer in /etc/netplan/*.yaml (on server is set to networkd ) | 19:32 |
BobFrankly | ioria: when I mounted the ISO to install ubuntu, in the setup process, there's an option to configure the network. | 19:35 |
ioria | yes ? | 19:35 |
ioria | BobFrankly, ah, not installed yet ? | 19:36 |
BobFrankly | no, it's installed. I was just elaborating on the "installer process" bit | 19:36 |
ioria | BobFrankly, paste your 01-netcfg.yaml | 19:37 |
BobFrankly | https://paste.ubuntu.com/p/JpDpdTm9YQ/ | 19:40 |
ioria | BobFrankly, or you stop/disable NM and configure static ip in that file; or change the render with NetworkManager | 19:42 |
ioria | *renderer | 19:43 |
ioria | BobFrankly, when you use NetworkManager as the renderer, you will use the NetworkManager GUI to manage the interfaces (static or dhcp) | 19:43 |
mydataarelost | hello | 19:44 |
mydataarelost | please, help | 19:44 |
mydataarelost | I just came back home from work | 19:44 |
mydataarelost | and it looks like ALL my data are lost | 19:44 |
mydataarelost | I switched off PC via the button | 19:44 |
mydataarelost | but now I realize I shouldn't have done so | 19:45 |
kat1 | hi, guys, i have lubuntu 18.04 i clean installed on an Acer Chromebook. I can't get the upper right volume keys on the chromebook keyboard to work. Only the volume in the panel works. Not too long ago I had lubuntu 18.10 that had a keyboard shortcut option that i could change the keys, but not on Lubuntu 18.04 which i decided to stick with. help if you can. | 19:45 |
mydataarelost | because my partition was lvm (?) encrypted | 19:45 |
lordcirth__ | mydataarelost, what kind of data? Anything saved to disk should not have been lost. | 19:45 |
mydataarelost | lordcirth__: like `rm -rf ~/*` | 19:45 |
lordcirth__ | ah, it's possible you could corrupt your LVM or LUKS with power loss, but unlikely. | 19:45 |
lordcirth__ | mydataarelost, what happens when you turn your computer on? does it boot? | 19:45 |
mydataarelost | lordcirth__: no, I switched off when I saw that my data are gone | 19:46 |
mydataarelost | lordcirth__: I now booted via live usb | 19:46 |
mydataarelost | haven't tried yet | 19:46 |
lordcirth__ | And how did you see that your data was gone? | 19:46 |
mydataarelost | my home dir all of a sudden was almost empty | 19:46 |
mydataarelost | there was only 2 dirs instead of bazillion of files and dirs | 19:46 |
lordcirth__ | mydataarelost, are you using encrypted home, encrypted LVM, or both? | 19:47 |
lordcirth__ | If ecryptfs got unmounted, it would look like that | 19:47 |
mydataarelost | lordcirth__: afaiu - encrypted home | 19:47 |
OerHeks | lvm encrypted,and then such foolish remove, your data is gone | 19:47 |
lordcirth__ | OerHeks, ? | 19:47 |
OerHeks | that is, if he had his encrypted unlocked | 19:48 |
mydataarelost | afaik it was unlocked | 19:48 |
lordcirth__ | OerHeks, I don't think he actually ran rm | 19:48 |
mydataarelost | because the browser was still opened | 19:48 |
mydataarelost | and all the tabs were there | 19:48 |
lordcirth__ | mydataarelost, I would boot up normally, and I bet that ecryptfs will "just work". Or it will tell you why not. | 19:48 |
lordcirth__ | I think ecryptfs hit a bug and unmounted | 19:48 |
=== leshaste is now known as lessshaste | ||
mydataarelost | lordcirth__: shouldn't I change /etc/fstab to mount home in ro state? | 19:49 |
lordcirth__ | mydataarelost, you could. | 19:49 |
=== kreyren is now known as NeckbeardGod | ||
lordcirth__ | mydataarelost, also, next time have backups. | 19:50 |
mydataarelost | lordcirth__: I was about to, but then I learned that my backup drive is all in badblocks all of a sudden | 19:51 |
mydataarelost | and that task of 'you need to backup your files' kinda hanged 'for a few weeks' (I thought) | 19:51 |
=== argus is now known as argusbr | ||
mydataarelost | ls | 19:52 |
mydataarelost | err | 19:52 |
=== NeckbeardGod is now known as kreyren | ||
mydataarelost | I've mounted root | 19:52 |
mydataarelost | luks key is there, right? | 19:52 |
mydataarelost | how to retrieve it from a mounted tree? | 19:53 |
lordcirth__ | mydataarelost, I thought you said you were only using encrypted home? LUKS is for block devices. | 19:54 |
mydataarelost | lordcirth__: yes, afaiu it is so. | 19:54 |
mydataarelost | it can't be stored inside encrypted home, right? | 19:55 |
lordcirth__ | Your ecryptfs key is stored in /home/<user> on disk, iirc. But I don't think you need to get at it. Just boot up and log in. | 19:55 |
mydataarelost | it must be somewhere on root or boot partition, can't remember | 19:55 |
EriC^^ | mydataarelost: i'd paste your partition layout so it's more clear what's wha | 19:56 |
EriC^^ | "sudo parted -ls" | 19:57 |
lordcirth__ | I am 90% sure that ecryptfs just unmounted itself. | 19:57 |
lordcirth__ | and 50% sure that it will just work if you boot up. | 19:57 |
mydataarelost | lordcirth__: well, let's see... rebooting now after changing /etc/fstab to mount /home in `ro` state | 19:58 |
BobFrankly | so how does one change the network renderer in ubuntu server? | 19:58 |
mydataarelost | someone wish me good luck | 19:58 |
lordcirth__ | BobFrankly, you edit /etc/netplan, generally. | 19:59 |
mydataarelost | TT | 19:59 |
EriC^^ | TT? | 19:59 |
CookieM | maybe https://www.urbandictionary.com/define.php?term=TT | 20:01 |
EriC^^ | oh, thanks CookieM | 20:04 |
BobFrankly | lordcirth__: thanks | 20:04 |
kat1 | hi, guys, i have an Ace Chromebook that i recently clean installed lubuntu 18.10 to. My volume keys didn't work, so I saw they had keyboard shortcuts which i successfully fixed my keys the way i wanted them, BUT, i decided i'd rather have the lts lubuntu 18.04, and they have no keyboard shortcuts. they have setup hotkeys which i set up to what people said online for the volume, but it doesn't work. What should i do? my keyboard volume keys on my chrome book are | 20:17 |
kat1 | the last three top keys next to the right shut-off key. | 20:17 |
connecttofreenod | hello guys, whenever I start my lubuntu I get asked If I want to send info about an error. how can i discover what is this error ? | 20:22 |
rsevero | I have a laptop with a secondary video port (HDMI). If I run Ubuntu on it the secondary video port recognizes immediately when I connect a monitor to it. On Devuan it doesn't. What software in Ubuntu is responsible for recognizing monitors in the secondary video port? | 20:22 |
FreeBDSM | yes, turns out ecryptfs got unmounted or something | 20:24 |
FreeBDSM | I've rebooted and everything works okay | 20:24 |
aldcor | hi! has someone tried ubuntu 19 ? | 20:28 |
kat1 | i'm still trying to get someone to answer me here. | 20:29 |
aldcor | kat1: are you on 18.04 ? | 20:30 |
kat1 | yes | 20:30 |
kat1 | I liked 18.10, because it had a keyboard shortcut choice. It was easy to change the keys on my keyboard the way I wanted them. On 18.04 we can't. The Set UP Hotkeys in preferences doesn't help. | 20:32 |
aldcor | i will not use ubuntu anyway :) | 20:33 |
aldcor | although it's great for most people | 20:33 |
kat1 | I know. I would rather use Linux-lite, but the way i set up my chromebook to clean install linux would only accept the lubuntu installation. | 20:34 |
kat1 | or ubuntu | 20:34 |
unrecited | so how common is it folks use a desktop-manager? would advanced linux users say they are good? for newbs? just curious | 20:43 |
jcotton | uh | 20:43 |
jcotton | if you want a GUI then you kinda need one | 20:43 |
jcotton | well, a useful GUI | 20:44 |
unrecited | well my ubuntu came with unity i supposed? what would be a 'default' or is it entirely up to what version dist you use? | 20:44 |
OerHeks | !flavors | 20:44 |
ubottu | Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours | 20:44 |
unrecited | im referring to xfce, mate, cinnamon then i read something came with ubuntu-mate | 20:44 |
OerHeks | tons of different versions | 20:44 |
unrecited | ubuntu flavor wow | 20:45 |
unrecited | i swear i never OPEN this channel and not learn something lmao I ACCIDENTALLY got xfce4 which let to xubuntu and though was too nice | 20:45 |
unrecited | so ubuntu wont come with unity or *fill in blank* everytime? | 20:46 |
jcotton | !flavors | 20:46 |
ubottu | Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours | 20:46 |
jcotton | if you want a GUI-less Ubuntu there's the server version | 20:46 |
unrecited | there is no default manager? then | 20:46 |
unrecited | 100% terminal? | 20:46 |
OerHeks | ubuntu desktop gives gnome3 by default, that was unity | 20:46 |
jcotton | it's just a console | 20:46 |
jcotton | for server | 20:47 |
OerHeks | and tere are tiling wm's like i3 | 20:47 |
OerHeks | sorry, too much choice | 20:47 |
unrecited | man i dont wanna spend all day switching the manager cause they all seem to have some thing i like and dislike | 20:48 |
jcotton | set up some VMs | 20:48 |
jcotton | find one you like | 20:48 |
OerHeks | this is more subject for #ubuntu-discuss | 20:49 |
unrecited | yeah guess its branching out - im switching gears then... | 20:49 |
unrecited | it it possible for a desktop manager to rid my mouse/keyboard controls of basic ubuntu? | 20:50 |
unrecited | could just be too much and i lag/freeze but loading a bigger manager - i cant move after i log in - its frozen (xfce4+xubuntu | 20:50 |
unrecited | looks like you can docker managers maybe try it or a VM and see if same problem? i dunno i might still be to far away from standard ubtuntu question here so ill migrate it to #discuss lol i figured it was closer but reading it..nah - thanks tho yall! u rock | 20:53 |
rigel_ | due to a lack of a physical menu key, i have `xmodmap -e 'keycode 76 = F10 Menu'` in /etc/X11/xinit/xinitrc. non-qt apps like firefox, libreoffice and even wine shows a context menu on S-F10, but not qt apps | 21:32 |
rigel_ | qt bugtracker says that there might need to be a global shortcut or sth, but isn't the x server sending a menu key to the apps? | 21:32 |
rigel_ | but when using caps lock as menu key from a configuration in System Settings, it works everywhere | 21:33 |
rigel_ | cd ~ | 21:35 |
qwebirc18923 | hello! is that a proper way for mount storage hard disk? UUID=2F863A8F7125E793 /media/storage ntfs-3g defaults 0 0 | 21:39 |
qwebirc18923 | because I can read/write, but I have problem with steam. if I install steam games in storage hard disk, and I try to validate them, steam redownload all game | 21:40 |
pynthon | Heya, i already was here earlier today but I still cant get it to work. I am trying to get ethernet working on ubuntu server. But lshw -C network shows nothing, and lspci shows also no ethernet controller. Should I just buy a usb/ethernet adapter? | 21:41 |
=== sinner is now known as Guest51892 | ||
qwebirc9839 | Hi I'm trying to add some packages to the base ubuntu cloud image and rebuild the image. So far i've downloaded and mounted the .img but i can't add anything because i get the "no space left on device" error | 22:06 |
fcastillo | Hi! Is there a way to force an app to open on a specific monitor? Specially if the app always opens on fullscreen | 22:20 |
xamithan | Find the $Display and use "DISPLAY=number app" ? | 22:22 |
OerHeks | The Gnome Extension "Auto Move Windows" will move applications to a specified workspace when they are opened. | 22:24 |
Nizumzen | are there any ubuntu website admin people here? The package list page is down | 22:25 |
OerHeks | not sure in what extention that hides, extentions are managable with gnome-tweak-tool anyway | 22:25 |
OerHeks | Nizumzen, i see that a lot, does F5 reload help? | 22:25 |
Nizumzen | oh was only tempory | 22:25 |
Nizumzen | sorry false alarm :) | 22:25 |
OerHeks | np | 22:26 |
OerHeks | when i open github, with chrome, it asks for a firefox profile.. https://i.imgur.com/loECPmB.png | 22:29 |
seni | will I have to reinstall stuff after upgrading from ubuntu 16 to 18 ? | 22:30 |
OerHeks | seni, not likely if you used softwarecenter only | 22:30 |
OerHeks | no ppa's nor 3rd party stuff | 22:31 |
seni | I don't use the software center... | 22:31 |
seni | I'm talking about stuff like CUDA | 22:31 |
jcotton | how did you install it? | 22:31 |
OerHeks | *if* installed by softwarecenter/apt .. | 22:32 |
seni | CUDA is never installed via the software center | 22:32 |
OerHeks | oke, then yes | 22:32 |
seni | I installed it by adding a key then apt-get install | 22:33 |
seni | (and install the repository metdata with dpkg -i) | 22:33 |
fcastillo | OerHeks: I'll look into that extension. Also, using "DISPLAY=" hasn't really work | 22:42 |
=== sinner is now known as Guest66068 | ||
gdh | Where can I find where $NLSPATH is getting set? | 23:04 |
=== beaver is now known as uBOTu|packages | ||
=== Noisette is now known as Noisette- | ||
=== Noisette- is now known as Noisette | ||
=== nekobit is now known as sudolinux | ||
=== sudolinux is now known as nekobit | ||
=== wagle_ is now known as wagle | ||
=== captain_fixerpc1 is now known as captainfixerpc14 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!