Second | A quick question. This may sound dumb because this is an ubuntu channel, but is this solution for ubuntu only? The first line talks about a driver in the official ubuntu repos, but the distro for which I need this solution is not ubuntu. | 00:00 |
---|---|---|
OerHeks | .. really, i have no idea to find out | 00:00 |
Second | Ok. I'll just read it and see what I find. Thanks again. | 00:01 |
OerHeks | find the channel for your linux | 00:01 |
OerHeks | !alis | 00:01 |
ubottu | 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" | 00:01 |
=== daniel is now known as Guest72101 | ||
stacks88 | on previous ubuntu versions, to add a secondary static ip to say eth0:0, i would edit /etc/network/interfaces.. but now on ubuntu 18.04 that is not the case. i read online that im suppose to go into /etc/netplan and edit the config files there.. but my ubuntu 18.04 installation has nothing insiide /etc/netplan.. I even saw somewhere it said to run `netplan generate` to ggenerate the files in | 00:57 |
stacks88 | /etc/netplan but its still empty.. how would i go about adding a secondary IP to my network interface (that is apparently called "eno1") | 00:57 |
=== junk is now known as Guest36895 | ||
woenx | Hello. I have one program that has to be started as a service to run, by running a script (a .sh file) (e.g.: ./service.sh start ) | 00:59 |
Guest36895 | hey friends, i'm running 18.04 lts with lightdm as dm and xfce4 as wm. was getting bootloop at login in my main user account, can login with another user account with no problem. tried restoring .Xauthority and .bashrc files, but still getting looped to login. any thoughts? | 01:00 |
woenx | the problem is that service.sh makes reference to a binary in the same dir, so I cannot run that service from outside that dir | 01:00 |
woenx | how can I solve that? | 01:01 |
tomreyn | woenx: make it an actual service, so far it is a shell script | 01:01 |
woenx | tomreyn, how? | 01:02 |
woenx | look, these are the contents: https://pastebin.com/gp87wNFQ | 01:03 |
tomreyn | woenx: this is not a development related channel. read up on your init system, which is probably systemd, or (for a few more months only) initv upstart on 14.04. | 01:03 |
tomreyn | other than that, every shell script can determine its own path by examining $0 | 01:04 |
woenx | aha | 01:05 |
tomreyn | stacks88: quoting https://netplan.io/examples : "Interface aliases (e.g. eth0:0) are not supported." | 01:05 |
woenx | if I run it from another dir, it says: /usr/bin/mono-service: 5: test: xApplications: unexpected operator | 01:05 |
tomreyn | stacks88: but as you can see above this, you can still have multiple ip addresses per interface. | 01:06 |
tomreyn | Guest36895: try removing (rm -r) ~/.cache | 01:07 |
tomreyn | woenx: try #bash | 01:08 |
stacks88 | tomreyn: my interface is not called eth0.. i was just citing my past experience.. my interface is called eno1 and i need to add a second static IP to this server/machine.. so im trying to figure out how to do this..buntu 18.04.1 LTS the guides say go in /etc/netplan but it is empty. theres no files in there.. It looks like this installation is not using netplan, its using systemd to do the | 01:09 |
stacks88 | networking.. but i cant seem to find any guide showing how to add a static IP using the systemd method.. | 01:09 |
tomreyn | stacks88: btw. it's normal that you're supposed to create the netplan configuration file yourself (when it does not yet exist). | 01:09 |
petro | hi, can anyone advise here on data backup / rescuing a drive with bad sectors/ maybe clone to new drive? | 01:10 |
tomreyn | stacks88: i did not mention "eth0" | 01:10 |
OerHeks | The command networkctl can output a summary of your network devices | 01:11 |
stacks88 | ok i misunderstood, maybe you were just saying that interface aliases arent supported. so does that mean i have to create a new network device or something? im used to typing ifconfig and seeing the static IP addresse like [device]:[number] | 01:11 |
stacks88 | on one link, it says "Netplan is a simplified interface for configuring Linux networking, where YAML files in /etc/netplan are used to generate configuration information for either NetworkManager or — in the case of new Ubuntu Server installations – systemd-networkd." -- so it sounds to me like the reason why /etc/netplan is empty is because on my ubuntu server installation, its not using | 01:12 |
stacks88 | netplan | 01:12 |
OerHeks | networkctl status | 01:12 |
OerHeks | cat /usr/share/doc/netplan.io/examples/wireless.yaml | 01:13 |
stacks88 | this is a remote server/machine. networkctl status shows the WAN IP address thats on there (the only one), on eno1 and shows the ipv6 on eno1 , here is the output: https://pastebin.com/raw/VhJzHZSm | 01:14 |
stacks88 | OerHeks as you can see /etc/netplan is empty | 01:14 |
OerHeks | stack, yes indeed | 01:14 |
OerHeks | all guides show how to write one yourself | 01:16 |
tomreyn | petro: firs tof call, buy a new storage which provides higher capacity than the one you are trying to rescue. then use gddrescue to recover your data to the new storage. be sure not to ever write to this storage again until your data recovery is complete. dont mount data from there, don't fsck it. then copy partition images of what you need to recover from there to yet another storage. othen operate on this copy and use standard linux utilities | 01:16 |
tomreyn | such as kpartx, mdadm, lvm2, ext utilities, fsck to recover the data. | 01:16 |
tomreyn | stacks88: sorry, i did mention "eth0" there in my quote. but indeed, i just meant to point out that netplan doesn't support interface aliases, and you should instead just assign multiple ip addresses to the same interface, if that's what you want. | 01:18 |
stacks88 | tomreyn: but the thing is, /etc/netplan is empty.. so isnt that suggestive of that this system is not using netplan? but i do have these files, https://pastebin.com/raw/nMwrvLWr | 01:19 |
tomreyn | stacks88: you seem to have not yet read https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Network_configuration | 01:19 |
stacks88 | im looking at the link, but it is talking about netplan | 01:20 |
stacks88 | if my netplan directory is empty, am i suppose to just create a brand new file and copy the examples? it just seems like something is wrong here | 01:21 |
tomreyn | stacks88: amongst other, yes. okay, maybe i should just explain in my own words: | 01:21 |
tomreyn | there are two ways to manage networking in current ubuntu releases. one is systemd-networkd, the other is network-manager. *new installations* of ubuntu default to network-manager for desktops, systemd-networkd for servers. | 01:22 |
stacks88 | so i gather i need to just create a new .network file in /etc/systemd/network ? and copy the format from my existing 50-default.network ? network-manager sounds like a gui thing, this is a remote server, so i only have console / ssh | 01:23 |
tomreyn | to ease configuration and configuration deployment, especially on servers, netplan was introduced as a utility to write configurations in a (supposedly) easier format and export them to your preferred network management service (one of the two). | 01:24 |
stacks88 | or is there a command to generate the files in /etc/netplan or maybe im missing a package or something | 01:24 |
tomreyn | https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Network_configuration states "The installer will generate a configuration file for netplan.io in the /etc/netplan directory." But then the new server 'live' installer (if you used this?) has a lot of issues still, so I'm not sure it actually does. And the alternative installer most likely doesn't create the file. | 01:25 |
petro | tomreyn, if the 'failing' (?) HDD is 1tb, I shouldn't use a 1tb ssd as the new drive? | 01:26 |
petro | maybe a nas hdd of 3 or 4tb? | 01:26 |
tomreyn | stacks88: so you can choose on your own whether you prefer creating / editing the systemd-networkd configuration yourself, or use netplan for it. if you'll use netplan, and there is no configuration file for it, yet, then just create one as discussed on https://netplan.io | 01:27 |
petro | if nas hdd, then I would only get one... for this project.... I just don't trust hdds | 01:27 |
petro | some people like the red nas drives | 01:27 |
stacks88 | tomreyn: when i do dpkg -l|grep netplan i have netplan.io as the only package installed. Does that sound sufficient ? Just checking if im missing anything, if not, i guess ill have to try to recreate the netplan config files | 01:28 |
tomreyn | petro: the reason i'm saying the storage you'll copy recovered data to should be larger is that two drives of the same 'advertised' capacity can actually differ slightly in capacity, which would make a fully recovery of all single bytes from the storage which is falling apart fail. | 01:28 |
tomreyn | petro: for hardware recommendations, try asking in ##hardware | 01:29 |
stacks88 | ok i think i found a guide for systemd.network so ill try that | 01:29 |
tomreyn | stacks88: yes, package "netplan.io" sounds sufficient | 01:29 |
stacks88 | thx | 01:30 |
tomreyn | stacks88: which ubuntu version is this? how did you install, or did you upgrade? which installer image did you use, which architecture? | 01:32 |
OerHeks | https://netplan.io/reference | 01:33 |
stacks88 | Ubuntu 18.04.1 LTS, i didnt install it personally. the OS was installed by the server provider. Looks like they image the installation and just deploy it etc.. but i found a guide that just says to edit /etc/systemd/network/50-default.network and simply add [Address] and then next line "Address=IP/32" and next line "Label=somelabel" and then systemctl restart systemd-networkd - so it worked, | 01:34 |
stacks88 | ip is online, i guess while it was annoying that the networking has changed, that was pretty simple so thats good then, guess i got it figured out | 01:34 |
stacks88 | i think that they must have changed it over to systemd recently or i dont know | 01:34 |
stacks88 | so thanks for the help guys | 01:34 |
tomreyn | always start with the release notes when you upgrade / install a version ofr the first time | 01:35 |
tomreyn | this can make your life easier ;) | 01:35 |
tomreyn | stacks88: ^ this and you're welcome | 01:35 |
oblio | hola, i just upgraded from 18.04 to 18.04.1 and it failed and im trying to figure it out... systemd upgrade failed b/c some unsafe links are created in /var/log/journal during the upgrade process | 01:37 |
tomreyn | but sdo consider using netplan, it's not bad (excpet for some use cases which it doesn't support, or doesn't support, yet). | 01:37 |
oblio | anyone know what might be up? i tried clearing /var/log/journal/* and it still comes back w the same error when i try apt-get -f install | 01:37 |
tomreyn | oblio: 18.04.0 -> 18.04.1 is considered updating rather than upgrading. | 01:37 |
tomreyn | oblio: maybe you mistyped? | 01:38 |
tomreyn | show the failing / error reporting commands you run and the output they generate, using a pastebin. | 01:39 |
tomreyn | !paste | oblio | 01:39 |
ubottu | oblio: 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. | 01:39 |
petro | tomreyn, even if there's only 800gb of data - the new drive should be >1tb? | 01:39 |
tomreyn | !pastebinit | oblio | 01:39 |
ubottu | oblio: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit | 01:39 |
petro | tomreyn, I did ask in ##hardware, no one replies | 01:39 |
tomreyn | petro: it's fine if the storage you will rescue the data has just enough capacity available to restore this data. if you don't need to recover all of your partitions (e.g. you may not need to recover swap), then the rescue target can have less capacity than the source. | 01:42 |
tomreyn | petro: the point there is just that you need to make sure the data you want to rescure (and only that, not stuff you dont need) will fit on the target. | 01:42 |
tomreyn | i.e. my point is this: if you wanted to rescue the entire 1TB HDD (which may not actually be needed / desirable) to a 1 TB SSD, but the SSD had just 5 bytes less storage capacity than the HDD, this would fail. | 01:45 |
petro | okay, well, the 1tb is one large partition....as there is just data on it | 01:47 |
tomreyn | petro: the important things about recovering your data is to plan well, always focussing on limiting the amount of reads, and ensuring you never write, to the disk with broken sectors, since the more you use it the more likely it is to fail more. | 01:47 |
petro | it's formatted ext4 | 01:47 |
petro | yeah, I am trying to plan well....that's why I thought I should decide on a new drive :) seeking advice on that | 01:48 |
tomreyn | petro: buy whichever drive you will like to use in the future. | 01:51 |
pragmaticenigma | petro: there are much better resources about hardware recommendations that what this channel can provide. If nothing comes out of ##hardware... then you should be looking for websites that specialize in hardware testing and recommendations. | 01:51 |
tomreyn | for NAS purposes, a HDD makes sense, for many other use cases, SSDs are nowadays better, but still more expensive. | 01:52 |
stacks88 | im used to typing "ifconfig' for years now, to just show the ip information. should i just stop diong that? and just use ip or whatever? | 01:53 |
tomreyn | stacks88: yes, but this was so before 16.04 already | 01:53 |
OerHeks | 1 tb ssd €180 ~ 1 tb hdd €50 | 01:53 |
hggdh | also, in general, most SSDs last longer if its usage is no more than about 60%. | 01:53 |
oblio | tomreyn: that took a minute... https://pastebin.com/X1YvRCE2 | 01:53 |
tomreyn | oblio: okay, if you could also provide the other info i asked for, we can get started. | 01:54 |
tomreyn | oblio: actually i only asked whether you mistyped. which ubuntu version did you insitally install there? when you say you upgraded, was it really 18.04.0 to 18.04.1 or did you start from an earlier version?= | 01:56 |
oblio | tomreyn: i only *think* 18.04.0 is what was running, but i ran a do-release-upgrade and that's what got me here. DISTRIB_RELEASE in lsb-release says 18.04 and description is 18.04.1. | 01:56 |
Scunizi | I've installed Alien-arena from the package manager. I find the package data in ~/alien-arena is all set to root:root .. shouldn't it be user:user? Game won't run with errors writing and loading | 01:56 |
tomreyn | oblio: if you ran do-release-upgrade and it actually worked for a while then you did a release upgrade from an earlier ubuntu release. you can check the logs in /var/log/upgrade (i think, could also be "release-upgrade" or "dist-upgrade") to learn which version you upgraded from. | 01:58 |
oblio | tomreyn: yeah i looked there (dist-upgrade) | 01:59 |
oblio | looks like it was xenial | 01:59 |
oblio | which is older? how would that happen? | 01:59 |
tomreyn | so you upgraded from 16.04.x LTS to 18.04.1 | 02:00 |
oblio | right | 02:00 |
tomreyn | *LTS | 02:00 |
tomreyn | was this error first reported during the upgrade? were there any other errors during the upgrade? | 02:00 |
oblio | trying to go through apt.log but not seeing much | 02:01 |
tomreyn | oblio: i was referring to UI output. did the upgrader seem to finish successfully, did it report critical failures? | 02:02 |
oblio | it started running and failed after a few minutes | 02:03 |
OerHeks | Scunizi, i just installed, and get " W: Download is performed unsandboxed as root as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) | 02:03 |
OerHeks | a mess | 02:03 |
texla | ubuntu 18.04.1 How do I get icon launcher from desktop to open in /home/ray/Desktop folder | 02:04 |
oblio | tomreyn: looks like things were pretty cogent until it got to systemd and then those same errors were presented | 02:05 |
texla | To mov | 02:06 |
SlidingHorn | OerHeks & Scunizi - Just did sudo apt install alien-arena and ran it from the command line without an issue. | 02:07 |
oblio | tomreyn: boom.. got it | 02:08 |
oblio | tomreyn: somehow mongo had changed the ownership of /var | 02:08 |
OerHeks | SlidingHorn, i have no ~/alien-arena | 02:08 |
SlidingHorn | OerHeks: neither did I (I already uninstalled it) | 02:08 |
OerHeks | Scunizi, how did you install things? outside de alienarena and datapackage? | 02:09 |
oblio | tomreyn: it was also breaking ssh | 02:09 |
tomreyn | oblio: uuh, that's bad. ubuntu's mongodb packages? | 02:09 |
oblio | tomreyn: eh im following up on a system problem on something done by an outside contractor.. could even be a security breach for all i know | 02:10 |
OerHeks | there is ~/.config/alien-arena/data1 that is owned by root, seems to be fine | 02:10 |
Scunizi | OerHeks: direct from Synaptic pkg manager.. I'm on 18.04 | 02:10 |
oblio | tomreyn: not even for sure why they would have been messing with mongo b/c what they were doing should have been done in docker... unless they just didnt do it in docker | 02:11 |
tomreyn | oblio: you could have pointed this out in the beginning ;-) | 02:11 |
Scunizi | OerHeks: I get "ln: failed to create symbolic link '~/.config/alien-arena/data1':Permission denied | 02:11 |
oblio | tomreyn: not for sure it would have helped w debugging | 02:11 |
tomreyn | oblio: its fine, we didnt spend much time on this yet | 02:12 |
oblio | tomreyn: well you helped me by getting to me to really dig through the screenlog and look for the specific problem outside of the context of upgrading | 02:12 |
oblio | *getting me to really dig | 02:12 |
Scunizi | OerHeks: that error is when I try to run it from cli | 02:12 |
OerHeks | Scunizi, remove the whole ~/.config/alien-arena/ folder, and start again, it should be regenerated? | 02:13 |
tomreyn | oblio: i was wondering why you seemed generally knowledgable but didn't seem to know which version you upgraded from. | 02:13 |
OerHeks | and why from cli.. | 02:13 |
oblio | ¯\_(ツ)_/¯ | 02:13 |
Scunizi | OerHeks: well... that got me further.. It now loads a black window.. | 02:14 |
Scunizi | OerHeks: SUCCESS!.. I loaded it from the menu and no issues so far.. loading from cli wasn't good. | 02:15 |
OerHeks | :-) | 02:17 |
OerHeks | now grab those goodies and use them wisely | 02:17 |
OerHeks | megaglest is also nice | 02:17 |
tomreyn | :) | 02:18 |
OerHeks | Ben Affleck is no longer going to be playing the Batman in 2021 | 02:21 |
Scunizi | OerHeks: I'll check it out.. I haven't played alien-arena in years. | 02:21 |
CN_Chen | 23333 | 02:29 |
CN_Chen | hello? | 02:30 |
OerHeks | hi CN_Chen | 02:31 |
qwebirc77570 | if I have no GUI and only the terminal, how can I cd to the windows partition? | 03:21 |
qwebirc77570 | i know the name of the drive but I forget how to cd there | 03:21 |
=== Ricardus_ is now known as Ricardus | ||
SlidingHorn | qwebirc77570: is it mounted? typically ubuntu will mount it in /media/ | 03:22 |
qwebirc77570 | mounted? | 03:22 |
pragmaticenigma | SlidingHorn: Ubuntu doesn't typically auto-mount partitions that are not already defined in fstab. chances are... the windows partitions were not mounted on boot. | 03:25 |
OerHeks | maybe he is in WSL, grinn | 03:33 |
jmarcos | //// | 03:44 |
jmarcos | / | 03:47 |
=== administrator is now known as Guest79501 | ||
hankchinawski | ello | 04:04 |
bingopajama | Hey all, I just installed ubuntu 18.10, moving from mint 17.3. My laptop has an AMD 7640G graphics card, and while dual monitors worked perfectly on old mint using fglrx the newer (radeon) drivers seems unable to do dual monitors. I would love if someone knows how to make dual monitors work with the new radeon driver ubuntu 18.10 is using. Any ideas? | 04:25 |
=== Taco is now known as Otis | ||
installhelpplz | hey folks, having some trouble with installing Ubuntu 18.10, hoping someone can assist | 04:28 |
installhelpplz | I installed over my previous Manjaro installation -- wiped the / drive, but kept the encrypted /home | 04:28 |
installhelpplz | booting into my new Ubuntu install goes into emergency mode though, and the logs say "timed out waiting for device /dev/mapper/luks" -- any ideas? | 04:29 |
=== Otis is now known as Taco | ||
installhelpplz | I think it's probably the same as https://bugzilla.redhat.com/show_bug.cgi?id=1177727, but just not sure how to do the same for Ubuntu, and that post is pretty old now | 04:30 |
ubottu | bugzilla.redhat.com bug 1177727 in febootstrap "Timed out waiting for device dev-mapper-luks\xUUID.device" [High,Closed: worksforme] | 04:30 |
=== Mr-Pan is now known as Guest85212 | ||
cluelessperson | so I haveipv6 enabled in a container | 05:26 |
cluelessperson | but no ipv6 address | 05:26 |
cluelessperson | only a loopback | 05:26 |
cluelessperson | not sure why that is | 05:26 |
cluelessperson | I can't even query the ip link status | 05:28 |
cluelessperson | ip link gets 79: eth0@if80 | 05:28 |
cluelessperson | ip link ip link show eth0@if80 | 05:29 |
cluelessperson | Device "eth0@if80" does not exist. | 05:29 |
cluelessperson | meh | 05:29 |
levon_ | hi | 05:37 |
mumixam | cluelessperson: dont use | 05:37 |
mumixam | @ | 05:37 |
mumixam | ip link ip link show eth0 | 05:37 |
mumixam | @ means its a virtual nic connected to if80 | 05:38 |
cluelessperson | mumixam: eth0 not found | 05:44 |
cluelessperson | mumixam: the interface is named "eth0@if80" | 05:45 |
cluelessperson | but everything responds that it doesn't know that name | 05:45 |
mumixam | @ normally doesnt mean that | 05:45 |
mumixam | like this for example | 05:45 |
mumixam | 4: mac0@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> | 05:45 |
mumixam | iface name is mac0 | 05:45 |
mumixam | ~$ ip link show mac0 | 05:46 |
mumixam | 4: mac0@eth0: | 05:46 |
cluelessperson | mumixam: well mac0 isn't known | 05:46 |
mumixam | yea thats just a example | 05:46 |
mumixam | mac0 is on my system | 05:46 |
cluelessperson | mumixam: eth0@if36 | 05:47 |
cluelessperson | mumixam: do you know why it wouldn't have an ipv6 address? | 05:48 |
cluelessperson | it dhcp ed ipv4 fine | 05:48 |
mumixam | are you sure you have ipv6 access? | 05:49 |
cluelessperson | mumixam: yes | 05:49 |
cluelessperson | other linux containers do, this ubuntu container does not | 05:49 |
mumixam | how are they ipv6's given out? | 05:49 |
cluelessperson | it has access, but this specifically ubuntu container is not resolving an ipv6 address | 05:49 |
mumixam | slaac? | 05:49 |
cluelessperson | yes. | 05:49 |
mumixam | have you tried radvdump? | 05:50 |
cluelessperson | mumixam: dunno what that is. | 05:50 |
DarwinElf | i want to know how to *permanently shut off all running bluetooth programs* as I don't have a desktop with a blue tooth! | 05:50 |
DarwinElf | this is sickening. It's not a laptop or pad! | 05:50 |
mumixam | it shows the ipv6 offers | 05:51 |
SlidingHorn | DarwinElf: version and flavor? | 05:51 |
=== rudy is now known as Guest36489 | ||
DarwinElf | Kubunut 18.04 | 05:56 |
rudy_ | hello .. can i have some help with my internet please | 05:58 |
cluelessperson | rudy_: sup | 05:58 |
cluelessperson | why not, what's the issue | 05:58 |
SlidingHorn | DarwinElf: I think KDE uses `bluedevil` sudo apt remove bluedevil | 05:59 |
rudy_ | hi ..i m on ubuntu 16.04 and my riseup vpn is very very slow now | 05:59 |
cluelessperson | rudy_: so it's not an issue with your internet, it's an issue with your vpn | 06:00 |
rudy_ | it use to work well before ..yes | 06:00 |
cluelessperson | rudy_: so, the problem is either you and your connection to the vpn provider, or the vpn provider. | 06:00 |
rudy_ | is there nothing that can be done to change setting on the vpn? | 06:01 |
cluelessperson | rudy_: probably not | 06:02 |
rudy_ | :0 | 06:03 |
rudy_ | but how to know where the problem is? | 06:04 |
DarwinElf | thanks | 06:05 |
DarwinElf | but this program keeps restarting even after I 'kill -9:' /usr/lib/bluetooth/obexd | 06:05 |
bingopajama | rudy_: riseup is great, but probably not the fastest VPN around. I'm not an epert in troubelshooting VPN's but it seems likely that if your connection is fine but slow, the server is ust getting bogged down | 06:06 |
rudy_ | ahhh yes | 06:07 |
SlidingHorn | DarwinElf: try this (make sure you don't need anything it yanks out) sudo apt purge libbluetooth3 | 06:07 |
SlidingHorn | DarwinElf: you may want to try it with a -s first to check | 06:07 |
DarwinElf | thanks | 06:07 |
rudy_ | thanks a lot ... | 06:08 |
DarwinElf | now I got a list of all the rest such packages installed; I'll check this | 06:08 |
rudy_ | im not sure but can it be a port is close that the connection is slow | 06:09 |
bingopajama | rudy_: Again, not an expert but it hat been my experience that if a port was the issue the VPN just wouldn't work | 06:10 |
DarwinElf | well that was going to remove most of my system. I will not use purge | 06:10 |
DarwinElf | even without 'purge' it wants to remove most my system. I see that Debian-based distributions are still 'dependency Hell' | 06:12 |
DarwinElf | i should email root@debian.org 'Haha, get a life. Get a package manager from a BSD Unix or truly Unix-like distribution' | 06:14 |
DarwinElf | thanks for helping me remove some of it anyway. I guess the rest has to stay until I switch back to BSD or the only Unix-like GNU/Linux | 06:15 |
bingopajama | rudy_: The only thing you might want to check is what VPN server you are using relaitve to your location. I don't have riseup VPN so I don't know what servers they have/where you are but that is worth checking. | 06:18 |
=== nikolov_ is now known as Blade | ||
=== dan_ is now known as Guest57934 | ||
rudy_ | i have check the servers it near enough but could be overlaod of traffic | 06:21 |
bingopajama | rudy_: Wish I had a better answer for you, but I do think that's most likely... | 06:22 |
rudy_ | thanks bingopa jama | 06:23 |
bingopajama | Hey all, I just installed ubuntu 18.10, moving from mint 17.3. My laptop has an AMD 7640G graphics card, and while dual monitors worked perfectly on old mint using fglrx the newer (radeon) drivers seems unable to do dual monitors. Anyone know how to make dual monitors work with the new radeon driver ubuntu 18.10 is using. Any ideas? | 06:30 |
cluelessperson | for some reason ubuntu resolves ipv4 just fine, but not ipv6, I don't know what to do | 06:33 |
cluelessperson | any thoughts? | 06:33 |
bigMouthCommie | i am running xubuntu 18.10. how do i disable the laptop switch? i followed the UPower directions and it didn't work | 06:34 |
bigMouthCommie | also, when i followed the upower directions, i had to enable upower?? | 06:36 |
minty-man | Hi | 06:37 |
minty-man | anyone know where the config files are for the Display settings | 06:38 |
bigMouthCommie | minty-man: i haven't dbl checkde this, but have you looked in ~/.config ? | 06:39 |
minty-man | mmmm i will take another look thanks | 06:39 |
=== bingopajama is now known as rahvin | ||
tigran2 | I am trying to log a bug via https://bugs.launchpad.net/ubuntu/+source/ubuntu/+filebug and I get "(Error ID: OOPS-334b01d20bdd73f4e0bf7cf38e8ac72b) | 07:06 |
tigran2 | the audio output stopped working with today's "apt upgrade" (probably due to libasound2 upgrade) on iMac | 07:06 |
tigran2 | until now it worked absolutely fine. | 07:07 |
lotuspsychje | tigran2: did you file the bug with ubuntu-bug from terminal? | 07:07 |
tigran2 | lotuspsychje: no, I only use browser. I don't use the add-on infrastructure as I always disable such things upon installation. | 07:08 |
tigran2 | lotus: that is why my systems are usually 10 times faster than normal and boot in 0.7 seconds. | 07:09 |
lotuspsychje | tigran2: its reccomended to file a bug from terminal, to collect all relevant details for the devs | 07:09 |
tigran2 | lotuspsychje: yes, I understand, but being a Linux kernel hacker (my name is Tigran Aivazian) I can provide all the necessary information manually. | 07:10 |
tigran2 | lotuspsychje: are you saying that the web interface via lunchpad.net for bug reporting doesn't work? | 07:10 |
tigran2 | I meant "launchpad.net", sorry :) | 07:10 |
lotuspsychje | tigran2: no, thats not what im saying its just reccomended to file from ubuntu-bug | 07:11 |
lotuspsychje | thats what its made for, to collect the info they need | 07:11 |
lotuspsychje | tigran2: when clicking your url, i come to title description | 07:12 |
quesker | why does installing syslog-ng remove rsyslog? | 07:12 |
tigran2 | lotuspsychje: yes, of course, but when I actually _log_ the bug (i.e. click on Submit Bug Report) I get the "Oops" message: We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. | 07:13 |
tigran2 | (Error ID: OOPS-ca9ee2f375cb68e1103b7f5c3a8263dd) | 07:13 |
lotuspsychje | tigran2: could it be related to your lp account perhaps? are you currently logged in properly? | 07:15 |
tigran2 | lotuspsychje: yes, I am logged in. It shows in the top right corner. | 07:17 |
lotuspsychje | tigran2: whats your default browser please? | 07:17 |
tigran2 | does anyone know how to revert libasound2 package? Trying with "apt-get -t= install" doesn't work. | 07:17 |
tigran2 | lotuspsychje: the latest Chrome, i.e. Version 72.0.3626.81 (Official Build) (64-bit) | 07:18 |
lotuspsychje | tigran2: to file the bug, try making FF to default, we had issues with chrome before on bugs | 07:18 |
tigran2 | lotuspsychje: Ok, I'll try with Firefox now. | 07:18 |
tigran2 | lotuspsychje: no, I get exactly the same (Error ID: OOPS-e7b0ae5d096b61ec126f471cb1f0d774) in Firefox as well. | 07:23 |
tigran2 | so, the web interface doesn't work at all. | 07:23 |
tigran2 | is it possible to revert the upgrade done by "apt upgrade", namely the libasound2-data and libasound2 packages? | 07:24 |
tigran2 | it should be possible via "apt-get -t= ..." but it doesn't seem to be (i.e. it rejects my "guess" of the previous version number) | 07:24 |
SwedeMike | tigran2: https://askubuntu.com/questions/138284/how-to-downgrade-a-package-via-apt-get talks about this | 07:25 |
SwedeMike | tigran2: also https://www.ostechnix.com/how-to-downgrade-a-package-in-ubuntu/ | 07:26 |
tigran2 | SwedeMike: yes, that's where I've read about it, thank you. | 07:27 |
tigran2 | SwedeMike: I get E: Version ‘1.1.3-4’ for ‘libasound2’ was not found | 07:27 |
tigran2 | SwedeMike: I assumed that if the current version for libasound2 is 1.1.3-5 then the previous would be 1.1.3-4. | 07:28 |
=== tigran2 is now known as Tigran | ||
SwedeMike | tigran2: check in your /var/cache/apt/archives/ and see if the old version is there | 07:29 |
Tigran | SwedeMike: good point: there are libasound2_1.1.3-5ubuntu0.1_amd64.deb libasound2-data_1.1.3-5ubuntu0.1_all.deb dated 2018 there. | 07:31 |
Tigran | SwedeMike: but these are 1.1.3-5. Ah... they are ubuntu0.1 whereas the latest is ubuntu0.2 | 07:31 |
ducasse | quesker: because syslog-ng-core conflicts with packages that provide system-log-daemon | 07:31 |
Tigran | SwedeMike: I'll try with "ubuntu0.1" now! | 07:31 |
quesker | what packages? | 07:32 |
Tigran | SwedeMike: I tried 'sudo apt install libasound2=1.1.3-5ubuntu0.1' and I get 'Version '1.1.3-5ubuntu0.1' for libasound2 was not found' error. | 07:34 |
ducasse | gartral: any that list 'Provides: system-log-daemon' among their dependencies | 07:34 |
SwedeMike | Tigran: hm, I haven't done this myself. you could also try to dpkg -i just those packages and see what happens. | 07:34 |
Tigran | SwedeMike: yes, I thought of that, but there are thousands of dependencies and I was afraid to do that... | 07:35 |
Tigran | SwedeMike: as a last resort I'll try, but first I should understand why "apt install pkg=version" fails. | 07:35 |
quesker | what is system-log-daemon? sounds broken | 07:35 |
ducasse | gartral: it's not a package, but a functionality. look at the 'provides' line in 'apt show rsyslog' output | 07:37 |
Tigran | SwedeMike: maybe the architecture needs to be specified? like ":amd64" somewhere? | 07:37 |
ducasse | gartral: any package that fills that functionality will list it in their 'provides' field | 07:38 |
Tigran | SwedeMike: Ah, I've just thought of a very easy solution! I have yesterday's backup of this whole machine! :) | 07:38 |
Tigran | SwedeMike: luckily I made a backup yesterday :) :) :) | 07:38 |
quesker | heh, so you can't have apache and nginx since they provide a webserver? | 07:38 |
quesker | or vim and emacs because they provide an editor? | 07:39 |
Tigran | SwedeMike: so that makes this work more academical and relaxed. But I'll still try to fix it (my daughter calls me "Dad The Omnipotent" :) so I shouldn't disappoint her :) | 07:39 |
SwedeMike | Tigran: ok, unfortunately I can't offer more advice since I haven't done this myself. But it seems you're on the right path. | 07:40 |
ducasse | gartral: they don't necessarily conflict, that is another dependency field | 07:40 |
Tigran | SwedeMike and lotuspsychje: thank you for your help, guys. But that web interface for bug reporting really ought to be fixed. | 07:41 |
ducasse | gartral: like xterm provides x-terminal-emulator, but doesn't conflict with anything | 07:41 |
rahvin | Does anyone know how to make dual monitors work with the new(ish) radeon driver on an old amd 7640G? it worked with the old fglrx driver, but doesnt't seem to be doable with ubuntu 18.10. I would appreciate any ideas. | 07:44 |
ducasse | rahvin: afaik that should just work™, does 'xrandr' list all your outputs? | 07:46 |
rahvin | ducasse: it does, but when I connect the other monitor the laptop screen just goes blank, while the second monitor shows the wallpaper | 07:48 |
ducasse | rahvin: and if you boot with the screen connected? | 07:49 |
rahvin | ducasse: lightdm just takes the second monitor but nothing works after login | 07:50 |
rahvin | ducasse: Just wallpaper on the second screen, and I think a functional desktop on the non-operative laptop screen if I could work blind | 07:51 |
ducasse | rahvin: which release and flavor is this? | 07:52 |
rahvin | ducasse: ubuntu 18.10 Tried with default gnome and cinnamon | 07:53 |
qwebirc37090 | Hey, I was here yesterday but forgot to answer. I'm trying to install with a Live USB of `ubuntu-16.04.5-desktop-i386` on a fairly old PC. It's got about 1.5g of DDR-400, but launching GRUB and pressing (for example) Try ubuntu without installing will do nothing and seems to freeze. | 07:53 |
ducasse | rahvin: have you tried running wayland? | 07:53 |
=== qwebirc37090 is now known as acalycine | ||
afx_ | Hello! There are times that the wifi and vpn indicator are missing on Ubuntu 18.04 Gnome. Is there a way to trace the problem ? | 07:54 |
rahvin | ducasse: I have not actually. I made sure to disable it thinking that was the problem. But i did not think to try wayland. At the very least thats an idea to try. Thanks | 07:54 |
ledeni | rahvin: in gnome settings you could set display settings | 07:54 |
rahvin | ledeni: I tried the display settings. No help. Incidentally, I was also surprised to see that the display manager doesn't revert changes without affirmation that things are working. | 07:56 |
ledeni | rahvin: just check devices -- display | 07:56 |
ducasse | rahvin: try it, to narrow down where the problem is. if it has the same issue, file a bug. | 07:56 |
rahvin | ducasse: Thanks, will do. Appreciate the help, thanks | 07:57 |
ducasse | rahvin: np. if neither work, file the bug against 'linux', as that is where the radeon module belongs. come back if you need more help. | 07:59 |
bigMouthCommie | i am running xubuntu 18.10. how do i disable the laptop switch? i followed the UPower directions and it didn't work | 08:04 |
bigMouthCommie | also, when i followed the upower directions, i had to enable upower?? | 08:04 |
SlidingHorn | bigMouthCommie: I'm sorry - what exactly do you mean by laptop switch? | 08:05 |
bigMouthCommie | lid switch? | 08:05 |
SlidingHorn | bigMouthCommie: so it doesn't respond when closed? | 08:05 |
bigMouthCommie | when i close it, i want it to just... not suspend or anything. in previous versions, i think it was called lidswitch | 08:05 |
bigMouthCommie | SlidingHorn: so it doesn't hibernate. i want to open and close repeatedly and keep working without interruption | 08:06 |
SlidingHorn | bigMouthCommie: This should at least point you in the right direction: https://askubuntu.com/a/372616 | 08:07 |
SlidingHorn | bigMouthCommie: solidarity comrade :) | 08:07 |
Blade | bigMouthCommie xubuntu channel | 08:09 |
Blade | ask | 08:09 |
acalycine | Sorry for semi-repeating my question, but it is happening on distros such as Linux Mint and MX Linux, as well as puppy linux. Something to do with the CPU? | 08:09 |
lotuspsychje | Blade: hibernate/acpi issues are welcome here aswell | 08:10 |
lotuspsychje | acalycine: hows it related to ubuntu please? | 08:11 |
acalycine | I'll repeat it: I'm trying to install with a Live USB of `ubuntu-16.04.5-desktop-i386` on a fairly old PC. It's got about 1.5g of DDR-400, but launching GRUB and pressing (for example) Try ubuntu without installing will do nothing and seems to freeze. | 08:11 |
ducasse | acalycine: freeze when? | 08:12 |
lotuspsychje | acalycine: older pc's try lubuntu/xubuntu/budgie/mate | 08:12 |
Blade | nikolov@xubuntu-ivan:~$ inxi -F | 08:13 |
Blade | System: | 08:13 |
Blade | Host: xubuntu-ivan Kernel: 5.0.0-050000rc4-generic x86_64 bits: 64 | 08:13 |
Blade | Desktop: Xfce 4.13.2 Distro: Ubuntu 19.04 (Disco Dingo) | 08:13 |
Blade | lotuspsychje my old test system work | 08:13 |
acalycine | ducasse: if i dont go into grub, it'll freeze on a blank screen except for the keyboard and accesbility symbol on the bottom, if i do go into grub it'll freeze after i press boot without installing | 08:13 |
lotuspsychje | Blade: 19.04 support in #ubuntu+1 please no paste showoff in this channel | 08:14 |
lotuspsychje | acalycine: when you say 'old' pc, what kind of system are we looking at exactly? | 08:14 |
bad63r | bigMouthCommie: are you still here? | 08:14 |
ducasse | acalycine: can you edit the kernel command line and remove 'quiet splash'? | 08:14 |
lotuspsychje | !acpi | bigMouthCommie see also | 08:15 |
ubottu | bigMouthCommie 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 | 08:15 |
acalycine | lotuspsychje: mobo is '8IPE1000 pro 2' | 08:15 |
acalycine | ill try that ducasse | 08:15 |
acalycine | oh and it kernel panics after freezing for about 10 minutes | 08:16 |
Blade | acalycine i not use ubuntu use xubuntu | 08:16 |
bad63r | bigMouthCommie: use your editor of choise, mine is vim and do: sudo vim /etc/systemd/logind.conf | 08:16 |
bad63r | uncomment line "HandleLidSwitch" and change "suspend" to "ignore" | 08:16 |
bad63r | bigMouthCommie: uncomment line "HandleLidSwitch" and change "suspend" to "ignore" | 08:16 |
bad63r | after configuring you need to restart for changes to get effect: systemctl restart systemd-logind | 08:17 |
bad63r | bigMouthCommie: after configuring you need to restart for changes to get effect: systemctl restart systemd-logind | 08:17 |
acalycine | ducasse: seems to be freezing when i remove quiet splash but ill wait for a kernel panic | 08:23 |
ducasse | acalycine: can you tell when it freezes, at what point during boot? | 08:24 |
bad63r | /exit | 08:25 |
acalycine | ducasse: I enter the GRUB, change that boot option, press enter on "Try ubuntu without installing" and then nothing happens. No keyboard input after that. | 08:25 |
ducasse | acalycine: no output either? | 08:26 |
SlidingHorn | badpixel: that's exactly what the link I posted said. | 08:26 |
SlidingHorn | OOPS...not badpixel sorry | 08:26 |
EriC^^ | acalycine: try adding "debug ignore_loglevel" instead of quiet splash | 08:26 |
acalycine | ducasse: no output and nothing changes on screen until that kernel panic. | 08:27 |
acalycine | ill try that EriC^^ | 08:27 |
lotuspsychje | acalycine: can you also tell us what happened before ubuntu, with that same system? wich Os did it run before? | 08:29 |
acalycine | lotuspsychje: xp lol. new hard drive though. | 08:30 |
lotuspsychje | acalycine: is that IDE or sata hd you plugged in? | 08:31 |
acalycine | SATA. | 08:31 |
acalycine | The new one | 08:31 |
lotuspsychje | acalycine: allright, thank you | 08:32 |
lotuspsychje | acalycine: i would try a lubuntu or xubuntu | 08:32 |
acalycine | EriC^^: i've added debug ignore_loglevel instead of quiet splash and seems to be the same. no readout. | 08:32 |
acalycine | lotuspsychje: alright ill try that | 08:33 |
ducasse | acalycine: try 18.04 as well, to get another kernel version | 08:34 |
acalycine | i couldn't find a 32x image for 18.04, is there one? ducasse | 08:34 |
ducasse | ah, 32-bit. i don't remember, did lubuntu provide that? | 08:35 |
lotuspsychje | http://cdimage.ubuntu.com/lubuntu/releases/18.04/release/lubuntu-18.04-desktop-i386.iso | 08:38 |
lotuspsychje | acalycine: maybe you can also try a bios reset, i find it weird you get no output at all | 08:39 |
ducasse | maybe also a memtest | 08:42 |
zetheroo | where are the app shortcut files stored in Ubuntu 18.04? | 08:45 |
ducasse | do you mean the .desktop files? | 08:49 |
qwebirc20990 | Can install MySql server on Ubantu?? | 08:49 |
zetheroo | ducasse: yes, but I just now found them under /usr/share/applications/ :) | 08:51 |
ducasse | also see ~/.local/share/applications | 08:51 |
ducasse | files there override /usr/share... | 08:52 |
zetheroo | ducasse: ok, thanks | 08:52 |
=== Blade is now known as CrackerJack | ||
SachinPanday | hi i am unable to use codeblocks in ubuntu 16.04, when i build and run program it's show that "you are not build your program build now" and repeat same pop-up again. how to resolve it? | 09:03 |
SachinPanday | is there are someone ? | 09:05 |
u0_a115 | gi | 09:06 |
u0_a115 | hi | 09:06 |
u0_a115 | test | 09:07 |
jmarcos | // | 09:15 |
=== Guest85212 is now known as Mr_Pan | ||
jmarcos | I got into a strange login loop. I do not use desktop manager so uid/password prompt is in tty0. When I type my uid "Passowrd" shows up and after that "Login incorrect" keeps showing up 3 or 4 times and initial login prompt comes back. It happens for all tty available. ssh access is allowed. Any idea where to start? | 09:24 |
=== phoenix_firebrd is now known as murthy | ||
Yaser_Amiri | Hi, Is it resonable to install debian server or Proxmox on USB Stick for server and use hard disk just for data? | 09:27 |
lotuspsychje | Yaser_Amiri: this is the ubuntu support channel | 09:27 |
branant | lotuspsychje: It doesn’t matter if he is installing Debian or Ubuntu. The question is whether the USB memory stick is reliable memory for the system drive. | 09:37 |
EriC^^ | Yaser_Amiri: usb dies quickly if the OS is on it | 09:37 |
lotuspsychje | branant: this channel is for ubuntu issues only, not for debian or hardware neither | 09:38 |
branant | Yaser_Amiri: USB memory sticks are not designed to be powered for a long time. Especially not for server use! So I would strongly recommend you get a hard drive instead. | 09:40 |
EriC^^ | also the excessive small writes damage it quicker, so i've read | 09:40 |
branant | EriC^^: That’s true. Hence the difference between hard disks for desktops, servers, video surveilance, etc. | 09:41 |
horst | rr61uC2Hd3 | 09:58 |
horst | Hopekli2017## | 09:58 |
mbi | ... don't type your passwords here! :P horst | 10:00 |
karakatsanispana | γειαα | 10:05 |
elias_a | :D | 10:09 |
sey_ | hello, is there a way to rescue a file overridden with echo "something" > myfile | 10:12 |
rory | nope sorry | 10:12 |
rory | If you immediately power off, you might be able to use testdisk from a live USB | 10:13 |
EriC^^ | sey_: if the data is long enough it'll still be there, just the start of it overwritten with "something" | 10:15 |
sey_ | does it help to know the exact size of the file? | 10:15 |
sey_ | its somewhat 600MiB | 10:16 |
EriC^^ | sey_: aha, well first stop using the disk if you want the data back, cause the more it writes the more it might overwrite that data | 10:16 |
EriC^^ | sey_: try photorec to get the file back or some very low level tool | 10:17 |
EriC^^ | sey_: if nothing can find it you can always search manually if you're lucky the file wont be fragmented and one full piece | 10:18 |
EriC^^ | something like dd | hexdump -C or so | 10:18 |
sey_ | its on a btrfs, does that help in any way? | 10:19 |
EriC^^ | no idea, ask in #btrfs | 10:22 |
sey_ | thanks | 10:23 |
=== gms is now known as Guest78379 | ||
xubuntu | hai | 11:04 |
=== xubuntu is now known as Guest90041 | ||
=== akem__ is now known as akem | ||
NeoFrontier | I upgraded my system from 14.04 to 16.04, now I find that my email client, Evolution, can not connect my gmail account. The version of Evolution is 3.18.5.2. | 11:27 |
tarzeau | i'd upgrade to 18.04 and retry | 11:28 |
NeoFrontier | Is there a solution to this problem, I see some other people mention this when searching, but not clear reason or solution is given. | 11:28 |
EriC^^ | NeoFrontier: does it work if you make a new user account and try? | 11:28 |
NeoFrontier | Eric^^ , a new user account ? What where ? | 11:29 |
NeoFrontier | tarzeau, my internet data is limited, upgrading now is not an option. | 11:30 |
tarzeau | i see | 11:31 |
NeoFrontier | Can Evolution 3.18.5.2 connect to gmail or not ? | 11:31 |
fub | Hi. Using ubuntu 18.04. I have a thinkpad x1c with a thunderboltdocking station and (until now) 1 external display over DP. I have attached a second display now over HDMI. When I boot, before I reach gdm for logging in, the system freezes and I can hear the fan spinning up. | 11:32 |
fub | What can I do now? | 11:32 |
EriC^^ | NeoFrontier: go to settings and accounts and make a new user | 11:33 |
EriC^^ | or try the guest account | 11:33 |
NeoFrontier | Eric^^, oh you mean a new Ubuntu System user... | 11:34 |
NeoFrontier | And if it works for a different user ( with my gmail account ) what does that mean Eric^^ ? | 11:35 |
zertyui | hello | 11:38 |
NeoFrontier | no here using evolution 3.18.5.2 ? | 11:39 |
ksbalaji | I am not able to login to any other than ubuntu on wayland on my ubuntu 18.04 running in Acer Aspire -help | 11:39 |
EriC^^ | NeoFrontier: i think the old configs the software used has some fault with newer software i'd guess, that or some permissions issue | 11:39 |
BluesKaj | 'Morning folks | 11:39 |
=== niee_ is now known as niee | ||
zertyui | i would like to input a "image.png" to search in a video the identity of the person in the video | 11:40 |
zertyui | if the person is present or not | 11:40 |
zertyui | what is command in order to do so ? | 11:40 |
debrisRat | hi ! | 11:40 |
EriC^^ | zertyui: https://softwarerecs.stackexchange.com/questions/26623/open-source-image-organiser-with-face-recognition-alternative-to-picasa-with-o | 11:41 |
zertyui | Thanks EriC^^ | 11:42 |
zertyui | do you understand my question Well ? | 11:42 |
EriC^^ | zertyui: yeah it's clear | 11:42 |
zertyui | is it possible that you interprete IT differentlY ? | 11:43 |
EriC^^ | it's always possible, why do you think so? | 11:43 |
rory | It sounds like you want to input a picture of someone, and determine whether a video contains that person, using facial recognition | 11:44 |
EriC^^ | oh, i thought in a collection of pictures | 11:44 |
rory | That's not a trivial task | 11:44 |
zertyui | sounds like it the link that you post for image organiser | 11:44 |
EriC^^ | zertyui: it uses facial recognition | 11:45 |
rory | you'll have to do some programming of your own zertyui but this MIGHT be what you need https://github.com/ageitgey/face_recognition | 11:45 |
zertyui | that's correct rory | 11:45 |
rory | t only works on pictures though so youd also have to split the video file into frames | 11:45 |
rory | like I said this is NOT a trivial task for which there is some nice existing utility | 11:45 |
EriC^^ | zertyui: you could use the software i linked to, just convert the video to frames/images first then search them for the face you want | 11:46 |
BluesKaj | perhaps the page source data would give an ID of the person | 11:46 |
ksbalaji | . . . and to find the IDENTITY of that person in a video is quite impossible given the freeware. | 11:47 |
zertyui | that functionlity is that build in on that software or i have to look implement it ? | 11:47 |
NeoFrontier | Right FIY, deleting my gmail account from Evolution and then re-creating the account entries manually seems to have gotten the connecting issue resolved. | 11:47 |
NeoFrontier | When I tried the automatic settings it did not work, would not connect. | 11:49 |
zertyui | ok perfect thanking you all | 11:49 |
ksbalaji | I am not able to login to any other than ubuntu on wayland on my ubuntu 18.04 running in Acer Aspire -help | 11:50 |
NeoFrontier | My system actually would not boot after upgrading from 14.04 to 16.04, took a couple of hours to sort that one out... | 11:50 |
NeoFrontier | I am starting to have upgradphobia :) | 11:51 |
ksbalaji | only one session is allowed. So my sudo also does not work. I get MIT MAGIC...ERROR | 11:51 |
NeoFrontier | upgradephobia | 11:51 |
fub | or any other hint how I can debug this? | 11:52 |
ksbalaji | Anyone to put up a fight with a bungled upgrade? | 11:53 |
=== crazybluek is now known as Blueking | ||
=== crazybluek is now known as Blueking | ||
ksbalaji | Hey! Someone here might have the privilege to help repair remotely a bungled upgrade!! MY 18.04 in Acer-aspire would not allow any other than wayland session. If oem or other version is chosen, the touchpad wouldn't respond! Sounds anywhere interesting inviting investigation? | 12:06 |
rory | nobody here has the ability to remote into your machine, this is a community support chatroom | 12:09 |
rory | interesting problem though. | 12:09 |
rory | when the touchpad doesn't respond, is the whole system frozen? or just the touchpad? are you able to toggle NumLock? (That's a good indication of whether the system is frozen or not) | 12:10 |
arpad2 | only software rendering on the system, no video card in use, any idea what to do here? Xubuntu 18.04 | 12:15 |
ksbalaji | yeah Im alive again. If someone instructs, I might be able to repair. | 12:20 |
ksbalaji | rory: Yes the NumLock seems to respond just the pointer wouldnt move | 12:21 |
lemko | hey it seems to me that archives.ubuntu.com is slow today, what's the reason? | 12:22 |
=== crazybluek is now known as Blueking | ||
harry_ | moin | 12:56 |
miguel2013 | hey does woeusb only works on linux | 12:57 |
EriC^^ | !de | harry_ | 12:57 |
ubottu | harry_: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! | 12:57 |
miguel2013 | for the releases here https://github.com/slacka/WoeUSB/releases | 12:57 |
lotuspsychje | !winusb | miguel2013 | 12:58 |
ubottu | miguel2013: WinUSB is a tool for preparing bootable Windows Instalation USBs. Please see http://en.congelli.eu/prog_info_winusb.html for instructions on installation and use. #ubuntu does *not* provide support for this tool, so please do not ask for help here if it doesn't work for you. | 12:58 |
lotuspsychje | miguel2013: woeusb is pretty nice tool, but we dont support it officially here, sorry | 12:58 |
miguel2013 | cool | 13:03 |
kinkybelayer | Hey guys, I need some help with an 18.04 install. I used to run 16.04 but just updated (with wiping the installation) and on first boot it results in a black screen before reaching the login screen so I can't reach tty. I have a gtx 1060 on my machine, and I found this (https://ubuntu-mate.community/t/black-screen-after-boot-on-18-04-with-nvidia/16393) which claims to have a fix, but I can't seem to find the fix he used. | 13:16 |
kinkybelayer | I was hoping someone might be able to help point me in the right direction? | 13:16 |
kinkybelayer | Currently live usb booted into the system | 13:17 |
BluesKaj | kinkybelayer, have you tried nomodeset? | 13:18 |
BluesKaj | !nomodeset | kinkybelayer | 13:18 |
ubottu | kinkybelayer: 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 | 13:18 |
kinkybelayer | I will try that and if it doesn't work I'll be back. Thanks @BluesKaj | 13:20 |
beaver | !info fwupdate-signed | 13:21 |
ubottu | fwupdate-signed (source: fwupdate-signed (1.18)): Linux Firmware Updater EFI signed binary. In component main, is optional. Version 1.18+10-3 (bionic), package size 28 kB, installed size 80 kB (Only available for amd64; i386; armhf; arm64) | 13:21 |
kinkybelayer | BluesKaj, is there anyway to edit grub on a LiveUSB? and then boot it? | 13:26 |
kinkybelayer | and then update it | 13:27 |
=== [1]MrMobius is now known as MrMobius | ||
=== westor{off} is now known as westor | ||
=== [1]MrMobius is now known as MrMobius | ||
=== Mr-Pan is now known as Guest40417 | ||
=== Mr_Pan is now known as Guest26335 | ||
g0rge_ | hello...anyone present to perhaps assist with a likely simple newb problem? | 14:13 |
LaRose_Bleu | im herer but im a noob as well lol | 14:13 |
g0rge_ | haha well, hello if nothing else :) | 14:13 |
g0rge_ | trying to mess with x server settings on a dual screen setup and xbmc...now my dual screen setup isnt working as intended lol... | 14:15 |
g0rge_ | doing some searches etc and figured I might see how lively irc is these days ahead of spending myself to death trying to get it right... | 14:16 |
LaRose_Bleu | oooooh boi | 14:17 |
g0rge_ | xbmc*kodi\ | 14:17 |
LaRose_Bleu | thats severly unchartered territory for me | 14:17 |
LaRose_Bleu | i usually just take a bare ubuntu, plonk kodi on it and leave it as far away from human interaction as possible | 14:18 |
g0rge_ | well...ive been messing with linux off and on since linux was CLI only but took awhile off, committed recently given steamplay to using linux only | 14:18 |
g0rge_ | yeah i usually run an openelec for my media server but i was trying to default kodi to using hdmi only and leave my desktop alone allowing me to dual screen with kodi dedicated to an hdmi output... | 14:19 |
g0rge_ | now my hdmi is catching input and living...but it won't display anything after multiple attempts to straighten things out lol | 14:20 |
g0rge_ | guarantee its just a config issue | 14:20 |
TheSilentLink | is there a repo issue? I have just ran sudo apt update and it has 11 updates to packages but when running sudo apt upgrade I get a 404 error | 14:25 |
talx | can you install anything else with apt ? | 14:25 |
TheSilentLink | yep | 14:26 |
TheSilentLink | maybe they updated the release file but not added the packages to the repo yet? | 14:26 |
talx | lol | 14:26 |
talx | doubt that to be honest | 14:26 |
talx | maybe share the full error message | 14:27 |
talx | or check the logs | 14:27 |
talx | anything that could provide you more information about whats going on | 14:27 |
TheSilentLink | https://paste.ubuntu.com/p/GDBr4F5BkZ/ | 14:28 |
g0rge | so installed the new kodi...used display blanking to get it to display on my tv through a second output instead of through a desktop monitor...and now...can't get it to display anything but an X cursor... | 14:28 |
g0rge | nvidia drivers/x etc... | 14:28 |
g0rge | running two x servers apparently... | 14:28 |
g0rge | any way to reset to a sort of default? | 14:29 |
=== alecrux is now known as freetonio | ||
TheSilentLink | lol works now | 14:31 |
TheSilentLink | the hadn't added the packages yet | 14:31 |
=== mrpan__ is now known as Mr_Pan | ||
=== rudy is now known as Guest5506 | ||
nerk | any particular reason I cant use my bootable drive on my lenovo 100s? All I want to do is install ubuntu, but when I try and boot from usb it just goes black..then boots into winblows | 14:42 |
nerk | it's 32bit | 14:42 |
=== Mr_Pan is now known as Guest88617 | ||
=== Guest88617 is now known as Mr_Pan | ||
feneco | hi, can someone explain why the directories with "template" on the path are not listed on the first "find" command here: https://termbin.com/pytv | 14:52 |
lotuspsychje | feneco: thats the gimp snap probably? | 14:53 |
feneco | lotuspsychje yes, it's the gimp from snap | 14:54 |
lotuspsychje | feneco: for snap issues its best to contact the right maintainer of the snap | 14:54 |
lotuspsychje | feneco: aka: publisher: Snapcrafters | 14:55 |
exalt | Hello, is it possible to exclude a physical usb-port from the automount service? | 14:55 |
feneco | lotuspsychje but in this case I think the issue is with my find command, isn't it? | 14:55 |
lotuspsychje | feneco: are you trying to find gimp templates? | 14:56 |
feneco | yes, my intent was to list all the directories with "gimp" and "template" in the path | 14:57 |
lotuspsychje | feneco: not sure, but my guess is they didnt include templates in the snap perhaps? | 14:57 |
feneco | I don't understand why the first command omitted the directories with "template" in the path | 14:57 |
feneco | lotuspsychje they do include in templaterc file, but my question is why my find command doesn't list all the directories with 'gimp' in it | 14:59 |
lotuspsychje | feneco: ah, what about the whereis command? | 15:00 |
feneco | lotuspsychje it doesn't help here, I want to find all the directories with the terms 'gimp' and 'template' in the path, what I think the 'find' program should be able to do, but somehow my 'find' command doesn't list it | 15:04 |
pragmaticenigma | feneco: Please repeat what it is you're trying to do, or the issue you're experiencing? | 15:06 |
OerHeks | find or locate, 2 different tools | 15:07 |
feneco | pragmaticenigma my issue is with the _find_ command, I'm trying to find all directories 'gimp' and 'template' on the path. When I search for 'gimp' using the find command, it is omitting the subdirectories under it that contains 'gimp' on the path, and one of these subdirectories are the one I'm looking for | 15:09 |
feneco | this was my attempt: https://termbin.com/pytv | 15:09 |
feneco | but it seems I just had to replace '-iname' with '-ipath', as suggested from one user on linux channel | 15:10 |
pragmaticenigma | feneco: those results are what i would expect to see from the find command. | 15:11 |
pragmaticenigma | feneco: find only returns directory paths where the keyword is located in the last segment of the path | 15:11 |
pragmaticenigma | "templates" does not contain the search term "gimp" and would not be returned in a search for directory/files containing "gimp" | 15:12 |
EriC^^ | feneco: nice find, pardon the pun | 15:13 |
feneco | yes, I understood it now, thank you pragmaticenigma | 15:14 |
pragmaticenigma | feneco: sorry missed the second comment... might I suggest taking a look at "man find" ... all of that is documented there | 15:14 |
feneco | sure, thanks :) | 15:15 |
feneco | good one EriC^^ haha | 15:15 |
=== phoenix_firebrd is now known as murthy | ||
murthy | can snap applications be made to use system cursor theme? | 15:54 |
pragmaticenigma | that depends on how the snap maintainer setup their application murthy | 15:55 |
pragmaticenigma | murthy: there is no way for you to define it | 15:55 |
murthy | pragmaticenigma: Its a per application config? | 15:55 |
pragmaticenigma | murthy: no | 15:55 |
ceibal | hola | 15:56 |
ceibal | hola | 15:56 |
ceibal | aetnh | 15:56 |
ceibal | haetn | 15:56 |
ceibal | hea | 15:56 |
ceibal | heah | 15:56 |
ceibal | eah | 15:56 |
pragmaticenigma | murthy: snaps, by default, run in a sandboxed environment. The maintainer of the snap has to decide what requests of the OS the snap should make in order to interact with the system outside the snap | 15:57 |
pragmaticenigma | murthy: So in this case, it is likely the snap maintainer has made a decision to not make a request that would allow their application to blend in. You would have to contact that snap maintainer and either report a bug to them explaining the undesired behavior of their snap application | 15:58 |
murthy | pragmaticenigma: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1579268 | 15:59 |
ubottu | Launchpad bug 1579268 in snapd (Ubuntu) "Mouse cursor is different inside graphical windows of snaps (snaps not using system theme)" [Medium,Triaged] | 15:59 |
murthy | pragmaticenigma: seems most of the snap application ignore this | 15:59 |
OerHeks | depends on the snap, i guess, some are prop. software | 16:00 |
=== captain_fixerpc1 is now known as captainfixerpc14 | ||
pragmaticenigma | I don't believe it is ignorance... It's a whole new ecosystem and there are not a lot resources available to developers to leverage yet. | 16:01 |
OerHeks | and that old big is already fixed, no? | 16:01 |
OerHeks | c/bug | 16:01 |
murthy | nope | 16:01 |
murthy | pragmaticenigma: ok | 16:01 |
syd | Hi there folks, I've a problem with my acer aspire laptop. Here, i cannot install ubuntu in the uefi mode but in legacy boot mode | 16:03 |
syd | Can anybody help? | 16:04 |
pragmaticenigma | syd: it's a known issue. Is secure boot something you require? If not, there is no harm in running your machine in legacy mode | 16:04 |
syd | but i guess uefi is more standard | 16:05 |
pragmaticenigma | syd: if you see this... legacy is a long standing standard, and there is nothing wrong with it. Legacy is just a mode of UEFI, it doesn't disable it. Legacy mode disables the boot check for a signed operating system. that's it. Unless your machine is harboring top secret sensitive information, there isn't a whole lot of reason to use it. | 16:09 |
blackflow | I thought "legacy" was BIOS boot (that requires a bios_grub partition). You can boot EFI without secure boot (which requires signed kernel). Or did I misconfuzzle something? | 16:11 |
=== SimonNL is now known as SimonNL_Afk | ||
pragmaticenigma | legacy just tells EFI to disable incompatible features... BIOS is still BIOS | 16:12 |
blackflow | are you sure? https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/boot-to-uefi-mode-or-legacy-bios-mode | 16:13 |
pragmaticenigma | that article lost all credibility when I see the line: "If you're booting from a network" | 16:14 |
blackflow | well theres more sources that call it "Legacy BIOS Boot Mode". I mean I'll gladly correct my facts if that's wrong. I just thought "legacy" ment bios_grub, while EFI is with ESP and all that (and optionally with a signed kernel) | 16:15 |
tgm4883 | blackflow: you can boot UEFI without secure boot, if that's what you're asking | 16:16 |
blackflow | tgm4883: I know and it's not. I'm asking if "legacy bios boot" means booting with bios_grub, as opposed to having an ESP | 16:16 |
tgm4883 | blackflow: I believe that is true | 16:17 |
tgm4883 | my understanding is that "legacy mode" still loads UEFI, but then loads BIOS environment after | 16:17 |
pragmaticenigma | other way around tgm4883 | 16:18 |
pragmaticenigma | BIOS always boots first, then hands off to UEFI | 16:18 |
tgm4883 | pragmaticenigma: is there somewhere I can read up on that? | 16:18 |
pragmaticenigma | moving this conversation to more appropriate channel... carry on in #ubuntu-discuss | 16:19 |
tgm4883 | ok | 16:19 |
ioria | blackflow, bios_grub is required if you want to use GPT (no mbr available) in legacy mode | 16:24 |
blackflow | ioria: I know and not what I'm asking. I've moved the convo to #ubuntu-discuss :) | 16:24 |
ioria | ok | 16:24 |
javierfrio | hola | 16:27 |
lotuspsychje | !es | javierfrio | 16:27 |
ubottu | javierfrio: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. | 16:27 |
=== captain_fixerpc1 is now known as captainfixerpc14 | ||
=== BurekzFinezt is now known as Burek | ||
=== phoenix_firebrd is now known as murthy | ||
transhumanist | hi! If I am trying to do a home grown version of a file share software (like ftps ) I want to map drives to windows clients through group policy. Should I be looking at something already made for filesharing? | 16:51 |
XsiSec | hi guys how do I download the path from --> https://bugs.launchpad.net/shutter/+bug/1565048? | 16:51 |
ubottu | Launchpad bug 1565048 in Shutter "imgur upload plugin no longer works due to now unsupported API 1 and 2" [Undecided,Fix released] | 16:51 |
transhumanist | we currently use citrix sharefile | 16:52 |
pragmaticenigma | transhumanist: yes, don't reinvent things that already exist | 16:52 |
transhumanist | if there is a better place to ask then let me know. Looking for something that will run on a privately hosted ubuntu server | 16:52 |
transhumanist | citrix is way too expensive | 16:53 |
transhumanist | but functionally its very good | 16:53 |
pragmaticenigma | transhumanist: CIFS/SMB is the standard file sharing protocol built into windows. You can build up an Ubuntu server using Samba, and even incorperate that into your Windows Active Directory | 16:54 |
pragmaticenigma | For more information on that, I'd suggest you look for resources on Samba implementations | 16:54 |
pragmaticenigma | NFS is another option, though my knowledge on it is limited | 16:55 |
tgm4883 | +1 for samba | 16:55 |
tgm4883 | NFS needs additional features installed in windows. I've never tried it myself | 16:55 |
pragmaticenigma | Should also note that Samba is compatible with the encryption protocols that are published in the CIFS specifications | 16:56 |
transhumanist | I would rather something self contained rather than something that is used for active directory. Best example I can give is citrix sharefile , I have actually just finished setting up a server with samba and ZFS but its got to be outward facing toward the cloud | 16:56 |
transhumanist | so it would need a portal | 16:56 |
transhumanist | in the old days I might consider Nextentastor | 16:56 |
tgm4883 | transhumanist: would something like owncloud or seafile work? | 16:57 |
pragmaticenigma | You could look at something like Nextcloud... | 16:57 |
tgm4883 | I'm unfamiliar with citrix fileshare | 16:57 |
pragmaticenigma | However at this point transhumanist ... this is a topic better suited for #ubuntu-offtopic... this isn't the right place for requesting recommendations | 16:57 |
transhumanist | ok thanks | 16:59 |
justAkid | How do I uninstall command and conquer tiberian sun on linux? it is not in installed folder | 17:13 |
justAkid | theres a shortcut in applications for CnC tho | 17:13 |
omarek | Hi my coworker on Ubuntu 16.04 can't hear sound. There are no error messages and volume control apps appear to be normal. How to troubleshoot it? | 17:13 |
omarek | He's gone throught both the pages on Ubuntu Wiki | 17:13 |
justAkid | omarek: update ubuntu, install audio drivers | 17:14 |
justAkid | but update might fix it | 17:14 |
justAkid | dist upgrade | 17:14 |
pragmaticenigma | justAkid: That sounds like an application installed through Wine or Play-On-Linux... they might beable to uninstall it | 17:14 |
pragmaticenigma | justAkid: Please don't offer advice that you aren't certain will do anything | 17:14 |
justAkid | pragmaticenigma: ya its thru wine | 17:14 |
justAkid | pragmaticenigma: well dist upgrade to 18 fixed it for me | 17:14 |
pragmaticenigma | justAkid: Wine isn't something that is supported here... typically things are installed in a .wine folder in your home directory. YOu can delete that and then delete the menu entry using the menu editor for your desktop environment | 17:16 |
OerHeks | justAkid, installed with snap ? | 17:16 |
justAkid | ya | 17:16 |
OerHeks | ccts | 17:16 |
pragmaticenigma | omarek: Make sure the audio output is set to the correct audio device in the settings. Often monitors/screens attached to the HDMI port of graphics cards become the default sound output | 17:16 |
OerHeks | https://snapcraft.io/cnctsun | 17:16 |
justAkid | ok | 17:17 |
OerHeks | sudo snap remove cnctsun # i guess | 17:17 |
justAkid | ty | 17:17 |
nicklearning_ | hello. Just installed ubuntu 18.10 on virtualbox 6.0. Used sudo apt install scilab. But when I execute scilab from command line I get a java binding error. I made sure the right jdk (8) is the default java version. But I still get that problem. Anyone here can help with that? Thank you in advance. | 17:18 |
fallenour | On the off chance, anyone in here got any HAProxy experience? | 17:21 |
Guest91754 | I just tried the recent version of live ubuntu | 17:22 |
Guest91754 | not bad | 17:22 |
rypervenche | fallenour: Yep, what do you need help with? | 17:23 |
Guest91754 | device dectection is good | 17:23 |
Guest91754 | very good | 17:23 |
fallenour | rypervenche: its quite a lengthy piece, do you mind if we pm instead of pub chat? | 17:23 |
fallenour | rypervenche: I dont want to OT and potentially upset others. | 17:24 |
Guest91754 | the problem is .. i want and demand a device manager as good as windows | 17:24 |
rypervenche | fallenour: Is it that off-topic? | 17:24 |
Guest91754 | its astounding ..linux still cant do it | 17:24 |
Guest91754 | wtf | 17:24 |
fallenour | rypervenche: well, Im trying to effectively collide everything the EFF is doing in Certbot, and merge that with everything that the Juju team is doing in ubuntu, and create an autodeploying haproxy instance that automatically encrypts traffic. | 17:25 |
lotuspsychje | Guest91754: only ubuntu support issues here please | 17:25 |
fallenour | rypervenche: so yes, and no, but kinda? | 17:25 |
Guest91754 | simply cant live without it | 17:25 |
pragmaticenigma | Guest91754: This channel is intended for support questions. If you would like to continue your commentary, please see #ubuntu-offtopic | 17:26 |
Guest91754 | i want to see a device manager that can compare with microsoft | 17:27 |
pragmaticenigma | !pm | fallenour | 17:27 |
ubottu | fallenour: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. | 17:27 |
Guest91754 | i knowits only partly true | 17:27 |
pragmaticenigma | fallenour: that also sounds like a question better asked in #ubuntu-server | 17:27 |
Guest91754 | but shit | 17:27 |
Guest91754 | 2019 | 17:27 |
pragmaticenigma | !ohmy | Guest91754 | 17:28 |
ubottu | Guest91754: 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 | 17:28 |
Guest91754 | sorry | 17:28 |
pragmaticenigma | Also Guest91754, you've been asked to take your conversation to a more appropriate venue (/join #ubuntu-offtopic) Please note that community guidelines apply there as well. | 17:28 |
Guest91754 | its a lot of work ..to config devices manually | 17:30 |
Guest91754 | like cpu fans | 17:30 |
Guest91754 | etc | 17:30 |
pragmaticenigma | Guest91754: STOP! | 17:31 |
Guest91754 | nonetheless ubuntu is impressive | 17:31 |
hggdh | easy, folks | 17:31 |
hggdh | Guest91754: please go to another channel for non-support chat | 17:31 |
OerHeks | this is technical support, #ubuntu-discuss or #ubuntu-oftopic are more social channels | 17:32 |
Guest91754 | one can get online AS FAST as a stripped down win 10 | 17:32 |
pragmaticenigma | !ot | Guest91754 | 17:32 |
ubottu | Guest91754: #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! | 17:32 |
CodeMouse92 | I don't think he's paying attention | 17:32 |
OerHeks | maybe his braille reader works ootb too | 17:32 |
lotuspsychje | nicklearning_: can this help? https://askubuntu.com/questions/1029163/how-to-get-scilab-6-0-1-working-on-ubuntu-18-04-lts | 17:35 |
Guma | Does anyone here owns and uses Logitech Driving Force G29 Steering Wheel on 18.04? | 17:50 |
lotuspsychje | best to ask your issue to the channel Guma | 17:50 |
OerHeks | should work fine, here are some tweaks.. https://www.gamingonlinux.com/articles/some-initial-thoughts-on-the-logitech-driving-force-g29-steering-wheel.11157 | 17:55 |
Guma | Ok I plugged it in to my workspation and lsusb shows it. dmesg show "[12023.084945] usb 1-5.4: Product: G920 Driving Force Racing Wheel for Xbox One" | 17:57 |
Guma | But there is not event# mapped in /dev/input/by-id | 17:57 |
Guma | Also jstest-gtk is not finding it eather | 17:58 |
Guma | Is am reading that there is PC and X-Box mode? | 17:58 |
pragmaticenigma | if there is... there would be a toggle switch on the device | 17:59 |
OerHeks | did you plugged it in a usb3 port, blue? | 17:59 |
Guma | yes | 17:59 |
Guma | Aha. It work in USB2 port | 18:00 |
Guma | Wow | 18:00 |
dabblerdude | Hello. | 18:03 |
OerHeks | Guma, it is the most common issue with usb devices now | 18:03 |
lotuspsychje | welcome dabblerdude | 18:03 |
dabblerdude | I have an issue with setting my printer to "monochrome" in the Printer app settings. | 18:03 |
OerHeks | the best devices work on both, still there is no test or list with results | 18:03 |
dabblerdude | It keeps reverting back to the "Cclor" setting everytime I press "Apply" or "Ok." | 18:03 |
dabblerdude | *color | 18:04 |
dannysantos | hi people | 18:04 |
OerHeks | dabblerdude, if your printer has no seperate black module, then it is logical | 18:04 |
Nizumzen | wow haven't used 14.04 in ages - things have certainly changed since it was released | 18:05 |
lotuspsychje | Nizumzen: 14.04 soon to be end of life | 18:06 |
OerHeks | 14.04 will soon be EOL, 3 months | 18:06 |
OerHeks | enjoy while you can | 18:06 |
Nizumzen | I know but it is still the recommended version for building the Android operating system - hopefully they'll update to 16.04 or 18.04 soon | 18:06 |
lordcirth__ | This fact is determining my todo list until then and probably beyond | 18:06 |
OerHeks | Nizumzen, i guess that is not true | 18:07 |
OerHeks | https://snapcraft.io/android-studio | 18:07 |
dabblerdude | OerHeks: When I run the command, "lpoptions -l | grep Color", I get this: "ColorModel/Color Model: *rgb" | 18:07 |
Nizumzen | that is android studio OerHeks I'm talking about building the actual operating system not developing applications for Android | 18:08 |
dabblerdude | OerHeks: The printer is a Canon TS3122, it has the option to print in black and white like with most printers. | 18:08 |
OerHeks | dabblerdude, indeed, that one gives a black cartridge. | 18:09 |
Nizumzen | OerHeks: https://source.android.com/setup/build/requirements | 18:09 |
OerHeks | Nizumzen, android 6 -trusty tahr.. they almost died together | 18:10 |
pragmaticenigma | dabblerdude: Have you tried configuring it directly in CUPS? | 18:11 |
dabblerdude | pragmaticenigma: I tried this in the terminal: "lpoptions -o ColorModel=Black" | 18:11 |
dabblerdude | The problem still occurs. | 18:12 |
pragmaticenigma | dabblerdude: that might require sudo to work | 18:15 |
=== SimonNL_Afk is now known as SimonNL | ||
dabblerdude | pragmaticenigma: I just did that. I typed in sudo along with the same lpoptions command. | 18:18 |
dabblerdude | It made no difference. | 18:18 |
pragmaticenigma | dabblerdude: Is this a desire to always print black and white or just some of the time? | 18:19 |
dabblerdude | pragmaticenigma: Most of the time. | 18:20 |
dabblerdude | pragmaticenigma: I don't print color that often. | 18:21 |
OerHeks | maybe the canon blob driver does not support that, just greyscale mode | 18:22 |
OerHeks | that you can enable in cups itself, localhost:631 | 18:22 |
pragmaticenigma | dabblerdude: Here's what I suspect is the issue. So long as the printer registers it has color capable cartridge, it's only going to allow you to select Color. The reason being, the nozzels need regular usage to keep them working. If you had a black only cartridge, it's possible it will let you change (or automatically) the setting. | 18:23 |
dabblerdude | OerHeks: I got the official driver for the printer from Canon's website. | 18:23 |
OerHeks | maybe it is Ink=MONO or Colormodel=MONO | 18:25 |
OerHeks | dabblerdude, yes, that is why we have questions too, it is not open printing certified | 18:25 |
dabblerdude | OerHeks: I haven't added Ink=MONO or the other one to the CUPS config file. | 18:26 |
OerHeks | so, try: lpoptions -o ColorType=Mono | 18:26 |
dabblerdude | I'll try that. | 18:26 |
Felix | !list | 18:49 |
ubottu | Felix: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 18:49 |
dabblerdude | I'm back. | 18:51 |
dabblerdude | Hey OerHeks, I tried the commands you listed and they didn't work. | 18:55 |
dabblerdude | The color settings keeps switching back to "Color." | 18:56 |
Rand0mnesS | Hello, network-manager is resetting nameserver to 127.0.0.1 after reboot. I have to manually set dns nameserver in /etc/resolv.conf. another issue is that i can only use one wifi network even after resetting nameserver | 18:59 |
OerHeks | resolv.conf line #1 This file is managed by man:systemd-resolved(8). Do not edit. | 19:00 |
OerHeks | use your networkmanager to set custom dns, or netplan | 19:00 |
Rand0mnesS | Can't edit in networkmanager | 19:01 |
Rand0mnesS | That's why i resorted to manually editing | 19:01 |
OerHeks | sure you can, just add a connection, dhcp for ip and dns custom | 19:01 |
Rand0mnesS | I did, it goes away after reconnecting | 19:02 |
lordcirth__ | Rand0mnesS, then probably your networking is configured in netplan and doesn't specify NetworkManager as a renderer | 19:02 |
Rand0mnesS | It doesn't persist | 19:02 |
dabblerdude | Hey pragmaticenigma, you still here? | 19:02 |
Rand0mnesS | Don't have netplan installed, just checked | 19:03 |
OerHeks | no, you editted /etc/resolv.conf and that gets resetted | 19:03 |
pragmaticenigma | I'm still around dabblerdude | 19:03 |
Rand0mnesS | OerHeks, true but i did that after editing is being reser in networkmanager gui | 19:03 |
dabblerdude | pragmaticenigma: Ok, I want to figure out how you change printer color settings in CUPS? | 19:04 |
Rand0mnesS | Data isn't persisting in networkmanager gui | 19:04 |
dabblerdude | You gave me the link to it and I didn't see an option to change color settings. | 19:04 |
pragmaticenigma | dabblerdude: at this point, I think the driver it self is not providing support for permanently setting the printer to monochromatic/black&white | 19:06 |
dabblerdude | pragmaticenigma: Ok. | 19:06 |
dabblerdude | I'll try out something else. | 19:07 |
pragmaticenigma | dabblerdude: Like we had mentioned earlier... Canon doesn't provide open source drivers and their printers are not certified by linux hardware groups. you might have some success looking through logs to see if tehre are any errors... but I wouldn't know which logs specifically to monitor | 19:08 |
dabblerdude | pragmaticenigma: I'll use Windows or Mac for printing. | 19:09 |
dabblerdude | Seems to be easier to get printers configured on those OSes. | 19:10 |
OerHeks | canon has always been a problem | 19:10 |
OerHeks | if the greyscale option is no fix, then file a bugreport against the driver, not with !bug but directly to their site | 19:11 |
pragmaticenigma | dabblerdude: as far as brands go... Brother, HP, and a couple others are well respected and certified in the linux community. Canon just likes things done their way and doesn't play well with others. | 19:11 |
dabblerdude | OerHeks: From what I read, grayscale printing involves using a color cartridge and mixed colors to reproduce a black and white image. | 19:13 |
OerHeks | maybe true, yes | 19:13 |
OerHeks | what if you remove the colour cartridges? | 19:13 |
dabblerdude | I could do that, but I don't want to do that. | 19:14 |
pragmaticenigma | OerHeks: The printer won't print without all slots populated | 19:14 |
dabblerdude | My printer is shared with other people. | 19:14 |
pragmaticenigma | dabblerdude: I found a really old post (Ubuntu 12.04) about how there was the need to go in and manually add an option to the print configuration. I doubt that the dialoge looks anything like it did 6 years ago | 19:15 |
dabblerdude | XD Ubuntu 12.04? | 19:15 |
pragmaticenigma | but it tells me there is a way... but it's not straight forward | 19:15 |
dabblerdude | Wow, that's a long time ago. | 19:15 |
dabblerdude | Long time since that was released. | 19:15 |
dabblerdude | pragmaticenigma: If I were to add the Canon printer in the "Printers" app on Ubuntu, would a generic driver be better to use? | 19:16 |
pragmaticenigma | dabblerdude: here is something else I found: | 19:16 |
pragmaticenigma | If you want print grayscale in Ubuntu, and your printer is a Canon, the .ppd from Canon does not support the average black-white print. | 19:16 |
dabblerdude | Than the one Canon provided? | 19:17 |
pragmaticenigma | If a generic driver can be found for that printer, yes... I would recommend trying it | 19:17 |
dabblerdude | A generic driver would have more options and is open-source, right? | 19:17 |
pragmaticenigma | dabblerdude: it actually may have less options, as some features aren't reverse engineerable. but for general print needs, they usually work just fine | 19:18 |
dabblerdude | pragmaticenigma: I'll try that out sometime, getting a generic driver for it. | 19:19 |
dabblerdude | OerHeks, pragmaticenigma: Thanks for the help. | 19:22 |
itsme_ | hi | 19:32 |
itsme_ | I ran SMART test. It said Disk is OK, 8 bad sectors. How bad is it? | 19:32 |
station2 | trying to figure out how see/access ip of connected device to ubuntu 18.04 hotspot wifi AP nm-connection-editor | 19:32 |
station2 | says there is no DHCP server I understand | 19:32 |
OerHeks | bad sectors grow, so replace it ASAP | 19:33 |
itsme_ | OerHeks: thanks, so I've heard, but how bad is it now? | 19:37 |
OerHeks | your drive could have moved the troubled sectors, but the risc of dataloss will be as high | 19:39 |
itsme_ | OerHeks: There's Windows 8 on that HDD which won't start at all. Can that be a reason? | 19:40 |
genady | hi | 19:40 |
OerHeks | itsme_, sure, if the sectors are in the mbr/gpt area, or in the windows partition itself | 19:41 |
itsme_ | Thanks. | 19:41 |
Rand0mnesS | Hi jim | 19:42 |
jim | hi... upgraded a 14-4 ubuntu to 18-4, and now the person (who is present on channel) is having an issue with network-manager, where he can only connect to 1 of his 15 networks, because every network gives him 127.0.0.1 as a name server (he's not running one), and all except one will not allow him to edit the DNS address | 19:45 |
OerHeks | jim, he asked here before | 19:46 |
jim | Rand0mnesS, the upgrade was done in one step? | 19:46 |
Rand0mnesS | Ya it wad | 19:46 |
Rand0mnesS | Was | 19:46 |
jim | OerHeks, oh, ok... what was the reply? | 19:46 |
ioria | from 14.04 to 18.04 ? one step ? | 19:46 |
OerHeks | "just add a connection in networkmanager ( not edit current) , dhcp for ip and dns custom" | 19:46 |
OerHeks | should work | 19:47 |
Rand0mnesS | Didn't work | 19:47 |
Rand0mnesS | Oh wait new connection | 19:47 |
Rand0mnesS | I'll try that | 19:47 |
OerHeks | :-) | 19:47 |
OerHeks | else you need to disable the connection, then edit | 19:47 |
jim | I had him try: apt -f install, which didn't want to do anything, and dpkg --configure --pending which also didn't do anything | 19:48 |
bindi | what's wrong with 127.0.0.1 as your dns? that's systemd-resolved | 19:48 |
OerHeks | 127.0.0.1:53 | 19:48 |
jim | bindi, apparantly it's not working... is there a way to start it? | 19:49 |
Wonny | I'm trying to install MATLAB and I can't click on the options on the install screen. The arrows keys and keyboard works on it, but there is something I need to click which the installer isn't allowing me to do. | 19:50 |
Rand0mnesS | Didn't work | 19:51 |
Rand0mnesS | Created a new profile as advised, no luck | 19:51 |
jim | Rand0mnesS, I'm thinking more and more, this systemd resolver isn't running | 19:52 |
ioria | Rand0mnesS, how did you perform the upgrade fron trusty to bionic ? | 19:52 |
OerHeks | !info matlab-support | 19:53 |
ubottu | matlab-support (source: matlab-support): distro integration for local MATLAB installations. In component multiverse, is optional. Version 0.0.21 (bionic), package size 29 kB, installed size 96 kB | 19:53 |
Rand0mnesS | Apt-get upgrade | 19:53 |
jim | Rand0mnesS, what happens when you do: telnet localhost 53 | 19:53 |
lordcirth__ | jim, systemctl status systemd-resolved | 19:53 |
jim | lordcirth__, thanks | 19:53 |
Rand0mnesS | Telnet is connected | 19:53 |
jim | Rand0mnesS, ok, get out of that... | 19:54 |
ioria | Rand0mnesS, apt-get upgrade does not change the version | 19:54 |
OerHeks | Wonny, try 'TAB' and 'space' | 19:54 |
jim | try ctrl-c or try the escape char it shows, then you get a telnet> prompt, type C <enter> | 19:54 |
Wonny | @OerHeks, that works for the most part, but there is a link that I need to click on to verify my account. | 19:55 |
Rand0mnesS | I'm out | 19:55 |
jim | Rand0mnesS, then try this: systemctl status systemd-resolved | 19:55 |
jim | or better: | 19:55 |
jim | systemctl status systemd-resolved | nc termbin.com 9999 | 19:55 |
OerHeks | the matlab-support package is just a help for the launcher, no idea how to get those links working | 19:56 |
Rand0mnesS | Done | 19:56 |
jim | that will return a url (it should), show that url here | 19:56 |
Rand0mnesS | Termbin.com/201t | 19:57 |
jim | thanks | 19:57 |
Rand0mnesS | Pleasure | 19:58 |
jim | says it's running | 19:58 |
jim | does your /etc/resolv.conf say 127.0.0.1? | 19:58 |
Rand0mnesS | No i edited to 8.8.8.8 or i couldn't have uploaded the results | 19:59 |
OerHeks | editing that file is not static | 20:00 |
jim | ok... so the localhost one (the systemd-resolvd) isn't workign | 20:00 |
jim | he knows tha | 20:00 |
jim | t | 20:00 |
ioria | Rand0mnesS, ls -l /etc/resolv.conf | nc termbin.com 9999 | 20:01 |
Rand0mnesS | Termbin.com/zojux | 20:02 |
jim | Rand0mnesS, also did you say before you did the upgrade using apt upgrade? | 20:02 |
ioria | here we are | 20:02 |
ioria | Rand0mnesS, it's using the old config | 20:03 |
jim | ioria, let's see if it wants to do anything... | 20:04 |
Rand0mnesS | Update && sudo apt dist-upgrade | 20:04 |
ioria | Rand0mnesS, check /etc/netplan if it's empty or not | 20:04 |
jim | Rand0mnesS, could you do: apt -d dist-upgrade and see if that wants to do anything? | 20:04 |
Rand0mnesS | Bingo | 20:05 |
Rand0mnesS | 652 mb of additional data | 20:05 |
jim | so it wants to download something? | 20:05 |
Rand0mnesS | Yes downloading | 20:06 |
Rand0mnesS | Netplan isn't empty | 20:06 |
jim | ok, this might fix things, dunno | 20:06 |
Rand0mnesS | Have 01-network-manager-all.yaml in netplan | 20:06 |
Rand0mnesS | I hope, jim | 20:07 |
jim | when this is done, you will have packages ready to install (the -d means: download only mode) | 20:07 |
ioria | Rand0mnesS, paste it cat 01-network-manager-all.yaml | nc termbin.com 9999 | 20:07 |
Rand0mnesS | Termbin.com/qivg | 20:08 |
Rand0mnesS | Jim, do i just run dist-upgrade afterwards? | 20:08 |
ioria | Rand0mnesS, ok, cat /etc/network/interfaces | nc termbin.com 9999 | 20:09 |
jim | without the -d, yes, now or at another time of your convenience | 20:09 |
jim | id it done downloading packages? | 20:09 |
jim | s/id/is | 20:10 |
jim | / | 20:10 |
Rand0mnesS | Termbin.com/sno4 | 20:10 |
jim | ohh | 20:10 |
Rand0mnesS | Not yet Jim | 20:11 |
ioria | Rand0mnesS, here we are again; you cannot use that file and network-manager at the same time | 20:11 |
jim | so your wireless interface is mentioned in /etc/network/interfaces | 20:11 |
jim | as long as that's true, | 20:11 |
ioria | Rand0mnesS, comment the last 2 lines, if you use network-manager | 20:11 |
jim | n-m will ignore that interface (at least it does on debian) | 20:12 |
Rand0mnesS | Commented last 2 lines | 20:12 |
ioria | Rand0mnesS, paste uname-r | 20:13 |
ioria | Rand0mnesS, paste uname -r | 20:13 |
Rand0mnesS | Ok | 20:13 |
jim | that should do it | 20:13 |
jim | uname -r is one line :) | 20:13 |
Rand0mnesS | Termbin.com/kcgi | 20:14 |
jim | I'm sure they won't mind you pasting that data :) | 20:14 |
Rand0mnesS | Oh my | 20:14 |
Rand0mnesS | I'm that desperate | 20:14 |
ioria | Rand0mnesS, 4.10 doeas make no sense | 20:14 |
jim | well let's complete the dist upgrade, howbout that? | 20:15 |
Rand0mnesS | How can i put sense into it? | 20:15 |
jim | Rand0mnesS, he's saying the kernel version is old, and should be newer | 20:15 |
Rand0mnesS | In my todo list | 20:16 |
Rand0mnesS | 4.14? | 20:16 |
jim | ok, possibly you have a newer kernel installed... maybe should reboot after the dist-upgrade | 20:17 |
jim | well outside of ubuntu, I heard the latest kernel is version 5.something | 20:17 |
Rand0mnesS | Does netplan use /etc/network/interfaces? | 20:17 |
jim | dunno | 20:18 |
ioria | 4.10 is zesty 17.04 | 20:18 |
jim | Rand0mnesS, still downloading packages? | 20:18 |
OerHeks | so the upgrade did not go well, netplan comes with 18.04, .. | 20:18 |
compdoc | Rand0mnesS, I define bridges there, but netplan is in /etc/netplan | 20:18 |
ioria | Rand0mnesS, cat /etc/issue please | 20:19 |
Rand0mnesS | I admit, I'm a mess | 20:19 |
OerHeks | oh, 4.10 is also xenial with hwe | 20:19 |
OerHeks | https://packages.ubuntu.com/xenial/linux-image-4.10.0-14-generic | 20:19 |
ioria | right ... but tooold | 20:19 |
OerHeks | grab a fresh iso, and install clean | 20:19 |
ioria | it means that he never performed an upgarde | 20:20 |
ioria | Rand0mnesS, cat /etc/issue please | 20:20 |
Rand0mnesS | I need this image because i have propriety software | 20:20 |
OerHeks | oh, you think that prop software survives the upgrade? | 20:20 |
OerHeks | if it is pinned, i understand the mess | 20:20 |
jim | Rand0mnesS, you mean you need the 4.10? | 20:20 |
Rand0mnesS | Termbin.com/wf3i | 20:21 |
ioria | no he does not | 20:21 |
Rand0mnesS | OerHeks, it was a hassle to sort dependencies after upgrade | 20:21 |
ioria | Rand0mnesS, ls /boot | nc termbin.com 9999 | 20:21 |
Rand0mnesS | Yes jim | 20:21 |
jim | ioria, we'll let him answer this one :) there might be dependencies on something that's outside the scope | 20:22 |
ioria | let's here them | 20:22 |
ioria | *hear | 20:22 |
ioria | jim, he cannot run that kernel anymore | 20:22 |
jim | Rand0mnesS, what is it you're running that's proprietary? | 20:22 |
Rand0mnesS | Termbin.com/k8yf | 20:23 |
ioria | Rand0mnesS, bionic runs on 4.15 kernel, that you don't have ... | 20:23 |
jim | ioria, maybe he shouldn't try to upgrade, and he should restore from backups | 20:24 |
ioria | Rand0mnesS, cat /etc/apt/sources.list | nc termbin.com 9999 | 20:24 |
Rand0mnesS | Termbin.com/4o1o | 20:25 |
jim | ioria, ok, let's figure out what he wants and needs to do | 20:25 |
OerHeks | what is the use of helping, he needs his prop software, return to 16.04 lts for that | 20:25 |
Rand0mnesS | I only need qt-4.8 | 20:26 |
jim | for the proprietary thing? | 20:26 |
ioria | Rand0mnesS, and you said that the upgrade was from 14.04 to 18.04 ? you had 16.10 yakkety | 20:26 |
Rand0mnesS | Yes | 20:26 |
=== dan_ is now known as Guest45275 | ||
OerHeks | a bunch of yakkety souces ... so it was no upgrade from xenial 16.04 to bionic 18.04 | 20:27 |
* OerHeks is out of here | 20:27 | |
ioria | Rand0mnesS, ok, the upgarde is done ? | 20:27 |
Rand0mnesS | My mistake, | 20:28 |
Rand0mnesS | Not yet | 20:28 |
ioria | let's wait | 20:28 |
jim | Rand0mnesS, I didn't understand when you said you need some proprietary software, somthing about the image... did that mean the kernel image? | 20:29 |
Rand0mnesS | No i meant this ubuntu image | 20:30 |
=== Guest56859 is now known as vyker | ||
=== nat_ is now known as Natkeeran | ||
jim | so the whole OS? | 20:30 |
=== vyker is now known as vinnifr | ||
Rand0mnesS | Yes this ubuntu OS | 20:31 |
jim | I'm thinking it's -possible- you can run the new kernel and run the proprietary thing too | 20:31 |
ioria | Rand0mnesS, what software wants zesty ? and if so, why are you upgrading ? | 20:31 |
itsme_ | guys is it possible to reset windows 8.1 password if you don't have access to the system? I'm using live ubuntu session now. | 20:31 |
Rand0mnesS | I'm upgrading because I reached where i couldn't install from repo | 20:32 |
jim | did you have to do something specific to the kernel to make your proprietary thing run? | 20:32 |
Rand0mnesS | Just edit symlinks back to qt 4.8 | 20:32 |
ioria | Rand0mnesS, yes, because reached end of life | 20:32 |
Rand0mnesS | So i had to upgrade | 20:32 |
Rand0mnesS | I use ubuntu when i need gui | 20:33 |
jim | what would it take to get a version of this proprietary thing that will run using later versions of qt? | 20:33 |
Rand0mnesS | 5000$ | 20:34 |
jim | holy shiznit! | 20:34 |
fub | When my second and third display is attached (over a thunderbolt docking station), my ubuntu freezes sometimes before gdm/the login screen is loaded. What can I do ? | 20:34 |
leftyfb | itsme_: yes, though this is not a Windows support channel. Also, if you're referring to the same 8.1 on the corrupt hard drive, STOP using it and go buy a new drive. Restore from backup. | 20:35 |
jim | what you need to do is run the 14.04 ubuntu strictly in order to run the proprietary thing... then run a different installation of ubuntu and don't upgrade the first one, upgrade the second one | 20:36 |
jim | the software runs out of the box on ubuntu 14.4? | 20:37 |
ioria | jim, he does not have 14.04 | 20:37 |
Rand0mnesS | Turned out it's 16 | 20:37 |
ioria | jim, there is no 14.04 in the equation | 20:37 |
Rand0mnesS | It's an illusion that 14.04 | 20:37 |
Rand0mnesS | It only depends on qt 4.8 | 20:38 |
jim | Rand0mnesS, ok, so same question for the 16: did the proprietary thing work fine out of the box in the 16,whatever? | 20:38 |
Rand0mnesS | I isntalled it on ubuntu because it has stable gui out of the box | 20:38 |
Rand0mnesS | Installed | 20:38 |
leftyfb | There is no Ubuntu version "16" | 20:38 |
leftyfb | There is version 16.04 and 16.10. 16.10 being unsupported | 20:39 |
jim | don't be too pedantic here, I'm just trying to help him out | 20:39 |
Rand0mnesS | Jim the only thing that's needed is qt 4.8 | 20:39 |
leftyfb | jim: it's not pedantic, 16.04 is supported, 16.10 is not. It makes all the difference. | 20:39 |
aldcor | hi! i am on ubuntu 18.04. Now and then i get distorted sound when watching youtube on firefox. Restarting firefox fixes the problem. Why the sound appears in a first place? | 20:39 |
Rand0mnesS | 18.04 comes with 5+ | 20:39 |
jim | which one comes with the QT you need? | 20:40 |
Rand0mnesS | It's an easy issue to solve | 20:40 |
Rand0mnesS | Just edit symblic links | 20:40 |
jim | leftyfb, we're talking about not laying out anything versus laying out usd $5000 | 20:40 |
Rand0mnesS | I can only use the lab's wifi now | 20:41 |
sifi | Hey guys, noticing some issues on CircleCI with a security.ubuntu.com returning 404 for 91.189.88.14 | 20:41 |
ioria | !info libqt4-dev | 20:42 |
ubottu | libqt4-dev (source: qt4-x11): Qt 4 development files. In component universe, is optional. Version 4:4.8.7+dfsg-7ubuntu1 (bionic), package size 836 kB, installed size 13721 kB | 20:42 |
Rand0mnesS | Again qt isn't an issue | 20:42 |
Rand0mnesS | My software is fine | 20:42 |
Rand0mnesS | I just need to work oustide my lab | 20:43 |
ioria | Rand0mnesS, apt still running ? | 20:43 |
jim | is that just the network issue? | 20:43 |
leftyfb | Rand0mnesS: So what exactly is your issue where it relates to ubuntu? | 20:43 |
Rand0mnesS | 4 mins, sorry i already have few heavy downloads running on my network | 20:44 |
jim | Rand0mnesS, so I take it you're in your lab now? | 20:45 |
Rand0mnesS | Yes :( | 20:45 |
jim | ok, how's that upgrade going? | 20:46 |
Rand0mnesS | Done | 20:46 |
gvvg | Hi - I have a system running 14.04.3 LTS - I am logged in as root - df shows 100% as use % - I have deleted many GBs of files and it still says 100% as use% any insights? this is really confusing me | 20:46 |
jim | ok, does your proprietary thing run? | 20:46 |
ioria | Rand0mnesS, so, by now, i got this: you installed 16.10 yakkety; then you upgraded to zesty 17.04 ; and now you're trying to upgrade to bionic 18.04 , correct ? | 20:46 |
Rand0mnesS | Ioria, if you got that from my files then yes | 20:46 |
lordcirth__ | gvvg, df -h | nc termbin.com 9999 | 20:46 |
gvvg | lordcirth__: what does that do? | 20:47 |
Rand0mnesS | Jim, shall i run dist-upgrade? | 20:47 |
lordcirth__ | gvvg, takes your df -h output and posts it to a pastebin so I can see it | 20:47 |
jim | it just finished downloading packages? :) | 20:47 |
Rand0mnesS | Yes finally | 20:47 |
lordcirth__ | gvvg, you can copy and paste manually into bpaste.net if you prefer | 20:48 |
itsme_ | leftyfb: I know it's offtopic a bit. Could you point me to the howto? It seems it's hard to google. I did it once, but I had access to the system (I mean it was booting properly). Can I do it using live session ubuntu? | 20:48 |
jim | ok | 20:48 |
gvvg | https://termbin.com/462g | 20:48 |
jim | sec. | 20:48 |
leftyfb | itsme_: go replace your drive, restore from backup | 20:48 |
lordcirth__ | gvvg, you only have /dev/md0? No other devices? | 20:48 |
ioria | Rand0mnesS, please, run again : sudo apt full-upgrade | 20:48 |
gvvg | yes | 20:48 |
leftyfb | gvvg: that is not the full output | 20:48 |
gvvg | I copied and pasted the df -h command | 20:49 |
leftyfb | df -h |egrep -v "loop|tmp" | nc termbin.com 9999 | 20:49 |
itsme_ | leftyfb: I will, but now I treat it as an exercise. | 20:49 |
jim | Rand0mnesS, if you do that , it'll install a bunch of stuff, and it's going to take a fairly long time | 20:49 |
Rand0mnesS | Full upgrade wants to redownload what i just downloaded | 20:49 |
gvvg | I actually have other md partitions that aren't mounting - may be because there is no space? | 20:49 |
leftyfb | itsme_: the more you use that drive, the less likely you are to recover any data from it | 20:49 |
gvvg | https://termbin.com/hjzh | 20:49 |
ioria | Rand0mnesS, do it | 20:49 |
itsme_ | leftyfb: I recovered the data already. | 20:49 |
leftyfb | lsblk | nc termbin.com 9999 | 20:50 |
lordcirth__ | gvvg, no tmpfs, /dev, etc? | 20:50 |
leftyfb | lordcirth__: exactly | 20:50 |
jim | Rand0mnesS, look at the bottom line, it should say it already got em | 20:50 |
gvvg | as I said there are several other md partitions but they don't get mounted | 20:50 |
leftyfb | gvvg: you're either not getting the fulle output, typing something wrong, or not running ubunu | 20:50 |
leftyfb | ubuntu* | 20:50 |
lordcirth__ | gvvg, this is what I get: https://termbin.com/x45jc | 20:50 |
lordcirth__ | It's very different | 20:51 |
Rand0mnesS | Yes jim, it's unpacking and installing | 20:51 |
leftyfb | gvvg: df only shows mounted filesystems | 20:51 |
jim | Rand0mnesS, so it | 20:51 |
jim | is done downloading | 20:51 |
Rand0mnesS | Yes installing now | 20:51 |
gvvg | I understand - I don't login to this system often in fact it has been over 1 year so I don't know what happened | 20:51 |
jim | it recalcs the upgrade everytime you run that | 20:51 |
gvvg | should I try and mount another md partition and see what is on it? | 20:51 |
leftyfb | gvvg: df -h | nc termbin.com 9999 | 20:52 |
gvvg | https://termbin.com/zjin | 20:52 |
lordcirth__ | gvvg, I rather doubt that your computer is functioning sufficiently to use termbin with only that mount | 20:52 |
gvvg | they are using an application and haven't reported any problems | 20:52 |
gvvg | I don't know what to say | 20:52 |
gvvg | I am logged in via ssh | 20:53 |
lordcirth__ | gvvg, "mount | nc termbin.com 9999" | 20:53 |
leftyfb | gvvg: lsblk | nc termbin.com 9999 | 20:53 |
gvvg | https://termbin.com/z040 | 20:53 |
jim | Rand0mnesS, it -should- be safe to install a newer kernel... so after it's done installing all that stuff, pastebin the output of ls -C /boot | 20:53 |
lordcirth__ | Well, that's a new one | 20:54 |
Rand0mnesS | Will do | 20:54 |
gvvg | https://termbin.com/fgucl | 20:54 |
leftyfb | nope | 20:54 |
lordcirth__ | Ok, so, I doubt it would have booted properly that way, so there should be logs from this boot where it dropped those mounts | 20:54 |
leftyfb | there's no way that is a proper install of ubuntu | 20:54 |
jim | ok, you seem to be in good hands... you can come back to ##linux when you want to... can I leave you here? | 20:54 |
lordcirth__ | Huh, and lsblk shows them as mounted? | 20:54 |
itsme_ | BTW How do I know which disk to buy? How can I check it using ubuntu? Is it just regular HDD SATA? | 20:55 |
hggdh | gvvg: what is the output of uname -vo ? | 20:55 |
leftyfb | gvvg: sudo df -h | nc termbin.com 9999 | 20:55 |
Rand0mnesS | Thanks jim, i appreciate your time | 20:55 |
gvvg | https://termbin.com/rpv0 | 20:55 |
jim | Rand0mnesS, welcome :) so we're done for now? | 20:56 |
gvvg | uname -vo ------ #140-Ubuntu SMP Mon Jul 18 21:21:05 UTC 2016 GNU/Linux | 20:56 |
Rand0mnesS | Waiting for full upgrade, and check if dns is resolved | 20:56 |
lordcirth__ | gvvg, cat /proc/mdstat | nc termbin.com 9999 | 20:56 |
gvvg | https://termbin.com/sdj0 | 20:57 |
leftyfb | something isn't adding up | 20:57 |
gvvg | yeah something is wrong | 20:57 |
lordcirth__ | yes, *something* is very messed up | 20:57 |
leftyfb | gvvg: is this a physical machine or some sort of VPS or shared system? | 20:57 |
gvvg | physical | 20:57 |
gvvg | small system | 20:57 |
gvvg | strange how df is not showing the reality | 20:58 |
lordcirth__ | Either someone did a totally bizarre custom install, or it's failed in a way that kept going but won't survive a reboot | 20:58 |
leftyfb | gvvg: what version of ubuntu? | 20:58 |
aldcor | hi! i am on ubuntu 18.04. Now and then i get distorted sound when watching youtube on firefox. Restarting firefox fixes the problem. Why the sound appears in a first place? | 20:58 |
gvvg | we have rebooted sevreal times | 20:58 |
gvvg | 14.04 | 20:58 |
gvvg | LTS | 20:58 |
leftyfb | !repeat | aldcor | 20:58 |
ubottu | aldcor: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ | 20:58 |
ioria | Rand0mnesS, so, when the upgrade is completed (without errors) , check your /boot directory; you should have a 4.15 kernel; you reboot, open network-manager and set your connections | 20:58 |
Rand0mnesS | I will ioria, i appreciate your time | 20:59 |
OerHeks | mdadm --detail --scan | 20:59 |
leftyfb | gvvg: sudo dmidecode -t system | nc termbin.com 9999 # you might have to install dmidecode | 20:59 |
ioria | Rand0mnesS, no problem, gl | 20:59 |
gvvg | https://termbin.com/tvx2 | 21:00 |
leftyfb | gvvg: https://pastebin.ubuntu.com/p/SNqx5TNmnD/ # that is a properly installed 14.04 | 21:01 |
gvvg | I'm really confused | 21:01 |
gvvg | I get it - what do I do - is the whole wile system screwed up? | 21:02 |
leftyfb | gvvg: you have no tmpfs, no /dev, proc, sys, run, etc | 21:02 |
leftyfb | that is a non-functional machine | 21:03 |
lordcirth__ | gvvg, also, 14.04 goes EOL in April | 21:03 |
leftyfb | gvvg: time to install 18.04 and restore from backup | 21:03 |
lordcirth__ | So it's not worth fixing. Backup everything, install 18.04.1, restore | 21:03 |
gvvg | I understand but physically the see to be there | 21:03 |
gvvg | cd.. | 21:03 |
leftyfb | gvvg: there's something seriously wrong with that machine. It shouldn't function without /proc, /dev, /sys .... at all | 21:04 |
lordcirth__ | gvvg, ls /dev | nc termbin.com 9999 | 21:04 |
gvvg | proc /sys all are there | 21:04 |
lordcirth__ | I want to know how this works lol | 21:04 |
gvvg | https://termbin.com/e4ul | 21:04 |
lordcirth__ | gvvg, /dev is normally an empty directory on disk. The kernel mounts the devices inside it | 21:05 |
leftyfb | gvvg: if they're not mounts, then that is a serious bastardized install. | 21:05 |
lordcirth__ | I'm pretty sure my router has /dev as a devfs mount | 21:05 |
gvvg | they have always been mounts | 21:05 |
gvvg | all of a sudden nothing shows as mounted | 21:05 |
leftyfb | gvvg: wait, this is a router? | 21:05 |
leftyfb | oh, nm, that was lordcirth__ | 21:06 |
lordcirth__ | No | 21:06 |
lordcirth__ | I just meant that my 4MB openwrt install has /dev lol | 21:06 |
aldcor | leftyfb, there are few people how joined this channel after i asked question. Anyway, i will try smth i found on forum | 21:06 |
texla | I have icons on my Desktop which I installed from dash by pinning to desktop...yet in my /home /Desktop folder it shows empty..How to show | 21:08 |
lordcirth__ | gvvg, leftyfb So I just asked a coworker, and he said he's seen vaguely similar things (various system tools not showing stuff) on machines with rootkits | 21:10 |
OerHeks | texla, gnome tweak tool can show that | 21:10 |
texla | OerHeks, nope tried that already | 21:11 |
lordcirth__ | So be careful restoring your backups, I guess? | 21:11 |
OerHeks | texla, how did you drag them there in the first place? | 21:11 |
gvvg | lordcirth__: this system is not really connected to the internet so that would be wierd | 21:11 |
OerHeks | i think pinning is for the sidebar | 21:12 |
texla | OerHeks, opened dash and then selected install to desktop | 21:12 |
lordcirth__ | gvvg, *shrug* I have no idea. | 21:13 |
OerHeks | "install to desktop" from dash, what ubuntu is this? | 21:13 |
leftyfb | gvvg: uname -a | nc termbin.com 9999 | 21:13 |
leftyfb | This could be the case if they were running something like grsec | 21:13 |
OerHeks | mint cinnamon ? | 21:13 |
lordcirth__ | leftyfb, hmm, bizarrely overzealous hackery, that does sound like grsec | 21:14 |
texla | OerHeks, 18.04.1 gnome3 | 21:14 |
[n0mad] | did you install some extension to give you that option? | 21:15 |
OerHeks | texla i have no clue what you talk about, can you post a screenshot? | 21:16 |
=== dan_ is now known as Guest57326 | ||
texla | OerHeks, ray@ray-Kudu-Pro:~$ ~/desktop | 21:26 |
texla | bash: /home/ray/desktop: No such file or directory | 21:26 |
texla | ..when I open files /home/desktop folder is empty | 21:26 |
OerHeks | cd Desk (tab) | 21:28 |
OerHeks | it is case sensitive | 21:28 |
OerHeks | and i like to see a screenshot how you would pinn it to the desktop | 21:29 |
OerHeks | i know pinning to the favorites/sidebar | 21:29 |
=== coffeeguy is now known as covfefeguy | ||
=== covfefeguy is now known as coffeeguy | ||
texla | OerHeks, https://imgur.com/upload | 21:46 |
=== jacob is now known as Guest98632 | ||
bindi | any recommendations for a cd ripper with flac support and works with 18.04? i know the wiki has some recommendations but it looks old, rubyripper is abandonded i think | 22:12 |
bindi | and this is for my friend so i can't really keep suggesting him to try over and over again, i would like something that works on the first try :P | 22:13 |
Rand0mnesS | Jim, it worked! Thank your for your help | 22:14 |
Guest98632 | Hello! Grub seems to not be respecting the settings at /etc/default/grub and continues to show up every boot despite it being set as hidden with a timeout of zero. Any suggestions on what I'm missing? | 22:14 |
bindi | update-grub probably after editing | 22:15 |
Guest98632 | I've run that, and confirmed the settings are still at hidden and a timeout of zero and it still shows up at boot | 22:16 |
Guest98632 | I'll try it again though | 22:16 |
OerHeks | bindi, asunder has that option, flac, ogg, mp3 | 22:18 |
OerHeks | and opus, wavpack, musepack and monkey audio | 22:19 |
OerHeks | aac too, but we like open formats | 22:19 |
petro | hey, is it good to get a nas drive for a backup drive or even ssd? | 22:24 |
petro | I have a hdd that has a bad sector | 22:24 |
petro | any advice? | 22:24 |
petro | I was going to use gddrescue | 22:24 |
compdoc | once sectors start going bad/reallocated, get a new drive | 22:25 |
dubiuk | ^ | 22:25 |
qwebirc57083 | had to switch computers to monitor GRUB on reboot, I'm the guy that asked about the GRUB menu always showing up though. Still happening, as it seems | 22:26 |
dubiuk | qwebirc57083, ? | 22:26 |
OerHeks | !grub | 22:27 |
ubottu | GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 | 22:27 |
OerHeks | sure you find the answer there | 22:27 |
OerHeks | just don't forget to run update-grub | 22:27 |
qwebirc57083 | dubiuk, I changed settings so GRUB should no longer show up during normal boot, but it seems to not be respecting it, as it's set to hidden and a timeout of zero. And definitely have run update-grub, I'll poke around that support page that was posted | 22:28 |
dubiuk | qwebirc57083, https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/647250 | 22:29 |
ubottu | Launchpad bug 647250 in grub2 (Ubuntu) "Countdown not displayed when GRUB_HIDDEN_TIMEOUT_QUIET is set to false" [Undecided,Confirmed] | 22:29 |
dubiuk | qwebirc57083, https://askubuntu.com/questions/111085/how-do-i-hide-the-grub-menu-showing-up-at-the-beginning-of-boot | 22:29 |
dubiuk | see second answer | 22:30 |
OerHeks | hidden timeout quiet? | 22:30 |
OerHeks | man that is old, 2010 | 22:30 |
dubiuk | The bug is | 22:30 |
dubiuk | Yes | 22:30 |
bindi | OerHeks: does that have song detection for automagic track info? | 22:30 |
qwebirc57083 | I hadn't heard about the os-prober, I'll check that out! | 22:31 |
OerHeks | these are the first lines, default | 22:31 |
OerHeks | https://paste.ubuntu.com/p/wG7w9JCSHY/ | 22:31 |
OerHeks | GRUB_HIDDEN_TIMEOUT_QUIET=true is also an non standard option, so no need for that too | 22:32 |
OerHeks | bindi, yes, you can import with clementine too | 22:34 |
OerHeks | and even manually add/search album art, some artwork can be exclusive | 22:35 |
DonaldKBrown | I've got a server running Ubuntu 18.04. What's the easiest way for me to share files on this server across multiple devices including Windows 7, Ubuntu 18.04 desktop, Windows 10, and Android? | 22:41 |
OerHeks | owncloud/nextcloud, nfs share, smb ... | 22:44 |
DonaldKBrown | I've tried setting up SMB. The dedicated server provided I'm using doesn't block any ports, but I could never get SMB to connect over the internet. Is NFS no longer Linux only? | 22:44 |
DonaldKBrown | Last I looked into it, you couldn't use NFS on Windows :( | 22:45 |
OerHeks | https://snapcraft.io/nextcloud | 22:45 |
OerHeks | https://nextcloud.com/install/ | 22:46 |
dubiuk | ^ | 22:46 |
OerHeks | even an ios iphone... | 22:46 |
dubiuk | but honestly, does your dedicated rig have a dedicated ip? | 22:46 |
OerHeks | so, pretty simple and universal | 22:46 |
DonaldKBrown | Nextcloud is an option, but I'm not *super* happy with how it works on Android. Part of why I liked the idea of SMB was the fact that I would be able to "stream" media files without downloading a local copy first. I guess I'll just take that sacrifice, because it at least works. | 22:47 |
=== Taco is now known as audioburn | ||
=== audioburn is now known as Taco | ||
OerHeks | kodi ? | 22:48 |
bindi | OerHeks: sorry if I may bother you with this, but what exactly does the "flac compression" mean in asunder? it says it wont affect quality, but it affects file size :D | 22:48 |
DonaldKBrown | Does Kodi work as a server? The only thing I know about it is it's used pretty often for piracy on Fire Sticks and Android TV boxes. | 22:49 |
OerHeks | higher number = smaller file, so the compression is optimal | 22:49 |
dubiuk | bindi, FLAC is a lossless compression algorithm which does not restrict audio under 22KHz | 22:49 |
bindi | so it just takes more CPU time to create a flac with higher compression? | 22:50 |
OerHeks | DonaldKBrown, yes, about those pirated with preinstalled plugin boxes, those are banned. kodi does not give those repos enabled | 22:50 |
DonaldKBrown | The media files I was thinking of was more in the vein of family/home videos. I've got family in Germany and Poland, my wife has family in Canada, we're in the US. I just wanted a central box we could all save stuff to so that we can stay better connected. | 22:50 |
OerHeks | but sure, topns of those to find, but the standard set is enough for your own content | 22:50 |
dubiuk | bindi, yes | 22:50 |
petro | compdoc, obviously :-/ | 22:50 |
petro | but, which one? | 22:50 |
swift110 | hey all | 22:51 |
dubiuk | DonaldKBrown, samba over a remote host is going to have issues with network management | 22:51 |
dubiuk | DonaldKBrown, you are likely to lose data and corrupt data | 22:52 |
dubiuk | DonaldKBrown, use a owncloud or nextcloud or some WebDAV system that cann support your jitter requirements | 22:52 |
dubiuk | DonaldKBrown, and if its all video and audio, consider a plex setup | 22:52 |
OerHeks | meh, plex is prop stuff, and paid | 22:53 |
dubiuk | oh look a kodi supporter | 22:53 |
qwebirc33477 | hey there. i've been experiencing a glitch in Ubuntu 18.10 where the dock shows up on the lock screen. Is the community aware of this bug? | 22:53 |
dubiuk | at least plex provides a web front end that is accesible anywhere | 22:53 |
DonaldKBrown | Alright, thanks for the suggestions. I'll probably stick with Nextcloud for now, as it is installed. I was hoping for something that could stream. Like I said, though, it at least works. | 22:54 |
qwebirc33477 | Here is a picture of the bug (someone else posted it on Twitter)- https://twitter.com/HakemonMike/status/1076595958991994880 | 22:54 |
DonaldKBrown | qwebirc33477, I'm having the same issue on Ubuntu 18.04. I think it's pretty known. | 22:54 |
OerHeks | qwebirc33477, fixed | 22:54 |
qwebirc33477 | When? I'm on latest Ubuntu 18.10 and still experienced it today | 22:55 |
dubiuk | qwebirc33477, its common | 22:55 |
DonaldKBrown | I looked into Plex, it seemed like it only ran over a local network, meaning I would have to walk my 60-year-old uncle through setting up a VPN. Does it work over the Internet? | 22:55 |
qwebirc33477 | I did a fresh install of Ubuntu 18.10 yesterday and ran all of the updates. Still experiencing the lock screen dock glitch | 22:56 |
dubiuk | qwebirc33477, sudo mv /usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com ~/ | 22:56 |
dubiuk | DonaldKBrown, Wrong. You install a plex server, and open the correct ports. You create an account on plex.tv for each user, and then add your server to the plex account. Plex.tv will provide a streaming interface for all users. | 22:57 |
OerHeks | gnome-shell-extension-dashtodock, afaik | 22:57 |
dubiuk | DonaldKBrown, all your users will have to manage is loading up plex.tv and signing in... that is it. | 22:57 |
OerHeks | https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1769383 | 22:57 |
ubottu | Launchpad bug 1769383 in gnome-shell-extension-ubuntu-dock (Ubuntu Disco) "Ubuntu dock/launcher is shown on the lock screen" [High,Fix released] | 22:57 |
qwebirc33477 | @dubiuk if it's such a simple fix, why hasn't it been implemented in a security update? this isn't new -- it's been happening over 2 months. you would think a security issue like this would be patched quickly. | 22:57 |
qwebirc33477 | I mean, the user's session is being leaked into the lock screen. Is that not concerning? | 22:58 |
dubiuk | qwebirc33477, https://github.com/micheleg/dash-to-dock/issues/649 | 22:58 |
dubiuk | qwebirc33477, welcome to programming. | 22:58 |
DonaldKBrown | Neat. Alright, I'll get that set-up, then. That'll be the best solution, probably. Can you also upload to it? If not, I might have to work out some special linking between Nextcloud and Plex, probably using bindfs or something... | 22:58 |
OerHeks | it is fixed, so, i think you need to do an apt full-upgrade | 22:58 |
qwebirc33477 | I get it. No software is perfect. But Ubuntu isn't a pet project. It's an enterprise grade, production OS. Shouldn't a glaring bug like this be fixed in a timely manner? It's been over 2 months | 22:58 |
dubiuk | DonaldKBrown, you can point your plex server to parse files in any folder on the machine. So you can have your family upload things to their nextcloud folders... and plex will pull them in immediately | 22:59 |
dubiuk | qwebirc33477, you upgraded to a non LTS version of ubuntu | 22:59 |
qwebirc33477 | this is also present on 18.04 LTS | 22:59 |
DonaldKBrown | dubiuk, Thank you! That's the exact scenario I was hoping for. | 22:59 |
dubiuk | qwebirc33477, this is why most companies and governments which run ubuntu stick a major version behind. | 22:59 |
dubiuk | DonaldKBrown, no problem man | 23:00 |
DonaldKBrown | qwerbic3347, I haven't noticed it today after running a full upgrade... I only noticed it every so often. I believe it is fixed. | 23:00 |
qwebirc33477 | Can confirm this is not just an 18.10 issue, also present on 18.04 LTS. Also, I am on a completely up-to-date 18.10 machine right now, and experienced the same bug about 1.5 hours ago. | 23:01 |
DonaldKBrown | Just checked by locking my screen 5 times in a row, didn't happen. Running 18.04 LTS. | 23:01 |
qwebirc33477 | So just because it doesn't happen on your system, it's non-existent on all machines | 23:02 |
DonaldKBrown | It seems to have also solved the issue of the disappearing indicator icons after a lock. | 23:02 |
qwebirc33477 | I just witnessed it 1.5 hours ago, up-to-date 18.10. | 23:02 |
qwebirc33477 | So I guess I'll file another bug report if it's not widely known | 23:02 |
qwebirc33477 | I can happily submit a diagnostic report, etc | 23:03 |
dubiuk | qwebirc33477, theres a number of fixes for this issue | 23:03 |
DonaldKBrown | Thanks for the input, guys. I'm going to get Plex set-up now and then see how that works out for the older relatives. I'll report back! Have a great day/night/whatever it is in your timezones. | 23:03 |
dubiuk | qwebirc33477, id rather have speculative execution re-enabled while not losing the SPECTRE fix but your dock issue seems to be priority. | 23:03 |
OerHeks | qwebirc33477, update your system, as it is fixed. | 23:04 |
OerHeks | https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1769383/comments/118 | 23:04 |
ubottu | Launchpad bug 1769383 in gnome-shell-extension-ubuntu-dock (Ubuntu Disco) "Ubuntu dock/launcher is shown on the lock screen" [High,Fix released] | 23:04 |
qwebirc33477 | I don't think it's unreasonable to express frustration over a security bug that's 3 months old, yet to be fixed on all machines. | 23:04 |
qwebirc33477 | So the answer seems to be "just do the fix urself" but shouldn't it be standard, by default? Why are users expected to patch this on their own? | 23:04 |
dubiuk | qwebirc33477, update dash-to-dock. boom | 23:05 |
OerHeks | so, continue to spread this, is not really valid | 23:05 |
dubiuk | qwebirc33477, this is linux | 23:05 |
=== jcbjoe_ is now known as jcb2016 | ||
qwebirc33477 | So what should I do if the bug is declared to be "fixed" but I experienced it like 2 hours ago on a completely up-to-date machine? | 23:09 |
qwebirc33477 | I just want to help reach a resolution. | 23:09 |
qwebirc33477 | I'm definitely not the only one. I have a pretty standard desktop PC with default config. Nothing special | 23:10 |
OerHeks | gnome-shell-extension-ubuntu-dock , what is your version ? | 23:11 |
qwebirc33477 | GNOME Shell 3.30.1 | 23:13 |
qwebirc33477 | Is that what you're asking? | 23:13 |
OerHeks | no, the troubling extention | 23:14 |
cluelessperson | apparently my taskbar crashed | 23:22 |
cluelessperson | how do I restart it? | 23:22 |
=== akemacer_ is now known as akemacer | ||
Platonides | it used to be metacity | 23:29 |
Platonides | but you are probably using a newer desktop | 23:29 |
sec__ | lula livre. sou da resistencia | 23:51 |
=== captain_fixerpc1 is now known as captainfixerpc14 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!