[00:01] i have searched around a bit but have not found a resolution. thats why i'm here [00:10] Hello, if my music collection is stored in the root part of the file system, how can I give my music player (Amarok) access to it? [00:12] why not store your music collection in your home dir? [00:13] bennypr0fane, just make sure it is readable by your user [00:14] AgAu, that's because I want to be able to sync it with Owncloud - *on my server*. That means, all the music files are under the owncloud server root, which is served to the web by Apache and has to be there [00:14] ah okay :D [00:14] knome, reading shouldn't be a problem normally, should it? [00:15] not really.. have you even tried if it works or not? [00:15] knome yes, just now. Doesn't seem like it's working [00:15] have you launched amarok from the terminal and looked if it outputs some errors? [00:16] knome, good idea, trying that [00:18] gotcha: "QFileSystemWatcher: failed to add paths: /var/www/owncloud/data" [00:19] my music is actually three more levels below that, but the file chooser wouldn't let me go any depper [00:19] *deeper [00:22] check the subdirectory permissions [00:23] ah, and above that I have: "QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Permission denied" [00:23] knome, how do I do that? [00:24] ah right, this is strange. the data direct is readable only with sudo [00:24] there you go, you'll need to make it readable by your user [00:25] */var/www/owncloud/data directory [00:25] i would probably add a subfolder that is owned by you [00:25] but naturally you need read permission to the parent directory as well [00:25] I never remember those chmod options [00:25] why a subfolder? [00:26] knome, you wouldn't happen to have any idea *why* that folder is closed for user? [00:26] if the data directory is created by the owncloud software, i would only touch it as much as i needed [00:26] nope, i don't use ownclod [00:26] but many directories like that aren't at least writable by users [00:27] maybe there's another way you should populate the directory [00:27] yes it is, that's why I'm having doubts... [00:27] *how [00:28] I don't understand what "populate the directory" means, and which one you mean [00:29] i meant that if that's the directory that is synced, maybe owncloud expects you to put the files there in some other way [00:29] which would explain why the directory is not readable by the user [00:29] but still, i don't know owncloud, so it's just a guess [00:29] maybe you should visit their support channel [00:31] that is definitely the case, Owncloud wants the content of this dir to be changed only by the software itself, i.e. through the web interface or sync client. but to ensure that, it would be enough to make it read-only, but it's no read-no write [00:31] yeah, I gues I'll have to ask them [01:16] How did I list and unload kernel modules? (Can I do it live?) [01:17] A laptop of mine is refusing to shut down cleanly because of the Broadcom chip being... ornery. [01:18] lsmod to list them [01:18] rmmod to unload it, but may crash [01:18] It's crashing on every shutdown as is, so can't hurt [01:19] (It's a HP Compaq nx6310 with a bc4311 [01:35] I dunno what else to do really [01:35] The hardware button stays dead; the system won't shut down [01:37] The BIOS settings don't seem to have an effect; no package does. It worked once, with firmware-b43-installer, but hasn't since [04:38] Is there something that's run every time the laptop resumes from suspend? [04:40] I want to put something to take a picture of whatever's in front of the webcam whenever I log in (whether the session was a new one or reattaching to an existing locked one), and also whenever the laptop resumes from suspend [04:41] I already have the command concocted, but I can't figure out how to make it do this. The various ~/.x* files are just run on login [09:43] hello [09:44] date returns 10:40 but xfce panel shows 9:40, why is that? [09:44] I set utc to no because I dualboot with windows === brainwash_ is now known as brainwash [17:11] Hi All, Quick question. How to I transfer the files in a directory to another? I tried using mv -v but it moves the entire directory. Is there a way to move the files only? [17:12] I'm using the terminal btw [17:14] why ? it is impossible on the desktop ?? [17:14] Its on a headless Ubuntu server [17:17] I did smb to the server and tried to drag and drop within the window(server) but it just makes copies. [18:36] So yeah [18:37] I have a HP Compaq NX6310 with Xubuntu 14.04.1 [18:37] The hardware buttons don't work, the wireless OR wired connections don't work [18:37] (BCM4401 and BCM4311 respectively) [18:38] !broadcom | taza [18:38] taza: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [18:39] taza: if "they dont work", then, they dont work.. see if you can add support for the broadcom chips.. though. i have a USB wifi dongle for those cases, so i can connect and sudo apt-get what i need. but, you can do it following the "without internet access" direction [18:39] directions* [18:40] What about the BCM44xx? [18:40] if this is hardware you dont well well, then, you may want to entertain that this could be a larger hardware issue, and test the hardware accordingly [18:41] taza: i dont have that hardware, but, i can say nothing about linux/ubuntu/xubuntu is preventing it from working. have you *ever* seen the bcm44xx you have work? in any OS? [18:41] Yes, it works fine under Windows [18:42] these days, i'll give it about 10 minutes, then, i'll just move to hardware that supports linux.. but, i'll start with the general steps here.. [18:42] !wifi [18:42] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [18:43] do i see the device in lspci or lsusb.. and ifconfig.. and so on [18:44] It shows in lspci, using wl as the driver, but not rfkill [18:44] taza: *if* the wl driver supports the device, then, you should be able to use the device [18:44] taza: are you familiar with connecting to wifi access points in xubuntu? [18:45] My USB dongle also works fine [18:45] Anyway, I managed to figure out an iteration that worked just as I asked, after literally six hours yesterday [18:45] taza: and that is a wifi usb dongle? [18:45] Yes [18:46] taza: yes, it can be frustrating, and take a lot of time to force hardware to work in operating systems they are not intended to work in [18:46] I turned on WLAN/LAN switching in the BIOS, fresh install, purged bcmwl-kernel-source, installed every package, installed firmware-linux-nonfree, installed firmware-b43-installer... [18:46] ... and the remaining key was booting with the cable connected [18:48] Good job, asking it in an IRC channel. 60% of the time it works every time. [18:48] Stumble upon the right irritatingly exact steps to reproduce a bug [18:48] Or well, things working perfectly, but it feels like I'm reproducing a bug [18:49] It was wl, wl wasn't actually working with the device, but it sure was blacklisting the right drivers. [18:50] ... I'm just gonna make sure I have spare Intel/Realtek chips for the next problem. [18:50] taza: thats what i do.. [18:50] I'll go back to 802.11b if it means I don't have to tolerate Broadcom [18:54] I mean, I had tried each steps by themselves - the WLAN/LAN switching, booting with the cable, purging bcwml-kernel-source [18:54] And I'm still not convinced all of that is required. But hey, it sort of works now. [18:55] taza: well, the ideal first step would be, broadcom officially supports the operating system you are trying to use.. since they dont, then, you can have a challenge [21:20] z.z.z..z..z.z.z.z.z [22:10] hi all [22:12] hi guys [22:14] just installing my xubuntu for the first time in virtualbox. I was wondering how can i get the guest additions with a command or something like that [22:14] vadrag: https://www.virtualbox.org/manual/ch04.html :) [22:15] The official vbox docs sum it up very well, basically you just have to click the menu entry mentioned, and run the installer. [22:16] alright thanks ill check it , now ill have to restart :) === zz_XeBlackWater is now known as XeBlackWater === XeBlackWater is now known as zz_XeBlackWater === bennypr0fane_ is now known as bennypr0fane [23:57] Hi, can I ask a question not directly related to Xubuntu?