/srv/irclogs.ubuntu.com/2019/02/12/#ubuntu.txt

riiot232:)00:00
riiot232wait so where can I do the test?00:00
riiot232tests*00:00
=== sorin-mihai_ is now known as sorin-mihai
Bashing-omriiot232: In the channel #test.00:01
riiot232ok00:01
riiot232thx00:02
=== rypervenche_ is now known as rypervenche
=== Kristine_ is now known as Kristine
janat08i'm trying to pass / as argument in CLI00:07
janat08i don't know how to escape it00:08
janat08nm00:09
Seveas_you don't need to00:09
yutahi00:11
yutaf00:11
yutaim having an issue with an ubuntu live usb00:12
yuta5 -10 minutes after login it returns back to login screen00:12
yutaboot.log only contains normal startup info00:13
steelingboxThis is normal behavior00:13
yutaany idea?00:13
yutaeven without logging in to the gui. using any tty gets me back to login screen after a while00:14
yutait is really annoying00:14
steelingboxYou really haveng given any useful info. Which version of Ubunu, hardware, etc.00:16
yutalast stable version, it is a live usb with persistence00:16
yutai cant see anything useful, no error messages or anything like that00:17
steelingboxso 18.10?00:17
Seveas_where are you looking for messages, besides boot.log?00:17
steelingboxHardware your trying to run on?00:17
=== Seveas_ is now known as Seveas
yuta18 0400:17
yutaonly boot.log00:18
yutai3 4 gb ram00:18
yutawhereshould i see?00:18
Seveasboot.log is mostly useless in this case. Try sudo journalctl -e and/or looking in /var/log/messages00:19
yutaohh00:19
yutawrite error,  no space left on device00:20
steelingboxI would also be interested in /var/log/messages00:20
SeveasSmell that? That's a smoking gun right there :D00:20
steelingboxyou be out of memory!00:20
janat08why doesn't this command run, returning > instead00:21
janat08https://pastebin.ubuntu.com/p/8s424j4Zwt/00:21
Seveasjanat08: missing ' after Videos00:22
yutawhat can i safely remove?00:22
janat08Seveas: ty00:22
yutai dont have many files, must be filled up with cache00:23
steelingboxhow big is the usb00:23
yuta16 gb, but persistence is only four00:23
steelingboxIm assuming your installing apps as well?00:24
Seveasyuta: which application is comlaining about no space left, and which device is it complaining about? `df -h` and `free -m` should also help in finding the troublemakers.00:25
OerHeksthat is the limit of casper rw, 4 gb00:25
yutarsyslogd00:25
yutait is the usb, im sure00:26
Seveasyuta: what do `free -m`, `df -h`, `mount` and `sudo du -shc /var/log` say? Could you pastebin the output please00:27
steelingboxNot true. Even if you run from a larger usb, your still stuck with casper limits00:27
yutafree shows help msg00:27
yutamy bad00:27
yutaswap, all zero00:27
yutafree 113100:27
steelingboxYou should have several tempfs directories00:28
steelingboxtmpfs*00:29
=== Rondom_ is now known as Rondom
yutafreed some space; lets see if it happens again00:29
=== BrianG61UK_ is now known as BrianG61UK
yutawrite error log is gone00:31
yutalooks fixed, thx00:32
=== sinner is now known as Guest43885
janat08I found 'dpkg -l' command for listing packages, is there a way to filter that to only show package names without the rest of info00:36
Seveasjanat08: pie the output to `awk '{print $2}'` :(00:39
Seveaspipe*00:39
OerHeksawk '/Package:/ {print $2}' /var/lib/dpkg/status00:41
janat08I did: aptitude search '~i!~M' | awk '{print $2}'00:41
OerHekssometimes the metapackage is more convenient: apt-cache search . | grep -i "metapackage\|meta-package"00:44
Seveasjanat08: with aptitude it's actually easier: aptitude search '~i!~M' -F '%p'00:44
=== captain_fixerpc1 is now known as captainfixerpc14
janat08Seveas: you could just add /usr directory to /etc and /var to just backup the applications right?00:54
=== Zren_ is now known as Zren
tpw_ruleshey so i'm on a 16.04 system where /etc/apt got completely removed. how do i restore it?01:15
tpw_rulesi don't have any backups. i tried making a sources.list but it doesn't work because the keys aren't set up correctly01:15
=== captain_fixerpc1 is now known as captainfixerpc14
OerHeksawesome, you need apt to restore the system .. how did you remove apt?01:18
tpw_rulesit's on an embedded system where they presumably didn't want people doing this kind of thing01:18
tpw_rulesok so i fixed it with apt-key01:20
tpw_rulesis there any way now to like refresh apt so it's set up correctly again?01:20
OerHeksso, how did you remove apt, and did you reboot after that?01:22
tpw_rulesi didn't. someone else who made this system did01:22
tpw_rulesanyway apt seems to work now01:23
lowaoMay I post questions here? I am getting permission denied after manually extracting the tar.gz file of Discord. Any idea why?01:26
Bashing-omlowao: Where did you extract it to ? Do "you" have permissions on that directory ?01:28
OerHekshow do you extract? tar -xvzf discord-*.tar.gz shopuld preserve the right permissions, then you should move it to /opt/01:29
OerHeksand the desktop launcher; sudo mv /opt/Discord/Discord.desktop /usr/share/applications/01:30
OerHeksmaybe you get a warning, to trust that .desktop file, as you do things manually01:31
OerHeks:-D01:31
OerHekssnap install discord01:31
lowaoI extracted it to ~/.local/share/Discord and ~/.discord even though I used tar -zxvf discord-*.tar.gz, but both complained about permission.01:31
lowaoOerHeks I tried running ./Discord & Discord.desktop, but both of them returned with permission denied.01:33
lowaoBashing-om ~/.discord & /.local/share/Discord, but both returned with permission denied.01:35
OerHeksone should move that to /opt/ , like i posted above, do not run it from your /home/  folder.. why not install the deb or snap?01:36
OerHeksyou get updates too, not by manually installing stuff01:36
lowaoI'm pretty horrible with manually installation. So, I am just trying to expose myself to it. I can't get electric sheep to install either which must be installed manually as well. [electricsheep.org/] Would you mind explaining to me why some application install to the home directory or others do not? Discord vs Teamviewer for exmaple. OerHeks01:41
OerHekswell, you encounter that it won't start01:45
lowaoYea. It's bummer. Thanks for the help, anyway. OreHeks01:49
=== Budgii is now known as Budgii_AFK
=== captain_fixerpc1 is now known as captainfixerpc14
lowaoOreHeks had to give it permissions to execute it.02:15
=== catalase_ is now known as catalase
=== ilfantomas_ is now known as ilfantomas
newdynboa noite galera03:00
newdyncade a galera do brasil03:01
aphidhi, fresh install of 18.10 on a new SSD.  went smooth.  the SSD is not showing in my bios boot selection UI but is showing if I hit f11 for that boot menu03:10
dauieHello all, I recently bought a new wireless adapter (Asus USB-AC56), I have the drivers running fine 18.10, but the name that was automagically assigned to the iface is horrendous (wlx0492268c8794), and besides that it's length is causing an error in libpcap when activating an new handle. I followed this guide: https://rundata.wordpress.com/2013/11/20/renaming-network-interfaces/ to change my interface names, which worked for my pci wireless card, but not my n03:11
dauieew usb wireless adapter. Does anyone have any insight on how to rename this interface? Much love in advance.03:11
dauiesorry my message got cut off. repost:03:12
dauieHello all, I recently bought a new wireless adapter (Asus USB-AC56), I have the drivers running fine 18.10, but the name that was automagically assigned to the iface is horrendous (wlx0492268c8794), and besides that it's length is causing an error in libpcap when activating an new handle. I followed this guide: https://rundata.wordpress.com/2013/11/20/renaming-network-interfaces/ to change my interface names, which worked for my pci wireless card, but not my n03:13
dauieew usb wireless adapter. Does anyone have any insight on how to rename this interface? Much love in advance.03:13
malwar3hun73rsomehow i ended up with multiple version of php installed, looks like php7.0 and php7.2 - is it possible to remove 7.0?03:14
malwar3hun73rif i apt remove it shows up as php, php-curl, php7.2, php7.2-curl, etc03:14
=== Budgii_AFK is now known as Budgii
newdynping03:41
Gonandiselamat pagi03:41
Gonandi\ping03:48
gijoe3kHey guys and gals, would any of you be so kind to recommend your favorite video to animated gif maker program using ubuntu linux?04:21
lotuspsychje!info gifsicle | gijoe3k04:24
ubottugijoe3k: gifsicle (source: gifsicle): Tool for manipulating GIF images. In component universe, is optional. Version 1.91-2 (bionic), package size 135 kB, installed size 393 kB04:24
lotuspsychjegijoe3k: more goodies at: apt-cache search gif04:25
gijoe3kThank you fellow traveler!04:25
Eickmeyernewd04:40
lotuspsychjecan we help you Eickmeyer04:40
EickmeyerLOL04:40
EickmeyerMistyped! lol04:40
EickmeyerWas supposed to be a different word altogether!04:41
Eickmeyerlotuspsychje: Thanks, but wasn't actually here for help, and I don't normally type in here anyhow.04:41
EickmeyerSometimes I'm here _to_ help, but that wasn't the case just now.04:42
* Eickmeyer dies04:42
dradli^Peter^: hi04:56
dradli[diablo]: hi05:00
=== Mr-Pan is now known as Mr_Pan
dradliMr_Pan: hi05:04
sectua1_Anyone familiar with the riseup-vpn?05:13
SlidingHornsectua1_: not supported here - third party software05:14
snypzzrequesting help how to install ubuntu 16.04 or higher on ASUS Q525UA 2-in-105:15
snypzznot working so far...05:16
SlidingHorn!details | snypzz05:16
ubottusnypzz: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.05:16
snypzzmsg me, note looked it up before I asked not looking good right now...05:16
SlidingHornsnypzz: no.  This is a public channel for a reason05:17
sectua1_SlidingHorn: Ubuntu clients were helpful getting around the errors in the .deb package05:18
dradlimay i know what is ip transmitter?05:27
testingthetesthello05:42
qwebirc11912gcc 5.4.005:48
sandwitchHi people, we are having a problem with the session scripts in '/etc/gdm3/*/Default'  if we enable them the login page is 'looping'.  We see permissions problems in syslog on the DISPLAY. It is wayland, i dont think 'xhost +' has any effect.05:49
=== ramot is now known as ramottamado
=== ramottamado is now known as ShinzJr
=== muricula is now known as radens
FilikunHey I'm new to Linux and Ubuntu and having problems with my new install on an PC where sometimes I start the wifi works and sometimes it does not (a reboot solves it). tomreyn gave me some assistans but I've not figured it out yet.06:00
sandwitchFilikun, any messages from network-manager in '/var/log/syslog' ?06:01
Filikunsandwitch: How do I access that?06:02
=== ShinzJr is now known as ramot
smallbirdhello06:16
smallbirdhow to shutdown os06:16
smallbirdwhat is it this06:16
FilikunSo what I can tell for mi wifi problem is that I have "Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)" and the driver in use is "iwlwifi" (when it works that is)06:24
=== qwebirc33406 is now known as Sir_leto
ramottest06:27
Sir_letoQuick question, I tried to resize my partitions on a data drive in windows so I'd have space to install Ubuntu, but it seems this disk was dynamic disk. Can I just grow the parition in gparted and then resize it?06:27
Sir_letothe LDM partition just appears as a single parition instead of 306:28
Ouyeswhat does it mean if somebody tell you "paint ram's blood over your doorway"?06:29
Sir_letoI'm assuming you're running chrome and it's murdering your ram06:30
OuyesSir_leto, looks like a suitable explaination06:32
Sir_letoI guess 1am is not the time to ask questions06:37
Sir_letonevermind that people just idle in here for weeks06:37
IndustrialHi. I have no sound card. Cat /proc/ etc (check screenshot) shows a configured card. Settings scren in Gnome only shows Dummy output. WHt now?06:45
Industrialhttps://i.imgur.com/tsP7D3n.png06:45
guivercIndustrial, I'm not sure what you're asking, but `sudo lshw -C sound` may provide more details about what sound card you have (most motherboards usually have one onboard)06:50
OuyesSirNeo, So it is 1am at your place07:03
rk42hello07:03
qwebirc84224join07:04
qwebirc84224can anyone help me07:04
benjamin_wthat's a fast quit tho07:06
hans_my English is bad. can you join the Channel Ubuntu-Mate?07:17
hans_give it a German Chat Ubuntu Mate?07:19
EriC^!de | hans_07:19
ubottuhans_: 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!07:19
hans_danke07:20
hans_ubuntu-de hat funktioniert, danke07:21
hans_:quit07:21
pseudonymousIf I have a crontab file in /etc/cron.d how can I07:53
emredersenizhey there07:53
pseudonymousIf I have a crontab file in /etc/cron.d how can I. (1) ensure the damned thing is ever run - is there a command to tell me when it'll be run ? (2) try to run it in the same env as cron and (3) where can I see what jobs (including this one) has actually run ?07:54
talxdoes anyone have ever accomplished to make preseeding installation08:00
talxand actually didnt select the keyboard layout08:00
yuppieeehello08:04
dradliyuppieee: hi there08:05
yuppieeedpkg failed miserably while installing puppetserver08:05
yuppieeeE: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.08:05
yuppieeeSetting up puppetserver (2.8.1-1puppetlabs1) ...08:05
yuppieeeusermod: no changes08:05
yuppieeethis just hangs08:05
yuppieeeis there any way to fix this?08:05
dradliomg its devops topic08:05
yuppieeeheh, just trying to get apt unstuck from a borked install08:06
yuppieeedradli: i've waited quite a while for dpkg to do its thing, but its not completing08:06
yuppieeeany ideas?08:06
EriC^did you try dpkg --configure -a?08:07
yuppieeeyes, thats the command thats hanging08:07
EriC^hmm you could try running it with strace to see whats the problem08:07
EriC^is it still hung?08:08
yuppieeeopen("/var/lib/dpkg/info/puppetserver.triggers", O_RDONLY) = -1 ENOENT (No such file or directory)08:08
yuppieeeyes its still hung08:08
yuppieeewait4(13721, usermod: no changes08:08
yuppieeethis is where it's stopped08:08
yuppieee`usermod: no changes` is the last thing that gets spit out08:13
yuppieeei wonder if a reboot will help08:13
yuppieeehttps://dpaste.de/UFoa08:22
yuppieeenot sure why apt is printing 'usermod: no changes' and just hanging08:22
EriC^yuppieee: this is similar https://bugs.launchpad.net/landscape-client/+bug/41037808:26
ubottuLaunchpad bug 410378 in Landscape Client "dpkg-reconfigure landscape-common broken for intrepid and jaunty" [High,Fix released]08:26
EriC^something about a trunk missing08:26
yuppieeeEriC^: whats the fix?08:28
=== coffeeguy is now known as zenguy
talxanyone have exprience with preseeding ?08:40
AAAAAAAAAMalo?08:45
elevemathssalut08:50
eeosHi everybody. I have a lenovo Thinkpad X1 Yoga carbon laptop with *ubuntu 18.04.1 LTS 64 bit. My screen does not autorotate.08:58
eeosAnyone who can help?08:58
naelyo08:59
naelcv?08:59
naelrepondez svppppppp08:59
naelcv twa?09:01
ledenieeos: did you try to check setting -- devices -- Displays is any setting available09:05
eeosledeni: not that I can see ....09:10
talxI'm having issues with preseeding installation. during the installation I get to the part of the keyboard layout which is english us I see its marked but it won't click on continue09:11
talxI'm working on it two days and anything that I found in google won't help09:11
ledenieeos:  try in terminal 'sudo apt update && sudo apt install iio-sensor-proxy' log out and log in  you should see https://imgur.com/a/5tVKcNX09:20
=== Class7_ is now known as Class7
eeosledeni: thank you!09:27
ledenieeos you are welcome09:28
eeosledeni: it doe sno really work .... the screen rotates, even if I rotate manyally for example with xrandr, then the touch screen reverses as well, hence moving the finger on the screen right to left moves the cursors bottom to top09:46
tasslehoff_I ordered a Dell XPS13 with Windows, and now Windows will be replaced by Ubuntu 18.04. Should the installation be fairly straightforward? No UEFI, secure boot, RAID/AHCI ssd issues? Something I need to think about beforehand?10:11
tim__ciao10:14
=== Vic2 is now known as Alento
=== conjo is now known as nojimonicous
nojimonicoushi all can anyone please be kind enough to skool me in use of alist (example of syntax placement) to search for channels on a given topic10:32
=== dexter is now known as dexterfoo
=== mquin_ is now known as mquin
nojimonicousall gud ppl found an explanation i can understand10:40
geirhanojimonicous: /query alis help list10:40
nojimonicousgeirha thanks10:43
nojimonicousgeirha thanks so much getting that bloody command to work has been driving me nuts(bloody operator error lols)10:50
arash_hello?10:53
jeremy31!ask | arash_10:54
ubottuarash_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:54
=== the_ant1 is now known as the_ant
arash_hello?11:06
arash_anybody available?11:06
arash_I had a question about selinux11:07
arash_I can't start it11:07
arash_I mean enable it11:07
arash_If i change the status to enforcing11:08
arash_even after rebooting11:08
arash_nothing changes11:08
arash_and getenforce teruns disabled back11:08
arash_*turns11:08
=== the_ant1 is now known as the_ant
Meiliarash_: I don't think selinux is maintained for Ubuntu11:19
CookieMactually there are selinux packages in the Ubuntu repos11:32
sabrehagenI want to use a daemon tool in my Docker container, but mounting systemd volumes appears to defeat the purpose of containerization. Is there a user space daemon tool comparable to systemd?11:32
zetheroo1Why are people so opposed to systemd?11:34
Seveassabrehagen: using a daemon tool also kinda defeats the purpose of containerization :)11:49
Seveassabrehagen: if you just need proper child reaping, docker --init should work.11:50
ctrlSERVER IRC;RECYCLED-IRC.NET11:51
ctrlSERVER IRC.RECYCLED-IRC.NET11:51
BluesKajHey folks11:59
patronhello11:59
patronAnyone thereee11:59
patronWhy does my windows 10 look soo weird12:00
patronI updated it to the newest patch and it looks different af12:00
patrondid i get hacked or something12:00
patronam I the only cringy dude here?12:02
patronmaybe im too windows to be accepted in here12:02
=== conjo is now known as nojimonicous
LuisMhi there12:12
EriC^hi LuisM12:19
=== conjo is now known as nojimonicous
maetthewHow would I go about to dual boot my PC with Ubuntu and Windows, but I only want to boot to windows when I specifically choose that drive to boot from12:25
maetthewOtherwise I would just like to boot straight into Ubuntu12:25
EriC^maetthew: install ubuntu it'll be the default in grub with windows there as well12:28
EriC^maetthew: do you have 2 drives?12:28
LuisMI've installed Windows 10 in UEFI mode (disk is in GPT mode). After that, I'm trying installing Ubuntu 18.04 LTS in only one partition (XFS). So, where do I need installing GRUB? In "EFI" partition created by windows or in very beggining of disk, like in old mbr style?12:28
EriC^LuisM: in the efi partition12:28
EriC^LuisM: it only matter which mode your mobo is set to use, not the root fs12:29
LuisMEriC^: so, after reboot, grub will own the bootloader process?12:29
LuisMlike old way?12:29
EriC^LuisM: yeah grub will be booted first12:30
LuisMok12:30
EriC^LuisM: efi is different than how mbr works, many bootloaders can exist in the efi partition, and there's a list in the mobo for which order to boot them in12:31
maetthewer. But I want that when I just power on the computer to go straight into Ubuntu unless I specifcally boot from the Windows drive12:31
asenssyhi there12:31
EriC^maetthew: ok, so no grub, you can remove the grub screen and only show it if you hold the shift key12:31
LuisMi've fucked my disk installing grub in very beginning of disk. I need to wipefs -a /dev/sdX =/12:31
asenssyhow can I set umask so I can have permissions 655 by default12:32
maetthewfirst on my primary drive, and then W10 on my secondary?12:32
LuisMEriC^: Will mobo read that efi partition?12:32
EriC^maetthew: i ask if you have 2 drives cause it's important cause the installer will try to install ubuntu's stuff in the windows efi partition, rendering your ubuntu drive a non-standalone drive12:32
LuisMso, in setup i'll need to set "grub" as first one?12:32
EriC^asenssy: 032212:32
maetthewEriC^: Yeah it's 2 separate drives. One 500GB and one 120GB12:32
EriC^asenssy: sorry 012212:33
EriC^maetthew: ok, in that case i'd use the manual partitioning in the installer and create an efi on the ubuntu drive and let it use that one12:33
maetthewEriC^: Ok thanks.12:34
asenssyok , thanks, i understand, but why can i set to 75512:34
EriC^LuisM: yeah once ubuntu installs itself and grub, lastly it calls "efibootmgr" and sets itself first in the uefi order12:34
asenssycan not, sorry12:34
EriC^efibootmgr -v      shows the list   "man efibootmgr" for all options12:34
LuisMEriC^: it sounds great, that way of mobo reading efi partition during post/bootstrap12:35
LuisMok. I'll try12:36
EriC^asenssy: 655 is kinda odd, why do you want that?12:36
asenssyexecutable bit for owner is always missing12:36
EriC^asenssy: what do you want to do exactly?12:36
EriC^655 doesnt make sense, it's read write for owner, and read execute for group and others, why would you not want the owner to have execute but others yes?12:36
asenssyI want the owner to have X12:37
LuisMEriC^: I've already removed "ubuntu" folder inside EFI partition. Although my mobo still recognize it. Do I need to fix anything else?12:37
asenssybut I can't set umask to crate files by default with 75512:37
EriC^LuisM: yeah uefi in theory rocks, in practice the companies make crappy implementations that are difficult sometimes to deal with12:37
EriC^asenssy: type "umask" right now what does it say?12:38
LuisMineed12:38
LuisMindeed*12:38
asenssy001112:38
asenssybut owner doesn't have exec bit12:39
EriC^yeah same for me12:39
asenssythe only way if i want to set x bit is manually with chmod12:41
asenssyi can not set it by default to crate files with x for the owner12:41
EriC^asenssy: not sure there's another way without chmod after creating12:43
asenssyok, thanks12:43
LuisMEriC^: I've already removed "ubuntu" folder inside EFI partition. Although my mobo still recognize it. Do I need to fix anything else?12:45
EriC^LuisM: yeah you need to use efibootmgr to remove it, the list is saved in the mobo not really dependent on the hdd or efi partition12:48
EriC^efibootmgr -b <hex number here> -B12:48
EriC^LuisM: ^ that command deletes the boot entry12:48
LuisMEriC^: hmm... great. I'll do it.12:50
LuisMthank you, EriC^. I'll try them.12:53
=== sinner is now known as Guest11902
=== Saviq is now known as ricab|test
=== ricab|test is now known as Saviq
=== EriC^ is now known as eeee
=== eeee is now known as EriC^^
=== EriC^^ is now known as opensource
=== opensource is now known as EriC^^
MacroManAfter downgrading the mariadb-server package, the newest version still seems to be installed: https://paste.ngx.cc/3cf98d941769cbd713:19
MacroManAny idea about what I've done wrong and how I can downgrade this package?13:19
EriC^^MacroMan: type "which mysql"13:19
MacroMan'/usr/bin/mysql'13:20
EriC^^MacroMan: type "readlink -f $(which mysql)"13:20
EriC^^that looks right13:20
MacroMansame13:20
EriC^^MacroMan: type "dpkg -l | grep mysql" or something13:20
sveinseI am dual-booting my machine and are using ubuntu 18.04 natively and 18.10 virtually. Are there any thoughts on using the same shared /home/user for both versions of the distro?13:20
MacroManEriC^^: https://termbin.com/pxn313:21
EriC^^sveinse: yeah that's a bad idea as user configs for different version software and whatnot might collide13:21
MacroManEriC^^: Using mariadb instead of mysql: https://termbin.com/md8x13:22
EriC^^MacroMan: type "dpkg -L /usr/bin/mysql"13:22
EriC^^sorry13:22
MacroManDo I also need to downgrade the other packages such as mariadb-server-10.1 and mariadb-server-10.1?13:22
EriC^^MacroMan: type "dpkg -S /usr/bin/mysql"13:22
=== conjo is now known as nojimonicous
MacroManEriC^^: mariadb-client-core-10.1: /usr/bin/mysql13:23
MacroManAh OK. So I should downgrade that package?13:23
EriC^^ok downgrade that package too, matter of fact i'd guess its better that all packages related are for -29?13:23
EriC^^yeah, that package provides the /usr/bin/mysql file13:23
MacroManOkidoki. I'll do them all13:23
MacroManEriC^^: That seems to have done it. Thank you13:25
EriC^^MacroMan: great to hear, no problem13:25
FishBone000https://cdn.pbrd.co/images/I0PaDmy.jpg     https://cdn.pbrd.co/images/I0PaX1c.png13:48
afx_Hello ! Anyone familiar with gobby ?13:48
pragmaticenigmaafx_: it is best to ask your question13:49
afx_pragmaticenigma, I am trying to create a gobby server so that a friend connects to it via internet13:49
FishBone000I ran linapple in tty and a weird thing happned13:49
afx_However he gets connection timeout with my external ip address pragmaticenigma13:50
FishBone000the terminal printed a colourful ASCII of a image which should be displayed when you run linapple normally, just like the other image i uploaded13:50
FishBone000D: But how's that possible? an easter egg?13:51
pragmaticenigmaafx_: It is very likely that your ISP is blocking your efforts to run a server on your connection. Many ISPs do not allow servers to run on residential/non-commercial connections13:51
pragmaticenigmaFishBone000: It's merely the settings of the TTY session13:51
FishBone000really?13:53
FishBone000shouldn't tty display nothing or throw an error instead of displaying an ASCII image?13:53
FishBone000or...does tty have a function of converting an image to ASCII?13:54
afx_I see pragmaticenigma13:54
FishBone000and what's more, i cant stop linapple via Ctrl+C13:54
EriC^^FishBone000: it possibly checks if it's a tty then uses ascii13:54
pragmaticenigmaFishBone000: There is no way for us to know. That kind of questions are best sent to the developer of the software13:55
FishBone000well the developer is dead because he is steve jobs13:55
FishBone000and i don't think it checks if it's a tty, since it has a graphic window and should not be run in tty, for linapple is a apple 2 emulator13:57
FishBone000well it might support tty if it's a full-text terminal application13:58
EriC^^FishBone000: huh, how do you know that?13:58
EriC^^doh13:58
FishBone000just guess....13:58
EriC^^FishBone000: it's not magic, either it has some sort of image to ascii converter, which i doubt it has, or it has some premade ascii image for tty or other stuff13:58
EriC^^it's not magic nor the program has become self-aware aka skynet v213:59
EriC^^:D13:59
pragmaticenigmaFishBone000: well you guessed wrong. in the mean time, it's not an application that is supported by this community. you are best to use you web searching skills to research and find a community.13:59
FishBone000lol13:59
tomreynafx_: i'd say gobby is way too buggy to use it on the internet, better ssh tunnel13:59
FishBone000alright then14:00
afx_tomreyn, is there any other collaboration client I can use ?14:00
EriC^^FishBone000: it probably has tty support, i mean tty's are pretty common plus it's pretty antique itself14:00
tomreynafx_: you could use some etherpad14:01
tomreynafx_: this can be self-hosted, too.14:01
afx_tomreyn, is this secure?14:02
tomreynafx_: depends on whether or not you paste you passwords on it+14:03
afx_tomreyn, no passwords pasted , but still is there any encryption or so ?14:03
debrisRathi.14:03
tomreynafx_: there can be http encryption. what is your use case, what are you trying to do?14:04
tomreyn*httpS encryption14:04
afx_tomreyn, collaborate on some documents14:04
afx_content sensitive though14:04
tomreynafx_: what type of documents?14:04
BluesKajEriC^^,  I need to create a /boot/efi partition in order to use uefi instead of legacy bios?...is it really that simple?14:04
pragmaticenigmatomreyn: this is all on the assumption that his Internet provider isn't blockin their ability to run a server on their connection14:04
pragmaticenigmas/his/afx_/14:05
afx_text documents mostly tomreyn14:05
tomreynpragmaticenigma: it could be a server somewhere.14:05
tomreynafx_: plain text then?14:05
afx_tomreyn, yes14:06
tomreynafx_: well then host a server somewhere with etherpad on it and make it accessible to the collabotators only.14:07
metRo_Hi all14:07
metRo_can anyone help me how can I run an application without desktop env?14:07
pragmaticenigmametRo_: What application are you trying to run?14:07
afx_tomreyn, I will check this14:07
afx_tomreyn, also found this https://cryptpad.fr/14:08
metRo_pragmaticenigma: I create a simple aplication with gtk+14:08
metRo_now I want that application to run instead of open unity14:08
afx_but even their developers claim that they could eventually get your contents since it is web14:09
metRo_I delete ubuntu.desktop and now it doesn't open unity14:09
pragmaticenigmametRo_: To run a GUI application requires that you are running an X environment (at minimum). Programming/Software developement is not a topic this channel supports. Please find a software development community for assistance14:09
metRo_and If I open a shell export display and run my app I can see my app when return to shell 714:10
tomreynafx_: okay. we can talk in #uubntu-offtopic since this is not an ubuntu topic14:10
metRo_pragmaticenigma: can you recommend a place where I can ask this question?14:10
pragmaticenigma!alis | metRo_14:10
ubottumetRo_: 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"14:10
=== estan_ is now known as estan
=== [1]MrMobius is now known as MrMobius
=== Jezus is now known as Remy^
talxany preseeding guru here ?14:45
JimBuntutalx, no guru's here, only fun-loving volunteers.14:50
pragmaticenigmatalx: Have you looked at this article? https://askubuntu.com/a/83667014:51
talxyes14:52
pragmaticenigmatalx: What is your question?14:52
talxpragmaticenigma: he asks for creating an iso file14:52
pragmaticenigmatalx: It's the same process to start with14:52
talxhmm14:54
talxI will go over this link again14:54
talxsee if something happens14:54
malwar3hun73ri'm using webdav to transfer data to a share. i accidentally copied the data to the mount point while the webdav wasn't mounted. is there anyway to remount the webdav and sync15:06
leftyfbmalwar3hun73r: delete what you copied, mount the webdav and resync15:07
malwar3hun73reh, that the only solution (i assumed it might be)15:07
leftyfbmalwar3hun73r: unless you mount it to some other mount point and sync between the original and new mount point. Either way, you're syncing the data gain15:08
leftyfbagain*15:08
uzverHi15:29
uzverЕсть кто из СНГ?15:30
leftyfb!ru | uzver15:30
ubottuuzver: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.15:30
_x3rx3x_1rwar15:31
_x3rx3x_1test15:31
_x3rx3x_1test15:31
lotuspsychjewe see you _x3rx3x_115:31
_x3rx3x_1oh15:32
qwebirc14640Hi, I uploaded a package to a ppa using dput, it reports that package was successfully uploaded by I don't see it in my ppa, does it usually take time to get ppa updated in the web ?15:41
_x3rx3x_test15:43
Seveasqwebirc14640: yes, it takes a few minutes for the upload to be processed, and a few more for the package to be built. You'll get emails as the process progresses.15:43
eraserpencil1Hi!15:49
univ-tebessa123415:53
univ-tebessa4515:53
univ-tebessa*15:53
univ-tebessa44*15:53
univ-tebessa8515:53
p47r30ntest15:53
univ-tebessa44*15:53
eraserpencil1I'm learning about compiling my own kernels and am following https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel, but i only get linux-hwe and not linux-image-*15:53
eraserpencil1is there a concern or can i continue?15:53
pragmaticenigmaeraserpencil1: Why are you building kernels, and also, this isn't the correct channel for Ubuntu kernel development/building questions15:54
univ-tebessa4415:54
univ-tebessa415:54
univ-tebessa415:54
univ-tebessa415:54
univ-tebessa415:54
cryptodaneraserpencil1: how familiar are you with your computer and its hardware?15:54
pragmaticenigma!ops | univ-tebessa  is spamming the channel15:54
ubottuuniv-tebessa  is spamming the channel: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax15:54
pragmaticenigmacryptodan: Kernel building help should be taken to the Ubuntu kernel channels15:55
geniipragmaticenigma: The bot already quieted them for now15:55
cryptodanpragmaticenigma: i just asked a simple question about his computer knowledge15:55
hggdhyep15:55
pragmaticenigmagenii: It's quieted them twice now15:56
eraserpencil1cryptodan: i know what components i chose, but it's a laptop and as for the chipset, I'm unsure. I have some problems with it, hence I thought I'd try a self compiled kernel to see if i can fix those issues15:57
cryptodaneraserpencil1: compiling may introduce more issues.  but what issues are you having?15:57
eraserpencil1https://bugs.launchpad.net/ubuntu/+source/linux/+bug/181186915:58
ubottuLaunchpad bug 1811869 in linux (Ubuntu) "Alienware m15 takes very long to boot Ubuntu" [Undecided,Confirmed]15:58
eraserpencil1it's been awhile since i filed that bug and i got tired of waiting. Will try and see what I can do on my own.15:59
eraserpencil1pragmaticenigma: would you know the right channel?16:00
cryptodaneraserpencil1: that doesnt show anything causing a slow boot what does system-analyze blame show16:00
pragmaticenigma!alis | eraserpencil116:00
ubottueraserpencil1: 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"16:00
wodencafei guys, do you have any advice for me to fix grub on my server? I'm connected remotely on SSH, tried to do an upgrade but something went wrong. I tried to reinstall the grub packages to fix it, they got removed but now can't be reinstalled.16:00
hggdheraserpencil1: #ubuntu-kernel is a good bet16:00
pragmaticenigmahowever eraserpencil1 since you alrady filed a bug ticket, you should continue working there... cross posting on multiple places makes it hard for the next person to get the help they need16:01
geniiuniv-tebessa: This channel is for Ubuntu support issues. If you need to some type of testing then use the #test channel instead of here.16:02
tomreyneraserpencil1: it's well possible that some of those boot parameters cause the issue. also you're probably using acpi_osi wrong, should have "acpi_osi=!" in front of what you have.16:02
eraserpencil1Thanks, I must have missed it in the alis search16:02
cryptodaneraserpencil1: systemd-analyze blame and systemd-analyze will show you where its slow16:03
flashmozzgHello. How do I manually enter path in Ubuntu 18.04+?16:04
tomreynflashmozzg: can you give an example or more context?16:05
eraserpencil1tomreyn: Thanks, TJ and you helped  me previously that's when i filed the bug.16:05
cryptodaneraserpencil1: guess you arent going to run those commansds16:05
eraserpencil1cryptodan: in one of the posts there is a txt file that has the dmesg logs,16:05
cryptodandmesg doesnt reflect slowness16:06
p47r30nhey16:07
eraserpencil1https://termbin.com/za0S16:07
tomreyneraserpencil1: yes i seem to rmeember this (but not much more). this doesn't change what i stated before, though, unless the current use of acpi_osi is exactly what TJ recommended (he knows better than me).16:07
pragmaticenigmahello p47r30n ... can we help you with an Ubuntu support question?16:08
cryptodaneraserpencil1: that was a 40416:08
eraserpencil1https://termbin.com/za0s16:08
eraserpencil1my bad16:09
cryptodanand the systemd-analyze16:09
eraserpencil1but anyway, not trying to cross-post, just trying to put in some effort my self by compiling my own kernels and see if it works16:10
eraserpencil1https://termbin.com/iahd16:10
cryptodaneraserpencil1: and for comparison http://dpaste.com/0F22TSZ16:10
tomreyneraserpencil1: looking at your dmesg from january, https://launchpadlibrarian.net/406402164/CurrentDmesg.txt , i notice a long gap on the boot between second 11 and 99. and an even longer between second 1150 and 636. it's not clear what the system did then, but it keeps repeating this message:    systemd-journald: Successfully sent stream file descriptor to service manager.16:11
wodencafes/i guys,/hi guys,/16:11
cryptodaneraserpencil1: something in your desktop environment is causing it to be booting in under 4 minutes16:11
tomreynsame issue here: https://askubuntu.com/questions/788333/ubuntu-16-04-takes-very-long-time-to-boot-on-dell-precision-551016:13
eraserpencil1tomreyn: could you give me the right boot parameters again?16:13
eraserpencil1the entire thing. I'm gonna give it a try16:13
tomreyneraserpencil1: i don't know what are "the right ones". i suggest that you're missing one. if you add it, it would make this: "acpi_osi=!" "acpi_osi=Windows 2015" acpi=noirq pci=biosirq debug ignore_level16:14
tomreyns/suggest/assume/16:15
cryptodanhow fast is it without those boot commands eraserpencil1 ?16:15
tomreyncryptodan: 713 seconds according to his dmesg16:16
eraserpencil1without those commands, dosent boot successfully16:16
tomreyns/his/eraserpencils/16:17
tomreynoh without, sorry, i misread16:17
cryptodaneraserpencil1: can you try booting ubuntu 18.04 live from a usb on it and see if its better16:18
eraserpencil1tomreyn: could you see if this is right https://termbin.com/jiip16:18
tomreyneraserpencil1: make it:    GRUB_CMDLINE_LINUX="acpi_osi=! \"acpi_osi=Windows 2015\" acpi=noirq pci=biosirq acpi_backlight=vendor"16:19
eraserpencil1cryptodan: yea I tried, but I have a feeling it's a kernel issue cause the grub appears just fine, but the installer just dosent load successfully. I tried with manjaro as well and it's installer didn't load too.16:19
p47r30nyeah16:20
cryptodaneraserpencil1: boot live and boot into compatibility mode16:20
eraserpencil1tomreyn: yeap.. that's the one we tried back then...16:23
tomreyneraserpencil1: but not the one you had when you posted your logs.16:24
=== saint__ is now known as saint_
tomreyneraserpencil1: btw. there's a bios update for this system now: version 1.4.1 (02/11/2019). by the time you posted logs you had version 1.3.3 (12/20/2018)16:25
eraserpencil1yea, i tested it with various combination of parameters ystd16:26
eraserpencil1i guess i had the wrong parameters16:26
eraserpencil1It's been 5 minutes and the newest attempt is not loading right, keeps looping around iwlwifi16:28
eraserpencil1but i did see early on some messages about unloading the confliciting kernel module.16:28
cryptodaneraserpencil1: just a wild question is secure boot enabled?  maybe try disabling and see if it boots any faster unless you have tried that16:29
eraserpencil1it's off16:30
tomreynalso CSM may be worth a try if it support it16:32
tomreyn(AKA 'legacy BIOS')16:33
tomreynbut first of all, do the bios update16:33
eraserpencil1yea i did it ystd16:33
=== phoenix_firebrd is now known as murthy
tomreynystad is a city in sweden, isnt it?16:34
tomreynit'd be good if you could boot with 18.04.2, which releases in two days, trying without any non default parameters first. when you got the boot working (maybe still slow), run "apport-collect 1811869" again.16:38
tomreyneraserpencil1: ^16:38
flashmozzgtomreyn: I mean in file browser. Like "enter location" option. I know the path I want to go to, but can't find a way to type it in.16:39
tomreynflashmozzg: ctrl-L16:39
tomreynas in 'location'16:40
flashmozzgtomreyn: thanks. No idea why it's so hidden (I even looked at kb shortcuts but skipped 2nd page). It's becomes increasingly more annoying with each new release)16:42
tomreynflashmozzg: you can use a different graphical desktop if you prefer.16:42
tomreyn!flavours | flashmozzg16:42
ubottuflashmozzg: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours16:42
flashmozzgtomreyn: I try to, but there is not always a choice or transition from existing one is not always worth it for something small.16:43
pragmaticenigmaflashmozzg: The ctrl + L shortcut has been available for a very long time16:44
flashmozzgpragmaticenigma: may be. I haven't used it enough before to warrant learning shortcuts, not to mention that it's not my main flavor of OS. It was just a click away.16:46
qwebirc14640I trying to upload a package to my ppa for bionic-backports, to test the back port, but it is being rejected with PPA uploads must be for the RELEASE pocket.16:49
tomreynqwebirc14640: /join #ubuntu-app-devel16:50
=== murthy is now known as phoenix_firebrd_
qwebirc14640tomreyn thanks for pointing me to the right channel16:55
=== phoenix_firebrd_ is now known as murthy
tomreyni think i mostly pointed you out of the wrong one.16:55
tewardqwebirc14640: PPAs can't target the backports pocket.  THey can only target $CODENAME16:58
tewardPPA targeting like that is a #launchpad question, but for the PPA target $RELEASE and not -backports16:59
qwebirc14640teward: backportpackage man page has the answer  -r, --release-pocket is required for that17:03
tewardqwebirc14640: yep.17:03
tewardqwebirc14640: check your PMs in the other tab by the way17:05
tewardsome info of relevance for you17:05
=== murthy is now known as phoenix_firebrd_
=== phoenix_firebrd_ is now known as murthy
maeudCan anyone help me with a weird apt update issue, it hangs on "0% [Working]" then springs into life17:10
maeudselect(6, [5], [], NULL, {0, 500000})   = 0 (Timeout) rt_sigprocmask(SIG_BLOCK, [WINCH], [PIPE], 8) = 0 rt_sigprocmask(SIG_SETMASK, [PIPE], NULL, 8) = 0 0% [Working])          = 131317:11
maeudthat's where it hangs17:11
sumit_hi17:21
EriC^hello17:21
sumit_may you review my blog?17:22
EriC^no17:22
sumit_https://rabsum.blogspot.com/17:23
=== murthy is now known as phoenix_firebrd_
maeud!ask test17:23
sumit_https://rabsum.blogspot.com/17:24
JimBuntusumit_, any review will probably be negative. Please stop. This channel is for volunteer support.17:24
EriC^sumit_: stop spamming your link here17:24
tewardsumit_: please stop spamming your blog.  We are not an advertising / "please review my site" support channel.17:24
fleabeardthat blog is proper word salad, lol17:25
maeudI can see nothing is hitting my repo server until it actually progresses using tcpdump17:25
maeudDNS is working fine on both servers17:25
maeudany ideas?17:26
maeudsomething is timing out, no idea what17:26
maeudtomreyn on holiday today lol17:27
maeudsumit_: I'll look at your blog if you give me a fix17:30
fleabeardmaeud, do other commands like apt update work?17:33
maeudapt update or apt install produces the same thing, sits at 0% working for ~45 seconds then springs into life17:34
maeudstrace says something is timing out17:34
maeudDNS lookup using nslookup is fine for both DNS servers17:34
maeudDNS servers are being handed to the client from DHCP17:34
maeudthe client is completely offline, no internet access17:34
maeudthe repos are self hosted17:34
maeudnothing hits the repo server on port 80 until apt passes the working 0% stage17:35
maeudso something on the client is causing a timeout17:35
how2hackhi, what options do i need to pass to ssh in order to create a secure tunnel so i can access a website on the target host port 80 through the ssh tunnel? i'm reading the manual and it looks like i need to use -L, but it's still not clear to me how this works17:35
maeudbut strace literally says timeout with nothing else to go on17:35
maeudso I don't know17:35
how2hackmaybe something like "ssh -L 80:localhost:80 172.16.0.1"?17:37
=== phoenix_firebrd_ is now known as murthy
robertparkerxcan someone help me with rsync ?17:46
robertparkerxrsync -a root@IP:/path/to/copy /copied/path how do I add the port?17:47
ikoniarobertparkerx: shouldn't need to17:48
robertparkerxssh isn't on standard port17:48
robertparkerxits on 802217:48
fleabeard--port=802217:49
ikoniathen you'll need to tell it17:49
ikoniaor it assumes the default17:49
ikoniaputting ssh on non-standard ports is just a bad idea17:49
lordcirth_ikonia, why is that?17:51
ikoniathings expect certain ports, persmissions, etc, the second you start changing them you have to customise everything17:52
ikoniaand it gives you little/no value17:52
robertparkerxthank you so much17:57
how2hackdo i need to enable any ssh configuration so i can do local forwarding?18:02
=== mhcerri_ is now known as mhcerri
=== murthy is now known as phoenix_firebrd_
CarlFKwhat/where defines what modules are in initrd ?18:14
ikoniaCarlFK: it's defined by hoooks isn't it - that do a generte initrd on change18:15
CarlFKfriend wants to pull a module out.  i realized I don;t know how they get in there in the first place18:16
EriC^CarlFK: look into /etc/initramfs-tools18:17
tomreyngrep ^MODULES /etc/initramfs-tools/initramfs.conf18:17
arooniif i have ubuntu 18.04 ; is there a way i can run kde instead of gnome-shell without having to reinstall everything?18:20
=== bogdan is now known as Bogdar
CarlFKfun game to play with friends!!!   # dep - Try and guess which modules to load.18:21
tomreyn*maybe* "blacklist <module>" in /etc/initramfs-tools/modules will override one. but more likely you'll need to create a whitelist there and set MODULES=dep or =list18:21
EriC^arooni: you can install the kubuntu-desktop package18:22
tomreynarooni: sudo apt update && sudo apt install kubuntu.desktop18:22
tomreynarooni: sudo apt update && sudo apt install kubuntu-desktop18:22
tomreyn^ typo fixed18:22
pragmaticenigmaarooni: once installed, logout, then select KDE desktop from the dropdown on the login screen18:23
tomreynif you want to switch to sddm, make sure it's installed and sudo dpkg-reconfigure sddm18:23
aroonioh wow 1GB of extra things to install18:23
* pragmaticenigma wouldn't have gone there... switching DMs is a nightmare18:23
aroonido all apps for ubuntu work in kde?  or do you have to have kde specific apps18:23
aroonii wish gnome-shell didnt seem to be so buggy/resource intensive18:24
EriC^arooni: same apps works18:24
pragmaticenigmaarooni: KDE requires more system resources than Gnome Desktop18:24
tomreynas long as you have gtk3 libs installed, gtk3 applications will work18:24
OerHeksi would not put desktop on desktop, but make a seperate partition18:25
tomreynyou mean a separate installation?18:25
aroonii often end up with 60% + cpu usage of gnome-shell;18:26
OerHeksoh, type, thanks tomreyn18:26
aroonii turn off extensions then back on and resource usage goes way down18:26
tomreyn:)18:26
pragmaticenigmaarooni: perhaps figure out what exentions you actually need and remove the ones you don't18:26
fleabeardarooni, ubuntu-budgie works pretty well when overhead is a concern. That's if you don't mind the top panel doing its own thing regarding applets not staying in their fixed positions, lol18:27
=== phoenix_firebrd_ is now known as murthy
M_rootсалам алейкум, славяне18:45
lotuspsychje!ru | M_root18:46
ubottuM_root: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.18:46
maeudtomreyn :)18:47
=== murthy is now known as phoenix_firebrd_
=== phoenix_firebrd_ is now known as murthy
tomreyn?18:55
maeudHi18:59
afx__Hello ! trying to setup a gobby server following this http://crteknologies.fr/wiki/software:gobby . Can someone please tell me what this does ssh -N -L<port>:<server>:<port> <user>@<server>&??19:00
maeudif anyone else comes across my issue with apt-get getting stuck at 0% working, it was caused by using the DNS shortname (server1) rather than the full hostname (server.domain.com)19:00
=== bs_ is now known as bs
maeudafx__: do man ssh19:01
leftyfbafx__: man ssh # will tell you what the -L does19:01
maeudlook at what -N does, then -L19:01
afx__ok will do19:01
=== Richard is now known as Guest33965
=== JanC_ is now known as JanC
=== Jabbslad_ is now known as Jabbslad
=== BaW_ is now known as BaW
=== horus125_ is now known as horus125
=== cswl_ is now known as cswl
=== stryx`_ is now known as stryx`
=== themattbeballin is now known as WARBIRD199
=== mnepton is now known as mneptok
=== catalase is now known as Guest99170
=== beaver_ is now known as beaver
=== Taco is now known as Snoopy
=== Snoopy is now known as Taco
=== ztrawhcse is now known as elibrokeit
malwar3hun73rcan someone recommend a backup tool to push to webdav?19:26
malwar3hun73ri tried rsync, but that kept breaking as did duplicity19:27
=== sinner is now known as Guest56125
leftyfbmalwar3hun73r: how does rsync break? Also, why use webdav?19:30
horus125hey could anyone help me set up Netflix on chromium (I can't install chrome because it's 32 bit machine)19:30
malwar3hun73rleftyfb, the service i pay for only offers webdav support on linux19:30
tewardhorus125: pretty sure that Chromium doesn't have the DRM support necessary for Netflix to work right19:30
tewardyou could try Firefox.19:30
malwar3hun73rleftyfb, rsync just stops responding after syncing a few files (maybe this is on the server end?)19:30
leftyfbmalwar3hun73r: try --progress19:31
malwar3hun73rleftyfb, yeah, using that - it just stops responding19:31
horus125teward: shame :(19:31
malwar3hun73rleftyfb, one (possible) drawback of rsync is that it doesn't keep any local knowledge of what it's sent19:32
malwar3hun73ris there a tool that offers taht capability?19:32
lordcirth_malwar3hun73r, I suspect the best answer is to just not use webdav...19:32
leftyfbmalwar3hun73r: why do you need "local" knowledge?19:32
lordcirth_However, the problems I've seen with webdav occured when copying nested directories into it. So maybe tar it all first?19:32
malwar3hun73rleftyfb, i don't "need" local knowledge, just seems like that would make for a more efficient process19:33
ikonianot really19:34
ikoniait takes an index of what it has and what the remote has and only sends the delta19:34
ikoniaseems pretty efficient19:34
dim334Hi, is there some way to get a shell from grub. I switched out a disk and when the time comes to mount that partition boot hangs.19:34
ikoniadim334: grub is a shell19:34
ikoniait's quite limited in it's function but grub has an inbuilt shell19:35
dim334can I edit files and mount disks?19:35
ikoniadim334: no19:35
ikoniadim334: it can certainly interact with disks though, eg: read them19:35
dim334I'm downloading the latest live cd to get into the system from there19:35
ikoniaok ?19:36
malwar3hun73rleftyfb, duplicity actually seems to be working, but --progress is borked - is there something similar that accurately reports progress19:36
dim334I was wondering if there is a way to edit fstab without livecd19:36
leftyfbmalwar3hun73r: personally, I would find another backup service that provides a protocol that is useful for backups.19:36
ikonia--progress works just fine19:37
malwar3hun73rikonia, for me it just says ETA stalled19:37
ikoniamalwar3hun73r: yeah, because it's not backing up19:37
ikoniaso it's correctly advising you it's stalled19:37
ikonia"it works"19:37
malwar3hun73rhttps://login.launchpad.net/k95oqCuMcmf9zPoj/+decide19:37
=== murthy is now known as phoenix_firebrd_
malwar3hun73ror, it's like this bug that everyone is discussing19:38
malwar3hun73rhttps://bugs.launchpad.net/duplicity/+bug/148284119:38
ubottuLaunchpad bug 1482841 in Duplicity "Progress not working with many backends" [Undecided,Confirmed]19:38
malwar3hun73rikonia, ^19:38
=== phoenix_firebrd_ is now known as murthy
ikoniamalwar3hun73r: yeah, that's duplicity19:38
malwar3hun73rleftyfb, that's what i said, --progress is borked with duplicity19:39
ikoniamalwar3hun73r: was it not suggested to use rsync19:39
malwar3hun73rrsync hangs - which could be the backend19:39
ikoniamalwar3hun73r: I don't think it is19:40
leftyfbmalwar3hun73r: have you tried straight rsync? No duplicity involved?19:40
ikoniamalwar3hun73r: what backend are you talking about with rsync ?19:40
malwar3hun73ryes19:40
malwar3hun73rwebdav is the backend with rsync19:40
ikoniamalwar3hun73r: that's not the backend19:40
ikoniathat's the target19:40
malwar3hun73rerr, i'm syncing to webdav... right19:40
ikoniaor have I missunderstood19:41
ikoniaright, so the "target"19:41
ikoniathe source is there the data is held, the target is there the data is put19:41
malwar3hun73rcorrect19:41
leftyfbmalwar3hun73r: rsync -av /path/to/local /path/to/webdav/mount19:41
ikoniaso what is "backend"19:41
malwar3hun73rbackend is a provider a pay for that only offers webdav for linux19:42
ikoniamalwar3hun73r: no idea what you're talking about19:42
ikoniayou mean the host you're backing up to runs webdev as a paid service19:42
malwar3hun73rcorrect19:42
leftyfbmalwar3hun73r: rsync -av /path/to/local /path/to/webdav/mount19:42
ikoniaso not a "backend" just a webdav file system19:43
malwar3hun73rright, i know the syntax, but rsync hangs19:43
malwar3hun73rand, by "backend" i was meaning something on their end is hosed19:43
=== j0seph_ is now known as j0seph
malwar3hun73ri've also tried  some extra switches some seem to recommend with rsync to webdav, but they haven't improved things19:44
malwar3hun73rhttps://superuser.com/questions/192792/rsync-to-webdav-mounted-volume-very-slow19:44
=== EriC^ is now known as EriC^^
=== rud0lf is now known as hunter2
=== hunter2 is now known as rud0lf
ebol4I have a device with several ethernet interfaces, and I am using NetworkManager. I'd like each interface to get an IP address from DHCP when I plug it in, however, only the first interface makes a DHCP request when I plug it in, the others all stay without an IP address19:59
ebol4NetworkManager.conf: https://pastebin.com/KZyH58FY19:59
lordcirth_Does anyone have an example of when "snap list <snap>" would return more than one line?20:01
lordcirth_ebol4, what Ubuntu version?20:01
AngelKdeebol4, is ubuntu 16.04 or 18.04 ?20:02
=== sinner is now known as Guest7777
=== r3v_ is now known as r3v
=== X230t is now known as \\server\share
soundee2did anyone had an enclouter with turtl selfhosted server?20:12
lordcirth_soundee2, what is your actual question?20:13
soundee2the turtl note taking app. it seems not to sync between an android device and linux pc20:14
leftyfbsoundee2: you'll have to contact turtl support for that. That is not a package that's available and therefore supported by Ubuntu.20:15
soundee2thanks! I already posted on their tracker, but there's no response. I thought than someone here has tried and might give me some directions20:17
neoncontrailsWhen I was a mac user, there was an awesome command-line utility I used to use (boom, I think?) for managing filepath aliases and jumping around the filesystem (e.g., "boom add myproject $(pwd)" would alias the current directory as myproject,  "$ boom myproject" would take you to the directory aliased as myproject, etc.)20:18
neoncontrailsIs there a linux equivalent of this?20:18
tomreynthere is "alias"20:19
TruenHerohi, i have a graphic tablet, with it i want to control browser as touch panel20:19
neoncontrailsI find it difficult to keep my path aliases organized... I source a separate  ~/.aliases  file just for filepaths, but it's a major chore to edit20:21
leftyfbneoncontrails: cdable_vars # https://stackoverflow.com/a/3983934620:21
neoncontrailsIf there's no such tool I can probably whip one up fairly easily, I'm just trying not to reinvent the wheel if possible :)20:21
leftyfbneoncontrails: make a function to add new aliases20:21
=== gurmble is now known as grumble
leftyfbneoncontrails: I send to use CTRL_R a lot. Or enable bash completion cycling20:24
neoncontrailsleftyfb: that's definitely one way to do it... but is there a good reason to store those path aliases as global variables instead of just putting them in a utility-specific lookup table?20:26
leftyfbneoncontrails: other than the fact that I don't know that any utility exists?20:26
ioriaand it's not global, btw20:27
neoncontrailsRight, I was just curious if there was a reason besides that. It's interesting to me that such a tool hasn't already been made (that we know of)20:27
=== Budgii is now known as Budgiit
=== Budgiit is now known as Budgii
=== windir is now known as urxtwin
=== iulian is now known as Guest81015
=== Budgii is now known as Distribution
=== Distribution is now known as Bungii
=== Bungii is now known as Budgii
=== Jaelae_ is now known as Jaelae
=== turin is now known as thurin
AppAraathi, is UEFI supported on the 18.04 mini.iso? According to this comment it is - https://askubuntu.com/a/1081584 - but I just wanted to double-check.21:11
AppAraatbecause as of now I boot from the USB stick which was flashed with mini.iso and it doesn't boot21:11
AppAraat(shows me a flashing cursor)21:12
=== murthy is now known as phoenix_firebrd_
lordcirth_AppAraat, UEFI is supported on all Ubuntu ISOs, I think21:15
FurretUberWhat is the proper procedure to add a preseed file to an Ubuntu ISO?21:15
lordcirth_FurretUber, https://help.ubuntu.com/community/InstallCDCustomization21:16
OerHeksAppAraat, indeed,  The mini iso lacks the proper files for booting the computer in UEFI mode.  https://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode21:21
OerHeksso, grab the server iso21:22
AppAraatso still true for 18.04?21:22
AppAraat(since docs could be outdated)21:23
OerHeksthe mini iso only, yes21:23
OerHeksall other iso's are hybrid21:24
AppAraatah hmm, I see.21:24
AppAraatwhat are actually the downsides of installing it compat mode?21:24
OerHeksdownside.. you can use all sorts of unsigned drivers21:26
AppAraatdoes Ubuntu provide signed drivers though?21:27
=== phoenix_firebrd_ is now known as murthy
=== rfm_ is now known as rfm
=== connxt_ is now known as connxt
ebol4sorry, had to step out for many meetings... reposting question....22:05
ebol4I have a device with several ethernet interfaces, and I am using NetworkManager. I'd like each interface to get an IP address from DHCP when I plug it in, however, only the first interface makes a DHCP request when I plug it in, the others all stay without an IP address22:05
ebol4NetworkManager.conf: https://pastebin.com/KZyH58FY22:05
ebol4this is ubuntu 18.0422:05
auctussometimes, but not every time, when i close my laptop, instead of going to sleep, it turns off... or when i open it it reboots, or something, but it isnt just waking from sleep22:06
auctusdell e7440 / 18.04.222:06
ebol4This works properly in Raspbian on a Raspberry Pi, so I'm not sure what the difference in configuration is.22:06
auctuswonder how i can figure out why22:06
ebol4auctus: does this happen only in Ubuntu? or in windows as well?22:06
OerHeksfor multiple network interfaces, maybe netplan is your solution https://netplan.io/examples#connecting-multiple-interfaces-with-dhcp22:10
OerHeksa short story https://www.linux.com/learn/intro-to-linux/2018/9/how-use-netplan-network-configuration-tool-linux22:11
sorin-mihaiin 18.04 is there any service manager used beside systemd? i know some service units are still in the old format and just want to make sure i handle them properly22:12
ebol4OerHeks: it also works fine if I just add all my interfaces to /etc/network/interfaces, but I need some features that NetworkManager provides22:13
FurretUberlordcirth_: I'm trying to use that steps but it's failing https://paste.ubuntu.com/p/Qx7vs4CYSb/22:16
OerHeksinteresting, a mix of /etc/network/interfaces and networkmanager22:16
johnnquit22:24
=== xs is now known as Guest28650
=== Guest28650 is now known as XSForce
=== XSForce is now known as Guest24361
bad63rtest22:46
=== PhilB_ is now known as PhilB
ahi2for me ubuntu wont install grub to dev/sda? whay is that?23:02
ahi2fresh install 18.0423:03
svetaahi2, what does it do instead of installing it?23:03
ahi2nothing. installer stops and crashes23:03
svetadoes it just close its window, or it gives you an error message?23:03
ahi2something about efi23:03
ahi2but i never installed efi before23:04
svetaif you could put that error message into this chat, that could be a bit helpful. and also the model name of the device which you are installing ubuntu on23:04
ahi2grub-efi-amd64-signed failed installation. acer 4750g laptop23:05
ahi2im not using efi and i dont have a uefi/legacy switch in bios23:06
ahi2never had this problem with 14.04 or 16.0423:07
OerHekshow odd, why would the installer make such mistake?23:08
svetai think https://askubuntu.com/questions/789998/16-04-new-installation-gives-grub-efi-amd64-signed-failed-installation-target suggests some people have this problem with 16.0423:08
ahi2hmm23:08
ahi2i wish the installer finished installing the system then i could use boot-repair23:09
ahi2didn't even ask me if i wanted to install in uefi mode.23:12
OerHeks Aspire 4750G use Phoenix UEFI BIOS ..23:12
ahi2ive never updated the bios23:12
OerHeksfirst make a check you got the latest bios, then follow the uefi manual, maybe in boot options you see the uefi part23:12
svetathanks for checking, OerHeks23:13
OerHeksPhoenix .. there is something about that, it needs to have a password set to get to other uefi boot options?23:13
ahi2i'll try setting a password23:14
rdhshould at least let you install/boot uefi without signatures, at least thats what most bios ive used allowed23:14
OerHeksif that laptop is clean, no windows in bios/uefi mode..23:15
OerHeksyes,it should23:15
ahi2no windows on my acer23:15
OerHeksoke, one less problem23:17
EdganAnyone know how to get Ubuntu 18.04 to auto assign secondary ip addresses to eth0 in AWS?23:20
pahttps://bugzilla.redhat.com/show_bug.cgi?id=148046023:25
ubottubugzilla.redhat.com bug 1480460 in screen "GNU screen gets killed on logout" [Medium,New]23:25
paseriously, in ubuntu too??23:25
paand reported in 2017 08???23:25
pabut ofc when RedHat is in the middle of something..23:25
feqqepenis23:27
sorin-mihaiEdgan, asigning a secondary ip to a network card is not enough. since the instance most likely uses cloudinit, if you define your vpc and dhcp settings correctly, it should get a 2nd ip23:29
sorin-mihaieither way, if you just tell netplan/networkd to add a 2nd ip to that nic, it won't work23:30
thisisitthere is an interesting problem happening with my installation23:31
thisisitthe internet is not working even though the symbol shows connected23:32
thisisitwhoops, lemme get bacak in a bit23:32
thisisitseems there are other issues at hand23:32
thisisit:D23:32
sorin-mihaipastebin 'ip a'23:32
thisisitok so I'm back23:39
thisisitI'll do the ip a23:39
thisisitthanks a bunch23:39
thisisitthe wireless is not working even though the wired is working23:40
thisisitthe paste is on here: http://paste.ubuntu.com/p/ZpWzKgbzzW/23:42
thisisitseems like my wifi is weirding out :(23:43
AppAraatis not being able to login (login incorrect) (one of the) expected outcomes of installing the mini.iso on UEFI systems in bios compat mode?23:43
AppAraatbecause installation seemed successful, but I'm just not able to login, which is pretty weird since when typing in the username prompt, it seems like the same keyboard layout.23:45
jeremy31thisisit: Is it a Broadcom wifi card?23:45
thisisitit is indeed23:45
Squarismhow do one up ones linux game. Not that i want to become bash script expert, but rather be more effective using it. Desktop Linux and shell23:45
thisisitI installed b43-firmware23:45
Squarism?23:45
thisisitis that not enough?23:45
thisisitSquarism: install gentoo23:45
thisisitby the time you get it to work you're going to be more than capacble23:46
Squarismhaha23:46
jeremy31thisisit: post URL from terminal for> lspci -nnk | grep -iA3 net | nc termbin.com 999923:46
AppAraatI'm able to install the server install in a bit but if someone wants me to troubleshoot further (because maybe possible bug) then I'll have this system up for a while if anyone wants.23:46
sonnes/gentoo/archlinux/ tbh23:46
thisisithttps://termbin.com/pgg423:47
Squarismso you mean i should decrease my effectiveness to negative in order to increase current level23:47
Squarism?23:47
sonneSquarism: more seriously.. you could take this approach: whatever you want to do, "force" yourself to learn how to do it from the terminal23:47
rfmAppAraat, I wouldn't expect the bios mode to have anything to do with it.   I would think it's much more likely you managed to typo the password twice during install (I've done it)23:47
Edgansorin-mihai: Right, I could manually set it, but I would prefer it to be dhcp style. The question is how do I configure it to do that. Out of the box I am getting just the first ip.23:47
sonneSquarism: also: google/ddg "alien bash tutorial" and read it whole. you'll thank me later.23:47
thisisitseems like the network is not being detected (jeremy31)23:47
rfmAppAraat, I'd boot in recovery mode and reset the password.23:47
ebol4I'm having a problem now where, on a device running Ubuntu 18.04 with Network-Manager, only one of my ethernet interfaces is performing a DHCP request on boot23:48
ebol4i have 3 ethernet interfaces all plugged into different subnets23:48
thisisitebol4: lief on hardmode23:48
AppAraatrfm: entirely unlikely to have mistyped (at least cosmically unlikely, and at least consciously maybe). I verified the entire thing twice.23:48
jeremy31thisisit: run the command and post URL, the firmware might not be the correct fix for your wifi23:49
thisisitjeremy31: https://termbin.com/pgg423:49
Edganebol4: cat /etc/netplan/50-cloud-init.yaml23:49
jeremy31thisisit: in terminal do> sudo apt-get remove bcmwl-kernel-source broadcom-sta-dkms23:50
jeremy31thisisit: then reboot23:50
thisisitdone23:50
thisisitbe back soon :D23:50
ebol4Edgan: i'm not using Netplan, sorry, should have mentioned23:51
Edganebol4: You did, you said Network-Manager23:51
ebol4NetworkManager is not Netplan23:52
Edganebol4: right23:52
OerHeksebol4, for multiple network interfaces, netplan is your solution https://netplan.io/examples#connecting-multiple-interfaces-with-dhcp23:54
OerHeks* with dhcp23:54
Squarismsonne, ok ill do that23:55
ebol4i can manage mutltiple interfaces fine as is, I'm just trying to figure out why, on boot, only one interface performs a DHCP request23:57
ebol4after boot, if i unplug and replug in an interface, it will immediately perform a dhcp request23:57
ebol4but on boot, if it is already plugged in, it will not perform a dhcp request23:57
thisisitI'm back baby23:58
thisisitjeremy31: here I am with no drivers23:58
thisisit:D23:58
jeremy31thisisit: post URL from terminal for> lspci -nnk | grep -iA3 net | nc termbin.com 999923:58
myAimSucksHey, does ubuntu 18.04 LTS still have automatic mouse acceleration, or am I dreaming. If yes, is it possible to get rid of it?23:58
_KaszpiR_myAimSucks I don't remember, probably it does but I bet guys which play QuakeWorld already solved that issue ;)23:59
tomreynmyAimSucks: Settings -> Devices -> Mouse & Touchpad -> Mouse -> Mouse Speed23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!