[02:27] hello [02:27] is there anyway to fix an icon that isn't showing right in the notification area? [05:57] can somebody share with me their /usr/share/X11/xkv/symbols/pc file? i trashed mine [06:06] pleeeeeease [06:07] sabrehagen, ask #ubuntu [06:07] ty === sinewav1 is now known as sinewav [13:17] Something is a little meesed up when working with dual monitors on latest Xubuntu. 16.04 was ok, but now it's a little bit harder to setup, might even involve a restart. I don't think this is Xubuntu related, maybe more to XFCE - Display app. Did anyone encounter issues with this ? [16:26] Does anybody know where I can find the documentation for Network Manager in xubuntu? [16:27] I want to create a new connection bonding device, using two wifi connections. Network manager has this functionality, it seems, but I can't find it in the official manual. [16:34] If you try to add a new connection in network manager, 'bond' is one of the choices. I can't believe that this isn't documented somewhere. Does network manager have a webpage? [16:40] Or is it some kind of secret information? [16:41] non-expert-xubun: it may be worth trying in channel #nm [16:42] thats the dedicated network manager channel. [16:43] or try here https://wiki.gnome.org/Projects/NetworkManager [16:43] Thanks. I am trying that. [17:14] There is no response on #nm [17:15] It's one of the functions in xubuntu and should be documented. [17:16] What I can find, as options: 1) wait on irc, or 2) join the nm developer mailing list. Incredible. [18:29] So I went over to #nm and asked, but they don't have any documentation of connection bonding that is tailored to Ubuntu, only Red Hat. So - if I understand this correctly, Ubuntu, including Xubuntu, has a functionality in the graphical Network Manager which is not documented anywhere. It's possible to click where it says add 'bond' interface, and play around with the configuration, but there is no documentation. [18:30] I don't know if this means developers think this is such a rarely used feature that it's a waste of time to write documentation, but if it's so rarely used it might as well be removed entirely. [18:31] developers don't write the documentation here, people do, you're a people - write it then mail it to the dev mailing list https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel [18:31] then it'll at least get into the Xubuntu documentation [18:32] you could also do it at ubuntu wiki - then everyone can benefit [18:37] OK, I might do that, if/when I find out how to set it up. [18:42] cool [18:44] I think it would be a nice feature, to combine/thread connections. [18:45] https://help.ubuntu.com/community/UbuntuBonding [18:45] is that what you're talking about? [18:45] not going to be of anymore help though - no idea what it is ;) [18:45] Yeah, I tried that, but ran into some error message related to the startup [18:46] bonding is that you can use two (or more) connections "as if" they were one connection, and thus increase the speed or better balance the load [18:48] the typical setup is if you have an ethernet cable and a wifi connection, you can use bonding to let the computer use the ethernet by default, but switch seamlessly to wifi whenever the ethernet is downn [18:48] or use both to increase speed === azeam_afk is now known as azeam [22:27] Hey, trying to set up fstab for an internal hdd, could anyone tell me what is the problem with the following: UUID=b483c85b-f952-42e2-88c6-df7448a8a341 /home ext4 defaults 0 2 [22:33] sewerrat: Are you sure you want to mount it in /home? [22:35] Yes, is there any reason why i should not? im a beginner. [22:37] I'm not an advanced user either, but I don't think /home is recommended as the mounting directory. [22:37] Here's my line for an internal HDD - http://paste.ubuntu.com/23448542/ [22:38] Ok, will have a look. [22:38] sewerrat, at what stage are you at? [22:38] are you about to install, or have you installed already? [22:38] Already installed. [22:38] ok, and you didn't specify to mount this particular partition at installation time? [22:39] Fresh install last night and just got it to detect my second hdd. [22:39] okay, in that case you already have /home [22:39] so mounting to the same target will not work [22:39] (even if you don't have a specific partition for it, it'll be created on the / partition) [22:40] So if i would specify /home as mounting for my second hdd, it will automatically mount on / instead? [22:40] no. [22:41] your fstab will either already have a partition mounted to /home or / [22:41] Oh, i see. [22:41] regardless of that, /home exists already [22:41] mounting to an existing target won't work [22:41] So the simplest way to get the second hdd to mount at /home would be to reinstall and set it from there? [22:43] if you are not very familiar with the directory structure, partition and that kind of stuff, then that's likely the "simplest" way [22:43] note that even if you do that, /home is a system directory [22:43] so you will always have user directories inside [22:44] Ok, i think i understand, correct me if im wrong; If i would to be mount it in /home/username/Afolder would that work? [22:45] since Afolder is a user directory? [22:45] as it's on a different HDD, i'm not actually sure [22:45] anyway, i wouldn't do that [22:45] why don't you mount it at /data, then create a symlink in your home directory? [22:46] Ok, thank you for your time and help, I will try that! [22:46] np, have fun === bazhang_ is now known as bazhang [23:14] Knome, everything worked fine with mounting at /data, and i managed to create system links from my home folder to /data for storage, thank you for your help again. [23:15] glad to hear it worked out well for you