lequeu_m | mbrownnyc:Yes, i can do it with sed, but i can't find the right syntax | 00:00 |
---|---|---|
mbrownnyc | echo "foo bar" | sed s/foo\ // | 00:01 |
mbrownnyc | will remove the first instance of the string "foo " | 00:01 |
mbrownnyc | lequeu_m: you can use `sed s/foo\ //g` to remove all instances | 00:02 |
lequeu_m | mbrownnyc: Yes, I know this one, but if i want everything after "foo bar " in the string "Hello foo bar test", I'll get "Hello test", and i just want "test" | 00:05 |
lickalott | so i can see my shares through a windows box, but it's not authenticating me/allowing me in. | 00:05 |
lickalott | would someone mind taking a look at my smb.conf? | 00:05 |
Tschohann | Hello, is it possible to install ubuntu with unity to have full-disk-encryption AND btrfs (and user-definable partitions during install) ? | 00:05 |
mbrownnyc | i think grep and sed target full lines | 00:06 |
mbrownnyc | so regardless of the regex you use, they will still match lines | 00:06 |
lickalott | http://paste.ubuntu.com/1477467/ | 00:06 |
Tschohann | sorry I meant ubiquity, not unity :-) | 00:07 |
lorddelta1 | Would squashfs differences contribute to bad ubuntu remix cds? i.e. squashfs-tools 4.2.4 -> 4.2.5 | 00:08 |
lequeu_m | mbrownnyc: How can i achieve this so ? | 00:08 |
=== Prodego is now known as Flodego | ||
lvleph | So, every so often when closing XBMC the screen becomes stuck and I have to run skill -KILL user. Once I log back in I get an error that says I need accelerated openGL. Can someone help me debug this? | 00:09 |
lvleph | To me it seems that maybe my driver is crashing? | 00:09 |
jrib | lequeu_m: you should say what you actually want to accomplish | 00:09 |
lequeu_m | jrib: I want, in the string "Hello foobar test", retrieve only the word test, knowing only the word "foobar" (I don't know "Hello") | 00:11 |
jrib | lequeu_m: to what end? What are you actually trying to do? | 00:11 |
mbrownnyc | lequeu_m: http://stackoverflow.com/questions/8101701/grep-characters-before-and-after-match | 00:12 |
bekks | lequeu_m: grep foobar yourfile.txt | awk '{ print $3; }' | 00:12 |
mbrownnyc | lequeu_m: try .* | 00:12 |
lvleph | '/^.+foobar\s(.+)$/' | 00:13 |
lequeu_m | a kind of database in shell script, the key would be Hello, the separator foobar and the value test, and I want to retrieve the value using the key | 00:13 |
mbrownnyc | or that :D | 00:13 |
lickalott | i got it (samba) disregard | 00:13 |
lvleph | that will grab everything after foobar | 00:13 |
Snuggles | Has anyone here tried netflix on ubuntu 12.10? I have a problem, the video feels like its realy low fps. The sound is good. Anyone else got the same problem? | 00:13 |
lvleph | but I don't know the context, so maybe that isn't the solution | 00:13 |
jrib | lequeu_m: use awk or sed then | 00:13 |
lequeu_m | I can't use awk, with sed i can only manage to remove the separator and i don't find how to remove the "Hello" before | 00:14 |
lvleph | lequeu_m: in what context are you trying to grab this pattern? | 00:14 |
blackline | I've been googling reading about how to get the Unity Launcher at the bottom of the screen. Most articles I found where 1-2 years old and where a little tweaky for something so simple. Is there any simple way of doing this nowadays? | 00:15 |
bekks | lequeu_m: Why cant you use awk? | 00:15 |
=== bill is now known as Guest73339 | ||
jrib | lequeu_m: use groups and backreferences. For example: echo hello foobar test | sed 's/hello foobar \(.*\)/\1/' . But yes, why can't you use awk? | 00:16 |
malkauns | Snuggles, same problem | 00:17 |
lequeu_m | I'm not friend with awk :) | 00:17 |
lvleph | use perl! | 00:17 |
lorddelta1 | lvleph, I agree, bash is great until you write a couple programs in it and then you wish perl/python had native interpeters... | 00:18 |
lvleph | I don't ever wish anything about python except for meaningful white space. | 00:18 |
=== Flodego is now known as administrivia | ||
lorddelta1 | perl especially suffers here... | 00:19 |
lvleph | getting rid of* | 00:19 |
lorddelta1 | I have to look up how to run an interpreted session... | 00:19 |
lvleph | I hate meaningful whitespace | 00:19 |
Snuggles | malkauns, you have not found any fix for it get? I think its sad that they cant come up with a version for linux. I mean, they got an app for android. Does android run silverlight? | 00:20 |
=== david_ is now known as Snuggles | ||
lobhater | i just cant seem to make myself jump to 12.10 from 12.04. What are your biggest reasons for doing so? | 00:23 |
=== Albastos|off is now known as Albastos | ||
Snuggles | I dont see any big differences, I run 12.10 on my laptop and 12.04 on my server/media-computer | 00:24 |
lobhater | yea i am on the same boat, i am running 12.04 on my server and laptop and would only switch on my laptop, too much work to get the server set up the same way. you know | 00:25 |
lobhater | i am just trying to find some project to get involved with and cant seem to find anything that excites me lately... | 00:26 |
kvothetech | lobhater: what are you into or what projects do you use but find slightly off | 00:27 |
Snuggles | Do you want something fun I can recommend setting up Arch, its quite hard at first. But when you got everything running you will love it. | 00:28 |
lobhater | VLC is really the only program I use currently that seems to have major bugs. I have done quite a bit of programming but nothing in that realm. I am worried I might get in over my head | 00:29 |
Snuggles | I have not used X-Chat a lot before, is it any setting to turn of messages when people join or leave a channel? I cant find it. | 00:29 |
=== Albastos is now known as Albastos|off | ||
lobhater | yea i started looking at arch, but i kinda came to the conclusion that one I get it perfect it will basically be Ubuntu. No? | 00:30 |
WhereIsMySpoon | lobhater: no | 00:30 |
WhereIsMySpoon | arch is much faster and has a lot less bloat | 00:30 |
WhereIsMySpoon | i can *notice* the performance increase | 00:30 |
WhereIsMySpoon | even without a shiny window manager like xmonad | 00:31 |
lobhater | forgive my ignorance but what is so different about it? | 00:31 |
WhereIsMySpoon | lobhater: it doesnt use gnome for a start | 00:31 |
Snuggles | You will know where you got your stuff, and what settings you use. | 00:31 |
WhereIsMySpoon | also waht snuggles said | 00:31 |
nintet | simple scan crashed with all the documents open | 00:31 |
lobhater | yea all good stuuf | 00:31 |
nintet | is there a way to get them back? | 00:31 |
nintet | hello? | 00:31 |
WhereIsMySpoon | everything in arch is custom, you dont get anything you dont need apart from the basics | 00:31 |
Snuggles | And its a rolling distro, means you dont need to upgrade from version 12.04 to 12.10 and so on | 00:32 |
=== mnepton is now known as mneptok | ||
Snuggles | It is updated all the time | 00:32 |
WhereIsMySpoon | yea, so it doesnt just *break* after a few releases like ubuntu does <_> | 00:32 |
nintet | is there a way to get back the scans that were open in simple scan after a crash?> | 00:32 |
WhereIsMySpoon | setting it up is the hard part, after that its pretty easy. if you're unsure, do it in a vbox | 00:32 |
nintet | we are talking alot of pages here | 00:33 |
nintet | unbelievable | 00:33 |
kn1ghtfr0st | Is there a resource to learn how to write bash/ | 00:33 |
=== Albastos|off is now known as Albastos | ||
lorddelta1 | kn1ghfr0st: info bash | 00:33 |
WhereIsMySpoon | kn1ghtfr0st: #bash | 00:33 |
lorddelta1 | plus google | 00:34 |
WhereIsMySpoon | there are tonnes of bash tutorials | 00:34 |
Snuggles | Learn a better script-language instead | 00:34 |
Snuggles | ruby <3 | 00:34 |
WhereIsMySpoon | Snuggles: that's not a useful answer | 00:34 |
Snuggles | or perl | 00:34 |
WhereIsMySpoon | ruby is lovely, i agree | 00:34 |
lorddelta1 | Snuggles: yeah but sometimes you need to know bash | 00:34 |
nintet | so basically... simple scan is too much of a simple program for you guys | 00:34 |
WhereIsMySpoon | but bash is just useful for small progarm scripts | 00:34 |
lorddelta1 | Snuggles: and its easier to write a one liner in bash often | 00:34 |
lobhater | i am also scared just because i have only used Debian distros for years. I don't even know what arch is honestly | 00:34 |
WhereIsMySpoon | lobhater: it isnt based on anything | 00:35 |
lobhater | bash is priceless, assuming it can do all that you need | 00:35 |
Snuggles | Instead of apt-get you write pacman. Thats about it... haha | 00:35 |
lobhater | just the kernal, with packages complied on top? | 00:35 |
lobhater | *kernel | 00:35 |
WhereIsMySpoon | packages are pre-compiled, no need to do any compiling like in gentoo | 00:35 |
WhereIsMySpoon | though you still can compile from source ofc | 00:35 |
Snuggles | You can always compile from source | 00:36 |
=== |_ocke2 is now known as |_ocke | ||
WhereIsMySpoon | :) | 00:36 |
lorddelta1 | not sure actually what bash is...AFAIK its just another interpreter...but it exists within the system. | 00:36 |
lorddelta1 | The way python/perl never do | 00:36 |
WhereIsMySpoon | bourne again shell | 00:36 |
lorddelta1 | And ruby | 00:36 |
WhereIsMySpoon | python is default in ubuntu | 00:36 |
lorddelta1 | WhereIsMySpoon: Can you Ctl-Alt-T import math? in ubuntu? | 00:37 |
lobhater | so can i use VLC on arch? | 00:37 |
WhereIsMySpoon | lobhater: bash is basically the language for the stuff you type into the terminal | 00:37 |
WhereIsMySpoon | lobhater: sure | 00:37 |
WhereIsMySpoon | lobhater: no, thats silly | 00:37 |
WhereIsMySpoon | though if you setup your bashrc to auto run python every term, sure | 00:37 |
WhereIsMySpoon | :p | 00:38 |
lobhater | what media players can be used? | 00:38 |
kn1ghtfr0st | bash comes from unix that was called sh | 00:38 |
WhereIsMySpoon | oops sorry, that was meant for lorddelta1 | 00:38 |
WhereIsMySpoon | kn1ghtfr0st: ik | 00:38 |
Snuggles | lobhater, you can use every linux player | 00:38 |
WhereIsMySpoon | lobhater: whichever ones work in linux | 00:38 |
lvleph | bourne again shell (bash) | 00:38 |
lobhater | ohhh, you confused me lol | 00:38 |
lorddelta1 | WhereIsMySpoon: ok, and then can you cd directories from the python 'shell'? | 00:38 |
WhereIsMySpoon | lorddelta1: no, why are you asking this | 00:38 |
lorddelta1 | Just making sure I wasn't missing out on some magic. | 00:39 |
lobhater | i guess i have quite a bit of reading to do then. thanks for the insight I might of found my project | 00:39 |
lorddelta1 | It'd be neat if a language other than bash could do that is all. | 00:39 |
Snuggles | lobhater, good luck then. The manual is really helpful. And their irc-channel. | 00:40 |
WhereIsMySpoon | lobhater: #archlinux is quite chilled | 00:40 |
aggiebill | lorddelta1: you can change your working directory in python | 00:40 |
WhereIsMySpoon | the wiki is extensive | 00:40 |
lobhater | thanks Snuggles, WhereisMySpoon, see you guys | 00:40 |
WhereIsMySpoon | sec lobhater | 00:40 |
lobhater | k | 00:40 |
lvleph | lorddelta1: http://en.wikipedia.org/wiki/Cd_(command) | 00:40 |
lorddelta1 | aggiebill: great, easily? | 00:40 |
WhereIsMySpoon | lobhater: https://wiki.archlinux.org/index.php/Installation_Guide https://wiki.archlinux.org/index.php/GRUB2 | 00:41 |
WhereIsMySpoon | thats the wiki pages you need to install it | 00:41 |
lorddelta1 | lvleph: and then does it work cross-platform? | 00:41 |
lobhater | thanks, ill check back in later | 00:41 |
WhereIsMySpoon | np o/ | 00:41 |
lvleph | the point is that cd is not bash specific | 00:41 |
aggiebill | lorddelta1: import os; os.chdir(path) | 00:41 |
WhereIsMySpoon | well, cd *is* bash specific as its a bash command | 00:41 |
lorddelta1 | aggiebill: too long | 00:41 |
WhereIsMySpoon | changing directories isnt | 00:41 |
lorddelta1 | python; cd dir | 00:42 |
lvleph | no WhereIsMySpoon it is not | 00:42 |
lvleph | I used cd in DOS | 00:42 |
=== linuxthefish is now known as linuxthefish` | ||
lvleph | definitely no bash there | 00:42 |
WhereIsMySpoon | lvleph: .... -_- | 00:43 |
WhereIsMySpoon | it's a different command with the same name | 00:43 |
Snuggles | Is anyone here familiar with "spring roo" or "groovy on grails"? I'm programming java at work, and we use spring. I think its very time consuming and does not feel like a modern way of development. I would like to try something new (and fun). | 00:44 |
WhereIsMySpoon | lvleph: chdir() is the C function which, for example, python and bash use (cd for bash, chdir for python) | 00:45 |
WhereIsMySpoon | cd is the bash implementation of chdir | 00:45 |
lvleph | cd is shell not bash | 00:45 |
lvleph | if you are going to be pedantic | 00:45 |
mick__ | Hello! | 00:45 |
Heart^Killer | how do i give full permission to a user equals to root ? | 00:45 |
Snowie | howdy all. stuck with an unbootable machine at present. 12.10. system reported full disk even though this was incorrect. restarted and now having trouble even getting packages. fsck seems to hang or do nothing. any suggestions | 00:46 |
ricky26 | lvleph: You appear to be confused. | 00:46 |
WhereIsMySpoon | lvleph: what? I'm not being pedantic, you're just being wrong | 00:46 |
ricky26 | lvleph: the 'cd' you call in bash, is a bash-internal command | 00:46 |
lorddelta1 | Snuggles: java does force you to slow down and think a bit. Modern seems to be defined as no thinking... | 00:46 |
ricky26 | it executes no external program. | 00:46 |
Snowie | should note. basically black screen on normal boot. unableto change to default drivers. safe graphics mode also seems to hang at fsck step | 00:46 |
lvleph | I am talking about the origins, since he said it was bash specific | 00:47 |
ricky26 | The fact that it shares a name with other programs is merely coincidental. | 00:47 |
lvleph | if he said it was internal then I wouldn't argue | 00:47 |
ricky26 | (Though it does help with compatability.) | 00:47 |
brady2600 | where is the folder that contains the default wallpapers stored in ubuntu? | 00:47 |
kn1ghtfr0st | Is there a Channel in irc for computer science? | 00:47 |
Snuggles | lorddelta1, I belive that if you can do programming more efficent you get more time thinking. | 00:47 |
lorddelta1 | Snuggles: programming is already 10% of coding work | 00:48 |
mick__ | Is anyone here able to help with Ubuntu Studio? | 00:48 |
WhereIsMySpoon | lvleph: it is bash specific, it was implemented separately from sh cd | 00:48 |
tang87 | hey | 00:48 |
lorddelta1 | reducing it to 5% is more of a relative time savings... | 00:48 |
tang87 | anyone can help me? | 00:48 |
Snuggles | lorddelta1, not at my work. Haha, much happy hacking going on there. | 00:48 |
lorddelta1 | X_X sounds like a spaghetti code shop. That or you're all brilliant coders who never make mistakes. | 00:49 |
Snuggles | I would like to slow down and write good code instead, but we got no time... | 00:49 |
Snuggles | My project is a mistake | 00:49 |
Snuggles | Most parts of it | 00:49 |
tang87 | Snuggles: it is never a mistake if you wanted to do that at the time | 00:50 |
lvleph | Someone once told me I could have written something more efficiently. I told them I wanted it to work first. | 00:50 |
Snuggles | tang87, true | 00:50 |
Snowie | is there a good troubleshooting guide for ubuntu no boot | 00:50 |
lvleph | What happens Snowie ? | 00:50 |
mick__ | I would search on Ubuntu forums. | 00:50 |
Snowie | black screen on boot. was using experimental driver from ati. now even in recovery cant revert to standard fglrx. i think the issue is actually the fst. | 00:51 |
lorddelta1 | Oh well spaghetti coders ensure a bright future for the rest of us I suppose. =/ | 00:51 |
lorddelta1 | Works the first time, works great in version 10... | 00:51 |
Snowie | lorddelta1, until you have to work on their buggy, unreadable, commented code. then you will want to neck yourself | 00:52 |
lvleph | remove fglrx then reconfigure | 00:52 |
Snowie | *uncommented | 00:52 |
lvleph | that is my best advice Snowie | 00:52 |
Snuggles | Snowie, pretty much my sittuation | 00:52 |
lorddelta1 | Snowie: then I rewrite the library in something sensible like C/Java :P | 00:53 |
Snuggles | lorddelta1, but do you do it for free? My boss dont pay me to change things that work... | 00:53 |
lvleph | Snowie: have you tried ctrl + alt + f1 and seeing what you can do from command line. | 00:54 |
lorddelta1 | Depends... | 00:54 |
lorddelta1 | If I think I can get something working faster in C/Java, yes, yes I do it 'for free', on the job. Elsewise I flag the calls and abstract them out as much as possible so its easier to remove the dependency later. | 00:55 |
iFlip | Does anyone know much about VNC protocol in Linux? | 00:55 |
mark__ | quit | 00:55 |
Snowie | lvleph, dont get that far. working from command line | 00:56 |
lorddelta1 | Its why the web hasn't broken yet; everything is abstracted from everything else, so we switch around bad code all the time :P | 00:56 |
lvleph | Can you get to the GRUB menu Snowie ? | 00:57 |
lickalott | i'm sorry...my client dc'd. If anyone responded can you please re paste it for me | 00:57 |
Snowie | cant get to any packges from recovery console | 00:57 |
iFlip | I have Ubuntu 10.04 and I can connect just fine to other computer through screen sharing on my Mac, but I can't contorl the mouse. I can see tha mouse move for about two second then it stops tracking. | 00:57 |
Snowie | lvl im in recovery console | 00:57 |
Snowie | ip6 address starting fe80 is equivalent 169.x... right? | 00:58 |
ScottJensen | 10. | 00:59 |
lvleph | Sounds weird that you can't get to ctrl+alt+f1 | 00:59 |
=== Albastos is now known as Albastos|off | ||
Snuggles | lorddelta1, I need to get a better job. This is my first job after university and I really want to learn how to write great code, still I'm stuck in a project where nobody gives a shit. As long as it works. Can you do a quickfix, do it. Does not matter if the code is almost impossible to understand after. | 00:59 |
lvleph | that doesn't sound like a XORG problem | 00:59 |
Snowie | lvleph, will try now, not sure how this is any different to recovery console though | 00:59 |
lorddelta1 | Snuggles: write more comments then; that really is the problem with code these days | 00:59 |
Snowie | and ctrl alt f1 is gui in 12.10, so ctrl alt f2 yeah | 01:00 |
lvleph | Commandline gives you more things that you can do Snowie | 01:00 |
lorddelta1 | Not that lazy programming languages are bad, just lazy programmers | 01:00 |
lvleph | from command line you can remove fglrx and reconfigure | 01:00 |
ohshitgorillas | Hello there, I'm having an issue installing using 12.10 x64 server or minimal, both have the same issue. When asked for the keyboad layout, the very first step of the installer, either it freezes or the keyboard is unresponsive. Also tried 12.04 minimal installer. Using a USB stick | 01:00 |
lvleph | maybe they have added more to recovery console? | 01:00 |
Snowie | lvleph, yeah. as expected though. no joy. dead black screen | 01:00 |
Snowie | hmmm | 01:01 |
ohshitgorillas | and also wireless USB/mouse combo (logitech) | 01:01 |
lvleph | Tried a different kernel? | 01:01 |
lorddelta1 | Snuggles: assembly language isn't fun to read either, yet we had these things called comments. if your "fast" language is as unreadable as assembly language...think for a minute about that. | 01:01 |
Snowie | lvleph, that at me? | 01:01 |
lvleph | roll back to the previous kernel Snowie | 01:01 |
Snowie | will try | 01:01 |
Magellanicus | hi everyone | 01:01 |
Magellanicus | how can i delete some icon from the taskbar on gnome shell | 01:02 |
Magellanicus | ? | 01:02 |
Magellanicus | (gnome classic) | 01:02 |
bobweaver | Magellanicus, look at dconf-settings | 01:02 |
lorddelta1 | Snuggles: also, sphaggeti programmers legitimately increase the odds that robots will take over; rogue AI will be cause by a bug, not terrorists. | 01:02 |
Magellanicus | sudo dconf-settings? | 01:02 |
Snowie | lvleph, same fault | 01:02 |
Snuggles | lorddelta1, I dont think "spring roo" (whitch is a framework/console) that helps you write java with spring. | 01:03 |
lvleph | hmmm | 01:03 |
Snuggles | lorddelta1, haha | 01:03 |
Snowie | lvleph, lol. yeah | 01:03 |
Snuggles | What did I just writa | 01:03 |
Snuggles | haha | 01:03 |
Magellanicus | any other suggestions? | 01:03 |
bobweaver | Magellanicus, do you have dconf-editor installed ? | 01:03 |
ohshitgorillas | Hello there, I'm having an issue installing using 12.10 x64 server or minimal, both have the same issue. When asked for the keyboad layout, the very first step of the installer, either it freezes or the keyboard is unresponsive. Also tried 12.04 minimal installer. Using a USB stick, and wireless USB mouse/keyboard combo | 01:04 |
Magellanicus | how can i see that? | 01:04 |
Snuggles | I meant, I do not think quick languages as ruby on rails or spring roo makes you code more dirty | 01:04 |
bobweaver | Magellanicus, install with sudo apt-get -y install dconf-tools | 01:04 |
lvleph | Well, Snowie, if you have a separate home folder just reinstall and move on. Not what you are looking for, but it may be less painful. | 01:04 |
lvleph | I am sure someone knows how to fix this, but it isn't me. | 01:04 |
bobweaver | Magellanicus, then open dconf-editor and find the panel part andd add the app that you do not want to the blacklist | 01:05 |
Magellanicus | k ty | 01:05 |
Snowie | lvleph, i think the issue is that my home partition is baucked a little. first issue was it reported full even though it wasnt. | 01:06 |
lvleph | See what you can do from live disk? | 01:06 |
lvleph | The home folder should cause that issue though. | 01:06 |
lvleph | I don't think anyway. | 01:07 |
lvleph | I would look at the permissions | 01:07 |
mick__ | ohshitgorillas_ Make sure your USB support in the BIOS is on. | 01:07 |
dbrom_ | I have just reinstalled kubuntu 12.10 and it hangs at the startup window...... | 01:07 |
ohshitgorillas | thanks mick__ I definitely checked that and it's on | 01:07 |
Snuggles | dbrom I think Kubuntu is a bit buggy overall | 01:08 |
Heart^Killer | how do i give full permission to a user equals to root ? | 01:08 |
Snuggles | Tried it for some time, but found it unstable | 01:08 |
lorddelta1 | Woo remix successfull | 01:08 |
dbrom_ | never had this issue before | 01:08 |
Snuggles | It feels like the do ubuntu, and then "fixes" kde for it | 01:08 |
=== ubuntu is now known as Guest53927 | ||
lorddelta1 | I learned about more than just ubuntu...but still it would have been faster to use uck I suspect | 01:09 |
lorddelta1 | Time to test with metal | 01:09 |
riqdiiz | People don't sleep here! | 01:09 |
=== ubuntu__ is now known as Guest48599 | ||
lorddelta1 | riqdiiz: sleep? Which planet do you come from? Earth? I live on Venus, what do you mean you've never been there.. | 01:10 |
riqdiiz | Lol | 01:10 |
=== administrivia is now known as Prodego | ||
enriq | ok I have 10.04 and I have my live 12.04 iso bootable from grub2, I would like to install 12.04 as dual boot. The problem is that installer wants to unmount sda to create partitions and it cannot because the iso is mounted... how do I install WITHOUT creating partitions during install? | 01:14 |
lorddelta1 | Best location to upload large files these days? | 01:14 |
lorddelta1 | I'll upload my LiveCD if it works... | 01:14 |
WhereIsMySpoon | lorddelta1: dropbox | 01:15 |
riqdiiz | Downgrade grub to 9.04 | 01:15 |
lorddelta1 | ...mediafire is offering 50GB free... | 01:16 |
riqdiiz | Lorddelta1 try that. | 01:16 |
riqdiiz | Grub 9.04 is homoerectus. | 01:19 |
Abu-Nana | i have a problem with the wireless connection its very slow,, any help?? | 01:23 |
riqdiiz | They are always wireless ;-) | 01:27 |
sym0n | anyone here? | 01:29 |
sym0n | help | 01:30 |
OerHeks | sym0n, just ask your question and find out | 01:30 |
jimmy | Screen brightness stuck on a Samsung N150 plus running 12.04, any ideas? | 01:31 |
Ririshi | Hiya! | 01:31 |
Ririshi | Is it possible to get the ubuntu terminal in lubuntu? | 01:32 |
Muphrid | Ririshi: install gnome-termimal | 01:34 |
Ririshi | Thank you (: | 01:34 |
OerHeks | jimmy, there is a PPA with samsung-tools and backlight > https://launchpad.net/~voria/+archive/ppa | 01:38 |
provenzano | hello is someone here? | 01:38 |
provenzano | need help | 01:40 |
OerHeks | provenzano,, just ask your question and find out | 01:40 |
provenzano | need help with aircrack -ng | 01:41 |
elfer | use gerix | 01:41 |
elfer | unless you're tryin to learn the manual commands etc | 01:41 |
provenzano | how to collect the iv's in cap files | 01:42 |
provenzano | im using win8 right now and i have aircrack for win with gui wich is easier then command line interface | 01:43 |
=== LordOfTime is now known as TheLordOfTime | ||
elfer | but we're in unbuntu | 01:46 |
=== Albastos|off is now known as Albastos | ||
elfer | lol | 01:46 |
elfer | 0.o | 01:46 |
OerHeks | provenzano, lots of tutorials around, http://www.aircrack-ng.org/doku.php?id=tutorial | 01:46 |
=== zmisc is now known as mosh | ||
provenzano | yes but the airdump doesnt work properly | 01:48 |
provenzano | ok thanks anyway :)) | 01:48 |
elfer | i think you need a wireless adapter that can operate in promiscuous mode or something | 01:49 |
mosh | elfer: are you referring to monitoring packets? | 01:52 |
elfer | i'm not sure, just aircrack... i heard thats part of the process of ... using those tools | 01:53 |
elfer | i'm not really familiar with that sort of thing | 01:54 |
reever | Any ubuntu experts out there? | 01:54 |
elfer | lol | 01:54 |
Hamtechperson | Excuse me, but I require some advice on what to do. I am attempting to put 12.04.1 onto my machine and, for the past several hours, it has been stuck trying to configure the boot loader. Does anyone have any suggestions as to how to proceed? | 01:56 |
Ririshi | Hey. I'm on lubuntu and the task bar stopped working.. I closed it and now it's gone.. How can I restart it? I've got one terminal opened | 01:56 |
freshstart | can i chat in skype via terminal? | 02:03 |
alien2050 | Ririshi: What is your windows manager? gnome3? kde? unity? | 02:03 |
elfer | skype via terminal? | 02:03 |
Snowie | hi all. so into my machine via live usb. disk still reports as full, even though disk utility only reports 500G of 1T. df also reports full. 12.10. any tips to repair this. should also note that recently i goofed on command line. trying to move few hundred M of files in subfolders to current and typed $ mv ./*/* ./* the files were luckily backed up. but how do i repair this. | 02:04 |
elfer | that would be neat | 02:04 |
elfer | like an ascii image of the person you are skyping | 02:04 |
alien2050 | gnome : try alt-f2 then type only "r" (the letter) | 02:04 |
elfer | someone should code that | 02:04 |
Ririshi | alien2050: ehh.. lubuntu standard? LXDE? | 02:04 |
OerHeks | Ririshi, try " lxpanel " or logout and log back in again | 02:05 |
Motoservo | Okay, so I gave up on the two methods suggested by the page at Ubuntu on setting up a bootable flash drive. I've burned Ubuntu to a cd and it showed up as an option when rebooting and holding option key. But after choosing the CD it started to boot and i got a black screen with a blinking (big) cursor at top left. Sounds like the drive has been crunching for awhile but 10 minutes have passed. Should I be doing something here? | 02:05 |
Ririshi | OerHeks: thanks :D | 02:06 |
Ririshi | but i have to keep the terminal opened for that >.< | 02:07 |
Snowie | Motoservo: burn another if you have one. rule out it might be the disk itself. long time 'crunching' usually means bad read | 02:07 |
Ririshi | ill try relo | 02:07 |
Ririshi | g | 02:07 |
OerHeks | !nomodeset | Motoservo | 02:07 |
ubottu | Motoservo: 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 parameter | 02:07 |
Motoservo | Am I supposed to see a black screen with a cursor though? | 02:07 |
Motoservo | thanks. | 02:08 |
Snowie | fsck is ok to run on mounted drives right. only fsck2 cannot/shouldnt be run mounted? | 02:08 |
Motoservo | I forgot to mention I'm on a Mac. I suppose this article still applies? | 02:09 |
OerHeks | Motoservo, yes, it can help on mac too | 02:10 |
Ririshi | What does nomodeset do actually? | 02:10 |
OerHeks | Snowie, fsck should be run in single user mode, see https://help.ubuntu.com/community/SystemAdministration/Fsck | 02:11 |
Snowie | Ririshi: i believe it simply loads default, instead of trying to guess your card settings | 02:11 |
Ririshi | lol | 02:11 |
Ririshi | simple, but effective | 02:12 |
Ririshi | why doesn't chromium auto-scroll webchat? | 02:12 |
jimmy | OerHeks: So I just add that to /etc/sources.list? Which package do I install? Also, is there a way to list all the packages in that repository after I apt-cache update? | 02:12 |
OerHeks | jimmy, follow the instructions howto add that ppa, after updating you can see the contents in softwarecentre/synaptic, install samsung-backlight ( & tools) should do the trick and reboot i guess | 02:13 |
OerHeks | i do not own a samsung machine, found it on askubuntu | 02:14 |
c_smith | jimmy, the easiest way is to do "apt-cache search <package you think it's named>" (yes, without sudo) | 02:14 |
c_smith | apt-cache is a useful tool | 02:14 |
plastico | Yeh | 02:15 |
=== linuxthefish` is now known as linuxthefish | ||
Snowie | OerHeks: so any idea how to get my disk reporting the correct size? even in disk util gui shows 1TBfull at the top, but only 500GB when scanned??? | 02:17 |
OerHeks | Snowie, no idea, you messed it up pretty bad i guess | 02:19 |
Snowie | OerHeks: :( yup. cheers bud | 02:19 |
Jordan_U | Snowie: You may have run out of inodes if you have a lot of small files. | 02:20 |
=== Albastos is now known as Albastos|off | ||
Hamtechperson | Excuse me, but I require some advice on what to do. I am attempting to put 12.04.1 onto my machine and, for the past several hours, it has been stuck trying to configure the boot loader. Does anyone have any suggestions as to how to proceed? | 02:21 |
ohshitgorillas | Hello there, I'm having an issue installing using 12.10 x64 server or minimal, both have the same issue. When asked for the keyboad layout, the very first step of the installer, either it freezes or the keyboard is unresponsive. Also tried 12.04 minimal installer. I'm using a USB stick or a CD, doesn't matter. Desktop crashes after I hit "continue" for the first time. | 02:23 |
DeSian | hi all, ve small issue on my iMac with ubuntu 12.4 or any version, everything work fine, but sometime after working with GIMP or blender..etc, gettingg the screen nosy or f**up. it's an driver issue or just Apple tricks to reback the user to MacOSX? | 02:23 |
Blue1 | ohshitgorillas: you did md5sum the download, right? | 02:23 |
ohshitgorillas | This is seriously just breaking my spirit and my resolve to continue using linux period | 02:24 |
ohshitgorillas | Blue1: yeah of course | 02:24 |
Chucrute301 | Hi guys | 02:24 |
Chucrute301 | Anyone know | 02:24 |
Chucrute301 | How to remove a persoon from ignore list? | 02:24 |
Blue1 | ohshitgorillas: what do you choose for the k/b layout? | 02:25 |
OerHeks | !grubrepair | Hamtechperson, you could try to reinstall grub after you cancel this installation | 02:25 |
ubottu | Hamtechperson, you could try to reinstall grub after you cancel this installation: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) | 02:25 |
Raspootis_ | Evening. Does Ubuntu 12.10 support mono sound output? | 02:26 |
Chucrute301 | 02:26 | |
ohshitgorillas | English, the default. It's a plain US keyboard... keep in mind that after the installer begins, this step is where it locks up so technically I don't get to select it after starting the installation | 02:26 |
Chucrute301 | Anyone? | 02:26 |
Hamtechperson | I click skip? Then proceed? | 02:26 |
Blue1 | ohshitgorillas: could be bad ram -- does any other os work correctly on your machine? | 02:26 |
ohshitgorillas | absolutely. I can boot into the existing Arch installation and everything works perfectly fine | 02:27 |
Blue1 | ohshitgorillas: 12.04 - with unity? kde? | 02:27 |
ohshitgorillas | Blue1: 12.10 and 12.04, both server and minimal. Desktop with 12.10 locks up after the screen which asks to download updates while installing and third party software, etc | 02:28 |
Blue1 | ohshitgorillas: I don't know if 12.04 has a safe mode in the live cd - but if so I would try that | 02:28 |
DeSian | ok, no one using ubuntu on mac devices :-) | 02:29 |
erncic | ohshitgorillas, USB stick install or dvd/cd? | 02:29 |
Blue1 | hmm | 02:29 |
ohshitgorillas | erncic: both | 02:29 |
erncic | I see. I've had issues with usb, and a perfect install off a real disk. | 02:29 |
Blue1 | erncic: ditto | 02:29 |
ohshitgorillas | erncic: I've only tried 12.10 server from the disc, but I'll try minimal or desktop next I suppose | 02:30 |
Hamtechperson | How do I cancel an install? is it the skip button? | 02:30 |
ohshitgorillas | thanks and brb | 02:30 |
erncic | ohshitgorillas, I'd give it a try.. I locked up hard while trying usb. | 02:30 |
Blue1 | ohshitgorillas: I have had no issues with desktop - but then i only played with 12.xx for 1 day. | 02:30 |
ohshitgorillas | Funny thing is, I installed it a few weeks ago with no problems! | 02:31 |
ohshitgorillas | That was desktop, for reference. | 02:31 |
Blue1 | ohshitgorillas: well the mayan apocalypse happened that's why. | 02:31 |
ohshitgorillas | Blue1: at this point that's my best guess :P | 02:31 |
Blue1 | ohshitgorillas: wish I could offer better answers - but that seems to fit | 02:32 |
ohshitgorillas | brb trying minimal then desktop on a cd | 02:32 |
Snowie | ok. so after alot of dramas ive been having, decided to reinstall ubuntu on my machine. 12.04 live usb. can i reinstall the os and just leave /home partition in place? | 02:32 |
Raspootis_ | Anyone know about having mono sound with ubuntu 12.10? | 02:33 |
usr13 | Snowie: Yes | 02:33 |
Hamtechperson | Did you try a mono output Raspootis? | 02:34 |
DeSian | ! mac | 02:34 |
ubottu | For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages | 02:34 |
Snowie | usr13: cheers. will give that a go now. | 02:34 |
Raspootis_ | Hamtechperson, what do you mean? | 02:34 |
kelvinella | is there different between ubuntu12.04 iso and ubuntu12.04.1 iso? | 02:35 |
Hamtechperson | It could be something in your sound-creating device. Are you using a mono device? | 02:36 |
Raspootis_ | Hamtechperson, I have an amp hooked up, due to lack of a better speaker. | 02:36 |
Raspootis_ | When testing sound, only the left channel is heard | 02:36 |
usr13 | Raspootis_: http://www.linuxquestions.org/questions/linux-newbie-8/alsa-mono-output-how-to-make-815094/ | 02:37 |
Snowie | usr13: hmm. have a guide for this? only shows single ~1TB partition. | 02:38 |
ohshitgorillas | Well, installing 12.10 minimal via CD still had the same issue with not recognizing the keyboard. Trying Desktop next... since that had a different error, plus I *know* the mouse works, and because they're using the same USB receiver, I'm hoping that the keyboard will work too... | 02:40 |
gurjeet | Thanks to Ubuntu, now I have to to live with an ethernet cable. WiFi is just unusable on my 12.04 running on Macbook Pro 9,1. :( | 02:40 |
jimmy | OerHeks: Sorry, drunk, didn't notice the http. Been looking for this fix for awhile, thanks a lot! | 02:40 |
ohshitgorillas | and then maybe I'll only have to spend a couple of hours stripping it down :P | 02:40 |
usr13 | In that case, you'll need to back up /home and reinstall and move /home/ files back to PC. You could, howerver, split it up now. Boot to live CD and create a large partition for /home/ and move to it. (But just backing up to a USB drive would be easier, and next time just create a /home/ partition for future use.) | 02:41 |
tables | how can i see what package a file is a part of? | 02:41 |
Hamtechperson | Trying to install 12.04.1 as an upgrade to 11.04. Boot loader has been "configuring" for several hours. It failed on my install of 11.04 earlier today (Had the disk, it was the one that was consistently working). Help please? | 02:41 |
usr13 | Snowie: https://help.ubuntu.com/community/Partitioning/Home/Moving | 02:41 |
=== qos|away is now known as qos | ||
enneract | Uh, is there a simpler way for me to get my disks UUIDs into fstab on my no-gui server other than manually transposing them? | 02:43 |
Snowie | usr13: *sigh* yeah i realised that is where this is heading. last time i tried that i got to about the last step and then dropped the lot. i cried a little | 02:43 |
usr13 | Hamtechperson: What? upgrade from 12.04 to 11.04? | 02:43 |
Optichip | li/leave | 02:43 |
Hamtechperson | Upgrade 11.04 to 12.04.1. Not going down. | 02:44 |
usr13 | Hamtechperson: Oh never mind... but you're still skipping 11.10. Are you just doing fresh install from CD? | 02:44 |
kelvinella | can i install Desktop CD for 64-bit PC (AMD64) computers (standard download) on intel 64bit? | 02:45 |
Hamtechperson | Yes I am. I keep seeing "Buffer I/O Error on device SDA" messages | 02:46 |
usr13 | kelvinella: What? | 02:47 |
kelvinella | usr13, my laptop is 64 bit system but it is not AMD | 02:47 |
tables | how can i see what package a file is a part of? | 02:47 |
kelvinella | usr13, in ubuntu iso download page i can only find 64-bit PC (AMD64) desktop CD | 02:47 |
usr13 | kelvinella: If you are asking if it's ok to instal 32bit OS on 64bit hardware, yes, that's ok. | 02:47 |
enneract | kelvinella: that is correct; AMD64 refers to the instruction set, which AMD pioneered, but it is used by all x86-64 processors | 02:48 |
enneract | its just called AMD64, but you dont need an AMD cpu :) | 02:48 |
usr13 | kelvinella: Oh yea, I see what you are asking now. | 02:49 |
Hamtechperson | usr13, any idea of how I can circumvent the issue I'm having? | 02:49 |
kelvinella | so ubuntu-12.04.1-desktop-amd64.iso 23-Aug-2012 17:13 694M Desktop CD for 64-bit PC (AMD64) computers (standard download) is ok for i5 CPU?? | 02:49 |
enneract | anyone know a trick to copy UUIDs into /etc/fstab without a mouse | 02:49 |
enneract | kelvinella: yes | 02:49 |
kelvinella | it is 64 bit system | 02:49 |
usr13 | Hamtechperson: Just do fresh install of 12.04 | 02:49 |
Hamtechperson | So, kill the current install and try again? | 02:50 |
usr13 | Hamtechperson: If that is what youa are doing and are getting I/O failures, check the media for defects. (BTW, did you run md5sum on the ISO before burhing?) | 02:51 |
usr13 | Hamtechperson: I'm not sure what you are doing. Can you be specific? | 02:51 |
Hamtechperson | I can try, at least. | 02:52 |
usr13 | enneract: vim | 02:53 |
tang87 | I have a button, which should show a modal widget, with a form, i was looking at "Dialog" class, but it can't contains "Gtk.Entry" | 02:53 |
tang87 | do you use Gtk? | 02:53 |
=== ubuntu is now known as Guest29723 | ||
usr13 | enneract: blkid /dev/sda# >blkid.txt ; vim blkid.txt etc. | 02:54 |
=== linuxthefish is now known as linuxthefish` | ||
Hamtechperson | This morning, I put 11.04 onto my machine (fresh install, get rid of everything). It failed to load the boot loader. I then went to the 12.04.1 live cd, and installed that as an upgrade to the previous 11.04 install from this morning. It seemed to install fine, but has stalled for the past several hours at the stage of configuring the boot loader. It has been at least 6 hours of "configuring". Whe | 02:59 |
Hamtechperson | n the 11.04 installer failed to load the boot loader, it went into a desktop session, wherein it periodically yelled at me that there was an issue with my drive. It used to have XP on it, which was completely wiped as we were going to get rid of the computer before I mentioned I wanted it as a pet project. That ran exceedingly slow as well. What do you think I should do? | 02:59 |
jayzon915 | Stupid quick Question... Is wine 1.5.5 or Wine 1.5.20 newer? | 03:02 |
cmell | 1.5.20 | 03:03 |
jayzon915 | k thanks | 03:03 |
=== qos is now known as qos|away | ||
enneract | Is there any way of finding what physical volume that a directory is located on | 03:09 |
cmell | maybe "df" would give you a hint | 03:10 |
enneract | cmell perfect, thanks | 03:10 |
=== Terry is now known as Guest28451 | ||
Guest28451 | hello | 03:16 |
cmell | hello Terry | 03:17 |
jimmy | exit | 03:18 |
KsM | ^D | 03:18 |
belal122 | hey! | 03:19 |
=== vjn_ is now known as vjn | ||
goddard | what does it mean when a command is present when i type it without using sudo and it exists but when i type sudo it doesn't | 03:24 |
cmell | whuch command? | 03:24 |
Guest28451 | 还有中国人? | 03:25 |
cmell | goddard, which command does that? | 03:25 |
cmell | Guest28451, I think there is probably a chinese ubuntu channel, but this is the nglish channel | 03:27 |
acovrig | can I adjust the display timeout via the cli in ubuntu 12? I'm told gconftool can, but it seems to be an older version of ubuntu | 03:28 |
somsip | !zh | Guest28451 | 03:28 |
ubottu | Guest28451: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw | 03:28 |
Hamtechperson | How can I kill an install process? I've been stuck trying to configure the Boot loader for at least 6 hours now! | 03:30 |
cmell | wow | 03:30 |
jimmy | OerHeks: It works, you're my god damn hero. The kernal upgrade broke the screen brightness thing since I've been out of town. Been squinting for days, thanks so much | 03:30 |
jimmy | *kernel | 03:30 |
belal122 | what's up guys | 03:31 |
goddard | cmell: pear | 03:31 |
cmell | Hamtechperson, you can kill processes with the "top" command. each process shown has a number. type "k" and the number of the process you'd like to kill | 03:31 |
=== Terry is now known as Guest59013 | ||
Hamtechperson | I'm not exactly sure how i'd get to a terminal though. I started the install without starting the live session. | 03:32 |
Hamtechperson | 12.04.1, if that helps any. | 03:33 |
acovrig | Hamtechperson: Ctrl+Alt+F1 help? | 03:33 |
pingupingu | hello guys | 03:33 |
Hamtechperson | no, unfortunately | 03:34 |
Hamtechperson | wait, something happened! | 03:34 |
Jordan_U | Hamtechperson: ctrl+alt+F1 doesn't bring you to a tty? | 03:34 |
goddard | how can i find where a binary is located | 03:37 |
joe__P | ,who | 03:37 |
Hamtechperson | It did, but not right away | 03:37 |
Ririshi | I accidentally removed the power button from the taskbar in lubuntu.. is there a way to get it back? ^-^ I shouldn't mess with this so much >.< | 03:37 |
Hamtechperson | Now, if only it would stop writing new data | 03:37 |
Jordan_U | Hamtechperson: Are you seeing error messages being printed to the tty? | 03:38 |
cmell | goddard, "whereis cmdname" | 03:38 |
Hamtechperson | The refresh is too fast I can't read what the hell it's putting out. I think so though. I've been stuck trying to configure the boot loader on an install since at least 2100 utc. | 03:40 |
Hamtechperson | I just saw somethin that said Error { utc } or something like that | 03:41 |
Hamtechperson | unc | 03:41 |
Hamtechperson | failed command READ:DMAO | 03:41 |
cmell | Hamtechperson, pull up a second terminal window, the errors wll usually only go to the first | 03:42 |
Jordan_U | Hamtechperson: Try pressing scroll lock to stop the errors. Whatever they are they're probably important. | 03:42 |
Jordan_U | Hamtechperson: (Stop as in stop them from scrolling so that you can read them) | 03:43 |
Hamtechperson | It's not working | 03:43 |
cmell | Hamtechperson, a system shutdown will stop all the processes ... | 03:43 |
Hamtechperson | There is no window. The entire screen is a terminal | 03:43 |
Hamtechperson | (I'm not on that machine) | 03:44 |
c_smith | Hamtechperson, that usuually means either a crash happened, or a Kernel Panic happened. | 03:44 |
cmell | just type this on the console screen "shutdown -h now" | 03:44 |
Hamtechperson | there's no input linbe | 03:45 |
goddard | im having some path issues where is the sudo profile located? | 03:45 |
goddard | for my binary files | 03:45 |
Jordan_U | cmell: Hamtechperson: We're in the middle of an install, I think we should try a few more things before shutting down. | 03:45 |
Hamtechperson | just an endless stream of the same errors with incrementing numbers going up. | 03:45 |
Jordan_U | Hamtechperson: Did scroll lock help? | 03:45 |
Hamtechperson | Not in the slightest. | 03:45 |
cmell | Hamtechperson, what about "ctrl-c" | 03:46 |
Hamtechperson | nope. I think it logged out, but the errors just keep coming. | 03:47 |
Jordan_U | Hamtechperson: Try ctrl+alt+F2 | 03:47 |
Hamtechperson | they invade the top area | 03:47 |
=== linuxthefish` is now known as linuxthefish | ||
Hamtechperson | But they go away. WHat should I try next | 03:48 |
cmell | so ctrl-c does nothing? | 03:48 |
Jordan_U | cmell: No, these are kernel error messages being sent to the tty, not output from a command. | 03:49 |
Hamtechperson | I think it did something. It said logging out, then the screen went top cursor and the error messages just kept coming | 03:49 |
Jordan_U | Hamtechperson: So after pressing ctlr+alt+F2 can you run commands and see their output? | 03:50 |
Hamtechperson | give me a command to try and I'll see... | 03:50 |
cmell | Hamtechperson, interesting result from trying to update the bootloader | 03:50 |
Hamtechperson | I was trying to update from 11.04 to 12.04.1. It's been it bootloader nonsense for probably 7 or 8 hours now. | 03:51 |
cfhowlett | Hamtechperson: too big a jump. you cannot go from 11.04 to 12.04 | 03:51 |
Jordan_U | Hamtechperson: echo test | 03:52 |
cfhowlett | Hamtechperson: rather let me say, you cannot directly upgrade from 11.04 to 12.04 | 03:52 |
Hamtechperson | unknown command press h for help | 03:52 |
Hamtechperson | live disk upgrade | 03:52 |
Jordan_U | Hamtechperson: What does "h" output? | 03:53 |
Hamtechperson | help for interactive commands | 03:53 |
cmell | Hamtechperson, if you can see and type commands, if all else fails you can shutdown the system, but since it was during a major upgrade, it might not be bootable anymore | 03:53 |
Hamtechperson | and a new error scroll | 03:53 |
cknox | Has anyone seen a ping -c 1 google.com that ping says it took 0 ms, but if you put time in front of it, it takes 5 seconds? | 03:53 |
Hamtechperson | I can use a disk to recover though, right? | 03:54 |
cmell | maybe | 03:54 |
Jordan_U | cknox: If you run "time ping google.com" you'll time outputing the time it takes for ping to *resolve the domain name google.com*, then send an ICMP echo request to that ip, then get a response. | 03:54 |
cub | linux is a toy.. | 03:55 |
Jordan_U | cub: This is the Ubuntu support channel. Please stick to productive support related discussion. | 03:56 |
Hamtechperson | buffer I/o error on device sda, logical block 4. At least it's different | 03:56 |
Jordan_U | Hamtechperson: Sounds like you may have a bad hard drive. I wouldn't depend on it for any important data. | 03:57 |
cmell | Hamtechperson, it's lost communication with the hdd. you probably cant shut down the normal way | 03:57 |
cknox | Jordan_U: the DNS lookup appears to happen right away, if I ping longer, there is literally 5 seconds between each ping response. I don't have this when pinging local systems, it just seems to be remote systems | 03:57 |
cmell | Hamtechperson, the hdd might not be bad, probably the change of drivers did it | 03:58 |
Hamtechperson | How do I kill it then? | 03:58 |
Hamtechperson | maybe. | 03:58 |
Hamtechperson | It was just wiped though. | 03:58 |
cmell | Hamtechperson, at this point, you can try the :shutdown -g now" , but if that fails there's only powering off | 03:59 |
cknox | however, that being said, it definitely appears there's an issue with pinging the domain name | 03:59 |
cmell | sorry, "shutdown -h now" I meant | 03:59 |
Hamtechperson | well, ctrl alt del said it was going down for reboot... It's better than this nonsense. | 04:00 |
scottj | my laptop keyboard stops working after some medium length of time (couple hours maybe). external keyboards keep working, and if I restart X then it resumes working. No errors in syslog or Xorg log, any ideas for what to check? | 04:01 |
cmell | scottj, power-saver settings? | 04:02 |
Jordan_U | cmell: Hamtechperson: There is no "change of drivers", as this is a LiveCD/USB environment, and there is almost certainly something wrong with your hardware. Maybe the drive itself, maybe the cables connecting it, maybe the motherboard. | 04:02 |
Hamtechperson | Well, the system is going down. It used to be on windows, and ran mollasses slow there, esp. on boot. | 04:03 |
cmell | Jordon_U, if it was working prior to the update, what a coincidence that the hw would fail during the update | 04:03 |
god | sur | 04:03 |
god | sure | 04:03 |
scottj | cmell: I'll try not using pm-powersave and xfce-power-manager and see if that effects it | 04:03 |
=== owner is now known as Guest62434 | ||
Jordan_U | !tab | cmell | 04:04 |
ubottu | cmell: 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. | 04:04 |
Hamtechperson | Well, my project just got more projecty... | 04:04 |
=== Guest62434 is now known as justmeh | ||
cmell | Hamtechperson, does it still boot? | 04:05 |
Jordan_U | cmell: This isn't an "upgrade" in the normal sense of the word, it's an installation from scratch of a newer version of Ubuntu than what Hamtechperson used to have. | 04:05 |
Stars | heya, i always confused , on crontab m/d/ on scheduling, if i want schedule for 1st day of the month how do i write it ? | 04:05 |
Hamtechperson | I'm not sure. I don't think so, as I never got a boot loader to install. | 04:06 |
Hamtechperson | With 11 or 12 | 04:06 |
zmanfx | Hi, I installed ubuntu on my nexus 7 last night. I encountered a problem on first setup when it asks for the users language | 04:07 |
zmanfx | and time zone | 04:07 |
zmanfx | etc... | 04:07 |
cmell | so the boot loader never installed? Might be a bad sector I suppose, or do you have "virus protection" enabled in the bios? | 04:07 |
zmanfx | basically, it would accept input from the onscreen keyboard, and then at some point the frame around the setup window would disappear and the text field would stop accepting input | 04:07 |
zmanfx | on screen keyboard would still show, however, nothing would be taking input from it | 04:08 |
Jordan_U | Hamtechperson: The first thing I would do is boot from the Ubuntu LiveCD again, select "Try Ubuntu before installing", and run GNOME Disk Utility (aka "palimpsest") to check the drive's S.M.A.R.T. status. | 04:08 |
Hamtechperson | SMART said failing in 11.04. | 04:08 |
Hamtechperson | That I did get. | 04:08 |
Jordan_U | Hamtechperson: That would have been a good thing to tell us earlier :) | 04:09 |
Jordan_U | Hamtechperson: Since the drive is failing, you should really get a new drive and install to that. | 04:09 |
cfhowlett | Hamtechperson: bad HDD ... | 04:09 |
Hamtechperson | I guess I will. I also thought I had put it in a megamessage earlier. I guess not. | 04:10 |
zmanfx | is there another channel where i should be asking questions about current dev versions of ubuntu ? (13.04) ?? | 04:10 |
cfhowlett | !ubuntu+1 | 04:10 |
ubottu | Raring Ringtail is the codename for Ubuntu 13.04 - Support only in #ubuntu+1 | 04:10 |
zmanfx | ah | 04:11 |
cmell | no rascally rabbit? :) | 04:11 |
=== aether is now known as Guest27322 | ||
cfhowlett | cmell: no beefy miracle either. go figure ... | 04:12 |
Hamtechperson | That would have been Awesome. | 04:12 |
amitg | Hi Guys, I | 04:12 |
Hamtechperson | But maybe for W, since that was the pronunciation. | 04:12 |
amitg | I just can't get my wifi to work on ubuntu 12.04 | 04:13 |
cmell | yeah, wascally wabbit :) | 04:13 |
Artemis3 | Hamtechperson, try low level formating the drive with the util from the manufacturer (usually a dos app) | 04:13 |
amitg | I have a hp probook 4540s | 04:13 |
amitg | can you guys help me set up wifi?\ | 04:14 |
cfhowlett | amitg: did it ever work? what hardware? | 04:14 |
amitg | I had 12.10 but it kept getting disconnected | 04:14 |
cmell | so it sort of worked | 04:14 |
amitg | I chucked 12.10 and installed 12.04 and now the driver isn't loaded at all | 04:15 |
cfhowlett | amitg: broadcom? | 04:15 |
cmell | obviously it's a driver which wasn't included in 12.04 | 04:15 |
amitg | Hmm.. | 04:15 |
amitg | I'm just checking which card is it | 04:16 |
amitg | at this page http://h10010.www1.hp.com/wwpc/ca/en/sm/WF06a/321957-321957-64295-3955552-3955552-5229455.html?dnr=1 | 04:16 |
amitg | it lists a lot of things under wireless | 04:17 |
cmell | amitg, so you never made a note of what 12.10 thought it was or which driver was being used? | 04:17 |
amitg | i was using Atheros | 04:18 |
amitg | ath9k | 04:18 |
cmell | ok, that narrows it down | 04:18 |
Hwkiller | ath9k should work fine however... | 04:18 |
hugenumber | Attempted to set a static ip on ubuntu now I can not ping outside of local router, but can ping to other devices connected to it? | 04:18 |
cmell | hugenumber, you need to set a default gateway manually | 04:19 |
dragun0v | ensure the default gateway and dns settings are also set manually | 04:19 |
hugenumber | ok will do that now | 04:19 |
amitg | what do I do now?? | 04:19 |
cmell | go get the ath9k driver | 04:20 |
amitg | I have it | 04:21 |
cmell | have you installed it already? | 04:21 |
Hwkiller | ath9k is in the kernel | 04:21 |
Hwkiller | there is no "getting it" | 04:21 |
cmell | well, since it's not detecting the card, something is wrong with 12.04's module with respect to this particular card | 04:22 |
Hwkiller | try modprobing it yourself | 04:22 |
cmell | it might be something simple like the card using an id which was only added in 12.10 | 04:23 |
amitg | a 'sudo modprobe ath9k' ? | 04:23 |
Hwkiller | yup | 04:23 |
amitg | but that doesn't work either | 04:23 |
Hwkiller | what does it say | 04:23 |
amitg | nothing | 04:23 |
Hwkiller | and "lsmod|grep ath" shows nothing? | 04:23 |
cknox | hmmmm | 04:23 |
amitg | ath9k 130982 0 | 04:24 |
amitg | mac80211 544021 1 ath9k | 04:24 |
amitg | ath9k_common 14053 1 ath9k | 04:24 |
amitg | ath9k_hw 390924 2 ath9k,ath9k_common | 04:24 |
amitg | ath 23827 3 ath9k,ath9k_common,ath9k_hw | 04:24 |
FloodBot1 | amitg: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. | 04:24 |
amitg | cfg80211 210454 3 ath9k,mac80211,ath | 04:24 |
amitg | compat 13575 5 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211 | 04:24 |
devlos | hi is there anyway to pause wget? | 04:24 |
GitNick | Hey guys, Having an issue with a laptop touchpad not coming back after resume from sleep (RAM). I've put everything I know in a gist: https://gist.github.com/fa5699c06a20fae54799 | 04:24 |
Hwkiller | ath9k is working then | 04:24 |
genius | hi | 04:24 |
Hwkiller | it's another problem | 04:24 |
genius | hi | 04:24 |
genius | can anyone tell me | 04:24 |
amitg | Hmm... | 04:25 |
frustrated | can anyone clue me in on the secret code to install java | 04:25 |
acovrig | devlos: Ctrl+z | 04:25 |
acovrig | devlos: resume: % | 04:25 |
genius | how i can install the deskop GUI on ubuntu 12.1 | 04:25 |
malkauns | frustrated, secret code?? | 04:26 |
cknox | so I installed something that installed an LDAP server with it. Now all of my authentication takes a minute from when I enter my password. Anyone know what config file is telling it to try ldap? | 04:26 |
frustrated | yeah its a big mystery | 04:26 |
devlos | acovrig, thanks, perfect | 04:26 |
Hwkiller | amitg: what issue are you having? I jumped into the middle of it | 04:26 |
malkauns | genius, sudo apt-get install ubuntu-desktop ? | 04:26 |
acovrig | can I suspend from the cli? I can from the gnome menu, but can't find a command for it. | 04:26 |
frustrated | well...? | 04:26 |
amitg | Hwkiller: network unclaimed for wifi | 04:26 |
Hwkiller | amitg: what do you mean "unclaimed"? | 04:27 |
frustrated | how do you get java working in browsers in ubuntu? | 04:27 |
amitg | ethernet works though | 04:27 |
Hwkiller | frustrated: you'll want icedtea | 04:27 |
genius | malkauns: i installed the desktop but after installation taskbar and statusbar is not visible for me | 04:27 |
amitg | unclaimed on doing "lshw -C network" | 04:27 |
amitg | Hwkiller : this is what I get | 04:28 |
amitg | http://paste.ubuntu.com/1477936/ | 04:28 |
hugenumber | I had gateway set, added a dns ip, now i can ping but nothing comes back | 04:29 |
Artemis3 | frustrated sekrit code: icedtea-plugin | 04:29 |
Hwkiller | amitg: I don't use lshw | 04:29 |
amitg | Okay. | 04:29 |
Hwkiller | amitg: type "rfkill list" | 04:29 |
Hwkiller | (not sure if that's installed) | 04:29 |
cmell | what about ifconfig, amitg? | 04:29 |
Hwkiller | ifconfig is deprecated | 04:29 |
Hwkiller | (use ip a) | 04:29 |
amitg | rfkill gives this http://paste.ubuntu.com/1477943/ | 04:30 |
Hwkiller | alright... and what happens when you try to connect to a wifi network? | 04:30 |
amitg | cmell: ip a doesn't show a wlan0 | 04:30 |
amitg | Can't connect. it doesn't detect any wifi | 04:30 |
acovrig | never mind, its pm-suspend | 04:31 |
cmell | are you sure you've got wifi reception to connect to? | 04:32 |
amitg | Yeah. It works on windows though | 04:32 |
cmell | might be 12.04's driver is flacky and got slightly better in 12.10? | 04:33 |
amitg | On clicking the network icon on the top right, I don't see any wireless connections | 04:33 |
Hwkiller | amitg: what about "ip l" | 04:33 |
frustrated | ok now it's telling me "iced tea is out of date" | 04:33 |
amitg | Hwkiller : lo and eth0 | 04:34 |
Hwkiller | amitg: are you using lightdm to start your sessions and everything? | 04:34 |
frustrated | can anyone solve this case? | 04:34 |
amitg | Hwkiller: i guess it's the default one | 04:34 |
Hwkiller | frustrated: amitg hm | 04:35 |
Hwkiller | er, not frustrated | 04:35 |
amitg | But I am! | 04:35 |
Hwkiller | frustrated: what are you trying to load? | 04:35 |
Hwkiller | got a link? | 04:35 |
frustrated | a damn java test | 04:36 |
Hwkiller | yes | 04:36 |
Hwkiller | got a link? | 04:36 |
frustrated | https://java.com/en/download/testjava.jsp | 04:36 |
Hwkiller | I want to see if mine works | 04:36 |
cknox | frustrated: have you taken a look at https://help.ubuntu.com/community/Java? | 04:37 |
=== mscurtescu is now known as mariuss | ||
Hwkiller | frustrated: I have no idea. I'm on arch with updated jre and icedtea, and it's still saying that | 04:38 |
frustrated | cknox: according to that, everything is already installed | 04:38 |
frustrated | Hwkiller: what? | 04:38 |
Artemis3 | frustrated why not try another page | 04:38 |
frustrated | Artemis3: i have | 04:38 |
cknox | frustrated: personally I try to stay away from Java (of course it doesn't help that we require it at work) | 04:39 |
Hwkiller | frustrated: as in, I have the most updated packages and it's saying it's out of date on the webpage | 04:39 |
Hwkiller | (it's not) | 04:39 |
frustrated | Hwkiller: what can we do | 04:39 |
amitg | Hwkiller: also suggest some next steps for me | 04:39 |
Hwkiller | frustrated: I have no idea... honestly | 04:39 |
Artemis3 | frustrated http://javatester.org/version.html | 04:39 |
HeKToN | hello all | 04:40 |
Hwkiller | amitg: I've never seen the issue before; i'm not sure what I can do :( | 04:40 |
cmell | amitg, I suppose you might get the most recent version of the ath9k driver, and make a module from that | 04:40 |
HeKToN | guys I want to ask you if 600 frames on glxgears is slow - normal or fast ? | 04:41 |
=== `mOOse` is now known as m00se | ||
amitg | Yep, I'm doing a make and make install | 04:42 |
HeKToN | anyone please ? | 04:42 |
Jordan_U | HeKToN: glxfears is not a valid benchmark. | 04:42 |
Artemis3 | HeKToN, meaningless | 04:42 |
Hwkiller | amitg: I really don't think that's the issue | 04:42 |
HeKToN | ok how can I check properly ? | 04:43 |
Hwkiller | how new is your laptop? | 04:43 |
Artemis3 | HeKToN, what card do you have? | 04:43 |
amitg | Hwkiller : yes | 04:43 |
amitg | Hwkiller: one month | 04:43 |
Jordan_U | HeKToN: Try an actual 3D game. | 04:43 |
HeKToN | AMD Radeon HD 7500G | 04:44 |
HeKToN | yeah i just played openarena and nexuiz and it looks fine but it slow on simple processes like youtube for instance | 04:45 |
=== eric_504 is now known as ampd | ||
cmell | HeKToN, isn't youtube partially dependant on your net speeds? | 04:45 |
Artemis3 | HeKToN, when in youtube, right click to enter flash properties and disable hardware accel, might cure it | 04:46 |
HeKToN | cmell : thanks I`ll try it | 04:46 |
HeKToN | Artemis3 : no idea if that is the problem in my case | 04:46 |
amitg | Mehhhh, what the hell is wrong with my ubuntu :/ | 04:47 |
cmell | what now? | 04:47 |
amitg | same issue | 04:47 |
amitg | built ath9k | 04:47 |
amitg | but it doesn't detect wifi at al | 04:47 |
amitg | all | 04:47 |
Hwkiller | amitg: oh, sorry I hadn't realized it was that knew. | 04:48 |
Hwkiller | is there a ppa for the mainline kernel anyone? | 04:48 |
genius | hi can i install gnome desktop enviorment on linux ubuntu server 12.10 | 04:48 |
Hwkiller | to see if he can run 3.7 or 3.6? | 04:49 |
Artemis3 | genius, of course you can, not that you should... | 04:49 |
cmell | gnome isn't bad | 04:50 |
genius | Astemis3: can you give me the command | 04:50 |
Artemis3 | if you are talking gnome3, i believe it involves a ppa, i'll let the experts guide you on that. cmell i was thinking servers don't need a local gui. | 04:51 |
Hwkiller | no it doesn't | 04:51 |
Hwkiller | gnome-shell/gnome3 is in repos | 04:51 |
Hwkiller | (unity uses gnome3; the only real difference is that it doesn't use shell) | 04:52 |
genius | actually i installed ubuntu-desktop | 04:52 |
thufir_ | in /var/log/X see Loading /usr/lib/xorg/modules/extensions/libextmod.so does that mean that this is the video driver which is being loaded by 12.04? | 04:52 |
genius | but intallation i am not able to see the taskbar or statusbar of the desktop | 04:52 |
Artemis3 | genius, you might try a simpler gui... one without compositing, such as xfce or lxde. | 04:53 |
Hwkiller | genius: why? | 04:53 |
Hwkiller | er, Artemis3 : why? | 04:53 |
=== DouglasK is now known as DouglasKAway | ||
thufir_ | 12.04 on hdb runs fine, but 12.10 on hda1 gives "cannot display this video..." which may be due to loading or using the wrong driver. I want to check that both are using the same driver. how can I know which video driver I'm using currently? | 04:53 |
amitg | no clue then? | 04:55 |
dowdyph0 | 8 | 04:55 |
thufir_ | can someone help me read this log to see whether it's configuration or wrong driver or what? http://article.gmane.org/gmane.linux.ubuntu.user/264235 | 04:57 |
Naeblis | I've been advised to create a new bug report on Launchpad, this relates to no thumnbail preview and processor usage going up in nautilus. Should I file the bug under nautilus? | 04:58 |
far3 | Well I messed up my partition trying to dual boot windows 7 with ubuntu...now I have only ubuntu :) | 04:59 |
donavan01 | anyone know of a way to squeeze better performance out of an intel integrated graphics card on a laptop | 05:00 |
thufir_ | I have 12.10 installed on hda (I'm booted on hdb); how can I see which video drivers hda 12.10 is using? | 05:03 |
daftykins | thufir_: /var/log/Xorg.0.log | 05:05 |
thufir_ | daftykins: what am I looking for? I know that my video card is an ancient SiS. http://paste.ubuntu.com/1477983/ | 05:06 |
thufir_ | Loading /usr/lib/xorg/modules/drivers/sis_drv.so ? | 05:06 |
daftykins | thufir_: line 144, SiS driver | 05:07 |
thufir_ | ok, thanks, I see that. can I see which driver the 12.10 install is using without booting into 12.10? | 05:07 |
daftykins | thufir_: not unless it has a Xorg.0.log in another place nah | 05:08 |
thufir_ | or, do I need to boot into 12.10, crash X, and get that from the log. | 05:08 |
daftykins | thufir_: that'd be easiest, can you get to a TTY? | 05:08 |
thufir_ | right. let me look. I can mount the other har drive and take look. thanks. | 05:08 |
daftykins | np | 05:09 |
Hwkiller | hmm.. does SiS have dri drivers? | 05:09 |
Hwkiller | and does your 12.04 use unity 2d mode? | 05:09 |
Jordan_U | Hwkiller: SiS barely has working 2D linux drivers. | 05:10 |
thufir_ | those are all good questions. I don't see what problem 12.10 has with my (crummy) hardware wich 12.04 didn't have. | 05:11 |
malkauns | how do u change the text color in the top unity panel?? | 05:13 |
thufir_ | daftykins: x log from other hard drive: http://paste.ubuntu.com/1477989/ should show crash (seg fault) | 05:13 |
daftykins | thufir_: identical driver ic | 05:15 |
Hwkiller | [ 745.444] (EE) open /dev/dri/card0: No such file or directory | 05:15 |
Hwkiller | yeah, that might be the problem. not sure why it's not using software rendering though; my guess is that it's crashing b/c of that | 05:15 |
thufir_ | I see that as well. so that's good. could it be config then? it, for all intents and purposes, has to be config, yes? | 05:16 |
Hwkiller | not... really | 05:16 |
thufir_ | Hwkiller: ok, interesting. pls share your thinking. | 05:16 |
Hwkiller | try installing a simpler environment (lxde or something) to see if that works | 05:16 |
daftykins | that boot is a lot slower once it gets to the driver loading | 05:17 |
thufir_ | Hwkiller: I tried Xubuntu and, oh, I forget, lightdm(?) and had the same problem. | 05:17 |
daftykins | i'm not seeing Hwkiller's paste error anywhere in your 12.04 | 05:17 |
ese311 | do you guys now any good dictionary app? like just input the word and it defines the word for me instead of googling the meaning everytime | 05:17 |
daftykins | instead, there's: | 05:17 |
daftykins | [ 24.599] (EE) open /dev/fb0: No such file or directory | 05:17 |
thufir_ | what paste error for 12.04? 12.04 loads fine, the crash is for 12.10...I'm confused. what's the question? | 05:18 |
ese311 | KISS | 05:18 |
daftykins | thufir_: yeah the error Hwkiller pasted from your 12.10 log isn't present in the 12.04, it's a curious situation | 05:18 |
daftykins | or i'm just blind and can't see it | 05:18 |
Hwkiller | just search for (EE) | 05:18 |
daftykins | yeah, not there | 05:19 |
genius | hwkiller: can i use apt-get install xinit for startx desktop | 05:19 |
genius | enviornment | 05:19 |
daftykins | both state DRI is disabled | 05:19 |
Hwkiller | genius: it's not an issue of starting X | 05:20 |
Hwkiller | not having dri on an environment requiring opengl is the problem | 05:20 |
Hwkiller | however... not sure why 2d environments don't work either | 05:20 |
thufir_ | daftykins: I'm looking for a paste by Hwkiller but don't see it as yet. pardon, had some distractions on this end. (home stuff) | 05:20 |
Hwkiller | so apparently I'm wrong | 05:20 |
thufir_ | [ 745.444] (EE) open /dev/dri/card0: No such file or directory is this what's the problem?? | 05:21 |
Hwkiller | it's the only error on that log | 05:21 |
daftykins | ja | 05:22 |
daftykins | sorry got distracted too | 05:22 |
thufir_ | that's significant. I'm going to google that. no worries on distracted, time, etc, thanks to both guys for your help. | 05:22 |
daftykins | i sense Hwkiller knows more than me on this topic, i'm surprised it's not falling back to unity 2D for you. try forcing boot to that somehow? i don't know how it works | 05:22 |
thufir_ | daftykins: I don't recall the exact software. it was lightdm(?), a very light manager which I tried as well. same result. yeah, Iwant to get it to fall back to something less intensive. can I configure it to do that? | 05:24 |
Jordan_U | thufir_: lightdm is the default Desktop Manager in Ubuntu, and a "Desktop Manger" is basically a GUI login screen. You probably want to change your Desktop Environment. | 05:25 |
thufir_ | Jordan_U: yes, I certainly do. LXDE works fine for 12.04 (I'm using it now). I selected xubuntu, thought that would be ok. I can boot into 12.10 and 1.) what do I remove with apt 2.) what do I install? | 05:26 |
Jordan_U | thufir_: Could you give a brief summary of your problem? | 05:27 |
Artemis3 | thufir_, you can pick your DE from lightdm as well as others such as gdm and kdm, but you have to install other DEs first | 05:27 |
thufir_ | I'm running 12.04 from hdb,works fine. I installed 12.10 to hda (I want a clean install) but X will always crash. I just want some sort of window manager in 12.10. | 05:28 |
Artemis3 | thufir_, you can, as emergency install something like openbox. for more permanent use maybe xfce or lxde | 05:29 |
thufir_ | however, hwkiller suggests, and google "agrees", that the error [ 745.444] (EE) open /dev/dri/card0: No such file or directory might be causing the crash. | 05:29 |
Naeblis | any gnome-equivalent for kdirstat? | 05:29 |
thufir_ | Artemis3: but why is x crashing? [ 745.444] (EE) open /dev/dri/card0: No such file or directory or can I simply not use xubuntu at all, xubuntu causes the crash? | 05:30 |
Artemis3 | thufir_, sounds like problem with the video card... did you try renaming /etc/X11/xorg.conf to something else (so that there is no xorg.conf?) | 05:31 |
thufir_ | Artemis3: can't be the video card if I'm using said video card from 12.04 on hdb, can it? or not? | 05:31 |
Artemis3 | thufir_, or maybe not that i think about it, is your user belonging to the proper groups? the problem seems remotely familiar | 05:31 |
Artemis3 | thufir_, very likely software, not hardware issue | 05:32 |
Jordan_U | thufir_: And you still get a crash when logging in with an LXDE or Xubuntu session? | 05:33 |
thufir_ | Artemis3: it's a clean install. http://paste.ubuntu.com/1478017/ I don't think there's an xorg.conf, is there? | 05:33 |
Jordan_U | s/Xubuntu/XFCE/ | 05:33 |
Artemis3 | check just in case thufir_ oh and what card it is again? | 05:33 |
daftykins | SIS | 05:34 |
Artemis3 | uh oh... SIS??? i think you should stick to 12.04 | 05:34 |
thufir_ | why? I need to upgrade for various reasons. | 05:34 |
daftykins | 12.04 is LTS... | 05:34 |
CrazyZurfer | Hi, An Icon is appearing on the top bar of ubuntu (a red warning icon) saying that the update information is outdated. How can I fix this? | 05:35 |
Artemis3 | stay with 12.04 and use PPAs for whatever you need updated (except xorg, don't touch xorg, and probably linux-image) | 05:36 |
daftykins | CrazyZurfer: run the software updater, or 'sudo apt-get update' in a terminal | 05:36 |
Artemis3 | thufir_, else buy new card :) | 05:36 |
thufir_ | Artemis3: not to be argumentitive, but that doesn't make sense. the driver is the same for 12.04 and 12.10. | 05:37 |
devlos | thufir_, why dont you copy the /dev/dri/card0 from one hard drive to other. | 05:38 |
daftykins | thufir_: driver is, but kernel and Xorg aren't. | 05:38 |
Artemis3 | thufir_, that could be the problem, if the driver is the same but xorg has changed... | 05:38 |
thufir_ | devlos: I still haven't figured out what /dev/dri/card0 is. you mean just copy the file? I thought it was referring to piece of hardware? | 05:38 |
thufir_ | Artemis3: good point. | 05:39 |
Artemis3 | thufir_, and this DRI business sounds kernel so there, please stick to 12.04 if you want to use a SIS graphics card, for now until you learn an improvement to said drivers have been made. | 05:39 |
CrazyZurfer | daftykins: I press "show updates option when it appears" and then It says that My system is up to date and the icon is still there | 05:39 |
Hwkiller | dri refers to the direct rendering infrastructure | 05:39 |
Hwkiller | i.e., ability to render 3d graphics via openGL | 05:39 |
devlos | thuffir__ no /dev/dri/card0 is a special file | 05:40 |
devlos | charicter device | 05:41 |
daftykins | CrazyZurfer: is your computer's date+time set correctly? | 05:41 |
anas | hi Guys... I'm new to this can anyone.... can help me out with this | 05:41 |
devlos | character | 05:41 |
aeon-ltd | anas: continue... | 05:41 |
thufir_ | devlos: no such file on 12.04. maybe that's the problem in a nutshell. 12.10 is looking for additional hardware? | 05:41 |
daftykins | !ask | anas | 05:42 |
ubottu | anas: 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. :-) See also !patience | 05:42 |
Artemis3 | i doubt the sis can do any opengl at all unless its mesa doing everything in software | 05:42 |
Hwkiller | right | 05:42 |
Hwkiller | I'm surprised it's nto though | 05:42 |
thufir_ | but, can't I turn off opengl? | 05:42 |
CrazyZurfer | daftkins: Yes, might be not syncronized with the server | 05:42 |
Artemis3 | thufir_, just for kicks, try installing openbox and choose it from lightdm | 05:43 |
Artemis3 | thufir_, if it works, we might now. Unfortunately Xubuntu enables compositing by default | 05:43 |
Artemis3 | know | 05:43 |
daftykins | CrazyZurfer: i wouldn't worry about it unless you know there are updates out you haven't got. | 05:43 |
thufir_ | Artemis3: ok, thanks guys. before I go, can I remove xubuntu with apt-get remove xubuntu? | 05:43 |
anas | what to do grub in the boot did'nt work... are there any solutions to solve it.... i had many problems before.....thats why... | 05:43 |
Artemis3 | thufir_, while you can, this will not remove all that long list of packages it installed | 05:44 |
aeon-ltd | anas: explain more on grub, like you couldn't boot to ubuntu? | 05:44 |
CrazyZurfer | daftykins: really I don't worry, but I want everything to work as it should :P | 05:44 |
thufir_ | yeah, and I think that long list would be better to get removed. hmm. thanks. | 05:44 |
anas | guys can you suggest some coolest apps for ubuntu 12.04 | 05:44 |
daftykins | CrazyZurfer: "sudo apt-get update && sudo apt-get dist-upgrade" give any updates to install in a terminal? | 05:45 |
aeon-ltd | anas: not here, you can poll for 'cool' stuff in the offtopic channel | 05:45 |
CrazyZurfer | daftkins: ran apt-get update and the icon disappeared, but this morning, the same thing happened | 05:45 |
Artemis3 | thufir_, xubuntu-desktop is a meta-package, it simply depends on many other packages. If you remove it, the packages it depended on will remain installed, they can be removed one by one tho... | 05:45 |
anas | is ubuntu 12.04 better than ubuntu 12.10 | 05:46 |
OerHeks | !purexfce | 05:46 |
ubottu | If you want to remove all !KDE and !Gnome packages and have a default !Xubuntu system follow the instructions here « http://www.psychocats.net/ubuntu/purexfce » | 05:46 |
Artemis3 | 12.04 is the LTS, think of it as more stable | 05:46 |
anas | thanx... | 05:46 |
CrazyZurfer | daftykins: http://paste.ubuntu.com/1478032/ | 05:46 |
thufir_ | Artemis3: I know, but for various reasons I need to upgrade. ruby this, ruby that, depends on this, that and the other thing. | 05:47 |
daftykins | CrazyZurfer: ah, looks like you added a PPA for 'deluge' that's down. that'll be why it's prompting | 05:47 |
Artemis3 | thufir_, try the openbox thing | 05:47 |
thufir_ | thanks. I'm going to clean install, no gui at first. then I'll just install openbox and pray? then type 'startx'? pray again? | 05:48 |
CrazyZurfer | which was the terminal code to disable PPAs? | 05:48 |
anas | my virtual box is not running it shows like this..........Kernel driver not installed (rc=-1908) | 05:48 |
anas | The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing | 05:48 |
anas | '/etc/init.d/vboxdrv setup' | 05:48 |
anas | as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary. | 05:48 |
FloodBot1 | anas: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. | 05:48 |
Artemis3 | thufir_, hmm in that case, you might just try to put the lubuntu image in a thumb drive and live boot from it | 05:48 |
toza | hi guys im trying to install the nvidia drivers into ubuntu 12.10 | 05:48 |
daftykins | CrazyZurfer: not sure, you can manually edit /etc/apt/sources.list though | 05:49 |
=== toza is now known as r123 | ||
thufir_ | Artemis3: no thumb drive at the moment, but yes. | 05:49 |
Artemis3 | thufir_, if the live system works, then you can install | 05:49 |
devlos | thufur_ startx, X xinit, lxdm,kdm,xdm,startxfce,startkde,startlxde all have worked for me at one time or another, good luck | 05:49 |
thufir_ | can lubuntu fit on a cd maybe? | 05:49 |
r123 | hi guys im trying to install the nvidia drivers into ubuntu 12.10 and the additional drivers tool tells me that its installed but not in use | 05:49 |
Artemis3 | thufir_, well, you can also do ubuntu-minimal, then install the packages you want | 05:50 |
aeon-ltd | thufir_: yes | 05:50 |
thufir_ | devlos: thx. I'm writing this down. | 05:50 |
HeKToN | LINUX RULZ ! | 05:50 |
HeKToN | :) | 05:50 |
Artemis3 | thufir_, the live cd is a good idea to try | 05:50 |
thufir_ | sigh. I feel stoopid. I thought they got rid of the live cd. | 05:51 |
anas | where can i get some gud apps & themes for ubuntu 12.04 | 05:51 |
Artemis3 | thufir_, i like thumbdrives more, much much quicker :) but cd should do | 05:51 |
Abhijit | !offtopic | HeKToN | 05:51 |
ubottu | HeKToN: #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! | 05:51 |
HeKToN | sorry guys | 05:52 |
HeKToN | just too excited as i just migrated :) | 05:52 |
Abhijit | HeKToN, welcome to free world. | 05:52 |
thufir_ | Artemis3: thx | 05:52 |
r123 | the freeworld is messing up my nvidia drivers :P | 05:52 |
Jouva | Ok so I just setup my netbook to have a 2nd display. I've now rebooted it with the same display hooked up, the monitor doesn't realize it's plugged in, but the Display settings app is showing up IN that screen so I can't get to it! How do I move that app to the netbook's main screen? | 05:53 |
Artemis3 | r123, the drivers are in the repos | 05:53 |
Abhijit | r123, its free world. you have the right to correct anything thats wrong! | 05:53 |
r123 | Abhijit: the drivers say installed but not in use also Im just teasing ;) | 05:53 |
daftykins | Jouva: alt+f6 then cursor keys to move it over | 05:53 |
Abhijit | r123, I know. I know. | 05:53 |
Jouva | Yeah if I could be sure to give it focus | 05:53 |
daftykins | alt-tab? :) | 05:54 |
Artemis3 | r123, launch jockey and activate it (it is called device manager, or something) | 05:54 |
Jouva | Also this is no working | 05:54 |
r123 | it says activatedbut not in use Artemis3 | 05:54 |
Abhijit | http://ubuntuforums.org/showthread.php?t=1433955 | 05:54 |
Abhijit | r123, http://ubuntuforums.org/showthread.php?t=1433955 | 05:54 |
Jouva | I don't think alt-f6 will work when it starts maximized | 05:54 |
HeKToN | guys please anyone who is competent on AMD processors could you tell me if I made a mistake to buy A6 vision as it seem that even kubuntu 12.10 is kind of slow :( | 05:56 |
Jouva | Yeah it's just not moving | 05:56 |
daftykins | Jouva: hrmm. i can't recall the minimise keypress sequence off hand. alt+space then <option here> | 05:56 |
Artemis3 | HeKToN, KDE is heavy weight, do you have plenty of ram? | 05:57 |
Jouva | Yeah I don't think these ideas are gonna work | 05:57 |
amitg | can anybody help me with my wifi :/ | 05:57 |
amitg | it's a nightmaer | 05:57 |
amitg | nightmare* | 05:57 |
Jouva | This isn't some regular app, this is the settings app | 05:58 |
HeKToN | 6 GB | 05:58 |
Artemis3 | HeKToN, then, how about video drivers? | 05:58 |
HeKToN | I chose KDE as Gnome is kind of ... you know :) this taskbar on the right is | 05:58 |
HeKToN | well I just installed the proprietary ones | 05:58 |
Artemis3 | HeKToN, did you restart when told? | 05:59 |
dowdyph0 | HeKToN KDE Raster mode is a sh#t | 05:59 |
daftykins | Jouva: ah, doesn't have standard window controls? | 05:59 |
HeKToN | yeah I did restart but still | 05:59 |
HeKToN | very slow on firefox and stuff | 05:59 |
Jouva | I'm not sure but none of that is working is all I know | 05:59 |
HeKToN | however the games are cool | 05:59 |
daftykins | Jouva: look up commands that allow an app to start on a given screen | 06:00 |
dowdyph0 | HeKToN recompile a kernel for your microprocessor, set 1GHz timer and kernel RT with preempt patches | 06:00 |
HeKToN | oh you are talking to very beginner :) any thread on internet please ? | 06:00 |
HeKToN | step by step :) | 06:00 |
dowdyph0 | yep w8 | 06:00 |
devlos | HeKToN, kde is heavy, but some things are timed to give a pleasant visuals, which make it seem slow, to me at least | 06:00 |
HeKToN | thanks | 06:00 |
HeKToN | devlos what do you use | 06:00 |
OerHeks | HeKToN, what nvidia card do you have ? | 06:01 |
devlos | lxde | 06:01 |
HeKToN | it`s integrated AMD | 06:01 |
HeKToN | hd 7500G | 06:01 |
Jouva | daftykins: That's what I'm here asking for! | 06:01 |
Jouva | I don't know any and I'm having problems finding them or I wouldn't be here! | 06:01 |
HeKToN | hd 7500G I`m intel fan but decided to try with samsung notebook series 5 | 06:01 |
justmeh | HeKToN, that might be a dual gpu? | 06:02 |
daftykins | Jouva: no need to get heated :P try improving your google fu. | 06:02 |
justmeh | what's your exact model? | 06:02 |
HeKToN | it is yeah ;( | 06:02 |
Jouva | My google fu is quite good tyvm | 06:02 |
justmeh | ahaha gl | 06:02 |
HeKToN | oldschool PC :) | 06:02 |
justmeh | i've not attacked one of those yet | 06:02 |
justmeh | by dual i mean of course cpu + dedicated | 06:02 |
Jouva | It lead me to compiz, but compiz is being annoying and won't let me set or change anything | 06:02 |
justmeh | !google-fu | 06:02 |
Jouva | Like nothing. No clicks do anything | 06:02 |
justmeh | lol | 06:02 |
HeKToN | justmeh why did you say gl to me | 06:04 |
HeKToN | is it that bad | 06:04 |
HeKToN | ? :D | 06:04 |
Artemis3 | HeKToN, the A6 seems to be a cpu with gpu inside from amd, i am not sure of the state of driver with that radeon | 06:04 |
HeKToN | ah | 06:04 |
moon` | Is there a way to block all PM's in xchat? | 06:04 |
HeKToN | this sound disappointing | 06:04 |
HeKToN | sound* | 06:05 |
Artemis3 | HeKToN, you could always try a light desktop instead | 06:05 |
HeKToN | do you mean e17 stuff | 06:05 |
Artemis3 | HeKToN, that would be a bit too advanced, i suggest you try LXDE | 06:05 |
HeKToN | I will thank you a lot and again all of the desktop effects are perfect | 06:06 |
Artemis3 | HeKToN, and i do use e17 | 06:06 |
HeKToN | it`s just the firefox particulary slow | 06:06 |
HeKToN | yeah I tried it before looks good | 06:06 |
HeKToN | :) | 06:06 |
Noskcaj | HeKToN, join #xubuntu or #lubuntu | 06:06 |
Artemis3 | the thing is e17 software rendering is top notch, you can use compositing with, or without opengl, you can also disable compositing. | 06:06 |
HeKToN | artemis it`s weird as e17 works much better on my pc | 06:08 |
HeKToN | anyway thanks for the help guys | 06:08 |
HeKToN | talk to you later | 06:08 |
Artemis3 | HeKToN, it is not weird, as i said, its one of the best | 06:08 |
amitg | any help with wifi guys!!!!!!!!!!!!!1 | 06:11 |
amitg | ubuntu doesn't detect any wifi | 06:11 |
amitg | the drivers aren't getting loaded | 06:11 |
amitg | what should I do> | 06:11 |
amitg | ? | 06:11 |
aggiebill | amitg: get a really long ethernet cable - j/k | 06:12 |
amitg | I have it! | 06:12 |
amitg | Using that only :D | 06:12 |
amitg | But i need the dayum wifi | 06:12 |
franco | if i install xfce (sudo apt-get install xubuntu-desktop), can i uninstall it (and all the dependencies) with "sudo apt-get purge xubuntu-desktop" followed by sudo apt-get autoremove? Or is there more to it? | 06:13 |
=== qos|away is now known as qos | ||
iMart1n_iOS | Hi :), i have a problem for | 06:24 |
iMart1n_iOS | Oops,2sec | 06:24 |
=== khramtsov_ is now known as khramtsov | ||
psychopathic | Do you guys use your cloud ? | 06:26 |
iMart1n_iOS | Hi :), i have a problem for you guys, how would you encrypt a string, or just get an other representation of a string, like hexadecimam, just using shell script basics (echo, sed,...) but without printf, xxd or openssl. I need it to have a clean version of the string ( no special chars...) | 06:28 |
psychopathic | Anyone here want to see my shellcode ? I can calculate a instant with a bash shell. | 06:30 |
psychopathic | https://one.ubuntu.com/files/shareoffer/70b695cc-0ea9-44e9-bb2a-f7ddabc697bc/ | 06:31 |
Abhijit | iMart1n_iOS, this is not the right place. go to stackoverflow | 06:31 |
iMart1n_iOS | Okay | 06:31 |
Abhijit | iMart1n_iOS, you will surely get a very good respnosnse there. also read faq on how to write a good question before posting. (if you are new i.e.) | 06:32 |
WeThePeople | need help with dante | 06:32 |
IdleOne | psybnc: 5 minutes ago you asked me to remove a quiet that was placed on you for the exact same random non ubuntu related stuff you are doing now. | 06:32 |
IdleOne | psychopathic: 5 minutes ago you asked me to remove a quiet that was placed on you for the exact same random non ubuntu related stuff you are doing now. | 06:32 |
IdleOne | sorry psybnc | 06:32 |
tux-world | hi all. my squirrelmail mail server is subject limitted in 24 character :( | 06:32 |
WeThePeople | how do i check to see if dante is running | 06:32 |
psychopathic | It is ubuntu one | 06:33 |
Abhijit | WeThePeople, whats dante? | 06:33 |
WeThePeople | abhijit, a socks4-5 program | 06:33 |
IdleOne | psychopathic: This is a support channel, not a chat channel. If you want to chat and show off code try #ubuntu-offtopic or perhaps #ubuntuone since it is ubuntuone related. | 06:33 |
psychopathic | IdleOne, I just want people to see what they can do with ubuntu | 06:33 |
psychopathic | ok | 06:33 |
psychopathic | very well then | 06:33 |
Abhijit | WeThePeople, try ps -e | grep dante | 06:33 |
Abhijit | Psychoholic, you can write a good blog post on this on your own blog. or write to many open source magazines or blogs e.g. omgubuntu or fullcirclemagazine | 06:34 |
WeThePeople | abhijit, no output | 06:34 |
Abhijit | psychopathic, ^^ | 06:34 |
Abhijit | WeThePeople, then either is not running or its name is not dante | 06:35 |
scoopex | it´s unbelievable - i have the problem that i cannot browse my the windows shares of my network and this seems to be a problem for years. searching for "can not retrieve share list from server" provides hundreds of unsolved issues: https://launchpad.net/+search?field.text=can+not+retrieve+share+list+from+server | 06:37 |
=== sins-_q is now known as sins- | ||
genius | anyone tell me how | 07:00 |
genius | i can build source code of citadel on ubuntu | 07:00 |
poz | hello, i require assistance with turning the screen brightness in ubuntu 12.04 | 07:03 |
poz | ? | 07:03 |
poz | can someone help me? | 07:03 |
poz | please and thank you | 07:03 |
poz | hello, i require assistance with turning the screen brightness in ubuntu 12.04 | 07:05 |
melvincv | I'm on F17. gnome-shell hangs every now and then. I noticed these messages in the system log: http://pastebin.ubuntu.com/1478121/ | 07:07 |
aeon-ltd | poz: i think that would vary per laptop | 07:08 |
poz | there are no settings? | 07:08 |
poz | mine was fine an hour ago | 07:09 |
poz | now it is sooo dim | 07:09 |
poz | i have a brightness button on my laptop keybored but it does not work | 07:09 |
OerHeks | genius why build citadel when it is in the repos ? | 07:11 |
Muphrid | poz: what laptop | 07:12 |
poz | umm it is an hp | 07:13 |
poz | one sec | 07:13 |
poz | hp pavillion | 07:14 |
poz | hp pavillion dv7 | 07:14 |
poz | i think i might know why | 07:14 |
poz | i took out the battery becuase it does not work and its heavy | 07:15 |
bazhang | !enter | poz | 07:15 |
ubottu | poz: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! | 07:15 |
poz | lol | 07:15 |
poz | sorry | 07:15 |
cub | !notrolling | bazhang | 07:15 |
bazhang | cub don't do that | 07:15 |
cub | poz how long has your brightness thingy not worked | 07:15 |
poz | since i just turned it on, about 30 mins or so now | 07:16 |
cub | has it worked before that? | 07:16 |
poz | yes | 07:16 |
cub | hmm | 07:16 |
cub | you could try unplugging it, taking the battery out, giving it like 30 seconds, put it all back together and try again | 07:17 |
cub | see if leaving the battery in helps at all | 07:17 |
OerHeks | poz brightness is somehowe connected with your battery, place it back and see if it works | 07:17 |
SaidKLE | mine works sometimes and not others, usually depending on if I boot is plugged in or not. | 07:18 |
=== YourNickname is now known as Guest94267 | ||
obx | if you guys really want to help out the world help out these two disabled dudes please read and share http://igg.me/p/293180/x/1992300 | 07:18 |
=== Guest94267 is now known as voodoo123 | ||
poz | but i am all cozy in bed and the battery is in the other room | 07:19 |
cub | poz, try restarting it by removing the power, leaving the power off for 30 seconds, plug back in, see if this helps | 07:19 |
cub | question, poz, you don't mean the on-screen brightness display do you? | 07:20 |
aeon-ltd | poz: if ubuntu works anything like windows, there are 2 profiles one for mains only and the other for battery. find it. change it. | 07:20 |
poz | yeah | 07:20 |
cub | because i have a HP pavillion and when using Linux without the HP software, it did not show the brightness display but it did work | 07:20 |
poz | "if ubuntu works like windowns" - I thought this was a ubuntu support channel | 07:21 |
poz | :P | 07:21 |
cub | poz he is right, check under System > Preference > Power Management | 07:21 |
poz | okay I will try cub | 07:21 |
aeon-ltd | things do bridge. | 07:21 |
cub | :) | 07:21 |
luchao | hello | 07:22 |
cub | hello | 07:22 |
poz | no settigns that I can find | 07:22 |
Muphrid | hi | 07:22 |
poz | brb thought, puttign plug | 07:22 |
poz | pulling | 07:22 |
luchao | 你好 | 07:22 |
bazhang | !cn | luchao | 07:22 |
ubottu | luchao: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw | 07:22 |
luchao | hi | 07:23 |
luchao | what s your name | 07:23 |
bazhang | luchao, this is ubuntu support, did you have an ubuntu support question? | 07:24 |
poz_ | cub, worked. thanks a million! | 07:24 |
cub | yw poz :) | 07:24 |
luchao | bye | 07:24 |
ammini | Hi there! I'm downloading Ubuntu 12.10 to install my wife's laptop. I hope I'd use Gnome3 in that rather than Unity. | 07:29 |
bazhang | ammini, unity is a shell for gnome 3, perhaps you mean gnome-shell | 07:29 |
bazhang | !notunity | ammini | 07:30 |
ubottu | ammini: Ubuntu 11.10 and higher use GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic | 07:30 |
Noskcaj | ammini, that's not a question but you need to install gnome 3 afterwards | 07:30 |
bazhang | Noskcaj, thats not correct | 07:30 |
Noskcaj | bazhang, oops | 07:31 |
ammini | bazhang: Noskcaj: Ok. I should have worded my question better. I'd install gnome-shell and tweak it. | 07:31 |
bazhang | ammini, then install tweak tool and go to the gnome extensions site if you wish further customizations | 07:31 |
ammini | So, if what I understand is right, gnome-shell would take precedence over unity shell, if both are installed in parallel? | 07:32 |
embed-ns | ammini, no, you select it at logon time. | 07:32 |
* ammini is a Fedora user. | 07:32 | |
bazhang | ammini, depends what you select at login window | 07:32 |
bazhang | ammini, you can have any number of shells, DE, etc, then select there, such as kde4 (kubuntu) xfce4 (xubuntu) etc | 07:33 |
ammini | bazhang: Thanks. I appreciate the info. | 07:34 |
* ammini goes to try unetbootin in Fedora to make a bootable USB Ubuntu media. | 07:35 | |
embed-ns | they should make unity an option rather than default, its a real p.o.s. | 07:36 |
drthodt | lol | 07:39 |
drthodt | unity is ass | 07:39 |
vtec_ | i h8 this too lol | 07:40 |
bazhang | !ot | 07:40 |
ubottu | #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 07:40 |
aLeSD_ | hi all | 07:40 |
aLeSD_ | what's best ? virtualbox or qemu ? | 07:41 |
aLeSD_ | or are the same ? | 07:41 |
embed-ns | I've had lots of success with virtualbox, use it daily for work. | 07:41 |
bazhang | aLeSD_, there is no best. choose whichever suits you | 07:41 |
Muphrid | aLeSD_: qemu has some networking bugs, it doesnt connect to the internet depending on the distro whereas virtualbox does | 07:42 |
aLeSD_ | ok | 07:42 |
vtec_ | in old ubuntu there was an option to check for hardware updates | 07:43 |
vtec_ | there isn't one now in 12.10 | 07:43 |
vtec_ | how do i get my video drivers? | 07:43 |
Muphrid | vtec_: it is integrated in software-properties-gtk now | 07:43 |
Muphrid | they moved from jockey (additional drivers) to there | 07:43 |
thufir_ | hello. I (again) installed 12.10 minimal onto older hardware: http://paste.ubuntu.com/1478160 but x keeps crashing. Now, this seems to be due to trying to load gl, or something similar. What can I install that's totally minimal, and will just give me a mouse? | 07:44 |
embed-ns | xfce is pretty minimal | 07:44 |
bazhang | thufir_, lubuntu would be ver minimal | 07:45 |
bazhang | thufir_, there is nothing with "just a mouse" | 07:45 |
bazhang | !lubuntu | thufir_ | 07:45 |
ubottu | thufir_: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support. | 07:45 |
vtec_ | i found it Muphrid :) thankyou very much | 07:45 |
Muphrid | yw | 07:46 |
thufir_ | bazhang: hard to browse, but I'll try that. after installing the lubuntu package I can enter "startx"? | 07:46 |
bazhang | thufir_, the package is lubuntu-desktop , it will install a dm so no need for startx | 07:47 |
Muphrid | thufir_: i think you can just reboot and it will open the lxdm login screen | 07:47 |
dowdyph0 | bB!! | 07:47 |
thufir_ | Muphrid: I'm installing some other packages, so have a few minutes. can I configure things so that it boots to text mode automatically? | 07:48 |
lotuspsychje | i have this weird colours on some bootup: http://postimage.org/image/7gyglohct/ but when i reboot few times it vanishes..what could cause this? | 07:48 |
thufir_ | only I've had problems with this old SiS video card, x crashes quite easily on it for 12.10. | 07:48 |
Muphrid | thufir_: just remove lxdm then | 07:49 |
Muphrid | after installing it | 07:49 |
thufir_ | Muphrid: ok. thanks. | 07:49 |
aLeSD_ | Muphrid, bazhang: does virtualbox use kvm ? | 07:50 |
Muphrid | aLeSD_: no, only qemu | 07:51 |
aLeSD_ | mmm ... Muphrid so. the performances ? | 07:52 |
thufir_ | lynx cannot seem to load https://wiki.ubuntu.com/Lubuntu for what it's worth. | 07:52 |
drthodt | wheres cubuntu | 07:52 |
Muphrid | aLeSD_: I dont see any difference in performance in the guest to be honest, but virtualbox makes the host slower | 07:52 |
=== Guest is now known as Justasic | ||
aLeSD_ | ok | 07:53 |
bazhang | drthodt, whats that | 07:53 |
thufir_ | Muphrid: I'm reading wikipedia, and it compares lubuntu to xubuntu, but xubuntu caused all sorts of crashes. also, how does lubuntu differ from lxde? | 07:55 |
Muphrid | thufir_: lubuntu is a distribution which uses lxde as a desktop, xubuntu uses xfce, where did you read it? | 07:55 |
bazhang | thufir_, lubuntu = lxde +openbox | 07:55 |
embed-ns | Muphrid, the host performance is not bad at all as long as the vm's allocated memory is tweaked to be as low as possible. | 07:55 |
bazhang | thufir_, xubuntu is NOT significantly lighter than gnome | 07:56 |
bazhang | thufir_, Kubuntu = Kde4 Lubuntu Lxde etc | 07:56 |
Muphrid | embed-ns: I have 2gb memory and always put 768mb on both of them, that was from personal experience only. I believe the dkms module makes it like that | 07:56 |
thufir_ | bazhang: aha, thanks. is there a "rollback" for apt, so that I can mark a point, install some stuff, then roll back if it doesn't do what what I want. or do I have to remove each package manually? | 07:57 |
Muphrid | thufir_: unfortunately no | 07:57 |
thufir_ | ok, so lubuntu is just shorthand for lxde. | 07:57 |
embed-ns | Muphrid, yeah, I experienced same with my last box. But my current box has 6gb, I run a winxp with 1.5gb allocated to it and it runs very smoothly. | 07:57 |
bazhang | thufir_, you want to make a disk image on 12.10? there is a utility in the app Disks for that | 07:57 |
Muphrid | thufir_: Conary is the only Linux package system which supports rollbacks afaik | 07:58 |
thufir_ | oh, disk image is for rollbacks? | 07:58 |
Muphrid | embed-ns: interesting, so qemu plays betters on more modest hardware | 07:58 |
bazhang | thufir_, in which case your "rollback" would be going to that disk image and starting from that | 07:58 |
bazhang | perhaps you mean removing lubuntu/kubuntu/whatever | 07:59 |
embed-ns | muphrid, yes, that has been my experience. Had to go with qemu for stability and performance before, but with current system have no problems at all. And I run a vm 8 hours a day 5 days a week for work. No issues with sufficent ram. | 07:59 |
thufir_ | thanks. | 07:59 |
Muphrid | Got it. | 08:00 |
Motoservo | Arg. After a full day and half of trying to get Ubuntu on a stick for a Mac Dual Boot I finally got it on a bootable CDR. Waited a few hours while it installed and then it spit out the CDR, said it was going to reboot (but didn't actually reboot--just sort of hung after that message), and so I force shut it down. Rebooted with the Option key and Mac OS X is my only option. The flash drive is showing as unreadable. | 08:01 |
Motoservo | Any suggestions? | 08:01 |
embed-ns | and virtualbox's seamless mode is so seamless, you forget where your apps are actually coming from :) | 08:01 |
thufir_ | Motoservo: just for my own edification, how did you get it on a bootable cd? | 08:02 |
Motoservo | Using the Mac OS X Disk Utility. | 08:02 |
crazybrain | How to create new user through shell? | 08:03 |
Motoservo | That was a hassle, my drive doesn't work but after many hours wasted trying other solutions I drove to a friend's. | 08:03 |
helmut_ | hi | 08:03 |
crazybrain | guys??? | 08:04 |
Muphrid | crazybrain: adduser user | 08:05 |
embed-ns | sudo adduser user | 08:05 |
cub | how to change command sudo to "superdoodoo" | 08:05 |
Muphrid | cub: make an alias in the bash config | 08:06 |
cub | wheres that | 08:06 |
Muphrid | "changing" it is risky | 08:06 |
Muphrid | i think it is .bashrc in homefolder | 08:06 |
embed-ns | heh | 08:06 |
crazybrain | actually due to wrong settings of Compiz my whole desktop is blank | 08:06 |
embed-ns | better off creating a script that calls sudo :) | 08:06 |
crazybrain | I mean nothing is coming on the screen | 08:07 |
crazybrain | No unity no upper toolbar | 08:07 |
Muphrid | crazybrain: perhaps you could log into gnome fallback if lightdm works | 08:07 |
crazybrain | what should i do to retain back the previous settings? | 08:07 |
vtec_ | Muphrid, i dled my video card | 08:07 |
vtec_ | but i think i may have dled the wrong one | 08:07 |
vtec_ | O have | 08:07 |
vtec_ | I have | 08:07 |
thufir_ | would openbox be less intensive then lubunt? | 08:07 |
thufir_ | Motoservo: addusr | 08:07 |
Muphrid | thufir_: yes, lxde is a frontend to openbox | 08:08 |
crazybrain | should i create new user??? | 08:08 |
thufir_ | crazybrain: addusr | 08:08 |
Muphrid | it adds a desktop on top of it | 08:08 |
daftykins | crazybrain: "unity --reset" though this changes your settings | 08:08 |
daftykins | oops unity-reset | 08:08 |
thufir_ | Muphrid: thx | 08:08 |
crazybrain | How can i do it Muphrid? | 08:08 |
sameric | what's the furthest release that's still supported? | 08:08 |
thufir_ | crazybrain: why do you want a new user? never hurts to add one, but why? | 08:08 |
sameric | ubuntu, that is | 08:09 |
Muphrid | crazybrain: i didnt know of this unity --reset parameter, did you try it? | 08:09 |
Muphrid | sameric: 11.10 | 08:09 |
Muphrid | will die in march or april | 08:09 |
crazybrain | NOPE | 08:09 |
Muphrid | or, i think 10.04 will meet the end at the same time | 08:09 |
crazybrain | i messed something in Compiz Manager | 08:09 |
Muphrid | crazybrain: does lightdm work when you reboot? | 08:10 |
crazybrain | i am using 12.10 btw | 08:10 |
sameric | interesting | 08:10 |
crazybrain | Muphrid: what is lightdm? | 08:10 |
Muphrid | crazybrain: the login manager | 08:11 |
sameric | I'm using 12.04 and like it on my desktop for the most part but was just curious as I figured I could have gnome 2 with the same functionality if I wanted from previous releases, and when a new release comes out, burn the iso and test it, which brings me to my next question... | 08:11 |
vtec_ | Muphrid, http://img507.imageshack.us/img507/7322/screenshotfrom201212300.png | 08:11 |
vtec_ | I have the wrong one on don't I | 08:11 |
crazybrain | Muphrid: i do get login window though | 08:11 |
Motoservo | thufir_: How can addusr help me here? | 08:12 |
vtec_ | Ultimately I'm just trying to remove the choppiness of my gfx | 08:12 |
thufir_ | Motoservo: Pardon, had you mixed up with crazy | 08:12 |
sameric | is there really any difference in upgrading/trying the iso and then installing? | 08:12 |
Motoservo | ah | 08:12 |
bazhang | sameric, for the "classic" look install gnome-panel | 08:12 |
Muphrid | vtec_: thought you were using sis? or was it thufir_ | 08:12 |
Muphrid | im confused lol | 08:12 |
thufir_ | I'm on SiS video card. sux. | 08:12 |
Muphrid | vtec_: what is your problem again? i got lost with so many people asking | 08:13 |
sameric | how is gnome3 compared to classic and unity? | 08:13 |
bazhang | sameric, you mean a fresh install vs. a net upgrade? | 08:13 |
sameric | bazhang, yes | 08:13 |
bazhang | sameric, its all gnome3. just different shells | 08:13 |
crazybrain | How can i reset my Compiz Manager? | 08:13 |
bazhang | sameric, perhaps you mean gnome-shell as opposed to the unity shell | 08:14 |
bazhang | crazybrain, compiz --replace does not work ? | 08:14 |
sameric | on that question, yeah | 08:14 |
grendal-prime | hey im still having the worst time with this ntp | 08:14 |
thufir_ | aptitude install lubuntu-core will give me basics? | 08:14 |
bazhang | thufir_, is that a package? | 08:14 |
sameric | brb | 08:14 |
thufir_ | bazhang: yes. | 08:15 |
vtec_ | Muphrid, may i PM you about it | 08:15 |
crazybrain | bazhang: that's command not found | 08:15 |
thufir_ | bazhang: I'm not sure which lubuntu to install. there's no plain lubuntu | 08:15 |
Muphrid | vtec_: ok | 08:15 |
bazhang | thufir_, perhaps ask in the #lubuntu channel, I am not sure sorry | 08:15 |
bazhang | thufir_, its lubuntu-desktop | 08:15 |
alexhairyman | goodnight | 08:15 |
thufir_ | bazhang: thx | 08:15 |
Muphrid | crazybrain: you may want to try this, but read the instructions carefully: http://www.webupd8.org/2011/04/how-to-reset-unity-launcher-icons-or.html | 08:16 |
grendal-prime | my clock drifts about 30 min a day. now ntpq --peers shows it can get to servers listed..but it seems as though ntpd is just not adjusting the clock | 08:17 |
thufir_ | LOL. 867 packages to install lubuntu-desktop. | 08:17 |
thufir_ | grendal-prime: battery? | 08:17 |
grendal-prime | its a vm, host is keeping time just fine | 08:17 |
grendal-prime | the vm is pointing to servers outside the system. | 08:18 |
bekks | grendal-prime: stop ntpd, run ntpdate, start ntpd - and your time will be in sync. | 08:20 |
grendal-prime | ya for about a day | 08:21 |
grendal-prime | then it will be off 30 min in 24 hours | 08:21 |
bekks | Then run the above commands again. | 08:21 |
grendal-prime | ive tried that..its like ntpd cant adjust the clock, it can see the servers thats not a problem. | 08:22 |
embed-ns | grendal-prime, if you set the clock in the vm yourself, and turn off the ntp, does it keep time properly? | 08:22 |
bekks | The problem with ntpd is, that it adjusts time pretty slowly. | 08:22 |
dax | grendal-prime: which VM? | 08:22 |
sameric | back | 08:22 |
grendal-prime | kvm | 08:23 |
sameric | but yes, I was wondering about the difference between a fresh install vs and upgrade? | 08:23 |
grendal-prime | embed-ns, umm thats a good question. I think no cause ..well i setup ntp for some reason...i would assume it was cause it wasnt keeping time. | 08:23 |
memand | Hey guys, I have bumble bee installed and was wondering if it is possible to make the flashplayer in firefox run with the optirun command? | 08:23 |
daftykins | sameric: well naturally, a clean install would likely work better as it wouldn't have a user's 'used' configuration left | 08:24 |
memand | *bumblebee | 08:24 |
crazybrain | Muphrid: it's throwing the error: | 08:24 |
crazybrain | WARNING: no DISPLAY variable set,setting it to :0 | 08:24 |
crazybrain | ERROR:the reset option is now deprecated | 08:24 |
embed-ns | grendal-prime, what I'm wondering is, is it the ntp thats the issue, or the actual clock itself. I'd try setting it by hand, leave it for 24 hours without ntp, and see if its lost time. | 08:24 |
embed-ns | grendal-prime, if it hasn't lost time then focus on ntp as your issue, if it has, focus on the clock itself. | 08:25 |
sameric | ok | 08:25 |
grendal-prime | ya i would think that it will just use the clock that is available via the host | 08:25 |
bekks | embed-ns: grendal-prime: the problem is that virtualization does not garantuee a static RTC signal. | 08:25 |
embed-ns | grendal-prime, it should yes. | 08:25 |
embed-ns | bekks, yep, vt emulation is still iffy for some things. | 08:26 |
grendal-prime | bekks, here is what is confusing. the clock should be adjusted by ntp after it makes its query to the servers. | 08:26 |
bekks | embed-ns: Whats "vt emulation"? | 08:26 |
embed-ns | bekks, Intel VT or AMD-V | 08:26 |
grendal-prime | im not pointing them to the host im pointing them to ntp servers outside the system and it can see them. | 08:26 |
bekks | grendal-prime: As I said, ntpd adjusts time slowly, while ntpdate sets the time even if it is off for a large amount. | 08:26 |
grendal-prime | bekks, i know this. I have done what you suggested several times. that is not the fix | 08:27 |
grendal-prime | not for this anyway | 08:27 |
bekks | embed-ns: the RTC issue has nothing to do with "vt emulation", since in virtualization, nothing is emulated but virtualized. | 08:27 |
crazybrain | Muphrid: what should i do now? | 08:28 |
bekks | grendal-prime: There is no static fix to be run once. The fix is to run ntpdate in shorter intervals than 24 hours. | 08:28 |
grendal-prime | that is a really shitty way do resolve that | 08:28 |
grendal-prime | there is not drift calculated.. | 08:29 |
Muphrid | crazybrain: well, like has been said before, you can install gnome-panel and enter the fallback session through the login manager, or you can add a user and log in from that user, or you could purge compiz and its config files | 08:29 |
grendal-prime | and your hammering the ntp server at a specific time..imagine if everyone used that method. | 08:29 |
bekks | grendal-prime: There is no other way, since, in a vm, you such an unstable time source, it gets off faster than ntpd can adjust it. | 08:29 |
bekks | *you have | 08:30 |
crazybrain | Muphrid: which method is better according to you? | 08:30 |
bekks | grendal-prime: You could set up your own ntp server on you host to avoid hammering foreign servers. | 08:30 |
grendal-prime | ya..i dont think this is the way to fix this. | 08:30 |
Muphrid | crazybrain: install gnome-panel and log into it from the login manager | 08:31 |
bekks | grendal-prime: Then find another solution. :) | 08:31 |
Muphrid | at least you have a gui to do the rest | 08:31 |
grendal-prime | other hosts are not experinceing this problem | 08:31 |
grendal-prime | sorry guests on that host that is | 08:31 |
bekks | grendal-prime: It is a VM problem, not a host problem. | 08:31 |
wupeng | hi all | 08:33 |
crazybrain | hey wupeng | 08:34 |
wupeng | i have removed ruby1.8 and ruby-rvm but apt still lists ruby1.8 ruby1.91 and rvm as installed?? what should i do to update apt | 08:34 |
mdjsjdqe | hello | 08:34 |
crazybrain | are you Chinese? | 08:34 |
wupeng | Yes | 08:35 |
wupeng | i am | 08:35 |
andrew | hey i have a question | 08:35 |
=== andrew is now known as Guest39661 | ||
crazybrain | Muphrid: i am adding a new user | 08:35 |
Muphrid | wupeng: did you try sudo apt-get autoremove | 08:35 |
mdjsjdqe | yes | 08:35 |
mdjsjdqe | remove what | 08:36 |
crazybrain | Muphrid: tell me how to do it through root shell prompt | 08:36 |
thufir_ | wupeng: use rvm | 08:36 |
b3nj | help me | 08:36 |
sameric | andrew, not sure if I can help but what is your question? | 08:36 |
Guest39661 | is ubuntu studio supported anymore? | 08:36 |
Muphrid | crazybrain: i think it is 'adduser newuser' then you 'su newuser' to log into it | 08:36 |
thufir_ | wupeng: remove all system ruby (using apt). it's just trouble. join #rvm | 08:36 |
mdjsjdqe | ruby | 08:37 |
wupeng | thufir i tried to remove them but they wont go | 08:37 |
b3nj | when i insert blank dvd-r disc ubuntu says unable to mount blank dvd+r disc, location is already mounted | 08:37 |
bekks | Muphrid: crazybrain: su - newuser to use the environment of the new user too. | 08:37 |
thufir_ | wupeng: pastebin results. | 08:37 |
thufir_ | mdjsjdqe: ruby..? | 08:37 |
b3nj | when i insert blank dvd-r disc ubuntu says unable to mount blank dvd+r disc, location is already mounted | 08:37 |
crazybrain | Muphrid: it's prompting: groupadd:cannot lock /etc/group;try again later | 08:37 |
Muphrid | crazybrain: use with sudo | 08:38 |
Muphrid | sudo adduser newuser | 08:38 |
defekt | b3nj: what is df showing? | 08:38 |
thufir_ | wupeng: ?are you able to remove ruby now? | 08:38 |
crazybrain | Muphrid: same error | 08:39 |
Muphrid | crazybrain: sec | 08:39 |
b3nj | defekt: as if the disc wasn't inserted | 08:39 |
Muphrid | crazybrain: add the group at the end of the line ie "sudo adduser newuser admin" | 08:40 |
wupeng | i don know how to remove them all some error pop up | 08:40 |
b3nj | when i insert blank dvd-r disc ubuntu says unable to mount blank dvd+r disc, location is already mounted | 08:40 |
bekks | b3nj: A blank medium cannot be mounted. | 08:40 |
defekt | b3nj: I mean open a console/terminal and type "df -h" and see if you see any mounted devices with a cdrom name/path | 08:40 |
thufir_ | wupeng: type this into your console "aptitude remove ruby | pastebinit" and write back what happens. you may need to first "apt-get install pastebinit" | 08:41 |
b3nj | defekt: i do not see them | 08:41 |
bekks | b3nj: A blank medium cannot be mounted. The error message is just misleading. | 08:41 |
thufir_ | wupeng: are you writing ruby scripts, or are you just using ruby for programming? | 08:41 |
GeekBlogTV | aliens are coming for us | 08:41 |
b3nj | bekks: what should i do? | 08:41 |
defekt | b3nj: what bekks said, a blank medium cannot be mounted, it needs to be formated | 08:42 |
b3nj | okay | 08:42 |
b3nj | thanks | 08:42 |
bekks | b3nj: Do not mount it. Use it for burning something onto it. | 08:42 |
b3nj | okay | 08:42 |
crazybrain | Muphrid: adduser:The user 'newuser' does not exist | 08:42 |
andrew_ | 08:42 | |
thufir_ | crazybrain: use pastebin pls | 08:42 |
memand | Hey guys, I have bumblebee installed and was wondering if it is possible to make the flashplayer in firefox run with the optirun command? | 08:42 |
andrew_ | is ubuntu studio supported anymore? | 08:43 |
crazybrain | dude how can i paste the prompts of the laptop | 08:43 |
Muphrid | LOL | 08:43 |
auronandace | !aptitude | thufir_ | 08:43 |
ubottu | thufir_: aptitude is another terminal-based front-end to APT. You may encounter problems on multiarch installs (11.10 and higher) as aptitude cannot currently handle the same package with different architectures being installed at the same time. See http://pad.lv/831768 for more information. | 08:43 |
Muphrid | crazybrain: my mistake, its useradd not adduser | 08:43 |
crazybrain | i am trying to fix different computer | 08:43 |
bekks | !pastebinit | crazybrain | 08:43 |
ubottu | crazybrain: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com | 08:43 |
bekks | crazybrain: Like that ^^ | 08:43 |
wupeng | i am using ruby for rails | 08:43 |
Muphrid | crazybrain: useradd newuser | 08:43 |
thufir_ | !pastebinit | wupeng | 08:44 |
ubottu | wupeng: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com | 08:44 |
defekt | !botsnack | 08:44 |
ubottu | Yum! Err, I mean, APT! | 08:44 |
GeekBlogTV | the zeta reticulan aliens are here to get us and feed on our brains. | 08:44 |
crazybrain | Muphrid: useradd:cannot lock /etc/passwd;try again later | 08:44 |
bekks | crazybrain: Did you use sudo? | 08:45 |
andrew_ | is ubuntu studio supported anymore can someone answer it please | 08:45 |
crazybrain | yeah bekks | 08:45 |
crazybrain | i did | 08:46 |
crazybrain | sudo useradd newuser | 08:46 |
GeekBlogTV | andrew_, no | 08:46 |
bekks | andrew_: Which version? | 08:46 |
andrew_ | it's 12.04 lts but i can't get updates for it anymore | 08:46 |
bekks | andrew_: Dont believe him | 08:46 |
thufir_ | wupeng: did you remove ruby? pastebin results? | 08:46 |
bekks | andrew_: "cant get" means what exactly? | 08:46 |
wupeng | wait | 08:47 |
Muphrid | crazybrain: what if you add the password as a last parameter? | 08:47 |
bekks | andrew_: What happens when you run "sudo apt-get update" and "sudo apt-get upgrade"? | 08:47 |
Muphrid | sudo useradd newuser newpasswrd | 08:47 |
bekks | Muphrid: crazybrain: According to the man pages, you cant provide the password as a parameter. | 08:47 |
wupeng | http://paste.ubuntu.com/1478277/ | 08:47 |
bekks | Muphrid: crazybrain: After creating the user, just use "passwd" to set the password. | 08:47 |
wupeng | some serious errors man | 08:48 |
crazybrain | bekks: thats the whole problem | 08:48 |
crazybrain | i am not able to create new user | 08:48 |
crazybrain | it throws me with the same old error everytime | 08:48 |
Muphrid | Mm | 08:48 |
Jordan_U | andrew_: The person who told you "no" was a troll and has been banned. Ubuntu Studio is definitely still supported. | 08:48 |
andrew_ | it just hit the archives of ubuntu | 08:48 |
Muphrid | thats weird | 08:48 |
crazybrain | it's a gigantic pain in the ass | 08:48 |
andrew_ | oh well i can't get updates on it | 08:49 |
bekks | crazybrain: What happens on "useradd mynewuser"? | 08:49 |
thufir_ | wupeng: ok, looking | 08:49 |
bekks | Used with sudo. | 08:49 |
crazybrain | bekks: error: useradd:cannot lock /etc/passwd;try again later | 08:50 |
thufir_ | wupeng: ok, err, don't use rvm from the package manager. are those paste results from "apt-get remove ruby" OR "apt-get remove rvm"? you want to do both using sudo. so: "sudo remove ..." make sense. | 08:50 |
bekks | crazybrain: Pastebin the output of "lsb_release -a; uname -a; df -h; mount;" please. | 08:51 |
wupeng | i did apt-get remove ruby | 08:51 |
sameric | what's the most critical to backup in ubuntu? | 08:51 |
thufir_ | wupeng: the problem with languages like ruby, java, etc is that the they change faster than the packages are maintained. so, you have to install them outside the package manager if you're doing development. | 08:52 |
=== qos is now known as qos|away | ||
thufir_ | wupeng: as root? | 08:52 |
bekks | sameric: There is no generic answer to your question. | 08:52 |
thufir_ | wupeng: or sudo I mean. | 08:52 |
wupeng | yes | 08:52 |
thufir_ | wupeng: one minute. | 08:52 |
sameric | ok, so whatever I feel is important enough to backup basically | 08:53 |
thufir_ | wupeng: pastebin results of "sudo purge remove rvm ruby" | 08:53 |
bekks | sameric: Everything you dont want to loose is important enough to backup. | 08:53 |
crazybrain | bekks: i cannot paste the output it coz i am using different computer!! | 08:53 |
wupeng | ok | 08:53 |
thufir_ | wupeng: whoops. "sudo purge rvm ruby" | 08:54 |
crazybrain | but it's showing some weird output | 08:54 |
bekks | crazybrain: Then write down that information. It isnt possible to help you without that information. Or just use pastebinit as I told you before. | 08:54 |
thufir_ | I wonder whether this other computer crazybrain is on has internet access. perhaps it does not. | 08:54 |
EyesIsMine | ew pastebin | 08:54 |
sameric | well, I was wondering about the core of the system or what I might want to backup into the ubuntu one cloud or something, but whatever I feel is important makes sense | 08:55 |
Muphrid | crazybrain: if you want to make less effort, then I think it easier to download the iso again and reinstall the root partition if you have a separate home partition | 08:55 |
wupeng | http://paste.ubuntu.com/1478299/ | 08:55 |
bekks | thufir_: What is the "purge" command doing...? I dont have it on noone of my buntus. | 08:55 |
crazybrain | thufir_: correct answer man | 08:55 |
b3nj | hi | 08:55 |
thufir_ | bekks: purge is the same as remove, see man page. it also removes config files. | 08:55 |
sameric | b3nj, hi | 08:55 |
bekks | thufir_: There is no "purge" on noone of my ubuntu installations. There is "apt-get purge". | 08:56 |
crazybrain | i will write it down | 08:56 |
b3nj | bekks, how do i format a blank disc if i do not know path to it? | 08:56 |
wupeng | ok i think it is ok now, ruby is gone | 08:56 |
Muphrid | purge wipes everything about that package except the files hidden in your home partition | 08:56 |
thufir_ | crazybrain: you may have to re-install. however, it should be real dead simple to add user. | 08:56 |
bekks | b3nj: You dont format it, you use a burning programm like k3b do burn data onto it. | 08:56 |
b3nj | bekks, what if i do not want to burn anything on it? | 08:57 |
thufir_ | wupeng: woot. ok, pastebin results. now, to install ruby, join the #rvm channel. do not install ruby with package manager, do not install rvm with package manager. there is only one, single way to install ruby for development purposes: | 08:57 |
Ben64 | b3nj: if you don't want to put anything on it, why would you want to "format" it | 08:57 |
bekks | b3nj: Then you dont want to actually use it. You cannot use a blank medium in another way than burning stuff on it. | 08:57 |
wupeng | thank you thufir so much | 08:57 |
thufir_ | bekks: I don't know what to say. when I read man page for apt-get it has a section on purge...? | 08:57 |
thufir_ | wupeng: np | 08:58 |
b3nj | bekks, i read that it is not mounted because it has no filesystem | 08:58 |
bekks | thufir_: Then "sudo purge" is totally wrong. "sudo apt-get purge" is what you meant. | 08:58 |
bekks | b3nj: I told you why it cannot be mounted. I told you twice already. | 08:58 |
Ben64 | b3nj: it has nothing on it, theres nothing to mount :| | 08:58 |
bekks | b3nj: Burn something onto it, or you simply cannot use that medium in whatsoever manners. | 08:59 |
thufir_ | bekks: you're right. | 08:59 |
b3nj | bekks, what if i create filesystem on the disc? | 09:00 |
thufir_ | wupeng: how goes rvm? | 09:00 |
bekks | b3nj: Listen: You CANNOT create a filesystem on it without burning things on it. So burn things onto it if you are going to use that medium. You cannot create a "filesystem" on an empty disc. | 09:01 |
thufir_ | b3nj: do you want to put a file today, a file tomorrow,etc? or, do you want to fill it one go? some discs you can read/write, some you wan write, but you can add to. other types of discs you just get one shot to write them. | 09:02 |
wupeng | sudo apt-get --purge remove ruby-rvm | 09:02 |
wupeng | sudo rm -rf /usr/share/ruby-rvm /etc/rvmrc /etc/profile.d/rvm.sh | 09:02 |
wupeng | doing good | 09:02 |
thufir_ | wupeng: :) | 09:02 |
wupeng | just installed rvm in the right way | 09:02 |
b3nj | thufir_, the disc is dvd+r | 09:02 |
wupeng | ubuntu really should drop their broken packages | 09:02 |
thufir_ | wupeng: gl. #rvm for rvm questions. or #ruby-lang | 09:02 |
bekks | b3nj: It doesnt matter. You have to burn things onto it. | 09:02 |
b3nj | bekks, how do i do that with terminal? | 09:03 |
thufir_ | b3nj: I think that +r only gives you one shot. so, you can only write to that disc once, then it's done. bekks is asking what you're trying to accomplish. | 09:03 |
bekks | thufir_: Thats not true. dvd+r just tells you which dvd standard is used. You can burn multisession data on every standard. | 09:04 |
* thufir_ is wrong about lotsa stuff. sorry. | 09:04 | |
bekks | b3nj: https://help.ubuntu.com/community/CdDvd/Burning | 09:04 |
Noskcaj | who killed #testdrive ? | 09:05 |
b3nj | okay, thanks, thufir_ and bekks | 09:05 |
crazybrain | bekks: herez the output http://codepad.org/M4IuMcp5 | 09:07 |
C1RiON | ok so here's the deal | 09:07 |
KsM | bekks: there is a space in uname -a and lsb_release -a | 09:08 |
bekks | KsM: I know. | 09:08 |
KsM | lsb_release-a:command not found | 09:08 |
KsM | uname-a:command not found | 09:08 |
bekks | crazybrain: "lsb_release -a; uname -a; df -h;" | 09:09 |
bekks | crazybrain: Please not the whitespaces. | 09:09 |
KsM | er, meant crazybrain | 09:09 |
C1RiON | installed ubuntu 12.10, run updates, sudden mega bugs causing everything to be slow/buggy, firefox screws up big time, try fix it, find complaints about buggy 12.10, remove ubuntu in rage, feelsbadman | 09:09 |
crazybrain1 | bekks: did you got that? | 09:09 |
C1RiON | installed manjaro (arch fork) now, but i miss my ubuntu | 09:10 |
thufir_ | crazybrain1: weren't you trying to adduser? | 09:11 |
crazybrain1 | i tried i got the error | 09:11 |
jman594 | C1RiON: Dude, I've installed so many times. Some hardware works better than others. My T61 works for shit with Ubuntu, but great with Kubuntu. I have a dv7 that works awesome with Ubuntu... | 09:11 |
crazybrain1 | i tried several times | 09:12 |
bekks | crazybrain1: Please run the commands as I gave them to you. Note the whitespaces. | 09:12 |
crazybrain1 | but the same shitty errors | 09:12 |
bekks | crazybrain1: "lsb_release-a" is not "lsb_release -" as I told you. | 09:12 |
bekks | crazybrain1: "lsb_release-a" is not "lsb_release -a" as I told you. | 09:12 |
bekks | So please use the commands as I gave them to you. | 09:13 |
crazybrain1 | then what is it? | 09:13 |
C1RiON | jman594 yeah but that doesn't make sense, I mean ubuntu should just work | 09:13 |
crazybrain1 | they both are same man | 09:13 |
C1RiON | i have common hardware, nothing special | 09:13 |
C1RiON | and still it bugs up | 09:13 |
bekks | crazybrain1: They are not. Notice the " " between "e" and "-a". You typed "lsb_release-a". I told you to type "lsb_release -a". | 09:14 |
bekks | crazybrain1: So please use the commands as I typed them for you. | 09:14 |
thufir_ | 34 minutes left to installing lubuntu-desktop. assuming it fails again, is there another option which is less "intensive" and easier on old hardware? SiS built-in graphics card which works fine in 12.04 but 12.10 seems to want to run fancy graphics on. | 09:14 |
Muphrid | thufir_: sudo apt-get install openbox | 09:15 |
jman594 | C1RiON: such is linux life. My problem with Ubuntu on the T61 (Thinkpad) is that every time I try to envoke the "start" menu, it locks up. No issues on the dv7 | 09:15 |
Muphrid | that is a 2mb download if u have xorg | 09:15 |
Muphrid | but a little hard to use in default config | 09:15 |
thufir_ | Muphrid: lol, where were you an hour and half ago. ok. to switch to openbox from the terminal, what's involved in that pls? | 09:15 |
crazybrain1 | bekks: i am not getting it | 09:16 |
jman594 | C1RiON: also, 12.10 is buggy as hell. I'd use 12.04LTS if I were you | 09:16 |
Muphrid | you make a .xinitrc | 09:16 |
Muphrid | i dont remember the syntax of it atm | 09:16 |
bekks | crazybrain1: "lsb_release-a" -- thats your version. | 09:16 |
bekks | crazybrain1: "lsb_release -a" -- thats my version. | 09:16 |
bekks | Do you see the difference now? | 09:16 |
thufir_ | Muphrid: np. I'm hoping and praying that it will just automagically work now. | 09:17 |
=== MartyMacFly is now known as MartyMcFly | ||
Noskcaj | what happened to #testdrive | 09:17 |
crazybrain1 | I am using lsb_release-a;uname-a;df-h;mount; | 09:17 |
C1RiON | jman594 that makes more sense | 09:17 |
Muphrid | thufir_: make a .xinitrc and type "exec openbox" in it | 09:17 |
C1RiON | hardware shouldn't be a problem | 09:17 |
Muphrid | then startx | 09:17 |
bekks | crazybrain1: And you have to use: lsb_release -a; uname -a; df -h; mount | 09:17 |
thufir_ | crazybrain1: hang in there man,but listen to directions. | 09:17 |
bekks | crazybrain1: You omitted the whitespaces. | 09:18 |
C1RiON | fedora, arch, debian all run on my box, ubuntu 12.04 as well, but 12.10 screws up | 09:18 |
Muphrid | after you installed it of course | 09:18 |
crazybrain1 | bekks: whitespaces? | 09:18 |
bekks | crazybrain1: Yes. Those spaces between words. | 09:18 |
HeKToN | guys I have a problem with skype sounds | 09:18 |
HeKToN | it`s cracking | 09:18 |
HeKToN | anyone has the same issue | 09:19 |
bekks | crazybrain1: Otherwiseyouwontseewherewordsendandnewwordstart. | 09:19 |
thufir_ | Muphrid: when you make a .xinitrc, is that where you tell it what graphics "level"? can you set that manually perhaps? | 09:19 |
Muphrid | thufir_: what do you mean level | 09:19 |
crazybrain1 | got it man | 09:19 |
thufir_ | Muphrid: like, GL, stuff like that. | 09:19 |
Muphrid | it basically means "i want to execute these commands when i run startx" | 09:20 |
thufir_ | ok, and there's no magic way to disable OpenGL (which I think 12.10 wants to run on this hardware, wheras 12.04 was fine not doing so.) | 09:20 |
Muphrid | thufir_: openbox does not use it | 09:20 |
Mongolski | hej | 09:21 |
thufir_ | Muphrid: good. thanks. | 09:21 |
thufir_ | HeKToN: I find skype fine. when I'm downloading stuff, then the sound will be affected. | 09:21 |
thufir_ | or maybe effected? hmm. | 09:21 |
C1RiON | lol | 09:22 |
C1RiON | jakub invasion | 09:22 |
HeKToN | thufir my one is almost always cracked | 09:22 |
thufir_ | HeKToN: if laptop, try somewhere else? what does skype test say? call 123 or something. maybe it's your connection...all I can offer is "works for me." | 09:23 |
crazybrain1 | bekks: http://codepad.org/C1LOQEKv | 09:24 |
crazybrain1 | complete output | 09:25 |
* thufir_ cheers crazybrain1 | 09:26 | |
crazybrain1 | what happened? | 09:27 |
goddard | life | 09:27 |
goddard | thats what happened | 09:27 |
crazybrain1 | stop busting my balls and tell me the solution | 09:27 |
memand | Does anyone in here know of a way to make flash player run with a prepended command such as optirun every time it gets called? | 09:27 |
goddard | memand: no i use google chrome | 09:27 |
thufir_ | crazybrain1: are trying to adduser? | 09:28 |
memand | goddard: Chrome uses flash too? | 09:28 |
C1RiON | !google flashplayer prepended command ubuntu | 09:28 |
ubottu | I have no google command, use http://www.google.com/ | 09:28 |
crazybrain1 | yeah i are trying to adduser thufir_ | 09:28 |
thufir_ | crazybrain1: can you pastebin results of your pastebin command? **including** what you type in? | 09:29 |
crazybrain1 | bekks: ?? | 09:29 |
goddard | memand: google chrome uses a built in version of flash | 09:29 |
goddard | so no need to fiddle with installing it | 09:30 |
goddard | bam! it just works | 09:30 |
thufir_ | crazybrain1: "sudo adduser <new_user>", so: sudo adduser fred <--should work. if not, weirdness. | 09:30 |
memand | goddard: Oh, that's nice :) | 09:30 |
crazybrain1 | wait a sec | 09:30 |
crazybrain1 | i am giving you the output | 09:30 |
thufir_ | crazybrain1: Np. I'm waiting 15minutes for this download anyhow :) | 09:31 |
thufir_ | crazybrain1: you MUST include what you type as well. | 09:31 |
goddard | memand: ya i was a firefox lover then google announced that....I had to switch cause my nvidia card + adobe = hulk colored people on youtube | 09:31 |
memand | goddard: it made stuff green, or was it a metaphor for that it sucked? | 09:32 |
goddard | no it literally made all people's skin the color green | 09:33 |
goddard | it was the last release by adobe that supported linux | 09:33 |
goddard | people say they didn't do it on purpose but i know the truth.... they are out to get me | 09:34 |
memand | goddard: That is kind of a hilarious bug, the first 5 minutes i guess. | 09:34 |
crazybrain1 | thufir_: http://codepad.org/0eRA3goN | 09:34 |
crazybrain1 | bekks: where are you buddy? | 09:34 |
goddard | yeah it was cool until you start watching some chicks and you find yourself strangely attracted to reptiles. | 09:35 |
thufir_ | crazybrain1: I have to type that in, few minutes pls. | 09:35 |
C1RiON | lol | 09:35 |
crazybrain1 | bekks: ???? | 09:35 |
memand | goddard: but my "problem" is that since I installed bumblebee I have been getting choppy performance on streaming stuff (because it uses the intell chip insted of the nvidia) and would like to use the nvidia chip just for flash content | 09:36 |
tux-world | in crontab : 1/0 * * * * root ls> /home/alachiq/rrr.txt could not running for me, | 09:36 |
memand | goddard: what nvidia card do you have btw? I've never heard of that green skin thing before | 09:36 |
C1RiON | nvidia gtx1800 lizard edition | 09:37 |
thufir_ | crazybrain1: I'm going to guess that the problem is that another user or something is using adduser, and so when you try to use you cannot, of course, simultaneously use it. so, log out of all accounts and log back in. else, reboot. have you tried that yet? | 09:37 |
memand | lol | 09:37 |
crazybrain1 | thufir_: i am using the Shell Root Prompt | 09:38 |
crazybrain1 | it's root shell prompt thufir_ | 09:38 |
thufir_ | crazybrain1: yes, you are using the shell prompt.but it appears that another user, or the system, is using adduser (my guess). so, reboot. haveyou tried thatyet? | 09:38 |
goddard | memand: 460m | 09:38 |
thufir_ | crazybrain1: incidentally, if you're using the root shell, that's fine, in that case you don't needtouse sudo. | 09:39 |
thufir_ | just to be sure who you are, there is a "whoami" command. | 09:39 |
crazybrain1 | it;s root shell | 09:39 |
thufir_ | crazybrain1: have you rebooted yet? | 09:39 |
selite | After I get the option to dual boot, and after I select Ubuntu I don't get the OS and I get a screen that says GRUB and there is stuff that I can type in there. | 09:39 |
selite | How do I fix this error. | 09:39 |
C1RiON | is there a way to hide join/leave messages | 09:39 |
crazybrain1 | thufir_: wait a sec | 09:41 |
thufir_ | C1RiON: in your IRC client. in finch and pidgin, it's an addon. | 09:41 |
thufir_ | crazybrain1: just so you know, I'm six minutes away from my download, so I might have to reboot myself. I'll be back if so. | 09:41 |
crazybrain1 | thufir_: i am using shell prompt through recovery mode | 09:41 |
thufir_ | crazybrain1: why??? | 09:41 |
b3nj | what is changing a partition's system id for? | 09:42 |
C1RiON | thurfir thanks! | 09:42 |
C1RiON | selite | 09:42 |
C1RiON | http://ubuntuforums.org/showthread.php?t=2075167&highlight=grub | 09:42 |
thufir_ | crazybrain1: I'm going to guess that you can't adduser from recovery mode. | 09:42 |
crazybrain1 | thufir_: shouldnt i? | 09:42 |
thufir_ | I know that you can't add software from recover mode. (it sucks) | 09:42 |
thufir_ | well, why are you using recovery mode? | 09:42 |
b3nj | what changing a partition's system id is for? | 09:42 |
=== christians_ is now known as chris0123 | ||
crazybrain1 | wait a min | 09:43 |
selite | C1RiON: The thread does not apply to me, as I have no access to a CD or USB, the only thing that I have access to is my Win7 OS. | 09:43 |
b3nj | help | 09:43 |
* thufir_ cheers selite | 09:43 | |
kelvinella | hi, whats the different between ubuntu restricted extras and xubuntu restricted extras? | 09:43 |
b3nj | thufir_, what changing a partition's system id is for? | 09:43 |
thufir_ | b3nj: I wish I knew. partitions confuse me. | 09:44 |
thufir_ | that being said, what's the context, b3nj? | 09:44 |
selite | thufir_: Do I have to reinstall the OS now? | 09:44 |
C1RiON | selite no | 09:45 |
C1RiON | there are tons of ways to fix this | 09:45 |
selite | C1RiON: Mention a way. | 09:45 |
selite | selite: I am all ears. | 09:45 |
selite | C1RiON: Eyes, in this case. xD | 09:45 |
C1RiON | boot from livecd for example | 09:45 |
crazybrain1 | thufir_: how can i log into root? | 09:45 |
thufir_ | b3nj: can you explain your problem a bit? | 09:45 |
crazybrain1 | its su root right? | 09:45 |
b3nj | thufir_, i am reading a linux book and there is a word about changing partition's system id | 09:45 |
thufir_ | crazybrain1: you don't. or, you can, but it's better not to. | 09:46 |
thufir_ | crazybrain1: you rebooted? if so, just try "sudo adduser fred" | 09:46 |
=== ole_ is now known as ole_oz6oh | ||
thufir_ | crzybrain1: also, include output from "whoami" just to be clear what's going on, if htings fail. | 09:46 |
crazybrain1 | thufir_: what should i write in room no? | 09:47 |
crazybrain1 | it's working now man | 09:47 |
thufir_ | b3nj: ohhh, well, without more context I can't say. what I can offer is that I just select "use LVM" and that fixes my problems :) | 09:47 |
crazybrain1 | thufir_: room no.? | 09:47 |
crazybrain1 | thufir_: it first asked for full name | 09:47 |
thufir_ | crazybrain1: awesome. most of that is gibberish. just press enter and it will skip it. sounds like you're all done. | 09:48 |
crazybrain1 | thufir_: then room no. | 09:48 |
b3nj | thufir_, i just want to know what changing partition's system id is for | 09:48 |
thufir_ | crazybrain1: just press enter. or, if you like, put somehting in there. it doesn't matter. | 09:48 |
thufir_ | b3nj: google? dunno, man. I will say again, LVM fixes most, if not all, partition woes. | 09:48 |
b3nj | thufir_, there is no problem | 09:48 |
thufir_ | b3nj: pardon I can't offer more. | 09:48 |
DJJeff | being a microfail winblows user for many years I got so used to how windows mail and windows live mail work.... I find that evolution and thunderbird just dont quite work for me.... live mail and WINE dont get along do I just use a virtual machine for email? | 09:49 |
thufir_ | crazybrain1: you done? I'm about to reboot, mebbe | 09:49 |
crazybrain1 | got it mannnnnnnnnnnn | 09:49 |
crazybrain1 | thanks a lot | 09:49 |
* thufir_ cheers crazybrain1 | 09:49 | |
thufir_ | of course, I have no idea why you wanted to adduser, but there you are :) | 09:50 |
crazybrain1 | i did itttttttttttttt | 09:51 |
thufir_ | DJJeff: out of curiosity, what's wrong with tbird? | 09:52 |
thufir_ | crazybrain1: awesome :) you needed to fix a group or privelege problem? | 09:52 |
DJJeff | its an ok client I cant seem to get it to sync all my hotmail folders | 09:52 |
DJJeff | and gmail folders | 09:52 |
crazybrain1 | yeah | 09:52 |
DJJeff | and bring my emails from my windows 7 install over to tbird | 09:52 |
=== roiko is now known as okawa | ||
=== okawa is now known as okawa1235 | ||
thufir_ | DJJeff: ohhh. there's some weirdness there, I can give pointers if that helps. however, maybe hotmail doesn't support pop3? | 09:53 |
=== matrixfoxtard is now known as matrixfox | ||
crazybrain1 | i want it to become the admin | 09:53 |
DJJeff | hotmail I think is propriet software | 09:53 |
DJJeff | heh I cant even finish that word cause I hate it so much | 09:53 |
thufir_ | DJJeff: yeah, probably the don't want you using a client. hotmail I mean. google lets you, as does aol. there's some weirdness with google, of course. it willdownload ten million messages if you let it. | 09:54 |
DJJeff | I may need to boot back into win7 to see what protocol it uses | 09:54 |
thufir_ | crazybrain1: I don't know what you mean. you have access to sudo. that's "admin" right there. | 09:54 |
thufir_ | oh well. | 09:54 |
scoopex | it´s unbelievable - i have the problem that i cannot browse my the windows shares of my network and this seems to be a problem for years. searching for "can not retrieve share list from server" provides hundreds of unsolved issues: https://launchpad.net/+search?field.text=can+not+retrieve+share+list+from+server | 09:55 |
bekks | scoopex: Thats because of the massive design failures of SMB. | 09:55 |
thufir_ | bekks: crazybrain was in rescue mode, that's why he couldn't adduser. he got it. LOL. | 09:56 |
bekks | thufir_: He had an read only filesystem, THAT was his problem. | 09:57 |
goddard | scoopex: what is so unbelievable...windows sucks and they are hard to work with | 09:57 |
scoopex | bekks: -vvv ? do you have details? how can i solve this? why does is work with wintendo? | 09:57 |
thufir_ | ahhh. rescue mode is read only? tht's why I couldn't add packages with it, then. oddly, rescue mode includes pidgin, whereas regular mode did not. oh well. | 09:57 |
bekks | scoopex: You cant solve it. And I dont care about windows, and how and why it works or not using windows :) | 09:57 |
bekks | thufir_: No. His filesystem was read-only. | 09:58 |
thufir_ | what? hmmm, well, I'm confused now. he said he was in rescue mode, then he rebooted and it was all fixed. why or how was his system read only? | 09:58 |
DJJeff | thufir: I will give tbird another shot thanks for advice | 09:59 |
thufir_ | DJJeff: wait one sec. | 09:59 |
scoopex | bekks: i also do not use windows....i'm currently creating a standad desktop for developers in my company....and they have to use out internal smb-ressources ... | 10:00 |
thufir_ | DJJeff: the problem is that you have go into all the folders and unselect the "google" directory, because it contains duplicates of all the other folders. if that makes sense...otherwise you're downloading everything twice. | 10:00 |
bekks | thufir_: We dont know, since I quit that ticket after explaining the difference between " " and "" for a long time. dmesg would have told us what happended. | 10:00 |
DJJeff | everytime I startup synaptic package manager.... I just fall in love with linux oh so much more | 10:00 |
thufir_ | bekks: np. | 10:00 |
arvind_k | Hi, I am successfully running a daap server and can browse audio from it. Are there any video players which can stream video from the daap server. | 10:00 |
C1RiON | i pissed my pants | 10:01 |
C1RiON | daap litterly means retard in my language | 10:01 |
DJJeff | im shocked google hasn't made a email client X_X | 10:01 |
matrixfox | literally | 10:02 |
thufir_ | DJJeff: they did. it's called "chrome" ;) there are no ad's in tbird | 10:02 |
DJJeff | ya I have no interest in "chrome" | 10:02 |
ole_oz6oh | Hello friends. My Xchat works here but on an other computer i show only china all is made for danish whats wrong | 10:02 |
DJJeff | lol | 10:02 |
arvind_k | C1RiON, it is a protocol. | 10:03 |
C1RiON | never knew that | 10:03 |
C1RiON | googling asap | 10:03 |
ole_oz6oh | can i make something in terminal ? | 10:03 |
C1RiON | mk | 10:04 |
C1RiON | or make | 10:04 |
scoopex | goddard: bekks : i also do not like windows...but without a proper smb networking it's hard to use ubuntu in my company...manual mounting works, but browsing is very important for us :-) | 10:04 |
C1RiON | arvind_k aaah, that's daap | 10:04 |
C1RiON | i read an article this week about a guy who got wireless streaming between ipod and raspberry pi working | 10:05 |
yinyang | i'm loving ubuntu :) | 10:05 |
thufir_ | can you use that rasberry pi for media server? | 10:05 |
blackline | Hi guys. Are there anyone that could try to help me with my Dropbox on Ubuntu 12.10. I've installed the application and Daemon and linked a folder. The problem is that after each reboot Dropbox prompts that the Folder is Missing. I've been googling the issue and from what I see it might have something to do with the other HDD (internal) that the folder is located in. Maybe something I need to ad to fstab? Plz help me out. | 10:05 |
goddard | scoopex: why do you need windows? | 10:05 |
goddard | scoopex: if you need windows I am betting your doing it wrong and have a completely different problem | 10:06 |
C1RiON | thufir yes | 10:07 |
matrixfox | I need Windows for Internet Explore, test my website on all browsers | 10:07 |
C1RiON | matrixfox IE tab in FireFox? | 10:07 |
matrixfox | C1RiON: What about outdated versions? | 10:08 |
C1RiON | matrixfox w3 | 10:08 |
matrixfox | wtf does that mean? | 10:09 |
thufir_ | when I install all these packages for lubuntu, does the act of installing them perhaps configure X11 such that now it defaults to running openGL or other stuff that my hardware doesn't support? | 10:09 |
C1RiON | the w3 validator | 10:09 |
thufir_ | matrixfox: there's software for that. | 10:09 |
C1RiON | validator.w3.org | 10:09 |
matrixfox | nvm | 10:09 |
goddard | matrixfox: I'm guessing your one of those guys that tries to support IE 6? | 10:09 |
kelvinella | hello | 10:10 |
C1RiON | so, favorite DE? | 10:11 |
thufir_ | C1RiON: whatever doesn't crash X | 10:12 |
C1RiON | lol | 10:12 |
C1RiON | atm everything crashes X (on 12.10) | 10:12 |
thufir_ | it's not just me? it's so frustrating. | 10:12 |
hillary | my winff application not working ubuntu 12.04 | 10:12 |
snql | дарова пацаны пипец некий, кароче установил дрова по с сайта, вроде бы дрова заинсталил, видно на ускорении флеша, но все-равно окна двигаются рывками и нет регулировки оборотов | 10:12 |
snql | ати | 10:12 |
hillary | help me | 10:13 |
arvind_k | !ask | hillary | 10:13 |
ubottu | hillary: 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. :-) See also !patience | 10:13 |
arvind_k | !ru | snql | 10:13 |
ubottu | snql: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. | 10:13 |
hillary | the message displayed is :hillary@hillary-ESPRIMO-Mobile:~$ winff | 10:13 |
hillary | [CRITICAL] os_bar_hide: assertion `OS_IS_BAR (bar)' failed | 10:13 |
hillary | (winff:5724): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed | 10:13 |
hillary | [CRITICAL] os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed | 10:13 |
hillary | (winff:5724): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. | 10:13 |
hillary | (winff:5724): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. | 10:13 |
FloodBot1 | hillary: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. | 10:13 |
kelvinella | hi | 10:14 |
arvind_k | hillary, see !paste | 10:14 |
C1RiON | the f was that all about | 10:14 |
thufir_ | she's new. it's ok. | 10:14 |
hillary | i dont understand please | 10:14 |
C1RiON | i meant the russian part | 10:14 |
kelvinella | is freenode down today? | 10:15 |
thufir_ | hillary: only one line at a time please, for multiple lines, please use pastebinit | 10:15 |
hillary | when i launch winff i get errors | 10:15 |
=== l057c0d3r_ is now known as l057c0d3r | ||
thufir_ | hillary: pls type "winff | pastebinit" | 10:15 |
thufir_ | assuming that's hw you launch winff | 10:16 |
thufir_ | is "exec openbox" the same as "openbox"? I'm hoping and praying X won't crash this time. | 10:17 |
goddard | hillary: try Transmageddon | 10:17 |
Jordan_U | thufir_: hillary: "winff 2>&1 | pastebinit" (without the 2>&1 the error messages will probably not make it to pastebinit as they're going to be part of stderr). | 10:18 |
arvind_k | Hi, I am successfully running a daap server and can browse audio from it. Are there any video players which can stream video from the daap server. | 10:19 |
l057c0d3r | how's everyone doing this fine night / morning | 10:19 |
hillary | it is launching but not converting | 10:19 |
hillary | when i press convert nothing happens and errors displayed. | 10:20 |
crazybrain | thufir_: kindly help me solving admin issues | 10:20 |
goddard | hillary: http://www.linuxrising.org/ | 10:20 |
bekks | hillary: Just use ffmpeg - which is in the repos. | 10:21 |
goddard | bekks: yeah transmageddon is a front end for ffmpeg and it works good | 10:21 |
goddard | also in the repos | 10:22 |
matrixfox | lol | 10:23 |
goddard | matrixfox: finally read my message huh? | 10:24 |
matrixfox | what about it goddard? | 10:24 |
Muphrid | hillary: Arista is the most safe GUI converter, goddard: transmageddon is a frontend to gstreamer as is arista | 10:24 |
Guest | anyone here? | 10:25 |
C1RiON | no | 10:25 |
goddard | Muphrid: haha keep reading | 10:25 |
Guest | has anyone extensively used Ubuntu on a RMBP? Curious as to how Ubuntu deals with high dpi. | 10:25 |
bekks | goddard: 1.5k+ people are here. :) | 10:25 |
thufir_ | Muphrid: openbox doesn't start. lubunut crashes x. openbox output: http://paste.ubuntu.com/1478433 | 10:26 |
goddard | bekks: and only 4 people are talking :D | 10:26 |
Muphrid | thufir_: what is your .xinitrc? | 10:26 |
bekks | goddard: Thats wasnt the question ;) | 10:26 |
=== erry_ is now known as erry | ||
thufir_ | Muphrid: http://paste.ubuntu.com/1478441 | 10:27 |
Muphrid | thufir_: it should be only "exec openbox" | 10:28 |
thufir_ | that doesn't do anything, exec openbox just brings me to a new tty login | 10:28 |
Muphrid | then the problem is your card doesnt not play nice with X | 10:28 |
thufir_ | and yet it works fine under ubuntu 12.04 somehow. how can I make it play nice? there must a config. | 10:29 |
Muphrid | are you using 12.10? | 10:29 |
C1RiON | see, my problem exactly | 10:29 |
thufir_ | yes. clean install. | 10:29 |
bekks | thufir_: Which hardware is it in detail? | 10:29 |
* thufir_ nods to C1RiON | 10:29 | |
Muphrid | they use different versions of X, the 1.12 in quantal repos breaks many things | 10:30 |
thufir_ | bekks: http://paste.ubuntu.com/1478448 | 10:30 |
thufir_ | can I keep 12.10, but downgrade X perhaps? | 10:30 |
bekks | Ouch, thats a SiS hardware. | 10:31 |
bekks | thufir_: For downgrading, you have to use 12.04 | 10:31 |
Muphrid | thufir_: yes through a ppa | 10:31 |
thufir_ | yeah, but it's the same driver. I went throught logs earlier with, perhaps, Muphrid. someone, and it's the same driver. | 10:31 |
bekks | Muphrid: No. You cant downgrade that easy. | 10:31 |
Muphrid | bekks: actually you can, I did it twice | 10:32 |
Muphrid | to install fglrx-legacy | 10:32 |
bekks | thufir_: I'd use 12.04 instead 12.10 - when having such problems. | 10:32 |
Jordan_U | thufir_: SiS drivers have always been terrible, though support for your particular hardware may have gotten worse in 12.10. I would recommend trying the VESA driver rather than the SiS driver. | 10:33 |
thufir_ | bekks: for various reasons, I'd like to use 12.10 | 10:33 |
thufir_ | Jordan_U: ok, thanks. how do I do that pls. | 10:33 |
moon` | hey what are some programs I can install that monitors incoming internet traffic, lets say I wanted to see if someone was trying to ddos me? | 10:33 |
ngomes | hello , i have my vps apache http://xx.xx.xx.xx/mediawiki and i want to make an alias to http://mydomain , what should i read to help me ? | 10:33 |
bekks | moon`: iptables and its logging functionality. | 10:33 |
Muphrid | moon`: snort does that aswell | 10:34 |
gianni | !list | 10:34 |
ubottu | gianni: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 10:34 |
Guest | ok | 10:34 |
thufir_ | Muphrid: I couldn't find fglrx-legacy in aptitude | 10:34 |
Guest | so Ubuntu basically goes to shit at Retina resolution | 10:34 |
moon` | Muphrid: what would you recommend between the two (no offense bekks ) | 10:34 |
nashant | Hi guys. Any reason why I would have a perfectly fine samba transfer rate when copying, but when vlc tries to stream it won't buffer at anywhere near the same speed? | 10:34 |
gianni | !list | 10:35 |
C1RiON | .msg ubottu !bot | 10:35 |
bekks | !list > gianni | 10:35 |
ubottu | gianni, please see my private message | 10:35 |
C1RiON | everyone ignore that | 10:35 |
hillary | Thank you Transmageddon has done good to me. will purge winff | 10:35 |
Muphrid | moon`: snort is CLI based, iptables is the backend of ufw which is another backend for gufw, snort is more industry standard i'd say | 10:35 |
bekks | snort and iptables have nothing in common. | 10:35 |
Jordan_U | thufir_: Use this as an Xorg.conf http://paste.debian.net/220294/ (though it will probably not use the full resolution of your display with just this). | 10:36 |
moon` | Muphrid: what does CLI mean? | 10:36 |
bekks | snort is an intrusion detection system, while iptables is a packet filtering engine. | 10:36 |
Muphrid | command line interface | 10:36 |
Muphrid | true | 10:36 |
thufir_ | Jordan_U: VESA video drivers show as installed in aptitude. | 10:36 |
moon` | bekks: so is there an advantage to having both? | 10:36 |
thufir_ | how can I downgrade X to a previous version, pls? | 10:37 |
Muphrid | does wireshark do that aswell? | 10:37 |
Muphrid | thufir_: i only know of this ppa https://launchpad.net/~makson96/+archive/fglrx | 10:37 |
Jordan_U | thufir_: Yes, but they aren't used by default. VESA basically means using your BIOS's built in drivers, which are so terrible that nobody in their right mind would want to use them when native drivers are available. Except that the SiS native drivers are worse. | 10:37 |
bekks | moon`: both tools are designed for different purposes. | 10:38 |
somsip | moon`: Fail2Ban may be worth looking into also | 10:38 |
C1RiON | personally, i use wireshar or kismet to monitor my network | 10:38 |
Muphrid | bekks: I think Wireshark may be a tool he'd want | 10:38 |
Muphrid | in that case | 10:38 |
C1RiON | lol @ wireshar | 10:38 |
Guest | can I move the unity 'dock' to the bottom of the screen? | 10:38 |
somsip | Guest: no | 10:38 |
Guest | i thought linux was about choice? | 10:39 |
C1RiON | unity is a shell | 10:39 |
moon` | and what's the difference/advantages of wireshark? | 10:39 |
somsip | Guest: you can chose not to use Unity ;-) P:osition is hardcoded | 10:39 |
Guest | that sounds like oppression | 10:39 |
bekks | Muphrid: wireshark is designed for a totally different purpose :) | 10:39 |
Muphrid | moon`: basically, a nice graphical interface with monitoring bars | 10:39 |
somsip | Guest: clearly you've never been oppressed | 10:39 |
Muphrid | bekks: It is for networking monitoring | 10:40 |
C1RiON | @Guest no it's not, ubuntu comes with different flavours (lubuntu, kubuntu etc) | 10:40 |
C1RiON | so you have your own choise of DE | 10:40 |
Guest | i just want unity with the dock at the bottom, that's all | 10:40 |
thufir_ | after I install the ppa at mkson96, this will allow downgrading X just through installing fglrx-legacy. I don't need to remove or purge X? | 10:40 |
moon` | Muphrid: I want to get away from GUI's =/ | 10:40 |
bekks | Muphrid: He'll be better of by just logging incoming connections using iptables. | 10:40 |
somsip | Guest: you are free to fork the Unity code and change the position to the bottom, but I assume it's more difficult that it sounds | 10:40 |
moon` | Muphrid: I need to start forcing myself to use CLI | 10:40 |
Muphrid | moon`: if thats your wish, then learn iptables | 10:41 |
MonkeyDust | Guest do you have the skills to change linux code? | 10:41 |
Guest | doubtful | 10:41 |
C1RiON | btw, anyone here ever used manjaro or arch? | 10:41 |
Muphrid | only arch | 10:41 |
C1RiON | Muphrid whats your opinion? | 10:41 |
bekks | C1RiON: How is that related do an actual ubuntu support issue? | 10:41 |
thufir_ | Jordan_U: see, but 12.04 uses the drivers fine. so why would I need to switch drivers? I don't follow your reasoning. although I do take your point(s) about SiS driver quality. | 10:41 |
C1RiON | bekks it is not, however i'm running manjaro right now and thinking of comming back to ubuntu | 10:42 |
Muphrid | C1RiON: my wireless stopped working after their switch to systemd and then I put ubuntu back | 10:42 |
bekks | C1RiON: Then you might better ask in #ubuntu-offtopic ? | 10:42 |
C1RiON | @ bekks i'm sorry, i was not aware of that channel | 10:43 |
C1RiON | Muphrid thanks | 10:43 |
moon` | how do I run iptables (sorry for the base question) | 10:43 |
bekks | moon`: By invoking "iptables". | 10:43 |
thufir_ | I'm using aptitude, not apt-get. how do I add a ppa? directly edit .sources? | 10:43 |
Guest | why does some closed source 'amazon mp3' thing ship with Ubuntu? | 10:44 |
Jordan_U | thufir_: There appears to have been a regression in the SiS driver that affects your hardware. In every machine that I've worked with that had SiS graphics the VESA driver was more stable anyway. | 10:44 |
bekks | moon`: https://help.ubuntu.com/community/IptablesHowTo | 10:44 |
somsip | !aptitude | thufir_ | 10:44 |
ubottu | thufir_: aptitude is another terminal-based front-end to APT. You may encounter problems on multiarch installs (11.10 and higher) as aptitude cannot currently handle the same package with different architectures being installed at the same time. See http://pad.lv/831768 for more information. | 10:44 |
moon` | thanks bekks | 10:44 |
pcuser | hello | 10:44 |
gianni | !list | 10:45 |
ubottu | gianni: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 10:45 |
bekks | !it > gianni | 10:45 |
ubottu | gianni, please see my private message | 10:45 |
pcuser | anyone know where to buy commercial support for ubuntu? | 10:45 |
Jordan_U | thufir_: So there is a new bug, and rather than trying to revert to the old code that didn't have that particular bug but has many others (which would also be very difficult to do), I'm recommending that you switch to the VESA driver. | 10:45 |
thufir_ | somsip: I thought aptitude was preffered now. what happened? | 10:45 |
Jordan_U | pcuser: http://www.canonical.com/ | 10:45 |
thufir_ | Jordan_U: how do I switch drivers pls? no web at the moment. | 10:45 |
somsip | thufir_: not sure to be honest. I was as much interested in the content of the factoid as seeing if it had anything relevant in it for you | 10:46 |
Jordan_U | thufir_: Use this as an Xorg.conf http://paste.debian.net/220294/ (though it will probably not use the full resolution of your display with just this). | 10:46 |
bekks | thufir_: aptitude had some major issues on multiarch, so you're better off using apt-get | 10:46 |
Jordan_U | thufir_: Goodnight and good luck. | 10:46 |
thufir_ | bekks: but since I've installed a fair amount usint aptitude, isn't it a problem to now go back to apt-get? argh. | 10:46 |
bekks | thufir_: No. | 10:47 |
thufir_ | Jordan_U: thx. np. | 10:47 |
thufir_ | bekks: thx. | 10:47 |
Jordan_U | thufir_: You're welcome. | 10:47 |
=== srhb` is now known as srhb | ||
thufir_ | Jordan_U: wait. cna you send me the file? web sux at the moment for me. can I wget that? | 10:47 |
thufir_ | I cannot seem to get that file which Jordan pasted to debian. | 10:50 |
daftykins | thufir_: http://pastebin.ubuntu.com/1478491/ that ok? | 10:51 |
ace_me | hi all. | 10:51 |
pollo | hi all! | 10:52 |
pollo | efibootmgr related issue | 10:52 |
ace_me | if I am copying the ssh private key to a new laptop from the old one and try to connect to the same server ... should it work ? | 10:53 |
ace_me | it looks no | 10:53 |
Jordan_U | thufir_: wget http://paste.debian.net/download/220294 | 10:53 |
pollo | howw can I restore the "F2-Enter BIOS" option with efibootmgr? | 10:53 |
selite | How can I install KDE on Ubuntu? | 10:53 |
selite | Can someone please tell me? | 10:53 |
MonkeyDust | selite you need the plasma packages | 10:54 |
selite | MonkeyDust: Tell me the magical sudo command. | 10:54 |
selite | MonkeyDust: xD | 10:54 |
MonkeyDust | selite sudo apt-get install kde-plasma-desktop | 10:54 |
thufir_ | Jordan_U: got it, thx. | 10:55 |
Jordan_U | thufir_: You're welcome. | 10:55 |
ace_me | should I regenerate priv public key and install on server for a different computer ? | 10:55 |
=== root is now known as Guest97292 | ||
thufir_ | Jordan_U: pardon, what do I save that file as? x.config? | 10:55 |
Guest97292 | 192.168.1.7 | 10:56 |
ace_me | I had copied my ssh key from old laptop and I tried to connect from the new one | 10:56 |
selite | MonkeyDust: There are some dependency issues. | 10:56 |
MonkeyDust | selite sudo apt-get install kubuntu-desktop | 10:56 |
selite | MonkeyDust: Again, it says that the packages have unmet dependicies. | 10:57 |
k1l | selite: you have PPAs activated? | 10:57 |
thufir_ | xorg.conf goes in /etc/X11 ? | 10:58 |
=== tomtiger11 is now known as Guest | ||
=== Guest is now known as 4JTAAWC9K | ||
=== Justasic is now known as 36DACOBS2 | ||
MonkeyDust | selite ok, odd, first try sudo apt-get -f install <- f means fix | 10:58 |
elx | Guys how much time does it take for Unbootin to make an external HDD bootable. Im putting .iso of windows 8 which is around 2.5 GB and it is stuck at 24% copyng install.wim from the last 20 mins now... is it normal? is there some there way to see what is going under the hood? | 10:58 |
elx | btw MonkeyDust, dunno if u remember last night i managed to partition my hdd using gparted live usb thanks :) | 10:59 |
selite | MonkeyDust: I did, and after I try the same commands for installing, I still get that they have unmet dependicies. | 10:59 |
MonkeyDust | elx "if everything else fails, join #ubuntu" :-) glad you made it... | 11:00 |
ace_me | ace_me: waiting | 11:01 |
Ririshi | Hey! I've got a HP Mini 2133 and I'm trying to install the VIA drivers for the Chrome9 HC IGP it has on Lubuntu 12.10. I downloaded the tgz file and used tar and I'm trying to run vinstall, but I get an error. make.log tells me it's got an error 1 and then an error 2.. Help would be greatly appreciated. | 11:01 |
selite | Guys, tell me how to install KDE environment in the newest Ubuntu. | 11:02 |
selite | I just installed it brand new, and GNOME kinda ruins it for me. | 11:02 |
k1l | selite: do you have any PPA on? | 11:02 |
thufir_ | ok, that was pretty cool. I saved that xorg.conf file as jordan said, and ran "startx" where I got a message from gnome that it couldn't <something> and I clicked a box then exited. what else can I try? it's much closer with the VESA driver instead of SiS. | 11:02 |
selite | k1l: Sorry, I dont know what that is. | 11:02 |
* thufir_ goes to get logs. | 11:03 | |
k1l | selite: show a "ls -al /etc/apt/sources.list.d/" in a pastebin please | 11:03 |
ace_me | ace_me: hi | 11:03 |
aLeSD_ | hi all | 11:04 |
k1l | thufir_: start the lightdm (or other startmanager) instead of using startx | 11:04 |
selite | k1l: Sure, there you go. http://pastebin.com/H8bxJed2 | 11:04 |
aLeSD_ | I just instaled ubuntu 12.04 server ... why it's used qemu to virtualize and not virtualbox ? | 11:04 |
bekks | aLeSD_: qemu doesnt virtualize at all, it is an emulator. | 11:05 |
k1l | selite: ok, that looks like you dont have a PPA on. (PPA is fpr 3rd party software which can cause problems) | 11:05 |
selite | k1l: Ok, so how do I fix it? | 11:05 |
aLeSD_ | bekks ... what do you mean ? | 11:05 |
k1l | selite: can you show the whole output when typing "sudo apt-get update && sudo apt-get upgrade" | 11:05 |
aLeSD_ | bekks: I wanto to install several virtual servers | 11:06 |
bekks | aLeSD_: virtualbox is a virtualization software, qemu isnt. | 11:06 |
aLeSD_ | :) | 11:06 |
bekks | aLeSD_: I'd use virtualbox, and not qemu. | 11:06 |
aLeSD_ | ok | 11:06 |
aLeSD_ | bekks: what's the use of qemu ? | 11:06 |
bekks | aLeSD_: Emulation. | 11:06 |
Muphrid | aLeSD_: it emulates cpu instructions | 11:06 |
thufir_1 | ok, lightdm worked. woot, I'm into a gui! thank you, whoever reminded me of that. I didn't think it would go. ok, so with the new xorg.conf saying to use VESA drivers, lightdm now works. | 11:07 |
selite | k1l: Yes, just a second. That's a single command right? | 11:07 |
selite | xD | 11:07 |
Dayofswords | Can someone tell me how to use curl and wget right when the url has GET parts? I get this wierd thing when I try http://pastebin.com/hYw4ung1 | 11:07 |
thufir_1 | how can I set that up so that it works more seamlessly? | 11:08 |
k1l | selite: its one command but runs 2 commands in it | 11:08 |
k1l | thufir_1: in ubuntu the x enviroment gets started by lightdm. startx can cause other problems | 11:09 |
thufir_1 | k1l: so.....if I reboot, then lightdm should automagically start the graphical environment? | 11:10 |
k1l | thufir_1: yes. if its a standard ubuntu | 11:10 |
thufir_1 | ohhhh. maybe part of the problem is just that I was running startx, rather than lightdm. hmm. ok, I'll reboot in a sec then :) | 11:11 |
thufir_1 | wait, err, is there a config file I could check first to ensure it's lightdm that's being utilized? | 11:11 |
Ririshi | ): | 11:12 |
selite | k1l: It takes a while, whole lot of stuff is getting done. xD | 11:13 |
poq | Why I get these errors while updating lubuntu 12.04 during building my own image using Ubuntu Customzation Kit? http://paste.kde.org/633668/ | 11:13 |
k1l | selite: yes, i gets the newest names and versions of the packages list and install the updates if there are any. so wait untill its done | 11:14 |
=== linuxthefish is now known as linuxthefish` | ||
ace_me | ssh private key should run on any pc ? | 11:18 |
Muphrid | Ririshi: where did you download the driver from? | 11:19 |
D_Russ | can anyone please explain to me why i am not able to expand my ubuntu partition using gparted live. i have 660gb of free partitioned space that windows used to occupy and i would like to use it for ubuntu but the expand option is not allowed its only allowing me to shrink it. | 11:19 |
fefewgfw | Hi I have an issue when installin 12.04.01 from CD, the installer seems to be stuck at "Saving installed packages" | 11:20 |
genius | hi | 11:20 |
genius | friends | 11:20 |
D_Russ | hi | 11:20 |
fefewgfw | CPU load is really low | 11:20 |
=== Teufelchen_ is now known as Teufelchen | ||
genius | i was trying to install citadel on ubuntu | 11:21 |
genius | during installation i got a error for dependicies | 11:21 |
genius | for citadel | 11:21 |
fefewgfw | genius: what dependencies? | 11:21 |
fefewgfw | I found https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/875343 | 11:22 |
ubottu | Ubuntu bug 875343 in ubiquity (Ubuntu) "Stuck at "Saving installed packages..." when using a custom /var" [Undecided,Confirmed] | 11:22 |
henrik1 | hey any one know where i can find working nvidia drivers for 12.10? | 11:23 |
fefewgfw | this is still an issue? I want to install 12.04 without reformatting my partitions? how can I unstuck it? | 11:23 |
thufir_ | Jordan_U: it works!!!!!! three days on that, you found the solution! thanks a million million. | 11:23 |
k1l | henrik1: in the ubuntu repos | 11:24 |
henrik1 | tried both current and the tested ones | 11:24 |
henrik1 | all result in falling back to vgta | 11:24 |
henrik1 | vga | 11:24 |
henrik1 | and no unity | 11:25 |
thufir_ | should I bother reporting as bug that VESA driver should be used over SiS drivers? or, will ubuntu just push that bug down to X11 folks? | 11:25 |
D_Russ | henriki1: you did try invidia website right? | 11:25 |
k1l | D_Russ: :/ that can cause some problems | 11:26 |
henrik1 | yeah id like to avoid that | 11:26 |
k1l | henrik1: have you looked which driver is tested for you card? | 11:26 |
D_Russ | im using nvidia drivers on 12.04 | 11:26 |
D_Russ | no problems | 11:26 |
D_Russ | but i cant speak for 12.10 | 11:26 |
k1l | henrik1: and if its a hybrid card? | 11:26 |
henrik1 | wroked fine for me as well on 12.04 | 11:26 |
k1l | D_Russ: just think about a kernel update | 11:27 |
fefewgfw | Anyone on the 'Stuck at "Saving installed packages"'-issue? | 11:27 |
selite | I grew a beard. | 11:27 |
D_Russ | k1l: im still having issues trying to expand my partition.. any ideas | 11:27 |
k1l | D_Russ: i dont know your partitions setup | 11:28 |
D_Russ | fefewgfw: try burning another disc, might be a bad disc | 11:28 |
D_Russ | can anyone please explain to me why i am not able to expand my ubuntu partition using gparted live. i have 660gb of free partitioned space that windows used to occupy and i would like to use it for ubuntu but the expand option is not allowed its only allowing me to shrink it. | 11:28 |
fefewgfw | D_Russ: Thanks, the image is fine, is the second burn I did and both checksums are all right | 11:29 |
fefewgfw | D_Russ: I suppose it is linked to bug #875343 | 11:29 |
ubottu | bug 875343 in ubiquity (Ubuntu) "Stuck at "Saving installed packages..." when using a custom /var" [Undecided,Confirmed] https://launchpad.net/bugs/875343 | 11:29 |
MonkeyDust | D_Russ first shrink the other partition to make space | 11:30 |
selite | k1l: Why is this command taking so long? | 11:31 |
k1l | selite: maybe its downloading the update or installing the updates. | 11:32 |
D_Russ | monkeydust: i am going to post a picture of gparted | 11:32 |
D_Russ | This what my gparted looks like. i am trying to use the 660gb space on the left for the 304gb space on the right. | 11:33 |
D_Russ | http://i218.photobucket.com/albums/cc42/jerseykat1/Screenshotfrom2012-12-30063057_zpse76b9030.png | 11:33 |
k1l | D_Russ: you need to delete the sda2 and first expand the extended partition (sda3) before you can expand the sda5 | 11:34 |
MonkeyDust | D_Russ first comment: ntfs is for windows and has to be at least 20GB or so -- / needs only 10-15GB | 11:35 |
D_Russ | monkeydust: windows is delieted, i formated the partition it was on. | 11:36 |
MonkeyDust | D_Russ that is, if you should create a separate /home partition | 11:36 |
D_Russ | i want it all on the same partition | 11:36 |
C1RiON | why? | 11:36 |
MonkeyDust | D_Russ you have no data anywhere on that pc? if so, delete and start over | 11:36 |
MonkeyDust | delete all* | 11:36 |
D_Russ | monkeydust: i have a lot of data on it. | 11:37 |
MonkeyDust | ok | 11:37 |
D_Russ | and its configured perfectly for me would hate to start over | 11:37 |
MonkeyDust | D_Russ read this https://help.ubuntu.com/community/PartitioningSchemes | 11:37 |
C1RiON | D_Russ wich partition do you not want to lose? | 11:37 |
D_Russ | ok | 11:38 |
crazybrain | thufir_: how to set privileges in new account | 11:38 |
D_Russ | c1rion: i want to add the 660gb partition to the 304gb partition | 11:38 |
k1l | D_Russ: i said above what your pproblem is | 11:39 |
D_Russ | i am going to try what k1l, suggested...hopefully that allows me to do what i want | 11:39 |
D_Russ | thank you k1l | 11:39 |
k1l | D_Russ: your ubuntu partition is inside a extended one. | 11:39 |
selite | k1l: Ok I did it, now what? | 11:39 |
D_Russ | ill be back.... hopefully not | 11:40 |
crazybrain | Can anyone tell me how to change privileges settings from the new account? | 11:40 |
k1l | selite: can you show the output? | 11:40 |
selite | k1l: http://pastebin.com/PR0wGTxL | 11:41 |
k1l | selite: first: why are you root? | 11:42 |
MonkeyDust | crazybrain privileges? you mean sudo? | 11:43 |
k1l | selite: for most standard-users its safer to go with the sudo command. | 11:43 |
selite | k1l: I don't know. Oh ok. | 11:43 |
ikonia | selite: how did you become root ? | 11:43 |
crazybrain | MonkeyDust: i mean the user privileges | 11:43 |
selite | sudo -s | 11:44 |
ikonia | selite: oh, so you do know about sudo, great. | 11:44 |
selite | ikonia: sudo -s and then the password. | 11:44 |
MonkeyDust | crazybrain to do what exactly? | 11:44 |
selite | ikonia: What's so wrong about being root unless you do some stupid commands? | 11:44 |
blami | selite: absolutely nothing | 11:44 |
ikonia | selite: depends how you become root, that's why I asked | 11:44 |
k1l | selite: i would suggest "sudo -i" if you want to become permanent root. that sets up the enviroment correct | 11:45 |
k1l | selite: but what is your problem now besides that typo in your last command | 11:46 |
ikonia | !info lhttp://pastebin.com/PR0wGTxL | 11:46 |
ikonia | oops | 11:46 |
ikonia | sorry | 11:46 |
ubottu | Package lhttppastebin.comPR0wGTxL does not exist in quantal | 11:46 |
selite | k1l: I was trying to install KDE but I was having the dependency issues, however now it seems that the installation goes well, at least for now. | 11:46 |
henrik1 | im trying to find some page on nvidias site that links the driver downloads | 11:47 |
ikonia | !info librhythmbox-core5 | 11:47 |
ubottu | Package librhythmbox-core5 does not exist in quantal | 11:47 |
=== linuxthefish` is now known as linuxthefish | ||
ikonia | henrik1: you really shouldn't download them from nvidia.com | 11:47 |
ikonia | selite: where are you getting these packages from ? | 11:47 |
henrik1 | i know but i just want to get my desktop enviorment working | 11:47 |
selite | ikonia: The default ones. From Ubuntu Software Center. | 11:47 |
k1l | selite: before you want to install smth make sure you are uptodate | 11:48 |
ikonia | !info librhythmbox-core | 11:48 |
ubottu | Package librhythmbox-core does not exist in quantal | 11:48 |
ikonia | henrik1: why do you need to get them from nvidia.com | 11:48 |
k1l | selite: (which you werent like it updated alot) | 11:48 |
selite | k1l: Hmm, ok. I hope it works now. | 11:48 |
henrik1 | ikonia: becuse the ones in the repo end up restorting back to vga | 11:48 |
=== satan is now known as Guest58093 | ||
ikonia | henrik1: ok, so I suggest investigating/fixing that if possible before even considering anything from nvidia.com | 11:49 |
=== uni4dfx is now known as zz_uni4dfx | ||
gbear14275 | by default is there an admin group on a server clean install? | 11:49 |
gbear14275 | I'm not finding one, but I'm not sure if I'm doing it right. I added one so I could get sudo permissions after I added my username to it... but sudo's not recognizing it. Is there a service to restart? | 11:50 |
blami | gbear14275: no | 11:50 |
ikonia | gbear14275: look in the sudo rules for the right group | 11:51 |
blami | gbear14275: there is no such group. Afaik server has sudo group for this | 11:51 |
d_russ | ok so i deleted sda2 and tried to expand sd3 but the resize/move is greyed out | 11:55 |
Raspootis | I could really use some help, I'm hanging on startup. | 11:55 |
Raspootis | http://imgur.com/rZnjZ.jpg | 11:56 |
Raspootis | Anyone have any ideas as to what to do? | 11:56 |
gbear14275 | blami, ikonia; I'm using a rackspace image... I'm suspecting it's customized which is why the visudo group for admin exists but no admin group | 11:57 |
ikonia | gbear14275 that would make sense as they customize things a lot | 11:57 |
gbear14275 | ikonia, so I created an admin group and added myself to it, do I need to restart anything to get sudo to recognize me now? | 11:58 |
ikonia | gbear14275 you may have to restart your shell so it joins the admin group | 11:58 |
gbear14275 | ikonia, simple logout and login correct? | 11:58 |
nawk | how are PPAs different to a normal repo? | 11:58 |
ikonia | nawk they have no quality control and can be maintained by anyone | 11:59 |
Raspootis | If it helps, I installed hddtemp but I don't know why that would stop it from booting (working fine earlier) | 11:59 |
ikonia | gbear14275 just the active shell | 11:59 |
gbear14275 | nawk, PPA's are normally user maintained so they may not be as stable or safe as other repos | 11:59 |
d_russ | So this is where i am now at on my extending of my partition problem http://i218.photobucket.com/albums/cc42/jerseykat1/Screenshotfrom2012-12-30115838_zps9919c94f.png it will not allow me to extend sd3 as suggested by k1l i did delete sd2 before hand | 12:00 |
k1l | d_russ: unmount the swap partition | 12:01 |
ikonia | d_russ: you won't be able to do anything with sda3 while it has extened partitions within it | 12:01 |
d_russ | ok let me try that | 12:01 |
Ben64 | d_russ: sda4 looks to be in the way too | 12:01 |
k1l | i bet its the swap. livecds use the swap if they find one | 12:02 |
ikonia | sda4,5,6 all inside /dev/sda3 - so you can't change sda3 | 12:02 |
Nordom | can someone help me out, I was running ubuntu and windows from the same drive. I bought a new drive in order to install windows on the new drive and delete my old version.... but when I installed windows on the new drive I now get a boot option to choose between the two versions of windows but no longer the gnome prompt asking me for my boot options and if I want to boot linux | 12:02 |
Raspootis | anyone have any ideas with my startup hang? | 12:02 |
d_russ | k1l: the unmount option is not there for sda6 | 12:02 |
Fira | :( Running Ubuntu 12.04 and do-release-upgrade gives me "no new release found". how comes ? | 12:02 |
d_russ | it has swapoff | 12:02 |
d_russ | should i do that | 12:02 |
Ben64 | d_russ: yeah | 12:02 |
k1l | yes | 12:02 |
Ben64 | Raspootis: what did you do since it last booted correctly | 12:02 |
C1RiON | Fire apt-get dist-upgrade? | 12:02 |
d_russ | will it break something | 12:02 |
d_russ | i am running from the livecd now | 12:03 |
C1RiON | Fira apt-get dist-upgrade? | 12:03 |
k1l | Fira: release-prompt is on LTS? | 12:03 |
nawk | gbear14275, ikonia mmm... anyone could setup their repos too, it boils down to whether users subscribe to them by adding the url in sources.list does it not? | 12:03 |
Raspootis | Ben64: the only thing I guess was reseating the gpu | 12:03 |
Raspootis | but it seems to be sitting correctly | 12:03 |
Nordom | can someone help me out, I was running ubuntu and windows from the same drive. I bought a new drive in order install windows on the new drive and delete my old windows.... but when I installed windows on the new drive I now get a boot option from windows to choose between the two versions of windows but no longer the gnome prompt asking me for my boot options and if I want to boot linux | 12:03 |
d_russ | k1l: that seems to have done it!! | 12:03 |
d_russ | ill be back..lol | 12:04 |
nawk | so I don't see a real difference, and the motivation behind my question is to see if there is one | 12:04 |
Fira | C1RiON: website says to use do-release-upgrade rather than dist-upgrade | 12:04 |
nawk | some things/aspects that separate them | 12:04 |
Fira | k1l: what do you mean ? | 12:04 |
k1l | Fira: C1RiON make sure your release-prompt is set to regular and not LTS | 12:04 |
gbear14275 | nawk, you may be right, but I think the level of effort for setting up a repo is more than setting up a PPA | 12:04 |
Ben64 | Fira: by default 12.04 will only upgrade to the next LTS | 12:05 |
Fira | Oh | 12:05 |
Fira | where do i change this :s ? | 12:05 |
k1l | Fira: go to the repository settings. on the second tab there is a dropdown to select which sort of upgrade you want to allow | 12:05 |
Nordom | Can anyone tell me how I can get the boot options back to boot into ubuntu? | 12:06 |
ikonia | nawk: what is your actual question ? as there is a significant difference between a vendor supplied back and joe the monkey trying to build a package | 12:06 |
nawk | for example, Nvidia (a big company) have themselve an Nivida VDPAU Team PPA | 12:06 |
Tm_T | Nordom: you installed windows after installing ubuntu, right? | 12:06 |
Fira | k1l: eek :P i'm chrooting from another distro | 12:06 |
ikonia | nawk right, so if you trust that PPA...there is no different, a PPA is just deb repo, | 12:06 |
=== qos|away is now known as qos | ||
Fira | /etc/update-manager/release-upgrades | 12:07 |
Fira | \o/ | 12:07 |
k1l | Fira: /etc/update-manager/release-upgrades | 12:08 |
b3nj | suggest me a good book about linux | 12:08 |
Raspootis | About my situation, could it be something with hddtemp? | 12:08 |
Tm_T | Nordom: if yes, that meanst that windows installed didn't care if you have anything else already there, so you have to restore ubuntu's bootloader | 12:08 |
Nordom | Tm_T: I installed windows first, then installed ubuntu, used ubuntu a lot so I was going to delete orginal windows and give all that drive space to ubuntu. To do this I bought a new drive and installed a clean version of win7 on it. I haven't deleted the oringal windows yet, but now I lost the option to choose ubuntu. I get a windows menu asking me which windows 7 I want to use | 12:08 |
b3nj | suggest me a good book about linux | 12:08 |
d_russ | its working yay!!! | 12:08 |
Tm_T | Nordom: so you did install windows after ubuntu (: | 12:08 |
Nordom | Tm_T: how do I restore ubuntus bootloader? | 12:08 |
d_russ | now i can fill it up with steam games | 12:08 |
d_russ | lol | 12:08 |
Tm_T | !restoregrub | Nordom | 12:08 |
Nordom | Tm_T: windows, ubuntu, windows ;D | 12:08 |
ubottu | Nordom: Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub | 12:08 |
Nordom | Tm_T thx a bunch! | 12:09 |
upsla | Hi. I am running Ubuntu 12.04 LTS along with windows 8. My ubuntu randomly freezes and I need to reboot . | 12:09 |
Tm_T | Nordom: only the last step matters | 12:09 |
vimerrrrrrr | hi all! anyone can tell me is system error logs all stored in the /var/log/syslog? | 12:09 |
b3nj | hi everyone. suggest me a good book about linux | 12:09 |
Nordom | Tm_T I have ubuntu loaded on a usb.. will this be fine? | 12:09 |
k1l | !ot > b3nj | 12:09 |
ubottu | b3nj, please see my private message | 12:09 |
d_russ | thank you k1l much appreciated.. | 12:10 |
thufir_ | upsla: /var/log/... to pastebin. it's probably a video card driver? | 12:10 |
b3nj | ubottu | 12:10 |
Tm_T | Nordom: I assume, check that help page ubottu linked | 12:10 |
b3nj | k1l, suggest me a good book about linux | 12:10 |
Nordom | Tm_T thx I will go tryit | 12:10 |
upsla | thufir_ : I am novice. How I find the logs. | 12:10 |
k1l | b3nj: its offtopic here. stop it | 12:10 |
Tm_T | vimerrrrrrr: only those that are logged in syslog, it depends on the application where to they put their logs (and sometimes configuration of said apps) | 12:11 |
b3nj | k1l, where could i ask that question? | 12:11 |
k1l | b3nj: read the message the bot gave you | 12:11 |
C1RiON | ./clear | 12:11 |
b3nj | k1l, it said see private message, but i do not know how | 12:11 |
=== Kitar|st_ is now known as Kitar|st | ||
C1RiON | b3nj what irc client are you using? | 12:12 |
b3nj | C1RiON: irssi | 12:12 |
C1RiON | type /qubottu | 12:14 |
C1RiON | sorry | 12:14 |
C1RiON | type /q ubottu | 12:14 |
C1RiON | see the space | 12:14 |
b3nj | okay | 12:14 |
b3nj | i have seen what the bot gave me | 12:14 |
upsla | thufir_ : are you there?. | 12:14 |
upsla | <thufir_ > are you there?. | 12:15 |
medo | i have a problem on my Ubuntu 12-10 | 12:17 |
MonkeyDust | medo let's hear it | 12:18 |
RSNIX66 | medo: speak as to what the problem is. | 12:18 |
medo | when i clicked on dash home my computer hangs | 12:18 |
medo | what can i do? | 12:19 |
Justin_jtb7rmv | hi all | 12:19 |
MonkeyDust | medo did it work normally before? | 12:20 |
medo | yes | 12:20 |
=== elementary is now known as gotwig | ||
RSNIX66 | medo: has anything changed? | 12:24 |
insertable | Hi guys, I was a bit mental and installed Win 7 *after* Ubuntu so now my MBR is in ruins. I managed to install grub back into the MBR, but it's not loading any kernels. I have a boot partition on sda1, swap on sda2, ubuntu on sda3 and Win 7 on sda4. Does anyone know if there's any way to fix this? Thanks! | 12:24 |
medo | like what? | 12:25 |
RSNIX66 | medo: Is this a new install or existing? Any new hardware/drivers or software installed? | 12:25 |
KM0201 | insertable: so i take it you cannot boot ubuntu? | 12:25 |
insertable | KM0201, Not anymore, no :-/ | 12:26 |
C1RiON | damn there should be like a wipe screen in the webchat | 12:26 |
insertable | I just get the grub menu everytime I start | 12:26 |
KM0201 | have you tried reparing grub from a live cd/usb? | 12:26 |
KM0201 | !grub | Insecta | 12:26 |
ubottu | Insecta: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) | 12:26 |
matthewvz | insertable: I would wipe the drive+reinstall | 12:26 |
KM0201 | oops, insertable see the link above. | 12:26 |
insertable | I tried Boot Rescue, but I have a 32 bit live CD and a 64 bit installation. Heh.. so it doesn't like it for some reason | 12:26 |
KM0201 | matthewvz: that's crazy... | 12:26 |
WhereIsMySpoon | so get a 64bit live cd? | 12:27 |
KM0201 | well, download 64bit and burn it. | 12:27 |
matthewvz | I'm crazy like that :) | 12:27 |
KM0201 | well, that's like saying because you had a flat tire, you bought a new car | 12:27 |
insertable | WhereIsMySpoon, that isn't an option.. I can't boot into a desktop to download it and burn the CD | 12:27 |
RSNIX66 | m | 12:27 |
KM0201 | insertable: how are you here?... cna you create a usb? | 12:27 |
crazybrain | HappY NeW YeAr In AdVancE...............!!!!!!!!!! | 12:27 |
matthewvz | Then using that new car for a new tire and putting the new tire from the new car on the old car and throwing the new car away. | 12:27 |
bekks | insertable: Why not? Cant you boot into windows? | 12:28 |
insertable | KM0201, Live-CD - and I don't have a usb flash drive.. weird eh | 12:28 |
WhereIsMySpoon | how do you not have a flash drive D: | 12:28 |
KM0201 | insertable: and you've tried the grub repair utility? | 12:28 |
WhereIsMySpoon | theyre so useful :p | 12:28 |
insertable | bekks, not any more. Not since I installed grub | 12:28 |
insertable | WhereIsMySpoon, I used to, but I lost it :'( | 12:28 |
insertable | KM0201, what's that one? | 12:28 |
medo | i did't install any new hardware/drivers | 12:29 |
KM0201 | it's on the live cd/usb.. just like i said above | 12:29 |
KM0201 | https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows?action=show&redirect=RestoreGrub | 12:29 |
KM0201 | read that link insertable | 12:29 |
medo | may be installed software | 12:29 |
WhereIsMySpoon | hurrah for windows \o/ | 12:29 |
KM0201 | lol | 12:30 |
insertable | Oh, Boot-Repair doesn't work, KM0201 | 12:30 |
KM0201 | insertable: why? | 12:30 |
WhereIsMySpoon | breaking all other OSs installed since forever | 12:30 |
insertable | I did try that.. because my Live-CD is 32 bit | 12:30 |
KM0201 | oh ok. | 12:30 |
matthewvz | Ever since Grub doesn't show my windows boot option I decided to stay on ubuntu :) | 12:30 |
insertable | but installation is 64 | 12:30 |
insertable | I did try the manual way from that page | 12:30 |
matthewvz | best soulution I've found so far | 12:30 |
insertable | And managed to get Grub installed to the mbr | 12:30 |
bekks | insertable: Then you'll need a 64bit live cd. | 12:30 |
KM0201 | well, i don't know what to tell you then... do a clean install of 32bit, over 64bit... then use 32bit ubuntu to download and reinstall 64bit. | 12:31 |
WhereIsMySpoon | insertable: why cant you use the 32bit live cd to dl the 64bit and burn it | 12:31 |
WhereIsMySpoon | or u got no cds left? | 12:31 |
insertable | WhereIsMySpoon, I have CDs.. but I only have one CD drive | 12:31 |
WhereIsMySpoon | oh yes ofc :p | 12:32 |
WhereIsMySpoon | sorry | 12:32 |
insertable | WhereIsMySpoon, no problem (I thought of that too. Hehe) | 12:32 |
WhereIsMySpoon | insertable: nobody else's laptop you can borrow in teh house? | 12:32 |
thufir_ | you cna mount an iso to the filesystem | 12:32 |
insertable | WhereIsMySpoon, nope | 12:32 |
thufir_ | WhereIsMySpoon: mount it | 12:32 |
WhereIsMySpoon | eh thats true | 12:32 |
KM0201 | well, the easy answer of course, is to go buy a 2gig flash drive for $14, and resolve this problem | 12:32 |
KM0201 | (assuming the machine can boot usb) | 12:32 |
WhereIsMySpoon | mount it then chroot | 12:32 |
WhereIsMySpoon | and you can just put the 64bit stuff on top of your broken install | 12:33 |
bekks | WhereIsMySpoon: You cant chroot a 64bit system using 32bit live cd. | 12:33 |
WhereIsMySpoon | bah | 12:33 |
Catbuntu | hmm | 12:33 |
bekks | WhereIsMySpoon: ... | 12:33 |
WhereIsMySpoon | sorry didnt know that ^^ | 12:33 |
Catbuntu | Which regex matches both http and https? | 12:33 |
Catbuntu | something like http[s], but that's not it | 12:33 |
thufir_ | why do you need chroot? I've never been clear about its usage. | 12:33 |
Catbuntu | http(s*) ? | 12:33 |
WhereIsMySpoon | something like that Catbuntu | 12:34 |
insertable | Catbuntu, just put a ? at the end | 12:34 |
insertable | like, /^https?/ | 12:34 |
Catbuntu | ok | 12:34 |
insertable | It will regard the character previous as optional | 12:34 |
Catbuntu | but that won't match https, httpshttps, httpshttpshttps etc.? | 12:35 |
Catbuntu | oh ok | 12:35 |
Catbuntu | thanks | 12:35 |
Catbuntu | Yes it worked! | 12:35 |
Catbuntu | Yay! | 12:35 |
Catbuntu | Thanks :) | 12:35 |
insertable | No prob | 12:35 |
insertable | I wonder if there's any real benefits in running a 64 bit OS compared to a pae kernel | 12:38 |
insertable | using pae still allows me to have 6GB ram | 12:38 |
medo | RSNIX66: where are you go? | 12:39 |
gbear14275 | anyone here use rackspace cloud instances of ubuntu? I just did an initial upgrade and it's asking me which version of the grub menu.lst to use... I'm thinking go with package maintainers version but wondering if it was custom for their cloud | 12:41 |
ahhughes | how/where should I set an environment variable (for my user)? | 12:41 |
RSNIX66 | Still here | 12:42 |
medo | ok | 12:42 |
insertable | ahhughes, just in the terminal, like # DEVICE=/dev/sda | 12:42 |
insertable | ahhughes, so I can access it with # echo $DEVICE | 12:43 |
bekks | insertable: Which will have NO effect outside that single shell. | 12:43 |
insertable | ahhughes, you can also stick them in ~/.bashrc | 12:43 |
ahhughes | insertable, I need it for keeps... and not just in a terminal shell | 12:43 |
insertable | ah | 12:43 |
ahhughes | I did bashrc, worked fine in terminal only.. when I start from launch the app doesnt see the env var. | 12:44 |
Justin_jtb7rmv | i got my linode | 12:44 |
insertable | https://help.ubuntu.com/community/EnvironmentVariables | 12:44 |
insertable | There's some cool stuff in there regarding session-wide environment variables. *may* be what you're looking for | 12:44 |
=== Varazir_ is now known as varazir | ||
=== varazir is now known as Varazir | ||
RSNIX66 | medo: have you checked /var/log for any errors? Kernel logs would be where I would start. | 12:45 |
RSNIX66 | medo: do you see this whenever you click the dash or is something else going on at the same time? Like for example wifi being connected, BT or other. | 12:46 |
ahhughes | insertable, cheers! Im almost there.. just need to know if this syntax is correct? PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME:/platform-tools | 12:49 |
ahhughes | or needs to be in quotes? | 12:49 |
insertable | ahhughes, nah you don't need quotes | 12:50 |
ahhughes | sweet, I guess I need to reboot. Pretty late anyway.. thanks insertable | 12:51 |
insertable | ahhughes, no problem | 12:51 |
anas | hi guys my modem disconnects after few seconds can u say me a solution | 12:51 |
insertable | anas, have you checked with your broadband provider? | 12:52 |
Justin_jtb7rmv | do u like ubuntu or Arch linux | 12:52 |
anas | ya its working fine in windows 7 perfectly | 12:52 |
insertable | Justin_jtb7rmv, did you really just ask that in an Ubuntu channel? | 12:53 |
henrik1 | i just dont seam to be able to get the nvidia drivers to load | 12:53 |
insertable | henrik1, have you tried Envy? I used to use it when I had an ATI - https://launchpad.net/envy | 12:54 |
anas | please reply | 12:54 |
anas | help me | 12:55 |
k1l | !ot | Justin_jtb7rmv | 12:55 |
ubottu | Justin_jtb7rmv: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 12:55 |
anas | my modem is huawei E352 | 12:55 |
k1l | anas: give more informations as which ubuntu you use, which modem you use, which errormessage apears etc. | 12:56 |
henrik1 | insertable: only got links at ny dsposal at the moment | 12:57 |
anas | i use huawei e352 mpdem... it connects but later disconnects with a message modem diconnected | 12:57 |
anas | help me out guys | 12:58 |
Nordom | Tm_T: are u still there? | 12:58 |
henrik1 | fuck nvidia | 12:59 |
insertable | henrik1, That's what Linus said | 12:59 |
DJones | henrik1: Mind the language, no swearing in the ubuntu channels | 13:00 |
henrik1 | insertable: and i agree fully | 13:00 |
Nordom | Tm_T: are you there, I am stuck | 13:00 |
Tm_T | Nordom: yes? | 13:00 |
=== dndbdnd23053 is now known as dndbdnd | ||
BluesKaj | Hey all | 13:01 |
henrik1 | -help | 13:01 |
Nordom | Tm_T I am in ubuntu now using my usb trial ubuntu.... but I cannot seem to figure out how to restore the boot loader. At this link: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows I tried to use the boot-loader program but I cannot download it because when I do sudo apt-get update it sees I have dulpicates | 13:02 |
Nordom | Tm_t as for the terminal way. I can do that but I dont know where my drive is located since I cannot see anything since the file button doesn open | 13:02 |
insertable | henrik1, If you can get hold of a proper browser, try this; https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia | 13:02 |
insertable | Obviously becuase NVidia suck, Linux doesn't really support them out-of-the-box | 13:03 |
insertable | So a little manual work is required | 13:03 |
henrik1 | insertable: thanks for the tipp | 13:03 |
Nordom | Tm_T: sudo grub-install /dev/XXX where XXX is the device of your Ubuntu install <--- but where is my device? I am booting ubuntu off it | 13:04 |
insertable | henrik1, perhaps if you can get a low quality desktop running vesa or something you can get it sorted | 13:04 |
insertable | gah, I completely forgot why I came here. I need to get my grub re-installed somehow :-/ | 13:05 |
BluesKaj | insertable, henrik1 , the nouveau driver supports nvidia graphics by default , if you wnat you can install one of the "additional drivers" available thru jockey, alt +F2 | 13:06 |
henrik1 | BluesKaj: i used the nouveau drivers wroked flawlesly however wanted to try steam out | 13:07 |
BluesKaj | henrik1, then try what I suggested | 13:08 |
Tm_T | Nordom: hmm, don't know of what devices you possibly have there, but you can try if "sudo fdisk -l" would help you to identify the device you're looking at | 13:09 |
insertable | The URL I pasted has commands for installing nvidia via jockey from the console without X | 13:09 |
Nordom | Tm_t I tried that | 13:10 |
Tm_T | Nordom: and? | 13:10 |
redhandbr | hi guys | 13:10 |
ovrflw0x | when i "switch graphics" to discrete and after that i try to shutdown xfce "hangs"! what to do? | 13:10 |
ovrflw0x | when i "switch graphics" to discrete using "vgaswitcheroo" and after that i try to shutdown xfce "hangs"! what to do? | 13:11 |
Nordom | Tm_T it gives me 6 options, /dev/sdc1 has a * then there are the rest and /dev/sdc6 says linux | 13:11 |
Develop | hi | 13:11 |
cfhowlett | redhandbr: greetings | 13:11 |
Develop | i am facing an ERROR | 13:11 |
cfhowlett | Develop: greetings | 13:11 |
Develop | hi Cfhowlett | 13:12 |
Tm_T | Nordom: hmm, sounds like that sdc is the device you have with linux, so perhaps that's the one you need to install grub to | 13:12 |
insertable | Develop, that's pretty vague | 13:12 |
bekks | Develop: And you want us to guess it? ;) | 13:12 |
redhandbr | Did you compile your own kernel optimized for your machine processor? Is it make difference on performance? | 13:12 |
insertable | I enjoy guessing games, but this is rediculous | 13:12 |
cfhowlett | !details|Develop: | 13:12 |
ubottu | Develop:: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." | 13:12 |
Nordom | Tm_T so I try 'sudo grub-install /dev/sdc6/ but then it gives me the error that I cannot find boot/grub and I may have it mounted | 13:13 |
ovrflw0x | when i "switch graphics" to discrete and after that i try to shutdown xfce "hangs"! what to do? | 13:13 |
Develop | can anyone help how i can get the dependicies packages of ubuntu for debian package builder | 13:13 |
ovrflw0x | using vgaswitcheroo | 13:13 |
bekks | Develop: Please provide the details of your "ERROR". | 13:13 |
Tm_T | Nordom: hmmh, I have no idea how your partitions are, sorry | 13:14 |
Nordom | Tm_t I will try the last option the alternate cd thingy | 13:14 |
palasso | Hello, I'm missing some packages from Ubuntu. May I request somehow for them to be put on the repos? | 13:14 |
insertable | .. | 13:15 |
BluesKaj | palasso, whaich packages? | 13:15 |
BluesKaj | which | 13:15 |
Develop | bekks: Unmet build dependencies: libdb-dev libical-dev (>= 0.43) libpam0g-dev libsieve2-dev libssl-dev libexpat1-dev libcitadel-dev (>= 8.13) libcurl4-openssl-dev | libcurl3-openssl-dev libev-dev (>= 4.0) libc-ares-dev (>= 1.7.2) | 13:15 |
Develop | dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting. | 13:15 |
Develop | dpkg-buildpackage: warning: (Use -d flag to override.) | 13:15 |
ovrflw0x | when i "switch graphics" to discrete using "vgaswitcheroo" and after that i try to shutdown xfce "hangs"! what to do? | 13:15 |
ovrflw0x | anybody alive? | 13:15 |
Develop | bekks: these are the packages name | 13:15 |
ovrflw0x | yello gallow with mellow and tellow . | 13:16 |
bekks | Develop: Use a pastebin please and provide the details of your problem. We have no clue what exactly you are trying to achieve, what you are doing whats generating that error, etc. | 13:16 |
bekks | Develop: Neither we do know which Ubuntu you are on. | 13:16 |
palasso | BluesKaj for example I use grsync and till now 1.2.0 is available but there is now 1.2.2 which adds session sets an important feature for me. I was wondering if it could be available for 13.04 | 13:16 |
palasso | http://www.opbyte.it/grsync/ | 13:17 |
MonkeyDust | Develop whagt's the output of lsb_release -sd ? | 13:17 |
palasso | http://packages.ubuntu.com/search?keywords=grsync&searchon=names&suite=all§ion=all | 13:17 |
Develop | bekks: i was trying to build the citadel on my OS | 13:17 |
Develop | then i got this error | 13:17 |
Develop | bekks: i need to install the dependencies of the package | 13:17 |
bekks | Develop: And whats your OS...? And how exactly did you try to build it...? | 13:17 |
ovrflw0x | when i "switch graphics" to discrete using "vgaswitcheroo" and after that i try to shutdown xfce "hangs"! what to do? | 13:17 |
bekks | Develop: First, you must answer the wuestions please. | 13:18 |
Develop | but i am facing allot of issues | 13:18 |
bekks | s/must/need to/ | 13:18 |
MonkeyDust | Develop firstly, what's the output of lsb_release -sd ? | 13:18 |
insertable | Develop, what package? where did you get it from? what Ubuntu are you running? as bekks said, please use a pastebin service and provide the full installation log/errors | 13:18 |
BluesKaj | palasso, 13.04 is raring and as you can see the package available is the same as 12.10 | 13:19 |
=== 4JTAAWC9K is now known as tomtiger11 | ||
virgo | hi, when i copy folder in ubuntu, it crashes the program because dont know how to rename the folder if there is already folder with same name | 13:19 |
palasso | BluesKaj should I ask Debian for this? I'm not sure how packages get inserted on the repos. If I understood correctly they come from Debian unstable (Except LTS) | 13:19 |
ctrlz | Hi, Skype webcam is upside down. Can someone help? I use Lubuntu 12.10 x64 on my asus u36sd | 13:19 |
palasso | BluesKaj yeah I know it's available for 13.04 too but it's stuck in 1.2.0 while there is a 1.2.2 version with a new feature | 13:20 |
BluesKaj | palasso, you could ask in #ubuntu-devel or #ubuntu+1 | 13:20 |
palasso | kthnx | 13:21 |
Develop | bekks: MonkeyDust: i added the logs to this link http://pastebin.com/0EtevNvd | 13:22 |
Develop | bekksL MonkeyDust: insettable: and m using backtrack OS | 13:23 |
bekks | Develop: Whats the output of lsb_release -sd ? | 13:23 |
MonkeyDust | Develop type /join #backtrack-linux, it's not supported here | 13:23 |
ovrflw0x | yo yo guyz i haz a problemz | 13:25 |
ovrflw0x | when i "switch graphics" to discrete using "vgaswitcheroo" and after that i try to shutdown xfce "hangs"! what to do? | 13:25 |
laze1989 | Anyone knows if there will be any work on the current calendar in Ubuntu? | 13:26 |
iceroot | laze1989: launchpad | 13:26 |
ovrflw0x | yo yo guyz i haz a problemz | 13:26 |
ovrflw0x | when i "switch graphics" to discrete using "vgaswitcheroo" and after that i try to shutdown xfce "hangs"! what to do? | 13:26 |
iceroot | !repeat | ovrflw0x | 13:26 |
ubottu | ovrflw0x: 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/ | 13:26 |
sweb | i have a problem to use SSD hard via ubuntu 12.10 | 13:27 |
ovrflw0x | iceroot: what if nobody answers and i am the only one left with the problem | 13:27 |
iceroot | ovrflw0x: what if your problem is missing important details? | 13:28 |
iceroot | ovrflw0x: which ubuntu-version? using optimus or amd? and error-messages can be found in the logs, which drivers you are using? | 13:28 |
ovrflw0x | iceroot: what if nobody knows about vgaswitcheroo | 13:28 |
ovrflw0x | amd | 13:28 |
ovrflw0x | free ones | 13:29 |
iceroot | ovrflw0x: what if we dont like to guess the problem and details and because of that noone cares? | 13:29 |
ovrflw0x | okay let me rephrase muh questionsz | 13:29 |
iceroot | ovrflw0x: so try to put a detailed question in one line | 13:29 |
sweb | any one ? | 13:29 |
iceroot | !anyone | sweb | 13:29 |
ubottu | sweb: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. | 13:30 |
MonkeyDust | sweb it works, you're in | 13:30 |
sweb | http://upload.tehran98.com/img1/jfoktt5ntbi1qvt7nxam.png | 13:30 |
sweb | after update my kernel my ssd hard havnt support and give me an error | 13:30 |
ovrflw0x | when i "switch graphics" to discrete (open source radeon from intel) using "vgaswitcheroo" and after that i try to shutdown xfce "hangs"! what to do? i also tried "echo ON > switch" and echo IGD > switch before shutdown but it still hangs!! | 13:30 |
sweb | i'm using ext4 on my SSD hard | 13:30 |
iceroot | sweb: sda is the ssd? | 13:30 |
iceroot | sweb: sorry sdb | 13:31 |
ahhughes | dOh, I killed my session because I stuffed up the /etc/environment file :'( | 13:31 |
sweb | during load on ubuntu live i give this error | 13:31 |
sweb | http://paste.ubuntu.com/1478740/ | 13:31 |
sweb | SSD | 13:31 |
bekks | ovrflw0x: Intel has no radeon. Sso please be more exact in describing your hardware please. | 13:31 |
sweb | iceroot: SSD | 13:32 |
ovrflw0x | bekks: what!? | 13:32 |
iceroot | sweb: what is sda and what is sdb? as it seems sda is holding windows? | 13:32 |
alimj | It does not seem to be a hardware failure inasmuch as sdb1 is recognized. | 13:32 |
ovrflw0x | bekks: intel integrated and radeon is discrete | 13:32 |
ahhughes | Can anyone tell me what is wrong with either of these two lines? http://pastie.org/5597172 | 13:33 |
sts | i'm just testing lxc on 12.10. How can I configure it to a simple bridge without NAT and DHCP and stuff? | 13:33 |
bekks | ovrflw0x: And which ones exactly? Both have zillion of chipsets. | 13:33 |
alimj | sweb: The first error is clear: Windows is hibernated, refused to mount. | 13:33 |
sweb | after 380mb download update :( ... low internet speed ... iceroot : http://upload.tehran98.com/img1/hm4m2z1mkb17blvvgdj1.png | 13:34 |
sweb | take a look | 13:34 |
virgo | how do i fix nautilus crash when copy-paste folder to same directory? i have ubuntu 12.04.1 LTS 32-bit and intel cpu | 13:34 |
iceroot | sweb: i still dont get your question? what is the issue? the ntfs on sda or the filesystem unknown on sdb? | 13:34 |
alimj | sweb: Did you try to boot to windows, shut down and test again? | 13:34 |
ovrflw0x | bekks: VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) | 13:34 |
ovrflw0x | 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series] | 13:34 |
sweb | iceroot: i have install my ubuntu on / on sda2 .. ext4 ... after update my ubuntu ... i cant access it | 13:35 |
sweb | with that error ... | 13:35 |
sweb | how can i fix it ? | 13:35 |
sweb | it's not ntfs ... it's ext4 | 13:35 |
alimj | sweb: Are you posting this pictures using a live Distro (Boot from CD)? | 13:35 |
sweb | alimj: yeah | 13:35 |
sweb | i cant load my ubuntu | 13:36 |
ovrflw0x | bekks: now what? | 13:36 |
alimj | sweb: Did you try encryption for sdb2? | 13:36 |
sweb | nope no encryption at all ... | 13:36 |
sweb | i dont need it | 13:36 |
=== Kitar|st_ is now known as Kitar|st | ||
alimj | What does it show when you try to boot to Ubuntu? Any message? | 13:37 |
MonkeyDust | ovrflw0x guess you better explain from the start what you are trying to do and what goes wrong, as nobody is following anymore -- in one line | 13:37 |
sweb | alimj: i will back with complete error | 13:39 |
alimj | sweb: OK | 13:39 |
sweb | alimj: please w8 | 13:39 |
ovrflw0x | okay okay, i have a laptop with hybrid graphics intel and radeon, when i don't mess with vgaswitcheroo by doing "echo ON/OFF/DDIS/DIGD" > switch" i can easily "shutdown" laptop, "but" when i switch grahics to discrete (to turn on external monitor) and after that when i try to shutdown, laptop "hangs"! | 13:39 |
ovrflw0x | MonkeyDust: ^^ | 13:39 |
ovrflw0x | i am using xfce | 13:40 |
ovrflw0x | MonkeyDust: you get it now ? | 13:42 |
MonkeyDust | ovrflw0x nah, i'm unfamiliar with switcheroo and radeon and i have only one monitor - i'm sure someone else can help | 13:43 |
ovrflw0x | yo bekks boy you got anything to offer here? | 13:44 |
kenshiro | Hi, I would like what's the release date of Ubuntu for Android, and if it will run in tablets with hdmi port, for example, Nexus 10 | 13:44 |
bekks | ovrflw0x: No boy yo, I yo have no yo to offer yo. | 13:44 |
alimj | sweb: We are listening... | 13:45 |
virgo | ok, a simple question: how do i reinstall nautilus from terminal (to try if fix the problem with folder copy crash) | 13:46 |
MonkeyDust | virgo try sudo apt-get install nautilus --reinstall | 13:47 |
virgo | thanks MonkeyDust | 13:47 |
zsmaczko | logout | 13:51 |
ahhughes | what is wrong with this in pam_environment ??? PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools | 13:53 |
NeoColossus | If I want to use Terminal to check if a file contains specific text, how would I do that? I have tried using grep. | 13:58 |
ovrflw0x | cat myfile.txt | grep "sucks" | 13:59 |
arabi | i want to change the name appear on the terminal( user@computername:-$) .. how can I do that.. | 13:59 |
arabi | please help | 13:59 |
NeoColossus | ovrflw0x, I have the content saved into a string, is there a way to use cat to check if file contains text stored into string? | 14:00 |
NeoColossus | Example passPut=user ALL=(ALL:ALL) NOPASSWD: ALL | 14:00 |
NeoColossus | cat $passPut | 14:00 |
ovrflw0x | no | 14:01 |
ovrflw0x | do echo $passPut | grep "this" | 14:01 |
NeoColossus | Correction passPut='user ALL=(ALL:ALL) NOPASSWD:ALL | 14:01 |
ovrflw0x | do this: echo $string | grep "text" | 14:01 |
NeoColossus | why am I echoing the string? I want it to silently look for the text with no message displayed. | 14:02 |
jarnos | How to make a bug report about dvb-t tuner not working after resume from suspend? | 14:02 |
NeoColossus | Maybe $string | grep -iqs | 14:02 |
ovrflw0x | NeoColossus: try and see | 14:02 |
MonkeyDust | arabi right click on the title > set title | 14:02 |
brczar | algun hacker ?!# | 14:04 |
sweb | alimj: gave up waiting for root device boot args /cat/proc/cmdline alert: /dev/disk/by-uuid/blahblahblah not found drop to a shell busybox .... | 14:05 |
sweb | alimj: i think my ubuntu fuckd up | 14:06 |
MonkeyDust | sweb mind your language | 14:06 |
sweb | MonkeyDust: what ? | 14:07 |
aghiles | salut | 14:07 |
arabi | can some one please give default bashrc file... | 14:07 |
arabi | 12.10 | 14:07 |
arabi | i have accidently edited something there | 14:08 |
Tm_T | arabi: see /etc/skel/.bashrc | 14:08 |
vimerrrrrrr | hi to all~ could anyone tell me is system error infomation all stoered in /var/log/syslog? | 14:10 |
=== ole_ is now known as ole_oz6oh | ||
bekks | vimerrrrrrr: Which error? | 14:11 |
=== fenris is now known as Guest24916 | ||
ole_oz6oh | hi to al I am looking for people working with glade designer | 14:13 |
verd | ole_oz6oh: would be more a case for channels related to gtk development? | 14:13 |
ole_oz6oh | verd yes i have olso tried to ask there | 14:14 |
ole_oz6oh | verd then i try more the happy dayes | 14:15 |
annamaria | !list | 14:27 |
ubottu | annamaria: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 14:27 |
sandjkirkland | I think I might be on the wrong channel. My computer randomly crashes when I am on the Internet. It doesn't matter what browser. I was told to run firfox in safe mode and it did report errors. | 14:29 |
annamaria | !list | 14:29 |
compdoc | could be a hardware problem | 14:29 |
bekks | annamaria: The asnwer is still the same. This is not a file sharing channel. | 14:29 |
ThinkT510 | sandjkirkland: are you using ubuntu? | 14:29 |
ichat | when installing 12.10 the grafical installer asks if you want to use LVM on your system, ticking that box causes my system give me an error that /lvm-data/lv-swap1 isnt ready yet... <wait / skip / manually fix> after a few attempts (or so it seams ) the system boots normally... what could cause this... how do i start trouble shooting it... | 14:30 |
compdoc | !annamaria | 14:30 |
sandjkirkland | ThinkT510: yes | 14:30 |
compdoc | <ubottu> Sorry, I don't know anything about annamaria | 14:30 |
bobweaver | What is the most lightweight but flashy window manager ? | 14:30 |
angrypenguin | Hey, does anyone know where Chrome stores its extensions on Debian? I'm trying to set up NotScripts which requires a file change in its directory. Thank you! | 14:30 |
compdoc | flashy meaning you can still impress the babes? | 14:30 |
Mech0z | when IU look at a guide to installing something and there in the line is "\" should this be removed before pasting it into the terminal? | 14:31 |
bobweaver | compdoc, correct ;) | 14:31 |
ThinkT510 | bobweaver: likely enlightenment | 14:31 |
bobweaver | ThinkT510, is it as nice as metacity and have all the efffects ? | 14:31 |
=== Albastos|off is now known as Albastos | ||
ThinkT510 | bobweaver: enlightenment is both a window manager and a desktop environment, it is very configurable | 14:32 |
angrypenguin | afaik it should be the same in ubuntu as in debian... | 14:33 |
bobweaver | ThinkT510, that is not what I am looking for I want to bee able to run some of my own. DE and have a very light weight WM | 14:33 |
bobweaver | ThinkT510, I will look into it though | 14:33 |
=== zz_uni4dfx is now known as uni4dfx | ||
annamaria | ciao | 14:36 |
annamaria | !list | 14:36 |
ubottu | annamaria: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 14:36 |
ichat | any one here who can help me with lvm? issue... | 14:38 |
Walex | !ask | 14:39 |
ubottu | 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. :-) See also !patience | 14:39 |
ichat | walex ..... ichat: > when installing 12.10 the grafical installer asks if you want to use LVM on your system, ticking that box causes my system give me an error that /lvm-data/lv-swap1 isnt ready yet... <wait / skip / manually fix> after a few attempts (or so it seams ) the system boots normally... what could cause this... how do i start trouble shooting it... | 14:39 |
MonkeyDust | !lvm | ichat | 14:40 |
ubottu | ichat: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto | 14:40 |
Walex | ichat: it is most likely a hardware issue, that is some of your peripherals take a bit to become ready. Have you got any USB hard/SSD drives? | 14:40 |
ichat | walex is a new convential samsung drive over sata300 the seams to have sufficient resources for running all of unity verry smoothly... | 14:42 |
ichat | its a new device i dont know to well yet... but in only seams to occour at boot... | 14:43 |
danialjose | how to change default button label "toolbutton1" to another? | 14:43 |
annamaria | ciao | 14:43 |
annamaria | !list | 14:43 |
ubottu | annamaria: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 14:43 |
MonkeyDust | annamaria please stop | 14:43 |
MonkeyDust | !it | annamaria | 14:44 |
ubottu | annamaria: 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) | 14:44 |
danialjose | anyoune pls tell me how to change default button label "toolbutton1" to another in glade application creator? | 14:45 |
sandjkirkland | it keeps telling me that the VDPAU backend libvdpau-nvidia.so is missing | 14:45 |
Basil1x | Hullo. I'm running 12.04LTS. My sound cuts out after awhile. Rebooting restores it, but it stops after a bit. Any help would be appreciated. | 14:46 |
danialjose | <Basil1x> restart pulseaudio | 14:47 |
Basil1x | ok... how do I do that? | 14:48 |
danialjose | what people are doing here?????????????????????????/ | 14:51 |
meisth0th | hi all | 14:51 |
Phosphate | Does anyone happen to know the name of the utility that pulls all images off whatever segment of ethernet you're connected to and displays them? | 14:51 |
danialjose | any ubuntu app devloper here??????/ | 14:52 |
BluesKaj | danialjose, try #ubuntu-devel | 14:52 |
danialjose | I want some help about Quickly application creator | 14:52 |
compdoc | must have a good idea for an app. what is it? | 14:53 |
ikonia | #ubuntu-devel is not for application development | 14:53 |
MonkeyDust | danialjose try #ubuntu-app-devel | 14:54 |
gevorg | hello guys | 14:54 |
=== gevorg is now known as geohhot | ||
danialjose | ok i will try | 14:54 |
danialjose | thankyou | 14:54 |
BluesKaj | heh , din't know ubuntu-app-devel existed til now :) | 14:55 |
quitte | raven: do you happen to be ravenclaw_78? | 14:57 |
winsnes | Is there a way to let the different workspaces in ubuntu have different keyboard layouts? | 14:59 |
bobweaver | danialjose, what is question about quickly? | 14:59 |
Mrokii | How can I find out the actual sound device that is used on my system if I have a game that gives me this error message? "AL lib: oss_open_playback: Could not open hw:0,0: No such file or directory | 14:59 |
ThinkT510 | winsnes: i doubt it | 14:59 |
danialjose | How to edit toolbutton label in glade interface desigher? | 15:00 |
bobweaver | danialjose, I hate glade and use qtcreator but I am sure that it is a layer that you need to alter | 15:00 |
ole_oz6oh | danialjose i am not good for englich | 15:01 |
bobweaver | danialjose, there is a #quickly chanel | 15:01 |
danialjose | I'm following this tutorial http://www.youtube.com/watch?v=sO8hiPreNBg butt stuck with this part | 15:01 |
mjayk | Does anybody know of a decent gui creator like guide for octave | 15:05 |
arabi | i have added export PS1='> ' to .bashrc .. but no effect lease help | 15:07 |
arabi | :( | 15:07 |
Walex | arabi: that's wrong... | 15:07 |
ikonia | arabi: what are you actually trying to do ? | 15:07 |
arabi | how can I change the name appear in the terminal.... | 15:07 |
ikonia | arabi: to what ? | 15:07 |
arabi | to just ' > ' nothing else | 15:08 |
Walex | arabi: environment variables should only be set in '~/.profile' or similar, not '.bashrc', and you need to logout and login again to inherit new values from the login shell. | 15:08 |
ikonia | PS1='> ' | 15:08 |
ikonia | just type it | 15:08 |
danialjose | is there any glade interface designer channel in IRC chat? | 15:08 |
arabi | Walex .. let me try.... http://askubuntu.com/questions/16728/hide-current-working-directory-in-terminal i was reading this | 15:09 |
ikonia | danialjose: join #freenode and ask for information on how to search for channels | 15:09 |
Walex | arabi: if you insist in putting it in '.bashrc' it will take effect in newly started shells processes | 15:09 |
Walex | arabi: a lot of guides are wrong on the use of '.bash_profile' vs. '.bashrc'. | 15:09 |
arabi | Walex lemme try it out with .profile | 15:10 |
Walex | arabi: but you need to login again. | 15:10 |
arabi | i have done it once before ... but i forgot | 15:10 |
arabi | ok lemme check | 15:10 |
HJE841 | what's the best way of updating ubuntu? I have 11.10 installed in one partition and I want to overwrite that with 12.04. I use to just remove that partition and install in the 'blank' space. but that messes up Grup2. | 15:10 |
Walex | arabi: or you can check by doing 'bash --login' | 15:10 |
arabi | so i want to edit .profile and then run bash --login right? | 15:11 |
MonkeyDust | !update > HJE841 | 15:11 |
ubottu | HJE841, please see my private message | 15:11 |
arabi | Walex i want to assign value of PS1 @ .profile , right? | 15:12 |
=== torminator is now known as Guest61469 | ||
Walex | arabi: yes, but not that if you have a '~/.bash_profile' that will overrid '~/.profile' | 15:13 |
arabi | i have one .bash_profile already | 15:14 |
arabi | so can i add it to it? | 15:14 |
arabi | Walex .. done boss .. thanks :) | 15:15 |
arabi | \w is for current working directory .. that is nice | 15:16 |
arabi | have a nice time Walex bye | 15:16 |
arabi | :) | 15:16 |
winsnes | Okay, so if I can't have for specific workspaces, can I change the keyboard layout for specific programs? | 15:18 |
stobix | hm. When trying to shut down from kde, my sister just ends up at the gdm login screen instead. What could be the problem? | 15:26 |
* stobix has tried googling, but only found old semi-irrelevant articles... | 15:26 | |
g0th | hi | 15:27 |
stobix | g0th: good day to you, Sir/Madam! | 15:27 |
g0th | I'm curious, is it possible to print an image on 1 page vertically and several pages horizontally. I.e. it should choose (-o scaling=p) with p maximal such that still only 1 vertical page is used | 15:29 |
g0th | ? | 15:30 |
g0th | something like: -o vertical-scale=100 | 15:30 |
g0th | i.e. no restriction horizontally | 15:30 |
Walex | stobix: strange, because 'shutdown' is not the same as 'logout'. | 15:30 |
=== hamid is now known as Guest69755 | ||
nbubuntu | anyone know where does terminal history save ? out of the sudden , all the history from my terminal gone.Which path or directory does it save to ? | 15:32 |
ikonia | nbubuntu: normally in .bash_history | 15:32 |
nbubuntu | ikonia : guess it already gone , non of the command which I type month ago shows up. :( .Anyone know what makes it get deleted ? | 15:33 |
=== yann is now known as Yann_L1 | ||
kvothetech | nbubuntu: what shell do you use | 15:35 |
=== gentoogravy is now known as robgraves | ||
nbubuntu | kvothetech : can't remember , the last thing i did few days ago was to find a file using find command and hard disk SMART test | 15:37 |
g0th | anyone? | 15:37 |
ikonia | anyone what ? | 15:37 |
ikonia | saying anyone is pointless | 15:37 |
ikonia | it gives no context of the problem | 15:38 |
ikonia | if someone say the problem and could help, they would help, if someone didn't see the problem, saying anyone gives no idea of the issue | 15:38 |
kvothetech | nbuntu uh that's not exactly helpful but if you're in bash its probably stored in your profile or rc files | 15:39 |
g0th | hmm, maybe I write my own script to do that | 15:42 |
=== kunglao is now known as johnlocke | ||
=== johnlocke is now known as kunglao | ||
g0th | ikonia: < g0th> I'm curious, is it possible to print an image on 1 page vertically and several pages horizontally. I.e. it should choose (-o scaling=p) with p maximal such that still only 1 vertical page is used, < g0th> something like: -o vertical-scaling=100, < g0th> i.e. no restriction horizontally | 15:47 |
Aurauxis | Hello? | 15:47 |
g0th | one idea I had was to just do -o scaling p, where p=100*aspect_ratio_of_image/aspect_ratio_of_A4, would that work? | 15:48 |
g0th | (for landscape) | 15:49 |
guest-1L9kHz | hi, how can i permenantly add hebrew as an input language? | 15:49 |
Aurauxis | Is this where I should be asking questions? | 15:50 |
g0th | i.e. -o scaling=100*image_width/image_height/sqrt(2) ? | 15:50 |
guest-1L9kHz | and also why do all my favorite default folders are temporary and emptied after reboot? | 15:51 |
Aurauxis | I have some boot troubles. | 15:51 |
guest-1L9kHz | anyone who could assist? i can't write in hebrew and also files getting deleted after reboot, anyone? | 15:52 |
Aurauxis | Where do you save your files before they get deleted? | 15:53 |
guest-1L9kHz | in the downloaded folder Aurauxis | 15:53 |
k1l | guest-1L9kHz: do you use the guest login? | 15:53 |
Aurauxis | That is strange. Are you using a LiveUSB? | 15:54 |
ThinkT510 | guest-1L9kHz: is this an install or are you using a livecd? | 15:54 |
MonkeyDust | !il | guest-1L9kHz | 15:54 |
ubottu | guest-1L9kHz: לשיחות בשפה העברית ולגישה לקהילת המשתמשים העברית אנא הקלד: | 15:54 |
ubottu | /join #ubuntu-il | 15:54 |
guest-1L9kHz | k1l, maybe, i just press 'enter'. so this is the cause for all the problems? | 15:54 |
k1l | Aurauxis: or he is using the guest account. that will remove the files too | 15:54 |
k1l | guest-1L9kHz: yes, you need to login into a user account, not a guest account. | 15:55 |
guest-1L9kHz | now i wonder what to do with a file i downloaded and want it to be on a non guest acount by using the guest account? | 15:55 |
guest-1L9kHz | is there a way to save a file to move it to normal account? | 15:56 |
k1l | guest-1L9kHz: just login into a non guest account. its not ment to keep any data (thats the point of using the guest account) | 15:56 |
guest-1L9kHz | i see | 15:56 |
guest-1L9kHz | thank you very much | 15:56 |
k1l | guest-1L9kHz: save it on a usb-stick or smth | 15:56 |
Aurauxis | Save the files elsewhere. USB stick or extra partition. Guest account shouldn't be used for day-to-day stuff anyways | 15:56 |
guest-1L9kHz | be blessed | 15:57 |
Aurauxis | Did you solve your keyvoard issue? | 15:57 |
Aurauxis | So, would anyone be will to assist me in some boot troubles? | 15:57 |
thufir_ | which gcc gives /usr/bin/gcc but is that what's actually doing the heavy work (pegging the cpu)? I want to use cpulimit against the c compiler, but it's a seemingly moving target. perhaps when it's throttled it spawns new processes? | 15:58 |
elena | Hello All! | 15:59 |
elena | Somebody help me to setup wifi... | 15:59 |
=== elena is now known as Guest2106 | ||
Guest2106 | help me to setup wifi please' | 16:00 |
stephen_ | Hi, is there a way i can watch wtv files on ubuntu? | 16:00 |
vrnithin | hi, | 16:00 |
thufir_ | Guest2106: you need to be more specific. it's helpful to use pastebin. | 16:01 |
Guest2106 | thufir_: help me please | 16:01 |
Guest2106 | give me please any commands for terminal.. | 16:01 |
=== Guest58093 is now known as sa`tan | ||
vrnithin | i was trying to adjust brightness by using "echo 4 > /sys/class/backlight/acpi_video0/brightness" while i got an error that such a file not exist | 16:02 |
stephen_ | Ill find a link on the internet | 16:03 |
Guest2106 | thufir__: i cant connect to my wifi | 16:03 |
vrnithin | when i checked i found that in "/sys/class/backlight " am having another 2 directory like dell_backlight ,intel_backlight | 16:03 |
vrnithin | what to do ? | 16:03 |
vrnithin | help plz | 16:04 |
thufir_ | Guest2106: you need to be more specific pls. | 16:04 |
DJones | steven: I've just tried a .wtv file in movie player and vlc, movie player failed, but vlc didn't have any problem | 16:04 |
MonkeyDust | Guest2106 what have you tried before you came here and what went wrong? | 16:04 |
DJones | steven: Sorry, that was for steven_ who quit just before I sent the message | 16:05 |
vrnithin | an i cant change the value of brightness in /dell_backlight/brightness ? | 16:05 |
Guest2106 | thufir_: i have a netbook lenovo s10e. ive just installed ubuntu on my pc and i havent installed maybe wifi drivers.. idk | 16:05 |
vrnithin | the value is not changing ?? | 16:05 |
vrnithin | whats the problem ? | 16:05 |
iris | wordnes is heavinity | 16:06 |
percent20 | what is the proper way to run commands that need sudo without sudo? how do I give my user permission to run those commands? | 16:06 |
vrnithin | anyone please ? | 16:06 |
iris | yea here | 16:06 |
Guest2106 | help me plz | 16:07 |
bekks | , 0, | 16:07 |
MonkeyDust | percent20 use visudo username ALL=(ALL) NOPASSWD: /usr/bin/blah <- similar to this | 16:07 |
percent20 | MonkeyDust, Okay thanks. I'll look at that. | 16:08 |
thufir_ | Guest2106: ok, good question. 1.) I'm doing other stuff, so, pardon, I can only pop in intermittently to offer advice. be patient, someone will help. 2.) can you connect with ethernet cable for the time being? 3.) install drivers, and also install pastebinit | 16:08 |
vrnithin | iris, why am having diff directory other than /sys/class/backlight/acpi_video0/ ? | 16:08 |
vrnithin | help plz | 16:10 |
msh | hello , i am looking to download an entire wiki and in need of a software to grab all of it for me.could any one help me on that? | 16:11 |
=== 36DACOBS2 is now known as Justasic | ||
Guest2106 | thufir_: You know the commands.. | 16:12 |
vrnithin | how to adjust brightness when the path /sys/class/backlight/acpi_video0/brightness dont exist ?? | 16:13 |
MonkeyDust | msh scroll down to wget, the first line in the wget list http://www.pixelbeat.org/cmdline.html | 16:14 |
Guest2106 | http://paste.debian.net/220349/ | 16:14 |
Aurauxis | I was hoping I could have a seperate conversation with someone. | 16:15 |
Guest2106 | Please help me to install drivers for wifi | 16:15 |
Aurauxis | I'm having some boot troubles. | 16:15 |
Guest2106 | thufir_: http://paste.debian.net/220349/ | 16:15 |
msh | MonkeyDust, how could i say to wget how many links in one page it follows?i want the entire site | 16:16 |
Aurauxis | Is someone willing to help? | 16:16 |
k1l_ | Aurauxis: what boot troupbles? | 16:16 |
Igramul | Hi, is there some kind of I/O priority setting mechanism in Ubuntu? Like the "nice" command for CPU priority? | 16:16 |
Aurauxis | I installed Ubuntu on my new VAIO... | 16:17 |
Aurauxis | Windows troubles. | 16:17 |
Aurauxis | UEFI, etc. | 16:17 |
Guest2106 | Please help me to install wifi drivers i have lenovo s10e | 16:17 |
thufir_ | Guest2106: I'm looking. it's a broadcom wifi card? | 16:17 |
k1l_ | Aurauxis: describe as much as you can, maybe someone knows the answer | 16:17 |
Guest2106 | thufir_: maybe i dont know | 16:17 |
Aurauxis | Alright. So I installed Ubuntu on my computer, with grub on the EFI partition. | 16:18 |
MonkeyDust | msh wget -m creates a mirror | 16:18 |
Aurauxis | Used Boot Repair, etc . | 16:18 |
Aurauxis | Windows 7 option is there, but when I select it, it just goes back to the grub menu. | 16:18 |
Aurauxis | I don'y know if its a glitch or what | 16:19 |
thufir_ | Guest2106: type "apt-cache search broadcom" | 16:19 |
Aurauxis | From what I can tell, I need to restore the NTFS boot sector, or similar. | 16:19 |
k1l_ | Aurauxis: look at which partition the grub entry aims. maybe its the wrong one | 16:19 |
Walex | Aurauxis: if you moves the beginning address of the NTFS partition it is a very difficult situation | 16:20 |
Aurauxis | I doubt it. hd0,3 is the EFI partition. | 16:20 |
emr | Hello, everything is normal, processor usage %13 but after time apache not responding. is there any idea? | 16:20 |
iceroot | emr: /var/log/apache2/error.log | 16:20 |
iceroot | emr: /var/log/syslog | 16:21 |
thufir_ | Guest2106: last line, your card is: Broadcom Corporation BCM4312 802.11b/g so write that down somewhere. basically, I suggest searching apt for broadcom, then install broadcom packages. sounds like a good start at least. again, pardon, I'm stuck with other stuff so maybe others can help. | 16:21 |
Aurauxis | I think Windows is somehow boot into GRUB again after I select it; weird looping. | 16:21 |
Guest2106 | thufir_: http://paste.debian.net/220353/ | 16:21 |
thufir_ | good, install all those broadcom packages :) | 16:22 |
thufir_ | which gcc gives /usr/bin/gcc but is that what's actually doing the heavy work (pegging the cpu)? I want to use cpulimit against the c compiler, but it's a seemingly moving target. perhaps when it's throttled it spawns new processes? | 16:23 |
MonkeyDust | Guest2106 https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx | 16:23 |
Guest2106 | ty | 16:23 |
shak | sdf | 16:24 |
Walex | thufir_: '/usr/bin/gcc' is actiually just the frontend to several other programs. The C compiler is split into several distinct excutables. | 16:24 |
replica_ | can anyone help me on installing intel graphic drivers in ubuntu | 16:24 |
emr | thanks, iceroot checking | 16:25 |
NeoColossus | Assuming a text file contains specific text (not necessarily always on same line number), how could I go about overiding with new text using terminal? | 16:26 |
k1l_ | replica_: they should come with the kernel already | 16:26 |
k1l_ | replica_: what is your issue? | 16:26 |
thufir_ | walex how can I run cpulimit on it? as you say, it's split into several executables. they seem to morph. (I have an overheating problem) | 16:26 |
iceroot | NeoColossus: the complete file? or just replace old text with new text? | 16:27 |
NeoColossus | iceroot: Keep all other content the same except for the line to be replaced. | 16:27 |
iceroot | NeoColossus: sed | 16:27 |
iceroot | NeoColossus: for example | 16:27 |
Walex | thufir_: if overheating is the problem, underclock the CPU with 'cpu-freq' | 16:28 |
stobix | Walex: indeed. I 'solved' it by using kdm instead. Seems like I was using lightdm, which was acting like a reach bastard. | 16:28 |
stobix | s/reach/real/ | 16:28 |
Walex | stobix: bizarre that it would go back to 'gdm' instead of 'lightdm' itself. | 16:29 |
stobix | Walex: Ah. No, that part was an erroneous assumption on my part. I simply thought that lightdm was gdm. :) | 16:30 |
Sora1995|Cloud | Hey guys, I'm trying to get my Linksys Wireless-N USB Adapter to work on Ubuntu 12.10. I can't get the driver to install even when I was able to get Wine from my USB Tethering on my SGSIII. The program loads up and the says wait or something then it disappears. Does anybody mind helping me? I'm currently on Windows on this computer but I can get on IRC on my | 16:30 |
Sora1995|Cloud | phone to get help if necessary. | 16:30 |
Walex | thufir_: perhaps however the best way for 'gcc' it to create a script, for example '/usr/local/bin/gcc' that runs 'cpulimit' with '/usr/bin/gcc'. | 16:30 |
Walex | Sora1995|Cloud: by far and away the best thing is to check which USB adapters are supported natively by your distro and buy one of those. | 16:31 |
k1l_ | replica_: support only here please | 16:31 |
g0th | how do I disable duplex printing for lpr? | 16:31 |
k1l_ | replica_: you dont need drivers fr a intel card | 16:31 |
g0th | I tried: lpr -o foo,single, lpr -o foo,duplex=none, lpr -o foo,sides=one-sided | 16:32 |
thufir_ | Walex: thanks. no scaling for this cpu, so no cpu-freq :( I'll run cpulimit against /usr/bin/gcc and see what happens. thx. | 16:32 |
Sora1995|Cloud | Walex: yeah, I would have if I had known that this would happen. But is there any way to get the drivers installed? | 16:32 |
g0th | and lpr -single | 16:32 |
NeoColossus | iceroot: sed will autolocate what line the text being replaced on? | 16:32 |
Sora1995|Cloud | or whatever? | 16:32 |
Walex | Sora1995|Cloud: which drivers? If there are no native drivers installing MS-Windows drivers is usually a losing idea. | 16:33 |
Walex | thufir_: usually you can then underclock CPU in the BIOS or with a jumper on the motherboard. | 16:33 |
Sora1995|Cloud | That's all I've got is MS-Windows drivers. It doesn't detect the adapter and search fro networks without them it seems | 16:34 |
g0th | nothing is working | 16:35 |
kanha | angela_1: hi | 16:35 |
g0th | google was no help at all, it gave me almost 10 different ideas how to disable duplex but nothing worked (wasted almost 10 pages to test it) | 16:36 |
thufir_ | Walex: yeah, I looked in the bios, but it seems to be on the lowest settings. the process that keeps going to the top is cc1, there are two instances. but, they don't seem responsive to cpulimit | 16:36 |
g0th | for example: http://www.cups.org/documentation.php/options.html <- this tells me to use -o sides=one-sided, but it does _NOT_ work! :( | 16:37 |
NeoColossus | Sora1995|Cloud: put "sudo lshw -c network" into terminal. Does is show your wireless card? | 16:38 |
thufir_ | oh, hey, how do you run/repeat a command every n seconds? | 16:38 |
=== ariel__ is now known as Guest44384 | ||
Guest44384 | can someone help me get root access to disable a line of code | 16:40 |
NeoColossus | Guest44384: Simple, log in as root. | 16:40 |
g0th | while true; do ....; sleep n; done <- something like this? | 16:40 |
g0th | google it | 16:40 |
Walex | thufir_: 'man cron' | 16:40 |
MonkeyDust | g0th better ask in #bash | 16:40 |
Walex | g0th: your printer may be set to default to duplex regardless. | 16:41 |
g0th | Walex: it is set to duplex by default but surely it can also print simplex | 16:41 |
Guest44384 | neocolossus did you have phpmyadmin knowledge | 16:41 |
Guest44384 | i just cant log in | 16:41 |
thufir_ | it's not cron. there's a bash command, I do believe. it's like "watch" but, obviously, different. | 16:41 |
g0th | MonkeyDust: my printing question is not a #bash question, maybe a #cups question but nobody is there ^^ | 16:42 |
g0th | thufir_: why not just what I suggested above? | 16:42 |
Tex_Nick | hron | 16:43 |
thufir_ | masochism? | 16:43 |
Sora1995|Cloud | NeoColossus: there isn't a built in wireless card period. that's why i had an adapter | 16:44 |
thufir_ | lol. you guys are rightl. thx. | 16:44 |
Joe1301 | anyone good at setting up dns I have 3 domains on a ispconfig server I have 2 of them resolve but the 1 domain that is attached to the server name will not resolve....Anyone can help? | 16:44 |
replica | i am new to ubuntu and i am trying to learn this is a noob question can any1 help me on this -> Cannot join channel (+r) - you need to be identified with services | 16:50 |
DJones | !register | replica | 16:50 |
ubottu | replica: 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 #freenode | 16:50 |
MonkeyDust | replica you have to register your nickname | 16:50 |
replica | ty all :) | 16:51 |
BluesKaj | replica, make sure you're happy with your nick first :) | 16:51 |
replica | hahahaha.......! | 16:51 |
elena90 | please somebody help me to setup wifi | 16:52 |
FlowRiser | elena90, what seems to be the problem ? | 16:53 |
elena90 | FlowRiser: my netbook doesnt find my wifi | 16:54 |
FlowRiser | elena90, does it find other wi-fi networks ? | 16:55 |
elena90 | no | 16:55 |
elena90 | FlowRiser: no | 16:55 |
Sora1995|Cloud | Yeah, nothing shows up NeoColossus | 16:55 |
FlowRiser | elena90, first of all search your manufacturers website for drivers; If that fails, come back here and i'll guide you through the process | 16:56 |
Joe1301 | anyone good at setting up dns I have 3 domains on a ispconfig server I have 2 of them resolve but the 1 domain that is attached to the server name will not resolve....Anyone can help? | 16:56 |
elena90 | FlowRiser: Ive tried much i need Your help give me maybe some commands pls? | 16:56 |
FlowRiser | elena90, what adapter do you have ? | 16:57 |
elena90 | FlowRiser: how to check? | 16:57 |
MonkeyDust | Joe1301 maybe the people in #ubuntu-server can help you better | 16:57 |
Joe1301 | thanks | 16:58 |
compdoc | "One of the Linux kernel maintainers, Mauro Carvalho Chehab, has pushed a patch that broke the functionality of PulseAudio" <- yikes | 16:58 |
FlowRiser | elena90, search your notebooks model online and find what adapter you have :) | 16:58 |
Muphrid | elena90: or type "lspci" in a terminal | 16:58 |
elena90 | Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01) | 16:59 |
FlowRiser | elena90, right .. the broadcom drivers | 16:59 |
FlowRiser | elena90, tell me what driver you have installed for that wi-fi adapter (eth0 or eth1) by running: nm-tool | 16:59 |
nicofs | How do I cd into a folder called "Program Files (x86)" in a terminal? | 17:00 |
=== _dowdyph0_ is now known as dowdyph0 | ||
FlowRiser | elena90, https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx try this | 17:01 |
rumpel | nicofs, cd Program<tab> (if there is no other Folder with that prefix) | 17:01 |
elena90 | http://paste.debian.net/220359/ | 17:01 |
nicofs | rumpel, murphy's law - of course there is... | 17:01 |
jluc | look into /media and go down to win root first nicofs | 17:01 |
rumpel | nicofs, then "cd Program\<space>Files... | 17:02 |
xiaoy | nicofs, try cd Program\ Files \(x86\) | 17:02 |
rumpel | nicofs, you have to escape the space: "\ " | 17:02 |
rumpel | nicofs, and often hit tab to make it less painful | 17:02 |
nicofs | rumpel, xiaoy "bash: syntax error near unexpected token `('" | 17:02 |
Pici | nicofs: you can just surround the entire path with double quotes, just like you'd need to do if you were cd'ing to it on windows. | 17:03 |
rumpel | nicofs, you forgot to escape the ( | 17:03 |
nicofs | Pici, ah - thanks. worked | 17:03 |
xiaoy | -_- | 17:04 |
ms_ | hi #ubuntu. | 17:04 |
elena90 | ive done everything but i still cant connect to wifi | 17:07 |
ms_ | I'm now just starting learning the network, | 17:07 |
ms_ | is it possible to do server and a client in one pc at the same time. | 17:08 |
=== replica_ is now known as nemesis | ||
MonkeyDust | elena90 what's the distance to your wifi emitter? | 17:10 |
=== nemesis is now known as Guest61710 | ||
elena90 | MonkeyDust: hm> | 17:11 |
elena90 | ? | 17:11 |
elena90 | 2,5 meters | 17:11 |
BluesKaj | ms_, if your pc is the target server for one client and and client to a differnt server simultaneously , yes | 17:12 |
MonkeyDust | elena90 and did it work before? | 17:12 |
elena90 | MonkeyDust: it worked on debian | 17:12 |
MonkeyDust | elena90 what's the output of lsb_release -sd ? | 17:13 |
elena90 | Ubuntu 10.04.4 LTS | 17:13 |
MonkeyDust | elena90 my advice : create a cabled connection and better upgrade to 12.04 or 12.10, first | 17:14 |
elena90 | but i have slow pc... | 17:15 |
jiwan | how to convert .img to .iso file in ubuntu | 17:15 |
jiwan | please help me | 17:15 |
ThinkT510 | !lubuntu | elena90 | 17:15 |
ubottu | elena90: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support. | 17:15 |
MonkeyDust | elena90 ow you're strugglig with 10.04 and in 4 months from you'd have to start over, because support for 10.04 ends | 17:15 |
MonkeyDust | now* | 17:16 |
elena90 | alright... | 17:16 |
elena90 | thanks friend@ | 17:16 |
jiwan | any one help please | 17:16 |
ms_ | BluesKaj, thank you, before I'm going to post here, I think I have to read some pdf.. | 17:16 |
jiwan | is there any .img to .iso converter in linux os? | 17:17 |
|nv|s|b|e | iso master | 17:17 |
jiwan | but there is no any option | 17:18 |
jiwan | i have download and install it | 17:18 |
MonkeyDust | !info isomaster | 17:19 |
ubottu | isomaster (source: isomaster): Graphical CD image editor. In component universe, is optional. Version 1.3.9-1ubuntu1 (quantal), package size 208 kB, installed size 1146 kB | 17:19 |
banda_ | https://www.gnu.org/software/snakecharmer/ <- what is this, what does it do? is it available on as an ubuntu package? | 17:20 |
=== andrew is now known as Guest96482 | ||
ThinkT510 | banda_: why do you want it if you don't know what it is? | 17:21 |
GitNick | Hey guys, Having an issue with a laptop touchpad not coming back after resume from sleep (RAM). I've put everything I know in a gist: https://gist.github.com/fa5699c06a20fae54799 I think its a power issue, but I don't know how to toggle ps/2 power | 17:29 |
Gnea | GitNick: what happens if you try reloading the synaptics driver after it wakes? | 17:35 |
elx | Guys i messed up my GRUB after installing Windows 8 | 17:35 |
elx | Super-Grub live CD is giving me error 15 when trying to repair it | 17:36 |
elx | i went in with ubuntu 11.10 Live Cd | 17:36 |
elx | but it gives me this error: /boot/grub/stage1 | 17:36 |
elx | No... | 17:36 |
elx | and then error 15 | 17:36 |
elx | I have tried all the options on Super Grub but it won't budge | 17:37 |
elx | Does anybody have any idea what is going on here, please? | 17:37 |
Gnea | well Win8 doesn't use ntloadr, it uses EFI. | 17:38 |
Yawaputa | elx have you googled dual boot with win 8? | 17:39 |
elx | yes i actually followed on tutorial | 17:39 |
elx | win 8 is up and running | 17:39 |
elx | the issue is that i don't get the GRUB list anymore so can't access my ubuntu | 17:40 |
Yawaputa | and does linux fun ok if you boot from a CD | 17:40 |
Yawaputa | right | 17:40 |
Gnea | elx: http://askubuntu.com/questions/221625/dual-boot-windows-8-ubuntu | 17:40 |
Yawaputa | so it all works except the option list on boot | 17:40 |
elx | Yawaputa, Yes i can load using the Live cd | 17:40 |
Yawaputa | can only suggest a repartition and reload with ubuntu now that win 8 is running | 17:41 |
Gnea | Yawaputa: I don't think it would be that bad | 17:41 |
Gnea | elx: just load the livecd, mount your ubuntu partition(s) and fix grub | 17:41 |
elx | Gnea, Thank you im reading your link... | 17:42 |
elx | Gnea, This is what i did through my Live Cd: Sudo grub | 17:42 |
elx | root (hd0,0) | 17:42 |
elx | and then setup(hd0) | 17:42 |
elx | here 0 is the partition where ubuntu is installed | 17:43 |
Gnea | elx: yeah, that's for traditional windows (XP and before) | 17:43 |
Gnea | elx: the problem is that you're trying to boot into a non-EFI or an EFI system and grub doesn't know the difference | 17:43 |
Tex_Nick | !uefi | elx | 17:44 |
ubottu | elx: UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI | 17:44 |
Yawaputa | have heard mumblings that you need to start with win 8 then add ubuntu | 17:45 |
elx | Gnea, Ah that sounds pretty messed up, i thought things were done the old way... :( | 17:45 |
MoL0ToV | hi to all! i tryed to share a folder from ubuntu 12.10. but if i try to browse the windows share, when i try to enter in the share ubuntu says: unable to mount the windows share | 17:46 |
MoL0ToV | there are a bug in default sharing config? | 17:46 |
bekks | MoL0ToV: The sharing config has nothing to do with that error. | 17:47 |
Gnea | elx: well, since microsoft feels threatened by FOSS, they've gone out of their way to try to keep open source distributions off of computers that they don't make, but pay the hardware manufacturer to prevent it from working right | 17:47 |
Gnea | elx: the workaround is to get grub to play right or use the new windows bootloader to load grub | 17:48 |
jhutchins_wk | As with most things in Linux, there's more than one way to deal with EFI. It's possible to have an EFI aware bootloader and have a fairly normal setup; you can also do combined EFI/MBR setups. | 17:48 |
Tex_Nick | elx : the linux development community is working hard and fast to fix the problem ... unfortunately it's a bit of a kludge rightnow | 17:48 |
GitNick | Gnea: well, psmouse wasn't detecting it like it normally does, does that module depend on synatics? how do I reload that driver? | 17:48 |
MoL0ToV | bekks, ok so where can be the error? when i enabled the share from nautilus system downloaded samba and others packages | 17:48 |
MoL0ToV | automagically | 17:48 |
elx | Gnea, the link you sent forwarded me to a tutorial, however they are assuming that W8 is installed first and then ubuntu | 17:48 |
elx | i have the opposite prob :D | 17:48 |
Gnea | GitNick: well, check to see if there's a synaptics initscript of some sort | 17:48 |
bekks | MoL0ToV: In your case Ubuntu works as a client which doesnt even know about the config - which is used only when acting as a server. | 17:49 |
=== Hapzzz is now known as Hapz_-_-_ | ||
jhutchins_wk | MoL0ToV: Hate to break it to you but you're gonna have to read the samba docs. | 17:49 |
Gnea | elx: then read the link that Tex_Nick gave you | 17:49 |
bekks | !samba > MoL0ToV | 17:49 |
ubottu | MoL0ToV, please see my private message | 17:49 |
elx | ok... | 17:49 |
MoL0ToV | bekks, works also as server. i shared a folder as guest, and on the same system i tryed to browse the samba share | 17:50 |
Gnea | ok, gotta get more coffee... | 17:50 |
elx | I will be back when i figure it out | 17:50 |
jhutchins_wk | elx: Linux has pretty much always been designed to be aware of other operating systems on the disk and to be capable of multi-boot. Windows has had the ability to do that since NT4, but really hasn't done any more than provide an ABI. | 17:50 |
bekks | MoL0ToV: The client functionality (trying to mount a share from your windows computer) still doesnt have anything to do with the server's config. | 17:51 |
jhutchins_wk | elx: That's why you often have to install Windows first, it's installer doesn't know how to handle an existing system other than to overwrite it. | 17:51 |
elx | jhutchins_wk, ok.. didn't know that :) | 17:52 |
insertable | MoL0ToV, check the permissions of the shared folder. People may be able to help you more if you dump the contents of `testparm -s` into a pastebin, too | 17:52 |
jhutchins_wk | bekks: Actually, it does depend on how you set up the share security and browsability. | 17:52 |
=== fabian33 is now known as f4bian | ||
bekks | jhutchins_wk: Actually, being unable to mount a windows share has NOTHING to do with the samba SERVER config. | 17:52 |
bekks | jhutchins_wk: Thats what I said three times now. :) | 17:52 |
jhutchins_wk | bekks: Correct. | 17:52 |
=== marco is now known as Marco | ||
jhutchins_wk | bekks: Sorry. | 17:53 |
jhutchins_wk | bekks: I don't think that's what he's doing, but I may be wrong. | 17:53 |
=== redrocket is now known as redrocket[Den] | ||
=== dirdante_2 is now known as Kasjopaja | ||
bekks | jhutchins_wk: At least thats what he said he's doing :) | 17:53 |
Marco | hi, I notice that some of the bundled wallpapers in unity automatically change every so often. How can I make my own that does that? | 17:54 |
insertable | Marco, there are special wallpapers that change (they should have a little icon above them).. change it to a wallpaper that doesn't.. | 17:55 |
Marco | insertable, what I mean is that I want to create my own changing wallpapers | 17:56 |
Muphrid | Marco: you can use a 3rd party program for that. a quick look at synaptic gave me the name "wallch" which claims to do that | 17:56 |
ztgu | HI . I have a problem with suspend to RAM and hibernate. My screen stays black (blank) after. Can anyone help me with this? | 17:57 |
bazhang | Marco, take a look at wallch | 17:57 |
=== dniMretsaM_away is now known as dniMretsaM | ||
bazhang | woops | 17:57 |
bazhang | Muphrid, its in the repos | 17:57 |
Tex_Nick | Marco : you can just places wallpapers in your pictures directory ... if that will help | 17:57 |
Muphrid | yes | 17:57 |
bazhang | so not 3rd party | 17:58 |
Muphrid | I meant, it is in the universe, not in main | 17:58 |
Marco | Muphrid, I'm just curious as to whether the internal functionality used for the built-in changing wallpapers is exposed in any way | 17:58 |
insertable | Marco, you could try something like https://launchpad.net/ubuntu/+source/wallpaper-tray | 17:59 |
Tex_Nick | ztgu : try pressing the power button on the PC briefly | 18:00 |
ztgu | Tex_Nick: I have tried 1000 times, I need to cold restart my PV every single time | 18:01 |
ztgu | PC* | 18:01 |
Tex_Nick | ztgu : you might need to change your wake options in bios | 18:02 |
fre | hi to everyone, I want to know if it is possible to save U12.10 after installing W8 provided that the OSs will be on different logical drives? I would also like to know if the loader will be corrupted and if so will it be possible to install GRUB by selecting the corresponding button when mounting it in W8. | 18:07 |
ztgu | I have problems with suspend to RAM. My screen stays blank after. Any ideas on what do do? | 18:07 |
grendal-prime | sparkleshare is the bomb | 18:09 |
grendal-prime | need sync just use it. | 18:09 |
grendal-prime | hehehe | 18:09 |
grendal-prime | just my 2 cents | 18:09 |
hanasaki | what's the main difference between amarok and rythmbox? | 18:12 |
angel | #Xubuntu | 18:12 |
ztgu | I have this suspend problem: http://wiki.debian.org/Suspend , under: "Fixing corrupted video on resume" Any idea on how to do theese things? | 18:12 |
angel | Alguien sabe como me debo pasar a la sala de Xubuntu? | 18:13 |
angel | por favor | 18:13 |
bekks | !es | angel | 18:13 |
ubottu | angel: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. | 18:13 |
Artemis3 | !es | angel | 18:13 |
=== dniMretsaM is now known as dniMretsaM_away | ||
fre | I am repeating in case someone who knew the answer did not see what I wrote. "hi to everyone, I want to know if it is possible to save U12.10 after installing W8 provided that the OSs will be on different logical drives? I would also like to know if the loader will be corrupted and if so will it be possible to install GRUB by selecting the corresponding button when mounting it in W8." | 18:15 |
bazhang | fre, by logical, you mean partitions? | 18:16 |
riderplus | overlay scrollbar is so cool | 18:16 |
riderplus | but I've seen so many posts to remove it | 18:16 |
riderplus | wtf? | 18:16 |
Artemis3 | its a simple package to remove | 18:16 |
riderplus | !overlay | 18:16 |
bazhang | riderplus, actual support question? | 18:16 |
riderplus | bazhang: why would one like to remove them? I followed someone's post on installing gnome-shell and overlay scrollbar were to be deleted | 18:17 |
riderplus | by default | 18:17 |
riderplus | then I would always get errors because of that | 18:17 |
Tex_Nick | ztgu : when the PC suspends/hibernates ... the power light on the PC usually turns yellow or flashes ... when you try to resume does the power light change back to a solid green | 18:17 |
bazhang | riderplus, gnome-shell is in the repos, no special instructions needed | 18:18 |
ztgu | Tex_Nick: yes it does. My laptop is going back on and sound too, but no the screen. | 18:18 |
riderplus | bazhang: true. I just won't read any posts that advice one to remove those overlay scrollbars | 18:18 |
riderplus | bazhang: did you use gnome 3? I have 3.7.3 and I don't know if the problem with showing the keyboard layout has been solved | 18:19 |
zozy | re | 18:19 |
riderplus | gnome shell crashes when I try to set my keyboard layout | 18:19 |
riderplus | no problems so far in unity DE | 18:20 |
fre | Yes, i mean two partitions | 18:20 |
Tex_Nick | ztgu : ok that eliminates bios settings then ... hey someone in here can probably help you with that ... just have patience | 18:20 |
ztgu | Tex_Nick: What eliminates my bios settings? the cold reboots or? | 18:22 |
riderplus | bazhang: actually my question was related to kvm | 18:22 |
riderplus | I get this message "kvm disabled by bios" each time I boot | 18:22 |
Tex_Nick | ztgu : i meant that your bios is set properly to resume/wake from suspend ... so the bios settings are ok | 18:23 |
zozy | riderplus: is the virt extension in your bios for your processor enabled? | 18:23 |
tommy_ | hi | 18:24 |
ztgu | Tex_Nick: I guess I need to disable (KMS) first and try to suspend the system by some video quirks then. Any advice? | 18:24 |
riderplus | zozy: haven't checked that | 18:24 |
riderplus | found thishttp://askubuntu.com/questions/206148/kernel-update-kvm-disabled-by-bios | 18:25 |
tommy_ | Are you able to get to the grub menu on a first install before even selecting language | 18:25 |
zozy | im not in front of a browser now, cant check that link | 18:25 |
MrPopinjay | Ok, so there's that nice little mail notification in the toolbar | 18:27 |
MrPopinjay | But it only works when thunderbird is running | 18:27 |
MrPopinjay | afaik | 18:27 |
tommy_ | i ask, cause i'm getting that "recursive.. need reboot" error on installing. At first i thought it was intrinsic to me installing with a usb, but same happens with a burned disk. I read that the solution is setting "acpi=off"in the grub menu, but i don't think that that is available at the initial stages | 18:27 |
MrPopinjay | Is it possible to run thunderbird in the background or something like that? | 18:27 |
Tex_Nick | ztgu : i thought your problem might have been bios settings ... that is not the problem though ... someone else will have to help you ... sorry :) | 18:28 |
tommy_ | also, same occurs with ubuntu 12.10/12.04 and ubuntu studio 12.10/12.04 | 18:29 |
tommy_ | i previously installed 12.04 via usb on this computer, has anyone seen any issues with having windows 8 on a partition? | 18:30 |
jhutchins_wk | tommy_: No. | 18:32 |
lickalott | gents, i have 3 hdd's shared out via samba. on one PC i can access (copy/move, etc..) all three. on another PC I can only copy to two of them. The third gives me a "this disk is write protected". Anyone know what thats about? | 18:33 |
jhutchins_wk | tommy_: so you're going to have to actually describe what's happening. | 18:34 |
ztgu | tommy_: what's the problem? | 18:34 |
jhutchins_wk | lickalott: Rememeber Sessame Street? "One of these things is not like the other..." | 18:35 |
lickalott | lol | 18:35 |
lickalott | but why? same OS, same settings | 18:36 |
lickalott | i think i may have a lead on the problem.... | 18:36 |
jhutchins_wk | log files? | 18:37 |
lickalott | seems almost like the drive isn't mounted right (since last night). I have 3 dirs on this parituclar share. 2 of the folders are showing empty and I know there is stuff in them. lost+found is unaccessible | 18:37 |
=== Kitar|st_ is now known as Kitar|st | ||
lickalott | its mounted via fstab by UUID. i remember this happening before. | 18:38 |
w0rm-_x | Anyone knows where is the TCP/IP stack implementations located? | 18:38 |
tommy_ | ztgu: attempting to install ubuntu studio 12.10 (but tested also with 12.04 and regular ubuntu 12.10 and 12.04). I get the menu for the language selection, but after selecting English I get a recursive fault and it says 'a reboot is needed!' however thats not the solution, haha. | 18:38 |
LiquidEssence | Hello! I have a question about Conky, if someone might help - I can't seem to be able to make my display window get wider, no matter what I put into the minimum_size and maximum_width parameters, the window just stays at the same width as in the beginning and cuts off the output. | 18:38 |
GitNick | It appears PM resume fails to power up touchpad, is there a way to change the power state manually? | 18:39 |
tommy_ | jhutchins_wk: just attempting to install, getting a recursive fault after selecting English in the menu | 18:39 |
bazhang | http://ubuntuforums.org/showthread.php?t=867076 LiquidEssence the conky beginners guide | 18:39 |
GitNick | Gnea: Thanks, was a good idea to look through init scripts, still nothing. At this point I am pretty convinced that PM resume fails to restore power to touchpad, thus, psmouse won't detect it. | 18:40 |
jhutchins_wk | tommy_: Could you expand on "recursive fault"? | 18:40 |
LiquidEssence | bazhang: thank you I'll look it up (already looked at the documentation on sourcefore and some other conf files), it's probably some stupid thing that I missed somewhere | 18:41 |
pamela | hi all | 18:41 |
tommy_ | jhutchins_wk: sure, directly after selecting English as the language, a long stream of install dialog goes by and it halts at an error message saying something along 'recursive fault. a reboot is needed!' i'd be happy to collect a log of it if you know how. | 18:42 |
BluesKaj | lickalott, sometimes after updates I'v e noticed a change in the /dev/sdX designations on fdisk and then the UUIds become invalid , and the bios primary HDD gets changed as well , then of course the fstab entries are no longer valid | 18:42 |
LiquidEssence | it's just that the maximuM_width and minimum_size paramateres don't seem to register at all | 18:42 |
ztgu | tommy_: wierd. I have experienced some problems while having a specific device in my computer. ( in my case a computer mouse) WHen I removed the mouse I was able to install. | 18:42 |
lickalott | BluesKaj, what do i do to fix it? | 18:43 |
lickalott | blkid shows the same UUDI | 18:43 |
jhutchins_wk | tommy_: Have you verified the checksum of the iso and the burned medium? | 18:43 |
lickalott | *UUID | 18:43 |
tommy_ | no, but i'll do that now. how do i do that? | 18:44 |
BluesKaj | lickalott, I gave up on fstab entries . I let the file manager deal with the mounts . so far it seems to work | 18:44 |
LiquidEssence | I think the problem was that it was running from the start and kept some of the original configuration fixed so that the window could not be changed. Anyway, it works now :D | 18:45 |
jhutchins_wk | tommy_: There should be a text file with the md5sum of the iso wherever you download the iso from. Most burning programs will offer to validate the burn, but you can also do an md5sum of the actual device. | 18:45 |
lickalott | i'm running server | 18:45 |
bazhang | !hashes | tommy_ | 18:45 |
ubottu | tommy_: See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases | 18:45 |
bazhang | !md5 > tommy_ | 18:46 |
ubottu | tommy_, please see my private message | 18:46 |
sliddjur | Hello, how do I change themes (downloaded) and such on ubuntu? | 18:46 |
w0rm-_x | sliddjur, have you met google? | 18:46 |
w0rm-_x | :p | 18:46 |
riderplus | can someone help please? I can't open gnome-tweak-took I get these errors: http://pastebin.com/0razNvAD | 18:47 |
riderplus | gnome-tweak-tool | 18:47 |
lickalott | if I cd into the share from the server i get this - ls: reading directory .: Input/output error | 18:47 |
lickalott | think my drive may be bonked | 18:48 |
k1l_ | riderplus: which ubuntu is it? which desktop is installed? are there PPAs on? | 18:48 |
riderplus | 12.10 DE Gnome 3.7.3 | 18:49 |
riderplus | yeah I have ricotz and gnome 3 team | 18:49 |
=== dniMretsaM_away is now known as dniMretsaM | ||
k1l_ | riderplus: i bet its caused by the ppas | 18:50 |
riderplus | ok..i'll remove them for the moment | 18:51 |
k1l_ | riderplus: well, the supported gnome is 3.6? for 12.10 | 18:51 |
jhutchins_wk | lickalott: unmount it, fsck it. | 18:51 |
k1l_ | better ask the PPA guys about your problem | 18:51 |
jhutchins_wk | lickalott: Install smartmontools and see what they say. | 18:52 |
Muphrid | ls | 18:52 |
Muphrid | ops | 18:52 |
lickalott | won't let me unmount | 18:52 |
lickalott | i'm not near it so i don't want to force it and not be able to mess with it (i'm at work) | 18:52 |
CoreyBR | lol guys i really really need helop | 18:53 |
CoreyBR | help* | 18:53 |
CoreyBR | asap | 18:53 |
CoreyBR | :( | 18:53 |
lickalott | jhutchins_wk is smartmontools commandline only? | 18:53 |
CoreyBR | i dont know how but my ubuntu is in chinese!! | 18:53 |
bazhang | CoreyBR, with what | 18:53 |
jhutchins_wk | lickalott: Yes. | 18:53 |
redhandbr | CoreyBR, fala rapaz. | 18:53 |
CoreyBR | but i didnt changed the language settings | 18:53 |
Tex_Nick | CoreyBR : you need to ask a specific question ;) | 18:54 |
bazhang | CoreyBR, so change the system language | 18:54 |
CoreyBR | how can i rollback to english/portuguese language? :( | 18:54 |
redhandbr | Corey já aconteceu comigo. Volte na tela de login e troque pra português-br | 18:54 |
bazhang | redhandbr, english here | 18:54 |
CoreyBR | i'll try it, brb | 18:54 |
mburys | lol | 18:55 |
redhandbr | bazhang, i'm helping he in native language. there is no specic rule about language here. The important is: "HELP". | 18:55 |
bazhang | redhandbr, thats not correct | 18:55 |
Artemis3 | !br | redhandbr | 18:55 |
ubottu | redhandbr: 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. | 18:55 |
bazhang | redhandbr, this is an english language channel. #ubuntu-br for portuguese | 18:55 |
lickalott | ohhh... it's a live cd. | 18:56 |
lickalott | lol! i just apt-get/got it | 18:56 |
redhandbr | tss... | 18:56 |
mburys | Hi can any one help me find a working "proxy" all the sites are blocked eek | 18:56 |
redhandbr | CoreyBR, is it worked? | 18:57 |
CoreyBR | it worked, thanks redhandbr :D | 18:57 |
redhandbr | CoreyBR, ;) | 18:57 |
CoreyBR | redhandbr, wtf this bug? lol | 18:57 |
CoreyBR | i got desperate i cant understand shit in chinese LOL | 18:57 |
modem | mburys, the proxy may be blocked as well :) | 18:57 |
redhandbr | CoreyBR, you pressed space, enter, any key that changed the defauld language on login screen. | 18:58 |
redhandbr | default* | 18:58 |
CoreyBR | ubuntu default language is chinese? lol | 18:58 |
CoreyBR | damn asians! | 18:58 |
CoreyBR | joking xD | 18:58 |
redhandbr | CoreyBR, lol! | 18:58 |
mburys | yes i found one site that was not blocked, not one of them worked thou i could ping them. Do you think that is why they would not work | 18:59 |
redhandbr | Default is not chinese, but you have it on your system too. | 18:59 |
bazhang | CoreyBR, lets take the chit chat to #ubuntu-offtopic Please | 18:59 |
CoreyBR | ok, sorry. | 19:00 |
tommy_ | jhutchins_wk: okay, isos were dled fine and burn too. i'm going to do a reboot and write down the exact message and i'll be back. | 19:00 |
mburys | <modem> my question is this. If i used private proxys would it work as in would it all be unlocked ? | 19:01 |
bjensen | How can I check that Ubuntu 12.04LTS is compatible with the server Im about to order? Dell R320.. | 19:01 |
DJones | !hcl | bjensen | 19:01 |
ubottu | bjensen: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection | 19:01 |
modem | mburys, I never said that? | 19:02 |
DJones | bjensen: The first link that ubottu gave should help you check whether the machine has been tested yet | 19:02 |
Estefania | hola | 19:02 |
redhandbr | bjensen, I don't know about RAID hardware... The others components, seems ok. | 19:03 |
redhandbr | bjensen, find on google for each component of hardware and you'll see if all system is compatible with Ubuntu. | 19:03 |
bjensen | Thanks DJones, redhandbr. Weird that the R310 is on the list, but not 320..maybe its too new? | 19:03 |
redhandbr | Yes, maybe too new! | 19:03 |
Estefania | buenas hay humanos aqui? | 19:04 |
Estefania | alguien que hable castellano | 19:04 |
bjensen | redhandbr: I think you are right about the raid, I remember using software raid on my previous dell server | 19:04 |
Estefania | español | 19:04 |
bazhang | Estefania, #ubuntu-es | 19:04 |
DJones | !es | Estefania | 19:04 |
ubottu | Estefania: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. | 19:04 |
Estefania | ok gracias | 19:04 |
lickalott | jhutchins_wk - does this mean anything to you - http://paste.ubuntu.com/1479685/ | 19:06 |
jhutchins_wk | lickalott: It means "hope you have a good backup". Check your cables. | 19:10 |
lickalott | lol! right on. I have a spare that I'll throw in when i get home. iirc it seems to be good once I dc it and reboot | 19:11 |
vitaly | what this? | 19:12 |
tinux | h | 19:13 |
DJones | vitaly: This is the Ubuntu operating system support channel | 19:13 |
vitaly | for what irc? | 19:14 |
skp1 | NIG | 19:14 |
tinux | anybody got ubuntu running on a macbookair with OSX in in a virtualbox? | 19:14 |
BluesKaj | vitaly, what are you looking for ? | 19:14 |
hosk | After manually installing the firmware for my at76_usb card, I can't seem to get network manager to create a wlan0 or even allow wireless networking | 19:15 |
dbrom | anyone experienced in X11 dealing with more then two monitors | 19:16 |
ztgu | I have a problem with suspend to RAM on my laptop. Advice? | 19:16 |
dbrom | do you have extra ram you can try | 19:17 |
BluesKaj | ztgu,describe your problem | 19:17 |
dbrom | Blue you are the person Im looking for | 19:18 |
BluesKaj | db your swap partition should be the same size as your RAM , for your suspend to Ram to work | 19:19 |
ztgu | BlueKaj: Evertime I close my laptop lid, or press, suspend to ram (sleep) My computer doesn't come back from a blank screen. Computer is still on, and sound too. I have red that it's a common problem. Advice? | 19:19 |
BluesKaj | er ztgu | 19:19 |
dbrom | i have the monitors setup and they were working. I rebooted and now one of the monitors on each card works by default. The thing is if I take the mouse off the main screen I cant get back on to the main screen again | 19:20 |
ztgu | BlueKaj: My swap is big enough. | 19:20 |
ztgu | I think my swap is working, if I type the command "free" I can see it | 19:20 |
BluesKaj | ztgu, yes ...well that's all I know about suspend to Ram :) | 19:21 |
dbrom | any ideas BlueKaj | 19:22 |
BluesKaj | !tab | 19:22 |
ubottu | 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. | 19:22 |
BluesKaj | dbrom, sorry I'm not familar with using multiple monitors | 19:23 |
cheekee | I have a triple boot Ubuntu 12.10 Amd64,Windows XP 32 bit, Fedora Amd64 system. Everytime I log out of Windows and back into Ubuntu, Ubuntu does not recognise my soundcard, but if I log out out of windows, boot into Fedora, and reboot into Ubuntu the sound card is recognized | 19:24 |
ztgu | cheekee, still using xp? lol | 19:25 |
=== fisted_ is now known as fisted | ||
cheekee | I have Windows 7 on an Ubuntu Virtual Box...but still sentimentally attached to Old XP | 19:26 |
dbrom | cheekee: Run everything though Virtual Box on Ubuntu andd get it done | 19:29 |
tinux | cheekee are you able to boot from USB-stick inside the virtualbox? | 19:30 |
dbrom | how do i move between X screens | 19:32 |
cheekee | tinux: dbrom : I have lots of operating systems on my virtual box + a triple boot logging into ubuntu | 19:32 |
MrPopinjay | ctrl-alt-F# ? | 19:32 |
ztgu | I have a issue found after the computer resumes after suspend to RAM. It's corrupted video (or black screen, or no LCD backlight). Any advice on how to fix the problem? | 19:33 |
dbrom | that allows you to only ligin correct | 19:33 |
dagerik | ztgu: i have same issue with my gma500 card | 19:34 |
dagerik | ztgu: which card you do uave? | 19:34 |
jhutchins_wk | ztgu: Sometimes that's not a solvable problem on some systems, but you can try tweaking the video drivers. It probably matters what your chipset is. | 19:34 |
k1l_ | ztgu: if there is enough swap its not a guarantee for a working suspend | 19:34 |
ztgu | I have switchable graphics with an integrated card in the amd A10 processor, and I have a HD7730M series amd video card | 19:35 |
=== jackson__ is now known as Noskcaj | ||
rudi | /server chat.freenode.net | 19:35 |
dbrom | how do you switch beteen x screens in kubuntu | 19:36 |
ztgu | jhutchins_wk: k1l_ : I have swap, how can I find out if it's not possible, | 19:36 |
ztgu | ? | 19:36 |
efdejot | help | 19:36 |
BluesKaj | ztgu, optimus ? | 19:36 |
=== efdejot is now known as eeee | ||
cmell | dbrom, don't know about kde, but in xubuntu there's a screen switcher on the task bar | 19:37 |
eeee | i have problem with hardware acceleration | 19:37 |
ztgu | BluesKaj: I have amd. | 19:37 |
eeee | :~$ glxinfo | 19:38 |
eeee | name of display: :0 | 19:38 |
eeee | Xlib: extension "GLX" missing on display ":0". | 19:38 |
eeee | Xlib: extension "GLX" missing on display ":0". | 19:38 |
eeee | Xlib: extension "GLX" missing on display ":0". | 19:38 |
FloodBot1 | eeee: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. | 19:38 |
k1l_ | ztgu: sometimes there are some problems with modules on resume | 19:38 |
ztgu | k1l_: I have one of them. Advice? | 19:38 |
k1l_ | ztgu: i dont know. try to find out if there are others who solved that issue with your card /laptop | 19:39 |
cheekee | Another problem I found is that it is hard to run flightgear on 12.10 even with an old Logitech Attack 3 joystick, that should be supported by now | 19:39 |
cheekee | and how you wanna fly an aircraft without either a joystick or a yoke? | 19:40 |
cmell | cheekee, trackballs do ok | 19:40 |
cheekee | lol | 19:40 |
zlatan | quick question: is it possible to get a mirrored fakeraid system up and running using this method; 1. install system on single disk as if raid didnt exist. 2. enable raid and do rebuild. 3. system now runs in raid 1. | 19:41 |
dbrom | eeee: is that for me | 19:41 |
ztgu | k1l_: http://wiki.debian.org/Suspend . It's a common problem so I think it's possible to fix. Under "Fixing corrpted video on resume" They explain how to disable KMS for the video card. Any advice? Idea? | 19:41 |
eeee | dbrom: ? | 19:42 |
k1l_ | ztgu: no, videocards are not my business | 19:43 |
cmell | On one of my machines which uses an external usb sound card, an IR remote is also detected as a usb HID device. How does one configure those so I can point a remote at it and have it do something? | 19:43 |
ztgu | Any thoughts on disabling Kernel mode setting (KMS) for the video card? | 19:44 |
cmell | KMS is sort of needed for hard acceleration, isn't it? | 19:45 |
dbrom | never mind then | 19:46 |
cmell | dbrom, kde should have something for that on the desktop | 19:46 |
dbrom | im having issues with a dual card dual monitor kubuntu system.... the strange thing is that the first monitors are only showing up | 19:47 |
cmell | ohh | 19:47 |
zlatan | simple way to get a mirrored fakeraid up and running; 1. install system on single disk as if raid didnt exist. 2. enable mirrored raid set. 3. done. <-- is this feasible? | 19:48 |
cmell | dbrom, it might depend on whether your video card's driver made provisions for that | 19:49 |
bogor | How do i stop mysqld from starting up during boot ? | 19:49 |
cmell | edit inetd.conf | 19:49 |
cmell | I think (?) | 19:50 |
BluesKaj | !fakeraid | zlatan | 19:50 |
ubottu | zlatan: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto | 19:50 |
dbrom | i had it working thats the thing | 19:51 |
eeee | http://pastebin.com/LKeWSm2U | 19:52 |
eeee | help me | 19:52 |
eeee | hardware acceleration | 19:52 |
eeee | not working | 19:52 |
ztgu | I am having a problem with suspend to RAM on my laptop. | 19:52 |
ztgu | It's a very common issue found after the computer resumes. it's corrupted video (or black screen, or no LCD backlight). The system is still running, which can be seen by pressing the Capslock button and check whether the Capslock LED is changing accordingly. I have no idea on how to fix it. I was reading about disabling KMS on my radeon switchable graphics. I have an A10 cpu with integrated GPU and a discrete amd radeon hd 7730M serie card. | 19:52 |
ztgu | advice? | 19:53 |
eeee | hello | 19:53 |
cmell | ztgu, is it resuming to the builtin video you aren't using? | 19:53 |
eeee | where you do not write all the sermons I enter here | 19:53 |
ztgu | cmell: it's not resuming on any video card. THe screen is totaly black | 19:54 |
zlatan | BluesKaj: thankyou | 19:54 |
cmell | ztgu, I mean if it resumes to the card you don't have connected to the monitor, you might never know | 19:55 |
eeee | dbrom: | 19:55 |
BluesKaj | zlatan, np | 19:55 |
dbrom | yes | 19:55 |
cheekee | I think there is a bug somewhere, because Ubuntu AMD-64 does not recognize the soundcard after the user reboots from XP 32 bit, but recognizes it if the reboot is from Fedora AMD-64 | 19:56 |
ztgu | cmell, how can I figure that out? I am using vga_switcheroo, and I always use the card integrated in my cpu | 19:56 |
BluesKaj | cheekee, which soundcard ? | 19:57 |
cmell | ztgu, I don't know, do you have a second monitor? | 19:57 |
ztgu | nope | 19:57 |
bachus_ | hmm wine won't install | 19:59 |
ztgu | bachus_: updating your system? | 19:59 |
BluesKaj | cheekee, open alsamixer in the terminal and check the audio chip in upper left | 20:00 |
bachus_ | it's a fresh install | 20:00 |
eeee | http://pastebin.com/LKeWSm2U | 20:00 |
cmell | ztgu, if you only use the onboard video, maybe you could remove the extra video card and see if it works any better? | 20:00 |
cheekee | BluesKaj: I have it somewhere...Its onboard nvidia for AMD 64 | 20:00 |
BluesKaj | cheekee, read my post above | 20:01 |
ztgu | cmell: That's not a suitable option. | 20:01 |
cmell | cheekee, on my amd64, it's a ALC850 | 20:01 |
efdejot | help | 20:01 |
efdejot | http://pastebin.com/LKeWSm2U | 20:01 |
efdejot | hardware accelleration dont works | 20:01 |
cmell | then, ztgu, I have no ideas left | 20:02 |
cheekee | BluesKaj: cmell: mine is NVidia [HDA NVidia], device 0: VT1708BCE Analog [VT1708BCE Analog] | 20:03 |
cmell | cheekee, ok, so you;ve got a VIA soundcard onboard your nforce chipset amd64 | 20:04 |
BluesKaj | cheekee, in the terminal , sudo modprobe snd-hda-intel , if the module driver loads properly there will be no output after the command | 20:05 |
cmell | cheekee, you said this problem happens when rebooting from linux64 to linux32, are you doing a soft reset or a hard reset? | 20:06 |
cheekee | BluesKaj: cmell: yes! but there is no output because I logged into Fedora and rebooted into Ubuntu | 20:08 |
=== qos is now known as qos|away | ||
cmell | cheekee, I meant, when you rebooted did you actually power-down or hit a reset button or something, or did you do a software reboot? | 20:09 |
jackbrown | hi there Could anyone suggest me a tool for check and repair drives ? Once on Ubuntu Mint there was Palimpsest now has been removed by repositoris I dunno wy | 20:10 |
humbolto | how do I start this great disk management program from the command line? | 20:10 |
cheekee | cmell: No I rebooted from XP 32 bit and Ubuntu AMD-64 did not recognize my soundcard...so I booted back into windows, rebooted into Fedora, and then rebooted Ubuntu and the soundcard was recognized | 20:10 |
BluesKaj | cheekee, open with file permissions /etc/modprobe.d/alsa-base.conf , add this line to the bottom , "options snd-hda-intel index=0" , without the quotes. This isn't a guarentee but it might work | 20:10 |
k1l_ | jackbrown: which ubuntu you are running? | 20:10 |
jackbrown | 12.10 | 20:11 |
jackbrown | K1l_ | 20:11 |
skp1 | JACKBROWN | 20:11 |
jackbrown | skp1: what's up ? it's a generic question mine a tool is a tool as Gimp for example | 20:12 |
cmell | if you don't know there's a difference between a hard-reset and a soft-reset, it's pointless for me to ask | 20:12 |
k1l_ | jackbrown: it just changed the name | 20:12 |
k1l_ | jackbrown: gnome-disk-utility | 20:13 |
jackbrown | k1l_: ok | 20:13 |
BluesKaj | cmell, , this is no time to become judgemental | 20:13 |
cmell | soft resets often leave cards including soundcards in a state where they can't always be properly initialized by the next OS. While hard resets will always leave the card in their pre-boot state | 20:15 |
=== J is now known as Guest37878 | ||
=== Guest37878 is now known as guest1313 | ||
TrentonAdams | Hi guys. I've upgraded to Ubuntu 12.04, from 11.04 -> 11.10 -> 12.04, with lots of troubles, OF COURSE. | 20:18 |
TrentonAdams | How do I get applications to show in the dash? | 20:18 |
TrentonAdams | The Unity dash that is. | 20:18 |
cheekee | BluesKaj: ok! done! but I am not looking forward to starting the whole booting/rebooting process all over. I'll be in touch | 20:18 |
msh | could anyone tell me if there is a soft for android tablet in ubuntu. or a driver | 20:18 |
TrentonAdams | I'm trying to decide whether I should switch away from ubuntu or not, cause Unity looks really nasty. | 20:18 |
angs | what is the package name to install libpcap? | 20:18 |
msh | or even a soft to flashing a rom to it in ubuntu | 20:19 |
=== RJvcc___ is now known as RJvcc__ | ||
angs | what is the package name to install libpcap? | 20:19 |
ztgu | hi | 20:19 |
=== DouglasKAway is now known as DouglasK | ||
=== zz_megabitdragon is now known as megabitdragon | ||
braddcadd | TrentonAdams, install Mate, it is the old gnome 2 desktop that your might remember | 20:20 |
ubuntu-tester | angs: your release? | 20:20 |
ztgu | angs: sudo aptitude search ... | 20:20 |
BluesKaj | !desktop | TrentonAdams | 20:20 |
ubottu | TrentonAdams: A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors | 20:20 |
k1l_ | !notunity | TrentonAdams | 20:20 |
ubottu | TrentonAdams: Ubuntu 11.10 and higher use GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic | 20:20 |
bazhang | TrentonAdams, thats not a supported package here | 20:21 |
BluesKaj | ftw !KDE | 20:21 |
k1l_ | no need for unsupported other DEs | 20:21 |
bazhang | braddcadd, MATE is not supported here | 20:21 |
TrentonAdams | Blue1: k1l_, thanks. I'd like to try unity first, incase I'm making a fuss for nothing, so, I can't see any applications in the unity dash, can anyone help with getting those to show up? | 20:22 |
Bombo | hi | 20:22 |
TrentonAdams | bazhang: What's not a supported package? | 20:22 |
bazhang | TrentonAdams, once the app is open, right click the icon and choose keep in launcher' | 20:23 |
bazhang | TrentonAdams, sorry, that was for braddcadd | 20:23 |
TrentonAdams | bazhang: So the default is to have no applications showing up? I've seen screen shots on the net that show most applications. I'm only seeing "recent" and I can also "search" for applications. | 20:23 |
wijagels_ | Hi, I am having trouble with my ceton infinitv in mythtv. Is anybody experienced in that? | 20:23 |
=== msh is now known as xgeek-cub | ||
wijagels_ | mythbuntu* | 20:24 |
bazhang | TrentonAdams, if you dont like unity, then gnome-shell is another choice, or gnome-panel for the "classic look" | 20:24 |
k1l_ | TrentonAdams: you have zeitgeist running? | 20:24 |
TrentonAdams | bazhang: Yes, but I'd like to see if I like it first. :D | 20:24 |
TrentonAdams | k1l_: Don't know, what is that? I have 12.04 | 20:24 |
BluesKaj | wijagels_, join #mythtv | 20:24 |
=== ponbiki is now known as Guest340 | ||
Bombo | i got ubuntu 12.10 installed, it worked, but screen was flickering with nouveao driver, then i installed nvidia-current, rebooted, logged in, but i don't see unity icons anymore (it doesn't flicker any more, at least) | 20:25 |
k1l_ | TrentonAdams: its a data collector which provides some of the data that unity dash needs | 20:25 |
cortexman | i can't get /etc/init.d/4store to support running two databases. if i run "4s-backend blah;4s-backend blerg; 4s-httpd blah; 4s-httpd blerg" after setting the appropriate ports in /etc/4store.conf, it works. however, /etc/init.d/4store start blah; /etc/init.d/4store start blerg, fails to start the second 4store instance. you can see my very slightly modified /etc/init.d/4store here: http://pastebin.ca/2298104 | 20:25 |
Nickiom | Hi folks I was wondering if anyone could help me? I'm having problems with dual booting win8/ubuntu, grub specifys invalid EFI path when i choose windows, although booting into ubuntu is working fine, I've tried google naturally but there is so many mixed responses and It's got me stumped. | 20:26 |
TrentonAdams | k1l_: It won't login at the moment. I'm going to reboot the VM | 20:26 |
k1l_ | TrentonAdams: so you talk about a vm? | 20:27 |
TrentonAdams | k1l_: Huh? I'm running ubuntu in a vm. | 20:27 |
Bombo | not just the icons are gone, the whole launcher bar at the left is gone | 20:28 |
TrentonAdams | Bombo: Not sure if this will work. But, press Alt-F2, and run gnome-terminal. From there, run unity --reset & | 20:29 |
cheekee | BluesKaj: It worked! | 20:31 |
TrentonAdams | k1l_: zeitgeist is running in the background. | 20:31 |
TrentonAdams | Another problem with Unity: How do I go about getting the windows to stop merging with the top bar, when they are maximized? | 20:32 |
BluesKaj | cheekee, glad to hear it :) | 20:32 |
BluesKaj | Nickiom, have you tried Boot Repair ? | 20:33 |
BluesKaj | !Boot Repair | 20:33 |
cheekee | BluesKaj: I got sound for the first time ever after rebooting into Ubuntu 64 bit from XP 32 bit | 20:34 |
Nickiom | BluesKaj, I have but it failed, i'm actually in the middle of trying it again now so I'll let you know how i get on, thanks though :) | 20:34 |
BluesKaj | Nickiom, also one has to remember to do sudo update-grub after the changes ..a small thing , but important | 20:35 |
=== LordOfTime is now known as TheLordOfTime | ||
Nickiom | Ah, will do that now, thanks BluesKaj, will reboot now and let you know :) | 20:36 |
BluesKaj | cheekee, it's a matter of solidifying the audiomodule in alsa | 20:37 |
ztgu | I found a video off how my problem is like: http://www.youtube.com/watch?v=pEsF72DPLSo | 20:37 |
ztgu | Any advice on how to fix it? | 20:37 |
TrentonAdams | Does anyone understand why Unity doesn't have "groups" of applications like the old gnome 2 does? Surely this is not considered to be "user" friendly. Is there a way of seeing "groups"? | 20:37 |
Bombo | TrentonAdams: ERROR: the reset option is now deprecated | 20:37 |
k1l_ | TrentonAdams: go to the application lense | 20:37 |
TrentonAdams | Bombo: Oh, you must have a different version than I do. | 20:37 |
TrentonAdams | k1l_: application lense? | 20:38 |
k1l_ | TrentonAdams: super+a | 20:38 |
Bombo | TrentonAdams: 12.10 | 20:39 |
k1l_ | and then press the filter button righthandside | 20:39 |
Bombo | TrentonAdams: Linux ubuntu 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux | 20:39 |
auburtic | Hi, any idea howany idea how to kill opened sockets on port 80 on ubuntu? | 20:39 |
k1l_ | TrentonAdams: and if you want gnome2 and just want to flam about unity, you should look out for some alternative mentioned before. unity is not gnome2, thats it | 20:39 |
TrentonAdams | super+a just brings up dash, which shows nothing. Then I click an icon on the bottom (which I don't know what it means) and then a screen with all install applications shows up. That screen doesn't group them. | 20:40 |
k1l_ | TrentonAdams: http://farm7.static.flickr.com/6169/6175859853_941086d046_o.png | 20:40 |
TrentonAdams | k1l_: I'm trying desperately to try and find out how Unity works. That's why I'm asking questions. | 20:40 |
cheekee | BluesKaj: ok! Thanks very much! But there is still a problem with flightgear if the flagship sophisticated open software game on Linux does not work properly due to problems with configuring joysticks and yokes | 20:41 |
velocity | I have to say, these past 3 months using ubuntu has been more stable than the previous 3 months using windows. | 20:41 |
Bombo | whats the unity 'laucher' on the left called? | 20:41 |
k1l_ | TrentonAdams: else there is a lense somewhere in the PPAs which give you a gnome2 grouping by default. | 20:41 |
Bombo | (in ps) | 20:41 |
TrentonAdams | k1l_: So they aren't grouped by default then? | 20:41 |
k1l_ | TrentonAdams: you should decide now if you want something that looks like gome2 or not. unity will never be gnome2 so this would be a dead end from now on | 20:41 |
TrentonAdams | k1l_: Yes, that's exactly what I'm trying to do/ :D | 20:42 |
mrgt | I have a problem. I selected a driver | 20:42 |
mrgt | * oops | 20:42 |
TrentonAdams | I do wonder though, where can these things be discussed to make Unity "user friendly"? | 20:42 |
k1l_ | TrentonAdams: then read what i said above. and search the net for the gnome2 lookalike lense (i dont know where it is out of my head) | 20:42 |
shellmie | someone to discuss in french | 20:43 |
TrentonAdams | I like the search feature, but "only" having a search feature, by default, is NOT user friendly. | 20:43 |
k1l_ | TrentonAdams: stop that userfriendly nonsens | 20:43 |
TrentonAdams | k1l_: I will, thanks for the tip. | 20:43 |
TrentonAdams | k1l_: Well it's not non-sense, I'd like to see Ubuntu get back to being user friendly, cause I've loved it up till now. | 20:43 |
k1l_ | TrentonAdams: its not you alone who decide what userfriendly is or not. | 20:43 |
mrgt | Let me start again. I have a problem.. Ubuntu won't boot. I get the message "gave up waiting for root device " | 20:43 |
TrentonAdams | k1l_: I agree with you, it's not, that's why it needs to be discussed. | 20:44 |
k1l_ | TrentonAdams: like i told you alot: unity will never be gnome2-alike. so dont blame unity not to be gnome2 | 20:44 |
TrentonAdams | k1l_: I don't expect it to be like gnome 2, it's not anything like gnome 2 | 20:44 |
TrentonAdams | k1l_: I simply expect it to be "user friendly". Having a requirement for a user to "search" for an application that they may not know the name for, is not cool. | 20:45 |
k1l_ | its the same nonsense like the linux is not windows discussion. it just a dead-end discussion. thats it. so skip that part. | 20:45 |
user_ | [15:45] [user_(+i)] [2:freenode/#ubuntu(+CLcfjnt #ubuntu-unregged 5:10)] [Act: 1] | 20:45 |
user_ | [#ubuntu] | 20:45 |
user_ | [15:45] [user_(+i)] [2:freenode/#ubuntu(+CLcfjnt #ubuntu-unregged 5:10)] [Act: 1] | 20:45 |
user_ | [#ubuntu] | 20:45 |
FloodBot1 | user_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. | 20:45 |
user_ | :s | 20:45 |
user_ | [15:45] [user_(+i)] [2:freenode/#ubuntu(+CLcfjnt #ubuntu-unregged 5:10)] [Act: 1] | 20:45 |
subman | How do I install glxgears? | 20:45 |
k1l_ | TrentonAdams: the search works for tagged words, not only the program names, too | 20:46 |
mrgt | so can anyone help me? I was trying to fix my screen resolution and selected the proprietary driver now Ubuntu won't boot. | 20:46 |
bekks | subman: sudo apt-get install mesa-utils | 20:46 |
TrentonAdams | k1l_: yeah, just noticed that, just before you mentioned it. That is actually cool. | 20:46 |
jeeves_moss | how do I setup syslog so I can log my external routers, etc? | 20:46 |
k1l_ | for the rest: i told you how to find that grouped view i showed you in that picutre | 20:46 |
k1l_ | !unity | TrentonAdams | 20:47 |
ubottu | TrentonAdams: Unity is the default UI since Ubuntu 11.04. Unity is a shell for GNOME. see http://unity.ubuntu.com. For a GNOME 2-like experience, see !notunity | 20:47 |
subman | bekks, Thanks! | 20:47 |
TrentonAdams | k1l_: However, I'm trying to think of this from a layman's perspective. They might not think of searching for "internet" for example. Or maybe "text" for a text editor, etc. So far, that was my biggest hurdle, I didn't know I could search on tagged words. | 20:47 |
amanda1 | hello, I'm having trouble with watching dvd's. I'm getting the error: "decryption library not installed" | 20:48 |
emes | in a multi-monitor setup, is there any way to have one monitor display one workspace and another monitor display another? | 20:48 |
BluesKaj | !medibuntu | amanda1 | 20:49 |
ubottu | amanda1: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org | 20:49 |
cheekee | wow! I used to be in Customer Services, and it was rough. but you guys must be having an even tougher experience | 20:49 |
TrentonAdams | k1l_: thanks for the lense tip. | 20:49 |
OerHeks | amanda1, install dvdread4 and run the script as described in https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | 20:50 |
TrentonAdams | k1l_: So, do you know if there is a way of making the windows not merge with the top bar, when maximized? | 20:50 |
BluesKaj | amanda1, also make sure you have ubuntu-restricted-extras installed | 20:50 |
|nv|s|b|e | 20:50 | |
* velocity loves ubuntu | 20:52 | |
BluesKaj | cheekee, not really ..we don't have to do this..we're all volunteers:) | 20:52 |
lyda | i've set up an apt cache at http://frith:9999/ubuntu (it points at the irish mirror). | 20:52 |
amanda1 | Thank you! | 20:52 |
lyda | how can i get the ubuntu installer to use it? | 20:52 |
cheekee | BluesKaj: ok! cool! | 20:52 |
lyda | i know that once installed i can edit /etc/apt/source.list, but is there a way to set this up in the installer? | 20:53 |
k1l_ | TrentonAdams: do you mean global menue? | 20:53 |
BluesKaj | lyda, your package manager | 20:53 |
ztgu | any thoughts on pci=nomsi | 20:54 |
ztgu | ? | 20:54 |
bekks | ztgu: Why? | 20:54 |
TrentonAdams | k1l_: I don't know what I mean, cause I'm not familiar with the unity terminology. However, when you maximize, the minimize, maximize, and close buttons, all get merged with the top menu bar. I want them to be part of the window only. I've heard that can be done. | 20:54 |
lyda | BluesKaj: i don't understand that answer. i'm aware that i need to configure the package manager. | 20:54 |
psychopathic | http://ubuntuone.com/6cjBk6ycAsxOFyTqgfDiIX <-- Life the way I see it. | 20:54 |
cheekee | BluesKaj: I guess after a few months, you'll all be Computer experts , and not only with Ubuntu | 20:55 |
ztgu | suspend to ram problem? http://www.youtube.com/watch?v=pEsF72DPLSo It fixed this guys problem | 20:55 |
ztgu | bekks | 20:55 |
lyda | i'm asking how i can do that within the installer. | 20:55 |
BluesKaj | lyda, look for the source repositories | 20:55 |
BluesKaj | took a lot longer than a few months for me , cheekee , and I | 20:57 |
BluesKaj | .I'm no expert | 20:57 |
lyda | BluesKaj: clearly. | 20:57 |
* locate is back (gone 00:38:27) | 20:57 | |
* locate is away: PS3 or sleeping or something... | 20:57 | |
bekks | !afk | locate | 20:58 |
ubottu | locate: Please do not use noisy away messages and nicks in Ubuntu channels. It is annoying and unnecessary. Use the command "/away <reason>" to set your client away silently. See also «/msg ubottu Guidelines» | 20:58 |
cheekee | lyda: that was unfair | 20:58 |
k1l_ | TrentonAdams: uhhh, i dont know if that is possible that easy | 20:58 |
BluesKaj | lyda, we all use differnt desktops which use different package managers | 20:58 |
lyda | i'm not asking about desktops. | 20:58 |
lyda | i'm asking about the installer. | 20:58 |
TrentonAdams | k1l_: okay. Can I at least move it to the right, like you could with meta-city? | 20:58 |
k1l_ | TrentonAdams: the old trick should work on 12.04 but not for maximized windows. | 20:59 |
lyda | the installer asks about a proxy, but it does not allow me to choose the hosts i'm going to update from. | 21:00 |
TrentonAdams | k1l_: Trying ubuntu tweak, I'll see if it worked. | 21:00 |
henrik1 | any one got any ideas why i modprobe cant find nvidia-current on latest 12.10 | 21:01 |
lyda | i'm using approx as an apt proxy cache - so it's not a traditional proxy as such. | 21:01 |
k1l_ | TrentonAdams: the whole concept behind unity relies on the point to keep the mouse ways to the upper left. making buttons to the right and keep them out of the panel etc. can cause a not intended user experience. | 21:02 |
cheekee | lyda: Your query is so complex | 21:03 |
Anaphaxeton | what is the smallest ubuntu iso i can find? i want a cli release that is not a server | 21:03 |
Anaphaxeton | i saw there are some core images | 21:03 |
Anaphaxeton | but i dont know how to use those | 21:03 |
k1l_ | Anaphaxeton: minimal install? or better netinstall | 21:03 |
lyda | cheekee: ok. | 21:03 |
Anaphaxeton | k1l_, which iso will give me that option? | 21:04 |
Anaphaxeton | the regular one? | 21:04 |
TrentonAdams | k1l_: Yeah, I could see a person accidentally clicking the minimize/restore buttons by accident, when trying to access the file menu. That's probably why most systems have them at the top right. But that's fine, that's just a preference anyhow. I can live with it. I'll try Unity for a bit. | 21:04 |
k1l_ | Anaphaxeton: https://help.ubuntu.com/community/Installation/MinimalCD | 21:04 |
Anaphaxeton | ty k1l_ | 21:04 |
BluesKaj | henrik1, nvidia-current will install if you use the terminal to do so ...it doesn't get listed in additional driver" jockey etc for spme reason | 21:05 |
cheekee | lyda: How to reconfigure the package manager? I mean you should be talking to Linus himself | 21:05 |
henrik1 | BluesKaj: ok great i feel like im runngin in circles ill try reinstalling it again | 21:06 |
BluesKaj | cheekee, I think he's talking about the OS installer , somethin he forgot to mention in his questions | 21:06 |
k1l_ | TrentonAdams: i dont blame people to not like unity. you are free to use the desktop you want. just give unity a chance as it is. the developers made some brainstorming about it as it is (and canonical did some tests on users aswell). that is just my point in saying: dont try to make unity as a gnome2 replacement. it doesnt want to be made to a gnome2 | 21:07 |
BluesKaj | henrik1, again .what does glxinfo | grep OpenGL output | 21:07 |
TrentonAdams | k1l_: No, I definitely see that it's not a gnome 2 replacement. And, there are some good things about it. The searching is cool. I do feel like they should put some example searches as well though. I did not think of searching by tags right away. Now that I know, it's just fine, but it didn't come to mind quickly. Although, that could be because I'm a programmer. | 21:09 |
cheekee | BluesKaj: I think the root problem is the package mgr...She can install thousands of OS's | 21:09 |
lyda | cheekee: uh. no. i should not. | 21:09 |
elx | Ok guys i posted afew hours | 21:10 |
lyda | ok, the answer is to use a pressed file for the installer. | 21:10 |
lyda | er, preseed file. | 21:10 |
lyda | it's docummented here: https://help.ubuntu.com/12.10/installation-guide/i386/preseed-contents.html | 21:10 |
elx | regarding mine Grub which was erased by windows8 | 21:10 |
henrik1 | BluesKaj: omg mesa wasent even installed and not opengl either | 21:10 |
=== aperson is now known as aperssolini | ||
BluesKaj | henrik1, no they aren't installed by default | 21:11 |
ThinkT510 | elx: you should always install windows before linux, windows will always overwrite the mbr | 21:11 |
lyda | cheekee: the installer is modified from the debian installer and written as part of the debian project. i have rather large doubts that linus has anything to do with coding it. | 21:11 |
elx | ThinkT510, Yes actually i made that mistake | 21:12 |
elx | i had ubuntu and installed windows8 | 21:12 |
elx | couldn't repair the grub even with super grub | 21:12 |
elx | but finally found a solution online... and now it works | 21:12 |
=== aperssolini is now known as aperson | ||
henrik1 | any one know how you paste in weechat-curses? | 21:13 |
elx | somebody here gave me some hints but i forgot their nicks to give them feedback regarding the problem... | 21:13 |
Bombo | hmm how can i logon to unity from remote? i'm connected via ssh | 21:13 |
BluesKaj | cheekee, do you know what installer means in that context now ? | 21:13 |
bekks | Bombo: Using just ssh, you cant. You would have to enable XDMCP or you would have to use something like nxclient/nxserver or vnc. | 21:14 |
Bombo | bekks: i got x11vnc | 21:14 |
cheekee | that page you posted is pretty rough, and potentially damaging to a small company...I hope you test it first on only 1 PC | 21:15 |
Bombo | bekks: but it won't run 'root@ubuntu$ x11vnc -display :0.0 -passwd foo' XOpenDisplay failed (:0.0) | 21:16 |
Bombo | hmm | 21:16 |
guntbert | cheekee: what are you talking about? | 21:17 |
cheekee | guntbert: lyda : BluesKaj: This page https://help.ubuntu.com/12.10/installation-guide/i386/preseed-contents.html | 21:18 |
BluesKaj | guntbert, cheekee is referring to this , https://help.ubuntu.com/12.10/installation-guide/i386/preseed-contents.html | 21:18 |
bekks | Bombo: a) dont run it as root and b) you need an X server for running it. | 21:19 |
Alloushi | hi | 21:19 |
xjrn | where would i insert "btrs dev scan" to trigger before mountall in raring? | 21:19 |
bekks | Bombo: You're better off using nxclient/nxserver. | 21:19 |
ThinkT510 | !13.04 | xjrn | 21:20 |
ubottu | xjrn: Ubuntu 13.04 (Raring Ringtail) will be the 18th release of Ubuntu, Discussion and support until final release in #ubuntu+1 | 21:20 |
Alloushi | guys I'm gonna move from Windows to Linux, but i have some concerns | 21:20 |
xjrn | woops s/btrs/btrfs/ | 21:20 |
xjrn | ThinkT510: where would i insert "btrs dev scan" to trigger before mountall in Quetzal ? | 21:21 |
ThinkT510 | xjrn: no idea sorry, you do realise btrfs is still experimental? | 21:22 |
xjrn | ThinkT510: where would i insert "/bin/sh yes" to trigger before mountall in Quetzal ? | 21:23 |
ThinkT510 | xjrn: i don't know sorry | 21:24 |
cheekee | lyda: it seems she is gone already - testing a webpage that is like a grenade, if handled incorrectly | 21:25 |
lyda | hm? | 21:26 |
cheekee | lyda: oki you are still here | 21:26 |
BluesKaj | who cares | 21:27 |
cheekee | ok! | 21:27 |
lyda | cheekee: i've been working on unix systems since 1989. i've configured sun jumpstart and redhat's kickstart at different points. debian's pressed system is, well, annoying, but it's not rocket science. | 21:28 |
Alloushi | guys | 21:28 |
Alloushi | today, I officially deleted my Facebook and Google+ accounts | 21:28 |
lyda | in this case i'm looking at automating certain aspects of vm installs to build vagrant base boxes. | 21:28 |
k1l_ | Alloushi: ok, but that belongs into the offtopic channel :) #ubuntu-offtopic | 21:29 |
JohnSnowstorm | hey guys, anyone know how to show the channel user/nick list in xchat - gnome - 0.3.0? | 21:30 |
ThinkT510 | JohnSnowstorm: use proper xchat | 21:30 |
cheekee | BluesKaj: guntbert: Over to you. I am lost here. | 21:31 |
JohnSnowstorm | and which version is the proper version? | 21:31 |
Pillz | Ah, here we go | 21:31 |
JohnSnowstorm | hey steel | 21:31 |
Pillz | hi jss | 21:31 |
ThinkT510 | !info xchat | JohnSnowstorm | 21:31 |
ubottu | JohnSnowstorm: xchat (source: xchat): IRC client for X similar to AmIRC. In component universe, is optional. Version 2.8.8-3ubuntu15 (quantal), package size 345 kB, installed size 869 kB | 21:31 |
Pillz | so same version. then userlist should be under view | 21:32 |
k1l_ | JohnSnowstorm: try the xchat without the -gnome | 21:32 |
Pillz | try ctrl + f7 | 21:32 |
Alloushi | kll_ | 21:32 |
Alloushi | I didn't finish my sentence :D | 21:32 |
JohnSnowstorm | ok, off i go on the quest for new irc client | 21:33 |
Alloushi | what I was going to say is that, I don't wanna be depending on these stuff anymore | 21:33 |
BluesKaj | cheekee, no matter , dunno what the guy is doing here asking us plebes about modding the installer mirrors previous to running the install | 21:33 |
Alloushi | So I'm moving to Linux, leaving Windows | 21:33 |
Alloushi | but I have CONCERNS | 21:33 |
Alloushi | and I came here to get answers :D | 21:33 |
Pillz | goodluck jss | 21:33 |
ThinkT510 | !enter | Alloushi | 21:34 |
ubottu | Alloushi: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! | 21:34 |
Pillz | i have quassel installed but never tried it | 21:34 |
k1l_ | Alloushi: ask a supportquestion and you will get answers if someone knows the answer. but chittychat goes to the offtopic channel please | 21:34 |
Alloushi | okay guys sorry, anyway, currently I'm doing many projects, JSP project on Netbeans, and an APS.net project using visual Studio, <-- which isn't available on linux of course, but when I'm done with it, I will install Linux, I installed Ubuntu before, but I feel that Ubuntu became a company that seeks profit, just like windows | 21:35 |
Jaus | Hello, I am trying to use MultiArch i386 dev files. When I try installing the deb package through synaptic the deb says it will remove 64 bit versions from mt filesystem. | 21:36 |
k1l_ | Alloushi: keep in mind, that this is a technical support channel. do you have a technical support question? | 21:36 |
Alloushi | kll_ , well no, but who has some time ? I need someone to answer my questions, in private | 21:37 |
BluesKaj | canonical has an enterprise division , Alloushi m but a lot of linux distros do. | 21:37 |
k1l_ | Alloushi: then try #ubuntu-discuss ot #ubuntu-offtopic | 21:37 |
BluesKaj | !pm | Alloushi | 21:38 |
ubottu | Alloushi: 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. | 21:38 |
henrik1 | i did a purge and autoclean on the nvidia drivers and redownloaded however still got the same issue | 21:39 |
henrik1 | i get this runing glxinfo xlib: extention (glx) missing on display 0 | 21:41 |
Kilumnati | anyone here know how to get capture device Bus 001 Device 002: ID 2304:021e Pinnacle Systems, Inc. Dazzle DVC170 to work in ubuntu 12.10 | 21:41 |
henrik1 | and modprobe wont find the module | 21:41 |
mint | can i access another partitions in my hdd when iam using live cd? | 21:43 |
henrik1 | even tried downloading new headers | 21:43 |
bekks | mint: Yes. | 21:44 |
henrik1 | mint: use fdisk -l | 21:44 |
Kilumnati | anyone here have my capture device and get it work in ubuntu 12.10 | 21:44 |
seeqwell | take a looksie. Why does my machine keep slamming off http://pastebin.com/eC1HxAaf | 21:44 |
mint | henrik1: nothing | 21:44 |
henrik1 | mint: then use: mount /dev/sda1 /mnt/ | 21:44 |
henrik1 | where you change the path to the drive you got | 21:45 |
mint | henrik1: i forgot sudo | 21:45 |
henrik1 | mint: you need to run it with sudo | 21:45 |
henrik1 | mint: yeah | 21:45 |
BluesKaj | mint, yes , you use the mount command , sudo mount /dev/sdX /mnt , sdX being the partiition designation from fdisk -l | 21:45 |
Kilumnati | anyone here help me out? | 21:46 |
BluesKaj | Kilumnati, just ask your question | 21:46 |
Kilumnati | anyone here know how to get capture device Bus 001 Device 002: ID 2304:021e Pinnacle Systems, Inc. Dazzle DVC170 to work in ubuntu 12.10 | 21:46 |
bekks | Kilumnati: You'll need to find out wether that device is supported by linux at all, and then, you have to find out which kernel module you'll have to use. | 21:47 |
BluesKaj | Kilumnati, is it a tv tuner capture card ? | 21:48 |
Kilumnati | well this guy on youtube does https://www.youtube.com/watch?v=biQ8FXxoXN8 | 21:49 |
Alloushi | bye beoble | 21:49 |
Gemclip | where can i download the ISO files for ubuntu using torrents? | 21:50 |
bekks | Gemclip: You'll find the links on http://www.ubuntu.com | 21:50 |
Gemclip | i see the download links but they all seem to dl via http | 21:51 |
Gemclip | found it under al | 21:52 |
Gemclip | alt | 21:52 |
BluesKaj | bbl ...stuff to do | 21:55 |
Stmeter | Hi guys. I'm using cheese to see if I have a webcam that works. Although every time I open it, it crashes. Where are the log files located? | 21:57 |
=== k1l_ is now known as k1l | ||
Stmeter | Or if you can recommend any other app that allows me to view my webcam | 22:01 |
OerHeks | Stmeter, start cheese from the terminal grabbing the output: cheese 2>&1 > cheese.log | 22:01 |
grkblood | are there issue with the maverick repos right now? | 22:02 |
grkblood | issues* | 22:03 |
OerHeks | grkblood, maverick is EOL, and updates are removed | 22:03 |
OerHeks | grkblood, there is a way to obtain those old updates | 22:03 |
Stmeter | OerHeks: No log file was printed. | 22:05 |
OerHeks | grkblood, see https://help.ubuntu.com/community/EOLUpgrades#Requirements howto add old-releases | 22:05 |
grkblood | thanks | 22:05 |
paris | folks! how to setup Wifi wireless in ubuntu 12.4 ? | 22:05 |
OerHeks | grkblood, i am not sure why you want to continue that old version, upgrading is safer | 22:06 |
MonkeyDust | !wifi | paris | 22:06 |
ubottu | paris: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs | 22:06 |
OerHeks | Stmeter, that logfile should be in your home folder, at the level of /Documents/ and /Downloads/ | 22:07 |
Stmeter | OerHeks, yes it's empty. | 22:07 |
nashant | Hi guys, I'm getting LOADS of segfault errors. Here's the paste http://paste.ubuntu.com/1480253/ Any idea? | 22:07 |
OerHeks | Stmeter, maybe dmesg log shows something | 22:08 |
Kilumnati | thats my device how can i get it to work in ubuntu http://linuxtv.org/wiki/index.php/Pinnacle_Dazzle_Video_Creator_%28DVC170%29 | 22:10 |
jhansonxi | nashant: Bad RAM? | 22:11 |
nashant | jhansonxi: Shouldn't be, it's almost brand new and it was working absolutely fine up until a couple of hours ago | 22:11 |
paris | big thanks for that, and I am going to read , for now take care! | 22:11 |
nashant | jhansonxi: The only thing that's changed is I installed a gt520 in my machine, it was using an integrated radeon before that. I had to chroot in and install nvidia-current, which uninstalled fglrx | 22:13 |
jhansonxi | nashant: I had a new system develop RAM errors about two weeks after it was put into service. Running memtest on it is a simple way to eliminate that possibility. | 22:13 |
jhansonxi | nashant: Could also be a power problem if the supply can't handle the additional GPU power load. | 22:14 |
=== gnumber9 is now known as carolinason | ||
nashant | and how do I run memtest? | 22:14 |
yalu | damn | 22:14 |
yalu | updated my ltsp client image, and it broke sound... pulseaudio says "XOpenDisplay() failed" | 22:14 |
jhansonxi | Reboot and hold the Shift key down before Ubuntu boots. You'll get a menu of boot options. It's usually near the bottom of the list. Or you can download the ISO and burn it to a CD: http://www.memtest.org | 22:15 |
nashant | jhansonxi: psu should be fine. 750W running 4 SATA disks, and the GT520 | 22:16 |
jhansonxi | nashant: Also check the obvious stuff like loose memory modules, cards, cables, CPU heatsink. | 22:17 |
yalu | I've been juggling around kernels and client images for more than a day trying to make non-pae capable clients work and learned depressingly little how to troubleshoot ltsp | 22:17 |
nashant | jhansonxi: I don't have memtest option | 22:18 |
jhansonxi | nashant: Then try the ISO from their web site | 22:18 |
gnumber9 | . | 22:19 |
bekks | nashant: Then just install memtest86++ and you will get one. | 22:19 |
nashant | cheers bekks | 22:19 |
grish | anyone have a good source for themes? I'm on ubuntu 12.04 | 22:20 |
MonkeyDust | !themes > grish | 22:20 |
ubottu | grish, please see my private message | 22:20 |
gbear14275 | is there a list of the launchers in unity somewhere? I'm trying to learn how to make launcher files and was hoping to snoop on some in the unity "dock?" | 22:21 |
nashant | jhansonxi: Just noticed that libc6-i386 was on the autoremove list. I've been getting error 4 in libc-2.15.so. Could this be the problem? | 22:22 |
gbear14275 | I'm also having a hard time getting my new minecraft icon to work properly, it just flashes a terminal instead of launching the program | 22:22 |
nashant | bekks: memtest86++ already installed | 22:22 |
bekks | nashant: You could also just use a livecd. | 22:23 |
jhansonxi | nashant: I don't think so. The i386 version would only be needed if a 32-bit program needed it and you are using a 64-bit system. | 22:24 |
nashant | I am | 22:24 |
nashant | I've just rebooted and now python is crashing | 22:24 |
jhansonxi | nashant: That kind of random/creeping error is usually indicative of hardware failure (RAM, CPU) | 22:25 |
nashant | oh ****ing wonderful | 22:25 |
merozone2002 | what? | 22:25 |
nashant | python and php dying | 22:25 |
shomon | hi, anyone know a bit about empathy in ubuntu? I'm getting lots of aim spam | 22:26 |
merozone2002 | hello every body | 22:26 |
shomon | gaim used to kill it.. I mean pidgin | 22:26 |
jhansonxi | nashant: The main thing is to isolate the cause of it and avoid chasing phantom problems. IOW, don't spend time trying to compile a custom kernel to solve a problem caused by failing hardware. | 22:27 |
nashant | I wasn't even thinking of doing that | 22:28 |
jhansonxi | nashant: Not literally. One of the main skills you learn when troubleshooting PCs is differentiating between hardware and software failures. Random crashes affecting many unrelated programs, and errors involving ever increasing number of programs usually indicates hardware failure. | 22:29 |
nashant | Yeah, unfortunately that makes a lot of sense | 22:30 |
devnull_ | hello | 22:31 |
=== JoFo__ is now known as JoFo | ||
jhansonxi | nashant: If the system is stable when first powered on (cold) but starts failing later or when under heavy load (hot) then it usually indicates a thermally-related problem like a faulty fan, poor heatsink mounting, or marginal chip behavior (almost anything including CPU, GPU, north/south bridge, RAM) | 22:32 |
nashant | jhansonxi: Nope. php and python fail immediately | 22:32 |
KBentley57 | hi guys. Does the AMD catalyst package provided by ubuntu install the 32 bit and 64 bit drivers? | 22:33 |
jhansonxi | nashant: Easy way to isolate hardware problems is to put the drives in a different system and see if the problem still occurs. | 22:33 |
nashant | would be easy if I had access to another system | 22:34 |
jhansonxi | You could try removing the GTS card and see what happens. | 22:34 |
KBentley57 | I'm trying to get wine running better. I suspect it's because I'm on a 64 bit install, and it can't "find" the 32bit drivers | 22:34 |
nashant | Now /bin/df has failed | 22:34 |
bekks | nashant: Then run a memtest. | 22:35 |
nashant | that's what I'm trying | 22:35 |
nashant | but got a live usb that doesn't show memtest | 22:35 |
MonkeyDust | KBentley57 some 200 people in #winehq | 22:36 |
nashant | and I'm trying to add it in to my grub, but no love | 22:36 |
bekks | nashant: Just use another livecd. | 22:36 |
jhansonxi | nashant: Best to use other media. Changing anything on a mounted filesystem when you have random errors is really asking for data loss. I would disconnect the hard drives and boot from a CD/DVD, USB drive, or netboot PXE from a server | 22:37 |
KI4RO | My computer will not Restart...any suggestions? | 22:39 |
KBentley57 | MonkeyDust, I know, I'm getting ready to go there. I've been down this road before trying to get L4DII to run correctly and I was having similar issues. I've got a 6970 2GB card, and am only getting 30 fps or so. Should be much more. | 22:39 |
=== didigodo1 is now known as didigodot | ||
KBentley57 | KI4RO, hard reset? | 22:41 |
KI4RO | KBentley57, Yes, I can force it with the power switch | 22:41 |
KI4RO | KBentley57, If that's what you're asking | 22:42 |
MonkeyDust | KI4RO sudo shutdown -r now | 22:42 |
KBentley57 | KI4RO, Oh, you mean "why will it not restart?" | 22:42 |
KI4RO | KBentley57, Yes, when I select Restart from gear at the top | 22:42 |
KI4RO | KBentley57, It goes along for a while like its going to happen then the screen goes black and that's the end of it | 22:43 |
=== Motoservo_ is now known as Motoservo | ||
thesmallestpossi | iI have a huge penis | 22:43 |
KBentley57 | KI4RO, do you have a PCIe graphics card? | 22:44 |
KI4RO | thesmallestpossi, Not in this room | 22:44 |
thesmallestpossi | No but my penis is small | 22:44 |
KI4RO | KBentley57, I don't think so, its a laptop | 22:44 |
KBentley57 | KI4RO, Ok, does it have any sort of gpu other than the one built in to the processor or chipset? | 22:45 |
KI4RO | KBentley57, Toshiba Satellite a 135 | 22:45 |
nashant | ok, I found the memtest option on the live usb, but it says cannot load ramdisk with old kernel image | 22:45 |
KI4RO | KBentley57, No, I have not made any mods to it | 22:45 |
KBentley57 | KI4RO, I was going to suggest making sure you have any propriatary drivers installed. My system did the same thing until I had the right display drivers | 22:47 |
jhansonxi | nashant: I'm not sure what the error means exactly. Could be a problem with the live USB configuration or a false message due to the hardware error. | 22:47 |
KI4RO | KBentley57, How would I know about propietary drivers? | 22:47 |
jhansonxi | nashant: Try the Live USB memtest on a different system to see if it works there. | 22:48 |
KBentley57 | KI4RO, which version of ubuntu do you have? | 22:49 |
KI4RO | KBentley57, I can use boot-repair and it will work one time and then it won't do it again. I'm running 12.10 | 22:50 |
machicola | anyone know where keyboard shortcuts is located for gnome fallback desktop? hide/show desktop command doesn't seem to be working for me | 22:52 |
machicola | which I thought would be default set to ctrl+alt+D | 22:52 |
KBentley57 | KI4RO, go to a terminal and run "ubuntu-drivers list" | 22:54 |
KI4RO | KBentley57, Okay | 22:54 |
KBentley57 | KI4RO, it should show any that you can install. If it lists nothing, you should be ok | 22:54 |
KI4RO | KBentley57, It showed nothing | 22:55 |
KBentley57 | KI4RO, hm, then it's probably not driver related. What is the model of the notebook? If you don't mind sharing. | 22:55 |
KI4RO | KBentley57, Its a Toshiba Laptop Satellite A135 | 22:55 |
mike_papa | Hello, is it possible to use current user name wildcard in fstab? | 22:56 |
machicola | what does "ctrl+Super+D" mean regarding keyboard | 22:57 |
machicola | or, what does Super refer to | 22:57 |
mike_papa | machiola: windows key? | 22:57 |
KBentley57 | KI4RO, have you ever used pastebin? | 22:57 |
nashant | jhansonxi: The problem is uefi. And if I try and boot non-uefi it just hangs. Or seems to | 22:57 |
KI4RO | machicola, The "windows" key | 22:57 |
KI4RO | KBentley57, No | 22:57 |
machicola | ahh, thankyou! | 22:57 |
machicola | so it's useful after all :P | 22:57 |
mike_papa | machiola: most probably. Or "apple" key, or whatever you have between ctrl and alt. | 22:58 |
nashant | oh balls. looks like LOADS of errors | 22:58 |
jhansonxi | nashant: I haven't worked with UEFI yet so I can't help with that. | 22:58 |
machicola | nice, making progress | 22:58 |
bekks | nashant: broken RAM? | 22:59 |
KBentley57 | KI4RO, Can you try to copy the output of "sudo lshw" into the text box of http://pastebin.com, submit, and give me the link here? | 22:59 |
=== jackson_ is now known as Noskcaj | ||
nashant | jhansonxi: ok, been running just over a minute and 8.5k errors | 22:59 |
jhansonxi | nashant: With memtest? | 22:59 |
KBentley57 | KI4RO, it posts a bit of lengthy output, and it would flood the room otherwise | 22:59 |
nashant | yup | 22:59 |
KI4RO | KBentley57, I'll give it a try | 22:59 |
bekks | nashant: Then it is broken. | 22:59 |
KBentley57 | KI4RO, ok. just let me know if you need help on a certain part | 23:00 |
nashant | Yeah, I thought that as soon as half the screen turned red | 23:00 |
jhansonxi | nashant: Could be: bad RAM (try different RAM modules), bad motherboard (try RAM in different system), or bad RAM controller in CPU (if intergrated) | 23:00 |
jal | # | 23:03 |
antispin | hey, i'm trying to make a bootable USB stick with ubuntu 12.10 using mac osX 10.6, so i'm trying to convert the .iso to a .img using hdiutil. i specified the output as /Desktop/ubunutu.img, but after the resulting file is ubuntu.img.dmg, is this OK? | 23:04 |
alfabit | nashant, do you have more than 1 stick of RAM in the system ? | 23:05 |
KI4RO | KBentley57, Okay its there: http://pastebin.com/FxvbgNm6 | 23:05 |
nashant | alfabit: yup. 2x4GB | 23:05 |
KI4RO | KBentley57, I think LOL | 23:05 |
nashant | After it's finished I'm gonna play about with swapping them around | 23:05 |
pythor | Can anyone help me get my Ubuntu 12.10 machine booting again? It just stopped booting last night. I'm pretty sure the hardware is OK, as I'm running it now on a 12.04 live USB. | 23:06 |
alfabit | nashant, exactly. | 23:06 |
alfabit | If you are lucky, it is just one of the 2 sticks | 23:06 |
alfabit | and not a memory controller inside the CPU. | 23:06 |
nashant | hopefully only 1 is failing. Then I'll get them to just send out a new one | 23:06 |
mapass | antispin, you could give a try to UNetBootin @ http://unetbootin.sourceforge.net/ | 23:06 |
nashant | If not, then I'll get them to send me a whole new set (mboard, cpu, ram) | 23:07 |
alfabit | pythor, what's the last thing you see when you boot the 12.10 installation? | 23:07 |
antispin | mapass: so it's not good that it the resulting file has .dmg appended to the ebd | 23:08 |
antispin | *end | 23:08 |
pythor | POST, then a message indicating a missing OS. From the live usb, I can still see my files are there. I have a small efi partition and 60GB ubuntu partition. | 23:08 |
=== atrius is now known as atrius_away | ||
pythor | I tried running Boot Repair, but that hasn't helped. | 23:09 |
c_smith | Hi, I'm trying to install some games that are packaged in the Nixstaller, and these installers keep hanging at "Execute: /tmp/selfgzxxxxx/bin/linux/x86_64/libc.so.6/lock /var/lib/dpkg/lock" and not moving on. | 23:09 |
c_smith | is there anything I can try? | 23:10 |
bekks | c_smith: Which Ubuntu are you on, and whats the "Nixstaller"? | 23:10 |
alfabit | pythor, sounds like GRUB - the bootloader - may have been corrupted. | 23:10 |
Jlinkz | wow you guys look busy | 23:10 |
c_smith | bekks, 12.10. and Nixstaller is detailed here: http://nixstaller.sourceforge.net/news.php | 23:10 |
Jlinkz | hi, I think the dns for my ubuntu server is messed up. when i type the comand apt-get update it returns a lot of errors. can someone help? | 23:11 |
alfabit | pythor: If you can boot the system once, you can re-run 'update-grub' and that should let you boot the system again. | 23:11 |
c_smith | Jlinkz, I'd suggest pastebinning at least some of those errors and providing them to the nice folks here. | 23:11 |
KBentley57 | KI4RO, sorry, gone for a moment, looking over it now | 23:11 |
KI4RO | KBentley57, np | 23:11 |
Jlinkz | working on that | 23:12 |
pythor | alfabit, I can only boot on the live usb. Any idea how to get it to boot that first time? | 23:12 |
alfabit | pythor: You might try Super Grub Disk supergrubdisk.org to get it to boot the 12.10 system. | 23:12 |
bekks | Jlinkz: Which errors? | 23:12 |
c_smith | bekks, if you meant what the nixstaller is for, it's one for each of the Humble Bundle games I have. | 23:12 |
pythor | alfabit, OK, I'll try that. Thanks. | 23:12 |
c_smith | that come in that format, that is. | 23:12 |
sweb | i have an error using SSD hard ... mount parition that located on `/` error during click on natilus http://paste.ubuntu.com/1480592/ | 23:14 |
mapass | antispin: im not sure, because ive never used hdiutil nor mac os... but it could be fine.. but i cant guarantee | 23:14 |
bekks | sweb: The error tells you what to do. | 23:14 |
Jlinkz | http://pastebin.com/PYnhQXkv | 23:15 |
sweb | bekks: it's not NTFS ... but natilus see as another partion but it's '/' | 23:15 |
mapass | antispin: maybe this could be useful http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx | 23:15 |
nashant | jhansonxi: how much do you know about memtest? | 23:15 |
bekks | sweb: Your error message tells something different. | 23:15 |
nashant | or bekks | 23:15 |
bekks | nashant: When it shows errors, your hardware is broken. | 23:16 |
sweb | bekks: yep ... so i need help | 23:16 |
mapass | antispin: look at 3th step :) | 23:16 |
jhansonxi | nashant: Not an expert but I've used it quite a bit. Normally I don't need to mess with any options. | 23:16 |
nashant | Yeah, but I'm trying to figure out which bits are broken | 23:16 |
Jlinkz | here is some of the errors http://pastebin.com/PYnhQXkv i cant connect to any websites? | 23:16 |
bekks | nashant: In the last 20 years I never saw a system with memtest error and NO broken hardware. | 23:16 |
bekks | nashant: RAM, mainboard, CPU - as jhansonxi already told you. | 23:17 |
nashant | it seems to throw errors when testing 8192-8668 of 8171M | 23:17 |
antispin | mapass: yeah, i'm following that guide, it notes that OSX tends to add .dmg, but it's ambiguous as to whether or not that's good or bad. I think it's ok though, Thank you! | 23:17 |
alfabit | nashant, that's the range of the bad DIMM | 23:17 |
alfabit | so pull out the first stick. | 23:17 |
alfabit | re-run the test. | 23:17 |
nashant | That's what I thought | 23:17 |
alfabit | It will probably chug along w/ no errors.. | 23:17 |
nashant | but surely that would come at the end of the 2nd dimm | 23:17 |
nashant | but if it says it's testing 8192-8668 of 8171, might that not mean a bad controller? | 23:18 |
alfabit | If DIMMs are less than 8GB, yes, I guess so.. | 23:18 |
jhansonxi | nashant: Hard to deduce. It depends on how the memory addresses are assigned to the modules. Most systems will boot with a single module so remove one and retest. | 23:18 |
nashant | the dimms are 4GB | 23:18 |
ohshitgorillas | Hi there! When booting with the server or minimal installer, how do I enable compatibility with Bluetooth devices? | 23:18 |
alfabit | nashant, just make sure to test the easy stuff first :) | 23:18 |
alfabit | pulling a DIMM is easy. | 23:19 |
nashant | total memory should be 8192, but memtest is saying there's 8171 | 23:19 |
alfabit | sometimes the RAM sockets are dodgy, too, on inexpensive boards. A reseat might help. But pull it first, and see if you can get a clear run with memtest. | 23:19 |
mapass | antispin: You're welcome... and good luck :) | 23:19 |
bekks | nashant: Then pull one DIMM and retest. | 23:19 |
nashant | Yeah, I'll let the whole test run while I'm sleeping, then pull it out in the morning and retest | 23:20 |
alfabit | nashant, don't do that. | 23:20 |
nashant | alfabit: how come? | 23:20 |
alfabit | nashant, you've got an error, stop the test right away. | 23:20 |
bekks | nashant: You already KNOW the test is failing. Stop it, pull one DIMM and retest. | 23:20 |
jhansonxi | nashant: Some may be reserved for GPU sharing (common with integrated video). | 23:20 |
KBentley57 | KI4RO, i don't see anything out of the ordinary, however, I do see that there is a bios update for your model on toshiba's website. I would suggest trying that first. | 23:21 |
ohshitgorillas | How do I enable bluetooth compatibility when using the server installer? I need it for my keyboard and mouse... and I'm too lazy to go down to goodwill and pick up a ps/2 keyboard =P | 23:21 |
jhansonxi | nashant: Even a single error is bad so when you find one you can assume that something is faulty and needs to be repaired or replaced. | 23:21 |
KI4RO | KBentley57, Thank you so much...appreciate your time....Happy 2013 to you and yours | 23:22 |
KBentley57 | Thanks, you too. Good luck with it - issues like this are just tiny aggravations :) | 23:22 |
nashant | right | 23:22 |
nashant | test stopped | 23:22 |
nashant | dimm 2 pulled, retesting | 23:23 |
Jlinkz | can someone help me, i cant connect to the internet on my ubuntu server? | 23:23 |
jhansonxi | ohshitgorillas: Can you access the BIOS with it? | 23:23 |
bekks | Jlinkz: Did you pastebin the errors you get? | 23:23 |
Jlinkz | yes i posted it twice | 23:23 |
Jlinkz | http://pastebin.com/PYnhQXkv | 23:23 |
ohshitgorillas | jhansonxi: yep | 23:23 |
bekks | Jlinkz: Pastebin "cat /etc/resolv.conf" please. | 23:24 |
nashant | on to test #4, and no errors | 23:24 |
Jlinkz | # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) | 23:24 |
Jlinkz | # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN | 23:24 |
Jlinkz | thats it | 23:24 |
FloodBot1 | Jlinkz: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. | 23:24 |
alfabit | nashant, sounds like it's your DIMM :) Relatively good news. | 23:24 |
bekks | Jlinkz: You dont have a DNS server configured. | 23:24 |
ohshitgorillas | technically it's USB but it's the logitech unifying USB/halfassed bluetooth | 23:25 |
alfabit | nashant, in proper operation, memtest86+ will take ~6-12 hrs to uncover some errors | 23:25 |
Jlinkz | how do i edit it ? | 23:25 |
bekks | Jlinkz: How did you configure the IP of your server? | 23:25 |
dinosaurvskitten | how can I simply run a command in ubuntu 12.10? Hitting 'super' is intuitively the one that should work since it also does search and all those things, but typing "urxvt" in it doesn't do anything, even though it's a valid command. | 23:26 |
Jlinkz | i have a static ip | 23:26 |
Jlinkz | oh wait let me try something | 23:26 |
nashant | alfabit: well the first time I ran it it took less than a minute | 23:26 |
volty | hi, I wanted, as usual, to get and burn kubuntu on an rw disk but this time the size execeedes its capacity (i can burn 702.3 but not 703.3 mb (kubuntu-12.04-1-desktop-i386, while the last version that is ok is 702.3 but is for amd64) | 23:26 |
jhansonxi | ohshitgorillas: I have one of those but haven't used it for a non-GUI install. I would assume that if it worked in the BIOS then it would work in the text-based installers. Maybe you need a bt module loaded in the kernel and maybe a BT daemon (bluez?) | 23:26 |
alfabit | nashant, yup. When it's really bad..you get errors right away. | 23:27 |
f^3 | Good afternoon. I installed the fglrx amdcccle package but when i login i dont see the sidebar or menu bar at the top. | 23:27 |
alfabit | nashant, you probably are out of the woods now, but just to be safe, you could now run memtest overnight. If it's still going in the morning..with no errors..just RMA that DIMM. | 23:27 |
f^3 | I do see my desktop icons though | 23:27 |
dinosaurvskitten | (put in other words: where has alt-f2 gone?) | 23:28 |
dinosaurvskitten | the answer is nowhere and fn-lock was off | 23:28 |
alfabit | dinosaurvskitten, terminal or uxterm | 23:28 |
jhansonxi | f^3: Do you have more than one video device? It could be expanding the desktop to use an integrated video it detects but doesn't have a monitor connected. | 23:28 |
nono | http://grooveshark.com/#!/playlist/Llm+Playlist+1/65811302* | 23:28 |
ohshitgorillas | jhansonxi: is there a way to add kernel modules to starting the installer? it lets me choose a language, asks me to start the installer, and then becomes unresponsive asking for keyboard layout | 23:28 |
ohshitgorillas | jhansonxi: but I don't know, if I can append something to the start of the installer somehow, how I would use that to load kernel modules anyway | 23:29 |
f^3 | Jhansonxi i have an integrated graphics card. Let me swap my inputs real fast. | 23:29 |
nashant | alfabit: found it. RIP dimm 2 | 23:30 |
jhansonxi | ohshitgorillas: That's a tough one. It's been quite a while since I had that kind of problem. The modules need to be available in the installer's image at least. | 23:30 |
alfabit | nashant, cool :) | 23:30 |
Jlinkz | ok i mistyped something | 23:30 |
nono | modconf | 23:31 |
f^3 | Jhansonxi, the vga ports are pnp right? If so than the internal card must be disabled. | 23:32 |
ohshitgorillas | jhansonxi: yeah, it's been plaguing me for a while. if there was only a way to at least get it to where I could just use ssh | 23:32 |
jhansonxi | ohshitgorillas: When I had a problem with a missing module, I switched to an older Ubuntu release that had it in the installer, installed that Ubuntu version, then upgraded. Really slow but it worked. | 23:32 |
nashant | alfabit: well not cool, but good that I've found the problem | 23:32 |
nashant | New Years Eve tomorrow though. I'll pour one out for my dead homie | 23:32 |
jhansonxi | ohshitgorillas: The only other way I can think of is a serial console connection with a null-modem cable. | 23:33 |
ohshitgorillas | jhansonxi: yeah, it'd be easier at this point to just go to goodwill and pick up a ps/2 keyboard, lol | 23:33 |
jhansonxi | f^3: Depends on BIOS. | 23:33 |
f^3 | Where are the unity configurations stored? | 23:34 |
ohshitgorillas | is there a way to do a minimal installation from the desktop installer? I really dread having to spend hours de-bloating | 23:34 |
alfabit | nashant, the other thing you can do..if you have 4 or more RAM slots, pop that "bad" one into a different slot. I've seen that work, when it's just a bad connection. | 23:34 |
jhansonxi | f^3: I use Xfce so I don't know much about Unity | 23:34 |
nashant | alfabit: only 2 slots, but I tried it in the known good slot and it still gave errors | 23:35 |
alfabit | ohshitgorillas, no, I don't think you can do a minimal install without using the "alternate" desktop install CD. | 23:35 |
alfabit | nashant, yeah, it's toast then.. | 23:37 |
ohshitgorillas | alfabit: which is what's giving me the problems =/ that and the server | 23:37 |
nashant | Poor little thing. He was only a babe | 23:37 |
alfabit | ohshitgorillas, https://help.ubuntu.com/12.04/installation-guide/i386/boot-parms.html | 23:37 |
f^3 | Hmm. Ley me install the base plasma packages and see if its a unity issue. | 23:38 |
jhansonxi | ohshitgorillas: Not with desktop installer. Try: https://help.ubuntu.com/community/Installation/MinimalCD | 23:38 |
Ledder | where would you guide me to have some help with virtualbox? | 23:38 |
Ledder | and hello | 23:38 |
alfabit | ohshitgorillas, you might want to use parameter anna/choose_modules | 23:38 |
ohshitgorillas | jhansonxi: the minimal installer gives me the same problem | 23:38 |
jhansonxi | ohshitgorillas: You can save/restore your current package selections with dpkg --get-selections/--set-selections | 23:38 |
ohshitgorillas | jhansonxi: don't have a current package selection, coming from Arch... too much of a pain in the ass, too often | 23:39 |
alfabit | Ledder, virtualbox from ubuntu repo works well, what are you trying to do ? | 23:39 |
ohshitgorillas | alfabit: thanks I'll try that | 23:39 |
Ledder | I'd like to instal win7 but i think i broke something | 23:39 |
Ledder | i'm ending up by having error messages | 23:39 |
jhansonxi | ohshitgorillas: I think you should go get that PS/2 keyboard now :D | 23:39 |
alfabit | Ledder, error messages _in_ the virtual machine, or from the host machine (your ubuntu install) ? | 23:40 |
Ledder | from the host | 23:40 |
Ledder | i can't even initiate the virtual | 23:40 |
alfabit | Ledder, can you tell us what the errors are? | 23:41 |
ohshitgorillas | jhansonxi: lol right? one more try... | 23:41 |
jhansonxi | ohshitgorillas: The only way around it would be to use an installation script, either kickstart or preseeding, so you don't need to type anything. | 23:41 |
ohshitgorillas | jhansonxi: at that point I think it'd just be easier to strip the desktop installation | 23:42 |
mcsmash | I'm having some SERIOUS problems installing ubuntu on my Lenovo w520. Any help would be aprecciated | 23:43 |
mcsmash | *appreciated | 23:43 |
alfabit | Ledder, yeah, it sounds like you need to sudo apt-get update; sudo apt-get install dkms | 23:43 |
Ledder | already done | 23:43 |
alfabit | Ledder, that way, when kernel versions automatically get updated, the virtualbox driver will be re-compiled for you. | 23:44 |
jhansonxi | ohshitgorillas: You could start with one of the lighter variants like Xubuntu or Lubuntu (or Linux Mint). "Ubuntu" is mostly the "ubuntu-desktop" metapackage and it's dependencies. | 23:44 |
BlueNeXuS | cylon ubuntu is great too | 23:44 |
ohshitgorillas | jhansonxi: hm, that might work actually | 23:46 |
BlueNeXuS | ohshitgorillas: may i message you? | 23:46 |
ohshitgorillas | BlueNeXuS: sure | 23:46 |
alfabit | Ledder, iirc that message about re-running vboxsetup is bogus, because that script doesn't exist in /etc/init.d | 23:46 |
mcsmash | I've tried 12.04.1, 12.10, lubuntu 12.10, and straight Debian. Depending on the version, my laptop will go through the boot sequence and then become COMPLETELY unresponsive. | 23:46 |
f^3 | Hmm... Plasma works while unity doesnt :/ | 23:47 |
jhansonxi | mcsmash: Try https://help.ubuntu.com/12.04/installation-guide/i386/boot-parms.html | 23:47 |
Ledder | yes i thaught that sounds wierd | 23:47 |
Ledder | so what else? | 23:47 |
alfabit | Ledder, you might be able to do a sudo dpkg-reconfigure virtualbox | 23:47 |
alfabit | Ledder, I did have the same problem. | 23:48 |
humbolto | hey, which system in ubuntu does the automounting of hotplugged usb jumpdrives? | 23:48 |
Ledder | that's funny terminal says virtual box is broke or not correctly installed | 23:49 |
alfabit | mcsmash: Have you attempted installing/booting using kernel parameter 'nomodeset' ? | 23:49 |
mcsmash | jhansonxi: I don't know what periferals are even failing. I have no idea what is going on. I would love to use a live CD to look at some logs, but that won't boot either. | 23:49 |
alfabit | mcsmash: if you have a very new nvidia card that could be your issue. | 23:49 |
alfabit | Ledder, if you reconfigure or reinstall virtualbox, it won't affect your on-disk virtual machine that you created. | 23:50 |
alfabit | You just need to trigger dkms to rebuild your modules. | 23:50 |
Ledder | don't worrry i hafn't installed anything yet | 23:50 |
Ledder | as it ends up by creating an error message | 23:51 |
alfabit | Ledder, and make sure you have linux-headers-generic installed. DKMS rebuild needs those. | 23:51 |
jhansonxi | mcsmash: Intel or Nvidia graphics? | 23:52 |
Ledder | linux-header-generic? | 23:52 |
Ledder | how do i get them? | 23:52 |
mcsmash | The laptop over a year old. I've been raging out pretty hard, mostly because my system was working with great with 10.04. | 23:52 |
alfabit | Ledder: sudo apt-get install linux-headers-generic | 23:53 |
alfabit | Ledder: make sure you copy that command/spell it right :) | 23:53 |
Neytiri | i am having a issue getting a library installed on my system, i am getting a ton of errors | 23:53 |
jhansonxi | mcsmash: Do you know what video chip (GPU) it uses? | 23:54 |
Neytiri | http://ideone.com/4TwtgP here is the errors | 23:54 |
mcsmash | It's an nvidia card. The thing that has been confusing me is that I've gotten to Unity (that's a rant for another time) but it will only do that once. It will freeze hard, and when I reset it never makes it there again. | 23:54 |
=== prawnsalad is now known as Guest | ||
mcsmash | I don't know what the card is actually :( | 23:55 |
alfabit | mcsmash: thinkwiki.org is a good resource. There is an 11.04 (and a Debian Squeeze) writeup for the w520. Check that first. | 23:55 |
alfabit | mcsmash: http://www.thinkwiki.org/wiki/Installing_Ubuntu_11.04_on_a_ThinkPad_W520 | 23:55 |
jhansonxi | mcsmash: Probably a bug with Noveau, the open source Nvidia driver. Try booting with the "xforcevesa" parameter. | 23:56 |
Ledder | so done | 23:56 |
jhansonxi | mcsmash: This will tell it to use the generic VESA (unaccelerated) driver that works with most anything. | 23:56 |
Neytiri | how do i fix this error i am getting http://ideone.com/4TwtgP on package install | 23:57 |
jhansonxi | mcsmash: If that works then install the official Nvidia driver (after Ubuntu is installed). | 23:57 |
jhansonxi | Neytiri: Try the solution at the bottom of this page: https://answers.launchpad.net/ubuntu/+source/apt/+question/183459 | 23:59 |
=== Sinc__ is now known as seednode |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!