[00:00] cuddylier: you should be fine ust changing the permissions since you created the dir. in root [00:01] sere So if I told the program to run itself using a user such as 'minecraft' and then changed the directory owner to be minecraft, it would work? [00:02] Well, what I should say, is it will be able to execute a program within that directory. [00:04] cuddylier: as long as you dont need SU.. [00:04] SU? [00:04] Ah, superuser? [00:04] cuddylier: yes [00:04] Um, would just giving the user execute permissions in that directory be enough? [00:05] im not sure there is a 'execute permissions in a directory' in linux [00:05] Oh? [00:05] Just files? [00:05] a directroy can be executable. that allows a user to 'enter' it. [00:05] you can then have execute on FILES that let users run the files.. [00:05] Ah, okay, that's what I mean [00:05] I'd recommend making a different user for it [00:05] hey guys, somebody can tell me why when I log in my recent created user in ubuntu server via SSH, the terminal gets mesed? Like a bugged keyboard and without the /home/. I have created it with "sudo useradd -d /home/deploy -m deploy" [00:05] with its own home dir. [00:05] mmm i "opened" port 9000 using this iptables command i googled, do i gotta run a command to reload iptables or something? [00:06] dlam, iptables does a match first rule. So if there are other rules blocking before the allow, it wont get allowed. [00:06] you're better off saving your rules [00:06] my default system user 'fschuindt' logs in shh without any problem. [00:06] fschuindt, what do you see. [00:06] dlam, and then restarting the firewall with the new rules === MartinS is now known as Guest52171 [00:07] bean: just '$' but when I type commands, I can't see what I am typing [00:07] bean: ohhhh ok maybe that's it [00:07] fschuindt, so the terminal displays nothing when you type? [00:08] but typing blind works? ;) how weird [00:08] i'd type "reset" and see if magically you can see things. [00:08] and make sure that $LANG is set correctly for that user. [00:09] bean: my error, it shows '$' but I have no sure where am I [00:09] fschuindt, oh, thats because that is the default prompt. [00:09] you have to modify your PS1 to display the path. [00:09] !ps1 [00:09] Hmm.. it shows JUST a '$' ? [00:09] !prompt [00:09] I have installed 13.04 alongside 12.04 but I keep booting on 12.04. What can I do ? [00:09] bah, nothing about that [00:10] bean: haha [00:10] kristenbb_, select the other os in the grub menu [00:10] Dr_willis yes [00:10] default ubuntu prompt shows more then just a $ - unless you got some changes made to the default .bashrc and .profile [00:10] kristenbb_: no grub menu appears, and I'd like to remove the other OS sooner or later anyway [00:10] fschuindt, you may want to read this: http://www.thegeekstuff.com/2008/09/bash-shell-ps1-10-examples-to-make-your-linux-prompt-like-angelina-jolie/ [00:10] Dr_willis: ^ [00:10] !ecryptfs [00:11] kristenbb_, if its grub2 then I would hold down shift while its booting [00:11] kristenbb_, boot to 12.04 an set grub where it does not auto hide.. or hold SHIFT as the system boots [00:11] I would like to remove 12.04. I am with a live cd right now. What can I do from here ? [00:12] bean: thank you mate! :) [00:12] kristenbb_, delete the 12.04 stuff.. and use boot-repair to reinstall grub should select it to use 13.04 [00:12] is there anyway to NOT have the login password be the same for ecryptfs as your user login??? [00:12] Dr_willis: I tried boot repair but it only shows 12.04 [00:13] kristenbb, then you got some deeper issues going on. [00:13] that's why I came here :) [00:13] chroot in to the 13.04 install and run update-grub from there like some of the other grub-reinstall docs say [00:13] how to chroot ? I have EFI. [00:14] if you are planning on deleteing the 12.x stuff.. may be easier to just redo the 13.04 installer (if its new also) and delete 12.04 from that installer and reinstall 13.04 [00:14] I dont use EFI so no idea how that affects things [00:14] nothing to do with chrooting [00:14] assuming you dont have things you want to back up, that arent already backed up. [00:15] is there anyway to NOT have the login password be the same for ecryptfs ?????????????? [00:15] raijin: are you sure ? I'm trying to follow this : http://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows but if fails at the very 6th step. [00:16] Roy_Ubuntu_13-04, use more ??? it really makes people pay attention to you. [00:16] raijin: ls /mnt shows EFI. and sudo mount --bind /dev /mnt/dev gives mount: mount point /mnt/dev does not exist [00:16] Roy_Ubuntu_13-04, and while you wait.. you may want to check askubuntu.com [00:17] Roy_Ubuntu_13-04, yes, you can change the password [00:17] with a command [00:17] kriskropd, make the directory /mnt/dev perhaps? [00:17] but /mnt/ is normally the / of your installed system that should allready have a dev [00:17] kristenbb_: did you mount the correct partition? [00:17] raijin: I think so. [00:18] bean, and stay different from the login pass for the user? [00:18] kristenbb, so i would guess.. that you dident ount the right one. [00:18] It's a kinda weird. I have setup my ubunut server with a default user called 'fschuindt' and with the OpenSSH. Now I have created two new users, but when I use them on the SSH, the seems crazy. My tab key doesnt work, my UP key either (to enter the last command again) What it could be? [00:18] fschuindt, check what default shell they are using [00:18] fschuindt, it's using 'sh' instead of 'bash' as its shell [00:18] kristenbb_: you should see anormal linux setup in /mnt [00:18] fschuindt, and whats in their home .profile and .bashrc files [00:19] kristenbb_: as in /bin , /boot , /etc, and such [00:19] Dr_willis bean Sorry, but how can I do taht? [00:19] that* [00:19] Roy_Ubuntu_13-04, yeah, it should... that would also make mounting it when you log in difficult though... since your login password would differ from you ecrypt password. [00:19] fschuindt, sudo chsh nameofuser [00:19] fschuindt, look in their home directories? err.. 'ls' to see whats there.. bash fundamentals [00:19] who can help [00:19] evening! [00:19] who can help me with a small thingy [00:20] cheffed, just ask your question [00:20] perhaps adduser would have been better fschuindt [00:20] I have 3 partitions, sdb1, sdb2, sdb3. The first is fat32, the second is ext2, the third is crypt-luks. The last one is the largest (other 2 are < 1G). Which one should I mount, and how ? [00:20] wondering on what type of ubuntu i am [00:20] thats what i want, but it automaticly changes with it some how [00:20] because im not on gnome [00:20] bean ^ [00:20] i want to edit my panel [00:20] cheffed, post a screen shot perhaps>? or log out .. and see wht the login screen says you are using [00:20] otak_: Yeah, I am figuring this out [00:21] well [00:21] bean Dr_willis thanks again [00:21] ubuntu 12.04 lts [00:21] cheffed, You can install dozens of differnt wm/desktops on ubuntu [00:21] and some have differnt 'modes' [00:21] raijin: so which one should I mount ? [00:21] !manual | cheffed [00:21] cheffed: 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/ [00:22] i love the icons in my panel, i want more...but i can not modify them anywhere [00:22] kristenbb_: what so you have? [00:22] s/so/do/ [00:22] I have 3 partitions, sdb1, sdb2, sdb3. The first is fat32, the second is ext2, the third is crypt-luks. The last one is the largest (other 2 are < 1G). Which one should I mount, and how ? [00:22] cheffed, not sure what you mean by modify.. [00:22] Roy_Ubuntu_13-04, why do you want that though... you'll have trouble seeing your homedir. [00:22] kristenbb_: the first one is your efi stub, the second /boot and the third / [00:22] Roy_Ubuntu_13-04, "ecryptfs-rewrap-passphrase /home/$USER/.ecryptfs/wrapped-passphrase" is the command i think [00:23] i want to add certain features, like calander items from google... [00:23] ehm..... [00:23] more [00:23] raijin: ok, so can I mount / directly ? [00:23] cheffed, the unity panel dosent have live widgits.. you can get indicator applets for the top right for stuff like that. [00:23] not the home dir, the Private dir [00:23] cheffed, and theres desktop widgits.. but i never use the,m [00:24] kristenbb_: you realize the root partition is encrypted [00:24] yeah! [00:24] raijin: yes [00:24] cheffed, please put your whole response on one line. to figure out what release you're on do "lsb_release -a" [00:24] you absolutely nailed it [00:24] indicator icons for the top right [00:24] where to get them? [00:24] haha [00:24] kristenbb_: so mount that and then proceed [00:24] raijin: but there should be a way to repair the grub though right ? [00:24] cheffed, please put your response on one line. [00:24] alrighty [00:24] cheffed, check askubuntu.com for 'indicator applets list' (sort by votes) also check the repos for them. and the omgubuntu and webupd8 blog sites. theres a lot of unofficial ones out [00:24] raijin: what do you mean by mount 'that' ? and how ? [00:25] thanks willis, going to check it now [00:26] Roy_Ubuntu_13-04, can't say I know enough about how that works to help you. [00:26] kristenbb_: mount the luks partition. google can tell you how. [00:26] hi, I have 1GB of RAM on Lubuntu 13.04 and in task manager it shows only as 968MB. Is that OK ? :p [00:26] devilboy, yes, 1GB != 1GiB [00:27] devilboy, linux handles ram better then you do. ;) so yes. === _BJfreeman is now known as BJfreeman [00:27] bean & Dr_willis thanks :P worried a bit cuz it shows that I have installed only 968MB [00:27] thank you both :D [00:27] np [00:28] What would be the best way to make a Win8 install USB on Ubuntu? (I know Win8 Ew.) [00:29] Aww, i think you can 'dd' the iso file straight to usb.. ask in #windows to veryify this [00:29] raijin: well can you please point me in the right direction as to how to mount luks ? [00:29] Winblows [00:29] Alright [00:31] kristenbb_: google. cmon, you found that guide [00:31] which one ? [00:31] kristenbb_: i actually am not sure , never used it [00:31] !luks [00:31] !lvm [00:31] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [00:32] * Dr_willis keeps it simple.. so has no idea either. [00:32] which one am I to use ? [00:32] http://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line kristenbb_ [00:32] kristenbb_: don't be ahelp vampire [00:33] bean: what does my_encrypted_volume mean in the answer given ? [00:33] i havent been following well enough to know, kristenbb_ [00:34] raijin: If you don't want to help that is fine, nobody is forcing you to. Please keep in mind though, that in #ubuntu we help people, without calling them names. [00:35] oh for fuzzles sake [00:35] Which statement is true because I'm getting a bit lost :) ? [00:35] You NEED a (bridge/tap device/tap and br) if you want bcasts to traverse a VPN connection. [00:35] I advised them NOT to be a help vampire [00:35] seriously though, raijin, this channel is for helping people. [00:35] still, some people are awful at googling. [00:35] raijin: that is right, your elitist RTFM attitude is not welcome here [00:35] Hey guys. I've found keytouch-editor in the repos, but no keytouch ? [00:36] !info keytouch [00:36] IdleOne: I helped them quite a bit [00:36] Package keytouch does not exist in raring [00:36] So I've saved my keytouch layout, but alas, cannot use it? [00:36] raijin: great, keep helping but leave the attitude at the door. [00:37] I am not sorry that I would rather someone actually struggle and use their brain as spoonfeeding does them no good [00:37] Also there's seemingly no information about it on Google, since I see that I've stepped in at one of "those" times. [00:37] sha1sum, let me do some googlin [00:37] raijin: I didn't ask for your apology or your opinion. I am telling you how we do things here. We don't tell people to google and we don't tell people they are vampires. [00:38] raijin: I just want to use my computer, I don't want to be a linux guru. And if I can't do it in linux, I'll switch back to windows. [00:38] ok fuck this chan. [00:38] sure, g'head. But just know that I couldn't get any keytouch results without the damned "keytouch-editor" appearing, and when I use '-"keytouch-editor"' even less comes up. [00:39] Hi, I'm trying to connect to Facebook on the Online Accounts (from Ubuntu, not the GNOME version) and it opens in a browser where it used to open in the window the Online Accounts opens, and when I log into FB in my browser, it throws me the error in this pastebin: http://paste.ubuntu.com/5685546/ [00:39] less *relevant* stuff, anyhow... plenty of "Key Touch" results (note the space) [00:39] is there anything I can do? [00:39] bean: what I meant is, in the link you just mentioned, the best answer mentions my_encrypted_volume. What does this refer to ? Should I write it as is ? [00:39] kristenbb, no, it'd be the name (path, i think) of your volumn [00:39] kristenbb_, i imagine its a place holder for whatever /dev/XXX entry is supposed to be for your setup [00:40] i just 'use' my system and never needed luks, or this other stuff. ;) [00:40] well I just checked what seemed regular non advanced options during the setup... [00:41] So is it hopeless to try to use extra keyboard function keys in linux now or what? [00:41] I dont know what options you checked.. but i dont even use encrypted stuff at all. [00:41] I just checked encrypt full drive. [00:41] I have a few (3-4) of them that are recognized, but most of them do nothing (even though they have keycodes) [00:41] On a laptop it would make sense i guess.. but id think it would set them all up. so im not sure of why it dident set it all up for you automatically and why you are needing to mess with all this [00:42] Dr_willis: I'm not sure either === anonymous is now known as Guest78509 [00:42] could my issue be something FB did on their end? [00:42] well in any case, I tried sudo mount /dev/mapper/my_encrypted_volume /media/my_device/ and I get: mount: unknown filesystem type 'LVM2_member'. What does this mean ? [00:43] kristenbb, why are you even trying to mount them by hand? or needing to? [00:43] Dr_willis: I need to repair grub, I'm not booting into the system I just installed. [00:43] evening people! [00:46] is it a common practice to slice one's balls off when trying to configure l2tp in ubuntu? [00:46] kristenbb_, you have tried the boot-repair tool? [00:46] Dr_willis: yes, it doesn't show 13.04, only 12.04 [00:46] kristenbb_, so the whole system is totally bonkers from what i recall you going on about this for the last 2 days? [00:47] yes pretty much [00:47] sha1sum, sec, got sidetracked. [00:47] sha1sum, you could try loading the .deb from the keytouch site. [00:48] I would copy what you need from 12.04 if anything.. and since 13.04 has never worked (has it?) then reinstall 13.04 from scratch removeing all the other os's and not bothering with the fancy encryption stuff.. encrypted home would be ok for a laptop. a whole encrypted HD is a bit overkill [00:48] GIMP is about the most unintuitive application I have ever used is anyone familiar with it? I cannot even figure out how to save as jpeg [00:48] KxTwo, hmm save as.. then type in foo.jpg last i recall... [00:48] save dialog may have a pull down.. [00:49] kristenbb, to add to Dr_willis, if you really need encryption then look into TrueCrypt after you do the install. If you don't want to be adept in linux then stay away from encrypted partitions. [00:49] Dr_willis, I dont even see a menu bar or save button/option. The only way I could get it to save was to close and get it to ask me to save the image but it doenst give me image type options [00:49] I literally only have a toolbox then a window with my image [00:49] KxTwo, with the global menus.. should be in the top panel... [00:49] KxTwo, you should have the global menu [00:49] I do not have one, or I am blind and do not see it [00:50] it would be really long for me to go through the whole process again, I have everything installed, I'm close now, all I need is to boot into the system I just installed [00:50] mouse up to the top panel.. see if they appear [00:50] Anytime I open an image its just the image and a tool box [00:50] shouldn't be this difficult... [00:50] evening friends [00:50] ugh [00:50] any idea what this error mount: unknown filesystem type 'LVM2_member' means ? [00:50] menus are embeded in the top panel with gloval menu [00:50] I think I got it [00:50] same for all apps.. ;) [00:50] should I repeat my message or keep waiting and trying a solution? [00:50] apparently even in windowed mode it goes to the top [00:51] if you dont like global menus - you can disable them [00:51] also with the HUD (tap the alt key) you can search for menu items [00:51] Dr_willis, I am used to them on full screen this is the first app that did it while windowed [00:51] tap alt, type 'save' perhaps [00:51] c_smith, that's not an error, just telling you to not pass that URL around. [00:51] KxTwo, hmm.. all apps are using global menus while windows here... [00:52] other desktops/wms may not use the glovbal menu [00:52] sometimes i forget the menus are up there also. ;) [00:52] but im running in vbox.. so i have a lot of 'bars' at the top of my screen [00:53] kristenbb, reference ->> http://www.fedoraforum.org/forum/archive/index.php/t-64964.html [00:53] save as in gimp -> shift-ctrl-s save -> ctrl-s [00:54] KxTwo, aha.. the GLOBAL menu only appears IF you have the gimp Image window selected.. not the Toolbox window.. it seems [00:54] KxTwo, perhaps thats whats confuseing [00:55] that seems a bit of a bug.. but i guess it makes sence in a way [00:55] Dr_willis, to be honest I was just being an idiot I shoudl have known what was going on, I got frustrated and then made it worse lol [00:55] KxTwo, gimp has some all in one window mode.. or so i recall reading about.. havent messed with it in ages [00:56] I used to be decent at doing some tasks in gimp.. havent played with it in years. [00:57] Dr_willis, I just wanted to post ap icture of my motorcycle on a FB craiglist page but wanted to block out the number that was on the for sale sign lol [00:57] !info mtpaint [00:57] mtpaint (source: mtpaint): painting program to create pixel art and manipulate digital photos. In component universe, is optional. Version 3.40-1ubuntu1 (raring), package size 692 kB, installed size 1880 kB [00:57] ;) [00:58] i still miss good old 'Deluxe Paint' from the decades past.. ;P [00:58] just so everyone here knows, I found out what was happening with the Online Accounts and FB, this bug: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1180297 [00:58] Launchpad bug 1180297 in gnome-control-center-signon (Ubuntu) "Opening facebook "Success" page in external browser" [Undecided,Confirmed] [00:58] there's a workaround for it, too [00:59] #nzoss === IPfreely is now known as Guest82201 [01:05] is htere a gui for TrueCrypt? [01:07] Roy_Ubuntu_13-04, i believe so [01:08] what is it calle [01:08] hang on [01:09] Roy_Ubuntu_13-04, http://tcgui.tc.funpic.de/en/ [01:09] thanks [01:11] hi to everybody [01:11] undefined method `map' for Gem::Specification:Class [01:11] sorry [01:11] hey I was wondering whether there's a 'lite' virtual machine that only sandboxes paths [01:11] please somebody say me a channel of programmers in C or C++ [01:12] Is it possible to put ubuntu on a nexus 7? [01:14] !touch | mikebot [01:14] mikebot: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [01:15] wilee-nilee: thanks; also, is there a file manager on ubuntu touch? [01:15] (unlike the ipad) [01:15] if its ubuntu it should have nautilus [01:16] Gabboz: even ubuntu touch? i wasn't sure if that version was without (like apples products) [01:16] mikebot, You have a choice of the touch or a desktop build of saucy I believe. === |_ocke3 is now known as |_ocke [01:16] wilee-nilee: i guess i want the touch interface, but the ability to store and play media files... is that impossible? [01:17] mikebot, It is all in development, hardly usable to be honest. [01:17] how can i see why a package is being kept back from upgrading? [01:17] wilee-nilee: ok, thanks [01:17] (is there a nexus7/google chatroom on freenode?) [01:18] mikebot, there is an android channel [01:18] mikebot, there is #android and #android-root [01:19] why am I getting Distribution updates for Core Guile libraries and [01:20] conservative garbage for C and C++ ? [01:20] peepsalot: If you have synaptic installed it will give you more detailed information about updates and dependencies [01:20] hello? [01:20] peepsalot: wilee-nilee thanks! [01:24] Hello, can someone look at my syslog and explain to me what was logged? http://pastebin.com/djnKMHgd [01:24] yay i have windows again [01:25] You lucky duck! [01:25] damn window manager got stuck upgrading or something, i don't know why, i just forced it to upgrade and it works now [01:26] so i just swapped out my mobo, cpu, and memory. but i am stuck at the busy box prompt. [01:27] I have two machines in localnet can be connected via ssh, one running tcpdump, one running wireshark. Is there a way to "stream" tcpdump from A to wireshark of B? [01:27] For now i tcpdump to a file and copy via ssh to view it on machine running wiresharks [01:28] it is complaining about a missing drive. but there are none missing. it may be because the old board had native ide and the new board is using an addon card for the ide boot drive. but grub is on that same hdd and it is working so... [01:28] xiamx: put samba on the wireshark server and map the share to a folder on the tcpdump server. Save the tcpdump to that folder. [01:29] i3luefire, boot a live cd and check what devices the hd is at now.. and perhaps try the boot-repair tool [01:29] When I get "bluetoothd[849]: Endpoint registered" in syslog, does it mean there was a bt deviced connected? [01:29] 'swaped this and this out.. ' -> you mean you moved the HD into a new machine? ;P [01:30] Its possible there will bee issues booting from an ide addon card. if it needs kernel drivers not in the initrd kernel/fs === charlie_ is now known as Guest19608 [01:32] i3luefire: The hardware address for the drive changed with your new setup. GRUB can't find the device at the old address, you will need to try and do a boot repair to see if it can update GRUB on the new location [01:33] Dr_willis, i have 6hdd and was upgrading an lga775 intel to an lga1155 so that was the minimum number of parts i could switch. cpu/mem/mobo lol [01:34] these days when i replace hds - i seem to decrese the # of hds.. by replaceing several smaller ones with a MUCH bigger one. ;) [01:34] still got a 1TB and a 250GB hd in this box to replace.. eventually [01:35] im not even sure where i got a 250gb SATA from... but its in the box now.. [01:35] smallest one ive got right now is a 120 but its a ssh [01:35] ssd* [01:36] got a 120gb SSD in here for just linux. ;) [01:36] yeah thats what mine is for. i want to get another one for windows for all my games [01:36] the prices on them are steadly dropping.. perhaops get a 2nd one in the future. [01:36] th0r: does wiresharks update when the file update? [01:36] i have 3x 3tb and 1x 160gb old school ide and 1x 500gb sata i would like to make into the new boot drive. i only have the other 80gb sata in there bc the ubuntu boot was complaining about a missing drive and i wasnt sure if it was missing that. but the 80gb sata is coming out too [01:36] How does one prevent sleep? I think one of my processes doesn't like it much. I'm running in a VM so, it's probably due to that. [01:37] how do i tell apt.* to trust a dvd image ? i added a dvd.iso repo in /etc/apt/sources.list but it always asks >>> Install these packages without verification [y/N]? [01:39] intelikey: Use [ sudo apt-cdrom ] to add a disc. [01:39] sonikkuamerica ummm an iso image on hd ? [01:40] mount the iso to /media/iso perhaps? ;) [01:40] this is some repo made with aptoncd ? [01:40] !aptoncd [01:40] APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline [01:41] apt sees the repo just fine but it doesn't have the key added [01:41] so it always asks >>> Install these packages without verification [y/N]? [01:41] surely there is a simple command to read in the key that the disk contains.... or should contain [01:41] ? [01:42] http://askubuntu.com/questions/4694/how-to-use-a-iso-image-as-a-cd-rom-repository is what i just googled... looking at it now [01:42] intelikey: Just mount it normally with [ mount ] and then use [ sudo apt-cdrom -d /path/to/mounted/image/ ] [01:43] Dr_willis: GMTA [01:43] Does someone know where i can get that dvb-t playback plugin for totem/gstreamer? Without its not capable of playing any dvb streams (in opposition to the wiki claims) [01:43] What music client do you use? I don't like clementine because I cannot sort by album. [01:44] i dont see any mention of key issues.. [01:44] !music [01:46] SonikkuAmerica, hmm sudo apt-get install --allow-unauthenticated packagename (but thats not a great way i guess) [01:47] Dr_willis: What do you mean? I don't follow. [01:47] you use !music? [01:47] !music [01:47] !DadNoPlease [01:48] SonikkuAmerica, the --allow-unauthtaced makes it not report that error.. and ignrores the gpg keys. [01:48] I dont see any mention of 'keys' with cdrom repos... [01:48] at least no hits on it yet. [01:49] http://askubuntu.com/questions/117015/update-error-require-installation-of-untrusted-packages is wht im reading now [01:49] VisCOUS: There are about 5.238 zillion music clients out there. [01:49] What iso is this, debian or something? [01:53] syntroPi, dvb-t can only do free-to-air channels, afaik [01:53] after upgrading to dev branch using do-release-upgrade -d is there a way to go back without reinstall [01:53] ty dr_willis [01:54] OerHeks, yes i have 12 free dvb-t channels here but totem cant play any of them: it always complains about missing dvb-t decoder plugin [01:54] intelikey, anytime.. ;) no idea what i helped with.. I got the attention span of a newt... [01:55] probably a medical question [01:55] syntroPi, all i needed was " sudo apt-get install dvb-utils vlc" and it worked [01:58] OerHeks, yes with VLC it works out of the box, but i wanted to try Totem/gstreamer based progams instead [01:58] wiki claims it should be able to do that, but i doubt that without that plugin === david is now known as Guest11106 [02:22] Configuration Options Summary: curses.TUI...........: NOT FOUND. TUI support DISABLED OpenCL...............: NOT FOUND. GPU mining support DISABLED configure: error: No mining configured in ' [02:22] what packages do i need to install? [02:24] how you got those result?? [02:24] Hi, I've got a VIP mailserver running Ubuntu 10.04 and Zimbra which seems to be under a DOS attack at the moment. [02:24] Load average is 28(/2) and despite trying to isolate offending IPs using netstat/route it is still rising [02:24] The zimbra log shows a flood of saslauthd requests being made from two email accounts on the server, dozens of times each second. [02:24] I cannot however identify what IP address these accounts are coming from. Can anyone advise? [02:25] t5 instalking cfgminer [02:25] hi folks, what happens with Ene Tecnology support? [02:26] Ubuntu 13.04 [02:28] adh0c, does iptop help? [02:28] adh0c, err... iftop [02:28] thats what i was thinking. isolate it to where only the ip's that need to connect can connect. === Cyberspaceloa is now known as Cyberspacelurker [02:31] iftop tells me its unable to get IP address for eth1 interface. [02:31] Hmm, specifying eth0 may be useful... [02:32] Hey all. Is there a way to automatically connect to my vpn via openvpn? [02:32] well i seem to be getting somewhere in my boot process but everything is taking AGES === danie516 is now known as Daniellostt === Daniellostt is now known as Daniellost [02:35] it seems to be having issues because the network isnt being detected. probably because it is a different nic because it is a different mobo. but i dont know how to stop it from trying to autostart all these network services and configure the network [02:38] hey guys [02:38] heya [02:38] chmod a-x /etc/rc.local [lol probably not a great idea though ...] [02:38] war breed can we pm [02:38] sure [02:39] anyone here really well versed with setting up small networks to practice managing them? [02:42] ok. now i am at the login prompt where i have entered my username and password and it is just hanging [02:44] ok finally made it passed that and it is giving me an error about system load being higher than 2.0 [02:45] i3luefire, can we pm [02:45] are you running anything on it? [02:45] i have a 32gb flash drive. im trying to make it bootable. my eufi laptop doesnt see it. is 32gb too large? my bios sees an 8gb usb drive [02:46] there are a bunch of sever programs running in the background but without a proper net connection they cant be doing much [02:46] harris, sure [02:54] i installed Cinnamon an it broke Unity. Is there any fix? [02:55] on 13.04 [02:57] hello [02:57] Minty : i can't help you there ... but you might provide details so someone else can help ;-) [02:57] not sure what kind of details to supply [02:59] is there a way to use win-tv hvr 850 usb tuner on ubuntu? [02:59] Minty : specifics about what it is or is not doing [02:59] who knew that cinnamon was so divisive [02:59] destroying unity and all [02:59] i log into Unity an all i have is icons [03:03] i was just gona help minty [03:03] oh well.. [03:05] cpined: I haven't even googled but I will say that "win" are not letters usually associated with high linux compatibility :P [03:05] ok...that is what I thought, thanks. [03:05] kind of like "lose" aren't either [03:05] heh [03:06] how about a logitech usb camera, communicator I think...I'ld like to use on skype for linux... [03:09] cpined: this ArchLinux wiki page makes me think it will work: https://wiki.archlinux.org/index.php/Webcam_Setup [03:09] cpined: you should find the real model name though [03:10] ok...thanks..I'll give it a try. [03:12] resolvconf is strange and i dont understand? i read the man page but still dont understand [03:12] i dont seem to have any dns servers [03:12] i can ping local machines [03:13] the web cam is: Logitech, Inc. QuickCam Chat [03:14] cpined, whats up? you wanna know if itll work in ubuntu? [03:14] yes...using skype [03:14] i3luefire: what's in /etc/resolv.conf ? [03:14] cpined: do you already have ubuntu installed? [03:14] cpined, quick way to test.. before plugging in, type lspci in terminal. plug it in and try the command again.,.. see if it shows up [03:15] yes..13.04 [03:15] # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) [03:15] # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN [03:15] cpined, if it does.. sudo apt-get install cheese to quickly test it === JKL1234- is now known as JKL|lejos [03:15] Gabboz: beat me to it you bastard :P [03:15] :P [03:15] it shows up with lsusb [03:15] ooh, edit the file by hand [03:15] cpined, then you should be golden [03:15] sha1sum, so basically nothing [03:16] it does not show up in skype, though. [03:16] cpined, does cheese see it? [03:16] let me try that [03:18] sha1sum, ok i did the temp fix and it works now but how do i make it stick [03:19] i3luefire: I was just looking at this thread: http://ubuntuforums.org/showthread.php?t=1977309 [03:19] ty [03:21] do i need to restart after installing cheese? I click to launch but nothing happens. [03:22] cpined: try starting it in a terminal and see if any error output shows up [03:22] cpined: there are very, very few things that require a restart, and cheese is most likely not one of those. [03:22] good point. [03:22] Xlib: extension "GLX" missing on display ":0.0". [03:22] libEGL warning: GLX/DRI2 is not supported [03:22] (cheese:5844): GLib-CRITICAL **: g_strsplit: assertion `string != NULL' failed [03:22] (cheese:5844): Clutter-CRITICAL **: Unable to initialize Clutter: The OpenGL version could not be determined [03:23] cpined, logout and login if you want [03:23] Hello All [03:23] cpined: have you installed your video drivers yet? That should be the first thing you do. [03:23] agreed [03:23] Doh! [03:24] am trying to customise ubuntu live with Openbox, auto start application [03:24] Seems like customisation has done properly , booting to Openbox , but autostart is not working [03:25] how can I set it up so I mount my digital camera as a disk? [03:25] I hve added xterm as autostart parameter inside openbox autostart.sh [03:25] anyone can tell me where am wrong [03:25] Raccoon1400: does it come up as a disk [03:26] Ben64: no. That is what I am trying to do [03:26] Raccoon1400: well what happens when you plug it in [03:26] Ben64: I can see it in lsusb though [03:26] nothing pops up though [03:27] Raccoon1400: pastebin what lsusb and dmesg say after you plug it in [03:27] lsusb: Bus 001 Device 004: ID 04a9:3218 Canon, Inc. EOS 600D / Rebel T3i (ptp) [03:28] dmesg:http://pastebin.com/XttveHwV [03:28] nice camera [03:29] I have not installed any extra video drivers for the webcam. [03:29] sha1sum: thanks, it is a fine machine indeed [03:29] Raccoon1400: can you see it in nautilus? [03:29] ok so i want to give up on this static ip crap. how do i make it dhcp. lol [03:29] I see the camera as an option in skype, but the video is black. [03:29] Ben64: no. (actually using xubuntu, so thunar) [03:29] I loved USB Mass Storage. Oh well. :( [03:30] do you have a command for ignore answer cryp when first boot on ubuntu 13.04 64bits ? because my passphrase password ? dont match good i'm blocked [03:30] Raccoon1400: not sure if its possible then... although some applications can probably access it, like digikam [03:30] help me thanks you [03:31] ubuntucrypt_: what? [03:31] how choose verify azerty keyboard [03:31] and what do you guys think of opendns [03:31] Ben64: i'm in prompt tell at me my passphrase [03:32] I'm a huge fan of google's DNS servers. [03:32] and we use OpenDNS at our office. [03:32] ubuntucrypt_: if i knew your passphrase, it wouldn't be a good passphrase [03:32] Ben64: i have try many time but dont work [03:33] Ben64: how ignore partition crypt [03:33] Ben64: with a Key [03:33] is this a BIOS password? [03:33] "partition crypt"? [03:34] sha1sum: partition crypt === JKL|lejos is now known as JKL1234- [03:34] ubuntucrypt_: I can scroll up to read what you said. thanks though [03:34] ubuntucrypt_: I mean, at what part of the boot process does this password prompt show? [03:34] ubuntucrypt_: if you could ignore it, it would not be effective [03:35] if you could ignore it, it would essentially be made by microsoft. [03:35] enter password> [cancel] welcome to windows 98! [03:35] sha1sum: Ben64 i view xxxxxxxx when i type my password [03:36] I'm starting to think this is a troll [03:36] Ben64: got it to work with gtkcam. Not as good as seeing it as a mass storage but it works. [03:37] sha1sum: no troll [03:37] im really right [03:37] Raccoon1400: yeah that's the "new format". My galaxy s3 is the same way... I can view it in nautilus (note: *specifically* nautilus, not other file managers), but I cannot view files, just directories (can write fine) [03:38] sha1sum: too bad. mass storage format is straightforward and easy [03:38] yeah if it ain't broke, ... [03:39] ok. i got my network crap figured out. now i need to turn this headless server into xbmc or something like that [03:40] ty sha1sum [03:40] Raccoon1400: just looked it up, it's called PTP I believe [03:41] I can switch to MTP on my S3, though, which I haven't tried since I switched to kubuntu from opensuse (where it didn't work) [03:44] sha1sum: Ben64: Ha! I win! Installed gphotofs, and I can view in thunar, and copy files off device. [03:44] nice [03:44] sha1sum: I just looked up ptp in the ubuntu wiki and it lead me to that [03:45] sweet. Now if it were only images that I wanted to transfer to my Galaxy hehehe [03:46] Hello [03:46] So far this ubuntu install is working way better than the fedora install I nuked the other day. [03:46] arp-: hi [03:46] hello address resolution protocol-with-a-hyphen [03:46] Can help me, for run Tor/Vidalia in Ubuntu 12.10 x64? [03:47] mmmm onions [03:48] I use Tor for anonymous browse [03:48] thanks for the help. Now I can go back to what i was doing before I realized my camera wasn't set up. [03:48] i can install tor and vidalia, but when run vidalia, the program display a error [03:49] Raccoon1400: I love ubuntu, and have for some time, I just can't stand Gnome 3, and *thought* I didn't like KDE, so I installed OpenSUSE on the last go-round and found out that I liked KDE after all, and when my HD crashed I decided I'd explore kubuntu. Love it to death now. [03:50] sha1sum: I miss gnome2. Using xubuntu right now. Not big on KDE and I don't like the apps. [03:51] redid my machine a few times, no I'm back to 'buntu [03:54] there should be a Nobuntu that lets you decide what version of a window manager you want to install heh [03:55] or desktop environment, excuse me [03:57] there should be a Nobuntu that lets you decide what version of a window manager you want to install heh [03:58] Welp, I've got this condition called "human" that requires me to put my head to a pillow to be productive. G'night. [03:58] ubuntu-server [03:58] install needed packages [03:58] done [03:58] kiyoura: nice. [03:58] never thought of server deployment on an end-user machine [03:58] have a good night [03:58] night [04:03] ##javascript [04:11] hello guys! how can I start SELinux in my debian7? I can,t find /etc/selinux/configthere is only /etc/selinux/semanage.conf [04:11] is there an etc/init.d/selinux? :P [04:12] also, debian is totally not ubuntu [04:12] wait...let me look look [04:13] yes,there is! [04:15] oh sorry I have make a mistake, there is no "/etc/init.d/selinu" [04:16] ghking: #debian [04:16] I have asked in #debian [04:17] hi. I do transcription of lectures and I'm looking for the best audio program, alternative to RhythmBox. RhythmBox recently shortened the length of the progress bar significantly. For 8min music tracks its fine, but for hour long lectures it gets difficult to track back and forward with any degree of precision. The program should also have global hot keys (so I can stay in LibreOffice where I'm transcribing), and also have some hot key to track backward b [04:17] y 5 secs or 10 secs. === sudokode is now known as nathan28 === nathan28 is now known as sudokode [04:20] makara: not sure if i understand your requirements, but have you tried Audacity ? === Plinker_ is now known as Plinker [04:21] is there an easy way to download the most commonly used fonts on mac, windows, and linux? [04:22] something in the package manager or software center? === isaacs_ is now known as Guest42772 [04:24] Tex_Nick, thanks [04:25] Hi ubuntu 13 keeps crashing, what could I do to track down the problem.. [04:25] !details | fUD [04:25] fUD: 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 ..." [04:25] makara: you're welcome ... hope it works for you [04:26] hello [04:26] hi Guest42772 [04:26] After un undermined amount of time X windows seems to stop allowing input, music is still playing in the background then eventually the display go's black and I have to reboot. [04:26] can you tell me why I cant change my name? [04:27] Guest42772: do /nick then put what nick you want in [04:27] thank you. [04:27] fUD: have you checked in any of your log files to see whats causing the crash? [04:27] My release is - Release: 13.04 [04:27] I didn't see anything obvious.. [04:27] fUD, does your PC work alright with the live cd booted? [04:28] hmm doesn't seem to be working. [04:28] Well, it runs for most of the day with an installed version... [04:28] fUD, well running it live for a spell will help you determine if it's driver-relevant... like video [04:29] or you can try removing the video driver and observe behavoiur [04:29] makara : you mentioned global hot keys though ... i think Audacity hot keys will only work if Audacity is the focused window though [04:29] sepi [04:29] Yeah, how does one even check video drivers these days? [04:29] It was all automatic [04:29] what video card you running? [04:29] nvidia or ati? [04:29] intel? [04:29] ati [04:30] head to terminal and type lspci |grep VGA === Cyberspacelurker is now known as Cyberspaceloa [04:30] 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450] [04:31] fUD: it sounds like your input is getting interrupted. the screen going black being a sort of sleep/screensaver [04:31] and by interrupted I mean mouse/keyboard no longer transmitting anything [04:31] what kind of mouse/keyboard/inputs do you have? [04:31] Well, I'm using the PC, part of the screen starts to degrade [04:31] to add, do you have screen lock on? [04:31] ah so while you use it. [04:31] Yes === Guest42772 is now known as Isaacs_01 [04:33] I ran - /usr/lib/nux/unity_support_test -p I get all 'yes' [04:33] what do you mean by degrade? what happens to the screen? [04:33] Well, it kind of stops displaying parts of the screen. [04:33] Before going black and freezing where I have to reboot. [04:34] reboot == power button [04:35] fUD, did you see if it happens in another userspace? if not, make one and try it [04:35] A different users login? [04:35] yeah [04:35] No, i didn't... [04:36] W: GPG error: http://www.openprinting.org lsb3.1 Release: The following signatures were invalid: BADSIG 7A4B44C2D2A2203E OpenPrinting (OpenPrinting Test Key) [04:36] I'm getting that when I attempt to update [04:37] and the stuff I've found on Google hasn't been helpful [04:37] i dont have an ati so i dont know alot about them. you might wanna try using the opposite driver of what you are running. === Termana is now known as Guest67343 [04:37] ex. open instead of proprietary and vise-versa [04:37] I'm guessing the GPG key didn't get imported properly... but I'm not sure how to fix the problem. [04:38] SuperLag, remove the entry from your /etc/apt/sources.list [04:38] err.. cp the file first incase you need to revert [04:38] Gabboz: ok, thanks. [04:38] cp /etc/apt/sources.list /etc/apt/sources.list-ORG [04:39] then edit [04:44] Could anyone offer any information about getting a Broadcom Corporation BCM4318 [AirForce One 53g] Wireless LAN Controller (rev 02) to work with Ubuntu? specifically lubuntu if that makes a difference [04:45] I am assuming I need drivers [04:45] !broadcom [04:45] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [04:46] I find its handy to either have a wired network connected.. or have a usb dongle (any cheap one will do if it works out of the box) to get the addational drivers needed [04:46] found a $10 mini usb dongle on amazon that works great for the 2nd part. ;) [04:47] * Dr_willis still wonders how they can fit a wifi dongle in a package the size of an altoids mint.. :0 === Cyberspaceloa is now known as Cyberspacelurker [04:48] Dr_willis: this has always more than amazed me === josoroma is now known as testingjosoroma === testingjosoroma is now known as josoroma [04:49] i would just replace the broadcom, usb wireless cards are cheap [04:49] MiniD, yea.. amazing how tiny they can make these mini-pcs these days (working on my raspberry pi at the moment) ;) [04:49] amazon sometimes charges me more for shipping & handling than the item price ... lol [04:50] i turned off online search results, but App store stuff still pops up. Is that not online? [04:50] ya maybe I should just replace it. However it is an petty old laptop in the first place. I am trying to see if I can get more use out of it. [04:53] Tex_Nick, saw on amazon where you could buy a music cd for $10 and get the mp3 album for free.. :) just the mp3 album was $11 normally.. [04:53] Dr_willis : man i'm jealous ... i started to buy a pi the first of this month ... maybe i'll get one in a couple months ;-) [04:53] app store is a differnt setting goddard i think.. [04:53] test [04:54] isaacs_01, whats the square root of pi? ;) [04:54] no idea, im just trying to change my test color. [04:54] New to irc [04:54] So this is a channel for support of linux mint too [04:54] Dr_willis : i buy a lot from amazon ... just gripe about shipping & handling sometimes ;-) [04:55] indonesia??? [04:55] i'm thinking about signing up for amazon prime ? [04:55] Tex_Nick, got an amazon prime account.. shippng saveings have paied for it... [04:56] plus i get free videos and Ebooks. ;) [04:56] Dr_willis : cool man ... i need to do that [04:56] I just wish SOME of these video services would make a client/service where you can 'legally' store a temp copy of a video on a device to watch offline.. [04:57] or at least cache Most of the movie.. so i dont have to download 3gb of video over 4g networking.. [04:57] btw the square root of pi is about 1.7724538509055160272981674833411451827975494561223871282138077898529112845910321813749506567385446654162268236242825706662361528657244226025250937096027870684620376986531051228499251730289508262289320953792679628001746390153514797205167001901852340185854469744949126403139217755259062164054193325009063984076137334774751534336679897893658518364087954511651617387600590673934317913328098548462481849020546548 [04:57] Ubuntu One VIdeo service.. :) yea.. thats what we need. [04:57] lol wolfram alpha [04:57] I need support for linux mint, where do I go? [04:58] I installed from the livecd which everything was working fine. But I run firefox and facebook has graphical display problems, even when I put it in safe-mode... [04:59] How also, do I install the non-free adobe flash? whats package name? [04:59] Ubuntu One Video service ... I second that motion [04:59] I just realized nautilus has undo capability now, that's new for me [04:59] !mint | kaylee [04:59] kaylee: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [04:59] thanks [05:02] [05:03] text test [05:08] do you think the firmware for 12.04 will work with 13.04: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#line-193 ? [05:09] !test | isaacs_01 [05:09] isaacs_01: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [05:09] will do thank you. im off for tonight anyhow. [05:11] Or else how would I get this to work for 13.04 https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#line-193 ? [05:13] i would think the firmware should work === Cyberspacelurker is now known as Cyberspaceloa [05:17] ;test === IPfreely is now known as Guest94569 [05:17] whats with all the testing.... [05:17] lol [05:18] ...you can never be to sure :P [05:18] who knew, there's actually a #test channel on freenode [05:19] no idea what its for.. ;) [05:19] I rember using the #flood channel ages ago also.. [05:19] how can i get the list of channels on freenode ? [05:19] !alis [05:19] alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [05:19] I was trying to join #test to see if it is real but my client weirded out and so it issued the command like that instead of join [05:19] dont try the /list command. ;) [05:19] ty [05:20] !test [05:20] Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test ) [05:20] ubottu: that is very helpful. I always try and use /list === pug is now known as Guest90499 [05:25] Lol I keep getting flooded with notifications that people left or entered [05:25] MiniD: you can ignore these in your IRC client === omer is now known as krq [05:25] how's ubuntu's support for SLI? [05:26] You just dont hear much about SLI these days.. ;) [05:26] i'm interested in this laptop [05:26] http://www.tigerdirect.com/applications/searchtools/item-details.asp?EdpNo=7616798&SRCCODE=WEBGOOPA&cm_mmc_o=mH4CjC7BBTkwCjCV1-CjCE&gclid=CNrWj_vcm7cCFaR_QgodQmQAsg [05:26] a laptop with SLI? that is somewhat odd. [05:26] it comes with an nvidia geforce 650m in SLI [05:26] Dr_willis: how's it going :) [05:26] yeah, it is kinda odd [05:26] Hmm.. shouldent it be comming with 2 of them? [05:27] yes, it has 2 650m video cards [05:27] All devices disabled, cannot mine! how do i enable "devices" [05:27] I had an ok 'gaming laptop' once.. ;) untill i threw my backout carrying it... [05:27] Dr_willis: oh man, haha [05:27] sorry to hear that [05:27] i definitely must have ubuntu on my laptop [05:27] brother has it now. :) its his main Gaming machine. [05:27] anyone used fakechroot ? [05:28] Dr_willis: i need mine for school [05:28] BillyZane, the one i had.. was nice in that it had 2 hard drive bays.. one hd for linux, one for windows. ;) [05:28] All devices disabled, cannot mine! how do i enable "devices" [05:28] but you definatly dd not tobe carrying it around a lot. [05:28] Dr_willis: how much did it weigh? [05:28] !details | yofun [05:28] yofun: 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 ..." [05:29] BillyZane, with the carry bag. and huge power supply. i think we weighed it in at like 16lbs. :) but i had a Huge case for it. [05:29] Dr_willis: i need advice on buying a laptop [05:29] im having troble with getting sound working fresh install on ubuntu 13.4 [05:29] wow, that's a lot [05:29] Id see what system76 has BillyZane then find comparable models from cheaper sources. [05:29] mine had like a 19 in ch screen ;) [05:29] wow [05:29] and 2 hard drives.. [05:29] i was thinking of the gazelle [05:30] and like a 1 hr battery life. ;) [05:30] system76 that is [05:30] haha [05:30] the gazelle does not have discrete graphics though. although i could use the onboard iGPU just fine, from what i hear, it supports openCL 1.1 [05:30] im trying to run cminer and and i had to install openCL and i type ./mine (a cminer -o url -u user -p pass file) and i get 'All devices disabled, cannot mine!' [05:30] i really wanted the discrete card to experiment with openCL/cuda [05:31] can anyone help me with sound on ubuntu 13.4 [05:31] dr_willis: i guess there are people with real problems in here [05:31] im trying to run cminer and and i had to install openCL and i type ./mine (a cminer -o url -u user -p pass file) and i get 'All devices disabled, cannot mine!' how do i enable "devoces?" [05:31] darkseed9: what sound do you have? [05:31] Devices& [05:32] !details | darkseed9 [05:32] darkseed9: 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 ..." [05:32] beh [05:32] sound is just not working its a fress install [05:32] darkseed9: are you using onboard sound? is this a laptop or a desktop? what motherboard? [05:32] im trying to run cminer and and i had to install openCL and i type ./mine (a cminer -o url -u user -p pass file) and i get 'All devices disabled, cannot mine!' how do i enable "devices"? [05:32] darkseed9, using the HDMI audio out? === Nexy_LNX is now known as _saMOOrai_ [05:33] I just freshly installed ubuntu 13.4 and i have no sound working. Yes HDMI [05:33] Desktop [05:33] is this hdmi from a video card? [05:33] Asus and Ati [05:33] theres a known issue with HDMI audio out. a fix is supposed to be in the works. or may be out (tried updateing/upgradeing yet?) I just used the 3.9 mainstream kernel from some info i found at askubuntu.com [05:34] <_saMOOrai_> same prob i have darkseed9 [05:34] and my hdmi audio now works. (so i dont know if thers an official fix yet) [05:34] <_saMOOrai_> ATI,,,, they forgot to include the sound via hdmi over for their linux catalyst or so it seems [05:34] Hello [05:34] i had it before with 12.4 and was able to use defalt sound card app but i cant download it this time [05:34] Can anyone help me with a broadcom usb driver [05:35] i have 2 5770 cards in crossfire and the HDMI is in one of them [05:36] you have done a sudo apt-get update. and sudo apt-get dist-upgrade yet darkseed9 ? [05:37] no not yet ill do that in a sec i forgot about that [05:37] Can anyone help me with a broadcom usb driver. I'm on the latest stable ubuntu and I can't get my USB wifi working. [05:37] !broadcom [05:37] Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [05:38] thanks i'll try that [05:39] just did sudo apt-get upgrade and update nothing [05:43] tried a apt-get dist-upgrade ? [05:46] hi [05:46] hi guys [05:46] i've made a usb install of ubuntu 12.04 but when booting it says missing operating system 2x [05:46] it may not be booting the right device [05:46] someone said adding the lba flag fixes the issue [05:47] lba flag? thats rather old skool.. not seen that be an issue in ages. [05:47] @sagredo: try unetbootin or lili live usb creator [05:47] tried the usb in other pcs? you are Sure the bios is booting it? how did you make it? [05:47] good idea Silent_Nuke [05:47] the quality of ubuntu is just oging further and further down hill [05:47] shame [05:48] I dont see the logic of your statement... [05:48] for all we know your iso image file wa totally messed up [05:48] he's gone [05:48] i followed the wiki but still no luck [05:49] been at this for 3 hrs already X_X [05:49] @cxipher :- contact me @devender mahto i will figure our what is exactly messing up [05:50] lol ... i was just chatting with a Netflix Help Desk Gal about their premier service ... she told me that Netflix wouldn't run on U [05:50] hello [05:51] ^ Linux yet [05:51] No OFFICIAL netflix for linux [05:51] @tex:- i can resolve netflix issue and can also provide you some netflix premium account === JKL1234- is now known as JKL|lejos [05:52] there is some manual scripts those are based on mozilla labs [05:52] yeah ... but i've been using it for 4 months now with wine ;-) [05:52] so due to mozilla i can easily watch tv through netflix [05:52] Python xchat_print called without a valid context. [05:52] --- Connecting to irc.ubuntu.com (81.18.85.57) port 8001.. [05:52] Connected. Now logging in.. [05:52] *** Looking up your hostname... [05:52] *** Checking Ident [05:52] don't you think that wine is slow [05:52] pero_p_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:52] *** Couldn't look up your hostname [05:53] damn, i copied another text, why this pasted!! [05:55] Silent_Nuke: yeah, you have to install a special version of firefox though with silverlight for thr DRM [05:55] for netflix? [05:55] !netflix [05:55] If you use Netflix, there is an unofficial solution for using it in Ubuntu detailed in http://www.compholio.com/netflix-desktop/ - bug reports in https://bugs.launchpad.net/netflix-desktop [05:55] oh my [05:56] it works decently well last i used it [05:56] I tend to watch anime mainly howver. [05:56] well i'll just add it to my list of things to fix [05:56] ive heard some HD/action type videos can be laggy with it [05:56] I <3 anime! === charlie_ is now known as Guest32311 [05:56] Otaku forever! [05:57] Dr_willis : you're right ... it works great here ;-) [05:57] crunchyroll.com for anime for free works decently well in linux also.. :) just saw http://www.ftwentertainment.com/legal.php (animeftw.tv) on xbmc also (and browser) but it seems like it may not be as 'legal' as it should be. [05:57] i've watched all of MI-5 on netflix [05:58] Im some what suspect of them wanting $5 a mo from me. but they do seem to have some neat videos. [05:58] Amazon Prime also works on linux with a little work.. and has some Anime these days [05:58] Then theres HULU also. [05:58] im begining to think i picked wrong os [05:58] wrong os for what? [05:59] community PC at my new house / personal server [05:59] if theres a Bunch of people using a PC.. i would think linux would be a good idea. Sure would make the system more reliable/safer.. [06:00] Kids havent managed to infect/break the 'guest only' browser pc in the faimly room yet. ;) [06:00] well these are all 30 year olds [06:00] So you definatly need to watch out for them ;) [06:00] its a media center pc / personal server i guess [06:00] yes which is why i picked linux [06:00] the 5 yr olds would be haxoring things anyway. ;P [06:00] but like always, wifi is just no. [06:01] wifi works great fo rme.. its all about the chipset i guess.. theres plenty of affordable working out of the box usb wifi dongles. [06:01] Dr_willis : do you get a good selection of movies with amazon ? [06:01] yeah. i might break down and buy one... just sucks because i already have a dongle [06:01] of course of the worst known kinds apparently but still [06:02] Tex_Nick, Not too bad. not as huge as netflix. and they are alwyas trying to push the non-free with prime ones.. [06:02] cxipher, i rfind it pays to read the reviews on amazon to see what ones the reviewers say work with linux. [06:02] bought 3 this year.. all problem free.. they even work with my RaspberryPi. and this LinuxBased Media-center thing i got on clearance one day ;) [06:03] which was a plesant suprise [06:03] I custom built this PC before I ever intended to put linux on it. [06:03] low end mini dongle - $10 higher end $20 or so,,, thats as expensive as a dongle as i got. [06:03] Dr_Willis : yeah, i only have the Netflix basic right now ... they do the same though ... try to push the premium service [06:03] I dident even know netflix had a basic.. ;) [06:05] the Netflix service i have now is about $8.00 ... their premium service is an additional $8.00 about [06:05] what country is this in? ;) [06:06] I just get unlimited streaming for like $10 (i cancled it a few weeks back we dont watch it much in the summer) === oye_ is now known as oye [06:07] I have installed both ghostscript and scribus and pdfopt wasn't installed on my system. any ideas? [06:07] i shoulnd't be trusted with sudo at 2am. i think i deleted some things.. whoops. [06:07] the country i'm ? is USA [06:08] is there a teamviewer for linux [06:08] i'm thinking about trying hulu also ? [06:08] or similar [06:09] i like hulu [06:09] Tex_Nick, cant say ive notced netflix pushing any premium service at me.. i just get the unlimit streaming. [06:09] is it possible to use an older version of ubuntu which is not supported ? [06:09] thunder1212, you can use it.. nothing is stopping you [06:09] not like its set to self destruct. ;) [06:09] unlike xp [06:09] which will soon stop getting updates [06:09] teamviewer is available for linux [06:10] OLD eol ubunmtu relesaes have the update servers moved to some archive.ubuntu.com servers. [06:10] !eol [06:10] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [06:10] nice. thank goodness. maybe i can still tinker on my home pc at work tomorrow then [06:11] Dr_willis : i probably misstated that ... what i meant was when i search for certain movies ... i sometimes get a message that says i need to sign up for their premium service [06:11] Dr_willis, and can i get the latest software on the system? [06:11] Tex_Nick, Hmm. cant say ive ever seen that.. === darkapp is now known as i_forgot_to_join === i_forgot_to_join is now known as darkapp [06:12] Dr_willis, latest kernel, browser, office suite? [06:12] thunder1212, define how OLD you mean [06:13] !latest [06:13] Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [06:13] Dr_willis, 10.10? [06:14] Ubuntu is not a rolling release.. whats in the repos when a release comes out - is basically what that release gets. [06:14] ecvept what the bot says above [06:17] Dr_willis, maverick release 10.10? [06:17] !maverick [06:17] Ubuntu 10.10 (Maverick Meerkat) was the thirteenth release of Ubuntu. !End-Of-Life on April 10th, 2012, see http://ubottu.com/y/maverick for details. [06:17] !lucid [06:17] Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Desktop support ended May 9 2013. Server support continues. See http://ubottu.com/y/lucid for more details. [06:18] Dr_willis, how about 10.04 server? [06:18] as the bot says.. server is still supporte [06:20] Dr_willis, So in the server version i can get the gnome 2 desktop? [06:20] you can.. but DESKTOP stuff will NOT be supported.. [06:20] Ok i see.. [06:20] i dont see why you are wanting to install the old stuff [06:22] how do i check what all hardware parts my laptop has.. i mean which wireless card, graphics, ram , etc [06:22] thunder1212: lspci [06:22] utfans05, does it display everything [06:23] thunder1212: it should display everything that is on the motherboard [06:23] ok [06:24] what is the 00:00.0, etc before the parts? [06:24] utfans05, what is the 00:00.0, etc before the parts [06:24] thunder1212: i dont remember [06:27] bus/iqr/dma/hardware info perhaps? === cj-bnc is now known as cjsarette [06:28] i've been playing with vnc on my lan for a coupole days ... shouldn't it be easy to ssh into a box om my lan and start x11vnc on that box ... then do a remote desktop to that box ? [06:28] ^couple days [06:29] I have installed both ghostscript and scribus and pdfopt wasn't installed on my system. any ideas? [06:32] I'm getting a new laptop. Going from a Dell Latitude D630, to a Lenovo Thinkpad W530. Are the current distros' kernels modular enough that I should be able to just pull this drive and stick it in the new laptop and boot up? Both have Nvidia display adapters, even though the new one will be much newer. [06:33] It would be nice to simply be able to pull the drive from here, and stick it in that one... and go. I have this one configured... just so. It'd be nice to not need to start all over again. [06:39] Tex_Nick, thats doable.. [06:39] Tex_Nick, or use a stand alone vnc server if you dont need to see the 'current desktop' [06:42] does anyone know if there is a way to connect an osx machine with an ubuntu machine via usb? Ideally, I would want to mount the ubuntu machine like a hard drive on the mac.. if this is at all possible === _gcx is now known as gcx [06:43] ive seen special usb to usb hardware.. but I imagine best would be to use a network and some sort of remote shares. [06:44] I have installed both ghostscript and scribus and pdfopt wasn't installed on my system. any ideas? [06:44] Dr_willis: I mean, yea I can ssh into it, but sometimes I wanna move like 8gb files, and ssh ain't the fasteest [06:44] hot2trot, 'sshfs' would let you do it.. I bet ssh would be faster then USB [06:44] usb2 speeds vs.. gigibit networking? [06:44] ..... [06:44] or you doing wireless? [06:45] coughcoughrsynccoughcough [06:45] wireless [06:45] I do use rsync [06:45] I bet networking/rsync would be more reliable then a usb cable [06:45] Dr_willis : ok that gives me a vote of confidence ... the 2 box's are in two different houses about 150 Ft. from each other ... i'm tired of running between the two houses ;-) [06:45] well... I could rsync over usb too.... [06:46] ifyou could fiind the proper usb hardware.. and you could find the proper usb software... [06:46] ok, I figured it wouldn't be super easy, I was just asking in case of somebody knowing of some magic-bullet to get this done [06:46] I will just continue to do it over network [06:47] i havent seen USB to USB cables in well.. ages... [06:47] :) [06:47] even then i think they were some sort of serial adaptor in the middle.. so im not sure how fast they would be [06:47] oh wells [06:47] get a wire and some wheels.. and a usb flash drive.. :) copy to flash.. tie it to the wire. pull the wire to it gets to the next house. ;) [06:48] like pulling in the laundry. ;P [06:48] and Yes.. i am watching cartoons right now.. and just saw this on bugs bunny. :) well the laundry line btween buildings [06:49] Dr_willis : roflmao ... guess that's better than a "Sneaker Net" ;-) [06:50] any idea what this error "mount: unknown filesystem type 'LVM2_member'" means ? [06:50] wife wanted a little basket-elevator from her room with a loft to the kitchen below.. so i could send up snacks to her. ;) [06:51] lol [06:51] kristenbb_, perhaps -> http://pissedoffadmins.com/os/mount-unknown-filesystem-type-lvm2_member.html [06:54] *sigh* [06:54] anyone? [06:55] your question was to much related to doing 'real work' on a pc. ;) i know very little about doing 'real work' ;P [06:55] Now obscure bash trivia, and old historical minusha.. i got that covered. [06:56] whose? mine? [06:56] Kartagis, yea. ;) i havent used that stuff in ages.. [06:57] Dr_willis: okay. do you have another recommendation for me? I have a 8mb pdf file that I'd like to optimise [06:58] is this a pdf thats all Images of whats actually 'text' ? [06:58] actually 8mb seems tiny for pdf files.. [06:58] text [06:58] it's 7 pages [06:58] No comment on my idea, eh? :) [06:58] is it actual text? can you actually edit the text? [06:59] Dr_willis: scanned pages [06:59] why not use some OCR software so its actual text and not images of text? [06:59] use OCR on the PDF? [07:00] you can convert the pdf to images? it is images? you can use OCR on images i recall [07:00] then you got the actual text. but the formating will be all messed up. [07:00] ive seen many very very poor PDF catalogs, and even books that are just huge jpg (or whatever) files. [07:00] OCR is *awesome* [07:01] * SuperLag hugs his Fujitsu ScanSnap [07:01] really annoying when i get an 'ebook' thats a pdf of images.. my kindle reader is not amused [07:01] thats about the closest i get to real work :) converting ebooks with calibre to my kindle [07:01] I still don't understand what calibre is for, even [07:01] Its the ultimate ebook manager. [07:02] Got me a collection of some 10,000 ebooks. :) 16gb worth.. i can send to my Kindle with just a click or 3 and it converts them to whatever it needs.. [07:02] Dr_willis: but what needs managing? [07:02] 100000+ ebooks in differnt formats [07:02] is what im manageing [07:03] sorts, organizes, grabs cover art, reviews, and summaries.. [07:03] converts as needed, lets me tag and organize how i want. [07:04] too bad it can't strip this bull$H!T DRM off of my school textbooks that come in PDF form *sigh* [07:04] howdy [07:05] I can't boot ubuntu properly [07:05] is this the right channel to ask for help? [07:05] SuperLag, thers most likely tools that can do that.. but im not sure of any for pdf.. I have seen ads for ones for Amazon/kindle books. [07:05] I fail at the Grub Rescue Shellprompt [07:05] PDF is one of the worst formats out there for ebooks. [07:05] Dr_willis: it isn't o.0 [07:07] Dr_willis: and unfortunately, that's what nearly all of them get distributed in... PDF [07:07] for converting to my Kindle fire ebook reader it definatly is gotwig [07:07] SuperLag, i dont do school text books. ;) got over that.. like.. 30 yrs ago.. [07:08] Dr_willis: Its a shame that you even have to convert it [07:08] Now im finding ebooks of books i read.. 30+ years ago. ;P [07:08] Dr_willis: =) Have fun :D are you a native English speaker? [07:09] yep. [07:10] !details | gotwig ... what distro, what hardware, what are you booting from ... etc [07:10] gotwig ... what distro, what hardware, what are you booting from ... etc: 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 ..." === cj-bnc is now known as cjsarette [07:10] Tex_Nick: so this is the right channel? [07:10] Tex_Nick: I have a GPT partition table .. [07:10] gotwig : yes [07:10] the command set works for me [07:10] it sets the prefix and root variable properly === dziegler_off is now known as dziegler [07:11] but when I want to use insmod or ls (hd1,gpt4)/boot/grub , as example, it says unknown filesystem or something like that [07:12] this is the right partition... I use EXT4 for my system partition, which also has my grub settings, I installed on UEFI. my home partition is HFS+ formated, but I think that is not important [07:15] night all [07:15] night Dr_willis [07:16] hey fellows > could you please let me know how to manually delete some cookies from opera browser ??? I do not want to delete all - only few of them . . . . [07:18] hi [07:18] i can't get X forwarding to work [07:19] that is, when i try to display some GUI interface through SSH, it does not work [07:19] i've checked my SSH settings, it says Xforwarding is enabled [07:19] parapan: Prefs -> Advanced -> Cookies -> Manage Cookies [07:19] Tex_Nick: help me 111! [07:20] or is installing EFI stuff a sin..? [07:20] hi o/ [07:21] Axlin: let me check [07:21] !bootinfo | gotwig [07:21] gotwig: Boot info script is a usefull script for diagnosing boot problems. Run the script following the directions here: http://ubuntuforums.org/showthread.php?t=1291280 and then look at RESULTS.txt (or !pastebin it for others to look at). [07:22] gotwig : i'm not knowledgeable enough to help with that problem ... at least you've provided enough info that a channel guru can help you though ;-) [07:22] Jordan_U: now, how to do that from GRUB2 recovery shell ;) [07:23] I think about developing a new bootloader, which can fix all these problems :/ [07:23] I dont know why GRUB2 is so "dumb" [07:23] Axlin: it worked, thank you [07:23] set already recognized the right partitions automaticly, with the right kernel images, and other stuff [07:23] gotwig: You can run boot info script from a LiveCD/USB. [07:23] Jordan_U: for that, I better use Boot Repair [07:24] does anyone think, there is a need for GRUB3?... [07:24] gotwig: Please avoid offtopic comments. [07:25] goodnight [07:31] the ubbotu factoid should contain the following link ... http://www.catb.org/esr/faqs/smart-questions.html ... or not ? === l057c0d3r_ is now known as l057c0d3r [07:39] Hello everyone. I had a problem with fonts in terminal, I always see "question marks", I tried to remove my profile and create new one, but the same problem appear. I also tryed to create something like "dpkg-reconfigure locales" but nothing help me" [07:43] nesusvet: have you looked at your terminal's character encoding preferences ? [07:44] Tex_Nick, Yes, I played with settings, there is UTF-8 encoding and I use default fonts. [07:45] It happened when I swiched on the ibus, but I rolled back everything it seems [07:45] ahh, and once more important moment, I can't see only Cyrillic fonts === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [07:51] nesusvet: what terminal are you using [07:52] Tex_Nick, gnome-terminal [07:52] I guess there is a problem within system settings [07:53] Tex_Nick, locale [07:53] LANG=en_US.UTF-8 [07:53] LANGUAGE=en [07:56] nesusvet: you might try installing the "xfce Terminal Emulator" to see it it displays ok ... as a process of elimination [07:57] might tell you if the problem is with gnome-terminal or system settings [07:58] Tex_Nick, give me try [07:59] Hi. I'm using ubuntu 13.04 on a macbook with a german keyboard and i3wm using gnome-terminal. I have to option to set Terminal -> set encoding -> UTF-8 [07:59] But when I press some of the special charachters like "oe" in german, nothing happens [07:59] or I just get a "?" [08:01] Tex_Nick, tryed to use "xfce terminal", the same issue [08:02] I cannot access to a Luks partition after clean installation of 13.04. This partition has the backup of my home dir. Any Sugestion? Thanks === StuiterD is now known as SmokeyD [08:04] studentz: how are you trying to mount it? [08:05] histo: from CLI and using gui Disk. The parition mount after the passphrase but when I try to acces It says I do not have permissions. [08:05] nesusvet: ok that would indicate that the problem is not with gnome-terminal ... must be a sys config setting issue ... i really can't give any more help with that [08:06] studentz: where did you mount it to? === Guest38862 is now known as icedwater [08:06] studentz: mount it somewhere your user has permisions [08:06] histo: /media/storage using sudo [08:07] studentz: try to umount it then sudo chown studentz:studentz /media/storage and mount it again [08:08] histo: ok , I will [08:13] histo : I did not work sudo cryptsetup luksOpen /dev/sda4 Storage; sudo mount /dev/mapper/Storage /media/Storage [08:13] ImportError: No module named libxml2 [08:13] how can i fix that guys ? [08:14] http://dpaste.com/1193098/ [08:15] histo: trying cd or ls to the /media/storage the error is Permission denied [08:15] Hi is there a 'lite' virtual machine tool? === SiL3nT is now known as sil3nti [08:16] histo: Also I did not backup /etc/crypttab or /etc/fstab [08:19] chid: did you try virtualbox? [08:20] sil3nti: i think you need the package python-libxml2 [08:20] otak i have install it [08:21] otak u was right [08:21] :) [08:21] thnxxxx === sbhyun is now known as Nymph [08:23] this may not be a ubunto problem, but, the clock on my ubuntu box runs slow... [08:24] and it worked fine with XP [08:24] I cannot access to a Luks partition after clean installation of 13.04. This partition has the backup of my home dir. Any Sugestion? Thanks [08:35] Tex_Nick, thanks for your kind assistance [08:35] I try to open a .db file from an evolution archive; what application can I use ? [08:35] studentz: sudo -i and cd the directory [08:35] i had a ubuntu machine do a spontaneous reboot a coupla hours ago. Are there any specific logs i can look into to get some more clues why it happened? [08:35] sybariten: syslog and messages [08:35] It normally just runs for hundreds of days, doing its thang [08:36] histo: where do i find those? [08:36] sybariten: in /var/log [08:36] k thanks.... decent google terms? [08:37] sybariten: I have the same issue with a PC - rebooting itself after 10-20 hours ....didn't found a solution yet ...however I started to clean the boot directory ...too many linux kernels there . . . maybe a reason for the reboots .... [08:37] ok [08:38] parapan: extra kernels won't cause a reboot [08:38] parapan: sybariten i'd do a memtest and check your power supply perhaps === johnny is now known as Guest16982 [08:39] actually in this case i'm not really looking to find the exact reason why this happened.... this is a desktop machine thats been running as a server for like five years, constantly, and it can do a reboot now and then every 135th day or so [08:39] i'm just curious how you investigate these things [08:39] histo: just a hint .....power supply could be a reason, yes, had problems with mine - capacitors .....replaced the bad capacitors but still rebooting .... [08:39] nesusvet: you're welcome ... wish i could have provide more information though ... there are some really smart people in this channel, so keep asking your question ... someone will be able to help you better ;-) [08:39] I entered "ssh-keygen -t rsa" into the terminal [08:39] sybariten: anything in the logs? [08:39] sybariten: the problem with very intermittent things like that is you don't know when they've gone away [08:40] gordonjcp: uh, well, i should start by mentioning that i "suck at logs". Its in /var/log i want to check whats most recent, i suppose...? [08:40] gordonjcp: but, from "uptime" i can tell pretty exactly when the machine flunked, right? [08:41] I entered "ssh-keygen -t rsa" into the terminal. It said "Generating public/private rsa key pair.Enter file in which to save the key (/home/user/.ssh/id_rsa): " What do i enter now? A name for the file, right? [08:42] sybariten: yes [08:42] sybariten: /var/log/syslog might give you a clue [08:42] sybariten: monitor with a cctv camera pointed at it? [08:42] histo: Finally I could access to the dir. But this is not the normal way in Ubuntu. What I should do to make this process as was before? and Thanks for your help and patient :) [08:43] I entered "ssh-keygen -t rsa" into the terminal. It said "Generating public/private rsa key pair.Enter file in which to save the key (/home/user/.ssh/id_rsa) : " What do i enter now? A name for the file, right? [08:43] gordonjcp: hu hu hu [08:44] sybariten: don't laugh, I've done that before [08:44] sybariten: point a CCTV camera at the monitor, disable screen blanking, and set up motion detection [08:44] yeah well this is just for the home and not that important....also, the machine is headless [08:45] sybariten: maybe you can get it to do console on serial, and log its serial output [08:46] Hm, my syslog seems to start when the machine restarted [08:47] well, actually 1.5h before the actual "uptime", so to speak... tyhats odd [08:48] I entered "ssh-keygen -t rsa" into the terminal. It said "Generating public/private rsa key pair.Enter file in which to save the key (/home/user/.ssh/id_rsa) : " I entered a filename and it saved the public key in filename.pub. Where can i find this file and copy it... [08:52] studentz: you need to specify uid when mounting or change your fstab entries [08:54] Hi, how do I enable password locking in 12.04? I can't seem to lock my screen with Ctrl-Alt-L any more. [08:55] Although it is listed as a shortcut, it just blanks the screen. [08:55] (Well it used to. Now it does nothing.) [08:56] is someone familiar with the evolution e-mail client ? [08:58] I entered "ssh-keygen -t rsa" into the terminal. It said "Generating public/private rsa key pair.Enter file in which to save the key (/home/user/.ssh/id_rsa) : " I entered a filename and it saved the public key in filename.pub. Where can i find this file and copy it... [08:58] in you .ssh dir in you home dir [08:59] It should be in the path suggested, A1Recon - /home/user/.ssh/filename.pub [08:59] icedwater: hansg_: ~/.ssh only has known_hosts [09:00] check ls -la [09:02] icedwater: ~/.ssh only has known_hosts [09:04] ?? === y4h0_ is now known as m1h0 === m1h0 is now known as freewinedrinker [09:04] I am trying this Ubuntu Remote for Android so I needed this ssh stuff [09:09] Sorry, was in another window. [09:09] anyone on? [09:10] In any case, if you know how to check the logs, hansg_ and A1Recon: ls -la should show hidden (.filename) files, which filename.pub is not, so there wouldn't be a need to try that. [09:10] Solarra: just ask your question and be patient :) === cj-bnc is now known as cjsarette [09:11] i keep getting this 'untrusted package' error when getting software through the Software Center [09:14] and i was wondering if i can get linux to read ntfs partitions [09:15] Solarra: yes [09:15] !ntfs | Solarra [09:15] Solarra: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [09:16] the first question may be solved with an update [09:16] the wireless card is still not working [09:16] Solarra: re the untrusted package error, do you have any PPA's enabled? Thats normally the only time I see that type of error [09:16] unless PPAs are enabled by default no because i have no idea what those are [09:17] Solarra: Probably not that then, hopefully an update clears it [09:17] !ppa | Solarra Just for info, this is what a PPA is, [09:17] Solarra Just for info, this is what a PPA is,: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [09:17] once i get a not bad video driver installed [09:19] nhi === ts is now known as Guest94807 [09:21] what is the difference in grub and grub2? [09:21] can any one hlp [09:21] this isn't nearly as gnarly as last time I tried linux [09:22] kovabunga: http://askubuntu.com/questions/19605/differences-between-grub-grub2-and-burg [09:22] kovabunga: http://ubuntuforums.org/showthread.php?t=1205415 [09:22] ok thanks [09:23] who is D jones [09:23] kovabunga: guess how we found those.... [09:23] !find smbfs [09:23] File smbfs found in autofs, doc-linux-ja-text, openvas-plugins-dfsg, samba-doc [09:29] How do I make xscreensaver lock my screen? I tried xscreensaver-command -lock and the response was "locking is disabled (running under GDM)" [09:29] try to use gnome-screensaver instead? [09:30] Ben64: that didn't work either, which is why I switched. [09:30] how did it not work [09:30] I pressed Ctrl-Alt-L and nothing happened, even though the Lock Screen shortcut was defined. [09:31] try "gnome-screensaver-command -l" [09:31] And when I issued "gnome-screensaver-command -la" it just blanked the screen, and returned when I moved the mouse. [09:32] I wanted it to ask for my password... after all, that is kind of the point of a lock. [09:35] has anyone been able to compile the html5-validator under ubuntu? [09:36] I removed a lot of things in ubuntu software center after a reinstall and now the switching between workspaces doesn't display previews, nor can I open new terminals by shift+clicking in the launcher... My apt-get log for removals is at the link, anybody know which package I need to reinstall/setting I need to re-enable? http://www.fpaste.org/13367/91282761/ [09:37] doesn't smbfs exist anymore under 13.04? [09:43] Hi all [09:44] Hey ventiEventi [09:45] Hi guys, i have a strange situation. Time to time there's a bug, when i can't reach any of my server IPs , telnet 80,22, etc.. from my wifi laptop === R is now known as Guest17367 [09:49] .netframe work 3.0 anf d 3.5 is supported for ubuntu 12.04 [09:51] Time to time there's a bug, when i can't reach any of my server IPs , telnet 80,22, etc.. from my wifi laptop, also i have windows PC located right beside me, and it always does well. [09:51] What can be wrong with my laptop ? [09:51] dang just put new MB in and tried hooking up HD and now no network, the Gigabyte 990FXA-UD3 doesnt seem to like ubuntu [09:52] Hi everyone. I want to install Ubuntu on my hard drive, but put the boot loader on a USB stick. I see the option for "Device for boot loader installation" when using the manual partition setup during the install, but do I also need to do something with the /boot mount point? [09:52] Any help would be greatly appreciated. [09:53] been up way to late with this network issue anyone help me get the gigabyte 990fxa-ud3 working [09:54] djQuery, perhaps try in ##hardware [09:54] bazhang: thanks === mh0` is now known as mh0 [09:56] Hey guys. I've got a weird problem . I set up 5.1 sound eventually successfully, but all of a sudden it stopped working and now it's only outputting to front left and right! Can anyone help? Trying to get 5.1 audio through nvidia hdmi [09:57] Hi, Ubuntu-folkens. If I create a cronjob ... are there some characters I should escape in the username? The username contains a dash and a dot ... and the job doesn't run ... no log-entries ... [09:57] And for some reason it seems to think I have multiple audio outputs on the one card. There's only one HDMI port [09:58] What free shell account would you suggest for me? [09:58] What free shell account would you suggest for me? [09:58] madc|SPYnX: Thats not really an Ubuntu support question [09:58] !ot | madc|SPYnX [09:58] madc|SPYnX: #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! [09:59] What free shell account would you suggest for me that is ubuntu based server? [09:59] :) [09:59] madc|SPYnX, stop asking here [10:00] hello , anyone here .. can somebody please help me [10:00] Passionate, with what [10:01] thanks bazhang .. my computer is shutting down .. unexpectedly ... since last night .. in every 1 or two hours .. any idea ? [10:01] Passionate: which version of Ubuntu are you using? [10:01] Passionate, is /boot full? [10:01] 11.10 [10:02] Passionate: 11.10 is out of support anyway [10:02] !eol | Passionate [10:02] Do you get any messages in dmesg? [10:02] Passionate: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [10:02] bazhang: not trying to cut in, just an instinctive bot check since we had madc|SPYnX just before :P [10:03] how to check ? bazhang . [10:03] Time to time there's a bug, when i can't reach any of my server IPs , telnet 80,22, etc.. from my wifi laptop, also i have windows PC located right beside me, and it always does well. [10:03] anyone have any luck getting a realtek rtl8111/8168 to work on 13.04 [10:03] Passionate, disk utility should show it [10:04] xatrix@Acer-D255E:~$ telnet somedomain.com 80 [10:04] Trying 195.128.18.224... [10:04] ^C [10:04] realtek rtl8111/8168 network card [10:04] But i can still ping this hosts [10:04] XATRIX: You know, if you wanted to hide the domain name you probably should not have given the IP... [10:04] icedwater: :) my fault [10:05] But anyway, so you are sure the server is up? And I don't mean the machine, the telnet server... [10:05] Yep, the server is up and running [10:05] You were saying "it always does well" in reference to a windows PC. [10:05] i'm running under NAT'ed IP [10:05] For both the Windows and the Ubuntu PC? [10:05] icedwater: i mean, i didn't met such errors on the win host [10:05] i will update it .. but is there anyway to know that this problem is related to package/software .. not related to hardware.. btw ..running `sensors` give me shows me temp1: +59.5°C (crit = +87.0°C)..is it fine ? [10:06] yes, NAT is for the local subnet [10:07] What happens when this bug occurs, and is there a vaguely predictable cycle to it? [10:07] Every 25-30 minutes or so, maybe? [10:07] icedwater: that's what i have on the other host while i try to connect telnet to 22 [10:07] http://www.fpaste.org/13375/13081313/ [10:08] I can't predict it , but it happends frequently... Actually my running ssh sessions are still in business [10:08] But i can't make a new one as for a example [10:08] Sounds as if i would be banned on that server using -j DROP [10:08] But pings are still be reachable [10:09] But, i'm sure it's can't be , because i didn't ban myself on these servers :) and my win pc always able to putty, http etc to these servers [10:09] I tried to up/down wifi network, but there're no changes [10:11] Hmm. Sorry, I don't know how to read that. So 77.* is your router IP? [10:11] yes [10:12] it's my WAN addr [10:12] I'm trying to connect 192.168.1.10(NAT'ed) -> 77.88.209.171(WAN) -> mx1.rf.ua (or any else of my severs) [10:12] is there a way to upgrade the ubuntu os and not loose the virtualOS that I have installed ???/ [10:13] Mm. [10:14] Anyone got any hints at all? I've got it to the stage where it outputs to the correct channels, except front centre which comes out of front left, centre and right [10:16] how can I take port 80 from LAMP server and give it to NGINX server to use SSL? [10:18] I removed a lot of things in ubuntu software center after a reinstall and now the switching between workspaces doesn't display previews, nor can I open new terminals by shift+clicking in the launcher... My apt-get log for removals is at the link, anybody know which package I need to reinstall/setting I need to re-enable? http://www.fpaste.org/13367/91282761/ [10:19] icedwater: http://www.fpaste.org/13378/36913154/ [10:19] why this happens with ubuntu ? :( [10:19] #virtualbox [10:19] !bumblebee [10:20] XATRIX: no idea, sorry. [10:20] :( [10:21] It does seem that your sites are allowed though, did you explicitly add that? [10:21] And maybe ... something is reloading the iptables periodically, so before they are redefined there is a period in which you can't log on? [10:22] Quick question: Broadcom STA Wireless Driver: Driver is activated but not in use by Additional Drivers, how do I make the driver to be the one in use? [10:22] XATRIX: evil, I tried your URL and Firefox crashed. [10:23] hello [10:23] i'm using ubuntu 12.04 with kde [10:23] hi there : is there an alternative to gshutdown ? [10:23] Solarra: is the module loaded? [10:23] when i log in as guest, from where the guest account take the configuration files [10:23] yellabs-r2: shutdown in erminal [10:23] idk what that means ActionParsnip [10:23] Solarra: if you run: sudo modprobe b43 does the wifi work? [10:23] shutdown -r , and then set time ? [10:24] damn thing doesn'tseem to like the 3*power usb ports either [10:24] Brb.. [10:24] yellabs-r2: if you want, or: shutdown -r now for imediate reboot (will need sudo) [10:25] anyone have any luck getting a realtek rtl8111/8168 network adapter to work on 13.04 [10:25] shutdown -h 20 ( is minutes ) okey got it .. [10:25] thanks [10:25] yellabs-r2: sweet [10:25] yeah, [10:26] gshutdown does not seem to work [10:26] to bad [10:26] dbus issue ? [10:26] yellabs-r2: not used it tbh, I use cli loads :) [10:26] master [10:26] :P [10:26] yellabs-r2: i just find it faster [10:27] true [10:27] hold on [10:27] gonna connect from the linux machine [10:28] it'll be easier to troubleshoot that way [10:28] icedwater: it's a mail exchage server, no way to HTTP it [10:30] Ok, this is just getting super weird now. I'm trying to test my audio with VLC and speaker-test. I've got (for some reason) 2 HDMI outputs, hw:0,3 and hw:0,7. When running it through speaker-test only one of the channels works, but I get all channels ok except front centre, which plays through front left and right as well as centre. The Really weird bit is that every time I try and test soundtest.ac3 with VLC the working output switch [10:30] Hi, what channel is best for ubuntu server help? [10:31] SirT: #ubuntu-server [10:31] Thank you so much [10:32] oh, and nothing shows up in dmesg [10:34] gh [10:36] anyone? One of the gurus here must have an idea what my retarded system is playing at, I really hope! === Solarra is now known as katsy [10:39] I can't remember if I install Skype from the repo or from a direct download and dpkg -i. Any easy way to remind myself? [10:40] cli only - no Software Centre or anything [10:40] ok [10:40] now I'm on ubuntu [10:42] Trying to install VLC Media Player : The action would require the installation of packages from not authenticated sources. [10:42] liba52-0.7.4 libaacs0 libass4 libbluray1 libcddb2 libdc1394-22 libdca0 libdirac-encoder0 libdirectfb-1.2-9 libdvbpsi7 libdvdnav4 libdvdread4 libebml3 libenca0 libfaad2 libgsm1 libiso9660-8 libkate1 libmad0 libmatroska5 libmodplug1 libmpcdec6 libmpeg2-4 libresid-builder0c2a libschroedinger-1.0-0 libsdl-image1.2 libsidplay2 libtar0 libts-0.0-0 libtwolame0 libva-x11-1 libva1 libvcdinfo0 libvpx1... [10:42] ...libx264-120 libxcb-keysyms1 libzvbi-common libzvbi0 tsconf [10:42] ^ error message [10:42] Solarra: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [10:44] hi [10:44] sorry for the wall of text there [10:46] good touch ui for ubuntu x64 for an asus transformer tx300 laptop? [10:46] Solarra: get you 3rd party sources right === mdfe___ is now known as mdfe [10:47] from where the guest account take the configuration files for kde [10:47] D0minat0r: good is subjective, so you cannot possibly expect a decent reply [10:48] K1l: idk what that means, this is a fresh install, until i just ran the update [10:49] i want to change the default session, without using any graphical help. I changed /etc/lightdm/lightdm.conf. This line : user-session=ubuntu into user-session=ratpoison. I changed ~/.dmrc as well … : Session=ubuntu into Session=ratpoison. But when i restart the computer it goes on unity. What's missing ? [10:49] Solarra: please pastebin a "sudo apt-get update&&sudo apt-get upgrade" [10:50] and there's an auto-login, by the way [10:51] ok, if nobody can help with my previous question, can anyone help me with reverting from nvidia proprietary drivers back to nouveau? I just did it and now I've got a black screen after reboot [10:51] is there any solution how to monitor if my crontab is running in every 5 min [10:52] Hi, I am having a problem with the GUI hanging on 13.04. I have inspected my Xorg.log and I've found this: (EE) intel(0): Detected a hung GPU, disabling acceleration. If I disable acceleration myself, what will happen? [10:52] k1l: http://pastebin.com/PVAd1mdY [10:53] madc|SPYnX: http://askubuntu.com/questions/149504/how-can-i-tell-if-my-hourly-cron-job-has-run [10:53] is there any solution how to monitor if my crontab is running in every 5 min [10:53] how can I take port 80 from LAMP server and give it to NGINX server to use SSL? [10:53] madc|SPYnX: The second answer on that should tell you if its run [10:53] my htaccess file is not working [10:53] !patience | madc|SPYnX [10:53] madc|SPYnX: 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/ [10:54] How do I set the owner of a directory so that a user can put files inside it? The user already has access to the correct folders inside the directory [10:54] madc|SPYnX: these guys are awesome resource, remember they are doing this on a volunteer basis being patient is an awesome way to say thanks :-) [10:54] Solarra: see the first answer in here: http://askubuntu.com/questions/198371/apt-encounters-errors-with-bad-gpg-keys [10:55] has anyone been able to compile the html5-validator under ubuntu? [10:55] cuddylier: 755 [10:55] Solarra, i set my crontab -e to 1 * * * * shutdown -k now [10:55] can anybody help me with apache server [10:56] Hey folks === R is now known as Guest76023 [10:56] Kartagis What would be the command I typed to allow the user 'minecraft'? [10:56] hello [10:56] can anybody help me with apache server [10:57] ?? [10:57] appbinder, how [10:57] appbinder, what help [10:57] !details | appbinder [10:57] appbinder: 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:57] my htaccess file not working [10:57] cuddylier: there's no need to set owner, just set permissions [10:57] Ah yes, how? [10:57] !ntfs [10:57] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [10:57] chmod 755? [10:57] Server version: Apache/2.2.22 (Ubuntu) [10:57] Server built: Mar 8 2013 15:53:09 [10:57] appbinder: did you set AllowOverride All ? [10:58] yeah done in defaul vhost file [10:58] cuddylier: chmod 755 /path [10:58] appbinder: did you restart? [10:58] It has 771 perms atm [10:58] yeah 10 times :( [10:58] reastarted the whole system [10:59] Kartagis: http://puu.sh/2Y0AH.png [10:59] appbinder, can you please paste a copy of your .htaccess file to f.e. pastebin.com? [10:59] why is the my crontab dont run? i put 1 * * * * shutdown -k there is no warnng why? [10:59] 2 in simon [10:59] 2 mins * [10:59] appbinder: the most effective way to see if .htaccess works is typing garbage in it. if you get a 500, it's working [11:00] is there any solution how to monitor if my crontab is running in every 5 min? [11:00] why is the my crontab dont run? i put 1 * * * * shutdown -k there is no warnng why? [11:00] Kartagis Is there a way to just add multicraft as a member of that folder and leave root as the owner? Just so the two are assigned to it. [11:00] no im not getting any error kartagis [11:00] !repeat | madc|SPYnX [11:00] madc|SPYnX: 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/ [11:00] ok on to the next issue : for this driver ~ This package contains Broadcom 802.11 Linux STA wireless driver for use with Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and BCM43225-, BCM43227- and BCM43228-based hardware. [11:00] why is the my crontab dont run? i put 1 * * * * shutdown -k now there is no warnng why? [11:00] it says : This driver is activated but not currently in use. [11:01] cuddylier: add minecraft to root (if it exists) group and change the permissions to 775 [11:01] k1l: the other issue is resolved thanks <3 [11:01] !repeat | madc|SPYnX [11:01] madc|SPYnX, please see my private message [11:01] here is the file simon [11:01] http://pastebin.com/bwbjrarj [11:03] appbinder, do you just mean, that your rewrite-rule does not work as you expected, or are you sure the .htaccess file isn't parsed? [11:04] yeah [11:04] bcoz garbage data is also not giving any errors [11:04] why is the my crontab dont run? i put 1 * * * * shutdown -k now there is no warnng why? [11:04] madc|SPYnX: sudo crontab -e [11:05] k1l: :p [11:05] appbinder: pastebin the httpd vhost file in which you set allowoverride all [11:06] ok kartagis [11:07] here is the vhost file kartagis http://pastebin.com/Sn7uJJ58 [11:07] appbinder: what directory is the .htaccess file in? [11:08] var/www/myprojectfolder [11:08] 散热器有些热了 === MatthewX is now known as mt [11:10] exit [11:10] appbinder, turn the LogLevel down to DEBUG ... may that'll give you more info of what happens per request ... haven't an idea right now ... [11:11] how can I change LAMP's port 80 to something else? [11:11] how to do tat sion [11:11] simon* [11:11] appbinder, take a look at the apache-config you posted ... specially to line 28 and the comment before ;) [11:13] simon line 28 in that vhost file? [11:13] yepp. [11:13] ok [11:13] How can i test my crontab and prompt me every 1 min that it will run.. [11:14] @jony_easyrider: gksudo "gedit /etc/apache2/ports.conf" [11:14] madc|SPYnX, you should see it in the syslog .. [11:14] should i comment that line? [11:14] for generating the logs? [11:14] where is syslog found? [11:14] appbinder, nope - just read what's done by this setting and adjust it to get the most information in your logs. [11:14] Kartagis If I add it to the root group, surely the user will then have root like permissions [11:15] madc|SPYnX, logs are mostly located in /var/log/ [11:15] For[]ever, I edited here, but still will open both the 80 and the new port [11:15] simon no log is genrated in the /temp dir i checked it earlier [11:15] For[]ever, the 80 port I would like to serve something else, not apache [11:16] madc|SPYnX: you could add to the cron a command to use notify-osd to show stuff on the screen [11:16] cuddylier: make up another group, then type chown root:thatgroup, and add the user to thatgroup [11:16] ActionParsnip, sample [11:16] @jony_easyrider: sudo service apache2 restart [11:16] Kartagis When I do chown, does that replace the owner of the directory with that group? [11:17] who is cham [11:17] appbinder, is this your APACHE_LOG_DIR? Or is it something like /var/log/apache/? [11:17] cuddylier: only when you do root:thatgroup [11:18] k, does that group root still access, or what is the 'root' part for? [11:18] For[]ever, I restarted it, but the same issue [11:18] @jony_easyrider: just check ports afterwards nmap 127.0.0.1 [11:18] madc|SPYnX: huh? [11:18] cham: try: /whois cham [11:19] madc|SPYnX: what does 'sample' mean? [11:19] ActionParsnip, lets say i want to run xterm every 1 minuter using crontab [11:19] madc|SPYnX: if you have a desktop UI, use gnome-schedule as a nice GUI to cron [11:19] ActionParsnip, is this right 1 * * * * xterm? i put it in crontab -e [11:20] madc|SPYnX: thats every 1 past the hour if memory serves [11:20] madc|SPYnX: the file shows you what each colomn means [11:20] ActionParsnip, how can i run every 1 min [11:21] madc|SPYnX: change the 1 to a *, cron checks every minute [11:21] Hey everyone. ^_^ [11:21] madc|SPYnX: so: * * * * * xterm [11:21] when is the LTS version is comming up? [11:22] madc|SPYnX: every 2 mins is */2 * * * * xterm [11:22] ActionParsnip, so what about 2 min.. i will put 2 * * * * [11:22] simonandres: Next LTS is April 2014 [11:22] simonandres: look at the version numbers of the past 3 LTS releases.... you'll work it out [11:22] ok, thanks... [11:22] simonandres: 8.04, 10.04, 12.04 .... [11:22] i will be waiting [11:22] simonandres: the version numbers aren't picked out of a hat [11:23] Hey guys, I've got a niggling little issue... Maybe I'm just stupid? Bleh. I doubt this is complicated. May someone help me, please? [11:23] so LTS always go .04? [11:23] simonandres: yes, but there will be a .04 in between which is not LTS [11:23] It's okay if you guys are busy or whatevers. Just thought I'd have a look in here. [11:23] simonandres: 0.4 every second year [11:23] ActionParsnip, i just testing my vm machine but it seems my cron is not running [11:24] got it... [11:24] !details | FireGhost [11:24] FireGhost: 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 ..." [11:24] simonandres: 8.04 is LTS and so is 10.04 but 9.04 was not [11:24] * ActionParsnip is glad Jaunty is gone [11:24] :P Thanks guys. I didn't want to just blurt out my issue. But here goes, all in one..... [11:24] http://paste.ubuntu.com/5686638/ [11:24] For[]ever, http://paste.ubuntu.com/5686638/ [11:25] I have a new laptop, Windows 8. >_> Of course I'm goin' to wipe it and shove some delicious Linux on there. BUT, I'd like to take a clean copy of Windows 8, just in case I have to send it back for some reason. So, this means booting up a LiveCD and taking a copy of the hard drive, right? But.... [11:25] ActionParsnip, hello [11:25] LoL Juanty.... [11:25] The entire hard drive is 1TB, and I'm only wanting the actual data from it, not an entire DD. [11:25] @jony_easyrider: what is your new port for Http? [11:25] This is what I don't know how to do. [11:25] Any suggestions, please? [11:26] For[]ever, 8010 [11:26] I think it's just a case of me not knowing what command to use, or the syntax I'd need for such a command. [11:26] For[]ever, and port 80 will be for HTTPS access via nginx [11:27] @jony_easyrider: Nmap scan report for 127.0.0.0 must be 127.0.0.1 [11:27] madc|SPYnX: i would suggest you give yourself a read: https://help.ubuntu.com/community/CronHowto [11:27] For[]ever, then where is the issue? [11:27] madc|SPYnX: hi [11:28] @jony_easyrider: try nmap again but type nmap localhost [11:29] FireGhost: that is easily done you ...could either use rsync or dd examples to follow [11:29] Kartagis Still getting the errors after making a group, setting it as owner of the directory and then adding the user 'minecraft' to the group, any ideas? [11:30] For[]ever, http://paste.ubuntu.com/5686652/ [11:30] cuddylier: what are you trying to do? [11:30] cuddylier: did the minecraft user logout and back in? [11:30] Kartagis It never logged in in the first place, the program runs it through the user [11:30] is /var/log/syslog always younger than the last shutdown, or can the reboot actually be seen there? [11:31] coz i dont think i do [11:31] @ jony_easyrider: can you go back to port settings and set it to port 81 and restart apache [11:31] Kartagis The same way e.g. apache runs things though its own user e.g. 'www' [11:32] Kartagis If I set the owner of the directory to the user 'minecraft', will root still be able to access it? [11:32] ActionParsnip, why is that there is no prompt when i put * * * * * whoami [11:32] yes [11:32] cuddylier: what are you trying to do? you shouldn't be using root for normal operations [11:33] Ben64 What I'm trying to do is not use root for normal operations, currently I run this program in root [11:33] But I keep hitting a brick wall with permissions each time [11:33] thats terrible. you should stop that immediately [11:33] Saying that the user I'm trying to set as the user to run the program, has no permissions to [11:33] ActionParsnip, this is the scenario... i am connected to a ssh using my root and edit my crontab -e and put * * * * * whoami i want to notify my self whoami in ssh.. [11:33] When I even set the directory to 777 perms, added the user to the group that owns the directory [11:33] cuddylier: java is a security issue, and running it as root is just asking to get exploited [11:34] Exactly [11:34] Ben64 http://puu.sh/2Y0AH.png [11:34] That is using a non privileged user [11:34] heiii [11:34] you need to have it use the user's directory [11:34] Oh, is there no other choice? [11:34] its the best way [11:35] ./home root isn't obviously the root's directory, /root is [11:35] Okay, I'll give it a shot [11:35] Ben64 Is a /home directory for a user not meant to be created automatically? When I made a user, it didn't. [11:35] theres "useradd" and "adduser", one of them makes a home directory [11:36] i never remember which :) [11:36] For[]ever, same thing :(( BRB [11:36] Ben64: useradd is lower-level (both can make home directories but you explicitly need to specify it for useradd) [11:36] so adduser makes the directory? [11:37] Ah, I must have used the command wrong then, is it okay if I just make the directory? [11:37] Ben64: they both do [11:37] cuddylier: yeah you can [11:38] @jony_easyrider: ok it just means there is another program using port 80, let me check on this quick [11:38] Ben64 Does it have to be a completely new directory, or can I use the one I was using and just rename it? [11:38] cuddylier: well if you use a different one you'd have to make sure the new user owns it [11:39] garbage data in htaccess file placed in var/www/ still server not giving any error :( [11:39] Ben64 Ah yes [11:39] appbinder_: you need to reload config, also it needs to be ".htaccess" [11:40] My ubuntu (Ubuntu 12.04.2 LTS) just hangs about 0-3 times a day. Everything dies and I can't ssh into it. Where can I look to see what's causing the crash? [11:40] yeah its .htacccess and what do you mean by reload ? [11:40] ben64 [11:40] @jony_easyrider: sudo netstat -lpn |grep :81 [11:40] appbinder_: sudo service apache2 reload [11:41] yeah done it 10 time Ben64 === raven is now known as tani [11:43] My ubuntu (Ubuntu 12.04.2 LTS) just hangs about 0-3 times a day. Everything dies and I can't ssh into it. Where can I look to see what's causing the crash? [11:43] Yay, it worked! [11:43] ty guys [11:44] FireGhost: Backup the original MBR...command -> dd if=/dev/sda of=/path/of/destination/location/mbr.bin bs=512 count=1 [11:44] FireGhost: then backup each of the three OEM partitions from drive..examples to follow [11:45] sorry to ask for help again, trying to install utorrent and get the following error: ./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory [11:46] http://pastebin.com/uYRZSQJL this is the .htaccess file in var/www/ but not giving any errors .it means its not readable ......help me :( [11:47] Solarra: you should use a different client. utorrent is not supported in here [11:47] Solarra: ubuntu brings alot of torrent programs with the official repos [11:48] !find torrent [11:48] Found: apt-transport-debtorrent, bittorrent, bittorrent-gui, buildtorrent, ctorrent, debtorrent, deluge-torrent, ktorrent, ktorrent-data, ktorrent-dbg (and 24 others) http://packages.ubuntu.com/search?keywords=torrent&searchon=names&suite=raring§ion=all [11:48] There is a custom distro here, only to boot from USB, would like to do for DVD boot? [11:49] slipttees: what ubuntu issue is this? [11:50] custom distro ubuntu 12.04 based [11:50] my company! [11:50] slipttees: then ask the custom distros support [11:50] k1l, okay :( [11:50] http://pastebin.com/uYRZSQJL this is the .htaccess file in var/www/ but not giving any errors .it means its not readable ......help me :( [11:51] dd if=/dev/sda1 bs=65536 conv=noerror,sync |bzip2 -c > /path/to/mounted/backup/location/partition_one.img [11:51] Is there a way I can tell what keeps crashing my ubuntu? [11:51] k1l, I just wanted to know why only an ISO to boot from USB and not DVD. [11:51] The latest Windows has a crash log that lets you easily look at what caused all the crashes. Is there something on ubuntun like this? [11:51] dd if=/dev/sda2 bs=65536 conv=noerror,sync |bzip2 -c > /path/to/mounted/backup/location/partition_two.img [11:52] Ben64 I've got the user 'minecraft' being able to run the program now but the program has a feature that allows each individual server to run as a different user for security. All it says is permission denied when trying to start servers, any idea? [11:52] dd if=/dev/sda3 bs=65536 conv=noerror,sync |bzip2 -c > /path/to/mounted/backup/location/partition_three.img [11:52] Does the user have to be allowed to create other users? [11:52] chris_____: take a alook into the .xsession-errors in the users home and the dmesg and syslog in /var/log [11:52] still having issues with this gigabyte board have decided to just go buy a new nic [11:53] any suggestions [11:53] brand model? [11:53] what is a good ubuntu torrent program? [11:53] i dont think my distro came with any [11:54] http://pastebin.com/uYRZSQJL this is the .htaccess file in var/www/ but not giving any errors .it means its not readable ......help me :( [11:54] Transmission Bittoreent [11:55] hmm, why does deluser say that ~warning, there are no more users in group x, when there definitely are more users in the said group :? [11:55] appbinder_: try #php [11:55] Kartagis: Any idea about these permission errors? http://pastebin.com/1ntbgqQ5 [11:56] !hcl | djQuery [11:56] djQuery: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [11:56] cuddylier: you have sudoed the installation originally [11:56] djQuery: look on Amazon, frewquently Linux users post reviews of how well it works [11:57] ztane: What do you mean? When was originally? [11:57] k1l: Strangely I have this at the bottom of .xsession-logs : 'Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory' But I don't even have a nvidia card! [11:57] cuddylier: when you installed [11:57] 05.21 13:57:17 DEBUG server 79: Failed to create server directory for 79: [Errno 13] Permission denied [11:57] :O [11:57] cuddylier: /root/ refers to some of the files being in the root users homefolder, you have done something really strange when installing the sw [11:58] ActionParsnip: just kinda bumbed thought gigabyte would be a good brand, turns out that only 2 of the usb ports work and the #$%#$ nic [11:58] Ah [11:58] that reminds me we need a new printer - has to be laser, has to have a *flat* paper path so we can print on cardboard, has to work wit linux ... choosing printers is a minefield [11:58] ztane I used to run the program as root [11:58] But it's not one of those programs you actually installed, I had all the files in the /home/minecraft folder [11:58] install* [11:58] djQuery, i've not had many problems wirh gigabyte hardware, which mobo was this? [11:58] ok [11:59] this program better than utorrent anyways [11:59] thanks again!! :-) [11:59] you guys are all awesome [11:59] cuddylier: cant comment on this program, but obviously it downloads some extra python pkgs when it is run, and in this case they are linked to root home folder :P [11:59] mdfe: https://friendly.ubuntu.com/12.04/Gigabyte%20Technology%20Co.,%20Ltd./GA-990FXA-UD3/A:BFQp:BGO:BHe:D7Y:BWA/ [11:59] ztane Ah yes, it does... I see. During the installation I told it to run as root you see :S [11:59] cuddylier: so don't do that [11:59] ztane So basiically I'm stuck/.. hnn [12:00] ztane I have a lot of files though so I can't really just reinstall it [12:00] djQuery, oh linux compatibility. Ah OK, Sorry i see why problems are occuring. [12:00] djQuery, iv'e had linux issues on a lot of boards [12:01] djQuery, surpitrisingly i find the low end and high end ones caus a lot of problems - midrange seem to be OK. high end ones are too cuttng edge and low end barely work even with windows [12:01] mdfe: I think I found the driver BUT it tries to do a "make" and it is missing some source folder [12:02] ztane Would it be a good idea to give the user access to that directory? [12:02] mdfe: thought a $139 board was midrange lol [12:02] djQuery, well we're speaking in generalisations ... there's no specific rule, or not specific guarantee that any brand is ok [12:03] mdfe: hence the lol === ares_ is now known as Guest25942 [12:03] both cron is running and my script is wall <<< 'Remember to brush your teeth!' [12:03] ....... wht this script dont run? [12:03] Gigabye in general however are stable under windows and highly compatible ... this one obvously being a weird one, but i dont know how good their linux support is [12:04] my gaming rigs never work properly under linux [12:04] SERVLIST [12:06] mdfe: ActionParsnip: dang my card is listed there [12:07] wall <<< 'Remember to brush your teeth!' [12:07] ....... why this script dont run? [12:07] hi [12:07] how are you world [12:07] fine :) [12:07] https://wiki.ubuntu.com/HardwareSupportComponentsWiredNetworkCardsRealtek [12:08] if everything would work like I would like it to work :P [12:08] Does someone have some experience with pptp vpn connections? [12:08] no [12:08] nope [12:08] madc|SPYnX: you probably need to escape the ! [12:08] too bad [12:08] djQuery, 8139? 8139 definitely work, i can confirm that [12:09] dont use it, its insecure [12:09] ok [12:09] mdfe: RTL8111/8168B [12:09] madc|SPYnX: first show the exact cron entry [12:09] otak, it doesnt run on my crontab -e i put it on */1 * * * * * wall [12:10] how can i see the grub menu in ubuntu 12.04? [12:10] exit [12:10] djQuery, i dont know that one ... sorry [12:10] ginpb: press left shift while boot [12:10] madc|SPYnX: do you get an error in mail? [12:10] */1 * * * * wall <<< 'Remember to brush your teeth!' [12:10] oh well Frys opens in an hour or 2 [12:11] k1l doesn't work [12:11] hello, I have simple question: If I install newst ubunto from my USB will it delete files in all my partitions or just C:, where my windows used to be? [12:12] newbiee: it can dual boot [12:12] newbiee, that's configurable ... you are given the choice [12:12] madc|SPYnX: try the fullpath [12:12] http://pastebin.com/uYRZSQJL this is the .htaccess file in var/www/ but not giving any errors .it means its not readable ......help me :( [12:12] appbinder_: what kinda web server u running [12:12] k1l, fullpath of what [12:13] Server version: Apache/2.2.22 (Ubuntu) [12:13] Server built: Mar 8 2013 15:53:09 [12:13] appbinder_: then go ask in apache [12:13] djQuery ,nobody is there :( [12:13] appbinder_: lol sorry man [12:14] cuddylier: no, sorru [12:15] I'll try installing the program correctly next time so we'll see :) [12:15] you might try the php chanels or generic linux admin [12:15] Hello , can someone say if Dante is the recommended socks server for ubuntu server? if not , what is ? [12:16] djQuery, I dont want to dual boot i have some issues with windows and need to remove all its files - lets say I cannot do so by regular means. Will ubuntoo completly remove all files JUST from C: partition if I choose this disk as place to install ubuntoo? [12:16] mdfe, where I am given choice? To replace windows wit?h ubuntoo? is it enough [12:16] newbiee, just boot from the livecd and use the partition manager to nuke the drive [12:16] newbiee: how many partitions on that drive [12:17] djQuery: C, D and E [12:17] newbiee, the ubuntu livecd can actually run the full OS form the usb, so you have acess to the disk management tools [12:17] I am running ubuntoo from USB drive [12:17] newbiee, look in the disk admin tool ... does that do what you want? [12:17] newbiee: there will be a very obvious spot where you can nuke the whole drive === sybariten is now known as sybariten_v [12:18] not really, I have some major issues with my PC and an error pops u [12:18] newbee , if you only need to clear all data from your C partition , try UBCD there are tools on there to do just that. [12:18] if it's a newer ubuntu with the launcher on the left, click the top left icon, type 'disk' into the search === Solarra is now known as Solarra_ [12:18] newbiee: like mdfe said from a live usb stick or a live cd you can access disk management tools [12:19] I read that if you have an SSD you should overprovision it, to prolong life. (This means, only use 90% of the drive.) Does Ubuntu automatically overprovision? Is overprovisioning a good idea? [12:19] newbiee, if that doesnt give you enough control, you can install `gparted` into the live usb [12:20] shoulda gone to sleep some time today [12:20] sleep good [12:20] to old for this sh! [12:20] LibrePenguin, I don't do that: why would i do that? [12:21] LibrePenguin, no , but using a SSD over 90% will slow down transfer, that is true.. this happens for any OS. [12:21] mdfe - to make your SSD last longer [12:21] Can someone say if Dante is the recommended socks server for ubuntu server? if not , what is ? .. Or Is there a different channel I might ask on .. [12:21] how would it extend the life? [12:21] djQuery: You are never too old for command-line shells. :) [12:21] OerlHeks - if you only "fill up" 90% of the drive, is that the same as overprovisioning? [12:21] so yu're using only 80% of it, and when those parts fail, take spac from the unused 20%? [12:22] I'm too old for a GUI lol [12:22] mdfe, I am not that familar with linux to use gpart, thanks for tips though [12:22] SonikkuAmerica: I haven't used windows in 5 years but I grew up on windows [12:22] newbiee, gparted is graphical ... [12:22] gpart is awesome and powerful [12:22] I grew up with CP/M on a cpc6128 [12:22] heck for 10 years I did support for a web app that only works on (shudders) IE [12:22] LibrePenguin, you might want to reduce swapiness to prevent wear & tear [12:22]  /msg nickserv help register [12:23] djQuery, IE6 won't die in the enterprise ... too many of those web apps still in existance ;-) [12:23] yes, reedsuce swappiness is a good idea [12:23] hrl [12:23] mdfe: that one is now dead [12:24] IE6 is dead inside enterprise? I don't believe it [12:24] what did they replace it with? [12:24] lmagic [12:24] mdfe: A newer version of IE I hope... [12:24] whoops, wrong channel [12:24] mdfe: can I run gpart without linux, just via USB? [12:24] mdfe: no that web application [12:24] oh :) [12:24] mdfe Support Magic [12:25] SonikkuAmerica, the newer IE are not backward compatible ... a lot of places i have seen are using 2 browsers, IE6 for the intranet and IE9 or chrome on itnernet [12:25] newbiee, there is a gparted iso, so yes [12:25] mdfe: have you seen this ? go through the wizard http://saveie6.com/download1.php [12:26] newbiee, why does the default 'disks' application in ubuntu not do what you want? [12:26] mdfe: That's somewhat wise if one runs Windows... [12:27] I am using ubuntu 12.04 in my laptop, is it recommended to upgrade it to 13.04 ? [12:27] hello [12:27] SonikkuAmerica, the prpblem is, IE6 was once the standard, so a lot of enterprises made a lot of custom apps to run their organisations, and now they're stuck with IE6 as they can't throw it all out without starting from scratch [12:27] is "PERC H200" raid controler Ubuntu 10.04 compatible ? [12:27] Gibu: do you have any reason to? [12:27] stay with LTS [12:27] Gibu: the answer is "probably not" [12:27] mdfe: think some ford plants are still running a windows nt as a destop, when MS dropped support they just decided to make an image of each machine and reapply the image once a week [12:27] mdfe, I dont seem to have this "disks" application in my copy [12:27] OerHeks, thanks [12:27] Gibu: If you're not in need of an extremely stable environment (which 12.04 provides), I would recommend it, but yeah, what Myrtti said [12:27] thank you Myrtti [12:28] newbiee, if it works on the internet, you can download it from the ubuntu siftware center [12:28] okay, ty SonikkuAmerica [12:28] mdfe, the problem is I cannot somehow connect to my wireless net on this USB copy [12:29] i [12:29] newbiee, i are you sure your ubuntu live image doesnt have the disk admin tools? It *must* do as it uses them to install itself [12:30] s [12:30] A_I_: Its not something I've used, but this thread may help http://ubuntuforums.org/showthread.php?t=1526106 Presumably you're using 10.04 Server === soroush_ is now known as soroush-r [12:31] thanks DJones [12:32] MArcia??? [12:33] What do I need to do to get the radeon driver to work? I have an empty xorg.conf file and lsmod shows that the radeon driver has been loaded. What more does it want? [12:35] jdoles depends on your card, what ATI do you have? open terminal: lspci | grep -i VGA [12:35] OerHeks: JUPITER [12:35] OerHeks: 5570/5770 compatible. [12:36] OerHeks: ? [12:37] !radeon [12:37] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [12:37] !radeonhd [12:38] OerHeks: JUNIPER* [12:42] OerHeks: what's the point of asking a question if you are not interested in the answer? [12:42] Hi. I have a folder with many files of which many start with the character "_". On windows, sorting by name these would be listed first. But these seem kinda random in my huge folder here.. any way I can config the file browser to sort by _ first, or any other suggestions? I need to pick out all files starting with underscore ("_") and its a sooo many files.. [12:42] jdoles: Patience, they may have had to step away from their computer for a while [12:42] vi956925: find - -name '_*' [12:42] vi956925: find . -name '_*' [12:42] thanks! [12:43] vi956925: also, learn the find command yourself. [12:43] vi956925: it's vital. [12:43] k, yeah will do [12:43] Hey everyone, I have a .txz (tar compressed with xz) archive, but when I try to extract it, I get an IO error. How can I extract as much as possible? [12:44] salut tous [12:44] j'ai un big souci [12:45] !fr | DJT [12:45] DJT: 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. [12:45] quelqu'un arrive-t-il a installer sdl pour developper et tester? [12:45] DJT: Parles-vous anglais? [12:45] *parlez-vous anglais [12:46] status mysql shows "mysql start/running, process 1158" thus it's controlled by upstart, and then I echo 'manual' | sudo tee /etc/init/mysql.override , but mysql is still started automatically when i reboot.. what else I can do? === charles is now known as Guest89571 [12:47] yes sorry [12:47] DJT: your sorry [12:47] have you ever installed the sdl library? [12:48] could you also please give an example how to move the files matching the search ("find . -name '_*'")? like moving any/all matches into the 'newFiles' directory in the same folder as was searched. if smoething like that is possible.. [12:49] vi956925: just [12:50] DJT: yes sdl is [12:51] buon giorno [12:51] posso chiedere un aiuto???? [12:51] !it | simone_ [12:51] simone_: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [12:56] Hi. I'm having a little trouble with airprint and ios6. I'm hoping that someone else here is printing from ios6 via a cups server. The problem is that duplex printing does not actually work. everything seems fine - but the paper does not come out the printer double sided. So does duplex printing from ios6 actually work for anyone? [12:57] Can someone here help me figure out why UFW is not starting up by default after a reboot. I've done UFW enable and it says that it is started and will start automatically after reboot, but it doesn't work. [12:57] I'm continuing to suffer from GUI hangs. I just inspected xorg.log and found this after the most recent hang but I'm not sure if it suggests a course of action, http://paste.ubuntu.com/5686855/ === jtrucks is now known as IamLegion === IamLegion is now known as jtrucks [12:57] delliott: what is the output of: lsb_release -sc [12:57] ActionParsnip: raring. [12:59] delliott, you are using the intel driver from their webpage right? [12:59] ezra-s: I have not done anything special to obtain a video driver. [13:00] this might not be an intel specific problem https://devtalk.nvidia.com/default/topic/535519/x-hangs-using-100-cpu-wait-and-mieq-overflowing-errors-in-logs/ [13:01] My problem could be because i had webmin installed at one point [13:01] delliott, try and find this in your Xorg.0.log SNA compiled: xserver-xorg-video-intel 2:2.21.6-0ubuntu4 [13:02] delliott: and which desktop session do you use? [13:02] ezra-s: [ 1778.708] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.21.6-0ubuntu4 (Bryce Harrington ) [13:03] ActionParsnip: I believe it's gnome-session. [13:03] delliott, alright, now do lsmod | grep -i i915 paste it somewhere, just to make sure everything is in order [13:04] ezra-s: http://paste.ubuntu.com/5686876/ [13:04] delliott: have you tried another session, like xfce? [13:04] ActionParsnip: nope. [13:04] delliott: if you install xfce4 package, it will give a minimal xfce session [13:05] true dat [13:05] delliott, we have different sizes, are you running 32bit? [13:05] hi guys, I'm trying to install a piece of software "by hand". when I run ./configure the installer finds java (/usr/lib/jvm/java-7-openjdk-amd64) but it doesn't find the jar-excecutable! when searching for this file, i too can't find it. is this file not part of the jdk anymore? [13:05] kraemer: xoxo [13:06] ezra-s: Linux host 3.8.0-21-generic #32-Ubuntu SMP Tue May 14 22:17:37 UTC 2013 i686 i686 i686 GNU/Linux [13:06] kraemer, open a terminal and do a: whereis java [13:06] kraemer: is your JAVA_HOME set? [13:07] delliott, you have everything in order, which version of the intel graphics card do you have? [13:07] kovihoor: I set it to the path given in my first message [13:07] delliott, lspci | grep -i vga [13:07] ezra-s: 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) [13:08] kraemer: what do you get if you do java -version ? [13:08] delliott, is it a fresh install? [13:08] ezra-s: upgrade from 12.04, where I also suffered from these problems. [13:08] ezra-s: I naively hoped that upgrading my fix my problems. [13:08] java version "1.7.0_15" OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10.1) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) [13:09] Is there a way to repair a damaged txz archive? It contains a back-up of my disk that failed. [13:09] kraemer: can you paste somewhere the output of the ./configure command, where you get the error? [13:10] delliott, probably there could be a bug in the drivers for that intel graphics in ubuntu, you could really try the intel ones then: https://01.org/linuxgraphics/downloads [13:11] delliott, the installation is pretty straight forward [13:11] Can anyone replicate "mv -i" not really being interactive on raring? [13:11] kohvihoor: http://pastebin.com/7CTk7E6T [13:11] ezra-s: okay, I'll try the v1.0.1. 32-bit drivers from there. [13:11] ezra-s: thanks for the suggestion! [13:11] delliott, good luck! [13:12] delliott, when I have a strange problem like yours I usually check launchpad.net for bugs reported about it, chances are you are not the only one sufferint it, and ubuntu 13.04 has a few new ones... [13:12] oh wait "mv -i" only prompts if file being moved to exists... any way to make a mv interactive no matter what? [13:13] somnambulant, make an alias to mv to a bash script in which you always ask before moving... [13:14] somnambulant: I'm curious why you want that [13:15] jrib: customized clonezilla script where I want the user to see that a file has been successfully renamed/moved.. instead of just no output [13:15] somnambulant: is --verbose enough? [13:15] jrib: there's probably a better way I'm just not much of a scripter [13:15] topic [13:16] bikedude880: it's still raring.. relax - we are talking about raring [13:16] Missed a forward slash :P [13:16] bikedude880: sorry [13:16] somnambulant, a simple bash script with an echo and and if afterwards is not very difficult, just takes little reading if you haven't done it before [13:17] and it will be fun to try [13:18] jrib: actually --verbose will work nicely thanks === Zuzak is now known as zuzak [13:19] kohvihoor: any idea? === Modeuse|2 is now known as Modeuse [13:22] kraemer, the java is in there just through a symbolic link, do you have any option to enable or follow symbolic links in the configuration you are trying or something that could prevent them? [13:23] lrwxrwxrwx 1 root root 15 abr 22 15:26 /usr/lib/jvm/java-7-openjdk-amd64/bin/java -> ../jre/bin/java [13:24] kraemer, you could also download full jdk from internet and check with the path you specify, sometimes the problem is the software you are trying to configure does not recognize the java version you have and you need an older version [13:27] i have a 32gb usb flash drive that i purchased to install ubuntu on to. i have an 8gb flash drive that i burned the ISO on to. i installed ubuntu to the 32gb drive, but the 32gb drive is not seen by EUFI/bios, only the 8gb. is 32gb too large for EUFI to see? [13:28] ezra-s: installing the jdk by hand did the job. thanks a lot!! [13:28] m1chael, that info should be in the specs of your motherboard I guess [13:29] kraemer, I'm glad it worked out for you, did you install a whole 1.7 jdk or a previous version? [13:30] hy [13:30] question [13:30] m1chael: tried it in a different USB port? [13:31] m1chael: or unplugging it then plugging it in once the live desktop loads? [13:31] why did ubuntu made a official gnome3 spin, while ubuntu is moving to mir, and gnome is moving to wayland? [13:32] Hello, I seem to be having daily system crash problems relating to e-calendar. Would deleting Evolution and reinstalling possibly fix this if it's a corrupted file? [13:32] AlexM_, likely because gnome2 is dead, EOL [13:32] lorddune: could be a bad config too, which removing and readding will not fix [13:32] ezra-s: I used the jdk-7u21-linux-x64.rpm from the orcale website [13:33] kraemer, nice to know, thank you [13:33] kraemer: why? There is a webupd8 ppa which will give a packaged installer for it, it will also upgrade when the ppa updates [13:33] ActionParsnip: this is the error msg I am getting daily > [74228.748441] e-calendar-fact[6502]: segfault at 61 ip 00007f6fc71e4111 sp 00007fff8353ba28 error 4 in libc-2.15.so[7f6fc715b000+1b5000] [13:33] i know gnome2 is dead, but why suddenly support gnome3 while moving to a incompatible display server thingy (mir) [13:34] unity will run on mir right? [13:34] but gnome3 will support wayland, right? [13:35] AlexM_, MIR is not an option yet. don't worry [13:35] so is ubuntu going to make Gnome3 mir compatible, or are mir and wayland going to be compatible? [13:36] OerHeks, i want to know because i do not like switching distro's, but really want my gnome3 [13:36] AlexM_, i have no idea what is going to happen, i guess gnome3 will stay. [13:36] hi all [13:37] ActionParsnip: do you think removing / reinstalling Evolution is a good first step to try? [13:37] and if ubuntu is going to drop gnome, or the experience is going to be awe-full i want to know soon, rather than later [13:37] lorddune: can't hurt [13:37] ezra-s: Looks like I can't install the intel graphics driver because of a problem with the installer itself. Ho-hum. [13:37] ActionParsnip: did you see the error message I am getting above? [13:38] surabaya [13:38] AlexM_, in 6 months there will be a preview of mir, but officially ubuntu is not switching to mir until after a year, and the deadline could be changed, also ubuntu gnome could go a different path... in any cause you probably won't be affected until next year... so why worry now? [13:38] delliott, which problem? [13:39] ezra-s: identical to this one https://01.org/linuxgraphics/node/98 [13:40] delliott, maybe the repos are down.. :( [13:40] ezra-s: seems like that is the problem. Maybe later. [13:43] delliott, have you tried running a wm which does not require compositing and such? [13:43] ezra-s: nope [13:43] delliott, probably is the right time to try until the problem is solved [13:44] since unity2d is gone unity is very demanding in that regard [13:44] ezra-s: ActionParsnip recommended something like xfce4 [13:44] hello. [13:44] delliott, xfce4 is very fast and well done, I like it [13:44] delliott, I believe Linus Torvalds himself has ditched unity and gnome-shell in favour of xfce4 [13:45] well i have been a ubuntu user till they dropped gnome, then went to fedora, then ubuntu made the gnome spin official, so i went back to my favorite, but i really do not like switching that much... so if it will cause problems i want to know cause then i will look for a replacement, since i do my work exclusively on it, i need to have it running stable, [13:45] simple to use, gets the job done, less stuff running in the background, not too fancy stuff [13:45] this is my first time on irc. Take advantage of me. [13:46] AlexM_, If you want stable I'd go to Debian really or remain in LTS [13:46] how can i copy files into the guest account every time it bootsup? [13:47] i tried adding guest-session-script on lightdm config file, but apparantly doesn't work [13:47] or my script is wrong [13:47] ezra-s: i'll try that in the meantime. [13:47] I've installed gcc-4.4 via apt-get and now I want my ./configure script to use this compiler (not the 4.7 which is installed by default) because the software needs to be compiled with <= gcc 4.4. how can I force it to use gcc-4.4? i tried alias gcc=gcc-4.4 but the configure script throws an error and says that my version (4.7) is not supported [13:51] marcepan [13:51] kraemer, Can't you tell the configure where to look for gcc ? [13:52] ezra-s: i'm not sure, I fixed it with export CC=gcc-4.4 now :-) [13:53] kraemer, well done! [14:03] hey everyone [14:09] hey ;) [14:10] :) Anyone here have experience setting up kvm ubuntu guest as a web server with a public (wan) ip? [14:10] kraemer: is gcc4.4 a binary, or a symlink? [14:10] Q: I want to increase the disk space in my ubuntu server (running as VM in Virtualbox); I found some tutorials on how to do it but they require the GUI afterwards, for gPart. I wonder if I can do it through the command line ? Thank you [14:10] I'm ready to go insane trying to figure this out..... === BadLarry_ is now known as BadLarry [14:11] sleewok, I do something very much like that. Are you using a bridge? [14:12] shwaiil: as long as the partition is not mounted, you can resze it [14:12] yeah, I have a bridge setup. I actually have 2 interfaces on the host. 1 interface is connected to a router (and local network), the other interface is getting a static IP from comcast. I'm trying to setup the guest to work with the static ip from comcast. [14:12] shwaiil: gparted is just a gui for parted (which is cli based) [14:12] ActionParsnip: thanks for looking! If this is running as a VM, how can I do it ? without mounting :T [14:12] hi i have a problem with cinnamon when it loads after lightdm; i can not click on the panel; nothing happens; nautilus / desktop works [14:13] shwaiil: could boot the liveCD in the VM and manipulate. I believe the server has more than one TTY so you can hit CTRL+ALT+F3 and use that TTY and resize [14:13] troulouliou_dev: cinnaamon isnt supported here [14:14] ActionParsnip, why ? [14:14] ActionParsnip, it is in the official repo ; so should be officialy supported by ubuntu no ? [14:14] troulouliou_dev: its not from the official ubuntu repos [14:14] !find cinnamon [14:14] Found: cinnamon, cinnamon-common, cinnamon-dbg [14:14] ActionParsnip, ?? it is [14:15] troulouliou_dev: oh, they put it in. Is that new? [14:15] ActionParsnip, 13.04 [14:15] !info cinnamon [14:15] 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 [14:15] Someone mentioned building packages "the ubuntu way" when I asked about setting up the tool-chain for building GRUB 0.97. Can anyone elighten me? [14:15] troulouliou_dev: wasn't aware, entirely my bad [14:15] ActionParsnip, do you have an idead for my issue ? pretty boring it load corretly but i can click on the panel === hf is now known as Guest26200 [14:17] hi * [14:17] compdoc: maybe I have my bridge setup incorrectly. The only setup I did was add it to the etc/network/interfaces [14:18] when I do a "brctl show" there are no vnet showing under the bridge. [14:18] are there any PPA's that build versions of PHP? [14:18] if I wish to release an application for ubuntu, which is recommended here. a deb package or a tar archive ? [14:18] sleewok, can you pastebin.org your etc/network/interfaces, and the outout of ifconfig? [14:18] we're looking to get the latest version, but don't see anywhere that it's built as a package [14:19] since I'm using cpp,qtl I wish to port my windows software to ubuntu [14:19] is there a preference statistic ? [14:19] convention [14:19] ... [14:19] troulouliou_dev, i am reading this tread http://ubuntuforums.org/showthread.php?t=2116217 do you have caribou installed ? [14:20] OerHeks, no [14:20] neither nemo [14:20] troulouliou_dev, did cinnamon work before? [14:21] OerHeks, yes until recent upgrade; but only the kernel was upgraded [14:21] OerHeks, it worked great for +- 2 weeks [14:21] OerHeks, then i m facing that behavior [14:21] troulouliou_dev: if you unload and reload the panel, is it ok? [14:22] compdoc, http://pastebin.com/Gm3JXYmZ [14:22] ActionParsnip, if i do in tty1 /etc/init.d/lightdm restart severral times i managed to get a working panel randomly [14:22] ActionParsnip, actually in gnome-panel as i did not manage after 5 try ... [14:23] sleewok, yeah, thats not right. just a sec [14:23] I have an old computer that has a external usb hard drive attached too it, could i run media tomb on it? [14:24] sleewok, you have two network cards? [14:25] l9: sure, why not :) [14:25] yes, one is connected to the local network (with internet access). That is currently bridged to 2 clients. The second card is connected to comcast with a static IP. I can access the server host from the comcast IP. This is the card that I want to bridge with my web server guest (to give it a public wan IP) [14:26] ActionParsnip: i was thinking of the load it would have on the server :/ [14:26] l9: what spec are we talking? [14:27] sleewok, dont you have a router or modem? Might not be the best idea to connect your server directly to the web [14:27] anything I try to install borks with "svn: 'http://wpscan.googlecode.com/svn/trunk' path not found" ?? [14:27] ActionParsnip: bad :( its a old mini laptop maybe 1ghz cpu poor ram and a usb1 connected hard drive [14:27] ActionParsnip: but it handles a smb share fine [14:29] compdoc, yes I do. so you think I should just setup port forwarding to the guest? [14:29] and skip the second interface? === goddard is now known as Guest75220 [14:30] Hey [14:31] Sub-process /usr/bin/dpkg returned an error code (1) how do i fix this problem when i try to download package [14:31] sleewok, what I do is use eth0 for the server's use, like how I connect and admin the server, and use the 2nd nic (and sometimes 3rd or 4th) nics for the guests. If you want, I can re-write your etc/network/interfaces to make that work [14:31] So I want to use ubuntu as a remote file server - basically I have a 1TB HD on the desktop runnning Ubuntu and I want to be able to access the files on it from my laptop wherever I am for things like music streaming - what would be a good way to do this. [14:32] compdoc, that would be greatly appreciated. I think that is how I would like to run it. Where are the connections coming from for the 2 nics? [14:33] sleewok, connect both nics to the switch, and port forward your services to the guest's ip address [14:33] k, makes sense [14:34] just a sec [14:37] cxipher: hmm can the machines see or ping each other [14:38] Hello. [14:38] hey there [14:38] I've used the Intel Graphics Driver for Linux installer to upgrade the graphics drivers on Ubuntu 13.04. How can I check if I am not using the updated driver? === fastway is now known as vitor [14:38] I installed libreoffice on ubuntu 12.10. libreoffice version is 4.0.2.2. [14:38] Libreoffice does not show encoding selection dialog. It showed on libreoffice 3.x.. [14:39] How do i select file encoding when open the file? [14:40] cxipher: "Remote"? Are they connected to the same LAN? Other macines just Linux or MS Windows or__________? [14:40] delliott: i think there is /var/log/Xorg.0.log and when you scan for ntel it would indicate the version [14:40] sleewok, http://pastebin.com/udbve6FW [14:40] delliott: use / while browsing log to scan [14:40] delliott: grep Driver /var/log/Xorg.0.log [14:41] compdoc, thank you very much. I'll give it a go. Hopefully this will be the end of my 5 hour journey :) [14:41] hi all [14:41] Hello.Has anyone here used "xdotool" ? [14:41] !anyone | Vegetablesalad [14:41] Vegetablesalad: 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. [14:41] usr13: [ 18.732] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, [14:41] sleewok, have your guests use br1, and dhcp if possible [14:42] is there an easy way to use an hdmi tv from my desktop, either a card or box? [14:42] delliott: There you go. [14:42] delliott: thats the problem wtih grep === vitor is now known as 6JTAANTM0 === BadLarry is now known as BadLarry_ [14:42] delliott: i810 [14:42] Q: I've been trying to figure out how to boot my VM (in virtualbox), with liveCd; but I only have a ISO and virtualbox is not showing up my virtualCd; The only way to do this I guess is to burn a cd; I need to resize my VM, so I understand that I need to unmount first, is there a way to do it without the livecd ? tks [14:42] usr13: he wanted to see which version [14:42] usr13: I don't understand if that output means I have successfully installed the driver from Intel or if I'm using the version that comes bundled with Ubuntu. [14:43] see? [14:43] there are times for grep [14:43] not this time [14:43] compdoc, any particular reason for DHCP? [14:44] delliott: browse the log, and use / to jump to the relevant text [14:44] sleewok, oh, since the guest will be a server, I guess you would want a static ip. never mind [14:44] :) [14:44] DHCP just makes things easy [14:44] yeah [14:44] I would like to know how can match entire desktop in "xdotool". Examples I find use only specific windows, but I need to record mouse-click everywhere. [14:45] betrayd: [ 18.733] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.21.6-0ubuntu4 (Bryce Harrington ) [14:45] you're getting warmer [14:45] maybe scan/browse some more [14:46] but the version numbers ought to tell you [14:46] here i go (crossing fingers) [14:48] how to cleanup dpkg temp files === BradCrittenden is now known as bac === stefano is now known as Guest23971 === christian is now known as Guest75654 [14:57] scott is gay [14:57] http://galeonedeipirati.dominiofree.it/1/index.php?pass=1v4x0i7j5f [14:59] coyote: please don't do that [15:00] http://www.facebook.com/l.php?u=http%3A%2F%2Fgaleonedeipirati.dominiofree.it%2F1%2Findex.php%3Fpass%3D1v4x0i7j5f&h=pAQFrbObA [15:01] coyote: didn't I just tell you to not do that? [15:01] http://galeonedeipirati.dominiofree.it/1/index.php?pass=1v4x0i7j5f [15:09] Not able to connect to internet , Ubuntu 13.04 64bit ASROCK mother board N68-VS3 FX [15:10] Yoshie: how are you connecting? wired or wireless? [15:11] ActionParsnip: Wired [15:11] Yoshie: what Ethernet chip are you using? [15:11] ActionParsnip: Using Time Warner Cable with a roughter [15:12] comment installer des application linux sur ubuntu [15:12] !fr | rodney_ [15:12] rodney_: 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. [15:12] Yoshie: what EThernet controller chip are you using? [15:12] good day I'm having a problem with my wireless everytime my screen lock i lose the connection and i have to reboot to fix this issure im running 13.04 [15:13] LinuxNewbish: have you tried unloading and reloading the wifi module? [15:13] quit [15:14] Is anyone able to watch DVB streams with totem or gstreamer? for me it always complaints about missing dvb protocol source plugin although it seems to be present in streamer0.10-plugins-bad https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/277877 [15:14] Launchpad bug 277877 in gst-plugins-bad0.10 (Ubuntu) "Gstreamer DVB uri handler is broken" [Undecided,Confirmed] [15:14] ActionParsnip: honestly no, how to do so ? [15:14] didierPunkY1977: Try /quit [15:14] ActionParsnip: You know what im honestly not sure, however this is my exact motherboard http://www.asrock.com/mb/NVIDIA/N68-VS3%20FX/ [15:15] LinuxNewbish: run: sudo lshw -C network look for the driver= bit, that is the module. When the issue reoccurrs, unload that module and reload it [15:15] Yoshie: those sites don't give enough detail at all [15:16] ok will try this now , thanks ActionParsnip [15:16] Yoshie: if you run: sudo lshw -C network what chip do you see, seems to be a realtek [15:16] ActionParsnip: Ok well im using a dual boot right now so do you have any suggestions on what i can do when i reboot into ubuntu? [15:16] ActionParsnip: Ok give me a few minutes i can check that out for you. [15:17] Can someone running Ubuntu 13.04 on a 32-bit system with an Intel integrated graphics chipset with the bundled graphics driver please tell me the output of `lsmod | grep i915`? [15:18] Yoshie: also in windows, ensure the power management is off in device manager as well as disable the device's ability to wake yup the system [15:18] Yoshie: it can lock the hardware and make it inaccessible to other OSes [15:18] ActionParsnip: one thing, in windows it states its a Nvidia NForce Network Controller. [15:19] hi [15:19] compdoc, I get an error with br1. It says that it requires the variable "address" [15:20] compdoc, nvm I think i found the problem [15:20] Yoshie: yeah that's not very useful to us, its probably a realtek, you can make the driver files sy the device is a custard pie if you like [15:20] I'm not able to mount certain partition from a .img using --> mount -o loop,offset=32256 dis.img /media/testing [15:21] the partition starts at 63 so, 512*63=32256. But the mount seems to freeze when I ran the previous command [15:21] any ideas? [15:22] I can't remember if I installed Skype from the repos or from direct download and dpkg -i. Is there an easy way to check? CLI only, not Software Centre [15:23] somsip: [ dpkg -L skype ] [15:23] sleewok, I made two mistakes in that pastebin. Change 'iface eth0 inet manual' to 'iface eth0 inet static' and delete the line 'bridge_maxage 0' [15:23] somsip: apt-cache policy skype [15:24] compdoc, I just caught that error, and I was able to get it working [15:24] ActionParsnip: so this would suggest from the repo I guess? 500 http://archive.canonical.com/ubuntu/ precise/partner amd64 Packages [15:25] cool [15:26] ActionParsnip: SonikkuAmericaX ah - no. Installed: (none) Package `skype' is not installed. So I must have dpkg -i it. Cheers [15:28] hello everyone [15:29] hello everyone === BadLarry_ is now known as BadLarry [15:30] hello, i have installed indicator-ubuntuone, but i cannot get it to start....anyone know what i did wrong? [15:31] can you help me where is the temporary/hiwstory files of google chrome ?? [15:32] esrhgth [15:32] hi [15:32] Hello everyone! I just checked syslog for some bluetooth mouse problems. It says "bluetoothd[625]: Can't find device agent". Now I've tried to search but no real finds. Anyone experienced this? [15:32] hacktus0: /tmp/ [15:32] Hi, Is there any software like workrave which is working in ubuntu 13.04? I tried workrave, but it is not working! [15:32] for google chrome , usr13 [15:33] ? [15:33] hacktus0: Far as I know, it's the same as the other browsers. [15:33] hacktus0: You'll find the history by typing chrome://history in your browser. === jack is now known as Guest40712 [15:35] no in nautilus ? like buffer. [15:35] good afternoon all...I just setup a postfix email server...I can receive mail but I cannot sent...I get the error [network is unreachable]...could someone assist me with this...ubuntu 12.10 amd64 [15:35] mojtaba: wghat does workrave do? [15:35] *send [15:36] ShaneO: can you ping the next hop for email? [15:36] I ask again where is the buffer/history/tmporary files of chrome ?? [15:36] ActionParsnip yes I can ping all the addresses in which postfix fails to mailto [15:36] How would I go about migrating an LXC container from one host to another? [15:36] !info workrave [15:37] workrave (source: workrave): Repetitive Strain Injury prevention tool. In component universe, is extra. Version 1.10-0ubuntu2 (raring), package size 511 kB, installed size 1455 kB [15:37] (What.) [15:37] alt2.gmail-smtp-in.l.google.com, alt1.gmail-smtp-in.l.google.com, and gmail-smtp-in.l.google.com [15:37] Q: liveCd 12.04 is not running in my VM (virtualbox); Says running in low graphic mode etc and then stays in a black screen; I just need it to resize my VM; I tried Gparted LiveCD, but it shows the sda5 server disk as locked even though I'm running in livecd mode; is there any other livecd I can use for gpart ? thanks [15:37] hacktus0: ~/.cache/google-chrome but dont expect too much out of it [15:37] as well as yahoo @ mta6.am0.yahoodns.net [15:38] mojtaba: http://www.doc2apps.com/review/Workrave/ lists a few, not sure if they install natively [15:38] ShaneO: can you telnet to port 25 on those hosts and use telnet to send an email? [15:39] ActionParsnip: workrave is just a simple reminder to tell you not over use the computer. :) [15:39] ActionParsnip no i cannot seem to telnet [15:41] postfix/smtp[26097]: 44B4A14A0078: to=, relay=none, delay=840, delays=687/0.02/153/0, dsn=4.4.1, status=deferred (connect to mta6.am0.yahoodns.net[98.136.217.203]:25: Connection timed out) [15:42] i'm also getting dovecot: imap(oenahs): Disconnected: Logged out in=85 out=705 [15:42] ActionParsnip: you there? [15:43] hacktus0: You should find cache files in ~/.cache/google-chrome/Default/Cache/ [15:43] thanks at usr13 and k1l [15:43] Yoshie: sup [15:44] I am trying to install java SDK 1.6 but I cannot run it this is the error i am receiving: http://paste.ubuntu.com/5687321/ [15:44] ActionParsnip: sudo lshw -C network. and the output was PCI ( sysfs ) [15:45] elisa87: there is a PPA if you want to install Oracle Java [15:45] Yoshie: let it run, you r PCI bus is slow [15:45] ActionParsnip: is the version 1.6? Where is the PPA? [15:46] ActionParsnip: well it did that for about 5 seconds and than went back to regular command line again... [15:46] elisa87: search for webupd8 java ppa [15:46] Yoshie: sudo lshw -C network with capital C, all the rest lowercase [15:46] !java | elisa87 [15:46] elisa87: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [15:46] ActionParsnip: still facing the same issue even after unload and reload the module for the wireless [15:46] ActionParsnip: yeah thats what I did [15:46] does any one know of a way I can ban my computer from trying to use my phones internet (3g) rather than the gig network connection I have [15:47] LinuxNewbish: does the system have a make and model? [15:47] squig: forever? [15:47] ActionParsnip, yeah, its my work desktop no need for it to ever work [15:47] model ActionParsnip [15:47] squig: uninstall the modem manager package [15:47] LinuxNewbish: yes the make and model of the system....? [15:48] ah wait ActionParsnip [15:49] ActionParsnip do you need any logs from me or can suggest the problem? [15:49] ActionParsnip, still works after sudo apt-get remove modemmanager [15:50] squig: you'll need to reboot [15:50] ActionParsnip, should I be looking at some network manager config file? [15:50] ActionParsnip, oh [15:50] how can I force unmount a mounted network share? [15:50] hi. anybody with good knowledge about software raid in linux? [15:50] ShaneO: maybe they use different ports. Yahoo like to do that [15:50] !raid | schnitzel- [15:50] schnitzel-: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [15:50] jony_easyrider: fstab [15:50] ActionParsnip. yea...well. i mean really good knowledge [15:51] Hi! Can anybody tell me how I have to set up static name translation in idmapd.conf to map a user A on the server to a user B on the client? [15:51] usr13, yes, these share are in fstab [15:51] jony_easyrider: Oh unmount it? [15:51] http://paste.ubuntu.com/5687348/ there you go ActionParsnip [15:51] schnitzel-: ask and see [15:51] jony_easyrider: -f [15:51] guys, I can't understand. If I do 'sudo ufw disable' - it will disable iptables? or what? I need to allow all (clean install) and disable some port [15:51] i want to mak a software raid0. is it bootable. is it possible. performance? [15:52] LinuxNewbish: ok, which interface are you having issue with [15:52] performance compared to hardware raid.* [15:52] jony_easyrider: why do you need to force, *(What error are you getting?)* [15:52] schnitzel-: hardware raid will probably perform better [15:52] ok. ty [15:52] helleo [15:53] schnitzel-: it'll cost more [15:53] wireless when it locked i lose the connection when i use the wireless and i did as you told me to unload and reload to driver ActionParsnip [15:54] ActionParsnip, i hve the problem that i have a raid0. but i dont know if its a software raid and how it woks. its some custom asus shit. (model is ux51vz). its said if you destroy the raid you cant rebuild it... [15:54] but i have my doubts. [15:54] ActionParsnip can i change the smtp port? if so how? [15:54] ActionParsnip, and thank you [15:55] Why doesn't anything I put in cron.d get executed? [15:55] ShaneO: set the port when you telnet [15:55] LinuxNewbish: What are you trying to do? [15:55] LinuxNewbish: http://btux1984.wordpress.com/2011/05/30/fixing-ath9k-on-resume/ [15:55] oh :) ok [15:56] mokau: what is the name of the file you put in cron.d [15:56] bean__: djangocon13-psql [15:56] LinuxNewbish: what is the output of: ls /sys/module/ath9k/drivers/ [15:56] ActionParsnip still nothing [15:56] mokau: hmm, that should be okay. [15:56] mokau: and you're sure its not being run? [15:56] these are my current ports for postfix https://dl.dropboxusercontent.com/u/36976460/ports.png [15:56] ShaneO: til you get the right socket, you need to keep testing [15:56] bean__: nothing is appearing in syslog === raster is now known as Guest71534 [15:57] bean__: I had /usr/sbin/cron[714]: (*system*djangocon13-psql) WRONG INODE INFO (/etc/cron.d/djangocon13-psql) [15:57] how come in can come in but not out though? [15:57] but then I changed it to 644 [15:57] and now no more output [15:57] LinuxNewbish: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/324213 #8 here [15:57] Launchpad bug 324213 in linux (Ubuntu) "[ath9k] AR928X fails to reconnect to WEP/WPA network after suspend/resume" [Undecided,Expired] [15:57] mokau: i take it hat is not a symlink, right [15:58] nope [15:58] oh hey [15:58] restarting cron daemon made it work [15:58] cool [15:58] OMG TWO HOURS GONE [15:58] * mokau huggles bean__ [15:58] thanks [15:58] lol [15:58] mokau: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === sybariten_v is now known as juliustemp === sailorCloe is now known as cloe === DarkAceZ is now known as DarkAce === DarkAce is now known as DarkAceZ [16:08] ActionParsnip: Come up with any ideas? === vincent__ is now known as Guest29110 [16:14] hi all [16:14] i need help [16:14] i can't include sdl.h in my project [16:15] fatal error: sdl.h not found [16:15] could you help me please [16:15] ? [16:15] !find sdl.h [16:16] File sdl.h found in diveintopython, diveintopython-zh, erlang-esdl-dev, erlang-esdl-doc, gstreamer0.10-plugins-bad-doc, hercules, libclanlib-dev, libcsound64-dev, libguichan-dev, libjibx1.2-java-doc (and 10 others) http://packages.ubuntu.com/search?searchon=contents&keywords=sdl.h&mode=&suite=raring&arch=any [16:16] i have it [16:16] and in my makefile there is the command to do that === erry_ is now known as erry [16:17] is it in the include path? [16:17] DJT: try: sudo updatedb; locate sdl.h [16:17] yes [16:17] can you show your include path [16:18] i type this : [16:18] sdl-config --cflags --libs [16:18] and it says [16:19] -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT [16:19] (first line) [16:20] any way to get weather on the top bar in 12.04 unity? [16:20] and: -L/usr/i386-linus-gnu -lSDL === root is now known as wi [16:20] hi. i'm having compiler problems. updated 12.04 [16:20] compiling on g++ with flags -std=c++0x or -std=c++11 includes sysmacros.h in error, and mucking up the global namespace with macros [16:21] TheLordOfTtime: apt-cache search indicator [16:21] hi [16:21] in these path, there are h files [16:21] hi wi [16:21] TheLordOfTime: theres a weather indicator in list [16:21] .list [16:21] help [16:21] Q: I'm trying to use liveCD to resize a partition that is not mounted; but it showing as locked; In Virtualbox(ubuntu VM, 12.04 server); I'm wondering what I can do ? I tried Gparted LiveCd, SliTaz, etc. Nothing! Tks [16:21] so why please are there no link done? [16:22] wi: with? [16:22] shwaiil: what file system is the partition using? [16:22] use ! not . wi [16:22] between my program and the sdl.h [16:23] shwaiil: What kind of computer is it? [16:23] ActionParsnip: lvm ?! I need to reboot again just closed the vm, just a sec. [16:23] what are you saying?i can`t understand [16:23] The Host is macosx [16:25] shwaiil: SO you have booted a Gparted LiveCD and are still unable to edit partitions? [16:25] usr13: yeah :T [16:25] in a vm [16:25] in a vm yes [16:26] shwaiil: If a partition is mounted, Gparted will not allow you to attempt to edit the partition(s). [16:26] shwaiil: You have to actually boot to the LiveCD. [16:26] usr13: I understand that, the problem is that, running from a liveCD I can right click and check the info and it says is not mounted [16:27] usr13: well, yeh that's what i've been trying really, tried gparted livecd, ubuntu livecd and now slitaz === jack is now known as Guest95597 [16:27] shwaiil: It tells you what filesystem it is, Right? What is it? Does it give you some kind of error, (reason)? [16:28] shwaiil: What filesystem type does Gaprted detect? [16:29] i'm trying to install sun-java6-jdk (*not* openjdk), but i'm running into trouble - none of the package repositories have it, not even archive.canonical.com [16:29] where i can i find that package? [16:29] !java | tophyr [16:29] tophyr: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [16:29] hello! [16:29] shwaiil: I do not understand, in your initial question you say, "In Virtualbox(ubuntu VM, 12.04 server)" What do you mean by that? [16:29] tophyr: webupd8 has a java ppa you can get oracle java with [16:30] usr13: I'm loading the livecd so I can check the filesystem but I think it was lvm ? or something [16:30] :list [16:30] gracias [16:30] shwaiil: Ok, tell us when you get it up again. [16:30] erbono use ! not : [16:30] tophyr: ce niente [16:30] my question relates actually to elgg and server permissions, but there are few people there and dont know when someone replies. can anyone here maybe help with a general server permission question? [16:31] uvala: ask away, someone will reply if possible [16:31] I just dont know which permission to assign to server to create and write to directories [16:31] 777 is not recommended, [16:31] uvala: Yes [16:31] usr13: doing a reboot for the host, the host is macosx > the program I use is virtualBox, the image is .VDI, the distro is ubuntu server 12.04 [16:31] I just dont know which permission to assign to server to create and write to directories, and 777 is not recommended [16:32] Is there a way to see the output of my HTML/CSS/Javascript code in real time using an offline code editor?? [16:32] show [16:32] ActionParsnip: sei italiano? [16:32] uvala: 755 for directories [16:32] uvala: 755 on the folder will allow new folders to be made by group and owner and allow everybody else to read the contents [16:32] !it [16:32] Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [16:32] usr13, ActionParsnip, thank you very much! [16:32] tophyr: no ha molte italiano [16:33] tophyr: been to italy a few times, picking up the lingo slowly :) [16:33] hah, same [16:33] enough to dine in [16:33] what can i do on linux? [16:33] i just thought it was funny that i thanked you in spanish and you answered in italian, which i actually know far better than i do spanish [16:34] compiling kernel [16:34] WickedBInary: loads, thats like asking "what can I do on Windows" [16:34] WickedBInary: the question is so ambigious it is worthless [16:34] ? [16:34] usr13: reboot the host, the file system is lvm2 [16:35] WickedBInary: think about it, do you want ALL the possibilities of an OS, its nonesensical [16:35] tophyr: Sono geloso [16:35] ActionParsnip, I'd then assign 755 as the permission of the folder of the software (in this case, root folder), and tick in the box to confirm to apply it to all subdirectories? [16:35] WickedBInary what do you want to do with your computer? [16:35] shwaiil: lvm is partition type [16:35] uvala: do you mean / as in the top of the file system? [16:35] ActionParsnip, yes [16:36] Is there a way to see the output of my HTML/CSS/Javascript code in real time using an offline code editor?? [16:36] uvala: I don't suggest you do ANYTHING to the root filesystem like that [16:36] uvala: your OS will cease to function or boot or anything [16:36] uvala: what are you trying to achieve? [16:36] i think i know a little now. [16:36] A1Recon: bluefish has wysiwyg editting if memory serves [16:37] ActionParsnip, I deliberately installed it there, because earlier (with a CMS software) the site homepage URL appeared like mysite.com/nameofcmspackage instead of mysite.com [16:37] WickedBInary use a live usb stick to try ubuntu, try to get used to it, see if you like it [16:37] ActionParsnip: Does Geany have anything like that?? [16:37] I could hinder this only by downloading the package into root folder [16:37] uvala: if you start messing with / you will screw your OS up so amazingly well. [16:38] ^ well said!! [16:38] ActionParsnip, I am not running my own server, it is hosted. does this messup still happen? [16:38] shwaiil: Generally, most linux file systems will end up with directories set to 755 and files to 644 and it is the same for directories and files that are served by a webserver. If the server is having a problem it is a problem with the server's config. [16:38] WickedBInary before you get used to windows, try to get used to ubuntu, first [16:38] uvala: yes, the permissions and so forth in ANY OS are very specific, adding blanket permissions will not do well [16:39] ActionParsnip, yeah, the earlier cms sw at the root required changes only in the config and data folders [16:39] usr13: I'm trying to resize the VM, I setup with 7gb but I need to increase it; So I've followed a tutorial to resize it; Now I need to do it using Gparted to finish, but it's not possible because that partition is locked; trying to figure out what to do; [16:39] ActionParsnip, which folder am I then gonna assign this 755 to? === l is now known as Guest14673 [16:40] hey all [16:40] i love ubuntu [16:40] and women [16:41] uvala: You should be able to put the files your web server serves anywhere you want. I prefer them in /home/uvala/www or /home/uvala/public_html [16:41] hery all [16:41] adsf [16:41] asd [16:41] fsadf [16:41] sadf [16:41] sd [16:41] eater: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [16:41] Can I ask tech-supporty questions here? [16:42] rockhardrooster: If they're ubuntu support related, ask away [16:42] uvala: And the defualt permissions will do fine. If there is a problem, it is a problem with the web server. (As long as the directory has executable bit set, you should be good to go.) [16:43] uvala: Are you sure that directory is already drwxr-xr-x ? [16:43] ActionParsnip, when I first viewed the permissions it was xxx [16:43] hello everyone. [16:43] on the graphical window [16:44] uvala: xxx? What is that? [16:44] what are you talking about? === mydognameisrudy is now known as mydogsnameisrudy === robotfuel is now known as ChrisGagnon === ChrisGagnon is now known as robotfuel [16:45] well, I run linux mint, so it's pretty close? thing is, my computer is pretty crap (2.66ghz dual core, 2gb ram, 8600gt video card), but even when my ram isn't even half-full and my processor isn't working very much according to the system monitor, it can start running like crap all of a sudden. usually when i've been surfing on chrome for a while, but happens in firefox too; but most often it happens when i listen to music. everything [16:45] usr13, when I right clicked on the folder's name on ftp, and then chose "file attributes", it showed a window where permissions are [16:45] and the permissions were xxx [16:45] sorry about the long question. i know you can't get me a better computer, but i'm pretty stumped as to why my computer runs so slow when i'm doing pretty much nothing... [16:45] !mint [16:45] Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [16:46] uvala: I know of no such permission designation as xxx on a linux system. Are you sure? [16:46] well, curses. regardless, this is hardly related to distribution choice, is it? [16:46] usr13, yes, that was what I saw when I right-clicked to see permissions of /. [16:46] Hi, I try to "buy" crossover trial on 12.04 64 bit, but after giving my cred's I get this error message: "Failure in the purchase process. Sorry, something went wrong. Your payment has been cancelled." [16:46] uvala: Do you only have ftp access to it? [16:47] I have also access over the cpanel of the hosting provider [16:47] usr13, I have also access over the cpanel of the hosting provider [16:47] uvala: use the ls command === KindOne- is now known as KindOne [16:48] uvala: ls ../ === b4dave__ is now known as b4dave1 [16:48] usr13, which command line will I use? I dont see any on my cpanel [16:49] usr13, I mean, which terminal? [16:49] You were in an ftp session right? ls ../ [16:50] usr13, yes, with filezilla [16:51] uvala: So what is the permission of the directory that it is serving from? [16:52] usr13, there is an "enter custom command" option, but it doesnt accept the command, saying 500 LS not understood [16:52] usr13, like I said, the permission of "/" is xxx [16:53] uvala: in filezilla you will see 0644 and 0755 for files and directories [16:53] uvala: What CMS are you using? [16:54] usr13, I just uploaded elgg on the server, and this is all about installing it [16:54] . [16:54] usr13, I am deleting it anyway, will upload again [16:55] uvala: You may see that the directory you are serving from is 711 but that is ok too. 1=x [16:55] usr13, in that case xxx=111? [16:55] uvala: rwx 421 r=4 w=2 x=1 [16:56] i have a few webcams on 3 different computers and im trying to use them as ip cameras or split screen and record etc... anyone/ [16:56] uvala: But I don't know where you would see xxx (I've never seen that before). [16:57] uvala: I do not believe that the xxx you are seeing is refering to permission designation. [16:57] uvala: In other words, I think you are barking up the wrong tree. [16:58] sere there might be programs that do some of that for you [16:58] usr13, I'd uploaded the files under / , and now deleting them. when I upload again, I'll check what is given as permission [16:58] uvala: (If you are from another country other than Texas, disregard that last comment, it won't make any sense :) [16:59] usr13, I made some sense of it [16:59] uvala: What CMS are you using? [16:59] concrete5 [17:00] uvala: If you are using a PHP type CMS there is a little more to it than just uploading the files. (Sorry, not familiar with concrete5) [17:00] usr13, no, this is for elgg, the GNU social network software [17:00] I use concrete5 for another site [17:01] uvala: /join #concrete5 [17:01] uvala: /join #elgg [17:01] usr13, again, I was telling above about my other site, and thought you referred to it. currently I had question about this server permission while installing elgg [17:02] and because elgg has few people online now [17:02] oh they're waking up now, probably to feed [17:02] hi o/ [17:02] usr13, but I'll try again after uploading this evening. maybe will just leave it like that, as ActionParsnip said [17:03] Does anybody know what is F9 for in ubuntu 13.04, unity? [17:03] uvala: I see. Well, I'm not familiar with elgg either, so maybe someone else can be of assistance. (I'm afraid I've told you all I know.) [17:03] When I press F9, the display become dim. [17:03] usr13, thank you very much! I will try it later today, as I'm leaving now === bfiller is now known as bfiller_afk [17:03] uvala: http://docs.elgg.org/wiki/Main_Page [17:04] uvala: Good luck, sorry we couldn't help [17:04] usr13, you did, thank you! [17:05] have a good day! [17:06] mojtaba: http://askubuntu.com/questions/285707/ubuntu-13-04-screen-brightness-only-changes-via-hotkeys [17:06] in ubuntu can I create an iso imagpe of my winxp disc and make it bootable? or wun it in a virtual machine? which programs to do this? [17:06] image run [17:06] is connecting to a WPA network the same as connecting to a WPA2 net? only wpa_supplicant.conf will have different parameterS? [17:07] mojtaba: http://askubuntu.com/questions/286008/fn-button-shortcuts-stopped-working-when-updated-to-ubuntu-13-04 [17:07] userZ: dd is one [17:08] dd is too complicated [17:08] anything gui [17:08] userZ: Oh make a CD or DVD of it and make it bootable? No, I don't know about that. Maybe /join #windows [17:09] userZ: dd is not complicated, it is pretty simple really. But I don't know how to make a bootable MS Windows CD. You will have to ask someone else. === ubuntu is now known as Guest41747 [17:10] why after updating to a new kernel after reboot and re-login to X/Gnome i don't have icons, panels, nothing? [17:11] i have only desktop baackground [17:11] userZ: Do you really think you are going to just point-and-click a bootable CD out of an OS? [17:11] nullby7e what ubuntu version and what kernel number? [17:11] nullby7e: What Desktop Environment are you using? [17:12] userZ: the cd is already bootsble providing you have a legit copy [17:12] usr13: 3.8.0-21-generic, 13.04 [17:12] usr13: gnome3 [17:13] userZ: u can in winblows - bootx , sardu, in tux multisystem to put it on usb [17:13] nullby7e: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1181798 [17:13] Launchpad bug 1181798 in gnome-shell (Ubuntu) "gnome-shell crashed with signal 5 in g_settings_get_value()" [Undecided,Invalid] [17:13] ok i need help with xubuntu 13.04 file sharing [17:14] sere it's windows, not windblows, repsect others if you want to be respected back [17:14] toast_: With ________? [17:14] userZ: for the virtual system u can use qemu,virtualbox, vmware [17:14] usr13: what is that [17:14] toast_: With another Linux system, nfs. With MS Windows / others samba [17:14] !samba toast [17:15] !samba |toast [17:15] toast: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [17:15] Hi. I'm using "xdotool getmouselocation 2> /dev/null >> uotput.txt" to write "x:250 y:144 screen:0 window:37748818" in file. How can I cut out that last "screen:0..." part? [17:15] !nfs |toast [17:15] toast: nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS. [17:15] MonkeyDust: i wasnt dissrespecting him...maybe windows [17:15] i've tried samba and it didnt work and would love if someone could just show me with like teamviewer or something [17:15] who can suggest, recommend or help with some? [17:16] nullby7e: Did you follow the link? [17:16] type 'man cut' in a terminal Vegetablesalad [17:16] nullby7e: with some what? [17:16] userZ: did i dissrespect you? are you a rep. for winblows...? [17:16] jrib: why after updating to a new kernel after reboot and re-login to X/Gnome i don't have icons, panels, nothing, just only the background picture? :) [17:16] hello, does anyone know a good eyetracker software ? [17:17] After updating to ubuntu 13.04 i couldnt connect secured Wi-fi networks. I think i had kernel 3.8 orsome.. after updating to 3.9 everything worked out fine. JUST FYI [17:18] Vegetalesalad theres like | cut -b1-10 (bytes 1 thru 10 only) for fixed locations [17:18] nullby7e: Just revert to previous kernel. [17:19] Vegetablesalad: xdotool getmouselocation 2> /dev/null | awk '{print $1 $2}'>file === _BJfreeman is now known as BJfreeman [17:19] usr13: how [17:19] hello, does anyone know a good eyetracker software ??? [17:19] usr13: is there a downgrade cmd [17:19] Thank you [17:20] nullby7e: When you boot, hit the Esc key and stop grub from proceeding with booting the new kernel, switch to the previous one and boot it. [17:20] you're welcome [17:21] i keep getting build errors in a very large project, along the lines of "make: stat: external/freetype/src/pshinter/pshinter.c: Invalid argument". i know it's not a source problem, i believe it's due to my build system setup (linux vm operating on a shared filesystem from host). is there an option i can supply make that will tell it to give me a bit more info other than "stat: : Invalid argument"? [17:21] nullby7e: BUT, did you go to the link I sent you? Did you read what it said? [17:22] anyone use teamviewer know what there doing with file sharing? [17:22] wiiguy: https://www.linux.com/learn/tutorials/550880-weekend-project-take-a-tour-of-open-source-eye-tracking-software [17:22] ty i will read it sere [17:22] wiiguy: your welcome [17:23] O [17:23] Hi, Does anybody know how can I monitor RAM processes? [17:23] or free my RAM? [17:23] mojtaba: "ps aux" and "free -m" [17:23] mojtaba conky, gkrell [17:25] ls [17:25] do ubuntu isos boot more reliably from dvd than for usb pendrive versions? cuz that's what i find [17:26] userZ who says that and where? [17:26] Thanks bekks and MonkeyDust [17:26] my experience, the pendrivelinux versions hang at boot [17:26] when created from an iso [17:27] mojtaba: conky is the way to go :) [17:27] sere: what do you mean? [17:27] just wanted opinions cuz i'm considering buying a dvdburner for future installs [17:27] Bluefish shows "Failed to create a command for firefox -remote 'openURL(%p)' || firefox '%p'&." Why?? === Guest80897 is now known as saba_ [17:30] userZ: http://unetbootin.sourceforge.net/ [17:30] Bluefish shows "Failed to create a command for firefox -remote 'openURL(%p)' || firefox '%p'&." Why?? [17:31] usr13, unetbootin is reliable for you, cuz I try different linux flaors with that program and the botts or hit and miss [17:31] flavors [17:31] boots [17:31] are [17:32] mojtaba: http://snag.gy/VwV8H.jpg : conky has many more options [17:33] userZ: io have never not been able to boot usb hdd [17:33] will someone please help troubleshoot the following command? cat /var/log/lynis-report.dat | grep suggestion | sed -e 's/suggestion\[\]\=//g' > lynis-suggestions.txt [17:33] grep succeeds in identifying suggestion [17:33] userZ: Do it manually then. BTW what do you mean "flavors" "boots" "are"? [17:33] but sed does not appear to be parsing into file properly [17:33] the above command works fine in centos [17:33] spelling corrections [17:34] c3vin: useless use of cat by the way [17:34] !info syslinux | userZ [17:34] userZ: syslinux (source: syslinux): collection of boot loaders. In component main, is optional. Version 3:4.05+dfsg-6+deb7u2ubuntu1 (raring), package size 55 kB, installed size 172 kB [17:34] I'm open to suggestions [17:34] userZ: if you dont have your usb just right it wont boot. [17:34] i do it manually from iso files on the hard drive [17:34] c3vin: show what the output looks like without the sed [17:34] what do you mean have the usb just right? [17:35] userZ: multisystem for ubuntu ....sardu and bootx for windows [17:35] userZ: See: man syslinux [17:35] sere, not sure what that means [17:35] jrib: http://fpaste.org/13498/57719136/ [17:36] c3vin: what you have should work though I don't think escaping the = is necessary [17:36] hmm, yea it's weird [17:36] userZ: they are programs to create multiple operating systems on usb drives [17:36] like i said, works fine in centos [17:36] not working in ubuntu [17:37] c3vin: awk -F = '/suggestion/ {print $2}' /var/log/lynis-report.dat [17:37] userZ: you can have windows or windows,ubuntu,redhat,slax, in one drive [17:37] c3vin: show an example of it not working (input and output) with something that starts like: echo 'suggestion[]=x' | ... [17:37] olasdf [17:37] so format the usb drive, then install sardu, bootx or mu;tisystem, then burn the linux iso image? [17:38] userZ: in other words its just easier.. you drag you iso and your done :) [17:39] Hi. I'm under 13.04. I already paired with a bluetooth speaker and under unity I can connect to the device so it is used as a sound device. [17:39] i'll format a usb and try multisystem from ubuntu now, I don't want to buy a dvd burner [17:39] userZ: they set up grub very nicely aswell [17:39] How can I do this now from the command line? [17:39] thanks llutz much more effecient [17:40] jrib: lol, it worked - just wrong path [17:40] thanks guys [17:41] userZ: format the drive then run one of those programs.... [17:41] userZ: most of them will actauly format the drive for you too [17:41] userZ: What filesystem are you using when you format? [17:41] hey [17:41] fat32 [17:41] my usb ir is not working http://paste.ubuntu.com/5687680/ [17:41] ok [17:42] userZ: thats good [17:42] any idea? [17:42] userZ: are u in linux? [17:43] sere yes ubuntu 10, im gonna use this tutorial now http://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ [17:44] userZ: perfect.. i was looking for that :p [17:45] I didnt know about multisystem, thanks :) [17:45] im clueless. this EM is new for me.. [ 5.845214] hub 7-0:1.0: Cannot enable port 1. Maybe the USB cable is bad? [17:46] userZ: your welcome :) [17:48] Hey I'm looking for a good method to store static files (from users) from users on a fileserver, to be accessed by a changing number of application server nodes. I don't want to use NFS as it would mean reconfiguring it for each node that is added/removed. Any suggestions on what others use for this? [17:48] Hi. I'm under 13.04. I already paired with a bluetooth speaker and under unity I can connect to the device so it is used as a sound device. [17:49] How can I do this now from the command line? [17:51] alguem por ae [17:51] alguem por ae [17:51] hi, I recently installed some updates for 13.04 and I can no longer connect to my netgear router. I updated the firmware on the router and still no love. any ideas? [17:52] !pt | zardoc [17:52] zardoc: 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. [17:54] i have a usb drive that automounts as "/media/something" but i want to automount it as "/media/somethingelse" (so links don't break) any suggestions? [17:54] After resizing my ubuntu server (vm / virtualbox); finally managed to use gparted to resize also, after running virtualbox resize command; when booting it's still displays the previous size; any idea why ? tks! === BadLarry is now known as BadLarry_ [17:57] shwaiil, did you extend partition? [17:57] kaustubh: yeh [17:58] anyone willing to help with a wifi issue? [17:58] . [17:58] !wifi [17:58] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [17:59] hi [17:59] ..please [18:00] so you extended virtual disk that contained ubuntu server, but inside vm doesn't show extended space? [18:00] monkeydust, thanks I will look into that. It was working until a recent update. I tried updating the firmware on the router as well. Is it possible that the update made my adapter incompatible? the built in sd card reader stopped working a long time ago. maybe all my hardware is being deprecated? =( [18:01] shwaiil: Pastebin "sudo fdisk -l" please. [18:01] kaustubh: Using virtualbox command line I increased the size from 7gb to 250gb; Checked the info and is displayed in Virtualbox; Booted the VM with LiveCD; Used Gparted to extend /dev/sd5 (named: ubuntu-server); Rebooted; Ssh to it but its still 7gb; [18:01] bekks: tks for the tip [18:02] which type of partition exists on /dev/sd5? ext3.. ext4? [18:02] kaustubh: it says lvm2 [18:02] MonkeyDust, according to the docs my adapter should be autodetected and functioning since 12.04. but that does not seem to be the case after this update. is there a log wher eI can see what is going on ? [18:02] shwaiil: Did you resize the LVM volume(s) too, as well as the filesystems contained? [18:02] . [18:02] . [18:03] swaiil, you have to extend PVs and LVs, then filesystem [18:03] sudo fdisk -l output http://pastie.org/private/j3qek9ucrhssytbhcna bekks [18:03] do you remember of running any commands pvextend, vgextend or lvextend? [18:03] bekks: yes [18:04] kaustubh: no I didn't [18:04] shwaiil: Then pastebin "sudo lvdisplay -C" please, too. [18:04] ok bekks [18:04] swaiil looks like you messed up a little I gues [18:04] http://pastie.org/private/eew9xodqlnyhrhzgqxjpnw bekks [18:05] kaustubh: yeh probably, but followed a tutorial and stuff...initially I had some issues with not being able to resize using gparted, tried different livecds, with gparted livecd, there was an option called "disable" or something then I could resize (no option for unmount) [18:06] sda2 and sda5 have same starting and ending blocks [18:06] kaustubh: Thats expected. [18:06] bekks, ok [18:07] kaustubh: shwaiil: sda2 is an extendend partition, and sda5 is a logical partition inside sda2 filling it up completely. [18:07] shwaiil: Could you pastebin "sudo vgdisplay -C" too? [18:07] sure tks for the tips just a sec [18:07] http://pastie.org/private/0cgbsxjblqd0bfwpuzqog bekks [18:08] anyone ever seen syslog or kern.log look like this before http://pastebin.com/2GUn8UFJ [18:08] shwaiil: Well. You resized the LVM PV, and the LVM VG. You did not resize the LVM LV nor the filesystems inside it. [18:09] bekks: ok, using gparted where can I find those options ? didnt found it mentioned in the tutorials otherwise I would do it, I'll reboot and try to see what's there [18:09] shwaiil: gparted does not support it. You have to do it manually. [18:10] bekks: oh...interesting... so being a VM is it possible ?! [18:10] shwaiil: ? [18:10] umm shwaiil, try running "sudo lvextend -L+10G /dev/ubuntu-server/root" [18:10] ok ok [18:10] and then "resize2fs /dev/ubuntu-server/root" [18:11] shwaiil: And in case that LV contains an ext4 filesystem, you can resize it online. [18:11] run everything as root ;) instead of typing sudo everytime ;) for now, if this is a testing server [18:12] The filesystem is already 1895424 blocks long. Nothing to do! [18:12] kaustubh: [18:12] . [18:12] shwaiil: Pastebin sudo vgdisplay -C again. [18:12] oops need to do bekks command sudo lvextend -L+10G /dev/ubuntu-server/root [18:12] shwaiil: Yes... [18:12] bekks: http://pastie.org/private/c1ncl5pyptbnmfnmtkf6sw [18:13] i'll run your sudo lvextend -L+10G /dev/ubuntu-server/root [18:13] Extending logical volume root to 17.23 GiB [18:13] Logical volume root successfully resized [18:13] shwaiil: And now, resize the fs. [18:13] yes, do lvextend first and then resize2fs [18:13] The filesystem on /dev/ubuntu-server/root is now 4516864 blocks long. [18:14] Bingo. [18:14] thanks guys, really [18:14] so if I want to increase to the full 277 gb, can I use this commands ? I'll google it to understand it btw [18:15] yes [18:15] o [18:15] df- h http://pastie.org/private/1c7iy6z7drmwnmwqkesw [18:15] instead of 10G, you can use space from "VFree" from output of "sudo vgdisplay -C" [18:16] shwaiil: sudo lvextend -l100%FREE /dev/ubuntu-server/root [18:16] shwaiil: sudo resizefs /dev/ubuntu-server/root [18:17] I'm running 13.04 and Libreoffice doesn't seem to want to respect toolbar keyboard shortcuts (e.g. Alt+e to open the Edit menu, etc). Does anybody have an idea why? [18:17] which c lib does ubuntu use? [18:17] my google-fu has turned up little [18:17] bekks: thanks a lot! kaustubh! [18:17] toolbar shortcuts work in other programs, like Thunderbird [18:17] what can I study to learn this stuff ? [18:17] total newb question here [18:17] but how can I name file as hostname [18:17] hi all! having ubuntu image added to grub so how can i get it installed using console commands? thx [18:18] shwaiil: I studied the man pages for pvresize, vgresize, lvresize and resizefs [18:18] also, I can activate the menu by virtue of the window manager by hitting Alt+F10, but that makes me sad. [18:20] Hi, Does anybody know how can I use my swap memory more, to free the RAM? http://paste.ubuntu.com/5687807/ [18:20] mojtaba: You dont want that. Swap is about 1000x slower than your RAM. === jack_ is now known as wN [18:20] mojtaba: And actually, you have 2.3GB free. [18:21] bekks: kaustubh: thanks a lot you guys! [18:21] bekks: I am running goldendic and it frequently exits and says there is no enough memory! [18:21] mojtaba: is it possible to get more ram? [18:21] exit [18:21] bekks: I thought it is 394 MB free. [18:21] BillyZane: It is a laptop [18:21] mojtaba: You thought wrong. :) [18:22] !ram | mojtaba [18:22] mojtaba: If you are wondering why some tools report your system has very little free memory, have a look at http://www.linuxatemyram.com/ | A short primer on Linux memory management can be found here: http://sourcefrog.net/weblog/software/linux-kernel/free-mem.html [18:22] hi all! having ubuntu image added to the grub menu so how can i get it installed using console commands? thx [18:22] bekks: what is that 394 MB then? [18:22] mojtaba: i recommend 16gb of ram [18:22] mojtaba: Unused RAM. Unused RAM is considered to be wasted. [18:22] BillyZane: May be in next purchase! [18:22] hola, como puedo minimizar las ventanas de Xubuntu 12? [18:23] mojtaba: i have 1 gig and i can run goldendict just fine [18:23] mojtaba: i for one, am considering 32! [18:23] simplementa tienes que cerrar-las [18:23] en el botton [18:23] although i have no real use for it as of now [18:23] is it possible to change ubuntu's left bar to the right? [18:23] Me refiero a que cuando abro el explorador, o sistema,... salen los iconos y ventanas en tamaño gigante [18:24] por ejemplo, el explorador de internet, me sale como si estubiese en zoom constante [18:24] BillyZane: What is the maximum RAM size available for laptops in the market? [18:24] !es | lara__ [18:24] lara__: 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. [18:24] gracias [18:25] donde escribo eso? disculpad mi ignorancia [18:25] mojtaba: it depends on the laptop. i've seen some as high as 32, but if you get a gaming laptop, 16 is possible. ultrabooks usually top out at 8 [18:25] en el terminal? [18:25] quiça el problemo senra que la resolution de tu ventana esta demasiado apertada [18:25] y donde cambio la resolucion, debido a que aqui en xubuntu no encuentro la opcion [18:26] si no hay una herramienta visual para eso puedes usar xrandr en la terminal http://www.taringa.net/posts/linux/11051316/Cambiar-la-resolucion-de-pantalla-con-xrandr.html [18:29] can someone say how I regenerate my system and snake oil certificates after cloning a machine ? [18:30] evening [18:30] you first have to change the snake's skin [18:30] then, you can change the oils, but be careful, you dont want to smoke near it, because it might get on fire [18:30] I'm trying to chroot with a livecd in order to repair grub. I decrypted the drive with cryptsetup. Then I tried sudo mount /dev/mapper/my_encrypted_volume /media/my_device/ but I received this error: mount: unknown filesystem type 'LVM2_member'. How to proceed? [18:31] Hi, ubuntu proposed me a partial upgrade, but it broke Xorg. I now get "no screen found" error. do you have aclue ? [18:31] Can anyone tell me what this error means: "MODSIGN: Problem loading in-kernel X.509 certificate (-129) [18:32] bersace - do you get any other message besides that one? [18:33] kristenbb_: http://pissedoffadmins.com/os/mount-unknown-filesystem-type-lvm2_member.html [18:33] compex: Radeon is properly loaded both on kernel and Xorg side. I get "no device detected" [18:33] I get the message on startup [18:33] sere: I was given this link but I don't really understand any of it. [18:34] kristenbb_: the link seems to replay everything he tried without success rather than just give the solution that works, and so I have no idea what to do. [18:35] bersace - bersace - try to reconfigure with sudo X -configure ? [18:35] compex: this is an imac with two cards [18:35] Is Ubuntu 13.04 actually open in terms of freedom?? [18:35] i guess this is a mess between intel and radeon [18:35] kristenbb_: http://www.fedoraforum.org/forum/archive/index.php/t-64964.html [18:35] milan - what does that even mean?? === jkj is now known as ola [18:36] bersace: are you using the intel ? === ola is now known as Guest26331 [18:36] you can run naked in your back yard with just 13.04 sharied on your belly [18:36] milan - it's for the most part "free". You still have to use proprietary drivers if you want the best performance, and ubuntu has a bad rep for sharing your data [18:36] that's how much freedom you get from 13.04 [18:36] aka roaring [18:37] sere: no, the radeon one [18:37] compex: X -configure dumps 6 Device configuration X( [18:37] bersace: then you should be able to disable it in your bios if the to cards are conflicting [18:37] I get this error on startup: "MODSIGN: Problem loading in-kernel X.509 certificate (-129)" and then my laptop sporadically shuts down. Can anyone help me? [18:38] Yes. how are you typing? [18:38] sere: this is a mac :/ [18:38] bersace: ahhh...i have no idea :/ sorry I dont use macs === Guest26331 is now known as xiou [18:39] sere: no modules are loaded for the intel through. I already blacklisted i915 [18:39] i'll try to revert to intel card [18:39] pastebin lsmod? [18:39] lpsci [18:39] Hi guys, I got sort of an emergency here [18:39] i attempted GNOME 3 installation [18:39] that didnt turn out so well [18:39] 1) my wallpaper is all white, if i turn off files on desktop it turns all black [18:39] come on guys .. anyone .... [18:40] 2) GRUB menu is no more [18:40] can someone say how I regenerate my system and snake oil certificates after cloning a machine ? [18:40] X problems with new kernels update? [18:40] any ideas why these are occuring? [18:41] could be problems with new kernel update....should i revert to older version? [18:41] john__: Check your system clock [18:41] where do i check my system clock? [18:41] john__: bios [18:41] NightRaven-13: was it a clean install/ did you check your cd for errors?\ [18:42] When I set up a port forward (ssh -L ... ), I find myself sshed into the remote host. [18:42] sere, it was not a clean install, upgrade from 12.10 iirc, but the thing is i used it sucessfully for some time [18:42] then i tried GNOME 3 [18:42] and that's where all went wrong [18:42] Have I done something wrong? netstat says that I'm listening on the desired local port... [18:42] if its off and i recorrect the system clock will that fix the problem [18:42] I don't want to establish an ssh session with the remote host, but I just want to make it possible for other processes to establish such a connection. [18:43] sere: i'm in text mode, using irc and w3m :/ [18:44] NightRaven-13, Your description is missing so much in an attempt to question you back to a functional OS, have you considered a fresh install. [18:45] wilee-nilee, seems like i must [18:45] i just had the 12.10 disc that's why i upgraded [18:45] bersace: fresh instgall is what i was thinking too [18:46] NightRaven-13, gnome 3 underlies the unity desktop with compiz , the gnome-shell is the install for the gnome 3 desktop. [18:46] bersace: What's text mode? [18:46] I'm all for trying new things and experimenting, so I'm running 13.04 with unity, but I have one little question: the alt+tab behavior, instead of switching between windows, it switches between applications. How do I switch between windows? [18:46] how do I launch a program from the CLI so that it will keep running when I close the terminal window ? [18:46] bersace: thats the correct module to blacklist...did you check or logs? [18:46] seronis: put & after it [18:46] didnt work [18:47] seronis: weird [18:47] bersace: maybe alittle more info on the why its looking for two cards [18:47] wilee-nilee, well yes i followed the Webupd8 tutorial to install gnome-shell with full GNOME experience [18:47] * NightRaven-13 shouldn't have :\ [18:47] & backgrounded it properly so i got my prompt back.. but the process was still 'owned' by the terminal window and when i X'd the window the program stopped [18:47] aarobc: Alt-F2 [18:48] Is Ubuntu phone just a revamped version of android??? [18:48] milan_: /join #ubuntu-touch [18:49] Thanx usr13 === kevin is now known as Guest51469 === bfiller_afk is now known as bfiller === BadLarry_ is now known as BadLarry [18:51] NightRaven-13, Link to the Webupd8 tutorial, was this a ppa gnome 3.8 install? [18:51] wilee-nilee, yes [18:51] there was a PPA involved [18:51] http://www.webupd8.org/2012/10/how-to-get-complete-gnome-3-desktop-in.html [18:52] NightRaven-13, Ah you could run the ppa purge and clean that out. [18:52] seronis: you can use screen for that eg. screen -d -m [18:52] thank you that seemed to fix it. I wonder why or how it wasn't at the correct time [18:52] hello [18:52] otak: actually i just found what i was looking for.. 'nohup' needs prefixed on the command [18:52] cool [18:52] john__: Maybe dead battery. [18:53] wilee-nilee, then do update/upgrade [18:53] ? [18:53] UpdateManagerWarningForUnity3D when upgrading 12.04 --> 12.10 on Lenovo ideapad U410 -- http://pastebin.com/tTj6azQv === ________________ is now known as |||||||||||||||| [18:54] and now I have my 'live wallpaper' without needing to leave a terminal open =-) [18:54] ||||||||||||||||, lol [18:54] nice nicks [18:54] in unity? [18:54] :D [18:54] NightRaven-13, Not sure where you are at other than this install has you where you are at. You have to be careful with update-upgrade as a fix this is not how things work. However the ppa purge will clean out that 3.8 ppa and set you back to where you were before it, hopefully. [18:54] <|s-a|> HexChat: 2.9.5 ** OS: Linux 3.9.2-1-ARCH x86_64 ** Distro: ArchLinux ** CPU: 2 x Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20GHz (GenuieIIntel) @ 2.19GHz ** RAM: Physical: 3.9GB, 80.1% free ** Disk: Total: 142.2GB, 86.1% free ** VGA: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4330/4350/4550] ** Sound: HDA-Intel - HDA Intel ** Ethernet: Marvell Technolog [18:55] <|s-a|> y Group Ltd. 88E8040 PCI-E Fast Ethernet Controller ** Uptime: 5h 34m 49s ** [18:55] Hey, I'm new to ubuntu and currently downloading the server (12.04.2 LTS) How can I also install the GUI? I want to learn Apache server, MySQL and MySQL workbench... [18:55] hey can anyone answer a dumb question for me about dual subnets? [18:55] i left it plugged in overnight and then closed my laptop into standby. then first thing this morning it was giving me that problem [18:55] boggle: It says "not *fully* supported" That doen't mean it is not supported at all. [18:55] wilee-nilee, i'll try that, thank you [18:55] otak: xfce, but what im using is manually running xscreensaver apps and having them render to the desktop so should work in unity id imagine [18:55] how do i print over them when haveing two different [18:55] So whenever I install the propriatary drivers for my ATI card, everything but the unity dock and the top taskbar are stretched out. Any ideas? [18:56] hmm works in openbox using -root for me but not in unity [18:56] Hey, I'm new to ubuntu and currently downloading the server (12.04.2 LTS) How can I also install the GUI? I want to learn Apache server, MySQL and MySQL workbench... [18:56] boggle: ... and since 12.10 is only a stepping stone in the path ^, I wouldn't worry about it too much. [18:56] NightRaven-13, here is a link a little old but correct. http://bigbrovar.aoizora.org/index.php/2010/01/10/how-to-safely-remove-ppa-repository-from-ubuntu/ [18:56] otak: -root isnt the desktop =-) [18:56] thats the problem. but i found how to get the desktop window ID using xwininfo [18:56] wilee-nilee, will try [18:56] thanks [18:56] :) [18:56] Guest51469: why you want a GUI on a server? isnt the purpose of a server not to have a gui? [18:57] so what option do you use? [18:57] <|s-a|> k1l, i think he wants phpmyadmin [18:57] Guest51469: Sounds like you should be downloading the Desktop version. [18:58] otak [screensaver] -window-id $(xwininfo -name "Desktop" | grep 'Window id' | sed 's/.*\(0x[0-9a-z]*\).*/\1/g') [18:58] . [18:58] oh wow [18:58] No, that's not the purpose of a server. [18:59] meow [18:59] wrong chan [18:59] otak: you can run xwininfo from the command line manually and it will let you click a window and display info on it, including the desktop. so i just pass that info to grep to filter out only the important line, then i had someone else make me a regex for 'sed' to get just the ID number [18:59] im.. NOT good at regex [19:00] yes i was wondering what the \1 inserts [19:01] no idea what-so-ever. the end result is it looks for a number prefixed with 0x and returns both prefix and number [19:01] which is what window IDs look like === BadLarry is now known as BadLarry_ === BadLarry_ is now known as BadLarry [19:02] well thankyou [19:07] now i just need to figure out a script to auto find the process i just launched so i can kill it =-) [19:09] sera [19:09] qualcuno disponibile per info??? [19:10] seronis: i made a similair thing to toggle an xdaliclock [19:10] aiutooo [19:12] heh.. googled that. "there is no windows version, so dont ask" [19:13] top guy, here's the bash: http://paste2.org/aXeA03jj [19:14] oh thank you! that'll let me simplify things a bit [19:14] today is 3 weeks of uxing xubuntu. still impressed with how _relatively_ easy it is to do nearly any random thing i want [19:18] so true [19:19] hi there [19:19] if I decide to use Full Disk Encryption should I encrypt the home partition using FDE too or should I encrypt it manually afterwards? [19:20] first option is probably the easiest [19:21] is there any significant advantage over the second option? [19:21] I mean, if I chose the first option, I'd have to do a backup every time I reinstall Linux, right? [19:21] depends on how you are going to encrypt it manually [19:22] I would use TrueCrypt oder dm-crypt [19:22] or* [19:22] usr13: Do you know of a way to check whether ubuntu is making use of my integrated graphics? I'm just concerned about additional stress on the processor shortening its life? Is that fear well founded? Either way I hate the idea of tying up cycles to do graphics stuff that should be handled by my integrated graphics. [19:23] <[FreeBSD]> boggle: i wouldnt worry about shortening the lifespan by using the cpu [19:23] <[FreeBSD]> thats unheard of [19:23] I would say the only real advantage of doing it manually is for more control [19:24] but if it was me i would use fde [19:25] alright then, thanks for your opinion on that [19:25] your welcome [19:26] does anybody know if you can use the 21h assembly language intrupt in linux [19:26] *interupt [19:26] usr13, back here :) can I ask you one more thing before starting upload to server? [19:30] FreeBSD: usr13: Ah. You don't know of any way to check which is being used though? [19:31] hi all! having ubuntu image added to the grub menu so how can i get it installed using console commands? thx [19:32] exit [19:32] tozen: image in grub? [19:33] sere: yes [19:33] tozen: what type of media are u trying to install from === akshay_r is now known as akshay__ [19:33] sere: .iso [19:33] how can i install a theme to terminator? [19:33] tozen: cd? [19:33] i.e. this https://github.com/chriskempson/base16 [19:34] tozen: are you trying to install from a harddisk ie. through grub? [19:34] sere: downloaded from releases.ubuntu.com netinstall.iso [19:34] plz help me to install geraphic for my laptop [19:34] sere: yes [19:35] pc175: sudo apt-get install xorg [19:35] tozen: can you not use a cd or usb? [19:35] !details | pc175 [19:35] pc175: 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 ..." [19:35] sere: unf no [19:35] pc175: what kinda of card do you have [19:35] !helpfull | tozen [19:36] hi...I was upgrading from ubuntu 12.04 to 12.10 using upgrade-manager -d but I stopped before It've ended an now I need to continue upgrading but the command does not work..ana help please? [19:36] ok, I can just ask it :).. when uploading a CMS software on the server, must the directory name be /home/www/ ? On my ftp client the server root is only ./ should I create a www directory and upload in /www ? [19:36] REVO-F: waht does a "lsb_release -r" say? [19:37] sere: don't pc175 asked about graphic? i think hi's meaned graphical env [19:37] sere : i use 12.04 ubuntu ..... but it cant detect my geraphic card [19:37] k1l, 12.04 [19:37] pc175: which videocard do you have build in? does "lspci" list your card? [19:38] REVO-F: can you show a "sudo apt-get update" in a pastebin? [19:38] tozen: http://agnipulse.com/2011/08/install-ubuntu-hard-disk/ [19:39] pc175: run lspci and see what kinda of card you havre [19:39] !netinstall | tozen [19:39] tozen: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [19:40] hello [19:41] some one can help me with squid? [19:41] apolo: ask away === Aaron__ is now known as Aaron [19:42] sere : pc175bhas this geraphic cardNVIDIA Corporation Device 0de9 (rev a1) [19:43] there is something to do with ubuntu server before install squid3? [19:43] Hi. Any body have install Autodata over Wine? [19:44] pc175: sudo apt-get install nvidia-current [19:45] rodicio: You'd be better off asking in #winehq and checking the appdb [19:45] is there a way i can install multiple desktop environments, but not have them mix? [19:45] like if i install KDE i will have a crap ton of KDE apps in Unity [19:47] In precise+LXC, should the host's dnsmasq automatically bind the lxc container name to its dynamic IP? I can't seem to ssh ubuntu@app after starting the LXC container [19:48] I see the leases updated with the new IP but I can't resolve containername or containername.localdomain === lubuntu is now known as Guest60170 [19:49] Pici, Thanks. [19:49] otak: ok thanks again for that script. i knew about pidof but didnt know about 'cut' which is what i needed. my script im using takes any of the screensaver names as an argument so i couldnt gaurentee its name statically [19:50] hi. I am trying to recover my partition table. I used testdisk and it got the intact partition table. I then used the write options. then it asks to restart. and after that I get no change. [19:50] I've got java 1.7 installed somewhere, but I can't find it [19:51] how do I find it [19:51] ? [19:51] can and body help me with it? [19:51] the default java is java 1.8 [19:51] lacrymology: type in java [19:51] sere: `java` is java 1.8 [19:51] lacrymology: type 'which java' [19:52] that will give you its location [19:52] seronis: see above: the default java binary is 1.8 [19:52] (/usr/bin/java, by the way) [19:52] you asked for location. 'which' gives location [19:52] lemao: Why not set static lease? (So that IP doesn't change.) [19:52] seronis: I said "I have java 7 installed, and I cannot find it" [19:52] lacrymology: mlocate java [19:53] lacrymology: and the 'which' command FINDS it for you [19:53] lacrymology: are you sure 1.7 wasnt upgraded? [19:53] seronis: NO. WHICH FINDS JAVA 1.8 === |||||||||||||||| is now known as derp [19:53] calm down [19:53] sere: I'm pretty sure I have both. [19:54] lacrymology: mlocate java [19:54] sere: yeah, I'm digging through that list [19:54] lacrymology: are you trying to switch the default java version or do you just want to selectively run a different version for something? [19:54] lacrymology: ahh ok [19:54] lacrymology: mlocate java | grep 1.7 [19:54] that will cut it down =-) [19:54] Pici: just for pycharm. If I set the PYCHARM_JDK env variable it'll be enough [19:56] Hey, where can I find a free list of available key stroke combinations I can use for my own without conflicting with Unity? [19:57] platzhirsch: https://help.ubuntu.com/community/KeyboardShortcuts [19:57] lacrymology: update-java-alternatives --list should give you the location of the java binaries (under jre/bin) [19:57] usr13: thanks [20:00] hi all [20:01] is it possible to filter ringtone tone from audio using sox? [20:01] is there a way i can install multiple desktop environments, but not have them mix? [20:01] like if i install KDE i will have a crap ton of KDE apps in Unity [20:01] #oilproject-web [20:02] cc95, please do not spam, any other channels, in Ubuntu [20:02] AlHafoudh: What do you mean by filter it? [20:03] heya [20:03] one short question, i googled already but i can't find a useful hint... === kdub is now known as kdub^lunch [20:03] shankstaBytes: any app you install should be available in any desktop environment [20:04] i booted up my ubuntu 12.04 with only onboard sound activated. sound runs fine, as usual. but i want to use headphones and so i turn on my esi u46se usb audio interface. but it doesn't get visible in die audio devies list. [20:04] shankstaBytes: It is kind of hard to tell a Desktop Environment to not list things. I don't know for sure but I would guess no. === jevans is now known as jvns [20:06] hi all. i downloaded the mini.iso for precise and i'm now installing it. it's been stuck on a blank (pink) screen for a while, it seems to be downloading release files or so. there's no progress bar or anything, is this normal? :) [20:07] provider disconnect -.- [20:07] What program should I use if I want my windows machine to be able to access my ubuntu? VmWare is dead and simply does not work for me. [20:07] usr13, hello, back here :) I'd have one more question: when uploading a CMS software on the server, must the directory name be /home/www/ ? On my ftp client the server root is only ./ should I create a www directory and upload in /www ? [20:07] hi, has anybody tested the new google-chrome-stable (v 28) on ubuntu raring, since i updated all flash videos sound pitched (little bit to fast, chipmunks like) [20:07] zergion: What do you mean by "access" -- SSH, FTP? [20:07] zergion: no one. the best thing of windows is, that it cannot access any linux media :D [20:08] or could the directory have any name under ./? [20:08] synthor_ so I can't use vmware to connect to my linux machine? [20:08] If your linux machine is setup to allow access via ssh, ftp, or any other protocol. Yes you can access from anything else that also supports that protocol [20:08] was my question understandable? sry because of disconnect. i want to refresh the audio devices list in ubuntu 12.04, my usb audio interface isnt visible after turning on. when its on from boot, it works fine [20:09] thx === pooky_ is now known as pooky [20:09] uvala: You put the stuff in the directory that it servs from. If it serves from public_html, you put it there. That's not to say it will be the only site; You can have public_html/site1 public_html/site2 etc. [20:10] zergion: i don't know what you want to access with vmware. if your host is a windows system you only can access a linux partition with that ext2fs driver for windows. but i don't know if it works fine with current ext4 filesystems, etc. [20:12] uvala: Just depends on how you want to do it. If you just have one site, put it in the root directory, which may be public_html or www or what ever the sysop sets it to, because it is more-than-likely just a /home/something directory. Something like /home/uvala/public_html/ or /home/uvala/www/ [20:13] usr13, in my case there is only one directory, that is ./, with no subdirectory [20:13] uvala: The root directory is going to be /home/uvala/public_html/ or /home/uvala/www/ When you ftp in, that is were you are placed (or jailed as they sometimes call it). [20:14] no idea for the audio devices refresh? [20:14] is there another way to enable core dumps on a system? i have a script which starts an LXC container and starts several processes in the background, but setting ulimit within the script seems to have no effect. if i execute the command myself then ulimit works, but i don't have this ability [20:14] i hate rebooting... :D [20:14] ppp [20:14] qualcuno??? [20:14] usr13, I dont get it, you mean even if I see only the folder ./, it is named /home/uvala/public_html/ or /home/uvala/www/ ? [20:14] !it | simone_ [20:14] simone_: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [20:15] uvala: The way it works (usually) is that the sysop just sets up a user directory for you, (he just creates a user), and then a symlink for it to the webserver's DocumentRoot directory. [20:15] uvala: That's correct. [20:16] i'm out. rebooting...cya -.- [20:16] uvala: Now, I'm only guessing/speculating, but that is the way it's usually done. [20:16] usr13: the static IP is an option, but the dynamic name bind is very simple and convenient [20:16] in what /log/ file am I most likely to find network activity such as ip-adresses and such? [20:17] usr13, so it is ok to upload the software just under what I see, that is the folder that is ./..because it is the same thing as uploading, say, under www ? [20:17] lemao: It's up to you, but I find it simplier and more organized to set static lease(s). [20:18] usr13, as a matter of fact, when we talked earlier today, the install page on the browser was displayed, so the installation must have been correct [20:18] under ./, I mean [20:18] uvala: If you just have the one site, in the root directory is fine. It is up to you [20:19] only that I cancelled it, because of this xxx permission story :) [20:19] uvala: But the whole site must be in the same one. [20:19] usr13, yes, it is only one and in the same place..then starting with it! [20:19] uvala: Ok, that should do the trick. [20:20] usr13: the static IP may very well be the only option if dynamic bind doesnt work with dnsmasq+veth+LXC. I was just curious as to what is wrong if this is supposed to work. [20:20] again, thank you so much, usr13! [20:21] usr13: I see a DPACK in syslog from dnsmasq, but the actual name binding is not workign [20:21] uvala: See my PM [20:21] uvala: NP [20:23] lemao: I don't know, just depends on how the servers are set up. Static IPs are always more reliable tho [20:23] usr13: ok. thanks for suggestion [20:24] lemao: I use a dd-wrt router here, and it's simple task. [20:24] ... gui driven [20:25] lemao: I could look at how it configures the servers but haven't, it just works. I set a static lease and a name and all PCs on the LAN just resolve to the name. [20:25] usr13: in my case I am using Vagrant from OSX launching a VirtualBox with Precise and then creating LXC containers inside. And I will have a number of different sets of containers. If I don't have to worry about the IP the better, but not the end of the world if I need to go the static route [20:26] lemao: Yep [20:27] hello there, is there anyone that could help with getting GRUB to work as intended ? [20:27] hmm, is it me or did i not get to set a root password during precise installation? (command line install) [20:27] !root | chiel [20:27] chiel: 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 [20:28] chiel: It's not you, there is no root login account, and no password for root. [20:28] chiel: ubuntu got no activated root account. so no, no root pw [20:28] i see :) [20:28] hello guys [20:28] chiel: It is part of what makes the Ubuntu(s) unique... [20:29] fair enough, was not aware. only used debian before :) [20:29] I have read once about a web application lets you play windows games on linux through wifi. u use the host mashine to run the game and u can play it on another PC with the wifi [20:29] anyone can recall the name of this app? [20:29] walid: that sounds horrible [20:29] i cannot remember it :( [20:29] chiel: wine? [20:30] so, anyone care to help with GRUB ? [20:30] walid: wine? but through wifi? [20:30] mokau: i did not try it to judge but i was hoping if someone know the name [20:30] !grub | nakard [20:30] nakard: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [20:30] walid: sounds like remote desktop or vnc [20:30] walid: that doesnt sound like ubuntu support to me :/ [20:30] th0r: it is like that however it is designed to run games [20:31] usr13: wrong person? :p [20:31] k1l: gaming on Ubuntu? :D [20:31] chiel: Yes, sorry. [20:31] ubottu: didn't have GRUB after installing Ubuntu when I should (I guess), I got GRUB to work after using Boot-Repair tool, but I can't get it to work with my Windows7 [20:31] nakard: I am only a bot, please don't think I'm intelligent :) [20:31] np :) [20:31] so know one remember it? [20:32] i was just confused, haha [20:32] doh... didn't know that yet... :/ === kdub^lunch is now known as kdub [20:33] nakard, Did you save the bootinfo summary url? [20:33] nakard: https://help.ubuntu.com/community/Grub2 [20:33] wilee-nilee: Boot-Repair got me a paste-bin URL - http://paste.ubuntu.com/5687999/ [20:35] usr13: ye, checking that link from quite few minutes and trying to find something I haven't tried yet... like update-grub, grub-install to MBR etc.. [20:36] nakard, You have the windows in a extended and are missing the windows primary boot partition with additional bcd to boot W7. [20:36] wilee-nilee: so how do I solve this ? === jticket_ is now known as jticket [20:39] t0h: it is called OnLive [20:40] i found it now, however there is one as well beside this one that is for free if you are running your own games from your own pc [20:40] :) [20:40] dina_: hello there. New to linux? === guntbert_ is now known as guntbert [20:43] nakard, I would clone it all and put the W7 in a sda1 (a primary partition) and load the correct boot for it from a W7 recovery or install disc, then reload the ubuntu and put it in a extended [20:43] wilee-nilee: no chance with just GRUB manipulation in your opinion ? [20:44] nakard, lol, no grub fix will boot windows without t having the correct boot fles. === mynameis1eleted is now known as mynameisdeleted [20:46] wilee-nilee: maybe you're right, I dunno that much about GRUB - still, cloning would take quite some time, thanks for the tip anyway [20:47] nakard, you are missing a boot partition to boot a windows from a logical these. /bootmgr /Boot/BCD the sda2 is the extended. You are just basically backwards you should have the linux in the extended not the windows, and a windows disc to work with to repair windows, easiest done when it is sda1 [20:49] wilee-nilee: is there a risk with cloning that the Win7 config, data for installed programs etc, etc would go to hell ? [20:49] nakard, As of now I'm not sure where your at we are assuming the windows will boot now and run if repaired. [20:50] Hi ! === SineTheCreator`2 is now known as SineTheCreator` [20:50] I'm trying to install ubuntu on USB with the LiveCD I've burn [20:51] But I have a Macbook Pro and it's complicated... [20:51] Someone can help me ? === Sickki_ is now known as Sickki [20:51] wilee-nilee: well, right now, I'm reading this, maybe I will find something without the need of switching the OS'es on the disk [20:52] http://www.zyxware.com/articles/2008/07/20/how-to-install-and-boot-windows-on-a-logical-parition [20:52] still, they talk about repairing Windows there, so I guess you're right wilee-nilee [20:52] nakard, That is for a XP you have a different boot typology [20:53] i want to customise the colour scheme of terminal in ubuntu. where can i find, download and install popular presets? [20:53] I'm calling "xdotool" from my script to change mouse position (trying to play recorded mouse movement), but after running it EXACTLY 340 it exits with this error http://pastebin.com/raw.php?i=SkDh2xkK Any help please? [20:54] wilee-nilee: ain't XP and Win7 NT-based ? [20:55] *exactly 340 times [20:55] nakard, I'm not a windows expert, however that link is of no help it s not the bcd type your OS shows. [21:00] how can i denied access to open/read a file, only the owner of the file and the root may open the .conf file [21:07] /whois Handroid [21:12] !touch [21:12] Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [21:13] bye === multiply is now known as Multiply === BradCrittenden is now known as bac [21:17] 10.04 is booting directly to the grub command prompt. (hd0,1) has vmlinuz-blah-blah, (hd0,3) has vmlinuz. I have been unable to boot into Linux from either of these, I just end up at a BusyBox command prompt. Any ideas on what I could try? === raven is now known as tani [21:19] ursasmar: Is this Ubuntu server or Ubuntu Desktop? [21:19] Server [21:20] usuario: Did you do anything significant that you can think of before the machine started booting to a grub shell rather than a grub menu? [21:20] ursasmar #ubuntu-server for you [21:21] I changed the IP address in /etc/network/interfaces and then rebooted. Went right to grub. [21:21] Other than that, no significant changes [21:21] usuario: Do you have more than one hard drive? [21:21] I do, mirror RAID. [21:22] ursasmar: Can you boot from a LiveCD/USB, run boot info script, and pastebin the RESULTS.txt that it produces? [21:23] I will make a LiveCD and do that === Bart is now known as Guest41203 [21:25] hi [21:26] hi [21:27] Hello! [21:29] k1l: (Remind me, that's a banforward you just did right?) [21:29] SonikkuAmerica: yes. to reduce unnecessary join/part spam [21:29] Thanks [21:30] hello how do I know cuda is working on my system? ubuntu 12.04 [21:41] algume do brasil ?? [21:42] hi [21:42] hello [21:42] from cloneG [21:42] !pt | bart__ [21:42] bart__: 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. [21:43] ubottu: that's cool is it that way for any other country? [21:43] oi [21:44] cloneG: We have a bunch of !flags for other languages [21:45] which flag for spain? [21:46] ubuntu-sp or ubuntu-es? [21:46] !es [21:46] 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. [21:46] mola [21:47] español, italiano, português, jp(Nihongo), zh(Chinese), etc. [21:47] thanks [21:48] I have accidently delete half of my ~ and now I cannot do svn checkout because of gnome-keyring [21:49] ekiwok: Then you have to restore your backup. [21:50] bekks: there is no backup ;) reinstalling gnome-keyring doesn't help, I cannot start deamon as me only as root === blazemore is now known as frizzle === frizzle is now known as blazemore === benjamo is now known as benjamino [21:58] Ask Ubuntu is quite slow.. how do I set shortcuts to move windows between displays on Raring? [21:58] ah now it loads, compiz manager [21:59] You use Compiz on Lubuntu? [22:00] (Oops, never mind; thought I was in #lubuntu for some weird reason) [22:00] SonikkuAmerica: :D [22:01] Compiz on Lubuntu though... wouldn't that be self-defeating? [22:03] SonikkuAmerica: I agree [22:05] I'm thinking about installing linux on a CF card. What are all of the parts of the OS that require writes on a regular basis? All I know at the moment are the swap and the logs, which I think can both be disabled [22:06] Quix86: don't enable swap [22:06] I don't want to fork over for a proper SLC CF card to get extra write endurance [22:06] logs you can probably live with [22:06] gordonjcp, I'm wondering what other parts are written to on a very regular basis, it might not be hard to make the majority of the OS read only [22:07] Quix86: don't sweat it [22:07] just turn the logging down and disable swap [22:15] I did 'sudo chgrp -R group directory/' and it didn't do anything. 'ls -l' still shows the original group and the other user in group can't access the directory. Anyone have any ideas? [22:16] p014k: What filesystem is this directory on? [22:17] I'm trying to do subversion checkout but I'm gettint this message: WARNING: gnome-keyring:: couldn't connect to: [22:17] google doesn't really help [22:18] ntfs [22:19] p014k: ntfs doesn't handle permissions the way that most *NIX filesystems do. [22:19] ekiwok: what desktop are you using and how did you login? [22:20] p014k: you dont chown, or chmod files on ntfs, or vfat. you have to set those when you mount the filesystem via the right options to mount [22:20] Jordan_U: So what's the solution? I've done this before on my server, but I don't recall exactly what I did. [22:20] Dr_Willis: Ok, I'll look into that. [22:20] umask.dmask, fmask options to mount/ntfs-3g [22:20] p014k: Why are you using ntfs at all? [22:20] the ntfs-3g homepage has examples I belive [22:22] I'm using fluxbox but starting daemons doesn't really help [22:22] ekiwok: Have you tried creating a new user and testing if you can checkout from there? [22:23] http://imgur.com/Fvt8G this is === Troy_ is now known as Guest71109 [22:28] Jordan_U I have same error for new user [22:28] I'm using debootstrap to install. I specifically need to install the alternate version of ubuntu. How can I make sure that debootstrap installs alternate instead of desktop or server (or whatever it installs by default)? [22:29] JoeyJoeJo: Alternate just uses an alternative installer. [22:30] JoeyJoeJo: "Alternate" describes the installer used, not the resulting system. The Alternate install CD (which no longer exists in 13.04) still installed Ubuntu Desktop by default (though by changing options could install any other flavor of Ubuntu, or whatever combination of pacakges you want, instead). [22:32] So 10.04.4 pretty much the same whether it's Desktop, server or alt, right? If I understand correctly the difference is the packages that are installed [22:32] the alterntive installer cd (used to) install the exact same os as the desktop cd. [22:32] i have no idea what differance in the packages would be.. if any. [22:32] I cant think of anything differant [22:33] what ubuntu release are yoy trying to install JoeyJoeJo ? [22:33] 10.04.4 alternate [22:33] it should install a identical system as the 10.04.4 desktop then [22:33] JoeyJoeJo: What is your end goal? [22:33] Jordan_U, Dr_Willis : Alright, so I've mounted my hard drives with the appropriate mount options and when I access the drive and do 'ls -l', it shows each directory having the group 'storage', which is what I want. However, when I log in as the other user and try to access the directory, it doesn't work. I did a 'groups other_user' and he is part of the group 'storage'......? [22:34] p014k: Again, why are you using ntfs at all? [22:34] p014k: all ive ever really done in the past is run the sort of flakey tool ntfs-config and let it set things up where all users had full access to ntf/vfat partitions. [22:35] Jordan_U: So I can access my drives anywhere. === Multiply is now known as multiply [22:36] I'll try out ntfs-config [22:36] its worked for me in the past.. but it can be a little goofy to use. [22:36] p014k: NTFS is a nuisance in Linux, because it's too limited to support the permissions properly [22:36] it alters the udev rules for auto mounting ntfs/vfat [22:37] and can generate /etc/fstab entries if you want. [22:39] Dr_Willis: That worked :D [22:39] thanks! [22:42] the app normally crashes on exit for me. ;) [22:43] bbl === JKL|lejos is now known as JKL1234- [22:43] asus Eee PC X101CH any opinions? [22:44] steliosre: About what? [22:44] hh [22:44] about a cheap notebook [22:45] steliosre type /join #ubuntu-offtopic for opinions and discussion [22:45] cheap is cheap you get what you pay for :) [22:46] alien64: what about five finger discount [22:46] ofcourse i just want a notebook to expiriment [22:46] drc0p: not a good idea [22:46] steliosre: the good news is, it's listed on http://www.ubuntu.com/certification/make/Asus [22:47] ubuntu runs great on acer stuff [22:47] !ot | Loshki, steliosre, alien64, and anyone else discussing the netbook [22:47] anyway we are off topic bigtime [22:47] Loshki, steliosre, alien64, and anyone else discussing the netbook: #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! [22:48] alien64: its cheap [22:48] !ot > drc0p [22:48] drc0p, please see my private message [22:49] Ok SonikkuAmerica or [22:58] usr13: remove it from the audio [22:58] I'm runniing Kununtu 12.04, but a sound issue is a sound issue ... I can't seem to configure my sound card via phonon ... won't let me change anything for the built in sound ... [22:58] or maybe just have list of times where it occurs [22:59] OMG! I can join several chat rooms with irssi; lod themall to a single file and tail -f them all in one shot! [23:00] (log) [23:00] er, awesome is not appearing in the login drop-down menu [23:00] (as in log them all) [23:00] otend: you need to remove the NoDisplay=True line in the /usr/share/xsessions/awesome.desktop file in 13.04 [23:01] otend: if you're using lightdm that is [23:01] otend: gdm supposedly ignores it [23:02] thanks much, trism === Cyberspaceloa is now known as Cyberspacelurker [23:05] jda2000: correct [23:06] hello [23:06] hello [23:06] iwoj: whats up [23:06] When I haven't used an application in a while, all its windows disappear === root is now known as Guest8848 [23:06] how do I switch this off? [23:07] do someone know how i make my computer to install diffrents oses? [23:07] it's super annoying [23:07] I can't find a setting in the system settings [23:07] or in compiz [23:07] or through google [23:07] I'm going bonkers [23:07] iwoj: what applications. All or some [23:07] help! [23:08] Any application I don't use for a while [23:08] all it's windows disappear [23:08] i can alt-tab them back [23:08] iwoj: What, like it'll idle for some random amount of time and just die off?\ [23:08] but I like having windows where i left them [23:08] is it when not using the ENTIRE computer for awhile? or individual programs will do it on their own ? [23:09] individual programs are doing this on their own [23:09] So they are hiding not closing [23:09] i think it's a standard part of ubuntu 12 and 13 [23:09] hiding [23:09] yes [23:10] any ideas? [23:10] guys, please, for some reason my zentyal server cannot connect to my server on 192.168.0.121 [23:10] this isn't happening to anyone else? [23:11] im using xfce not unity so doesnt happen to me [23:11] unity!!! [23:11] (in the voice of "kaaaahn") === BadLarry is now known as BadLarry_ [23:12] iwoj: how long [23:12] much nicer response than drc0p's.. he immediately PMd me "keep it to yourself faggot" [23:12] kahn i can appreciate [23:13] anyone have experience hooking up a logitech dinovo to ubuntu, by any chance? :) [23:13] !op [23:13] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [23:13] drc0p: the delay is probably around 15 minutes or something [23:14] ... [23:15] Is it when your whole computer is idle or just the idle app [23:15] how does one pair a bluetooth device on ubuntu? [23:16] anyone know what the command would be to rsync from one nas to another? the ip of Nas 1 is 192.168.1.195 and nas 2 is 192.168.1.248 [23:16] chiel: System Settings > Bluetooth, or check for the Bluetooth icon on the Unity panel to recognize your device [23:16] ubuntu window hiding... [23:16] any ideas? [23:18] seronis, i'm not following what you're calling ops for [23:18] who said that? [23:18] drc0p did === none is now known as Guest82471 [23:18] random IMs [23:19] not too fond of hate speech spam [23:19] nor are we [23:19] SonikkuAmerica: ah, i'm on a minimal install so i just have a command line, hehe [23:20] ohla [23:20] Hello harris [23:20] hi [23:20] whats up [23:20] Not much [23:20] i found this though: http://askubuntu.com/questions/187092/bluetooth-from-the-command-line-in-12-04 which may be of help :) [23:20] iwoj: i tried googling for stuff about unity and auto minimizing, auto hiding, and few other things with no luck [23:20] sorry [23:21] seronis: thanks [23:21] SonikkuAmerica, do you have dropbox [23:21] harris: Yeah, but I don't really use it... [23:21] ok i need people to use my referal link [23:22] !ot | harris [23:22] harris: #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! [23:24] bazhang, i cant just have a nice conversation [23:24] hmm.. File "/usr/bin/bluez-simple-agent", line 3, in import gobject [23:24] everything has to be support [23:24] anyone know what i might do to resolve that? [23:24] harris, not here, no [23:24] ok [23:27] i may have asked about this already, but i can't get my unity launcher or panel to autohide. [23:27] i've set them to autohide, but they refuse, even though it says autohide is enabled. [23:29] I am at my wits end ... [23:29] Have you tried checking the setting in the ccsm? [23:29] this sound issue is driving me nuts ... [23:30] brb ... [23:31] I meant Biomechd; have you checked the unity autohide setting in the CompizConfig Settings Manager? [23:31] awm10: i'm trying to find it there right now. [23:31] sudo apt-get install ccsm [23:32] i have it installed, i'm just trying to find where launcher stuff's at in the program. [23:32] Ubuntu Unity Plugin > Launcher > Hide Launcher [23:33] I'm running Ubuntu 12.04.2 LTS with a nvidia GT218, and I'm having some problems getting GLX to work properly. glxgears reports an error when I start it, I also see glx module errors in xorg.log. What can I do to troubleshoot this? erorr messages at https://gist.github.com/devicenull/8cd52152d125bc025f89 [23:34] ah, finally found it. but it's not in a "launcher" tab on 12.10. instead it's "ubuntu unity plugin > behaviour (apparently some things are british english regardless of my settings) > hide launcher dropdown menu" [23:34] anyway, thanks, awm10. [23:35] Oh, I'm running 13.04. Any particular reason you haven't upgraded? [23:36] Looking into CCSM didn't fix the autohide problem? [23:36] i can't figure out how to wirelessly access my windows machine so i can back stuff up. i've been told that since i initially installed ubuntu from wubi, upgrading to 13.04 could be dangerous. [23:36] Autohide problem? Fix: System Settings > Appearance > Behavior tab, and flick the little "Autohide the Launcher" switch to "OFF" [23:37] i fixed the autohide thing already. [23:37] You're trying to access the Windows machine over your house's Wifi? [23:37] yes [23:37] i was able to do it a long time ago, but not anymore. [23:37] Biomechd: If you migrated your Wubi install (via that nice little bash script), you needn't worry. [23:37] Which profiler in ubuntu can show which function uses the most of the time in a program? (gprof?) (is there any better profiler?) [23:38] hi guys, i'm trying to pair my my bluetooth keyboard with my ubuntu install, and everything seems to have gone well... except it's not actually workin [23:38] Do you have samba-common installed? [23:38] > Biomechd [23:39] i did this: http://paste.ubuntu.com/5688777/ [23:39] and it registered the device [23:39] SonikkuAmerica: what do you mean? in windows on this machine, i downloaded i think 12.04 wubi, then upgraded to 12.10 through natural ubuntu updates. [23:39] however, interacting with the keyboard doesn't actually seem to do anything [23:39] !migratewubi | Biomechd [23:40] Biomechd: Or rather: https://help.ubuntu.com/community/MigrateWubi [23:40] ubottu has become unresponsive lol [23:40] Biomechd: I am only a bot, please don't think I'm intelligent :) [23:40] Biomechd > My understanding was that you have a computer with wubi Ubuntu installed, and another computer on the network with Windows installed, and you want to back up your stuff from Ubuntu to the Windows box. [23:41] yes, awm10 [23:41] Okay, what version of Windows are you using? [23:41] the windows on the target machine is 7 home premium, i believe. [23:42] That's good - wifi transfer should be fine on Windows then. [23:43] but i can't even log into it [23:43] On the Ubuntu computer, you'll want to install samba-common if you don't have it already. [23:44] samba is the Linux tool that lets you share files on a Windows network. [23:44] it seems i already have the latest samba-common [23:44] is there anything i can do to see if my bluetooth advice has actually been paired properly? according to bluez it registered the new device (http://paste.ubuntu.com/5688777/), but i can't actually use it. any help would be greatly appreciated [23:45] Nice. [23:45] Biomechd > once you figure out how to log into the Windows computer, you'll want to go to My Computer > Network Places [23:47] Anyone here do a dual boot with Windows 7 and a System76 machine? [23:47] Biomechd > Then in the Ubuntu File Manager, you right click the folder you want to share, then Properties > File Sharing tab > Share this folder. [23:47] nobody have any ideas? [23:47] I have a System76 but no Windows. My language is set to German, so excuse me if my translations are a little off :). [23:48] awm10: before i didn't need to share anything and i could just transfer files back and forth as if the machines were huge flash drives transferring back and forth. [23:48] Still at wits end ... Phonon will not let me change anything on my sound card ... MB: P55A-UD3 [23:49] Biomechd > Oh, so you probably already have the network file sharing set up. [23:50] Biomechd > Actually, do you mean transfer files between Ubuntu and Windows on the same computer, or between different computers on the network? [23:50] different computers on the network [23:50] Biomechd > Okay, that's what I thought. [23:51] So, you're good for now? [23:51] mr-rich, run , cat /proc/asound/modules [23:51] (Aside from not being able to log into Windows) [23:52] i don't know what i'm doing wrong but trying to log into my desktop computer just causes the login prompt to pop up again. [23:52] so, nobody with any bluetooth-in-ubuntu knowledge then? :) [23:53] BluesKaj: http://paste.org/64763 [23:54] Biomechd > If you have your Windows install DVD, you could recover Windows. [23:55] BluesKaj: I'm gettintg sound, buit I'm also getting now is lots of clicks and pops. Phonon will not let me change anything in system settings - alsa mixer is usless and channels keep appearing and dissappearing ... [23:55] Biomechd > If you have an extra HDD for backup, you could burn an Ubuntu LiveDVD and use it to back up the Windows computer to the HDD. [23:55] awm10: i can log in on the machine directly just fine, it's just trying to log in from the network access point. [23:56] mr-rich, which soundcard? , looks like you have an intel ,a usb soundcard,and a tv tuner [23:57] Biomechd > You can log into your Windows computer directly, but you can't log in to the file share over the network. Is that correct? [23:57] yes [23:57] BluesKaj: a very old tv tuner card, the USB is a camera. Intel ones are the issue ... [23:59] BluesKaj: when I bring up alsamixer, chanels blink in and out in time with the clicks and pops ... [23:59] i have a 32gb drive that isnt being seen by eufi (bios as id still like to call it) .. how do i find out if there is a limit?