[01:22] I can't get wifi running.... again [01:30] yo, anyone have issue with adobe flash for FF4 displaying upside down webcam images? Running 10.04x64 on an asus g50v laptop. Cheese works great with the camera. Tried to update libv4l-0, no dice [03:22] If I want to write a cron job that will open an ssh connection to a server and then run svn revert, how would that look? I've tried a few things but nothing is working, [03:34] depending on the trouble you're having, I'd put all the login and svn stuff into a script and then just execute that script from cron [03:36] what exactly is "not working"? the job not executing from cron at all? the revert command not being successful? ssh not successful? [03:37] well, I tried (guessed) putting the password with the user name like (user:pass@domain.com) but it's still prompting a password. Thats the first thing failing. [03:38] ok, you probably don't want to be using password based logins for something like this :) [03:38] you'll want to set up ssh keys [03:38] I realize that's not secure but it's not that important in this context. [03:38] this account is sort of a sandbox. [03:38] k [03:38] if you're not worried about security you should still use keys, but you can use passwordless keys [03:39] I'll have to look that up. [03:39] so on the client (where the cron job is) you create a key pair with: ssh-keygen [03:39] when it prompts for a password, just hit enter, and that will output an .ssh/id_rsa and .ssh/id_rsa.pub file [03:40] take the contents of .ssh/id_rsa.pub and on the REMOTE server, put the contents in a ~/.ssh/authorized_keys file [03:40] I'm setting this server up for client. This is for a his developers and I'm trying to keep his effort to a minimum. [03:40] I'll try that, thanks! [03:41] unfortunately there really is no good automated way to send an actual password over ssh [03:41] you could have a script put it in, but storing an ssh password in a script is so so so bad when you can easily do this with ssh keys [03:43] The keys will work. [03:43] :) [03:44] if you are concerned about security in the future you should look into ssh-agent === IdleOne is now known as WolfOne === WolfOne is now known as IdleOne === yofel_ is now known as yofel [09:52] Hey, can someone help me installing Ubuntu please? I am getting an error [09:57] can you post the error? [09:57] and please try to describe how the error occured [09:57] I selected to manually partition because I want it to use a different disk. I formatted the disk to be an ext4 partition and this was the error: "No root file system is defined. Please correct this from partitioning menu." [09:57] Is it because I am missing the swap partition? How big do I make the swap if so? [09:58] did you define the mountpoint for / ? [09:58] No; how do I do that? [09:58] Oh, I had left that blank [09:58] right click on the partition and then in the last drop down box at the bottom of the dialog (Mountpoint) [09:59] swap depends on your ram [09:59] Do I just make it one ext4 parititon and set the mount point to /? [09:59] or also make the swap at the end [09:59] depends on your need [09:59] It's an older system; 1.5GB RAM, a 15GB hdd [09:59] a swap is needed, ok 3gb swap should be there [09:59] ok [10:00] at the beginning or end of the hard drive [10:00] Does it matter where? [10:00] no [10:01] but you are more flexible [10:01] if you define a separate home partition you can resize later if more space is needed, but if swap is between both / and /home you can't resize [10:02] Ok, where do you suggest? And do I specify a mount point for the swap? [10:03] swap doesn't need a mount point [10:03] place it at the end [10:03] ok [10:04] so [/] [/home] [swap]? [10:05] the / and swap will be enough because you only have 15 gb [10:05] I have another hard drive for media (that is currently holding windows) [10:06] if you want to have windows on that you can let it as it is [10:06] you don't need to specify a mount point, only if it should be mounted on boot you need a mount point [10:07] I just got many orders of magnitude more confused X) [10:09] There's 2 disks, an 80GB drive where windows is installed, and this 15GB where I want to put Ubuntu. Will I need to manually specify which disk to boot to get to one of them or will I be able to have grub let me choose even if they are on different disks? [10:10] Ubuntu will have an entry for both in grub so you can choose on boot time which os to load [10:10] you should make sure to install the grub on the correct partition (would be best to install it on the hard drive where ubuntu will be installed) [10:11] the entry is at the bottom of the partition manager screen [10:11] The 15GB HD is a slave, should I install grub on the master hdd instead where windows is? Or...hm [10:12] if you specify grub on the slave the mbr of the windows hard drive won't be affected, which would be better in the case something goes wrong with ubuntu (maybe deleting it later f.e.) [10:12] Alright [10:13] if you can specify the order of the hard drives in bios it will work [10:13] Ah good [10:13] and if it doesn't work you can try again and windows won't be affected [10:14] then you choose the other hard drive [10:17] alright [10:23] let's hope I did this correctly :P [10:50] Success! [10:50] great [10:51] apparently that old noise my Windows ME machine made when working was the HD, so now whenever I boot Ubuntu I'll be having terrible flashbacks [10:51] only during boot? [10:51] Whenever it's reading something it seems [10:52] It's a very old hard drive heh [10:52] during boot it's normal (i have some strange outputs too), but when bootet everything is normal [10:54] I think this HDD was from 2001 [10:56] i had a 20gb hard drive in my first personal computer in 1996 xD [10:56] 20 gb ? are you sure ? [10:56] yeah [10:57] in 1996 I was happy to buy 1 GB [10:57] it was quite big for that time [10:58] my system I bought in 1995 had a 400 MB drive [11:00] the noise is whenever I do anything [11:00] open the software center, make a new account... etc. [11:01] if there only is a noise this could be normal because the hardware is a little bit older [11:01] yeah [11:03] It's like this noise except a lot more hollow sounding and a lower frequency: http://www.youtube.com/watch?v=n9obzgmWrlM [11:04] but otherwise the same [11:09] disk has 33 bad sectors [11:09] that's not good [11:09] yeah, hm [11:11] Also, I looked at the partitions, and it has the Extended partition (which contains the same-sized ext4 partition) and the Swap partition [11:11] but on my other installation of linux, the swap is under the extended partition along with ext4 [11:11] did I do it wrong? [11:12] no i don't think so [11:32] Damn [11:32] I forgot the ram is 1.5 GiB, not 1.5 GB. So I have 2.8 GiB swap :P should I make it bigger? [11:34] no that's normal [11:35] even if it's not 2x as large as the ram? [11:36] normally not all of you swap will be used [11:36] so it doesn't matter, this are only reference data [11:36] for the record this PC is used for stuff like Libreoffice and some music stuff [11:36] not even video [11:38] my notebook has 4gb ram, my swap is also 4 gb but only a little of it is used while working with such programs you mentioned [11:38] but can be that you need more of that because the hardware is old [11:38] only a can be not a must be [11:38] the rest of the computer is about 5 years younger than the HD [11:39] you can watch the disk usage using the System Monitor [11:40] you find this program in the Administration menu [11:40] yeah; I am running update manager and it says ram is at 20%, swap at 0 [11:41] that's why i like linux more than windows, on windows ram will always be near 100% [11:41] heh [11:41] as I install all these updates CPU is consistently at about 80% [11:41] single core? [11:42] yeah [11:44] it's normal my notebook has the same phänomen when installing updates [11:44] 2.93 GHz intel celeron D [11:44] it hit 100% for a while before it finished [11:45] my cpu is always between 20-50% [11:45] when it is idle [12:31] I need to just build a new PC out of this old one... new tower and everything === lukjad is now known as lukjad_ [13:46] is it possible to use 11.04 without unity? to stay with just the plain old gnome? [13:59] yes, just chooses classic-gnome session at login === PinkUnicorns is now known as nhandler [14:53] hi all [15:32] serfus: theres a classic login [15:32] for now at least [15:32] at the login screen, you can select it [15:32] it has many problems [15:33] it? [15:33] unity? [15:36] well, anyways [15:36] they have a couple weeks to sort it out [15:38] the use of gnome on 11.4 [15:38] hmmm [15:38] seemed like gnome to me [15:38] i have here only 10.10 but it is someone who i am trying to help out [19:29] I am trying to burn an iso. Brasero has this creating checksum bug that goes on for 8 hours. The cd dvd creator didn't do anything when I added the file and clicked write to disk. I installed poweriso but I don't know how to bring it up. I don't know how to do it on acetoneiso. [19:30] How many files are You trying to burn? [19:30] just one [19:30] and Brasero creating checksum 8 hours? [19:31] hm... [19:31] ya I did it at 12 last night and I woke up at 10 and it was still going [19:32] if You trying to burn is on CD, maybe Your CD-ROM is damaged? [19:32] 'burning function [19:32] but I burned a game iso a couple days ago [19:34] I did it though brasero but it didnt do the checksum thing for that long it just burned it [21:13] here's my fstab - any comments? [21:13] pretty basic stuff [21:55] kristian-aalborg, hat fstab ? [21:55] what [21:56] lol, forgot to paste [21:56] http://pastebin.com/RF04RA2T [21:58] /media/mediepartition <-- is that correct ? [21:58] mediE [21:58] that is my native tongue, you bastard :P [21:59] here is mine [21:59] http://pastebin.com/NjkhKG0n [21:59] yeah, I usually keep everything in english but that one slipped and I couldn't bother to fix when it is of no actual importance [22:01] looks pretty much like mine === IAmNotThatGuy is now known as M0hi