/srv/irclogs.ubuntu.com/2020/02/13/#ubuntu.txt

Sbur3Bashing-om: https://pastebin.ubuntu.com/p/RgCpJrM3p9/00:01
Sbur3Bashing-om: While I'm at it, I'd like to purge snap as a source of software, unless it would be a bad idea00:02
Bashing-omSbur3: One thing at a time - but sure one can purge snap.00:04
Bashing-omSbur3: "sysop@x1804mini:~$ tail -v -n +1 /etc/apt/sources.list.d/* >> tail: cannot open '/etc/apt/sources.list.d/*' for reading: No such file or directory". Where my directory is empty. What results: ' ls -al /etc/apt/sources.list.d/ ' ?00:06
Sbur3Bashing-om: https://pastebin.ubuntu.com/p/g5cpDGZhyW/00:08
Bashing-om!cosmic | Sbur300:09
ubottuSbur3: Ubuntu 18.10 (Cosmic Cuttlefish) was the 29th release of Ubuntu. Support ended July 18th, 2019. See !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2019-July/004996.html00:09
Sbur3Bashing-om: I saw that, but don't understand what it's doing there00:10
Bashing-omSbur3: ^ for now disable all those cosmic sources, once stable you can see if eoan has support,00:11
Sbur3Bashing-om: How do I get rid of that, as well?  I imagine that that is screwing something up00:11
Sbur3Bashing-om: Is there something to uncheck on that?  Uncheck Cosmic, I meanj00:11
Bashing-omSbur3: place a # character at the start of each line -cosmic.list file in all related directories as we hunt for why the directory does not parse by "tail".00:14
Sbur3Bashing-om: Inside /etc/apt/sources.list ?00:14
Bashing-omSbur3: IF you have a GUI sources, will be easier to disable in that GUI.00:15
Sbur3Bashing-om: What is the name for GUI sources?00:15
Sbur3Bashing-om: Or do I do something in /etc/apt/sources.list ?00:16
Bashing-omSbur3: Do not have your GUI so can not be specific: generally ' sudo -H software-properties-gtk ' should open the tool.00:19
Bashing-omSbur3: A quick look at /etc/apt/sources.list; I did not see anything obvious.00:20
Sbur3Bashing-om: The only things that are checked in "Other software" are http://ppa.launchpad.net/mixxx/mixxx/ubuntu eoan main ... and http://dl.google.com/linux/chrome/deb stable main00:24
Sbur3Bashing-om: So I can freely remove all the unnecessary sources ...?00:25
Bashing-omlemme see what I can learn about ppa.launchpad.net/mixxx/mixxx/ubuntu - looks strange to me.00:27
Bashing-omSbur3: mixxx is good :)00:29
Bashing-omSbur3: Try again - copy and paste - ' tail -v -n +1 /etc/apt/sources.list.d/* '. Making sure there are no typos.00:30
Sbur3Bashing-om: Stupid question, but without the leading and closing ' ?00:33
pragmaticenigmaSbur3, yes00:34
Bashing-omSbur3: the quotes are just to deliminate in here the string as a command.00:35
=== Loshki_ is now known as Loshki
Sbur3Bashing-om: I don't know if it is a good thing, but I am going through a "Refreshing software cache" procedure00:40
Bashing-omSbur3: Got me - we let it complete and take it from there.00:43
Sbur3Bashing-om: I'll be back tomorrow. It's almost 2am here and I work tomorrow morning ... but thanks so far for your support00:50
Bashing-omsboa: Ho-kay - ;) I expect I will be around later.00:50
=== bildramer1 is now known as bildramer
gbit86So I have a question.. does anyone know of an xkb remap example of where someone remaps a single key like the letter "A" or "LEFT" arrow but differently depending on whether Ctrl or Alt is being held down?01:24
gbit86I can pretty easily remap Ctrl+Left to anything, but I can't seem to also remap Alt+Left because the "replace key" in my xkb symbols file I think can only be triggered on a key like Left once..01:25
=== MICROburst1 is now known as MICROburst
gbit86I solved my problem.. for this interested https://github.com/rbreaves/kinto/commit/5d135afe5e3b792b80167b9cdcec269025c66d9102:10
gbit86xkb will support proper macOS word-wise functionality with those changes. The thing that many people talk about doing on google.. but nobody having actually done from how it appears lol.02:11
gbit86for those* interested02:11
sarnoldwow that's a lot more work than I expected02:14
=== de-facto_ is now known as de-facto
Grintz88when I enter enter the following I get an error that its unable to acquire dpkg front end lock, are you root? even though i'm using sudo02:44
Grintz88dpkg --list | grep 'linux-image' | awk '{ print $2 }' | sort -V | sed -n '/'"$(uname -r | sed "s/\([0-9.-]*\)-\([^0-9]\+\)/\1/")"'/q;p' | xargs apt-get -y purge02:45
Grintz88if I do sudo apt-get update it works fine02:45
Grintz88any idea what i'm doing wrong?02:45
sarnoldGrintz88: wild guess, try dpkg --list | grep 'linux-image' > filename ; cat filename | awk '{ print $2 }' | sort -V | sed -n '/'"$(uname -r | sed "s/\([0-9.-]*\)-\([^0-9]\+\)/\1/")"'/q;p' | xargs apt-get -y purge02:48
sarnoldGrintz88: (my theory is xargs may be trying to run the apt-get purge command while the dpkg --list is still executing)02:48
Grintz88sarnold: Same message02:51
=== zbenjamin is now known as Guest87344
=== zbenjamin_ is now known as zbenjamin
Grintz88basically what i'm trying to do is clean up old kernels that are still there. using apt-get autoremove or autoclean doesn't help, doing sudo apt-get purge linux-image-x.x.x.x-generic does02:54
Grintz88theres a ton of them and I don't want to do it one at a time, and the above command should work in removing them02:54
sarnoldGrintz88: have you seen /etc/kernel/postinst.d/apt-auto-removal yet? It should write a config file to describe which kernels to keep -- does it look fine? executable?02:58
rfmGrintz88, here's my old script for purging old kernels (I think it does everything but the running one) http://paste.ubuntu.com/p/N3SQr9sDHq/02:58
rfmGrintz88, if it's just the lock problem, maybe unattended-upgrades is running and you just need to let it finish?03:05
Grintz88rfm: Your script went through but didn't find anything to uninstall however if I do dpkg --list | grep linux-image, a ton of kernels are listed. It lets me manually remove it if I enter sudo apt-get purge linux-image-x.x.x.x-generic03:05
Grintz88rfm: If it was unattended-upgrades sudo apt-get upgrade would have given me a similar error, instead it goes through fine.03:06
sarnoldGrintz88: hmm, are those "a ton of kernels" listed as ii or rc?03:06
Grintz88sarnold: Nope03:07
sarnoldooh; what status?03:07
Grintz88sarnold: It looks like it has kept every kernel update i've done even though they are not listed in grub03:08
Grintz88lol this is weird, I put it in a bash script and ran it as root and it ran fine and is clearning out those kernels03:10
Grintz88thanks guys for helping, not sure why that works but it does!03:10
Zuvy#ubuntu+103:12
NewToLubuntuwould anyone happen to know what program I would use to fiddle around with dual monitor settings?03:38
NewToLubuntuI have a TV with a VGA input but my computer doesn't have a VGA output... but my MONITOR does03:38
NewToLubuntuwell, the monitor has a VGA port, which I know works for VGA input, but I'm wondering if it might serve a dual function as VGA output as well03:39
NewToLubuntuso as to act as an interim for my 2nd monitor, perhaps03:39
sarnoldNewToLubuntu: xrandr is probably what you want to start with03:40
sarnoldNewToLubuntu: there may be pretty gui things too, but I don't know those03:40
sarnoldI'm off, have fun :)03:40
NewToLubuntuI finally figured out the monitor flickering probably isn't a software issue03:41
NewToLubuntuI connected it to another desktop running windows and the exact same initial flickering03:42
NewToLubuntuguessing it's just old and failing and will need a new one, hoping to use my TV for a while03:42
NewToLubuntuit's only 720p but better than nothing I guess03:42
NewToLubuntuoh, later sarnold03:42
Bashing-omNewToLubuntu: cable video card failing ? hook the monitor up with different cable to another computer // see then if the flicker is present.03:44
=== anon is now known as BruceLee
=== BruceLee is now known as Bruce1337
NewToLubuntuoh yeah I did, still flickers :)03:59
NewToLubuntuI also swapped in a different cable to a different port, so it's got to be the monitor itself, not the cable03:59
NewToLubuntuwhat I'm experimenting with now is basically: my old desktop only has a DVI-D output, not a VGA output like one of the newer ones, and my TV only has a VGA input04:01
NewToLubuntuhowever my monitor has a VGA port which I know takes input... but I'm wondering if the VGA port could also send output to my TV rather than connecting my TV directly to the computer04:02
NewToLubuntuhook it up in a series or something04:02
gbit86Does anyone know how I can use RedirectKey to redirect to the Left or Right square bracket? AD11 seems to give me both..04:05
gbit86RedirectKey(key=<AD11>)04:05
Bashing-omNewToLubuntu: Never been there; can not say.04:05
leftistanyone run into a problem with torbrower-launcher ?04:06
gbit86I am an idiot.. my editor was completing the bracket.. nvm04:07
tomreynleftist: if so, there'll be a bug report hopefully. did you look for any, yet?04:09
NewToLubuntuugh I just realized, the solution is probably to find an S-Video cable04:09
NewToLubuntumy TV has an input for that and my monitor has an output04:10
tomreynleftist: https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher04:10
tomreyn!bug | leftist: if yours is missing:04:11
ubottuleftist: if yours is missing:: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.04:11
NewToLubuntulooks like it might only cost 2-3 bucks, not bd04:11
NewToLubuntublah, shipping. Makes more sense to buy one for 9 bucks04:18
NewToLubuntuI hate that I'm pretty sure I had an S-Video cable at one point, looks familiar, but I might have tossed it04:19
NewToLubuntushould've taken a stronger interest in these things but didn't realize I could use TV as a dual screen till today04:19
=== nt0_ is now known as nt0
brandonkalHello. Is there an elegant way to check if a program has been installed with apt/apt-get?05:41
gbit86Is it possible to detect if the keyboard input cursor is focused on an element waiting for input in x11?05:41
gbit86Like can I globally know if a user selected some text input vs clicked on the application header or some other UI element that is not an input box?05:41
gbit86I can't seem to find an answer to that question atm.05:42
tarzeaubrandonkal: check /var/log/dpkg.log*05:42
tarzeaugbit86: by asking the user, or looking at his screen?05:43
robertparkerxI am trying to install vsftp. I have created a user/password. I added the root_local to the config and userlist. I added the user to the userlist. I try to access ftp by IP:21 and it asked for a u/p. I enter what I created and it asks again. I don't know what I did wrong.05:43
gbit86I guess looking at his screen.. I kinda need to know globally so I can set some keymaps appropriately..05:43
brandonkaltarzeau oh man. I've got a lot of those. It'd be nice if `apt show` gave this info.05:44
tarzeaubrandonkal: i for one, only install stuff with apt, so i know: there's this tool05:44
tarzeaubrandonkal: you could check dpkg -l (and -L)?05:44
gbit86Essentially macOS I believe will allow the user to press Cmd+Left/Right while a textbox has focus to move the cursor to the end or beginning of the line, but if no textbox is highlight on a browser then it becomes a back and forward button.05:44
tarzeaubrandonkal: https://github.com/alexmyczko/autoexec.bat/blob/master/sw05:45
tarzeaubrandonkal: what are you really trying to find out?05:45
gbit86Only way I know to replicate that behavior is to monitor if the keyboard focus on an app has a blinking cursor or not..05:46
gbit86I just don't know if that can be done with x11 or not.05:46
gbit86Probably also goes well beyond what any automation app currently does in linux..05:46
tarzeaugbit86: there's strace, gdb, xkb, uberkey, maybe one of them is helpful?05:46
brandonkaltarzeau how I installed yarn. I see it with `dpkg -l | ag yarn` so it looks like it was with apt vs say npm/homebrew.05:46
tarzeaugbit86: you'll need to know which terminal emulator person runs, and what desktop environment/window manager05:47
gbit86I am hoping for more of a C library to help me out tbh.. I am currently hooking into xlib to do a lot of what I am doing.05:47
tarzeaubrandonkal: never seen a person install/use homebrew on linux, but interesting05:47
tarzeaugbit86: linux kernel with LD_PRELOAD?05:47
tarzeaugbit86: google it, and monitor what you look for, but that'll be fun depending on user users wayland or x1105:48
gbit86DE doesn't really matter tbh with me tied into xlib/x11, but yes.. on wayland it is a different ball game and DE's will likely be in play and what I am asking as far as text input will probably be impossible on wayland.05:48
brandonkaltarzeau it is really nice for those long tail packages.05:48
tarzeaubrandonkal: the only tail i know is the tail package itself05:48
tarzeaucoreutils it's that actuall for /usr/bin/tail05:49
gbit86@tarzeau I am not using LD_PRELOAD or doing anything on the kernel level.. I can link you to me source though.05:49
tarzeaubrandonkal: i haven't touched npm myself05:49
tarzeaugbit86: you can visit our office in zurich for help05:49
gbit86@tarzeau this is the source of kintox11, but yea I am hoping to add some additional code to detect the element being focused on (text input boxes specifically) as well. https://github.com/rbreaves/kinto/blob/master/kintox11/src/kintox11.c05:50
gbit86@tarzeau sure, if you'll fly my over from the states - I'm more than ready to leave Trump country.05:51
gbit86me over*05:51
tarzeauif it's paid :)05:51
gbit86lol05:51
tarzeaugbit86: HOLY! macOS input style for linux?05:52
tarzeaugbit86: that was what i was looking for YEARS!05:52
tarzeau(being multilanguage reader/writer)05:52
tarzeauwindows/linux sucks absolutely05:52
tarzeaustar'ed05:53
brandonkal:) I mean long tail in the economic sense https://www.investopedia.com/terms/l/long-tail.asp i.e. the large number of niche packages (that would otherwise be just a binary download) homebrew is really good at managing.05:53
tarzeaubrandonkal: and debian is not?05:53
tarzeauubuntu archive sync is really fast, from sid (not testing like years ago)05:53
tarzeaubrandonkal: show me the packages you have to install with brew, i'll make deb packages05:53
gbit86lmao yea.. I've been thinking about it for years myself.. had stupid and silly scripts sorta doing the job but not really up until about 3-5 months ago when I started over again and figured out an easier way that gives me a lot of the coverage without doing a bunch of hacky one off type shit with specific apps or xmodmap fixes with python or bash and xprop.05:54
tarzeaugbit86: https://repology.org/projects/?search=kinto nobody has kinto packaged????05:54
tarzeaugbit86: which languages do you input regularly? left-to-right only?05:54
tarzeaulinux sucks if you want to write swedish,french,german,polish,turkish in a sentence05:55
tarzeauon macOS, no problem05:55
gbit86nah, lol. I probably need to make one particular addition to it before it can be packaged.. add an actual system tray (for DE's that support it) and a UI so it can be configured after the python setup.py installer as well. Currently you have to run the python setup file to install it.05:55
tarzeaugbit86: you're the author of kinto?05:55
gbit86@tarzeau I only use english keyboards.. although I do have a japanese keyboard too that I have not tested it with yet. I know I have at least one french and german user though liking it.05:56
tarzeaugbit86: /me too, english keyboar only05:56
gbit86I am the author yes, but I have taken lots of open sourced code and examples from others, it is properly cited and everything as well.05:56
brandonkaltarzeau some examples (some may have deb pkgs) k9s, kapp, ytt, jid, sops05:58
gbit86@tarzeau I am kinda surprised that I seem to be the first one that has actually taken the time to put this all together tbh.. I really kinda hate all the other solutions I had been looking at and the labor intensive nature of creating individual keymaps in autokey, xautomation, xsdhck or whatever it is called and xte.. they all look painful to maintain and manage tbh. And I do not want to be intercepting any keys I just05:58
gbit86want it laid out right on the xkb level period.05:58
tarzeaugbit86: /me downloads and checks the license and wants to test it05:58
gbit86k lol05:59
tarzeaugbit86: if you ever need deb (source) packages http://phd-sid.ethz.ch/debian/kinto/05:59
tarzeauif you don't mind i'll put them into debian, and all the others will get it from debian (ubuntu, raspbian, devuan)05:59
gbit86@tarzeau Ah nice! I will actually, I was just trying to wait till I wrote the system-tray app to go along with it. (not sure when that will be.. I am also looking for a job atm so that's really my bigger priority). I don't really write GUI desktop apps lol, more of a web dev.06:01
gbit86@tarzeau and sure you can make into a deb, if you give me the url or if you add it to a repo just let me know and I will update a ticket for one of my users that had been asking.06:04
gbit86@tarzeau - I just wish users didn't have to run the setup.py after a deb install though. Would rather have a tasktray appear or have a GUI app for the initial configuration, because I do need to ask the user a few questions due to the variety of keyboards out there. I am support 3 platform keyboards plus 3 additional possible configurations, so 6 in total. I initially tried automating that process but I think it is better06:08
gbit86that I just ask the user, there's pros and cons to some of them. Specifically Chromebooks and Apple keyboards will need slightly different configs setup depending on what you are wanting to do or if you are using a 3rd party Apple keyboard or linux in a VM even while using an official Apple keyboard with macOS as the host.06:08
gbit86If you could force the setup.py to run after the deb install that could help lol.06:09
gbit86what is it about macOS that allows for you to type in multiple langauges easier than linux @tarzeau?06:21
tarzeaugbit86: press u for a long time06:36
tarzeaugbit86: or any letter and get all the language alternatives displayed to select by number06:36
tarzeaugbit86: kinto is doing that, no?06:36
gbit86Ah.. yea no I did not know about that.. so no lol. I have not even attempted that!06:37
tarzeau:'(06:37
gbit86But I guess that is something that really should be added to the list..06:37
tarzeauthen what is kinto good for?06:37
tarzeaui already use livecd.gnustep.org06:37
tarzeauwhich does the meta keys right, unlike all others, and it can be configure graphically06:37
gbit86Kinto is particularly good for coders and people that switch between the terminal and the rest of the gui apps on the system.. as even the terminal apps will allow for a normal copy and paste like macOS does.06:38
tarzeauah it's standardizes copy/paste06:38
tarzeaunot in qt it's that, in gtk, this, in x something else, emacs something, vi else, gnustep different?06:38
gbit86Yep.. the position of the Cmd key will become Ctrl+Shift automatically the moment the focus changes to the terminal.06:38
tarzeauwhat about screen copy paste buffers?06:39
tarzeauany terminal?06:39
tarzeautried with terminal.app? cool-retro-term?06:39
gbit86yea, I am not really messing any with the screen copy and paste buffers, so if macOS handles that differently then I am unaware.06:39
tarzeauscreen as in gnu screen, the console program06:39
tarzeauno macOS is the same, doesn't care about gnu screen06:40
tarzeauthe point is in browser i use ctrl-c, in gnome-term it's ctrl-shit-c06:40
tarzeaubut in terminal it's alt-c06:40
tarzeauand i use a mac keyboard of course06:41
gbit86right, I am vaguely familiar with screen, mostly use tmux myself.. but I really use yank or any of the copy and paste stuff in the terminal.. I will highlight with my mouse though and copy on the OS/GUI level lol.. I am lazy.06:41
tarzeauthe highlighting doesn't work everywhere06:41
tarzeaunow i understand what you wanted, with the highlighting, x11 copy mode06:41
gbit86Ah, yea and initially I had been mapping Super in the Cmd key position while the terminal was in use.. I only figured out how to map to both Ctrl+Shift at the same time on the Alt/Cmd key position like a week or 2 ago lol.06:42
tarzeaufor macOS to linux migration, it's best to go GNUstep, since it comes with Services menu, and proper file save/load dialogs and font selectors06:42
tarzeau(unlike gtk/qt/all/others)06:42
gbit86Ah, nice.. I guess I should really checkout GNUstep then lol.06:43
tarzeauabsolutely!06:44
gbit86My goal with http://kinto.sh is to just make it so that Ubuntu/Debian and other linux users can just install it and have macOS like keymaps without having to modify a single preference for any app. I want all of that logic handled inside my json files already. At least for the major and most common apps.06:44
tarzeaugbit86: sounds good! i'm working on the package, i'm not done yet, and tarzeau=@alexmyczko :)06:45
gbit86But for the most part I feel like I probably already have some 90-95% coverage with how it is, besides the language stuff you were talking about.06:45
tarzeauwhat about the function keys? play/pause/fastforward/rewind?display lighter/darker?eject optical drive?06:45
tarzeaucan you map them to a software being launched? for f3/f4?06:46
gbit86Hmmm.. I had not thought about them any actually but it would make sense to put that on a roadmap of some sort. I make note of that, and update the readme with a roadmap.06:47
tarzeau:) looking forward06:47
gbit86I am sure it can be done easily enough with xkb, symbols and types.06:47
tarzeautrying to build fails for me like this: http://phd-sid.ethz.ch/debian/kinto/kinto_1.0.5-1_amd64.build06:47
tarzeaumaybe i should find/read the how to build this manual06:47
gbit86Ah, yea I was having issues with my makefile.. so I left it in a comment on how to build06:48
gbit86gcc -L/usr/local/lib/ kintox11.c -ljson-c -lXmu -lXt -lX11 -O2 -o kintox1106:48
gbit86that's the command but you really need to install the json-c library first so you can include the static libraries it needs, otherwise it will break on most distros needing that dependency.06:49
gbit86I don't write my own apps very often or I would have worked out how to make a proper Makefile for it.06:50
tarzeaucan i just get master and it'll work?06:52
tarzeauinstead of patching around?06:53
tarzeau1.0.5 is what i was trying06:53
gbit86yea, master should work just fine, the setup.py is really just doing the initial setup. The kintox11 binary will get installed to ~/.config/kinto/kintox11 location after the setup.py finishes and a systemd service will start up.06:54
tarzeaugbit86: will it work if PREFIX is defined?06:54
tarzeaubecause at package creation i don't want it to install to the system but a subdirectory to where it's build, that gets into the package06:54
* tarzeau will figure06:55
gbit86Ummm I don't guess I know lol.06:55
gbit86Oh well yea it is designed to only modify files in the user directory.06:55
gbit86There is nothing about Kinto that will install or modify system level files.06:55
tarzeauwhat if someone has got no systemd?06:55
gbit86Well.. I guess you are screwed until someone writes support for it. I only worked it out for systemd lol.06:56
tarzeaui don't like packages sneak in automatic start stuff, so i'll just throw it into README.Debian file06:56
gbit86I don't think it'd be very hard to add support though.06:56
tarzeaui'll write it. i hate systemd06:56
tarzeaudead easy!06:56
gbit86Sounds good!06:56
tarzeaui wonder how much time you wasted for the systemd support06:56
gbit86All the systemd service is really doing is running the ./kintox11 binary.. that's it and as long as the user_config.json file is in the same directory (and already configured and placed there by setup.py) it'll run no problem.06:57
tarzeaui see06:57
gbit86Oh lol.. well yea.. some time indeed, but tbh a lot of the faults I ran into had more to do with my code than systemd. Needing to add timeouts, and better error handling for if the opendisplay x11 stuff taking longer than expected to startup on some systems.. or not using Display 0 and using 1 instead.. stuff like that.06:59
gbit86It's pretty stable now, but it was nice having systemd restart the service for me initially as there were also cases of the BadWindow stuff from x11 not being handled well, but that is also being properly handled now.07:00
tarzeauwhat about multidisplay systems?07:00
tarzeausay i have 4 screens or more?07:00
gbit86I am sure it'd work fine.. although here lately since the rewrite I have only really tested it on a single monitor. Same concept though as my earlier bash script with xprop, so it should handle it fine multi monitor.07:01
gbit86I've tested it pretty thoroughly on Ubuntu 19.10, a little on 18.10 and Pop!_OS (19.10). Pop!_OS gave me the most fits but it does work well on it now lol.07:03
tarzeauwhat about man kintox11 ? a manual page?07:03
gbit86Also tested on GalliumOS (Chromebooks)07:03
tarzeau: pybuild base:217: python3.8 setup.py clean07:03
tarzeauTraceback (most recent call last): File "setup.py", line 33, in <module>07:03
tarzeauos.mkdir(homedir + "/.config/kinto")07:03
tarzeaui need to turn that off07:03
tarzeauotherwise i can't build a debian package07:03
gbit86I have no manual for kintox11 atm, it accepts no arguments, just a json file. I do have a medium article I can link to that explains the json configuration that could easily go into a manual page I suppose.07:04
gbit86k07:04
tarzeauah now patching:     copyfile("user_config.json", homedir + "/.config/kinto/user_config.json")07:05
tarzeau  File "/usr/lib/python3.8/shutil.py", line 259, in copyfile07:05
tarzeauhaha now building it, it gets interactive and asks me if i have Windwos Mac or Chromebook...07:06
tarzeaumaybe i just shouldn't build it with pybuild07:06
gbit86lol yea, I kinda rushed through that setup.py tbh. I wanted to write a GUI app for it.. but I also knew I just needed to get it out there to get some feed back the last few weeks.07:07
tarzeauhttps://github.com/rbreaves/kinto/tree/master/kintox11/binary this should be empty in the tarball/github07:07
tarzeauremove the binary kintox1107:07
tarzeauit must be built by the build system07:08
gbit86sounds good07:08
tarzeauso what's the build system (if any) for src/kintox11.c ?07:08
tarzeauyou use cmake? makefile? something else?07:08
gbit86This is the medium article I wrote explaining the json config files and their purpose. Some tweaks and changes may have occurred to them, not sure. https://medium.com/@benreaves/kinto-v1-0-released-2018e6401d2e07:08
tarzeauwhat is the python good for (just the installer?)07:08
tarzeaui saw that07:09
gbit86I just run the command in the comments atm lol07:09
tarzeauwhere can i fint the comments on github ?07:09
tarzeaui'd make a Makefile, it's easy, want PR?07:10
gbit86I was trying to use a Makefile initially, but kept having issues with json-c and once I finally got it working directly via the command line I just didn't mess with the Makefile.. all I know is that json-c has to be statically linked or kintox11 will fail on most systems. And oh yea it works on ElementaryOS as well, I have tested that too (and it does need json-c statically linked inside kintox11)07:10
gbit86Sure! If you want to do a pull request I'll accept it!07:10
tarzeauno problem, just copy  paste me the command again07:10
tarzeauahh 07:48 < gbit86> gcc -L/usr/local/lib/ kintox11.c -ljson-c -lXmu -lXt -lX11 -O2 -o kintox1107:11
gbit86The comments to compile are in the kintox11.c source code.07:11
gbit86and yea, posted above07:11
tarzeaulol, ok great :) obvious, could've looked at it07:11
gbit86I actually didn't even know about O2 being optimization till I saw something on Super Mario 64 not being fully built with O2 for the North American release last week lol.. and I was like wtf is O2 😂07:12
gbit86Well I need to crash for the night, I appreciate the help @tarzeau, I'll take a look at accepting whatever PR's you make a bit later. And I will remember to update the readme to add a roadmap for looking into including similar type of language support, and media keys as macOS.07:19
jenenliuhi guys, I try to install deepin desktop to ubuntu, I've add ppa:leaeasy/dde to apt repo, when when I run `apt-get update`, there is an error07:23
jenenliuhttp://ppa.launchpad.net/leaeasy/dde/ubuntu eoan Release do not have Release file07:24
jenenliuhow can I fix this? thanks in advance07:24
ducassejenenliu: that ppa does not have packages for 19.1007:36
jenenliuducasse: is there a new ppa that have packages for 19.10?07:44
ducassejenenliu: i don't know, you'll have to search launchpad07:45
jenenliuducasse: got it, thanks07:47
ducassejenenliu: or talk to the ppa maintainers, and ask them to provide packages for eoan07:50
jenenliusure, I've searched, there's no one, thanks07:51
ilhamihey07:55
ilhamihow well does MSSQL run on Ubuntu? can you feel a difference between it running on Ubuntu and Windows?07:56
SuperLagAs far as branding/differentiation, does Ubuntu use any different color/design logos for dev/test versions, compared to the mainline logo?07:56
ducasseSuperLag: other than dev releases getting new backgrounds and often changes in themes that are carried into release, not afaik08:00
SuperLagducasse: thanks08:03
hans_why does https://launchpad.net/~ondrej/+archive/ubuntu/php/ ship a custom openssl build?08:05
Euph0riaGood day all!08:06
hans_gday08:09
ducassehans_: it's most likely a dependency of (an)other package(s) in the ppa08:30
AurorAWOLHi I am having a heck of a time trying to figure out as to why my Ubuntu Server 18.04 is not showing up on my windows machines under the network. All my machines are on the same network and I have changed samba to the same workgroup.09:10
tarzeaugbit86: pr sent09:11
AurorAWOLI can type the ip address and find the shares but it wont show up under network. Only reason this is important is because I use it to store backups and without it showing up under network I wont be able to select it for a backup location09:11
AurorAWOLOk lol I narrowed it down. I just checked on another machine running windows as well and the name is showing up there...09:13
AurorAWOLWould that be a firewall issue?09:14
ilhamihey09:17
ilhamihow well does MSSQL work on Ubuntu?09:18
ai_lionAurorAWOL: Looks like a Windows issue? Ask Microsoft for help?09:19
ai_lionilhami: NOT for production09:20
ilhamiai_lion, why not?09:20
AurorAWOLlol09:21
AurorAWOLThe reason I am asking here ai_lion is I am wondering what ports samba needs open09:21
ayew137-139 are smba I think09:23
ayewsamba*09:23
ayewLDAP and Active Directory need addtional ports09:23
AurorAWOLThank you  also getting mixed info about port 445 as well09:24
ai_lionAurorAWOL: Google: samba port firewall09:24
ayewoh yeah, I think 445 replaced one of those ports in the 137-139 group. check google, it should be pretty easy to find.09:24
AurorAWOLGoogle isn't the answer to everything. I obviously tried that first ai_lion09:25
ayewhttps://www.cyberciti.biz/faq/what-ports-need-to-be-open-for-samba-to-communicate-with-other-windowslinux-systems/09:25
ai_lionilhami: You won't get a SLA from that, so NO SLA = NOT for Production.09:25
ayewfirst result for me09:25
ilhamiI see09:26
ondrej008hello09:51
ondrej008I just chmoded 777 my entire root directory09:51
ondrej008is this bad or am i fine09:52
geirhait's bad09:52
ondrej008how can I fix it, then?09:52
geirhaat least, if it was recursive09:52
ondrej008doesn't look like it was recursive, thankfully09:53
luna_18.04.409:53
geirhaok, so you only changed / ?09:53
ondrej008yes09:53
geirhathen   chmod 755 /09:53
ondrej008ok thank you09:53
ondrej008have a nice day09:53
b247_euhello, please help with network manager and ipsec, i can connect from shell using ipdec up but any network-manager plugin won't work. any advise will help, my primary concern is to not forget that I'm connected to vpn so a gnome plugin that shows my ipsec0 ethernet state up will help10:05
=== beaver is now known as marionnettiste
R13osehow come my machine randomly logs me out sometimes?11:38
ducassecheck the logs for errors11:40
R13osewhere is the log?11:43
ducasseuse journalctl11:43
ph88hello11:45
ph88i have from the openvpn server a zip with a ovpn file and a crt file, what to do with this crt file ?11:45
ph88oh turns out i don't need this file11:49
ph88looks like i made a connection .. how do i start using it with firefox ?11:51
R13oseWhat am I looking for in journalctl?11:57
=== The_Milkman1 is now known as The_Milkman
ducasseerror messages, anything indicating a crash12:00
ducasselook at the messages around the time you got logged out12:00
R13oseConfusing12:06
vodiylikHello everyone! Who can say me when we can donwload Ubuntu 20.04 LTS final release?12:06
ducasse!ubuntu+1 | vodiylik12:06
ubottuvodiylik: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+112:06
fradim looking for an .odt file: 'NGDA.odt', but I have no idea where to find it. How do I recursively look for it?12:11
ondrej008frad: try the "find" command, should be "find / -name NGDA.odt"12:14
=== zenguy is now known as coffeeguy
fradondrej008, I tried it with sudo, it returned 'invalid argument'12:17
ondrej008What was the entire command?12:17
fradfind / -name NGDA.odt12:17
fradgot it, find / NGDA.odt12:18
ondrej008I have no idea what's wrong, but "sudo find / -name NGDA.odt" works for me.12:19
ducassefrad: you can also use 'locate', much quicker if it's somewhere that's indexed12:20
dan01How come we don't use vector graphics on the desktop for the UI?12:57
dan01I mean only vector graphics12:58
pragmaticenigmadan01: This channel focuses its efforts on Supporting existing applications where users are encountering potential bugs, system stability issues, or recovery. For discussion about the development of the UI, your question would be better served asking the development group in charge of Gnome Destop12:59
dan01pragmaticenigma: Sure, sorry13:00
pragmaticenigmadan01: You can find the gnome development team contact information here: https://wiki.gnome.org/Community/GettingInTouch/IRC13:01
ai_lionHey, I have d-i related question, but #debian-boot seems not happy to answer this type questions, so that why I'm here. XD13:10
ai_lionI'm working on build a Ubuntu-based respin, and I use `seeds` and `germinate` to generate pool/ and dists/.13:11
pragmaticenigmaai_lion: The focus here is support. If you're looking for development help there are specific channels for that13:12
robertparkerxwhere can I change libtorrent settings for rtorrent?13:19
onurcyukruk.rtorrent.rc should be in home directory13:19
onurcyukrukrobertparkerx: i just googled it13:19
robertparkerxI thought it was that but I cannot find https://imgur.com/a/58M5gIL13:21
robertparkerxit's setting for deluge but I'm using rtorrent13:21
robertparkerxI thought they use the same lib13:21
onurcyukrukrobertparkerx: use ldd to see shared libs rtorrent uses13:22
onurcyukrukrobertparkerx: i dont what you are doing but if it involves programming i was very comfortable with aria213:35
togoon Linux Mint I had an automatic notification of updates is there something similar on ubunto studio 19.10?13:44
ducassetogo: iirc there should be a setting in software & updates, though i don't use that myself so i can't confirm13:48
apurkrthow to upgrade kernel (semi)automatically, when I do not want to user "apt-get dist-upgrade"?13:51
apurkrtsince simple "apt-get upgrade" won't touch kernel13:51
=== LabMonkey is now known as Mechanismus
BluesKajHowdy all13:54
togoAloha13:57
togoHow do I configure the tolerance to grab an edge to rezise a window - its so tight and requzires too much fiddeling13:58
togoactually I mean corner resizing...13:59
=== Wryhder is now known as Lucas_Gray
ducasseapurkrt: use unattended-upgrades, you might need to adjust the config14:24
apurkrtducasse: thank you for your reply! - not an option for me though, the installation is on server, and I want to have control on when do I install the updates14:27
apurkrtducasse: thanks again14:27
lotuspsychje!crosspost | apurkrt for your next question please14:28
ubottuapurkrt for your next question please: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support.14:28
ducasseapurkrt: use a cron job that executes 'apt install linux-image-generic', that should upgrade the kernel only14:28
ai_lionWill there be official KDE support for Ubuntu?14:29
apurkrtubottu: ok, understood (I just got the impression this is more for desktop, hence I asked)14:29
ubottuapurkrt: I am only a bot, please don't think I'm intelligent :)14:29
lotuspsychjeai_lion: kde support when what?14:30
ai_lionI know that the origin Kubuntu has moved to KDE Neon14:30
apurkrtlotuspsychje: ok14:30
lotuspsychjeBluesKaj: one for you ^14:30
pragmaticenigmaai_lion: KDE has always been supported, and packages provided through Ubuntu's official software repositories14:30
ai_lionbut... he's now on behalf of KDE and we can still have a Ubuntu flavor for KDE, right?14:31
ai_lionThe question is: I don't see Kubuntu in Ubuntu seeds now.14:32
ai_lionhttps://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu14:32
pragmaticenigmaai_lion: Ubuntu Core is an entirely different flavor of Ubuntu, "like" Kubuntu is a flavor of Ubuntu14:33
ai_lionwow, I didn't know that14:33
oerhekshttps://community.kde.org/Kubuntu/Links#Seeds perhaps?14:34
pragmaticenigmaai_lion: Ubuntu Core is a reduce foot print of Ubuntu, developed and optimized to be installed on IoT devices... it's not meant to be a general purpose desktop/server operating system14:34
BluesKajai_lion, original kubuntu is still in play, kde-neon is different in many respects14:34
ai_lionso... which one is the correct repo I should use for Ubuntu-Server and/or Kubuntu-Desktop?14:34
oerhekssame repos14:35
pragmaticenigmaai_lion: The repositories that are installed by Ubuntu by default are the repositories you should be using.14:35
leftyfbai_lion: https://kubuntu.org/getkubuntu/14:35
leftyfbai_lion: if you already have ubuntu installed, just install the "kubuntu-desktop" package14:35
leftyfbai_lion: https://vitux.com/how-to-install-the-kde-plasma-desktop-on-ubuntu-18-04-lts/14:36
ai_lionLet me see... I'm building a respin, so I need a seed repo rather than a APT repo.14:36
ai_lion https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu is NOT the right one,14:37
oerheksseed repo ?14:37
ai_lionoerheks: Would you please have a look at this link?14:37
ai_lionThank you14:38
pragmaticenigmaai_lion: I just told you that Ubuntu Core is it's own flavor... so no, it would not be the correct source for your project14:38
leftyfbai_lion: the link you posted is for ubuntu-core, not anything related to what you are trying to accomplish14:39
ai_lionpragmaticenigma: Got it.14:39
pragmaticenigmaai_lion: Also, you were told earlier that discussion about development of a spin or flavor of ubuntu is offtopic for this channel. Use !alis to search and find a better channel for this discussion14:39
oerheksnever heard of seed repo, that ubuntu-seeds is just a list where packages are stored, universe,main and so on14:39
ai_lionNow I'm looking for the equivalent ones for Ubuntu-Server and Kubuntu-Desktop14:39
ai_lionoerheks: Sorry. I mean a git repo for seeds.14:40
leftyfbai_lion: https://people.canonical.com/~ubuntu-archive/germinate-output/14:40
ai_lionleftyfb: Oh, I get your point now.14:42
ai_lionbut I want to run germinate by my self...14:42
leftyfbai_lion: that is beyond the scope of this channel. Maybe try #ubuntu-devel14:43
ai_lion https://people.canonical.com/~ubuntu-archive/germinate-output/ is the output from a tool called `germinate`, which uses `seeds` as input.14:44
ai_lionAgree. Thank you~14:44
leftyfbai_lion: https://wiki.ubuntu.com/Germinate14:44
ai_lionleftyfb: That's exactly where a find the Ubuntu-Core stuff.14:45
ai_lionThat's exactly where I found the Ubuntu-Core stuff.14:46
ai_lionIn section Germinate Invocation, it says "bzr branch lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.hardy"14:47
leftyfbai_lion: you might want to talk to some of the developers. Those particular instructions are over 10 years old14:47
ai_lionSure~14:47
leftyfbthough it does tell you at the top "It is probably best to refer to the manual page instead and ignore the following."14:47
ai_lionThank you friends14:48
ai_lionI did that too. XD The manual has nothing special.14:48
ai_lionI've been working on this for several months, so I have read most of these related pages.14:49
ai_lionleftyfb: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/14:51
leftyfbai_lion: sorry, but we cannot support respins or their creations. What you are doing is beyond the scope of this support channel. Try #ubuntu-devel14:52
ai_lionThe content of this link should be what I need, but I can't find its git version.14:52
ai_lionI'll use that channel. Thanks a lot14:53
thenorihttps://i.imgur.com/62ti73q.png please fix your man-pages site ubuntu14:57
thenorithis is terrible design14:58
lotuspsychjethenori: this is not the complaints channel14:58
thenoriI need support tho14:59
thenoriwhy does it matter if it's emotional14:59
thenori;_;14:59
oerhekszom 220% ...lolz14:59
pragmaticenigmaEasy to support: On the keybaord press "Ctrl + 0"15:02
glambertHi, I appear to be unable to install Ubuntu on my new laptop from PC Specialist.  The spec is https://www.pcspecialist.co.uk/saved-configurations/lafite-pro-14/F2Nkynbgc9/   The BIOS is Insyde H2O and I only get Intel RST Premium for SATA Mode (I've seen a lot of suggestions to change to ACHI but I don't get the option)15:35
=== usersss is now known as niee
glambertI'm on the live USB now and `fdisk -l` doesn't show the NVMe, just the USB15:37
oerheksglambert, is this a UEFI machine ?15:37
oerheks!uefi15:37
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI15:37
oerheksturn off fastboot, for a start15:38
glambertyes, I have "UEFI Setting" under "Boot" in this crappy Insyde BIOS and I've got that disabled, options within it are IPV4, IPV6 and IPV4/IPV615:38
glambertsorry, within "UEFI Setting" I have "Network Stack" with those options, it's disabled15:39
=== Derogatory_Ternn is now known as foul_foul
pragmaticenigmaglambert: those are probably for network boot (PXE) settings... don't think they should have any effect on your install15:40
glambertunder "Advanced Chipset Control" I have "UEFI OS Fast Boot" and I have that disabled too15:40
pragmaticenigmaglambert: Is windows installed? did you "reboot" instead of shutdown the last time it ran (or disabled its fast boot/hybrid shutdown feature)?15:42
glambertit came with Windows installer as the default boot option, after several BIOS tweaks and boots into the USB resulting in no progress, I've completed that Windows 10 installation and shutdown via Windows normally15:43
BluesKajdon't forget about disabling secure boot as well15:43
glambertBluesKaj I don't think I have that option in Insyde BIOS15:48
BluesKajglambert, most W10 machines bios usually have that option, depends how buried it it might be in your BIOS15:50
=== foul_foul is now known as graciously_super
alkordaGood morning! Has anyone had success in integrating an Office365 calendar into Online Accounts?15:54
ducasseglambert: pretty sure you need to turn off rst for ubuntu to recognize the drive, talk to the manufacturer and ask if that is possible. some bios firmwares have options that only appear after setting a password, for example15:56
oerheksyay, firefox update 7315:59
glambertducasse PC Specialist won't offer any Linux support ... :-(16:00
glambertpassword thing isn't a bad shout, there is a section for that, so I'll try it16:01
wedrAnyone using Ubuntu 18.04.3 with Linux kernel 5.3.0-generic experiencing random freezes?   Looked online and saw someone mentioning how the 5.3 kernel had a regression which causes the freezing.  https://bugs.archlinux.org/task/6390916:01
glambertBluesKaj thanks, will have a dig16:01
wedr(I'm asking because I'm experiencing freezing, and I'm not sure if it's just anecdote or it's an actual widespread thing.)16:01
oerhekswedr, so you have no ubuntu running with 5.3?16:02
wedrI have Ubuntu running 5.316:02
wedrI'm experiencing random freezes, so I'm asking if anyone else is using Ubuntu with kernel version 5.3.016:03
oerheks5.1 runs fine here, that bugreport missing crucial info, like dmesg and such16:04
leftyfb5.3 also runs fine16:04
wedrhmmm16:04
oerheksalso, hardware might be different16:04
oerhekserr 5.1 > 5.316:04
wedrI have an HP laptop,  ZBook series16:04
wedrI constantly get random freezes, like 1 or 2 times per day16:05
alkordaHas anyone had success in integrating an Office365 calendar into Online Accounts?16:05
wedrme, alkorda16:05
wedrBut I used an application to manage this for work emails16:06
oerhekswedr, you might want to file a bugreport?16:09
oerheksi find none sofar16:09
wedroerheks, it is not that pressing of a matter though. I do plan on installing Ubuntu 20.04 LTS when that comes up16:10
leftyfbwedr: have you tried different GPU drivers?16:11
wedrleftyfb, No. I believed my work laptop uses an integrated Intel chipset.16:11
oerhekscheck the bios for intel shared memory?16:12
ducasseglambert: they should support their bios, though, which is what you want16:12
glambertthey should...16:12
ducassewedr: if you have an intel gpu, you can try the modesetting driver16:13
wedrok16:13
glambertI'll check back in later either way, gonna close off this live USB for now, thanks for the tips so far folks16:14
ducassewedr: create /etc/X11/xorg.conf.d and save https://paste.ubuntu.com/p/TNz7CHRKhw/ there as 20-modesetting.conf16:15
wedrducasse, update.  I did a lshw -c video, and saw that I'm using Nvidia nouveau drivers16:18
wedrWasn't aware this work laptop uses Nvidia16:18
alkorda@wedr What app do you use for Office365?16:29
wedrHe's offline. Shall I just reply normally?16:39
pragmaticenigmaI would appreciate it, but would ask that you only post it if it is using Ubuntu sourced options wedr16:42
wedrI don't know what "Ubuntu sourced options" mean.16:54
pragmaticenigmawedr: Means it is a application or configuration option that is in Ubuntu by default, or a package that you installed from the official Ubuntu software repositories16:57
sleehi, question...i'm using timeshift to make backups/snapshots...lets say i want to install a different distro and try it out(not vm)...lets say i don't like the new distro and i want to go back to my saed timeshift snapshot...can i install timeshift on the new distro, point to 2nd drive where snapshots are stored and restore my main back to my previous distro or does timeshift only restore back on the same distro(if this makes sense)16:58
leftyfbslee: you want to ask for help in ##linux16:59
sleealready have, thanks16:59
leftyfbslee: crossposting is discouraged16:59
leftyfbslee: your question is 100% unrelated to ubuntu17:00
=== coffeeguy is now known as zenguy
wedrpragmaticenigma, Ah, then it's Evolution17:29
pragmaticenigmathanks wedr17:30
=== graciously_super is now known as humbled_again
alipfyi, https://www.chesswob.org, chess without boundaries. free as in freedom. cheers.18:10
lotuspsychje_not here alip18:10
alipok, off for good. apologies. nn.18:10
RaptureCurious what tool people think is the best to transfer ~3TB of data (about 4k files) from one disk to another. Rsync is my first thought but maybe some others that I'm not thinking of.18:19
pragmaticenigmaRapture: rsync would be my first choice too... short of doing an image back up... rsync can restart more readily than other options18:27
Alb0tHowdy! Does anyone have any clues/ideas as to why blkdiscard is working on 19.04 but not 18.04?? This is bizarre…18:54
Alb0tblkdiscard actually works in 18.04 if i upgrade to HWE kernel 5. Any ideas?19:06
pragmaticenigmaAlb0t: I think you found the reason... probably a kernel bug that is fixed in the later versions19:07
rktacheckrestart is telling me I need to restart xserver-xorg-core, needrestart says i'm good - whom should I trust?19:24
robertparkerxI know how to install vsftp. I don't know how to create a user, config it to have local root at a specific path and put it online... can someone please help me19:30
olabazHi, I have bluetooth remote to change slides in presentations19:34
olabazhowever when I press the button it's not working in evince19:35
olabazIf I use zathura to view pdf it gives me a cancel sign19:35
olabazany ideas?19:35
RonaldsMazitishow do I know there has not been any remote connections19:38
RonaldsMazitisto my box19:38
RonaldsMazitis?19:38
RonaldsMazitisauth.log?19:38
RonaldsMazitismaybe somebody knows what could be specific19:38
pragmaticenigmaRonaldsMazitis: auth.log will only show authenticated or attempted authentication attempts to your computer. It will not indicate whether or not someone attempted to access your computer through another process19:43
pragmaticenigmaRonaldsMazitis: There is no straight forward way to detect or determine if another entity has attempted to access your machine remotely. Such a discussion would be offtopic for this channel. I would recommend you look for Information Security (infosec) related channels or forums on the web. You can use !alis to help find a channel more specific to the topic of Information security (infosec)19:45
RonaldsMazitislast  -a | grep pts | less19:46
RonaldsMazitisthis supposed to show remote connections?19:46
tonytthere is software lke snort that acts like a intrusion detection sort of thing19:46
tonyt*like19:46
pragmaticenigmaRonaldsMazitis: last only reports successful logins... if you have someone gaining access to your system via a traditional login, you have bigger problems19:49
RonaldsMazitisye19:50
RonaldsMazitisso succesful remote login?19:51
RonaldsMazitislogins19:51
RonaldsMazitisI'm 100% sure there aren't any remote tools working on my box19:52
RonaldsMazitislast -20 -i does not show any ip19:53
pragmaticenigmaRonaldsMazitis: If someone was maliciously trying to access your machine, they wouldn't be doing so in a fashion that would be so easy to detect. which is why I said, this is offtopic for this channel and you should seek out a channel or web forum that specializes in this topic.19:55
[twisti]i know there sometimes is some way to get updated version for packages in older LTS versions of ubuntu, can someone tell me what thats called/where i can find that ?19:57
leftyfbRonaldsMazitis: why are you asking? What makes you think someone "accessed" your machine remotely? Is your machine directly connected to the internet without a firewall or router inbetween?19:57
leftyfb[twisti]: PPA's, which are not supported here19:57
RonaldsMazitisleftyfb: I had facebook api installed on webserver19:57
[twisti]i see, thanks19:57
RonaldsMazitiswhich got deleted19:57
RonaldsMazitisvery weird19:58
leftyfbRonaldsMazitis: ok, there are many ways for someone to exploit a "webserver". This is why care needs to be taken to secure the machine and all the applications running on it19:58
RonaldsMazitisfacebook is not so friendly with my stuff, as they banned me for having subdomain19:58
RonaldsMazitisI just don't know why I store there api files but somebody did not like them19:59
RonaldsMazitisI have idea that one day I will move to paid stuff and people will use facebook auth20:00
leftyfb!ot | RonaldsMazitis20:00
ubottuRonaldsMazitis: #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!20:00
RonaldsMazitisyeah sorry20:00
RonaldsMazitisforgot I'm on ubuntu20:00
oerheksfirefox 73, chrome 80, more news today?20:23
robertparkerxI upgraded my ubuntu server sdd but df -h still says 500gb20:28
robertparkerxssd20:28
olabazHi, any ideas how I can get my bluetooth laser pointer device working on ubuntu20:29
olabazI can access it with xinput test 10. And pressing numbers will show "key press 112"20:29
olabazbut all I get is a cancel image when I press it while trying to change slides on a ppt20:30
lrbI've been having strange and intermittent audio issues. The audio becomes extremely distorted. I believe this is a software issue because issuing `pulseaudio -k` to kill it (which causes Ubuntu to relaunch it) stops the symptoms without fail. Where would I look to start pinning this down?20:39
pragmaticenigmaolabaz: Evince is not a slide show presentation program, it is a PDF reader. It's unlikely that your controller is going to advance to the next page unless you place the cursor on the "next page" button to advance to the next page20:40
pragmaticenigmaolabaz: If you have a presentation, look at using something like libreoffice impress20:41
leftyfbrobertparkerx: how did you transfer over the data?20:41
robertparkerxThe data was already there. I just upgraded my ssd through hetzner.20:42
robertparkerxI had 500gb but I upgraded to 1tb20:43
robertparkerxIt's still showing 500gb on df -h20:43
leftyfbrobertparkerx: did you resize the partition/filesystem?20:43
robertparkerxI don't know how20:43
leftyfbrobertparkerx: your VPS provider should probably do this for you20:43
oerhekscheck your admin panel most likely20:44
leftyfbrobertparkerx: if you care about your data at all, I would call your VPS provider before doing anything20:44
lrbTake backups too20:44
olabazpragmaticenigma: I think this is an issue with buttons being mapped improperly on the device. Pressing any button on the desktop just gives me a cancel image20:50
robertparkerxsudo resize2fs /dev/sdb is all I needed to do20:51
lordcirthrobertparkerx, sdb? no partition number?20:54
lordcirtheh, I guess VPS's do that20:54
myselfI have the most bizarre thing happening. Trying to get an FT232RL (UM232R module) to show up as GPIO. Running Ubuntu 19.10 in a VirtualBox VM (Win10 host) and passing-through the USB device, I see the device, ls /sys/class/gpio shows a gpiochip508 but when I try to echo 508 > /sys/class/gpio/export I get "bash: echo: write error: No such device".21:52
myself(If I try numbers out of the valid range, like 100 instead of 508, I get "Invalid argument" instead.)21:52
myselfSo, here's where it turns weird: I tried it on my other machine, which runs 18.04LTS bare metal, and it doesn't even show up in /sys/class/gpio -- I see the device appear in dmesg, and I've installed gpiod with apt, but the gpiochip entry never shows up. I expected things to be worse in the vm, not the other way around!21:53
myselfJust tried yet another box, 19.10 on bare metal, and it behaves the same as the 19.10 VM -- "no such device" when trying to export the pin number. Any suggestions of things to try, or better venues for my question, are more than welcome.21:59
myself(likewise I've tried all this with the gpiod tools, gpiodetect and gpioinfo see it, gpioset reports "No such device".)22:00
ax562hello all22:20
=== argonaut_ is now known as argonaut
aroonianyone know why i'm getting: " cannot copy extracted data for './opt/kingsoft/wps-office/office6/libwppcore.so' to '/opt/kingsoft/wps-office/office6/libwppcore.so.dpkg-new': failed to write (No space left on device)" when i have 3.8G free on / ?22:29
at_workarooni, df -h /opt22:34
arooni/dev/sda6       3.3G  2.6G  566M  83% /opt22:35
aroonican i rm -rf things there safely if i don't use them anymore?  spotify etc?22:35
at_workso root and /opt aren't on the same file system.22:35
arooniyeah i guess not; i thought they were :\22:35
aroonii think i probably have a screwed up partition system; i'm sure it was to free up more space on /22:36
at_workYou'll need to find something to cleanup in /opt22:38
aroonii cant just sudo rm -rf it huh22:40
aroonithe apps i dont use anymore22:40
ax562I think I need some sleep.23:48
ChuckfuI have intstalled 18.04 Server with no firewall installed  or enabled, but port  587 is not open, can someone tell me how to open it23:48
sarnoldChuckfu: hopefully helpful https://help.ubuntu.com/lts/serverguide/email-services.html  -- I'd pick postfix myself, but the choice of mail server is up to you23:54
ChuckfuI have Zimbra installed and working great bu thanks23:55
Chuckfuso the ability to open 587 depends on the mail client and not the O/S blocking it23:56

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