OerHeks | try mount -t sysv /dev/sdb3 /mnt/tmp or custom name | 00:01 |
---|---|---|
Fieldy | tomreyn: i was able to reproduce the issue both pre-updates and post-updates | 00:01 |
tomreyn | Fieldy: i reproduced this. there seems to be a maximum password length. | 00:01 |
Fieldy | i'll try with a shorter pass now | 00:01 |
Fieldy | ok | 00:01 |
Fieldy | tomreyn: it worked for me with a 128 char pass, same charcter set (alphanumeric, "special" chars, but no high-ansi or anything fancy like that) | 00:03 |
tomreyn | saint_: show (pastebin) "dmesg | tail" after mount failure | 00:04 |
OerHeks | he is crossposting in ##linux, ananke is helping him | 00:05 |
Fieldy | tomreyn: it also works with 192. interesting, but by no means a show stopper :P | 00:05 |
tomreyn | ok | 00:05 |
tomreyn | Fieldy: probably breaks around 255 then? | 00:06 |
Fieldy | tomreyn: probably. i'm curious now, i'm gonna find out | 00:06 |
Fieldy | <3 virtual machine snapshots | 00:06 |
Fieldy | abuse abuse *oops* revert :P | 00:06 |
Fieldy | worked at 255. let's try 257 | 00:07 |
Fieldy | tomreyn: boom. works at 255. not at 257. i smell 8 bit stuff somewhere. | 00:08 |
Fieldy | curious that it was ok in earlier vers :P | 00:08 |
=== holoturoide is now known as hltrd | ||
tomreyn | Fieldy: my understanding is that there should be no maximum password length. | 00:12 |
Fieldy | tomreyn: that's what i thought too. sounds like something changed and there is an 8 bit limitation somewhere | 00:14 |
Fieldy | on earlier installs i've used passwords in the 700 char range etc. do i really need that? no, but it's fun ;P | 00:14 |
Sveta | Fieldy, tomreyn, that looks like a clever bug, I'm glad you found it | 00:14 |
Fieldy | well, i'm glad to help! it's a killer server distro. my default. | 00:15 |
tomreyn | Fieldy: on my test vm, i failed to snapshot before setting the long password. i now tried to guess what to enter to be able to "sudo -i" again, but cutting the overly long password to 255 (also tried 256, 254) characters did not help. | 00:15 |
Fieldy | tomreyn: ahh yeah, good test. i didn't think it would be that simple. a hash or whatever the heck is probably being computed off the full length, but some other thing computed off the truncated / corrupted one, and that's where probs start | 00:16 |
tomreyn | Fieldy: would you file a bug report later (I'd prefer), or should i? | 00:16 |
Fieldy | tomreyn: i could do that, it would certainly be later but i won't forget | 00:16 |
tomreyn | Fieldy: yes, that's worse than you'd think. | 00:16 |
Fieldy | agree. it may indicate some other bad stuff going on elsewhere | 00:17 |
tomreyn | Fieldy: thanks, please subscribe me there or post the link here once you did. | 00:17 |
Fieldy | can do. good teamwork! | 00:17 |
tomreyn | 'tomreyn' | 00:17 |
tomreyn | thank you. | 00:17 |
Fieldy | you're welcome. and thanks for your time | 00:17 |
tomreyn | and yours | 00:18 |
ChunkzZ | tomreyn: it's gotta be something to do with the HDD... tried deluge and it's the same... permission denied. wtf? | 00:20 |
tomreyn | ChunkzZ: you never explained how you installed this ubuntu | 00:27 |
ChunkzZ | I downloaded the .ISO and flashed with etcher. | 00:28 |
tomreyn | !smart | ChunkzZ | 00:30 |
ubottu | ChunkzZ: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools | 00:30 |
ChunkzZ | what? | 00:30 |
ChunkzZ | what you on about tomreyn ? | 00:32 |
xyz111 | Hi All, I'm running Lubuntu 16.04 with LX DE - will kdenlive work on my machine? if I try and install it from apt, will it download all of KDE? | 00:33 |
tomreyn | ChunkzZ: you said there may be an issue with a HDD, a hard disk drive, so I pointed you to utilities you may use to check on the health of those. | 00:33 |
ChunkzZ | no. I mean permissions with the HDD. sab+ downloads are fine. | 00:33 |
tomreyn | ChunkzZ: HDDs don't have a permissions system (unless added with ATA extensions maybe). you must be referring to file system permissions. | 00:34 |
=== jodie__ is now known as jodie | ||
suissues | just installed ubuntu onto my laptop. wondering why the su command doesnt work. | 00:39 |
tomreyn | !details | suissues | 00:41 |
ubottu | suissues: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. | 00:41 |
suissues | its been about 10 years since I last ran a Linux system, and you used to have to enter a root password to gain any super user permissions to install software and such. | 00:42 |
tomreyn | !root | suissues | 00:42 |
ubottu | suissues: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo | 00:42 |
suissues | so my question is what is the root password(its not my user password) or am I as the only user so far set up on this pc the "root" or "admin" user on the pc? | 00:43 |
tomreyn | see above | 00:43 |
suissues | ahhhhhh, things have changed in the last decade is suppose. | 00:43 |
suissues | so i would assume then, that myself as the only user on the computer at this time have admin privs to make any unilateral changes to the system I would like. | 00:44 |
TimeDoctor | yeah you're in the "sudoer" group | 00:45 |
TimeDoctor | er, "sudoers" group | 00:45 |
TimeDoctor | so you can sudo | 00:45 |
TimeDoctor | and that just asks for your password | 00:46 |
suissues | gotcha, things have changed. Tiz the way of the world. Time to relearn.... muahahaha | 00:46 |
suissues | not much else has changed in the last decade has it? | 00:46 |
compdoc | heh | 00:47 |
=== suissues is now known as Arsenios | ||
=== deathonater is now known as Smeef | ||
tomreyn | xyz111: when you install a package, it's package debpendencies need to be satisfied. i.e. if a pacage depends on other packages, those will also be installed. there are direct dependencies which the package defines itself, those can be listed with "apt-cache show kdenlive | grep ^Depends" or just "apt depends kdenlive", and there are indirect dependencies, i.e. kdenlive depends on a package which itself depends on another package. those can be | 00:49 |
tomreyn | listed with "apt-rdepends kdenlive". | 00:49 |
tomreyn | Arsenios: actually, i think ubuntu always did it this way - setting up a restricted user with sudo access, no root password. | 00:51 |
tomreyn | !releasenotes | Arsenios: While I notice you're joking, you may still want to peek at those to get a better idea of the things which have changed between the past decades' LTS releases | 00:52 |
ubottu | Arsenios: While I notice you're joking, you may still want to peek at those to get a better idea of the things which have changed between the past decades' LTS releases: For release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases | 00:52 |
Arsenios | when i did my first ubuntu installation i had to set a root password. su was still a real thing, sudo was just prior to the curve i belive. I first installed ubuntu on an old laptop while i was still running debain on a P4. | 00:53 |
=== turin is now known as thurin | ||
tomreyn | Arsenios: my memory may be failing me then. ;-) | 00:56 |
Arsenios | you and i must be around the same age, however i could also be the one whom has the failing memory. | 00:57 |
Arsenios | This day in age, I haven't had a reason to utilize a real computer for quite a long time. Now I have a need for one and cannot deal with microsoft, let alone that abomination they would like to call an operating system... | 00:59 |
Arsenios | and lecrash | 01:01 |
Arsenios | going to have to get a different irc client for sure. | 01:01 |
Arsenios | sorry if i missed your reply | 01:02 |
tomreyn | Arsenios: you're welcome to ask support questions here (and to provide support to others, of course). let's keep chat in #ubuntu-offtopic or #ubuntu-discuss, though | 01:02 |
texla | Is Backbox considered a Ubuntu favor | 01:05 |
hggdh | texla: no | 01:07 |
=== lm_ is now known as liumin | ||
Lope | `grub-install /dev/sda` "installing i38x-pc platform\n grub-install: error: disk `md0` not found." | 01:16 |
tomreyn | Lope: were you hiding an ubuntu support question somewhere in there? | 01:16 |
Lope | can't get debootstrapped system to boot | 01:17 |
Lope | I've chrooted into it and trying to install grub | 01:17 |
tomreyn | what'S the command you ran above that reutned this error message? | 01:18 |
Lope | `grub-install /dev/sda` | 01:18 |
Lope | sda1 and sdb1 are md0 | 01:18 |
kubkde | Lope have you tried systemd or loadiriorng the proper modules p | 01:18 |
kubkde | or loading the proper modules prior to booting* | 01:19 |
tomreyn | Lope: how did you setup the chroot? | 01:19 |
Lope | kubkde, i don't know. I suspect modules are missing because when it boots it gets stuck and complains it can't read the LVM. | 01:20 |
Lope | mount --bind /dev /tmp/chroot/dev; mount -t proc none /tmp/chroot/proc ; mount -t sysfs none /tmp/chroot/sys | 01:20 |
tomreyn | Lope: no root file system? | 01:21 |
Lope | tomreyn, there definitely is one. | 01:21 |
tomreyn | Lope: not in the commands you said you used to setup the chroot | 01:21 |
Jonno_FTW | hello | 01:22 |
kubkde | Lope, you can try modprobe lvm. I think it's safe to assume he's mounted his root fs if he was able to bind mount | 01:23 |
Jonno_FTW | I can't unmount a usb flash drive with sudo umount /dev/sdb, I get umount: /dev/sdb: not mounted. | 01:23 |
Lope | tomreyn, huh? | 01:23 |
Lope | tomreyn, chroot /tmp/chroot | 01:23 |
tomreyn | Lope: when you use chroot to change into an existing installation (or one you are about to create), you need to both mount those virtual file systems you posted above, but also mount the pyhsical file systems as they are listed in the to be repaired systesm' /etc/fstab | 01:23 |
Lope | oh, before that I mounted the root filesystem at chroot | 01:23 |
Lope | mount /dev/vgx/lvy /tmp/chroot | 01:24 |
kubkde | Lope, is your boot on a separate partition? I can't really tell with your setup | 01:24 |
Lope | I've got sda1 and sdb1 = md0 then I've got sda2 sdb2 = md1 | 01:25 |
Lope | Inside md1 is LVM | 01:25 |
Lope | Then I've got debian in one LV, now I've installed ubuntu in a new LV | 01:25 |
Lope | can't get ubuntu to boot | 01:25 |
tomreyn | Lope: what's in md0? | 01:25 |
kubkde | Are you using MBR or GPT? | 01:25 |
Lope | Because the grub install is not completing without error | 01:26 |
Lope | MBR | 01:26 |
Lope | md0 is /boot | 01:26 |
Lope | There's a bunch of crap in /boot | 01:26 |
Lope | Can I delete it all? | 01:26 |
tomreyn | did you mount md0 to /tmp/chroot/boot ? | 01:26 |
Lope | It's got kernel and initramfs and so on in there. So I probably can't delete that stuff. | 01:26 |
Lope | But I've tried rm -rf /boot/grub before running the grub install | 01:27 |
Lope | tomreyn, i did | 01:27 |
kubkde | You need those to boot, so I would not delete them. If you don't mind, you could try systemd-boot. 'bootctl install' | 01:28 |
tomreyn | you should also have bind mounted /dev/pts | 01:28 |
Lope | inside the chroot `mount | grep boot` says /dev/md0 on /boot type ext2 .... | 01:28 |
Lope | I've never used systemd-boot | 01:28 |
Lope | Is it an alternative to grub? | 01:29 |
Lope | okay I can do pts | 01:29 |
tomreyn | theoretically, yes, and it may work for simple configurations | 01:29 |
tomreyn | but generally grub is recommended here | 01:29 |
Hulio | hi guys | 01:29 |
Lope | tomreyn, but surely /dev/pts will be there because /dev is bind mounted? | 01:30 |
kubkde | Although it would probably be more difficult to go through than now. It's an alternative, but mainly for GPT tables. There's a ton of alternatives you can try: LILO, Syslinux, rEFInd. I never use GRUB because it doesn't support the filesystems I prefer | 01:30 |
tomreyn | Lope: there's an easy way to find out, but the answer will be 'no' | 01:30 |
tomreyn | Lope: what'S the reason you're doing a debootstrap installation rather than using an ISO installation? | 01:31 |
Lope | It's on a remote dedicated server | 01:31 |
Lope | I couldn't afford the downtime. So I debootstrap installed to the new LV | 01:32 |
Lope | Ran the new LV ubuntu inside KVM while I got everything setup completely. | 01:32 |
Lope | Now I want to boot that LV on the metal. | 01:32 |
tomreyn | Lope: so which system are you running deboostrap on, using which version of debootstrap? | 01:32 |
Lope | i ran debootstrap long ago | 01:32 |
tomreyn | and which ubuntu version are you trying to install this way? | 01:32 |
Lope | The ubuntu LV is fully functional inside KVM | 01:33 |
Lope | 18.04 | 01:33 |
Lope | I bind mounted pts but I get the same error when I try to install grub | 01:33 |
Lope | I found this https://serverfault.com/questions/443116/cannot-install-grub-to-raid1-md0 | 01:35 |
Lope | gonna try the solution there | 01:35 |
tomreyn | you're welcome to post the output of "lsblk -o+LABEL,UUID | nc termbin.com 9999", as run inside the chroot, here. | 01:36 |
tomreyn | the serverfault answer would only apply if you repartitioned or replaced file systems recently | 01:37 |
Lope | oh, I didn't. | 01:44 |
=== hltrd is now known as holoturoide | ||
Lope | Geez I should have been more careful. That dd command wiped out my partition tables completely. | 01:45 |
Lope | I had to re-create them and hope I made them the same. | 01:45 |
Lope | eek. | 01:45 |
tomreyn | you shoulöd reboot now. | 01:45 |
Lope | okay, rebooting | 01:45 |
kubkde | If he reboots he wouldn't be able to enter GRUB? | 01:46 |
Lope | I'm rebooting back into the recovery ISO | 01:46 |
Lope | The reboot ensures that my partition tables are legit. | 01:46 |
tomreyn | the kernel was probably no longer in synch with partitions on disk, so this reboot was needed. | 01:46 |
Lope | So how can I get grub to install, that's the million dollar question? | 01:47 |
Lope | I mean it should just work :/ | 01:47 |
nohop | I have this issue where, once in a while (I'm guessing during grub upgrades, but it's hard to tell) my windows partition's (that I use in a VM, but is on an actual 'dedicated' drive) boot sector gets overwritten. | 01:49 |
=== holoturoide is now known as drrzmr | ||
nohop | Any idea what could cause this? | 01:49 |
Hulio | hi guys, in database perspective, it is a good idea to use header->details(tables with AppID field to distinction of each app) in the same tables ? | 01:49 |
=== drrzmr is now known as eder | ||
Hulio | stupid boss said create tables will slow down the performance of DB | 01:50 |
tomreyn | Lope: if everything is mounted properly, and configured correctly, it will indeed just work. there are just a lot of things that can go wrong. | 01:50 |
Hulio | i find it is not true | 01:50 |
nohop | I did swap my 'old' boot drive to be my 'new' windows drive a while ago, but the only reference to it I can find is in /boot/grub/grub.cfg, as a menuentry. This shoudlnt' cause grub to write to it though, would it? | 01:50 |
=== eder is now known as drrzmr | ||
Lope | tomreyn, could it be a problem with fstab? | 01:54 |
tomreyn | Lope: the error message grub reported was about md0 earlier. what is the error message now? if it still reports that md0 is missing, it could be that you have a bad line for md0 in /etc/fstab | 01:56 |
Lope | damn, I've got a huge problem. | 01:56 |
Lope | The new partition tables I made weren't perfect. | 01:56 |
tomreyn | Hulio: you should be asking this question on a support channel of the database server you're using. | 01:56 |
Lope | now it's not finding my md1 or LVM | 01:57 |
Lope | is there any way to figure out what the alignment should be? | 01:57 |
Lope | When I created the first partition, it said it detected a RAID partition | 01:57 |
Lope | But when I created the 2nd partition it didn't say that. | 01:57 |
tomreyn | Lope: in this situation, personally i would just reinstall, restoring backups if needed. | 01:58 |
Lope | I hear you but my backups aren't current | 01:58 |
nue | o/ does anyone have experience with fusefs where say, 100 client nodes mount a single server node? i seem to be having issues mounting more then 63 clients | 01:58 |
tomreyn | Lope: you just learnt the hard way that you need to have current backups before you start editing partition tables. | 01:59 |
tomreyn | Lope: testdisk *might* be able to detect previous partition tables, but it's not that likely after you already created new ones. | 02:00 |
tomreyn | (I'm not offering to guide you there.) | 02:01 |
tomreyn | nohop: so you have some undiclosed version of ubuntu running as the main system on bare metal, and you have some undisclosed virtualization software with a windows guest system which is installed directly on a physical disk? | 02:03 |
nohop | tomreyn: I run ntu 16.04 (n (now 18.04, i'm not sure if the update to 18.04 did it, but it happened many times in 16.04). I run windows 7 in Qemu/KVM. I'm using a physical disk partition as the 'disk image' for the virtual machine. | 02:06 |
nohop | s/ntu/Ubuntu/ | 02:06 |
nohop | I did a grep -r on both /etc/ and /boot with the disk (sda), disk-id AND disk-uuid. that grub line seems the only relevant hit. But it seems strange to me that that could cause grub to want to write to that partition. | 02:07 |
tomreyn | nohop: you'Re saying you run Ubuntu 16.04, but you also mention an "update to 18.04", so which one is correct? | 02:07 |
nohop | Sorry, not a disk partition. An actual disk. | 02:08 |
tomreyn | nohop: if os-prober found the windows installation (or any other bootable installation) on the physical disk the windows installation is on, it may well be that it installed the grub boot loader to this disk. | 02:09 |
nohop | tomreyn: It happened multiple times while running 16.04. I upgraded to 18.04 today, and after a reboot the VM's botosector was overwritten again. I have no way to tell if that upgrade to 18.04 one did it, or if some previous apt-get upgrade did it. I don't reboot often enough to know when something breaks. | 02:09 |
nohop | tomreyn: Why would it do this, and can I kill the os-prober? My 'bare metal' only ever boots to Linux. | 02:10 |
tomreyn | nohop: i suggest uninstalling os-prober to prevent this from happening, unless you need it to keep the boot stanza updated so you can boot the physical system to windows. | 02:11 |
nohop | I dd'd images of the bootsectors now, so that it will be an easy fix next time (This is a BITCH with windows 10.) | 02:11 |
nohop | Oh, there's no dependencies? I can just get rid of the fucker? That's great :) | 02:11 |
tomreyn | !language | nohop | 02:11 |
ubottu | nohop: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList | 02:11 |
nohop | Oh, wow. And I was being so civil! :) | 02:12 |
nohop | Removing os-prober (1.74ubuntu1) | 02:12 |
nohop | Woohoo. Let's see if my VM keeps running for a few months this time! | 02:12 |
nohop | Thanks man. | 02:13 |
tomreyn | you're welcome. | 02:13 |
kubkde | nohop, do you know of any recent guides for doing passthroughs? I'm having trouble finding good documentation | 02:16 |
nohop | kubkde: Ouch. No. I did it a long time ago, and it still works. Fingers crossed | 02:19 |
Lope | I accidentally messed up my MBR partition table. I tried to re-create it perfectly with f-disk. It seems to have found md0, however md1 doesn't come up and my LVM inside md1 is not detected. I ran testdisk https://i.imgur.com/rsdp3vil.png it sees the md1 and the LVM. What must I do to restore it? | 02:20 |
nohop | I think I'm using the pci_stub thing | 02:20 |
nohop | And I write the vendor and devices to /sys/bus/pci/drivers/vfio-pci/new_id | 02:21 |
nohop | kubkde: What's the problem you're having? | 02:23 |
kubkde | nohop, I've not gotten too far into it; I've added the bus ID to be passed through and it showed but with an error. I am about to reformat so I won't be checking in on it, but it's still good then that the older guides on it will still work | 02:26 |
nohop | It was a pain in the a to get working though. | 02:27 |
nohop | Also beware that NVIdia try to make life hard for you. | 02:27 |
nohop | And AMD might have reset-issues. | 02:27 |
kubkde | Yeah...it's going to suck until it doesn't lol. W7 is a personal preference or does it perform the best in VM? My laptop has a 'baked in' product key that only works for W10 | 02:29 |
nohop | I _just_ upgraded to win10 about a week or so ago. | 02:31 |
nohop | From 7. So I don't know yet. So far so good. Aside from overwritten bootsectors :) | 02:31 |
kubkde | eek | 02:32 |
nohop | That was, as we were talking about earlier, probably os-prober's fault. :) | 02:32 |
kubkde | Getting probed is never good news for anyone | 02:33 |
nohop | Unless you're Cartman in the first episode. | 02:33 |
=== fred_1121 is now known as Guest83975 | ||
nohop | Nah, probably still nto good news. | 02:33 |
kubkde | Hahaha | 02:33 |
kubkde | I'm going to decide on a host distro and work it out. Thanks for the tips! | 02:34 |
nohop | Anyways. I've been running it for years. It works well. I also created a chroot installation for qemu, in case stuff breaks. | 02:34 |
=== drrzmr is now known as holoturoide | ||
kubkde | Noted | 02:35 |
nohop | I'm _guessing_ that these days it might actually work directly from virt-manager. | 02:35 |
nohop | Back then there was still too much stuff broken, so I just wrote a bash script that calls qemu directly. | 02:36 |
Deihmos | is the livepatch really a snap app? | 02:37 |
tomreyn | Deihmos: yes. what makes you doubt it? | 02:37 |
Deihmos | i thought i could avoid snaps | 02:38 |
Deihmos | is there no other option? | 02:38 |
tomreyn | yyou can choose not to use livepatch | 02:38 |
kubkde | Passthrough is a built in option for kernel compiling actually, so I think I have a leg up in that area | 02:39 |
Deihmos | i thought there was a deb | 02:39 |
nohop | kubkde: What do you mean? | 02:40 |
tomreyn | Deihmos: not that i heard of, and it would seem unlikely. generally livepatch is a Canonical offering, we can't go into much detail in here. | 02:40 |
tomreyn | !livepatch | Deihmos | 02:40 |
ubottu | Deihmos: Canonical Livepatch is a service offered by Canonical for 64 bit 14.04 and higher installs that modifies the currently running kernel for updates without the need to restart. More information can be found at https://ubottu.com/y/livepatch and https://www.ubuntu.com/server/livepatch | 02:40 |
kubkde | nohop, when compiling the Linux kernel, there's an option to have KVM passthrough by default. The only things necessary on the user end is adding which devices to pass through in /etc/modprobe.d | 02:41 |
kubkde | But tbh I'm not entirely sure what you mean by calling qemu if KVM is the hypervisor. I should read more... | 02:43 |
nohop | kubkde: I never recompiled my kernel for it. And, yes, you do need to tell it which devices to pass throuhg. Probably in your ramdisk (before any other drivers that might use the device are loaded) | 02:43 |
nohop | qemu can use KVM | 02:43 |
kubkde | Right. Should I be blacklisting my integrated gfx so it doesn't take priority? I'm afraid if I do that I wouldn't have anything on screen | 02:44 |
nohop | You definitely should prevent that driver from being loaded, yes. | 02:45 |
nohop | You won't be able to pass it through at all otherwise. | 02:45 |
kubkde | Great, ty | 02:46 |
nohop | kubkde: A better way is to edit /etc/initramfs-tools/modules and use the pci_stub | 02:46 |
nohop | For example, in my case, I added the line "pci_stub ids=10de:1c02,10de:10f1" to that file. Which makes the pci_stub drive (a dummy driver, basically) 'grab' those ID's before any other driver can. | 02:47 |
nohop | (those are the ID's of my GPU and it's companion audio device) | 02:47 |
kubkde | If my GPU doesn't have an audio PCI ID, is it fine to have only one ID added? | 02:50 |
nohop | it's just a comma-separated list. Any number of ID's is fine. | 02:51 |
nohop | You have to pay attention to IOMMU groups though. | 02:51 |
nohop | Maybe a thing to google... Or google if when it doesn't work :) | 02:51 |
kubkde | Definitely going to be googling a lot tonight :( | 02:52 |
nohop | Fun stuff :) | 02:53 |
kubkde | I think I'm going to make it complicated and use CentOS to run Windows and Ubuntu/unix for the sake of using a distro made for it | 02:54 |
kubkde | Or maybe not. Lol. Thanks! I'll be off now | 02:55 |
nohop | Never tried CentOs, wouldn't know. | 02:56 |
nohop | Switched to Debian probably about 20 years ago. Used Debian and Ubuntu pretty much exclusively when it comes to linux ever since. | 02:57 |
Lope | how do I make this structure in fdisk? https://i.imgur.com/rsdp3vil.png | 02:57 |
thik | OMG | 03:44 |
lkeithu | hello everybody | 03:48 |
thik | hush now | 03:50 |
Hulio | hi guys, how to extract .rar file | 03:50 |
Hulio | anyone? | 03:50 |
thik | try #windows | 03:51 |
Hulio | nah got it: sudo apt-get install unrar | 03:52 |
Lope | Please tell me if I have started my 2nd partition at the correct offset? (I got the offset by using fdisk's defaults and selecting a first partition of 512M. https://i.imgur.com/g7ENn50.png | 03:54 |
slackin | so, anyone know how I can disable d3 for a pci card when going in to suspend? | 04:02 |
wyseguy | is there any different from installing ubuntu mate rather than ubuntu 18.04 then installing the mate desktop via sudo tasksel install ubuntu-mate-desktop? | 04:07 |
wyseguy | i just hate the unity look | 04:08 |
lordcirth_ | wyseguy, not much. | 04:08 |
wyseguy | okay | 04:08 |
wyseguy | i just remember having a lot of issues with ubuntu mate with multi monitors and such and no issues with regular ubuntu | 04:09 |
tomreyn | wyseguy: ubuntu 18.04 uses gnome-shell, not unity, by default. | 04:09 |
wyseguy | they how come it looks like unity? | 04:10 |
wyseguy | i want it to look like the mate desktop. if i can get that i would be at home :) | 04:10 |
wyseguy | then* | 04:10 |
tomreyn | it was designed to provide a similar look to unity. but the underlying DE differs, and it is possible to revert most of the changes if oyu desire to do so. | 04:11 |
=== guiverc_d is now known as guiverc | ||
Kyros | wyseguy: i have a feeling you would like the dash to panel extension | 04:12 |
wyseguy | Kyros, i just want old school gnome look, way more productive with that setup | 04:13 |
Kyros | yeah try that | 04:13 |
wyseguy | but i remember having little issues with mate where i didnt with regular ubuntu | 04:13 |
Kyros | you are going to want these three packages gnome-shell-extensions gnome-shell-extension-dash-to-panel gnome-tweaks | 04:13 |
wyseguy | not sure what was causing the issues | 04:13 |
wyseguy | okay, ill install those | 04:13 |
Kyros | use the gnome-tweaks tool to enable the extension, logout ad back in, then you will be able to config it through the same tool | 04:14 |
wyseguy | is there any real big difference from mate to the regular ubuntu? | 04:14 |
Kyros | the underlying system is pretty much the same | 04:14 |
Kyros | if you mean ubuntu-mate vs ubuntu | 04:14 |
wyseguy | i just want a vanilla install rather than tweaks and such | 04:14 |
wyseguy | Kyros, yes, ubuntu-mate vs ubuntu | 04:15 |
Kyros | for what its worth i used to use mate and switch to this setup | 04:15 |
Kyros | and i actually like it better | 04:15 |
wyseguy | Kyros, what setup? | 04:15 |
wyseguy | the tweaks? | 04:15 |
=== murthy is now known as murthy_ | ||
Kyros | gnome with the dash to panel extension | 04:15 |
wyseguy | ah | 04:15 |
wyseguy | okay ill give that a try | 04:15 |
Kyros | the tweaks tool just makes it easy to config extensions | 04:15 |
Kyros | its not like some weird thing | 04:16 |
wyseguy | okay let me set it up | 04:16 |
wyseguy | what about dash-to-dock? | 04:17 |
wyseguy | looking for where to enable the extension under tweaks | 04:20 |
=== murthy_ is now known as murthy | ||
tomreyn | you install them as packages via apt. gnome-shell-extensions provides several extensions, but there are also separately packages ones. once installed, you can manage them using gnome-tweaks -> "Extensions" or at https://extensions.gnome.org/local/ . | 04:26 |
Lope | tomreyn, great news!!! | 04:44 |
Lope | I found an old terminal window open that had all the partition offsets in them from an fdisk -l output :) | 04:45 |
Lope | I re-created the partitions with the exact offsets and it all magically works again. | 04:45 |
Lope | Now the only issue is getting the grub install to succeed! | 04:45 |
Randolf | Login takes approximately 10 seconds on my new HP Envy x360 laptop (Intel i7 CPU, and nVidia GeForce video). Then, when I go to shut down the system crashes at the last step and the CPU fan starts to run to get rid of the heat. But, if I don't login, the shutdown/reboot process works without any problem. | 04:51 |
Randolf | 10 seconds is a very long time to wait for login, especially when my older i5 laptop logs in in under 1 second. | 04:52 |
Randolf | Is this a known problem? Is there a solution? Thanks. | 04:52 |
ledeni | Lope: what error you got when try to install grub ' sudo install grub | nc termbin.com 9999' | 05:09 |
EriC^^ | ledeni: i think you mean sudo grub-install ? | 05:10 |
ledeni | yes | 05:11 |
ledeni | sorry | 05:11 |
ledeni | Lope: 'sudo grub-install | nc termbin.com 9999' | 05:13 |
Jonno_FTW | hello | 05:19 |
Lope | my rescue ISO that I've booted is a 3.16 kernel. | 05:20 |
Jonno_FTW | I have a problem where I can't install some packages because of this error: libharfbuzz-dev : Depends: libglib2.0-dev (>= 2.19.1) but it is not going to be installed | 05:20 |
Lope | I thought maybe that's why it can't install the chrooted grub | 05:20 |
Lope | so I just installed grub without being in the chroot. And it succeeded. | 05:21 |
=== kub_ is now known as kubkde | ||
Jonno_FTW | her's my full output: http://pastebin.ws/5ts4n2 | 05:22 |
lotuspsychje | Jonno_FTW: did you add external ppa's to your system? | 05:23 |
Jonno_FTW | lotuspsychje: I have some | 05:23 |
lotuspsychje | Jonno_FTW: as we dont support them, please try to bring back your sources to the default ones | 05:23 |
Jonno_FTW | ok | 05:23 |
Jonno_FTW | my gtk applications keep failing | 05:23 |
lotuspsychje | !ppapurge | Jonno_FTW | 05:23 |
ubottu | Jonno_FTW: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html | 05:23 |
lotuspsychje | Jonno_FTW: after you cleaned sources.list, sudo apt update again | 05:24 |
Jonno_FTW | do you think a ppa might be holding something back? | 05:24 |
lotuspsychje | Jonno_FTW: external ppa's are often the cause of dependency hell yes | 05:25 |
Jonno_FTW | lotuspsychje: is it not possible to find which package is causing the hold back? | 05:28 |
lotuspsychje | Jonno_FTW: you are the owner of your system, that means you should know wich ppa's you added to your system, for what purpose of packafes that comes with it right? | 05:30 |
cyLaw | Hello hello everyone | 06:35 |
omem_ | hello | 06:35 |
* cyLaw waves to all ! | 06:35 | |
cyLaw | How is omem_ | 06:35 |
thomasberends | Hello. I'm having a problem with audio on my new Dell XPS 15. The quality from both my bluetooth headset as from the build-in speakers is really bad. It's like I'm in a fishbowl. This is for both Spotify as with things like YouTube in Firefox. | 06:47 |
=== Thargoid_ is now known as stwalkerster | ||
lotuspsychje | !sound | thomasberends | 07:02 |
ubottu | thomasberends: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. | 07:02 |
lotuspsychje | thomasberends: sound is bad locally too like on vlc for example? | 07:03 |
thomasberends | lotuspsychje: I'll try VLC too. Thanks for the useful links, that will keep me busy for a while. | 07:22 |
tomreyn | Fieldy: i changed my mind, reported this already since it seems important enough that we want to have bug triage commence soon. This is bug 1822736 - I tagged it "security", so it is not currently public. If you tellme your Launchpad / Ubuntu SSO username I'd be happy to enable you to access it. | 07:56 |
ubottu | Error: Launchpad bug 1822736 could not be found | 07:56 |
Trangar | Silly ubottu, they just said it wasn't public | 07:57 |
locked | hello | 09:19 |
locked | can I get help with ssh? | 09:20 |
ayekat | depends on the question :-) | 09:21 |
locked | I have two laptops, one at work and one at home, they can connect via ssh when they are both on eduroam from the same building, but not if one of them is connected to any other eduroam (other university) or from home | 09:22 |
locked | can't ping either | 09:22 |
mouses | locked: does the one @ home have SSH port 22 (or whatever port you use) allowed to pass both software and/or hardware firewall? | 09:24 |
locked | I can connect via teamviewer now on a distance. but it would be much more simple to use scp or ssh | 09:24 |
ayekat | that's probably because in the first case they're both in the same network, so most connections are allowed between machines inside | 09:24 |
mouses | ^^ this | 09:24 |
mouses | if you are going network to network, you'll need to open a port | 09:24 |
ayekat | i.e. ask the eduroam maintainers to poke a hole into the network firewall for your machines, which is unlikely to happen | 09:25 |
aep | hi. any idea what i need to get callgrind to see debug symbols for C++/rust code on ubuntu? works by default on any other distro so i'm kinda lost | 09:25 |
locked | i checked the sshd_confid port 22 is commented, I can try to uncomment on both sides | 09:26 |
aep | (even with the same valgrind version and the same target binary of course) | 09:26 |
ayekat | locked: no, the problem is that between the machines (i.e. between the two eduroam networks), there is a firewall that is blocking the connections | 09:28 |
locked | @ayekat, so I can't solve it ? | 09:28 |
ayekat | locked: not really | 09:28 |
ayekat | locked: you'd need an intermediary machine (e.g. a server) outside the two networks that both your computers can access, and use that to bridge the connection | 09:29 |
ayekat | locked: which is what teamviewer appears to do, which is why that still works | 09:30 |
locked | I have access to a cluster, both machines can connect to that one but can't bridge. for example is I use ssh name@ip_second_machine, doesn't connect | 09:30 |
locked | ? | 09:31 |
ayekat | locked: if both machines have access to the same machine, it may be worth looking at the -R option in ssh | 09:31 |
ayekat | then again... I assume you don't have root access to that cluster? | 09:31 |
locked | no root access on the cluster, no | 09:32 |
mouses | locked: best bet is going to be talking to the network admin/staff, in my humble opinion | 09:33 |
ayekat | the idea would be essentially: from machine A, ssh to machine B with the option -R {portnumber} (the syntax is a bit less trivial) - now any connection to that port {portnumber} on machine B will ssh-connect to machine A | 09:34 |
ayekat | the problem is that if the cluster is sitting behind a firewall, {portnumber} is probably not accessible either, so that is moot | 09:34 |
locked | thanks guys. I will send an email to the ITC but I ma quite sure they will not open any way for me to connect from home. I the worst case I will stick with teamviewer. | 09:35 |
ayekat | not to mention the question of whether you would be allowed to do such things - I don't think the cluster maintainers would be too happy if their machines were used for other purposes like this | 09:35 |
locked | true @ayekat | 09:35 |
ayekat | honestly, I don't hink the network administrators are willing to poke a hole into their firewalls just so a random person can SSH from one machine to another :-} | 09:36 |
ayekat | (and even if, you'd need to ask *two* administration teams, which reduces the likelihood even more) | 09:36 |
ayekat | at least if I were the admin, I would reject | 09:37 |
realnot | Hi o/ | 10:16 |
realnot | How I can find all version of a package available through package manager (not those installed)? | 10:17 |
realnot | for example here I can see only version 3.0.6 - https://packages.ubuntu.com/xenial/redis-server | 10:19 |
realnot | but the other ones? | 10:19 |
jeremy31 | realnot: There might be something in Synaptic Package Manager | 10:21 |
realnot | jeremy31: looking man pages of apt-get | 10:22 |
lotuspsychje | i succesfully installed 18.04.2 on an imac late 2009, but i cant seem to make the apple magic mouse 2 work on it: https://hastebin.com/fokokodexi.cs any ideas? | 10:23 |
gcclinux | fedora | 10:26 |
realnot | tried apt-cache madison <pkg_name> and apt get without success. Always show the last available one | 10:26 |
jeremy31 | realnot: apt-cache showpkg <package-name> will list all the available versions | 10:26 |
gcclinux | ignore my post :-p | 10:27 |
realnot | jeremy31: http://dpaste.com/1QG8QGG | 10:28 |
realnot | jeremy31: as you can see from there, there's online two version 3.0.6 and 3.0.6-1. Where are version 2.x.x or versions 3.0.1 and so on? | 10:28 |
jeremy31 | realnot: Those might not be available in the xenial repos | 10:29 |
realnot | this mean in xenial I can install only version 3.0.6? really? | 10:29 |
guiverc_d | lotuspsychje, do you get any response from `xev` ? | 10:30 |
lotuspsychje | guiverc_d: lets see | 10:31 |
lotuspsychje | guiverc_d: no, only activity on the logitech mouse | 10:33 |
guiverc_d | lotuspsychje, i'm reading https://ubuntu-mate.community/t/how-to-get-apple-magic-mouse-to-work-18-04/18047 (maybe it has clues) | 10:33 |
lotuspsychje | guiverc_d: cant see the magic mouse in blueman neither | 10:33 |
=== Leion1 is now known as Leion | ||
BluesKaj | Hi folks | 10:56 |
=== andyhuzhill_ is now known as andyhuzhill | ||
gcclinux | Hello | 11:19 |
guiverc_d | Hi gcclinux, if you have a Ubuntu support question, please just ask it. Someone will answer/respond if they & when they can. Please try & keep question to a single line, and be patient awaiting reply | 11:21 |
gcclinux | <guiverc_d> no questions but happy to help when I can :-) | 11:22 |
guiverc_d | that's even better gcclinux :) Welcome ! | 11:23 |
S4ren | Hi all, does anyone know if ubuntu provides an alternative to the "LINKDELAY" option that Centos has? | 11:23 |
gcclinux | Client: HexChat 2.14.2 • OS: Ubuntu "cosmic" 18.10 • CPU: Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz (1.21GHz) • Memory: Physical: 7.5 GiB Total (3.7 GiB Free) Swap: 2.0 GiB Total (1.9 GiB Free) • Storage: 339.1 GB / 495.4 GB (156.3 GB Free) • VGA: NVIDIA Corporation GF108GLM [NVS 5200M] @ Intel Corporation 3rd Gen Core processor DRAM Controller • Uptime: 2d 1h 14m 14s | 11:24 |
a_pk_payload | . | 11:34 |
=== Sveta_ is now known as Sveta | ||
=== Leion1 is now known as Leion | ||
locked | guys thanks for all. I close the chat for now | 11:51 |
tablerice | running the software updater on a fresh install of Ubuntu 18.04, but the update is hanging on "Waiting for unattended-upgr to exit"... How should I proceed? | 11:55 |
gcclinux | tablerice, can you cancel it and then run a sudo apt update first? | 12:10 |
Ool | perhaps close the graphical update window | 12:11 |
tablerice | gcclinux: I started with sudo apt update, but it threw an error as if synaptic was open or something similar. Then I opened the GUI updater and it was hanging. No worries- I rebooted and I'm up and running now. Thanks! | 12:12 |
gcclinux | <tablerice> had the same issue turnout i lost my connection to the internet so as a quick hack just added nameserver 1.1.1.1 into /etc/resolv.conf | 12:15 |
olspookishmagus | hello, anyone recalls the last release that would fit inside a CDRom? | 12:22 |
olspookishmagus | I'm not talking about the "MinimalCD" option here, but the full .iso would burn in a 700MB CDR | 12:23 |
Lope | can openssh-kernel-server have some kind of connection limit? I'm having problems with a new debian where if I'm already connected I can't open new connections, neither SSH nor SSHFS. Any ideas? | 12:24 |
gcclinux | I think it must have been around ubuntu 11.04 | 12:24 |
olspookishmagus | yeah gcclinux seems so | 12:25 |
olspookishmagus | ubuntu-11.04-desktop-i386.iso2011-04-27 17:07 nickserv 685M | 12:25 |
gcclinux | <Lope> do you have /etc/security/limits.conf set and are you trying to login as root? | 12:27 |
Lope | yes, connecting as root | 12:28 |
=== BrianG61UK_ is now known as BrianG61UK | ||
Lope | gcclinux, the entire /etc/security/limits.conf is commented out | 12:28 |
gcclinux | <Lope> have you tried connecting as a different user with more than one connection? | 12:28 |
Mead | I have 18.04 currently installed, if I run the command "apt full-upgrade" would this install a newer number version of ubuntu? And what version would it take me to? | 12:29 |
EriC^^ | Mead: no it would update the whole system and kernel possibly, that's all | 12:29 |
EriC^^ | Mead: sudo do-release-upgrade could update you to 18.10 | 12:30 |
pragmaticenigma | olspookishmagus: While you might be able to find an archived version of Ubuntu in a smaller format, if you intend to install it, you won't be able to update to the newer version. Older versions are going to be suspectible to many unpatched vulnerabilities. Please use care with your approach | 12:30 |
Mead | and if I just run apt upgrade it just installs the latest version the apps I have installed, and doesn't touch the OS? | 12:31 |
EriC^^ | Mead: it updates the programs but not the kernel or possibly any other program that needs to remove or install something new to satisfy dependencies | 12:31 |
EriC^^ | Mead: you don't want to upgrade the kernel? | 12:31 |
Mead | I am trying to grasp what the commands do exactly | 12:32 |
gcclinux | Lope, you need to try to use a different user first that way we can identify if it is a user security (root) or a config on your sshd (ClientAliveCountMax) | 12:33 |
EriC^^ | Mead: i see | 12:34 |
Lope | gcclinux, okay, I've actually disconnected all clients, and now can't login. So it's a weird thing. | 12:35 |
Lope | I've never experienced this before. | 12:35 |
gcclinux | Lope, obvious questions here: ping ? routing? do you have physical access or only remotely? | 12:37 |
Mead | so full-upgrade will upgrade apps and kernal/OS, and just "upgrade" will upgrade just apps, is this correct? | 12:37 |
EriC^^ | Mead: yeah, basically | 12:38 |
gcclinux | Lope, on home network I sometimes get frozen connections or unable to re-establish but you can reboot or wait a few minutes then try again | 12:39 |
Lope | even nc -z ip 1234; echo $? is just lagging and lagging. | 12:40 |
Lope | I wonder if I have a MTU problem. | 12:40 |
gcclinux | Lope, did you made any changes to your MTU settings or network settings? | 12:45 |
Mead | EriC^^: thanks, gonna put this in my own words in my journal, then be back with more questions to clarify about more options. in a bit. | 12:48 |
EriC^^ | Mead: ok, no problem | 12:48 |
=== hibbie1 is now known as hibbie | ||
NicoRoma | hi, anyone with connection problem to archive.ubuntu.com or security ? | 12:49 |
lotuspsychje | NicoRoma: pastebin your issues please? | 12:49 |
NicoRoma | : Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not connect to archive.ubuntu.com:80 (91.189.88.162), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.88.149), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.88.152), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.88.161), connection timed out W: Failed to fetch http://archive.ubun | 12:50 |
lotuspsychje | NicoRoma: are you behind a firewall or router? | 12:50 |
NicoRoma | no firewall or router... | 12:52 |
NicoRoma | https://pastebin.com/tFzbkS3j | 12:52 |
gcclinux | NicoRoma - Run just this to start apt-get -y update | 12:52 |
gcclinux | sudo apt-get -y update | 12:53 |
NicoRoma | have this error on apt-get update | 12:53 |
gcclinux | i just had the error few minutes ago, rerun the update and all worked | 12:53 |
NicoRoma | test | 12:54 |
NicoRoma | now is ok | 12:54 |
gcclinux | cool :-) | 12:54 |
NicoRoma | error... is down newly | 12:55 |
pragmaticenigma | NicoRoma: It is likely that the mirror sites are currently sync'ing with the primary repositories. Try again in a few hours | 12:56 |
NicoRoma | thanks | 12:58 |
estan | does this always happen when they're syncing? i haven't noticed it before and it's a little annoying :p | 12:58 |
lotuspsychje | estan: seems like the ubuntu-mirror people have some high traffic atm | 12:58 |
estan | alright. i'll sit tight and weather the storm. | 12:59 |
pragmaticenigma | estan: Updates are continuously provided, the mirrors sync at least once per day with each other. There could also be server maintanence being performed leading to extended down time. Everyone in this channel is a volunteer, we unfortunately do not have insight to the inner workings of the mirrors used for distributing updates. | 13:00 |
estan | pragmaticenigma: alright. | 13:02 |
ChunkzZ | lordcirth_ tomreyn I fixed the issue with minidlna! seems it was a problem with the install I was using; used a different ubuntu flavor and it's fine now! :) | 13:13 |
ChunkzZ | Video files4 | 13:14 |
ChunkzZ | :D :D :D :D | 13:14 |
lotuspsychje | ChunkzZ: wich flavor? | 13:14 |
ChunkzZ | lotuspsychje: the official minimal iso from odroid. | 13:14 |
lotuspsychje | ChunkzZ: thats not ubuntu? | 13:15 |
ChunkzZ | it is ubuntu bansed. | 13:15 |
ChunkzZ | based* | 13:15 |
what's up with securitt.ubuntu.com? does ubuntu has some kind of service status page? | 13:17 | |
lotuspsychje | xing: its being worked on atm | 13:17 |
security.ubuntu.com rather | 13:17 | |
lotuspsychje: ok | 13:18 | |
lotuspsychje | xing: there's a high traffic load currently | 13:18 |
lordcirth_ | ChunkzZ, see, this is why non-ubuntu distro's aren't supported, and why it doesn't help to lie to people who are trying to help you. | 13:18 |
cfhowlett | works perfec for me. xing | 13:18 |
ChunkzZ | how was I lying lordcirth_ ? | 13:18 |
lordcirth_ | ChunkzZ, We asked several times what distro it was and you kept saying it was Ubuntu. | 13:19 |
ChunkzZ | it IS ubuntu. | 13:19 |
lordcirth_ | No, it isn't. It's ubuntu-based, as you said. | 13:19 |
ChunkzZ | still ubuntu................ | 13:19 |
lotuspsychje | !derivatives > ChunkzZ | 13:19 |
ubottu | ChunkzZ, please see my private message | 13:19 |
lordcirth_ | Not for purposes of support here. | 13:19 |
pragmaticenigma | ChunkzZ: This channel only supports the Ubuntu offerings that are provided directly from Canonical. Any other "ubuntu" that is not downloaded from one of the official Ubuntu sites is NOT ubuntu. | 13:20 |
ChunkzZ | alright. | 13:20 |
cfhowlett: i get 48% packet loss | 13:20 | |
cfhowlett | xing eh? I stated that security.ubuntu.com was up and working for me. I can't advise about packet loss. | 13:21 |
Cheez | is there an easy to hand list of mirrors instead of archive.ubuntu.com? | 13:33 |
cfhowlett | cheeze https://wiki.ubuntu.com/Mirrors | 13:33 |
Cheez | actually that means updating a dozen docker files. i think i'll just wait for it to come back and mark this as a non-urgent issue >_> | 13:34 |
aric49 | i see some chatter about the ubuntu apt repos --- I guess I'm not the only one having issues downloading updates | 13:36 |
Cheez | yeah i'm just getting connection refused | 13:36 |
Lope | gcclinux, i got it working, thanks bud | 13:36 |
cfhowlett | change mirrors? | 13:36 |
Cheez | cfhowlett: just said i'm not going to do that, it's easier to wait :) | 13:36 |
Lope | I think it was lack of entropy, but I also had problems in my firewall rulesm making tests hit and miss. | 13:37 |
gcclinux | Lope, what was it in the end? | 13:37 |
pragmaticenigma | cfhowlett: It is best to just wait it out | 13:37 |
Lope | installed haveged and fixed firewall | 13:37 |
cfhowlett | pragmaticenigma, that is what I've always done. | 13:37 |
Lope | ssh server wasn't even picking up for nc -z | 13:37 |
pragmaticenigma | cfhowlett: The main archive.ubuntu.com mirror is a load balancer, it ensure that all connections to the repositories are equally balanced to the nearest server to your estimated location as well as server loads. Telling people to manually change that offsets the efforts to ensure everyone has a good experience. Outages should be expected from time to time, and they are typically resolved within a couple hours | 13:39 |
cfhowlett | pragmaticenigma, tl:dr "Chillax for a bit and it'll be alright" | 13:40 |
=== Aztec is now known as Guest67332 | ||
old_benz | Getting timeouts from security.ubuntu.com and archive.ubuntu.com from multiple geographic locations. | 13:42 |
lotuspsychje | old_benz: its being worked on currently high loads | 13:42 |
old_benz | thanks | 13:42 |
Guest67332 | Hey Guys, Maybe be a real silly question, but somehow i have managed to break my desktop. I can still use my sidebar etc. but the desktop is non interactive. i can go through file browser or terminal and add/remove stuff and it appears on the desktop, but i cannot click nor right click on the desktop itself. This may have been a post product of playing around compiz and komorebi at the same time. any ideas how i can unbreak it? | 13:44 |
cfhowlett | what have you tried thus far Guest67332 | 13:46 |
__Myst__ | Hi, my brightness seems to get automatically reset to 100% even if i change it? | 13:46 |
__Myst__ | As in, not on reboot, but after a few seconds. | 13:46 |
__Myst__ | I have no crontab | 13:46 |
Guest67332 | Ive been messing around with the compiz settings just incase it caused the crash. Disabled all the "desktop features". Purged Komorebi. Sitting with a, as per ubuntu terms, standard desktop. beside that and checking if the GUI appearance settings would change anything. I havent tried any commands as of yet, my linux file system knowledge is not as great as i want it to be yet, scared to just start throwing commands around. i know | 13:50 |
cfhowlett | Guest67332, have you rebooted? | 13:50 |
Guest67332 | yeah, same thing | 13:50 |
nils_ | I'm seeing quite a few errors trying to install from ubuntu mirrors (404, 504) | 13:51 |
cfhowlett | nils_, known issue. wait awhile for the fix. unknown duration. | 13:52 |
Cheez | so is everyone, it's great, i just get to twiddle my thumbs and say it's an upstream issue :D | 13:52 |
Guest67332 | Should i just move over to a virtual console and reload? | 13:52 |
nils_ | cfhowlett, thanks, is there a status page or something? | 13:54 |
Guest67332 | Crazy thing, just noticed, keyboard commands work on desktop, its just the mouse that doesn't | 13:56 |
cfhowlett | Guest67332, batteries! | 13:57 |
Guest67332 | Wired xD also i can move it around so yeah the mouse aint dead xD | 13:57 |
Guest67332 | Also, if i keyboard around and open a folder on the desktop by pressing enter, i can then interact with it with the mouse | 13:58 |
Guest67332 | Clearly, i break things properly when i do | 13:58 |
seliot_1991 | ll | 14:02 |
Mead | Guest67332 I occationally have an issue like that with my mouse, I find that unplugging and replugging in the the USB port fixes it | 14:03 |
Guest67332 | @Mead Sadly that didnt work, Mouse works everywhere else except the DE | 14:08 |
Mead | what type of mouse? | 14:10 |
Mead | errr brand/model? | 14:10 |
nithyav | Hi | 14:10 |
Mead | howdy | 14:11 |
ChunkzZ | Sup | 14:11 |
nithyav | Welcome to World of Ubuntu Linux | 14:11 |
Guest67332 | Standard microsoft mouse | 14:12 |
pragmaticenigma | Guest67332: To better help you, please provide more information about your machine: Which Ubuntu flavor and version, the kernel version if you know it, and what you did just prior to the machine expeciencing these issues | 14:15 |
Guest67332 | Its not a mouse issue tho, def a software/os issue, as i said earlier, probably my doing while i was checking out different desktop managers etc. This is my work PC where i normally just do recoveries and things Microsoft cant. But somewhere along the line i have managed to disable mouse control of the desktop only | 14:15 |
pragmaticenigma | Guest67332: Please answer my questions | 14:16 |
Guest67332 | im running Ubuntu 16.04, Linux 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux | 14:16 |
pragmaticenigma | Guest67332: What settings were you trying to change with the desktop managers? Did you also notice the warning that comes with the compiz config saying that it will potentially break things if you are not careful | 14:19 |
user_ | hi | 14:21 |
Guest67332 | Yeah no i understand this is probably all entirely my fault, its not one big train smash if i cant fix it, this is only just my work PC, i can reload if push comes to shove. I was experimenting with feautures of Compiz for a client of mine. Mostly the Cube desktops and the desktop related features. I am slowly going through settings and seeing if any will fix my problem. Was just curious to find out if there is a simple solution l | 14:23 |
lotuspsychje | Guest67332: after enable some compiz settings, you need a reboot..is that whats happening? | 14:25 |
lotuspsychje | Guest67332: some of those features can make your desktop lock, like wobble windows etc.. | 14:25 |
Guest67332 | Well the reboot doesnt seem to fix it. im busy disabling all the Compiz features and im gonna purge it to see if it sorts out this issue | 14:26 |
pragmaticenigma | Guest67332: I would recommend next time to test things using a virtual machine instead of your main desktop. VirtualBox is free and will save you a ton of time when things go south | 14:27 |
pragmaticenigma | Guest67332: Do you have a back up of your machine prior to tinkering? | 14:27 |
raub | Guest67332: Did you just install packages or you also configured them? | 14:29 |
raub | How can I get a list of packages in an ubuntu iso? | 14:30 |
raub | as in ubuntu install iso | 14:30 |
lotuspsychje | raub: you can add the install media to your sources list, then install like synaptics to see | 14:31 |
user_ | clear | 14:32 |
brendand | hi, i'm sure i'm the millionth person asking this, but what's up with archive.ubuntu.com? | 14:32 |
leftyfb | brendand: they're working on it | 14:33 |
user_ | %t | 14:33 |
leftyfb | user_: can we help you with something? | 14:33 |
raub | lotuspsychje: That sounds complicate. Can I do it without having to edit my sources list? Just want to see where a package listed in the preseed config file is hiding as I cannot find a file matching that name | 14:34 |
brendand | leftyfb, thanks, is there any kind of eta? if not, no worries | 14:34 |
pragmaticenigma | raub: Remeber to remove the CD from your sources list when you are done looking at the results. Otherwise the package manager will have trouble updating your machine | 14:34 |
pragmaticenigma | brendand: We are all volunteers here, we do not have knowledge about Canonicals server management | 14:35 |
lotuspsychje | brendand: feel free to idle in #ubuntu-mirrors | 14:35 |
raub | pragmaticenigma: is there a way to do that *without* adding it to the sources list? | 14:35 |
pragmaticenigma | raub: It might help to know why you need the list, perhaps there is a more direct approach to answering your question | 14:36 |
raub | pragmaticenigma: as mentioned before, there is a package being listed in the preseed config file I cannot find by simply searching for the name in the iso. | 14:37 |
ChunkzZ | Quick question, when in April is the new Ubuntu getting released? | 14:37 |
pragmaticenigma | raub: the first message I see from you occurred about 10 minutes ago. I have been in channel for the last 2 hours... there was no previous message | 14:38 |
leftyfb | ChunkzZ: https://wiki.ubuntu.com/DiscoDingo/ReleaseSchedule | 14:38 |
pragmaticenigma | ChunkzZ: When it's ready, we're volunteers here, we do not know the precise release schedule. The link leftyfb provided is an estimate, there may still be delays before it officially released. | 14:39 |
raub | pragmaticenigma: you probably missed it because it was a reply to lotuspsychje :) | 14:39 |
ChunkzZ | leftyfb: will 19.04 be an lts release? | 14:40 |
leftyfb | ChunkzZ: no | 14:40 |
ChunkzZ | So 9 months support? | 14:40 |
leftyfb | ChunkzZ: https://www.ubuntu.com/about/release-cycle | 14:41 |
lotuspsychje | ChunkzZ: you just fixed issues on a derivative, now you are going to test 19.04? | 14:41 |
raub | pragmaticenigma: in any case, someone created this install iso and it is not working, so I plan on just sucking the packages and installing them on a fresh ubuntu install matching the release number | 14:41 |
ChunkzZ | leftyfb: thanks | 14:41 |
pragmaticenigma | raub: more details are needed, like what is the package not being found, you're withholding information that would help the volunteers help you. | 14:42 |
leftyfb | raub: use the official Ubuntu images. Otherwise, you won't find support here. | 14:42 |
twan | Are there general mirror problems with archive.u.c & security.u.c? | 14:42 |
pragmaticenigma | raub: if the image is bad, it's bad, Build a new one | 14:42 |
leftyfb | twan: yes, they're working on it | 14:42 |
ChunkzZ | lotuspsychje: who said anything about testing 19.04?! | 14:42 |
twan | leftyfb: Great, thx! | 14:42 |
raub | pragmaticenigma: the issue is that you are trying to change the question. I just want to list the available packages in an install iso like I would do in by, say looking at http://ftp.us.debian.org/debian/pool/main/c/ | 14:54 |
raub | I think I just answered my question! | 14:54 |
compdoc | \o/ | 14:54 |
R13ose | How do I fix the errors in terminal when updating and upgrading? E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? | 14:56 |
cfhowlett | !aptlock | R13ose | 14:56 |
ubottu | R13ose: If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » | 14:56 |
leftyfb | R13ose: reboot | 14:56 |
cfhowlett | that's not even true leftyfb | 14:57 |
cfhowlett | this aint' windows. reboots are not the default remedy | 14:57 |
R13ose | For almost all problems in Unix, you shouldn't have to reboot | 14:57 |
Randolf | cfhowlett++ | 14:57 |
Randolf | R13ose++ | 14:58 |
lotuspsychje | Randolf: can we help you? | 14:58 |
leftyfb | cfhowlett: whatever has a lock on it should release it. If not, then the lock file will need to be deleted manually. Though if something is using it, then you'll need to track that down instead. A reboot will certainly clear out whatever is using it and if it's still after a reboot, then it's safe to delete. | 14:58 |
leftyfb | So yes, that is true. That IS a good solution. | 14:58 |
Randolf | lotuspsychje: Actually, I'm having problems with slow logins on a new laptop. It's an HP Envy x360 which has an i7 CPU and an nVidia GeForce video card. | 14:59 |
R13ose | Thanks cfhowlett that worked out | 14:59 |
cfhowlett | R13ose, happy2help | 14:59 |
lotuspsychje | Randolf: wich chipset of nvidia please? | 14:59 |
R13ose | How did the APT front-end crash and my database be locked? | 14:59 |
Randolf | lotuspsychje: And when I shutdown or reboot, the system freezes and the CPU fan starts running instead of the system powering off (or rebooting). | 14:59 |
BlueProtoman | I have a laptop running Ubuntu 18.10. My laptop's built-in screen is not displaying anything (and in fact is not even being recognized), but I can output to a monitor via VGA just fine. Any ideas? | 14:59 |
helo | are there any reports of repository slowness? i'm having some issues | 15:00 |
cfhowlett | R13ose, if something didn't complete the sudo process, e.g. an installation, that would do it. | 15:00 |
Randolf | But, if I choose shutdown (or reboot) before logging in (i.e., at the login prompt), Ubuntu Linux 18.04 LTS completes the process properly. | 15:00 |
Randolf | I'll try to find out which chipset I have. | 15:00 |
cfhowlett | helo, several. wait for the fix upstream | 15:00 |
helo | great, thanks | 15:00 |
R13ose | When is 19.04 coming out? | 15:00 |
lotuspsychje | BlueProtoman: graphics driver installed correctly? sudo lshw -C video | 15:00 |
nils_ | is there a channel op here? I think the repository issues should be mentioned in the /topic | 15:00 |
BlueProtoman | lotuspsychje: Yes, I am currently using my laptop's nVidia driver. | 15:01 |
lotuspsychje | nils_: its being worked on currently | 15:01 |
lotuspsychje | BlueProtoman: chipset? driver version please? | 15:01 |
BlueProtoman | lotuspsychje: http://paste.ubuntu.com/p/rPS9vwJBj6/ | 15:02 |
lotuspsychje | nils_: the channel working on mirrors has the useful info in topic | 15:02 |
BlueProtoman | lotuspsychje: And I have driver version 415 | 15:02 |
Fieldy | tomreyn: fyi I created a launchpad account and attempted to create a bug for the long password sudo issues. but launchpad itself seems to be having issues, saying it timed out etc (the site says this, not my browser). I will try again later | 15:02 |
lotuspsychje | BlueProtoman: so you have a black screen at boot correct? | 15:03 |
BlueProtoman | lotuspsychje: Correct. And all the timer after. No weird flashing or glitching or anything. And my laptop screen was fine last night. | 15:03 |
Randolf | lotuspsychje: According to "sudo lshw -C video" its seems that I have: GP108M [GeForce MX150] | 15:04 |
lotuspsychje | BlueProtoman: try to get in !nomodeset and install another driver version as a test? | 15:04 |
Randolf | s/its/it/ | 15:04 |
lotuspsychje | Randolf: driver=..? | 15:04 |
NicoRoma | no info about repository sync? | 15:04 |
lotuspsychje | NicoRoma: still working on it | 15:04 |
Randolf | lotuspsychje: I'm still fairly new to Ubuntu. How can I find that out? | 15:04 |
BlueProtoman | lotuspsychje: Don't wanna reconfigure my system like that until I can confirm that this is a driver issue. How can I diagnose this in more detail? | 15:05 |
lotuspsychje | Randolf: the same command i gave you, at bottom | 15:05 |
lotuspsychje | BlueProtoman: if you have a black screen, there's not too many options right, kernels try, nomodeset,.. | 15:06 |
Randolf | lotuspsychje: I'm sorry, I must have missed it. What is the command? | 15:06 |
lotuspsychje | Randolf: scroll up please | 15:06 |
BlueProtoman | lotuspsychje: I'll try booting into nomodeset. However, not even the BIOS screen or GRUB displays on my laptop (they do on the VGA monitor though). | 15:07 |
Randolf | lotuspsychje: Did you mean "sudo lshw -C video"? | 15:07 |
lotuspsychje | Randolf: yes | 15:07 |
lotuspsychje | Randolf: at bottom it should give you driver= | 15:07 |
Randolf | Oh, I see it: driver=nouveau latency=0 | 15:08 |
lotuspsychje | Randolf: allright, what gives you: ubuntu-drivers list please | 15:08 |
benharri | anyone else notice archive.ubuntu.com and security.ubuntu.com being _super_ slow rn? | 15:09 |
nils_ | lotuspsychje, see what I mean? ;) | 15:09 |
Randolf | lotuspsychje: nvidia-driver-390 | 15:09 |
lotuspsychje | benharri: its being worked on currently due high traffic | 15:09 |
benharri | ok just wanted to make sure it wasn't on my end | 15:10 |
benharri | thanks :) | 15:10 |
lotuspsychje | nils_: you are part of the community, feel free to ask in #ubuntu-ops | 15:10 |
nils_ | we're all suffering | 15:10 |
lotuspsychje | Randolf: try to install the 390 | 15:10 |
Randolf | lotuspsychje: It's not installed? Hmm, I'm not sure how to do that. I guess I'll use "apt search 390" to find it... | 15:11 |
=== gr00tznc is now known as iamgr00t | ||
lotuspsychje | Randolf: ubuntu-drivers autoinstall | 15:11 |
Fieldy | benharri: yup i get timeouts | 15:11 |
Randolf | Oh, okay, I'll try that. | 15:11 |
Fieldy | i'm sure they're workin on it | 15:11 |
pragmaticenigma | R13ose: We are volunteers here and are not privileged to know when Canonical will actually release the next version. You can check https://wiki.ubuntu.com/DiscoDingo/ReleaseSchedule for updates, though the schedule may change without notice | 15:12 |
Randolf | lotuspsychje: It's waiting to download. I'll provide an update in a little while. Thanks so much for your help. | 15:12 |
lotuspsychje | Randolf: welcome | 15:12 |
lotuspsychje | BlueProtoman: for your GTX i would test a lower driver from the ubuntu graphics ppa | 15:13 |
* Mead wonders why linux users would purchase nvidia cards | 15:14 | |
BlueProtoman | lotuspsychje: Is there a log of updates I can check? My laptop has been on for two weeks straight (including sleep mode) | 15:14 |
lotuspsychje | Mead: you could discuss that in #ubuntu-discuss | 15:14 |
lotuspsychje | BlueProtoman: dpkg logs | 15:14 |
BlueProtoman | lotuspsychje: With that two weeks ending last night | 15:14 |
pragmaticenigma | Mead: Is there something that we can help you with? | 15:14 |
Mead | pragmaticenigma: not at the moment, but thanks for asking | 15:16 |
=== user_ is now known as dasgeek | ||
=== dasgeek is now known as bigNuts | ||
twobitsprite | Is it just me, or is archive.ubuntu.com being really slow? | 15:22 |
leftyfb | twobitsprite: Canonical is aware and working on it | 15:23 |
pragmaticenigma | twobitsprite: It is a known issue, please be patient as there are efforts being made to remedy the situation | 15:23 |
twobitsprite | leftyfb, pragmaticenigma: thanks! | 15:23 |
pavlos | twobitsprite: wait a few hours ... | 15:23 |
BlueProtoman | lotuspsychje: Within the past two weeks, possibly relevant packages that I have installed or upgraded include mesa-vdpau-drivers, mesa-va-drivers, and nvidia-settings. This excludes an upgrade I did today *after* I noticed my display problem. | 15:24 |
lotuspsychje | BlueProtoman: can i ask you, where you got 415 from? | 15:25 |
BlueProtoman | lotuspsychje: Checking my drivers in Software & Updates | 15:25 |
frechdachs69 | I currently get 'Bad signature' from net-retriever while doing a mini.iso based installation; any idea? | 15:27 |
frechdachs69 | Bad signature from "Ubuntu Archive Automatic Signing Key" ? | 15:28 |
pragmaticenigma | frechdachs69: The software mirrors are currently experiencing outages, they are being worked on | 15:28 |
frechdachs69 | pragmaticenigma: ahh ... thx | 15:28 |
BlueProtoman | lotuspsychje: To clarify, I *am* using my nvidia drivers properly right now. `nvidia-smi` displays information about my GPU. It's just that my laptop's built-in display isn't working. | 15:28 |
lotuspsychje | BlueProtoman: its not because the drivers are installed properly, they are the best for your system | 15:29 |
BlueProtoman | lotuspsychje: Sorry, I don't understand, what do you mean? | 15:29 |
lotuspsychje | BlueProtoman: it means you can install any driver you choose, but that does not mean its the best driver fro your card | 15:30 |
BlueProtoman | lotuspsychje: Ah. Gotcha. | 15:30 |
lotuspsychje | BlueProtoman: so do you recall where you downloaded it from? | 15:30 |
Randolf | lotuspsychje: I'm noticing a lot of "i386" references in the files being downloaded for the nVidia GeForce drivers. I thought Ubuntu 18.04 LTS was only 64-bit. I just want to make sure the right files are being downloaded. | 15:30 |
BlueProtoman | lotuspsychje: The graphics-drivers PPA, I think | 15:31 |
lotuspsychje | BlueProtoman: so you just picked latest, or did the ubuntu-drivers autoinstall? | 15:31 |
BlueProtoman | lotuspsychje: I don't remember, but I *have* turned my laptop on and off multiple times since I did install the driver back in February and had no problems | 15:32 |
lotuspsychje | BlueProtoman: im curious wich driver ubuntu proposes for your card, aka: ubuntu-drivers list | 15:32 |
BlueProtoman | lotuspsychje: This is the list http://paste.ubuntu.com/p/HdVrtR5Ffb/ | 15:33 |
lotuspsychje | Randolf: when ubuntu installs the driver, it takes what it needs | 15:33 |
lotuspsychje | BlueProtoman: lets try a 390 for starters? | 15:34 |
BlueProtoman | lotuspsychje: `ubuntu-drivers devices` suggests 418 http://paste.ubuntu.com/p/ktHn9ZNHZ2/ | 15:34 |
lotuspsychje | BlueProtoman: yeah thats reccomended from the ubuntu ppa i presume | 15:35 |
lotuspsychje | BlueProtoman: can you still reach login window, or black screen from boot? | 15:36 |
Randolf | lotuspsychje: Okay. I've found that apt (which it looks like "ubuntu-drivers autoinstall" is using) has been fully reliable for that. The repositories are slow today, but that's okay. | 15:36 |
BlueProtoman | lotuspsychje: Black screen on my laptop's built-in display, including before Linux starts (i.e. the BIOS menu and GRUB). Everything works fine on an external VGA monitor. | 15:37 |
lotuspsychje | Randolf: after its installed, try a reboot. if you get a black screen use !nomodeset to get in okay | 15:37 |
Randolf | lotuspsychje: Okay, I'll do that. I don't know where I'd need to enter !nomodeset though, but I'll cross that bridge when I get there. | 15:38 |
lotuspsychje | BlueProtoman: allrighty, lets try a nomodeset as a test? | 15:38 |
BlueProtoman | lotuspsychje: Okay, how do I do that? | 15:38 |
lotuspsychje | !nomodeset | BlueProtoman | 15:39 |
ubottu | BlueProtoman: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter | 15:39 |
compdoc | BlueProtoman, you dont see the bios boot screens? | 15:39 |
BlueProtoman | compdoc: Not on my laptop's built-in screen. But I do on a VGA monitor I have connected. | 15:40 |
lotuspsychje | BlueProtoman: you did not push the Fn + F screen to a black screen right? | 15:41 |
BlueProtoman | lotuspsychje: Correct. | 15:41 |
Croepha | are the ubuntu mirrors slow for anyone but me ? | 15:41 |
lotuspsychje | BlueProtoman: think was compdoc suggests, if you dont have screen at bios neither might be faulty hardware | 15:42 |
compdoc | .BlueProtoman, some laptops have a key combo that can shut off the internal screen | 15:42 |
BlueProtoman | lotuspsychje: If that's the case, I'm extra-confused. Because my laptop's built-in screen has not been acting weirdly recently. | 15:43 |
BlueProtoman | compdoc: Which key combos would that be? Or, alternatively, which little icons should I be looking for on my Fn keys? | 15:43 |
lotuspsychje | BlueProtoman: lets say it this way, ubuntu cant break the screen at bios level | 15:43 |
BlueProtoman | lotuspsychje: That's why I was hesitant to change my drivers, but I need to make sure I'm not crazy. | 15:43 |
compdoc | depends on the brand, etc. google it for your model' | 15:43 |
lotuspsychje | BlueProtoman: ddi you try to get in grub yet? | 15:44 |
BlueProtoman | lotuspsychje: What, nomodeset? No, not yet, I'm looking up my laptop model online to see if other people have had this issue | 15:44 |
lotuspsychje | BlueProtoman: no, i mean just a good old grub enter with holding shift | 15:45 |
BlueProtoman | lotuspsychje: I dual-boot with Windows, so I enter GRUB by default anyway | 15:45 |
BlueProtoman | ...though I haven't used Windows in a while. | 15:45 |
lotuspsychje | BlueProtoman: you just said you had a black screen at boot too? | 15:46 |
lotuspsychje | BlueProtoman: you see grub, but you cant see bios? | 15:46 |
BlueProtoman | lotuspsychje: Laptop's screen is black. But I can see it on a monitor. Let me reboot and come back with a picture. | 15:46 |
Randolf | I had to stop using Windows 10 because it kept crashing itself into blue screens after downloading many hours of updates. My only regret about switching to Unbuntu Linux 18.04 LTS (which has been rock solid stable for me, and tremendously faster) is that I didn't switch earlier. | 15:46 |
BlueProtoman | lotuspsychje: You would not believe what just happened. | 15:48 |
BlueProtoman | lotuspsychje: Right as I was about to take a picture to illustrate my problem, my problem went away. | 15:49 |
eater9- | Some of my desktop processes tend to silently die in the background after a few days (clipit, autokey, pavucontrol). Any recommendations for a way to auto-restart them if they die? I'm looking at Monit but it might be overkill. | 15:51 |
pragmaticenigma | eater9-: It might be a good idea to look into the logs to see why they're dying... also, are you sure they're completely dead, and not just a thread failed? | 15:53 |
eater9- | pragmaticenigma: they seem to be completely dead, and it seems to happen with applications that have a system tray presence when I change monitors | 15:57 |
pragmaticenigma | eater9-: Like going from a docking station to just a laptop (or unplugging a monitor to take a laptop mobile)? | 15:58 |
eater9- | pragmaticenigma: exactly. but it's hard to reproduce reliably | 16:00 |
pragmaticenigma | eater9-: While it's the long way round, I would encourage you to file bug reports for each of those. I'm sure others could be experiencing the same issue. | 16:01 |
pragmaticenigma | eater9-: I'm wondering if something else is crashing and taking those applets with it | 16:01 |
eater9- | pragmaticenigma: yeah, docking and undocking this laptop has a number of side effects that right now I'm just trying to work around and/or minimize | 16:04 |
egyptian_ | is the repo http://archive.ubuntu.com/ down? | 16:18 |
pragmaticenigma | egyptian_: Yes | 16:19 |
egyptian_ | pragmaticenigma: can you link me the statuspage for it? | 16:19 |
frechdachs69 | pragmaticenigma: is there any status page? | 16:24 |
pragmaticenigma | egyptian_: There is no status page that I am aware of | 16:24 |
pragmaticenigma | frechdachs69: egyptian_: you can idle in #ubuntu-mirrors to see if there are any updates | 16:25 |
JordiGH | Having trouble reaching security.ubuntu.com during `apt update`, is that what you guys are already talking about? | 16:25 |
pragmaticenigma | JordiGH: yes | 16:26 |
teward | JordiGH: known issue, I would idle in #ubuntu-mirrors for ongoing updates (however there's no updates at this time) | 16:26 |
JordiGH | Thanks! | 16:27 |
JordiGH | Wonder if this will make a frontpage HN post. | 16:28 |
JordiGH | Oh, I can reach it again. | 16:29 |
pragmaticenigma | JordiGH: The issues have been intermittent | 16:29 |
JordiGH | Someone must be uploading a massive still-embargoed security fix. | 16:30 |
eater9- | pragmaticenigma: they're not all tray apps though, pavucontrol for instance. Maybe there's a tool that can notify me when something dies so I can try to find the cause(s)? | 16:40 |
pragmaticenigma | eater9-: There are some commands for journalctl that you can use (assuming you're on Ubuntu 18.04 or newer , I'm not sure if anything older has it) | 16:52 |
eater9- | I am .. what are the commands? | 16:53 |
pragmaticenigma | unfortunately I'm not very familiar with them. I just know how to retrieve the previous boot's log | 16:53 |
eater9- | pragmaticenigma: I don't see anything in the logs pertaining to these dying processes anyway, so I was thinking I need some way to regularly monitor or poll their status | 16:57 |
pragmaticenigma | eater9-: I think the tool you mentioned earlier is probably the solution. I think it can send an e-mail/dbus alert when it restarts something | 16:57 |
eater9- | pragmaticenigma: OK, thanks ... I'll try to get that configured to do what I want | 16:58 |
dgoade | ubuntu -- do you see me? | 16:59 |
compdoc | maybe | 17:00 |
dgoade | if you do then I must exist, right? | 17:00 |
compdoc | too early for those kinds of questions | 17:00 |
dgoade | does anyone have status on mirror 91.189.88.162 | 17:00 |
dgoade | i'm getting a lot of timeout from apt in aws codebuild | 17:00 |
compdoc | it happens. i think there are aopt commands to clean up that syuff | 17:01 |
dgoade | so -- no known issues with that mirror? I don't know which one it is but I assume US since that's where I'm based. | 17:02 |
dgoade | or at least oin AWS us-east-1 | 17:02 |
pavlos | dgoade: that host seems up but ping times are about 150ms (accessing from west coast) | 17:04 |
gp | #python | 17:04 |
=== gp is now known as Guest8591 | ||
dgoade | thanks for the reply, pavlos. I see that from the east coast too. | 17:05 |
dgoade | i'm thinking of tweaking the /etc/apt/sources.list file | 17:06 |
dgoade | i would expect it to automatically try other mirrors by default though | 17:06 |
gvvg_ | Hi - I just installed ubuntu 18.04.2 and used LVM which I never have used before | 17:13 |
=== Erich is now known as Eickmeyer | ||
gvvg_ | I it has created /dev/sda1 1M bios boot /dev/sda2 1G and /dev/sd3 399GB | 17:13 |
gvvg_ | simply put can I add the 399GB to my current running server? I thought it would have been done automagically :) | 17:15 |
xamithan | Uh, if you did it during install. It was | 17:16 |
gvvg_ | I guess I didn't now I am not sure what to do? what can I pastebin to show you my system? | 17:18 |
gvvg_ | https://pastebin.com/mpV1AbWB | 17:19 |
=== BrittleRust is now known as Thundercracker | ||
appleguru | anyone know why setting multiple static IPs on one NIC like this isn’t working reliably? | 17:21 |
lifeishell | Ihey | 17:21 |
appleguru | https://pastebin.com/x9mtsGNh | 17:21 |
xamithan | So your vg has all the space, you need to add it to your lv | 17:23 |
appleguru | seems to work ok if I do it manually | 17:24 |
appleguru | sudo ip address add 192.168.0.190/24 dev enp1s0 | 17:24 |
xamithan | "lvextend -r -l 100%FREE /path/to/lv" will probably do the truck | 17:24 |
xamithan | *trick | 17:24 |
appleguru | how can I acheive the same via the interfaces file? | 17:24 |
=== msalvatore_ is now known as msalvatore | ||
gvvg_ | xamithan: and path to lv would be? sorry it is quite confusing to me | 17:28 |
lordcirth__ | gvvg_, run 'lvdisplay' | 17:28 |
gvvg_ | thanks | 17:29 |
pavlos | appleguru: did you up/down enp1s0 ? (systemctl restart network) | 17:30 |
appleguru | yes, even rebooted | 17:30 |
appleguru | I can usually get one ip to work | 17:30 |
appleguru | but more than one extra does not | 17:30 |
gvvg_ | perfect | 17:31 |
gvvg_ | thanks | 17:31 |
pavlos | appleguru: ip addr show should show you 2 ip (in inet) | 17:33 |
hesco | my builds are taking forever today. They depend for a few packages on archive.ubuntu.com, which seems to be the bottleneck. Are others experiencing these issues? | 17:42 |
xamithan | yes | 17:43 |
hesco | perhaps after my errand, it will be time to investigate leveraging aptly's capacity to host a proxy for remote repos. | 17:44 |
hesco | xamithan: imaging that your 'yes' might have been in response to my question. I just now joined this channel, not sure what conversations I may have walked in on. | 17:45 |
lordcirth__ | hesco, the problem with the mirrors is known and being worked on. | 17:46 |
leftyfb | hesco: yes, there are known issues with the repos today | 17:46 |
leftyfb | !who | xamithan | 17:46 |
ubottu | xamithan: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) | 17:46 |
hesco | thanks lordcirth__, leftyfb. That is appreciated. | 17:47 |
hesco | off to those errands, then. | 17:47 |
=== nat is now known as Natkeeran | ||
=== hibbie1 is now known as hibbie | ||
GoodCause | ayyy | 18:36 |
GoodCause | ayyy where do i buy a verified user acct for FB? | 18:40 |
lotuspsychje | !ot | GoodCause | 18:40 |
ubottu | GoodCause: #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! | 18:40 |
hggdh | GoodCause: I do not know, but this is not a support issue | 18:40 |
teward | hggdh: nor is it something on topic on Freenode, it sounds like account hijacking purchasing :P | 18:41 |
GoodCause | yea yea yea whats a better chan for this query? | 18:41 |
GoodCause | not hijacking, purchasing | 18:41 |
lordcirth__ | !alis | GoodCause | 18:41 |
ubottu | GoodCause: 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" | 18:41 |
GoodCause | thx friends | 18:41 |
teward | GoodCause: same basic problem, it's offtopic on Freenode I think. | 18:41 |
GoodCause | well i appreciate ur time thx and keep up the gr8 twerk | 18:42 |
wamicho | Hello I need assistance on connecting GNS3 to virtualbox anyone with ideas | 18:44 |
wamicho | what is the port virtualbox uses ? | 18:44 |
lordcirth__ | wamicho, the port it uses for what? | 18:45 |
lordcirth__ | RPC? | 18:45 |
=== Class7_ is now known as Class7 | ||
wamicho | lordcirth_ on GNS it needs IP and port probably there is where i am going wrong | 18:48 |
wamicho | of the virtual machine | 18:48 |
lordcirth__ | wamicho, to ssh to the VM? | 18:50 |
wamicho | i need to add the VMS to GNS3 | 18:50 |
lordcirth__ | If you want ssh, you need to port forward an external port to port 22 on the VM. | 18:51 |
Kurt-xubuntu | hello i have an old core2duo desktop machine it has always been solid as a rock under xubuntu been running it on this box for ages recently reformated put a fresh version of xubuntu 18.04 on it having a video issue when the monitor goes to sleep and you wake it back up everything is washed out in white if you force x to restart it comes back at the log in screen | 18:51 |
Kurt-xubuntu | kinda anoying | 18:51 |
lotuspsychje | Kurt-xubuntu: wich graphics card & driver is that please | 18:51 |
Kurt-xubuntu | display | 18:55 |
Kurt-xubuntu | description: VGA compatible controller | 18:55 |
Kurt-xubuntu | product: 82G33/G31 Express Integrated Graphics Controller | 18:55 |
Kurt-xubuntu | vendor: Intel Corporation | 18:55 |
Kurt-xubuntu | physical id: | 18:55 |
Kurt-xubuntu | 2 | 18:55 |
lotuspsychje | use a pastebin Kurt-xubuntu please | 18:55 |
lordcirth__ | !paste | Kurt-xubuntu | 18:55 |
ubottu | Kurt-xubuntu: 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. | 18:55 |
Kurt-xubuntu | http://gallery.anotherpower.com/main.php/v/pics/mySpecs_html_001.html?g2_GALLERYSID=0d8ee64470c8c720172b3c2e4a93b788 | 18:57 |
Kurt-xubuntu | complete specs file | 18:57 |
Kurt-xubuntu | was just easier that way | 18:58 |
lotuspsychje | Kurt-xubuntu: so this issue only happens when your system hibernates and comes back? | 19:00 |
pragmaticenigma | Kurt-xubuntu: Please use pastebin, volunteers are leary of downloading unknown files to their systems | 19:00 |
Kurt-xubuntu | yes | 19:01 |
lotuspsychje | Kurt-xubuntu: can you pastebin us your dmesg please? | 19:02 |
Kurt-xubuntu | https://paste.ubuntu.com/p/sP636jkbX3/ | 19:02 |
lotuspsychje | Kurt-xubuntu: intel driver is loaded, lets have a look in your dmesg maybe we can find more | 19:03 |
Kurt-xubuntu | sorry i had lost that tab had to find it | 19:03 |
Kurt-xubuntu | https://paste.ubuntu.com/p/RtkDChgrk6/ | 19:08 |
Kurt-xubuntu | that looks intresting | 19:08 |
lotuspsychje | ty Kurt-xubuntu | 19:08 |
lotuspsychje | Kurt-xubuntu: so can you confirm this was working on kernel 4.15 and now its getting you troubles on 4.18 right? | 19:09 |
Kurt-xubuntu | ya just started to happen couple days ago i can boot into grub and fire up the last kernel and see if it still happens | 19:10 |
lotuspsychje | Kurt-xubuntu: if you would test a few kernels yes, that would surely help | 19:11 |
Kurt-xubuntu | ok will let you know | 19:11 |
lotuspsychje | !acpi | Kurt-xubuntu see also | 19:11 |
ubottu | Kurt-xubuntu see also: to debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI | 19:11 |
Kurt-xubuntu | ok | 19:12 |
Kurt-xubuntu | thank you | 19:12 |
=== hibbie1 is now known as hibbie | ||
lotuspsychje | Kurt-xubuntu: any luck? | 19:23 |
Kurt-xubuntu | well i rolled it back from kernel .16 to kernel .15 | 19:24 |
olderfox | Hello world | 19:25 |
Kurt-xubuntu | lets see what dmesg spits out now | 19:25 |
olderfox | Huh? | 19:26 |
lotuspsychje | olderfox: can we help you? | 19:26 |
ioria | Kurt-xubuntu, what is .16 kernel ? | 19:26 |
olderfox | I'm a new user of ubuntu, So just look around | 19:27 |
olderfox | THank for you carry me | 19:28 |
lotuspsychje | olderfox: welcome to ubuntu support, if you have ubuntu support questions here's the place to ask | 19:28 |
olderfox | Got it, Thank you | 19:29 |
Kurt-xubuntu | https://paste.ubuntu.com/p/8kp7C4KMsw/ | 19:31 |
imi | hi how can I disable that "beep" sound that is autible when you keep pressing the up key in an empty gedit editor? | 19:31 |
lotuspsychje | Kurt-xubuntu: those are the subnumbers og 4.18 | 19:32 |
lotuspsychje | of | 19:32 |
lotuspsychje | Kurt-xubuntu: i bet that did not solve | 19:32 |
Kurt-xubuntu | well it was working fine till couple days ago | 19:33 |
lotuspsychje | Kurt-xubuntu: but you said you fresh installed? | 19:34 |
Kurt-xubuntu | ah ya like a month ago | 19:34 |
Kurt-xubuntu | sorry | 19:34 |
lotuspsychje | right | 19:34 |
lotuspsychje | Kurt-xubuntu: maybe you could take a look in your dpkg logs, what kind of packages installed to trace back why | 19:36 |
lotuspsychje | Kurt-xubuntu: you might also consider filing a new !bug as i dont find much relevant bugs on it | 19:42 |
Kurt-xubuntu | dpkg.log has nada since the 29th | 19:44 |
lotuspsychje | Kurt-xubuntu: do you know howto file a !bug? | 19:46 |
Kurt-xubuntu | no | 19:50 |
lotuspsychje | Kurt-xubuntu: make sure you have a launchpad account, then from terminal: ubuntu-bug linux | 19:51 |
lotuspsychje | Kurt-xubuntu: then add your title & description (your story) | 19:52 |
Kurt-xubuntu | ok | 19:54 |
[itchyjunk] | Hi, after the `security update` thing i did, it gives `system error detected` message when ever i boot up. But it doesn't tell me what error it is. | 20:04 |
[itchyjunk] | Is there a way to see what system error it's detecting at boot up? | 20:05 |
raver | Hi is there a repo for ubuntu 18.04 LTS for biboumi 8.3? | 20:05 |
raver | it is available for 18.10... | 20:05 |
strive | Check /var/log/boot.log | 20:05 |
raver | https://repology.org/project/biboumi/versions | 20:07 |
lordcirth__ | raver, sounds like a question for biboumi devs | 20:07 |
lordcirth__ | nevermind, that page says there isn't. | 20:07 |
[itchyjunk] | Hey, everything seems to have [OK] before it but one item has [*] before it. I can't seem to recognize what the issue was. here is the [*] item: https://paste.ubuntu.com/p/bbHxqpSPgY/ | 20:10 |
lordcirth__ | [itchyjunk], that doesn't look like a problem to me. | 20:14 |
gislaved | is it possible to get around a mount like /mnt/foo/bar and have bar owned my root and symlink to it from a folder where another user has rights ? | 20:15 |
hggdh | gislaved: no. logical link will still depend on the target's permissions | 20:16 |
[itchyjunk] | Hmm, I do get a pop up when I start my computer though. With a "Report" and "Cancel" option. I've hit the report button before but I don't get any info. I'll screen shot it next time it happens and inquire further. | 20:16 |
gislaved | meh that sucks, I need to mount a network share for dovecot | 20:16 |
lordcirth__ | gislaved, symlink permissions are ignored in favor of the file they point to. | 20:18 |
gislaved | lordcirth__ yeah I just need to give the user rights on bar | 20:19 |
gislaved | lordcirth_ not possible to do from fstab ? | 20:19 |
Kurt-xubuntu | gislaved you can look at everything you have reported by that report error tool for your current system using the same login method used by ubuntu forums i have done that before | 20:20 |
gislaved | Kurt-xubuntu huh ? | 20:21 |
Kurt-xubuntu | someone here can explain it better | 20:21 |
Kurt-xubuntu | there is a site where you can go log in and look to see what errors that report error tool in ubuntu has reported | 20:22 |
Kurt-xubuntu | parden me my brain is mush | 20:22 |
lordcirth__ | gislaved, does the mounted filesystem have POSIX permissions? | 20:24 |
Kurt-xubuntu | ah it was [itchyjunk] who was asking about that | 20:24 |
gislaved | lordcirth_ nope, I have freeipa in place also | 20:24 |
Kurt-xubuntu | my bad | 20:24 |
[itchyjunk] | ahh i see | 20:26 |
kuwanger | I'm trying to restore my / drive. For some reason my encrypted home directory isn't automounting. Does my /home/<user>/ need to be a specific permission to work or is something else possible the issue? | 20:44 |
gislaved | tomreyn ping | 20:45 |
lordcirth__ | kuwanger, restoring how? | 20:46 |
kuwanger | lordcirth__: I have a backup from an external HDD that I cp -av'd over. | 20:47 |
lordcirth__ | kuwanger, and this / backup includes /home? | 20:47 |
kuwanger | The only thing missing was the actual /home/<user>/ folder itself. | 20:47 |
lordcirth__ | kuwanger, ecryptfs leaves /home/<user/ empty. The cleartext files get mounted into it. | 20:48 |
lordcirth__ | The encrypted files are stored as /home/.ecryptfs, iirc | 20:48 |
kuwanger | That's what I thought, which is why I'm confused. /home/.ecryptfs/home/.Private is there. | 20:48 |
lordcirth__ | kuwanger, try running ecryptfs-recover-private | 20:50 |
kuwanger | lordcirth__: Just checked on another system and it looks like there's symlinks in /home/<user>/ to .ecryptfs and .Private | 20:51 |
kuwanger | lordcirth__: And recreating those symlinks makes it work again. | 20:53 |
lordcirth__ | Interesting, what are the symlinks? | 20:54 |
kuwanger | lordcirth__: ln -s /home/.ecryptfs/<user>/.ecryptfs /home/<user>/.ecryptfs; ln -s /home/.ecryptfs/<user>/.Private /home/<user>/.Private | 20:57 |
lordcirth__ | kuwanger, interesting, that must be how it knows where the ecryptfs data is. | 20:57 |
kuwanger | lordcirth__: Yea. Makes sense in retrospect, but it's hard to tell such things when you can't normally list said "empty" directory. :/ | 21:00 |
peter22222 | anybody familiar with "crunch"? | 21:01 |
lordcirth__ | peter22222, don't ask polls, ask your real question | 21:03 |
peter22222 | is there a possibility to limit the number of upper case letters in the passwords generated by crunch? there s nothing explicitly said about that in the manual... | 21:04 |
peter22222 | like i know my password has 1 upper case letter, 3 lower case letters and 2-4 numbers in it | 21:05 |
lordcirth__ | peter22222, crunch doesn't seem to be specifically for password generation. I recommend using 'pwgen', I think it does what you want by default | 21:06 |
kuwanger | Now to figure out why my user is listed many times in /etc/group but "groups" only lists me in one group. :/ | 21:06 |
peter22222 | thank you. | 21:08 |
pi0 | any recommended suggestions to setup a dns server and sub domains | 21:17 |
kuwanger | And it was because some the other files (maybe .Xauthority?) were in "empty" /home/<user>/ which was confusing the X login shell or something. | 21:18 |
kuwanger | lordcirth__: Oh, there were also symlinks to ecryptfs-private-... something desktop and txt (as README.txt) which may or may not be important. | 21:18 |
kuwanger | Anyways, thanks for the help (and me ranting). :) | 21:20 |
=== sam is now known as Guest75581 | ||
Guest75581 | Does Anyone Know how to search not a local repository but a potential repository to add from a web server so i can discover new repository's to add via he terminal | 21:33 |
ryahi | Guest75581, you can add repository using command "sudo add-apt-repository" | 21:36 |
ryahi | Then just run sudo apt update | 21:37 |
Guest75581 | :ryahi but how do i search for one to add | 21:37 |
Fieldy | tomreyn: (apologies if this is a repeat, i just tried again, same result) fyi I created a launchpad account and attempted to create a bug for the long password sudo issues. but launchpad itself seems to be having issues, saying it timed out etc (the site says this, not my browser). I will try again later | 21:38 |
Fieldy | this is the error i see https://i.imgur.com/2cdPxGS.png | 21:40 |
ryahi | Guest75581, you only add a repository if a software you want to use is not available in the ubuntu default repository. | 21:40 |
Guest75581 | :ryahi yes thats what i want to do add a repository thats not ubuntu a custom one not a package a repository with multiple packages to be displayed in gnome software | 21:42 |
ryahi | Fieldy, if you want to use a terminal as root, just type sudo -i in the terminal and then you won't have to type your password more than once | 21:42 |
evg1 | hi all, I m under disco. I wanted to install russian keyboard later, but I cant see it in the list. How to install russian keyboard with command? | 21:42 |
ryahi | Guest75581, just search for installation instructions of your software in a browser. It will have mentioned the repository name or there must be a .deb file. | 21:43 |
Guest75581 | :ryahi is there a way to search for a repository in the terminal and not the browser | 21:44 |
Fieldy | ryahi: thanks! however this is regarding an issue i worked with him on, if a password of a user that can otherwise sudo is changed to a length greater than 255, sudo won't work. he asked me to file a bug, which i've tried twice with the error in the screenshot | 21:45 |
ryahi | Guest75581, I don't think there is but I'm also kind of noob. So wait if anyone else knows the answer to that. | 21:48 |
ryahi | Fieldy, oh ok. Good luck. | 21:48 |
Fieldy | :) | 21:48 |
pavlos | Guest75581: the ppa's you have installed are in sources.list, "grep ppa /etc/apt/sources.list /etc/apt/sources.list.d/*" is this what you want or something else? | 21:49 |
Fieldy | tl;dr in the latest ubuntu server install, don't set / change your normal users password to something longer than 255 chars. you won't be able to sudo evar again. likely not a showstopper :P | 21:50 |
Fieldy | well. during install or any time later really | 21:50 |
pavlos | Guest75581: there is a y-ppa-manager that allows you to do plenty with ppa's. https://www.tecmint.com/y-ppa-manager-easily-add-remove-purge-ppas-in-ubuntu/ | 21:51 |
evg1 | how to page up /down in weechat? | 21:51 |
Guest75581 | pavlos: at the momment i have only ubuntu repository such as debian security main etc.. i would like to search for custom repository like google security main | 21:51 |
Guest75581 | a ppa is a software package not a repository | 21:53 |
jeremy31 | Guest75581: post url from terminal for> cat /etc/apt/sources.list | nc termbin.com 9999 | 21:55 |
pavlos | Guest75581: ppa is a personal package archive (a collection of packages) | 21:55 |
evg1 | what is the lightes client for irc? | 21:57 |
ayekat | netcat | 21:58 |
Guest75581 | pavlos: yes but with ubuntu repositories in the sources list it display's all that software in the gnome software im looking for a repository to display software in the software centre not just install a package | 21:58 |
evg1 | how to install keyboard languages? | 22:05 |
ayekat | evg1: you mean a keyboard layout? | 22:08 |
ayekat | there are many already installed - which one in particular do you need? | 22:08 |
evg1 | ayekat: yes, I can't find them in the menus | 22:09 |
evg1 | I meant , only english layouts | 22:10 |
evg1 | i need only russian and english | 22:10 |
ayekat | evg1: I don't have an Ubuntu with a DE under my nose here, but I'm pretty sure you can choose non-english layouts | 22:11 |
pridkett | let's say if i have IP 24.111.111.100 and let's say my neighbor who use same ISP as me has IP 24.111.111.105 : if somebody DDOS my ip 24.111.111.100 , obviously i would go offline, but would my neighbor go offline as well? | 22:11 |
compdoc | it might slow his connection | 22:11 |
xut_ | u running a server at home? | 22:11 |
evg1 | I have selection : English US , Canada, Australia , Britain , and nothing else. (Add an imput source menu) | 22:13 |
ayekat | evg1: if you scroll to the bottom, isn't there a ⋮ entry or something? | 22:14 |
ayekat | evg1: ah yes, that would be the "Add an input source" menu, which should give further options | 22:14 |
ayekat | no wait, I'm mixing things up - but ⋮ should give move options | 22:15 |
evg1 | nothing there, it looks like languages are absent | 22:15 |
ayekat | s/move/more | 22:15 |
ayekat | hmm... | 22:15 |
evg1 | Maybe it's a beta bug, or I choosed minimul instalation? | 22:16 |
evg1 | I have lived well without russian keyboard this week ,but faced hot topic in twitter =) | 22:20 |
evg1 | Who wants refubrished metal cheep fanless fullHD laptop for ubuntu 19.04? acer swift 1. Amazing deal on ebay now! | 22:23 |
fallenour | Do LXD containers support ceph natively? | 22:24 |
fallenour | And if so, whats the best way for me to connect them to ceph pools? | 22:24 |
pavlos | evg1: are you running 18.04 ? | 22:24 |
fallenour | I really do prefer lxd over docker if I can help it. | 22:24 |
evg1 | pavlos 19.04! | 22:25 |
evg1 | not good keyboard, but other features are awesome for me. | 22:25 |
pavlos | evg1: I'd have to spin a vm to find the russian keyboard ... | 22:25 |
evg1 | pavlos: I guess the problem in the minimal instalation. You don't need to. | 22:26 |
pavlos | evg1: ok | 22:27 |
pridkett | let's say if i have IP 24.111.111.100 and let's say my neighbor who use same ISP as me has IP 24.111.111.105 : if somebody DDOS my ip 24.111.111.100 , obviously i would go offline, but would my neighbor go offline as well? | 22:31 |
xamithan | !ot | pridkett | 22:34 |
ubottu | pridkett: #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! | 22:34 |
=== qwebirc84899 is now known as bluetoothsucks | ||
bluetoothsucks | what's the best way to troubleshoot bluetooth errors? All of my bluetooth devices randomly disconnect and I can't reconnect anything unless I suspend and wake. I'm running 18.04 on a T430. | 23:16 |
Sveta | bluetoothsucks: https://wiki.debian.org/BluetoothUser#Troubleshooting | 23:25 |
Sveta | bluetoothsucks: does marking the device as 'trusted' help? | 23:26 |
=== BenderRodriguez is now known as Stalin | ||
ardya | Hi, is it a known issue that trying to do a manual network configuration during install of 18.04.2 server results in a reboot when you Save the network configuration? | 23:49 |
tomreyn | ardya: if i recall correctly, yes. i think there's also a workaround for it on the bug report. | 23:50 |
ardya | I think there are python errors when trying to Save, but they disappear too quickly and the machine reboots | 23:50 |
ardya | got a URL for that? | 23:51 |
tomreyn | ardya: bug 1816954 | 23:52 |
ubottu | bug 1816954 in subiquity (Ubuntu) "Unable to show Info nor Set static IP during install" [Undecided,Fix committed] https://launchpad.net/bugs/1816954 | 23:52 |
tomreyn | "If you switch to tty2 and run "snap refresh subiquity" you'll get a version of the installer with this bug fixed." | 23:52 |
ardya | thank you very much | 23:52 |
tomreyn | you're welcome. if it keeps failing, your other options are to use the alternate server installer (based on "debian-installer") or to try an (unsupported) daily build of the standard server installer. | 23:54 |
tomreyn | ardya: ^ | 23:54 |
jcotton | is there any way to move/hide ~/snap? | 23:55 |
=== Stalin is now known as BenderRodriguez | ||
jcotton | it's annoying to have it not hidden | 23:55 |
=== fred_1121 is now known as Guest38358 | ||
ardya | tomreyn: the tty2 trick worked. netconfig saved, installation proceeding, thanks again | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!