/srv/irclogs.ubuntu.com/2011/08/27/#ubuntu.txt

ryanfthis is on a live server00:00
exutuxryanf: maybe reboot00:00
Polahshadows090: Yes, or use a network share or something00:00
ryanfI can't00:00
ryanfor at least I'd rather not00:00
shadows090Polah, ah i don't know why i didn't think of that. samba or something. thank you00:00
exutuxryanf: try to type sync00:00
ryanfworst case scenario I can just replace the whole box, but it'd be nice to have a real solution for this issue since it has come up before00:01
slakcphilshadowns090, yeah the easiest for me is install apache2 and then stick the files to be shared in /var/www00:01
cdelapenahi00:01
cdelapenahow do i change my default home directory00:01
Polahshadows090: If you're going to/from Linux then yes, Samba.00:01
ryanfexutux: didn't do anything00:01
Polahshadows090: to/from Windows*00:01
shadows090cdelapena, in /etc/passwd00:01
falseK: Been a while since I've run ubuntu and I've looked online but not understanding what they're doing. On a laptop and my wirless is disabled by switch. Proper steps to get it enabled?00:01
shadows090Polah, to/from linux00:01
cdelapenashadows090, what do i do there?00:02
testibryanf: is it possible that the file you deleted still exists somewhere else and you have just remove one physical link of a file that has several names?00:02
exutuxshadows090: linux to linux use nfs00:02
shadows090cdelapena, you just edit the /etc/passwd file. i think it's the second colomn that shows your home folder00:02
testib*removed00:02
Polahshadows090: well if both machines are linux you shouldn't need samba00:02
shadows090cdelapena, you would need to be root in order to do that. so, sudo00:02
ryanftestib: fairly sure that's not it, because if I run a du on / I can see that the space is no longer being taken up by anything00:02
ryanfI'll check though00:02
shadows090Polah, exutux true. i've never used nfs, but have samba installed on the server. how do I use nfs?00:03
exutuxcdelapena: look usermod manual00:03
shadows090well..that's probably easiest with google i suppose00:03
exutux!nfs | shadows09000:03
ubottushadows090: nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS.00:03
shadows090exutux, thank you00:03
ryanfoh, too late, I never did an ls -l and now the file is gone00:03
exutuxshadows090: np00:03
ryanfbut like I said, that seems very unlikely given the output of du00:04
ryanfdf must be reading out of some kind of cache right?00:04
testibryanf: could the "other name" of the file be in a folder that isn't accessible to du because there's another mounted file system hiding it?00:05
Polahryanf: Did you check any trash folders?00:05
exutuxryanf: sudo updatedb00:05
ryanftestib: I'm not sure I understand how that situation could arise. what do you mean by hiding?00:06
testibryanf: is the file you deleted a log file that could be open for writing by a running process? If so the space won't be freed until the process closes the file.00:06
ryanfoh shit, that is probably it00:06
ryanfyep00:06
ryanfthanks!!00:06
testibyou are welcome :)00:07
ryanfI assumed the process had died00:07
notlisteningHi I have a crontab set up to run every 10 minutes, however it runs every 10 past the hour, here is the crontab -e output http://pastebin.com/6BM4fLQq00:07
Polahryanf: For log files I'd recommend rewriting them with output from /dev/null rather than deleting them. That way they still exist to be written to so the program doesn't throw and error or have to make a new one, but all the data in them is removed00:07
notlisteningI have tried different variation to get it running properly00:07
testibryanf: by hiding I meant your file is in /log/file.log and you have a file system mounted on /log. The file /log/file.log would be totally invisible until /log is unmounted. (but I guess that doesn't mater any more now that your problem is fixed :))00:08
exutuxnotlistening: */10 * * *  command00:08
notlisteningexutux already tried that00:09
RefeferHi there, I've just updated a long running ubuntu 9.04 server to 10.10 to discover my ethernet has decided to kick the bucket.  Anyone willing to help me diagnose what's going on?00:09
notlisteninghence the time,time layout seen there00:09
shadows090notlistening, i'm not trying to sound dense, but i don't see one scheduled to run every 10 min. which crontab is supposed to?00:10
exutuxnotlistening: */10 * * *  command  this is correct and run every 10 min00:10
notlisteningexutux The top two entries unless they are totally wrong00:10
notlisteningexutux, 24 / 2500:11
shadows090notlistening, he's correct. */10 is the correct way00:12
notlisteningI have tried that already00:12
notlisteningI will change it again00:12
shadows090notlistening, i would suspect something with the script isn't right then00:12
shadows090notlistening, out of curiosity (of course don't answer if you don't want to) why do you need to change group so often?00:12
ReaperDoes anyone know the command to unzip a bz2 file?00:12
ReaperIt's just a zipped txt file00:13
shadows090Reaper, tar xjf dir.tar.bz200:13
exutuxnotlistening: try this and see */2 * * * date >> /home/$USER/date.log00:13
ryanfPolah: thanks for the tip. in this case I wasn't worried since the service that made the log was a non-critical one00:14
ryanfbut I'll bear that in mind in the future00:14
exutuxReaper: bunzip2 maybe00:14
notlisteningshadows090, just because i have been crap with setting this up00:14
ubuntnoobis there a more appropriate channel for ltsp questions?00:14
exutuxubuntnoob: #ubuntu-ltsp00:15
* hylian waves hello to the Ubuntu crowd00:16
ubuntnoobexutux, tried, but empty00:16
Reaperexutux you are the fkn man!! that worked00:16
notlisteningshadows090, the script for the svn auto set up script runs and creates the repo as root I allow access through ssh directly to this and limit access based on groups00:17
ReaperI've been trying to find that forever now !00:17
exutuxReaper: lol00:17
ubuntnoobanyways, network boot client hangs after vmlinuz install, initrm.img install and sits at 'Ready'00:18
ubuntnoobi thought it was because i didn't have a desktop environment, but I installed one, and I still get the same issue00:18
=== ryan is now known as Guest2430
=== root_ is now known as cminus
exutuxnotlistening: test date script run?00:18
notlisteningexutux I installed that crontab and it does not create the log, however crontab accepts what i ahve entered00:19
shadows090exelnet, did you restart crontab?00:19
exutuxnotlistening: so if that command has more output use 2>&1 > /dev/null at the end of entries00:20
notlisteningactually exutux where is roots home?00:20
dsnydersAny way of getting my samsung printer not to take 3+ hours to print a google maps page?00:20
Polahnotlistening: /root00:20
notlisteningtx Polah00:20
mouseI need help.  I accidentally deleted xorg.conf and I managed to remake most of it but now I can't get the screen resolution back to it's original size.  I've tried editing xorg.conf manually, nvidia-xconfig, xrandr, dpkg-reconfigure xserver-xorg and even reinstalling the drivers and nothing has worked.  Does anyone have any ideas?00:22
notlisteningexutux, I removed all my commands and just left yours in the crontab now00:22
notlisteningmouse what version of ubuntu you using ?00:23
mousenotlistening, 10.0400:23
shadows090mouse, is it xorg.conf.d?00:24
mouseshadows090, No00:24
notlistening10.04 is still using the old xorg.conf is that right?00:25
shadows090i didn't think so. mouse, was yours an upgrade or a fresh install00:25
exutuxmouse: go into tty2 ctrl+alt+f2 and run this sudo /etc/init.d/gdm stop && sudo X -configure && sudo cp xorg.conf.new  /etc/X11/xorg.conf && /etc/init.d/gdm start00:25
exutuxit creates a new xorg.conf if you need it00:26
mouseshadows090, Installing 10.04 was a clean install00:26
shadows090mouse, strange, i don't have an xorg.conf00:26
exutuxmouse: if is a clean install xorg.conf doesn't exist00:27
falseAlright, I've been fighting with it for about an hour. Not making any ground. Running an HP laptop, wireless hardware switch disabled. How do I enable?00:27
=== go_beep_yourself is now known as go__beep_yoursel
mouseexutux, I've already done that and it didn't work.00:27
exutuxmaybe you have some other driver problems00:27
exutuxmouse: which card you have?00:27
mouseexutux, nvidia geforce 9600 gt00:27
notlisteningmouse can you pastebin your xorg.conf00:28
exutuxmouse: try to add nomodeset entry in the grub line after quiet splash00:28
exutuxmouse: delete xorg.conf if you have one now00:28
urlin2ufalse, run this to identify the card then let us know what it is   lspci | grep -i wireless00:29
notlisteningexutux, this is the only line in my crontab and no joy */2 * * * *  date >> /home/$USER/date.log >&1 > /dev/null00:29
cminus!bot set00:29
spacemanspiff|98BASH=/bin/sh00:29
spacemanspiff|98BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath00:29
spacemanspiff|98BASH_ALIASES=()00:29
spacemanspiff|98BASH_ARGC=()00:29
spacemanspiff|98BASH_ARGV=()00:29
spacemanspiff|98BASH_CMDS=()00:29
FloodBot1spacemanspiff|98: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:29
notlisteningI am running this as root00:29
TheEvilPhoenix!pastebin | spacemanspiff|9800:30
ubottuspacemanspiff|98: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.00:30
YossHi, has anyone tried using xfce desktop environment on ubuntu?00:30
Polah!Xubuntu | Yoss00:30
ubottuYoss: Xubuntu is Ubuntu with Xfce instead of !GNOME. More info at http://www.xubuntu.org and http://wiki.ubuntu.com/Xubuntu/ - To install from Ubuntu: « sudo apt-get install xubuntu-desktop » - Join #xubuntu for support - See also: !Ubuntu and !Xubuntu-Channels00:30
falseEthernet controller: Atheros Communications Inc. AR 5001 Wireless Network (rev 01)00:31
exutuxmouse: at the boot still pushed shift key, when you see grub menu press "e" and go to the line where is "quiet splash" and add nomodeset, then press ctrl X00:31
urlin2uYoss, many what's your question?00:31
falseurlin2u: Ethernet controller: Atheros Communications Inc. AR 5001 Wireless Network (rev 01)00:31
Refeferneed some help: I need to build a driver to get my ethernet card working.  However, I need the linux-headers to do it, but I'm unsure how to download them outside of apt-get00:31
mouseexutux, What will that do?00:31
Yossurlin2u, well, i  checked it out today, and could not find a decent date and time applet, i used the regular one, but the date is not being displayed, and the time is kinda messy.00:32
exutuxmouse: try to use generic drive00:32
Yossjust wanted to know if anyone else had it00:32
exutuxnotlistening: 2>&1 > /dev/null00:32
cminus!bot ls00:33
StepNjumpHi guys, I am trying to connect to the windows network with SMB but it down't seem to connect.00:33
mouseexutux, Do you mean vesa?00:33
TheEvilPhoenixcminus:  do you need help with something?00:33
urlin2ufalse, I have the same card, it has always worked, any more details you can share?00:33
PolahCan I pass multiple files to an rm command?00:33
falseurlin2u: Just installed 11.04 from disc onto the laptop, started out disabled.00:34
cellardoorGwibber runs pretty poorly in my opinion.. especially when scrolling - Other twitter clients of preference?00:34
notlisteningSorry exutux corrected just waiting00:34
urlin2uYoss, have you logged out and back in again after all the tweaking?00:34
Yossurlin2u, yup00:34
notlisteningPolah can you use fine and the -exec switch?00:34
notlisteningPolah *find00:35
Yossi thought about making my own (i know some Python), should not be too hard.00:35
urlin2ufalse, have you plugged in the ethernet cord and done a update/upgrade00:35
Polahnotlistening: I could, but I have some files using the same name format that I want to keep and I don't know how to exclude them, much easier to type "rm file1* file2*" and so00:35
urlin2ufalse, is there a switch that may be off?00:35
notlisteningyou can do that with find Polah, from memory00:36
Polahnotlistening: Yes, probably.00:36
urlin2uYoss, a screen shot may help to see you definition of kinda messy00:36
=== ejv_ is now known as ejv
falseurlin2u: Yes, I did infact. Rebooted as the manger said, turned it back on and the "switch" still doesn't work. It's just a button beside the power button.00:36
falseurlin2u: It's lit up blue like in windows when it's on, but network settings still says it's disabled by hardware switch .00:37
notlisteningPolah https://help.ubuntu.com/community/find00:37
urlin2ufalse, look in additional drivers to see if any are available.00:38
ubuntnoobI'm having a problem loading a thin client network boot with ltsp on ubuntu server 9.10.  The client see's pxe and installs vmlinuz and initrm.img, but it hangs with flashing cursoe after 'Ready'.  Yesterday, I thoguht it was because I didn't have a desktop environment for it to boot into, but after installing ubuntu-desktop, it still has the same issue00:39
falseurlin2u: Unfortunately, no. I've already looked there.00:39
urlin2ufalse,  run this in the terminal sudo rfkill unblock all00:39
cminusis this a help cannal00:40
urlin2ucminus, ubuntu yes00:40
Yossurlin2u, oops, does not matter, just found out i have an old version of xfce, i'll get the latest00:40
Yosswill probably fix it00:40
urlin2uYoss, cool00:41
cminuscan u tell me how to python00:41
falseurlin2u: Supposed to get some kind of message? Just goes back to command line.00:41
Yosscminus: type in python00:41
Yossin the terminal00:41
Yossif that's your intention00:41
Polahubuntnoob, 9.10 is unsupported now00:41
droptimizei need to learn python too... so many cool utility scripts are written in python nowadays00:41
urlin2ufalse, try the swithch now00:41
Polahcminus: Ask in #python for python.00:41
TheEvilPhoenixcminus:  define "how to python:00:41
YossYup, Python is awesome00:42
TheEvilPhoenixcminus:  if you need help *with* python, then type /join #python00:42
cminusthankz TheEvilPhoenix00:42
falseurlin2u: No change :/00:42
ubuntnoobthanks polah00:42
urlin2ufalse, thats about the extent of my knowledge in that area, sorry.00:42
Yosscminus: docs.python.org - you should check out the documentation as well00:42
Yossit contains a lot of info00:43
cminus!bot python00:44
spacemanspiffPython 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)00:44
spacemanspiff[GCC 4.4.3] on linux200:44
spacemanspiffType "help", "copyright", "credits" or "license" for more information.00:44
spacemanspiff>>>00:44
exutuxcminus: I dont' think that you can use your bot here00:44
FloodBot1spacemanspiff: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:44
exutuxcminus: get out it00:45
falseurlin2u: Odd. I did rfkill list - saw the block, tried the unblock all again, worked.00:45
Prodegocminus: I wouldn't think that is a good idea00:45
urlin2uspacemanspiff, who is this directed at?00:45
urlin2ufalse, I'm giddy as a little girl. ;-)00:45
falseurlin2u: Not sure why it didn't unblock in the first place, I just trolled back up previous entered commands in terminal and hit it again? *shrug*00:46
falseskrolled, not trolled >.> too many convos atm00:46
urlin2ufalse, lol00:46
neo69hi00:46
neo69can someone help me install a card reader?00:46
falseurlin2u: Appreciate the help.00:46
urlin2ufalse, no problem, gogoled it and got lucky.00:47
urlin2ugoogled00:47
urlin2uneo69, is it a usb plugin for the reader?00:47
neo69urlin2u: internal card reader00:48
urlin2uneo69, sounds like #hardware  not sure though, not enough info00:48
cminusis there a social channel on ubunut00:49
Polahneo69: Install as in connect it to your system or install as in get it working with Ubuntu?00:49
Polah!offtopic | cminus00:49
ubottucminus: #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:49
elkycminus, please put your bot elsewhere00:49
cminusi want to help00:50
elkycminus, it does not belong in any #ubuntu channels00:50
cminuscan i join #botnet00:50
neo69Polah: get it working on ubuntu00:50
elkycminus, check with the people who op in the channel first00:50
Yosscminus: you can open your own channel00:50
Yossa test channel00:50
cminushow can i do tht00:51
cminusthey kill my channel00:51
urlin2ucminus, /join #cminus00:51
cminusand curse at my friends00:51
Prodegourlin2u: ##cminus00:51
cminusok everone join #cminus00:51
urlin2uProdego, makes sense00:51
elkycminus, don't advertise your channel here either.00:51
Prodegocminus: you should technically use ##cminus00:51
hyliancminus on irc, to open your own channel, temporarily, at the server screen (freenode) type /join # and then a channel name that doesn't exist.00:52
elkycminus, further questions about running irc channels should go to #freenode00:52
notlisteninggoo elky :D00:52
neo69urlin2u, Polah: when I do lspci -nn I get "07:00.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 22)"00:53
=== ozior_ is now known as ozior
notlisteningRight reasons crontab is not updating / running my scripts, ideas?00:53
Polahneo69: I can't really help you install it. Someone else probably can00:53
Polahnotlistening, have you tried rebooting?00:53
urlin2uneo69, out of my pay area. :D00:53
neo69Polah: ok, thanks anyway00:54
neo69urlin2u: :)00:54
notlisteningPolah, thats is soo windows language your using there, give me 2 mins :D00:54
NewUseri need help.. is there a way to make ubuntu change hardware drivers??  ... i change a disk from one computer to other...00:54
schnufflenotlistening: sure that your script is not running? MAybe it's failig due to errors?00:54
PolahNewUser: Most drives don't require special drivers00:54
Jordan_UNewUser: Unless you were using proprietary drivers that should happen automatically/00:54
notlisteningI will wait for it to reboot we can pick the script apart :D what fun00:55
mouseexutux, I deleted xorg.conf and did nomodeset in grub and it did nothing.00:55
NewUserPolah: network card and audio aren-t working00:55
Jordan_UPolah: I think he means he installed Ubuntu on one machine, then moved that HD to another machine with different hardware.00:55
NewUserJordan_U:  exactly00:55
PolahJordan_U: apparently so (:00:55
w45pHi! I wonder if someone can help me?  Im new to using Ubuntu and a while ago my touchpad stopped working =/ when I run xinput list,  I get Unable to connect to X server00:56
exutuxmouse: sorry I don't have any clue now :(00:56
PolahNewUser: I can't help you set them up but someone else might be able to. Perhaps take a search around for "<model name> linux drivers"00:56
Jordan_UNewUser: Does audio and networking work on this machine from a regular Ubuntu liveCD?00:56
NewUserJordan_U: dont know.... the network card is a pci linksys wireless00:57
Jordan_UNewUser: Would it be difficult for you to test that?00:58
nac-godfatherNewUser:  What is the chipset, can u post the output of this command:  "lspci | grep 802.11"00:58
NewUserJordan_U: yes... don0t have cdroom.. and that board doesnt support usb boot... thats why i swap disk00:58
Jordan_UNewUser: Have you tried System Settings > Additional Drivers?00:59
NewUserJordan_U: doing that now....01:00
exutuxw45p: typed xinput list in the terminal? or in a tty?01:00
w45pexutux: in the terminal01:01
=== `mOOse` is now known as m00se
NewUsernac-godfather: 00:08.0 Network Controller: Ralink corp. RT2500 802.11g (rev 01)01:01
exutuxw45p: gnme-terminal? or you have pressed ctrl+alt+F..somekey?01:02
w45pexutux: ctrl+alf+f101:02
exutuxw45p: ok you cannot do it from there01:02
w45pexutux: "cat /proc/bus/input/devices"  does give me01:02
exutuxw45p: use gnome-termunal01:02
cminusmmmmmuuummmmmmmyyyy01:02
cminuswhere r u01:02
cminusi want to go to sleep01:02
w45pexutux: Aah, but without the trackpad, I have no idea how to open it01:02
cminusput me to bed01:02
exutuxw45p: alt+f2 and type gnome-terminal01:03
Polahor Ctrl+Alt+T01:03
NewUserJordan_U: no proprietary drivers are being used in this system01:03
w45pexutux: Can it open a gnome terminal even if im running kde ?01:03
exutuxPolah: yeah, always forgot that :p01:04
aeon-ltdw45p: yes01:04
exutuxw45p: nope, konsole01:04
aeon-ltdw45p: as long as it's installed01:04
exutuxw45p: or xterm01:04
RaineHhullo01:04
notlisteninghow do you do a search of your termial history for past commands?01:04
aeon-ltdnothings1ecial: prss up01:04
Polahnotlistening: look in ~/.bash-history01:04
aeon-ltdnotlistening: press up01:04
aeon-ltdnotlistening: sorry wrong person01:05
exutuxnotlistening: or history01:05
aeon-ltdnothings1ecial: sorry again. :( my bad01:05
urlin2unotlistening,  history01:05
w45pexutux: what's xterm and konsole?01:06
celestialHi im using natty i was using maverick i now have a problem i used to connect my tv through hdmi and used the proper resoulution of 1360x768 on my tv now i can only get to 1280 so it doesnt look right any help would be appriciated01:06
exutuxw45p: konsole is a specific shell of kde, xterm is a generic linux shell01:07
RaineHcelestial: i have that as one of my computers01:08
=== KindTwo is now known as KindOne
NewUserJordan_U: no proprietary drivers are being used in this system .... i have an extra wireless usb card that works with ubuntu... if i connect it can i do any update and make the pci one work ?01:08
w45pexutux: How do I open the terminal then?01:09
exutuxw45p: alt+f2 and type konsole01:09
RaineHby01:09
kkkis there a way to discover IP configuration on a network?01:10
th0rkkk: ifconfig01:10
celestialdo you know how to fix it?01:10
PolahDamn it, I'm sure Firefox is trolling me. It refuses to load the Lenovo website but Chromium and my phone do it in a few seconds.01:10
Jordan_UNewUser: I don't know. Start by pastebining the output of "lspci -vnn".01:10
kkkth0r: wireless network01:10
kkki Have no IP01:10
th0rkkk: ifconfig and iwconfig01:10
kkkand dhcp server doesnt work01:10
kkk.01:10
urlin2uPolah, clear the history, and cookies you don't need01:10
ikoniakkk: contact the network owner01:11
w45pexutus: gives me "Canot find the D-Bus session server:..."   And "unnamed app(2083): KUniqueApplication: Pipe closed unexpectedly"01:11
kkkikonia: i am the owner01:11
kkk..01:11
urlin2uPolah, you have better privacy on board01:11
ikoniakkk: then you should know your own ip range01:11
kkki dont01:11
kkkand router is locked01:11
th0rkkk: then you don't want to discover IP configuration on a network...ask a different question01:11
ikoniakkk: or you should take the dhcp server back to the vender01:11
exutuxw45p: what gives that01:11
ikoniakkk: if the router is not working - take it back to the vendor01:11
kkk...01:12
w45pexutux: "konsole"01:12
exutuxw45p: try xterm01:12
StrangeCharmwhat might be preventing my system from suspending or hibernating?01:13
w45pexutus: "xterm Xt error: Can't open display:"      "xterm: DISPLAY is not set"01:13
ikoniaStrangeCharm: lack of swap space, bad video card drivers, unsupported hardware ?01:13
exutuxw45p: are you on the GUI desktop??01:14
StrangeCharmikonia, i have twice as much swap as ram, and it still doesn't hibernate right after startup. it's a thinkpad, so the hardware and drivers should be golden01:14
ikoniaStrangeCharm: why should they be golden ?01:14
w45pexutus: From the GUI desktop I did ctrl + alt + f201:14
exutuxw45p: nopeeeeeeeeee01:14
exutuxw45p: only alt+f201:15
exutuxfrom desktop01:15
anjayI build a livecd based on lubuntu 11.04 , but it boot is very slowly and sometime cant start Xsession , how can i fix it??01:15
hemangpatelhii there01:15
StrangeCharmikonia, because thinkpads are secretly built to work01:15
hemangpateli already registered in fedora channel01:15
ikoniaStrangeCharm no, they are not, they have many different video and network card configurations01:15
w45pexutus: Silly me, there it is.01:15
th0rStrangeCharm: must be a different thinkpad from the one I owned01:15
hemangpatelbut still they say i'm in ubregistred channel01:15
ikoniahemangpatel: ask the #fedora ops01:15
hemangpatelwhat can i do ?01:15
exutuxw45p: ;)01:15
Polahurlin2u: Done that many times, it loads the first few times and then totally fails or shows the complete wrong page for their shop menus01:16
notlisteningexutux no job from cron, I have run the command and it works from the shell, however the */2 does not seem to work at all01:16
urlin2uPolah, you hace betterprivacy installed01:16
StrangeCharmikonia, but lenovo goes to great lengths to ensure that they're supported. in any event, a fresh install works, so that's not it.01:16
ikoniaStrangeCharm lenov do not go to any effort to make them supported under linux01:16
exutuxnotlistening: strange is cron service runs?01:17
urlin2uPolah, FF addon01:17
PolahAlso, that was really cool just then. Chromium supposed to use less memory right? The Lenovo home page somehow made it eat up ~1.9GB and I just had to spent 5 minutes waiting to run ps -A on a tty to get it's pid to kill it. urlin2u: No, I don't.01:17
exutuxnotlistening: sudo service cron start01:17
joserramondoes anyone know if I can use Linux in the HP Omni200-5410 all in one computer ??01:17
StrangeCharmikonia, apart from - you know - ensuring that folks at red hat write drivers for them01:17
urlin2uPolah, betterprivacy removes the cookies you don't see cokies01:17
PolahI have no FF addons, actually, aside from java and flash plugins.01:17
exutuxnotlistening: are you sure that date.log file there isn't?01:18
notlisteningexutux start: Job is already running: cron01:18
ikoniaStrangeCharm: they don't do that, Lenovo have no relationship with Redhat, and Redhat isn't ubuntu01:18
notlisteningexutux I have to touch the file and change the path but it is there and being filled01:18
Jordan_UPolah: alt+sysrq+F will run the OOM killer. That may not always kill what you expect though.01:18
notlisteningI have run the command external to cron and it is working01:18
w45pexutux: So, should I be doing 'xinput set-prop 12 "Device Enabled" 1'  ?01:18
Viking667bah bah bah.01:18
notlisteningsame command is in cron01:18
StrangeCharmikonia, they have some kind of business relationship, and the drivers make it back upsteam01:19
Viking667I managed to kill a PCI slot on my motherboard...01:19
w45pexutus: where 12 is the id of the trackpad?01:19
ikoniaStrangeCharm: no, they don't01:19
urlin2uPolah, los cookies it removes. https://addons.mozilla.org/en-US/firefox/addon/betterprivacy/01:19
StrangeCharmikonia, to which?01:19
ikoniaStrangeCharm: both01:19
PolahJordan_U: What's the criteria for what it kills?; the program using the most memory at the time it's run?01:19
StrangeCharmin any event, this is not the source of the problem01:19
anjayI want change the gnome default mount option , where is the configure file?01:19
notlisteningthis is such a simple thing that is soo anoyingly broken :D01:19
StrangeCharmikonia, ^01:19
Polahurlin2u: I don't need an addon to remove cookies01:19
Viking667thankfully I had a spare slot, so I could switch the soundcard over01:19
ikoniaStrangeCharm how do you know01:20
Polahanjay: GNOME doesn't handle drive mounting, although you probably want /etc/fstab01:20
urlin2uPolah, you might look into what lso cookies are.01:20
StrangeCharmikonia, because a fresh install works01:20
* Viking667 disconnects01:20
ikoniaStrangeCharm: then what action breaks it01:20
Jordan_UPolah: http://linux-mm.org/OOM_Killer01:21
StrangeCharmikonia, no idea. hence my question01:21
ikoniaStrangeCharm: ok - so it can be an unsupported hardware/driver issue then01:21
StrangeCharmikonia, how do you figure?01:21
exutuxw45p: maybe, I never  used xinput01:21
ikoniaStrangeCharm: because a clean install doesn't fix it - as it breaks for no reason01:22
ikoniaStrangeCharm: you need to work through it methodically01:22
StrangeCharmikonia, no, it doesn't break for no reason, i just don't know what the reason is01:22
ikoniaStrangeCharm: you can't say that, you'll need to work it through01:22
ikoniaStrangeCharm: it's most likley an supported bit of hardware with a specific kernel module, most likley video card, that's the most common cause, an update probably breaks it01:23
ikoniaStrangeCharm: however you'll need to work it through to find out what the trigger is01:23
sum1nilhi all! can someone tell me the proper way to apply a patch. I put the patch file in the same src folder as the original cpp; what do I do now?01:23
=== cypha` is now known as cypha
StrangeCharmikonia, wouldn't something complain at me if i had unsupported hardware?01:23
ikoniaStrangeCharm: no01:23
ikoniasum1nil: what are you trying to patch and why01:24
StrangeCharmikonia, it would just silently break on a kernel update?01:24
improveuponi am about to clone a hard drive dual-booting windows and ubuntu to an external hdd using either dd or clonezilla. the compressed image of the drive will be copied to the external hd. what filesystem should the external drive be formatted to? ext4, because i will be restoring probably with dd?01:24
ikoniaStrangeCharm: yes01:24
notlisteninglol complain about something unsupport that'll be the day01:24
PolahJordan_U: Thanks. I'll be sure to keep that in mind if something decides to eat my computer again01:24
StrangeCharmikonia, that sounds like a bug in the kernel o.0 ?01:24
sum1nilone moment please...01:24
Jordan_UPolah: You're welcome.01:24
ikoniaStrangeCharm: why does it sound like a bug in your kernel ?01:24
notlisteningimproveupon doesn't matter really01:25
=== ng_ is now known as zz_ng_
Polahimproveupon: If you copy the ENTIRE disk (MBR and partition table included) then what you're formatting the destination disk to won't matter.01:25
notlisteningjust be careful using dd01:25
StrangeCharmikonia, because a change to the kernel broke something. the video hardware didn't change01:25
ikoniaStrangeCharm: how do you know a change to the kernel breaks it ? you just said you had no idea01:25
exutuxnotlistening: try using path /bin/date >>01:25
sum1nilit is a game. Description at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553706 - message 1001:25
ubottuDebian bug 553706 in glob2 "FTBFS with GCC 4.4: 'class GAGCore::StreamBackend' has no member named 'getc'" [Serious,Fixed]01:25
sum1nilwhat is ubottu?01:26
StrangeCharmikonia, i was stipulating that the scenario you described sounded like a kernel bug01:26
urlin2usum1nil, a bot01:26
TheEvilPhoenix!ubottu | sum1nil01:26
ubottusum1nil: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots01:26
improveuponthank you01:26
ikoniaStrangeCharm no, it doesn't01:26
lahwranLaali: nice nick01:26
LaaliHi01:26
StrangeCharmikonia, but it has the feature that something works, the software changes, then it doesn't work. what definition of "bug" are you using?01:27
notlisteningexutux trying....01:27
=== maku` is now known as maku
ikoniaStrangeCharm: you need to figure out what breaks it - if for example a propritary ATI driver is the issue, then it's not a kernel issue, if the kernel is incompatible with suspend, then it is, etc etc.01:27
exutuxnotlistening: which is the path log?01:27
exutuxnotlistening: paste me your cron etry please01:27
ikoniaStrangeCharm: you can't just say "it's a kernel bug" - you need to work it through and work out what the issue is01:28
notlistening* * * * *  /bin/date >> /$USER/date.log01:28
w45pexutus: Thanks, I'll keep trying, at least now I know I was typing in the wrong terminal. But I got to run now, thanks a lot!01:28
Jordan_UStrangeCharm: 1: "Software Changes" != kernel changes 2: http://en.wikipedia.org/wiki/Post_hoc_ergo_propter_hoc01:28
NewNattyUseris there anyway to reinstall or reconfigure ubuntu .. (without using cd/usb or floppy)  -->> sudo dpkg-reconfigure -phigh -a                  would help?01:29
exutuxnotlistening: ok but in the user crontab or in a root crontab?01:29
notlisteningroot01:29
StrangeCharmikonia, i'm not. i'm saying that if a kernel update were to be the factor that caused breaking, that would be a kernel bug01:29
ikoniaStrangeCharm: no - it would not01:29
Jordan_UNewNattyUser: What are you actually trying to fix?01:29
ikoniaStrangeCharm: it depends the reason for the failure01:29
th0rnotlistening: try putting that command line in a script with a single word name and run the script with cron01:29
StrangeCharmikonia, under what definition of bug?01:29
ikoniaStrangeCharm: a kernel update breaking something does not mean a kernel bug01:29
notlisteningok th0r01:30
ikoniaStrangeCharm: I'm not defining bug for you - if you can't understand this, then just wait for someone to fix it01:30
exutuxnotlistening: /root/date.log01:30
NewNattyUserJordan_U: i'm newuser again... but now from the pc with the usb wireless card....01:30
l34k?01:30
NewNattyUserJordan_U: i don0t have cd room neather floppy and this pc doesnt support boot from usb...01:30
Jordan_UNewNattyUser: I doubt that any kind of reconfiguring, or even re-installing, will get your hardware working.01:31
l34kdoh01:31
NewNattyUserJordan_U: damn :/01:31
^-Lord-^I think Id love this OS if I could figure it out01:31
exutuxnotlistening: /$USER/ is wrong on root crontab01:31
^-Lord-^LOL01:31
notlisteningnow looks like this * * * * *  /$USER/date.sh01:31
StrangeCharmikonia, see, now i'm confused about the semantics here. i'm not saying that a kernel update did break this, but it if it did, it'd be a bug, not a feature. that would be an undesirable behavior01:31
rypervenche^-Lord-^: Not having a good experience?01:31
exutuxnotlistening: wrong again01:32
ikoniaStrangeCharm: no it would not01:32
exutuxnotlistening: /root/datelog01:32
exutuxnotlistening: /root/date.log01:32
^-Lord-^it's not that... it's only the second time I've been in it... installed on a USB key last night01:32
mgjikonia, several authors define "bug" as "Something which just dont seem 'right' to the user/customer" . Take from that what you will01:32
BookmanI'm trying to get my joystick (Logitech Wingman Force Feedback) to work with Google Earth's Flight Simulator.  Has anyone managed to get that working yet?01:32
ikoniaStrangeCharm: if a kernel updated causes an incompatiability, it does not mean it's a kernel bug, it could be "other" thing that's incompatible with the kernel01:32
notlisteningjust done the changes01:32
NewNattyUserJordan_U: is there anyway for install ubuntu booting from network ?01:32
ikoniaStrangeCharm: the issue could be the other software vendors to fix with the current kernel01:32
notlisteningeven though echo $USER gives me root01:32
BookmanOr maybe how to test if my joystick is working for java applications?01:33
^-Lord-^how does one open a command prompt on this?01:33
Jordan_UStrangeCharm: An example (that I've actually seen) after installing a new kernel the computer would completely fail to boot. The reason was that the new kernel contained firmware for a device not previously supported. This machine didn't have a powerfull enough power supply and the extra initialized piece of hardware put it over the edge. Is that a kernel bug?01:33
rypervenche^-Lord-^: ctrl+alt+T01:33
StrangeCharmJordan_U, compelling example01:33
^-Lord-^awesome thanks01:33
exutuxnotlistening: yeah but is wrong in crontab01:33
rypervenche^-Lord-^: Would you like a very nice PDF to help you learn the command line?01:34
^-Lord-^oh heck yes01:34
ikoniaStrangeCharm: if ati don't keep their drivers up to date with the kernel abi, and a kernel update breaks them, that's not a kernel bug, that's an issue with the 3rd party ati modules01:34
^-Lord-^I used to know some commands from some years ago... but haven't used them01:34
notlisteningokay exutux01:34
^-Lord-^am amazed at the boot speed of this OS01:34
StrangeCharmikonia, i'm not sure what an abi is, but i was convinced by Jordan_U's example01:34
rypervenche^-Lord-^: http://linuxcommand.org/tlcl.php Then click on "Download it here".01:34
polifasioikonia: actually, unstable abis _are_ kernel issues01:35
ikoniaStrangeCharm: it's just an example to highlight how a kernel update can break things, but it not be a kernel bug01:35
ikoniapolifasio: I didn't say unstable01:35
notlisteningnow its working i think every minute let wait and see01:35
polifasioikonia: if an abi changes from version to version, it is unstable01:35
StrangeCharmikonia, i lacked the expertise to understand your example, but i remain convinced of your position by Jordan_U's01:36
exutuxnotlistening: yes * * * * * <---each minute01:36
ikoniaStrangeCharm: as long as you get the point, it's fine. it won't help if you log a bug against the wrong info01:36
notlisteningyes i wanted to make sure that worked then modify from there01:36
notlisteningtrying every other minute now01:37
StrangeCharmikonia, now i am back to my original position of trying to work out what's broken so that it can be fixed =[01:37
notlistening*/201:37
ikoniaStrangeCharm: just work it through methodically as I suggested01:37
exutuxnotlistening: you want test it for all 60 minutes? :D01:37
StrangeCharmikonia, i'm not sure of a process for that. it's not exactly trivial for me to roll back kernel updates one at a time...?01:37
notlisteningif it was not 2:37am i might consider it01:37
joserramonhello, I have a question01:38
ikoniaStrangeCharm: clean install, use it for $X period of time to prove it works. Then update kernel to the current supported ubuntu one, use for same $X period of time01:38
joserramondo you know if I can use Ubuntu (or some kind of Linux) for the all in one HP Omni200-5410 computer ?? I wanted to buy it. I'm browsing the "Linux Hardware Compatibility" web page, but that model is not in the list.01:38
ikoniaStrangeCharm: then update the software packages outstanding, one or few at a time, to narrow it down, each time leaving $X period for stablility verfication01:38
StrangeCharmikonia, sadface01:38
ikoniaStrangeCharm: I'll put money on ati/nvidia 3rd party modules, it's always them01:39
StrangeCharmikonia, i'm pretty sure i have integrated intel graphics01:39
ikoniaStrangeCharm: all the more reason to work it through then01:39
ikoniaStrangeCharm: bcm (broadcom) network cards can also cause pain with it01:40
StrangeCharmalso intel01:40
ikoniaStrangeCharm: then you'll have to work it through, I just gave you the common causes01:40
StrangeCharmikonia, all the worse for me to have an uncommon one!01:40
PolahCan anyone verify compatibility of 11.04 on a Lenovo E520?01:41
bazhanghttp://www.ubuntu.com/certification/hardware/201103-7447  Polah01:43
deveshi need some oyutube downloader01:43
deveshsimilar to IDM would be better01:43
Polahbazhang: That's with 10.10 though01:43
=== `mOOse` is now known as m00se
bazhanghttp://ubuntuforums.org/showthread.php?t=1760181 Polah01:44
Bookmanhow to check if my joystick is recognized?01:45
bazhang!info joystick | Bookman01:46
ubottuBookman: joystick (source: joystick): set of testing and calibration tools for joysticks. In component universe, is extra. Version 20051019-12ubuntu1 (natty), package size 33 kB, installed size 224 kB01:46
physically_fithello my friends01:46
Bookmanbazhang,  yeah simple search of synaptic found me that one....sorry about the quick question trigger!01:47
bazhangphysically_fit, hi01:47
bazhangBookman, perhaps apt-cache search joystick as well01:47
Bookmanbazhang, hmm, I don't seem to be able to figure it all out after installation thought01:48
notlisteningexutux, thanks for all your help it seems to be fingers crossed working now01:48
deveshi need some youtube downloader can some one suggest any01:48
rypervenchedevesh: youtube-dl01:49
bazhangdevesh, firefox plugin: video download helper, will convert to mp4 on the fly01:49
notlisteninghttp://www.flashvideodownloader.org/helpfirefox.php01:49
rypervenchedevesh: youtube-dl is in the repos01:49
bazhanghttps://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ devesh01:49
Bookmanbazhang, I guess it is the device name that I don't know how to find01:50
notlisteningbookman how is the joystick connected?01:52
joserramondo you know if I can use Ubuntu (or some kind of Linux) for the all in one HP Omni200-5410 computer ??01:52
Bookmannotlistening, usb01:52
notlisteningjoserramon, can you have a go with one before you buy it?01:52
notlisteningBookman, disconnect it first then plug it in and run dmesg01:53
joserramonvery few people have this kind of computer in my country:(01:53
deveshi am using chrome at the momemt01:53
notlisteningthe last entries should give you an idea of what is being done with the device01:53
deveshso youtube-dl should do i suppose01:53
notlisteningjoserramon, your going to have to find someone who does then01:53
Bookmannotlistening, recognized it just fine.01:53
notlisteningit will have information about the device file it associates it with something like /dev/...01:54
joserramonsorry, I get it now :)01:54
notlisteningjoserramon, you would be best to run a live cd in the computer first to  see how well ubuntu copes01:55
G00053how would i go about telling grub2  "yooohooo there is another linux partition over here, put it's various kernels in the menu" , or at least the right search term that will get me there ?01:55
G00053not looking to put in a manual entry01:55
bazhanghttp://www.chromeextensions.org/music-videos-photos/video-downloader-videos-from-all-sites/ devesh01:55
Bookmannotlistening, hmm, I don't seem to be able to find a simple /dev/ reference01:55
ikoniaG00053: is this just more kernels or another linux distro01:56
joserramonthe thing is that I cannot test the cimputer, since it's not sold in a "normal" comercial center.01:56
G00053ikonia: another distro01:57
bazhangjoserramon, the tv tuner looks like it might be an issue01:57
Bookmannotlistening, here is what I see:  http://pastebin.ca/207864001:57
ikoniaG00053: I'd advise against this, ubuntu's grub configuration uses /etc on it's local distro, updates to other distros won't get picked up and it just creates a massive headache and causes problems01:57
joserramonthat model does not have a TV tuner, bazhang :)01:58
notlisteningwould sudo update-grub for G00053 ?01:58
bazhangjoserramon, there are several models, you should specify exactly which one, then01:58
joserramonsorry, it's the HP Omni200-5410es01:59
G00053ikonia: so grub can only stay up to date with one distro at a time ?02:00
pasjrIs there anyone able to help me real quick? I can only view hulu,cnn and so on flash videos via Opera or Firefox when executed from terminal as root. Any help would be great. I have been on this all day and can not seem to find the answer.02:00
ikoniaG00053 it's not "grub" it's how ubuntu's grub is laid out in it's grub2 impliemntation, it's a massive headache/problem for dual linux booting02:00
Bookmannotlistening, any other way to tell what dev the joystick is?02:00
=== kim0 is now known as kim0|holiday
notlisteningBookman that does not seem like it is adding the device correctly02:01
notlisteningBookman, can you run lsusb with it plugged in please02:01
Bookmannotlistening, ahead of the game!  Bus 003 Device 004: ID 046d:c283 Logitech, Inc. WingMan Force 3D02:02
pasjr?02:03
notlisteningBookman save looking around for is do a sudo find / -name hidraw002:03
bazhangpasjr, you never use firefox as root02:04
notlisteninghidraw0 is your device name02:04
pasjrbazhang ,I know that I want to know why, that is the only way flash videos will work.  How can I fix it?02:05
jefeson_igtHi guys!02:05
joserramonbazhang, that model is not in the official HP web page anymore.02:05
Bookmannotlistening, result: http://pastebin.ca/207864102:06
pasjrany ideas?02:07
toastany idea what may cause this problem with my text? http://i.imgur.com/XwHLf.png02:08
notlisteningpasjr just looking on my system for you02:08
pasjrOk thank you02:08
toasti remember seeing t posted before on reddit, but cant find the fix02:08
Bookmannotlistening, I don't seem to be able to get jscal or other utilities to find that device02:08
notlisteningBookman , no that is not what i expected to see either02:09
joserramonThank you all. I need some sleeping.Bye :)02:10
notlisteningpasjr run in a terminal sudo find / -name libflashplayer.so02:11
notlisteningBookman can you run a sudo find / -name input002:13
pasjrnotlistening: root@WOCTX-Dell530:~# find / -name libflashplayer.so02:13
pasjr/opt/Adobe AIR/Versions/1.0/Resources/libflashplayer.so02:13
pasjr/usr/lib/mozilla/plugins/libflashplayer.so02:13
pasjr/usr/lib/firefox-addons/plugins/libflashplayer.so02:13
notlisteningthen do a ls -la /usr/lib/firefox-addons/plugins/libflashplayer.so02:13
notlisteningand try and use pastebin02:14
Bookmannotlistening, will do...at the same time I'm googling like crazy02:14
notlisteningI think if you do a cat /dev/input0 and move the joystick you should see data on your terminal02:14
pasjrroot@WOCTX-Dell530:~# ls -la /usr/lib/firefox-addons/plugins/libflashplayer.so02:15
pasjrlrwxrwxrwx 1 root root 42 2011-08-26 20:43 /usr/lib/firefox-addons/plugins/libflashplayer.so -> /usr/lib/mozilla/plugins/libflashplayer.so02:15
=== skrewler_ is now known as skrewler
Bookmannotlistening, http://pastebin.ca/207864302:16
Bookmannotlistening, no, "No such file...."02:17
bwhit?02:18
pasjrOk I am stepping out for a moment, if someone has an idea please im me so I dont miss you.02:18
notlisteningI can see that now Bookman02:18
=== go__beep_yoursel is now known as go_beep_yourself
notlisteningpasjr can you do a ls -la /usr/lib/mozilla/plugins/libflashplayer.so02:19
notlisteningBookman have you seen anyone else’s expereince of getting this running02:22
Bookmannotlistening, bits and pieces of success, but the webpages are expired/gone02:22
notlisteningBookman what joystick is it again?02:26
BookmanLogitech Wingman force Feedback02:27
BookmanForce 3D....so many labels for a joystick!02:27
pasjrnotlistening: ls -la /usr/lib/mozilla/plugins/libflashplayer.so02:28
pasjr-rw-r--r-- 1 root root 17014140 2011-08-03 01:48 /usr/lib/mozilla/plugins/libflashplayer.so02:28
bwhitanyone know how to check your system? Ram, Processor02:29
nac-godfatherhwinfo02:29
pasjrbwhit: lshw -C cpu02:29
notlisteningpasjr run firefox in a terminal like this firefox -jsconsole02:30
=== nW44b_ is now known as nW44b
bwhitthanks, got a free pc from work and I'll be damned if i am buying windows again02:30
notlisteningpasjr that last ls -la might be your problem02:31
pasjrnotlistening: How do I fix it?02:31
notlisteninggood for you bwhit02:32
bwhitguess i am a noobuntu,lol02:32
notlisteningsudo chmod 777 /usr/lib/mozilla/plugins/libflashplayer.so02:32
urlin2ubwhit, you need help?02:33
notlisteningnow this is very insecure so just try that for now02:33
bwhitjust trying to see how good this pc is, running off of a memory stick right now02:34
urlin2ubwhit, cool #ubuntu-offtopic  might be better for that.:D02:34
bwhitk, thanks02:35
pasjrnotlistening: that did not do anything02:35
=== ubuntu_ is now known as russjr08
Bookmannotlistening, well, I guess I have to give up on this joystick02:37
Bookman!02:37
notlisteningBookman try this page https://help.ubuntu.com/community/Joystick_lshal_outputs_done02:37
Langlythats what sshe said02:37
notlisteningpasjr when you say it did nothing explain what you did?02:38
pasjrchmod 777 /usr/lib/mozilla/plugins/libflashplayer.so02:38
pasjr, and the tried youtube in firefox and still no flash02:38
notlisteningpasjr you checked the output of ls -la on that file just to check?02:39
Bookmannotlistening, that is for a pretty old version of Ubuntu02:40
pasjrnotlistening: root@WOCTX-Dell530:~# ls -la /usr/lib/mozilla/plugins/libflashplayer.so02:40
pasjr-rwxrwxrwx 1 root root 17014140 2011-08-03 01:48 /usr/lib/mozilla/plugins/libflashplayer.so02:40
KM0201pasjr: juts curious, why did you put it in /usr/lib/mozilla/plugins?02:42
KM0201(i'm assuming flash is not working..)02:42
notlisteningonly as room KM020102:43
pasjrI never did, so how it got there I am clueless02:43
KM0201pasjr: is flash not working?02:43
pasjrNo flash only works in Opera, or firefox executed as root02:44
pasjrIt used to work in firefox, opera and google chrome02:44
KM0201pasjr: mkdir /home/"username"/.mozilla/firefox/plugins02:44
KM0201then sudo cp /path/to/libflashplayer.so /home/username/.mozilla/firefox/plugins02:45
KM0201pasjr: did you do that?02:46
jefeson_igtalgum brasileiro aí?02:46
goerI reinstalled (over top of /home). But it is now very slow and I cannot run the Sound settings in Preferences. Help...02:47
pasjrroot@WOCTX-Dell530:~# cp /usr/lib/libflashplayer.so/home/pasjr-main/.mozilla/firefox/plugins02:47
pasjrcp: missing destination file operand after `/usr/lib/libflashplayer.so/home/pasjr-main/.mozilla/firefox/plugins'02:47
pasjrTry `cp --help' for more information.02:47
KM0201pasjr: you put the command in wrong.. copy/paste here exactly what you put.02:47
pasjrcp /usr/lib/libflashplayer.so/home/pasjr-main/.mozilla/firefox/plugins02:48
notlisteninggoer you kept your old home file from a previous install?02:48
KM0201pasjr: you gotta put a space after libflashplayer.so02:48
goernotlistening: yes I did.02:48
KM0201pasjr: you also need sudo02:48
pasjrsudo cp /usr/lib/libflashplayer.so /home/pasjr-main/.mozilla/firefox/plugins02:49
pasjrcp: cannot stat `/usr/lib/libflashplayer.so': No such file or directory02:49
KM0201nevermin,d i see you're foolishly using a root prompt.02:49
notlisteninggoer surprised it boots ;)02:49
KM0201pasjr: are you sure libflashplayer.so   is in /usr/lib?02:49
Bookmannotlistening, maybe time for a new joystick?  How does one know that is good with Linux?02:49
goernotlistening: Thnx!02:50
notlisteninggoer it is beyoung me to tell you what to remove and keep but you need to remove some of the old stuff in there02:50
BookmanI hate to throw this one out.  It is a good machine with Windows Xp02:50
pasjrYes  :  ls -la /usr/lib/firefox-addons/plugins/libflashplayer.so02:50
pasjrlrwxrwxrwx 1 root root 42 2011-08-26 20:43 /usr/lib/firefox-addons/plugins/libflashplayer.so -> /usr/lib/mozilla/plugins/libflashplayer.so02:50
notlisteningKM0201 rather you than me :D02:51
goernotlistening: Before or After reinstall?02:51
KM0201pasjr: ok.. maybe i'm missing something, but thats a different path than what you pasted a minute ago.02:51
KM0201notlistening: your username is almost prophetic.. :)02:51
notlisteninggoer ideally if you do a reinstall copy all the files you want to keep the format home before you install again02:51
pasjr/usr/lib/mozilla/plugins/libflashplayer.so02:52
notlisteninglol KM020102:52
KM0201pasjr: just a minute ago, you should me /usr/lib/firefox-addons.. something like that02:52
goernotlistening: NOT SUER WHAT U MEAN..02:52
KM0201make up your mind what path it is.02:52
goeroops02:52
goernotlistening: Not sure what u mean02:52
pasjrOk now I am getting lost02:53
notlisteninggoer okay you have you system running right but it is quite unstable?02:53
KM0201pasjr: tell me the exact path, where libflashplayer.so   currently is02:53
dreamy_hi, how can i set my virtual disk address on vbox has a path.. on a computer on the lan  (i asked this quest. before but i didnt understand it well)02:53
=== Monotoko is now known as Monotoko|AFK
goeryes, very slow02:53
goerand no sound in preferences02:54
notlisteningdreamy are you running the virtualbox gui?02:54
Bookmannotlistening, maybe time to restore this machine back to XP and get everything working again02:54
pasjrI am lost I cant find it now02:54
notlisteninggoer are you considering reinstalling?02:54
dreamy_nothings1ecial, yes , gui on ubuntu 10.10 ..02:54
goerI just did and thats why I hv the probs02:54
notlisteningBookman... nooo :D02:54
dreamy_nothings1ecial,  i got a 2 pc lan02:55
pasjrfind / -name libflashplayer.so02:55
pasjr/opt/Adobe AIR/Versions/1.0/Resources/libflashplayer.so02:55
pasjr/usr/lib/mozilla/plugins/libflashplayer.so02:55
pasjr/usr/lib/firefox-addons/plugins/libflashplayer.so02:55
notlisteningBookman you can install XP in virtualbox not the ubuntu version i hasten to add and get usb support in windows runing under ubuntu02:55
FloodBot1pasjr: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:55
goernitlbut I may hv 2 do it again and insert My Files subsequently02:55
dreamy_nothings1ecial,  so the idea was to have virtual os on 1 pc , and the HD on the other02:55
* KM0201 sighs02:55
Bookmannotlistening, I only have the original 'backup cds'02:55
Superdave321Is there a specific channel for the server ieteration of ubuntu, or shall I ask my question here?02:55
tssgmHi all02:55
tssgmanyone at here ?02:55
KM0201pasjr: when you get back here, let me know02:56
pasjrfind / -name libflashplayer.so02:56
pasjr/opt/Adobe AIR/Versions/1.0/Resources/libflashplayer.so02:56
pasjr/usr/lib/mozilla/plugins/libflashplayer.so02:56
pasjr/usr/lib/firefox-addons/plugins/libflashplayer.so02:56
aeon-ltdSuperdave321: #ubuntu-server02:56
FloodBot1pasjr: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:56
goertssgm: Nah, nobody here at all :(02:56
notlisteninggoer that is what i would recommend02:56
Superdave321aeon-ltd: Thanks much!02:56
urlin2uSuperdave321, #ubuntu-server02:56
notlisteningdreamy_ can you run virtualbox then?02:56
goerOk, thnx NL :)02:56
pasjrbrb02:56
KM0201..02:57
Bookmannotlistening, hey, win some, lose some02:57
KM0201i never realized installigh flash could be this much of an adventure02:57
bobdobbsHi guys. I've got a broken package manager on my hands. It looks live I've packages in limbo - neither installed or uninstalled02:57
dreamy_nothings1ecial, well .. yes, my  V. os runs ok.. its just that id like to use the other pc on the lan02:57
notlisteningtry us Superdave32102:57
urlin2ubobdobbs, any errors you can pastebin?02:57
penoskm dont you just need to.install the flash package?02:58
goernotlistening: also, how to easily setup my projector to operate at same time as my monitor? Any tuts around?02:58
bobdobbsurlin2u: pasting as we speak...02:58
bobdobbshttp://www.pastie.org/243689802:58
bobdobbsThe advice I get on the forums is to use a command like 'apt-get install -f"02:58
notlisteningokay dreamy explain you whole senario of what you want please i am a little confused02:58
KM0201what is it w/ people running root prompts02:59
KM0201?02:59
bobdobbsHowever, when I do that, I get an output that is still very similair02:59
KM0201do they feel leet using them?02:59
bobdobbsKM0201: well, I do it because I mess around with apache so much02:59
bobdobbsI can't be bothered using sudo all the time.02:59
KM0201lol02:59
bobdobbsIn fact, in my case, sudo seems quiet pointless02:59
goerbobdobbs: use 'su' then02:59
bobdobbswell, thats how I get to my root prompt.03:00
bobdobbsIs there another way?03:00
jribbobdobbs: what case is that?03:00
dreamy_nothings1ecial, the situation is that.. id like that Vbox whould create avirtual machine that could create a hard disk on the 2nd pc on the lan03:00
dreamy_so..03:00
KM0201bobdobbs: you mean supported ways?.. yes, sudo -i03:00
Bookmannotlistening, ok, thanks for your help here! Greatly appreciated...time to go back to original software03:00
Bookman!03:00
bobdobbsjrib: configuring apache, iptables and other stuff all the time03:00
dreamy_nothings1ecial,  so 1 pc whould be proccessing and the other whould be doing the hard disk reading03:00
bobdobbssudo is just another roadblock03:00
urlin2ulol03:01
jribinteresting perspective I guess03:01
notlisteningdreamy_ the use of that is becasue of storage space? or what is the thinking behind it03:01
jribbobdobbs: what ubuntu version is this?03:01
bobdobbs10.0403:01
notlisteningBookman i am sure you could get it to work, depends how many grey hairs you want in the process though03:02
dreamy_nothings1ecial, it whould be good, it whoudnt be wasting the hard disk on the 1st pc03:02
jribbobdobbs: do you have any insights as to why this is happening?03:02
dreamy_it whould be fun03:02
bobdobbsjrib: none at all. I'm completely stumped03:02
Bookmannotlistening, no grey...original CD's03:02
notlisteninglol dreamy_ I like fun03:02
dreamy_nothings1ecial, like for example i can browse trought my network and open a movie on the 2nd pc .. it uses the lan03:03
bobdobbsjrib: I thought I might have messed up my sources.conf perhaps... but as far as I can tell, it's clean.03:03
jribbobdobbs: pastebin the .postinst file for the relevant packages please (you can find them in /var/lib/dpkg/info/)03:03
notlisteningdreamy_ this gets quite indepth03:03
bobdobbsjrib: there are three files, it might be easier to focus on one.03:03
jribbobdobbs: what 3?03:04
bobdobbssamba, mercurial and foomatic-filters03:04
jribbobdobbs: you can ignore samba03:04
bobdobbsI'd rather not03:04
bobdobbsThat's the most important one for me03:04
Bookmannotlistening, evening folks03:04
notlisteningdreamy_ I have send you a private message03:04
notlisteningCheers Bookman03:05
jribbobdobbs: samba is fine.  Please pastebin the .postinst files for the other two packages03:05
bobdobbsk03:05
notlisteningKM0201, did you get the flash fixed?03:06
KM0201notlistening: he disappeared.03:06
KM0201said he'd brb, that was about 10min ago03:06
KM0201lol03:06
notlisteningmust have been the root access he had :D03:07
KM0201nothings1ecial: actualy, it woudln't surprise me.. but.. "what do i know.."..lol03:07
NisstyreI would tend to disagree with that viewpoint03:07
bobdobbsjrib: http://www.pastie.org/243692303:08
KM0201Nisstyre: what viewpoint?03:08
MrWillyso I'm having some trouble installing 10.04 32-bit.  the system starts booting to the CD, the ubuntu screen comes up and the dots blink across the screen, the disc accesses furiously, and then...it locks, and won't respond to anything I do on the keyboard03:08
bobdobbsjrib: and: http://www.pastie.org/243693103:08
MrWillyis there any way I can see what it's doing when the lock occurs?03:08
=== caplink811-log is now known as caplink811_log
notlisteningMrWilly hold old is the CD driver? and where did you burn the disk?03:09
penosmrwilly cd must be damaged or defective03:09
jribbobdobbs: add "set -x" near the top of the scripts (but below the first line) and run your apt-get again03:09
notlistening*drive not driver03:09
bobdobbsjrib: ok03:10
bobdobbsIn the place of 'set -e'? Or beneath it?03:10
jribbobdobbs: beneath it is fine03:10
MrWillynotlistening, the drive's...not exceptionally old.  I know I've installed ubuntu with it before, although it was jaunty, if memory serves.  it's probably around 5 years old03:10
notlisteningMrWilly can you boot USB?03:10
bobdobbscool03:10
MrWillynotlistening, the motherboard lacks that ability03:10
urlin2uMrWilly, how much ram?03:11
MrWillynotlistening, it could very well be the disc.  I don't believe I've ever actually installed ubuntu with that disc03:11
notlisteningMrWilly they always do :D03:11
MrWillyurlin2u, 2GB03:11
urlin2ucool03:11
MrWillyin fact03:11
notlisteningyou got a spare pc to try the CD?03:11
urlin2uMrWilly, you know the graphic card?03:11
MrWillyI can't even remember where I got that disc, come to think of it03:11
MrWillyurlin2u, Geforce 7600 GS, 512MB03:11
MrWillynotlistening, no, unfortunately, I haven't.  I think I'll have to find a blank CD somewhere.  I know I'm out of them at the moment03:12
notlisteningHow patient have you been with it MrWilly?03:12
MrWillynotlistening, not patient enough.  perhaps two minutes?03:12
MrWillyafter the lock, that is03:12
pasjrscrew it I will just do two fresh reinstalls on both my computers if still no flash then goodbye Ubuntu03:12
notlisteningafter the lock is there no CD activity?03:12
MrWillynotlistening, correct03:12
bobdobbsjrib: ok, I ran 'apt-get update' twice, and then 'apt-get upgrade'. This is my result:03:13
urlin2uMrWilly, try tapping any key at powering on to get the try ubuntu....memory test, hot f6 click nomodeset, boot in03:13
notlisteningyour right its never ever going to boot03:13
bobdobbshttp://www.pastie.org/243695103:13
urlin2uhit*03:13
jribbobdobbs: did you add "set -x" to both scripts?03:13
urlin2uah no activity MrWilly .03:13
MrWillyurlin2u, to my recollection, those options occur AFTER the point at which it locks03:13
KM0201lol, thing is, i couldn've fixed his stupid flash problem, if he'd just listen03:14
bobdobbsjrib: no both. Just the foomatic script03:14
KM0201he had libflashplayer.so  in the wrong directory03:14
bobdobbsjrib: I'll do the other one now03:14
jribbobdobbs: add to both please, it seems you added it only to the mercurial script03:14
KM0201oh well... :)03:14
MrWillyso I'll try a new disc.  I also have to replace my dead CMOS battery, so I'm going out anyways03:14
MrWillymay as well pick up some blanks03:14
MrWillythanks, everyone03:15
bobdobbsjrib: sorry. You are right. I only added it to the mercurial script03:15
urlin2uMrWilly, there are two gui's for trying or installing one very earlier, and one later.03:15
notlisteningGood luck MrWilly03:15
MrWillythis is what I get for cobbling together machines out of spare parts :D03:15
MrWillyat least I know the memory, board, and hard drive are good03:16
urlin2uMrWilly, early one needs a key prompt03:16
MrWillyurlin2u, oh.  good to know.  just punch keys?03:16
notlisteningsympathy for you MrWilly03:16
DonaldKeyzhow do i know if my partitions are ntfs or not?03:16
KM0201DonaldKeyz: sudo fdisk -l03:16
urlin2uMrWilly, has been esc lucid was shift, I think any now.03:16
MrWillylucid was shift?  this is lucid we're talking about03:16
notlisteningDonaldKeyz are they mounted?03:17
DonaldKeyzyes03:17
BookmanDamn it....I'm even denied my great original games......My CD drive no longer works03:17
urlin2ulucid esc I think mrw03:17
sarthorHi, I am unable to use bcm4313 on katya, i tried STA driver also but no success, now i downloaded driver from http://www.broadcom.com/support/802.11/linux_sta.php , but i do not know how to install this driver, Any help please.03:17
MrWillyurlin2u, thanks03:17
urlin2ulucid esc I think MrWilly03:17
urlin2ucool MrWilly03:17
DonaldKeyzthanks all03:18
notlisteningfstab -l DonaldKeyz03:18
notlisteningstupid mount -l03:18
notlisteningSorry DonadKeyz03:18
bobdobbsjrib: ok ... here is the output of 'apt-get upgrade'03:19
bobdobbshttp://www.pastie.org/243696703:19
stealzdoes anyone know how to get conky to display your username instead of nodename?03:19
KM0201nothings1ecial: mount -l doesn't really show the filesystem on the partition...03:19
jribbobdobbs: « apt-cache policy ucf foomatic-filters mercurial; which ucf; » in pastebin please03:20
bobdobbsk03:20
SubCoolanyone with working experience using a LiveUSB persistently?03:21
KM0201woops notlistening sorry, that last comment was for you.. :)03:21
notlisteningokay KM0201 I just assumed if they were mounted that it would have detected what it is using03:21
bobdobbshttp://www.pastie.org/03:21
notlisteningKM0201, everyone is doing it don't worry03:21
bobdobbsinteresting03:21
KM0201notlistening: you'd think.. but.. for some reason mount doesn't show filesystem, just where it's mounted, and permissions on it...03:21
KM0201notlistening: lol, time for a name change03:22
BookmanWell I give up!03:22
bobdobbsIs that telling me that mercurial and foomatic-filters are already installed?03:22
notlistening/dev/sda1 on / type ext4 (rw,noatime,discard,errors=remount-ro,discard,commit=0)03:22
notlisteningWell mount mount -l tells me i am ext403:22
KM0201ntlibut it doesn't say anything about NTFS partitions (just checked003:23
KM0201grrr.. notlistening see above03:23
notlisteninglol keeps you on your toes KM020103:24
KM0201lol03:24
notlisteningfair enough KM020103:24
jribbobdobbs: note your pastebin link was just to pastie.org, not a specific paste03:24
notlistening :P I don't have any NTFS paritions03:24
SubCoolwhere would i look to see what errors are occuring when i fail to login?03:24
notlisteningGUI login SubCool?03:25
bobdobbsjrib: whoops. sorry.03:25
bobdobbshttp://www.pastie.org/243698003:25
urlin2uSubCool, the casper-rw=persistent can get full, could that be it?03:26
SubCoolnotlistening, yes03:26
jribbobdobbs: run your apt-get again but prefix the command with "DEBCONF_DEBUG=developer "03:26
bobdobbsok03:26
SubCoolurlin2u, it was at first, but i cleared it- so i thought???03:26
SubCoolurlin2u, could u help me clarify?03:26
urlin2uSubCool, how did you clear it?03:26
Sonjacan ubuntu tell me how much RAM i currently have?03:26
SubCooldeleted a huge file in my downloads section03:26
SubCoolurlin2u,03:26
bobdobbsjrib: wow. lots more output03:27
urlin2uSubCool, that wont do it, basically it is clearable, not sure how.03:27
notlisteningSonja run top in a terminal03:27
SubCoolurlin2u, i've been asking in Kubuntu, but i haent figured it out yet.03:27
notlisteningSonja that is how much RAM your system can access not always how much you have03:27
Sonjanotlistening:  thanks03:28
bobdobbsjrib: http://www.pastie.org/243700403:28
SubCoolurlin2u, according to df -h, the "partitions" arent full03:28
notlisteningsee the bit under mem03:28
notlisteningMem:   8002304k total = 8GB03:29
jribbobdobbs: "debconf (developer): --> 10 failed to open /var/lib/dpkg/info/ucf.templates: No such file or directory" I guess we need to figure out why that is03:29
Ramseizehow can i make bind9 start on boot?03:29
bobdobbshm03:29
bobdobbsI'll see if it exists...03:29
bobdobbsjrib: seems like it doesn't exist03:30
Sonjaɷ03:31
jribbobdobbs: and you have not touched any files in /var/lib/dpkg/info/ other than the .postinst we edited earlier?03:31
* Lone_Wolf sais hello to everybody03:31
urlin2uSubCool, not sure in all, except that the casper-rw gets loaded and is really hard to clean, have you looked in the trash?03:31
notlisteningRamseize you still need an answer?03:32
bobdobbsnot as far as I know. Certainly not recently03:32
Ramseizenotlistening:  yes please03:32
bobdobbsI might have borked it a while ago, and not noticed03:32
notlisteningdid you install it from apt?03:32
jribbobdobbs: borked it how?03:32
Ramseizenotlistening:  no its pre installed in my vps03:32
bobdobbsBut then again, I've been having the errors from apt at for at least a few weeks03:32
SubCoolurlin2u, ya, i have cleared the trash too- but i just found a issue with what u were talkinga bout, im looking to see how to clean it now..03:33
bobdobbsjrib: I wish I knew03:33
Ramseizenotlistening:  i have bout a new vps and configured bind, but i want bind to start at boot03:33
jribbobdobbs: was the system uncleanly shutdown (maybe power loss?) around that time?03:33
notlisteningis there a bind9 script in /etc/init.d/ directory03:33
Ramseizeyes03:33
Ramseizenotlistening:  yes, there is03:34
notlisteningwhat ubuntu you running?03:34
Lone_Wolfhi folks, I'm a bit lost here,  so I do not to want to steal your time, I'm trying setting up a site, based on XTML and CSS ... but That thing expects from me some php-basic knowledge, where can I get that and with whom discuss it ?03:34
Ramseizenotlistening:  im running ubuntu 10.0403:34
bobdobbsjrib: In the three months that I've had this system, I have had a couple of dirty shutdowns from power losses, yes.03:34
Lone_Wolfare ther any simplified php-kis to install ?03:34
Lone_Wolfkits ?03:34
lastn0dehi im using natty and i was just wondering, are any ports blocked by default? i cant ssh or irc out (irssi) and i can do both just fine from my windows boot03:34
jribbobdobbs: did fsck run afterwards?03:35
bobdobbsjrib: I had a loose cable from my ups03:35
lastn0dealso, hi jrib :)03:35
bobdobbsjrib: I don't recall03:35
jribhey lastn0de :D03:35
urlin2uSubCool, not sure ethier that if you clean it your updates will disapper, you can remove it and make a new one I believe, and you can have a partition that is the casper rather then a file03:35
jribbobdobbs: you should do that.  In any case, reinstalling the ucf package should recreate the file03:35
notlisteningRamseize try running  update-rc.d  with no options03:35
bobdobbsjrib: actually, I don't recall actually noticing a fsck at startup since I've installed the system03:35
bobdobbsjrib: ok03:35
Ramseizenotlistening:  ok, ill try it now03:36
bobdobbsShould I start with reinstallling ucf?03:36
phrostbiteI am trying to install an iso to my sd card but it does not seem to work like it has with other iso's what could be wrong03:36
jribbobdobbs: sure03:36
SubCoolurlin2u, still searching. This is stupid..03:36
bobdobbsjrib: gonna sound like more of a noob now... How do you recommend I reinstall ucf?03:36
jribbobdobbs: apt-get install --reinstall PACKAGE03:36
bobdobbsjrib: will I have to do it manually?03:36
bobdobbscool. I've never seen that option before.03:37
bobdobbsI'll give it a go. thanks.03:37
urlin2uSubCool, cleaning it is not a normal thing, so not much info.03:37
jribbobdobbs: check that the ucf.templates file is created afterwards03:37
bobdobbsok03:37
SubCoola lot of people run into the issue- i dont see why not. Im seeing a lot of reference to doing a full install to a flash drive, that i didnt hear about either.03:37
Ramseizenotlistening:  thats all im seeing03:38
SubCooli dont think that is my issues, because appearently apt-get clean should fix it enough. I think my login is screwed up..03:38
bobdobbsjrib: you certainly know the package managment system very well03:39
bobdobbsjrib: Hey! I just did 'apt-get upgrade', and it returned with no errors!03:39
bobdobbs:)03:39
jribbobdobbs: ok, you should run that fsck though03:40
bobdobbsok03:40
bobdobbsI'll do that tonight.03:40
Lone_Wolfok, tanks for your time, folks, sorry it did'nt work out ... maybe someone can direct me to a site or alnother chatroom wher I can be helped ?03:41
phrostbiteWhat program do I need to make a thumb drive be able to boot an iso?03:41
bobdobbsjrib: Thanks for the help. Much appreciated.03:41
phrostbiteStartup disc creator is not recognizing the iso03:41
Lone_Wolfphrostbite, usbcreator or unetbootin03:41
chemtail11.04 -  According to the laptop's manual, my wireless NIC (AR5B91) supports 802.11n in 5Ghz mode, but even if I explicitly set the correct regulatory domain with 'iw reg set' (after disabling wifi, or even unloading the modules first), I don't have 5Ghz support.03:42
phrostbiteLone_Wolf, thank you03:42
Lone_Wolfno problem03:42
Josesordohello all, how I run a install.sh file?03:42
chemtailI've been searching for an hour now, but I can't find anything relating to my problem.  There's no solution to get 5Ghz working that I can see.  Do I have to compile the drivers from source or something?03:43
chemtailPhysically, this card is supposed to support 5Ghz, but the ath9k drivers don't seem to support it, even though they're supposed to.03:44
urlin2uSubCool, how big is the pendrive?03:44
SubCoolurlin2u, 8gb03:44
phrostbiteLone_wolf, certainly is an "ugly" Program but gets the job done :)03:44
penosjoses do chmod +x install.sh; ./install.sh03:45
urlin2uSubCool, do a full install, you can clean it like a normal install, and it will boot faster.03:45
Josesordopenos, I did..but says: An error occurred. The package management system cannot be identified.03:45
SubCoolurlin2u, idk how to do a full install. I have been getting the "LiveUSB is what u need" Bs..03:45
JosesordoWho had installed a Canon Pixma MP250 driver in ubuntu 11.04?03:46
SubCoolurlin2u, i finally found 3 links that might help me with where i am.03:46
urlin2uSubCool, installs live you would to any hd you just have to use the something else option, at choice of where to install to point the grub bootloader at it and the partition to be installed in.03:47
=== `mOOse` is now known as m00se
Ramseizenotlistening:  thank you very much...03:47
urlin2ulike* SubCool03:47
lastn0dehi03:47
SubCoolurlin2u, this is getting worse every time i read something that "solves" it.03:50
gnaruagI am trying to connect Ubuntu 10.10 and Ubuntu 10.04 , having installed samba server in both computers , how to connect them using Cross over cable  ?03:51
gnaruagThey can't see each other in *Network*03:51
SubCoolurlin2u, ive come to the conclusion that the folder i have to clear out is the one i ahve been messing with, and that the folder still has room- SO... its the instlal not me :)03:52
SubCoolbut iahve to redo it again. - Ugh!03:52
notlisteninghave you set up the network cars on then gnaruag?03:52
SubCoolurlin2u, let me know when ur around, cause i have questions while making it..03:52
lastnodeis there a guide for installing gnome 3?03:52
notlistening*cards gnaruag03:52
urlin2uSubCool, yeah its the not knowing about this casper problem.03:52
SubCoolappearently its "easier" to start over- Ugh. Takes FOREVER!!03:53
urlin2uSubCool, I'm on pacific time alot.03:53
notlisteningits becuase he is a friendly ghost ;)03:53
gnaruagnotlistening, I created new Wired Connection 1 which is in properties is *shared to other computers*03:53
SubCoolurlin2u, lol - there we go. With the proper teamwork. We can save 3 hours03:53
notlisteninggnaruag did you use static ip addresses?03:54
urlin2uSubCool, yeah a full install will run a long time, and works fine.03:54
gnaruagnotlistening, No03:54
SubCoolurlin2u, startup disc creator corrcet03:54
notlisteningwell as your using a direct cable you need static ip addresses03:54
SubCoolurlin2u, i was hoping to use this for 2-3 images, but i suppose not. :(03:55
urlin2uSubCool, for a full install you would boot a cd, or another thumb that has been loaded with that app.03:55
SubCooloh- crap.. ugh...03:55
SubCoolso i cant just use startup thingy..03:55
urlin2uSubCool, start disc creator does not make full installs03:55
NonConformistHello ^^03:55
SubCoolok.. what does?03:55
urlin2uSubCool, a live cd, or another thumb loaded with that app, or any other like unetbootin, the thumb yo have now is for installs basically03:56
gnaruagnotlistening, I am referring http://www.addictivetips.com/ubuntu-linux-tips/how-to-assign-static-ip-address-in-ubuntu-linux/03:57
SubCoolurlin2u, well, im on box with 11.04 and i have unetbootin03:57
urlin2uSubCool, you have any other thumbs?03:57
SubCoolnope03:57
SubCoolpicked this up specifically for this..03:57
notlisteninggnaruag you get 10/10 for initiative03:57
urlin2uSubCool, burn a live cd iso to a cd then03:58
SubCooldont have cd's either.. lol03:58
Fudgecan you get firefox 5 or 6 in lucid repos03:58
notlisteningWhat do you want to do SubCool?03:58
SubCoolnotlistening, a full isnstall of Kubuntu to a USB03:58
gnaruagnotlistening, thanks for that , what I noticed is that Sharing files using same Ubuntu versions using simple LAN wire is very easy   . I made this cross-over cable , now I am crossing my fingers , thanks for the help :)03:59
notlisteningyour welcome gnaruag03:59
urlin2uSubCool, you can also have two partitons on the thumb a 1 gig for the iso and the second a casper that can be biggerthen 4 gigs=using all the rest of that space left as well03:59
Fudgeor can i get natty backports for lucid 10.4.303:59
SubCoolurlin2u, well at this rate, im ok with it just working..04:00
urlin2uSubCool, sure remove the casper and you will have it without persistence but as the original stste04:01
urlin2ustate04:01
SubCooli suppose googling, full install kubuntu?04:01
jribbobdobbs: no problem04:01
urlin2uSubCool, did you install the 11.04 on the computer04:01
SubCoolurlin2u, ya- my mom kept killing XP. So i punished her...04:02
SubCoolnow her comp is Kubuntu04:02
notlisteningcan you boot the machine at all?04:03
notlisteningto a recovery console?04:03
pinballwizardUbuntu 11.04, 2.6.38-11-generic. With a Cisco WPM600N wireless card, I can not bring the interface up in either managed or monitor mode. I get "SIOCSIFFLAGS: Device or resource busy"04:03
urlin2uSubCool, the thumb install is no different, except you do a custom install, by at the gui where it asks where to install you choose something else, and point grub at the thumb and choose the pre-made ext4 on the thumb as the destination.04:03
urlin2uSubCool, easy as pie04:04
SubCoolurlin2u, ok.. i understand what your saying.. but- im not following..04:04
SubCoollet me start unetboot04:04
urlin2uSubCool, why?04:04
SubCoolnot sure where ur talkinga bout04:04
urlin2uSubCool, why unetbootin04:05
SubCoolbecause i have no clue what ur talking about04:05
SubCoolhow do i install onto the usb?04:05
notlisteningcreate startup disk04:05
gnaruagnotlistening, I created new connection using the tutorial , now can I ssh the machine using the static IP ?04:05
SubCoolnotlistening, onto the USB?04:05
urlin2uSubCool, do you want another install like you have with a bigger casper, or a full install?04:05
gnaruagping04:06
gnaruag notlistening, I created new connection using the tutorial , now can I ssh the machine using the static IP ?04:06
notlisteninggnaruag yes in theory04:06
SubCoolurlin2u, fullinstall04:06
SubCoolurlin2u, i suppose it will prevent further issues..04:06
urlin2uSubCool, you need a separate thumb or a cd to do that04:07
pinballwizardUbuntu 11.04, 2.6.38-11-generic. With a Cisco WPM600N wireless card, I can not bring the interface up in either managed or monitor mode. I get "SIOCSIFFLAGS: Device or resource busy"04:07
notlisteningSubCool i might be coming in half way through here onto something i am not sure what you're trying to achieve04:07
SubCoolurlin2u, ok- well i dont have that at the moment.. I only have THIS computer that has 11.04. a Thumb Drive, and a POS laptop with no HD.04:08
notlisteningpinballwizard you checked dmesg?04:08
SubCoolurlin2u, so how about a working Thumbdrive..lol04:08
SubCoolwith a larger casper04:08
VidaliaAny tool for increasing wubi's root.disk file ? working on 11.0404:09
urlin2uSubCool, http://www.pendrivelinux.com/how-to-create-a-larger-casper-rw-loop-file/04:09
notlisteningAh so the thumb drive has died and you need to get it up and working while preserving the files right?04:09
bazhangVidalia, thats covered in the wubiguide04:09
htmlhi04:09
bazhang!wubi | Vidalia here04:09
ubottuVidalia here: Wubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php and https://wiki.ubuntu.com/WubiGuide for troubleshooting. Please  file bugs at http://launchpad.net/wubi/+filebug. For Ubuntu Maverick/10.10 http://releases.ubuntu.com/maverick/wubi.exe04:09
pinballwizardnotlistening: "rt2800_load_firmware: Error - PBF system register not ready." hunt for firmware?04:10
htmlhi04:10
hylianhtml, hello04:10
urlin2uSubCool, the first link is just making a bigger file this one is another partition which s the casper. http://www.pendrivelinux.com/create-a-larger-than-4gb-casper-partition/04:10
lastnodewhat pacakge do i need to apt-get to install gnome3?04:10
htmlhow are you?04:10
SubCoolurlin2u, thanks :)04:10
notlisteningpinballwizard looks like you need to get a firmware file for that chipset04:11
Vidaliabazhang, lvpm doesn't work.04:11
hylianlastnode, if you have 11.04, it's not available currently in apt-get. you will have to find a ppa with it available.04:11
SubCoolnotlistening, thanks :)04:11
SubCoolurlin2u, thanks- brb.. br break04:11
lastnodeok hylian04:11
urlin2uSubCool, no problem, I think you can just wipe the first casper build a bigger, one and be set.04:11
htmlhow do i add more desktop?04:11
pinballwizardnotlistening: agreed. 'll hunt around04:11
urlin2uhtml, another desktop?04:12
hylianhtml, more desktop?04:12
notlisteningSubCool have you backed up the thumb drive before proceeding I guess the data is quite important?04:12
SubCoolnotlistening, nope- trying to make a base ground. so nothing to lose so far04:12
moktiI'm doing a fresh install on my new thinkpad and it seems to be having trouble installing the video card drivers.04:13
SJrI have a Dell M1210 it has a Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01). I have static in the left headphone.04:13
hyliannotlistening, if he has a iso of ubuntu, unetbootin is a great way to put a live cd os on it.04:13
SJrit seems to be a common problem, and I remember fixing this one before, but I can't remember how04:13
moktiIt says Ubuntu ubiquity WARNING:root:modinfo for module NVIDIA_current failed: ERROR: modinfo: could not find module NVIDIA_ current04:15
notlisteningpingball wizard I just pm'd you04:15
moktiRight now the last thing that popped up was Ubuntu ubiquity04:15
moktiAnyone know what I should do?04:16
htmlhylian, urlin2u, yes04:17
notlisteninghylain, I am not sure of the problem but i think they cannot use the existing pendrive and just over write it but i might be wrong04:17
hylianhtml, what we mean is, we don't understand what your trying to accomplish04:17
notlisteningand i agree unet would be great if they just need to reinstall04:17
urlin2uhtml, what desktop?04:17
htmlnothings1ecial,  what do you mean? /n?eed04:18
=== luigi is now known as rmd_
hylianSJr, you could try this: wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh04:18
hylianSJr, in the terminal.04:18
notlisteninghtml I was not talking to you sorry04:18
=== rmd_ is now known as luigi
hyliannotlistening, i mention unetbootin because it will only replace the linux live cd files, not format the partition, if that's what you want.04:19
htmlhylian, like  virtual desktop  on the bottom right on xubuntu 10.04..04:20
notlisteninghylian, seems they are doing a fresh install anyways so they should go ahead and do that i think04:20
=== ubuntu_ is now known as JoeR1
notlisteninghtml can you write the full question again?04:21
anthonylast time I installed PAE it made things seem alot choppier04:21
anthonydoes anybody know why?04:21
SJrhylian: http://www.alsa-project.org/db/?f=be59ad57296eb57c9706e7e53262b03d4a002ccc04:21
hylianhtml, maybe i am way off base then, but are you trying to set up virtual machines? Like VirtualBox?04:21
SJrhylian a few places online had suggested muting the microphone but that doesn't work, it also seems familiar, but I remember I had to do it somewhere weird, maybe the console04:22
notlisteninghtml is talking about switch desktops i think04:22
notlistening*switching04:22
notlisteningor more specifically workspace switcher04:22
hylianSJr, ok, i think I have seen this before. you have 2 sound cards, and they are conflicting with one another. the first is named as the intel card, the second is just listed as usb. i had this happen with a client on a dell. he doesn't use hdmi sound so i went into his bios and turned off the intel sound card. i'll do some digging and see if i come up with anything else.04:23
SJrthe other sound card is the webcam04:24
SJrboth mics are off04:24
SJrI don't actually care about the webcam04:24
notlisteningSJr what issue are you having?04:24
SJrwhy should I say, if you are notlistening :)04:24
hylianSJr, ahh, so it is just confused about the usb device... i am going to do a little reading on this, brb.04:24
SJrthere is static in the left headphone04:25
gnaruagnotlistening, http://paste.ubuntu.com/675749/04:25
SJrwhen ever anything is playing04:25
SJrhere is someone else who has this problem :http://ubuntuforums.org/showthread.php?t=82827304:25
=== Nisstyre is now known as luig1
notlisteningSJr can you paste aplay -l04:26
=== luig1 is now known as nisstyre
notlisteningand what ubuntu you using? with pulseaudio?04:26
SJrnotlistening: http://pastebin.com/UbriQkGX04:26
SJrKubuntu 11.0404:26
hylianSJr, can you type this in terminal: echo "options snd-hda-intel model=3stack-6ch" | sudo tee -a /etc/modprobe.d/alsa-base.conf, and then give me the info with this: http://paste.ubuntu.com/04:27
SJrI've always had this problem04:27
SJrYou want the file to be pasted?04:28
[THC]AcidRainok. im using ubuntu 11.04 it appears that all of my browser windows have frozen. anyone know how ot fix this?04:28
SJrthere was no real output to that04:28
nullvaluehi04:28
hylianSJr, i have seen similar problems solved by switching from 6 channel to 2 channel, unfortunately you don't want to do that if you have dolby 6.1 set up, like in a movie or gameing arena...04:28
[THC]AcidRainthis error occured when i was checking the properties of the trash04:28
SJrlol I don't04:29
anthonyI have my headphones plugged in and i can't hear anything04:29
notlistening[THC]AcidRain, termial killall firefox-bin this will close them all04:29
SJrhttp://paste.ubuntu.com/675754/04:30
SJrHow do I switch to two channel04:30
notlisteningyou using ubuntu SJr?04:30
SJrKubuntu04:30
SJr11.0404:30
hylianSJr, in the terminal you can do it by typing in alsa-mixer. i don't know if you need to be super user or not... sudo.04:31
notlisteninghumm right let the kubuntu people step in04:31
hylianSJr, it's just alsamixer, my bad.04:31
hylian!#kubuntu04:32
ubottukubuntu is Ubuntu with the KDE Software Compilation instead of !Gnome. See http://kubuntu.org for more information - For support join #kubuntu - See also !kde04:32
[THC]AcidRainnotlistening, no. i mean my actualy file browser windows04:32
[THC]AcidRainfirfox is fine04:32
hyliani thought so04:32
SJrokay what am I doing in here hylian, this looks familiar04:32
hylianSJr, to be honest, i'll have to google some images, my machine uses pulse audio... brb04:33
notlisteninggnaruag, i pm'd you04:34
=== sdc is now known as sdc111
SJrhylian well what is the goal of this?04:34
SJrI can navigate the app04:34
[THC]AcidRainanyone know how i can unfreeze my file browser windows?04:35
notlisteningoh sorry [THC]AcidRain then change firefox for nautilius04:35
notlisteningnautilus04:35
notlisteningbetter spelling04:35
[THC]AcidRainoh cool. it worked04:35
notlisteningno worries04:35
anthonyI just installed Ubuntu 10.04, i got flash installed but there is no sound04:35
[THC]AcidRaini can even delete my trash now without it freezing. lol04:35
anthonytrying to watch a video on youtube04:36
white_magichow can i mount a floppy (msdos FS) using the mount command? what's the FS type to enter for '-t [FS]'?04:36
notlisteninganothony silly question but does other sound work04:36
muktiWhat is the command to restart X server?04:36
hylianSJr, the goal is to find the setting for how many channels it is currently piping to and set it to 2, if it isn't already. if it already, well... because there is a known bug where being on 6 channel sets the majority of the ports to incorrect parameters, i.e. the microphone data going out instead of in.04:36
notlisteningmukti it will log you out is that okay?04:37
muktiyes04:37
notlisteningsudo killall Xorg04:37
muktinotlistening: thats the only way to do it? There isn't a way to restart it?04:38
notlisteningwell that will restart it as upstart restarts it for you when it crashes04:38
notlisteningyou are simulating a crash04:38
muktihmmmm04:39
notlisteningyou want a nicer way?04:39
muktikind of lol04:39
notlisteningthe reason being?04:39
notlisteningIf you give me a technical reason not to do it that way i am sure i can be inventive04:39
=== neo is now known as Guest66682
muktiIsn't it bad to simulate a crash?04:39
SJrI guess I'll take this up further with the alsa people hylian04:40
SJrthanks04:40
muktiIsn't there a more "standard" way?04:40
hylianSJr, sorry i couldnt be more helpful.04:40
muktisimilar to restarting things through /etc/init.d/PROGRAM restart04:40
notlisteningwell not really a hard crash in termals of doing damage just like restarting a peice of software04:40
notlisteningas long as your not working on documents and stuff saving data to disk etc etc04:40
notlisteningsudo service gdm restart04:42
notlisteningI am not sure it that actually kills the xserver though04:42
hylianmukti, i think stopping and starting the gdm would do it.04:42
muktiBut isn't gdm just a program that works with X?04:42
notlisteninghylian, do you see a reason no to kill Xorg?04:43
joguHello, I was wondering if anybody could help me out with an audio issue?04:43
hyliannothings1ecial, not really, that's how i would do it actually.04:43
notlisteningjogu we love audio problems try us04:43
hylian!ask04:43
ubottuPlease 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. :-)04:43
joguI'm running 11.04, and I can't get my speakers to mute when I plug in headphones04:44
hyliannotlistening, sorry man, didn't mean to step on your toes. i would kill x too.04:44
[THC]AcidRainim wondering what tools do they have for ubuntu for cloning hard drives? and by clone, i mean to take EVERYTHING from one drive, and put it on another, just as if that drive was the one i copied04:44
notlisteningI was intrested from a learning point of view thats all04:45
=== skrewler_ is now known as skrewler
qinjogu: alsamixer , try to eperiment with levels04:45
notlistening[THC] a very powerful and dangerous tool called dd04:45
hylianjogu, can you type this in terminal? wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh04:45
notlisteningjogu I think that it to automatically mute when he plugs is headphones in..?04:46
notlistening*he wants it to automatically04:46
hyliancould be04:46
joguhttp://www.alsa-project.org/db/?f=7760fcb9ea5c8b10c20fdbe372dfd1c4e2cd36ec04:46
joguis the result from the script04:46
notlisteninghylain can you got the working under linux? auto mute?04:48
notlistening*get04:48
[THC]AcidRainim looking at dd now04:48
[THC]AcidRainnotlistening, but what im wondering is. i actually want to use this program (dd) to copy a slot machine hard drive to another hard drive so i can have 2 slot machines. can i do that with this software?04:49
hyliannotlistening, actually, that's an automatic thing. once again he has 2 sound cards, and they are conflitcting. dell's and hp's did this to save money, an intel chipset to do hdmi sound, and another sound card to do everything else.04:49
notlistening[THC]AcidRain, I say be careful because it is the fastest way to erase a harddisk full of data if used incorrectly04:49
[THC]AcidRain:|04:49
notlistening[THC]AcidRain,  is that legal?04:49
[THC]AcidRainnotlistening, its my slot machine :)04:49
notlisteninghylian, oh the joy of sound cards04:50
hylianjogu, you have 2 sound cards. they are fighting one another. the best solution is to go into your bios and turn off the intel sound card. this can be a little tricky, and requires a reboot. how familiar are you with your bios?04:50
notlistening[THC]AcidRain,  and its none of my business04:50
joguI'm familiar with bios, however I was unaware that I had 2 sound cards... my PC is actually custom built and as far as I know there's only the MoBos onboard sound04:51
notlistening[THC]AcidRain, yes in theory as long as the harddisk is readable as a hardware device by a linux machine you can copy it04:51
joguHowever I will go look in the bios, brb04:51
[THC]AcidRainnotlistening, ooo i cant wait. i wonder what the permissions are on it :D04:52
notlisteninglol the beauty is [THC]AcidRain you don't have to worry04:52
phrostbiteI am having problems boot from the usb flash drive. I use unetbootin and when I go to boot it just has a screen that says default I push enter and it just reloads the same screen04:53
[THC]AcidRainnotlistening, lol. very good point. i rly wont. didnt even think of it that way04:53
notlisteningthis is like taking a copy of a key you just make an impression of it not caring about any of the details04:53
notlisteningphrostbite, you had it booting before?04:54
phrostbiteNo04:54
phrostbiteI downloaded an iso and I am trying to put it on a flash drive so I can install it.04:55
anthonyi have Ubuntu 10.04 installed, when i login i can hear the drumroll, but when trying to play media i can't hear anything04:55
anthonycan i get some assitance as to what im doing wrong please04:55
phrostbiteanthony, are they mp3's04:55
talntid2open a terminal, type "sudo alsa-mixer" ... ensure the volumes are up04:55
phrostbiteanthony, you may need to install the restricted extras if you have not04:56
phrostbiteor that too04:56
hylianphrostbite, try another menu option, unetbootin sometimes causes errors from the kernel on default04:56
anthonywhat is restricted extras04:56
phrostbitehylian, like what?04:56
joguhylian, I couldn't find any options in bios related to sound other than an Enable/Disable for "Azalius" iirc04:56
hyliananthony, it's a collection of codecs for playing "non free" audio and video files, like an mp3, for instance.04:57
anthonywell i am trying to look at youtube04:57
joguazalia* actually04:57
anthonyi have flash, so the video is fine, i just can't hear anything04:57
hylianphrostbite, there are usually more than one option, and if this is an ubuntu cd, one of them should be try ubuntu or install ubuntu04:57
phrostbiteNo it's actually a windows xp iso04:57
muktiIs JAVA installed by default in 11.0304:57
mukti*11.0404:57
notlisteningphrostbite, how patient are you being before pressing anything?04:58
phrostbiteThere is not more than one option04:58
notlisteninghave you just waiting for about 30 seconds from where the message appears on the screen?04:58
theadminmukti: No.04:58
phrostbiteIt goes blank then shows up on the screen with a menu and the only option to press is default and there is a countdown timer and if I let it count down it reloads the screen04:58
muktitheadmin: thanks04:58
theadminmukti: Enable the partner repo to install it, and run "sudo apt-get install sun-java6-plugin"04:58
hylianjogu, hmm. well i could have read the data wrong, but you can see for yourself here: http://www.alsa-project.org/db/?f=7760fcb9ea5c8b10c20fdbe372dfd1c4e2cd36ec. i think you might need to talk to the alsa people about this, and I would give them that link, at least we got you started.04:59
Smedleshi all - currently running 11.10 with latest updates - if I logon with default 'Unity' after system starts up, I get n Unity sidebar or anything just the Evolution menus across the top04:59
Smedles'Unity 2D' works as expected04:59
Smedlesany tips?04:59
MrSalt[THC]AcidRain: What kind of slot machine is it?04:59
rohitmobmehii05:00
joguhylian, the "USB PnP Audio device" is actually a USB microphone05:00
hylianphrostbite, unetbootin is designed to run linux iso's only. it specifically looks for the files in a linux iso.,05:00
notlisteningSmedles, you might try ubuntu+105:00
notlisteningas 11.10 is pre-release05:00
rohitmobmemy cdrom is not getting detected05:00
phrostbitehylian, Which application should I use for a non linux iso?05:00
Smedlesnotlistening: thanks - took me a moment to work out that ubuntu+1 was a channel name but there now :)05:01
hylianjogu, hmm. i do know that there is a bug in the alsamixer, that will incorrectly set the data as outgoing for an incoming connection, i.e. your mic, and vice versa. the test to see if that bug is present is to switch from 6 channels to 2.05:01
anthonyAlso, i have a 8 gig machine05:02
anthonywhat should i do to allocate all of my memory05:02
deveshbazhang, that http://www.chromeextensions.org/music-videos-photos/video-downloader-videos-from-all-sites/ is not dowloading any video it just stays at one side thats it05:02
anthonynot allocate, but utilize...05:02
hylianphrostbite, to be honest, i have never had to do this. i can take a crack at it, but I am not certain if it can be done. i can do some quick research for you...05:02
whatAnyone care to help with a rtl8187 networkmanager connection problem05:02
notlisteningSmedles, those guys will point you in the right direction05:02
joguhylian, how do I changed the number of channels?05:02
whatrtl8187 connects to network in network manager unable to send ping05:02
phrostbitehylian, that would be awesome. I have been google searching for the last 45 minutes and my brain is going to explode. I have wine installed so maybe a windows application would work?05:02
whathave to connect with pci05:03
deveshany chrome youtube dowloader that works?05:03
notlisteningwhat, oh they are so much fun :D05:03
muktitheadmin: I haven't enabled repos in previous versions (or I don't remember it at least). How do I do that?05:03
talntid2http://dontevenreply.com/05:03
talntid2=P05:03
rohitmobmethe output of the command 'dmesg | grep ATAPI' => http://pastie.org/243729805:03
theadmin!partner | mukti, see this:05:03
ubottumukti, see this:: Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »05:03
rohitmobmeplease help me out05:03
hylianjogu, it's availble either from system, profrerences and then the audio mixer program there, or you can do it in the terminal with alsamixer.05:03
notlisteningwhat can you ping 127.0.0.105:03
deveshany chrome youtube dowloader that works?05:04
theadmin!repeat | devesh05:04
ubottudevesh: 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/05:04
deveshhmm,ok05:04
nerxgashow do you list packages you've installed using apt-get?05:04
hylianphrostbite, what version of windows is it>05:04
theadminnerxgas: Using apt-get, no real way. Try "dpkg -L"05:04
phrostbitehylian, Windows xp05:04
muktitheadmin: I got this error when running the apt-get command: Package sun-java6-plugin is not available, but is referred to by another package05:05
theadminmukti: Did you add the partner repo?05:06
joguhylian, in alsamaxier the only options for <channel> are 6 and 8 channels05:06
hylianphrostbite, i found a few. one is here: http://wintoflash.com/home/en/05:06
rohitmobmehii my cdrom is not working fine.. the output of "dmesg | grep ATAPI' =>http://pastie.org/2437298| how to check whether the hardware is ok?05:06
muktiI added the repository using the command05:06
hylianjogu, hmm, sounds like you have a really nice high end card .. :) try the opposite of what it is set at.05:06
theadminmukti: Did you run "sudo apt-get update" after doing so?05:06
notlisteningrohitmobme, tell use more about what is wrong?05:06
muktisudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"05:06
muktiI used the command05:07
whatnotlistening : how can I specify the device i should be pinging from, inside the terminal05:07
MrSaltnerxgas: dpkg --get-selections prints all packages loaded05:07
muktitheadmin: I used the command05:07
hylianphrostbite, otherwise here's my google: http://www.google.com/#hl=en&sugexp=tshc&cp=17&gs_id=40&xhr=t&q=install+windows+from+usb&qe=aW5zdGFsbCB3aW5kb3dzIGY&qesig=tjuKk_aL4ddGDJ35B6nnSQ&pkc=AFgZ2tkos5UkLpBHgIPAYaFNpZ2b1w7Ctty1_WQVmBsGJ2zdqBl9e3i5H3wDIIL0slD-kWJT8kii36puyWkPhNUw9Y2eAgq9pw&pq=put+windows+on+a+flash+drive&pf=p&sclient=psy&source=hp&pbx=1&oq=install+windows+f&aq=0&aqi=g5&aql=f&gs_sm=&gs_upl=&bav=on.2,or.r_gc.r_pw.&fp=b62454da27284b07&05:07
hylianbiw=1280&bih=81905:07
phrostbitehylian, I think I may have found something also with unetbootin-windows-24805:07
theadminmukti: That's correct, but after adding any repository you should reload the package sources. In Ubuntu that's done with "sudo apt-get update"05:08
notlisteningwhat when you ping your own computer it should do it on the loopback interface that is always there05:08
muktitheadmin: sorry, I didn't see your response05:08
hylianphrostbite, awesome. so it is dooable from what i read, albeit a little tricky. but defenitely dooable.05:08
muktitheadmin: I'll do that05:08
phrostbiteYeah05:08
muktitheadmin: that worked thanks!05:09
whatnotlistening: i can ping localhost05:09
what127.0.0.105:09
prathamhow do i change the login screen05:09
phrostbitehylian, grr I think this is just the windows version of unetbootin that will make a linux boot :(05:09
theadminmukti: No problem05:09
joguhylian, switched it to 8 still the same problem05:10
rodhashHello guys.. What's gdm? Is it just the Login Window Manager??05:10
link307does anyone know how to use ipv605:10
theadminrodhash: Yes05:10
prathamhow can i install custom  login screen themes05:10
hylianphrostbite, ahh. well there are native windows progs for this job. it looks like wintoflash is your best bet.05:10
notlisteningrodhash Gnome Desktop Manager I think05:10
link307i'm using the education network on campus but i don't know how to log in to other websites05:10
phrostbitehylian, thank you so much for your help :)05:11
link307except ipv6.google.com05:11
rodhashtheadmin: How do I change it? For instance, let's say I wanna install XDM, that's pretty much lightweith.. right?05:11
hylianjogu, sorry man, that is the extent of my alsa knowledge. i would try #alsa if i where you... i havent run into this problem for a while, my native hardware runs best on pulseaudio.05:11
theadminrodhash: I'd suggest lxdm, because xdm is almost unconfigurable and hardly ever does what you want it to05:11
notlisteninglink307 do you get errors when you go to other sites?05:11
theadminrodhash: Anyway, sudo apt-get install your-favorite-display-manager05:11
link307notlistening: just "server not found"05:12
hylianphrostbite, no prob bob. :)05:12
joguhylian, thanks for your helpi'll try over at #alsa05:12
notlisteningare you supposed to be using IPv6?05:12
link307notlistening: sometimes "connection timed out"05:12
hylianjogu, i hope you get the answers you need.. sorry i wasn't much help :(05:12
notlisteninglink307 i think this is a router problem05:13
notlisteningsomewhere somebody needs to be doing IPv4 to IPv6 Trnaslations05:13
link307notlistening: i can only open the ipv6.google.com05:13
link307notlistening: so    what can i do05:13
notlisteninghumm good question, i need to research this aswell05:14
link307notlistening: and i can search something through ipv6.google.com05:14
rohitmobme hii my cdrom is not working fine.. the output of "dmesg | grep ATAPI' =>" [    1.486895] ata2.00: ATAPI: PLDS DVD+/-RW DS-8A5SH, XD12, max UDMA/100"05:14
=== what is now known as Lex
rohitmobmethe output of the commad lspci05:14
prathamanybody knows how to install custom login screen themes??05:15
theadminpratham: Please see https://launchpad.net/gdm2setup05:15
=== Lex is now known as Guest26100
rodhashtheadmin: Ok, thank you for the advice.. but let me ask you.. Do you know if it's more lightweitht than gdm? Or has better performance or memory usage?05:15
hylianlink307, i have heard of firefox and chrome having this problem in ubuntu... but that was a while ago.05:15
Guest26100is it possible for network manager to run an internal pci (broadcomm) as well as an usb (rtl8187) at the same time without issue?05:15
Guest26100or should I kill process05:16
theadminrodhash: A lot more lightweight indeed, performs better too... And is desktop-independent so you can use it with Gnome, KDE, Xfce, e17, openbox, whatever else05:16
link307hylian: yeah  , i'm using firefox in ubuntu  but i feel it's not this problem05:16
andrewh192I was wondering how i would run a java program from the desktop...05:16
rohitmobmehow to check if mycdrom is getting detected?? the output of command of lspci  => http://pastie.org/243733305:16
andrewh192i downloaded a java program... and would like to be able to run it standalone05:16
rodhashtheadmin: Cool!! Really thanks!! Once installed, how do I change from gdm to lxdm?05:16
theadminrodhash: apt-get will ask you if you want to do so during installation05:17
andrewh192rather than having to create a html file with the code in it..05:17
hylianlink307, exactly what are you trying to connect too? just google?05:17
rodhashtheadmin: Oh ok, thanks..05:17
andrewh192is there a stand alone program that i could download that would compile the java and would allow it to run as a stand alone app05:17
link307hylian: yeah, i don't know any other ipv6 address05:18
anthonynow how do i get the generic PAE, last time i installed it it made my scrolling of webpages choppy05:18
=== Guest26100 is now known as saywhat
anthonyi have 8 gigs of ram05:18
anthonycurrently running 32 bit ubuntu05:19
rodhashtheadmin: Just for learning purpose.. what's the procedure for changing the login manager? let's say I have it already installed, but gdm still the default?05:19
theadminrodhash: sudo dpkg-reconfigure the-login-manager-you-want-to-use05:19
hopeque es esto?05:19
andrewh192or rather what program should i use to run java class files05:19
hylianlink307, hmm. google has also had a lot of problems with ipv6, epecially with their e-mail servers... to be honest i don't know.05:19
Lintrodhash: usually you're getting debconf dialog while installing/removing dms05:19
rodhashtheadmin: hehe, thank you a lot!05:19
Linthow can I affect the contents of initrd file?05:20
WhaboHow to buy ubuntu?05:20
theadminWhabo: Sorry lolwut? Ubuntu is free05:20
hopeQue es este chat ,, de que se trata ,, alguien me puede responder?05:20
link307hylian: e... well . actually i have nothing to do right  now05:20
LintWhabo: www.canonical.com05:20
notlisteninglink307 do you have to use IPv605:21
theadminrodhash: No problem05:21
link307hylian: but how can i connect this irc05:21
saywhatCan anyone help me withe a networkmanager connection problem. I have a rtl8187 usb, I would like to use in place of my pci (which i'm connected to right now). I can put the rtl8187 in monitor mode etc, network manager recognizes the card let me connect however cannot ping out when using the usb card.05:21
link307notlistening: yeah , because i have no money in my campus card05:21
notlisteninglol Students :D05:21
hylianlink307, well if your up to it, this site is a great way to run tests for ipv6: http://test-ipv6.com/05:22
hopealguien habla espanol?05:22
link307hylian: "Connecting..."05:22
jefeson_igtHope, comprendes Portugues?05:23
hopeNop... jefeson05:23
jefeson_igtqual su Pergunta hope?05:23
link307hylian: nothing happened yet  &  i feel it will time out05:23
hylianlink307, in a strange way that is good, if for some reason you where set up to only use ipv4 it would have quicle ended the test.05:24
bfigmy mouse has randomly stopped working twice today. what could be going wrong?05:24
notlisteninglink307 you ready for this http://samsclass.info/ipv6/proj/proj-L2.html05:24
andrewh192http://pastebin.com/egUeQcRj05:25
Linthow can I trim my initrd.img file?05:25
andrewh192if anyone would like to comment on that....05:25
notlisteningbfig what brand and model is it usb?05:25
andrewh192doh.. wrong window...05:25
bfignothings1ecial, touchpad actually05:25
link307notlistening: all timed ou05:26
link307t05:26
notlisteninghardware maybe next time is stop go to a terminal and type dmesg05:26
bfignothings1ecial, it is an acer aspire 5253-BZ68405:26
hylianlink307, it just dawned on me that the test page i sent you to requires ipv4 to run... i yiy yiy05:26
notlisteningthis will give you an idea if there is a real problem05:26
=== `mOOse` is now known as m00se
link307hylian: ...05:26
zemikhi05:27
notlisteninglink307 oh yeah silly me05:27
moktiHey, I just updated my machine, and now its sitting at a command line05:27
notlisteningwhat I send you want an IPv6 to IPv4 proxy05:27
notlisteningmokti, lucky you05:27
moktiThe last thing it did was "checking battery state"05:27
link307notlistening: so ...05:28
hylianlink307, sorry, i'm tired, and so i am having a hard time thinking straight... :)05:28
zemikhow name of deb-package with system-settings in gnome?05:28
xosuiteheartshey guys. I have a question about Ubuntu05:28
notlisteningcan you wget things from the web or not?05:28
sagacixosuitehearts, what is it05:28
link307notlistening: nothing ,  still thx05:28
moktiIt's not waiting at for input05:28
xosuiteheartssagaci - does ubuntu need a firewall?05:28
theadminxosuitehearts: It has one built-in05:29
jamiewanmokti: give it a chance 5 mim say if nothing reboot05:29
xosuiteheartsthreadmin - could you tell me how to activate it?05:29
theadminxosuitehearts: iptables. There is a graphical interface for it if you want, to get it install the "gufw" package05:29
notlisteninglink307 this night be hard to do without getting an external connection05:29
theadminxosuitehearts: Also, my nick does not have a "r" in it.05:29
theadmin!tab | xosuitehearts05:29
ubottuxosuitehearts: 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.05:29
xosuiteheartstheadmin, sorry about that05:29
moktijamiewan: do you think this has to do with the updates?05:29
zemikcan someone help me?05:30
bfignotlistening, what should i look for in the dmesg?05:30
xosuiteheartstheadmin, is it called Firewall Config?05:30
jamiewanmokti: possibly, see if she reboots05:30
hylianlink307, to be frank, google may not be the best choice to test your ipv6 connection on... i'll explain why in private chat05:30
anthonywhen playing a video via the web browser, and i click full screen, how do i get it to stay open while i move around on other monitor05:31
jamiewanmokti: could be anything really at this stage05:31
saywhatCan anyone help me withe a networkmanager connection problem. I have a rtl8187 usb, I would like to use in place of my pci (which i'm connected to right now). I can put the rtl8187 in monitor mode etc, network manager recognizes the card let me connect however cannot ping out when using the usb card.05:31
anthonyfor example if i fullscreen the video, and click anywhere on the other monitor, it automatically resizes the video back down to in the browser05:31
theadminxosuitehearts: I'm not sure, I never really bothered to configure any firewalls on Linux. Safe enough without.05:31
xosuiteheartstheadmin, what about anti-virus?05:32
Mankoolhylian: are you there?05:32
hylianMankool, yes i am.05:32
oemwhen's ubuntu 11.10 coming out i had an alpha edition installed but the update manager crashed it at the login so i switched distro's temporarily until i get a working copy of 11.10 i was starting to like it had the gnome3 with the kernel 3.0.0.805:32
Mankoolhylian: do you remember my great journey i was on?05:32
notlisteningLink30705:33
notlisteningtry this in your proxy settings proxy.ipv6.iitk.ac.i05:33
bfignotlistening, i have no idea what a ring buffer is :(. i tried grepping 'touchpad' and some other variants but got nothing :(05:33
moktiown: October05:33
bfigahh Touchpad05:33
moktioem: October05:33
notlisteningLink307 there should have been a n on the end05:34
oemk thx mokti05:34
hylianMankool, vaguely, i just came back from a 3 day road trip...05:34
bfignotlistening, ok, i found it, now hwo do i interpret what's there?05:34
Mankoolhylian: ah, well anyway, i made miracles... 2 gpus (1 ati 1 nvidia)... and now have 4 mons running, 2 on each05:34
Mankoolbut i'm getting greedy, and now i wanted to try to get unity running on at least some if not all of the mons... but i think its going to drive me insane so maybe i shouldn't try05:35
hylianMankool, now i remember, wow. that is dang near impossible on ubuntu, did you figure it out yourself, or did you get some irc or bard help?05:35
notlisteningyou should post in onto pastebin and then give us the link05:35
zemikcan someone help me?05:35
saywhatif i'm using a pci net work card and a usb do i have to blacklist the pci to get my usb to work properly05:35
Mankoolhylian: just put in some long hours reading stuff on the web and basically endless trial and error05:36
saywhatusb works properly with wingows05:36
saywhatwindows05:36
saywhatand i know the chipset is supported05:36
jamiewanzemik: question would help05:36
hylianMankool, it's a pain, but when you succeed it feels amazing...05:36
bfignotlistening, lol. how do i copy from the terminal? :|05:36
moktizemik: maybe05:36
zemikI write above05:36
zemikhow name of deb-package with system-settings in gnome?05:36
Mankoolhylian: very true, it felt so good... and now I want more... always wanting more.. i don't think i should even try for unity... i can't even find remote websites of multiple gpus and attempting unity with success05:37
moktiI'm not sure what you mean05:37
notlisteningif your mouse it working click and drap to highlight and right click & copy05:37
Mankoolhas anyone here got multiple gpus in their box and running unity? or anyone heard of anyone doing it?05:37
moktijamiewan: i restarted my machine and it sitting at the screen again05:38
zemikmokti, you have programm - System Settings, how it deb-package what contain it?05:38
bfignotlistening, what about if mouse is not working? :|05:38
notlistening*mouse is working drag  bloody typos05:38
hylianMankool, i am with you on the unity thing, i am a xubuntu'er currently myself.05:38
anthonyif i upgrade to natty narwhal will it recognize my extra ram?05:39
notlisteningthen you run this dmesg > ~/dmesg.txt05:39
bfigok05:39
hyliananthony, how much ram do you have/05:39
Linthow to reduce bloat in initrd file?05:39
anthony8gigs05:39
notlisteningthen you open the file in your favourite text editor ctrl+a then ctrl+c05:39
jamiewanmokti: hmm, did you upgrade or fresh install05:39
Mankoolhylian: yeah, and i don't even have a reason for wanting it, i don't even necessarily think it looks the coolest... i'm my own worst enemy, its like some crazy challenge that for some reason i wanted to do.. but its so not worth the time i'm thinking, i should just be happy with my current setup that i've dubbed 'quadmon'05:39
anthonyhylian 8 gigs of ram05:40
bfigisn't there a function that acts as the 'clipboard input stream' ?05:40
bfigthat'd be awesome :)05:40
notlisteningyou need 64 bit anthony05:40
anthonyi tried to install 64 bit, but i guess i had a bad cd05:40
bfigie, clipboard << function() :D05:40
notlisteningbfig, if you find it tell me please05:40
anthonynotlistening you think so?05:40
anthonynotlistening I had 64 bit windows 7 before i made the full transistion05:41
jamiewanMankool: how many gpus 2?05:41
Mankooljamiewan: yes 2 gpus05:41
hyliananthony, if you have more than 3 gigabytes of ram, upgrading won't help. what you need is to install the 64 bit version of ubuntu to get it to recognize your extra ram. as a side note, i want to point out that some bios's have a bug that also effects how much ram is seen.,05:41
mokti_jamiewan: I did a fresh install05:41
notlistening32bit can only address 4 gb of memory max (some one will correct me on that)05:41
anthonyhylian, even in 64 bit?05:41
theadminnotlistening: 3.205:41
mokti_jamiewan: then I installed updates in the update manager, and installed java05:41
Mankooljamiewan: you've heard of multi-gpu unity success?05:42
pvh_sanothings1ecial, you're right its 4gb05:42
new1got an error message from ubuntu update manager...05:42
theadminnotlistening: But there are PAE-enabled kernels which allow to use more RAM in 32-bit systems05:42
jamiewanMankool: not really i run 2 from my machine, only one gpu tho05:42
anthonyhylian if i make a 64 bootable ... will it work from USB, or is it buggy?05:42
notlisteningtheadmin I know it :D05:42
notlistening*knew05:42
=== mokti_ is now known as mokti
Mankooljamiewan: k, also, to throw a nuclear bomb in the mix.... 1 gpu is ati, and 1 is nvidia05:42
new1can someone help?05:42
jamiewanMankool: it would be do-able tho i'll bet05:42
hyliananthony, if it is a bios bug yes. in most cases though, you can get a newer version of your bios software and flash you bios, removing the bug. it's a bit technical so make sure you know what you are doign before you attempt it.05:43
notlisteningthanks theadmin nice to know05:43
saywhatCan anyone help me withe a networkmanager connection problem. I have a rtl8187 usb, I would like to use in place of my pci (which i'm connected to right now). I can put the rtl8187 in monitor mode etc, network manager recognizes the card let me connect however cannot ping out when using the usb card.05:43
zemiknew1, maybe05:43
voozehey, i'm playing around with 11.10 daily (from yestoday) in virtualbox, but i can only run unity2d by default.. And the "new drivers" GFX does not appear.. how can i install it though terminal? Its an nvidia geforce GTS250M (1GB) card.. ? :)05:43
theadminnotlistening: No problem05:43
moktijamiewan: the last thing that happened was "* Checking battery state...     [ OK ]"05:43
hyliananthony it works pretty well. i have one on my 16 gig usb drive.05:43
theadminvooze: It's Virtualbox05:43
jamiewanmokti: how long now then05:43
theadminvooze: Virtualbox doesn't use Nvidia, it uses "vboxvideo"05:43
theadminvooze: Install the guest additions and you'll be good to go05:43
moktijamiewan: its been at least 10 minutes since I restarted it (I think)05:44
voozetheadmin: install guest additions (in my own box) or in virtualbox?05:44
jamiewanmokti: can u bott to live cd?05:44
jamiewanboot05:44
Mankooljamiewan: yeah, might be doable, but it'd take some thought into what route i wanna go to get it done, and i don't currently have a usecase besides 'maybe it would look cool'... but i'm gonna place it at a low priority for now in my ubuntu adventures... maybe next ubuntu release will have more unity magic that will just make something cool happen05:44
notlisteningAhh i am 32bit pae and my system sees i have 8 gigs05:44
theadminvooze: Virtualbox. To do so, when the machine is running, click "Devices -> Install Guest Additions"05:44
hylianvooze, in your virtualbox. and if it's xp, you will want to install it in safe mode.05:44
moktijamiewan: I can switch to tty1-tty6, its just happening on tty705:44
anthonyhylian, i haven't flashed my bios, but this is my computer05:44
anthonyhttp://compare.ebay.com/like/260741697286?var=lv&ltyp=AllFixedPriceItemTypes&var=sbar05:45
new1<zemik>i tried to paste the message, but the D thing in grayed out.05:45
theadminhylian: It's Ubuntu as stated05:45
new1is*05:45
anthonyi've flashed bios before on another computer in the past...05:45
bfignotlistening, after great effort: http://pastebin.com/gCXSRide05:45
Mankoolanyway, i'm off for now... gotta get flash or something working now that quadmon is up... hopefully wont be hard05:45
jamiewanMankool: cheers05:45
hyliantheadmin, thank you. i really should go to bed, i'm a mental zombie, sorry.05:45
denndaDoes A? in a tcpdump entry denote an A record DNS resolution attempt?05:45
theadminhylian: lol :D05:45
=== adrian is now known as Guest21058
Mankoolcheers05:45
nhrHi, facing a strange problem, installed kmymoney 4.6 from https://launchpad.net/~claydoh/+archive/kmymoney2-kde4. If kmymoney is running, unity stops responding.05:46
zemiknew1, where you paste it?05:46
jamiewanmokti: whats displayed on the other consoles?05:46
bfignotlistening, a possibly important thing: i was working with libreoffice calc and a very memory demanding spreadsheet. i have 3gb ram and an underpowered e-35005:46
notlisteningsaywhat, explain what you have done all together05:46
moktijamiewan: a login prompt05:46
voozetheadmin: ah okay, thanks alot.. nice learning somthing new ;)05:46
hyliananthony, this is a new enough of a machine that i would think this is just the 32 bit /64 bit problem. 32 bit can only see up to 3.2 gigs, 64 bit can see up to 128 gigs.05:46
bfignothings1ecial, both times the graphical environment crashed and i restored it by going system->properties->appearance05:46
new1<zemik> i tried pasting it on here, but that option is grayed out.05:46
jamiewanmokti: hit control f8 or f7 see what happens05:46
bfigerr* system->preferences->appearance05:47
Guest21058does anybody know how to install dazuko for avira antivirus?05:47
anthonyhylian, downloading 64bit 11.04 for USB install now...05:47
moktijamiewan: nothing happened. What does that do?05:47
new1how do i retrieve an error message?05:47
jamiewanmokti: control alt that was meant to be05:47
saywhatnotlistening : i've gone back to defaults in network manager. at one point i had the usb (rtl8187) working and rebooted and no longer works. So i can set the device in monitor mode etc but I am stuck using my pci with little to no reception05:47
saywhati've installed wicd no luck, keeps timing out and wpa applicant05:48
hyliananthony, if you have a usb key then i suggest you use unetbootin, and install that iso you are downloading. then you can try it out for yourself before install to see if this solves your memory issue. either way in 32 bit you will never be able to use the full 4 gigs.05:48
saywhatwith no success05:48
moktijamiewan: control+alt+f7 takes me to the one that is hanging05:48
jamiewanmokti: i dunno mate, sounds like somethings gone amiss on the install, ask again later but if it was me i'd just reinstall it and hope for the best05:49
hyliangoodnight all, i am just too tired to continue...05:49
anthonyhylian, thx, but im sure im better off going with 64... just needed an OS up, to download the new 64 bit distro05:49
anthonyhylian, I'm done with windows :D05:50
* hylian 's brain is now off.05:50
moktijamiewan: thanks05:50
Yossmotki hmmm, what is your problem?05:50
jamiewanmokti: sometimes thats quicker than trying to fix stuff especiall if its a fresh install05:50
moktijamiewan: It would be if my updates didn't take forever to install05:50
moktijamiewan: I have a slow DSL connection lol05:51
jamiewanok05:51
TheDukeGuys05:51
TheDukeI made a mistake05:51
TheDukea big one05:51
=== aaron is now known as Guest27128
Linthow to run for loop with sudo?05:51
TheDukeI dleted the partition with grub on it and don't now how to get to windows05:52
saywhatnotlistening : when i run iwconfig shows everything as working fine05:52
notlisteningbfig you have restarted the machine right?05:52
saywhatnotlistening, when i say working fine i mean the device is recognized in output05:52
YossTheDuke, boot from a cd05:53
bullgard4_Lint What do you mean by "run for loop"?05:53
notlisteningthis is a wireless usb stick?05:53
Yossshould get grub working05:53
TheDukeYoss, that's it? how do i uninstall grub and all?05:53
saywhatnotlistening, i also tried to set a static ip with no lcuk, I did a roll back to the previous network manager did nt work05:53
Lintbullgard4 for; do; done;05:53
bfignotlistening, nope. if i restart it the problem goes away for a second, but it will most likely come back (already hapened a couple times as i told you before)05:53
saywhatyes wireless usb drive05:53
saywhatoh05:53
YossTheDuke, do you get any error on start up?05:53
saywhati mean wireless usb05:54
bfigis there a way to 'restart' the touchpad?05:54
TheDukeyos, something like can't find partition05:54
new1how do i add programs?05:54
TheDuke*yoss05:54
notlisteningbfig I think that ir most likely is a faulty touchpad05:54
YossTheDuke, seen in once, reinstalling ubuntu fixed it05:54
bfigdamn... this pc has been a boon. failing usbs, failing touchpad.05:54
TheDukeyoss, you're a life saver05:54
bullgard4_Lint: I do not know how a for loop an d sudo are connected with each other. Sorry.05:54
notlisteningbfig, do you have a spare usb mouse?05:55
TheDukeyoss, how do i get rid of grub right?05:55
theadminnew1: We have a lot of programs in the Ubuntu Software Center which you can find in the menu05:55
bfignotlistening, if only the usbs were working right....05:55
YossTheDuke, update if it helped05:55
anthonyI will still be able to watch flash videos with 64 bit 11.04 i assume ?05:55
voozetheadmin: sorry to ask you again, but after i did what you said, it seems its still unity2d after i logged in and out (it was ofcouse successful in terminal when installing) is there somthing i'm missing?05:55
TheDukeyos,, i sure will05:55
TheDukeyoss*05:55
theadminvooze: You have to reboot the vm05:55
bfignotlistening, i'll have to drive this piece of garbage to service. hopefully i'll get it fixed (or replaced). thankfully the hdd is intact :)05:55
new1<theadmin> windows-equivalents? sorry, but i'm transitioning from xp pro.05:55
voozetheadmin: ah okay, thats why i'll try it ;) thank you again05:56
theadminnew1: Well... Check alternativeto.net05:56
bfignotlistening, thanks for helping me understand the problem. good bye05:56
notlisteningbfig it is quite old..?05:56
bfignothings1ecial, it's an e-35005:56
new1<theadmin> thanks.05:56
bfigso it's pretty new05:56
bfig(5 months maybe?)05:56
notlistening5 months old?05:57
bfigit had problems from day 105:57
bfigusbs only partially working....05:57
notlisteningyeah get it replaced05:57
new1<theadmin> my auto-updates don't seem to work properly. i have to start it manually.05:57
administratorjoin05:58
anthonybe back on 64 bit05:58
anthony:D05:58
theadminnew1: Well, Ubuntu does not auto-update if I recall right05:58
bfigwell, gotta sleep. thanks for everything notlistening05:58
=== administrator is now known as Guest90317
moktijamiewan: I "fixed" it05:58
notlisteningbfig your welcome05:58
Yossit  should tell you that there are updated ready05:58
notlisteningnot that i helped much05:58
jamiewanmokti: go05:58
Yossand you should install them05:58
new1the update manager starts on it's own sometimes when i boot up.05:58
jamiewanmokti: what was it?05:58
Yossthat means that you have updates05:58
Yossready to be installed05:58
Yossnew1^05:58
theadminnew1: The update manager is weird05:59
moktijamiewan: my video card05:59
theadminnew1: If I were you I'd delete that stuff altogether and just use apt-get to update, but then again I'm not a new user05:59
notlisteningsaywhat have you tried looking at the dmesg output when you are going through various stages of the process05:59
moktijamiewan: it uses NVIDIA Optimus, which causes problems, so I changed it in the BIOS05:59
Yossat least for me it is05:59
new1ok. but everytime i run it like that, it gives me an error message. but when i run it manually, it runs fine.05:59
jamiewanmokti: sweet, well done05:59
notlisteningsaywhat do you have ethernet and wifi connected at the same time?05:59
TTR45hello06:00
saywhatyes06:00
TTR45i'm looking for a word in a file but i don't know the file location06:00
notlisteningso disconnect all if you can06:00
TTR45what do i type in the temrinal ?06:00
saywhatnotlistening, yes i think that is the problem06:00
notlisteningthen plugin the wifi and connect and try again06:00
TTR45grep then what ?06:00
saywhatnotlistening, i dont want to black list the pci, in anticipation i wont be able to ever get the connectionback.lol06:01
nisstyreI would tend to disagree with that viewpoint06:01
notlisteningI have tested ubuntu with wifi and ethernet together and it works in theory06:01
Moshanatorttr45: find / | grep myword06:01
notlisteninglol saywhat don't blacklist it06:01
TTR45moshanator so find / | will search all the harddisk ?06:01
notlisteningjust pull the cable out06:01
Moshanatorttr45, yes06:01
saywhatthey are both supported. I have no idea why the usb pick s up signals but cant connect06:01
theadminTTR45: Actually, all of mounted drives and partitions06:02
Moshanatoryou can also search some dfolder instead of /06:02
Moshanator*folder06:02
notlisteningahh now can't connect is different from connected and can't ping06:02
saywhatwhen i say cant connect i mean firefox06:03
notlisteningso you have a wifi router?06:03
saywhati can ping but i'm not sure if its pinging from my pci which is what i'm connected to right now06:03
saywhati have an internal wifi card and a external06:03
TTR45Moshanator the word is in a file06:03
notlisteningpull the cable out06:03
saywhati'm trying to get the external going06:03
TTR45so what do i type again? find / | ?06:03
Moshanatorttr45, right, noticed that myself06:03
saywhatok06:03
Linthow to execute bash for loop with sudo?06:04
theadminLint: You can't really. Do a "sudo -i" first06:04
theadminLint: That will open an administrative shell06:04
Moshanatorttr45, does it have to be the terminal?06:04
theadminLint: Work from there06:04
Moshanatorgnome has a search tool you could use06:05
saywhatwait out of the router?06:06
notlisteningsaywhat what does that mean?06:07
saywhati mean i can pull the usb wireless card connected and it wont do anything06:07
saywhati'll still have connection via my pci internal card06:08
notlisteningah okay so they are both wirles06:08
saywhatbut  i would like to put the external to use as it has a longer range06:08
notlisteningwireless06:08
saywhatno one is internal06:08
saywhatthe one i can connect on is internal06:08
notlisteningokay are you using ubuntu?06:08
saywhatblackbutu06:09
saywhatbuntu06:09
Moshanatorttr45, grep -lir "myword" /in/this/dir will work06:09
notlisteningOkay so you are familiar with network manager?06:10
saywhatsomewhat yes06:10
notlisteninglol okay06:10
notlisteningtry going and unselecting your internet card and then select the external card06:11
=== XLV_ is now known as XLV
saywhatyes i've done that in the past. however it says there has been a connection established shows full bars and yet nothing when i try to connect http06:12
notlisteningright well when you have it configured like that you can begin to diagnose the problem06:12
notlisteningbut i guess you can no longer use irc?06:13
megaminiHow do I use iPhone 3GS USB tethering with ubuntu 11.04 ?06:13
saywhatyes06:13
saywhatthe first time i installed buntu i was able to connect with the usb06:14
saywhatnow nothing06:14
notlisteningokay get both interfaces up and running06:14
saywhatplus i rm windows right off the partition so...06:14
saywhatok06:14
saywhatthey are both showing as being conected06:15
notlisteningsay what can you pm?06:16
andrewh192http://pastebin.com/egUeQcRj06:16
andrewh192anyone have any helpful responses to that?06:16
bitwisehiho06:16
lotuspsychjehow can i see if the webkit exploits have been patched in natty?06:17
andrewh192wait06:17
andrewh192wrong windo06:17
notlisteningsaywhat run nm-tool in a terminal please06:17
=== kgb is now known as Guest639
=== Guest639 is now known as Xcalibar
saywhat...06:18
Xcalibarhi all06:18
notlistening...?06:19
notlisteningI wanted to pm you then you can show me the output06:19
notlisteningwhat irc client you using?06:19
Xcalibari have ubuntu unity 11.04 , whenever i click the Ubuntu start button on the top left it will fill up my screen and i wouldnt be able to see the bottom right cornor where i can maximize the unity06:20
YossXcalibar, did you like unity? if not, use ubuntu classic which is gnome06:21
Xcalibarwhat button is to take screenshot so i can show u06:21
Yossa lot of people disliked it but didnt knew that they could switch06:21
MoshanatorXcalibar: print screen06:21
YossXcalibar: PrtSc button06:21
XcalibarYoss, i like the unity interface , i am a mature person , ( sorry print screen button doesnt work whenever i click the start button )06:21
methods1any more ubuntu laptop sites like system76 ?06:21
MoshanatorXcalibar: strange, i just tried, works06:22
Xcalibarclick the start button on the left top side06:22
Xcalibarthe Ubuntu Circle do u guys call it start?06:22
Moshanatorwe call it dash, i think06:22
Moshanatorat least Canonical does06:22
XcalibarYoss, Unity is sure universal GUI , i have a macbook pro and i use unity for my work , i still feel im at home , i just use my mac os for the battery life when im in the train or the plane06:23
jamiewanXcalibar: hit it then type take screenshot and the icon should become visible06:23
Xcalibarjamiewan, doesnt work , come to my teamviewer if u have teamviewer any1 is welcome to join 169 684 86106:25
saywhatok06:25
YossXcaliber, personally i found it not so useful06:25
Yossthe launcher was made with no thoughts of usability what so ever.06:25
notlisteningpoor say what :D06:25
Xcalibarpass is 1934  , i am using my pc now , unity is great on my mac no problems06:25
saywhatusing xchat06:26
notlisteninglook top right and see me messaging you06:26
notlisteningsorry left06:26
XcalibarYoss, if u have used mac os x , this is exactly the same , infact i have my mac os x dock on the left side06:27
Lintmy ubuntu session is bloated to 214 MB, how can I trim it to reasonable size?06:27
jamiewanXcalibar: i running ubuntu on macbook too, its cool aye06:27
YossI hate mac, and just about anything apple makes lol06:28
Xcalibar1 thing that surprises me is when i click on the xchat icon from the unity , it wont minimize06:28
YossGNU/Linux ideology is better :)06:28
urlin2uYoss, they have medication for that now. ;-)06:28
Xcalibarjamiewan, im for flexibility , and open source , i like the idea that i feel i have a mac os running with everything free and more powerful06:28
Yossurlin2u, lol, i just think that apple is stealing from people06:29
Yossand would prefer open source over an apple product any day :P06:29
jamiewanXcalibar: screw mac and windows, just good hardware i like lol, ubuntu works great on all systems i've got06:29
Moshanatoryoss, pragmatism/ideology tends to be a sliding scale, also, it's kinda #ubuntu-offtopic06:29
jamiewanXcalibar: and yeah open source is the way, freedom, truth and all the other shite :-)06:30
K-Richheil linux and rms06:31
K-Rich...or something.06:31
Yosswell, ubuntu offtopic is more suiting, so i'm there if anybody wants to talk about "ideology of Linux and mac " :P06:32
XcalibarYoss, we can take it to the offtopic if u want , but usually Ubuntu users from Professionals like to use terminal to do their work , forexample when ssh'ing or when copying files or moving it.. and if u tell them about KDE or better GUI they will dislike that , if u want to know about peoples opinion , look at it broadly , i believe it requires practice thats all , but no one wants to go back to oldschool , they want a newschool push for everything thats06:32
Xcalibar the fact of life today06:32
jamiewanXcalibar: most ubuntu'ers would be cli users i think to a great degree06:33
bazhang!ot | Xcalibar06:33
ubottuXcalibar: #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!06:33
=== tonussi is now known as aluuura
=== aluuura is now known as alfakini
=== alfakini is now known as automata
=== automata is now known as aut0mata
=== aut0mata is now known as bitwise
Lint!nick06:35
ubottuYour nick is how people know you on IRC. Please don't change your nicknames too often (use /nick newnick), or it creates a lot of confusion. You should also !register your nick with freenode.06:35
=== ubuntu_ is now known as JoeR1
moktidoes anyone here use Ubuntu on a machine with NVIDIA Optimus?06:40
urlin2uJoeR1, you fixed06:40
JoeR1No06:40
urlin2uJoeR1, really the commands usually work, you might need to chroot in, do you want the link for instaructions06:41
JoeR1No, I've got it06:41
urlin2ujoe75, cool06:41
urlin2uJoeR1, cool06:42
JoeR1I'm going to relax and handle this tomorrow when I'm not all full of Gyro meat and beer06:42
moktidoes anyone here use Ubuntu on a machine with NVIDIA Optimus?06:42
urlin2uJoeR1, mmm gyro's06:42
Xcalibari need some1 to take a look at my Unity start button , im using the correct resolution and everything but i cant seem to see the whole screen ( my teamviewer id is = 169 684 861 ) ( pass 1934 )06:45
devesh!06:45
moktihow do I remove a ppa that I added06:47
urlin2umokti, how did you install it, and do you have ubuntu tweak06:48
urlin2uor add it I would say mokti06:48
dkeavhow bad does a signal 11 suck?06:49
urlin2udkeav, when, where, and how.06:50
guerrilhahello, is there a way to clear memory, or dump dead proccess.. something like a refresh? after 2 or 3 hours even if i close everything my cpu still points 100%06:50
dkeaverr in a process06:51
dkeavnow06:51
moktiurlin2u: When I use the update manager, it sais "Failed to download repository information" and it lists the two ppas06:51
=== guerrilha is now known as guegig
urlin2uguerrilha, open top and look for whats maxing the cpu06:51
moktior ppa links06:51
urlin2umokti, how did add them to your computer?06:52
guegigwell, tops keep updating06:52
guegigi see 3 to 4 proccess on top06:52
guegigi mean, with major memory use06:52
johwilI need help in creating an install file for devkitpro on ubuntu. Anyone? http://devkitpro.org/wiki/Getting_Started/devkitARM06:52
urlin2uguegig, look at whats running below06:53
Linthow to de-gay blurry fonts in ubuntu's firefx?06:53
guegigmultiload-apple i dunno what is, its the bigger06:53
anthonyhow do u move a window to another workspace?06:53
Benkinoobyanthony, are you using unity?06:54
anthony11.0406:54
=== homer is now known as Guest35822
moktiurlin2u: I added them through the command line, but I dont know how06:54
moktii forget06:54
jamiewananthony: hit the workspace switcher and drag the window over06:55
johwilanthony, rigth click on the windows menu-bar.06:55
Benkinoobyanthony, http://www.techdrivein.com/2011/04/31-useful-ubuntu-1104-unity.html06:55
anthonysweet06:55
anthonythx06:55
Astrologywhich package does the command "acpiconf" belongs to ?06:56
urlin2umokti, here is alink install ubuntu tweak it has a ppa remover that is the easiest. http://www.howtogeek.com/howto/29584/safely-remove-ppas-and-roll-back-to-stable-versions-in-ubuntu/06:56
jamiewananthony: or if you have cube installed you can just drag window around the screen edges06:56
moktiurlin2u: they are not listed anywhere in my computer?\06:56
urlin2umokti, ubuntu tweak has alot of other tools that are great as well06:57
urlin2umokti, they are but lets make this easy eh.06:57
johwilI need help in creating an install file for devkitpro on ubuntu. Anyone? http://devkitpro.org/wiki/Getting_Started/devkitARM06:58
urlin2umokti, they are in /etc/apt/sources.list.d06:58
tsimpsonmokti: find the file with the ppa name(s) in /etc/apt/sources.list.d/ or use the GUI software sources manager06:58
dc5alaAstrology, you can ask dpkg -S06:59
moktiurlin2u: thanks06:59
moktitsimpson: thanks06:59
Astrologydc5ala: not found06:59
urlin2umokti, no problem, I use ubuntu tweak even though I know how to remove this stuff and do otherthings it offers.07:00
Astrologydc5ala: it's for installed, but my command is not installed, so I  need to install that package to use command "acpiconf"07:00
moktiIs there a way for me to roll back my machine to an hour or two ago?07:02
hid3Hello everyone. Any ideas if Apache2 in Lucid (10.10) is vulnerable to the Range bug?07:02
lotuspsychjehow can i check if webkit exploits are patched in natty?07:03
moktiIs there a way for me to roll back my video card drivers at least?07:03
moktialso, my power icon (top right) dissapeared... how do I get it back?07:05
xanderHi everyone,07:05
hid3Anyone awake?07:05
Guoqingsorry don't know07:06
Astrologyhow to search a package which is needed by command "acpiconf" ?07:06
Yossmotki,  system --> administration --> preferences -> power management --> general07:06
urlin2umokti, ubuntu doesn't have a rollback function, but you can remove stuff, and change the driver.  Have you logged out or rebooted to see if it fixes your problems?07:06
Xcalibari got a unity problem , whnever i click the start button , the window appears to bypass my screen resolution from the right side07:06
Yossalways display icon07:06
Yossif you meant that07:06
xanderI installed Firefox 6 on maverick through firefox release ppa, but about:support says "GPU Accelerated Windows 0/1".07:06
dc5alaAstrology, ah okay, you may try http://packages.ubuntu.com/07:06
moktiurlin2u: yes07:06
xanderI thought hw acceleration on GNU/Linux was a go in FF6? I'm using nV blob 280.1307:07
tobagowhich is the best tool for creating dvd's from an avi (whatever encryption) file?07:07
Astrologydc5ala: I tried it, not found, I use package name search and description search too.07:07
urlin2umokti, have you been messing with compiz?07:07
moktiurlin2u: no, NVIDIA drivers07:07
urlin2umokti, where did you get the driver from?07:08
dc5alaAstrology, on debian that file was in package freebsd-utils07:08
moktiI want to go back to the default settings/driver to display at the correct resolution (unless you can help me with that :) )07:08
Yossdoes not Jockie auto-detects?07:08
Astrologydc5ala: thanks for you advise , a good way now.07:08
moktiurlin2u: want to go back to the default settings/driver to display at the correct resolution (unless you can help me with that :) )07:08
urlin2umokti, graphic drivers are not really something I'm real familiar with all my computers work out of the gate.07:09
xanderNo hardware acceleration on maverick with Firefox 6 + nVIDIA?07:09
dc5alamokti, have you tried changing your desktop resolution via System -> Settings menu?07:11
moktiyes07:11
moktidc5ala: yes07:11
moktidc5ala: it doesn't show the highest resolution07:11
moktidc5ala: which is why I think I need to rollback the video card driver, but I don't know how07:12
dc5alamokti, what driver are you using?07:12
moktiim not sure right now...07:12
tobagoi want to burn a 6 gb movie onto dvd. that is why i'd have to low down the quality a little for fitting onto dvd. which tool to use?07:12
moktidc5ala: I think it might be nvidia_current07:13
Xcalibari got a unity problem , whnever i click the start button , the window appears to bypass my screen resolution from the right side , any solutions i tried gsettings set com.canonical.Unity form-factor07:13
dc5alamokti, maybe you can paste your /var/log/Xorg.0.log to http://paste.ubuntu.com07:14
moktidc5ala: I was following a troubleshooting forum post, and at one point I ran "sudo apt-get purge nvidia-*" and "sudo apt-get purge xserver-xorg-video-nouveau"07:14
moktidc5ala: okay, hold on07:15
dc5alamokti, you could try reinstall nvidia-current then07:16
xanderNo one using Firefox 6 with nVIDIA hardware?07:16
urlin2utobago, handbrake will convert it if it is not drm locked, and reduce the size as well I believe.07:16
moktihttp://paste.ubuntu.com/675795/07:16
moktidc5ala: I think nvidia-current is the wrong one07:16
Xcalibarbtw anyways if i can use the unity dock to minmize applications , if i use my left mouse click on the same app , and i got a problem with Empathy , the chat windows when i dont check my msg's the unity dock doesnt appear it , and sometimes the upper panel dismisses it and i have to search for the blinking tag on the messenger window..07:17
=== Davi0n is now known as Davion
moktidc5ala: http://paste.ubuntu.com/675795/07:17
dc5alamokti, i have a look07:18
danny_Excuse, can anyone help me run counter strike 1.6?07:18
theadmindanny_: You should get a look at http://winehq.org and #winehq07:19
dc5alamokti, it could not find any of the 3 nvidia drivers and is falling back to Vesa, you have problems with nvidia-current?07:20
urlin2udanny_,  https://help.ubuntu.com/community/CounterStrike07:20
dc5alamokti, i usually use nvidia-current here, you have problem with it?07:20
Xcalibarhelp can i use the unity dock to minmize applications , if i use my left mouse click on the same app , and i got a problem with Empathy , the chat windows when i dont check my msg's the unity dock doesnt appear it , and sometimes the upper panel dismisses it and i have to search for the blinking tag on the messenger window..07:20
danny_The installation went fine, but it fails to run, thing is all those tutorials are about running counter strike in steam07:20
moktidc5ala: I thought I did. I'm going to try nvidia-common, then current07:21
kdhi07:21
YossXcalibar, i really suggest opening a topic at the forums07:22
dc5alamokti, just use nvidia-current, that is a meta package07:22
Yossmaybe someone over there will know07:22
Yosswon't hurt07:22
moktidc5ala: what is a meta package07:22
theadmindanny_: You should get a Steam version -- we do not support pirated editions, nor does Wine07:22
danny_Ahhhh, I see07:23
dc5alamokti, it should install the current version07:23
theadmindanny_: You *might* or might not have luck running them... We can't help with doing so07:23
urlin2uXcalibar, I use docky as well and just find the work around to these problems. I don't think unity is really done in develpment, and or designed to run perfectly with other panels.07:23
mokticommon works07:24
moktidc5ala: I just finished restarting with common and it shows the correct resolution. I'm going to try current in a second07:24
dc5alamokti, im sorry, it's no meta package at all anymore, i just checked07:24
danny_Well thanks anyways :)07:25
moktidc5ala: I do have one question before I restart again, how do I make the power icon on the top right (used to power down, log off, etc.) show up?07:25
moktidc5ala: it isn't there anymore...07:25
dc5alamokti, this belongs to some status applet you can add07:25
moktidc5ala: how would I go about adding it?07:26
dc5alamokti, right click on a free place in the panel and choose add, then look for a session program there07:27
moktidc5ala: there is only the ugly red shut down button. Is there a way to get the default one to show up?07:28
dc5alamokti, sorry i am using a different locale here so i don't know the exact name ;)07:28
Yossmotki, are you trying to reset your desktop or something?07:29
moktidc5ala: oh, and the time is not there....07:29
dc5alamokti, better get your desktop resolution higher first :)07:30
moktidc5ala: I fixed the time/power thing "gconftool --recursive-unset /apps/panel && killall gnome-panel"07:30
moktidc5ala: I'm going to try the other video card driver07:31
slithytove20061so, i just downloaded the ubuntu 11.04 and put it on a usb drive. when i try to 'install' it wants me to log in first. i trued user ubuntu with no password. not sure what else to try. any suggestions07:31
urlin2uslithytove20061, boot to the desktop, make sure it runs okay then install.07:32
moktidc5ala: Right now (in Additional Drivers) I am using NVIDIA accelerated graphics driver (version current), and I am at the correct resolution07:32
moktidc5ala: however, I cannot adjust the brightness...07:32
slithytove20061urlin2u: 'mounting aufs on /root failed: Invalid argument\naufs monut failed"07:33
urlin2uslithytove20061, did you check the ISO's md5sum?07:34
moktidc5ala: however, I cannot adjust the brightness...07:34
moktidc5ala: Right now (in Additional Drivers) I am using NVIDIA accelerated graphics driver (version current), and I am at the correct resolution07:34
moktidc5ala: are you there?07:35
slithytove20061i didn't07:35
dc5alamokti, was getting new coffee :p do you also have that nvidia-settings tool installed?07:36
moktidc5ala: I believe so07:36
moktidc5ala: I do, also sorry!07:36
Lintlhow to fix firefox fonts being blurry and gay?07:37
urlin2uslithytove20061, here is a link for that,  https://help.ubuntu.com/community/HowToMD5SUM   IF you used the thumb loader that ubuntu.com suggests, try unetbootin if the ISO is good,07:37
urlin2uLint, using the term gay is not appropriate.07:38
dc5alamokti, so this driver is working for you?07:38
moktidc5ala: everything except the brightness controls07:38
urlin2ugay is not a pejorative Lint, don't use it as one.07:38
centHOGGlanguage is a virus07:39
jamiewanhumans are a virus07:39
moktidc5ala: the indicator that pops up on the top right shows that the brigtness of the screen is changing; however, the brightness does not actually change07:39
urlin2ucentHOGG, so is marginalization.07:39
repozitor1how to register on irc?07:39
lotuspsychje!nickserv | repozitor107:40
slithytove20061urlin2u: where do i find what the md5 should be? its not showing me on the downloads page07:40
dc5alamokti, no idea about that07:40
moktidc5ala: okay, well thanks for all the help!07:41
Lintsemantics aside, how make firefox look normal?07:41
moktidc5ala: I'll look around some more07:41
urlin2uslithytove20061, https://help.ubuntu.com/community/UbuntuHashes07:41
slithytove20061nvm urlin2u, found it.07:41
slithytove20061lol =]07:41
Lintor is there some other browser with firefox kernel but without silly blurry ui?07:42
slithytove20061yup, it matches07:42
dc5alamokti, was the problem of not being able to change brightness the reason you tried other drivers?07:42
=== younishd_ is now known as younishd
urlin2uLint, disrespecting is not a semantics problem.07:42
moktidc5ala: yes07:43
dc5alamokti, so i suppose you are on a laptop, you can try other drivers, just make sure you have one at a time there, in your case earlier you had none07:44
moktidc5ala: okay07:44
moktidc5ala: and yes, I am on a laptop07:46
teagewhat is the command to delete my default desktop install. using 11.04.07:49
centHOGGurlin2u: so what happend with Lint07:49
teagebeen using xfce. I never used the gnome so would like to delete it. or unity or whatever it is.07:50
urlin2ucentHOGG, nothing other then I find the common use of that term as a pejorative quite offensive, especially on a family friendly channel. The social norm that holds that term to be used that way is discriminatory.07:52
dc5alateage, you could install xubuntu-desktop07:52
centHOGGk07:52
centHOGGi meant with firefox07:53
teagedc5ala, I did. used it ever since. just want to delet the ubuntu desktop install that I never use.07:53
Lintfirefox are blurry in UI and window itself07:53
urlin2ucentHOGG, blurry font I don't know the answer.07:53
moktidc5ala: isn't there usually an option for "more effects" or something when you go into System > Preferences > Appearance ?07:53
dkatzAnyone willing to help a noob troubleshoot a problem?07:54
centHOGGdep07:55
dkatzconditional.. I like it07:55
dkatzI *think* my usb wireless card is autosuspending even though it's not idle07:55
WsAgentafter installing docky maximizing windows just stop on top of docky is there any way to intelligently hide this docky down so that when we move the mouse only then it appears...07:56
dkatzI don't know how to troubleshoot my theory.. it's just a theory.  But wlan0 just "goes away"07:56
centHOGGdoes it do this on another os dkatz?07:56
dkatzcentaur5: great question..  Never thought to try.07:57
dkatzgah..  tab completion07:57
dkatzcentHOGG07:57
centHOGGnp :P07:57
centHOGGverify the hw first... then go on to the sw07:57
anthonyCan anybody tell me which version of wine to download for ubuntu 11.04 64-bit07:58
urlin2uWsAgent, click the docky icon far left of panel, and adjust07:58
theadminanthony: The latest as usual. All the instructions are on http://winehq.org07:58
dkatzcentHOGG: Hrmm..  strong suggestion.07:58
dc5alamokti, it used to be there, maybe is now only via compiz config settings manager07:58
centHOGGyeah 3 levels to trobleshooting hw-fw-sw07:58
WsAgenturlin2u: I tried that but change07:59
dkatzcH - well.  to add another layer of obfuscation, my ubuntu is running on a vmware image ;)07:59
dkatzhw-fw-vmw-sw?08:00
centHOGGidk bout that dkatz08:00
centHOGGwell you could try another os vm08:00
theadmindkatz: As for virtualizers, Ubuntu really works best with Virtualbox08:00
centHOGGi would08:00
dkatzcentHOGG:  Yeah.. I've got a WinXP image I can fire up.08:00
centHOGGk08:01
dkatzthx08:01
centHOGGnp08:01
WsAgenturlin2u : thanks it worked... my fault i didn't select the dock while i am doing the change08:01
urlin2uWsAgent, it is kinda tricky took me awhile to realize that if you do dome adjustment you have to reclick the panel08:02
dkatztheadmin: Just using VMWare because it's what I've already got.  Is virtualbox that much better?  IIRC ubuntu used to distribute prebuilt vmware images08:02
moktiI am going to head out, but I have one last question08:02
damianfrancishey guys there is a whole section on the ubuntu help site about installation on macs08:02
urlin2usome*08:02
centHOGG<vm08:02
centHOGGware08:02
damianfrancisdo you guys know if there is a channel specially for that discussion08:03
theadmindkatz: Well, you can use the standard Ubuntu ISO with Virtualbox. Plus, Virtualbox is free and opensource08:03
moktiI remember (in older versions of ubuntu) that there was an application with a logo that was a green monitor.08:03
WsAgenturlin2u : yeah relaly08:03
moktiThat application let you monitor the network, processes, etc.08:03
slithytove20061urlin2u: can adding persistence interfere with the process?08:03
Sakmanhi08:03
moktisimilar to the task manager in windows08:03
Sakmansombody rom greece?08:03
dkatzI'm all about FOSS, but I also have a box already paid for.  (torn)08:03
booAnyone know why distribution upgrades wouldn't show up in Update Manager? (Trying to upgrade from 8.04...)08:03
moktidoes anyone know what that was? I thougt it was installed by default08:03
oCeandamianfrancis: I don't think there is.08:04
damianfrancisthx oCean08:04
theadminmokti, gnome-system-monitor?08:04
oCeandamianfrancis: in #ubuntu-offtopic there's plenty of general discussion, including macs08:04
Sakman:)008:05
urlin2uslithytove20061, shouldn't unless it is bigger then the thumb, which should throw an error. I have never gotten the thumb loader suggested by ubuntu.com to work consistently, but I have with unetbootin.08:05
damianfrancisoCean: even though these issues are specific to installation it kinda sounds like this is the right place08:05
slithytove20061ive used the multi-boot loader from that same site quite well, never to install though08:06
Sakmanfrom greece someone?08:06
Sakman:)08:06
theadmin!greek08:06
ubottu#ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές  /  #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes08:06
theadminSakman: ^08:06
Sakmanyes08:06
oCeandamianfrancis: help is in this channel, unless it's about unsupported derivatives. General discussion/chat is in -offtopic channel08:06
Sakmanthea!!08:07
urlin2uboo, end of life on 8.04,08:07
boo?08:07
oCeanurlin2u: desktop yes, server still going08:07
centHOGGurlin2u: high five man08:08
Yoss10.04 is not bad at all08:08
Yossbut 10.10 is great08:08
urlin2uoCean, left out the caveat thanks, my bad.08:08
booI'm trying to sort out someone's laptop so I'm trying to upgrade it to a (much) newer version, but the option for upgrading to a newer version has vanished from Update Manager08:08
ulasunity sucks...08:09
theadminulas: You're not the only one who thinks that.08:09
urlin2ucentHOGG, I only have 4 fingers. :D08:09
theadmin!classic | ulas08:09
ubottuulas: The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic".08:09
ulasfor sure btw gnome 3 sucks too.08:09
ulasI found Xubuntu more useful than others..08:10
theadminulas: I know >.< I suggest switching to Xfce, indeed08:10
oCeanulas: did you just want to rant? or do you have a support question08:10
sourigunity is good to use..08:10
ulasi just wanted some chat nothing more :) no offense..08:10
ulasjust bored.08:10
theadminulas: Well, this is the support channel08:11
oCeanulas: this is the support channel, chat is in #ubuntu-offtopic08:11
ulasfair enough thanks :)08:11
theadminulas: I have to warn you though, people in #ubuntu-offtopic discuss weird stuff most of the time08:11
mephist0hi there08:11
ulas:)) thanks for warning08:11
urlin2utheadmin, it is a bit... well lets say special.08:12
oCeanlet's move on, ok?08:12
theadminYeah oCean is right08:12
mephist0installing ubuntu alternate for powerpc. Where to find the mirror by country? please. It only suggests united kingdom.08:12
centHOGGlol08:13
centHOGGsorry08:13
souriganyone knows how to make the unity dock more like the doc on Mac OS X.. like the icons move and jump when clicked/ app acticated?08:14
centHOGGheh08:15
mephist0will fuck the UK servers damn08:15
slithytove20061mephist0: you could use another? or bittorrent?08:15
urlin2usourig, they should be jumping check the setting click on the icon in the panel.08:16
mephist0slithytove20061 im installing. It asks for mirror for instalation08:16
urlin2umephist0, is it the minimal?08:16
mephist0an alternate for powerpc :)08:17
mephist0the fact is the cd never reaches the install.08:17
urlin2umephist0, never did an install with that disc08:17
urlin2umyself08:18
mephist0urlin2u thx anyway.08:18
oCean!language > mephist008:19
ubottumephist0, please see my private message08:19
mephist0oCean caring the language ;-)08:21
Blue1!pastbin08:22
Blue1!pastebin08:22
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.08:22
=== gover is now known as DkrTremos
DkrTremosmorning08:24
DkrTremoshave one problem08:24
DkrTremoscan help me?08:24
IdleOne!ask08:24
ubottuPlease 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. :-)08:24
mephist0can you ask? im asking08:24
DkrTremosok08:25
DkrTremostar xvfz psy*.gz08:25
DkrTremosthe vps reply me08:25
DkrTremosgzip : stdin invalid compresse data--crc error08:25
DkrTremostar : child returned status 108:26
mephist0man tar08:26
DkrTremostar : exiting with failure status due to previus errors08:26
DkrTremoswhy this error?08:26
slithytove20061urgh. tow when i run the installer (or boot live), it gets to a screen with thebackgound and a mouse and just sits there. i can use the mouse, but nothing else08:26
renzhi is it possible to mount more than one loop device at the same time?08:26
DkrTremosmm08:28
DkrTremosso what can I do?08:28
DkrTremosreistall ubuntu08:28
DkrTremosI have always the same error08:29
ejv[287841.880897] generic-usb 0003:051D:0002.0001: control queue full <-- I have this a million times in dmesg, why?08:32
ejvand by million I don't really mean a million...08:33
ThelmariaDkrTremos: It sounds like the file is corrupted (not passing the CRC check). That's not an ubuntu error.08:33
tricaricHi, do you guys know if there is such a thing as "dual suspend" ? i.e. suspend a dual-boot machine, and when resuming, decide which partition (suspended) to resume...08:34
DkrTremosno error ubuntu?08:34
ThelmariaDkrTremos: No. Error is in the psy*.gz file. Not in ubuntu.08:35
centHOGG#borat08:35
fabioHello, is there anyone who know, how i can setup ubuntu one sync on a headless ubuntu-server?08:36
=== mephist0 is now known as I\O_error
dc5alaDkrTremos, the paramater f should be followed by the filename, so use that as last parameter08:37
centHOGGssh & google i'm guessing08:38
Thelmariafabio: Check out u1sdtool.08:38
fabioThank u ;)08:39
=== I\O_error is now known as I\O_Error
spankyhi08:43
centHOGGo/08:44
archangelichi08:44
archangelicI tried out fedora again for the first time in a while. I've been spoiled by apt. Yum is such an awful package manager...08:44
=== spanky is now known as not
centHOGGfedora = the nanny state08:45
Anon1234Hi, I've got a problem. I've upgraded a freind's PC from maverick to natty and it seems to be unable to shutdown08:45
archangelicit couldn't update the gui update manager because of a dependency issue...08:45
fabiobikhi08:45
fabiobikwhat channel is for backtrack?08:46
IdleOne#backtrack-linux08:46
fabiobikthanks08:46
fabiobikhuh im banned08:47
fabiobik...08:47
theadmin!register | fabiobik08:47
ubottufabiobik: 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 #freenode08:47
IdleOnefabiobik: change your ident in your irc client08:47
theadminOh, he's regged08:47
theadminOdd08:47
archangelicban-evading sounds baaad08:47
IdleOnetheadmin: they ban root ident08:47
theadminIdleOne: Oh, I see.08:48
fabiobiktheadmin i need to know how to upgrade bt4 to bt508:48
IdleOnefabiobik: by asking in #backtrack-linux. You need to change your ident in your client settings to be able to join that channel08:49
fabiobikyeh08:49
fabiobikthanks anyway08:49
mabus44mpd daemon showing error "Failed to listen on ~/.mpd/socket (line 84): Failed to look up host "~/.mpd/socket": Name or service not known" Can anyone help me on this?08:49
=== zz_RobinJ is now known as RobinJ
theadminfabiobik: If you use irssi, you can change that with /set user_name fabiobik08:52
theadminfabiobik: In other clients it's usually done via a nonsensical GUI ;)08:52
fabiobiktheadmin im using xchat08:53
theadminfabiobik: Running xchat as root is a extremely weird idea08:53
archangelicanyone here know anything about kde4 (whether they like it or not) I do like unity, but I want to give kde a shot08:53
theadminarchangelic: KDE is great, just low-performance on old machines08:54
archangelicmy machine isn't very old08:54
archangelicit's ~4 years old08:54
theadminarchangelic: Well, I suggest at least 512mb of RAM for it to work08:54
archangelicyeah, I have that08:55
archangelic:D08:55
archangelicI have a gig in here08:55
theadminarchangelic: Should be fine, as for CPU I honestly don't even know08:55
archangelicI can handle unity 3d pretty well08:55
theadminarchangelic: I guess you should be fine08:56
archangelicI'm going to give it a shot, but I'm sticking with debian based systems from now on08:56
theadminarchangelic: Debian-based... Not really the best idea (imo) but better than RPM (again, imo)08:56
archangelicyeah, debian based at bare minimum, lol08:57
renzhiis it possible to have two loop back devices mounted at the same time?08:57
* I\O_Error has occurred08:59
theadminI\O_Error: You have the wrong slash :/09:00
RichTUKhey09:00
fabiobiktheadmin how you see im running at root?09:01
renzhiI have on loop device mounted, when I try to mount a second one, I get the erro:09:01
renzhiioctl: LOOP_SET_FD: Device or resource busy09:01
whoppergatorrenzhi: you can have up to the number supported by your kernel, usually 809:01
theadminfabiobik: I /whois you09:02
Guybrush_Thi09:02
Guybrush_Tcan somebody help me with a question i have concerning raid and fstab09:02
SwedeMike!ask | Guybrush_T09:03
ubottuGuybrush_T: 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. :-)09:03
Guybrush_Tok then09:03
whoppergatorrenzhi: check out the man for losetup, which controls auto assignment, or if that is not working you can explicitly set up the loop then mount with it09:03
Guybrush_Ti have 2 raids created during ubuntu installation : raid 1 with 2 hds with / on it and a raid5 mounted on /data09:04
Guybrush_Tnow the fstab looks like this09:04
Guybrush_Thttp://pastebin.com/42TezPAB09:04
Guybrush_Ti noticed that the raid5 apparantly was mounted with the uuid09:05
SwedeMike!enter Guybrush_T09:05
Guybrush_Tbut the other one not09:06
SwedeMike!enter | Guybrush_T09:06
ubottuGuybrush_T: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!09:06
Guybrush_Tah ok - im sorry09:06
Guybrush_Tim done though so : next time09:06
SwedeMikeGuybrush_T: you forgot to ask the question or describe what the problem was.09:07
=== RobinJ is now known as zz_RobinJ
renzhiwhoppergator: I try to create encrypted files container with a loop device, here are the steps:09:07
renzhidd if=/dev/zero of=/tmp/test1.raw bs=1k count=1024009:08
renzhimknod /dev/loop1 b 7 009:08
Guybrush_TIs the /dev/mapper/System-os / in fstab really my raid, or maybe just sda? Because the way my raids got mounted are so different and i dont understand why.09:08
renzhilosetup /dev/loop1 /tmp/test1.raw09:08
whoppergator!enter | renzhi09:09
ubotturenzhi: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!09:09
SwedeMikeGuybrush_T: what does your crypttab look like?09:09
zahhI need a linux guru here09:09
Guybrush_TSwedeMike: sorry never heard of that09:09
renzhisorry guys, not much of an irc user, I only use this when I'm running out of wit... ;)09:09
theadminzahh: Those who say that usually do not. You should just ask the question09:10
zahhif devpts, proc, sysfs are all virtual filesystems09:10
whoppergatorrenzhi: why are you using mknod? you should have plenty of free loop devices already09:10
zahhare they recreated upon reboot09:10
theadminzahh: Yeah09:10
zahhand does deleteing them do any real harm09:10
theadminzahh: No, not really. Just make sure their proper mountpoints still exist09:10
SwedeMikeGuybrush_T: oki, I thought the /dev/mapper ones was due to encryption.09:10
theadminzahh: i.e. /dev/, /proc/, /sys/ and such09:11
zahhk, thanks theadmin, the reason i ask is because ive created a chroot environment09:11
Guybrush_Tah no encryption  i only encrypt on my notebook09:11
zahhaand i need to mount those i believe09:11
zahhto make it a full system09:11
zahhas theyre all empty right now09:11
Guybrush_TSwedeMike: i just google crypttab - should i still post it?09:11
renzhiwhoppergator: can't you create your own instead of using those created by the system?09:11
theadminzahh: Well... You can bind them with your real system09:11
zahhif I do something crazy and accidently wipe them09:11
zahhwell it do any unrecoverable damage09:11
zahhor will a reboot fix the prob09:11
xuser1hi09:11
SwedeMikeGuybrush_T: if you don't use encryption then there is no need. I'm trying to think of an easy to way to figure out what kind of device /dev/mapper/System-os is, but I'm drawing a blank.09:12
whoppergatorrenzhi: sure, by why bother? i mean, you shouldn't have a problem either way, but it is usually easier just to use the mount option loop, which automatically picks the next free loop device09:12
Guybrush_TBasically what i want to find out is if bhing the /dev/mapper/system-os09:12
renzhiwhoppergator: on one of the system, no loop device is created09:12
xuser1can i modify dependencyes in a deb package ???09:12
Guybrush_TSwedeMike: Right - this is exactly what i wanted to ask - how to check WHAT system-os is09:12
theadminzahh: mount --rbind /dev /your-chroot/dev ; mount -t proc none /your-chroot/proc09:12
whoppergatorrenzhi: if there is no loop device at all, that means the kernel either doesn't have support compiled in, or the loop.ko module hasn't been loaded09:13
zahhah k thanks09:13
whoppergatorrenzhi: are you doing this on an ubuntu system?09:13
renzhiwhoppergator: on that system, I create mknod and mount it manually09:13
xuser1can i modify dependencyes list in i deb package?09:14
renzhiwhoppergator: on ubuntu and on cyanogenmod (android)09:14
voxcroixmy movie player cant .flv... help09:14
zahhtheadmin: is it possible for me to damage the host's devpts proc and sys in an unrecoverable way09:14
theadminzahh: Doubt that.09:14
zahhcoo.09:14
theadminWell, I gotta go09:14
zahhIm doing this on a phone I bought two days ago09:15
renzhiwhoppergator: on android, loop is compiled in, not as a module09:15
zahhdamn thing costs $60009:15
oCeanzahh: a phone with ubuntu?09:15
zahhandroid09:15
Guybrush_TSwedeMike: i just used dmsetup described here : http://askubuntu.com/questions/22548/how-do-i-know-what-physical-drives-partitions-are-behind-my-dev-mapper-isw-dghbb09:15
oCeanzahh: so thats very offtopic for this channel09:15
=== fabio is now known as hyneckf
whoppergatorrenzhi: yes you are correct. next time please let us know what you are doing this on. i have run into this problem before. the solution is to make sure you are using the busybox versions of losetup and mount, not the system versions09:15
zahhuh not really09:15
Guybrush_Tnow i have an UUID09:15
zahhubuntu is based on debian09:16
zahhim install debian on it09:16
oCeanzahh: really, really offtopic09:16
oCeanzahh: this channel is only ubuntu09:16
zahhgod hates ubuntu09:16
renzhiwhoppergator: on android, I'm using busybox to do everything09:16
oCeanzahh: stay nice09:16
renzhiwhoppergator: on ubuntu, I used the system version, but in both cases, I got the same error09:17
whoppergatorrenzhi: so are you explicitly calling busybox mount and busybox lo? because the standard busybox install will not take priority over the system ones09:17
renzhiwhoppergator: yes09:17
whoppergatorrenzhi: interesting. i have done exactly what you are trying to do many times on my droid2, and haven't had any issues. are you doing this inside a chrooted ubuntu environment?09:18
renzhiwhoppergator: I grabbed the standard busybox, and run the command with absolute path09:18
renzhiwhoppergator: yes09:18
whoppergatorrenzhi: it might be an issue with your chroot process then, esp if you aren't passing in the right dev nodes before you do it09:19
k_89Hi, I recently upgraded to ubunu 11.04 from 10.10. While upgrading,  I allowed the update manager to reset some apache2 configuration files. As a result, I cannot open phpmyadmin in my browser, it shows Not found, can someone help me out ??09:19
renzhiwhoppergator: could you be more explicit?09:20
zahhcrap09:20
zahhthat clever theadmin dudes gone09:21
zahhDoes /dev/pts, /proc, /sysfs have to be writable?09:21
oCeanzahh: it doesn't matter, your question is offtopic. Please take it to a more appropriate channel09:22
whoppergatorrenzhi: you should be calling something like: mount --rbind /dev /mnt/ubuntu/dev to make sure that the chrooted environment can actually reach back out to the real device nodes09:22
=== mohan is now known as Guest37107
oCeanrenzhi: for you to, there's no support for android environment here09:23
oCean*too09:23
renzhiwhoppergator: on ubuntu, I run everything as root, and i can only mount one device too09:23
whoppergatorrenzhi: on another side, note, some android systems use all of the std loop devices, so you might be required to create a new one like you are already doing09:23
yaccAny idea how to get a "safe" flash plugin for 10.04LTS 64bit?09:23
oCeanwhoppergator: let's drop the android discussion please09:23
zahhrenzhi and whoppergator I think you two are attempting to do what im doing as well09:23
zahhare you running ubuntu chrooted in an android phone?09:24
oCeanzahh, renzhi and I told you to take it elsewhere, last warning09:24
renzhioCean: this is ubuntu-related, as I got the error on ubuntu09:24
yaccmozilla disables it, and if I enable it, it tends to lead to hung plugin helpers with a message in the kernel log about an illegal memory access.09:24
oCeanrenzhi: that part, fair enough. But stop asking for support with the android part09:24
renzhioCean: I first ask the question on ubuntu system09:24
renzhioCean: I'm not, I'm trying to get answer for ubuntu, that's all. I can't mount more than one loop device on ubuntu, that's the initial issue09:25
whoppergatorrenzhi: zahh: either of you are welcome to continue this discussion with me privately, otherwise i will defer to oCean and stick to the ubuntu loop question09:26
oCeanthanks09:26
zahhthanks whoppergator09:26
k_89nvm, got it working09:27
renzhithanks, I'll try the different command options to see if there's something I'm missing09:27
=== gregoire is now known as ruby_bot_0
ruby_bot_0 09:31
repozitor1how to get a username from IRC channel?09:31
airtonixstart typing, press tab09:31
airtonix!tab09:31
ubottuYou can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.09:31
yaccOk, anyone got an idea about flash on a 64bit 10.04LTS?09:33
=== n is now known as Guest71983
yaccSigh, so one is ontopic and nobody bothers to even answer ;)09:37
linuxuz3ryacc, you can download 64bit flashplayer on adobe09:38
Fudge  < jamiewan> humans are a virus09:38
Fudgelol09:39
oCeanFudge: wrong channel09:39
FudgeoCean  yeah prob09:39
elkyis gwibber's identi.ca authorisation stuff broken? I'm trying to re-add an account09:40
yacclinuxuz3r, right and the "current" version from Adobe is disabled by FF6 for being unsafe :)09:42
=== mike is now known as Guest49647
yacclinuxuz3r, worse, when enabled, I get messages like Aug 27 09:25:48 andidesk kernel: [48961.542093] plugin-containe[16991] general p09:42
yaccrotection ip:7f53ad0601a1 sp:7fffd5c43890 error:0 in ld-2.11.1.so[7f53ad054000+209:42
yacc0000] from dmesg09:42
linuxuz3roh i dont know anything about ff6 and flash09:43
yacclinuxuz3r, and all kinds of sites (guess it's related how shady ad networks start to use flash cookies?) block FF6 for a couple of seconds (block == no window refresh whatsoever)09:44
elkyyacc, just fyi, use pastebin.com next time. there's flood protection bots in here that'll cut you off if you paste too many lines09:44
whoppergatoryacc: so is this issue with 64 bit firefox and 64 bit flash?09:45
linuxuz3ryacc, you using ff609:45
yaccelky, I pasted 1(!!!) line inside a message.09:45
raj-darkmysteryguys need help.. dual boot not showing os selection menu09:46
raj-darkmysteryand I am stuck09:46
Fudgemm hold shift down or somethign for grub-pc isnt it?09:46
Fudgeor alt09:46
yaccBuild identifier: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.009:46
elkyyacc, it came out as 3 lines though09:46
raj-darkmysteryFudge, but how to show the OS selection menu default09:47
linuxuz3rraj-darkmystery, what grub version do you use?09:47
elkyyacc, your irc client probably split it up09:47
glebihanyacc, did you try using the "Flash-Aid" plugin for Firefox ?09:47
raj-darkmysterygrub2 i guess cause i dont have menu.lst09:47
linuxuz3rdont use flashaid for firefox it wont work09:47
=== charles_ is now known as charles
yaccii  firefox                                                     6.0+build1+nobinonly-0ubuntu0.10.04.1~mfs1             Safe and easy web browser from Mozilla09:47
linuxuz3ryacc is that ppa?09:48
=== repozitor1 is now known as nova
raj-darkmysteryany help linuxuz3r09:48
linuxuz3rso you are using grub209:49
linuxuz3rok09:49
raj-darkmysteryyes linuxuz3r09:49
linuxuz3ryou need to update your grub09:49
rodhashHello guys.. Is there any way to customize the lock dialog in xfce?09:49
yacclinuxuz3r, apt policy seems to suggest it comes from  *** 6.0+build1+nobinonly-0ubuntu0.10.04.1~mfs1 0        500 http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/ lucid/main Packages09:49
alkisgOn my Lucid box, flash player in youtube doesn't redraw itself unless I move something else on my screen (move another window, hover over a link in firefox). This started recently, so I'm guessing it broke either with a flashplayer upgrade, or some newer code in the youtube player. Anyone seen that problem?09:49
linuxuz3rraj-darkmystery,  is the hdd of the other os connected09:49
=== ubuntu__ is now known as nova_hg
raj-darkmysterylinuxuz3r, both oss on same hdd09:50
linuxuz3rraj-darkmystery, what os is it09:50
linuxuz3ryacc, i dont use ff6 so i cant help09:50
raj-darkmysterymint with vista09:50
glebihanraj-darkmystery, edit /etc/default/grub, comment the GRUB_HIDDEN_TIMEOUT line and set the GRUB_TIMEOUT value to what you want then run "sudo upgdate-grub"09:50
linuxuz3ri dont wanna install ppa stuff09:50
linuxuz3rupdate-grub2 actually09:51
raj-darkmysteryglebihan, already did that09:51
glebihanlinuxuz3r, update-grub=upgrade-grub2 when you have grub2 installed09:51
linuxuz3rraj-darkmystery, it should autodetect your os09:51
linuxuz3rwhat os is it btw09:52
imanchow can I search the apt-get repos for an item i want to install? This is on ubuntu server via ssh09:52
glebihanimanc, apt-cache search name09:52
linuxuz3rapt-cache search name09:52
imancthanks, i actually knew that facepalm09:52
raj-darkmysterylinuxuz3r, i tried update-grub but its not displaying os selection menu at boot09:52
rodhashHello guys.. Is there any way to customize the lock dialog in xfce?09:53
glebihanraj-darkmystery, could you pastebin you /etc/default/grub file ?09:53
=== maku is now known as maku`
linuxuz3ractually its much better if it is /boot/grub/grub.cfg09:54
linuxuz3rpaste that09:54
glebihanlinuxuz3r, no09:54
linuxuz3roh why09:54
linuxuz3rhe did update grub right09:54
glebihanlinuxuz3r, because that file is going to be overwritten every time you install a new kernel and run update-grub09:54
linuxuz3rand it gets generated to /boot/grub/grub.cfg09:54
glebihanlinuxuz3r, that's right so the file to modify is /etc/default/grub09:55
raj-darkmysteryglebihan, 'm nt sure about pastebin thing but here is the output (it is of 5-6 lines only)09:55
glebihan!paste | raj-darkmystery09:55
ubotturaj-darkmystery: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.09:55
raj-darkmysteryglebihan, http://paste.ubuntu.com/675844/09:57
yaccback, nothing as cool as a dead X11 server :)09:57
glebihanraj-darkmystery, wow that's weird, it's the exact same as mine...09:59
glebihanraj-darkmystery, and you did run update-grub right ?09:59
Fudgewith sudo10:01
raj-darkmysteryglebihan, yes glebihan .. but it then generates menu.lst and here is the output.. http://paste.ubuntu.com/675845/ no signs of windows10:01
=== mike_ is now known as Guest81164
glebihanraj-darkmystery, update-grub does not generate menu.lst but /boot/grub/grub.cfg (well with grub2 that is)10:02
linuxuz3rhe might have installed grub and grub210:02
linuxuz3ri got that problem before10:02
glebihanlinuxuz3r, you might be right10:03
glebihanraj-darkmystery, try runnning "sudo update-grub2"10:03
raj-darkmysteryglebihan, no windows entry in grub.cfg as well.. what does it means?10:03
linuxuz3rraj-darkmystery, try completely uninstalling grub2 reinstalling grub then uninstall grub then reinstall grub210:04
Fudgeur kidding arent you?10:04
raj-darkmysteryglebihan, its showing that grub2 can be installed from the package list.. it means i am using grub only right :-/10:04
linuxuz3rwell thats how i remember to fix it10:04
glebihanraj-darkmystery, oh you do have grub and grub2 installed and you have an entry in your menu.lst to chainload into grub210:04
raj-darkmysterylinuxuz3r, sorry for the wrong info but i am using grub and not grub210:05
linuxuz3roh for grub10:05
linuxuz3rok10:05
raj-darkmysteryglebihan, yes there is an entry of chainload into grub 210:05
glebihanraj-darkmystery, wow grub2 is not installed, how did you get to have that chainload entry then ?10:06
linuxuz3rraj-darkmystery, you need windows entry on grub10:06
alkisgOn my Lucid box, flash player in youtube doesn't redraw itself unless I move something else on my screen (move another window, hover over a link in firefox etc). This started recently, so I'm guessing it broke either with a flashplayer upgrade, or some newer code in the youtube player. Anyone seen that problem?10:06
glebihanraj-darkmystery, yes I noticed that but you shouldn't have that unless you installed grub210:06
linuxuz3ralkisg, what distro and what firefox version and is it 64bit10:07
linuxuz3rdistro == ubuntu version10:07
raj-darkmysteryglebihan, should i install it? :-o if no harm10:07
alkisglinuxuz3r: i386, stock lucid packages versions10:07
alkisgNo ppas or anything10:07
ravencannot connect to ssh server any more. username and password right. testuser also does not work. any ideas?10:07
glebihanraj-darkmystery, before trying to put windows into the OS list, you should cleanup things and properly install grub210:07
linuxuz3ralksig got that problem before what i did is i downloaded the beta flashplayer on adobes website10:08
linuxuz3rthe installation is pretty simple10:08
raj-darkmysteryglebihan, please suggest what to do.. coz 'm nt much comfortable with grub thing10:08
glebihanraj-darkmystery, follow that guide : https://help.ubuntu.com/community/Grub2#Upgrading%20to%20GRUB%202%20From%20GRUB10:08
linuxuz3ralkisg, just remember to chmod +x libflashplayer.so10:08
alkisglinuxuz3r: when you say before, about when do you mean? 1 month ago? Because I only recently got the problem, probably due to an update10:09
urlin2uraj-darkmystery, what version of u utu are you using?10:09
urlin2uubuntu10:09
linuxuz3ryeah updates sometimes borks your system10:10
alkisglinuxuz3r: if it's broken, I need to report it.. that's why I'm asking if anyone else has had this problem recently, as in, the last week or so10:10
alkisgDid you?10:10
linuxuz3rnope10:10
alkisgOK, thanks10:10
linuxuz3rshould i?10:10
linuxuz3rmaybe i should report problems too10:11
linuxuz3rok10:11
alkisgOf course, that's what bug trackers are for10:11
gaelfxwould I be able to play a game like Planeshift in Ubuntu using the default ATI drivers for a Radeon HD card, or would I need to install the fglrx driver?10:11
uabn93what did the update break for you?10:11
alkisguabn93: if you're talking to me, I mean this:10:12
alkisg(01:06:19 μμ) alkisg: On my Lucid box, flash player in youtube doesn't redraw itself unless I move something else on my screen (move another window, hover over a link in firefox etc). This started recently, so I'm guessing it broke either with a flashplayer upgrade, or some newer code in the youtube player. Anyone seen that problem?10:12
alkisgSound plays, image is "paused"10:12
linuxuz3rgaelfx, is that opengl game?10:12
alkisgAnd when I move the mouse, it moves10:12
alkisg*it plays10:12
gaelfxlinuxuz3r: I don't think so10:13
happygoluckyare games in wine slower than they are in windows?10:13
glebihanalkisg, does the problem occur only on youtube ?10:13
raj-darkmysteryurlin2u, what is utu?10:13
linuxuz3rgaelfx, did you try it?10:13
glebihanhappygolucky, yes and many won't work at all in wine10:13
raj-darkmysteryglebihan, have install grub2 .. rebooting now.. will update you with the status10:13
glebihanraj-darkmystery, ok10:13
urlin2uubuntu look two line below for the correct raj-darkmystery10:14
gaelfxlinuxuz3r: no, I'm shopping for a new comp and wondering if one with an ATI card is serviceable for me10:14
alkisgglebihan: yes, it only happens on youtube, but I'm not 100% that it's a youtube problem or if youtube is using some flash feature that other websites don't10:14
raj-darkmysterysorry urlin2u was making some changes in system so ddnt observed. Its mint machine10:14
alkisgglebihan: it also happens on other browsers than firefox, like e.g. google-chrome10:14
glebihanalkisg, then it's not likely that the problem comes from an update on your system, but rather from something that changed on youtube10:15
gaelfxlinuxuz3r: or I guess a better question would be whether or not Blender functions well with ATI cards in Ubuntu10:15
ravencannot connect to ssh server any more. username and password right. testuser also does not work. any ideas?10:15
alkisgglebihan: I wonder why other don't have the same problem though10:15
urlin2uraj-darkmystery, your tryng to fix a mint setup?10:15
linuxuz3rgaelfx, im looking at the games website and its pretty much 1 video card10:15
icerootraven: ssh user@host -vvv10:15
glebihanalkisg, I'd recommend trying to update your flash version10:15
linuxuz3rgaelfx, i dont know i got nvidia card10:15
alkisgglebihan: manually? ok, I'll try...10:16
icerootraven: also see /var/log/auth.log on the remote-machine when possibile10:16
alkisgThanks10:16
linuxuz3ri hope amd updated their gfx support for linux10:16
gaelfxlinuxuz3r: yeah, AMD laptops are much cheaper than Intel10:17
glebihanalkisg, well you're on lucid, many here are on more recent versions and may not encounter the same issues (but that's just a guess)10:17
thogarquick question, after creating a persistence usb drive with 11.04, i get no display for 5 minutes, then finally i get screen but its not responsive, what is the problem? i did a debian usb install just fine10:17
urlin2uraj-darkmystery, are you booted in and on the desktop?10:17
gaelfxthogar: have you tried doing an actual install on the USB rather than a persistent live image?10:18
linuxuz3rgaelfx, yeah10:18
saifHello everyone :) , anyone can help me to install wireless driver on my sony vaio ?10:18
raveniceroot, sshd[4251]: Failed password for invalid user USR from 192.168.2.2 port 54555 ssh210:18
thogaryes it worked fine on hard drive, but i cant do it that way10:18
gregoireHi !10:18
uabn93alkisg: everything is working for me10:18
linuxuz3rgaelfx, thats why intel has lots of commercial these days10:18
thogarits too much clutter with a huge drive10:18
alkisgThank you uabn93, most appreciated10:18
icerootraven: USR is the username?10:19
raj-darkmysteryglebihan, urlin2u, yes have booted but there was no windows option.. i at least can see os selection menu now :) but how i can see windows as an option as well10:19
mikeyfbianyone here using google services right now?  as in this very moment?  (specifically google docs?)  everytime i change a cell is EXTREMELY slow ... just want to see if I'm the only one10:19
linuxuz3rgaelfx, what system are you planning on buying?10:19
icerootmikeyfbi: #google10:19
raveniceroot, yes its the correct name i only changed that to USR10:19
icerootraven: what?10:19
gaelfxlinuxuz3r: Asus Eee PC 1215B10:19
mikeyfbiiceroot, thx10:19
linuxuz3rraj-darkmystery, you need to put the boot code for windows10:19
icerootraven: USR? and not usr?10:19
icerootraven: capital-letters?10:20
raveniceroot, i only anonymized that10:20
raj-darkmysterylinuxuz3r, can you please guide me in that?10:20
syslq_How do you like unity?10:20
saifanyone can help me install wireless driver ?10:20
ikoniasyslq_: what does it matter ?10:20
icerootraven: how you created that user? because ssh says its an invalid user10:20
marsupiosyslq, never test but gome 3 is fine10:20
gaelfxthogar: well, that's probably the problem then, Is this a USB flash drive or an external USB hard disk?10:20
thogarflash drive10:21
syslq_marsupio: :) yeah it is10:21
raveniceroot, on installation i also checked that this user belongs to the ssh group but no change10:21
syslq_ikonia: well I'm on kde and I'm considering changing10:21
raveniceroot, but this high portnumber is strange isnt it?10:21
ikoniasyslq_: try it, see if you like it, what others like may not be what you like10:21
linuxuz3rgaelfx, im looking for an a series laptop10:21
syslq_ikonia: true :)10:21
gaelfxthogar: did you try actually installing Ubuntu to the flash drive? I mean, not making it a LiveUSB, but doing a full install onto the flash drive?10:21
icerootraven: ssh group?10:22
icerootraven: no the port is ok10:22
raveniceroot, yes10:22
uabn93and xubuntu isnt half as bad10:22
thogarhmm how would you do that?10:22
icerootraven: what is a ssh-group? you added the user into the group ssh?10:22
uabn93as i though10:22
uabn93thought*10:22
glebihanraj-darkmystery, did you follow the upgrade guide to the end and get rid of grub1 ?10:23
gaelfxthogar: well, if you have two USB drives, put the LiveUSB on one and install from that one to the other one. It's what I did for my computer10:23
raveniceroot, yes to verify that. but such a high portnumber is used by trojany right?10:23
icerootraven: every user can use ssh if the user has a login-shell in /etc/passwd10:23
linuxuz3rraj-darkmystery, can you do: sudo fdisk /dev/hdx where x is your hard drive letter where windows is installed10:23
thogari guess i could try that10:23
linuxuz3rraj-darkmystery, then hit p10:23
icerootraven: no its not used by trojan10:23
linuxuz3rok10:23
linuxuz3rraj-darkmystery, you got grub2 now?10:23
gaelfxthogar: it tends to speed things up quite a bit, compared to the LiveUSB version10:24
linuxuz3rraj-darkmystery, dont do the first one that i say10:24
icerootraven: can you paste the ouput of "id username" from the remote-machine?10:24
linuxuz3rsaid10:24
gaelfxlinuxuz3r: I just want one with a screen big enough to do some graphics work and a decent enough graphics card to handle rendering scenes10:25
gregoireUbuntu is cool10:25
LafiirHi, I run 11.04 on an older Asus notebook. Changing display brightness via Fn+F5/F6 keys works, but I'd like to have a visual indicator for it (like when changing the volume). How would I get that?10:26
linuxuz3rgaelfx, ok but if you are going to spend on a video card you might aswell spend around 150bucks10:26
LafiirAlso changing brightness this way is not permanent and often resets after some random time. How can I fix that?10:26
linuxuz3rgaelfx, go to newegg they have nice selection of radeon cards10:26
raveniceroot, possible that problem is related to my try to add this machine fix to a favourite connection via "connect to server" in "places"?10:26
thogarwont installing ubuntu onto a usb drive wear it out faster though?10:26
syslq_ikonia: seems like ubuntu is trying to mimic osx10:26
LafiirI don't need a pinpoint solution, pointing me in the right direction would suffice.10:26
linuxuz3rgaelfx, choose the amd brand10:26
icerootraven: no10:26
icerootraven: can you use "ssh user@localhost" on the remote-machine?10:27
chocobananaHi everyone!!!10:27
raveniceroot, because the logfile says that the other machine tries to connect to the folder all the time10:27
ikoniaraven: you've had this problem for almost 12 hours now10:27
raveniceroot, to other machines from that machine it works10:28
ravenikonia, longer10:28
ikoniaraven: it seems you are repeating the trouble shooting from 12 hours ago10:28
gaelfxlinuxuz3r: yeah, that's where I'm at now, but the Chinese version is really weird10:28
icerootraven: as i said, first remove the wrong groups10:28
icerootraven: also, can you paste the output of "sudo grep username /etc/passwd"10:29
raveniceroot, but the default user has to be able to use sudo!?10:29
icerootraven: but that is done by the admin-group10:29
ikoniaiceroot: apologies for interupting, but this has gone on for about 12 hours that I've seen, why not just add a user correctly and delete this user ?10:29
icerootraven: but the wrong group i mean is the ssh group, no user has to be part of that group to use ssh10:29
linuxuz3rgaelfx,  Asus Eee PC 1215B10:29
linuxuz3rwhoops10:29
gregoireDis moi quelque chose10:30
linuxuz3rgaelfx, http://www.frys.com/product/6546943?site=sr:SEARCH:MAIN_RSLT_PG or http://www.frys.com/product/6639964?site=sr:SEARCH:MAIN_RSLT_PG10:30
chocobananaI have a desktop running Ubuntu 10.04 using a wired Internet connection. The connection has been working flawlessly for > 1year but it can no longer connect for a reason I'm unable to determine. I already tried assigning a static IP to no avail. Help?10:30
ikoniachocobanana: go back to dhcp10:30
ikoniachocobanana: debug from there10:31
icerootikonia: its always good to know the reason of issues10:31
raveniceroot, ok just a moment10:31
chocobananaikonia: ok, which debug step do you suggest? :)10:31
ikoniachocobanana: changing back to dhcp for starters10:31
=== root is now known as Guest42789
=== ubuntu_ is now known as hosein_z3
raj-darkmysteryglebihan, no actually after restart i selected normal coz there was no entry with chainload thing10:32
thogargaelfx: how much space would i need on the usb drive though?10:32
gaelfxlinuxuz3r: I live in China, so I need to buy from a place that can ship here10:32
chocobananaikonia: will try, brb10:32
gregoireDis moi quelque chose10:32
rubybottestingHi10:32
Guest42789hi10:32
gaelfxthogar: I believe a 4GB is big enough to install, but it's better to have an 8GB10:32
raj-darkmysterylinuxuz3r, any suggestions please10:32
oCeangregoire: did you bring a bot?10:32
linuxuz3rraj-darkmystery, what grub is installed now10:32
icerootgaelfx: normal ubuntu needs 4.4 gb10:32
gregoireyes10:32
oCeangregoire: please remove it now10:33
gregoirejust testing it10:33
gregoireok10:33
gregoiresry10:33
oCeangregoire: thanks10:33
raveniceroot, ok i removed the groups from my user10:33
raj-darkmysterylet me confirm from my side first linuxuz3r10:33
bitwiseo hai10:33
=== marco is now known as Guest70066
gaelfxiceroot: ok10:34
bitwiseI'm having a problem with Update Manager that I was wondering if someone could give me any tips for10:34
bitwiseAny takers?10:34
ikoniabitwise: you need to explain the problem10:34
bitwiseOkay10:34
ikoniabitwise: that's like saying I'm having problem with my car, any takers"10:34
bitwiseWhenever Update Manager runs, it says that the package list hasn't been updated since I first installed10:35
icerootikonia: a car is not so complex as software :)10:35
bitwiseWhen I click the Check button, it gives me an error: "Failed to download repository information"10:35
bitwiseW:Failed to fetch gzip:/var/lib/apt/lists/partial/ca.archive.ubuntu.com_ubuntu_dists_natty_universe_source_Sources  Hash Sum mismatch10:35
bitwise, E:Some index files failed to download. They have been ignored, or old ones used instead.10:35
icerootbitwise: can you paste the output of "sudo apt-get update"10:35
ikoniabitwise: open a terminal and do "sudo apt-get update" and see what repos are failing to download10:36
iceroot!paste | bitwise10:36
ubottubitwise: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.10:36
gaelfxiceroot: tell that to the folks at Tesla Motors10:36
raj-darkmysterylinuxuz3r, i just did upgrade-from-grub-legacy should i restart now and check if windows is there in list or if there is any way so that i can check and confirm without reboot10:36
chocobanana2ikonia: back to DHCP, issue persists (if you already replied, please copy-paste answer)10:36
urlin2ulinuxuz3r, it doesn't matter which grub is there, if they are on their desktop. All you have to do is purge grub grub-pc grub-common, and then reinstall grub-pc grub-common.10:37
jiohdiraj-darkmystery, grub or grub210:37
Grey_LokiHi, what do you guys think is the best (i.e, most finger-suitable) window manager to sit over a basic install of Ubuntu?10:37
ikoniachocobanana2: has your machine got an IP address from dhcp ?10:37
ikoniaGrey_Loki: try some, see which one you like, it's all personal taste10:37
raveniceroot, ?10:37
chocobanana2ikonia: won't connect at all, can't even ping10:37
raj-darkmysteryjiohdi, upgraded to grub2 from grub chainload thing.. don't hv indepth knowledge of grub thing10:37
bitwisehttp://paste.ubuntu.com/675858/10:37
ikoniachocobanana2: that's not what I asked, please answer the question I asked, "does your machine get an IP address from dhcp"10:38
bitwiseThat's what I get from sudo apt-get update10:38
chocobanana2ikonia: tried plugging in another computer and it works… :S10:38
linuxuz3rraj-darkmystery, check your menu.lst10:38
chocobanana2ikonia: no ip address received10:38
jiohdiraj-darkmystery, you can view /boot/grub/grub.cfg to see if the changes are there10:38
jiohdigrub2 does not use menu.lst10:38
ikoniachocobanana2: ok, please do "sudo ifconfig -a" how many devices do you see ?10:38
linuxuz3rurlin2u, i dont know how package conflicts are resolve in ubuntu i used to have both grub and grub2 installed and it screwed my system10:38
Grey_Lokiikonia: I know - I thought someone with some experience of Ubuntu with a touchscreen might have better taste than I do :P10:39
chocobanana2ikonia: eth0 + lo10:39
urlin2ulinuxuz3r, happens, best approach is to purge both and install grub210:39
ikoniachocobanana2: run "sudo dhclient eth0"10:39
linuxuz3rurlin2u, can you help raj-darkmystery i got to sleep10:39
urlin2ulinuxuz3r, I have tried.10:40
chocobanana2ikonia: ok. That keeps on sending a request but it does not seem to be using the right netmask10:40
urlin2uraj-darkmystery, are you on the desktop?10:40
segunda_horaHello, how do I check if an ssh server is running on ubuntu?10:40
ikoniachocobanana2: that's called a broadcast, don't worry about that10:40
ikoniasegunda_hora: ssh to the server, if it responds, it is10:40
raj-darkmysterylinuxuz3r, no entries of windows in menu.lst and anyways when i did upgrade it was showing that i can remove menu* now.. jiohdi there is entry of windows vista in grub.cfg but its not coming on boot selection os10:40
squaregoldfishsegunda_hora: pgrep sshd10:41
raj-darkmysterythe linuxuz3r thanks for help .. good night :)10:41
chocobanana2ikonia: it exited with "No DHCPOFFERS received."10:41
jiohdiraj-darkmystery, not sure what you mean not coming on boot selection os?10:41
raj-darkmysteryyes urlin2u 'm on the laptop10:41
bitwiseWow, busy in here10:41
segunda_horasquaregoldfish: it returned a three digit number.10:41
chocobanana2ikonia: and "No working leases in persistent database - sleeping."10:41
raj-darkmysteryjiohdi, in os selection menu at startup there is no windows option coming up10:42
squaregoldfishsegunda_hora: OK, so that's the process ID of the running ssh server. Which means you have one!10:42
bitwiseI don't mind waiting patiently, I just hope no one's forgotten my question10:42
segunda_horaOk, now: I cannot connect through Putty. I was able to connect a "few boots of the server"-ago. What could be the problem? I have tried local address and internet address10:42
jiohdiraj-darkmystery, there is the problem... you can add one using /etc/grub.d/40_custom ... make changes there and then update-grub10:42
icerootraven: outout of the grep command still missing10:42
ikoniachocobanana2: ok, so there is the issue, the dhcp sever is not giving an IP - so either a.) there is a problem with the dhcpd server b.) there is a problem with your cable10:43
urlin2uraj-darkmystery, run this command and pastebin the results lsb_release -a   here is the pastebin address http://paste.ubuntu.com/10:43
jiohdiraj-darkmystery, you should be able to do update-grub and have it find windows by itself10:43
squaregoldfishsegunda_hora: Are you getting errors, no response, or what?10:43
ikoniachocobanana2: based on that error, there appears to be a problem with the range on the dhcp server10:43
segunda_horasquaregoldfish: putty hangs for a while when I try the internet address and network connection refused on local address10:44
raj-darkmysteryjiohdi, can you please describe me how i can add the things? as I already described 'm not much comfortable with grub thing10:44
urlin2ujiohdi, he has both legacy and grub together in the middle of a grub version update10:44
urlin2ugrub210:44
raj-darkmysterysure urlin2u 'm rebooting the machine once as soon as it comes up 'll paste the output :)10:44
urlin2uraj-darkmystery, cool10:44
jiohdiurlin2u, I have no idea what that means other than its broke and needs to be fixed10:44
segunda_hora*connection time out10:45
urlin2ujiohdi, right and I'm able to do that without guessing.;-)10:45
chocobanana2ikonia: cable should be no problem since it works with other computers. As for the DHCP range… it worked before and the machine is remembered… I'm gonna try forgetting in the router configuration page to see what happens.10:46
squaregoldfishsegunda_hora: Try restarting the server.10:46
raj-darkmysteryurlin2u, here is lsb_release http://paste.ubuntu.com/675860/10:46
ikoniachocobanana2: that would be the most reasonable action10:46
segunda_horasquaregoldfish: physically, or by a command?10:46
bitwiseikonia: This is what I get when I enter sudo apt-get update:  http://paste.ubuntu.com/675858/10:47
squaregoldfishsegunda_hora: I meant the SSH server. sudo /etc/init.d/ssh restart10:47
urlin2uraj-darkmystery, cool so in the terminal run this command copy and paste it. sudo apt-get purge grub grub-pc grub-common10:47
iceroot!upstart | squaregoldfish10:47
ubottusquaregoldfish: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/10:47
urlin2uraj-darkmystery, and leave the terminal open.10:48
raj-darkmysteryis that urlin2u ? purge is somewhat risky i guess :-/10:48
icerootsquaregoldfish: sudo service ssh restart10:48
raj-darkmysteryok sure 'm doing urlin2u10:48
urlin2uraj-darkmystery, no, we are going to reinstall grub2 next10:48
ikoniabitwise: remove /http://paste.ubuntu.com/675858/10:48
ikoniabitwise: oops, sorry10:48
ikoniabitwise: remove http://paste.ubuntu.com/675858/10:48
ikoniadamn it10:49
bitwiselol10:49
raj-darkmysteryok urlin2u did that10:49
ikoniabitwise: delete var/lib/apt/lists/partial/ca.archive.ubuntu.com_ubuntu_dists_natty_universe_source_Sources  and try again10:49
gaelfxraj-darkmystery: purge just uninstalls AND removes the config files so you can start anew10:49
raj-darkmysterythanks gaelfx10:49
raj-darkmysteryurlin2u, next?10:49
gaelfxno prob10:49
urlin2uraj-darkmystery, now run sudo apt-get install grub-pc grub-common   when asked where you want grub choose sda and use the space key to click it10:50
raj-darkmysteryurlin2u, it is asking if i also want to remove grub2?10:50
segunda_horaikonia: returns ssh start/running, process ####10:50
urlin2uraj-darkmystery, yes10:50
ikoniasegunda_hora what ?10:50
raveniceroot, which grep command? i posted anything via msg10:50
raj-darkmysteryurlin2u, ok10:50
icerootraven: also, can you paste the output of "sudo grep username /etc/passwd"10:50
raj-darkmysteryurlin2u, installing all the things u said earlier10:50
urlin2uraj-darkmystery, now run sudo apt-get install grub-pc grub-common   when asked where you want grub choose sda and use the space key to click it10:50
squaregoldfish ikonia: Meant for me - I got it.10:50
segunda_horaikonia: sorry thought you were talking to me through goldfish10:50
raveniceroot, ok10:51
squaregoldfish segunda_hora: Still not working?10:51
raj-darkmysteryurlin2u, installing...10:51
segunda_horarestarting ssh with sudo service ssh restart didn't help yes10:51
icerooti love the channel-based command-history on irssi :)10:51
urlin2uraj-darkmystery, you have copied and pasted the puge and the install correct?10:51
chocobanana2ikonia: removing the problematic machine from the DHCP client list di not help… :(10:52
krzych1228Hi all10:52
urlin2upurge10:52
raj-darkmysteryno hvnt copy pasted i typed it10:52
ikoniachocobanana2: re-run sudo dhclient eth0 see if the error changed10:52
krzych1228K to z Polski?10:52
squaregoldfishsegunda_hora: Give me a minute...10:52
ikonia!pl | krzych122810:52
ubottukrzych1228: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.10:52
chocobanana2ikonia: same error10:53
raj-darkmysteryurlin2u, selected sda10:53
ikoniachocobanana2: got to be a problem with the router not offering a dhcp request10:53
raj-darkmysteryurlin2u, done!!10:53
urlin2uraj-darkmystery,hit tab and eb=nter10:53
urlin2uenter10:53
raj-darkmysteryits done urlin2u10:53
chocobanana2ikonia: shouldn't it be using the right netmask? My router's is 255.255.255.0. dhclient is using 255.255.255.25510:53
bitwiseikonia: That worked perfectly, thank you so much10:53
urlin2uraj-darkmystery, now run sudo update-grub....and look if windows shows10:54
raj-darkmysteryurlin2u, ok10:54
ikoniachocobanana2: it's not a netmask, its'a broadcast as I said earlier10:54
ikoniabitwise no problem10:54
raj-darkmysteryurlin2u, i supposed to check in grub.cfg right?10:54
urlin2uraj-darkmystery, run sudo update-grub and see if windows shows in the terminal10:55
krzych1228Who is in Poland?10:55
ikonia!pl | krzych122810:55
betanickhow would i set "ifconfig wlan0 192.168.1.0 netmask 255.255.255.0" in /etc/network/interfaces?10:55
squaregoldfishsegunda_hora: netstat -a |grep LISTEN         Is anything listed for port 22?10:55
ikoniabetanick: that's not a valid ip address10:56
urlin2uraj-darkmystery, when you update grub like this it will liost the installs10:56
urlin2ulist10:56
wildbatchocobanana2: you said there is other machine working with router fine with dhcp and the connection?10:56
icerootikonia: fyi: the ssh-issue was a wrongt login-shell in /etc/passwd10:56
ikoniaiceroot: duff user added then10:56
betanickikonia: running ifconfig wlan0 192.168.1.0 netmask 255.255.255.0 is the only way i can get dhcp to work10:57
icerootikonia: duff? the simpsons-bear?10:57
raj-darkmysteryurlin2u, here is the output http://paste.ubuntu.com/675864/10:57
ikoniabetanick: that makes no sense at all, that has nothing to do with dhcp, you're setting an invalid static ip10:57
ikoniaiceroot: duff is a uk phrase that means "broken" or "wrong"10:57
icerootikonia: ah ok, thank you10:57
raj-darkmysteryurlin2u, is that ok?10:58
urlin2uraj-darkmystery, when you ran the first command was it this sudo apt-get purge grub grub-pc grub-common10:58
raj-darkmysteryurlin2u, yes10:58
betanickikonia: i get "No subnet declaration for wlan0 (0.0.0.0)." so i run "ifconfig wlan0 192.168.1.0 netmask 255.255.255.0" and all is good10:59
segunda_horasquaregoldfish: if the numbers after "listening" or ports, then port 22 is not listed.11:00
segunda_horasquaregoldfish: or = are11:00
urlin2uraj-darkmystery, run sudo update-grub  and pastebin all the text including the sudo11:00
josvukI downloaded a big tar file with firefox but it opend in filemanager, now I don,t know where the file is downloaded11:00
chocobanana2wildbat: yes, I have various machines here with no issues except for another one running Ubuntu11:00
josvukcan someone help?11:00
ikoniabetanick: your networking is messed up in a big issue11:00
raj-darkmysteryurlin2u, ok11:00
chocobanana2wildbat: there one other Ubuntu computer that has no issues, though11:00
wildbatchocobanana2: did you try switching cable with the working one?~ check if the router blocking the MAC address of your machine.11:01
squaregoldfishsegunda_hora: Odd. Look in /etc/ssh/sshd_config. Near the top will be a Port entry - is that set to 22?11:01
raj-darkmysteryurlin2u, here is the ouput including command, I am root http://paste.ubuntu.com/675867/11:02
zalunhttp://gunicorn.org/install.html gives servers, signing key and fingerprint, how to use them (it's the server - no apt-add-repository command11:02
zalunnormal update gives public key is not available: NO_PUBKEY BC981A8115E5EB0611:02
urlin2uraj-darkmystery, I think your fine reboot and see if windows shows in the grub menu11:02
chocobanana2wildbat: cable works with other computers. Checking mac address blacklist…11:03
raj-darkmysteryok will try11:03
raj-darkmysteryurlin2u, ok will let you know urlin2u once its up11:03
urlin2uraj-darkmystery, cool11:03
squaregoldfishsegunda_hora: Sorry, in the netstat output did you see something like   "tcp        0      0 *:22                 *:*                     LISTEN"?11:03
micutzhello ppl11:04
segunda_horasquaregoldfish: in config, yes after the comment "what port we listen for etc." there is a Port 22 entry. In the netstats there was a tcp ... ssh ... listen entry11:04
setachello11:04
micutzsetac  i have a lil problem11:05
setacpl, halp or i gona install windows or cras my laptop11:05
micutzi wanna give iptables a rule to block all trafic on a specific port but when  i restart the pc i want to remember it11:05
squaregoldfishsegunda_hora: Looks like a firewall issue then. Can you ssh in using localhost?11:05
segunda_horasquaregoldfish: yes using the server machine (obviously?)11:06
squaregoldfishsegunda_hora: Definitely firewall. Not my area of expertise, I'm afraid.11:06
segunda_horasquaregoldfish: I haven't installed any firewalls. I appreciate that you've done all you can but any suggestions to determine if it's a virus type problem?11:07
micutzguys.... i wanna give iptables a rule to block all trafic on a specific port but when  i restart the pc i want to remember it...how can i do that11:08
squaregoldfishsegunda_hora: There's a firewall running by default. Its settings must have got changed somehow. Unlikely to be a virus since you'd need root access to mess with it.11:08
squaregoldfishsquaregoldfish: Unless you've done something silly of course ;)11:09
setacplease can anybody halp me with install 11.0411:09
squaregoldfishsegunda_hora: Unless you've done something silly of course ;)11:09
segunda_horasquaregoldfish: :P thanks I will see what firewall users do to run ssh11:09
chocobanana2wildbat, ikonia: can't pinpoint the problem :S Will try rebooting the computer with a LiveUSB Ubuntu 11.04 to see if it's a general issue with the computer or the OS installation11:09
Thelmariamicutz: https://help.ubuntu.com/community/IptablesHowTo - see #saving_iptables (section 9-10-11).11:10
squaregoldfishsegunda_hora: Start here: https://help.ubuntu.com/community/UFW11:10
raj-darkmysteryurlin2u, no os selection menu :(11:11
urlin2uraj-darkmystery, no grub menu?11:11
zalunanyone installed supervisor on karmic?11:12
raj-darkmysteryyes urlin2u .. no grub menu :(11:12
wildbatraj-darkmystery: do you even have a NTFS partition?11:12
zalunhttp://packages.ubuntu.com/search?keywords=supervisor11:12
villahello11:12
cbxyh 谁知道怎么进中文聊天室11:12
raj-darkmysteryyes wildbat11:12
villasomething wrong with my vim11:12
raj-darkmysterywildbat, its dual boo11:12
raj-darkmysterywildbat, *its dual boot11:13
cbxyh#ubuntu-cn11:13
urlin2uraj-darkmystery, so with this release debian mint are various problems, it may be that running grub-legacy is best, but really you should be getting the directions of this from thise users.11:13
micutzThelmaria, ty11:13
urlin2uthose11:13
urlin2uraj-darkmystery, are you on the live cd?11:13
raj-darkmysteryurlin2u, ohh.. no 'm not on live cd.. its already an dual boot11:14
wildbatraj-darkmystery: may be manually add one entry then .11:14
urlin2uraj-darkmystery, okay are you using two computers11:14
raj-darkmysterywildbat, where and what entry?11:14
cbxyh#ubuntu-cn11:14
raj-darkmysteryurlin2u, one for troubleshoot via which 'm asking and one which is under trouble11:15
wildbatraj-darkmystery: grub menu enty that what /etc/grub.d/40_custom are for11:15
urlin2uraj-darkmystery, the one in trouble had a grub menu before and you were in the desktop when you ran the commands?11:15
raj-darkmysterywildbat, 'm not sure if I know how to do that 'm new for this grub thing.11:15
cbxyh有人吗  谁知道怎么进中文聊天室11:16
raj-darkmysteryyes urlin2u i am doing and pasting outputs from the machine under trouble only11:16
wildbat!cn | cbxyh11:16
ubottucbxyh: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw11:16
babilencbxyh: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw 谢谢合作11:16
cbxyh谢谢11:16
urlin2uraj-darkmystery, and your in the desktop?11:16
urlin2uraj-darkmystery, I'm confused here, can you clear this up?11:17
raj-darkmysteryurlin2u, on laptop... mint is laptop (on which we are troubleshooting things and near to me) I am doing the things on that and pasting outputs from that machine only... another laptop i am using to chat with you and has nothing to do with this troubleshooting11:18
villahello, something wrong with my vim. Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded. so what's the problem and what should I do to deal with it? thanks11:18
betanicki'm trying to create a wap and when i setup dhcp for the bridge (br0) dhcp does not work but if i set up dhcp on wlan0 it works only if i run "ifconfig wlan0 192.168.1.0 netmask 255.255.255.0" can someone please help me out?11:18
urlin2uraj-darkmystery, so as of now you can't boot the mint computer?11:18
raj-darkmysteryi can boot the mint machine but no os selection menu is there.. as i want to select os from mint to windows as well11:19
wildbat!bootinfoscript | raj-darkmystery11:19
ubotturaj-darkmystery: To diagnose boot issues, you can use the Boot Info Script available from http://sourceforge.net/projects/bootinfoscript/ Run the script with !sudo and then look at RESULTS.txt (or !pastebin it for others to look at).11:19
urlin2uraj-darkmystery, how does the mint boot straight in, no menu?11:20
raj-darkmysteryurlin2u, i can boot the mint machine but no os selection menu is there.. as i want to select os from mint to windows as well11:20
raj-darkmysteryurlin2u, yes.. no menu.. straight boot11:20
=== maku` is now known as maku
chocobanana2wildbat, ikonia: damn old computer won't read LiveUSB :S :S I guess I'll have to put this on standby until I get my hands on a blank CD11:21
urlin2uraj-darkmystery, is this what the problem was to begin with?11:21
wildbatbetanick, again that is a wrong address~ define what you mean by work or not work ~ err message etc. for others to better understand your issue.11:21
raj-darkmysteryurlin2u, yes11:21
LafiirUpon installation Ubuntu created two extra partitions with the size of my RAM. One is for swap. Whats the other one for?11:22
raj-darkmysteryurlin2u, i want os selection menu so that i will be able to boot in linux and in windows as well11:22
wildbatchocobanana2: oh :<  one last thing to try is port swaping on router. ~ and check the lights  see if singal is good.11:22
urlin2uraj-darkmystery, well the good thing is that you have grub2 only now, I'm assuming this but I think you ran the commands correct.11:22
raj-darkmysteryyes urlin2u i did as like you said.. no mistakes11:22
urlin2uraj-darkmystery  in theat computer run sudo fdisk -lu  and pastebin the results11:23
zalunhow to install supervisor on karmic? http://packages.ubuntu.com/search?keywords=supervisor11:23
urlin2uthat11:23
raj-darkmysteryurlin2u, sure11:23
zalunI can pip install supervisor, but no init.d service is gonna be created11:24
chocobanana2wildbat: already tried that before… to no avail.11:24
zalunis it enough to just copy it from other machine?11:24
raj-darkmysteryurlin2u, http://paste.ubuntu.com/675876/11:25
urlin2uraj-darkmystery, so as I suspected the boot flag is on the extended, it should be on a ntfs partition, is that Windows 711:26
raj-darkmysteryurlin2u, vista11:26
wildbatchocobanana2:  too bad then ~  you can  modify the grub menu and make a entry to boot ISO thou ~ good luck :>11:26
* I\O_Error has occurred11:27
urlin2uraj-darkmystery, we can guess here and try each ntfs or run a script that will tell us I rather run the script what do you think?11:27
raj-darkmysteryurlin2u, so what can we do to make it normal as in my other machines i never saw boot flag on extended one11:27
urlin2uraj-darkmystery, the fdisk shows the flag on sda411:28
oCeanI\O_Error: please stop that11:28
raj-darkmysteryurlin2u, do you have the script or if you can tell me how i can find out that?11:28
I\O_ErroroCean some fun :p11:29
oCeanI\O_Error: not in this channel please11:30
wildbat!bootinfoscript | raj-darkmystery11:30
raj-darkmysteryurlin2u, sda2 was c-drive previously11:30
urlin2uraj-darkmystery, easiest way is to run this script you will down load it, exract the desktop the run the sudo bash ~/Desktop/boot_info_script.sh  command a RESULTS.text will appear pastebin all the text from it  http://bootinfoscript.sourceforge.net/11:31
urlin2uthen ru*11:31
setacproblrm with install11.04 freeze on start any halp11:31
urlin2uraj-darkmystery, if that is confusing just ask questions.11:31
raj-darkmysterysure urlin2u 'm downloading the script11:32
urlin2uraj-darkmystery, the script is best as I suspect the C partition is not the boot partition, as you had a recovery, maybe still do so the boot gets spread around, so the flag goes to a specific partition.11:33
ben_whats up chickens11:36
michael_hi11:37
raj-darkmysteryurlin2u, its not executing.. permission denied even as a root11:37
setacplease how to instal 11.04 every tme freeze on start11:37
urlin2uraj-darkmystery, where is the script?11:37
michael_kann mir jemand helfen ich versuche mein thrustmaster lenkrad zum laufen zu bekommen aber es klappt nicht so ganz11:38
oCean!de | michael_11:38
ubottumichael_: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!11:38
mang0setac: Please give us some more infomation11:38
I\O_Errorsetac try alt-control-F111:38
raj-darkmysteryurlin2u, its running needed to run as /bin/bash scriptname11:38
mang0I\O_Error lol11:38
urlin2uraj-darkmystery, cool11:38
raj-darkmysteryurlin2u, you want to see output of that file11:39
raj-darkmysteryurlin2u, or do you want any special info?11:39
setaci instal 10.04 normal but this 11.04 only freeze11:39
urlin2uraj-darkmystery, yeah copy and paste all of the text in the results.txt to a pastebin11:39
raj-darkmysteryurlin2u, sure11:39
urlin2uraj-darkmystery, thanks ;-)11:40
I\O_Errorsetac: have you installed graphics?. If not then you are at tty7. known gub on 11.0411:40
raj-darkmysteryurlin2u, http://paste.ubuntu.com/675885/ please observe this..11:43
raj-darkmysteryurlin2u, any clues?11:45
urlin2uraj-darkmystery, your missing part of the boot files for vista, do you have a vista disc?11:45
raj-darkmysteryyes11:45
raj-darkmysteryurlin2u, yes, what 'm missing but?11:46
mang0any shutter screenshot users here?11:46
urlin2uraj-darkmystery, hold on you said which partition was C11:46
qmrwhat is a goodly amount of space for / ?  20gb?11:46
raj-darkmysteryurlin2u, 'm nt sure but i thought its sda2 / sda311:47
=== `mOOse` is now known as m00se
urlin2uraj-darkmystery, the sda2 is marked as recovery, but has most of the boot, but missing this   /bootmgr /Boot/BCD11:48
bazhangqmr, yes, thats more than enough11:48
bazhangqmr, presuming you have a separate /home, or not11:48
qmrbazhang: of course, /home and /tmp are separate11:48
bazhangqmr, then way ample11:48
qmrif I can figure out how, I will have /home shared between windoze and linux, and have it truecrypted11:49
urlin2uraj-darkmystery, should be this /bootmgr /Boot/BCD /Windows/System32/winload.exe11:49
raj-darkmysteryurlin2u, so what 'm supposed to do with vista cd?11:49
raj-darkmysteryurlin2u, where i can observe this?11:49
urlin2uraj-darkmystery, do you have gparted installed?11:49
iborjejfdheohgfefooirewhgohgw11:49
qmranyone else have this bug with unity where it draws both the app name and teh file tools menu etc in teh same place in upper left?11:49
raj-darkmysteryyes urlin2u11:49
bazhangibor, english please11:50
iborkti11:50
urlin2uraj-darkmystery, open gparetd and right click sda2 and the flags then click boot.11:50
iborabla tu en español gilopolas11:50
bazhangibor, #ubuntu-es11:50
I\O_Errores gilipollas putito11:50
ikonia!es | ibor11:50
iborsubnormal11:50
ubottuibor: 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.11:50
iborlamepipas11:50
iborcome rabos11:51
georgiouhttp://www.causes.com/causes/631817-vote-impact-according-to-age/about11:51
iborsoplapollas11:51
bazhanggeorgiou, wrong channel11:52
urlin2uraj-darkmystery, so right click sda2 then manage flags then click boot, we want the bootflag on sda211:52
georgiouright, but check it, you might agree11:52
raj-darkmysteryurlin2u, wait trying11:52
urlin2uraj-darkmystery, colol11:52
urlin2ucool*11:52
bazhanggeorgiou, no, its offtopic here, dont paste random things in a support channel11:52
georgiouok sorry'11:53
apporchello , how are you all. i can see a file but when i execute it , bash said "no such file or directory"11:54
apporcanyone can help?11:55
ikoniaapporc: if you type "ls" do you see the file11:55
apporcyes i can see it .11:55
=== `mOOse` is now known as m00se
ikoniaapporc: what is the name of the file ?11:55
apporcit's no a link11:55
ikoniaapporc: what ?11:55
apporcit's a binary executable file from googleearth11:56
ikoniaapporc: what is the name of the file11:56
apporcgoogleearth-bin11:56
ikoniaapporc: ls -la googleearth-bin11:56
ikoniaapporc: please show me the output11:56
apporc-rwxr-xr-x 1 root root 5452 2011-05-17 15:42 googleearth-bin11:56
ikoniaapporc: what is the command you are using exactly11:57
apporc./googleearth-bin11:57
oCeanapporc: please check if you have the package "lsb-core" installed11:57
apporci'am installing it .11:58
OerHeks]11:59
urlin2uraj-darkmystery, you there hold on.11:59
=== gorby is now known as g0rby
=== pi_ is now known as pi1
apporcoCean: i installed lsb-core.12:00
oCeanapporc: now try running the googleearth executable again12:00
raj-darkmysteryurlin2u, ok12:00
apporcoCean: yeah, bash can see that file now . can you explain the reason for me . thank you verymuch ^_^12:01
g0rbyHello, could some one help me setting up dual screens with an nvidia gtx 260? The monitor is detected in nvidia control pannel, but i cant enable it there or in granr etc12:01
=== Bitcable-Preetam is now known as Guest81684
oCeanapporc: I read about the reason once, but I forgot. I only remembered that this is the solution12:01
urlin2uraj-darkmystery, I think since the sda3 partition is not reading correctly, if you look at it it mentions raid or softraid and there are some other anomalies that you really need some help from the #windows channel12:02
apporcoCean: oh, thank you all all the same. the googleearth is really hard to install for ubuntu 64bit. now though bash see it .it still report errors/12:03
g0rbyCould some one point me towards a faq or something for enableing dual screens with nvidia in 11.04?12:03
urlin2uraj-darkmystery, I am wondering about sda2 showing it marked as recovery it may be and sda3 is actualy C12:03
LafiirI would like to disable a built-in webcam. Tried blacklisting the driver, but that did not work. Any other ideas?12:03
urlin2uraj-darkmystery, and sda3 is not being read, so we can't confirm that really.12:03
LafiirAlso I would like my bluetooth to be off on default. I managed to disable it by turning it off again in rc.local. Can I prevent it from turning on in the first place (with the option to turn it on any time during runtime)?12:03
raj-darkmysteryurlin2u, let me confirm that but should i flag sda2 as bootable or not?12:04
=== Jocke is now known as megamini
urlin2uraj-darkmystery, not at the moment, on the #windows channel they use this script and they should look at it and help you get sda3 showing really.12:04
urlin2uraj-darkmystery, I'm not pushing you off but making sure this is done correctly, the sda3 showing errors is a needed fix.12:05
=== JanC_ is now known as JanC
urlin2uraj-darkmystery, sda3 may just need a chldsk is all12:06
urlin2uchkdsk12:06
g0rbyHello, could some one help me setting up dual screens with an nvidia gtx 260? The monitor is detected in nvidia control pannel, but i cant enable it there or in granr etc12:07
raj-darkmysteryurlin2u, so i need to consult with #windows channel... and what do you think is it ok if i run chkdsk on sda3 from mint machine?12:07
kunalHi guys , i have an unusual problem . I am using a usb modem. sometimes i can get connected to internet via wvdial script, sometimes it fails. Can someone tell me what to do ?12:07
Teotwg0rby: tried going into monitors and changing it from there?12:08
qmrHow does this "encrypt my home folder" business work?12:08
g0rbyTeotw: Only one monitor is detected there, the only place i see it mentioned is in nvidia control pannel. The weird thing is, if i disable the nvidia binary driver, dual screens works with whatever the default driver is12:09
urlin2uraj-darkmystery, you would have to have the bootflag on sda3 and run the chkdsk /f/r from the live vista disc booted to the recovery terminal, it will ask you if you want it run on a restart, but you need the MS boot in the mbr as well.12:09
urlin2u raj-darkmystery    not live vista but vista disc12:09
Teotwg0rby: sounds like a driver issue. Are there any other options for your nvidia driver when you go select which driver?12:09
apporcg0rby: i use two monitors at present too . but my card is ATI12:10
Teotwgr0by: if your card is ATI, you shouldnt have an nvidia driver!12:10
urlin2uraj-darkmystery, in other words this is fixable I think but I really think the help there in this part is better.12:10
g0rbyTeotw: yeah, there is some other driver available, but its only listed when the nvidia one is removed12:10
g0rbyteotw: is was called "experimental driver" or something12:11
g0rbyit*12:11
DunasHrm. I can't get Ubuntu live iso 11.04 to boot off of this usb stick on a new HP Mini Netbook. It boots, flashes something like SYSLINUX (version number, other info, not an error message as far as I can tell) and then goes to a black screen with a blinking prompt cursor on it and nothing else. Can someone up?12:11
Dunashelp*12:11
Teotwg0rby: if your card is ATI, why do you have an nvidia driver? you shouldnt need it.12:11
g0rbyTeotw: i dont, apporc does.12:11
raj-darkmysteryok urlin2u thanks for sorting this out... i will try to check with windows channel as well thanks a lot :)12:11
usr13Dunas: md5sum the iso12:11
g0rbyTeotw: i have a nv gtx 26012:12
urlin2uraj-darkmystery, no problem save that script, and show it to them.12:12
TeotwDunas: I had that same problem trying to install linux on an ancient laptop of mine. I think it wouldnt allow live usb, try getting a cd and doing that.12:12
raj-darkmysteryok urlin2u  have posted this in windows channel but no response yet12:12
usr13Dunas: https://help.ubuntu.com/community/UbuntuHashes12:12
urlin2uraj-darkmystery, you will have to reload grub to the mbr when windows is fixed, just so yoiu know, it's pretty easy as well.12:12
Teotwg0rby: interesting...did you have this problem always or has it only just occured?12:12
usr13Dunas: Test memory  (run memtest)12:13
g0rbyTeotw: in 10.04 it worked fine12:13
g0rbyTeotw: and ive tried different releases of this nv-glx but the issue is persistant12:13
Teotwg0rby: well thats odd! umm...hm. try booting a livecd/usb of natty and seeing if it works in that - it might be an update problem or something..12:13
Dunasusr13, good call, looks like it corrupted.12:14
g0rbyTeotw: gonna give the other 'experimental' driver a go12:14
Teotwg0rby: good luck!12:14
usr13Dunas: lucky guess  :P12:14
urlin2uraj-darkmystery, cool man I have to crash it is 5:14 am here, thanks for you keeping up and pushing through.;-)12:14
g0rbyTeotw: It must be some issue with the nv dirver tho, since dual screens works fine when i remove the hardware drivers12:15
raj-darkmysterythanks to you urlin2u for helping me out in understanding this12:15
bazhanghttps://help.ubuntu.com/community/EncryptedHome qmr12:15
raj-darkmysteryhey urlin2u .. how i can add you in frnds list here?12:15
urlin2uraj-darkmystery, certainly.12:15
Teotwg0rby: true. try experimental then, usually theyre not *too* buggy..12:16
Dunasusr13, hope that was all it was, I'd hate to be stuck with Win7Starter on this little thing. :P12:16
urlin2uraj-darkmystery, not sure how that works though.12:16
raj-darkmysteryurlin2u, lolz12:16
raj-darkmysteryanyways have good sleep urlin2u12:16
urlin2uraj-darkmystery, just stop by and join the fun.;-)12:16
raj-darkmysterysure urlin2u ! have good sleep12:17
wildbatDunas: check you ISO against md5sum yet?12:17
wildbatoops scroll stucked nevermind:>12:18
Dunaswildbat, :)12:19
adantehow can i get this package https://launchpad.net/ubuntu/lucid/+package/aufs-tools12:20
adanteaptitude does not find anything named aufs12:20
jribadante: are you using lucid?12:21
yeats!info aufs-tools12:21
ubottuPackage aufs-tools does not exist in natty12:22
adantejrib: i am using natty12:22
adantejrib: i notice it says superseded. is there a way i can tell what it has bee nsuperseded by12:22
TL1is it worth to upgrade from lucid to natty ?12:22
adanteor generally speaking, how do i go about finding out the status of aufs on my system?12:22
yeatsTL1: do you like what you're using now?12:23
TL1yeats: yes ,but i like a theme change12:24
yeatsTL1: I would run it with a liveCD for a while and see what I liked before upgrading12:24
jribadante: looks like the package was ftbs, try rebuilding it yourself12:24
yeatsTL1: the changes between default Lucid and default Natty are not trivial ;-)12:25
jribadante: you can see relevant bug reports at bugs.ubuntu.com12:25
wildbatTL1:  you can try liveCD natty , but unity have many problems ~ personally i don't like it .12:25
adantejrib: i don't follow, i know 'ftbs' as slang but i'm not sure if makes sense in this context. can you say differently?12:25
TL1can unity run well in vm's12:25
jribadante: fails to build from source12:25
adantejrib: i see, is this what superseded generally means?12:26
jribadante: no12:26
adantejrib: and out of curiousity how did you find that out, just so i know for myself in the future12:26
wildbatTL1:it don't run well in a real machine :p12:26
TL1wildbat: LOL  8-)12:27
lolwhitesCan anyone help me get a wifi card to authenticate to a wpa network with wpa_supplicant?12:27
jribadante: there are bugs at bugs.ubuntu.com for the package (that's how I found out).  To check, I: apt-get source aufs-tools; sudo apt-get build-dep aufs-tools; cd aufs-tools*; dpkg-buildpackage -us -uc -rfakeroot # then notice it doesn't build12:27
DunasArgh, new iso isn't solving the issue. Same problem as before.12:27
yeatsTL1: if you decided to upgrade, you can run in Ubuntu Classic mode if you don't like Unity - it's default GNOME212:28
* yeats runs in classic mode12:28
adantejrib: impressive - thanks for your help12:28
TL1anyway it is better to keep receiving the LTS updates12:29
TL1for years12:29
jribadante: I don't know if any of the bug comments have a workaround.   If not, fix yourself or see if it's fixed in oneiric12:29
wildbatadante: there are unionfs-fuse , they are similar ~ you may wanna have a look.12:29
yeatsTL1: sounds like you've made a decision ;-)12:29
TL1yeats: I'm saving on my downloads  :p12:30
DunasHrm. I can't get Ubuntu live iso 11.04 to boot off of this usb stick on a new HP Mini Netbook. It boots, flashes something like SYSLINUX (version number, other info, not an error message as far as I can tell) and then goes to a black screen with a blinking prompt cursor on it and nothing else, ISO md5 checks out. Can anyone help?12:30
wildbatDunas: how you build it? may be try different method.12:31
wildbat!usb > Dunas12:31
ubottuDunas, please see my private message12:31
yeatsDunas: you md5sum-ed the image?  did you verify the disk image when starting it up?  (might have to press something to get to the startup menu)12:32
GryllzBlackbuntu is awesome!!!12:33
=== pi_ is now known as pi1
GryllzOppss wrong channel :)12:34
pi1hi, can anyone help me set up tor on ubuntu12:34
yeats!tor | pi112:35
ubottupi1: Tor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en | To use Tor on freenode, see !tor-sasl12:35
TL1yeats: however not on uptime12:36
DunasI've tried LiLo, Universal USB Installer, unetbootin, and win32diskimager. None of them seem to do anything- if I use diskimager it just doesn't load at all.12:37
wildbatDunas: try YUMI12:38
adantewildbat: thanks, was hoping to use aufs but i think this will do12:38
adanteis there a way i can tell what sort of mount -t filesystems are supported by my system?12:39
yeatsDunas: if you're sure you want to install, you could try the alternate installer12:40
yeats!alternate | Dunas12:41
ubottuDunas: 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/download/ubuntu/alternative-download#alternate - See also !minimal12:41
yeatsDunas: be warned though, there appears to be a bug in the 64-bit version that prevents installation of a full desktop (though you can install a basic system and run 'sudo tasksel' once installed)12:42
dsnydersHi all!  Does ubuntu have lvm built in, or does it need to be loaded?12:44
Dunasyeats: I'll give it a shot. I don't think I need the 64-bit version for an Atom-based netbook, do I?12:44
Teotwdunas: netbooks are usually not 64 bit.12:47
=== ubuntu_ is now known as JoeR1
yeatsDunas: no you wouldn't use 64-bit for that12:48
yeatsdnivra: it's built in12:49
erealzhello everyone12:49
Enarihow do I shrink my main partition?12:53
Enari 1      1049kB  249GB  249GB   primary   ext4            boot12:54
EnariI want to shrink that to 20G12:54
zteamAnybody here know a good way to burn Xbox 360 iso files in Ubuntu?12:56
craig_I'm getting an error trying to fire up a wine app.  What's the best way to "Install the Windows version of Mono" as I'm being directed to do when launching this app fails?12:57
wildbatEnari: boot live CD to do that ~ you will also need to do boot repair from there too12:57
BluesKajHiyas all12:57
TL1zteam: burn them as in windows using wine.12:57
Enariwildbat: uh, so windows can do that but ubuntu can't? o.O12:58
EnariIm disappointed12:58
Enaribut thanks wildbat ;)12:58
Teotwcraig_: is it an exe or msi file?12:58
wildbatEnari: i don't know windows can resize C: now XD12:58
craig_Teotw, it's an exe, and I just got a little farther by typing in mono app.exe instead of wine app.exe.  Duh...  I didn't realize that's how things worked.  This is weird, having quit windows years ago, to be having to run windows apps...12:59
zteamTL1, okey, will try that13:01
zteamTL1, :-)13:01
zteamTL1, but it seems a little strange that there is no easy way to this without wine13:02
Teotwcraig_: i hear winetricks is good for installing mono. ill check for a tutorial on it13:02
motzI just switched on my laptop lenovo b560 with ubuntu 10 and both mouse and keybord are stuck. Any hint?13:02
stimpieAfter several upgrades unity does not start, I get the old gnome interface?13:02
stimpiemotz does your keyboard work in the bios?13:03
Teotwcraig_:try going here: http://www.zubinbharucha.com/2011/04/installing-windows-version-of-mono-to.html , assuming you want to install the windows version.13:03
motzstimpie, no, I can't enter the bios because the key f2 doesn't react13:04
Teotwcraig_: hope the link helped.13:04
stimpiemotz that sounds like a hardware error13:04
motzstimpie, maybe, so what should I do?13:05
TL1zteam: there is a lot of burners i'm sure in open-source world but do you want to test them all ?13:06
TL1zteam: you know open-sourcers don't care about ms products even the xbox36013:07
zteamTL1, I tried with K3b used setting that should work but it didn't13:07
Dunas360's nice if you don't have a gaming computer 8)13:08
Teotwztem: try this, http://biodegradablegeek.com/2009/03/burning-xbox-360-games-on-linux-stealth/13:08
TL1zteam: if you have an hdd you can load them directly from it (for modded xbox)13:08
TL1zteam: i mean a usb one13:09
zteamTL1, no I don't :-)13:09
TL1zteam: i read about that once (but ill just shut up for not to go off-topic)13:09
TL1 ;)13:10
qmrthis unity thing is very half baked13:10
qmrshouldn't be default UI13:10
Teotwzteam: try this, http://biodegradablegeek.com/2009/03/burning-xbox-360-games-on-linux-stealth/ (whoops spelt your name wrong first time)13:10
ActionParsnipqmr: don't use it then13:11
Teotwqmr: true dat.13:11
DasEi!classic | qmr13:11
ubottuqmr: The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic".13:11
qmrI can't even shut down the machine13:11
ActionParsnipqmr: default in Linux meas very little, as the OS is so very customizable13:11
qmrDasEi: I know how to manage packages, thanks.13:11
Teotwqmr: not even with halt in the terminal?13:11
ActionParsnipqmr: top right should let you shutdown there13:11
qmrTeotw: I know I can do init 6, shutdown, reboot, or whatever, I'm saying there is no way to get out of the gui, and this is going to be confusing for a luser13:12
ActionParsnipqmr: if you want the desktop to look like maverick, simply log off and select Ubuntu Classic at the login screen, from Oneiric onwards, Unity-2D replaces Ubuntu CLassic13:12
qmrActionParsnip: yea, it only had "suspend", but now it does nothing when I click there13:12
TL1I didn't test unity yet but i have started to hate it already (LOL seems people are united by that)13:12
ActionParsnipTL1: I can take it or leave it, I use LXDE personally :)13:13
ActionParsnipqmr: which release are you using?13:13
qmrTL1: well, it's got some nice / smart things, but it's not ripe at all13:13
villasomething wrong with my vim. Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded. what's the problem. what should I do to solute it?13:13
qmrActionParsnip: I have no idea.  whatever current is as of like 3 hrs ago when I DL'd it13:13
qmrvilla: ask #vim13:13
ActionParsnipqmr: lsb_release -c      will tell you13:14
qmrguys there are extremely helpful13:14
villathanks qmr13:14
gdzhangI'm using ubuntu10.10 when I type TAB-TAB in bash shell ,the screen will Darken. now I know that were's compiz setting ,but I don't find where to change it ,i find it long time ..,who know where to change it ,TKS13:14
ActionParsnipgdzhang: that is compiz showing the app is hanging, hitting TAB twice with no text entered will list ALL the possible commands, so its half understandable13:15
anadonHey, VMware player can't install because it can't build and install a kernel module13:16
=== chris_ is now known as Guest36610
ActionParsnip!vmware | anadon13:16
ubottuanadon: VMWare is not available in the Ubuntu repositories. Consider using !QEmu or !VirtualBox as alternatives. Instructions for installing VMWare manually are at https://help.ubuntu.com/community/VMware13:16
Teotwanadon: try virtualbox instead.13:16
ActionParsnipanadon: may give a step or two you have missed13:17
=== gianluca_dv is now known as gdv
yeatsanadon: or KVM13:17
craig_Teotw, we'll see in a bit...13:17
anadonwhich is best for windows 7?13:17
ActionParsnipanadon: any13:17
yeatsanadon: probably VirtualBox13:17
ActionParsnipanadon: virtualbox is a bit easier to setup13:17
anadonok, thanks!13:17
=== gdv is now known as g_dv
yeats!VirtualBox13:18
ubottuvirtualbox 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/VirtualBox13:18
ActionParsnipqmr: which release does the command say you are using?13:18
gdzhangcan I set compiz don't darken my screen when i tab twice and it cant find any to list?13:18
ActionParsnipgdzhang: its a setting in ccsm13:18
gdzhangActionParsnip : thank U ,im going to find it13:19
=== g_dv is now known as gianluca_dv
=== zz_ng_ is now known as ng_
zteamTeotw, I tried that but for some reason it complained about the the filename with that growfs-command13:23
Teotwzteam: are you sure you typed it correctly?13:23
Teotwzteam: didnt miss out any /'s13:24
gdzhangActionParsnip: ccms have 6 tabs [info][animations][effects][desktop][accessibility] ,and [edges] ....so where to set the .#tab twice# darken my screen  ...13:24
pierus78buon giorno a tutti13:25
yujinhello ,this is my first time to use xchat13:25
dnivra!it | pierus7813:25
ubottupierus78: 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)13:25
zteamTeotw, yes, but maybe it needed the full path13:26
ActionParsnipgdzhang: I think theres a bit named 'crash'   search for it. I've not used compiz in a good while13:26
zteamTeotw, trying with imgburn now13:26
LafiirUpon installation Ubuntu created two partitions the size of my ram. One is for swap. Whats the other one for?13:26
ActionParsnipzteam: burn SLOWLY13:26
jribLafiir: where does it get mounted?13:26
Teotwzteam: sometimes it needs full path, yes.13:26
ActionParsnipLafiir: you will have swap and /13:26
ActionParsnipLafiir: / is for system files, swap is like the page file in Windows13:27
Teotwzteam: and yes, as ActionParsnip said, burn SLOWLY, and also a simulation before you do it never hurt anyone.13:27
DasEiLafiir: I think you talk about the extended part, that's a virtual partition for lvm13:27
gdzhangActionParsnip: thx for your Suggest. i'll find for sm crash13:27
Peppe80Hi, I'm running ubuntu 11.04 on an zotax nd-22 nvidia ion chip computer. For some reason hardware acceleration of flash in the browser does not seem to work, I have the latest nvidia driver, and the adobe-check-box hardware-acceleration is checked, but it does not seem to use the GPU as my cpu is up around 99%. (btw additional drivers say nvidia ~activated but not in use))13:28
nailoxhi all. can someone tell why when I try to edit with nano /etc/apache2/httpd.conf it shows a blank file ?13:28
LafiirDasEi: well, its an extended partition /dev/sda2 and i don't think its mounted anywhere13:28
Quintinso I just imaged my stuff to a new hard disk, and now after I login to windows, I'm immediately logged off.  what's up with that??13:28
=== ng_ is now known as zz_ng_
LafiirActionParsnip: yes. I have / and swap. and one more the size if swap which doesn't seem to do anything13:29
dnivranailox: you're trying to open the file as a user who doesn't have permission to open it probably?13:29
ActionParsnipnailox: http://ubuntuforums.org/showthread.php?t=90338613:29
DasEiLafiir: this is no "real" partition, it's a way to make it possible to have more than just 4 partitions on the disk, it takes no space, also, that's just your swap in there13:30
Peppe80Anyone managed to get flash hardware-acceleration working for ION on ubuntu 11.04?13:30
zteamTeotw, will do :-)13:30
nailoxActionParsnip i tried with sudo its the same :S13:31
DasEiLafiir: you can only have 4 primary part. in a disk, but in an extended you can have lots of more partitions13:31
LafiirDasEi: ah ok. I added each capacities up and your right. thanks13:32
TeotwLafir: But you cant put windows in an extended partition. it will only allow itself to be put in a primary partition, afaik.13:32
ActionParsnipPeppe80: may help grab the 64bit flash, may help: http://www.omgubuntu.co.uk/2010/09/install-64bit-flash-from-a-ppa-or-deb/13:32
DasEiLafiir: np, lookup df -h for sizes and their fillings13:32
ActionParsnipPeppe80: remember to remove the current flash stuffs13:33
nailoxActionParsnip thx i got it13:33
ActionParsnipnailox: I don't even run apache, all I did was websearch13:33
=== gianluca_dv is now known as group
=== group is now known as gianluca_dv
=== gianluca_dv is now known as group
=== group is now known as gianluca_dv
faint545 im trying to install Ubuntu Server 10.04 from a USB cdrom drive and it cant find/mount the drive itself so i need to manually mount it but I dont know where the USB CDROM drive is mounted. is there a way where I can find this out?13:41
DunasArgh! The alternative iso is giving me the same problem, it won't boot properly, gaaah13:41
TeotwDunas: whats the problem?13:43
pirategridjoin #SpacePirates13:43
pirategridwrong box hahah13:43
ActionParsnipfaint545: did you MD5 test the ISO you downloaded?13:43
=== gianluca_dv is now known as gianlucadv
faint545ActionParsnip, i know for a fact the ISO is perfectly fine. I've used it for previous installs13:44
DunasTeotw: I can't get Ubuntu Live or Alternative iso 11.04 to boot off of this usb stick on a new HP Mini Netbook. It boots, flashes something like SYSLINUX (version number, other info, not an error message as far as I can tell) and then goes to a black screen with a blinking prompt cursor on it and nothing else, the MD5 checks out and everything.13:44
=== CoverSli1e is now known as CoverSlide
faint545ActionParsnip, my problem is similar to this: http://ubuntuforums.org/showthread.php?t=99902213:45
faint545ActionParsnip, except, i dont know where my USB CDROM is located so I cant mount it13:45
TeotwDunas: i had that issue installing linux on my ancient laptop. i fixed it by using a cd, which i assume you've done already?13:46
DunasTeotw, it's a netbook, I don't have a USB CD drive13:46
TeotwDunas: however, i have a cunning plan. Ok, not really, but you can install ubuntu without a cd / usb / dvd -- wubi.13:46
TeotwDunas: go to the ubuntu website, click "get ubuntu" and then click "Run it with Windows"13:47
yeatsDunas: http://ubuntuforums.org/showthread.php?t=166041113:48
gdzhangnailox: apache2 in ubuntu is just a blank file13:48
gdzhangthe httpd.conf13:48
gdzhangall config is in the /etc/apache2/ directory ,see other files13:49
yeatsDunas: what you're describing happened to me with an HP Probook (you mentioned HP and that rang a bell) - try the solution suggested in that thread13:49
=== gianluca_dv is now known as group
yeatsDunas: it worked for me13:49
ActionParsnipfaint545: try the boot option:     cdrom-detect/try-usb=true13:49
ActionParsnipfaint545: source: https://help.ubuntu.com/community/Installation/FromUSBStick13:49
LafiirIs there a visual indicator for changing display brightness on a notebook (with function keys) like when changing volume?13:49
Dunasyeats, I can set that from the BIOS?13:49
yeatsDunas: no - it's a boot option13:50
Dunasyeats, It doesn't boot to the USB menu at all. It just sits there at a blank screen with a flashing cursor.13:50
yeatsDunas: it has been a while since this happened to me, so I'm not fresh on how it is done - let me fire up a live CD in a VM13:50
ActionParsnipDunas: what video chip do you use?13:51
DunasActionParsnip, Intel Graphics Media Accelerator 3150. The actual netbook is http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02861759&tmp_task=prodinfoCategory&cc=us&dlc=en&lc=en&product=5111868 that one.13:52
grinbullhi all13:54
ActionParsnipDunas: add the boot option: nomodeset13:54
craig_I'm trying to run an app with wine ( mono ParadigmPlus.exe ) and get this error: http://moultonlumber.com/Screenshot.png  If I run it with: wine ParadigmPlus.exe  I get "Install the Windows version of Mono to run .NET executables" which I have already done.13:55
faint545ActionParsnip, that didnt work..13:55
DunasActionParsnip, as it comes out of the BIOS boot sequence and tries to load from the USB stick, it flashes SYSLINUX version information and details about the program, and then goes to a black screen with a flashing _ cursor, not to the Ubuntu live boot menu where I could set boot options.13:55
ActionParsnipDunas: did you MD5 test the ISO you downloaded?13:56
E3D3How can I read an extern HPFS/NTFS file-system ?13:57
ActionParsnipE3D3: nautilus can do that already13:57
jribE3D3: plug it in and click on it13:57
yeatsDunas: can you hit a key right after the SYSLINUX message? or does it *immediately* go to the black screen with cursor (menu does not appear by default)13:57
E3D3I'm using Dolpin & never tried with Nautilus. Will try it immediatly. Thanks13:57
bbnnmmanyone knows a fix for this problem, when i use 3 slashes file:///  i can open the fike i want to but not with 2 slashes13:57
ActionParsnipE3D3: dolphin can do it too13:58
jribbbnnmm: what?13:58
yeatsbbnnmm: using which program?13:58
ActionParsnipE3D3: installing nautilus will pull in a TONNE of gtk deps and bloat your OS13:58
bbnnmmandroid13:58
ActionParsnipbbnnmm: android is an OS, not an app13:58
CoverSlidebbnnmm: three slashes is correct13:58
ActionParsnip!info android13:58
ubottuPackage android does not exist in natty13:59
bbnnmmi know13:59
ActionParsnipbbnnmm: so how is it related to Ubuntu?13:59
bbnnmmi mean the dolphin too on android13:59
CoverSlidefile:// is the protocol, and the third slash makes it an absolute path13:59
CoverSlideno other way to do it my friend13:59
bbnnmmits not i think it has to do with linux13:59
ActionParsnipbbnnmm: so you want to access the files in your Android device via Dolphin?13:59
bbnnmmand u r the linux msters13:59
DrGrovGod day everyone. How can I connect a Apple bluetooth Magic Mouse in 11.04? I have an issue that it asks for a pairing code and I do not know where to get that.13:59
ActionParsnipbbnnmm: is that what you want?14:00
=== ABC is now known as Guest15126
ikoniabbnnmm: this channel only supports ubuntu14:00
bbnnmmyes14:00
DunasActionParsnip: I went and checked that one more time, and yes, the md5s match up14:00
bbnnmmwithout the rhird slash14:00
E3D3ActionParsnip: Dolpin & Nautilus don't see it but I can see it with my disk-tool14:00
shane2peruanyway to convert complex html page with frames to a pdf?  or even ebook?14:00
bbnnmmis there a way to edit path or something so that i dont need for the third slash14:01
ikoniabbnnmm: are you using ubuntu ?14:01
CoverSlidethe third slash is an incorrect path14:01
MoshanatorDrgrov: use 000014:01
ActionParsnipbbnnmm: your android device should ask if you want to mount the storage, you need to select this and it will then be seen as a simple USB hard drive.Remember to safetly remove the storage whe you are done14:01
CoverSlidei mean without the third slash14:01
bbnnmmnot ubuntu i have ubuntu on my box but asking about android14:01
=== zz_ng_ is now known as ng_
ActionParsnipE3D3: does:   sudo fdisk -l   show the partition?14:02
ikoniabbnnmm: ok - then this channel is not the correct place to ask14:02
DrGrovMoshanator: Ok, I will try now. I got it the mouse on my better half's laptop14:02
bbnnmmcome on u r the linux heros14:02
ikoniabbnnmm: no, try #android14:02
E3D3ActionParsnip: It has no/blanco outpu14:02
ActionParsnipbbnnmm: the channel has a clear subject14:02
E3D3output14:02
bbnnmmok14:03
ActionParsnipE3D3: its should show your OS partitions at least14:03
bbnnmmthanx :'(14:03
ActionParsnipE3D3: did you use sudo?14:03
E3D3ActionParsnip: Yes, I tried it twice but broke yesterday my shift-button so I try again14:04
ActionParsnipE3D3: you don't need shift....14:04
E3D3I need for my password14:04
Moshanatormaybe his password is such14:04
ActionParsnipE3D3: ahh14:04
DunasActionParsnip, the MD5s are the same. :(14:04
E3D3No output14:05
ActionParsnipDunas: why did you not test it before using it? Why have you only tested it now?14:05
ActionParsnipE3D3: try:  sudo parted -l14:05
jayotterHow do I reset the Ubuntu theme?14:05
DunasActionParsnip, like I said before, I've tested it before, I just double-checked it in case I misremembered.14:05
jayotterI keep seeing the new panel bugs when I switch to the other theme.14:06
E3D3ActionParsnip: That see the drive14:06
ActionParsnipDunas: cool14:06
ActionParsnipE3D3: then you can manually mount, I gues14:06
E3D3ActionParsnip:  /dev/sdb: 500GB14:06
ActionParsnipE3D3: sure, but what partitions are on it?14:06
E3D3ActionParsnip: 1      32,3kB  500GB  500GB    primary14:07
E3D3Partitietabel: msdos14:07
ActionParsnipE3D3: ok so you can mount /dev/sdb114:07
jayotter*sighs*14:08
ondrejmarsalekhi14:08
un1xtem algum brasileiro ai ?14:08
Phoenix87suppose that i want to customize xchat using gtkrc. Which file(s) shall I create/modify?14:08
ikonia!br | un1x14:08
ubottuun1x: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado.14:08
ondrejmarsalekmy x crashes completely when i try to run certain opengl applications14:08
ondrejmarsalekany hints on how to investigate this?14:09
E3D3ActionParsnip: I doesn't mount , or, I don't have that option (like normally) in my disk-tool.14:09
un1xikonia: blz?14:09
E3D3ActionParsnip: I have only choice to reformat it, remove or edit the partition.14:10
ActionParsnipE3D3: use terminal to mount it14:10
Moshanatorjayotter, http://linuxfud.wordpress.com/2007/02/14/how-to-reset-ubuntugnome-settings-to-defaults-without-re-installing/14:10
ikonia!br | un1x14:10
DunasActionParsnip, any other thoughts?14:10
ondrejmarsalekfor example, vmd and google earth cause the crash, glxgears runs fine14:10
ikonia!br > un1x14:10
ubottuun1x, please see my private message14:10
Moshanatorshould still work14:10
atrixfala ai un1x14:10
un1xatrix: vc por aqui14:11
ActionParsnipDunas: not sure dude, maybe others can help14:11
yeatsDunas: my next step might be trying to boot another machine with the USB drive - other than that, I'm tapped out ;-)14:12
un1xikonia: /nickserv REGISTER giovani.eti@gmail.com14:12
ikoniaun1x: no, not me14:12
E3D3ActionParsnip: Thanks for your help14:13
DamienCassouHi. Each time I play a video or watch someone's webcam, the video stays above all other opened windows, even if another window should hide it. Anyone as a clue?14:13
robw/q/14:13
DrGrovMoshanator: It worked now. Had to change in PIN options to the preferred "0000" and then enter it in pairing mode. Thanks for the kind help :)14:13
robwexit14:13
jpmhI want to read one file from an ISO - how di I do it?14:14
ActionParsnipjpmh: mount the iso and you can do as you wish14:15
DrGrovI am having issues on KDE & 10.04 with Chromium not displaying videos properly. It looks like it goes on top of the desktop and not in a new "window". It works as a new window the first time but then the second time I try fullscreen it goes on top of the desktop. Any ideas what might be the problem?14:15
ikoniajpmh: you need to mount the iso14:15
gdzhangmount *iso /somedir/  -o loop14:15
carli2hi14:16
=== raven is now known as Guest61603
mdgeorgehello14:16
carli2i have a question to oneiric: how can i set up multiple desktops?14:16
ActionParsnipDrGrov: can you give the output of:  dpkg -l | egrep "flash|gnash|swf"; lsb_release -a; uname -a14:16
ActionParsnipcarli2: ask in #ubuntu+114:16
soreau! oneiric | carli214:16
ubottucarli2: Ubuntu 11.10 (Oneiric Ocelot) will be the fifteenth release of Ubuntu.  Codename announcement here: http://www.markshuttleworth.com/?p=646 Discussion and support in #ubuntu+114:16
DamienCassoujpmh: just right click on the iso file and choose "Open with archive mounter"14:16
mdgeorgeI have an m-audio fast track pro external sound card, and under natty it only shows up as an output device14:17
jpmhty to all that answered me14:17
mdgeorgeI remember being able to record using it in the past, although I may have installed ubuntu studio or patched my kernel14:17
mdgeorgeI don't remember14:17
mdgeorgecan anyone point me in the right direction for getting recording to work with minimal effort?14:18
=== Mud is now known as Guest36356
DasEimdgeorge: install alsamixergui and audacious, make sure card is unmuted (mic is muted in default) and card is detected properly14:20
=== jsg is now known as Guest4659
mdgeorgewhen running alsamixergui all that shows up is pulseaudio14:21
DasEi!who | mdgeorge14:22
ubottumdgeorge: 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 :)14:22
mdgeorgeDasEi: ok14:23
DasEimdgeorge: is your chip shown it the gui's right upper corner ?14:23
mdgeorgeno, pulseaudio is shown14:23
BluesKajmdgeorge, just run alsamixer in the terminal14:23
DasEi!sound | mdgeorge14:23
ubottumdgeorge: 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:23
mdgeorgeDasEi: that's where I started.  when I open the hardware settings, the device shows up as analog stereo output14:24
DasEimdgeorge: so it seems the correct driver isn't found, you now your chipset/model for audio ? else follow link to get it working14:24
DasEinow = know *14:24
mdgeorgeDasEi: I know it's a fast track pro using the usbsound driver14:26
ActionParsnipmdgeorge: run:  lsusb    you will see an 8 character hex ID you can use to find guides14:26
ActionParsnipmdgeorge: make sure you set the device as whatever it is in sound options14:27
mdgeorgeActionParsnip: you mean the sound dialog under the system settings menu?14:27
ActionParsnipmdgeorge: i guess, basically there is an option to set the sound hardware, it may just pick up14:28
ActionParsnipmdgeorge: if not then use the ID14:28
mdgeorgeActionParsnip: the problem is that the only option is for output, but I want to record.14:29
mdgeorgeActionParsnip: I'm not sure how to "use the ID"14:29
=== emil is now known as Guest55685
DasEimdgeorge: I assume you still have an internal, too ? and can't change the cards under sound ?14:31
mdgeorgeDasEi: I can change the card under sound.14:31
DasEimdgeorge: so it is detected then, and does alsamixer give you channels for midi in, mic ?14:32
italoxpHey guys, to install Android Debug Bridge (adb) on Ubuntu, I need to install Android SDK and it need Java JDK. I need Oracle's one?14:33
DasEimdgeorge: and does cat /proc/asound/cards also show both cards ?14:33
mdgeorgeDasEi: alsamixergui doesn't work.  When I select the soundcard in alsamixer (nongui), it says "this sound device does not have any controls"14:33
mdgeorgeDasEi: yes14:33
=== winston is now known as Guest6703
DasEimdgeorge: I found an older post on that card, to re-build alsa with a switch, we can try that ( will take some 20 min)14:35
ActionParsnip(15:26:49) ActionParsnip: mdgeorge: run:  lsusb    you will see an 8 character hex ID you can use to find guides14:35
mdgeorgeDasEi: ok, I would really appreciate the help14:35
DasEimdgeorge: open a terminal ..14:35
Guest6703I'm having audio issues, and I'm not familiar with audio on linux at all, where should I start for reading? Alsa, pulseaudio?14:36
mdgeorgeDasEi: k14:36
ActionParsnipmdgeorge: use the internet to search for it14:36
=== Guest6703 is now known as Merrnt
DasEimdgeorge: mkdir alsa14:36
DasEimdgeorge: cd ~/alsa14:37
mdgeorgeDasEi: maybe if you send me a link it would be easier?14:37
DasEimdgeorge: wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.24.tar.bz214:37
DasEimdgeorge: I could but there you can make mistakes14:38
mdgeorgeDasEi: ok, I imagine there's a special switch for the configure script?14:39
o0splitpaw0ohowdie doodie everybody!14:40
mdgeorgeDasEi: would it be better to use apt-get source, or do I really want the unpatched tarball?14:40
DasEimdgeorge: right, and some mistakes / changes in the older tut, I'm fine if your'e familiar with it, so : http://tinyurl.com/3zvx2qj14:41
DasEi(^switch)14:41
mdgeorgeDasEi: is there a reason I have to log in?14:42
DasEimdgeorge: latest alsa is always on alsaproject14:42
DasEimdgeorge: ah, sorry, I can pastebin it14:42
mdgeorgeDasEi: no worries, I'll create an account14:42
ldvxI haven't used ubuntu in a long time, is it still necessary to use extra repositories to install certain codecs? Where can I see a list of software in the extra repository? I want to check if dropbox is in the extra repositories14:43
DrGrovHow can I remove Ubuntu One syncing options in 11.04? My fiancee does not want them there in her home folder since it confuses her.14:43
ScottyweeoneMorning all14:44
Ha55anhi, i am trying to change the port number for sshd on 11.04, but my sshd_config is completely empty, when i add a single line "Port 5555" sshd fails to start. any ideas?14:44
MerrntI'm having audio issues, and I'm not familiar with audio on linux at all, where should I start for reading? I've posted in the forums, but no response: http://ubuntuforums.org/showthread.php?p=11169784#post1116978414:45
Ha55anok resolved (stupid me), the port i was trying to use for sshd was already taken. thanks14:47
LafiirIs there a visual indicator for changing display brightness on a notebook (with function keys) like when changing volume?14:48
xanguaLafiir: tried the (sic) function keys¿14:50
=== maxmande2s is now known as maxmanders]
skiy1337A program refuses to operate unless inside a terminal. How can I redirect its  input?14:50
intmedAdded a new network card to system running ubuntu server. How can i configure it to use a specific ip for that interface ?14:51
Lafiirxangua: the keys (Fn+F5/F6 in my case) themselves work (although the change is not permanent and reverts after some random time)14:51
Thelmariaintmed: ifconfig ethX <address> should do it.14:52
Lafiirbut i'd like to have a percentage bar displayed (similar to the volume-changing one)14:52
DasEiintmed: add to /etc/network/interfaces, then sudo service networking start14:54
intmedThelmaria: I think is is not detected by os. how can i make sure it was detected.14:54
mod7help!! i cant see the maximize and close buttons14:54
DasEiintmed: ifconfig shows it ?14:55
mod7i was using ubuntu tweaks and clicked it by mistake14:55
mod7now i cant see close,minimize and menu buttons14:56
DasEiintmed: aka eth0 with ip assigned, eth1 some garbage hex ?14:56
mod7any help??14:57
ldvxis the default file manager still nautilus with 11.04?14:58
DasEiintmed: ?14:58
step2mod7, after what can't you see the buttons?14:59
mod7after ubuntu tweaks14:59
step2mod7, depending what you use they could be on autohide14:59
rahulhello.. everyone..14:59
mod7i clicked on the menu button in ubuntu tweaks14:59
step2mod7, i'm gonna need some more details ...15:00
intmedDasEi: how to check for the list of active or detected network interfaces15:00
DasEiintmed: see above15:00
mod7i installed ubuntu tweaks15:00
rahuli need info on setting up of private cloud server..15:00
=== guampa_ is now known as guampa
rahulcan i use ubuntu 11..15:00
mod7and in window manager section i clicked on the menu15:00
mod7and now all the menu buttons are gone15:00
DasEiintmed: ifconfig shows it ?15:01
rahulany1 pls answer,,,15:01
DasEiintmed: aka eth0 with ip assigned, eth1 some garbage hex ?15:01
DasEirahul: yes, can, see :15:01
DasEi!cloud15:01
ubottuThe Ubuntu Enterprise Cloud (UEC), powered by Eucalyptus, is highly configurable and customizable to a variety of environments. See https://help.ubuntu.com/community/UEC15:01
intmedDasEi: ifconfig ? no, it is showing one Local Loopback and Ethernet. not other interfaces15:01
mod7hahahaha i got it i just enabled windows decorator in ccsm...its back now15:02
DasEiintmed: open a terminal ..15:02
mod7:)15:02
rahuli've heard about open nebula.. which one is better...15:02
intmedDasEi: ok15:02
rahulDasEi..?15:03
DasEiintmed: sudo apt-get install pastebinit && pastebinit /etc/network/interfaces15:03
kwrigh01@seek mark gungar15:03
DasEirahul: can't tell, as I don't use it15:03
rahul@<ubottu> can i install open nebula in ubuntu 11.. and configure it as cloud...15:04
step2rahul, that's a bot ...15:04
DasEirahul: ubott.. is the channel ro-bot, see:15:04
DasEi!brain15:04
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots15:04
DasEiintmed: give resulting url here15:05
rahulokay.. ny other ways of setting up private cloud in ubuntu 10.4 or 11..?15:05
DasEirahul: what will be the purpose of it ?15:05
VirusAlertAnyone want to help a newfag out?15:05
rahulCloud as SAAS or IAAS...15:06
DasEi!ask | VirusAlert15:06
step2rahul, really depends on purpose, budget, skill ...15:06
ubottuVirusAlert: 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. :-)15:06
VirusAlertWell then15:06
intmedDasEi: http://paste.ubuntu.com/675983/15:06
rahuli only need to demonstrate that it is possible..thru open-source software.15:07
step2rahul, well, install linux on a webserver => cloud, kind of. not sure what you really want15:08
step2you can also install it on amazon ec2 or so15:08
eosshow do i print the html contents of a html page in my terminal15:08
DasEiintmed: gksu gedit /etc/network/interfaces15:09
gdzhangeoss: links w3m?15:09
DasEiintmed: http://pastebin.com/jg3bFVP615:09
rahulthe private cloud will provide software as a service.. need to demostrate it in collge lab.. i thought of using a machine on which server is setup & just show the clients connected to it..15:10
rahulsimple as it is... the setup is not in large scale..15:10
DasEiintmed: change IPhere and Netmask to your desired values15:10
step2rahul, your bigger problem is not ubuntu or so per se, but how to make it into a modular, rentable system, if I understand it righ15:10
intmedDasEi: i am using ubuntu server, does it have gedit ?15:11
rahulstep2, tell me what ubuntu version should i use.. ubuntu 10.04 or UEC..?15:11
intmedDasEi: ok, will change valuues15:11
DasEiintmed: save file, restart network; err sudo apt-get install gedit, look at your terminal  (;15:11
step2rahul, if it's as low scale as you say any will so, just go with normal ubuntu15:12
step2or let's say ubuntu server15:12
MerrntI'm having audio issues, and I'm not familiar with audio on linux at all, where should I start for reading? I've posted in the forums, but no response: http://ubuntuforums.org/showthread.php?p=11169784#post1116978415:12
rahulstep2, okie.. i will choose 10.04 as my server, wht's next ? should i go with Open Nebula..?15:13
DasEieoss: use a terminal browser as lynx or such, or convert it via browser15:14
eosscant i just use curl?15:14
step2rahul, sorry, no idea about that15:15
DasEieoss: curl pulls remote content15:15
rahulstep2, can u provide me info of how to set-up a private cloud..?15:15
nicofsCan someone help me troubleshoot my netbook's wlan connection? Sometimes it just works, sometimes I get disconnected an wicd tells me "No Networks found", sometimes I just can't connect ("Bad Password"). It's annoying.15:16
mdgeorgeDasEi: thanks for your help.15:17
DasEimdgeorge: got it working ?15:17
Emerick-samaI'm putting Ubuntu onto my piece and I'm getting error 1515:17
Emerick-samawat do15:17
mdgeorgeDasEi: no, because I wanted to figure out how to use a realtime kernel so that I wouldn't have to go through whatever twice15:17
mdgeorgeso I'm hung up on that now15:17
rahulhello... any around know a bit of info abt Open Nebula "http://opennebula.org/"15:18
DasEimdgeorge: ic15:18
mdgeorgecan someone explain what packages are responsible for the nvidia drivers in natty?  It all seems to be different from how it was15:18
mdgeorgelast time I played with it15:18
DasEiEmerick-sama: grub error 15 ? re-install grub from a live cd15:18
Emerick-sama>live CD15:18
Thelmariarahul: Try #opennebula.15:18
mdgeorgein particular, I have no X when I reboot using the realtime kernel15:18
Emerick-samaDon't have that or a CD ROM15:18
Emerick-samaI dl'd it all15:19
DasEiEmerick-sama: usb ?15:19
Emerick-samaidk why that'd be necessary, it clais it can do it from C: just the same15:19
mdgeorgetutorials that are out there suggest downloading the installer from nvidia and patching it, but I would prefer to use the ubuntu packages if possible15:19
Emerick-sama*claims15:19
rahulstep2, u thier..?15:19
Emerick-samaBut I did that15:20
mdgeorgeI don't even know if I'm still using nvidia's drivers15:20
mdgeorgeI can't find nvidia.ko in /lib15:20
rahulstep2, *their15:20
Emerick-samaHere's what google turned up: http://stringofthoughts.wordpress.com/2009/05/25/grub-error-15-debianubuntu/15:20
DasEiEmerick-sama: what claims can do what from c: ?15:20
Emerick-samaInstall Ubuntu15:20
Emerick-samaLet me find the name of it15:20
Thelmariarahul: there*. Try #opennebula. They should be able to help you with your open nebula questions better then #ubuntu.15:21
Emerick-samaI think it's Unetbtin, DasEi15:21
DasEiEmerick-sama: so again, can that box boot from usb ?15:22
rahulThelmaria, 20:50 -!- Connecting to opennebula port 6667...15:22
rahul20:50 -!- Connection to opennebula port 6667 has failed (attempt 1), retrying in 120 seconds...15:22
Emerick-samaIt can, but I think it's unnecessary15:22
sdcThelmaria: than* #ubuntu15:22
Emerick-samaI don't have an extra flashdrive to spare for this15:22
Thelmariasdc: Touche.15:22
Thelmariarahul: /join #opennebula15:23
Emerick-samaUNetbootin is its full name15:23
sdcThelmaria: ;)15:23
sudiptahi.....is there any good plagiarism detection software for ubuntu?15:23
DasEiEmerick-sama: if you need to repair grub, you have to chroot from another sys, the tut you gave is from 2009, grub1, now grub2 is in use15:23
DasEiEmerick-sama: unetbootin is a tool to boot from usb, yes15:24
rahulThelmaria, how do i set-up a private cloud using ubuntu..? other than using UEC.15:24
DasEiEmerick-sama: so if you can't boot a cd, you can make a bootable flashdrive, and with c: I assume you talk from a windows box, wherefor unetbootin is also available15:25
Emerick-samaWell, I've uninstalled and reinstalled it before, DasEi, and that didn't help15:25
Emerick-samaya that's what I'm trying to do15:25
DasEiEmerick-sama: lil' confusing, you in first hand wanted just an usb install ?15:26
=== himcesjf1 is now known as himcesjf
Emerick-samaNo, from C:15:27
sudiptahi.....is there any good plagiarism detection software for ubuntu?15:27
rahulcloud set-up help..?15:27
roblunI have been having a lot of problems with 64bit, should I just go to 32bit?15:27
DasEiEmerick-sama: c: is windows world, sda1 is linux, but better speak of internal or external hd's15:27
Emerick-samaInternal15:28
Emerick-samaIt can do it from USB, but I don't have one to spare, as I'd need to format it15:28
DasEiEmerick-sama: so you got a broken install on an internal , and the box can boot from usb, right ?15:28
DasEiEmerick-sama: I see, well get one or hang that internal to another working linux-box with grub2 support15:29
DasEimind 32/64bit15:29
sdc!repeat | sudipta15:30
ubottusudipta: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/15:30
=== trions_ is now known as trions
step2sudipta, i don't even know standalone plagiarism detection for win. All I know are webapps and they are paid as they need a giant database to be effective15:30
step2sudipta, and don't even know if they license to individuals15:31
DrGrovSecurity question, what has happened when my better half installed Cacaoweb and Illimitux Firefox addons on her Mac? Do they apparently also affect the router and spread the virus/trojan they seem to be into the router as well?15:31
jribDrGrov: this is not an ubuntu question15:31
sudipta<step2>is there any free version?15:32
DrGrovjrib: Well it basically is a Ubuntu question since it affects my Ubuntu, does it not if it spreads to the router and I have Ubuntu installed as well? But nevermind, I go and get help from someone that actually helps15:33
apotuxQuick question, where the Free ATI driver keep it's configuration in 11.04?15:33
step2sudipta, I doubt it. It costs money for them to keep it current15:33
jribDrGrov: mentioning ubuntu somewhere doesn't make it an ubuntu question, no.  Ask in a channel that can actually help you.15:34
step2DrGrov, has nothing to do with ubuntu, it might be annoyware but not really a trojan. it doesn not seem to spread to anything, let alone routers15:35
step2DrGrov, also, just get her a megavideo account ...15:36
sudiptastep2: :'(15:36
muneebhi, i'm in trouble after uninstalling ati prop drivers. now when i try to reinstall it it gives me error Broken Packages15:36
th0rsudipta: english is your second language, right?15:37
DasEiintmed: working now ?15:37
intmedDasEi: just going to try it. I was eating food15:38
DasEiintmed:save the file , restart network15:38
DasEiintmed:  then sudo service networking stop/start15:39
sudipta<th0r>yeah15:41
DrGrovstep2: Ok, I just got furious so I thought I'd ask here since it was logical to me. Sorry about that. One more quickie, could it have affected my iPhone when I synced it on her Mac which has Cacaoweb and Illimitux?15:44
OerHeksDrGrov this is no iphone or mac support channel.15:46
DrGrovOerHeks: Yes, apparently I know that. Just it was quick question.15:46
th0rDrGrov: what kind of Dr can't understand 'no'?15:48
intmedDasEi: it is now shown in ifconfig.15:48
DrGrovNo more off-topics.15:49
=== grusum is now known as Guest70877
esarprobando...15:51
nicofsI have wlan problems. Either I just get disconnected ("No networks found", dmesg: http://paste.ubuntu.com/675996/ ) or I can't connect in the first place ("Bad password"). HW: Acer Aspire One 532h, Atheros AR9285 - can someone help?15:51
RRT45hello15:51
RRT45i'm looking for a utility that shows the network statistics15:51
RRT45GUI utility15:51
kingofswordshi, can i delete my /var/cahe folder..is this install files ive dled that i no longer need?15:52
th0rRRT45: gkrellm is a system monitor stack. The network portion collects daily, weekly, and monthly stats for each interface15:52
RRT45ok i will look at it.. thanks th0r15:52
whatHi having connection problems with an rtl8187 usb device on my laptop. I am able to connect through an internal card but cannot connect via the usb. The usb will show as connected in network manager, wicd but will not allow me to connect to any http, etc. any help would be appreciated.15:52
o0splitpaw0oHey there, in relation to wifi, have you first tried going to restricted drivers and see if there is a wireless driver to download first?15:53
whatif your speaking to me15:53
mgjRRT45, Not gui, but there is 'iptraf' - Also, check out wireshark15:53
whatmy drivers are supprted15:53
o0splitpaw0oin relation to the atheros15:54
o0splitpaw0owifi driver15:54
nicofskingofswords, have you tried "sudo apt-get autoclean"?15:54
kingofswordsnicofs nah...does that clean out all my unwanted files?15:55
whatrealtek15:55
o0splitpaw0oAfter installing the wifi drivers, power down, back up. SHould kick off the wifi for you.15:55
th0rkingofswords: what exactly do you mean by 'unwanted files'?15:55
whatme?15:55
whatno15:56
kingofswordsnicofs, thx never heard of that b415:56
o0splitpaw0owhat: WHHAT?15:56
nicofskingofswords, at least all the unneeded install files... type "man apt-get" and scroll down to clean and autoclean, that should explain the functionality15:56
kingofswordsth0r like temp and cache files15:56
whato0splitpaw0o I have to correct driver's installed15:56
th0rkingofswords: I don't think you want an apt-get option for that. For temp and cache files there is some new ubuntu thing....bitbleach or something like that15:57
DasEiintmed: nice to here, was away for a minute15:57
DasEiintmed: nice to hear, was away for a minute*15:58
kingofswordsth0r ok thx..ill google thx for tip15:58
kingofswordsalos i delete a file from my windows partition whilst i was in ubuntu and said sent to wastebasket but it isnt there any theres no increase in hdd space after deletion15:59
kingofswordsits not in  windows recycle bin either16:00
DasEikingofswords: if you send files to basket, you don't actually delete them, but move them there16:00
kingofswordsDasEi, yeh but its not in either wasketbasket or recycle bin16:01
intmedDasEi: still i can't ping server from this machine16:01
kingofswordssorry scrub that it is now...must of been reboot thing16:01
DasEiintmed: eth1 shows up as configured, and the server is in the same subnet as your eth1 ?16:01
airtonixkingofswords: look for hidden .trash folder16:02
DasEi!trash | kingofswords16:02
ubottukingofswords: Your GUI file manager's Trash folder is located at ~/.local/share/Trash/ for files moved to trash from your hard disk and .../.Trash-userid/ on external devices for files moved to trash from the device.16:02
intmedyes16:02
airtonixkingofswords: usually files deleted and sent to trash are actually sent to a hidden trash folder which is unique per partition16:02
=== Auriel_ is now known as Auriel
kingofswordsits sorted now guys thx16:03
DasEiintmed: (subnet) example 192.168.1.2/255.255.255.0 < server 192.168.1.3/255.255.255.0  < ubuntuBox16:04
whatHi having connection problems with an rtl8187 usb device on my laptop. I am able to connect through an internal card but cannot connect via the usb. The usb will show as connected in network manager, wicd but will not allow me to connect to any http, etc. any help would be appreciated.16:05
kingofswordscan t find .trash16:05
DasEi!trash16:05
ubottuYour GUI file manager's Trash folder is located at ~/.local/share/Trash/ for files moved to trash from your hard disk and .../.Trash-userid/ on external devices for files moved to trash from the device.16:05
DasEikingofswords: cd ~/.local/share/Trash/ && ls16:05
DasEikingofswords: .local and it's subfolders are hidden16:06
kingofswordsexpunged  files  info16:06
DasEikingofswords: cd files16:06
kingofswordsctrl +h shows hidden files thou16:06
DasEils16:06
DasEiyup16:07
intmedDasEi: checking the subnet...16:07
whatHi having connection problems with an rtl8187 usb device on my laptop. I am able to connect through an internal card but cannot connect via the usb. The usb will show as connected in network manager, wicd but will not allow me to connect to any http, etc. any help would be appreciated.16:07
kingofswordsexpunged? whats that deleted?16:07
intmedDasEi: yes, it was on different subnet, i corrected it and is now working. PING success.16:09
intmedDasEi: sshed into server..16:09
DasEi!yay | intmed16:09
ubottuintmed: Glad you made it! :-)16:09
intmedDasEi: Thanks a lot. :-)16:10
DasEiintmed: have fun16:10
kingofswordsbleach bit isnt in synaptic16:12
kingofswordsoh its its  a deb file16:15
=== ng_ is now known as zz_ng_
photonHey. Could someone please test for me what kernel ubuntu-10.04.3 has? only if you have the .3 version, please. uname -r16:16
DasEikingofswords: is in synaptics16:16
whatHi having connection problems with an rtl8187 usb device on my laptop. I am able to connect through an internal card but cannot connect via the usb. The usb will show as connected in network manager, wicd but will not allow me to connect to any http, etc. any help would be appreciated.16:17
kingofswordsnot my one its not....lucid16:17
DasEi!info bleachbit16:17
ubottubleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 0.8.7-1 (natty), package size 278 kB, installed size 1792 kB16:17
DasEikingofswords: lucid, too16:17
kingofswordsoh....didnt show up when i searched...maybe my respostries arent confi'd right16:18
Abhijithi16:19
Abhijitdownloaded 64 bit flash .so file. how to install it?16:19
Abhijithelp16:19
DasEiAbhijit: better install from repo16:19
DasEi!flash16:19
ubottuTo install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash16:19
AbhijitDasEi, i dont think 64 bit version is in repo16:19
gdzhangin my system  ubuntu 10.10  the .so file is in  /usr/lib/flashplugin-installer/libflashplayer.so16:20
kingofswordsAbhijit, i got prgram called flashaid...i think it dls and installs for you...had loadsa trouble with 64 flash16:21
DasEiAbhijit: tried flashplugin-nonfree ?16:21
Abhijitkingofswords, okay16:21
AbhijitDasEi, actually 32 bit flash is already installed. now it needs to be upgraded so i thought to get 64 bit version16:22
DasEiAbhijit: I had no problem installing ubuntu-restricted-extras which brought flash64 fine to me16:22
AbhijitDasEi, ok16:22
DasEiphoton: got an answer ?16:23
photonDasEi: no16:23
DasEiphoton: on todays updated lucid : 2.6.32.2516:24
photonDasEi: and you got 10.04.3?16:24
DasEiphoton: latest update16:25
photonDasEi: thanks.16:25
=== zombuntu is now known as dropmouse
DasEiphoton: that's default, you can compile others if you want16:26
photonDasEi: yeah, I installed linux-image-generic-lts-backport-natty to get a newer kernel, but it broke my nvidia drivers and some other stuff.16:27
photonDasEi: no idea why.16:27
anadonHow do I set a custom configuration for gcc?16:28
photonanadon: if you can't find help here, maybe try #gcc ?16:28
DasEiphoton: might be nouveau driver, mostly safer to compile and use the old config of a working kernel, sometimes drivers have to be reinstalled (stuff moved from modular to kernel-level)16:29
StaticPhillyevening all, anyone know if its possible for the screensaver to work when i have music playing16:31
DasEikingofswords: I'm not sure if I got you right, you "deleted" a file you now want back ?16:31
StaticPhillyat the moment if i have music playing it dosnt get classed as idol16:31
kingofswordsDasEi, nah i deletd a 8 gb file from xp partition yesterday using ubuntu file browser16:32
photonStaticPhilly: you're using Totem?16:32
photonStaticPhilly: there's a disable screensaver option in the preferences.16:32
DasEiStaticPhilly: I can do so, screensaver-command --lock (If syntax is right)16:32
photonDasEi: I tried reinstalling, but it gives an error when compiling :/16:32
kingofswordsDasEi, i couldnt see it in wastebasket and windows partition didnt increase 8gb either but ive found it now16:33
DasEikingofswords: aah, different partition then homefolder, well look into trash from ubuntu then, ah you found it (:16:33
StaticPhillyphoton: yes im using totem, will give that a try now16:33
kingofswordsyeh i think reboot may have sorted...or i might be blind16:33
StaticPhillyDasEi: will give that ago if i cant get it working via prefrences16:34
DasEiStaticPhilly: nickmiss ?16:34
DasEiah, screensaver, my fault16:34
photon:)16:34
DasEiStaticPhilly: also I can use my lockbutton, but I'm on gnome, not sure for unity16:35
imancif I want some shell commands to run for each user … what file can I add them to?  obviously ~/.bashrc won't do the job16:35
DasEiStaticPhilly: xscreensaver-command -lock  , I looked it up, maybe gotta install it first16:37
culpn8rhow do i remove ubuntu from a dual boot with win7 and regain the HD space for my main partition?16:38
StaticPhillyDasEi: thanks will look into that one, so when you hit your lock key it activates the screensaver?16:38
qinimanc: You mean, you want to have bash script which can be run by any user?16:38
DasEiStaticPhilly: yes16:38
StaticPhillyDasEi: thanks will have a play with that16:39
DasEiculpn8r: simply format from windows to ntfs16:39
imancqin - i basically want export WORKON_HOME=/var/www/vhosts/virtualenvs to be the same for each user16:39
imanc 16:39
culpn8rdasei, from windows disk management i just format the ubuntu partition? how do i remove grub16:40
DasEiculpn8r: ask in #windows about fixmbr16:40
StaticPhillyculpn8r: you should be able to do a repair to replace the grub mbr16:41
qinimanc: /etc/profile and export your variable there16:41
DasEiculpn8r: ##windows it is16:41
qinimanc: But ~/.bashrc should work too.16:42
imancqin - yes, only issue i'd have wiht .bashrc is that if a user logs into the server, they'd have to configure their bashrc also16:42
imancetc/profile seems like the winner16:43
voxcroixhi16:46
voxcroixi have a problem with picasa16:46
voxcroixi have just install ubuntu 11.0416:47
voxcroixafter i clicking the picasa icon, is nothing come out16:47
waderedsoxdoes anyone know why the resize partition option would not show up in the ubuntu install menu16:47
voxcroixwhat is the problem16:48
qinvoxcroix: How did you install picassa?16:48
voxcroixi did not install it16:48
voxcroixit is come with my 1st install16:49
waderedsox does anyone know why the resize partition option would not show up in the ubuntu install menu??16:51
qinvoxcroix: Really? Open termianl and type: picassa16:51
qinvoxcroix: Do you get any err or anything?16:51
DasEiwaderedsox: you have choosen manual partitioning in earlier installers' dialog ?16:52
qinwaderedsox: Is partition mounted? and did you choose ...16:52
voxcroixqin: /usr/bin/picasa: line 139:  5084 Segmentation fault      "$PIC_BINDIR"/wrapper check_dir.exe.so16:52
computerxIs there any way I can disable those tiny scrollbars and go "old school"? ;)16:52
voxcroix/usr/bin/picasa: line 175:  5187 Segmentation fault      "$PIC_BINDIR/wrapper" regedit /E $registry_export HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\16:52
voxcroix/usr/bin/picasa: line 139:  5084 Segmentation fault      "$PIC_BINDIR"/wrapper check_dir.exe.so16:53
voxcroix/usr/bin/picasa: line 175:  5187 Segmentation fault      "$PIC_BINDIR/wrapper" regedit /E $registry_export HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\16:53
DasEi!paste16:53
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:53
qinvoxcroix: I see it, do not spam16:53
voxcroixok16:53
waderedsoxyeah its mounted16:54
waderedsoxive tried both i cant find irt anywhere16:54
dagerivwhy does man pthread_mutex_init gives 404?16:54
waderedsoxtried 10.4, 11.04, and bt516:55
waderedsoxit does not let me do anything otther than format16:55
waderedsoxand my disk isnt fragmented at all16:55
qinvoxcroix: You apparently need to get picasa from google (deb package) and install it: http://ubuntuforums.org/showthread.php?t=155267716:55
voxcroixok.. thank you very much16:56
computerxCan the scroll bar be customised at all? I'm using Gnome, sorry "Classic"...16:57
qincomputerx: Yes, but this reqire repacking theme pack and editing it.16:58
qinwaderedsox: Do you use gparted?16:59
tasslehoffI'm on 10.10, and my nm-applet has gone AWOL. I edited /etc/network/interfaces to bring back wlan, and after a reboot it disappeared.16:59
waderedsoxno16:59
tasslehoffIf I try to add Notification Area to my panel, I just see a small flash of something17:00
computerxqin: I'm willing to dive head-first into something complicated. Can you give me a pointer, or a link that may get me started?17:00
* mang0 has quit IRC (Client quit)17:02
mang0I lied17:03
mang0I'm still here :D17:03
qincomputerx: http://live.gnome.org/GnomeArt/Tutorials/GtkThemes, best may be widgetfactory (and relaxing music, since it is gtk)17:03
qinwaderedsox: If in live session: open gparted.17:04
anadonUbuntu thinks most of the repository signatures are invalid, how do I fix this?17:04
qinanadon: Like PPA repos?17:05
computerxThanks qin, I'll look into it17:05
anadonyes.  Even the security repo17:05
anadonqin: yes.  Even the security repo17:07
ezoneHi17:08
ezone?17:08
anadon!17:08
qinanadon: Do you have any repositories which work, or better can you pastebin: sudo apt-get update17:10
Rainy-dayhi, I would like to send ctrl-r to chromium browser remotely to speed up development.. how can I do that?17:10
lwizardlhello17:11
SIFTURainy-day: have you tried http://freshmeat.net/projects/xautomation/17:13
Rainy-daySIFTU: thanks, will look at that17:13
SIFTURainy-day: you could do it over ssh to a remote machine17:13
lwizardli was wondering what is the easiest way to remove ubuntu from a computer and keep windows. reason  why is my nephew installed ubuntu on his laptop and used the live cd install option instead of the WUBI installer. I would guess boot a gparted disc, remove all linux partitions, and then use a windows cd to repair bootloader ?17:13
=== aaasd_ is now known as aaas
qinlwizardl: Yes. Installator (>= vista ) have feature to fix it.17:15
lwizardlso the vista/seven disc what ever his laptop had. would repair the boot loader if he had the disc for it17:16
muktiAre there any kind of battery management tools for ubuntu?17:17
kingofswordshi is linux-swap the same as virtuak memory in windows?17:17
AglarEdainhi everybody! I'm all new (on both Ubuntu and freenode)17:17
SIFTUkingofswords: yes, a paging file17:17
kingofswordsSIFTU, so is it possible to get rid of the swap file as i have 4gbram?17:18
anadonqin: http://pastebin.com/K9UEsnxJ17:18
kingofswordsi know you can do in windows somehow17:18
qinlwizardl: It should, but /join #windows may help to highlight and dangers of the process, imho your netphew make one mistake, left M$ on the hard drive.17:18
SIFTUkingofswords: yeah you can run without a swap.. but basically it shoudlnt be using so no reason not to have it.. try "free -m" to see how much is being used17:18
muktiI can get about 4-5 hours of battery life on my 9 cell battery. It isn't bad but I would like the best I could get if possible17:18
qin*any17:18
muktikingofswords: How big is your HDD?17:19
lwizardlqin, I think he made 2 mistakes in my opinion. 1) left windows on the machine, 2) wants to remove linux and go back to windows only.17:19
kingofswordsSIFTU,  system monitor says nones used.....i only have 128gb hdd so wondered if i could use the swap?17:19
AglarEdainkingofswords:  You should not get rid of both Windows' virtual memory and Linux's swap partition17:20
kingofswordsAglarEdain, how come?17:20
muktikingofswords: I wouldn't completely get rid of swap, but you could make it smaller17:20
qinanadon: Please /join #ubuntu+1 since you asking question about beta, removing/editing (after backup) /etc/apt/source.list may be a key.17:20
kingofswordsmukti, in gparted its on a different partittin i think17:21
SIFTUkingofswords: http://techie-buzz.com/foss/ubuntu-enable-disable-swap-partition.html17:21
qinlwizardl: I think there is also free to download resque disk for 7, dont know link tho. Yeah boy seems to be making wrong choices.17:22
kingofswordsSIFTU, thx17:23
lwizardlqin, I have been a desktop linux only user for about 4 years now and could not be happier. but he likes to play windows games on his system. and said that wine/cedega didn't play them right. so his loss really17:23
muktiAre there any tools that are more advanced than the power management tool?17:24
SIFTUlwizardl: then he is making the right choice17:24
=== root is now known as Guest607
Guest607hi17:25
kingofswordsis it possible to install somthing on windows partition from within ubuntu? i dont have much space in windows to copy over17:25
flametai1So guys, I have 2 70GB harddrives one of which has Ubuntu 10.10 installed, and now I decided I want to install Windows 7 on the 2nd one, When I install Windows 7 on the 2nd one won't this mess with the MBR? and if so, how hard is it to add Ubuntu 10.10 back on????17:25
SIFTUmukti: http://samwel.tk/laptop_mode/17:25
computerxflametai1: Every time I've seen someone do that, W7 stamps all over the hard drives. You'll need to reinstall grub afterwards17:26
computerxYou know, because Microsoft are obviously the center of the universe and the ONLY OS for you...17:26
flametai1computerx, is it hard to do it? lol17:26
flametai1And of course! You know Windows 7 is obviously the only OS, although Linux is so much better.17:27
computerxI'm afraid I don't know. I make a point of not dirtying my PC with that stuff. It'll involve a live CD though17:27
wildbatflametai1: one way is to deactivated the ubuntu drive, then install Win7 ~17:27
flametai1computerx, I don't really want to do it either but I have no other choice then to for gaming.... =/17:27
kingofswordsflametai1, its easy ...im a linux newbie and done it more than 20 times....17:28
computerxI found World of Warcraft ... acceptable in Wine17:28
wildbatflametai1: or you wanna install win7 then boot back the liveCD  to fix the mbr of grub.17:28
Rainy-daySIFTU: it doesn't work.. it does alt-tab but does not do ctrl-r and does not do 2nd alt-tab, even though the commands are exactly the same as for first alt-tab....17:28
nerihola17:28
nerihola17:28
AglarEdaincomputerx: flametai1: I'll soon have the same problem. I need a Windows for my work. :(17:28
wildbatAglarEdain: dual boot or VBOX :>17:29
nac-godfatherAnyone know how I can enable multiple wireless interfaces to be connected simultaneously.  I have wlan0 (broadcom 4318) and a wlan1 (realtek 8192CU) bot work independently.  But if I connect wlan0 via wicd-client or dhclient and iwconfig, then connect to a subsequent network on the other interface, my browser cannot resolve any addresses, even though both are still connected to the ap.17:29
flametai1wildbat, so if I just unplug the linux hard drive Windows 7 will install on the only harddrive plugged in, and plug the Linux one back in and Grub will pick up Windows 7 AND Ubuntu with out any MBR modification?17:29
muktiSIFTU: have you used laptop mode before?17:29
SIFTURainy-day: it is possible to get working.. I know people who write whole test scripts with it17:29
SIFTUmukti: sure17:29
AglarEdainwildbat: dual boot i will be17:29
muktiWhat kind of laptop? I saw that some thinkpads have trouble with it (which is what I am using)17:30
Rainy-daySIFTU: do you have experience with it, is it ok if I msg you the cmd I'm using?17:30
agentgasmaskHi all. Running: /mnt/usb/boot/grub$ sudo grub-install --no-floppy --root-directory=/mnt/usb /dev/sdg Gives the following error:  The file /mnt/usb/boot/grub/stage1 not read correctly. Is this fatal? How can I fix it?17:30
wildbatflametai1: not on the first boot ~ boot ubuntu then do update-grub and it will be dual bootable17:30
SIFTURainy-day: I do not.. sorry17:30
muktiSIFTU: What kind of laptop? I saw that some thinkpads have trouble with it (which is what I am using)17:30
Rainy-daySIFTU: np, thanks for help though17:30
SIFTUmukti: I have a dell xps 15, laptop-mode tools is completely configureable17:30
flametai1wildbat, I'll be back then I suppose. I shall attempt this. Wish me luck :D17:31
muktiSIFTU: Okay, I'll just have to try it out. Thanks!17:31
SIFTURainy-day: you could also try http://linux.die.net/man/8/xsendkeycode17:31
kingofswordsSIFTU, is that the xps m1330?17:31
SIFTUkingofswords: no XPS 15 (l502x)17:32
MACscrso i have a remote ubuntu 11 system running the openbox gui and my desktop here is a mac. What type of remote desktop setup do you think would be best for me to access the ubuntu system?17:32
kingofswordsahh17:32
nac-godfatherAnyone?  Two wireless connections?17:32
SIFTUMACscr: vnc17:32
Raweedpartitioning help please! trying to install Ubuntu in a external hd, want to partition 200gb on a 1TB hdd for use, so do i change the /dec/sdc1 or do i add new partition table to /dev/sdc, newbie at partitioning :(17:32
zaidwaqi?17:33
zaidwaqihi, testing irssi17:33
wildbatagentgasmask: try --force option and --recheck too17:33
unclemantishow do i do a search for a phrase in all files in a directory and subdirectoryu17:34
AglarEdainwildbat: Thanks for the informations. My *legal* Windows 7 is toasted. (Yes, i own a legal Windows license, I'm really screwed.) I gonna tried to install it again and then go back. See you.17:34
SIFTUunclemantis: grep -r <pattern> *17:34
wildbatRaweed: are you on live CD ? select try install, then System > Admin > Gparted17:34
dropmousedoes ubuntu run telnet server out of the box?17:35
Rainy-daySIFTU: great, got it to work now.. it has to be 3 separate commands instead of 1 long cmd!17:35
SIFTURainy-day: nice17:35
SIFTURainy-day: xautomate?17:35
dropmouseI just installed ubuntu last night, this morning i did an external scan and port 23 was open?17:35
Raweedwildbat: on a USB but can i not do it whilst installing or do i have to create the partition first?17:35
Rainy-daySIFTU: xte command17:35
unclemantisthanks17:35
dropmouseI also had alreasdy enabled the firewall and have only created one allow rule for 22 (ssh)?17:36
wildbatRaweed: i perfer to do partition manually frist and install after a fresh reboot ~ minimize some error.17:36
* zaidwaqi wonders if anyone sees him17:36
=== zaidwaqi is now known as idazuwaika
* wildbat thinks idazuwaika is playing hide and seek.17:37
Raweedwildbat:did not know that, ok how do i use gparted im up have my ext hdd selected how do i patition ?17:38
kingofswordsto format usb stick in ntfs do i use disk utility program?17:38
wildbatdropmouse: ~ telnet is disable by default. you can do test connection to it no?17:38
wildbatkingofswords: you can.17:39
kingofswordswildbat, if i right click it only gives ext3/4 and fat option17:39
unclemantisgrep is not working17:40
unclemantisas in i am searching for something i know that is there and it is not coming up17:40
dylan__is it possible to use the PS_17:40
neriespañol?17:40
dylan__is it possible to use the PS-EYE in Ubuntu ?17:41
dylan__si yo17:41
neridylan como va17:41
dropmousewildbat: lemme check17:41
wildbatkingofswords: that's strange ~ i have NTFS and XFS brtfs ..... etc....17:41
kingofswordshmm17:41
dylan__bah, mirando Ubuntu, que por ahora no tengo arch :P17:41
neripor fin tengo estabilidad y bajo consumo de bateriA17:41
neriME ISNTALE17:41
nerixubuntu 64 bits17:41
wildbatkingofswords: do you have ntfsprogs installed?17:42
kingofswordsnah not unless its part of install17:43
tjiggi_foneri, /join #ubuntu-es17:43
E3D3I'm used to install extra OS's with their own swap partition but heard its better/faster to use one swap for all. Is that true & should it be placed in the middle of the harddisk ?17:43
dropmouseweird. if i scan my external IP 22 is open, but it's not fwd'd to this machine, also if i nmap localhost it doesn't show up- so it must be another machine or the router?17:43
wildbatRaweed: that tool is pretty easy to figure  out not ?  just right clicks new partition ~ or delete resize .....17:43
dropmousewildcat: so it's not this Ubuntu machine, i'll go ask #networking17:44
kingofswordswildbat,  yeh do have ntfsprogs17:44
Raweedwildbat : sorry never partitioned before, ntfs right?17:44
hylianis there a way to add a network monitor to the top bar without adding the indicator plugin?17:45
wildbatkingofswords: it should be by default .... thou you can't , try install gparted and do it there then unless you wanna do it the cli way17:45
wildbatRaweed: no~ ubuntu default is ext417:45
kingofswordswildbat, wont let me do it in gparted either17:46
UukGoblinhi :-) I'm just installing ubuntu 11.04 from a CD, and have chosen to have bootloader installed in /dev/sda3 (cause there was no option to not install a bootloader). It popped up an error during installation saying it can't install grub on /dev/sda3. Then it showed a window asking how I would like to proceed. I've tried selecting "continue without bootloader" (what I'd like most), as well as installing on /dev/sda (as I have a backup), but clicking O17:46
kingofswordscli way sounds good17:46
Raweedwildbat: ok thanks, cos it was ntfs before. changed to ex4, should i partition at the front or back or does that not matter?17:46
UukGoblinI've pressed OK like 10 times now and the dialog doesn't go away17:46
wildbatRaweed: you will need 3 parititon ~15-30 GiB for / , RAM x1/2 for swap , the rest /home17:46
SIFTUE3D3: yes you can use 1 swap for all17:47
wildbatRaweed: do you have windows / DATA in the drive changing it will LOSE all the DATA17:47
kingofswordswildcat its ok ill reboot to windows and do there17:47
E3D3SIFTU: Are there some tricks I have to be carefull for ?17:48
Raweedwildbat: no its a clean ext hdd, theres nothing on there apart from a pdf i think which isnt important. i have managed 200gb unallocated space on it so now 3 partitions on that?17:48
dropmousehow do I list the currently running daemons ?17:48
dropmousesomehow, my machine is running a http server that I never set upo?17:49
UukGoblinI'm kinda stuck in the installation now and not sure what to do :-<17:49
wildbatRaweed: yes ~17:49
UukGoblindropmouse, netstat -lpn17:49
Raweedwildbat: thanks how big do each of them need to be?17:49
UukGoblindropmouse, (as root)17:49
Raweedwildbat: should i leave any free space between the17:49
Raweedthem*17:49
irenicus09Hi can anyone suggest if nvidia optimus cards gt-540m are supported on ubuntu?17:50
wildbatRaweed: don't have to.17:50
wildbatRaweed: again. you will need 3 parititon ~15-30 GiB for / , RAM x1/2 for swap , the rest /home17:50
dropmouseuukgoblin, thanks... there's a lot of output- I'm not sure what a lot of this is?17:50
SIFTUirenicus09: no not by nvidia.. you could try bumblebee17:51
wildbatdropmouse: sudo service --status-all17:51
UukGoblindropmouse, this is a list of sockets open for listening on your computer - it contains the IP address, port number and name of program listening on it17:51
wildbatirenicus09: check if nvidia have the linux driver for it .17:52
RaweedWildbat: got the one for /, How big for the "RAM x1/2"?17:52
SIFTUwildbat: they do not and they wont17:52
wildbatRaweed: how many RAM you have ?17:52
A[D]minSGuys i need ur support urgently17:53
Raweedwildbat:4gb,17:53
philwireHi there, I need to know what might make minidlna stop responding after a few minutes17:53
wildbatSIFTU: good luck with open driver then :<17:53
dropmouseok, apache2 is apparently running? maybe I accidently installed it while trying to apt-get php? hmm...17:53
trionsI am on amd64, there was a flash update yesterday. I install it and nhow flash does not work in FF. It says it coould not find flash.17:53
wildbatRaweed: 4-8GB then, up to you17:53
A[D]minSi duno what happened after applying some updates to my system , suddenly this morning i rebooted my machine and my touchpad mouse stopped without any reason , would you please advise with troubleshooting17:54
UukGoblinheh, the "Cancel the installation" option doesn't work either17:54
SIFTUwildbat: doesn bother me anymore.. the intel on-chip is fine with kernel 3.017:54
Susie|Bot>_>17:54
wildbatSIFTU: :)17:54
dropmousebut what it just start running as a service with no setup? it doesn't seem to be in my "Startup Applications" (in ubuntu)?17:54
dropmousewhat=would*17:54
wildbatdropmouse: that's services ~ :>  it run with default option.17:55
SIFTUdropmouse: it's a daemon17:55
Susie|Bot-!- http://www.pendrivelinux.com/wp-content/uploads/ubuntu804.jpg17:55
Susie|Bot!image ubuntu17:55
Susie|Bot>_>17:55
FloodBot1Susie|Bot: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.17:56
A[D]minSGuys any idea?17:56
UukGoblinwhat's the name of the program that tries to install the bootloader? can I kill it to proceed with installation?17:56
dropmouseok, but other services are listed in that window as well... is there a GUI for setting up services/daemons?17:56
A[D]minSis it a bug in ubuntu 11.04?17:56
Susie|Botmhmm17:56
philwirewhat do you guys use for streaming?17:56
dropmousecool Ubuntu hasw their own pastebin, neat :)17:56
dropmousethanks for the help guys17:57
Susie|Bot-!- Susie|Bot gives Susie the BanHammer.(Stats){+5 Ban}{+10kick}{0kline}{0gline}{+100 Love}{+10%speed}:-!-17:57
Susie|Bot!BH17:57
thegladiatorI cant wget a youtube video ?17:57
Raweedwildbat, done 8 for good measure, 30 for RAM x1/2 and 160 for /Home, now which one do i install on?17:57
Raweedwildbat: ..17:57
SIFTUthegladiator: try youtube-dl17:57
A[D]minSseems i'm the only one who facing a problem with touch pad !17:57
thegladiatorokay17:57
wildbatRaweed reboot first ,:)17:58
thegladiatorA[D]minS, ubuntu on touchpad ?17:58
skim1776is it truth that if I install KDE application to GNOME it will also install a lot of unnecessary KDE dependencies so it's better not to mix them up?17:58
mongytrue17:58
Raweedwildbat: and then install? or is there anything else i need to do beforehand?17:58
A[D]minSthegladiator: yes , it seems that after applying some updates , the touch pad mouse stopped without any reason and i really duno what shall i do to get it work , currently i'm connecting usb mouse but its too hard to use it. any recommendations?17:59
wildbatRaweed: nope17:59
kingofswordsnah cant format usb stick in ntfs17:59
BarkingFishskim1776, if you don't want bloating with various KDE libraries and stuff, I'd try to stay away from KDE apps.  I failed that one - I'm on Kubuntu, installed one thing and got a whole mass of GNOME thingies I didn't want :)17:59
wildbatkingofswords: strange:<17:59
skim1776BarkingFish, thanks17:59
thegladiatorI am sorry I was curious actually , what is the default OS of the tuch18:00
kingofswordswildbat, i know...ive done it b4...must be dodgy stick as i tried in xp too18:00
BarkingFishthegladiator, He's not referring to a touchpad PC, he means the touchpad mouse you get on a laptop18:00
wildbatkingofswords: try cli way18:01
rap2488can anyone help me format http://pastebin.com/X7PVjG1L18:01
thegladiatoroh18:01
rap2488I am using Python18:01
kingofswordswildbat, ok....18:01
E3D3Can someone advice me a page where I can learn about installing more OS's (no windows) with 1 swap & 1 place for user data ?18:01
BarkingFishAs for fixing it, A[D]minS - I know I have a touchpad configuration tool on Kubuntu, but I don't know what the alternative tool is for Ubuntu18:01
SIFTUrap2488: maybe ask in #python18:01
wildbatkingofswords: what ? the stick won't even format in xp?#.# ? dead stick? try dd to wipe it see if that help.18:01
thegladiatorA[D]minS, did you try the touch pad in Windows ? I had a stupid problem once ....I disabled the touchpad mouse throught the leyboard fn+ f7 button18:02
rap2488SIFTU: k, thanks18:02
thegladiatorand all the while I was thinking the drivers were incorrect18:02
kingofswordswildbat, it format in fat16 in xp18:02
SIFTUE3D3: just keep the 1 home dir and 1 swap.. different root for each18:02
intelinside2020i installed ubuntu as sisde by side of windows and it has taken 15 GB of space and i need my space back in c: as i need to install som software which requires space in c: and how to get back tht spacein ntfs without disturbing the current OS18:02
BarkingFishSome laptops also have an explicit button on them to turn the pad off - mine does, Compaq CQ6118:02
irenicus09SIFTU: Sorry for the late reply, but how well does bumblebee work with nivdia cards?18:02
SIFTUE3D3: you can share boot too, but have to be careful18:02
thegladiatorYes , are you sure u have not clicked that button to disable the touchpag through keyboard18:02
A[D]minSthegladiator: in windows , it work however its not working linux18:03
SIFTUirenicus09: it pumps the output from the nvidia card through the intel one18:03
A[D]minSok what is the software which u r using in kubuntu?18:03
kingofswordsis this cli way of formating usb stick...mkfs.ntfs?18:03
thegladiatoroh , so the problem is different , did you check the logs ? /var/log might havve some errors18:03
wildbatkingofswords: yep18:03
Raweedwildbat: thanks for your help, ts creatung them now i'll be back if i have anymre q's!18:03
=== erkan^2 is now known as erkan^
irenicus09SIFTU: so it is like using both cards at the same time? :S18:03
wildbatRaweed: :>18:03
BarkingFishA[D]minS, I have a package called Synaptiks18:03
philwirehow can I force ubuntu to automatically mount my internal drives at bootup? for some reason when I startup it doesn't then it asks me root password to mount them in /media as removable(?) drives18:04
BarkingFishThere's also a touchpad configurator in my system settings18:04
hylianis their another network manager besides the panel applet?18:04
SIFTUirenicus09: yes, just like the windows driver18:04
BarkingFishhylian, you could try wicd18:04
E3D3SIFTU: Thanks. Should I make a home-partition instead of a home-dir ?18:05
wildbat!fstab | philwire18:05
ubottuphilwire: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions18:05
[THC]AcidRainis there any software for ubuntu to handle bill acceptors?18:05
A[D]minSBarkingFish: both are not exist in ubuntu's repository18:05
SIFTUE3D3: yes for sure if you want the same data in each distro.. also make sure you use the same username18:05
intelinside2020How to convert ext4 inside my widows to its old ntfs format18:05
owen1I want to use ubuntu on macbook with a vm. what vm is recommended? i had some issues with vbox in the past.18:05
hylianBarkingFish, every time i try and run wicd, it does not work on my hardware. the indicator applet does.18:05
kingofswordswildbat sorry i mean...sudo mkfs.ntfs /dev/sdb118:05
philwireI really hate playing in fstab wildbat..  care to help me?18:05
[THC]AcidRainintelinside2020, you are in the wrong channel for that18:05
kingofswordssdb1 being usb stick18:06
wildbatintelinside2020: you can't just copy to NTFS18:06
E3D3SIFTU: Great, good that you told that, thanks again.18:06
BarkingFishA[D]minS, hold on then. Which version of ubuntu are you running?18:06
thegladiatorPrefernces-Mouse - did you check what is the status18:06
roscarvset email ramon@gmail.com18:06
SIFTUowen1: virtualbox should be fine.. else vmware workstation for $$18:06
A[D]minSBarkingFish: 11.0418:06
wildbatkingofswords: if sdb1 is your drive then yes18:06
SIFTUE3D3: make sure hwen you set up new distros don NOT format the /home18:06
BarkingFishA[D]minS, Ok, so you're on Natty... give me a few moments while I ftp into one of the pools18:06
intelinside2020[THC]AcidRain: i think u didnt und my problem...my problem is i installed ubuntu as sisde by side of windows and it has taken 15 GB of space and i need my space back in c: as i need to install som software which requires space in c: and how to get back tht spacein ntfs without disturbing the current OS18:07
nate__ irc.blessed.net18:07
kingofswordswildbat, yeh it is...but cli output:Refusing to make a filesystem here!18:07
wildbatphilwire: what you need the guide already said all pretty much.18:07
A[D]minSBarkingFish: tyt , and thanks in advance for ur cooperation18:07
wildbatkingofswords: -F it XD18:07
SIFTUintelinside2020: gparted18:07
kingofswordsok18:07
[THC]AcidRainintelinside2020, so you want to free up space in your ubuntu partition for space in your windows partition?18:07
philwireok i'll have a look18:07
wildbatkingofswords: what big is the stick @@?18:07
A[D]minSi found tpconfig , will give a try with it18:07
kingofswordssame thing18:08
[THC]AcidRainintelinside2020, gparted should work18:08
kingofswordswildbat, scandisk micro  gb18:08
intelinside2020[THC]AcidRain: i ned my space in c: as ubuntu took a lot of size from tht drive18:08
A[D]minSdidn't work:S18:08
wildbatkingofswords: -v see if it spit more detail18:08
BarkingFishA[D]minS, synaptiks is apparently kde only, but it IS in the debian pool :)18:08
owen1SIFTU: i had UI problems with vbox. sometimes the mouse click was offset.18:08
BarkingFishftp://ftp.debian.org/debian/pool/main/s/synaptiks/18:08
intelinside2020SIFTU: will i be able to change from ext4 to ntfs without disturbing my os?18:08
BarkingFishI don't know what gnome's equivalent is18:09
SIFTUintelinside2020: you will be able to shrink the ext4 and expand the existing NTFS, or destroy the ext4 and expand the NTFS18:09
kingofswordswildbat, do i sudo mkfs.ntfs -v /dev/sdb118:09
kingofswords?18:09
ActionParsnipBarkingFish: both can use software centre afaik18:09
SIFTUintelinside2020: it will not convert filesystems18:09
A[D]minSBarkingFish found it now , but it will require to install kde packages :D i'll serach for equivalents18:09
[THC]AcidRainkingofswords, what file system are you trying to create?18:10
BarkingFishOK A[D]minS - It's easier if you keep your system pure :)18:10
SIFTUowen1: I say give it another go.. else the vmware option18:10
kingofswordsntfs18:10
wildbatkingofswords: mkfs.ntfs -F -v /dev/sdb118:10
[THC]AcidRainoh ntfs obviously18:10
intelinside2020SIFTU: it wont create any prob in the boot as grub is my default loader18:10
kingofswordsok thx18:10
A[D]minSBarkingFish: ya but frankly its really weird for being with a usb mouse18:10
hylianis there another network manager besides wicd and indicator applet that will handle wireless?18:10
=== `mOOse` is now known as m00se
ActionParsniphylian: wifi-radar18:11
kingofswordswildbatCould not open /dev/sdb1: Permission denied.18:11
kingofswords,18:11
SIFTUintelinside2020: no it will be fine18:11
owen1SIFTU: ok. thanks18:11
[THC]AcidRainsudo18:11
wildbatkingofswords: sudo :>18:11
BarkingFishhylian, What happens when you try to use wicd?18:11
E3D3SIFTU: I hope that my distro's graphical installation will coorperate. Thanks for the warnings.18:11
hylianActionParsnip, i will try that. wicd will not see my hardware correctly.18:11
E3D3Good luck18:11
SIFTUE3D3: it will, you will have to manually partition is hte installs18:11
SIFTUhylian: then you dont have the firmware or drivers installed18:12
hylianBarkingFish, wicd see's the connection, i give it all the same info as indicator applet, but it can never connect, where indicator applet can. (and I absolutely hate indicator applet)18:12
ActionParsniphylian: then you need to configure the OS, the GUI app configuring the device won't make it any different18:12
kingofswordswildbat,  ah yeh....hehe seems to be going now thx18:12
hylianActionParsnip, actually it does, i just don't know why, for instance, indicator applet can connect, wicd cannot. exact same information, exact same password, still nada.18:13
BarkingFishhylian, I have that problem if I use the wrong wpa supplicant, but with wext it's fine. It always connects Unsecured and WEP though first time18:13
intelinside2020thank u all for the help :)18:13
SIFTUwicd uses wpa_supplicant18:13
hylianBarkingFish, the problem is I do not have any control over that. so what the problem must be is wicd doesn't correctly realize the proper protocol settings, but indicator applet does.18:14
wildbatkingofswords: that's strange ~ didn't you failed with -F before :p thru don't thanks yet wait till it work :>18:14
BarkingFishhylian, You do have control over that.18:14
BarkingFishOpen wicd, click preferences and hit the External Programs tab18:14
kingofswordswildbat,  i put lower case -f does that make differnce?18:14
BarkingFishthe very first drop down gives you a choice of your wpa supplicant - mine are wext, nl80211 or ralink_legacy18:15
kingofswordswhat does -v ? displays a readable output?18:15
SIFTUhylian: what is your output of "lspci|grep -i net"18:15
hylianBarkingFish, i mean over the wireless broadband router. it's set permanently by the cell phone company i get net through, so no, i cannot change it. wish i could though...18:15
wildbatkingofswords: errrrr yes -f = fast format -F = force18:15
kingofswordslol im still newbie sorry18:15
=== eyes_ is now known as EyesIsMine
hylianSIFTU, i am currently not running on my laptop. I am just trying to research another working network monitor, sorry.18:16
=== MasterofTachions is now known as JDuke128
BarkingFishah, I didn't realise you were running mobile broadband18:16
SIFTUhylian: ok18:16
wildbatkingofswords: for details you can do man mkfs.ntfs :>18:16
kingofswordsok thx18:16
YossHi all, i need some help, i wanted to get the latest XFCE and searched for a ppa, i found some ppa called "alexx xfce" via the xfce forums18:17
Yossi tried to add it, but it cannot fetch (that's the error on update)18:17
hyliani think i'll have to go back to my laptop to solve this.18:18
Yossnow, if i understand correctly, it should appear in my sources.list file right?18:18
Yossbecause when i view it, i cannot locate it18:19
ActionParsnipYoss: on the page, there is a link in bold18:19
ActionParsnipYoss: run:   sudo add-apt-repository link18:19
ActionParsnipYoss: you don't need sources.list now18:20
actionbacktrack 4??18:20
actionany one18:20
wildbat!backtrack | action18:20
ubottuaction: 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 Edition18:20
xanguatry the backtrack channel action18:20
ActionParsnipYoss: http://www.webupd8.org/2011/01/xfce-48-ubuntu-1004-and-1010-ppas.html18:20
BarkingFishanyway, time to go get my dinner. See you later dudes.18:21
Yossoh, k, 10x18:22
moesIs there any place with the exception of Bios could wol be activated on a Pc18:26
Yosswhen i'm trying to get, i still get the 404 - not found error18:26
Yossto update*18:26
xanguawhat version of ubuntu are you using¿18:26
Yoss11.0418:26
xanguaYoss: the links says is only for 10.04 and 10.1018:27
Yossyup, missed that :|18:27
SIFTUmoes: yes.. ethtool18:27
moesSIFTU: Thanks18:27
Yossxangua, i'll install 10.1018:27
xanguaYoss: if you are using 11.04 you already are using that version of xfce i suppose18:27
ActionParsnipYoss: you can remove the ppa with: sudo apt-get install ppa-purge; sudo ppa-purge ppa:alexx2000/xfce18:27
Yossthank anyways18:27
xangua.........18:28
Yossi'll do that, thank you very much.18:28
whiz_hey i'm trying to apt-get install a program called doxygen... a lot of things can't be authenticated. Is this file still safe or should I avoid it.18:31
whiz_?18:31
j1mcwhiz_: can you put your sources.list file in pastebin?18:31
whiz_j1mc, why?18:31
j1mcyour sources list show where your files are being downloaded from18:32
whiz_where would this file be, h1mc, /bin?18:32
jhonny_hola18:32
LafiirHow can I get the notebook function keys for display brightness, to display the brightness-indicator when used? Also (possibly related) how can I get them to change brightness permanently instead of the current random-short-term duration?18:32
j1mcwhiz_: /etc/apt/sources.list18:32
jhonny_alguien puede ayudarme18:32
=== Mud is now known as Guest94957
tjiggi_fojhonny, /join #ubuntu-es18:33
j1mcwhiz_: you can even just do:  cat /etc/apt/sources.list18:33
xanguaLafiir: are you the guy that were searching for a brightness Indicator''¿¿18:33
j1mcand then copy and past that into pastebin18:33
whiz_i already did18:33
xanguai mean the little applets in the panel¿¿ Lafiir18:33
Lafiirxangua: yes18:33
jhonny_who can help me18:34
xanguaLafiir: well i just found this when looking into my feeds http://www.subinet.es/software/linux-32bits/como-instalar-un-indicador-de-brillo-para-unity-de-ubuntu/?utm_source=twitterfeed&utm_medium=twitter18:34
j1mcjhonny_: !ask18:34
whiz_http://pastebin.com/fLV7KhEi18:34
jhonny_you speek spanish18:34
xanguaLafiir: here it is in english http://codevanrohde.nl/wordpress/?p=12818:34
jhonny_?18:34
ActionParsnip!es18:34
ubottuEn la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.18:34
Lafiirxangua: i think there is already one installed. it just does not register the keys18:34
BluesKaj!es | jhonny_18:34
ubottujhonny_: please see above18:34
whiz_j1mc, i haven't installed it yet.18:34
j1mcwhiz_: ok - the issue is with line #54 ... the tuxfamily line18:35
jhonny_I speek englis18:35
j1mcyou added that line to your list of repositories, but it isn't digitally signed18:35
jhonny_but I need something of help18:36
whiz_j1mc, what's the solution?18:36
j1mcjhonny_: just ask your question18:36
j1mcwhiz_: see if you can get the digital key from that site18:36
ActionParsnipwhiz_: remove the line, then run: sudo add-apt-repository ppa:cairo-dock-team/weekly/ubuntu18:36
whiz_j1mc, it looks like it's supposedly18:36
whiz_... ic18:36
jhonny_I need actualisar my pnone18:36
jhonny_is a blackberry 853018:37
j1mcActionParsnip: that isn't a ppa, though, is it?18:37
DeltaEpsilonhi, what version of gnome does the current release of Ubuntu use?18:37
xanguathere is also a stable ppa https://launchpad.net/~cairo-dock-team/+archive/ppa j1mc18:37
j1mcjhonny_: you need to connect your phone to your ubuntu setup?18:37
ActionParsnipj1mc: yes18:37
j1mcActionParsnip: ah, ok18:37
xanguawhiz_: there is also a stable ppa https://launchpad.net/~cairo-dock-team/+archive/ppa  *18:37
ActionParsnipj1mc: http://glx-dock.org/ww_page.php?p=ppa%20Weekly&lang=en18:37
j1mcwhiz_: remove the line you added, and then follow ActionParsnip's instructions18:38
j1mcyou'll be all set18:38
ActionParsnipdepends how bleeding edge you want to be :)18:38
Lafiirxangua: I tried this one already. It can change brightness, but so can power management. Neither works together with my function keys. I suspect the keys go directly to the display and bypass any linux input systems, could that be the case?18:38
whiz_kool thanks j1mc, ActionParsnip18:39
xanguaLafiir: you function keys doesn't work¿¿ only for brightnes¿ no idea sorry18:39
DeltaEpsilonhi, what version of gnome does the current release of Ubuntu use?18:39
j1mcDeltaEpsilon: the applications are from gnome 2.3218:39
j1mcin ubuntu 11.10, they will use the apps from gnome 3.218:40
DeltaEpsilonj1mc, what about the desktop?18:40
=== Logan__ is now known as Logan_
Lafiirxangua: they work, temporarily at least. My guess is, they change the brightness and after some time power management resets the levels.18:40
whiz_ActionParsnip, j1mc, I want to install doxygen to generate documentation for abandoned source code files... It's saying some of the dependencies or w/e aren't supported. How can I make sure my computer stays safe?18:40
j1mcubuntu 11.04 uses unity, so . . . it doesn't really use the gnome desktop in a traditional sense18:40
ActionParsnipDeltaEpsilon: as it uses gnome3 in oneiric, it will be gnome 3 desktop18:40
ActionParsnipj1mc: unity is only a shell, it runs ontop of gnome 218:40
* j1mc nods18:41
DeltaEpsilonActionParsnip, I mean the current stable release not the upcoming release in October18:41
ActionParsnipDeltaEpsilon: natty uses gnome2, so uses gnome2 desktop18:41
DeltaEpsilonActionParsnip, how many years support do I get?18:41
ActionParsnipDeltaEpsilon: https://wiki.ubuntu.com/Releases18:42
whiz_WARNING: The following packages cannot be authenticated!18:42
whiz_  doxygen lacheck lmodern luatex texlive-common texlive-doc-base texlive-base18:42
whiz_  texlive-extra-utils texlive-luatex18:42
ActionParsnipwhiz_: can you give a pastebin of the output of:  sudo apt-get update; lsb_release -a      Thanks18:43
jhonny_how i make it18:44
ActionParsnip!paste | whiz_18:46
ubottuwhiz_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:46
sinahi18:46
sinai want to ask something18:47
ActionParsnipsina: ask away18:47
sinais it possible to guide me for vpn?18:48
ActionParsnip!vpn18:48
ubottuFor more information on vpn please refer to https://wiki.ubuntu.com/VPN18:48
=== Buntu is now known as Buntuuu
ilovedasimpshello18:50
whiz_ActionParsnip, http://pastebin.com/Mu3xzqrD18:50
Taftsehello can someone tell me where the any key is ?18:51
whiz_taftse, wildcard?18:51
ilovedasimpsĂзз18:51
j3f3s0NHey guys, how to revert firefox aurora to firefox defaul in ubuntu. I installed and don't know revert!18:52
Taftseno i was providing support and one of the questions i was just asked was wheres is the any key :P18:52
yeatsj3f3s0N: how did you install?18:52
whiz_well any key... is any one18:52
ActionParsnipwhiz_: you may need to add:    88.191.101.8 packages.medibuntu.org       to /etc/hosts18:52
whiz_so tell him 'j' or 'k' or 'home'18:52
j3f3s0Nvia apt-get18:52
Taftseyes i know i just thought it was funny18:53
yeatsj3f3s0N: so you added a PPA or something?18:53
j3f3s0Nyes18:53
ActionParsnipj3f3s0N: http://forums.mozillazine.org/viewtopic.php?f=38&t=26367418:53
Kyle__Is there any word or guestimated timeframe about when netbeans 7 will hit the offical ubuntu repositories?18:53
whiz_ActionParsnip what will that do?18:54
ilovedasimpsШНŐ ŁïКЭš БÖП€Яś18:54
bonhofferi want to search a whole directory for a specific regexp pattern, what tool do you recommend?18:54
ActionParsnipwhiz_: seems you are having issues resolving the medibuntu site, it just makes it resolve using the hosts file to the right IP18:54
yeatsj3f3s0N: so what steps have you taken to try and uninstall?18:54
j3f3s0Napt-get remove ...18:54
ActionParsnipbonhoffer: look into grep18:54
Kyle__bonhoffer: search for filenames matching a regex, or data in files matching the regex?18:55
j3f3s0Nvia ubuntu software center18:55
yeatsj3f3s0N: have you disabled the PPA?18:55
ActionParsnipj3f3s0N: its not apt-get anything18:55
bonhofferActionParsnip: i generally use grep off of more or a stream18:55
whiz_what descriptor do I use to put output into a file?18:55
bonhofferActionParsnip: in this case i would how to put all files into standardout, then grep18:55
bonhofferright?18:55
whiz_cat data > filename?18:55
bonhofferKyle__: data in the files18:55
ActionParsnipwhiz_: justrun:  gksudo gedit /etc/hosts    and add the line.....18:56
Kyle__bonhoffer: yea, use grep.  grep -H "george" /path/to/files/*18:56
bonhofferKyle__: regexp? do i need egrep?18:56
scarleo_Hi, I'm having some trouble with very slow DNS responses, it's the same in all browsers. Pining my default dns server works ok with short response times, IPv6 is disabled. What more can I do?18:56
Kyle__bonhoffer: simple patterns just grep.  Advanced patterns, grep -E18:56
ActionParsnipscarleo_: what DNSs are you using?18:57
bonhofferKyle__: thanks18:57
Kyle__bonhoffer: grep -E "[Tt]he end.$"18:57
Jordan_Uscarleo_: Have you tried a different DNS server, like 8.8.8.8?18:57
Kyle__bonhoffer: Would match "The end." at the end of a line, or "the end." at the end of a line.  You get it right?18:57
scarleo_It's my isps default I guess, you want ip?18:57
ActionParsnipscarleo_: cat /etc/resolv.conf     will tell you]18:58
j3f3s0NI tried via Synaptic package manager too18:58
j3f3s0Nalways when Install, just install firefox Aurora18:59
scarleo_ActionParsnip: Its my isp's default I guess: nameserver 193.150.193.150 nameserver 83.255.245.1118:59
ActionParsnipscarleo_: run:  gksudo gedit /etc/resolv.conf    change the servers to 8.8.8.8   and 8.8.4.418:59
j3f3s0NI don't like these browser18:59
Khisanthnslookup foo.com :)18:59
j3f3s0NAurora18:59
ActionParsnipj3f3s0N: there are lots of browsers to choose from19:00
yeatsj3f3s0N: from the Software Center, go to Edit -> Software Sources..., then make sure that the mozilla daily PPA is unchecked19:00
scarleo_ActionParsnip: Will that change be permanent?19:00
ActionParsnipscarleo_: save the new file, close gedit and try the web. If it's better then you will need to set the DNS in network manager so that the settings stick between reboots19:00
ActionParsnipscarleo_: is it better?19:00
scarleo_ActionParsnip: Ok19:01
j3f3s0Nyeats: I go try19:01
yeatsj3f3s0N: (under the Other Software tab)19:01
j3f3s0Njusta a minute19:01
scarleo_ActionParsnip: No, no difference. Chromium used to be fast, now it says "Sending request..." for maybe 10-15 sec before opening page19:02
=== `mOOse` is now known as m00se
Khisanthwell if it says "Sending request ..." then it isn't DNS19:02
ActionParsnipscarleo_: does it happen as all users?19:02
scarleo_ActionParsnip: Haven't tried19:02
scarleo_I logout and back again, brb19:02
ActionParsnipscarleo_: worth exploring :)19:03
j3f3s0Nyeats: I removed all Firefox19:03
yeatsj3f3s0N: you mean you unchecked the software sources entries?19:04
=== free_drift is now known as free_drift_
j3f3s0Nyeats: yes19:04
j3f3s0Nyeats: is unchecked19:04
scarleo_ActionParsnip: Yep, same on all users19:05
scarleo_Khisanth: Ok, what can it be?19:05
yeatsj3f3s0N: okay - can you open a terminal and enter 'dpkg -l | grep firefox', pastebin the output and share the link?19:05
Khisanthscarleo_: are you connect here on the same connection?19:06
scarleo_Khisanth: Firefox says Looking up...19:06
scarleo_Khisanth: yes19:06
Khisanthscarleo_: before we get to that you could try `dig example.com`19:06
Khisanththat reports how long it took to do the lookup19:07
j3f3s0Nyeats: $ dpkg -l | grep firefox19:07
j3f3s0Nii  firefox                               8.0~a2~hg20110824r75797+nobinonly-0ubuntu1~umd1~natty Safe and easy web browser from Mozilla19:07
scarleo_Khisanth: Query time: 48 msec19:07
Khisanthand reports the server address :)19:08
j3f3s0Nyeats: the command shows this19:08
yeatsj3f3s0N: try 'sudo apt-get remove firefox', then 'sudo apt-get install firefox'19:08
Khisanthscarleo_: if you go to http://www.whatismyip.com/ does it report your IP as 83.249.195.161 ?19:09
ActionParsnipj3f3s0N: well you are using a daily build, it will have issues19:09
yeatsActionParsnip: yeah - I got him to remove the PPA entry ;-)19:09
scarleo_Khisanth: Here is complete output: http://paste.ubuntu.com/676113/19:09
scarleo_Khisanth: yes it does19:09
ActionParsnipyeats: cool19:09
ActionParsnipscarleo_: could install dnsmasq to cache dns resolutions ;)19:10
ActionParsnipscarleo_: makes the web faster19:10
j3f3s0Nyeats: wohoo! It worked!19:11
scarleo_ActionParsnip: ok, I can ttry that19:11
j3f3s0Nyeats: Thank you very much!19:11
yeatsj3f3s0N: great! happy to help19:11
scarleo_ActionParsnip: I already have dnsmasq-base, do I need dnsmasq also?19:11
ActionParsnipscarleo_: http://embraceubuntu.com/2006/08/02/local-dns-cache-for-faster-browsing/19:12
Khisanth49milliseconds faster19:13
j3f3s0Nyeats: you is good especialist in linux!19:13
yeatsj3f3s0N: thanks, though there's always way more to learn! ;-)19:13
g0th_hi19:13
g0th_I dont hear anything anymore19:13
g0th_someone in this channel told me to remove pulseaudio19:13
g0th_then kgs was not working anymore19:14
g0th_so I installed it again19:14
theborgerg0th_: the Nam get yea19:14
Kyle__g0th_: Hum.  Interesting choice on ubuntu...removing pulse that is.19:14
g0th_(pulseaudio)19:14
g0th_still no sound19:14
g0th_someone in this channel said it was the only way19:14
g0th_so I folloed the instructions19:14
ActionParsnipg0th_: what is the output of: wget -O alsa-info.sh http://alsa-project.org/alsa-info.sh && bash ./alsa-info.sh19:14
Kyle__g0th_: Which program gave you no soundbefore you removed pulse?19:14
g0th_I have pulseaudio again19:14
Khisanthheh for me no sound = pulse died19:14
ActionParsnipg0th_: and QUIT hitting enter so much19:14
Guest3258How do I put movies or video's on a 5th generation Ipod in Rhythmbox media player? Or is there another program I can use?19:15
new1How do I get PlayOnLinux to recognize that I AM online?19:15
g0th_alsa-project is not working19:15
mariusmmg2Salutare19:15
g0th_anyway I am listening (resp. NOT listening) to a review of a professional player right now19:16
g0th_without audio, hate it, argl19:16
mariusmmg2hi all19:16
g0th_but I guess it cannot be fixed in 10 minutes right?19:16
Kyle__g0th_: If sound is working with pulse, but not in a specific program, use the padsp wrapper.19:16
yeatsg0th_: what was the original problem?19:17
g0th_no sound in kgs19:17
ActionParsnipg0th_: if you run the command I gave, we can progress19:17
=== josh_ is now known as JoshOvki
Kyle__g0th_: I have no idea what kgs is, but try running "padsp kgs"19:17
new1How do I get PlayOnLinux to recognize that I AM online?19:18
Kyle__g0th_: YOu may have to give the full path to kgs, not sure, but you get the idea?19:18
=== Guest3258 is now known as BlueWolf
BlueWolfHow do I put movies or video's on a 5th generation Ipod in Rhythmbox media player? Or is there another program I can use?19:18
Kyle__new1: No idea.  PlayOn as in the purchased media server software?19:18
g0th_ok19:18
yeatsg0th_: so you have no sound at all, or just still no sound in this single program?19:19
new1<Kyle__> No. The free version, standard.19:19
daniellSaludos cordiales = )19:19
SIFTUBlueWolf: you could transcode them with something like Handbrake19:19
new1It keeps saying "You do not appear to be connected to the Internet."19:20
Kyle__new1: OK.  Well, either way, pay or free, it's PlayOn.  So maybe a playon forum will be able to help you more.19:20
=== `mOOse` is now known as m00se
new1ok19:20
Kyle__new1: For what it's worth, most linux folk use mediatomb, where playon is generally (but not exclusively) used by windows users.  SOrry.19:20
=== mrnotproper_ is now known as mrnotproper
scarleo_ActionParsnip: Well dnsmasq definitely speeded things up19:21
BlueWolfSIFTU: I have Arista Transcoder to convert the movies, I just want to know how I can put it on a Nano 5th generation ipod. Can I do it through Rhythmbox??? Or would I need another program??19:22
scarleo_ActionParsnip: ...in firefox, chromium is still ridiculously slow19:22
nikolaj?spørgsmål nogle af jer der har installeret rails og rendt ind i problemet her: Installing ri documentation for rails-3.0.1...file 'lib' not found19:23
scarleo_ActionParsnip: and now I get 502 bad gateway on some pages19:24
nikolajHi, have any one, had this problem when they installed rail in linux with gem: Installing ri documentation for rails-3.0.10...file 'lib' not found?19:24
[dashhi guys..19:24
[dashI have ipv6 setup in my machine with scope global...19:24
scarleo_Khisanth: Did you have any more suggestions?19:24
Kyle__scarleo_: That sounds kindof odd.  Chromium is blazing on my box, generally faster than FF, but I haven't used 6 yet.19:25
[dashbut when I try to ping it I always get unreachable node19:25
[dashanyone knows why?19:25
Kyle__nikolaj: Which excat package did you apt-get install?19:25
scarleo_Kyle__: It used to be here to, I even reinstalled, removeing all config files and still same problem19:25
mr_e_pandaI installed 10.04 LTS, installed restricted extras, and libdvdread4 and now my dvds won't play19:25
mr_e_pandaany help?19:25
Khisanthscarleo_: with those out of the way, no19:25
nikolajKyle__, I used gem, because apt didn't have the updated version of rails19:26
BlueWolfSIFTU: I have Arista Transcoder to convert the movies, I just want to know how I can put it on a Nano 5th generation ipod. Can I do it through Rhythmbox??? Or would I need another program??19:27
Kyle__nikolaj: Ah.  And now it's complaining ri isn't there?19:27
Kyle__nikolaj: Wait. This is your first gem install on this box, right?19:28
daniellI have a dell inspiron , with the most recent version of ubuntu , why the webcam works only in black an white  ... could anyone givme a hand with that inconvenient.19:28
nikolajKyle__, yes, and it will not work proberly without it19:28
[THC]AcidRainman something is wrong with my update manager. im using 11.0419:28
nikolajKyle__, no, is19:28
[THC]AcidRainit says updates are available. yet when i open the update manager, there is nothing19:28
nikolajKyle__, yes- sorry19:28
=== ryan is now known as Guest74516
[THC]AcidRainand if i click on check for updates. then i get an error19:28
mr_e_pandaSIFTU i  would suggest using Handbrake19:29
=== `mOOse` is now known as m00se
[dashanyone?19:29
[THC]AcidRainW:GPG error: http://archive.getdeb.net natty-getdeb InRelease: File /var/lib/apt/lists/partial/archive.getdeb.net_ubuntu_dists_natty-getdeb_InRelease doesn't start with a clearsigned message, W:Failed to fetch http://archive.getdeb.net/ubuntu/dists/natty-getdeb/games/i18n/Index  No Hash entry in Release file /var/lib/apt/lists/partial/archive.getdeb.net_ubuntu_dists_natty-getdeb_games_i18n_Index19:29
[THC]AcidRain, E:Some index files failed to download. They have been ignored, or old ones used instead.19:29
Kyle__nikolaj: You need to install the dev ruby packages, and build-essentials, otherwise only the simplest of gems will install properly.19:29
[THC]AcidRainoo sry. i didnt realize that error was that big19:29
[THC]AcidRaini think it appears that i have corrupted files on my box. where are they?19:30
=== zz_ng_ is now known as ng_
skim1776does anyone have a laptop with nvidia optimus?19:30
mr_e_pandaI can't play DVD movies after installing the restricted extras. any help?19:30
nikolajKyle__, can I do it with apt or should I use gem19:30
Kyle__nikolaj: It needs to be apt, not gem, because it needs the header files and stuff19:31
Kyle__nikolaj: And probably apt-get install ri, just in case you dont' have that either :)19:31
gdizhello everyone, does anybody know of any good software that will convert videos to .flv's19:32
[THC]AcidRaincan i delete all of the files in var/lib/apt/lists?19:32
Kyle__nikolaj: After you have ruby-dev (or ruby1.9.1-dev), and build-essential, and ri installed, then you can install all your other ruby libraries with gem.19:32
BlueWolfhow do I get onto ubuntu offtopic?19:32
Kyle__gdiz: Nothing good comes of .flv files!19:32
tech1anybody know where can I get a CERC 3 SATA driver for installing linux on a poweredge 800?19:33
nikolajKyle__, I'll try19:33
ilovedasimpsim trying to install wine and i dont know what to do once i reach this  TrueType core fonts for the Web EULA                                      ↑19:33
ilovedasimps │                                                                           ▮19:33
ilovedasimps │ END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE after running sudo apt-get install wine1.319:33
FloodBot1ilovedasimps: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.19:33
gdizyeah...but unfortunately the program I am working with will only accept .flv files19:33
=== `mOOse` is now known as m00se
Kyle__gdiz: I know lots of things that can read them, but I dont' know of anything that can actually put it into that format...most of the stuff I've seen encodes to avi/mpg and a little mp4.19:34
Kyle__humm.19:34
Galvatronilovedasimps: Maybe accept the EULA?19:34
gdizkyle_, does ffmpeg do it?19:34
tech1I'm needing to install ubuntu on a dell poweredge 800 and I can't seem to sense the raid19:34
[THC]AcidRainhow can i set my repoistories to the default 11.04 repos?19:34
ilovedasimpshow it wont let me theres no agree buttons or anything19:34
tech1I've tried ubuntu alternative19:34
tech1the live cd see's the drives19:34
BlueWolfKyle__: How do I get into Offtopic, is it #Ubuntu Offtopic ???19:35
alupcsHi there... I'm installing a kiosk PC. I'm trying to restrict the use of removable devices in ubuntu 11.10. I'm not getting annywere. Some help?19:35
Kyle__gdiz: I know it reads it, dunon if it writes it.19:35
ilovedasimpsits a wall of text then at the way bottom it has <ok>19:35
Kyle__BlueWolf: Not sure. ActionParsnip would know, but I think he's AFK...19:35
BlueWolfActionParsnip: How do I get into Offtopic, is it #Ubuntu Offtopic ???19:36
trism!ot | BlueWolf19:36
ubottuBlueWolf: #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:36
Galvatron[THC]AcidRain: A quick way might be running Ubuntu from LiveCD and copying it's sources.list. If you want to get rid of PPAs, you also need to to remove them from /etc/apt/sources.list.d19:36
[THC]AcidRaini just want these errors to go away. and i want to know what caused them19:37
StaticPhillyevening all, im wanting to install ubuntu 32 onto my external usb hdd, it will be used as a resuce system19:37
tech1anybody know where can I get odd sata drivers for ubuntu?19:37
ilovedasimpshow do i accept agreements in terminal after running sudo apt-get install wine1.319:37
StaticPhillycan anyone see any compat issues i might have?19:37
tech1I seem to remember a site where gentoo people go on debian for finding odd stuff like that19:38
yeatsilovedasimps: tab to "OK" and press Enter?19:38
Galvatron[THC]AcidRain: What errors?19:38
ilovedasimpswow thanks yeats19:38
Galvatron[THC]AcidRain: Could you pastebin them?19:38
[THC]AcidRainyeah hang on19:39
tech1hm...19:39
[THC]AcidRainhttp://pastebin.com/AhTbk0VH19:39
[THC]AcidRaini tried just deleting the files it shows in the error. but when i do. i try to check for updates again, and it just downloads these broken files19:40
[THC]AcidRainGalvatron, http://pastebin.com/AhTbk0VH19:41
shigutsosince last kernel upgrade, my Ubuntu 11.04 is using a lot of swap, even if swappiness is set to 10. What's wrong? Is this a known bug??19:41
alupcsHi, I'm trying to restrict usb access through udev, but it isn't working. Can anybody help me?19:42
yeats[THC]AcidRain: just tuning into your issue... have you pastebin-ed your /etc/apt/sources.list yet?19:42
Galvatronshigutso: How much ram do you have?19:42
daniellI have a dell inspiron , with the most recent version of ubuntu , why the webcam works only in black an white  ... could anyone givme a hand with that inconvenient.19:42
[THC]AcidRainyeats, no i havent. hang on sir19:43
shigutsoGalvatron, 4GB, 1GB swap, I have to run swapoff -a to speed up my PC, as it is using 400MB of swap for no reason (~400MB of RAM used)19:43
Kyle__daniell: Chances are it's not b&w, but the default color settings are screwie, which will make it appear b&w until it's fixed.19:43
user01if i am going to print some rgb photos, is it better to convert them to cmyk first?19:43
[THC]AcidRainhttp://pastebin.com/8fbxwY8f here is my sources19:44
[THC]AcidRainbut i dont see what sources has to do with it. this issue just started out of no where19:44
daniellThanks  = )19:44
nikolajKyle__, I have installed the packages as you say but it's still the same19:44
SIFTUmr_e_panda: i did suggest Handbrake for the transcoding, but does it transfer to the ipod too.. not sure havent used on in years19:45
Kyle__nikolaj: Check the ruby channel, I may be missing a step, but I had similar issues the first time I installed a gem on ubuntu.19:45
nikolajKyle__, I will do19:46
[THC]AcidRainyeats, the error mentions something about games. in which if this is the case. what source contains games? if that is how i fix it. ill just remove that. i have no intention to play any games19:46
Galvatronshigutso: If you have at least 768MB of RAM you need no more than 256MB of SWAP, while up from 1280-1536MB of RAM SWAP is pretty much unnecessary. personally I have 1,5GB of RAM, no SWAP and swappiness set to 0. Best use Gparted to get rid of of this SWAP partition, then set swappiness too 0 and voila.19:46
yeats[THC]AcidRain: this appears to be related: https://answers.launchpad.net/ubuntu/+source/apt/+question/16527219:47
mang0can DDR2 ram run on a DDR3 motherboard?19:47
=== ng_ is now known as zz_ng_
theborgermang0: quick answer no19:47
mang0damn19:47
Kyle__mang0: No, different slot, different animal.19:47
* mang0 sighs19:48
mang0okay, thanks19:48
theborgermang0: long answer, if your an engineer, you could figure it out19:48
yeats[THC]AcidRain: there's also a detailed APT troubleshooting procedure outlined at https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure19:48
mang0theborger: Ah. I see.19:48
shigutsoGalvatron, yes I tought that too, I set 1GB of swap only for emergencies, but I found very weird Ubuntu's kernel using swap that way... I've been using Ubuntu since 2006 (same amount of swap) and this never happened... well, I guess I will disable this partition in fstab... thanks for your help :)19:48
Galvatronshigutso: What is the output of "cat /proc/sys/vm/swappiness"19:48
StaticPhillydoes anyone know were the skeleton directory is for new user accounts?19:49
alupcsHi all, Is there anybody that kan help me with locking down the use of usb-pendrives?19:49
yeats[THC]AcidRain: have you tried disabling/commenting out the getdebs source - that was my though about sources (FYI)19:49
Kyle__StaticPhilly: Isn't it under /etc/skel?19:49
shigutsoGalvatron, 10, it was 60 yesterday (Ubuntu's default), changed to 10, but this didn't solve my problem haha19:50
StaticPhillyKyle__: not sure, looking now, just thought id ask while on here to save searching :)19:50
[THC]AcidRainyeats, "getdeb" was not found in my source list19:51
StaticPhillyKyle__: yea thats the one, thanks :)19:52
yeats[THC]AcidRain: right - looks like it would probably be in a file in /etc/apt/sources.list.d/19:52
=== kreative is now known as Kreative`
Galvatron shigutso: You might also simply comment the SWAP line in fstab, but I guess you can do a better use out of this 1GB than wasting it for useless SWAP.19:53
[THC]AcidRainyeats, hmmm.... i commented it out and that fixed it. but what is wrong with that package?19:53
[THC]AcidRainthe link you posted said something about a 404 error. then something about registering with opendns in which i lost interest because i didnt see what registering with a dns site had anything to do with my package information19:54
Kyle__Is there a way to disable the ubuntuone notification?  I love having it to sync my files, but I _hate_ how it's constantly popping up while I'm coding (I sync my netbeans directory)19:55
dr-willis[THC]AcidRain:  that may be opensns spam 404 replacement page.19:55
scottjis there a cli tool that allows you to scroll an X window without focusing it?19:57
yeats[THC]AcidRain: I don't know... - something about the release file for that repo was messed up - you might have to research the error message to find out more19:59
blinkBlank    /msg nickserv register DoomNGloom quantum@mac.hush.com20:01
blinkBlankIs that the right command to register nick?20:02
yeatsblinkBlank: might want to ask in #freenode20:03
blinkBlankyeats : thanks - having trouble.20:03
FirefisheHow does one reactivate, then deactivate, the root user?20:05
=== michael is now known as Guest69928
OsmodivsHello. Is there a movie converter in Ubuntu to convert movies to .jpg .pngor TGA?20:06
OsmodivsI know there is FFMPEG, but is there one with a GUI?20:06
auronandaceOsmodivs: perhaps a movie editor could do it. try openshot20:07
mongyOsmodivs, winff20:08
mongyOsmodivs, really should compile ffmpeg20:08
mongyhttp://ubuntuforums.org/showthread.php?t=78609520:08
StaticPhillyis there anyway of converting dcf files to mp3 or ogg in linux?20:09
OsmodivsWell, I have ffmpeg, but is just so technical, How do I know what codec to use and all that obscure tech lingo?20:10
mongydcf?20:10
mongyOsmodivs, what do you want to do exactly?20:11
OsmodivsWinff will just convert video to other video formats20:11
StaticPhillymongy: yea its some dumb windows format, think its from ripping cd's in media player20:11
Osmodivsmongy, I want to convert .mov files to .tga files20:11
couagussawhats up ?20:11
scarleoWhy doesnt nameserver 127.0.0.1 get added to resolv.conf even though prepend domain-name-servers 127.0.0.1; is added to /etc/dhcp3/dhcpclient.conf?20:11
couagussahello20:12
couagussahi20:12
mongyOsmodivs, you wanna convert a movie into a series of jpgs?20:12
couagussahow are you?20:12
mongyor tga's20:12
Osmodivsmongy, Into a series of tga20:12
Osmodivsmongy, Do you know how?20:12
mongyOsmodivs, ffmpeg can do that, with the right commands :)  man ffmpeg20:12
Osmodivsmongy,  ....20:13
couagussacomo isso funciona20:14
OsmodivsWhere is Dr. Willis when I need him?20:14
Osmodivsisso?20:14
mongyffmpeg -i foo.mov -r 1 -s WxH -f image2 foo-%03d.jpeg20:14
mongythats from the ffmpeg manual20:15
mongywork with it20:15
couagussakkkk20:15
couagussakkkk20:15
mongycan create a video from many images also20:15
[dashdo you need ipv6 enabled adapter to connec to ipv6?20:15
paxnanAfter changing my username, ecryptfs-mount-private fails with "cannot chdir into mountpoint".20:15
mongypaxnan, tried ecryptfs-setup-private again?20:16
dr-willishmmm?20:16
paxnanI'll try that.20:16
Nomorenadinehttp://obamaslibya.com/ NATO get out!20:16
mongyor maybe need to use the unwrap and wrap commands.. not sure tbh20:17
yeats!pt | couagussa20:17
ubottucouagussa: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado.20:17
Galvatronot! | Nomorenadine20:17
Galvatron!ot | Nomorenadine20:18
ubottuNomorenadine: #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!20:18
Zwei_Zwei20:19
[THC]AcidRainis there any GOOD ipod management tools for ubuntu that isnt listed in the repos?20:25
MerleyIs InitScript something that needs installing or is it there by default? :s20:25
oalCan you recommend a good GUI backup software for Linux, where you can set scheduled backups, per hour, per day or similar?20:25
OsmodivsDoes anyone knows how to convert .mov files to .tga files?20:25
Osmodivsusing ffmpeg20:25
paxnanmongy: fails with "wrapped passphrase file already exists". Should I --force?20:25
zahhAnyone know why nameserver DNS resolving works for ROOT only20:25
zahhon my system20:26
paxnan[THC]AcidRain, have you looked at Medibuntu?20:26
th0roal: not gui, but your best bet will probably be rsync and cron20:26
zahhand not for non-root users20:26
=== Guest3258 is now known as BlueWolf
winutanyone know how to fix this -> Please install the packages python-lxml and python-pyquery from your distributions software manager.20:26
[THC]AcidRaini havent. ill check it out now. what is it?20:26
yeatsoal: try grsync if you want a GUI20:26
zahhI added nameservers to /etc/resolve.conf but resolving only works as root20:26
oalth0r: yes, I'm using rsync for my server, but I'd like a gui for my pc20:26
SIFTUzahh: really "ping <hostname>" does not work20:26
yeats!info grsync20:26
paxnanExtra repositories for audio, video, etc. that have legal restrictions in some countries.20:26
ubottugrsync (source: grsync): GTK+ frontend for rsync. In component universe, is optional. Version 1.1.1-1 (natty), package size 125 kB, installed size 616 kB20:26
oalyeats: thanks, will take a look at it20:26
interwebzI can't log into phpmyadmin even though I have Allownopassword = True. Help please?20:26
paxnanDepending on where you live, you may be able to use some of the stuff there.20:27
th0roal: grsync is a gui for rsync, but you won't be able to schedule it20:27
zahhSIFTU: it only works as root20:27
zahhits in a chroot'd environment though20:27
Flannelinterwebz: You might try also asking in #phpmyadmin20:27
oalth0r: ok... Any other suggestions?20:27
zahhif I go "su [myusername]" and then do it, i get nothing20:27
yeatsoal: rsync + cron is probably the way to go - no GUI, but the syntax is straightforward20:28
paxnanzahh: are you perhaps confusing the root user with the root directory?20:28
mongypaxnan, not sure but if this were my system I might just try removing the .ecryptfs folder (backup first!)20:28
th0roal: not really. I use grsync for my backups, but I order them manually. rsync and cron I think is your only option20:28
zahhpaxnan: Im not sure if I understand what you mean20:28
paxnanzahh, the word "root" is used to mean two different things.20:29
zahhpaxnan: im referring to root user20:29
yeatsoal: there's (or was) a KDE frontend to rdiff-backup that allowed scheduling - but I don't recall the name atm20:29
oalth0r, yeats thanks. I'll do some googling, if I don't find anything, I'll just use rsync and cron20:29
paxnanI wasn't sure because you mentioned chroot, which has to do with the other sense.20:29
oalAh, I'll try to look it up20:29
sjefen6how may I add win7 to the grub manu in this case http://paste.ubuntu.com/676151/20:29
zahhpaxnan: I added working nameservers to /etc/resolv.conf as root, I get resolution as root (ex. ping google.ca) but not when I login as another user (ex. su anotheruser)20:29
yeatsoal: it was called "keep", but it was deprecated along with KDE 3.5 :-(20:30
=== erkan^2 is now known as erkan^
mongyzahh, is the file 644?20:30
* yeats misses that DE20:30
zahh/etc/resolf.conf?20:30
zahhill check20:30
oalyeats: yup, found it on kde-apps. Well, I'm off to some googling then ;)20:30
auronandaceyeats: http://www.trinitydesktop.org/20:31
zahhmongy: its -rw-r--r--20:31
mongyzahh, hmm, idk20:31
[THC]AcidRainthe listed ipod managers for ubuntu is amorock and rhythmbox. neither of which actually manage the ipod20:32
ArseneReiI disabled my wireless networking and I'm not plugged into an enternet port, but I'm still online. How do I find out how?20:32
paxnan[THC]AcidRain, it may not be possible to do what you want because the ipod is full of drm20:32
[THC]AcidRainwhat is drm/20:33
illunaticdigital rights management20:33
paxnandigital rights management, basically apple locks everything up on purpose so you have to use their products.20:33
zykotick9digital restrictions management ;)20:33
illunatic:(20:33
=== erkan^3 is now known as erkan^
illunaticit's iTunes way of encouraging you to downlaod the torrent instead20:34
oalyeats: I found this https://launchpad.net/sbackup Looks pretty good20:34
paxnanmongy, do I need to back up my entire home directory, or just .ecryptfs ?20:34
mongypaxnan, you just made a Private folder?20:35
paxnanNo, I've been encrypting the whole thing.20:35
mongypaxnan, ahh.. tried the ecryptfs-rewrap-passphrase  command?20:36
paxnanYep, no change.20:36
OsmodivsBS20:37
E3D3Can I set up LVM with linuxmint-11-gnome-dvd-64bit20:37
auronandace!mint | E3D320:38
ubottuE3D3: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org20:38
mandi628i'm trying to install ubuntu 10.04 on an old thinkpad, and i seem to be having trouble with the screen resolution, so i can't read the screen prompts and it won't let me login at the login screen; is there a series of commands i can use from the command line to fix that?20:38
mongypaxnan, afaik, removing .ecryptfs is enough20:38
mongypaxnan, thats basically the info for encryption..20:38
mongypaxnan, what about ecryptfs-manager20:39
mongypaxnan, making new public/priv keys might fix it20:39
yeatsauronandace: yeah - I've checked it out before - I just got used to GNOME and never went back.  I do use Clementine, though (based on KDE 3.5 Amarok) ;-)20:39
paxnanmrrr20:39
paxnanWouldn't I first need to decrypt my existing data, so that it can be re-encrypted with the new keys?20:40
E3D3auronandace: Sorry, can you tell me why it is not supported by Ubuntu ?20:40
auronandaceyeats: glad you're aware that it is an option20:40
Galvatronmandi628: What video card have you there?20:40
illunaticdo most people just come here for help?20:41
auronandace!derivatives | E3D320:41
ubottuE3D3: 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 Edition20:41
mandi628galvatron - not sure, but i can't log into the gui, so i'm hoping to do what i need to from the virtual console command line20:41
Kyle__!mint20:41
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org20:41
yeatsE3D3: Mint != Ubuntu (as the Mint folks will be glad to point out to you ;-) )20:41
E3D3Is it political or ... ? Mint feels like Ubuntu.20:42
auronandaceillunatic: or to help others yes, this is the ubuntu support channel20:42
Kyle__E3D3: Lots of distros feel like one another, until you get under the hood.20:43
mongypaxnan, unwrap passphrase you mean?  possibly20:44
Kyle__E3D3: Of course, some are different, even though they're identical under the hood, but the reason they are different is they each have their own package repositories and maintainers.  See RHEL, CentOS and ScientificLinux for that one.20:44
E3D3Thanks all & Good luck20:44
mandi628galvatron: i was just able to get into the command line with the user & pass; not sure why it wouldn't work with the login screen except that i can't see the whole login screen b/c of the resolution probs20:44
ArseneReiDoes anyone know an alternative to gnome for volume/sound management?20:45
ProTekkjoin #puredev RgFz$910!20:47
zykotick9ArseneRei, did you remove PulseAudio?20:47
ArseneReizykotick9: I haven't removed anything.20:48
zykotick9ArseneRei, ok, i was curious.20:48
guntbertProTekk: was that intentional?20:48
[THC]AcidRainyamipod looks really good. but i got an unsupported mhsd number error. deleting20:48
yeatsArseneRei: what's behind the question?  Is something not working?20:49
ArseneReiyeats: Volume works fine. I'm just trying to reduce gnome dependencies.20:49
Kartagishi20:50
yeatsArseneRei: alsa and pulseaudio are independent of GNOME, fwiw20:50
BlueWolfKartagis: Hi :D20:50
auronandaceArseneRei: if you want something lighter than gnome you could use xfce (or lxde)20:50
Anakapenghello20:50
Kartagiswhat could the reason be that I've got symlinks in /etc/init.d/ but vsftpd won't start at boot?20:50
mandi628does anyone know where i can look for assistance with my problem - managing the hardware issues, correcting the screen resolution - all from the command line????20:51
ArseneReiyeats: I have been using alsamixer, but I was looking for an applet, or a least a way to control volume with my media keys.20:51
paxnanOkay, progress: I did sudo mv /home/.ecryptfs/oldname /home/.ecryptfs/newname, and now ecryptfs-mount-private produces a different error message: "Encrypted private directory is not set up properly".20:51
ArseneReiauronandace: I'm not familiar with either of those. I'll look into them.20:51
Kingsycan someone tell me how tok restart syslog?20:51
Kingsyto***20:51
paxnanoh, symlinks.20:52
ubuntu__hi20:52
Langlyunplug the computer and plug it back in20:52
KartagisKingsy: sudo service syslog restart20:52
ubuntu__im running live kubuntu installer dvd20:52
ubuntu__and it wont detect my ocz vertex 220:52
ubuntu__i just updated firmware on ssd, and bios20:52
Kartagiswe've got a funny one here20:52
Anakapengi have a small problem, i use xchat the first time and clicked something and now ist the menubar hidden, does somebody know how i can get the menubar again?20:53
KartagisAnakapeng: View maybe?20:53
urlin2uAnakapeng, crtl-f920:54
KingsyKartagis: syslog: unrecognized service20:54
urlin2uAnakapeng, or right click in the talk area, and look through the options20:54
KartagisKingsy: try sudo service syslog-ng restart20:54
Anakapenga thanks @urlin2u it worked20:55
paxnanYes!20:55
KingsyKartagis: thanks :)20:55
KartagisKingsy: worked?20:55
ubuntu__great20:56
yeatsKartagis: try sudo restart rsyslog20:56
ubuntu__my mobo is prolly to old for the expensive ssd20:56
ubuntu__i just bought20:56
paxnanI had to manually edit /home/.ecryptfs/newname/.ecryptfs/Private.mnt20:56
* yeats assumes you're using the default rsyslog and not syslog-ng20:56
zykotick9Kingsy, see yeats' suggestion above - if you're still having issues20:56
yeats!upstart20:57
ubottuUpstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/20:57
owen1how to enable middle click on a macbookpro (got ubuntu in a vm)20:57
KingsyKartagis: thanks got it.. :) awesome.. thanks for the help20:57
owen1middleclick using the touchpad20:58
Kartagisnp20:58
Kartagisyeats: it wasn't me, it was Kingsy20:58
yeatsKartagis: sorry - the "K" names + autocomplete did it ;-)20:58
Kartagisanother tab-o victim :)20:59
jpapertowelsattempted install of ubuntu-desktop after fresh install using mini.iso (natty), install failing due to broken package (libicu44) - what do?20:59
ubuntu__hey there, need help recovering my ext4 filesystem after a crash during a move with gparted20:59
=== ubuntu__ is now known as razounette
yeatsjpapertowels: can you pastebin the full output of the error you got?21:00
jpapertowelsno because i'm on windows :( it's just the reader uhh gzip or something can't read libicu44's archive saying its corrupted or something and says that every time i redownload it too21:00
yeatsjpapertowels: any particular reason you're using mini.iso to install as opposed to a full CD?21:01
jpapertowelsyeats: my biggest thumb drive is 64 mb lol cant afford cdroms even though i have a blu-ray writer -.-21:02
yeatsjpapertowels: ok - understood21:02
jpapertowelsyeats: also i'm using fakeraid / intel onboard raid because i have a windows installation as well already raided21:03
yeatsjpapertowels: do you just have one machine? (any way to stay on chat while you're booted into Ubuntu?)21:03
jpapertowelsyeats: may be able to get on freenode via ipod! will try21:04
yeatsjpapertowels: you can also use a terminal-based client like irssi or weechat21:04
razounettehi, got a corrupted ext4 partition, fsck says a superblock has got an invalid journal, shoul I try to repair ? thanks.21:05
* yeats uses irssi in whatever environment he's in anyway21:05
jpapertowels-ipoAlright switching to ubuntu21:11
bastedmonkrunning natty: apt-get install --install-suggests <pkgname> never seems to work. am i formatting the command correctly?21:13
yeatsjpapertowels-ipo: all right - when you get in there, do 'sudo apt-get install pastebinit' so you can paste from the command line21:13
jpapertowels-ipoYeats: I am booted into recovery root shell with networking (reg boot fails)21:13
yeatsjpapertowels-ipo: hmm - you're not able to boot normally?21:14
jj995what is your favorite photo manager?  I'm moving my photos from iPhoto, and I really haven't ever used anything else.  I'd like the photos to be stored in a way that is easily backed up by a simple tool like rsync (e.g. albums as folders instead of a database)21:14
yeats!poll | jj99521:15
ubottujj995: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.21:15
mandi628is there another channel where i can find help with the command line and hardware issues?21:15
jpapertowels-ipoYeats: yeah lots of things like ctxfi: Something wrong!! Popping up :s hardware too new for kernel ?21:15
bastedmonkhmm...i ran into problems uninstalling PIM components from KDE/Kubuntu because it would remove KDM and Kpackagekit21:15
guntbert!cli | mandi628 for command line21:15
ubottumandi628 for command line: 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 intro21:15
=== RA_drc_ is now known as RA_drc
bastedmonksometimes when removing 'core' components of KDE21:16
yeatsjpapertowels-ipo: sounds like there may be more than just the ubuntu-desktop install wrong :-/21:16
guntbertmandi628: and maybe ##hardware ?21:16
m_tadeuhi I'm trying to install ubuntu on my laptop, but after a sucessful install, it doesn't boot. grub shows an "error 18"21:16
jj995that #ubuntu-bots channel is terrible... I guess I'll just join another channel21:16
notlisteningevening all21:16
guntbertnotlistening:  Do you have an ubuntu support question?21:17
bastedmonkthat sounds like your MBR doesn't know where to go next, m_tadeu.21:17
jpapertowels-ipoYeats: I guess so... Would you suggest a reinstall from live cd? Idk if that works with fakeraid but I may be able to use my iPod as mass storage device and boot it USB21:17
mandi628guntbert, thank you - i'll give it a try21:17
notlisteningNo gnerally I help answer them guntbert21:18
m_tadeubastedmonk: honestely, I don't know what to do...can you give me some tips?21:18
yeatsjpapertowels-ipo: I might try that next, yes21:18
=== ajf|offline is now known as ajf
guntbertnotlistening: fine :)21:18
notlisteningcan m_tadeu try reinstalling grub again?21:19
m_tadeunotlistening: will it be different from installing the whole ubuntu? it's because I already installed several versions with the same result21:19
jpapertowels-ipoYeats: can I find a daily-live iso of natty amd64 anywhere so don't have to update after install?21:20
bastedmonkare you dual booting, m_tadeu?21:20
notlisteningm_tadeu, not likely, what else is on the hdd?21:20
m_tadeubastedmonk: nop...using the whole disk for ubuntu21:20
m_tadeunotlistening: ^^^21:21
yeatsjpapertowels-ipo: not that I'm aware of - the mini.iso is the closest thing to a "netinstall" that I know of21:21
notlisteningm_tadeu, did you format it completely?21:21
m_tadeunotlistening: I did21:21
R1SKYhi, complete newb here is there an actuall program i can install to linux rather than using irssi? just i have to look up the commands every time i want to get on irc.21:22
guntbertm_tadeu: what version of ubuntu did you try to install? (error 18 was rather well known with grub(1), nowadays grub2 is used)21:22
bastedmonki'm just saying...I ran into that error once when I selected the second partition on a 250GB hdd. I had split the drive into three partitions.21:22
Nemaanjaais there any alternate way to send mail from terminal in one single command line like "# echo testing | mail -s Bla myemail@somewhere.com" , so same method just without echo , single line21:22
jpapertowels-ipoYeats: alrighty thanks anyway! I think the problem with my mini.iso install was my internet it's very unstable Adsl :(21:23
bastedmonkthe third partition is where I'd installed the root which was > 137GB21:23
bastedmonkselected the 3rd partition, rather.21:23
m_tadeuguntbert: 9.04, 10.04 and 11.0421:24
bastedmonki mean it began at a point that was > 137GB into the disk.21:24
Rat123Evening21:24
bahaaI have ubuntu 9.10 on laptop, I wanted to install fedora 15 so I resized ubuntu's root partition from 40 giga to 10 and I can't boot ubuntu anymore, any ideas?21:25
bastedmonkubuntu would not boot from that partition.21:25
guntbertm_tadeu: not sure if it applies to your problem, but have a look at http://www.linuxquestions.org/questions/linux-software-2/error-18-when-trying-to-boot-with-grub-or-grub2-359323/21:25
Rat123Question: Trying to create a launcher for a .jar located /home/game/nnn/ java .jar game.jar21:26
bahaaI resized the partition manually21:26
notlisteningm_tadeu, how old is the hardware Motherboard.  what harddrive are you using?21:26
DeltaEpsilonwhen I press on "Show Desktop", Ubuntu also hides y screenlets. :(21:26
m_tadeunotlistening: quite old...it's toshiba satalite pro 490xcdt21:26
notlisteningDeltaEpsilon, can you use always on top option?21:27
DeltaEpsilonnothingspecial,  I don't it to be  always on top21:27
notlisteningm_tadeu, how confident are you using the BIOS?21:27
DeltaEpsilonI want it to stick to the desktop21:27
m_tadeunotlistening: I'm ok with that21:27
Rat123anyone know how to make a launcher invoke a jar?21:28
linxehRat123: java -jar jarname21:28
zykotick9Rat123, try "java -jar /PATH/TO/FOO.jar"21:28
notlisteningRight have read a little you need to experiment with the HDD settings if there is an options to do that21:29
bastedmonkjava -jar file.jar ?21:29
esref12gh21:29
Rat123bastedmonk: tried that21:29
esref12yes21:29
gayleAfter instaling flite, recordmydesktop no longer records audio.  (I am assuming installing flite has produced this malfunction, but not sure). Any ideas?21:30
Rat123zykotick9: No joy...21:30
* Rat123 bangs head into wall21:31
m_tadeunotlistening: I'm gonna try creating a /boot partition...I'm using the latest BIOS version already21:31
bahaahow to fix a system that doesn't boot because of a partition size mismatch?21:31
staatsfeindinHey, somebody got an idea how to close a programm wich doesn't react? strg + F4 and alt + F4 i already tryed..21:31
Rat123i know the progie runs if i navigate  to there in the terminal and run it that way...21:31
Logan_staatsfeindin: Type << sudo xkill >> in a terminal, and then click the program that is not responding.21:32
staatsfeindin@ Logan okay i will try21:32
notlisteningm_tadeu, yeah i think the /boot parition is a good route as well21:32
m_tadeubahaa: I think I'm having the same problem here....try installing the /boot in a partition alone21:32
galaxyAbstractorHey21:32
notlisteningm_tadeu, I only suggested the BIOS as it is a quick change to rule it out21:32
staatsfeindinxkill:  killing creator of resource 0x2800004             thanks worked great :)21:33
guntbertstaatsfeindin: you aslo can ad a "force quit" button to your panel21:33
guntbert*also21:33
m_tadeunotlistening: in deed....thanx for your tips21:33
bahaam_tadeu, you mean reinstall the boot in a separate partition?21:33
Rat123stupid...java...grumble...21:33
notlisteningm_tadeu, make sure the partition is right at the beginning of the drive21:33
m_tadeubastedmonk, guntbert: thanx also to you guys21:33
staatsfeindin@guntbert how to do so? since i have sometimes the problem that something doesn't react..21:33
galaxyAbstractorIf running a Live CD-like Ubuntu, would it be possible to install stuff to a mounted device (a SD card in this case) and keep everything on next boot?21:33
yeats!persistence | galaxyAbstractor21:34
gayleBefore installing flite, audio recorded fine but had to specify audio with switch --device hw:0,021:34
ubottugalaxyAbstractor: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence21:34
galaxyAbstractorI managed to boot an ubuntu image on my phone and it would be cool running stuff on it too :P21:34
m_tadeubahaa: yes...create a partition with about 32MB and point /boot to it21:34
bastedmonkis the x bit set for the user launching the jar?21:34
bastedmonklike a chmod +x file.jar?21:34
m_tadeubahaa: make sure it's the first one21:34
bahaam_tadeu, but i won't allow me to install /boot without specifying /root partition21:34
bahaait*21:34
Rat123lemme check Busted21:34
notlisteningbahaa you need a / /boot and swap at least21:35
m_tadeubahaa: create the rest os your partotions after /boot21:35
notlisteningyou can live without swap but don't recommend it21:35
gayleThis is a Laptop: Toshiba Satellite Model L5-S241621:36
galaxyAbstractorhmmm21:36
m_tadeubahaa: if you only have /, then create /boot and then /21:36
guntbertstaatsfeindin: sorry, are you using unity, there i don't know how to do it21:36
Rat123ok just ran chmod, got not status from the terminal21:36
staatsfeindinno idea @ gutnbert i use newest linux..21:36
=== Silly_Wabbit is now known as SillyWabit
staatsfeindinguntbert*21:36
galaxyAbstractoryeats: you think it will work with the mounted SD card? I don't know much about partitioning SD cards21:36
staatsfeindinbut i think yes xD21:36
Rat123run java -jar file.jar and the file executes frmo that location.21:37
bahaanotlistening, m_tadeu: but I want the corrupted system to work not installing a new one (new root)21:37
Rat123in terminal21:37
guntbertstaatsfeindin: it is default in 11.04, yes, so I cannot help :(21:37
Rat123Busted: launcher is also set to run it in terminal...21:37
notlisteningbahaa, how long have you been runing the system for21:38
staatsfeindinOh nevermind but i got now the trick with sudo xkill..21:38
bahaanotlistening, about a month21:38
hyliani installed knetworkmanager, and now xfce 4 has no window decorations, and it takes quite a while to get a mouse pointer...??21:38
m_tadeubahaa: I think the partition manager can handle moving and resizing partitions21:39
notlisteningbahaa, gparted is good, but recommend loading a live cd and copying your important files off first21:39
bahaam_tadeu, the problem is that I have used a partition manager (installed fedora 15 ) to resize the root partition and that corrupted the boot21:40
bahaanotlistening, from live CD it can't mount the partition21:40
bahaanotlistening, because size mismatch with some settings file21:40
bahaamismatches*21:41
urlin2ubahaa, you adjusted the partition, from the system rather thean a live cd?21:41
bahaaurlin2u, I adjusted the partition from fedora 15 instillation partition manager (manually)21:42
bahaait was 40 giga I made it 1021:42
urlin2ubahaa, if your talking about fedora you have to use their channel, am I incorrect about the system in question here?21:44
=== zz_ng_ is now known as ng_
NemaanjaaWhen I paste this "echo testing | mail -s Bla myemail@somewhere.com" in terminal it works..but when my application sends that to same place it just get echoed and returns everything except echo..any advice what to do..?21:44
m_tadeubahaa: I'm also not used to the partition manager used in fedora21:44
bahaaurlin2u, I'm talking about ubuntu 9.10 edited by fedora partition manager and not working21:45
m_tadeubahaa: but if the mismatch is from the BIOS to the HD, linux shouldn't even care about it21:45
bahaathe mismatch is in ubuntu dev files21:45
m_tadeubahaa: can you try editing the partitions wirh a ubuntu live cd21:45
urlin2ubahaa, 9.10 is end of life, so  why are you using it?21:45
bahaathe file size the partition is 40 but it's 10 so it can't be mounted21:45
bahaaurlin2u, I used it because I had to use ubuntu on new laptop and didn't have newer version21:46
=== erkan^2 is now known as erkan^
urlin2ubahaa, so the root is not mountable, do you have a separate home?21:48
razounettehey there. my ext4 partition got corrupted after my computer shut down while gparted was moving it. any help ? thanks.21:49
bahaaurlin2u, yes I have21:49
urlin2ubahaa, so any thing you have which want to save, beyond any customization, is in a mountable partition?21:50
urlin2uyou want to save21:50
bastedmonkRat123: are you using KDE by chance to create the launcher in the Desktop folder?21:50
bahaaurlin2u, I just want three things from the /root, the applications I have downloaded and my pidgin chat logs, and tomboy notes21:50
bahaaurlin2u, yes21:50
bahaaurlin2u, but those three21:51
urlin2ubahaa, it not being mountable is from the live cd the root that is?21:51
bahaait's not mountable from any where (not from grub nor live cd nor fedora)21:52
bastedmonki found some odd/bad behavior. my command line when entered was "java -jar /home/user/pcgen/pcgen.jar" but it ends up formatted in the pcgen.desktop file21:52
urlin2ubahaa, did you move the left side of the partition while lookinat it to the right?21:52
bastedmonkRat123: "java -jar /home/user/pcgen\npcgen.jar\s". I edited out the \n and \s and it launched fine.21:53
bahaaurlin2u, I didn't understand, you mean when using the partition manager? have I kept the left side or not?21:53
urlin2ubahaa, did you move the front or the back of the partition, to shrink it the front being moved is when problems happen generally21:54
bastedmonkso basically, if you use the plasma stuff to create the file.desktop launcher, it junks up the command line21:54
urlin2ubahaa, best way to do this for me is to have a look at the whole thing with a script, here it is download it and paste all the text from a RESULTS.txt generated from running the script to a pastebin. http://bootinfoscript.sourceforge.net/21:56
bahaaurlin2u, ok I will21:56
urlin2ubahaa, cool tha will get us closer to whats happening.;-)21:57
urlin2uthat21:57
bahaaok :)21:57
thesheff17as soon as I install ubuntu the video flashes and X never loads? anything I can try?21:57
bahaaurlin2u, you want me to run it from a live cd?21:58
siestacatAttempting to get netflix on a device that's running ubuntu (not a computer)21:58
siestacatThere are no ways currently of running netflix in ubuntu?21:58
urlin2ubahaa, it has to be run in linux so it sounds like yes, if the broken one is the only one on the HD21:58
thesheff17siestacat, no there is no netflix support on ubuntu because of the copywrite protection bs.22:00
Ademanis there a way to get fdisk -l to output the "System" column with more specific information? (For instance it says "Linux" for my ext3 partition, I'd like to have it say ext3 or at least ext if it can't determine which ext version)22:00
bahaaurlin2u, there is fedora 1522:00
BlueEagleAdeman: The file system is not the same layer as the partition.22:01
BlueEagleAdeman: ie,  fdisk is a partition management tool and it doesn't care much for what the partitions contain.22:01
urlin2ubahaa, not sure there, in the end what you need to do is retrive what you want, the applications are not going to transfer here but a supported install. I'm just trying to get you in.22:01
zykotick9Ademan, if the partition(s) are mounted you can use the "mount" command to see the format type22:01
siestacatthesheff17 : there's no unofficial or even illegalish way of bypassing copywrite protection?22:02
AdemanBlueEagle: fair enough22:02
Ademanzykotick9: they're not, but thanks22:02
thesheff17it is because of the DRM copywrite stuff...some people have run windows xp inside a virtual machine22:02
urlin2ubahaa, you need to install lucid at the least, a long term support release, your choice here but 9.10 be installed is a handful of trouble for a new user to be honest.22:03
bahaaurlin2u, I'll try using live cd22:03
thesheff17so I boot the live cd...video works fine...after an install of ubuntu 11.04 64 bit the video just flickers at me? anything I can do to fix this?22:03
bastedmonkademan: fdisk doesn't tell you the filesystem type. it just tells you the partition type which is a different animal22:03
notlisteningthesheff17, what video player you using and which OS?22:04
qinsiestacat: Use other site.22:04
thesheff17ubuntu 11.04 64 bit...ati 687022:04
thesheff17desktop version22:04
BlueEagleAdeman: Without mounting the partition you would need a special tool for the job. The easiest way would be to temporarily mount it and see what file system is there. The alternative is determining it by reading the data in the partition itself.22:04
thesheff17notlistening, x doesn't actually boot it just flickers at me22:05
BlueEaglels22:05
thesheff17after the install22:05
notlisteningthesheff17 which video player program sorry :D22:05
thesheff17it is the whole os22:05
thesheff17not a vide22:05
thesheff17video22:05
notlisteningthesheff17, ah now i understand22:05
zykotick9notlistening, you're not listening ;)22:05
thesheff17lol22:05
notlisteninglol i am now :D22:05
thesheff17like the splash screen22:06
urlin2ubahaa, what happened to the 9.10 cd you would be better running the script from it?22:06
zykotick9!nomodeset | notlistening this might be worth a shot.22:07
ubottunotlistening this might be worth a shot.: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter22:07
NS_techwhat is the easiest way to install an RPM22:07
siestacatqin : another site?22:07
zykotick9NS_tech, dont...22:07
p01sonrpm -i22:07
urlin2uNS_tech, what is the release your trying to do this in?22:07
bahaaurlin2u, I moving the file from this computer to the target laptop (poor transfer mean) just a minute please22:07
NS_techjdk-722:07
qinsiestacat: ...than drm infected netflix, but it is off-topic22:07
SIFTUNS_tech: maybe alien?22:08
zykotick9SIFTU, alien is a bad idea generally - but your answer is correct22:08
bastedmonkBlueEagle + Ademan 'sudo parted -l' does it without mounting or while mounted22:08
bastedmonksorry if i missed it if that was already suggested22:09
NS_techi got the link from oracle.com  and i downloaded an rpm file.  now what do i do with it to install it?22:09
SIFTUNS_tech: you could try https://help.ubuntu.com/community/RPM/AlienHowto22:09
qinNS_tech: or find deb version of package.22:10
BlueEaglebastedmonk: Does take an awful long time to run on my setup.22:10
Kingsyok guys just curious, I have just setup evolution to handle my mail.. I opened it and when I went to close it the left pane greyed out and it refuses to close. I can minimise it expand it etc etc.. just not close it..22:11
Kingsydoes this mean the application has crashed and I should kill it?22:11
bastedmonk40GB drive here...i know most of the world probably runs 250GB and higher on their machines these days22:11
Kingsynm I just killed it..22:12
BlueEaglebastedmonk: Could be my partition tables have been fritzed with disks going back and forth in raid configs and so on for testing. :)22:12
qinKingsy: How many emails do you have on your accouts, since evolution may need time to import them22:13
NS_techsudo: alien: command not found22:13
NS_techwhat do i do now?22:13
Kingsyqin: hmm naa it crashed when I quit. no idea why, I just killed it and restarted and quit.. it worked ok22:14
LanglyLive for about 100 years then die22:14
SIFTUNS_tech: so you installed it?22:14
NS_techoh  wait  i need to atp install alien first22:14
NS_tech8facepalm*22:14
redmenacehi i was wondering if when using jabber/xmpp empathy can retriever the chat room list when im using a conference server other than the jabber.org one22:15
Kingsyqin: if however I have evolution closed. and I sent myself an email (and in evolution I had ticked the box to check for mail every 10 mins) does the application need to be open or will it check in the background?22:15
Kingsyif that makes snese22:15
qinKingsy: evolution have notifier, which if runs will display topup in case of new emails.22:16
jpapertowelswhen I install from live cd will changes I made while inside live make it into the install?22:16
urlin2uKingsy, not sure here never used evolution, but it must be running to check.22:16
BlueEagleredmenace: Not familiar with either the client nor the server, but I would assume that the client would use the same mechanics to look up room lists regardless of which server it was connected to22:16
BlueEagleredmenace: Did you try it and fail?22:16
Kingsyqin: is this something I need to install seperatly?22:16
urlin2ujpapertowels, what changes?22:16
Kingsyurlin2u: yeah thats what I assumed, it wuld just be nice if it gave you a little popup22:17
jpapertowelsurlin2u: like if I remove applications while I'm using the live cd then hit the install button within ubuntu would the removed applications still be installed?22:17
qinKingsy: No, it should be there.22:17
urlin2ujpapertowels, it may  do so, thunderbird does.22:17
redmenaceyeah it think it did BlueEagle when i tried using pidgin it found the rooms fine, but didnt show the number of ppl in them22:17
Kingsyqin: hmm ok22:17
urlin2ujpapertowels, I doubt it22:17
thesheff17how do I get the grub menu to pop up22:18
jpapertowelsurlin2u: umm okay thanks then22:18
qinthesheff17: hold shift22:18
BlueEagleredmenace: If pidgin shows number of ppl in the room on other jabber servers then it's a short comming of the server implimentatoin I reckon.22:18
thesheff17qin, thx22:18
urlin2ujpapertowels, the only thst is transfered is the wifi stuff if you use it in the install generally22:18
bahaaurlin2u, http://pastebin.com/s5j1zkUU22:18
redmenaceBlueEagle it didnt show them22:19
bahaaurlin2u, I done it right?22:19
BlueEagleredmenace: I am thinking that such metadata queries may go on different ports. Did you check that nothing ran into a wall our out a broken route on the way?22:19
BlueEagleredmenace: If Pidgin never shows the number of ppl on jabber servers then it's a short coming in the client.22:19
redmenaceoh22:20
redmenaceBlueEagle it doesnt show the number of ppl in the chat rooms22:21
NS_techsudo apt install alien isnt working22:21
qin!alien | NS_tech22:22
ubottuNS_tech: RPM is the RedHat Package Management system. Ubuntu uses !APT, not RPM. RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous and unsupported)22:22
=== EgyParadox11 is now known as EgyParadox1
SIFTUNS_tech: that isnt a valid command "sudo apt-get install alien" or as those instructions say use aptitude22:22
BlueEagleredmenace: Is that limited to your sever or does it never show on any server?22:22
=== EgyParadox1 is now known as EgyParadox
redmenacewell its a empathy question, but no i dont think so BlueEagle22:23
urlin2ubahaa, yes, to be honest tying to fix this is a waste of time, other then your attachment to any logs in the root, its not being read. Someone might suggest a fsck on the sda5, but that is outside of my usual area I have not had to do that.22:23
cornetflash 10.3.183 - anyone have trouble with it freezing if you don't move your mouse and know how to fix ?22:23
redmenaceoh well gotta go BlueEagle ill just live with it22:24
cornetsound works fine, just video freezes till you move mouse again22:24
urlin2ubahaa, you might just consider this a error, and just reinstall a supported release and and let grub2 be in the mbr, to boot everything easily22:24
usr_how do I know if I am running 32 or 64 bits version?22:24
cornetusr_: uname -a22:25
cornetusr_: that will tell you, if you see amd64 then it's 64but22:25
cornetusr_: *bit22:25
usr_cornet,  x86_6422:25
bahaaurlin2u: I usually use fsck but it didn't work this time, the only way I was able to browse the partition is using grub command line22:26
usr_I have this problem: error while loading shared libraries: libfuse.so.2: wrong ELF class: ELFCLASS64 now I just realized I have ubuntu 64 bits :p has anyone heard of this problem before?22:26
bahaaurlin2u, thanks for your help :)22:26
urlin2ubahaa, no problem, hope you get done what you need. ;-)22:27
bahaathanks, I hope that too :)22:28
=== Smedles_ is now known as Smedles
ActionParsnipusr_: did you install a deb of your own, or copy a file yourself?22:29
ActionParsnipusr_: or force install a deb22:29
usr_ActionParsnip, yes, I am trying to install pogoplug using an executable file that I got from the pogoplug.com website22:31
ArseneReiMy terminals aren't refreshing correctly. They seem to refresh right now only when I switch to a different window. Any thoughts?22:31
usr_ActionParsnip, it was compressed (I don't think this matters at all...)22:31
illunaticauronandace: thanks :)22:32
Phoenix87ArseneRei, maybe some problems with your graphic card drivers?22:32
ArseneReiPhoenix87: Hm, maybe? All I know is this started since I upgraded to natty.22:34
ActionParsnipusr_: then you need to undo whatever you did, then install the 64bit version22:35
usr_ActionParsnip, by any chance do you know if this might be caused because the file I am trying to install may be compiled for a 32 bit version (which I think it is)22:36
ActionParsnipusr_: yes, you need to match the arch22:36
OerHeksusr_, i see no mention of a linux package @ pogoplug22:37
illunaticArseneRei: tty terminal resolution?22:37
DuartmaNhi, anybody know how to change audio sample rate on ubunut?22:37
ArseneReiillunatic: I don't know what that is.22:38
DuartmaNmy audio card play sound with hight pitch22:38
ArseneReiI know tty and terminal and resolution, but not together.22:38
ArseneReiI will say this happens for all terminals, not just my favorite.22:38
tbruff13can someone help me install this program for apt-fast http://www.unixmen.com/linux-tutorials/linux-distributions/linux-distributions4-ubuntu/1435-1blink-updater-an-interface-to-simply-install-apt-fast22:38
usr_OerHeks, http://www.pogoplug.com/downloads.html22:38
=== Lo is now known as Guest7870
zykotick9usr_, did you notice the "Requires i686 32-bit." message?22:39
usr_I found the 64bit version22:40
usr_http://download.cnet.com/Pogoplug-Drive-for-Linux-64-bit/3000-18500_4-75446034.html22:40
ActionParsniptbruff13: easier: http://www.techdrivein.com/2010/11/apt-fast-accelerates-your-apt-get.html22:40
tbruff13thanks22:40
ActionParsniptbruff13: apt-fast is the bom!22:41
tbruff13ActionParsnip: help how do i get synaptic to use it too22:41
usr_that looks interesting... what is the difference (besides speed) between apt-get and apt-fast?22:41
ActionParsniptbruff13: not sure there dude, sorry. I don't use synaptic22:41
ActionParsnipusr_: lots, it downloads from multiple locations22:42
usr_is this a recent development?22:42
rodhashHello folks.. Please, I'm trying to install just the lxdm (Login Manager) to use instead of GDM, which is not lightweight.. actually even gets close... But when trying to install lxdm it tries to remove two really important packages: ubuntu-desktop and xubuntu-desktop... How can I install it without removing anything?22:43
usr_I have been disconnected from linux since I got my new job :( they use the trouble OS22:43
ActionParsnipusr_: not sure, not really looked, nor do I think it'simportant22:43
DeltaEpsilonwhat is the command to restart network-manager (applet)?22:44
tbruff13ActionParsnip: help me install 1blinkupdater22:44
tbruff13http://www.unixmen.com/linux-tutorials/linux-distributions/linux-distributions4-ubuntu/1435-1blink-updater-an-interface-to-simply-install-apt-fast22:45
tbruff13the repo is down i think22:45
ActionParsniptbruff13: the repo stated only supports up to maverick22:45
usr_ActionParsnip, zykotick9, OerHeks, I got the pogoplug 64bit working yeeeiii :)  Thanks guys22:46
tbruff13ActionParsnip: well i am using linux mint based on ubuntu so how can i add the repo to my sources and install the maveric version22:46
ActionParsniptbruff13: mint isn't supported here22:46
usr_has anyone tried adding more fnctionality to pogoplug, is anyone familiar with the device?22:47
ActionParsnipusr_: wtg22:47
tbruff13i know but it is based on ubuntu and all ubuntu packages work with it22:47
ActionParsnip!mint | tbruff1322:47
ubottutbruff13: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org22:47
tbruff13i know i know but you guys are more help so please just tell me how you would add it in ubuntu22:48
ActionParsniptbruff13: by the same token, if you ask for support in #debian (which ubuntu is based on) you will be directed here22:48
ActionParsniptbruff13: its really that simple22:48
OerHekstbruff13, read back, to the link ActionParsnip gave u22:48
tbruff13i have that link and i know how to install apt-fast but how do i get to work with synaptic22:49
zykotick9tbruff13, your choice of distro dictates the support you get22:49
tbruff13ok fine be like that22:50
phillyji'm trying to put the terminal to the background but not sure what "System->preferences->sessions, "Startup Programs" " refers to. help?22:50
DeltaEpsilonwhat is the command to restart network-manager (applet)?22:50
rodhashGuys, can I install lxdm in Maverick without removing anything else? Like conflicting packages (ubuntu-desktop)?22:50
urlin2urodhash, yes22:50
dhdfbC Programming Question: Can I define a function in the .h file instead of having separate .c and .h  files?22:51
ActionParsniptbruff13: its not like that, you aren't using ubuntu, your support is elsewhere22:51
=== aaron is now known as Guest19247
clemenstimplerhi everyone - does anyone have an idea how to file a bug against a translation in launchpad?22:51
ActionParsnip!bug | clemenstimpler22:51
ubottuclemenstimpler: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.22:51
notlisteningdhdfb, That is bad practise22:51
ActionParsnipdhdfb: I'd ask in #c22:51
ActionParsnipdhdfb: you could, but it's not great22:52
=== ronnie_ is now known as Packrat3
notlisteningIf you running compilers they will not expect that to be found in a header22:52
rodhashurlin2u: How? During aptitude install it tries to remove ubuntu-desktop22:52
dhdfbGot it. I'll leave em separate. Thanks guys22:53
Guest19247hey all, once i have had firefox on my luncher by i accidentally took the checkbox off(keep on luncher option), and the icon just disappeared how may i return it back onto luncher ?22:53
urlin2urodhash, well then your question is answered, I guess.22:53
Packrat3ok doods...got a problem with sound on a compaq CQ56 runnin 10.04... my alsa driver is up to date....but i can only get sound via headfones...22:53
ActionParsnipGuest19247: run the browser, when it reappears, right click it and select 'keep in launcher' or whatever it says22:54
Packrat3searched the forums and found the problem, however they said to "upgrade to alsa version 1.0.23" im at 1.0.24..22:54
urlin2uGuest19247, launch it and right click-keep in launcher22:54
Guest19247ActionParsnip, the problem is exactly that it does't appear no longer on luncher22:54
ActionParsnipGuest19247: or drag from dash22:54
Guest19247ActionParsnip, does't keep there:( I drag-drop but as i leave the left click to done it, it automatically goes off, actually it's not FireFox it's Poker game22:55
rodhashGuys, lxdm conflicts with this package, is this important to the system or can I remove it?22:56
rodhash  lxdm: Conflicts: libpam-ck-connector but 0.4.1-4ubuntu1 is installed.22:56
* Packrat3 sighs22:56
Guest19247ActionParsnip, urlin2u ok i tried the same with FireFox it worked... it appeared back, but my Poker game did't... as i run poker game it does't appear on luncher :(22:58
ActionParsniprodhash: what is the output of:  lsb_release -c22:59
rodhashCodename:       maverick22:59
Guest2070how can i have mutt fetch mails and then exit, all from the command line?22:59
Guest2070mutt is an email client22:59
Fudgeehlo, if a w/card is listed in lsusb does that mean that it  can be used. iwlist is not showing any networks22:59
ubuxubuis 11.04 ubuntu a LTS ?23:01
Guest2070wat is lts?23:01
ActionParsnipubuxubu: no23:01
zykotick9ubuxubu, no - 10.04LTS is23:01
ActionParsnip!lts23:01
ubottuLTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Lucid (Lucid Lynx 10.04)23:01
ubuxubuso that means 10.04 is the current LTS23:01
ActionParsnipubuxubu: yes, 12.04 is the next LTS23:01
ubuxubuwhen does the LTS expire for ubuntu 10.04?23:02
ActionParsnipubuxubu: https://wiki.ubuntu.com/Releases23:02
Packrat3grumble stupid...alsa...grumble23:04
ubuxubuty ActionParsnip23:04
FudgeActionParsnip  u know about firmware for ralink wifi cards?23:04
ubuxubuall set here23:04
ubuxubui like 10.04 the best anyway23:05
starZhi there - do you know if it's possible to change or delete a comment on launchpad.net ??23:05
notlisteninganyone have experience with open-chrome video driver and 11.04 & >23:05
ActionParsnipFudge: nearly nothing23:06
ActionParsnipnotlistening: i've only seen people needing to use xorg.conf to make them work23:07
FudgeActionParsnip  i figure that lsusb showing the card means it is working23:07
ActionParsnipubuxubu: oneiric here, works fine :)23:07
ubuxubuis that one 11.04?23:07
notlisteningActionParsnip, all i get is a blank screen now23:08
ActionParsnipFudge: no, just shows it's detected23:08
mrdebhi, is everyone in ubuntu ok from the hurrican23:08
ActionParsnipnotlistening: try the boot option: nomodeset23:08
mrdeb?23:08
notlisteningdo i add that on the grub command line?23:08
urlin2umrdeb, not ubuntu support, and would not be discussed here anyway.23:09
phillyjcan i get a transparent terminal such that i can see programs behind it like firefox?23:09
phillyjthe transparency settings only let me see the desktop background23:09
ActionParsnip!nomodeset | notlistening23:10
ubottunotlistening: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter23:10
urlin2uphillyj, you are doing it already I can see FF behind my slightly transparent terminal23:12
urlin2uin 11.04 phillyj23:12
mrdebi am just concerned ok, for ppl in storm23:14
mrdebonce in lifetime23:14
urlin2uphillyj, are you adjusting the transparency in the terminal edit-profile preferences?23:14
Fudgethanks ActionParsnip23:15
urlin2umrdeb, we all are but understand boundaries.23:15
urlin2ugenerally lol23:15
ubuxubui am about to install 10.04 on a vista laptop. i am debating at this moment whether to use the wubi install or partition the drive-any comment are appreciated on the the better/safer method...considering the fact that i am doing it on a vista machine.23:16
zhiweihello,veryone.I can't use banshee to listen music,when I start up banshee, exception info:Exception in Gtk# callback delegate23:16
zhiwei  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.23:16
ubuxubui do have vista back up disks.23:16
urlin2uubuxubu, your choice wubi is not for lng time use and is just a file in windows subject to it's breakage23:16
shbkhello, I 've makefile.  it's whole file: obj-m += hello.o23:16
shbkall:23:16
shbkmake -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules  , when I do make, I receive:  "make: Nothing to be done for `all'."  I'm confused23:16
shbk why make doesn't do nothing?23:16
obert-hello. how to use find to find a string inside a folder?23:17
ubuxubuyes urlin2u but i dont see why it wouldnt last23:17
zhiweishbk: banshee can't start,do you see my message?23:17
urlin2uubuxubu, the designer states not for long time use is that enough?23:17
shbkzhiwei:see23:17
qmrhow do I install smartmontools without mail?23:18
ubuxubuurlin2u hmmm was not aware the designer said that-interesting.23:18
zhiweishbk: do you know how to resolve this problem?23:18
shbkzhiwei,banshee, it's music player, what is connection23:18
shbk?23:18
phillyjurlin2u: im in 10.04 and yes, thru terminal prefs23:18
ubuxubuurlin2u-i guess that settles that23:18
zhiweishbk:  wireless23:18
xnixanHi, how to use msn voice chat under ubuntu?23:19
FudgeActionParsnip  wlan0 is actually up though, is that much of an indication23:21
urlin2uubuxubu, you can run it then transfer it to a partition though, some have used it longer then a try out period, but if it breaks the work to fix it is sktchy in some situations and not worth the loss to be honest.23:21
farchordHey guys, got a problem and it's annoying the bejeesus out of me. I used xubuntu yesterday and it worked fine, did system updates and rebooted. Now, when I start xubuntu, I get to the desktop, but windows have no title bar, the start bar appears but disappears soon after, and I can't type anything anywhere23:22
ubuxubuurlin2u-i am experienced, so i am just gonna stick it on its own partition...i just dont trust vista haha.23:22
ubuxubudone it many time with xp23:22
farchordalmost like if the update just.... turned everything upside down23:22
urlin2uubuxubu, good plan. :D23:23
notlisteningnomodeset failed :(23:23
Bilzhello. I have a SATA 500 mb internal hard drive with plenty of files on it that I need to retrieve. i've got a SATA to USB converter, and im plugging it in to my laptop. it shows up in Disk Utility23:24
Bilzubuntu 10.10. However, I can't access anything on it or mount it anywhere, any ideas?23:24
BuMpIchi all23:24
BuMpIccould anybody tell me how IRC is working?23:25
urlin2uBuMpIc, what?23:25
ubuxubuurlin2u: have u noticed anything about 11.04 that really makes it better than 10.04?23:25
rodhashGuys, which Display Manager you suggest instead of GDM or KDM?23:25
rodhashA lightweight one23:26
notlisteningThe fact the is has unity which i hate / like at the same time23:26
notlisteningthat my system boots 7 seconds flat :D23:26
NS_techok i lost all previous chat  and i know i posted this before so i al=pologize for the redundancy.23:26
NS_techwhy wont sudo apt install alien work?23:26
urlin2uubuxubu, I like the latest releases, not sure of any differences, it has been a long time since using lucid.23:26
notlisteningsudo apt-get install alien?23:26
urlin2u!pm | BuMpIc23:26
ubottuBuMpIc: 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.23:26
cornetrodhash: gdm currently using 1.6MB resident memory23:26
BuMpIcso i dont understand this.Im new with linux and wtf is this that when i go to an irc server everybody is shutted up?23:27
NS_techthanks not listening23:27
=== ajf is now known as ajf|offline
urlin2uBuMpIc, some sre idling some are actualy looking at the screen23:27
urlin2uare23:27
pasha_people still use irc?23:28
=== Anzufvytar[Away] is now known as Anzufvytar
urlin2uBuMpIc, it might not hurt to remember that it is all free you get what you pay for. ;-)23:28
rodhashpasha_: lol, I used to think that too... but it still extremelly powerful / useful23:28
BuMpIchow can I say somethintg to you with this red fonts?:D23:29
pasha_oh, I know...i'm in some form of irc every day23:29
NS_techhttp://pastebin.com/B0Rn8njk23:29
NS_techwhat does that mean?23:29
Grim147iam about to move over to ubuntu , and i see they have gone a differnt route from gnome , how stable is this unity de ?23:30
_melvin__i have tow wlan cards in the laptop. one is a Realtek RTL8192SU, the other a Centrino Wireless-N 1000. The Realtek connects with 300 MB/s but the N1000 only with 30 MB/s. what can i do?23:31
BuMpIcso how can i send for someone a message? (what he see with red fonts?)23:31
urlin2uGrim147, depends on the user and hardware, many use it with no problems, try a live cd.23:32
_melvin__i have loaded the iwlagn with: modprobe  iwlagn 11n_disable=023:32
urlin2uGrim147, 11.10 is unity and gnome3 as well23:32
pasha_BuMpIc,  use /msg 'Nickname' 'message'23:33
rodhashGrim147: I'm not sure about the stability but I can say it's not so lightweight... also Linus said that23:33
mrdebis it true that unbutu is heavier than windows 7 with ram23:33
BuMpIcor23:33
ActionParsnipmrdeb: depends on config23:33
urlin2uBuMpIc, don't just send messages or PM without asking.23:34
ActionParsnipmrdeb: a default install, no23:34
ActionParsnipmrdeb: my Lubuntu install uses waaay less23:35
jose33_Spaniardtesting..23:35
pasha_fail23:36
pasha_no, you pass23:36
jose33_Spaniardcan you readme ??23:36
ActionParsnipjose33_Spaniard: yes23:37
coz_jose33_Spaniard,  yep23:37
jose33_Spaniardok, thank you:)23:37
jose33_SpaniardI wanted to know if I can use Linux in a HP all-in-one computer.23:38
ActionParsnipjose33_Spaniard: yes23:38
jose33_SpaniardActionParsnip, how do you know it??23:39
coz_jose33_Spaniard,  o ne way to check is to download and burn the live cd  and run it on that system23:39
ActionParsnipjose33_Spaniard: because most stuff works, you may need a little work to get some stuff running23:39
coz_jose33_Spaniard, and HP  supports ubuntu as well as selling systems with ubuntu pre installed23:40
jose33_Spaniardunfortunately, I can't do that:(23:40
ActionParsnipdo what?23:40
coz_jose33_Spaniard,  that system doesnt have a cd burner?23:40
jose33_SpaniardI cannot test it23:40
ActionParsnipjose33_Spaniard: why not?23:41
jose33_Spaniardin my country, that kind of computer are not in normal stores23:41
jose33_Spaniardyou have to order it23:42
urlin2uBuMpIc, do not pm people with asking you have done this twice to me I had the bot tell you why once and asked you not to do this on the channel23:42
BuMpIcwhat is nmap?23:42
coz_jose33_Spaniard,  so are you ordering one?23:42
urlin2uBuMpIc, a third time knock iy off23:42
dmkaehi all23:42
urlin2uit23:42
coz_jose33_Spaniard,  if it is an HP is is more than likely that Ubuntu will work,, and Ubuntu is going to work on most modern systems23:42
dmkaeim getting the hall.dll not found error when trying to boot ubuntu with wubi23:43
jose33_SpaniardI was gonna do it.23:43
PhaseWhat's the command that "refreshes" an open terminal to account for changes to $HOME/bin, .bashrc, etc?23:43
dmkaei installed ubuntu in another drive besides the windows one23:43
dmkaeanyone know how to solve that hall.dll error?23:43
bastidrazorPhase: source $HOME/bin  or .bashrc23:43
jose33_Spaniardi'd like to be 100% sure23:43
robotti^_hello23:44
robotti^_I installed ubuntu and now I cannot boot on Windows anymore.23:44
robotti^_how to make windows bootable?23:44
urlin2udmkae, pastebin the errors23:44
jose33_Spaniardit's not in the HCL web page:(23:44
Phasebastidrazor: thanks23:44
bastidrazorPhase: you're welcome23:45
jpmhI have connected an old parallel printer to a usb port using a cable that makes the conversion.  I can cp file /dev/usb/lp0 and it works - I have configured the printer and the jobs get queued but do not come out - any ideas23:45
urlin2urobotti^_, run this script and pastebin the whole RESULTS.text  http://bootinfoscript.sourceforge.net/23:46
BuMpIcurlin2u! I didnt wanted to send u this to PM i just dont fkin know how to send a message to you here with red fonts and i asked this hundred tmies. /msg is pm and i didnt know it23:46
jose33_SpaniardI'm talking about the HP Omni200 computers family23:46
urlin2u!pm | BuMpIc23:46
BuMpIcM23:47
BuMpIc?23:47
bao_welcome.my first time23:47
dmkaei can boot to windows23:47
urlin2uBuMpIc, pming without asking is considered rude by many of us, to get the notification to a person in the channel tab the nic23:47
dmkaebut i cant boot to ubuntu23:47
dmkaeit says Hall.dll is not found23:47
dmkaeisnt hal.dll a windows file?23:48
urlin2udmkae, boot a live cd, is this a Wubi install>23:48
urlin2u?23:48
dmkaeyes23:48
dmkaewubi23:48
dmkaei have 2 drives23:48
dmkaeone with windows23:48
dmkaethe other with ubuntu23:48
dmkaei installed ubuntu with wubi in the other drive23:48
urlin2udmkae, look here.  http://ubuntuforums.org/showthread.php?t=163919823:48
vltHello. How can I install a .deb package and all its dependancies?23:48
BuMpIci just want to know how to send a message with u know your name and a , and the message23:49
ActionParsnipdmkae: try pressing ENTER less too23:49
dmkaeenter less?23:49
dmkaeok23:49
urlin2ulol23:49
dmkaethats the big 51 page thread23:49
ActionParsnipBuMpIc: type a few of the first characters of a nick, then press TAB23:49
dmkaei already looked at that thread23:49
urlin2uBuMpIc, all the info you need is here. http://freenode.net/23:50
BuMpIcActionParsnip, fu.k thanx.Im asking this about half an hour:D23:50
urlin2udmkae, you only need the first post, and if you don't underdstand post in the thread23:50
BuMpIcurlin2u, know i understand23:50
robotti^_urlin2u: http://paste.ubuntu.com/676261/23:51
BuMpIcurlin2u, *now23:51
BuMpIcurlin2u, so could u tell me waht is nmap?23:51
urlin2uBuMpIc, I have no idea ;-)23:52
BuMpIcurlin2u, ok :)23:52
robotti^_urlin2u: what is the problem?23:52
ThelmariaBuMpIc: NMap is a network mapping tool. If it's installed, open a termianl and type "man nmap" for the manual page. Otherwise google is helpful.23:53
BuMpIcThelmaria, thanx.23:53
jose33_Spaniarddoes anyone know if the HP Omni200 computers family has Linux support. They're "all-in-one" computers and they are not in "normal" stores, so I cannot test it with a Live CD.23:53
SillyIs there a way to change the display a program is running on? For example, I have a program running on display :0, but I would then like to change it to be on :1 without closing the application. Is that possible?23:54
BuMpIcThelmaria, can u use it?23:54
jose33_Spaniarddoes anyone has an all-in-one computer???23:54
dmkaedo the wubildr files have to be on c:\?23:54
dmkaeor do they have to be on the drive where ubuntu wubi is installed?23:55
Thelmaria BuMpIc: I use it occasionally, but if you want to use it, I suggest reading the man page and searching google. It can be a little complex. Also, be warned that you shouldn't use it on networks you do not own.23:55
robotti^_urlin2u: have you checked it?23:56
urlin2urobotti^_, you have a mixture of gpt efi and regular mbr partitioning, you have grub in sda when windows is in sdc and I see no /bootmgr /Boot/BCD  needed to boot windows, out of my area with efi.23:56
BuMpIcThelmaria, so this is like a hacking stuff or what?23:56
BuMpIcurlin2u, if i downloaded a program source code and i cimpiled it and i get a dir then how can i start it?23:57
robotti^_urlin2u: previously it have been working.23:57
usr_anyone knows of any plugin for rythmbox to modify the metadata on songs to add genre based on any online database such as firefm?23:57
robotti^_urlin2u: but now I have installed it again.23:57
urlin2urobotti^_, no bootflag on the windows partition as ell.23:57
robotti^_now it does not23:57
dmkaehello??23:57
dmkaeanyone konw?23:57
urlin2urobotti^_, did you remove a partition in any of the work?23:58
jose33_SpaniardBuMpIc, is it a tar.gz file??23:58
robotti^_urlin2u: I am not sure23:58
urlin2udmkae, wubi is best served being in C23:58
BuMpIcjose33_Spaniard, yeah it was23:58
robotti^_urlin2u: I removed linux partition when I was installing23:58
pasharobotti^_, why would you do that23:59
robotti^_but how I can get it on working condition.23:59
urlin2urobotti^_, you are missing that file set I posted, can be added with a windows disc if sdc1 has the bootflag, and then put grub in the sdc mbr23:59
jose33_Spaniardok, first is: tar -xvzf <file_name>23:59

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