[00:04] helloo [00:05] talk me world [00:05] this is where are you? [00:06] hmm, we are not the yellow pages comodore64 [00:40] what is the advantage of limiting access to a floppy drive? [00:42] no floppy viruses? [00:43] i haven't seen a floppy drive in a pc for like 20 years :s [00:43] RoadRunner, well for one machines havent came with them for many years [00:43] wtf [00:43] exit [00:44] lol [00:44] esoteric question of the day right there [00:45] one for reddit methinks [00:48] kk4ewt: even if there is just one left in the world, why deliberately take away the "write" priveledge? [00:49] is this in response to something that's happened that i missed? [00:50] streaky: you probably missed that if someone still got a working drive and a box of floppies, they are way cheaper than usb sticks... [00:50] and way less useful [00:50] If it's like CDs, I'm guessing the answer is that it's a multiuser operating system, and you don't necessarily want any random user accessing it. [00:51] i can think of reasons to limit writes in a more general sense [00:51] like to prevent data exfiltration or accidentally destroying data [00:51] * waltman calls shenanigans on "way cheaper" [00:51] well [00:51] quite, individually you get get them cheaper and more reliable, even factoring in inflation and peak manufacture [00:52] waltman: can't get cheaper than free [00:52] been to literally any trade show in the last 10 years? [00:52] Indeed. I've got a pile of free usb sticks I've gotten as swag at conferences. [00:52] streaky: re: less usefull - not so, if your files are small [00:52] why? [00:52] orders of magnitude slower. [00:53] floppy disks are just data destruction machines [00:53] they're much bigger, much slower, much smaller and massively less reliable [00:54] hey [00:54] oops i have a magnet in my bag, bye bye data [00:54] good job [00:54] is your data backedup? [00:54] Is there anything preventing this hypothetical user who's still got a floppy drive and a pile of free floppies that still work from just changing the setting to make it writeable? [00:55] alpha, floppy disk discussion going on for reasons passing understanding, it's not an actual thing :p [00:55] oh ok [00:55] :) [00:56] just joined so all I saw was the streaky talking about the magnet [00:56] plus yeah actually now you mention it - carrying storage around in 2018 is pretty passé anyway - because y'know, nextcloud google et al [00:56] waltman: it precisely changing the settings that is going to be an issue for someone who still has floppies :) [00:57] yeah, that's true [00:57] which leads me nicely into westworld is about to start.. [00:57] one needs 8" floppies to reprogram nuclear rockets, no? [00:57] oerheks: so I've heard :) [00:59] but that's even older than 20 years... [01:03] edit /etc/group find the floppy group and add your username next to it, then save the file. this might fix the groups problem so you can write [01:04] and with all group changes you will have to logout, login [01:06] sudo usermod -a -G groupName userName [01:08] kk4ewt: there's actually a command to refresh groups without logging out, at least in a terminal; i always forget it and have to google it, though [01:28] SporkWitch: newgrp [01:29] kk4ewt: ^ === Ricardus_ is now known as Ricardus [02:13] what doing === coffeeguy is now known as cylonguy === cylonguy is now known as allguy === allguy is now known as coffee-guy === coffee-guy is now known as coffee_guy === Nicmavr is now known as Guest32469 [03:52] hi guys someone can help me? [03:54] i want to install teamviewer but i get error: dependency is not satisfiable libc6 [04:01] ? === xiaopeng is now known as senor [04:36] It seems fairly easy to convert the Caps Lock key into a few common keys, like Esc or Ctrl. How can I convert Caps Lock into the A (the letter) key or an XF86AudioPlay key? === mkv is now known as m4v [04:47] Hello Ubuntu people! [04:47] loso_: good morning, how can we help you? [04:48] Just showing a good friend the magic that is IRC. Thanks for checking in! === export_ is now known as export [05:12] `perf top` reports high CPU usage from acpi_processor_ffh_cstate_enter [05:12] i found this related bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579278 [05:12] Launchpad bug 1579278 in sysvinit (Ubuntu Xenial) "Keep powersave CPU frequency scaling governor for CPUs that support intel_pstate" [Medium,Triaged] [05:12] which suggested setting the scaling governor to "performance" as a workaround [05:12] but it does not work in my case [05:12] the CPU is an Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz [05:22] lblume: \o [05:22] lblume: Coffee? [05:32] I try to losetup -o $((512*2048)) /dev/loop0 myimage.dd as ROOT [05:32] but I get no permissions error. [05:32] what could be the reason? [05:44] Hi, is there anyway to improve the responsiveness of ubuntu 18.04s UI? i'm running a AMD RX 560 / amd ryzen 1700, fresh install default & wayland are both tear free, but laggy when moving windows or just using firefox [05:49] corey__: gnome is known to be more laggy, can you check if your driver loaded well? sudo lshw -C video [05:50] https://paste.ubuntu.com/p/xxCvBjmtHk/ [05:51] i think its more of the compositor [05:52] corey__: driver looks loaded correctly [05:53] is ubuntu 18.04's default compositor mutter? can i change the way it vsyncs? [05:53] on other distros i'd use compton to fix tearing with xrendr as backend and vsync type as drm [05:56] corey__: you think its graphics related, or just overall system laggy? [05:57] it's definitely related to the default compositor, this is a pretty beefy system so i assume the way it syncs isn't the best for this card [05:58] also have tried updating all of the drivers with optimizations from Oibaf [05:58] corey__: tryed other kernels too? [05:59] corey__: you might wanna have a look in dmesg/syslog too to see whats happening with amdgpu [06:01] what ones would you suggest? i'm not seeing anything funny in dmesg/syslog i'll try https://liquorix.net/ i guess [06:03] !mainline | corey__ as test [06:03] corey__ as test: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [06:05] corey__: we dont advice using other external kernel adding/compiling [06:06] corey__: did you try the dri part in this tut? https://linuxconfig.org/how-to-install-the-latest-amd-radeon-drivers-on-ubuntu-18-04-bionic-beaver-linux [06:09] gotcha, i'll give that a shot thanks [06:30] i'm getting this after patching my ubuntu server, what do i need to do? : pyOpenSSL module is not found. To be able to validate SSL certificates of hosts with SNI support please, install pyOpenSSL >= 0.13 [06:33] Rembo perhaps a solution here: https://github.com/cloudera/hue/issues/205 === anders is now known as Guest52067 [06:44] Hi All [07:00] hi === chiya is now known as Guest98142 [07:01] ? [07:05] ? [07:20] Hello, i have some more questions about diskless ubuntu/thin client (root on nfs).. What about network interrupts? How good can Root-on-NFS Ubuntu's handle these? [07:33] on ubuntu regular there are 2 vlc players. What is the second that plays all movies? I am on ubuntu mate but I only see 1 on the store [07:36] do you mean video players? [07:36] if so you might be thinking of vlc and mpv [07:37] geirha: When I just on ubuntugnome there were two on the store. One said for dvd,vcd,etc. And the other played mp4, flv, avi, etc.. [07:38] trying to play mp4 files and it is crashing like the dvd,vcd vlc player [07:49] Edisto: i'm not aware of more than one VLC; I SUSPECT if more than one is seen on the store, one is the deb version, other versions being snaps (which could be a different version(s)) [07:50] guiver_d: yeah.. They appear to be different versions. I had to install the gnome software from boutique. One is 3.03 and the other is 3.02 which crahses [07:53] VLC i believe requires codecs; esp to play dvds. I don't know if the snap would use codecs installed for the deb version (it may if the snap is packaged as a classic-snap; but I couldn't tell you how to check sorry) === lotuspsychje_ is now known as lotuspsychje [07:58] !nfs | Dani-hp [07:58] Dani-hp: nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS. [07:59] Dani-hp: we have also the #ubuntu-server channel if you like [08:01] madwizard: Why, yes, certainly. [08:03] slingamn: wich ubuntu version do you have? [08:03] 18.04 [08:04] lotuspsychje: sorry, i think my pidgin crashed [08:04] lotuspsychje: Thanks :) I do know nfs in general. I just wonder if someone has experience how some ubuntu runs with root on nfs.. [08:04] slingamn: did it work on other ubuntu versions? [08:04] /proc/version says 4.15.0-22-generic [08:04] never tested this on any other versions [08:05] slingamn: an idea to test perhaps, and add to the bug url? [08:05] yeah maybe === _memphisto is now known as memphisto [08:05] slingamn: or other kernel test [08:06] hello everybody [08:06] myrat: welcome, how can we help you? [08:06] i have non working wifi driver iwl3945 [08:07] in laptop fujitsu amilo pi1505 [08:08] hi we lost some files from recycle bin and after using testdisk , we got files but all files are empty. any luck with that ? [08:08] dudeji: did you try recover data with photorec? [08:08] nope [08:09] directly from test disk [08:09] dudeji: photorec is the recovery part from testdisk [08:09] Hello, I am trying to flash a usb stick with gparted to resize my boot partition. However whenever I boot with the usb stick, it just takes me to the grub fallback shell. what have i done wrong? I am on a UEFI system [08:09] we issued command sudo testdisk [08:10] and from there we navigated folder and recovered it. [08:10] dudeji: try sudo photorec and scan whole hd [08:10] o [08:10] ok [08:10] tomeaton17: did you md5sum the iso? [08:10] dudeji: if photorec cant recover, your data is prob dead [08:10] dudeji: you can choose in photorec which file types to recover [08:10] EriC^^: I have tried with rufus and tuxboot, and I believe tuxboot did a md5sum check [08:11] Also I have tried with etcher [08:11] tomeaton17: in the shell try typing "normal" then "configfile /boot/grub/grub.cfg" [08:11] tomeaton17: ps you can always resize boot without a live usb fwiw [08:12] EriC^^: can I resize it with the ubuntu live disc [08:13] yeah [08:14] EriC^^: Does the live disk have cfdisk [08:15] tomeaton17: yeah [08:16] after i select some folder it directly starts recovering from harddisk is it expected behaviour ? [08:17] dudeji: yeah i believe so [08:17] basically partition. [08:17] dudeji: did you choose the file type? [08:17] nope [08:17] well that's a mistake [08:17] it doesnt recover names or dir structures [08:18] what kind of file did you delete? [08:19] python [08:19] M$ bought github .. [08:19] i always scan whole hd without filetypes [08:19] it has option for python compiled files. [08:19] offtopic ericrajuin [08:19] ok [08:31] Anyone got miracast working with ubuntu === uttam_ is now known as uttam [08:45] mjayk: yes! MiracleCast is an open-source implementation of the Miracast technology. [08:52] Hi guys I need help resizing my boot partition https://i.imgur.com/tVCB8WC.png but the microsoft reserved partition is in the way. what do I do [08:53] hi ive installed a snap using 'snap install' isnt it installed on the system? i cant edit the files from the snap i dont understand why [08:54] kemisten: the snap files are in a read-only squashfs, and not intended to be edited === Euph0ria is now known as OICU812 [08:56] can i not install the desktop target in expert install from an iso? [08:57] how do i install them on my system? === SimonNL is now known as SimonNL_Afk [09:02] kemisten: the beauty of snaps is the are easy to install (download), remove (single squash fs), are self-sufficient & portable (work regardless of version, even OS) -- installing as if a .deb defeats the advantages of snaps === guiver_d is now known as guiverc [09:32] Hello [09:33] I'm seeing there is a fair amount of hype around liunx touted to be this big competitor to other OSes, this big powerul customizable thing ... [09:33] I'm finding that to be pathetically false for example https://askubuntu.com/questions/50581/is-there-an-ubuntu-theme-available-to-make-it-look-like-windows-7 [09:33] --> The Gnome-2 Win7 theme used two key capabilities that (as yet) have not been ported to Gnome-3. === SimonNL_Afk is now known as SimonNL [09:34] So same thing about removing old features [09:34] all for the new trendy look [09:35] most popular distros are being run corporatively, no difference really, bunch of nonsense "opensource" [09:36] meh [09:43] lol unhappiness is not related to OSes [09:43] looks like he left already, just ranting i guess. I don't know where he saw "a fair amount of hype" but I certainly haven't. [09:51] How can i set a DSL connection in the new gnome environment? [09:57] Anyone know the neon channel [10:04] Hi All, what is the difference between HWE & GA kernels? [10:06] hwe = hardware enablement; lets you run the latest kernel for purposes of using latest hardware; standard kernels have bug fixes backported & are often considered more stable, but can be less useful for newer hardware [10:08] (ga=general availability; or std - had to look that one up!) === CptLuxx_ is now known as CptLuxx === Exterminador- is now known as Exterminador === KingPin1 is now known as KingPin === dcmorton_ is now known as dcmorton === urdh_ is now known as urdh === mjoseph_ is now known as mjoseph === N3X15_ is now known as N3X15 === mavrikant_ is now known as mavrikant === avelardi_alt is now known as avelardi === Attoy_ is now known as Attoy === geheimni1` is now known as geheimnis` === greenywd is now known as greeny === SJrX is now known as SJr === _cc_ is now known as _cc === mlhess- is now known as mlhess === Exagone314 is now known as Exagone313 === Moyst_ is now known as Moyst [10:32] i'm having terrible trouble installing phpmyadmin. it won't accept my database administrative password [10:32] net [10:36] dara: consider asking in #ubuntu-server as well, they probably run into such questions more often [10:37] adrian_1908, thanks [10:37] np :) === croberts_ is now known as croberts [10:42] Hey folks [11:04] hola [11:05] albaaaaaa [11:05] hello [11:05] jajajjjajaj [11:06] mastyhibacjcjj j v vjihb nos entramos en insta? [11:06] dhsf [11:06] asdgasg [11:06] as [11:06] gf [11:06] sadg [11:06] asdg [11:07] la madera [11:07] _home [11:07] hola [11:07] voy a entrarme en insta [11:07] no9 [11:07] que se megastan los dsatos [11:07] bueno vale [11:08] en [11:08] sd [11:08] tengo1006 seguidores [11:08] madreeeeeee [11:08] #hola [11:09] this is a Ubuntu Support channel - please stay on topic. [11:09] q es ubuntu [11:09] chanel [11:09] chanel [11:09] hola adrian [11:09] hola desconocido [11:09] q tal [11:10] :) [11:10] !es [11:10] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [11:11] AS [11:11] ughvbcuhe [11:11] nccjnswijun [11:11] NO PETES [11:11] QUE TE BLOQUEA EL CHAT JAJA JAJAJ [11:12] esto es publico [11:12] no [11:12] bueno si [11:12] osea q lo puede ver tol mundo [11:12] depende [11:12] alaaaaaa [11:12] si se entra alguien sdi [11:13] saf [11:14] @sawel._.kawaii [11:14] @albasanchez3007 @albasanchez3007 sigueme rtud [11:14] sigueme en insta [11:14] holaaa [11:14] soy alba [11:14] hola? hay alguien [11:15] no os marcheis q nos aburrimos en clase de tecno [11:15] nav q nos aburrimos no te salgas [11:15] porfaaa [11:15] de donde eres? [11:15] dsdfs [11:15] sdfa [11:15] s [11:15] s [11:15] sa [11:15] Regarding HWE & GA kernels, how frequently these kernels get released? Are both kernels released for every 6 months? [11:16] im alba how are uç [11:16] For Ubuntu 16.04.x LTS, starting kernel version is v4.4, what will be the maximum supported HWE kernel version? [11:17] I'm having issues with a custom PS1 for my BASH shell. I've colored a few items to my eyes pleasing, but it has completely borked textwrapping. If I type too long a line, it wraps on the same line ("deleting" the part of the cmd, I've already written) and if I use history (arrow keys), the location of the start of the CMD is set wrong by Bash, so I can't see what I'm editing. [11:17] you're british or american nav_ [11:17] do you speak spanish? [11:17] ?? [11:17] nav_: kernels get steady updates. minor versions definitely see updates every 6 months, but I think sometimes within a single release too. [11:17] nav_: standard GA kernels are for each release; eg. 16.04 LTS 4.4 kernel came out with 16.04 & remains the same (with patches backported to it, so minor upgrades). HWE kernels mean 16.04 would then use 16.10 kernel, 17.04 kernel, 17.10 etc... [11:18] hello yo soy española podeis hablar en español y no en chino [11:18] !es | asanchezh56 [11:18] asanchezh56: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [11:18] jajaja [11:18] ?''???????? [11:18] HWE kernels obviously only make sense with LTS releases nav_ [11:18] ^ thanks [11:18] thaws [11:19] I wonder why people are so set on trolling :/ [11:19] You'd need to be some sort of sadistic human being to enjoy bothering others with no personal gain apart from said joy. [11:20] I think boredom is a common cause. People often get abrasive when they realize a channel of 1600+ users is practically always idle. [11:20] Possibly. That's how IRC works - and has always worked, though. Don't come here expecting instant answers :) [11:21] sodhi, Bullying is a big thing in schools, and carry's hefty penalties. Now those school children turn to IRC. That's how I look at it. [11:21] .. and if you're bored, play a game, start a new programming project or go outside and do something. [11:22] I meant irrespective of their own questions. They expect vibrant discussion, not silence. At least that's my perception. [11:22] excellent point JimBuntu [11:22] sodhi, You clearly mean "roll" outside and do something. [11:22] xD [11:22] adrian_1908: Thanks [11:22] Guiverc: Thanks for the clarification. Are these explained in wiki or any other place? If so can you point me on this. [11:22] Yeah, *roll* outside and do something :-D [11:23] nav_: https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack [11:23] (as i open it & check its relevant...) [11:23] Guiverc: Thanks. I'll have a look. [11:23] hello [11:24] most welcome nav_ === babilen_ is now known as babilen [12:13] how do i move the panel to the bottom? [12:14] been ages since I've done anything on an Ubuntu desktop but I need to ssh to one and export the filemanager display back to my local so I can move files around using a GUI. What command would invoke a filemanager window? [12:16] using 14.04 [12:16] humm, I think the default is "nautilus", is it? [12:17] gambl0re: providing more info (version of ubuntu for example) may help, but look in the tweak tool [12:17] nautilus brings up a window but it's blank [12:19] guiverc, i figured out how to do it [12:19] hrm...it's my local though...I can click around in that window and see context menus appear but are all blank [12:20] :) === kallesbar_ is now known as kallesbar [12:37] I need to burn 10 copies of multiple different CDs. If I SATA connect a bunch of cd burners to an ubuntu desktop, would it be possible to burn multiple discs at once? === frickler_ is now known as frickler [12:39] jaydemir, you would think so [12:40] I've burned an occasional dvd here and there but I've never taken on a bulk project [12:40] I've gotta burn over 100 audio CDs >.> [12:41] jaydemir: i think u can burn multiple copies at once using brasero or something not sure doe never really needed to do so [12:42] jaydemir: I would imagine so long the program supports it, that should work. GUI applications might refuse to run more than one instance, so maybe a cmd utility that lets you pass the target device would be an optiion. [12:43] http://linux.softpedia.com/get/Utilities/qmultirecord-101896.shtml [12:43] jaydemir ^ [12:43] that looks well suited. [12:45] I'll check it out. Thanks! [12:47] Hi! Where is the networking related config file located at in Ubuntu Server 18? /etc/network/interfaces doesn't seem to have any effect [12:47] i think its /etc/netplan now [12:48] Hi, which version of Debian is Ubuntu 18.04 Bionic Beaver based on/built from? [12:49] compdoc: seems like it ,thanks! [12:49] CyberManifest: I might be wrong, but I don't think Ubuntu inherits from Debian in that sense. [12:49] regdude, do you create bridges for KVM? [12:50] Hello, I am looking for some calculator software that emulates a real calculator. I dont care which calculator it emulates, as long as it is easy to use and doesn't require me to source a ROM. Any ideas? [12:51] adrian_1908: for the longest time I've been told that Ubuntu is based on Debian [12:51] compdoc: not in Ubuntu, but I always use OVS [12:51] CyberManifest: right, but I think that just meant to say that Ubuntu immitates Debian. The two OSes don't "track" each other (in lockstep) afaik. [12:52] adrian_1908: I mean after all they do at least share the same package manager, do they not? [12:52] they do [12:52] CyberManifest, yes it is based not a direct fork [12:52] ubuntu is BASED on debian [12:53] Southern_Gentlem: so which version of Debian is Ubuntu 18.04 "based"? [12:53] the base system is the same but all the updates are not driven from debian [12:53] just like fedora is based on RHEL, and now it is the upstream for RHEL [12:54] basiclly it is based on debian but whatever happens to it is not in hands of debian but cannonical [12:54] they after all maintain it [12:54] ok, what is Ubuntu 18.04's upstream? [12:54] ubuntu [12:55] or the projects it uses [12:55] And they have different release cycles no? So I don't think one could state Ubuntu 18.04 == Debian x.x, hence my original reply. [12:55] hoi [12:55] me name temmi [12:55] an dis mah fen temmi [12:55] ubuntu syncs a lot of packages from debian still. https://wiki.ubuntu.com/Ubuntu/ForDebianDevelopers#How_does_Ubuntu_cooperate_with_Debian.3F https://wiki.ubuntu.com/SyncRequestProcess [12:56] adrian_1908: Ubuntu 18.04 ~~ Debian ?.? [12:56] u cant compare debian to ubuntu on other then the base system [12:56] hi [12:56] Maybe the Debian guys will know [12:56] thanks [12:56] for example they both use apt and they both use systemd but they come with different precompiled softare [12:56] do u know da game undertale [12:57] D: [12:57] !ot | andrew_ [12:57] andrew_: #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! [12:57] CyberManifest: hard to say really. You could compare multiple different things to base such a statement on. e.g. kernel versions, core library versions. I don't think such a statement can be sensibly made. [12:58] uhhh [12:58] ... [12:58] adrian_1908: predominately based on majority of software elements, could you guess? [12:58] hello? [12:59] byD:< [12:59] D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< [12:59] D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< [12:59] D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< [12:59] So, supposedly Ubuntu is "BASED" on Debian, but no one can offer me any DIRECT lineage; other than to say it uses bits and pieces? [12:59] D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< D:< [13:00] CyberManifest: did you read the links i posted? [13:00] CyberManifest: 18.04 is definitely "newer" than the current Debian stable (9), that much I can say. [13:00] hey! 173.174.115.121 kick that shit!... "andrew_" [13:01] mIk3_08: he's gone, also please watch your language. [13:01] tomreyn: didn't see them till now [13:01] mIk3_08, he's gone [13:01] sorry [13:01] tomreyn: sorry [13:02] :-) [13:02] B-) === Nach0z_ is now known as Nach0z [13:08] tomreyn: those links only provide information in regards to how it works, the process, and how to use it; not much of a conclusive answer to my original question or even really a hint. [13:08] tomreyn: but thanks though [13:08] CyberManifest, my guess is they grab packages from Debian testing or unstable [13:09] cr1mson_king: so the sid branch [13:14] yes, unstable / sid [13:18] tomreyn, cr1mson_king, thank you for your help, information, and time. [13:20] having an issue with ubuntu, cant delete old kernel versions,and I cant download updates. To make matters worse, its giving me an error, telling me I have to download an update to a kernel before I can delete the old kernels. I cant manually delete files from the directory either, even as root. Ideas? [13:22] tried sudo apt autoremove, sudo apt autoremove -f , apt autoremove, and apt autoremove -f as regular and root. [13:23] hi all, when I suspend my laptop (ubuntu 16.04) via system menu, nothing is added to /var/log/pm-suspend.log, but when I run sudo pm-suspend from command line, the log is being updated. Why is that? [13:23] bobeo, one question why are you trying to remove old kenrels ? [13:25] bobeo, "and I cant download updates" - what is the problem? [13:25] https://askubuntu.com/questions/345588/what-is-the-safest-way-to-clean-up-boot-partition [13:25] https://tinyurl.com/ya79dnx5 [13:26] my /boot is full, thus I cant update. It tells me I have to install an update to complete an unmet dependecy so I can use autoremove. I dont have teh space to install the update to be able to use autoremove. [13:26] why an ip using tcpros protocol connecting my ubuntu computer??? [13:26] This is really annoying,a nd unless its fixed will force me to reformat probably the single most important system I have. [13:28] snpresent: how would anyone else know? Have you tried looking for more information on the IP? [13:28] bobeo: delete older / unused kernels, you can list and remove them using dpkg which will then free up space on /boot so apt works properly again. [13:28] Southern_Gentlem: Cheez I understand that, I cant. [13:29] its telling me I have to use the -f option because of "unmet dependencies" and then it tries to install a 72.4Mb item, and obviously fails becuase of lack of space. [13:29] adrian_1908, i just want to know is tcpros dangerous??? [13:29] bobeo: have you tried an apt-get remove of the linux-header files? that may actually work [13:29] Cheez: yes [13:30] lhicks@lab-maas:~$ sudo apt-get remove -f linux-image-4.10.0-42-generic Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: linux-image-extra-4.10.0-42-generic : Depends: linux-image-4.10.0-42-generic but it is not going to be installed linux-image-extra-4.13.0-43-generic : Depends: [13:31] snpresent: I don't know. Probably no risk, but be sure to run a firewall. [13:31] this seems to be a reoccuring problem, might I humbly recommend a forced state of no more than 5 backlogged kernels, and this problem goes away. [13:32] my first quess is it corrupted, or partially corrupted my current kernel install, which is keeping me from removing the old files. [13:33] what you need to do is: go to /usr/sources or /usr/src/ [13:33] adrian_1908, thanks anyway:) [13:33] check which ones are there [13:33] and if you removed your current kernel that you are running on by accident , make sure to reinstall them [13:33] and remove the older ones [13:33] microwaved_: I cant. I cant remove anything. [13:34] snpresent: I definitely recommend looking up the IP though (just do a websearch/geoip), it should be interesting either way. [13:34] bobeo: you don't have sudo rights? [13:34] microwaved_: thats the problem, its not letting me remove ANYTHING until I add this file, which is stupid, putting it bluntly, as it creates a race condition that causes a system failure. [13:34] microwaved_: I do have sudo rights. [13:34] bobeo: what do you see when you do uname -a [13:34] microwaved_: Ive tried it as a regular user, and as root [13:35] tell me the output of uname -a [13:35] bobeo: tell me the output of uname -a please [13:35] microwaved_: Linux lab-maas 4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [13:35] adrian_1908, i did already,i found only a company,do you like to know the ip address? [13:36] snpresent: sure, why not :) [13:36] bobeo: ok so you're running on 4.13.0-38 [13:36] bobeo: the one thing that bothers me why is it asking for 4.10.0-42 [13:37] adrian_1908, 146.196.59.135 [13:37] microwaved_: thats a great question, why does it care about dependencies of a kernel Im wanting to delete. Why would you force someone to update a kernel you want to remove? [13:37] bobeo: what you can do is, just install these kernel files, you can either et them through that command or download them with wget [13:37] thx [13:37] if you can please me feedback [13:38] microwaved_: I cant download anything, im out of space, thats the problem. Its trying to force me to download a kernel file toa location thats out of space so I can delete the kernel to fix an out of space issue. [13:38] bobeo: did you also do a du -ah? [13:38] Its the same idea as asking me to put more coke into a coke bottle than will fit so I can pour it out. [13:38] microwaved_: theres no space left, literally its telling me 0 bytes of space left [13:39] and wow, the amount of config files chrome has o.o [13:39] bobeo: will it allow you to search for big files? [13:39] snpresent: looks to me like it might just be a regular ISP subscriber. Could simply be crawling the web looking for insecure devices. If you have your firewall set up (e.g. GUFW in Ubuntu) to defaults, you shouldn't have to worry about it. [13:40] microwaved_: My kernel files are GBs in size. Comparatively to the kbs of smaller files, they dwarf everything else [13:40] but yes, it allows me the search [13:40] adrian_1908, thank you for your advice!:) [13:41] is there no gnome-tweak-tool anymore for bionic? [13:41] do you have more files next to 4.10.0-42 [13:41] how do i disable window grouping in alt-tab? [13:42] ii linux-image-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64 Linux kernel image for version 4.10.0 on 64 bit x86 SMP ii linux-image-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64 Linux kernel image for version 4.13.0 on 64 bit x86 SMP ii linux-image-4.13.0-31-generic 4.13.0-31.34~16.04.1 amd64 Linux kernel image for version 4.13.0 on 64 bit x86 SMP ii linux-image-4.13.0-32-generic 4.13.0-32 [13:42] bobeo: show me the output of 'ls -ltra /usr/sources or /usr/src/ [13:42] also, sorry everyone for all the text, I dont have the space or ability to install pastebinit [13:43] total 136 drwxr-xr-x 11 root root 4096 Feb 15 2017 .. drwxr-xr-x 27 root root 4096 Aug 23 2017 linux-headers-4.10.0-32 drwxr-xr-x 7 root root 4096 Aug 23 2017 linux-headers-4.10.0-32-generic drwxr-xr-x 27 root root 4096 Aug 29 2017 linux-headers-4.10.0-33 drwxr-xr-x 7 root root 4096 Aug 29 2017 linux-headers-4.10.0-33-generic drwxr-xr-x 27 root root 4096 Sep 19 2017 linux-headers-4.10.0-35 drwxr-xr-x 7 root root 4096 Sep 19 2 [13:43] bobeo: you could just copy and paste yourself [13:44] leftyfb: yea thats what Im doing. Trying not to spam, moving to PM. Will update with answer as we find it, and create a post on ubuntu [13:45] bobeo: I mean, just copy your terminal, paste to paste.ubuntu.com and copy/paste the URL here [13:45] bobeo: please keep all conversation about your issue here, not in PM [13:46] bobeo: You can also use something like: ls /usr/sources | nc termbin.com 9999 [13:46] https://paste.ubuntu.com/p/szK5mPqYwG/ [13:46] ok [13:46] bobeo: sorry, I'm just joining this morning. What exactly is the issue? [13:48] cant remove old kernels filling up space in order to install updates, cant remove the kernel because its trying to force me to update an old kernel so I can remove it, but cant remove it because no space in /boot. Also cant manually remove old kernels from /boot, either through file manager, or command line with sudo apt-get remove, or sudo apt autoremove, as a regular user, or as root [13:48] leftyfb: ^ [13:48] bobeo: http://iam.tj/projects/ubuntu/apt-autoremove-old-kernels [13:48] run that [13:49] https://paste.ubuntu.com/p/KVy6gTzHcW/ [13:49] leftyfb: already tried that, first it tells me to use the -f option, then it tries to force me to install a 72.4Mb patch to an old kernel so I can remove kernels, which is why its failing, and why I cant remove old kernels [13:50] bobeo: can you pastebin the output of running the script I gave you? [13:51] bobeo: can you pastebin 'df -h' ? [13:52] EriC^: I got this. It's not too hard to fix this. Just takes some steps. First is getting EXACTLY what kernel's it's complaining about [13:52] EriC^: https://paste.ubuntu.com/p/NtVTJhdf3f/ [13:54] leftyfb: same issue [13:55] * Owner4u asks: For Ubuntu 18.04 I see vm.swappiness = 10 but there is also no setting for it in /etc/sysctl.conf - isn't Ubuntu's default 60 normally??? [13:55] bobeo: you didn't give me a pastebin output like I asked [13:58] any ideas on vm.swappiness?? [13:59] Owner4u: maybe check out the files in /etc/sysctl.d/ for a setting === Ricardus_ is now known as Ricardus [14:01] bobeo: ? [14:02] adrian_1908: Yo Adrian! my brother Adrian hates that phrase! I will do that... I checked /etc/sysctl.conf is all I checked - but okay! I also did a fresh install and it seems to be 10 unmodified I always though 60 was the default [14:02] Owner4u: It's not usually added to /etc/sysctl.conf by default. Just add a line at the bottom: vm.swappiness = 10 [14:03] ChaiTRex: His is 10 and he doesn't know where that value comes from (from what I understand) === ErichEickmeyer_ is now known as ErichEickmeyer [14:04] oh! YOU ARE RIGHT! when I installed UbuntuStudio onto my desktop a file in there was added so jackd would not get swapped out to fast!! [14:04] thank you sir! [14:05] glad to help! [14:13] asdf [14:13] blah! [14:14] Hey everyone, sorry for the delays! I was messing around with it and realized it was a few issues. I really do appreciate all the help everyone gave me. The solution was to get rid of the old package headers and images manually, as it wasnt allowing me to use auto or remove via sudo dpkg --remove --force-depends linux-image-extra-4.13.0-32-generic [14:15] bobeo: You deleted the header files manually? [14:15] leftyfb: the header files and the image files. Once I removed the offending file, 4.13.0-32, it allowed me to return to standard performance [14:16] bobeo: that was the wrong thing to do [14:16] now you've got packaged installed with it's files missing [14:16] brb [14:16] yeah but thats easy to fix [14:16] bobeo: If you had responded to me with the information I asked for, I could have given you a few steps to fix it properly [14:17] dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' [14:17] thats a way to show what kernels are registered === charles is now known as Guest21851 === Nicmavr is now known as Guest27724 [14:19] some commands to analyse sudo apt-get clean; dpkg -l | grep linux-image | grep -v extra [14:20] here's one you might want to note [14:20] To find if any broken packages are there: [14:20] sudo dpkg -l | grep "^iU" [14:20] To remove broken packages any of two commands will help: [14:20] sudo apt-get -f install [14:20] sudo apt-get remove --purge $(sudo dpkg -l | grep "^iU" | awk '{print $2}' | tr '\n' ' ') [14:21] !paste | microwaved_ [14:21] microwaved_: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:21] too much help :D [14:21] hey leftyfb I tried the script, which was really impressive btw, but it gave me the same error as before. I remember that someone mentioned try removing the headers manually, which I tried, but not with dpkg. Now that Ive removed the headers, and the image files, everything is working fine again. Im sure its not the "proper" way potentially, but it is working, and I can install packages again, and the first thing Im adding, pastebinit [14:21] i just noted all these down because i made the same mistakes back in the day aswell i just create my own guide [14:21] also, again I apologize for the mess all over chat I made manually posting. === andyrock_ is now known as andyrock [14:22] i'm not sure why leftyfb says its the wrong way to do it but i have been managing my ubuntu's for ages like that if something messed up but once you fix it just let it autoremove the kernels by using apt-get autoremove and autoclean [14:23] there are more ways that lead to the same solution [14:23] as for ill effects, I did run into issues installing updates initially, but I finished my dist-upgrade, and now Im able to install packages fine. But yes, the initial consequenes was issues being able to install packages, command line still worked fine for the most part though. [14:24] microwaved_: you can easily move some of the kernel files elsewhere temporarily, uninstall some of the other kernels/headers to make enough room, move the other kernel files back, then autoremove all remaining old kernels/headers [14:24] yes so my point was fair aswell [14:24] i think you just ment the same thing in the end. [14:24] it's the cleaner/proper way [14:24] leftyfb: As for moving files, but it kept telling me permission denied, even though I was owner as root with rwx privs. That part I still dont understand [14:24] doesn't matter [14:24] meh i don't want to call it that, its "another" way [14:25] moments over [14:25] anyway moving on [14:25] good luck bobeo, i hop we helped you [14:25] you guys really did, thank you. The moment may be over, but we'll always have 4.13.0-32-generic [14:26] its alwasys good to have 1 or 2 versions you can always go back a version [14:28] definitely [14:38] live dangerously, delete all the others immediately after kernel upgrade, roll those dice! lol === Guest94 is now known as kratos123123 [14:41] Fortunately with a recent upgrade to the software updater, it appears the GUI now removes older kernels during upgrade [14:41] Hi there ! anyone has a couple minutes to help me with a problem ? [14:42] kratos123123: Please feel free to ask your question, all on one line, here in the chat room. If someone can help, they will respond here in the room. [14:43] thanks, well I just used the "mv" command in a wrong way and after it I am not able to boot my system anymore [14:44] to save the files is not important, but I am having some problems installing Ubuntu again [14:46] kratos123123: can you explain what you mean by "installing Ubuntu again" ?? [14:48] pragmaticenigma using the USB stick with the mounted ISO to reinstall Ubuntu [14:48] What kind of issues are you running into? [14:52] kratos123123: what doesn't seem to be working then? [14:54] I am trying to find a proper way to explain it, since English is not my mother language and it's a bit hard for me. So I used the MV command and turned out being a disaster, for example a normal directory path would be... : /var/bla/bla [14:55] and I managed with the MV command to put some other directory before the /var/ ( it is just as an example ) , so basically I guess I destroyed the system, I cannot use any commands like apt-get , ls, etc etc [14:55] !de | kratos123123 [14:55] kratos123123: 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! [14:55] ^ in case you prefer native (?) language suport [14:56] spanish is my native language actually [14:56] thanks [14:56] #ubuntu-es then [14:56] I will try to ask there, then ^^, thank you a lot [14:56] editing blog.... [14:56] so busy. [14:57] kratos123123: but basically, the recommendation would probably be that you just install a fresh Ubuntu over your current data, since saving the files is not that important to you. [14:57] alright I will try [14:57] thanks [14:59] http://laboratory.likesyou.org/category/english/computer-science/ [15:00] laboratory: do you have an ubuntu support question? [15:00] how dose your think about this [15:00] since this appears to be [15:00] !ot [15:00] #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! [15:00] yes, i wan't know how to install lib applications for the ubuntu 13.04 [15:01] laboratory: ubuntu 13,04 is eond of life, not supported [15:01] i searched ubuntu site ,it's has old sources [15:01] i can use it now, but it's support application very little [15:02] pear os,i guess that's a start of linux [15:02] but it's last version only 13.04 [15:02] laboratory: this doesn't change the above facts. we do not support end of life releases here. please take this discussion elsewhere. [15:03] !eol [15:03] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [15:03] alright thanks for you reply tomreyn [15:04] welcome. be sure to use a current release for anything outside of your sanboxed laboratory === deepend- is now known as deepend === claudio is now known as Guest21779 [15:22] hey all, I got a live usb of another distro, but update-grub did not find the usb. What do? [15:23] fdisk -l lists the usb as /dev/sdc, with /dev/sdc1 partition being the live distro [15:24] i wouldn't expect update-grub to automatically add things from removable devices, sounds like asking for trouble. The correct way to boot from a removable device is via BIO/UEFI boot settings, boot from the external device [15:24] *BIOS [15:24] i disabled secureboot, enabled legacy mode, allowed boot from usb, and changed boot order [15:25] so the external / usb device is first in the order? [15:25] the only possible thing left is mokutil validation... will try and report back [15:25] mok doesn't apply to legacy boot [15:25] is the USB legacy or UEFI? [15:25] sygic [15:26] ah, usb has a /boot/grub/efiboot.img, so it should be UEFI right? [15:26] shall i try booting in UEFI mode? [15:26] yup, and if it's ubuntu, it should support secureboot (if you want to use it) [15:26] but definitely put it in UEFI boot mode, just maybe disable secureboot [15:27] is USB Disk on top, or is USB Rom on top? [15:27] I know OS Boot Manager should be below all USB boot options [15:27] coldpresent: you could also see if your mobo offers a boot selection menu on startup, I find that more convenient that shuffling around items in a list. [15:27] gonna depend on your UEFI; i'd just put all the external device options at the top heh [15:28] that too; my UEFI main screen will let me click the boot device i want to start from and it'll just continue booting from there, no settings change required [15:28] ah :( i have to press F10 to enter BIOS [15:29] gonna give it a try, thank you so much adrian_1908 and SporkWitch! [15:39] so uefi boot mode on, secureboot enabled, grub still does not detect usb live image [15:40] coldpresent: if you're seeing the system's grub, it's not booting from the USB [15:40] SporkWitch: damn, shall try with another USB stick then [15:41] coldpresent: i recommend Etcher for creating it; it's the one that i've found works reliably for creating bootable USBs [15:45] SporkWitch: i'm currently using `dd`, thanks for the recommendation, i'll give it a try [15:45] dd and flash media DO NOT work as expected; the controller abstracts the physical layout of the drive [15:46] huh, ubuntu help pages say dd is reliable [15:46] for USB? O.o [15:46] flash, rather === jcara_ is now known as jcara [15:46] for an external HDD, sure, but not for flash media... [15:47] help page was talking about mkusb that uses dd under the hood [15:47] * JimBuntu has not had issues with DD and "flash" media. It's how I have made, literally, hundreds of SDs (if not well into the thousands at this point). But... I am lucky with some things. [15:48] i'm not sure there; i don't trust it with flash media. === SimonNL is now known as SimonNL_Afk [15:49] i've never had much luck using anything but WoeUSB for making Windows media, Etcher for linux, and official binaries for making raspi images [15:51] hi [15:54] I heard this distro changed its name [15:55] pierre, which distro? Ubuntu? [15:56] so i just flashed a new usb stick with `dd`, no cigars [15:56] JimBuntu, to Crapbuntu [15:57] there were going to change it to posbuntu but changed it at the last minute [15:57] wanting it to be as bad as possible, they went with the new gnblome [15:58] this OS constantly freezes [15:58] rebooting the computer several times a day cuz of this [15:59] pierre, If you want support, there are plenty here that could actually help you... if you only want to trash talk Ubuntu, please go to #ubuntu-discuss or #ubuntu-offtopic and I am sure there will be people to talk this over with === patriciadomin_ is now known as patriciadomin [16:00] hi all, when I suspend my laptop (ubuntu 16.04) via system menu, nothing is added to /var/log/pm-suspend.log, but when I run sudo pm-suspend from command line, the log is being updated. Why is that? [16:02] I am waiting for an 8K screen to become available, and want to use ubuntu(mate) on it. Will this hidpi screen be supported by all ubuntu flavours which are currently released? [16:04] humm8: I don't think you're going to get much help asking for support with technology which today isn't available [16:05] humm8: that would depend on the availability of drivers and hardware support, not likely something that needs explicit support by the DE [16:05] so I tried etcher, still doesn't work [16:05] coldpresent: something isn't being done right in your boot settings [16:06] there is a long black screen of about 7 seconds, before shim start [16:06] usually it's 3-5 seconds [16:06] what distro is this? [16:06] leftyfb: there are 8K screens available already, i am just waiting for the brand samsung to release one, as i think they have the greatest tft's. [16:06] voidlinux [16:06] talk to them; sounds like something wrong with their ISO [16:06] but I also tried windows live usb, didn't work either [16:07] coldpresent: if you want a control, download latest Kubuntu 18.04 AMD64 ISO, use etcher to make it. If it doesn't start, either something is wrong with your computer or your boot settings [16:07] can confirm that combo works with secureboot enabled as of two weeks ago [16:07] SporkWitch: great, thanks [16:08] Very useful. [16:08] will try x86_64 [16:08] same thing [16:11] SporkWitch with hardware support you mean the gpu right? [16:11] humm8: no, the mouse :P [16:11] Hello there. There's a little something that's offsetting me just a bit. Not really a problem, but, well, it's weird enough to drive me crazy. [16:12] YADW1: If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later. [16:15] hello [16:15] what's up [16:15] SporkWitch i expect drivers for hidpi are not good yet, are they? [16:15] I just updated my ubuntu and it goes to a black and white login screen instead of the normal one where it just starts up into desktop [16:16] Yes, yes, I was getting to that. People really can't hear premises nowdays, can they. Story is, on my ol' rusty laptop, when I switch to a text-only tty, it switches almost instantly, and that's okay. Curiously, though, it takes quite a while to switch back to tty7 (actually, it switches back right away, but the screen stays frozen for, say, ~7 seconds, then the pointer comes back). [16:16] hey need some help withh hplaserjetp1102w printer [16:17] Jerry__: If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later. [16:18] rain1: updates as in an upgrade to a new ubuntu version, or did you only install patches / pending updates? [16:18] thanks [16:19] SporkWitch: ideally not about "Debian version..." here :) [16:19] rain1: also, which graphics card(s?) do you have there, which drivers are you using (if there are multiple available)? [16:20] BUT! When I plug in an external VGA monitor, it works perfectly, and I can go back and forth from tty(n) to tty7! And this, ladies and gentlemen, is when you call the Ghostbusters. Or, you write on the #ubuntu irc channel asking for clues. [16:20] rain1: and finally: which ubuntu version are you running (and if you upgraded, which one were you running before) [16:23] I used chsh to /bin/bash and logout/in; but $SHELL still says /bin/sh [16:23] what gives? [16:23] its got a ugrl rat now as the desktop picture [16:25] ash_worksi: /bin/sh is a symlink [16:25] ash_worksi: `ls -ahl /bin/sh` [16:26] alternatively: readlink -f /bin/sh [16:28] `usermod -s /bin/bash` did it [16:28] but yeah, it actually links to dash [16:30] Is there any tutorial on creating a snap package from binaries, not sources? === chiluk_ is now known as chiluk [16:32] nacc: i'm lazy, i'm not making new pasta for every distro channel i'm in :P the format of the example still serves its purpose, and if the user is unable to apply the critical thought to modify it to purpose, they probably lack the critical thought to able to be helped in the first place lol [16:32] Trel: you want #snappy, and you can just use the 'copy' plugin [16:32] SporkWitch: you'd be surprised how many people just c&p :) [16:32] nacc: no i wouldn't; it's part of the triage process :) [16:32] nacc: like how THAC0 in AD&D kept out the really stupid people :P [16:34] nacc: cool, I'll check there, I have no idea what I'm doing with this so far [16:34] Trel: copying a binary (probably a *static* binary) is trivial with snaps. [16:35] nacc: what's the deal with persistence, though? Admittedly i've only tried one, but when I installed the OpenTyrian snap, it ran fine, but it had no persistence. Settings and game saves were lost after closing and reopening the program [16:36] SporkWitch: fully depends on the snap and whether it is using ~/snap to save stuff, etc. [16:36] SporkWitch: so you'd have to ask the snap maintainer [16:36] nacc: gotcha; was trivial to install the regular version from the repos, so i gave up fast, i had just figured i'd try out the snap lol [16:37] nacc: (since it's a one-step process instead of two, since opentyrian requires getting the game data separately) [16:40] Hi everyone in this chatroom. I use Linux Mint 18.3 but I am wanting to change over to Ubuntu because that operating system is more secure than L M and because there are not any free security programs available (yet) that are compatible or suitable for L M! [16:40] So, because of that I have an obvious question to ask. My question is: Can Ubuntu 16.04 LTS be installed onto and run on a Toshiba Equium P200 (old?) laptop? [16:40] berwyn: mint is based on ubuntu; security is comparable, as are available applications (pretty sure mint still uses the ubuntu repos...) [16:41] berwyn: to your question, you'd be better off googling it; there are various lists of hardware and how good its linux support is. If Mint runs, odds are good ubuntu and its otehr derivatives will. That said, i've had poor experiences with toshiba and linux in general, due to some odd [16:41] ACPI implementations breaking things. [16:42] (odd on toshiba's side, not linux; FOSS tends to comply with the standards and RFCs, proprietary vendors are less reliable in this regard, heh) [16:44] nacc: you'd think so, but I've been trying for over a week now [16:45] Trel: then you didn't use the #snappy channel or snapcraft forums? [16:45] SporkWitch: i would disagree about LM's security being on par with Ubuntu's. Discussing this here would be wrong, I just think berwyn should know that others may share his point of view on this. [16:46] I didn't know about the channel until you just told me... [16:46] Trel: ok, well, the forum is linked multiple times from https://snapcraft.io/ [16:48] berwyn: I'd be tempted to try xubuntu or lubuntu for an older machine, wtih lower specs === SimonNL_Afk is now known as SimonNL [16:52] tomreyn: Hi and thanks for your reply. Also, I have been using L M for about 2 years or more after transferring over from Windows 7 and recently I have come to the conclusion that the free security for L M is either non-existent or not much after doing a lot of reading and searching on the subject! That is my main reason for asking my question!! : ) [16:55] DJones: Hi, thanks for your reply and thanks for your suggestion of the 2 OSes to install and try on this laptop. But, your reply made me think of 1 question. My question is: Is Lubuntu and Xubuntu just as secure as Ubuntu and better secure than Linux Mint? : ) [16:57] berwyn: the OS's themselves are comparable in terms of security; the issue he was referring to, and what has hurt Mint's reputation, is a breach a few months back that resulted in a compromised ISO being distributed from one or more of their mirrors. Normal sources were still fine, the problem was the compromised ISO on the site (e.g. if you already had Mint, you were fine, but anyone [16:57] who downloaded THAT ISO before they caught it and replaced it would be vulnerable) [16:57] berwyn, what kind of security enhancement you're looking for? Antivirus programs don't do much nowadays. When I think of security, SELinux, AppArmor and sandboxing comes to mind, beyond what the OS has by default. But it depends on your threat model. [16:57] this too ^ [16:57] berwyn: Can't say about Linux Mint, I've never used it, in theory its based on Ubuntu, but may have random changes. Ubuntu, Xubuntu and Lubuntu are all based on the same source code, so should have the same security settings. You would need to ask in linuxmint's supprt channel how it compares to the Ubuntu defaults, we wouldn't know that [17:08] SporkWitch: Hi and thanks for your reply again. I also have a question: Was is DJones that you were referring to ("the issue he was referring to")? Also, I do know about the ISO being compromised a few months back, as I read about it, and thankfully I did need download the .iso at the time because I was using L M 17.3! : ) [17:10] berwyn: yes [17:11] cr1mson_king: Hi and thanks for your reply. Also, the kind of "security enhancement" that I am now looking for after a lot of reading and searching is a robust second line of defence free software program for L M or something similar or maybe a much more powerful free firewall for L M or a combination of both! : ) [17:12] a bot [17:13] for LM ?? wrong channel, dude === hehehe is now known as Guest52074 [17:17] DJones: Hi, thanks for your reply and thanks for the information. Also, I will not be visiting the Linux Mint help chatroom for quite a long time because I got angry and upset for the lack of help/support I received in there and feeling ignored in there awhile ago ("You would need to ask in linuxmint's support channel how it compares to the Ubuntu defaults, we wouldn't know that")! : ) [17:18] enough [17:18] berwyn: Fair enough, but for continued supprt here, you'll need to install a supprted version of Ubuntu [17:19] DJones, i think it's a bot [17:20] oerhoks: Hi and thanks for your reply. Also, I did not enter this chatroom to chat about Linux Mint - just scroll up and read my original posted question! Thanks again. : ) [17:20] ioria: Hi. Thanks for your reply. Also, I did not enter this chatroom to chat about Linux Mint - just scroll up and read my original posted question! Thanks again. : ) [17:20] berwyn: Thanks for your reply === Guest52074 is now known as hehehe [17:30] Is this command valid to send UDP data from bash? Wireshark sniffes a lot of TCP stuff but not the outgoing UDP packet: `echo "TEST" > /dev/udp/192.168.1.50/33400` [17:31] whats the reason of freezing after logout? [17:35] courrier: i think this code is not included in ubuntu's bash builds (i might be wrong, though, not sure). it's usually better to use netcat or other utilities to do networking in the shell. === SimonNL is now known as SimonNL_Afk === momken_ is now known as momken [17:50] cr1mson_king, DJones and SporkWitch: Was already trying to find the answer to the "2018: Is the latest version of Ubuntu compatible for a Toshiba Equium laptop? after using Google but I have not tried to find the answer to the "2018: Can the latest version of Ubuntu be installed on older Toshiba laptops?" question yet! So, the question is: What website do I visit to find out or read the answer to the first question ("2018: Is the [17:50] latest version of Ubuntu compatible for a Toshiba Equium laptop?")? : ( [17:52] berwyn: why not just put ubuntu on a live usb and try? [17:52] you already run mint, so ubuntu should be no issue [17:52] and Toshiba Equium is a brand, not a model [17:53] could be ton s of different hardware [17:58] is there a program for ubuntu where packet loss can test ?? [17:58] besi: ping, mtr [17:59] Tomreyn: how install taht can not find in the ubuntu Software Center ?? [18:00] oreheks: Hi and thanks for your reply again. Also, I am sure that you are aware: Linux Mint has been built to run on older laptops. But, I am not sure about Ubuntu and that is why I asked my original question earlier. Also, I am sure that you are aware that I included "P200" after "Toshiba Equium" because that is the model name - the full model number concerned is: PSPB5E-003004KS! Thanks again : ) [18:00] * Ankhep s === Ankhep is now known as s === s is now known as Ankhep [18:01] besi: "sudo apt update; sudo apt install synaptic", then use the synaptic software to install the ubuntu packages you like. [18:01] s [18:03] besi: the software center doesn't provide you many of the softwares you need. if you prefer not to use a gprahical frontent (synaptic) you can also just use the "apt" command to install software: "sudo apt update; sudo apt install iputils-ping mtr-tiny" === Apollo is now known as Guest66985 === cajhne is now known as crogers === fabricius1 is now known as fabricius [18:09] oerheks: Hi. Also, the message that I have just posted to "oreheks" was meant for you to read - sorry for mispelling your nickname! Reply soon. : ) [18:10] berwyn: there are different flavour of Ubuntu, each choose a Desktop Environment and different software, Lubuntu need less ressources than Ubuntu or Kubuntu [18:10] https://www.ubuntu.com/download/flavours [18:10] Hi [18:10] I have a little problem with my mic. I come from #python [18:11] Well, I'm trying to access my earphones mic with pyaudio, but i cant. I think it is 'cause my earphone's mic are detected as a subdevice. [18:11] HDA Intel: ALC269 Analog (hw:0,0) (the computer's mic). === jstein_ is now known as jstein [18:20] Hello everyone [18:20] Hi [18:21] Ool: Hi and thanks for your reply. Also, I use the Cinnamon desktop environment for Linux Mint which is an easy to use Windows-like environment and I am using a Windows XP theme. So, I have to ask you a question: Does Ubuntu include a Windows-like desktop environment or an easy to use desktop environment? Also, another question which no person has answered yet: Is Lubuntu (and maybe Kubuntu) just as secure as Ubuntu?Please answer [18:21] very soon as some people in this chatroom seem to either not answer or leave! Thanks again : ) [18:21] Anyone know how I can install Docker CE on Ubuntu 18.04 LTS? Official docs are not working for me :( [18:28] Ool: Reply soon! Thanks again : ) [18:28] !patience | berwyn [18:28] berwyn: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [18:28] berwyn: https://www.lifewire.com/install-cinnamon-on-ubuntu-4125605 [18:28] berwyn: lubuntu IS ubuntu. [18:29] hi, friends. i have .iso image for 17.10-desktop. if i install that, will i be able to update it to 18.04? would it be more efficient to just download 18.04? [18:30] s17: I would recommend installing 18.04 [18:30] s17: just download [18:30] hm [18:31] ok [18:32] 18.04 says i need 1024MiB RAM, 17.10 says only 384MiB. target machine is an old lenovo t60. [18:32] not sure on how much RAM it has right now [18:32] maybe 2GB [18:32] s17: try it [18:32] :) [18:38] leftyfb and ubottu: Hi. Thank you both for your reply and link. But, I still have a question that no one has answered yet and as soon as I have received a answer I will, probably, leave this chatroom (unless someone else interrupts my chat again)! So, my question is and was: Is Lubuntu (and maybe Kubuntu) just as secure as Ubuntu? Look forward to your answer/reply soon and thanks again : ) [18:38] berwyn: I answered you. Lubuntu and Kubuntu are both Ubuntu. [18:39] how if i have .deb package can i install all dependicys for it whiitout installing package? [18:39] Gnjurac: seems an odd requirement; why would you need the deps if you don't want the thing that depends on them? [18:39] Gnjurac: sudo apt install package.deb [18:39] oh without installing the package itself, nevermind [18:40] geirha: he said _without_ installing the package itself; yeah, really odd requirement [18:40] Gnjurac: can you describe your use case? [18:41] my app is crashing cuz missing dependecsy i think [18:42] Gnjurac: assumping you installed the deb properly, and without --force, it should install the deps automatically; if it's missing deps after that, it indicates that the maintainer didn't list all the deps [18:42] Gnjurac: what app? something you wrote, or an ubuntu package? [18:42] *assuming [18:42] i dident install deb i installed form script.sh [18:42] Unity3d [18:43] but there is Unity3d.deb package too but i dont want to install whole unity3d again i just want dependeciys [18:43] Gnjurac: start over from the beginning, what is your end goal, what did you do, what failed and how. [18:43] Gnjurac: then you'd need to figure out what dependencies it has [18:43] !xy | Gnjurac [18:43] Gnjurac: The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned. [18:43] Gnjurac: also, there is no unity3d deb in ubuntu, so this is all third party stuff? [18:43] yep ofc [18:44] !who | Gnjurac [18:44] Gnjurac: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [18:44] hi [18:44] i know how to use tab [18:44] you guys are wierd === SimonNL_Afk is now known as SimonNL [18:45] Gnjurac: you said "yep ofc" but two different people are talking to you. [18:45] Gnjurac: so we have no idea who you are replying to. [18:45] Gnjurac: and if you know how to use tab, actually use it! === coderphive is now known as ChrisHansen [18:46] is anyone there? [18:46] !ask | andrew_ [18:46] andrew_: 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 === ChrisHansen is now known as coderphive [18:47] nacc: you aked if it was thired party stuff , i sead yess of corse , on SporkWitch xy i dont even plan to reply [18:47] !dict [18:47] Gnjurac: thank you for using irc in a way that makes it possible to help you. [18:47] leftyfb: Thanks for your prompt reply. Also, although I will not visit any Ubuntu forum to read and post a question unless I really have to (have copied the forum links but I found forum a bit judgemental in the past) I do have 1 more question to ask you. My question is: Why is Kubuntu named Kubuntu and Lubuntu named Lubuntu? Look forward to your prompt answer/reply again and thanks again! : ) [18:47] is this fake? respond if its real [18:48] nacc: is LDD to list libs requred or what i frogot [18:48] No andrew_ xD [18:48] or was LDD for preloading libs [18:48] Gnjurac: we don't support third party stuff in the channel. As to your question, no there is not a trivial way to do that to a .deb. You could extract the .deb (dpkg -x) and see what is listed in the control file. [18:48] oh [18:48] Just an illusion [18:48] Gnjurac: ldd will tell you what libraries a dynamic executable expects to load. [18:48] i dont understand [18:48] berwyn: K for KDE replacing the GTK / unity stuff, but otherwise it's ubuntu (and uses the same repos; it even used to be official canonical, but is pure community now). Lubundu uses LXDE, i think? Same deal otherwise. [18:48] andrew_: this is the ubuntu support channel. Do you have an Ubuntu support question? [18:49] o [18:49] Ankhep: please don't troll here. [18:49] *no [18:49] i dont trol btw [18:49] im a kid [18:49] andrew_: no one said you did, the above was directed at Ankhep (hence their nick was the first string) [18:50] look up miner pro man on youtube for proof [18:50] andrew_: please stop. This channel is for ubuntu support only. If you want to chitchat, go to #ubuntu-offtopic or some other channel. [18:50] oh, ok === momken_ is now known as momken [18:53] Ankhep: Hi. Also, thank for opening another room and thanks for providing me the website link which I have already copied! Thanks again : ) [18:54] how do i conect to #ubuntu-offtopic [18:54] andrew_: https://lmgtfy.com/?s=d&q=what+are+basic+irc+commands [18:55] andrew_: type: /join #ubuntu-offtopic [18:55] is there some ppa for vscode from source? [18:55] Gnjurac: good question for the product website or google [18:56] does ubuntu-make install sourced one of msone [18:56] SporkWitch: i allredy asked google but answers are old and i was hoping somone else is using it too :) [18:57] vscode is on github [18:57] Gnjurac: so ask the support channel for that productt; there are many thousands of PPAs hosted on launchpad alone, never mind self-hosted ones. It's not really a question for this channel unless it's in the official ubuntu repos [18:57] it wont work [18:57] SporkWitch: Thanks for your reply and information. Also, I have another question to ask you which Ool did not answer. My question is and was: Does Ubuntu include a Windows-like desktop environment or an easy to use desktop environment? Reason why I asked that question is because I use the Cinnamon desktop environment for Linux Mint which is an easy to use Windows-like environment and I am using a Windows XP theme! Look forward to [18:57] your prompt answer or reply and thanks again. : ) [18:58] hello? [18:58] ioria: i know vs code is on github but they ofer only branded deb , and i dont want to waste time building form source [18:58] berwyn: https://ubuntu.com/ these are basic FAQ questions, they do not require interactive support. See also http://catb.org/~esr/faqs/smart-questions.html [18:58] i see [18:59] andrew_ : Message(477): #ubuntu-offtopic Cannot join channel (+r) - you need to be identified with services,,, means that you have to register your username first [18:59] berwyn: you can istall xfce, xubuntu and put some gtk windows theme === gms is now known as Guest61669 [19:15] is microsoft planning on taking over linux? [19:16] they already did, everybody is migrating over to Temple OS [19:16] please move the tinfoilhat talk to #tinfoilhat, thanks [19:17] that was more like sarcasm than tinfoilhattery [19:17] bug 1 reversed [19:17] bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [19:18] " This bug affects 2418 people " [19:18] More than that I fear [19:18] sqlsqlsql, it shields the brain from threats such as electromagnetic fields, mind control, and mind reading. [19:19] mind control is okay so long as its FOSS [19:19] heheh [19:19] Actually, research shows that tinfoil hats HELP the gov control/read your mind *shrugs* [19:21] To everyone in this chatroom: Thanks. Also: all the best to all your families and yourself for 2018! : ) [19:21] get lost [19:21] SporkWitch: lol [19:21] lol! I feel like I'm missing context on this one [19:21] ubuntu irc of the charts [19:22] ioria: Have I done something to anger or upset you? [19:22] what happens now if microsoft decide nobody is allowed to acces the linux source code? It will just die? [19:22] a lot [19:22] sqlsqlsql: linus will upload it to gitlab :) [19:22] sqlsqlsql: please take this to a different channel (and no). [19:22] Aright kids, let's get back to actual relevant things; jokes aside, there's some real crazy cropping up, and that's no fun for anyone [19:22] ioria: What for instance? Give me an example please! : ) [19:22] my guess he has some backup :) [19:23] My guess is 10,000 people have cloned that git repository === kostkon_ is now known as kostkon [19:24] ioria: Hello? : ) [19:25] !tab [19:25] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [19:27] ioria: If you cannot give me an example about how have I angered or upset you then how am going to know? : ( [19:27] Can anyone here help me with alsa sound issues? [19:27] techcied: If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later. [19:27] ask, wait and see [19:29] I have a problem with alsa saying "Cannot find card '0'" I'm running Ubuntu version 18.04. I get the following output: https://pastebin.com/Kb44WAK7 I expected it to initialize correctly. [19:29] im trying to setup 18.04 but cant get past the network setup step [19:29] Oh and it seems I've spelled my username incorrectly. [19:30] lol [19:31] SporkWitch: ioria answered "a lot" when I asked her or him "Have I done something to anger or upset you?". But after I asked "What for instance? Give me an example please!" they are not or have not answered me. How am I going to or supposed to know what I have done? Do not understand! : ( [19:31] hangs at 66% then says timeout even though the details are correct [19:31] berwyn: your personal drama is not relevant in this channel; cry into your pillow, not to me [19:32] Jimmy06: i had a problem like that in previous versions where i would have the netmask wrong, or had the wrong vlan configured for the VM [19:32] no vlan [19:32] jimmy06: so far in 18.04 haven't had any issues [19:33] do you have dhcp turned on? possibly let it get an IP via dhcp, then go from there [19:33] is the capability to read Windows shares built into 18.04 or does Samba still need to be installed for that? [19:33] I dont have DHCP [19:33] or jsut configure with out an ip for the install then try to manually configure one [19:34] RoadRunner: you still need to install samba or something else that provides SMB tools [19:34] SporkWitch: I am not going to "cry into my pillow" because I do not have anything to cry about. Just wanted to know from ioria what am I supposed to have said to anger or upset her or him! Seems strange that he or she is not responding!! : ( [19:34] theGoat: that sounds brill accept you cant do that [19:34] except [19:34] berwyn: then bug him about it, in PMs, not me, and not here [19:34] g'evening [19:35] even if i set both boxes to do not use it tries anyway [19:35] my subnet is /24 [19:35] SporkWitch: Okay. I have opened a separate room. Thanks : ) [19:36] anyone who can tell me why mariadb is used instead of mysql in most articles about 18.04 ? [19:36] because mysql is not free any more [19:36] so was switch years ago to mariadb [19:36] wasted: because mariadb is a FOSS implementation, and Oracle likes to sue people for using stuff they made FOSS years ago [19:36] mysql community is still free isn't it? [19:36] SporkWitch: software lists, Samba and Smb4K as options. Would you recommend something else, or are these two bug free enough to be fine under 18? [19:36] RoadRunner: i'd recommend webdav over SMB; i refuse to support it, it's too much headache [19:37] so mariadb will work the same as mysql ? [19:37] yes [19:37] theGoat, yes but most of that is already in mariadb [19:37] RoadRunner: as far as bugs, i'm not aware of anything serious, SMB is just a nightmare to set up, especially in anything but an "anyone can access" mode [19:37] !info mariadb | wasted [19:37] wasted: Package mariadb does not exist in bionic [19:38] * SporkWitch sighs [19:38] I fixed my issue, thanks [19:38] !find mariadb [19:38] Found: libmariadb-dev, libmariadb-dev-compat, libmariadb3, libmariadbclient-dev, libmariadbclient-dev-compat, libmariadbclient18, libmariadbd-dev, libmariadbd18, mariadb-client, mariadb-client-10.1 (and 12 others) http://packages.ubuntu.com/search?keywords=mariadb&searchon=names&suite=bionic§ion=all [19:38] so the setup window has a subnet box with example 192.168.9.0/24 [19:38] if i use 255.255.255.0 this would be correct right ? [19:39] correct, a /24 is 255.255.255.0 [19:39] !info mariadb-server | wasted [19:39] wasted: mariadb-server (source: mariadb-10.1): MariaDB database server (metapackage depending on the latest version). In component universe, is optional. Version 1:10.1.29-6 (bionic), package size 12 kB, installed size 63 kB [19:39] so mypublicip.0/24 [19:39] SporkWitch: any issues with Samba? [19:40] and of course it doesn't give the description; i give up. wasted: mariadb is from the original mysql devs, and it's designed to be a drop-in replacement for mysql (that is, unless you're doing something funky, it _should_ "just work" with anything that supports mysql) [19:40] jimmy06: you aren't doing any natting? ie not behind a broadband router/firewall, etc [19:40] no theGoat [19:40] LoLz ... tons of bugs with smb, and it is slóóóówww [19:40] RoadRunner: yeah, it's a nightmare, it's miserable, and it's not worth the headache. Like i said, i refuse to support it; you're welcome to seek help from others, but i won't waste my time, it's too much frustration. [19:40] this this machine sits on the inernet? [19:40] yes theGoat [19:41] ok...just making sure. [19:41] i never do funky but you never know what software will do :) [19:41] does anyone know of a snapcraft IRC channel? [19:41] Luke: #snappy [19:41] !alis | Luke [19:41] Luke: 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" [19:41] #snappy [19:41] CodeMouse92__: thanks [19:41] i will give it a try on a virtual system [19:41] its a proxmox vm theGoat [19:41] for the network it would be something like 1.2.3.0/24 for the network [19:41] or what ever your subnet is [19:42] its /29 [19:42] 255.255.255.0 [19:42] ah /29 [19:42] SporkWitch: unfortunately that doesn't work when the channel isn't named after the topic :/ [19:42] so as an example 86.34.65.123/29 [19:43] sorry [19:43] .0 [19:43] 86.34.65.0/29 [19:43] then in the address box 86.34.65.123 [19:43] How to solve firefox problem: XPCOMGlueLoad error for file /opt/firefox60/libmozgtk.so ibgtk-3.so.0: cannot open shared object file: No such file or directory [19:44] but this hangs and times out even thought its correct [19:44] with the gateway added of course [19:44] mackey: /opt/firefox? that's not regular ubuntu package'd firefox, is it? [19:44] Luke: my mistake, i didn't realize that snap wasn't in the name snapcraft or snappy; the problem is the user, not the tool [19:44] gateway by the way is not in the same subnet (this is intended and works fine) [19:44] SporkWitch: snap != snapcraft [19:45] Luke: != ubuntu, either [19:45] SporkWitch: canonical made snapcraft [19:45] blackflow: is this the wrong channel to ask? [19:45] Luke: and actually, from the first google hit, yes, snap == snappy == snapcraft [19:45] no [19:45] mackey: looks like unsupported software, so I'd say yup, wrong chan. [19:45] !snappy [19:45] Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/ [19:45] snapcraft is for building snaps. snap is more like the package manager portion [19:46] and snappy is a distro [19:46] Luke: well then go cry to canonical, instead of blaming your laziness on perfectly functional tools [19:46] mackey, how did you install firefox? [19:46] they aren't the same. [19:46] and what version? [19:46] blackflow: thanks [19:46] SporkWitch: whoa take it easy. just discussing here. lets not get into name calling please [19:46] oerheks: according to this info, 32 bit version: https://www.tecmint.com/install-firefox-quantum-in-linux/ [19:46] Luke: lazy isn't a name, it's an accurate descriptor [19:47] Luke: there's maximum confusion around that, though. it's Canonical's but Canonical doesn't want it to be just their. the usual NIH. see, even the bot has no factoids on snaps. [19:47] blackflow: snapcraft is the site, snappy is the package manager, snaps are the packages [19:47] blackflow: good point [19:48] mackey, so you used that ppa? ubuntu alrady has FF 60, that ppa is not supported here [19:48] problem is firefox does not run [19:49] really [19:49] SporkWitch: regarding snaps, are they updated independently or as a part of the Software updater system? [19:49] remove that ppa and reverse packages, and you should be fine [19:49] mackey: but you aren't using the ubuntu-packaged version, ergo unsupported. Install from the official repos if you want support here, otherwise you'll need to contact the PPA maintainer [19:49] RoadRunner, you know the answer already, hence your detailed question :-D [19:49] hello? [19:49] RoadRunner: there's package management for them, but i haven't used them much. The only one i used was opentyrian and it had no persistence, so i tossed it out and went back to debs as normal lol [19:50] i noticed you do that a lot the last few days [19:50] oerheks: i'll take skilled trolling over the standard fair in this balmy September [19:50] *fare [19:51] oerheks: just wanted to confirm : [19:51] ) [19:52] holaa? === Guest27724 is now known as Nicmavr [19:52] !spanish | pc-05 [19:52] pc-05: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [19:52] To everyone in this chatroom: Thanks for all the information! : ) [19:52] Welshman (berwyn is my real name and I did not want to use it) is leaving this chatroom.... [19:53] RoadRunner: snaps are independatn [19:54] hello? [19:54] hello everyone, Im new to openstack and wanted to try out a proof of concept. I followed the instructions on ubuntu web page and have tried to utilize conjure-up. I am having a hard time when it seems like it should be easy. [19:55] I have a huge log, but not sure where to start with the errors. [19:55] SporkWitch: I guess the bot needs a factoid correction, and addition. other than "snappy" (suggesting it's a distro), it has no more info. [19:55] blackflow: i'm going from the main page of snapcraft.io which refers to the snappy package manager, and snaps (the packages) [19:56] blackflow: it's literally the first google hit for "snapcraft" [19:56] (well, DDG, not google) [19:57] SporkWitch: there's also snapcraft the package (I think it's SDK/framework to build them) [19:57] and snapcraft(.net) the MMORGP tha has nothing to do with this. yah, maximum confusion. [19:57] !snapcraft [19:57] SporkWitch: regarding webdav, from what I just read, its a protocol - not an end user app; so what application using webdav would you recommend? [19:58] RoadRunner: it was a sarcastic response; it's not ideal for file sharing; the point was "use anything but SMB, that's how miserable SMB is" [19:58] oh srsly? the bot doens't know about snapcraft package? which database is it accessing? https://packages.ubuntu.com/bionic/snapcraft [19:58] blackflow: yeah I don't think snappy and snapcraft are the same thing. There's no mention of snappy on the snapcraft website that I was easily able to find [19:59] except for "snappy" being the first word in the description of snapcraft.io when you search "snapcraft" [19:59] Amphaeon: i don't think youll find someone here with openstack && conjure up knowledge...its mostly desktop stuff; try looking for conjure irc or forum [19:59] Luke: one is the package manager (tool to manipulate snaps), the other is a) a game, b) a site/store/repo for snaps, and c) an sdk/framework to build snaps [20:00] blackflow: the snapcraft I'm talking about is the tool to make snaps. [20:00] Luke: this then https://packages.ubuntu.com/bionic/snapcraft [20:00] besides smb based apps, what specific aps can be recommended for Windows shares? [20:00] blackflow: "snappy ubuntu core is a distribution of Ubuntu that relies entirely on snaps" from the snapcraft guys [20:01] Luke, blackflow: the way i see it...snapcraft is like dockerhub like where you find images; snappy is like apt; .snap is like .deb [20:01] Hello all, Im trying to spin up a localhost instance of openstack on ubuntu 18.04 utilizing conjure-up, can anyone assist in looking at my log? [20:01] memphisto: yah but snapcraft is also a toolset that builds .snap(s) [20:01] memphisto: well snapcraft is also a CLI tool for building snaps. And yeah it's also the repo [20:01] you can use snap and snapcraft without snappy [20:02] yes [20:02] !repeat | Amphaeon [20:02] Amphaeon: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [20:02] !openstack | Amphaeon [20:02] Amphaeon: you probably want #openstack [20:02] ok [20:02] or #ubuntu-server [20:03] i just hate having multiple loop devices seen in my filemanger (dolphin) [20:05] snaps. but i'm still on 16.04, it could be that this is fixed in kubuntu 18.04; but i'm waiting for 18.04.1 [20:08] multiple loop devices , yes, that is awesome, those are snaps installed, don't worry [20:09] no, i know, but i hate the way it looks [20:09] i found some doc on how to hide them, but it didn't work [20:09] at least on KDE [20:13] they are not in your regular home folder, are they? [20:13] so why bother.. [20:14] cause its left panel with the other devices [20:14] disks,usb,CD/DVDs and of course loop devices [20:22] https://i.imgur.com/To4ftTV.png [20:22] should we click that url, Jimmy06 ? [20:22] this is my problem [20:23] i cant get paste networking [20:23] Jimmy06: your real problem seems to be posting random links and expecting people to respond to that better than an actual question [20:23] Virtio network.. so give more details, is this on bare metal? [20:23] i explained the problem eariler though [20:23] no its on proxmox [20:23] Jimmy06, we don't constantly read and memorize problems [20:24] you should restate your issue if it has been a while [20:24] it was 10 mins ago :S [20:24] i rejoined the channel because i closed it by mistake [20:25] you can argue or just state your problem again [20:25] simply put no matter what I select on the network part of the installer I cant get paste it [20:25] im not arguing [20:26] that image is when I select "do not use" to both ipv4 and pv6 [20:27] even if I put valid settings in to the ipv4 box it fails with that error [20:27] for the record, 10 != 45 [20:28] for the record you suffer with short term memory loss xD [20:28] nope, you just aren't important enough for me to memorize something that happened nearly an hour ago [20:28] Jimmy06: looks like dhcp isnt working [20:29] tomreyn: I dont run DHCP [20:29] Jimmy06: okay, i forgot whethe rthe server live installer supports manual network configuration, havbe you given that a try? [20:30] yes I have and it fails [20:30] with the error message of "network configuration timed out; please verify your settings"? [20:30] says that even with valid settings [20:31] is this vm able to reach the internet with the valid configuration? [20:31] of course :) [20:31] how do you know? [20:31] because its the same as the other 5 VM's running on it [20:32] with the same network settings [20:32] if it's the same, why not clone one of the functional ones? [20:32] and the others also run ubuntu 18.04 server? [20:32] no 16.04 and centos [20:32] use the classic server installer, it'll work. [20:33] what installer is this anyway Jimmy06? [20:33] 18.04 server live installer [20:33] yeah I just clicked download I dont need a live installedr [20:34] that installer looks like this for me https://i.imgur.com/ajBgDCT.png [20:34] that's the classic installer [20:34] ah gotcha [20:35] I will have to check out this other version I'm not familiar with... [20:35] bah only a torrent link [20:35] it's AKA "subiquity" === ubuntu is now known as Guest66980 [20:37] Jimmy06: no, the classic is hosted on cdimages.ubuntu,com [20:37] yeah I found it now [20:37] http://cdimages.ubuntu.com/ubuntu/releases/18.04/release/ specifically [20:38] the download page on ubuntu.com points there. [20:38] is the live version supposed to be easier to use or something? [20:38] yeah i downloaded it all ready thanks [20:38] I suspect its so you only download what you need [20:38] syb0rg: if you have dhcp and want just a very basic server installation then it's easier to use indeed. [20:38] hello [20:38] ? [20:39] it supports manual config of the interfaces [20:39] kiriuha: hello. you usually place a question in front of a question mark. [20:39] ok tomreyn, good to know. I'm surprised Canonical cares that much about user friendliness in even the server edition - the classic installer is pretty straightforward already [20:39] start linux mint [20:39] !mint | kiriuha [20:39] kiriuha: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [20:40] also ##linux, kiriuha [20:47] https://i.imgur.com/3HRWqpk.png this is an annoying error [20:48] Jimmy06, just a thought - do you have networking enabled in the vm's settings? [20:49] yep [20:49] i get that same error in 16.04 [20:49] set the gateway up afterwards and it works fine [20:49] weird. [20:50] gateway is not in the same subnet [20:50] perhaps #networking would be a good place to ask? [20:50] for what ? [20:51] only ubuntu complains about it [20:51] I mean you are having networking problems, maybe someone over there would have a thought. That's all. But it does seem to be ubuntu specific [20:51] im not hav ng any networking problems [20:51] Hello, do you know how to fix display problems like this one ? https://www.noelshack.com/2018-23-1-1528145212-capture-d-ecran-de-2018-06-04-22-46-18.png (meld) I have the same problème with gnome calc and gedit to name a few [20:52] my network works fine just the ubuntu installer doesnt like it :) [20:52] syb0rg: this isn’t necessarily a networking problem, there are valid times to configure an unrouteable gateway - having said that, Jimmy06 is unlikely to be experiencing one of those scenarios [20:52] Jimmy06: what option did you select, and how are you connected? [20:53] hang on i’ll read scrollback first [20:53] Allie`, I didn't even mean to imply that his networking setup is invalid. Just that people in #networking might know how to make ubuntu cooperate with his setup, as they have experience with such things [20:54] makes sense! [20:54] I am using the router and broadcast IP's from my /28 this means they end up having a /24 [20:54] yeah it does just annoying [20:57] hmm gonna have to work out how to configure this new interface the new way :) [21:00] huh that live server installer is pretty slick, but still seems redundant to me. I guess it is cool to get someone started on running servers though [21:01] i ran into this issue where the gateway was outside of the subnet and i needed to use a pointopoint configuration to make it work. this wasn't possible on the classic (debian) installer (and i assume it is not possible on the live installer either). it works fine once the system is installed, though. i needed to resort to a debootstrpap installation to make it work. [21:01] (it's a rather ugly network configuration, though) === fabricius1 is now known as fabricius [21:06] tomreyn: I just add the default gateway noremally [21:07] but this netplan doesnt like it [21:09] Jimmy06: so that's on the readily installed system? [21:09] centos or ubuntu 16.04 yes [21:09] just add the gateway and done [21:10] centos I could do it in the installer ubuntu I have to do it after but this 18.04 still wont apply my gateway even afterwards [21:10] Jimmy06: netplan is still a bit young, it might (i do not actually know) not allow the default gateway to be outside of the subnet. [21:10] i added gateway: xxx.xxx.xxx.xxx to the file and restart/applied but no go [21:11] gateway4: sorry [21:11] tomreyn, "default gateway to be outside of the subnet". I think you might be a bit confused [21:11] you're not required to use netplan, though, can just edit the systemd-networkd configuration directly [21:12] Hello every one :) [21:12] jcdutton: how so? [21:12] tomreyn, it makes no sense. A gateway is always on the same subnet as your PC. [21:12] jcdutton: its not [21:14] What is the IP address of the PC, what is the IP address of the gateway. What is the subnet mask ? [21:14] jcdutton: not always, no. eg. this hosting provider does it differently: https://wiki.hetzner.de/index.php/Netzkonfiguration_Debian/en#Routed_.28brouter.29 [21:15] thats who im using actually lol [21:15] thought so, it's a rare corner case, and a terrible setup [21:15] jcdutton: better docs here https://wiki.hetzner.de/index.php/Netzkonfiguration_Debian/en [21:16] actually ignore that, that'S the same page :) [21:16] I dont have to use it like that I just decided to get the router/broadcast ip back [21:18] tomreyn, ok, thats OK, I did not know you were using a pointtopoint link [21:19] pointtopoint link ? [21:20] i have problem with opendkim and openssl, trying to figure out where the problem could be past few hours and cant find the problem. The problem is that opendkim wont start with error: opendkim[26979]: opendkim: incompatible SSL versions (library = 0x0100020bf, filter = 01000204f). So i started with default (from packages installed) openssl and opendkim and i got this problem, then i thougth [21:20] ok i can compile openssl from source and did that. Curently i have: [21:20] https://pastebin.com/sVzfXA0u [21:20] jcdutton: np, i think i mentioned it above. the problem is that neither debian installer (classic ubuntu installer) nor subiquity (ubuntu live) can handle this configuration, though. [21:20] neither can netplan [21:20] dont know where else i can find what the **** wrong :) [21:20] tomreyn, you are probably right, it is quite a rare configuration [21:21] i even created a bug in opendkim, but they answered that probably this is not opendkim bug [21:21] Jimmy06: chances are that systemd-networkd can handle it, so forget about netplan for now (maybe file a feature request) and just use systemd-networkd directly. [21:24] tomreyn, during the install, you will probably need to manually do the network config, in order for the install to work. [21:25] jcdutton: it would not accept a gateway outside of the subnet (which was a single ipv4) [21:26] it would also not accept a netmask of 0.0.0.0 (i tried this in an attempt to at least be able to install with network connectivity) [21:27] 255.255.255.255 does [21:27] that's what i had tried first, but it said the configuration was illegal (due to the default gateway resising outside of this single ip subnet) [21:27] anyways. [21:28] oh I just set it u without a gateway [21:28] this was 16.04, i think, might have changed. [21:28] tomreyn, could you not drop to the command line and use ifconfig ? [21:29] jcdutton: i thionk i tried but failed, can't remember, it's a good while ago. [21:29] (i don't rmemeber how i failed to do it manually on the command line, possibly just my mistake) [21:36] hello. how do I stop pulseaudio on ubuntu 18.04 ? [21:40] systemctl --user stop pulseaudio.socket && systemctl --user stop pulseaudio.service https://askubuntu.com/a/875090 [21:41] you might need sudo for that [21:50] Hey, where can I go for server images that let me openssh without configuring anything on the monitor? [21:50] for the cloud [21:50] i have problem with opendkim and openssl, trying to figure out where the problem could be past few hours and cant find the problem. The problem is that opendkim wont start with error: opendkim[26979]: opendkim: incompatible SSL versions (library = 0x0100020bf, filter = 01000204f). So i started with default (from packages installed) openssl and opendkim and i got this problem, then i thougth [21:50] ok i can compile openssl from source and did that. Curently i have: https://pastebin.com/sVzfXA0u [21:54] yunogimmeusernam: i assume that's https://cloud-images.ubuntu.com/releases/18.04/ - never tried. alternatively oyu could also netboot the ubuntu installer and configure it to spawn and sshd or serial console [21:54] did something change with the Cheese webcam tool in recent Ubuntus? [21:54] I tried that, it complains about not having a root device, and pauses, then it does stuff, but after 3 seconds it hangs forever [21:55] my webcam used to work [21:55] also, Packer doesn't like that image format, there isn't an iso [21:55] now, while it still works with guvcview and qv4l2 [21:55] Cheese says "no device found" [21:55] is there an ubuntu cloud channel? [21:56] it does work with a workaround [21:56] LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so cheese [21:56] I just wonder, why is this workaround necessary now, but not before? [21:57] yunogimmeusernam, step 5 ?? https://www.cyberciti.biz/faq/how-to-use-kvm-cloud-images-on-ubuntu-linux/ [21:57] grauzikas: the root issue will be that you're not using libssl from ubuntu [21:57] I think I need a preseed [21:57] hey guys, whats the best, secure and lightest program to make partitions backups and that includes a test option for the created iso? [21:57] oerheks, I don't think that's applicable [21:58] oerheks, thanks but i've already tried it. it keeps restarting. I found a workaround here https://askubuntu.com/questions/8425/how-to-temporarily-disable-pulseaudio [21:59] I'm trying to use the nvidia drivers on Ubuntu 18.04, with a nVidia GeForce GTX 860M. Although `prime-select query` outputs `nvidia`, nvidia-smi fails with "NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running." I can't use CUDA, then. How can I fix this? [22:00] tomreyn: what you mean not from ubuntu? how i can fix this issue? [22:01] whats the best, secure and lightest program to make partitions backups and that includes a test option for the created iso? [22:03] guest253, there is no single best; i would use live iso and install clonezilla, else use dd [22:04] and a test option for the backup partitions? note sure that exists [22:04] guest253: Those criterion are subjective, and things like "security" depend more on how you use the program than what program you use. Also, I'm not sure what test you could run, other than booting the image in a VM (and I don't think there's any tool that will do that, and it's not straightforward to do manually). [22:04] just diff the data [22:04] grauzikas: based on what you posted you, have libssl1.0.2 installed from the deb.sury.org 3rd party repository for ubuntu trusty (14.04) on this ubuntu xenial (16.04) system. fix your apt sources. [22:06] grauzikas: if that's not enough hints, yet, then post the output of: lsb_releass -ds; apt-cache policy [22:07] grauzikas: if that's not enough hints, yet, then post the output of: lsb_release -ds; apt-cache policy [22:07] ^ typo fixed [22:07] the test option is very important to check if the image was done correctly before I delete the partition in case I need it. r-drive image for win has that option which I check with every backup [22:07] explore clonezilla [22:08] but clonezilla only works from live-cd, right? [22:09] guest253: The question is what it is testing. If it's just testing a checksum of the data, you can do that (I don't know if clonezilla has an option for this or not). [22:09] is this anything i can fix by the installation of a package ? libpng warning: Application jmp_buf size changed; fish: “./GuitarPro” terminated by signal SIGSEGV (Address boundary error) (ubuntu 18.04) [22:10] tomreyn: https://pastebin.com/Zaj7vzb0 [22:10] you would get "skip checking the saved image" option [22:10] i cant see this source in my repo [22:11] probably need try to remove that lib and install again? [22:11] guest253: If you're booting from the partition that you're trying to back up then you can't back it up using clonezilla. While there are ways to backup a live system in this way, I would not recommend them for a beginner. [22:12] guest253: i'm not aware of an existing software doing this, but there most likely is one. what you can do it to write it yourself. you can use lvm snapshotting to create a stable snapshot of the partition (or logical volume in this case), then egnerate a checksum on this, then dd it to a file, then run the checksum against this file, too, and compare them. and if they match you can drop the snapshot (and optionally the live logical volume, too) [22:12] not sure what it checks, the integrity of the image I guess, but the test option its safer for me [22:13] guest253: If you're not booted from the partition, then just unmount the partition being backed up before backing it up with clonezilla and you'll be fine. In that case clonezilla would not need to be run from a LiveCD/USB. [22:13] arooni: probably not, but to be sure you'd need to ask the developers (or run it in a debugger and understand its output). [22:13] tomreyn: reass i ask is because it ran fine on ubuntu 16.04 [22:15] grauzikas: looks like you removed the repository but not the package. you can identify such packages (where there is a ismatch between the actual version installed and the version availablöe from the currentöly configured apt archives) using this script: https://github.com/tomreyn/scripts -> foreign_packages [22:16] arooni: this doesn't mean it will run on a different ubuntu verison, too. [22:16] tomreyn: well i thought itd simply be a missing library [22:16] tomreyn: i can try something like this: dpkg -r --force-depends libssl-dev libssl-doc libssl1.0.2 (this is wahat i found via: dpkg -l | grep deb.sury.org about ssl) and then try install this packages back? [22:17] hello again all [22:17] arooni: i dont think so. you seem to have libpng installed, the application is just not compatible to this version. [22:17] in windows I use r-drive image which works perfectly and has that test option. once done the test, Im happy to save the iso on an external drive just in case I may need it if I have any problem with the system. im used to it, so I thot there could be a backup program similar on linux [22:17] On a machine I'm working on, after a kernel update, the second NIC thinks it's "FIBRE" and not Ethernet, and not sure how to realize it's Ethernet again [22:17] tomreyn: tragic; they announced they wont support future releases on linux; so i'm kinda just outta luck at this point [22:18] grauzikas: it'd be better to just downgrade the packages, which is done by installing, and installing a specific version - the one your current ubuntu release provides. [22:18] arooni: you can still run it in a 16.04 VM or chroot. [22:19] arooni, maybe this german page is any help? https://forum.ubuntuusers.de/topic/guitar-pro-6-auf-xubuntu-18-04-64-bit-installi/ [22:19] tomreyn: i get the vm but what do you mean chroot ; [22:19] our german friends are pünktlich [22:20] looks like there wasnt a resolution from that thread [22:21] tomreyn: thank you very much :) now i have the idea where the problem can be [22:21] grauzikas: welcome [22:23] grauzikas: make yourself aware that you've been running this system with outdated openssl libraries for a good while now. that's not a safe thing to do, so try to prevent this isutation in the future. [22:23] *situation [22:24] !chroot | arooni [22:24] arooni: A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot [22:24] ^ using a VM is probably easier, though [22:25] how much space would a simple 16.04 installation take up [22:25] or the minimal installation [22:26] thinking of my existing hard drive space on this laptop [22:27] arooni: a desktop installation? something between 5 and 10 GB, i'd say. [22:29] arooni: a simple server install is around 1.0GB, but of course doesn't include all the desktop stuff [22:30] silly guitar pro; they should just make future releases for ubuntu [22:30] i bet i could install it on my existing winxp vm; (blarg)) [22:30] MS should buy it [22:30] oops offtopic [22:30] Hi to everyone in this chatroom. I (Welshman not berwyn) have returned to ask another question. [22:31] My question is: Does anyone know if Nwipe or Wipe is the correct program to completely wipe a hard drive or would I need to find an .iso of a wipe program to completely wipe a hard drive that, at the moment, has Linux Mint installed? [22:31] Thanks in advance for any helpful answer or reply! : ) [22:31] berwyn, hi again: ask the mint channels? [22:31] is guitar pro any good compared to the audio apps on win like amplitube and the king s-gear? [22:32] ubuntu has nothing to do with mint, mint has its own issues. [22:32] arooni: i just checked the unmodified 16.04.4 installation i have in a VM, it consumes exactly 4.4GB [22:32] ok thanks for checking :) [22:34] berwyn: alternatively, install ubuntu and come back here with your ubuntu (only) questions. [22:35] btw, whats the lightest ubuntu derivative nowadays? [22:35] lubuntu probably [22:35] oerheks: Hi and thanks for your reply. Also, it will be a whole year before I return to the linuxmint-help chatroom because some of the people angered and upset me as well as ignored me! So, that is why I have entered this chatroom to ask about NWipe and Wipe!! Thanks again. : ) [22:35] arooni: do you know http://www.tuxguitar.com.ar/ ? [22:36] is tuxguitar any good? [22:36] Staying here until I receive an answer and I might have to re-send my message. Thank you : ) [22:37] I know all the guitar amps emulators on win but never bothered trying any on linux [22:38] guest253: i don't really know, but it's appartenly similar to the application arooni tried to run, and it's free software (gpl2.1), so source code will be available which facilitates buulding it on newer ubuntu releases. [22:39] Hope that is okay with you? : ) [22:39] ok [22:40] berwyn: no one here will mind your presence unless you will ask support questions which are not about ubuntu. [22:42] Hey, I'm trying to use the latest docker image, but when I set up (python3 I think) a package using apt, tzdata feels like it needs to get user input and pause forever for picking a time zone. Can I make it not do this somehow? [22:43] tomreyn: Hi and thanks for your reply. Also, can you answer my "Does anyone know if Nwipe or Wipe is the correct program to completely wipe a hard drive or would I need to find an .iso of a wipe program to completely wipe a hard drive that, at the moment, has Linux Mint installed?" question? If you can or do then please reply soon. Thanks again : ) [22:44] berwyn: did you read what i wrote? [22:45] he is more like a bot than humanoid [22:45] tomreyn: cool ill look into it; i already have the guitarpro files. and bonus points for software from argentina one of my fave countries [22:46] oerheks, of course it's a test of an Ubuntu-based AI system [22:46] from github? [22:46] berwyn, you can just use shred. [22:47] to shred /dev/sda, it is just sudo shred /dev/sda [22:47] berwyn: you can use shred [22:47] tomreyn: Yes, I did. But thought I would ask you just incase you knew the answer. If you cannot then I will re-ask my question again soon! Thanks : ) [22:47] see the manpage or google for options if you want to make it behave in a specific way (number of passes, type of data written) [22:48] hggdh, + from live cd + 1 [22:48] berwyn: also: please give *at least* fifteen minutes before you re-ask a question. Re-asking more frequently is not nice. [22:49] hggdh and syb0rg: Hi and thanks for your reply. Also: Does or will shred completely wipe the hard drive? Answer or reply soon. Thanks again : ) [22:49] so apparently `yes 11 | apt install -y python3` still doesn't select the SystemV time [22:49] oerheks: yes, it is coreutils, any install will have it (including live) [22:49] also, I thought it was systemd [22:50] yes, berwyn. It will erase all data on the drive by overwriting it. [22:50] berwyn: whether i know the answer to your question is not relevant, you keep asking a question about linux mint, but we don't support this here. [22:50] berwyn: Yes it will. Please get details from the man page, or 'info shred' [22:51] and keep other channels like ##linux in mind for general linux questions (non ubuntu specific) [22:51] or mint's channel, as you keep being told [22:53] berwyn: it's really annoying to be told (as a volunteer) to "Answer or reply soon". You are making a request of other people's time, so be patient and if people want to answer they will. [22:54] I think this guy is a low key troll [22:54] It will be a whole year before I return to the linuxmint-help chatroom because some of the people angered and upset me as well as ignored me! [22:55] probably because you lack basic ettiquette, berwyn [22:56] berwyn: that's irrelevant here. please stick to *ubuntu* support topics. you have been told several teims [22:56] *times [22:56] I had no idea that trolls had keys. thats so cool [22:57] D-Wave [22:58] back to topic, please [23:01] hggdh and syb0rg: Hi and thank for all your replies. Also, another question: Is Shred available to download in a .deb or an .iso format because it is not available through the 2 software managers on or through Linux Mint? Or: Could I download it in a .deb format through the Terminal? Thanks : ) [23:01] berwyn, come on. Try ##linux [23:02] syb0rg: I have to enter the ##linux chatroom to ask that question? If Yes then: Why? : ) [23:02] berwyn, because your question is not about ubuntu. How many times do you need to be told this? [23:02] I am done talking to you now. [23:02] berwyn: shred is part of coreutils (which is, in general, automatically installed on ANY decent Linux distro. [23:03] berwyn: this is the Ubuntu support channel. If your question is not about Ubuntu, then this is the wrong channel. This has been explained to you some times already. [23:05] bye === wxl_ is now known as wxl [23:23] hggdh, nacc, syb0rg and tomreyn: I am now leaving this chatroom. Also, thanks for your replies and I might return 1 day, maybe! : ) [23:24] hggdh, nacc, syb0rg and tomreyn: I am now leaving this chatroom. Also, thanks for your replies and I might return 1 day, maybe! : ) [23:26] * oerheks shivvers [23:27] oerheks: Just before I leave: "shivvers"? :o [23:31] is it gone yet? [23:31] don't look at it and it might leave [23:32] folks... [23:33] I am waiting for oerheks to reply then I will leave. Thanks : ) [23:38] did something change with the Cheese webcam tool in recent Ubuntus? [23:38] my webcam used to work [23:38] now, while it still works with guvcview and qv4l2 [23:38] Cheese says "no device found" [23:38] it does work with a workaround [23:38] LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so cheese [23:38] I just wonder, why is this workaround necessary now, but not before? [23:45] oerheks: Just before I leave: "shivvers"? :o [23:49] All: On Kubuntu 16.04 LTS and cannot get my printer to install on CUPS. Are Pantum 2500 on USB and Brother MFC 7360N on the LAN. Downloaded the .deb files and installed but drivers never show in CUPS [23:49] Neither of the .deb installs produce the required .ppd file, but had installed correctly on 14.04 === fabricius1 is now known as fabricius [23:52] oerheks: Hello? : ) [23:52] berwyn: please stop [23:54] TBotNik: http://support.brother.com/g/b/downloadlist.aspx?c=us_ot&lang=en&prod=mfc7360n_all&os=128 lists a bunch of drivers. the first one is a script to install the second and third one. i'm using a different networked brother MFC which uses the same mechanisms apparently, and does show up on 16.04 (after configuring it there). [23:54] hggdh: Hi. Also, as I said earlier I am waiting for oerheks to reply then I will leave. Thanks : ) [23:55] !ops berwyn is a troll [23:56] TBotNik: try if you can get it listed on http://localhost:631 === fabricius1 is now known as fabricius [23:59] I'm trying to use the nvidia drivers on Ubuntu 18.04, with a nVidia GeForce GTX 860M via Optimus. Although `prime-select query` outputs `nvidia`, nvidia-smi fails with "NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running." I can't use CUDA as a result, and my graphics are being drawn with my Intel chip. How can I fix this?