[00:00] histo, yes, the user tells that nomodeset don't worls for him [00:00] in live dvd boot [00:00] krabador: what is the issue they are experiencing? [00:00] histo, black screen [00:00] histo, i told him to use the alternate [00:00] histo, but i don't find it in cdimage [00:00] krabador: 12.04.2 has alternate [00:01] krabador: http://www.ubuntu.com/download/alternative-downloads [00:02] histo, if he runs the mini iso, he must configure the lan manually [00:02] or it have dhcp inside? [00:03] krabador: it has dhcp [00:04] krabador: It will dhcp. [00:04] ok [00:04] krabador: cdimage is all disorganized from what I can see [00:04] yes [00:04] some day ago i look inside the alternates [00:04] and others [00:05] krabador, iirc, the alternate iso has been removed since 13.04 [00:05] At least logically from what I see all the arm stuff is where the other variants should be etc.. [00:06] varunendra, oh, yes i looked for lubuntu [00:09] ok,in netboot folder, on cdimage, i look mini.iso, if i tell to the user to run it, it wuold run a line command, complete installare, or he must download ubuntu-installerm and run it someway inside mini.iso? [00:11] krabador, no idea about the mini iso, but if you think the alternate may help, trying the lubuntu one would be a good idea. If it succeeds, you may just install the "ubuntu-desktop" metapackage then. [00:12] varunendra, ok === BadLarry is now known as BadLarry_ [00:12] Yeah I don't get cdimage.ubuntu.com organization of images. For instance where the hell is ubuntu-13.04-desktop-i386.iso [00:14] krabador, The mini is a net install, it will install the base and whatever desktop is chosen, it will if prompted install many things big choices. [00:14] sporkeee, great, it's what i neet to know [00:14] Is there an online list of popular packages? [00:14] Maroloccio_: I believe in the software center you can view that information [00:15] krabador, Takes a little longer, but is a good alternative for computers to old to run the pae kernels [00:15] histo: Thank you. Do I need to be running Unity? [00:16] Maroloccio_: No you can view the top rated packages etc... [00:16] Maroloccio_, not [00:16] Command line or GUI? [00:16] Maroloccio_: gui [00:16] Thanks [00:17] Maroloccio_: https://help.ubuntu.com/community/UbuntuPopularityContest [00:18] histo: Perfect. [00:19] hello can i somehow scroll through windows in compiz/scale? [00:21] histo, just looked at cdimage.ubuntu.com. I've only visited it once or twice before but it really seems changed (messed up?). Apparently, they have left the default images only on http://releases.ubuntu.com [00:22] Hi guys [00:22] I was wondering if someone could help me with a problem that I've been struggling with for the past 3 hours [00:22] I have a directory in /var/www called screenshots [00:23] However, I upload files there through a seperate user named 'screenshots' [00:23] Normally, apache has access to everything in /var/www, but I guess since files are being uploaded through a different user, apache no longer has permission to access the file [00:23] How can I set up the file permission system so that apache has access to all files in /var/www/screenshots/ ? [00:24] I already tried setting the folder file permissions to chmod 0777, but that didn't work [00:24] I also tried adding the user 'screenshot' to the group www-data, but that also didn't fix the problem [00:25] I'm getting Segmentation Fault whenever I run `ls -lah` but not with any other command `ls` works fine [00:26] What other options are available to me to get this to work? [00:30] dreadiscool, I have no experience with apache, but which user the accessing program (apache?) is running as? Try adding that user to the uploading user's group instead. [00:30] I am a complete noob to ubuntu's file permission system [00:31] You can add users to users in ubuntu? [00:31] dreadiscool: what's your problem with apache? [00:31] [Tue Jul 09 00:59:08 2013] [error] [client ] (13)Permission denied: file permissions deny server access: /var/www/screenshot/20130708225859585.png [00:31] I have a directory called screenshots in /var/www [00:32] Normally, apache is allowed access in there [00:32] dreadiscool, usually new users have their own group. You can check for user "uploader" with - "groups uploader" [00:32] But, I upload files to there through FTP through a seperate user other than root, and now, apache doesn't have access to the files that are uploaded through this secondary user [00:32] dreadiscool: can you pastebin `ls -lah /var/ww/screenshot` [00:33] Allright, let me connect to the server again === unformat is now known as checoimg === _BJFreeman is now known as BJfreeman [00:34] http://pastie.org/8122856 [00:35] dreadiscool: so the ownerships is fine, the problem is those screenshots have literally no premissions [00:35] How would I set it so that apache has access to them then? [00:35] Thanks for your help btw, I appreciate it [00:36] dreadiscool: try running `find /var/www/screenshot -type f -exec chmod 0644 {} \;` that will find all of the "files" in the /var/www/screenshot directory and make them 644 (rw-r--r--) [00:36] What about newer files that I upload via the user 'screenshot'? [00:36] dreadiscool: What program are you using to upload? [00:36] I have that separate user set up because I'm using Hyperdesktop to upload screenshots [00:38] So, that program isn't setting the permissions properly then. Either configure the program to properly set permissions (if possible) or you can set that command to run as a cron every min. The former would be the preferable way, the latter is a workaround if the software doesn't allow you to. Ultimately it's on the software to properly set permissions [00:40] marcoceppi: isn't apache creating the files? [00:40] marcoceppi: also fin /var/www/screenshot -type f -exec chmod 0644 {} + would probably be faster [00:40] s/fin/find/ [00:40] Hi all, what's a good way to add NTFS support to Ubuntu so I can read from some of these old Windows Server drives and eventually move my data to a better file system ;) [00:41] Well [00:41] I'm using vfsftp or something as my ftp server [00:41] Cetrian, ubuntu should read them. [00:41] To upload those files [00:41] histo: Not nessisarily, though possible. I've not used the program so I can't say. But based on what dreadiscool said, it looks like the program is 'uploading' them and and via FTP [00:41] How would I set that up? [00:41] nice permissions Cetrian the best way is to leave things as they are. Ubuntu already has support for ntfs. [00:42] Yeah, the exact name is vsftpd [00:42] That's my ftp software, since hyperdesktop doesn't support sftp [00:42] Or just ssh [00:42] dreadiscool: so then vsftpd is setting the file permissions [00:42] dreadiscool: can you pastebin /etc/vsftpd.conf ? [00:42] Sure [00:43] hmm thanks guys - interesting it's not reading my drives then [00:43] I vaguely remember having this issue when I configured vsftpd a while back [00:43] they were formerly FlexRAID drives so who knows.... [00:43] Cetrian: is it an external drive? [00:43] Trying to decide if I should stick with FlexRAID or go another route now that I'm on Ubuntu. [00:44] http://pastie.org/8122872 [00:44] Cetrian: it looks like FlexRAID has linux support, but it's not native. You'll have to install and follow the directions on their site [00:44] right… these drives are NTFS, but I'm getting an "unable to mount" error from Ubuntu [00:45] dreadiscool: change local_umask to 0022 [00:45] Does vsftpd have an option to set file permissions then? [00:45] My whole library is gone. [00:45] 022 or 0022? [00:45] dreadiscool: yes, that's what the local_umask option does, histo was correct :) [00:45] Because it says in the line above it 022 is the most common for ftp [00:45] I imported my itunes library off my windows partition into rhythm box, but it didn't get everything so I deleted it to try again. [00:45] But now all my music is gone. [00:45] dreadiscool: either will work. the forward 0 is a bit overkill, it's just clearing any special bits [00:45] Does anyone know when you import into rhythmbox does it move or copy the music? [00:46] It worked!! [00:46] Thanks guys! [00:47] is it possible to create a software raid in ubuntu 12.04 server with 2 newly installed harddrives [00:47] <3 you guys [00:48] Anyone? [00:48] Cetrian, if there are remnants of raid metadata, it may cause troubles. To remove it - "sudo dmraid -E -r /dev/name_of_your_disk" [00:48] and I recently formatted my backup... for i don't know why reason. [00:48] now all my music is gone. [00:48] i'm so mad! [00:48] thanks varun - I am not sure I want to do that yet. FlexRAID uses some weird stuff in Windows… I'm going to try to install Linux FlexRAID and see if it can read the drives [00:49] but it's delivered as a .bin - reading how to install that now (noob here) [00:50] Cetrian, usually - "./.bin" or "sh ./.bin" with sudo if required. [00:51] hello [00:51] varun - thanks again! :) [00:51] np :) === Computron is now known as Guest84003 [00:53] I am really regretting using FlexRAID. It seems Ubuntu has some built in RAID capabilities… I might look into that. === maximus2 is now known as maximus-maximus5 === maximus-maximus5 is now known as maximus-maximus2 [01:00] boa noite galera [01:09] does anyone know how to get the Blue Snowball working well with Jack? === dexter is now known as Guest80969 === zephyr is now known as Guest29001 [01:13] My function keys have stopped working. When going to assign shortcuts, it actually displays my F-keys as "New", "Undo", etc. instead of F2, F3, etc. [01:27] How would I go about fixing my keyboard? Seems the mapping for my function keys is wrong and it behaves as though I have a laptop's "Fn" key locked (which I don't have). [01:29] Guest29001: are you using an actual laptop? [01:29] thurstylark: no, it's a desktop. My keyboard DOES have shortcuts assigned to the Fkeys, but I've never used them. === Troy is now known as Troy^ [01:31] thurstylark: the shortcuts written on the actual keys themselves (Help, Undo, Redo, New, etc) show up when assigning shortcuts in linux, though. Instead of saying I pressed F-whatever, it will say I pressed the "Redo" key. [01:31] thurstylark: annnnnnnd.... .just noticed a key on my keyboard that I've never noticed before called "F Lock". Problem solved lol [01:32] Guest29001: mmkay. Mine is a laptop, and there was a BIOS option. my desktop keyboard has those seperately. [01:32] Guest29001: I was just going to ask that [01:33] Guest29001: Woo! Yay problems that fix themselves! [01:33] \o/ [01:35] Has anyone here made a live iso boot from PXE? [01:36] 32 [01:36] blckpythn, only Slax, not Ubuntu :P [01:37] varunendra: is PXELinux the defacto for all linux distributions that don't have their own solution built in? [01:38] blckpythn, it's used often, but I can't say if it's de-facto. [01:38] does anyone know how to get the Blue Snowball working well with Jack? [01:39] varunendra: any recommendations for a first time linux based PXE server? [01:40] nope, I didn't use it myself. The slax iso has its own pxe boot option. [01:42] varunendra: The live image allowed machines to boot to it? === master is now known as Guest62906 [01:42] blckpythn, the slax iso - Yes. [01:43] hi, [01:43] varunendra: so... how did your end devices know to boot to your iso? [01:43] blckpythn, some routers/switches do have problems with dhcp though. You may have to turn it off if it is enabled in the router. [01:44] blckpythn, the target device has just to be set to boot from LAN, that's all [01:44] varunendra: I see... so your iso was also your only real dhcp server at the time of boot. That makes sense. [01:44] I use it often to recover files from old laptops that can't boot from usb and optical drive is busted. [01:44] yes. [01:45] This is sort of a commercial environment where I have windows servers that I configure PXE and boot image options in dhcp for, so the iso idea didn't make sense at first. [01:46] blckpythn, iirc, the pxe configuration has the option to use existing dhcp. But it's usually better to configure your own, and temporarily turn the one in the router off. === comrad is now known as comradzilla [01:47] Sure, which would work fine except when the IP changes because it is a live image, that's the only hiccup I foresee === xangua1 is now known as xangua === Trel is now known as Trel|errands [01:49] blckpythn, a very crude and probably silly workaround maybe to look into options with clonezilla. It gives the option to change network configuration on each client it is "Restoring" an image on. [01:49] automatically [01:50] varunendra, I have been looking at clonezilla, but configuring the server side of it does feel crude. But it wasn't the client IP I was wondering about, rather the boot to a PXE server whose IP might change because is a live image... [01:52] blckpythn, I don't see a problem with server's IP, there is no configuration to be done on the clients except setting them to boot from LAN. Am I missing a point here? [01:53] Yeah, if you have a third party dhcp server, it has to point to your PXE server for you, pointing to a live image would be the problem [01:53] does anyone know how to get the Blue Snowball working well with Jack? [01:55] blckpythn, yes that may be a problem in using third party dhcp. But then you can always manually assign/change IP of the server. :) [01:56] hi, does anyone know how to increase the window border size in Xubuntu/Xfce? [01:56] blckpythn, if all or most of the machines on the network are identical, I find clonezilla to be an ideal solution. [01:56] it's so small that I have a hard time resizing windows [01:58] varunendra, that's the problem, they really aren't, lots of refurbished machines and such....non-profit sector sysadmin here. [01:58] hello all [02:00] If I want to make an admin area of my site, should I just make an admincontroller.php and then use a route filter? [02:01] blckpythn, that still shouldn't be a problem unless you have installed any proprietary driver on the source image. [02:02] but yes, you will need to do some extra work on the clients afterwards blckpythn [02:04] varunendra, I tried FOG, which has a lot of great features, but I could never get the non-fixed(see: identical hardware) images to work at all. [02:05] blckpythn, I feel lucky to have never faced that issue then ;) [02:06] varunendra, yeah....1200+ machines, divided into 20+ windows domains does not make for consistency...oh how I wish [02:08] blckpythn, that's huge ! :-o [02:08] I've only worked with 34 machines at most.. !! [02:09] varunendra: I've got 5 other sysadmins who share the load, but it falls on two of us to for most of the tier 2 and above work... 34 machines would be a breeze [02:09] :P [02:14] How many people here use Ubuntu on a flash drive for school/work? === fredrik is now known as Guest81066 [02:16] Hi. I'm having difficulties using inotify_add_watch in a C program, it returns 'no such file or directory' even though the directory exists and the user has access to it. [02:16] got this message on an smtp server..what does it mean... 252 2.1.5 Cannot VRFY user, but will take message for ... [02:28] net0pssec, I only have experience with windows smtp servers but it sounds like it isn't sure if the recipient mailbox exists [02:28] it will still try to send an email to that address but if its outside of network it will probably always say that [02:28] if inside the network and on the same server as email....sounds like a problem [02:29] net0pssec, and seriously you work at ACME?! haha [02:32] thanks guys.. work round the clock [02:43] I'm having problems with mounting my cdrom drive on ubuntu 13.04. I don't see any icons, I can mount it as "read only" with the command line and I have to browse to the file [02:43] it does not mount automatically upon disc input [02:44] Is there any way to speed up recognition of a dns name in Ubuntu? I added an A record and I can see the new value propagated everywhere, but on one of my EC2 instances it still won't resolve the host [02:46] ? [02:54] Hi [02:54] What's up everyone? [02:54] Bad. [02:54] Why? [02:55] I can't figure out what the proper permissions are for the /var/www directory [02:55] what's up...bad? [03:00] What command could I use from the shell to replicate ":%s/archive.ubuntu.com/mirror.local/g" in vim (trying to automate server setup, and want to edit /etc/apt/sources.list) [03:02] ?????? LVS ?? TCP window scale ?? [03:03] FireBeyond, use sudo sed -i 's/archive.ubuntu.com/mirror.local/' /etc/apt/sources.list ......... of course make a backup first. [03:03] thankyou, sed is what I was thinking of [03:04] Obvious choice ;) [03:10] hello [03:10] hysteryman23, hey. need help? [03:20] i tried xmodmap -e "add lock = Caps_Lock" but it exit with errno 1 [03:20] is there a command to leave the caps lock mode? [03:21] hi i used xmodmap to remove the binding for the caps lock key; but i accidentally activated the caps mode before so i am stuck in caps lock. [03:22] * daswort hopes that's not a repost – i lost connection so i don't know if the lines where send [03:26] daswort: try this: [03:27] daswort: nevermind, only works in console [03:28] Greetings. I had one 150 gb folder with files. When i installed the system, unwittingly it becomes a swap partition. Can I access the folder and take my stuffs back? Where is it? [03:28] I mean, just open the actual swap folder? [03:29] And see what happens there.. [03:30] Anybody? [03:30] sjd_zeus: root account is bad.. [03:30] yes Phy, ask your question [03:31] Sidzeel, I had one 150 gb folder with files. When i installed the system, unwittingly it becomes a swap partition. Can I access the folder and take my stuffs back? Where is it? [03:32] well, it's difficult situation [03:33] you could recover some files, probably all, we canno't know before testing but stop writing on your pc to stop damages [03:33] Ok.. How can I start? [03:34] I had a look and didn't find anything.. [03:34] There is an app known as testdisk, assuming it wasn't activated, swap wise, a liveUSB or liveCD might be able to see the files that used to be there? [03:34] But please don't use the PC with the 150GB in question to look things up [03:35] As it will turn bad real quick if you do [03:35] the best thing to do is, download a livecd with test disk ( you can download it from depot without livecd, directly using your computer but it's not recommanded or using a livecd as Ubuntu Rescue Remix ) so, burn it and start from the cd/dvd and start the recover [03:35] But, I'm on right now.. [03:37] but you will have a lot of unsorted files and it could a lot a lot a lot of time to sorted, search which files you have very need ... and the test take longtime [03:37] ( sorry about bad english ... ) [03:37] phy, the first (immediate) thing to do is - "sudo swapoff -a" [03:37] Sidzee1: Can I do it from an ordinary Live cd? Like ubuntu [03:37] varunendra: ok. [03:38] phy let us know when you have done it successfully. [03:38] Phy, well yes I think you can but probably need internet access to download the necessary package [03:39] I turned the swap off with gparted.. [03:39] as varunendra say, the first thing to do is stop to write on the disk [03:39] You really made a 150GB SWAP!?/ [03:39] phy, do you have an internet connection available? [03:39] Or did the swap happen to run through part of it? [03:39] yes. [03:40] I'm connected. [03:40] phy, how much RAM do you have? [03:40] 5.50 ~ 6 [03:40] good [03:41] now install testdisk - "sudo apt-get install testdisk" [03:42] phy, whether you use a live cd/usb or the installed system for recovery, do remember to turn off the swap (at least the partition in question) to avoid writing on it. [03:43] varunendra: I'm using the system installed. Can we proceed? [03:43] phy, as long as you don't need to use the swap. [03:43] ok. installing the package. [03:44] Phy, show us the pastebin link of - "parted -l | pastebinit" [03:45] ok. [03:47] just a second please.... [03:48] just a minute [03:50] i need some code [03:51] oh you cloned me [03:52] mod ified [03:52] Anyone know how to test memory on a system with uefi since memtest86+ doesn't work anymore? [03:53] uefi [03:53] whats that [03:54] if you don,t mind typing [03:54] papertigers, don't know about such an issue, but can't you just temporary turn off uefi while trying memtest? === Guest29001 is now known as zephyr28 [03:55] varunendra: mono is in "UEFI / Legacy mode" still no luck [03:55] Anyone know of a telnet client (to connect to BBSes) that isn't full of Chinese symbols? I've tried QTerm and PCMan and can't figure out how to correct the text on either. [03:55] varunendra: http://pastebin.com/ixjMgywt [03:55] or reflash your firmware on pc router modem etc [03:56] whats the worst virus anyone has had [03:56] i,m cloned [03:56] m in the m [03:57] Phy, okay, so you indeed have a 161 GB swap :P [03:57] I still cant fix the background problem with my ubuntu 13.04. Does anyone have a permanent fix? [03:57] all of a sudden in the last month my ctrl key goes in and out....its not a hardware issue because it works fine on the windows side...anyone have any idea...its driving me crazy [03:57] How to fix my /etc/host to my machine accept connections ? [03:57] Phy, you may try this guide to use testdisk to try recovering the original partition, or at least remaining files : http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step [03:58] //pc says time to upgrade [03:58] wow [03:58] ghs: the configuration depends on what server you want to connect to [03:58] phy, you need to remember NOT to use swap if you reboot or use a different media to recover the files. [03:58] varunendra: heh.. ok. I'm seein' I come back to tell you. Thank you. [03:58] my irc has been saying this all day whats the prob [03:59] Phy, please also do -- [04:00] hows it feel to be g [04:00] Phy, sudo sed -i 's/.* swap .*/# &/' /etc/fstab [04:00] o [04:00] d [04:00] unless you have a randisk which stores info after reboot [04:00] daptordarattler, I have a RMI Java in my server listen at port 1099. However, when I try connect, give the following error: Connection refused to host [04:00] varunendra: * ? [04:00] varunendra: dev/sda6/ [04:00] ? [04:00] gha, are you behind a router too? is that also unblocked? [04:00] Phy, the above command will comment out the fstab line that makes swap partition(s) load at startup [04:00] whats a good channal we can talk about anything but personal stuff [04:01] ghs : I take it ur connecting from somewhere in your network and you have pinged the machine to confirm that its accessible on the server? [04:01] ok [04:01] just pc stuff [04:01] Phy, if you need to see the effect of that command.. [04:01] do - "cat /etc/fstab | sed 's:.* swap .*:# &:'" [04:02] hmm when I go to install ubuntu 12.04.2 in vmware, it shows up multiple desktops right next to each other ;/ [04:03] Phy, but you will have to manually turn off the swap if you boot from a different installation or live media. Hope you won't need it though.. [04:03] daptordarattler, yes. [04:03] I'm trying to update Ubuntu but I'm getting a 404 on the packages it's trying to fetch [04:03] Anyone know what could be causing it? I also can't download software from the software center [04:03] wheatthin, are you sure it is not a messed up graphics showing overlapping desktops/items ? [04:04] I'm not having success with the intructions in the page. [04:04] i think 7 vm,s ar runing at once what should i do [04:04] varunendra, nope~! I cannot confirm nor deny [04:04] Phy, do a deeper search with the partition [04:04] ghs: Hmmmmm..... You need to configure the RMI server to listen on 0.0.0.0:1099 [04:05] whats a good deep search method [04:05] for partitions [04:05] Phy, you may also try photorec (included in testdisk package), but it won't restore directory structure/filenames : http://www.cgsecurity.org/wiki/PhotoRec_Step_By_Step [04:06] ghs: cos hosts configuration is mainly for domain name resolution and direct ip injection on a small network. On larger networks the router or switch handles this so it should be accessible remotely via the ip [04:06] hi, everybody,i am new comer [04:06] ops i don,t go by your rules are you sure its me [04:07] do you remember me [04:07] anyways we here to help [04:07] u? [04:07] wheatthin, which version of VMware? [04:07] good job [04:08] varuendra does it matter [04:08] vmware-fusion 3.1.3 varunendra [04:08] Uh, no experience with it :/ === Trel|errands is now known as Trel [04:09] it work for what [04:11] varunendra: I ran testdisk and proceed, like the instruction above. So, nothing apparently happened.. [04:11] as a begainner,i hope i can get help from you [04:11] please ask your question we are here to help [04:12] Phy, no previous partitions appeared in the 161GB partition? [04:13] varunendra: In the terminal, running "testdisk", just the principal ATA 1000gb.. [04:13] whats ubuntu stand for again [04:13] i will ask you when i have troubles [04:14] whatever,thank you very much [04:14] suyulia say what [04:14] Phy, don't the partitions appear in it? Only the drive as a whole?? [04:15] suyulia my real name bowlshietinse [04:15] you might know mw by [04:15] varunendra: ok. Next step. I did right now. I've to choose the device. Show only intel pc. I have an AMD.. [04:15] or nick nunya bizz [04:16] varunendra: Is it? Anyway? [04:16] Phy, the partition type is Intel. [04:16] i am sorry,i dont konw it [04:16] Ok. [04:17] so you phishing me for info i,m phishing you [04:17] i mean when i get a promblem of linux ,i would ask your guys for help [04:17] ask su [04:17] campfire, if you don't have a problem that needs a solution, or aren't here to help, go to #ubuntu-offtopic [04:17] may i call you su [04:18] oh, i got .i am so sorry [04:19] i,m the founder wheathin cool your jets [04:19] O dpm [04:19] lets help suyulai [04:20] i was a windows user,now,i try to use linux [04:21] greate whats the prob [04:21] ask away [04:21] can you guys tell me how to fast and easy [04:21] kown linux [04:21] suyulai, kown? [04:21] yeah [04:21] there's many tutorials avaiable [04:22] lets create a room called fast and easy anthing goes ubuntu [04:22] and irc help [04:23] vector: its searching right now. According with the page, the software will list only which it supposed might. [04:23] varunendra: its searching right now. According with the page, the software will list only which it supposed might. [04:23] vector: mistake. [04:24] Phy, No prob :)... deeper search will take a lot of time, especially when the disk is 1TB ! [04:24] uhmn.. [04:24] you must think i have never seen a simple hack [04:24] nope [04:25] ok so you think so [04:25] varunendra: ok. if the software doesn't list wich I want, i can change, right? [04:25] algum brasileiro aqui? [04:25] and,i want to say that,my english is poor [04:26] test of times i,m up for [04:26] !spanish [04:26] 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. [04:26] isn't that portuguese? [04:26] !portugese [04:26] aeon-ltd, thanks [04:26] !portuguese [04:26] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [04:26] Phy, at the end of the search, you will have the option to write the found partition layout to the disk (if the older one was found). But I'd recommend to just save your files/folders using the "P" option that appears after deeper search (refer to the step-by-step) [04:27] sigans: Sim. [04:27] So, on ubuntu 13.04 on Gnome 3 [04:27] This is ... different [04:27] den, isn't it nice? :P [04:27] never presione [04:28] ? [04:28] wheatthin I'm pretty into it. I certainly like the color scheme better [04:28] varunendra: Ok. [04:28] i don,t speak spanish [04:28] wheatthin Kind of a different paradigm in terms of operating environment [04:28] den, you can also change those with ubuntu-tweak [04:28] ty for ? [04:29] wheatthin Oh, I did :) I like the Gnome 3 default [04:29] including using extensions n stuff [04:29] Phy, the whole operation (until you choose to "Write" the found partition layout) is read-only. You can always return without saving anything. [04:29] lol. I think I just installed a new font. Everything on the screen looks different now. [04:30] that,s alright [04:30] someone has ubuntu 13.04, with gnome 19.04? [04:30] gnome 19.04??? [04:31] ... yeah, I'm using the latest version of gnome 3 [04:31] Excuse my ignorance on that one [04:31] Phy, keep "sudo photorec" next in the list of your options if this doesn't work. Alternatively you may go for some commercial application if you trust one (although I've personally found testdisk/photorec to be the best). [04:32] varunendra: Ok. I appreciate your patience and help. I neither use ubuntu, but, its transferable, so.. I like to be here. [04:33] someone has ubuntu 13:04 with gnome ubuntu 10:04? [04:33] phy am i on the net here [04:33] sigans, did you have a question about dual booting or something? You must be more detailed [04:33] give a 101 if you see my text [04:34] Campfire: What you mean? [04:34] Phy, you'll find many people on this channel who are both knowledgeable and eager to help. You don't need to depend on someone in particular. :) [04:34] Absolutely.. [04:34] oh nothing [04:34] i,m hacked [04:34] i,m hacked [04:35] please don't spam Campfire [04:35] you mean flood [04:35] I've 4 postgres instances configured to use 8GB of shared buffers (shared memory) each totalling up to 32GB. The total RAM in the server is around 32 GB. `top` command shows me only a couple of GBs actively used. I'm wondering where the shared memory will be allocated and why it does not show up in `top` eventhough `ipcs -m` shows 32 GB being allocated. Also looked at the swap using `free -m` and it shows even swap consumes about couple [04:35] of GBs [04:37] can use the old gnome in the new ubuntu12.04LTS? === Campfire is now known as spam [04:37] @sigans === spam is now known as Guest44163 [04:37] sigans I'm not sure you can use Gnome 2, but you could take a look at Cinnamon [04:37] hi [04:38] ok thnks [04:38] itno43e. [04:38] /nick fire [04:38] ignored* [04:38] thanks [04:38] sigans let me know if I can help you get those going [04:38] fto a ino too === Guest44163 is now known as webmaster [04:40] webmaster, It's likely that you're going to have to be a bit more inventive with your nick. [04:40] webmaster That looks ... dubious [04:40] webmaster, unless that's yours...in which case, nice nick!\ [04:40] Guest73681: greate job, still tring to change your nic? [04:40] webmaster: oh i see you got it [04:41] whoever, how do you see if someone has identified? [04:41] lvarunendra: If doesn't work, I'll make a clean installation, I have not even nothing to lose anyway, literally. [04:41] varunendra: If doesn't work, I'll make a clean installation, I have not even nothing to lose anyway, literally. [04:42] not sure === webmaster is now known as bmaster [04:42] Phy, it's your data, you know better. But it's good to have hands on experience with tools like testdisk :P [04:43] tit for a tat [04:43] they say [04:44] do you like acdc [04:44] varunendra: Well.. The size says itself: 150GB of movies, images, musics, many musics, pdf's, everything.. I lost the control ang forget about backup... [04:45] you still there your fun [04:45] joys of a partitioning mistake ;P [04:45] openbrd [04:46] do want to learn or keep playin games [04:46] fu for yes gb for no [04:48] hi. In Nautilus, how can I disable—what I can only describe as the 'statusbar'. It jumps out of the way of the mouse, but with long filenames it has nowhere to go, and it obscures the last file in the list. [04:54] hi. In Nautilus, how can I disable—what I can only describe as the 'statusbar'. It jumps out of the way of the mouse, but with long filenames it has nowhere to go, and it obscures the last file in the list. [04:58] btw varunendra installing vmware tools fixed the whole desktop mirror thingy [05:00] wheatthin, why are the obvious fixes ignored sometimes ;) lol !! [05:00] varunendra, well in the default installation process, it gets stuck on trying to install, when the installer I guess had prompts in which halted the procedure [05:00] for vmware-tools.. [05:01] wheatthin, I was expecting only a small, low resolution graphics without vmware tools, not a mirrored desktop :P [05:01] so i created an empty virtual machine, and booted. [05:02] live? [05:02] no, the installation iso [05:02] k [05:04] wheatthin, I didn't try 12.04.2, but the original release (12.04 32bit) installed absolutely fine on both virtualbox and VMware workstation 8. 13.04 is something I'm only using in live mode when required. [05:05] ahh.. I only installed it so I can relate to others' problems [05:05] ..and got into a problem yourself .. lol. But good for experience at last . ;) [05:06] always gonna learn something new :) [05:06] Yay !! for today's lesson then :D [05:07] DNS was one that was dogging me earlier, but it's all good now thanks to phunyguy [05:12] Is it possible to undervolt your CPU in ubuntu 12.10? [05:14] SuperGauntlet, you mean underclock? [05:14] No, I mean undervolt [05:14] varunendra: Should I change the filesystem type before proceed to backup. It's as swap now. I found it. [05:15] ? [05:15] all cpu clocks and voltages are done via bios, and relayed to kernel [05:15] Apparently there was a way to undervolt at one point, but is no longer supported? [05:15] SuperGauntlet: i think you mean underclock... you are talking about the CPU frequency? [05:16] No, I'm talking about the CPU voltage. [05:16] SuperGauntlet: then, you *are* going to want to look at the bios.. AFAIK, nothing like that has every been in any OS [05:16] http://www.linux-phc.org/ [05:16] This apparently did [05:17] SuperGauntlet: i havent looked at that, but if its a link saying "control your CPU voltage in linux", ask the creator of the docment about it [05:17] Phy, did you find your files in it? [05:18] SuperGauntlet: (#linux-phc on freenode.net) [05:18] Is dead [05:18] SuperGauntlet: i propose it was never "alive" [05:18] Possible [05:19] varunendra: I can't. I found the right partition, meantime, doesn't look like what I really wat. I got an error: Wrong structure to backup' [05:19] *want [05:20] varunendra: without the list option.. [05:21] Phy, you can use the "p" key while the found partition is highlighted - to see if the previously existing files are in it. If not, it's not worth saving. [05:21] SuperGauntlet: you saw http://www.linux-phc.org/forum/viewtopic.php?f=13&t=211 ? [05:22] I did, that's from 2009 [05:22] lol [05:22] varunendra: Ok. It's searching again.. [05:22] SuperGauntlet: i would say thats about how current it is, and it was never in ubuntu or debians repos... [05:23] I'm not particularly interested in decreasing clock speeds because modern CPUs apparently consume less power at idle [05:23] so it's better for it to work quickly and then rush to idle === ubuntu is now known as Guest4027 [05:23] SuperGauntlet: then, i wouldnt bother with the voltage either, since power consumption seems to be the only valid argument [05:24] low voltage would imply lower power consumption though [05:24] SuperGauntlet: sure, unless it didnt matter.. if it really didnt help much, or any [05:24] I agree [05:24] Hi, I'm trying to set up a VPN from the CLI (using 12.04.2LTS). Is there a way to establish a vpn connection without saving my password in plain text? The exmaples I've found on google suggest to edit a file ConnectionName [05:25] What kind of VPN? [05:25] cisco vpn [05:26] I only really know anything about openvpn, sorry [05:27] Network2501: A Switch Cisco 2501? [05:30] so my problem isn't establishing the connection i've tested it in unity just fine. I learnt I needed an extra software/package to get cisco vpns working so that's sorted. I'm currently using fluxbox not unity so am wondering how to connect the vpn from the CLI. I could in theory start the gui for managing the vpn but i'm not sure what that's called either so i just figured CLI would be easier.. except i don't [05:30] want tos store my pw in plain text in the file mentioned in all the how tos. [05:32] it'd be awesome if it prompted me but... eh [05:33] hi. In Nautilus, how can I disable—what I can only describe as the 'statusbar'. It jumps out of the way of the mouse, but with long filenames it has nowhere to go, and it obscures the last file in the list. [05:34] makara means the horizontal scrollbar at the bottom. It annoys me too.. [05:35] varunendra: If I change the type, can I lose something? [05:35] varunendra, not the scrollbar, although that is annoying. I'm talking about a yellow tooltip kind of element. [05:36] makara, oh, that one too.. [05:36] Phy, from what to what? [05:37] varunendra: From swap to fat, or ext? [05:37] varunendra: as swap is impossible. [05:37] why not just use swap file? [05:38] IMPOSSIBLE.. [05:38] Phy, if you know correctly what type it was, change it. But I don't think it is a write operation anyway, but not sure. [05:39] Phy: you shouldnt need to, nor should you change a file system type to do a backup [05:39] I'm changing to fat32 linux [05:39] holstein: Yes, but, I cant make a backup as Swap.. [05:40] Phy: there is no "fat32 linux" [05:40] Phy: theres no data in a swap file to backup [05:40] Phy: and, you dont make a swap file to backup to.. a swap file is for swap.. [05:40] !swap > Phy [05:40] Phy, please see my private message [05:41] holstein, phy is trying to recover files (using testdisk) from a 150 GB partition that was accidentally converted to swap. Could you help with that? === CyberJacob|Away is now known as CyberJacob [05:41] maybe [05:42] holstein: I did. I have to reboot now. [05:42] appreciated :) [05:42] varunendra: Is worker.. I'll see. [05:42] Phy: not mess with the partition anymore.. install testdisk, and run "photorec" and follow the prompts, selecting the entire drive that you are trying to recover from as the source [05:42] dont mess * [05:43] ok. [05:43] And now, holstein? [05:44] Phy: a disk that size could run for a few hours.. or, overnight.. or a few days.. so, you set up the process, and wait [05:44] holstein, what I've made them do so far - comment out the swap line in fstab, run deep search with testdisk [05:44] varunendra: i literally just use photorec on the drive [05:44] i dont mess with fstab, or anything else... i use a live CD, and use photorec from testdisk [05:45] holstein, I prefer that too. Was hoping that maybe testdisk could recover the previously existing partition. [05:45] using the partition as swap for any amount of time will overwrite some data [05:45] it wont recover any partition... best case, it'll give you the files, with no names Phy [05:46] Phy: keep in mind, there are companies that would literally charge you hundreds of dollars to do this, and maybe not recover anything [05:47] holstein, The software didn't give me the lost files, just the actual directory. It's intact. [05:47] take your time, and get photorec set up correctly, and just let it go, and hope for the best [05:47] Phy: then, access the data [05:47] Phy: otherwise, it'll likely take you a while [05:48] * cfhowlett2 would ask HOW one converts a data partition to /swap but remembers his OWN ... questionable ... keyboard commands. [05:48] vanu [05:49] me? [05:49] varunendra, holstein, Thank you. I have to sleep a little now. [05:49] Phy: good luck! [05:49] http://www.cgsecurity.org/wiki/TestDisk is what i refer to Phy [05:49] varunendra, holstein, I will try tomorrow. Good noght. [05:50] ok. [05:50] gn! [05:52] Worked. holstein, varunendra. I just had to select the directory to recovery.. [05:53] Phy, sure ? [05:53] Ohai! [05:54] hello, pls I am curretly on root.... how do I change my webfolder so ftp, http and others can access and modify its foldern contents? [05:54] Hi, I was looking around and just could not find words on how to express this question in a search format. I'm looking for a program that would allow a user, typically one running a server, the ability to place processes in a depressed state while keeping certain processes running normal to save power. More like a sleep mode that "dreams" about a specific thing which in this case would be the server and the internet. [05:54] !root|afidegnum, [05:54] afidegnum,: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [05:54] I have down chmod 775 -R folder name but not work [05:55] lol, I am not gessing any root password :D [05:55] xirre, perhaps a good question for #ubuntuserver [05:55] Alright, I'll take it there. Thanks. [05:55] I just installed the AMD 13.6 beta drivers for ubuntu 13.04 64bit and everything worked fine. Then I adjusted the monitor frequency inside the AMD catalyst centre to 120Hz and worked fine.. untill I restarted. Upon logging into my username, the screen turns black, but the mouse is still there. No wallpaper, no unity and no toolbar at the top. Any advice? Please open dialog with me if you have advice, I'm running IRSSI and cannot scroll up. :) [05:56] any answer pls ? [05:56] give them a chance afidegnum :) [05:56] patience is a virtue we should all have :) [05:57] varunendra: Actually, A lot of crap. Did not worked.. [05:57] Anyway.. [05:57] cfhowlett2: Are you sure that's the right channel? [05:58] I can't seem to remember the correct name. [05:58] xirre, as you mentioned a network issue I thought ... [05:58] any answer pls? [05:58] !server [05:58] Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Precise (Precise Pangolin 12.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/12.04/serverguide/C/ - Support in #ubuntu-server [05:58] xirre, oops! I left out the hyphen. Apologies [05:58] #ubuntu-server [05:58] Yes. Thank you. :) [05:58] Phy, most probably you chose incorrect filesystem type. You may still try photorec or testdisk again though. [05:59] varunendra: Thank you. Probably. [06:00] Phy, Good-Night ! (final or semi-final ?) [06:12] doing fresh installtion getting error unable to install bootloader on specified location and solution? [06:12] *any [06:13] what's the current specified location? [06:14] agen: what's the current location? [06:14] aeon-ltd: location? [06:15] error is coming while installtion [06:15] agen: you said "unabe to install bootloader on specified location" so what is the specified location? [06:15] *unable === jeff_ is now known as jeff_liu_cn [06:16] aeon-ltd: /dev/sda basically [06:18] I have down chmod 775 -R folder name but not work [06:19] this followed by the php error I am getting Warning: chmod(): Operation not permitted in _event_css_add() [06:20] Im having a problem with dual monitors. When ever I open a new tab in firefox it goes to my second monitor, even though in the display settings i have my main monitor set as the primary output. How can i stop this? [06:37] I just installed the AMD 13.6 beta drivers for ubuntu 13.04 64bit and everything worked fine. Then I adjusted the monitor frequency inside the AMD catalyst centre to 120Hz and worked fine.. untill I restarted. Upon logging into my username, the screen turns black, but the mouse is still there. No wallpaper, no unity and no toolbar at the top. Any advice? Please open dialog with me if you have advice, I'm running IRSSI and cannot scroll up. :) [06:46] hello [06:47] does somebody know that how to use key for authentication in rabbitvcs? [06:48] is there any document on line? === CyberJacob is now known as CyberJacob|Away [07:00] hello please how do i share my screen btw a desktop(ubuntu13,04) and a TV screen....so that what ever am doing on the desktop is different from whats on the tv screen [07:03] abdel, do you have any drivers installed for your video card? It should detect it automatically inside of the monitor settings. [07:04] itails: I have a hp desktop running ubuntu 13.04 ( when u install ubuntu all the drivers are there right) [07:05] abdel, Ubuntu doesn't install video drivers by default. [07:06] Only the basic driver to display the unity desktop. [07:06] abdel: some graphics cards and wifi chips may require drivers [07:06] why am asking this is that if i use my laptop running on ubuntu it works fine without installing any driver, thats why am curious [07:06] so how do u install the drivers pls [07:07] What you're going to want to do abdel is search for Software & Updates in the Unity Lens. [07:08] Then go to the addition drivers tab and select one of the drivers from the list. Preferably the stable ones. [07:08] but what will i search for itails? drivers for screen or what [07:08] Search for "Software & Updates" [07:08] without quotations [07:15] i went to additional drivers but there was no list @itails [07:16] abdel, Alright. If it doesn't show up there, go into Ubuntu Software Center and search for "Additional Drivers" and install it. After that, run it and it will detect the video card in your system. [07:16] Then select which driver you want to use. [07:17] abdel, it will look similar to this. [07:17] http://www.psychocats.net/ubuntucat/wp-content/uploads/driversraring12.png [07:17] iTails: I also have a little question regarding GPU and drivers [07:17] I just installed the AMD 13.6 beta drivers for ubuntu 13.04 64bit and everything worked fine. Then I adjusted the monitor frequency inside the AMD catalyst centre to 120Hz and worked fine.. untill I restarted. Upon logging into my username, the screen turns black, but the mouse is still there. No wallpaper, no unity and no toolbar at the top. Any advice? Please open dialog with me if you have advice, I'm running IRSSI and cannot scroll up. :) [07:19] skillpiG, check your PMs [07:23] Hi - Not sure if this is the right place to ask this or not. I'm setting up a new file server and the boot drive is a SSD. The system has plenty of RAM (16GB) and I was thinking it would be prudent to remove the swap partition to avoid excessive wear on the SSD. Does anyone have any exprience with this? [07:24] kdmurray: why would it make excessive wear ? [07:24] kdmurray: don't put swap on an ssd [07:25] no issue with swap on the SSD [07:25] kdmurray: Or you can reduce the use of swap since you have so much ram by lowering swappiness === tbn is now known as Guest68003 [07:25] ikonia: excessive writes [07:25] @histo could a system like this go without the swap altogether/ [07:25] it shouldn't though [07:25] hence why I'm asking why you think it would write a lot [07:26] kdmurray: why do you think it will swap a lot ? [07:26] kdmurray: it could however in the event of running out of ram if you don't hvae swap your system would hang [07:26] The system will use the swap partition even before it becomes memory limited if there are pages of memory which are underutilized. [07:26] kdmurray: yes, because they are not needed so it swaps them out to disk [07:26] kdmurray: that is not "excessive" [07:26] that is a very small ammount [07:26] hence why I'm asking you think it will write a lot and cause wear [07:27] kdmurray: just decrease the swapiness if you are concerned [07:27] Excessive was maybe the wrong word. "Unnecessary" would probably be better. [07:27] @histo how would one go about doing that? [07:27] kdmurray it is nessasary - as those segments are not in use, it's managing your system [07:27] so a few writes isn't a problem [07:28] it's working as designed [07:29] kdmurray: https://help.ubuntu.com/community/SwapFaq#What_is_swappiness_and_how_do_I_change_it.3F [07:29] @ikonia @histo thanks for the input & feedback, you two. much appreciated. [07:32] "install kernel_module_name /bin/false" is this a good practice to prevent kernel from loading,is there a better way [07:39] how install latest python-requests? [07:41] how to install all latest python-requests [07:45] krypto, to prevent kernel from loading ?? Or just a specific module? [07:46] specific modules [07:46] like which ones? [07:46] lp parport [07:47] its a virtual machine and dosnt use these [07:47] !blacklist | krypto [07:47] krypto: To blacklist a module, edit /etc/modprobe.d/my_blacklist.conf and add « blacklist » to the end of that list - To explicitly load modules in a specific order, list them in /etc/initramfs-tools/modules and type « sudo update-initramfs -u » === llutz_ is now known as llutz [07:48] hi, is already online a changelog about the 12.04.3 release? [07:49] krypto, what llutz pointed to above ^ Just use the blacklist.conf file or a new ".conf" file in /etc/blacklist.conf.d directory. On the other hand, there are some embedded drivers like uhci, ehci etc. which need boot parameters to be prevented/modified. [07:50] i tried that once but without updating ramdisk... [07:51] trying with update-initramfs -u [07:51] *correction - /etc/modprobe.d directory [07:51] varunendra: /etc/blacklist.conf.d? it's modprobe.d or did they change that with 13.04 too? [07:51] whoops, to slow, sr [07:51] y [07:52] llutz, ^ lol (/facepalms) [07:52] unfortunately it didnt work i can still see blacklisted modules in /proc/modules [07:53] its ubuntu 12.04.2 pv guest [07:53] i have installed the additional driver but i cant see it in the software update [07:53] still blank [07:53] help pls [07:54] if i specify it as /bin/false everything is fine. [07:54] krypto, usually updating initramfs is not necessary if modules are blacklisted correctly. If a blacklisted module is required by another module which is not blacklisted, it'll load anyway. [07:55] krypto, for example, in my lappy - "parport" is being used by - "parport_pc,ppdev,lp", so unless these are blacklisted too, it would get loaded anyway. [07:55] lp depends on parport and parport doesnt have any depends === llutz_ is now known as llutz [07:55] so i added both to blacklist [07:56] hi all - i want to give a friend a login to my server, but i want to restrict him to ONLY use his home directory. is that possible? how? [07:56] krypto, is parport ONLY used by lp in your vm? [07:56] testbottu, if you set up a non-privileged account, he can only use his /home by default iirc ... [07:57] modprobe --show-depends lp [07:57] insmod /lib/modules/3.2.0-48-virtual/kernel/drivers/parport/parport.ko [07:57] insmod /lib/modules/3.2.0-48-virtual/kernel/drivers/char/lp.ko [07:57] cfhowlett2: wrong, he only can write there (and /tmp) but access the full filesystem [07:57] modprobe --show-depends parport [07:57] insmod /lib/modules/3.2.0-48-virtual/kernel/drivers/parport/parport.ko [07:58] llutz, thanks. [07:58] krypto, it only shows which drivers lp requires, not that which drivers IT is REQUIRED BY. [07:58] I'm having a bit of a hard time trying to get Mir to work with 13.10, since I can't install the xorg-video-abi-13 package [07:58] testbottu: "chroot users into home" is what you search for, there should be tutorials in the wiki/forum [07:58] How How to know which port is plug my usb sound card ? [07:59] !13.10 | Nothing_Much [07:59] Nothing_Much: Ubuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+1 [07:59] krypto, simply see lsmod to see which drivers are listed in front of "parport". Those will have to be blacklisted too. In my lappy, they are 3 - "parport_pc,ppdev,lp" [07:59] who help me? How settings wine for play pso2? [07:59] Thank you llutz [07:59] lsmod [07:59] Module Size Used by [07:59] dm_crypt 23125 0 [07:59] lp 17799 0 [07:59] parport 46562 1 lp [07:59] krypto: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [07:59] Launchpad bug 17799 in firefox (Ubuntu) "replace debian package search with ubuntu package search" [Low,Fix released] https://launchpad.net/bugs/17799 [08:00] hmmm... [08:00] !pastebin | krypto [08:00] krypto: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [08:00] hi, anyone know non prism email service? [08:00] hey, anyone here using chromium? i'm using it on ubuntu 12.10+ (12.10 with some 13.04 upgrades) and after a while it always starts hitting DNS failures, and after a while longer runs out of system resources (resource not available errors). also when I close the browser window processes are still running. anyone else seeing similar? [08:01] pvh_sa, works perfect for my on 12.04 [08:01] varunendra: i dont have any other module other than theses 3 [08:01] these* [08:01] pvh_sa, I'd suspect your DNS settings before a browser issue ... [08:01] llutz: thanks [08:01] suore: that will be hard to find, start using pgp or other end-to-end encryption [08:02] I wonder cfhowlett2, what's different. my setup is a laptop that moves around a lot. i've checked DNS - its dnsmasq talking to different servers depending where i'm using the computer [08:02] krypto, as per your output, it should work if you blacklist both. Can't say what is triggering these even after updating initramfs. [08:02] pvh_sa, say what? I could be wrong, but shouldn't the default be the google dns server? [08:02] any body pls help [08:03] cfhowlett2, uh, no. split horizon DNS - can't use google DNS as default [08:03] I have 2 servers with seemingly identical set-ups... what can causea user to be able to log in on 1 server, but not on the other with this error: pam_unix(vsftpd:auth): authentication failure; [08:03] pvh_sa, ah. well then. [08:04] cfhowlett2, other apps handle the setup quite fine. i'm wondering if chromium is doing something different w.r.t. DNS then [08:04] pvh_sa, I can't offer a fix, as that's beyond my knowledge, but I'd still say it's a DNS issue. you could test that by using an alternate browser and see if the fail repeasts [08:04] cfhowlett2, firefox works fine. [08:05] pvh_sa, nicely done. then yeah, it seems to be chromium specific. But ... I don't know where that setting is [08:05] ok. hm. so I guess my question is... anyone using chromium who switches between different DNS setups lots? === jzheng is now known as jzheng_afk === |_ocke2 is now known as |_ocke === richard is now known as Guest27430 === Guest27430 is now known as rich97 === 36DAAZP3C is now known as tvoss [08:29] question; if you had folder / mount point but cp it to a new mount point say ~/Downloads then rebooted how to you delete the files on /? [08:30] is there a way to automatically put the computer to sleep without relying on the gnome power applet, e.g. on a system withtout X? [08:30] Hey all... I have a question about iptables... Is it, in general, possible to look for a string in a tcp packet (--algo bm --string...) and if it is found redirect the packet to another port? The first part is already done, but the redirection does not work.... [08:32] is there a way to automatically put the computer to sleep without relying on the gnome power applet, e.g. on a system withtout X? [08:32] krasnozer: automatically? [08:33] vlt, after fixed idle time [08:33] vlt, not like shutdown now+30 [08:34] krasnozer: How do you define “idle”? [08:35] vlt, yes that is what i'm asking === _BJFreeman is now known as BJfreeman [08:46] I'm having issues with the wifi driver, anybody in here with a Ralink 539b? [08:46] question; if you had folder / mount point but cp it to a new mount point say ~/Downloads then rebooted how to you delete the files on /? [08:48] sapage: can you rephrase that? [08:48] !anybody | dsalfran_ [08:48] dsalfran_: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [08:50] histo: i had a folder which i cp to a new HDD and re-mounted to the same folder location [08:50] sapage: and the problem is? [08:50] histo: how do i now clean up the original hdd? [08:50] sapage: you'd have to mount it elsewhere and delete files or you can just format the other drive [08:50] sapage: umount the new hdd temporarily, remove the old files, mount again [08:51] ok cheers [08:51] hanks [08:51] Ok, I'm looking for a driver for a Ralink 539b, I'm having random disconnections and very slow wifi. I already tried updating the kernel to 3.10 which at least give some support [08:51] dsalfran_: Try sudo iw wlan0 power_save off [08:55] dsalfran_: Don't PM me; what error did you get when you ran that command? [08:56] blazemore: the syntasis is wrong, it just gave me the help [08:57] dsalfran_: OK I don't know then, that's just something I found by Googling [08:57] blazemore: I checked I had to add set or add before command [08:58] dsalfran_, follow this post to run "wireless_script" and post back the pastebin link to the report it generates : http://ubuntuforums.org/showpost.php?p=12350385 [08:58] blazemore: "sudo iw wlan0 get power_save off " says is power save is off [08:59] dsalfran_, blazemore usually the command is - "sudo iwconfig wlan0 power off" [08:59] OK ty varunendra [09:01] varunendra: I ran the script and pasted the output in http://paste.ubuntu.com/5857835/ [09:04] dsalfran_, what is this - a university campus wifi ? === Swish[\] is now known as Swish [09:06] hi all, question. Using ubuntu server 12.04.2 where can I find postfix-policyd package for it === CyberJacz is now known as CyberJacob [09:06] cause when I do apt-get install postfix-policyd it tells me that there is not candidate [09:06] can some 1 point me to a package [09:06] please [09:06] I tried searching === CyberJacob is now known as Guest68009 [09:07] does anyone have a dell inspiron 1545? [09:07] varunendra: Yes, I'm at the university right now. The wifi works, the problem is that is unstable, I have an older machine next to it and is not a wifi provider issue [09:09] dsalfran_, try - "sudo modprobe -rfv rt2800pci" ...... then ......... "sudo modprobe -v rt2800pci nohwcrypt=Y". === AJC_Z0 is now known as AJ_Z0 === zz_megabitdragon is now known as megabitdragon [09:12] Hi. I installed Ubuntu 13.04 on ASUS U500VZ Touch. Some of the function keys are not working (keyboard backligt + wireless). Any Help ? [09:12] you need install driver [09:13] is this room ok a lot of people quit at once [09:13] !netsplit [09:13] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [09:14] !details | michaela [09:14] michaela: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [09:14] snql Do you mean asus-vmi-dkms? I installed it but still not working [09:15] is it possible to pass duration to ffmpeg for how long it should record desktop? [09:15] reboot your system [09:15] I did but still not working === berryciderspider is now known as 8OWAAH8BV === Jack is now known as Guest68663 [09:15] and the asus kernel module is loaded [09:17] varunendra: I ran the commands you gave, that mess up with the vpn buy I'm back. By the way I already had "options rt2800pci nohwcrypt=1" on /etc/modprobe.d/rt2800pci [09:17] Question: What PAM module do you use for authenticating vsftpd users? === Siebjee is now known as Siebjeee === Siebjeee is now known as Siebjee [09:19] im thinking about upgrading the wifi card on my dell inspiron 1545 to a faster n one. does anyone have any suggestions [09:19] dsalfran_, if the access-point is not under your control, there is not much you can do with this driver. Disabling N channel on the router/access-point often helps with this driver in such issues, but obviously that is something you can do only with your own routers. === illovae_ is now known as illovae [09:22] varunendra: Well, the issue is more problematic at home. I have access to the router there but no idea what is the N channel or how to disable it :( [09:23] has anyone heard of a fix for expect that would allow bigger output buffer? or perhaps there is a better tool than expect? [09:23] Hi. I installed Ubuntu 13.04 on ASUS U500VZ Touch. Some of the function keys are not working (keyboard backligt + wireless). Any Help ? [09:24] dsalfran_, it is meant for speeds higher than 54 Mbps (upto 300 Mbps), but is still not very well supported by most of the linux drivers. In router it is usually in the list of "Modes" or "Channels" (a/b/g/n) where you can choose a mode without "n" (usually "b/g only") [09:25] hi [09:25] what's the use of syslinux-themes-debian? === Troy_ is now known as Guest46915 [09:26] dsalfran_, in some cases, where too many access-points with same SSID are available (like your current situation), sometimes Wich performs better than NetworkManager : https://help.ubuntu.com/community/WICD [09:27] dsalfran_, although by your dmesg part, it doesn't look like a NM issue. [09:27] *wicd [09:27] varunendra: Thanks, I will try to play with the router when I get home. Silly question, is that something I do physically on the router? [09:28] hi. I created a bootable usb of lubuntu 13.04. And tried to boot into a old machine with it. It gives black screen with message boot error. What could be the problem? === Guest46915 is now known as Troy^ [09:28] dsalfran_, no, it's just a setting in admin control web interface of the router. [09:28] meet, Whats the error? [09:28] sporkeee: "boot error" is all that is displayed on screen [09:29] and then it proceeds to boot from the hard disk into winxp. [09:29] meet, How did you load the usb, and did you check the sum of the iso? [09:29] sporkeee: I tested the iso on my laptop in virtualbox. worked fine. then created the usb using unetbootin [09:29] varunendra: Ah, I was looking at the syslog last time I had the issue at home and I remember that when trying to connect to the network it had problems with the IPv4 resolution or something like that === trench_ is now known as trench [09:31] meet, Lots of loaders, I would check the sum anyway, and try another. [09:31] might of just been a bad load. [09:31] now I tested the usb on my other laptop. the live session did boot up with no problems. [09:32] dsalfran_, a DNS or resolving issue should at most affect browsing, page not loading etc. It should not affect your connectivity to the access point. [09:32] meet, This computer does boot a usb it sounds like, not sure really. [09:32] dsalfran_, here is a short guide to make the proprietary driver "rt5390sta" work with this chip : http://irrelevantcheetah.com/?tag=rt539b But consider it the last resort since I'm frequently seeing freezing issues with ralink drivers on latest kernels. [09:33] sporkeee: the machine I am trying is p4 and never updated the bios or anything. but it does show a boot from usb option in bios settings. [09:33] Any work arounds? [09:35] Hi === fALSO_ is now known as fALSO [09:36] the iptables-save man page specifies [09:36] NAME [09:36] iptables-save - dump iptables rules to stdout [09:36] but: [09:36] root@lemonparty:~# iptables-save [09:36] root@lemonparty:~# [09:36] fALSO: Do you get any output from "iptables -L"? [09:36] hi [09:36] what is wrong, the script is borked, or the man page is incorrect? [09:36] yes blazemore i have rules in iptables [09:37] fALSO: Neither probably [09:37] auto scripter [09:37] varunendra: I'll keep that link if I have further issues. Yes, I thought the nohwcrypt=1 was for better speed but what I have been getting is that pages stop loading. A DNS resolving issue should be the problem. Is something I can fix? [09:37] meet, I see yes and no's on the p4 and pae kernels, you might try a mini iso net install. [09:37] blazemore, what do you mean? [09:37] blazemore, both the manpage and the script are borked ? [09:38] fALSO: what's the output of "which iptables-save" ? [09:38] /sbin/iptables-save [09:39] dsalfran_, try using open DNS like google's "8.8.8.8, 8.8.4.4", If you are not using IPv6, make sure it is set to "Ignore" in Network Manager. You can even completely disable it if you wish (search net for it, and pick up the "sysclt.conf" formula) [09:39] nice... found the problem [09:39] fALSO: What was it? [09:39] root@lemonparty:~# which iptables-save [09:39] root@lemonparty:~# ls -sl /sbin/iptables-save [09:39] 0 lrwxrwxrwx 1 root root 9 2012-02-06 03:30 /sbin/iptables-save -> /bin/true [09:39] root@lemonparty:~# [09:39] fALSO: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [09:40] LOL amazing [09:40] this is awesome [09:41] is this normal in ubuntu blazemore ? LOL [09:41] dsalfran_, correction - it is /etc/sysctl.conf file that needs to be edited to disable IPv6 (only if seems affecting browsing, or if you see problems with it in syslog) [09:41] It's not on my system fALSO [09:41] varundendra: Thanks for the help. I will try all of this when I get home tonight [09:42] you'te welcome :) [09:42] varunendra: Not sure if I'm using IPv6 [09:43] dsalfran_, just take a look at your syslog (cat /var/log/syslog). If you don't see problematic lines regarding IPv6, then setting it to "Ignore" in NM is enough. [09:47] hi folks, i have severe problems with my mdraid6 (3/7 failed) and like to examine it with a ubuntuLiveCd (13.04), but i'm afraid that the livecd with try to assemble it at boot time (before i can have a look at it). How can i prevent this? (theres also lvm upon the raid) === richard_ is now known as rich97 [09:50] hi all === pascal is now known as Guest85039 === duke_ is now known as dukje === Guest85039 is now known as pheros === dziegler is now known as dziegler_off [09:52] i need some help with useraccount management, can someone help me please? [09:53] Ask your question pheros [09:53] how can i set a max usage on the harddisk for a user? or isnt that possible? === dziegler_off is now known as dziegler [09:54] pheros: You're looking to set a "usage quota" or "disk quota" - I googled for a guide and found this http://www.thegeekstuff.com/2010/07/disk-quota/ [09:54] ok ill check it [09:57] I want to setup an OS inside VBox for rails development, but can't choose between ubuntu, lubuntu and xubuntu === babilen_ is now known as babilen [09:58] resure: they all have the same base [09:58] resure: you can install ubuntu minimal and then choose a desktop as needed [09:59] is there a liveCd specific chan? [09:59] Anyway, I can install other desktop environments on any of that systems === `Nothing4You is now known as Nothing4You === DestinyAwaits is now known as Guest54515 === DestinyAwaits1 is now known as DestinyAwaits === jack is now known as Guest49260 [10:06] Roger 13 [10:06] clear [10:06] apt-get update [10:06] hello anyone there ? [10:06] !details | zaertiop [10:06] zaertiop: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [10:07] hello zaertiop :) yes, 1550 people are here :D [10:07] Hi there [10:08] Does anyone have a recommendation for a nice torrent client (with webui) under ubuntu? Preferably a server daemon thingy :) [10:08] Shariff: deluge [10:08] blazemore: thanks! Will look into that immediately :) [10:08] Shariff: torrentflux [10:08] Shariff: deluged runs as a daemon, can be connected to locally or remotely with gtk and webui (gtk works well on Windows too) [10:08] k1l: Thanks! [10:08] Shariff: It also has "classic mode" which hides a local daemon when you just want a simple torrent client [10:09] blazemore: Sounds great! [10:09] Does it also check watch folders for new torrent files? [10:09] k1l: I've never used torrentflux, have you used deluge? [10:09] Shariff: Yes [10:09] blazemore: Sounds brilliant [10:09] i got lots of annotation on a file [10:09] @Shariff I've been using Transmission for the past few years. Does a good job. [10:09] Shariff: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient [10:10] i would like to cat the content expect annotation how to do ? [10:10] Thanks for all the help! [10:10] zaertiop: What do you mean bu annotations? [10:10] blazemore: no, i just used torrentflux and was satisfied with it [10:11] remark, comment what ever you like [10:11] hi there, how do i prevent a ubuntu (13.04 or an other) livecd from trying to assemble a (faulty) raid at boot time? [10:12] dukje: I don't see why it would [10:12] anyone understand my question ? [10:13] zaertiop: How did you add these annotations? [10:13] blazemore, that it sees what could be mounted after. but are u sure, because i want to examine it, before its getting messed up more [10:14] well let me explain you again [10:14] i got this file [10:14] for example [10:14] http://paste.ubuntu.com/5857974/ [10:14] dukje: Use the boot option raid=noautodetect [10:15] blazemore, great thx & cu [10:15] OK zaertiop and what do you want to get out of it? [10:15] i would like to see the content of this file without the hash [10:15] what i have to do ? [10:17] cat filename | sed -e 's/#//g' [10:18] zaertiop: Or do you mean you only want lines which do not have a hash? [10:18] zaertiop: in which case it's "grep -v \# filename" [10:21] let me check [10:22] perfect working blazemore [10:22] No problem zaertiop [10:23] are you good on bash script ? [10:23] Not hugely so, only to what my job requires. I can handle simple grep and sed :) [10:24] hi, the fonts look different between unity and others wm, is it possible to apply the defaults gtk font/themes settings outside unity? [10:24] krasnozer: Do you mean when you start a different desktop environment from the login screen? [10:24] krasnozer: If so, you need to go into the configuration options for each desktop environment to change its fonts [10:24] blazemore, yes [10:25] krasnozer: How you do that will be different for each desktop environment (KDE, XFCE etc) [10:25] blazemore, but what about a barebone wm? [10:26] krasnozer: Which one is it? [10:26] #bash [10:26] blazemore, i remember xfce had something like a xfce-settings daemon for that, is there something similar in ubuntu/unity? [10:26] zaertiop: Did you want to /join #bash [10:26] blazemore, ratpoison [10:27] krasnozer: Changing the unity settings will affect only unity [10:27] i m asking you if you are good on bash [10:27] that's akk [10:27] all [10:27] blazemore, but there are no fonts settings in unity [10:27] i was trying out lubuntu13.04. I was not able to add icons to the desktop. is that a bug which has been fixed? [10:28] krasnozer: Try out the program "gnome-tweak-tool" which is in the repositories - It will allow you to make changes to fonts which should affect all GTK applications, regardless of wm [10:29] well this is my work file http://paste.ubuntu.com/5858002/ [10:29] i would like to make a script with that [10:29] how to do ? [10:29] blazemore, that's exactly what i was looking for thanks [10:29] zaertiop: What do you want the script to do? [10:32] zaertiop, please ask bash specific questions in #bash only (where you are already asking the same question) [10:33] then keep you silence from there varunendra [10:33] then why you keep silence from there varunendra ? [10:34] zaertiop, I am mostly a learner there, I provide support answers only for Ubuntu specific questions. [10:35] hey all [10:35] when i try options index=0 in alsa-base.conf the sound card is appears ? [10:35] then leave alone with my question [10:35] trying to set a usb audio card as the first card. [10:35] disappears [10:36] Daulity: Can you see the USB audio card when you run "aplay -l" ? [10:37] blazemore: it's not there and it's not in alsamixer, when i remove the line it comes back as the third card. [10:37] Daulity: Take a look at http://alsa.opensrc.org/MultipleCards#The_older_.22index.3D.22_method [10:40] Is there no /etc/locale.gen? :S [10:41] blazemore: the slots option worked thanks :) [10:41] np Daulity [10:42] Lartza: I think t's /var/lib/locales/supported.d/local but you don't want to edit that directly [10:42] hi [10:42] zaertiop: your question has nothing to do with Ubuntu, please seek help in the proper channel like #bash [10:42] I'm having problems with a ath9k wifi card, I'm unable to connect to a 802.11N network [10:42] Lartza: Check which locales are supported with "less /usr/share/i18n/SUPPORTED" [10:42] I'm running 13.04 with kernel 3.10.0-031000-generic [10:42] Lartza: Then add them to the system with (for example) sudo locale-gen ru_RU.UTF8 [10:43] and I'm getting crazy :) [10:43] blazemore, Yeah I just ran locale-gen :) Thanks [10:43] Lartza: Don't forget you might have to run "sudo update-locale" after but I'm not 100% sure [10:43] could you refer me to some tutorial or explanation about why ath9k cards have so many problems and how could I fix the 802.11N connection problem? [10:43] blazemore, I am guessing I either have to manually edit /etc/default/locale or update-locale LANG=mylang :) [10:44] Lartza: I believe so, there's a graphical utility in system settings too [10:44] blazemore, Server ;) [10:44] nodie: Which card have you got, and can you connect to 802.11g networks? [10:45] blazemore, That's basically why I had no locales at all, but it didn't cause any problems before now :P [10:45] Lartza: It probably fell back to en_US.utf8 [10:45] blazemore, there was no en_US.UTF-8, fallback is probably C then === gbyers[Away] is now known as g_byers [10:46] And I faced some unicode problems with python now and realised LANG is not set :) [10:47] blazemore, 03:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01) === kelemvor is now known as tsmes [10:47] hello [10:48] nodie: echo "options ath9k nohwcrypt=1" | sudo tee -a /etc/modprobe.d/ath9.conf [10:48] skander, greetings [10:48] blazemore, I added that line and created the file, no improvement [10:48] nodie: Then reboot [10:48] I did blazemore [10:48] Hi, is there a location in my home dir, where information about usb-drives, which have been mounted once before, are stored? Since I upgraded to 12.04LTS certain usb-sticks won't be mounted correctly (I am using the same home-dir as before, therefore old settings got carried over) [10:49] nodie: or "sudo ifconfig wlan0 down; sudo rmmod -f ath9k; sudo modprobe ath9k nohwcrypt=1; sudo ifconfig wlan0 up" [10:49] in fact after reboot, "iw list" still does not shows any speed about G (54MBPS) [10:49] nodie: So you cannot connect to ANY networks? [10:49] I can connect to G networks [10:49] but not to N networks [10:50] I tried with a external USB wifi N card => TL-WN722N [10:50] blazemore, never use rmmod unless you are sure the module has no dependencies. Instead use "modprobe -r" [10:50] how to install .img driver on ubuntu [10:50] varunendra: Ty for the tip [10:50] and it didn't allow me to connect to N cards neither [10:50] for one controller adaptec raid 0 [10:50] and everybody here is connected to the N card (apple and macosx computers) [10:50] samy: Where are the instructions for it? [10:50] sil3132 silicon image [10:51] I'm going to try the rmmod and modprobe forcing nohwcrypt ... which will disconnect me blazemore, see you in a minute [10:51] nodie: Are there any drivers available in Software Properties [10:51] OK [10:53] hi again blazemore [10:53] hi [10:53] after executing the rmmod/modprobe... no improvement [10:53] iw list still list 54MBPS as max speed available and the N networks does not appear in the network manager [10:54] i have a adaptec raid controlle with silicon image 3132... and the raid doesnt run on ubuntu.. please help [10:54] nodie: sudo modprobe -r iwlwifi; sudo modprobe iwlwifi 11n_disable=1 [10:55] disconnecting [10:56] samy: What is the model of the adaptec raid controller? [11:01] blazemore, iwlwifi does not recognizes any wifi card [11:01] 1220sa [11:01] sil3132 [11:01] I'd to rmmod ath9k for loading it, and after checking that no wlanX appeared I rmmod iwlwifi and reload ath9k (this is how I'm connected now) [11:02] blazemore it's a adaptec 1220sa, configured with 2x500gb raid0 [11:03] on windows 0 problems... on any live cd with linux... other dist.. i see the raid.. but.. i installed ubuntu studio and i dont see the raid [11:03] samy: So you have already built the .img package for the driver? [11:03] mmm [11:03] hi guys. I have a problem starting up a daemon [11:04] i download 1 for red hat or suse... [11:04] but all files are .img [11:05] after installing it with apt-get install, it is loaded correctly. Running /etc/init.d/daemon_name start|stop also works fine. After rebooting, the daemon will not load. The error I get is: chroot: no such file or directory. [11:06] i dont know the img files [11:06] Running apt-get remove and apt-get install again, loads the daemon. [11:07] Not sure if that card is supported at all, samy [11:17] can i print the time next to each output in my bash script? [11:17] Yes T3X for example, to get the same prompt as me do "export PS1=\[\033[0;34m\][$(date +%H:%M)][\u:\w]\$ \[\033[0m\]" [11:18] Looks like [12:18][rory:~]$ [11:19] T3X: http://www.kirsle.net/wizards/ps1.html [11:20] blazemore: will go through and get back to you [11:25] hi === aaa_ is now known as Guest36889 [11:25] hi. In Nautilus, how can I disable—what I can only describe as the 'statusbar'. It jumps out of the way of the mouse, but with long filenames it has nowhere to go, and it obscures the last file in the list. [11:25] hi [11:27] makara: Tool-tip pop-up of the selected file? Don't think you can. [11:29] jpds, yes === pof is now known as Guest11259 === Troy_ is now known as Guest64822 === fego is now known as Guest17283 [11:41] How can i search my whole hardrive for a folder called 'backup' using the terminal? [11:42] find / -name 'backup' -type d? [11:43] dannymichel: or use the gui [11:45] that command searched recursively [11:45] dannymichel: That'll do. Best to also add 2>/dev/null to it as that command will also search /dev, /proc and that'll fire a bunch of permission errors [11:45] I'm using ssh bro [11:45] dannymichel: yes it will [11:45] I'm not your "bro" [11:45] theadmin: super tip [11:45] ikonia_: can you be my sis then? :) === ikonia_ is now known as ikonia [11:45] mumpitzel: or you could stop calling me stupid names [11:46] wasnt talking to you ikonia [11:46] dannymichel: who where you talking to [11:46] as I am the only one that had responded [11:46] I used to use a PS/2 mouse but tried out one of my other mice via USB. Now when I used my PS/2 mouse the cursor just won't move. [11:46] theadmin [11:46] thats odd as you responded before the admin had typed, but not to worry [11:46] http://d.pr/i/ILcJ [11:47] ikonia: you must have had a bit of lag [11:47] thanks theadmin [11:47] dannymichel: why are you telling him you're using ssh - he's given you a command for ssh, he knows your using ssh [11:55] Hi all [11:56] Hello i am using Alienware 17x R3 and it has 2 graphics card 1 intel intergrated and 1 more ATI 2GB . how can i configure them and use the ATI graphic card instead of the intel one ? :) thanks [11:57] christophoros: The proprietary AMD driver (catalyst/fglrx) supports hybrid graphics on some laptops. Your best bet is to install the driver and see if it works. [11:58] christophoros: If you have the propretiary ATI drivers, just go to the AMD Control Panel and set the card you want to use [11:58] christophoros: Have no idea how to do it with the open ones though [11:58] The open source drivers don't support hybrid graphics yet. [11:58] Switchable graphics are a pain on any system for me :/ [11:58] ow:( so i shall return to windows if i dont make it :(\ [11:59] Hello! Does anyone have experience with libtorrent for python? [11:59] the descreet graphics cards are a failure on the open platforms sadly [11:59] christophoros: Not really a problem, open the extra drivers tool and search for the ATI ones [12:00] christophoros: Either in System Settings -> Additional Drivers or, in 12.10 and up, System Settings -> Software & Updates -> Additional Drivers [12:00] There is a good chance it won't work. I'd say it's about 50/50. [12:01] adamk: The AMD support has seen quite a few improvements over the recent years I would say, although honestly it's still on the starting stage [12:01] Yes, it has, but it [12:02] But support for hybrid graphics is still very iffy. [12:02] in Additional drivers i can see my ATI [12:02] num, ask your question they will answer [12:02] Ubuntu is a part of prism! Go install Windows! [12:02] wrong chan <.> [12:02] companion, shut up and go away [12:02] !topic krabador [12:03] !ontopic krabador [12:03] damn bot >.< [12:03] !botabuse > companion [12:03] companion, please see my private message [12:03] companion: you need the pipe | [12:03] let me give u my screenshoot .. give me a sec to upload it on an uploader [12:03] thanks for the highlights going back to work <.> [12:04] christophoros: If you can see it, then just click "Activate", wait for the install to finish (can take a while) and then reboot [12:04] This is what a python implementation of libtorrent looks like: http://www.rasterbar.com/products/libtorrent/python_binding.html . The following is a C++ method which I want to use in the python version: session::set_max_connections() . How do I set the max connections? , companion [12:05] num: probably best asked in #python [12:05] num, just ask your question without highlighting me :-* [12:08] http://img850.imageshack.us/img850/7913/qr44.png [12:08] whitch from the 3 of them shall i choose ? [12:08] christophoros: The current setting looks okay, actually [12:09] christophoros: Just reboot (if you changed it) and then find the AMD control center in the dash [12:09] so the pc now is using the ATI one ? how can see that ? === richard is now known as rich97 === Troy__ is now known as Troy^ === LanaDelRey is now known as Catbuntu [12:16] Does any one know if you can see which data is going into /dev/null ? [12:16] Hi, where can I change my Grub2 menu? Tried opening /etc/grub.d but it doesn't show anything that would seem its menu [12:16] Siebjee: ...Uh, no. That's kind of the point of /dev/null. [12:17] theadmin, i know, but still am wondering how much output my application is writing to the blackhole without restarting it [12:17] hi, any pointers to what would be good to use to convert pdf slides to a stack of png images? [12:17] marz, have you checked /etc/default/grub ? [12:18] Siebjee: Yes, no menu items either [12:19] nvm, convert does a good job at it it seems [12:19] marz, what is the thing you want to accomplish ? [12:20] hey. I was trying to install flash plugin using instructions on ubuntugeek.com. after some time it got stuck while downloading some .tar.gz file. So I cancelled it. Now everytime I try to install something error comes up. how do I cancel this operation entirely? I dont want to apt-get install -f or dpkg configure -a [12:20] I want to change the menu of my Grub. In the training video that I'm watching, it says I can change it on /boot/grub/menu.lst I googled it and found out that Ubuntu has it on /etc/default/grub or /etc/grub.d [12:20] Siebjee: I want to change the menu of my Grub. In the training video that I'm watching, it says I can change it on /boot/grub/menu.lst I googled it and found out that Ubuntu has it on /etc/default/grub or /etc/grub.d [12:20] marz, most of the configuration of grub2 is located in either /etc/grub.d/ or /etc/default/grub [12:21] marz, that is the old style of grub (grub1) [12:21] Siebjee: my grub2 menu contains an item that says "Older Version of Linux" does that mean that there is an older version of Linux installed onto it? [12:21] marz: what do you want to change? [12:21] marz, yes, older versions of your kernel [12:21] Siebjee: How do I remove it? [12:22] marz, to remove them from the menu remove them from the client [12:22] marz, apt-get remove [12:22] marz, http://www.howtogeek.com/howto/17787/clean-up-the-new-ubuntu-grub2-boot-menu/ or follow this howto [12:23] Siebjee: How do I now what version that it? [12:23] marz, gui or cli version ? [12:23] marz, current kernel you are running on (uname -a) [12:23] in the terminal that is [12:24] uname -r even [12:24] would print something like '2.6.32-5-amd64' [12:24] Siebjee: its 3.5.0-36, how do I know what version that older version is? It doesn't list on the grub2 menu [12:24] Siebjee: It only says, Older Version of Linux [12:24] marz, dpkg --list |grep linux-image [12:25] marz, that will give you a list of all installed linux images [12:25] remove anyother that you are not running on === olivi27 is now known as crapax === crapax is now known as olvr [12:26] Siebjee: It shows 4 [12:26] marz, one of them is linux-image-3.5.0-36 [12:26] or something like ti [12:26] it * [12:27] Siebjee: How do I remove the others? [12:27] Siebjee: i'm sorry, I'm a total noob, hehe [12:27] apt-get remove linux-image- as dpkg has shown you [12:27] marz, no worries mate :) we all had to start from there ;) [12:27] marz: Run this, it will remove all the kernels except your current one: dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge [12:28] theadmin, howly crap =D that should do the trick indeed :) [12:29] Not that much of a regex person my self :) [12:29] theadmin: W0W! I don't understand that at all. Is that what they call bash scripting? [12:29] marz, yes [12:29] one-liner to be more precise :p [12:29] hi [12:29] but it does the trick for ya [12:29] looking for ubuntu ARM project in live mode [12:30] marz: Well, yes -- sed uses regular expressions which is quite evil. That's probably not the best way to get the names out, but eh, it works [12:31] theadmin, nicely build though :) [12:31] marz, why do you actually want to remove your older kernels ? [12:31] Siebjee: Well, that should go to whoever made up that command, I just found it on some sort of blog or forum or somethings. [12:31] !arm | varunsk [12:31] varunsk: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [12:31] marz, you can just disable the entire chainload in grub and or put the menu timeout to 0 [12:32] theadmin, nicely found then :) kudo's to him / her [12:32] anybody knows about bringing back an uninstalled cryptkeeper to decrypt a folder ? [12:32] Siebjee: I just want to remove entries from Grub2 menu [12:33] marz, normally there is no need for that. They don't use that much resources. In fact only some disk space. Which usually is no problem at all [12:33] Siebjee: I just want to know how it's done === Jikan is now known as Jikai [12:33] marz, fair enough :), just pointing it out [12:34] get to grub conf file [12:34] Siebjee: Isn't there any configuration files that I can open and change the list from there? [12:34] /boot/grub [12:35] marz: Well, in Ubuntu, GRUB detects kernels automatically and builds the resulting config from that. So in general, not really [12:35] marz: /etc/default/grub and /etc/grub.d/ === varunsk is now known as consiegliere === consiegliere is now known as Consigliere [12:35] marz: I mean, that part of the config is just scripts responsible for finding the kernels [12:36] Greetings, fellow inferior human beings. Will using Linux in the form of Ubuntu help with stability in critical scenarios, especially as regards my new, completely digital gas chambers? [12:36] theadmin: Oh, I see, so I really can't manually control what items will be listed on the GRUB2 menu then [12:36] auronandace: I tried checking both files [12:37] marz: any alterations to them should be followed by update-grub [12:37] marz, Quote: I really can't manually control what items will be listed on the GRUB2 menu then, < Yep thats correct. Unless you uninstall your old kernels [12:38] Siebjee: Oh, that's the answer I was looking for. Hehehe [12:38] marz, :) === peter is now known as Guest99170 [12:39] Siebjee: See, I'm currentyl watching a video from CBT Nuggets about Linux, and I think its using the older version of GRUB where you can edit it in /boot/grub/menu.lst, and in the file is a list of items that you can modify to add or delete items from the grub menu [12:39] marz, with grub1 you had a menu.lst which was quite easier. But since grub2 this has been removed, and automated. [12:40] marz, that is indeed the older grub version [12:40] quite confusing in the beginning [12:40] Siebjee: Actually, Ubuntu has been using autodetection mechanisms for quite a while even back when GRUB 1 was around. [12:41] Siebjee: Well, thanks for the help mate. I'll be back for more. That's for sure . . . hahahaha [12:41] theadmin, i came around at the grub2 area [12:41] marz: the file grub2 uses is grub.cfg which gets generated from the scripts in /etc/grub.d/ [12:41] marz, You're welcome :) [12:42] auronandace: Oh okay, you edit /etc/grub.d/ then do a update-grub to refresh or update the scripts generated in grub.cfg [12:43] Siebjee: By they way, can I ask for tips on how to get proficient in Ubuntu? [12:43] hello. i am trying to get uShare to work. if i add a folder with mp3's or video files, any type, i will get a segfault, core dumped. [12:43] it works only with an empty folder [12:44] marz: get proficient in ubuntu is rather vague, what exactly do you have in mind? [12:44] auronandace: Just be able to do anything I like similar to Windows [12:44] !manual | marz [12:44] marz: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [12:44] haha [12:45] auronandace: I'll bookmark that one. Thanks ;_ [12:45] marz: You can't do anything you like in Windows, you can only do what Microsoft likes ;) [12:45] marz try this http://mybroadband.co.za/news/software/32474-a-windows-users-guide-to-linux.html and this https://help.ubuntu.com/community/SwitchingToUbuntu/FromWindows === jack is now known as Guest59671 [12:45] theadmin: I was expecting that kind of an answer. Hahaha [12:46] marz: and you sure got it...:D [12:47] nnyk: Good Thing steam already supports Linux. Hehehe === kcristiano_ is now known as kcrist [12:48] marz: Well, Steam worked rather okayish even before it had a Linux version, actually :) [12:50] can anyone help me with setting up nginx [12:50] Hi, I just upgrade to raring and found unity not work any more. anyone can help? [12:50] theadmin: I'm just glad we now have a full blown support from Steam. :D [12:51] theadmine: That kinda sounds like I'm part of the ubuntu developer. lol! [12:51] I have a fresh build of ubuntu 12 server and am looking for a very good guide to installing Zabbix as a network monitor ... or suggestions of better software [12:51] marz: Yesh. Hope they port Portal 2 soon [12:52] marz I saved this Freenode quote a few months ago: "you won't get a system that behaves the same way as a windows system.. linux has its own advantages and disadvantages.. you just learn to live with a different set of annoying things =)" [12:52] MonkeyDust: True that! :D [12:56] Hello, how can I list all usb ports on my machine? active [12:56] quetzakubica1: lsusb === Mave`ts is now known as mavensk [12:57] i cant install less using npm [12:57] it gives me a bunch of errors [12:57] can any one help? [12:57] mayankmadan: Put the errors in http://paste.ubuntu.com [12:58] Mave`ts: but I dont see names of usb ports. Like /dev/ttyUSB0 [12:58] mayankmadan: surely less is already installed [13:03] blazemore: http://paste.ubuntu.com/5858342/ [13:04] mayankmadan: Is that a Ruby thing? [13:05] From the looks of that error, you need to update npm. What version of Ubuntu are you on? [13:05] "Not compatible with your version of node/npm" [13:06] blazemore: less is a js library for dynamic stylesheets [13:06] im on 13.04 [13:07] !windows8 === maxx is now known as Guest71475 [13:07] !uefi | SwashBuckla [13:07] SwashBuckla: UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [13:07] mayankmadan: did you install with sudo npm install -g less [13:08] yes [13:08] mayankmadan: sudo apt-get install node-less === Mike is now known as Guest16276 [13:15] \;cds'[kp [13:20] Running 12.04, and it appears my power management software (or perhaps firmware) is fried. Occasionally my laptop will be plugged in, and the line-in light is on, but the battery won't charge, and will eventually die. I thought it was my PEM or battery, but the battery starts charging as soon as I turn off my laptop. How should I go about testing this? [13:22] hidn_shadows: if you get the same results from windows then you may want to ask in #hardware [13:23] auronandace, It might be a few days until I can try Windows, anything I can do to test in the mean time? === minilyn is now known as lyntoo [13:24] hidn_shadows: not sure sorry [13:33] goddamn you evil UEFI [13:33] ah well. I will buy my laptops in the future, not mummy and daddy [13:34] good evening! is anyone here using LINE (powered by NAVER)??? can someone please help me get LINE running in my laptop? I'm using ubuntu 12.10 quantal [13:34] !wine | nic013 [13:34] nic013: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [13:34] nic013: http://solutions4linux.blogspot.co.uk/2013/02/line-messenger-under-ubuntu-1204-with.html [13:35] thanks! gonna check that out [13:35] No problem, good luck [13:36] I have two repos added for 'nuvolaplayer' one for stable,one for beta. How can I force an install of the beta version? [13:36] elijah: it should install which ever version number is highest [13:36] elijah: what repos did you add? [13:36] quick question...I just reset my passwd on my ubuntu box by restarting, dropping to root shell, typing in passwd and then entering in the password twice. It said it saved correctly. per the instructions I was following, I typed sync, then reboot -f. now when I try to log in, I type the password, it drops to a quick shot of the shell, then back to the login screen...it's not letting me log in...anyone know where I went wrong? [13:37] I followed these instructions: http://www.howtogeek.com/howto/linux/reset-your-forgotten-ubuntu-password-in-2-minutes-or-less/ [13:38] j_wolf1: Check what session it's set to log you into [13:38] which package or script is good for connecting usb modem in ubuntu 12.10 [13:38] marcoceppi: ppa:nuvola-player-builders/beta && ppa:nuvola-player-builders/stable [13:38] blazemore: elaborate? [13:39] j_wolf1: On the login screen, what does the Session Chooser say? http://www.omgubuntu.co.uk/wp-content/uploads/2013/01/session-chooser.jpg [13:39] elijah: the packages are identical in both repositories [13:39] marcoceppi: From what I am seeing they both have the same build for Raring [13:39] elijah: correct [13:39] marcoceppi: lol, thanks for verifying [13:40] elijah: heh, no problem :) [13:40] im looking at laptops, some have touchscreens..... does ubuntu have any compatibility problems with toucscreen laptops? or it will work fine and will ubuntu will just ignore touchscreen input [13:40] Looks like unstable has something different [13:40] https://launchpad.net/~nuvola-player-builders/+archive/unstable [13:40] @blazemore dude what is p7zip-full? [13:41] I'm a little bit confused right now. [13:41] i know ubuntu dosnt have touchscreen support, i just wondered if maybe touchscreens require some weird driver ubuntu might not have..... but then i guess it all comes down to the graphics card maybe? if that is the middle man that handles everything [13:41] oh gad [13:41] marcoceppi: okay, now it is picking the unstable version after I added that repo [13:41] wish I didn't have only this UEFI laptop [13:41] no more linux [13:41] :( [13:41] ...Is BrainStorm dead? [13:41] marcoceppi: How would I revert back to stable if it is no good? [13:42] blazemore: it looks like I have only two options. ubuntu and ubuntu 2D. this is ubuntu 12.04 with a only a few updates (not actively used) [13:42] elijah: remove the unstable ppa, then sudo apt-get install nuvolaplayer. It'll install "upgrade" the version with what it knows [13:42] even if that means downgrading [13:43] For some reason http://Brainstorm.Ubuntu.com redirects to http://Community.Ubuntu.com [13:43] Hello all === skirge1 is now known as skirge [13:44] marcoceppi: gotcha, that will work, thanks much! [13:44] ctcb, it is [13:44] np [13:44] ctcb: I believe it was shutdown [13:44] * marcoceppi looks for post [13:44] which software/package/script is good for connecting usb modems in ubuntu12.10 [13:44] How do I give my ideas to the community now? :( [13:45] ctcb: there's a whole blog post on it, one second. tl;dr; no one really listend to brainstorm - it was a failed expierement [13:45] Is this the correct place to talk about a bug? More specific a bug raised in 2006 that still inflicts brand new hardware resulting in an unusable system? [13:46] marcoceppi: Okay, where do I give my suggestions for Ubuntu 13.10/14.04? [13:46] ctcb: mailing lists [13:46] ctcb 13 [13:47] .1oops [13:47] Last time I tried mailing lists, I was getting hundreds of Ubuntu Emails per day. [13:47] ctcb 13.10 is supported in #ubuntu+1 [13:47] ctcb: http://community.ubuntu.com/contribute/ [13:48] ctcb: http://www.jorgecastro.org/2013/05/15/brainstorm-does-not-make-sense-in-the-age-of-virtual-uds/ [13:48] ctcb: Join the next Virtual UDS and discuss your ideas there, forums, mailing list, irc. Essentially any other venue [13:49] brainstorm is no more [13:49] Part of me feels that without Brainstorm, Ubuntu seems Closed Source to those who do not have the ability to code for it. I always felt Brainstorm was there for people who weren't coding on it to give their suggestions for what they want to see in a simple way. [13:50] Hello there. My EEEpc is a bit hot (70°) and it's very unconfortable. I don't have this problem on Windows. I already have installed bumblebee to disable my nvidia card. But i don't know what to do next... It seems fans are not working. [13:50] ctcb it was a nice project, true. [13:51] ctcb: to be honest, as it's discussed in the post, the people who could inflict change in the system never really watched brainstorm. Thereby it was a false sense of contribution. If you want to get your ideas in to the system you need to write them yourself or talk about them where the people making the changes live [13:51] I also have installed jupiter. And i'm under On Demand mode. [13:51] ctcb: this is mailing lists, irc, forums, etc [13:52] marcoceppi, Which IRC should I be joining? [13:53] Depends on what you're interested in, https://wiki.ubuntu.com/IRC/ChannelList [13:53] followup question...so I changed the password on my ubuntu following these steps: http://www.howtogeek.com/howto/linux/reset-your-forgotten-ubuntu-password-in-2-minutes-or-less/...I am not able to log-in via gui...but I can SSH into it using the password that I changed it too. I just logged into guest for the time being...but this is very perplexing to me [13:53] Right now, I have an idea for Ubuntu Terminal. [13:54] ctcb try the idea here, maybe it already exists [13:54] simpleuser have you checked the Repos and made sure there aren't any necessary packages for advanced hardware use for the EEEpc? I can't remember if there are or not [13:54] MonkeyDust, I already know what I want doesn't exist. [13:54] j_wolf1: try resetting the password again from ssh, then log in [13:55] ctcb: What is it? [13:55] marcoceppi: s'alight [13:55] ctcb or try in #ubuntu-offtopic, as this channel is for support [13:55] I have both JDK6, and OpenJDK-7 installed in Ubuntu 12.04. `java -version' shows it's using "OpenJDK 7u21" version while `javac -version' gives me "javac 1.6.0_27" .. how can i fix that? [13:55] ctcb: if it's for the Terminal application, try talking about it in #ubuntu-desktop, #ubuntu-offtopic, #ubuntu-discuss, #ubuntu-app-devel [13:56] Also, gnome-terminal is maintained upstream, so you could try tracking down their bug tracker/mailing list/irc channel and getting it in there [13:56] rosh: sudo update-alternatives --config java [13:56] hidn_shadows, it seems there's not any :-/ [13:57] blazemore, let me see === Guest86601 is now known as mfisch [13:57] marcoceppi: changed it via ssh to no avail...guess I'll try a reboot === mfisch is now known as Guest37969 [13:57] j_wolf1: that's odd, sometimes there's an issue unlocking the gnome-keyring but it shouldn't prevent you from logging in (just makes you type your password in a few times) [13:58] Question: Anyone know how to deal with vsftpd ssl/tls issue "I/O Error: Connection failed. Unsupported record version Unknown-48.48." ? [13:58] blazemore, It was `sudo update-alternatives --config javac' .. Thanks. :) [13:59] Hi! Can anybody offer some help on using QEMU under XFCE? Each time QEMU captures my mouse, I can't release it using the key combination. This only happens in XFCE. If I switch to Gnome, all works as expected. [14:00] Sergio965: Check the XFCE settings, there's probably a keybinding there which is takng precedence [14:01] marcoceppi: hmmm...yea I changed it again via ssh and rebooted...still won't let me in. I'll try an update...hasn't been updated in awhile [14:01] Can I get KDE-resizing (with alt+rightclick) in Cinnamon? [14:03] euh, how do I find stings "stringname"in a directory of scripts using either find or grep? [14:03] blazemore: Thanks for the tip. Unfortunately, there doesn't seem to be a shortcut with the key combination (), but there are many that use the combination (A<>d, left, etc.) [14:03] hail guys [14:03] afidegnum: grep stringname * [14:03] im new buntufan [14:04] oh, is that all? [14:04] Sergio965: Can you change the keybinding in qemu? [14:04] yes afidegnum [14:04] lol [14:04] blazemore: Looking into that now. [14:04] afidegnum: If you want it to go down into subdirectories do "find . -type f | xargs grep stringname" [14:05] got prob..any1 help..bout wifi in buntu ...cnnot work [14:05] dr_: What version of Ubuntu are you using? And what wireless hardware do you have? [14:05] ok [14:06] 1204....ralink....realtek [14:06] Hello all! Is this the channel where people can request assistance for Ubuntu? [14:06] Yes Dalek-Caan [14:06] dr_: either or, can't be both. pastebin the output of lspci -nn maybe [14:06] Thanks blazemore ! [14:06] Hello friends, I was here last time with a problem with the fglrx drivers having choppy audio. I fixed this by using AMDOverdriveCfg and setting the idle RAM to a higher clock. Now I'm on to one last issue I am having with Ubuntu. I dual boot Ubuntu and Windows and it seems after switching from windows my reciever has an insane scroll speed. Is there a way to calm down the mouse wheel without unplugging / plugging it back in af [14:06] wat shoul i do?? [14:07] dr_: Can you please post the output of running the command "lspci -nn" onto http://paste.ubuntu.com [14:07] I seem to be having some issues since I got rid of Windows Server 2008 R2 yesterday and installed Ubuntu, one of my harddrives won't mount whatsoever and I tried Ubuntu in the past, but only to play around, so not sure what to do right now. [14:08] Dalek-Caan: Please can you post the output of running "sudo fdisk -l; mount" onto http://paste.ubuntu.com [14:08] k..but im slow..still panic wit buntu [14:09] It's OK dr_ I'm here for another 2.5 hours [14:10] Okay, blazemore ; http://paste.ubuntu.com/5858496/ === bouddha is now known as ryanxm [14:10] now im in window...in buntu cnnot connect any wifi i got around me. [14:10] OK Dalek-Caan which drive is not mounting? [14:10] I called it "Data 2" [14:10] dr_: Can you connect with a cable temporarily? [14:11] Physically it is identical to the one that did mount. [14:11] Dalek-Caan: I can see there's something mounted on /media/raymond/Data\ 1 [14:11] I will copy what it says when I try to access the drive, one moment. === BadLarry_ is now known as BadLarry [14:12] i want to install ubuntu 12.04 on an aspire s7 which has "2 SSDs arranged in a RAID 0 configuration...the SSD is actually one physical mSATA card that appears to the computer's operating system and BIOS as two distinct physical drives." i read somewhere that someone had to go into live cd and run some strange commands to fix the setup (maybe to do with raid).... is this still true? or i should be able to just install ubuntu o [14:12] n either one of the SSDs and it will book ok? [14:13] Hey guys, i need some help here. Im pretty baffled. [14:13] occ: http://njhurst.com/blog/01360215264 [14:13] !ask | vec [14:13] vec: 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 [14:13] heya, is anyone able to upgrade ajenti on ubuntu server ? [14:14] Rav3n00w: Are you getting an error? [14:14] blazemore: i can t upgrade it [14:14] Every time i reboot, my 2nd HDD switches between being called "sdb5" and "sdc5", it alternates between those name EVERY single time i reboot. What gives? u..u [14:14] occ: Do that from the LiveCD, before you install [14:14] blazemore.....paste...done..... [14:14] dr_: where? [14:14] blazemore, this is what I get, when I go to the drive (clicking on the icon in the sidebar does not even show this, or anything, it does nothing visible): http://paste.ubuntu.com/5858501/ [14:14] Vec: use labels or UUID. no need to use the device names [14:15] blazemore: i ve installed it , 0.6....., but want to test the 1.0 version and get errors when using the git repo [14:15] mumpitzel: sure, but still it should not behave like this... [14:15] I dual boot Ubuntu and Windows and it seems after switching from windows my reciever has an insane scroll speed. Is there a way to calm down the mouse wheel without unplugging / plugging it back in after each reboot? [14:15] ok blaze thanks. hopefully it will work. but i havnt bought the laptop yet. it is £900. maybe ill get another model which i will be more certain will work [14:15] ??? [14:15] dr_: Can I please have the link? [14:15] Vec: there's no guarentee when a disk will be read. Esp. if they're attached in parallel and not serially [14:16] Vec: that's why we have labels and UUID [14:16] how??? [14:16] I am not able to use sudo command with only user that I have as it says is not in sudoers list. I tried editing sudoers file with visudo but it also needs sudo and gives same message. How can I solve this without creating a new user? [14:16] dr_: After you submit it, copy the link from the address bar [14:16] marcoceppi: Sure i can get fstab to work through uuid, but it seems incredibly weird and not how it should work. On my previous install that disk was called /dev/sdb5 all day every day [14:16] owh.. [14:16] wait [14:16] Dalek-Caan: The output of "fdisk -l" on your system shows that "/dev/sdb1" doesn't exist [14:17] Dalek-Caan: But you are trying to mount it [14:17] Dalek-Caan, But I do have 2 data disks, that are both 500 GB [14:17] blazemore, * [14:17] mhr: You'll need to drop in to single (repair) console from the GRUB screen then add your user to the admin group [14:17] https://login.launchpad.net/PH0GPZ0JcCRQk1Zw/+decide [14:18] Dalek-Caan: According to fdisk -l you have something called a "SFS" partition on /dev/sdb1 - is that something that sounds familar? [14:18] mhr: sorry, sudo group. Not admin [14:18] marcoceppi, which option should I use [14:18] marcoceppi: Basically u are advising me not to care about it and use uuid? [14:18] Vec: yes [14:18] marcoceppi: Ok, you sure its not some indicator of something being fundamentally wrong? [14:18] mhr: http://askubuntu.com/questions/92556/how-do-i-boot-into-a-root-shell then run `adduser -aG sudo ` reboot [14:18] dr_: Go to http://paste.ubuntu.com - paste your error message and click "Paste". Then copy and paste the link which will look somethng like http://paste.ubuntu.com/12345678 [14:19] blazemore, I'm not sure, because all I did was; let the live-disk use the "C:" harddisk that had Windows server on it and not change the other 2 disks. === pudim_ is now known as pudim [14:19] Vec uuid is the name used in fstab, it's very easy [14:19] blazemore, So that Windows Server would be replaced on the 160GB harddisk and I'd have 2 data harddisks to work on. [14:19] Dalek-Caan: Can you please pastebin me the contents of the file "/etc/fstab" ? [14:19] MonkeyDust: Sure i get that. What i dont get is WHY in the world should the OS behave like this. [14:20] Vec: the "/dev/sdxn" system is very old [14:20] I dual boot Ubuntu and Windows and it seems after switching from windows my reciever has an insane scroll speed. Is there a way to calm down the mouse wheel without unplugging / plugging it back in after each reboot? [14:20] Vec havent followed, what's the issue [14:20] MonkeyDust: Especially since it was consistent on previous isntall [14:20] Vec: You happened to be lucky [14:20] MonkeyDust: disk2 name alternates EVERY reboot. [14:20] blazemore: Stuff nots supposed to be random :p [14:20] Vec: When I connect multiple disks via USB and a USB drive and reboot, the order is almost never the same. It just depends on when the kernel and disk device respond === sburjan_ is now known as sburjan` [14:20] I don't understand why you can't use UUIDs? [14:20] marcoceppi: Its SATA tho [14:21] Vec: or labels [14:21] That's exactly what they were introduced for [14:21] Vec and is that disk named in /etc/fstab ? [14:21] Vec: with race conditions it is [14:21] blazemore: I can, will and do. Its just really annoying that it changes name for 0 reason. [14:21] This is precicely the reason /dev/sdXN was phased out [14:21] MonkeyDust: At this point i use /dev/sd*, but ill change to uuid now. [14:21] blazemore, How do I do this? Sorry, kind of new to the Linux world. [14:21] look...that prob when i use/try connet wifi in buntu...now i in window...but i think,no error massage in there....only cnnot connect wit other wifi...always dc...no massage eroror....just need fill password wifi...even i fill already [14:21] Vec good, the advice you got here was correct [14:21] Vec: same thing. It's not indicative of an issue, it's Linux working as expected. Making sure disk devices have a unique dev point. To properly mount the disk in fstab use UUID or labels [14:22] dr_: I can't help you if you won't do what I ask [14:22] dr_: I've asked you clearly and repeatedly but I'll do so one more time [14:22] marcoceppi, blazemore, MonkeyDust: Ok, i read you clearly. Thanks, will use UUID now and be satisfied with the fact that nothing is horribly wrong ^^ [14:22] Vec: cheers :) [14:22] but its easy connect wifi when i in window.... [14:22] Is anyone available? [14:23] dr_: Go to http://paste.ubuntu.com - paste the output of "lspci -nn" and click "Paste". Then copy and paste the link which will look somethng like http://paste.ubuntu.com/12345678 [14:23] !ask|lllsondowlll, [14:23] lllsondowlll,: 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 [14:23] !ask | lllsondowlll [14:23] lllsondowlll: 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 [14:23] !patience [14:23] 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 http://ubuntuforums.org/ or http://askubuntu.com/ [14:23] Can I get KDE-resizing (with alt+rightclick) in Cinnamon? [14:23] does anyone here uses ajenti 1.0 ? can help me upgrade it please! [14:24] nimdAHK, cinnamon isn't supported here. ask the mint folk [14:24] marcoceppi, I dont know why but at the time when it should show me the grub menu, The monitor(screen) shows me "OUT OF RANGE\n 92.4kHz / 58Hz" in a rectangle. what should I do? [14:24] Rav3n00w it's not in the repos, if you installed it with a PPA, contact the maintainer [14:24] I dual boot Ubuntu and Windows and it seems after switching from windows my reciever has an insane scroll speed. Is there a way to calm down the mouse wheel without unplugging / plugging it back in after each reboot? [14:25] cfhowlett however, cinnamon is in the 13.10 repos, i have it installed (but don't use it) [14:25] lllsondowlll, this is on bluetooth [14:25] MonkeyDust, eh, what? OK. Hush my mouth and good to know! [14:25] This is on an FM wireless reciever [14:25] wait.. [14:26] mhr: your grub resolution is off, which is odd. Try this: http://askubuntu.com/a/161312/41 [14:26] mhr: Doh, you can't use sudo. [14:26] hum [14:26] is there a channel for ubuntu unstable? [14:26] cfhowlett i meant the 13.04 repos ^^^^ [14:26] xjunior 13.10 is not stable as of yet, support in #ubuntu+1 [14:27] cfhowlett: Wireless reciever FM not bluetooth. [14:27] lllsondowlll, sorry, no experience with FM ... [14:27] cfhowlett: Basically it is just the standard wireless reciever that comes with all wireless devices. [14:28] thanks, MonkeyDust [14:28] http://paste.ubuntu.com/5858538/ [14:28] If it helps, blazemore, my 2nd DVD drive is also not found for some reason.. I simply don't see it. [14:28] cfhowlett: With that note for a moment lets just pretend it is not wireless and tackle the fact that the scrolling speed is too high is there a way to over ride this in ubuntu [14:28] ? [14:28] mhr: what version of Ubuntu do you use? [14:28] dr_: Go to http://paste.ubuntu.com - paste the output of "lspci -nn" and click "Paste". Then copy and paste the link which will look somethng like http://paste.ubuntu.com/12345678 [14:29] lllsondowlll, keypad/mouse settings have a speed option [14:29] Oh wait, apparently it just does not show up when it's empty. [14:29] marcoceppi, I am using 12.04 desktop [14:29] cfhowlett: Nothing on scroll speed however. [14:29] dr_: running "lspci -nn" did not give you that output [14:29] lllsondowlll, ??? pretty sure but I'm on xubuntu. YMMV [14:30] mhr: when the grub *should* appear, press down arrow once then enter. That should select the second option on the list which is the recovery mode kernel. It's basically trial and error shot in the dark approach but I'm nto sure how to get around grub now showing without having access to grub or sudo without using a live cd [14:30] cfhowlett: I am both on Unity and Cinnamon neither have the option for scroll speed just pointer and double click speed [14:30] lllsondowlll, yep. Mouse/Touchpad/Devices/Pointer Speed [14:30] cfhowlett: Pointer speed is not the same as scroll wheel? [14:30] lllsondowlll, I'd be inclined to dispute that as it's such a basic setting option [14:31] lllsondowlll, not the same. [14:31] cfhowlett: The scroll wheel setting is what I need. It jumps about. [14:31] cfhowlett: Using scroll wheel jumps the equivlent of using the page up/down buttons [14:32] lllsondowlll, silly question; this thing has an actual physical wheel? Which contact points you clean regularly, right? [14:32] marcoceppi, I tried that before you answered but the out of range screen got stuck, probably waiting for some more input. I will try that again and let you know. thanks for your help. === try is now known as Guest46077 === Guest46077 is now known as trets [14:33] cfhowlett: Please don't take this wrong as I am not trying to be offensive in anyway, but I am in the IT field I have gone over basic troubleshooting. It behaves properly after disconnecting and reconnecting the device. I figure if I could find a setting for the speed I could perm over ride this mishap. [14:34] lllsondowlll; I've had this on some older system under Firefox when I had "smooth scrolling" on, does this only happen to you in a browser? [14:34] lllsondowlll, as I said, it was a silly question. But point taken. [14:34] lspci -nn ....wat it is???? [14:34] cfhowlett: It happens in file browser, Chrome, Firefox, any general app. [14:35] Oh, that's not the same issue then I suppose. [14:35] lllsondowlll, I'm going to have to punt on this question, but Dalek's "smooth scrolling" comment suggests a setting to investigate in mouse settings [14:35] cfhowlett: This is very frustrating as my computer is by my televesion and I have to get up and down each reboot to unplug / reset ut. [14:35] blazemore; Could you still tell me how I can do what you said (not trying to sound impatient) [14:36] cfhowlett; Maybe something like Windows's "precise location pointer" ? [14:36] lllsondowlll mousewheel sensitivity? you're not the first to ask, maybe you find a setting in dconf [14:36] Sorry for my English btw. [14:36] lllsondowlll, wish I could help. Restate the query in the cannel. Most folks here are smarter than I about such things [14:37] Dalek-Caan: Do you need the data on your disks? [14:37] Dalek-Caan: open a terminal [14:37] type cat /etc/fstab [14:37] and paste that at a pastebin site [14:37] unless I missed something [14:37] blazemore; Actually, yes, I was just migrating this system to Ubuntu because I was having too much issues with Windows Server, but It has items of value on the harddisks. [14:37] MonkeyDust: Just unplugged it / plugged it back in and as of now scrolling is again normalized. I read online that this is a bug dating back to ubuntu 11 between dual boots. It has yet to be fixed. [14:38] lllsondowlll, as most people are not on FM accessories, it probably won't see a fix ... [14:39] lspci -nn [14:39] cfhowlett: That's a very odd statement as anytime you buy a wireless kb/mouse it comes with a wifi reciever which is known as FM [14:39] hello [14:39] cfhowlett: Very few mice and kb come with a bluetooth adapter in a retail setting. [14:39] dorongutman, greetings [14:40] cfhowlett: This is a brand new combo purchased less than a half a year ago. [14:40] how can I send rsyslog entries to a remote server, but only entries logged to the LOCAL4 facility ? [14:40] This is what I get, blazemore, nimdAHK ; http://paste.ubuntu.com/5858583/ [14:40] (as opposed to any entry) [14:40] hey guys, is there a better "office" suite than libreoffice? my job has a timesheet we HAVE to use the macros to fill out, and libreoffice keeps telling me that it is not a valid input [14:40] Dalek-Caan: you might want ntfsprogs [14:40] lllsondowlll, I meant only that the preference seems to be for bluetooth devices [14:40] Dalek-Caan: you could try ntfsfix in ntfsprogs [14:40] is there a specific way to enter in a date in libre office? cause it tells me: 07/05/2013 isn't a friday [14:40] Let me find ntfsprogs in the Software center, nimdAHK [14:41] and you can try to mount it with ntfs-3g instead of mount [14:41] i.e. sudo ntfs-3g -o force,rw /dev/ /mountpoint [14:41] mahabal, there's an option to set date styles in preferences or customizations [14:41] cfhowlett: The prefs seem to be equal for both bluetooth and standard wireless neither have a scroll wheel config. [14:41] lllsondowlll "new" is relative nowadays, after 6 months [14:41] nimdAHK; I'm really new to this and not sure if I would be able to understand those commands. [14:41] Dalek-Caan: learn by doing :) [14:41] man is your friend === ghostt is now known as Karasuhebi [14:42] Dalek-Caan: Do NOT "learn by doing" on your business-critical data! [14:42] I'm assuming your drive is NTFS [14:42] nimdAHK; I would not mind if there was no important data on it. [14:42] ah ok [14:42] well then we have to be more careful [14:42] nimdAHK: This is his fdisk -l and mount http://paste.ubuntu.com/5858496/ [14:43] nimdAHK: This is his error on mounting http://paste.ubuntu.com/5858501/ [14:43] I haven't seen his fstab yet [14:43] MonkeyDust: I am aware the rate at which hardware evolves. However to this day if I were to order a wireless kb/mouse off of newegg or go to bestbuy the tech is still the same using wireless adapters. Bluetooth as efficent as it is, not everyone has it but newer laptops and even then for a desktop you must purchase the adapter seperately. [14:43] http://paste.ubuntu.com/5858583/ < that is my fstab, blazemore [14:43] ty Dalek-Caan I mssed it earlier [14:43] MonkeyDust: I just believe since Ubuntu 11 that this should have been fixed. [14:43] Dalek-Caan: you don't seem to have a sdb2 at all [14:44] did you mean sdc1? [14:44] I don't quite understand these terms, to be honest. [14:44] Thanks for the help anyway guys! I'll try back if I don't figure it out myself [14:44] This is my first time on IRC. I have little idea how this works. I needed some help though, my sudo iwlist scan gives "No scan results", everytime, no exception [14:44] Dalek-Caan: sd is the type of drive [14:44] a, b, c, ... are physical drives [14:45] and 1, 2, 3, ... are the partition numbers [14:45] Oh, I see, nimdAHK [14:45] try changing your mount command to point to /dev/sdc1 [14:45] instead of /dev/sdb2 [14:45] How do I do that, nimdAHK ? [14:46] over here you pasted the output of a mount command [14:46] http://paste.ubuntu.com/5858501/ [14:46] use the same command, but change sdb2 to sdc1 [14:46] Can anyone help me, please? [14:47] !dataja [14:47] heh, wrong bot [14:47] don't ask to ask, just ask, pranay [14:47] Dalek-Caan: where did you get that command? [14:48] nimdAHK; What do you mean, which command? [14:48] the mount command [14:49] I'm not sure what you mean, what I did is "cat /etc/fstab" [14:49] how did you get http://paste.ubuntu.com/5858501/ ? [14:50] It shows up when I try to open the contents of "Data 2" which is my second data harddisk (the third harddisk in this system, internally) from "Files" or Explorer as I used to call it haha [14:50] ah ok [14:51] It does show the second harddisk as an icon in the left toolbar, but the button does not work though. [14:51] thanks cfhowlett I'll look into it [14:51] do you have a root password, Dalek-Caan ? [14:51] Yes, I do, nimdAHK [14:51] ok, open up a terminal [14:51] Okay [14:52] any tool to "convert" a speech audio file into a textfile? [14:52] raven, you mean produce a transcript? [14:53] What do I do next, nimdAHK ? [14:53] Dalek-Caan: I'm going to give you some commands. If you don't know them, google them, because a sudo command can be malicious [14:53] nimdAHK; Will do! [14:53] mkdir "/media/raymond/Data 2" [14:54] hmm, let's do it all as sudo. Type "su" === Troy__ is now known as Troy^ [14:55] It says, "su: Authentication failure" nimdAHK [14:55] did you type the correct password? [14:55] Dalek-Caan: use "sudo -s" [14:55] cfhowlett, a transcript yes [14:56] Yes, it was the right password and what blazemore said, did work, I'm root now. [14:56] great. [14:56] mkdir "/media/raymond/Data 2" [14:57] It does not output anything, but I did press "Enter" so I assume it did create that direction? [14:57] yes [14:57] Okay, then it's done. [14:57] raven I'm unaware of one. that would entail speech recognition, transcription, etc. I'm quite willing to be proven wrong however [14:57] mount -t ntfs /dev/sdc1 "/media/raymond/Data 2" [14:58] nimdAHK; Mount is denied because the NTFS volume is already exclusively opened. [14:58] The volume may be already mounted, or another software may use it which [14:58] could be identified for example by the help of the 'fuser' command. === jr_ is now known as JackRelish [14:58] huh, ok... [14:59] Should I use fuser? [14:59] we'll umount it [14:59] Does anyone have a thorough knowledge of tc that would mind explaining some things? [15:00] Dalek-Caan: umount /dev/sdc1 [15:00] I'm assuming that is a typo, nimdAHK ? [15:00] wait [15:00] Can anyone help me with a wireless issue, iwlist scan gives "No scan results" everytime. [15:01] Dalek-Caan: don't run it yet, but umount is short for unmount [15:01] Oh, i did not know that. Was just assuring :) [15:01] which backup software in ubuntu has otpions to mount images? [15:01] But I will wait, nimdAHK [15:02] hi, i'm stuck with an odd problem. i installed gnome-sudoku, and every time i start it the width of the window is wider than my display. I can change the height, but i cannot narrow the window, only make it even wider. [15:02] Hi guys i looking for help with my wifi card im running lubuntu and like one min wifi was working after a pc restart wifi not workng [15:02] antisober552: Do you have a hardware switch for wireless? [15:02] Dalek-Caan: df /dev/sdc1 [15:03] No this is a dsktop and the card i have is a realtek 8185l [15:03] why cannot view panoramia photos in google earth ? [15:03] which backup software in ubuntu has otpions to mount images? [15:03] Dalek-Caan: that should show you where it's mounted [15:04] nimdAHK; Filesystem 1K-blocks Used Available Use% Mounted on [15:04] /dev/sdc1 488383484 410772748 77610736 85% /media/raymond/Data 1 [15:04] Can u help [15:04] alright, let's dismount it [15:04] umount "/media/raymond/Data 1" [15:05] But that is "Data 1" just saying. [15:05] oh wait [15:05] I can access Data 1 [15:05] ahh [15:05] well then we have a bit of a problem [15:05] nimdAHK: He has two identical drives but one has a weird flesystem on it [15:05] yeah, what is that, squashFS? [15:05] 3 drives* [15:06] 2 are identical, indeed. [15:06] Hi, is update-rc.d only useful to start a process on server restart, or if the process goes down, it will automatically restart it? Like if my postgres process crash, will it automatically restart? [15:06] nimdAHK: He was on Windows Server 2008, it could be anything O_o [15:06] hi in my ubuntu the built in speaker and headphone mode doesnot auto switch i hab to go for settin and set at every transition can any body help me out with what installation or any i need [15:06] I did not have a power loss or anything, all data was fine untill I installed Ubuntu. [15:06] blazemore: should we run ntfsfix on it? [15:06] nimdAHK: No [15:06] hey, can anyone help me, the file .xsession-erros in /home directory is taking so many disk space, 24 GB [15:06] Did not use Bitlocker or any kind of protection on the harddisk. nimdAHK [15:07] nimdAHK: Dalek-Caan I thnk we need to find out what that other partition is formatted as [15:07] how i mount some file shared in other pc on new ubuntu 13.? i have instaled samba and when i can access with smb://[IP]/[directory] do erros [15:07] I guess ntfsfix couldn't hurt, since if it isn't NTFS it's not gong to break it [15:07] blazemore: SFS sounds like squash [15:07] It is is formatted as a NTFS harddisk, just as Data 1 is [15:07] Maybe but Windows Server 2008 doesn't use that [15:08] Dalek-Caan: You're not dual booting are you? [15:08] No, I just wiped the 160 GB drive with the live disk from Ubuntu [15:08] Does anyone know how to solve my prblem [15:08] !question antisober552 [15:08] !ask | antisober552 [15:08] antisober552: 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 [15:08] alright windows thinks it's ntfs [15:08] but linux thinks it's sfs [15:09] Can I somehow tell it, that it's NTFS? [15:09] nimdAHK: Can you pull the drive and checkdisk it from a Windows install? [15:09] sorry, Dalek-Caan rather [15:09] ^ that's the smart idea [15:09] I'd feel much more comfortable recommending that [15:09] ntfsfix could eat things [15:09] I have a rlt8185l wireless card which is no longer working after a reboot but works on the live usb [15:10] Mhh.. I can run it from the Hiren disk? I don't feel like re-installing it all and Hiren has checkdisk on the disk, bootable. [15:10] Dalek-Caan: Is it "real" checkdisk? [15:10] by "real" he means "Windows" [15:11] Yes, they ripped it from the Windows XP install CD as far as I know. [15:11] Dalek-Caan: I was suggesting physically removng the drive, puttiint t in another computer runnning Windows, and doing the chkdsk from there [15:11] I need to fix my "I" key [15:11] Dalek-Caan: an actual Windows install is optimal, but if Hiren has "real" checkdisk, you can use that [15:12] I will try that for now, write your names down first, so I can come back later and see the results. Thanks for the suggestions and help so far, blazemore & nimdAHK ! [15:12] *I will write your names down first [15:12] Good luck Dalek-Caan I hope it is a nice simple chkdsk fixes it [15:12] last time I had a problem like this, I had used the dd command [15:12] those were dark times [15:13] Dalek-caan I have a rlt8185l wireless card which is no longer working after a reboot but works on the live usb [15:13] !patience | antisober552 [15:13] antisober552: 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 http://ubuntuforums.org/ or http://askubuntu.com/ [15:13] i want to backup a windows partition, is there any backupsoftware that can mount the backup image? [15:14] zipy: ubuntu has ntfs support built in [15:14] zipy; I suggest running Acronis from a LiveCD ! Worked awesome for me! [15:14] can i mount acronis images? [15:14] i think acronis use dd doesnt it? [15:14] zipy: how do you want to back it up? [15:14] do you want to clone the whole partition? [15:14] That, I am not sure of, anyways, got to go, be back later! [15:15] ye better whole partition [15:15] with mbr etc [15:15] i could dd the whole partition but it takes to mcuh space then [15:15] you can use dd if you're extra careful [15:15] oh I see, you want it compressed too? [15:15] all the freespace will go in the backup [15:16] i can mount dd too right? [15:16] zipy: MBR is not part of any partition. and look at clonezilla [15:16] i have tried clonezille [15:16] i got some backups [15:16] why not gzip it? [15:16] with it [15:16] ye i guess clonezilla did that [15:16] cuz i have files like [15:16] !enter [15:16] Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [15:17] pipe your dd with no of to gzip -c [15:17] sda1.ntfs-ptcl-img.gz.aa [15:17] yeah [15:17] but if i want to mount them [15:17] i have to unpack them first [15:17] another option: clone the whole partition, then resize the clone [15:18] hmm [15:18] join #logo-ubuntu [15:18] maybe i just cp the data [15:18] rsync [15:18] you could cp, yeah. === dorong is now known as dorongutman [15:19] k thx i gues i go with that [15:19] and for full images i keep clonezilla [15:19] how can I send rsyslog entries to a remote server, but only entries logged to the LOCAL4 facility ? [15:21] I have a ubuntu box running a web app, I can access it by going to 127.0.0.1 but I can't access it from a another machine by going to the public IP of the machine. Can anyone think what the problem might be? [15:21] I like this channel. It's for ubuntu, but 90% of it is just general linux [15:21] I'm not even running ubuntu. [15:21] timini: common problem. You have to forward the port. [15:21] its the most active helpchannel i know :D [15:21] Neither am I actually === om26er_ is now known as om26er|dinner [15:22] timini: http://portforward.com [15:22] ignore their software and find the instructions for your router [15:22] anyone here use mysql workbench? just installed it but can't for the life of me get an output from queries to appear [15:22] timini: You have a BT Home Hub? [15:23] timini: the other option is to use UPnP from your web app [15:23] blazemore: how did you guess? [15:23] timini: Your hostname [15:23] timini: Look up "forward http port bt home hub" on Google [15:27] Hmm, Actually I don't think the router is the problem, I'm running the ubuntu server as a virtual machine (vbox) on my laptop [15:27] now you have 2 ports to forward [15:28] there's ports in vbox and ports outside [15:28] although, you said you can access it on your LAN... [15:28] did you try forwarding it from the router? [15:28] I'm running with bridged connection, I havn't tried forwarding yet, will try that now. [15:30] Okai the card show up under lspci but does not work please help [15:31] I didn't have to forward any connection for ssh, seems odd I should have to forward for http === axl__ is now known as axl_ [15:32] so I have some graphical corruption on my PC http://i.imgur.com/Zqgvnsv.png [15:32] Is it ever bad to have root user with RWX access to whatever files? [15:33] how do I restart unity? [15:33] rymate1234: log out and in again [15:33] rymate1234: http://askubuntu.com/questions/31849/how-do-i-restart-unity [15:33] Vec: That's some pro Googling, right there :P [15:34] lol [15:34] blazemore: Please advise, i dont see how its ever bad for root user to have full access to a file, why am i wrong? [15:34] as in 7xx @ file x [15:35] welp unity --replace borked everything [15:35] Vec: root always has full access [15:36] Vec: You don't have a choice, that's why it's root === jack is now known as Guest85715 [15:36] nvm fixed [15:36] Im setting up SAMBA that shares folders to windows clients. The windows user is in a group with full access to the file. However, i cant delete files even though the group the user is in has full access.. However, if i give root user which owns the file write access, then the windows user can delete the file. This leads me to believe that SAMBA uses rootuser to delete files or something [15:36] the 7 in 7xx refers to "Owner of the file can do everything" [15:36] I found it weird that the windowsuser cannot delete his groups file even tho the group has full access and the user is a member. [15:37] So im stuck having to have 770 perms on all my shared files [15:37] blazemore: Excuse my lack of precision. "Is it ever bad for the owner of the file to have full access if the owner is root?" >..< [15:38] It doesn't matter if the owner has full access if the owner is root [15:38] Since root has full access anyway [15:39] Vec: running "ls -l filename" will tell you the permissions and stuff [15:39] blazemore: Yeah i know >:| [15:39] Vec: Find out what user samba runs as (Anybody in here know?) [15:40] i googled, samba apprantly runs as root === oblio is now known as curiousHug [15:40] Vec: Yeah http://askubuntu.com/questions/1298/ubuntu-server-samba-running-as-root [15:41] The problem is I don't *really* understand Samba [15:41] blazemore: So basically, if root. owns a file. Root needs to have same perms as the group if the functionality is gonna be right [15:41] Hey guys, does anyone have experience in mounting bitlocker encrypted drives? [15:41] Is what i just reasoned. [15:41] X200: It's possible but not massively easy, how confident are you with Linux? [15:42] Vec: I don't know enough to confirm or contradict you [15:42] Vec root has root permissions, what exactly do you mean [15:43] X200: http://superuser.com/questions/376533/how-to-access-bitlocker-encrypted-drive-in-linux [15:43] hi i have a problem with the www folder i mess with the permissions and now i cant upload any file to it using sftp but i can see all files in it using command line but i cant delete any file from it help please >>> [15:43] MonkeyDust: A file, root is the owner. Then you set owner permissions on that file. Then you set roots perms to that file, ya? [15:43] blazemore: I'm ok with linux, I installed the dislocker driver and enabled the fuse mode. But I need some sort of key and I don't know where to get it. [15:43] I know the password for the drive but I need something in the form of a file. [15:44] Vec still not clear what you mean. what do you want to achieve? [15:45] X200: type "man dislocker" to see usage [15:45] hi i have a problem with the www folder i mess with the permissions and now i cant upload any file to it using sftp but i can see all files in it using command line but i cant delete any file from it help please >>> [15:46] MonkeyDust: I have a shared directory through SAMBA. The dir is owned by user=root and group=derpgroup. Perms are 070 on the dir and files beneath it. On my windows client i have a user that belongs to derpgroup, in other words that user should have FULL ACCESS to the directory and files beneath it. However, if i try to delete a file it says "file in use" (weird i know). But if i give the user [15:46] (root, in this case) FULL ACCESS then the windowsclient-user can delete files just fine. [15:47] mstafa: https://help.ubuntu.com/community/FilePermissions [15:47] blazemore: i have a problem here [15:47] This leads me to believe that SAMBA runs as user root, and that the user root needs writeperms on the file to be able to get the file deleted. [15:47] i have symlinked node to nodejs but still node wont run nodejs [15:48] MonkeyDust: However it does not make sense to me since the group has full perms and as such the windowsclient-user shoul have full perms to delete, but apparantly the file is "in use" (its not..) [15:48] Vec: I can't think of a file that the user root doesn't have write permissions on. [15:48] blazemore: I did it, it says that I need some file.BEK to decrypt that volume. Do you know how to create such a file? [15:48] MonkeyDust: Its extra confusing because its "in use" and not"axx denied" [15:48] Vec: I can't think how you could even achieve that [15:48] X200: No I don't know. It seems you can use -p flag to give it a recovery password or something [15:48] blazemore: I dont understand how it works cus im new to this, but here goes: File x has 000 perms. owner is root. therefore root has 0 axx to file. [15:49] Vec: root is special [15:49] Vec: In a normal situation you'd be right [15:49] then user=root perms are useless? [15:49] Vec it confuses me too, samba means it involves windows and i'm not familiar with that [15:49] i have symlinked node to nodejs but still node wont run nodejs [15:49] any clues? [15:49] mayankmadan: what's the output of "which node" [15:49] /usr/sbin/node [15:50] MonkeyDust: It should all just be a question of proper user/groups & perms tbh.. I dont remember having this problem on previous installs.. Its sorta frustrating [15:50] but i linked /usr/bin/node [15:50] blazemore: ohh, I don't know how I missed it. Thank you for your help. [15:50] not usr/sbin/node [15:50] blazemore: ^ [15:50] mayankmadan: and the output of "file /usr/sbin/node" ? [15:50] X200: No problem [15:51] blazemore: /usr/sbin/node: symbolic link to `ax25-node' === guey is now known as pal [15:52] i somehow have a raid10 in software with 2 drives, how does that work [15:53] blazemore, MonkeyDust: Nevermind me...... Obv when i create a file in the share, the user is obv the user creating it and not root. Therefore if the user creating it has 070 (as in 0 perms for user on the file) then its obv i cant delete it even tho im in the group with 7 perms. [15:53] Problem understood=solved :) [15:53] my sound drivers were working in windows and when i tried the live installation of lubuntu13.04 on my old desktop pc. Now there's no sound. How do I fix this and get the proper drivers etc? [15:54] blazemore: /usr/sbin/node: symbolic link to `ax25-node' [15:54] I'm trying up change the upload_max_filesize in Ubuntu 12.10 but no matter what I do it stays at 2M. I have changed upload_max_filesize in /etc/php5/apache2/php.ini, /etc/php5/cgi/php.ini, and /etc/php5/cli/php.ini and also restarted apache. What could I be doing wrong? [15:54] output of file /usr/sbin/node [15:54] Can anyone help me with a wireless issue I am having, sudo iwlist scan gives 'No scan results' and dmesg gives "wlan0 not ready" [15:56] hi i cant get recognized my wacom can somebody help? [15:58] I need a little help with logrotate, I have an ubuntu server and i needed to run logrotate on my syslogd, but it only runs correctly the first time, and syslog stops collecting data [15:59] TheSov there's also #ubuntu-server [16:00] MonkeyDust, thanks [16:00] TheSov: that's normally due to logrotate moving away the file handle that syslog still uses which leads to syslog not being able to write to it anymore [16:02] TheSov: rsyslog is used in current deployments and has a working logrotate entry === eric is now known as Guest52623 [16:05] how do i make a spare turn into active sync in mdadm on precise lts? been googling for the last two hours, still nothing [16:05] can anyone tell me why when i change date.time in my php.ini it dosnt work ? [16:06] i uninstalled amateur packet radio node and now node command gives me an error "/usr/sbin/node No such file or directory" [16:06] do you mean date.timezone [16:06] I am having some performance issues with 12.04 on my ASUS zenbook. Programs become unresponsive for a few seconds at a time quite often. Have looked into whether it might be frequency scaling, but doesn't seem to be the issue. [16:06] how do i make node command run nodejs (js interpreter) ? [16:06] ln or alias node to nodejs [16:06] changed it to date.timezone = America/Chicago [16:06] jgcampbell300: are you running php in apache, or fpm/ [16:06] hazardous, apache2 [16:06] cli and apache2 have different php.inis [16:06] The system resources all appear to be quite free (cpu, RAM, etc.) [16:06] if you are running it as mod_php [16:06] restart apache to take effect [16:07] hazardous, ya i have changed in both [16:07] Sorry about the vague problem. [16:07] jgcampbell300: You probably edited the wrong php.ini. See php_info() (or php -i for the cli interpreter) which one is used. For example on ubuntu (and probably other linux distributions) its /etc/php5/cli/php.ini for the cli-interpreter, /etc/php5/apache/php.ini/ for the one used by Apaches mod_php and /etc/php5/cgi/php.ini used by php5-cgi (which is used by nginx). [16:07] cgi is still a thing? [16:07] i thought everyone just used php5-fpm [16:07] for non apache now [16:08] hmm guess ill look for more php.ini files ... but i made changes in /etc/php5/apache2/php.ini and fixed like 4 problems already [16:08] yoohooo [16:08] maybe i should reboot or something [16:09] ??? [16:09] !ask | Joker__ [16:09] Joker__: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [16:09] jgcampbell300: service apache2 restart [16:09] hazardous: i want node command to execute nodejs in terminal [16:09] so alias node=nodejs [16:10] alias command not found [16:10] mayankmadan: Then "echo alias node=nodejs >> ~/.bashrc" [16:10] mayankmadan: Are you on Ubuntu? [16:10] wait, what [16:10] yep [16:10] blazemore: ^ [16:10] ...not found? [16:10] mayankmadan: "which alias" what does it give you? [16:10] blazemore: returns nothing, no errors just nothing [16:11] mayankmadan: Have you been messing around with your paths trying to get this working? [16:11] cause it's a function [16:11] hazardous, no change ... even changed browsers === om26er|dinner is now known as om26er [16:11] sudo iwlist scan gives 'No scan results" dmesg gives "wlan0 not ready". Help please [16:11] alias is a function [16:12] blazemore: never mind, sudo ln -s /usr/bin/nodejs /usr/sbin/node worked [16:12] pranay: try "sudo service networking restart" [16:13] think ill reboot the server [16:13] blazemore: did that earlier, did not work. [16:16] omg ... nothing ... maybe i have it typoed or sometihng [16:16] ;date.timezone = America/Chicago [16:17] anyone see a typo [16:19] yes [16:19] that comment [16:20] jgcampbell300: Remove the semicolon in front of it [16:20] If I'm using kubuntu, what's the bare minimum packages I need to install to get the classic gnome desktop installed? [16:20] Trel_mobile: gnome-core I believe [16:20] Trel_mobile plasma-desktop [16:20] MonkeyDust: no [16:20] ah gnome, sorry [16:20] blazemore, k [16:21] Blazemore, thanks. I need to test if something is kde or graphics related so i need another desktop environment installed [16:21] blazemore, holy crap ... i wish everyone would not use diffrent !;#$ what ever lol ... thanks much [16:21] (splash screen on kde flickers badly, but login screen (kdm) and kde itself is fine) [16:22] Trel_mobile, try #kde [16:22] My ubuntu 12.04 is freezing with thelast kernel 3.2.0-49 [16:23] Kitt3n I know. I came here just for info to install basic gnome [16:23] iVito: you tried the older kernel to confirm? [16:23] Trel_mobile, I see, I see! Well, good luck. [16:23] Yes im back on 3.2.0-48 [16:24] iVito: you can look for a bug report for your hardware and that kernel.. otherwise, i usually just boot the older one and check for upgrades and keep trying them [16:24] Okeyy === DeriK is now known as DeriKG === frederic is now known as DeriK13 [16:29] Going home now, good luck with your problems ppl [16:29] runaway blazemore! [16:31] if i add a line to my /etc/hosts file like "127.0.0.1 localhost" i guess that is a kind of alias, It there anyway to add a similar rule to make 'localhost' available from external public IP? [16:33] timini: you would buy a domain name or use some dynamic dns service (some are free) === Guest37969 is now known as mfisch === mfisch is now known as Guest41197 [16:36] floodbot! lol! [16:36] floodbo1t! lol! [16:36] floodbot1! lol! [16:37] Nero_: stop please [16:37] Nero_: Stop that [16:37] whois litzlitz [16:37] Thats you. === hawk_ is now known as Guest15028 [16:39] Jrib where is everyone? that's boredom btw when people don't breathe and are still said to be alive. [16:39] Nero_: No discussion in the channel is a good thing, it means people don't need support at this time [16:40] Nero_: no more bugs left in ubuntu of course! [16:40] bug: no more bugs are making Nero_ bored in #ubuntu [16:40] Jrib Good luck with that! [16:41] DJones I get it. [16:41] I'm unable to change my brightness on my laptop. I got ubuntu 12.04. [16:41] Laptop make lenovo G580. [16:41] I gathered info from ubuntu.com, ubuntuforums.com. askubuntu.com. Didn't help! [16:41] I installed a new drive and created a partition /dev/sdb1/ and I cant see it? how to mount and see it in file system [16:43] brb [16:43] DigeratiW http://www.tuxfiles.org/linuxhelp/mounting.html [16:45] Hello everyone, i'm trying to install Mumble on Ubuntu 12.10 the install goes fine, but whenever I try to restart the service it gives me Failed to set initial capabilities. [16:46] TrentH: have you configured it... [16:46] How do I do that? [16:46] TrentH whats the output? [16:47] Nero_: whats an output? [16:47] Nero_: you just asked me in another channel about yoru brightness.. are you going to stay here? === georgelappies_ is now known as georgelappies [16:47] TrentH the output from the terminal post the statement "failed to set initial capabilities" [16:48] That's it Nero_ [16:48] Nero_: easy first steps i would take.. try the live CD for 13.04.. try other proprietar graphics drivers, if available.. share information about what hardware you have [16:48] I type "sudo service mumble-server restart" and it gives me that error. [16:48] I don't have a graphic card on my lappie. [16:48] So can anyone help like ive waited but not got an awnser [16:49] TrentH: have you configured it..... [16:49] Antisober552: ask again please, and wait patiently.. support is not guaranteed by a volunteer, but you must try and see [16:49] Nero_: yes, you do.. you have graphics hardware [16:49] !cookie | holstein [16:49] holstein: Wow! You're such a great helper, you deserve a cookie! [16:50] ikonia: I just ran the dpkg-reconfigure command. Afterwards, it said it set the password and "Failed to set inital capabilities" [16:50] Holstein Just the onboard graphics. Intel HD 4000 [16:50] TrentH: have you actually configured it though [16:50] ikonia: What do you mean? [16:50] Nero_: so, the intel stuff is usually well supported out of the box.. how about 13.04 live? [16:50] ikonia: How do I "actually configure it" [16:51] TrentH: set up the config file to match your enviornment [16:51] Okai i have an wireless card which is not working like it show up under lspci but does not connect or even find wireless connections [16:51] Nero_: im proposing the kernel from 13.04, or another version could support your hardware "better" and add the functionality you seek.. and you could learn from that experience [16:51] Antisober552: pastebin lspci [16:51] I haven't tried 13.04 live yet. Its not happening on 12.04. :/ [16:52] ikonia: Are you talking about editing the mumble-server.ini? [16:52] I've got a netbook that I'm considering giving to my 4-year-old. It's got ArchLinux installed right now, but I think Ubuntu+Unity would be better for her. Is there anything I should consider when setting up a machine for a child who is still effectively illiterate? [16:52] Abit hard as i can connect to the net lol [16:52] 12.04 has LTS. So I'm sticking to it. [16:52] Nero_: a suggestion i am making is.. 13.04, since it has a different kernel, might provide support for you hardware.. [16:52] Cant [16:52] TrentH: is that the config file ? [16:52] Nero_: i thats why i suggested "live", so you can keep 12.04, and learn from the trial run if support is in a newer kernel version [16:52] ikonia: Yes, and I just went through it and it's all fine. [16:53] Nero_: otherwise, file a bug against the kernel support for your specific kernel [16:53] !bug | Nero_ [16:53] Nero_: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [16:53] LyndsySimon: you may want to check out edubuntu [16:53] Holstein Will try that! [16:53] She's using i3 as a window manager right now, and doing fairly well actually. I've set up some scripts with easy names that do things like "connect to the internet". [16:53] Antisober552: however you want to convey to a volunteer what hardware you have [16:53] jrib: Thanks, I wasn't sure if it was still around :) [16:53] How can I get dpkg-buildpackage to pacakge up my binaries ( in this case I'm trying to pacakge up ruby 2.0 ) - right now when i do dpkg --contents on the deb file generated its just pacakging up the /usr/share/doc folders - the binaries (and other files ) are being generated in debian/tmp/usr but they don't get put into the deb... any ideas? [16:53] Antisober552: no one anywhere will be able to help you otherwise.. i can suggest looking here, since you might have a broadcom chip [16:54] LyndsySimon: i was also not sure when I pressed enter ;) [16:54] !broadcom | Antisober552 [16:54] Antisober552: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [16:54] TrentH: try launching the mumble server manually [16:54] Antisober552: but, without the specifics, its just a guess [16:54] Antisober552 what is it? [16:54] No i have a rtl8185l chip [16:55] Antisober552 aren't u able to configure your LAN/wifi ?? [16:55] Antisober552: i would confirm that the chip is on.. on a hardware level.. the function keys that disable it. the bios.. etc [16:55] Wifi does not even show [16:55] ikonia: I got it to work [16:55] great [16:55] how can i open a port on ubuntu terminal? I want to open ports 3000 [16:56] *port [16:56] !firewall | fwaokda [16:56] fwaokda: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw also exist. [16:56] Antisober552 Can u update me the make of your system now? [16:56] fwaokda: no ports are closed by default unless you closed them [16:56] jrib, oh === vivi is now known as vivi3 [16:56] Well its an old pc which has lubutu === vivi3 is now known as vivi [16:57] jrib, well I'm trying to access localhost from my host os windows7, on guestos ubuntu with bridge connection but it doesn't... any ideas? [16:57] Antisober552: if it were my box, i would wire it up to internet, and apply all upgrades, then test [16:58] fwaokda: that could be anything, from virtualiztion configuration, to network configuration [16:58] I suggest u download the driver package from this link and configure the driver independently. http://wireless.kernel.org/download/compat-wireless-2.6/ [16:58] fwaokda: i would disable firewalls to test, and make sure you can do the basics.. ping each other === vivi is now known as vivi1 === vivi1 is now known as vivis [16:58] Umm wifi worked fine on xubuntu 13.04 then changed to lubuntu 13.04 it was working on first boot then i restarted the pc due to freezing after loosing wifi [16:58] holstein, well i've got the guest connecting to the host's ip [16:58] Question - if I install a new mainline kernel, I lose my wireless since broadcom STA is evidently not there. Is there a way I can get the system to somehow autocompile the driver automagically with ANY new kernel I add, even if it's not pushed from Ubuntu? [16:59] holstein, i'll try some more stuff thanks [16:59] Antisober552: they are both ubuntu.. so the issue could be the kernel versions, tus the driver support === vivis is now known as vivisaji [16:59] roasted try this. http://wireless.kernel.org/download/compat-wireless-2.6/ [16:59] roasted: kmod - but then why are you using the mainline kernel ? [16:59] Not worked ever since i installed niswrapper to try and fix the freezing issues as i was told that the freezing problem is driver related [16:59] roasted: not that i know of.. depends on what is supported in the repos, and the mainline kernel wont be, so you are bascially asking to be on your own with that [17:00] kmod is the answer === olli_ is now known as olli [17:00] ikonia: I've been having lockup issues on the 3.8 kernel. In 3.8, the main thing that changed was some vsync changes on intel sandybridge GPUs, which is exactly what I have. My intention is to get off of 3.8 to see if it locks up there. [17:00] Antisober552: feel free and try the live CD, to remove your configuration from the equation.. could be you blacklisted something.. could be literally anything you copy/pasted in [17:00] ikonia: problem is, I can't swap this wireless chip because this laptop is a Lenovo, and Lenovo stupidly whitelists their wireless cards. Otherwise I'd put in an Intel, upgrade kernels, and call it a day. [17:01] roasted: so surly just a one off test kernel and wireless build will work [17:01] I installed the winxp driver for the card that was before having to restart the pc [17:01] roasted: rather than different builds [17:01] ikonia: whenever I add the broadcom STA driver on the other kernel, it succeeds, says its active, but I reboot and... nothing. [17:01] roasted: ok, so just build it for the kernel you want to use [17:02] ikonia: I'm not entirely sure where to start for that. I'm messing with Fedora now, and learned a bit with akmod vs kmod. I understand akmod auto-compiles itself against any new kernels. That got me wondering if I could get *that* with Ubuntu. [17:03] roasted: I'd strongly suggest using kmod [17:03] ikonia: am I correct in understanding that kmod just compiles it against the current kernel I'm using, and won't work if I get a kernel update? [17:04] roasted: yes, but for your situation, I feel it will work better as your module should be compatible across kernels and if it's not - you want to know, rather than akmod rebuild it and mask it [17:05] The wifi is working on the live cd [17:05] ikonia: in regard to kmod, akmod, etc., are there broadcom-specific akmod/kmod packages? [17:05] roasted: no === david is now known as Guest29129 === mayankmadan_ is now known as mayankmadan [17:07] I get this at boot: Mount is denied because the NTFS volume is already exclusively opened. [17:07] Can some one help me out? [17:07] hi i can ssh into a server but can't ping it. suggestions on how to resolve? [17:08] Guest29129:.....look at the error [17:08] vorlket: check your iptables rules if they drop ICMP packages [17:08] Holstein wifi works fine on live disk [17:08] I just installed i don't know what can be possibly mounting it [17:08] or how to find out [17:08] I'm having the weirdest error. If on the command line I type "uwsgi" it says "-bash: /usr/bin/uwsgi: No such file or directory" [17:09] vorlket: but it could be that they are dropped before reaching your server [17:09] Guest29129: first thing is look in your fstab - is there any reference to it [17:09] yes, i added a line in fstab [17:09] Guest29129: right, remove it [17:09] Guest29129: that's what's mounting it [17:09] it wasn't mounted before though [17:09] echo $PATH shows me "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" [17:10] i added a line in fstab to mount it, but it wasn't mounting before that [17:10] Guest29129: remove it [17:10] k ill give it a try thanx [17:10] "which uwsgi" shows me "/usr/local/bin/uwsgi" and running "/usr/local/bin/uwsgi" runs correctly [17:10] but I can't just type "uwsgi" [17:11] steveryherd: check for access rights === root is now known as Guest94542 [17:11] -rwx-r-x-r-x [17:12] steveryherd: then it should show up, but it doesn't hmm [17:12] Don't beat me, but I'm sitting on "root". So I was doubting rights. Plus it's nearly a brand new install. [17:12] steveryherd: why are you root ? === Guest29129 is now known as david111 [17:13] steveryherd: also try running "hash -r" [17:13] B [17:13] So how do i unblacklist it [17:15] jrib, that sounds like a malicious root prank >_> so I looked it uip... [17:15] That actually worked. [17:15] steveryherd: :x [17:15] jrib, any clue why I got the problem? [17:15] * jrib sighs that his malicious root prank failed [17:16] steveryherd: you probably used to have the version in /usr/bin installed, used it, your shell learned its location, then you removed it. hash -r resets your shells knowledge (see "help hash") [17:16] jrib, That's exactly what I had. [17:17] I had uninstalled the ubuntu repo uwsgi and replaced it with one from pip. [17:17] Very cool, thank you! [17:19] steveryherd: no problem [17:20] So what driver am i looking for on the blacklist [17:21] O hai [17:21] Anyone know how to use ffmpeg to join two files together, transparently (no transcoding)? [17:22] I tried ffmpeg -i File1.aac -i File2.mp4 copy FinalFile.mkv [17:22] sasha-, try #ffmpeg [17:23] thanks! [17:26] Bazhang ive blacklisted prism54 how can i remove that [17:27] Please help === tjbiddle_ is now known as tjbiddle [17:32] HOW INSTALL STEAM TERMINAL [17:32] i cant watch hd fullscreen videos on youtube and i cant watch hd videos is ubuntu itself ( by this i mean video files on my pc ) but i can watch vimeo hd videos in fullscreen [17:32] why ?? [17:32] Sorry lol! How does one install steam in terminal on ubuntu 32bit? [17:32] It says on SC that I have to 'buy it' ? [17:32] mox : software center ... [17:32] manevskifi4o, : It says I have to buy it? [17:33] mxo: The price is 0 though [17:33] mox : i know it isnt really true it just wants you to login with your ubuntu account [17:33] DJones: Does it need my information? [17:33] manevskifi4o, : I don't have one [17:33] mxo: https://wiki.ubuntu.com/Valve [17:33] mxo: I think its so that they can register it against your ubuntuone/launchpad id [17:33] mxo : click buy and you will be directed to a page and you can create a account there [17:33] So no way to get it through this little hassle? [17:34] mxo : you can aways create a fake account ... [17:34] That's really not what I want [17:34] Really weird... [17:35] sudo apt-get install steam ? [17:36] mxo : open terminal and write [17:36] mxo : sudo apt-get install steam [17:36] manevskifi4o, probably it won't work. and the package name is steam-launcher [17:37] i have a website that uses flash but i cant click on the settings box to allow the flash component to access my web cam [17:37] how can i do that? [17:37] is there a way to auto allow in settings the website [17:37] Damn it gunna go back to windows at least i know what to do then [17:37] goddard : google search flash cant enable webcam i know it dosent look like the answer but you will find it :D [17:38] manevskifi4o, : Yeah no, the sudo apt-get install steam is not working :p [17:38] mxo : then go to steampowered.com and download the steam .deb that should work [17:38] thanks! [17:39] tell me again how do i install a .deb? [17:39] goddard, try doing it online, here http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html [17:39] thanks ikonia it worked, i don't know how 1 partition is getting automounted but my other ntfs arent [17:39] mxo : just click on it it gets installed trought the software center but dont worry it wont ask you to buy it [17:39] anyway thanks [17:40] manevskifi4o, : Awesome, gotta try this! [17:40] mxo : hope you sucseed :P [17:40] Now, I have ubuntu 13.04 minimal installed with xbmc, but my sound hardware isn't installed anyone can help please? [17:41] manevskifi4o, : Can I use sudo install xxx.deb when in the right working directory in terminal? [17:41] manevskifi4o, : or does it have it's own cmd to install .deb? [17:41] mxo: sudo dpkg -i xxx.deb [17:41] mxo, sudo dpkg -i xxx.deb [17:41] awesome [17:41] :P [17:41] idk try it but i dont think so why dosent the other way work lol ? [17:43] hi there [17:43] does anybody here use spotify-notify? [17:44] Why does the caps lock have a slight delay in ubuntu? [17:44] how do I resolve sound card issue? when i searched for sound card drivers installed it listed two.. one was intel something and the other creative sound blaster. But I am not getting any sound. how do I solve this? [17:44] ITs insanely annoying.. [17:44] anyway thanks [17:44] murrayuk, It doesn't in general. [17:44] ohnoididitagain, yes [17:45] IT does. IF you are typing fast and using caps lock, it caps two letters instead of one like windows. [17:45] kostkon: do you have a problem with it not starting up when you wae up ubuntu? It starts up when I turn on the OS but when I put it to sleep and then wake it up it doesn't work [17:45] any commands to first see running processes (and maybe memory usage) and to kill them after by name? [17:46] I've found a few threads on it but none with a solution.. [17:47] ohnoididitagain, i have it as a startup app too, so it never closes, and it works just fine, every time, and i do suspend my netbook. so everything's fine here [17:47] how did you do it? I honestly dont remember how I put it on startup [17:48] murrayuk, In 5 years of use and ovet 10,000 posts at the yuntu forums and countless here your the first person I have seen say this, and have never seen the problem personally. ;) [17:48] ubuntu* [17:48] Here is a thread where people are talking about the issue - http://ubuntuforums.org/showthread.php?t=1925693 [17:48] I just updated my 13.10 via apt-get dist-upgrade and noticed my touchpad which was working properly now lost all its acceleration and is twice as fast: no more accuracy, anyone's aware of this? [17:48] 13.10 | TiCPU [17:48] ohnoididitagain, manually. i just added the line python /home/username/.spotify-notify/spotify-notify.py -s [17:48] !13.10 | TiCPU [17:48] TiCPU: Ubuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+1 [17:49] #ubuntu+1 for that please TiCPU [17:49] kostkon: okay, I'll try adding that [17:49] alright [17:49] ohnoididitagain, you have to give it the argument -s otherwise it will close when spotify quits. [17:49] I never chatted about Ubuntu's alpha software on IRC before [17:49] My cpu is at 64C [17:49] could this be because I'm compiling android? [17:50] murrayuk, Ah, I have experienced the double cap at sentence fronts I thought it was bad typing, I think you may be right. ;) [17:50] compiling android..... [17:50] kostko: will that command override the old setting or do I have to remove it from startup first and then add it again? [17:50] It's really annoying and pushing me back towards windows.. [17:50] ohnoididitagain, you can edit your current startup line [17:51] murrayuk, I do use W8 and word 365 to write my grad papers, but linux otherwise, use what works for you in the end. [17:52] ohnoididitagain, i have put the .py and the cover image files in the hidden folder .spotify-notify that's why my line is python /home/username/.spotify-notify/spotify-notify.py -s [17:52] kostkon: there is no always allow [17:52] goddard, ? [17:53] goddard, ah yeah, i remembered your problem [17:54] i have two servers and a client: i can ping a server from other server; i can't ping servers from the client, but can ssh into them. what would be the issue? [17:55] vorlket - do you have port forwarding set up [17:55] guys, I am having a problem with an apt-get install php-pear, which returns "broken pipe" [17:55] goddard, that's bad then, but that's the best you could do. i think the settings in flash are buggy so you can only change them online. you can always try in chrome which comes with its own flash that is more up-to-date [17:58] no === Catbuntu is now known as Guest56834 [17:58] hello [17:59] i haeas? xbmc any idve hdmi but i want to use my onboard audio and I can see it when i run aplay -l but not in === HelenCrowley is now known as Catbuntu [18:00] another piece of information: i can ping the servers from another client [18:00] kostkon: thanks it works! <3333 [18:00] ohnoididitagain, nice :) [18:00] I didn't write -s at the end and that was the problem [18:00] ohnoididitagain, ;) [18:00] bye bye :) [18:01] ihave hdmi but i want to use my onboard audio and I can see it when i run aplay -l but not in xbmc, any ideas [18:03] hello everybody i need some help pleas [18:03] Hi! Who can help me? [18:04] hakim123, Give the channel the details of your problem. [18:04] not me [18:04] guys, I am having a problem with an apt-get install php-pear, which returns "broken pipe" [18:04] Liam562, ^^^^^ [18:04] Can someone check out my iptables rules and help me figure out why 22/443 is being dropped? http://pastie.org/private/tt5osnej978aec9567jkxa [18:05] i can't install google earth on ubuntu [18:06] hakim123, what release are you running of ubuntu? [18:06] My system is dual booted with windows 8 and ubuntu 13.04. when I boot Ubuntu from the grub screen it boots to a black screen that says tty1? and prompts me to login ? [18:06] 12.04 [18:07] How to find out which device in /dev is my modem and which is the LAN card? Both PCI. [18:07] i guess that problem is in source list of apt-get [18:08] hakim123, What happens on the install? [18:08] whats the preferred way to run a few windows application on ubuntu [18:08] 12.04 [18:08] the lone ranger [18:08] ya [18:08] DigeratiW, wine or playomlinux [18:09] !wine | DigeratiW [18:09] DigeratiW: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [18:09] Who can help me? [18:09] !help | Liam562 [18:09] Liam562: 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 [18:10] My system is dual booted with windows 8 and ubuntu 13.04. when I boot Ubuntu from the grub screen it boots to a black screen that says tty1? and prompts me to login ? [18:10] Liam562, The channels works with you stating your problem to begin with. ;) [18:10] :) [18:10] !uefi | Liam562 [18:10] Liam562: UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [18:12] Liam562, Here is another link the UF is the best place on uefi issues and the threads author is who you want, if you find no resolution here. http://ubuntuforums.org/showthread.php?t=2147295 [18:12] ? [18:12] aaaa riyad wah [18:12] Liam562, I assume you have uefi do you? [18:12] Can someone please take a look at my iptables and help me figure out why the ports are being block? http://pastie.org/private/adcbfww8ui3lreu4dkl0uw [18:12] What is that? [18:13] Ontological: which ports ? [18:13] khayr a hakom [18:13] Liam562, Is your W8 a manufactures install? [18:13] No I upgraded from vista === Blue is now known as Guest46032 [18:13] Excuse me, does anyone know how to give an application (In my case Vidalia) root access every time I open it [18:13] w khebarkom labaas wah === cisco is now known as Guest18778 [18:14] Guest46032: how are you lauching it ? [18:14] hanya ga3 w ntoma ? [18:14] Riyad: hakim123 the channels languge is English [18:14] Liam562, Ah, cool you have a regular partitioning setup, uefi is a new safe boot gpt set up that is most common. I the ubuntu a fresh install? [18:14] Is* === Guest46032 is now known as BlueSquirrel [18:15] ok sorry [18:15] Sorry what do you mean by fresh [18:15] :) [18:15] Liam562, When did you install ubuntu? [18:16] About a week and half ago [18:17] Liam562, The key here is details, did it do this to start with, and if not what led up to it in your work on the OS? [18:18] It didnt used to do it but it randomly started doing it and I cant think of what I did to make this happen [18:18] hi i can't boot from a disk what can i do? i am using ubuntu 12.04 desktop [18:18] Liam562, Did you modify the grub menu? [18:18] Liam562, Did you add graphic drivers? [18:19] Hello [18:19] I had BURG but I have uninstalled [18:19] !details > vorlket [18:19] vorlket, please see my private message [18:19] I just installed Jack audio, and somehow its in german, anyone have a idea how to get it back to english? [18:19] hi [18:19] why did you install burg.... [18:19] Liam562, Ah that will do it can you get to the desktop? [18:19] No [18:20] is lxde lighter and faster than xfce or the opposite? (i need one of them on a 686 pc) [18:20] ooxmoe, lxde tends to be lighter than xfce [18:20] Liam562, The is a tool called bootrepair load ot to the live cd and run the basic fix, and save the url to the bootinfo summary to post if it is not fixed. [18:21] kostkon: ok thanks [18:21] How do I get bootrepair [18:21] How to find out which device in /dev is my modem and which is the LAN card? Both PCI. [18:21] Liam562, https://help.ubuntu.com/community/Boot-Repair [18:21] Thanks === Jikai is now known as Jikan [18:21] PeterGriffin: your lan card won't have an entry in /dev [18:22] has anyone had any success maintaining a mostly binary package in apt repos? [18:22] Liam562, Personally I do this from a chroot in the terminal, but the tools works quite well for many. [18:22] mrvisser: why don't you ask the real question. [18:23] I hosed my /etc/passwd file, and I'm configured for auto-login. How can I force Ubuntu to give me a root shell? [18:23] I can get to the terminal by booting from my usb and clicking try ubuntu? [18:23] there's an application I want to run from unity, it's vidalia, and I was wondering how can I run a graphic application as root (I understand the risks of this) [18:23] jcowan: boot into recovery mode [18:23] How is that done? [18:23] BlueSquirrel: how are you launching it [18:23] jcowan: select it from the boot menu [18:23] vorlket, Can you give details on this disc boot problem, is it a black screen, is it not booting at all? [18:24] hi [18:24] I don't get a boot menu, it just auto-starts. Sorry to be naive about this. [18:24] what do you mean by how? I'm launching it from the unity launcher by clicking [18:24] whats best twitter client? [18:24] my post screen hung at "/dev/sda6 has been mounted 24 times .." [18:24] what now? [18:24] well my project is in nodejs, and for my production build I'd like to not run "npm install". Instead I'd like to package it up on a PPA, so we can automate its deployment with puppet [18:24] jcowan: I think it's left shift to get the boot menu [18:24] is there a way to start the graphical interface thru the terminal? [18:24] !best | randomnick_ [18:24] randomnick_: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [18:24] BlueSquirrel: right - so it shouldn't be run as root then [18:24] BlueSquirrel: it's a userspace application [18:24] I was afraid it would be something like that ... I'll try. [18:24] ikonia: Why? Don't all devices have /dev entry? Anyway, so as there is something on /dev/ttyS0 it's the modem? [18:24] thought that windows only hung randomly [18:24] BlueSquirrel, If this tor just use the bundle from them no root. [18:24] PeterGriffin: lan cards don't [18:25] Ontological: ttyS0 is probably your modem [18:25] the debuild process barfs that I have changed binaries in my package though when I try and upload a new version [18:25] the problem is that vidalia tells me it can't find the tor executable file [18:25] and it's pointing to it [18:25] so I thought it was a permission issue [18:25] i have a problem with booting from a hdd on which 12.04 desktop is installed. when i try to boot i get blank screen with a cursor blinking. i want to boot from the hdd. [18:25] BlueSquirrel: what evidence do you have ? [18:25] can i link an ubuntu laptop with a kali linux laptop via wired network? [18:25] sporkeee: yes [18:25] ikonia: It starts faster than I can react [18:25] that I know the file is there, however vidalia doesn't see it [18:25] Psycho: yes [18:25] jcowan: just hold down shift [18:25] BlueSquirrel, I would just use the bundle unpack it and pull the launcher where you need it. [18:25] BlueSquirrel: have you actually "looked" at the permissions ? [18:26] hey guys, i'm expecting a new graphics card to arrive soon and just wondering if i should use the manufactures driver supplied on their website or if it's as easy as plug-and-play since i've already got a bunch of nvidia drivers installed? (from the additional drivers part . . ) [18:26] yes I went to /usr/share/applications with nautilus as root and change the permissions to read and write for everyone [18:26] !nomodeset | vorlket be sure to use nicks here. [18:26] vorlket be sure to use nicks here.: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [18:26] ehhh: what card is it ? does the vendor provide a linux driver on their website ? [18:26] and the thing is taht I dont need the tor browser, I use tor with my pytho nscripts [18:26] and it had worked before [18:27] man linux sucks [18:27] BlueSquirrel: that is not where the binary is [18:27] bugs all over [18:27] viaSanctus: do'nt use it then [18:27] but something happened with my video card and i did a clean install [18:27] i wish I could [18:27] but this client has an ubuntu controller [18:27] oh.. [18:27] ikonia: it's a zotac geforce 610 2gb card, they supply a .run file for linux amd64 [18:27] no way to get rid of it [18:27] !ot > viaSanctus [18:27] viaSanctus, please see my private message [18:27] ehhh: I'd advise you to use the package provided by ubuntu [18:28] ? [18:28] I asked a genuine question [18:28] viaSanctus, If you want help, state it this is not #ubuntu-rant. ;) [18:28] my screen hung at a forced check [18:28] my post screen hung at "/dev/sda6 has been mounted 24 times .." [18:28] ikonia: so i'm pretty much set with the additional drivers that's already there? (i'm using the beta build currently for the built-in card) [18:28] ikonia, sporkeee, where can I find the binary? [18:28] viaSanctus: it's not hung, it will take a long time to check [18:28] ehhh: beta build ? [18:28] it's on 4,5% for like an hour [18:28] BlueSquirrel: normally in /usr/bin [18:28] viaSanctus, Have you checked fstab? [18:28] viaSanctus: that's not a bad thing [18:28] okay both laptops say wired connection 1 connected. What's the next step? [18:29] sporkeee, read the "hung" part [18:29] Psycho: give them IP's on the same network [18:29] means = i can not check fstab [18:29] BlueSquirrel, Not sure ikonia is better help here, than myself. [18:29] ikonia: i'm running xubuntu so there's about 5-6 choices of what driver to use, like nvidia-current, nvidia-experminetal-724 (or something along those lines), they're all selectable from the additional drivers section [18:29] has anyone here used L7 filter on ubuntu? [18:29] funny how no one reacts until you say "linux sucks" [18:29] ehhh: tht's fine, so they are from the official ubuntu repos - no issue there then [18:29] wait, both laptops say not connected [18:30] viaSanctus: I'll stop helping then [18:30] viaSanctus, You can look at fstab from a live cd. [18:30] Psycho: have you assigned an IP address on the same network [18:30] sporkeee, I'm at a client, forgot to bring my reanimate linux material [18:30] in windows you reboot, period [18:30] viaSanctus: drop the smart attitude [18:30] I just installed Jack audio, and somehow its in german, anyone have a idea how to get it back to english? [18:30] viaSanctus: if you want help - listen to the person helping, if you don't, please don't speak [18:31] ikonia: cool, so it won't prove a problem to get it running atleast :) i'm nearly set with my pc so now all i need are some hardware upgrades and i'm loving this computer right now :P [18:31] ehhh: can't see it being a problem === Troy__ is now known as Troy^ [18:31] ikonia, I just think there's nothing to be done [18:31] viaSanctus: ok, then you know better, don't ask for help [18:31] ;) [18:31] viaSanctus: I have to agree with ikonia, drop the smart attitude. [18:31] I changed the permissions for vidalia and tor and neither worked :'( [18:31] want to know how i ran into this? First, my usb stick gave "A security policy in place prevents mounting of volumes" [18:32] BlueSquirrel: exactly what file did you change [18:32] viaSanctus: - no, don't need info, you said there is nothing more to be done, no more info needed [18:32] msg ikonia how can i assign ip if it won't even show wired connection? [18:32] so..I need to change "“/etc/dbus-1/system.d/hal.conf" [18:32] Psycho: how are you trying to confiure it [18:32] viaSanctus: don't need to hear about it [18:32] I need some help determining why my 12.04 LTS install keeps getting "System program problem detected" error ever time i log into my computer. I get two of them about 1 min after I login to my machine but not sure where to look to determine what is causing the issue. [18:32] Also, when i log out of my account i can see a number of error messages between clicking the logout button and returning to the login screen but not sure how to see what those messages are.... [18:32] Thanks [18:32] but that gave the following bug: servicemenu for amarok has an invalid menu entry "addAsPodcast" [18:32] ikonia, /usr/bin/vidalia and /usr/sbin/tor (wich is the one vidalia is point to, and points to by default) [18:32] ikonia: You're not the only one here, maybe other people want to help him. [18:33] Hey can someone help me figure out why I am getting "cannot create temp file for here document: Read-only file system" [18:33] BlueSquirrel: what's the actual error you're getting [18:33] Rubas: there is nothing more to be done - we've been told, [18:33] ikonia, Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified. [18:33] cekimogloy: what are you doing [18:33] Hello, could anybody running the latest ubuntu tell me if you have adobe-courier fonts? ( xlsfonts |grep adobe-courier ) [18:33] so in the end I though "why not reboot" [18:33] msg ikonia connected via network cable. both went through the cycle of trying to connect wired connection 1, but then both went to no wired connection even though wired connection 1 is still shown as an option [18:33] then the whole thing died [18:33] BlueSquirrel: ok, so manually try to start Vidalia see what happens. [18:33] yay for ubuntu [18:33] ikonia: it happens for anything. Right now If I just try and tab and finish a pathway I get it [18:34] ikonia: or if I try and sudo apt-get update [18:34] Psycho: ok, they tried to get a dhcp address (but didn't as there is no dhcp server) so assign an ip address [18:34] ikonia: Trying to hold down shift, but I can't do it fast enough still. I am now not getting to auto-login, instead I get the startup message "mount: mount 10.0.2.3 does not exist" [18:34] Psycho, is it a crossover cable? [18:34] cekimogloy: ok, so it's probably had a file system error and gone into read-only mode [18:34] so you come to ubuntu and get some whining kid yell "i dont want to hear about it"...yay for ubuntu support [18:34] ikonia: Yes. But helping him, will get him to use Ubuntu more often, by this - he might relize that it aint this bad, as he imagines. He might see the light. [18:35] msg kostkon no [18:35] * viaSanctus wonders when he'll get banned [18:35] tecnico, Yes in 13.04 but I installed the restricted extras, it might be part of the ms-fonts part of that load. [18:35] what do you mean by manually? as a root thru the terminal? [18:35] Rubas: not interested if he uses ubuntu or not, that's up to him [18:35] Psycho, there. you can't connect them then [18:35] !ot | viaSanctus [18:35] viaSanctus: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [18:35] ikonia: it may be worth mentioning i rebooted earlier and it said the "/" was not avaialbe. I had to reboot a few times. [18:35] BlueSquirrel: just launch it from the terminal as a normal user [18:35] thanks sporkeee [18:35] msg ikonia set in ipv4? [18:35] cekimogloy: sounds like your disk is having a problem. [18:35] tecnico, No prob. [18:35] ikonia: fair enough [18:36] I need some help determining why my 12.04 LTS install keeps getting "System program problem detected" error ever time i log into my computer. I get two of them about 1 min after I login to my machine but not sure where to look to determine what is causing the issue. Also, when i log out of my account i can see a number of error messages between clicking the logout button and returning to the login screen but not sure how to see wh [18:36] ikonia: that is what I was afraid of. Thanks for confirming. [18:36] theupside, Those errors have more info what is it? [18:36] cekimogloy: if you do "mount and put the output in a pastebin we can get more idea of what's going on [18:36] ikonia, (thanks a lot by the way) this is what I get running and normal user: "(:4656): IBUS-WARNING **: Unable to load /var/lib/dbus/machine-id: Failed to open file '/var/lib/dbus/machine-id': Permission denied [18:36] (:4656): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': Permission denied [18:36] " [18:37] sporkeeeee, just a pop up screen that give the option to cancel or report problem [18:37] BlueSquirrel: ok - so there you go, there are the two files causing a problem [18:37] BlueSquirrel: I suspect the last one is because you've tried to run it using sudo [18:37] theupside, Ah, are you updated? Others may be more helpful here. [18:37] ikonia, what do you recommend I do? [18:38] BlueSquirrel:....look at the permissions on those files.... [18:38] sporkeee , yes fully updated [18:38] Does the Update Manager differentiate between security and non-security updates? [18:38] BlueSquirrel: apply logic "permission deined on those files" checking those files seems to be a wise starting point === mickeyd is now known as fwaokda [18:39] theupside, Cool, the best help comes with details if you can. Its not always easy to do that I know. ;) [18:39] sporkeee , understood but not sure where to look on my machine to give you details [18:40] sparr, Ubuntu does separate those in general. [18:40] sporkeee: I know the notifications are separate, but once notified is there a way to say "install just security updates"? [18:40] sporkeee: only thing i see is messages that pop up for a second when logging out of my account and returning to the login screen but not sure how to view those..... [18:41] sparr, Not a good idea anyway, you can lock apps if that is your goal. [18:41] I did but they seem to have permission granted [18:41] :/ [18:41] sporkeee: this is for a non-savvy friend. I don't want to tell them to upgrade everything all the time, but I'd like to keep them safe [18:41] BlueSquirrel: show me "ls -la" on the files [18:42] hi #ubuntu ... getting bit desparate here. Yesterday had sound without any problem, I installed icecast2 and darkice to stream my audio (from ALSA) to my phone, worked perfectly. Today I reboot, no sound. I remove icecast2/darkice, reboot, nothing. alsamixer shows me volumes are ok, my soundcard is detected, aplay doesnt make an error... Im lost. [18:42] BlueSquirrel: (use a pastebin please) [18:42] theupside, I see errors on log outs at times a as well, you have to be careful in linking any errors together, and if the log out one you even matters. [18:43] sporkeee: exactly how can i see what those messages are when logging out ?? [18:43] sparr, Honestly I have never had problems in 7 years of use with just updating. [18:44] theupside, Not sure here, without googling it, I rarely use those tools. [18:44] sporkeee: dmesg ?? [18:44] theupside, I'm not your best help here. [18:44] ;) [18:44] ok thanks... [18:44] I have a program called xdelta3, it takes two files operates on them and outputs a result file. I want to send it the results of I/O somethign like cat foo I can not write to a file inbetween. Was looking into the tee command, something like cat foo | xdelta tee foo2 foo_result. Doesnt seem to be working, any ideas? The issue is that the files I am mainpulating are so large that having to rewrite them would involve leaving ram and going into hard drive sp [18:44] ace which is a time penaility I cant afford. So to summarize: I have a command that takes in two files as input I want to send I/O to it instead. The man page didnt have anything on this. [18:44] Hi, I managed to install Ubuntu 13.04 on my 16GB SSD drive. I also have another 1TB drive. I chose the "Erase disk and install Ubuntu" and selected only the SSD drive. The installation did nothing with the 1TB HDD. Now I'm booted up, it's very fast and nice! But I only have 16GB :) How can I configure my 1TB HDD to use with my Ubuntu? I mean, for example when I apt-get install something it uses the 1TB HDD? [18:45] varunendra, thanks :) [18:45] Hi #ubuntu... I need some help determining why my 12.04 LTS install keeps getting "System program problem detected" error ever time i log into my computer. I get two of them about 1 min after I login to my machine but not sure where to look to determine what is causing the issue. Also, when i log out of my account i can see a number of error messages between clicking the logout button and returning to the login screen but not sure [18:45] guys keepassx should read keepass files? [18:45] both linux version [18:45] Ihsan_: tha'ts not going to work [18:45] Ihsan_: the majority of software will install in /usr, so you'll need to have /usr mounted off the 1TB disk [18:45] superdo, it does for me [18:45] superdo, hi ! How did it went? [18:46] okay, forget the wired connection for a minute. Can I just adhoc the two laptops together via wireless and still access the files from one onto the other? [18:46] ikonia, http://pastebin.ca/2423096 === BadLarry is now known as BadLarry_ [18:46] Oh, do you know if I can setup it up so Ubuntu is on the 1TB drive and boots from the SSD so I can get faster boot? Reïnstall is no problem for me [18:46] ikonia, maybe I should try to uninstall everything and try a clean install [18:46] varunendra, after *correctly* followed your tutorial , went good. [18:46] Ihsan_: it won't work like that [18:47] BlueSquirrel: why ? [18:47] only after an update newest kernel again has no wifi but install time kernel has... [18:47] mreh, really? hmm [18:47] Ihsan_, I would run the OS on the ssd and use the disc for [18:47] superdo, Congrats ! :D [18:47] the rest [18:47] varunendra, no, for you ! [18:47] ikonia, because last time I didnt have this much trouble getting it to work [18:48] sporkeee_ yes I want to do that, but how? :) I installed the OS now on the SSD, what now to configure the 1TB HDD [18:48] mreh: http://www.keepassx.org/faq#q_3 [18:48] so Im wondering === Guest41197 is now known as mfisch [18:48] By broadcom wifi just quit working after an update yesterday. Wlan0 is now eth1 and the command line and network manager applet wont connect list any ssid === mfisch is now known as Guest1021 [18:49] BlueSquirrel: this looks like it's dbus having the issue. [18:49] superdo, now I understand your question [18:49] looks like you have your answer [18:49] yes :) [18:49] uminded, "wlan1" means you installed the sta driver (wl). Isn't always the correct one. [18:50] np Ill export kdbx and then import to keepassx [18:50] mreh, have you ever had problems with keepass showing the full texts of a field? [18:50] BlueSquirrel: first hit on the bug page open file '/var/lib/dbus/machine-id': Permission denied [18:50] It worked fine on the 12.04 stock install. Updated for the first time yesterday and now no wifi [18:50] oops [18:50] BlueSquirrel: https://bugs.launchpad.net/ubuntu/+source/vidalia/+bug/680192 [18:50] Launchpad bug 680192 in vidalia (Ubuntu) "Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified." [Undecided,Confirmed] [18:50] I've downloaded the repair disk and unetbootin but what distribution do I select for this? [18:50] so the last chars were hidden or distorted [18:51] uminded, do you know exactly which card you are using? If not, please show us the pastebin link to output of "lspci -nnk | grep -iA2 net" [18:51] Liam562, You can just load the iso.....disk image [18:52] thanks [18:52] Liam562, No prob. === BadLarry_ is now known as BadLarry [18:53] Varunendra: broadcom bcm4312. And im on my phone as their is only wifi here [18:53] !broadcom | uminded this may help. [18:53] uminded this may help.: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [18:53] !lista [18:53] Getsuga93: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [18:55] I need some help determining why my 12.04 LTS install keeps getting "System program problem detected" error ever time i log into my computer. I get two of them about 1 min after I login to my machine but not sure where to look to determine what is causing the issue. Also, when i log out of my account i can see a number of error messages between clicking the logout button and returning to the login screen but not sure how to see wh [18:56] theupside: best not to keep randomly repeating it every 5 minutes, [18:56] uminded, download "linux-firmware-nonfree" package on some computer > copy to your ubuntu machine > double-click to install : http://packages.ubuntu.com/precise/all/linux-firmware-nonfree/download [18:57] uminded, then purge the sta driver - "sudo apt-get purge bcmwl-kernel-source" [18:57] uminded, reboot or do - "sudo modprobe b43" - wifi should be up. [19:00] Varunendra: let me restart and see if b43 works [19:00] ikonia, thank you, but I tried all the patches suggested and I still get the same error :/ [19:01] ikonia: just trying to get help.. not sure how this process works... looks like i post and wait for a reply and if no one responds try again [19:02] Venezuela: wifi card is no longer detected. No wlan or eth given to it [19:02] uminded, did you install the firmware package? [19:03] is lubuntu.fr the official lubuntu site for the french community? [19:03] !fr [19:03] Nous sommes désolés, mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [19:04] ikonia, I tried running the tor browser, now I get another message that hints something, it says that tor is not owned by my username [19:05] I find tor browser totally annoying.. just install privoxy with torsocks and be done [19:06] ikonia, I changed the owner of it and it worked, but now it says that I don't own the directory under home that has tor data [19:07] BlueSquirrel, which owner did you give tor browser? [19:07] it has root [19:07] Venezuela: no sdcard on my phone and no wifi on the laptop. This really is not working [19:07] nooo [19:07] BlueSquirrel, don't ever use a browser as root [19:07] ikonia, im going to try to go in as root and change it to me as the owner [19:08] ikonia, I didn't i dont know why it's set that way [19:08] Did ikonia set me to ignore? hmmm [19:09] wheatthin, Maybe your usually in mine. ;) [19:10] in yours? ignore list? lol [19:10] wheatthin, wait I thought you were ikonia for a second lol === adamxx is now known as adamx [19:10] ;) [19:10] uminded, my nick is varunendra by the way ;) [19:10] wheatthin, it's not the browser, but the folders in its directories that are owned by root [19:10] off topic stuff gets really old [19:10] uminded, b43 isn't going to work without the firmware. [19:11] Lol auto correct on the phone [19:12] i cant seem to find pricing on landscape. can anyone tell me a general price this service costs? [19:12] BlueSquirrel, let me fire up ubuntu real quick, and I'll help ya [19:12] Any idea how to enable mass storage usb mode on a galaxy s4 by chance? Only mtp mode is showing up [19:12] seck: contact Canonical, you can find contact info on canonical.com [19:12] wheatthin, I think I fixed the browser, it runs now [19:13] wheatthin, vidalia isn't tho [19:13] uminded, that package is just 4 MB, you should have enough internal memory to store that much. [19:13] uminded, then you may use usb or BT connection to transfer that. [19:13] is it possible to get source-code from apt-get? I'm trying to get the mysql 5.5.31 server source code that my package manager isntalled. [19:13] BlueSquirrel, the way I have mine setup, is I installed privoxy and torsocks, and everything just works after I configure privoxy to use tor [19:13] BlueSquirrel, then you can use whatever browser you want [19:14] does SSD's need fan cooling or are they silent/cool by nature ? [19:14] I do but the latest android removed mass storage as a friggin usb option. Only media and picture mode. Might be because I have no sd card installed [19:14] jakechapa: apt-get source will download it to the directory you call that from [19:14] yeah I mean I had it set up well and I could run my python scripts to use tor no problem, but I had to do a fresh isntall of ubuntu so I'm trying to get it to work again :/ [19:14] ehhh: by nature [19:15] ehhh: i dont see a ubuntu specific point in that question :) better ask in #ubuntu-offtopic or in #hardware for that hardware talks === shelbydz is now known as shelbydz_ [19:15] uminded, can't you "Fool" the OS by just renaming the file as ".jpg" ? :P [19:15] rubas938: thx, was just wondering where i would go placing one without mounting slots [19:15] kil_ relax, he was having some help with ssd setup [19:16] Tried that. It must acually read the file header itself [19:16] I created a user using useradd -m and can login to it with an ssh key. How do I set a passwd to an account created that way? [19:16] anyone using webmin 1-630, I just did a fresh install from the git repo and during setup.sh I am at 'Enabling background status collection. where it has been sitting for several minutes (15+), is this expected behavior or is it stuck? [19:16] ehhh: will pm you. [19:16] !webmin | tgunr [19:16] tgunr: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [19:16] I dont think this laptop has bluetooth... [19:16] Guys. I now have my home server setup exactly like i want it to, but i got hooked on learning linux and i now want to set up a webserver. However, i dont want to derp around with the server as i've set it up now, and my plan is to install virtualbox, create a virtual ubuntu server and run the LAMP stack on that virtual server. Is this 'easily' doable via only commandline, or should a novice [19:16] like me install some lighweight GUI like LXDE and use the VirtualBox GUI while setting up the virtual machine? [19:16] uh, linux (read "android") is smart ! :/ [19:16] BlueSquirrel, yeah running tor as service is automatically ran by root. but you don't have to be root to use the utilize the service after it's been running [19:17] to utilize the service* [19:17] ah, didn;t know that, is there a 'admin' package that is similar? [19:17] uminded, can't you connect the phone as a modem? [19:18] BlueSquirrel, however, I don't believe vidalia (for linux) is bundled with a caching proxy [19:19] wheatthin, yeah I was running tor thru terminal and then tried to run my script and tor told me I didnt have privoxy, which is weird cause I thought I did [19:19] Hi, Does anybody know what is the IRC channel for the thunderbird? [19:19] Any idea how? I usually wifi teather [19:19] BlueSquirrel, privoxy doesn't come with tor browser for linux [19:20] how to know how much storage space is available for the guest session? [19:21] BlueSquirrel, so If that's what you're looking for, you don't need vidalia as a launcher.. uninstall it, and install torsocks, and privoxy [19:21] Maybe a better question is, "How to remotely administer ubuntu server?" [19:21] tgunr, through ssh [19:21] BlueEagle, http://uckanleitungen.de/tor-privoxy/linux/ this worked for me privoxy connected to tor [19:21] wheatthin, I have both of them installed tho, I just checked in the synaptic [19:21] its in german tho but all u need is to run the steps [19:21] thats not much of a solution for multiple servers [19:22] BlueSquirrel, and what do you have your browser setup to use tho? [19:22] wheatthin, how can I check? [19:22] tgunr, you didn't ask for multiple servers, you asked to remotely administer ubuntu server. [19:22] uminded, if you have an alternate way to connect the phone (via usb?), it should be able to connect in "DUN" or "Modem" mode. If so, Ubuntu will detect it as a modem and a wizard will become available in NM to configure it. [19:22] Maybe a better question is, "How to remotely administer ubuntu servers?" [19:23] over ssh [19:23] wheatthin, by the way this is what tor says: Jul 09 15:22:47.000 [warn] Your application (using socks5 to port 80) is giving Tor only an IP address. Applications that do DNS resolves themselves may leak information. Consider using Socks4A (e.g. via privoxy or socat) instead. For more information, please see https://wiki.torproject.org/TheOnionRouter/TorFAQ#SOCKSAndDNS. [19:23] thats not much of a solution for multiple servers [19:23] how to know how much storage space is available for the guest session? [19:23] uminded, you originally said - "wlan0 is NOW eth1.." Are you sure it wasn't earlier?? [19:23] BlueSquirrel, yes, tor should be running on port 9050 from 127.0.0.1 [19:24] i remember it being quite small.... [19:24] titta2, why dont u just rightclick preferences in guests home folder [19:25] wheatthin, it is but not 9050, it's 9151 [19:25] wheatthin, oh wait, that might be the problem... [19:25] ok thank you... that was easy... :) [19:25] BlueSquirrel, you'll need to change it to 9050 [19:25] wheatthin, my program is trying to go thru 9050 [19:25] u can setup the port in privoxy port in the config [19:25] i think 3400 or 8118 is the port [19:25] default === sins_x is now known as sins [19:26] privoxy's default is 8118 [19:27] hello folks what a wonderful day =D [19:27] wheatthin, I cant change it gives me an error [19:27] BlueSquirrel, so if you have privoxy installed, you'll want to edit the privoxy.conf and change it to use 127.0.0.1:8118 Or your internalIP:8118, and scroll down and make sure you have it forwarding to 127.0.0.1:9050 [19:28] wheatthin, Vidalia was unable to apply your Advanced settings to Tor. [19:28] Unable to set option: Failed to bind one of the listener ports. [19:28] hello everbody [19:28] hi! [19:28] Does the cron service need restarting each time crontab is edited? [19:28] g105b: No. [19:29] BlueSquirrel, I wouldn't use vidalia as a kick starter, it's not needed [19:29] i need kali-linux channel [19:29] wheatthin, it says that it couldnt bind to 127.0.0.1:9050 because the address is already in user and then asks me if tor is already running [19:29] wheatthin, I'm just using the tor browser to try [19:29] BlueSquirrel, so torsocks is already installed and running... type sudo service tor stop [19:30] wheatthin, I did, still doesnt let me [19:30] no-code, Look on the web must be one somewhere this is ubuntu support. ;) [19:30] BlueSquirrel, uninstall vidalia plz [19:31] thanks === _BJFreeman is now known as BJfreeman [19:31] done [19:31] BlueSquirrel, did torsocks uninstall with it? [19:32] wheatthin, no it did not [19:32] BlueSquirrel, k.. now service tor stop (if it's not stopped already) [19:32] if you want to check, ps aux | grep tor [19:34] wheatthin, aight, I closed the browser, I stopped the service, did a ps aux |grep tor, found the process, and killed it [19:34] wheatthin, there should be no tor open [19:34] www.artterest.com [19:34] BlueSquirrel, great.. now go sudo nano /etc/torsocks.conf [19:35] sorry, mistakenly pasted here. [19:35] aight it opened in the terminal [19:35] I think Unity might have a memory leak. I do not have consistent records of ps to prove it though. compiz would always be the biggest memory hog. I installed the x edgers ppa yesterday, and that appears to have fixed my problem [19:35] wheatthin, is this the file I have to modify? [19:35] wheatthin, what do I do to it [19:35] Hey, I had a problem with an application and after a bit of googling I found someone that seemed to have fixed it but I'm not really sure how to apply a .patch file... can anyone give me a hand? [19:35] BlueSquirrel, indeed [19:36] Varunendra: it might have been eth1 all along. Why did it just stop working? [19:36] you'll make sure that server = 127.0.0.1 [19:36] BlueSquirrel, and then server_type = 5 === d1gital is now known as ofosho [19:36] and the server_port = 9050 [19:37] wheatthin, # server = 10.1.7.25 [19:37] # server_type = 5 [19:37] is that the one I change [19:37] BlueSquirrel, yes, change that to 127.0.0.1 [19:38] uminded, can't say about that, but did you at any point choose to "accept" a driver proposed by "Additional Driver" dilogue lately? [19:38] wheatthin, wait nevermind [19:38] wheatthin, that one is comented [19:38] kk.. just make sure server = 127.0.0.1 [19:38] # Default server [19:38] # For connections that aren't to the local subnets [19:38] # the server at 127.0.0.1 should be used (again, hostnames could be used [19:38] # too, see note above) [19:38] server = 127.0.0.1 [19:38] BlueSquirrel: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [19:38] k.. and server_port = 950 [19:38] grr 9050 [19:39] then hit cntrl+x then hit y and enter [19:40] BlueSquirrel, then you'll edit your /etc/privoxy/conf [19:40] Varunendra: nope, just the usual ipdates luke firefox [19:40] BlueSquirrel, sudo nano /etc/privoxy/conf [19:40] wheatthin, I think it was already the way you said: this is without changes http://paste.ubuntu.com/5859403/ [19:41] wheatthin, server type is commented tho, should I comment it out? [19:41] BlueSquirrel, that's fine, just making sure everything is good [19:41] yes, uncomment it [19:41] uminded, for just a test, check yourself - "ls /lib/firmware/b*" -- does something show up (basically, is "b43" directory there?) [19:42] wheatthin, aight! (thanks for the help by the way) [19:42] np.. [19:42] BlueSquirrel, now sudo nano /etc/privoxy/config [19:42] teratoma: you mean the xorg edgers ppa or the stable x ppa one¿ [19:43] looking at the output of 'xlsfonts' do you know how to pinpoint the package that provided that font? [19:43] wheatthin, what do I check for? [19:43] xangua: xorg edgers. did i do something bad [19:43] BlueSquirrel, you'll go where it says "listen-address localhost:8118" [19:44] teratoma: on what ubuntu release¿¿ no i was just curious...a long time since i tried that ppa [19:45] wheatthin, ok found it [19:45] BlueSquirrel, once you find that, change it to "listen-address :8118 [19:45] xangua: raring [19:45] remember to switch to what it actually is [19:46] without brackets [19:46] wheatthin, by internal ip, you mean jsut my ip address? [19:46] teratoma: gonna try it :D [19:46] BlueSquirrel, yes for instance mine is 192.168.0.2 [19:47] BlueSquirrel, so it'll look like "listen-address 192.168.0.2:8118" [19:47] varunendra: ok I have my phone teathered. that was an ordeal. seems samsung crippled android 4.2.2 to remove mass storage so you had to use their software. Need to root my device... [19:48] wheatthin, like the one I get when I go to http://whatismyipaddress.com/ [19:48] uminded: what ubuntu release are you using¿ my android phone mounts the sd with mtp with no problems [19:48] varunendra: any ways I installed that package and purged the kernel sources. /proc/modules says "b43 379088 0 - Live 0x0000000000000000" [19:48] wheatthin, isnt that the external? [19:48] BlueSquirrel: not that one [19:48] no, that's an internal [19:48] wheatthin, ok ok hold on [19:49] BlueSquirrel, ifconfig eth0 should tell ya [19:49] xangua: galaxy s4, and I dont have an sd card so the mtp mounts some ghosted copy of the internal sd structure but with no files visible... its an odd bug [19:49] uminded, if you just installed the firmware, you'll need to remove, then reload the b43 module - "sudo modprobe -rfv b43" == > "sudo modprobe -v b43" [19:49] varunendra: but ifconfig does not list anything besides eth0 and lo [19:49] wheatthin, aight done [19:50] alrighty, then scroll further down, until you come to section 5.2 [19:50] and uncomment forward-socks5 / 127.0.0.1:9050 . [19:51] varunendra: yay wlan0 is back [19:51] uminded, as long as a driver is not binded with an interface, it is not usable, so ifconfig won't show it. [19:52] wheatthin, done [19:52] varunendra: and my wifi is working now. What should I do to make sure this doesn't happen again?? [19:52] BlueSquirrel, now cntrl+x hit y and enter [19:52] I consider working on my Linode, but I need ssh access to my git repos, is it safe to have a (new) private ssh key on a remote server? It will have access to all my repos. [19:52] uminded, make sure you do "nothing" with the wifi. Simple as that :P [19:52] wheatthin, alright, do I try to run tor now? [19:53] dexterity: as long as you give it a good! passphrase === danielbw_ is now known as danielbw [19:53] uminded, the b43 driver is included in the kernel, the only external thing you need was the firmware which now you have. [19:53] BlueSquirrel, sudo service tor start && sudo service privoxy restart [19:53] guntbert: should I generate the key on the remote server or locally, or doesn't it matter? === Troy__ is now known as Troy^ [19:54] varunendra: I wonder what wonky package caused this all to happen [19:54] dexterity: I usually try not to send private keys trough the network - so I'd say create it on the server [19:54] Are those the only ports you want? [19:55] Ooops really late in the channel. [19:55] Forget it. [19:55] uminded, is it ubuntu 13.04 ? [19:55] wheatthin, ok done! should I try m yscript? [19:56] uminded, the wl driver (the one you removed) has been problematic with some cards in 13.04. Some versions work, some give problems like this. [19:56] nope.. BlueSquirrel now you go to your favorite browsers settings [19:56] network settings [19:57] and under proxy settings use http 8118 [19:57] wheatthin, okaay [19:58] wheatthin, done [19:58] now test it by going to http://checkip.dyndns.org it should be different from your external IP address [19:58] wheatthin, hey nice it works! [19:58] :).. [19:59] wheatthin, I'll have to rewrite my scripts to work with it now [19:59] Nice BlueSquirrel and wheaties466 :D [19:59] now any other proxy programs you want to run, just point it to your internal ip with 8118 [19:59] wheatthin* xD [19:59] :) [20:00] wheatthin, thanks a lot! [20:00] BlueSquirrel, np [20:00] wheatthin, Im gonna go try to make this work now, thanks [20:00] have fun man === linds6630_ is now known as linds6630 === ecube_ is now known as ecube === chadi_ is now known as chadi === Corey_ is now known as Corey === Fork is now known as milefork === heinrich5991_ is now known as heinrich5991 [20:04] Hello there [20:04] helllo omar Do you have an ubuntu support question? [20:05] Hello. I have a support question, is this the right place? [20:05] yes i need some help to install world of goo [20:06] I have switched to Python2.6 with pythonbrew but I am receiving the same error yet libpython2.6.so.1.0: cannot open shared object file: No such file or directory. Also  ldconfig -p | grep python  only shows stuff related to python2.7 . Any idea how to solve this problem? [20:06] ask | omar acron^ [20:06] !ask | omar acron^ [20:06] omar acron^: 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 === adamk_ is now known as adamk [20:06] Apologies :) [20:07] I have switched to Python2.6 with pythonbrew but I am receiving the same error yet libpython2.6.so.1.0: cannot open shared object file: No such file or directory. Also  ldconfig -p | grep python  only shows stuff related to python2.7 . Any idea how to solve this problem? === ij is now known as Guest58006 === Nitrodex is now known as Guest94606 === TheDrums_ is now known as TheDrums [20:07] So, I think this is a general linux question. I am attempted to delete a hidden file using 'sudo rm filename' except it's simply having no effect; the file is never removed. What could this be? [20:07] am attempting* [20:07] acron^, is it telling you permission denied? [20:07] No, no error message [20:08] ls reports this: [20:08] -rwxrwxrwx 0 root root 0 Jul 9 18:29 .fuse_hidden00001e300000000e* [20:08] Perhaps it's being auto created again immediately afterwards. === danielcbit_ is now known as danielcbit [20:08] acron^, try using sudo rm -rf [20:08] acron^: if the file is hidden it's filename starts with a . (like .settings) [20:08] What should I do? build/ARM/gem5.debug: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory === Sam_OTnosc is now known as SamOTnosc [20:08] guntbert: yes, it's hidden: .fuse_hidden0000... === SamOTnosc is now known as Sam_OTnosc [20:09] acron^: so sudo rm .fuse_hid [20:09] wheatthin: sudo rm -rf made no difference [20:09] acron^: If you sudo rm it, then check again with ls -l does it show different creation/modification time? [20:09] .fuse_hidden000 isn't just a file, it's a hidden mountpoint === me is now known as Guest30592 [20:09] genii: nope, same time [20:10] wheatthin: Ah, what's a mountpoint? [20:10] Hi [20:10] wheatthin, so my script use to have a connection with tor that sent a signal "NEWNYM" to tor to change the ip address, I have no idea how to do that now [20:10] acron^, it's where Fuse tries to mount a partition [20:11] BlueSquirrel, it'll change randomly every so often [20:11] wheatthin: :( sounds bad. I'm just trying to do svn cleanup.... [20:13] acron^, just make sure your have whatever partition you have mounted with fuse (you can check under 'mount' command' [20:13] anyway to install Ubuntu with out a CD rom drive in the PC ? [20:13] to unmount it before the svn cleanup [20:13] in windows 7 [20:14] jay, you can use wubi, although that'll make it dualboot [20:14] yeah i want it to duel boot [20:14] jay, or you can use dd, or a number of other utilities to "burn" the iso image to a usb drive [20:14] wubi :( [20:14] hi guys, i'm having a ton of issues installing a ruby gem "RedCloth" on ubuntu 12.04 — in the rails related rooms, i was told that it could be related more to ubunuty than ruby. [20:15] Is it safe to install kernels manually from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-rc8-raring/ for Raring 13.04? [20:15] KyouReeUs4nfo, you can, but it's not supported [20:15] wubi is not compatible with newer windows and is very hard to support and doesnt offer that speed and feeling of a native install [20:15] wheatthin: okay, i see the mount on /dev/sda4 - how do I unmount/remount? [20:15] I dont see a software running in processes but when i start that software, it says ts already running, how can i be sure? [20:16] KyouReeUs4nfo: you may not get security updates and it is not supported, also ppas are normally not a trusted source like the main repos [20:16] acron^, just sudo umount /media/mountpoint or whereever the mount point is located [20:16] Quest: maybe there is just a lock-file still alive [20:17] iceroot, how can i be sure. the software is truecrypt [20:17] if i unmount it though....how will i be able to access the directory?? [20:17] acron^, it's temporary.. it can be remounted, you just want to see if that file goes away when you unmount it [20:18] wheatthin: Ok...I trust you [20:18] wheatthin and iceroot, thanks. I would like to know which is current supported version from main repos. I am running 3.8.0-25. [20:18] !info linux-image-generic [20:18] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.8.0.26.44 (raring), package size 2 kB, installed size 33 kB [20:18] KyouReeUs4nfo, that is current that i know of [20:18] wheatthin: acron@Fenixbuntu /m/a/p/P/TVQuiz> sudo umount /media/acron/projects [20:18] umount: /media/acron/projects: device is busy. [20:18] (In some cases useful info about processes that use [20:18] the device is found by lsof(8) or fuser(1)) [20:18] KyouReeUs4nfo: 3.8.0.26.44 [20:18] acron^, you'll want to cd / [20:19] and try again [20:19] Or close a file browser that might be open and looking at something under that hierarchy [20:19] KyouReeUs4nfo: sudo apt-get update && sudo apt-get dist-upgrade to get the latest kernel security fixes [20:19] thanks again, for some reason when I do sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade it is not upgrading [20:20] I would like to add that I purged that version once [20:20] KyouReeUs4nfo: you only need "sudo apt-get update && sudo apt-get dist-upgrade" [20:20] KyouReeUs4nfo: try doing "apt-get -y upgrade....." [20:20] KyouReeUs4nfo: what is the output of "sudo apt-get update && apt-cache policy linux-image-generic [20:20] brb medication time [20:20] PashaPasta: upgrade will not upgrade the kernel [20:21] iceroot: that's what the ........... was for :) [20:22] PashaPasta, never knew "......." is another meta package for kernel image.... lol ! [20:22] iceroot, how can i be sure. the software is truecrypt [20:22] varunendra: oh, it is! (in lazy speak) [20:22] is there anyone here that knows about OCFs2 with DRDB ? [20:22] I dont see a software running in processes but when i start that software, it says ts already running, how can i be sure? [20:22] :P [20:23] !netsplit [20:23] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit === rosseaux_ is now known as rosseaux [20:24] iceroot: http://paste2.org/Cfv7ed0V [20:28] back.. === jhutchin1 is now known as jhutchins [20:28] wheatthin: I did umount [20:28] is there anyone here that knows about OCFs2 with DRDB ? [20:28] I now can't get into the directory to check if the file is gone.. [20:28] acron^, and did the hidden file go away? [20:28] hmm [20:28] . [20:29] acron^, then it was definitely on that partition itself [20:29] yes [20:29] the mount was /media/projects [20:29] and what device was it? [20:29] the file was in /media/projects/.svn [20:29] sda4 [20:29] so, sudo mount /dev/sda4 /media/projects [20:30] rm ~/.TrueCrypt-lock-USERNAME [20:30] thx [20:30] wheatthin: remounted aaaand file is gone :) [20:31] :) [20:31] thanks so much dude [20:31] np === mikestewart is now known as ms|eat [20:33] how can I install libpython2.6 in Ubuntu12.04? [20:34] iceroot or wheatthin: how do I manually install latest kernel from main repos.? Apt is not finding it for some reason. [20:34] elisa87: Why do you mean 2.6? 2.7 is the version of Python included with 12.04. [20:35] s/mean/need/ [20:35] pici I need it for this build/ARM/gem5.debug: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory . I installed python2.6 by pythonbrew and switched to it but yet have the same problem === thomas is now known as Thomas === Thomas is now known as Guest33189 [20:36] KyouReeUs4nfo, which version of ubuntu are you running? [20:36] elisa87: You'd likely need to explicitly provide the path to your libpython2.6.so.1.0 that was compiled via pythonbrew. [20:37] wheatthin: Raring 13.04 [20:37] pici I don't know what's the path to it . find or locate couldn't find it [20:37] elisa87: What are you trying to compile? [20:38] a package my friend compiled with python 2.6 [20:38] oh [20:38] !netsplit [20:38] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [20:38] KyouReeUs4nfo, here's a tutorial http://www.liberiangeek.net/2013/04/ready-for-linux-kernel-3-9-install-upgrade-your-kernel-in-ubuntu-13-04/ [20:38] ! [20:39] wheatthin: yes I read that wheatthin but that points me to a ppa [20:39] KyouReeUs4nfo, go ahead and use it. As long as it's labled "stable" it should be fine [20:40] wheatthin: already, thanks! === SailorThor is now known as SailorWho [20:40] wheatthin: would kernel.org stable version be ok to try? [20:41] KyouReeUs4nfo, yes, but ppa would definitely be alot easier [20:41] KyouReeUs4nfo, with kernel.org, you'd have to manually configure and compile and do a whole bunch of stuff [20:41] wheatthin: thanks again! [20:44] Hi all ! I have a connection problem to a specific wifi whereas ethernet connections works fine. The connection was established on Windows as well. Is it a configuration problem? I don't know what to do [20:44] gms_ lot of us suffer from it.. === devil is now known as Guest66876 [20:44] it's on 12.04 by the way [20:45] suggestion: search askubuntu.com with your wlan manufacturer name read the results [20:45] how can I fix this? What should I install? error while loading shared libraries: libprotobuf.so.5: cannot open shared object file: No such file or directory === schizo is now known as bwall [20:45] superdo: good idea. thanks === Guest66876 is now known as dragon === dragon is now known as Guest460 [20:46] gms_ but you can ask also here, just was an idea [20:46] elisa87, did you try to install libprotobuf5 [20:46] gms_ also: ubuntuforums [20:46] wheatthin: E: Unable to locate package libprotobuf5 === heathjs is now known as heath [20:47] superdo: actually I used to connect to another wifi. I think that the problem is rather on the router ? [20:47] elisa87, which ubuntu release are you on? [20:47] wheatthin: 12.04 precise === Guest460 is now known as lol_devil_lol [20:47] gms_ no idea === Troy__ is now known as Troy^ [20:47] have to leave bye [20:47] superdo: ok. thanks [20:49] elisa libprotobuf5 is removed when maverick 10.10 came out. that source you are trying to buils is old ( according to your previous question about python 2.6) [20:49] https://launchpad.net/ubuntu/maverick/amd64/libprotobuf5 [20:49] yeah the new one is libprotobuf7 [20:50] !find libprotobuf [20:50] Found: libprotobuf-dev, libprotobuf-lite7, libprotobuf7, libprotobuf-c0, libprotobuf-c0-dev [20:51] I specifically want version 5 of it [20:51] elisa87, it's no longer in repo.. try 7 and see if it works as a replacement [20:52] Hello people [20:52] elisa87, good luck! http://pkgs.org/download/libprotobuf5 [20:52] OerHeks: I already have version 7 libprotobuf7 is already the newest version. but I need version 5 for this program [20:52] i'm back [20:53] ^^ [20:54] does ubuntu have a mumble server ? === ms|eat is now known as mikestewart [20:55] Maybe somebody knows how to fix this ? I install ubuntu into lastest virtualbox, and its not ussable, it runs very very slow... maybe somebody has solution ? [20:55] so can anyone explain how someone could jack me while using Ubuntu to initate a bot flood on another channel? [20:57] !info mumble-server [20:57] mumble-server (source: mumble): Low latency VoIP server. In component universe, is optional. Version 1.2.3-349-g315b5f5-2.2ubuntu1 (raring), package size 807 kB, installed size 2777 kB [20:59] well what I am asking is how did they do it and what can I do to prevent it from happening again [20:59] ??? [21:00] .vend [21:00] HankMccoy: 'jack you'? [21:00] as in hijack my pc or just the IP to attack another channel [21:01] hi [21:01] I'm still pissed for getting blamed for that [21:01] Hi all ! I have a connection problem to a specific wifi whereas ethernet connections works fine. The connection was established on Windows as well. I couldn't find anything about Philips CGA5722 routers. Any ideas? What can I do to diagnose the configuration [21:01] HankMccoy: on freenode? [21:01] nope thought it was more secure than that or so I was told... [21:01] wht? [21:02] no ideas ? [21:02] the admin gave me a copy of some crazy code and said UR banned don't come back === away is now known as ecks [21:03] [jensen]: hi [21:03] HankMccoy: Do you mind pastebinning the relevant section? You don't need to include your conversation with them. [21:03] can not ask what it was because i'm banned just wondering about how it works and how to secure my connection moar... [21:03] geekstay: hi ftnd [21:04] HankMccoy: I'm asking because it may not be that your connection was hijacked, there are other things can can cause a 'flood' on IRC. [21:04] no copy and like I said I was kicked so I am at a bit of a loss [21:04] Ohh === ecks is now known as away [21:04] like what I thought that was how it worked... [21:05] anyway it was linked to my IP so obviously it got back to me :( [21:06] HankMccoy: Unless you had an unpatched webserver or you had opened up ssh access and used a simple password there is next to no chance that your computer was comprimised. You might have been joining and parting due to an excess flood, but that is between you and the IRC server with your own IRC client. [21:07] i am having a hard time getting some keyboard short cuts to work [21:07] pretty vanilla 12.04 intall [21:07] when I go to keyboard->shortcuts and change, for example.. maximize screen to alt+shift+f all i do is send 'FFFFFFF' over and over again to input [21:08] if i change switch to workspace N to Super+N the default bejhavior of switching to the app based on it's order in the launcher still happens [21:08] it's basically as if my keyboard shortcuts are just being straight up ignored [21:10] gdoteof: i have found that as well in gnome3, and cinammon.. is that in unity? [21:10] holstein: yeah.. literally just a vanilla 12.04 desktop install [21:11] idk what cinammon is [21:12] !info cinnamon | gdoteof [21:12] gdoteof: cinnamon (source: cinnamon): Innovative and comfortable desktop. In component universe, is optional. Version 1.7.4-1 (raring), package size 607 kB, installed size 2460 kB [21:16] gms_, do you currently have an ethernet connection? [21:18] varunendra: yes. Actually, when I turned off the WPA it connects [21:18] gms_, no problem solved ? :) [21:18] s/no/so [21:19] varunendra: it has connected when there's no protection [21:19] What kind of WPA is it? gms_ [21:20] Is there any way to get the source-code from an apt-get? I'm trying to get the source for my msql 5.5.31 but can't find it on their website (they only have 5.5.32) [21:20] gms_, please post the pastebin link of : "lspci -nnk | grep -iA2 net | pastebinit" === jayne_ is now known as jayne [21:22] !source | jakechapa [21:22] jakechapa: You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [21:23] Ubuntu Server 13.04, how do I get "ls" to show the user and group? [21:23] right now its one or the other, I can't tell which [21:23] alias la='ls -Alh --color=always' [21:23] explodes > ls -Al [21:23] KyouReeUs4nfo: yes I'm connected physically [21:24] KyouReeUs4nfo: by ethernet, and I can reach to config. page of the router [21:25] gms__, did you get this message - please post the pastebin link of : "lspci -nnk | grep -iA2 net | pastebinit" ? It may help [21:27] varunendra: http://paste.ubuntu.com/5859739/ === Guest68009 is now known as Guest68009|Away [21:28] gms__, Ubuntu 13.04?? [21:28] gms_ : here is a link, that may help you. http://www.p4c.philips.com/cgi-bin/dcbint/cpindex.pl?slg=en&scy=gb&ctn=CGA5722/05 [21:28] varunendra: no. 12.04 [21:28] gms__, kernel version? (uname -mr) [21:29] varunendra: I!m checking it [21:29] varunendra: 3.2.0-49-generic-pae i686 [21:30] varunendra: I've just verified that it connects to the wifi when I disable WPA or all types of protection [21:33] gms__, the newer version (6.xx) of this driver had some problems initially. I'm not sure if they still exist. But the older version in those cases worked better (5.100.82.112) [21:33] gms_: In your NetworkManager, update wireless network configuration and try and reconnect after making sure you have reconfigured your wireless network on router. [21:33] gms__, please show us - "dpkg -s bcmwl-kernel-source | grep -i version" [21:34] varunendra: Version: 6.20.155.1+bdcom-0ubuntu0.0.1 [21:34] Can anyone help me with this? http://pastebin.com/zJsigemG - the daemon cant access folders :/ [21:34] . [21:35] gms__, you may try the older version if you wish. If it works, you can 'Pin' it in apt. [21:36] varunendra: Hmm I see. I'm a beginner. So I wonder how to use an older version. Also, does it have any disadvantages? [21:37] jacta: try chmod 755 ~/Downloads/Torrents/Completed/ [21:37] gms__, no disadvantage if it works fine. Let me dig up my post on "how to". [21:37] gms__: an advantage might be that it works [21:38] holstein: :D yeah [21:38] verysoftoiletppr: thank you so much [21:38] gms__ you are very welcome [21:39] Hey, how do you log out via the terminal? [21:39] johan`: exit should do what you want [21:39] gms__, http://ubuntuforums.org/showthread.php?t=2140263&p=12625996#post12625996 [21:39] Ok, thanks :), trying it out. I'll be back if it doesn't work! holstein [21:39] KyouReeUs4nfo: still the same, ls: cannot access /home/jacta/Downloads/Torrents/Completed/: Permission denied [21:40] gms__, basically - "sudo apt-get purge bcmwl-kernel-source" ..... then ........ "sudo apt-get install bcmwl-kernel-source=5.100.82.38+bdcom-0ubuntu6", while you are connected via cable. [21:40] holstein: Ouch! Okay, seems like I've gotta give you guys some more info: Something happened to the graphical... Window, the one that you access with CTRL+ALT+F7. I'm currently in CTRL+ALT+F1 and I want to log out of CTRL+ALT+F7 [21:40] jacta: can you cd into that directory? [21:41] hi [21:41] johan`: go back to the main graphical one and logout [21:41] !tty | johan` might help you [21:41] johan` might help you: To get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login). To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution [21:42] I am looking for help with Ubuntu 12.04 and my Kindle 4 [21:42] johan`: sounds like you have a different issue altogther.. can you reboot and tell me exactly what the issue is? sudo reboot from a prompt will do [21:42] it doesn't get recognized anymore [21:42] and I can't manage to mount it [21:42] KyouReeUs4nfo: as me (jacta) yes, but not as the daemon i think [21:42] 8/10 sigh here. How do I install mod_wsgi for apache2 on ubuntu server 13.04 ... [21:42] eroeurbano: im not sure where kindle support is, but ubuntu 12.04 support is here.. when did it stop "showing up"? and what do you want it to do? [21:42] holstein: The problem would be solved by rebooting. Hm, I think I'm wasting your time more than I should. Thank you for your help, I'll just reboot. [21:43] Hi Johan, it is an issue with Ubuntu not mounting the device [21:43] I think that somehow I corrupted the filesystem [21:43] eroeurbano: on the kindle? [21:43] yes holstein [21:44] thanks for the help (sorry I got the name confused) [21:44] eroeurbano: i would do normal troubleshooting.. see if its showing in "fdisk -l" or where ever you want to look [21:44] jacta: please explain what you are trying to do. [21:44] thanks holstein I don't know normal troubleshooting that's why I am here [21:45] I'll try fdisk right now :) [21:45] varunendra: sorry. I was away from keyboard for a while. Thank you for your help. I'm gonna dig the links you shared [21:45] np :) [21:45] :) [21:46] eroeurbano: so you see it in a filemanager? what are the errors, if so.. does the device work otherwise? [21:46] KyouReeUs4nfo: I try to get transmission-daemon to work, it says Access Denied for that folder [21:46] gms__, if that works better, and you wish to 'Pin' the version (so it doesn't get updated with normal updates), take a look at "man apt_preferences" (or just search an example on net) [21:47] !chown | jacta might help you [21:47] jacta might help you: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [21:47] hi all, I have been getting an error message on start up, "Could not apply the stored configuration for monitors" I have therefore created an xrandr script to run at start up, but I think its wrong, since it "works" but all my games act odd. Since I am running two screens, full screen either spans both my monitors or a 1/3 of one depending on the game. Any help would be appreciated. I am running an ATI 4850 with xorg edgers. (same happened without edge [21:47] st thought it might help) http://pastebin.com/UhtQLctN [21:47] holstein: it doesn't show up in nautilus; the device seems to work fine (but the troubles started a few days ago: when it was connected to my laptop it suddenly rebooted and all the content was gone) [21:47] varunendra: I didn't get it. Using an older generic means no regular updates? [21:48] eroeurbano: that would be not "fine".. [21:48] gms__, updates tend to replace packages with latest versions, while the latest in your case is not the greatest. That's why we need to hold (only) that one back. [21:48] holstein: I know.. but now it works fine.. I think the USB port of the computer I had it connected is defective (a lot of devices don't work there) [21:49] can I post the output of fdisk? [21:49] eroeurbano use pastebin [21:49] thanks MonkeyDust [21:49] eroeurbano: ? then dont use it. that does sound plausible [21:49] varunendra: oh I see. That's a clear explanation. Alright, so I need to check out apt_preferences right [21:49] jacta: are you configuring transmission-daemon for a remote use? [21:49] gms__, by pinning a package, you tell apt to NOT upgrade that particular package. Rest of the updates will be normal (and you can always "unpin" a package) [21:50] gms__, only if it proves to work better :P [21:50] now I am on my laptop (that works) and would like to get the Kindle mounted again... [21:50] varunendra: :D Okay. I'll give a shot right now [21:50] k [21:53] holstein: here is the output of sudo fdisk -l : http://pastebin.com/A5RNgP6s [21:54] holstein: /dev/sdc is the Kindle [21:54] varunendra: nothing seems to change. do I need to reboot ? [21:55] gms__, shouldn't be necessary. Still unable to connect? [21:55] varunendra: yes. It keeps trying and trying... Icon moves slightly and and repeats [21:56] Hi everyone, I'm looking for a web based onenote replacement that we can host on our servers. We have to be able to drag and drop photos in? Any suggestions? I have looked at a ton of them. [21:56] gms__, please show again - "dpkg -s bcmwl-kernel-source | grep -i version" [21:56] varunendra: Version: 5.100.82.38+bdcom-0ubuntu6 [21:57] gms__, that's correct. Probably time to check other factors. Please follow this post to post a detailed report : http://ubuntuforums.org/showpost.php?p=12350385 [21:58] varunendra: Ok! [21:59] Hi everyone, I'm looking for a web based onenote replacement that we can host on our servers. We have to be able to drag and drop photos in? Any suggestions? I have looked at a ton of them. [22:00] Anybody here have mpdscribble stop working for them July 4th? [22:00] mpdscribble: mpd error (9): you don't have permission for \"status\" [22:01] varunendra: here it is . http://pastebin.ubuntu.com/5859843/ [22:02] How can I mkdir as another user? is that possible? [22:02] Like.. you want to mkdir and have it owned by another user jacta ? [22:03] jacta: sudo su USERNAME -c 'mkdir /path/to/newdir/' [22:03] varunendra: I guess the last one was catched while trying to connect to another wifi. I rerun the code . http://pastebin.ubuntu.com/5859855/ === marahin is now known as Guest79588 [22:04] k [22:04] jacta: or mkdir /path/to/newdir && sudo chown USER:USER /path/to/newdir [22:04] meLon: maybe you can help me change some folders, it says access denied - folders are 777 and owned by me, not by the daemon [22:04] meLon: http://pastebin.com/zJsigemG [22:06] is there a way to get Launchpad to keep more than one version of a package in a PPA? [22:06] cross-rede [22:07] External Hard drive not displayed in disks utility that used to how would you recommend debugging [22:07] jjavaholic_, Is it a ntfs? [22:07] holstein: sorry to bother you, I will have to leave in a few minutes, did you have the chance to have a look? Thanks in any case for the help! [22:08] I think it was. [22:08] jjavaholic_, You ever defragg,or chkdsk it? [22:08] is there a channel for xubuntu? [22:08] gms__, nothing suspicious there (those few dmesg errors are usually harmless). I can only suggest to try the native brcmsmac driver now. [22:08] Newest, oh, I dont get this, can anyone help me understand and solve? http://pastebin.com/ikGYS5iE [22:09] namespace, #xubuntu [22:10] varunendra: Okay. What should I do in this case? If you're tried of helping I can find it out with a little referrence === jjavaholic_ is now known as jjavaholic [22:11] gms__, actually multitasking at the moment... hence the delay in replies... :P [22:11] no one that knows some simple about chown and such? :S [22:11] varunendra: no problem :) [22:12] jacta: apparently 777 is required for that directory [22:12] gms__, try the native one - "sudo apt-get purge bcmwl-kernel-source", then - "sudo modprobe brcmsmac". See if it lets you connect. I hope it should. [22:12] KyouReeUs4nfo: but even with 777 its not possible [22:13] i have a ubuntu that every time i log in i have to 'sudo ifup eth1', is there a way for me to make it happen at the boot? [22:13] when I use modprobe via the command line it works but putting the same lines in /etc/modprobe.conf and rebooting doesn't work. example: http://pastebin.com/raw.php?i=hZ2idLsm === marahin_ is now known as marahin [22:14] jacta: see if this link helps you with the steps http://www.webupd8.org/2009/12/setting-up-transmission-remote-gui-in.html === dave is now known as psych [22:15] varunendra: Nope...Can't it be from router configs. ? I have philips cga5722 [22:15] autojack, Many so per releases, a ppa is the owners choices. [22:15] do* [22:16] gms__, given the unique nature of your problem (same behaviour with all three drivers), yes, it may be an external factor. Or something other than the driver. [22:16] external Drive doesn't show up in gparted [22:16] varunendra: I see... [22:16] jjavaholic, Have you ever defragged or done a chkdsk on that HD if it is a ntfs? [22:17] gms__, which one is your access point / router ? There are 7 in your report. [22:17] varunendra: yer sir [22:17] yes sir :P [22:17] Can anyone tell me the syntax for referencing the location of a file on disk in Ubuntu? [22:17] varunendra: It was meant to be like that, I made a mistake :D [22:18] sporkeee: guy who maintains the Node.js PPA is saying Launchpad will only let him keep one version in a given repository, but somehow the nginx guys are able to have >1. [22:18] I'm trying to tell the first guy how, if it's possible. [22:18] ie. home/Documents/folderName...? [22:18] varunendra: I guess I had activated the firewall on ubuntu by following a security guide page on the net. Can it have effects on connections ? === medberry_ is now known as med_ [22:18] When I try "sudo apt-get install gnome-device-manager" then I end up with "sudo apt-get install gnome-device-manager". I did sudo apt-get update in advance [22:19] gms__, I thing bingo ! Please show us - "sudo ufw status" [22:19] When I try "sudo apt-get install gnome-device-manager" then I end up with "Unable to locate package gnome-device-manager". I did sudo apt-get update in advance [22:19] if chkdsk is no longer found which package do I need to install? [22:19] varunendra: Status: active === _JKL1234-_ is now known as JKL1234- [22:20] gms__, try (just for test) - "sudo ufw disable" [22:20] autojack: which ppa has multiple versions for nginx? I don't see them in either stable or dev [22:20] I cannot get modules to load on startup. I have put 'modprobe snd-dummy' etc. in /etc/modprobe.conf, and /etc/modprobe.d/alsa_dummy. QUESTION: how do I get modules to load on boot? [22:20] autojack: you can of course have multiple ppas, if that's what you mean [22:20] I am just looking for a device manager to see the connected hardware [22:21] trism: when I look at http://ppa.launchpad.net/nginx/stable/ubuntu/pool/main/n/nginx/ I see several versions. [22:21] varunendra: Firewall stopped and disabled on system startup [22:21] Franklin: there are plently, but what we use mostly is "lspci" or "lsusb" in the terminal, since its included by default [22:21] gms__, can you connect now? [22:22] !info gnome-device-manager [22:22] Package gnome-device-manager does not exist in raring [22:22] autojack, Its probably a dependency issue in some cases, your chasing a unanswerable question overall to some extent due to the size and amount of ppa's and packages. ;) [22:22] Franklin: ^^ that one is not in 13.04 [22:22] gms__, I think you may try either versions of the wl driver now if the native one (brcmsmac) doesn't work. [22:22] autojack: I only see one version, but for each ubuntu release [22:22] mapbaker: are you looking to find index node of a file? [22:22] trism: yeah the Node guy has multiple PPAs, but it's annoying for production use because if I point boxes at PPA x, and he uploads a new version, then all new systems in my production environment silently get a different version from what I was using before. [22:22] can anyone help me install ubuntu 13.04 32 bit? I am able to successfully install 13.04 64 bit but when i try to install the the 32 bit version i get a "stopping mount network filesystems" error right before the ubuntu installer menu asks me to choose my disk size. [22:22] hfguy: why not use the 64bit version? [22:23] nginx-common_1.0.14-1ppa1~precise_all.deb and nginx-common_1.4.1-1ppa1~precise_all.deb ? [22:24] i have a software package that was specically designed for 32 bit an it unfortunately does not work on the 64 bit version. [22:24] hfguy, Have you summed the ISO? [22:24] hfguy: it should... i run a 32bit only app in 64but ubuntu 12.04 and it was quite easy to setup [22:24] Holstein: Weisst du warum ich immer "Unable to locate package gnome-device-manager" zurueck bekommen? Danke, lsusb habe ich ausprobiert, reicht mir aber nicht von den Funktionen [22:24] what am I missing there? [22:25] what do you mean by 'summed' [22:25] autojack: hmm [22:25] Franklin: correct.. the application is not in 13.04.. there is no "gnome-device-manager" in 13.04 [22:25] trism: maybe I should ask the nginx guys how they do it :) [22:25] ah thanks :) [22:25] !de | Franklin [22:25] Franklin: 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! [22:25] autojack, Just a guess, but with dependencies involved in apps and packages, there may be apps that have to be limited in versions to curb breakage. [22:26] autojack: the PPAs are 3rd party. they are not managed by ubuntu. better contact the maintainer of that PPA for questions about their packages [22:26] autojack: yeah that's weird, might try #launchpad [22:26] Franklin in a terminal, use apt-cache search [package] to know if it exists, sudo is not needed for apt-cache [22:26] thx, I try [22:27] hfguy, try installing 32-bit libraries if they are not already present - "sudo apt-get install ia32-libs" [22:28] trism: good idea, I didn't think to check if they had a channel. thanks! [22:29] I have tried /etc/modules, /etc/modprobe.conf, /etc/modprobe/alsa_dummy.conf, yet I cannot get ubuntu to load a set of kernel modules on reboot. [22:29] anyone? [22:29] jjavaholic: is your external drive encrypted? [22:29] cortexman: what modules? for what device? do the modules state they support the kernel version you are using? where did you get them? [22:29] was wondering when I add a launcher icon on the bar at the top i cant remove it I am using ubuntu 12.10 gnome classic [22:29] holstein, it works when I manually load them with i.e. modprobe snd-dummy [22:31] jjavaholic: sudo fdisk -l will show you your partitions [22:32] does anyone remember the chat room i was fucking with the other day? or could recommend a political or anime oriented channel they could reccomend? [22:32] holstein, i've also tried `sudo update-initramfs -u` afterwards to no avail. [22:32] !language | HankMccoy [22:32] HankMccoy: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [22:32] sorry [22:33] *messing with [22:33] HankMccoy: i would just search.. or ask in #freenode maybe.. this really isnt much of a directory listing channel [22:33] HankMccoy: the topic of this channel is ubuntu support, not "please find channels for me" [22:33] this is really annoying :( [22:34] Varunedra, the software i use requires gsl i386, which is the 32 bit version. do you think the reason it didnt work work was because i didnt download the 32 bit libraries like you suggested? [22:34] once again sorry just prefer human input and love survey's part of my Major actually Social Science... [22:35] HankMccoy: sure.. not worries.. try the #ubuntu-offtopic channel as well.. this is the support channel [22:35] HankMccoy: searchirc.org [22:35] Ok... [22:35] im trying to setup a postfix catch-all rule, using virtual_alias_maps = regexp:/etc/postfix/virtual [22:36] with /.*/ user [22:36] cortexman: Is that a new driver you just installed? [22:36] but the catch-all rule isn't routing the messages [22:36] KyouReeUs4nfo: yes, I followed these instructions: http://www.alsa-project.org/main/index.php/Matrix:Module-dummy [22:36] I found Udev-Discover but it is not found by mine apt-get. [22:36] hfguy, sorry, I missed your last message here (my nick was wrong, so wasn't highlighted ;)) Hope you got your answer. [22:37] KyouReeUs4nfo, holstein: if I do modprobe snd-dummy, followed by modprobe the rest of the modules on the command line, it works. i just can't get it to happen on boot [22:37] varunendra: sorry. I'll be back very soon [22:37] cortexman: could be failing for any reason.. kernel version, alsa version.. could be failing a check at boot, that you are able to force it to bypass by loading manually.. at some point, i would probably just add it to startup [22:38] bashrc? [22:38] chkdsk: command not found [22:38] jjavaholic: because it's a windows command [22:38] !fdsk [22:38] cortexman, that driver is already available in the kernel, why did you need to follow the guide to install it? [22:38] !fdisk [22:38] Which device manager is similar to gnome-device-manager and works under ubuntu 13.04 ? [22:39] !fsck [22:39] fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [22:39] varunendra, those instructions didn't work without the manual compile [22:39] there is is :) [22:39] fsck is NOT chkdisk [22:39] it should not be used in place of chkdsk [22:39] it should not be used on NTFS partitions at all [22:39] varunendra: can you do modprobe snd-dummy ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss on your system [22:40] anyways what's a good way to run these modprobe commands manually on startup? [22:40] how can you modprobe on boot? [22:41] supposedly via /etc/modules [22:41] it does it automatcially [22:41] cortexman, those '-oss' drivers are not default. Probably that's why you needed that guide. [22:41] what should I find in ./etc/modules? [22:41] jjavaholic: what are you trying to do ? [22:42] cortexman: I ran into similar issue with my ethernet driver and I followed this link to get it to load on boot, it may help you http://unixblogger.wordpress.com/2011/10/18/the-pain-of-an-realtek-rtl8111rtl8168-ethernet-card/ [22:42] sudo modprobe snd-hda-intel [22:42] cortexman, could you show us all the files that you have tried to add those modules in? [22:42] jjavaholic: why do you think it's not loaded ? [22:42] actually need help now... [22:42] http://searchirc.com/irc-politics-1 [22:42] a number of things are wrong with my current system [22:43] a [22:43] Say that I need plugins [22:43] but I have to run it each boot to get any audio [22:43] jjavaholic: has it ever worked ? [22:43] yes [22:43] jjavaholic: or did something happen to stop it working [22:44] I would like to say it happened with 13.04 but I suspect it happened once I had added all the ppa and added some more. [22:44] cortexman, you can run custom commands at startup by adding them in "etc/rc.local" file. But that is not recommended when more elegant methods like "/etc/module" are available. [22:45] varunendra: /etc/modules (one module name per line only) and /etc/modules.conf and /etc/modprobe.conf (with the syntax `modprobe modname`, one per line) and /etc/modprobe.d/alsa_dummy (modprobe modname) [22:45] I suspect if it's not loading intel modules, there is something more serious wrong [22:45] never saw anything in dmesg, tried updating initramfs multiple times [22:45] something causing a conflict [22:45] works from the command line [22:45] yes, that's what worries me === root is now known as Guest88311 [22:46] sup [22:46] which is the best method? [22:46] cortexman, please show us (pastebin links) of only the relevant lines in those files. And only /etc/modules should've been enough. [22:46] is it a browser thingy? [22:47] oii [22:47] i'm using firefox [22:47] varunendra: http://pastebin.com/raw.php?i=7y6LMxFY [22:47] cortexman, may be you can cat the relevant lines in one output and give us one link to them all. [22:49] fyi on removing a added luncher on the panel in gnome classic hold alt then right click [22:50] Ok how about XChat support instead of Ubuntu help??? [22:50] welp i'm pretty tired of this so i think i'm going with manual modprobes in /etc/rc.local [22:51] HankMccoy: i use Adium. for the most part any popular software you use has an irc channel [22:51] as does xchat, the #xchat channel...shock horror [22:51] cortexman, I see something weird in your previous reply.. wait.. [22:52] Just installed Ubuntu 12 on a virtualbox on windows 7, and after logging in for the first time it's given me a terminal but no gui [22:52] cortexman, except for /etc/modules, I think you have manually created the other files, and there may be a conflict/confusing situation. [22:52] anyone there [22:52] how do I make x11 start again? if it's configured [22:52] varunendra: unfortunately not. i always nuke the other files before moving to a new one [22:53] so Adium would not have the same problems as XChat??? [22:53] i switched from xchat to adium. not sure what probs your having. [22:53] depends what the provlems are [22:53] !details | HankMccoy [22:53] cortexman: I think I was able to work out what I needed to add to /etc/modules given your pastebin thanks., [22:53] HankMccoy: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [22:53] cortexman, so is the /etc/modules file the only one now? Because 'especially' the one in /etc/modprobe.d was in a wrong place. [22:53] i've created a bootable usb stick for an eeepc with 8.04 and i keep getting stuck on "not detecting" cd-rom. anyone have experience with this issue? [22:53] jjavaholic: glad my woes were not for naught [22:53] I could not connect to http://searchirc.com/irc-politics-1 [22:53] because it's a website [22:53] not a chat channel [22:54] it's like saying xchat won't connect to www.google.com [22:54] I'll know for sure the next time I need to boot. [22:54] said I needed plugin's so Adium is better? [22:54] no [22:54] HankMccoy: none of those rooms have very many people in them. [22:54] except ##politics [22:54] just type /join #politics [22:54] HankMccoy: xchat doesnt need a plugin for connecting to channels [22:54] I suggest reading the xchat documentation or channel (#xchat) to find out how to do basic functions such as join a channel [22:55] the problem you are having is you are telling xchat to join a web page....which won't work [22:55] HankMccoy: so specifi what you actually want to do [22:56] I just double click and nothing the other method of entering channel then specifying a chat room is harder [22:56] yes, it's very hard to type "/join #channel_name" [22:56] evilbug, When are you getting this, the eee has some usb ports that are not boot friendly. [22:56] i'm lazy [22:57] I suspect you need to talk to #xchat about how to get it to parse URL's and translate them into literal IRC channel URI's [22:57] HankMccoy: ask the site you are using what they need you to intall [22:57] welp i stuck my modprobe commands in /etc/rc.local and it works. :D whatev. [22:57] hello my ubuntu 12.04 LTS with kernel 3.2.0-49 keeps freezing in every 2-3 hours, what kind of hardware problem may it be, processor or graphic card? [22:58] sporkeee: thing is i installed xubuntu a while ago on this eeepc via usb and i had no issues so it has worked. [22:59] donvito, i'm just going to guess that it is compiz or unity that freezes up and has nothing to do with your hardware, maybe try 13.04 it should be more stable [22:59] evilbug, As well, is with 8.04 using to load, or loading it. How does that help or answer my question. [22:59] donvito: you could test if it was your memory with memtest86 [23:00] true, 5 days ago i installed compiz, after installing my pc started to freez, so i thought its kernel 3.2.0-49 [23:00] if kopete is crashing inside ubuntu should it go here or #kopete? === toby is now known as Guest15121 [23:01] evilbug, I assume you meant that the port your using is one that worked, I see now, [23:01] sporkeee: sorry. it loads fine until "detect and mount cd-rom". i've looked and tried both /dev/sdb and /dev/sdb1 as my cdrom source since that's what the usb stick is but keeps saying it's undetectable on any of the 3 available ports. [23:01] Znoosey: if i upgrade to 13.04 will it be more stable? [23:01] evilbug, How are you loading the usb? [23:01] or is better to remove compiz? [23:02] i am very new to linux and i am trying to get my system up and running these problems are probly related but i have 2 problems so far google has not helped me 1. I have a water mark in the bottom right hand corner of my screen says amd unsupported software 2. i cannot get the sound to go through my hdmi cable. the option isnt listed in the sound settings [23:02] donvito, it has been for me === Guest15121 is now known as cardplayer [23:02] were i can get instructions how to upgrade from 12.04 to 13.04 or should i do clean install? [23:02] cortexman, yeah, whatever, as long as it works ;P === Troy_ is now known as Troy^ [23:02] hello world :) [23:03] sporkeee: connected it then chose it as the primary boot in my bios. it loads and works fine up until this point. i've tried disconnecting and connecting again on different ports as i've read some sites but doesn't work. [23:03] !upgrade | donvito [23:03] donvito: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [23:03] donvito: you must upgrade first to 12.10 and then to 13.04 [23:04] evilbug, How are you putting the iso on the usb? [23:04] and what release is it? [23:04] sporkeee: i tried unetbootin and startup disk creator. unetbootin created a corrupt usb each time with different distros. [23:04] evilbug, What release? [23:04] sporkeee: but now with startup disk creator. [23:05] sporkeee: 8.04 and 12.04 (server and alternate) same issue. [23:06] evilbug, Have you re-partitioned the usb in lieu of a fix? [23:06] kien me ayudaa [23:07] evilbug, I'm having a hard time separating what releases you are loading to the usb. [23:08] i am very new to linux and i am trying to get my system up and running these problems are probly related but i have 2 problems so far google has not helped me 1. I have a water mark in the bottom right hand corner of my screen says amd unsupported software 2. i cannot get the sound to go through my hdmi cable. the option isnt listed in the sound settings [23:08] sporkeee: i've reformatted the usb every time. [23:09] cardplayer: which ubuntu are you running? and what is that watermark exactly? [23:09] hola [23:09] evilbug, I'm having a hard time separating what releases you are loading to the usb. Have you checked the sums of the ISO's? [23:09] i pretty sure its 13.04 and the water mark says amd unsupported hardware [23:10] quien abla español [23:10] !es | canaima172421 [23:10] canaima172421: 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. [23:10] cardplayer: seems like this issue: http://ubuntuforums.org/showthread.php?t=1904997 [23:11] oks grac === BadLarry is now known as BadLarry_ [23:11] sporkeee: i'm saying i've tried 12.04 server, then alternate, then 8.04 server, then alternate. i've reformatted the whole usb after each install didn't work so it's a fresh partition now with 8.04 alternate. [23:12] cardplayer: or see this answers. but i didnt test them so have a read first what suits best:http://askubuntu.com/questions/206558/how-to-remove-the-amd-testing-use-only-watermark [23:12] ok not testing only water mark but i am trying the first fix... then maybe it will fix my hdmi problem too... if not ill be back [23:12] thanks [23:13] !8.04 [23:13] Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support ended on May 9th 2013. See http://ubottu.com/y/hardy for more details. [23:14] sporkeee: 12.04 support hasn't ended and i've been having the same issue with it. [23:14] Using a terminal, I've created a folder in my Home called Dev, and one inside it called Android. I copied it in using the cp command and used the tar command to extract it, but when I type "cd android-sdk-linux", it comes up with "bash: cd: android-sdk-linux/: Permission denied" - Then, typing "sudo cd android-sdk-linux" comes up with "sudo: cd: command not found" [23:15] evilbug: 8.04 is ou t of support. so try again with a supported release. [23:15] I'm more convinced this is a problem on Ubuntu's side, than the SDK. [23:15] evilbug, 8.04 is end of life not supported, I suspect you are trying this to get something working. As far as a bootable usb I would sum the ISO and try the multisystem loader at pendrive linux [23:15] Since, I can sudo dir it to see what's inside, but cannot sudo cd in to it. [23:15] k1l_: same issue with 12. [23:16] Yeah... mostly because sudo cd into a directory wouldn't do you much good. You'd immediately lose superuser prives. You can't cd sudo. You have to sudo su - [23:16] not sudo su - [23:16] sudo -i [23:16] evilbug: just dd the actual supported iso onto a usb and it will work [23:16] Whynot ikonia ? [23:16] it can screw up your shell [23:17] Ontological: sudo -i sets the variables right. the other commands dont and that can cause problems [23:17] Oh, haha. That's what I want... I want it to reload shell/variables/.bashrc [23:17] Ontological: screw up != reload [23:17] Ontological: sudo su - will also do that, but it's just a bit redundant when compared to sudo -i [23:17] sudo su - switches to root and reloads .bashrc and /etc/bashrc [23:17] Just used to those commands :P [23:17] Ontological: please re-read what I said [23:18] Ontological: again: its not the ubuntu way and its not etting all variables right. just use sudo -i on ubuntu [23:18] k1l_: i'll try that. [23:18] ikonia: What I thought you meant is that you lost your normal user's environment [23:18] kk, thanks guys. I'll recommend that in the future :D [23:23] hi, ubuntu 12.04 LTS is showing that my graphics card is bad an starting in terminal mode, even though the graphics card is good. It's in virtualbox. Any ideas what's wrong? [23:24] adillian: install the guest additions [23:24] huh, cheers [23:24] and not the video card drivers from your system. virtualbox is simulating a videocard, and not using your real video card [23:25] /redraw [23:27] is there a good way to test if a specific ppa is installed? [23:27] from a shell script? [23:28] oinkon: just see in "/etc/apt/sources.list.d/" [23:28] k1l_: good idea. thanks === Sam_OTnosc is now known as Cynik === Cynik is now known as Cyniczny === Cyniczny is now known as Sam_OTnosc === Troy_ is now known as Guest52565 === robin is now known as Guest5891 [23:35] Hi. I just installed 13.04 and while trying to get my favorite fonts back, I followed the directions here: http://embraceubuntu.com/2007/09/16/installing-vista-fonts-in-ubuntu/ and now my fonts are messed! All the letters overlap. How can i reset what they did? [23:35] I know it was incredibly stupid... -sigh-... but I should have read the citation at the bottom "updateS" [23:37] wierd... now it works. nevermind! thanks everyone! [23:38] Guest5891: if you wanted to remove them later, it looks like it just copied them to ~/.fonts [23:40] I can't get the guest additions to work - it says unable to mount (VERR_PDM_MEDIA_LOCKED) and I get the options 'force unmount' or 'cancel' [23:41] adillian, Just info but there is a #vbox as well. [23:42] ah thanks [23:42] I've installed samba but when I select "Personal File Sharing Preferences" it says the feature cannot be enabled because the required packages are not installed on the system ... cant seem to find what else I need ... ANY IDEAS??? [23:44] hi === draconus2 is now known as draconus [23:51] Im trying to figure out if I have any data on a hardrive. I thought "df -h" was a good way to check but this doesnt make sence... "/dev/sde1 917G 200M 871G 1%" [23:51] Why is there only 871G available if I only used 200M of a 917G disk? [23:53] coldpizza72i: sometimes operating systems reserve some of the space [23:54] any advices for tootache? :> [23:55] mbhatnag: i checked the only directory too "lost and found"... nothing in there [23:55] what do they reserve it for [23:56] So you think im safe to format it? [23:58] coldpizza72i: yeah, if thats what u want [23:58] coldpizza72i, Sizes of discs on the package are a different measurement than real use. [23:58] I've installed samba but when I select "Personal File Sharing Preferences" it says the feature cannot be enabled because the required packages are not installed on the system ... cant seem to find what else I need ... ANY IDEAS??? [23:59] 1000mib measured 1024 real life [23:59] coldpizza72i: Because typically 5% of the disk is reserved for root. And 5% of 917 - 917 is 871