/srv/irclogs.ubuntu.com/2011/01/17/#ubuntu.txt

dsnydersHi all!  What's the command for bulk renaming?00:00
sam-_-EvilSush1, and why would he  want to do that?00:00
sonatailovefairuz: I'm using it to boot to "HDDHACKR" to install a different firmware onto the disk.  There is a FreeDOS folder in here as well, but it's a folder and not an ISO.00:00
EvilSush1sam-_-: if he needs 2.7 and its not in the repos, why not?00:00
purpley123ilovefairuz, http://pastebin.com/Lbax4uGT00:00
ilovefairuzsonata: check the freedos wiki on how to make a bootable usb00:00
sam-_-EvilSush1, has even has it installed already00:00
sam-_-EvilSush1, *has = he00:01
dsnydersI want to substitute a space in the filenames with 0.  Eg: Season 1 becomes Season01/00:01
dizitalEvilSush1: http://pastebin.com/05c4FWqd00:01
jacko\/ = /tcl00:01
jackoonly frst00:02
=== denny- is now known as denny
jackomv = move00:02
EvilSush1dizital: typically its called wlan0.. Is this a wireless card?00:02
ilovefairuzpurpley123: try: sudo apt-get clean && sudo apt-get install  firmware-b43-lpphy-installer00:03
dizitalEvilSush1: yes00:03
jackobulk rename is                       mv source dest00:03
EvilSush1dizital: do a sudo iwlist ra0 scan00:03
EvilSush1dizital: and grep for the essid you want to connect to, can you see it?00:03
purpley123ilovefairuz, Unable to locate that package00:03
vonvonhow to chang permission owner folder help00:03
purpley123ilovefairuz, Oh there was an extra space nvm00:04
dizitalEvilSush1:yea it picked up 8 different essid's00:04
EvilSush1vonvon: chown user.user folder/00:04
dizitali'm new to linux so wut u mean by grep?00:04
jackoeg... mv ~/* ~/new/*00:04
EvilSush1dizital: alright try this.. sudo ifconfig ra0 down00:04
EvilSush1dizital: /etc/init.d/networking restart00:04
sam-_-EvilSush1, no need to use sudo with iwlist scan (nerdalert. i know.)00:04
purpley123ilovefairuz, Looks like there are no errors, it looks as though it extracted a lot of things00:04
vonvoni not delete folder00:04
EvilSush1sam-_-: heh i dunno man im new to ubuntu =)(00:05
EvilSush1dizital: then sudo ifconfig essid "the essid you want"00:05
vonvonfolder have permission owner root00:05
EvilSush1dizital: err00:05
ilovefairuzpurpley123: now try this again: sudo apt-get install bcmwl-kernel-source00:05
EvilSush1dizital: sudo ifconfig ra0 up00:05
sam-_-EvilSush1, should be the same in other distros i think.00:06
EvilSush1dizital: then sudo ifconfig essid "the essid you want"00:06
kasused sdparm to disable sleep on the drive00:06
=== root is now known as Guest46619
EvilSush1dizital: then try iwconfig ra000:06
kaswe'll see fi that helps00:06
=== smw_ is now known as smw
EvilSush1dizital: and paste me what it says00:06
dsnydersjacko, that's not what I want to do.  I want to rename Season 1 to Season01, Season 2 to Season02, Season 3 to Season03, etc.00:06
jackoif root owned be careful but ......................... sudo xterm  ........................................ be VERY CAREFUL00:06
EvilSush1sam-_-: not every distro uses sudo00:06
sam-_-EvilSush1, you know what i meant ;)00:07
g11992yeat:http://paste.ubuntu.com/554903/00:07
jackodsnyders: looks like you need regex00:07
dizitalwhen i type in the essid it gives me, error fetching interface information: device not found even though it came up on the scan00:07
g11992yeat: are you there sir?00:08
EvilSush1dizital: these are the commands you need to get it working. iwlist , iwconfig , dhclient, ifconfig.. Make sure your networking device is up.. Does it have any encryption? If so you need wpa-supplicant00:09
yeatsg11992: yep00:09
Danielg'day all :)00:09
EvilSush1dizital: wpa-supplicant is a horse of a different color -> http://ubuntuforums.org/showthread.php?t=26313600:09
jackoSession(*.)         ->     Session0%1     or some such00:09
purpley123ilovefairuz, Hello? Are you there?00:10
ilovefairuzpurpley123: yes, did you try the command again?00:10
EvilSush1sam-_-: 30 3 * * * is 3:30 in cron talk ?00:10
EvilSush1am00:10
purpley123ilovefairuz, What command?00:10
ssbplshello,everyone! i come up to a problem: when i login the system ,something wrong happen: could not update ICEauthority file! i am using the ubuntu 9.1000:11
ilovefairuzpurpley123: sudo apt-get install bcmwl-kernel-source00:11
genellerhi again, i know this is dummy question but, i got a icons theme and i want those icons be smaller00:11
ssbplswhat 's the matter?00:11
m4vTheBeige: I'm looking around but I can't find anything that would help you :/00:11
yeatsg11992: I'm assuming you typed this out rather than pasting?00:11
dizitalEvilSush1: when i was installing the drivers i enable it has i was installing it00:11
ssbplswho can help me ?00:11
yeatsg11992: try doing 'sudo apt-get -f install' and please paste the output00:12
EvilSush1ssbpls: whats the permissions on the file?00:12
sam-_-EvilSush1, i guess00:12
RoastedDoes anybody else find VLC sometimes has poor audio playback? Every now and then when watching a concert, whether it be MKV or AVI or whatever, I'll her a split second "pop" or mute in the audio, yet the video is fine. Movie Player with these SAME videos = perfect...00:12
dizitalEvilSush1: http://pastebin.com/4ZWarY1J00:12
purpley123ilovefairuz, Says I already have the newest version and nothing was installed/removed and upgraded00:12
ilovefairuzpurpley123: reboot and check the network00:12
=== QB is now known as QuB1t
g11992yeats: ok, i will do, sry00:13
jackoi don't use vlc use built in on gnome00:13
ssbplsi have use my recovery model to find this file. but it isn't there!00:13
purpley123ilovefairuz, Alright00:13
ZoresvitRoasted: works fine for me, but I really lack the feature of starting from last playback position00:13
dsnydersGot it!  rename -v 's/\ /0/' Season*00:13
ssbplsthe system has told me that it is in the /home/ssbpls00:13
g11992yeats: may i insert the modem or without inserting it?00:13
RoastedZoresvit, have you actually cranked up the volume on say, a live concert, and watched it on VLC?00:13
EvilSush1ssbpls: ls -lah /home/user/ whats the permissions on the .ICEauthority file?00:14
sam-_-Roasted, i don't have the problem. but you could try setting a higher buffer and selecting a different audio output driver00:14
Roastedsam-_-, how do you set a higher buffer?00:14
ssbplsthere is no .ICEauthority file00:14
sam-_-Roasted, is the file on the network or local?00:14
DanielGah I'm going nuts... can't mount this bloody drive (internal SATA, 250G, NTFS), Ubuntu recognised it at first, no problems, then I moved around SATA ports, then I installed Win7 (seperate new drive) and it won't mount... et al :(. I can access it in Win7 but, says no errors. Ubuntu says "File system NOT clean", and refuses to mount, but can see it in the manager...00:14
Roastedsam-_-, local00:14
jacko/etc/mount or /etc/mnt00:15
EvilSush1ssbpls: uhh then try touching it and make sure it has your owner and 644 permissions00:15
sam-_-Roasted, then access modules -> file00:15
sam-_-Roasted, there is sth. called caching value00:15
ilovefairuzDaniel: boot to windows and "disk check" that drive00:15
Roastedsam-_-, access modules - file?00:15
ZoresvitRoasted: Not live concerts, but .mkv movies. everything seemed to be fine00:15
DanielIn windows atm, just did chkdsk, not a problem00:16
RoastedZoresvit, good to know. one of my concerts is an MKV...00:16
ilovefairuzDaniel: ok then, boot back into ubuntu00:16
Danielk... brb :P00:16
yeatsg11992: not sure it matters for the error you posted... it's a package manager error that doesn't have much to do with connectivity00:16
=== paul__ is now known as nunya
sam-_-Roasted, prefs -> then select show settings all -> input/codecs -> access modules -> file00:16
ilovefairuzDaniel: hopefully you checked the right drive!00:16
christhecoolboystill not working ;'(00:16
ssbplstouch it ? and then how to find back my lost file? i have searched it that my file have been locked .00:17
sam-_-Roasted, ctl+p will give you prefs00:17
nunyawhy does my computer start off muted when I start it up?00:17
Roastedsam-_-, got it.00:17
jackochkfs /dev/drive      where drive is drive and -t filesesystemtype is a possible option00:17
sam-_-Daniel, you don't hibernate windows, do you?00:18
EvilSush1ssbpls: you said its not there. So how can It be locked if its not there?00:18
christhecoolboyMCP79 High Definition Audio - MSI AE2020 - No sound, any more ideas... I REALLY need this pc, its the only one I could record let's plays on...00:18
sam-_-Daniel, if so, don't.00:18
ilovefairuzjacko: NTFS support is still patchy00:18
ssbplsEvilSush1:when i view my home file, all my files have lost...00:19
daniel_aight, back in00:19
sam-_-christhecoolboy, what did you try already?00:19
plut0my wireless doesn't auto connect on login, any idea how to fix this?00:20
ssbplshttp://paste.ubuntu.com/554905/00:20
christhecoolboyI have tried alsamixer00:20
christhecoolboybringing it up to full on everything00:20
ssbplsthis is my hoome file lf00:20
sam-_-daniel_, you don't hibernate windows, do you?00:20
christhecoolboyI have also printed off a list...00:20
ssbplsthis is my home file ls00:20
christhecoolboythat didnt help00:20
daniel_nope00:20
daniel_Running Win7 on a 64G SSD, and Ubuntu on a 32G SSD...00:20
sam-_-christhecoolboy, and how do you test if the sound is working?00:21
shcherbakssbpls: it is encrypted00:21
EvilSush1okay guys im out00:21
sam-_-christhecoolboy, are your speakers working?00:21
EvilSush1hope you guys get your stuff figured out!00:21
ssbplsi feel it00:21
christhecoolboyI go in to sound...00:21
christhecoolboyand click on test speakers00:21
christhecoolboynothing comes out00:21
ssbplsand how to decrypted?00:21
christhecoolboyat all00:21
ilovefairuzplut0: righ click on network icon, select edit connections, edit your wireless one and check if it's set to automatically connect?00:21
plut0ilovefairuz: it is00:21
sam-_-christhecoolboy, this test doesn't work00:21
daniel_Ubuntu has 14s boot time... not bad :P00:21
sam-_-christhecoolboy, you have to test it another way00:21
christhecoolboyhow?00:22
ssbplsi didn't to anything ,how can it been encrypted?00:22
shcherbak!ecryptfs00:22
sam-_-christhecoolboy, try: aplay /initrd.img00:22
ilovefairuzplut0: try deleting it and redoing the configuration, it's brute i know but works for me sometimes when NM goes haywire00:22
daniel_Anyway, any ideas on how I can mount the 250G Sata?00:22
ssbplsi didn't do anything , how can it been encrypted?00:22
plut0ilovefairuz: yah i tried that also00:22
ssbplsand how to encrypted it out?00:22
plut0ilovefairuz: the ssid isn't broadcasting on this wifi, not sure if that is causing the issue00:23
christhecoolboyPlaying raw data '/initrd.img' : Unsigned 8 bit, Rate 8000 Hz, Mono00:23
ssbplsand how to decrypted it out ?00:23
christhecoolboyAll I hear is the sound of my PC00:23
christhecoolboyclicking00:23
ilovefairuzplut0: don't think so, i have it set to hidden too00:23
tensorpudding-222222200:23
christhecoolboyno sound at all00:23
ssbplsshcherbak:how to decrypted it out ?00:23
tensorpudding110122300:23
tensorpudding600:23
tensorpuddingwoops00:23
=== quinn is now known as quinnw
tensorpuddingdon't drop things on keyboards, kids00:23
sam-_-christhecoolboy, alsamixer everything is cranked up?00:24
ssbplswho can help me ?00:24
christhecoolboytensorpudding, especially if its liquid00:24
shcherbakssbpls: https://help.ubuntu.com/community/EncryptedHome read this, please.00:24
christhecoolboysam-_-, everything00:24
christhecoolboythe two things that cannot be are headphones and speakers00:24
ilovefairuzchristhecoolboy: and unmuted? use the m key00:24
quinnwHeyo.00:25
daniel_So the problem again: 250G HDD won't mount in Ubuntu, was recognised before SATA cables moved around. Recognised in Win7. Ubuntu DISK utility says "File system NOT clean", and mount: according to mtab, /dev/sdc1 is already mounted on /00:25
shcherbakssbpls: and: less /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt00:25
daniel_Win7 chdsk returned 100% A-ok00:25
christhecoolboyeverything is green, ilovefairuz00:25
christhecoolboyif I press M, it changes to MM00:26
christhecoolboyso I changed it back00:26
quinnwWould anyone here be willing to [try to] help me use my Wacom tablet with GIMP?00:26
ilovefairuz!ask | quinnw00:26
ubottuquinnw: 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. :-)00:26
quinnwHehe.00:26
sam-_-daniel_, then try ntfsfix but i hope you have a backup of the data in question :-)00:27
nvissbye00:27
shcherbakilovefairuz: That was stange.00:27
daniel_But the drives fine? :P00:27
quinnwI did ask.00:27
daniel_Its obviously an Ubuntu  problem00:27
christhecoolboyquinnw, you have to explain your problem00:27
sam-_-daniel_, it is ntfs, right?00:27
ssbplsshcherbak:http://paste.ubuntu.com/554912/00:27
daniel_unfortunately, yes00:27
christhecoolboylike you dont say "help me with this problem"00:28
quinnwHmm but I suppose you're going to need more info00:28
christhecoolboyyou explain whats wrong exactly00:28
jackobeen doing some stuff on fractional powers of negatives, while keeping x^-1 fixed and letting the other float to new ground, but whats the current on ubuntu and fixing the g panel blutooth when the phone goes out of range00:28
g11992yeats:http://paste.ubuntu.com/554913/00:28
Guest46619#00:28
daniel_nvm00:29
sam-_-daniel_, you can also force the mount. again: have a backup of your data ready...00:29
daniel_I fixed it00:29
daniel_I removed the lines in fstab00:29
Guest46619#string00:29
daniel_For it00:29
daniel_And then remounted it00:29
daniel_worked00:29
FloodBot4daniel_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:29
quinnwBefore I do, I should mention that I'm not using Ubuntu. So feel free to stop me now.00:29
sam-_-lol @ FloodBot400:29
EvilPhoenixwhat's a good webmin alternative?00:29
Guest46619+ls00:29
dabukalamEvilPhoenix: eBox, but I hate it, but eBoz00:29
ilovefairuzquinnw: what are you using?00:29
quinnwSlackware.00:29
daniel_In 1 line (lol): Removing the lines in fstab, then remounting it worked a beaut... no idea why?00:29
christhecoolboyquinnw, a lot of us do not know other OS, but we would like to know what OS u have00:30
shcherbakssbpls: if you cannot cd into .private then rum command to mount it00:30
dabukalam!ebox | EvilPhoenix00:30
ubottuEvilPhoenix: ebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox00:30
christhecoolboyWTF is slackware?00:30
quinnwHehe00:30
christhecoolboyI have never heard of it?00:30
TheBeigem4v, thanks anywayu00:30
m4vquinnw: sorry, but this is a Ubuntu support channel, we can't help you00:30
ilovefairuzquinnw:  try #ubuntu-offtopic00:30
dabukalamchristhecoolboy: a distribution00:30
sam-_-!who christhecoolboy00:30
dabukalam!slackware00:30
ubottuOther !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Slackware (using other packaging systems)00:30
quinnwI understand.00:30
sam-_-!who | christhecoolboy00:30
ubottuchristhecoolboy: 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 :)00:30
christhecoolboysam-_-, I was not asking him, I was asking everyone00:30
shcherbakchristhecoolboy: slax is other linux camp, and it is not "slax wtf" but SLAX FTW00:31
sam-_-christhecoolboy, ok then :-)00:31
yeatsg11992: I'm assuming the delays are because you only have one computer and you're having to reboot into ubuntu, then back into Windows?00:31
quinnwI'll pop over to offtopic in a bit here. Thank you for the advice!00:31
yeatsg11992: just checking ... ;-)00:31
sam-_-shcherbak, slax != slackware00:31
g11992yeats: you are right00:31
christhecoolboyquinnw, no probs! :)00:31
yeatsg11992: ok - I'll keep that it mind ;-)00:32
christhecoolboysam-_-, any ideas?00:32
christhecoolboysbout this problem00:32
shcherbaksam-_-: lazy on typing, and in that moment it didnt matter00:32
quinnwNeedless to say, while there are things I appreciate about Slack, I'm less likely to get help with the little stuff there.00:33
sam-_-christhecoolboy, did you try the unmute thing?00:33
Omega11hi00:33
christhecoolboyyeah00:33
christhecoolboystill nothing00:33
shcherbaksam-_-: (slackware (slax) )00:33
Omega11i tried ubuntu linux but i hated it00:33
Omega11so i went back to windows00:33
quinnwHEATHEN /kidding00:33
ilovefairuzOmega11: that's alright, but this channel is solely for ubuntu support questions00:34
Omega11i have a question then00:34
opiumJOmega11, I doubt you will convert the entire server so please stay on topic ?00:34
Omega11why does ubuntu suck00:34
dabukalamopiumJ: hhaha!00:34
ilovefairuz!ops | Omega1100:34
ubottuOmega11: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, bilalakhtar, Jordan_U, or rww!00:34
tensorpuddingthis is a help channel00:34
Guest46619#join00:34
tensorpuddingyou can discuss this in #ubuntu-offtopic00:34
shcherbakOmega11: It is not designed for debils?00:34
dabukalamOmega11: what did you hate about ubuntu exactly?00:34
christhecoolboyOmega11, you shouldnt really dis an operating system that nearly all of the people use, this channel is to help people with their problems...00:35
tensorpuddingand you might try phrasing it to be less provocative?00:35
jayd3ehow do i change which python interpreter is called.  I have added `/opt/Python-2.6.4/bin` to the front of my PATH, and done a source ~/.profile, but it is still calling the python located at /usr/bin00:35
sam-_-do NOT feed the troll :-)00:35
Omega11i didn't like it because wow wouldn't install00:35
chrisgigglesit sucks because it doesn't have a good music production suite00:35
quinnwO.o00:35
sonataThat's why you come to the help channel.00:35
dabukalamOmega11: Have you ever walked into a bar full of rugby buffs and declared your hate of rugby, and proclaimed that everyone who plays rugby has a vagina?00:36
insane_kangaroodon't worry, he pulls the same stuff in #debian00:36
insane_kangaroohe doesn't even know how to use Google00:36
yeatsg11992: you're not the only one with this problem.  see here: https://answers.launchpad.net/ubuntu/+question/12638400:36
quinnwFor what it's worth Omega11 that does suck. But that's Blizzard's fault.00:36
sam-_-!ot00:36
ubottu#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!00:36
Lint!wine00:36
ubottuWINE 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 Ubuntu00:36
* EvilPhoenix calls an op00:36
dabukalam!whiskey00:36
sam-_-!cookie00:36
ubottuWow! You're such a great helper, you deserve a cookie!00:36
jayd3ehow do i change which python interpreter is called.  I have added `/opt/Python-2.6.4/bin` to the front of my PATH, and done a source ~/.profile, but it is still calling the python located at /usr/bin00:37
insane_kangaroo!chocolatemilk00:37
nit-witdabukalam, no but if you can hum a few bars I will see what I can do.00:37
insane_kangarooUncleD: hey! :D00:37
UncleDheyyy00:37
insane_kangarooUncleD: how are you doing? :D00:37
UncleD:)00:37
tensorpuddingjayd3e: why are you trying to block the main python?00:37
shcherbakinsane_kangaroo: really, lets go to check on fedora too...00:37
UncleDinsane_kangaroo: good, you?00:37
Omega11python is a dumb program00:37
tensorpuddingjayd3e: that can cause system breakage for scripts that search $PATH00:37
Omega11i use visual basics00:37
EvilPhoenix!ot | UncleD and insane_kangaroo00:37
ubottuUncleD and insane_kangaroo: #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!00:37
insane_kangarooUncleD: did I tell you I moved from Homer to Pittsbugh? >.>00:37
ilovefairuz!ops | Omega1100:37
ubottuOmega11: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, bilalakhtar, Jordan_U, or rww!00:37
* Lint yawns00:37
UncleDinsane_kangaroo: nope!00:37
sam-_-jayd3e, why not call it directly?00:38
jayd3etensorpudding:  because I am installing a webframework and I want python to only have certain packages enable00:38
jayd3eenabled*00:38
dabukalam!3.14200:38
elkyOmega11, you've been asked to tone it down.00:38
Omega11elky: suck my balls i can say what i want its a free country00:39
tensorpuddingjayd3e: you can't specify PYTHONPATH in the webframework?00:39
sam-_-jayd3e, the webframework will not honor then path you set for bash00:39
ilovefairuzjayd3e: in your  entry point script, you can change the very first line that starts with #!  (the "shebang") to your interpreter of choice00:40
christhecoolboysam-_-, I have tried mute/unmute, I have tried Aslamixer, I have tried google (so annoying), also (from earlier) this may help: http://www.alsa-project.org/db/?f=d3fa442622cad8aaba9aaef2787650bf0242159e00:40
jayd3etensorpudding: i was changing it for more of a convenience matter, so i don't have to type out the full path00:40
Lintwhy does Gnome clock says it shows my appointments, but when I click there's none? I have Evolution installed00:40
yeatsg11992: this looks like a bug... I'm not sure what to advise if the thread I pointed you to does not help :-/00:40
jayd3ebut yah i plan on configuring it in the framework00:40
Lintor I need a other calendar?00:41
jayd3ekk nevermind i guess it isn't a big deal, thanks for your input00:41
g11992yeats: if i paste the result in the thread, can i get the answer?00:41
sam-_-christhecoolboy, hwo are your speakers connected?00:41
sam-_-christhecoolboy, hwo=how00:41
christhecoolboythey are part of the PC00:41
christhecoolboyits a MSI AE202000:41
yeatsg11992: you mean on the launchpad question thread?00:41
christhecoolboyBuilt all in one00:42
g11992yes00:42
yeatsg11992: dunno - maybe ;-)00:42
g11992yeats: ok, i will do it, but please dont go away. thank u very much.00:42
sam-_-christhecoolboy, are they enabled in the bios? (can you confirm they work? like in windows?)00:42
yeatsg11992: sure ;-)00:42
christhecoolboyyes00:43
christhecoolboythey worked in windows00:43
christhecoolboyas soon as I installed ubuntu00:43
christhecoolboyit didnt00:43
g11992yeats: ;-)00:43
ahaney3Hi, I'm currently running ubuntu on a few machines that I own, and I'm running Ubuntu instances in the amazon EC2 cloud, is there any way to run a private ubuntu cloud that fails over to aws ec2?00:43
FloodBot4christhecoolboy: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:43
drahxI have 5 Shared folders but only 4 will mount when I connect to the server.... any ideas?00:43
aeon-ltddrahx: user and password problems?\00:44
paulDv2 is finally complete, http://www.dirtycraig.com00:45
varunHello every one varun here.Could someone tell me why a cut button would be greyed out for a simple pdf file00:45
drahxall of the other folders are fine00:46
=== cp is now known as Guest54397
drahxnow it seems that 4 are mounted on one machine and no more folders can be mounted on this or other machines...00:47
christhecoolboysam-_-,  is there anything else that you would like me to tell you about the computer?00:47
christhecoolboyor anything else you'd like me to try?00:47
sam-_-christhecoolboy, aplay -L post to pastebin00:47
christhecoolboyok00:48
webPragmatistwhats the proper place to install something like git repositories?00:48
sam-_-varun, u use adobe reader?00:48
webPragmatisti see alot of /var/repos00:48
christhecoolboysam-_-,  http://paste.ubuntu.com/554918/00:48
aeon-ltd!git00:49
ubottuGit is a distributed revision control/software code management project created by Linus Torvalds. For more information, see http://en.wikipedia.org/wiki/Git_(software)00:49
jackojayd3e: is the firstline #!/usr/bin/python or another one?00:49
webPragmatistaeon-ltd: ?00:49
Idol_Mindcan anyone recommend a good resource for scripting in linux? (Newbie Friendly)00:49
mashi00:49
shcherbak!abs | Idol_Mind00:49
ubottuIdol_Mind: Advanced Bash-Scripting Guide, obtainable with ${package-manager} install abs-guide, is a quick and comprehensive guide to bash (command line) scripting in *nix systems. It is also viewable via web at http://tldp.org/LDP/abs/html/00:49
ilovefairuzwebPragmatist: doesn't matter as long as access control is maintained00:50
ilovefairuzwebPragmatist: i would use mercurial (hg) though ...00:50
webPragmatistilovefairuz: okay… thanks00:50
Idol_Mindshcherbak, thanx00:50
xorwhyis there a way to scan for wireless networks in such a way that only returns WEP encrypted networks?00:50
butch128Is OCFS2 broken on ubuntu 10.04 server?00:50
webPragmatistilovefairuz: no thanks00:50
sam-_-christhecoolboy, maybe you missed sth. in alsamixer? i don't have a better idea right now00:51
webPragmatist:)00:51
ilovefairuzwebPragmatist: all the best :)00:51
christhecoolboyhow do I do that?00:51
=== Guest54397 is now known as linuxtech
webPragmatistis there like a vim tutorial video tutorial ideally00:51
ilovefairuzwebPragmatist: youtube?00:51
ThopterHow do I adjust the limits to the size a window can maximize to?00:51
jackohow do you install openJDK security keys?00:51
webPragmatistilovefairuz: ya they are pretty mixed though00:52
precubcrplease, anybody can help me ? i hhave installed my kubuntu 10.10 but after update , and restart happens this http://www.youtube.com/watch?v=Hr-853V83r800:52
shcherbakxorwhy: iwlist wlan0 scanning | grep WEP (more versalite command will give nicer results).00:52
christhecoolboywebPragmatist, if you are gonna record tutorials, I'd suggest blip, I heard they have up to 30 min videos at a time?00:52
xorwhyshcherbak: iwlist scan returns no lines with pattern WEP00:53
sam-_-xorwhy, try with grep -i00:53
christhecoolboysam-_-,  "christhecoolboy, maybe you missed sth. in alsamixer?" <<What do I do to fix that? I'm not that talented with alsa00:53
Kevin147I'm having trouble with Pidgin. I won't be doing anything with it, and it randomly freezes. When I type it freezes, it just keeps freezing. How do I fix this?00:53
ilovefairuzKevin147: using desktop effects (compiz?) try disabling it00:54
jackoKevin147: works fine for me, ICQ does not work though, so looks like I'll leave it00:54
yeatswebPragmatist: http://vimcasts.org/about00:54
webPragmatistyeats: thanks!00:55
Kevin147jacko: I use xchat for icq. I use Pidgin for msn and yahoo and google.00:55
sam-_-christhecoolboy, hmm. maybe it is easiest if you post a screenshot of alsamixer.00:55
Kevin147ilovefairuz: yeah its on, but I need it on in order for docky to work. It just started doing this a few days ago.00:55
ThopterI want to limit how big firefox and other windows get when maximized. How do I do this?00:55
christhecoolboysam-_-,  would you like to teamview with me?00:56
christhecoolboyat least then you can have control00:56
christhecoolboyand know what your doing00:56
sam-_-christhecoolboy, ok. we can do that too00:56
christhecoolboyPM me please00:56
christhecoolboyI dont wanna give my teamview out00:56
christhecoolboyto everyone00:56
yeatswebPragmatist: also http://video.google.com/videoplay?docid=2538831956647446078# - by Bram Moolenaar, the creator of vim00:57
pgpkeyshey lefty00:57
leftyfbheh00:57
leftyfbhiya :)00:57
* yeats gets back on topic ;-)00:57
shcherbakxorwhy: I think, it need a bit more... moment00:57
pgpkeysif he learns to read a man page right, he won't have ops yelling at him and the like. his fault not ours00:57
Nexxusif i put a program in /etc/init.d/ will it run every time i execute the programs name in a shell?00:57
pgpkeyserr, sorry meant that for the other chan00:58
ilovefairuzKevin147: this will remove your current configuration settings and you will have to reconfigure again: rm -fr .purple    ... perhaps something is wrong in there00:58
g11992yeats: its really a bug. the given link do not have any commands. will u help me in this. also, can i connect the internet through any port in internet centers and download the required software like wine?00:58
yeatsNexxus: it will execute every time the computer starts00:58
Nexxusyeats: where do i put my program if i just want to be able to run it like program_name in a shell instead of having to navigate to a directory and ./program_name01:00
yeatsg11992: if it's a bug, there's nothing I can do, sorry01:00
* yeats is not a programmer ;-)01:00
ilovefairuzNexxus: in ~/bin01:00
jcgsNexxus: it has to be in a location in $PATH01:00
yeatsNexxus: in your $PATH - you can create a directory in your /home called 'bin' and put the program there01:00
mike#/tv/shows01:01
pgpkeysif [ -d $HOME/bin ]; then export PATH = $HOME/bin:$PATH ; fi01:01
induzok I have this iPod touch and it does not support DiskMode...have u used Yamipod??01:01
webPragmatistyeats: this is great… this guys compares it to textmate which i am used to01:02
ssbplsto the problem, the reason has been out yet. but how can i login the system and decrypted the dir?01:02
yeatswebPragmatist: great!  glad it helps01:02
induzHow can i install yamiPod??01:03
ThopterI want to limit how big firefox and other windows get when maximized. How do I do this?01:03
ScuniziI have kubuntu and ubuntu installed in different partitions.  Kubuntu shows up 1st on grub list and there is an error on ubuntu where I get interimfs.  If I reinstall ubuntu grub will place ubuntu first on the list. If I got back to kubuntu and update-grub will that place kubuntu first?01:03
shcherbakxorwhy: found this script to start from http://www.linuxquestions.org/questions/programming-9/list-number-of-available-open-wep-wpa-networks-from-iwlist-scan-820466/01:03
ssbplshttp://paste.ubuntu.com/554920/01:03
induzfrom here http://www.yamipod.com/main/modules/docs/help/install_linux.php01:04
jackonetbeans on jolicloud has to be unmaximized to see the ide01:04
llua@Scunizi, yes01:04
ilovefairuzThopter: check wmctrl, might be what you need (when combined with gnome's global shortcuts)01:04
Nexxusthanks everyone01:04
Scunizillua: that sounds definitive.  Thanks01:04
ssbplshow to solve it ?01:04
ilovefairuzThopter: are you looking for something like aero snap?01:04
Thopterilovefairuz: don't know, haven't heard of it before01:05
ilovefairuzThopter: resizing windows to be exactly half the screen?01:05
ssbplshow to login the system and decrypted the file and the problem " could not find the ICEauthority file " is solved?01:05
Thopterilovefairuz: nope, I'm running an rss news ticker at the top of my screen, just under the task bar, and I want windows when maximized to not overlap it, but to maximize to its lower edge as if it were the taskbar01:06
induzits tar.gz file01:09
induzhow can i install it?01:09
g11992yeats: ha, i need to take a break, i have been working on it for 9hrs whole the night. now its 5'0 clock in the morning. thank you very much for helping me. i will follow the answer launchpad and do whatever it says. but i want to know, ubuntu consumes time or make work easy, if it has no use i will quit, please help me in deciding01:09
ilovefairuz!compile | induz01:09
ubottuinduz: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)01:09
soreauinduz: What do you need to install that is not part of ubuntu repos already?01:09
IdleOneinduz: right click, extract and the read the README file01:09
ssbplswho can help?01:09
soreau! help | ssbpls01:10
ubottussbpls: 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. :-)01:10
yeatsg11992: when it works, it's great, but problems like yours are killers, especially if you're new... I think if you can find an alternative way to connect to the internet, Ubuntu would be really worth it01:10
ilovefairuzThopter: http://burtonini.com/blog/computers/devilspie/01:11
ilovefairuzThopter: there's a package for it01:11
g11992if it can be connected through a wired internet, can i install the modem later using internet?01:11
yeatsg11992: very possibly01:11
jackorestart bluetooth stack by turn off blue tooth and then connect to wireless network indicated is only solution for phoneout then in range, so why does this not default when port busy?01:11
massacolhello! i need help with my wireless connection. it just dropped earlier and now i cant connect not even via cabled01:12
g11992how can?01:12
yeatsg11992: I don01:12
yeats't know01:12
massacoli got in log something like CTRL-EVENT DISCONNECTED01:12
Ig0rhi boys :) anyone to help me plsss.i want to hide my OS version01:13
g11992ok,. thank u very much. dont think bad of me, bye01:13
Ig0rafter scan local network01:13
TuskRattleIg0r01:13
TuskRattleare you a girl01:14
induzsoreau, I downloaded but can not install yamiPod01:14
ssbplstoday i come up to a problem, when i login the system something wrong happened: could not find the .ICEauthority file. And i have found out the reason that the "/home/ssbpls" is encrypted . And i also find out that the login password and the decrypted is deferent . And how can i login the system with the file decrypted?01:14
TuskRattlei can help you hide your OS01:14
yeatsg11992: good luck01:14
ilovefairuz!offtopic | TuskRattle01:14
TuskRattleif you are a girl01:14
ubottuTuskRattle: #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!01:14
TuskRattle!banned-from-offtopic | ilovefairuz01:14
g11992yeats: ;-))01:14
Ig0rTuskRattle:  not baby01:14
r000t_laptopAnybody know why nautilus randomly decides it's time to rape my processor?01:14
TuskRattleIg0r may ask why you want to hide your OS version01:14
elkyTuskRattle, that doesn't mean you can be offtopic here.01:14
ilovefairuzTuskRattle: just stick to technical questions01:15
TuskRattle!mind-your-bees-wax | elky01:15
EOF-senseilibwebkitgtk seems to have disappeared in 11.0401:16
Ig0rtnx elky01:16
induzits tar.gz file01:16
EOF-senseihow might I install gimp?01:16
ilovefairuzEOF-sensei: sudo apt-get install gimp01:16
nyRednekok, what tool do most here use to take screenshots, since xv isn't available01:16
pgpkeysapt-get install gimp01:16
pgpkeysilovefairuz: hehe01:16
elkyIg0r, if you get creepy questions like that again, feel free to mention it in #ubuntu-ops01:16
EOF-senseiilovefairuz: I mean it depends on libwebkitgtk01:16
EOF-senseiand thus it won't work01:17
ilovefairuz!natty | EOF-sensei01:17
ubottuEOF-sensei: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011 - Help and support (only) in #ubuntu+1 - Natty is unstable and is not intended for production systems.01:17
induzsoreau, I am trying to install YamiPod01:17
yeatsnyRednek: I use gimp, but you may not need something as complex as that01:17
pgpkeysilovefairuz: you're too fast.01:17
atxqso just wanted to know if there is an equalizer available for alsa to ajust line-in audio?01:17
EOF-senseibots make me want to rip my eyes out and stick them into my rectum01:17
ilovefairuzpgpkeys: the credit is ubottu's :)01:17
pgpkeysilovefairuz: you knew the trigger :)01:18
induzsoreau, it says YamiPod for linux uses FMODEx (http://www.fmod.org), a cross platform audio library01:18
induzI downloaded and extracted the file but unable to install01:18
ilovefairuzatxq: it's usually implemented within the audio player/software itself01:18
atxqI want to ajust the audio in firefox01:18
EOF-senseiI don't care how little you know about ubuntu, just point me to the right place01:18
pgpkeysEOF-sensei: basically the point is you're not going to get unstable help in here01:18
induzis there any s/w to install .tar.gz files01:19
atxqI need to ajust the audio in a live stream ustream/justin.tv01:19
pgpkeysthe channel is for the official release. see the natty mailing lists for help relating to the unstable development version01:19
induzarchieve manager is not capable01:19
aeon-ltdinduz: not directly, in a one step way01:19
atxqunfortunately I cannot open it inside a player like vlc01:19
induzhow can the>01:19
yeats!tar01:19
ubottuFiles with extensions .tar, .gz, .tgz, .zip, .bz2, .7z, .ace and other archive file formats can be opened with file-roller (GNOME) or Ark (KDE) - Also see https://help.ubuntu.com/community/FileCompression01:19
atxqso since it is inside the broswer, I wanted an equalizer to ajust the system line-in audio01:19
nyRednekyeah, i want something simple01:20
nyRedneki used xv on slackware, but obviously, that package doesn't exist on ubuntu01:20
induzI mean they write s/w on tar.gz extension and dont have a single program to install on a way01:20
tulimaqheya,is there any good M$ Autoroute alternative for ubuntu out there ?01:20
atxqubuntu needs a default eqalizer to ajust the sound01:20
pgpkeysinduz: no they dont write software on tar.gz. its a COMPRESSION format01:20
nyRednekinduz: they package source code in a tar.gz01:20
pgpkeysnot a package format01:20
induzaeon-ltd, How can i install this tar.gz files which i downloaed01:20
R0b0t1Hello, I am unable to connect to my hidden wireless network. When I attempt to connect, I am prompted for the encryption type. I enter this and the key correctly, but the widget in charge of connecting fails. There is no error message, it just prompts me again.01:20
nyRednekinduz: and you can *always* build it01:21
semitonesHey  guys I'm sorry but it looks like I'm in a difficult spot... when I boot into Ubuntu, i'm taken to the CLI. GDM says it's already running, but in F8 all I see is a blinking cursor01:21
=== A_GUI_Booger is now known as Substream_AI
pgpkeysinduz: you extract the file using file-roller or tar and then rfollow the readme01:21
semitonesI'm not sure what to do from here01:21
=== Zhang is now known as Guest57432
induznyRednek, Readme doesnt say much01:21
nyRednekinduz: try ./configure01:21
induznyRednek,  what is that??01:21
nyRednekinduz: then, i don't know...make?01:21
pgpkeysit will tell you step by step how to build ing. usually ./configure && make && make install01:22
nyRednekinduz: delete ubuntu and reinstall windows xp...you are obviously lacking the intellect to do basic unix software admin01:22
pgpkeysinduz: i would suggest a bit of googling for autotools autoconf configure and make01:22
induznyRednek, what is ./configure01:22
jackothere should be a c farts directory which gets filled with all symlinks to all libraries, and then cc would work out the box...01:22
induznyRednek, i am learning01:22
* nyRednek waits for kickban01:23
semitoneswhat should I do to find out why my GUI isn't working?01:23
pgpkeysINDUZ: i would suggest a bit of googling for autotools autoconf configure and make01:23
induznyRednek, I was on Xp and now i am on Lucid01:23
pgpkeys*sigh* and of course he's going to ignore me since he wants hand holding01:23
induzpgpkeys, I tried the apt-get way too01:23
ssbpls today i come up to a problem, when i login the system something wrong happened: could not find the .ICEauthority file. And i have found out the reason that the "/home/ssbpls" is encrypted . And i also find out that the login password and the decrypted is deferent . And how can i login the system with the file decrypted?01:23
pgpkeysinduz: do what i told you01:24
tulimaqsemitones, what seems to be the problem ?01:24
pgpkeysTHEN follow the readme01:24
Sunsp0tHas anyone installed Ubuntu with LUKS encryption? It rocks!01:24
induzpgpkeys, I am trying to google it01:24
Dakravhow do i register a chanel with xchat genome?01:24
R0b0t1Hello, I am unable to connect to my hidden wireless network. When I attempt to connect, I am prompted for the encryption type. I enter this and the key correctly, but the widget in charge of connecting fails. There is no error message, it just prompts me again. Is it impossible to connect to both a wired and wireless network?01:24
induzpgpkeys, thanks for understanding and frustation for a new user01:24
semitonestulimaq, when I boot up, I get the CLI instead of gnome. GDM says it's running, so I don't know what to do from here01:24
ilovefairuzinduz: i checked yamipod01:24
IdleOneDakrav: /msg chanserv help register more help in #freenode01:24
teageproblem with my display, says out of range when playing some of my linux games. they worked before but now they are out of range.01:24
pgpkeysinduz: well you are RAPIDLY reaching the limit of my patience01:24
drop_bearwhat's the name of the ubuntu beginers channel01:24
pgpkeysdrop_bear: good question01:25
Dakravthanks01:25
precubcrdrop_bear #ubuntu01:25
ilovefairuzinduz: it's not a source package, it's a binary (precompiled) one01:25
drop_bearoh01:25
IdleOnedrop_bear: #ubuntu-beginners01:25
jackodakrav: open the Xchat:Netwok list menu and select then edit01:25
drop_bearthanks01:25
semitones:)01:25
mrhttpsomeone know backtrack channel?01:25
tulimaqsemitones, what happens when press control+alt+f701:25
IdleOnemrhttp: #backtrack-linux01:25
massacoli got this error wlan0: deauthenticating from 00:24:01:e7:94:75 by local choice (reason=3)01:26
jackoto exe .bin, use terminal and go to placeof the .bin and run        ./name.bin01:26
mrhttp10x01:26
induzilovefairuz, yes its a binary pack.. i am trying to figure out how to install from binary pack01:26
pgpkeys10x?01:26
semitonestulimaq, I've tried f7 and f8 -- f7 just has boot messages01:26
Blueleafk01:26
semitonestulimaq, f8 has a blinking cursor -- i'm in f1 now01:26
IdleOnepgpkeys: aol speak, means thanks01:26
pgpkeysoh geez01:26
ilovefairuzinduz: you don't install, you just run it01:26
tulimaqsemitones, and what video card u have ?01:26
semitonestulimaq a newish gforce01:27
ub3rst4rdoes anyone know if there is a offtopic channel?01:27
semitonesum let me see01:27
preecheri am using ubuntu 10.10--i have installed ndiswrapper common and ndsi utili ---now i need to install wireless drivers--i have the drivers but dont know how to manually install them01:27
thiebaude#ubuntu-offtopic01:27
thiebaudeub3rst4r,01:27
jackoinduz: xterm       then ls and cd to get there      try man ls       and man cd       and   ./name.bin   when you in right directory containing name.bin01:27
ub3rst4rthiebaude a meant just a general offtopic channel01:27
tulimaqsemitones, hm interesting and it worked before or its a fresh install ?01:27
semitonesGT 24001:27
thiebaudeahh ok ic01:27
MrKeunerhisto, is it possible to do a setup: an encrypted file, when clicked on it password is asked for mounting it. I'll be able to see/modify the contents01:27
semitonestulimaq, it's worked before -- I did just change the gfx card though01:28
MrKeunerhisto, sorry wrong tab completion01:28
induzilovefairuz, how can i run it/01:28
Thopterilovefairuz: thanks for the devilspie link... though I'm wondering if there's a setting somewhere so that the window will only maximize to set limits when the maximize button is clicked01:28
semitonesdo you think that's what happened?01:28
MrKeunerhisto, is it possible to do a setup: an encrypted file, when clicked on it password is asked for mounting it. I'll be able to see/modify the contents01:28
MrKeunerhello, is it possible to do a setup: an encrypted file, when clicked on it password is asked for mounting it. I'll be able to see/modify the contents01:28
Thopteri.e. how can I "trick" the windows into thinking that the taskbar is x pixels thicker than it really is01:28
jackoindus: q exits man01:28
ilovefairuzinduz: what are the file names inside that directory ?01:28
tulimaqsemitones, ok i see, maybe u should try to reconfure Xserver ?01:29
ilovefairuzThopter: you can do it with a devilspie script, did you check the link?01:29
Thopteryep, I looked at it, and several other sites about it. It seems to only apply to individual windows as they are created, instead of a global setting affecting all windows the same01:30
induzilovefairuz, hold on please let me figure it out where i downloaded it01:30
semitonestulimaq, alright, i'll give that a shot01:31
Blueleafhow does one remote desktop to a windows machine?01:31
preecheri have installed ndsiwrapper and i have downloaded my wireless drivers but i dont know how to insta01:31
preecherll them now01:31
ilovefairuzThopter: nope, devilspie scripts  can activate for any window01:31
aeon-ltd!ndiswrapper | preecher01:32
ubottupreecher: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs01:32
induzilovefairuz, here http://i.imgur.com/Au2ve.png01:32
Sunsp0tCan someone recommend the most user-friendly remote desktop solution for Ubuntu?01:32
Sunsp0tWindows 7 actually has a very simple one - I was wondering if there was something equally as convenient for Ubuntu.01:33
semitonesis there a new way to "dpkg-reconfigure xserver-xorg" or is that still what you do when X doesn't work01:33
ilovefairuzinduz: right click on yam-linux.tar.gz, select extract here, then enter that folder, and click on YamiPod01:33
robbyI am a complete n00b at linux, so i need some help with a problem im having.  some please pm me01:34
tulimaqSunsp0t, teamviewer.com is easy to use01:34
ilovefairuzsemitones: Xorg autoconfigures itself at unless you manually generate an xorg.conf file01:34
semitonesrobby, what seems to be the problem01:34
ilovefairuz!details | robby01:34
ubotturobby: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."01:34
semitonesilovefairuz, ok, so I'll just back up and delete it :D01:34
robbyok i just installed xubuntu 10.10, and i know its not a resoluton problem, but i cant figure it out01:35
induzilovefairuz, it says Could not open the file archive://file%253A%252F….tar.gz/yam-linux/YamiPod01:35
robbythe screen (desktop) is off center, and the windows arer cut off and partially showing on the right side, and also the mouse has to be above watever im clicking.01:35
Blueleafi need to know how to connect to my business computers which run windows01:36
ilovefairuzinduz: right click on the file yam-linux.tar.gz in the FILE MANAGER and select extract here.. you should get a new folder named just yam-linux01:36
=== rat is now known as Guest3001
ilovefairuzBlueleaf: try Vino?01:37
Blueleafvino?01:37
induzilovefairuz, yes i got a new folder and but..01:37
ilovefairuzinduz: inside of it there's a file called YamiPod, right?01:38
induzilove yes01:38
jackoBlueleaf: what does your network folderlook like in the file browser?01:38
ilovefairuzBlueleaf: it's a viewer for accessing remote window desktops01:38
induzilovefairuz, yes01:38
ilovefairuzinduz: so click on it, anything happens?01:38
fermulatorBlueleaf: i think gnome-rdp is the best01:38
Blueleafi will look for it01:38
induzilovefairuz, when i click that file it says Could not open the file archive://file%253A%252F….tar.gz/yam-linux/YamiPod01:38
tulimaqBlueleaf, teamviewer.com is probaly simplest way to do it .. works with firewalls also01:38
Blueleafis it easy to set up?01:39
drahxusing Samba, I was able to access 4/5 of my shared folders, but only on 1 machine, I restarted that machine and now cannot access any of my folders on any machine.01:39
laserdancemorning,guys01:39
drahxgood morning01:39
tulimaqBlueleaf, yes01:39
ilovefairuzinduz: are you clicking inside the file manager? not the small window01:39
fermulatorSunsp0t: gnome-rdp is good, the best solution is using "rdesktop" from the command line01:39
jackosmb sucks, whats the nfs manager like now adays01:39
induzfile manager ilovefairuz01:40
ilovefairuzBlueleaf: my bad, vino is a server not a viewer, i mixed them up01:40
fermulatorSunsp0t: i.e. "rdesktop -u <username> -d <domain> -z -x m -f -a 16 -0 -T <title_name> <ip_address_to_connect_to>"01:40
jackofile browserin gnome on title bar isfilemanager01:40
induzilovefairuz,  its under my /home directory01:40
ilovefairuzinduz: take screenshot01:40
drahxI would give up on samba if I thought I could install Openssh, but one look into the installation instructions shows I'm way to much of a noob for that.01:41
semitonesrobby -- is it like the screen is too big for the monitor?01:41
fermulatordrahx: suggest configuring samba server w/ "Webmin", it's way easier to deal with01:41
semitonesrobby?01:42
ilovefairuzdrahx: sudo apt-get install openssh-server   .. and it's done01:42
jackorun IIS on a windows machine, place all shares as under the http service directory, and limit access to local net and download onto ubuntu using chrome or such01:42
stealthc_is there a way that I can forcefully resize a fat32 file system to having 0 free space? (to get dd to be efficient)01:42
robbysemitones:  i know its not a resolution problem, but i really dont know how to explain it.  its like the desktop is to big, not the screen itself.01:42
fermulatorcan Windows machines access the server w/ openssh-server?01:42
induzilovefairuz, http://i.imgur.com/35lDI.png01:42
semitonesrobby, yes! that definitely happened to me once, and I was able to fix it01:42
fermulatorIf you're running a mixed OS network (Windows/Mac/Linux/Unix), samba is the way to go01:42
semitonesbut i'm not sure -- let me run a quick search01:43
ScuniziWhat command do I use on cli to find out the size of / and how much is used? in human readable format?01:43
robbykk01:43
ilovefairuzinduz: show me the error that pops when you click the YamiPod file01:43
stealthc_command line only -- I don't want api for this, I thought resize2fs -f /dev/sda5 620M would work but fails01:43
ilovefairuzScunizi: du -h   .. perhaps with --max-depth01:44
ilovefairuzman du01:44
semitonesrobby, ok it looks like the first step is to get the right graphics driver01:44
Scunizithanks ilovefairuz01:44
semitonesrobby, what happened when you tried?01:44
robbyi have a nvidia gforce 401:44
fermulatorScunizi: "df -h /" or "sudo du -h --max-depth 1 /"01:44
stealthc_Bad magic number in super-block while trying to open /dev/sdc101:44
stealthc_Couldn't find valid filesystem superblock.01:44
robbysemitones:  where do i find the correct driver? i looked, but couldnt find it.01:45
semitonesrobby, the thing to do is go to System>Administration>Additional Drivers01:45
semitonesrobby, and see what the program suggests01:45
Scunizifermulator: that worked much better.. it shows I have 9.7g and 8.3 used.. now how do I identify what's taking all that space?01:45
fermulatorScunizi: "disk usage analyzer" is a great graphical tool that comes with ubuntu01:46
Scunizifermulator: yes.. however I'm on kubuntu01:46
fermulatorScunizi: Menu --> Accessories --> Disk Usage Analayzer01:46
induzilovefairuz, now its doing nothing when i click on it01:47
fermulatorScunizi: the binary is called "baobab"01:47
hasee__i01:47
hasee__hi01:47
fermulatorScunizi: if you can't install that in Kubuntu, then use "sudo du -h --max-depth 1 /", and traverse recursively.01:47
ilovefairuzinduz: open a terminal, and type: cd yam-linux; ./YamiPond01:47
H3r0can someone help me?01:47
Scunizifermulator: I think kdirstat is the kde version01:47
H3r0I don't know why can't I hibernate my pc01:47
robbysemitones: it says i have a nvidia accelerated graphics driver, but still have the same problem, and cant play any games (ie: open arena)01:48
fermulatorScunizi: i.e. run it on "/".  Find the largest directory., re-run again on "/LargestDir", find the largest dir in "LargestDir", re-run again on "/LargestDir/2ndLargestDir", etc.01:48
robbysemitones: i can open the games, but they wont play correctly.  very choppy01:48
H3r0when I trun on my pc from hibernate I got black screen01:48
H3r0:\01:48
Scunizifermulator: interesting.. k.. thanks01:48
semitonesrobby, ok -- is this your card? http://en.wikipedia.org/wiki/GeForce_4_Series01:48
induzilovefairuz, I am on that directory01:49
semitonesrobby, do you know which is yours specifically?01:49
ilovefairuzinduz: inside the terminal?01:49
sacarlsonstealthc_: you can have it fixed with e2fsck01:49
H3r0ANYONE?01:49
H3r0:(01:49
robbysemitones: it says on the tower that i have a nvidia gforce 401:50
induzilovefairuz, yes      yam-linux$01:50
H3r0ANYONE?01:50
semitonesrobby, alright, this is the guide i'm going off of: https://help.ubuntu.com/community/BinaryDriverHowto01:50
fermulatorrobby: "lspci | grep VGA"01:50
H3r0probably no :\01:50
sacarlsonH3r0: does <alt><ctl> +f2 get you a console?01:50
ilovefairuzinduz: ok: chmod +x YamiPod; ./YamiPod     ... any errors?01:50
ilovefairuz!anyone | H3r001:50
ubottuH3r0: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?01:50
semitonesrobby, take a look at that link for a sec01:50
joebob777as7I can't mount usb devices with a user account getting errors. Error mounting: mount exited with exit code 1: helper failed with:mount: only root can mount /dev/sde1 on /media/backup_101:50
tensorpuddingH3r0: are you using an encrypted home?01:51
Dakravi try to do /msg chanserv help flags, but it just says >chanserv< | help flags01:51
H3r0tensorpudding - no01:51
Dakravi tried to do the same with +R01:51
Dakravwhat am i doing wrong here?01:51
induzilovefairuz, it says /yam-linux$  chmod +x YamiPod; ./YamiPod01:51
induz./YamiPod: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory01:51
semitonesrobby, based on that link i gave you, the driver you should choose in the "additional driver" section is "nvidia-glx"01:51
H3r0tensorpudding - ????01:52
jackoH3r0: tensor as in n-D linear?01:52
H3r0jacko - I don't know01:52
ilovefairuzinduz: sudo apt-get install  libstdc++5; ./YamiPod01:52
ZykoticK9induz, http://sites.google.com/site/alucidfs/notes/libstdc-so-5-error01:54
robbysemitones: it doesnt give me a list of drivers to chose from, it just tells me the one i have.01:54
jackoH3r0: google einestien tensor algebra01:54
H3r0jacko - how does it connect to hibernate?01:55
induzilovefairuz, what should i do now01:56
jackoH3r0: it's a pudding thing........ what you trying to hibernate?01:56
ilovefairuzZykoticK9: does 5 ship by default in maverick ?01:56
ZykoticK9ilovefairuz, NO01:56
semitonesrobby, i don't know what to tell you! there should be some way of seeing which driver you're using right now01:56
H3r0jacko - my ubuntu?01:56
ZykoticK9ilovefairuz, not in Lucid either01:56
H3r0jacko - my ubuntu!*01:56
semitonesrobby, to make sure it's nvidia-glx01:56
ilovefairuzZykoticK9: so  isn't installing it first and trying a better course of action?01:57
jackowhy does the standby not work enough, or is the booting process too slow?01:57
ilovefairuzinduz: did you finish the package installation ?01:57
ZykoticK9ilovefairuz, sorry you lost me - i wasn't really following, just say the libstdc error01:57
H3r0jacko - when I trun on I got black screen01:57
induzilovefairuz, error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory01:57
ilovefairuzZykoticK9: i think he's just missing the package01:57
Sunsp0tThanks for the recommendation guys!01:57
jackoH3r0: with flashing cursor?01:58
ilovefairuzinduz: did you do this command: sudo apt-get install  libstdc++501:58
ZykoticK9ilovefairuz, there is no libstdc++.so.5 package actually01:58
induzilovefairuz, yes01:58
ZykoticK9ilovefairuz, it's been deprecated01:58
=== Look is now known as _____xD
ilovefairuzZykoticK9: http://packages.ubuntu.com/maverick/i386/libstdc++5/filelist01:58
induzilovefairuz, i did this sudo apt-get install  libstdc++5; ./YamiPod01:58
Blueleafwell, fellas, gnome-rdp was incredibly easy, basically just like using windows, thanks01:58
H3r0jacko - yes01:58
Blueleafi do get an error message when i quit though01:59
jackoit indicates a lack of a boot loader01:59
IdleOnesemitones: lspci -v | grep driver01:59
ilovefairuzinduz: why the extra "?" before lib01:59
ZykoticK9ilovefairuz, oh - well, i have no idea then - was an issue on Lucid (what i'm back to running) sorry, perhaps there is a package in Mav01:59
semitonesIdleOne, thanks :D robby: try the command that idleone just posted01:59
drahxfermulator: You are my absolute hero, <3 Webmin01:59
Blueleafanyone know what a bad atom is?01:59
Sunsp0tfermulator, where do I get gnome-rdp?01:59
jackoH3r0: it indicates a lack of a boot loader01:59
robbysemitones: is that an i or an l?02:00
semitonesIdleOne, he's got the problem where the desktop is bigger than his screen02:00
H3r0jacko - so what should I do?02:00
IdleOnesemitones: or lspci -v (will give a lot more info)02:00
sacarlsonjoebob777as7: I think you can add the privlige to that user to mount external file systems by System>admininstartion>Users & groups advanced settings  user privliges tab02:00
ilovefairuzinduz: no "?" before lib:  sudo apt-get install libstdc++502:00
semitonesRobb__, it's an L02:00
jackoH3r0: boot from a live CD and grub-install            it's not simple02:00
semitonesoh the middle thing?02:00
ilovefairuzinduz: when it finishes downloading and installation, do: ./YamiPod02:00
H3r0jacko - I know02:01
semitonesrobby, the middle thing is a pipe, it is \ with the shift key02:01
IdleOnerobby: the | is shift+ \02:01
ilovefairuzZykoticK9: looks like it's in lucid backports02:01
H3r0jacko - so what should I do?02:01
chisholmI'm having trouble getting sound to work in Totem (Movie Player).  Sound is working in Firefox for YouTube videos.  Can anyone help me out?02:01
Sunsp0tAll: How do I set a program to run on boot? In Gentoo there's the rcupdate command which sets a service to a runlevel02:01
robbyo ok02:01
jackorobby: pipe aka | is connect the output of the left to the input of the right02:01
albertoDo repositories stop working in older versions of Ubuntu?02:02
Sunsp0tI want to have Guake run on boot.02:02
semitonesIdleOne, does getting the right driver usually fix that problem?02:02
IdleOnesemitones: it won't hurt that is for sure02:02
ZykoticK9Sunsp0t, not at boot, at login - System / Preferences / Startup Applications should work.02:02
IdleOnealberto: yes02:02
geegeegeeHow would i see the CPU voltages in Ubuntu 10.10? lm-sensors doesnt show them.02:02
=== roaming is now known as INFURNO
Sunsp0tsunshinepants?02:02
Sunsp0tZykoticK9, nice, thanks! God Ubuntu is so much easier than Sabayon.02:03
robbysemitones: wat do i do after that?  sorry for all the ?'s but im new to linux lol02:03
induzilovefairuz, i get this error; (YamiPod:4655): Gtk-CRITICAL **: _gtk_accel_group_attach: assertion `g_slist_find (accel_group->acceleratables, object) == NULL' failed02:03
IdleOnealberto: see old-releases.ubuntu.com02:03
semitonesrobby, that's ok :) it's the only way to learn02:03
semitonesrobby, what dfiver does it say you're using02:03
red2kicSunsp0t: Isn't Sabayon bsaed on Gentoo? (Hence the difficulty level). :)02:03
red2kicbased*02:03
sacarlsonH3r0: from live boot you can: sudo mount /dev/sda1 /mnt; sudo grub-install --root-directory=/mnt /dev/sda # change sda1 and sda to your choice02:04
Blueleafi am using Konversation, why does my cursor disappear?02:04
robbysemitones: Kernel driver in use: agpgart-nvidia02:04
robbyKernel driver in use: nForce2_smbus02:04
robbyKernel driver in use: ohci_hcd02:04
robbyKernel driver in use: ohci_hcd02:04
robbyKernel driver in use: ehci_hcd02:04
FloodBot4robby: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:04
BufferUnderpantsHello. Anyone got info on using jack on Maverick?02:04
H3r0sacarlson - oh?02:04
ilovefairuzinduz: seems like an issue with the the application, and i can't help with that02:04
geegeegeeHow would i see the CPU voltages in Ubuntu 10.10? lm-sensors doesnt show them.02:04
semitonesIdleOne, this site says the latest nvidia driver is broken -- have you heard that? https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia02:04
wingnut2626Hi guys.  I have a question about audio formats.  Is it possible to change a mp3 file into a wma file?  And if so, how would I go about doing it.02:04
induzilovefairuz, thanks a lot and i learnt a lot02:05
Sunsp0tred2kic, You are right! However, Sabayon aims to be the best of both worlds by offering, in essence, an Ubuntu-like overlay with a package manager. The problem is, when things break, I'm f*cked.02:05
BufferUnderpantsI ask because there was a tutorial for lucid back then, but I didn't have much success with it.02:05
IdleOnesemitones: install nvidia-current, reboot and see if that helps.02:05
ilovefairuzwingnut2626: ffmpeg -i file.mp3 file.wma     ... *should* work02:05
ilovefairuzinduz: you're welcome02:05
robbysemitones: Kernel driver in use: agpgart-nvidia02:05
robbyKernel driver in use: nForce2_smbus02:05
robbyKernel driver in use: ohci_hcd02:05
robbyKernel driver in use: ohci_hcd02:05
robbyKernel driver in use: ehci_hcd02:05
robbyKernel driver in use: forcedeth02:05
IdleOnesemitones: from repos02:05
FloodBot4robby: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:05
Sunsp0tI am computer savvy, but do not have the time to deal with troubleshooting Gentoo.02:05
yeats!pastebin | robby02:05
ubotturobby: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:05
robbywhat is pastebin?02:06
Sunsp0tI must say, though, that Sabayon is a very, very beautifully done distro - many of your would LOVE it. It's OOTB functionality is better than Ubuntu and it handles compiz far more smoothly.02:06
semitonesrobby, alright we'll try to install nvidia-current and see if that fixes the problem02:06
craigbass1976Is there a way to stop someone from getting on the network in dhcpd.conf?  by mac address?02:06
robbysemitones:  ok02:06
ilovefairuzrobby: read what ubottu is saying02:06
semitonesrobby, it's a website that lets you paste a lot of text, so it doesn't flood the channel here02:06
Sunsp0trobby, pastebin is a way of quickly pasting text/code and having a link made for oyu.02:06
robbyoooo ok  thx02:07
geegeegeeHow would i see the CPU voltages in Ubuntu 10.10? lm-sensors doesnt show them.02:07
Sunsp0tpastebin.ca (the canadian version) is faster IMHO.02:07
bfreisHi, I have Ubuntu 10.10 installed, and yesterday I installed kubuntu-desktop using the Synaptic Package Manager. I'd like to completely remove kubuntu-desktop, along with KDE and all the packages it came with. How can I do that?02:07
semitonesrobby, ok, try this: sudo aptitude update; sudo aptitude install nvidia-current02:07
ZykoticK9!puregnome | bfreis02:07
ubottubfreis: If you want to remove all !Kubuntu packages or !Xubuntu packages and have a default !Ubuntu system, follow the instructions here: https://help.ubuntu.com/community/PureGnome02:07
ilovefairuzbfreis: http://www.psychocats.net/ubuntu/puregnome ... be careful with this stuff02:07
Sunsp0tWhat is it about Ubuntu that allows it render fonts so beautifully?02:08
induzilovefairuz, where can i find this application as i dont know yet if it was installed on my ststem or not02:08
bfreisThank you, guys.02:08
jackorobby: http://paste.ubuntu.com/554937/ as an example02:09
EnigmaticCoderIs there a way (perhaps in compiz) to fade a monitor to black with a hotkey?02:09
EnigmaticCoderI don't mean put it to sleep02:09
EnigmaticCoderBut just hide the windows and wallpaper02:09
=== Koopa516 is now known as Koopa516[gone]
ilovefairuzinduz: it doesn't need to be installed, if it wasn't for the errors, it would have run directly when you clicked on it or issued: ./YamiPod02:09
induziolve i meant under what category this yamiPod was installed if its installed on my system at all?02:09
Bing0EnigmaticCoder, xbindkeys with a script can do thart02:10
induzilovefairuz, so its not yet installed??02:10
EnigmaticCoderAnd I only want this applied to one monitor, not both02:10
ilovefairuzinduz: nope, wasn't installed, it just runs out of that directory in  your home page02:10
Bing0EnigmaticCoder, http://www.ubuntugeek.com/how-to-create-a-custom-keyboard-shortcut-in-ubuntu.html02:10
induzilovefairuz, ok02:11
jimisrvroxhey guys using 10.04 and trying to start a normal boot. I get to where it says starting up and usually where it will go to gdm, my monitor goes black and goes to sleep. Havent a clue as to what caused it. Tried to repair packages, that didnt work. Tried failsafe graphics mode, that didnt work. What can I do next to recover my Ubuntu install?02:11
bfreisDammit, the automatic removal of Kubuntu won't work!02:11
robbysemitones: what is the exact code i type in because that didnt work02:12
Bing0jimisrvrox, try removing/renaming your xorg.conf, reboot and let it reset02:12
IdleOnesemitones: he may not have aptitude installed, it doesn't install by default anymore02:12
jayd3edoesn virtualenv create a new python interpreter?02:13
semitonesrobby, oh, in that case02:13
jayd3eor does it link to the one it is run from02:13
bfreisThe information at https://help.ubuntu.com/community/PureGnome does not work for me.02:13
semitonesrobby, sudo apt-get update; sudo apt-get install nvidia-common02:13
bfreisapt-get says lots of things like: Virtual packages like 'freespacenotifier' can't be removed02:13
bfreisAny ideas?02:14
semitonesbfreis, sounds weird! what did you do lol02:14
IdleOnerobby: sudo apt-get update; sudo apt-get install nvidia-current02:14
semitonesIdleOne, oops :S02:15
bfreisI just copied and pasted the apt-get remove command along with its huge list of package02:15
bfreis*packages02:15
semitonesmaybe you don't have them installed?02:15
bfreisIt also gives me errors like the following: E: Unable to locate package install-package02:15
red2kicEnigmaticCoder: "xset dpms force off"02:15
jackorobby: sudo apt-get update && apt-get install nvidia-current02:15
red2kicEnigmaticCoder: Use that -- Figure out how to apply to a single monitor. Perhaps.02:16
webPragmatist1has ubuntu added an upstart script for php5-fcgi?02:16
robbyidleone: says its already the current version.  0 new, 0 upgrade, 0 everything02:16
bfreisMaybe, I have no idea.02:16
IdleOnerobby: ok, that is a good02:16
red2kicEnigmaticCoder: http://tinyurl.com/4n7soaw :)02:17
EnigmaticCoderred2kic: I'd prefer a blank screen screensaver so there's no lag between turn off/on02:17
IdleOnenext thing to check would be System > Preferences > Monitor and play with the settings some.02:17
IdleOnerobby: ^^02:17
yeatsbfreis: can you pastebin the full command and output at http://paste.ubuntu.com/ and share the URL02:17
yeats?02:17
EnigmaticCoderred2kic: That may be the best option, however ty02:17
semitonesIdleOne, did we check to see if the driver is actually in use?02:17
christhecoolboysam-_-,02:18
IdleOnesemitones: he pasted agpart-nvidia02:18
edrahnI just installed ubuntu, and on the newly installed system I get "no init found"02:18
edrahnI've tried reinstall'ing several times and always get the same thing02:18
semitonesIdleOne, ok -- I hadn't seen that before, so I wasn't sure if that meant he was using nvidia-current02:18
edrahnI md5sum'ed the DVD, anything else I should check?02:18
IdleOnesemitones: he can also run nvidia-settings and adjust the display configuration02:19
^Phantom^If I wipe all partitions of an ntfs drive from within ubuntu, will I be able to reformat that drive as NTFS from within a windows system?02:19
bfreisyeats, http://paste.ubuntu.com/554938/02:19
^Phantom^Also, how can I wipe the drive deeply?02:19
jacko^Phantom^: yes02:19
Bing0^Phantom^, NTFS is a partition scheme, not a drive scheme but...yes you can :)02:19
^Phantom^I want to wipe this drive good02:19
^Phantom^There's a virus on it02:20
^Phantom^that really effed up its os02:20
semitonesIdleOne, yeah, because if he's using the binary driver, the monitor menu option doesn't work02:20
robbyidleone: there is no preferneces under system02:20
red2kicedrahn: I'm looking at few possible solutions. Did you fsck your hard drive? (I used "ubuntu, no init found, solved" for google)02:20
ZykoticK9Bing0, actually NTFS is a file-system, separate from partitioning02:20
sacarlsonedrahn: does that mean you don't get as far as grub?  I think you chose the wrong device to install your  mbr  try /dev/sda02:20
^Phantom^but the computer it was originally in has a toasted mobo02:20
Bing0^Phantom^, you should be good to go using ubuntu live cd for that02:20
edrahnred2kic: yep02:20
^Phantom^i'm in ubuntu 10.10 full install right now02:20
Bing0ZykoticK9, true.   just tried to clarify ntfs dont sit on a drive as a partition. :)02:20
^Phantom^I think I'm finally ready to "nuke the drive"02:20
Bing0err.. leme rephrase :P02:21
edrahnsacarlson: I install fine. and it loads grub02:21
edrahnbut the kernel dosn't load02:21
robbyill be right back, let me restart and see if anything happens02:21
semitonesrobby, try running "nvidia-settings" from the terminal02:21
^Phantom^I don't dare reboot to the windows drive until this drive is NUKED02:21
sacarlsonedrahn: did you have a linux system before you installed this one?02:21
robbysemitones: how do i do that?  "run"?02:21
^Phantom^I don't want to take any chances of this virus getting over to this machine's windows install02:22
edrahnsacarlson: yep02:22
Bing0robby, you can hit ALT-F2 as well02:22
IdleOnerobby: it should be the first option under the System menu tab02:22
^Phantom^it's a nasty little bugger that destroys any program that tries to find and delete it02:22
edrahnand it locked up, when I rebooted I get this02:22
semitonesrobby, just type it and press enter02:22
IdleOnerobby: type and hit enter: nvidia-settings02:22
bfreisyeats, if I remove the packages listed as errors from the list of packages to remove, then apt-get can proceed02:23
bfreishowever, it seems that it will remove gnome also!02:23
jacko^Phantom^ looks like it had allyour file data for however long you had it02:23
sacarlsonedrahn: sounds like grub still points to the old kernel,   with live boot see that your /boot kernel and init.?  match that as seen in grub entry02:23
^Phantom^I immediately stopped using that drive when the virus hit02:23
^Phantom^i've finally got all the stuff i wanna keep off of it02:24
robbyidleone:  it says "you do not appear to be using the nvidia x driver. please edit your x configuration file, and restart the x server.02:24
^Phantom^and i'm ready to nuke the drive good02:24
mbgrayhey, I'm looking for a package in the ubuntu partner's repo, it shows up on launchpad but not in the repo02:24
mbgrayhttps://launchpad.net/ubuntu/lucid/+source/swftools/0.9.0-0ubuntu202:24
mbgraywhat am I doin' wrong :(02:24
jacko^Phantom^ it hit when detected, it could have been on long before that until it was detected02:24
ZykoticK9robby, in a terminal "sudo nvidia-xconfig" then log out and back in.02:24
^Phantom^No02:24
^Phantom^I remember when I got it02:24
^Phantom^I remember opening the file that had it02:24
IdleOnerobby: not sure what to do now02:25
gaspar|workIs there a way to get httpd in ubuntu instead of apache2 (I know it's the same thing, I';m just used to httpd from centos)?02:25
semitonesIdleOne, maybe delete xorg.conf and try rebooting?02:25
jribgaspar|work: no02:26
jacko^Phantom^ dont keep any executables02:26
IdleOnerobby: make sure you have Visual effects enabled in System > Prefs > Appearance.02:26
^Phantom^oh nononono02:26
^Phantom^not a chance02:26
Bing0gaspar|work, should be able to install np02:26
IdleOnesemitones: that might help, really not sure, it would create a blank xorg02:26
gaspar|workBing0, Just install it from source?02:26
jacko^Phantom^ stick with ubuntu and use wine :)02:26
jribgaspar|work: just use apache2...02:26
^Phantom^I have this machine set up with dual-boot02:26
Bing0gaspar|work, try sudo apt-get install httpd02:26
^Phantom^Because there's certain things I can only do in windows itself. ;)02:27
jimisrvroxBing0: besides editing the xorg.conf file what can cause xorg failures?02:27
bfreisyeats, looks like the information at https://help.ubuntu.com/community/PureGnome is out of date02:27
semitonesIdleOne, i'm still not sure if he's using the right driver -- the community docs say that geforce4 should use "nvidia-glx"02:27
red2kicBing0: You're a funny guy. That package does not exist. :)02:27
sacarlsonedrahn: another thing I just thought of is if you installed with a usb flash then sometimes those mount as /dev/sda  if that's the case then you might have needed to install grub mbr to /dev/sdb02:27
yeatsbfreis: yep02:27
Bing0red2kic, hang on02:27
gaspar|workBing0, Does not work, ther is no package httpd02:27
semitonesIdleOne, or is that the same as nvidia-current02:28
red2kicgaspar|work: There are lighttpd -- I heard great things about it.02:28
Bing0gaspar|work, maybe you need to comp from src.  im not of my arena now :)02:28
IdleOnesemitones: enabling from the Appearance menu should pull in the correct driver. I assumed he needed -current (my fault)02:28
uberNewbI've got some questions about installing Ubuntu on an abysmally old laptop02:28
=== mbgray is now known as milkman
^Phantom^ergh02:29
semitonesIdleOne, these docs might be old -- i suspect that nvidia-glx is -current02:29
* ^Phantom^ kicks the folder he's in02:29
semitonesIdleOne, https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsNvidia02:29
^Phantom^I just came across the file that gave me the virus, lol02:29
sacarlsonuberNewb: if it's really old ubuntu might not be the best pick but you could try lubuntu  I think is what it's called02:29
semitoneslubuntu is minimalist but runs like a charm!02:30
uberNewbWell, I've got to install on a laptopwith 64MB ram, 590MHz cpu, and 5GB hdd02:30
nyRedneklubuntu? lxde?02:30
* nyRednek *gag*02:30
uberNewbAlso, it won't boot to CD or USB02:31
semitonesgood luck with 64mb ram02:31
semitonesbetter check if that meets lubuntu's min reqs02:31
red2kicuberNewb: You probably don't want to install any X11 with that.02:32
uberNewbI just need something. When I booted, I found malware-ridden Windows p02:32
jackouberNewb, tinyx is a small x alike02:32
uberNewbWindows XP02:32
semitonesouch02:33
semitonesxp with that little ram is :(02:33
yeatsuberNewb: puppy linux (but this is off-topic ;-) )02:33
uberNewbSo, should check out lubuntu, puppy linx, or tinyx?02:33
^Phantom^Okay, I have unmounted the drive02:33
semitonesuberNewb, lubuntu is the most like a full install out of those02:33
craigbass1976Is there a list of webcams somewhere that are known to work in lucdid?  It's have to be a list of stuff I can find new in stores now.02:33
yeatsuberNewb: I'd start with puppy02:33
semitonesuberNewb, puppy is quite nice though02:33
Bing0craigbass1976, best thing i did was googled the camera m ake/model with ubuntu 10.1002:34
Bing0or 10.04 and see what others experience.02:34
uberNewbCool. As long as I can I can do C++ and Java dev that's enough for me.02:34
webPragmatist1how can i copy a dir without permissions, ownership but retain timestamps?02:34
craigbass1976Ok.  Have to do some recon in a store I guess.02:34
sacarlsonuberNewb: even lubuntu requires 128meg ram02:35
jribwebPragmatist1: use cp and pass the appropriate argument to --preserve?02:35
Bing0webPragmatist1, tar can do timestamps but not certain if u can filter permission and ownership02:35
semitoneswebPragmatist1, dumb question, but why not copy it and change the perms and ownership afterwards?02:35
uberNewbSo, it looks like puppy is what I should go for then. Any tips for installing without external media?02:35
webPragmatist1jrib: thanks02:35
webPragmatist1semitones: easiers this way heh02:35
semitoneslol as long as you get it to work :P02:36
jackoI remember 64MB linux with 6Gig disk, but that was minimal02:36
semitonesuberNewb, the puppy website probably would be the best place to check for that02:36
sacarlsonuberNewb: you could use usb flash to install or pxe netboot, ya maybe puppy02:36
semitonesuberNewb, you might have to boot grub from a floppy or something like that02:36
jackodidn't qnx boot of a floppy?02:37
Bing0jacko, so does LOAF02:37
nyRednekwhat's a quick command to grab your screen resolution from X? i forget02:37
webPragmatist1does cp preserve  symlinks?02:37
Bing0nyRednek, PRNT-SC key02:37
jribnyRednek: xdpyinfo | grep -i root02:37
uberNewbThanks a lot everyone. I've never a lot of experience with linux on old systems. I appreciate the advice.02:37
Bing0nyRednek, oops..02:37
jribnyRednek: erm, nope.  But grep something else :P02:37
yeatsuberNewb: #puppylinux is the support channel02:37
red2kicnyRednek: xrandr ?02:38
sacarlsonuberNewb: it's old so bios may not support usb flash install so also look at plop boot manager http://www.plop.at/en/bootmanager.html02:38
^Phantom^okay, well, the drive is now empty02:38
jribnyRednek: dimensions :)02:38
semitonesjrib, i got gdm to work, but still not sure about that nmcli :P02:38
^Phantom^would it be better to create the ntfs partition within windows?02:38
lithionlxHow to I create a process priority for an application at the same time i start it ?02:38
=== richard is now known as Guest61590
=== Guest61590 is now known as richardr
jriblithionlx: use the "nice" command02:38
Bing0^Phantom^, IMHO, yes02:38
^Phantom^Okay, thankies.02:39
^Phantom^I'll go do that after the format is complete.02:39
webPragmatist1cp -d preserves symlinks?02:39
lithionlxhow can i be sure i am utilizing all six of my cores?02:39
sacarlsonlithionlx: you should man nice02:40
lithionlxwill do right now02:40
jackolithionlx, run six processes?02:40
ConstantineXVIis there by chance anywhere you can get the ubuntu man pages offline in mobi or epub?02:40
C3Dany thoughts on asus mobo's and ubuntu02:41
milkmanNed/leave02:41
jackoman2html is a good program02:41
milkmanoops, ww02:41
Bing0C3D, mine works great02:41
C3Das ive read that at least the older ones dont work so well02:41
Bing0C3D, mine is ~5 years old02:41
C3DBing what model is yours02:41
Bing0P5W-DH Deluxe02:41
lithionlxjacko, MS-Win had this nasty issue of telling the user, "even though you have 3+ cpu cores, you really dont need more than 2 unless i say so"02:41
^Phantom^Gosh, hope I didn't forget anything02:42
C3Di have a p4s800 and couldnt get it to work well02:42
christhecoolboysam-_-,02:42
^Phantom^Because the drive is now empty.02:42
^Phantom^^_^02:42
lithionlxi bypassed that in win to constantly utilize all 6 of my cpu cores02:42
Bing0^Phantom^, please type wht you can on as less lines as possible.  enough going on in the chan.  thanks :P02:42
lithionlxi want to make sure i have that same processing power in Ubuntu02:42
jackolithionlx, I think the kernal SMP did 16 max when I last looked at the SMPcode02:43
Bing0lithionlx, system monitor does see them right?02:43
lithionlxyes02:43
Bing0lithionlx, are you running irqbalance ?02:43
^Phantom^Sorry, Bing002:43
lithionlxno02:43
^Phantom^I'm actually taking off now, to go format that puppy in windows :D02:43
^Phantom^Bye02:43
Bing0lithionlx, read up on it :)02:43
sunshinepantsyou could always run your own perf tests..02:43
lithionlxor "i dont know" is more likely the answer02:43
Bing0lithionlx, http://irqbalance.org/02:43
* Bing0 playing Urban Terror...bbl02:44
KaVhello fellows general persistent question..  i generated a casper-rw file on my usb do i have to change anything to load that file on the kernel line BOOT=casper  ?02:44
jackolithionlx, just run lots of heavy threaded code with bigger than 4K buffers between producers and consumers02:44
KaVdo i have to target the rw file ?02:44
nytek_anybody have any luck with cs source in wine? cant get it to load the game02:44
rakzDoes anyone know if there is still an associated channel for the old PSubuntu project? (devved for)02:44
sunshinepantsnytek_: no02:45
nytek_sunshinepants: :(02:45
Propelwhen you dual boot ubuntu with windows, do you have to choose which OS to use every time you start up your PC in bios?02:45
lithionlxi think irqbalance is right for me02:45
GenieliuI install the ubuntu10.10,now I am in KDE,if I remove the gnome.Is my system become Kubuntu?02:45
ssbplshello, everytime when i login the system something happened:"could not find the .ICEauthority file." and i find that the home dir is encrypted and the login password is deferent with the decrypted password . how to decrypted the home dir when i login the system? Or how to change the decrypted password?02:45
edbianGenieliu, yep02:45
nytek_Genieliu: lol, no.02:45
lithionlxi see now that i noobed all over myself with the cpu cores question...02:45
lithionlxits threading them all02:46
sunshinepantsnytek_: sorry.. it's not atomic but i recommend running the game's os of choice on another partiiton, and multi booting02:46
C3D:S02:46
nytek_sunshinepants: i dont have that option. i really dont need it that bad02:46
Propelsunshinepants, do you have to choose which OS to use every time you start up your PC?02:46
Propelin bios02:46
Propelwhen you dual boot02:46
iflema!grub2 | Propel02:47
ubottuPropel: 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/Grub202:47
Genieliunytek_: why not?02:47
sunshinepantsPropel: yea with a default that is selected after a timeout..02:47
randy_Is this web ubuntu.org.cn any connect to ubuntu?02:47
loicbidcactusis ubuntu better than centos?02:47
Propelsunshinepants, can you make it so that you start ubuntu every time unless you choose otherwise?02:47
lithionlxi like ubuntu better than centos02:47
lithionlxi use centos5 at work02:48
sunshinepantsloicbidcactus: it's really a nebulous question..  you can set up both dists to work like the other, or very close to one another.02:48
rwwrandy_: It's the website for the Ubuntu China Local Community Team02:48
Dakravwas wondering if any one knew if i could get firesheep on my ubuntu 10.04 laptop02:48
lithionlxyes02:48
sunshinepantsPropel: yea that is how ubuntu will set up the boot loader if you install over an existing windows drive that has extra space..02:48
randy_rww, does it be knowd by ubuntu offical?02:48
nytek_Genieliu: because installing a new window manager doesnt change the distro name02:49
Dakravdoes any one know how to get firesheep on ubuntu?02:49
ether-boythe sound on flash plugin is loud and scratchy although the system sound is perfect, what could be the reason?02:49
sunshinepantsPropel: you also have to choose the option to install alongside existing os's during ubuntu's install..02:49
rwwrandy_: it's a community-based group that's approved by Ubuntu's Local Community Team Council.02:49
Propelyeah, i was thinking about installing windows first, and then ubuntu afterwards, but ubuntu having the majority of the HDD02:50
sunshinepantsPropel: that will work well for you.. just give windows 1/2 the disk and then ubuntu will grab the rest of the disk when you install alongside existing os's02:51
Zeu5hi there, i got a ubuntu server 10.04 setup. and i bought a ssl cert. apparently i need to setup a CSR. can someone help me? i am not sure what is that or how to do it?02:51
ssbpls1i have solve my problem! i change my login password!02:52
Propelsunshinepants, how do you give windows half the disk? do you partition it later after installing it?02:52
ssbpls1thankx02:52
Propelas an empty drive, and then installing ubuntu over it?02:52
C3D.gpart02:52
ShapeShifter499where can I get the sources for the latest ubuntu wine ?02:53
C3Dyes you partition the drive02:53
C3Dshrink the windows partition then add a new partion for ubuntu02:53
randy_rww, but they sell clothers with ubuntu logo,is it illegal?02:53
Propelthx C3D02:54
Genieliunytek_: So it acts just the same with  using the Kubuntu02:54
sunshinepantsPropel:  only give windows half the disk during its installation, or you can possibly resize the windows ntfs partition with a gparted live cd 0 http://gparted.sourceforge.net/livecd.php02:54
rwwrandy_: Depends on the circumstances. Ubuntu's trademark policy is at http://www.ubuntu.com/aboutus/trademarkpolicy02:54
=== james is now known as Guest42828
rwwrandy_: There are contact links for the people who deal with that sort of thing, if you need to ask someone about it.02:55
rww(on that page, that is)02:55
randy_rww,thank you02:55
nytek_Genieliu: i think you're refering to the package system, in that case, yes.02:55
Genieliunytek_: thx02:56
sunshinepantsi've got a box with a dual boot windows xp x86 and ubuntu x64.  the xp os was installed to a raw partition via virtualbox on the ubuntu os.   i thought i might want to boot to the xp os natively but i've only done it once.. unless you know you need it i'd just use a normal disk image02:58
Blueleafok, im not smart, how do i upgrade to qt 4.7.102:59
Propelthx sunshinepants03:00
Propeli didn' tknow you could decide how much windows can take up during the windows installation03:00
nytek_!update03:00
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade03:00
Propeli didn't know it was that customizable.03:00
nytek_Blueleaf: !update03:00
scheiboim having problems getting my mysql to work, it died suddenly. description and dumps here: http://goo.gl/gxrMR gist: http://goo.gl/a4S8B03:00
son_hi03:01
son_weird03:01
SmartVikingHello03:02
SmartVikingI have installed ubuntu 10.10, and after playing with the display managers a little the system went bananas03:03
sunshinepantsi love bananas03:03
SmartVikingit doesn't really do anything when i boot up, plumouth just stays there03:03
KaVme 2 can you lend me your pc ?03:03
SmartVikingbut i can use the tty's03:03
ether-boythe sound on flash plugin is loud and scratchy although the system sound is perfect, what could be the reason?03:03
SmartVikingso my question is03:03
sunshinepantsSmartViking: you get a blinking underscore?03:04
homeccablesup03:04
clausim just new to ubuntu and i got a question. I got a USB-Headset but the only way i can edit the soundoutput is via systemsettings and then multimedia -> Phonon and set priority. Is there an easier way to do so?03:04
homeccableDCC CHAT C:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\03:04
sbir0722i have a problem with web browser every time when i try to login to a webpage wi03:04
FloodBot2NOTICE - The above was an exploit attempt that may have disconnected some users. Please ignore it, or type « /msg ubottu exploit » for more information.03:04
SmartVikingsunshinepants: it says that it is starting display manager03:04
SmartVikingbut03:04
SmartVikingi want the system to simply not start any display manager, and not launch X either03:04
sbir0722(that usee a secure  connectgion the website dont respons403:04
clausand on the other hand the default input device is always set back to the intern soundcard so i cant record via the mic of my usbheadset. Any ideas how to fix this?03:04
sunshinepantsSmartViking: any recent changes like updates / upgrades?03:04
red2kic!boot | SmartViking03:05
ubottuSmartViking: Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto03:05
red2kicSmartViking: Use that to disable gdm.03:05
SmartVikinghow can i get the system to not launch a display manager like gdm or x at all on startup, but go right to the shell?03:05
jackosmartViking alt f2      init 303:05
SmartVikingjacko: thats all?03:05
iflema!nox | SmartViking03:05
ubottuSmartViking: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode03:05
jackosmartViking put init 3 in your startup03:05
ShapeShifter499is wine for ubuntu from the wine PPA   modified for ubuntu in anyway?  if so where can I get that modified source code?03:06
sunshinepantsSmartViking: i'm surprised you couldn't find that answer online.  do you have your network setup via console as well?  i think network manager depends on the desktop session on default ubuntu03:06
SmartVikingsunshinepants: iwconfig dude03:07
jackoinit 5      starts an x session     init 6 shutsdown03:07
sunshinepantsSmartViking: haha right but how many people know that03:07
SmartVikingubottu: i will try that03:07
ubottuError: I am only a bot, please don't think I'm intelligent :)03:07
jackoinit 4 is not defined03:08
jackoinit 1 is bootup03:08
Curly_QWhat is the file that contains the Up arrow on the keyboard?  Is it a .bash file? I would like to delete or edit it.03:08
jackoinit 2 i can't remember03:08
rww!runlevels03:08
ubottuIn Ubuntu all runlevels except 0,1 and 6 are by default equal. Also keep in mind that Ubuntu now uses !Upstart instead of System V init so there is normally no /etc/inittab.03:08
SmartVikingmeh i can't get to grub03:08
sunshinepants!dogs03:08
SmartVikingwhere was the grub config?03:08
jackosmartViking /etc03:09
sunshinepantsSmartViking: which version?03:09
sunshinepantson recent: sudo vi /etc/default/grub03:09
sunshinepants&& update-grib03:10
Curly_QWindows has a version of the up arrow of the keyboard which remembers what the last entry was but Linux has a log file of all of the keystrokes.03:10
sunshinepantsgrub03:10
SmartVikingsunshinepants: that did it03:11
SmartViking"GRUB_DEFAULT" <- what is that variable?03:11
Propelhow do you guys like open office .vs MS office?03:11
sunshinepantsCurly_Q: you're confusing me.. windows has 'doskey' which i think is a really simple app that remembers your buffer and offers it to you via the up arrow.. linux has similar functionality via the shell on most dists.. also accessible via the up arrow.  you can also use the 'history' command to view it03:12
b0tzHi, I am using Linux Mint 10 (based off the ubuntu repositories) and i want to use apt-metalink to speed up my updates03:12
b0tzwhere can i find a list of mirrored repositories to add to sources.list03:12
Flannelb0tz: Your best bet is #linuxmint-help on irc.spotchat.org03:12
b0tzIve tried.03:13
Curly_QSunshinepants I think you are on the right path. It is a buffer file but it keeps a log file so if you re-boot the sys the log file everytime you hit the up or down arrow or key  you can see your entries.03:13
gzmgrub and grub2 config file format is different03:13
SmartVikingwhat should i set "quiet splash" to, i dont want the plymouth thing03:13
b0tzhttps://github.com/tatsuhiro-t/apt-metalink read on the bottom there, I am hjust looking for mirrors to add03:14
sunshinepantsCurly_Q: yea.. it's pretty useful if you're doing a lot of exploring03:14
Roasted_uh, each time I open my home dir, it opens in movie player. uh... how to fix?03:14
Curly_QYes, but I need to edit that file though my good friend Sunshinepants.03:14
shcherbak /join #tmux03:14
shcherbaksorry03:14
Dakravfound a way to get firesheep on ubuntu!03:15
tulimaqis there any "all i one" software solution for accounting, and resource planning for linux ?03:15
SmartVikingubottu: can i put that somewhere in the grub config?03:15
ubottuError: I am only a bot, please don't think I'm intelligent :)03:15
SmartVikingoh03:15
SmartViking:/03:15
Curly_QI didn't know that Linux had a History file somewhere. I know of a bash file though.03:15
=== z is now known as Guest39769
quizmehow can i tell if a hacker logged into my cmputer ?03:15
edbianquizme, How good of a hacker are they?03:16
Curly_QI suppose I can grep | bash and see.03:16
quizmewhen i try to shutdown it says that somebody else is logged into my computer.03:16
Roasted_uh, each time I open my home dir, it opens in movie player. uh... how to fix?03:16
edbianquizme, You could look at /var/log/auth.log to see all the user logins03:16
edbianquizme, What is their username?03:16
sacarlsonquizme: see /var/log/auth*  files03:16
SmartVikingquizme: basically, each bash shell counts as a user03:16
Guest39769不讲中文么?03:16
KipMacyhow can i install ubuntu with it all on encrypted partitions ( boot , slash, swap ) , but only use part of the disk, not the whole disk ?03:16
edbianquizme, look at the output of who to see everybody logged in right now (you can be logged in more than once)03:16
jackops -ax03:17
BushmanGuest39769: sorry, no 中国語 here03:17
yeats!cn | Guest3976903:17
ubottuGuest39769: For Ubuntu help in Chinese 您可以访问中文频道:打字 /join #ubuntu-cn 或者 打字 /join #ubuntu-tw  或者 打字 /join #ubuntu-hk03:17
Guest39769):03:17
Bushmanyeats: one question... how do you distinguish chinese from japanese?03:18
jimisrvroxhey guys im wondering how I can get my sound back. Ive got headphones plugged in the right hole on the sound card and pavucontrol seems to say that my video is playing but no sound. any suggestions to getting sound going again?03:18
Scott`jimisrvrox maybe its trying to play with the wrong device03:19
Bushmanjimisrvrox: maybe the output is wrong?03:19
I_Vain_Ihi03:19
Bushmantry to go to sound preferences03:19
I_Vain_Ican someone help me with my problem?03:20
Bushmanoutput tab03:20
BushmanI_Vain_I: not until you state one03:20
yeatsBushman: I've just seen enough of each to know :-)03:20
Bushmanyeats: heh, just asking. i personaly know the diference cause i've studied japanese for very short time03:20
Bushman:P03:20
I_Vain_II just installed Ubuntu, and it won't accept wireless connections. I've installed the driver it said to on the System > Administration > Additional drivers, etc03:20
I_Vain_Ibut nothing is working.03:21
SmartVikingnice, got the text thing into the grub thing, no more plymouth or gdm. meh.03:21
SmartVikingno wait a minute03:21
SmartVikingit didn't work03:21
edbianI_Vain_I, Did you restart?03:22
zetheroo1Intel gfx .. cannot enable desktop effects03:22
I_Vain_IYes, I've restarted multiple times.03:22
Bushmanelint: well, thank you for telling me but who asked you to write that on my priv?03:22
sacarlsonI_Vain_I: does the command iwconfig return anything?03:22
zetheroo1Intel 82852/855gm03:22
I_Vain_Il0/eth0 has no extensions, but eth1 does.03:22
Bushmananyway, good night03:23
SmartVikingok people, how was it that i started the system in run level 303:23
Bushmani have a bluetooth mouse and since i've started to use it the bluetooth dongle dies on me every few seconds/minutes taking the mouse down on the way. here's the last few lines of dmesg: http://bushman.pastebin.com/uQh5nN1q Anyone?03:23
sacarlsonI_Vain_I: maybe it works,  maybe the problem is network-manager,  try sudo ifconfig eth1 up03:23
* Bushman is gone03:23
SmartVikinghow would i do that03:24
I_Vain_I<sacarlson> I_Vain_I: maybe it works,  maybe the problem is network-manager,  try sudo ifconfig eth1 up03:24
I_Vain_Ii did that and nothing happened03:24
=== emma is now known as em
sacarlsonI_Vain_I: nothing is good no errors,  so now sudo dhclient eth103:25
=== huff3r is now known as HUFF3R
I_Vain_I<sacarlson>, what exactling are you looking for from that? it sent a few dhcpdescovers03:26
sacarlsonI_Vain_I: yes and hopes of a connect03:27
sacarlsonif you had a access point that was unencrypted03:27
I_Vain_INo dhcpoffers received / no leases03:27
sacarlsonI_Vain_I: ok so what is your accesspoint set to?03:27
I_Vain_INo idea. >.> I'm not a computer person. :s03:28
=== richard is now known as Slim_Shady
I_Vain_II'm used to Windows.03:28
sacarlsonI_Vain_I: do you even have an access point that you hope to connect to?03:28
snipe07How much swap should I set up?03:28
I_Vain_IMy router, if that's what you're asking.03:28
wwwyzzerddmy power manager has stopped detecting unplugged/plugged in state... it has worked for a year until recently, what's going on?03:29
sam-_-snipe07, depends on how much ram you got.03:29
grendal_primeok this is going to sound stupid but...well ive just never had to do this before..is there a simple way to put a dvd into a ubuntu desktop machine and on another desktop machine run that disk?03:29
sacarlsonI_Vain_I: yes your router in this case maybe you access point03:30
snipe07sam-_-: 4GB03:30
sacarlsonI_Vain_I: does it have a name?  your router/access point?03:30
I_Vain_IThe connection name? Yes.03:30
sam-_-snipe07, then i wouldn't use swap at all if you don't do anything fancy with your pc.03:31
TomV-415I tried to upgrade a computer from Ubuntu 10.04, to 10.10 and now I can't get it to work.  it appears the problem is that it is no longer seeing the drive partions.03:31
sacarlsonI_Vain_I: try sudo iwlist eth1 scanning03:31
snipe07sam-_-: I shouldn't even set up a small amount? I have the space for it03:31
TomV-415does running 'grub-mkdevicemap' filx this?03:32
sam-_-snipe07, you can but i probably won't make a difference. i have 2 gb ram. no swap. do all the usual stuff. never had a problem.03:32
TomV-415I see lots of my partions in /dev/disk/by-id but only one line is in the /boot/grup/device.map file03:33
rob_psnipe07: anything more than 1-2GB of swap is a waste, but you should allocate some to give you some "buffer space", just in case...03:33
sam-_-snipe07, if you really have the space then just use like 10gb.03:33
TomV-415(I'03:33
TomV-415'm working with a dual boot system)03:33
snipe07rob_p: so 512MB?03:33
sam-_-snipe07, btw. are you using the 64-bit or 32-bit version?03:34
snipe07sam-_-: lol03:34
snipe0732-bit03:34
rob_psnipe07: I'd go a gig or so03:34
ubutomsnipe07, https://help.ubuntu.com/community/SwapFaq03:34
sam-_-snipe07, then it won't make a difference unless you use the pae kernel anyway...03:34
snipe07sam-_-: alright, thanks03:35
nyRednekquestion, is there a unicode console(terminal) html browser out there?03:36
ubutomw3m for example03:37
rwww3m works fine for me with unicode.03:37
twister004hi guys.. i have setup mediawiki on my ubuntu machine... after some days now, it is not accessible.. how do i restart the mediawiki process?03:38
twister004i try to login to mysql using 'mysql -u root'... but it returns an 'access denied' message03:38
=== user is now known as spinach
yeatstwister004: try 'mysql -u root -p'03:39
FireSamI don't know if it matters but my network connections all don't update last used.03:40
loicbidcactusit says ubuntu is 17 gigabytes, and i have a 16 gb flash drive. what are my options?03:40
FireSamdoes that mean something is wrong?03:40
jackotwister004: your admin tables maybe, and root has no default authenticationover the 127.0.0.103:40
TomV-415any suggestions for fixing my 10.10 boot?  Again, I suspect the issue is my partitions, but where do I learn how to fix that?  Is the right place to start /boot/grub/device.map?03:40
sam-_-loicbidcactus, who says that?03:41
loicbidcactusWell im on ubuntus site attempting to download it. it requests i use a cd or flash drive, but i have neither that can hold 17 gigabytes03:41
SmartVikingok i can't figure out how to run the system straight into a shell instead of gdm03:42
SmartVikingi am in x now03:42
shcherbakloicbidcactus: hm? Ubuntu insatll is 70003:42
sam-_-loicbidcactus, where are you getting the info about 17gb?03:42
=== jacko is now known as kernalogs
sam-_-SmartViking, select recovery mode03:45
beginerhello everibody03:45
gbear14275Hello, I'm having problems trying to burn cd-r's...  I can't figure out whats going on, but I've gone through about 20 discs now with various issues from them not being recognized as inserted to an immediate error and ejection if the project starts.   Anyone heard of anything like this?03:45
gbear14275dvd+03:45
gbear14275's work great btw03:45
gbear14275could this be a cd-r driver problem or something?  or are linux drivers by the drive itself?03:46
kernalogstry another batch number on the cd-r disks03:47
gbear14275kernalogs: another batch number?  You mean go buy others?03:47
adam__I'm using a Gateway Netbook that I purchased new a year or 2 ago.  Ubuntu works great except periodically the graphics fritz out.  Can anyone help?  I can provide a screenshot if needed.03:48
kernalogsthey may be lookie like, but worky not like rip offs03:49
SmartVikingsam-_-: I am trying to but gets there but continues to launch x and gdm and whatnot03:49
gbear14275kernalogs: hehe alright...  I'm troubleshooting them with another laptop to see if my gf's cpu has any issues with them03:50
twister004hi guys... im getting apache errors.. that's whgy the wiki's not loading03:50
ActionParsniptwister004: ask in #apache too (or whatever the channel is named)03:50
gbear14275kernalogs: hmm... hers is having no problems recognizing the discs...03:51
adam__my graphics have fritz out completely except this IRC window seems legible mostly03:51
TomV-415Can anyone point to a good reference or help me understand the 10.10 (grub2) boot process, especially what I need to fix so my booting process will recognize my drives?)03:51
adam__this has been happening to me a lot.03:51
yechuah_sup03:51
gbear14275I'm not even sure what would affect cd-r recognition...  Could be my drive I guess right?03:51
yechuah_#zentyal03:51
twister004errors:http://pastebin.com/sQQE5DKD03:51
gbear14275TomV-415: recognize your drives?  do you mean you have other OS's installed?03:52
TomV-415gbear14275: Yes, it's a dual boot configuration, with several partitions.03:52
gbear14275TomV-415: which OS is showing up and which isn't?03:53
TomV-415my current /boot/grub/device.map is only one line.. but I'm not sure if I should just edit that and if so what format to use03:53
SmartVikingwhat the... now it suddenly worked?03:53
SmartVikingIt decided to not launch a display manager03:54
TomV-415gbear14275: At the initial grub startup, it shows all OSes (the various kernels of ubuntu and windows), but then when I try to launch ubuntu, after the first screen, it freezes (the dots all go to red)03:54
gbear14275TomV-415: hmm... sounds like its not a grub problem03:54
gbear14275http://ubuntuforums.org/showthread.php?t=119527503:54
TomV-415gbear14275: Given the error messages during the install, I'm guessing it just cant' find it's own files.03:54
gbear14275there's the info you asked for though TomV-41503:54
gbear14275TomV-415: can you boot into single user mode?03:55
gbear14275TomV-415: get a root prompt?03:55
TomV-415gbear14275: thanks for the info.  I can boot via recovery mode to a command line.03:55
witesharkanyone have advise: i was touring appearance themes and now my window buttons are on the right - how can i get them back to the left?03:55
xanguawiteshark: metacity --replace03:56
TomV-415gbear14275:  so yes, I can got to a root prompt03:56
gbear14275TomV-415: ok, then all the new grub2 needs to rebuild itself is a 'update-grub' command run at terminal and it rebuilds itself normally03:56
witesharkxangua, thanks!03:56
Sakr2008is it possible to add a usb webcam to a laptop with a built in cam?03:57
gbear14275Sakr2008: I don't see why not... is it easy?  thats another question ;)03:57
xanguaSakr2008: if the cam is supported03:57
TomV-415gbear14275: I'll give that a shot!  Thanks.03:57
Sakr2008the cam is creative and I did lsusb it sees it as rockwell03:57
yechuah_how to use usb cam as surveillance cam03:58
Dakravdoes any one know if i can get cain and able on ubuntu?03:58
wowdo i have to change to xp if i want to update bios using usb???03:58
yechuah_like record if detect moevement03:58
gbear14275ok... anyone want to try to help me diagnose my cd burner?03:58
wowdo i have to change to xp if i want to update bios using usb????03:59
gbear14275wow: depends on the firmware updater requirements04:00
gbear14275wow: sometimes yes, sometimes no04:00
wowgbear14275, how do i know firmware updater requirements?04:00
gbear14275wow: where did you get your BIOS updater?04:01
wowgbear14275 from acer...im using aspire 431504:01
adam__why would graphics fritz out and blocks form over text and parts of the screen become illegible?  Screenshot: http://www.adamsfriends.com/Screenshot.png04:01
gbear14275wow: go onto the acer sight and look for the instructions on howto update your bios04:01
gbear14275adam: Forbidden <--  what I get when I try to look at your screenshot04:02
adam__checking04:02
x_Just built an i3 machine for ubuntu 64 but which sensor out of the 3 is the cpu temp how do I tell ?04:03
adam__gbear14275:  will work now04:04
adam__fortunately its not that bad right now.  It seems I have black squares on top of p characters.  font rendering?04:05
gbear14275adam__:  yuck thats ugly looking... no clue how to help you though... apart from letting you know your screenshot is visible now ;)04:06
adam__thanks.  yeah I'm not sure what to do.  Was hoping someone in here might know.04:06
MadVectorwhats ugly looking?04:07
MadVector)04:07
adam__it only happens periodically too... and then usually I shutdown/restart .  But its been glitching out quicker and quicker.04:07
yechuah_#raid04:07
adam__MadVector:  my graphics does this weird thing periodically, like now.  screenshot:  http://www.adamsriends.com/Screenshot.png04:07
adam__bad url04:07
wowgbear14275, they dont mention about how to update bios in the manual....04:07
adam__http://www.adamsfriends.com/Screenshot.png - good url04:08
MadVectorhaha lol04:08
MadVectoru using nvidia 460?04:08
adam__I am on a Gateway Netbook that I purchased new a year or two back04:08
adam__Not sure04:08
adam__I used pendrivelinux and tried several different installations til Ubuntu worked out best04:09
MadVectori had something like that on my nvidia gforce 460... had to install latest drivers from nvidia web page04:09
xsinickwow04:09
adam__any way I can know for sure I have nvidia chip set?04:09
wow?04:09
xsinickdude04:09
red2kicadam__: "lspci | grep nvidia" -- Maybe?04:09
xsinickwhat kinda  strange desktop image is that04:09
xsinicklol04:10
xsinick:)04:10
red2kicadam__: "lspci | grep -i nvidia" <--04:10
adam__red2kic:  done, and returned nothing / no output04:11
red2kicadam__: Meh. Maybe you don't have Nvidia. I'll show you my screenshot -- No fuzzy graphic. :)04:11
red2kicadam__: http://tinyurl.com/2bt6u6r04:12
MadRobotHi all04:12
red2kicadam__: You see how I highlighted nvidia? That's from the second (correct) command. If you see nothing -- well, you got no nvidia, me think.04:12
MadRobotHow do I solve a BADSIG problem?04:12
x_Just built an i3 machine for ubuntu 64 but which sensor out of the 3 is the cpu temp how do I tell ?04:13
red2kicx_: Paste your sensors. We'll try to figure it out? :(04:14
adam__red2kic:  yea, I get no output from lspci | grep -i nvidia :(04:15
red2kicadam__: :(04:15
adam__your desktop looks nice04:15
MadVectoradam try this: lspci | grep -i VGA04:16
adam__I'll try searching gateway + linux04:16
MadVectormaybe it tells us what u have:)04:16
adam__ah cool, lets see04:16
x_red2kic, http://pastebin.com/DLhtY6y904:16
S1xp4ckca04:16
MadVectori dont know... first time i knew of "lspci" command))04:16
adam__output!04:16
adam__Radeon04:16
MadVectorcool... radeons)04:17
adam__ATI / Radeon x1200 Series04:17
MadVectornever have one04:17
MadVectornow go get latest driver from web page )04:17
adam__I bought the netbook with the most pixels04:17
wwwyzzerddmy power manager has stopped detecting unplugged/plugged in state... it has worked for a year until recently, what's going on?04:18
adam__1152x768 was better than all the rest on the shelf04:18
wowdo i have to change to xp if i want to update my bios...???04:18
al_nz1any sed experts here?04:18
al_nz1I need something like : http://pastebin.com/H7Tg1cCM : to convert trying to get a string of latitude longitude from degrees minutes decimal minutes - ie "36 48.528 S,175 06.945 E" - to degress minutes seconds decimals secdonds, ie "-36 48 31.68, 175 06 56.7"04:18
red2kicx_: Meh. I have no idea. I only know they should be cooled regardless of locations. :O04:19
red2kicwow: No. I did update my bios -- the linux way. It took some time to figure out how to get it done.04:20
x_red2kic, well I got 2 case fans and cpu cooler it should be fine.04:20
x_red2kic, bios shows its temp so should ubuntu ;\04:20
red2kicwow: http://tinyurl.com/yw3bb204:20
wowred2kic: is it working for acer aspire 4315?04:22
speeqshey there, im a begginer. Will anybody please explain how i get on other irc channels?04:22
akephalosi seem to be an idiot.  I'm trying to get sound working, and i realized that everything is muted by default.  unmuting in alsamixer made the sound work as expected.  after a reboot, no audio now.  everything still shows unmuted in alsamixer.  any suggestions?  blegh04:22
red2kicwow: You want the MSDOS flash -- Not that GUI stuff. Check Acer website for flash bios (in msdos).04:22
shcherbakspeeqs: /join #cannel04:22
akephalosspeeqs:  type /join #channelname04:22
red2kicspeeqs: /j #channel04:22
yechuah_al_nz1: sorry not an expert that sound cook though04:23
yechuah_al_nz1: cool04:23
speeqsthank you very much04:23
=== zac is now known as Guest50480
xanguaspeeqs: /join #channelname04:23
kwtmHi! How can I take advantage of the extra buttons on my mouse, which apparently in Windows are for "forward" and "back" on the web browser? (They are on the left side of the mouse.)  I use Kubuntu 10.04.04:24
x_red2kic, seems its a problem in ubuntu04:24
red2kicx_: You ran sensors-detect?04:24
red2kicx_: Something of that command.04:24
x_red2kic, yea04:25
wowred2kic: msdos flash??04:25
rodolfoholaaa04:25
x_red2kic, actually not ubuntu but lm-sensors cant read temp from i3 I guess is what im finding on the internet04:25
red2kicwow: acer aspire 4315 <-- Laptop? Netbook? Desktop?04:26
kwtmakephalos: Not sure why you are having that problem, but I can think of a few suggestions.  First one04:26
kwtmakephalos: first one is: mute everything in alsamixer, then unmute.04:26
akephalosi did that, no change04:26
disappearedngHey everyone, I am seeing this error, and the "rough" instructions are given, can someone tell me how do i mount /dev/shm from http://stackoverflow.com/questions/3314031/django-celery-implementation-oserror-errno-38-function-not-implemented04:27
kwtmakephalos: Incidentally, why "akephalos"?  Like, "I have no head"?04:27
wowred2kic: netbook...this is the download site http://support.acer-euro.com/drivers/notebook/as_4315.html04:27
akephaloskwtm: exactly, headless04:27
ez2hateIs there a way to return an Ubuntu Server Edition install to its out of box state short or reinstalling completely? I'd like to get rid of all the packages I've installed and any modifications I've made and get back to just the virtual machine host so I can start playing with that.04:29
kwtmakephalos: I guess I should change my name to anapaniyseis or something.04:29
kwtmakephalos: Which distro?  Ubuntu 10.10?04:30
nytek_so much support with ubuntu, i love it04:30
nytek_fully working macbook pro 2.2 ghz :)04:30
smwanyone know how to make an ami from an ubuntu install cd?04:30
Bing0ami?04:30
LeifI somehow managed to uninstall open office from my system (ubuntu 10.10), and now I can't seem to get it installed (via apt-get or software center), does anyone have any suggestions as to installing it again?04:31
smwBing0, amazon ec204:31
Bing0ah04:31
kwtmakephalos: Second: did you unmute all channels?  (Sometimes master is unmuted but "PCM" or other channels are muted).  Sorry if this is insulting your intelligence but I just want to get the basics out of the way.04:31
=== david is now known as Guest49641
Dakravi downloaded john the ripper, but i don't know what to do after that, can some one help me?04:31
red2kicwow: You don't want Winflash folder. You want five files -- BIOS.bat, vv2-116.EXE, VV2-116.WPH, phlash16.exe, ACERACDC.EXE.04:31
Dakravplease?04:31
elintleif: you could try libre office instead04:31
red2kicwow: And you'll want to EITHER burn a CD or use USB stick -- It is much easier to use USB stick -- so you can see if you got everything on the stick done properly.04:32
Bing0Dakrav, http://www.openwall.com/john/doc/EXAMPLES.shtml04:32
Leifelint, Mmm...okay, I'll give it a shot04:32
kwtmLeif: ?? You need to give more details.  I mean, what happens you install via "sudo apt-get openoffice.org-writer"?  Does it say: "ERROR: I am on strike" or what?04:32
DakravBing0: thanks04:32
akephaloskwtm: yes, 10.1004:32
wowred2kic: ok...just mount the files into usb, right?04:33
red2kicwow: Nope.04:33
akephalosand i unmuted everything to test, and then remuted, unmutting one by one04:33
x_akephalos, what kind of audio device04:33
akephalosim very comfortable with linux, just dont ever do much of the 'desktop' stuff like audio04:33
smwAnyone know how to install ubuntu to a fake root?04:33
akephalosi have two, a soundblaster, and a builtin04:33
Leifkwtm, lol, good point, this is what it says: http://pastebin.com/qizeN9tH04:33
akephalosno sound out of either04:33
red2kicwow: You need to format the USB into FAT16 (and there are filesystem limitation of FAT16 so you might not have room for all files plus FreeDOS.04:33
ez2hateguess I can't clean it back up without reinstalling completely, huh?04:34
x_akephalos, alsa/pulse audio?04:34
akephalosalsa04:34
akephalosno pulse04:34
x_akephalos, aplay -L and pastebin it04:34
wowred2kic: fat16???04:34
red2kicwow: It can be a frustrating experience. I did this for my little netbook. Just saying. I wanted you to be aware of that. Yeah, MSDOS. FAT16. :)04:34
DakravBing0, i downloaded the john-1.7.6.tar.gz file, and i don't know what to do with it now, do i have to extract it or something?04:34
bawnwhere do i set up my DNS?04:35
Bing0Dakrav, yep tar -zxvf filename04:35
Leifkwtm, Also, when I try to install those packages manually, it has a similar error of not installing other packages.  Usually apt is happy to get all of the dependancies, so maybe it is on strike?  ;)04:35
Bing0then read the readme Dakrav04:35
kwtmLeif: Thanks for the pastebin.  I see that somehow openoffice.org-core is not going to be installed.  We need to see why: is it broken, or somehow there's an authentication issue, or what?  So, try "sudo apt-get install openoffice.org-core" and see what message you get.04:35
xanguabawn: clic on the network icon and edit your network settings04:35
Bing0Dakrav, FYI this is a ubuntu support channel.. hit their forums for help on that app04:35
kwtmLeif: I see.  Okay, let's see the specific error message when you install those packages manually.04:35
Aleiexhi, I want to start empathy withing typing the root password, any idea?04:35
Dakravsorry Bing004:35
kwtmLeif: Also, try "sudo apt-get -f install" (no package name) and see what happens.04:35
bawnxangua, nothing about dns there04:36
nytek_kwtm: what would that do?04:36
red2kicwow: You should try FAT32 first though. In my case, I had to use FAT16.04:36
mbvpixies78what would cause 3 different mouses to not work on 3 distros?04:36
Bing0mbvpixies78, usb ?04:36
bawnxangua, nvm04:36
mbvpixies78Bing0:  say more please04:36
Bing0mbvpixies78, usb mice ?04:36
Leifkwtm, Okay, first this sudo apt-get install -f: ng0> mbvpixies78, usb mice ?04:36
hanasakihow do you get the clamav ppa with the .5 version added to sources?04:37
Leifkwtm, erm: http://pastebin.com/KpetPhrq04:37
Leifyea for clipboard issues.04:37
sacarlsonmbvpixies78: a broken computer?04:37
kwtmakephalos: Not sure what else to do .. was hoping to fill in time while other people jumped in to help ... trying to remember what else I tried when my computer decided to shut up...04:37
red2kicmbvpixies78: A broken wrist?04:37
mbvpixies78It's a PS/204:37
wowred2kic: after i have formatted to fat32...what else to do?04:37
mbvpixies78I did try a USB one too04:37
Leifkwtm, Here is sudo apt-get install openoffice.org-core: http://pastebin.com/2qRhrfjk04:38
akephalosaplay -L pastebin:  http://pastebin.com/imhBHpUs04:38
kwtmLeif: Okay, so apt-get -f install is not working ... somehow it has decided that you/it does not want to upgrade.  Okay, that most recent pastebin of yours may have the answer... let's take a look...04:38
Leifktwm: but when I do ure, it tells me it's already installed04:38
Leifkwtm, Okay04:38
Leifkwtm, Or more specifically, it says: http://pastebin.com/AN4d88cw04:39
nichoshi all, im using debian w/an nvidia driver on a TV. I've confirmed the resolution is correct, but the mouse cursor & maximized windows go off screen.04:39
x_akephalos, so were these cards working or?04:39
kwtmLeif: What the... okay, now it looks like "apt-get" is trying to get into a pissing contest with us, so let's do "sudo apt-get install openoffice.org-common" and see what excuse it uses for not installing *that*.04:39
bastidrazornichos: shouldn't you be asking in #debian ?04:40
Leifokay, one moment04:40
x_akephalos, working and then just stopped like give more details04:40
wow?04:40
mbvpixies78we're talking 2 different motherboards...??04:40
kwtmSomebody help Leif out here ... how does he verify what version of "ure" has been installed?  (And what *is* "ure" anyway?  Is that the second half of "man"?)04:41
Leifkwtm, Okay: http://pastebin.com/P0EDsSbD04:41
Leifmmm....no manual entry for ure :(04:41
rwwLeif, kwtm: apt-cache policy ure04:41
akephalosok, so it is a fresh install, and audio wasnt working.  realized it was just a muting problem.  ran alsamixer and unmuted master and other relevant items.  audio worked as expected.  after a reboot, no sound, but the settings in alsamixer show the devices unmuted still04:42
rwwure is the UNO Runtime Environment. UNO is an OpenOffice.org thing, stands for Universal Network Objects.04:42
Leifrwlove,  kwtm Thanks: http://pastebin.com/FuVkXp4V04:42
christhecoolboyOK... I've got my sound fixed, thanks to sam-_-04:42
red2kicwow: Follow the guide from the link I posted earlier.04:43
christhecoolboyhe spent 3 hours helping me...04:43
christhecoolboyand I just wanna say thanks :)04:43
Leifperhaps if I uninstall and reinstall it?04:43
kwtmrww: Okay.  Maybe I should have run the "man ure" command, but I would have been too busy rolling on the floor laughing to read the output.04:43
elintLeif: have you purged, if it's an option? $ sudo apt-get purge "openoffice*.*"04:43
christhecoolboynow I have a new problem04:43
rwwLeif: Looks like you added the libreoffice PPA. That PPA contains testing packages, and is rather unsupported.04:43
sam-_-christhecoolboy, would have been one hour if i trusted your advice :-)04:43
christhecoolboyyeah lol04:43
ez2hateIs there a way to uninstall everything and get back to the base ubuntu server install without reinstalling from scratch?04:44
x_akephalos, try restarting alsa04:44
Leifrww, Ah, okay, so do I need to remove the PPA and re-install?04:44
Blue1christhecoolboy: i had a 3 hour session, that turned into a few days - but the end result we got it working04:44
christhecoolboymy new problem: when I had windows I had stereo mix on my PC, how do I get it to work now?04:44
mawstHow do I figure out what provides aes.h?04:44
elintLeif: i think that command alone should remove all of openoffice, and leave you ready for a new ppa04:44
kwtmLeif: elint has a good suggesting of purging.  SOmehow you've got a broken package.  Let's have you try that now before we keep chasing the "sudo apt-get install openoffice.org-style"04:45
akephalosx_ is that an init.d script to restart alsa?04:45
Blue1ez2hate: sometimes the way forward is taking a step back.  re-installing might be your easy route04:45
rwwLeif: I'd install ppa-purge and use it to remove the libreoffice PPA. I haven't been following your conversation, though, so I don't know if installing more packages is feasible at this point, so I'll defer to kwtm ;)04:45
Leifelint, kwtm Okay, purging now04:45
x_akephalos, well im on 10.10 and sudo /etc/init.d/alsa-utils restart is what they say to use but that doesn't work for me I must admit. but Since I use pulse audio I just kill pulse and restart it.04:45
akephalosweird, the only init.d script i see relating to alsa is alsa-mixer-save04:46
christhecoolboyis there a wiki on Sound or Installiation?04:46
Leifrww, Okay, thanks  I'm doing that now04:46
sam-_-mawst, http://packages.ubuntu.com/search?searchon=contents&keywords=aes.h&mode=exactfilename&suite=maverick&arch=any04:46
christhecoolboyI think it should be edited...04:46
hanasakihow can I get this version installed on 10.10?   clamav 0.96.5+dfsg-1ubuntu1.10.10.104:46
NickyTTIs Ubuntu 10.4 better than 10.10?04:46
kwtmLeif: I think rww has a point --I wouldn't try libreoffice yet right now.  Did you just install the repository right now when elint suggested, or did you have that before?  Ie. is it a feasible cause of your problem?04:46
Blue1hanasaki: easy way would be to use synaptic04:46
dokuhebiIs there an easy way to quickly log off another user who has logged on using "switch user"?04:47
Leifkwtm, I've actually had it for a few weeks, although I never used it, so it may be the cause of the problem.04:47
hanasakiBlue1:  its not in the regular repositories.. something about ppa?04:47
x_akephalos, yea I had to fight to get my hdmi audio to work, and like I said I have that same problem as you.04:47
Blue1NickyTT: ubuntu 10.04 was an lts (long term support) release.  10.10 wasn't.  depends on what you need.04:47
christhecoolboyI think that a wiki article on wiki.ubuntu.com should be changed04:47
sam-_-NickyTT, no. but it isn't worse either04:47
Leif(I actually had them both installed for a while)04:47
dokuhebi(assuming I have administrator privledges)04:47
x_!alsa04:47
ubottuIf you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.04:47
kwtmNickyTT: Different opinions. I am conservative and don't want to spend time fixing things, so I use 10.04.  My own suggestion is: 10.04 unless you know you need something that's not in 10.04, and then upgrade.04:47
Blue1hanasaki: you can add the ppa to synaptic04:47
Blueleafj04:47
mawstthanks sam04:47
kwtmNickyTT: The version *after* a LTS version tends to be more experimental than usual.04:47
NickyTTAHA04:47
xangua!clamav | hanasaki04:47
xangua!info clamav | hanasaki04:48
ubottuhanasaki: clamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.96.5+dfsg-1ubuntu1.10.10.1 (maverick), package size 321 kB, installed size 592 kB04:48
=== JanC_ is now known as JanC
NickyTTSo I predict that there are differing opinions on this subject... I just opened a can of worms I predict...04:48
Blue1NickyTT: kwtm advise is the route I would go04:48
al_nz1any sed gurus here?04:48
Leifrww, BTW, is ppa-purge an actual command (as it's not in my path), or should I just use the gui tools to remove it from my sources (what I usually do)?04:48
NickyTT10.4 was the last LTS release?04:48
christhecoolboycould some1 edit that please? https://help.ubuntu.com/community/SoundTroubleshooting04:48
Blue1NickyTT: yes04:48
NickyTTI think I can see why.04:48
christhecoolboytheres something that I think should be put on that wiki04:49
kwtmNickyTT: I don't think you'll see us fighting over it.  We'll all say it depends on what you need. I use Kubuntu, which ... I guess a polite way of putting it is that it does not suck as much as it used to, so I'm sticking with the LTS version to make sure nothing's broken.04:49
rww!itsawiki | christhecoolboy04:49
ubottuchristhecoolboy: It's a wiki, *you* can edit it04:49
hanasakixangua:  that is exactly the one I want - the .3 version does not seem to scan RAR files... but how to add the repository?04:49
rwwLeif: it's a command, in a package that isn't installed by default. Using the GUI tools is an option, but won't downgrade any packages you installed from the PPA to the Ubuntu repository versions.04:49
rww!info ppa-purge04:49
ubottuppa-purge (source: ppa-purge): disables a PPA and reverts to official packages. In component universe, is optional. Version 0.2.7.1+bzr53 (maverick), package size 5 kB, installed size 56 kB04:49
xanguaLeif: sudo apt-get install ppa-purge ; and to uninstall a ppa and packages it provides: sudo ppa-purge "ppa's name"04:49
xanguahanasaki: already is04:49
x_akephalos, im wondering if sound was broken by an update in 10.10 recently04:49
hanasakixangua:  huh?04:49
NickyTTAre there a lot of programs included with Kubuntu? Does it work just like Ubuntu? What's the advantage?04:49
kwtmxangua, rww: Very useful info on ppa-purge.  Thanks.04:49
christhecoolboyit needs to be placed at multiple places, rww04:50
hanasakiapt-show-versions clamav04:50
hanasakiclamav/maverick-security uptodate 0.96.3+dfsg-2ubuntu1.204:50
Leifxangua, rww thanks04:50
hanasakixangua:  not .504:50
Blue1NickyTT: it's a personal preference04:50
lwizardlhello04:50
kwtmNickyTT: Again different opinions. There's a matter of "how is KDE" theoretically, and practically.  At this point, if you could go either way, you'll probably have a better experience with (GNOME) Ubuntu.04:51
lwizardlcan someone help me with configuring a sftp server for internal networks only ?04:51
rwwNickyTT: They're different desktop environments; one isn't objectively better than the other. If you feel like experimenting, try both. If not, go with Ubuntu, since more people use it.04:51
akephalosyeah. i think just installing a xwindowing system might have to happen to get the sound working04:51
akephaloslwizardl: sftp uses ssh.  you will have to limit the ssh connections to limit sftp (afaik)04:52
rwwchristhecoolboy: so...?04:52
hanasakiI have http://ppa.launchpad.net/ubuntu-clamav/ppa/ubuntu  in my synaptic however it only finds ...3 not ....504:52
christhecoolboyI dont know how to put it around the site04:52
x_akephalos, you said a fresh install of 10.10 doesnt pulse audio come with 10.10...?04:52
christhecoolboythis is a very Important thing04:52
NickyTTI'm currently using a version of Ubuntu that isn't supported by you guys, so I fear to even mention it.04:53
Leifrww, elint kwtm okay, purged, I'm going to try a clean install now04:53
kwtmLeif: Tell us how it goes, ok?  Would love to know. From your output, it looks just like a broken package: very unlikely with Ubuntu repositories, but the libreoffice repository explains it.04:53
akephalosx_ if it does, i am not aware of it.. or what pulse even does04:53
lwizardlakephalos, yeah I have the openssh installed on the system and also vsftp but thats about all I know. I never setup a linux ftp/sftp server before.04:53
x_akephalos, ps -ef | grep pulseaudio04:53
akephalosnothin04:53
kwtmNickyTT: well, you can mention it --we won't hold it against you.  But if it's too out of date, you might think about a clean install.04:53
rwwNickyTT: as in, an old one that isn't supported any more?04:53
kwtmNickyTT: I'll tell you what I usually do, if you're interested.04:53
rwwNickyTT: if so, I'd go with 10.04, since that way you don't need to worry about upgrading as often ;)04:54
x_akephalos, id look up how to install pulseaudio then. or try starting it maybe you have it. pulseaudio -D04:54
Leifkwtm, Excitement, well it's happily downloading everything, so I bet it will work fine, I'll let you know if it works when it finishes, thank you.04:54
kwtmNickyTT: Disclaimer: if you say you use Microsoft Ubuntu, we *will* hold it against you. :)04:54
lwizardlkwtm, lol04:54
NickyTTHaha04:54
NickyTTI use 10.4 SuperOS04:54
NickyTTBecause I found there is no grub screen.04:55
NickyTTBut there is a weird grub screen on 10.10 that wasn't there before.04:55
ez2hateBlue1: I was afraid of that... guess I'll be using virtual machines to play from now on... :)04:55
NickyTTSo I'm thinking - screw this, I'm going back to 10.404:55
NickyTT[I don't want to waste 10 seconds of my life every time i reboot this thing04:55
semitonesNickyTT, lol04:55
rwwNickyTT: unsurprisingly, I recommend you go to Ubuntu 10.04, not SuperOS 10.04 ;P04:55
hanasakixangua:  do you mean the .5 version is already in the main?04:55
MadRobotHow do I solve a BADSIG problem?04:55
semitonesNickyTT you left before we could finish helping you04:55
xanguahanasaki: if you are using maverick04:55
semitonesNickyTT, you have to run "sudo update-grub"04:56
NickyTTAnd I know there's probably a way to disable that screen, but the time it would take to invest in finding a solution, I could have reinstalled 10.04 about 5 times.04:56
hanasakixangua:  it looks like .3   not .504:56
semitonesNickyTT, it takes literally 30 seconds04:56
hanasakiapt-show-versions -a clamav04:56
hanasakiclamav 0.96.3+dfsg-2ubuntu1.2 install ok installed04:56
hanasakiclamav 0.96.3+dfsg-2ubuntu1   maverick          archive.ubuntu.com04:56
hanasakiclamav 0.96.3+dfsg-2ubuntu1.2 maverick-security archive.ubuntu.com04:56
hanasakiclamav/maverick-security uptodate 0.96.3+dfsg-2ubuntu1.204:56
FloodBot4hanasaki: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.04:56
kwtmlwizardl: Btw, off topic for just one moment: did you see that hilarious CollegeHumor.com video that says: "Now you can google with Bing!  Use Bing to google for restauraunts, or google for websites..." basically using "google" as a generic verb everywhere while purportedly promoting Bing. LOL04:56
xanguahanasaki: then update04:56
hanasakixangua:  I have04:56
rwwkwtm: #ubuntu-offtopic for offtopic stuff04:56
sam-_-rww, unless he has very new hardware. then it might be better to stick with maverick, don't you think?04:56
kwtmrww: aww, I *knew* I was going to be Microsofted for going off topic!04:56
hanasakixangua:   please paste me the output of your pt-show-versions -a clamav04:56
=== Faithless is now known as Sorrowful
xanguahanasaki: i use lucid04:56
Leifkwtm, Well, it worked, but the graphics are really ugly now...  Oo, is their two different copies of open office in the repos?04:56
christhecoolboyI found a possible fix for something, rww04:57
lwizardlkwtm, nope I have not seen that, but I avoid bing like a plague ( I do the same with all MS other then xbox)04:57
akephalosyou do know grub has a timeout, yes/04:57
rwwsam-_-: They just said that 10.04 worked, and I very rarely see hardware that's new enough that 10.04 doesn't support it.04:57
kwtmLeif: ?? I don't think so ... I have v3.2 in Lucid.04:57
Leifkwtm, The command I typed is sudo apt-get install openoffice04:57
NickyTT35% done and I didn't have to open up any consoles or anything. Didn't have to use my brain04:57
hanasakixangua:  check this page .. its not in maverick https://launchpad.net/~ubuntu-clamav/+archive/ppa04:57
sam-_-rww, ah. y, ok.04:57
kwtmLeif: You mean "sudo apt-get install openoffice.org", right?  If you want to be safe, do "sudo apt-get install openoffice.org-writer"04:57
Leifkwtm, That's what I have, it actually looks a lot like swing...04:57
Leifkwtm, erm, yes openoffice.org, trying ...-writer now..04:58
Leifyes, it's installed04:58
happygilmoregenthey room04:58
christhecoolboyActionParsnip, I got my sound thing fixed04:59
christhecoolboythanks to sam-_-04:59
happygilmoregentanyone from the ubuntu dev team?04:59
red2kicTo anyone currently using their SMB  -- Care to paste your /etc/samba/smb.conf? Thanks in advance. :)04:59
christhecoolboysam-_-, I sent u a PM!05:00
lwizardlThis is what I am trying to do maybe there is a better way to do this. I want to take my old pc and use it for a temporary storage box so I can pull the files from these old hard drives I have. I have like 6 160GB internals I am trying to get the data from these onto my new 1TB drive and then format the 160GB drives05:01
wowred2kic: cannot downloa fdoem...btw, can i just follow this method http://www.biosflash.com/e/bios-boot-usb-stick.htm using my other pc(windows)...then boot it in my aspire 4315(linux)05:01
rwwhappygilmoregent: If you describe your issue, I can figure out which channel you need to go to...05:01
red2kicwow: See the User-comments about 8GB flash? It's FAT116 issues.05:02
smwhow do you add a directory as a repository?05:02
smwIt is ripped directly from the install cd05:03
red2kicwow: You could try -- but meh. We're talking about bios here. I have no clue how accurate that website is. You could try, I guess.05:03
red2kicwow: The main issue is trying to put all files in at once. Go ahead and try.05:03
christhecoolboyrww, I think i've found a helpful solution to a problem05:04
wowred2kic: owh...if i follow your method...where can i get fdoem....?05:04
wowred2kic: the link is dead...05:04
red2kicwow: It's not my method -- but I can confirm that method worked for me. I advise on what I know. There are other link below.05:04
red2kicwow: The one attached with the article.05:05
wowred2kic: yup...05:06
christhecoolboyI have found a fix to something05:06
christhecoolboywhere do I put it?05:06
semitonesOn ubuntu, if you install Steam in wine, can you download and install windows games like normal???05:07
* semitones hopes that this is the universe in which that is possible05:07
christhecoolboysemitones, Wine isnt really that stable05:08
shcherbaksemitones: before check wine hq05:08
MadVector<semitones> well it works for me)05:08
christhecoolboynot everything workswith it05:08
=== alakoo_ is now known as alakoo
dotblankchristhecoolboy, what did you fix05:08
semitonesi'll check appdb05:08
MadVectortested l4d2 and serious sam 1 classic05:08
semitonesi want to do ALtitude05:08
christhecoolboydotblank, I found a fix for MSI AE2020 computers and possibly any PC with the soundcard05:09
MadVectorand recettear05:09
shcherbaksemitones: get winetricks too05:09
kwtmLeif: Well ... hope you're not too disappointed.  I actually ended up using AbiWord for *some* stuff, but not all.  When I have to generate a document reliably with reliable appearance, I use Openoffice.org; when I have to open someone else's document quickly, I use AbiWord.05:09
semitoneskk05:09
MadVectorwell steam is on platinum list and i give it 9/1005:09
MadVectoralmost perfect05:09
kwtmsemitones: Last I heard on Slashdot (over a year ago), Steam didn't work that well on Wine.  Other people might have a more up-to-date answer for you.05:09
semitonesok05:09
Leifkwtm, Yup, thanks.  It seems to have all of the functionallity, and is only missing the theming...it makes me think there is another package for it.05:09
Bing0kwtm, i hear several steam games are working ok05:10
dotblankchristhecoolboy, should make a wiki page about it on ubuntu or submit bugreports and patches to the respect projects05:10
semitoneskwtm, altitude got a platinum rating on appdb, so i hope things have turned around05:10
wowred2kic: fat(default) is fat16 right?05:10
shcherbakMadVector: It do not nessesary apply to all its games05:10
kwtmBing0: Oh, really?  I thought Steam itself (ie. the process for installing games) was wonky, but it looks like you have better news.05:10
red2kicwow: Yes.05:10
christhecoolboydotblank, I'm new here05:10
Bing0ive no testimonials but read others have good success w/steam and wine05:10
christhecoolboyhow do I do that? :~(05:11
MadVector<shcherbak> i know05:11
Leifkwtm, Got it!!!  I needed to install openoffice.org-gnome, now it works perfectly, thank you for your help05:11
MadVectori give 4/10 to wine for its games support :)05:11
kwtmLeif: Nice work!  And how did you know you needed to install openoffice.org-gnome?  I would never have known.05:11
=== fran is now known as Guest72565
dotblankchristhecoolboy, well what exactly did you fix? a dev script a acpi event?05:12
MadVectorbut l4d2 for example is 9/10 for me05:12
dotblankudev*05:12
christhecoolboycan I PM you?05:12
dotblanksure05:12
hanasakiis there a web page that lets you lookup packages and their versions for a specific ubuntu release? 10.1005:12
Leifkwtm, I just typed sudo apt-get install openoffice.org- and tab completed to see the list of available packages, openoffice.org-gnome looked fairly logical, so I took a guess, and it turned out to be right.  (I'm saying I got lucky)05:12
shcherbakMadVector: but cs works! (btw 1.6 and souce ate 2 most playable on line - according to steam stats)05:13
red2kic!packages | hanasaki05:13
ubottuhanasaki: You can browse and search for Ubuntu packages using !Synaptic, !KPackageKit, !Adept, "apt-cache search <keywords or regex>", or online at http://packages.ubuntu.com - Ubuntu has about 20000 packages available, so please *search* for an official package before installing things in awkward ways!05:13
rwwhanasaki: http://packages.ubuntu.com/05:13
hanasakithanks05:14
=== RogueShadow_ is now known as RogueShadow
=== DealingWithFools is now known as lap_dragon
gamax92so then the issue is the drive tray05:17
gzmdo you know the difference between aptitude and apt-get ?05:19
gzmthey both are the software install tool05:19
grkblood13_how do i burn avchds without buying nero?05:20
semitoneshi05:20
kwtmOkay, so after helping some people, I am going to ask my question again.05:21
chinescohello05:21
sam-_-gzm, aptitude is a gui. apt isn't05:21
kwtmHow do I get my (k)Ubuntu 10.04 system to recognize the extra buttons on my mouse that Microsoft said should be on all mice?  They are on the left side and apparently do "forward" and "backward" on the web browser.  How can I use these buttons?05:21
gzmthanks. but when in process of install snort, it requires libdnet. I used apt-get to install but snort can not find it, but use aptitude , snort can sucesssfully find it and can continue.05:22
sam-_-kwtm, they are probably recognized. try: xev to find out05:22
kwtmgrkblood13_: What is avchds?  Do you mean you want to burn DVD's and CD's?  I use K3b; apparently in standard GNOME Ubuntu, Brasero is the program.05:22
kwtmsam-_-: Good idea.  Will try.05:23
grkblood13_no avchds05:23
grkblood13_i dont know why ubuntu hasnt picked up on this yet05:23
grkblood13_its been aroudn for a while05:23
bullgard4https://help.ubuntu.com/community/WifiDocs/WiFiHowTo: "If all devices listed say "no wireless extensions." then your wireless card is not configured." What is a »wireless extension«? 'man iwconfig' does not tell.05:24
sam-_-kwtm, then you will just have to configure your brower. not sure how though.05:25
kwtmsam-_-: Okay.  I've confirmed that it works. I'm actually looking for how to configure KDE to recognize the button, but I guess it's more for the Kubuntu channel..,05:26
kwtmunless any knows KDE here...05:26
tripelbany experience with a video editor. one that can do superimpositions? handle greenscreen...?05:26
sam-_-kwtm, no. have you tried googling. don't hit me now :-)05:26
NaiaQuestion: Hardinfo, Benchmarks. Anyone know where I can get more information on the results?05:27
sam-_-tripelb, i believe you won't be happy with linux since i think there are no decent video editors. disclaimer: i could be wrong05:28
=== lap_dragon is now known as DealingWithFools
abhinav_singhis it possible to not give read permissions to a file05:28
bullgard4abhinav_singh: Yes.05:29
shcherbakabhinav_singh: yes, 333?05:29
=== Amaranth_ is now known as Amaranth
ActionParsnipabhinav_singh: chmod +r filename   will give read access to a file (or folder)05:32
=== blaize0 is now known as blaize
kwtmabhinav_singh: I think what ActionParsnip is trying to say is, "chmod -r filename" will take away read permissions for a file/folder.05:33
ActionParsnip!shortcuts | kwtm05:33
ubottukwtm: Keyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net - See !Keyboard for changing layouts05:33
kwtmActionParsnip: Uh oh.  Can you do that !shortcuts | kwtm thing for Kubuntu?05:33
ActionParsnipkwtm: you can assign them like shortcuts that way, should be fine. As long as they make event in xev then they can be used05:33
ActionParsnipkwtm: same deal as far as I know05:33
kwtmActionParsnip: THere is no "system > preferences > keyboard shortcuts" in KDE.05:34
ActionParsnipkwtm: then it'll be in the kontrol-centre or whatever kde uses. Think outside the box05:34
kwtmActionParsnip: Thanks. I did check that. Will continue to seek input from any users more familiar with KDE.  Thanks.05:35
yuhaikuohey05:36
Blueleafdoes anyone here run antivirus on ubuntu?05:36
gamax92what is the best05:36
ActionParsnipBlueleaf: I do on my fileserver05:37
ActionParsnipgamax92: there is no single best app for anything05:37
shcherbakBlueleaf: well...05:37
gamax92ActionParsnip: so true05:37
ActionParsnipgamax92: so the answer is "all and none"05:37
gamax92ActionParsnip: lots of things i did in ubuntu i had to compile my self05:38
shcherbakgamax92: Ham sandwitch is better than Eternal Happiness, so maybe it is the best.05:38
kwtmThanks for all help, all!  Especially sam-_-05:38
ActionParsnipgamax92: what have you compiled?05:38
gamax92shcherbak: can i have both?05:38
gamax92ActionParsnip: all the window managers05:39
ActionParsnipgamax92: there are  tonnes of WMs in the repos05:39
gamax92ActionParsnip: except kde05:39
gamax92ActionParsnip: im not on the internet05:39
rww....05:39
ActionParsnipgamax92: then grab the alternate DVD ISO and you can use it as a repo05:40
gamax92ActionParsnip: im using a different computer right now05:40
ActionParsnipgamax92: and you can install things using binaries05:40
gamax92ActionParsnip: besides this was a long time ago05:40
bullgard4https://help.ubuntu.com/community/WifiDocs/WiFiHowTo: "If all devices listed say "no wireless extensions." then your wireless card is not configured." What is a »wireless extension«? 'man iwconfig' does not tell.05:40
gamax92shcherbak: ill take the ham sandwich05:41
leed-homeI have a rampage iii extreme and when I go to install it doesnt see my 2 64gb ssd drives; it does see the other 4 1TB drives.  I can't seem to find any additional drivers to load at boot time.  Ideas?05:41
shcherbakgamax92: Wise, very wise, Luke.05:41
ActionParsnipleed-home: do the non-ssd devices attach to the same controller as the ssds?05:42
shcherbakbullgard4: Wireless extention?05:42
bullgard4no05:42
leed-homeActionParsnip: No I don't think so, there is a 3gb/s controller that the traditional drives attach to and there is a 2nd bios I see for the ssd 6gb/s drives.  winblows sees them ok :-/05:43
ActionParsnipleed-home: if you run:   dmesg | less     and read the boot, does it see the drives? (use cursor to scroll down)05:44
leed-homeyea i did that; it only sees the 3gb/s drives05:44
leed-home i need drivers for the 6gb/s controller i think05:44
leed-homebut i cant seem to find any for the rampage iii extremem mobo05:44
illuminarisCan anyone help me troubleshoot the low FPS on World Of Warcraft?  I'm running Ubuntu 11.04, Wine 1.2.1 and an ATI Radeon 9800. The graphics card plays fine in Windows but not Linux.05:44
sam-_-leed-home, do you have a ssd?05:45
shcherbakilluminaris: 11.04?05:45
ActionParsnipleed-home: possibly, if you run:  lspci   you will see the chip the controllers use and can then (maybe) find guides for how to get them setup, you may just need to disable acpi and it works but the guides will help you05:45
illuminarisshcherbak yes, why?05:46
shcherbak!natty05:46
ubottuNatty Narwhal is the codename for Ubuntu 11.04, due April 28 2011 - Help and support (only) in #ubuntu+1 - Natty is unstable and is not intended for production systems.05:46
gamax92ubottu: awesome find05:46
shcherbakilluminaris: it is alfa, and there is 1.3 wine.05:46
ActionParsnipilluminaris: what windows does is of no value, its a different OS with different support05:46
illuminarisscherbak what's the command to check version?05:47
gamax92ohh ubottu is a bot05:47
ActionParsnipilluminaris: your release is also not supported here, it's in #ubuntu+105:47
ravibnmy webcam (frontech e-cam JIL2214) is not working after installing 10.10 anyone pl help05:47
illuminarisActionParsnip, it is of value because it implies the graphics card is capable of handling the game with the proper drivers and support, meaning it's not the fault of the graphics card alone.05:47
ActionParsnipravibn: install and run cheese, do you see yourself05:47
shcherbaklsb_release? uname -a?05:47
ActionParsnipilluminaris: linux uses completely different drivers05:47
ravibnActionParsnip, I have cheese installed it does not work05:48
ActionParsnipilluminaris: so no, in windows it will run on unichrome video cards but in Linux those cards do not perform any 3D rendering05:48
illuminarisActionParsnip I'm aware of that, that's not the point....05:48
ravibnActionParsnip, It use to work 10.0405:48
ActionParsnipilluminaris: your release is also offtopic here, it is supported in #ubuntu+105:48
leed-homeActionParsnip: ah thx ill give that a try... is a marvell controller05:48
ActionParsnipravibn: if you run: lsusb    you will get the 8 character hex ID for the device, you can then use it to find guides05:49
sam-_-illuminaris, it's an old card that isn't supported by the proprietary driver anymore. it's possible that the open source driver will not give you maximum performance05:49
ravibnActionParsnip, what guides ?05:49
ActionParsnipsam-_-: s/he's gone :)05:49
ActionParsnipravibn: online, the ID will give guides05:49
ravibnActionParsnip, you mean google it05:50
ActionParsnipravibn: if youo want to use google, thats fine. Or you can use any of the other search engines around05:50
* ActionParsnip hates the term "google it"05:51
=== neoh- is now known as neoh
sam-_-ActionParsnip, how about "bing it", better?05:53
ActionParsnipsam-_-: I use "websearch"  It doesn't tell the user which search engine to use so gives choice, just like the OS they are using05:54
* sam-_- will use this too in the future05:54
ActionParsnipsam-_-: your choice dude05:54
Zeu5hi i need help using a portable hdd in ubuntu AND windows05:54
ravibnActionParsnip, one of the guide said I need to install gspca driver and then Video4linux05:55
gobbeZeu5: what kind of help05:55
Zeu5initially it is working. but after transferring files in windows and ubuntu enviro05:55
nirazioHow to create .Xauthority file ??05:55
gobbenirazio: with editor05:55
Zeu5the hdd is now no longer mountable in ubuntu... sometimes the same thing happens in windows too05:55
ravibnActionParsnip, can you pl. guide me installing this drivers05:55
Zeu5gobbe, so i need help in ensuring in future this does not happen. what shd i do?05:55
ActionParsnipZeu5: was the windows system a seperate computer?05:56
gobbeZeu5: what is the filesystem?05:56
Zeu5ActionParsnip, same computer05:56
ActionParsnipravibn: i believe gspca is part of a stock install05:56
Zeu5the filesystem of the external portable hdd  is NTFS05:56
ActionParsnipZeu5: ok and did you detach the drive from the system?05:56
Zeu5nad its a USB 2.005:56
ruby_on_tailshi05:56
ruby_on_tailsi want to install cron on my machine05:56
ActionParsnipruby_on_tails: its already installed05:56
gobberuby_on_tails: cron is installed by default05:56
ruby_on_tailsok05:56
ruby_on_tailsbut05:56
ravibnActionParsnip, can you elaborate on that pl05:57
Zeu5ActionParsnip, i do not understand what you mean by detach the drive. its external hdd05:57
ruby_on_tailsif i set it to run a script every 5 mins will the script execute if i turn off my machine ?05:57
FlamHi I'm trying to SSH to my server without a password (for rsync).  I ran "sudo ssh-keygen -t rsa -b 4096 -f /home/Flam/cron/a-rsync-key" on Ubuntu 10.04 and got the .pub file and the private key, then I did "sudo cat a-rsync-key.pub >>.ssh/authorized_keys" on the remote host.  Now I'm stumped :P  Some guidance as to what to do next would be appreciated.  Also, where do I put the private key?05:57
ruby_on_tailsand05:57
ruby_on_tailsafter restart will the cron work ?05:57
gobbeZeu5: if you just unplug the drive without proper "ejecting" filesystem might mess up05:57
Zeu5gobbe, i may have done that previously. so what shd i do?05:57
gobberuby_on_tails: anacron runs missed crons05:57
ActionParsnipZeu5: youo can unplug the drive from the system by grabbing the usb cable and pulling it out of the port, thhis is "detaching" the drive as it is then a seperate device. Has this happened?05:57
Zeu5gobbe, i now have 2 external hdd. 1 is the troubled one. and the other is 1 i just bought 5 mins ago from a hardware store.05:58
gobbeZeu5: when you remove drive you unmount/eject it to avoid messing up filesystem05:58
ruby_on_tailsgobbe: i want the cron to run when my machine is on and then trn off with the machine and then work only when my machine is restareted i dont want it to work on the missed ones05:58
Zeu5i want to preserve the files inside the first hdd. and at the same time frn now onwards, eliminate such problems in future05:58
ActionParsnipZeu5: the healthy new drive is of no interest as it is not at fault05:58
ActionParsnipZeu5: are you going to answer the question......?05:59
Zeu5right now the external hdd is detached05:59
gobberuby_on_tails: if you add it */5 it will run every 5 minutes when computer is on05:59
=== yen-thao is now known as y-t
Zeu5ActionParsnip, sorry the external hdd is now detached05:59
ruby_on_tailsgobbe: ok cool05:59
ruby_on_tailsthanks05:59
ActionParsnipZeu5: ok, what steps did you go through to detach the drive?05:59
Zeu5first i plugged it in05:59
Zeu5then i tried to manually mount it by clicking the icon/05:59
Zeu5i get an error taht says inconsistent NTFS05:59
gobbeyes05:59
gobbethat's what happens if you remove it without proper way06:00
ravibnActionParsnip , lsusb gave me this "0c45:613c Microdia PC Camera (SN9C120)"06:00
ActionParsnipZeu5: no, how did you detach the device, not plug it in. Last time it was removed what steps did you take to remove it06:00
Zeu5so i checked again. it is not mounted and just detach06:00
Zeu5* i just unplugged it06:00
gobbeZeu5: is the "detach" in your case just remove cable from computer?06:00
gobbeyep06:00
ActionParsnipZeu5: ok, when it last mounted ok, how was it removed06:00
gobbeZeu5: that's not proper way06:00
ActionParsnipZeu5: you are mistreating your hardware06:00
gobbeZeu5: you need to unmount/eject it from operating system (same in windows and linux)06:01
Zeu5okie 1 at a time. ActionParsnip i cannot remember the last time how i did it. i have procrastinated this issue for some time so today i can devote some time to resolve it06:01
ActionParsnipZeu5: you MUST use the safetly eject hardware facility in nautilus so the filesystem can be synced and caches can be flushed06:01
Zeu5gobbe, yes so i want to learn the proper way06:01
shcherbakHow to selectively remove decoration in metacity?06:01
gobbeZeu5: ok, i'll let ActionParsnip to help you, it's easier06:01
Zeu5gobbe, thank you :)06:01
Zeu5ActionParsnip, okie so wat do i do now? i probably need to format this external hdd yes?06:02
ActionParsnipZeu5: I suggest you plug the device into a windows PC and chkdsk the partition, then use the safetly remove feature in windows (bottom right tray near the time) and then it will be fine.06:02
Zeu5okie.06:02
Zeu5i am now in ubuntu. so i will need to logout first. brb06:02
Zeu5thank you ActionParsnip06:02
ravibnActionParsnip , can you give me suggestions for installing the drivers ?06:03
ActionParsnipravibn: searching06:03
nbjjrescure START END, where Start is the area of the disk where you believe the partition began and END is it's end. If parted finds a potential partition, it will ask you if you want to add it to the partition table. I DO NOT understand this, some clarification please?06:04
=== nbjj is now known as bluezone
ActionParsnipravibn: run:  echo "blacklist sn9c120" | sudo tee /etc/modprobe.d/webcam.conf    then reboot, should work ok06:05
ActionParsnipravibn: sec06:05
ActionParsnipravibn: echo "blacklist sn9c102" | sudo tee /etc/modprobe.d/webcam.conf06:05
ActionParsnipravibn: then it will use gspca06:06
ravibnActionParsnip, I will give a try and reboot06:06
ruby_on_tailsgobbe: i used the terminal to write a cron but as soon as i close the terminal the cron folder and file get removed from my /tmp folder06:06
gobberuby_on_tails: you edit cron with crontab -e -command06:06
ruby_on_tailsgobbe: i wont be able to see the file yet the cron will run ?06:07
gobberuby_on_tails: or you write it somewhere and upload it to crontab with file06:07
gobberuby_on_tails: what does crontab -l say?06:07
White-Horsecan someone please tell me the right way to install the nvidia drivers ?06:07
ruby_on_tailsgobbe: it shows the cron i set06:07
ActionParsnip!nvidia | White-Horse06:07
ubottuWhite-Horse: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto06:07
gobberuby_on_tails: well then it's ok06:08
ruby_on_tailsgobbe: ok thanks06:08
gobberuby_on_tails: it's safer to edit crontab with crontab -e because it also tells you if your cron is not properly made06:08
ruby_on_tailsgobbe: ok06:08
White-Horsethanks but that is alittle outdated06:09
tripelbanyone know about linux video editors, here's a page http://www.google.com/search?num=100&hl=en&q=linux+video+editor+2010&aq=f&aqi=&aql=&oq=06:10
ruby_on_tailsgobbe: i had set a cron for /var/www/index.php so i should do crontab -e /var/www/index.php to edit it ?06:10
White-Horsewhy was hardware driver removed from ubuntu anyways why break something that wasn't broke06:10
=== sh4st4r is now known as dcdel
White-Horse99% of us are using nvidia cards06:11
ActionParsnipWhite-Horse: its under the system -> admin menu item....06:11
tripelbsam-_-, awww.  anything here? (you can pm me back (as well as in the channel, for public's sake). I'm having ouch mouse shoulder now. I'll see a pm later.) I'll be in the channel if I can.06:11
ActionParsnipWhite-Horse: you'll find a larger number use intel06:11
ravibnActionParsnip, nope webcam is not working06:11
tripelbsam-_-, http://www.google.com/search?num=100&hl=en&q=linux+video+editor+2010&aq=f&aqi=&aql=&oq=06:12
ActionParsnipravibn: hmm06:12
bluezonecan anyone help me understand the rescue START END section at https://help.ubuntu.com/community/DataRecovery06:12
White-Horseok also is ubuntu 10.10 out of beta ?06:12
bluezonewhat would be start and what would be end06:12
ruby_on_tailsgobbe: nvm i got it, thanks for your help06:12
ravibnActionParsnio, lsusb o/p "Bus 002 Device 002: ID 0c45:613c Microdia PC Camera (SN9C120)"06:12
ActionParsnipravibn: keep using that line you gave and you will hit guides, I suggest you run: sudo rm /etc/modprobe.d/webcam.conf   as it is of no value to you06:13
gobberuby_on_tails: ok :)06:13
ActionParsnipWhite-Horse: no, maverick is out and fully supported here06:13
ruby_on_tailswaiting for the php file to execeute now :)06:13
White-Horseok thanks06:13
sam-_-tripelb, like i said. if you want to do anything advanced you have to use mac osx or windows.06:13
ActionParsnipWhite-Horse: natty is in Alpha currently and is supported in #ubuntu+106:13
sam-_-tripelb, they can do basic stuff but nothing fancy.06:13
ActionParsnipsam-_-: real coders use text editors ;)06:14
kuttansi have a samsung corby mobile.  Kubuntu identify it as a imaging device always and sometime shows it as modem too.  The problem the modem deduction is not stable all the time, sometimes it do and sometimes not.  Im using this mobile as a modem which is having a 3g connection.06:14
kuttansKppp is also not useful as it says can not open modem, where as the modem is loaded in /dev/ttyACM0 and 1 as well.06:14
kuttanswvdialconf is returning error06:14
kuttansso how to go about from here to make it more stable and use it without intermittancy06:14
FloodBot4kuttans: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.06:14
ruby_on_tailsgobbe: */1 * * * /var/www/index.php will this run the script evey minute ? coz the script aint running :(06:14
bullgard4https://help.ubuntu.com/community/WifiDocs/WiFiHowTo: "If all devices listed say "no wireless extensions." then your wireless card is not configured." What is a »wireless extension«? 'man iwconfig' does not tell.06:14
sam-_-ActionParsnip, for videoediting?06:14
ruby_on_tailsrunning/executing06:14
kuttansi have a samsung corby mobile.  Kubuntu identify it as a imaging device always and sometime shows it as modem too.  The problem the modem deduction is not stable all the time, sometimes it do and sometimes not.  Im using this mobile as a modem which is having a 3g connection.Kppp is also not useful as it says can not open modem, where as the modem is loaded in /dev/ttyACM0 and 1 as well. wvdialconf is returning errorso how to go about from here to make it06:15
kuttansmore stable and use it without intermittancy06:15
ActionParsnipsam-_-: haha, possibly. Nar not really. Pitivi isn't too bad from what I hear06:15
gobberuby_on_tails: it runs it every one minute, check from logs what happened. I would say that you need to run it with php-command06:15
sam-_-ActionParsnip, does it support greenscreen and stuff?06:15
ActionParsnipbullgard4: run: sudo lshw -C network  and websearch the product line for the device, if there isn't one (common for some USB sticks) then run:   lsusb  and use the identifying line06:15
kuttansno fourm is talking anything clear on this subject06:16
ActionParsnipsam-_-: not something I do dude, not sure06:16
White-HorseActionParsnip please watch this youtube vid on nvida drivers with ubuntu 10.04 as well as part 2 there is a bug in ubuntu 10.04 and the nvidia driver http://www.youtube.com/watch?v=Sh4ZmBdFCuU06:16
gobberuby_on_tails: and you are missing one *06:16
ActionParsnipWhite-Horse: sure06:16
White-Horsethank you06:16
gobberuby_on_tails: */1 * * * * something06:16
ruby_on_tailshmm06:16
White-Horsemaybe you can tell me if its true or not06:16
bluezonerescue START END06:16
bluezonewhere Start is the area of the disk where you believe the partition began and END is it's end. If parted finds a potential partition, it will ask you if you want to add it to the partition table. WHat exactly do these values have to be, integers? locations??????06:16
ActionParsnipWhite-Horse: I use this: http://www.ubuntugeek.com/how-to-install-nvidia-260-19-12-drivers-in-ubuntu-10-1010-04-using-ppa.html06:16
White-HorseActionParsnip yes but there is s0mething wrong with the buffer06:17
kuttanshow can i use my mobile as a modem for connecting to 3g. i almost tried all those forums without any positive result.  The problem is sometimes it detects as modem and get connected with good stability and sometimes altogether it rejects saying there is no such thing called modem06:17
White-Horseif you watch those 2 vids you will see06:17
sam-_-bluezone, the man page will tell you more06:17
bluezonethe man page for what, sam-_-06:18
bullgard4ActionParsnip: I could do that. But it would not help me. My question is another one: I'd like to know what people mean by a "wireless extension".06:18
bluezonesam-_-: parted?06:18
kuttanscan anyone tell how can i check a modem with wvdial conf with more debug information. what im getting is that its trying ttyACM0 for some speed and says not available or error06:18
ActionParsnipWhite-Horse: don't use sudo nautilus like the moron in the video advises, it breaks systems06:19
sam-_-bluezone, y06:19
nytek_im having some trouble syncing music to my 160 classic ipod with all media programs in ubuntu, anything specific i have to do to get it to sync nicely?06:19
shcherbaknytek_: gtk-pod should do.06:20
bluezonesam-_-: i did from 0 to 9999999999999999999 and it returned nothing :(06:20
White-HorseActionParsnip last time i i used the driver right from nivida website and it worked fine but there was a mess at bootup the screen was all over the place just like this guy in part 2 of the youtube vid says06:20
nytek_shcherbak: it doesnt, i get many errors when trying to copy songs06:20
ActionParsnipWhite-Horse: I have a guide fo messy boot screens ;)06:20
GatorAlliWhere is the best location to store .jar files for use on Ubuntu server?06:21
ActionParsnipWhite-Horse: http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/06:21
ActionParsnipGatorAlli: anywhere outside of /proc06:21
White-Horsethanks you ActionParsnip i will try with your 2 guides06:21
kuttansany forum you know of which is very active about the mobile as modem + 3g + ubuntu06:21
GatorAlliits on a server06:21
ActionParsnipWhite-Horse: the 2nd guide makes the boot use the fb driver and will be fine06:22
GatorAlli"/usr/share/java/"06:22
GatorAlli?06:22
shcherbaknytek_: you mean to ipod? Not every format is supported, you would need to convert them. I remember that amarok had also some features of this sort.06:22
ActionParsnipGatorAlli: if you want, as long as the server can access the file it doesn't matter06:22
shcherbak!ipod06:22
ubottuFor information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod06:22
bluezonesam-_-: yeah this is not finding anything, are there any other ways to recover paritions06:22
sam-_-bluezone, don't you have a backup?06:23
gobbehe left06:23
White-HorseActionParsnip will it be ok with hdmi 1920x1080 ?06:23
ActionParsnipWhite-Horse: when the desktop appears, the nvidia driver will load and do whatever it should. I don't use hdmi06:23
White-HorseActionParsnip ok thank you for your time and help :)06:24
ActionParsnipWhite-Horse: the hwinfo will tell you what res the fb driver can do on your hardware config, you should then choose one and apply it to the rest of the guide when a resolution is mentioned06:24
DimaVHi all. I just cloned my ubuntu install to a bigger drive. I wanted to know how I can resize the extended partition that lvm sits on (without creating a new partition to add to lvm).06:25
kuttanshii anyone here to help or discuss on how to use a mobile phone as a modem06:25
White-Horseok thanks06:25
White-Horsehave a good night/day guys06:25
kuttansi think im bit lagging in the latest usb techniques used in ubuntu. like usb_modeswitch06:25
kuttansso no help from ubuntu room too06:26
christhecoolboyI have a tech problem06:28
Zeu5hi there gobbe Actionparsnip left i think. so now i am running checkdisk in windows environ on my hdd. it will auto fix file system errors and scan for and attempt recovery of bad sectors.06:28
gobbeZeu5: ok06:28
Zeu5so if i recall correctly from our 3 way conversation, i should ALWAYS regardless of ubuntu / windows always eject safely before unpluggin the hdd yes?06:29
christhecoolboyon my pc, before i moved to ubuntu, i had stereo mix, how do i get it to work on ubuntu now06:29
Zeu5in ubuntu that will be unmount and eject in windows that will be just eject safely.06:29
christhecoolboyso i can record06:29
christhecoolboypc screen06:29
christhecoolboymic06:30
Zeu5 am i right gobbe ?06:30
christhecoolboyand pc sound06:30
gobbeZeu5: yes06:30
gobbeZeu5: you should never just unplug the wire06:30
kuttanschrithecoolboy: was the old os a windows by anymeans?06:30
Zeu5okie06:30
christhecoolboyyes06:30
christhecoolboywindows 706:30
kuttansthen you may be out of luck to use it again. try wine2 and see if it can help06:31
headkase314christhecoolboy, go to System > Preferences > Sound, under Hardware tab06:31
sam-_-christhecoolboy, i think you can just select in for example audacity06:31
headkase314!find gtk-recordmydesktop06:31
ubottuFound: gtk-recordmydesktop06:31
kuttansor if your sole purpose is to do some recording and some music stuff, check out the multimedia softwares in ubuntu store06:31
Jordan_U /lastlog grub06:31
headkase314!info gtk-recordmydesktop | christhecoolboy06:31
ubottuchristhecoolboy: gtk-recordmydesktop (source: gtk-recordmydesktop): Graphical frontend for recordmydesktop screencast tool. In component universe, is optional. Version 0.3.8-3ubuntu1 (maverick), package size 119 kB, installed size 888 kB06:31
headkase314christhecoolboy, use that for screencasts06:32
christhecoolboyIts not a screencast06:32
headkase314christhecoolboy, pc screen, micm and pc sound recording is a screencast?  What are you trying to do?06:33
christhecoolboyLet's play06:33
christhecoolboyon youtube06:33
kuttanschristhecoolboy: you got what you wanted?06:34
DimaVI just cloned my ubuntu install to a bigger drive. I wanted to know how I can resize the extended partition that lvm sits on (without creating a new partition to add to lvm).06:35
christhecoolboyno... kuttans06:35
christhecoolboyit wont record the PC and the mic06:35
peranfkasfns06:36
=== Zeu5_ is now known as Zeu5
=== pera is now known as Guest27358
kuttanshmm.......... you want to do some kinda presentation right06:37
christhecoolboyI need to record dosbox06:41
christhecoolboyand my mic06:41
christhecoolboyand my PC06:41
shai__Hello :) I have a file that I created accidentally called ~ ; and I want to remove it. Can someone tell me how I can do that without actually removing my home dir?06:41
christhecoolboywhat file is it?06:42
openstandardshi I'm a experiencing problem with ubunto 10.4 LTS when i run aptitude/apt-get i get a seg fault, dpkg --audit fails/ apt-get check fails too06:42
sam-_-shai__, try: rm \~06:42
openstandardsI've got no strace installed either06:42
rpj8Getting Grub Error 17 on a fresh install of 10.10. Have no idea why.06:43
shai__sam-_-: thanks :)06:43
shai__worked06:43
shai__sam-_-: /bin/rm -vi \~06:43
headkase314shai__, also remove by inode: http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html06:44
=== cmdshftn_ is now known as cmdshftn
aesixis there any way to get linux 2.6.37 installed without compiling from source?06:44
sam-_-aesix, yes06:45
drexlrpj8: I had the same problem, turned out it was memory, I shut down and turned the power off for a few min then installed and it worked.06:45
aesix??06:45
shai__headkase314: nice :)06:45
aesixsam-_-, please do tell06:45
sam-_-aesix, http://kernel.ubuntu.com/~kernel-ppa/mainline/06:45
rpj8drexl: I have no idea how that would be memory related.06:45
drexlI have a really old comp06:45
christhecoolboyI dont have stereo mix in hardware?06:45
aesixawesome, going there now sam-_- :)06:45
christhecoolboywhat do I dio06:45
christhecoolboyit was there when I had windows 7?06:46
aesixwait... thought I was, I don't seem to have a rowser isntalled >_<06:46
rpj8drexl: so you had to do a completely fresh install?06:46
sam-_-aesix, don't bother that it says natty for the kernel. it should work nonetheless06:46
rpj8alright then. same question out there.06:46
rpj8or problem.06:46
christhecoolboyplease may someone help me06:49
delinquentmewhats an "install prefix " when trying to install a .sh file06:49
=== suigeneris is now known as Kartagis
christhecoolboyI thought it was ./NAME.sh06:50
christhecoolboybut I am not sure06:50
sam-_-delinquentme, the path were it will put the files06:50
solid_liqmy nickname is registered, and my irc client identifies me with nickserv before joining channels, but I still get sent to #ubuntu-unregged every time anyway.  Anyone know if someone can fix this problem for me?06:51
delinquentmesam-_-, is usr/local a good place :D?06:51
christhecoolboysolid_liq, its programmed to do that06:51
solid_liqdelinquentme, that's fine06:51
sam-_-delinquentme, i would put it in /opt/06:51
Jordan_Urpj8: That means that whatever drive you're booting from is not the drive grub was installed to. (that error is from grub legacy, 10.10 installs grub2).06:51
christhecoolboyI think its part of the server?06:52
christhecoolboysince its an ubuntu server06:52
solid_liqchristhecoolboy, the URL it sent me to said it shouldn't do that if my nick is reg'd and I'm identified before joining06:52
aesixsam-_-, got any links for how to use .deb packages?06:52
=== root is now known as Guest36926
christhecoolboyit should06:52
christhecoolboysince this channel06:52
solid_liqaesix, dpkg -i thepackage.deb     will install it06:52
Lint01aesix, consult man dpkg06:52
christhecoolboyis the main channel for ubuntu06:52
christhecoolboywhen you connect to the ubuntu IRC server06:52
aesixThank You solid_liq and Lint01 :)06:52
solid_liqnp06:52
christhecoolboyit automatically sends anyone here06:53
Jordan_Usolid_liq: If you don't set the channel to auto join, but rather join manually after you're sure you've been identified do you still get forwarded to -unregged?06:53
aesixbrb again - leaving so the screen don't scrool too far :S06:53
delinquentmethanks solid_liq sam-_-  . im just going with the default install path06:53
solid_liqchristhecoolboy, oh, I use the freenode server because all my other channels are on freenode06:53
solid_liqJordan_U, I'm not sure.  I have my client set to autojoin all my regular channels06:53
Jordan_Usolid_liq: Can you try testing that?06:54
solid_liqI'd have to disconnect first, Jordan_U06:54
cEw_LeOkkkjiuuhjhfuuytyuikkkuuuuokiytiuoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo06:54
cEw_LeOhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh06:54
spinach?06:55
solid_liqty06:55
linux_probeo-O06:55
christhecoolboycould anyone please help me?06:55
solid_liqchristhecoolboy, with what?06:56
christhecoolboystereo mix06:56
Jordan_U!anyone | christhecoolboy06:56
ubottuchristhecoolboy: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?06:56
christhecoolboyJordan_U, I did06:56
christhecoolboy5 times06:56
christhecoolboyover the past hour06:56
christhecoolboyand I get ignored06:56
Jordan_Uchristhecoolboy: You're not being ignored. If nobody knows the answer to your question then nobody will answer.06:57
christhecoolboyits a simple question06:57
christhecoolboyits just that I dont know it06:57
solid_liqchristhecoolboy, well then, ask it again!06:57
christhecoolboyI had stereo mix on my PC when I had windows 7...06:57
Jordan_Uchristhecoolboy: Just adding "can anyone please help me?" just clutters the channel. Just ask your question again and hope someone knows the answer.06:58
christhecoolboywhen I installed ubuntu06:58
christhecoolboyI cannot find it06:58
solid_liqchristhecoolboy, what's "a stereo mix"?06:58
christhecoolboystereo mix, being able to record PC audio and mic at same time06:58
christhecoolboyit was part of my sound card06:58
solid_liqoh06:58
christhecoolboyJordan_U, I try to get someone's attention before I say something06:59
solid_liqthat's something you can do with pulseaudio06:59
solid_liqchristhecoolboy, try installing....  lemme remember the name06:59
=== me is now known as Guest51036
ox3aI have installed KDE in Ubuntu 10.10 But it is displaying ubuntu and kde splash both. How can i disable the ubuntu boot screen splash please?06:59
solid_liqchristhecoolboy, pulseaudio-utils06:59
Guest51036what is the password for su07:00
christhecoolboyok07:00
solid_liqGuest51036, it's disabled by default07:00
Jordan_Uchristhecoolboy: That is not the way things work in this channel (or most IRC support channels). I know it may not seem like it, but just asking your question is the most effective way to get an answer.07:00
christhecoolboyGuest51036, for sudo?07:00
solid_liqchristhecoolboy, no, sudo is different than su07:00
Guest51036thank you i forgot about that i haven't used linux in 5 years07:00
christhecoolboylol ok07:00
solid_liqGuest51036, you can use sudo instead of su, but you have to type sudo before every command you want to run as root07:01
christhecoolboyI though he had not finished the line07:01
christhecoolboyit says "pulseaudio-utils is already the latest version"07:02
msk8ha07:03
christhecoolboysolid_liq, ^^07:03
=== Offense|Twin is now known as joshrl
solid_liqchristhecoolboy, you should have a pulseaudo manager tool installed then07:04
christhecoolboywhere?07:04
solid_liqchristhecoolboy, click on the speaker icon where you change volume, and then click on "Sound Preferences..."07:05
ox3aI have installed KDE in Ubuntu 10.10 But it is displaying ubuntu and kde splash both. How can i disable the ubuntu boot screen splash please?07:05
solid_liqchristhecoolboy, look through the window that pops up...  there are a lot of options in there07:05
christhecoolboyI cant see anything about pulseaudio07:06
christhecoolboyor stereo mix07:06
Dr_Willis!find pavucontrol07:07
ubottuFound: pavucontrol07:07
C3Dquestion this computer im on is connected to the internet through the wireless card i have another computer next to it which i want to connect to the first computer for internet access can someone point me in the direction i should be going (noob)07:07
Dr_Willis!info pavucontrol07:07
ubottupavucontrol (source: pavucontrol): PulseAudio Volume Control. In component universe, is optional. Version 0.9.9-1 (maverick), package size 118 kB, installed size 948 kB07:07
solid_liqchristhecoolboy, the terms are different I'm sure.  Just read the descriptions and interpret them, and if that doesn't work, Dr_Willis is right about pavucontrol...  I forgot about that one07:07
Dr_Willis!ics | C3D07:07
ubottuC3D: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php07:07
C3Dsweet i have firestarter so i was going in the right direction07:08
C3Dthanks07:08
christhecoolboyDr_Willis, it says that its already at the newest version07:09
zetheroodoes MemTest not work on certain systems?07:09
Jordan_Uzetheroo: Memtest should work on all systems.07:10
zetherooI have a HP dv1000 here and MemTest is a no-go ..07:10
Jordan_U!details | zetheroo07:10
ubottuzetheroo: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."07:10
zetherooJordan_U: details were on their way ;)07:10
Dr_Willischristhecoolboy:  so run it....07:11
christhecoolboyhow?07:11
Dr_Willischristhecoolboy:  type pavucontrol in a terminal......07:11
zetherooI just want to run MemTest on this laptop I have here ... but after MemTest loads it seems to just sit there with no menu appearing at the bottom of the screen and the + and - symbols blinking07:11
beginerapt-get app07:11
Dr_Willis!pulse | christhecoolboy07:11
ubottuchristhecoolboy: PulseAudio is a sound server intended as a drop-in replacement for !ESD - See https://wiki.ubuntu.com/PulseAudio for information and installation instructions07:11
zetherooanother issue ... I loaded Ubuntu 10.10 on this dv1000 and the Desktop effects don't work ... the gfx are Intel and I am told there is no fix for this ... at least this was the mood on forums etc07:12
ddmanwhere i can get prebuilt kgdb for ubuntu 10.04 ?07:13
Dr_Williszetheroo:  intel sort of dropped the ball on the drivers for some of their latest chipsets. :(07:13
Dr_Willis!find kgdb07:14
ubottuFile kgdb found in libapt-pkg-dev, linux-doc, linux-ec2-doc, linux-headers-2.6.32-305, linux-headers-2.6.32-305-ec2, linux-headers-2.6.35-22, linux-headers-2.6.35-22-generic, linux-headers-2.6.35-22-server, linux-headers-2.6.35-22-virtual, linux-headers-2.6.35-23 (and 7 others) http://packages.ubuntu.com/search?searchon=contents&keywords=kgdb&mode=&suite=maverick&arch=any07:14
shcherbakzetheroo: compiz --replace?07:14
ddmanDr_Willis, how do i setup the apt ?07:14
zetherooDr_Willis: but this is not a recent system ... also the Desktop Effects work ootb in 9.1007:14
zetherooDr_Willis: and I am told it worked as well in 10.04 :P07:14
zetheroojust not in 10.1007:14
zetherooshcherbak: will that work while using vesa? ... ;)07:15
C3Dhow would i enable dhcp07:15
Dr_Willisddman:  no idea what kgdb even is. I just know how to use the '!find' factoid to have the bot search for a string.07:15
sam-_-Dr_Willis, are you referring to the pulsbo mess or arrandale?07:15
shcherbakzetheroo: well, if i knew there would be no "?"07:15
ddmanDr_Willis, yes right. I need it for 10.04 . But where i get the packages from ?07:15
Dr_WillisC3D:  you mean install a dhcp server? or set the networking to default to using dhcp.07:16
Dr_Willis!find lucid kgdb07:16
ubottukgdb is not a valid distribution: hardy, hardy-backports, hardy-proposed, jaunty, jaunty-backports, jaunty-proposed, karmic, karmic-backports, karmic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, partner, stable, testing, unstable07:16
Dr_Willis!find kgdb lucid07:16
ubottuFile kgdb found in libapt-pkg-dev, linux-doc, linux-ec2-doc, linux-headers-2.6.31-10-rt, linux-headers-2.6.31-11-rt, linux-headers-2.6.32-21, linux-headers-2.6.32-21-generic, linux-headers-2.6.32-21-preempt, linux-headers-2.6.32-21-server, linux-headers-2.6.32-22 (and 43 others) http://packages.ubuntu.com/search?searchon=contents&keywords=kgdb&mode=&suite=lucid&arch=any07:16
C3Dinstall a dhcp server07:16
zetheroointerestingly when I try to boot from a 10.04 disc the Ubuntu logo will show for a while loading the system .. and then it will fall into a black screen and do nothing ... no blinking cursor ... nothing07:16
Dr_WillisC3D:  dhcp3-server - DHCP server for automatic IP address assignment07:17
Dr_Williszetheroo:  on nvidia systems. I HAVE to use the 'nomodeset' option on the live cd for me to even boot up to the desktop.07:17
zetherooso I can boot off of a 10.10 disk - and for get about Desktop effects ... or I have to revert to 9.10  ... :D07:17
zetherooDr_Willis: hmm ... things are breaking ... ha07:18
XiaolinDraconisYou don't appear to have a sane system configuration. It is very likely that you07:18
XiaolinDraconisencounter xruns.07:18
XiaolinDraconisawesome07:18
Dr_Williszetheroo:  plymouth has always been broken. :)07:18
zetherooDr_Willis: this being intel ... and a chipset which worked great in the past ... I would have thought it was sorted ... but I guess it's never the case :(07:18
Dr_Williszetheroo:  i think its been fixed up a lot in 11.0407:18
Dr_Willisoften with video drivers, X versions/fix's break drivers.. that then get fixed.. that then get broken/reviel other bugs....07:19
gbear14275ok, I have a challenge... not sure if it can be done... anyone know if you can bridge a modem and ethernet connection?07:20
Dr_Willis!ics | gbear1427507:20
ubottugbear14275: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php07:20
zetherooDr_Willis: X meaning **.10 releases?07:20
shcherbakzetheroo: I do not think that intel cannot be forced, you may want to test driver solution first, and then mess with metacity (which have compositor too).07:20
Dr_Willisgbear14275:  ages ago i  had my whole lan gettting to the internet - via 1 pc  and a dial up connection. :)07:20
_skplmm, metacity07:20
zetherooshcherbak: well all I really want to do is load 10.04 now07:20
mecoHow do I add the volume control to the panel in 10.0.4?07:21
Dr_Williszetheroo:   i mean X itself. :) its constantly updateing things.. and  showing up bugs in drivers for various hardware.07:21
shcherbakzetheroo: if not cd, usb is option.07:21
gbear14275Dr_Willis: that is inspirational... although me spending the next 4 hours working on it will be less so... you do house calls doc? ;)07:21
XiaolinDraconisindicator applet07:21
zetherooshcherbak: tried USB as well ...  same thing07:21
XiaolinDraconismeco, its apart of the indicator applet07:21
zetherooDr_Willis: I see07:22
r3ingbear14275, do you mean, being able to dial in from somewhere, and accessing Internet through your network?07:22
mecoxia07:22
XiaolinDraconisya07:22
Dr_Willisgbear14275:  if you got a PC that has access to the internet through one interface, and to the lan on a 2nd interface.. it shouldent be too hard to get it setup as the gateway/router for the rest of the lan.07:22
mecoXiaolinDraconis: Ok, found it!07:22
magn3tsCan anyone recommend a method|application by which I could play an MP3 and having one channel|(left|right) play slightly slower than the other?07:22
shcherbakzetheroo: alternative? or maybe new image...07:22
XiaolinDraconisyw07:22
ox3aI have installed KDE in Ubuntu 10.10 But it is displaying ubuntu and kde splash both. How can i disable the ubuntu boot screen splash please?07:23
gbear14275r3in: I have an old tecra 8000 computer here which only has a modem port.  I'm hoping there might be someway I can get it a connection to the internet through my T61's modem port07:23
shcherbakmagn3ts: amixer and mplayer07:23
zetherooshcherbak: I have tried about 7 freshly burned DVD's and CD's ... with 3 different ISO's of the same 10.04 release ...07:23
Dr_Willismagn3ts:  find a player that can mute one channel. and slow down playback, then run it twice. :) one for channel 1, one for channel 2 thats slower.07:23
solid_liqmagn3ts, that's kind of tough to pull off without altering the frequencies of the sound07:23
zetherooshcherbak: I have not tried alternative07:23
Dr_Willismagn3ts:  now why you want to do this... ive no idea...07:23
shcherbakzetheroo: it maybe faster to 9.10 -> 10.0407:23
XiaolinDraconisox3a, you are gonna have so many wierd problems, not critical ones but frustrating ones. trust me i did this too.07:24
magn3tsDr_Willis, I thoguht of that, but that seems rather inelegant07:24
jaysernlucid appears to crash when i attempt to install sun-java6-jre. is this a known problem ?07:24
zetherooshcherbak: however if it don't run off the CD then it will very likely be a headache once it is installed07:24
glacemanhey guys i have a problem with my wireless network, by mistake i disconnected the network im currently logged in, and now it dosen;'t wanna reconnect, until i had to restart my computer for it to work again07:24
zetherooshcherbak: you mean install 9.10 and update to 10.04?07:24
shcherbakzetheroo: yes07:24
XiaolinDraconisox3a, i wouldnt change to a kde session if i were you... least not without making a new user to run it07:24
magn3tsThe question of why is silly to explain. :P07:24
shcherbakmagn3ts: one more, full combain: Audiacity07:25
coz_oxox3   try   sudo dpkg-recofigure gdm  and choose kde  ....see if that remedies the issue07:25
magn3tsMmm07:25
EagleHi all  :)07:25
ox3aXiaolinDraconis, I need only KDE so i removed GDM07:25
ox3aXiaolinDraconis, Just i need to disable the default Ubuntu boot screen/splash07:26
shcherbakmagn3ts: vlc have also capability to slower things, but you need, as said, also two players.07:26
XiaolinDraconisox3a, that works though i use kdm with a gnome session07:26
coz_ox3a,   sorry    that was suppose to be     sudo  dpkg-reconfigure  gdm07:26
lazarus_morning all07:26
shcherbakox3a: install kdm, and make it default.07:27
XiaolinDraconisox3a, are u referring to plymouth? the loading screen after grub?07:27
beginerafternoon lazarus_07:27
jaysernwhat version of java is best to use on Lucid? I tried installing sun-java6-jre and it appears to hang the system07:27
replicasexwhat's the command to show the menu in nautilius if you have it hidden?07:27
XiaolinDraconishe has kdm07:27
XiaolinDraconiscomes with kde desktop07:27
magn3tslol, I guess I'll stick with my earbuds + speakers combo. It may be an additional effect anyway.07:27
lazarus_beginer: 7:27AM here07:27
Lint01replicasex, f9/f10?07:27
sam-_-jaysern, how did you install it. via partner repos?07:28
jaysernyes07:28
beginerno way thats not possible, lazarus_07:28
replicasexLint01, thanks.07:28
jaysernsudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"07:28
sam-_-beginer, lazarus_  only in the land of the queen :-)07:28
ox3aXiaolinDraconis, It would be better for me if i can disable boot logo/screen/splash and detault will be the kde splash07:28
magn3tshangs the whole system? ouch!07:28
shcherbakreplicasex: Ctlr-m? does Alt-f works?07:28
john___hi, I am trying to get my ubuntu box to broadcast its hostname, but I have exhausted my abilities - I have edited my /etc/dhcp3/dhclient.conf to have 'send host-name "tv";', but ping tv from remote machines fails, any suggestions?07:29
beginerhee hee07:29
ox3aXiaolinDraconis, Need to work in plymouth?07:29
beginerGMT+0:0 lazr07:29
beginerGMT+0:0 lazarus_07:29
lazarus_sam-_-: yes indeed i am07:29
magn3tsjohn__, jesus, it's a nightmare. i spent hours trying and ended up with a completely borken network config from installing winbind. I'd love to know what the answer is.07:29
sam-_-lazarus_, i know...07:29
beginerme too07:30
XiaolinDraconisox3a, is it the loading screen immediately after grub or is it after login07:30
gbear14275Dr_Willis: this might be a little harder than I thought...  Can I do ICS through my modem port?   as in using my modem port to link two computers one of which is connected to the internet (either by ethernet or wireless)?07:30
EagleDose any one know how good ubuntu 10.10 is with old computers????? Such as a HP Pentium 4 with 128MB RAM ????07:30
Lint01i need a prime generator, is it in?07:30
Lint01Eagle, NO07:30
sam-_-jaysern, how do you install it? ubuntu-software center?07:30
magn3ts!hostname07:31
ubottuUse hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one . WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly.07:31
jaysernsam-_- no, aptitude install07:31
Lint01Eagle, linux is not usable under 512 MB of ram07:31
jayserni only have SSH access07:31
achpileGood day. Excuse me, could you help me. I'm using OpenWRT. And something like this: "tc qdisc add dev eth0 root handle 1: tfsc 40" gives error "RTNETLINK answers: No such file or directory"07:31
magn3tssee that's not helpful, thats the default config. >_<07:31
sam-_-Eagle, you won't have fun with 128mb ram.07:31
gbear14275r3in: sorry... dropped myself off the net on accident... wasn't sure if you said anything after I explained07:31
sam-_-Eagle, at least not with gnome07:31
magn3tsmy router sees cole-ubuntu-desktop > 192.168.1.100 but no windows machines do :(07:31
coz_Eagle,    well.. what is on that system right now?07:31
edgarexcuse me im using blckbuntu os but i dont know a lot of thigs some tips?07:31
sam-_-jaysern, did you try apt-get?07:32
Lint01does ssh has utility to generating primes?07:32
Lint01or any otehr ubuntu [ackage?07:32
jaysernsam-_-: isn't aptitude better ? is there a difference?07:32
Eagle07:32
Dr_Willisgbear14275:  ive had this setup in the past -     internet -> dialup modem -> PC1 gateway --LAN --> rest of the PC's07:32
Eaglecoz_: What do you want to know about it?07:32
beginer?07:32
ox3aXiaolinDraconis, OK explain: When i start/power on my PC it show Ubuntu screen and after login showing kde splash07:32
coz_Eagle,  no I asked  what is on that system right now?  what do you have running?07:32
sam-_-jaysern, i think aptitude use apt.07:32
Dr_WillisEagle:  more ram would help that pc out greately.. and Lubuntu should run on it ok.07:33
shcherbakLint01: primes07:33
XiaolinDraconisox3a, ok so its a plymouth splash07:33
sam-_-jaysern, not better no. they are entirely different. aptitude is a gui.07:33
sam-_-jaysern, apt is not07:33
jaysernbut i've been using aptitude this entire time over my SSH07:33
Lint01jaysern, they use same apt library, but they are both bad07:33
gbear14275Dr_Willis: ok what I'm wondering if possible is this:  Internet --> PC1 gateway (wireless/ethernet) --> PC2 via modem port07:34
ox3aXiaolinDraconis, Oh i see. What to change there ?07:34
Eagle07:34
Eaglecoz_: Linux Mint.07:34
jaysernok, so how do i install java on lucid ?07:34
coz_Eagle,  ok   ... does it run well ?07:34
sam-_-jaysern, i just thought apt-get may give you an error message or you can see what is going on+07:34
XiaolinDraconisox3a, http://ubuntuguide.net/howto-change-plymouth-themes-initial-splash-screen-in-ubuntu-10-0407:34
jaysernsam-_-: i'm reoobting the machine because it looks like it crashed miserably07:34
jayserni will bring it back up and try again with apt07:34
Eagle07:35
Eaglecoz_: Its fair. But im not used to Mint.07:35
Dr_Willisgbear14275:  you can set up 2 pc's with modems to dial into each other yes..07:35
Dr_Willisgbear14275:  i recall a 'isp howto' at the tldp.org site years ago07:35
coz_Eagle,   oh ok... yeah mint is a paint in the rear ...my opinion... as Dr_Willis   mentioned ... lubuntu should work fairly well on that system but it is lxde   as the desktop envrionment... not gnome...07:36
gbear14275Dr_Willis: ok... I'll try to look there.  What is the proper term for connecting 2 PC's via the modem port?  Direct connection?  or... is there a term? (looking for google hits)07:36
Dr_Willisgbear14275:  no  idea. I just recall seeing the info about it years ago in  some 'make your own dial up isp' guides07:36
r3inhmm07:37
Dr_WillisI dont even have home phones any more to even do that. :)07:37
Eaglecoz_: Its just for searching the net really.07:37
ox3aXiaolinDraconis, What if i delete /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth  ?07:37
jaysernok, so i run apt-get install  and  get this error: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.07:38
jaysernand when i run dpkg --configure -a it crashes the machine07:38
coz_Eagle,  oh   ok   there are other alternatives...  damn small linux... austrumi  which can be run from memory alone... and other small linux  distributions07:38
gbear14275modem ports... rj 9 right?07:38
Dr_Willis!plymouth07:38
ubottuPlymouth manages the Ubuntu boot process (before the root filesystem is mounted) and also provides a graphical boot animation.  To change your Plymouth theme use « sudo update-alternatives --config default.plymouth && sudo update-initramfs -u »07:38
r3inif doing that, you likely would need a dtfm emulator, and or (the other pc could be an emulator) but you would need a way to (iirc 5v) power the phone line itself, so the modem dialing, thinks its connected to a line, not a dead cable07:38
r3inbut thats just specualtion07:38
sam-_-jaysern, does it say anything else?07:38
Eaglecoz_: I herd 10.10 was good07:39
r3inuh, also iirc, the game descent could dial into other computers to play directly07:39
Dr_Willisit seems to change your Plymouth themes . you use the 'alternatives' tools/method.07:39
coz_Eagle,  ah ok... mm  well  then try the lubuntu version...07:39
r3ini belive it was called direct com communication07:39
XiaolinDraconisox3a, not sure but its prolly not a good idea to just delete it. change it first then maybe you can but i wouldnt know07:39
XiaolinDraconisox3a, i use the gui that that mentions07:39
sam-_-r3in, com port is the serial port.07:40
Dr_Willis!info galternatives07:40
ubottugalternatives (source: galternatives): graphical setup tool for the alternatives system. In component universe, is optional. Version 0.13.5+nmu2ubuntu1 (maverick), package size 29 kB, installed size 292 kB07:40
jaysernwow. i just ran dpkg, and it worked this time07:40
jaysernhmm07:40
ox3aXiaolinDraconis, Actually i am remastering Ubuntu and GUI wont work07:40
Lint01why prime generator is a 'game'?07:40
red2kicHi. I'd like someone to enable Samba sharing on a random folder -- then pastebinit the /etc/samba/smb.conf -- If you could do that, that'd be great. :D07:40
gusgwhen I hit Ctrl-F in nautiulus, what kind of search is that? I'd like to search within text files07:40
Dr_Willisred2kic:  a user enabling shareing . does not alter the smb.conf file07:41
Dr_Willisred2kic:  /var/lib/samba/usershares/ is where that info gets changed at07:41
* Lint01 envies people who can just search through their text files...07:42
Dr_Willis grep pattern files       and you can to... Lint01  :)07:42
red2kicDr_Willis: I have been grinding on this samba setup for some time now. /etc/samba/usershare.conf are included in /etc/samba/smb.conf for me.07:42
XiaolinDraconisox3a, remastering the hard way eh...07:43
C3Dim using gnu nano to edit dhcp3/dhcpd.conf. when i go to save the file i get file name to write /dhcpd.conf but when i go to press enter it says permission denied. how do i save the file?07:43
Lint01Dr_Willis, not until grep will learn to auto-detect encodings :(07:43
ox3aXiaolinDraconis, Everything done but this simple thing is not done yet07:43
red2kicC3D: Lack of sudo.07:43
Dr_WillisC3D:  sudo nano /pat/to/file07:44
C3Dthanks07:44
XiaolinDraconisox3a, you can ask in pm07:46
gusghow does gedit auto-detect encodings? Do files contain metadata about their encoding? I would kind of like to be able to open any file and see what it looks like in ASCII07:47
sam-_-gusg, no. it searches for special characters. then decides.07:48
Lint01gusg, you will need indexer like tracker & al.07:49
=== jason is now known as Guest97700
gusgsam-_-, Lint01, thanks07:50
gusgLint01: isn't there anyway I can do a slow search through the contents with bare Ubuntu?07:50
Adlai_does anyone else notice gwibber taking a sort of insane amount of time to start working if you activate it with the notification menu?  it's grayed out like it's not responding but it doesn't seem to be loading the system at all...it's taking next to no CPU or RAM07:50
Adlai_no I/Os either07:51
=== root is now known as Guest84331
Lint01gusg, i'm afraid you're limited to grepping utf-8 encoded text files07:51
=== rollman is now known as moonbuggy
Guest84331hello all from my Nook color!07:51
sam-_-!ot | Guest8433107:52
ubottuGuest84331: #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!07:52
sam-_-Guest84331, i'm just jealous...07:53
nawkI need help resolving a conflict I encountered when I need to Install 'gnome'07:55
nawkI just finished a new installation of maverick, and I'm not so sure when I don't have it already07:55
nawkbut anyway07:55
nawkwhen I try to install 'gnome' via synaptic07:56
nawkit is saying that it depends on 'swfdec-mozilla' but "it is not going to be installed"07:57
sam-_-nawk, install ubuntu-desktop07:57
MrAnthropeHey everyone. I just built a new box. When I'm running games that use around 90% of my CPU, my CPU will randomly and completely drop out for around one second. top shows everything dropping CPU usage significantly. Any ideas what's causing this?07:57
PoshepocketAre there any suggestions for software usage for iPods? It's already formatted and has songs in it.07:57
C3Dthank all of yous for your help07:57
silverynawk: 'sudo apt-get install swfdec-mozilla'07:57
C3Dgotta love irc07:58
C3Dgood night unless i find something else to bug about lol07:58
nawksilvery, and I did, but after that when I try to install 'gnome' again07:58
webPragmatiston ubuntu am i supposed to be installing php5-mysql or maybe pdo?07:58
PoshepocketPlease tell me Ubuntu users use iPods.07:58
nawkit is saying that epihany-extensions need to be install07:58
sam-_-!ipod | Poshepocket07:59
ubottuPoshepocket: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod07:59
nawkwhich requires me to remove swfdec-mozilla07:59
sam-_-nawk, don't install gnome via the packet gnome07:59
jeushow can install Gnome desktop on linux Sever 6407:59
gudmundsmall problem: Audacious don't show menubar. Becouse i unchecked "menubar" in the "view" menu. Now there is no menu to enable the menu from! LOL08:00
nawksam-_- okay to make things easier for you fine ppl, let me do a screenshot of my desktop and you see why i want to reinstall gnome08:00
nawkit's got nothing to do with "themes"08:00
gudmundno, use native gtk look08:00
Dr_Willisgudmund:  theres some hotkey to enable it.08:00
nawksam-_-, if you look at the menus, it looks like native X08:00
PoshepocketI love Ubuntu 10.10 I upgraded yesterday and everything's so orange! <308:01
Dr_Willisgudmund:  perhaps hit F1 and look in help guide. :)08:01
silveryman man08:01
gudmundok08:01
gudmundthanx, ill try that08:01
hidnshadowsHello guys, anyone need any general troubleshooting?08:01
asyraffhelp me...how to update bios using linux??08:02
asyrafffor acer aspire 431508:02
asyraff???08:03
ethana2asyraff; i have done bios updates three ways08:03
silveryhidnshadows: got a question08:03
asyraffethana2, using usb?08:03
ethana2through the kernel, via cd, and via floppy08:03
jeushow to  install Gnome desktop on ubuntu Sever 64 also Run First08:03
hidnshadowssilvery go ahead, or you can PM if you want08:03
asyraffethana2, which one is safer?08:03
areayhi all.. i'm using UEC -- is it possible to have more than one VM per cpu core? i understand this is the default but is there a way to override it?08:04
ethana2only one or two are options at any given point08:04
ethana2it depends on the exact case, i've had to use windows for bios updates before08:04
gudmundno, i find nothing about the audacious issue...08:04
silveryis there any possibility to find some kind of virtual video driver for Ubuntu 10.10 (running in vmware)08:05
silvery?08:05
asyraffethana2, owh...if linux? how?08:05
ethana2what bios exactly?08:05
hidnshadowssilvery let me try to get this straight, you're looking for an alternate video driver, for ubuntu desktop 10.10 running in vmware, correct?08:05
silveryyep08:06
hidnshadowssilvery why are you looking for another driver, is the standard one corrupted?08:06
asyraffethana2, i get this bios from acer... this is the link http://support.acer-euro.com/drivers/notebook/as_4315.html08:06
jeushow to  install Gnome desktop on ubuntu Sever 64 also Run First08:06
Dr_Willisjeus:  install the ubuntu-desktop package is the normal wya08:06
silverynope, just want it to fully support 3D (in vmware)08:07
hidnshadowssilvery have you checked the repos?08:07
jeusDr_Willis, man sorat internetam eftezast mikham bebinam chetor mitonam az CD ubutu Desktop ino nasb konam08:07
tetimegaa08:07
Dr_Willisjeus:  Huh?08:07
jeusDr_Willis, aya mitonam package haroo doone doone nasb konam08:08
Dr_Willissilvery:  full 3d support in vmware and virtualbox - is a 'work in progress' has been for some time.08:08
ethana2what file type does it give you?08:08
hidnshadows!en | jeus08:08
ubottujeus: The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList08:08
asyraffethana2, exe...bat...rom...wph08:08
jeusDr_Willis, im sorry i mistake08:09
silveryI used to install ati drivers and this haven't fixed anything, I realize that vmware got it own kinda-virtual-video adapter, so I wonder is there any alternate drivers to it, that fully supports 3D...08:09
jeusDr_Willis, i say to Finglish  Persian And English08:09
dabdabHi. I'm running a fresh install of 10.04 and my Linksys WMP54G Wireless PCI card refuses to find any networks, regardless of security settings. Identified properly if I run lspci and is listed as wlan0 if I run ifconfig. Ralink rt2500 Chipset and used to work perfectly with 8.04 release. Any ideas?08:09
ethana2unfortunate.. can't say, maybe someone else can08:09
asyraffethana2, hurm...ok...thx08:10
sam-_-Dr_Willis, google translate did not know either08:10
jeusDr_Willis, can I install  Desktop  On Ubuntu Server From Ubuntu Desktop Cd08:10
Dr_Willisjeus:  yes. the package name is 'ubuntu-desktop'08:10
Dr_Willissudo apt-get install ubuntu-desktop08:11
Dr_Willisjeus:  you are better off installing the ubuntu 'desktop' edition, then installing what services you need.. then to install the server edition then try to get a desktop working.08:11
nawksam-_-, http://i.imgur.com/MViG5.jpg08:13
hidnshadowsOkay, so kind of a weird question but I'm the linux junkie in my family. I'm looking for maybe some kind of server solution, that would allow Outlook Express and iPhone calendars, to be synced into one centralized computer, pref. running linux. Any ideas?08:13
PoshepocketThis is HORRIBLE. Every time I open "home" BANSHEE POPS UP.08:13
nawkpay attention to the menu, scrollbar, and other UIs08:14
asyraffhelp me...how to update bios using linux??08:14
shai__Hello :) I have a Ubuntu Lucid installation CD, but when I boot my PC it starts the installation in graphic mode, and I want to install it in text mode... how can I force text mode installation on the CD?08:14
nawkit looks so primitive08:14
=== oCean_ is now known as oCean
ethana2shai? coleman?08:14
sam-_-nawk, use a different theme then08:14
hidnshadowsshai__, you mean like a BASIC installer? Or are you looking for a CLI version?08:14
nawksam-_- its not a theme issue08:14
BluefeverMy primary and only operating system right now is Ubuntu 10.10, a while back I wiped my hard disk and did a fresh install. However, now I want to play some games that only fair well on windows so I want to install Windows 7. What I want to know is how can I make a partition for Windows, say about 40GB, and also have Ubuntu as my Primary. Also, I'm somewhat of a novice.08:14
shai__hidnshadows: I think basic ...08:14
nawkI really need help with this08:15
nawkits bothering me08:15
bullgard4https://help.ubuntu.com/community/WifiDocs/WiFiHowTo: "If all devices listed say "no wireless extensions." then your wireless card is not configured." What is a »wireless extension«? 'man iwconfig' does not tell.08:15
sam-_-nawk, some themes need certain "engines" installed08:15
ethana2shai, try the alternate cd08:15
jeusDr_Willis, I'm Worry about unable to config current work as network and SVN and FTP and Other08:15
usbboothow do i re-install xubuntu from terminal?08:15
nawksam-_- any suggestions?  But those UI looks like primitive X'ish08:16
hidnshadowsBluefever, on the disc install menu, it gives you an option to create partitions, it isn't really that hard though it may seem it at first08:16
sam-_-nawk, try with installing gtk2-engines08:16
usbbooti haven't been able to install 10.04 from cd to usb..08:16
bullgard4Bluefever: You can do that using GParted.08:16
sam-_-nawk, then selecting a theme08:16
Scottythe windows bootloader might become the default after you install it08:16
sam-_-nawk, it is a theme issue. trust me.08:16
kam8ingtestin208:16
Dr_Willisjeus:  configuring services should be the same on desktop or server editions08:16
usbbooti have 8.04 now...08:16
gbear14275grr... :(08:17
hidnshadowsbluefever scotty No, the bootloader is GRUB. You install windows first, then ubuntu, but GRUB2[?] is the bootloader. WBM is only if you're using Wubi08:17
asyraffhelp me...how to update bios using usb in linux??08:17
jeusDr_Willis, yes I See install Server With  Shell And Terminal Only08:17
hidnshadowsasyraff, what do you mean by USB?08:17
Dr_Willisasyraff:  one normally boots some sort of freedos live cd/flash drive and uses the mb makers tools to flash the bios.08:18
BluefeverSo should I create the 40GB partition before hand with GParted, or will I be able to do it during the windows install.08:18
asyraffhidnshadows, use usb stick to update bios08:18
hidnshadowsBluefever you have which OS installed aleady?08:18
BluefeverUbuntu 10.1008:18
christhecoolboyback08:18
asyraffDr_Willis, hurm...i dont understand...08:19
hidnshadowsBluefever if you install windows, then ubuntu, the LiveCD has a menu page during installation that will allow you to make partitions and a bootloader08:19
=== Scotty is now known as Scott`
Dr_Willisasyraff:  make a bootable flash drive.. that boots freedos, copy the mB makers bios and flash tools to the flash drive.. boot the usb.. use the tools.08:19
nawksam-_-, its not the border/frames issue.  can you look at the picture and pay attention to the buttons, scrollbars and such ?08:20
usbbootcan't unlock admin directory? can't rebuild ?08:20
nawkgtk2-engines is installed08:20
Dr_Willisasyraff:  some MB makers have built in bios features to read/flaash the bios from teh bios menus these days08:20
BluefeverWell, I know it is reccomended to do Windows, and then Ubuntu, but I was looking to do the reverse.08:20
Dr_WillisBluefever:  you will need to reinstall grub to the mbr then. Unless you are using 2 seperate hard drives08:20
sam-_-nawk, believe me i do understand :-) i had the same issue once08:21
BluefeverAlright, but what if Ubuntu doesn't show up in the partitions.08:21
BluefeverI read that somewhere08:21
asyraffDr_Willis, hurm...i've follow the instruction from this site http://0sumgain.blogspot.com/2009/11/updating-motherboard-bios-from-ubuntu.html?showComment=1262429971912#c681368807798305552508:21
Dr_Willisasyraff:  see also http://www.linux-sxs.org/hardware/flash_boot_cd.html08:22
hidnshadowsbluefever it may not be possible, I haven't worked with windows installs enough to know. Here's a link and a warning, https://help.ubuntu.com/community/WindowsDualBoot and now the warning: It's advised that you stay away from wubi, it's extremely fragile. Whatever you do, back your stuff up08:22
nawksam-_- well, picture is worth a thousand words.  Atm, i'm using compiz-fusion everything works like a charm08:22
nawksam-_-, can you help me with this? :-)08:22
Scott`windows cant read ext* so it probably wont see ubuntu08:22
Scott`it doesnt recognize them when im booted into windows08:22
sam-_-nawk, i would try installing a different theme.08:22
sam-_-like clearlooks08:22
ActionParsnipScott`: yep, windows sucks like that, theres fs-driver.org  which will give read access the etx2 and ext308:23
Dr_Willishas fs-driver.org's tool been updated to windows7 yet?08:23
ActionParsnipDr_Willis: no idea, i havent used windows in dual boot for years08:23
asyraffDr_Willis, but....i dont want to use cdrom...i want to use usb-stick08:24
nawksam-_- changing the theme (like clearlooks) doesn't change the way the UI components (buttons, scrollbar, menus) looks08:24
Dr_Willisasyraff:  so make a bootable usb stick08:24
nawkits still primitive08:24
asyraffDr_Willis, same steps?08:24
ActionParsnipScott`: whats funny though is that the ext4 definitions are freely available so MS could incorporate it, yet they are tat shortsighted and havent. Yet the proprietary NTFS which is not disclosed can be written and read fully by Linux.08:24
Dr_Willisasyraff:  i would imaghine so.08:24
Scott`lol08:24
shai__hidnshadows: any idea?08:25
hidnshadowsactionparsnip they're too busy trying to fix their own code, to worry about others'08:25
BluefeverThanks all for the advice!08:25
sam-_-nawk, download this: http://art.gnome.org/download/themes/gtk2/1377/GTK2-ClearlooksCompact.tar.bz208:25
ActionParsniphidnshadows: I think it's pretty pathetic personally08:25
sam-_-nawk, then install via appearance pregs08:25
sam-_-nawk, then install via appearance prefs08:25
nawksam-_-, i have it08:26
ActionParsnipDr_Willis: it says it supports win 2008, so 7 may be ok08:26
hidnshadowsactionparsnip pretty much, and their users aren't very friendly. But, that's a bit o4o08:26
Scott`windows 7 and 2008 are practically identical08:26
hidnshadowsshai__, your problem was you wanted an alternate installer, right?08:26
ActionParsniphidnshadows: workaroud...use dropbox ;)08:26
hidnshadowsActionParsnip, dropbox?08:26
gbear14275can I do a CLI install using a normal ubuntu install cd?08:27
Jordan_Ugbear14275: No.08:27
=== ricky_ is now known as Guest53691
ActionParsniphidnshadows: web storage which autosyncs (like rsync) when new files are added / editted in the dropbox folder08:27
ActionParsnipgbear14275: you can use minimal to install the core of the OS and build up, if thats what you mean....08:28
gbear14275is it possible to connect to the internet via modem during install?08:28
Jordan_Ugbear14275: If your modem is supported, yes.08:28
hidnshadowsActionParsnip, and that's responding to what? No offense but my attention span is- ooh shiny08:28
Jordan_U!alternate | gbear14275 shai__08:28
ubottugbear14275 shai__: 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 !minimal08:28
ActionParsnipgbear14275: network manager is present at the install time so you can configure the connection. If you need drivers and such you can press CTRL+ALT+T and setup the modem08:28
ActionParsniphidnshadows: no ext4 access in windows, use the web to store data08:29
ActionParsniphidnshadows: its like ubuntuone but works on more devices08:29
gbear14275ActionParsnip: Jordan_U:  Thank you08:29
Scott`and its multi platform08:29
ActionParsnipeven works on Android phones :)08:30
Jordan_Ugbear14275: You're welcome.08:30
Scott`ya08:30
hidnshadowsActionParsnip, aaaah very clever! The only problem would be security integrity, but if it works08:30
Scott`i have dropbox on my windows install, my ubuntu install and on my android08:30
gbear14275I'm trying to install lubuntu onto an older system (Tecra 8000) and have no clue how to get it to the internet as it has no ethernet port.  Trying to figure out how to create a bridge or something with my T61 right now to get internet to the Tecra 800008:30
ActionParsniphidnshadows: its as secure as your webmail as you use your email address and dropbox pass to authenticate when you install the client08:30
ActionParsnip!ics | gbear1427508:31
ubottugbear14275: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php08:31
nesusvetHello everyone, i have one quick question, could you help me please. I have some directory with binary files within, and i have second directory with same changes. Which program to use in order to make patch, xdelta(3) or diff. Please help me to choose. There is not to much differ between versions. Sorry for my poor english.08:31
Scott`what's the point of the | :/08:31
hidnshadowsActionParsnip, I'll have to look that up. I personally use my iTouch as a LAN server08:31
ActionParsnipScott`: highlights the nick of the user08:32
Scott`no08:32
gbear14275ActionParsnip: was looking at that earlier... but all I have is a phone line and that option is not in connection manager08:32
Scott`what is the point of !ics | blah when you can just do !ics blah08:32
ActionParsnip!ics scott08:32
Scott`exactly08:32
Scott`why is the | needed08:32
ActionParsnipScott`: because it makes it work, the pipe IS needed08:32
Scott`of course >_>08:33
ActionParsnipScott`: try it, try:  !ics ActionParsnip08:33
hidnshadowsshai__, try looking at this http://www.ubuntu.com/desktop/get-ubuntu/alternative-download08:33
shai__ok thanks :)08:33
ActionParsnipScott`: the pipe pipes the text in the channel, you can also use > to redirect so the text is only seen by the intended recipient08:33
hidnshadowsshai__, no problem, and good luck08:33
Scott`i see08:34
christhecoolboylol, I gave sam that quit messsage, :D08:36
christhecoolboyby accident08:36
gbear14275Can I use a 6P2C cable to connect two computers?08:36
z4chhhow do you stop/start iptables?08:37
hidnshadowsIs it possible to remap the keyboard on here? Every time I boot up, my spacebar goes numb so I want to replace a nearby key, and just tape a bit of cardboard to connect them08:37
yueexit08:38
* Dr_Willis wonders what a 6p2c cable even is....08:38
Dr_Willis!firewall | z4chh08:38
ubottuz4chh: 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 Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist.08:38
gbear14275Dr_Willis: technically correct name for what many call RJ9/11...  I've been googling and learning alot tonight08:38
JohbeAny preseed expert around?08:39
Dr_Willisgbear14275:  hhmm a term ive never heard used in 20+ years of messing with pc's....   heh - YOu are refering to useing 2 modems and a PHONE cable? or a serial 9 pin cable?08:39
gbear14275Dr_Willis: phone cable08:40
Dr_Willisgbear14275:  with 2 modems.. its possible.08:40
YeTr2'an alternative to ufw is iptables' ? haha08:40
Dr_Willisslow... but possible08:40
Dr_Willisgbear14275:  dont ecpectit to be a 2 clicks and its working - sort of thing.08:40
marsaries007鏘鏘三人行08:41
gbear14275Dr_Willis: any pointers?  trying to get ICS working over that... old laptop has serial and modem, new laptop has ethernet and modem... modem seems to be the only option08:41
hidnshadowsOne of my laptops running ubuntu will randomly halt power and restart, where would be the best place to start looking for a cause?08:41
gbear14275Dr_Willis: yeah... I'm figuring i'll be working alot08:41
ActionParsnipDr_Willis: 6p2c == RJ1108:41
Dr_WillisI cant even imagine the slowness of doing a 56K modem -> modem connection :) and trying to update an OS these days08:42
Dr_Willislast i used one was on my AMIGA years back08:42
gbear14275Dr_Willis: lemonade ... :-/08:42
YeTr2hidnshadows: /var/log/messages08:42
marsaries007讓子彈飛 該烏龜爬08:43
hidnshadowsyeTr2 I've tried the log viewer, but what components would be most likely to fail, to check those first. Also, does it store fatal errors seperately?08:43
marsaries007菲姐義大利生活館08:44
hidnshadows!en | marsaries00708:44
ubottumarsaries007: The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList08:44
YeTr2hidnshadows: laptop? hardware problems: loose/bad power/battery. processor overheating. capsitor plague(rarely). pick one and check it out.08:45
coldfrontI have a touchscreen it works i can click everything in gnome, but when i open a fullscreen program and click around the mouse pointer just stays on the side of the screen when i click it just moves around the fullscreen window08:46
coldfrontany idea why?08:46
YeTr2capacitor*08:46
Vain9Hello.08:46
Dr_Willishttp://tldp.org/HOWTO/PPP-HOWTO/  - old skool howtos. for ppp and dialup :)08:46
Vain9I'm having a bit of trouble with my network selection(s)08:47
Vain9Anyone care to help?08:47
FreppaDoes anyone know how to boot this server?: chroot: cannot execute /etc/apparmor/initfs: input/output error08:47
hidnshadowsvain9 just ask, if someone can help they will, if not then try again later08:47
Dr_WillisFreppa:  io error = filesystem or hard drive is having issues.. boot live cd and fsck the filesystems.. and hope its not a HD failure.08:48
Vain9I can see networks via Terminal using iwlist, but through Network Selection GUI, I cannot actually connect to the network.08:48
FreppaDr_Willis: WIll try. Thanks.08:48
YeTr2Freppa: were you trying to remove apparmor?08:48
hidnshadowsVain9, and it's configured for the proper port?08:49
Vain9No idea, hidn.08:49
Vain9I just got Ubuntu this morning.08:49
Vain9First Linux distro I've ever used.08:49
ActionParsnipVain9: if you run:  sudo iwlist scan | head -n 20    you should see the name of the wireless interface08:49
Vain9Cell 02 is my network.08:49
Vain9But i cannot connect to it.08:50
Dr_WillisVain9:  trying to connect to a Cell Phone?08:50
ActionParsnipVain9: what is the interface name, like wlan0 or ra0   what is the name08:50
Vain9I can connect via Ethernet / Phones, and wifi on Windows 7 (I'm dual booting) but Ubuntu won't pick it up,08:50
Vain9ActionParsnip: eth108:50
ActionParsnipVain9: bingo. Get wicd installed and tell it to use eth1 as the interface and it will work08:51
pharveyDebian user since 2000. Ubuntu user since 2010. It's been fun but I just can't tolerate such a flaky gnome-desktop. Does anybody actually have a working notification area? I'm on 10.10 (which fixed some problems in 10.04, but no battery indicator is a deal breaker for me)08:51
ActionParsnipVain9: you will need to reboot after installing wicd08:51
Vain9How would I go about installing that? sudo apt-get install widc?08:52
* pharvey having to kill the gnome-panel and restart every login08:52
ActionParsnipVain9: sudo apt-get update;sudo apt-get -y install wicd08:52
Dr_Willispharvey:  i think theres some battery indicator-applets out there.  I recall some at the omgubuntu or webupd8 site.08:52
ActionParsnippharvey: have you logged bugs?08:52
pharveyActionParsnip: I work on open source software as my day job, actually. There are several bugs matching my symptoms.08:53
ActionParsnippharvey: ok, did you state on them that you are having the same issue?08:53
ActionParsnippharvey: what your job is is moot here08:53
Vain9Action: Apparently it ran the install, but it said this: * Starting Network connection manager wicd                              [fail]08:53
Vain9Do I just reboot?08:53
ActionParsnipVain9: yeah reboot away08:53
Vain9All right. I will be back shortly.08:54
alketIs there any advanced search tool that i can search text inside multiple documents ?08:54
shesharkis anybody using tcpkill?08:54
VhozarduTorrent server files can be executed on 64bit in some kind of way?08:54
ActionParsnipalket: grep08:54
shesharkis there anybody using tcpkill?08:55
alketActionParsnip, i need a GUI one because i'm at office and many people use this PC08:55
YeTr2sheshark: what is that?08:55
ActionParsnipalket: could find a gui for grep then08:55
pharvey_(Did I mention the wifi is crashy is since the 10.04 -> 10.10)...08:55
=== pharvey_ is now known as pharvey
pharveyanyway; how does one go about collecting debug data on a flaky gnome-panel?08:56
YeTr2sheshark: look like iptables for the lazy.08:56
shesharkmake me get to the Internet in a lag net08:56
EagleCan I install Ubuntu 10.10 on an HP Pentium 4, with 128GB of RAM for internet purposes?08:56
pharveyI'm tempted to blame some weird dbus interaction, but I've never had to debug that...08:56
=== zipperhead is now known as LanoX
shesharkYeTr2: make me get to the Internet in a lag net08:56
ActionParsnipVhozard: sure, install ia32-libs and it may run. If it needs any extra libs you will need to satisfy them by downloading the deb file, extracting it and placing the lib in /usr/lib32 (i believe)08:56
SwedeMikeEagle: most likely, yes.08:56
moonbuggy hmmm i have an install of ubuntu on a laptop and i'm thinking of switching another laptop to haiku OS is there an irc channel for haiku OS so i can connect to other haiku users as i know i will still stay in touch with ubuntu on irc?08:57
SwedeMikeEagle: any reason you shouldn't? 128GB ram, that's a lot... sure you don't mean MB ?08:57
YeTr2sheshark: that makes no sense.08:57
EagleSwedeMike: I mean 128MB...  :)08:57
Vain7Okay, I installed wcid, and rebooted.08:57
ActionParsnipalket: seamonkey may do it08:57
pharveyTry running Ubuntu 10.04 on a crappy embedded/sharedmem video system, let alone 10.10... cairo/compiz will eat all your CPU.08:58
ActionParsnipVain7: ok is wicd running (see notification area008:58
shesharkYeTr2: there are so many people that i cann't get to the net08:58
Eagle08:58
EagleSwedeMike: Will that old computer handle it you think?????08:58
Vain7I don't see anything. :|08:58
YeTr2moonbuggy: http://tinyurl.com/6c28x4x08:58
moonbuggythx08:59
shesharkYeTr2: there are so many people in the lan that i cann't get to the net08:59
gianhi all -- gnomeradio on pc amd 64 no plays08:59
ActionParsnippharvey: runs full compiz and Gnome desktop on onboard nvidia 6150SE with 2Gb RAM, the video card uses the RAM as video ram and it runs amazingly08:59
YeTr2sheshark: so, what are you trying to do? running that command I believe only works for the localhost08:59
ActionParsnipVain7: ok press ALT+F2 and run: wicd-client09:00
nomicwhere would I talk on freenode about web programming -- stuff like flash html5 javascript ajax -- need to talk to people about web programming -- anyone know?09:00
shesharkYeTr2: if so,what should i do ?09:00
pharveyActionParsnip: that's a "real" gpu you have there, not some circa early-2000s i845 IGP09:00
Vain7i now see a computer monitor type icon in my noticifation bar.09:00
Jordan_UEagle: For a machine with 128 meg of RAM I would go with lubuntu.09:00
nomicjordan_u -- maybe xubuntu?09:01
ActionParsnippharvey: true but it still uses the ram, as you stated...09:01
ActionParsnipVain7: cool ok open that up, are networks listed/09:01
YeTr2sheshark: run a QoS capable router to prioritize traffic, or deal with it.09:01
nomic128meg isn't very much09:01
nomicit used to be a lot -- not much now09:01
pharveyActionParsnip: yes, but you're probably using dual-channel 400MHz DDR right? Not some 133MHz SDRAM09:01
ActionParsnipJordan_U: I'd use puppy, TinyCore or dSL09:01
EagleJordan_U: Thing is I don't know  lubuntu. That computers got mint on it, and im not too fond of that....09:01
ActionParsnippharvey: single channel DDR2 as far as I'm aware09:02
shesharkYeTr2: thank you for your words,i must get down now.09:02
ActionParsnipLubuntu rocks :)09:02
almoxarifenomic: :)09:02
nomicoh hi almoxorife -- good to see you here09:03
EagleJordan_U: Is there any other good Ubuntu ?09:03
Vain7Awh. Action, i got the connection up, but I can't connect.09:03
Vain7I don't know the encryption key.09:03
Vain7It's not the same as my router password.09:03
pharveyActionParsnip: point is, I shouldn't need a 3rd-generation or later 3D card just to run gnome-terminal on a fresh ubuntu install, which is I discovered a few weeks ago (on 2004 hardware with a "real" 3D card w/32MB)09:03
hidnshadowsIs there any way to (and I'm probably going to say this wrong) Emulate RAM using HDD space?09:03
nomicalmoxarife09:03
nomicbbl09:03
hidnshadowsVain7 if you really need the key, there's a tool you may be able to use09:04
nomichidnshadows the OS already does that -- it's called swap09:04
ActionParsnippharvey: hmm, weird. Could try blacklisting drivers until vesa is the only option09:04
nomicswapspace on your hard drive09:04
YeTr2hidnshadows: you mean using swap?09:04
almoxarifenomic: join #club-ubuntu , can chat there09:04
nomicok09:04
nomicim going back to #ap later almoxarife09:04
pharveyvesa is only slower, especially as I have to get rid of compiz to avoid the transparency in the terminal (apparently background: solid isn't enough)09:04
hidnshadowsnomic Yeah, I completely forgot about that, sorry09:04
Vain3Action;09:04
ActionParsnippharvey: go figure the transparency huh, I must have it!! rawr09:05
hidnshadowsVain3 how many of you are there?09:05
pharvey:)09:05
ActionParsniphidnshadows: s/he's one09:05
ActionParsnip*gone09:05
pharveyso I assume nobody else has had to suffer crashy gnome-panel09:05
gianhi all -- gnomeradio on pc amd 64 no plays: impossibile ti run /dev/radio0 -- someone can help me ?09:05
Vain3hidn: my irc client randomizes my name Vain + integer09:05
hidnshadowsvain3 which one are you using?09:05
ActionParsnippharvey: i get rid of it and make a wing panel out of AWN :)09:05
giangnomeradio Initializing v4l1 failed09:06
gianInitializing v4l2 failed09:06
Vain3Action: wcid is up, and it allows me to see my connections09:06
Vain3but i cannot use it09:06
ActionParsnipVain3: then I suggest you check your security on the router to make sure you are using the right encryption and password09:07
Jordan_UEagle: The minimum recommended RAM for Linux Mint is 256 MiB, for Xubuntu it's also 256 MiB, and for Lubuntu it's 128 MiB. So if the reason you didn't like Mint was that it felt sluggish I expect you will like Lubuntu better.09:07
Vain3Action: I don't know the encryption key.09:08
Vain3not sure what it would be.09:08
YeTr2minimum ram for debian is 64MB09:09
ActionParsnipVain3: then that is outside the scope of the OS really. I suggest you check with your manual or whomever provided the device09:09
Vain3Provided what device, the router, the pc, or what?09:09
Jordan_UYeTr2: That's not really for a Desktop system as most would expect though.09:09
pharveydebian in 64MB? Maybe with no X. I struggled to get a working debian with fluxbox and 128MB, and that was years ago09:10
YeTr2Jordan_U: pharvey you can get X running in 64MB09:10
DruleI'm not fully familiar with how Linux works, so is it possible to have an Ubuntu executable on a USB stick so that I can plug and run the application on any Ubuntu computer without having to install it?09:10
ActionParsnipVain3: the router obviously, you are trying to connect to the router and are unsure of the security in the router09:10
greppyDrule: yes, it is possible.09:10
DruleAlright.09:11
pharveyYeTr2: and still be able to open a text editor? (I joke... but kinda serious. 128MB left me barely enough to run abiword or a web browser)09:11
Vain3So I need to contact my ISP, or could i log in to the router and find the key/disable the encryption?09:11
Jordan_UYeTr2: X alone does not a Desktop system make :)09:11
YeTr2pharvey: you don't need much ram for vi09:11
EagleJordan_U: Its not  sluggish at all, maybe its 256MB I will cheak later, but if its 256MB will Ubuntu 10.10 work??? I find it easyer to use, but if i have to stick with mint then i shull.09:11
ActionParsnipVain3: you may have a manual with it in but they may know09:11
ActionParsnipEagle: i'd use puppy, it'll be a lot smoother for you09:12
Vain3Well, it's currently 4:12 AM, so I doubt my ISP is open.09:12
Vain3:P09:12
pharveyYeTr2: vim-lite still uses ~10MB SHR on a blank document... When I had my 128MB system, I was killing the ttys idling in the background so I could have more terminals open in X.09:12
=== violetstreak is now known as `violetstreak
pharveyvim-lite? I mean to say vim-full.09:12
* pharvey bitter at computing today09:13
greppypharvey: for memory strapped systems you might want to look at nvi instead :)09:13
* PurpleCthulhu waves09:13
Lint01word 97 is nice and run on 32 MB machines09:14
EagleActionParsnip: Ya I would if I knew it. Im new to Linux and Ubuntu. Since windows screwed me. But you say it will work well, What version?09:14
ActionParsnipEagle: 5.2 is the latest stable09:14
Jordan_UActionParsnip: He's said that speed is *not* his primary issue at the moment, rather useability is.09:14
pharveygreppy: isn't nvi ancient history?09:15
Lint01Eagle, 256 MB is below reasonable amount09:15
EagleActionParsnip: Ya I just need to access the net on it...09:15
Lint01Eagle, you need some strapped-to-unusability system for it09:15
ActionParsnipEagle: puppy will do fine, or you can install XPUD, it boots faster than anything09:16
hidnshadowsEagle if featherlinux was still around, I think that might have helped you09:16
Eaglehidnshadows:  featherlinux??????09:16
Lint01ActionParsnip, isn't puppy 2.4 kernel and no i18n?09:16
hidnshadowsEagle you're looking for an extremely lightweight OS, capable of a browser like FF, right?09:17
tdnI have 4 GB RAM in my T61p laptop, but 'free' is only showing 3 GB (http://paste.adora.dk/P1897.txt). I have checked memtest86 says I have 4 GB. How do I make more RAM available for my system?09:17
Lint01tdn, pae or 64 bit09:17
`violetstreakhow does one remove a (non-empty) directory from terminal.  rmdir doesn't work09:17
Eaglehidnshadows: ya09:17
greppy`violetstreak: rm -rf09:17
`violetstreakthanks greppy09:18
hidnshadowsEagle like a rescue OS, or just something like for a netbook?09:18
ActionParsnipLint01: not sure, all I know is it's 2.6.31.14 kernel on the CD09:18
sumanhow do iopen certain programs through terminal09:18
ActionParsnipgreppy: why use force?09:18
Lint01ActionParsnip, oh must be DSL then09:18
sanjeev__hi09:18
ActionParsnipsuman: type its name and hit enter09:18
Dr_Willistdn:  even with exactly 4 gb of ram - theres hardware limitions on how much is actually available to the ssytem09:18
tdnLint01, I should be able to have more thatn 3 GB total RAM with 32 bit. I know I cannot have a single process have more, however, the total available RAM for the system should not be 3 GB...09:19
tdnDr_Willis, yeah, I know. But a whole gig?09:19
hidnshadowseagle or perhaps you might look up "easypeasy"09:19
ActionParsniptdn: install the pae kernel and you can access up to 64Gb in 32bit09:19
Eaglehidnshadows: Just so you know, I Have linux Mint Installed on it and It works very well. Should I just stay with It????09:19
Dr_Willistdn:  try the 64bit system. or the pae kernel and see09:19
tdnActionParsnip, with pae several things do not work. Drivers, etc.09:19
sanjeev__frnds do u know the physical location of a in process installation of software center09:19
greppyActionParsnip: habit.09:19
hidnshadowsEagle if it's fulfilling your needs,  without problem, then keep it,09:19
ActionParsnipgreppy: its a rEALLY bad habit09:20
`violetstreakand one more thing - can you remove multiple files/directories within the same directory in one go?09:20
ActionParsniptdn: hmm, then you may need 64bit vitamins then09:20
Lint01pae kernels usually labelled pae or bigmem09:20
XiaolinDraconisfree the fish!09:20
Dr_Willisive rarely heard of the PAE kernel having issues.. exccept with older hardware09:20
Lint01ActionParsnip, 64-bit drivers are none to find09:21
ActionParsnip`violetstreak: you can use globbing. e.g.   rm -r ~/Downloads/m*    to delete all folders in ~/Downloads which start with m09:21
Eagle09:21
Eaglehidnshadows: Ok then what web Browser is best for it Firefox or Opera????09:21
ActionParsnipLint01: depends on the hardware09:21
oCeantdn: please don't post same question in multiple channels..09:21
Dr_WillisEagle:  use what you like.09:21
`violetstreakthanks ActionParsnip - but to remove a select few from terminal...?09:22
ActionParsnipEagle: on low end system I'd usee arora or Midori09:22
sumanhow do i open certain application through terminal09:22
`violetstreakwhich are named differently09:22
hidnshadowsEagle whichever you think is best, but if oyu're strapped for resources try Epiphany09:22
tdnActionParsnip, I have problems finding drivers for 64 bit also. I am aware that I might not be able to have full 4 GB RAM, however, I should be able to have more thatn 3023 MB. This limit does not make sense.09:22
ActionParsnipsuman: I told you, type its name. You can use TAB to autocomplete09:22
Dr_Willis`violetstreak:  rm foo bar bubba/stuff/   and so on.. I think09:22
sumanthank u action09:22
`violetstreakill give that a try thanks ;)09:22
ActionParsniptdn: then you know your range of options, make your call09:22
greppytdn: it's based on addressable space for 32bit systems.09:23
Dr_Willistdn:  drivers for what exactly? ive rarely found anything missing for 64bit these days09:23
ActionParsnipDr_Willis: Brother drivers09:23
tdnDr_Willis, HP.09:23
ActionParsnipDr_Willis: Canon drivers, both are 32bit only09:23
ActionParsniptdn: HPLIP works in both 64bit and 32bit09:23
tdnDr_Willis, also, my bank does not work with 64 bit Java.09:23
ActionParsniptdn: it's also part of a standard Ubuntu install09:23
Dr_WillisBrother printer i got had 64bit.. and well  canon.. lets say im never buying a canon again.. :)09:23
suman        can i install compiz on my netbook edition of ubuntu09:24
ActionParsnipor Kodak, never buy kodak09:24
Lint01links2 is nice but support no javascript09:24
EagleDr_Willis: hidnshadows: Is Opera not Lighter on resources than Firefox?????09:24
Dr_WillisActionParsnip:  hmm.. My canon printer does work  on my 64bit system last i tried it..09:24
ActionParsnipEagle: i'd say so, firefox eats ram like mad09:24
Dr_Willisbut the thing is so $$ ink wise.. i dont use it.09:24
Lint01suman, it depends09:24
ActionParsnipDr_Willis: last I saw they only made 32bit...09:24
Dr_Willisi wonder how a ppd file can be 64 or 32bit....09:24
sumandepend on wat ?kindly elaborate09:24
hidnshadowsEagle I'm not sure, test out Epiphany first, then seamonkey, then if those don't do it for oyu firefox, you just need to try them all09:25
ActionParsniptdn: use 32bit browser using ia32-libs ;)09:25
Lint01suman, on your video hardware, obviously09:25
Dr_Williscould be the offical canon drivers are 32bit only.. but the cups/openprinting.org drivers are both..09:25
ActionParsnipDr_Willis: hmm, interesting thought09:25
sumani have sony vaio VPCW125ag09:25
ActionParsnipDr_Willis: yeah I think thats where I was going with the Canon stuff09:25
sumando i need a graphics card...when ever i try to insatll it says mutter is enabled09:26
EagleActionParsnip:    Dr_Willis:    hidnshadows:    THANKS for the help  ;-)09:26
ActionParsnipsuman: you need a video bios to boot or the system will fail post09:27
hidnshadowsEagle that's why we're here, and good luck09:27
phoquehey09:27
phoquedoes anybody know if it's possible to close the empathy IRC chan window without parting the channel?09:27
sumanso i think its better not to try it ..rit??09:27
XiaolinDraconishttp://www.dafk.net/what/09:27
oCeanXiaolinDraconis: don't paste that here..09:28
elevehello. does anyone knows where could i find some documentation about video stream capture basic functions under linux ?09:28
sanjeev__hellooooooooooo09:28
FreppaHi, how do I start fsck from a livecd via the terminal?09:28
muss__bonjour à tous09:28
ActionParsnipeleve: if you mean downloading youtube vids you can use youtube-dl09:28
sanjeev__anyone kows the location of software center's donwload09:28
oCean!fr > muss__09:28
ubottumuss__, please see my private message09:28
AbhiJithi guys09:29
AbhiJitwhere is virtual box non ose edition which supports usb ???/ http://www.virtualbox.org/wiki/Linux_Downloads09:29
ActionParsnipFreppa: make sure the partition is unmounted and then run:  man fsck    to see what options are available / you want to use09:29
ActionParsnipAbhiJit: you need the closed source one for USB accessing09:29
FreppaActionParsnip: thanks09:29
sanjeev__anyone kows the location of software center's donwload09:29
sanjeev__anyone kows the location of software center's donwload09:29
sanjeev__anyone kows the location of software center's donwload09:29
FloodBot4sanjeev__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.09:29
Dr_Willissanjeev__:  the .deb packages all get cached in /var/cache/apt/09:29
Eaglehidnshadows: Pardon my stupidity :-[  But here in Empathy when I started it had a list of everyone in the chat room, and now its not there, and I don't know where to change it?09:30
Dr_Willissaba:  all the package managers cache them in the same place09:30
hidnshadowsEagle nothing wrong with not knowing something that's why you're here. I don't use empathy, sorry, but try looking in the menus09:30
AbhiJitActionParsnip, yah but there is only one download option on that site? can you please give me right link?09:31
Eagle09:31
Eaglehidnshadows: Much Appreciated! :-)09:31
ActionParsnipAbhiJit: add the relevant line to /etc/apt/sources.list and you can install using software centre09:31
AbhiJit???09:32
Dr_Willis http://www.virtualbox.org/wiki/Linux_Downloads09:32
AbhiJitActionParsnip, hey i am talking about downloading latest non ose version of virtual box?09:32
Dr_Willishas lots of options.. pick the ne for your OS/version/#bits09:32
ActionParsnipAbhiJit: scoll down past the links,you can see text to add to sources.list09:32
AbhiJitActionParsnip, okay09:32
AbhiJitDr_Willis, ok09:32
ActionParsnipAbhiJit: ok but the OSE doesn't have USB functionality....09:32
* Dr_Willis dosent see whats confuseing about the download site.09:33
* Vain3 wishes to tell Dr_Willis he spelled 'confusing' wrong.09:33
AbhiJitDr_Willis, they ddnt mentioned anywhere which is ose and which is non ose version09:33
hidnshadowsActionParsnip, what do you mean USB functionality? ability to boot from USB? or ability to use USB devices?09:33
ActionParsnipDr_Willis: its pretty well laid out, impressive :)09:33
christhecoolboythere is one thing that I want on iphone that isnt there, :(09:33
eleveActionParsnip, no, i mean capture videos from video streams like webcams, or even files09:33
Dr_WillisVain3:  i wish to tell you that 'i dont care' :)09:33
ActionParsniphidnshadows: access usb devices09:33
Freppafsck will only result in "fsck from linux-tools-ng" do i need to install any package first?09:33
christhecoolboyDOSBOX! :'(09:33
hidnshadowsactionparsnip always works for me, vbox OSE correct?09:33
AbhiJithidnshadows, cant connect usb09:33
Dr_Willischristhecoolboy:  i will have to check my Android to see if its on there.09:34
ActionParsnipchristhecoolboy: how is that ubuntu related?09:34
Lint01Freppa, +109:34
Freppa^^09:34
ActionParsniphidnshadows: the OSE doesn't have raw USB connectivity09:34
Dr_WillisWife is allready asking me when Angry Birds will come out for Ubuntu...09:34
christhecoolboywere allowed to go off-topic once in a while09:34
ActionParsniphidnshadows: https://help.ubuntu.com/community/VirtualBox/Installation09:34
christhecoolboyif its tech based09:34
oCeanAbhiJit: did you install the vbox-4 version?09:35
AbhiJitoCean, yeah now downloading it.09:35
hidnshadowsActionParsnip, weird, it always works for me, does whoever perhaps need to add a device slot under settings?09:36
oCeanAbhiJit: you can add a repository also09:36
oCeanAbhiJit: once you've installed that, you have to install an extension pack for usb to work09:36
ActionParsnipAbhiJit: if you use the sources.list method you will automatically get updates when the vbox team update the server, using the deb you will not get this09:36
AbhiJitoCean, yah will do that later. thanks for pointing out!09:36
AbhiJitActionParsnip, ok09:36
ActionParsniphidnshadows: not sure man09:36
AbhiJitoCean, sure09:36
AbhiJit:)09:36
bipcciao, sono nuovo09:37
oCean!it | bipc09:37
ubottubipc: 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)09:37
christhecoolboytoday, I submitted my first bug: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/70379109:38
AbhiJitbye. thank you all.09:38
bipcthank09:38
bipcbipc esce09:38
Dr_Willischristhecoolboy:  you did serarch first to make sure someone else had not allrey subbmited the same bug? :)09:39
christhecoolboysomeone told me to submit it..09:40
Dr_Willisso you did not bother searching first.09:40
christhecoolboyits my first bug09:40
christhecoolboynobody told me to search09:40
christhecoolboybut on it, I put a bugfix09:40
nibbler_christhecoolboy, dont worry, if its a dupe it will be found out ;-)09:40
Dr_Willisif it was a dupe. you might of found the fix first :)09:41
Dr_Willisthen again. you may find other fix's also.. or may want to submit the fix to the other bug reports also..09:42
Dr_Willisbut it all boils down in the soup. :)09:42
Dr_WillisHmm.. cant remove c vbox 3.2 to insdtall vbox 4. because it says vbox has vm's running..09:42
akagianyone free to help me with an install?09:43
=== akagi is now known as akagi82
hidnshadowsakagi what do oyu need help with? feel free to ask anything ubuntu-related09:44
christhecoolboyDr_Willis, what about system monitor?09:45
Dr_Williskilled vbox with the kill command. :) service command was not stoppingit..09:45
akagi82well... I just installed ubuntu netbook 10.10, after install reset my computer and i dont get boot selection, jut loads straight to windows09:46
oCeanDr_Willis: sometime you need to bring the big hammer09:46
ActionParsnipchristhecoolboy: sound isnt the most important part of the PC, the CPU is. Glad you found a fix though :)09:46
ActionParsnipakagi82: how did you install Ubuntu (Wubi or normal install)?09:47
beginerapt-get?09:47
beginerapt-get install ubuntu09:47
tryggvibI'm having problems with nm-applet, it doesn't show in the notifications area on startup but when I start it from a terminal it pops up (saying it removes the icon from the notification area and then adds it to the notification area)09:48
christhecoolboyActionParsnip, sound is important, people might go back to windows or mac if sound doesnt work09:48
christhecoolboywould you use a PC with no sound?09:48
Dr_Willischristhecoolboy:  yes.. yes i do...09:48
hidnshadowschristhecoolboy, would you pay for a small problem that could be fixed with a little perseverance?09:48
akagi82usb install... originally i couldnt get in having an lenovo s10-3... had to use intel_idle.max_cstate=009:48
ActionParsnipchristhecoolboy: sure but its not THE most important part..09:49
bigbrovar_Hi guys can someone point me to the right ppa for installing firefox 4 on Ubuntu?09:49
akagi82got in and installed, then nothing09:49
Dr_Willisbigbrovar_:  ive seen omgubuntu and webupd8 have guides on doing that. No idea what ppa they use/sugest09:49
beginerROFL09:49
oCeanbigbrovar_: silverwave @ launchpad09:50
ActionParsnipakagi82: do you mean a black screen at boot?09:50
bigbrovar_Dr_Willis: there is a ubuntu/mozilla-ppa-daily (or something like that) but it doesnt seem to be working09:50
hidnshadowsbeginer, would you mind keeping such unnecessary comments to yourself? Also, has anyone helped you with a problem or are you waiting?09:50
DJonesbigbrovar_: This should help09:50
DJones09:46 < oCean> bigbrovar_: silverwave @ launchpad09:50
oCean:)09:50
DJonesbigbrovar_: This should help https://launchpad.net/ubuntu/+ppas?name_filter=firefox+409:51
beginerhidnshadows, ?? wha??09:51
akagi82i get windows at boot...nothing else09:51
Eaglehidnshadows: Do you know how to configure a UPS to a computer with  ubuntu, so when there is a power cut it shut's down atomaticly?09:51
bigbrovar_DJones: Dr_Willis: oCean: Thanks guys got it working now. I guess I was doing it wrong before09:51
christhecoolboyhidnshadows, no, thats why we fix the problems09:51
oCeanbigbrovar_: happy surfin' :)09:52
christhecoolboyso the general public dont have to09:52
hidnshadowsEagle It should just be that you plug the computer into the UPS, there shouldn't really be any configuration09:52
Jordan_Uakagi82: The Ubuntu installer may have incorrectly installed grub to the USB drive instead of the netbook's internal drive.09:52
smalldoes ubuntu 10.10 have the dosemu bug09:52
ActionParsnipakagi82: then boot to liveCD and reinstate grub209:52
Eaglehidnshadows: oh ok Thanks......09:53
Dr_Willissmall:  what dosemu bug? check teh bug reports perhaps?09:53
akagi82i dont have livecd - netbook09:53
ActionParsniphidnshadows: there should be, you need to set thresholds and timeouts etc09:53
akagi82how do i check if it's done that jordan?09:53
smallthe dosemu wouldn't run in 10.0409:53
hidnshadowsEagle actionparsnip Forgot about that, I was thinking pure software interaction, which unless it's a new fancy-schmancy one there aren't any.09:54
Jordan_Uakagi82: Try booting from the USB you installed with. If grub was installed there than rather than booting the Ubuntu installer it will boot your installed system (from the internal drive).09:54
nVeehey guys, I changed my network address in server 10.10 to static, it now works when I ping the machine from a different machine, but when I ping the hostname, it fails, and it returns the old IP09:55
Eagle09:55
Eaglehidnshadows: its an old UPS???09:55
ActionParsniphidnshadows: you'll need to at least tell the device what OS it is attached to, so it can issue the right shutdown command09:55
nVeeI'll assume there is something else I ahve to change09:55
akagi82i tried that and just got the standard usb install options09:55
jokoHello, I'm using Ubuntu 10.04.1 LTS and I have trouble with the mouse. I'm using Gnome, but I've also tried OpenBox. After opening some applications (e.g. Skype, terminal) I can't use the mouse click; I can move the mouse though. Any ideas what could be the problem?09:56
nVeei edited etc/network/interfaces09:56
hidnshadows eagle actionparsnip When I think of UPS, I think of a big backup battery, that gives you just enough time to save any important stuff, then shut down properly, lasting for less than 5 minutes. Is this wrong?09:56
ozfalconIf I compile a program on one computer (With all dev files) can I copy the compiled app and "Install" it on another pc (Same OS)???09:56
nVeeI only added ip, subnet mask and gateway, is there something else I need to change as well?09:57
ozfalconIf I compile a program on one computer (With all dev files) can I copy the compiled app and "Install" it on another pc (Same OS)???09:57
akagi82This is what I actually had to do to get it to install: http://technomess.blogspot.com/2010/11/ubuntu-1010-and-lenovo-ideapad-s10-3.html09:57
ActionParsniphidnshadows: in essence yes, but good UPS systems will save enough juice for the system to be automatically shutdown by the device so the power doesn't just die and may corrupt data09:57
star3amhey guys, i am havingtrouble connecting to openvpn, where do I get the ca.crt from ?09:57
ActionParsnipozfalcon: sure, I recommend you use checkinstall to make a deb of the resulting binary09:58
nVeewooooow09:58
Eaglehidnshadows: Correct! Its a 12v battery. Its only for one computer.09:58
Teslahi09:59
ozfalconActionParsnip, Good. I'm compiling k3b 2.02. and want to make an easy install on a second machine (With k3b 2.00 from backports already installed).09:59
ozfalconActionParsnip, checkinstall will make a .deb file?10:00
ActionParsnipozfalcon: if memory serves, yes10:00
ozfalconUbuntu lack of backports is frustrating.10:01
Tm_Tozfalcon: there's ppa builds of k3b somewhere most likely10:01
nVeeomw10:02
nVeeanyone here to please help me with the networking issue?10:02
ozfalconTm_T, Only 2.00 (That I can find) and it has a bug that causes normalize-audio to not be found. Simple workarounds don't seem to work.10:02
star3amanyone know openvpn ? do you get the ca.crt from the server ?10:02
ActionParsnipozfalcon: I found a ppa with 2.0110:03
star3amfor the client to connect ?10:03
akagi82I can get back ubuntu but that would only be from the usb not my hd install... once in is there anything i can do from there to get the grub installed?10:03
ozfalconActionParsnip, where10:03
ActionParsnipozfalcon: https://launchpad.net/~msb/+archive/ppa10:03
=== garymc_ is now known as garymc
oCeanActionParsnip: ozfalcon and then there's https://launchpad.net/~kubuntu-ppa/+archive/backports (also 2.01)10:04
ozfalconI saw the kubuntu - But wasn't sure cause it was "K"10:05
ozfalconBut didn't see the others. Ta.10:05
a7ndrewstar3am: it doesn't have to come from the server you are trying to connect to.10:05
star3am<a7ndrew> hey thax for the reply, sow here do i get it ?10:05
star3amI found it in /usr/share/openvpn but that does not work10:06
a7ndreware you trying to set up a server or connect to one?10:06
ozfalconWell, 2.02 is 57% compiled now. I might try checkinstall if it works ok.10:07
star3am<a7ndrew> connect to one, i have my .key .crt and .csr10:07
=== Fish is now known as Guest77976
ozfalconotherwise I'll use that msb ppa10:07
star3am<a7ndrew> but the config wants ca.crt and that i don't have :/10:07
headkase314!panels10:07
ubottuTo reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »10:07
ActionParsnipozfalcon: http://www.webupd8.org/2010/01/how-to-create-deb-package-ubuntu-debian.html10:07
ozfalconta10:08
ozfalconhere goes make install!10:08
DNDcan i partition a drive that has already been on raid 1?10:09
akagi82anyone availble to help with my no grub problem?10:10
ozfalconOK, It's working (k3b 2.02). I just had to rename the current k3b (2.00) install bin to something else & it ran fine.10:10
ActionParsnipozfalcon: you should make a deb as youo are using a package based OS, things could get sticky10:11
beginerapt-get install?10:11
=== LanoX is now known as LanoX|blackops
techdeskjockyevening all10:12
ozfalconActionParsnip, Yeah. I know. Silent install's over debs have to be carefully managed.10:12
`violetstreakdoes anyone happen to know a free alternative to http://www.nattyware.com/pixie.php for linux?10:12
akagi82talking to me beginer?10:12
ryanf_109Hi All, I can't get an answer in #ubuntu-app-devel: What programming language is best for creating console apps?10:12
begineroh sorry i was thinking something akagi8210:12
beginerryanf_109, its python!!10:13
akagi82no prob10:13
sugoruyobeginer: that's the correct answer for all programming questions!10:14
ryanf_109beginer,  I know a bit of C++ is this useless?10:14
sugoruyoryanf_109: seriously, the answer depends on what you want to build10:14
ryanf_109I don't know I just want to program!10:14
begineryaya10:14
begineroooh10:14
beginersugoruyo, you're correct10:14
sugoruyoryanf_109: then i have to second beginer, pick up a good book on python, look up the tutorials, fire up a nice text editor and code away10:15
UbubeginHi, I cant seem to create any files or paste any files into my thumbdrive... even sudo cp doesnt work...10:15
ozfalconI just installed so much KDE crap that I hope it doesn't interfere with my good gnome setup.10:15
ryanf_109ok :-) Thanks. I have one more question....10:15
om26er:D10:15
borwarHow can I check if the php5-cli package is installed?10:15
borwar"which php" doesnt return anything so I believe php5-cli is not installed...10:16
beginerUbubegin, ??10:16
ryanf_109once I am good at python, how easy is it to move on to Gnome apps? Will I need other software, or is it easy enough to code with your text editor??10:16
bela_Hello!10:16
Ububeginbeginer: it has become a read-only file system..10:16
sugoruyopython is relatively easy to learn, VERY powerful (in terms of range of things you can with it), built-in to any modern UNIX/Linux system (including OS X)10:16
begineraaah10:16
shcherbakborwar: apt-get install php-cli510:16
greppyborwar: dpkg -l php5-cli10:16
sugoruyoryanf_109: GNOME apps are written mostly in GTK10:16
beginerUbubegin, just give a an fdisk flush10:16
=== muellisoft is now known as Muelli
bela_Got a problem "propagating" an installation from a MacIntel to another one, using dd (the second MacIntel is mounted as a FireWire disk)10:16
ryanf_109ok. Thanks guys.10:16
sugoruyothat's the toolkit you use to describe the windows and buttonsa10:17
borwarshcherbak: thanks10:17
akagi82i need a term command to help me check if grub is installed on my system, anyone?10:17
Ububeginbeginer: dude, will that delete all existing date on it10:17
ozfalcondpkg -l |grep php10:17
Ububeginbeginer: data, i mean10:17
sugoruyoryanf_109: buttons*, python has PyGTK and other stuff that allow you to connect the two10:17
ryanf_109cool. I read in my linux mag about Glade Interface Designer will this be of any use?10:17
beginerUbubegin, yes bro!!10:17
sugoruyoryanf_109: so learn some python, and then learn some GTK, as for Glade, yeah I think it works with python10:18
tsimpsonryanf_109: Glade is used to design the look of your application, you can do it in code, but glade is easier for more complex UIs10:18
=== yen-thao is now known as vubuntor439
Ububeginbeginer: O_O .. i still need the data on it10:18
ryanf_109:-) OK thanks a lot guys. I'll be around here a lot!10:18
beginerthen first copy it and then fdisk Ububegin10:18
ozfalconcheckinstall is doing something...................10:18
sugoruyoryanf_109: of course, python is just a suggestion, you can always choose something else10:18
ozfalconls10:19
ryanf_109well it can't hurt to learn it. What is the difference between it and say C++?10:19
tsimpsonryanf_109: python is an interpreted language, C++ is a compiled language10:19
Ububeginryanf_109: C++ is painful, not for beginners..10:19
tsimpsonryanf_109: the python interpreter reads the python code, then runs it, C++ is compiled directly to machine readable code10:20
tsimpsonUbubegin: in _your_ opinion ;)10:20
sugoruyoryanf_109: that's a tricky one, they're both object oriented, you don't compile python to binary, it's dynamically typed (meaning a variable can change type in execution)10:20
borwarshcherbak: will that mess up what I've already installed?10:20
borwaror will it gracefully install along with what I already got?10:20
ryanf_109ok. Does this mean if I have a python-written program I can see the code?10:20
sugoruyoryanf_109: i'd say python is more forgiving to those with a less technical background (for example if you're not good with pointers)10:20
tsimpsonryanf_109: as you don't compile python, you *must* have the code to run a python program10:21
sugoruyoryanf_109: sort of, python compiles to bytecode for optimization, but if you have a python program in .py files yes, those are the code itself10:21
sugoruyotsimpson: can't you run pre-compiled bytecode without the code itself?10:21
ryanf_109ok guys.10:21
jjk1989Hello, is it possible when I log into Ubuntu on startup that I can also be logged in to windows?, Like I can be on both at one time and do some windows stuff in one window and ubuntu stoff in the other?10:21
sugoruyotsimpson: never tried it, just wondering10:22
slieSo python has and interpreter just like java.... and compiles to byte code?10:22
tsimpsonsugoruyo: python attempts to update the .pyc from the .py, it'll probably explode without the .py somewhere10:22
hidnshadowsjjk1989, Look up VBox, it's a virtualization machine10:22
bela_jjk1989: you need to use an emulator for your windows.10:22
raxelohi all, i am using ubuntu 10.04, where can i find wmi-client package ?10:22
ryanf_109sugoruyo, does this mean that you have the option to kind of compile it, but not so the code is completely unreadable?10:22
sugoruyoryanf_109: Python is basically a scripting language, as far as I know there's no *sure-fire* way to make it *completely* unreadable AND have it run just as well/fast10:23
Sweet-PCan anyone recommend an efficient socks5 proxy server?10:23
sugoruyoslie: python is interpreted yes, and compiled to bytecode just-in-time10:23
slieFor some reasion i thought you could compile and turn your python into an exicutible?10:24
ryanf_109sugoruyo, I suppose that means it's ideal if it's open source anyway?10:24
sugoruyoslie: if the bytecode file (.pyc i think) is older than the .py file it recompiles10:24
coz_out of curiosity...has anyone tried lightspark?   open source flash replacement10:24
tsimpsonsugoruyo: apparently you can remove the .py (if you have the .pyc) and it should (theoretically) work, but it's not recommended by anyone10:24
sugoruyoryanf_109: well I'll put it this way: if you're doing open source coding, it saves you compiling binaries AND you don't care who sees your code10:24
slieNice so real time (sort of) to the pyc file10:24
sugoruyotsimpson: oh i see10:25
earwigsryanf_109: "Lean Python the Hard Way" is a great free ebook if you're looking at getting stuck into python10:25
ryanf_109earwigs, definitely hope to get stuck in.10:25
sugoruyoslie: I think there are some tools that sort of make your app a standalone package10:26
earwigsryanf_109: #python is a good room for all things pythono10:26
earwigspython too*10:26
ryanf_109ok I'll head there. I think all my questions have been answered but I'll see if anyone else is chatting!10:26
slieI will get stuck in it until i can program in "Machine Code" sophmore computer science major :)10:26
sugoruyoryanf_109: python is very popular in open source, see the ubuntu installer, the original implementation of bittorrent and lots of other stuff you use daily10:26
sugoruyoand probably don't even know (or care) are in python10:27
s3r3n1t7_after the latest update both my work pc and test server show a file not found error and a grub rescue line. how can I fix this?10:27
sugoruyoslie: you mean not even assembly? machine code as in hex codes? or even binary sequences? man you really hardcore...10:28
slieMy wonder and hesitant to learning python, was the fact that if i wanted to write a program for others to use was the fact that i distribute it as a .py file... WFT then they can read my code? does this matter really?10:28
akagi82when i update grub using update-grub ... i get you must run this as root. what does this mean exactly?10:28
sugoruyoslie: I've never distributed software to anyone (except handing in project to my proffessors) so I couldn't tell you...10:29
sugoruyoakagi82: put sudo in front of the command10:29
ryanf_109akagi82 use sudo10:29
sugoruyoakagi82: then type your password when asked10:29
akagi82ahh thanks10:29
slieHa ha yeah ill probably stop at assembly i was just kidding wien i was talking about streight Binary. But when i was very young my mom handed me sheets telling me i could write a game with them. "They were only ones and zeros" haha10:29
akagi82:)10:29
=== QuBit is now known as QuB1t
sugoruyoakagi82: and be careful when doing stuff as root (always what they do *before* you run them) cause you can easily nuke a system that way10:30
willi88hej10:30
sliesugoruyo: Well that is good to know! I really don't know what the setting will be like when I am able to write what ever i want.10:30
sugoruyoslie: your mom codes binary?10:30
ryanf_109akagi82, once I've installed I usually set a password for root by command "pswd root" and then use "su root" to use root.10:30
zxdhow do I upgrade from lucid to maverick10:31
akagi82cool cheers10:31
RevoI have a system with 2x NICs, how do I choose which one is "default" for outgoing internet traffic?10:31
slieNo but when i was in the 5th grade she wanted me to, she konw a bunch about computers but i think she only learnd something like .NET "don't hate me im not like that"10:31
sugoruyoslie: if you do python code for a living at some point I'm guessing it'll be either for the web or internal stuff in some company (most companies sell .net, java or c++ software)10:31
icerootRevo: with the command "route"10:31
Kingsyis there a reason when browsing a windows network on my ubuntu installation it is seriously slow? I mean about 15-20 seconds to open a folder10:31
Kingsyit all works its just REALLY slow10:31
ryanf_109akagi82, just be aware that unless you really have to I usually don't do anything with root since it has permissions to do a lot more and can really mess up things.10:31
Kingsyanyone had that before?10:31
`violetstreaksounds like deadmau5 used ubuntu sounds: http://www.youtube.com/watch?v=fVGEumVLBuo&ob=av2el10:32
Revothanks iceroot will look into it10:32
`violetstreakBad Selection10:32
sugoruyoryanf_109: that sort of defeats the purpose of using sudo rather than root... plus it opens you up for some security issues10:32
stradadeciao10:32
ryanf_109sugoruyo, lol ok this is when my bad practice starts to show.10:32
sliesugoruyo: Yeah i'm only learning python in hopes it will take me to the next step. I want to do some android and linux Kernal programing in the future i am so trying to find a way!10:32
sugoruyoryanf_109: i've been rooted before10:32
s3r3n1t7_Both my work pc and test server show a file not found error and a grub rescue prompt after the latest update.10:33
sugoruyoslie for android you'll need Java and linux kernel you're looking at some hardcore C and some assembly for the CPU of your choice as well10:33
earwigsslie: i want to scrape the internets and play the collected data like a banjo10:33
beginerhee hee10:34
EagleCan some one help me. I need to know if there is some sort of Ubuntu anti-virus so I can scan flash sticks before I put them into a windows machine. Or folders before I move the into the windows partition..?10:34
endscorezxd: I believe the answer is here:10:34
endscorehttps://help.ubuntu.com/community/MaverickUpgrades10:34
sugoruyopython is more high level than you want for kernel and not really supported on android (you don't need the whole java library for android though, it has its own so don't bother learning a lot of java, just coding practices, language features and then move to android)10:34
slieearwigs: You konw i actually understud that and that is where my passions to learn the linux kernal comes from :)10:34
shingieu can use Clamav10:35
mikkerIn a directory owned by say user:www-data how do I make new files also belong to the www-data group?10:35
shingie@Eagle Clamav antivirus10:35
=== Ivan_ is now known as ivacau
sliesugoruyo: Yeah unfortounatly my school only offers Java and assembly for computer science so im moving back to Fairbanks... haha i hate java i feel like im coloring when i write the code and yes i'm learning python in hopes it helps me learn C because i have no direction10:36
=== pyramid is now known as ubuntu
akagi82basically when i cant get into ubuntu without loading the usb trial version, even after install10:37
sugoruyoslie: yeah, there's so much out there it's hard to know where to begin10:37
Dr_WillisEagle:  clamav, avg has a linux version also. and i think 2 other av makers now have linux ports of their tools.10:37
sugoruyoslie: if you're CS major though you really should know *at least* basic C10:37
akagi82there's no grub10:38
sugoruyoslie: it helps you understand operating systems10:38
sugoruyoakagi82: ubuntu has no trial10:38
sugoruyoakagi82: correction: linux has no trials... you probably mean live10:38
EagleDr_Willis: So which is the best? And what do you recomend?10:38
Dr_Willis'Test drive'  the OS with out installing...10:38
Dr_WillisEagle:  try them all.10:38
sugoruyoakagi82: how did you install?10:38
akagi82yeah the usb one10:38
sliesugoruyo: So I have a plan, im trying to writ a Standard Dievation program that will use the Google Charts API to graph the data. Just to get experience.10:38
akagi82through the live10:38
Dr_WillisEagle:  and on a windows box. DISABLE the auto-run stuff.10:39
shingie@Eagle I reccommend Clamav its pretty helpful bt its gud to tyr all of them10:39
akagi82and installed with the dual boot option: win and ubuntu10:39
sliesugoruyo: I wish i could start off with C i'm learning python on my own. Okay great maybe you might know i googled it and wikied it but still mixed signals10:39
kuttanshii everybody10:40
Eagle10:40
faLUCEhi. I see with df /dev/sdb1 mounted on /media/disk, but I can't see /dev/sdb1 on filesystem... what can I do?10:40
EagleDr_Willis: OK  Where and how do I install them? Terminal or ubuntu software center??10:40
sliesugoruyo: What dialect should i learn for C?10:40
sugoruyoakagi82: so you booted the live usb, you did the install and then there's no grub?10:40
Dr_WillisEagle: ...  some are in the repos/soft3are center.. others you go to their homepage and doqwnload them.10:40
Dr_Willis!info clamav10:40
ubottuclamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.96.5+dfsg-1ubuntu1.10.10.1 (maverick), package size 321 kB, installed size 592 kB10:40
sugoruyoslie: what do you mean dialect?10:40
kuttansany taker for my problem10:40
kuttansi have a samsung corby mobile.  Kubuntu identify it as a imaging device always and sometime shows it as modem too.  The problem the modem deduction is not stable all the time, sometimes it do and sometimes not.  Im using this mobile as a modem which is having a 3g connection.Kppp is also not useful as it says can not open modem, where as the modem is loaded in /dev/ttyACM0 and 1 as well. wvdialconf is returning errorso how to go about from here to make it10:40
kuttansmore stable and use it without intermittancy10:40
FloodBot2kuttans: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.10:41
akagi82yep, when i restart windows boots10:41
shingieapt-get install Clamav10:41
sugoruyoslie: C is a language, anything that you use to really make things work is probably a library, learn the language (the latest version of the standard) and choose what libraries you spend your time on depending on what you want to do with the language...10:41
stradadehi10:41
akagi82btw the only way i could get into the live version was with this command : intel_idle.max_cstate=010:42
Eagle10:42
EagleDr_Willis: shingie: Thanks dose it have to be updated or something like that?10:42
akagi82as its the only option for my netbook10:42
sugoruyoakagi82: I have no insights as to why it doesn't start, perhaps the bootloader install failed10:43
=== ogra is now known as Guest61426
akagi82is there anyway to check if that's the case?10:43
sliesugoruyo: I have been researching C for as long as ive kown about it envious of the knowledge but when i tried to start they were talking about the ISO Standard and The ANSI standard, so i'm looking at Wiki and you said stable that means i should learn C99?10:43
Dr_WillisEagle:  most all AV software has 'virus definition' updates.. yes...10:44
shingieyeah every Antivirus needs an Update so u got to research on how to keep it updated10:44
sugoruyoakagi82: nothing conclusive AFAIK, you could always try rebooting the live usb and looking at a guide to reinstalling GRUB210:44
=== Guest61426 is now known as ogra_
Scottythe user is the best antivirus10:44
EagleDr_Willis: shingie: This is what it says  Unable to locate package Clamav ?? what do i do?10:44
kuttansEagle: where it said10:44
=== claudia is now known as zumwoifi
kuttansEagle: there is deb version of avast, good i guess10:45
akagi82ok i'll give that a go10:45
sugoruyoslie: C99 seems to be the most commonly accepted standard, ISO is international, ANSI is American but I'm not sure of the differences since I always used ISO (no reason to use American if you're not American...)10:45
kuttansfree for home edition10:45
DeadPandaslie, I'd learn from K&R http://en.wikipedia.org/wiki/The_C_Programming_Language_(book) first, then worry about nuances in standards10:45
Eaglekuttans: I don't like  avast, sorry but  AVG's ok10:46
sugoruyoDeadPanda: good advice, although I'd start someone off with a slightly friendlier book...10:46
kuttansi guess there AVG too Eagle10:46
kuttanssugoruyo: Learn the logic all languages will follow10:47
szpreaderin mozilla insead of choosing to open a file with transmission, where should I find deluge?10:47
DeadPandasugoruyo, meh, I started off with that and it was fine, it's short and to the point; if you want a book to hold your hand, look elsewhere10:47
Eaglekuttans: Sorry how and where do i install it from?10:47
sugoruyoDeadPanda: K&R is great reading, but some people might be intimidated by it's style of writing and somewhat less tutorial-ish tone10:47
shingiehttp://ubuntuforums.org/showthread.php?t=31809110:47
kuttanssugoruyo: best way to learn a language, just trial and error10:47
sliesugoruyo: Awesome, just hearing someone put those both into a sentence and in registering into my brain solves so many questions I have had for so long, spending hours researching those exact questions and finding nothing.10:48
shingieuse that link Dr Willis10:48
sugoruyokuttans: not all languages follow the same logic and not all people have the time for trial and error10:48
marcosrorizhi guys, how can I find the ip address of a given dns name in the cli?10:48
kuttanssugoruyo: if you are linux you already have almost everything, start coding the famous hello World10:48
o0splitpaw0oszpreader:  from terminal you can type in whereis deluge it will show you it's location & you can point it directly to it10:48
=== pyramid is now known as ubuntu
umanghmmmhmmh m10:48
=== umang is now known as Guest34346
Randomerestwhat does ubuntu have by default that prevents connecting to localhost? (setting up mail and chat thru ssh)10:48
sliesugoruyo: This is actually my first time in an IRC but have been a active member in ubuntu forums since 2007 Thank you for the welcom is there a friends list type of thing on here?10:49
shingiei'm a bit busy but i yo repo must hv Clamav10:49
kuttanssugoruyo:to learn a language the books will help, like the syntax and sementics, no book in this world can help you with logic, its something you gotta innovate10:49
=== pyramid is now known as ubuntu
szpreaderand to make deluge the default client?10:49
kuttansslie: you can private msg someone, and i hope you can have a list of them if your gui supports10:49
sugoruyoslie: IRC doesn't work that way, maybe your client has a feature, but not all people are on all the time just like in IM services10:49
kuttansszpreader: mozilla allows you to set default programs for all kinda mime type10:50
g[r]eekHi. I have an external drive. I plug it in, it opens fine. I play music on it through Totem Movie Player. Sometimes - at random locations - the song stops playing, and I get a read error, and the external's icon is no longer on my desktop. I switch off the external (it's a normal HD in an enclosure), turn it back on, and then everything's fine again.10:50
g[r]eekUbuntu 10.1010:50
mohit_hi10:50
slieDeadPanda: I was going to by that  book i found it for like 12 bucks one time but that did not have any challanges and was like 100 pages long with huge letters you really thing i should get it and go through it?10:50
shingieEagle, install it from yo terminal and files will be taken from a repo10:50
marcosrorizhi guys, how can I find the ip address of a given dns name in the cli?10:51
Scottynslookup10:51
slieOkay well i'm really new to IRC spent all my time in forums. I actully just searched "apt-cahce search" for IRC client and found this one10:51
sugoruyokuttans: logic is something you learn as well, the books can't put it into your head for you but they can provide good examples and good explanations of concepts, K&R is a good example of a book that will teach you good C, but you must be ready to learn good C - which usually means you already have a good grasp on the concept of programming, you're not starting programming with C and K&R unless you have a CS b/g10:51
Eagle shingie:   Ok what do I type in to install AVG? sudo apt-get install AVG???10:52
kuttansquassel is good one but you have many more like this, use ubuntu software store you will find some more10:52
shcherbakmarcosroriz: whois, nslookup10:52
Dr_WillisEagle:  go to the avg web site and download it.. i dont think its int eh repos.10:52
shcherbakmarcosroriz: or dns10:52
dgxHey all. How can check if apache2/php are running. I have them installed(ap2,php5) localhost is working, but when I try to test it with a index.php file for info(); it gives me a dialog so I can download the file(not execute it in the browser). Any ideas?10:53
dinamizadoryib6bfbf10:53
shcherbakdgx: sudo netstat -tulp10:53
DeadPandaslie, yep; it explains all the concepts of the C language quite concisely; if you need to learn to _program_ though, not just the C language, there's plenty of online tutorials with challenges etc.10:53
kuttansyeah i agree with you sugoruyo. but choosing a loop structure based on performance and situation is the last thing a book can teach. it can tell you what are the characteristic but selection is on your hand and reasoning is also with you only10:53
sliesugoruyo: I have learned a bunch from your info and am very greatfull!!!! i am going to drop python and learn C because that is what i want to do.10:54
shcherbakdgx: also /etc/init.d/apache state or service apache state10:54
kuttansdgx: yeah your php modules need a edit10:54
sugoruyoslie: if you feel that's the way for you sure10:54
=== apw` is now known as apw
g[r]eekBasically it's an external USB drive and it stops reading randomly during playback of a song on it (sometimes not for a whole day, other times after 5 minutes).10:54
Dr_Willisslie:  thers no reason to drop python to learn C. You proberlu want to learn them both.10:54
g[r]eekAny ideas?10:54
Dr_WillisPython is to handy to Not know something about.10:54
slieDeadPanda: No i think im done with the "Learn to program" junk i want to know how to use the abilitys of the language. I'm not a beginner anymore.10:55
kuttansdgx: for <??> this kind of thing to work i think there is a line named short_open_tag and it shouldnt be commented in php.ini file10:55
nawkwhat is the recommended package to use to allow Rhythmbox to support MP3?10:55
sugoruyokuttans: when someone is beginning to learn a language (especially their first language) loop performance is relatively irrelevant as most of the time they are debugging not optimizing10:55
ActionParsnipnawk: install ubuntu-restricted-extras and any player will play mp310:55
sliesugoruyo: Yes it actually is. I was really confused and python really reminded me of java so didn't care for it much.10:55
ActionParsnip!antivirus | Eagle10:56
ubottuEagle: Antivirus is something you don't need on !Linux, except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus10:56
Lint01!mantras10:56
sugoruyoDr_Willis is right, python is a language that will return your investment in time and effort tenfold, it's just not a language to do kernel stuff in10:56
kuttanssugoruyo:yeah sure, but what happens is the that the fresher will never come to know about the performance issue until unless he start a trial and error way of learning10:56
sugoruyoslie: you should not drop python however, just focus more on C, python will help you where a C program would be cumbersome to write and debug for a relatively simple task that C has no native support for10:57
dgxI'm not using short_open_tags . Also apache2 is running when used with init.d/apache2 start10:57
slieDr_Wills: Yes i will definalty come back to python and even java but they have from what i have read taken a ton of shortcuts. I take the approach of doing things the hard way first so that i can completley understand the shortcuts like Proos in math. Thank you for the reminder10:57
nawkActionParsnip, thanks10:57
daxrocMorning all10:57
* Dr_Willis programs to get the job done.. then moves on to the next job.10:57
earwigssugoruyo: yeah, pythons great for quick mashups and prototyping10:57
kuttansdgx: ist your php module turned on in the apache2?10:57
sugoruyokuttans: of course, but trial and error are for when you have time and some experience...10:57
dgxHow can I check this out?10:58
daxrocAnyone know of issues with the Irish mirrors ?10:58
dgxIn the httpd conf?10:58
Dr_WillisHmm. AVG for linux - seems to be 32bit only.10:58
ActionParsnipEagle: go with clamav, it's awesome10:58
sliesugoruyo: So you think i'm doing good learning more then one language at once? "given i know the basics of a program and programming"10:58
sugoruyoearwigs: well you don't want to write a log parser in C unless you have to... Python or Perl would be sufficiently fast while offering feature-sets better suited to such a task10:58
kuttanssugoruyo: most of the books i encountered start with the hello world program and how to start and run, with that only i came to a conclusion that without dirtying your hand you can never know whats in the garden10:58
kuttansyeah dgx10:59
sugoruyoslie: the more you learn, the better... you will have an understanding of diverse approaches which broadens your critical thinking ability10:59
Lint01nothing beats native collections, regexes and memory management. don't write in C unless you have to10:59
EagleActionParsnip: OK sure please assist on how to install I am confusing myself as well as everything else....:-!11:00
ActionParsnipEagle: sudo add-apt-repository ppa:ubuntu-clamav/ppa; sudo apt-get -y install clamav; sudo freshclam11:00
dgxI see, so I get an not found, when looking for php5. So I have to insert it.11:00
ActionParsnipEagle: the ppa is just added as it has the new engine and virus defs :)11:00
kuttansmemory management in C gets cumbersome when having a big program, i get stars when i have to do the profiling11:00
sugoruyoslie: actually programming in different languages is an immense exercise for your brain and a very beneficial experience - i've found it makes you better able to solve problems11:00
Randomerestwhat does ubuntu have by default that prevents connecting to localhost? (setting up mail and chat thru ssh)?11:01
Eagle11:01
EagleActionParsnip THANKS   :-D11:01
DeadPandaslie, you might want to try a totally different style of language at some point - a lisp or haskell11:01
kuttansdgx: there is something called activemodules and available mod or something equivalent in apache2 and you need to install php5 which usually turns on the mod in apache211:01
Jimdavishi11:01
Jimdavishttp://soundcloud.com/jimdavis/jim-davis-survive11:02
sugoruyoshameless plug there11:02
dgxThanks, kuttans. I am currently reading the exact thing you are talking about in the docs.11:02
ActionParsnipRandomerest: you can tell the service you are setting up to not allow connections from localhost in most cases11:03
sliesugoruyo: This is my first time in an IRC and not regretting it. okay I WILL go get my hands dirty in lisp and haskell. one question. I don't relly have anything to use programming for how would you if you can reccomend i use programming11:04
user1rat11:04
user1user111:04
dgxFixed it, thanks people.11:05
akagi82ok can't get it installed after hours of hassle, i quit... moving onto my second choice: opensuse. thanks to those who tried to help.11:05
RandomerestActionParsnip: i keep getting a connection refused when trying to connect to localhost for my ssh,11:06
sugoruyoslie: that's not something one can answer for you... personally i whip up simple scripts for lots of different things, like managing mp3 files, i've written a simple python program that scans ID3 tags on the MP3s in a folder and searches for a pattern in some field i specify11:06
RandomerestActionParsnip: even when telnting to localhost gets connection refused, its weird ..11:06
slieDeadPanda: would you reccomend lean C first or lisp or haskell?11:07
shcherbakslie: learn_perl11:07
g[r]eekIt seems I'm not the only one with this problem - here is another complaint (with my post at the bottom) - http://ubuntuforums.org/showthread.php?p=1036741811:07
ActionParsnipRandomerest: are you conecting to the right port?11:07
sugoruyoslie: those are very different languages, each with different uses and different approaches, most practical would be C11:07
EagleActionParsnip: I have a package called  "Nvidia-current_260.19.06-oubuntu1_amd64.deb" is this my graphic drivers ppackage ??????11:08
kuttansi have a samsung corby mobile.  Kubuntu identify it as a imaging device always and sometime shows it as modem too.  The problem the modem deduction is not stable all the time, sometimes it do and sometimes not.  Im using this mobile as a modem which is having a 3g connection.Kppp is also not useful as it says can not open modem, where as the modem is loaded in /dev/ttyACM0 and 1 as well. wvdialconf is returning errorso how to go about from here to make it11:08
kuttansmore stable and use it without intermittancy11:08
mrcanhow can i make my normal user to root user. i dont mean sudo su. i want close all asking passwords and i want access all folders without password11:08
SnakkahIs there a way to change the login music in Ubuntu 10.10?11:08
ActionParsnipEagle: yes, thats the latest nvidia driver11:08
kuttansmrcan: login as a root11:08
EagleActionParsnip: OK thanks11:08
ActionParsnipSnakkah: if you open sound properties you can change the sound theme11:08
kuttansmrcan: enable root user first but its not recommended11:08
sugoruyomrcan: sudo passwd root, then give it a password for root and then you can login as root11:08
Dr_Willisdefinatly not reccommended.11:08
sugoruyomrcan: not a very good idea though11:08
ActionParsnipmrcan: run:  sudo -i11:08
slieshcherbak:Okay, i think i have fell into the same trap with the forums and the search queries11:08
=== rat is now known as Guest59235
Dr_Willismrcan:  sudo -i in a terminal.. do your work you need as root.. close terminal.11:09
RandomerestActionParsnip: I am positive, running just pop/smtp over ssh and they get connection refused, just to test i try telneting to myself and get it also :S11:09
ActionParsnipmrcan: why do you need access so much outside of $HOME, it's very rare toneed such access11:09
kuttansi connected my mobile and its showing in ttyACM0 and ttyACM1 but when i send modem queries via wvconf its saying failed why?11:09
mrcankuttans: i want join with my normal user with all access11:09
SnakkahYeah ActionParsnip, but the only option that gives is "Ubuntu" and "No sounds" for the sound theme.11:09
shcherbakslie: Do you program at all?11:10
ActionParsnipSnakkah: there are sound themes in the repos as far as I am aware11:10
SnakkahWhat I'm wanting to do is change the login music (that African sounding theme) to something different.11:10
kuttansmake it as a sudoer then, its safe to ask password, atleast you can avoid damages11:10
mrcankuttans: i know its rare but i want it11:10
ActionParsnipSnakkah: I guess if you find the file you can just replace it11:10
sugoruyog[r]eek: try running dmesg | tail when that happens11:10
sugoruyomaybe the recent kernel messages can tell you why it unmounts11:10
vs-hs!11:10
SnakkahActionParsnip, that's what I'm thinking too. I was hoping someone here could direct me to where it is lol.11:10
ActionParsnipmrcan: you can run:  gksudo nautilus    do what you need, then close the file browser11:10
sliesugoruyo: After a wile have a great idea i want to do, but I know it will require a databate i think two, one where the usre can create and add too and the other the admin can add too or the usr can add too would you suggest anyting?11:11
ActionParsnipSnakkah: sudo find / -iname "*.ogg"   maybe11:11
kuttansthere is a file in etc, i forget the name, i thing it deals with auth, there you can comment the required attribute then it wont ask11:11
mrcanactionparsnip: i know that but its with root's settings i want do it with my normal user's settings11:11
kuttansi have to google to find out the exact name11:11
slieshcherbak: I would love something to program why? I would learn through Binary if you gave me the direction....11:11
sugoruyoslie: you'll also need to learn SQL, and find a RDBMS to suit your needs...11:11
slieshcherbak: sorry i though you asked if i wanted to. yes i know a lot about JAVA and am finding Python is similar11:12
kuttansanyone know how to add a device data in usb_modeswitch?11:12
ActionParsnipmrcan: not sure dude, considering the very small amount of times you will use it I wouldnt waste much effort on it11:13
sliesugoruyo: what languages do you think i should learn with those? and how do you think i should get a kickstart i think that is all i need is a jumb so i can kinda get a feel to understand11:13
shcherbakslie: if you start from java or c or c#, you will stack on libraries and routines. First get to bash, awk and sed, powerfull, and let you put your ideas into action. Then mysql/php and etc...11:14
mrcan%users ALL=NOPASSWD: /       is that makes with all access?11:14
mrcanin sudoers file11:14
sugoruyomrcan: i think you need to put (ALL) where you have /11:14
sugoruyonot sure though11:15
ActionParsnip!sudoers | mrcan11:15
ActionParsnip!sudo11:15
ubottusudo 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/fixsudo11:15
ActionParsnip!visudo | mrcan11:15
ActionParsnipmrcan: using that will just mean the commands wont ask for password and will cripple system security11:15
mrcanActionParsnip: i dont care system security i need it for my works11:16
mrcanActionParsnip: password makes me slow11:16
ActionParsnipmrcan: be careful how you mess with that file, if you screw it up you will need to root recovery mode and undo your mess, basically its not worth it11:16
shcherbakmrcan: What work you do in root or /var or /etc  ???11:16
Dr_Williswhen in doubt. back it up....11:17
slieshcherbak: So your saying learn the sorta Glue "fundementals" such as BASH before i learn something greater goods.11:17
sugoruyoslie: it depends on what you want to program, if you want to do algorithms try them in C and python, if you want web stuff try PHP and MySQL, actually learn SQL anyway and C as well, try not to focus on the libraries that come along with these langs. rather get the concepts and logic behind them and get onto a new one, eventually you'll understand enough and a few of them will "click" with you11:17
ActionParsnipmrcan: yeah but anyone who has any sort of access even malicious javascript and flash anims will be able to do what they like, when they like11:17
mafikeshi11:17
mafikes:D11:17
ActionParsnipmrcan: so an attacker can easily read your email and copy your firefox passwords to access your stored passwords11:18
sugoruyomrcan: ActionParsnip is right it's basically godmode for every user11:18
sugoruyomrcan: especially if you have SSH your system is basically toast if you do that...11:18
mrcanActionParsnip: i understand your meaning but its not important for me, really! im not classic user dont worry about that11:18
ActionParsnipmrcan: and copy yur email store if you have one and use your account11:18
ActionParsnipmrcan: no, you clearly have no idea about what you are doing. Enjoy11:18
* YankDownUnder learned that lesson back in the mid-90's - never never never use root.11:19
=== Weazelsc is now known as Weazel
mrcanActionParsnip: ahahha =) nevermatter all about security11:19
sliesugoruyo: Ahh, you deffinatly think the way i think and i like it. I'm not so much worried about a complete program right now. I am more conserned about being able to something and understand if i wanted to all the way down to the machine.11:19
* Dr_Willis hands mrcan a hammer to just bash his system to pieces with.11:20
ActionParsnipmrcan: when you identity is stolen and your bank account suddenly empties, give me a knock ok11:20
shcherbakmrcan: write script to "shorten your password" at login to "1" and put back on logout. You shall not get advice here how to cripple your system.11:20
sliesugoruyo: I know how i can SQL but is there a way you can suggest to learn it. that is my only problem with SQL and XML is what do i apply it too?11:20
Dr_WillisYou can set root to not even need a password to login :)11:20
ActionParsnipsome people would rather a bit of convenience and rip their entire security from their system11:20
ActionParsnipmrcan: do you have a password on your email?11:21
EagleActionParsnip: clamav, How do you use, or start up the program, or what do i type in????11:21
shcherbakActionParsnip: you could ask only for email..11:21
mrcanActionParsnip: no :)11:22
ActionParsnipmrcan: wow, youo really are a lost soul11:22
sugoruyoslie: SQL can be applied to just about anything with structured data, so can XML, as for learning SQL, it's easy to learn but not to use properly, don't worry about the language with SQL, instead learn the whole RDBMS concept, how to properly organize data, normalize your databases, there's a lot of theory in there11:22
mrcanActionParsnip: you can say it over pm11:22
Dr_WillisEagle: use clamscan, or one of the front ends to clamav thats in the repos11:23
ActionParsnipmrcan: i dunno what to say, i'm completely overwhelmed11:23
ActionParsnipEagle: install clamtk11:23
ActionParsnip!info clamtk11:23
ubottuclamtk (source: clamtk): graphical front-end for ClamAV. In component universe, is optional. Version 4.26-1 (maverick), package size 200 kB, installed size 1116 kB11:23
EagleDr_Willis; repos, Sorry i don't understand how to do that.11:24
=== denny- is now known as denny
ActionParsnipEagle: sudo apt-get install clamtk11:25
Dr_WillisEagle:  install clamtk or other clam front ends.. use the package manager tools that is in the menus.11:25
sugoruyomrcan: having been rooted I *STRONGLY* advise against mucking about with root privileges, sudoers, and security in general without knowing *EXACTLY* what it is you're doing... you can both mess everything up and open up the system to an insane amount of threats (most of which will hit you like an anvil over the head)11:25
Dr_WillisEagle:  or use 'clamscan' in he terminal11:25
=== Guest59235 is now known as ratc
DarkStar1I'm having an issue with the login screen in 10.10. It doesn't show when I bootup. As I have more than 1 user I need  this to show. I only get a login screen after I hit the spacebar, at which point it prompts for the password of the first user11:26
rooisto47hi everyone, I wanna connect to a wifi access point manually (iwconfig, dhclient) but it doesn't work, but with nm-applet it it works, cat you help me do connect manually ?11:26
EagleDr_Willis: Ok cool. but how do I comand it to scan a specific area?11:26
Dr_WillisEagle:  have you even ran clamscan yet?11:26
EagleDr_Willis: Yes11:27
Dr_Willisdid you notice it scanned stuff?11:27
Beastsor511:27
sliesugoruyo: so my question is do i just create a fake database to practice with for SQL or xml is that how i learn it? If this is a Google question pleas just say google but what enviroment can i practice SQL or XML?11:27
Dr_Willis clamscan [options] [file/directory/-]11:28
Dr_Willisfrom 'man clamscan'11:28
=== ogra_ is now known as ogra
Dr_WillisEagle:  also run --> sudo freshclam     every so often to update your virus definitions.11:29
EagleDr_Willis: Please could you Pm me   :-D11:29
Dr_WillisEagle:  youve allready been told the basics.11:29
ActionParsnipEagle: sudo clamscan -r /home    is fairly common11:29
Dr_Willisclamav-docs - anti-virus utility for Unix - documentation11:29
Dr_Willisklamav - KDE frontend for ClamAV11:30
Dr_WillisHmm.. heres somthing new...11:30
Dr_Willisclamfs - user-space anti-virus protected file system11:30
AdvoWorkanyone know a reason why, when im using a printer on ubuntu, it keeps asking for a password everytime i print, no password has been set, and it never used to, its only started doing it the last few days11:30
mylistocan anyone tell me of a gui program to check for bad blocks/check a harddrive?11:30
EagleDr_Willis:  its saying this  Can't open file or directory11:31
sugoruyoslie: we can't answer all your questions for you, you'll never learn that way, you'll also need to learn how to find stuff efficiently on the net, as for SQL just look up "mysql tutorials" with google and you'll find material to get you started11:31
mylistoI have a 30 gig ipod that I can't get to work11:31
popeymylisto: palimsest11:31
ddr400hi all11:31
popeymylisto: its in a standard ubuntu install11:31
popeymylisto: called 'disk utility' in the system -> administration menu11:31
sliesugoruyo: no problem i thank you for your info and i'm glad you put an end. I hope you believe me i will take everything you told me to heart and actually this is my first irc. i actually have a huge list of stuff too do and hopefully you see my work someday.11:33
ActionParsnipmylisto: fsck can do it in terminal. The partition will uneed to be unmounted to work11:33
=== Freejack is now known as Guest75039
Dr_WillisEagle:  'it' as in what is saying what?11:33
Dr_WillisEagle:  when in doubt give the exact command you are using.11:33
sliesugoruyo: you should add me so we can chat real time if you would like11:34
kuttans_hello everybody once again, i connected my mobile phone and when i do dmes | fgrep acm i get ACM0 and ACM1 as reply but when i do wvdial the phone modem is not responding11:34
kuttans_anyone having idea why?11:34
EagleDr_Willis:"  sudo clamscan -r /home "    "LibClamAV Error: cli_loaddb(): No supported database files found in /var/lib/clamav/11:35
EagleERROR: Can't open file or directory"11:35
mylistotrying to use disk utility to delete the partition on this 30gig Ipod and it wont11:36
kuttans_Eagle, there is a front end for clamav, it will easy your task pls11:36
kuttans_mylisto: try with gparted11:36
erUSUL!ipod11:36
ubottuFor information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod11:36
Eaglekuttans_:  front end?11:37
sliesugoruyo: On UbuntuForums i am tlingit so i you are interested just give a search for user. Thanks man hopefully you allow me to provide a favor someday as well!11:37
kuttans_i mean gui11:37
kuttans_anyone used your mobile phone as a modem connected via usb cable11:37
mah454What is backtrack IRC ?11:37
mah454What is backtrack IRC ?11:37
bazhang#backtrack-linux mah45411:37
jonas__Have anyone used imageMagick?11:37
sacarlsonjonas__: yes I think I have11:38
sugoruyojonas__: a long time ago in a galaxy far far away i did some stuff with imagemagick11:38
bazhangjonas__, yes. ask a real question11:38
Dr_WillisEagle:  klamav - KDE frontend for ClamAV11:38
mah454I have problem with resolution in backtrack !11:38
Dr_WillisEagle:  install clamtk or other clam front ends.11:38
bazhangmah454, then join their support channel11:38
jonas__haha right, real simple.. how do i save the images i resize in a new folder?11:38
kuttans_Dr_Willis: any idea on my question, i mean connecting mobile phone and using it as a modem11:39
Dr_Williskuttans_:  personally i 'tether' my pc to my smartphone over wireless...11:39
Dr_Williskuttans_:  im not using it as a modem.. im using it as an 'access point'11:39
mah454bazhang OK11:39
mah454bazhang I have problem with screen on backtrack Linux !11:39
kuttans_Dr_Willis: my phone when connected via a usb cable is getting identified as a ttyACM011:40
bazhangmah454, since backtrack is not supported here, go to their channel11:40
Dr_Williskuttans_:  means nothing to me. I dont do it that way.11:40
erUSULjonas__: if you use convert « convert -geometry ... image_orig.jpg path/to/newfolder/image_resized.jpg »11:40
bazhang!backtrack | mah45411:40
ubottumah454: 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 Edition11:40
kuttans_the knetworkmanager and the networking manager in gnome sometimes shows it as a modem and get connected successfully11:40
erUSULjonas__: "mogrify" modifies the original image11:40
jonas__erUSUL ahh okay, thanks a bunch11:40
mah454Thank You :)11:41
kuttans_but sometimes they dont identify, what may be the reason, am i just making some mistake or overlooking something which is very basic or it is a problem11:41
Dr_Williskuttans_:  phones often have tobe in a specific mode to allow data, or 'usb storage' modes11:41
kuttans_yeah i read that, actually when i plugin my phone both gnome and kde look it as a camera and mount it. in kde it shows as a imaging device and in gnome it shows with a name of samsung blah blah11:43
kuttans_but the interesting thing is that i can not open it anyway as both kde and gnome will give an error saying unable to access11:43
mylistokuttans: the ipod doesn't show up with gparted, but shows up via disk utility11:43
Dr_Williskuttans_:  if my phone is in 'data' mode - it does not show up as usb storage. Yours may differ.11:44
kuttans_but before after some settle time it used to show in the nm of both, but not it stopped completely, how can i get it back, im totally blank about how to use usb_modeswitch,11:44
kuttans_mylisto: there is some thing need to be done for ipod i read somewhere but not remembering exactly, try googling,11:44
kuttans_yah mine is a samsung, and i have a setting in my phone to use kies, memory and media player11:45
kuttans_so when i keep it in kies it usually was working but intermittantly, like now its not working, whereas day before it was working11:45
mylistokuttans_: can you try to remember the search terms?11:45
kuttans_formatting ipod with gparted + i guess11:46
kuttans_or using mac fs with gparted11:46
plokijhi11:51
Eagle11:51
EagleDr_Willis: I did It...:-D :-D :-D11:52
=== joerg is now known as Guest94304
GhostWolfhi all, i have a question and i looked online and i can't figure it out, but how do i run memtest? im using 10.10 version11:53
erUSULGhostWolf: choose it in the grub menu on boot11:53
Dr_WillisGhostWolf:  should be at the initial grub menu screens, or boot the cd and select it from there11:53
GhostWolfok i don't see it on either Dr_Willis, when i boot to the cd it gives option to test or install first and in grub i don't see that as well if thats the menu where you can go into safe mode11:54
mah454I have problem with resolution ! help me ...11:56
Dr_Willismah454:  if you asre uaing backtrack - then we cant help you.. I suggest using Normal Ubuntu.11:57
mah454Ok . Backtrack is Ubuntu base . not problem ...11:57
GhostWolfDr_Willis, on the grub menu again if its the one where you select to log into safe mode i only get these 4 options. Recovery Console, Ubuntu Desktop Edition, Ubutntu Desktop Edition (Safe Mode), and User Defined Session11:57
`violetstreak<3 Backtrack11:58
=== rat7 is now known as ratco
Dr_WillisGhostWolf:  perhaps boot a live cd.. i recall the option being on there also.11:58
Dr_Willismah454:  it is a problem.. its not ubuntu...11:58
Dr_Willismah454:  you could go chck the ubuntu forums if you wanted to.11:58
GhostWolfDr_Willis, i did that as i said before it only gave me the option of testing or installing with the language on the left side11:58
Dr_WillisGhostWolf:  I think theres some extra menu items when you hit space when theres a little man at the  bottom of the screen.11:59
GhostWolfDr_Willis, you mean on the login screen? i see that but it doesn't give me anything but Universal Access Prefrences12:01
GhostWolfDr_Willis, and when i select that theres nothing about memtest12:01
=== rat is now known as Guest21967
GhostWolfDr_Willis, aslo i don't know if it this makes a difference but im using the 64bit of 10.1012:02
=== Look is now known as Guest57190
Dr_WillisGhostWolf:  i recall very early in the boot cd process theres a man/logo at the bottom.   beor you get asked anything.. its like a man and a keyboard.. if  you hit space or enter or somthing.. it takes you to an advanced settings screen12:02
=== Guest57190 is now known as ___________xD
=== Guest21967 is now known as ratc
GhostWolfDr_Willis, oh that ok i did see that. ok i'll try that. i'll try both space button or enter sorry missunderstood you about the man logo12:03
ne2kOpenOffice can be made to open a file read-only (from the file open dialogue). Is it possible to add a context-menu item to do this? i.e. right-click on a file in nautilus, "open with openoffice spreadsheet (readonly)"12:05
g[r]eekCan any one help with this - http://ubuntuforums.org/showthread.php?p=10367418 - thanks12:05
ne2kg[r]eek: can you get the end of the output of dmesg when the drive disappears? it sounds like it could be a power issue. is the drive bus powered or does it have its own PSU?12:07
jribne2k: sure, the commandline seems to be: openoffice -view filename12:07
ne2kjrib: but how would I add a context menu item?12:07
jribne2k: right click -> properties -> open with -> custom app  (i'm recalling this from memory so the buttons may be named differently)12:07
=== sigurd is now known as Guest93546
g[r]eekne2k, I'm not sure what you mean, but it is an external enclosure that houses a standard SATA drive. The external enclosure is then plugged into the laptop via a USB cable. And the enclosure is then also plugged into my wall socket via an adapter.12:08
g[r]eekne2k, also the power is still on (the external's light is still on and I can hear the hard drive is still spinning - ie: the rate of spinning doesn't seem to slow down / stop).12:08
ne2kg[r]eek: and are you using the wall adapter that came with the caddy?12:09
=== aknm is now known as monk
sugoruyog[r]eek: did you try looking at the kernel logs as soon as it happens?12:09
g[r]eekne2k, yes, the original12:09
g[r]eeksugoruyo, could you please teach me how to do that. I can paste the output here12:09
ne2kg[r]eek: then it is unlikely to be a power problem. it could still be a faulty usb socket or cable. can you try a different socket?12:09
g[r]eekon a pastebin12:09
ne2kg[r]eek: just type "dmesg" at the command line. the last few lines should have something abotu USB disconnect12:10
g[r]eekne2k, do you mean try a different USB port on my laptop?12:10
dr0idok, just want to tell something12:10
slieDoes any on want to challange me with programming?12:10
ne2kg[r]eek: yes, a different USB port.12:10
dr0idI was facing an issue for a long time12:10
jrib!ot | slie12:10
ubottuslie: #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!12:10
g[r]eekne2k, ok I will try it and let you know if the problem recurs12:10
dr0idwhen I delete a file using the del key in keyboard, it used to take a lot of time to delete12:10
ne2kslie: yes, write a memoized factorial function in perl in two minutes.12:10
dr0idtoday, I disabled some firefox plugins, and now that issue no more persists, GOOD LUCK :D12:11
jribdr0id: that just moves it to trash so it should be instant...12:11
dr0idI know12:11
sugoruyog[r]eek: like i said earlier, dmesg | tail12:11
Zeu5hi gobbe , are  you there?12:11
dr0idbut I was facing this issue for a long time jrib12:11
dr0idon kde12:11
sugoruyog[r]eek: do that as soon as you notice it12:11
dr0idI had asked for a solution here, but no one could help12:11
dr0idtoday I disabled firefox plugins and it's deleting quickly again12:11
sugoruyoalso try #ubuntu-gr assuming you are greek12:12
dr0idam no greek, sorry12:12
ne2ksugoruyo: that's a stupid suggestion12:12
g[r]eeksugoruyo, ne2k: Ok I have just plugged it into a different USB port. If it works then I know it was the other USB port that was faulty. If it breaks again then I'll check dmesg as you suggest and let you guys know. Thanks in the mean time :)12:12
sugoruyodr0id: i was talking to g[r]eek12:12
dr0idcool12:12
Zeu5hi all, i had some issues with my external hdd. it cannot be mounted in ubuntu, so i was told to go back to windows and run CHKDSK. it stopped halfway. and now i cannot even eject it safely. i cannot even see my files inside the disk12:12
ne2kg[r]eek: cool beans12:12
gz0Hi, Im trying to make a command global, when I put a symbolic link in /usr/bin, the command is global, but it looks for files in the /usr/bin directory instead of its native directory12:13
g[r]eekne2k, "cool beans"? You must be south african1?12:13
sliemy $factorial =1:12:13
sugoruyone2k: why is it stupid, maybe something crashes/hangs and there's something in the kernel messages to help debug it12:13
Zeu5please advise. there are important files inside my hdd12:13
ne2kZeu5: firstly, you don't mound a disk, you mount a partition. what is the type of the partition?12:13
=== Inumedia__ is now known as Inumedia
slie$factorial *=$+foreach 1..1000:12:13
ne2ksugoruyo: I was referring to your suggestion to try #ubuntu-gr. g[r]eek can obviously speak English perfectly well, and there is always more help available in this channel than in the language-specific ones12:13
Zeu5ne2k, my external hdd is using nTFS12:13
ne2kZeu5: it does sound a little bit like it's buggered12:14
Dr_Willisgz0:  make a script in /usr/bin that cd's to the proper dir. then runs the command.12:14
jribgz0: fix your application :)  Or add its directory to your PATH.  2 questions: 1) what exactly do you mean by "global"?  2) What app is this?12:14
sliemy $factorial *=$_foreach 1..1000;12:14
Zeu5ne2k: so what shd i do? i am quite upset :(12:14
g[r]eeksugoruyo, ne2k: yes English is fine, but thanks.12:14
ne2kslie: you failed12:15
htorquehello everyone! how would i deal with a program that depends on the ~/.Xauthority file (which isn't there in 10.10 according to 'echo $XAUTHORITY')?12:15
gz0Dr_Willis: Im not sure how to do this, Ive tried a few tutorials, but I still have to type ./myfile or sh myfile12:15
Dr_Willisgz0:  3 line script.. #!/bin/bash      cd /path/to/run/from    ./thecommand12:15
sliene2k: How then, thank you12:16
gz0Dr_Willis: ahh I was using echo...12:16
ne2kZeu5: you need to see if you can get it fixed in windows first12:16
Dr_Willisgz0:  echo? err... time to read some bash tutorials...12:16
ne2kZeu5: which is something we can't help you with here12:16
ne2kslie: did you even actually try to run that?12:16
=== sigurd_ is now known as Guest52573
gz0Dr_Willis: aye, thx for the help12:16
Zeu5ne2k: i see. i cannot even eject it safely.12:16
c0nsensehey! just for learn.. i wanna knwo how do for user www-data run Vbox commands? i'm trying do a virtualbox web manager.12:17
sugoruyone2k: oh ok, i was just suggesting a channel where assuming g[r]eek is actually greek, or is comfortable speaking greek we can use our native language12:17
sliene2k:No I will end my questinos with that and come back when i actually need it. Thank you NE2K for showing me my self to leave!!1!12:18
schnufflehtorque: is xauth installed? I'm isung 10.10 and have the variable set12:18
c0nsenseany ideas?12:18
ne2kZeu5: if the drive is not being accessed, i.e. the light is not flickering and it is not making a chattering sound, then it should be fairly safe to just unplug it. you don't have any choice by the sounds of it12:18
kalzcan someone tell me the best way to install the drivers for my Nvidia 9500gt in 10.10?12:18
ne2kZeu5: I would do that, power the whole system off and on again, boot into safe mode in windows and try check disk again12:18
Zeu5ne2k: i think i am going to unplug it and get a friend to recover the files12:19
jongbergshi, i got my gnome login screen in 10.04 messed up. How do I restore it default?12:19
ne2kZeu5: yes, try a known-good, clean copy of windows, that's a good ideas12:19
jongbergs!gmd12:19
htorqueschnuffle: the variable is set, but it's no longer "~/.Xauthority"12:19
Zeu5so i need to shutdown in rder to unplug it safely?12:19
jongbergs!gdm12:19
schnufflec0nsense: you can setup sudo to give wwwrun the rights to run some commands under a different id12:19
ne2kZeu5: well. like I said, if the disk isn't being accessed, it should do it any harm just to pull it out. but if you can make windows shut down, then it would definitely be safe12:19
Peteinhi. any extensions for chrome/firefox for content-filtering?12:20
ne2kZeu5: well, as safe as it can ever be. there is no guarantee your drive isn't already b0rked12:20
Zeu5okie. ne2k12:20
Dr_WillisPetein:  firefox has bajizillions+ of extensions.. check the ff extension site12:20
ne2kPetein: search their respective extension repositories12:20
c0nsenseschnuffle: how?12:20
Dr_WillisPetein:  it all depends on the details12:20
christhecoolboyI've got an idea for ubuntu12:21
christhecoolboywhere would I say about it...12:21
g[r]eeksugoruyo, ne2k: I shall leave this channel for now as it is quite busy. If the error occurs I'll come back with the dmesg output. If you don't hear from me in the next couple of hours then the different USB port fixed the problem. Thanks and cheers.12:21
=== ubuntu-geek is now known as shashi859
ne2kchristhecoolboy: launchpad.net/ubuntu12:22
christhecoolboyits about a website12:22
christhecoolboythat could be part of ubuntu12:22
AdvoWorkanyone know a reason why, when im using a printer on ubuntu, it keeps asking for a password everytime i print, no password has been set, and it never used to, its only started doing it the last few days12:22
christhecoolboyif it already isnt12:22
ne2kchristhecoolboy: don't use carriage return as punctuation12:22
ne2kAdvoWork: is it a network printer?12:22
AdvoWorkne2k, nope, not networked12:23
ne2kAdvoWork: it's a local printer? on usb?12:24
AdvoWorkne2k, yeah its a usb printer, all was working fine so dont know whats happened12:24
christhecoolboymy idea was that we have a help thing for ubuntu and tech related things using this: http://www.osqa.net/12:24
ne2kAdvoWork: that is weird. have you tried deleting the printer and re-adding? (lol, it sounds like Windows)12:25
AdvoWorkne2k, no, just because it was a pain getting it working in the first place lol12:25
ne2kchristhecoolboy: ubuntu uses launchpad, which seems to do the trick12:26
christhecoolboyI mean, a general help thing12:26
christhecoolboyso people can ask things12:26
christhecoolboyand get a responce12:26
christhecoolboyfrom the publoc12:26
beginerbye12:26
christhecoolboy*public12:26
ne2kchristhecoolboy: https://answers.launchpad.net/ubuntu/+addquestion12:27
jpdschristhecoolboy: http://askubuntu.com/12:28
Dr_Willisand the ubuntu forums.. and here of course..12:30
nVeehey guys, the a2enmod command, does that enable a module for apache permanently?12:34
nVeeor is it just for the session (until reboot?)12:34
=== shcherbak is now known as publoc
jribnVee: permanently12:35
nVeegreat, thanks!12:37
sanghowhat is lo: Disabled Privacy Extensions this message?12:37
sanghoit's appeared when i run the apache2 by service apache2 start12:38
sanghoit's thousand of lines12:38
=== publoc is now known as shcherbak
tobiersangho: not sure it's specific because of Apache. I see it all the time in the systems log12:39
tobierand I don't run apache :)12:40
kitcathey im kitcat12:40
sanghotobier, you  don't find any solution to prevent that message? i think it's not normal12:40
tobiersangho: I've been seeing it on other distributions as well, I figure that it is normal12:41
sanghobut why it's not appear in my ubuntu desktop?12:42
tobierhave you check /var/log/messages?12:42
tobierI see it there many times12:42
shcherbaksangho: you could rearch that (like any) log entry if you think is abnormal.12:42
sanghoyes i have checked12:42
veovis_muaddibI have a bunch of archives from a windows user, z01-z0* and a final .zip.  I was told to concatenate them, but when I do that, I can only extract one out of three of the files in the archive.  It's twice the size of  each part, so I know it wasn't just one part working.12:42
veovis_muaddib*more than twice12:43
jribveovis_muaddib: with RARs I just extract the .rar (did you try just unzip file.zip?)12:43
sanghotobier, my server's log is thoudsand of lines. is that reallynormal?12:43
veovis_muaddibjrib: Yeah, multifile support is "coming" but it expects them to be concatenated.  (unzip says that while working in fact)12:44
tobiersangho: it depends on what all of those thousands of lines are saying :)12:44
schnufflesangho: depends on your log level, services and a lot of ther things12:44
sanghoso..how can i see detail log?12:44
schnuffle!log12:45
ubottuOfficial channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too; for older LoCo channel logs, see http://logs.ubuntu-eu.org/freenode/12:45
jribveovis_muaddib: you read « man unzip »?  First hit on a search for "split" gives a zip command to compbine multi-part archives12:45
schnufflesangho: have a look in /var/log12:45
tobiersangho: I wouldn't worry about it, it's some form of kernel setting I believe for the loopback interface12:45
tobiersangho: if you're worried, google it12:45
kitcat                                  12:46
kitcatmy name is kitcat12:46
jason-in-coloradwelcome kitcat12:46
jribveovis_muaddib: it's not just a simple concatenation apperently12:46
veovis_muaddibjrib: Yeah, I've tried that, it's not working for me12:48
jribveovis_muaddib: what did you try exactly?  There are 2 suggestions12:48
shcherbaksangho: 1 minute response time: http://old.nabble.com/lo%3A-Disabled-Privacy-Extensions-td26630008.html12:48
mmo|Anyone know how to disable the check for updates which sometimes occur when logging in via ssh?12:48
kitcathey are u jason-in-colorad do u PEE in ur pants12:48
sanghoi have see that12:49
bazhangkitcat, wrong channel, inappropriate12:49
veovis_muaddibThis is agrivating.  I kept the archives because I figured they'd be smaller, but I never tried on linux and now I only have linux.  jrib I tried the -F option, I don't see another suggestion in that thread12:49
veovis_muaddibUnless it's a different one12:49
veovis_muaddibhttp://ubuntuforums.org/showthread.php?t=1418104 jrib12:50
jribveovis_muaddib: what version of ubuntu are you using?  Maverick uses zip 3.x which that suggestion is not for.  Read the man page :/12:50
kitcatdo i know u in real life bazhang12:50
bazhang!ot | kitcat12:50
ubottukitcat: #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!12:50
shcherbaksangho: cat  /proc/sys/net/ipv6/conf/lo/use_tempaddr this should give -1 or 012:51
sanghoyes is -112:51
jribveovis_muaddib: man page is better than forum posts.  Just type: man unzip<enter>/split<enter>5k12:51
shcherbaksangho: set it to 0, as said in post.12:52
sanghobut it's not difference as said in post12:52
kitcatdo u know me YES or NO awnser me NOW12:52
bazhangkitcat, take chat elsewhere please12:53
sanghoi got something. it's appeared when i connect to ftp or ssh12:54
Gravuswitam testuje12:54
ispirtohello, anyone has experience with scalpel?12:54
kapipiHey, I am having trouble with rhythmbox in 10.10. I used to be able to open somafm .pls files with it, but currently it just shuts down when I try to.12:54
jribispirto: best to just ask the channel your actual question (on a single line)12:54
veovis_muaddibjrib: That explains it.  I was searching the man page, but I never used enter in less before, and I didn't look through the bugs section...12:55
jribveovis_muaddib: you /TERM will search and n and N will navigate to next and previous search hits, really useful12:55
jribs/you/yeah12:55
veovis_muaddibjrib: Ah, nice12:56
ispirtojrib, i'm trying to recover deleted files, but these files are mysql files, .frm, .MYI, .MYD. scalpel works with identifying header and footer bytes, how can i get the header and footer bytes of these files12:56
Unknown0BC1Help ! I am ircing from a phone. My laptops hdd is freezing when it boots. Grub is not loading. But i can read the drive. I need to reinstall grub. How ? I have the laptop booted with a live cd.12:56
jribispirto: I don't know, but that's the question you should ask the channel :)12:57
DeadPandaispirto, you'll be lucky to recover the whole files, they have their own internal locking/integrity mechanisms12:57
jrib!grub2 | Unknown0BC112:57
ubottuUnknown0BC1: 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/Grub212:57
shcherbaksangho: or maybe just disable ipv6?12:58
ispirtoDeadPanda, i know, do you know how to get the header and footer bytes12:58
ispirtoof a file12:58
sanghoshcherbak, how can i do that?12:58
ispirtoi used cat file.frm, i see chars but they are encoded12:58
DeadPandaispirto, well, that's it; it's binary data12:59
shcherbaksangho: http://www.webupd8.org/2010/05/how-to-disable-ipv6-in-ubuntu-1004.html (should have share in they ads income)12:59
DeadPandaispirto, you may find http://forge.mysql.com/wiki/MySQL_Internals_File_Formats helpful12:59
sanghoshcherbak, thank you12:59
shcherbaksangho: in  /proc/sys/net/ipv6/conf/lo/use_tempaddr try also 1, apart of 0.13:00
sanghookay13:01
shcherbaksangho: after moment, maybe your network is not configured like it should be?13:02
ispirtoDeadPanda, forexample it uses \xca\xfe\xba\xbe for java as header bytes13:04
ispirtodo you know can i change binary to this format13:04
sanghoshcherbak, error is still appear13:04
DeadPandaispirto, that's just hex, if you read the page I linked, running hexdump would achieve that13:05
kitcathey im back13:06
ispirtoDeadPanda, i see, so forexample for frm file, it should be /xfe/x01 right?13:07
DeadPandaispirto, are you trying to discover the 'magic number' for .frm type files?13:07
ispirtoDeadPanda, yes13:07
ispirtoalso for myd and myi13:07
shcherbaksangho: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/590537/comments/13 ...still working13:08
DeadPandaa good pattern _might_ be FE 01 ** ** 03 00 (where ** is a wildcard)13:08
ge2xHey! Is anybody here?13:09
DeadPandathe chances of that pattern occurring randomly at the start of a file are relatively low13:09
ispirtoDeadPanda, i don't think i can use wildcards :/13:09
DeadPandaispirto, for the rest of them have a look at the documentation for the MYD and MYI file formats, it'll be somewhere on the MySQL site13:09
DeadPandaispirto, well, try FE 01, but I think you'll get a bit of noise13:09
ge2xOh, cool, someone's here, cause my Empathy does not show the contact list13:09
histoge2x: are you signed in?13:11
christhecoolboyhey all13:11
ge2xyeah, sorr, it just was a matter of UI13:11
hrhrhri deleted some files without removing them via apt13:11
hrhrhrnow i can't remove it13:11
hrhrhram i bollocksed?13:11
histoge2x: also btw there are always people here13:12
histohrhrhr: just remove them from apt now13:12
shcherbaksangho: do you fun ftp or vsftpd or some kind of shares?13:12
Dr_Willishrhrhr:  depends on what you did.13:12
hrhrhri installed opsview13:12
hrhrhrthen decided i didn't want it on this box13:13
sanghoshcherbak, vsftpd13:13
hrhrhrremove didn't immediately work so i rm'd a ton of stuff13:13
hrhrhrnow i need the agent to install13:13
hrhrhrand it wont, because half the other shit is still there13:13
shcherbaksangho: some saying what this is service responsible.13:13
trukoshHi, i have a nfs-volume mounted under /nfsmount. I think one process was there before the volume was mounted and still writes to the local dir, not the nfs-share. How can i look in the local dir without unmounting the nfs-volume?13:14
shcherbaksangho: middle of page: http://web.archiveorange.com/archive/v/PqQ0R1hoqzsMsts6P60Y13:14
Dr_Willistrukosh:  Hmm... never noticed a way to do that..13:14
DeadPandaispirto, the information you need is in http://forge.mysql.com/wiki/MySQL_Internals_MyISAM - I'm sure you can figure out a good pattern13:15
Dr_Willistrukosh: perhaps via some exporeing of /proc/13:15
derek1hello there13:16
ispirtoDeadPanda, it seems i can use wildcard13:16
hrhrhri need apt to believe this prog is gone. tried dkpg -r --force too. no joy13:16
derek1is there anyone here that knows a good bit about ubuntu and could lend me an ear?13:16
Dr_Willishrhrhr:  perhaps reinstall it.. then remove it properly.13:16
Dr_Willisderek1:  state the issue..13:17
DeadPandaispirto, even better :)13:17
osmosis_paulhi everybody13:17
derek1well, i am completely unable to get any progress with my video card driver13:17
hrhrhrit wont reinstall either13:17
osmosis_paulsomeone can tell me how can i move the task bar for bellow my window to the top of my second screen?13:17
derek1i am using karmic 9.10, i have a radeon 9200 card, there are no drivers listed in the hardware drivers13:18
derek1so all of the online solutions have been useless13:18
Dr_Willisderek1:  some reason you are not using 10.04? or 10.10 ?13:19
sanghoshcherbak, so.. it is known problem?13:19
sanghoi use vsftpd.. and 10.0413:19
sanghoand it is installed from apt-get13:19
Dr_Willisosmosis_paul:  alt then click on a 'empty' part of the panel, and drag it around. to move the panel13:19
shingiederek1 use a mo recent distro13:19
=== jean-claude is now known as noupy
derek1current distros make my videos unwatchable13:20
shcherbaksangho: known... well, solution is http://lists.debian.org/debian-kernel/2010/07/msg00916.html13:20
knicknameOver at #windows they're discussing Linux - great!13:20
derek110.04 and 10.10 made every video file i have useless13:20
Piciderek1: For older ATI cards you may need to use the open source driver, not fglrx.13:20
Dr_Willisderek1:  how vague...13:20
shcherbakderek1: use latest mesa...13:21
derek1i knew someone was going to say that, and i have tried and tried, with no progress13:21
osmosis_paulDr_Willis, thank you so much13:21
derek1nothing i have found so far led me to a solution13:21
derek1i have installed, uninstalled, reinstalled13:21
sanghoshcherbak, where is it ??13:21
shcherbakderek1: ...and get driconf13:22
derek1mesa?13:22
ispirtoDeadPanda, it says "to match any single character (aka a wildcard) use13:22
ispirto# a '?'."13:22
hrhrhrgood luck getting older cards to work in 10.1013:22
ispirtoshould i use one ? for each wildcard?13:22
DeadPandawell, use one ? for each byte13:22
ispirtoor ??? for \x01 forexample13:22
hrhrhri tried both drivers the other day and was fed a lolburger13:22
Dr_Willisderek1:  but you dident try changeing any actual settings? what was the actual video playback issue under 10.04+ ?13:22
ispirtoone byte = \x01 ?13:23
DeadPandaispirto, no, use one ?, \x01 is a single character too, just encoded in hexadecimal13:23
ispirtooh ok13:23
shcherbaksangho: shut down "faulty" service, in your caes vsftpd13:23
ispirtoso i'll use \xfe\x01??\x03\x0013:23
derek1i turned down my graphics, i went through all of the faq's and walkthroughs on the website and eventually decided to revert to 9.1013:23
sanghoyou means.. change ftp daemon?13:23
ogo0pasdf13:23
DeadPandaispirto, yup13:24
derek1only to find that my card is unsupported and i have no way to do anything that needs open gl13:24
ispirtook it's working..13:24
ispirtoi hope i can save those files :/13:24
derek1all i want to do is open a upnp server, and nothing works at all13:24
shcherbaksangho: yes13:24
sanghoshcherbak, okay. do you have any recommend? i don't know any except vsftpd :(13:25
derek1why my video card effects anything that has to do with that is beyond me13:25
DeadPandaispirto, out of interest, what's the block size on the partition you're trying to recover from? (sudo dumpe2fs YOUR-DRIVE | grep 'Block size')13:25
shcherbaksangho: i do not do ftp at all.13:25
DeadPandaispirto, it seems .frm files can grow relatively large, if it spans multiple blocks you're not going to recover the whole file13:25
sanghookay. thanks to look at me. shcherbak13:25
derek1i thought ubuntu was excellent until i tried to set up a media server and get drivers13:25
DeadPandaispirto, and forget about recovering the MYD and MYI files, that's not going to happen (unless there's extant inode information available)13:26
schnufflesangho:  pure-ftpd or proftpd are the ones commonly used13:26
sanghookay13:26
ispirtoDeadPanda, it's 409613:26
ispirtohmm can i just recover the table structure from frm files?13:26
ispirtoi dont need the data or indexes13:26
DeadPandaispirto, of course, but where's the data?13:26
squarebracketis there a ppa i should use for firefox beta 4?13:26
DeadPandaispirto, it's scattered randomly in blocks around your drive, unlikely to be contiguous13:27
DeadPandaispirto, if these files are super important, you may want to hard-stop the machine, pull out the drive and either forensically analyse it yourself13:27
derek1well then, thanks.  tiny xp it is then13:27
DeadPandaispirto, or give it to a professional data-recovery team13:27
DeadPandaispirto, (and make backups next time)13:27
pedronvelosodoes the nvidia quadro NV 3100 works properly on ubuntu?13:27
ispirtoDeadPanda, well, they have my 2 hours of work13:27
shcherbakderek1: instead of mouning, visit mesa project site.13:27
DeadPandaispirto, it'll take you > 2 hours to recover them13:27
ispirtonot extremely urgent13:27
=== alexi\ is now known as alexi
ispirtoDeadPanda, everytime i reinstall ubuntu, i always forget something13:28
ispirtothis time the database files13:28
tobierpedronveloso: define "properly"13:28
DeadPandaispirto, heh13:28
=== alexi is now known as alexi_
ispirtoDeadPanda, but the weirdest thing is when i use phpmyadmin i can see very old tables there13:29
pedronvelosotobier: if I get 3D acceleration and/or composition. I've one on my new laptop, and even after installing the nvidia drivers, when I do glxinfo I get this: Error: couldn't find RGB GLX visual or fbconfig13:29
ispirtolike from 6-7 months ago13:29
ogo0pp13:29
ispirtobut not the recent ones13:29
kitcathey13:29
ogo0phow much fREE is linux >?13:29
ispirtoand the data folder is empty13:29
bazhangogo0p, 100%13:30
DeadPandaispirto, are you sure that's on the same machine?13:30
tobierpedronveloso: is the card supported by the nvidia drivers?13:30
icerootogo0p: vanilla linux is 100% free13:30
ispirtoyeah, this is the desktop i use13:30
ogo0pi want strawberry+choco13:30
bazhang!manual | ogo0p have a read13:30
ubottuogo0p have a read: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/13:30
ogo0pcan emulate that in vanilla ?13:30
kitcathey13:30
ogo0pusing WINE13:30
Leman_RussHi.  Is there a FLAC front end for Ubuntu?  I can only find the command line one in the repository13:31
pedronvelosotobier: in the ofitial website there are ofitial drivers, with the same version numbering as the ones I installed from official repo, so I assume so13:31
A[D]minSGuys, which package provides /bin/arch ?13:31
kitcat<3 <3 <313:31
DeadPandaispirto, strange, something's amiss, and I'm guessing it's not phpmyadmin pulling data from nowhere13:31
bazhangLeman_Russ, flac is a format13:31
Leman_RussYeah, I know13:31
ogo0pi got windows xp lite and phone for everyday tasks.13:31
Leman_RussI want something to extract the .wav from inside13:31
ogo0pwant to run heavy win 7 games in linux13:31
ogo0p10GB games13:31
Leman_Russa GUI decoder13:31
bazhangLeman_Russ, a converter?13:32
derek110gb is heavy?13:32
DeadPandaLeman_Russ, you can use ffmpeg or mencoder for that (command line)13:32
Piciogo0p: Is there a question in there?13:32
tobierpedronveloso: I can direct you to: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia, but as I don't use that card I can't be more of a help, sorry13:32
ogo0pGordianKnot.RipPack.0.35.0.Setup.2 extracts wavs from movies13:32
DeadPandaLeman_Russ, try VLC too, that can transcode fairly easily, and there's a GUI13:32
DNDhi guys. any player that can stram videos via dlna?13:32
ogo0p10GB is not BiG for winw emu ?13:32
shcherbakogo0p: mplayer too13:33
derek1i have been trying that myself dnd13:33
Leman_RussWill that be able to extract the wav inside, like I can do in Windows.13:33
Leman_RussI want to put the wavs on my ipod13:33
tobierogo0p: I'm not sure WINE is such a great solution for gaming. but that is my opninion :)13:33
pedronvelosotobier: yeah, I been there too. somehow it doesn't seem to work, don't know why (well, kind of do, GPUs and linux haven't been close friends hehe)13:33
Leman_Russipod dont play flac13:33
pedronvelosotobier: anyhow, thanks13:33
Maniac`hello13:33
DNDderek1 what player did you use?13:33
derek1mediatomb just gives me an error message saying it's busy like the webpage is down13:33
tobierpedronveloso: is it a fairly modern card? it might just not be properly supported yet :)13:33
ispirtoDeadPanda, when i install phpmyadmin by apt-get, it creates a databse for itself13:33
kitcathey13:33
sanghoshcherbak, error is disappeared. thank you13:33
Maniac`after installing in my Laptop another wireless card13:33
ogo0pno direct converter to convert .rpm-.exe ?13:33
ispirtoi guess it's backuping the table infos there13:33
bazhangkitcat, did you have a support question?13:34
DNDogo0p why converting rpm to exe?13:34
Maniac`after installing in my Laptop another wireless card "ifconfig -a" shows only wlan0 device, "eth0" is missing! Please help, how to restore my Wired interface ?13:34
kitcatno why13:34
Maniac`:/13:34
ogo0pi mean .exe to .rpm13:34
tobierogo0p: do you think oyu can play games just because of that?13:34
ogo0p.rpm is linux file rite ?13:34
bazhangkitcat, this is support only. #ubuntu-offtopic for chat13:34
tobierogo0p: it's more complicated than that13:34
ogo0pand ubuntu is a linux rite ?13:34
shcherbaksangho: happy it works, you could post comments on web to confirm it, include kernel version13:35
tobierogo0p: yes, but you can't run windows software in Linux13:35
DNDogo0p windows and linux hav different structures its not like converting mp3 to wav13:35
sanghookay13:35
tobierogo0p: without some sort of emulation13:35
kitcathgjprhygedfjkjaljfj13:35
DNDoh  you can use wine or cedega if i remember it correctly so you can use your exe files13:36
tobierogo0p: boot into windows when you want to game, that's what I do13:36
kitcatis anyone talkining to me13:36
ogo0pno just asking13:36
=== boolean__ is now known as boolean
derek1i have found the best way to run windows programs is to have a side by side install of windows13:36
ogo0pdont want to isntall all this now13:36
DiagonalArgIs this the right place to ask a launchpad openid question?13:37
shcherbakderek1: nonsens13:37
tobierogo0p: well, if you're set on gaming on Linux, then try WINE or Cedega13:37
PiciDiagonalArg: #launchpad would be better13:37
ogo0pi got fedora.iso ubuntu.iso redhat.iso mandrake.iso13:37
DiagonalArgThanks, Pici!13:37
ogo0phow to run those in VMplayer ?13:37
derek1why is that nonsense? to run a program in its intended environs?13:37
ogo0pdont know how to use vm player13:37
DNDby the way does steam offers linux support on some games? or only win and mac?13:37
ogo0pit reads only .vmdk files13:38
ogo0pnot .iso13:38
bazhangogo0p, there is no such thing as mandrake any longer, and this is ubuntu support. try #vbox13:38
ogo0pmandrake linux failed ?13:38
PiciDND: Only Windows and Mac.  But some have reported success getting windows games and steam itself running under Wine.13:38
schnuffleogo0p: create a new vm and mount the iso as cdrom13:38
=== mrec_ is now known as mrec
ogo0pdoes not work13:39
ogo0pit only plays vmdk files13:39
bazhang!work | ogo0p13:39
ubottuogo0p: Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too.13:39
DNDogo0p your best bet if you want to stay away from windows is to install cedega13:39
derek1can anyone help me set up a upnp server without mediatomb, or a thousand command lines?13:39
mmo|Can anyone hear me? :-)13:40
schnuffleogo0p: http://www.easyvmx.com/13:40
tobiermmo|: no13:40
tobiermmo|: :)13:40
ogo0pok13:40
mmo|tobier: damn!13:40
shcherbakderek1: fisrt to run windows instalation instead of wine instalation do not helps wine at all, second you need to install ubuntu on ntfs, which is bad.13:40
ogo0phow does linux teach hacking ?13:40
tobiermmo|: :D13:40
Weazelhey guys, is  there a way to drag and drop archive files (rar,zip) and to display in the menu like Winrar's behavior - extrat here , extract to folder <name of the file> etc ?13:40
tobierogo0p: that's not a proper question13:40
jadamshow can I check if composite is functioning?  Xorg.0.log says it was enabled, but desktop effects don't work13:40
bazhangogo0p, it does not13:40
Dr_Willisogo0p:  hacking is a vague and meaningless term these days.13:40
ogo0pyes13:41
shcherbakogo0p: follow th source, Luke.13:41
mmo|nah, the reason was, I was wondering why no one answers this question:13:41
mmo|Anyone know how to disable the check for updates which sometimes occur when logging in via ssh?13:41
mmo|Is it not possible?13:41
derek1maybe i was not specific enough, but my ubuntu is on one hd and my windows is on another13:41
DNDderek1 try xbmc13:41
Dr_Willismmo|:  you mean the message about there being '10 available updates' ?13:41
mmo|Dr_Willis: yes!13:42
shcherbakmmo|: menu, start up application.13:42
Dr_Willismmo|:  its part of the MOTD scripts/configs13:42
DNDogo0p hacking no, security yes13:42
derek1see, i tried setting that up but i can't find anything i downloaded13:42
Dr_Willismmo|:  if you dont want to see the MOTD do a 'touch .hushlogin' and you shouldent see them any more13:42
DNDas far as i know all are teaching security not hacking13:42
mmo|Dr_Willis: so it's actually part of MOTD?13:42
AbhiJit!pm | ogo0p,13:42
ubottuogo0p,: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.13:42
DNDsince hacking will be on one topic on security :D13:42
ogo0pofcourse its secure because no virus understands .rpm files. .13:42
Pici!ot | DND ogo0p13:42
=== Alien_Freak is now known as csgeek
ubottuDND ogo0p: #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!13:43
Dr_Willismmo|:  the MOTD system runs various tools/commands to generate it on the fly i recall. so yes..13:43
ogo0plike no virus would understand a monochrome mobile phone os13:43
shcherbakderek1: then you losing access time (two hd are slower than two partitions)13:43
ogo0pso its secure13:43
Dr_Willismmo|:  i looked into it a few weeks bac. someone was trying to figure out wher it came from13:43
mmo|Dr_Willis: But I want to disable the update check it self, will what you said do that? The reason is that it takes annoyingly long time on my old fit-pc...13:43
phrearchhi13:43
mmo|Dr_Willis: ok...13:43
mmo|Dr_Willis: thanks13:43
DNDwell i was asking for a dlna player13:43
DNDsimmilar to WMplayer13:43
phrearchim trying to run ubuntu in a virtualbox container, but i get piix4 errors before it crashes13:43
DNDfor ubuntu13:43
phrearchunreliable bladiebla13:44
Dr_Willismmo|:  apt has some sort of cron job i thought that checkes for updates. the motd stuff just reads the info from the cron job.13:44
schnuffleogo0p: should should check you facts before talking nonsense13:44
AbhiJitjust to confirm we write umode +R this in connect command to prevent pm from unregistered users right?13:44
ogo0ptrying to make VM  files13:44
DNDphrearch give the exact error13:44
ogo0pbYE13:44
AbhiJitin xchat that is13:44
derek1the problem, is when i open xbmc, it says it needs opengl and i need to install a new graphics driver, which leads me back to my issue13:44
bazhangAbhiJit, yep13:44
phrearchDND: its quite fast gone13:44
Picimmo|: I believe Dr_Willis is talking about /etc/cron.daily/apt13:44
AbhiJitbazhang, ok13:44
bazhangAbhiJit, /mode nick +R13:44
mmo|Dr_Willis: hm, ok, you know how to disable that? But is it a cron job that runs sometimes when logging in?13:44
AbhiJitbazhang, oh thank you13:44
mmo|Pici: ok. thanks13:44
DNDgo for /var/log/messages or type: dmesg13:44
DNDyou will get those errors13:45
Pici!who13:45
ubottuAs 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 :)13:45
phrearchhm it may have to do with something else: http://paste.pocoo.org/show/322195/13:46
Weazelhey guys, is  there a way to drag and drop archive files (rar,zip) and to display in the menu like Winrar's behavior - extrat here , extract to folder <name of the file> etc ? any1 please ?13:46
Piciphrearch: Have you tried asking in #vbox? They might have a better idea than us.13:48
eduhola intento instalar wifislax pero me da error1 y error 213:48
Pici!es | edu13:48
ubottuedu: 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.13:48
phrearchPici: no, thanks for the tip13:48
shcherbakWeazel: There is "extract here" option, but maybe nautilus scripts?13:48
derek1does anyone have any suggestions? when i try to open xbmc i get an error saying i need opengl, install a better graphics driver.  I am completely unable to get a better driver13:48
edujoin /#ubuntu-es13:49
edujoin /#ubuntu-es13:49
tobieredu: you're doing it wrong13:50
shcherbakderek1: http://www.mesa3d.org/13:50
eduyep13:50
IdleOne!es | edu13:50
ubottuedu: 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.13:50
edusorry :D13:50
kanhiyahello everybody13:50
ezra-sedu, no nos hagas quedar mal coño13:50
ezra-ssorry about that :P13:50
kanhiyahow to know what graphic card i have13:50
kanhiyain my laptop13:50
ezra-skancerman, lspci is a good method13:51
shcherbakkanhiya: lspci13:51
ezra-swops13:51
bazhangkanhiya, lspci13:51
ezra-skanhiya,13:51
kanhiyathanx13:51
kanhiyaSilicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) , i have and i am unable to have resolution greater than 800x60013:52
ezra-skanhiya, maybe you are missing the correct drivers13:52
kanhiyabut in windows i am able to get resolution up to 1280X---13:52
kanhiyahow to install missing drivers13:52
RealKillazHi I need some help with corosync configuration13:53
tobierkanhiya: I've never heard of that display adapter, it might not even be supported..13:53
RealKillazI  have setup a cluster with DRBD13:53
derek1shcherbak i will check it out, thank you13:53
kanhiyaezra-s:  can you help me regarding that13:53
ezra-skanhiya, Im on it13:53
RealKillazit's woring ok.. untill I stat the second node.. strange things happens13:53
ezra-skanhiya, supposedly in ubuntu you have this package for SIS graphic cards -> xserver-xorg-video-sis13:54
kanhiyatobier:  it is of sis not of intel13:54
RealKillazboth nodes become a master node on the DRBD13:54
ezra-skanhiya, do you have it installed?13:54
RealKillazprimitive13:54
kanhiyaezra-s: i am newbie to linux13:54
ezra-skanhiya, ummm... try doing this -> sudo apt-get install xserver-xorg-video-sis13:55
RealKillazsorry wrong channel13:55
ezra-sI don't really know if that driver supports your siscard but it prolly will, strange thing is if you dont have it installed already considering ubuntu install all driver packages by default13:55
ezra-skanhiya, sometimes X not displaying the correct resolution is because the monitor refresh rates haven't been detected correctly but that's an old issue that usually does not happen in actual versions of xorg13:57
shcherbakezra-s, kanhiya: http://www.linuxexpert.ro/Linux-Tutorials/setup-x-with-sis-771671-vga-controller.html13:57
ebraHELLO13:58
kanhiyaezra-s: thanks for help & i will take a look and will tell you if this works13:59
ezra-sthose monitor refresh rates may not fit his/her actual monitor.. but it is a good start, maybe there is something wrong with the SIS driver if that suggests you to use vesa13:59
derek1i am thinking maybe i am too much of a computer newb when it comes to linux to not be a waste of your time13:59
ebrahey there am looking for dena13:59
ezra-sderek1, nobody is born knowing13:59
faLUCEhi. is there a tablet with cpu comparable with typical netbook's Atom™ N455 and ubuntu compatibile?13:59
=== xtor_ is now known as extor
derek1well, i got the packages you suggested (i think) and i ran configure in a terminal14:00
derek1and now i am at a loss, not sure what i should be doing14:00
BluesKajHowdy14:01
ezra-sderek1, it is better if you try to state your whole problem in one line and see if anyone has an answer14:01
giangitmanhello everybody14:02
giangitmanI am new to Ubuntu14:02
ezra-sderek1, scrolling up... I see you have a problem getting opengl to work in your system, which graphics card do you have?14:02
ezra-sgiangitman, welcome, have a seat, make yourself confortable and ask out when you feel like it14:02
giangitmanI have installed it on laptop K40IN Asus14:03
derek1i think i have figured it out14:03
derek1messing up in ubuntu will make me have to learn computers faster14:04
derek1which is good and bad14:04
ezra-sderek1, messing up helps you learn many things ;)14:04
derek1thank you all for the help, i am going to try this again14:04
shcherbakezra-s: He is about to install mesa...14:05
shcherbakups, too late.14:05
kamakotihi friends14:05
ezra-shehehe14:05
kamakotiCAN ANY ONE HELP ME WITH INSTALLING A LINUX AUDIO DRIVER14:05
ezra-slinux desktop is much easier now than ever.. thanks to ubuntu14:06
kamakotiI GOT MY UBUNTU 9.0414:06
IdleOne!caps | kamakoti14:06
ubottukamakoti: PLEASE DON'T SHOUT! We can read lowercase too.14:06
oCeankamakoti: don't use the CAPS14:06
ezra-skamakoti, which driver?14:06
shcherbakkamakoti: caps14:06
ezra-skamakoti, sorry, which sound card do you have?14:06
kamakotiit is a 5.1 c media driver14:06
Dwade09anyone know how i can fix my transfer file box where it shows everything instead of a grey box?14:06
kamakotiby default it takes a normal driver which I am getting stero sound only14:06
kamakotiThey say in instructions step 1 .  Backup the Config.in and Makefile in the sound driver directory      (/usr/src/linux/driver/sound).      The Configure.help provide help when you config driver in step      4, please backup the original one (/usr/src/linux/Document) and      copy this file.14:07
kamakotihow to do this14:07
kamakotican anyone help in this regard14:08
kamakotipls instruct step by step14:08
shcherbakDwade09: ..grey box?14:08
john3810.04 doesnt support usb adapters out of the box 10.10 does14:08
kamakoti<ezra> r u there14:08
kamakoti??14:08
kamakotiANYONE LISTENING TO ME THERE14:09
Dwade09shcherbak,  yes it just shows a grey box instead of showing its eta and how much has transfered it even does it when i copy stuff to the local internal hdd14:09
oCeanjohn38: is that a question?14:09
oCean!patience | kamakoti14:09
ubottukamakoti: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/14:09
sipiorkamakoti: try not being so needy.14:10
john38oCean, which usb adapters does 10.04 support out of box?14:10
ezra-skamakoti, do a lspci | grep Audio and show us what it says14:10
ezra-s"lspci | grep Audio"14:10
ezra-ssorry Im losing my good manners14:10
kamakotiHOW TO DO ISPCI14:10
kamakotiPLS i KNOW NOTHING ABOUT UBUNTU EXCEPT OS INSTALLATION14:10
IdleOnekamakoti: drop the caps please14:10
ezra-skamakoti, open a terminal and type  lspci | grep Audio14:11
john38oCean, i installed 10.04 then compat wireless but adapter still didnt work14:11
kamakotik sorry14:11
sipiorkamakoti: the command is case-sensitive, which might be an issue with you.14:11
tmushow do i make i386 packages with dpkg-buildpackage on an amd64 system?14:11
ezra-ssipior, lol14:11
shcherbakDwade09: is rest of windows ok and response to moving and resizing?14:11
john38oCean, i wasn't able to pick up network connections14:11
IdleOnetmus: #ubuntu-packaging probably better place to ask14:11
kamakotihi ezra-s:  pls let me know where to do it14:12
ezra-skamakoti, do you know how to open a terminal or use the linux terminal?14:12
tmusIdleOne, aah, i missed that - thanks so much14:12
^Phantom^What does it mean if a process has a "Nice" of -11 ?14:12
kamakoti1 second14:12
IdleOnetmus: welcome14:12
kamakotiopened terminal14:12
kamakotithen14:12
ezra-slspci | grep Audio14:12
ezra-sand copy paste the result here14:13
ezra-sits one line only14:13
kamakotido you mean space in between ispci and grep Audio with seperator14:14
Dr_WillisNicenesses range from -20 (most favorable scheduling) to 19 (least favorable).14:14
john38oCean, ?14:14
Dwade09shcherbak,  yes14:14
Dr_Willis -11 would mean the app is getting more cpu then most apps. I think14:14
kamakotiit says command not found14:14
ezra-skamakoti, copy paste what I typed and paste it in your terminal if you can14:14
osmosis_paulhi guys. i'm trying to configurate the skype but my microphone is not working, i have the typical microphone-headphone model, any idea?14:15
osmosis_paulthe headphone works anyway14:15
oCeanjohn38: don't ask *me*, ask the channel. (give details, steps taken, results so far etc all in one line)14:15
john38do you have to do anything special after installing linux modules backports compat wireless when enabling network connections14:15
ezra-skamakoti, not my intention to sound rude but you really should read about handling linux itself on a basic level before trying to install a driver or something like that14:15
shcherbakDwade09: well, are you using metacity or compiz (do you have effect enabled)?14:16
osmosis_paulhow can i test the microphone?? not working for skype14:16
kamakotiyes it says copy this file14:16
=== Look is now known as Guest39831
Dwade09shcherbak,  no14:17
Koteletehi i want to change one icon in my apllet notification area, is that possible?14:18
shcherbakDwade09: also you can check top (or htop), what nautilus, gtk, metacity are doing, and gnome panel.14:18
Dwade09shcherbak,  my net is running really slow ill see if i can get you a shot of it.14:18
shcherbakDwade09: no need.14:18
ezra-sKotelete, yes, right click unlock notification area and you can drag and drop wherever you want in the panel or another panel14:19
Koteleteplease SOS14:19
=== Mkaysi is now known as OtusBot
Koteleteezra-s: pv?14:19
Dwade09shcherbak,  anything specific in htop or top?14:19
shcherbakDwade09: you could try: metacity --replace (save all important works before it)14:19
=== OtusBot is now known as Mkaysi
john38i installed 10.04 using wireless adapter after installing linux-backports-modules-compat-wireless.deb network adapter still didnt work do i have to do anything special????14:19
shcherbakDwade09: in top, is any of mentioned too active?14:20
kamakotiezra-s it says copy this file14:20
ezra-sKotelete, right click on the horizontal three little bars you can see on the absolute right side of the notification area, unlock from pannel and then you can just drag and drop it whenever you want inside the same panel or another14:20
erUSULjohn38: maybe a reboot is required. do you know what chip the adapter uses?14:20
shcherbakjohn38: lsusb?14:21
john38erUSUL, i did reboot still didnt pick up networks ...TP-LINK TL-WN722N14:21
Dwade09shcherbak,  i see compize14:21
ezra-skamakoti, please read the basics of linux, I am afraid I can't guide you14:22
john38i've read all the forums eventually leading me to compat wireless14:22
shcherbakDwade09: Do NOT run "metacity --replace", instead run: compiz --replace (high risk to be logged out, so save works)14:22
john38after all that did not work14:22
Koteletehi i want to change one icon in my apllet notification area, is that possible?14:23
ezra-sI mean left side14:23
* ezra-s feels dizzy14:23
Dwade09shcherbak,  ok i will in a few doing some updates right now.14:23
* shcherbak throws cover14:23
kamakotiezra-s it says 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)14:23
ezra-sKotelete, I am afraid you can change icons from the notification area itsef, that depends on the application itselt that has an icon in the notification area.. meaning you have to customize the application behaviour14:24
kamakotibut actually it is not intel actually it is c-media14:24
ezra-skamakoti, are you using ubuntu?14:24
kamakotiyes ubuntu 9.0414:24
oCean!jaunty | kamakoti14:24
ubottukamakoti: Ubuntu 9.04 (Jaunty Jackalope) was the tenth release of Ubuntu. End Of Life: October 23, 2010. See !eol and !upgrade for more details.14:24
Dwade09shcherbak,  why you running for?14:25
kanhiyaezra-s: will you again provideme the link  again14:25
ezra-skamakoti, how do you have your soundcard connected to your speakers?14:25
headkase314!maverick14:25
ubottuUbuntu 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/101014:25
Koteleteezra-s: ok thx14:25
kamakotiit is working perfect with XP14:25
kanhiyaezra-s: beacuse i need to restart & link lost14:25
ezra-skanhiya, let me scroll up14:26
ezra-skanhiya, <shcherbak> ezra-s, kanhiya: http://www.linuxexpert.ro/Linux-Tutorials/setup-x-with-sis-771671-vga-controller.html14:26
shcherbakjohn38: do you have lsusb result?14:26
shcherbakjohn38: and iwconfig?14:27
headkase314Is there a proper way to prevent a module from loading? I tried to blacklist in /etc/modprobe.d/blacklist.conf but the module loaded anyway. Instead in /etc/rc.local I added rmmod for the module and that worked.  Is there a better way?14:27
john38shcherbak, this is result with 10.10 installed which works out of the box lsusb is...Atheros Communications, Inc. AR9271 802.11n14:28
kamakotiEzra-S please not the sound card came with CD compatible with Linux/xp/windows7/windows vista14:28
shcherbakjohn38: moment14:28
kanhiyaezra-s: when i typed command , terminal message was that newest version is already installed14:28
shcherbakDwade09: yes?14:28
kamakotiEzra-s I will send the readme file one by one you can copy them and read it and tell me the solution14:28
kamakotistep by step then I will follow14:28
Dwade09shcherbak,  you said after you gave me the command to do my compize you did /me throws cover why?14:29
kamakotiplese dont mistake I had been struggling to do it since 1-1/2 years in row14:29
ezra-skanhiya, follow the instructions in the link shcherbak suggested, it may not work with own sis drivers but the vesa ones as the url suggests14:29
ezra-skamakoti, sorry I am unable to help14:29
kamakotiProblem is we have only windows engineers here no one knows ubuntu14:29
kamakotiwhy what happened14:29
oCeankamakoti: you should upgrade anyway. 9.04 is end of life14:30
surferkurbanhi14:30
kamakotik how to upgrade oCean14:30
oCean!jaunty > kamakoti14:30
ubottukamakoti, please see my private message14:30
kanhiyaezra-s: how do i edit x org .conf file and where it is located14:30
shcherbakjohn38: this stuff 0cf3:1006 from lsusb14:30
shcherbakDwade09: ezra-s was dizzy14:30
ezra-skanhiya, in /etc/X11/xorg.conf14:30
kanhiyathere is nothing mentioned in the link about editing14:30
kamakotiwhere to see the pvt msg ocean14:31
john38shcherbak, one sec14:31
ezra-skanhiya, it is possible when you edit it is an empty file since xorg does all automatically14:31
oCeankamakoti: in one of the other window/tabs.. depends on chat client14:31
ezra-sin the latest xorg versions that is14:31
oCeankamakoti: or scroll up, I send you the linke earlier14:31
Dwade09shcherbak,  i did compize --replace it flashed a few times and still does same thing14:31
john38shcherbak, 0cf3:927114:32
headkase314Is there a proper way to prevent a module from loading? I tried to blacklist in /etc/modprobe.d/blacklist.conf but the module loaded anyway. Instead in /etc/rc.local I added rmmod for the module and that worked.  Is there a better way?14:32
=== under__ is now known as iorrinetbook
shcherbakDwade09: it is hanging, install iotop to see if there is any transfer14:32
Dwade09shcherbak,  it transfers just fine its just the graphical end thats not showing14:34
Dr_Willisheadkase314:  perhaps you blacklisted it wrongly14:37
shcherbakDwade09: ok, metacity --replace14:37
diddlekanhiya, .conf files can be empty or missing if it has not differed from the default, i think it's called xorg.conf.failsafe or xorg.conf.default14:37
shcherbakDwade09: How do you know that transfer is fine?14:37
headkase314Dr_Willis, in blacklist.conf I added "blacklist tg3" where tg3 is the module given by lsmod14:37
Irsqhello.14:38
john38shcherbak, ?14:38
Soyohi14:38
Dr_Willisheadkase314:  i think one should be using /etc/modprobe.d/ these days.14:38
Dwade09shcherbak,  cause i am transfering stuff to my hdd from my external14:38
szpreaderI messed up my upper taskbar - I don't have the sound icon anymore, can someone help me?14:38
Dr_Willisheadkase314:  and make a entry for each module/device14:38
shcherbakjohn38: which driver have tried?14:38
Soyoszpreader: right click to modify the panel14:38
shcherbakDwade09: how do you know that it does transfer?14:38
Dr_Willisive never had somthing i black listed come back. I guess some program COULD be manually loading the module if not seen.14:39
headkase314Dr_Willis, do you have a pointer for a how-to or a specific man-page I can read?14:39
shcherbakjohn38: atheos?14:39
erUSUL!resetpanel | szpreader14:39
ubottuszpreader: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »14:39
Dwade09shcherbak,  cause that box pops up but there is nothing else in it. no eta no % nothing but it does transfer fine14:39
Dr_Willisheadkase314:  just what ive experimented with. I had to blacklist a webcam on my laptop - it was acuasing issues14:39
john38linux-backports-modules-compat-wireless-2.6.32-27-generic pae14:40
Dwade09shcherbak,  i did the otherone you told me and still nothing no graphics14:40
john38shcherbak, linux-backports-modules-compat-wireless-2.6.32-27-generic pae14:40
szpreaderthank you erUSUL, can you tell me where to find the commands like you just gave me?14:40
lipinskiAnyone having problems with evolution with memory usage?  Over the past few weeks, evolution has become unusable.  It is using 2+ Gig memory.14:40
erUSULheadkase314: problem is blacklist does not cover all the ways a module can be end up loaded...14:40
ezra-sgotta go, bye14:40
john38shcherbak, linux-backports-modules-compat-wireless-2.6.32-27-generic pae.deb14:40
kanhiyadiddle: help me editing my xorg.conf file14:41
mlmg317-himtsHello everyone.  Quick question.  So this was kind of strange.  I recently ran my updates via Update Manager, as is standard.  Well, when I rebooted one time recently - my computer came up in Natty Narwhal (Alpha 1 version).  Then, when I shut down and turned it on again - it reverted back to Maverick Meerkat.  I'm like, "Jigga what?"  Can anyone explain this?14:41
headkase314Dr_Willis, for me it's my wired ethernet in my laptop.  It is physically broken so I use the wireless exclusively.  It's not critical, the laptop works fine with it enabled I'm just being picky about not seeing eth0 in my System > Administration > Network Tools list14:41
erUSULheadkase314: may be that the module gets loaded in early boot from initrd. or as request of another module ( something blacklist can't help )14:41
shcherbakDwade09: sudo apt-get install iotop && iotop -o14:41
diddlekanhiya, i don't know what you're trying to do, have you found it? is it full?14:42
shcherbakDwade09: tell me if you see any io activity.14:42
headkase314erUSUL, which file would I edit to blacklist as early in the boot process as possible?14:42
erUSULszpreader: there is really not a single place where you can find that type of commands ....14:42
Dwade09shcherbak,  its installing.14:42
shcherbakjohn38: have you came across this one: http://ubuntuforums.org/showthread.php?t=156427814:43
szpreaderbut how to find them, use them?14:43
erUSULheadkase314: there is none, afaik14:43
kanhiyadiddle: no i do not find it and i WANT TO increase my resolution up to 1280X???14:43
szpreaderdoes xchat support SSL?14:43
erUSUL!cli | szpreader14:43
ubottuszpreader: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal or type in it: man intro14:43
headkase314erUSUL, ok, thank you! ;)14:43
Dwade09shcherbak,  i see something popping up a few times but it says xchat for my irc client.14:43
mlmg317-himtsAnyone got any ideas as to what is going on regarding my question?  And Natty Narwhal is FUNKADELIC, I must say ...14:43
erUSUL!natty | mlmg317-himts14:44
ubottumlmg317-himts: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011 - Help and support (only) in #ubuntu+1 - Natty is unstable and is not intended for production systems.14:44
kanhiyadiddle: my laptop is able to provide resolution up to 1280x??14:44
lipinskianyone got ideas about Evolution using 2+Gb?14:44
shcherbakDwade09: ok, go to location where you copy files, and ls -lh to see sive of copied file.14:44
shcherbakjohn38: if possible use ppa version of instaler14:45
=== vubuntor439 is now known as yen-thao
Dwade09shcherbak,  yes its there14:45
^Phantom^http://img17.imageshack.us/img17/2537/1233814848563.jpg14:45
^Phantom^ack, wrong channel, sorry14:45
diddleok, can you follow the file path to /etc/X11/xorg.conf at all? you start from the root of the hard-drive often called filesystem or just /14:45
lipinskiI open evolution and it immediately uses 800+Mb Virt, 300+ Res.  Opening a single email, those jump to 1300 Virt, 500 Res.14:46
diddlekanhiya, that was meant for you14:46
shcherbakDwade09: size?14:46
shcherbakDwade09: in % of orginal?14:46
grotonwhich is the package to install gnome desktop?14:46
bazhanggroton, ubuntu-desktop14:46
grotonbazhang, thanks14:46
Dwade09shcherbak,  drwx------ 2 doug doug 4.0K 2011-01-02 20:01 MP3 is the output of that command, is that what you mean?14:47
headkase314!info ubuntu-desktop  | groton14:47
ubottugroton: ubuntu-desktop (source: ubuntu-meta): The Ubuntu desktop system. In component main, is optional. Version 1.207 (maverick), package size 31 kB, installed size 60 kB14:47
=== ____abc_2_Veterp is now known as ___Veterok__
Dwade09shcherbak,  the size of the folder is 639mb.14:47
kanhiyadiddle: yes i have followed that path using windows explorer and i did not find any file named xorg.conf14:47
kanhiyadiddle: i am using ubuntu10.1014:48
shcherbakDwade09: it is folder, cd MP3 and ls -lh or du -h to see if files finished copy.14:48
___Veterok__!rhexe14:48
shcherbakDwade09: and size of orginal?14:48
diddlekanhiya, which operating system are you using?14:48
___Veterok__!êðó÷ó14:48
diddlekanhiya, oh14:49
kanhiyaiam suing ubuntu 10.1014:49
___Veterok__!õåëï14:49
Dwade09shcherbak,  its total size is 639.6mb14:49
Dwade09and yes shcherbak  they are all there14:49
=== nick is now known as Guest68786
kanhiyadiddle: i mean to say file explorer for ubuntu14:49
shcherbakDwade09: so, xkill and click grey box14:49
kanhiyadiddle: i am not a expert i linux14:50
kanhiyasorry in linux14:50
Dwade09shcherbak,  type xkill ?14:50
diddlekanhiya, yes i figured but was worth checking hehe, i havn't used that yet (trying to install it on a dell) so i wouldn't know the difference yet14:50
shcherbakDwade09: yes14:50
Dwade09then what?14:50
m_tadeu_how can I check which repository a package belongs to?14:50
headkase314Dwade09, hold alt press f2, run window pops up: enter xkill and press enter.  Then click on gray window.14:50
shcherbakDwade09: click on grey box14:50
erUSULm_tadeu_: apt-cache policy/show packagename14:51
Picim_tadeu_: apt-cache policy packagename14:51
=== Guest68786 is now known as nickhs
m_tadeu_thanx :)14:51
Dwade09done14:51
Dwade09shcherbak,  that worked.14:52
shcherbakDwade09: it may be memory, or something, you may want to look at man cp in terminal.14:53
Dwade09thank you shcherbak14:53
shcherbakDwade09: welcome14:53
diddlekanhiya, on 10.04 it's still there, and as i havn't changed anything it's still called xorg.conf.failsafe have you one called that?14:53
Dwade09shcherbak,  one thing?14:54
shcherbakDwade09: go on...14:54
Dwade09shcherbak,  my cousin shut my comp down by holding my power button then i came in turned it back on he done it out of a joke would that cause this?14:54
kanhiyano it is not there14:55
diddlekanhiya, i'll check the forums for you...14:55
rnswhat's the difference between usr/lib and usr/local/lib?14:55
erUSUL!fhs | rns14:56
ubotturns: An explanation of how files and directories are organized on Ubuntu, and how they can be manipulated, can be found at https://help.ubuntu.com/community/LinuxFilesystemTreeOverview  see also: man hier14:56
shcherbakDwade09: I do not think so, in slight chance maybe, you should let system check disks, and eventualy see logs, and btw you can get compiz back: compiz --replace14:56
kalzAnyone tell me (or point in correct place) on the easiest way to get sound working in 10.10 with a Azalia HDAC?14:57
=== jocrawfo is now known as jcrawford
Dwade09thanks shcherbak  ill do the disk check later its not a big deal just very annoying when copying 300gb files.14:58
=== plasma is now known as Guest32132
diddlekanhiya, yah... hehe, it seems they've decided to split it up in a new folder14:58
Polipo69ciao a tutti14:58
erUSUL!sound | kalz14:59
ubottukalz: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.14:59
diddlekanhiya, http://askubuntu.com/questions/4662/where-is-the-x-org-config-file-how-do-i-configure-x-there14:59
erUSUL!intelhda | kalz14:59
ubottukalz: For fixing your Intel HDA sound this page has useful information https://help.ubuntu.com/community/HdaIntelSoundHowto14:59
lmaohello?15:00
lmaoHow do you install gforge on ubuntu server15:00
lmaoI keep getting an error when I do sudo apt-get install gforge15:00
Soyolmao: what is the error?15:00
lmaoone moment15:00
lmaolet me pastebin it15:01
Soyolmao: excellent choice15:01
lmao:)15:01
lmaoI used to be part of the Ubuntu staff15:01
lmaoalong time ago15:01
lmaoso I know the rules15:01
lmao:P15:01
FloodBot3lmao: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:01
lmaoopps15:01
erUSUL!enter | lmao15:01
ubottulmao: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!15:01
Soyolmao: welcome home15:01
lmaoIm srry. Please forgive me15:01
erUSULlmao: friendly reminder ...15:01
=== lmao is now known as JohnLesbergtion
diddlekanhiya, is that clear? those two commands (written exactly) should give you the xorg.conf everyone knows and loves (except forevernoobs like ourselves!)15:02
antonio_ciao a tutti15:02
antonio_amici dalla sardegna?15:02
JohnLesbergtionhttp://paste.ubuntu.com/555099/ <-- I even did an apt-update. Does it matter if I use server 64 bit15:02
SchneeSchwarz!it | antonio_15:03
ubottuantonio_: 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)15:03
JohnLesbergtionI guess I should start going back into the move of Ubuntu again15:03
JohnLesbergtion&_&15:04
SoyoJohnLesbergtion: install the prereq manually?15:04
JohnLesbergtionbah15:04
JohnLesbergtionI tried15:04
JohnLesbergtionIt gives me another one.. after15:04
SoyoJohnLesbergtion: What error do you get trying to install Fusionforge-standard?15:04
JohnLesbergtionThat is wants me to install more dependencies15:05
JohnLesbergtion&_&15:05
JohnLesbergtionHome sweet home, I have to say. I remember the good days of Ubuntu15:05
=== Mkaysi is now known as OtusBot-PieSpy
=== OtusBot-PieSpy is now known as Mkaysi
JohnLesbergtionWould you like me to paste more logs?15:06
JohnLesbergtionFusionforge I see is a package that is obsolete15:07
JohnLesbergtionThey moved from FusionForge to GForge15:07
misterTest15:07
Soyohmm..15:08
JohnLesbergtionNormally you install Gforge and it installs all the packages needed. Thats what apt is made for partically15:08
SoyoJohnLesbergtion: Yes it sounds like something needs updating15:09
JohnLesbergtionI did an apt update though, so I'm wondering whats going on15:09
SoyoJohnLesbergtion: Maybe not on the user-end..15:09
JohnLesbergtionoh15:09
JohnLesbergtionI see15:09
SoyoI am just an end-user myself though15:10
JohnLesbergtionI see15:10
JohnLesbergtionSoyo: I thought for a sec you where a Ubuntu staff15:10
JohnLesbergtionsoyo: I didn't look at the whois :P15:10
JohnLesbergtionSoyo: mind if I PM you?15:11
SoyoNope I just help out where I can for my own learning15:11
Soyosure15:11
JohnLesbergtionThank you15:11
JohnLesbergtionLet me find your name here15:11
SoyoSoyo15:11
JohnLesbergtionI know but my irc client is xchat so yah15:12
JohnLesbergtionopps forgot about: /dialog Soyo15:12
szpreader!xchat15:12
mbeierlAnyone ever tried doing traffic shaping on their home internet connection to help improve the quality of VOIP calls?  Whenever my kids are on youtube my phone service sucks :(15:13
compdocwhat speed is your lan?15:13
bidaboyhi all, any one know a good software for audio streaming from direct input15:16
gamax92compdoc: i think my lan is 10/10015:16
gamax92bidaboy: you mean recording?15:16
=== hdon- is now known as hdon
compdocvoip doesnt take much bandwidth, but 100baseT switches dont have much bandwidth15:16
bidaboygamax92, no streaming from a webpage15:16
marcusantCan someone help me with dd?15:17
compdocif you got a 1Gig switch, they tend to have 10Gigs of bandwidth inside - so no sharing. But then, your internet connection would be the bottlenck15:17
lcbhi. could you please tell me a place with a how to configure with a free static IP address or URL (like DynDNS) /etc/hosts and apache2, not only for the advantages I'll have with it since i have a dynamic ip provider but also to correct apache2's warning '  Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName' . running ubuntu server 10.10.15:17
erUSUL!info noip215:18
ubottunoip2 (source: no-ip): client for dynamic DNS service. In component universe, is optional. Version 2.1.9-3 (maverick), package size 83 kB, installed size 260 kB15:18
erUSUL!anyone | marcusant15:19
gamax92bidaboy: huh what do you mean?15:19
ubottumarcusant: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?15:19
gamax92bidaboy: like a speed test?15:19
lcberUSUL«  . i know that one too. but i need to configure it in etc/hosts and apache15:19
bidaboygamax92, like a radio station15:19
gamax92bidaboy: you confuse me15:20
gamax92bidaboy: ohh sorry i got you mixed up15:20
bidaboygamax92, why?15:20
bidaboyok15:21
bidaboygamax92, ok15:21
=== Cain` is now known as Cain
marcusantWhen i use the command dd if=/sdcard/auto-nooter-2.12.25.img of=/dev/block/mmcblk0 i get the output read error: is a directory15:22
bidaboygamax92, any suggestion?15:22
=== lixinfish is now known as lxyu
=== lxyu is now known as lixinfish
joeri_damianyou supose to do -i15:23
gamax92bidaboy, umm not that i can think of right now15:23
erUSULmarcusant: and is /dev/block/mmcblk0 a dir?15:23
marcusantYes15:23
=== lixinfish is now known as lxyu
joeri_damianhmm read to quick15:23
bidaboygamax92, ok15:23
=== wema|off is now known as wemaflo
Join-DHi everyone, i am trying to access an AFP volume on my ubuntu-server machine (netatalk), but when connecting tru Mac OS it always gives me an "wrong username/password" error15:24
joeri_damianTry dd -h15:24
erUSULmarcusant: then what is the problem? the error is clear... you can not dd a directory. find the actual block device you need and use that15:24
gamax92why is there 3 floodbots?15:24
erUSULgamax92: one is not enough :)15:24
Join-Di dont know why.. but i read that it could have something to do with password encrytion on mac os? Anyone had the same problem on AFP shares!?15:24
marcusantWait. It is the device not a dir15:25
marcusantNvm15:25
vs-hsgamax92: you are a floodbot15:25
mongohillhi15:25
gamax92i am?15:25
marcusantThe error is on the img file15:25
vs-hsgamax92: yes you are ;)15:26
gamax92vs-hs: when did this happen15:26
JanusmanFirefox 4b9 on Ubuntu fails to load Java plugin, and I already have it on ~/.mozilla/plugins/libnpjp2.so  ... any tips?15:26
* gamax92 runs and screams for joy15:26
vs-hsgamax92: tomorrow15:26
marcusantErusl the error is on the image15:26
erUSULmarcusant: what is the problem with the image?15:26
marcusantRead error is a directory15:27
iorr#debian-it15:27
iorrops15:27
kalzRight, still not hearing any sound, Dunno if this is any good to anyone for help:15:27
kalzhttp://www.alsa-project.org/db/?f=a9d4e9ef2435773718dff6fc14e85ab7e146011015:27
erUSULmarcusant: what does « file /sdcard/auto-nooter-2.12.25.img » says?15:28
htorquehello everyone! how can i find out if GRUB2 is installed in the MBR or the partition (/dev/sda vs. /dev/sda1)?15:29
Ddorda‎hey, what is the name of the program to install debs that was used before the software-center?15:30
Ddorda‎gdebi?15:30
marcusantFile: not found15:30
erUSUL!info gdebi15:30
ubottugdebi (source: gdebi): Simple tool to install deb files - GNOME GUI. In component main, is optional. Version 0.6.3ubuntu1 (maverick), package size 34 kB, installed size 236 kB15:30
marcusantFound my problem15:31
erUSUL!yay15:31
ubottuGlad you made it! :-)15:31
marcusantThe file is /sdcard/auto-nooter-2.12.25.img/auto-nooter-2.12.25.img15:31
marcusantUnzipping fail on my part15:32
m_tadeu_how can I downgrade a package without having to remove the dependencies?15:33
=== kiran is now known as Guest45112
mbeierlanyone know what room would be a good place to ask questions about tc and qos in the ubuntu kernel?15:34
Hellronanyone know a good keylogger for ubuntu?15:34
kalzOkay, been digging, seems my Soundcard uses a "ALC660 VD" codec, which Alsa doesnt support, any ideas where to go from here?15:35
shcherbakHellron: google code have one, logkey or something (no moue support)15:35
erUSULmbeierl: #netfilter probably15:36
mbeierlerUSUL: thanks!15:36
Hellronty sch15:37
marcusantWhats the output of a successful dd?15:37
Hellronsch, would a noob be able to use it?15:37
erUSULmarcusant: a summary of records written and read15:38
marcusantCuz mine just sits there dd if=/sdcard/auto-nooter-2.12.25.img/auto-nooter-2.12.25.img of=/dev/block/mmcblk015:38
erUSULmarcusant: try this for instance « dd if=/dev/zero of=/dev/null count=10 »15:38
shcherbakHellron: yes, install (source) was pretty painless, config limited to one file, and deamon easy to control.15:39
kalzI take it theres no hope if my soundcards codec isn't in ALSA?15:40
kalzor supported, even15:40
=== Aaron5367|detach is now known as Aaron5367
gamax92i will consider #ubuntu as the most talkative place every.15:40
gamax92any objections?15:40
=== epwna is now known as Pinako
kalzi'll take the silence as a yes.15:43
john38shcherbak, thanks it worked15:43
shcherbakjohn38: good to hear15:44
lumoshey i have a problem getting my wacom to work, could someone help15:44
=== M1ke1_ is now known as Mike1
gamax92its funny how 1/4 of the people dont talk at all15:45
gamax92i mean 3/415:45
puppyI have installed Linux Mint 10 and ubuntu 10 as dual boot in my system.The ubuntu 10.10 is a failed one which I upgraded from 10.04 as it shows so much error.How can I make a fresh installation.15:45
bazhanggamax92, #ubuntu-offtopic for chat; here is support only15:45
s3r3n1t7_puppy, just reinstall ubuntu from a fresh download, and select the current partition as the new root for it.15:46
phillipeespañol15:46
s3r3n1t7_!es | phillipe15:46
ubottuphillipe: 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.15:46
Bokkiegamax92: people log/lurk, and who knows, they may get one of the issues that's being solved/nudged here...15:46
puppyok thanks.15:46
gamax92sorry bazhang15:46
kalzokay, are there any alternatives to ALSA available?15:49
sipiorkalz: you might see if your card is supported by OSS. you've verified that there is no ALSA driver available?15:49
kalzsipior: My card uses the ALC660 VD codec, which is not in any ALSA module.15:50
=== gamax92 is now known as function
=== function is now known as functionnot
=== functionnot is now known as functionbot
=== functionbot is now known as gamax92
sipiorkalz: what's the card?15:52
ubuntusagekalz: pulseaudio?15:52
lumoshi15:52
benbrowhat I should use for $HOME for a system user?15:52
lumosi need help installing my wacom15:53
benbrothe user is running a daemon server15:53
rewaqsera15:53
erUSULbenbro: nothing;15:53
erUSULbenbro: there is an option for adduser to create a system user ( no login shell no home etc )15:54
benbroerUSUL: the server need home for saving stuff15:54
=== RichiH is now known as R
benbroerUSUL: is there a common place other than /home/username ?15:55
=== R is now known as RichiH
benbroerUSUL: /home/username doen't feel right for a system user15:55
kalzsipior:  In Windows i used Realteks HD AC97 codecs,  but here its labelled as "Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)"15:55
Ddorda‎hey guys, i'm trying to run AndYetItMoves on Ubuntu 10.10 + Fluxbox, but i get a Segmentation fault. what can be the problem?15:56
oCeanbenbro: you can see various 'system users' and their resp homedir in /etc/passwd file. Maybe find a good homedir suggestion there?15:56
kalzsipior:  And the ALSA info log claims it uses the ALC660 Codec.15:57
benbrooCean: thanks15:57
WithoutHi, 4 x 1TB raid0 will increase writing/reading speed ? compared to 2 x 2TB raid015:58
induzहोव चान ि गेत पिचस ोुत ोट मय िफोद तोुचह 1सत गेन 8गब15:58
bazhanginduz, english here15:58
induzhow can i get my pics out of the iPod touch 1st gen15:58
induzI have Lucid15:59
benbrooCean: I see several system users with home dirs that are not visible to me like: mongodb:x:114:65534::/home/mongodb:/bin/false15:59
edbianWhere can I set what icons are on the desktop?  Like trash and computer and such?15:59
KarlozzzКто нибудь по русски говорит, привет15:59
kalzDo you reckon its worth trying this:15:59
kalzhttps://help.ubuntu.com/community/OpenSound15:59
kalzi.e. Remove ALSA and try OSS?15:59
bazhang!ru | Karlozzz15:59
ubottuKarlozzz: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke15:59
Ddorda‎induz: after you connect it it will be recognized as 3 devices if i remember right. one of these will be the pictures.15:59
shcherbakedbian: gconf-editor16:00
staff_nowahello, how i can in ubuntu 10.10 install php 5.2 but not 5.3 ?16:00
staff_nowawhat repository change ?16:00
edbianshcherbak, ah-ha, thanks16:00
oCeanbenbro: it is not required that the directory exists, for example if the (system)users does not use that directory to save anything16:00
sipiorkalz: ALSA specifically mentions support for the ALC660VD chipset, as of version 1.0.14rc4. which version are you running with?16:00
dlinkthepiratebay.org16:00
bazhangdlink, ?16:01
benbrooCean: is it ok to use something like /var/lib/username for home dir?16:01
kalzsipior: 1.0.23, which as far as I know is the latest16:01
sipiorkalz: it is, yes.16:01
Join-DOn a fresh install of ubuntu-server 10.10 and "netatalk" i cannont connect to it using MAC Os (invalid username || password)16:02
oCeanbenbro: for a system-user, it would be ok. Be sure to have enough space in /var for whatever it is you are saving in that homedir16:02
kalzsipior: now you see why im racking my brains out.16:02
edbianshcherbak, Wouldn't happen to know more specifically would you?  Can't seem to find it in desktop -> gnome anywhere16:02
Join-Danyone had the same problem before? mac os could not connect to AFP16:02
shcherbakstaff_nowa: php should have not that recent version in repos, also setting of synaptic.16:02
sipiorkalz: why not try using the AC97 driver under linux as well?16:02
benbrooCean: it's just a single auth cookie file16:02
cablopi want a good theme for maverick with transparent borders on windows16:02
cablopi don't want a windows clone theme, i ant any that use transparent borders16:03
oCeanbenbro: then you would be fine16:03
kalzsipior: okay, whats the easiest way to do this? (sorry im (relatively) new)16:03
shcherbakedbian: refresh me, what you talk about?16:03
benbrooCean: thanks16:03
edbianshcherbak, Where can I change what icons show up on the desktop by default?  like trash and computer and such16:03
induzits not getting recognised16:03
lixian123hello16:04
shcherbakedbian: nautilus, one second will give you whole key...16:04
sipiorkalz: try "sudo modprobe snd-ac97-codec"16:04
edbianshcherbak, Thanks!~16:04
Ddorda‎induz: did you try google?16:04
staff_nowa<shcherbak> how change in console if not have server gui ::?16:04
lixian123yes16:04
kalzAh, sorry I got confused it wasnt the AC97 I used in windows, it was realteks HDAC16:04
edbianshcherbak, I found it16:04
=== wt is now known as Guest25267
induzDdorda, i have been searching for a while16:05
lixian123i wont16:05
shcherbakedbian: apps>nautilus>desktop16:05
edbianshcherbak, yep, thanks again :)16:05
induzDdorda, I downloaded yamiPod too but no help16:05
yellabs-r2hi there16:06
shcherbakedbian: you cat also use gconf2-tools to chnage it from terminal.16:06
shcherbakcan cat16:06
yellabs-r2i am trying to install openshot, but cant because of dep error16:06
yellabs-r2any tips are welcome16:06
edbianshcherbak, I don't have it installed atm.  Is it any easier to find keys using that?16:06
cablopany good them with transparent borders?  i don't want a windows clone, but themes with nice transparent borders and real transparent panels16:07
induzis there any s/w to get the pics out from my iPodtouch 1st gen16:07
=== IPNixon__ is now known as IPNixon
bazhang!themes | cablop have a look16:07
ubottucablop have a look: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy16:07
induzanother Q is; if i synch the iPod on Xp comp with iTune, all my pics saved on iPod touch would be gone/16:08
shcherbakstaff_nowa: edit /etc/apt/sources.list, one moment...16:08
yellabs-r2its a rather short error ,16:08
yellabs-r2openshot:16:08
yellabs-r2 Depends: melt  but it is not installable16:08
yellabs-r2 Depends: python-mlt  but it is not installable or16:08
yellabs-r2 python-mlt2  but it is not installable16:08
FloodBot2yellabs-r2: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:08
yellabs-r2 Recommends: frei0r-plugins  but it is not installable16:08
* marcusant is sick16:08
Unknown0BCMy laptop today suddenly decided to not boot, grub would only boot saying GRUB and thats it. After fixing the master boot record and reinstalling grub I was able to boot ubunto again, but my windows will now only boot til it says "Starting up..." then it spews some carbage and hangs. Clearly something corrupted my Master boot record and the boot record on my windows partition. What could have done that ?16:08
edbianUnknown0BC, How old is the hdd?  They typically only last ~7 years.16:09
alumno04hola16:10
Azrouhi every one16:10
shcherbakstaff_nowa: there is script to revert in lucid: http://ubuntuforums.org/showthread.php?t=145916316:10
alumno04Hi16:10
Unknown0BCadbian: This one is about mmmm 4 years i guess maybe 5, but I suppose it could be acting up...16:10
alumno04what??16:10
staff_nowa<shcherbak> thank you16:11
edbianUnknown0BC, Did you drop / hit the laptop?16:11
Unknown0BCedbian, what is a good test I can performe on the whole drive ?16:11
alumno04im not speak english16:11
oCean!es | alumno0416:11
ubottualumno04: 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.16:11
jpdsalumno04: You just did...16:11
edbianUnknown0BC, use gparted's check option16:11
Unknown0BCedbian, no but I've been using in hot weather...16:11
edbianUnknown0BC, I've never heard of that being a problem.  Of course there are limits to how hot it can get16:11
Garzookahello my friends16:12
SergioMenesesGarzooka, hi16:12
Unknown0BCedbian, This is a anti chock drive also.16:12
edbianUnknown0BC, what does that mean?16:12
alumno04!16:12
alumno04hi16:12
Unknown0BCedbian, can take a lot shock ?16:13
alumno04good morning16:13
testerhi16:13
edbianUnknown0BC, oh, anti-shock!16:13
Unknown0BClol16:13
edbianUnknown0BC, yeah, just check the harddrive (using a live CD to check the whole thing)16:13
Unknown0BCyeah sorry.16:13
alumno04how are you?16:13
oCeanalumno04: this is ubuntu technical support. /join #ubuntu-offtopic for social chat or /join #ubuntu-es for spanish support16:14
alumno04hello!16:14
testerhows it hanging?16:14
alumno04dog :SA16:14
Sentotrying to install ATI propertary driver...when i go to activate it it says i have broken packages....waht can i do?16:15
alumno04gays!16:15
AegNuddelHas anyone ever user a WD Livewire device with Linux, specifically Ubuntu?16:15
shcherbakalumno04: bye?16:15
alumno04de donde son?16:15
oCeanalumno04: please stop that16:15
alumno04Aaaaaaaahhhh16:15
alumno04What??16:15
lwizardlI removed the sound volume icon from my task panel how do i restore it? I don't see it on the add options16:15
bazhangalumno04, please stop16:15
shcherbak!o16:15
alumno04de que pais son?16:16
bazhang!es | alumno0416:16
ubottualumno04: 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.16:16
Sento!root | Sento16:16
ubottuSento, please see my private message16:16
tester!ro | tester16:16
ubottutester, please see my private message16:16
Sentothanks16:16
alumno04fuck fuck fuck!!16:17
Garzookathanks for getting rid of him bazhang16:18
tianyCan anyone help me ? If I am using git, and i have two branch, one is a, one is b, then, i want to replace c.txt in branch b with c.txt in branch a, Is there a simple solution ? thx16:18
yousefhi16:19
Garzookahello my friend16:20
tianyAlso, I have a problem that, I want to bind a shortcut key for open a new terminal, or a new tab in the openned terminal, is there any suggestions ?16:20
shcherbaklwizardl: add indicator applet to planel16:20
tianyHi16:20
lwizardlshcherbak, your awesome, that worked :) thank you16:21
tianyI want one short key, that do open a tab if a terminal is openned, or a new terminal16:21
x_need help trying to get spdif to work in ubuntu 10.10 it shows as unmuted / volume up in alsamixer but no sound.16:21
szpreaderHi, is there a program to lock the mousepad while typing?16:21
cablopthanks bazhang16:21
shcherbaktiany: Alt-Ctrl-t to open terminal.16:22
dodgy_scripttiany,  alt + ctl + t on most ditros16:22
BluesKajx_, I have to ask if the master is turned up as well16:22
tianyi know it, but it always open a new terminal16:22
x_BluesKaj, it is.16:22
tianybut i want to open a new tab if there is a terminal is oppened...16:23
testershift+ctrl+t16:23
murlidharhow can we set custom fonts for qt apps in gnome session ?16:23
shcherbaktiany: one more socond...16:23
x_BluesKaj, their is no light coming out of the wire though..16:23
osmosis_paulstupid question, somebody know why some executable files avan window dock let e16:23
BluesKajx_, is pulseaudio installed ?16:23
tianyoh, I see16:23
testertiany, ok16:23
osmosis_paullet me drag to the dock and anothers dont?16:23
x_BluesKaj, yea and my hdmi audio works16:23
shcherbaktester: my memory is failling, was hitting keyboard like a blind one.16:24
testerlol shcherbak16:25
tianyctrl + alt + t always open a new terminal....:(16:25
osmosis_paulsomebody know why avant  window dock dont let me drag a sh file to the dock16:25
osmosis_pauleven if i create a link of this file dont let me16:25
dodgy_scripttiany,  ctl + t opens a tab16:25
shcherbakwell, never use tabs, tho.16:25
BluesKajx_, do you have digtal coax audio out ?, Normally pcm is connected thru spdif> make spdif isn't muted16:25
BluesKajmake sure16:26
tianyctrl + shift + t can open a tab, but you must switch to the terminal first, but if i am not working in the terminal?16:26
dodgy_scripttiany,  ctl + shft + t opens a tab sorry16:26
x_BluesKaj, im trying spdif,. and yea thats unmuted its an intel hd card16:26
tianyi know, but if we are not working in the terminal, how to do it?16:27
shcherbaktiany: then you need script to get focus to terminal, opwen tan and focus back, devilspie?16:27
x_BluesKaj, iec958:CARD=Intel,DEV=016:27
x_ is my spdif device16:27
dodgy_scripttiany,  why would you want to open a tab that ur not going to use16:28
BluesKajx_, check the pcm ctrl16:29
x_BluesKaj, its all the way up and has no mute option16:30
tianyI am not meaning that, think this, you firt open a terminal, do something, and then you min the terminal , and do other things, after a minute, you wan to open a new terminal, i don't want to switch to the openned terminal then ctrl + shift + t, I hope there is an shortcut to switch to the openned terminal and open a new tab16:30
_skplis it possible to run emerald with metacity?16:31
jon_athonYAY16:32
tianyjust like ff woks16:32
shcherbak_skpl: not to my knowledge.16:32
guestwireless hotspot free wifi    but linux doesn't "autoconnect"  is there some script or tool that does some magic here ?16:32
dodgy_scripttiany,  i think i see  some kind of focus on open tab and auto open tab thing !16:32
guestlike at work i can use their wifi but only if i set the ip manually   ifconfig ath0 192.168.09.42     and on the hotspot i dont know the ip   so....   ?16:32
tianydodgy_script, er, how ?16:33
vulgarcitohello every one!16:34
shcherbakguest: dhcpclient, after assosiation16:34
shcherbakguest: dhclient, after assosiation16:34
shcherbakguest: sorry, too tied16:34
dodgy_scripttiany,  on my system i alt tab back to the terminal i opened brings up the blinking cursor the i could ctl + shift + t with out touching mouse16:36
* marcusant is sick16:36
edbiandodgy_script, that's gnome-terminal's default shortcut to open a new tab16:36
sikenczy ktoś tutaj włada po polsku?16:37
bazhangsiken, #ubuntu-pl16:37
shcherbak!pl16:37
ubottuNa tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.16:37
tianyif you open many windows, then alt+tab will be tired16:37
tianyisn't it?16:37
LunaVoraxHello everyone !16:37
ryanf_109Can anybody tell me what the difference between X and Gnome is? Does X lie deeper than gnome?16:38
LunaVoraxIs there a way not to show network connections on the desktop ? (samba folders, sftp, etc)16:38
shcherbaktiany: maybe other way, multi pane terminal with tmux or screen?16:38
vulgarcitoi have a server with two hard disks, first one have openSUSE 11.1 and in second and new (1TB) i has installed Ubuntu 10.10....    ....first it's was booting well but after instalation of Ubuntu just boot by GRUB; How i can't fix it for boot from first HD (OpenSUSE) again?16:38
edbianryanf_109, X draws things on the screen, gnome is a Desktop Environment.  It uses X to draw menus and such16:38
vulgarcitoi have a server with two hard disks, first one have openSUSE 11.1 and in second and new (1TB) i has installed Ubuntu 10.10....    ....first it's was booting well but after instalation of Ubuntu just boot by GRUB; How i can't fix it for boot from first HD (OpenSUSE) again?16:38
nubuntuLunar_Lampscreenlets might do that16:38
dodgy_scripttiany,  it goes back to the last one used16:38
vulgarcitoi have a server with two hard disks, first one have openSUSE 11.1 and in second and new (1TB) i has installed Ubuntu 10.10....    ....first it's was booting well but after instalation of Ubuntu just boot by GRUB; How i can't fix it for boot from first HD (OpenSUSE) again?16:39
edbianryanf_109, X is lower level than gnome16:39
ryanf_109edbian, thanks. So X has nothing to do with managing the actual windows?16:39
shcherbakLunaVorax: gconf-editor?16:39
guestshcherbak assosiation ?16:39
pullohi there, i want to do apt pinning on some package bu i cannot find /etc/apt/preferences file there is a folder preferences.d but it is empty how can i do that with which config file, i'm using maverick16:39
szpreadercan someone please tell how to restore the original theme 10.10 has?16:40
LunaVoraxshcherbak, yeah... and... ?16:40
edbianryanf_109, Technically no16:40
cablopno transparency themes ...16:40
cablopthey are very hard to find16:40
edbianryanf_109, aside that it draws them ;)16:40
=== pullo is now known as lexsyn
ryanf_109edbian, ok thanks. Does it draw anything for any other program other than gnome?16:40
shcherbakguest: yes, when you issue essid with ifconfig.16:40
edbianryanf_109, It draws everything16:40
CraigwellI am currently replacing a failing hard drive, and have my 10.04 /home partition backed up.16:40
shcherbakLunaVorax: apps>nautilus>desktop16:41
CraigwellDo you guys think I should take the opportunity to upgrade to 10.10, or should I stick with 10.04?16:41
ryanf_109edbian, ok. And what is passed to it, and what does it do with this information? Sorry If I'm confusing.16:41
=== plasma is now known as Guest27657
m4xxi'de stick with 10.0416:41
guestshcherbak iwconfig or ifconfig?16:41
CraigwellI like the LTS idea, don't really care to upgrade/reinstall every six months (except in cases like this, hd failure)16:41
shcherbakguest: iwconfig16:41
lexsyn hi there, i want to do apt pinning on some package bu i cannot find /etc/apt/preferences file there is a folder preferences.d but it is empty how can i do that with which config file, i'm using maverick16:41
LunaVoraxshcherbak, and unchecking "volumes_visible" right. It should remove also the SD cars and CD unfortunately but it'll deal with that16:42
shcherbakguest: sorry, you last one for now, so hope too connect you fast.16:42
Craigwellm4xx: I assume this is with the LTS consideration that you feel that way?16:42
dodgy_scripttiany,  it goes back to the last one used16:42
LunaVoraxbut I'll deal*16:42
m4xxyes, and less bugs afaik16:42
edbianryanf_109, well it has an entire API that I'm not super familiar with.  The program essential passes to 'gnome' (which is really gtk at this level) a big list of all the windows and buttons and such that make this app.  Then gtk translates all that to lines and boxes and circles and such and X draws them.  This btw is EXTREMELY vague and high level16:42
LunaVoraxThanks shcherbak16:42
Craigwellm4xx: ok, I appreciate that16:43
Craigwellthks16:43
dodgy_scripttiany,  sorry fat fingers lol16:43
vulgarcitoi have a server with two hard disks, first one have openSUSE 11.1 and in second and new (1TB) i has installed Ubuntu 10.10....    ....first it's was booting well but after instalation of Ubuntu just boot by GRUB; How i can't fix it for boot from first HD (OpenSUSE) again?16:43
ryanf_109edbian, I LIKE vague lol16:43
guestshcherbak ok so i set the essid to the hotspot and then run dhclient     and that "should" get me up and running ?16:43
shcherbakLunaVorax: you can produce shortcut on desktop from sd and cd16:43
shcherbakLunaVorax: you need just bash loop to react on mount16:44
sulumargreetings16:44
tianyis there any way to stop the empathy scroll......16:44
shcherbakguest: yes16:44
tianyI can't see the history......16:44
guestshcherbak ok thanks.16:44
sulumarDo you know a linuxdistro optimized for privacy16:44
ryanf_109edbian, will it be replaced with Wayland? and will Gnome be replaced by Unity?16:44
marcusantI am getting my dad netbook edition16:45
shcherbaksulumar: centos16:45
Picisulumar: If you are expecting any answer other than Ubuntu, you should be asking in ##linux, not #ubuntu.16:45
albertodoes anyone use 2D unity right now?16:45
shcherbaksulumar: paranoid security16:45
shcherbakPici: sorry16:45
Nisstyresulumar, Tinhat Linux16:45
Pici!ot16:45
ubottu#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!16:45
edbianryanf_109, There are talks of both.  If Ubuntu switches to Unity they have promised that you will not be forced to use it (i.e. gnome will still be available)16:46
AegNuddelI have way too much trouble installing a wireless card in my one box.  Though I do not have the money at the very moment, at the beginning of next month, I will.  I need to know if this sounds like a good solution for Internet connectivity.  http://www.plasternetworks.com/powerline-homeplug/16:46
edbianryanf_109, wayland in place of X is a loong way off. They're talking about maybe having it implemented in 11.10 and they still have no date set to make it default16:46
szpreadercan someone please help me restore the original theme ubuntu has?16:46
sulumarcant find paranoid security16:46
shcherbaksulumar: I have said that centOS have paranoid aproach to security.16:47
marcusantSo... My dad wants anti virus on ubuntu... I am trying to explain...16:47
shcherbakszpreader: in apperance pick Ambience theme.16:48
szpreaderthe right click menu, and the icons are changed16:48
szpreaderthey're white16:48
szpreaderI don't know what happened16:48
szpreaderand each time I change it to ambience it only moves the minimize, close buttons to the left16:49
pointhello16:50
pointmatafaka16:50
testerhi16:50
pointwhy are u jew16:50
shcherbakszpreader: change to Human theme, reload compiz/metacity --replace, and change to Ambience16:50
bazhangpoint stop that16:50
ryanf_109edbian, ok thanks!16:50
pointu niggas16:50
pointwhy are u jewa16:50
pointjews16:51
srinivas_i am using pinguy 10 os16:51
testerthanks16:51
bazhangsrinivas_, thats not supported here16:51
srinivas_i need to connect16:51
|Bboy|Question: How can i record mouse raw data in 10.10?16:51
OerHekssrinivas_, pinguy os is not ubuntu, and i can't find a pinguy irc channel on freenode, sorry16:53
rodsurhey guys, im having problems with that my main harddrive is taking forever to load and get detected by both grub and ubuntu when i boot16:53
shcherbak|Bboy|: one of programs like xbindkeys record any input, put there are python scripts for it too.16:54
x_ubuntu 10.10 everything unmuted, spdif selected as default pcm. But no matter what I do I can't get sound out of the mini plug to toslink cable, what am I missing hear? pavucontrol shows it playing...16:54
|Bboy|shcherbak: hey thanks alot this is great.. something to look into..16:55
rtdosin future releases, is ubuntu going to include and focus on libreoffice instead of openoffice due to the recent changes that happened?16:55
marcusantWhat is the root pwd for wubi?16:56
nubuntuthere isnt one by default16:56
rohitnikcoolhello to everyone16:56
shcherbakrodsur: force chdisk for next boot, open disk utilitu from menu and look in smart info.16:57
elifHi guys, I would like to setup a mirror to server an internal network, I would like just to have a few packages mostly to a basic installation, I read about apt-cacher and debmirror, but is there a way just to have a ftp with the basic packages ?16:57
elif*serve16:57
dariohi16:57
bazhangelif, apt-mirror? how much in GB were you imagining16:57
elifbazhang: no more than 10G16:58
rohitnikcooli removed window xp and installed win7 so after that i again install grub from livecd but now i have grub showing winxp ,win7 and ubuntu.Plz help16:58
bazhangelif, any reason not to just use apt-mirror then?16:59
bazhang!grub2 | rohitnikcool16:59
ubotturohitnikcool: 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/Grub216:59
bazhangrohitnikcool, update-grub yet?16:59
zakwilsonrohitnikcool: you might try installing startupmanager and using that (System>Administration in the menu) to edit your boot menu.16:59
fubadaanyone using buntu on a macbook pro?16:59
mongyrohitnikcool, sudo update-grub16:59
fubadaim having bluetooth issues, i see the adapter under lsusb, but no device17:00
fubadabut somehow my bt mouse is working17:00
rohitnikcooli have updated grub17:00
x_ubuntu 10.10 everything unmuted, spdif selected as default pcm. But no matter what I do I can't get sound out of the mini plug to toslink cable, what am I missing hear? pavucontrol shows it playing...17:01
zakwilsonrohitnikcool: another possibility is that you have a factory recovery partition that's showing up as WinXP. That's fairly common on computers from big manufacturers.17:01
elifbazhang: hum... I didn't tried... let me see, thks the help17:01
elif*try17:01
rohitnikcoolzakwilson: so what do i do now17:02
=== syn3rgy_ is now known as onryo
zakwilsonrohitnikcool: what did you do already?17:02
tobis87Hello, I have a problem with kaffeine in ubuntu 10.10,  when I watch dvb-t the framerate is too high. It should be 25fps for pal, but it is 50.17:02
rohitnikcoolzakwilson: i just removed winxp and installed win7, but grub shows winxp also.17:03
rohitnikcoolzakwilson: i did grub update17:03
PsPhaKeR_I some help playing Fallout 3 on wine in Ubuntu 10.1017:03
zakwilsonAhh, I see, StartupManager doesn't let you edit the menu. Read the above links on help.ubuntu.com; you may need to edit the grub configuration manually.17:04
PsPhaKeR_I need some help playing Fallout 3 on Wine in Ubuntu 10.1017:04
rohitnikcoolzakwilson:ok17:04
tobis87The stream is interlaced, maybe this is where the 50fps come from, but If I enable deinterlacing it is still 50 and not 25 in kaffeine.17:04
* Bokkie is off to hunt for food17:05
puppyI tried to reinstall ubuntu 10.10 after a failed upgrade.I selected the root drive on which the current ubuntu installed but it says "root  file system not defined".How can I solve this17:05
PsPhaKeR_11:03 < PsPhaKeR_> I need some help playing Fallout 3 on Wine in Ubuntu 10.1017:05
bazhangPsPhaKeR_, /join #winehq17:06
PsPhaKeR_ok17:06
PsPhaKeR_thanks17:06
testermmm food17:06
puppyI tried to reinstall ubuntu 10.10 after a failed upgrade.I selected the root drive on which the current ubuntu installed but it says "root  file system not defined".How can I solve this17:07
loiaconafilm17:07
tobis87There is already a bug filed against kaffeine, regarding the framerate: https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/568025 , how can this get fixed? It was working on earlier versions.17:08
nicofswhen trying to convert a flv movie with ffmpeg, i get "Incorrect frame size"... what can i do?17:08
bazhangnicofs, use handbrake instead?17:09
nicofscan that be as specific as ffmpec?17:11
arcturusknightfds17:11
bazhangnicofs, fairly much, yep. nice gui as well17:12
x_ubuntu 10.10 everything unmuted, spdif selected as default pcm. But no matter what I do I can't get sound out of the mini plug to toslink cable, what am I missing hear? pavucontrol shows it playing... its an intel hd audio17:12
schnufflenicofs: if you prefer matroska container tere is ogmrip17:13
Dakravhow would i make passwd available to non-root users with terminal?17:13
nicofsi need an mp4 with h264 and aac17:13
bazhangthen handbrake17:14
shcherbakDragnslicer: is it not17:14
shcherbakDakrav: is it not17:14
Dakravno17:14
=== jae_ is now known as jae
Dakravshcherbak: it's not17:16
pogglewhy17:16
pogglewhy is the diskcreator app taking so long17:16
=== ryu is now known as KamiKaZe
=== emma_ is now known as em
shcherbakDakrav: how? any user can change own password.17:19
wwalkerubuntu 10.10, user deleted partition map and boot sector.  rewrote partition map.  How do I reinstall grub on ubuntu 10.10?17:20
ayeceeDakrav: passwd is normally installed with setuid. is yours not?17:20
x_wwalker, sudo grub install /dev/rootofhd17:20
Dakravshcherbak: i'm trying to us JTR and i have to be able to have access to passwd without root, but i can't seem to find how to make it available any where, i've checked their site, i've googled it, but i can't figure it out17:21
wwalkerx_ I did that, but there is no menu.lst17:21
wwalkerso it just boots to the grub prompt17:21
x_hm.17:21
wwalkeractually I did it from grub boot CD17:21
shcherbakDakrav: JTR?17:21
wwalkerhaven't gotten the OS booted, I'll try that now.17:21
Dakravshcherbak: john the ripper17:21
raphaHi all!17:21
x_wwalker, if ur first partition is /dev/sda1 then you do sudo grub-install /dev/sda not sda1 did you do that?17:22
raphaI just bought a new computer, and it has a SATA DVD burner, but it doesn't work under Ubuntu (can't even see it in Nautilus) - how to make it work?17:22
tobis87Captured video sample with kaffeine: http://www.mediafire.com/?ddc5zysg3aty9az . Maybe I missed a setting for pal, but I don't think so.17:22
shcherbakDakrav: ok, do you have user now? passwd <acctuall user>17:23
ayeceeDakrav: do you mean /etc/passwd? that's available without root, but you probably want access to /etc/shadow as well.17:23
OerHeksrapha insert a blanc CD-r and it will appear on your desktop.17:23
vulgarcitoi have a server with two hard disks, first one have openSUSE 11.1 and in second and new (1TB) i has installed Ubuntu 10.10....    ....first it's was booting well but after instalation of Ubuntu just boot by GRUB; How i can't fix it for boot from first HD (OpenSUSE) again?17:23
raphaOerHeks: no it doesn't. The DVD drive doesn't appear at all; nowhere - and dmesg has this about it: http://pastie.org/private/8ypwjvdsp9pke3dexzdw17:23
m_tadeuhow can I downgrade a package without removing it's dependencies?17:23
asflmfHey guy's I'm having rootdelay issues17:24
schnufflevulgarcito: http://www.unixmen.com/linux-tutorials/1170-how-to-change-the-default-boot-order-for-grub2-in-ubuntu-1004-and-ubuntu-1010-maverick-meerkat17:24
Dakravi'm supposed to do this: unshadow /etc/passwd /etc/shadow > mypasswd     but the read me says i need to make it available to non-root users, but i don't know how, and when i try to do it, it says 'Permission denied'17:25
nicofsis there a way to play blu-ray discs?17:25
thb_?17:25
asflmfI'v e looked online for resolutions but I find nothing for V10.1017:25
asflmfany ideas?17:25
ayeceeDakrav: it would be bad to make /etc/shadow available to non-root users.17:26
Dakravayecee: it would?17:26
ayeceeyes17:26
Dakravk17:26
schnuffleDakrav: very bad17:26
Dakravso is john the ripper a bad program to use?17:26
Dakravshould i get cain and able instead?17:26
sam-_-Dakrav, extremely bad17:26
ayeceeDakrav: why do you want to use it?17:27
ayeceeit's a great program for certain purposes, but very few of those are good purposes.17:27
Dakravi have to get into a PC17:27
ayeceewhy?17:27
mbeierlI have a old quad ethernet card that I've put into my ubuntu box.  lspci shows it by name, with all four ports, but what I don't know how to do is to make an eth1,2,3,4 out of each of them?!?17:27
shcherbakDakrav: User can change own password using passwd, sudoer can chnage any password using sudo passwd. How do you want to redesign it?17:27
Dakravi don't know what the password is, but there's information i need to get off it17:27
ayeceeDakrav: reboot the machine in single user mode.17:28
sam-_-!cracking | Dakrav17:28
ubottuDakrav: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o17:28
=== jamie is now known as redneck05
* shcherbak is not on time rith now.17:29
Dakravwhat should i do to get into a PC using ubuntu 10.04 when i don't know the password? it's a serious question, i'm not trying to get into some one else's computer, it's mine, and i don't know what to do17:30
rww!password17:30
ubottuForgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords17:30
rwwfirst link17:30
tobis87Dakrav: Use a bootcd and chroot into the machine...17:30
rwwnah. can do it without a LiveCD usually17:31
ayeceea livecd is certainly the easiest way for the inexperienced..17:31
Dakravso i use a live cd and boot from that?17:31
nicofsbazhang, handbrake could encode the video - but the result is not compatible with my device...17:31
ayeceeDakrav: yes17:32
glacemangood evening every 117:32
Dakravand that will let me get all my stuff off of their?17:33
Dakravthere*17:33
ayeceeDakrav: yes17:33
asflmfHey guys having rootdelay issues, any ideas on how to resolve this?17:34
asflmftried online but nothing seems to help17:34
Dakravwhen i boot from the cd, do i choose try ubuntu?17:34
ayeceeDakrav: yes17:34
Dakravthanks!17:34
ayeceeasflmf: what is the issue?17:34
asflmfit's not booting properly @ayecee17:35
ayeceewhat does it mean, not booting properly?17:35
john38shcherbak, you there17:35
asflmfthats what keeps coming up @aycee root has timed out17:36
asflmfrootdelay keeps coming up17:36
ayeceeasflmf: I don't know what you mean. What is rootdelay? When does it say root has timed out?17:37
asflmfI am not able to make it to the main screen @aycee17:37
asflmfwhere one would input password17:38
ayeceewhat screen are you on?17:38
=== de_ is now known as deT
mbeierl"sudo lshw -C network" shows that there are now 4 more network ports, all unclaimed, but I still don't know how to activate them.  What am I missing?17:39
asflmfI make it to where you choose what version of Ubuntu you want to use17:39
asflmfI hit what I want17:39
wwalkerhow does ubuntu 10.10 use grub without a menu.lst file?17:39
asflmfit begins to want to boot, it times out and I get a bunch of rootdelay errors17:39
SirFunkAnyone here encrypt their / partition with luks??? and know how to unlock it via SSH17:39
wwalkerx_: yes I used /dev/sda17:39
rwwwwalker: grub2 doesn't use menu.lst17:40
rww!grub217:40
ubottuGRUB2 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/Grub217:40
yellabs-r2hello there17:40
wwalkerrww: thanks!17:40
sam-_-asflmf, are you booting from cd?17:40
ayeceeasflmf: what do the rootdelay errors say? do you have the full text recorded?17:40
asflmfI'm new to Linux so having to deal with cmd lines is a little unerving17:40
john38how long does it take you guys to respond to bug reports?17:40
yellabs-r2i have a video in ogv ( ogg video ) what would be the best and highest quality i would get to encode it into ?17:40
sipiorjohn38: us guys don't generally respond to bug reports.17:41
john38i mean launchpad17:41
sipiorjohn38: you might try asking them.17:41
sam-_-SirFunk, you would have to customize your initrd17:41
Ptptayloryellabs-r2: if you convert it to anything you stand the chance in losing quality, you can't gain quality through encoding into something else17:41
rwwjohn38: depends on the package, how well the bug report's written, whether anyone can reproduce it, whether its a common problem, and the phase of the moon17:41
asflmf@ayecee @sam it states : gave up waiting for root device17:41
john38damn17:42
SirFunksam-_-: yeah, I installed dropbear... and copied the ssh keys, but when i try to login it still asks for a password and doesn't accept any of them17:42
john38my problem is printing17:42
yellabs-r2Ptptaylor, i kind of have to, since youtube does not understand ogv17:42
asflmf@ayecee @sam boot args/check root delay17:42
yellabs-r2tips?17:42
asflmf@ayecee @sam things like that17:42
john38i issued one about month and half ago17:42
sipiorjohn38: why not put your problem to us here? maybe we can help you a bit more quickly than launchpad.17:42
sipiorjohn38: or is the issue a known bug?17:42
sam-_-asflmf, so... you boot from cd?17:42
ayeceeasflmf: is this right after doing the install?17:43
yellabs-r2should i go for mp4 ?17:43
Ptptayloryellabs: it depends what you want, if you want to reduce file size then yes convert it into mp417:43
asflmf@sam it also mentions something regarding BusyBox17:43
Ptptayloryellabs: but you will not gain anything from doing it! only save space17:43
SirFunksam-_-: any idea?17:44
yellabs-r2no not really, just want the best quality for upload to youtube ( since it does not take ogv )17:44
ayeceeasflmf: are you booting from cd?17:44
My-Computerhow do i set the percentage amount of battery power to be considered critically low17:44
asflmf@Sam I was able to install/install went well/but when it went to boot up that's when everything went down hill17:44
asflmf@ayecee @sam not booting from cd17:44
sam-_-SirFunk, could be a lot of things. try this tut. http://users.telenet.be/mydotcom/howto/linux/sshpasswordless.htm17:44
asflmf@ayecee @sam the intial install was from a cd17:45
ayeceeasflmf: are you booting from a raid array, or a single hard disk?17:45
john38i got 2 computers running 10.04 32bit with WiFI printer using Canon MP560 proprietary drivers...Computer A: Wired printing ...Computer B: Wirelessly Printing. computer A prints fine so far..Computer B recognizes printer but has limited printing17:45
SirFunksam-_-: yeah, i  know how to do passwordless ssh.. I'm just not sure how dropbear sets it up in the initrd.. there's no config for dropbear that i can find17:45
asflmf@ayecee I believe a single hard disk. How could I find out?17:45
asflmf@ayecee raid is external? correct17:46
ayeceeasflmf: no, raid can be internal. but if you're not sure, you're probably not using raid :)17:46
markturnipAnyone have any advice for running a 3G USB dongle on a headless server?17:46
asflmf@ayecee understood17:46
sam-_-SirFunk, not sure if dropbear allows passwordless logins. are you?17:47
SirFunksam-_-: from the tutorials i've read it does17:47
schnufflemarkturnip: what purpose?17:47
SirFunksam-_-: it generates pub/private keys17:47
markturnipWell firstly just being able to make a connection.17:47
ayeceeasflmf: the problem here is that it's looking for your root partition, but can't find it for some reason. It's assuming that's because the disk hasn't finished starting up, but that may not be the reason.17:47
markturnipschnuffle: Then being able to share the internet using Hostapd.17:47
=== ian_ is now known as Namachieli
sam-_-SirFunk, ok. i would have been surprised if it didn't17:48
ayeceeasflmf: what kind of computer do you have? Is it homebuilt? If not, what's the make/model?17:48
asflmf@ayecee what do you recommend then?17:48
SirFunksam-_-: it keeps no logs that i can find... so i don't know how to figure out why it wont' take my key17:48
ayeceeasflmf: since troubleshooting this would be difficult, we'll hope that someone has had this same problem with your particular model and fixed it :)17:49
schnufflemarkturnip: IPcop maybe17:49
My-Computeri have my power settings to stay on however what is considered to be critically low is set to high how do i lower that percentage17:49
asflmf@ayecee it's a gateway Duo core17:49
sam-_-SirFunk, did you inspect your initramfs. if it contains the keyfile?17:49
ayeceeasflmf: could you get the specific model?17:49
SirFunksam-_-: how do i do that?17:49
asflmf@ayecee Gateway NX860XL17:50
=== squishy is now known as SquishyNotHere
asflmf@ayecee intel core 2 duo/2.16 GHz17:50
sam-_-SirFunk, not sure if this works: http://www.alexxoid.com/blog/linux/how-to-unpack-an-initrd-image.html17:51
john38i got 2 computers running 10.04 32bit with WiFI printer using Canon MP560 proprietary drivers...Computer A: Wired printing ...Computer B: Wirelessly Printing. computer A prints fine so far..Computer B recognizes printer but does not print entire documents jobs17:51
SirFunksam-_-: thanks, i'll check it out17:51
sam-_-SirFunk, has been a while since i messed with my initrd17:51
asflmf@ayecee 2 Gig DDr2 SDRAM17:51
ayeceeasflmf: is it a desktop or laptop?17:51
asflmf@ayecee laptop17:51
SirFunksam-_-: looks like the authorized_keys file is there17:52
SirFunkas well as the dropbear pub keys17:52
SirFunkand private17:52
asflmf@ayecee got tired of windows and bolted for Ubuntu, after reading about it'17:52
sam-_-SirFunk, in the same dir, right?17:52
anternathello17:53
anternatis phpmyadmin included in jaunty?17:53
ayeceeasflmf: unfortunately, it doesn't look like anyone else has reported this kind of problem with 10.1017:53
SirFunksam-_-: uhm.. well the authorized keys are in /root/.ssh and the other keys are in /etc/dropbear17:53
sam-_-SirFunk, just found a better method: lsinitramfs17:54
sam-_-SirFunk, list the contents only though17:54
ayeceeasflmf: troubleshooting this would be fairly difficult as a new user, and it may have been caused by a bad install. The easiest thing to do at this point would be to try reinstalling and see if it does it again.17:54
asflmf@ayecee I've looked online but all the issues have been with past versions of Ubuntu17:54
anternati have a LAMP server and wonder how to install phpmyadmin from Cd if possible?17:54
SirFunksam-_-: i already extracted it17:54
sam-_-SirFunk, well that could be it. i'm not sure about dropbear since i never used it.17:54
SirFunkyeah17:55
SirFunkgrrr17:55
asflmf@ayecee should i wipe out the HD or just trying to reinstall17:55
ayeceeasflmf: wiping the hd would be a good idea17:55
SirFunksam-_-: from the tutorials it should "just work" by installing the dropbear package17:55
asflmf@ayecee understood17:55
ayeceeit may not be necessary, but it takes some of the guesswork out of it.17:55
sam-_-SirFunk, were they for your specific ubuntu version?17:56
SirFunkyup17:56
asflmf@ayecee the strange thing is that after booting up the computer it works17:56
SirFunklet me find them17:56
asflmf@ayecee I'm using it right now, very perturbed17:56
mongyanternat, install it from the repo17:56
sam-_-SirFunk, did you try the keys with openssh?17:56
john38anybody help?17:56
ayeceeasflmf: what do you mean? I thought it didn't boot?17:56
SirFunksam-_-: yeah, openssh on the client trying to login to dropbear on the server17:57
asflmf@ayecee That's the troubling thing. I only stumbled upon this after rebooting it a couple of times17:57
ayeceeasflmf: does it go away if you reboot again?17:57
asflmf@ayecee after shutting the computer down several times, it just boots properly17:57
wasutton3-Kiradoes anyone think an ati 9250 can play back full hd video?17:57
anternatmongy: sorry a noob question but that means get it from internet repos right?17:58
sam-_-SirFunk, so definitely a dropbear issue then?17:58
ayeceeasflmf: interesting. that is important information.17:58
asflmf@ayecee no it doesn't. There is something wrong though17:58
=== ian_ is now known as Namachieli
sam-_-wasutton3-Kira, also depends on your processor17:58
mongyanternat, yes17:58
SirFunksam-_-: i *think* so... http://ubuntuforums.org/showthread.php?t=164831917:58
asflmf@ayecee your recommendation sounds correct (even though I was hoping not to go that route)17:58
wasutton3-Kirasam-_-: its a 2.8 ghz p4 and 2 gigs of ram17:59
asflmf@ayeceeI will do it and keep you posted17:59
ayeceeasflmf: it's something to try, but it may not resolve the problem if it's intermittent like you describe.17:59
ayeceeasflmf: okay, good luck17:59
asflmf@ayecee are you on here often?17:59
anternatmongy thanks17:59
ayeceeasflmf: sometimes, but i'm not always watching.17:59
My-Computeri know where my power preferences are however i want to change the percentage of what those preferences are considerd critically low18:00
asflmfhow can I directly DM/IM you? is there a way18:00
sam-_-wasutton3-Kira, why don't you just try it? i don't know... btw. it also depends on if they are h.264 or mp4 etc.18:00
sam-_-wasutton3-Kira, why don't you just try it? i don't know... btw. it also depends on if they are h.264 or mpeg2 etc.18:00
asflmf@ayecee just to email you18:00
=== johnny is now known as Guest21219
Guest21219hello18:00
ayeceeasflmf: I'd prefer you didn't. there are a lot of smart people here who can help you as well as i could.18:00
Guest21219how do you remove grub?18:00
Guest21219completely18:00
asflmf@ayecee understood18:01
wasutton3-Kirasam-_-: i am running archlinux actually and i was just concerned with the possibility18:01
=== ian_ is now known as Namachieli
Guest21219anyone know how to delete grub?18:01
sam-_-wasutton3-Kira, that wasn't too helpful, was it? maybe someone else knows...18:01
SirFunksam-_-: i think i might have found the problem18:01
sam-_-SirFunk, do tell18:02
SirFunki think the private keys mismatch or something.. i'll have to try it out when i have physical access to the box18:02
wasutton3-Kirasam-_-: i know, i have to tinker with drivers18:02
Marqeaux@Guest21219: Why you wanna delete Grub? Because you want to switch back to Windows?18:02
Guest21219because i need to do a system restore, then install linux again18:02
Guest21219but during the install the grub stops me18:02
SirFunksam-_-: gonna head home for lunch and give it a try18:02
Guest21219with grub recovery18:03
SirFunkthanks for making me poke aroudn the initramfs18:03
Guest21219so i need to remove it, then recover, then install linux18:03
sam-_-SirFunk, anytime18:03
MarqeauxWhat does it say when Grub interrupts your installation?18:03
Guest21219just comes up with grub recovery18:03
sam-_-SirFunk, or any time18:03
Guest21219black screen, flashing cursor18:03
MarqeauxYou want to install Ubuntu, or another Linux distro?18:04
Guest21219ubuntu18:04
MarqeauxOkay...18:04
magicianlordGood morning.18:04
s0ulI have a question for all...18:05
MarqeauxTry to reinstall Grub first from a live session, and then install Ubuntu again. While installing, overwrite Grub again. That should do the trick!18:05
Guest21219ive already tried, ive only got ubuntu installed right now18:05
s0ulI"m trying to connect my xbox 360 to my laptop to stream media. Short of using VMware is this even possible?18:06
sam-_-wasutton3-Kira, my feeling is though: your processor is too slow. i remember having problems with full hd on a T5600 ( core 2 duo)18:06
Guest21219and when i run the recovery agent to get back windows as well, grub blocks it18:06
claushi there, how can i change the default soundoutput in kubuntu 10.10?18:06
clausin teamspeak3 i can select the output-device but chromium still plays thru my intern soundcard even tho i set my headset as primary in phonon18:06
wasutton3-Kirasam-_-: hmmm i will have to take a look18:06
MarqeauxOkay....18:06
Guest21219is there nothing i can run in terminal18:06
MarqeauxSo... start up Ubuntu in a live session....18:06
Guest21219ok18:06
MarqeauxYes, you can! But only in a live session....18:07
Guest21219ok im taking notes!18:07
Guest21219boot into live session18:07
MarqeauxOkay.... this is what you need to do....18:07
sam-_-wasutton3-Kira, btw. if it is full hd "embedded" in flash. forget it. flash needs about twice as much power as it should.18:07
MarqeauxIn the live session, go to the terminal.....18:07
wasutton3-Kirasam-_-: i refuse to use flash for things like that18:07
Guest21219ok18:08
magicianlordwasutton3-Kira: why18:08
sam-_-wasutton3-Kira, just thought: maybe you stream it from somewhere.18:08
wasutton3-Kiramagicianlord: because its a power hog18:08
wasutton3-Kirasam-_-: well that defeats the purpose of having the computer next to the tv18:08
MarqeauxIn the terminal, type this: sudo mount /dev/sdaX /mnt (X stands for the number of the partition where Ubuntu is installed on....18:08
sam-_-magicianlord, s/he is talking about adobe flashplayer18:09
MarqeauxPress "Enter" (of course)....18:09
Guest21219ok18:09
magicianlordwasutton3-Kira: true18:09
MarqeauxThen you type in the terminal: sudo grub-install /dev/sda --root-directory=/mnt18:09
MarqeauxAnd  press "Enter".....18:10
MarqeauxAfter that, typ in your terminal: sudo reboot.18:10
MarqeauxNow Grub should work again. Try this first! ;)18:10
Guest21219ok thanks18:11
Guest21219but grub is working18:11
Guest21219ill try explain a bit better:18:11
MarqeauxOkay...18:11
Misohow to go on onlinegamesnet.chat?18:11
jdelanoycan anyone suggest something to help Ubuntu manage power better on a laptop?18:12
Guest21219I had ubuntu and windows dual booting18:12
jdelanoyit currently runs down my battery in like an hour, whereas Win7 gives me about 3 hours18:12
MarqeauxGo on....18:12
Guest21219so i tried to restore, because i did something wrong on windows18:12
Guest21219which formatted my hdd, and installed windows (partly)18:12
Guest21219then it rebooted, and i just got grub recovery18:13
Guest21219and it wouldnt let the recovery move on18:13
milen8204Anyone knows, How can I reset settings to recordMyDesctop18:13
milen8204?18:13
Guest21219so i thought if i got rid of the grub then the recovery would be fine18:13
MarqeauxThat's because you UUID has changed. Try to install Grub again, so it recognizes everything again....18:14
Guest21219ok so i should:18:14
Guest21219run recovery18:14
Guest21219boot into live18:14
Guest21219install grub18:14
Guest21219and then finish recovery?18:14
FloodBot2Guest21219: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:14
sam-_-milen8204, delete the config files.18:14
MarqeauxWell, just install Grub, and see what happens.... ;)18:15
Guest21219so is it possible to just install grub, without linux18:15
milen8204sam-_-, where I can found it ?18:15
agentgasmaskOn hardy, I pull up System -> Administration -> Hardware Drivers to enable proprietary drivers for my zotac geforce GTS 450, But there is nothing listed. Should I install the .run file from Nvidia as a next step?18:15
Guest21219so then after windows is sorted, i can install ubuntu again18:15
sipiorjdelanoy: might start here: http://productivegeek.com/articles/how-to-maximize-the-battery-life-on-your-linux-laptop/18:15
Mark_What's the best solution for VNC'ing a headless server?18:15
jdelanoythanks18:15
sam-_-milen8204, don't know where they are.  maybe in .config   or .gconf   or .recordmy***18:15
MarqeauxYep, you should (normally)....18:15
Guest21219ok, and i can use the commands you gave me to install only the grub?18:16
milen8204sam-_-,  ok thanks i will see18:16
MarqeauxYes....18:16
sam-_-Mark_, you don't. use ssh18:16
Guest21219ok thanks for your help mate18:16
Mark_Of course, I know that.18:16
Guest21219ill give it a bash!18:16
Mark_But I want to VNC to be able to manage a GUI only app.18:16
MarqeauxYou're welcome! ;)18:17
sam-_-Mark_, well then you would need to give it a head first18:17
EagleCZAny idea on how to enable Numlock after grub? I would like to have it on when i'm logging in to both windows and ubuntu18:17
Mark_sam-_-: There's got to be a way I can virtually create a head?18:18
schnuffleMark_ : of course just install te gui programm, if you have X onthe client you can ssh to your server and enbale X11Forwarding18:19
zatanHi is anybody would like to help me with font rendering on chrome  ? see diferences : http://chromium.googlecode.com/issues/attachment?aid=-5355753394851499109&name=screenshot1.png&token=3f773804d7a72362db124e9237e9288a&inline=118:19
sam-_-Mark_, maybe this is for you: http://tldp.org/HOWTO/XDMCP-HOWTO/ssh.html18:19
Mark_sam-_-: Thanks.18:20
gnewbHello, I built a new box and wish to activate or access the Netgear Wireless card that I do not have any data on?18:22
sam-_-zatan, doesn't chromium honor the fonts you select in gnome?18:22
sam-_-gnewb, you want to connect your box via wifi?18:23
_skplcan someone help me get last-exit to work? i cant get any sound when it says its playing18:23
gnewbsam-_-, : Yes18:23
sam-_-gnewb, what is the exact name of the card?18:23
gnewbsam-_-, Therein is the error, it is a Netgear, but the letters and numbers are very small, let me look at it again as it is installed.18:25
sam-_-gnewb, if pci: lspci    if usb:   lsusb18:25
sam-_-gnewb, it will tell you the name18:25
gnewbsam-_-, Thank you, opening Terminal now...18:26
=== Afrix2 is now known as Afrix
gnewbsam-_-, Marvell Technology (rev83)18:27
sam-_-gnewb, could you post the full line?18:27
BejjanHeya18:28
gnewbsam-_-, srry: Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)18:28
zatansam-_-,  not it doesnt18:29
zatando you have any ideas for this issue ?18:29
BejjanIm trying to get ubuntu booting with GPT partition table, but keep running into problems, been googling and trying alot of different aproaches for several days now, any hints would be very much appreciated.18:29
C3Dhow do i install gtk+ 2.20?18:29
j_ayen_greencan someone recommend a good ide that supports php AND git. Installed aptana 3 and git is nowhere to be seen, including the help index18:29
sam-_-gnewb, seems like you have bad luck. there is no native driver for your card. you can install the windows driver though18:31
BejjanGRUB, GPT, Ubuntu 10.x, Wont boot, Advice please!18:32
sam-_-gnewb, here is a tut: https://help.ubuntu.com/community/WifiDocs/Device/Netgear_WG311_v318:32
gnewbsam-_-, Thank you!18:32
C3Dhey i just installed the same wireless card18:32
sam-_-zatan, may #chromium-support can help18:33
gnewbsam-_-, I just installed the Windows driver thing before I logged in here to ask..18:33
zatansam-_-,  thanks18:33
sam-_-gnewb, didn't work?18:33
jon_athonWhat's the command line paket sniffer?18:34
gnewbsam-_-, Only did one test, still working on it,,,18:34
sipiorjon_athon: tcpdump18:34
sam-_-gnewb, oh ok.18:34
jon_athonthanks18:34
sam-_-gnewb, good luck18:34
=== Lenin_Cat is now known as Lenin_Reeducator
gnewbsam-_-, Thank you, the fix is very near now.18:35
=== Lenin_Reeducator is now known as Lenin_Cat
john38sipior, you there18:37
sipiorjohn38: help you with something?18:37
Bejjananyone here or is everyone bots ?18:37
sipiorBejjan: i passed my Turing Test last week.18:38
john38sipior, yeah i didnt factor in that my usb dongle problaby doesnt work well with wireless printing18:38
nit-witBejjan, post at the Ubuntu Forums if you want help with that quicker I think.18:38
mkquistBejjan: mostly just us bots18:38
mkquistbeep18:38
ActionParsnipBejjan: I'm not a bot18:38
john38sipior, is there a good usb adapter that works well with ubuntu for wireless printing18:38
Bejjannit-wit, wont help, been reading there, no point in making new posts with same topics, it seems to be randomly working for others18:39
sipiorjohn38: not sure why printing should be a special case. any supported usb adapter should be fine, i would think.18:39
john38sipior, oh18:39
Bejjaneither ubuntu/linux in general is not really mature for gpt, or atleast the bootloaders, or there is just sloppy coding18:40
ActionParsnipJohn38: if you grab one with a broadcom 43xx chip it should be ok18:40
feuoie18:40
sipiorBejjan: it's relatively new. if you think you can improve the code, by all means go ahead.18:40
john38ActionParsnip, which adapters ahve broadcom 43xx18:40
ActionParsnipBejjan: what is gpt?18:41
ActionParsnip!hcl | joh18:41
ubottujoh: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection18:41
jon_athonwould anyone mind telling me if they can access http://informaldebate.com18:41
BejjanActionParsnip, GUID Partition Table18:41
sam-_-john38, https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported18:41
sam-_-!ot | jon_athon18:41
ubottujon_athon: #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:41
EnzoGameciao18:42
ActionParsnipBejjan: not aware of it. Sounds fancy18:42
jon_athonsam-_-, yes, I realize that, but they are busy talking about college18:42
EnzoGameparlate italiano18:42
oCean!it | EnzoGame18:42
ubottuEnzoGame: 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)18:42
jon_athonnvm its working18:43
ActionParsnipCool18:43
BejjanActionParsnip, its one way of handling partitions in excess of 2.2tb18:43
coldfrontmy wifi connection manager in the toolbar disappeared how do i get it back?18:44
sam-_-Bejjan, what's another?18:44
valentinI'm stuck at setting up openLDAP, https://help.ubuntu.com/10.10/serverguide/C/openldap-server.html and https://help.ubuntu.com/10.10/serverguide/C/samba-ldap.html and http://www.howtoforge.com/install-and-configure-openldap-on-ubuntu-karmic-koala always fail, i get invalid authentication when trying to add something ;( i followed every single one of them carefully and ive been trying this for the last couple of hours, is there any pro18:44
valentinperly explained guide? A bit more than type <command> would be nice, maybe a proper explanation of what the command does.18:44
x_ WHy wont my fucking optical work in ubuntu when pulse audio claims it is.18:44
FloodBot2valentin: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:44
sam-_-coldfront, nm-applet18:44
oCeanx_: calm down18:44
Bejjansam-_-, im unaware, but i didnt want to limit my statement to just gpt, just to avoid being slandered for that :P18:44
x_oCean, you calm down I've been trying for hours and waiting for someone  to say something other than is it muted.18:45
sam-_-Bejjan, ah18:45
vega-_tricky question: got NO sound with movie player, cd player, rhythmbox ... but, sound works just fine with an application using alsa directly. What could be wrong? Nothing is muted in mixers18:45
sam-_-!language | x_18:45
ubottux_: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.18:45
ActionParsnipBejjan: i see. Ext4 max partition size is waay bigger than that so should be ok, surely?18:45
BejjanActionParsnip, ext4 is not a partition table, its a filesystem.18:46
sam-_-vega-_, have a look here: gstreamer-properties18:46
EagleCZHi, anyone know how to enable numlock after i pick a system to boot in grub? I would like to have it on when signing to both linux and windows7.18:46
Dcitevega-_: Did you select an output device under [Volume Icon Left click] -> Sound Prefferences -> Output ?18:46
schnufflevalentin: have yiu managed to import the ldif?18:46
vega-_Dcite: yes, it's correct, also the speaker test there don't give sound18:47
ActionParsnipBejjan: true but does it use Guid partition table?18:47
sam-_-vega-_, the speakertest is broken for me as well. everything else works18:47
sam-_-Bejjan, you can use every fs with gpt18:47
sam-_-ActionParsnip, , you can use every fs with gpt18:48
vega-_sam-_-: hmmm, the "test" in gstreamer-properties works just fine18:48
ActionParsnipEaglecz: there is a command you can sling i18:48
Dcitevega-_: I can't tell if something else is claiming the sound device before pulse can claim it, for those devices (ie.. Intel Audio) which only have 1 sound stream.18:48
valentinschnuffle: everything works fine until i try to add something, it asks for a password and i've used both guides and made sure i really set the password but it always says that the pass is invalid ;(18:48
Bejjansam-_-, the problem isnt the fs, the problem is booting from gpt partitions18:48
qq99welp, I accidentally the entire default panel at the top.. is there any easy way to get it back?18:48
ActionParsnipIn /etc/rc.local to enable it18:48
coldfrontsam-_-: When i run nm-applet i get a message in the terminal applet now removed from the notification area18:48
coldfronthow can i put it back up there18:48
trismEagleCZ: a variety of ways here: https://help.ubuntu.com/community/NumLock , for ubuntu anyway18:48
ActionParsnip!pa18:48
sam-_-Bejjan, y. i misdirected. i wanted to speak to ActionParsnip. sry.18:49
ActionParsnip!panelreset18:49
ubottuTo reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »18:49
Bejjansam-_-, np18:49
qq99thanks ActionParsnip18:49
=== jeremy is now known as Guest30937
EagleCZtrism: Tried that, but i need it to be on before i log in.18:49
vega-_Dcite: now all the apps (rhythmbox) etc. started having sound after running the gstreamer-properties as sam_-_ adviced... really logical :)18:49
qq99ActionParsnip, beautiful! :)18:50
slkwrhi .. I have downloaded and install ubuntu 10.10 on VBox but it doesn't show much during the first seconds of the bootup ... is it using grub or lilo?18:50
ActionParsnipSam-_-: i see18:50
valentinalso is there any good intro on ldap, most of the commands work without error but i barely understand all these config files, everything is so briefly explained, i can't really know where the error is18:50
sam-_-vega-_, y. pulseaudio is flaky. it don't get it either18:50
ActionParsnipSlkwr: grub218:50
slkwrif I have two other partitions with win XP / 7 will it be able to see and recongnize them?18:50
EagleCZActionParsnip: Where can i found such command?18:50
slkwrI don't wanna mess with the other partitions18:51
schnufflevalentin: http://www.openldap.org/doc/admin24/18:51
qq99I seem to have a problem where my last session is reloading on computer start-up... this is not so bad in itself, but since some things are in my system start-up, it tries to launch them twice (e.g., wally is in system start-up, but apparently double-launched as well trying to restore session).  it also messes up my panel hardcore too18:51
slash0megahi, i have a wubi install of ubuntu, and i would like to know if i can boot my windows with a vm18:51
ActionParsnipEaglecz: online. Ive seen guides around18:51
=== jsurfer_ is now known as jsurfer
EagleCZActionParsnip: I just spent half an hour looking for it and nothing18:52
valentinschnuffle: thank you18:52
sam-_-slash0mega, you might be able to. but i don't think it's a good idea18:52
ActionParsnipSlash0mega: i'd ask in #vbox you can. Games will NOT run18:53
gaaBihi guys, can anyone help me? I am having trouble with SSH access18:53
john38do PCI adapters work well in Ubuntu18:53
sam-_-!anyone | gaaBi18:53
ubottugaaBi: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?18:53
serealHi, how can I use grep to only list the exact matches? for instance I want to see if a program exists with a script. for example ls /usr/bin/ | grep -w 'screen' but I still get things that start with screen but aren't exactly the word screen.18:53
sam-_-john38, of course. look into the list for specifics18:53
* WinstonSmith is listening to:18:53
qq99how can I make it so ubuntu won't try to restore all my running apps on restart?18:54
WinstonSmithsry18:54
gaaBiI had trouble, because I forgot my root and superuser password, so I was alble to reset it, but after that those users cannot access the server through ssh, it says that the un/pw are wrong. But is not cause I am able to login at the computer.18:55
sam-_-sereal, maybe you are looking for sth. like grep -w18:55
sam-_-qq99, gnome-session-properties: tab options.   uncheck  the box.18:57
qq99sam-_-, thanks man :)18:57
qq99sam-_-, this would be a cool feature if I could spec. exactly which I'd like to restore (like terminals, editors, pdf, browser)18:57
qq99sam-_-, but it's launching 2 panels and corrupting my top panel with duplicates of every icon18:58
sam-_-!resetpanel | qq9918:58
ubottuqq99: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »18:58
stevemidgleyI'm having trouble getting my Ubuntu 10.04 computer to boot. Display doesn't seem to be working right (but I can boot from remote media to old Ubuntu 9.04 where I am now). I'm not sure how to debug this problem. Help welcome.18:58
qq99sam-_-, yeah, I've done that, but I don't want to lose my panel settings every time I log in because of gnome session18:58
qq99sam-_-, where is gnome-session-properties ?18:58
john38would network adapter have any effect on wireless printing?18:59
lcbdoes anyone knows any updated ! HowTo to install ZoneMinder 1.24.2 on a ubuntu maverick server?18:59
sam-_-!terminal |  qq9918:59
ubottuqq99: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal18:59
qq99sam-_-, thanks, I found what might be it in gconf-editor18:59
sam-_-qq99, gconf-editor is not what i was referring to.19:00
john38sam-_-, would network adapter have any effect on wireless printing?19:00
qq99sam-_-, thanks, I think changing in gconf also changed it in the gnome-session-properties, as it is now off19:01
sam-_-john38, i'm not sure what you mean by wireless printing19:01
El-KodarHi ! How can I use my webcam on lucyd lynx wk. Amsn doesn't works19:01
gaaBiI had trouble, because I forgot my root and superuser password, so I was alble to reset it, but after that those users cannot access the server through ssh, it says that the un/pw are wrong. But is not, cause I am able to login at the computer.19:02
sam-_-!webcam | El-Kodar19:02
ubottuEl-Kodar: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras19:02
john38sam-_-, my other computer which is using usb adapter recognizes printer but printing eventually cancels by itself19:02
ActionParsnipEl-kodar: if you install and run cheese, do you see yourself?19:02
El-Kodaryes, my webcams works with skype but doesn't works with amsn19:03
sam-_-john38, maybe your connection is a little unstable.19:04
ActionParsnipGaabi: having a root pass is neither supported nor advised19:04
john38sam-_-, it prints on my computer which is wired19:05
ActionParsnipEl-kodar: well at least it works :-) is there a webcam config in amsn? Have you tried emesene too?19:06
DocfxitI would like to have FTP. I just installed Proftpd. I can't get it to connect. In package manager I see there are two conflicts. wu-ftpd and ftp-server. Should I uninstall Proftpd and use one that is already installed or should I uninstall the two that are conflicts?19:06
qq99Docfxit, FileZilla is pretty nice if you want to try that19:06
john38sam-_-, what could be printer or usb adapter?19:06
sam-_-john38, it shouldn't matter if it's wireless or wired as long as the connection is stable19:06
Docfxitqq99 I'll go with anything I can get running.19:07
jrrI'm a noob19:07
john38sam-_-, maybe printer drivers is not that good?19:07
qq99Docfxit, just try installing that in the ubuntu software manager, should be like 0 set-up, enter your account and good to go (at least for me on 10.10)19:07
gaaBiActionParsnip this happens with the superuser also, not only the root19:07
Docfxitqq99 Thanks. I'll try it.19:07
ActionParsnipDocfxit: i'd remove the others or there will be a race to grab port 2119:07
sam-_-Docfxit, i think filezilla is not a ftp server which is what you want right?19:08
qq99ohh, I thought he meant ftp browser19:08
qq99Docfxit, sorry19:08
Docfxityes. I want ftp.19:08
sam-_-Docfxit, server or client?19:08
DocfxitServer19:08
schnuffleDocfxit: pure-ftpd  eay to setup19:09
ActionParsnipGaabi: then you will need to use a chroot in livecd maybe. If you stuck to the guidelines you can get easily unstuck in minutes19:09
=== Lenin_Cat is now known as LENINster
Docfxitschnuffle Great. I'll try that.19:09
=== LENINster is now known as Lenin_Cat
sam-_-Docfxit, it seem like only vsftpd is in the main repos19:10
gp5sthow large of a number can tail -s take? it should be table to take up to hours right?19:10
gaaBiActionParsnip: why do I need to change the chroot? ActionParsnip19:10
purpzeyCan someone help me out, I am trying to run a program via './program -opt' and I am getting 'bash: permission denied"...when I run it via sudo I get an message from the program warning me not to run it as root19:11
sam-_-gp5st, the question is. why would you want hours?19:11
ActionParsnipGaabi: the account is disabled for security as well as other reasons. You can do as much as root can with any account in the admin group so you never need to use the account19:12
gp5stsam-_-: I'm trying to figure out how to best parse the apache log every so often w/o reprasing what I just parsed19:12
gnewbThank you kindly. A bit of hardware testing now....19:12
ActionParsnipGaabi: to fix your mess...19:12
sam-_-purpzey, seems like you need to adjust the permissions19:13
purpzeysam-_-: How would I go about doing that?19:13
sam-_-purpzey, easy way out: chmod 777 <prog name>19:13
ActionParsnippurpzey: is the file marked as executable and for your user?19:14
sam-_-purpzey, also put sudo in front :-)19:14
purpzeyActionParsnip: I don't know19:14
ActionParsnipSam-_-: 777 is a really bad idea19:14
sam-_-purpzey, ls -l <file name>19:14
sam-_-ActionParsnip, probably true...19:15
hemantHi, is there a way to upgrade ubuntu 32 bit to 64 bit19:15
hemantwithout loosing data?19:15
ActionParsnippurpzey: run: sudo chmod +x /path/to/filename19:15
sam-_-hemant, i don't think so.19:16
hemantsam-_-: o i have to reinstall? reformat?19:16
rwwhemant: the only way to go from 32-bit to 64-bit is reinstalling Ubuntu.19:16
whoever_A preview of Elementary OS. It will rock...http://www.comptalks.com/elementary-an-art-project-that-turns-into-a-fast-beautiful-os/19:16
rww!ot | whoever_19:16
ubottuwhoever_: #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!19:16
ActionParsnipHemant: you must reinstall to change arch19:16
hemantwould reinstall loose all the data? can i retain a partition mount?19:17
sam-_-hemant, no need to format but reinstall seems necessary19:17
ActionParsnipHemant: your backups will have the data you want to keep19:17
hemantk, cool, I am going to try now, will have to logout of this chat session, hope to be back soon.19:17
dodgy_scriptim using ubuntu 10.04. how easy is wicd to set-up and use  compared to network-manager ?  id like to try the  command-line functionality and i know that network-manager has not?19:18
sam-_-dodgy_script, about the same.19:18
Lint01gaudy c..p again19:19
luxgeekCan someone tell me the default web server acct ubuntu sets up?19:20
=== _DarkSector is now known as DarkSector
ActionParsnipdodgy_script: i prefer it although it has no 3G support last i checked. I find it can use different interface names whereas networkmanager seems to expect wlan0 and eth019:21
ActionParsnipLuxgeek: which app?19:21
saLOUtI don't get an internet connection from my avm wirless usb dongle. On my other machine it works with gateway/dns 192.168.1.1 Please help me. http://pastie.org/147090819:21
heemboiis there a boot floppy that will boot a usb cd/dvd-rom?19:21
dodgy_scriptActionParsnip, sam-_-, Would it be possible to disable  network-manager and try wicd or would i have to uninstall nm first?19:21
DocfxitI tried installing pure-ftpd.  I'm getting an error saying W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd_1.0.21-11ubuntu1_i386.deb19:22
Docfxit  404 Not Found [IP: 91.189.92.170 80]19:22
luxgeekActionParsnip: Well, I'm guessing apache2 webserver.. I mean. that's what I installed.19:22
sam-_-dodgy_script, last time i checked nm and wicd were conflicting packages19:22
ActionParsnipHeemboi: yes there is a floppy image on pendrivelinux19:22
sam-_-dodgy_script, so you would need to force the install of wicd and disable nm. probably easier to just remove nm while testing wicd19:23
luxgeekActionParsnip: Just need to know the acct so I can add it to group when my user puts something in the web server path (i.e. /var/www19:24
ActionParsnipDocfixit: change package source in softwarecentre. Don't use the "best server" button19:24
luxgeek)19:24
DocfxitActionParsnip Thanks. I'll try that.19:25
john38can someone help me19:25
sam-_-ActionParsnip, doesn't seem to be in main repos either.19:25
=== nazgul is now known as PreciousRoi
gp5stso, i can't use tail -c +n -c m can i?19:25
dodgy_scriptActionParsnip, sam-_-,      ok thanks  !! I will go check google / ubuntu wiki ..19:26
ZolHow can I exclude a path from find?19:26
john38which is a good compatible printer and usb adapter that works well in 10.0419:26
=== LouisJB_ is now known as LouisJB
ZolA directory that is.19:26
ActionParsnipLuxgeek: run ls -l /var/www ,you could add your user to the owning group provided its not root19:26
notreveI'm using lampp/xampp and I wonder how I can setup a server so everyone in the network can reach it?19:27
exalthoe do i make a new udev rule just nano /etc/udev/rules.d/newrule19:27
jschallMy netbook has a broadcom 802.11b/g/n chip in it. It's connecting to my 802.11n router at 8Mbps according to networkmanager, which I've confirmed with testing. Is there a way to get it to at least connect at 54Mbps?19:27
exalt.rule19:27
ActionParsnipJonn38: hp as they make awesome linux drivers19:27
PreciousRoiI'm having a problem with my wireless (BCM4306/3, Ubu 10.10) and it has been suggested that I change to the 2.6.35-24-generic kernel INSTEAD of the 2.6.35-24-generic-pae kernel...how would I implement this suggestion?19:27
ActionParsnipjschall: try using iwconfig to set the rate.19:28
ActionParsnipPreciousroi: install linux-image-generic19:29
jschallActionParsnip: oddly enough, there's no information listed if i run iwconfig. it says Access Point: Not-Associated. Except that I'm connected and I can browse the internet and I'm not plugged in.19:30
john38ActionParsnip, printer is recognized wirelessly from my other computer but it wont print full documents could that be bad usb dongle or printer?19:30
jschallnvm, had to run as root19:30
PreciousRoithanks, quick follow-up...what is the difference between the two?19:30
OY1RDoes anyone know how i can get Ubuntu 10.10 on a Dell inspiron laptop and a M-audio midi controller to play sounds ?19:31
OY1Ri get connected, the keypresses register in rosengarden but im not getting any audio out the speakers19:31
magicianlordis anyone aware of a tax or accounting channnel on this server?19:31
jschallI was able to set the rate with iwconfig, but why wouldn't networkmanager set the rate properly?19:32
whoever_magicianlord: if you are using pidgin you can get a list of chat rooms19:32
whoever_see there19:32
Docfxitactionparsnip I cant find the "best server button" in softwarecenter.19:33
magicianlordim not using pigdin19:33
magicianlordpidgen19:33
magicianlordstop misspelling words please!19:33
john38rinter is recognized wirelessly from my other computer but it wont print full documents could that be bad usb dongle or printer?19:34
* qbitza thinks magicianlord is using predictive text19:34
whoever_magicianlord: see here http://irc.netsplit.de/channels/?net=freenode19:34
PreciousRoiactionparsnip left a while ago if I'm not mistaken19:34
whoever_it lists all channels19:34
Docfxitactionparsnip It says download from server mexico19:34
DocfxitMexico19:34
ddr400which is the best torrent client? i mean the one that can contact most sources19:34
whoever_ddr400: try qbittorrent.19:35
john38printer is recognized wirelessly from my other computer but it wont print full documents could that be bad usb dongle or printer?19:35
ddr400better than ktorrent and transmission?19:35
whoever_ddr400: personally yes. it has integrated seach for torrents as well and more config options19:36
ddr400nice..i try19:36
ZolHow can I exclude a path from find, and show files/folders that were accessed more than 3 days ago?19:36
Zolthat were accessed 3 days ago*19:37
Zolnot more than.19:37
Zolfind / -name /temp -prune -atime 3 doesn't seem to work. :/19:37
john38printer is recognized wirelessly from my other computer but it wont print full documents could that be bad usb dongle or printer?19:38
limikaelhello19:39
jschallwhy are the broadcom wl drivers setting my bitrate to 8Mb/s? I can force it to 54Mbit/s with iwconfig, but it shouldn't set itself to 8 automatically. If I run iwconfig eth1 rate auto, it goes back to 8.19:39
sdfgis it possible to completely reinstall my server from commandline?19:39
sdfgas if it were a fresh server installation?19:39
whoever_jschall: file a bug19:40
limikaelwhat is a good channel to ask about c programming? (the channel #c seem to by invite only?)19:40
ZykoticK9_!register | limikael19:40
ubottulimikael: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode19:40
=== limikael is now known as igge
gbear14275can anyone help me to get my mic active?19:41
jschallwhoever_: with who? my guess is broadcom doesn't care.19:41
markturnipTrying to follow this guide: http://tinyurl.com/5vmuz2k19:41
gbear14275tried volume settings with no avail19:41
markturnipAnyone know how I can do so without a screen?19:41
iggeZykoticK9_: thanks19:41
gbear14275jschall: broadcom just open sourced their drivers19:41
jschallgbear14275: then why was this listed as a restricted driver in ubuntu?19:42
ConstantineXVIwould anyone happen to know a way to blow away a large number of tags (1000ish, long story) from a git repo both on your end and the remote?19:42
gbear14275jschall: cause it probably takes more than a couple weeks to get the new ones into the distros19:42
whoever_jschall: similar bugs reported earlier. see bug 38492019:43
gbear14275Microphone help from anyone?19:43
ddr400gbear14275: at last they did it19:43
gbear14275ddr400: I agree.  Congrats to them... too bad many are saying the only reason they did it was so they didn't get left behind...19:43
Isaac-MHello, is this a support channel?19:43
aeon-ltdIsaac-M: yes19:43
aleronl16xdoes anybody heah have experience with servers i been wanting to know19:44
gbear14275ddr400: broadcom boardroom, "Crap nothings working... what if we open source?" goon #2, "Couldn't hurt"19:44
ddr400i still think than most of people wont get anything made by them on the next pc upgrade19:44
ddr400quote the 2nd statement19:44
Isaac-MAeon-ltd: I just installed Ubuntu 10.10 onto a USB stick and booted into it. Now, though, it's stuck on the loading screen with 5 red dots.19:44
Isaac-MBeen like this for 30 minutes.19:45
Ramir00how install google earht xubuntu 10.10???19:45
gbear14275any sound/Mic masters here... trying to get my mic working... doesn't appear to want to cooperate19:45
Ramir00tutorial19:45
Ramir00how install google earht xubuntu 10.10??? tutorial? page?19:45
craigbass1976What's the best way to get a pdf printed out to scale in ubuntu?  I've got an architect's house plan and I need it bigger; don't care if it prints out in sections, I'm only after the kithcen anyway.19:45
ddr400Isaac-M: maybe try with recovery options for boot19:45
Ramir00how install google earht xubuntu 10.10??? tutorial? page?19:46
gbear14275Ramir00: google has one... tried it?19:46
Isaac-MDdr400: you mean compatibility mode?19:46
Ramir00for install19:46
ddr400maybe that, i dont remember for sure19:46
gbear14275Ramir00: and I think you are looking for the word earth... not earht19:46
ddr400or vesa19:46
Ramir00no escribo bien el ingles19:47
gbear14275Ramir00: yes, for install... try "install google earth ubuntu 10.10" in google... look at what comes up19:47
Isaac-Mddr400: I've tried compatibility mode before, no luck.19:47
sam-_-!google | gbear1427519:47
ubottugbear14275: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.19:47
jschallwhoever_: "2009-06-08" good god, that bug is closing in on 2 years old.19:47
Ramir00i,m have ddr 400 kingston19:47
Ramir00in ubuntu19:47
ddr400so look for other options19:47
Isaac-MI've Googled this, and other people have the same problem.19:48
gbear14275Ramir00: ah, you know there are spanish support chats too if you are more comfortable with that19:48
Isaac-MHaven't found a solution yet.19:48
=== jofo_ is now known as JOFO
whoever_jschall: the bug in ubuntu is "incomplete"19:48
=== JOFO is now known as jofo
gbear14275sam-_-: lol, sorry bad habit I learned from my debian mentor19:48
Isaac-Mddr400: I've tried all the options on the boot menu.19:48
ddr400and no solution? you can pass many parameters at boot, like one called safe mode or similar19:48
jschallwhoever_: which means someone is working on it?19:48
=== jofo is now known as JoFo
Ramir00yes, but , you better19:48
sam-_-Isaac-M, boot without splashscreen. maybe it will tell you more19:48
Seta00a few weeks ago I've uninstalled my ATI drivers and my video stopped working. today I've managed to burn an ISO and try to reinstall ubuntu, but the video doesn't work on the setup19:49
whoever_jschall: no. it means info provided isnt enough to triage the bug. No work started19:49
Seta00s/try/tried/19:49
jschallwhoever_: i see19:49
WaltherFIis there a way to install ubuntu with just the essential packages?19:49
Isaac-MSam-_-: would that option be on the boot menu?19:49
whoever_jschall: maybe you could open a new bug and provide files that triagers ask for19:49
jrib!minimal19:49
ubottuThe 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/MinimalCD19:49
jribWaltherFI: !minimal is for you19:49
ddr400thank whoever_, qbitorrent is very nice indeed19:50
=== ryu_ is now known as KamiKaZe
peetraWhere is the proper place to raport difficulties and login problems with/at wiki.ubuntu.com? Been going on for weeks and for many users as it seem.19:50
ddr400peetra: ubuntu forums19:50
sam-_-Isaac-M, no. press e  and search erase the boot option splash19:50
Isaac-MEsc?19:50
Isaac-MYeah, just found that option19:51
Seta00I think I'll try booting GParted :P19:51
Roulio_;)19:51
Picipeetra: What sort of problems?19:51
Isaac-MThanks19:51
jschallwhoever_: i see no files requested19:51
jschallwhoever_: in that bug, and i don't see a reason to open a duplicate19:51
=== kernalogs is now known as jackokring
Tounshello19:51
Isaac-MSam-_-: "Buffer I/O error on device fd0, logical block 0"19:52
Isaac-MDoes that mean I have incompatible hardware?19:52
peetraPici the login does not work, redirecting redsirects one just as a unlogged in. I have personally managed to get autologin on one computer19:52
whoever_jschall: hmm..."affects you" and a comment. then co on to ubuntu-bugs channel and get it triaged19:52
peetrabut there seem to be many pppl that canät login19:52
Tounsplease, i can't use my touchpad anymore (I think it's after an update). If I change my source.list from lucid to maverick, after an apt-get update, upgrade, dist-upgrade : will this work fine ?19:52
ddr400Isaac-M: do you have floppy drive?19:53
Touns(my update, so maybe my touchpad too)19:53
Isaac-Mddr400: no19:53
ddr400then it's a false error19:53
peetraTrying to edit at  wiki.ubuntu.com? ppl often get this answer: https://wiki.ubuntu.com/PaulSladen19:53
ddr400maybe you can deactivate it later19:53
peetraor somethiong like that19:53
_AV_Touns: Did your system screwed up after upgrading?19:53
Isaac-MI think it might be related to the error I get when booting into windows. "Disk seek failure. Cannot find drive 0"19:54
Touns_AV_: no19:54
Isaac-MDang it. So basically, I'm screwed.19:54
Touns_AV_: ony my touchpad19:54
sam-_-Isaac-M, no.19:54
Tounsonly19:54
sam-_-Isaac-M, can you disable your floppy in bios?19:54
Picipeetra: Thats odd, You may want to try #ubuntu-doc or #launchpad . The former controls the wiki, the latter sort of controls the login mechanism.19:54
Isaac-MI don't have a floppy drive19:54
bisu[Shield]error: mysql cannot connect because my mysqld.sock file does not exist, where does it normally exist in linux?19:54
sam-_-Isaac-M, still you may be able to disable it in bios19:55
Isaac-MOk19:55
Isaac-MI'll look19:55
_AV_Touns: Which version did you upgrade?19:55
ddr400Isaac-M: try deactivating floppy from bios19:55
sam-_-Isaac-M, also you can pass the "nofloppy" option to the kernel.19:55
peetraokey, ty Pici19:55
ddr400or instead -maybe- you have problems on your Motherboard19:56
Touns_AV_: and I can-t only with my keyboard to do the update to maverick (I need to access to system > update manager > configuration) but i can't access to the "configuration" button only with the keyboard19:56
shaadowis there anyway to change this line "Apache/2.2.14 (Ubuntu) Server at localhost ?19:57
bisu[Shield]mysql cannot connect because my mysqld.sock file does not exist, where is it normally?19:57
Picishaadow: You want to get rid of it? Or what?19:57
shaadowPici: yes19:57
Picishaadow: From your indexes?19:57
Isaac-MThere's no way to disable the floppy drive, sam-_- ddr40019:57
_AV_Touns: So are you completely disabled?19:57
ddr400sure? looked into bios?19:57
sam-_-Isaac-M, also you can pass the "nofloppy" option to the kernel.19:58
Isaac-MJust did19:58
shaadowPici: yes, when someone www to my apache server, i dont want them to se that im running apache.19:58
Isaac-MSam-_- how?19:58
_AV_Touns: Just try with an external mouse?19:58
ddr400do you have award or amibios?19:58
Touns_AV_: I don't have one :/19:58
sam-_-Isaac-M, just replace splash with nofloppy19:58
Isaac-MI have AWARDBios19:58
Touns_AV_: yes the touchpad is completly disable. The button too19:58
Isaac-MSam-_- what?19:59
ddr400it's a hp or another big company's pc?19:59
Isaac-MDell19:59
sam-_-Isaac-M, phone. one sec.+19:59
WaltherFIIf I install ubuntu-minimal and then install manually huge amount of software etc, is it going to work smoothly as ubuntu default or will it have'more problems as the readily-customised default ubuntu?19:59
ddr400mmm, maybe the bios has few options so19:59
Isaac-MK19:59
Touns_AV_: so did you think if I replace "lucid" with "maverick" and if I do an apt-get update, apt-get upgrade, apt-get dist-upgrade, will my update work ?19:59
_AV_Touns: Check the button that allows you to lock or unlock the touchpad.19:59
Touns_AV_: I don't have one button like that20:00
Isaac-MDdr400 I see the floppy disk, but it's the only option under removable device priority, so it won't let me remove it20:00
ddr400cannot move it to the last priority?20:00
_AV_Touns: Never upgrade.20:00
Touns_AV_: ok20:00
jongberg1hi, i got my gnome login screen in 10.04 messed up. How to restore to its default settings?20:00
Isaac-MDdr400 no20:00
Isaac-MI'll try setting everything ti default20:01
Isaac-MTo20:01
ddr400so no chances it seems..20:01
_AV_Touns: Which laptopo are you using?20:01
sam-_-Isaac-M, you did boot up last time with a removed splash option right?20:01
Isaac-MSam-_- I hit ecpscaoe to toggle the splash off so It showed verbose mode20:02
Isaac-MEscape20:02
Touns_AV_: I find some things on google about installing gsynaptics then using the "touchpad" menu inside system > preferences > touchpad. But I get an error message "you need to have true in the SHMConfig in the xorg.conf file. But I don't have this section. So I add it, but it change nothing20:02
Isaac-MIs that what you mean?20:02
Picishaadow: I thought that was controlled by mod_autoindex, but I can't seem to find that setting there.  The folks in #httpd should be able to point you in the right direction though.20:02
sam-_-Isaac-M, ah. press e in grub. it will let you edit the selected boot entry20:03
Tounsusualy I'm able to do ctrl + alt + num lock to use my keyboard as a mouse, but i'm on an netbook and I don't have the numlock key20:03
shaadowPici: okej, thanks anyway.20:03
Isaac-MSam-_- Ok20:04
whoever_is there a way i can hide the "has joined/left" messages20:04
edbianHow can I see how much battery power I have left in Ubuntu Netbook Edition?20:04
erUSULwhoever_: depends on the irc lcient20:04
whoever_erUSUL:  im on webchat :(20:04
erUSULwhoever_: in x-chat right click on the channel button/tab/name20:04
Isaac-MSam-_- I'm not using grub20:05
Isaac-MI'm booting from USB20:05
erUSULwhoever_: check options20:05
DocfxitI can't figure out how to download and install pure-ftpd20:05
ddr400edbian try right click on application bar and add the widget for the battery20:05
sam-_-Isaac-M, still you are using grub.20:05
shaadowPici: it whas "ServerTokens and ServerSignature" so you know :)20:05
sam-_-Isaac-M, try holding shift at boot20:05
whoever_erUSUL: im behind a proxy that does not allow tunnelling of 6667 port. cant use clients. Only webchat20:05
DexterFhi20:06
Picishaadow: Ah, thanks.20:06
edbianddr400, I cannot right click anywhere on it20:06
Isaac-MOk20:06
mistercraigwhen i double click a movie file - movie play pops up - how do i modify this behaviour so it opens a different program .. e.g. vlc?20:06
tim_why is top (and free) showing me different values (concerning free RAM) than gnome-ystem-monitor?20:06
DocfxitI have tried a number of different repositories.20:06
DexterFa 910/1004 upgrade tells me gThumb and xsane are not supported anymore - what's the preferred picture viewer and scanning tool these days?20:06
edbianddr400, I have noticed that since I got unity (UNE) I am unable to find any system settings or otherwise20:06
DocfxitI have tried apt-get install pure-ftpd-mysql20:07
ddr400so no power settings? seems strange20:07
edbianddr400, I'm updating right now.  Haven't done that in a while20:07
erUSULwhoever_: the freenode webchat has an option to hide those messages.20:07
ddr400check in control center/panel etc20:07
Picitim_: I belive that g-s-m adds/subtracts the buffers/cached values.20:07
whoever_erUSUL: how?20:07
edbianddr400, I don't have control center/panel20:07
erUSULwhoever_: click on the irc icon ( left upper corner ) choose options20:07
magicianlordedbian: try using gnome20:07
edbianddr400, That's the root of the problem20:07
sam-_-Isaac-M, hmm. i don't see nofloppy here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/kernel-parameters.txt;h=b72e071a3e5bd1ca958c423df347d7b1ab515573;hb=HEAD20:08
ddr400if it so it's a big problem, how can you change system setting?20:08
testermrcraig, preferences > prefered applications20:08
whoever_erUSUL: Thanks20:08
sam-_-Isaac-M, so it prbly. won't help.20:08
foobarbazwhoever_: i just disabled them in my firefox XXDD20:08
edbianddr400, I haven't changed any20:08
Isaac-MSam-_- I held shift after selecting "Run ubuntu from this USB", a bunch of code flew by, and my computer rebooted.20:08
tim_Pici: So for a quick look g-s-m is showning the "true" used RAM?20:08
ddr400ok20:08
whoever_foobarbaz: got it done on webchat.20:08
edbianddr400, What is the command to start control center or something?  Perhaps I can run it from the terminal20:08
rtdoswill ubuntu be switching over to libreoffice due to the 'issues' with oracle and openoffice ?20:09
ddr400sorry, never used20:09
ZykoticK9_rtdos, it's planned yes20:09
edbianddr400, Can you figure it out for me on gnome?20:09
mistercraigtester, thankyou20:09
ubutommistercraig, system -> settings -> preferred applications, there you can choose vlc by choosing user defined and putting vlc into that box20:09
edbianddr400, figure out the command to run control center?20:09
tim_rtdos: yes as far as i know20:09
sam-_-Isaac-M, how did you install ubuntu on the usb? link to the guide?20:09
ddr400i am searching20:09
Isaac-MSam-_- I found the option20:09
mistercraigubutom, thankyou too20:09
edbianddr400, thanks20:09
rtdosZykoticK9_ or tim_ - in 11.04 perhaps or even later ?20:09
Isaac-MSam-_- I hit tab on the installer menu to edit the flags20:09
Isaac-MDo I add --no floppy?20:10
Isaac-MNofloppy20:10
tim_rtdos: http://www.techdrivein.com/2010/09/future-ubuntu-releases-will-be-shipped.html20:10
ZykoticK9_rtdos, not sure - sorry.  I believe it will be 11.04 though (just guessing)20:10
mi-blackBonsoir20:10
Picitim_: I'm not sure, I don't have a graphical setup here to check.  Is the 'used' ram in g-s-m greater than the one in 'free'?20:10
ddr400maybe gnome-control-center20:10
AAAA5this is ita chan?20:10
AAAA5no20:10
=== AAAA5 is now known as ProNooB
Isaac-MSam. You are my hero.20:10
Isaac-MOh wait20:11
Isaac-MDang it20:11
Isaac-MSame error20:11
tim_Pici: no, used RAM is smaller then in 'free'20:11
sam-_-Isaac-M, every option after the -- won't get recognized. so put it in front20:11
tim_Pici: NO20:11
Isaac-MOh20:11
tim_Pici: Used RAM is smaller in G-S-M20:11
Isaac-MLike, splash nofloppy --?20:11
sam-_-Isaac-M, you can delete splash20:11
Isaac-MOk20:12
ddr400edbian should be under system/preferences20:12
sam-_-Isaac-M, like i said it probably won't help. i will look for another solution. one sec.20:12
rtdosthanks ZykoticK9_ and tim_20:12
Isaac-MI did nofloppy --20:12
edbianddr400, i don't have that either.  Remember this is unity20:12
Isaac-MWork20:13
Isaac-MSam-_- didn't worl20:13
tim_Pici: GSM shows mw 353MB used, 'free' shows 995MB used20:13
testermrcraig, try right click on the file then properties > open with20:13
ddr400i never tryed it, just doesnt make sense to remove it..20:13
Isaac-MMy computer is screwed up20:13
Isaac-MLol20:13
edbianfrom the bottom I have: trash, applications, folders / files, workspaces, update manager, term, ubuntu software center, music player, cheese, emails, empathy, firefox20:13
edbianNothing about system preferences / settings or anything20:13
Picitim_: So then the RAM shown in g-s-m is likey the used ram minus any files that are currently being buffered or cached by the kernel.  Those will be automatically freed if an application really needs to use more RAM.  You may want to look at http://sourcefrog.net/weblog/software/linux-kernel/free-mem.html for more info.20:13
edbian(It's annoying)20:13
ddr400mmm20:13
tim_Pici: Thank you20:14
DarkStar1what's the name of the command that let's you view the command history of the CLI20:14
erUSULDarkStar1: history20:14
ddr400edbian: try gnome-control-center20:15
jribDarkStar1: type: help history20:15
edbianddr400, poped right up.  Should there be an icon for this app in unity?20:15
edbianddr400, thanks20:15
DarkStar1Cheers guys20:16
ddr400i dont know20:16
edbianddr400, i told it to always display the battery icon in the bar and now I have one there.  Thank you! :D20:16
ddr400nice (y)20:17
ddr400thumbs up20:17
Isaac-MSam-_- Yeah, nofloppy isn't working at all.20:17
thebitguruHi, my initial ubuntu samba install was looking at /etc/samba/secrets.tdb, but after playing around a bit I am seeing that it is looking in /var/lib/samba/secrets.tdb.  Where is that path configured?20:17
tim_Pici: The link you posted was very useful. Thank you20:17
C3Dquestion how would the easyest way to move ubuntu from one drive to another and have it load from the new drive (noob)20:18
BPowerHey everyone!  I'm on 10.10 and for some reason no local hostnames will resolve.  Any ideas on where I can start?20:19
=== nick is now known as Guest37210
bencahillC3D: I believe you should use cp -a to copy all dirs in / except for proc, dev, and something else...20:19
bastidrazorBPower: add them to /etc/hosts and thier is no need to resolve.20:19
bastidrazors/thier/there20:20
=== nick_ is now known as Guest75772
dodgy_scriptActionParsnip, sam-_-,     After i installed wicd and removed network-manager should i also of purged  the nm with apt-get20:21
sam-_-Isaac-M, try floppy=off20:21
Isaac-MOk20:21
sam-_-dodgy_script, you can keep the configs of nm20:21
hjjlkuhello20:22
Isaac-MRunning...20:22
ddr400i would like that qbittorrent when downloads are finished do a sound, so i dont need to wait to know what; could be possible?20:22
Isaac-MSam-_-: No luck.20:22
dodgy_scriptsam-_-, ok thanks for the help!20:23
plasmasaluuttt20:23
plasmahello20:23
sam-_-Isaac-M, how about "floppy=0,daring"20:23
PleXsanyone known a descent IPv6 guide ? :-)20:23
plasmai fuck you'r mother20:23
sam-_-Isaac-M, i'm getting this from here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/blockdev/floppy.txt;h=6ccab88705cbae4d327c143b7608363ebc2459e0;hb=HEAD20:23
=== plasma is now known as Guest48440
bencahill!language | plasma20:23
ubottuplasma: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.20:23
resixianbuiling my own package, what can i do when i get a new version of the source tarball, similar to dh_make -s -f tarball.tar.gz ?20:24
IdleOne!language | Guest4844020:24
ubottuGuest48440: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.20:24
C3Dbencahill do i need to make a partition the same size as the first drive or can it be bigger?20:24
resixianbut that won't clobber everything i have in debian/* ?20:24
Isaac-MRunning20:24
Isaac-MNo luck20:25
albertodoes anybody use unity 2D? I installed it but the global menu doesn't appear..20:25
Isaac-MIma look at that webpage20:25
Guest46253Hi all. I have same problem as in the http://ubuntuforums.org/showthread.php?t=1583344 but I can't clearly say what way the solution (from reading the posts). I would be greateful if someone could point that for me.20:25
h00kalberto: that is from a PPA, which isn't officially supported20:26
h00kubottu: ppa | alberto20:26
ubottualberto: 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 should be used at your own risk.20:26
jsecHi all. Odd issue. I boot up my netbook (10.10), and it doesn't display a wallpaper. I select one from Appearance, and it shows up for about 5 seconds, then disappears again while my taskbar starts flooding with "Starting File Manager" windows. Any ideas?20:26
KM0201ddr400: i think thats possible... what torrent client are you using again?20:26
guntbert!here | Guest4625320:27
ubottuGuest46253: Please give at least an overview of your problem *here* (all in one line) - you will get a much greater audience. If you have to use more than 3 lines, please use http://paste.ubuntu.com20:27
poggle<|kK20:27
ddr400qbittorent20:27
Isaac-MSam-_- What about floppy=1,16,cmos?20:27
Isaac-MIma try that20:27
KM0201ddr400: oh i don't know about that one... i use transmission20:27
ZolDo you have to reboot your computer when loading a kernel module or only when you're changing a kernel?20:27
ddr400oh20:27
h00kZol: only on the latter20:27
albertoi just wanted to know if someone did, because i know it's impossible to find useful informations about it at the moment..20:27
Zolh00k: Ah, thanks!20:27
sam-_-Isaac-M, try it. i don't knwo20:27
Isaac-MDang, no.20:28
Isaac-MMaybe 0,16,CMOS20:28
Guest46253guntbert: It's about starting up the usb drive. It works on netbooks that I have tested but it dosn't work on my firend's desktops. It says "ERROR: No configuration file found \ No DEFULT or UI configurtion directive fount!" just like the thread I have linked.20:29
qknighti have a ubuntu package ready to be shipped. where would i upload it, so that it gets into ubuntu?20:29
qknightsee http://evopedia.info/20:30
BPowerbastidrazor, I shouldn't have to add every computer on my local network to my /etc/hosts ....20:30
Isaac-MSam-_- what's the dev channel?20:30
rwwqknight: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages20:30
Pici!newpackage | qknight20:31
ubottuqknight: 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 !backports20:31
guntbertGuest46253: sorry, I'm not good with such issues myself, but maybe someone else will take it20:31
qknightthanks a lot! ;-)20:31
sam-_-Isaac-M, what about floppy=debug?20:31
Isaac-MK running20:31
=== lost is now known as Guest45698
Isaac-MSam-_- no20:32
Isaac-MSam-_- I'll try floppy=no_unexpected_interrupts20:33
=== Alcapun is now known as noobuntu
sam-_-Isaac-M, and try: all_generic_ide20:33
sam-_-http://www.uluga.ubuntuforums.org/showthread.php?t=108010220:33
Curly_QJsec try checking the Start   Programs   Startup menu first to see if something is booting up that you don't want. Also go to  RUN and run  msconfig.exe to see what is booting up.20:33
Isaac-MK20:34
ZolAre non-existing folders in the PATH variable a security risk?20:34
jsecCurly_Q: wrong room?20:34
Isaac-MSam-_- for floppy=?20:35
sam-_-Isaac-M, if this doesn't help you have to edit the /etc/modprobe.d/blacklist.conf   and  recreate your initramfs20:35
erUSULZol: do not see how ... but bad guys are smarter that i am ... i guess it depends on if the bad guy can create the folder listed in path20:35
sam-_-Isaac-M, no not for floppy i guess20:35
guntbertZol: in whose path?20:35
Curly_QJsec people ask Windows questions here all of the time. You said "Taskbar" That is a Windows term. Sorry for the trouble.20:35
BPowerMy computer should be able to resolve LAN host names...20:36
Isaac-MSam-_- Ok, Ill boot into windows and edit that file20:36
jsecCurly_Q: np20:36
Zolguntbert: ordinary user.20:36
sam-_-Isaac-M, but you also have to recreate initramfs otherwise it won't help anything20:36
testermrcraig, try right click on the file then properties > open with20:36
Curly_QJsec, although it would seem that your screensaver might be the problem.20:36
Zolguntbert: Or would you say that it's a security risk to add your own /home/user/bin to the path?20:37
Isaac-MSam-_- brb lemme open an irc client now that I'm in windows. It is kinda hard talking on an iPad.20:37
jsecCurly_Q: I don't have a screensaver. This all started after an ultimately failed attempt at installing fglrx20:37
Curly_QJsec, did you do any backuping before the install? I suppose that would be a stupid to ask you too.20:38
=== gigi is now known as Guest36724
guntbertZol: q1) not threatening to system security in any case  q2) that would be ok, as long as that is only writeable by the user herself20:38
jsecCurly_Q: yup. restoration and driver removal achieved nothing.20:38
HoboCopCan anyone tell me, is it possible to Burn a CD/dvd whilst running Ubuntu Live From CD?20:39
vicociao20:39
erUSULHoboCop: if you have two optical units ...20:40
vico!list20:40
ubottuThis 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 »20:40
Curly_QJsec, I highly recommend imaging the disk before any upgrades or updates. I see this more now than ever before. The reason being is that the platform is going form 32 bit to 64 bit which means driver issues and more.20:40
Isaac-Msam-_-: Back.20:40
DexterFubottu has a list reply? such morons some here regularly?20:40
ubottuError: I am only a bot, please don't think I'm intelligent :)20:40
aleronl16xdoes anybody here have server experience20:41
BPowerOkay, nothing (other than browsers) will allow me to connect to servers via hostname.  E.g. "ping google.com" returns "unknown host" but "ping 8.8.4.4" returns results.20:41
HoboCoperUSUL:  unfortunately not, I would thought Ubuntu would have "installed" to RAM leaving CD/DVD drive available.20:41
BPowerThis includes SSH20:41
DexterFwhat's the preferred app for picture viewing and scanning in ubuntu?20:41
Zolguntbert: Thanks!20:41
=== deT is now known as dakrav
aleronl16xdoes anybody know about servers20:42
guntbertZol: you're welcome :-)20:42
guntbertaleronl16x: probably, but you might want to ask your specific question in #ubuntu-server20:42
aeon-ltd!anybody | aleronl16x20:43
ubottualeronl16x: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?20:43
Isaac-Msam-_-: So I'm inside my flash drive, and I see the following files and dirs: .disk boot casper dists install pics pool preseed syslinux autorun.inf casper-rw md5sum.txt README.diskdefines ubuntu Uni-USB-Installer-Copying.txt Uni-USB-Installer-Readme.txt usb-creator.exe wubi.exe20:43
Isaac-MWhat do I do now?20:43
Curly_QJsec have you tried an apt-get restore?20:43
aleronl16xwell i was wondering what would be the best server for a project that im doing20:43
MadagaskarÍàðîä ïîäñêàæèòå âîò ïîñòàâèë xubuntu à ñåòü è äèñêè íå âèäèò õîòÿ â âåðñèè îáû÷íîé âñå áûëî íîðì. Êàê çäåëàòü òàê ÷òîáû âèäåëî äèñêè è ñåò?20:43
sam-_-Isaac-M, it's not that easy since the fs is in a compressed file.20:44
Isaac-MOh lorf20:44
Isaac-Mlord20:44
sam-_-Isaac-M, have you tried this: http://ubuntuforums.org/showthread.php?t=108010220:44
PiciCurly_Q: What? You don't need to reformat if you want to do an update, thats ridiculous.  And you there aren't any architecture changes happening.20:44
Isaac-Msam-_-: I'll try that20:45
Isaac-MLemme switch IRC back over20:45
=== adrian is now known as Guest91917
hsa2hello20:45
EnigmaticCoderI'm having trouble with grep. I expect this command to return at least one result: grep -r "public class Publisher" ./20:45
EnigmaticCoderIt does not, however20:46
hsa2i can't set any commands for super + s key combination, it opens shut down menu at the top right, i looked for it in ccsm but can't find such a combination definition.20:46
=== erkan^2 is now known as erkan^
erUSULHoboCop: then you are out of luck; if you have a usb drive you can use unetbootin to burn the iso to it and boot from that leaving the burner free20:46
=== _DarkSector is now known as DarkSector
Curly_QI never said reformat. I mentioned to upgrade.20:46
HoboCoperUSUL: Probably my only option, unless I can find a Linux Distro that boots off a floppy but has a CD/DVD burner20:47
HoboCop A LIVE distro BTW20:47
Isaac-MSam-_- no such luck.20:48
erUSULHoboCop: doubt it.20:48
nawk!ubuntu > nawk20:48
ubottunawk, please see my private message20:48
Isaac-MI think I'm just gonna have to give up soon20:48
Isaac-MStupid CMOS20:48
nawk!googleearth > nawk20:48
h00kubottu: tell nawk about msgthebot20:48
oCeannawk: use /msg ubottu !factoid20:49
bastidrazorBPower: have you tried adding .local to the end of the hostname? avahi should make your Ubuntu box seen on the network that way.20:49
hsa2any idea for me?20:49
chocobananaHi everyone!!!20:49
sam-_-Isaac-M, you do know what cmos means, right? you can use the alternate cd maybe this one works better as is suggested on the internet20:49
BPowerbastidrazor, HA!  I should have realized that....20:49
=== druide is now known as Guest76365
Guest76365Hello20:50
chocobananaany idea why Ubuntu 10.10 asks for a mobile internet card's PIN code every time it logs ins?20:50
BPowerbastidrazor, thanks I have no idea why I didn't think of that before.20:50
nawkhow do you install googleearth in MM?20:50
Isaac-MSam-_- yeah, I know what CMOS means. And thanjsm20:50
Isaac-MI'll try that later20:50
bastidrazorBPower: :) you're welcome.20:50
Isaac-MThanks20:50
Isaac-MThanks so much for your help20:50
nawkI've also tried make-googlearth-package --force20:51
nawkbut ran into dependency issue20:51
Guest76365Someone know how to dump the traffic of a /dev/ file type bloc ?20:51
nawkdo i relaly have to solve them independently, one by one?20:51
erUSULGuest76365: huh? what traffic? can you rephrase the question? what are you trying to do ?20:52
itaylor57nawk: there is a repo for google earth20:52
erUSUL!medibuntu20:52
ubottumedibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org20:52
EnigmaticCodernvm to my question, I was looking in the wrong folder20:52
BluesKajnawk, go to the google earth official site and download the file from there then run the bin file and it should install20:53
=== Guest36724 is now known as giggino
Guest76365Ok, gkrellm give me some traffic to the floppy and I don't have one. So by curiosity I want to know what it is and I don't know how to  see the data which pass on /dev/fd020:54
Guest76365of a dev file sory20:54
Guest76365+r20:55
itaylor57nawk: this is the correct link for google earth https://help.ubuntu.com/community/GoogleEarth20:55
Guest76365if you know by chance erUSUL20:55
=== hsa2 is now known as zz_hsa2
erUSULGuest76365: iostat? maybe iotop20:56
jon_athonxorg is using 50% of my processor :(20:58
=== jack is now known as Guest62670
VhozardYahoo messenger + webcam20:58
VhozardHow?20:58
x__why does spdif not work in ubuntu 10.10 ?20:58
itaylor57jon_athon: are you using compiz?20:58
jon_athonitaylor57, what's that?20:58
itaylor57jon_athon: what version are you running?20:59
jon_athonlts20:59
jon_athonitaylor57, lts20:59
jon_athonitaylor57, uh... 10.04?20:59
=== zz_PhilMather is now known as PhilMather
anyHi all20:59
itaylor57jon_athon: I'll have to defer to someone running that version21:00
jon_athonitaylor57, gotcha, i just upgraded and it seems REALLY heavy on xorg. even when I only have a terminal open it's about 25%21:00
anysomebody can help me to install linux-fusion-8.1.1?21:01
itaylor57jon_athon: It will probably be related to your xorg config file or your video driver, but I have no experience in lts, sorry21:02
jon_athonitaylor57, no worries thanks though21:02
greg1785_?21:02
greg1785_bonsoir il y a quelqun ?21:02
Malekodoes anyone here ever used ksplice on ubuntu?21:02
Guest76365erUSUL, thanks iotop is very usefull but I can't specified a device neither access to the data.21:03
anyMaleko nope21:03
erUSULGuest76365: skimming through man page « iostat -p /dev/fd0 5 » ( 5 secs interval )21:03
Guest76365greg1785_, anglais ici seulement je pense21:03
Pici!fr | Guest7636521:04
ubottuGuest76365: 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.21:04
erUSULGuest76365: but i found all this futile; it was probably a gtkremll bug or something21:04
Malekoanyone?21:04
yeats!anyone | Maleko21:05
ubottuMaleko: A large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?21:05
erUSULMaleko: maybe in #ubuntu-server ksplaice makes little sense in a desktop machine21:05
erUSULMaleko: maybe in #ubuntu-server ksplice makes little sense in a desktop machine21:05
any:)21:05
Maleko:\21:05
Guest76365erUSUL, Thanks a lot, I don't read this part sorry. It is futile but it's also very useful to know how to and it's interesting :)21:06
razzor:(21:07
erUSULGuest76365: no problem21:08
Guest76365it seems that I have some reading are done. It's weird21:08
Guest76365-are done: sorry21:08
=== lulu is now known as Luana90
erUSULmaybe gtkremll or another daemon itselfs polls the device21:09
Guest76365erUSUL ... You was right gkrellm polls himself the device ...21:12
Guest76365erUSUL, by chance do you know how to see the data which are sended to /dev/fd0 ?21:12
mafoelffenI'm having troubles trying to run a gdb backtrace on Rhythmbox... Anyone familiar with that, that might have some tips?21:12
erUSULGuest76365: no21:13
sjmI'm installing 10.04 on another machine.  It installed fine from the dvd-rom drive, but now once installed the dvd-rom doesn't seem to be recognized.  What do I need to check?21:13
erUSUL!debug | mafoelffen21:13
ubottumafoelffen: For help debugging your program, please see https://wiki.ubuntu.com/DebuggingProcedures21:13
mafoelffen@ ubottu... Have.  Says if locked press Ctrl-C in gdb... No-go here. Both locked up.21:14
=== gigi is now known as Guest47360
wastlsjm: usually it should detect it...however in x you won't maybe see it if there is no disc in it21:14
sjmwastl, I put an audio cd in, but nothing.  I put a data cd in, nothing.  In /var/log/messages, i get this: http://pastebin.com/EZyn299421:17
mongysjm, I had that with certain discs....10.10 fixed it21:17
sjmmongy, don't really want to go off an LTS release, though21:18
mafoelffenubottu: so since gdb won't accept a Crtl-C, (does nothing) That's where it stays... both Rhytmbox and gdb.21:18
ubottuError: I am only a bot, please don't think I'm intelligent :)21:18
mongysjm, might be the kernel fixed it, and as you can install 2.6.35 in lucid, why not try it21:18
plasma121:19
plasma1121:19
plasma121:19
plasma121:19
plasma121:19
FloodBot2plasma: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:19
Curly_QSjm can you read the same disk you installed with? Or is the disk a different one?21:19
sjmmongy, the latest in the repos is 2.6.32-27-generic.  Is it in backports?21:19
mongysjm, 2.6.35 is supported now in lucid last time I checked....21:20
mongysjm, maybe just have to get it from the ppa21:20
sjmCurly_Q, obviously the audio one is different.  The mini.iso that I installed with, i don't see either.21:20
boldhoofgood evening, new to Xubuntu and all things Lynx, but getting there slwoly21:20
mongysjm, the mainline kernel ppa21:21
Vhozardis there a webcam yahoo instant messenging program for linux?21:21
brontoeeeboldhoof, lynx?21:21
mafoelffenAnyone that might have ideas on  gdb workarounds for a backtrace?21:21
mongysjm, maybe someone else in the know will be able to confirm21:21
any_anybody can help me ?  i have fusion install problem . Here is the output of the install : http://paste.ubuntu.com/555222/21:21
Curly_QOK that was what I was looking for. But, if you installed unders Windows OS to Ubuntu, then the drivers for Windows allowed you to install Ubuntu or Linux.21:22
boldhooflol sorry linux21:22
MusigregHello!21:22
nagatoohi21:22
boldhoofhi21:22
sjmmongy, Since this is a new install, I'll check out the newer kernel.  thanks.  Hopefully that will help.21:23
MusigregI need help... I'm trying to copy everything from a hdd to another. And I'd like to display the cp on the term AND in a file, to log the copy. I tried and tried the "tee" command, but nothing happens in the term...21:23
nit-witMusigreg, do you have a question ask it21:24
bencahillnit-wit: he just did :D21:24
MusigregWell, yes...21:24
VhozardEmphaty only has: Voice and video call using SIP, XMPP and Google Talk.21:24
mongysjm, could try it in a vm, with your drive attached as 'raw'21:24
nit-witbencahill, we posted at the same time21:24
mongysjm, or is that pass-through, whatever.21:24
bencahillnit-wit: from my end, yours was at least 1.5 seconds, probably differences in latency21:25
bencahills/1.5 seconds/1.5 seconds later/21:25
MusigregIn addition to that, I'd like to log the copy with timestamps at each line.21:25
sjmmongy, that would require that I install virtualbox or vmware or...  right now I just want to see if I can get it recognized.  This is basically a vm right now as I haven't done any configuration yet--it's a new install.21:25
nit-witbencahill, okay wow your just the bomb now aren't you.21:26
mongysjm, it wouldnt break anything :)21:26
roothaloo21:26
=== root is now known as Guest10005
Guest10005ok21:26
sjmtrue.  just not sure what is faster... installing vm or just installing on the hardware21:26
MusigregSo, µI'd like to copy, live display the copying files in the term and in a file, and timestamp each line. Is it possible?21:26
bencahillroot: hi there :), do you have a question regarding ubuntu?21:27
Guest10005how i can install arabic in backtrack bt trinmal21:27
sjmroot, not a good idea to connect to IRC as the root user...21:27
rwwGuest10005: backtrack isn't supported here. Try #backtrack-linux.21:27
BluesKaj!root21:28
ubottuDo 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/RootSudo21:28
Guest10005ok i soory21:28
bencahillBluesKaj: meant for who?21:28
sjmbencahill, s/who/whom/21:28
sjmbencahill, :)21:28
bencahillsjm: thanks, I need to study that better (who/whom) :)21:29
BluesKajbencahill, guess the bot script changed it's priority message ..it used to say being root is dangerous in irc21:30
wastlyap21:31
bencahillBluesKaj: oh, because if their nick is "root", that's a decent indication they are logged in as root?21:31
wastlyou should never ever chat as root21:31
rwwBluesKaj: no, it didn't :\21:31
bencahillwastl: with your nick as root, or being root?21:31
wastlbencahill: being root21:32
Dottedis there a commandline command to get the total size of a directory and its contents inclusing any subdirectories?21:32
bencahillwastl: ok, obviously :)21:32
Curly_QGreets Rww. Nice to see you again.21:32
bencahillcya21:32
rwwBluesKaj: you're probably thinking of !rootirc21:32
wastlDotted: du -sh in top directory does that21:32
Dottedthanks21:32
* BluesKaj shrugs ...ok then rwww , split hairs if you want :)21:32
rwwthat's not what splitting hairs means ;P21:33
Curly_QRww, I found my problem. I took for granted that Xubuntu had the Apache2 server installed. I took did a search and found that it didn't. Simple apt-get and install and I found my problem.21:33
steven_Hello World!21:34
* BluesKaj shrugs again21:34
paulm9hi, i'm running nut on my ups and it works great but it doesn't seem to come up automatically on bootup. Any ideas?21:34
=== sam-_- is now known as world
worldhello steven_21:35
=== world is now known as sam-_-
IrreducibilisI doubt I will get help for my problem here, considering I asked a different channel that was also related and they simply told me to figure it out myself.21:35
lwizardlhow do i get my Ipod 5th gen video (a1136) to allow the gtkpod manager to write to the ipod?21:35
FroodleI'm on 10.10 Maverick.  Anyone know how to get a non-Ubuntu installation ISO to work on USB?21:35
steven_Hey sorry to interrupt the festivities here, but I'm not sure I'm in the right channel.  Is this where I would go ask for information about getting an open-source project I'm working on added to the repositories?21:35
Curly_QIrreducibilis ask away.21:35
steven_@Froodle, PM me I might be able to help...21:36
rwwsteven_: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages21:36
paulm9anyone worked with NUT?21:36
IrreducibilisI hope I don't offend anyone here, but I'm in the process of switching from Ubuntu to another distro, because I want to see which one I like better. My only concern is that when I overwrite Ubuntu, it will nuke GRUB and I'll be unable to boot anything (its a dual-boot system with windows).21:37
steven_What distro?21:37
IrreducibilisFedora :/21:37
aeon-ltdblasphemy!21:37
rwwIrreducibilis: Fedora should write its own copy of GRUB during installation, so I'd expect that not to be a problem...21:37
jribIrreducibilis: why don't you just install fedora alongside ubuntu?  Or try it in a vm?21:37
brontoeeeaeon-ltd, :)21:37
steven_Fedora knows how to replace ubuntu, shouldn't be an issue.  It'll pick it up21:37
aeon-ltdkidding, dude i use arch anyways :)21:37
Irreducibilisrww, Okay, thank you.21:38
steven_You'll have the option install alongside or install over.21:38
samuel23hi21:38
Robertyhi21:38
rwwIrreducibilis: I'd tell you to check that with #fedora, but it sounds like you did and that wasn't helpful :\21:38
aeon-ltdIrreducibilis: yeah or you could just have a dedicated /boot partition for grub21:38
Froodlesteven_, I tried to open a PM.   Did it get through?21:38
steven_Just make sure to put it on the ext3 partition not the ntfs partition :)21:38
Irreducibilisrww: They basically just laughed, without actually laughing -- so to speak21:38
=== lulu is now known as Luana96
=== Luana96 is now known as Luana90
samuel23i have a question about 2,4 ghz cameras21:39
Robertyhelp, did once know ukraine server of this chat?21:39
aeon-ltd!ukraine21:40
samuel23is it possible to receive all 2,4 ghz camera signals with one 2,4ghz camera receiver ?21:40
IrreducibilisFear not, I'll return to Ubuntu shortly if things go foul.21:40
aeon-ltdRoberty: hmm is russian close enough?21:40
rwwIrreducibilis: From the look of it, you got caught in crossfire between channel residents and someone asking for help with a version of Fedora from five years ago.21:40
ruffleSRoberty, ubuntu-ua21:40
Irreducibilisrww: Seems like it. Some rude person insisted I was not asking about "current" Fedora version.21:41
samuel23( i know it is an outopic question but I think linux users have a wide technical knowledge :)21:41
IrreducibilisEven though I am going to be using 14.21:41
Curly_QIrreducibilis do you have logical partitions on your HDrive with the Windows dual boot?21:41
ruffleSRoberty, #ubuntu-ua21:41
rwwIrreducibilis: *nods*21:41
IrreducibilisCurly_Q: Its a 250 gig drive with 60 reserved for ubuntu, and the rest Windows (for games)21:41
RobertyTHENKS21:41
Curly_QOK but do you have logical partitions though? That would make a difference.21:42
doodooi got a new laptop today and it have two cards: intel and ATI...how to check which card is running?21:44
IrreducibilisCurly_Q: I'm not sure what that means... I just shrunk the windows partition from within windows and then had Ubuntu use the new free space when it installed.21:44
ruffleSRoberty, ласкаво просимо :)21:44
Curly_QUsing a software to partition the HD is not a good choice. Use FDISK with Windows and create logical partitions. Therefore, Grub loader doesn't care about Windows or Ubuntu sharing a Windows partition.21:44
ruffleSwhatever that means...21:44
Roberty))21:44
doodoohow do i check that my graphic card is in use?21:45
Curly_QHence, you can clean out any partition and format it accordingly.21:45
IrreducibilisOkay, thanks. :)21:45
cellardoorGuys, where is xorg.conf stored.. it has been relocated in ubuntu 10+?21:46
Curly_QSharing with Windows is asking for disaster.21:46
doodooanyone having dual cards in laptop? how to check and swith between cards? I got intel and ATI. Help.21:46
Roberty<ruffleS> за лінуксом перший раз, не привично но без глюків)21:47
sam-_-doodoo, does it switch them dynamically in windows?21:47
ilovefairuzcellardoor: Xorg auto-configures itself, xorg.conf is not needed any longer, unless you generate one manually21:47
steve7467539Looking for good html editor21:47
IrreducibilisCurly_Q: But they are separate partitions? The windows partition physically reads as 174GB, and Ubuntu reads 60GB21:47
doodoono manually....21:47
IrreducibilisI would assume they can't touch eachother.21:47
sam-_-doodoo, but you can switch them?21:47
doodooswitches automatically when power source is plugged out21:47
doodooyep21:47
brontoeeesteve7467539, look for a good text editor, gedit should do ....21:47
Curly_QLogical partitions are not the same as a software partition or a VMware partition.21:47
ruffleSRoberty, dude.. i don't speak ukranian. sorry21:48
Roberty<ruffleS>))))21:48
doodoosam-_-, I heard about smthing called switcheroo21:48
Irreducibilisoof. I feel stupid..21:49
ruffleSRoberty, first time linux user, eh? i hope you have fun with it21:49
sam-_-doodoo, are you sure it's amd and not nvidia?21:49
sjmmongy, fyi, for 2.6.35 in 10.04, you can use the lucid-proposed repo (http://ubuntu.igameilive.com/2010/12/kernel-2635-in-ubuntu-1004.html)21:49
doodooyeh its ati hd 465021:49
DocfxitHow can I find which repository pure-ftpd is in?21:50
cellardoorilovefairuz, ahh thanks, clever (Y)21:50
mongysjm, noted21:50
doodoosam-_-, it has got hybrid crossfire technology or smthing like that which makes it possible21:50
ilovefairuz!info pureftp | Docfxit21:50
ubottuDocfxit: Package pureftp does not exist in maverick21:50
Roberty<ruffleS> yes21:50
ilovefairuz!info pure-ftpd  | Docfxit21:51
ubottuDocfxit: pure-ftpd (source: pure-ftpd): Secure and efficient FTP server. In component universe, is optional. Version 1.0.28-2 (maverick), package size 153 kB, installed size 508 kB21:51
Curly_QDual booting with two separate hard drives is ideal because you can always clear the MBR at any point without worrying about shared MBR dual booting problems.21:51
sam-_-doodoo, sry. i don't know but i would like to know as well.21:51
sam-_-also. does someone know if nvidia optimus is supported in linux?21:52
MrKeunerhello, I can connect to a vpn server that I have set up on 10.04.1 from another 10.04.1. However, once I get connected I cannot ping anywhere. what may be the problem?21:52
bryhoytI have Ubuntu 10.04 running on an all-in-one PC with a builtin touchscreen, and an adapter for a second screen. Graphics adapter is Intel 945GME. Problem is, when I start up without the 2nd (VGA) screen attached, for some strange reason the builtin screen is blank when X boots. When I hotplug the 2nd screen, that's where the picture is, so I think that X has somehow decided it's the primary screen even though it's not connected. I want it 21:52
doodooI found a article on wiki...and I did exactly as mentioned...but it didnt work. https://help.ubuntu.com/community/HybridGraphics21:52
Docfxitubottu What does that mean for someone that isn't well versed in Ubuntu?21:53
ubottuError: I am only a bot, please don't think I'm intelligent :)21:53
Curly_QOtherwise logical partititioning is the next logical thing.21:53
sam-_-doodoo, you can check which one is active in /var/log/Xorg.0.log21:53
=== wemaflo is now known as wema|off
rwwDocfxit: it's in the universe repository21:53
swiggycan i scp an entire dir?21:53
ilovefairuzswiggy: yeap, use -r21:53
steven_It's been a long time, but there is an Xorg tool to force a primary display, just can't remember off the top of my head what it's called.21:54
Docfxitrww Thanks. When I look in the download manager universe isn't an option.21:54
DocfxitI'm using synaptic package manager.21:54
doodoosam-_-, its flgrx21:55
ilovefairuzDocfxit: what ubuntu version ?21:55
bryhoytsteven_: hmmm, any ideas where to look for the tool, and is it xrandr-compatible?21:55
sam-_-doodoo, then the ati card is running21:55
zirconiumkshow to install the default touchpad drivers on ubuntu 10.10 for hpdv6t21:55
killron4000anyone using django?21:55
killron4000tried rails before thought it was pretty nice, django seems alot easier and looks better too21:56
aeon-ltd!synaptics21:56
ubottuFor a comprehensive Synaptics Touchpad guide, see https://help.ubuntu.com/community/SynapticsTouchpad21:56
Docfxitilovefairuz 7.1021:56
ilovefairuz!offtopic | killron400021:56
ubottukillron4000: #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!21:56
doodoosam-_-, there is no point on spending money on expensive hardware for using Ubuntu...nothing works21:56
aeon-ltdzirconiumks: above21:56
killron4000sory 1st time on irs21:56
killron4000irc l8r21:56
ilovefairuzkillron4000: try #python21:56
sam-_-doodoo, not entirely true but graphics drivers have always been an issue...21:57
ilovefairuzDocfxit: no longer supported, upgrade to a newer version21:57
purpzeyDoes anyone have experience with energymech? I am trying to use the documentation but it's extremely limited...21:57
doodoosam-_-, anyway thanks for the help :)21:57
dodgy_scriptwhen trying to connect through my wired eth0 10.0.0.0  to 10.0.0.198 with ssh i can not connect ! but when i arp-scan it, it show up, what am i doing wrong21:58
Docfxitilovefairuz I have asterisk for a company running on this version. I don't know if that will kill asterisk.21:58
ilovefairuzdodgy_script:  invalid ip21:58
TuffPoohey guys quick question i got a laptop with a broken screen(sometime turns on) but my laptop keeps rebooting cuz the screen is not comming on does ubuntu do that or is it the laptop bios that keeps rebooting the laptop?21:59
steven_@bryhoyt PM me21:59
ilovefairuzdodgy_script: set it to 10.0.0.1 or so21:59
edbianTuffPoo, I'm willing to bet it's the BIOS21:59
edbianTuffPoo, does it ever reboot before it even gets to Ubuntu?  during POST or something?21:59
chris_bsdis there a good website editor for ubuntu?21:59
LinuxGuy2009I have an offline machine with an Nvidia video card and I have the driver deb and the xserver settings package along with it on a USB drive. I can manually install them but the hardware drivers window doesnt show it to activate it. How do i manually activate it?21:59
TuffPooedbian: yea the HDD dosent even start22:00
ilovefairuzDocfxit: you should use an LTS version then (Hardy or Lucid) it's supported for up to 5 years on the server22:00
edbianTuffPoo, It's the bios22:00
h00kDD!pm | steven_22:00
aeon-ltdchris_bsd: you mean a html wysiwyg ide type thing?22:00
h00kbah22:00
MrKeunerhello, I can connect to a vpn server that I have set up on 10.04.1 from another 10.04.1. However, once I get connected I cannot ping anywhere. what may be the problem?22:00
h00k!pm | steven_22:00
chris_bsdaeon-ltd: yes22:00
ubottusteven_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.22:00
dodgy_scriptilovefairuz, sorry it is 10.0.0.1 at least the router is, the machine im trying to access is 10.0.0.19822:00
TuffPooedbian: okay thanks i hate this laptop btw its been doing this for like 45 minutes22:01
aeon-ltdchris_bsd: heres a collection http://ubuntuforums.org/showthread.php?t=25660422:01
edbianTuffPoo, haha, take it apart, unplug the screen, use it as a headless server22:01
steven_Hey ubottu seriously, when I ask someone to PM me it's cuz the channel is too noisy.22:01
edbianTuffPoo, Or install a new screen22:01
ilovefairuzdogmeat: ok first, try: sudo mii-too eth0   .. is there an active link?22:01
chris_bsdaeon-ltd: thanks a lot22:01
ilovefairuzdogmeat: mii-tool  *22:01
dodgy_scriptilovefairuz, i cant ping it ether22:01
ilovefairuzdogmeat: mii-tool should tell you if the network cable/link is active or not22:02
TuffPooedbian: im broke right now so its gona have to be on hold lol but i was wondering if i could remote access it through my HTC EVO22:02
r00tintheb0xHow do I enable the user list in xchat-gnome.22:02
r00tintheb0xI can't find it.22:02
edbianTuffPoo, Did you ever set up ssh server on it22:03
edbian?22:03
TuffPoor00tintheb0x: did u root the phone yet?22:03
=== RogueShadow_ is now known as RogueShadow
TuffPooedbian: nope i installed ubuntu on it last night22:03
edbianTuffPoo, Unfortunately ssh server is not installed by default.  If the HTC can SSH and you had an ssh server on it then sure22:04
purpzeyCan anyone help me out with energymech...or point me in the right direction for some help, the documentation is very sparse?22:04
dodgy_scriptilovefairuz, mii-tool says that link is ok too22:04
phawkhey22:05
ilovefairuzdogmeat: ok, pastebin the output of: ifconfig eth022:05
phawkhow do i auth on freenode?22:05
aeon-ltd!register | phawk22:05
ubottuphawk: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode22:05
Ddorda‎hey guys, i'm looking for the name of the unity sidebar menu22:05
Ddorda‎cause it crashed and i wish to restart it22:06
phawkcheers guys, been too long since ive used irc... back in the counter strike days22:06
dodgy_scriptilovefairuz, any ideas as to the ip not replying ping22:06
fireboyUbuntu starts in to some busybox thing22:06
ilovefairuz!pastebin | dodgy_script paste the output of: ifconfig eth022:06
ubottudodgy_script paste the output of: ifconfig eth0: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:06
Chetic1Is there a way to make the mouse equally sensitive on both axises?22:06
deokanonhey, sorry to drop in like... i am curious to know what you guys think of ubuntu natty narwhal22:07
ilovefairuzdeokanon: /join #ubuntu-offtopic22:07
steven_I think it's a horrible name & will drive people away22:07
JNZMost Ubuntu version names are bad.22:07
JNZBut that hasn't stopped many from using it.22:07
steven_Yeah but not that bad.22:07
JNZ10.10 has a bad name22:08
JNZWorse than Natty Narwhal, really.22:08
deokanonlol22:08
deokanonhow stable is it right now22:08
steven_Around here Natty is a derogatory term.22:08
nimrod10u22:08
TuffPooedbian: im going to see if i can get this laptop booted up have a good day thanks for your help22:09
steven_It also refers to a cheaply made beer.22:09
ilovefairuz!natty | deokanon22:09
ubottudeokanon: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011 - Help and support (only) in #ubuntu+1 - Natty is unstable and is not intended for production systems.22:09
deokanonthanks ilovefairuz22:09
steven_@ubottu Natty is a term that means bad beer, do not drink.22:09
rwwlol22:09
deokanoni wanna keep rhythmbox and openoffice though22:10
deokanoni'm not sure about banshee and libreoffice22:10
phawkanyone from the artwork team here?22:10
sam-_-imo they should drop the names and do just version numbers22:10
aeon-ltddeokanon: then just install them22:10
sam-_-like our friends at microsoft (win 7)22:10
steven_Version names are fine, but they really, really need to consider branding issues.22:10
steven_Nameless Narwhal would have been cool22:11
steven_Or...22:11
steven_Nameless Nerd22:11
sam-_-or natty narwhal22:11
sam-_-oh wait...22:11
deokanonhaha22:11
steven_I know I would totally identify with that.22:11
h00k!ot22:12
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!22:12
Azkrathgood evening, im running bt4 on a machine with gma3150 and i need some help to get 1024x600 resolution22:12
h00k!backtrack | Azkrath22:12
ubottuAzkrath: 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 Edition22:12
Azkrathrgr ;)22:12
steven_Is h00k a bot?22:13
phawkis it wrong to run ubuntu on a macbook pro22:13
h00ksteven_: no.22:13
lcbi'm pretty sure anyone who installs latest  release will also get the ureadahead error (i say this because i did some clean installations on several machines and i allays get that error). Question: (1) is there any way of apt-get remove ureadahead without removing implicitly  ubuntu-minimal? (2) is there already any effective workaround to avoid that error?22:13
sam-_-steven_, op, bot, what difference does it make22:13
=== mike is now known as Guest68913
deokanonmac should always be run with something that's not free22:13
steven_Lol oh ok22:13
h00k!macbook | phawk22:14
ubottuphawk: For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages22:14
phawkhaha anyone else running on a mac without refit?22:14
phawkwant to use standard efi but dont know if thats possible22:14
h00kphawk: have you checked out that wiki?22:14
sam-_-lcb, you are talking about ureadahead exited with status 4?22:14
lithionlxis there a way i can set 1 background image to span multiple desktops? (3) instead of 1 image duplicted on the additonal desktops?22:15
speeqsHey. I just got Ubuntu 10.04 on my hp pavilion laptop and i was just wondering if anybody has a suggestion on where i could go to learn up on Linux? thanks!22:15
lcbsam_ well, that status and more22:15
sam-_-lcb, not an error then22:15
dodgy_scriptilovefairuz,      http://pastebin.com/hwKTmwgv22:15
lcbSam-_- : i did a purge on one of the machines and solved the issue22:16
sam-_-lcb, yes but then you don't have ureadahead.22:16
ilovefairuzdodgy_script: paste the output of: route22:16
sam-_-lcb, (no fast booting)22:17
lcbyeap.. so machine might start slower... subjective tough22:17
lcbexactly22:17
sam-_-speeqs, https://help.ubuntu.com/22:17
lcbsam-_-: its annoying tough :/22:18
sam-_-lcb, yes. i don't know why they implemented it this way.22:19
sam-_-lcb, maybe they will change it in the future22:19
Nelson`Hi22:19
ubu_plyCan anyone tell me if it's possible to add gnome panel applets to docky?22:19
mongylcb, I had that recently when my system wouldnt boot to X.. it turned out to be there was an xorg.conf in /etc/X11 when I was using radeon driver.. I never setup an xorg.conf22:19
phawkread the wiki, but it doesnt say much about EFI and what  you have to do before install22:19
lcbsam-_-: you might know.. let me check the only other error i get, not sure if related or not... hold on pls22:19
XoniX_Anyone experience with building packages with maven ? I like to create a repository with my java stuff to do a faster rollout.22:19
steven_@phawk Whats wrong with refit?22:20
ilovefairuzXoniX_: wrong channel, try #java22:20
jorgeHi! I have a problem with the X system22:20
Nelson`I've did apt-get update, after that my server was rebooted and Memtest86+ was started. Now I'm getting only the Memtest86 option on the grub, I can't start my SO normally. I've let it for 50 hours abut it didn't finish yet22:20
XoniX_ilovefairuz: i like to build a package .deb with my stuff inside.22:20
dodgy_scriptilovefairuz,   http://pastebin.com/LdRdF9Zt22:20
Nelson`Is that normal?22:20
phawk@steven_ i would just prefer it to use the standard mac efi, would be nicer22:21
Nelson`and *!22:21
steven_Not sure it's possible w/o the server version of OS/X22:21
ShootEmUpHi everyone22:22
phawki know bootcamp does it for windows, and works through the efi, but apple must have blocked other o/s22:22
lcbsam-_-: init: mounted-tmp main process (830) terminated with status 127 | mountall: Event failed (just after the first  ureadahead error)22:22
brontoeeeubu_ply, short: no, longer, try #docky22:22
ilovefairuzXoniX_: you said you want to use maven, that's different from the "standard" debian packaging tool set22:22
flacohi all.. this will sound weird.. but I want set my monitor to 4:3 format... is possible to do this in ubuntu?? (monitor is a LG 23')22:23
=== mike_ is now known as Guest6947
lcbsam-_-: after that 6 events of ureadahead issue22:23
steven_@phawk ok I was wrong http://installingcats.com/2007/11/06/dual-boot-os-x-leopard-tiger-105-104-installation/22:23
ilovefairuzdodgy_script: what does ping return?22:24
gjiorkvakhttp://freeminecraft.me/?ref=768322:24
=== michael is now known as Guest87829
fishscene!ops | gjiorkvak22:25
ubottugjiorkvak: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, bilalakhtar, Jordan_U, or rww!22:25
phawkthats two mac o/s though, but the mac efi doesnt show the ubuntu disk when you put it in, it does show a windows disk though.. strange22:26
fishsceneThanks :)22:26
steven_Lol did we just have a server split?22:26
tyranscoterAnyone else having totem sound problems after upgrade to Maverick ?22:26
ilovefairuzdodgy_script: have to go, check if the cable is wired well and if the router normall responds to pings22:26
lcbsteven_ no, a kick'n server :)22:26
dodgy_scriptilovefairuz,   ping 10.0.0.1 or 10.0.0.198 both return...   ping: sendmeg: operation not permitted22:26
phawkmaverick is 10.10 right?22:26
rwwphawk: yes22:26
steven_@phawk What about if you do a UMSDOS install?22:26
aeon-ltdsteven_: don't think so, netsplits are sent as a message to those in the chan22:26
tyranscoterMaverick = 10.10 yes22:27
phawk@steven_ explain?22:27
bryan886Quick question: how do i remove the floating toolbar with a keyboard icon on it that displays the input mode22:27
dodgy_scriptilovefairuz,      if i use arp-scan they show up ??22:27
steven_UMSDOS is a way to install linux onto an NTFS or Fat32 partition.22:27
steven_http://en.wikipedia.org/wiki/FAT_filesystem_and_Linux22:28
lcbmongy«  so sorry, i only now saw your message: in my situation i even don't have any xorg installed22:28
phawkyeah i found 10.10 to be no problem on my custom build pc, even the shitty £9.99 wirreless card worked22:28
phawk@steven_ that may work, will have to give it a go at some stage.. least i still have my terminal in os x though ;)22:28
ilovefairuzdodgy_script: did you install a firewall/iptables script?22:28
delocatedIn my nfs exports: 192.168.1.0 / 255.255.0.0   would give me from 192.168.1.0 to 192.168.255.255 correct?22:28
lcbmongy, ubuntu server...22:28
mongylcb, ok.  I read somewhere it had something to do with mount-all22:28
sam-_-lcb, is it booting?22:28
phawkanyone using ubuntu server / compare it to centos?22:28
steven_It's actually how I have ubuntu installed on this machine.22:28
mongylcb, like if /var was on seperate partition22:29
sam-_-lcb, or does it stop after the error message?22:29
phawkis ntfs as good as hfs+ though?22:29
cellardoorphawk, ubuntu is a very big win when compared to CentOS22:29
m1chaelis it possible to make an image file of a hard drive (windows 7 partition) and then completely whipe the hard drive, and then restore the image?22:29
mongym1chael, clonezilla22:29
cellardoorm1chael, dont know why you would want that, but yes22:29
steven_centos good if you like to take awhile to configure really, really basic things like apache.  Ubuntu Server, works out of the box with 99% of what you need to get a LAMP lit.22:29
phawkjournaling the hard drive is just too good for searching :) don know if id stick ntfs22:29
=== bencahill_ is now known as bencahill
dodgy_scriptno but  worked with nm i just changed to wicd  for scripting with cli22:30
Nelson`I've did apt-get update, after that my server was rebooted and Memtest86+ was started. Now I'm getting only the Memtest86 option on the grub, I can't start my SO normally. I've let it for 50 hours and it didn't finish yet22:30
=== sliddy is now known as sllide
sam-_-phawk, http://en.wikipedia.org/wiki/Comparison_of_file_systems22:30
sharehi22:30
Nelson`Is that normal?22:30
sharewhat is avahi-daemon?22:30
dodgy_scriptilovefairuz,   no but  worked with nm i just changed to wicd  for scripting with cli22:30
lcbsam-_-: yes (i knkow what you gonna say: so foget-it... :) ::) but that's not the case, you know.. any future error we thing they might be related. so better fix it earlier than purge all system22:30
sam-_-lcb, what was i gonna say?22:30
steven_RPM distros in general are known for sending people to dependency hell.  It's been lessened a bit with YUM, but I still dread supporting RPM distros.22:30
phawkyeah, i have two centos servers... was thinking of ubuntu, is the performance of server edition good?22:30
ilovefairuzdodgy_script: anyhow, try sudo ping22:30
lcbxii so many typos, just correct them please and ignore it afterwards :)22:31
steven_Depends on how you have it configured honestly.22:31
dodgy_scriptilovefairuz,  yeah tryed that  sorry !22:31
alesanhi how do I find out wich version of Ubuntu I am running?22:31
bencahill!who | steven_22:31
ubottusteven_: 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 :)22:31
steven_Out of the box performance is on par with a typical setup, but you can always do more to squeeze our extras.22:31
sam-_-lcb, i found this https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/53829222:31
alesanis there a file somewhere with the release number?22:31
lcbsam-_-: i suppose: if boots then forget the warnings / messages22:31
trevorhow can i update my nvidia drivers, I used the additional drivers application but i cant find how to upgrade from those22:31
dodgy_scriptilovefairuz,  says the same!22:31
sam-_-lcb,  and this: http://ubuntuforums.org/showthread.php?t=130942322:32
phawkyeah.. tried nginx the other day as well... though a nightmare to setup php-fpm on centos, it was very very fast22:32
Koteletehi22:32
Koteletei have delete /usr/share/desktop-directories/Office.directory22:32
Koteletecould u pastebin it pleaz22:32
Cpt_Zyphhey guys i need to use my ubuntu laptop to image a  failing windows hd .. like norton ghost etc.. im sure there is a way i can use ubuntu for this.. what do i use?22:33
lcbsam-_-: thanks a lot. i did a purge on unreadahead as i said before but then i got some other errors and i don't want to do it again. i'm going to read those you gave me now. thanks a lot22:33
steven_Ok so when I was PMing the bot complained that this is a public channel & all convos should b kept there for the benefit of the community.  Now it's complaining that this is a public channel & convos should be addressed to the person I'm talking to.  Hey ubott /makeupmind22:33
myradlife_Hello guys! How do I set up RSYNC to keep two folders identical on different computers?22:33
sharewhat is avahi-daemon?22:33
ilovefairuzdodgy_script: what's the output of : sudo ufw status22:33
lcbunread* uread*...22:33
phawkany word on when zfs is coming?22:33
bencahillsteven_: like this << not a pm/msg22:33
sam-_-lcb, y. probably not a good idea to purge readahead22:33
jribsteven_: that just means you should address people when you are speaking to someone in this channel22:34
lcbsam-_-, exactly...22:34
Xenith[nb]ideas on ways to force something like aero snap functionality on UNR without compiz?22:34
steven_@jrib ok will do22:35
=== justin__ is now known as captnmorgen
share!avahi22:35
myradlife_Hello guys! How do I set up RSYNC to keep two folders identical on different computers?22:35
Cpt_Zyphdoes DD work for this guys or is there a simple app for the new to linux??22:35
shareAvahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. This enables you to plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared.22:35
bencahill!tab | steven_, just fyi22:35
ubottusteven_, just fyi: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.22:35
dodgy_scriptilovefairuz,  inactive22:35
jribXenith[nb]: wmctrl could play some part, not sure how you should detect what you are doing with your mouse22:35
steven_!myradlife_ are they local?22:35
ubottuError: I am only a bot, please don't think I'm intelligent :)22:35
xkevinxcan anyone tell me if amsn webcam work right now with the actually version ?22:36
Xenith[nb]i'll take a look22:36
blaenkhey guys I'm in the ubuntu 10.10 installer and I'm using the advanced option, where should I install the boot loader?22:36
ilovefairuzdodgy_script: try sudo iptables -F    .. and ping again22:36
jribXenith[nb]: "aero snap metacity" in google yields: http://www.thebinaryidiot.com/archives/2010/03/08/aero-snap-effect-for-metacity/22:36
steven_@myradlife_ Depends, are they located on the same network?22:36
bencahillsteven_: you don't need to put any character (!,@) before a nick22:36
shareIs avahi need to connect to other computers in Network?22:36
myradlife_steven_, not always, sometime on same network22:36
shareneeded22:36
blaenkwindows install is in /dev/sda, and I want to install ubuntu into /dev/sdd1. where should I install the bootloader?22:36
myradlife_steven_, I have a laptop and a server at home22:36
ilovefairuzXenith[nb]: http://paste.ubuntu.com/555251/22:36
Xenith[nb]does that fall under mutter when that is being used?22:36
blaenkanyone please? it's a really simple question22:36
jribXenith[nb]: what?22:36
myradlife_steven_, I have ssh configured so that I copy the folder on my laptop to the server, but I want to set it up so i can edit those files on the server and it syncs back to the laptop22:37
dodgy_scriptilovefairuz,  sorry no go! same output !22:37
ilovefairuzXenith[nb]: put it in ~/bin, chmod +x ~/bin/snap and then: snap gconf-register22:37
ilovefairuzdodgy_script: does this persist over reboots?22:37
myradlife_steven_, although this sounds like a logical problem. something is going to have to know which folder was edited and not overwrite new files with old copies. that seems like an option in RSYNC, but i don't know it22:38
Xenith[nb]you mentioned metacity... is metacity in use when using the UNR "Mutter" wm22:38
ilovefairuzXenith[nb]: you would have to use the left win key + left/right arrow for snapping, and up/down for resizing22:38
blaenkis there a more specialized channel for installations? I can't get an answer to a very simple question22:38
blaenkwindows install is in /dev/sda, and I want to install ubuntu into /dev/sdd1. where should I install the bootloader?22:39
erUSULblaenk: sda22:39
sharenobody anwerested I just removed avahi-daemon22:39
Xenith[nb]it should do that automatically no?22:39
steven_@myradlife_ Just wondering if rsync is really the best for this.  I'm thinking git with a cron job.  But honestly i do what you're asking to do everyday with dropbox, been awhile since I looked at rsync.22:39
Cpt_Zyphwhats best to do a drive to drive ghost dd or partimage??22:39
* share is invisible22:39
blaenkerUSUL: so overwrite the windows 7 mbr or whatever, right?22:39
dodgy_scriptilovefairuz,  it only happens with nm not working  if i try without  no go !  also i cant ping with wicd installed  ??22:39
Koteletevous pouvez me pastebin /usr/share/desktop-directories/Office.directory22:39
erUSULblaenk: the bootloader should go in the drive the bios boots off from22:39
myradlife_steven_, I want to do exactly the same as dropbox22:39
blaenkerUSUL: oh that makes sense, thanks for clarifying I appreciate it22:40
erUSULblaenk: right it will replace ntldr; but grub can boot windows22:40
erUSUL!dualboot | blaenk22:40
ubottublaenk: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot22:40
myradlife_steven_, I have a cron job right now that copies the laptop to the server  on a routine and it works well22:40
=== nibbler__ is now known as nibbier
ilovefairuzdodgy_script: no further ideas, but i found this http://blog.technogeek.biz/2009/05/ping-sendmsg-operation-not-permitted-in.html22:40
steven_@myradlife_ Ok just wondering why dropbox isn't being used for this?22:40
blaenkerUSUL: thanks. hey just one last quick question. in the drop down list it gives two options: /dev/sda and /dev/sda1 (Windows 7 Loader), which one? just the drive, /dev/sda?22:41
tyranscoterNo sound from totem, but most other apps are ok.  Any idea why ?22:41
blaenkerUSUL: yeah I was looking at that page22:41
Koteletecould u  me pastebin /usr/share/desktop-directories/Office.directory22:41
myradlife_steven_, dropbox has limited memory and i would rather use my own method22:41
dodgy_scriptilovefairuz,  its like im not doing something that network-manager is? ok i will have a look!! thankyou22:41
myradlife_steven_, i don't want to rely on their service22:41
erUSULblaenk: /dev/sda22:41
blaenkerUSUL: thanks again, I really appreciate it22:42
erUSULblaenk: no problem22:42
sam-_-tyranscoter, which are ok, which are not?22:42
goddardwhen i setup bind do i set it up to use my router assigned ip inforamtion or with isp information?22:42
tyranscoterVLC ok22:42
tyranscotererro beeps ok22:42
=== rafa_ is now known as Guest72371
pooltablehelp adobe flash player how to download a e book in this format ??22:43
tyranscotertest sounds ok in gstreamer control22:43
WinstonSmithhi all :) i mount my external USB-HDD normally not by fstab. where do  i define the mount defaults? e.g. the root of that drive is owned by root so i dont have a thrash bin for example22:43
milambermyradlife_: http://fak3r.com/2009/09/14/howto-build-your-own-open-source-dropbox-clone/22:43
WinstonSmithand i want that and be able to write to the root of that drive22:43
myradlife_milamber, thanks that's perfect22:43
steven_@myradlife_ ok that makes sense22:43
steven_Doh! milamber beat me to it.22:44
tyranscoterIt's not a codec problem22:44
milambermyradlife_: it has a rsync backend :)22:44
x_trying to get digital coaxial spdif to work on 10.10, speaker-test shows iec958 as playing but my receiver doesn't work now.22:45
tyranscoterxine sound is ok22:45
tyranscoterIs totem still using gstreamer in Maverick ?22:46
mongyI think so22:46
erUSULtyranscoter: yes; that wont likely change22:46
GSF1200SI have a bluetooth dongle on my desktop. I can send files from my phone to the desktop, and send files from Blueman to the phone, but I cannot get thunar to browse the files on the phone and send that way. Any ideas?22:47
tyranscoterTotally baffled why I lost sound in totem only after Maverick upgrade22:47
GSF1200SPhone is android 2.122:47
pooltablehelp adobe flash player how to download a e book in this format ??22:47
tyranscoterVolume control is greyed out22:47
cellardoorGSF1200S, first of all, great bike choice :) I have a SV650. Secondly, have you made a shortcut to your phone via bluetooth anywhere? If so, try dragging it into thunar's sidebar, sometimes that can work22:48
steven_@pooltable Are you trying to locally cache an ebook in flash?22:48
erUSULtyranscoter: run « gstreamer-properties » ?22:48
WinstonSmithhi all :) i mount my external USB-HDD normally not by fstab. where do  i define the mount defaults for the automounter? e.g. the root of that drive is owned by root so i dont have a thrash bin for example22:48
tyranscoterset to Pulse-Audio22:48
erUSULWinstonSmith: what filesystem? ntfs?22:48
WinstonSmitherUSUL, no ext422:48
erUSUL!addingfs | WinstonSmith22:49
ubottuWinstonSmith: If you are adding space to your Ubuntu installation mounting a newly created unix filesystem (ext3, xfs, jfs, etc) you can not set permissions (read, write, etc) filesystem-wide like you do when mounting filesystems that do not support unix permissions (vfat, ntfs, hfs, etc).  See !permissions and !fstab22:49
WinstonSmithntfs i got running22:49
GSF1200Scellardoor- LOVE the sv650; great bike for carving with a sweet motor :) No, havent made a shortcut to my phone.. ill have to look into how to do that.22:49
x_trying to get digital coaxial spdif to work on 10.10, speaker-test shows iec958 as playing but my receiver doesn't work now.22:49
GSF1200Scellardoor: faired or non-faired?22:49
ubu_plyCan anyone tell me why my Blender window is partly transparent?22:49
pooltablesteven save to hadr drive22:50
tyranscoterTried ALSA as well.  Again test sound ok, but nothing from totem22:50
pooltablehard22:50
cellardoorGSF1200S, which ubuntu version are you running? Xubuntu? Ubuntu? And its the 2006 Unfaired Red version... this one... http://images03.olx.com/ui/1/15/84/4351184_1.jpg22:50
jimisrvroxhey guys how can I change the screen res in vbox? Ive looked all over the settings and somehow am missing it..22:50
tyranscotertotem -debug from shell doesn't show anything interesting22:50
WinstonSmitherUSUL, thank you i  am aware of that. but where does the automount in ubuntu gets its defaults? i can mount a filesystem in fstab r/w22:51
erUSULtyranscoter: fails with all file types?22:51
sam-_-tyranscoter, delete the totem configs22:51
cellardoorubu_ply, do you have any form of desktop special-effects enabled?22:51
erUSULWinstonSmith: the filesystem is read only?22:51
tyranscoterwhere are totem configs ?22:51
GSF1200Scellardoor: NICE. I was actually looking at buying that exact version new back when I got my bandit- 1200ccs kinda scared me at the time and the sv650 handles better. Xubuntu 10.10 for ubu version..22:51
milambertranscode: what media are you opening. files or web content?22:51
tyranscoterYes applies to multiple file/codec types22:52
tyranscoterfiles22:52
GSF1200Scellardoor- i was looking at red and everything, haha- didnt like how the faired version made you crotch rocket it out- prefer sport-standards more..22:52
erUSULWinstonSmith: you have to set the permissions in the drive to 777 or something that let anyone read/writte.22:52
ubu_plycellardoor, I only have Metacity compositing, I think, I checked in Ubuntu Tweak and I turned off active and inactive window transparency22:52
sam-_-tyranscoter, dunno check .gconf/   .config/22:52
pooltablewill abode air help me ?22:52
WinstonSmitherUSUL, no sry my bad. the FS is R/W but it gets mounted in a dinamically generated folder owned by root and  cmod'ed to 755. this must be some kind of config the automounter has22:53
erUSULWinstonSmith: well udisks manages that22:53
cellardoorGSF1200S, right.. well try downloading some more bluetooth integration via Ubuntu Software Centre, there are some Ubuntu branded packages that assist with integrating things like bluetooth shortcuts into your desktop environment, sorry I can't be more specific, Also spread crotch on a 1200 would be bad.. especially if you came off >.<22:53
steven_No look for downthemall it's a firefox plugin22:53
milambertyranscoter: rm -r ~/.config/totem22:53
cellardoorubu_ply, does Blender have any form of config relating to its appearance anywhere?22:54
ubu_plyI dunno, it's a fresh install22:54
WinstonSmitherUSUL, thanks! will RTFM on that22:54
=== trism_ is now known as trism
sharperguyDoes anyone know of a way I can create a cd-rom with an apt repository containing all the dependencies for certain programs? I need to install stuff to a (kubuntu) machine that isn't connected to the internet. I looked at aptoncd but it wants to copy my apt cache or something but I have no way to know if the packages in my cache are everything I need as it is often cleared.22:54
lcbsam-_-:  reading all those posts with no solutions, with worst consequences, i'm really sorry but i'm going to do a deb install for the server. at least until this matter is resolved.22:54
tyranscoterremoved both .gconf/apps/totem and .config/totem.   Still no change22:54
WinstonSmithping22:54
GSF1200Scellardoor- especially mine; 5 degree timing advance, full header exhaust, gsxr1100 intake cam, jetted carbs, down a tooth on the front sprocket ;)22:54
erUSULWinstonSmith: good luck22:54
pooltablehelp adobe flash player how to download a e book in this format ??22:55
x_erUSUL, can you help me get my spdif to work man?22:55
WinstonSmitherUSUL, thanks. may the force be with you! ;)22:55
erUSULx_: do not have experience with digital sound output. checked in the hardware tab in sound properties?22:55
GSF1200Scellardoor- does about 6.7 strapped with a good launch in the 1/8th mile :)22:56
cellardoorGSF1200S, Ouch, get that looked at, especially the tooth ;D My mate has the 650 GSF in the greeny-cyan-blue color ;D22:56
x_erUSUL, it shows up. its unmuted. but no volume control... and everything else is unmuted. vlc is set to use hw:0,1 which is the digital...22:56
erUSULx_: really dunno sorry.22:57
GSF1200Scellardoor- sweet! Never ridden the 650 (bandit) but I imagine its alot more flickable due to less gyro effect from the motor22:57
cellardoorGSF1200S, still a beast ;D but I am afraid we must move to #ubuntu-offtopic ^.^22:57
tyranscoterany other ideas for getting totem sound working ?22:59
OY1Rim having problems getting midi to work in Ubuntu 10.10, i can get the controller connected and register in rosengarden but i do not get any sound, however if i play something and export it to a midifile i can play it22:59
=== peyton is now known as no4
highlifewhats going on guys23:00
=== Guest87829 is now known as r00tintheb0x
no4how do i get ubuntu to extract .rar files23:01
erUSUL!rar | no423:01
ubottuno4: rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free23:01
lexsynhi23:01
cellardoorJust started using the BroadCast Account integration on the top right.. but when I add twitter.. I am automatically given a screen with 'Autenticate' on it. When I click it, the button stays red, any ideaS?23:02
no4thanks23:02
xiamxHow to reseize / partition inside of LVM without graphical tool?23:03
pullohey23:04
earthmeLonIs there any way that I can see how much space a directory contains?  For example, I want to know how much space my /var/www directory (and all subdirectories) is taking up.23:04
lexsynhi there, i want to do apt pinning on some package bu i cannot find /etc/apt/preferences file there is a folder preferences.d but it is empty how can i do that with which config file, i'm using maverick23:04
strangeearthmeLon, du -h /var/www/23:04
earthmeLonty strange23:05
highlifehey im on bt4 r2 im trying to run armitage and every time i scan with nmap i lose my wireless and have to reboot ar500023:05
earthmeLonstrange, that just lists every file and it's size >_<23:06
strangeearthmeLon, wait till it finishes23:06
bsmith093why are packages sometimes held back?23:06
strangeit will give you a total23:06
earthmeLonToo hasty on the ctrl+c?23:06
strangeyes23:06
earthmeLonBrilliant.  Ty strange23:07
strangejust let it run last line = total23:07
stuffaearthlemon: or use du -hs /var/www to get just the final summary23:07
strangeyeah or that23:07
highlifeanyone?23:09
Craigwelli have just installed a new hard drive in my laptop. I use 10.04. I had my /home folder backed up, and installed new / on the replacement HD23:09
Craigwellquestion is:23:10
Craigwellam i able to copy over some of the features/settings that ended up on my old / partition to the new install?23:10
Craigwell(the drive is failing, but hasn't gone yet)23:10
highlifebt4 r2 im trying to run armitage and every time i scan with nmap i lose my wireless and have to reboot ar500023:10
jribCraigwell: if you created the user with the same name just move the whole /home and do a chown.  Do this in recovery mode23:10
Craigwellyes i did use the same name.23:11
kgsHi. I have a general Linux question that google is not helping me with. What is the maximum length for a password in Ubuntu? From what I understand it is 8. Anything beyond the 8th character is ignored. Is this true?23:11
benbrowhat does avahi_install do?23:11
Craigwelljrib: does this mean i didn't have to do an install from the disc for the / partition on the new drive?23:11
jribCraigwell: you didn't have to but this is probably easier23:12
Craigwelljrib: could i just use gparted live cd and copy the / partition to the replacement drive?23:12
Craigwelli have the old drive in a usb enclosure, still can access it easily23:12
erUSULkgs: doubt it; what makes you think it is 8?23:13
jribCraigwell: you'd need to update UUIDs in fstab and grub.  At this point, I'd recommend doing what I said above with /home (including the chown part).  If you want to install the same packages you could still chroot to your old install and use the following factoid:23:13
* jrib 's mind blanks23:13
jrib!clone | Craigwell23:13
ubottuCraigwell: To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude  --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate23:13
kgserUSUL: A few sources have suggested as much.23:14
* Fireblasto sighs23:14
FireblastoAll the iPod managers that I've tried fail23:14
pulloi could not find apt preferences file do you where it is23:14
pullothere is a folder preferences.d but it is empty23:14
jribpullo: /etc/apt/preferences*  Why are you looking for it?23:14
pulloapt pinning23:15
jribpullo: you can create /etc/apt/preferences or create a file in /etc/apt/preferences.d/.  See ubottu23:15
jrib!pinning > pullo23:15
ubottupullo, please see my private message23:15
cowslammerwhat is pinning23:16
erUSULkgs: well it is not true afaics23:16
=== SolidLiq is now known as solid_liq
cowslammerjrib what is pinning23:16
jrib!pinning | cowslammer23:16
ubottucowslammer: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto23:16
pullojrib: i know this wiki pages but in preferences.d i need to create a file, does its name matter?23:17
jribpullo: no, I don't think so.  You can also just create a generic /etc/apt/preferences.  You can check « man apt_preferences » too23:18
whammocan anyone advise how to enable acceleration for intel gma x4500 gpu? most forums recommend tweaking xorg.conf which seems to be blank in 10.0423:18
Craigwelljrib: ok, the chown and chroot stuff i am unfamiliar with. I did keep the old /home during the install, no problem with that .. i have / and /home on their own partitions23:18
pullojrib: thanks alot23:18
whammoglxinfo | grep rendering  gives me a bunch of Xlib:  extension "GLX" missing on display ":0.0".23:18
jribCraigwell: so /home is on its own drive?  You said the drive was failing, didn't you?23:19
Craigwelljrib: i used gparted to copy /home to the replacement drive, and configured the new install to use it23:19
jribCraigwell: ok, then you're all set.  What else do you need to do?23:19
Craigwelljrib: there are some configuration settings that seem to have been left behind,23:20
jribCraigwell: system settings you mean?23:20
Craigwellsuch as the workaround i managed to get the lovely broadcom wirless working... yes, settings23:20
jribCraigwell: system settings are usually in /etc/, you could copy over the files you want from there23:20
Craigwelljrib: ok, just replace the fresh installs /etc files with those from the original drive?23:21
jribCraigwell: for wireless, you probably just need to run jockey-gtk and enable it23:21
=== BAILUX is now known as bailux
jribCraigwell: for the settings you want.  You don't want to replace fstab for example23:21
Craigwelljrib: trying jockey-gtk now23:24
_CommandeR_hi there23:24
abountu1are there any laptop using UEFI instead of BIOS? anyone tried any? Does Ubuntu support UEFI?23:25
_CommandeR_Need help with odd vnc keyboard mapping from win7 to ubuntu using remote desktop23:25
hadeesI just did a recent upgrade and now my network doesn't seem to be working, i can't get the wired ethernet to connect, on auto or manual23:26
_CommandeR_Got remote desktop on server and running vncviewer 4.x on windows. Issue is that instead of using local machine keyboard mappings and server keyboard mappings it uses English23:27
red-paladinCan someone tell me how I change the channel the wireless network card is using in ubuntu 10.10?23:31
_CommandeR_anyone know where the remote desktop config file is in ubuntu 10.1023:32
jolarenhow would you figure?23:32
_CommandeR_jolaren, ?23:32
loupeis there some way to instantly halt the whole machine (without shutting down, etc.)? i'm trying to simulate a catastrophic hardware failure23:33
undecimI'm trying to setup a VPN server. I'm reading http://openvpn.net/index.php/open-source/documentation/miscellaneous/78-static-key-mini-howto.html, but have no idea where to put the server config file and key. #openvpn is silent. Anyone here know where the config file and key are supposed to go?23:34
jolaren_CommandeR_: depends on what program u want to use23:34
brandFUloupe: pull the plug?23:34
_CommandeR_jolaren, I use vncviewer on windows and remote desktop in ubuntu, however i got odd keymappings23:35
erUSULloupe: pull the power cord ?23:35
loupebrandFU: it's a cloud server :( i have to specifically simulate a lockup, without notifying the cloud infrastructure23:35
m4vloupe: http://en.wikipedia.org/wiki/Magic_SysRq_key and only use the option that reboots without unmonting or syncing23:36
loupem4v: unfortunately, i don't have physical access23:36
pooltablehelp adobe flash player how to download a e book in this format ??23:37
loupe(i don't think SysRq works over ssh :P)23:37
erUSULloupe: echo "sysrqsequence" | sudo tee /proc/sysrq-trigger23:37
erUSULloupe: think again :)23:37
loupeoh, nice23:37
loupethanks erUSUL; i'll try that23:38
_CommandeR_got odd keyboard mappings with remote desktop, need help23:38
m4vloupe: yeah, what erUSUL said is actually mentioned in the link I sent you23:38
HypoglybeticI need advice/information on virtualizing XP in Ubuntu.  I would like video card support.  What program should I use?23:39
loupem4v: ah yeah, i see that now; thanks23:40
erUSUL!vbox | Hypoglybetic23:40
ubottuHypoglybetic: virtualbox is a x86 !virtualizer. A !free edition is available from the package 'virtualbox-ose'. A non-free edition is available at http://virtualbox.org for most Ubuntu releases (help in #vbox) - Setup details at https://help.ubuntu.com/community/VirtualBox23:40
HypoglybeticThanks23:40
Craigwelljrib: thanks for your help so far. i was able to get my wireless working somewhat with the jockey-gtk command, but its not indicating the connection in the panel applet, and the browser, evolution etc dont see the connection unless i point it out23:40
Craigwelljrib: question is,23:40
helpmeI accidentally deleted some of my home files and now I can't install any programs23:41
Destruct1hello23:41
Craigwelljrib: i can copy the /etc folder over, but you mention there are some things i have to leave alone within it?23:41
helpmeyes!23:41
helpmethank you23:41
sanduz2i just downloaed python-scgi package and i need to know what the connection address is (host:port) or the unix socket path. how do i find this?23:42
helpmeWAIT, not the /etc folder, I mean the one that you get when you go to "Places --> Home folder"23:42
jribCraigwell: right, you should copy over the files you changed only23:42
jribhelpme: deleting things in your home will not affect your ability to install things23:42
helpmeHmmm... Then why can't i install anything23:43
helpme?23:43
jribhelpme: what are you trying to install?  How are you trying?  What exactly happens when you try?  (please answer all of these questions, not just some)23:43
HdeProgramaKasadhello23:43
helpmeIm trying to install 7Zip23:43
pooltablecan i save a print to go to a text file?23:43
helpmebut when I do it just doesn't show up in Applications23:44
helpmeThe same thing happens with RAR23:44
HdeProgramaKasadI am from Brazil23:44
daedaluzhas ubuntu delta patches?23:44
helpmeI'm doing it from the U Software Center23:44
HdeProgramaKasadthis is first time23:44
HdeProgramaKasadI use my irc client23:44
HdeProgramaKasadxchat23:44
HdeProgramaKasadvery cool23:44
m4vHdeProgramaKasad: you need help? please just ask your question in one line23:44
helpmethanks JRIB For helping me23:44
HdeProgramaKasadbye23:44
Craigwelljrib: ok, bear with me - i have the /etc folders from each -the failing drive, and the new one - open in separate tabs in the nautilus file browser. what is the best way to compare and replace changed files? what stufg do i need to leave alone?23:44
jribhelpme: one sec -- phone23:45
popeyhelpme: once you install rar or 7zip you will be able to open and create rar and 7zip files in the archiving tool23:45
pooltablecan i save a print to go to a text file?23:45
popeyhelpme: there's no need for additional menu items23:45
KiiKhow can I get my pinned source... apt-get source -t "???" php5. https://edge.launchpad.net/~txwikinger/+archive/php5.223:45
myradlife_milamber, I left out that I wanted that dropbox alternative to work with OS X23:46
helpmeThat's weird... I can install a game but I can't install 7zip.23:46
myradlife_milamber, do you know how I can get it to work with OS X?23:46
popeyhelpme: you can install 7zip23:46
helpmehow23:46
helpme?23:46
popeyhelpme: you said you already installed it23:46
popeyhelpme: but it doesn't appear on the menu, thats normal23:46
helpmeOh... then how do I use it?23:46
pooltablei see print to file but do not have the with a ebook help ???23:46
sdfgwhen my ubuntu restarts, the unetbootin doestnt boot up23:46
popeyhelpme: just double click a rar or 7zip file to open it23:46
helpmeOh... thanks popey23:47
rsvpif I UNINSTALLED a bunch of featured programs, e.g. Empathy, from 10.04 -- and then upgrade to 10.10 -- will all those uninstalled programs come back as zombies ???23:47
sanduz2how do i find the unix socket path or the host:port for the python-scgi package?23:48
carter6I'm trying to recover lost encrypted data from my home directory on another computer. The drive was in RAID1 with another drive (which failed) and I'm trying to move all the data off of that last drive onto my other computer's RAID5 array.  However, my computer isn't recognizing the hard drive when I plug it in. Can anyone help me with this?23:48
milambermyradlife_: rsync and ssh are available for osx?23:49
myradlife_milamber, yes they are23:50
sdfgis it possible to apt-get ubuntu server 10.04? my old laptop doesnt have usb/working cd drive23:51
Craigwellso i guess that's where i am. i have my old failing HD attached to my laptop via USB enclosure. I already had / and /home on separate partitions, and copied the original /home partition to the new drive. i need to copy some of the /etc files from the old install to the new, but not sure how best to go about it without messing things up23:52
SmallR2003hey guys, i'd appreciate some suggestions, installed ubuntu on a netbook and now xp won't load, i haven't used windows on a machine in a while so i'm a little lost23:52
* jasono is away: I'm busy23:52
Craigwellsmallr2003: do you get a menu when you start up ?23:53
ether-boybluetooth module is  not available for my laptop. where can i report/request one?23:53
olskolircwhere does my web page cache page live please?23:53
SmallR2003sure, i get grub, grub works wonderfully, boots linux very well23:53
doodooanyone using Dell? I installed i8kutils from repos to monitor fan speed. How do I use it?23:53
CraigwellsmallR2003: did you try to run xp in safe mode?23:53
myradlife_milamber, rysnc and ssh are available on OS X23:53
popeyolskolirc: depends on the browser, for firefox usually under /home/<username>/.mozilla/firefox23:54
biznock09anyone know what the language packages for openoffice are called_23:54
SmallR2003Craigwell, it literally hangs when i select windows23:54
CraigwellsmallR2003: at what point though? do you see the windows screen or anything?23:54
olskolirci seen pages in kde-cache-username or something like that23:54
SmallR2003the instant after i select windows it gives me a flashing underscore23:54
milambermyradlife_: i just checked lsyncd and it also works with osx. so everything should work?23:54
popeybiznock09: openoffice.org-l10n-XX23:54
doodoocan anyone guide me how can i use i8kutils to monitor fan speed23:55
Craigwellsmallr2003: sounds like grub didn't map the OS's correctly, something i seem to recall hearing about before. i'd treat it just like you installed windows after ubuntu23:55
=== erkan^2 is now known as erkan^
Craigwellsmallr2003: hang on23:55
biznock09popey: thank you23:55
sdfgi am on ubuntu server edition, and i would like to make it as if it were a complete new installation23:55
sdfgeasiest way to do it from terminal?23:55
SmallR2003Craigwell, i've been hitting sgd but it hasn' thrown anything useful back at me23:55
popeysdfg: reinstall :)23:55
sdfgi dont have bootable usb/cd drive23:56
popeysdfg: pxe boot?23:56
didier_Anyone got gnome-panel to only appear under one X screen when using separate X screens?23:56
sdfgnot sure, lemme see what that is,23:56
popey!pxe | sdfg23:56
popeybah, stupid bot23:56
myradlife_milamber, perhaps, I read about "inotify" and that's not on OS X, so i'm wondering if it will fail23:56
ether-boybluetooth module is  not available for my laptop. where should i report/request one?23:56
popeysdfg: https://help.ubuntu.com/community/PXEInstallServer23:57
cpetschim having some problems installing ubuntu on an emachine computer. I am getting a continus restart from the livecd upon getting xserver on the try function or at the select timeszone area of the install. could anyone help please?23:57
popeyether-boy: does your laptop actually contain a bluetooth device?23:57
chuckchey, i just installed unity-2d on a headless server, trying to get it to run in a vnc session, but not sure what command starts it in xstartup.  anyone know?23:57
Craigwellsmallr2003: i'd try this out, try reinstalling / updating grub23:57
Craigwellhttps://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows23:57
CraigwellsmallR2003: for whatever reason, it may not have mapped your windows install correctly23:58
SmallR2003i did a grub-install already23:58
ether-boypopey, yes, lsusb shows me the hardware being detected. "Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)"23:58
pooltablegot it sorry23:58
SmallR2003i'm wondering if it may be to do with using grub2 instead of grub23:58
popeyether-boy: then it should work, i know of no bluetooth chipsets for which there is no linux driver23:59
Craigwellsmallr2003: it might. that link covers both grub2 and legacy23:59
sdfgpopey, is there an easier way than PXE ?23:59
popeysdfg: not really23:59
popeysdfg: usb boot?23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!