[00:00] (I'm on 18.04 LTS) [00:02] evilgeniusjamie, did you install unity? [00:02] yes [00:02] just with apt install unity, not sure if I need to do anything more...? [00:03] its ubuntu-unity-desktop so I have no idea if install unity is the same thing [00:05] bizarrely I get "OpenGL vendor string: VMware, Inc." [00:06] but I'm not on a vbox [00:06] also "Not software rendered: no" is likely why I also get Unity 3D supported: no === DrWatson_ is now known as DrWatson === DrWatson_ is now known as DrWatson [00:26] What programming language, i could compile and run in most OS? i can compile and run c++ on all but it takes alot longer to do somethign with "windows" [00:27] c# on the other hand wont run on linux [00:30] python, perl, java, go, tons of options [00:30] oey [00:31] hai [00:31] oerheks, go is a compiled language ? [00:31] am from indonesia [00:31] netameta: yes [00:31] i thought python, go, perl all 3 are JIT [00:32] https://wiki.ubuntu.com/Go [00:32] you from?? [00:32] MrRzl69, if you have a Ubuntu support question, please just ask it (ideally in a single line) & be patient waiting for answers [00:32] yes [00:33] Hey guys, what's the difference between Automatic (DHCP) addresses only and manual in the network manager? [00:34] andrew09, DHCP means automatically get them from the router, manual means you force the settings unconditionally [00:34] get one ore choose one static [00:35] you probably want DHCP. if you want static IP then configure your router with DHCP reservations [00:35] DHCP reservation = make the router always give a specific IP to a specific machine === semeion is now known as mnemonic [00:37] Nice seems go can do what i wanted [00:38] I want to change the dns, it seems by your words that choosing one option or the other isn't concerned with dns because the current one is so slow [00:38] hi, i'm having some troubles with laptop power management. sometimes when it enters suspend it ends up just shutting off entirely. other times upon waking from suspend the screen remains off [00:42] andrew09, DNS control is done by the DNS server, which is often a router (esp. for homes), but can be a system service (bind etc) - NM & choosing static or dynamic via NM makes your first question sound like a client? (& not the server side?) do you mean client or server side? [00:43] guiverc, client [00:43] hello [00:45] hello [00:45] u0_a150_: hi [00:46] andrew09, the easiest way is clicking NM icon & edit connections (I'm using XFCE so my wording may not match your DEsktop), go to IPv4 (what my lan uses) & change the DNS servers (you can have more than one, use fastest first). You only need to select your preferred DNS servers (ie. work out fastest for you, your isp or other)... [00:48] andrew09, if it were my network, I'd ssh into my router & view the config & change it there (thus affecting devices using DHCP) and any devices using dhcp would reflect that change when they reconnected (or lease expired, and thus refreshed..) [00:49] hello [00:49] anyone people? [00:49] i from ocean [00:49] R27: are you a fish? [00:49] no [00:49] i human only [00:50] hello [00:50] in here dont people? [00:50] negative [00:50] I seems ubuntu 18.04 is no longer able to resolve local addresses provided by my LEDE/OpenWRT router [00:50] something like mymachine.lan [00:51] Hello [00:57] known bug apparently: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1699660 [00:57] Launchpad bug 1699660 in systemd (Ubuntu) "systemd-resolve breaks resolution of local network hostnames" [High,Confirmed] [00:57] since 17.04 no less === not_phunyguy is now known as phunyguy [01:11] hello _ as soon as i login to ubuntu 10 it flips up side down !!?? [01:16] el oh el [01:24] Pencil2, Ubuntu 10.04 LTS (2010.April release) had a life of 5 years, EOL was back in 2015. (sorry I can't help with upside down if a later release, but clarifying your version may help others..) [01:29] exit [01:50] any recommendations for a good program (web browser based) or even cml, to see traffic/network performance realtime through machine nics? [01:50] like a real realtime nmap [01:51] nethogs is cool [01:51] ill peek at it [01:53] iptraf is a bit more detailed [01:54] FaTaL_G, https://www.nagios.org/ [01:55] 1) thats more of an alarming tool [01:55] 2) stop using nagios [01:55] just, stop it [01:56] I do know nagios [01:56] hello _ as soon as i login to ubuntu 10 it flips up side down !!?? [01:57] consult your local isp [01:57] Pencil2: there is no "ubuntu 10". there is 10.04, is that what you mean? [01:57] lol matjam [01:59] Sorry Im typing on a screen that is upside down. [02:01] Ubuntu 18.04 [02:01] Going toboot again === saaB_ is now known as sanroot [02:11] I helped Pencil2 His thrid boot worked [02:12] so I am running ubuntu as a router... vs. pfsense.... I have multiple clients connecting both wired and wireless. Is there a good web based interface to show all connected clients, ip address, machine name, mac, etc. like we do with soho routers? [02:17] FaTaL_G: well, they integrate a lot of stuff, but under the hood it's things like dhcpd handing out the dhcp addresses, etc [02:17] FaTaL_G: I am not aware of any web UI for that stuff but I'm sure someone has done it [02:18] they who? pfsense? [02:18] FaTaL_G: but if you just want to set up some way to look at all traffic going through it via a web page, you can use ntopng [02:27] Hi, can someone tell me why I'm getting this when trying to restart php-fpm: Failed to restart php7.2-fpm.service: Unit php7.2-fpm.service is masked. === saaB_ is now known as sanroot [02:33] https://askubuntu.com/questions/710420/why-are-some-systemd-services-in-the-masked-state .. systemctl unmask php7.2-fpm.service and start it ? [02:33] or maybe the service is removed, that could also be a mask to dev/null [02:35] oerheks, thanks works now [02:35] * linux_user says - Uh, hey, I was like able to do an "apt-get install drupal7" on the 17.10 version of Ubuntu and now I like did a fresh install of Ubuntu 18.04 and stuff, and when I do that command, it like fails in a nasty way. Its like Broom Hilda went off and got rid of it in the repos...and you know, Broom Hilda took pdftk with her too!! [02:36] * linux_user says I want to file a complaint! [02:41] backnforth, i can't find any drupal7 in any Ubuntu repo for any version; the drupal.org site tells you where to get it (& what is required), but its not from Ubuntu repo's [02:41] try 8.5 .. https://linuxize.com/post/how-to-install-drupal-on-ubuntu-18-04/ [02:42] oh...one sec...lemme go check...it was there before [02:42] yes, drupal 7 was in the repos, no fresh 8.x in the LTS [02:44] I like googlized the artful repos man, version 7 totally there in the flesh...in the bionic beaver (clearly named after someone's X-g/f) repos, it is conspicuously absent and stuff!! [02:45] backnforth - nah sorry, it was there for 17.10 (artful) - my search was wrong (https://packages.ubuntu.com/search?suite=artful&searchon=names&keywords=drupal7) [02:45] drupal7 is in universe - ie. the community has to put it in 18.04/bionic (motu devs etc) which maybe hasn't been completed yet... [02:46] It's one thing to say well Drupal7 is ancient and is what Dinosaurs install...but then its another to leave no Drupal8 there for the post-Dinosaur beings to install, you know? [02:47] * linux_user and then we need to ask Broom Hilda about pdftk...cause, that is like totally GONE! [02:47] * linux_user says my friend says it wasnt Broom Hilda, he suspects the Keebler Elves, but, either way, someone needs to put it back man...pdftk is needed. [02:50] 'universe' means its community supported - its not there because people in the community who use it haven't got in and helped make it available yet for bionic - don't winge about it, you could pull your sleves up & help :) [02:50] guiverc: NO! I CANT...I am wearing a tank top...NO CAN DO! [02:51] :) [02:51] matjam; are you up to speed on iptraf? when I run it it gives me lo as the only interface. lol.... I have many more [02:52] that is it...the next time I Broom Hilda or the Keebler Elves they are going to know what the phrase "head lopped off with a blunt object a slow rate of speed for added pain" really means!!! [02:52] time I=time I see [02:53] Those elves are going to get a good OSS kicking! [02:55] Uh, can we find out like what community member put Drupal7 in before so we can get a letter writing campaign going for 18.04?? [02:55] sure you can find out on launchpad with your magic wand [02:56] * linux_user sweet! I knew that Harry Potter wand was gonna come in handy! I KNEW IT!!! [02:57] whois lexAngeles [02:58] matjam; apparently it is a known bug, so iptraf is a wont fix. Have to use iptraf-ng [02:59] linux_user: Debian bug 884929 [02:59] Debian bug 884929 in ftp.debian.org "RM: drupal7 -- ROM; Old version; newer version not packagable for Debian" [Normal,Open] http://bugs.debian.org/884929 [03:00] hy'.. [03:01] hello [03:02] my name is zein live INDONESIA [03:02] Zein26, this is Ubuntu support; if you have a Ubuntu Support question; please just ask it. ...... === Ricardus_ is now known as Ricardus [03:08] i'm ??? [03:10] Zein26, this is Ubuntu Support, if you have a Ubuntu issue you'd like with, please just ask it (single line please, and be patient as if someone knows the answer, they'll repsond when they can) [03:11] s/like with/like help with/\ [03:14] i'm sorry _- === coderphi_ is now known as coderphive [03:18] May I ask WhatsApp you guys (I want to learn about hackers) [03:20] !hacker [03:20] A hacker is a person who delights in having an intimate understanding of the internal workings of a system, computers and computer networks in particular, as defined by Request for Comments (RFC) 1392 - i.e. a good programmer -- crackers on the other hand break systems, see also !piracy [03:21] Zein26, this is Ubuntu Support; your question is general in my (unlearned) opinion, and I don't see the Ubuntu Support issue. === semeion is now known as mnemonic [03:40] matjam: apparentlynethogs will not work with my wlp2s0 wireless adapter... go figure === anonymous is now known as ralf === ralf is now known as Guest51086 [04:09] hello, my homefolder is empty after reboot [04:09] all data lost [04:10] i have 60gb hdd and filemanager shows 500mb free space [04:10] but i cant see all my files [04:10] have you `mount`ed something over it (thus it's not gone, just hidden/shadowed) ? [04:11] Guest51086, your non-unique name makes it hard to address you directly... [04:12] i am online from empty partition === tatertots is now known as RoscoePColtrane [04:12] Encrypted homedir ? [04:13] i dont know guiverc , filemanager shows free space 500mb from 60gb hdd [04:13] but there is new empty homegfolder [04:13] nothing encrypted [04:14] i was chatting with friends in irc chat and when i loggin new to system i cant login [04:15] always when i tyoe password it goes back to lognwindow [04:15] i would suggest something like `mount |grep home` and check you haven't accidently/unintentionally mounted something onto there, or check its mounted (as intended) ... [04:16] i am beginner guiverc [04:16] i only see new empty folders in home [04:17] are you logged in via gui? or text-terminal? [04:17] all my files are gone but i read that i have 500 mb free space [04:17] via gui [04:17] now [04:18] did the new empty homefolder overwrite my old files? === daniel is now known as Guest33925 [04:19] gparted shows that more then 50gb is used [04:19] 500mb/60gb implies to me you've mounted something over it.. what is the 'old' versus 'new'? have you recently upgraded your version? [04:19] someone speaks german here? [04:20] no i didnt ugrae [04:20] upgrade [04:20] !de [04:20] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [04:20] ok. i will sleep now and ask later in german room [04:21] thx at first for help === u0_a64 is now known as N30 === N30 is now known as Guest50120 === Guest50120 is now known as N30_Project [04:25] hai [04:25] are a man on this channel [04:25] please answer [04:25] and woman [04:25] o [04:25] 1620 people total in this channel [04:25] who you [04:26] if you need help, just ask your question, if someone knows the answer, they'll respond [04:26] don't just ask if anyone is available [04:26] N30_Project, this is a Ubuntu Support channel; whether or not they are male/female does not impact questions or help. [04:26] are you can make the some programm [04:26] ? [04:27] guiverc, didn't you know that claiming to be female multiplies your help by 5? see stackoverflow, lol [04:27] guiverc i am is male [04:28] :) @ doug16k [04:28] where more members? [04:28] "I'm a female. How to I update Ubuntu?" "20 reponses in 5 seconds..." [04:29] Ok, back to being a support channel. [04:30] yes [04:30] strive. where you state? [04:30] State of Trance. [04:30] oh [04:31] We don't do a.s.l here. [04:31] N30_Project: What's your Ubuntu related issue? [04:31] nothing [04:33] why does my system often pause for 1m 30s "waiting for session 4 " on reboot? [04:33] stopping session 4 [04:34] what do I look at to see what is causing that? [04:35] !details | doug16k please [04:35] doug16k please: 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. [04:36] doug16k, i don't know, search online provided this https://unix.stackexchange.com/questions/273876/a-stop-job-is-running-for-session-c2-of-user which too was 90 secs [04:36] I would download the Ubuntu 18.04 Desktop ISO, boot it and inspect the whole hard drive in read-only... [04:36] doug16k: ubuntu version? system up to date? [04:36] yes up to date. 18.04 === u0_a64 is now known as N30_Project [04:37] i comeback :v [04:38] ok, I guess I need the exact message. going to reboot now and see if it happens [04:39] hai [04:39] i will ask. [04:39] of course when I want it to happen it doesn't. :D [04:40] in this irssi what we can share file? [04:41] why the more members just read :v. please respond [04:42] /msg/DarkAceZ [04:42] 🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔 [04:42] welcome [04:42] thank you sir [04:43] what role do you play in this channel, if I may so inquire [04:43] darkace you can help me? [04:43] probably not [04:43] guys, please keep it ontopic [04:43] only ubuntu support questions here [04:43] k lol [04:43] what ubuntu can transfer the file [04:44] are there language-specific ubuntu support channels? maybe N30_Project should be redirected [04:45] i am sorry. [04:45] N30_Project: not a problem, you'll just have to be more specific [04:45] we're not sure what you're asking [04:46] doug16k, the link i provided had same 90 sec delay, no fix, but it told you how to reduce timeout delay - it may be useful (when you have message; you could compare with that provided to ensure its appropriate...) [04:46] i am just training this [05:01] ls [05:11] Hi all. I'm having issues with a cron job not starting my app. When I run the same command in the shell it works fine, I've checked the environment variables and it's OK. The only thing I can think is that the shell script has an EXPORT call in it. [05:11] Anyone have ideas of where to check about why the cron is failing? [05:23] ehai [05:24] Doc-Saintly: how does the crontab look like? how does the script look like? [05:27] hi [05:27] who here uses Evolution [05:27] or maintains it [05:28] it has a bug - when you enter and add passwd to a key ring sometimes it keeps asking for it again [05:28] and wont connect [05:30] Guest42555, evolution is community supported; https://bugs.launchpad.net/ubuntu/+source/evolution/+filebug to file a bug on it [05:30] cool [05:37] the script is: https://pastebin.com/dv1Stk7h [05:38] the crontab is: * * * * * /usr/bin/sh /home/docsaintly/webapps/myapp/start.sh [05:49] Hi. Is ubuntu fine with newer standard laptops? I'm looking to buy something in the <300 dollar range. W10 preinstalled seems unavoidable though >_< [05:57] Newer to Linux. I just installed 18.04 about a week ago. Once a day though my whole laptop will freeze up and I have to restart. Is there a log file I can lookup to see what caused the last freeze? I tried looking through dmesg, the only error I saw was [ 39.133423] usb 2-4: string descriptor 0 read error: -22 [05:57] I also checked the md5 checksum and it is correct [05:59] 700gb free on the hdd, CPU's are running between 5-12%, 45% free RAM. I'm only really using sublime text and firefox/chrome. [06:01] arne_: it's all down to the specific hardware and how much you expect it to work out of the box [06:01] arne_: Not sure, and you will pretty much have to try it by yourself. Just keep in mind not everything works perfectly when you install Linux distros on laptops, but for the most part it's fine. [06:01] arne_: I think dell sells some with linux option. but may not be in your price mark. many net books are under 300 and proably support linux. === Guest42555 is now known as hehehe === shann_ is now known as shannara [06:08] why is my dmesg flooding with this: https://gist.github.com/doug65536/191690d05bb1863983afab2981e62536 [06:09] it never happened before 18.04 [06:09] hello, i've stopped apache2 but it still hanging in process how to shut it down properly? [06:10] it is still hanging in processes [06:11] it's a ryzen 2700X with B350 chipset === bob is now known as Guest16904 === squaresandcubes_ is now known as squaresandcubes [06:47] Well I figured out what was causing my computer to keep waking up ... just had to change the 'suspend mode' in the bios from the default S3 setting to S1 ... mouse doesn't light up anymore now either which is good. [06:49] great find Ubu-1604 [06:52] yo [06:57] did you try a sincrere apology? [06:58] a real one. like, a pretend medal is worse than no medal at all === r0Oter is now known as r00ter [06:58] does that even compute with you war criminals? [06:59] 91212 === mouses is now known as businesscat [07:01] XXCoder o/ [07:16] Hello I have the program SoundConverter installed now I want to convert my music to AAC but that is not in the program because there are alternatives ?? [07:29] I have a simple question ... how do I install software that I got from a .bz2 archive file? ... It's the lastest ver of filezilla .. that 'ubuntu software' icon usually displays OLDER versions of software, so I downloaded the filezilla 3.33 (x86.bz2 file) .. but I don't know how to get it installed. === shann_ is now known as shannara [07:35] Ubu-1604, expand it, and there should be a README or INSTALL text file with instructions (otherwise follow instructions where you found it). [07:37] Ubu-1604: 'bunzip2 ', but what's wrong with the version in the repos? [07:44] ducasse: well I am VERY new to the linux world so ya my install skills are pretty limited .. the .bz2 file has only 2 dirs ... BIN and SHARE ... I extracted both but can't seem to run/execute the 13Meg filezilla program from the BIN dir ... a dialog box comes up asking me which 'Open With' application? [07:46] ducasse: the 'repos' version? ... as in repository? .. you mean the 'Ubuntu Software' icon/program? .. it always shows older versions to install .. filezilla for example shows to be version 3.15.0.2 ... but the current one is 3.33 directly from the filezilla site [07:47] Ubu-1604: yes,but why do you need the newer version? [07:47] !latest [07:47] 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. [07:50] oh ... well usually bug fixes and improved/new gui features .. better question does someone update that repos software versions of INSTALL programs? .. why is it showing version 3.15? ... that could be like 5 years old or something [07:50] probably not that old, but you get what i mean [07:51] Ubu-1604, bug fixes are backported to supported Ubuntu versions (if you are up-to-date you're okay) [07:52] yes I check that upgrade everyday now ... works really good [07:52] 3.15.0.2 is the supported Xenial version (16.04 LTS) https://packages.ubuntu.com/search?keywords=filezilla&searchon=names&suite=all§ion=all [07:53] Ubu-1604: new package versions come in new ubuntu releases, so 18.10 will have newer packages than 18.04 etc [07:53] guiverc: yes i SEE that one ... I can simply click INSTALL and it will install .. HOW do I get the lastest version 3.33 that filezilla has for linux though? [07:54] ducasse: ohhhh so it's because of the version of ubuntu i'm running? ... 16.04 [07:55] 16.04is already two years old, so won't have the latest software. but you might not actually NEED newer versions... [07:55] that's kinda lame if that's the reason though ... unless I can install that older version and somehow it will upgrade itself .. I'll just install the repos version then .. installing sofwtare is REALLY easy though that repos thing :))) [07:55] Ubu-1604, for stability you should stick with supported versions unless necessary. if you grab the latest, it won't be updated automatically, & you could have clashes and unusual bugs ... it's a lot of work & usually not necessary (stability beats latest version in my opinion; as fixes ARE backported even if new features aren't) [07:56] ducasse: I just started using this ubuntu seriously in the past 2 weeks .. it came on this computer I bought and i am VERY impressed how well the web browser works .. and that Libre Office suite. [07:57] Ubu-1604: good that you're happy :) [07:57] I normally just do DOS and windowz ... I am goinhg to try installing that ubuntu server this weekend on a couple of rack mount machines I have here .. I want to get a ftp server running and was going to try 18.10, but ya currently I just have this one computer running 16.04 === Have-Quick_ is now known as Have-Quick [07:59] I was wanting to FTP to the ubuntu web/ftp site to see if I can manually download ubuntu server software .. the DOWNLOAD button on the main www.ubuntu download page is for AMD64 chips only ?? [07:59] Ubu-1604, if you are learning; I'd suggest using a released versions, not a [in] development version [07:59] 18.10 = 2018.October release - due out October this year :) [08:00] Ubu-1604: if you are a new user you should probably stick to a finished release, as guiverc says [08:02] well I didn't know that the repos ONLY shows verions that were for a paticular version of ubuntu ... anyway, I just installed filezilla from the repos and it's running now ... its SO easy to install sftware on this ubuntu :) [08:02] anyway .. is there a FTP site I can connect too, so I can go find what files I need to download to get a ubuntu server running? [08:04] Ubu-1604: you can get them via http from releases.ubuntu.com, nobody uses ftp anymore [08:04] nevermind I'm in ... [08:05] I do :D .. I am a nobody then i guess :\ [08:08] I guess I'll have to ask in the server channel, but is this ver 18.x only for 64bit CPUs? .. the computers I want to try this on are older Xeon chips and pentium3 [08:08] all rackmount machines [08:11] Ubu-1604: v 18.x dropped support for 32-bit, iirc - but you can try the lubuntu 'alternate' image [08:11] Ubu-1604, x86 servers made last ~20 years should be x64_64 (esp. rack mount). older versions support 32bit, and upgrading (i believe), so you could install an older Ubuntu Server version.. [08:18] reading .. ya sorry my knowledge of what x86 chips really mean is limited ... I would rather run the newer versions, I'll download what I can and try installing it [08:22] sorry my ~20 years was incorrect; 2003 onwards were x86_64 generally.. [08:29] guiverc: ya I think it won't run on these P3 racks, but thats ok ... hay I do see a 'cosmic' directory on that FTP server .. perhaps thats the cosmic cuttle fish version (18.10)? [08:30] yeah cosmic means 18.10 to me... [08:30] that's 18.10, yes, but it's really not intended for regular users [08:31] I wanna ask: Will there be a 32bit version of ubuntu 18.04 LTS? [08:32] fresh : ya that's what I was wondering [08:32] I am sticking with 16.04. Waiting for future ubuntu versions to have the global menu [08:32] I also wonder will it have option to set a DSL connection... [08:33] jcdutton: I want one with a better launcher bar ... mines totally full of icons [08:35] Im anxious about the fact that i never saw a gnome shell based distro to have a dsl connection setup :( [08:36] anyone having issues with 18.04 radomly crashes and found a fix? [08:36] random crashes are not good ;) [08:36] tell me about it [08:36] mr_fresh__, dsl connection ? [08:40] So if I download the ISO image (of i386 version), I can just unpack it to a USB stick and I should be able to boot the install process? .. I have never installed Ubuntu before, that's what I'm trying todo this weekend. [08:41] hello. I've installed Ubuntu 18.04 and I'm having trouble configuring something. On the dock (please forgive if I'm naming things wrong) there's an icon which is a launcher for Firefox. I'd like to configure it to launch firefox with parameters. However right-clicking there doesn't give me any options. Can anyone help me achieve that? [08:42] Guest65840, accessories, main menu [08:42] and click the internet, then firefox, and then properties [08:43] Err, I guess the more universal answer would be click that thing with the 9 dots at the bottom left, and type "main menu" [08:43] and then follow my 2nd line of instructions [08:45] poutine, ok so clicking the 9-button square brings up a screen containing icons of the (most commonly used?) apps, with a "Search" bar at the top center. Top left there's Apps and Menu (if I click Menu, I get something similar to a traditional Start menu with apps categories and lists). If I navigate there to Firefox, right-clicking it actually launches it. I cannot see Properties anywhere. [08:46] Guest65840, I said "type main menu" [08:46] follow the instructions exactly [08:47] poutine, I tried that but thought I did something wrong. Clicked the 9-button thing and typed Main Menu (lower case as well). This typing goes directly into the search box (top center), and brings no results. [08:48] https://i.imgur.com/S8nGCQ8.png [08:48] that's what you're looking for, right Guest65840? [08:48] hmm, really [08:49] poutine, I'm very familiar with the screenshot you shared, this is something I'm used to on Linux Mint, but I can't find it here. To note that during installation I chose the "minimal" version, so maybe the package is missing? [08:49] g [08:50] Guest65840, Try installing "Main Menu" from the application center or whatever they call it [08:50] poutine, yes I only have Synaptic and "main menu" brings up a million unrelated packages :) [08:51] Guest65840, https://i.imgur.com/5Tk6WxW.png [08:51] blip [08:51] that's the one that provides that application for me [08:52] alacarte [08:52] sudo apt-get install alacarte [08:52] would work also [08:52] hi [08:53] ok installing. Sweet package name. [08:55] how do i set the location where print screen/screenshots are saved? [08:55] welp that's the last crash I can handle >.< [08:55] in bionic [08:57] poutine, this works, thank you. [08:57] :+1 === wesley is now known as Guest53436 [09:00] hi all, I upgraded xubuntu 16.04 to 17.10 (1 direct upgrade) - after reboot I cannot graphically log in. The login manager accepts my password, shows a black screen then returns to login. Logging into tty1 works fine, although I do get a flood of messages in the console saying "ata3 irq_stat 0x0000000040, connection status changed. SERROR: {DevExch}". My files/filesystem seem look fine. Are those 2 issues related? Somebody once suggested kernel [09:00] regression [09:00] i haven't had access to my linux desktop for a month now, would be great if you can help [09:00] blip99: I suggest logging in on console [09:01] adduser [09:01] spikebike, im in :) [09:01] password [09:01] then try a graphical login to the new account [09:01] blip99, If you boot into single user mode and check the syslog and kernlog, do you see anything amiss? [09:01] spikebike, no luck. same behavior [09:02] well I guess it doesn't need to be single user mode, just a non graphical mode [09:02] blip99: what is your GPU? [09:02] poutine, is that with systemd.unit=multi-user.target? Can you please say where I find those logs [09:03] spikebike, nvidia. but i removed all nvidia packages [09:03] blip99: I'd add in the nvidia ubuntu packages, then reboot [09:03] noveau is hit or miss [09:04] blip99, they're in /var/log [09:05] thanks.give me a few mins please to check logs [09:05] somebody here that manages to make a ps4 controller works as it should on ubuntu? [09:09] poutine, sorry for the dumb question, but is single user mode meant to be graphical? cos it ended up booting text-based, but then opening the graphical login manager [09:09] (appended 'single' to kernel boot params) [09:10] ill try init=/bin/bash [09:12] you don't really need single user mode if you can get to a console [09:12] either vty, ssh in, whatever [09:12] poutine, oh ok :) [09:14] question : how easy is it to upgrade from 16.x to 17.x ... will the icons I have made in the launch bar still be there? .. Like the software I have installed will still be on this computer? .. I have not done an upgrade before [09:14] Ubu-1604, scroll up lol [09:15] dont upgrade in big jumps even if its; supported, go one minor version to the next Ubu-1604 [09:15] my system has been broken for a month [09:16] blip99: Well I just tried changing the software updater to 'Any new version' and I guess I can upgrade this computer ... I think it would be better if I keep this 16.x box though so nevermind [09:16] somebody here that manages to make a ps4 controller works as it should on ubuntu? [09:17] Ubu-1604: if you are currently on 16.04 LTS and like your system to be very stable then i'd wait for the opportunity to directly upgrade to 18.04, which should become possible starting late july. [09:18] 16.04 LTS, that is. [09:18] and 18.04 LTS. [09:19] poutine, any hints for keywords to search logs for? there's so much output :) [09:20] tomreyn: hello again Tom ... yes I won't upgrade this computer .. it runs really fast with 16.04 .. actually it keeps upgrading all the time so it's 16.04.4 and firefox upgrades too and it's at 60.0.1 ... perhaps maybe i should just kepp using 16.x on any computer I install ubuntu on. [09:20] blip99: /var/log/syslog* /var/log/Xorg.* [09:21] tomreyn: I did figure out why the suspend mode was waking up this computer .. easy change in the BIOS did the trick. [09:21] tomreyn, no i meant what kinds of errors to watch out for, relating to my failed graphical logins [09:22] blip99, Well if you go to the end and go up from there, you should be able to see something, you could post it if you make sure you don't have any sensitive data in it [09:23] blip99: oh hahahah I read back ... you just upgraded from 16.x to 17.x? ... ya perhaps I shouldn't upgrade ;) [09:23] Ubu-1604: firefox it special, it gets rolling updates indeed. and the trailing 4 in 16.04.*4* indicates a generation for this 16.04 release. these numbers will automatically increase while you install security patches and bug fixes (which you should indeed do). [09:25] tomreyn: yes the rolling update for both firefox and Ubuntu itself I do daily ... it's nice that updates for 16.X happen almost daily .. seems to be almost every day :D [09:25] blip99: look for '(EE)' lines in Xorg.* and for any issues about graphics, video, vga, modesetting, acpi or any other errors in syslog. [09:28] Ubu-1604: you should definitely upgrade 16.04 before it is no longer supported. but you have a good while left. https://www.ubuntu.com/info/release-end-of-life [09:28] I think it's not until 2021 though [09:29] that's probably a typo by then .. it's actually until the year 20021 :) [09:29] right, but only for packages from "main" [09:30] 2021 is correct, [09:32] tomreyn: I have not tried the 'server' version from any ubuntu version .. I am wanting do setup a FTP server as I had discussed before ... can I run a ftp server (or even a web server) on the DESKTOP version of Ubuntu, I don't really understand the differences between the desktop and server versions. I am just wondering since I am going to have to use the i386 distros since 18.04/18.10 only are for the newer 64bit (AMD64) [09:32] chipset [09:33] and the GUI itself for 16.04 is Unity and not gnome ... that's a pretty big difference and to me the unity one seems extremly stable [09:36] spikebike, using nvidia instead of nouveau didnt help sadly [09:36] tomreyn, thanks. im on checking logs now in detail [09:37] blip99: weird. Did you try nvidia and new user? [09:37] Reboot after the nvidia install? [09:37] did you blacklist noveau? [09:38] the main differences between server & desktop are (1) different installer, (2) different packages installed by default including no desktop, office or gui software on server... Expect some config differences, but most packages will be the same, you could remove desktop & like software to make desktop = server, or visa versa... (expect server to have openssh-server [package] installed by default; desktop version only has [09:38] client installed etc) [09:39] spikebike, rebooted. lsmod showed nvidia loaded, and no noveau. didnt try new user though [09:39] Ubu-1604, my last was for you... [09:39] Ubu-1604: yeah ftp server will run on all flavors of ubuntu, server and desktop alike [09:40] Ubu-1604: what chipset do you have that's i386 only? [09:41] If I'm trying to run a java app (in a jar) that's described as "requir[ing] GTK", what package should I probably be looking to install? gtk? merely libgtk-something? [09:41] try apt search libgtk [09:43] spikebike: thanks. that returns quite a lot [09:45] it looks like libgtk2.0-0 is already installed [09:45] so it doesn't run? [09:47] guiverc: ya ok I understand what you mean .. I think I will just stick to the desktop distros then, gotta have a gui since my linux/unix skills are pretty low :| [09:47] Ubu-1604: server and desktop versions are really the same thing nowadays, they just install different packages. so, yes, you can install an ftp serve ron your desktop installation. [09:48] spikebike: the computers I am wanting to install on are dual P3 and dual Xeon chips (older ones) [09:48] dabbler, what is the java app called? [09:49] tomreyn: awsome .. then that's what I will do ... this 16.04 isn't all that bad really, runs darn fast :D [09:49] Ubu-1604: unity -> ubuntu gnome is not visually a huge step but several things change under the hood, yes. [09:49] Ubu-1604: impressive, that's pretty old [09:51] Ubu-1604: 18.04 also runs fast (maybe more so if you don't use the default desktop). but you can always give it a try (using the live iso) once upgrading becomes possible. [09:51] spikebike: well I got these rackmount units some time ago (dell and ibm), but they should work well .. I just wanted to avoid installing windows server on them [09:51] poutine, tomreyn, spikebike: Log analysis results: [09:51] Xorg.*: [09:51] (EE) /dev/dri/card0: failed to set DRM interface version 1.3: Permission denied [09:51] (EE) modeset(GO): glamor initialization failed [09:51] syslog: no errors showing up from the process of trying to graphically log in (and failing). but millions of messages saying "unreadhead[273]: unreadhead:sdb Ignored relative path" [09:51] jcdutton: biglybt [09:52] blip99: ls -alt in your home dir and see what error files show up, there's often someting like .xsession-errors [09:52] it runs in console mode, but in its startup is included an error [09:52] "SWT check failed with: No GTK3 found. java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: [omitting here]" [09:52] and this unreadhead message has many variants. unreaedhead:ata6 unreadhead:usr unradhead:devices unreadhead:sys .... [09:52] :( [09:52] blip99: you can ignore those ureadahead ones, those are normal. [09:52] so i guess try installing libgtk-3-0? [09:53] tomreyn, oh wowthat's a relief! I thought my hdd was dying [09:54] blip99: nah, that's unrelated. i hope this log spill will be reduced in future patches. [09:55] blip99:now the (EE) ones from Xorg.*.log.* may be something you need to tackle. [09:56] tomreyn, do you think this relates to the followed message i used to see regularly whilst in console mode: "ata3 irq_stat 0x0000000040, connection status changed. SERROR: {DevExch}" [09:58] spikebike, .xsession-errors hows some settings being applied (dbus-update-activate-environment) - and on the last line "/etc/X11/Xsession.d/99x11-common_start: line5: /sbin/upstart: no such file or directory" [09:58] shows* [09:58] blip99: *this* message is about a communication error from sata controller to attached sata storages. this can be due to loose connection of sata cables, or broken sata cables, broken disks, broken controller. [09:59] yeah the ata error looks nasty, and an upgrade/reinstall can expose disk issues that were hidden [09:59] Quite a few times have I thought linux was borked, only to find it was a hardware problem [09:59] hmm still that error, except without the "No GTK3 found." sentence in it. the rest of the line is the same [10:00] blip99: could also be an incompatibility of a very old drive: https://askubuntu.com/questions/109180/mysterious-hard-disk-failure [10:00] youtube showed me some cool things I can add .. I just installed that Unity tweek tool ... very nice :) [10:03] tomreyn, spikebike aha!! very interesting. I've been using this disk for a month since the upgrade (browsing it from Windows which i boot from another disk) - I guess even though it's browsable, some sectors are potentially ying [10:03] dying [10:03] let me go and backup everything as a first step [10:04] i badly need to recover my firefox open tabs - hopefully firefox sync has them backed up online [10:04] i think it might be an architecture mismatch. i'm gonna ask the app devs. thanks for reading [10:04] blip99: backup is a good plan. once your backup is done, look into s.m.a.r.t. [10:04] !smart [10:04] smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [10:04] i think i checked smart from windows side, it didnt provide any warnings, but will do again [10:04] dabbler: you probably need swt bindings for this java version [10:06] dabbler: such as libswt-gtk-3-java [10:07] tomreyn, spikebike: plan of attack-> 1) backup everything 2) clean case, reseat all relevant cables on MB and hdd 3) check SMART output 4) run fsck [10:07] if you "apt search swt" you'll find more similar packages [10:08] blip99: sounds like a plan, good luck. [10:09] tomreyn, spikebike: one more thing: will fsck surely detect dying hdd? or better stop using it for safety. btw TJ- once mentioned that my errors may be related to kernel regression [10:10] tomreyn: well, two of the lines under "Reason" in the error are: [10:10] /home/ubuntu/.swt/lib/linux/arm/libswt-gtk-4757.so: /home/ubuntu/.swt/lib/linux/arm/libswt-gtk-4757.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform) [10:10] Can't load library: /home/ubuntu/.swt/lib/linux/arm/libswt-gtk.so [10:10] i'm not sure, but the app may have put ~/.swt there [10:11] file says that libswt-gtk-4757.so is for 80386, but this is an ARM machine [10:12] the arm directory containing it suggests that may be a mistake [10:13] blip99: i could not comment on a kernel regression, way too little info for this. but it's always possible with very old hardware. fsck will not reliably indicate on whether disks are dying. s.m.a.r.t. may be able to indicate more or less reliably. [10:13] blip99, fsck is file system check; it checks for logical error in file system, and has nothing at all to do with hardware; smart looks at hardware (chips on drive) & ignores data/fs - they are different; fsck doesn't include smart or hdd failure detection in it (it's not its job) [10:14] I guess I could try installing libswt-gtk-3-java with apt-get, then renaming that ~/.swt and see if that works? [10:16] dabbler: yes i guess you should try to rename ~/.swt and see if you can find a package which provides libswt-gtk.so for your platform. [10:18] tomreyn, spikebike: sorry, one LAST question: (my desktop is 5 years old, so not very old hw. SATA2 hdd). Anyways, how is it possible that dying hdd would allow console login but not graphical? lightdm is just hitting some bad sector somehow? [10:18] dabbler: no exact match, but similar: https://packages.ubuntu.com/search?suite=xenial&arch=arm64&mode=filename&searchon=contents&keywords=libswt-gtk [10:19] (you could try creating a symlink at /home/ubuntu/.swt/lib/linux/arm/libswt-gtk.so pointing to these) [10:21] blip99: if your disk was falling apart, with any data or software required for the graphical desktop to work being stored in bad sectors, that could explain it. but it may as well be some other issue. [10:22] Hi, have normal release but upgrader sees only lts releases even if update rules are set to normal only. [10:23] blip99: if you've upgraded to any newer ubuntu release (i'm not sure whether ever discussed which one you're on) this would explain this message: /etc/X11/Xsession.d/99x11-common_start: line5: /sbin/upstart: no such file or directory [10:24] I am on 17.10 and want to upgrade to 18.04. But only 18.04 lts is found. [10:24] NaspherEnde, currently the latest release is 18.04 LTS - 17.10's next step is 18.04, what are you running? [10:25] blip99: newer releases don't come with upstart. and *maybe* this message also explains why your desktop wot start, or thewy have a common root cause, namely that you have outdated configurations from an earlier ubuntu release still inplace which break things on this newer release. [10:25] 18.04 is an LTS release; as was 16.04, 14.04 - even numbered year & april release = LTS; it is the normal release for even.04 [10:25] blip99: this is just theories, though, since i don't know what you're working with (sorry if you discussed it previously and i missed it) [10:25] So all the .04 are lts only? [10:26] tomreyn, indeed that sounds like it, i made a big jump from 16.04 to 17.10 in one go. Anyways before anything, i'll do the steps we talked about. Cya later :) [10:26] tomreyn: thanks! i was just wondering how to find a package supplying such a file. it's the ~/.swt/[…]/libswt-gtk-4757.so file that links to libswt-gtk.so, though, so if I just get ~/.swt out of there I shouldn't actually need that exact file name. if it instead finds the libswt-gtk-3-java package you pointed me to, hopefully it'll all be taken care of. about to try it [10:26] no 14.04 LTS, 16.04 LTS, 18.04 LTS (only even years are LTS, 17.04 wasn't so is EOL already) [10:26] K [10:27] poutine, tomreyn, spikebike: thanks for the help guys. i'll be back after backing up etc :) [10:27] good luck blip99 + dabbler [10:28] NaspherEnde, once you release-upgrade to 18.04 - you can stay on LTS release, or make jump to 18.10 & return to every release (making same decision again in 2010 when on 20.04) [10:28] s/2010/2020/ [10:29] dabbler: note that you can "Search the contents of packages" on https://packages.ubuntu.com/ - or using apt-file (available as a package, and, when installed, as a command) to search for files and which packages provide them. [10:30] tomreyn: thanks! [10:31] after renaming .swt to something else, that path is still appearing in the error message. it seems the app recreates it if it doesn't exist [10:31] i'm just gonna ask the devs what gives :p === businesscat is now known as mouses [10:38] Hiyas all [10:41] ok almost 5am here .. sun comming up ... time for some sleep .. thanks for all the help .. ttyl :D [10:42] I was having issues I assumed were with Cron, but I'm starting to think it's a script issue [10:43] I'm trying to run a .net core app from cron to make sure it's always running, but when I run the command alone it shows that it's running and says "press ctrl-c to stop" [10:43] so I guess that the cron does not leave it running? [10:44] tomreyn: thanks so much for your help :) [10:45] Doc-Saintly, why not just check the processes in top or system monitor to see if the cron job starts it [10:45] BluesKaj: I'm not sure how to test if it has started it at all, but it's definitely not running right after the job [10:46] how do you know for sure [10:46] I odn't know, but don't know how to check either [10:46] well, try my suggestion [10:47] :S I don't think it's possible I'm going to see it in top [10:47] I wait for every minute when it fires, and see if it jumps to the top of the "top" list and disappears? [10:47] what about system monitor? [10:48] ok, I did see the "lsof" command run which is part of the script [10:49] but that's just the check, so perhaps the check is failing in the cron environment so I'm removing it to test [10:56] I have to give a talk and it is just 5 png's. Is there a simple way to stick these together into one file? [10:57] zip file? Don't understand the question :S [10:57] Doc-Saintly, so that I can stand up and go through the images one after another [10:58] lesshaste, eog -f * [10:58] jcdutton, sadly the computer I will have to use is windows :( [10:58] jcdutton, so I want to make the talk on linux but present it on windows [10:59] lesshaste, create a PDF with them. [10:59] jcdutton, ah.. how would I do that? [10:59] what do most people use for VMs/whole-OS containers? [10:59] lesshaste, libreoffice, create a document, then export to PDF [11:00] jcdutton, you mean in libreoffice load the pictures one page at a time? [11:00] lesshaste: well, yea, there's powerpoint or the libreoffice alternative [11:00] CoJaBo, virt-manager [11:00] * zndy [11:00] lesshaste: or just use the default picture viewer, left and right progresses through pictures in a folder [11:00] Doc-Saintly, interesting.. I have never tried libreoffice for this sort of thing [11:01] lesshaste: what are you trying to do? to create pdf from multiple images do in the folder (CLI) convert *jpg file.pdf [11:01] lesshaste: well they have a version for each thing, I don't recall what their version of slides is, but really, if it's on windows just the photo viewer will do it [11:01] lesshaste, another option is to do it with html. [11:01] memphisto, thanks! I will try that [11:02] Doc-Saintly, but how will "page down" get me to the next image? I mean how would I order them? [11:02] lesshaste: just the arrow keys, I assume the pgdn and pgup also map to that. let me test [11:03] yep, pgup, pgdown, left or right all move around the images [11:03] lesshaste, put the pages in landscape and not portrait [11:03] or a full screen pdf as someone else suggested [11:03] Doc-Saintly, but how do you control which image comes next? [11:03] lesshaste: it goes in the order of images in the folder [11:04] so name them 1,2,3, sort by name, click 1.png, it opens full screen in the picture viewer [11:04] but feels a bit off topic so I'll shut up now :D [11:05] lesshaste: https://itsfoss.com/convert-multiple-images-pdf-ubuntu-1304/ [11:05] memphisto, thanks! [11:05] Doc-Saintly, ok thanks :) === nikow1 is now known as nikow === Dragonslicer is now known as Dragnslcr [12:05] русский канал есть? [12:06] ru [12:07] !ru [12:07] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [12:36] quick question, i upgraded my hd to bigger size. now grub wont load unless i use supergrub, i did system upgrade and now it asks me where to install grub. do i want to put it with /dev/sda or /dev/sda3 / [12:36] i dont want to wreck windows efi boot [12:40] hi everybody can I ask help question about installment of the new ubuntu at this channel? [12:47] After loading the live cd at boot i got the following message: No Irq handler for vector.... Could not find/resolve named package element.... [12:48] Install went fine anyway... but am I missing something? [13:05] xantoppe, I get "no irq handler for vector" too. seems harmless, other than flooding dmesg and pushing all the boot messages off the top eventually [13:06] ok [13:07] read something about a warning that a micro update could not be installed [13:07] ubuntu seems to work fine though === cajhne is now known as crogers === damian- is now known as damian [13:35] (on 16.04 LTS) is it possible to assign the middle-mouse button to act like the ctrl (or alt, or esc) key? globally across all programs. [13:36] I should mention I'm using spectrwm. But as far as I understad it Unity is still there looming large, in the greeter/GUI login screen, etc. [13:51] hi there [13:51] i am about to install ubuntu 18.04 again [13:51] practice is goodd [13:51] i have iso downloaded after it first released is it ok or should i download again? [13:52] as long as its the released version, use it [13:52] yes released but is there any update applied on the iso? [13:52] i would like to install current one [13:52] I think there have only been a few updates released since [13:53] hmm [13:53] 38 minutes to download iso [13:53] ok i wait it [13:53] it will be the same one [13:53] really? [13:53] ok [13:53] how much swap area should i define? [13:53] i have 8gb ram [13:53] they dont add every new update to the iso [13:54] ok [13:54] tomreyn: are u there? [13:54] let ubuntu define swap. with 18, the swap is a file [13:54] B1ack0p: sometimes [13:54] no more partitions [13:54] ok [13:54] compdoc: well as i remember it asked me to define partitions [13:54] for / and swap [13:54] B1ack0p: why do you ask? [13:55] tomreyn: i am about to re-install ubuntu as i faced low disk space of root if you remember other day [13:55] and i want to install it correct way [13:55] about partitions [13:56] B1ack0p: i see. you probably don't strictly need *me* to assist you there, i bet a lot fo people here could and would be happy to, as long as you'll explain what you are trying to do and what is not clear / does not work (and how you know it doesn't). [13:56] give your root partition at least 10G if not more [13:57] BluesKaj: lol i gave 11gb and it is warning low space [13:57] tomreyn: thanks [13:57] the you need to to run sudo apt-get autoremove and autoclean [13:57] then [13:57] BluesKaj: i have about 60gb total i can give to ubuntu [13:58] B1ack0p,^ [13:59] B1ack0p, are you using separate / (root and /home partitions? [13:59] BluesKaj: well i dont know what to make it better [13:59] https://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation [13:59] according to the link they suggest [14:00] 10-20gb [14:00] 10-20gb for / [14:00] and /home [14:00] (Optional) Create separate partitions for /boot, /tmp and /var [14:01] thats crazy talk [14:01] should i create seperate partition for /home or not necessary? [14:01] manual is the way to go if you have experience with partions but if you just need to install ubuntu without any other OSs present then auto install should work, B1ack0p [14:01] BluesKaj: i am dual booting with win10 [14:02] i have 240gb ssd and i can give only 60gb to ubuntu [14:02] dont need that much [14:04] . [14:05] haven't dual booted with windows since before UEFI so I can't advise you, altho I have heard it shouldn't be too difficult if you you prepare your partitions previous to tryin the installation [14:05] i know it is not difficult [14:06] just i am not sure how to partition during format section [14:08] use gparted first to setup our partitons and formats etc, then you won't need to do that during th einstall [14:08] gparted before i boot installation? [14:13] ok bbl === ChunkzZ is now known as ChipM0nk [14:24] how do i toggle auto mute in alsa mixer? it seems it expects his user knows a hidden secret magic keypress === gr33n7007h is now known as al2o3-cr [14:25] @find pomp circumstance march === semeion is now known as mnemonic [14:27] http://www.ubuntu.com === pacbard_ is now known as pacbard [14:56] Help. I am having grub rescue error [14:56] !recovergrub | B1ack0p [14:56] B1ack0p: Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub [14:57] https://unsee.cc/1332bab8/ [15:00] read the link B1ack0p [15:01] Reading and i dont understand much [15:02] what don't you understand ? [15:02] I will try live cd now [15:02] And just do update grub [15:03] Will see how it works [15:03] why would you do that [15:03] you've not explained the problem [15:03] you've not explained what you don't understand [15:03] why would you expect update-grub on the livecd to work ? [15:03] I dont wanna mess with partition [15:03] you dont have to mess with the partitions [15:03] I faced this before [15:03] you have to explain the problem if you want help [15:04] Link explains too confusing [15:04] I saw simple way before but i dont remember where it was [15:08] hi [15:09] g0th: welcome, how can we help you? [15:09] I have an nvidia GTX 670 and I'd like to enable opencl support for it (so that it's listed in clinfo) [15:09] which packages do I need to install? [15:10] What is sda3 for? https://unsee.cc/1e2ea586/ [15:11] I installed nvidia-opencl-icd-384 but it's still not showing anything under clinfo [15:13] s [15:13] Hello? [15:13] ? [15:14] what do you mean sda3? [15:14] partition ? [15:14] Yes guest please check screenshot https://unsee.cc/1e2ea586/ [15:14] B1ack0p: it's so you can have more than 4 partitions [15:15] Sda1-2 windows related [15:15] I created swap sda5 and 4 for root [15:15] I didnt create 3 [15:15] Guest85755: can we help you? [15:15] u have space on your hard disk that u didn't use when installing the system [15:15] Is it something default? [15:15] it's basiclly unformatted space [15:16] Guest85755: no it's not [15:16] g0th: apt-cache search opencl can help you somehow? [15:16] Well after 1-2 it should give me 3 but it gave 5 for swap and 4 for root [15:16] ow it extended not unallocated [15:16] my bad [15:16] xd [15:16] messed up on that one xd [15:16] I didnt see 3 in partition list during installation [15:16] B1ack0p, what did you boot to create those partitions? [15:17] B1ack0p: an extended partition holds logical partitions. The limit for primary partitions is 4 on a MBR formatted disk [15:17] Tgm yes but i didnt create it how does it exist? [15:17] lotuspsychje: how does that help? [15:17] B1ack0p: so if you want more than 4 partitions, you need to either have an extended partition that holds the other partitions or format your disk GPT [15:17] it lists like 50 packages [15:18] B1ack0p: it was likely created by default when you set your partitions up with the assumption you may want more in the future [15:18] B1ack0p: if you has set 1 giant partitions you wouldn't have it [15:18] lotuspsychje: I think my issues is: [15:18] 7:13:53 ~$ nvidia-smi [15:18] Failed to initialize NVML: Driver/library version mismatch [15:18] g0th: im trying to widen your options [15:18] Tgm4883 ok the thing is i will reinstall ubuntu now [15:18] lotuspsychje: well I already know how to search for package names [15:19] B1ack0p: why reinstall? [15:19] It asks erase current ubuntu and install again [15:19] 2 install in windows [15:19] lotuspsychje: any idea what the mismatch is? [15:19] i.e. what is mismatched with what? [15:19] And something else [15:19] ok [15:19] When i click on something else it asks me partition [15:19] how install crackers emulated [15:20] There is sda1 2 for win10 [15:20] hy'.. [15:20] How should i create partitions for ubuntu? [15:20] I try a reboot [15:20] ahahaha your sleep [15:21] Should i create swap area or sda3 already swap? [15:21] do you want to me ? [15:21] Zein26: no hacking topics on freenode please [15:21] help me .. [15:21] And do entire available partition / location? [15:21] how install crackers emulated [15:21] Zein26: you have joined the ubuntu support channel [15:21] B1ack0p: does you linux partition already work? [15:21] how install crackers emulated [15:22] !ops | Zein26 [15:22] Zein26: 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 [15:22] tgm it was not working well so i decided to reinstall [15:22] Format and clean install [15:22] hai [15:23] B1ack0p: well you could blow away partitions 3-5 and install a new sda3 partition [15:23] what [15:23] I will take a screenshot there [15:23] B1ack0p, what did you use to create the bootable installer? [15:23] B1ack0p: depending on your system, I'd probably just do a large partition and use a swap file [15:23] why [15:23] Compdoc it is CD [15:23] KingdomX: only ubuntu support here please [15:24] a dvd? [15:24] Yes sorry a dvd [15:24] ok [15:24] compdoc: what does that have to do with anything? [15:24] speak indonesia [15:24] it matters [15:25] compdoc: that's not an answer [15:25] hahaha [15:26] Ok screenshot is here https://unsee.cc/790970dd/ [15:26] It doesnt list sda3 [15:27] I freed up space -> https://unsee.cc/bd0ce37d/ [15:28] So can u tell me why does it create sda3 and why cant i see it here? [15:30] my PS4 controller aren't working on ubunut [15:31] somebody manage to do it/ [15:34] Ok got it, it creates another partition after swap [15:41] Hi, all of a sudden my vhosts stops working in apache2 and both the websites are pointing to the default /var/www/html [15:42] Any idea what might've changed? I've checked the configuration of both the sites and they are fine. [15:42] sla3k: perhaps ##httpd channel might be more of help? [15:42] ok [15:46] is it about apache httpd though? [16:01] hi I think I have installed opengl lib : freeglut3 freeglut3-dev libgl1-mesa-dev but I still git a message saying I dont have opengl lib : https://ptpb.pw/iO8I [16:02] what can I do? [16:03] read the documentation provided by the developers of the software you are trying to build. [16:05] grillon: at the end of the config -- you are missing mesagl [16:06] hello,I'm trying to install armitage on ubuntu 16.04 but I can't get it.I already installed metasploit.I need it for practice [16:06] in learning [16:06] grillon, have you installed the recommended GPU driver? if not run sudo ubuntu-drivers list, to find it [16:08] ullf09721, pentesting is not supported here, try the metasploit/kali channels? [16:09] oerheks,ok,thanks! [16:19] hi BluesKaj and hggdh it's a kvm under ubuntu 18. I did nothing about gpu [16:20] BluesKaj ubuntu-drivers list show me nothing(empty list) [16:23] grillon, oh, kvm, dunno much about VM setups..never had much success trying them [16:27] grillon, what are you trying to build? [16:27] and/or what guide do you follow? [16:28] I need ride [16:29] it's a graphical interface for robotframework [16:29] that graphical interface use an old lib wxpython2.8. so I have to build it from source [16:30] hello. ;) [16:30] hell rbo [16:30] grillon: is this actually about ubuntu? [16:30] Has anyone ran into the issue where you try to launch a very specific application from terminal and get the following "[screen is terminating]" I've googled it and I have not been able to get anything useful. [16:30] have opengl visible is about ubuntu [16:31] I don't know what package to install to have opengl lib and I need it to build my package [16:31] python-wxgtk2.8 [16:31] grillon: what's the thing you are trying to build? URL [16:32] grillon: also which architecture (uname -m)? which release? lsb_releas -ds [16:32] grillon: also which architecture (uname -m)? which release? lsb_release -ds [16:33] I'm trying to build that package : https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/ [16:34] rbo: somehow you or the application must have entered "exit", "logout" or just ^D, causing the screen session you were working in to quit. [16:34] on kvm x86_64 [16:34] hello [16:34] could you give me some help? [16:34] !ask | zerabat [16:34] zerabat: 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 [16:34] I'm running ununtu 18.04 [16:35] tomreyn: seems to be pretty strange, I've pretty much re-imaged the ubuntu laptop (14.04LTS) a few times and I am getting this error, it's also happening on more than one laptop. I'm not entirely sure what or why it is happening. [16:35] grillon, why you cannot use python-wxgtk3.0 from repo ? [16:36] the code is not python3 ready .. [16:36] because ride still use the version 2.8 [16:36] ah [16:36] and 18.04 dropped python 2.7 .. it is still optional [16:36] yes they are working on it for version 4 [16:36] I have a video I want to cut out the first 20 seconds of. That I can do but I would like the sound to fade out, rather than just stop abruptly. Is that possible with ffmpeg or some similar tool? [16:36] but it's still in progress [16:37] tomreyn: guess I'll have to keep hacking things up to figure it out. [16:37] rbo: without more information on the application you are launching and how you're launching it, even speculating will be difficult. [16:37] grillon: I mean the robot framework [16:37] robotframework could be used in command line without wxgtk2.8 [16:38] grillon, maybe pip or easyinstall is a solution, don't use sudo then https://github.com/robotframework/RIDE/wiki/Installation-Instructions [16:38] lesshaste: http://shotcut.org/ [16:38] tomreyn, no worries, thanks for your help! Even that bit helps-- it's a very internal application I can't give out any debug just due to the NDA / proprietary of it all. [16:38] CarlFK, thanks! I had never heard of that [16:38] Question: I use Ubuntu 18.04 with GNOME. Out of the box GNOME doesn't include any way to control behaviour when battery is low, and by default GNOME isn't doing anything like shut down or suspend, so notebook keeps on until it suddenly turn of out of energy, and that damages my HDD. Is there a way to set system to suspend when battery is in a critical energy level? [16:39] yes Oatmeal, I could install ride and all but I still need wxgtk2.8 and I must build it that's my problem [16:39] lesshaste: get the latest ver. downloads, find the tarball, untar it, find the docs on how to run it. there is no sudo install. [16:40] CarlFK, sudo add-apt-repository ppa:haraldhv/shotcut [16:40] sudo apt update [16:40] sudo apt install shotcut [16:40] grillon, what fails configure or make ? [16:40] Question continues: when I'm using desktop I can see notificaciton and suspend when battery is very low, but if I'm using a fullscreen app I can't see notification. [16:41] ioria : configure because opengl is missing [16:41] lesshaste: neat - didn't know about that. [16:41] zerabat: you sure there's nothing under Settings' power management to go suspend / shutdown when the battery is low? [16:41] ioria : here the output https://ptpb.pw/iO8I [16:41] CarlFK, it might not be the very latest version.. seems to give you Shotcut version 18.03.06 [16:41] zerabat: the latter makes sense. fullscreen apps are usually exclusive owners of the display. [16:42] CarlFK, so how do you do the fade out in shotcut? [16:42] lesshaste: close 18.06.02 [16:43] that’s the 'beauty' of fullscreen mode, many announcements and gadgets turn invisible [16:43] blackflow: there is nothing [16:43] grillon, it buils ok on xenial ... [16:43] lesshaste: drag the clip into the timeline, click filters, add, audio fadeout [16:43] CarlFK, nice.. let me try that [16:43] only automatically suspend after certain time of inactivity, but not due to low battery [16:44] zerabat: well, gnome. dunno. I use KDE. [16:44] with recent reduction of functionality in gnome, wouldn't surprise me there isn't anything in power options. [16:44] I'm having trouble with Ubuntu snaps, at random snaps are breaking and I have to uninstall then reinstall or they won't launch. This results in data loss and I can't continue dealing with this. [16:44] yeah, kde is more complete while gnome devs keeps taking away core functionalities [16:44] See: https://gist.github.com/nsuchy/8ff7920bddea811b58253a9556317db9 for terminal output when trying to launch Signal Desktop on Ubuntu Snaps [16:45] ioria I think I just need opengl lib [16:46] :o [16:46] tomreyn using an IRC browser? :D nice [16:47] I was told my question asking for help is ridiculous and that I should use Google on AskUbuntu so I'm askig here in hopes someone will have a better idea [16:47] guest2d09f8s, just launch the Signal Desktop from your menu? [16:48] It doesn't work [16:48] nothing happens [16:48] which is why I tried laucnhing from terminal to see what happens [16:48] and it shows a permission error [16:48] the same happened with chromium and a reinstall fixed [16:48] but I don't want to keep losing data [16:49] signal doesn't sync message history, at least Chromium Syncs to S Suite [16:49] G Suite* [16:49] "at random snaps are breaking" .. maybe something else is going on [16:50] @oerheks I'm sure something more is going on [16:50] That's the best way I knew how to describe it [16:50] Is their anyway to fix my snap so it'll launch [16:50] guest2d09f8s: on the URL you provided, there is a permission error on the file. Who owns the file and directory? [16:50] hmm, just installed it, nothing starts indeed :-D [16:51] sudo snap install signal-desktop [16:51] some snaps need argument to start? [16:51] https://gist.github.com/nsuchy/118a29345a4098ef99dc3d68943cc5de [16:51] That's the output of permissions [16:52] ok I guess my mystake is using kvm [16:52] I could not use opengl lib with kvm? [16:55] guest2d09f8s: now look at what /snap/signal-desktop/40/bin/desktop-launch is trying to do. The error is at line 23 [16:55] anyone familiar with mail servers, ive gone one setup with postfix, amavis,clamav and spam assassin. everything appears working, even get a "mail delivered" e.t.c , i can send mail outbound fine too, however, when i login to webmail or via my phone for example, the inbox is not showing new mails that been sent in. however, if i goto webmin an click on 'REad user mail' i can see all the emails in the inbox there [16:56] See: https://gist.github.com/nsuchy/67fb65356bd793907bc73384dc50f1f3#file-launch-L24 [16:57] !postfix | Battle can this help? [16:57] Battle can this help?: postfix is the default !MTA and !MDA on Ubuntu. For help, read https://help.ubuntu.com/community/Postfix and https://help.ubuntu.com/community/PostfixBasicSetupHowto - See also !MailServer [16:57] hum. guest2d09f8s perhaps you need to install this snap with --classic? Otherwise it will have restrictions changing files [16:58] (which *should* be documented for the snap) [16:58] the thing is [16:58] it happened with chromium too [16:58] when installing from the GUI Software CEnter [16:59] guest2d09f8s: if you find a bug in a snap, you can contact the maintainer of the snap [17:00] back with newly installed ubuntu [17:01] i am getting grub rescue mode everytime i restart [17:01] how can i fix it? [17:01] guest2d09f8s: insterestingly, I just installed signal-desktop from the soft store, and it works. Ubuntu 18.04 [17:02] i do set root=hd0,msdos3 set prefix(hd0,msdos3)/boot/grub then insmod normal and normal [17:02] it boots after those commands but after restart it happens again === JanC_ is now known as JanC [17:06] lotuspsychje: that first link fixed it for me, i did suspect it was the mailbox directory location which was set correctly in dovecot, but figured there must be another one somewhere...because its deliverying mail succesfully just not to where i want it... or it would throw an error surely. so postfix appears to have its own mailbox things too, after setting htat, mail delivered perfectly. :D [17:06] ok let's try beeing more specific [17:06] !yay | Battle [17:06] Battle: Glad you made it! :-) [17:08] have to say, im quite liking ubuntu so far. I've used CentOS ever since i can remember... prior to that was gentoo but that was only when i first started using linux under the suggestion or friend when i had 0 knowledge of linux as a whole. from wha ti recall, not a lot of supported things for it, without difficulty anyway. So been on centos ever since, due to coming into a problem i couldnt resolve, i opt'd for ubuntu and [17:09] Battle: glad you found us mate, and welcome to the ubuntu community [17:11] so far.... ubuntu is a bit more complicated vs centos and installing packages a bit slower than centos, but once you get it done, it so far seems pretty solid...a few things that stand out for ubuntu over centos was how easy it was to actually get kvm going (once you understand a bit of the networking side) with centos you dont learn that, you hit a button and it does it for you which is both good and bad... [17:11] good becaue it makes life easier but bad because you're not learning how it works...and when problems arise you have no idea how to resolve them...a t least not easily... [17:11] so overall, im glad i made the switch :D [17:12] plus, the reason i needed kvms was to run things that CentOS couldnt actually run.... [17:12] so its like killed two birds with one stone lol [17:12] Battle: try to keep this channel ubuntu questions only mate [17:12] oh sorry, ill be quiet [17:12] !discuss | Battle if you like :p [17:12] Battle if you like :p: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [17:12] Battle: what do you use to install packages on centos, yum or dnf? [17:12] yum [17:12] jxcodemonkey: offtopic [17:13] + that ^ [17:13] XD [17:13] pm me if you want i dont mind :) [17:13] thanks :) [17:14] ok I got it, I installed opengl lib well but the search path was wrong [17:29] Hi guys, I am planning to buy a new laptop PC. I found a nice model but it has Radeon 530 GPU on it. Back in the days ATI support was horrible on Linux. Did it improve? [17:32] test [17:33] can this be read publicly [17:33] test [17:33] Android: yes [17:33] onur: yes [17:34] 530 supported as of 17.04 https://help.ubuntu.com/community/RadeonDriver [17:34] what is the location of trump [17:35] trump? what's that? [17:36] Android: Can you be a bit clearer? Which App etc [17:36] Apparently he needs to call forth the militia to backup my attorney and execute the laws of the union [17:36] wrong channel dude [17:36] app , attorney [17:36] Android: Do you have an Ubuntu supprt question? Thats what thios channel is for [17:36] keyword ALL [17:37] onur: it has improved. also https://certification.ubuntu.com [17:37] wait for my app to show up [17:37] Android: So you don't have an ubuntu support question? [17:37] check the logger what is the url [17:37] Android: /remove Android Bye [17:38] thank you DJones [17:49] Hello, I've been having some trouble getting an ubuntu usb drive to boot. It's on a usb drive with three partitions, one for general storage, one for swap, and one for ubuntu itself. I can't even seem to get grub to start. I'd be happy to supply more info if it'd help. Any ideas? [17:51] GoldenPhysics: how did you create it? how does your computer boot (UEFI, CSM/Legacy BIOS, BIOS)? [17:53] I'm pretty sure it boots with UEFI. Windows boots fine as does a second usb drive with live ubuntu on it. I created it with rufus from windows a couple months ago. [17:54] use the ubuntu live usb to create the persistent installation on this usb drive. [17:55] On the second usb? I've tried running the install ubuntu utility, but when it gets to the where to install part, it doesn't show that second usb drive, just the first usb and all the other normal drives in the computer. [17:56] hmm, strange, maybe one of your usb ports is broken? [17:57] Maybe. I have both the usb drive plugged into front io on the case. I think I'll try plugging them into the back straight into the motherboard rear io and see if that helps. [17:57] or maybe just one of them on the back, yes [17:58] it may also be a matter of power, in case neither have their separate power supply. [17:59] Separate power supply? Why would two usb drives need a separate power supply? [18:00] well if the power supply of your computer doesn't provide enough current to power two usb devices in parallel, this would be why there can alaos be usb ports which are not meant to provide to attached devices at all, expecting them to provide their own power supply. [18:02] Ah. I mean usb flash drives rather than usb external hard drives if that makes a difference. I rebooted and missed the uefi prompt, got into windows and it could see both usb drives. [18:02] thanks CarlFK looks like laptop I've been looking is certified. thats great [18:04] The second usb drive still isn't showing up in the ubuntu install thing. [18:05] problem with floppy: can read the files on floppy disk and copy them to hd but can't copy from hd to floppy, mod a file on floppy or create a new file on floppy (ie: can't write to floppy) [18:05] I can see it as /dev/sdf, though. [18:06] GoldenPhysics, that is strange [18:06] GoldenPhysics, to install on a 2nd usb, boot in live mode first, then hit 'install' [18:06] should be in /dev/floppy [18:07] You mean the install icon on the desktop after booting the live ubuntu, right? That's what I've done. [18:08] GoldenPhysics: do you mind loosing data on what is /dev/sdf then? [18:09] I'd rather not, but there's nothing that's particularly important on there. [18:09] Wait, on sdf, no, nothing import at all. [18:09] Hello im new to using linux and i need some help pls im using bodhi casue its all i have at the moment but im trying to acces my windows hdd and i get this message [18:09] Error mounting /dev/sda1 at /media/bodhi/E6B4D73BB4D70CC5: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999" "/dev/sda1" "/media/bodhi/E6B4D73BB4D70CC5"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. [18:09] Failed to mount '/dev/sda1': Operation not permitted [18:09] The NTFS partition is in an unsafe state. Please resume and shutdown [18:09] Windows fully (no hibernation or fast restarting), or mount the volume [18:09] read-only with the 'ro' mount option. [18:10] sde is the first usb drive I'm trying to recover. sdf I don't care about at all. [18:10] kk4ewt: ? [18:10] slice107, boot your windows and choose the filecheck utility [18:10] GoldenPhysics: if /dev/sdf is the usb storage you created with rufus, which wont boot now, do "sudo dd if=/dev/zero of=/dev/sdf bs=1M count=1" from the the live ubuntu nowm, then reboot the live usb and see if you can install to it then. [18:10] Disable fast startup in windows [18:12] Does anyone know why paper-gtk-theme doesn't exist? [https://snwh.org/paper/download] [18:13] Are my messages showing up? I can't see them. [18:13] grillon, have you solved ? [18:13] Tilia, for what ubuntu version? [18:14] 18.04 [18:14] GoldenPhysics: you just wrote "Are my messages showing up? I can't see them." and "sde is the first usb drive I'm trying to recover. sdf I don't care about at all." before that. if you'd like a better IRC user experience, you should use a dedicated IRC client, such as hexchat. [18:14] Tilia, contact the author, there seems to be an icon theme only https://launchpad.net/~snwh/+archive/ubuntu/pulp?field.series_filter=bionic [18:14] or build it yourself https://github.com/snwh/paper-gtk-theme [18:14] ioria unfortunately not solved [18:14] I tried posting twice that /dev/sdf will boot, but neither messagae showed up. [18:15] I think the problem was that I started the message with /. I'll try a dedicated irc client at some point. [18:15] grillon, same the same 'opengl not available' in ./configure ? [18:15] ioria it's ok for opengl but now python could not find headers file [18:15] GoldenPhysics: right, lines starting with / are considered irc commands [18:15] Ah. Should have known. [18:15] grillon, sudo apt install python-opengl [18:16] grillon, and run ./configure --with-opengl again [18:16] kk4ewt: don't have /dev/floppy, have /media/floppy0 but trying to do an operation from there yields the same result [18:16] Anyways, /dev/sdf is the live ubuntu created with rufus, but I can boot to that fine. [18:16] I'll build it. Thanks guys [18:17] ioria I did configure with opengl well, make, then mak install now I cannot do python setup.py install because wx/stc.h is needed. It's in ../contrib but I don't know how to add it in my search path [18:17] I just can't install ubuntu on that for some reason. /dev/sdf isn't showing up as an option for the install utility after I've booted into live. [18:17] ioria ./configure --with-opengl works fine now [18:17] Trying now with selecting install from the grub menu. [18:18] Same thing from the grub menu. /dev/sdf doesn't show up as an option. === ubu is now known as UbU [18:18] ioria I have added /usr/lib/x86-gnuXXXX in SEARCH_LIB in the configure file [18:20] GoldenPhysics: you can't install ubuntu to the same stick you have booted from [18:20] That would make sense. Can't believe I didn't think about that. [18:21] Is it the same if I try to install ubuntu from the grub menu? [18:21] ioria my problem when I do python setup.py install : https://ptpb.pw/hF2k [18:21] ioria if I do "pip install ." : https://ptpb.pw/GNZP [18:22] GoldenPhysics: depends on where the uubntu is which you'll boot from then. [18:23] Same drive? The ultimate problem is fixing ubuntu on /dev/sde2. Do I need a second installation of ubuntu in order to fix that? Or can I fix it with just live ubuntu? [18:24] GoldenPhysics: you will need any ubuntu system which was booted from a different storage. [18:24] whether that'S the live / installer usb stick or some other installation does not matter [18:24] https://wiki.ubuntu.com/LiveUsbPendrivePersistent [18:25] Alright. That sounds like booting into live should work, then. I'll look at that link. [18:25] And before I forget, thanks for all the help and patience. [18:27] GoldenPhysics: welcome. if you have additional questions later and soemone else will respond to you, you can make their lives easier by first picking specific names for these storages you are working with, and keep using the same names whenever you discuss the storages later. [18:28] can't write to floppy (if its permissions - don't see how to change it) [18:28] Like samsung drive for the main 128GB /dev/sde and Lexar for the 16GB /dev/sdf? Since those are the brands. === untitled_ is now known as petroav [18:30] GoldenPhysics: yes this would work. anything which can identify them uniquely is fine. [18:30] grillon, no idea, sorry [18:30] Alright. Thanks. [18:32] ioria thank you anyway [18:33] grillon, if you can't find a solution, you could install trusty in vm and install wxwidgets2.8 [18:36] grillon, i mean 'python-wxgtk2.8' [18:37] hello all [18:37] Hello everyone, I am trying to dualboot Ubuntu 18.04 and Windows 10. I shrunk the partition where Windows 10 is installed and should have around 50gb unallocated space on my HDD. I then burned a dvd off the iso and booted into the live session thing. However when I try to install the space is marked "unusable". System information on Windows show that my BIOS version is Legacy. Been reading up a bit, I think I need to boot the dvd in Lega [18:38] ook now ubuntu works good [18:40] how bout a virtual machine? [18:41] try to use virtual box and create the two os... [18:41] UbU: I wan't to have a permanent studio invironment alongside Windows 10, I don't know how virtual machines work. Can you point me in the right direction? [18:42] I'll look into that [18:42] yes try on youtube :) [18:42] Thank you sir [18:42] ur welcome... [18:43] good news is virtualbox is frre and u just have to set some few settings then u r done [18:44] Sounds good, looking at some youtube videos now [18:44] ok my friend... [18:45] sorry if my question is too basic to be interesting but I am still stuck and would really appreciate help with it... [18:47] depending of ram availible just slit in two for assigning that to the virtual enviroment [18:48] split* [18:56] I have a jupyter notebook that generates graphs periodically. I use these graphs to tweak a part of another script manually by hand. Is there a way to capture a screenshot of the "window" running jupyter notebook ? [18:57] TLDR; How are windows managed in ubuntu ? How can I screenshot a specific window ? Any resources/help is much appreciated. [18:57] sure, gnome screenshot can do all, whole screen, window, or selected part [18:59] oerheks: Oh, I forgot to mention an important constraint. Since, I don't want to keep looking at the window, I want to write a script to automatically capture the screenshot given the identity of the window. Can I use gnome screenshot as a part of this script ? [19:03] gnome-screenshot -h >> gnome-screenshot -w(indow) [19:04] that takes the focussed active window, AFAIK [19:16] maybe someone could help me on my thread: https://www.linuxquestions.org/questions/ubuntu-63/unable-to-hibernate-ubuntu-bionic-kernel-4-15-0-22-generic-after-installing-nvidia-drivers-4175630492/ [19:21] this chan has intresting threads... and you sure can find valid help for your question... [19:22] but before doin that try to squeeze the internet u wont be disapointed. [19:22] why am i getting this error while i try to install mysql-server on 18.04 ? https://paste.ubuntu.com/p/JJZ9N59r8Q/ [19:23] yeah ive posted a ubuntu bug related to that questions but im not getting any feedback [19:23] y dont to try try copy and paste of the error and goiogle it? [19:24] *dont u try [19:24] the problem is basically that i am unable to hibernate after installing nvidia drivers on a dell laptop [19:24] google* excuse me i need glasses :) [19:25] B1ack0p: looks like the configure script as part of the installation process is dying [19:26] B1ack0p: see if you can enable verbose logging when installing the package; currently you can't tell why configure fails [19:27] petroav: how to loging verbose? [19:27] computer users should be able to walk without be taken by the hand [19:29] B1ack0p: not sure how you can see the output of the configure script [19:29] s2disk gets stuck on the snapshooting disk message and i have to force shutdown [19:30] is there a way to debug s2disk and find out what the problem is? [19:30] B1ack0p: another possibility is tha tyou have a currently running mysql instance; so make sure mysql is not running before starting installation [19:30] i guess mysql installed into ubuntu by default? [19:34] B1ack0p: didn't you install LAMPP already [19:36] E: Sub-process /usr/bin/dpkg returned an error code (1) [19:36] memphisto: today i reinstalled ubuntu [19:37] well that error again while trying to install virtualbox [19:37] nice.how does the partition table looks like now [19:37] memphisto: what was the code to check partitions? [19:37] lsblk [19:37] yes [19:37] just a min [19:38] http://paste.ubuntu.com/p/nTmM49w8wy/ [19:38] whats sda4 [19:39] memphisto: no idea it created auto after i created swap area sda5 [19:41] how can i fix this error? E: Sub-process /usr/bin/dpkg returned an error code (1) [19:41] its extended partition [19:43] i'll try to install mysql myself and ill get back to you [19:43] thank you. but that error happened again after i was trying to install virtualbox [19:44] still related with mysql [19:45] https://paste.ubuntu.com/p/Trtm5WHzq7/ [19:45] do apt remove mysql-server to fix it. and then install virtualbox [19:46] i am having problem with remove command also [19:46] for every package i try to remove [19:46] https://paste.ubuntu.com/p/7f8yKFjGQQ/ [19:46] purge works only [19:46] mysql-server, not mysql [19:47] oh sorry [19:47] Hello everyone! I have a problem with grub bootloader installation in EFI mode - whenever I install in manual mode, it leaves me with an unbootable system that just drops to a text-only grub console after reboot. Installation only works when I let the installer partition automatically, which is not what I want. Checked every post I could find already and I don't see what could still be wrong. Anybody here proficient in that? [19:47] I have a presentation in pdf format which I need to make presentable using powerpoint. Is it possible to do the conversion using libreoffice or similar? [19:47] memphisto: https://paste.ubuntu.com/p/rfZBn44HY7/ [19:50] B1ack0p: please run dpkg -l |grep -i mysql [19:51] memphisto: http://paste.ubuntu.com/p/cNdGxDwpt5/ [19:52] i'm still installing mysql in a VM [19:52] will try removing it and check [19:52] ok thx === czesmir_ is now known as czesmir [19:57] 've installed it but i have 5.7.21 and you 5.7.22...newer...thats nice [19:57] and i've removed if with no issue [19:57] hmm [19:57] what can be the problem? [19:58] hi [19:58] so...my guess....it has to be something in the package since you have exits in the install/removal script [19:58] can you do apt update && apt upgrade ? [19:58] does it fail? [19:59] let me check [19:59] lesshaste: try pdfimages [19:59] and then put images in powerpoint [20:00] memphisto: it fails [20:00] SebaK: when installing manually you have to choose where to put grub [20:00] This installation of MySQL is already upgraded to 5.7.22, use --force if you still need to run mysql_upgrade [20:00] where did you put it [20:02] memphisto: I put it on /dev/sda (the disk I am using and the only one in the PC); it has a dedicated EFI System Partition [20:02] B1ack0p: try dpkg --remove --force-remove-reinstreq mysql-server [20:03] m@uthink:~$ sudo dpkg --remove --force-remove-reinstreq mysql-server [20:03] dpkg: warning: ignoring request to remove mysql-server which isn't installed [20:05] SebaK: don't have uefi system now, but maybe try putting to /dev/sdaX where X is number of your boot partition [20:07] Are there any 100% fully supported laptops which are also FAST, currently? [20:07] SebaK: A thought; Are you booting the installer in EFI mode ? [20:08] Hello. I would like to make an Ubuntu Live distribution from mini.iso. What packages are needed for this? [20:08] B1ack0p: can you apt remove any pkg with mysql name in it [20:08] the list you sent [20:08] ugh guys i was having some "unable to write to ..." errors when i booted my kubuntu 16.04, it prevented things like opening the browser and most anything else. i rebooted and now i end up with a BusyBox shell. I tried booting a live cd and running boot-repair but that didn't help [20:08] Alternatively, is there a stripped down version of Ubuntu that can boot into a live system, without all the bloat that comes with Ubuntu normally? (ie. Aislerot, Rhythmbox, etc) [20:09] hey is there a snapcraft channel? [20:09] memphisto: I tried that, but it behaves the same way - by the way, mounting the system from a live install and repairing the bootloader according to various tutorials always succeeds with no errors... [20:10] humm8: Check out Dell's new line: https://www.omgubuntu.co.uk/2018/05/dell-precision-3530-ubuntu [20:10] MortyTS: filesystem corruption, or failing disk [20:10] sounds like that [20:10] sounds bad. advice? [20:10] memphisto: how remove with mysql name in it? [20:10] Bashing-om: I think I am - how would I verify that? [20:11] memphisto: i just removed virtualbox [20:11] i meant remove the pkgs from the list you sent http://paste.ubuntu.com/p/cNdGxDwpt5/ [20:11] one by one [20:11] removed but gave same error on terminal [20:11] SebaK: succeeds but unbootable [20:12] ? [20:12] memphisto: grub-install shows no errors - yet I cannot boot afterwards [20:13] SebaK: Are you at a terminal presently ? then execute - [ -d /sys/firmware/efi ] && echo "Installed in EFI mode" || echo "Installed in Legacy mode" - to know . [20:13] memphisto: done without error [20:14] SebaK: https://help.ubuntu.com/community/UEFI [20:14] have you followed this ? [20:14] B1ack0p: you made it [20:15] Bashing-om: Well - the system I am installing does not boot, so I can do that from a live install, which contains the /sys/firmware/efi file. But that is not the "real" install, right? [20:15] memphisto: now xampp doesnt work :/ [20:16] B1ack0p: you'll have to go remove one by one or try following this https://askubuntu.com/questions/691765/how-do-i-get-rid-of-stale-uninstalled-entries-in-dpkg?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa [20:16] memphisto: Yes, I checked all that today. [20:16] SebaK: Corect, ^ that command must be from the installed system terminal . [20:18] SebaK: Ahh .. from the installer USB check that the directory /sys/firmware/efi is present . [20:19] I guess my question right now is: What does the "automatic" installer do that I'm not doing when I install manually? [20:19] Bashing-om: In the live installer system, the file is present [20:19] you've used --target=x86_64-efi, right [20:19] with the grub-install [20:20] alright im seriously done with kubuntu. too much crashes and issues. which flavor is most stable out of the box? [20:20] memphisto: not explicitly; but I think it confirmed installing an x86_64 image... [20:20] MortyTS: Kubuntu [20:20] fml [20:20] SebaK: Ny thought is that the partitioning is to support EFI, and you are booted legacy MBR and as such grub can not install properly .. just my thought . [20:21] i use it, but i'm 16.04 [20:21] i was on 16.04 too [20:21] and had KDE modules crashing almost every day [20:21] Bashing-om: is there something with hi-dpi too? [20:21] MortyTS: initial LTS releases are always a bit flaky, are the 18.04.1 ISOs out yet? try from that [20:21] SebaK: So much for ny thouht as " /sys/firmware/efi " says you are booted in efi mode . [20:21] MortyTS: really? [20:21] yeah [20:22] i see KDE modules _saying_ they crashed fairly regularly, but i'd never know it if it weren't for the message saying it lol [20:22] SebaK: boot to rescue again and follow the tutorial, the one that has --tartget option [20:22] memphisto: OK, I will try that... [20:22] and lets see what happens [20:22] so should i try kubuntu 18.04? wouldn't that be like staying in an abusive relationship [20:23] humm8: depends on the release you are running .. there is better support in the later kernels for HiDPI - but there are venues for support in older kernels . [20:23] SporkWitch, MortyTS: yes, so i'm not going to 18.4 yet...waiting for Service Pack 1 :) [20:24] MortyTS: i see KDE modules _saying_ they crashed fairly regularly, but i'd never know it if it weren't for the message saying it lol [20:24] same was with 14.04 [20:24] which module/s failed? can you name some [20:25] memphisto: it'll usually be plasmashell or some other random thing, but it's literally just the message; there's no actual indication of something failing lol [20:25] it'd start with kdeinit or plasmashell and when i'd acknowledge the notification it would keep coming with more modules crashing until the system would freeze [20:25] i'd have this problem on both 14.04 and 16.04 on 2 different machines [20:26] MortyTS: something is wrong with your computer lol [20:26] im on a livecd right now whats the quickest way to check the health of my drive? [20:26] fsck and smart-tools [20:27] it's not quick, but it's how you check it [20:28] you should check your RAM [20:31] memphisto: Reinstalled grub with the explicit --target=x86_64-efi option - same issue. [20:31] pfff [20:34] hello [20:34] Bashing-om: i always run the latest [20:34] memphisto how do you check ram health? [20:35] memtest [20:36] fsck fixed a bunch of issues [20:36] is this a valid rsync command: rsync -avz --progress /mnt/drive1/2018*zip /mnt/drive2/backup/ [20:36] On my laptop switching from DE to tty takes about 10 sec, and from tty to DE switches instantly, but screen freezes for 30-60 sec. KMS seems enabled. What's wrong with it? [20:36] SebaK: arch wiki is good, mybe you can try going through theirs wiki https://wiki.archlinux.org/index.php/GRUB [20:37] thanks, I will have a look [20:37] !details | TheWild [20:37] TheWild: 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. [20:38] oh... okay, I don't have any questions. [20:38] TheWild: your question is unclear. "What's wrong with it" - with the info provided no one will be able to help [20:40] do you want output of lshw? [20:47] I don't know what part of Linux doesn't work quite right - it's too obscure. I didn't have this problem with my other computers. [20:50] i have ubuntu on a Dell XPS 13 developer edition laptop. I have dual boot with windows 10. With my external keyboard/monitor/mouse setup, I cannot get the laptop to wake when the lid is closed. However, when I boot windows, and close the lid, the laptop wakes perfectly... Searched a long time and tried some tricks in /proc regarding usb wake with no luck.. any ideas? [20:51] TheWild: the hint ubottu provided basically said what is needed. if you are not yet familiar with ubuntu then you may not yet know the log file to check for error messages but you should be able to at least tell your ubuntu version, and to proviude information on your hardware. if you're not ready to spend this much energy then you can hardly expect someone volunteering to help here to spend much time on pulling the words out of your mouth [20:52] Anyone who knows the name of the game inside this system76 page? ( https://system76.com/laptops/bonobo ) [20:53] (half way page) [20:53] roler: i know nothing about thius, but try: https://unix.stackexchange.com/questions/260907/usb-ports-do-not-wake-up-from-suspend-to-ram [20:54] you mean dmesg? Dmesg won't show me anyth... wait a moment. [20:54] :O [20:54] oookay? [20:54] https://kopy.io/bCDRW [20:54] ^ this happens when going to tty then back [20:56] tomreyn; i haven't tried this actually.. one moment :) [21:09] Hi, I'm trying to update my 16.10 system before upgrading it to the latest version (as recommended by Ubuntu Wiki), but `sudo apt dist-upgrade` is giving a series of 403 errors: https://paste.ubuntu.com/p/zcBjM9F99Z/ [21:11] I updated all the url's in /etc/apt/sources.list to point at old-releases.ubuntu.com, as instructed by https://help.ubuntu.com/community/EOLUpgrades/, as well as ran `sudo apt update` [21:13] TheWild: so its issue with the driver...is there a newer version available from manufacture site? [21:17] can't figure out how to write to floppy, help? [21:17] no, its not write protected :) [21:20] RoadRunner|2: Where is the floppy mounted, and what are the permissions of the mount point ? [21:23] Bashing-om: mounted on /media/floppy0 permissions: Owner root - Read& Write; others - read only [21:25] RoadRunner|2: "read only" : what is the file system ? and are "you" the owner ? [21:26] Bashing-om: file system ext4; how to check if I am actually the owner? [21:26] humm8: that game is blender [21:31] RoadRunner|2: pastebin ' ls -al /media/floppy0 ' . [21:32] One last question on my bootloader problem: Is it possible that grub fails to load the kernel image because I formatted the root partition as JFS and not ext4? [21:35] can somone help me with winusb of woe usb [21:35] Bashing-om: http://paste.ubuntu.com/p/CynJzrrSWy/ [21:35] having trouble installing it on ubuntu 18 [21:35] seydi: failing a answer here, might also ask in #grub. [21:36] ? [21:36] SebaK: ^^ sorry for the bad jilight seydi :( [21:36] hmm ok [21:36] no problem, got it [21:37] RoadRunner|2: Well, that says only root has access . That also does not address the "read only" setting . [21:39] Bashing-om: I see the problem but don't know how to fix it [21:40] RoadRunner|2: Depending on what you want to do about the access rights - change them to "you" or access the floppy from 'sudo' ? [21:41] Bashing-om: don't see how change permissions from Thunar (which is how I would prefer to access floppy) [21:41] *to [21:43] Bashing-om: I mean, if my user name is Bob, how do I give "Bob" read & write access? [21:43] SebaK: you can run update-initramfs and check whether it says something about filesystem in general; you should have moudules in system [21:43] RoadRunner|2: 18.04 os what you have installed ? then there is a change in how nautilis is launched with the elevated privileges - or change the access right to you . It is your system and only you can say what you want to allow access to . === PowaBanga_ is now known as PowaBanga [21:46] Bashing-om: I understand that, I got Xubuntu 18.04 installed so, in my case, not nautillis but Thunar and I don't seem to find a way to change user access rights in it... [21:46] FUCK [21:47] slackjeff: typo? [21:47] RoadRunner|2: Now if you want "Bob" to have the access to the floppy then you do ' sudo chown -R Bob:Bob /media/floppy0 ; sudo chmod -R 755 /media/floppy0 ' , Do some homework and see that '755' suits your desire for who can do what . [21:49] Bashing-om: I'll read up on these commands and hopefully will see the light, thank you :) [21:50] RoadRunner|2: try as 'pkexec thunar' to lainch with admin rights . [21:50] Does anyone here have any idea what may cause a 403 error whilst running `sudo apt dist-upgrade`, with the archive./security. being switch to old-releases.? [21:50] launch* [21:50] s/being/in the repository url's in /etc/apt/sources.list being/ [21:51] Bashing-om: you recommend I try "pkexec thunar" before I try the other two commands? [21:53] I an not syre that still an issue .. but the path is to 17.04 and was at one time blocked due to the security vulnerabilites - Spectre And Meltdown . [21:54] RoadRunner|2: Your system, your call . What do you want to do ? Who do you want to allow access to those files ? [21:55] Bashing-om: pkexec thunar worked; in general I would like to allow unrestricted access to use of the floppy drive [21:56] RoadRunner|2: :) .. then the above terminal commands are a good starting point - til you know better :) [21:57] RoadRunner|2: And still is the unresoved " read only" . [21:58] Bashing-om: I assume the above commands would resolve this "read only", is that not the point? [21:58] Thanks everyone for the help - I will continue tomorrow... [21:59] RoadRunner|2: No, not the point .. those gist five 'Bob' and others in the group access to the floppy . has nothing to do with it mounted read only . [21:59] just give* [22:00] RoadRunner|2: Mind ya .. I am a simple person and work hard to keep it simple .. one issue at a time is what I focus on. [22:01] Bashing-om: I see, got to leave for 40min, can we continue with this then? [22:09] Interesting - I can install `apt-get install` new packages fine, it's just `apt-get dist-upgrade` giving a 403 [22:10] Abertaffy: what version of ubuntu? [22:10] leftyfb: 16.10, I'm trying to update all packages before upgrading [22:23] Ah, so it looks like someone screwed up the permissions when moving these packages to old-releases [22:23] Downloading and installing them manually from launchpad seems to work fine, at least [22:23] * Abertaffy hopes there won't be similar fun when upgrading to 17.04 [22:26] Bashing-om: so 1st question: why would you want to restrict access to floppy? [22:28] why can i chrome cast videos with an extension but the actual chrome>cast option can't find my tv [22:28] Bashing-om: I mean, if you are trying to protect data on HD from being copied and floppy is restricted, you can still coppy it to a usb stick... [22:30] Navigate to chromecast.com/setup from the Chrome browser on your computer. [22:30] Click “Set up your Chromecast using this computer”. [22:30] then chrome works normal, AFAIK [22:32] Abertaffy, 16.10's release-upgrade path is to 17.04 which is no longer in archive.ubuntu.com (as you've missed that window; it's now EOL too). 17.04 can currently release-upgrade to 17.10 as its alive/supported. I'd suggest grabbing an ISO of an LTS release & install that over your 16.10 [22:32] Mm, I guess I probably should just backup and reinstall [22:33] But somehow felt stubbornly hunting .debs would be less effort [22:33] Yeah, if I can't work this out in the next 20 minutes or so, I guess I'll hunt down if Dell has released an image for 18.04 [22:34] https://pastebin.com/B8gRhFB3 [22:34] firs time i see this, any help? [22:36] Abertaffy, Do you have any PPA's/non-Canonical sources enabled/used - check they work with your version (its way outside 16.10's life) & remove/comment-out them out.. you can always edit sources.list yourself & force upgrade but its outside of supported-method. if you can't find 18.04 from dell; 16.04 LTS would also be good! [22:36] mounting a bin file, new to me too. [22:38] Bashing-om: hmm.., it seems I spoke too soon: pkexec thunar did NOT work as I thought. One file seemed to have copied, but another didn't; or a file is copied with 0 size. ie: there is still an issue [22:39] guiverc: seems all the failing packages are from util-linux, rather than any other PPAs, google seems to throw up an array of other people having trouble (and an issue raised on launchpad) :( But yeah, I thought I was on 16.04 so never bothered updating to 17.04/17.10, which is how I ended up in this mess - installing 16.04 and upgrading to 18.04 should work fine too, I suppose? [22:39] That way I would get the drivers that Dell includes for the laptop [22:45] bart23: so what does dmesg say? [22:46] bart23: and what file system do you expect this file to contain. [22:47] Abertaffy, just fyi: downgrading (moving to an older release) can have issues with user files as 'new features' in some apps can cause slight changes that older versions don't know how to deal with. i have no idea what was changed between 16.04 & 16.10 thus don't know what issues you may have (if any); I just recall an evolution [mua] change impacting me 5-6 years ago doing similar [22:48] is there a irc channel about general computer topics? [22:48] Bashing-om: upon trying to copy a file onto a floppy (with root priveleges) get a "Error Splicing file. Input/Output error" [22:49] Mmm yeah, easiest thing to do would be to fresh install an 18.04 image from Dell for this laptop, I think [22:49] No downgrading issues that way [22:49] Thanks for the help :) [22:50] !alis | stan7 [22:50] stan7: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [22:50] you're most welcome - issues most likely won't occur; but they can (hence warning). Abertaffy [22:50] thanks [22:51] but you dont know one channel right? [22:51] ask alis [22:53] hi i can't reproduce sound in a bluetooth speaker please help [22:54] i havent use alis, how works? [22:54] im in xchat [22:54] i use a option for looking for channels here [22:55] but i just found one, its computer science but only 40 users, a few [22:55] !ot | stan7 [22:55] stan7: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [22:55] what is !ot? [22:56] stan7: off topic, that's what your recent chat is. see ubottus message. unless oyu have an ubuntu support question, please chat elsewhere. [22:58] how can i do to play my notebook sound in a bluetooth speaker [23:00] alberto75: you connect the speaker to the laptop, and it will either work or... [23:00] !sound | alberto75 [23:00] alberto75: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. === semeion is now known as mnemonic [23:36] how do you uninstall ubuntu's grub? I've installed suse but it appears Ubuntu's grub is still default loading even though I deleted it's partition [23:36] Edisto: UEFI? [23:37] Edisto: seek support from suse, their installation did not succeed. [23:37] if done properly, grub would have been overwritten [23:37] Edisto: the actual bootloaders are stored in /boot/EFI (or similar under /boot/), so unless you deleted the EFI partition or its contents, the old loader will still be there in the same boot priority in UEFI [23:38] tomreyn: not necessarily with UEFI [23:40] SporkWitch: I created a new efi partition since I didn't see one in the drive partitions when installing suse... [23:40] Edisto: sounds like you did, in fact, miss it :) [23:40] still a support issue for the new OS, i guess. but i'll hold my breath. [23:41] tomreyn: it's OS-independent, really, since it's a UEFI issue. Windows will do the same thing too, unless you manually remove the old install's files, it'll show you two windows boot options, one of which will always fail with missing files [23:41] (i ran into exactly this when reinstalling on this machine lol) [23:42] (only kubuntu installed, but still had both windows and kubuntu boot options; put windows back on as only OS, now it has two windows and a kubuntu option, until i nuked the other folders in the EFI partition [23:43] SporkWitch: hmm... sounds like I will have to do a windows recovery, then a grub install? [23:44] Edisto: you should just need to find and mount the EFI partition and remove the extraneous folders. It's remarkably straightforward, each OS will install its own bootloader in its own folder [23:45] SporkWitch: i'm in recovery mode and did a fdisk -l. I see a 450m hidden ntfs winre that has boot *. [23:45] i'm guesing that might be it? [23:45] othwerise there is no toher EFI than the one i created [23:46] Edisto: check the contents of your EFI partition; without an entry there, it shouldn't mount that recovery partition, i think === Ricardus_ is now known as Ricardus