[00:01] on that note, one other issue I am observing, is a video "stripe" that comes and goes esp under higher quality video playback, is that also a "known issue/fact"? [00:01] whats the command for checking opencl version? [00:03] now for my issue, i have had a ubuntu server like setup on 32bit for aprox 8yrs, i think its time to go 64bit, having a home partition that has been seeing 32bit processes for long time now should not make a diff from the user side if i move to 64bit, yes? === BusyLM1 is now known as BusyLM [00:05] lapaga: SlidingHorn: Two_Dogs: so pavucontrol is installed: 3.0-4 [00:06] RoadRunner: was or is now? [00:06] Two_Dogs: was all along - I did nothing [00:07] RoadRunner: bring it up, look for profile specific to amd/radeon output [00:07] hdmi:3 is always a good choice [00:08] RoadRunner: bring it up, look for profile in configuration panel specific to amd/radeon output [00:16] Two_Dogs: just found a pavucontrol.ini any idea where to look for more? [00:17] RoadRunner: no, configuration tab of pavucontrol is all gui, no cli [00:18] Two_Dogs: not sure where that would be... [00:18] applications? [00:21] RoadRunner, you might have two...sound and pulseaudio look at both [00:23] Two Dogs: ahh, guys, does pavu stand for Pulse Audio Volume Control or is that something else/extra? [00:24] hold mouse over one or the other and click...not a big deal to check [00:27] ok, I am having an embarasingly dumb moment... I've been there all along, just didn't realize there were more tabs hidden... Found Config tab and the HDMI device... checking now [00:35] Two_Dogs: the best profile is 5.1 surroung? [00:35] *surround [00:35] RoadRunner_: you have the hardware for 5.1 sound? [00:36] vid cards feeds hdmi to the surround box which has 5.1 [00:36] RoadRunner_: cool, then yeah, sounds like an excellent choice [00:39] Two_Dogs: in Output Devices tab, clicking the "set as fallback" button will preserve the setting or is it lost whenever tv is turned off? [00:41] RoadRunner_: fallback is last resort setting, if the tv is gonna be an on/off prospect then its not much of a fallback, my opinion [00:42] RoadRunner_: its all test and trial now, plink with it [00:45] Two_Dogs: by that you mean that 18.04 is still a trial version? [00:45] no [00:57] Two_Dogs: after tv was turned off and back on the sound worked correctly but the "set as fallback" button got deselected; what is this button for then? [01:04] Does anyone here have Xubuntu? The only hold back I have from switching is the windows key does not open the 'start menu' [01:04] Is there a way around this? [01:06] You mean the super key ? [01:06] Budgii: pretty sure this has been pointed out to you before: Menu > Settings Manager > Keyboard > Application Shortcuts. Fine xfce4-popup-whiskermenu [01:07] s/fine/find [01:07] (by default, it's Ctrl+Escape [01:11] SlidingHorn, actually no haha. we talked about my OS and you suggested Xubuntu :) [01:12] Also, thanks! that worked! I'll probably install it tomorrow. D: [01:12] :D [01:13] Btw that is the first search link on google. You could use that next time. === jerry is now known as Fleetwood === k117 is now known as konrados === brainwash_ is now known as brainwash [02:03] Hi all, i would like to expand the root Partition. In windows I already decreased a Partition, so the unallocated space is before the root Partition. How can I extend it? Tnx! Xubuntu 16.04.4 LTS [02:06] mitic_: https://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/ [02:07] mitic_: found by searching for "ubuntu resize partition" on google [02:07] every result on the first page answers your question [02:09] leftyfb, tnx, but i was not sure how to resize it if the free space is before the root partition. gn [02:12] o === josh is now known as Guest56540 === Guest56540 is now known as Prospero_1 [02:37] how do i turn off the color emoji [02:38] i dont like high-color graphics in a black and white document [02:38] in what application? [02:38] and what version of ubuntu? [02:39] 18.04, every application, its like the system font or something, i thought there'd be a setting somewhere [02:39] its in the terminals, in firefox, everywhere. [02:39] https://www.howtogeek.com/350029/how-to-uninstall-emoji-on-ubuntu/ [02:40] found on google by searching for "ubuntu 18.04 disable emoji" [02:41] i tried "ubuntu disable color emoji" and found nothing -- all the results are how to *enable* instead of *disable* for some reason, maybe the filter bubble [02:43] when you remove the color emoji via that method, it changes to some old font that is missing half the emoji, hmm. I'll figure out how to fix that, too [02:43] thanks leftyfb [02:43] when you uninstall the package? [02:45] leftyfb: yeah, whatever font replaces noto-color-emoji doesnt have the majority of recent emoji; i tried apt install fonts-noto but that didnt fix it, maybe i have to set that as the emoji font somewhere or something [02:45] I have read so many pages, I'm getting confused. I need to use a shell script to set 9 xsetwacom commands, either at bootup, or just before running Krita. I've seen examples of what the Shell Script should look like, but no idea where to put the script file. [02:46] Also, how, where, or when to call the shell script. [02:47] Draegon: try /etc/rc.local [02:47] wheni go to the characters thing, it says "not included in cantarell", i guess cantarell is the font set somewhere, cant find where though, it looks like 'ubuntu' is the font being used everywhere [02:47] Draegon: you know "krita" isn't supported here correct? [02:48] leftyfb: why would krita not be supported like any other app? [02:49] sorry about that, I googled it and saw on their page only an appimage for it. I incorrectly assumed it wasn't in the repos but it is [02:49] I have spoken in #Krita, here, and in #DIGImend to try and get my tablet working. With the greateful help of Two_Dogs, have it working, but each place tried to set the commands on login don't work. [02:49] Draegon: you create a file in ~/bin with some name you remember, myscripts.sh for example [02:51] Draegon: the first line of the file has the shabang thing and the lines below have all those commands you previously shared [02:51] OK. [02:51] Will that run automatically on bootup/login, or will I need to make a reference to it somewhere else? [02:52] Draegon shabang script linux https://git.io/vppiJ [02:52] Thanks. [02:52] Draegon: you will need to via file manager set the file as 'executable' for the local user, no getting fancy with sudo [02:53] ok, that's easier. [02:53] Draegon: and lastly you would add the script as an executable from your desktops start-up apps [02:54] Draegon: I would edit the .desktop file for krita, look at what command it's using to start krita, add that command to the end of your script. Run the script, verify it all works, then replace the command in the desktop file with the full path and name of your script [02:54] Draegon: since you previously ran the commands from terminal after going into session without sudo i would imagine it would just work [02:55] Draegon: that should make avail where ever those commands do to the whole session regardless of app opened [02:56] Two_Dogs: oh, the "commands" are just ENV's? [02:56] leftyfb: i guess they are sort of, but ran from some xsetsomething command line [02:57] leftyfb: i am not really all that smart about tablet tweaks [02:57] I understand the make executable part, not sure about the add script as executable from desktops start-up apps [02:58] Draegon: your desktop has a config area for apps you want started at login, typical name for them is 'start-up apps' [02:59] Draegon: in that config area(gui) you add the script by name as something to also start on login [02:59] Draegon: this is now desktop 101 [02:59] i have no idea what desktop you got Draegon [03:00] Krita is ran from a self contained .appimage file [03:00] Draegon: this has nothing to do with krita [03:01] Draegon: why are you using the appimage? It's part of the ubuntu repositories [03:01] Draegon: krita is an app, krita app needs some settings on a tablet to function correctly, those settings are loaded via a script you have configured to auto start via the start-up apps config of your desktop [03:02] Two_Dogs: he didn't configure to auto start [03:02] he doesn't know how [03:02] leftyfb: perhaps not yet, but we will get there [03:02] Sorry, I have dyslexia & autism, this is taking me time to figure out. [03:02] leftyfb: Krita in Ubuntu Software is older than the AppImage version [03:03] :/ [03:03] Draegon: focus then [03:05] Draegon: krita version issues are not part of my convo with you thus far, that is an install from some repo/ppa where krita version what ever you needed [03:17] with regards to bluetooth on 16.04, is there an alternative bluetooth manager? be it GUI or CLI tools [03:18] eraserpencil: blueman? [03:19] will try that out! thanks! [03:19] is the default one bluez or gnome bluetooth [03:25] Two_Dogs: I'm working through your instructions above 1 by 1, so far I have this, does this look right for what I need? [03:25] https://gist.github.com/CelticDraegon/c3a542f44b50cf85040ea697848730af [03:27] I cannot find a .desktop, start-up apps, either as a folder, or file. === fabricius1 is now known as fabricius [03:33] I do have a ~/.local/share ~/.config/ just cannot find any startup, bootup. The Desktop folder, ~/Desktop has no files in it. I am running Unity Desktop. === finalriposte is now known as riposte [03:59] Trying to connect to a smb share. nmblookup returns the correct address. pinging the IP works. pinging the hostname and nslookup don't. What might the problem be? [04:10]
  • ??? === li is now known as Guest29173 [04:11] someone here [04:11] ? [04:11] Guest29173, change your nick [04:11] Guest29173, No (sorry couldn't help myself) - if you look there are 1000s of people here, if you have a support question please just ask it (ideally a single line, & be patient in waiting for a response) [04:12] Guest29173, theres always people here, and if you're patient they might answer whatever you ask [04:15] On a server, why is it advisable to have a user for each service? For eg, a user for postgresql, a user for irc bouncing, a user for next cloud etc etc [04:15] I can ping a LAN device by IP address but not by hostname. nmblookup {hostname} returns the device's IP. What's wrong? [04:17] Hey guys. I think that Ubuntu has incorrectly identified my GPU (or lack there of). Searching online with my specific laptop renders Intel HD Graphics 4400 but this is the output from the terminal: https://paste.ubuntu.com/p/TPMbRb8Cck/ [04:17] Any ideas? [04:18] The reason I'm even poking around with the drivers/hardware is that when I try to play certain games they crash immediately. [04:18] Even games that don't require remotely intensive graphics processing. [04:18] ? [04:18] you mean the external gpu? [04:19] kumool: GPU is probably the wrong term. I mean the integrated graphics. I don't see the word "Haskell" anywhere in the specifications of my laptop but it is the only thing that appears when I query the kernel. [04:19] whats your laptop [04:20] kumool: http://www.dell.com/support/home/us/en/04/product-support/product/inspiron-15-7547-laptop/manuals [04:20] is it brand new? [04:20] kumool: There is a PDF on that site that lists all technical specifications. [04:20] kumool: No. [04:21] i don't wanna download anything [04:21] i see, it is intel hd graphics [04:21] kumool: That's fair. The exact term on the PDF is "Intel HD Graphics 4400" [04:22] running ubuntu xenial, where would i modify the command that starts Xorg? i've been looking at /etc/lightdm and nothing seems to stick [04:22] i can see that `/usr/lib/xorg/Xorg -dpi 144 :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch` is what's running but don't know where that's setup [04:22] kumool: But, as you can see from here: https://paste.ubuntu.com/p/TPMbRb8Cck/ It states something along the lines of "haswell" [04:25] yeah.. this sounds more like a linux kernel problem than an ubuntu one [04:25] kumool: Darn. If I were to install the "correct" driver, does it automatically replace the old one? [04:25] apparently setpci is the program you want apparently, never used it before so i'll try googling or you can try too [04:26] it wont hurt [04:26] the drivers are just installed, if the kernel wants to load it it will [04:27] Draegon: yeap, put that file in ~/bin [04:27] kumool: Where do I look at which driver is loaded? [04:28] Draegon: yeap, put that file in ~/bin , via file manager set the execute enable/flag [04:29] baumy, startx is usually the one that starts Xorg [04:32] i am trying to pass '-ardelay 200 -arinterval 14' to Xorg and can't find where to do it [04:33] SaltyMcUrist, lsmod [04:34] on an older ubuntu i had that in ~/.xserverrc, doesn't seem to work anymore [04:35] think i found it here https://superuser.com/questions/935801/whenever-i-plug-in-another-keyboard-key-repeating-rate-is-reset-to-some-value [04:37] looks like ubuntu doesn't use startx, just lets lightdm start the X server [04:41] SaltyMcUrist, modinfo drm [04:42] woops not thath [04:43] /usr/sbin/lightdm --show-config shows lightdm reading my config but it isn't getting run =| [04:43] i'm becoming convinced ubuntu is just buggy [04:44] I will be leaving for another OS soon ;) [04:44] i wish i could, work mandates ubuntu or something not-linux, which would be even worse [04:45] i am leaving for something not linux [04:45] its not that bad [04:50] I can ping a LAN device by IP address but not by hostname. nmblookup {hostname} returns the device's IP correctly. What's wrong? [04:50] kumool: After doing some poking around I think that I'm wrong about which driver is loaded.. [04:50] kumool: Meaning it is correct, and the issue I'm having is due to something else. [04:51] kumool: giving up? [04:51] Two_Dogs, ? [04:51] kumool: on linux? [04:52] kumool: why? [04:52] oh absolutely, i'm only using it because i had an old disc to save this laptop [04:54] kumool: yet here you are [04:54] Two_Dogs: File done. Took a while as couldn't get execute to work, sorted now. File is created/edited/execute permission added. [04:55] Two_Dogs, mmm putting it shortly... i dislike its methodology? [04:55] Draegon: you are persistent :) [04:55] LOL, I want this to work. [04:55] kumool: again, then why are you here? [04:55] I'm like a rottweiler with a bone. [04:55] Draegon: one sec, brb [04:56] just an off the cuff comment, i do help when i can [04:56] Draegon: the mexicans call it 'ganas', kudos so, wait one sec [04:59] Two_Dogs: Ok. [05:00] Draegon: the script what did you call it? be specific and where did you put it? yeah, we are doing this from scratch :) [05:01] ganas :) [05:01] Two_Dogs: OK. mytablet.sc and it's location is ~/bin/ [05:02] Draegon: sc? [05:02] Trying to play The Binding of Isaac, crashes immediately. Running it from the command line reveals https://paste.ubuntu.com/p/2KRrY7P3YR/ Any ideas? [05:02] fine [05:02] Oops, just a typo, it is actually mytablet.sh [05:03] Draegon: copy/paste & execute via terminal> ls ~/bin/*.sh | nc termbin.com 9999 ## share link output here [05:03] Draegon: lets try to be specific and accurate, its linux, unforgiving' [05:04] !steam | steam problem more than an ubuntu problem it seems, SaltyMcUrist [05:04] steam problem more than an ubuntu problem it seems, SaltyMcUrist: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [05:04] for the lurkers, how do i check his file for executable flag? [05:05] via cli? [05:05] i dolphin [05:05] Two_Dogs, stat ? [05:05] guiverc: no idea, how? [05:06] he aint proved the thing exists yet [05:06] i want to see the thing first [05:06] (i haven't been watching; i just saw your last line - check file is executable - i use stat to read stats for file) stat wanted-file [05:07] guiverc: hes got a txt file, needs to execute as script(bash) [05:07] god i love linux :) [05:08] guiverc: this is all about making some tablet talk to krita with all the bells ans whistles [05:08] Draegon: ???? [05:09] Draegon: copy/paste & execute via terminal> ls ~/bin/*.sh | nc termbin.com 9999 ## share link output here [05:09] sorry I don't understand... [05:09] guiverc: hes got a txt file that should be sh/bash executable [05:09] http://termbin.com/9jk5 and the location is /bin/ not ~/bin/ [05:10] Two_Dogs, so chmod (change file mods +x) [05:10] it seems like ubuntu simply does not read or respect /etc/lightdm/lightdm.conf [05:10] does anybody know why? [05:10] Draegon: why is that file on system side, was there a specific reason? [05:10] I can ping a LAN device by IP address but not by hostname. nmblookup {hostname} returns the device's IP correctly. What's wrong? [05:10] guiverc: thnks [05:11] Draegon: meaning i expected the file in your userspace [05:12] Draegon: if there was some wiki reason to run the script as root/system then ok [05:13] Draegon: you want as much as possible to not allow root/system to be involved [05:13] hey [05:13] Draegon: ? [05:14] Draegon: i dont know is fine [05:14] In the ~/ there is no /bin/ location. There is a .config I don't know if that helps? [05:14] Draegon: create folder ~/bin [05:15] Draegon: place file in ~/bin without involving 'sudo/root/su' [05:16] Draegon: the thing is you dont want the tablet talking root/system if possible, and you said you ran the commands from terminal without sudo/su , yes? [05:17] Draegon: the thing is you dont want the tablet talking root/system if possible, and you said you ran the commands from terminal without sudo/su , yes? [05:17] Draegon: thAT is a yes/no question [05:17] Done, file & folder created. Yes [05:18] Draegon: in ~/bin/ yes? [05:18] Yes [05:18] Draegon: copy/paste & execute via terminal> ls ~/bin/*.sh | nc termbin.com 9999 ## share link output here [05:18] Execute Permissions granted [05:18] Draegon: yes [05:18] Draegon: you did not know linux would be this much fun/? [05:19] It's a LOT of fun. ;-) [05:19] http://termbin.com/o6t2 [05:20] Draegon: copy/paste & execute via terminal> cat ~/bin/mytablet.sh | nc termbin.com 9999 ## share link output here [05:22] http://termbin.com/jush [05:22] Draegon: good [05:23] Do you want me to remove the one from /bin/ ? [05:23] Draegon: you could [05:26] Draegon: ok, via file-manager did you set the file in ~/bin/your-script as executable? [05:26] the right answer is 'yes' [05:26] Done [05:27] Yes [05:27] Draegon: good, [05:28] Draegon: what desktop? i am on https://git.io/vpp1B so things get confusing [05:29] I have a user account on my server that I use for outsiders to use it without sudo privileges. I have a sudo account and was wondering how I could view that password as I have forgotten it. changing it would mean having to change it b on all computers and media players that use it. [05:29] KDE Plasma <--me Draegon , and you are using what? [05:29] Unity Desktop, and Kernel is 4. something, [05:30] Draegon: unity has some start up app config [05:30] kernel 4.4.0-124-generic and amd 64-bit [05:30] i can google it [05:30] ok [05:30] Draegon: nevermind the kernel [05:31] b0t how to start-up app in unity https://git.io/vpp12 [05:31] Draegon: ^^ [05:32] checking link, 1 min [05:32] Draegon: my god it seems unity is a really horrible desktop [05:33] It is a bit chunky [05:33] chunky [05:33] yeah] [05:33] I've heard that 18.04 is supposed to have dropped Unity in favour of going back to Gnome. [05:34] Draegon: indeed [05:34] Draegon: dont make me learn unity [05:34] b0t how to start app in unity https://git.io/vpp1o [05:35] unity has been dropped from official ubuntu. no need to use it or learn it. [05:35] LOL. All I need is a temporary fix, as soon as I can afford to build my new computer, I'll try out Ubuntu 18.04 or if its' out by then, 18.04.1 [05:36] fix? sudo apt install xfce4 logout, select xfce session, login. [05:36] Draegon: the fix is 'your script needs to auto start via unity on login [05:36] Ok [05:37] Draegon: cfhowlett had a good thought, a real desktop [05:37] or lxde or gnome or plasma ... [05:38] cfhowlett: I have some programs already installed. Would I need to reinstall or ? to use the programs if I install another desktop? [05:38] Draegon: i am trying to help, i do want you to get over this, i am clueless to 'unity' though' [05:38] where in unity does one add to auto-start? [05:38] Draegon, my suggestion installs an alternate desktop environment only. all apps reamin [05:38] *remain* [05:38] I've never tried any other desktop other than the default Unity that came with Ubuntu. [05:39] Draegon: what cfhowlett said [05:39] OK, any preference to either of those you just mentioned ? [05:39] Draegon, you were'nt born knowing unity. easy enough to figure things out [05:39] Draegon: mate? [05:39] ok. [05:40] Draegon: dont forget, unity is not all the desktop out there [05:40] !desktop | Draegon [05:40] Draegon: A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), !LXDE (lubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors [05:41] cinnamon is really nice Draegon [05:41] Yeah. I'm look at google a min for the diff versions u mentioned [05:41] and it has 'start up aPPS' [05:43] the hardest thing about linux is getting set on a desktop, you have to get used to desktop, know it, like inside out, then you go from there [05:43] Is it possible to run multiple desktops ? [05:44] Draegon: indeed is [05:44] I like the Cinnamon, and XFCE looks nice [05:44] Draegon: worse case? see multiple apps in menu [05:44] Y not BOTH!? [05:44] Draegon: cool, get on cinnamon [05:44] Draegon, you can have multiple loaded/installed, but only a single DEsktop can be running at the same time (i have ubuntu, with xfce, mate installed - xfce running) - you can use apps of multiple DEs at the same time though [05:45] Draegon, bit of advice: install the DE NOT the entire *buntu-desktop [05:46] cfhowlett: How do I do that then, say for the moment for cinnamon? [05:46] Draegon: install 'cinnamon' the desktop, i am not sure what the meta package is in ubuntu, i use it in opensuse, a very nice desktop [05:47] Draegon: copy/paste & execute via terminal> sudo aptitude install -sy cinnamon | nc termbin.com 9999 ## share link output here [05:47] Draegon: a simulation, i know what to expect in cinn deps wise [05:48] drop the sudo [05:48] Draegon: copy/paste & execute via terminal> aptitude install -sy cinnamon | nc termbin.com 9999 ## share link output here [05:48] Draegon: do last shown here [05:48] ok. [05:48] brb [05:49] Sorry, was checking out some booty desktop wallapers that were shown in Cinnamon desktop search, lol. [05:51] says not currently installed, aptitude, so just do the install of that & then do the last command again? [05:51] apt install -sy cinnamon should also fly [05:53] hallo [05:53] Ok, installed [05:54] errrr, not if you executed the ***simualation*** [05:54] i.e. install -s ... [05:54] Draegon: the point of the sausage making is to get you into a common known desktop [05:55] Draegon: like cinnamon [05:56] and for added bonus Draegon you got cfhowlett giving a 'hoot' [05:56] Draegon: this is the time to heed [05:56] OK, that's cool. [05:56] * cfhowlett things "whoot!" not "hoot!" [05:57] yeah, whoot [05:57] mis mistake [05:58] cfhowlett: he needs some script to run so his krita has the foo to play nice [05:58] Draegon: yoy best have the right krita [05:58] OK, but I understood his unity DE was unstable? [05:59] i dont know unit [05:59] unity [05:59] what so ever [05:59] I ran that previous line, sudo with -s instead of -sy so does that mean it's now installed? [05:59] that's where I entered the thread and suggested he install an alternate, functional D# [05:59] if he can do a auto-start of script then all is good [06:00] Draegon: why sudo? [06:00] Draegon, no. -s means simulated. in fact the first line of of output should tell you that [06:00] Draegon, line 1 https://paste.ubuntu.com/p/p87fkrmgnB/ [06:00] Draegon: dont fucking 'sudo' unless you see it spelled out [06:00] ok. [06:01] Draegon: excuse me [06:01] sir, I need you to back away from the keyboard and take a breath ... [06:01] Draegon: your script is gonna run in userspace, sudo wont be playing [06:01] aye [06:01] 10-10 [06:02] cfhowlett: go! [06:03] Draegon, does your output show any errors? [06:03] Ok, I just scrolled back, that "Note:" is not in the output [06:04] I don't think so, gonna check [06:04] apt install -sy cinnamon | pastebinit [06:04] i prefer aptitude [06:04] its a more muscular apt [06:04] not installed by default. trying to keep it simple here [06:05] cfhowlett: cool [06:05] does apt resolve? [06:05] No errors that I can see. just about to run that next command [06:06] Draegon, and paste the url it returns! [06:06] i found aptitude resolving issue 'by mistake', i saw it working, i aint used anything else since in apt/deb [06:06] leftyfb, but you are correct, will not join again :) [06:06] no go [06:07] Draegon, details? [06:07] apt install -sy cinnamon | pastebinit [06:07] apt install -sy cinnamon | pastebinit [06:07] what error? [06:07] The program 'pastebinit' is currently not installed. You can install it by typing: [06:07] sudo apt install pastebinit [06:07] That is all it said [06:07] grr. OK, try it with nc [06:07] cfhowlett: let me, pls [06:07] go for it! [06:08] * cfhowlett goes into lurk mode [06:08] Can we please not recommend -y, even with -s? [06:08] Draegon: copy/paste & execute via terminal> aptitude install -sy cinnamon | nc termbin.com 9999 ## share link output here [06:08] into 10-10 [06:09] ubuntu makes trouble shoot difficult [06:09] you want me to install aptitude, not currently installed? [06:09] Flannel: -sy is like a default 'wha does it take to do what ever' [06:10] you can of course be specific [06:10] Draegon: Replace that with apt instead of aptitude [06:10] with ppa i dont know how you guys do it on ubuntu, its difficult [06:11] Two_Dogs: yes, but you're running the risk of people starting to use -y once doing things for real, which is just playing with fire. [06:11] http://termbin.com/ahj9 [06:12] It also had a warning just before outputting the termbin URL, "WARNING: apt does not have a stable CLI interface. Use with caution in scripts." [06:13] Flannel: i dont use sudo/su, i dont ask for it and i ask for a sim, there are the smart guys, they gewt to reboot and reinstall, worse case, and i dont make it the worse case, i am playing with a OG. thats fun too [06:14] they know stuff!! [06:14] Two_Dogs: Just please stop using it, thanks. [06:14] Flannel: using which process? [06:15] i want to be ok here [06:15] thnks [06:15] don't recommend -y as it may cause newer users to create more problems than they solve. [06:16] Draegon: I'm not sure why we were having you simulate that, but it looks like you're not going to run into any issues installing it. [06:16] cfhowlett: you need -y in the aptitude -s thing, you cant see the damm options [06:17] ah. OK. didn't know that as I use apt [06:17] without seeing the options in a trouble shoot, how do you know to resolve a aptitude issue? [06:18] i dont apt, its a script, odd aint it? [06:18] go forward and aptitude [06:19] Two_Dogs: Just use apt-get (or apt, if you're so inclined) instead, and problem solved, no need for -y. [06:19] xkuse the loudness [06:19] Flannel: i aint gonna do apt-get, i aptidude on deb [06:20] Two_Dogs: I'm happy for you. But most people don't have aptitude installed, so you're probably going to have issues with that. [06:21] i feel a certain cozynes about it [06:21] Draegon: Sorry, was there a specific concern about you installing cinnamon successfully? [06:21] Flannel: ubuntu dont aptitude by default? [06:22] Two_Dogs: Correct. Hasn't in a few years. [06:22] Flannel: i have creeds, got the ubuntu server doing dnsmasq for me since 2008? [06:22] Not sure, I just followed the lines, which were obviously simulation [06:23] Draegon: Alright. So, sounds like you're all set to do `sudo apt-get install cinnamon` [06:23] that should count for something, btw, thats 24/7 [06:23] yeah fucker, 24/7 doing the dnsmasq, ubuntu 32bit server [06:23] Two_Dogs: No one implied you don't know what you're talking about. But aptitude is going to get weird looks when commands don't work, and including -y in your commands is running a risk of people using it for real. [06:24] sorry [06:24] Two_Dogs: Also, please mind the language. [06:24] Flannel: ok [06:24] Flannel: aptitude was what i saw working the best with apt [06:25] i like aptitude [06:25] it can do anything any of the others can [06:25] Two_Dogs: You can continue to use it, but if you try and help people here through it's use, you're going to cause plenty of confusion (and hurt your credibility) when the commands you're asking them to follow along with give them errors. [06:26] Flannel: apt <- works? [06:26] I can't find any errors in the output, and seems to have installed nicely. [06:26] Two_Dogs: For the same reason we don't walk people through vim when we want them to edit a file with a terminal. We use nano, because it's much less foreign (even if less powerful). [06:27] Flannel: i dont vim [06:27] i dont vi [06:27] Draegon, great! now: logout, click on the gear icon, select cinnamon session and login [06:27] Two_Dogs: It was just an example. [06:27] fucken heathen method [06:27] cfhowlett: thanks. [06:27] !langauge | Two_Dogs [06:27] Two_Dogs: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [06:27] Two_Dogs: Language. [06:27] Flannel: sorry [06:28] i am wanting to be liked [06:28] regardless of mints opinion [06:29] Ok, back shortly. P.S. I am grateful for you all helping me, I know I've been annoying. [06:29] Two_Dogs: The best way to support people here is down the "well-trodden path" for the majority of topics. We don't set a root password, etc, etc. Because it makes them less likely to have non-standard configurations which can cause confusion later (like the next time they come asking for help). [06:29] Flannel: if the display service goes down does networking service not start? [06:30] Two_Dogs: I'm not sure what you're referring to. [06:30] anyone good with disk troubleshooting here? I just want to nuke this drive but running in to so many problems [06:31] Flannel: got it, default is good, i mean if the display dies, does networking die too, you know via systemd [06:32] Two_Dogs: I don't use systemd, so I have no idea. Sorry. [06:33] i never saw the wall between networking service on ubuntu(deb) and display service [06:33] Flannel: ubuntu does use systemd [06:33] Flannel: you need to know their method [06:34] foss demands it [06:34] Two_Dogs: When a topic comes up that I know nothing about, I just stay out of it. [06:35] Flannel: aye, i dont do crypto disk [06:35] patitition i mean [06:36] Flannel: i want to help [06:36] i saw the mint method [06:36] meta-434, re; trouble with a drive; check its SMART (self monitor... or `smartctl`) data first is my suggestion... (sorry i'm no expert though) [06:36] i am a desktop user [06:36] Two_Dogs, why do you keep mentioning mint in the ubuntu channel? [06:37] !mint [06:37] The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [06:37] cfhowlett: my bad, i stop now [06:37] Two_Dogs: I'm not sure where this is meandering to, but I think you should probably take this to #ubuntu-offtopic. #ubuntu for support (which, I think you may have a support question), but then #ubuntu-offtopic for everything else [06:37] meta-434: better just ask your question, see if someone can help [06:37] fair enough [06:37] Flannel: ok, aptitude is bad [06:38] Two_Dogs: Not bad, just not default. [06:38] ok [06:38] so not bad? [06:38] i refuse to apt [06:39] its a fucking script [06:39] sorry [06:39] community service [06:39] Two_Dogs: use apt-get, not apt. That's not a script, you feel better? [06:39] trolling the profanity after mulitple warnings? Troll susupected. added to /ignore [06:39] Flannel: i wont use apt-getr [06:40] s/tr/t [06:40] its evil [06:40] Two_Dogs: why you getting so hot about apt-get? [06:41] I always found it easy! [06:41] Beef_wgtn: i am not, i dont understand apt-get [06:41] Two_Dogs: Please take this to #ubuntu-offtopic [06:41] i dont use it [06:41] its like windows, i dont win10 [06:42] Flannel: aye [06:42] lol [06:42] Crack rocks? [06:44] how do i deal with zero-length partition issues when trying to make a disk functional again? [06:47] meta-434: If you just blow away all the partitions and start from scratch, whatever was on there before shouldn't cause problems. [06:48] like just write zeros over everything? [06:59] I GOT IT INSTALLED!!! in case anyone recognizes my nick from the last couple days [06:59] NOOBuntu: cool [07:00] which channel should I use for general linux OS questions? [07:00] Two_Dogs SO cool. I was having the worst time. [07:00] NOOBuntu: wait one [07:01] k [07:01] NOOBuntu: stop doing that [07:01] Having the worst time? [07:01] All done. [07:01] i would hope not [07:02] i am here to be useful [07:02] Two_Dogs: Please stop. [07:02] Two_Dogs is u a bot? [07:02] Flannel: aye, now [07:02] NOOBuntu: no [07:02] k [07:02] NOOBuntu: here in the PNW [07:03] PNW! word up. [07:04] i am at the the Mckenzie Willamette river junction :) [07:04] can we please try to keep to support discussion [07:04] Where is that, relative to PTown? [07:04] south side [07:04] Two_Dogs, NOOBuntu: #ubuntu-offtopic for non-support discussion, thanks. [07:04] okay. I'm looking for a channel wherein I can find info for using Virtual Box [07:05] Finally back. [07:05] ikonia: my bad, i thought i was in -chat [07:05] Flannel sorry. am NEEBius [07:05] *NOOBius [07:06] I think I found it, and I'll take me leave. [07:06] Peace! [07:09] i am a whilling servant [07:10] i wanted to be helpful to the .deb community, i mean this with all my heart. you need to move to rpm, dont matter which [07:11] +1 ^^ [07:11] Two_Dogs: I think you need to come back when you're sober. And also, when you do, start in #ubuntu-offtopic. [07:11] Flannel: i thought i was in offtopic, it is my bad [07:12] Two_Dogs: I'm going to go ahead and mute you here for a short while, so you can have a better chance of not mixing up the channels for the third time. [07:14] will snap and flatpak repalce debian packages? [07:14] nope [07:14] Why so? [07:14] why not [07:15] Seems fitting to use one package manager across all distributions [07:15] not going to happen, and not really a discussion for #ubuntu [07:15] maybe try one of the offtopic or generic linux channels [07:16] paralle21_: #ubuntu-offtopic would be one such place [07:16] Will do [07:17] Cinnamon is installed and logged in. What do I do now? [07:17] Draegon: use cinnamon? hah [07:17] Draegon: in what context ? [07:17] In relation to the issue earlier [07:18] what issue ? [07:18] Question about repository sections, specifically, "universe". What involvement does Canonical have with it? [07:18] Trying to get the xsetwacom commands to load automatically, rather than manually have to enter them in terminal, every time I login [07:20] sauvin: some members contribute to it, at the same time as members of the public [07:20] sauvin, universe is community supported, which does include some Canonical, but most are doing it on their own times [07:21] sauvin: Universe is community maintained by the MOTU (and others). https://wiki.ubuntu.com/MOTU Some of the MOTU (and others) may also be employed by Canonical [07:21] In Unity, I had tried in /etc/X11/xorg.conf.d/50-tablet.conf and /usr/share/X11/xorg.conf.d/50-wacom.conf did nothing on login, which was the reason trying to create & set a shell script [07:22] Draegon: put them in ~/.xsessionrc, it will be sourced upon login [07:26] Hrm... what that means is that Canonical in the guise of some of its employees could be petitioned to upgrade or update something that's in Universe? [07:27] sauvin: any MOTU can update it [07:27] not canonical maintained [07:27] think of it is EPEL [07:27] epel?? [07:28] sorry, I thought sauvin was a RHEL user, but I was wrong, trying to give him something to relate to [07:28] but my memory failed [07:28] Nope. I've been Ubuntu/Debian since... um... 2005 or so? [07:29] sauvin: my fault, totally miss-remembered [07:29] sauvin: do you want to get a package updated ? [07:30] I'm currently running Kubuntu 16.04 and had a problem with hexchat 2.10.mumble suddenly deciding to dump core. The latest version of hexchat is 2.14.mumble, and I've run it in snaps and flatpaks, but those approaches have some fulsome limitations. I've also run it in VMs, but doing so long-term is an untenable approach. [07:31] sauvin: so basically you'd like to get some alternative versions into universe ? [07:31] Hi, I was wondering does Ubuntu update for the current release it's packages for bugfixes if a fix already exists in upstream or we need to wait for the next release? [07:31] Silmarilion: depends on the bug / package [07:31] Alternative, backport, something. [07:31] sauvin: ah the more challanging but professional response [07:32] I see, tnx [07:32] You don't need to be told WHY. I wound up *building* Hexchat to /usr/local, but that means it's on ME to track changes and rebuild if/when needed. [07:33] sauvin: yeah, so getting that into a managed repo seems logical [07:33] sauvin: I wasn't fishing for why, [07:34] Didn't figure you were, just stating it for the sake of the Joe Sixpacks who might be listening in. [07:35] I wonder if multiverse would be a better starting point [07:35] then promote it into universe and get some maintainers involved [07:36] Hi. I'm Joe Sixpack. Before a few minutes ago, I knew *nothing* about what the sections were. If a newer Hexchat appears in Multiverse when I use my favourite package manager front end (Synaptic, in my personal case), then all my unwashed brethren would have immediate access to a Hexchat that actually WORKS. [07:39] you could more immediately upload your fixed hexchat to a snap, could you not? [07:40] sauvin: if it was me, I'd look at getting this into multiverse to get it moving, then get more people involved/raise the bar and get it into universe [07:40] however I have a memory that universe won't hold conflicting packages to core [07:40] I don't remember the details on that though, it maybe just naming, it maybe actual package components [07:41] eg: the name hexchat-community maybe ok, or it may not as hexchat already exists in main [07:41] maybe worth looking into that [07:41] Hexchat, the one that's blowing up on me, is in universe. [07:41] ahhh [07:42] if it's already in universe, engage and push an upgrade [07:42] How? [07:43] do you want someone to do it for you, or do you want to be part of it [07:43] (as you're building it yourself) [07:44] I can build for AMD64 only, and I know absolutely nothing about packaging. [07:48] sauvin: ok, so I'd just engage with the MOTU community to get a version bump [07:48] supply as much info as possible [07:48] I'd share the experience I'm having, yes. [07:49] * sauvin pokes at the supplied link [07:51] most of the motu guys are really helpful and welcoming [07:51] I'd be dissapointed if you didn't get an enthusiastic response [07:51] hi [07:51] can i use the android-studio snap with the intellij snap? [07:52] i dont know === sauvin_ is now known as Bocaneri [07:54] oh wait, i forgot that android-studio *is* intellij [07:54] never mind then :) [07:58] ghugy [08:00] yhhyuuuuuuuyyyyyy [08:00] run [08:00] [08:02] has remove #ubuntu [08:03] tyftufyg [08:03] you [08:03] u0_a397, do you have an ubuntu support question? ask it. [08:04] x === matthiaskrgr_ is now known as matthiaskrgr === numarkaee is now known as perdent === perdent is now known as numarkee [08:43] If I were to execute the pipe viewer e.x. $ pv file.txt I would get some output from the command from in the terminal. How can I redirect that terminal output to a file ? [08:43] command > filename.txt [08:44] hi all. I upgrade 16.04 to 17.10 (yes it's a valid upgrade path). I can login via tty, but not graphically. After entering password and pressing enter, I just get a black screen and return to login manager [08:44] any ideas to try/ === Jochen_wvdT is now known as Schlawiner [08:50] Hello everybody [08:51] I have a question related to gimp [08:51] ask. there is a #gimp channel IIRC [08:52] cfhowlett: Thank you for responding but has to do about installation in ubuntu [08:54] I want to add the gimp 2.10 snap into Ubuntu everything is working fine, etc, but when i want to install an extra package, let's say GAP, the ubuntu software trying to install gimp 2.8 as well. I think this will end into broken gimp installation [08:55] but have you tried this? [08:55] gpap: You're installing GAP through the package manager? [08:56] gpap: (or as a snap?) [08:56] Yes i was thinking to do that, but abandoned because i was scared. Two simultaneus gimp installation, the way to the hell :) [08:57] but quite easy to reinstall and fix. PLUS you'd have actual/factual data not theory [08:57] so let's say i install from the snap the super new 2.10 gimp [08:58] I am with 2.8 for now, looking for a stable guide explaining what will we do with plugins, after installing the snap [08:59] I created .xsessionrc file, located in ~/ and all the commands work, except for "xsetwacom set "UC-LOIC TABLET 1060 Pen stylus" MapToOutput DVI-I-1". If I manually enter that into Terminal, it fixes the stylus to only work in the specified monitor output. I think it might be to do with the display not being fully active, when I login, the monitor doesn't always display until login partway through. Is there something I can use to delay the applying of [08:59] the commands? [08:59] gpap: The snap lives outside of the purview of the actual packages/repository. So you can't install plugins from the repositories and have the snap satisfy their requirements. [09:00] gpap: snaps are designed to live as their own little standalone world [09:00] Flannel: So what will do with plugins? Install manualy? [09:01] Flannel, but if gimp provides the installation path rather than snap/apt, wouldn't this work? [09:01] gpap: It's theoretically possible for you to make a dummy package for gimp, that you could manually install to tell those things that "yes, I do have gimp 2.10 installed", which would then make the plugins not require repository-gimp. But they may or may not actually work with 2.10 (because they're for 2.8) [09:01] gpap: Yeah, it'd be the equivalent of you installing GIMP from source or whatnot, except "simpler". [09:01] gpap: You should perhaps see if GIMP has their own repository and/or PPA that has 2.10 + packages for plugins for 2.10 [09:02] cfhowlett: it'll work, except for the dependency of those plugins to have gimp installed. Which is why you'd need a dummy package. [09:03] I like your idea better than mine. :) [09:03] Flannel: I abandoned the idea about an extra repo (ppa) i need a stable system just working, so the questions is, will later the official repos provide the gimp 2.10? [09:03] cfhowlett: and that "it'll work" implies the plugins in the repos (which are for gimp 2.8, in ubuntu-land) would work seamlessly with gimp 2.10 (which may or may not be ubuntu-configuration) [09:03] gpap, at some point, yes [09:04] gpap: Looks like 18.10 will have GIMP 2.10 (or higher) [09:05] cfhowlett: Flannel: i need to keep the lts for the next two years [09:06] gpap: Then 20.04 will have whatever the GIMP version is around August of 2019 :) [09:07] gpap: If the PPA is maintained by the GIMP people, it should be reasonably stable. I mean, unless/until they decide to upgrade it to 2.11 or whatever [09:07] You certainly don't want to be installing PPAs at random, but if they're from good people, they're OK. I believe wine has a PPA, which is basically the same as their third party wine repo [09:08] gpap: Another option would be to convince whomever is maintaining the snap to include your preferred plugins. [09:09] Flannel: i will research about the ppa thanks for suggesting. Snapcrafters is the developer of the snap and the snap is into the stable channel [09:10] gpap: You may file a bug with/reach out to them and see if there's some other preferred method of obtaining your plugins. [09:11] gpap: This is certainly something they're going to need to figure out if snaps are going to be a thing. [09:15] I gather .xsessionrc is run on login, is there a way to delay the processing of the commands by a couple of seconds? [09:15] gpap, as a last resort, you can compile gimp from source [09:17] Draegon: put in a 'sleep'? [09:17] cfhowlett: well, the snap would be that... [09:18] Flannel: i am linux only user, no windows at all in home, but the launchpad is not friendly, send me to read large texts with instructions when i want to file a bug and i am really busy :( [09:19] I don't know, what is in the file is 9 commands, 8 to set the buttons on the tablet, 1 to set the stylus pen to only work with the large monitor. The hotkey buttons work, but not the stylus pen. If I copy & paste the stylus command from the file into terminal, it works. [09:20] why does my OS loading screen take 60 seconds when I disconnect my monitors temporarily to use on another computer and then put them back? [09:20] It did this super slow loading at the start and people gave me some commands to run which reported that the OS didn't take 60 seconds to load, but it did. [09:21] fishie, what OS? [09:21] cfhowlett, Xubuntu. not sure which version. [09:22] Flannel: cfhowlett: thank you very much for the nice conversation, i will be conservative and stay with 2.8 until to research more infos, greetings from Greece :) [09:23] I wish duckduckgo wouldn't ignore my searches when I'm explicit in what I want. looks like I have to use startpage to search for how to check Xubuntu's version instead of having it autocorrect to Ubuntu. [09:23] ducasse: will that 'sleep' delay the processing until the login completes, or at least a few seconds? [09:25] well that only look 4 minutes. [09:25] Ubuntu 16.04.4 LTS [09:28] Draegon: as long as you tell it to - 'sleep ' [09:28] yeah. same results as last time. I just booted up with the 60+ second OS loading screen, and this command doesn't show anything super long. systemd-analyze blame [09:29] OK, thanks, I'll give that a try. The command for example 3 seconds "sleep 3" (without the quotes) ? [09:29] there's like 5.69s NetworkManager, 1s tor@default.... 656ms dev-sda1.device 279ms... 239ms... nothing adding up to even close to 60 seconds. [09:31] hi anyone up [09:31] I am trying to get my pc on [09:31] smartniggaz: power button ? [09:31] mancman3: where? [09:31] also one time when I swapped my monitors away and back it lost track of all my internet logins. youtube forgot who I was too. [09:32] mancman3: where you talking to me? [09:32] !help [09:32] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [09:32] !ask [09:33] the bots are fucking up [09:33] Why does Ubuntu take 60 minutes at the OS loading screen when I disconnect my monitors, connect them to another PC, and then connect them back to the original PC? [09:33] smartniggaz: ask your question and if anyone knows the answer they will help you! [09:34] smartniggaz: do you have any question about ubuntu? we don't do hardware questions here primarily (such a about how to power on your very computer model) [09:34] fishie cause your broke as fuck and can't affort a decent pc [09:34] smartniggaz: watch the language, please [09:34] i understand [09:34] but normally Ubuntu boots up quickly. Why does disconnecting and reconnecting the monitor have this effect? [09:34] This isn't purely a hardware issue. [09:35] Is there a specific niche channel for Ubuntu + hardware issues? [09:35] fishie: is it a single, or multiple monitor setup ? [09:35] Client: HexChat 2.14.1 • OS: Ubuntu "bionic" 18.04 • CPU: Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz (1,28GHz) • Memory: Physical: 11,4 GiB Total (9,0 GiB Free) Swap: 1,1 GiB Total (1,1 GiB Free) • Storage: 906,4 GB / 997,6 GB (91,3 GB Free) • VGA: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XTX [Radeon R7 260X/360] @ Intel Corporation 4th Gen Core Processor DRAM Controller • Uptime: 42m 20s [09:35] hi all. I upgrade 16.04 to 17.10 (yes it's a valid upgrade path). I can login via tty, but not graphically. After entering password and pressing enter, I just get a black screen and return to login manager [09:35] Draegon, multi monitor. [09:35] any ideas? [09:36] Have you gone into the monitor section of settings, and disabled the monitor you want to temporarily disconnect? [09:37] blip99, do you get the greeter (login screen for gui)? [09:37] guiverc, sure. [09:37] Display, I think that's it's actual name. [09:37] i type password press enter, nothing happens [09:37] blip99: 2 ideas: 1/ problem with graphical driver => reinstall it, 2/ problem with your graphical env => try with a new user [09:37] Draegon, no. I disconnected both, but reconnected them before I even turned on the computer. How does it know I disconnected them? [09:37] Was the system off to start with? [09:38] Ool, tried 1, removing nidia driver completely. also tried 2 :) [09:38] blip99, as i recall there is a gear-type place you can hit, then select a login via X (default for 17.10 was wayland - using X may help I'm hoping) [09:38] oh crap... I think so. but I was messing around so much it's hard to remember. [09:39] check your log, can you login in a tty (ctrl+alt+F1) ? [09:39] can you have a RW access into your home ? [09:39] with freespace :) [09:39] I think I only disconnected/reconnected while on on the 2nd temporary computer. [09:39] hi all. im trying to install ubuntu, but as soon as i get into gnome, when trying to install (try ubuntu and install ubuntu grub boot options) every time i can move my mouse, but i cant click, and no keyboard input seems to be recognized. any idea why that is? trying ubuntu 18.04 lts [09:40] guiverc, hmm haven't got this gear. i can switch between "Xubuntu session" and "XFCE session" at loing screen, no luck with either [09:40] do monitors have ... stuff like MAC addresses, maybe part of which changes every time they're connected? [09:40] I guess that's a hardware question. [09:41] fishie: no [09:41] blip99, that's the gear-logo I meant.. (I assumed 16.04 Unity -> 17.10 Gnome; not Xubuntu) [09:41] fishie: I can't guarantee it's the same issue, however when I tried to disconnect 1 montitor of my dual monitor setup (for gaming), it completely crashed my system. Since then, if I disable 1 of the monitors in Display, then disconnect that monitor, even when the pc is off, I have no problems. [09:41] @ mac [09:41] is it worth updating windows again and agn? coz iit takes too much of my data as well as time [09:41] i only use windows for online gaming thats all [09:42] qwerty: try #windows [09:42] Ool, yes I have RW on /home [09:43] Draegon, alright, thanks. I'll experiment next time along those lines. Kind of annoying if I have to plan which monitor I want in advance but could be worse. [09:43] I can disable, then disconnect 1 of my monitors, use it for gaming, then reconnect & re-enable with the system still on, no issues. [09:44] @mancman3 i do but it sucks anyway.lol [09:45] i wish i could play the games on linux toooooo [09:45] As long as you disable, then disconnect, you shouldn't have a problem while still logged in to your session, or just disable 1 just before shutting down. [09:45] ah, while still on. [09:45] ok, thanks. === rorro__ is now known as Rorro === r0Oter is now known as r00ter [10:08] hi [10:08] lxcf is not to be confused with apparmor's lxc? or is it the same [10:11] ducasse: No joy. Tried anywhere from 3 seconds to over 30. It just delays the desktop from displaying for that time length. It has to be something that has got to happen after the desktop is working. [10:11] *lxcfs [10:17] https://linuxcontainers.org/lxcfs/ [10:18] seven-eleven there's also the channel #lxcontainers [10:19] rebooted my vm and the remote console stays black [10:19] i guess that means my vm is dead [10:23] seven-eleven vm on win? [10:23] ASTRA-, kvm on linux [10:24] ahh [10:24] :/ [10:24] well it seems to be stuck [10:24] <18.04, hard install on desktop [10:25] had some srs issues when upgrading from 16.04 tho [10:26] i just wait half an hour [10:26] if it doesnt come up ill contact the vm hypervisor admin [10:26] sounds reasonable [10:27] worst case i lost a good amount of data [10:29] seven-eleven make sure you have backups [10:33] i [10:33] haii [10:33] any one are in chat room [10:34] Yes, plenty [10:34] just ask your question completely [10:36] In Unity, link a program to the Launcher, I'm now running Cinnamon and run Krita as an AppImage, is there any way to run it from either the Desktop, Menu, or Panel? [10:37] MonkeyDust, i have backups but since i migrated to a new server I didn't do daily backups, therefore I lost 4-5 days [10:38] and installing that whole environment again takes too much time [10:38] especially since my backups are on a 10 MBIT/s upload server [10:39] hope the hypervisor admin can fix this, else i prefer to just stop my service [10:41] i think this is because i added SWAP to fstab [10:42] probably the mounting fails, but the kvm switch should show where it is stuck [10:42] Hi, Seem to have a problem after upgrading from 17.10 -> 18.04. Xwindows loads but as soon as I login nothing happens and I think gnome-shell is crashing [10:42] anyone any ideas? [10:43] hy [10:43] hy all [10:44] hy [11:10] hallo [11:13] hello [11:13] HoloIRCUser, if you have a Ubuntu support question, please just ask it (single line please). If someone in the room knows the answer, they'll reply [11:20] hello [11:21] hello [11:21] can anyone help me pls === pine64 is now known as eMy [11:23] !ask | pine64 [11:23] pine64: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [11:24] !details | eMy [11:24] eMy: 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. [11:25] i need some help to learn crack a wap wifi connection somebody can help me with ? [11:26] eMy: not here, no. this is ubuntu support [11:27] can u tell me where can i ask for it .... y tried a lots of videos on utube but alway y get an error [11:28] eMy: do /nick OHMY :) [11:29] eMy: no pvt msgs thanks [11:29] ok [11:32] I have a usb headphone(jabra 550a), the headphones work fine when I use vlc. But they don't work when I try to watch youtube on firefox or chrome. Need help please [11:32] Does anyone know why my printer wont appear just on GIMP? Every other program can find it without a problem... [11:38] dbugger_: you may need to install the "gimp-gutenprint" package [11:39] tomreyn, that did not help :/ [11:41] dbugger_: hmm, then i don't know, sorry. here (16.04) my printer shows up in gimp as it shows up elsewhere. [11:42] tomreyn, Here (18.04) worked everything, but GIMP is being a bitch :P [11:42] adroit_machine: could be you have the player of those apps muted [11:43] adroit_machine: might be you have youtube player muted [11:45] unable to connect to wifi after installing ubuntu 18.04LTS [11:46] it was working in 16.04lts === kallesbar_ is now known as kallesbar [11:57] hello! [11:58] I'm trying to install xubuntu 18.04 64 bit [11:58] it seems that I can't install the boot loader [11:58] any experienced user for manual parittioning my disks? [11:59] alex72gr, bios or efi? [11:59] gopal_: what does this mean? [12:00] sorry... [12:00] I don't know.. [12:00] I'm not experienced [12:00] ... [12:00] alex72gr, you are using a new pc ? [12:01] gopal_: yes [12:01] I have a 240GB SDD and a 3TB HDD [12:01] alex72gr, any other operating system is installed ? [12:01] nope [12:01] I'll just install Xubuntu [12:01] nothing else [12:02] alex72gr, you want to install xubuntu on ssd ? [12:02] so... the 1st disk (SDD 240GB) is for installing the boot loader, / (root directory) and swap [12:02] this one is marked as sda [12:03] the other one sdb HDD 3TB is for /home [12:03] so... [12:03] what should I do? [12:03] alex72gr: how much ram do you have? you may not want to put swap on your ssd [12:03] 16GB [12:03] I created a 24GB swap partition (the 1.5x rule) [12:03] I think it's OK [12:04] alex72gr in a terminal, lsblk -f ... paste it here, to show it to the channel ... https://paste.ubuntu.com/ [12:04] alex72gr, https://askubuntu.com/questions/194457/installing-ubuntu-os-on-ssd-and-install-home-on-other-hdd [12:05] NAME FSTYPE LABEL UUID MOUNTPOINT [12:05] loop0 squashfs /rofs [12:05] sda [12:05] ├─sda1 vfat 8525-87D9 [12:05] ├─sda2 ext4 b1ff5ef7-fdfd-4946-9f84-8ae650eaaa3d [12:05] └─sda3 swap 5133e601-f933-4f79-b5fd-aad329ec864a [SWAP] [12:05] sdb [12:06] well he wasn't very good at following instructions, was he? >.> [12:06] MonkeyDust, for 18.04 manual swap partition is not required , right ? [12:07] gopal_: it depends entirely on what you do in the installer, if you let it do it's automatic thing then no, if you select "something else" then yes [12:08] the / directory (ext4), the swap area (24GB). [12:08] Hmm, is there an easy way to restore a system after a failed do-release-upgrade? :D [12:08] duke: from backup? [12:08] should I create manually a boot partition (EFI)? [12:08] I made the upgrade from Lubuntu 17.10 to 18.04 on my crappy tablet the other day via ssh and it borked. [12:09] mistralol: don't have a backup for this machine, as there isn't really anything on it [12:09] mistralol: but just asking, before I reinstall it, if there is an easy way to restore it or not [12:09] then easy to just reinstall [12:09] Yea, guessed so [12:10] duke, we can try ... ca you boot the box ? [12:10] ioria: only to a terminal [12:10] gartral, ""For new installs, a swap file will be used by default instead of a swap partition " source https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes [12:11] duke, you mean console or Recovery Mode ? [12:11] duke: did the upgrade *fail* or did you acidentally kill the terminal window? [12:11] wifi not working after installing ubuntu 18.04, [12:11] ioria: actually, scratch that. it boots and displays a kernel panic [12:12] unable to mount root fs on unknown-block(0,0) [12:12] duke, try again (these days Lubuntu is acting weird) [12:12] Ubuntu 18.04. Connected laptop to TV via HMDI. Want sound to come out of TV and not laptop. For the moment, it comes out of the laptop and NOT from the TV [12:12] Any takers for this problem? [12:12] duke: you got lucky, in the future always have backups, even if you think the machine isn't worth it, go reinstall [12:12] gartral: I started it via ssh from my desktop and let it run. when I came back after sleep the ssh session had closed itself, so dunno. [12:12] duke, i mean reboot [12:13] hold on [12:14] Sbur3: often the gfx card has a sound card in it for this reason [12:14] let me try booting the recovery mode [12:14] duke, yep [12:14] Sbur3: just change it in the control panel [12:16] laptop came with broadcom card [12:16] ioria: still the same, seems like it cant open the root device and thus not mount the root fs [12:16] ioria: well, I guess I'll just reinstall it, seems a lot faster and less hassle [12:16] duke, yes [12:17] mistralol: Actually, I'm trying to help a friend with teamviewer. The sound was the normal way before. (out of TV, but not out of computer [12:17] ioria, can you please help me , wifi is not working [12:17] mistralol: He's too limited to have screwed something up [12:17] gopal_, paste sudo -C Network [12:17] ioria: this tablet is rather experimental either way in terms of linux. It even requires me to manually add the 32 bit EFI stuff onto the USB stick, so the device's UEFI can even boot the installer. [12:17] gopal_, paste sudo lshw -C Network [12:18] Sbur3: but yeah. What do you have in the control panel under sound? === ledeni_ is now known as ledeni [12:18] duke, that's should be a pain ... [12:19] ioria: then it does run well, at least a lot better than it did with Windows 10, especially in terms of storage space... only has 32GB and Win10 couldnt update anymore, because no space left. [12:19] anyone any idea what this means? usb 2-5.4.1: input irq status -75 received [12:19] duke, so lubuntu is the right choice, i guess [12:20] ioria: but as said, the audio doesn't work, it seems like alsa/pulse just wants to use the HDMI port instead of the proper audio device - which does get recognized - and I haven't gotten it to use the proper one somehow. [12:20] ioria, http://paste.ubuntu.com/p/PrQrdzxbX4/ [12:20] duke, as i said, ... a pain :þ [12:21] ioria: aaaaaand then the issue with the display not shutting off when I lock the tablet or press the power button or the device goes to sleep. Display does turn black, but is still on. [12:21] ioria, i can see wifi connections available but when i connect to them , they keep asking for password [12:21] i am entering correct password [12:21] Then the webcams do not work, but I don't care about that. [12:22] gopal_, dmesg | grep -i wlo1 [12:22] ioria: thinking about either trying LUbuntu 18.04 again or give Manjaro a shot, altho I don't see that changing much in terms of functionality [12:23] duke, yeah, with that thing you have to go by trying === grumblr is now known as grumble [12:23] ioria: Yup. I'd be satisfied if I get the audio to work and could live with the screen issue. [12:24] duke, good luck [12:24] thanks :D [12:24] I'll make sure to ask here for specific help with ALSA and pulseaudio befuddling. [12:25] for now... where did I put my spare USB stick... [12:25] http://paste.ubuntu.com/p/Vm3bcRYDdJ/ [12:27] duke, what kernel ? uname -r [12:28] uh, I can't access it yet. [12:28] but hold on, I might have a pastebin from recently [12:28] duke, sorry it was for gopal_ what kernel ? uname -r [12:28] Ah [12:29] ioria, 4.15.0-20-generic [12:30] gopal_, sudo modprobe -v wl [12:31] ioria, empty [12:31] gopal_, are you using bcmwl-kernel-source ? [12:32] ioria, how to check ? [12:32] gopal_, dpkg -l bcmwl-kernel-source [12:32] ok all, speaking of upgrade troubles, I have a desktop here that's kinda screwed up, I did an upgrade fine, but the system refuses to boot any new kernel (this has been going on for a while now.) currently i'm on 18.04 with kernel 4.4.0.53 [12:33] gartral, that is an old xenial kernel ... [12:33] ioria, http://paste.ubuntu.com/p/pm4cRKVxkK/ [12:33] ioria: I'm perfectly well aware of this [12:33] gartral, and why do you still have it ? [12:33] ioria: because no newer kernels boot [12:34] ah [12:34] i want to fix this [12:34] gopal_, i don't think is a driver issue ... [12:35] salut [12:35] gopal_, but you can try sudo apt-get install --reinstall bcmwl-kernel-source and reboot [12:35] ioria, but it was working in ubuntu 14 and 16 [12:36] gopal_, sudo apt-get install --reinstall bcmwl-kernel-source and reboot (check for errors, if any) [12:36] ßonjour les gens ! [12:36] cc [12:36] <_cc> legalou: what? [12:36] gartral, but the bionic kernel is installed correctly ? [12:36] ioria, Running module version sanity check. - Original module - No original module exists within this kernel [12:37] it is error ? [12:37] ioria: 4.15.0.20 is installed, reportedly correctly, but if I try and boot to it the machine bootloops without giving an error [12:38] gartral, you mean restarts again ? [12:39] ioria: yep, till I intervene at grub and manually select the old kernel [12:40] gartral, i'd try acpi=off [12:40] ioria, reboot ? [12:40] gopal_, yes [12:42] ioria: i'll try, brb === petru is now known as Guest59063 [12:45] ioria, wifi unavailable - 802.1X supplicant failed [12:46] Hiyas all [12:46] is it possible to install a windows partion from ubuntu [12:47] gopal_, sudo service network-manager restart [12:47] i have ubuntu on my ssd and an empty hdd, id like to partition the hdd and install windows [12:47] gobi_, install? no. reserve and set aside? sure. [12:47] gobi_, so boot the windows cd, install. however you will need to reinstall grub to get your ubuntus to boot after installing windows [12:48] !grub | gobi_ please save [12:48] gobi_ please save: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [12:48] cool thanks [12:48] happy2help! [12:50] ioria: welp, you were right, so the question is now, how do I make acpi=off applicable system-wide and automatic with new kernels? [12:51] gartral, wait... acpi=off is not recommended [12:52] gartral, to answer you question you put it in /etc/default/grub [12:52] ioria, after restarting network manager i was able to connect to wifi , then i click on disconnect and again it was giving 802.1X supplicant failed error [12:52] and now restarting network manager is also not working [12:53] gopal_, but still asking you again and again the password ? [12:54] ioria, no wifi unavailable - 802.1X supplicant failed [12:55] ioria, when i restart it sometimes no error is shown but no network available [12:55] ioria: well.. it may not be recomended, but I lack the skills to fix the acpi implimentation for my specific chipset [12:56] gartral, ok, sudo nano /etc/default/grub and set GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off " [12:57] gartral, and run sudo update-grub [12:57] ioria, now it is showing 802.1X supplicant failed , and restarting network manager is also not working [12:59] gopal_, cd /etc/NetworkManager/system-connections/ and paste the file you find in there [13:00] ioria, Airtel 'Airtel Wired HotSpot' Q6_7421 'Wired connection 2' [13:01] hello [13:01] ? [13:01] gopal_, the wifi one ... idk what is :þ [13:01] gopal_, i guess Airtel [13:01] ioria, Airtel 'Airtel Wired HotSpot' Q6_7421 [13:02] gopal_, paste Airtel [13:02] has joined #ubuntu [13:03] ioria, http://paste.ubuntu.com/p/XVPVYNTTrB/ [13:03] zzz [13:03] z [13:03] z [13:03] z [13:03] z [13:03] kiriuha1, stop it [13:04] this is ubuntu support. if you have a question, ask. if you have an answer, help. [13:05] kiriuha does this every day maybe its time for a ban [13:05] ah. didnt' know. fortunately, hexchat /ignore works perfectly [13:06] gopal_, try nmtui-connect and activate the connection there [13:06] any one here ? [13:06] ioria, what is that ? [13:06] Guest55197, only me and about 2000 others. [13:07] gopal_, a cli tool [13:07] where am i please? [13:07] ioria, done it is airtel hotspot [13:07] Guest55197, for the record, #ubuntu is never empty so just skip the greeting and ask your support question [13:08] ioria, now ? [13:08] Guest55197 you're in the ubuntu support channel, type /topic [13:08] so ! how to update graphic quality on ubuntu ? [13:09] gopal_, reboot and try to connect ? [13:09] ioria, ok rebooting [13:09] gopal_, set also the passphrase [13:09] !details | Guest55197 [13:09] Guest55197: 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. [13:09] ioria, how ? [13:10] ubottu thank you [13:10] You're welcome! But keep in mind I'm just a bot ;-) [13:10] gopal_, nmtui [13:10] what ? ubottu u are bot ! that amazing who designed you ? [13:11] Guest55197, focus. if you want help with your problem, provide details as requested. [13:12] ioria, soooy for wrong info , but i cant see any wifi id in nmtui-connect [13:12] sorry^ [13:12] ioria, it only show pic ethernet and usb ethernet [13:13] cfhowlett when i open video in vlc media it came with bad quality on my ubuntu 16.04 [13:13] gopal_, paste ' ip a ' [13:13] Guest55197, "bad quality" = low resolution or what? [13:14] ioria, http://paste.ubuntu.com/p/F2zNVqRtXY/ [13:14] gopal_, yes, disabled [13:15] cfhowlett yeah low resolution but when i open it in windows 10 or 7 it came with good resolution ? [13:15] Guest55197 which graphics card? === eukreign is now known as Guest57646 [13:16] monkeydust intel celeron n3050 [13:16] ioria, ? [13:16] gopal_, wlo1: [13:17] ioria, how to enable it , restating network manager is not working [13:18] gopal_, sudo ip link set wlo1 up [13:18] ioria, sorry , need to go , only 5% battery in laptop and no power in my house [13:18] gopal_, ok [13:18] ioria, still o wifi in nmuti [13:18] no [13:19] bye [13:19] thx [13:19] np === Guest55197 is now known as king === king is now known as Guest95968 === SimonNL is now known as SimonNL_Afk [13:32] hi all [13:44] hello [13:44] good morning for everyone. i'm trying to install cisco packettracer 7 on my ubuntu 18, and when I run it, there are a missing dependencie. [13:44] I can't start ubuntu 18 in recovery mode [13:44] ive tried holding down right shift [13:44] its not working [13:44] ./PacketTracer7: error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory [13:45] its missing... does someone knows how to find it ??? [13:55] !find libqt5webkit [13:55] Found: libqt5webkit5, libqt5webkit5-dev === bestucan[m] is now known as bestucan[m]1 === webnetvn_ is now known as webnetvn === pchoo_ is now known as pchoo === catbusters_ is now known as catbusters [14:45] I just rebooted and the order of my monitors was switched [14:45] The right one has the sidebar and the top bar [14:45] the left one used to have that [14:46] how do I fix this [14:46] nvm fixed === ledeni_ is now known as ledeni [14:47] ioria, still getting unavailable- 802.1X supplicant failed === bestucan[m]1 is now known as bestucan[m]2 === bestucan[m]2 is now known as bestucan[m] [14:49] how to fix unavailable- 802.1X supplicant failed ? [14:49] s10gopal, dmesg | grep -i wpa [14:49] ioria, empty [14:51] s10gopal, your interface (wlo1) is up now ? [14:52] ioria, i did sudo ip link set wlo1 up , but still getting empty log [14:53] s10gopal, ip a [14:53] http://paste.ubuntu.com/p/cFn969SWKs/ [14:54] s10gopal, nmcli dev wifi connect password [14:57] ioria, bash: sushi@195: event not found [14:57] s10gopal, you made it wrong ... [14:58] ioria, nmcli dev wifi connect Airtel password sushi@195 === Butterfly| is now known as Butterfly_ [14:59] s10gopal, escape @ [15:00] s10gopal, do you use different keyboard layout ? [15:00] ledeni, no [15:01] ioria, ? [15:01] s10gopal, nmcli dev wifi connect Airtel password sushi\@195 [15:02] ioria, Error: No network with SSID 'Airtel' found. [15:02] are these "802.1X supplicant failed" errors due to connect to a hidden network ? [15:02] no [15:03] after installing ubuntu 1804 , i want unable to connect to wifi , it was keep asking password [15:03] and after doing reinstall bwcl i am getting that error [15:04] s10gopal, nmcli dev wifi connect Airtel password 'sushi@195' (with quotes) [15:04] ioria, Error: No network with SSID 'Airtel' found. [15:06] s10gopal, sudo iwlist wlo1 [15:07] ioria, iwlist: unknown command `wlo1' (check 'iwlist --help'). [15:07] s10gopal, sudo iwlist scan [15:08] ioria, http://paste.ubuntu.com/p/VmzpfVzbBy/ [15:12] s10gopal, set +H && nmcli dev wifi connect Airtel password sushi@195 [15:14] ioria, Error: No network with SSID 'Airtel' found. [15:16] I would like to install ubuntu 18.04 on a machine with two disks - a small SSD (32G) and a larger hard disk (1TB). Would like to use both disks for Ubuntu and have them both be fully encrypted. Installer skips over the larger disk forcing me to encrypt separately [15:17] Any way to avoid that? [15:17] s10gopal, try again with nmtui [15:19] s [15:19] 2 guys [15:20] any 1 here? [15:22] please help. i use Broadcom BCM20702A0 Bluetooth USB dongle along with Philips SHB3075/00 Headset. When i connect from computer via blueman-applet (ver. 2.0.5), all is fine, but when i connect other way - by turning on headphones so those connect to pc, connection is successful, but the Headset device isn't working nor isn't visible in PulseAudio settings [15:22] i have to disconnect and connect again from computer via blueman-applet for those to work [15:24] ioria, nmuti -> edit connection , Airtel is present there [15:25] i'm not sure how to google my problem [15:27] s10gopal, try with nm-connecton-editor to make new wifi profile [15:27] i think first i should delete all profiles ? === ds is now known as Guest81396 [15:27] "pactl list cards short" shows bluetooth card.. is there a way to send signal to pulseaudio to refresh it? [15:28] s10gopal, not necessary [15:28] ledeni, but Airtel profile is already created [15:28] why i have to create a new one ? [15:29] clear profiles, restart router to release the lease.. [15:29] 2 actions to find out if that is the culprit [15:29] s10gopal, just to see you got same error [15:30] BCM43142 is a wifi/bt chipset, do you have proper BT ? [15:30] Hello.I wish to install Atom from the Ubuntu Software Cente, in detail the message is displayed "the application is unconfined. it can access all personal files and system resources".How do I protect my self from that and restrict access, btw im using Ubuntu 18.04.Thanks you. [15:30] idk about bt [15:30] s10gopal, yes, and did you install , by chance, another nm , like wicd ? [15:31] ioria, yes someone suggested o install wicd but it dont work so i removed it [15:31] me to [15:31] s10gopal, dpkg -l | grep wicd [15:32] ioria, http://paste.ubuntu.com/p/MmFmtYnrgn/ [15:32] Guest81396: there's nothing really strange about that, but you could spend time on setting up an apparmor profile [15:32] s10gopal, still there, purge it and autoremove [15:33] ioria, purge wicd ? [15:33] yes [15:33] Guest81396, by not using it, "this third package is not sandboxed, it will have access to your documents.." Atom is a free and open source text editor that is modern, approachable, and hackable to the core. [15:33] or use it with care [15:33] ioria, done [15:34] s10gopal, apt autoremove [15:34] ioria, done [15:34] Ah I see, i will try apparmor. Thanks you ducasse and oerheks. :) [15:34] s10gopal, check again dpkg -l | grep wicd and be sure it's gone [15:35] I was doing a do-release upgrade in a screen and had to disconnect from the server but can't reconnect, is there anything I can do? [15:35] Guest81396: be aware that apparmor is pretty complex. if you need help, a few of the maintainers hang out in #ubuntu-server [15:35] ioria, still present http://paste.ubuntu.com/p/2Sb4hNGZPd/ [15:36] @scp: screen -r [15:36] s10gopal, sudo apr purge wicd-curses wicd-daemon wicd-gtk [15:36] *apt [15:36] memphisto: can't reconnect to the ssh [15:37] ioria, all removed [15:37] I can ping the machine, it's there. I thought it normally started ssh on a different port when it did an upgrade? or is that my memory being fuzzy? Already doing a port scan, but idk if I'm wrong. [15:38] s10gopal, restart router and pc ... and, for now, i suggest you change your wifi password (without special characters like @!# etc. etc.) [15:38] scp: oh. then your *. But don't you have iLO, or iDRAC, or similar to your server [15:38] ioria, ok [15:39] memphisto: idk what any of that means === Thargoid is now known as stwalkerster [15:39] scp: is this a vps or a physical machine? [15:39] physical machine [15:40] scp: why can't you plug in a keyboard and monitor? [15:40] leftyfb: oh, it's remote, it's just a rented dedicated machine [15:40] scp: ok, then contact support [15:41] naw, they can't help me, i hope. If I have to brave a hard-reboot and see if it comes back then that's that. [15:41] rental machine, then you should have an admin entry [15:41] scp: Integrated Lights-Out, or iLO, is a proprietary embedded server management technology by Hewlett-Packard which provides out-of-band management facilities [15:41] don't mention valuable info like rental machine when seeking support [15:41] :-D [15:41] scp: check if there's an sshd on port 2222 first [15:42] oerheks: no console from the control panel if that's what you mean. Normally I use mosh, which uses ssh, but right now neither connect. 443 is up though, so that's a ok sign [15:42] port 2222: Connection refused [15:43] nmap [15:43] scp: ok. iirc that's where the upgrader starts an sshd [15:43] memphisto: already on it, the port scans gonna take a hot 20 minutes or so [15:44] scp: hands and eyes on remote site that could help you ?? [15:44] ducasse: yeah, seemed like i remembered something like that. That at least gives me motivation to let the portscan finish before doing the reboot. [15:44] memphisto: heh, like i said earlier, if they can help me that would kind of scare me, i mean the implications. [15:44] ioria, it is working but when i keep @ in my password it keep asking for password [15:45] s10gopal, did you change the password ? === michal__ is now known as nomad_cz [15:45] ioria, i created hotspot from my mobile and i am able to connect to it [15:46] ioria, but when i connect to Airtel it ask for password again and again [15:46] * oerheks bets password = wrong [15:46] s10gopal, so the proble is the settings of that Network [15:47] ioria, password is correct , i connect my mobile to that router using same password [15:47] s10gopal, did you change the password ? yes / no === SimonNL_Afk is now known as SimonNL [15:50] ioria, i am able to reproduce it , [15:50] i changed my mobile hotspot's password to pas@11 [15:51] s10gopal, " password (without special characters like @!# etc. etc.)" [15:52] ioria, how to set password with special characters ? i was using same password to ubuntu 14.04 [15:52] and it was working fine [15:52] s10gopal_, 'wihout ' [15:53] s10gopal_, without [15:53] .. change it to 'normal' characters and find out that is the issue? [15:53] oerheks, it work fine with normal characters [15:53] s10gopal_, you know, like 'pippoboia' [15:54] s10gopal_, and connect to that 'Airtel' or whatever it is [15:54] yes [15:55] i am able to connect to airtel with normal password [15:55] s10gopal_, omg === SimonNL is now known as SimonNL_Afk [15:57] ioria, any idea how to fix it ? [15:57] it is problem related to wap/wap2 ? [15:59] if you used the gui, it should be alright, if you edited the password manually, restart networking ? [15:59] and you *did* set the pasword in your router too? [16:00] oerheks, even it dont work with gui [16:02] Hi how can i make it work with ubuntu? https://github.com/nvllsvm/emby-unlocked [16:04] s10gopal_, run nm-connetion-editor check Aritel wifi security & password [16:05] Hi how can i make it work with ubuntu? https://github.com/nvllsvm/emby-unlocked [16:06] Freekid, i think you need to deploy the docker image [16:07] Ah so i need to to install docker in ubuntu? [16:07] *first? [16:08] and "paid to unlock emby" sounds like you are asking us to help hacking? https://emby.media/premiere.html [16:08] *if* you have paid, that feature would be available to you [16:14] Hey everyone. I'm trying to create and a share a torrent with a friend, but my transmission keeps saying the port is closed. [16:14] Canyouseeme.org is showing the port as being open, though. [16:15] Does anyone know what could be blocking transmission? [16:15] Ezro, maybe you didn't do port forwarding. It's necessary, because you have a router/modem in the way, (right?) [16:16] I set up the port forwarding in my router, and also even tried disabling my firewall with Gufw. [16:16] Canyouseeme.org shows the port as being open when I have transmission running, but transmission is showing it as closed. [16:17] Ezro, what about the modem? [16:17] Ezro, router and modem? [16:17] sudo ufw allow /tcp [16:17] oh it may be transmission error Ezro but its open actually if that site says it open [16:18] Ezro, don't disable the firewall, just open the Transmission port through it [16:18] sudo ufw status verbose [16:19] crimson_king: My router has the port forwarded, and I added a rule in the firewall to allow 192.168.1.1 <-> my local ip [16:20] oerheks: I've already added the port in my local firewall and it shows as 'ALLOW Anywhere' in 'sudo ufw status verbose'. [16:20] Ezro, OK, so the router allows Transmission port to your computer IP, right? [16:20] Yes, I believe so. [16:21] show us your ufw status, as oerheks said, it might show something [16:22] hmm maybe something else, a fresh torrent can take up minutes to avertise to your friend, maybe just be patient? [16:23] c/advertise === jstein_ is now known as jstein [16:25] https://i.imgur.com/WwC7SIo.png === Ezro_ is now known as Ezro [16:29] check if uPnP is enabled, port -13 is the standard listeningport, that seems oke [16:32] oerheks: Canyouseeme.org is seeing port 13 as cloesd [16:32] closed* [16:34] I think I've noticed a bug but have no clue what package it applies to. Scrolling jumps multiple lines at once. This is noticeable in GNOME shell's application launcher and in games on Steam like Half Life where it interferes with the game. Rebooting sometimes fixes it. [16:34] I have no clue what package to file it under. Anyone have any ideas? [16:36] I'm on Ubuntu 18.04 and I noticed it on the previous LTS as well. [16:50] im running 18.4 lts x86_64 desktop. default install and desktop. if i have two seperate terms open and click the icon a little window pops up and shows my two terms [16:50] is there a way to make those terms in that window larger so i can see more [16:50] too bad we cant just click and drag it bigger [16:52] i can't find any https mirrors for ubuntu, is this really not supported? [16:53] so everybody's clients just decided to ping timeout all at once? === SimonNL_Afk is now known as SimonNL [16:55] AquaL1te: I wouldn't say it's not supported, just that there aren't any [17:00] I could use a little help if someone is available [17:01] CableGuy: ask your question, someone will help if they can [17:01] Having some issues installing a program in 18.04. I've downloaded the file and done the extraction. [17:02] when I use apt install, it says unable to locate the package. I've tried it from a few different locations [17:02] what am I doing wrong [17:03] apt uses the repos, you want dpkg -i .deb [17:03] and if it is not a deb, read the instruction ? [17:04] specifically it is the gnu external ballistics calculator. Not been able to find any instructions. Just a trz file [17:04] Don't use dpkg to install a deb, use apt [17:04] 'apt install ./debfile.deb' [17:05] A [17:06] there are tons of gnu external ballistics calculators, url? [17:06] https://sourceforge.net/projects/balcomp/?source=typ_redirect [17:06] I think you'll need to compile that from source [17:07] I just installed latest lfs release of ubuntu deaktop but now i want to install some other destro. But I cannot enter the biis even by pressing f2 or f12 at startup. Ubuntu shows up fastly [17:07] tgm4883: why apt over dpkg? [17:07] leftyfb: because it resolves dependencies [17:07] pankaj_: that's a question about your hardware/BIOS/motherboard, not Ubuntu [17:08] CableGuy: did you download the source archive? [17:08] pankaj_: Ubuntu does not change how you get into your BIOS in any way [17:08] Hello I'm using Lubuntu 16.04 and I'm getting errors about updating firefox with `apt-get upgrade' (not found). I think this means I have to upgrade my ubuntu. [17:08] does anyone know how I can do that? [17:08] But before now it worked fine. [17:08] p0a: pastebin the error [17:08] leftyfb: there /was/ a recent bug in some laptops with the BIOS though [17:08] pankaj_: coincidence [17:09] p0a: got a link? [17:09] leftyfb: sure, it's a 404 not found error [17:09] I did not download the source archive. [17:09] p0a: please pastebin the actual error [17:09] CableGuy, there is a source, and slackware gives /gebc-1.07-i386/, i think you downloaded that one [17:09] leftyfb: So do you think of any other solution? [17:09] pankaj_: what laptop? [17:09] leftyfb: the BIOS link: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147 [17:09] Launchpad bug 1734147 in linux (Ubuntu Artful) "corrupted BIOS due to Intel SPI bug in kernel" [Critical,Fix released] [17:10] pankaj_: unplug the HDD and see if it makes a difference [17:10] leftyfb: Even my pendrive does not blink [17:10] I did download that [17:10] p0a: that wasn't a 16.04 bug [17:10] twice actually [17:10] one that is a tar.gz and one that is zip. which I'm pretty sure I cant use [17:10] tgm4883: wasn't referring to myself; someone said ubuntu doesn't mess with the BIOS and I thought that might be helpful [17:11] I'm pretty new to this whole installing thing when there is no instructions. [17:11] p0a: meh ok [17:11] leftyfb: `apt-get upgrade' link: https://pastebin.com/cm8NMFiN [17:11] tgm4883: meeeeeh :P [17:11] p0a: did you run 'apt update' ? [17:11] leftyfb: It is a laptop [17:12] p0a: sudo apt-get clean ; sudo apt-get update ; sudo apt-get upgrade [17:12] leftyfb: Before I used to take out the battery and tyen try again. IT WORKED BUT NOW IT DOES NOT [17:12] leftyfb: thank you [17:12] CableGuy, it is a 32 bit blob from 2008 .. https://sourceforge.net/projects/balcomp/files/?source=navbar find a better project, or build it from source [17:12] pankaj_: what laptop... [17:13] leftyfb: toshiba satellite c850 [17:13] leftyfb: I take it I should always run that sequence then [17:13] p0a: you should always do an update first, yes [17:13] when i start it, it complains about# ./gebc -> ./gebc: error while loading shared libraries: libpng.so.3: cannot open shared object file [17:13] any suggestions on a newer project? a google search only pulls up this one and some built for windows. [17:14] pankaj_: getting into the bios of that laptop when fast boot is enabled seems to be a common problem [17:15] but still nothing to do with ubuntu [17:15] Hey there o/ [17:15] leftyfb: +1 [17:15] Aperture: hello [17:16] Another question: I get CPU#2 soft lock errors sometimes when I halt the machine [17:16] leftyfb: I was building linux from scratch abd when i ran a package requirement check i niticed that some packages like make, m4, gcc , g++, yacc etc does not come pre installed in ubuntu as compared to other linux destros. Why? [17:16] Searching online, some people recommend replacing the power supply. Is that what I should do? [17:17] pankaj_: they are part of the "build-essential" package [17:17] p0a, for what ? [17:17] pankaj_: because most users don't need to compile things [17:17] ioria: to avoid these halting errors that stop the computer from halting [17:18] p0a, can you define 'halting errors', please ? [17:18] leftyfb: but is not that they are essential to open source. Even awk is a symbolic link to nawk and not gawk [17:18] leftyfb: sorry mawk [17:18] leftyfb: i know you [17:18] are you the gay furry in the UK? [17:19] So I screwed my partition table somehow when resizing partitions, and now whenever Ubuntu boots, I get dropped to a BusyBox (initramfs) prompt. Any ideas on what I should do? [17:19] ioria: BUG: soft lockup - CPU#16 stuck for 23s! [17:19] pankaj_: in ubuntu 16.04, awk is a link to gawk [17:19] ioria: that was from online. Mine says CPU#2 [17:19] !op | TortoiseSvn [17:19] TortoiseSvn: 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, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [17:19] p0a, oh, i see [17:19] p0a, it's an old machine ? [17:19] pankaj_: and again, they are not required for most users [17:19] ioria: i also had same problem when i did not know how to do that or may be some other problem. [17:20] p0a, it's an old machine ? [17:20] ioria: :( don't say that out loud, it might hear you [17:20] leftyfb: yes but not in 18 [17:20] ioria: sorry - just kidding. Yeah it's kind of old. [17:20] p0a, :) like what ? [17:20] pankaj_: there is no "18". You might be referring to Ubuntu 18.04 [17:21] leftyfb: yes i was referring to same [17:21] p0a, and what your kernel ? uname -r [17:22] pankaj_: if you want to change it, run sudo update-alternatives --config awk [17:22] ioria: 4.13.0-36-generic, it's about 9 years old [17:22] pankaj_: btw, LFS is in no way supported here. [17:22] p0a, also your kernel is old .... [17:22] p0a, are you on xenial or artful ? [17:23] ioria: sorry, I don't know how to update it. I thought maybe apt-get takes care of it [17:23] leftyfb: ok i will see [17:23] pankaj_: if you install gawk, it will set it as default [17:23] ioria: I'm on lubuntu if that's what you're asking [17:23] p0a, cat /etc/issue [17:24] ioria: Ubuntu 17.10 [17:24] (I had forgotten that xenial/artful refer to major releases) [17:24] p0a, then you kernel should be 4.13.0.41.44 [17:24] p0a, sudo apt full-upgrade [17:24] leftyfb: I was curious to know if this package management that i was talking haa something to do with canonical proprietary regime. I saw an youtube video clip of richard stallman talking about proprietary stuff of ubuntu [17:25] ioria: thanks! [17:25] !ot | pankaj_ [17:25] pankaj_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [17:25] p0a, ok, and reboot to make it in use [17:25] pankaj_: please take that discussion to #ubuntu-offtopic [17:25] ioria: why doesn't `upgrade' take care of the kernel? [17:26] ioria: so the full-upgrade is there in case users don't want to go all the way with upgrades? [17:26] !dist-upgrade | p0a [17:26] p0a: A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [17:27] leftyfb: ok. In the mean time i was trying a trick to make bios appear but it did not work out. Do you have any advice on this? [17:27] !upgrade | p0a [17:27] p0a, please see my private message [17:27] Can I ask my question again? [17:27] pankaj_: keep trying, try #hardware or read the documentation on your hardware [17:28] So I screwed my partition table somehow when resizing partitions, and now whenever Ubuntu boots, I get dropped to a BusyBox (initramfs) prompt. Any ideas on what I should do? [17:28] ioria: seems 4.13 is installed. here I go... (restarting) [17:28] leftyfb: ok [17:28] ioria: thanks for the help [17:28] p0a, no prob [17:29] https://tinyurl.com/ya79dnx5 [17:30] there's also an "ALERT! /dev/mapper/xubuntu--vg-root does not exist. Dropping to a shell!!" message right before this [17:30] Looan: can we help you with something? [17:32] Someone can help me with beryl cube? [17:33] Mutter: beryl isn't a thing anymore AFAICT [17:35] Afaict? What is that? [17:35] as far as I can tell [17:36] Mutter: you can play with the cube affect by enabling "desktop cube" using compizconfig-settings-manager [17:37] Compiz??? Omg what is that? [17:39] My last distro was feisty === s10gopal is now known as gopal [17:39] guess I'll uh [17:39] Mutter: what are you running now? [17:39] ask in a different channel === gopal is now known as qsqsqsq [17:39] what application are not installed in minimal installation of ubuntu 18.04 [17:42] I’m running gutsy gibbon [17:43] Mutter: trolling is offtopic [17:44] <[Kid]> anyone have multipath setup and working in 18.04? [17:44] <[Kid]> i am able to see paths and they are ready, but if i try to mount the friendly name it says mount path busy [17:44] Hey man !! Im not trolling [17:45] I want to install The cube like a beryl [17:46] Mutter: I told you how to do it. Mutter you also claim to run a distro which was unsupported over 10 years ago. Come back when you actually want help with Ubuntu. [17:46] Compiz or whaterver [17:48] So what? What distro do You recomended? [17:49] Mutter: ubuntu.com [17:49] Ubuntu ok [17:49] Or xface [17:49] Ok [17:50] Thanxs [17:50] Mint.... === lead_pipe23_ is now known as lead_pipe23 [17:55] Hey all [17:55] AquaL1te: see ubuntu_archivemirrors_https at https://github.com/tomreyn/scripts [17:57] Client: HexChat 2.14.1 • OS: Ubuntu "bionic" 18.04 • CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz (2.66GHz) • Memory: Physical: 11.3 GiB Total (10.6 GiB Free) Swap: 2.0 GiB Total (2.0 GiB Free) • Storage: 13.1 GB / 136.1 GB (123.0 GB Free) • VGA: Intel Corporation HD Graphics 520 @ Intel Corporation Skylake Host Bridge/DRAM Registers • Uptime: 27m 22s [17:57] ... [17:57] s10gopal: please don't do that [17:57] sorry , === SimonNL is now known as SimonNL_Afk [18:01] s10gopal, you are forgiven [18:01] Hello everyone, I just updated to 18.04 and now my laptop freezes up frequently. I have looked at top and system monitor and nothing seems to be using up my resources. any suggestions? [18:03] in communitheme , system monitor gui is not working properly , how to report it ? [18:04] shakes808, freezes how ? [18:05] computer just locks up and i have to force restart it [18:06] shakes808, fresh install ? proprietary drivers in use ? using default gnome-shell on xorg ? [18:06] AquaL1te: output: http://paste.ubuntu.com/p/nJFGsyZQmX/ [18:06] ioria, sometime this happen with me too , and sometimes it also happens while restarting , black screen with some logs like starting deaom , services etc [18:06] ioria: I had 16 LTS and upgraded to 17 and then 18 [18:06] Correct [18:07] !reisub | shakes808, this is a safer way to recover from situations like yours, it works most of the time [18:07] shakes808, this is a safer way to recover from situations like yours, it works most of the time: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [18:07] from my understanding there was a lot of issues that was released with 18.04 [18:08] s10gopal, system monitor is ok with community theme [18:08] can i get a list of applications which are not installed in minimal installation of ubuntu 18.04 please [18:08] \\q [18:08] whoops [18:08] ioria, i will upload a screenshot [18:09] ioria, where to upload ss ? [18:13] ioria, https://imgur.com/a/Uu6hNwv [18:13] having an issue installing a ballistics program [18:14] sourced from: https://sourceforge.net/projects/balcomp/?source=typ_redirect [18:15] using the slack12 tar.gz [18:15] have not found any instructions other than it needs a libpng3 [18:15] can anyone help [18:16] hi [18:16] is here kittykatt [18:17] !rules [18:17] The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [18:17] fff [18:17] !rules | kino [18:17] kino: please see above [18:17] kino, you've taken a wrong turn [18:17] ok [18:17] i dont do that animore [18:17] kino, go eastwestnorthsouthish [18:18] kino, good [18:19] !compile | CableGuy [18:19] CableGuy: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall [18:19] I did something, to make my ubuntu ask me for the keyring password every time I log in. By default it didn`t do this. I`ve googled it and it claims it is hasardous to remove this feature, however, on a clean install it doesn`t ask for it. Therefor it should be possible to safely remove it somehow, right? [18:19] CableGuy: ubuntu is not slackware, so its unsurprising a 10 year old binary won't work on ubuntu. It's also not something packed with ubuntu, so it's unlikely you'll find support here for that software. [18:20] leftyfb: What the hell man? [18:20] I've tried 3 different versions of it the same software...I just need a little help on the install is all [18:21] chanikan, http://ubuntuhandbook.org/index.php/2013/07/disable-unlock-login-keyring-ubuntu-13-04/ [18:22] CableGuy: #ubuntu is for ubuntu-related support questions, this is a problem that isn't related to ubuntu supported software, so this isn't the appropriate place to ask for help with that software, sorry. [18:23] !offtopic | CableGuy [18:23] CableGuy: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [18:23] please help. when i initiate bluetooth connection from blueman-applet on pc with headphones, it works fine (pulseaudio shows new output device), but when headphones (on power-on) initiate connection, no audio output device appears in pa, although both blueman-applet and headset says it's connected, and "pactl list cards short" shows bluetooth card [18:23] i need to manually disconnect and reconnect with blueman-applet [18:24] is there a dbus signal or another way i can send to pulseaudio to refresh its status? [18:24] rud0lf: I don't know the answer to that but if you wait a while, someone might have a suggestion. [18:24] so then...what you're saying is that even though it was compatble with and built for older ubuntu versions I am SOL here [18:24] matjam: thank you, i will wait patiently [18:24] CableGuy: it's not an ubuntu supplied and supported software. [18:25] you can go to #ubu ... [18:25] fine. [18:25] s10gopal, and it works correctly if you change the theme ? [18:26] ioria, yes === Fleetwood is now known as jerry [18:26] s10gopal, works perfectly here [18:26] s10gopal, what version of gnome-system-monitor ? [18:28] thank you for the response s10gopal, I`m using lubuntu but now I got the right idea, so I should be able to google fu it I think [18:29] Can I upgrade from 16.04 to the 18.04? [18:29] chanikan, look for keyring.default file (i don't recall the exact location) [18:31] ioria, how to check version dpkg -l gnome-system-monitor returns nothing [18:31] s10gopal, dpkg -l | grep system-monitor (unless you 're using a snap) [18:33] ioria, nothing [18:34] s10gopal, sudo snap list [18:34] ioria, http://paste.ubuntu.com/p/2x8fMKV4tM/ [18:34] ioria, 3.26.0 [18:35] s10gopal, as i said, you're using a snap [18:35] ioria, it is default [18:35] s10gopal, i don't remember that (maybe); report to snap dev [18:36] s10gopal, i don't have it [18:36] ioria, can i get a list of applications which are not installed in minimal installation of ubuntu 18.04 please [18:36] !info gnome-system-monitor [18:36] gnome-system-monitor (source: gnome-system-monitor): Process viewer and system resource monitor for GNOME. In component main, is optional. Version 3.28.1-1 (bionic), package size 199 kB, installed size 1932 kB [18:37] why mine gnome is outdated ? [18:37] s10gopal, i'd remove that snap and get the official one [18:38] s10gopal, what you mean with minimal installation ? mini.iso ? [18:39] ioria, no , option in ubuntu installer [18:39] s10gopal, ah, the new feature ... not tried so far [18:40] s10gopal, inimal Ubuntu install containing a desktop environment, a web browser, some core system tools, and little else [18:41] ioria, but how to compare which package are present in full install and which are not present in min install ? === jelly-home is now known as jelly [18:42] s10gopal, why compare ? [18:42] im running 18.4 lts x86_64 desktop. default install and desktop. if i have two seperate terms open and click the icon a little window pops up and shows my two terms [18:42] is there a way to make those terms in that window larger so i can see more [18:42] Goodbye leftyfb i hope you find your hot fox or panda furry lover soon [18:42] leftyfb: dont be afraid of who you are. [18:43] en1gma, try to open that term window then press ctrl + p , ( i am no sure ) then save it as pdf [18:43] then read it [18:44] s10gopal, we are talking about 80 packages missing , no more [18:46] when is does ubuntu 18.04 get kernel 4.16 ? [18:46] -is [18:47] https://youtu.be/oQ3ysaNxhyA [18:47] resize that area... [18:47] i have a tiny issue and i don't know when to look for config files.. when headset bluetooth connects, there are 3 profiles possible: HSP, A2DP, and Disabled. And the last one, disabled, is default. Can i change it so it will select A2DP upon connection? [18:48] every time i pair headset, i need to open blueman and change audio profile.. not a big issue but still silly and iritating [18:48] #ubuntu-kernel | ph88^, [18:49] en1gma, if click is not working then it is bug , try alt + tab [18:50] ioria, thx [18:50] ph88^: never [18:50] glitch* [18:57] i do not want to select and goto that window [18:57] i want both windows to be bigger when not selected [18:57] where i can pick either one but dont pick nothing [18:58] in the video i want to grab the sides or corner to expand. you cant see me doing that? [19:07] hello, on the ReportingBugs page looks like I cannot report a system crash === SimonNL_Afk is now known as SimonNL [19:11] !details | mm302 [19:11] mm302: 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. [19:11] mm302: which ubuntu version? in /var/crash/ do you see a .crash file where the file name matches the time when you rebooted after the system crash? [19:13] mm302, and should be automatic if you press 'Report', unless you disabled it in Privacy [19:13] ubuntu18, sometimes when I lock my laptop, then later I unlock it, after login, x server freezes. nothing I can do other than restarting (Ctrl+Alt num> doesn't work [19:14] mm302, that's not a 'crash' [19:14] I have nothing in /var/crash but I saw a strange line in syslog after PM: suspend entry (deep) [19:14] !reisub | mm302 [19:14] mm302: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [19:14] hi [19:15] thanks, why do you think this is not a crash? [19:15] mm302, because it tells you [19:17] mm302, and you have a report under /var/crash [19:18] =j #ubuntu-kernel [19:18] =j #ubuntu-kernel [19:18] =j #ubuntu-kernel [19:18] you mean it's not an automatically detected crash [19:18] ph88^: /j [19:18] mm302, i mean could be a bug, not a 'crash' [19:19] mm302, basically you can't unlock ? [19:19] if I don't have other way than powering off, that's a crash to me [19:19] ok [19:19] mm302, tell us more about your settings [19:21] in the syslog I see: May 19 17:25:41 lenovo kernel: [24424.690665] PM: suspend entry (deep) [19:21] ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ [19:22] mm302, that looks like a log corruption ... so it's about suspend ? [19:22] ok thanks anyway, I don't know for sure why that happened, I thought I would report it, it may depend on my laptop or X server maybe who knows [19:23] mm302, super + l [19:25] For some work I need 2.11 version of glibc. Is their any apt command that can install that older version or do I have to build it or any advice please? [19:25] pankaj: Is this on LFS? [19:27] leftyfb: Yes. I need glibc 2.11 because later version have not been tested. Is there any apt command to do that safely? [19:28] pankaj: LFS is not supported here [19:31] leftyfb: Cannot you just tell how to downgrade the package safely. Now say it is also related to lfs. [19:31] how is 18.04 diff from 16.04 that GParted doesn't work with it? [19:31] pankaj, you could install lucid in vm [19:32] RoadRunner, because probably you login in the wayland session [19:33] ioria: Is it the standard way in ubuntu or is their any other easy way via ubuntu default installation tool? [19:33] ioria: please explain what that means [19:33] ioria: pankaj is running Linux From Scratch. Not ubuntu. [19:33] leftyfb, ah, ok [19:33] pankaj, scratch that [19:34] leftyfb: This time I am running ubuntu and not lfs. I installed ubuntu to install lfs but I am asking ubuntu question. [19:34] ioria: I am on ubuntu. [19:34] lol [19:35] RoadRunner, gparted is ok (as always) on bionic [19:35] pankaj: lsb_release -a [19:36] ioria: gparted fails to shrink an ext4 partition in a new install of 18.04 === jcnmark6_ is now known as jcnmark6 [19:37] RoadRunner, what it says ? details [19:38] ioria: doesn't say nothing, just indicates the min partition size to be same as max part size [19:38] RoadRunner, it thought you meant 'id does not start' [19:38] starts fine, but doesn't shrink [19:40] RoadRunner, it's umounted, right ? [19:42] no... I thought that was only needed when you ran into a problem on an older install. I could grow a mounted partition before, but to shrink must always be unmounted? [19:43] basicly: yes [19:43] I have a filesystem which contains a systemd unit linked into /etc/systemd/system, and it appears that systemd is loading before the filesystem is mounted. How can I add it to my initial ramdisk? I've already added the x-initrd.mount option to the relevant filesystem in /etc/fstab and run the Debian update-grub helper but that doesn't seem to have made a difference [19:43] RoadRunner, what kind of partition is ? not root i hope [19:43] is that option something only dracut does anything about? I've been googling around but I can't for the life of my find the documentation that says how to get filesystems mounted during the initial ramdisk on Ubuntu [19:44] *for the life of me [19:44] ioria: default ext4 install [19:44] ie: only one partition in that scheme [19:44] RoadRunner, paste sudo parted -l [19:45] leme power on that box, a few mins... [19:45] RoadRunner, you cannot shrink root ; you need a livecd [19:46] ioria: but growing is still fine for a mounted part, right? [19:47] RoadRunner, idr , maybe but not safe; but you said shrink [19:48] you never could grow/shrink a partition that is mounted ( before) [19:48] oerheks: sorry, I did... under 16.04 [19:49] grow that is [19:50] sill waiting ... [19:50] the bugger booted into poor res... sorry [19:51] Wile E. Coyote [19:55] leftyfb: Distributor ID=ubuntu [19:55] leftyfb: Description: 18.04 LTS [19:55] leftyfb: codename bionic [19:55] pankaj: please use pastebin [19:55] leftyfb: release 18.04 [19:56] https://paste.ubuntu.com/p/QHMKCx8B5q/ [19:57] leftyfb: These were some details. Now, please tell me how to install glibc 2.11. I checked synaptic but it is not supported (I think) [19:57] leftyfb: OK [19:58] pankaj: if you install an older version of glibc on Ubuntu, you're going to severely damage it [19:59] ioria: the above paste should show you everything you need; sorry for the delay :) [19:59] leftyfb: But what then should I do. I need glibc version 2.11. Is their any way? [19:59] https://packages.ubuntu.com/search?keywords=glibc .. *what* needs glib 2.11 ? [19:59] pankaj: why do you think you need glibc version 2.11? Nothing officially supported in Ubuntu requires glibc 2.11 [20:00] it is so old, not even op https://www.gnu.org/software/libc/ anymore [20:01] leftyfb: Consider that if someone wants an older version of any application. In that case what should the person do if that version is available but just not supported by ubuntu. [20:02] leftyfb: https://ptpb.pw/BZSG [20:03] pankaj: what you are doing, since you're being so elusive about it, is not supported in Ubuntu. I still believe you are running LFS and just trying to get help with it here [20:03] RoadRunner: Ioria left [20:04] leftyfb: You just tell me that whether it can be done or not (And you can ask me any question in case you are not sure whether I am using ubuntu this time or not and I will surely answer: Whether it be a commnad). [20:05] matjam: good to see you again :), I take it, you'll confirm everything your collegues said here earlier? [20:05] I've not been paying attention [20:07] RoadRunner: if you're trying to shrink your root filesystem, boot from a USB stick and shrink it with gparted there. [20:08] matjam, he is talking about a spare 80 gb disk with one partition; and wonders why it need to be unmounted before risize [20:08] c/resize [20:08] yeah you need to unmount that before messing with it [20:08] I don't think online resize of any ext filesystem has ever been supported [20:09] jups, filesystems in use by the os cannot be unmounted, but that is just a detail [20:09] at least, you can grow a filesystem but not shrink it [20:10] matjam: that was my question, thanks :) [20:11] btw, had problems booting 18.04 from live usb (live cd was fine) tried diff sticks and on diff comps, any idea why? [20:13] RoadRunner: make sure you use the right tool to make the usb stick; ubuntu usb-creator-gtk works well, there's tools for windows and macos too. [20:13] https://tutorials.ubuntu.com/ [20:14] unetbootin for example does it the wrong way, and you'll have problems booting with it [20:16] I used unetbootin, didn't have issues with it bfr, or with earlier ubuntu versions... [20:16] but I'll try the tool you suggested [20:17] yes, thats your problem then. I know this, because I had the same problem. [20:17] good ol' `dd` should work [20:17] on Windows I use rufus [20:17] luxio: boot block etc is different for a CD vs a USB drive [20:18] Rufus is the recommended tool for Windows to make a bootable USB stick [20:18] matjam: so unetbootin is know to have issues with new u/xubuntu's? [20:18] since at least 16.04 [20:19] https://askubuntu.com/questions/758658/creating-a-usb-media-using-unetbootin-isnt-recognized-as-booting-media [20:20] luxio: I think dd might work actually but using rufus or startup disk creator is the "supported" way [20:20] RoadRunner: I've had success using win32diskimager as well [20:20] SlidingHorn: I think that just is basically the same as dd [20:21] almost too many to choose from, is there a concensus on the one tool that' bullet proof for diff distros and yet is easy to use (ideally gui)? [20:23] on ubuntu, use startup disk creator (usb-creator-gtk), on windows, use rufus [20:24] Hi [20:25] I'm a noOb on linux and I am trying Ubuntu Mate wich is pretty good for my usage. But I have make a little mistake :P === styles_ is now known as Guest52434 [20:26] ok, another problem out of the way :) ; now, back to partitioning: for general purpose computing under 18.04, what partitioning scheme would you recomend? [20:26] I touch something and the wifi signal, the battery porcentage, the bluetooth icon disapear (near the time) [20:26] Where can I put them back ? [20:26] mpatate: what version of ubuntu are you using [20:27] RoadRunner: Either let Ubuntu set it up for you, or select the "/home/ on a separate partition" option [20:27] oh nevermind [20:27] RoadRunner: I make a 2GB ext4 /boot, 2GB swap, the rest is btfs for / [20:27] the last ubuntu mate, 18.04 [20:27] (on windows, this is the notification zone) [20:29] matjam: when you say "a 2GB ext4 /boot" do you mean a lvs setup? [20:29] 2gb /boot is a little excessive. :P [20:29] RoadRunner: I don't use LVM. I rarely feel the need for it on a desktop unless I'm going to use whole disk encryption. [20:30] bitess: probably. But I end up being lazy and its nice having a few kernels around [20:31] that's enough for a few dozen kernels :P [20:31] matjam: has the issue with old kernel accumulation been resolved under 18.04? [20:31] I don't think its an issue? you just do apt autoremove and they go away [20:32] v [20:32] mpatate: I don't know exactly as I don't use MATE but I'm firing up a VM to have a look. I think... [20:32] damit [20:33] mpatate: https://ubuntu-mate.community/c/support is a good place for Ubuntu MATE support aaaand he's gone :( [20:33] *they've gone [20:33] matjam: unless its your client that doesn't remember or know cli...; now only 3 kernels should be retained by defualt after an update, right? [20:34] RoadRunner: you know I don't know. I can't say its something that ever bothered me. [20:34] hello everybody [20:35] I am just here to tell you that linux is the biggest shit I have ever seen. [20:36] Doktor: This is a support channel. Please be nice and don't post such thing. [20:37] sorry my computer shutdown on me and I lost the chat.. [20:39] oh sorry, I have to ask a question here, right? [20:39] Why is Linux so bad? [20:39] Doktor Or are you here to get banned? [20:40] SlidingHorn: what is the advantage of having /home on a sep partition? [20:40] Doktor: linux is a kernel. Do you have a legitimate Ubuntu support question or are you only here to rant about how much you hate "linux"? === popey_ is now known as popey [20:40] Doktor: obvious troll is obvious [20:40] I recently smashed my ssd with a hammer, just to het rid of this fucking not working ubuntu. I am back to Windows. Bye [20:40] !op | Doktor [20:40] Doktor: 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, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [20:41] popey Can you help Doktor [20:42] Linux is kernel. ahh fuck you. Ubuntu is a piece of crap. a fucking piece of a big crap. I will never ever use this not working shit ever again. thanks for listing. bye [20:42] RoadRunner: makes it easier if you're, for instance, using multiple distros, distro-hopping, or simply upgrading often, as your personal files are kept separate and accessible from different systems [20:42] helo i I'm looking for girl for knowledge [20:42] why girl ? [20:42] Lory: do you have an Ubuntu support question? [20:42] um wat [20:43] Hi, Upgrading to 18.04 from 16.04, during a review process to fix a config file in /etc, the upgrade process crashed. Trying to restart apt dist-upgrade fails because apt is still running. Doing a "screen -Dr" tells me: Directory '/run/screen' must have mode 777. [20:44] I'm thinking the error is clear, but also thinking why do I need to chmod 777 as root :\ [20:44] SlidingHorn: when you mean distro hopping, would that work only for Debian based distro's or not necessarily? [20:45] SleePy: Well, the LTS > LTS upgrade isn't supported until July when the .1 release comes out, but what do you mean by "restart apt dist-upgrade", and what made you run the original upgrade attempt in screen? [20:45] RoadRunner: no, you could access the /home/ partition and keep your personal files across any distro (e.g. arch, fedora, debian, etc.) [20:46] SlidingHorn, SleePy: not "supported" as in "probably works but may have stability issues", but it should still work. [20:46] SlidingHorn: I don't remember activating a screen session, but must have been in one [20:46] do-release-upgrade would be the right thing to use [20:46] SlidingHorn: I've upgraded about 5 other systems with no issues from 16.04 to 18.04. Just random crash while editing a config file to resolve a conflict [20:46] SleePy: Is this a console-instigated upgrade, and were you using apt or do-release-upgrade? [20:46] I used the do-release-upgrade -d [20:47] SleePy: did you make a note of the ssh thing it mentions at the beginning [20:47] Comparing the /var/run to a working 18.04, I see the directory on it is drwxrwxrwt while the one i'm upgrading is drwxrwxr-x [20:47] you can ssh to that special port and reconnect with the upgrade session [20:47] matjam: I didn't loose SSH access [20:47] SleePy: If I remember correctly, that'll start a screen session or an ssh session so it doesn't tank if you disconnect. [20:47] SleePy: and now that I think about it, starting an SSHd doesn't make any sense. [20:48] SlidingHorn: would config files for diff apps not be different under diff distro's? [20:48] SleePy: I remember it mentioning that in the console, but let me look to see if I can find any actual documentation on it. [20:48] I did: chmod o+wt /run/screen/ [20:49] Seems to make screen happy, but the screen session was not running apt :\ [20:49] SleePy: kill the currently running dpkg process and continue on with the upgrade. You could try running do-release-upgrade again or just apt-get dist-upgrade. [20:50] Well I'm nervous about killing a running dpkg process :\ [20:50] I can find it though with a : ps aux | grep "[d]pkg" [20:51] SleePy: ok, try the upgrade again. Note the error if you get one [20:51] upgrade logs should be under /var/log/dist-upgrade [20:51] Your thinking kill the dpkg process and restart it, hoping that nothing breaks [20:51] SleePy: Since you cannot get back to the screen session, there's no recovering the dpkg process. anyway. [20:52] SleePy: Try `screen -list`, you may have more than one screen session to reattach to. [20:52] !topic [20:52] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [20:53] Well there is /run/screen/S-root/byobu.reload-required [20:53] But screen -Dr wont reattach me [20:53] What about explicitly specifying it? [20:54] tried: "screen -r /run/screen/S-root/byobu.reload-required" no luck [20:54] what about that same thing with -d [20:54] (although I agree, probably no joy) [20:54] Bad session name 'run/screen/S-root/byobu.reload-required' [20:55] 533 0 -rwx------ 1 root root 0 May 19 13:32 /run/screen/S-root/byobu.reload-required [20:55] Well I tried everything to get it back. Just got to kill it I guess :\ [20:55] SleePy: dpkg tends to be pretty robust. If you kill it, you may have to `dpkg cofigure -a` to make it consistent, but it'll figure itself out from there. [20:55] SleePy: Oh, wait. [20:56] SleePy: You need to reattach with whatever is in screen -list [20:56] root@Poseidon:~# screen -list [20:56] No Sockets found in /run/screen/S-root. [20:57] ok, then yeah, probably not recoverable. [20:57] I google byobu and it shows up about tmux stuff. I've never used it before. Better read me a man page [20:57] matjam: what are the advantages of having sep boot and swap partitions? [20:58] SleePy: to reattach to byobu, you just type byobu [20:59] RoadRunner: grub has an option to remember the last chosen item but if you enable it, it can't write to btrfs [20:59] Hmm, that wasn't running anything either. Oh well killing dpkg now [20:59] is it safe to upgrade from 16.04 to 18.04 via apt instead of a fresh install? [21:00] also if there is a filesystem problem with /, having a separate /boot will get you to fsck [21:00] eelstrebor: via apt? no [21:00] ok [21:00] And "dpkg --configure -a" picked it up and going again. [21:00] eelstrebor: There is a process, do-release-upgrade, but it's recommended you wait until 18.04.1 (but it should work fine) [21:01] Good thing this is just one of my VMs at home. Not a real production system. Which is why I was upgrading them to 18.04. As who cares :D [21:01] ok. i need openssl 1.1 but there isn't a pkg for 16.04 - that's why i'm upgrading === fsk2_ is now known as fsk2 [21:01] SleePy: so, it won't remove unnecessary packages [21:02] eelstrebor: Yeah, there is a supported upgrade path, but before it's rolled out to everyone, they wait for a few months for 18.04 to settle down. You can upgrade early if you'd like. [21:03] matjam: please explain further re grub and btrfs? [21:03] Flannel, ok. i guess i'll roll back to mainline kernel 4.16.3 since i can't get the newer kernel headers to install without openssl 1.1 [21:04] eelstrebor: or just upgrade to 18.04 [21:04] well, let's hope that i don't crash my server [21:05] Always have backups! [21:05] * eelstrebor is doing that now [21:06] 2 TB drives take awhile to backup [21:06] RoadRunner: its just a idiosyncrasy of my particular preferred setup. [21:08] matjam: sorry if I didn't fully understand your answer..., I think I got the sep boot part but not the advantage for a sep swap partition [21:09] Thanks for the help. Finished up, rebooted and all seems good. [21:10] swap is always a separate partition [21:10] I mean you could make a swap file if you wanted but by default the installer will make a partition. [21:12] Hi ... I'm in trouble to connect wlan in Ubuntu 18.04 (mini.iso) [21:13] matjam: didn't happen in my case https://paste.ubuntu.com/p/QHMKCx8B5q/ [21:13] Do I have to use netplan? [21:13] kangaroo72 a few topics at https://ubuntuforums.org/forumdisplay.php?f=336 [21:14] RoadRunner: if you have any other disks in the system, and there's a swap partition there, it will use that instead. [21:14] RoadRunner: or if you customized the partition layout, it won't make one for you. [21:14] RoadRunner: however if you tell it to use one of the preset partition layouts, it will always make a swap partition. [21:14] jeremy31: will test this ... thanks [21:18] matjam: I asked SlidingHorn: "would config files for same apps be different under diff distro's?" but perhaps he left, what do you think? [21:23] RoadRunner: the files in .config and .local should be platform agnostic. The configurations that may change (if there are any) would be in the /etc/ directory, which will be on the OS's partition, not /home/ [21:23] hi, I'm trying to upgrade from 17.10 to 18.04 via the graphical updater and the window is frozen and greyed out in the "cleaning up" phase, last visible line "processing triggers for libgdk-pixbuf2..." [21:23] invalid YAML at /etc/netplan/01-netcfg.yaml line 2 colum 10: mapping values are not allowed in this context :-( [21:23] is that a known issue? [21:25] the apt-term.log has that line followed by "log ended " [21:26] Is there a problem? https://pastebin.com/gsZx6Zqg [21:26] thanks SlidingHorn :) [21:26] upgrade_stuck : how long has it been stuck ? [21:27] according to the "log ended" timestamp, half an hour. no CPU activity, no disk activity [21:28] that seems too long indeed [21:28] but personally i can't help you, i never upgraded ubuntu myself [21:30] @jeremy31: Can you help here? https://pastebin.com/gsZx6Zqg [21:44] on the subject of backup strategies: originally, I was thinking of splitting my 80G disk in half, with one half occupied with 18.04 and the other with its complete coppy, which would give me a full backup of system and data/configs now and an option to replace one half with a newer lts ver when it comes out and build that up gradually without losing the older setup. But maybe there is a better way to do this? Like just duplicating only boo [21:44] t and home partitions? [21:47] Booted with bionic and chrooted into a xenial installation. How can I upgrade the xenial to beaver from the chroot ? [21:49] In Audacity when I have nothing plugged in and "pulse: line: 0" set as the recording device, why is there static? [21:49] What is that static? [21:51] zzero1: that's not a supported upgrade method, you should boot into bionic and use do-release-upgraed -d to force the upgrade as it is not currently recommended to upgrade from 16.04 to 18.04 until 18.04.1 is released. [21:52] ok, so I assume it's a known issue with libgdk-pixbuf2... blowing up while upgrading, that reaches back to ~2010. [21:52] upgrade_stuck: not had that issue myself. [21:52] list! [21:53] matjam: can you elaborate about the 18.04.1 not recommended ? [21:53] matjam: I accepted the bionic upgrade from the GUI, it got stuck in the cleanup phase [21:53] stability ? [21:53] zzero1: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Upgrading_from_Ubuntu_16.04_LTS === lea is now known as Guest52249 [21:54] zzero1: however it is possible to do it if you really want to. [21:54] after killing the upgrader I did apt update/update/dist-upgrade/autoremove, dpkg --reconfigure -a (seems to have been a noop), and successfully rebooted. [21:54] until a few days after 18.04.1's release [21:55] gotta go folks, good luck. [21:55] is there anything else I should check/clean up after being forced to kill the upgrader? [21:55] bye [21:55] bye [21:55] matjam: SlidingHorn: gentlemen, if I could ask you for some more wisdom on backup strategies, please check out my question of 11 min ago, many thanks [21:55] upgrade_stuck: you can probably do dpkg --configure -a once you kill it [21:56] matjam: yep, done that and apt update/dist-upgrade === cletus is now known as Lichte === neroafk is now known as h20 [22:18] upgrade_stuck: there's a reason many recommend doing a clean install over even the automatic "hey you can upgrade" message. This is also an advantage of having a separate home partition: ease of upgrade / recovery [22:19] is there anyway to see the name of a parition similar to ubuntu in windowsd? [22:19] like ../sda1 [22:20] Strikes me as a ##windows question. [22:27] Hi, I'm trying to customize my motd and I moved the 90-updates-available script to a different server that didn't have one [22:28] but on the new server /var/lib/update-notifier/updates-available does not exist [22:28] is there a package which contains this functionality? [22:30] Well, that file is in 'update-notifier-common' anyway. === Menzie is now known as Menzador [22:30] I have a big problem doul booting win 10 and ubuntu on a NVME SSD [22:33] krytarik: not sure what you mean [22:33] I installed that, what next? [22:35] hello [22:35] What can I do when /dev/sda1 is full ? [22:36] free some space or get more space? [22:36] hello [22:36] maum, why is it full? extend it? [22:36] How often does packages like mpv get "updated" to match the latest github source code? Ubuntu Bionic. [22:36] free some space : I don't know /var maybe have some big file [22:37] how can get more space? [22:37] check the .trash folder(s) [22:37] delete things that are taking up space [22:37] or get a bigger/another drive [22:37] ./tmp folder? I already checked [22:38] maum: where is /dev/sda1 mounted? [22:38] try using ncdu [22:38] Some file managers does not delete files straight away but moves them to a trash folder. [22:38] !latest | phinxy [22:38] phinxy: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [22:40] var, usr lib folder is biggest one [22:41] maum, maybe bleachbit helps [22:42] Peyam: I am on terminal [22:42] Could not open X display [22:42] Does backports make sense on Bionic? [22:44] muam try stuff like " sudo apt-get clean " or "sudo apt-get autremove --purge" [22:45] sda1 still size 16G used 16G [22:45] maum, do you have any unallocated paritions? [22:46] yes sda4 [22:46] is it unallocated then why is it called sda4? [22:47] maum, run sudo fdisk /dev/sda | pastebinit and send me output [22:47] " sudo fdisk /dev/sda |pastebinit " [22:49] https://pastebin.com/STAna0nb [22:50] maum, " df -h | pastebinit " [22:51] https://pastebin.com/0e08xY3Y [22:52] maum, sudo resize2fs /dev/sda1 [22:52] The filesystem is already 4194304 blocks long. Nothing to do! [22:53] the message was it [22:55] maum, delete sda4 and redo sudo resize2fs /dev/sda1 [22:56] same message [22:56] same error occurs [22:56] maum, sudo fdisk -l| pastebinit [22:57] https://pastebin.com/Y1DmLr6j [22:57] maum, you still have sda4 [22:57] i said deleted it [22:58] So launchpad ppa's are often or always arm64 and i386? Not arm64? [22:58] *amd64, and typically, because it's the most common arch these days [22:59] was enough headache getting a PPA set up for one arch, i wouldn't want to support others, especially if it means creating a separate build env for it lol [22:59] how can I delete it? I did sudo rm -rf /dev/sda4 [22:59] fdisk [23:00] maum, sudo fdisk sudo fdisk /dev/sda4 and then it's command menu comes up [23:00] "sudo fdisk /dev/sda4 " I meant [23:01] How does the ppa maintainers decide when to make a new build? [23:01] fdisk: unable to open /dev/sda4: No such file or directory [23:01] "sudo fdisk /dev/sdax " x is the number of your partition [23:02] I could be wrong. long time ago I wrote that command [23:02] https://pastebin.com/FX65QWzd [23:03] maum, if you try " sudo fdisk /dev/sdax " or "sudo fdisk /dev/sda " [23:03] it might ask for parition number and then y ou write 4 [23:03] Peyam: it's correct, though you shouldn't need to specify the partition number; /dev/sda1 == /dev/sda when invoking it [23:04] okey. you are right [23:04] https://thepasteb.in/p/Z4hPw2vwx9msG [23:05] phinxy, depends on policy, time and something new to publish, patch, feature or bugfix [23:06] https://thepasteb.in/p/wjh0496mYXyCv [23:10] maum try to make sda2 swap again, so the boundries of the partitions meet. [23:10] * oerheks looking @ https://pastebin.com/Y1DmLr6j [23:10] how? [23:11] https://thepasteb.in/p/2RhK4Or9DDVS4 [23:12] is Adwaita-dark the only dark theme available for 18.04? [23:13] RoadRunner: I don't know if it's there for the normal Ubuntu, but I know that Ubuntu Studio comes with the Arc Dark & Arc Darker themes [23:14] something like this answer, https://help.ubuntu.com/community/SwapFaq#How_do_I_add_or_modify_a_swap_partition.3F -- https://askubuntu.com/questions/33697/how-do-i-add-a-swap-partition-after-system-installation -- sudo mkswap /dev/sdX [23:14] SlidingHorn: is Ubuntu Studio a sepparate downloadable package? [23:15] RoadRunner: Ubuntu Studio is a separate flavor of Ubuntu (like xubuntu/kubuntu) made for media creation - audio, video, graphics, etc. === Mutter is now known as b-real [23:16] SlidingHorn: are the dark themes you mentioned extractable/downloadable for Xubuntu? [23:16] !info ubuntustudio-meta [23:16] Package ubuntustudio-meta does not exist in bionic [23:16] https://thepasteb.in/p/pghQJKkVk8ouR [23:17] https://launchpad.net/ubuntu/+source/ubuntustudio-meta [23:18] https://thepasteb.in/p/j2hlwPExwz6tP [23:20] I wrote a modification of Greybird dark way back for 14.04, since it was a GTK2, I guess no point in trying it under 18.04? [23:20] maum, oh, you just needed to remove /dev/sda3 from fstab and save/reboot .. now the 'ol sda2 swap is gone [23:21] hm.. I don't know exactly. could you help me in 2~3 hours? [23:22] I need to go now and will comback. [23:22] RoadRunner: they might be there already... Menu > Settings Manager > Appearance > Themes [23:24] SlidingHorn: unfortunately not, I checked [23:24] so to be sure, gtk2 themes will not work under 18.04? [23:27] ok, another question: is there a way to change behaviour of mouse scroll wheel in Firefox? c(urrently it switches pages which I find most annoying) [23:30] Hi [23:32] myabe this question will find some interest: is there a sepparate module or something that can make use of additional/non standard buttons on some mice? [23:32] I have a problem. Since I upgraded to ubuntu 18.04 pm-hibernate does not work properly. The system goes down as expected, but when it comes back up after switching on, the old sessionn is not resumed [23:33] i5t is more like the system has been booted === squaresandcubes_ is now known as squaresandcubes [23:47] Any ideas why suspend doesn't work anymore on my system? (it worked for ubuntu 16.04 but doesn't for 18.04 on the same hardware) i have an athlon64 (gen 7 based system with a radeon graphics chipset) and windows was never installed on the machine [23:51] jottbe: suspend to disk or suspend to ram? suspend to disk is almost always disabled by default and you get to have some fun trying to reenable it [23:53] SporkWitch: I mean Suspend to disk [23:53] how can I reenable it? [23:54] https://lmgtfy.com/?s=d&q=enable+suspend+to+disk+on+ubuntu+18.04 [23:59] SporkWich: thank's ill try it