[00:01] wasutton3_battle: ah, probably. will try, then. will get back here in 1x24 hours the latest and give everyone a heads up [00:01] thanks, by the way! [00:01] hoshimeguri, no worries! good luck, hope it all works out [00:05] hi [00:06] how can i make my ubuntu behave like a lan router [00:06] so my tv can connect to it [00:06] mattfly: you could go into networkmanager's GUI and set it to 'share' [00:07] what is one you suggest me? [00:07] pardon? [00:08] one gui thing you suggegst me man [00:08] wicd doesnt have share [00:08] networkmanager it's called [00:08] mattfly: don't know about GUI, but you can use iptables to configure that [00:09] iptables? [00:09] oh, and don't forget to use net.ipv4.ip forward=1 in your sysctl.conf [00:09] i just wanted my lan board to behave like a modem [00:09] that's the inbuilt firewall in Ubuntu [00:09] you will need at least 2 NICs though [00:15] wasutton3_battle: i just checked the backports thingy and ran sudo apt-get update in it. my software is apparently up-to-date :/ [00:15] *ran sudo apt-get update in my laptop [00:22] and it still crashed. :/ [00:23] first of all, i know this pentium isn't built to do all sorts of magic, but i feel that something is limiting its full potential. :/ [00:30] holdsworth: Crashing : a simple test is to boot up with the fall back graphic's driver to see if it is a graphic's issue causing the crash . [00:35] ls [00:35] woops [00:48] I figured out why most Ubuntu machines have more viruses than Ariana Grande's pussy [00:48] its because you can't install an effective antivirus program on Ubuntu - because it would remove your OS, seeing as how Ubuntu is a virus. [00:50] can we make Sigyn go away please? i want to mass ping [01:06] -AllHailAdolf:#ubuntu- Ubuntu has more virus problems than Ariana Grande's pussy cunt. [01:20] Hey guys, I have been trying for 2 weeks to install a rtl8812au USB Wifi Driver and NOTHING WORKS [01:21] then you're obviously doing something wrong [01:21] I need help please, I have tried so much. I get stuck at Make and Make install [01:25] @tatertotz Can you please help me? === brainwash_ is now known as brainwash [01:28] Bitters: in terminal> sudo apt install inxi pastebinit [01:28] Bitters: let me know when its done [01:30] Done [01:30] Bitters: in terminal> inxi -Fxxrzc0|pastebinit [01:30] Bitters: share url/link here..if you do not get a url/link...say so [01:30] http://paste.ubuntu.com/25704588/ [01:31] Bitters: in terminal> ubuntu-drivers devices|pastebinit [01:31] Bitters: share url/link here..if you do not get a url/link...say so [01:31] http://paste.ubuntu.com/25704595/ [01:33] @tatertotz http://paste.ubuntu.com/25704595/ [01:33] Bitters: in terminal> nmcli d s|pastebinit [01:33] Bitters: share url/link here..if you do not get a url/link...say so [01:33] You dont need to always add the second part [01:34] http://paste.ubuntu.com/25704600/ [01:35] it is REALLY annoying how an app I use all the time is not showing up in the dash [01:35] Bitters: is it a usb wlan adapter that you have obtained? yes or no [01:35] as a recently used app [01:36] the launcher is in ~/.local/share/applications [01:36] Yeah but not currently plugged in [01:36] oh wait there it is [01:36] never mind [01:36] bloop, if you have added it to the launcher it won't show up in the dash [01:37] Unless I should just get a new USB adaptor? [01:39] Bitters: in terminal> tail -f /var/log/syslog|tee ~/up.pir [01:39] Bitters: then plug in the usb wlan adapter [01:40] Want me to copy and paste in pastebin? [01:40] Bitters: no [01:40] OK [01:40] Bitters: open another terminal...don't touch the original terminal leave it be [01:41] ok [01:41] Bitters: in terminal> pastebinit ~/up.pir [01:41] Unable to read from: /home/jarred/up.pir [01:42] Bitters: in terminal> exit [01:42] Bitters: back to orig [01:42] Fixed it [01:42] http://paste.ubuntu.com/25704645/ [01:44] Bitters: in terminal> ubuntu-drivers devices|pastebinit [01:45] https://ubuntuforums.org/showthread.php?t=2373690 [01:45] Can anyone offer advice here? [01:45] http://paste.ubuntu.com/25704654/ [01:46] I can't get my screen bright, very frustrating... [01:46] Common Ubuntu/Linux problem though. [01:46] @code_ power settings m8 [01:47] Bitters: in terminal> lsusb -t|pastebinit [01:47] http://paste.ubuntu.com/25704667/ [01:48] Bitters: in terminal> inxi -Fxxrzc0|pastebinit [01:49] http://paste.ubuntu.com/25704676/ [01:49] Bitters: ideally the adapter will be seen here [01:50] Bitters: i'd get a different usb wlan adapter if i were you [01:51] Yeahh [01:51] Im trying to get it to work with Karma so im screwed [01:56] ioria you still here? [01:56] Bitters power settings? [01:58] Oh I see bitters, thanks it was a simple GUI fix. === KindTwo is now known as KindOne [01:59] Good call, just needed to switch off the fact it was trying to save battery life with the screen brightness. [02:00] Yeah code_ on 16.04 [02:39] I have am image file. I would like to find out where the same image file is located on my hard drive (possibly with a different filename) How can I do this? [02:40] fdupes if it's exactly the same file [02:40] otherwise that's a hard problem [02:41] I saw that but that does not let you specify the file, it just looks for every single file under a directory [02:41] I just want to look for a specific one that is a duplicate === mkv is now known as m4v === energizer1 is now known as energizer === r0Oter is now known as r00ter [04:22] Can someone here please help me understand why I get a permission denied error when I run: "sudo echo -e '#!/bin/bash\nxvfb-run -a --server-args="-screen 0, 1024x768x24" /usr/bin/wkhtmltopdf -q $*' > /usr/bin/wkhtmltopdf.sh", but if I first run "sudo -i" and get into a root shell, I can run the echo command and it works? [04:24] dshap: sudo can not pass the > boundry . for that one uses the 'tee' operator . [04:25] Bashing-om: Ahh, so the sudo works on the echo, but if the current user doesn't have permission to write to whatever comes after the ">", that's why it fails? [04:26] yes [04:26] bash opens the file before sudo is executed [04:28] got it [04:28] thank you! === rkta_ is now known as rkta === KindTwo is now known as KindOne [05:52] where can I get this library for ubuntu -> libmysqlclient_r [05:54] cart_man: this what you need? https://askubuntu.com/questions/772024/cannot-compile-qt-5-6-0-mysql-plugin-in-ubuntu-16-04-lts-64bit/772250#772250 [06:04] lotuspsychje That was exactly it..but when I compile the files are never generated ? [06:06] not sure cart_man, perhaps share the whole story what your trying to do? [06:07] lotuspsychje : Well I am just trying to build the stupid QMYSQL driver for Qt5.7 on ubunut but that just seems impossible.. after several hours of trying I get Qt to compile but the files are never generated. The .dlls are just missing [06:07] cart_man: i think its reccomended to stick to ubuntu packages from repo, instead of compiling your own as first [06:08] cart_man: also stick to packages meant for your ubuntu version, to avoid problems [06:08] lotuspsychje Yes but there is no QMYSQL lib package :( [06:09] sounds like you're still trying to install things outside of ubuntu [06:09] !info libqt5sql5-mysql [06:09] libqt5sql5-mysql (source: qtbase-opensource-src): Qt 5 MySQL database driver. In component universe, is optional. Version 5.7.1+dfsg-2ubuntu4~1.17.04.1 (zesty), package size 45 kB, installed size 225 kB [06:10] not the expert myself, can this help? === Roey is now known as cutebuttroey === cutebuttroey is now known as Roey [06:16] cart_man: you can apt-cache search ubuntu packages in the repos for your own system [06:19] apt-file can also come in handy to search for files inside packages in the repos [07:48] Hi [07:59] hey guys... I don't receive my ubuntu.com emails, anyone knows who is responsible? [07:59] or can help [07:59] I've sent an email to rt to but no replies yet [07:59] let me test myself, MehdiHassanpour , brb [08:01] MehdiHassanpour, hmm, it is on your side, i just recieves fine [08:01] c/recieved [08:01] ty [08:01] I've checked everything and have not changed anything these days.. [08:02] and unfortunately am waiting for some important email :'( [08:03] the relay works, so i guess there is a provider or routing issue [08:03] I can send emails but don't receive [08:04] can you send an email to me? mehdi AT ubuntu [08:07] send. [08:07] thanks [08:07] no errors back, sofar [08:08] Is there any special setting to receive emails in gmail? [08:08] The last one I've received is on Oct. 3rd === KindTwo is now known as KindOne [08:09] No, that all should be handled by google. maybe there is a block if you are in Iran now? can you send me one back ? [08:11] yes, I'm in Iran but receive emails in gmail... the only problem is with ubuntu.com emails [08:11] sure, is your username same? === funabash1 is now known as funabashi [08:12] MehdiHassanpour, yes [08:12] ok [08:13] sent [08:14] recieved. [08:14] I just have problem with receiving... [08:15] bottom line on https://wiki.ubuntu.com/Membership, try mail to ubuntu-membership-boards@lists.ubuntu.com === brainwash_ is now known as brainwash [08:19] Hi, how I update from 14.04 to 16.04 using terminal commands? Because I try and my user password not work anymore. [08:20] after upgrade [08:21] time to reset your password perhaps? [08:21] !password [08:21] Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords [08:21] sudo do-release-upgrade [08:21] but that won't get your password back [08:22] yeah, you need it with sudo [08:22] But why the password not work anymore? [08:22] we don't have enough information to determine the answer [08:22] after upgrade [08:22] https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts [08:23] That is not logical. [08:23] oh, do you have a DO instance? [08:23] I know! [08:23] nop [08:23] i just do some of those [08:23] oke, bare metal. [08:25] memcstat --servers=localhost 11211 | grep bytes bytes_read: 276 bytes_written: 12721 limit_maxbytes: 67108864 hash_bytes: 524288 bytes: 0 [08:25] i want the result to have only bytes: 0 [08:25] do-release-upgrade right now [08:25] how can i write my grep commdn [08:27] litt, you crossposted, see the other channel [08:28] oerheks, │ Disable SSH password authentication for root? │ [08:28] [08:28] yes or no? [08:28] oerheks: sure [08:28] Sayona, i would not, if you want to keep ssh access [08:29] thanks === Hitechcg_ is now known as Hitechcg [08:33] hey guys, im trying to mount a windows network drive, when i do 'sudo mount -a' i get this in return "Couldn't chdir to /media/share: No such file or directory" even though i created this directory [08:34] any thoughts why it says it doesnt exist? [08:37] * Smokie nm, solved that by adding the full path to the folder i created but now facing another error hehehe [08:47] Hello [08:47] hi [08:47] Do you like tamtam ? [08:48] hi guys, my usb pen doesn't work anymore, any idea? when i put it in my pc gparted crashes [08:48] it's sdc1 [08:48] Do you ever try to connect it? [08:48] ubuntu can't mount it [08:48] calimero_82: do you see any errors in `dmesg`? [08:49] i write dmesg in terminal? [08:49] Connect it into the USB port. [08:49] Yes [08:49] yes there are [08:50] Use fdisk. Gparted is a shit. [08:50] Terminal apps are the best. [08:50] .. fud [08:50] what should i do? it's sdc1 [08:50] Gparted is fine, test that usb device on an other machine, calimero_82 [08:51] dmesg will tell you if you get read/write errors, in which case you need to throw away the stick [08:51] when i try to mount it : mount: wrong fs type, bad option, bad superblock on /dev/sdc1, [08:51] missing codepage or helper program, or other error [08:52] Have you ever tried a good Linux distribution? [08:52] i use xubuntu [08:52] It's a good Linux distribution. [08:53] can i recovìver data or it's lost? [08:54] Do you have data into your usb pen ? [08:54] If you actually reply... [08:54] You didn't run dmesg yet [08:54] Hello mr_penguin_ [08:54] Hi ! [08:54] yes loodoons_ [08:54] How can I help ? [08:55] calimero_82, please answer alkisg [08:55] alkisg, i've done it, i post the messages in paste? [08:55] Type dsmeg and post a bpaste [08:55] OK [08:56] does it work ? [08:57] mr_penguin_ Is not a penguin I think. [08:57] http://paste.ubuntu.com/25706194/ [08:57] Grep your result. [08:57] line 714, the error is here [08:57] hi mr_penguin_ my usb pen doesn't work [08:58] calimero_82: do you need to save any data, or can you just format it? [08:58] I'm joking [08:58] calimero_82, so what partitiontype is on that sdc1 ? [08:58] you have to install the lib [08:58] Install libglibmm [08:58] you are right loodoons [08:58] alkisg, i want to save [08:59] i think ext4, i don't remeber good [08:59] calimero_82: what's the output of `sudo parted -l /dev/sdc` ? [09:00] sdc' or sdc1 i must write? [09:00] Is it a usb key or a pen ? [09:00] Or twice. [09:00] calimero_82: sdc [09:00] it's a usb where i put my mini flashcard,8gb [09:00] sdc is the device which has that partition table. sdc1 is the first partition. [09:01] OK. It's a simple usb disk. [09:01] Have you ever tried doudou linux ? It's an ubuntu based. [09:02] loodoons_, offtopic here, and not helpfull at all [09:02] ban loodoons [09:02] https://paste.ubuntu.com/25706212/ [09:02] so it looks like a corrupt partition, calimero_82 [09:02] calimero_82: ok, it's a fat file system. Try to mount it: sudo mount /dev/sdc1 /mnt [09:03] fsck.vfat -r /dev/sdc1 [09:03] If you want calimero_82 I can speak Italian. [09:04] what should i do? [09:04] loodoons_, stop beiing annoying [09:04] Run the command that oerheks said, with sudo in front [09:04] i've done sudo mount /dev/sdc1 /mnt, nothing [09:05] Then check in /mnt [09:05] If it showed nothing, it mounted [09:05] systemctl stop annoying [09:05] Open the /mnt directory with nautilus [09:05] *whatever xubuntu has for file manager [09:05] loodoons_: this channel is for support, for chat please use #ubuntu-offtopic [09:05] fsck.fat 3.0.28 (2015-05-16) [09:05] 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. [09:05] 1) Remove dirty bit [09:05] 2) No action [09:05] ? [09:05] what should i do? [09:06] calimero_82: don't run fsck without unmounting first [09:06] Press Ctrl+C to cancel it [09:06] Then go to the file manager [09:06] And check the /mnt directory [09:06] If you see files there, back them up [09:07] impossibile open mnt folder [09:08] calimero_82: what's the output of this command? sudo ls /mnt [09:08] Does it show files? [09:09] yes alkisg , my files [09:10] calimero_82: ok, now run this command with sudo: umount /mnt [09:10] and this command *without sudo*, as the user: udisksctl mount -b /dev/sdc1 [09:10] Then go to the /media folder with the file manager [09:10] Your files should be there [09:11] Back them up... [09:12] hi [09:12] is there any way to figure out if I have any traffic on a certain post on localhost? [09:12] certain port* [09:13] Hello. I'm trying to write to a file only the last output of ~ifstat~, but when using "ifstat -i ppp0 -b -n | awk 'NR>2 {print $1}' >> tail -n 1 download.db", download.db gets appended, not overwritten with the last output of ifstat. Is there any workaround to write only the last output of ifstat to a file ? Thank you. [09:13] alkisg, there aren't [09:13] Quatroking: some google page about it: https://tournasdimitrios1.wordpress.com/2011/01/20/iftop-monitor-and-analyze-your-network-traffic-on-linux/ [09:14] calimero_82: what's the output of this command? mount | grep sdc1 [09:14] calimero_82: it should be /media/username/stickname [09:15] nothing [09:15] calimero_82: did you see any errors when you ran the udisksctl command? [09:16] alkisg, yes [09:16] Well, why didn't you mention them? :) [09:16] http://paste.ubuntu.com/25706256/ [09:17] can i copy the data of this pen and format it? [09:17] calimero_82: it appears to be a hybrid partition table, vfat/cdrom file system, that's what is confusing the software [09:17] so can i resolve? [09:18] can we copy the data in my pc and theen format the pen? [09:19] * [09:19] *then [09:19] calimero_82: yes, run those commands: sudo -i [09:19] mount /dev/sdc1 /mnt; mkdir /tmp/files; cp -a /mnt /tmp/files/; chown -R $SUDO_USER:$SUDO_USER /tmp/files; [09:19] Then open the file manager and go to /tmp/files, and move them elsewhere [09:20] ok one moment [09:20] When you're done with the backup, you should umount, clear the partition table with dd, and then use gparted; ask me again [09:22] alkisg, after the command sudo -i, "mount /dev/sdc1 /mnt; mkdir /tmp/files; cp -a /mnt /tmp/files/; chown -R $SUDO_USER:$SUDO_USER /tmp/files" without the ";" ? [09:24] calimero_82: the last ";" doesn't matter if it's there or not [09:24] You can also use enters and give the commands one after one instead of using ; and putting them all in one line [09:25] alkisg, it gives me erros [09:25] errors [09:25] If it's 1-2 lines, paste them here. For more, upload them to pastebin... as usual [09:26] http://paste.ubuntu.com/25706326/ [09:26] calimero_82: this means that the file system is corrupted. Backup the files that you can, then if you want you can try to repair it with fsck and then try to backup one more time [09:27] alkisg, i must be root to enter in the tmp files? [09:28] i don't have nautilus [09:28] Why do you want to enter there? cp will copy the files it can [09:29] calimero_82: also, does `dmesg` now show errors? [09:29] Maybe the hardware is bad as well as the file system... [09:31] alkisg, i 've done sudo thunar(my file manager) and i m moving these files [09:32] If the hardware is bad, you can't really run fsck, you would need to use "dd" first, and then fsck the copy, not the original... but that's too much trouble for songs etc, only use it if you have very valuable data that you don't have elsewhere [09:33] alkisg, i've copied, now i must write dmesg? [09:34] calimero_82: run it to see if there were hardware errors [09:34] If there were hardware errors, you need to throw away the stick [09:34] If not, then you can format it [09:34] * alkisg needs to go, good luck [09:35] yes a lot of errors [09:44] hi, I've got an SSD speed USB drive. This drive contains one partition which is a luks container. inside the container is a btrfs partition. This partition contains multiple subvolumes. One of this subvolumes is an ubuntu 17.04 and another subvolume a manjaro 17. While ubuntu works quite fast, in manjaro I experience deadlocks. I set the same sysctl vm options and also the same io scheduler. the difference in io performance still persists. any idea [09:44] why? [09:45] RalphBa: if you experience deadlocks in manjaro, i suggest you contact manjaro support [09:50] Hi Can you please tell me how to simulate control+a key in bash file [09:50] ? [09:50] I only have access to server using ssh [09:52] xmrpooler_iphone: probably ask in #bash [09:52] Oh sorry === jackNemrod_ is now known as jackNemrod [10:28] I would like to install this http://www.sachingevariya.com/2013/10/how-to-install-imagemagick-in-ubuntu.html to an user say *deployer*. How can I do that from root user profile? I forgot the password of the user deployer [10:29] you don't do it from root [10:29] hi ppl i have a q about bbkeys [10:30] arup_r: just use the imagemagick package from the ubuntu repos [10:30] ikonia: ok but I get error. can u give me the link? [10:30] can anybody help me bbkeys searching for ttf-bitstream i have them in .fonts [10:30] arup_r: use your non-privileged user and the sudo command [10:30] arup_r: what error [10:30] i make fc-cache -fv but nothing [10:31] no error. sorry. it is asking password to install. [10:31] arup_r: the password is your user password [10:31] yes I forgot that :( [10:31] how are you logged in then ? [10:31] through ssh [10:32] right and that is the password [10:32] the password you used to login [10:32] no. we have some ssh key forwarding to get in there [10:32] we don't have password [10:32] talk to your sysadmin then to reset the password [10:56] I can't seem to locate a .pem identityfile in the terminal, it always says no such file or directory. Even if I drag the file from nautilus into terminal so that its filepath automatically appears, hitting return also says "no such file or directory". [10:56] I want to point to it for an rsync operation I'm trying to do. === nzoueidi_ is now known as nzoueidi === KindTwo is now known as KindOne [11:03] multifractal: every file you see in nautilus can be found in the terminal. which command are you trying to run? [11:03] sorry disregard, it was my mistake. my terminal session was sshed into a different machine at the time; that's why local files couldn't be located. [11:08] multifractal, lol that's happened to me before [11:08] i've actually rebooted a server once when i was trying to reboot my laptop :/ [11:08] dah85: uh-oh! [11:09] yeah... luckily it was my server and wasn't doing anything critical at the time [11:52] is ubuntu already using gnome? [11:52] if not when is tha expected to happen === KindTwo is now known as KindOne [11:53] Elodin: 17.10 will be [11:53] when is the launch? [11:53] !17.10 [11:53] Ubuntu 17.10 (Artful Aardvark) will be the 27th release of Ubuntu. It is due to be released in October 2017. Discussion in #ubuntu+1 [11:53] ok [11:53] thanks [11:53] ususllay releases are towards the end of the release month [11:56] unity will be available, https://launchpad.net/ubuntu/artful/+source/unity [12:18] hello [12:23] Howdy all [12:48] Can I dual-boot Ubuntu and Windows 10 on a non-UEFI system when giving all of them their own hard drive? [12:50] fsvehla: sure [12:50] Where are you having issues with that? [12:51] I don’t see why not since I wouldn’t touch Windows’ disk’s MBR since I’ll choose the disk in BIOS menu [12:51] Just wanting to make sure, will try on a VM first :) [12:51] If you select the ubuntu drive in bios, you'll even be able to boot to windows via grub too, without going again to bios [12:51] Just make sure to select the correct drive for grub when installing ubuntu [12:51] I dimly remember some old knowledge about having to have the MBR on the first disk, but that might have been 1998 knowledge [12:52] That's old windows restriction [12:52] Not old linux restriction [12:57] fsvehla, just remember to install windows first if you decide to do a dual boot, then install ubuntu afterwards and you won't have any grub problems [13:31] Hello, does anyone know what’s wrong with my systemd service? https://unix.stackexchange.com/questions/396519/systemd-service-to-run-a-script-when-a-usb-hdd-is-plugged-in [13:37] koichirose: can you run "fuser -v -m /media/koichirose/4tb" when the disk is mounted at "/media/koichirose/4tb1" ? [13:38] hi akik, sure one moment [13:39] so, right now I have the situation described on stack exchange [13:39] koichirose: well. scratch that. it doesn't work as i thought. maybe lsof can tell if there's a process active in the mount point [13:39] akik: fuser outputs pretty much every running process on my system [13:40] lsof: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs [13:40] Where does gnome-terminal store its profile settings, such as font size, text color, and window transparency? [13:42] ecdhe, /org/gnome/terminal/legacy/profiles > https://askubuntu.com/questions/774394/wheres-the-gnome-terminal-config-file-located [13:45] Thanks oerheks! === SimonNL is now known as SimonNL_Afk [13:47] ecdhe, have fun! [13:54] my linux box has started spontaneously rebooting sometimes. What is a good way to diagnose why? [13:55] lesshaste, wait for responce in ##linux, don't crosspost please [13:55] oerheks,k === CatKiller_ is now known as CatKiller [14:15] can someone please tell me what is happening? I'm trying to open pdf files and this is what I'm getting: "File type Microsoft Help Attribute Definition File (application/octet-stream) is not supported" [14:15] they all have .pdf extension [14:19] hi hi, trying to reformat a 16gb usb stick [14:19] i can see it on disks [14:19] i wondering if there is any default program I can use for this, I don't have internet on my laptop [14:19] windows didn't work for this [14:20] hosas: pdfinfo file.pdf , the last line is the pdf version [14:20] pavlos: ok [14:20] it's got 2 partitions atm, and 13gb free space [14:21] idk when I made this D: [14:21] Hi. I have connected a USB head set with Microphone. How do I use the commandline to switch output from my speakers to that, so I can play games with it? [14:22] xuumno, is this a U3 usbstick? [14:22] I can't seem to do it in alsamixer. All the sound levels are enabled and throttled properly. The Headset hardware volume is at 50% like my speaker, so I should hear something but I don't hear anything. [14:23] sandisk cruzer blade [14:23] xuumno, you can tell, when you insert it, an cd-rom icon appears too.. virtual cd with software [14:24] it's got some sort of boot on one of the partitions [14:25] pavlos: I'm getting this: https://pastebin.com/cfJkv7Ca [14:25] it's archlinux [14:26] xuumno, just unmount the usb, and format it? [14:26] hosas: try saving the file and then pdfinfo/open it. You may have a corrupted file [14:26] aha [14:27] could not unmount [14:28] pavlos: I suspect so I actually downloaded them so it's possible it's network corruption. Thanks [14:29] oerheks what's a U3 usb stick? [14:30] How can I get a printer status,queue, etc. thing at the right-hand side of panel? [14:30] I mean the same area that shows the updates indicator... [14:30] hosas: ok, d/l a sample pdf (http://che.org.il/wp-content/uploads/2016/12/pdf-sample.pdf) to make sure your system handles it properly [14:31] U3 is a virtual cdrom program that gives portable software. but if you claim you made the arch usb yourself, it is not there. [14:31] I have added new SSD to my server and I set it up as LVM and extend my current LVM size using `lvmextend -L2+2T /dev/HOSTNAME/root` , everything is correct and working fine, I just have a question, should I edit my fstab for restarting server? or after restarting it will be ok ? how can I be sure everything goes ok before restarting ? [14:31] pavlos: ok [14:32] i thought so [14:33] pavlos: it opened it without any issue. so it most be corruption, I suppose [14:33] hosas: ok [14:33] pavlos: thanks for your time [14:34] hosas: np [14:43] hello, everyone [14:44] hi pchangl [14:44] maziar: with the default lvm configuration (unmodified /etc/lvm/lvm.conf) all accessible block devices are automatically scanned for PV signatures during startup, and PVs + VGs + LVs are automatically assembled. [14:45] maziar: your question suggests that you may not be that comfortable with the concepts of PVs, VGs and LVs, yet, and it might be good to read up on it more sometime for the possible situation that you need to recover it in the future. [14:47] maziar: fstab is about file systems, which LVM is not about, but logival volumes (LV) may provide access to file systems stored on them. so if you added new file systems you will need to modify fstab. if you just increased the size of an existing file system without modifying its UUID then no change to fstab is needed. [14:53] which partion table should I use msdos, or GPT? [14:55] xuumno, both are valid now, with GPT you can have more than 4 primairy partitions.. [14:55] would it work with windows too? [14:55] i have never seen an usb stick with more than 4 partitions... sure, windows uses it too [14:56] ffs [14:57] so i delete all partitions on ubuntu, reformat it [14:57] and when I plug it into windows, it displays as still not all together [14:58] tomreyn thank you a lot my friends === kostkon_ is now known as kostkon === xuumno is now known as PhantomDruid === SimonNL_Afk is now known as SimonNL [15:04] Hello, when i type 'prime-select (or prime-switch) nvidia' it says it cant becaus eit doesnt have root privilege, how do i give it root privilege [15:04] (in shell) [15:05] try sudo prime-select [15:09] . [15:14] Is there an app to create an image of my entire system? [15:14] I mean, an installable image. [15:15] you mean like clonezilla? [15:15] I know it would make for a large image, but I have a storage media that will hold it. [15:15] Clonezilla might do it. [15:15] Hello, when i type 'prime-select (or prime-switch) nvidia' it says it cant becaus eit doesnt have root privilege, how do i give it root privilege === SimonNL is now known as SimonNL_Afk [15:16] !sudo [15:16] sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo === yanome is now known as yn [15:18] thanks for that [15:18] also, when i shutdown/restart, it freezes when the first or secoind dot changes 2 on the shutdown screen [15:19] anyone knows how to play DAV files? [15:20] gebbione: run the 'file' command against your DAV file [15:21] $ file 23.51.20-23.51.57\[M\]\[0@0\]\[0\].dav [15:21] 23.51.20-23.51.57[M][0@0][0].dav: data [15:21] they are video files [15:21] https://ubuntuforums.org/showthread.php?t=2339337 [15:21] but i cannot find a way to open it on ubuntu [15:23] gebbione: it seems to be a proprietary format, try to convert it first. https://stackoverflow.com/questions/32827539/ffmpeg-conversion-dav-to-any-video-files [15:24] converting them sux :) such a pain when companies go proprietary ... they also have built a control panel where they disabled copy and paste ... as if it helps with security [15:24] gebbione: actually, i missed the second answer there, it doesn't seem to be supported [15:24] so no password manager works :/ [15:26] sure passwordmanager work. [15:33] when i shutdown/restart, it freezes when the first or secoind dot changes 2 on the shutdown screen [15:36] I managed to f*** my server up by doing chmod 0777 on /r. I have fixed MOST of it, and have su access again. But i need to copy some files over network, but network doesnt work anymore. ifconfig says the correct ip, netmask and gateway. But it says host unreachable when i ping something. Anyone have any ideas at all? [15:36] gebbione: there are some windows programs listed, try one of them in wine? - https://file.org/extension/dav [15:37] rightnow: /r - do you mean / ? [15:37] yes [15:37] typo [15:37] chmod -R on / [15:37] I just need to get network going somehow [15:38] when i try shutdown/restart, my system freezes on the shutdown screen, usually the loading dots only get to 2 [15:42] rightnow: sounds like the interface does not get raised properly, do you get any errors when you try to bounce it? [15:43] how do i bounce it? [15:43] which release is this, and how do you configure your network? [15:44] 16.04 static ip [15:44] if i remove the cable it detects it fine [15:44] i can also ping local ip, but not other servers or default gw [15:44] yes, but /e/n/i or network manager? [15:45] gebbione: i'd try wine + http://www.bahamassecurity.com/cctv-software/dahua-avi-convert.asp - there is also VC++ source code there which means that it should be possible to build it on linux. it dpeends on a so-called "PlaySDK" which is also available for linux http://www1.dahuasecurity.com/download_3.html [15:46] ducasse: im sorry, i dont know. im such a n00b. i just used the default in ubuntu server [15:46] ducasse, yes i thought of wine but i was hoping for a codec. tomreyn thanks for those links [15:47] i set the ip, netmask with ifconfig and route add the gateway [15:48] rightnow: are you sitting at the console or connected via ssh? [15:48] gebbione: the SDK contains C++ code examples to convert, too. still it's all proprietary and the needed libs (.so) are available as bytecode only. [15:48] people are evil tomreyn :) [15:48] rightnow: no, right - no connection :) [15:49] rightnow: look in /etc/network/interfaces - is your setup there? [15:49] im sitting at the console yes [15:49] :D [15:49] auto lo iface lo inet loopback [15:49] is that it? [15:50] yes [15:50] 2 lines [15:52] the default for server would be to setup the interface in that file, so not sure where your interface is saved. try 'nmcli dev sh' - does that show your interface? === KindTwo is now known as KindOne [15:54] gebbione: GPL software "tanidvr" (written in C) states it can covert D(H)AV file format (to matroshka / MKV) [15:56] i need to run, sorry. quickest and easiest might be to just use a live usb and copy stuff from there, or you could try 'systemctl restart networking' first. could also try a reboot, but it might not come back up. [15:58] Hi everyone, my question, how to update a package to it's latest available version. I'm using ubuntu 12 I want gcc latest version 7.x, but the latest I can get using apt-get upgrade is gcc version 4 or 5. [15:58] xtron: ubuntu 12.04 and 12.10 are eol [15:59] !eol [15:59] 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:59] ducasse: 12.04 lts [15:59] yes, it's eol - dead and unsupported [16:00] ducasse: but even if I've the 17.x LTS ubuntu. PPA don't give me the latest version [16:00] !latest | xtron [16:00] xtron: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [16:01] xtron: and there is no 17.x lts [16:01] xtron, wait a few days for 17.10, artful will have gcc7 https://launchpad.net/ubuntu/+source/gcc-7 [16:02] ducasse: 17.04 is available [16:02] but not lts [16:02] but not with gcc7 [16:03] ducasse: but question is generic. there must be some method [16:03] wait 10 days, and 17.10 will be released [16:04] I know one method to explicitly download the package but I want the default update. [16:04] xtron: the answer is to upgrade to a supported release that has the software you need [16:04] anything other than that is unsupported [16:04] " but I want the default update." [16:06] there is no default update, gcc7 appears in the next 17.10 [16:07] oerheks: Hope so, here arch linux is best for giving you latest packages [16:07] xtron: you can see the official gcc versions on each Ubuntu release in https://packages.ubuntu.com/gcc [16:08] Ubuntu isn't a rolling release [16:08] alkisg: I know but question was why ubuntu place outdate packages in repo and how to fix this... [16:08] They are stable versions at the time of release [16:09] Then they are not updated because people want them stable [16:09] That's what "not rolling release" means [16:09] We really want it that way [16:10] Anyone have the magic sauce for scaling at 1.5 on Gnome or it's not possible? (not directly related to Ubuntu, I confess...) [16:10] alkisg: that's may be not true. I know many bug fix in gcc after 4.4 and hardware support additions [16:11] xtron: bug fixes are ported as part of the "SRU" process [16:11] !sru [16:11] Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [16:11] xtron, now you are offtopic, as 12.04 is EOl. btw ubuntu may not always have the newest packages, but security updates are backported. === Menzie607 is now known as Menzador [16:14] ubottu, oerheks: OK OK, on high demand I admit that ubuntu do everything perfectly :) [16:14] xtron: I am only a bot, please don't think I'm intelligent :) [16:15] xtron: ubottu is a bot that takes notes. We ask it to tell stuff to users instead of re-typing it ourselves all the time. [16:16] It's just one way to do things. Rolling releases is another way. [16:16] alkisg: nice joke [16:16] And users select the way that suits them... [16:17] ducasse: maybe i have deleted the configuration somehow? how would that look like [16:18] ked11 [16:19] ducasse: ive added eno1 dhcp in it to see what happens [16:22] ducasse: it just says network unavailable [16:22] unreachable sorry [16:33] hello, what this line do? restorecon -r /var/www/html [16:45] ghost-287: In what context? [16:45] Hi all, with my new hp server I have problems with the e-mail notification (trapemail is set in cma.conf) of hp-snmp-agent. has someone her experience with it? [16:45] I use ubuntu 16.04 === SimonNL_Afk is now known as SimonNL [16:52] markus_e92: perhaps #ubuntu-server can help that? === crtcji1 is now known as crtcji [16:55] Hello, i was wondering if someone could help with garry's mod, since i installed ubuntu, when i join a server, the game crashes with no message... [16:55] jhutchins_wk, i want to run dvwa on my ubuntu but i got an error (403 forbidden , i searched on google and i found this : https://www.centos.org/forums/viewtopic.php?t=6834 [16:56] so before trying that command i want to knew exactly what it do :) [16:59] Cat_BPRM: there's a nice channel for linux gaming @ #gamingonlinux [17:01] ghost-287: Read the third response to the original post. [17:02] ghost-287: You should also read sme of the centos documentation on selinux. === energizer1 is now known as energizer === juboxi is now known as jubo2 [17:29] my 'do-release-upgrade' failed due to a full /boot [17:29] how can i pick up where it crashed after cleaning up old kernels? [17:30] Hello, when i try join a gmod server on ubuntu 16.04, it crashes before sending client info with no dialogue box [17:30] hi is there any way to block specified irc networks for some shell accounts? [17:30] wrong server [17:30] ugh [17:32] zamba: Most depends on how far the upgrade process got . What now is the source.lost ? Pastebin ' cat -n /etc/apt/sources.list ' . See what we have to work from . === juboxi is now known as jubo2 [17:35] !freenode | musti for irc help general [17:35] musti for irc help general: freenode is the IRC network that you're on! - See http://freenode.net/project - - freenode has policies that govern how people should use the network which can be read at http://freenode.net/policies - The Ubuntuchannels on freenode also have their own !Guidelines [17:37] i mean i want to block some ircnetworks in my ubuntu server [17:38] and how can i do that [17:39] musti: ubuntu server with what purpose exactly? you run an ircd? [17:41] !details | musti [17:41] musti: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. === Chinesium is now known as X230t [17:44] musti: maybe you could block the ip address using iptables, otherwise see the irc client your using [17:44] ok letme explain you step by step: i have ubuntu server and i gave u a shell account,but i want to block your irc connections to specific irc network ( for example dalnet) [17:45] but i just want to block only your shell if i use ufw ( iptables ) i ll block all users right? [17:45] eric^^ nice to see u already [17:51] musti: correct [18:00] zamba: You still with us ? [18:00] Bashing-om: yeah, i got it working :) [18:00] Bashing-om: i just did apt upgrade/full-upgrade/dist-upgrade [18:00] and nothing was left [18:01] zamba: ' lsb_release -a ' shows what release ? [18:06] musti: I think you can block the full irc usage but not a specific irc network [18:07] yeah thx pavlos i think so [18:10] <_grischa> hello, i have trouble to mount a partition on ubuntu. http://dpaste.com/0RG9W1A [18:11] _grischa: what filesystem is it supposed to be? [18:11] <_grischa> ntfs [18:15] _grischa: sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sdb4 /mnt [18:18] <_grischa> pavlos: i get the same error code http://dpaste.com/2YVWGVZ [18:20] _grischa: Show us then what you are working with : pastebin ' sudo parted -l ' . [18:23] <_grischa> Bashing-om: here it is http://dpaste.com/2E74NBK [18:25] _grischa: sdb has 2 partitions, why do you reference sdb4 ? [18:26] _grischa: The NTFS file system on the second hard drive is in the sencond partition - sdb2 . [18:27] exactly, trying to mount non existant partition [18:27] <_grischa> the diskus Graphic user interface and the filemanager showed me sdb4 for it [18:28] <_grischa> this does show up when i try to mount sdb2: http://dpaste.com/1HQHEAT [18:30] why are you trying to mount a small boot partition? [18:30] sure youdont want to mount /dev/sdc2? [18:32] <_grischa> i try to mount a partion with all my media files on it. it does work without any Problems in Windows (Thats why it is ntfs) it should be this in the gui https://imgur.com/a/fAxKh [18:35] test [18:37] xtron_: test seen :) [18:37] what are you testing xtron_ [18:38] bashing-om: yeah, experimenting with nicks, joining tacting (how to make happy nickserv) :) [18:38] tactics* [18:39] cool im playing around with some scripts for irssi [18:39] xtron_: for testing there is the #test channel :) [18:40] <_grischa> so best solution go on windows, back up the entire file system, and make it new? [18:40] in that case i will quickly join that channel [18:40] bashing-om: Oh! [18:42] _grischa: No .. a reformat is not called for at this time . What is the end goal here ? to mount the NTFS partiin as on demand from terminal ? mount from the GUI as on demand ? Is that drive always connected ? Then we can discuss means and ways to do what you want . [18:42] Bashing-om: hello [18:43] croberts: Hey Hey ... still going round and around with the temp readouts ? [18:44] Bashing-om: I'll try to connect the mobo out of the case [18:44] as further test [18:44] it's a bit risky [18:45] <_grischa> It is an always connected harrddrive. i use it as storage for my music files, filmes, ebooks, etc. so i need it on a working wich i can acess from windows and ubuntu. I want to be able to mount it to listen to music, copy new stuff over there. Mounting it from gui would be great. [18:45] just also for trigger the power on (being not connected to the case) [18:45] *triggering [18:47] _grischa: Aways connected then it is recommended to automount the partitions from the " /etc/fstab " file . [18:47] Bashing-om: I thought to use a usb stick to boot a linux distro, instead of connecting hard disk , but linux doesn'tmsupport thermal sensor for monitoring temperatures, so I'll had to connect the hard disk (with Windows 10) [18:48] *I'll have to [18:48] <_grischa> Bashing-om: sounds good, howe can i dow it? [18:49] Bashing-om, i think _grischa is trying to mount part of an ntfs dynamic volume [18:51] bcowan: _grischa :: Ouch .. LVM is not in my tool box in that event . [18:53] Bashing-om: if it's a windows dynamic volume, then lvm isn't going to help anyway - at least not ttbomk [18:53] i can't connect to a network on Lubuntu - the networks working ( i'm using other things on it ) and i'm not sure what to check. I've used the laptop in question on this network before [18:54] !info ldmtool [18:54] ldmtool (source: libldm): tool for managing Microsoft Windows dynamic disks. In component universe, is extra. Version 0.2.3-4ubuntu2 (zesty), package size 13 kB, installed size 39 kB [18:54] sorry for sending you a chat request [18:54] i didnt mean to [19:01] <_grischa> so how can i mount it? [19:01] !mount [19:01] mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount === JanC_ is now known as JanC [19:03] _grischa: Sorry, I do not have that "experience" to advise . [19:04] <_grischa> Bashing-om, Thank you anyway, gues i will try 'reset' the volume: delete and recreate [19:04] <_grischa> And thank you all who tried to help me :) [19:06] _grischa: As directed anove .. you need to learn what the file system overlay is " if it's a windows dynamic volume " or what . To know how to inter relate with it ( Windows proprietary, then linux will not ! ) [19:11] I try: sudo xorriso -as mkisofs -c isolinux/boot.cat -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o ../iso/$ISO_NAME.iso . and sudo dd if=$ISO_NAME.iso of=/dev/sdX bs=1M; sync. USB media dont boot? but virtualbox iso boot :-( [19:12] i386 iso* [19:13] slipttees: to get an .iso you can just dd to a usb stick and boot, you need to make it a 'hybrid' iso [19:14] ducasse: humm [19:14] ducasse: u can help with command? [19:15] nope, not done that myself in ages. [19:16] ducasse: okay :-( [19:16] Can I report a packaging error here? [19:17] AnimalFarmPig: if you would like to report a bug, use either apport or launchpad, please [19:17] the mysql-client package in 16.04 ships with the utility "innotop", but innotop is not actually usable unless one also installs libdbi-perl and libterm-readkey-perl [19:18] meh, won't bother then, thanks! [19:18] !bug [19:18] If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [19:18] oh, neat [19:22] !ubuntu-bug mysql-client [19:22] hrmm... ohhhhhh [19:22] in my terminal, got it. Thanks! [19:23] https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1587710 [19:23] Launchpad bug 1587710 in mysql-5.7 (Ubuntu) "innotop fails to run on xenial" [High,Won't fix] [19:24] AnimalFarmPig, note 'won't fix' [19:24] huh, interesting. The bug is just missing dependencies on the package [19:24] yep [19:25] fair enough to move it out to a separate package, then dependencies can be sorted on it. mysql-client isn't where I expected to find it. [19:27] oops, nevermind, not just missing deps... [19:48] hi in nautilus i want to avoid the change of permission mode when copy a file...its like use cp -p or cp -a when copy files ...that preserver time and perms mode... exits a way to avoid that and works like a single 'cp' ? [19:48] an optioon ..or something [19:49] anyone know if it is possible to enable adaptive vsync on nvidia drivers for linux? [19:49] I'm having screen tearing issues [19:52] asynec: See if : https://ubuntuforums.org/showthread.php?t=2365449 is of help . [19:52] section1, you could probably create your own nautilus script that does that very thing, i.e. runs cp on the selected file, or something along those lines [19:53] section1, this wiki page will get you started https://help.ubuntu.com/community/NautilusScriptsHowto [19:54] yeah its not for one computer... we have a lot of workstations...i was expecting an option to avoid to preserve times and perms. [19:54] i will check it. [19:57] section1, there's probably a more low-level way to accomplish that for sure [19:58] yeah i waas looking for a gconf option/command [19:59] but i can't find it [20:07] My google foo has failed me. How do I change the "theme?" for 17.10? My terminals are all bright burning white with black text and I'd like something a little less bright. [20:09] Bashing-on I'm not using Bumblebee / Optirun, so I don't think this is applicable. [20:10] its a desktop nvidia card [20:12] hello, i dont have apache2 installed but i get the apache2 default page when writing my internal ip or localhost :/ [20:20] asynec: I do not run your hardware; so I can not know . There are a couple of work-a-rounds involvong making up the xorg.conf file . Want to try ? [20:21] How do I use xclip to do this, I want to paste into this command "git clone x" where x is the place where I want the clipboard pasted. How do I do that? [20:24] sure, I'm open to trying anything Bashing-om [20:27] Am I right that it's 17.10 that ubuntu is switching to gnome [20:29] asynec: have a look : https://wiki.archlinux.org/index.php/NVIDIA#Avoid_tearing_with_GeForce_500.2F600.2F700.2F900_series_cards ; https://bugzilla.xfce.org/show_bug.cgi?id=11642#c23 . [20:29] bugzilla.xfce.org bug 11642 in General "Add opengl vsync support" [Normal,Resolved: duplicate] [20:35] bray90820: you are right [20:35] Do you think I should install 17.04 now or wait 10 days for 17.10? [20:36] bray90820: Personally .. with all the changes in the system - I am going to await the final to fresh install . [20:37] I am having a USB 3 error with OSX on my hackintosh so that's why I am switching [20:37] How do I change the theme for 17.10? I want white text on dark background terminals. [20:38] bray90820: I guess you can just install it now [20:38] Alright [20:38] We installed 17.10 on an Intel box and we can't get to the VT. It seems to switch, you can type blind but the video doesn't change ALT-7 take you back to the screen. We are also having problems with getting the display back after it goes to sleep. [20:38] I will prob end up installing it now [20:39] ctjctj: support for 17.10 is in #ubuntu+1 [20:39] Thank you Mitty ! [20:39] Gnome looks amazing is you install the Materia Theme ctjctj [20:39] its a Google Material Design theme. [20:39] looks sexy af [20:40] https://github.com/nana-4/materia-theme [20:40] full instructions there === X230t is now known as Chinesium === Chinesium is now known as X230t [21:45] hi how to install flash for chromium? [21:46] do i go to adobe page or is there one in repo? [21:49] iAmSlow: ' apt show adobe-flashplugin ' what you want ? [22:58] anyone know how crypttab works on ubuntu? [22:58] trying to make it open a remote luks header [23:04] While upgrading to Ubuntu 16.04 I was asked about some merge conflicts. I ignored them. I suspect config changes are the reason my services aren't starting (such as Apache2). Is there a way to go back and redo it? [23:04] Hi, I have upgraded my laptop to a wifi card that includes a bluetooth 4.0 module. My laptop already has a separate bletuooth module so I now have two bluetooth modules running. How can I tell which one is ubuntu actually using? I only see one bluetooth icon and no mention of multiple bluetooth modules anywhere [23:04] so instead of crypttab opening the container and the os, im stuck at initramfs console [23:05] arch linux wiki says i need to pass initmd hooks but does that work on ubuntu? [23:06] sorry systemd [23:10] kevc45: are assuming that both devices are not the same manufacturer for the bluetooth, if so you may be able to disable the bluetooth drive for your onboard or vise versa unless you intend on using both then you need to tell the bluetooth which device you want to use i can't remember but I 'm looking for more info [23:10] B10SPHERE: it's hfp you mean. [23:12] B10SPHERE: they're from different manufacturers. If I disable it in the bios, it disables both. [23:13] kevc45: Have you tried starting the services manually? Maybe they're just not enabled. I think 14.04 didn't use systemd, where as 16.04 does. [23:15] sorry about that [23:15] hfp: what you get when you do execute hcitool dev [23:17] I remeber doing it before you need to tell bluetooth which device you want to use and then restart your bluetooth but I can't find in the info, there was a bluetooth console someplace before also bluez-tools may have the tools you need todo what you want [23:19] B10SPHERE: hcitool dev shows Devices: and nothing else, no devices listed [23:19] oh ny bad they were off in ubuntu [23:19] so blank list [23:20] so yes in hcitool dev I see two separate devices [23:20] do you know which one of the two is which bluetooth antenna? [23:20] by the mac [23:20] I suspect hci0 is the built in and hci1 the wifi card but I dont know for sure === capella_ is now known as capella [23:21] nope the other way around if I check the oui database [23:21] hfp, do you have the option to select a device in your bluetooth settings? Select System Settings, then Bluetooth [23:22] kostkon: that's the thing, there is only one on/off siwtch there for all bluetooth devices [23:22] hfp, ok [23:25] do you have LED lights for bluetooth activity on either device? [23:27] hfp: this may help you get on the right track https://www.pcsuggest.com/linux-bluetooth-setup-hcitool-bluez/ [23:28] hfp: yes if you run bluetoothctl you should get something like [NEW] Controller B8:81:98:88:BD:27 [23:28] but you should see two of them hfp [23:29] you need to set your default device however I am not sure if you will stick on reboot if not you can use a .xprofile or session script to do it on startup or login of user. [23:30] either way it will allow you to pair with a specifice antenna to specific device that way without the applet manager.. not sure your technical skill but i'm sure you can get some help on here from someone. [23:30] yes I see both there [23:31] so you default one should be listed with its address... [23:31] I was thinking of pulling out the built in bt module altogether, it's a daugther card, but I'm worried I'll lose it. Ideally, I'd want to disable one permanently and keep the other one [23:31] sadly the default is the built in one, not the bt 4.0 one [23:31] unplug the wifi one and do the same scan with hcitool dev and you will know which one is which [23:32] I can tell with the mac address, one is intel (on the wifi card) one is hon hai china (built in one) [23:32] oh ok good then === energizer1 is now known as energizer [23:32] so just need to set the other one as default [23:32] and ideally disable the other one so it doesn't waste battery [23:35] hfp you can you use the help in the bluetoothctl and set default-agent [23:35] or power on off the device [23:36] i've gotta go maybe someone can take up where i left off otherwise I might be back today or tomorrow peace [23:37] hfp, if you can take out the card that would be the ideal solution [23:37] I guess it's the easiest. I'm sure I'll lost it and won't have it when I want to sell the laptop [23:38] I use coreboot now because lenovo thought it was a good idea to whitelist only a few ancient wifi cards. if I sell it I have to put the lenovo bios back and it won't take that upgarded wifi card [23:39] adrian_1908: Yes I have: https://hastebin.com/racugavivo.sh [23:39] https://gist.github.com/anonymous/ba687866b80f689ea7f1c094ea2e9d87 [23:40] hfp, you can always buy a replacement off ebay [23:41] I also have a /etc/apache2/apache2.conf.dpkg-dist (added from the upgrade I think) when I copy it to apache2.conf and start apache2, it works. But none of my settings are there. Hence why I want to find the merge thing again. === Menzador is now known as SonikkuAmerica === SonikkuAmerica is now known as Menzador [23:53] how do i change the wallpaper? [23:55] linda, by right-clicking on your desktop or via System Settings -> Appearance [23:55] kostkon, found it! Thank you. [23:55] linda, np