[00:00] usr13: just wondering how long you've been using ubuntu and linux, in general [00:00] it's my data mount btw, where the home folders are in, too [00:00] Gnea: Sorry, the *third* line 15, not second. Jeez. x.x [00:00] actionparsnip: i don't have any cds [00:00] Keshl: looking.. [00:00] QaDeS: And which partition is full? [00:00] otako: use a usb storage [00:00] well, i have one but i'm using it for opensuse [00:00] and my usb is only 512mb [00:00] Gnea: Well, how long have you been using it? [00:00] usr13, the one i keep all the work data and home folders in. no system stuff at all [00:01] usr13: no, I asked you first. [00:01] usr13: but we should take this to #ubuntu-offtopic [00:01] Gnea: sure... [00:01] Gnea: The first time we ran it, it got stuck with 20 seconds remaining, then when we restarted it it worked fine. I'm trying to find the second time we ran it, that should have what you want.. [00:01] how do i dist-upgrade to 11.04 beta [00:01] from 10.10 [00:01] otako: could use minimal, its only 22Mb [00:01] Keshl: which drive are you installing it to? [00:01] QaDeS: du -s [00:02] orly? [00:02] does that work for opensuse as well? [00:02] QaDeS: You should show us. [00:02] Gnea: Seems to be around the first 700 line, and I'm installing to C, allocating 30 gigs. [00:02] Keshl: sounds fair [00:02] how do i dist-upgrade to 11.04 beta from 10.10 [00:03] QaDeS: fdsik -l du -s [00:03] ah wait, i get permission denieds [00:03] otako: only [00:03] en1gma press alt+f4 and type update-manager -d [00:03] lala [00:03] en1gma: sudo do-release-upgrade -d [00:03] which mean disk usage analyzer is just ignoring the stuff i don't have access to. touche [00:03] Gnea: Nope, not 700, I saw "MD5 okay" or something similar and stopped there to tell you, but that's not what I remember it saying.. === tristan_ is now known as Guest65066 [00:04] for a linux partition, what do i use? ext2? [00:04] ext4 [00:04] thnx [00:05] thanks actionparsnip [00:05] tuffpoo you still around [00:06] umm ok, i get the wrong result even if i launch baobab (wtf?) as root [00:06] i thought i needed to add natty repos or something to souces.lst [00:06] can df be wrong? [00:07] let's see what du -s says [00:07] Ubuntu allows me to make encrypted partitions on my drive... are those considered primary partitions? === jrib is now known as Guest97355 [00:08] what does grub2 wants to tell me when it says "error: out of partition"? [00:09] running ubuntu on my laptop makes the HDD really really hot [00:09] THinkpad T61 [00:09] a [00:10] Sweep audio editor fails, unable to open /dev/dsp. Installed oss-compat to no effect. Opening with pasdp gets playback with a load of static. [00:11] Lantech, have you set the spindown time [00:11] Any suggestions? Cause Sweep fulfilled fantasy audio features I wanted, and now doesn't work. [00:13] escott, what is that? [00:13] and why should I have to? [00:13] if the drive isn't in use it can spin down [00:13] escott, under power options I did set that on [00:14] hdparm i think [00:14] Under windows 7, no heat issues. boot to Ubuntu and it burns my palm [00:14] ronsonol, if your audio editor uses /dev/dsp perhaps it's time to find a more modern audio editor, or time warp back to 1995 ;) Good luck. [00:14] my machine is hanging like crazy since i started du -s [00:14] escott, I'll look into it [00:14] ZykoticK9. I don't know of another editor that does some of the stuff Sweep does. :( [00:14] even the cursor is hanging o.O what can i do about that? [00:14] Lantech: Make sure you didn't set it too low or high. Spinning up and down constantly can generate more heat in some systems. [00:16] How is Ubuntu's support for GUID partition tables? :) [00:16] ronsonol, when the most recent version came out in 2008 i repeat, "time to find a more modern editor" sorry man I don't have any real suggestions - hope you find a solution. [00:16] MK``, its fine [00:16] lol I'm using GPT on one of my disks and my machine doesn't even natively support it. [00:16] ok, du -s says 65129084. how many gig is that? ^^ [00:16] ok [00:16] QaDeS: try du -sh [00:17] du -sh [00:17] (I did it for novelty, I guess.) [00:17] ZykoticK9. Oh, okay, that's the second great audio ap that went to bitrot. [00:17] QaDeS: the -h switch for du and df turns it into human readable formats. [00:17] yeah right, to kill my box for anothe 10 minues :D [00:17] QaDeS: The h switch gives you megs instead of kilobytes [00:18] Today I hosed a couple partitions by using ecryptfs-setup-swap and later moving partitions. :( [00:18] i know [00:18] but i can just divide by 1024, no? ;) [00:18] how can I create folders etc without using sudo so I am the owner and not root? [00:19] Anyone know if /etc/crypttab supports LABEL or UUID tags instead of /dev/ locations? [00:19] sec_goat, mkdir [00:19] sec_goat, dont use sudo :) just mkdir [00:19] sec_goat: assuming you have write access, sudo mkdir [00:19] ok, that's ~62 gig. which is funny, because df telly me 55 gig used, and the disk usage analyzer goes for 33 gig o.O [00:19] Squall5668: I get a permission denied [00:19] sec_goat: sorry, without sudo, you can always chown after running it [00:20] sooo...educated guess anyone? ;) [00:20] sec_goat, you must not have modify permission on the parent directory [00:20] actionparsnip: thats what I had to do so i could copy my files over [00:20] escott: How do I give those tomyself? [00:20] sec_goat then you dont have permission to parent folder as escott said [00:20] Hi guys, I looking for a little help to put my efforts in the correct way, anybody available to chat with me? [00:20] sec_goat, depends on if you are in the group either chmod g+m or chmod o+m . [00:21] QaDeS: Do you have an encrypted dir? [00:21] sec: mkdir foo; chown me:users foo [00:21] both with sudo [00:21] sec_goat, before that, make sure your user REALLY needs permissions in that folder ;) [00:21] djr013, none that i'd know of [00:21] sec_goat, its probably better to do it QaDes way [00:21] ah, nvm [00:22] Squall5668: I'm realy the only users. and I have been doing it Qades way once i figured that out [00:22] thanks guys! [00:22] i guess someone just chown'd /etc/ [00:23] again? [00:23] Squall5668: Hah no just /smb [00:23] djr013, i was having hangs for a couple of days, but couldn't find a process causing them. so actually, i'm expecting a rootkit or virus of some kind :( [00:23] QaDeS: Here are some investigative techniques you can use: du -sk * | sort -n will give you a list of files sorted by size. ls -lS |grep ^d [00:24] Hi guys, I installed ubuntu 10 after windows 7, I choose work togheter (dualboot recommended option wizard) and ubuntu doesnt boot, I mean Grub menu doesnt appear, anybody have ideas how fix it? [00:25] windows 7 start normally [00:25] werever, you installed ubuntu after windows yes? [00:25] werever: if you hold shift does it show ok? [00:25] werever: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [00:25] werever: Sounds like GRUB didn't install. [00:25] i didnt try shift :$ [00:25] If GRUB detects multiple OS's, it'll show the menu by default. [00:25] Keshl: hrm, it's really difficult to pinpoint.... have you considered locating a previous version of wubi? [00:26] es its the normal behaivor I know [00:26] werever: You installed 10.04 or 10.10? [00:26] 10.10 [00:26] thanks, usr13! [00:27] Gnea: Wubi doesn't appear to be the entire problem. It's downloading from a "daily build" server, so it's going to get a bad version (Obviously). Is there any way to get an old version of Kubuntu? Even the regular download seems to be 10.10.2, now.. [00:27] Yeah, my guess is you'll have to get grub to install somehow. [00:27] njknmmk/mkbk.mmmmmmmmmm,nmk m, , m ,m m m n nm [00:27] Hello sec_goat's cat! [00:27] Gnea: Either I need to find an older version of Kubuntu, or someone needs to fix Wubi xwx [00:27] ,mbvdccjhhkhKSKsxxuhuxzSalklklklklkkkkkkkkkkkkk [00:27] k [00:27] Gnea: I think son actually [00:27] sec_goat: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [00:27] keshl i see you've been trying for quite a while, if worse comes, just download 10.04 and upgrade it :) [00:28] Squall5668: You can do that? o_o [00:28] I tried to fix it with supergrub2 [00:29] Keshl: i believe so... why wouldn't it work?:) [00:29] sec_goat: hehe [00:29] werever: See https://help.ubuntu.com/community/RestoreGrub [00:29] but I,m unable boot up supergrub2 in my kingston usb [00:29] werever, if you installed windows after ubuntu then windows overwrote your mbr with its own loader. a grub setup /dev/sda should restore it (i think) [00:30] I installed ubuntu after windows [00:30] werever, do you have multiple drives or something? [00:30] werever: But you still have lost grub, right? [00:30] Squall5668: Firstly, because I have no idea how to do a distribution upgrade. Secondly, she's got *really* bad juju. I can't even explain how bad. I feel uneasy just talking to her in fear that it might spread to me, but I think the first reason's the bigger problem. <.< [00:31] grub never appeared === wolf is now known as wolf__ [00:31] keshl: i don't know who she is, haven't been following your chat, to dist upgrade, use either "sudo apt-get dist-upgrade" or "update-manager -d" [00:31] werever: See https://help.ubuntu.com/community/RestoreGrub [00:31] usr13, i dont think grub ever was installed correctly [00:31] yep I reading on this url usr13 [00:32] werever, no indications of problems during the install [00:32] al lnormally escott === chris_ is now known as Guest88960 [00:32] Squall5668: Thanks. Never woulda got that. <.< I'll be trying to install it now, using an old version. [00:32] hi [00:32] I have 1 Hd splitted in 2 partitions one for windows and one for data [00:32] escott: That is quite possible. The information from that URL should get him headed in the right direction... [00:32] next I used default and recoommended settings on ubuntu installation wizard [00:32] werever, do you have an efi system? [00:33] Iam not sure what is EFI [00:33] werever, is your computer super new? does your mouse work in the bios? [00:33] werever: YOu used default recommended partition layout for using free space... that what you mean? [00:33] mouse on bios, not work [00:33] yes usr13 [00:34] werever: Are you able to use the CD to boot into it? [00:34] yes usr13 [00:34] normally I prefer usb boot up for save time, but cd also works [00:35] werever, try reinstalling grub as usr13 suggested just to be sure [00:35] Ok, any of us know this http://www.bootproblems.com/super-grub2-disk/ ? [00:35] I read this tool is good for reinstalling grub2 [00:36] Does super-grub2 install grub or simply allow you to boot into partitions? [00:36] werever: You might also try PartedMagic. [00:36] I have parted magic here [00:36] werever, super-grub2 may not install grub exactly the way ubuntu wants it (although its pretty flexible) [00:36] does parted magic allow me reinstall grub? [00:36] reinstall grub2 with live cd [00:36] Any ideas for a new website [00:36] werever: Do you want to show us what you have? [00:36] werever: IIRC, there's an option to boot another os in the boot menu. [00:36] hi, my wireless doesn't work. and i need help. please [00:36] werever: fdisk -l | pastebinit [00:37] werever: If you're able to boot into the installed Ubuntu, then try reinstalling grub. [00:37] kavurt, whats the problem ? [00:37] werever: Do you want to show us what you have? < << qhat do yo mean?, of course I can show [00:37] I cant boot on installed ubuntu [00:38] fdisk -l | pastebinit [00:38] werever, boot the install disk, mount the ubuntu system, chroot into ubuntu, reinstall grub to the mbr [00:38] werever, was this on a fresh install you just did ? [00:38] werever: Not even with the disks? [00:38] ok, where I shoould use fdisk -l | pastebinit [00:38] hiexpo: i can see the wireless card when i say lspci. it used to work. but i just upgraded. now there is only wired network available under system tray. [00:38] werever: I think escott just gave a pretty good summary of what you need to do. [00:39] werever, was this on a fresh install you just did ? yezs is a fresh install [00:39] werever: Open a terminal and type it in: fdisk -l | pastebinit [00:39] ok, I go then to escott instructyions [00:39] im trying to install a package (libdrm-dev) and it says "the following packages have unmet dependencies (libdrm-dev depends: libdrm2, libdrm-intel1, libdrm-radeon1, libdrm-nouveau1...)... but i run apt-get with all those listed, and it says for all 4 of those dependencies that "is already the newest version".... though the unmet dependencies says "= 2.4.21-1ubuntu2.1 but 2.4.22-2ubuntu1 is to be installed" [00:39] werever: And hit enter. [00:39] werever, than you have nothing tp lose so do a new fresh install [00:39] any idea what's wrong? [00:39] hey guys, can anyone tell me how to get multitouch working in Maverick on my laptop? [00:40] usr13, i think werever is talking to us from windows [00:40] tomasm try dpkg --reconfigure [00:40] hiexpo: But there's a good chance it will end the same way. [00:40] yes [00:40] Iam on windows [00:40] but [00:40] I will star in to linux live cd [00:40] escott: O [00:40] and install a client irc to follow this chat [00:40] in the mean time I will save your recommendations until now [00:40] werever: very well [00:41] Squall5668, it says theres no --reconfigure option [00:41] werever, did you md5sum the iso before loading it to usb > or dvd ? [00:41] werever: Yea, well that is the first step. Boot to it. [00:41] hiexpo: He is able to boot the OS so he's got a good install. [00:41] yes, hiexpo, I tried with more than one iso version, 10.10 and 11.04, therefore I dont think 2 isos downloaded today from official servers were cvorrupted [00:41] just out of curisouty and my stupidity, is ther ANY way to recover fiesl deleted with the rm command [00:41] hiexpo: Or boot to it I should say... [00:41] files* [00:42] i accidently deleted all the user dirs from /home [00:42] werever, you've installed ubuntu twice and this happened both times? [00:42] anyone know how to get two-finger scrolling working? [00:42] hi oh *waves* [00:42] yes escott [00:42] * hiexpo thinks the install is bad [00:42] but in the mean time of first try and second try [00:42] bethany: Sortof... [00:42] I deleted all partiontions with ex4 file system [00:42] hiexpo: Well, you may be right, but I don't think so. I think it's just oe [00:42] if all else fails do a fresh [00:42] for a fresh start [00:43] bethany: Are you using the partition where those dirs were deleted? [00:43] currently [00:43] is there a way to make tar remove the original archive after extracting? [00:43] Keshl: I'm just not sure at this point, I can't boot into windows at the moment to check it out [00:43] its on a running system === canon is now known as Acid190 [00:43] production too [00:43] i need help configureing Vsxu to use the sterio mix feed on my audio any reccmendations as to how to do so? [00:43] werever, thats really weird, well try the grub reinstall. i think the web instructions are clearer than i can be [00:43] Cube``, what you mean ? [00:43] hiexpo: you look busy, but do you think there's a fix available for my wireless? [00:43] Gnea: That's fine, I'll try installing via an older version later today, when it's not 77 degrees. x.x [00:43] bethany: If any of that got overwritten, then probably not. But you can try PhotoRec (spelled right?) to search for deleted but still remaining data. [00:44] Gnea: Heat + Keshl = thoughtless actions. [00:44] hiexpo: like extract the files from the .tar, then remove the .tar [00:44] it jsut occured like 2 minuts ago [00:44] kavurt, yes one sec sorry [00:44] Keshl: I dig, good luck [00:44] i need help configureing Vsxu to use the sterio mix feed on my audio any recomendations as to how to do so? [00:44] bethany: In the interest of hindsight, always do backups. :P [00:44] hello [00:44] Cube``, yes easy [00:45] Gnea: Thanks. And now that we're done(ish) here, I just wanna say, holycrudomgwoooow o_o You reply fast comapred to the other channels I've been in. XD [00:45] ya i was just getting ready to do a backup but had a damn typo wipe everythignout [00:45] bethany: Tip: Get off that partition, and mount it read only. [00:45] hiexpo: like how? [00:45] escott yep i will try with this instructions, and If I have small question I will be back, I understand is difficult explain all steps without watching my monitor ......I will be back later guys, on ubuntu thanks [00:45] Keshl: we try :) [00:45] ok i'll wait my turn [00:45] Cube``, it was a tar [00:45] hiexpo: i mean like i to "tar xf " at the moment. is there something like "tar xfR "? [00:46] Cube``, check man tar [00:46] bethany: Honestly, you've probably got your work cut out for you. PhotoRec is the only such tool I'm aware of, and it doesn't restore filenames, only looks for stuff on disk that it thinks looks like data. [00:47] Cube``, so ? you want to uninstall a tar you compiled and installed ? [00:47] I have a script on my desktop that a user helped make for me, right now I have to open terminal and type "sudo script-name.sh" and then it runs great. Is there a way I can just click the icon on the desktop and have it run like it would in terminal? I have tried "open with - bash" and it runs but with errors. [00:47] bethany: But you don't want to be using that partition in the meantime. [00:47] ah fun and hte best part is there is only one partition [00:47] and thats the whole system [00:47] so when my wubi moves to its new partition, do i just update it to the new version of ubuntu? [00:47] bethany get off that partition NOW pull the plug if you have to [00:47] bethany: Shut it down, burn a cd/memory stick with PartedMagic or similar. [00:47] Hey, can anyone here point me to someone who may be able to help with running fsck on an encrypted home partition? [00:47] elijah, try `gksudo script.sh` [00:47] hiexpo: no. gosh. i have a .tar file. id like to extract it and remove it [00:47] bethany: On another computer, I mean. [00:48] leechy: Encrypted with ecryptfs? [00:48] hmm [00:48] any ideas what .gvfs is? can't even show the size of that...thing [00:48] leechy, if it is encrypted with ecryptfs just run a normal fsck [00:48] Cube``, ok i am misunderstanding you you want to untar it < ok > and remove it ? [00:48] QaDeS, its for the gnome virtual filesystem [00:49] QaDeS, gnome virtual file system [00:49] ya problem is that pc is offsite [00:49] djr013, sorry I'm not entirely sure which one it is. It's the default encryption from the checkbox during installation. [00:49] pfifo: it works fine with "sudo script.sh" what I want to do is be able to click it and have it run [00:49] bethany, time to call support [00:49] leechy: Yeah, normal fsck should be fine. [00:49] hiexpo: yes, untar a .tar, then remove it to reduce clutter [00:49] Cube``, oh ok 1 sec [00:49] elijah, just run it with gksudo [00:49] escott, i am support [00:49] djr013: It hasn't worked. I have a file in my home directory that is corrupted and causes the system to hang whenever it is accessed. [00:49] is it normal i t cannot be queried as a file/dir? [00:50] bethany: The more you use the machine, the more data you lose. :P [00:50] QaDeS, yes [00:50] djr013: I tried running fsck several times on boot and it still doesn't work. [00:50] bethany: I shudder to think of the logs of your IRC app overwriting valuable data.. :/ [00:51] leechy: My best guess is the file didn't encrypt properly... [00:51] leechy, breaks the gui or breaks the system? could you ctrl-alt-f1 and get to a console [00:51] leechy: What's the name of it? [00:51] Cube``, sorry rr so you want to delete the tarball after install :) [00:51] ok I have an issue im trying to work out. I installed a smaug mud. It runs. I can telnet into it my localhost, but I cannot telnet into it through the IP address, nor can other get into it, they get connection denied. Any ideas how to solve this? [00:51] changing my nickname to chrissomething.. === Guest88960 is now known as chrissomething [00:52] there [00:52] djr013: It's named correctly. It's just a .part download from my browser. [00:52] djr013, i was remotey connected to the server [00:52] escott: it doesn't really break anything, it just causes the system to go unresponsive depending on which program is trying to access it. [00:52] leechy, a .part from firefox why not delete it [00:52] chrissomething: port forwarding? [00:52] it's a 4.4 [00:53] Gb download [00:53] GB* [00:53] kavurt, you still here? [00:53] hiexpo: yes [00:53] one down one to go [00:53] It also causes a hang on deletion. [00:53] I even tried to dd over it. [00:53] squall I turned off the router firewall, would that bypass port forwarding issues? [00:53] kavurt, ok open terminal and type ifconfig [00:53] I think there was something about the inode being wrong. [00:53] bethany: Well, any data written to disk (like Firefox profiles and whatnot) can potentially take the place of a formerly referenced file's location on the disk. [00:54] leechy, you probably don't have many files that large [00:54] leechy, try to delete it from .ecryptfs [00:54] chrissomething: not in some stupid routers, just set your pc as dmz to make sure (remember to unset it later) [00:54] if someone messed up the version on a package dependency (ie =2.4.21 rather than >2.4.21), how can i force a package to be installed even with the dependency error? [00:54] hiexpo: i did, there's eth and lo [00:54] leechy, run a filesystem check [00:54] pfifo: I did, it didn't fix anything. [00:54] squall cool, ill try that now [00:54] kavurt, ok no wireless than [00:54] hiexpo: no [00:54] leechy, logout of gnome (which will unmount the loopback), and find a 4.4+gb file in /home/leechy/.ecryptfs and delete that [00:55] i just shut it down so when i get there tmoarow i will find out [00:55] escott: you would be surprised how many large files I have haha. [00:55] leechy, it didnt fix anything as in it found errors and did not fix them? [00:55] pfifo: it said there were no errors. [00:55] tomasm-: familiar with synaptic? [00:55] leechy: show us: ls -l | pastebinit [00:55] almoxarife, kinda i guess [00:55] leechy, whats the error when you try to delete? [00:55] kavurt, ok do you know what card you have? [00:56] k [00:56] pfifo: it just hangs and the whole system goes unresponsive until I have to hard reset it. [00:56] bethany: Good luck, I might be having to use PhotoRec or something similar today too. :C [00:56] tomasm-: you can use the 'force' version [00:56] hiexpo: intel centrino wireless-n 1000 [00:56] leechy, it sounds like your harddrive is breaking [00:56] well its worth a try thats for sure [00:56] what's a command to get my actual bios system time? [00:56] hiexpo: i got it from lspci [00:56] kavurt, what driver ? [00:57] hiexpo: i don't know [00:57] pfifo: well it has worked fine for a while now and I haven't had any problems with it before. [00:57] kavurt, ok 1 sec let me see :0 [00:57] hiexpo: What card does he have? [00:58] bethany: From a quick google search http://extundelete.sourceforge.net/ [00:58] kavurt: What card is it? [00:58] I hope for my own sake it works well. :/ [00:58] usr13: I'm on irc on a separate computer. 'ls -l' gave me a total of 6918400 and all the files seem to be okay. [00:58] i hope so too [00:58] leechy i still think that deleting the encrypted file from the ext4 partition is your best bet [00:58] leechy: Oh, ok [00:58] Maahes, hwclock [00:58] almoxarife, thanks, looks like that worked [00:58] usr13: when i say lspci, it says: intel centrino wireless-n 1000 [00:59] pfifo: danke [00:59] if you can figure out what the encrypted filename is/identify it based on the number and size of other files in its folder [00:59] kavurt: What does iwconfig say? [00:59] escott: I will try it. I really don't want to have to download 4.4GB again.... Blah [00:59] leechy, thought you already tried to dd over it [01:00] usr13: eth0 no wireless extensions [01:00] say if i wanted to stream what is visable on my screen what would be recomended to use? [01:00] escott: I did, but I still don't want to lose it. [01:00] kavurt, hwinfo --netcard [01:00] leechy, its hard to imagine you haven't already trashed it [01:00] um [01:00] escott: dd failed instantly, I don't know if it did or not. [01:00] say if i wanted to stream what is visable on my screen what would be recomended to use? [01:00] kavurt: You only have eth0 ? No eth1 or no others? [01:00] usr13: no [01:01] leechy, you could copy the encrypted file off to another folder to try and rescue later [01:01] say if i wanted to stream what is visable on my screen what would be recomended to use? [01:01] hiexpo: i have no hwinfo installed [01:01] escott: Do you think there might be an ecryptfs- utility to trace an encrypted file back to its .ecryptfs location? [01:01] kavurt: So this is a laptop and does not have a regular ethernet device ? [01:01] usr13, had wireless before upgrade [01:01] djr013, unaware of one, but obviously there has to be something [01:01] say if i wanted to stream what is visable on my screen what would be recomended to use? [01:01] usr13: it does [01:02] I'm guessing ecryptfs-stat. [01:02] escott: Eh, I just rm'd it but thanks for the help. [01:02] kavurt: Then what else does iwconfig list? eth1 or wlan0 or ...? Any others...? [01:03] usr13: eth0 and lo. nothing else [01:03] Bluebill-Wolf, less? [01:03] squall well that made some progress, I went from instant connection denied to it just hanging but still wont connect. [01:03] kavurt, wierd cause the driver is in the kernal > what version ubuntu you on now? [01:03] Nevermind, it doesn't appear to do that. [01:03] escott mind pming me? [01:04] chrissomething, now check for firewalls, like ufw? or something you installed [01:04] Bluebill-Wolf, cat longfile.txt | less [01:04] hiexpo: 11.04 [01:04] kavurt, you did a system upgrade ? [01:04] kavurt: hiexpo That is strange... And this happened after distribution upgrade? Is that it? From what to what? ... 9.04 to 10.04 ? [01:04] longfile? [01:04] Anyway, I'm going to leave now. usr13, djr013, escott: thank you for the help [01:05] hiexpo: yes, i did do-release-upgrade -d [01:05] Bluebill-Wolf, anything with a lot of output. cat war_and_peace.txt | less [01:05] No problem leechy. [01:05] leechy: Ok... good luck [01:05] usr13: from 10.10 to 11.04 [01:05] I deleted it from .encryptfs [01:05] i don't follow [01:06] * hiexpo @ kavurt troughs his hands up system upgrade is all bad fresh install only wayto go [01:06] can somone help me, i need to be able to do this offline, but it requires an online download: http://ubuntuforums.org/showthread.php?t=652910&highlight=wpn111 [01:06] Bluebill-Wolf, wasn't sure what exactly your question was. if the text is streaming by too fast pipe it to less | less [01:06] kavurt: ok... well, he doesn't have any network interfaces working now. So, not sure what to make of that. [01:06] kavurt: What does lspci say about the ethernet device? [01:06] !natty | kavurt [01:06] kavurt: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [01:06] kavurt, that is why sys upgrade all bad === nestor is now known as Pro-Racing [01:07] hey, I'd like to install firefox4 and unisntall firefox3. I think I can deal with the installation, but can't find the firefox3 package in synaptic... How to uninstall it? [01:07] i ment as in a applacation to that i can use to that the out put feed and send it to the Ustream from my moniter rather then from my camra [01:07] Bluebill-Wolf, did you mean stream as in video stream of the desktop ? [01:07] hiexpo: Unfortunately, no easy way to transfer changes (preferably only the still relevant ones) to the new install [01:07] correct [01:07] usr13: hiexpo: ok, thanks. i will reinstall the system. [01:07] jessica did you try searching for firefox and not firefox3? [01:08] squall I dont think I have any firewalls installed, I installed firestarter awhile back, but I loaded it up and it was off, I re-turned if off anyways. [01:08] kavurt, should do fresh install and i would personally recomend 10.04 [01:08] kavurt: I hate to give up on it, but that might be easiest solution for you.... so, go for it. [01:08] Bluebill-Wolf, recordmydesktop [01:08] much obliged [01:08] kavurt: I agree with hiexpo's recommendation [01:08] Bluebill-Wolf, although it doesn't stream so much as record [01:08] can somone help me, i need to be able to do this offline, but it requires an online download: http://ubuntuforums.org/showthread.php?t=652910&highlight=wpn111 [01:09] hiexpo: usr13: thanks for trying anyway. [01:09] chrissomething, this doesn't sound like an ubuntu problem, im not sure how much help you can get here [01:09] is there a way to make it do so ? [01:09] kavurt: That is not to say that 11.04 won't install just fine, without a hitch, but just to be on the safe side, if you want a reliable system for sure... [01:09] kavurt, and after you do thatcome see me and i will tell you how to get 2.6.38.5 kernak it is very fast nattys kernal [01:10] Bluebill-Wolf, where would you stream to? do you want to stream to another computer, then maybe a vnc type thing [01:10] Ustream [01:10] my chennel [01:10] Bluebill-Wolf, sorry don't know what Ustream is [01:10] Bluebill-Wolf, is this TV? [01:10] when i click to open a pull down menu of places home dirtort it uses vlc to open it. how can i change tht back to folder explorer? [01:10] http://www.ustream.tv [01:10] that [01:10] squall aye, might be my router still. Ill unplug it and try that way. Thanks for trying [01:11] ok hiexpo and usr13. thanks [01:11] kavurt, good luck [01:11] Squall5668, I think I found the problem. I added the new repository for firefox 4, and somehow it removed the previous firefox version package references in synaptic... I just removed the repositories and the package references are back :) [01:12] Eiriksvin, you can download all the required debs and put them on a thumb drive [01:12] jessica: cool, just don't bother to much, 11.04 is almost here, and has firefox4 in it :) [01:12] Hi :D i have a problem with the ubuntu live cd, i put the cd into my mac and restart booting from the cd, i get to a purple screen, i get stuck there for a while then the screen starts flickering and then the cd drive just stops and the screen goes blank. I then have to hold down the power button to power off. I've tried the mac and pc edition both in 10.10 and 11.04, help!? :L [01:12] Bluebill-Wolf, you want to record from ustream or push to ustream [01:12] Simon__: What is your hardware? [01:13] push to [01:13] imma noob... i dont know how to do that stuff [01:13] mac mini (2010 remodel) Intel core 2 duo 2.4 GHz 2GB mem [01:13] hi i ve install ubuntu in a notebook toshiba satelite u505 but when the coller start the ubuntu stop working anyone know how can i fix it [01:13] Eiriksvin, do you have access to another computer and an ethernet cord? that would be easiest [01:14] Bluebill-Wolf, you can record your desktop and then upload to ustream but not sure about both at the same time.. [01:14] Bluebill-Wolf, a lot of people record from vnc and you could probably pipe that through a converter and push it up [01:15] i only have one comp and my windows got hit by viruses real bad they even found a way to take my windows reg key so now its not "genuine" [01:15] last time i tried that it failed [01:15] galera [01:15] but i'll let you know what i find [01:15] anyone? [01:15] Eiriksvin, borrow a friends computer? [01:16] hello? [01:16] Eiriksvin, i just know thats the easiest [01:16] Simon__: What ISO do you have? [01:16] it wont matter, i still only have wifi in my apt building [01:17] Eiriksvin, you can't plug in directly to the router ie its not yours [01:17] Eiriksvin, whats the problem now?.. still no wifi? [01:17] usr13 ubuntu-11.04-beta2-desktop-amd64+mac + ubuntu-10.10-desktop-i386 + ubuntu-11.04-beta1-desktop-amd64 [01:18] Simon__: So which one were you trying to install with? [01:18] to be honest, i dont have many friends... im a country boy that even works for my family farm... i dont have much so friends didnt seem very important either... heck i got more friends on my ps3 tham real life... heh [01:19] yeah, i live with my gf in a small apt wifi is free [01:19] I've recently bought a creative webcam, with a micrphone incorporated, a cretive live cam model no. vf0420. on teamspeak my friends complain my voice sounds robotic and is praticaly not understandeable. what can I do to work this around? i'm on 10.10. [01:19] i got the comp and the wifi adapter free [01:19] Eiriksvin, well its all about getting a list of the filenames you need to complete the task [01:20] Eiriksvin, you can run the commands and if they fail because you cant get some file (wget fails) [01:20] write down the filename, and download it from windows [01:20] usr13 im not installing yet im trying out ubuntu on my mac cause it has better specs than my pc, i already have it installed on my laptop (pc). [01:20] Simon__: do they pass MD5 test? [01:20] i just used a wet rag to clean off the outside of this old monster, and took a air compresser to the inside just to blow out a pound of dust:) [01:21] Eiriksvin: Well I'd suggest doing it with Linux on your PS3, but... (sorry couldn't help myself) [01:21] how do i share files from ubuntu to ubuntu pc's? [01:21] actionparsnip the what test? :L ive never heard of it [01:21] Simon__: So you tried to boot the ubuntu-11.04-beta2-desktop-amd64+mac ? [01:21] Simon__, run md5sum ubuntu*.iso and compare with the stated values [01:21] !md5 | Simon__ [01:21] Simon__: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [01:22] i can't boot into my new partition, does anyone have any hints as to what i did wrong? [01:22] Simon__: currently you have no way of knowing the images are good as you have failed to test them [01:22] usr13: all macs are amd64 so theres just on universal iso [01:22] otako, what if any error messages you get [01:22] otako: What version? [01:22] none, i have wubi [01:22] meerkat [01:22] can anyone help me to get graphics acceleration working on an intel card. not sure if it is a driver issue [01:22] Not all Macs are amd64. Not all Intel Macs are amd64, even ;P [01:23] sound works fine but dvd and game graphics are choppy [01:23] Simon__, usr13 do you need to do anything special to boot macs in the bios compatible mode or does ubuntu deal with the efi [01:23] we cant have linux on ps3 anymore, they took it away [01:23] I've recently bought a creative webcam, with a micrphone incorporated, a cretive live cam model no. vf0420. on teamspeak my friends complain my voice sounds robotic and is praticaly not understandeable. what can I do to work this around? i'm on 10.10. [01:23] Eiriksvin, and the hackers brought it back :) [01:23] how do i share files from ubuntu to ubuntu pc's? [01:23] hmm [01:23] fixed one but haveing issues with a new [01:23] chotaz: run: lsusb websearch for the 8 character hex id [01:23] Ignivomous, most secure method is ssh [01:24] my boot screen just doesn't have the new copy on it [01:24] escott: thinking that myself actually [01:24] action parsnip, ty [01:24] Ignivomous, but there are lots of others ftp/NFS/smb [01:24] escott , is that CLI or GUI? [01:24] Ignivomous: All depends on who you need to share them with, there are hundreds of ways. [01:24] Ignivomous: you can install openssh and use sshfs or install samba and share folders using nautilus [01:24] im wondering if i can tell if nvivia or ati drivers are installed and interfering with the xorg driver [01:24] Ignivomous, scp is command line, but there are certainly guis [01:24] ubottu: thatnk you ill go check it out now [01:24] Error: I am only a bot, please don't think I'm intelligent :) [01:24] oh somone needs to let them know that 64 bit for amd64 always has the checksum different i tried to download it 3 times, had to go with the 32 [01:25] it won't mount the partition i put the new copy on [01:25] squall hey another question... when setting port forwarding, how do I know which ending number (192.168.1.x) I should have it at? [01:25] so i need to install samba to shares files right? [01:25] Ignivomous: samba will be gui but can be cli, sshfs needs zero config as it uses the access already in your OS [01:25] Ignivomous: samba is just one option [01:25] chrissomething, where do you want to forward to [01:26] If 11.04 is being released on the 28th, shouldn't an RC be out by now? or are they not having one this time around? [01:26] chrissomething ifconfig shows your IP [01:26] actionparsnip , and i need to install it on both PCs? [01:26] it's in the topic Flynsarmy [01:26] squall ah excellent. [01:26] Ignivomous, install and start your ssh server (its the most useful thing to have) if its not what you want then get something else [01:26] for example mine says somewhere : inet addr:10.0.0.1 [01:27] Ignivomous: you can already access samba shares from a default install, you only need to install samba on the system you want to share files from [01:27] Ignivomous, you only need a server on one machine but I've always installed ssh servers on every linux machine i've had [01:27] excott trying to set up so people can telnet into a MUD server, only works from localhost not external telnetting at the moment. [01:27] help with graphics acceleration. intel video card [01:27] swuall alright got it, .104 for me. [01:27] squall got it, .104 for me [01:27] pfifo: I get it now, thakns [01:27] Eiriksvin, which site are you getting it from alot of people say getting it via torrents is a better [01:28] actionparsnip i've installed ov51x-jped multiple times but i still have this problem [01:28] chotaz: no idea what that is [01:28] chrissomething, because you hae a NAT, so the ip of the server you want to forward to [01:28] dvd and game video is choppy, is it possible nvidia or ati drivers are installed and interfering with the org driver [01:28] or how do i check to make sure the proper driver is installed. [01:29] the only driver that shows in additional drivers is my b43 [01:29] list [01:29] escott he already set it as DMZ so, thats not a prob, still its some network setting, nothing to do with ubuntu probably [01:29] why cant i get autologin to work? [01:29] yo [01:29] squall does ubuntu come with some firewalls already installed that I might not be seeing? [01:30] chrissomething iptables, but inactive unless you configure it [01:30] ok so i installed samba and when i want to share a file i get this message "Failed to execute child process "testparm" (No such file or directory)" [01:31] kermit: https://help.ubuntu.com/community/AutoLogin [01:31] chrissomething: maybe some setting in mudserver? i never used it, but i suppose it has a setting asking which address to use, does it use the external one? [01:31] yo [01:31] nikto [01:31] Ignivomous: you share folders, not files === zaveden_mirisom_ is now known as Stameni [01:31] barada nikto [01:31] i meant folder [01:32] Ignivomous: try: sudo apt-get upgrade samba-common-bin [01:33] intel video card: how to enable vga so dvd and games are not choppy or make sure proper drivers are installed [01:33] actionparsnip: yes i did all that [01:33] binox, there are no special drivers for intel. what does glxinfo say [01:33] actionparsnip , thank you [01:34] kermit: if you log off and on, does the setting stick? [01:34] actionparsnip: yes [01:34] squall no it just has a port I can specify which I am. Something is still interferring with connection, it just hangs then times out. Any setting files in ubuntu that might block telnet requests from the internet somewhere? [01:35] binox, you could check in synaptic that the xorg-intel-video-intel is installed [01:35] can you ping yourself externally? [01:35] how do i get the wine menu back i deleted it when i cleaned i reinstalled wine and now have no menu [01:35] saludos tengo una consulta no se si puedan contestarme tengo ubuntu 10.10 y ATI control center instalado y antes aplicaba los cambios de resolucion o display sin reiniciar y ahora me pide reiniciar saben porque sera?? [01:35] escott , how do i get the glxinfo terminal command? [01:35] ok, it's told me why i can't log in to my other ubuntu install [01:35] binox, just type it in a terminal [01:35] squall 8 packets transmitted, 8 received, 0% packet loss, time 6997ms [01:36] it says that there's no kernel on the partition [01:36] that's a ***load of ping chrissomething [01:36] *lag [01:36] squall just 8 pings :) [01:36] it saysglxinfo not installed [01:36] flash doesnt work properly on ubuntu x64? [01:36] lol [01:36] sorry i meant lag\latency [01:37] !flash64 [01:37] You can run Flash, Real, and Java plugins in AMD64 bit computers with Firefox. see the steps to follow at https://help.ubuntu.com/community/FirefoxAMD64FlashJava [01:37] squall ah thats weird, supposedly Im high speed net [01:37] binox, first install command-not-found to make your life easier [01:37] Dominater: does here [01:37] what is command not found [01:37] with chrome? [01:37] can i apt-get install it [01:37] binox, it will tell you how to get the command if you dont have it [01:38] binox, apt-get install command-not-found [01:38] Dominater: indeed, it's all I use [01:38] binox, rather sudo apt-get install command-not-found [01:38] binox, command not found means you errored [01:38] ^errored [01:38] escott brb [01:38] can chrome work on Ubuntu? well? [01:38] actionparsnip: when I try building a source with sudo make, I get an error saying autoconf.h was not found, is this normal? [01:38] Dominater: can you give the output of: lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf [01:38] TopRamen, yes [01:38] ok ty [01:38] chotaz, don't build as root, only do things you HAVE to do as root, building is not a have to do [01:38] chotaz: why not ask the channel, instead of targetting me [01:39] actionparsnip: since you last said my name, you were auto-tabbed and I didnt noticed, sorry. [01:39] actionparsnip, > cause he likes you :) [01:39] chotaz: np man [01:40] moin [01:40] escott, with or without sudo I get the same error, I tried updating linux-headers-generic, but no update is available. [01:40] hi folks I"m looking for current performance tips guide [01:40] escott, i have my glxinfo, long string of info, should i post it here [01:40] chotaz, i think build-essentials may have autoconf, but you could also just install autoconf [01:40] binox, pastebin it [01:41] !paste binox [01:41] !pastebin | binox [01:41] binox: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [01:42] TopRamen: works great here, I use the daily build for super freshness [01:42] is there a tool I can get for shutting down services? === root is now known as Guest26538 [01:42] apt-get install htop [01:43] thanks Squall [01:43] Guest26538: running IRC clients as root is really NOT a good idea [01:43] escott, i've already installed build-essential and no updates are available, might it be the source that's looking for it in the wrong place? [01:43] bideo, service or /etc/init.d/servicename stop [01:43] bideo: sudo service servicename start|stop|status [01:44] htop is quite awesome ppl, try it :) [01:44] i have installed ntop on my ubuntu with following this manual installing https://help.ubuntu.com/community/Ntop [01:44] chotaz, install autotools [01:45] htop is handy but does it let you turn services off [01:45] but when i run in browser with localhost:3000 the result is not found? === msponge_ is now known as msponge [01:45] just highlight the service and press F11 [01:45] thanks [01:45] escott, is that in the repos? [01:45] or f10? it says on the bottom :p [01:46] superman097: do you have a service running on port 3000 [01:46] chotaz, yes... autotools, autotools-dev [01:46] escoot, already installed it seems. [01:46] escott, glxinfo here http://paste.ubuntu.com/599535/ [01:47] anyone can help me? [01:47] Hey im trying to put a video an an mp3 player that only supports amv video can someone help me with a conversion or does anyone know of converting software that handles this format [01:47] chotaz, did you run ./configure first? [01:47] ubottu, to paste glx from command? something like !pastebinit glxinfo ? [01:47] Error: I am only a bot, please don't think I'm intelligent :) [01:47] wee im going back to linux:) getting to work with some help from my buddy KM0201 :) [01:47] escott, there's no configure on this source [01:48] binox, what kind of intel video card do you have? [01:48] guys im having issues with hulu.com everytime on hulu videos i keep getting sorry, we are unable to load the player, please check your internet connection, clear your browser cache and try again. [01:49] escott, intel 82852/855gm [01:49] can someone help me please can i make ffmpeg to avm can i do anything im just lost ive been lost all day [01:50] or can someone tell me how to make coby manager software work in ubuntu [01:50] escott, keep in mind video works, as i get flash video which works fine, but dvd and gaming is slow [01:50] binox, thats not a particularly good videocard === shintaro_ is now known as arquebusn [01:51] hello [01:51] binox, you could try and install libdrm-intel but if its not supported for that chip... [01:51] i know that, i have 10.10 running perfect on my tablet, but on this old laptop for the kids, i have everything in order except this [01:52] it wont even play like wormux fast enough, and i know it should [01:52] tbruff13: Google turned up this page on creating amv: Does it help? http://ubuntuforums.org/showthread.php?t=646164 [01:52] binox, install xserver-xorg-video-intel and libdrm-intel [01:53] do you think i could fet it working properly, i thought it was possible that i somehow installed the nvidia drivers or something and its breaking the acceleration for the intel card [01:53] k brb [01:53] chotaz, well make is expecting one so... [01:53] can someone play videos off hulu.com running linux? it keeps giving me errors saying i need to clear my cache and try again, i do and same thing it was working fine this morning then this afternoon it acts up [01:53] Loshki, thanks but i tried ffmpeg does not know the format [01:54] escott, installed, i will now try dvd. brb [01:55] binox, you would have to restart X [01:55] Dwade09: i have no problem with it when i do [01:56] Dwade09: is your flash player up to date? [01:56] escott, how do i restart X, terminal? or is my my computer? [01:56] ok i cant get autologin to work, and i cant get the accessability option to not hide passwords to work.. i guess i'll have to disable ssh and make a weak password. [01:56] binox, logout of the session and log back in, you could also look into your /var/log/xorg.0.log and see if anything is failing. [01:56] It is also called MTV format and i dont know how to convert with it at all [01:56] kermit, ssh authorized keys === zaveden_mirisom_ is now known as Stameni [01:57] Samo502, not sure how do i check? [01:57] I have just installed gnome 3 in 11.04 [01:57] escott: i mean auto login in gdm [01:57] and unity and regular gnome crashed [01:57] ... [01:58] is there any way to fix this or i have to reinstall again ? [01:58] Stameni, #ubuntu+1 [01:58] Dwade09: http://www.adobe.com/software/flash/about/ [01:58] hi all [01:58] escott, whats that ? [01:58] Dwade09: that'll tell you what the current version is and what you have [01:58] stameni: its the channel for Natty [01:58] Dwade09: though it probably gets updated with the update-manager anyway [01:59] thank you, sorry [01:59] Samo502, You have version 10,2,161,23 installed [01:59] kermit, not sure all the details for autologin but it creates a file in /etc/gdm/custom.conf [01:59] 10.2.159.1 says it's the newest for firefox/mozilla browsers [02:00] kermit, you could remove that file and reconfigure. also gdm will probably only read that file on startup so you may need to restart the gdm service (or reboot) [02:03] escott, didnt quite work, but seemed to help a bit, im leaving for tonight, but thanks for your assistance [02:04] one last question for anyone. how to pastebinit from terminal? i.e how to paste bin glxinfo or lspci or something like that without cut/paste [02:04] Samo502, im trying to install version 10 and i get Error: Breaks existing package 'mint-flashplugin' that conflict: 'flashplugin-nonfree'. But the '/home/doug/Desktop/install_flash_player_10_linux.deb' provides it via: 'flashplugin-nonfree' [02:04] !pastebinit | binox [02:04] binox: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [02:04] binox, lspci | pastebinit [02:04] escott: yeah its set in there, it just doesnt seem to work [02:05] Dwade09: for what it's worth i use the flash player 10 package from the Software Center [02:05] fantastic, thank you all for your help, cu again soon [02:05] kermit, im not clear on how it all works, when I disable the autologin it doesn't delete the file... but your could delete the file and autologin would be disabled [02:06] hey guys i need dome help [02:06] some* [02:06] Samo502, you got a link? [02:06] Dwade09: you could just search flash in the software center [02:06] ill try that thanks Samo502 . [02:07] Dwade09: i'm not on linux at the moment, i'm downloading a game on my linux computer but i'm doing it on windows since i've read wine doesn't have good compatability with it === cristian is now known as Guest75068 [02:07] Samo502, sorry, i dont have a windows os. [02:07] escott: im trying to enable it [02:08] Dwade09: though i am referring to linux mentioning hulu of course :P [02:08] kermit what's the problem? [02:08] kermit, im saying get it completely disabled first (no files or anything) then reenable [02:08] hey guys i need some help... i instasll synergy but ehrn i go to open iot it does nopthing [02:08] sorry not used to this KB [02:09] thanks Samo502 , i an updating my system now, and when its done ill install flash 10 see how that works, if it doesnt work ill let you know. [02:09] tuffpoo what ubuntu version are you using? === Guest75068 is now known as Cristian_me [02:09] 10.04 === cryptk|offline is now known as cryptk [02:09] any error msg? [02:10] Squall5668, nope [02:10] hi where do i find the links entered in the menu internet / developement / office .. etc? i installed edb but it has no entry in developement so i want to add it [02:10] tylo, alacarte [02:10] Squall5668, sorry im on 10.10 ubuntu [02:10] trying to create a bootable CD for a friend, but my CD\DVD Creator is trying write the files more than once. I have made sure that i am clicking BURN and not BURN MULTI. COPIES [02:10] any fixes? [02:10] Dwade09: i'm going out to buy dinner at the moment so i'll be a while [02:11] tuffpoo try running it from the terminal to see if any errors show [02:11] Squall5668, how do u do that ?? [02:11] sorry kinda new Squall5668 [02:12] tuffpoo_UBUNTU, open a terminal and type synergy [02:12] you open the terminal from accessories, and type either synergyc or synergys [02:12] how do i update drivers in the termanal? [02:12] how do i change the port for the network i want to join? using Xchat Gnome [02:13] Squall5668, No command 'synergy' found, did you mean: [02:13] Command 'synergyc' from package 'synergy' (universe) [02:13] Command 'synergys' from package 'synergy' (universe) [02:13] the /server command [02:13] tuffpoo i never said synergy :P [02:13] Squall5668, sorry that was me [02:13] oh haha my bad Squall5668 [02:13] its cool escott, i just typed it myself to check ;) [02:14] synergyc: a server address or name is required [02:14] Try `synergyc --help' for more information. [02:14] tuffpoo@tuffpoo-Presario-F700-GR967UA-ABA:~$ === nhandler is now known as Guest956 [02:14] tuffpoo_UBUNTU, synergyc is the client [02:14] tuffpoo well there is no error then [02:14] tuffpoo try installing quicksynergy, its a gui tool for synergy [02:15] escott, well i want to run it as a client and use my fedora laptop as a server [02:15] see if that helps you use it [02:15] nope dosent work === nhandler_ is now known as nhandler [02:15] i tried last night [02:15] ive been trying for days [02:15] lol [02:15] then type synergyc [02:15] or ip, could work [02:16] Bluebill-Wolf: I'm googling, or trying atleast [02:16] i do ifconig on both pcs to see the network ip right? [02:16] yes [02:17] i want to save a connection in my GUI of Xchat and use a custom port for the server...any ideas? [02:19] okay Squall5668 im confused [02:19] haha [02:19] what's wrong?:) [02:20] Squall5668, let me explane what i wana do maybe that will help [02:20] sure [02:20] ? [02:20] exit [02:20] only two more days :D [02:20] hello all. Interested in moving my server from FreeBSD to Ubuntu... I understand the new builds support ZFS. Is it stable, and can I leave the zpool intact without having to backup the data? [02:21] Squall5668: i want to use this machine im currently on to be the server for the ubuntu box right next to me on the left side [02:21] Squall5668: this machine is fedora 14 and the ubuntu box is ubuntu 10.10 [02:22] Squall5668: as u can see i have both machines on irc heh [02:23] tuffpoo on how to setup the server, please go to #fedora channel, the client is then run by using command "synergyc [02:23] Squall5668: they tell me to come here lol im stuck in a loop!! haha [02:24] tuffpoo well, if you are sure that the server is setup correctly, just type synergyc xxx.xxx.xxx.xxx in ubuntu terminal [02:26] Squall5668: okay [02:26] Hello. I am pretty new to Ubuntu and I am having an issue upgrading. I am running 9.10 and would like to upgrade to 10.04. However, when I run the update manager there is no button to select that upgrade. I upgraded everything else that it suggested so now it just says you are up to date. Does anyone have any suggestions on how to solve this? [02:27] Milos try pressing alt+f2 and typing "update-manager -d" [02:28] Fantastic that worked. Thank you very much. Any chance you explain why that worked? [02:28] it just launched the update manager with a distribution upgrade parameter [02:29] Ah ok. Well thank you very much [02:29] you're welcome === GeekBoy is now known as helloEARTH [02:32] Is anyone familiar with how to fix flash distortion issues in Ubuntu 11.04? [02:32] I have this issue http://pastebin.com/txZcEEvJ === kancerman_ is now known as kancerman [02:32] dlarmeir please goto #ubuntu+1 [02:32] Oops, wrong link. [02:38] Is there any way to tell empathy/gwibber/evolution to start when I log in? [02:38] rallias: add them to startup applications [02:39] could someone educate me on how to use the "patch" command? I have a wireless driver I need to compile myself (from the manufacturer) and I need to patch it so it works properly with my card [02:39] where would the commands be for them? [02:40] rallias, system -> preferences -> startup applications [02:40] velcroshooz i got that far, what folder are the executables in? [02:41] rallias, the executable should be in your path, so folder shouldnt be necessary. just try 'empathy' for example [02:41] Belinrahs: e.g. "patch -p1 < ../patchfile.diff" [02:41] #ubuntu-es [02:41] ahh ok I was missing the "<" thank you very much! [02:42] i can confirm "empathy" works without a path :) [02:42] Thanks === rafa is now known as Guest50187 [02:44] So, who here knows how to fix a minor issue in WINE? [02:45] jacob_ it could be best to join #winehq [02:45] tyvm [02:47] yeah wine is something all unto itself [02:51] W: Error de GPG: http://extras.ubuntu.com natty Release: Las firmas siguientes no se pudieron verificar porque su llave pública no está disponible: NO_PUBKEY 16126D3A3E5C1192 [02:51] arielsanflo can't speak whatever that is, (spanish?) but join #ubunt+1 [02:52] !es | arielsanflo [02:52] arielsanflo: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [02:52] oh ubottu is multilingual? [02:53] ubottu is almost alive. [02:53] Error: I am only a bot, please don't think I'm intelligent :) [02:53] heh [02:53] except when he isnt [02:54] quiet night is anyone still waiting for answers [02:55] im waiting for the chaos that will hit here on release day. :) [02:55] is there any other way to send a command to a host other than ssh? [02:55] the quiet befor the storm [02:55] itilious: telnet. [02:55] my ssh server will not connect after enabling ufw [02:55] i won't be here :P have fun [02:55] itilious, telnet is not secured though [02:55] help [02:56] fix your firewall to allow the ssh port through. I bet it would block telnet also. [02:56] what is it Chu [02:56] does telnet server need configuring locally first before a remote connection to send command? [02:56] itilious, yes [02:56] I would hope so [02:56] Hello everyone, I just installed ubuntu 10.10 on a lenovo thinkpad, and I have this crazy error where my house jumps around all over the place. where can i go for help? [02:56] ? [02:57] mouse* [02:57] is there any other way to send the command "sudo ufw disable" to host, so that i can ssh into it again? [02:57] ? [02:57] Is anyone still around from earlier, when they helped with my wubi issue? [02:57] hahaha err.... yea mouse [02:57] itilious, you need to sit down in front of it [02:57] i got a silly noob question... is Ubuntu 10.10 maverick? or is there one for each code name? [02:57] itilious even though telnet is not secure, its not that bad [02:57] escott, last msg,, i was still logged in an didnt close the window to confirm it was ufw that caused timeout issue with ssh [02:57] itilious: so you sshd in and enebled the firewall and now are blocked and cant ssh back in? [02:58] !xy [02:58] The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned. [02:58] Dr_Willis, unfortunately yes [02:58] !maverick | Eirksvin [02:58] Eirksvin: Ubuntu 10.10 (Maverick Meerkat) is the current release of Ubuntu. Download http://releases.ubuntu.com/10.10/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1010 [02:58] each release has a different name [02:58] itilious: then i imagine you are locked out untill you can get to the box and fix the firewall rules. [02:58] ryan_, is your mouse jumping in a reasonable fashion or do you think it is random [02:59] ok so there isnt a lucid thats 10.10, is that what ur saying? [02:59] !lucid [02:59] Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Download http://releases.ubuntu.com/10.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1004 [02:59] Eiriksvin, names go by letters Maverick Meerkat then Natty Narwhal then Oneric Ocelot [02:59] correct :) [03:00] neat, so why do they go in alphabetical order two per year? [03:00] Eiriksvin, Lucid Lynx was 10.04 [03:00] yes they do actually :) [03:01] Eiriksvin: because its 'cute' (and getting old, and annoying) :) [03:01] in YY.MM format 2010-Apr=10.04 [03:01] Eiriksvin: 2 per year. because its a 6 mo release schedule. [03:01] oh, come on Dr, its not that annoying [03:01] oh, so they release in april and october [03:01] Squall5668: yes it is.. [03:01] escott: I never realized that, thanks [03:02] it's just a name [03:02] can anyone help me out with an odd mouse problem. i just installed ubuntu on a laptop and my mouse just jumps all over the place [03:02] ryan_: not accidently touching the touchpad are you? [03:02] ryan, try pluging it in other port? [03:02] have u tried reducing the pointer speed? [03:02] bye all [03:03] ryan_: When does the mouse move all over the place, when you are typing or just sitting there? [03:03] nope, i'm just typing away and then the mouse goes nuts and the only way i can fix it is restart the laptop [03:03] ryan_, also type xinput list in your terminal and see if there is anything odd listed [03:03] but I have not tied the error to when I start typing [03:03] sick the cat on it, itll rid u of that pesky mouse issue:) [03:03] not even unpluging it? [03:04] ryan_: Does it stop moving when you take your hands off the keyboard? Do you have a usb mouse plugged in or is it only a touch pad? [03:04] its a touchpad [03:05] the laptop has a eraser mouse and also a laptop [03:05] Milos: Can you pastebin the output of "lsb_release -a"? [03:05] is there somewhere i can research the error, i didn't see anything on the ubuntu forums [03:07] ryan_, you can use input set-int-prop # "Device Enabled" 32 0 to disable input device # from xinput list [03:07] try that and see if you can isolate the source of the problem (touchpad or eraser mouse [03:09] Hi === epzil0n is now known as Guest55659 [03:09] when is ubuntu 11.04 final released ? [03:09] 1.5 day [03:10] anyone know what's up with gvim hiding the mouse cursor when it's over it under certain circumstances?(10.10) [03:10] the 28th === cryptk is now known as cryptk|offline [03:10] 4-28-11=11.04 [03:11] basically seems whenever the window has focus and it's in insert mode, it will hide the cursor on mouseover [03:11] :) [03:11] noobs learning here gimme time:) === `mOOse` is now known as m00se [03:12] anyone excited about ubuntu 11.04?? [03:12] awe nobody noticed my lame attempt at computer mice humor [03:13] I get Setting Locale Failed when I try to start inspircd, it sais its a perl error [03:13] it look sweet, i like it [03:13] join #ubuntu-release-party !! :) [03:13] Asked earlier for advice getting Sweep to work (unable to open /dev/dsp). Only response was "get a modern sound editor." [03:13] But it looks like it's available in 11.04 [03:13] well then, is it working now ronsonol? [03:14] No, I'm waiting until official release for 11.04 [03:14] I get Setting Locale Failed when I try to start inspircd, it sais its a perl error [03:14] that's probably the best :) [03:16] But wondering if, as earlier user suggested, Sweep is too obsolete for current releases, why is it still around? [03:16] I use UE instead of "Ubuntu" itself!! [03:17] just guessing here, but just because something is of no use to you, it might still be to someone else [03:17] is the package broken, or does it just not support your hardware? [03:17] if its broken, please fill a bug report [03:18] How do I get Ubuntu to stop auto-mounting drives I connect? [03:18] MK`` System>Admin>Users and Groups, advanced, you can choose the users allowed to automount [03:18] is there a bash command to get the TXT records of a site [03:19] Hey guys, having a bit of a problem, not sure what happened but my desktop went completely blank. All my icons and folders are not there. I can view them in nautilus. Ubuntu 10.04.1 As A side note my background is still showing === zeroedout_ is now known as zeroedout [03:19] Squall5668: Again, waiting to bug report when install 11.04 official. Still wonder if there is a way to make it work. [03:19] Also, it will not show any popup menus (i.e. rightClick->past) [03:19] um, i cant find ndisgtk or the ndiswrapper utensils for Maverick can someone gimme a leg up?:) [03:19] thanks Squall5668 === iAmerikan is now known as zer0cool [03:20] oops util [03:20] Squall5668: Only audio editor I know that allows multiple selections through the track, then loop play across them. === zer0cool is now known as ac1dburn === ac1dburn is now known as purpin [03:21] @Eiriksvin look in Synaptics Package Manager [03:22] BaseBallBoy: press ALT+F2 and run: nautilus -q [03:22] ActionParsnip: snap, thanks a million [03:22] BaseBallBoy: np man [03:23] BaseBallBoy: quits nautilus, it will then restart [03:23] I tried oss-compat, to no effect. Invoking it "padsp sweep" got playback with a load of static. [03:23] ActionParsnip: I figured that, just didn't think of trying it [03:23] how can i find how the number of monitors connected to my laptop by running a cmd in the terminal. [03:23] BaseBallBoy: no worries man [03:24] milind: does: xrandr show it? [03:24] ActionParsnip: Any clue what causes it do act up like that? [03:24] BaseBallBoy: no idea, I only know fixes [03:24] ActionParsnip: Haha, anyway thanks [03:24] no worries :) [03:25] Guys why does banshee keep crashing on starting it? [03:25] hey guys [03:25] stREaKer: try running it in a terminal [03:26] why is it that if i try to put a flash video in full screen when the browser is in my secondary window it doesn't work? it just restores its size in my primary monitor [03:26] anyone know how to fix this? [03:26] ActionParsnip: It doesnt help :| [03:26] it plays fine in normal size in the second screen. it is in full screen mode that it doesn't work [03:26] ActionParsnip, i am thinking out writing a script such that when i plug my external monitor..it makes my external monitor the primary display, but when i am just using my laptop..i ll use laptop as my primary display ..i know how can i find how the number of monitors connected to my laptop by running a cmd in the terminal. i know xrandr --output DFP1 --primary...changes the primary monitor to DFP1...but how do i tackle the case when i am [03:26] not connected to an external monitor..yeah i have an ati graphics cards..thats why all these issues. [03:27] this is what I see when running in terminal : http://pastebin.com/y1mRXA9T [03:27] im having trouble finding ndiswrapper-utils-1,9_1.56-1_i386.deb [03:27] stREaKer: does the output give any clues? [03:28] how do i migrate linux to another hard drive on the same computer? [03:28] I have given you the terminal output ... Well I could not figure out aa clue :/ [03:28] stREaKer: /usr/lib/banshee/Extensions/Banshee.Daap.dll could not be loaded may be useful in websearches [03:29] stREaKer: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/700805 [03:29] Ubuntu bug 700805 in banshee (Ubuntu) "banshee crashes shortly after starting up" [Medium,Invalid] [03:29] Squall5668: that let me change the permissions but didn't change the behavior, how do I do that? [03:29] can someone help im having trouble finding ndiswrapper-utils-1,9_1.56-1_i386.deb [03:29] milind: have you checked if hald emits some sort of even when a monitor is plugged in/removed? [03:29] stREaKer, you have a similar name to me [03:30] how do i migrate linux to another hard drive on the same computer? [03:30] Stryker, copy your system to the other hd, adapt fstab on new drive, chroot to new system-partition, update-grub. Should be enough. [03:30] Stryker: did you add a ppa to get the version of banshee you have? [03:30] stREaKer: ^ [03:30] MK`` you can try editing the /etc/fstab file [03:30] Stryker: could use dd or partimage in a livecd [03:30] MK`` just remove the "auto" from devices you don't want to be automounted [03:30] how do i chroot, and adapt fstab [03:30] eiriksvin i found the package you want [03:31] awesome!! [03:31] http://packages.ubuntu.com/hardy/i386/ndiswrapper-utils-1.9/download [03:31] Stryker: http://ubuntuforums.org/showthread.php?t=1156240 [03:32] I'm running Unity on my Cr48, and I'd like to be able to start the launcher with the "search" key. Is there a terminal command to start the launcher? [03:32] EpicCyndaquil goto #ubuntu+1 [03:32] Khisanth, no..when i run xrandr --output DFP1 --primary...it switches my external monitor to primary.but when i restart my laptop...the laptop is primary again..i was thinking of creating a script and putting in /etc/init.d and making an init script...but only problem i am thinking is..i have to account for the case when the laptop is not connected to an external monitor. [03:33] i wish they would make it easier to deal with Netgear stuff with 11.04 [03:33] did it help [03:33] yeah, all i had to do was go up the tree one step to get the amd64 [03:33] what does chroot do [03:34] thanx linuxxnut [03:34] ur welcome [03:34] milind: if you know how to get the count that shouldn't be a problem [03:34] Khisanth, thats what i am searching..:) [03:34] Stryker, it either creates a new enviroment to work in, without making changes to your nomral one, or lets you input commands to a box that won't boot by itself, with a livecd [03:35] Stryker, chroot changes your root-directory, e.g. if you have to execute a program on a system thats not currently running. [03:35] imma have a rough one trying to get my Netgear Rangemax WPN111 up and running but here goes... ill let u know if it works [03:35] milind: err your previous messages sounds like you already know the answer for that ... [03:35] i must say, the linux community is way nicer than i anticipated [03:35] Stryker, better read some tutorials/howtos about fstab and chroot first :) [03:35] thanx ppl [03:36] Eiriksvin: why would you anticipate otherwise? [03:36] ugh, not happy about that [03:36] we are all evil [03:36] lol [03:36] every other software problem i have experienced has been decidedly vile [03:36] lol [03:36] ActionParsnip: Didnt work I tried doing searches yesterday [03:37] hey there !!!! [03:37] what do you guys think of unity / or gnome 3 [03:37] hate unity [03:37] Stryker, perhaps you should start copying and fstab. After that execute "update-grub" in your old system and your new system should be bootable (but is still dependent on your old system) [03:37] same [03:37] unity takes some getting use to, but its not that bad, gnome 3 i still haven't tested [03:37] unity - better desktop, better life :> [03:38] i have grown to hate my windows with a passion that would put religiuos zealots to shame... well my windows anyway [03:38] !poll | linuxxnut [03:38] linuxxnut: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [03:38] ray_ welcome back:) still having a rough go? [03:38] No, I am OK [03:39] could i just copy it from terminal? [03:39] good 4 u:) [03:39] Stryker copy what? [03:39] my whole operating system to another drive [03:39] Most of the sectors were marked, but I will need to buy a new hard drive to make sure I have a back up [03:40] sure, but it won't have linux-swap or grub [03:40] Squall5668: it's a usb hdd, not listed in fstab [03:40] Logan_, there is such a thing as 'worst' programs [03:40] i was thinking about something similar [03:41] Stryker: I guess that WorstBot should be created, in that case. [03:41] Does ubuntu 10.04 work with i5 2500K... Am facing a lot of issues on 10.10 :( ? [03:41] milind: do you have the external monitor plugged in right now? [03:41] milind: you could try `lshal -u /org/freedesktop/Hal/devices/computer | fgrep system.hardware` and see it if includes the second monitor [03:42] im about to try to get my Netgear Rangemax WPN111 USB Wifi adapter to pick up the refracted light of pluto and somehow convert it to a wifi signal of such a magnitude that linux will be forced to recognise my USB adapter and connect me to the internet! [03:42] wish me luck:) [03:42] Squall5668: I figured it out, I needed to disable "media automount" in nautilus [03:43] heh [03:43] noted :) [03:43] how do i create a copy of my linux onto another harddrive? (detailed) [03:43] Samo502, you there? [03:44] Stryker: How similar is the other hard drive? [03:44] * Diamondcite run away. [03:44] Dwade09: yeah i got back from dairy queen a few minutes ago [03:44] Samo502, it didnt work [03:44] hello there i would like to revert my python installation to the system installed version, i did a convertion a while ago only to discover it apparently broke some functionality [03:44] Stryker use gparted and copy everything with it, if grub doesn't work chroot, and run a grub-update [03:45] diamond the other hard drive has the same type of partition, and same amount of gigabytes [03:45] That's better. This drive has 6 encrypted partitions, and anytime I plugged it in I'd throw up 6 password prompts [03:45] Samo502, http://imagebin.org/150340 [03:45] MK`` lol [03:45] Khisanth, i think 'xrandr -d :0 -q | grep ' connected' | wc -l' should work, it is outputting 2, right now because the output of xrandr shows 2 monitors connected...dont know it will be foolproof though [03:45] Stryker: If the drive is the same size, technically you can use the dd command to copy the whole drive as is onto another drive. [03:45] Dwade09: i think i have an idea, i'm gonna try something really quick [03:45] hey Diamondcite think you could help me too? [03:45] ok Samo502 [03:45] that's pretty nifty [03:46] Stryker, you still have to correct the fstab-entries, which point to your old system... [03:46] Khisanth, thanks for ur help thought. i appreciate it. [03:46] how do i do that? === Jake_ is now known as JDM84 [03:46] Dwade, trying to find out what you are trying for.. [03:46] Dwade09: Also hulu is blocked from canada. [03:47] Diamondcite, its in the chan, see the chan we are together. [03:47] Stryker, get uuids from your new drive with "sudo blkid -g; sudo blkid" and put them to the corresponding fstab-entries [03:48] How to remove repositories from ubuntu software center? [03:48] stREaKer, go to settings in software center [03:48] thx rumpel [03:48] rumpe1, [03:49] does not help :| I still see all the sources in the right hand tab [03:49] yeah... okay, go to sources.lst, and delete the ones u don't want [03:49] Stryker, as long as you don't try to point your bootloader to your new system via "update-grub" in chroot, you will still be able to boot your old system... i hope, you have made backups. ;) [03:49] how do i avoid that the screensaver pop ups automagically when im watching videos whit totem? [03:50] lol, automagically [03:50] Dwade09: let me guess, your computer is a 64 bit computer? === Laggg is now known as Laggg9k [03:50] Stryker: dont that too but no use :( ... will the sources show if the packages are installed on the PC [03:50] Samo502, 32 bit [03:50] Samo502, was working just fine yesterday now it does all this. [03:50] Souperman: System>Preferences>Screensaver [03:50] stREaKer, probably not [03:50] Dwade09: i'm reading that 64 bit linux flash has trouble with this issue [03:50] Samo502, im running 32 bit [03:51] Stryker: then its not working [03:51] fdsf [03:51] stREaKer, i highly doubt that you need to remove sources if you have installed packages from them === dream is now known as Guest54625 [03:52] Stryker: I was messing around to get recent builds by adding sources but got unstable builds instead :( so am at a loss [03:52] Stryker: What do you plan to do with the old drive? Why are you migrating? [03:52] Jordan_U, so i can have a whole disk for linux instead of half a disk [03:53] Does Lucid Lynx support Sandy bridge architecture ? [03:53] Squall5668, i have there an option that says "dont popup the screensaver while watching movies"? no, there is none, wow why havent i checked the obvious option before asking!! [03:53] Stryker: What do you plan to do with the old drive? [03:53] use it solely for windows, while still containing linux Jordan_U [03:54] Samo502, so sorry took so long to get back to you, we had a tornado warning so i was watching the weather station and getting things ready if it hit. [03:54] Souperman, thanks for that, i should have guessed what exactly you have tried by talking to my good friend nostradamus [03:54] Souperman: What I tend to do is add the "power manager inhibit applet" to the panel, and enable that when watching stuff.. [03:54] stREaKer, natty alpha 2 seems to have support for sandy bridge [03:54] Dwade09: i doubt this would do much, but have you restarted your computer at all since this started? [03:55] yes i shut it down a while ago during the tornado warning. [03:55] stREaKer, http://news.softpedia.com/news/Ubuntu-11-04-Alpha-2-Has-Support-for-Sandy-Bridge-182478.shtml [03:55] Stryker: The reason I ask is that if you do a simple dd copy then it will copy the UUID of the filesystem as well. And when "Universally Unique Identifiers" are duplicated and thus no longer unique it can cause problems :) [03:55] rumpe1: yeah even 10.10 has it :P But if 10.04 had it I would have sticked to that . [03:55] I dont like the new UNITY :( [03:55] any chat client in ubuntu that supports video chat? [03:55] stREaKer, switching to another desktop environment isn't a big deal [03:55] bison: Skype [03:55] bison, skype [03:55] jinx! [03:55] :P [03:55] bison: Empathy, which comes installed by default. [03:56] Dwade09: i can't find a whole lot on it, it's obviously either a flash player issue of some type [03:56] rumpe1: I will try it after a proper stable release later this month .. oh wait that tomorrow!! :P [03:56] jordan: i think empathy doesnt support video calling [03:56] bison: It does. [03:56] bison i concur with Jordan_U [03:56] Well i havent tried video calling on empathy :P [03:56] jordan: why is it disabled [03:57] stREaKer, i wouldn't call it "stable" if it's just released... ^^ [03:57] thanks Samo502 for trying. [03:57] bison: It is not "disabled". What chat protocal are you trying to use? [03:57] rumpe1: Atleast this will be the LTS release right? [03:57] yahoo [03:57] stREaKer, natty hasn't LTS [03:57] Dwade09: most solutions say reinstall flash player, but from what i've seen that hasnt' fixed people's problems [03:58] it is every other number that it is lts [03:58] like 8>20 [03:58] whops [03:58] rumpe1: then we wont have LTS for 11 ?? :O [03:58] 8>10 [03:58] nope [03:58] jordan: im using empathy to chat with my yahoo contacts but the video options is not working [03:58] 11.10 will most likely be lts [03:58] ohk [03:59] neat, Squall5668 [03:59] bison: It looks like video may not be supported with the protocal Yahoo uses: http://live.gnome.org/Empathy/FAQ#For_which_protocols_does_Empathy_support_audio_and_video_chat.3F [03:59] hello everyone [03:59] Dwade09: having flash issues? [04:00] ActionParsnip, hulu.com wont play videos [04:00] correction: 11.10 won't be lts, my bad ppl [04:00] ActionParsnip, http://imagebin.org/150340 is that i get everytime even though i done it 40 times already [04:00] man, unity is the sexy [04:00] i want to know how to use .net in ubuntu [04:00] cat_ google for mono [04:01] BitOperator, unity does not work on my machine! [04:01] cat_ did you try this: http://www.blog.highub.com/linux/create-compile-and-run-net-on-ubuntu/ [04:01] Dwade09: can you give the output of: lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf [04:02] Jordan_U: thanks, how can i connect my ubuntu box into our windows server 2008? [04:02] sorry to hear that Stryker, gfx card problem ? [04:02] man, its so nice; I am almost sold on ubuntu [04:02] ActionParsnip, http://pastebin.com/gDTbhmzm [04:03] BitOperator, yup [04:03] Dwade09: mint isn't supported here [04:03] ActionParsnip, its same stuff, as ubuntu, [04:03] Dwade09: it's still not supported [04:03] !mint | Dwade09 [04:03] Dwade09: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [04:04] ActionParsnip, i wouldnt be here if they could help me. [04:04] how can i connect my ubuntu in our windows server 2008? [04:04] how do i create a copy of my linux onto another harddrive? (detailed) [04:04] Dwade09: your disro is offtopic here, this is for canonical releases only. ALL the other spinoff distros made on the basis of Ubuntu are also NOT supported here [04:04] what is the sintax to make an update alternatives entry switch to automatic? [04:05] So, i'm supposed to have a gts 250m, but ubuntu's "additional drivers" window doesn't show it at all....... [04:05] ActionParsnip, can you just give me some help, and what ever you where going to try tell me so i can try it. please. im at a loss. [04:05] ActionParsnip, he is helping people, I think he should be welcomed, not shood [04:05] *shooed [04:06] Stryker: its the channel policy [04:06] Dwade09: if you expect support from the ubuntu community then you should use ubuntu, not some cheap hack [04:06] i know i know [04:07] Stryker you misunderstood him, even if we want to help him, maybe we just can't. If there is something wrong with Mint we won't know since we don't use it === nestor is now known as Pro-Racing [04:07] even if it wasn't channel policy, its still best to ask ppl who can help [04:07] What is a simple program to synchronize two directories over separate networks? [04:07] hi, i am using 10.04 lts which has libcairo2 1.8.10, but this has show-stopping bugs which are fixed in 1.10.0. what is the best way for me to get libcairo2 1.10.0 on lts? [04:07] automatically, periodically [04:08] Dwade09: by the same token if ubuntu or mint people ask for support in #debian they will point you to the correct place to ask [04:08] any idea in connecting ubuntu in windows server 2008? [04:08] ActionParsnip, im already in linuxmint-help but they do not know what to do. [04:08] debian is mostly hosted on odbc servers, and they all hate me quite well because i use ubuntu [04:08] JohnTeddy: the easiest way should be cron jobs :) [04:08] what is the best way to run a script at start up? [04:09] is there a repository that has optional updated packages for lts? [04:09] milind: did you try System>preferences>startup applications? [04:10] ActionParsnip, i am not upset or mad at you or furious with you for that, i do understand 100% and I am sorry I am not using ubuntu but linuxmint, i am seriously thinking of switching back. [04:10] mbecroft: maybe backports? [04:10] milind: does it require the x server to be running and does it need the x server running? [04:10] hi whats the command to start loginscreen plz [04:11] 1 question in two! nice action [04:11] Fudge, do you mean gnome? sudo start gdm [04:11] ActionParsnip, yes it does [04:11] Squall5668 yes but its to configure gdm to turn on accessibility and classic desktop [04:11] Dwade09: I will say this, the Minte interface is spiffy... any way to get something like that in Ubuntu? [04:12] Actually that question would probably be best directed at someone else... sorry;) [04:12] milind: for which [04:12] sorry Fudge i didn't catch that [04:12] hey guys is there any solution to this problem: For some reason the panel that appears on the top of all windows dissapear, and now I can't drag the windows or minimize because I don't see those buttons [04:12] hey,an error occured in avast :无效的参数 [04:12] loginscreen is in system administration but i cant access the properties to see what the command is [04:12] Asmodeus87, i believe you can get it of of ubuntu's own repositories, but i may be whrong [04:12] Chilaquiles: press ALT+F2 and run: metacity --replace [04:12] Chilaquiles: No idea man [04:13] zhangcheng, wrong channel [04:13] Squall5668: that's what i am looking for; alas it does not include an updated libcairo2. any other ideas where i could get it? [04:13] So, i'm supposed to have a gts 250m, but ubuntu's "additional drivers" window doesn't show it at all....... [04:13] ActionParsnip, its just a script, that detects how many montors are connected to the laptop..and if the number is 2..then it makes my external laptop the primary monitor..thats all...so i want to put this script in start up. [04:13] !zhangcheng|cn [04:13] milligan /etc/rc.local ? [04:13] !cn|zhangcheng [04:13] zhangcheng: For Ubuntu help in Chinese 您可以访问中文频道:打字 /join #ubuntu-cn 或者 打字 /join #ubuntu-tw 或者 打字 /join #ubuntu-hk [04:14] how to change name [04:14] milind: System > Preferences > Startup Applications +add [04:14] orangess on irc or ubuntu? [04:14] ActionParsnip: I think it worked but it screwed up my screenlets :( [04:14] Stryker: I have no idea what to look under though... I'll take a look at some guides tomorrow [04:15] any idea in connecting ubuntu in windows server 2008? [04:15] milind: then add it in the startup items and it will run [04:15] on irc ;) [04:15] Asmodeus87, look up mint [04:15] hey guys [04:15] mbecroft: http://packages.ubuntu.com/natty/libcairo2 [04:15] bison: connect in what way?? "connect" means nothing [04:15] bison, what do you mean "connect" [04:15] orangess it is /nick NEWNICKNAME [04:15] is there a channel for gnome 3 [04:15] wick94: #gnome possibly [04:16] bison: use tsclient and you will have a connection [04:16] ActionParsnip, i think he means network [04:16] configure: error: no acceptable C compiler found in $PATH [04:16] what does this mean [04:16] Stryker: i can't think of any other way to connect except over a network [04:16] CornOnTheCob: What are you trying to install? [04:16] hey is Lacar or promille on? [04:16] how to access Windows server 08 under ubuntu? [04:16] looks like you need to install a compiler CornOnTheCob [04:16] hey i think i ve really screwed up my python install, anyone wants to give me a hand with update-alternatives ? [04:16] ActionParsnip, you have a point [04:17] http://www.ubuntu.com/certification/hardware/201102-7305, I find this, then where to get the pre-installed version of ubuntu? [04:17] hi! I've been struggling to figure out how to install some canon drivers. I finally found some package files with the driver, but they depend on libcupsys2 which is no longer available. I found a couple websites which say there is a "virtual package" which allows me to use libcups2, but I cannot figure out how to install this virtual package. Help? [04:17] @jordan_u ettercap in osx [04:17] bison: stil vague, do you want to connect to the email server running on it, file shares, terminal services..... [04:17] bison, try the "terminal Server Client" [04:17] bison: which [04:17] bison please give some more info, what is it you want to access? remote desktop? telnet? active directory? [04:17] CornOnTheCob, have you tried ./configure instead? [04:17] bison: do you mean like RDP? [04:17] ok, thanks to you [04:17] CornOnTheCob: This is #ubuntu. For OSX try ##mac. [04:18] i know jordan [04:18] i thought it would be best to start here [04:18] #ubuntu-desktop [04:18] hardly even the same CornOnTheCob [04:18] CornOnTheCob: This channe is for Ubuntu support questions only. [04:18] similar file structure === orangess is now known as theGreatDane [04:18] bison: if you can clarify HOW you want to connect (for what service you want to connect to) we can advise [04:18] CornOnTheCob, try a unix or bsd channel [04:19] stryker, stop being so hostile [04:19] something weird is happening [04:19] CornOnTheCob, i have the freedom of speech [04:19] CornOnTheCob: Do *not* ask in a bas channel. They will also likely not appreciate OSX questions. [04:19] CornOnTheCob: *BSD channel. [04:19] i understand you like to pass the buck [04:19] but don't be so hostile please [04:19] when I press a folder in the places menu in gnome, it opens rhythmbox! I just checked update-alternatives --all for a setting, but I didn't find one [04:20] Oo [04:20] anyone know what tells gnome what to use? gconf maybe? [04:20] manOwl: http://ubuntuforums.org/showthread.php?t=1631961 [04:20] CornOnTheCob, BSD and UNIX are what osx is based on. Please try chatrooms for those. Linux is similar to UNIX but it is not, and it is more appropriate that you try somewhere else [04:20] ActionParsnip: thanks [04:21] yes putting the script in startup applications..worked !! thanks [04:21] So, i'm supposed to have a gts 250m, but ubuntu's "additional drivers" window doesn't show it at all....... [04:21] Stryker, I know this. I understand it's Darwin environment [04:21] Anyone got a solution for IE6 on Ubuntu without the use of a Windows XP VM, I tried IEs4Linux but that didn't work with my newer version of wine or something. [04:21] haha, excelletn! [04:21] no need to be rude just because someone is a little different than you [04:21] ActionParsnip: thanks man [04:21] CornOnTheCob, try out ##unix and or ##mac [04:21] manOwl: np [04:21] lol [04:22] I guess I thought it was so weird that I didn't even want to bother googling [04:22] hey im running ubuntu on a laptop and my touchpad mouse stops working as soon as i log in. how can i fix it? [04:22] iszak: IE6 can't even work right on Wine, is it really nessecary to use it? its bad anyways [04:22] i figured i messed it up myself when I played with update-alternatives or gconf-editor [04:22] iszak: IE6 got a Silver rating on WineHQ, which means it may be usable [04:22] Stryker, are you ever going to answer a technical question for anyone, or are you just going to pass the buck [04:22] Squall5668, testing/development that's all [04:22] iszak: but some plugins might not work, and there's probably nothing you can do about it [04:22] manOwl: linux can nearly always be fixed :) [04:22] CornOnTheCob, he's not being hostile, he's giving you a suggestion on the best place to go to get a reliable answer for your question [04:23] i concur with zaery, CornOnTheCob [04:23] zaery, no need to gang up [04:23] i understand what he's saying [04:23] iszak wine is your only choice then, if you cant make it work, go to #winehq [04:23] CornOnTheCob: does your question have anything to do with ubuntu [04:23] i speak english [04:23] then why are you still here? [04:23] CornOnTheCob, most of us cannot help you with osx [04:24] i'm still here because I'm interested in other people's questions [04:24] and reading them [04:24] CornOnTheCob: Stryker: zaery: Please just drop this conversation. It's not going anywhere productive. [04:24] i concur, Jordan_U [04:24] thank you jordan [04:24] cornonthecob is an awesome nick [04:25] thanks for your help guys, got it sorted by using libcairo2 package from natty which works fine on lucid 10.04 lts [04:25] !offtopic [04:25] #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! [04:25] ok [04:25] brewster, why thank you, but if you could please keep the conversation to ubuntu related questions, we would appreciate it [04:25] anytime mbecroft [04:25] hypocrite^ [04:25] well can anyone fix that mouse problem? [04:26] what's the problem brewester? [04:26] @stryker, that wasn't very productive, please keep the convo. ubuntu related only, thank you [04:26] im running ubuntu on a laptop and my touchpad mouse stops working as soon as i log in. how can i fix it? [04:27] brewster have you tried https://help.ubuntu.com/community/SynapticsTouchpad ? [04:28] So, i'm supposed to have a gts 250m, but ubuntu's "additional drivers" window doesn't show it at all....... [04:29] Guys I have ubuntu 10.10 DVD how can I add the source ? [04:29] zaery, you went to system -> administration -> additional drivers ? [04:30] aszak: that's the additional drivers window i'm talking about :/ [04:30] and it's not coming up, odd. [04:30] stREaKer say again, add what source? where? [04:30] zaery, chances are you're not the first to have this problem, google should return results for it [04:31] !softsources | stREaKer [04:31] stREaKer: Looking for your Software Sources in Maverick/10.10? For a simple way to enable the menu item see http://tinyurl.com/24jxd6t - More information at https://help.ubuntu.com/community/Repositories [04:31] Squall5668: I have a Ubuntu 10.10 DVD which has a lot of software present on it , how do I make the software center use that before downloading it from the net? [04:32] stREaKer: you will have an easy way to add the dvd as a source after you follow the instructions on the above link [04:32] ohk thanks :) [04:32] welcome [04:33] thanks a lot Squall5668. it worked [04:33] anytime === squishy is now known as SquishyNotHere [04:34] !away > SquishyNotHere [04:34] SquishyNotHere, please see my private message [04:34] hello people, some body know what processor support a board ms-7142? [04:35] Portocent: ask in ##hardware [04:35] what is the default installation path of python in ubuntu? [04:35] ok tanks [04:36] ubottu: It always returns this error "Insert a disc in the drive " :( [04:36] Error: I am only a bot, please don't think I'm intelligent :) [04:36] lol [04:36] oneliner: i think its in /etc/? [04:36] Squall5668: It always returns this error "Insert a disc in the drive " :( [04:36] /usr/bin/python === Squall is now known as Squall5668 [04:37] My google-fu is lacking, i cannot find anyone whose gts250m is not detected by the additional drivers window :/ [04:37] My google-fu is lacking, i cannot find anyone whose gts250m is not detected by the additional drivers window :/ [04:37] loloops, didn't mean to say that twice [04:38] zaery: just install nvidia-current should be fine [04:38] It always returns this error "Insert a disc in the drive " :( [04:38] is anyone has test the ubuntu 11.04 [04:38] diaoer: natty is offtopic here, please ask in ##ubuntu+1 [04:38] i have, but its offtopic here :) [04:38] i cant join ##hardware!! [04:39] diaoer: #ubuntu+1 [04:39] Portocent its #hardware [04:39] Portocent: you may need to be registered [04:39] ok [04:39] how did do it? [04:39] !register [04:39] Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [04:39] sorry my english i'm colombian [04:39] i have windows xp hhd and want to check for viruses on ubuntu [04:39] good day,every one~\(≧▽≦)/~ [04:39] Samo502, and ActionParsnip i fixed it [04:39] Dominater: maybe the other way around? [04:40] Dwade09: how did you fix it? [04:40] Dominater: windows can't "see" ubuntu partitions, only ntfs [04:40] Samo502, and ActionParsnip i fixed it by deleting the .mozila folder [04:40] I think he means "On Ubuntu, I want to check for viruses on my Windows partition" [04:40] ActionParship: i'm new i d'nt know how register me [04:40] In unity; is there a way to rearrange the launchers on the left side ? [04:40] Dwade09: that's an odd solution but whatever works [04:40] But when I load the DVD , a pop up with title Upgrade Volume Detected comes up I select start package manager there but it doesnt work :S [04:40] Dwade09: if you use thunderbird then you also deleted your emails [04:41] BitOperator: #ubuntu+1 [04:41] thanks [04:41] #ubuntu+1 [04:41] oh, well Dominater download clamav! [04:41] ActionParsnip, i do but its backed up. === cryptk|offline is now known as cryptk [04:41] BitOperator: the Natty channel [04:41] i meant i just remove my hdd which has xp on and i put on it my pc which is ubuntu and want to check for viruses and delete it [04:41] thanks [04:41] is this going to be the Natty channel in 2 days? [04:41] yes, and all hell will break loose [04:41] haha [04:41] :-) [04:41] Dwade09: cool, backups are awesome, you'd be suprised the number of people with "important data" but have no backup. [04:42] expecting a lot of traffic after the official release ? [04:42] is anyone install gtk3 on 10.10 [04:42] BitOperator: yes :( [04:42] ah awell, its all good fun :) [04:42] diaoer: I know a ppa for gnome3 if you want it [04:42] I'm trying to install a canon printer driver in Lucid, I found the driver package from canon-europe, but it depends on libcupsys2. Supposedly libcups2 provides libcupsys2 as a "virtual package" but installing the printer driver cannot find this anyway. Is there anything I can do short of repackaging the printer driver? [04:42] i have a windows server 2008, and i want to access my server using ubuntu [04:43] diaoer: http://www.omgubuntu.co.uk/2010/11/install-vanilla-gnome-3-in-maverick/ [04:43] i just want install the gtk3 [04:43] what do i need? [04:43] bison: access in what way?? [04:43] ActionParsnip, maybe next time if someone running linux mint, has same issue you could mention that to them, [04:43] thank you ,let me see [04:43] bison again? we need more info [04:43] bison: do you have file shares on the server you want to access? [04:43] Samo502, thank you so much for all your help, [04:43] ActionParnship: like a client of the WS08 [04:43] Dwade09: you're welcome [04:43] hi [04:44] I have local ubuntu mirror, Can i populate it with 11.04 repository, since it is not yet released ? [04:44] bison do you mean Active Directory services? [04:44] bison: what is WS08? [04:44] bison: http://www.watchingthenet.com/how-to-connect-to-a-windows-terminal-server-from-ubuntu.html [04:44] hey guys, i have a question about gtk+ and the gtk irc was empty [04:44] Squall5668: yes [04:44] kaushal: sure [04:44] Action: WIndows Server 08 [04:44] bison: https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto [04:44] how i registered me on ##hardware? [04:45] i would like to know if theres any possible way to remove scrollbars from gtk+ windows to save space? [04:45] bison: then why not say "Can I make my ubuntu system use active directory" or something intelligent, rather than using "access" which means noting# [04:45] but the ppa:ubuntu-desktop/gnome3-builds is can not used right now [04:45] !register | Portocent [04:45] Portocent: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [04:45] Portocent: you register on the whole freenode network, you can then authenticate as your nick with a password [04:45] Action: sorry, wrong way of asking [04:45] Portocent: join #freenode and ask how to register [04:46] anyone have a suggestion on my problem? [04:46] bison: thats my point and was why we were asking how you meant with "access", you can telnet to a mailserver on port 25 and you will be "acessing" it [04:46] bison: https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto [04:46] ok tanks, some body know an Spanish hardware channel? [04:47] !es [04:47] En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [04:47] ok, my bad, thanks guys [04:47] Portocent: there may be #hardware-es [04:47] just searched, there isn't one Portocent, sorry [04:48] anyone here knowledgeable about gtk+ modification? [04:48] ok tanks, and sorry for my bad english [04:49] Agentkiller4: http://www.omgubuntu.co.uk/2011/03/ubuntus-new-overlay-scrollbars-for-natty/ there is this in natty, not sure if its implementable in maverick, there may be a method [04:50] i learn gtk from www.gtk.org [04:50] !info overlay-scrollbar [04:50] Package overlay-scrollbar does not exist in maverick [04:50] my english is so poor too [04:50] Action: im currently on Debian, i just want to entirely remove scrollbars and only allow mouse wheel [04:51] ActionParsnip did you mean http://packages.ubuntu.com/natty/liboverlay-scrollbar-0.1-dev ? [04:51] would overlay cut down on my scrollbars under debian? [04:51] Agentkiller4: not sure. I wouldnt mix ubuntu and debian packages [04:51] Agentkiller4 please join #debian [04:52] Squall5668: I guess you could compile it [04:52] mm, i went to #gnome/#gtk, its too late night, nobody is on, sorry for being out of place =[ [04:52] Agentkiller4: http://osdir.com/ml/gnome.gtkmm/2002-12/msg00127.html === will_ is now known as Real0pty [04:53] is now 11:53 now [04:53] 6:53am , win [04:53] hey folks. [04:53] diaoer: 4:53am [04:54] 2.5 hours of work left :) [04:54] diaoer: 11:53 too xD [04:54] im on a 256 kbps connection.. [04:54] chinese time [04:54] :-D [04:55] [04:55] ashmew2: on my natty the updates have left me with my N wireless at 500b/s and 100kb/s on G xD [04:55] my connection.. is less than 256 kbps .... [04:55] AgentKiller4: LOL ! [04:56] ashmew2: yeah, they really gotta fix that, debian doesnt share the same bug xD [04:56] where do i set default permissions for files and directories? /etc/profile or /etc/.profile? [04:56] or is there something a little more universal? [04:56] Agentkiller4 : "D [04:56] Macer: you set them on the directories [04:57] ActionParsnip: but when new directories are created they are 755 [04:57] macer:umask [04:57] and i have to manually change them [04:57] diaoer: is it the umask in profile? === dj is now known as Guest87536 [04:58] you cat ask google for help,my english is so poor ,hehe [04:58] haha [04:58] well.. umask has a setting for the files but not the directories [04:58] unless that 1 number controls both [04:58] let me see if i can find something... but thanks [04:59] Macer: http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html [04:59] there you go [04:59] you are welcome [04:59] Agentkiller4: thanks so much heh [04:59] should be a simple append to .profile/bashrc [04:59] yeah.. i am reading it now [04:59] i just have to find out the correct number [05:00] i am looking for a default of rwx for owner and group for directories and rw for owner and r for group for files [05:00] 022 default files 755 [05:00] but what about directories? :) [05:00] Using CD-ROM mount point /cdrom/ [05:00] Mounting CD-ROM [05:00] E: Failed to mount the cdrom. [05:00] why is this showing even when I have a DVD in it? [05:01] Macer, annother dirty solution would be to actually change the mount parameters [05:01] Macer: so the drive is mounted with RWX [05:01] Agentkiller4: haha.. that's ok. i would rather just change the umask settings for the linux boxes and smb.conf [05:01] i know samba has 2 options for file and dir permissions [05:02] stREaKer: the drive is still the same, as a guess [05:02] but the nfs and local stuff is killing me [05:02] stREaKer: does it not automount? [05:02] ActionParsnip: The GUI didnt work and on terminal with apt-add cdrom am getting this [05:02] driving me nuts every time i make a dir or download a file it has rw_r__r__ for files [05:03] why would distros use that as a default?? [05:03] Macer: yeah, i use a second partition for everything inside private folders so i can force global file permissions [05:03] ActionParsnip: it is mounted and am browsing it still getting the error . [05:03] especially ubuntu server :) [05:03] what's wrong with rw-r--r ? [05:03] Agentkiller4: can you change the umask per dir? [05:03] yeah, rw-r-r is generally safer [05:03] stREaKer: you sure of the path? [05:04] ActionParsnip: How can I be sure of that ? [05:04] ActionParsnip: meaning have different umasks per dir in profile? [05:04] making say... /home and its subdirs default to 700 for files/dirs and something else default for group reads etc? [05:04] ActionParsnip: "/media/Ubuntu 10.10 i386" this is my path [05:04] Macer: i do not think so, i actually mount everything as seperate partitions and have per directory permissions [05:04] or do you only get one global default for umask? [05:05] i think its a global default for root and non root [05:05] i installed nvidia-current, now my additional drivers window says that i've got it installed, but it's not in use. how do i activate it? [05:05] do per directory permissions affect subdirs created within the dir? [05:05] :) [05:05] umask in /etc/profile for all user and in HOME./profile for user [05:05] zaery did you reboot? [05:05] yup [05:06] Macer: it should affect all inside [05:06] Squall5668: can you help me with this? [05:06] diaoer: yeah but that will kind of mess things up just a tad heh.. if a user has a umask of 077 they will write it with no perms for the grp [05:06] if they write something to the group directory [05:06] stREaKer sorry, what? [05:06] Agentkiller4: hm. ok. i will take a look... i have to figure this one out it is driving me nuts ;) thanks for the help [05:07] Macer: is it all on root partition or separated? [05:07] ..i search google .hehe [05:07] ah ok. the umask has different settings on perms per number [05:07] Squall5668: the apt-add cdrom command works on /cdrom/ but my DVD is mounting on /media/ how can i change that [05:07] Agentkiller4: both ;) [05:07] Macer: hmm, because i use nls=iso8859-1,users,umask=000,posix=1,user,uid=user [05:07] but thanks for the help. i will be able to figure it out.. but i was hoping to avoid having to constantly change permissions [05:08] Macer: to mount my executable folder [05:08] stREaKer eh, that's where they should be mounted, still i think you can use "mount -o bind /media/xxxx /somethingelse" to bind them elsewhere [05:08] not too worried about executables [05:08] more about protecting personal vs group files/dirs [05:08] Squall5668: ohk will try [05:08] in a default manner where nobody can get things in the wrong place or read by others [05:09] or accidently open up a group file to the entire system ;) [05:09] by default [05:09] Macer: but if you mount everything seperately and configure its mount options, so that its broken into nice sections [05:09] Macer you can set a parent folder to a certain mask and make sure anything in it is private, you don't need to change defaults and dont need to chmod all the time [05:10] Macer: look up pydsm, very nice application for managing mountpoints and you can use it to make sure all your folders are mounted with right permissions/umask [05:10] Squall5668: ah ok [05:11] Squall5668: that is what i was trying to figure out ;) [05:11] hello #varnish, I am attempting to hook varnish into my magento config and getting this error [05:11] http://pastie.org/1837941 [05:11] how do do it per dir and not only globally in profile\ [05:11] Barbarroja [05:11] I think there is just a syntax error on line 494 or thereabouts and I am not that good with xml yet === Barbarroja is now known as RobotPirata [05:12] just chmod the folder you want, permissions for files inside it will not matter, since someone else can't enter the dir anyways === RobotPirata is now known as Numero2 [05:12] anyone else* === Kasjopaja23 is now known as Kasjopaja === Numero2 is now known as CapitanCC === Kasjopaja is now known as Guest44071 === CapitanCC is now known as capitanbubilla === capitanbubilla is now known as capitanbombilla [05:15] How easy will it be to update from 10.10 to 11.04 [05:15] easy enough for you to go have some coffee, and just press a few "Y" s [05:16] so it will be like updating a game? [05:16] top_ramen: very [05:16] hm, yes if you don't have custom changes [05:16] top_ramen: the upgrade doc will show you how [05:16] just keep pressing Y when asked [05:16] ok..... [05:17] hh [05:17] im cleaning up my HDDs right now and will be installing 10.10 soon [05:17] top_ramen: why not just wait a few days then install natty [05:17] Squall5668: i will try that but i'm pretty sure that the files even in the new dir will take permissions from the umask [05:17] clean it good enough for it to take a day and install 11.04 right away :) [05:18] which was the problem i was having earlier. but let me get down to it and see what i can do and hopefully it works out .. thanks everybody for the help. going to get this all set up [05:18] Macer ok, tell me what happend too :) [05:20] hm [05:20] can i just source profile to change the umask withoout logging out? [05:20] it appears that nvidia-current is broken on my computer: http://imgur.com/vxMXg [05:21] guess so :) [05:21] zaery: you may need to run: sudo nvidia-xconfig and reboot [05:21] ok.. the global umask works fine.. all i need to do is figure out how to set umasks on directories and i'm good [05:22] hey guys, something crazy is going on [05:22] hi all [05:22] clear [05:22] oops [05:22] ok, so http://www.google.com [05:22] redirects to feed burner [05:22] and the site looks sheisty, is everyone experiencing this? [05:23] just you chaosbringer [05:23] seriously? [05:23] wtf [05:23] its feedburner.google.com/fb/a/account [05:23] im on ubuntu 10.10 [05:23] there is no way this is a virus or something [05:24] wondering if i could get some help setting up my composite manager? using xcompmgr [05:24] oh i guess you can't umask on a per directory basis :( [05:24] chaosbringer maybe you are logged in google and have changed a setting of some sort? [05:25] http://feedburner.google.com/fb/a/account [05:25] it redirects me to that [05:25] wtf [05:25] google: (lol) browser redirect [05:25] only on chrome [05:25] and only on linux [05:25] yeah, only on chrome [05:25] so you are not logged in correct? [05:25] chaosbringer: try as a different user [05:25] i am [05:25] :/ [05:25] chaosbringer: please ease up on the enter key [05:26] sorry ActionParsnip [05:26] wow, im way to high for this [05:26] quit [05:26] chaosbringer: try as a different user [05:26] * LAcan has FINALY vanquished a very persistent version of Alureon from his winblows system. Yay. [05:26] Squall5668: you i think setfacl might do it :) [05:26] use umask for global and setfacl for directories [05:27] even if i logout ActionParsnip it still redirects me to https://www.google.com/accounts/ServiceLogin?service=feedburne [05:27] https://www.google.com/accounts/ServiceLogin?service=feedburner *** [05:27] chaosbringer: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:27] chaosbringer: no, as a different user on your system [05:27] oh, i only have one user in my system, damn [05:27] well, in a diff computer it works as normal [05:28] Hi all. I recently changed swap partitions, and I'm having trouble getting hibernation to work again. (Hardware changes that included more RAM meant my old one was too small to hibernate to.) After changing to the larger swap partition, I can hibernate, but resume fails and it goes on with a normal boot. I get roughly this on the console while booting: "swapon: /dev/sdb4: software suspend data detected. Rewriting the swap signature. / Invalidating stale [05:28] and on firefox it works as it is supposed to as well. So i dont know what the crazy stuff is [05:28] jpk, likely hibernate is using the old swap partition or is incorrectly pointe [05:28] pointed [05:29] chaosbringer try clearing all personal stuff on chrome, and make sure your homepage is set correctly, then restart chrome and try again [05:29] ActionParsnip, i managed to get here: https://encrypted.google.com/ WTF i never even knew that existed [05:29] chaosbringer, youve enable a firefox extention or confiured google to us HTTPS always [05:29] chaosbringer: make a new user then.... [05:30] chaosbringer, thi breaks some google functionality [05:30] Howdy. I'm looking for some help mounting a Samba share as read-write. Currently, I am only able to mount it as read-only. [05:30] setfacl -d -m mask:027 /mnt/Storage/ [05:30] hm. that didn't work :( [05:30] LAcan, its not firefox, its chrome. Also every other browser and computer redirects me correctly, logged in or out [05:30] except for Chrome in ubuntu [05:30] While logged into the Samba server, I am able to mount the share read-write. But on a remote server, I am able to mount as read-only. [05:31] oh. i need to set acl permissions in fstab [05:31] ugh [05:31] LAcan: I figure it's something like that, but I haven't been able to find where to change that. [05:31] chaosbringer, ok w/e. I have the aame settings enabled (somewhere) cuz im on open wifi [05:31] exited, and re-entered, and done [05:31] jpk, I don't know either... [05:31] now its ok and redirects me correctly [05:31] jpk, does the old partition stil show as exisiting? [05:32] i dont know what the hell that feedburner stuff was, but it seems google acquired them a while ago [05:32] how to get thinkfan work for my thinkpad t400 running lucid [05:32] chaosbringer, feedbruner is used to create RSS feeds for static pages like blogs [05:32] LAcan: Yeah, it's still on the disk, but I'm not mounting it any longer. (Added the new partition in /etc/fstab and commented out the old one.) [05:33] jpk, sorry man, that's above my paygrade. cant help you but escott can if/when hes here. [05:33] LAcan, yes. i saw that. however, whenever i tried to go to www.google.com it took me to http://feedburner.google.com/fb/a/account and whenever i typed http://google.com it took me to https://encrypted.google.com [05:33] like a browser hijacking but in chrome and for linux [05:34] chaosbringer, ya i have the same thing. ff4 extension i believe.. maybe chrome has a similar feature? [05:34] LAcan: Ah, I gotcha. I'll keep an eye out. Thanks :) [05:34] LAcan, not that i was aware off. And i didnt install any features like that recently [05:34] why does Ubuntu Unity in 11.04 break my compiz/ [05:34] j2cool, because unity is not normal gnome [05:34] =( [05:34] chaosbringer, to be truthful, i dont know how or where my sht is configred to do that either [05:35] but i like that behaviour [05:35] is [05:35] LAcan, u like feed burner? [05:35] j2cool, ive told you that 20 times [05:35] j2cool that's because unity has compiz and settings for it, in it self, also goto #ubuntu+1 [05:35] nopf, encrypted.google.com [05:35] Is thers ppa for lucid to install gnome3 [05:35] ohia Afteraffekt [05:35] oh, yeah, that was ok. but the feed burner stuff was nuts [05:36] fly: http://techienotes.info/2010/09/05/install-gnome-3-on-ubuntu-lucid/ [05:36] fly: all I did was websearch..... [05:36] jpk, have u tried googlin? [05:36] thank u [05:37] jpk, this might halep you, at the bottom: https://help.ubuntu.com/community/SwapFaq [05:38] Howdy. I'm looking for some help mounting a Samba share as read-write. Currently, I am only able to mount it as read-only. While logged into the Samba server, I am able to mount the share read-write. But on a remote client, I am able to mount as read-only. [05:38] kkerwin, you need to make a samba user that the client can login with [05:38] how do I configure compiz to not have the focused window follow me from workspace to workspace? [05:39] Afteraffekt, Done that already. Also, the directory that the client logs into on the server is writable by the user. [05:39] hello how do I disable an integrated graphics card that is eating up my ram? [05:39] then that user doesnt have proper permissions [05:39] lorph: in BIOS [05:39] lorph usually from bios [05:40] EpicCyndaquil not sure about compiz but if you right click the window bar it has a "Always on visible workspace" setting [05:40] Afteraffekt, Hmm. Well, when I ssh into the server, and log in with the user, that user is able to write to the directory. [05:40] MaRk-I: Afteraffekt: there's no way to do it in ubuntu? I'm asking because its a dedicated server [05:40] Squall5668: the issue is regardless of that setting, the FOCUSED window always follows me [05:40] you said you were using samba, samba has those settings [05:41] ssh is a different beast [05:41] LAcan: Aye, but nothing i've found so far worked. I've seen that page, in fact. :-P [05:41] Afteraffekt, When I am logged into the server, I am able to mount the samba share via samba, and am able to write to the share. [05:41] jpk, lol i figured [05:41] oh my bad [05:42] Gfx can only be turned off in bios [05:42] and the samba has to have a user for the client side [05:42] unless you made one yourself, then you didnt do it all the way [05:42] lorph: no idea sorry [05:43] Afteraffekt, Both server and client have a unix user of the same name. I have also used smbpasswd to add them as samba users. [05:43] lorph, dedicated servers dont usually have dedicated graphics cards that eat ram lol - unless its a home made dedi server, then you need to set the bios up to reflect that [05:43] EpicCyndaquil try disabling enabled compiz mods one by one, see which one fixes your problem and look at its settings later [05:43] kkerwin, have you changed the permissions in samba for that user [05:43] Afteraffekt, Ok. I guess not. How can I do that? [05:44] Afteraffekt: well mine does :P [05:44] Afteraffekt: it seems to have a radeon 3000 [05:44] in administrator, go to samba settings and go to user [05:44] lorph: you may cause a POST error if you disable the onboard video. Systems MUST have a video BIOS to pass POST. Just set the video RAM as low as it will go [05:44] Squall5668: it was like this when I installed Ubuntu. I think it's a Unity thing [05:44] Afteraffekt, Mmm ... how can I do it via the CLI, please? [05:44] as far as compiz, its usually in rotate cube under rotate to cube wuth window [05:45] Afteraffekt, The server does not have an xserver. [05:45] kkerwin, im not sure honestly [05:45] EpicCyndaquil 11.04 is not supported here, goto #ubuntu+1 [05:45] check the site === Fishman12a is now known as FishFace [05:45] can someone help me w/ starting an application on casper login? [05:45] I asked there too, thought it was general though, my mistake [05:45] i'm trying to figure out is there something like /etc/skel for casper? [05:46] Afteraffekt, Quick question though. Why would a samba user local to the server be able to write to a share mounted over samba, while a remote client wouldn't be able to? Is it a problem with the client setup then? [05:46] kkerwin: because you have authenticated as the user on the system which has write access [05:46] kkerwin: try running: sudo smbpasswd -a $USER [05:47] kkerwin: when you connect you can use the password to authenticate [05:47] ActionParsnip, said it right [05:47] ActionParsnip, Am I running this on the server, or on the client? [05:47] server [05:47] kkerwin: on the server [05:47] ok [05:47] kkerwin: you can tell windows and linux clients to remember the credentials [05:47] thanks ActionParsnip you saved me a google search [05:47] AH, Squall5668, it was "Static Application Switcher" [05:47] Afteraffekt: i'm not bad with samba sharing. I do all mine in cli though [05:48] its easier really [05:48] Glad you found it [05:48] and much faster [05:48] Afteraffekt: very === canon is now known as Acid190 [05:48] im not even using ubuntu as my distro [05:48] ActionParsnip, That didn't work. [05:49] kkerwin: what is the output of: service smbd status ? [05:49] actually while we're on the samba topic, I've got a pretty bog-standard samba setup to share partitions over the local network - if you type \\\ into the location bar in windows it works, but the comp doesn't come up in the list in explorer. Is there a setting I'm missing in samba to make my machine 'discoverable' or whatever? [05:50] milamber, The server is not an ubuntu box. The service command was not found. The server is a pogoplug, which is an embedded linux. [05:50] setfacl -d -m mask:027 /mnt/Storage/ [05:51] that doesn't work :( [05:51] 007 works though [05:51] Macer: still looking for it? [05:51] Squall5668: yeah [05:51] using setfacl kind of works [05:51] i was able to change the acl mask to 007 [05:51] but i want that specific dir to be 027 [05:51] Might be an obvious question, but if I set up a Xen hypervisor on my laptop and install Ubuntu as a domain, what kind of problems will I run into? (performance loss/failure to suspend?) [05:51] but it won't let me use the 027 umask for some reason [05:53] ActionParsnip, Got anything for me? [05:54] bloopletech, Wish I could help. :-) [05:55] kkerwin: thats all I know. i always edit smb.conf and you can change who has what access there, dead handy for setting up new shares via ssh [05:55] kkerwin: np, really I sohuld be worrying about getting a gigabit router so I can copy files a lot faster [05:56] ActionParsnip, Mind if I pastebin my smb.conf for you? maybe it's a problem in there? [05:57] ActionParsnip, If you don't mind: http://pastebin.com/RdUjJx6N [05:59] hello [05:59] kkerwin could you state your problem again? [05:59] Squall5668, Sure. [05:59] Howdy. I'm looking for some help mounting a Samba share as read-write. Currently, I am only able to mount it as read-only. While logged into the Samba server, I am able to mount the share read-write. But on a remote client, I am able to mount as read-only. [06:01] kkerwin: does this link work: https://dl-web.dropbox.com/get/Linux/smb.conf?touch=O3S8CQ%3D%3D&w=f828757d [06:01] kkerwin: all you need are the bottom sections. Notice how I have allowed users and such, I also specified it as writable as well as not read only [06:02] kkerwin: failing that: http://pastebin.com/QvFxbEiL [06:02] ActionParsnip, Ok. Let me try some of the things that you have here ... [06:03] hi, how can I downgrade compiz to maverick's vesion on Natty? thanks [06:04] aroman 1)natty is not supported here, goto #ubuntu+1 2) i recommend you don't do that since unity relies HEAVILY on compiz [06:05] Squall5668: yeah, but its also extremely buggy/freezy on my laptop (sandybridge, intel graphics) [06:05] and I guess I figured I'd try here since it's coming out in like a day :P [06:05] aroman: natty isn#'t supported here [06:05] aroman id recommend Ubuntu 10.10 then [06:05] on login screen use "ubuntu classic" aaaand im going offtopic [06:05] Afteraffekt: right, but I need natty's kernel [06:06] i got the livecd in virtualbox, xubuntu 11.04. it says other. i click there and it asks for username and then password. does anyone know what it is? thx! [06:06] I dont see why, but as mentioned, off topic here [06:06] unless someone here could tell me how to get natty's kernel and version of xorg running on Maverick [06:06] Afteraffekt: because of graphics, wifi, and sound driver :) [06:06] should do fine in 10.10 [06:07] i need the username password for ubuntu or xubuntu livecd [06:07] aronman: on login screen use "ubuntu classic" aaaand im going offtopic [06:07] i'm speaking from experience here [06:07] jimcake_ ubuntu livecd has no password [06:07] Afteraffekt: I know for a fact that my laptop's card isn't supported; it's like 2 months old [06:07] xubuntu livecd is asking for username password [06:07] There hasnt been a new graphics card in a while [06:08] jimcake_, just hit enter [06:08] xubuntu is at #xubuntu though :0 [06:09] aroman, if i can boot ubuntu 5.10 on my laptop, yours should work with 10.10 [06:10] Afteraffekt: of course it boots, but I don't have wifi or 3D drivers [06:10] then install them? [06:10] i'm not making this stuff up; I have both tried it personally and read the release notes for the .38 kernel. [06:10] my new laptop (got it a few hours ago) - has 3d drivers and wifi - np :D [06:11] So I've seen a few vids of MIDI to FDD music, but I just saw a vid that used 4 FDD. The only way that I know how to do that is with a win32 app. My question is: Is there someway to make MIDI to FDD on ubuntu? [06:12] ActionParsnip, Not working. Claims to have a bad network name. Here's my smb.conf: http://pastebin.com/D0tDjNx0 [06:12] I have an issue when someone get a min. thanks [06:12] ActionParsnip, More specifically, I can't even mount the share. [06:12] Acid190, Go ahead and ask your question. [06:13] Acid190, When someone is available, they will do their best to answer. [06:13] I have a java chat applet that is not loading [06:14] Acid190, java -version from terminal please. [06:15] java version "1.6.0_20" [06:15] OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1) [06:15] OpenJDK Server VM (build 19.0-b09, mixed mode) === arand_ is now known as arand [06:16] Is the app public? can I replicate? I have the same environment as you. [06:17] Acid190: question in one line [06:17] allorder: what? [06:17] hey is there any way to move the sidebar location in ubuntu 11.04? [06:18] Acid190: ask your question in one line [06:18] can you move the ubuntu 11.04 sidebar to the bottom [06:18] of the screen [06:18] alex__: #ubuntu is for supported versions of Ubuntu only. Please use #ubuntu+1 for natty until it's released (probably on the 28th). Thanks! [06:18] alex__ no idea really but ask in #ubuntu+1 [06:18] alex:#ubuntu+1 [06:19] k [06:26] hi folks! is anyone can teach me english? [06:26] diaoer: try ##english [06:26] ok,thank you rww [06:26] O_O [06:35] well.. setfacl works [06:35] :) it's awesome [06:35] and i used to hate acls [06:36] i'm curious if i can set an acl flag on an nfs in fstab [06:37] wat time is the release ? [06:37] UTC ? [06:37] dsathe: there is no set time [06:37] kk [06:37] hey can someone help me? I'm having trouble with audio on my ubuntu 10.10 install. I have an asus p7p55d e pro motherboard that uses a VIA audio chipset. any suggestions? [06:38] is there any way to make my persistent file size larger than 4gb on liveusb? [06:38] tehitguy: u need to probably install alsa/linux firmware and/or add module opts to modprobe [06:38] hey all [06:38] alex__: no [06:39] alex__: it's maxed at 4GB due to restrictions of the filesystem used on the liveusb [06:39] rww: i'm trying to make a bootable external hard drive. what should i do? [06:39] alex__: run the Ubuntu installer from somewhere else and install to the hard drive, maybe. I haven't tried it, but it might work. [06:39] where can i find a a list of current connections made, both in and out? [06:39] rww: i did that, but the hard drive doesnt boot [06:39] firewall [06:40] alex__: no idea, then [06:40] if u want a easy iface [06:40] alex__ try remastersys, i made my whole system a live usb :) [06:40] use firestarter gui in software center [06:40] squall5668: how much persistent file space? [06:41] can't say i checked [06:41] https://wiki.ubuntu.com/LiveUsbPendrivePersistent [06:41] <3 fsck.ext4...saved all my music today from the evil ecryptfs-setup-swap [06:41] alex_ but if you can make your current system with w [06:41] alex_ but if you can make your current system with w\e packages you have, why would you need more? :) [06:42] try this should be your ans ttps://wiki.ubuntu.com/LiveUsbPendrivePersistent [06:42] Anyone know if /etc/crypttab supports UUID/LABEL instead of /dev/sda# [06:42] squall5668: i have an 80gb hard drive and want to make the most of it [06:42] srry https://wiki.ubuntu.com/LiveUsbPendrivePersistent [06:43] is there any way to increase persistent file size on liveusb? [06:43] so who all is excited for the release? :) [06:43] :D [06:43] its god [06:43] tehitguy: i got the beta [06:43] finally stable [06:43] #ubuntu-release-party is ;P [06:43] tehitguy join #ubuntu-release-party :) [06:44] i m on it since past 3 months === DavidH is now known as David_HII [06:45] i'm glad they finally got the bugs worked out. i tried it on my laptop a couple of months ago, and it gave me some rude gestures :P [06:46] A friend of mine told me that unity is a shell that will be on top of gnome 3 instead of gnome shell is that right? [06:46] be on top of gnome2 [06:46] i think [06:46] no gnome 3 sorry :) [06:46] Blac_k_night: GNOME 2 for this release, but yes. [06:47] diaoer: what's the problem with gnome 3? [06:47] Blac_k_night: There wasn't enough time between GNOME 3 release and 11.04's release to QA all of the changes. [06:47] i looks not so Beautiful [06:48] i need some help in figuring out why sendmail is refusing connestions from 127.0.0.1 [06:48] Blac_k_night: it's slated to be in 11.10, apparently. [06:48] i think there still have many bugs in unity [06:49] diaoer: so do I. but we should move this to #ubuntu+1 :) [06:49] yeah :P [06:49] criticism goes around this gnome 3 thing [06:49] heh,yes [06:50] rww: I've read alot of people don't like it === Lorthirk`ZNC is now known as Lorthirk [06:51] hello [06:53] anyone alive [06:53] yes [06:53] i believe i am [06:53] yes [06:53] yDecision yea I'm with you [06:53] Decision: with you [06:54] Apr 27 00:41:15 humphryes sm-msp-queue[21469]: p3R5e2ZE021469: to=root, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31733, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] [06:54] Blac_k_night: so im looking to join the linux world [06:55] was gonna go ubuntu [06:57] hello? [06:57] Decision: sweet, good move [06:58] RavenHursT: HI! [06:58] Anyone here willing to give me a hand w/ getting email working on my VPS...? [06:58] Decision: I've used many different distributions, and settled with Ubuntu for many reasons [06:58] spaek spanish [06:58] RavenHursT: you have a virtual server provider and are trying to set up an email server so you can retrieve email from the vps? [06:58] !spanish [06:58] En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [06:58] !es | eloystebam [06:58] eloystebam: please see above [06:59] nastjuid: well i use linux technically ( ANdroid Addict) [06:59] nastjuid: so that I can send and recieve.. yes [06:59] nastjuid: so im just quite confused on how exactly to install it once i do the live cd [06:59] Decision: sorry, 1 sec, switching foreground/background black on white is killing my eyes [06:59] receive* [06:59] and how to install the wireles driver [06:59] ok better [07:00] nastjuid: i have a Toshiba Satellite L655D-S5151 Windows 7 laptop [07:00] Decision: the 10.x livecd I believe has an option to install, but you want to make sure the wifi card is supported right? [07:01] i mean i have the realtek wifi driver made for linux for my device [07:01] RavenHursT: I'm not very good at setting up mail servers. I would recommend searching google for something like 'ubuntu postfix' [07:01] nastjuid: I'm trying to get my cloudServer at rackspace up and running w/ email.. sending and receiving.. [07:01] i just have no idea what to do with it [07:01] nastjuid: ok [07:02] i thought i was suppose to just burn the iso to a cd with windows 7... i tried linux mint and it ran minus wifi because i didnt no how to install driver [07:02] by have the driver, do you mean you downloaded the archive from the manufacturer? [07:02] but i dont know how to safely install it and not mess up windows [07:02] how can i configure startup applications from the command line (ie set it up)? trying for automated installs [07:02] usually ubuntu does a pretty good job of probing for a driver trhat will work with your card, but if the manufacturer provides a driver, we can probably get it to work [07:03] does anyone know anything about bonding in the daily of 11.04? [07:03] i'm having some issues getting bonding setup w/ the old configs we had for 10.04+ [07:04] okay so i guess all i need to know is how to actually installl ubuntu to dualboot [07:04] envisean: For social bonding, #ubuntu-release-party, for other bonding, #ubuntu+1. [07:04] !dualboot [07:04] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [07:04] Decision: 90% of the time [07:04] milamber: thanks :) [07:04] Decision: follow that link. the installer is also pretty explanatory :) [07:05] Decision: if you have any trouble wtht he wifi driver specifically, head on back :) [07:05] dijonyummy: are you trying to install the same thing on several computing machines? [07:05] milamber: yeah, i have a script that installs stuff, and i want to add setting up the startup apps in gnome/unity to that script if possible [07:06] i just already have windows on the pc so i need to find out exactly how to partition the drive [07:06] i tried and could not get it [07:06] what are some good IDEs for ubuntu ? [07:06] dijonyummy: well, see !clone or google clonezilla. not sure what you are scripting in [07:06] !ide [07:06] Programming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator [07:07] are there any that could validate my html, css code ? === krabbe is now known as Krabbe [07:07] I am using gedit and vim curently [07:07] Decision: what version of windows do you have? [07:07] dr0id: Eclipse? :) [07:07] eclipse and netbeans are good ? [07:07] they are slow IMO [07:07] :( [07:07] and heavy/bulky shall I say [07:07] 7 [07:07] I have used netbeans before [07:08] yeah, but i want to use it for different installs, not the same machine but just the same apps, config for different ubuntu instances [07:08] dr0id: well, eclipse kinda is, but i would say that for netbeans really [07:08] dr0id: http://validator.w3.org/ [07:08] nastjuid: windows 7 [07:08] ok, I will get eclipse soon then, aftyer upgrading to 11.04 [07:08] milamber: I know about that, but I would like the IDE to do that to save time :) [07:08] I mean, mac has awesome IDEs/text editors :| [07:08] that really speed up dev ;) [07:09] dr0id: remember, stuff are faster on linux than windows :) [07:09] yeah , hehe :D [07:09] thanks, I will try Eclipse then [07:09] but before that I need 2gb extra ram and 11.04 I gues [07:09] Decision: awesome. So you can either shrink the drive in the disk management tool, or you can run the CD and I believe the partitioner in the installer can resize the ntfs partition as well. Last time I used it, I just shrank it in win7 and chose the auto-partition using free space in the installer [07:10] so that I can run my virtualbox properly without getting slow :/ [07:10] dr0id: i have VB ubuntu with 1gb ram atm, letme check startup time on eclipse [07:10] VB ubuntu ? :) [07:11] I have 9.10 wiuth 2gb ram and quad core [07:11] !gparted [07:11] gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php [07:11] virtualbox [07:11] and when I switch on virtual box things go pretty slow [07:11] aah [07:11] if the partitioner doesn't make sense to you to do that, I would go ahead and resize it in windows and choose the free space option in the ubuntu installer [07:11] I use virtual box for testing webpages in windows (IE) sometimes [07:11] * dr0id will try Ecplise then :) [07:11] where do i find the disk management tool and what is a good amount of space for my ubuntu?? [07:12] nastjuid: how much free space is adequate [07:12] start, control panel, administration tools, disk management i believe [07:12] Decision: depends on what you plan to do with it. how big is your drive? [07:12] Decision: It depends on how much storage you want for personal storage, but the system itself rests very comfortably within 8GiB and probably much less. [07:12] Decision, 15GB for / and as much as you want for /home should be sufficient. and swap if you want to use hibernation. [07:13] 285 gb [07:13] Decision, on my eee even 4GB for / + /home is possible :> [07:13] Is it possible to encrypt data drive in ubuntu and still make it so windows users can decrypt the data and access it via networkshares? [07:14] Decision: as you can see, there are many ways to partition after you have the space reserved [07:14] how much of your drive is free? [07:14] but only 208 gb left [07:14] wow so [07:14] do you think you'd want to install and play large games on your ubuntu installation? [07:14] tofufish: On the same machine, or a windows user accessing the machine over a network? [07:14] djr013: the latter [07:15] tofufish: I don't see any reason why not, really. [07:15] basically looking at encrypting my file server [07:15] My DVDROM is mounting in /media/ instead of /cdrom/ [07:15] how can I fix this? [07:15] stREaKer: i think you can fix it in /etc/fstab [07:15] how ? [07:15] tofufish: The OS would decrypt it before serving it, in almost any configuration. [07:16] I tried to edit it but could not [07:16] my device is dev/sr0 [07:16] looking at mine [07:16] do you have a line in there with /dev/sr0 ? [07:16] so i should shrink it about 50gb nastjuid ?? [07:16] djr013: oh true, do you recommend a method of encryption? [07:17] nastjuid: yes! [07:17] I actually don't have anything in there. I may be out of date and thinking fstab handles it. maybe dbus does these days [07:17] stREaKer: sweet! [07:17] nastjuid: I meant I dont have it there .. but my device ID is the same === Lorthirk is now known as Lorthirk`ZNC [07:18] tofufish: Well I'm not too familiar with all the options, but ecryptfs works well, and it's even an option for users' /home directories in the livecd these days, fwiw. [07:18] Decision: 50 should be pretty confortable. did you say if you were going to install windows games with wine? [07:18] stREaKer: so you don't have a line with /dev/sr0 in your /etc/fstab? [07:18] djr013: awesome thanks! [07:18] no only the hard disks [07:19] no i dont play pc games mostly all i want is dropbox skype and googlechrome... then ill monkey around a learn more [07:19] Decision: that will get you into a lt of trouble :P am facing the same [07:19] stREaKer: how so [07:20] skype and chrome work fine [07:20] Decision: I did add sources got updated to bad builds now have to revert back :P [07:20] Decision: 50G will be plenty. NTFS support is pretty good these days anyway, so you can even mount your windows partition for your music and such [07:20] nastjuid: so im kind of confused on what values to put in thie dropboxes [07:21] nastjuid: I got only hard disk indexes on fstab .. [07:21] Decision: You can always increase it later, if you leave space unpartitioned. (Or, just as well, shrink the partitions.) [07:21] hello! [07:22] windows 7 support partition resize [07:22] stREaKer: https://help.ubuntu.com/community/MoveMountpointHowto [07:22] Squall5668: and linux does [07:22] i know, just saying so he won't be worried [07:22] GParted works very well for resizing NTFS. [07:22] XP used to be jumpy if you didn't chkdsk afterwards [07:22] nastjuid: im gonna send a screen shot to see if you know exactly what i need to change it to [07:22] stREaKer: actually. now that I think about it. when you insert a cdrom, does it not show up in the places menu? [07:22] djr013: only done it with command line... [07:23] Decision: ok [07:23] any idea can i have a slackware? [07:23] eckirchn_: I just love the UI I guess. :3 [07:24] eckirchn_: Moving partitions around never seemed so fun. ;) [07:24] any idea how can i have a slackware? [07:24] billy_: try #slackbuilds [07:25] http://dl.dropbox.com/u/20068157/partitionig.PNG nastjuid [07:25] nastjuid: it shows up there [07:26] grr [07:26] anyone from the philippines? [07:27] my laptop really doesn't want ubuntu, it stops at syslinux without throwing any errors [07:27] stREaKer: so why were you trying to get it to mount somewhere else? [07:27] Hi, how do I add widgets to the unity top toolbar? [07:27] Logiar: What version? [07:27] nastjuid: cause synaptic is not recognizing it as a CDROM and am not able to source the installtion from the DVDs [07:27] 3.63 I think [07:28] Logiar: What version of Ubuntu, I mean. :P [07:28] stREaKer: oh, try removing /cdrom and making a symlink to /mnt/dir [07:28] 11.04 beta [07:28] !ph | billy_ [07:28] billy_: Join #ubuntu-ph for tagalog [07:28] stREaKer: i mean, i'm not sure how to change the mount point [07:28] nastjuid: how to do that i really am not expert [07:28] Logiar: #ubuntu is for supported versions of Ubuntu only. Please use #ubuntu+1 for natty until it's released (probably on the 28th). Thanks! [07:28] !11.04 [07:28] Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [07:29] stREaKer: first rmdir /mnt/cdrom, then ln -s /cdrom /mnt/cdrom [07:29] I think [07:29] Logiar: I think the ubuntu.com/testing/beta page mentions that, by the way. [07:29] might be /mnt/cdrom /cdrom [07:29] mentions what? [07:29] Any one know how to add widgets to the top toolbar in Natty? ( unity ) [07:30] mbn_18 goto #ubuntu+1 [07:30] stREaKer: ls -l / should show CDROM -> /mnt/cdrom [07:30] Logiar: The Syslinux problem. [07:30] nastjuid: ln -s source dest [07:30] ActionParsnip: thanks [07:30] Squall5668: thhx [07:30] stREaKer: I think i'm thinking backwards too [07:30] :-) [07:30] hey all, im trying to run fluxbox from ubuntu server, ive installed X and flux, but i cant seem to run it properly, i try a heap of commands i found off the forums and none of them work [07:30] nastjuid: my current mount point is mount/ubuntu 10.10 [07:30] stREaKer: ok. so it needs to mount at /cdrom right? [07:31] nastjuid: yes [07:31] ja660k: startx should do it [07:31] stREaKer: and it's mounting at /mnt/cdrom? [07:31] nastjuid: no [07:31] ActionParsnip, it doesnt, i get a black screen [07:31] nastjuid: this is the path /media/Ubuntu 10.10 [07:32] ja660k: what video chip do you have? [07:32] stREaKer: ok [07:32] trying to see if unetbootin will make a difference before i ask for help [07:33] stREaKer: ok, so pop the disc in and let it mount at /media/Ubuntu 10.10 [07:33] ActionParsnip, nvidia geforece fx 5200 [07:33] nastjuid: so what do i put in theenter the ammout of space to shrink in mb? [07:33] hm. have to remember what the normal number masks are for samba :) [07:34] nastjuid: but then Synaptic doesnt recognizes it as a source [07:34] Decision: 51000 should be fine. 50000 is good too [07:34] Logiar: also md5 test the image so you know its good [07:34] stREaKer: that's fine, we'll fix that [07:34] stREaKer: once it shows up there, check and see if /cdrom exists === fairuz-away is now known as fairuz [07:34] nastjuid: yea /cdrom exists but has no files in it [07:34] then i just hit shrink? nastjuid [07:35] stREaKer: ok, rmdir /cdrom [07:35] channels [07:35] stREaKer: then we'll make a link for it with ln -s /media/Ubuntu\ 10.10 /cdrom [07:35] ohk [07:35] :) [07:36] quit() [07:36] nastjuid: can you give me the copy of sources.list.save ? [07:36] stREaKer: yeah, then when you reopen the package manager it should think it's there [07:36] stREaKer: did you kill your sources.list? :P [07:36] ja660k: add: blacklist nouveau to /etc/modprobe.d/blacklist.conf then run: startx [07:36] nastjuid: changed the cdrom title in the course of hit and trial :P [07:37] nastjuid: it put it down to 235 capacity but doesnt show the other spaced [07:37] Hello [07:38] Actionparsnip, that didnt work :( [07:38] nastjuid: "E: Unable to stat the mount point /cdrom/ - stat (2: No such file or directory)" same error [07:38] Decision: it should show it on the same bar as unpartitioned psace or free space [07:38] stREaKer: if you cd /cdrom it shows the contents of the drive ? [07:38] ja660k: ok also add: blacklist nv [07:38] i see it :) [07:38] nastjuid: wait let me check [07:39] so now i burn that beta onto a dvd pop it in and install it to the unallocated space?? [07:39] nastjuid: "cdrom" could not be found. Perhaps it has recently been deleted. This error faced [07:39] Should I wait for 11.04 or just go with 10.10? [07:40] ja660k: you may need a reboot but you should be able to rmmod both nv and nouveau before starting X [07:40] ActionParsnip, still the same thing, i had it before, but i dno what command i did, i feel like ive tried them all [07:41] nastjuid: i downloaded the beta iso it is bug free right considdering it releases in a couple days [07:41] i mean tommorrow [07:41] !natty [07:41] Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [07:41] HoiKeN: maverick will be more stable as it is more mature. Natty will be supported after maverick is eol [07:42] Decision: officially its still unstable [07:42] Hello every time I try to download kvirc I get this error message "E: unable to find a source package for kvirc" does anyone know whats wrong with it? [07:43] Decision: Bug free isn't real :) But it should be mostly stable I'd assume [07:43] hi i wanted to know how to create subdomains eg mail.domain.com(webmail) for ip 192.186.1.15 and domain.com (website)for 192.168.1.20 for different servers on my ubuntu 10.10 server [07:43] Decision, no [07:43] !info kvirc [07:43] kvirc (source: kvirc): KDE-based next generation IRC client with module support. In component universe, is optional. Version 4:4.0.0-3 (maverick), package size 1906 kB, installed size 8972 kB [07:43] okay so id be better off with 10.10 basically [07:43] Decision, 1. no OS is bug-free, 2. especially very new releases have usually more bugs than older ones [07:44] PhoenixBot: make sure you have universe repo enabled [07:44] hi === PhoenixBot is now known as Phoenix3 [07:45] anyone have a torrent for 10p.10 link [07:45] ! torrent [07:45] Torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/FAQ.html - See also !P2P [07:45] ! torrents [07:45] Maverick can be torrented from http://torrent.ubuntu.com/simple/maverick/desktop/ubuntu-10.10-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/maverick/server/ubuntu-10.10-server-amd64.iso.torrent depending on your architecture. Other flavors can be found at http://torrent.ubuntu.com/ [07:45] Phoenixbot: 8mb for a lowly irc client. Bit bloated [07:45] Decision, like which one? [07:46] !p2p [07:46] Peer-to-peer filesharing clients are available for several networks/protocols, including !BitTorrent, !Gnutella, !eDonkey, !DirectConnect, !SoulSeek - Multi-protocol engines include !MLDonkey and !giFT - See http://wiki.ubuntu.com/P2PFileSharing for general information [07:46] Phoenix3: 8mb for an irc client is a bloat don't you find [07:47] !info oovoo [07:47] Package oovoo does not exist in maverick [07:48] !info skype [07:48] Package skype does not exist in maverick [07:48] !skype [07:48] To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga === evilmist is now known as mrmist [07:50] ActionParsnip, What would you use? [07:50] I have a complication in this seemingly bigger-better operating system, as blogs would have it, Well whenever I create an adhoc wireless/wired connection to another laptop, everything works fine. However, the connection goes on and off when [shared to other computers] is enabled in the IPV4 tab under Network connections. Please help me resolve this coz I need to share my broadband connection within the home network [07:50] !irc [07:50] A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines [07:51] Phoenix3: i use pidgin but its an 11 year habit [07:51] Ahhh [07:51] yes [07:53] Phoenix3: if you like kvirc then use it. I was a little surprised at the size [07:53] Ah I have never used kvirc I like to try out different scripts and clients [07:54] Phoenix3: thats always healthy :-) [07:54] Yup Laugh Out Loud [07:55] Hey, if I were to want to purposefully mess up my grub2 loader, so that I get the grub rescue on boot, how would I do that, and make it easily reversible? Basically I want to convince my "sub-par tech brained" peers that my computer is messed up. [07:55] I mean, I could mess it up, but if I were to want to have it easily fixed, what should I do? [07:55] asd [07:55] nastjuid: Finally got it working [07:56] asd...? [07:56] sympt0m: you can boot to livecd and fix nearly everything [07:56] ActionParsnip: i think i met your brother once - CombatCarrot :o [07:57] Okay, so If I go in and royally f*ck up everything, how do I get it back with a livecd? [07:57] !grub | sympt0m [07:57] sympt0m: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). 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 - See !grub1 for releases before Karmic (9.10) [07:58] thanks :D [07:58] sympt0m: Instruction for reinstalling grub should be enough to fix mist things [07:58] DirtyDawg: haha you made my day (admittingly i've only been at work and now traveling home but its all good) [07:58] :) [07:58] That is exactly, what I was looking for, thanks arand :) [08:02] Anyone using gmail in evolutions?? Is it possible to sync with both gmail and google calender? [08:03] can ubuntu kernel be changed to compile usb modules instead of in kernel [08:04] vooze: yes i am using it. both with gmail and google calender [08:04] do you use imap then? [08:04] vooze: yes [08:05] okay, guess i'll try it :) do you know if its possible to send mail as somthing else? like my mail is xxvooze@gmail but i send mail as xx@vooze.dk [08:07] vooze: if you own vooze.dk you can setup the mail for that domain and connect it with google mail [08:07] vooze: do you already have an e-mail address of that name? if not, then it's not possible via evolution. [08:08] vooze, just use 10minutemail [08:08] i do have the other mail, its just a forward though [08:08] its allready setup with google mail [08:08] vooze: yes you can then [08:08] morning [08:08] morning [08:09] hello everybody [08:09] night? [08:09] vooze: just configure gmail to send mail from vooze.dk and then you can send from gmail as @vooze.dk [08:09] Hmm [08:09] vooze: yeah gmail allows you to configure e-mail for your own domain... [08:11] vooze: This is what you looking for http://www.google.com/apps/intl/en/group/index.html [08:11] allows you to use your own domain but using gmail's server [08:11] to store emails and sending [08:11] hi, someone coul dinvite me on #php ? [08:12] rigved, Guest10261 i allready have it setup in gmail, was just wondering if evolutions supported it [08:13] vooze: well if Evolution supports it it will be called alias ... or maybe different reply-to address ... I'm using Sparrow on Mac ;-) [08:14] Away === psalden is now known as voronoi [08:15] vooze: never tried it that way. but i guess you need to setup the @vooze.dk e-mail in evolution as a separate account before you send mail as that user === voronoi is now known as psalden === filip__ is now known as filip [08:19] join #ubuntu-release-party [08:22] Good afternoon everyone! [08:26] awesome [08:28] what's the default windows manager on 11.04? [08:28] vng, unity [08:28] rumpe1: thanks [08:30] hi all === Keshl_ is now known as Keshl [08:35] hm [08:35] ran into a problem with setfacl [08:35] the acls do not travel across file systems :( [08:35] so if i move something from the home dir to the acl the acl doesn't seem to be changing it to its default [08:36] i have instaled ubuntu at a friend and after i instaled the nvidia graphic card that ubuntu found by itself but i cant activate the extra visual setings to have a better desktop [08:36] why [08:36] ? === Lorthirk`ZNC is now known as Lorthirk [08:36] Hi I'm wanting to do s dist upgrade from Studio 10.04 and the update manager is telling me it's going to remove 17 packages including ardour, jackd etc. Anyone know what's going on there? [08:38] hi. i would like to install ubuntu on pc with nvidia fx 5500. i found many posts about how to make it work after i have ubuntu installed, but i cant find info about how to install ubuntu on a pc with it. the installer gets stuck. is there a way i can overcome this problem? [08:39] delby, laptop? [08:39] desktop [08:41] delby, well... there are many ways to accomplish this, but it would be a good idea to determine what is causing the problem. [08:41] Hi everyone. Moving my /home folder to another HD seems to have caused a strange problem for me [08:42] luckybunny, how did you move it exactly? [08:42] its the nvidia card, when i put in an old card instead it goes ok. i think its because the drivers are proprietary. [08:42] delby, well...for the installation itself it uses the open drivers (afaik) [08:43] I can boot fine, but only by selecting recovery mode from the Grub menu and then selecting resume normal boot from the next menu (after it has booted) [08:43] i think that is the problem. i am trying to avoid installing with another card and then changing to the nvidia. [08:43] if I just sit back and let it boot on its own, the display goes black and the monitor goes into standby (no input) [08:44] luckybunny, check your logs for clues ... and please answer my question :) [08:44] is there a way to make the non-free drivers available to the installer? [08:44] these are the instructions I followed http://embraceubuntu.com/2006/01/29/move-home-to-its-own-partition/ [08:45] delby, well... i guess you could use other drivers via kernel parameters ..hm [08:45] i instaled ubuntu at a friend and activated the nvidia graphic card and all an i still cant select the extra graphic conviguration in visual efects [08:45] can somebody tell me why? [08:45] I and a couple of friends have been poring over logs for a couple of hours now, and nothing seems amiss. Indeed, the actual /home move seems to have gone down without a hitch [08:45] all settings seem to be fine [08:46] have you restarted the computer ilea? [08:46] grrr [08:46] i don't get this [08:46] the best guess is that it's not mounting the new hard drive quick enough and something doesn't like that [08:46] delby, have you tried the alternative live cd [08:46] when moving files across an nfs i want to apply the destination acl to the files [08:46] and it doesn't seem to be picking it up [08:46] which would explain why it works in recovery.... recovery takes longer to need everything [08:47] luckybunny, /home is possibly the last thing that is mounted... no really necessary for booting [08:47] anybody know why? [08:47] !alternative | delby [08:47] delby: The Alternate CD is a classic text-mode install CD. It supports a wider range of hardware than the !LiveCD, and can also be used as an upgrade CD. http://www.ubuntu.com/desktop/get-ubuntu/alternative-download#alternate - See also !minimal [08:47] no. dont know what is. gonna check now... [08:47] been looking everywhere [08:47] ah [08:47] yes i restarted the computer and it still dosnt work [08:48] !minial [08:48] botcity: thanks. will give it a try after the release tomorrow. [08:49] !minimal [08:49] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD [08:49] luckybunny, if there is really nothing useful in the logs... i would check the uuid-entries in fstab.. hm.. and maybe a filesystem-check? [08:49] rumpe1: thanks. [08:49] luckybunny, without any error-messages it's really hard to solve problems [08:50] hi all, I am trying to connect to my iPad through the Network using the Wifi sharing aspect of Goodreader. See: http://www.goodreader.net/gr-man-tr-wifi.html I can see my iPad in Network but I can't access it, I'm getting the following error http://paste.ubuntu.com/599649/ [08:50] ilea: did you enable the visual/extra effects already? [08:51] Hi I'm wanting to do a dist upgrade from Studio 10.04 to 10.10 but the update manager is telling me it's going to remove 17 packages including ardour, jackd etc. Anyone know what's going on there? [08:51] Does ubuntu.com work for anyone else ? [08:51] ii, working for me [08:51] ii: yes [08:51] Ximmer: Does it say site offline? [08:52] No [08:52] Ximmer: studio isn't supported here. [08:52] izinucs, cool, I'm in #ubuntustudio now [08:52] morning all [08:52] ilea, No, but if there is more than one try installing a different one and see if that works. [08:52] Ximmer, well... if you do a dist-upgrade the packages are probably not compatible anymore to the next dist-version [08:53] I get a drupal error "The site is currently not available due to technical problems. Please try again later. Thank you for your understanding." [08:53] rumpe1, seems odd as ardour for example is a fairly core app for a Studio dist [08:53] ii: hmm worked first time now i got the same error [08:54] ii, saying ofline for me now too [08:54] Wiki seems to be working though. [08:54] Ximmer, doesn't matter... after the upgrade it should be available again. But Studio!=Ubuntu ;) [08:55] hrm, does anyone know the character encoding needed for chinese? [08:55] jussi, utf (e.g.) [09:02] is unity better than gnome shell? [09:02] try it [09:02] B_K_N: find out yourself [09:03] I see that kern facility messages appear in both syslog and kern.log? How can I make it so that they appear only in kern.log? [09:04] iceroot I think new apps are buggy [09:04] B_K_N: both are new === ross is now known as Guest98626 [09:05] iceroot what both I think they should stick with gnome 2 [09:05] rumpe1, thanks for your comments, I'll hang in #ubuntustudio for a while [09:05] B_K_N: unitiy and gnome-shell are new [09:05] iDope, at first sight i would guess via /etc/rsyslog.d/50-default.conf [09:06] hello  [09:06] hi all [09:06] *Shameless plug* Tableft ~ my latest creation ~ can be found in the Chrome Webstore http://bit.ly/gXY3Qd Thoughts appreciated, and do remember it's still beta xD [09:06] B_K_N: but just try both, questions like "what is better" are almost useless because everyone has (luckily) different opinions [09:08] iceroot I've just read that gnome 3 is written totally different from gnome 2 [09:09] iceroot in code I mean [09:09] does the new ubuntu use gnome3? [09:09] DirtyDawg no unity shell over gnome 2 [09:10] rumpe1, beautiful.. thank you [09:10] ahh k thx [09:11] oh well [09:11] B_K_N, yes... and has still much more bugs than 2 [09:11] ta ta [09:11] I'd like to see a company like canonical give support to apps [09:12] rumpe1: and min max buttons are gone too [09:12] Any rsync gurus here? I have a hard-drive that's dancing with the fat lady, and I want to copy the entire filesystem to a USB disk as a backup. What would the command be to most accurately get a copy of everything? [09:13] milligan: dd instead of rsync [09:13] that'll copy the entire filesystem though? I was looking more to backup files, not the FS. [09:14] Got an irritating problem with my wifi. For about the last 24 hours, I've been able to connect but after about five minutes it starts dropping all packets until I disconnect and reconnect. Running a flood ping through the cycle gives (eventually) the repeating pattern "..E..............E...". Have tried reloading kernel module for the card and restarting network-mananger - neither helped. Ditto multiple reboots. Was thought to be RF interference, ... [09:14] milligan: sudo dd if=/dev/sdX of=/dev/sdY be VERY CAREFULL with dd (if = input, of=output) [09:14] ... but changing channels (6->13) made no difference. [09:14] milligan: you said the entire filesystem [09:14] milligan: just for all files you rsync [09:15] iceroot not work for all systems [09:15] B_K_N: what? [09:16] iceroot I tried this command and give me nothing [09:16] iceroot several times [09:17] iceroot, my bad. I want the files, not the filesystem. [09:17] B_K_N: what command? [09:17] milligan: If the drive is on the blink, it may be safer to image it (using dd) and then do anything you need to with the files on the mounted image. Just a thought, ICBW. [09:17] milligan: all files? normally you only want /home and the rest will be a new installation [09:17] iceroot dd command [09:17] Any one tried it? [09:18] B_K_N: what command exactly you use? i guess you did something wrong [09:18] Darael, going to be copying everything to a USB harddrive though. Only half the physical disk is in use. A 250 GB harddrive, 100gigs used. Mirroring 150 GB of empty space on a failing disk is something I'd like to avoid :) [09:19] iceroot, normally, yes. I want a copy of as much as possible though. I'm replacing the failing disk etc, but I want a backup just in case. [09:19] iceroot: No I tried it several times and got nothing [09:19] milligan: have a look at clonezilla [09:19] B_K_N: again, what command exactly [09:19] clear [09:20] milligan: with rsync you have the problem with changing uids on the new system if you copy the whole system [09:20] dd if=input of=output [09:20] B_K_N: works fine [09:20] B_K_N: and bagain!!!!! what command EXACTLY [09:20] help [09:20] B_K_N: Works fine for me. Have you actually examined what you put for output? [09:21] Darael, its only just started to happen last 24hours you say? [09:21] quit [09:21] botcity: Going on 36 now, actually, I wrote that line last night. [09:21] alex_mic: You'll need to prefix the commands with a /. [09:21] iceroot : guys the command works fine [09:21] B_K_N: great [09:21] alex_mic: To clarify: With the / but not the . [09:21] tHANH YOU [09:22] iceroot : but boots nothing [09:22] THANK YOU [09:22] B_K_N: dding the bootsector also is a good idea [09:23] iceroot I did that for iso images [09:23] Darael, what have you done in the last 36 hours ? update or ? [09:23] B_K_N: i think we stop it here, i asked 3 times for the exact command [09:23] B_K_N, you also should add a blocksize (bs=5M e.g.) ... otherwise it will be veeeery slow [09:24] botcity: I did think of that, but I don't /think/ so. [09:24] good morning, i want to perform an apt-get upgrade, but exclude a package in the list, possible with a flag/option? :) [09:24] iceroot I don't want to bother you , thanks [09:24] Darael, did you check your logs ? [09:26] ejv http://www.debianadmin.com/how-to-prevent-a-package-from-being-updated-in-debian.html [09:27] CQ: perfect, thx [09:28] I need to play a new cyberpunk game [09:28] !pinning | CQ: ejv This might be useful [09:28] CQ: ejv This might be useful: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [09:28] Darael, maybe you could run tail -f /var/log/messages and wait for it to occur again or check your logs === 13WAAMED6 is now known as faruq [09:32] botcity: I did try that, nothing obvious. [09:36] botcity: To clarify, the wireless driver is spewing a lot of stuff to /var/log/messages, but it's no different when the packets are dropping to when they aren't. === bigMike_ is now known as bigMike [09:38] Darael, can you paste the messages [09:38] http://ubuntuforums.org/showthread.php?t=1737870 <-- a couple of my users speak up [09:38] botcity: Certainly, just waiting for it to kick in so I can post from connection to drop. [09:38] wtf ubuntu [09:39] hello, I have a problem with skype on ubuntu 10.10. on any new message, the window is highlighted on every workspace disrupting the alt+tabbing. that's very annoying if you have to work with tabbing a lot [09:39] can I force skype to stay on its workspace somehow? [09:41] econnell: Is the issue one of needing a maintainer? If so I'll throw my hat into that ring. [09:41] hell... someone even ported our stuff to freebsd and it's in their repos [09:41] Corey: i don't know what ubuntu requires... it's insane === kim0 is now known as kim0|vacation [09:43] it's sad that a program written *ON UBUNTU* with native pulseaudio support that thousands of people use can't get into ubuntu even though the ubuntu users want it... [09:43] that is just mind-boggling [09:44] Darael, your wireless driver should not be outputting a lot of messages anyhow . [09:44] econnell: get it into debian first and then have it move to ubuntu maybe? [09:45] CQ: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609291 [09:45] Debian bug 609291 in wnpp "ITP: mangler -- A Ventrilo compatible client for Linux" [Wishlist,Open] [09:46] because if ubuntu's bureaucracy isn't enough... you'll really love debian! === dream is now known as Guest35341 [09:47] debian is the best [09:47] botcity: Warning: somewhat lengthy: http://paste.ubuntu.com/599679/ [09:48] The release of ubuntu sheduled tomorrow. How likely is it to mess with my current settings. I have a developement pack? [09:48] jhf: i don't care what's best... i just want my users to be able to easily install my softare [09:49] as of right now... debian and derivatives fail at this task [09:49] I have A feeling I should probably decline. It mostly causes a complete reinstall [09:49] hi everyone, i need help finding a program. we are a small agency we need a lan shared program where we can store the activities for each of us and the time we spent on it. is there anything like that? [09:49] sestobuntu, You already have it [09:50] Younder, really?! [09:50] /join #windoze [09:50] sestobuntu, click the date thingie [09:50] caters to idiots [09:50] jhf: Comments like that give us a bad name. It's unnecessary. Please. [09:50] Darael, wow thats messed up! [09:51] if my ubuntu configuration works right now on my laptop, does it mean that it will work on 11.04 final when its released or will it be a case of lots of bugs fixed and lots of new bugs created? [09:51] Younder but I also need the sum of how much time was spent on every activities, even if you start stop do something else and then go back on that activity [09:51] sestobuntu, It is the equivalent of outlook [09:51] botcity: Note that it's from 09:42:17 that it was actually dropping packets. [09:52] jhf: i'm not sure i understand...are you implying that since i reverse engineered windows software and built a native version for linux that I shouldn't be upset about the lack of engagement from ubuntu devs? [09:52] sestobuntu, You want a project management system? [09:52] Rehan: Any software release includes lots of bugs fixed and lots of new ones created. That said, you are /likely/ to be absolutely fine. Suggest trying the live CD. [09:53] Youder, yes and a over lan shared one [09:53] econnell: my friend if you can't fix or answer on problem -- ..... then ..... . . . . . . [09:53] Younder i can't find anything like that on the software center... or maybe i don't know how to look for it [09:53] sestobuntu, http://trac.edgewall.org/ [09:53] jhf: tone it down please [09:54] Darael: with 10.10 on the liveCD it makes it seem as if my display wont work at all because of some nvidia driver issues, but when when i installed 10.10 and downloaded the nvidia driver from nvidias website, it worked fine. I guess I'm asking how reliable is the test drive with a liveCD? [09:54] thanks mom [09:54] Youder, I check the site, thank you anyway for the help! [09:55] hi guys [09:56] Rehan: There's occasionally problems that are only present on the live CD, but mostly it's pretty reliable. [09:56] Darael: thank you [09:56] Hello. Will the support for 10.04 LTS be extended to allow buisnesses that don't want to deploy Unity continue to use ubuntu? [09:56] how can y put all the info on my desktop . is that a program? that shows hard drive activity and clock and a network and a bunch of neat things :) linuz n00b [09:56] Darael, your firewall is interfering [09:57] Nyromith: there's still 2 years to go with 10.04, you need more than that? [09:57] Nyromith: I understand that there will be an option to use the GNOME desktop for that sort of reason. It may be a little obscure (just a hunch, that) but... [09:57] so outside of revu and bugs.deb.... where should I be pointing people? [09:58] Nyromith, support for 10.04: Desktop till 13.04, server till 15.04 [09:58] how do LTS versions work? Are the bug fixes that come in newer versions not included in the older LTS version? [09:58] Darael, ufw interferers and then no packets. [09:58] !ufw | Darael [09:58] Darael: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (Gnome) or Guarddog (KDE) also exist. [09:58] Rehan: all bug fixes that can be applied to the LTS should be applied to it [09:59] Tm_T: whats that mean [09:59] i'm sure my userbase will be happy to absolutely inundate whatever forum is needed to get mangler into ubuntu [09:59] LTS is good because only bugs and security holes are fixed, but the software is not updated. Even not firefox. [09:59] hi [09:59] *upgraded [09:59] ubuntu.com is down [09:59] econnell: what is the issue you currently have, lets see if we can help [10:00] PDani: it's not [10:00] it says for me: Site off-line [10:00] PDani: it's in maintainence by the looks of it [10:00] ikonia: i have a software package that I've been trying to get into ubuntu repos since Dec 2009 [10:00] thanks for the answers. bye [10:00] got a problem: my MOTD never updates?? [10:00] Nyromith: ok so for example right now in 10.10 i have some hardware incompatibility with my laptop. Apparently this incompatibility is fixed in 11.04. If I was on an LTS version what would happen? Would I get the hardware fix or not? [10:00] econnell: ok - what have you done to get it into the repos [10:00] morning [10:01] sebrock: What should it update to? [10:01] i have problems with putting my HDD to sleep [10:01] Rehan: depends on how it is fixed [10:01] https://bugs.launchpad.net/ubuntu/+bug/497854 [10:01] botcity: Really? But all the ufw messages are around 09:40:40, and it doesn't start dropping until 09:42:17 [10:01] Ubuntu bug 497854 in Ubuntu "[needs-packaging] mangler" [Wishlist,In progress] [10:01] WD does not work at all [10:01] http://revu.ubuntuwire.com/details.py?upid=7251 [10:01] others spin up every 5 minutes [10:01] Rehan: if it requires newer version of, let's say, Linux kernel, then propably no [10:01] econnell: ok - so you've logged a wishlist request, what else have you done ? [10:01] someone has a clue how to fix this? [10:02] Tm_T: oh ok [10:02] hdd spins up every 5 minutes [10:02] Rehan: but I would imagine there can be some PPA or other source for such fixes if really needed [10:02] filed in revu... fixed issues requested by MOTU maintainers... .jumped through every hoop requested.... [10:02] Freeeki: I don't have an answer, ut looked around for a long time as well to try and find one... [10:02] Tm_T: great, thanks [10:02] gotta restart, brb [10:02] econnell: ok - so you've built the package and submitted it to the motu process ? === airtonix_ is now known as airtonix [10:02] http://revu.ubuntuwire.com/details.py?upid=7251 [10:03] econnell: try going to #debian-devel channel on irc.oftc.net and ask there? or the debial-devel mailing list? [10:03] damn... this is really annoying! [10:03] is conky best system monitor? [10:03] Corey: it ususally shows available packages, system load and stuff. But it never updates anymore. [10:03] drcasper, no, top :> [10:03] Freeeki, You need to set it. right click a empty display middle. [10:03] !best | drcasper [10:03] drcasper: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [10:03] sebrock: Didn't realize Ubuntu did that. Is there a cron job that handles it? [10:04] econnell: it's a license issue, that's the issue [10:04] Corey: yes I thinks so [10:04] Freeeki, change background [10:04] Younder: that does not work! [10:04] sebrock: Okay. Is that cron job still present on your system? :-) [10:04] what background? [10:04] Freeeki, That is the easiest way to gain access to those settings [10:04] ikonia: the license issue was resolved months ago.... [10:04] and it wasn't even an issue in the first place [10:04] maan .. everytime.. snarky [10:05] econnell: just reading through [10:05] i know.. i've read through it too... it's retarded [10:05] putting HDD to sleep with hdparm -y works tho [10:05] but -s does not work [10:05] only for wesrtern digital diska [10:05] drcasper: conky isn't the best, because there is no "best". It is, however, probably the potentially-best-looking. That, however, depends on how you configure it, and if you're new that may net be something you want to go through. [10:06] thank you [10:06] Freeeki, ok system > adjustments powersaving [10:06] and my hdds spin up every 5 mintues [10:06] I have a norwegian edition so I am translating [10:06] Younder: oh.. i am on shell only [10:07] anyone know how to delete gnome-panel entries in the gconf-editor? I have 5 instances of the global menu applet and its causing my panel to break, even though there's no global menu applet on my panel atm [10:07] the actual license distinction that is made in the last comment is also 100% ridiculous [10:08] econnell: why ? [10:08] econnell: it seems like reasonable requests, (I've just got to the bottom) [10:08] because GPL 2.0+ vs GPL 3 doesn't even matter [10:08] the affected source files contain the license and the license information is 100% valid [10:08] econnell: it does matter to call out the correct license, and it's a trivial change [10:08] Darael, sudo ufw reset to test will reset to the default ubuntu install but if you have it set you may want to note them etc [10:09] econnell: just make the changes and submit, it will get there [10:09] econnell: and on a side issue thank you for submitting, it will be a good tool to have [10:09] ack [10:09] my internet is down but i can still connect to freenode O_O [10:09] not sure what's going on [10:09] ChronicSyncope: essentials :3 [10:09] no... i will do no such thing... i will not work with ubuntu until i can get a confirmation that something will actually get done. [10:09] also googl [10:09] efreenode and google [10:09] but not reddit! ugh. [10:10] ChronicSyncope: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [10:10] !ot [10:10] #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! [10:10] botcity: Will try it. [10:10] econnell: guess there is nothing more to be done then, [10:10] not unless i can find someone that can actually do something, then no [10:10] Hai, Can someone direct me to a partitioning chat or something? [10:11] MeowPartition, just ask [10:11] econnell: no point discussing it further then as the revu process is the correct process [10:11] so 1 year later, no one has taken any action and this is the process...yeah... again.. i give up [10:11] ok [10:12] Well, im using EASEUS Partitioning software, but im kind of lost on what to do at this point. Can i use Join.me to show you, perhaps? [10:13] Hi there. I successfully switched yet another user to ubuntu maverick but... his UMTS usb stick gets stuck into a "disk" mode instead of behaving as a modem. That happens randomly. Any advice? That's necessary to him. === omen is now known as omen27 [10:16] botcity: Just happened again, post ufw-reset. [10:16] im in deep shit now =/ [10:16] sympt0m: control the language [10:16] sorry [10:17] i cant seem to restore my menu.lst [10:17] how can i get the ip fragments? netfilter coding. [10:17] sympt0m: what version of ubuntu are you using ? [10:17] my laptop is dualbooted with bt4r2 and w7, and im using grub legacy [10:18] sympt0m: ok - so this isn't an ubuntu issue [10:18] sympt0m, backtrack is not supported here [10:18] vincenzoml: There's an app called usb-modeswitch that might help with solving that http://packages.ubuntu.com/maverick/usb-modeswitch [10:18] its a grub issue [10:18] TanLizxxx: tcpdump? wireshark? [10:18] sympt0m: you may want to try #backtrack-linux [10:18] ... [10:18] #backtrack-linux sympt0m [10:18] yeah, but its not about bt [10:18] sympt0m, sure it is. #grub if you wish [10:18] sympt0m: it is [10:18] i cant get my grub to work. is there a grub channel? ive read all the help docs [10:18] sympt0m: it's not about ubuntu either - so try #backtrack-linux [10:18] ikonia: so i just checked the svn logs... that copyright change was made on jul/23/2010 to comply with revu [10:19] DJones: it's already installed, do you know how to troubleshoot the problem? [10:19] Darael, your card should not be giving that output to the messages any how .. err was that var/log/messages? [10:19] econnell: send a mail to the motu guys or ask in #ubuntu-motu for a status update [10:19] vincenzoml: Sorry I don't, I just knew about the app, its not something I've had to use [10:20] I don't know if this has been asked a billion times, but will the Ubuntu site be up any time soon? [10:20] celthunder: No,i am coding a module.about conntrack....can i use ip_conntrack_defrag(),ip_ct_gather_frag(),etc function? [10:20] kylee: Its up for me [10:20] nevermind, back up [10:20] Soon as I ask === RxDx is now known as Guest42013 [10:21] please give me a forum for learn linux thinks [10:21] keinyoung, ##linux [10:22] thanks DJones === Guest42013 is now known as RxDxx [10:23] botcity: Yes, it was. [10:23] My sound unit is not working. How do I fix it? === RxDxx is now known as RxDx [10:24] <[deXter]> Get a hearing aid. [10:24] [deXter], seriosly, it worked yesterday and now it doesn't [10:24] What's with all the trolls today? [10:25] Hi al, I just got a new usb keyboard that fails with generic-usb: probe of 0003:060B:0230.0002 failed with error -22 when connecting it. [10:25] Darael, whats the computer and ubuntu version 10.10? [10:25] [deXter]: tone it down please it's uncakked for [10:25] uncalled [10:25] [deXter], I allowed user access [10:25] anyway I can force the kernel to use the keyboard module [10:25] ? [10:25] <[deXter]> ikonia: It's in good humor, Younder didn't provide any details for a sensible reply. [10:25] [deXter]: then don't reply - or ask for more information [10:26] [deXter], I don't know if I can. I just get no response [10:26] <[deXter]> ikonia: Relax, it was just a joke. [10:26] how can i find out what makes my HDDs waking up every 5 minutes? [10:26] [deXter], wrong place for it. [10:26] [deXter], This is no joke [10:26] botcity: Running Maverick, but I don't actually know the laptop model - small (well, seemingly reasonably large, but not well-known) manufacturer. [10:26] <[deXter]> Younder: What hardware you're using, what OS/version are you running, did you install any new updates since yesterday? [10:26] Freeeki: Cron? [10:26] Corey: no [10:27] Corey: no tasks there [10:27] <[deXter]> bazhang: There's always a place for a joke mate, you just need a sense of humor. [10:27] maybe some smart utils? [10:27] [deXter], standard onboard sound, latest ubuntu, no installs at all [10:27] Could keep an eye on iotop during a spinup phase. [10:28] Freeeki: My approach was to not care if the drives are sleeping or not. [10:28] when i install a .deb package where does that get installed? [10:28] [deXter], It makes no sense to me [10:28] Corey: hahaha [10:28] <[deXter]> Younder: Have you tried connecting an external speaker? And did you check in alsamixer? [10:28] Corey: then you dnot care abouot your money?? :-) [10:29] Freeeki: I don't see how it costs me more or less either way. :-) [10:29] Corey: 1 wat costs around 2 euro a year! [10:29] [deXter], nevermind, the fan on my powersupply has failed [10:29] Thrawn: It's not that simple. Why are you trying to find out where it was installed? Perhaps we can help you solve the actual problem :) [10:29] Corey: 1 watt that is [10:30] Freeeki: Power is included in my colocation. [10:30] 10A circuit in the rack. [10:30] okay then [10:30] My mistake, 40A [10:31] Freeeki: The machine in question also has eight spindles in it, so... :-) [10:31] darael: i installed a .deb that gives multitouch support for synatics touchpads; but im not happy with it; id like to try change the source file by myself [10:31] Darael, did it work again for a wile as if it started networking and then stopped [10:31] The laptop on the other hand is SSD, which solves that problem neatly. [10:31] i have a question may i ask [10:31] hi all i need help [10:31] hello! is ubuntu 11.04 daily build (27 april) stable enough as the final version tomorrow? [10:32] deneb: no [10:32] hael, Lunz: ask your questions [10:32] botcity: Same behaviour as before: Connects, works for ~5 minutes (max, sometimes less) and then starts dropping all packets. [10:32] what is the best extension format for 'exotic' filenames for linux and the best application to compile with ? exotic here is arabic [10:32] darael: but about the problem; preferences->mouse->touchpad: i can set EITHER edge scrolling or two finger scrolling; i want both [10:32] i just install ubuntu 10.10 on my laptop my i cant dual buat my xp, anyone canhelp [10:32] in archive Darael [10:33] !dualboot | Lunz [10:33] Lunz: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [10:33] Thrawn: You'll need to obtain the source - it won't be in the binary package you installed. [10:33] Hi, i have a raid. And i want to be notified when it goes bad, is there an option in ubuntu for that? Or any disk realy, not just the raid [10:33] Daghdha: Software or hardware RAID? [10:34] the problem is i cant boot into windows xp [10:34] here my problem Daghdha http://ubuntuforums.org/showthread.php?t=1735968&page=3 [10:34] Lunz: Have to teach GRUB about the XP partition. [10:34] it doesnt have menu to choose... [10:35] ikonia: if i installed this build today and tomorrow have an update? could it? or it can't fetch final updates? [10:35] yes [10:35] zsync [10:35] hael: Please stop dropping random names into your request for help. If someone knows an answer for you, they'll respond. If not, talking to them will only annoy them and still not get you an answer. [10:35] you can update the iso [10:35] @ deneb [10:35] I am checking Corey [10:35] i am new to using lynx, and was wondering if there was a way to search google or some other search engine directly through a command like "lynx google search-terms". Right now I have to visit google.com then type in the search phrases. [10:35] sorry [10:36] how do i edit the grub menu?i cant boot my xp [10:36] pin you could use a lil script to acieve it [10:36] SOftware raid [10:37] dsathe: how so? I am generally new to all this. any pointers would be great help. [10:37] is libc.so is platform specific (x86, ppc, arm, ...)? [10:37] yup [10:37] wat u do is [10:37] Daghdha: cat /proc/mdstat [10:37] hi all [10:37] see google has a typical url say [10:37] dsathe: Highlights, which help people see your responses to them, won't usually activate on part-nicks. Try tab-completing, it makes life much easier. [10:37] u wanna search for "ubuntu" [10:37] roger [10:37] how do i manipulate a folder from previous installation? [10:38] dsathe: sure... go on [10:38] when i try to access it from livecd i get permission denied [10:38] one sec [10:38] on chrome [10:38] hey guys im having trouble with my usb bluetooth dongle, bluetooth prefrences won't let me turn the device on [10:38] http://www.google.co.in/search?sourceid=chrome&ie=UTF-8&q=ubuntu [10:38] i hate ubuntu pop-up menu go straigh into selection made, drives me mad [10:38] is the url for ubuntu [10:38] now if u do the same [10:39] it works fine on my other ubuntu instillation [10:39] hello? help pls? [10:40] !patience | grn [10:40] grn: 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:40] Corey : It says this http://pastebin.com/7UcHjGpq [10:40] rgnr, you have to change ownership of the folder or access it with sudo/root priviliges [10:40] But is there any tools that monitor that and send e.g. an email when it's bad? [10:40] dsathe: ... [10:41] rgnr, to do this with nautilus, open a terminal and type "sudo nautilus" iirc [10:41] dsathe: how would i write the script is what im wondering and how would i invoke it from a command line. i understand how the url params work. [10:41] parse it as url to lynx [10:41] hmm [10:41] pindropper: "alias lynx-google='lynx http://www.google.com/#q=$1" [10:41] in a shell [10:41] step21: how do i do it [10:41] pindropper: Copy and paste that in the terminal. Try it. [10:41] say lynx 1 [10:42] step21, rgnr: Make that "gksu nautilus" - one should use gksu instead of sudo for GUI apps. [10:42] rgnr, alt-f2, "gksudo nautilus" ... [10:42] red2kic: thats awesome !!! thank you . thank you [10:42] pindropper: from livecd? [10:42] put in the phrase u are searching for [10:42] it will make the url [10:42] split the phrase by whitespace\ [10:42] red2kic, pindropper: IIRC that # needs to be a ?. [10:42] pindropper: I haven't tested it -- but you should get the idea. [10:42] join with '+' [10:42] Darael, yes, but I'm wasn't sure what it would do on the livecd ... [10:42] sound fixed [10:42] <_ryx_> Youtube displays "An error occurred, please try again later." [10:43] step21: Ah. Well, for future reference, gksu works just fine on the live-cd. [10:43] red2kic, dsathe1: yeah. its needs to be a ? but i do get the idea. [10:43] i just install ubuntu and i cant boot my windows xp, how do i fix this? [10:43] k [10:43] rgnr: from livecd? i dont understand your question. [10:43] econnell: the problem with debian and ubuntu is that stuff is mass processed, and DFSG compliant, that's why they're picky about such stuff, and that's why stuff needs to keep getting resubmitted until all the problems are fixed... they're dealing with thousands of packages that all have to meet the same standards === hurbu is now known as hurbu_ [10:44] Darael: http://code.google.com/web/ajaxcrawling/docs/faq.html#whentousewhich [10:45] pindropper: i mean can i run nautilus from livecd? [10:45] i just install ubuntu 10.10 and i cant boot my windows xp, how do i fix this? [10:45] rgnr, yes, it is the name of the file manager [10:45] Lunz: try [10:45] sudo update-grub [10:46] done [10:46] did u see something like [10:46] step21: but it is xubuntu livecd [10:46] windows [10:46] Darael: It's for making your AJAX applications crawlable. You can use either. # works for me here. :) [10:46] on sda1 [10:46] dsathel : after that? [10:46] at the end of it [10:46] step21: so it would be gksudo thunar? [10:46] mdadm can do it apparently [10:47] like the last line or so on the output on typing that command [10:47] rgnr, yes [10:47] step21: 10x will try in a sex [10:48] step21: sec* lol missed ) [10:48] :-D [10:48] rgnr: gksudo (sudo for GTK apps) [10:48] dsathel : then what? [10:48] red2kic: Fair do's, I have learned something. Fantastic. [10:48] * rgnr blushes [10:48] when u typed in sudo grub-update [10:48] could u pm me the output [10:48] sudo apt-get install ... [10:48] that u got [10:49] DO NOT do a grub-update [10:49] ? [10:49] ?? [10:49] nah its not done [10:49] i already update? [10:49] Younder: why ? [10:49] Lunz [10:50] no it did not help [10:50] Well I fucked up a few systems royally donug that [10:50] natty release date when? [10:50] Younder, language [10:50] aka when to clean install [10:50] 2011, 04, 31 [10:50] WaltherFI, 4/28 [10:50] Younder: chill [10:50] WaltherFI: One second before April 29. [10:50] 'kay [10:50] Hello I would like to try out ubuntu and have downloaded the ISO and made a USB Stick But when I boot into USB it shows the menu with options to try out, install, check memory and advanced options when I select test memory it shows corrupt kernel image but I have redownloaded the file and redone the USB stick but still shows the same thing [10:51] bazhang, the new release [10:51] is it not possible to configure context-menu popup behaviour in Ubuntu to make it work like it works in windows? [10:51] 20110 04, 31 [10:51] Younder, wrong [10:51] 2010 04, 31 [10:51] Hello I would like to try out ubuntu and have downloaded the ISO and made a USB Stick But when I boot into USB it shows the menu with options to try out, install, check memory and advanced options when I select test memory it shows corrupt kernel image but I have redownloaded the file and redone the USB stick but still shows the same thing [10:52] i i do it like everyday [10:52] hi, is there a way to make cp keep the permissions when copying files [10:52] :D [10:52] the -p flag doesn't cut it [10:52] BOB__: Run the md5sum. [10:52] !md5sum | BOB__ [10:52] BOB__: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [10:52] the command is "cp -pf fileFrom FileTo" [10:52] Thanks [10:52] Darael: -a [10:53] nm, I guess the download is not write enabled [10:53] Hey, I got a problem with my microphone on my Creative X-Fi FAtal1ty: I installed the open source drivers from Creative but now the microphone either 'records and replays' what I'm hearing on my headset (tested in TEamspeak/Skype/etc) or it just records plain nothing. Any ideas? [10:53] Dazzled1: ^^ [10:53] red2kic: turns out the alias doesnt work. i thought it did. i typed alias google='lynx http://www.google.com/search?q=$1' - and then to search i typed: "google ubuntu" it looked for ubuntu.com found it and went there. dint search google at all. what am I missing? [10:53] red2kic: ? Perhaps you meant to direct that to Dazzled1? [10:53] Dazzled1: Try that. -a -- See if it cut the cake for you. [10:53] hi I have a strange mail settings window poping up everytime I login to my account how can I resolve that? [10:53] I'm using ubuntu 10.10 [10:54] pindropper: Try different search term like "debian" and see what turns up. [10:54] pindropper: it is a + [10:54] BOB_: http://unetbootin.sourceforge.net/ [10:54] mdadm --help [10:55] dsathe1: a + ? i am sorry, i dont follow [10:55] ditch it [10:55] red2kic: i did. it simply takes the last word in my command and uses that to look up domain names [10:56] step21: now it shows me only to files like accessing_your_private-data and readme [10:56] step21: 'twas a linux mint installation [10:56] dsathe1: come on. do tell. [10:56] pindropper: i was saying google replace3 whitspace by "+" [10:56] like whe i google this in [10:57] one sec [10:57] dsathe1: doesnt work. if its a one word argument .... there are no whitespaces then in the command [10:57] ill post you exact querries [10:57] ok. [11:01] pindropper: [11:01] see this [11:01] http://www.google.com/search?client=ubuntu&channel=fs&q=google&ie=utf-8&oe=utf-8 [11:01] http://www.google.com/search?client=ubuntu&channel=fs&q=google+two&ie=utf-8&oe=utf-8 [11:01] dsathe1: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [11:02] oops [11:02] srry [11:02] http://www.google.com/search?client=ubuntu&channel=fs&q=google&ie=utf-8&oe=utf-8 [11:02] dsathe: what should i do with these urls? [11:02] I got a problem with my microphone on my Creative X-Fi FAtal1ty: I installed the open source drivers from Creative but now the microphone either 'records and replays' what I'm hearing on my headset (tested in TEamspeak/Skype/etc) or it just records plain nothing. Any ideas? [11:02] http://www.google.com/search?client=ubuntu&channel=fs&q=google+two&ie=utf-8&oe=utf-8 [11:03] the point i was making is [11:03] question; mdadm - I set up mdadm to check monthly, it asked an email but not a server. How does it know where to send it, does it use ubuntu.com? [11:03] ... [11:03] that '+' replaces ' ' [11:03] in querries [11:03] thats all [11:03] rg [11:04] dsathe1: i am full well aware of that. but why wouldnt it work when i have no whitespaces in a query. say i was searching for "donkey" there is no white space. the alias should work fine then. no? [11:04] I have /etc/network/interfaces with 3 vlan bridges, but they don't come up automatically.. any help? [11:04] true [11:05] dsathe1: if i do lynx http://google.com/search?q=donkey. it works. but if i do alias google='http://google.com/search?q=$1' , and type google donkey. it doesnt. it seems like it should. but doesnt [11:06] ok, so this is just a join and leave channel [11:06] hmm [11:08] pindropper: replace the whitespaces with %21 s? [11:09] how to connect teo ubuntu machine [11:09] !elaborate | gaurav_help [11:09] gaurav_help: Please elaborate, your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [11:09] cq: in the command itself? like google%21donkey [11:10] pindropper: no, in the query string, the $1 [11:10] the $1 [11:10] how to transfer files and connect two ubuntu machine with wired connection ... which tool i need [11:10] might just b a spl car [11:10] gaurav_help: use ftp [11:11] cq: i would when i get to making non-whitespace queries work in the first place. [11:11] to connect two ubuntu machine i have 2 use ftp [11:11] pindropper: that won't work in an alias, the $* will be expanded when creating the alias, not when calling it. define/use a function [11:11] or are you suggesting i actually replace $1 with %21 which makes no sense [11:12] llutz_:ok. so there is no way to do this using an alias? [11:12] pindropper: afaik no. use a function defined in .bashrc === BlouBlou_ is now known as BlouBlou [11:12] gaurav_help: You have several options. Samba server, SCP, rsync-over-ssh, ftp... [11:13] llutz_:thanks a lot. [11:14] Darael, which one have GUI mode and easy 2 use can u recommend me any one from these [11:14] gaurav_help: If it's just a small file transfer or two, but you'll want to do it on a regular basis, you might want to try installing giver on both machines. [11:14] is there any C programmer? [11:15] i have 2 install these on both machine [11:15] gaurav_help: giver allows you to drag-and-drop files, and the destination machine gets a prompt about it. It's probably your easiest method. [11:16] yeeeha! got it! [11:16] * rgnr got it [11:16] yeah, baby, I got it Xd [11:17] I set up some custom keyboard shortcuts (using the keyboard shortcuts tool in 10.04). The shortcuts runs a little bash script, and they work. But I still get a "Error while trying to run , etc ...". Anyone know how to fix this? [11:17] how do you know whether a file is executable or not ? from command line ? [11:18] I have error message with snapscan 1212u under ubuntu maverick, simple scan: cannot connect to a scanner [11:18] dr0id: stat file [11:18] help :) [11:18] RxDx, this is not a programming help channel [11:18] llutz_: hmm, which one in there ? [11:18] says regular file [11:18] step21, sry [11:18] btw it shows File: `a.out' why not File: 'a.out' ? :P [11:19] dr0id, a file is executable if it has the executable bit set.. ls -l file [11:19] dr0id: "ls -l file" gives the mode (amongst other things), if x is present in the mode then the file is has the executable permission. [11:19] hey domas_ [11:19] the executable bit is the last one iirc [11:19] but an executable file might not have the x part set :) [11:19] hi! how to list network interface names? eg. wlan0, eth0 (I need it for conky!) [11:19] Is there a more stable version of VNC other than X11vnc? [11:19] antivirtel: ifconfig [11:20] Darael: but that's not something mandatory is what I am trying to say [11:20] an exe file might not have x permissions, (and yes I know it won't execute then., but still) [11:20] dr0id, use the command file.. file filename [11:20] or am I wrong ? [11:20] awesome, heh ;) [11:20] AWESOME AWESOME [11:20] iceroot thx [11:20] :) [11:20] I got a problem with my microphone on my Creative X-Fi FAtal1ty: I installed the open source drivers from Creative but now the microphone either 'records and replays' what I'm hearing on my headset (tested in TEamspeak/Skype/etc) or it just records plain nothing. Any ideas? [11:20] dr0id: filenames -extenstion say nothing about bein executable or not [11:21] dr0id: Right. Misunderstood what you were asking for. [11:21] No one will help me? Which channel i should join to have some help then? [11:21] !patience | Nefertiti [11:21] Nefertiti: 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:21] I have error message with snapscan 1212u under ubuntu maverick, simple scan: cannot connect to a scanner [11:21] when i am sending file or receving file through bluetooth its shows me error "Cannot Start Personal File Sharing Prefrences" [11:22] dsathe1, llutz, red2kic, cq : its party true what llutz said. there is no way to do this using an alias. not elegantly anyway. i got it to work by doing *alias google='lynx "http://www.google.com/search?q='* and then to search *google what ever i wan to search"* . the caveat being the last " that i must type in [11:23] Ubuntu.com is down !!!!!!!!!!! [11:23] hooray! [11:23] dsathe1: No, it isn't. [11:23] no it's not [11:23] dsathe1: it isn't [11:23] try using say python to run that querry [11:24] WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHH [11:24] 11.0444444444444444444444444444444444444444444 :D :D: :D [11:24] overkill but easy quick solution [11:24] dsathe1, http://www.downorjustforme.com [11:24] pindropper: Like llutz_ said, use bash function. ie -- googlefu() { lynx whatever } [11:24] dr0id: stop it === root is now known as Guest35519 [11:24] my friends are perm switching to 11.04 from windows [11:24] dsathe1: Just tried it in links. It's not down. [11:24] tommorrow [11:24] a [11:24] Hello, nifty America. This is me, your president, John Henry..... aaaa gotcha!!! [11:24] asd [11:24] lol rhn [11:24] rgnr: [11:25] social network [11:25] dr0id: Good for them. However, this is a support channel. Mind taking it to #ubuntu-offtopic? [11:25] dr0id: f3 lol [11:25] bye [11:25] I am never offtopic here [11:25] but just because I opened ubutu.com just now reminded me of that [11:25] dr0id: as Darael said, this is a support channel, join #ubuntu-offtopic if you just want to talk [11:26] heh [11:26] so this is my 1st time here, what's the point [11:26] Hey, why ubuntu looks like mac? telepathy, unity panel, even close buttons [11:26] I got a problem with my microphone on my Creative X-Fi FAtal1ty: I installed the open source drivers from Creative but now the microphone either 'records and replays' what I'm hearing on my headset (tested in TEamspeak/Skype/etc) or it just records plain nothing. Any ideas? [11:26] geo_: do you have any question [11:26] prolly mac looks better than windows ) [11:27] rgnr: mac is a hardware, windows is a software and both are offtopic here [11:27] rgnr: bad argument [11:27] y compiz effect is working properly but when i want to open my compiz setting to change some i don't getting opened how i open that prefrences [11:28] gaurav_help: type in a terminal 'sudo apt-get install compizconfig-settings-manager' and install it [11:28] lameronline: telepathy's a library, it doesn't look like anything. The buttons were moved because of a plan to do things with the top-right corner. The unity panel is different again. This is a support channel, take it to -offtopic. [11:28] maverick fully supports TRIM correct? [11:29] i need a usb mini driver for clavinoa? [11:30] what's the best solution for RDP into a windows 7 machine from ubuntu with full graphical support? i havent got anything to work yet [11:30] SixtyFold: The INTERNET seems to say yes. [11:30] SixtyFold: http://askubuntu.com/questions/18903/how-to-enable-trim/19480#19480 [11:30] i already installed my Compiz setting manger earlier it works fine but now it is not opening ....i want to know if i remove that setting manger and reinstall it my setting would remain same or changed [11:30] thanks red2kic on the trim question, i plan on putting a 40gb ssd into my EEEPC 1000h, so hope so === XuMuK|ZNC is now known as XuMuK [11:31] gaurav_help: Your settings are stored in your home folder. Reinstalling the config application won't touch them. [11:34] sorry guys [11:34] Darael: sorry [11:34] dr0id: what did I JUST tell you [11:35] Support discussion ONLY [11:35] Darael, where my setting r store in home folder if i use same setting in my other ubuntu machine it will work same as mine [11:35] anyone in here used comodo firewall [11:35] sorry wrong room [11:36] * rgnr want to try being offtopic [11:36] gaurav_help: ~/.config/compiz/ [11:37] Darael, so i remove my setting manger and re install it [11:37] sudo /usr/bin/comodo/firewall [11:37] !offtopic [11:37] #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! [11:37] rgnr: is there a reason you are making these random comments ? [11:38] in nautilus ctrl +s does selection by pattern, can i do the same, but with hidding the ones that wont match the pattern? [11:38] pindropper: Did you get your question answered yet about how to use an alias to get lynx to google for something? [11:38] w 4 [11:39] pindropper: Ahh, I see that llutz already answered you about half an hour ago: use a function. Do you know how to do that? [11:42] Darael, i have reinstall that but now also it its is not getting open [11:42] stianhj: DId you get your question answered about "error trying to run "? [11:42] kwtm, no.. any ideas? [11:45] Hi [11:45] Could someone tell me how i might stop the screen from going black every so often please [11:47] tomtit: what you mean? [11:48] kwtm: thanks for asking. i just figured it out. but i do have a related question. i simply created the function google(){ lynx url$1} and it works fine. But where does this function get stored? How do i find out what different functions I've defined. Can I store them in a text file rather than type them in the terminal?a [11:48] He may be askign about how to disable dark-windows compiz-effect [11:48] When i am reading something on the screen it goes black after a few minutes [11:48] tomtit, System -> Preferences -> Power Management [11:49] Hello [11:50] Can someone pls explain landscape to me. I have a server here which i want to cluster with 2 other machines elsewhere on the planet to enable high availability. What is the best solution for this? [11:50] pindropper: I will answer you. #bash would be a more relevant channel, although the atmosphere is not as friendly to newbies. Your function is stored in the local environment memory of the shell (bash) that runs when you open a terminal window. (Gnome Terminal or whatever program you're using.) If you open a new terminal, that function is no longer there. If you exit, that function is no longer there. [11:51] pindropper: To make that function stay, you have to define it every time you open a new terminal window. You can do that by putting that function into your ~/.bashrc file, which is run every time you open a new window. [11:51] stianhj: thanks again :) [11:51] pindropper: To find out what functions and aliases are already defined, use ... (wait, searching ...) [11:52] Got an irritating problem with my wifi. For about the last 24 hours, I've been able to connect but after about five minutes it starts dropping all packets until I disconnect and reconnect. Running a flood ping through the cycle gives (eventually) the repeating pattern "..E..............E...". Have tried reloading kernel module for the card and restarting network-mananger - neither helped. Ditto multiple reboots. Was thought to be RF interference, ... [11:52] pindropper: You know, I actually don't know how to list all the functions. Will ask in #bash now [11:52] ... but changing channels (6->13) made no difference. Neither did a UFW reset. === bonhoffer_ is now known as bonhoffer [11:53] kwtm: ah! that makes perfect sense. Thanks a lot for this. i will try #bash -- thanks for the warning about it. === yofel_ is now known as yofel [11:54] pindropper: Also, you have an error in your function. The $1 should be in double quotation marks. [11:54] pindropper: Thus: google() { lynx "url=$1" ; } [11:54] don't forget the semicolon before the closing brace [11:55] pindropper: Okay, I found out in bash that to list the functions, you say declare -f [11:55] I set up some custom keyboard shortcuts (using the keyboard shortcuts tool in 10.04). The shortcuts runs a little bash script, and they work. But I still get a "Error while trying to run , etc ...". Anyone know how to fix this? [11:56] kwtm: whoa! thats a lot of good help. :) thanks a lot. this info should keep me experimenting for a few days. [11:57] pindropper: Also, the lynx url= thing is just an example. I guess it should really be google() { lynx "http://www.google.com/search?q=$1" ; } [11:58] kwtm: yeah. thats the real function. thats how i implemented it too. i just typed it out real quick in the irc as pseudo func. [12:00] kwtm: i just ran declare -f and a bunch of functions turned up. so when you said that the funcs defined in terminal have terminal scope, the rest must be defined elsewhere. they arent defined in the bashrc you pointed me to earlier. [12:00] Got an irritating problem with my wifi. For about the last 24 hours, I've been able to connect but after about five minutes it starts dropping all packets until I disconnect and reconnect. Running a flood ping through the cycle gives (eventually) the repeating pattern "..E..............E...". Have tried reloading kernel module for the card and restarting network-mananger - neither helped. Ditto multiple reboots. Was thought to be RF interference, ... [12:00] ... but changing channels (6->13) made no difference. Neither did a UFW reset. [12:01] when i am trying to open ccsm from my terminal its shows me this error [12:01] Traceback (most recent call last): [12:01] File "/usr/bin/ccsm", line 100, in [12:01] import ccm [12:01] File "/usr/lib/python2.6/dist-packages/ccm/__init__.py", line 1, in [12:01] from ccm.Conflicts import * [12:01] File "/usr/lib/python2.6/dist-packages/ccm/Conflicts.py", line 27, in [12:01] gaurav_help: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:02] pindropper: When bash is first run, it runs ~/.bash_profile and ~/.bashrc; these files can in turn call other files to be run. As if that weren't complicated enough, there's also /etc/bash_profile and /etc/bashrc (I think those are the names --anyway, the system admin can also predefine files to be run). So it's there somewhere. Let me get you a FAQ... [12:03] http://paste.ubuntu.com/599731/ this error is coming when i am opening ccsm from terminal [12:03] pindropper: http://mywiki.wooledge.org/DotFiles [12:03] kwtm: thanks. looking. [12:04] pindropper: Whoa, that's a huge amount of text. CHeck 2nd, 3rd paragraph under "Console logins" [12:04] Hi, I am in root, I want to create a user "adduser USERNAME", but at the same time I also want him to have sudo powers. What should I append to that command? [12:04] peeq: do "sudo adduser USERNAME admin" [12:04] pindropper: Sorry, meant paragraph 2 4 5 6 under Console logins [12:05] gaurav_help: And what is your locale? check with env | grep LOCALE [12:05] Darael, my ccsm is not working http://paste.ubuntu.com this error is coming i reinstall that hwo i remove thsi [12:05] Darael: Could there be some sort of traffic problem on your LAN? ..just a thought... And how often does it happen? Does your connection work ok for a while and then at some interval does it start having problems... or...? [12:06] LjL, adduser: The user `peeq' does not exist. [12:06] peeq: first you need to create it with "sudo adduser peeq", then give that command i said [12:06] Darael: What wifi device is it? What driver are you using? Is this a desktop or a laptop? [12:07] schnuffle, its shows me nothing just blank [12:07] Darael: what chipset is your card and what version of ubuntu are you running? you can find out the chipset with lspci [12:07] Darael: What router are you using? How many are connected to it? Is it 802.11b or g ? [12:07] gaurav_help: check with env | grep LANG [12:07] Darael: or mix... [12:08] LjL, Hi I have heard there are some problems, like when we use "adduser peeq admin" it removes that user from all other groups. [12:08] schnuffle, ya this time this comes LANG=en_IN [12:08] GDM_LANG=C [12:08] LANGUAGE=C:en [12:08] gaurav_help: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === quiesense is now known as quiescens [12:09] LjL, should I be doing something like "adduser -a -G admin"? Will this give sudo power [12:09] kwtm: :) that is a lot of text. and my head is spinning a lil bit. perhaps a coffee break is in order. But I did read the relevant bits and I do have some clarity. I guess now that i can fiddle around enough bash and ubuntu, its time to get a good book and read through it. Thanks really for your help, its been great. [12:09] a wich hour will the new ubuntu (natty narval) be available today ? [12:09] jvoisin, 4/28 , not known [12:09] peeq: i don't even know what -a and G are. just do "sudo adduser peeq" to add it and then "sudo adduser peeq admin" to give it sudo powers [12:09] ok, thank you [12:09] pindropper: Glad to help. Bash can be complex if you start diving deeply into it. But you should have enough to define your function and work with things. [12:10] peeq: you may also want to add it to other groups than admin, though. type "groups" to see all the groups your current user belongs to [12:10] schnuffle, this out put comes LANG=en_IN GDM_LANG=C LANGUAGE=C:en [12:10] usr13, histo: Card chipset is realtek RTL8191SEvB. Router is a getnet GR-724W - b/g/n, tried both with n enabled and disabled. Problem is intermittent, but I never get more than ten minutes connected. This laptop is running maverick and is currently the only device connected by wifi, although there's another machine on a wired connection. [12:10] Darael: pastebin the results of one of your ping tests so we can see. === Lorthirk is now known as Lorthirk`ZNC [12:11] Hey guys, am I making a mistake by following this website for FreeNX? http://ubuntuforums.org/showthread.php?t=467219 [12:11] Darael: Is that other machine MS Windows or Linux? (The one that is on the wired connection.) [12:12] schnuffle, ? any help [12:12] gaurav_help: so test your program with: LANG=en_US.UTF-8; /usr/bin/ccsm === gac_ is now known as gac [12:12] if I wanted to try out a distro that uses gnome 3, fedora would be a good choice right? (for a beginner) [12:12] Darael: the only thing I can think of is driver issue. You can try ubuntu the ubuntu beta to see if the problem persists. Or try LTS which is lucid [12:12] usr13: Certainly. Waiting for it to drop out again. [12:12] Hi al, I just got a new usb keyboard that fails with generic-usb: probe of 0003:060B:0230.0002 failed with error -22 when connecting it. [12:12] anyway I can force the kernel to use the keyboard module? === XuMuK is now known as XuMuK|ZNC [12:12] gaurav_help: to see which locales are installed use locale -a [12:13] LjL, Thanks for the info, I got it. [12:13] schnuffle, thanks its working the command u tell me that i have 2 use every time that command will change any thing [12:13] usr13: It's a Linux box. I'm in fact running irssi on it in screen (connecting over ssh), hence why I don't keep vanishing. [12:14] schnuffle, and what is locales? [12:14] gaurav_help: locale - Get locale-specific information. [12:15] Darael: lsmod |grep rtl819 [12:15] gaurav_help: which means a locale sets time/date format and everything that is language specific [12:15] gaurav_help: So if you want to run your prog with the locale you have set you need to install it [12:16] usr13: No output. The module in question, though, is r8192se_pci (obtained by grep'ing for 819 instead of rtl819) [12:17] Darael: I think maybe you have wrong driver loaded up. [12:18] Has anyone had any experience with this: The seveas repository provides Nx Client for Linux. Windows NoMachine ? [12:18] Curly_Q, that seems to be quite an old repo [12:18] Curly_Q: You experience with NX or with seveas? [12:19] That is what I was afraid of. [12:19] usr13: I am informed that the 8192 driver is the correct one for 8191 chipsets. Certainly I can't find an 8191 driver... === denny- is now known as denny [12:19] No. [12:20] hi , i've 2 HDDs , 1 is installed windows and other is Linux , i want Linux HDD first starts on boot and run some code and then boot redirect to windows back , how can i do it ? is it possible ? someone can help for that ? :S [12:20] Darael: lsmod | grep ireless [12:20] I suppose I could Google it and spend hours with it but I humble myself and wonder who has the best answer. [12:20] usr13: No output. [12:20] Darael: lspci | grep ireless [12:20] Darael: sorry, first one was typo [12:21] anyone knows which cronjob or how to force MOTD to update? [12:21] After I close Evolution (the email program), how can I access my stored email files without using Evolution? Are there text files stored that I can read with a hex editor or something? [12:21] usr13: 05:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10) [12:22] they would be stored on the email server it fetches the mail from, you would have to download them locally or try to find a local saving solution/option within evolution [12:23] usr13: ping results as requested earlier (to router, including flood-ping and normal run in parallel - timescale is shortly after connection through failure and manual reconnection): http://paste.ubuntu.com/599737/ [12:23] I installed FreeNX but am very leary about X11vnc. It seems very unstable. [12:24] kwtm: Somewhere in ~/.evolution/mail [12:25] Darael: lsmod | grep rtl [12:25] join #physics [12:25] usr13: no output. [12:25] Darael: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PFid=48&Level=5&Conn=4&ProdID=226&DownTypeID=3&GetDown=false&Downloads=true [12:27] what would be my editor of choice for creating websites? [12:27] Darael: http://ubuntuforums.org/showthread.php?t=1397309 [12:27] people say vim but that seems to involve a lot of learning... [12:27] cyoz: vimtutor === orion_ is now known as Guest6457 [12:28] hi all, i installed chromium, and am having a really tough time configuring java on the browser(it fails the test on the java website), can someone please help me [12:28] cyoz: an awful lot of people are moving to cms (including myself - joomla). [12:29] mithran: sudo apt-get install sun-java6-plugin === dirtydawg is now known as DirtyDawg [12:30] usr13: So basically, I'm left with little option other than compiling the driver myself. I was hoping to avoid that, but... thanks anyway. === Xeli_ is now known as Xeli [12:31] Darael: or you can try a driver from backports [12:31] !wifi | Darael [12:31] Darael: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs === bigMike_ is now known as bigMike [12:31] Hi there! I need to know how to make a total check-up to Ubuntu 10.04, check if everything is sane: check deps, damaged apps, libraries, ecc... Can you tell me how please? [12:31] histo: Cheers, I'll have a look. And why didn't I think of chacking backport anyway? [12:32] Ubby_Hubble: anytime you install an app it will complain if there is a dependancy problem === andrew_ is now known as Guest55007 [12:32] Darael: there is some sort of wifi compat package or something can't remember the name of it. [12:32] Darael: I believe it's listed on the link provided by ubottu [12:32] histo: ok, anything else, any tool to check Ubuntu? [12:32] Ubby_Hubble: sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove [12:32] :) [12:33] th^^: :D [12:33] Darael: It's not that hard. Just install build-essential and linux-headers-generic and then download the file, unpack it and do .configure make and make install But I do not know if there is a .deb someplace, I just did a search and that seems to be the best info I can find. [12:33] Darael: http://wireless.kernel.org/en/users/Download#Getting_compat-wireless_on_Ubuntu [12:33] anyone knows which cronjob or how to force MOTD to update? [12:34] !realtek Darael [12:34] !realtek | Darael [12:34] Darael: some help for recent Realtek chipsets can be found at https://help.ubuntu.com/community/WifiDocs/Device/RealtekRTL8187b [12:35] hello everyone, anyone can help me to make open office spell check in spanish? thank you [12:35] usr13: I know it's not hard, I just didn't want to get into recompiling every kernel update (or working out how to use DKMS). [12:35] How do I add a static route to my box? [12:35] Darael: no need to recompile with compat-wireless [12:35] Darael: I don't know if that ^^^ has anything to do with your device because it says RTL8187b .... I don't know... [12:36] JuJuBee: route add [12:36] histo, usr13: Thanks. I'll have a look about. Hopefully one of these various leads will help. [12:36] Darael: You might consider trading the card out for one that is less problematic [12:36] Darael: my money is with compat modules [12:36] Darael: ... via ebay. [12:37] usr13: that realtek card should be supported and working. [12:37] usr13: he's most likely experiencing a bug [12:37] histo: That is what I thought.... [12:37] histo will that persist? [12:37] Darael: Maybe the device is just defective in the first place. [12:38] Darael: It may be overheating or just going flakey on you. [12:38] JuJuBee: huh? http://lmgtfy.com/?q=ubuntu+static+route [12:38] Darael: It may very well be a hardware issue and not a software issue at all. [12:39] usr13: Darael no way to find out unless you try different drivers [12:39] Darael: You could just find something else on ebay.... [12:40] hello all [12:41] this is a query to the problem to my other laptop [12:41] usr13: why do that without testing first? wasting money [12:41] i need help badly becuz i have to travel in few days i wont be having internet to fix problem then [12:42] Wat happens is when i start the laptop it refuses to login and prompts me with an error message THE CONFIGURATION SETTINGS FOR GNOME POWER MANAGER WAS NOT INSTALLED PROPERLY. CONTACT YOUR COMPUTER ADMINISTRATOR [12:43] I was just giving options. Computer problems and particularly peripheral gear can be very complicated at times. The first thing to do is discover and list available options. (It is up to Darael to decide which option to try first.) [12:43] CAN ANYONE PLEASE HELP ME.. ALL I CAN OPEN IS TERMINAL AND NOTHING ELSE [12:43] mythri: dpkg --reconfigure and turn off the caps lock [12:43] PLEASE PLEASE..I M NEWBEE TO UBUNTU [12:43] mythri, no caps please [12:43] mythri: What seems to be the problem? [12:44] i cant go log in [12:44] all i can access is terminal [12:44] mythri: There is no prompt for login? [12:44] it gives me a msg saying 'the configuration settings for gnome power manager was not installed properly. [12:44] mythri: try Ctrl-Alt-F6 === debd is now known as damno [12:45] celthunder, should i type the command u told me in the terminal? [12:45] usr13, its quit not working..let me try [12:46] mythri: idk what package is the gnome power manager but yeah [12:46] celthunder: no. Hold the Ctrl and Alt keys while hitting the F6 key. [12:46] let me try..pls hold on === Gunnar is now known as Gunni [12:46] ok [12:46] usr13, i will try that as well [12:46] mythri: Now what do you have? [12:46] usr13: he just said gdm isn't running :/ [12:47] just a sec i m starting laptop [12:47] d [12:48] mythri: What is installed on this PC? Is it Ubuntu 10.10? or...? what? And when did it start happening? After a distribution upgrade? or...? [12:48] usr13, now i see ubuntu login [12:48] yes it is ubuntu 10.10 [12:49] I have a bad font rendering in ubuntu [12:49] mythri: Is it working now? [12:49] its a bit hazy [12:49] what should I do? [12:49] usr13, now after i did that and logged in i can see terminal is opened [12:49] wat should i do now [12:50] its a bit hazy. what should I do? [12:50] hi, just upgraded to natty - when i click home folder in launcher it kinda flashes but doesn't do anything. anyone know why this may be? [12:50] mythri: login [12:50] I have a bad font rendering in ubuntu what should I do? [12:50] fcuk112: does nautilus work? [12:50] damno, patience please [12:50] bazhang: sorry [12:50] HI [12:51] celthunder, yes - if i super-F and click on another folder it brings up nautilus. === hurbu_ is now known as hurbu [12:51] can anyone help with a creative sound issue === sahip is now known as Chepoll [12:51] hey I've got a small problem [12:51] can anyone help me? [12:52] celthunder, i did the command wat u said it says no such file or directory [12:52] mythri: ? [12:52] !ask [12:52] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [12:52] okay, asking the question [12:52] celthunder, dpkg --reconfigure no sound have creative sound card pci-x [12:53] BIGMCK068: what're you using for a mixer? is it muted? does it show up in lspci [12:53] celthunder, i did the above ^^ comand but it says no such file or directory [12:53] mythri: you weren't supposed to type that exactly === hurbu_ is now known as hurbu__ [12:54] mythri: Is gdm running? ps aux |grep gdm [12:54] celthunder, what should i type then..please guide..im new to ubuntu [12:54] mythri: ps aux |grep gdm [12:54] hi all, i have installed ubuntu 10.10 on my laptop and the laptop's fan is blowing like a vacuumcleaner.Back in 9.something this was not the case [12:54] I have once installed CDM ( console display manager) and then removed it. now when I am booting up through the console, right after it says "Welcome to Ubuntu" it says "bash: cdm: command not found" . I want to get rid of it [12:54] usr13, whats gdm, ps aux? === akos is now known as Guest85481 [12:54] i got nvidia gtx460 video card (has hdmi) and creative sb x-fi sound card and i disabled the sound on the nvidia hdmi [12:54] mythri: ..... and tell us if you get one line of response of more. [12:55] hetOrakel: what kind of temps are you running [12:55] mythri: man ps [12:55] histo: temps? [12:55] CA0110-IBG SB X XTREME AUDIO [12:55] mythri: ps aux will print running items | pipes the output to grep and grep searches xxx like gdm [12:55] usr13, i got it i m typing it [12:55] hetOrakel: temperatures [12:55] mythri: ps reports a snapshot of the current processes [12:56] usr13, now i got a list of things [12:56] When I startup my ubuntu I get a warning its running in low-graphics mode. My xorg.0.log looks fine no errors, whats going on? === Guest85481 is now known as axos88 [12:56] mythri: so there was more than one line of output, right? [12:56] usr13, yes there was.. [12:56] necrotik: install the right graphics drivers/modules? [12:56] mythri: ls /etc/X11/xorg.conf [12:57] I have the nvidia proprietary graphics driver installed, i think [12:57] histo: i get it, but what do you mean by "are you running" do you mean my bios settings? [12:57] usr13, should i type this command ^ u gave [12:57] hetOrakel: laptop-mode-tools [12:57] or acpi [12:57] shell syntax question.. what is the syntax for a random number? [12:57] mythri: Yes, type ls /etc/X11/xorg.conf and hit enter. Tell us what it says back to you. [12:58] usr13, it says no such file or directory cannot access [12:58] rand() [12:58] dd214: rand() [12:58] for instance, I have a sleep thread for 1 second but would like the sleep thread to run 1, .2, .4 [12:58] usr13, just for ur knowledge i m using ubuntu 10.10 [12:58] this is scaring me because i m not able to open and i have so much of documents inside [12:59] celthunder: when i install them it removes acpi [12:59] mythri: WHen did this start? Did you make any changes right before the problem occurred? [12:59] ? do you have an apm motherboard [12:59] celthunder: btw doesnt make any difference [12:59] mythri: Did you do a distribution upgrade or something like that? [12:59] celthunder: how can i tell? [12:59] it started after i downloaded ktouch from ubuntu software manager and the download stopped it in half way [13:00] Yea I'm still getting low-graphics mode. I'm using the nvidia proprietary driver. [13:00] I tell it to start x in low-graphics mode, I get a console. startx then gets me into gnome fine. [13:00] celthunder that seems to be erroring [13:00] This update would require installation from non authenticated sources; alsa-utils app-install-data-partner apparmor apparmor-utils appmenu-gtk apport apport-gtk aptdaemon avahi-autoipd avahi-daemon avahi-utils bash-completion bind9-host brasero-common bsdutils computer-janitor computer-janitor-gtk cups cups-bsd cups-client cups-common cups-ppdc dbus dbus-x11 dhcp3-client dhcp3-common dnsutils dpkg empathy empathy-common evince [13:01] oops [13:01] my bad [13:01] Soyo: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:01] usr13, and when i restarted my laptop this problem started. i also downloaded google earth. i didnt do any distribrution upgrade [13:01] I didn't realize that was so long [13:01] celthunder if I echo rand() I receive a syntax error [13:01] mythri: ktouch shouldn't have done anyting like this. (But I recommend gtypist ... fyi). [13:01] i know ..i dont know wat to do now or how to solve this issue [13:01] mythri: Ok, well google earth could have done it. [13:01] histo: compat modules? Bad idea. Installed the package, now I no longer have a wlan0. The card's still there in lspci, but post-reboot nothing's claiming it. Attempting to modprobe rtl8192 (since there's still no 8191) gives a FATAL:no such module, and modprobing r8192se_pci (which is the module I used to use) now fails with an invalid argument. [13:01] mythri: You should install google earth via the package manager. [13:02] Soyo: no problem with the original line, as long as you put it on one line it's fine. just, please wait a while before speaking again after the FloodBot warns you, otherwise you get muted [13:02] mythri: The package name is googleearth-package [13:03] mythri: Try Ctrl-Alt-F8 [13:03] LjL: Thanks and sorry about that I thought it was only one package. Why is every package non-authenticated? [13:03] mythri: and if that doesn't work: Ctrl-Alt-F7 [13:03] Soyo: i don't know. type "apt-cache policy one-of-those-packages" to see where it might be coming from [13:03] anyone know how I can tell the kernel to use a certain module for a specific device if the automatic recognition fails? [13:03] usr13, all i can see is terminal screen and nothin else [13:03] mythri: Anything there? [13:04] mythri: On both F8 and F7 ? [13:04] Soyo: Can happen if the package list update gets interrupted - try refreshing it again? (sudo apt-get update) [13:04] adsworth: modprobe [13:04] How can I in a makefile test if make has been called with -j ? [13:05] usr13, f8 nothing and f7 it gives the login screen but no user name or password just a grey box [13:05] celthunder, I know that I can do a modprobe modname but how do I tell modprobe which device I want? [13:05] mythri: it gives a login screen? That is strange... nothing above F6 should be offering login screen. [13:05] ahha [13:06] mythri: you mean it has a X based GDM LOGIN? or just a 'login:' prompt like the console does. [13:06] e [13:06] mythri: Ok try this: /etc/init.d/gdm restart [13:06] LjL: Version table: [13:06] 1.0.23-2ubuntu3.4 0 [13:06] aaghahg [13:07] Soyo: what does the line below that say? [13:07] LjL: [13:07] Version table: [13:07] 1.0.23-2ubuntu3.4 0 [13:07] 500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 Packages [13:07] Soyo: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:07] hello everyone i have a question, how do i unpack a tar.gz file? im trying to extract linux to a CF card and use it with a thinn client but the tar.gz file containing files from 1943?? so it wont unpack it, any fix or something?? [13:07] zxffxz [13:07] Soyo: and that's the only output there is? [13:07] Yeah I didn't mean to do that on more than one line using irssi] [13:07] mythri: It was just a console login on F7 and F8... right? [13:07] ;;;ll [13:07] l;;;l [13:07] ll [13:07] l [13:07] 'l' [13:07] igor__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:07] l [13:07] ; [13:07] igor__: stop [13:07] ucenik06: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [13:08] LjL no let me pastebin it hang on === sahip is now known as Chepoll [13:08] * LjL glares at the FloodBot3 [13:08] usr13, yes [13:09] QUESTION: I have installed, and then remove GDM. My computer still tries to start with it. How can I completely remove it? [13:09] dd214, NUMBER=$[ ( $RANDOM % 100 ) + 1 ] then echo $NUMBER [13:09] mythri: Did you try /etc/init.d/gdm restart ? [13:09] hello [13:09] Chepoll: see if /etc/init/gdm.conf exists. if so rename it to perhaps gdm.DONTRUN [13:09] mythri: You went back to F6, right? [13:09] mythri: Ctrl-Alt-F6 [13:09] LjL: http://pastebin.com/UgkMZhsz [13:10] Chepoll: what login manager are you wanting to use? [13:10] usr13, i did ctrl alt f6 [13:10] Dr_Willis: I don't want to use any DM [13:10] Soyo: try doing "sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 437D05B5", then apt-get update and then try again [13:10] mythri: /etc/init.d/gdm restart [13:10] Chepoll: theres the 'text' kernel boot time option that disables plymooth and gdm/kdm/anydm from starting also. [13:11] Chepoll: If you started without GDM, try doing an "apt-get purge gdm" - that'll remove any residual config, which may be your culprit [13:11] ok, please let me catch up to what you've said so far [13:12] What is the maximum size of thunderbird mailbox? [13:12] usr13, i did that now [13:12] LjL: What is 437D0585? [13:12] Darael: Dr_Willis I suppose he could also just do chmod -x /etc/init.d/gdm [13:12] mythri: Anything happening? [13:12] usr13, it gives error message [13:13] someone who can unpack a tar.gz file? [13:13] Soyo: the GPG keyword for the default repositories [13:13] mythri: What error? [13:13] usr13: except i think its /etc/init/gdm.conf :) actually it may have both.. ive not looked lately [13:13] !gpgerr | Soyo [13:13] Soyo: Getting GPG errors after adding custom repositories? Find the GPG keyword for the repository (it's 437D05B5 for the standard ones) and run « sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com » [13:13] LjL: 21 new signatures [13:13] lilljocke: tar xzf foo.tgz or cheat and use the 'unp' command. [13:13] Dr_Willis: On 10.04 it is /etc/init.d/gdm [13:14] purged and whatnot, rebooting ATM [13:14] usr13: check your /etc/init dir also.. it could be one is a link to the other. [13:14] i installed a cursor theme but the cursor wont show up in appearances -> pointer [13:14] and when i try to reinstall the theme it says cant move directory over directory [13:14] Ok I did some more digging. I still get the low-graphics warning, but when I checked /var/log ( I deleted all the xorg logs and rebooted ) there is only an Xorg.failsafe.log [13:14] bbl. [13:15] usr13, rather than invoking init script, use service (8) utility [13:15] LjL: Working now, thank you. [13:15] bazhang: while you're there, there are quite a few mutes standing i've noticed... [13:15] Dr_Willis: /etc/init/gdm.con is just the config file, not a symlink or anything. [13:15] usr13, That's what I'm getting. [13:15] is there a way to have two different wallpapers on a multi display setup? [13:15] Just in time to go to 11.04... [13:16] hi [13:16] mythri: service gdm restart [13:16] @Dr_Willis : Thanks, the purging solved my problem [13:16] i installed a cursor theme but the cursor wont show up in appearances -> pointer, and when i try to reinstall the theme it says cant move directory over directory [13:16] its gives me an error when i unpack that file> implausibly old time stamp 1943-02-05 17:20:41 [13:16] usr13, error name="unset" [13:17] is there any parameter for force it? [13:17] botcity that works! [13:17] hi [13:17] Hi [13:17] h r u? [13:17] mythri: /etc/init.d/gdm stop [13:18] any1 can help me with my cursor theme issue? :( [13:18] hi ii [13:18] QUESTION: I once installed CDM (console display manager) and then removed it. Now when my computer is booting up, right after "Welcome to Ubuntu!" it says "bash: cdm: command not found". I want to get rid of that. What files do I need to look at? [13:18] usr13, the same error message - rather use service(8) utility. [13:19] mythri: service gdm stop [13:19] usr13, I've tried that before [13:20] mythri: Ok you say that Ctrl-Alt-F7 and Ctrl-Alt-F8 both give loging screens? [13:20] usr13, error name ='unset' [13:20] mythri: is that ^^^^^ right? [13:20] After a couple of hours online when I try to open the home folder the windows on the taskbar shows that it's opening it but then closes instantly and opens after 5-10 minutes. At the same time vuze is giving me an error if I try launching it from the tray (saying it's not responding). What should I check to know what's causing it? [13:20] usr13, no, only f8 [13:20] mythri: what about F9 [13:20] ? [13:20] Ctrl-Alt-F9 [13:20] f gives me blank [13:21] f9 gives me blank [13:21] * [13:21] mythri: ok. Ctrl-Alt-F7 [13:21] mythri: blank? [13:21] usr13, ok, i have the login screen now but i can't login [13:21] usr13, just a grey box [13:21] botcity how do I get a $RANDOM millisecond? or fractions? I want to produce random fractions of 1.. ie .01, .13, .22 [13:22] mythri: Grey box? [13:22] usr13, yes, without textbox for usrname and pass [13:22] he shoud reinstall the display manager perhaps? [13:22] mythri: click on the username [13:22] usr13, an incomplete login screen [13:22] #ubuntu I have created a freenode wiki and I would like you all to create a wiki article for your channel. http://freenode.fcofix.org/index.php?title=Ubuntu (I am currently working on obtaining a domain for the wiki itself) [13:22] mythri: or just try hitting enter. [13:22] usr13, there is no username there. [13:23] okay [13:23] I can see the login screen now [13:23] but can't log in [13:23] usr13, i can't log in but [13:23] usr13, It says I'm currently logged in. [13:24] dd214, sleep command has milliseconds built in i think [13:24] mythri: Describe what you see on the screen in a little more detail. [13:24] usr13, the prompt is still there on login screen saying: the configuration defaults for gnome pwr manager was not installed properly. === Krabbe is now known as krabbe [13:25] usr13, heading is install problem [13:26] mythri: Go back to Ctrl-Alt-F6 [13:26] usr13, Install Problem; the configuration defaults for gnome power manager were not installed properly. Please contact your computer administrator. [13:26] usr13, okay [13:26] mythri: and do this: [13:27] usr13, yes [13:27] mythri: sudo apt-get remove powermgmt-base [13:27] botcity yes, sleep does support milliseconds, but I'm trying to generate a random sleep millisecond [13:28] argh dont ask me how but i was removing panels from my bar at the top and then the whole thing deleted... how do get it back [13:28] mythri: Soon as it is finished do: sudo apt-get install powermgmt-base [13:28] usr13, it asks me if i want to continue [13:28] dd214, you could do something like sleep 0.$NUMBER that would do it [13:28] !resetpanels | macca [13:28] macca: To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [13:29] usr13, after this operation, 987 kb disk space will be freed, do you want to continue< it asks me this [13:29] how do i update wine ? [13:29] or rather add it to the update repository [13:29] bazhang, how do i get into terminal with no bar [13:30] usr13, do i continue? [13:30] botcity ahhh concatenation [13:30] macca, alt f2 gnome-terminal iirc [13:30] usr13, it asks me y/n... should I continue or not...? [13:30] You could alternately do dpkg --reconfigure powermgmt-base But... I suppose you could just run without it. I don't think it is needed. not sure really. [13:30] y [13:31] usr13, ureadahead will be reprofiled on next reboot mythri: ureadahead ? === genger is now known as tyranos [13:32] is there a way to have seperate wallpapers on a dual monitor setup? also, is it possible to have taskbars on both yet be able to move apps back and forth? [13:32] bazhang, it says nosuchcommand gconftool [13:32] usr13, I did the second command for install [13:32] bazhang, oh wait missplet [13:33] bazhang, now done but the bar hasnt reappeared [13:33] I have Ubuntu 10.04 which I upgraded to 10.10 and then installed Unity on it using apt-get. Unity seems to be a bit messed up for me now (no icons on my desktop for example). Is there any way to restore Ubuntu to the original state, or to basically fix unity? [13:34] mythri: It says it is optional. You might just try and run without it. sudo service gdm restart [13:34] mythri: sudo service gdm restart [13:34] bazhang, back now... looks like patience was the answer [13:34] velcroshooz: The latter is easily achieved by adding a panel (right-click an existing one, new panel) then alt-click-and-dragging it to the second monitor and finally adding the appropriate applets. The former is doable, but requires not having desktop icons IIRC. [13:34] Hello [13:35] mythri: Oh, you did. Well try restartgin gdm anyway. [13:35] Darael, okay so in twinview for example you can just add panels to it? [13:35] mythri: sudo service gdm restart or /etc/init.d/gdm restart [13:35] usr13, restartgin gdm? [13:35] akashm1990: You should have the option at login time to use "Ubuntu Desktop" or similar - it's a selection box at the bottom, after choosing your user, and it'll be set to "Unity" ATM. [13:35] mythri: Yes restart gdm [13:35] macca, good news then [13:35] akashm1990: That'll get you your other desktop back, at least. [13:36] velcroshooz: I think so. Could be remembering wrong, but I'm pretty sure it works. === Lorthirk`ZNC is now known as Lorthirk [13:36] Darael, ok, I'll try that. Also do you know of how to fix unity? I kind of like it [13:36] mythri: Is this system fully updated? [13:36] usr13, errorname'unset" usr13, yes [13:37] Darael, ill give that a try - i dont mind not having desktop icons, do you know where i might look for instructions on the different wallpaper bit? [13:37] hi there [13:37] velcroshooz, using compiz? [13:37] akashm1990: No icons on the desktop is, IIRC, a deliberate design choice. As for other problems, I've not got enough Unity experience. [13:37] bazhang, yes i am, full effects in appearance [13:37] mythri: uninstall powermgmt-base and try again. Maybe it IS powermgmt that is causing the problem. [13:38] Darael, silly IMO.. Guess I'll uninstall it then [13:38] mythri: Or just reboot it.... [13:38] velcroshooz, there is , if I recall correctly, you may want to ask in #compiz about using the multiple wallpapers [13:38] how do i update wine ? [13:38] usr13, but i have so many documents inside [13:39] Bluebill-Wolf, using their own repos? or the ones in ubuntu repos [13:39] mythri: You could do a backup now. Put in a thumb drive and copy them over. [13:39] Bluebill-Wolf, #winehq for theirs [13:39] i ment to add it to the repository when the comptuer searches for updates [13:39] bazhang, okay thanks, i will look through ccsm first, i seem to remember something in there since you mentioned it [13:39] velcroshooz: Install compizconfig-settings-manager if you haven't already, and set it up in the wallpaper plugin. But first, go alt+f2, type "gconf-editor", and navigate to apps->nautilus->preferences. Uncheck "show desktop". [13:39] velcroshooz: That should allow the Compiz wallpaper plugin to actally do its job. [13:39] mythri: You don't backup your system? ... you have a thumb drive. Yes? [13:40] ciao [13:40] ./list [13:40] Darael, great, thanks for the info [13:40] !list [13:40] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [13:41] usr13, i have downloaded gnome-power-manager-2.30.1.tar.bz2 in my documents, I guess if i install through terminal, it would solve. Please help me how to install with command. [13:42] mythri: Why do you have gnome-power-manager in Documents? [13:42] mythri: When and why did you download it? [13:43] I downloaded it and placed the file through partition. I downloaded it after this problem occured as i thought if i would install this it would correct the errors. As it says 'gnome power manager not installed correctly' [13:43] how can i unpack a tar.gz with files from 1970? >implausibly old time stamp 1970-01-01 00:00:00 [13:44] mythri: Ok, no..., just delete it. [13:44] lilljocke: that just means that the time entry is zero. look up "unix epoch". [13:45] seriously loving acls.. all the things chmod and umask cant do.. its great [13:45] mythri: If you want to, backup your documents now. But I would just uninstall powermgmt-base and reboot and see if it works ok. (I wouldn't count on it though, I really don't think powermanagement is the issue in the first place - I think it has something to do with the Google Earth install that you did.) [13:45] Darael, i dont seem to have the wallpaper plugin by default - is this something i need to add? [13:45] never even knew they gave you this level of control === akashm1990 is now known as Guest45153 [13:46] velcroshooz: Hmm, just a sec [13:46] mythri: At any rate, the powermgmt-base is not essential. [13:46] usr13 oh ok [13:47] lilljocke: if tar is choking on those archives, you might try using pax to unpack them. [13:47] Hi there. I've been struggling with UMTS for three days. I tried both maverick and natty. The problem is always the same: when I insert the usb stick (ALCATEL x225s) after a minute or so I am asked for a pin, but then it does not connect. Under windows it works. Under the beta of maverick from an old usb stick, it works too. [13:47] nvm i found it [13:48] sipior: yes some files are emptry in the time entry but the problem is that i cant extract those files at all >Exiting with failure status due to previous errors [13:48] velcroshooz: Install the compiz-fusion-plugins-extra package, it's in there. [13:48] will post the line shortly [13:48] lilljocke: it's likely that the archive itself is damaged. [13:48] Anyone able to tell me how to apply this patch? http://bazaar.launchpad.net/~lfaraone/ubuntu/maverick/pianobar/v29/annotate/head%3A/debian/patches/v29.patch [13:49] Never done it before [13:49] mythri: It may even work if you restart it now. I really don't know. But if you are concerned about your Documents/ go and get a thumb drive and back them up. It will only take a few min. [13:49] sudo add-apt-repository ppa:ubuntu-wine/ppa [13:49] lilljocke: was the archive made recently? [13:49] sipior: i dont think so i have downloaded it from many differnt places and all is the same [13:50] QUESTION: I had once installed CDM and then removed it. Now when I am booting up, right after the text "Welcome to Ubuntu!" and right before I login, it outputs the error message "bash: cdm: command not found". How can I get rid of this please? _info regarding files to search for would be helpful too [13:50] Darael, thank you [13:50] cdm : console display manager [13:50] lilljocke: if you downloaded a copy of a broken archive, it will still be broken... [13:50] sipior: no its old [13:51] siema usunolem kosz jak go odzyskac [13:51] !pl | oski250 [13:51] oski250: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [13:52] elb0w: pull up a terminal, cd to the source folder in question, and run "patch < /path/to/patch/file" [13:52] usr13: mythri has logged off; presumably to reboot, etc. I have followed this since the beginning; thank you for your tireless assistence. I believe that removing power mgt. and rebooting will solve. [13:53] Sidewinder1: Yea, I suppose so, don't really know for sure, but that is what I would do, just remove it and see. [13:53] usr13: Whether it does or not, it "should' not affect his existing documents. [13:53] ciaoooo [13:54] ciao a tutti === forceflo1 is now known as forceflow [13:54] Sidewinder1: Yea. The powermgmt-base package is listed is not essential so... [13:54] Sidewinder1: Priority: optional [13:54] #ubuntu-it [13:55] usr13: When he gets back you may want to advise against, at least at this level, downloading and installing; Synap. solves a multitude of problems, as I'm sure that you're well aware. [13:56] Darael, Hunk #1 FAILED at 39. a bunch of times [13:56] Sidewinder1: Oh yea. I already told him my opinion on that. One thing that concerned me is that he installed google earth and did it outside the package manager. [13:56] usr13: I didn't chime in for two reasons: YOU seemed to be on the right track and I suck at command line. :-) [13:57] elb0w: Huh. Not sure then. Perhaps you've not got the version it's meant to patch from? [13:57] :/ [13:57] well this is lame [13:57] usr13: I avoid google-anything, like the plague. [13:57] elb0w: Cheer up, someone in here will know what they're on about (which I don't, really. Just enough to give that first hint). [13:57] i have wrong colours in video playback, how can i fix this? here is a screenshot http://bildr.no/image/872181.jpeg [13:58] Sidewinder1: One major problem with not using the package manager to install something is that you don't have a very good path for uninstalling if it causes some sort of problem on your system. [13:58] elb0w, there is a repo/ppa for google earth, why not use that? [13:58] +1 [13:58] Oh pandora changed their crypto keys === Lorthirk is now known as Lorthirk`ZNC [13:59] Sidewinder1: Ok tnx for your input. BTW, may have to leave in a little bit... so.... [13:59] hey all... I have a working setup with a horrible lvm2 config - what I have done is copy my system to a single disk, and modified the fstab to reflect the changes, although I can boot from this drive, I can't boot into it, when I try to edit the grub line it will reboot when I hit tab, and when I hit ctrl-x, it will take me back to a line like there is something wrong with it, any ideas? [14:00] so I am booting from the new disk, but ending up in my old system [14:00] nastjuid you around [14:00] and I have solved my problem, sorry for the hassle [14:01] usr13: No prob, unfortunately I need to attend to some other matters as well; not only that but if his problems are not solved and all he can do is CLI, I would probably do more harm than good. [14:01] i need help installing wireless driver... i have the linux version from my manufacturer [14:02] hi there, how can I get debug information for network-manager and UMTS? [14:02] Sidewinder1: That's ok, I'm sure someone else can pick it up... [14:02] i have wrong colours in video playback, how can i fix this? here is a screenshot http://bildr.no/image/872181.jpeg [14:02] usr13; Another suggestion would be to boot to Live CD and look around from there... [14:03] Sidewinder1: And besides that, I think I've given him enough info. He can probably work through it and may already have by now. [14:03] Sidewinder1: Yea, good idea. [14:03] haha, nice, release party irc room [14:03] usr13: But I don't know where all of the config files are stored and how they should read. :-( [14:03] ok simpler question: is there anyone who connects to the internet trough an UMTS usb stick? Is it supposed to be stable in either maverick or natty? [14:04] It seems to me that the problem is some signal strenght problem, but... just in linux? [14:04] usr13: Only thing I could do is check mine but I;m running 10.04. [14:04] Sidewinder1: Well, since we no longer use xorg.conf it's a little different. But, if the live CD generates xorg.conf you USED to be able to just cp it over. [14:05] Sidewinder1: I'm on 10.04 too. [14:06] any idea [14:06] usr13: Well, I gotta make a call so I'll be away for a bit; but I'll be watching; best of luck! [14:06] hmm [14:06] Sidewinder1: ttyl [14:07] Back at 'ya [14:07] no one knows how to get a log from network-manager? [14:08] does a USB3.0 add-on card need a power connector to function properly? [14:08] vincenzoml: What do you need? [14:08] usr13: I need to see if there is an error when I try to connecto to UMTS, so that I can google the error === Linux|Inside is now known as MarconM [14:09] vincenzoml: I'm sorry, what is UMTS? [14:09] and another small issue if i double touch the trackpad or it thinks i do the mouse flies all over the place [14:09] vincenzoml: Universal Mobile Telecommunications System? [14:10] usr13: it's something with a SIM card in it that I use to connect to the internet :) I believe it's also called HSDPA or something similar [14:10] usr13: in network-manager it's called in italian something like "broad band mobile connection" [14:10] vincenzoml: And so it's not connecting? [14:11] usr13: anyway it accepts all necessary settings but it does not connect [14:11] usr13: it just times out [14:11] vincenzoml: Are you receiving IP address? [14:11] usr13: it works on another laptop with natty, and it works in windows on the same laptop [14:11] vincenzoml: what does ifconfig say/ [14:11] ? [14:12] vincenzoml: What does route -n say? === chou is now known as Guest88875 [14:12] ah, I did now "tail -f /var/log/*" and I am seeing nm-info, it says "GSM connection failed (32) Sending command failed: 'resource temporarily unavailable" [14:13] ugh what number for chmod is: -rw-r--r-- ? :) [14:13] usr13: it does not get to activate the card at all [14:13] jnlsnl_, 644 [14:13] Sweeet TY :)) [14:13] <3 === Petr is now known as Guest35440 [14:14] jnlsnl_: do you know binary? just think: (110) (100) (100) [14:14] hi. how would i go about preventing the automatic login into wifi from requiring a keychain password? :) [14:14] vincenzoml: Oh. Do you have usb-modeswitch installed? [14:15] smbtree: http://pastebin.com/Eu0mmtef #samba is sleeping [14:15] vincenzoml: sudo apt-get install usb-modeswitch [14:15] usr13: yes, actually I tried maverick first and then natty, in maverick I had plenty of files in /etc/usb-modeswitch.d, now they are gone, but the problem persisted in both distros [14:15] usr13, sipior how do i install a tar.gz driver its a realtek wireless driver buil for linux [14:15] sipior nope, but will need to check up on that ! [14:15] I apologise for having natty now, but I can't revert again, there's no time. [14:15] usr13: usb-modeswitch and usb-modeswitch-data are installed by default [14:16] usr13: anyway in my lsusb the card shows as a modem, does that confirm that usb-modeswitch is doing its job? [14:16] Hi 2gether [14:16] do I need to compile ffmpeg to get x264 working? [14:16] vincenzoml: Not necessarily [14:17] Decision, it not in the repositories ? [14:17] i installed a theme but it wont show up; and i cant reinstall it; i get this error: "cant move directory over directory" [14:17] vincenzoml: you are on 10.04? [14:17] usr13: so I have that package installed :) I see that now in natty the data is packed in a tgz [14:17] usr13: no I am on 11.04 now [14:17] not sure where to look botcity im new to this [14:18] vincenzoml: Oh, and it's when upgrading to 11.04 that you lost it... right? [14:18] usr13: absolutely not, it was the same in maverick, and I had seen it working in my first natty install [14:18] usr13: I reinstalled many times :) [14:18] usr13: it was the same in maverick, but it was NOT the same in a old maverick beta iso that I had booted from usb [14:19] bump :( [14:19] usr13: in that beta, I've seen the card working sometimes [14:20] i installed a theme but it wont show up; and i cant reinstall it; i get this error: "cant move directory over directory" [14:20] !repeat > Thrawn [14:20] Thrawn, please see my private message [14:21] Sidewinder1, any idea? [14:21] hi all...I have installed openjdk 6 using apt and also tested the standalone version of sun java but get errors when doing 'java -version'...oddly the errors are intermittent, every several times or so I run the command, anyone have any thoughts? [14:21] vincenzoml: sudo apt-get upgrade [14:21] grub2 dont shows mdX [14:22] usr13: I see in the logs that both an scsi disk and a usb gsm modem are detected when I connect the usb stick [14:22] maybe that's a bug? [14:22] Decision, lspci -v | grep -A 7 -i wireless gives you your wireless device [14:22] is 11.04 released at midnight tonight or sometime tomorrow? [14:22] vincenzoml: Maybe it IS a bug.... and just too soon to tell. I don't see a bug report right now tho... just looking... [14:23] Decision: The knowlege I don't have regarding wireless would fill a library; sorry :-( [14:23] usr13: I found some, for maverick, but they're incomplete and have not been looked at [14:23] i have the driver just dont know how to install it [14:24] usr13: no upgrades :) [14:24] sidewalk, do you have knowledge on installing drivers i have a .tar.gx driver for it [14:25] i'm facing a bug where remote users aren't shown on gdm list at boot (local users are), unless i log in tty and kill gdm-simple-greeter, or unless i log in gdm and then log out. Any idea where this comes from or how to solve it? [14:25] Decision: I guess you've already tried: Administration--> Hardware Drivers? [14:25] any ideas why my ubuntu (desktop) acting as a "server" is taking a while to respond when it has to verify my password with sudo ()when the sudo 5min timeout is reached)? [14:25] usr13: in the logs I first see "Connect: ppp0 <--> /dev/ttyUSB3", then after some time "ppd timed out or didn't initialise our dbus module", terminating on signal 15, etc. etc. [14:26] vincenzoml: sudo does a hostname lookup. This can hang if /etc/hosts is incorrect or DNS is slow. [14:26] dajhorn: it's not me :) [14:26] vincenzoml: Ooops. :P [14:26] airtonix: sudo does a hostname lookup. This can hang if /etc/hosts is incorrect or DNS is slow. [14:26] dajhorn: bind9 dns isn't slow here [14:27] dajhorn: ah you mean it does a arpa rev resolution ? [14:27] Sidewinder1, yes no luck.... now i just downloaded the linux driver from the realotek site [14:27] vincenzoml: Well that must be because it has no login info. There should be a place for configuration... to tell it what ppp0 info to use. [14:27] airtonix: No, that is probably not a problem. Check the /var/log/auth.log file for sudo messages too. [14:27] hmm, it's in network-manager configuration [14:27] usr13: it's in network-manager conf. [14:28] Decision: You may wish to check their support area for instructions; if you haven't already. [14:28] vincenzoml: Oh yea.... well somehow it's not passing the info or it is incorrect... not sure. [14:28] dajhorn: any idea how i force a sudo time out apart from opening a new tty ? [14:28] airtonix: sudo -k [14:28] vincenzoml: I wonder if wicd would work? [14:29] airtonix: No, I don't. [14:29] vincenzoml: I suppose you could try it and see, but... well I doubt it. [14:30] vincenzoml: I guess it is worth a try. [14:30] hello world [14:30] Decision: tar.gz files should be handled by Archive Manager; however, from there, I don't know where ubuntu will look for them in order to install. Perhaps some one else cna advisr. That may do it. [14:30] usr13: disconnecting to try the pen on *this* laptop [14:30] can [14:30] ola [14:30] Hi.. I'm using Ubuntu 10.10 .. Will upgrading to Ubuntu 11.04 affect any of my installed apps ? I have ruby,rails etc etc installed and i don't want all of that to get affected.. [14:31] !natty [14:31] Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [14:31] tomorrow... [14:32] hi [14:32] hi [14:32] dajhorn: no errors... just a 60sec delay from entering password to responding with command output (sudo ls) [14:32] how do I open a pdf file without xref/trailer/eof? [14:32] dajhorn: 60sec regarddless of command [14:32] The body should still be there so it should be recoverable... [14:32] airtonix: Do you have a custom PAM configuration? eg: Is the computer a domain member? [14:32] have you try whith an hex editor ? [14:32] or more simple: how do I add a eof entry to a file? [14:32] Decision, [14:32] Regarding tar.gz packages, nearly 99.99% packages come with an instructions file named Install or Readme. Search the extracted contents. [14:33] how many hours untill natty releases?? [14:33] mav_: no, also I do not have a hex editor at my university [14:33] can't wait [14:33] ola [14:33] alguien me ayuda [14:33] dajhorn: it's not a domain member yet*, and I'm fairly certain it's just using default pam... although this is on my "server" so i could have forgotten [14:33] on Intel® Core™ i5-460M 64 bit processor machine, to install 32cbit ubuntu, is it ok? [14:33] need your advice [14:33] pyQ: sure, if you want. [14:33] pyQ: why not simply install a 64-bit system? [14:33] and you haven't access to internet for download one ? [14:34] which version I should install? [14:34] g0th: How was the file generated? [14:34] mav_: the problem is the following, we have a scanner at the university that allows you to scan paper and send them as pdf. apperently it doesnt create xref/trailer/eof (or at least one of them is missing), so the linux programs fail to open the pdf [14:34] airtonix: Your timeout could be happening in the PAM stack. Look at the /etc/pam.d/sudo file. [14:34] which version I should install? [14:34] usr13: see my comment above [14:34] Ubuntu 10.10 Latest version [14:34] Ubuntu 10.10 Latest version [14:34] Ubuntu 10.10 Latest version [14:34] Ubuntu 10.04 LTS version or latest 10.10 [14:35] pyQ: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [14:35] I do not have the permission to install additional packages but if there is a script that modifies my pdf file such that it can be opened that would be nice :) [14:35] g0th: That still doesn't tell me what application created the file. [14:35] pyQ: it makes no real difference. [14:35] yes it doesnt [14:35] usr13: this will be practically impossible to find out [14:35] dajhorn: http://dpaste.com/536324/ [14:35] usr13: since it is the software in the scanner [14:35] maybe the header helps [14:35] yes that's it [14:35] sorry didn't mean flooding [14:36] g0th: I doubt it is software in the scanner, it is on the PC [14:36] ga_pro1988: e cu [14:36] just happen send 3 msgs [14:36] it is software in the scanner [14:36] ihave you try with another pc ? [14:36] g0th: Are you sure? [14:36] yes [14:36] usr13: back, it works in another laptop with natty [14:36] airtonix: Check whether the common-auth and common-account files have changed. [14:36] sipior> pyQ: it makes no real difference. [14:36] usr13: it is a big scanner/copier that also allows sending pdf [14:37] pyQ: are you attempting to create a feedback loop? [14:37] why: can I upgrade to latest version from 10.04 or 10.10 [14:37] right [14:37] usr13: it works after I removed the following modules: usbserial, usb_wwan, option [14:37] pyQ, yes [14:37] have you try with another pc ? [14:37] vincenzoml: hummmm.... well see what is in /etc/usb-modeswitch.d [14:37] usr13: I then inserted the card, the modules got autoloaded, and everything worked. Now, what should I do? [14:37] /Creator (Xerox WorkCentre 7345) [14:37] I see [14:37] thanks [14:37] mav_: it works with an apple computer [14:37] Decision, compiling from tar should be your last resort. [14:37] dajhorn: not sure how to tell if they have changed but : http://dpaste.com/536326/ [14:37] vincenzoml: I dono.... [14:37] ok [14:37] mav_: at least for one file, for another it also seems to fail there [14:38] I also tried on another linux computer there it also fails [14:38] usr13: and how fast it is now! [14:38] what I am looking for is a pdf recovery tool kind of [14:38] g0th: Can you send me one of the files? [14:38] yes [14:38] it seems that the matter comes from the scanner... [14:39] g0th: see my pm [14:39] Scanner is: /Creator (Xerox WorkCentre 7345) [14:39] airtonix: These are different than mine. http://paste.ubuntu.com/599781/ and http://paste.ubuntu.com/599782/ [14:39] g0th: Could you scan into a different format and then convert to pdf.? [14:39] usr13: now googling for "rmmod usbserial umts" and finding *interesting* stuff related to usb-modeswitch [14:39] oh sorry [14:39] I sent it to mav_ [14:39] airtonix: The pam_ldap call in your configuration can send the system into timeout. [14:39] lol [14:40] g0th: Send it to my email [14:41] airtonix: You have pam_smbpass in there too. This is certainly not a default configuration. [14:41] Can someone help me to build a ppa? I have a broken ubuntu package and a working debian package, but i don't know where to put the files... Is there a, very easy to understand, tutorial? [14:41] done [14:41] dajhorn: common-session ? [14:42] dajhorn: i think you pasted common-session when you mean to paste common-account [14:42] aber, to fix a broken package > sudo apt-get install -f === cryptk is now known as cryptk|offline [14:42] airtonix: Right. Here is my common-account: http://paste.ubuntu.com/599784/ [14:43] dajhorn: thanks [14:43] airtonix: Welcome. [14:43] I just tried to update my server and dpkg is complaining about initramfs. Is it safe to set initramfs to not update to fix that? [14:43] dajhorn: maybe i installed libpam-ldap or something at one point ? [14:43] dajhorn: because i don't remember making complicated changes such as these [14:43] blueintegral: No. Ignoring update-initramfs errors is unsafe. [14:44] usr13: it appears that the end "header" of the file is completely missing [14:44] OerHeks: There is package for a different version and i would like to provide a newer package using a launchpad ppa... [14:44] airtonix: Maybe. The extra stuff in the PAM configuration can cause the sudo timeouts. [14:44] usr13: any idea? I'm seeing things that are beyond of my understanding [14:44] dajhorn: especially when there is no valid ldap server or ldap-pam configuration [14:45] How to set vncpasswd in ubuntu? [14:45] usr13: did you get it? [14:45] Ummm [14:45] i used sudo -s to change to root... how do i change back :D [14:45] usr13: maybe something like echo %EOF >> file.pdf works? [14:45] echo "%EOF" [14:45] no idea [14:45] jnlsnl_: "exit" [14:46] type exit [14:46] %% [14:46] that simple :-) [14:46] another Q [14:46] why 64 bit unbuntu end with name AMD [14:47] pyQ: an historical artefact, of sorts. [14:47] pyQ: because the architecture is called amd64, it has nothing to do with amd-only [14:47] dajhorn: so how screwed am I? http://paste.ubuntu.com/599790/ [14:47] for intel 64 bit cpu, 32bit 64 bit ubuntu, which is best choice? [14:47] dajhorn: simplier : as per comments : sudo pam-auth-update [14:47] pyQ: depending on your ramsize [14:47] 4G ram [14:48] pyQ: then you have to use the amd64 version [14:48] dajhorn: since commenting out stuff to relfect yours simply resulted in my valid password being rejected (since old auth modules were still in place) [14:48] dajhorn: thanks for the pointers [14:48] CPU : intel Core i5-460 M [14:48] airtonix: Welcome. [14:48] How do you use UPnP to open a port on ubuntu (no i dont want a static rule) ? [14:48] iceroor: have to use [14:49] iceroot: have to use ? [14:49] g0th: Maybe there is a firmware upgrade for that scanner that will fix it? [14:49] blueintegral: It looks like the udev package is missing. Don't reboot the server until you fix this problem. [14:49] blueintegral, was that from livecd? [14:49] usr13: I cant install it and I already informed the informatic support group [14:49] usr13: but I dont think that there is one available [14:50] usr13: I made some progress btw [14:50] !info linux-igd | Anasule [14:50] Anasule: linux-igd (source: linux-igd): Linux UPnP Internet Gateway Device. In component universe, is optional. Version 1.0+cvs20070630-3 (maverick), package size 35 kB, installed size 204 kB [14:50] blueintegral: What versions of Ubuntu are you upgrading from and to? [14:50] I took the end of another pdf file and appended it to my file, now the error message is different [14:50] but still an error message ^^ [14:50] Anasule: just a guess after searching "apt-cache search upnp" [14:51] dajorn: I'm going from 8.04 to 8.10 [14:51] so, I'm about to call the father-in-law ... he said one of the kids was messing around and 'removed the bar at the top' .. any idea offhand what a kid could do, to do that? [14:51] g0th: your scanning multipages with the result of a bad pdf? [14:51] airtonix: its a start thanks [14:51] is there any way to stream my xbmc collection to my firend over the internet? [14:51] Tac, it's not that hard, any kid can do it [14:52] thanks byr [14:52] ZenGuy, you could use things like Orb I guess? [14:52] stianhj: orb is for windows [14:52] izinucs: yes [14:52] Tac, right click, "remove this panel" is likely what happened [14:52] Tac: Simply right click on bar and click remove... [14:52] can someone access upnp resources over a vpn? [14:52] izinucs: the scanner doesnt add the end headers [14:52] it ends with binary stuff [14:53] g0th: are you using simple scan or xsane? and what kind of printer/scanner combo? [14:53] Tac: Now, you're gonna wanna know how to get it back... === van7hu is now known as van7hu|silence [14:53] ZenGuy, that's why I added 'things like' [14:53] so, all: I narrowed my problem. I have this usb modem. What I need to make it work is to first "rmmod option" and then insert the usb stick. How can I do something like that when I insert the usb stick itself? Seems difficult but that will make the difference for the user, who just switched from windows. [14:54] Sidewinder1, yeah, and then I have to explain it over the phone :-p ... I was hoping you guys might have a good way for me to explain that to an elderly guy on the phone :-p [14:54] g0th: I just tried to open it on my MS Windows machine with Adobe 9.2 and it will says it is "damaged and can not be repaired". [14:54] izinucs: I use a hardware scanner, no way to modify that [14:54] usr13: well it can be repaired [14:54] g0th: How? [14:54] but I get something similar [14:54] sidewalk, so anythoughts would be awesome [14:54] the data is all there [14:54] Tac: I'd have to research; if no one knows, off the top of their head, I'll try :-) [14:54] just the tables and eof are missing [14:55] but they are not really needed [14:55] googling for "option kernel module" is hard... [14:55] So, I've got this old laptop I'm trying to install Ubuntu Netbook on, and I'm having trouble - nothing appears to work! Installer crashes after the language selection screen, and booting it live is just a cycle of loading and failure until I power it off [14:55] g0th: are they openable at all? [14:55] what do you mean izi? [14:55] vincenzoml: take a look at /etc/modprobe.d/blacklist* [14:55] g0th: I think the firmware on that maching needs an upgrade. [14:55] I agree ^^ [14:55] ZenGuy, Jinzora maybe? === cMad is now known as Guest5739 [14:55] PhYoshi, how old exactly? [14:55] but it is old [14:55] probably not maintained anymore [14:55] starting to think that perhaps it's just too old, but seeing as I'm about 300mb away from this month's bandwidth cap, I'm willing to try [14:55] g0th: does the scanning process create a pdf and is the pdf open-able? [14:55] ZenGuy, http://alternativeto.net/software/orb/?platform=linux [14:55] jatt: if I blacklist the module then it would not be inserted even when I insert the usb stick, right? [14:55] PhYoshi, and what version of ubuntu? [14:55] it creates a pdf and I cannot open it so far [14:56] stianhj: I haven't used jinzora in about 2-3 years but does it do video now? [14:56] step21: Quite old, it has a celeron and 256mb of RAM, and trying with 10.10 netbook [14:56] I mean i can but not with a pdf program [14:56] g0th: what are you opening it with? [14:56] a hex/text editor [14:56] ZenGuy, It says so in the description on alternativeto.net, probably just an webinterface for some VLC stuff maybe? [14:56] to admire the binary data [14:56] Tac, how to get the panel ack should also be on google ... [14:57] stianhj: alright i'll give that a try then, thanks [14:57] load it manually then [14:57] I am looking for a program to repair the tables/eof [14:57] resp. recreate them [14:57] PhYoshi, it can work, but I'm not sure it will be usable for you, as all netbooks have more power ... [14:57] which should be possible [14:57] yeah, found some stuff googling ...... all looks way to difficult to tell an old man over the phone :( .. I'm gonna have to go there I think [14:57] I already had partial success [14:57] g0th: Error: Cannot find a %%EOF marker anywhere in the file. [14:57] g0th: there's lots of pdf tools that run in terminal.. I can't remember the name of the one I was reading about the other day but it will fix corrupt/malformed pdf files.. and it's in the repos.. something that might be part of the pdftk package perhaps. [14:57] Tac: Try this: http://ubuntuforums.org/showthread.php?t=1472333&highlight=Restoring+top+panel Not simple, Just keep the bloody kids away! :-) [14:58] I want to have an alias in terminal but for any instance of something.. specifically I want "dpub" to be replaced with "/home/jon/Dropbox/Public" anytime I enter it in a terminal command. What is the easiest way to do this? [14:58] usr13: yes the whole end header is missing [14:58] PhYoshi, do you know if old linux versions ran on it? otherwise it could just be weird hardware that never got suppoerted [14:58] usr13: the file ends with binary data [14:58] btw i've been wondering . . . is Wine open sourse? [14:58] on a laptop. wanna use monitor. screen not in list [14:58] step21: Not a clue, I'm afraid, I don't really know what's inside of it either [14:58] Jon--: create a variable called dpub and then use $dpub where you want [14:58] Bluebill-Wolf: pretty sure it is, yeah [14:59] jrib, the $ is awkward to type, there isn't a way to do this with Bash otherwise? [14:59] PhYoshi, you could try running knoppix or a minimal cd for now just to see if it can be useful at all and to check hardware etc [14:59] The idea is to be fast and efficient [14:59] * Bluebill-Wolf nods hmm whats the best method to mount an os in the Virtualbox oem? [14:59] ose* [14:59] Jon--: not that I know of [15:00] Bluebill-Wolf: You mean one that actually exists on your hard drvie? [15:00] Jon--: I guess you could create a symlink at /dpub to whatever you want... [15:00] step21: that sounds like a good plan, but I've been somewhat overdownloading this month and pretty much don't have the bandwidth to spare, so was sort of hoping I could kick this into some sort of working order, even if it's purely terminal based for now [15:00] yes i have the iso file of the os i want but am unable to have it run properly [15:01] izinucs: pdftk also seems to fail [15:01] !resetpanels | Sidewinder1 Tac [15:01] Sidewinder1 Tac: To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [15:01] Thanx, tj [15:01] jrib, the idea is it being path independent so I can just do cd dpub or mv x dpub [15:01] I see what you mean though, use a slash and link ;) [15:01] Jon--: yes, so you can just do cd /dpub or mv x /dpub [15:02] mhm [15:02] I might do it that way [15:02] PhYoshi, I always forget there are ppl with bandwidth limits ... what disk/version did you boot from? [15:03] step21: Ubuntu Netbook 10.10 [15:03] g0th: how did you structure the command? [15:06] ,11.04 [15:06] !11.04 [15:06] Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [15:08] PhYoshi, can't you choose low-graphics or text mode on boot? or rescue mode or whatever it's called [15:08] PhYoshi, otherwise, my best guess would be that you ram is just too low. especially for live. [15:08] anyone know of a way to disguise your torrent traffic as HTTP in ubuntu.. something simple perhaps? [15:08] step21: I'm not sure, there's no 'Safe Graphics Mode' under modes, and I'm not familliar enough with ubuntu to mess with the boot line itself [15:09] PhYoshi, there should be a safe mode in your grub2 loader? [15:09] hmmf. I can't find a way to make this card work. This is definitely a bug I need to work around. I have no more time, I tried very hard. Anyone knows how to make the option module reload when I insert a certain usb modem? I've been fiddling with udev rules with no luck. [15:09] PhYoshi, like the second option [15:10] LAcan: I'm trying to get the installer to run at all, unfortunately - no grub2 here [15:10] vincenzoml, i can give you newb advice: plug it in and choose system/additional drivers [15:10] PhYoshi, is it a sony? [15:11] LAcan: totally unrelated :) I don't have and don't need proprietary drivers it seems from that window. [15:11] LAcan: samsung [15:11] PhYoshi, are you able to boot from the live CD? [15:11] LAcan: nope, but whether that's due to insufficient RAM or a more serious issue I don't know [15:12] LAcan: it lets me try, but everything spends more time crashing and restarting than doing anything of use [15:12] PhYoshi, mmmh. do you know what the boot line (for the installer) was? I don't have it here ... [15:12] step21: I have the laptop in front of me, so one moment [15:12] PhYoshi, what is the hardare? like how much ram and drive space? [15:13] When I am in the command line, is it possible to have my "*:~$" line or name show as a certain color so I can easily locate the line I initiated a command? [15:13] elijah: yes, google "bash color prompt" [15:13] step21: I can see 'eed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash--', not sure if that's scrolled one way or the other [15:13] LAcan: 256mb RAM, not a clue about drive space but shouldn't be an issue for a live system, and a 2GHz celeron [15:14] Good morning Ubuntu channel [15:14] PhYoshi, i suggest lubuntu [15:14] I have a few questions [15:14] Could you guys tell me how can I know what to install or not from the Update Manager [15:14] Hello. I need a suggestion about installing of ubuntu on AMD Zacate mobo. It claims that there is no suitable kernel found [15:15] Alterno, install everything, unless you need old build libraries specifically [15:15] Ok [15:15] LAcan: Is that likely to work given that the /installer/ crashes? Will it not use the same basic structure up until there? [15:15] Will I be able to install the final 11.04 version from the update manager? [15:15] PhYoshi, try it, its a 640MB download, shouldnt take very long [15:15] Alterno, you can see why things are offered but you should generally install everything the only exception is if it is to fix a bug you aren't experiencing [15:15] PhYoshi, lubuntu is amazing on old hardware [15:16] Alterno, yes [15:16] Thanks for the information, God bless [15:16] bah, this is the 3rd or 4th time that my session has just crashed, but this time i was near my computer. one moment the screensaver was activating, and when i passed it again, it was at the login screen [15:16] LAcan: Well, I'm a hair off my bandwidth cap this month, so unfortunately doing it just to check is a bit much :P [15:16] what time will Ubuntu 11.04 be released ? I'm burning to download it. :x [15:16] thien: Natty is not yet released and there is no predetermined time when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [15:17] thien: 11.04 is frozen. Download it now, what does it change? [15:17] vincenzoml: No. [15:17] PhYoshi, look ubuntu is not gonna perform well on that setup. lubuntu is gonna fly, i promise [15:17] jrib: Thanks!! That is good to know other people do it too! So, I just checked my .bashrc file and this is already in it (http://pastey.net/149424 ) ... but it isn't working.. should I comment that out and just use https://wiki.archlinux.org/index.php/Color_Bash_Prompt [15:17] ok thien, I think I am wrong :) [15:17] So nobody has dealed with AMD APUs ? [15:17] oh yea, i forgot about natty being released this week. i haven't really been following this release cycle [15:17] hi, "There is a tradeoff between memory usage and speed" is this true in general ? [15:17] coder2, whats the issue? [15:17] cyphase: hmmm [15:17] elijah, i updated mine recently ubuntu changes some things around [15:17] one sec [15:17] we met somewhere, did we ? [15:17] LAcan: I've accepted that, and am totally willing to run it entirely from a terminal if I have to :P [15:17] Pici: it's not frozen? I thought so [15:18] LAcan: I cannot install 10.04 on it. It clains that there is no suitable kernrl [15:18] PhYoshi, ok then, for the recod lubuntu also has a terminal :) [15:18] coder2, u have a 32 or 64 bit machine? [15:18] elijah: that should work. Are you using the default terminal in the default shell in ubuntu? [15:18] 32 [15:18] LAcan: I'll absolutely consider it come 1st may, I promise ;) [15:18] SuperMario, yea, #css [15:18] LAcan: 32-bit [15:18] elijah, first you need to force the color prompt with color_prompt=yes because gnome-terminal doesn't report itself as color supporting [15:18] vincenzoml: Frozen just means that no updates should be pushed without prior approval of the release manager. And issues that come up when testing isos and any other serious issues will require that changes be uploaded. [15:18] coder2, i suspect you download the 64 bit package by mistake as it is labeled "AMD64"...? [15:19] LAcan: I'm sure, no [15:19] jrib & escott, I am actually using the default terminal that comes with Kubuntu [15:19] coder2, which ISO did you download? what is the name of it? [15:19] elijah, echo $TERM if it isnt xterm or rxvt you need to force the color prompt === Guest00-ru is now known as Guest55-ru [15:20] escott: Ok, I uncommented force color prompt line and it is working [15:20] escott: it's not relevant since he's using kubuntu, but I'm pretty sure it works fine in gnome-terminal, no? [15:20] LAcan: alternate image. I'll check the "normal", thank you for the idea. [15:20] thanks jrib and escott, you have been very helpful! [15:20] coder2, u need the live i386 package im thinking [15:20] lol 386 [15:21] jrib, i know it doesn't work for guake (which is what i use) because it reports itself as xterm not xterm-color which is what ubuntu .bashrc demands [15:21] guake uses the same widget as gnome-terminal so i think the same problem is there [15:21] coder2, and get 10.10 [15:21] hi. where is the folder with the start meno entires in ubuntu? [15:21] user82: why do you ask? [15:21] user82, /home/.config/autorun [15:21] i need to add one jrib [15:22] user82, the gui for this is alacarte [15:22] user82: right click on the ubuntu menu icon and click edit [15:22] i heard that openstack will be part of ubuntu 11.04, but packages.u.c does not have any result for packages [15:22] hi [15:22] is there any GUI way to have and manage one encrypted foler? [15:22] LAcan: I need LTS because some needed 3dparty packages are less problematic for 10.04 [15:22] jrib, not possible..does not work in elementaryOs [15:22] coder2, ah right, LTS [15:23] Abhijit, right click the folder, should give you an ecnruption option...? [15:23] RichiH: #ubuntu-server might be a better place to inquire about that. :) [15:23] ta [15:23] coder2, which packages out of interest? [15:23] LAcan, no [15:24] Abhijit: cryptkeeper!? [15:24] LAcan: vdr+plugins+custom XMBC build [15:24] When I do smbtree with debugging level set to 10 I get this --> http://pastebin.com/D5X2VYti My LAN is not in the 208.x.x.x range.. [15:24] LAcan, found it. thanks [15:24] so i'm doing this lab for class, and it's based in windows but i didnt think it'd matter too much doing this on linux [15:24] I also see a permissions error.. [15:24] Crowley2, yeahj. thats seems the solution. let me try it. thank you. [15:24] it just has me modifying a host file and whatnot but... [15:24] Abhijit, Truecrypt is also an option [15:24] it wants me to view the dns name cache [15:24] is this not available on ubuntu by default? [15:24] user82, ya just drag icons in there, nice and simple [15:24] mazal, Is it gui? [15:25] Yep [15:25] It creates 1 encrypted file that you can mount anytime you need [15:25] Abhijit, truecrypt is the best... mazal can u mount truvrypt folders or volumes thru TC for window? [15:25] Even on different OS's [15:25] ok. thanks mazal [15:26] LAcan, yes , I have used my truecrypt file on both Ubuntu and Windows [15:26] mazal, LAcan i want this folder not accessible by any live linuc cd? is that possible?my home dir is not encrypted. [15:26] amazing doftware that trucrypt [15:26] Abhijit, it wont be accessible by anything but your password. write it down. [15:27] ok [15:27] alternatively, where is the package list for 11.04? [15:27] Abhijit, just make sure to make the encrypted file bin enough ;) [15:27] RichiH, packages.ubuntu.com [15:27] big even [15:27] ah, natty? [15:27] how to test access rights of a folder and all its subfolders [15:27] RichiH, all [15:27] hey, I'm going for the simplest solution: create a launcher that removes option, the user will use it. But: [15:27] RichiH, #ubuntu+1 [15:27] adac: what does "test access" mean? [15:28] mazal, means? you are talking about the size? [15:28] nothing, sorry [15:28] jrib, well Ofr some reasons I have no write access in /usr/local/rvm/gems with my user. But access right and groups and so on should be ok [15:28] Can anyone help me to set password in vnc? [15:28] LAcan: nah, i am fine and found the packages i need [15:28] Yes Abhijit , Truecrypt creates and empty encrypted file. You choose for example 4gig. Then that file is mounted as a device when you need it and you can store files and folders in it. [15:29] adac: pastebin: ls -ld /usr/local/rvm/gems; groups [15:29] So I'm not sure how to debug this, I compared it to another machine where it works, and I cannot see a diffrence jrd0 [15:29] jrib, ^^ [15:29] !natty | RichiH [15:29] RichiH: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [15:29] mazal, ok [15:29] mazal, actually i dont understand how the big size of file helps to keep it secure? [15:30] Abhijit, when it is dismounted then you can only see the 1 encrypted file again , and it can't be opened [15:30] ok [15:30] why does the gnome panel insist on re-arranging all my applets whenever I reboot? [15:30] Abhijit, it's just so you have enough space for everything you want to put in it [15:30] jrib, http://pastie.org/1839444 [15:30] mazal, oh i see. got it. thanx. [15:30] Abhijit, it hides information about how bit the file is, truecrypt also has features to allow for hidden files inside hidden files [15:31] It's an "image" file if I can call it that [15:31] mazal, escott yeh [15:31] adac: your user is not in the "rvm" group [15:31] TrueCrypt: The choice of kiddie diddlers the world over. [15:31] you get stopped at customs/kidnapped by the bad guys and they force you to give your password so you give the safe password to the fake copy not the real copy [15:31] :-) [15:32] adac: keep in mind that if you recently added him to the group, you need to log in again [15:32] jrib, ahhh [15:32] ok then i should logout [15:32] ;) [15:32] since I did add it before [15:32] ecryptfs does no such thing and it is possible to figure out what a file might be for (but not its contents) [15:32] jrib, tnak you === richard is now known as Guest31663 [15:32] thank you [15:33] excok [15:33] adac: no polbem :) [15:33] escott, ok [15:34] im having trouble with logrotate. I added a file under /etc/logrotate.d, I see that logrotate is run under /etc/cron.hourly. I created this file/log yesterday at 11am. I set the directive to rotate 30; daily. can I expect that it will actually rotate the file at 11am? I was sort of expecting it to happen when the day changed (midnight) but I seem to maybe remember reading that it depends when the file is created === Guest55-ru is now known as HariecR === Lorthirk`ZNC is now known as Lorthirk [15:36] hm [15:36] why cant i set the sticky bit on a dir? [15:36] it wont g+s [15:37] Macer: erm, g+s is not sticky bit :/ [15:37] Macer, there is no "group" sticky bit, there is one sticky bit [15:37] oh [15:37] Just upgraded to 11x, interesting desktop here. [15:38] i thougght it was g+s [15:38] to keep new files in the grp [15:38] Has anybody used italc before on Ubuntu? I'm having some issues understanding which keys I need and where they need to be located. [15:40] heloo everybody! [15:40] Macer, sticky bit (for temp files) is +t. setuid is +s neither are group/user specific. remember the whole thing fits into 8 bits srwxrwxrwxt [15:41] Macer, sorry thats 11 cant count [15:41] eshttp://gnufans.net/~deego/DeegoWiki/DebianSetuid.html [15:41] so how do i make the files remain in the same grp? [15:41] is there some second by second countdown timer for ubuntu 11.04? [15:42] g+s doesnt seem to work [15:42] escott: setuid is definitely user/group specific. both setuid and setgid are possible. [15:42] what you peoplr are talking about? [15:42] according to the debian docs [15:42] sipior, Macer nm i'm wrong [15:42] what you peoplr are talking about???? [15:42] and the man page heh [15:42] vibhav: Natty is not yet released and there is no predetermined time when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [15:42] Macer, escott: there is setuid and setgid [15:42] Pici: it's releasing tomorrow, actually [15:42] awwwww.I cant wait! [15:42] hm... ok [15:43] join blender3d.pl [15:43] Macer: g+s will make it so that newly created files have the same group as the directory they are in [15:43] jrib: that is what i want [15:43] Macer: then do it [15:43] Has anybody used italc before on Ubuntu? I'm having some issues understanding which keys I need and where they need to be located. [15:43] i tried [15:43] it wont work [15:43] i dont see the sticky bit when i do it [15:43] Macer: show us you trying and it not working at paste.ubuntu.com [15:44] i am doing chmod -Rv g+s dir [15:44] Macer: please don't write commands in here, just pastebin what I asked [15:45] actually... i think i know what is causing it [15:45] brb [15:45] Macer: ok. [15:45] anyone who has the changeable IP adress to enter the http://bbs.ziqiang.net/?fromuid=16805? [15:46] dragonlive: why? [15:46] I want to try the secure of the webset [15:47] dragonlive: then try a proxy or tor [15:47] yeah , I am using the tor [15:47] who can help me? [15:48] dragonlive: if you want to check the security of your web, use a proxy, don't ask people to join there [15:48] when i do `su - other_user', it gets inexplicably "Killed" after a few seconds [15:48] yeah ,thank u for your advice [15:48] and idea what might be causing this ? [15:48] (i'm on Maverick Meerkat) [15:49] ski_: what exactly happens? [15:50] i enter `su - other_user', then password, and i'm in as `other_user' .. [15:50] ski_: i'm more interested in the ".." part [15:50] .. then i start issuing commands, and get interrupted by "Killed" after 2-10 seconds [15:50] ski_: what sort of install is this? [15:50] i.e., `su' (and every subprocess) is killed === root is now known as Project_eXa [15:51] um, it's a resident box. no live-cd [15:51] (or what did you mean ?) [15:51] :hey [15:51] hi [15:51] what time will 11.04 be released? [15:51] ski_: did you install yourself? From a desktop cd? [15:52] qweqweqwe: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [15:52] !who | ski_ [15:52] ski_: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [15:52] Pici: party! [15:52] qweqweqweqwe : why? [15:53] jrib : my brother installed it (from an iso/cd downloaded from the ubuntu site, iirc) [15:53] (ubottu : yeah i know :) i just figured it didn't matter as long as there'sn't much talk :) [15:54] ski_: anything interesting in /etc/security/limits.conf maybe? [15:54] how can I make ntop monitor eth1 instaed of eth0 ? [15:55] jrib : hm, only comments there [15:55] debd: is ntop --help showing an option? dont have it installed so i cant look myself [15:56] iceroot: I'm taking a look [15:56] anyone know a good grub2 how-to [15:57] man grub2 [15:57] \o/ [15:57] fruitwerks, what u trying to do? [15:57] iceroot: actually the interface settings can be changed from the web interface. but it aint working [15:57] hey guys, how can i find a command i used a long time ago in a terminal? if i press the up key i can see commands i used before that, but its impossible to find. I know how it ends, so it will be easy with grep. [15:57] debd: man ntop (-i iface) [15:57] Pnux, history [15:57] Pnux: history [15:57] i want to setup my samba [15:57] anybody to help? [15:57] llutz: do I need the parenthesis? [15:58] tuxx-, escott: history what? [15:58] Pnux: just type in `history | less` [15:58] ski_: your brother do anything after default install? It's definitely not default behavior [15:58] Pnux: history or "ctrl r" [15:58] oh, thanks [15:58] anybody to help in setting up my samba? [15:58] Anybody have any experience interpretting wireshark? [15:58] vibhav: "i want to setup my samba" followed by "anybody to help" is the best way to not get any help [15:58] debd: you should read the man-page. -i is the option you're looking for [15:58] then how? [15:58] Project_eXa, a little... [15:58] Pnux, or !command[TAB] [15:58] i am a n00b to IRC [15:59] vibhav: it both show that you obviously not made any research on the internet by your own [15:59] vibhav: start with handing out free beer! always the best option :-D [15:59] but not a n00b in ubuntu [15:59] LAcan - well I had a crappy setup, so what I did was rsync everything to a single drive, single partition like I wanted it in the first place, the drive had legacy grub on it, and I attempted to install grub2 to it, but I can't boot off of it anymore [15:59] vibhav: and that you don't want to make any efforty [15:59] Anywhere i can find information as to what all information i'm looking at? [15:59] hey nameless, who made you the newb police? [15:59] Pnux, [ENTER] not [TAB] sorry [15:59] fruitwerks, theres an os on this drive? [15:59] Project_eXa: ##networking would be a good place to start [15:59] LAcan: i'm not sure to understand your question [15:59] i wanted to make an effort [15:59] thank you for the help! [16:00] im having trouble with logrotate. I added a file under /etc/logrotate.d, I see that logrotate is run under /etc/cron.hourly. I created this file/log yesterday at 11am. I set the directive to rotate 30; daily. can I expect that it will actually rotate the file at 11am? I was sort of expecting it to happen when the day changed (midnight) but I seem to maybe remember reading that it depends when the file is created [16:00] LAcan - there is now a clone of my working install on there [16:00] vibhav: It would help if you could provide some more details to the channel of what you're trying to do exactly. [16:00] i once set up samba via SWAT [16:00] Project_eXa, so youve suxxessfully captured packets? [16:00] escott: that just ran the last time i used that command, but i had to recover the parameters. Thanks for the help [16:00] yes [16:00] fruitwerks, and ur in ubuntu now? [16:00] I'm using wireshark for the first time, trying to understand more how it works [16:00] yeah I can boot to my original setup [16:01] ski_: the system isn't running out of memory, right? [16:01] Project_eXa, ok well most of the data is junk packets... ws uses a color scheme... google is your frind on this one [16:01] weird [16:01] i just deleted everything in the dir [16:01] and made a new dir and now it works [16:01] im having an issue with downloading drivers from live USB, it appears to be a known and fixed bug. but im wondering how i can apply the fix so that my live USB will work properly? [16:01] jrib : nope [16:02] Googling it now, but which packets are not junk? [16:02] * ski_ is attempting to find the install-cd, amongst his brothers cds .. [16:02] fruitwerks, the easiest way to do this is for you to dl an app called "grub customizer" ask google and add the PPA to your software centre. after its installed run "os-prober". that will create an entry in the customizer, and then u can simply add it to the grub2 menu, all GUI style [16:02] kaatta: we dont know what problem you are talkiong about, also we dont know what fix you are talking about [16:02] I have white, green, black, light blue [16:02] and grays [16:02] Pnux, man history you can put !?command to go a litter further back [16:03] escott: well, its not in history anyway, which is weird, cause i can see older stuff there [16:03] (jrib : but to the best of my knowledge, this is a "standard" install, with no strange custom tweaks ..) [16:03] Project_eXa, ya, ur in the wrong place for that. Wireshark will give you explanations of the different types of packets in the help or info section. u need to google the rest. I suggest you start by learning how to filter packets so the junk ones dont show up, starting with those to and from your own IP. good luck. [16:03] Pnux, if you have multiple shells open they can overwrite each others history, some shopt options can fix that [16:03] LAcan, this is a headless install - and the new drive no longer boots after I apparently improperly installed grub2, it boots off the old drive [16:03] Thank you for the starting place to look lacan [16:04] iceroot, update-initramfs: deferring update (trigger activated) / cp: cannot stat `/vmlinuz': No such file or directory [16:04] Pnux, add shopt -s histappend to your .bashrc (cmdhist histverify) are also nice [16:04] fruitwerks, ok this makes ur life more difficult. u got a live CD? [16:04] * LAcan can stuff be installed when booting from a live Cd? [16:04] nope :/ why do I need a livecd, I have a perfectly good booting system/ [16:04] escott: meh, im not worried about that, i doubt i will need to use history again [16:05] iceroot, i can see the code they used to fix, but i have no clue as to how im supposed to take that code and implement it [16:05] fruitwerks, sorry, i thought u said it wasnt booting? what OS are u getting into? [16:05] Pnux, you say that now :) [16:05] escott: im not staying long in this os [16:05] iceroot, the bug is 557023 [16:05] escott: but ill keep it in mind [16:06] (jrib : hm "Ubuntu 9.10 i 386" .. that's probably not the cd, since this is 10.10) [16:06] LAcan lol.. ok sorry - I can boot my current and working setup, I am unable to boot to a NEW disk (that had a working grub legacy install) with an rsync of my working system on it [16:06] fruitwerks, if u just want to boot the partition I suggest PLoP, more so I suggest the "Ultimate Boot CD" which has PLoP on it and can boot any partition independetly of the HDD [16:06] ski_: if you just su - otheruser and do nothing is it still killed after some time? [16:06] fruitwerks, ok, so u are in ubuntu 10.x? [16:06] kaatta: sudo apt-get install casper [16:07] jrib : indeed [16:07] LAcan - yes I am in my working setup - I just need to properly install grub2 to another disk which will become the new root [16:07] ski_: don't know [16:07] kaatta: if i am correct only that package was fixed (and is in the repos) [16:08] it's very strange -- i haven't experienced anything like this before [16:08] iceroot, i dont know what that means exactly but i understood the apt-get and did it, hoping it works [16:08] fruitwerks, ok go to console and "sudo os-prober" tell me what it says [16:08] jrib : ok. thank you for the effort, anyway [16:08] fruitwerks, after mounting your rsync'd partition [16:08] kaatta: sudo apt-get install casper is installing the newest version of casper in which the bug has been fixed [16:08] ./dev/sda1:Ubuntu 10.04.2 LTS (10.04):Ubuntu:linux [16:09] fruitwerks, anything else? [16:09] kaatta: and the launchpad entry says, that in the newest version its fixed [16:09] that is the new disk that has a broken grub2 [16:09] LAcan, no that was all [16:09] ah ok good! [16:09] so sda1 is the broken one fruitwerks ? [16:09] ah, k. figured that might be it. /sigh, why cant these simple instructions be somewhere easy to find? [16:09] LAcan, yes, sda1 is what I need booting [16:09] wicked [16:10] fruitwerks, no google "grub customizer" and install it. i suggest u use ubuntu sofwatre centre by adding the PPA listed on that page [16:10] how do I remove a repository ? [16:10] why cant i cp into my filesystem? [16:10] in the termanal? [16:10] Laggg : try sudo [16:10] cp: omitting directory `/home/laggg/Downloads/android-sdk-linux/' [16:10] Laggg, cp -r [16:11] whats the -r for? [16:11] i'm in the root termanal [16:11] RESPECT [16:11] lol [16:11] LAcan - does that have a cli? this is a headless system [16:11] !root [16:11] 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 [16:11] @Bliebill-Wolf http://bigbrovar.aoizora.org/index.php/2010/01/10/how-to-safely-remove-ppa-repository-from-ubuntu/ [16:11] use sudo not root [16:11] ya [16:11] fruitwerks, what u mean "headless" system? [16:11] jatts right [16:11] what is the size of ubuntu 11.04 repository [16:11] LAcan as in no monitor, ssh only [16:11] If I type ping XPS (the name of a Dell XPS running Windows over my samba network) for some reason the IP address is coming out to 208.68.139.38.. That's not my lan 192.168.x.x The peculiar thing is that the other computers on the network seem to have the same address!? [16:12] hi folks... is there a pre-compiled atlas library for core i5? [16:12] fosser_josh : why do you want to know that? [16:12] jatt - do I know you? from long ago? [16:12] I see libatlas3gf-corei7sse3 in here on maverick, but I am not sure if ti's gonna work on i5 [16:12] ok this is weird. why cant i change the grp of my own home dir? [16:12] vibhav: i want to setup ubuntu repo server [16:12] Except my linux machine is just fine [16:12] what was the -r for? It worked [16:12] i understand that its a repository issue [16:12] no [16:12] also libatlas3gf-amd64sse3 isn't for me, right? [16:12] fruitwerks, hrmmm. u would know about that better than me... check out the page for GC and see what it says, ive only used the GUI version but im certain theres a terminal version as well [16:12] Laggg: recursive? [16:13] and to add it its a .add-apt-repository (sourse here) [16:13] but how do i remove it? === fairuz is now known as fairuz-away [16:13] Soyo, sounds like 208.68.139.38 is your internet global address, all the 192.* are local behind the NAT [16:13] Is there a way to nab 11.04 a day early? [16:13] @Bliebill-Wolf http://bigbrovar.aoizora.org/index.php/2010/01/10/how-to-safely-remove-ppa-repository-from-ubuntu/ [16:13] fosser_josh: This page and #ubuntu-mirrors should help you either estimate or get the exact size of the 11.04 repos: https://wiki.ubuntu.com/Mirrors [16:13] !natty | JoshDreamland [16:13] I hear it doesn't run X, and I need a full test suite for a laptop I'm going to be able to run it on [16:14] JoshDreamland: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011. Help and support (only) in #ubuntu+1. Natty is beta and is not currently intended for production systems. [16:14] escott: Is that normal to go looking outside of the LAN? [16:14] JoshDreamland, natty does run X [16:14] JoshDreamland, yes and #ubuntu+1 plz [16:14] i am getting operation not permitted for chgrp?? [16:14] wow [16:14] i have no idea why [16:14] escott: I can't smbtree either [16:14] Macer, its called "sudo" look into it! [16:14] Soyo, not really, local addresses should resolve to the local variant unless you misconfigured your DNS [16:15] escott, Soyo his router may be doing the misconfiguring [16:15] LAcan: checking.. [16:15] LAcan, Soyo agreed assuming the router is doing the dns [16:15] argh.. thanks all [16:16] LAcan: that is not the cause [16:16] it is MY dir [16:16] but i figured it out [16:16] Soyo, ur router is a dlink or sumthing like that? its not a PC right? [16:16] * Macer facepalms [16:16] forgot to add my username to the grp [16:16] fosser_josh : refer to http://popey.com/blog/2006/10/24/Creating_an_Ubuntu_repository_mirror_with_apt-mirror/ [16:16] awesome [16:16] all this time ugh [16:17] llutz: /quit [16:17] * LAcan nods at MK`` [16:17] Pici: vibhav: thanks [16:17] Hi; My GNOME Panel is not responding when I rebooted, it froze and jitters. How do I edit the config files for it to remove applets that may be causing the error? [16:18] fosser_josh : thats the wrong url , refer to http://www.opensecuritylab.org/making-a-local-ubuntu-910-repository-server [16:18] fosser_josh : GL [16:18] when i install ubuntu 10.04 resolution works on my video when i upgrade to ubuntu 10.10 resolution quits working [16:18] when i install lubuntu 10.04 resolution works on my video when i upgrade to lubuntu 10.10 resolution quits working [16:19] hey, can anyone help me get multitouch working on my trackpad in ubuntu? [16:19] linuxman410: #lubuntu [16:19] sorry i meant ubuntu [16:19] hi i am using ubuntu 10.01 i have installed tftpd-hpa and configured it , but while accessing from client getting error as time out [16:20] aroman, https://wiki.ubuntu.com/Multitouch [16:20] exit [16:20] IdleOne i meant ubuntu [16:20] stianhj: well beyond that [16:21] linuxman410: so why did you ask in #lubuntu first? patience, the best place to get help is the channel for your distro. [16:21] synaptics isn't recongnizing my trackpad as mulittouch === fairuz-away is now known as fairuz_ [16:21] in fact, its not recognizing it as a trackpad at all [16:21] Empathy 2.32.1 has suddenly started giving me "network error" messages instantly after attempting to connect when I try and use gchat. Other chat services work. What are the first steps to debug? [16:21] linuxman410 : refer to http://techdigger.wordpress.com/2009/04/02/multitouch-on-synaptics-trackpad-on-linux/ [16:22] IdleOne because i have tried bot oses same think [16:22] aroman, i don't have anything multitouch, but doesn't it use a different driver than synaptics (and by extension different tools) with utouch and such? [16:22] By default, it's possible to pair the Magic Trackpad and use basic mouse-like functionality with the regular left-click being available via the physical click only; tapping and scrolling will not work. [16:22] hmm i thought utouch's backend was synaptics [16:22] i thought utouch was userspace actually [16:23] aroman, or follow the link vibhav gave [16:23] i could be very wrong [16:23] yeah that doesn't affect me [16:23] because the issue is with synaptics itself [16:23] aroman : By default, it's possible to pair the Magic Trackpad and use basic mouse-like functionality with the regular left-click being available via the physical click only; tapping and scrolling will not work. [16:23] aroman, i'm just guessing wildy.. and I think I'm wrong [16:23] vibhav what does a trackpad have to do with a desktop [16:23] how to test tftp server is configured properly [16:23] using tftp [16:23] firstly, I don't have a magic trackpad [16:23] I am trying to help my buddy get some photos off his old laptop, and when I yanked the hard drive I found a connector I had never seen. I took some pictures of it and was hoping someone could help me identify it so I can find an adapter. http://img64.imageshack.us/i/20110427081235.jpg/ http://img687.imageshack.us/i/20110427081157.jpg/ http://img38.imageshack.us/i/20110427073819.jpg/ [16:24] and second, synaptics doesn't recognize my trackpad, so editing xorg.conf manually wouldn't be helpful [16:24] holmser, it's a PATA connector [16:25] linuxman410, what kinda vcard u have? [16:25] holmser, you trying to make everyone feel old? [16:25] You've never seen PATA? XD wow [16:25] no [16:25] or wait [16:25] is it? [16:25] I never work on laptops [16:25] LAcan a intel 845ge on board [16:25] PATA is an old connector format that was used in all PCs before SATA replaced it [16:26] holmser: try ##hardware your question really isn't an ubuntu related issue. [16:26] aroman : I love my usb mouse [16:26] no its not [16:26] doesn't the drive have the male connetors with PATA? [16:26] holmser: Its not really on-topic here, ##hardware or #ubuntu-offtopic would be a better place to ask. (but it looks like a laptop adapter for PATA attached, try pulling that off of the drive and you should see the pins). [16:26] sorry, I just find the people here to generally be very nice and helpful [16:26] it is PATA, though. [16:26] vibhav: ..? [16:26] So your question is answered [16:26] ah [16:26] now get out, lol [16:27] and htf is that not a hardware question? === JoFo_ is now known as JoFo [16:27] Its not normal pata... its got this little stair step thing going for it and its female. hadn't tried to pull it off though. [16:27] thanks === noobuntu is now known as dreamtraveler [16:27] I'll stay on topic now [16:28] where can i get tftp doc for ubuntu 10 [16:28] Hi; My GNOME Panel is not responding when I rebooted, it froze and jitters. How do I edit the config files for it to remove applets that may be causing the error? [16:29] man tftp ? [16:29] LAcan: I know you were joking but things like "Now get out" are not appreciated. Please refrain from making jokes in here so we can stick to support. [16:29] IdleOne, ok, but that was ##hardware if i ever saw it. [16:29] LAcan: it was and we directed him to the correct channel without making them feel bad about it. [16:30] feelings... nothing more than... [16:31] what happen when i use 10.04 everything works fine when i upgrade to 10.10 all the icons on desktop disappear and it starts locking up [16:31] MK``, (from memory) its all in .gnome2, but the applets are stored by uuid just to make things difficult. I always ended up nuking the panel and starting over when that happened [16:31] linuxman410: hmm, check in System > Administration > additional drivers. maybe it needs to install some. [16:32] upgrading ubuntu never goes well [16:32] escott: how do I do that then? [16:32] IdleOne tried that a no go say no drivers avaiable [16:33] MK``, if the panel starts you could remove the whole panel and then add a new one, but browse around the .gnome2 directory first [16:33] maybe you will see and easier way [16:33] when i install 10.10 it has one resolution and will not let me change it [16:34] !fixres | linuxman410 [16:34] linuxman410: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution [16:34] linuxman410: see if that helps you any [16:34] linuxman410: run: sudo lshw -C display use the product line to helpfind guides [16:35] aasmo: do you mean tftp server? [16:35] ActionParsnip: yes [16:35] aasmo: http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html [16:37] ActionParsnip: thanks https://help.ubuntu.com/community/UbuntuLTSP/Troubleshooting/TFTP looks like working [16:37] escott: I do not see anything that manages the applets, just application shortcuts [16:37] aasmo: cool :) [16:37] MK``, sorry I'm running natty so I don't have those folders anymore. I know its somewhere in there though :) [16:38] Hi! Using 10.10 and would like to take advantage of some unallocated free space of a drive to create a second partition for my /home folder [16:38] How can i format it ? === genger_ is now known as tyranos [16:38] constl, install gparted === XOXO1 is now known as Blowfish [16:38] Hello Everyone. === soreau_ is now known as soreau [16:38] hi [16:39] Can someone tell me if there is a way to skip the locale generation step while booting off the live cd [16:39] I'll search but I don't see it anywhere escott :P I'll tell you when I find it [16:40] MK``, it may have been a single text file with lots of uuids in it, unless they moved it to gconf which is possible === paybackturtle is now known as tripelb [16:40] my memory of this is rather vague and old [16:41] what ports are used on FTP again? [16:41] anyone using htc desire? [16:41] what ports are used on FTP network type again? [16:42] 21 and 22? [16:42] hi. recent update appears to be cooking my (new) machine at 20-25 degrees centigrade above what it normally runs at [16:42] Bluebill-Wolf, http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers [16:42] dont use ftp much [16:43] mayeb 20 and 21 [16:43] Bluebill-Wolf, Usually 22 [16:43] :) [16:43] hey guys [16:43] @constrl https://help.ubuntu.com/community/Partitioning/Home/Moving [16:43] is there something widespread that people know about that's causing this for others? it would be useful to get a pointer as I'm working [16:43] how con i remove definitely a package on ubuntu ? [16:43] (whilst also worried my new machine will not see the day out) [16:43] (using aptitude) [16:43] * Bluebill-Wolf nods "much obliged [16:43] i got a problem: i try to install v4l-dvb: error: 'I2C_CLASS_TV_DIGITAL' undeclared (first use in this function) [16:44] remove ALL the files the config file, directories, ALL) [16:44] possible? [16:44] yeah, 20 and 21 [16:44] dont know where the config file is?! [16:44] 22 is ssh, I think [16:44] Bluebill-Wolf, 22 is ssh [16:44] Bluebill-Wolf, FTP is 21 [16:44] damiano, apt-get purge .. , removing user-profiles in /home, removing .deb in /var/cache/apt/archive (e.g. via apt-get clean...) [16:45] is not good aptitude ? [16:45] rumpe1, damiano: apt-get purge will never remove anything from your user's home. [16:45] do laptop graphics cards have a limited resolution? i.e. i connected laptop to external 1680x1050 monitor and i cant get a non-blurry image [16:45] ftp is 20 and 21 (because it's from stone age) [16:45] some ppl like aptitude [16:45] Pici, ...as i said... [16:45] rumpe1: Ah, I misread, sorry. [16:45] I've heard power issues mentioned, is that with the current kernel in maverick? [16:46] so how could i remove all the files installed by apitdde ? [16:47] did you install aptitude? I dont think it comes with ubuntu [16:47] use apt-get [16:47] damiano: the same way. aptitude purge packagename. [16:47] ok [16:48] yes i found aptitude installed [16:48] nobody knows of anything which is nearly doubling temps for anyone else? [16:49] durr [16:50] escott: it's in ~/.gconf/apps/panel [16:50] On Ubuntu 10.04, using multiple monitors on a notebook with an Intel I915 video card, playing video while on dual monitor mode doesn't work for some reason. Is there a fix for this? Bug #460616 on Launchpad describes this problem very well, but doesn't seem to offer a fix for my setup. [16:50] Launchpad bug 460616 in xserver-xorg-video-intel (Ubuntu) "[i915] [i945gm] Black video playback with dual screen enabled" [Medium,Triaged] https://launchpad.net/bugs/460616 [16:53] How can I make OpenGL programs to strech picture over multiple screens in fullscreen mode? === mike is now known as Guest11151 [16:55] Does this http://pastebin.com/kykYaGbx shell script will run properly [16:56] i have dual screens, with a panel on each screen that has a window list applet. before my session crashed just now, each window list only showed what was on that screen. now each window list shows everything on both screens. thoughts? [16:57] in metacity and compiz [16:57] hi, anyone have trouble installing CURL on 10.04.1 LTS? [16:57] cause i am. === seemawn is now known as hape_kerkeling [16:58] MIKEDDD: Nope, what seems to be the problem? === hape_kerkeling is now known as seemawn [16:58] With NetworkManager, I'm trying to use a statically configured wired eth connection as well as my standard wireless internet connection. How can I prevent NM from disabling the wireless connection when I plug in the ethernet? [16:59] i am using sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt [16:59] theni get an error that files cannot be downloaded... i try to download from my browser and they are indeed non-existant. [16:59] what command can I use to see what raid configuration exists on a machine? [16:59] any other method to installl? [16:59] MIKEDDD: Can you pastebin the exact messages that you are getting? [17:01] hi my ubuntu 10.10 tells me at login that 26 packages can be updated but if i do apt-get update + apt-get upgrade it tells me everything is up-to-date. what am i doing wrong? [17:01] root@PWOOD:~# sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt Reading package lists... Error! E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf) E: Error occurred while processing libxt6 (NewFileVer1) E: Problem with MergeList /var/lib/dpkg/status W: Unable to munmap E: The package lists or status file could not be parsed or opened. root@PWOO [17:01] MikeDDD: Why not just use Synaptic? It's in the repos... [17:01] woops, i decreades my apt limit. [17:01] let me fixt hat first [17:01] MIKEDDD: Please use a pastebin, like http://paste.ubuntu.com next time. [17:02] in fact, the flipping focus/mouse/keyboard issues are back [17:02] would anyone have any idea why my mouse just suddenly gets messed up? the leftclick goes to doing nothing, and the rightclick is like constantly trying to minimize windows and such [17:02] *sigh* [17:02] Sidewinder1: Not everyone is running Ubuntu desktop here. [17:02] Teeko: on maverick, recently updated? [17:02] OIC, sorry... [17:02] yes octo [17:02] because that issue seems to have resurfaced for me [17:02] on 10.10 [17:02] woops, ok.. will do. [17:02] just updated the other day [17:02] I have to do /etc/init.d/gdm restart [17:03] Pici: He said 10.04.1, guess that's what threw me. [17:03] ok lemme try that [17:03] (for now, obviously I will spend ages looking into it when I'm not at work) === NG_ is now known as ng_ [17:03] Teeko: WAIT [17:03] it will nuke your X session [17:03] Good morning everyone. [17:03] effectively logging you out, just so you know [17:03] http://paste.ubuntu.com/599862/ [17:03] lol [17:04] damn didnt know that, oh well [17:04] Is this the channel I might be able to ask a few questions about a UEC setup? [17:04] can only ssh in... UI would make life too easy :) [17:04] rephormat: #ubuntu-server or #ubuntu-cloud would probably be better places. [17:04] Thanks Pici! [17:05] also another question [17:05] every time this machine boots, it stays on the purple ubuntu logo loading screen indefinitely [17:05] any way to make a script to execute 6 files with a 20 sec delay between them? [17:05] Teeko: sure, put "sleep 20" between the commands. [17:05] had a .bat file to do it, but obviously that isnt going to work :p [17:06] ok so the files are in /home/jordan/desktop/budabot [17:06] so i do '/home/jordan/desktop/budabot/filename.sh' [17:06] then sleep 20 [17:06] !enter | Teeko [17:06] Teeko: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [17:07] my bad, lemme write you a book [17:07] MIKEDDD: It looks like you have debian repositories enabled there. [17:07] is there another method i should be using?' [17:07] MIKEDDD: Is there a reason that you have debian repositories enabled on an Ubuntu install? === rafa is now known as Guest79544 [17:08] anyone know how i can diagnose my boot process never proceeding beyond the purple loading screen? [17:08] I'm trying to create a new partition but i get the error that I already have 4 logical ones and that i should first try create an extended one. Gparted though doesn't give me that option in the allocated free space. Any tips? [17:08] i am running a youtube clone through apache, perhaps part of the required tools? [17:08] ffmpeg, flv4tool [17:08] i can alt+f2 and log in manually, using startx to launch X [17:09] everything seems to be loaded [17:09] constl: The extended partition space has to be one of the 4 logical partitions. [17:09] MIKEDDD: fix those dotdeb repos [17:09] Can anyone help me with my startx fatal error: no devices found? [17:10] Zundrium: x should start by default, you don't need to run startx [17:10] Octodigit: sorry, a bit of a novice to this, how can i if they are part of the get install that is not hosting by me? [17:10] anyone know how you make a program run in terminal if you use an .sh file to launch it? [17:10] constl: has to be one of the four primary partitions, rather. You'll have to remove a primary partition to create an extended partition. [17:10] #ubuntu+1 [17:10] Teeko: sh file.sh [17:11] MIKEDDD: it's not a shared box, right? [17:11] ikonia: i know, i installed a nvidia driver with the additional drivers feature and now my lap boots to the terminal.. if i use startx i get the no devices found error [17:11] I am having trouble getting MPD to play my musics, it tells me "Problems opening the audio device" I have tried the fix here https://help.ubuntu.com/community/MPD and here http://mpd.wikia.com/wiki/Sound_Device_Permission_Problems Still having the same problem, any ideas. also is this a MPD or a windows issue? [17:11] no. [17:11] ayecee, that doesnt make it run in the terminal, it just makes it run hidden [17:11] Zundrium: look at (pastebin) your /etc/X11/xorg.conf [17:11] ayecee: Can't seem to be able to remove something without breaking it. One is for Dell diagnostics, one for linux, one for windows and one for Dell MediaDirect [17:11] Octodigit: no, it is not shared. [17:11] Teeko: then it's nothing to do with the .sh file - it's the program [17:11] Teeko: what are you trying to run [17:11] the file runs fine [17:12] Man I cannot seem to fix this stupid panel issue :/ [17:12] Teeko: what are you trying to run ? [17:12] i can run it, but i need to run 6 different ones, and its much easier than running them manually [17:12] ikonia: I'm a newbie... i guess the additional drivers feature edited the xorg.conf i know that and i changed it back (not manually) to the NV driver [17:12] if someone has enabled those repos for a deliberate reason then you need to perhaps do sudo apt-get update [17:12] Teeko: what are you trying to run ? [17:12] im running a chatbot for a game [17:12] i have dual screens, with a panel on each screen that has a window list applet. before my session crashed just now, each window list only showed what was on that screen. now each window list shows everything on both screens. thoughts? [17:12] because those packages are there, in newer versions than your client is trying to grab [17:12] Teeko: can you pastebin me the .sh file your trying to use ? [17:12] Zundrium: that's the problem then [17:13] lol yeah but its like 2 lines [17:13] Teeko: ok, please pastebin it [17:13] it calls on modules and this and that and so on and so forth [17:13] ikonia: I don't know a proper way to edit my xorg.conf, could you explain please? [17:13] *more to the point* however, I'd be asking why you need those repos there - that's a Debian repo [17:13] cyphase: edit window list preferences [17:13] and you're not running Debian [17:13] ikonia: #!/bin/sh php -f mainloop.php config.php [17:13] no need to pastebin, its only those 2 lines [17:13] if you think they have been added by mistake find them in /etc/apt/sources.list and comment them out [17:13] Octodigit: it is part of the sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt [17:14] ah, ok. [17:14] let me see [17:14] Teeko how do you launch it outside the script ? [17:14] then do sudo apt-get update && sudo apt-get install http://packages.dotdeb.org/dists/squeeze/php5/binary-amd64/php5-curl_5.3.5-0.dotdeb.1_amd64.deb [17:14] drag it into a terminal window [17:14] no, pasted the wrong thing [17:14] and then just hit enter [17:14] When i launch an application using the terminal, by typing say gedit ~/.bashrc, my terminal doesnt let me type anything further until the application (gedit in this case) is closed. if i force exit the hung prompt by ctrl+z, the launched application greys out and becomes unresponsive. is this normal? and if so, do i have to keep opening new terminals to do other things while having launched... [17:14] xangua, dual screens, not virtual desktops [17:14] !debian | Octodigit [17:14] Octodigit: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/10.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu! [17:14] ...an app from another? [17:14] then do sudo apt-get update && sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt [17:14] Teeko: would you run a test for me ? [17:14] im very new to ubuntu, its the way i found that works, so i just use it :P [17:15] yeah i can [17:15] ActionParsnip: is there any particular reason why you just got the bot to tell me what I just said? [17:15] Teeko: open a terminal , and type the following "php -f mainloop.php config.php" [17:15] heh [17:15] !panels [17:15] To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [17:15] cyphase: you could try to restore default values [17:15] MIKEDDD: the second one not the first [17:15] Octodigit: so that you have the official bot telling you why its not advised or supported [17:16] want me to do the cd /home/jordan/desktop/budabot first? [17:16] Octodigit: I suggest you find a ppa for Ubuntu, there is significantly less chance you will break your packages [17:16] !ppa | Octodigit [17:16] Octodigit: 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. [17:16] Octodigit: hm... trying now... doesnt look like it is working properly. [17:16] Teeko: if that's the working directory, yes please [17:16] ok [17:16] MIKEDDD: then once you're installed you need to be looking into why you were trying to get them from elsewhere - were you after more recent packages? if so you need to find a ppa [17:16] Octodigit: is that particular enough for you? [17:16] What is the command for clearing out my apt-get stuff again? [17:16] was it just a mistake? if so you should just remove the lines you commented out and forget about it [17:17] Octodigitt: I just want CURL so a plugin works, doesn't have to be the latest version. [17:17] elijah: sudo apt-get clean [17:17] ActionParsnip: it's particularly clear you're under a misapprehension on what's going on in that particular dialogue ;) [17:17] ActionParsnip: that's it! Thanks! [17:17] Hi guys. I installed Ubuntu to a USB stick. Will I be able to clone it using 'dd' ? The target stick may be several MB smaller than the source stick, but the source stick defines partitions which easily fits on the target stick. [17:18] ActionParsnip: again. I have *no* *idea* why you're telling me I shouldn't be using Debian repositories. I don't, I'm not, and I've just advised someone else not to. [17:18] what is the name of the binary for the volume manager in unity? [17:18] jnovek_: don't use dd [17:18] oops [17:18] Octodigit: http://paste.ubuntu.com/599868/ [17:18] Octodigit: what release of ubuntu are you using? [17:18] Jemt: don't use dd there is no need for block level copies [17:18] Does find search inside trash if you select / as the path? [17:18] Octodigit: ahh i see, what release is being used [17:18] elijah: It should look everywhere your user has access to [17:18] can someone recommend a repo that doesnt have debian installs? [17:18] elijah: yes, but that is overkill [17:18] elijah: yes, / will search everyting [17:18] ikonia: if i do it that way the program runs in terminal fine. [17:19] ActionParsnip: k, thanks, [17:19] MIKEDDD: wot's the medibuntu for? [17:19] Is 11.0 releasing by 0 GMT? [17:19] !ppa | MIKEDDD [17:19] MIKEDDD: 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. [17:19] rather.. 11.04 [17:19] dd214: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [17:19] ikonia: Then how do I copy the MBR ? [17:19] Teeko: ok, now do "cd /" - then do the same command again, but use absolute paths to the files [17:19] dd214: between 00 and 24 hours ;) [17:19] !grub2 > Jemt [17:19] Jemt: just re-apply it [17:19] Jemt, please see my private message [17:19] ikonia: think i may have it. [17:19] octodigit: ludic lynx [17:19] MIKEDDD: The regular Ubuntu ones, you don't neven need to use a PPA. [17:19] Pici thanks, going there now. [17:20] Thanks, ikonia [17:20] MIKEDDD: sorry, you missed the part where I said "no not that, pasted the wrong thing" and gave the correct part [17:20] MIKEDDD: terribly sorry about that :) [17:20] what is the name of the binary for the volume manager in unity? [17:20] Hey. How can i upgrade from ubuntu 7.04 feisty to the newest version? [17:21] MIKEDDD: : then do sudo apt-get update && sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt [17:21] Xyzzin: upgrade to 7.10 then 8.04 then 10.04 (lts upgrade) and then 10.10 [17:21] Octodigit: was eager to try... let me try that one now. [17:21] Xyzzin: download ubuntu from ubuntu.com & fresh install [17:21] Xyzzin: but yeah, fresh instal. [17:21] benedikt: that's not posibble [17:21] MIKEDDD: it won't have done any harm to do the other command :) [17:21] xangua: yes it is. [17:22] When i launch an application using the terminal, by typing say gedit ~/.bashrc, my terminal doesnt let me type anything further until the application (gedit in this case) is closed. if i force exit the hung prompt by ctrl+z, the launched application greys out and becomes unresponsive. is this normal? and if so, do i have to keep opening new terminals to do other things while having launched... [17:22] might be a little tricky to find a mirror for 7.10 [17:22] ...an app from another? [17:22] it looks like you might have to revisit your sources list before it works from that output, by the way [17:22] but we'll see [17:22] fresh install? no other way? [17:22] pindropper: add an ampersand to the command [17:22] pindropper: e.g. gedit ~/.bashrc & and it will background the process [17:22] looks like it installed succefully [17:22] I would not try 7.04 to current...to many changes....save your data you want and do a fresh install...it will take less time and you will be happier [17:23] rebooting to test now. [17:23] ActionParsnip: thanks! [17:23] thansk :) [17:23] i will try that [17:23] just tho upgrade would be faster [17:23] ok, i got it to launch in the terminal. but after that i have sleep 20 then ./dreadlochai.sh [17:23] pindropper: C-z stops the applicatino (you can resume with `fg`). If you append a `&` after the command the process gets backgrounded. But the terminal process will be a parent process and if you kill/close it, gedit will also close. [17:23] hi [17:23] and it doesnt do anything. it just executes first command, and then nothing. [17:23] Teeko: that wasn't in the script you sent me [17:23] its the second file that i wanna run [17:24] (11:23:17) Xyzzin: just tho upgrade would be faster - no, it would not [17:24] https://help.ubuntu.com/community/EOLUpgrades/Feisty [17:24] Teeko: probably because the bot never exits to move to the next command, you should launch the bot using & after the command so it backgrounds it and moves on to the next command [17:24] im running 6 programs from this script, first named chatbot.sh, second is dreadlochai.sh [17:24] quick question. ubuntu 11 is out soon. should i upgrade from 10 to 11 now in update manager or wait until its offical? [17:24] benedikt: ok. but if i use the & i could launch multiple apps. but if i close the terminal all the apps opened will be shut down too? [17:24] oh ok that makes sense ikonia, does it still keep them open in the terminal then? [17:25] Anyone use a CAC? Having trouble getting the device to be recognized. [17:25] Teeko: it won't close it as your running it from the termnial [17:25] awesome, average temperature change since my last update is +25 degrees c [17:25] ace, if you upgrade now, it'll just be beta, and you'll have to do it again. beta has some bugs, Im sure [17:25] figures.. a restart did fix the problem :P. [17:25] OCtodigit & Pici: thanks both for your help.... worked perfectly! [17:25] pindropper: correct :) [17:26] Octodigit: what's the long-term cpu load? [17:26] MIKEDDD: you're most welcome [17:26] putting a & after it doesnt do anything [17:26] yeah but the upgrade wont take so long if I do it now, then later in a few days right? [17:26] benedikt: thanks. [17:26] * Octodigit reboots to different kernel [17:26] so, anyone have any idea what the binary for the unity volume manager is? [17:27] exit [17:29] Hello, everyone [17:29] I think I seriously messed up my HDD. =/ [17:29] I hate whn that happens [17:30] Whenever I start up, it loads up grub repair or something like that, and it's like terminal, but nothing I type seems to work. [17:30] When I try to boot from LiveCD, it tells me No Filesystem Found or something of that sort and gives me BusyBox [17:30] Is there any way I can recover data from this HDD? [17:30] And then install something over it again so I can use it? [17:31] Any help is very appreciated [17:31] Cody3290, so you can't book your liveCD? [17:31] erm... boot not book [17:31] Nope. It loads up BusyBox or something like that [17:32] Cody3290, the liveCD has its own filesystem... perhaps it's broken [17:32] Cody3290, try with another live-medium (preferable usb-stick) [17:32] I used the same disc to install on the HDD I'm on now so i could get online with you guys [17:33] How big does the usb stick have to be? [17:33] Cody3290, when was this? and what exactly is the problem? [17:33] Do you compare MD5 sums? [17:33] how i run a .c file? [17:33] Cody3290, >3GB (iirc) [17:33] ratSalad, you have compile it first (with gcc) [17:33] ratSalad: you compile it with gcc first, then you run the output [17:33] is there a "best practice" for where to put new folders for install, services etc? do I just create a new dir on /? [17:34] Cody3290: 2gb for the USB is recommended [17:34] sec_goat: what are you installing? [17:34] is there a way to convert mp4 to .avi? [17:34] I think i have a spare USB. Is there a way to make this USB from a CD I already have? [17:35] daniel, WinFF [17:35] rumpe: gcc -o file.c? [17:35] ratSalad: yes [17:35] What is the command to list all my drives mounted with drive letters? [17:35] Cody3290, if the CD has this error, you perhaps get the same error on the usb [17:35] hypetech: I want to run a minecraft server, so it's less of an install and more of a folder filled with files [17:36] daniel_: in the Ubuntu Software Manager, look for Arista Transcoder. it's very simple to use. Avidemux is also good [17:36] it told me gcc: no input files [17:36] ratSalad, gcc -o file.o file.c [17:36] sec_goat: you can just put it in your home folder [17:36] bc81, wicth would u prefer and will it distort the picture? [17:37] аё [17:37] people hi [17:37] Hi all, quick question - If I have the 11.04 daily build from 7 days ago. If I just update can I just assume that it will the latest version once its released tomorrow? [17:37] Karti: yep [17:37] Karti: Quick answer-yes;) [17:38] rumpe1: So is there nothing i cna do to fix my HDD? [17:38] elijah: i guess you can try "df -h" without the quotes [17:38] daniel_: arista for it's simplicity, but if you need more control over the output, i recommend Avidemux. [17:38] Cody3290, you only mentioned filesystem-error on your liveCD [17:38] rumpe1: The same basic thing happens when I boot from HDD [17:38] Testing [17:38] i'm from russia [17:38] Cody3290, and if you can't boot your system because of this you have to use some other medium ... like a liveCD [17:38] rumpe1: and how i test it? [17:39] arpan: that is closer, but it doesn't show drive letters like e, c etc. Wine needs a drive letter and I don't know what it is [17:39] bc81, ok and the main reason i am doing this is becasue i notice mp4 files are usually bigger then avi am i righ to think that if i convert it to avi it will take up less space? [17:39] rumpe1: And neither HDD nor LiveCD works. Is there anything else I can do? [17:39] ratSalad, mark the compiled file as executable, execute it [17:39] do all mounted drives get drive letters? [17:39] Cody3290, try other boot-media [17:39] hypetech, otoman, Thnak you [17:39] bc81, and thanks in advance :D [17:39] elijah: nope, in linux drives are mounted in a folder under /media [17:40] Anyone had any luck running TrackMania with Wine? [17:40] elijah: so they don't get drive letters like c:, d: etc. [17:40] rumpe1: Ok, that brings me to a question I asked before. Can I make USB of ubuntu from ubuntu itself? I know you can make one with usb_creator.exe but I dont have wine or XP and my internet is very slow at the moment [17:40] and how people can communicate here? [17:40] Hi! I have the problem, that Ubuntu 10.04 Server installation freezes while installing the software. It's on a Intel D510MO with latest Bios. I've tested it like 10 times. Freezes at any random software. [17:41] cqixk_work: did you run the disc verification before trying to install? sounds like you have a bad CD [17:41] бред бля [17:41] I've tested it once, but that's months ago. Will try again hypetech [17:41] !ru | luceferushko [17:41] luceferushko: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [17:41] daniel_: if you transcode them into avi, they may take up less space depending on the settings you use but you will sacrifice the quality of the video [17:42] Cody3290, for filesystem checks you don't need a big installer like for ubuntu... just filesystem-check/repair tools [17:42] тупая херня [17:43] Im messing around with an ubuntu server for the first time :-) How can i find out what port is open when connecting to mysql ? === ronin_ is now known as Guest22304 [17:44] rumpe1: How would I get that? [17:44] arpan: Okay, thanks, kind of odd how Wine needs that to work then, turns our Wine thinks my system volume is H: so I guess they do get them in a quasi kind of way [17:44] Cody3290, http://www.ultrabootcd.com/howto.htm e.g. is just 47MB big [17:45] elijah: i hardly used wine so don't know much about it. [17:45] arpan: k [17:46] i have a question. every time i wake up this laptop, there is about 15-20 lines of text (i'm assuming errors) that quickly in the upper left corner of the screen. i searched all the log files for a keyword but found nothing. are these errors or nothing to worry about? [17:46] jnlsnl_: mysql server runs on port 3306 by default === Guest-ru is now known as HariecR [17:48] rumpe1: THank you [17:48] hi [17:48] hypetech if i do "netstat -an | grep -i mysql" i get the following: "STREAM LISTENING 6338" how can i change that to default? [17:50] I have 10.04 running. Is it necessary or enough improvement to upgrade to 11.04 when released? [17:50] hey guys someone know how to set de DEBUG On lighttpd ? [17:50] jlg [17:51] hypetech: any reason to keep the Media, Public or Templates folder in my home directory? or any of them for that matter? [17:51] any voip tools out there? [17:51] where does google chrome hide my flash video from youtube? [17:52] shane4ubuntu: /temp ? [17:52] hypetech: Integrity test was positive. That can't be the problem with my D510MO [17:52] sec_goat: nope, not in /tmp [17:53] shane4ubuntu: from what I recall and it has been a while it wa sin that folder as long as you had the browser and the page with the video open, when you left or closed it would trash the file [17:53] hello. I need some quick help: My ssh session just crashed. I was working with one application and I can still see that application in "top". Is there a way to recover it? [17:53] cqixk_work: what's the motherboard have to do with it? [17:53] sec_goat: that is where FF keeps them, however Chrome works different [17:53] whois hypetech [17:53] shane4ubuntu: my bad, sorry I will be of no help then [17:53] hypetech: There seem to be some troubles with newer atoms. [17:53] sec_goat: no prob, thanks anyway [17:54] shane4ubuntu: .cache/chrome? In multiple pieces, IIRC. Certainly I have quite a large number if bits in ~/.cache/chromium/{Media\ ,}Cache [17:54] ShaneBhttp://ubuntuforums.org/showthread.php?t=1451839 [17:54] shane4ubuntu: http://ubuntuforums.org/showthread.php?t=1451839 [17:54] Darael: right, that is what I thought it was before, but, seems mine is empty, I'm using chrome, not chromium though, just a minor difference [17:54] boldgold: http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/ [17:55] thanks sec_goat, don't know why that didn't come up with my googling. :) [17:55] shane4ubuntu: problem is thats chromium again not chrome, sorry [17:56] hi guys, I am lost installing ubuntu [17:56] I download latest 10.10 iso [17:56] sec_goat: no, that is ok, they have chrome info on that page too. [17:56] shane4ubuntu: Yeah, I was guessing based on chromium. But as the link says, I guessed a touch wrong - ~/.cache/google-chrome/ [17:56] installed as main OS, using ENTIRE DISK [17:56] and ubuntu doesnt start [17:56] grub doesnt show [17:56] I have a blank screen only [17:56] I'm trying to use this https://help.ubuntu.com/community/Installation/WindowsServerNetboot to make an install but the machine I'm trying to install on complains that there is no boot media in the boot device when i attempt to use the network as the boot device. [17:56] any ideas [17:57] Darael: ahh, I kept looking in .cach/google-chrome/Cache it is in .cache/google-chrome/Defualt/Cache! [17:57] Darael: thanks [17:57] werever: If you want the latest version, I would suggest trying again tomorrow with Natty, which is released then. Note that this is incidental to your problem. [17:57] shane4ubuntu: Glad you found it! [17:58] I tried with 10.10, and 11.04 beta2, with same results, ubuntu doesnt start, now I took this problem personal and I dont wanna stop until get ubuntu working well =P [17:58] werever: Is there anything on the screen at all? A blinking cursor, even? [17:58] hi all, can anyone point me to a guide/doc/tut to do a remote install of ubuntu? [17:58] yes [17:58] blinkin cursos only [17:58] blingking cursor [17:59] heya ppl [17:59] How can I get my Atom D510 to allow the installation of Ubuntu 10.04 Server - It hangs when setting up the software (not the base system) [17:59] Does something differ from the Ubuntu 11 Beta 2 to Ubuntu 11 live ? [17:59] werever: Right. That implies you're getting past GRUB, which is a start. Can you try to boot and hold shift immediately after your BIOS splash disappears for me? That should bring up the grub menu. At this point, I would edit out the "quiet splash" bit of the default option and see what you get. It might give us a hint as to what's going on. [18:00] I have 10.04 running. Is it necessary or enough improvement to upgrade to 11.04 when released? [18:00] cqixk_work, i heard that using a usb drive to install it works [18:00] thank patrick norton [18:00] Is it possible for to use an SD card instead of a USB stick? [18:00] ekim1: upgrade to 10.10 first [18:00] boldgold: It's on a USB CD-Rom [18:00] When making a liveCD [18:00] ekim1, nope, i'm still running 10.04 [18:00] changing to ubuntu 11 was the biggest mistake i made since i started using linux years ago [18:00] cqixk_work, i'm not sure... i just read it reading a review on newegg [18:00] Babalau: Apart from the fact that 11.04 is a release date, not a version number :) there will indeed be differences between the beta and the release. However, they'll appear in the update manager anyway, so you could install the beta and it'll update transparently come release. [18:01] xangua: I get that but is it worth while to do the upgrading as in significant improvements? [18:01] Babalau: Are you saying using linux in the first place was a mistake in and of itself? [18:01] no [18:01] boldgold: Ok, thank you. Maybe I give it a try with a USB stick [18:01] upgrading to The latest ubuntu [18:01] Babalau: Good. Then we would have to kill you xD [18:01] ekim1: new kernel, new programs, new all, you decide [18:02] ~voteban cody3290 [18:02] ... [18:02] Why ban me... [18:02] what is better kde, gnome, etc? [18:02] hello there [18:02] you said you were going to kill someone [18:02] what does Ubuntu One let me do? I have an account and connected.. am I suppose to see an additional storage device? [18:02] Juxtaposed to a "xD" implying it was a joke [18:02] ekim1: they are different, choose the one u like, just dont get unity [18:02] we don't like you lawless young men around here in #ubuntu [18:03] Cody3290: Can we keep this to support? For chat, take it to -offtopic. For arguments, take it to PM. [18:03] ekim1: each user has his preference, you probably won't get an answer for this question :) [18:03] Sprry. [18:03] Sorry. [18:03] I like unity now that I'm used to the keyboard shortcuts :p [18:03] i haven't even tried it yet [18:03] Unity it's not verry customizable [18:03] is it any good? [18:03] dd214: sync the music you buy, sync evolution contacts, sync files [18:03] dd214, its a service akin to dropbox [18:03] !best | ekim (this applies to better, too) [18:03] ekim (this applies to better, too): Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [18:03] Darael: I restarting now to try shift key on boot, will come back in a moment, thanks! [18:04] okay, just wondered program usage wise if one was better. [18:04] my opinion is that ubuntu will fail with the unity release tomorow... alot of users will move to debian/fedora/etc... [18:04] sorry! [18:04] 11.04 is co ming out tomorrow [18:04] that's cool [18:04] ekim1: You can run programs from any one DE from any of the others anyway, so in that respect they're as good as each other. [18:04] Babalau: don't know why you would pick a different distro when you can just run a different environment on ubuntu [18:05] hypetech: cause they gaved up on Gnome [18:05] Has anyone gotten s3fs (FUSE over AWS S3) working to their satisfaction? Are there any other decent solutions to mounting S3 drives? [18:05] Babalau: You realise that the GNOME2 desktop will be available from GDM by default, right? The entry's called "Ubuntu Classic". [18:05] I have an issue with a 10.10 host: the person in charge has messed up a little bit with user properties. One of the users currently has bash pointing to a non-existent folder (was a chroot). I tried to change this in System Settings but it has no effect. Is it because this is one of the "root users" ? I could correct the path for other users [18:05] hypetech: Darael the normal user who doesen't know that will leave ubuntu/linux cause it will have a bade taste using Unity (just my 2 cents) [18:06] hi [18:06] Im so excited for the 11.04.Can wait.Im from Singapore.The time here is 1.00am.I cant sleep yet.... [18:06] what the hell is libreoffice? [18:06] !ot [18:06] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [18:06] !libreoffice [18:06] Current stable releases of Ubuntu use OpenOffice.org, and do not have supported packaging for LibreOffice. Ubuntu developers are working on packaging for Ubuntu Natty and backports for 10.10 and 10.04. See https://lists.ubuntu.com/archives/ubuntu-devel/2011-January/032298.html for more information on progress and an unstable, unsupported PPA. [18:06] boldgold: openoffice fork, since sun got sold to oracle. [18:06] Babalau: it's no harder to use than gnome3 shell, so the only other option would be to use all KDE [18:06] Hi there. Good afternoon. I have a friend who have a problem with his Ubuntu. He can hear sound only with headset, but nothing out from speakers [18:06] oic cool [18:07] libre office lol funny name [18:07] :/ [18:07] actually lol [18:07] can anyone point me towards a live cd that might work with a dell printer? im having trouble getting it to work in window$. [18:07] Can I use an SD card instead of a USB stick to make a bootable LiveCD? [18:07] escott: Just wanted to say thanks again for all your help yesterday, looks like the x tunnel is working great for what I need! [18:07] Cody3290, yes [18:08] sec_goat, someone pointed me to a program xfvp i think it was which would allow session support for X [18:08] Hello [18:08] someone use lighttpd + php-fpm ? [18:09] am i asking in the wrong channel? [18:09] escott: I have this thing called x2go and it works great on every computer except this one [18:09] sec_goat, sorry xpra [18:09] hello [18:09] escott got it.. working, and have an UbuntuOne directory that is showing up under Places [18:09] anyone? [18:09] escott: I will check out xpra as well, thanks again! [18:09] dd214, so if you are familiar with dropbox thats akin to a dropbox folder [18:09] !patience | needtoprint [18:09] needtoprint: 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/ [18:10] right, sorry [18:10] needtoprint: do you mean just so you can print from a live cd? [18:10] I'm trying to file share between Ubuntu netbook 10.10 and windows xp on another machine [18:11] hypetech yes [18:11] needtoprint: I imagine ubuntu would be able to print fine, it has pretty excellent printer support, so the ubuntu livecd would probably work [18:11] needtoprint, there aren't any "printer specific" livecds that I am aware of, check if cups supports your printer model [18:11] escott know if this supports streaming music, this will be a great place to host O&A shows [18:11] tiny progress [18:11] it now says no boot filename recieved [18:11] whoa [18:11] hypetech: cups, right thank you === dpy2 is now known as dpy [18:12] If i do: "netstat -antp" i get "tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN" ... so is port 3306 already in use? I need it for mysql ! [18:12] dd214, there is music syncing but it is oriented at single users not sure if you could host off of it. don't use it myself maybe xangua knows [18:12] There's no file sharing option when I right click a folder in file manager. [18:12] jnlsnl_: sudo lsof -i :3306 to find whats listening there [18:12] jnlsnl_: that is mysql already listening lol [18:12] !samba | Flynn [18:12] Flynn: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [18:13] Im back, Shift key is not working, screen remains with a blinking cursor only, ubuntu cant start, I made a fresh install of 10.10 32 bits using entire disk, no windows, no partitions, Im on live cd now [18:13] then i get: mysqld 621 mysql 10u IPv4 6337 0t0 TCP localhost:mysql (LISTEN) [18:13] escott just for me.. the idea would be to upload it from my home machine and then listen to it from work, both machines are Ubuntu and work is c-blocking my traffic to XM [18:13] 6337 ??! [18:13] any ideas guys? [18:13] jnlsnl_: mysql already uses that port [18:13] dd214, that should work (unless work blocks ubuntuone) [18:14] okay =) [18:14] thanks ! [18:14] must be another problem im looking for then [18:14] escott nope.. at work and on there now, else, it's time to setup a VPN tunnel to home. [18:14] hi, all. I need to automate the installation of an ubuntu 10.10, is preseed the best toool to do this? [18:15] Samba error: mount.cifs: permission denied: no match for /home/user/smb4k/DELLXP/SharedDocs found in /etc/fstab [18:15] dd214, if ubuntu one doesn't work for you set up an ssh server on your home computer that would be easier [18:15] strangely, the latest preseed documentation I've found is from ubuntu 8.04 [18:15] anyone know if zypper is faster than apt ? [18:15] Flynn: use admin permissions [18:16] Flynn, only root can mount items not listed in fstab so you have to use admin options to mount your cifs folder [18:16] I only have one user so I assume I am. [18:16] hello, Could anyone tell me what time is Ubuntu approx. released? [18:16] how do i mount a drive as read only? [18:16] Flynn: for security reason although u are admin u need to be Root [18:16] bethany: -o ro [18:17] Flynn, you can sudo but you are NOT root, you momentarily take admin priviliges with sudo/gksudo as needed [18:17] coucou [18:17] ty [18:17] is there a command to convert a partition from FAT to EXT4 - keeping data intact? [18:17] Al_nz1: no [18:17] hello, any ideas how get ubuntu working? on a fresh install grub is not starting, and ubuntu doesnt start, I have only a blinking cursor on my screen and shift key is not working [18:17] Al_nz1, no [18:17] Flynn: [18:17] werever, is it the only os on your system? [18:17] yes [18:18] ok - thanks [18:18] how can i DL the java jdk? [18:18] werever, i remember you were online yesterday can we get a quick recap [18:18] werever, did you use the default settings or did you set custom partitions? [18:18] is there like a new repo or something? [18:19] Laggg, a number of jdks are available browse through synaptic [18:19] ye sescott, yesterday I used two OS, windows and ubuntu, I tried now, delete all and use my entire disk toubuntu, and the problem persists [18:19] how do i get the liveCD to load to ram instad of using CD? [18:19] Flynn: press ALT+F2 and type: gksudo nautilus [18:19] Laggg: apt-get install openjdk-6-jdk [18:19] please help ActionParsnip [18:19] werever, the grub reinstall never worked? [18:19] bl4ckcomb default settings [18:19] how do I take admin priviliges [18:19] Flynn: press ALT+F2 and type: gksudo nautilus [18:19] type in the password [18:19] werever, did you check your cd against a checksum for possible download/writing errors? [18:20] and you are root in ur explorer [18:20] bl4ckcomb I didnt check the iso, how can I check it on ubuntu, is there any app on ubuntu software center? [18:20] jasonmchristos: it will naturally cache itself to ram as it is used. why do you want it in ram? [18:20] werever, I think there was an option when you boot the cd [18:21] mbeierl, optical drive is slow [18:21] Babalau, Flynn I'd not recommend doing that. its too easy to confuse the root nautilus window with the non-root nautilus window leaving you with a root nautilus window which would allow you to do lots of damage to the system by accident [18:21] escott I will try grub reinstall again, yesterday didnt work [18:21] werever, it can check itself iirc [18:21] isnt there a toram=yes option? [18:21] jasonmchristos: Indeed [18:21] werever, did you get any error messages with the grub-install? [18:21] could anyone help me? I'm trying to do a netinstall using https://help.ubuntu.com/community/Installation/WindowsServerNetboot the machine im doing the install on complains that it's not recieving a boot filename and the tftpd log is here http://paste.ubuntu.com/599888/ [18:21] rebuild ur grub [18:22] escott no problems on install, grub notices on installation process were all ok [18:22] Babalau, he's done that multiple times, something is weird with his hardware [18:22] werever, https://help.ubuntu.com/community/Installation/CDIntegrityCheck [18:22] jasonmchristos: I'm not sure if capitalisation is needed as in TORAM=yes [18:22] werever, can you tell use the exact model of your system [18:22] thanks bl4ckcomb [18:22] jasonmchristos: usb instead, perhaps? [18:22] arand, where do i issue the option? [18:22] vostro 1520 dell [18:22] escott: sry i didn't pay attention [18:22] :) [18:22] what hardware ? [18:22] mbeierl, usb isnt much faster [18:22] Babalau, its ok i remember him from yesterday [18:23] jasonmchristos: Press F6 and choose advanced, and add it manually [18:23] what is the command I can use in the terminal that does "text-to-speech"? [18:23] dd214, install festival [18:23] arand, to the end of the commands already there? [18:23] jasonmchristos: Yes === iSkin is now known as iskin [18:23] ok going to try [18:23] jasonmchristos: you tried this? http://ubuntuforums.org/showthread.php?t=1583206 [18:24] escott ... I remember, it's espeak [18:24] werever, this is a retail machine and not a corporate machine? TPM could be inhibiting grub [18:24] bl4ckcomb, in meantime I am reading link about integrity check, thanks [18:25] nautilus cannot handle "network" locations [18:25] escott retail machine, I think I have not special restrictions, what is TPM? [18:25] My DVD drive can go 24x but it never goes above 10x, why? [18:25] nautilus cannot handle "network" locations [18:25] anyone using IRSSI ? -> how do i hide /join /leave /quit messages from the screen ? [18:25] werever, hardware restrictions on what can be installed, usually enabled by corporate users, shouldn't be enabled in a retail system [18:25] escott ok [18:26] i am trying to enable running a terminal using a shortcut combo. what command brings up a terminal? [18:26] mbeierl, ty [18:26] !quietirssi | Babalau [18:26] Babalau: To ignore joins, parts, quits in irssi: /ignore #ubuntu +JOINS +PARTS +QUITS [18:26] werever, are you in the live cd now? [18:26] escott yes [18:27] ubottu: ty [18:27] You're welcome! But keep in mind I'm just a bot ;-) [18:27] lol [18:27] ty red2kic [18:27] !ping [18:27] Here I am, brain the size of a planet and they ask me to respond to factoid requests. Call that job satisfaction? Because I don't. [18:27] Hi. [18:28] when i do in bash script → series | of | commands > $OUT_FILE it tells me the file in $OUT_FILE does not exist, while i do the same line in commandline it works ok, any idea wtf? [18:28] Babalau: You're welcome! But keep in mind I'm just a human ;-) [18:28] heh, new factoid? haven't seen that one before. [18:28] I'm currently use encrypted home directories but I can't export such directory as NFS [18:28] =)) [18:28] How turn off decrypting from command line? [18:28] jankoprowski: decrypting ? [18:28] Ok the UltraBootCD is done downloadin and burning, i will try to fix my HDD [18:28] hi all [18:29] Will be on later whether it works or not :) [18:29] Now its saying my sharing service is not installed [18:30] Its things like this that make me long for good ol' infected Windows [18:31] Meh [18:31] time to give up for now :( [18:31] Flynn: what's the problem ? [18:32] Flynn, did you logout after installing samba [18:32] Flynn: to reboot it's sufice just to logout/login [18:32] I m on a live cd, I mounted my main HD (with bad ubuntu installation ), and tried this: [18:32] sudo grub-install --recheck /dev/sda1 [18:32] I used root to make a new folder and clicked share in the sharing options and it has a sharing service not installed error. [18:32] /usr/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?). [18:33] http://releases.ubuntu.com/.pool/ubuntu-11.04-desktop-i386.iso [18:33] werever, you probably need to do that from withing the chroot environment [18:33] escott any ideas what I am doing wrong? [18:33] tuhin: Please don't. Its not you yet. [18:33] mind if we go pm [18:33] werever: you may need to use some more options to the install grub command also. [18:33] did you have any problem like this: Sound outs from Headphone, but doesn't from speakers? [18:34] oh sorry [18:34] werever: if you dont want to chroot. you can use exctra options. or you need to do a proper chrooting to the mounted system [18:34] tuhin: rather, its not out yet. [18:34] Pici: what do u mean whats that file then [18:34] so if I want to upgrade now from 10.10 to 11.04 what's the right procedure here.. ? [18:34] yes, I am found this on forums: [18:34] http://ubuntuforums.org/showthread.php?t=1581099 [18:34] tuhin: Its not out until the release manager makes the announcement. Please do not spread links until that announcement has been made. [18:34] ok, so i figured out that gnome-terminal is the command to bring up a terminal ( dhh!) . but if i use that command for a shortcut combo, a new terminal pops up everytime i enter the combo. how do i maximize the last opened terminal window and minimize on the same shortcut combo? [18:34] section: "From the Live CD" [18:35] !upgrade [18:35] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [18:35] werever, just to be safe lets do everything from the chroot environment [18:35] escott ok [18:35] werever, open a terminal and mount your ubuntu root to /mnt/ubuntu [18:36] ok, one sec [18:36] werever, commands would be sudo mkdir /mnt/ubuntu; sudo mount /dev/sda? /mnt/ubuntu [18:36] escott yes, done [18:36] sudo mount /dev/sda? /mnt/ubuntu/boot (if you had a boot partition) [18:36] amarc: See the topic in #ubuntu+1 [18:36] Hi everyone. Does anyone have time to help me with a printing problem? I am new to Linux and just installed Ubuntu 10.10 [18:37] sudo mount --bind /dev /mnt/ubuntu/dev [18:37] yyeee [18:37] Andy_C: what model printer and what is the issue? [18:37] cd /mnt/ubuntu/ [18:37] chroot /mnt/ubuntu [18:37] whenever i try to print something to file everything seems to run fine [18:37] the save window comes up, i choose a location [18:37] but there is never any ooutput in the directory I have selected [18:37] ls / in that terminal should show the root of your ubuntu system and not the root of the livecd, compare with another terminal to verify [18:38] alguien que hable español? [18:38] !es | diego76 [18:38] diego76: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [18:38] I think the team now should be in the process of Release minus 3 hours.... [18:38] spricht jemand von euch deutsch? [18:38] i have tried the print to file output options of 'pdf' and 'ps' [18:38] !de | christoph__ [18:38] christoph__: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis. [18:38] Aiya: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [18:39] i have also installed cups-pdf as a printer and it does not work either [18:39] werever, when you have a good chroot environment (with /dev bind mounted) you can run /usr/sbin/grub-install --recheck /dev/sda [18:39] gracias ubottu [18:39] although it does appear as a printer when I go to system>administration>printing [18:39] diego76, yo pero soy novato jejej [18:40] escott, I m following your instructions lime by line, slow but working =) [18:40] hello guys im running toshiba satellite m500 notebook and after i install ubuntu 10.10 i had brightness and over heat of cpu issue can please anyone help.. and it has nvidia geforce 210m card .. and i cant find my answer so get here .. [18:40] werever, take your time, pm me if you want [18:41] escott thanks === kms is now known as zen_lunatic3 [18:44] ble ble ble [18:44] how i compile a .c file witch use openGL includes [18:44] ? [18:44] anyone has Gigabyte motherboard ? i need some help with the boot from USB [18:45] ratSalad: what happens when you try? [18:45] In function `DrawGLScene': [18:45] glview.c:(.text+0x10c): undefined reference to `glClear' [18:45] Babalau: there are a lot of different gigabyte motherboards. It would be better to describe the problem you're having. [18:45] lots of that [18:46] undefined all the methods of the gl [18:46] ratSalad, set your include path to include your opengl headers [18:46] Babalau: try F11 at boot, may help. I suggest you read your motherboards manual [18:47] i had this [18:47] #include [18:47] #include [18:47] #include [18:47] ratSalad: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [18:47] anyone has Gigabyte motherboard (GA-880GM-UD2H) ? i need some help with the boot from USB -> At boot it does not see my usb stick, tried to boot from USB-FDD, USB-HDD, USB-CDROM, noting works ==> it works on other computer [18:47] hello [18:48] hello [18:48] Babalau: not all motherboards can boot usb [18:48] how can i upgrade from xubuntu 10.10 to xubuntu 11.04? [18:49] ActionParsnip: mmm i know, i dont think it's the case here cause i have to option to boot from USB, but i can't see my stick there [18:49] christoph__: u can [18:49] Babalau: http://www.newegg.com/Product/Product.aspx?Item=N82E16813128439 says: Pros: I always like Gigabyte board but this bug annoys me. The board is working fine but won't boot from USb flash drive [18:49] it should be something like: sudo apt-get install xubuntu 11.04 [18:50] No cigar. I don't see anything on the UltraBootCD about repairing filesystem. When I load up the HDD, i get Error: Unknown Filesystem and then it gives me grub rescue>_ and I have to type something in [18:50] thanks i try it out! [18:50] christoph__: currently it will be: sudo do-release-upgrade -d [18:50] oh well [18:50] Babalau: your command won't work, expect him/her bacl [18:51] sudo update-manager -d also works to upgrade the distro [18:51] ActionParsnip: thx for ur link, at least i woun't stress myself over this (i looked extensevly over the net after this issue) [18:51] pygreen: Only for when yiu plan to upgrade to the development release. [18:51] Babalau: research saves time [18:51] ActionParsnip: i know, i sais it should be something like [18:52] Hi again everyone. I have isolated my print to file problem to firefox [18:52] Babalau: you can get a floppy image to boot usb for systems who cannot boot usb [18:52] Pici: yes, and that is 11.04 [18:52] ActionParsnip: researched ... ended up here http://forums.whirlpool.net.au/archive/1617700 [18:53] ActionParsnip: i don't have a floppy but u'r fix it's interesting, i didn't know that. Can u explain more ? [18:53] Babalau: http://www.pendrivelinux.com/use-a-floppy-to-boot-usb-pendrive-linux/ [18:54] ActionParsnip: t [18:54] ActionParsnip: ty [18:54] i can print to file and set the output to 'pdf' or 'ps' from chrome, eye of gnome, gedit, and so on [18:54] Andy_C: what version of firefox do you use? [18:55] version 3.6.16 [18:55] Andy_C: and what is the output of: lsb_release -d [18:55] ActionParsnip: in grub when i have the option to select the linux version i have to start, there is an option to use command line before boot or something. Is there any way to boot from usb from there? [18:55] I'm getting this error "sudo: /etc/sudoers is mode 0640, should be 0440 [18:55] sudo: no valid sudoers sources found, quitting" when trying to mount a windows folder [18:55] default version that came with ubuntu 10.10 [18:55] Flynn: change the permissions [18:55] how? [18:55] Flynn: boot to root recovery mode and run: chmod 0440 /etc/sudoers [18:56] output of lsb_release -d is Description: Ubuntu 10.10 [18:56] Update Manager asks for a partial upgrade. I don't want to, so I cancel. However, there are a bunch of KDE upgrades needed to be done. Why are there so many of them? [18:56] When I boot up my HDD, I get Error: Unknown Filesystem. When I boot from LiveCD, i get something similar, except instead of grub rescue>_, i get a terminal like thing from BusyBox. [18:56] Andy_C: try: mv ~/.mozilla ~/.mozilla_old then rerun the browser, is it ok? [18:56] ActionParsnip: in grub when i have the option to select the linux version i have to start, there is an option to use command line before boot or something. Is there any way to boot from usb from there? [18:56] Babalau: you CAN add ISO files to grub2 [18:57] ActionParsnip: mmm.. [18:57] You might as well be speaking a foreign language [18:57] I'm not as computer savvy as my nickname might suggest. [18:57] Flynn: hold shift at boot, select recovery mode, select root then run the command I gavce [18:57] *gave [18:57] Flynn: http://ubuntuforums.org/showthread.php?t=425979 [18:58] Flynn: if you mess with the sudoers file you are going to be using root recovery a lot [18:59] When I boot up my HDD, I get Error: Unknown Filesystem. When I boot from LiveCD, i get something similar, except instead of grub rescue>_, i get a terminal like thing from BusyBox. [18:59] Flynn: what do u want to do ?? i don't think u need such things [19:00] I want to share files with windows xp [19:00] How can I repair the filesystem? [19:00] I couldn't find it anywhere.... What time does Natty release ? [19:00] Flynn: on the same system (computer) or network ? [19:00] Anyone know how I can configure my network card in ubuntu please? I need to check Optimize throughput on my network adapter [19:01] Flynn: that won't be done by modifying the sudoers file [19:01] different computer my network at home [19:01] swatto: why, are you encountering low throughput? [19:01] Jenk: there is not a set time [19:01] Flynn: have u read https://help.ubuntu.com/8.04/internet/C/networking-shares.html ?? [19:02] can you install KDE side by side with GNOME? [19:02] oCean, Yes, but does it go according to GMT ? Or something else ? [19:02] Flynn: read also: http://ubuntuforums.org/showthread.php?t=301178 [19:02] buona sera [19:02] dios_mio: yes [19:02] ci sono operatori? [19:02] Jenk: how does that matter if there is no set time? [19:02] How can I repair the filesystem on my HDD? [19:02] ! it | luca230103 [19:02] luca230103: 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) [19:02] Does nobody know how? [19:03] Jenk: it will be out when they are ready and done [19:03] Fly see google: [19:03] ! fsck | Cody3290 [19:03] Cody3290: fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo shutdown -F -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [19:03] Fly see google: http://www.google.com/search?source=ig&hl=en&rlz=1G1GGLQ_RORO311&q=how+to+see+windows+computer+from+ubuntu&aq=f&aqi=g-j1&aql=&oq=#sclient=psy&hl=en&rlz=1G1GGLQ_RORO311&source=hp&q=how+to+access+windows+computer+from+ubuntu&aq=f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=a7861c791a64b663&biw=1680&bih=964 [19:03] Babalau: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [19:03] is there any way I organize 3 windows in a workspace with simple command? [19:03] dios_mio: install kubuntu-desktop for the full thing [19:03] oCean, Umm, I'm just waiting to download it... It'll help alot if I knew the time ! [19:03] ActionParsnip: thanks man [19:03] ayecee, well i play WoW and having frequent disconnects so this was something they told me to try (obviously thinking im using windows) where i can go to the adapter in device manager and change the properties [19:03] Jenk: once more: there is NO set time [19:04] oCean, Alright, alright, i got the point.... Thank you ! [19:04] is there any way I organize 3 windows in a workspace with simple command? I'm using unity and I have always resize the windows with mouse. [19:04] swatto: what properties do you want to change? [19:04] soreau: So i type in man fsck when the grub rescue propt comes up? [19:04] prompt* [19:04] well optimize throughput is one, and a few others i think [19:04] Cody3290: If you are at grub rescue prompt, you need to fix your boot loader [19:05] Cody3290: You can use fsck from a live session however [19:05] mfilipe: enable the scale plugin and you can use the shortcut / screen area to make all the apps show themselves [19:05] soreau: How do I do that if I can't boot into a live session? [19:05] r Windows users, when on the Advanced tab, check for the following additional Properties: [19:05] Set Checksum Offload to Disable (as above) [19:05] Set Segmentation Offload to Disable [19:05] Set Optimise For to Throughput [19:05] Set First Packet to Disable [19:05] swatto: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [19:05] woops [19:05] Cody3290: Why cant you boot a live session? [19:05] swatto: I'm not sure how any ofthose would help with WoW disconnects. Did the tech explain why to use those? [19:05] I don't know. It boots into BusyBox and I get something like unknown filesystem or something like that [19:06] well.. finally got this acl/umask stuff all done [19:06] it's great [19:06] ayecee, not really but is there anyway i can view and change them? maybe a network card config tool or something? [19:06] soreau: If you want i can write down exactly what i get when trying ot boot from livecd [19:06] soreau: if that wuld help with fixing it [19:07] swatto: you could use ifconfig, I suppose.. but I would not think that any of those parameters would be changeable with ifconfig. [19:07] Cody3290: Did you run the disk defect checker utility? [19:07] ayecee, just checking out software center now, seeing what i can find [19:08] how do I change my ip I have been ban [19:08] soreau: How do I do that? [19:08] Mat799: banned from what? [19:08] swatto: good luck with that. To my knowledge, the GUI network config tools don't go into that much detail. === Douche is now known as derp [19:08] Cody3290: When the livecd first boots, press Esc and go to the menu where you can select it [19:08] soreau:different things [19:09] cd .. [19:09] ls [19:09] doh [19:09] soreau: The liveCD does not boot at all. [19:09] ActionParsnip, hum... but I want something like snap window (Unity) but it works with 3+ windows [19:09] Mat799: You might want to check with the fine folks in #freenode [19:09] is freenode a channel [19:09] Cody3290: Then you should check the md5sum of the image you downloaded [19:09] .wiki freenode [19:09] Mat799: freenode is a network [19:09] Mat799: Yes. #freenode [19:09] ! md5 | Cody3290 [19:09] Cody3290: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [19:10] Mat799: Freenode is the network you're on. #freenode, as the # indicates, is a channel. [19:10] soreau: The md5sum is fine, i used that cd to install this ubuntu on my other HDD so i can talk with you guys [19:10] ! freenode | Mat799 [19:10] Mat799: freenode is the IRC network that you're on! - See http://freenode.net/faq.shtml - freenode has policies that govern how people should use the network which can be read at http://freenode.net/policy.shtml - The Ubuntu channels on freenode also have their own !Guidelines [19:10] Darael: That was better phrased, thanks :) [19:10] no I have not been banned from freenode [19:10] Mat799: From where then? [19:10] Hm, I figured the freenode factoid would have at least given the channel name [19:11] soreau: I would think so too, I'll update it. [19:11] Pici: cool thanks [19:11] just website [19:11] Mat799: What does this have to do with ubuntu? [19:11] not much [19:12] Mat799: Well this is #ubuntu, the official support channel for ubuntu. We certainly do not support circumventing bans here [19:12] soreau: The md5sum is fine, i used that cd to install this ubuntu on my other HDD so i can talk with you guys [19:12] When i boot on that HDD it goes straight to busybox [19:12] Cody3290: Well Im not sure what is wrong then [19:12] after the loading screen, that is [19:13] this is just a larage group and i though i would ask here [19:13] whats the shortcut key to bring the run dialog up? [19:13] Mat799: It is the wrong place to ask. Instead, try contacting whoever banned you from wherever you are banned from [19:13] swatto: Alt-F2 [19:14] hi can anyone help with this problem please http://pastebin.com/JAufwSqg [19:14] adelie42: There you are. [19:14] * donttrustem is going mad [19:14] kwtm: [19:14] adelie42: Okay, gksu should let you run programs as root. [19:14] kwtm yes [19:14] qin, cheers [19:14] soreau:butt ip cahhnot be changed or altered [19:14] Mat799: no it cant [19:14] Mat799: This is not the right place to discuss this. You have been given options. Please stop now. [19:15] Is kde compiled using a SSP ? [19:15] kwtm: I wrote the script in bash and it uses gtkdialog. gksu should be as simple as 'gksu -u admin script.sh', correct? [19:16] adelie42: it should be. (Note that I am more familiar with kdesu than gksudo.) So you are running as "admin" and not "root"? [19:16] i can't find the bug reporting tool Apport in the pull-down menus; i notice the NoDisplay=true in its desktop file in /usr/share/applications. What's the deal? [19:16] Could somebody tell me what their dependencies are for "screen" on ubuntu? [19:17] guy's how do I fix this .... http://pastebin.com/JAufwSqg [19:17] kwtm the trick is that this is a public terminal and this script is written as a simple front end for a non geek to manage a host file. logging in as a different user first makes it a little too complicated. [19:17] Captain_Haddock: libc6 (>= 2.4), libncursesw5 (>= 5.7+20100313), libpam0g (>= 0.99.7.1), [19:17] Is there a way to assign a shortcut by double-tapping a key [19:17] Darael: thanks. /me 's install is asking to install cpu-checker and update-notifier-common as a dependency. [19:17] and more :o [19:17] Captain_Haddock: (whoops, sorry) ...dpkg (>= 1.15.4) | install-info, upstart-job [19:17] whats the line called that goes at the top of scripts to tell what kind of script it is [19:17] adelie42: Also, do I understand correctly that the error (the difference between what you expect and what actually happens) is that "a window never opens" and you expect it to? Is this the gtkdialog window? [19:18] !pastebin [19:18] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:18] kwtm: from an unprivileged account want to run a script requiring root [19:18] donttrustem: Maybe try apt-get clean [19:18] I have an issue with a 10.10 host: the person in charge has messed up a little bit with user properties. One of the users currently has bash pointing to a non-existent folder (was a chroot). I tried to change this in System Settings but it has no effect. Is it because this is one of the "root users" ? I could correct the path for other users [19:18] Darael: byobu{a} cpu-checker{a} gettext-base{a} iso-codes{a} libfribidi0{a} libnewt0.52{a} lsb-release{a} python-apt{a} python-central{a} python-newt{a} screen update-notifier-common{a} [19:18] i have a very weird problem: when i start the computer, in the bios and grub i have to confirm every keystroke with a right click of the mouse. also, the mouse does not work when the computer was turned off for some time. re-plugging solves this. both mouse and keybord work fine when an os is booted. [19:18] soreau: OK ...think I tired that [19:18] swatto: hashbang or shebang, i.e: #!/bin/bash [19:18] ktwm: Is this the gtkdialog window? yes [19:18] adelie42: I'm not sure what that has to do with being a public terminal. My question was: you are saying "gksu -u admin" instead of "gksu" or "gksu -u root". Is there a user called "admin" on your system? [19:18] donttrustem: Do you have enough available hard disk on / space according to df -h ? [19:19] Pici, ahh yes thanks [19:19] Darael: does that look right to you? [19:19] soreau: 7gb [19:19] Captain_Haddock, "apt-cache showpkg screen" [19:19] harpette: thanks [19:19] soreau: tried clean .... and autoclean [19:19] soreau: get the same problem [19:20] Captain_Haddock: Byobu dependencies. Have a look and see if they're recommends or depends - if the former, you can enter ":cpu-checker :update-notifier-common" at the prompt (since you seem to be using aptitude) and it won't install them. [19:20] soreau: driving me crazy [19:20] soreau: is it possible apt os broken [19:20] donttrustem: Do you have anything in /var/cache/apt/archives/ ? [19:20] is ^ [19:20] Captain_Haddock: Look pretty much fine to me. You could exclude byobu, too, if you like, but I quite like it myself - though I do set it to use screen shortcuts rather than its own ones. [19:21] soreau: let me chec [19:21] k [19:21] ktwm: technically, me neither. If I log into the administrative account and try to run the script using gksudo, it works fine. It is only when I try to switch which user the program will be run as then escalate privileges in the same command that it goes wrong [19:21] Bender [19:21] Darael: look like dependencies. Thanks! I'll go ahead with it. I was just wondering how in the world cpu-checker was related to screen :| [19:22] soreau: only lock and partial [19:22] Darael , harpette: much obliged [19:22] Captain_Haddock: One of byobu's little things it can show at the bottom is CPU-usage, y'see. Have a good one. [19:22] aha! [19:23] kwtm: It usually says '3 wrong password attempts', unless I do it as gksudo -u admin 'gksudo script.sh', then it just exists [19:23] donttrustem: From what I can tell reading the man page, it seems you might not have enough memory to store the entire apt cache it wants to load. Do you have any additional repos eabled besides the official ubuntu ones? [19:23] Hello, can anybody help me with a MIDI configuration problem? I did search by google but found nothing helpfull. Midi plays in mediaplayer but when I start a software "linthesia" which needs midioutput to play, no sound cames out. I select different type of driver but nothing. Any help? [19:24] donttrustem: enabled* [19:24] HI, I need some program to conversion from mp4 or flv to mp3 with gui, is something ? [19:24] soreau: just the standard ones ... [19:24] OK let me create some space [19:24] donttrustem: memory as in ram, not hard disk space [19:24] treadstone: I'm not sure if it supports FLVs. But check out handbrake [19:25] treadstone: try arista or transmageddon. They're as good places as any to start. [19:25] AH ...OK [19:25] let me check [19:25] soreau: Mem: 504724k total, 458984k used, 45740k free, 47140k buffers [19:25] Swap: 884728k total, 15348k used, 869380k free, 211848k cached [19:25] treadstone: Handbrake does just about everything, but isn't in the repos (IIRC). [19:25] think you are correct [19:25] soreau: 500mb [19:26] kwtm: I think I may just need to teach the non-tech person how to login. [19:26] soreau : does that look like the problem ... if so I will contact the hosting company [19:27] donttrustem: Hosting company? [19:27] soreau: vhost [19:27] soreau: where my virtual server is [19:27] when do ubuntu 11.04 comes [19:27] tmrow [19:27] What do you use to convert from flv, mp4 to mp3... plz help I don't have time, i need only program name [19:27] DerDAS: Natty is released tomorrow. The time is unspecified. [19:28] treadstone: read above, dude [19:28] treadstone: I use mencoder [19:28] \7 [19:28] CZESC [19:28] tredstoe: allvideoconverter [19:28] donttrustem: hang on I might have you try something here [19:28] when i boot, in the bios and grub i have to confirm every keystroke with a mouse action (move, click). in a booted os everything works fine. is that a hardware problem of the mouse? [19:28] soreau: OK ... [19:29] How do I find out which repository a package is in/from? [19:29] treadstone: im sorry, its "any video converter" [19:29] soreau: my other server is working fine btw [19:29] donttrustem: What command is giving you this output? [19:29] pygreen, are ur mouse and kb USB? [19:29] soreau: apt-get install [19:29] Mat799: I think it's a bot. [19:29] soreau: or apt-get autoclean [19:29] So any help with MIDI driver? [19:30] LAcan: keyboard is wireless with a usb remote, mouse is usb with cable. [19:30] Captain_Haddock:well ban the the thing [19:30] Captain_Haddock, just add all the sources and then search from ubuntu software centre [19:30] Besides, the treadstone project was a waste of time. Blackbriar was more promising :| [19:30] I must convert mp4, flv (video+sound) do mp3 [19:30] pygreen, are they plugged into a USB hub? [19:30] Capitan_Haaddock: ;) [19:30] pygreen: is it a laptop or branded pc? [19:30] kwtm: success http://paste.ubuntu.com/599914/ . thanks in part to you [19:31] LAcan: no, I can see a package available and want to know where it's from. [19:31] LAcan: no, directly into the computer usb slots [19:31] ActionParsnip: PC [19:31] treadstone: If you're sentient, please respond to all the people trying to assist you. [19:31] donttrustem: Ok create a file /etc/apt/apt.conf.d/99custom and inside this file put this: APT::Cache-Limit "45000000"; [19:31] capitanbombilla, if u clikc more info it should tell you [19:31] K [19:31] donttrustem: Then save the file and try again [19:31] pygreen, hrmm that is odd. try unplugging the mouse and navigating the menu options... [19:31] no answer in ubuntu+1 [19:31] is it possible to add a custom terminal command as launcher, like in gnome? [19:31] is it possible to change the unity keyboard shortcuts? now i need two hands to switch windows, i want to use only one hand, like in gnome [19:32] LAcan: ah! any idea about the command-line? [19:32] Captain_Haddock, none, sorry! [19:32] pygreen: does it have a make and model? [19:32] hi I am a noob and just installed istanbul screen recording software. But I am getting error "you do not have ximagesrc gstreamer plugin installed" please help [19:32] LAcan: I already tried all my usb slots with the mouse, same thing every time. [19:32] aditya, install that plugin through the sofwate centre [19:32] LAcan: thanks... showpkg that somebody suggested earlier was scant on details. [19:33] Captain_Haddock, escott would know [19:33] soreau: OK done ... going to try [19:33] ActionParsnip: mouse is from "vivanco", made in china ;D [19:33] donttrustem: pastebin the output to pastebin.ca if it doesn't work [19:33] pygreen, but wait, if your mouse is unplugged, can u navigate with just keyboard? [19:33] LAcan: but software center is showing all gstreamer plugins installed. [19:33] pygreen: I'm familiar with vivanco, is the system a branded PC? [19:33] soreau: looks like it is fixed [19:33] pygreen, i dont mean aidfdfrent port, i mean unplugged altogehter [19:33] donttrustem: Cool :-) [19:34] aditya, hrmm, did you try running thje screen cap as root? [19:34] soreau: but I am getting W: Duplicate sources.list entry http://de.archive.ubuntu.com/ubuntu/ karmic-updates/multiverse Packages (/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_karmic-updates_multiverse_binary-i386_Packages) [19:34] W: You may want to run apt-get update to correct these problems [19:34] LAcan: i'll try that. [19:34] Hello, is there a way to tell if a webserver runs ubuntu or not? === derp is now known as derp|nopingplz [19:34] pygreen, ActionParsnip can prolly help you better than I can [19:34] donttrustem: You need to edit /etc/apt/sources.list and remove the duplicate entries [19:34] ActionParsnip: no, i bought the hardware and built it myself. [19:34] soreau:K [19:34] pmp6nl, yes, use wget and look at the HTTP header [19:34] somebody can help me ? [19:35] !ask | treadstone [19:35] treadstone: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [19:35] ! ask | treadstone [19:35] treadstone, whats up? [19:35] pygreen: ok try setting the USB to legacy mode, may help [19:35] LAcan: tried but still getting the same error. [19:35] LAcan, ok thanks [19:35] pygreen: also make sure you have the latest BIOS [19:35] I'm looking for a program to convert [19:35] from mp4 or flv to mp3 [19:36] ActionParsnip: okay, i'll try. thank you. [19:36] soreau: OK ..... I don't see any duplicates [19:36] treadstone, someone already answered u [19:36] soreau: let me pastebin [19:36] treadstone: You've had five or six responses, but you just keep going "help me, I need x" - read the responses and you'll be fine. [19:36] I'm blind [19:36] hmmm [19:36] ActionParsnip: oh, and the other problem with the mouse is that it does not work anymore if the computer was shut down for some time. re-plugging solves this. [19:37] treadstone, Mat799> treadstone: im sorry, its "any video converter" [19:37] ok i need some help with installing openSSH [19:37] treadstone, there were other suggestions. i suggest u search the ubuntu software manager and make a choice yourself. [19:37] soreau: http://pastebin.com/esvryVtX [19:38] DaSinge, its already installed [19:38] ahh. it gives me an error hold on... [19:38] it is? [19:38] DaSinge: The client is installed, and the server is a simple "sudo apt-get install openssh-server" away. [19:38] soreau: I also have a sources.list ~ [19:38] Captain_Haddock, LAcan overestimates my knowledge, but what was the question [19:39] donttrustem: That's likely from an editor like gedit [19:39] soreau: yeah [19:39] soreau: but is the sources list OK [19:39] pindropper: Line 5. Quotes. [19:39] donttrustem: Does this file exist? /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_karmic-updates_multiverse_binary-i386_Packages [19:39] ok i got thanks [19:40] it* [19:40] pindropper: You forgot the quotes around $1. It should be if ! builtin type -p "$1" &>/dev/null; then [19:40] escott: Thanks :) I wanted to know which repository an available package was from/in, using apt/aptitude [19:40] * LAcan sent his first "New Virus" message to Kaspersky today. I'm so proud. [19:40] pindropper: Otherwise, if "$1" happens to have a space in it, you're screwed. :) [19:40] soreau: yeah [19:40] Captain_Haddock, don't know apt that well [19:40] Captain_Haddock: There's "aptitude versions" for a start. [19:40] soreau: do I need to remove [19:40] donttrustem: And you need to remove the last line in sources.list because it's a tilde (~) [19:40] how do i config openSSH??? [19:41] Captain_Haddock: Hang on, I'll try and remember the other tool I was thinking of as well. [19:41] DaSinge: If you mean the server, you need to edit /etc/ssl/sshd_config [19:41] escott: no worries, thanks :) [19:41] Darael: cheers, trying [19:42] DaSinge, what do you want to ssh to do [19:42] there is no sshd_config [19:43] DaSinge, all the config is in /etc/ssh/ssh_config [19:43] wait canel that [19:43] cancel* [19:43] Sup all. [19:43] kwtm: :) ack! will fix. thanks. but i was under the impression that commands cannot have spaces in them. and command exists only checks commands. so the error would be appropriate? i dont know, i am just thinking out loud [19:43] DaSinge: /etc/ssh/sshd_config (not ssl) [19:43] OK thanks [19:43] soreau: there is no tilda in the sources list [19:44] donttrustem: ok [19:44] doni: Can you pastebin that other file though? from /var [19:44] hi i am new to ubuntu, and have done a fresh install from a cd that my friend gave me. I have been doing reading for hour's trying to get everything to work. it is all good but everything is big on my screen, like theres no graphics driver. heres the output of some commands. http://pastebin.com/EupuENiB thanks [19:44] sso how do i start it..... [19:44] soreau: var/lib/apt/lists [19:44] sooo* [19:44] hi everybody [19:45] best tool to automate password change on multiple servers? I'been reading a Expect looks promising [19:45] any idea? [19:45] donttrustem: Try moving this file to a safe location, then see if you still get errors /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_karmic-updates_multiverse_binary-i386_Packages [19:46] soreau: http://pastebin.com/qHaAGrTu [19:46] kwtm: i tried using spaces, it works fine, it simply ignores all words after the first arg. which i think makes sense. I am going to leave it without the quotes. [19:46] soreau: check first [19:47] doni: adjust your screen resolution. If that's not enough, you may need to use a restricted driver, possibly found under System--> Admin-->Hardware Drivers [19:47] pindropper: It is up to you. SPaces in filenames are somewhat special cases but occur more often than you think. Be careful using this on filenames under a hacker's control. [19:47] hi [19:47] soreau: shall I remove all of the de [19:47] when comes 11.04 ?? [19:47] pindropper: For example, I might go in there and say that a command is called "command1 ; rm -rf /*" [19:47] DerDAS: tomorrow. discussion in #ubuntu+1 or #ubuntu-release-party [19:47] When is Natty Narwhal 11.04 coming out? === mk is now known as Guest79768 [19:47] How do I install dual boot backtrack linux from the iso in ubuntu 10.10? [19:48] Nerd-Patrol: see what i said to DerDAS [19:48] hi [19:48] when comes 11.04 ?? [19:48] donttrustem: You really should use a more controlled utility such as 'gksu software-sources-gtk' [19:48] DerDAS: you've been answered [19:48] DerDAS: tomorrow sometime [19:48] Sidewinder1, I tried the restricted drivers, but nothing comes up. I did all updates too [19:48] ok but how latee [19:48] doni: sorry, it's a notebook; can't really help you with that. :-( [19:48] DerDAS: when it's ready [19:48] Guest79766> First, install, ubuntu, then backtrack, they make trick [19:49] DerDAS: a specific time has never been announced in advance [19:49] Good evening! [19:49] oh [19:49] Sidewinder1, Its ok, thanks for trying :) [19:49] No prob [19:49] khemir i have ubuntu installed, and i have downloaded the backtrack iso. how to I install backtrack from the iso? [19:49] Is this the channel that I should watch tomorrow to know when 11.04 is released or is there a better one? [19:49] Nerd-Patrol: #ubuntu-release-party, as i said aboe [19:49] *above [19:49] Thanks MACO! [19:50] Hey! [19:50] hi [19:50] 11.04 has a immovable gnome popup menu bar at the bottom of the screen. [19:50] when comes 11.04 ?? [19:50] soreau: what is actually the problem [19:50] I'm wondering how to install 64-bit Sun JAVA? [19:50] can't seem to figure it out. [19:50] similar to linux [19:50] How did you do that beap noise? [19:50] DerDAS: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [19:50] DerDAS: April 28th === Guest79768 is now known as MK4 [19:51] How do I mount and install the backtrack iso to dual boot with ubuntu? [19:51] Pici: looks like you're rather busy the day before a release... It's all good. :-) [19:51] Captain_Haddock: It looks like there isn't a totally satisfactory solution, but you could do 'grep -l "Package: " /var/lib/apt/lists/' [19:52] backtrack is not supported here, MK4 [19:52] !backtrack [19:52] There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux), Ultimate Edition [19:52] derDas/Larstorben whatever sees pici and disappears in a puff of smoke [19:52] donttrustem: Basically I think you have a bunch of sources enabled you don't need somehow [19:52] poof [19:53] tjiggi_fo: ugh [19:54] what happened to the #ubuntu-launch-party channel? no longer listed... [19:54] They went for a drink? [19:54] Sorry, couldn't resist. [19:54] dd214: its #ubuntu-release-party [19:54] * njin (~njin@78.14.224.181) has joined #ubuntu [19:54] donttrustem: Try moving this file to a safe location, then see if you still get errors /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_karmic-updates_multiverse_binary-i386_Packages [19:54] donttrustem: Did you try that yet? [19:55] the power regression fixed in the new version? [19:55] disregard [19:56] soreau: trying now [19:56] hat does ip route add dev eth0 mean? [19:56] *what [19:57] donttrustem: After you move it, do 'sudo apt-get update' first [19:57] How do i install x64 java on Ubuntu? [19:57] soreau: working now :) === ssfdre38_ is now known as ssfdre38 [19:57] soreau: wow thanks man [19:58] donttrustem: Cool, now I think you probably can remove the file we created earlier /etc/apt/apt/conf/d/99custom [19:58] !java | Median [19:58] Median: To install a Java runtime on Ubuntu on 10.04 LTS and newer, see http://tinyurl.com/2ffg7cc - For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases. [19:58] donttrustem: Because it probably was just trying to use too many sources for whatever reason [19:58] soreau: OK ... do you think this was wrong from the orignal build [19:58] !dev [19:58] Interested in becoming an Ubuntu Developer? Get started here: https://wiki.ubuntu.com/UbuntuDevelopment [19:58] donttrustem: I don't know [19:58] xangua: Can't find a x64 repository.. [19:58] !spam [19:58] ubottu: do ubuntu developers get paid big bucks [19:58] Error: I am only a bot, please don't think I'm intelligent :) [19:59] soreau: strange problem [19:59] kwtm: ah! i see your point now. malicious injection. will change it. [19:59] donttrustem: Must be something to do with the germans! ;) [19:59] Mat799, he's a bot not a dude :D [19:59] Mat799: to answer that: depends what their day job is ;-) [19:59] pr0ton_: Ubottu is a she. [19:59] when I create and Alias in my bashrc file, does that mean I can simply type the alias and it will run the command? [19:59] dd214: yes [20:00] Starminn, lol, ok [20:00] maco will give it a shot [20:00] dd214: assuming you have opened that shell *after* making the edit.... or you sourced your bashrc since the edit [20:00] !gender > pr0ton_ :) [20:00] pr0ton_, please see my private message [20:00] ok im haveing a problem [20:00] maco and how to I push changes made in bashrc? [20:00] when i do this: [20:00] sudo apt-get install cupsys cupsys-client [20:00] dd214: . ~/.bashrc === guido is now known as Guest56135 [20:01] it says this: E: Unable to locate package cupsys [20:01] DaSinge: Try to keep your questions on one line please so it is easier for others to help you. [20:01] thanks again [20:01] dd214: the . is the source command in all shells. bash also allows you to type the word "source" instead, but other shells dont [20:01] DaSinge: because there's no package of that name [20:02] so how do i get cups [20:02] DaSinge: should be installed by default [20:02] maco can I sudo in my alias, or must I run sudo then type the alias? [20:02] printer sharing [20:02] dd214: yes you can [20:03] is ubuntu 11.04 is available to download now? [20:03] openbees: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [20:03] openbees, yes, the beta version [20:03] DaSinge: If not installed by default, probably in the repositories. [20:03] * LAcan this channel is gonna be hella busy tommorow [20:03] why [20:03] so where is is my copy of ubuntu 11.04? [20:03] Mat799: what? [20:03] phoenixsampras: not released yet [20:04] then i demand a refund [20:04] phoenixsampras: release day is *tomorrow* [20:04] Pici's eyelids are drooping. :-0 [20:04] maco:why is this channel is gonna be hella busy tommorow [20:04] maco that works great! [20:04] News for ubuntu 11 [20:04] ITProPortal [20:04] Ubuntu 11.04 ready for release tomorrow [20:04] 12 hours ago [20:04] Canonical today announced the release of Ubuntu a fast-growing open-source operating system on April 28, 2011 for public download. Ubuntu 11.04 stands out ... [20:04] tripelb: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:04] Mat799: because release day is tomorrow :P [20:04] donttrustem: I have to run but let me know if it's still ok after (re)moving /etc/apt/apt.conf.d/99custom [20:04] sorry should have edited it [20:04] tripelb: don't need news reports please [20:04] Mat799: will be lots of unity questions [20:04] tripelb: don't need ANY comment on it please [20:05] mat799 asked. [20:05] tripelb: still don't need any comment on it [20:05] * tripelb slinks off to be good [20:05] maco in an alias, I'd like to run 2 commands. ie.. 'cd Downloads' then 'sudo xyz' can I add 2 commands in one? [20:06] yes [20:06] command one && command two [20:06] actualy i m so exiceted about this ubuntu 11.04 release that why i started searching for download and upgrade option just after change of date in my system... [20:06] first && second? [20:06] too slow :( [20:06] BitOperator roger that! [20:06] haha [20:07] ok, how long now? [20:07] budgee: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [20:07] mat789, 11.04 comes out tommorow... gonna be a lot of questions [20:07] how can I change the currently mouse in ubuntu 10.10? [20:07] What's new in Ubuntu 11.04? [20:07] your mom [20:07] Sharpclaw: read what pici said [20:07] LAcan: oh come on [20:07] lol i couldnt resist [20:08] Pici: how did you make that red? [20:08] hi, can anyone please tell me where i can get KDevelop binaries? [20:08] budgee: I put your name at the front of it [20:08] Pici: doh [20:08] theuns, did u try the software centre? [20:08] * budgee hangs his head in shame [20:08] theuns: sudo apt-get install kdevelop [20:08] Pici: can I do a dist-upgrade yet? [20:09] Looking forward to final, running beta2 now.. with a few bugs here and there.. hope they will fix it :) [20:09] budgee: sure, you could've done one 5 months ago [20:09] how do i start openssh??????????????????// [20:09] budgee: then we wouldve had one more tester! [20:09] DaSinge: service ssh start [20:09] DaSinge: the server or the client? [20:09] cerver [20:09] server* [20:10] maco: but I use my machine every single day for normal office work and cannot afford to have it breaking on me... was it pretty reliable from 5 months ago? [20:10] budgee: dunno, i only upgraded 3 months ago ;) but i usually upgrade by alpha 2 [20:10] well ofc not :D [20:10] vooze: um, if you've installed updates since beta 2 happened, you're pretty close to at final. only a few more bugfixes will go in between now and tomorrow [20:11] budgee: i just didnt have an internet connection when alpha 2 came out [20:11] re * [20:11] well i havent distupgraded since beta2 maco [20:11] vooze: have you installed updates at all since then? [20:11] vooze: maco #ubuntu+1 [20:11] maco: and is it stable enough to rely on for some pretty pressured office work? i am a politician - so when shit's going down, my system needs to be there for me. [20:12] is it worth to upgrade from 8.04.4 to 10.4 on old hw? [20:12] budgee: think about the definition of "alpha" [20:12] tilc: sure [20:12] why? [20:12] budgee: it would of course have broken multiple times over the last 5 months. how badly depends on your hardware's usual level of support and your skills at cleaning up messes [20:12] tilc: Security concerns. 8.04 not going to be supported for much longer. [20:12] maco: yes, well i'm responding to the mini-guilt trip i suffered when you suggested I should be beta testing :P [20:12] test [20:13] budgee: i used "can i function without a gui?" as my bar for when i started being an alpha tester [20:13] kwtm: security isnt a problem, i'm behind a fw [20:13] can someone tell me how to register? the guide is telling me to use /msg but it's coming up as not a command [20:13] tilc: a fw cant protect you from exploits in applications [20:14] maco: i've been a sysadmin, develop and linux user since 1997 so i can fix stuff for sure but not always able to afford it [20:14] tilc: That's just net security. [20:14] budgee: because other than not-booting-at-all (which did happen around hardy beta), in which case reinstalling is easy enough, a broken X is about the worst that can happen, but with newer X even thats unlikely [20:14] maco: anyway so it is safe to dist-upgrade now right? [20:14] budgee: now, yes [20:14] budgee: never touch a running system [20:14] sure thing :) let's get cracking with that. [20:14] budgee: id be surprised if more than 10 bugs were fixed by official release time [20:14] antihc3, #freenode [20:14] budgee: maco andlets take 11.04 discussion into #ubuntu+1 [20:15] I am trying to get MPD to work but it has toruble opening the audio device so the MPD wikia says try chmod 770 /dev/snd -R && chgrp audio /dev/snd -R but i don;t have a /dev/snd . . does this mean MPD will not work for me? [20:15] b/j #ubuntu+1 [20:15] maco: Package Kdevelop is not available? [20:15] theuns: packages never have capital letters [20:15] tilc: Other answers include support for newer versions of applications, etc., but you could also counter with "I don't need a newer version of ". I guess it's up to you; a better question might be "What are worthwhile improvements between Ubuntu 8.04 and 10.04 for a user who usually does ?" [20:15] sec_goat: leaving but mpd should work out of the box on ubuntu (it's setup to work with pulseaudio by default) [20:16] tilc: For example, I'm pretty sure I wouldn't be able to view Youtube videos any more if I had stuck with 8.04 (I'm using 10.04), because of changes in the site. [20:16] sec_goat: you installed mpd from official ubuntu repositories using APT right? [20:16] jrib maybe my problemis that I am not using pulse audio to connect to it? [20:16] jrib sudo apt-get install mpd [20:16] sec_goat: you're not using pulse audio? [20:16] kwtm: as far as i use software, newer versions need more resorces [20:16] jrib: does it work on windows? or do I have to install pulse audio on the server too? [20:17] Right.. How the hell do i know if i have 64bit or 32bit through this? "Linux server 2.6.35-28-generic-pae #50-Ubuntu SMP Fri Mar 18 20:43:15 UTC 2011 i686 GNU/Linux", i used uname -a [20:17] jrib i am using GMPC right now from my windows 7machine to try and connect to MPD on my server, shows all my mmusic just wont play [20:17] sec_goat: well first you should make sure mpd is working locally on your ubuntu machine [20:17] jrib any way to test tat remotely via CLI? [20:18] tilc: If you say so. Depends on the software. From time to time I see software become more streamlined. It sounds like you are saying that there are no particular features that are of benefit for you, so that you can categorically say that "needing more resources" is an uncompensated disadvantage. [20:18] sec_goat: I've never used it remotely on windows. You could do "mpc play" on the server but without speakers I guess that isn't too useful. Sorry, I must go (I'll be back in a few hours if you still need to troubleshoot) [20:18] jrib thanks man === Lorthirk is now known as Lorthirk`ZNC [20:19] Median, cat /proc/cpuinfo | flags and if there's a lm (long mode) flag anywhere in there you have 64bit [20:20] Command not found. [20:21] Good afternoon all! I was wondering a awesome backup/restore system for ubuntu 10.10 [20:22] Median, one sec, lemme check again [20:22] any one know of any? [20:22] if i type: service ssh start [20:22] do you guys prefer synaptic or apt-get? whats diff? i like apt-get because i can script my installs that way [20:22] Median: cat /proc/cpuinfo | grep flags [20:22] i get a error (first line reads): start: Rejected send message, 1 matched rules; type="method_call" [20:23] There's lm in there. [20:23] hello? [20:23] vng, thanks! [20:24] vng: But now i'm wondering, if the uname -a says i686, does that mean that i don't support 64-bit? Reaaally confused here, as system monitor shows me having 7gb and all. As i'm sure i have a 64-bit OS [20:24] wich is the command for PM? [20:24] I swear if Ubuntu 11.04 DOESNT FIX the frinking hibernation and suspend, Im leaving it!!! [20:24] ./query ? [20:25] ./query ? [20:25] werever: /msg [20:25] ok thanks [20:25] were too many years without use IRC =) [20:25] that was stupid:P [20:25] if i'm using a lot of wine emulation with ubuntu as my host, am i becoming more vulnerable to viruses and other malware due to the growing pressence of wine applications? [20:26] shhot mpc play from the local ubunut install also has problems opening the audio device [20:26] Median: if your cpu support 64-bit, you can use 64-bit OS [20:26] itilious: no, the growing presence of wine applications has no impact on your increasing vulnerability. [20:26] vng: Would the installer prevent me from installing 64 bit if i couldn't use it? [20:26] or do the exploits of windows security (zero day etc) not apply if its a linux hosting the emulation? [20:27] itilious: it depends on the nature of the vulnerability. [20:27] is there a way to attach a shortcut to double keypress. i want to bring up the terminal when i press the ctrl key twice. [20:27] Median: haven't tried it yet [20:27] HELP! [20:27] how do i push only the last commit to a new branch in bzr? [20:27] ayecee, mainly browser/email hijacking [20:27] vng: Now that i'm sure that i have 64 bit, why does java tell me this "Running a 64-bit JVM is not supported on this platform."? [20:28] but i dont use my browsers thru wine to browse, or any internet activity at that [20:28] levu, in git it is called cherry-pick [20:28] itilious:what do you use browsers for then? [20:28] levu, see if hg has such a thing, but i doubt it does [20:28] escott: thanks, i'll google with this keyword :) [20:28] itilious: I'm not sure what you're asking. I don't think you are either :) [20:28] is there a way to increase the size of the hotcorner of resizable windows? coming from win/mac it seems awfully small (1px) [20:29] zenergi, I could not agree more [20:29] kwtm: i used kubuntu before, but kde4 is a vista like. so im not sure about gnome [20:29] zenergi, resizing windows is hella annoying [20:29] zenergi, but i believe u can do it anywhere with the alt key [20:29] LAcan: :) It doesn't seem like it should be too hard to hack/modify? [20:29] mat789, i use firefox native to linux (not ie for example with wine) [20:30] zenergi, try holding alt.. im not in ubuntu right now [20:30] ayecee, i was wondering if security flaws in windows applications that need to be run via wine on linux still apply even tho the main platform is linux [20:30] itilious what is linux why [20:30] they broke hibernate/sleep again? it was broken for 10.10 for my thinkpad for awhile, but recently stable, but now with 11.04 broken again? [20:30] itilious: okay. the answer is yes, they can, sometimes. [20:31] i've heard of these "holes" in applications that can be used to access information in other parts of the machine, just curiosu if linux doesnt apply being the "host" [20:31] tilc: I took the jump over to KDE4 when I switched from 8.04 to 10.04. It does take some getting used to, and in a number of ways still is slightly worse than KDE3. It is better in other ways, but then everyone has a different weighting of how much that "being better" part is worth. [20:31] the unity ui is too crippling, i dont like it, will try kubuntu [20:31] good for grandmas, and tablets but not for a PC [20:32] just trying to give myself an excuse to not even use wine unless absolutely necessary lol [20:32] what is the side pannel which contain brower, home and other option ???? [20:32] tilc: I made the jump because it was the best time to make the jump. I didn't want to wait till the next LTS version when 8.04 would be completely obsolete. Now is the time while 8.04 still has support and you can fall back. Of course, I dual boot into 10.04 and 8.04. [20:32] only thing good about unity is it gives a bit more vertical space by merging the app top menu bar with the system bar at the top [20:32] tilc: I hear you can still install KDE3 on 10.04; not sure how official that is. Biggest change for me was using dbus instead of dcop. [20:32] Good afternoon all! I was wondering what a awesome backup/restore tool for ubuntu 10.10 [20:33] itilious: native applications can also have bugs. [20:33] Btw, I'm assuming that you use KDE and you know what I'm talking about. I got used to dbus because that's what my phone uses. [20:33] vng: Just nvm everything.. Seems like i got 32-bit for some damn reason, even though i'm sure that i installed 64-bit. Though my processor seems to support everything at least. [20:33] kwtm: my favourite wm was windowmaker :) and kde1 was an alternate [20:33] WarrenChild: sometimes it helps to rephrase your question if you don't get a response the first time. [20:33] I did rephrase it [20:33] lol [20:33] WarrenChild: i use backintime [20:33] what is the side pannel having browser,home page and other options in ubuntu???in ubuntu whats its specefic name???? [20:34] bilal, panel [20:34] I was looking at back in time but how do you restore? I am looking for something more like system restore for MS [20:34] I need to disable the trackpad to my usb wireless mouse works? [20:34] I want to restore my samba server, users and permissions, web server and everything [20:34] junixbr, nope [20:34] i'm trying to print a test page to my printer. the page comes out blank and i see the following in /var/log/messages http://paste2.org/p/1387772 [20:34] do i need to set permissions some where? [20:34] okay thx * && bye [20:35] LAcan: why it doesn't work? [20:35] m4xx: no, but you may have to disable the cups apparmor profile [20:35] or update it [20:35] LAcan: I didn't got any error in logs [20:35] junixbr, what kinda mouse is it? [20:35] how might i go about doing that? [20:35] i've never had to do anything aside from what i've already done [20:35] microsoft wireless mouse 3000 [20:35] Lacan, only pannel just???there mihght be another..bec above pannel is also called unity pannel tell me i havr to report a bug for that purpose what its name is used ???????? [20:36] m4xx: I'm not sure, I've never had to do it [20:36] Median, if you want to make double sure you can see your cpu specs with sudo lshw [20:36] Hello. I upgraded to 11.04.There is a problem how to reach menu in top bar when window takes focus when mouse is over them. [20:36] i just added the printer, enabled sharing and it just worked [20:36] junixbr, u probably dont have a driver for it [20:36] LAcan: driver? [20:36] junixbr, it sounds really new [20:36] I get this error when I try to update google chrome --> *short read on buffer copy for backend dpkg-deb during `./opt/google/chrome/libpdf.so'* [20:36] Whats up? [20:36] is there a ppa somewhere for ubuntu 10.04 with kdevelop? [20:36] junixbr, the softwarre that makes the mouse go [20:36] LAcan: the driver is: evdev [20:37] tjiggi_fo: Says Athlon64 on some parts so i guess. [20:37] junixbr, sorry man, i have no idea. [20:37] !ppa [20:37] 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. [20:37] junixbr, but my pad and mouse work at the same time [20:37] LAcan: thank you === sbell_ is now known as sbell [20:37] Thanks tjiggi_fo :) [20:38] LAcan,if there any other specific name there than tel me i havr to report a bug???????? [20:38] plz [20:38] okay, so i'm looking at buying a laptop with an Nvidia GeForce GT 525M, which is optimus, but http://www.raiden.net/node/512 says it's supported now. Can i count on it working in 11.04? [20:38] Is there any irc-channel for the 11.04 launch? [20:38] Median, yw [20:38] When i type :service ssh start [20:38] AureiAnimus: 11.04 is still only supported in channel #ubuntu+1 [20:38] I get: start: Rejected send message, 1 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=3207 comm="start) interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply=0 destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")) [20:38] DaSinge: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:38] But damn annoying having to reformat the server comp D: [20:38] oh, yes, sorry [20:38] bilal, u have to create a new panel and put it on the side i think. right clikc an existing panel and chose add new [20:38] sorry! [20:39] DaSinge, u did that as root? [20:39] DaSinge: Isn't it alredy running? [20:39] usr13, hes trying to up the server i think [20:39] anyone running the 11.04 beta2 ? [20:41] DaSinge: ps aux |grep ssh [20:41] ? [20:41] DaSinge: You [20:41] DaSinge: You are wanting to get sshd running? Right? [20:41] yes [20:42] DaSinge: It is probably already running. You can see by doing ssh localhost [20:42] DaSinge: Or ps aux |grep sshd [20:42] where I can see the list of all servers for ubuntu? [20:43] serice --status-all [20:44] anyone know how to use sort on a datetime column of a csv? so far ive got sort -n -r -t, -k20 2672186618_download.csv > out.txt but it is not working corectly [20:45] I get this error when I try to update google chrome --> *short read on buffer copy for backend dpkg-deb during `./opt/google/chrome/libpdf.so'* === liveuser is now known as Babalau [20:45] Pls help [20:45] usr13: shh server right? [20:45] DaSinge: Yes. Is it installed? [20:46] yes [20:46] Guyz wich can be more modified - gnome (3) or Kde ? [20:46] (3) [20:46] gnome3 ? [20:47] DaSinge: sudo apt-get install openssh-server [20:47] usr13: omg i got it to work thanks!!!! [20:47] np [20:47] usr13: Thank you ssss much :P [20:47] usr13: Thank you ssssooo much :P [20:48] DaSinge: Yea, come back when you have a REAL challenge for us.... :) [20:48] lmao [20:49] usr13: btw do u kw any channels for c++??? [20:49] DaSinge: ##c++ [20:49] ok [20:49] Yes ##c++ [20:50] guys [20:50] when i try to su it says authentication failure [20:50] what does this mean? [20:50] Sexygurl2furl: try sudo [20:51] when i type sudo i get a whole bunch of weird commands [20:51] and it doesnt ask for my password [20:51] !su Sexygurl2furl [20:51] anyone else have some input? [20:51] !su | Sexygurl2furl [20:51] Sexygurl2furl: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [20:51] Sexygurl2furl: What all does it say? === Sexygurl2furl is now known as rik [20:52] we all know he faked the long form, he had too, he's not american [20:52] Sexygurl2furl: Well, you don't just issue command sudo by itself. [20:52] then how do i become root? [20:53] sudo su [20:53] whoops, wrong channel [20:53] rik: You do sudo [20:53] you issue command: sudo su [20:53] tha's how you become root [20:53] ok [20:53] rik: yea as jhie says [20:53] so now im root [20:53] thanks guys [20:53] :D [20:53] rik: sudo su - [20:53] rik: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:54] rik: NP [20:54] anyone know how to use sort on a datetime column of a csv? so far ive got sort -n -r -t, -k20 2672186618_download.csv > out.txt but it is not working corectly [20:54] what different [20:54] VirtualBox [20:54] putty is ssh client right? [20:54] nullp0inter: How is the date formatted? MM/DD/YYYY or YYYY/MM/DD ? [20:54] DaSinge: Yes. [20:55] VirtualBox-OSE [20:55] how do i install the latest version of java [20:55] is it possible to mount a physical drive in more than one location at once? (ie, more than one computer) [20:55] brb dinner [20:55] rik: sudo apt-get install sun-java6-plugin [20:55] Pici YYYY/MM/DD H:i:s [20:55] rik: enjoy ur dinner :D [20:55] hamza: VirtualBox-OSE is open source, but doesn't include support for connecting to USB host devices. [20:56] Hello, you are French or English ? [20:56] MK``: I've done it before with an external SCSI, plugged it into two machines at once. Wouldn't recommend it though. [20:56] !fr | Tary [20:56] Tary: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr, ou #ubuntu-qc. Merci. [20:58] pici: example data is 2011-04-20 21:15:56 [20:58] Tary [20:58] how now how to get q vpn client on ubuntu 10.10 for q ip located on USA [20:59] how now how to get q vpn client on ubuntu 10.10 for a ip located on USA plzzzzz [21:00] nullp0inter: Hmm.. Let me take a look here. [21:01] hallo! i'm having problems with wireless connection with a broadcom.. should someone help me? [21:01] Sakuragno: you would have to describe your problem first. [21:01] should someone help you? [21:01] ok! i've an old machine.. Hp Pavillion ze 4400 [21:02] and it has broadcom propretary driver b43 [21:02] Sakuragno: if you could sum up on one line, that would make it easier for us to follow. [21:02] we can wait :) [21:02] wireless can see the connection but stay there tryin to connect.. (with network manager) if i try with wicd it tells "wrong password" [21:03] i know it's somekind of common bug.. but nowhere how to solve it (sorry for my english!!) [21:03] Sakuragno: did you try with the right password ? [21:03] sure :D [21:03] is it a common bug? it does not sound like a common bug.. [21:04] yep^^ in italian ubuntu forum some people having problem with realtek wireless pen [21:04] why is it when i go into hibanate/suspend ubuntu sunndely stops connecting to my wired internet [21:04] Sakuragno: what do you mean "trying to connect" ? is it a layer-2 or layer-3 problem ? [21:04] like when i turn it on again [21:05] it find the wireless, it trys to connect.. but stops on getting autorizzation [21:05] nameless`: how might he determine which it was, when using networkmanager or wicd? [21:05] tail /var/log/syslog? [21:05] does the LiveCD run slower than when installed to hard drive or something? [21:06] yes [21:06] Sakuragno: are you in ubuntu right now? could you try connecting, wait for it to fail, and then paste the output of dmesg at http://paste.ubuntu.com ? [21:06] when i use network manager it trys to connect but stops while getting autorizzation.. if i use wicd it tells wrong pass [21:06] ayecee: i don't know maybe there is some hints ? i do connect with command line so i don't know how these program look like [21:06] Sakuragno, u using WEP? [21:06] Sakuragno, I had troubles with NM as well, The fix was to connect to wifi manually [21:06] ayecee: but i guess something like "getting ip address" shoulddisplay no ? [21:06] nullp0inter: Hrm. Using -d instead of -n seems to work here. [21:06] Sakuragno, u have to use the hex key and not the plaintext password u configed on ur router [21:06] I'm running 10.10 & the system monitor is running at 50% steady cpu usage [21:06] i'm using wpapsk [21:07] wait i do dsmeg and i past it [21:07] is it the window manager or that I have 256MB RAM + 900MB swap file? [21:07] (i also tryd to config it manually.. still same problems) [21:07] hola [21:07] pici YES! thanks so much [21:07] i.e. how to get it faster? [21:08] nullp0inter: 'welcome. I would have thought -n would have done it too, but guess not. [21:08] how much longer to release v 11.04 ? [21:08] pici, so i can do this to multiple files using find im guessing? [21:08] what time ? [21:08] nullp0inter: Sure. [21:08] usr13 the terminal says that the plugin is on its latest version but vava.com says it isnt [21:10] http://paste.ubuntu.com/599965 (im on another pc.. and i can connect the old machine with cable) === XuMuK|ZNC is now known as XuMuK [21:11] hi.what can i do with ssh port forwarding? a simple description actually i have read wikis and .. mybe with an example! [21:12] hey does Halo work on Linux? [21:12] hello hello, I have returned for another type of driver install~... can anyone help me install my scanner/printer driver? >.> [21:13] nocturnal_: Maybe with WINE [21:13] nameless`: .. can figure something with dmseg? [21:13] !wine | nocturnal_ [21:13] nocturnal_: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [21:13] romio0: Among other things, you can jump across cliffs and scale the Empire State Building [21:14] thebigsur: thanks for your clear description! i just forgot it! [21:14] romio0: Besides that, you can potentially tunnel traffic through your ssh server from other clients. [21:14] romio0: Like using a proxy on a browser. [21:15] romio0: If you have say five machines between a router, all you have to do is forward a single port to a machine running sshd, and then you can do port forwarding to access any ports on any other machine behind that router [21:15] ubuntu+1 [21:16] can anybody help me install my scanner/printer driver? the driver wasn't in any ubuntu databases, so I went to their site and got a couple .rpm files that are apparently the driver install files... but I have no idea how to install them... [21:16] hello [21:16] hi guys how are you ? [21:16] hi hello [21:17] hi all, I'm running Ubuntu 10.04 Lucid Lynx. I've got this very strange problem at the moment where I can't use the numerical keypad of my keyboard; it seems asif there's something akin to 'sticky keys' or something like that because my mouse pointer will start highlighting things. Please could someone tell me what might be causing this problem? [21:17] did you skeet on the keyboard === clement is now known as Guest98452 [21:17] <_cory> lol... === lukas_ is now known as Guest95785 === Guest98452 is now known as salelodenouye [21:18] mat789, not to the best of my knowledge :) [21:19] when switching to Classic Gnome from Ubuntu(Unity) when classic Gnome boots up all my panels and panel settings are gone. Anyone heard of this and it there is a fix? I had been using Classic Gnome and thought I would try out Unity, and now am stuck in Unity because in classic Gnome I have no panels or anything, just a blank screen [21:19] mat789: Please refrain from that in the future,. === Guest95785 is now known as m3t4lukas [21:19] soory [21:19] can anybody help me install my scanner/printer driver? the driver wasn't in any ubuntu databases, so I went to their site and got a couple .rpm files that are apparently the driver install files... but I have no idea how to install them... [21:20] hey guys [21:20] <_cory> aaerohn: man alien [21:20] SimonP86: It sounds like you enabled the mode that I forget the name of where your numpad moves the mouse cursor. I believe the key combination to remove it is alt-numlock. [21:20] any german in here? [21:20] nameless`: .. can figure something with dmseg? [21:20] !de | m3t4lukas [21:20] m3t4lukas: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis. [21:20] <_cory> aaerohn: alien will convert the rpm to a .deb file which you can install [21:20] <_cory> aaerohn: you will probably have to do sudo apt-get install alien [21:20] thanks [21:20] !alien | AaeRohn [21:20] AaeRohn: RPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported) [21:23] _cory Pici: thank you both === kms is now known as zen_lunatic3 [21:24] Pici, alt-numlock doesn't seem to have removed it I'm afraid [21:24] I think someone has been trying to guess my password & login to my Ubuntu ... Is there a log file which would show failed attempts to login? [21:25] Tigger:install fail to ban [21:25] SimonP86: er, try shift-numlock [21:25] does anybody know how to set HH:mm:ss at irssi? [21:25] hey guys [21:25] i mean seconds [21:25] Tigger__ : /var/log/auth.log [21:26] 0 fillep [21:26] kassius: It depends where you want to set it. [21:26] can some1 tell me how do i install the user theme extension in gnome 3 [21:26] Pici, worked! thanks :) [21:26] here in channel [21:26] all channels [21:26] thank you BernardV [21:26] 17:26 < kassius> [21:26] kassius: /set timestamp_format , see #irssi for further help [21:26] what time exactly does Ubuntu 11.04 stable launch? :) [21:26] 17:26:59 < kassius> [21:27] thank you [21:27] Soothsayer: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [21:27] Tigger__: But do what wipmonkey said.. instal fail2ban [21:27] hi guys if anyone able to talk to Syria, Da'ara city please tell me what is the news there because still now about 800 killed by the army .. and no communications there ... [21:28] I'm using Ubuntu on my MacBook Pro (with Norwegian keyboard layout) and have some trouble getting modifiers to work like they should. Currently the right Cmd-key is the only one acting "Super", and the left Cmd-key works as Alt. Mighty confusing :) [21:28] _cory: please don't suggest possibly dangerous things like "use alien" without a proper warning [21:28] Pici: I see.. but surely in the next 24 hours? [21:28] thanks again BernardV & wipmonkey :D [21:29] Soothsayer: Sometime on the 28th, so yes. [21:31] hi all! I there a way to install Ubuntu from my laptop to an lod desktop via eth? [21:31] Can the launcher in Unity be moved to the bottom? [21:32] Hi all! Is there a way to install Ubuntu *from* my laptop to an old desktop via eth? [21:32] retEH: try a usb drive instead? [21:32] !install | retEH [21:32] retEH: 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 [21:32] Soothsayer: old desktop can't boot from USB pen [21:33] retEH: the link should have the method to do a net install [21:33] izinucs: let me check [21:36] anyone noticed that http://www.ubuntu.com/desktop/get-ubuntu links to http://www.ubuntu.com/desktop/how-can-it-be-free when it should be http://www.ubuntu.com/desktop/why-is-it-free? [21:36] Hello71: nope, you're the first [21:36] Guys any1 know if hypershock was online today [21:36] i'm getting a "too many open files" error in gedit, do i just have to restart it like windows from time to time (as implied by mailing list msgs)? [21:37] hello, I just installed Drush using following this tutorial http://openspring.net/tip/how-to-install-drush-serverwide-in-less-than-one-minute however I cannot execute the command drush. I get: -bash: /usr/bin/drush: No such file or directory [21:37] abooo: if it's a registered nick, nickserv would know if they logged in [21:37] what I'm missing? [21:37] abooo: /msg nickserv info username [21:37] Hello71: depends on your perspectitve.. the "how" has different implications [21:37] Huh [21:37] Tanks [21:37] #irchelp [21:38] btw. what "Hardening SSH Server' is? tell me an example plz?! [21:38] romio0: an example would be making it so that SSH keys are needed instead of plain guessable passwords [21:38] izinucs: Well, the link is broken anyways... [21:38] !help [21:38] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [21:38] Mac_Weber: maybe it's not in /usr/bin [21:38] romio0: since then the person has to have something (the key) and know something (the password for hte key) instead of just know something (The password) [21:38] romio0: you need to ask a question [21:39] ikonia: romio0 did. they asked what hardening an ssh server means [21:39] I must have missed that [21:39] Is the battery indicator improved in 11.04? [21:39] Any1 have ideas for a new site [21:40] I'll host it depending on what it is [21:40] Hi: I need to know which inodes my process is holding. Is there any way from /proc/... [21:40] rhizmoe: as you can see on tutorial, it is not there. I think /usr/bin is only for official packages. However as I created a symlink /usr/local/bin/drush it should be ok to run from any folder, not? [21:40] Soothsayer: why do you insist on asking natty questions in here? [21:40] ok soo how do i get on to my ssh server from a mac [21:40] romio0: it means i create a key and then for next SSHs i use that key for the remote client to let me to log in? isn't it? [21:40] ? [21:40] abooo:can i make a cite about how to make a cite [21:41] guntbert: there's a separate channel for it? [21:41] romio0: that's one part of hardening an ssh server [21:41] its a "site" [21:41] romio0: hardening just means securing [21:41] oh #ubuntu+1 [21:41] didn't realize [21:41] Hug [21:41] romio0: there are other things you can do, like disallowing root login over ssh or adding fail2ban (bans the IP address of any hosts that fail to get the right password a few times in a row) [21:42] DaSinge: should be able to type ssh user@host from the mac terminal just like you would from linux [21:42] Huh I'll host any site that's not stupid and is within certain laws === JEEBcz is now known as JEEB [21:42] Hello. I'm looking for some help making packages (.deb). I thought there was a special ubuntu channel for that but I don't see it. [21:42] !compile | Combatjuan [21:42] Combatjuan: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [21:42] ok.. let me try [21:43] Combatjuan: #ubuntu-packaging [21:43] Combatjuan: #ubuntu-motu [21:43] Can I upgrade from 32bit 10.10 desktop to 64bit 11.04? [21:43] abooo: what about server size [21:43] ikonia: Thanks. It wasn't showing up in my /list...? [21:43] Damn I forgot 1 moment [21:44] maco: it says connection refused [21:44] DaSinge: can you reach the host? [21:44] u mean ping...yes [21:45] DaSinge: telnet host 22 ? [21:45] Hi - I use crossover w/ outlook for MS exchange mailbox. I am using ubuntu 10.10 and I'm looking for a good tool to search through my mail. Does anyone else use this combination and what tools are used for searching the Exchange inbox? [21:45] This is relevant to my interests. [21:45] mia158, google desktop [21:45] is it possible to use a Ruby/SDL/OpenGL app as a screensaver? [21:45] mia158, i believe it can index exchange server emails [21:45] Where does an iso file mounted resides in filesystem? I can see it from nautilus but not through a host application [21:46] Hello, when I try to install ubuntu after the "who are you" page where I enter my username and password info the "forward" button doesn't become clickable... any ideas how to fix or bypass this? [21:46] mat789: 170g bandwith 15 gigs 1 gig ram [21:46] constl, /media === Germain is now known as Guest19271 [21:46] I am going to get a much larger 1 soon [21:46] maco: got it to work. thanks!!!!!!!!!!!! [21:47] ASrock: complete all the fields? [21:47] LAcan: I've checked already there and it's not there [21:47] are thr any known problems in installing VLC on 10.10? [21:47] I hosting a iPhone app site illegal [21:47] Is* [21:47] ianm_: yes i did, i have also tried deleting all the fields and re entering them [21:47] ASrock: make sure both password fields are the same? [21:47] ianm_: they are [21:47] is there an easy way to enable lamp after server install? [21:48] sec_goat: What for [21:48] !lamp | sec_goat === nick is now known as Guest79208 [21:48] sec_goat: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [21:48] ianm_ : its saying my password is only 'fair' could that make a difference? [21:48] constl, which email client are u using? [21:48] ASrock: are you using spaces or odd characters in your username or computer name? [21:48] ASrock: run "check the cd for defects" from the boot menu [21:48] abooo:for free a website? [21:48] jrib thanks again [21:48] LAcan: I'm not using any. What's the correlation? [21:49] jrib: i am installing from a usb drive [21:49] Unmmm pm [21:49] ASrock: fine, checksum what you downloaded then [21:49] constl, how do you read your email in ubuntu then...? [21:49] jrib: how would i do that? [21:49] !verify | ASrock [21:49] ASrock: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [21:49] jrib: and apparently I have no audio devices on the server therefore MPD is not workign [21:50] LAcan: Online [21:50] sec_goat: I see [21:50] does anyone know hwo to install ubuntu server 10.10 on a ext3 by default it tries to use ext4 and I cannot figure out how to use ext3 [21:50] WarrenChild: what is the problem with ext4 ? [21:50] WarrenChild: should let you choose during install [21:50] ubuntu netbook have iso version ? [21:50] constl, uhm.. thru a rbowser? [21:50] it does not let me choose during install. ext4 is not supported by mondo [21:50] browser [21:50] <_vladtsy> I have a fresh 10.10 install (no updates). I'm trying to connect it to my wireless network; however, it detects that my network is WEP and not WPA. I tried to make my settings for the connection say it's WPA, but it doesn't want to do it [21:51] <_vladtsy> Is there anything that might be causing this? [21:51] _vladtsy, incorrect driver for the NIC [21:51] ikonia, jrib:it does not let me choose during install. ext4 is not supported by mondo [21:51] WarrenChild: you need to use the advanced partition options [21:51] LAcan: What does this has to do with my original question> [21:51] <_vladtsy> LAcan: Even if it can pick up the wireless networks in my are? Should I try to updates and then see if it works? [21:51] constl, if u read your email thru a broswer, what exactly do u want ubuntu to do..? === e is now known as Guest7607 [21:51] <_vladtsy> Or play with the drivers I've already got from the default install [21:52] _vladtsy, make sure its loading the right dirver for your NIC [21:52] ikonia: I am in advanced options I cannot figure it out, do I need to configure the logical volume manager? [21:52] _vladtsy, and make sure ur router is in fact using WPA1 or 2 [21:52] _vladtsy, does it work in windows basically is my question...? [21:52] LAcan: What's your point ? [21:52] WarrenChild: are you using lvm ? [21:52] WarrenChild: bascially on the mount point there should be a drop down option for file system === Squeese_ is now known as Squeese [21:52] constl, I DONT UNDERSTAND WHAT U ARE ASKING [21:53] yeesh [21:53] ikonia: Thank you I did not see the drop down. I got it figured out :) [21:53] im having very low sound quality on ubuntu 10.10... any suggestions? [21:53] <_cory> turn up the volume? [21:54] tried, using vlc.. 400 volume. [21:54] but its like 50, i used to have on windows. [21:54] <_cory> is it a sound card or onboard? [21:54] yes it is. [21:54] <_cory> which one lol [21:54] <_cory> did u buy a sound card or is it part of the motherboard? [21:54] motherboard :o [21:55] tried making it 100 in alsamixer to :/ [21:55] <_vladtsy> LAcan: My other ubuntu box is on the network fine if you're asking if it's WPA/WPA2 [21:56] <_vladtsy> LAcan: Are you asking if the actual PCI card works in windows? [21:56] LAcan: What about GNOME DO, is there a way to get GNOME DO to index my mail? This way I can simply search my mail by invoking GNOME DO with super + space then begin typing keywords. [21:56] <_vladtsy> Because I haven't tested that, I just plugged it in the box today and am trying to make it work [21:56] <_cory> ah that was my next question [21:56] <_cory> are you intel or amd based? [21:56] intel. [21:57] <_cory> try editing /etc/modprobe.d/alsa-base and add options snd-hda-intel model=3stack [21:57] how do I prevent DDoS attack [21:57] don't get on the Internet [21:57] <_vladtsy> LAcan: looking up the card looks like it might be broadcom or prism, lspci shows that linux thinks it's a Prism 2.5 wavelan chipset [21:58] <_cory> write a script to not allow connections after x amount of connections in y time [21:58] <_vladtsy> LAcan: No idea how to confirm if that's what it should be using [21:58] <_cory> from the same ip :-P [21:58] I am using outlook with crossover on ubuntu 10.10. Is it possible to configure GNOME DO to search my inbox? [21:58] that will not prevent a DDoS. the attack is still saturating your connection. [21:58] you need to block at an upstream router or have your ISP mitigate. [21:58] guys, i'm tryigng to cleanup some folders with this command: find /dir/ -type f -name "*.swp" -exec rm{} \; It does find files but when trying to remove them there's error "No such file or directory". What am i doing wrong? [21:59] What time of day will I be able to upgrade to natty? [21:59] Is it usually midnight? [21:59] natty light? [21:59] between 7:45 and a quarter of 8 [21:59] buzzkill: What time zone? [21:59] <_cory> miller time starts in 1 minute [21:59] EnigmaticCoder: at 25:00 [22:00] how to do that ? [22:00] <_vladtsy> ls [22:00] <_vladtsy> err, woops [22:00] ok, fixed [22:01] Card: HDA Intel F1: Help │ [22:01] │ Chip: Realtek ALC888 [22:01] * LAcan y'all are missing an epic windows vs. linux in ##windows right now, lol [22:03] LAcan: please don't... [22:04] \join #drupal-fr [22:04] LAcan: thankyou for telling me [22:04] lol [22:04] right now, every time i run sudo dpkg --configure -a my virtual system on aws becomes unresponsive when it claims to have to run 'Setting up openjdk-6-jre-headless (6b20-1.9.7-0ubuntu1~10.04.1) ... [22:04] its still going [22:05] i want to get rid of openjdk, but it says i have to configure it [22:05] but configuring it makes my system hang and i have to reboot my image. [22:05] LAcan: it's not a good idea to invite spectators who might turn into trolls. also, it's offtopic for here. [22:05] hey guys I have problem detecting win7 for dual booting, it is on different hard drive on my laptop so how would I mak eit appear it in GRUB 2 ? [22:05] how can i force remove this without breaking apt-get? [22:05] lasha, u know how to use sofwatre centre? [22:05] compubomb: dpkg -P --force-all openjdk-6-jre-headless maybe? [22:05] compubomb: that is a very big hammer [22:05] LAcan: yep :P? [22:06] maco: so are you saying that this might luck up the system again? [22:06] lasha, ok google "grub customizer" and add that PPA to ubuntu software centre, then install it. when thats done get back to me and ill walk u thru the rest [22:06] compubomb: that would force the removal of openjdk [22:07] compubomb: if anything is depending on it, that would have broken dependencies and so you'd then want to remove those packages as well, but thats the worst i can think of [22:07] maco: can i just ask apt-get to stop setting up this package and just remove it and its dependencies? [22:08] compubomb: apt-get just handles the fetching and dependency resolution. dpkg is what's doing the setup. -P is purge. it deletes all the files of that package, as though that package had never been installed [22:08] Hi... I have a esata/usb drive from Supertalent and it is mounted read-only. I can't even dd to it. Any suggestions? [22:08] is it possible to run a command to tell me what packages installed require this dependency? [22:08] compubomb: if you have aptitude install, then aptitude why openjdk-6-jre-headless would tell you [22:08] LAcan: I added it to PPA what is next ? [22:09] maco: what is the command to run? [22:09] lasha, did u search for it and install it? it should appear under applications/system tools [22:09] compubomb: "aptitude why openjdk-6-jre-headless" [22:09] compubomb: but i dont know if you have aptitude installed [22:09] compubomb: debtree [22:09] i openjdk-6-jre-lib Depends openjdk-6-jre-headless (>= 6b17) [22:09] that is what it said. [22:10] compubomb: if not, then after removing openjdk, if you use apt itll tell you "i have these packages that depend on openjdk, can i install openjdk now?" and you tell it no then remove those packages [22:10] HI Guys, Anyone know of any good linux program that can compare files and folders something like "Beyond Compare" for win systems? [22:10] mat789: join #ubuntu-ops for a minute please [22:10] compubomb: ok so then do the aptitude why on openjdk-6-jre-lib [22:10] LAcan: how do I install it ? I cant find it in software center [22:10] compubomb: keep going til you hit something that's not jdk itself [22:10] ubuntu@shared-dev:~$ aptitude why openjdk-6-jre-lib [22:10] u openjdk-6-jre-headless Depends openjdk-6-jre-lib (>= 6b20-1.9.7-0ubuntu1~10.04.1) [22:10] lasha, ok... u added the PPA and check it off? [22:10] is there a way for apt to tell me what % of completeness it is in actually upgrading my packages? [22:11] yes I added it sudo add-apt-repository ppa:danielrichter2007/grub-customizer [22:11] lasha, no, do it in sofwatre centre [22:11] lasha, GUI style [22:11] LAcan: hmm ok one sek: deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu YOUR_UBUNTU_VERSION_HERE main [22:11] deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu YOUR_UBUNTU_VERSION_HERE main [22:11] ? [22:12] mat789: trolling a channel that you were directed to from #ubuntu is not a good idea, and is not encouraged or, i dare say, condoned here. please cease. [22:12] ljl u are missing a rager bro, lol [22:12] LAcan: i didn't understand a word you said [22:12] compubomb: any chance you have ubuntu-restricted-extras installed? [22:13] lasha, application/ubuntu software centre [22:13] lasha, then add the same PPA to "other sources" in the options for USC [22:13] LAcan: ok ok i just wasnt sure which one to add [22:13] lasha, there should only be one... let me check [22:14] sudo add-apt-repository "ppa's name" > LAcan lasha [22:14] is there a way for apt to tell me what % of completeness it is in actually upgrading my packages? [22:14] xangua, myob please [22:15] lasha, ppa:danielrichter2007/grub-customizer [22:15] LAcan ok sek [22:15] myob¿¿ [22:15] hello [22:15] i need help in evoltuin [22:16] !ask | sachin [22:16] sachin: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [22:16] LAcan hmm failed to download repository [22:16] lasha, ur on 10.10? [22:16] LAcan yep [22:17] lasha, sometimes it takes a second try to update the repo [22:17] lasha, im not ubuntu right now, theres should eb arefesh or reload option? [22:17] issue:sending emails not working properly,though work when i connect using blue-tooth but not when WIfi but no issue in Windows(outlook) [22:17] LAcan i ll search one sek === hypodermia is now known as hypodermia-- === hypodermia-- is now known as hypodermia- [22:18] Hey guys, I have a little problem with dpkg listing a package I manually removed the installed contents of. [22:18] LAcan nope I couldnt find anything, but will the thing not work if I try to update grub or something ? === ng_ is now known as NG_ [22:18] LAcan I already got grub it just cant see win7 [22:19] lasha, ya i know [22:19] lasha, u need to edit grub to chain load windows [22:19] @boodroscotch-try sudo dpkg -i *.deb [22:19] LAcan it can see xp which is on the same hard drive as my ubuntu [22:19] bye-bye === soreau_ is now known as soreau [22:19] lasha, ya, u need grub customizer or.. u can do it manually. [22:19] LAcan run sudo update-grub in the terminal to get it to see windows 7 [22:20] anyone?? [22:20] LAcan I ll take some time i ll get back after I install customizer [22:20] sachin: I run 64-bit Maverick, and I installed 32-bit Adobe Air. I decided to get rid of it after a while, but couldn't find it in synaptic, so I went through and manually deleted the installed contents using "rm" [22:20] lasha, try what cpatrick08 said [22:20] issue:sending emails not working properly,though work when i connect using blue-tooth but not when WIfi but no issue in Windows(outlook) [22:20] cpatrick08, that works fro grub2? [22:20] yes [22:20] I tried removing the package through APT but it was listed as a "virtual package" [22:20] DPKG couldn't find it === lukas_ is now known as Guest66379 === Guest66379 is now known as m3t4lukas [22:21] how can i make it automatic login [22:21] Hi there [22:21] cpatrick08 LAcan: I was waiting for that kind of command for a while :D it worked :) I just didnt remember that command I am new to terminal language [22:22] I just had a kernel panic while having the on boot fsck check. How do I recover the data that the kernel panic return tool gave me? [22:22] yw [22:22] hey everyone what is the best format to rip dvds to? [22:22] hi [22:23] Do you know when Natty is released ? 28th at midnight gmt , cest ? [22:23] Nylan: no [22:23] when will ubuntu 11.04 be avaiable ? [22:23] niooon: some time on the 28th. [22:23] what timezone ? [22:23] Nylan: at 25 AM [22:23] cpatrick08, what was that cmd again? [22:23] haha :) [22:24] cpatrick08 LAcan: so thank u guys very much [22:24] ya np [22:24] (i feel stupid) [22:24] hi, why the ubuntu repos (natty included) still has otrs2 and not otrs3 which has been released months ago? [22:24] mika__: probably nobody requested it [22:24] LAcan: come on, its fine man, there are many ways to do the same thing :) [22:25] Hello [22:25] hows it going all? [22:25] sachin: To make a long story short, can I edit APT's installed package list? [22:26] boodroscotch: I'd reinstall, then remove. [22:26] boodroscotch: Not sure there's a way to edit the list consistently. Might break dependencies, etc. [22:27] !best | jdm84 [22:27] jdm84: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [22:27] hi [22:28] thanks for the suggestion ubottu [22:28] when does the new ubuntu come out? I know its today, but to anyone know a specific time? [22:28] zmaster4|android: try #ubuntu-release-party [22:28] thanks [22:28] I'm building a ubuntu based home theater pc for the family [22:29] an === XuMuK is now known as XuMuK|ZNC [22:31] harrihu: did you look at XBMC [22:32] alguem ai saca de joomla.. minha imagens nos artigos nao tao mais aparecendo.. mesmo nos artigos que ja tinha .. tao desaparecendo depois que edito algo.. alguem sabe oq pode ser..?? [22:32] alguem ai saca de joomla.. minha imagens nos artigos nao tao mais aparecendo.. mesmo nos artigos que ja tinha .. tao desaparecendo depois que edito algo.. alguem sabe oq pode ser..??x [22:32] xbmc is cool, plex has more useful plugins for me though [22:32] !pt | FlavioTrashPunk [22:32] FlavioTrashPunk: 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. Obrigado. [22:32] thanks for the help [22:32] I did look at xmbc it's going quite well actually [22:33] I just need to figure out how to get the wifi working [22:33] shouldn't be too hard [22:33] if you are streaming from another machine to XBMC ... I would recommend hardwire. [22:33] especially if you are doing anything HD [22:36] kwtm: reinstalling adobe air using the --force-architecture command requires me to remove a large portion of my system in order to satisfy 32-bit dependencies [22:37] boodroscotch: and apt-get remove or apt-get purge doesn't remove the files? [22:37] kwtm: it's listed as a "virtual package" [22:37] boodroscotch: I take it that's a "no". [22:37] kwtm: yep [22:38] boodroscotch: I haven't encountered "virtual package" before, but presumably you mean it refuses to remove the package. [22:38] wow look at this http://www.youtube.com/watch?v=426GPgetJmw blows your mind [22:38] kwtm: yes [22:38] k now I think I can read chat. Had to hide joins and quits [22:39] thats really cool donttrustem [22:39] it's mad [22:40] hello I am trying to install ubuntu using uboo or whatever its called (linux inside windows) it asks for a credential, I want to specify domain admin credential how do i do this it wont take ad\administator because its only expecting a username [22:40] donttrustem: Please don't post unrelated links here. This is a support channel. If you want to chat you can join #ubuntu-offtopic [22:40] kwtm: is there a quick and dirty way to just directly edit APT's catalogue of installed packages? nothing on my system depends on adobe air. [22:40] oops! sorry [22:40] boodroscotch: I don't know. I'm sorry. [22:40] where is 11.04? [22:40] Hi, how many hours left to download Ubuntu 11.04 ? Thanks [22:40] seniseni: at #ubuntu-release-party [22:40] wedubuntu: Natty is not yet released and there is no predetermined time on the 28th when it will be. Await the release in #ubuntu-release-party or for more questions join #ubuntu+1 [22:41] kwtm: ty [22:41] Howto find out why a process is stuck ? I have the pid number, I tryed to fg it but got "no such job" [22:42] how can i turn my pc to a ftp server? some friends of mine want to download some datas from my pC? [22:42] no updates today? [22:42] for natty [22:42] OK I've hit a wall I can't get the pc to connect to the internet using my netgear wireless g wifi card. [22:43] buzzmandt: nope [22:43] pci [22:43] romio0: port forwarding, install webmin and ProFTPd, and it works out of the box for new users [22:43] romio0: or even set up a ssh account dedicated for sFTP [22:43] dd [22:44] Hello all. After upgrading to 11.04 beta, my X session keeps freezing. The mouse cursor can still move periodically, but all of the windows will not work. This happens after I login and begin using the session. Video card = nVidia Corporation G96 [GeForce 9500 GT] [22:44] romio0, Hex_101: I've used "woof" before with good success. It lets you download one file (or one directory) once and then disappears. Good for one-time file transfers. Wonder if it's in Ubuntu? [22:44] histo: thanks [22:44] is there a way to output the audio on my macbook to my linux box over the network? basicly I want to make my ubuntu box server for my audio system [22:44] I've read that using the nouveau driver fixes this, but how do I enable it? [22:45] Hex_101: what if i want to install a ftp server on my computer? something like ftp.myIPaddress:21 [22:45] kwtm: never heard of it lol, I use mac I am just talking from experience :) [22:45] romio0: do you know about domains etc [22:45] !ftp | romio0 [22:45] romio0: FTP clients: Nautilus (Places -> Connect to server), gFTP, FileZilla (for !GNOME); Konqueror, Kasablanca, KFTPGrabber (for !KDE); FireFTP (for Firefox); ftp, lftp (for !cli) - See also !FTPd [22:45] Hex_101: Woof is a python program. Runnable if you have python on your system. [22:45] kwtm: /me googles away [22:46] Hex_101: Look up "web offer one file" (which is what "woof" stands for) [22:46] Is there some sort of universal wifi adapter driver set I can grab if I'm having trouble with the wifi? [22:46] mw007: you'd have to remove the nvidia binary driver if you want to try the nouveau driver [22:46] harrihu: compat wireless [22:46] harrihu: it's a backport [22:47] harrihu: http://wireless.kernel.org/en/users/Download#Getting_compat-wireless_on_Ubuntu [22:47] Thanks a bunch histo [22:47] what is the command to find the OS codename? It's not uname [22:47] thanks kwtm :D [22:48] histo: Makes sense. Just joined ubuntu recently. Is that as simple as uninstalling the nvidia driver and installing the nouveau driver? === soreau__ is now known as soreau [22:48] what if i like to have a web server to host a website on my computer? what should i have to install to host my website on it? === ckwalsh is now known as ckw [22:48] kwtm: nevermind, I fixed it. Thanks anyways! [22:48] boodroscotch: Well, would love to have you share the solution in case others look for it. [22:49] romio0: Apache [22:49] romio0: There are any number of web server packages from Ubuntu. GOogle or look in Ubuntu packages. Examples include Apache (the big one), LightHTTPd, etc. [22:49] kwtm: I simply ran "sudo dpkg --purge adobeair:i386" and it was removed. [22:49] !httpd | romio0 [22:49] no that's not it [22:49] hm [22:49] !http | romio0 [22:49] romio0: Browsers available for Ubuntu: Firefox (GTK, Gecko engine), Konqueror (KDE/Qt, KHTML engine), Epiphany (GTK, Gecko engine), Dillo (GTK), w3m (terminal-based), Links2 (terminal-based or graphical, see !man page), edbrowse (command-line), Opera (Qt, proprietary) [22:49] oh :( [22:50] * Hex_101 shutsup [22:50] romio0: apache2, lighttpd, nginx, cherokee, thttpd, dhttpd, nanoweb, caudium, yaws, bozohttpd, boa, webfs, mathopd, fnord [22:52] hello [22:52] hi [22:52] i have to create an user with a HOME but i have to block ssh access nologin [22:52] how could i do? [22:53] nevermind.. got it, lsb_release -a [22:53] lately i have had a really laggy mouse but nothing else on my system is running slow. i'm running 10.10 any idea what could be causing this [22:53] damiano: see DenyUsers in « man sshd_config » [22:53] if i want to upgrade ubuntu 9.04 to 10. sumn then I will lose my package repository right? How do I preserve it [22:54] sumio: what do you mean when you say "my package repository"? [22:54] smio: your installed packages will be updated, you don't loose it [22:54] all my packages i installed, mozilla, scite ? [22:56] sumio, all the packages you have compiledyourself and notinstalled via synaptic will be lost [22:57] what about packages through apt-get. I dont use synaptic. OK did once. hiexpo (now 10.04) [22:57] sumio: packages you installed from ubuntu's repositories will just be upgraded, you won't lose them [22:57] !upgrade | sumio [22:57] sumio: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [22:57] tripelb, apt get is synaptic [22:58] how do i make a deb package from source(I just applied a patch to the wine 1.3.17 source) [22:58] what does "losing the package repository" mean? I started back in 6.X tho I did freshinstall this hard drive with something or other 9 or 10. I never lost anything in an upgrade before. [22:58] !packaging | zaery [22:58] zaery: The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [22:59] thanks jrib, ubottu never ceases to surprise me :) [23:00] zaery, there are a couple ways i do it when i compile the package with checkinstall > it makes a deb and puts it in the untared folder === damiano is now known as dam85 === dam85 is now known as dam85_ [23:01] ls [23:02] how do i display the print que ubuntu 10.10 === maciek_ is now known as Guest14463 [23:02] Hey, is there a solution to make Wine use OpenSSL instead of GnuTLS? [23:02] Is there any kind of barcode software? Would have to print barcodes and be able to trigger a response when the barcode scanner reads the code. [23:03] hi sorry for the dely. I think i perform a clean installation of ubuntu, and hence loose my repository. Can I back it up some way, to use as a repository for another installation? [23:03] plouffe, yes can't remember the name though look in synaptic or software center [23:03] sumio: yes, but you can also just upgrade and then not lose anything... [23:03] !upgrade | sumio [23:03] sumio: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [23:04] !info zbar-tools | plouffe [23:04] plouffe: zbar-tools (source: zbar): bar code scanner and decoder (utilities). In component universe, is optional. Version 0.10+doc-3build1 (maverick), package size 35 kB, installed size 108 kB [23:04] Thanks LjL [23:04] i am new to linux and i have one problem - the resolution is too low. i can choose between 800x600 and 640x480. I have a core i5 CPU xserver-xorg-video-intel is installed. am i missing something? [23:04] ok thx, il check it out. I would like to create something simalar to a image file of my repository, and store it on a usb for future use [23:05] This will probably sound rather eager, but it's the 28th now. Is NN released yet? :P [23:05] plouffe: for printing, i think there are several packages available, apt-cache search barcode [23:05] does anyone here have a SHELLIUM.org account? right now it's not possible to create one in their website!!!!!! [23:05] in need one? [23:05] !isitout | Zahrada [23:05] Zahrada: It's way too early for it to be out; check back on the 28th. [23:06] Logan_, way to early, like, 8hrs..lol [23:06] I was merely joking ubottu. [23:06] plouffe: actually maybe there aren't so many as i thought. still, the package "barcode" should do it. [23:06] Zahrada, ubottu has no sense of humor [23:06] But I'm dieing to get it installed. [23:06] Thanks a lot LjL [23:06] it is the 28th! [23:07] Zahrada, so why not just install it? [23:07] the servers tomorrow are gonna get hammered [23:07] why yes :P [23:07] !bluray [23:07] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [23:07] thx :D [23:07] but isn't it still "beta"? [23:08] What's a good NZB Binary client in Gnome? [23:08] Zahrada, only for about the next 12hrs most likely... if it wasn't stable now, there's no way it could be released [23:08] I don't know how the operation goes. Perhaps the final release is being put on the servers tomorrow :P [23:08] Zahrada, if you keep a "Beta" up to date/upgraded.. when the release hits, you will be current [23:08] Is michael lustfield here? [23:08] lovely [23:09] I'm rather new to Ubuntu really. [23:09] Zahrada, have you installed ubuntu before? [23:09] or upgraded it for that matter? [23:09] I have 10.10 atm. [23:09] along with the old Windows XP [23:10] I'm coming from OS/2's eComStation. And although they put some work into it, it just isn't a viable platform anymore. [23:10] Zahrada, well, only you can decide what to do.. i personally hate upgrading, so i always clean install... ive been running 11.04 for about 4 weeks, very very few issues (but i'm running xubuntu, there's been complaints about unity) [23:11] I hate to see it go, but Ubuntu seems - as far as I had a go on it - seems rather awesome. [23:11] what command to free up ram [23:11] I always do a clean install :) [23:11] hi all [23:12] i want to instal my webcam in ubuntu [23:12] KCW-101 [23:12] does anyone here have a SHELLIUM.org account? right now it's not possible to create one in their website!!! [23:12] Zahrada, then fi it were me, i'd go for it.. what is really gonna change in the next 12-24hrs? [23:12] how do i find a printer que in ubuntu [23:12] romio0: that's not on-topic here. Try the shellium channel [23:12] is a kolke the model is KCW-101 [23:12] too true KM0201! [23:12] thanks [23:12] !webcam | tamara__ good luck [23:12] tamara__ good luck: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [23:12] #shellium [23:12] I'll get going then! [23:13] ok thanks [23:13] Zahrada, if you really anna be a cautious charlie, make sure you've got a 10.10 CD/USB oon standby, in case something fubars w/ the install, you can reinstall 10.10 [23:13] is there a way to get update manager to stop nagging me? [23:13] hiexpo: you can use "$ htop" but i think you must install from repo [23:14] Sereph: install the updates? [23:14] jrib: I update manually [23:14] cool ok thanks wizards [23:14] It'll be fine KM0201! It's not this computer anyway :) [23:14] Zahrada, ah ok... then heck with it, throw caution to the wind! [23:15] A final question though: is Banshee so much better than Rhythmbox? I liked the latter a lot.. [23:15] Of course, I can still install it later on, but well.. [23:16] so what time can we d/l 11.04? midnight? :) [23:16] it's midnight here drohm, no 11.04 over here :P [23:16] drohm: #ubuntu+1 [23:16] drohm: 3ubuntu-release-party [23:17] drohm: s/3/# [23:17] party :))) party on IRC :D [23:17] hahah, sah-weet! [23:18] wow... thanks for the Webcam hint! My old webcam (wich never reallly runned before ) works fine with ubuntu 10.10.... great! [23:18] how should i format my external hard drive to make it bootable? [23:18] Hello [23:18] can someone help me with installing an audio driver please? [23:19] I want to download the final ver of natty T.T [23:19] penis [23:19] Can I lock my session from commandline? [23:19] Somelauw: gnome-screensaver-command --lock [23:20] VlRUS : I think is still not on repo ... everybody waiting :) === Lorthirk`ZNC is now known as Lorthirk [23:20] wizards maybe http://cdimage.ubuntu.com/daily-live/current/ is the final ver? [23:20] i have some output from my console when trying to install the driver, can anyone tell me what going wrong with it? [23:20] Updated 27th April [23:21] Yesterday, uhm I live in Spain, today is 28th [23:21] VlRUS, tomorrow [23:21] it's already "tomorrow" in europe [23:21] haha It must bi tomorrow in EEUU right? [23:21] be* [23:22] anyone? [23:22] Hey guys, how can I disable the OSD-Notify bubble I get when my laptop reconnects to WiFi after resuming from suspend? [23:22] it's probably already on the website [23:23] uhm [23:23] I'm watching ftp servers of caonical [23:23] anyone.. how to reinstall gnome panels in 9.10. I have install mac theme and everthing has gone. [23:23] and i can only see beta [23:23] version [23:23] it's not going to change between now and when it's official [23:24] :( [23:24] anyone.. how to reinstall gnome panels in 9.10. I have install mac theme and everthing has gone. [23:24] So I can install http://cdimage.ubuntu.com/daily-live/current/ this? [23:24] VlRUS, today (your timezone) (the day ends at 23:59) [23:24] !patience sudeep [23:24] is there somebody who knows about a FREE SSH SHELL ACCOUNT website? (and good speed for SuCKS proxy!!!) [23:24] !patience | sudeep [23:24] sudeep: 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/ [23:24] LOL its true ICB [23:24] format /u C: [23:25] thanks aroman1 [23:25] has90: that's not on topic here, ask elsewhere [23:25] Until 23:59... of today [23:25] Ok sry [23:25] hey [23:25] !! [23:25] :D [23:25] VlRUS: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:25] i'm installing some package [23:25] i see gamin{a} libevent-1.4-2{a} libgamin0{a} [23:25] !enter dam85_ [23:25] what does mean {a} ? [23:25] !enter | dam85_ [23:25] dam85_: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [23:25] excuse me [23:25] Is michael lustfield here? [23:25] can anyone help me? [23:26] !ask | kyle___ [23:26] kyle___: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [23:26] i don't know his nick [23:26] the packages will be replaced? [23:26] can someone please help me with installing my MB manufactured supplied alsa driver? [23:26] I havent upgraded past 10.04 because everything works fine. I think the last upgrade I did (but not on this HD, this was fresh) took all night long. This hard drive is 25 times bigger, 1T. How long should the upgrade take? [23:26] tensorpudding: the topix is about UBUNTU?isn't it? [23:27] no?= [23:27] tripelb: the time for the upgrade should be the same regardless of the size of the hard drive, assuming there is enough free space on the drive [23:27] Hi all. I recently changed swap partitions, and I'm having trouble getting hibernation to work again. (Hardware changes that included more RAM meant my old one was too small to hibernate to.) After changing to the larger swap partition, I can hibernate, but resume fails and it goes on with a normal boot. I get roughly this on the console while booting: "swapon: /dev/sdb4: software suspend data detected. Rewriting the swap signature. / Invalidating stale [23:28] no one? [23:28] dam85_: I don't know about others, but I have no idea what you are asking. You said "i see gamin{a} libevent-1.4-2{a} libgamin0{a}" What does that mean? It appears on your screen? When you type "apt-cache policy gamin"? Or what? Is it in synaptic? I don't know what program you are using, so I don't know how to answer your question, so I'm staying silent. Sounds like most of the other people are, too. [23:28] jrib: Thanks. [23:28] buzzbee [23:28] th0r, thanks. there was almost no freespace on that old drive. I appreciate the understanding. [23:28] a bit off topic, but is there a easy way to stop kids surfing porn? [23:29] checking for kernel linux/autoconf.h... no that is what i get when trying to use the installer, how do i solve this??? [23:29] disconnect the ethernet cable Al [23:29] Al_nz1: how large is your enviorment? [23:29] Al_nz1, Take away the computer? [23:29] has90: You are looking for an Internet service giving you a ssh account, and you want it to be free? And you would like it to be a proxy. Is that correct? [23:29] is ubuntu 11.04 offical now ? [23:29] kyle___: umm, still let them use the net would be good :-) [23:29] erkan^: nope [23:29] Al_nz1: iptables, and parental control in browser, your isp can have one too. [23:29] erkan^: It will be in 24 hours. [23:29] kyle___: otherwise I could just chop there fingers off [23:29] kwtm... i'm doing an installation aptitude install lighttpd [23:29] erkan^: #ubuntu-release-party is the place to wait [23:29] guys, im having a problem setting up the mysql database for wordpress, its most likely that im setting the wrong host. how can i know which host to enter? [23:30] ok [23:30] i see on the list those packages with {a} [23:30] (-: [23:30] Al_nz1: Squid has content filtering, and OpenDNS has some free DNS based filtering serveces [23:30] qin: parental control in browser? hmm, is that a addin? [23:30] Cube``: probably localhost if it is through Ubuntu [23:30] zaery, see pm [23:30] dam85_: Ahh.. okay, please specify. If I were you I would ask again: "when I use aptitude to install lighttpd, I see packages listed with {a}. I have already googled for this and have found nothing. What does '{a}' mean?" [23:30] how to install ldap server? [23:30] Logan_: ye but it isnt :( [23:30] doesnt work [23:30] dam85_: Personally, I have no idea since I don't even use aptitude. [23:30] !ldap | franciel [23:30] franciel: LDAP is the Lightweight Directory Access Protocol. For more information, installation instructions and getting clients to authenticate via LDAP see https://help.ubuntu.com/community/OpenLDAPServer [23:31] lolwtfomgbbq [23:31] nite [23:31] Hi... trying to create a symbolic link: ln -s ~/phprojekt-data/htdocs/ ~/html/preventie/ <-- this creates a subfolder "htdocs" inside ~/html/preventie/ ... how do I have this folder itself point to the content of the originating folder? [23:32] Jurgentje: You have the arguments reversed. ln -s [23:32] Al_nz1: There is blocked content in Opera, so I assume there is one in firefox. [23:32] i got a question for anyone? [23:32] exit [23:32] kwtm, real files are in the htdocs folder... symbolic location must be html/preventie [23:33] i got question for you? [23:33] anyone* [23:33] Jurgentje: it is probably working, the htdocs folder you see in preventie is the shortcut to the other folder === Guest2309 is now known as Kaco [23:33] Jurgentje: Does ~/html/preventie exist? If yes, you must remove it. If not, it will either give an error, or if you put a slash after it, it will create it inside the existent directory. [23:33] checking for kernel linux/autoconf.h... no that is what i get when i try to use the installer for my driver, how do i solve this?? [23:33] Good bye people! See you [23:33] Jurgentje: Or, as th0r says, you already created one, so mv that to the place you want. [23:33] kwtm: Automatically installed, or installed as a dependency of another package rather than an explicit request from the user. [23:33] Al_nz1: There is also: http://ubuntuforums.org/showthread.php?t=843510 [23:34] yes it is, but I don't want ~html/preventie/htdocs ... but the files inside htdocs to be there... so not preventie/htdocs/index.php but preventie/index.php [23:34] Jordan_U: Sorry? Were we having a previous conversation that this is continuing? [23:34] !ask | FishFace [23:34] FishFace: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [23:34] *fishhat [23:34] ! mercurial [23:34] Jurgentje: then ln -s /source/htdocs/*.* /dest [23:35] is anybody know some good tutorial about iptables + samba or only iptables? [23:35] kwtm: Responding to " What does '{a}' mean?" [23:35] thanks th0r - that solved it :) [23:35] franciel he doesn't know anything about hg [23:35] Jurgentje: ?? Not sure what you mean. You mean you have real files ~/phprojekt-data/htdocs/File1 and you want there to be a symlink ~/html/preventie/File1 pointing to that real file? And same for File2 File3 etc.? Is that what you mean? [23:35] wizards: https://help.ubuntu.com/community/IptablesHowTo [23:35] Jordan_U: I wasn't asking the question [23:36] kwtm, indeed. But th0r gave the answer. Kinda obvious, if I see it now :) (stupid I didn't think of it) [23:37] does anyone have any idea how to fix my problem? [23:37] Logan_: thx :) [23:37] wizards: You're welcome. [23:37] Jurgentje: Okay, well, if that is what you mean, you can use ln -s /source/htdocs/* I wouldn't use *.* since that may miss some files [23:38] Jurgentje: I mean, ln -s /source/htdocs/* /dest (in case I wasn't clear) [23:38] hi [23:38] yep, sound and clear ... thanks :) I actually did just * myself [23:38] dam85_: Did you get your question answered yet? [23:39] checking for kernel linux/autoconf.h... no that is what i get when i try to use the installer for my driver, how do i solve this?? [23:39] dam85_: '{a}' In aptitue means Automatically installed, or installed as a dependency of another package rather than an explicit request from the user. [23:39] hey there, for some cams you get :"invalid argument" if you do cat /dev/video0 . How can i read raw data from those cams ? [23:39] hey guys, it looks like OpenLDAP utilities are compiled with GnuTLS by default. Is there documentation that explains how to use OpenSSL instead? [23:39] kyle___: driver for what? [23:39] I wonder how mplayer can read /dev/video0 . I always thought it does some kind of a cat. [23:39] my audio card [23:40] Does MPD rely on the ubuntu hardware having a sound device? if so is there another alternative to stream music that is not subsonic? [23:40] kyle___: witch one? [23:40] ok im installing ubuntu on my netbook (non netbook version :( ...)and im stuck on the cdrom hardware fining page... how do i avoid it? [23:41] in integrated into my mother board, i have the driver from the manufaturer on a cd right here i run sh install its spits out a bunch of stuff and i read it all and that is where its failing [23:41] does anyone know what to install to get penetration testing routers to work? i was told that I did not need to run back track if I am just penetration testing routers [23:41] I've got a bash script that sets some environment variables, I'm just typing ./foo.sh why am I just getting a blank line afterwards [23:41] yeesh, firefox plugin-container seems to have some issues, perhaps while running chrome simultaneously [23:41] but when I type out the script on the command line the environment variables are created and set [23:41] I'm running in root [23:41] blix: what are you expectign? [23:42] blix, pastebin the script [23:42] also: #bash [23:42] how do i bring up the on screen keyboard? [23:42] nsh22: First, did you used Live Session to test it? Second, Are you connected to Internet while installing? [23:42] it's on another machine [23:42] well that's not helpful [23:42] no to both.... [23:42] is there a chan for webcam support in linux on irc other than v4l ? [23:42] the wireles adapter isnt working and i dont know how to run live session with this (its on a usb stick) [23:42] nsh22: Boot into LiveCD, and press Try Ubuntu. [23:42] nsh22: fining page ? [23:43] my typical fix for linux webcams: don't buy a cheap one [23:43] rhizoe - I'm expecting when I type echo $ the path for it shows [23:43] anyone? [23:43] blix: without the script i can't help [23:43] I solved my problems! [23:43] botcity, finding* [23:43] can understand [23:43] Logiar: you are a better person than me [23:43] I'll see what I can do to bring it over [23:43] qin, fpor some reason i dont have that option, im usig unetootin [23:43] blix, if your intention is to export #!/bin/bash; export foo="bar" that won't work anyways [23:43] is there a web service for sharing code? [23:43] unetbootin* [23:43] because it gets its own shell [23:44] blix: /j #bash (that will help) [23:44] blix, launch[pad, sourceforge [23:44] nsh22 - thanks [23:44] rather than doing the netboot with a windows machine as the server i set up a virtual ubuntu machine and used that [23:44] can someone help me do the following: http://blog.sudobits.com/2011/03/02/how-to-install-mac-theme-on-ubuntu-10-10/ [23:44] kyle___: i would always use the repos for drivers etc [23:44] kyle___: pastebin the output: http://pastebin.com/ [23:44] i already downloaded the file [23:44] qin - thanks too [23:45] jdm84: There is install script in gzip. [23:46] kyle___: also, what drivers for what hardware are you trying to install? [23:47] ok thanks! [23:47] ... [23:47] its a driver for my audio card [23:47] i run the installer [23:47] checking for kernel linux/autoconf.h... no that is what i get when i try to use the installer for my driver, how do i solve this?? [23:47] does the installer end in .exe? [23:47] lol [23:47] im not that new [23:48] i've seen people try that before, just had to check [23:48] pastebin all the output, that might help [23:48] kyle____: you probably need to install linux headers [23:48] lease install the package with full kernel sources for your distribution - that is what it says [23:48] so how would i do that? [23:49] here's the bash script: === vinilios is now known as testuua [23:49] http://snipt.org/xgpoi [23:50] blix, you have to source that you cant ./ it === Jeff_ is now known as Guest72798 [23:50] blix: A child process cannot change the environment of its parent. [23:51] so what can I do? [23:51] blix: When you run "./foo.sh" you are spawning a child process, another bash shell, which is then setting its own environment variables and exiting. [23:51] hello [23:51] blix you have to source it [23:51] Jordan_U - I see. [23:52] whats a better idea for vps os? 10.04 32 bit || 64 bit [23:52] blix: If you want those variables to affect the shell that you're currently running in then use "source foo.sh" which will run the commands in the current bash process. [23:53] ah great thanks - that worked. Thanks for the little theory there. [23:53] nsh22: your trying to install ubuntu on a netbook but its not the nbr version and its getting stuck . question why not the nbr version ? [23:54] botcity, because its the version i d/l'd. im downloading kubuntu netbook now... but imy connection sucks (it took 8 hours to torrent ubuntu...) === nypan is now known as MrMad [23:57] anyone has any experience with Valgrind? [23:58] sudo -s [23:58] Hi, I was wondering if anyone could help me figure out how to disable low battery warnings in ubuntu? === deezy is now known as Deezy_IQ0 [23:58] Hi all. I recently changed swap partitions, and I'm having trouble getting hibernation to work again. I can hibernate, but resume fails and it goes on with a normal boot. I get roughly this on the console while booting: "swapon: /dev/sdb4: software suspend data detected. Rewriting the swap signature. / Invalidating stale software suspend images... done." What can I do about that? [23:59] hola [23:59] CoffeeChair: the one that tells you that you are out of energy soon or the one teling you to change the old battery [23:59] jpk, is /dev/sdb4 the old swap partition [23:59] ! ldap [23:59] LDAP is the Lightweight Directory Access Protocol. For more information, installation instructions and getting clients to authenticate via LDAP see https://help.ubuntu.com/community/OpenLDAPServer