/srv/irclogs.ubuntu.com/2013/02/26/#ubuntu.txt

Tm0jamesgcd Thank you ^___^00:00
icemanwhy idea why it hangs and error out, when i run 'aptitude install sysinfo' ?  http://pastebin.com/m8gJvRxa00:00
jamesgcdIkonia - would the shred tool accept the partition as a file :p?00:01
icemani get responses when ping the the repos host.00:01
ikoniaiceman: your network does not appear to be working, or the host 91.189.91.14 is down00:01
ikoniajamesgcd: normally00:01
ikoniaiceman: telnet to it on port 8000:01
yownikonia: Then why did you say "you'll need to work out the start/end block bounderies, or change working of mb/kb sizings" "if you don't set the start/end you'll end up doing the whole disk"  "dd knows nothing about partitions, so you have to set a start/stop point for dd" if I can just point it to the partition and have it do that spaceof the HDD.00:01
icemanwill try00:01
ikoniayown because it doesn't00:02
jamesgcdikonia I'm not sure upon the syntax of using shred, but if you are I'd suggest telling yown about it. It seems much more fit for purpose than DD :p00:02
yownikonia: More specific please00:02
smcguinnessi'm trying to restart HAProxy via SSH through Jenkins however the service call requires sudo00:02
ikoniajamesgcd: the whole processing of dd'ing the disk seems overkill.00:02
ikoniayown: sorry, specific about what ?00:02
ikoniayown: just dd the partition.....00:02
smcguinnessis there a way to have that service restart not require sudo password00:02
=== jeff_ is now known as Guest70411
ikoniayown: I doubt your data could be that important to be honest, and you'll end up making a mess of it, but just get on with dd'ing the partition00:03
yownikonia: "because it doesn't" Because what doesn't what?00:03
Guest70411wondering if someone knows how to use github to start contributing to Mozmill00:03
ikoniayown: dd knows nothing about partitions, it's dumb00:03
jakeyhi, how do I compile a program from source or do you have to read the readme each time00:03
icemanhmm... look like 91.189.91.14 is not listening on port 8000:03
=== wedgwood is now known as wedgwood_away
ikoniaiceman: there you go then00:03
jamesgcdTm0 I'm still trying to google any fixes but it seems like something your network admin might be able to help with :). They could diagnose any issues on the schools end if there is any00:03
yownikonia: But you said if I pointed dd to the partitions address, it will do that area of the drive and only that. Well if that is true, then it has to know something of the partition to work only on said partition00:04
jakeyhi, how do I compile a program from source or do you have to read the readme each time?00:05
thiebaude!compile00:05
ubottuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall00:05
Tm0jamesgcd They don't. They are graduates of the program here. They don't know how to work with Linux...00:06
icemanwhere can i get a list of working repos for ubuntu 12.10 x64?00:06
jamesgcdTm0 if you hide the fact its linux and have them try diagnose it, from their perspective it shouldnt make much difference since the protocols for the wifi will be the same with Linux as with Windows :p00:08
mawuli_ypaHi, i am configuring a mail server and i mistakenly changed the ownership of /var/mail00:09
mawuli_ypahow do i revert that? I mean, who/application normally owns this directory00:09
mawuli_ypa?00:09
Tm0jamesgcd From that point it should be working. My phone connects. My friends windows laptop does.00:11
jamesgcdmawuli_ypa: on my 12.04 server, /var/mail is owned by root and grouped by mail, with read write and execute permissions for owner group and others.00:11
mawuli_ypaok. thanks00:11
ai6pgdrwxrwsr-x   2 root mail     4096 Feb 25 07:56 mail00:11
mawuli_ypai just made the changes00:13
yownjamesgcd: I have also heard of shred, but I guess that does more data obliterating then I need/too time intensive00:13
jamesgcdyown theres no difference between writing with DD or shred assuming you set shred to only run once00:13
jamesgcdyown I suppose you could use DD to set a trillion nyan cat gifs on the partition instead of random data, but in terms of write time, they'll achieve the same results00:14
Tm0jamesgcd Thanks for your help. I guess ima just gonna have to dual boot until I can get it working.00:15
jamesgcdThat awkward moment when you find useful information JUST as they leave the chat00:15
yownjamesgcd: I understand shred does 3 passes, and writes random data stuff rather the just 0's00:16
yownwhich is going to take longer00:16
puffSeveral times over the past couple of hours my computer has played a tone.  It sounds similar to the tone I hear in empathy when somebody talks at me, or from facebook chat. However, empathy (which was running) doesn't show anybody trying to chat with me, and I don't have a facebook window open.  Is there anywhere I can look to see what caused the tone?00:16
jakeywhich  java run-time and compiler should i use00:17
jamesgcdyown from what I heard it did 25, but there is a setting which lets you configure it to whatever you want. Additionally, whether it writes a 1 or writes a 0 is irrelevant, they take the same amount of time to write00:17
yownjamesgcd: I mean it writes manuals and stuff in there, data with a pattern, and not just fill00:18
yownjamesgcd: Anyway, so shred has no problem seeing partitions?00:19
SonikkuAmericaHi! Ubuntu64 12.04.2 LTS. When I [ sudo apt-get install gnome-panel cairo-dock ], it replaces my xserver-xorg-all-lts package with xserver-xorg-qxl. Is that correct?00:19
jamesgcdyown its easy to tell youve specially cleared something with specialist tools whether or not you use random data or otherwise so if thats your concern it wouldnt matter either way. and I believe so but I've never used it myself, I'd recommend just typing "man shred" in the terminal, if its not installed, type sudo apt-get install shred && man shred00:20
yownjamesgcd: These man files are not written for the likes of me, no good00:20
yownman files skimp on information you need, and what information they do have is usually put in too technical a way to be understood00:21
jamesgcdsudo shred --iterations=1 --zero [/dev/whateverpartition] should do it00:22
yownjamesgcd: but ikonia was saying dd didn't see partitions, that I could risk having my whole drive over written, is that not the case with shred then?00:23
SonikkuAmericaExcuse my lack of !patience: Hi! Ubuntu64 12.04.2 LTS. When I [ sudo apt-get install gnome-panel cairo-dock ], it replaces my xserver-xorg-all-lts package with xserver-xorg-qxl. Is that correct?00:23
jamesgcdyown: shred is designed to just delete a single file. My assumption is that it'll work since to its eyes /dev/partitionofdoom will appear as a single file. I could be wrong, but seeing as it'd delete everything anyway theres no real risk unless you typoed and accidentally hit the wrong partition with the command00:24
jamesgcdyown: I'd actually recommend just clearing the entire HD and reinstalling everything if youre this concerned about people recovering the data. If you've ever resized the partition at any point there'll be an extra copy of some files outside the resized partition which could be tracked. If you ESPECIALLY serious. After doing that, hit the harddrive with an hammer and use explosives on it00:26
yownjamesgcd: what I am worried about thanks to ikonia  is, whether it will exceed the partition parameters and delete the whole drive or something (or anywhere outside of the partition)00:26
yownjamesgcd: Well most of my HDD has never been used/totally unpartitioned, no reason to waste time writting over on that too00:27
jamesgcdyown: if most of its never been used, for simplicities sake I'd recommend backing up any data and using DD on the entire drive itself.00:28
yownjamesgcd: How would that be any simplier? And what would be the point? I would just be using ALOT more time00:28
yownfor no apparent reason00:29
yownjamesgcd: So you are unsure whether shred would exceed the partition parameters, or not?00:29
jamesgcdyown: its simpler because you can guarantee then without any error that EVERY bit has been scrambled. The point is security, youre making a direct tradeoff between time and security here, I could say theres a 99% chance of the data being securely gone and you could take the 1% risk. But if that backfires its your problem00:29
jamesgcdyown: and yeah, I would assume it wouldn't but theres no guarantees, I've never had data so sensitive I've needed to have it completely removed00:30
dhcihi. not really going to use mongodb anymore I don't think but is there a simple way to get the mongo shell going? the server installed ok to default ports 27017 and 28017 responding, but mongo command dies on shell/mongo.js when connecting to test00:30
yownjamesgcd: Partitions always use the same physical section of a drive, right? So what would be the point of writing to a section of the drive that has never been used?00:31
jamesgcdyown: security. I know I'm being vague but if the data is sensitive enough to be securely removed, its worth doing properly. Any form of cache could blow in your face for example, if you had a picture you needed removing, and some photo viewer on a different partition had generated a thumbnail, that thumbnail wouldnt be securely removed00:32
yownjamesgcd: Please answer my question about physical drive and partitions00:33
=== fox_wilson is now known as fwilson|coding
jamesgcdyown: assuming the partition is never resized or moved from the point where you start writing data on it, any data would not be able to be moved out the area on the disk the partition covers.00:33
dhciyown there are fancy partition schemes like linux volume manager where the partitions aren't so sequentially clear cut00:33
yownjamesgcd: Right, and I can be sure of that00:34
yowndhci you mean where partitions can change what part of the physical drive they cover?00:34
jamesgcdyown: pretty much. What you cant be sure of is with caching, indexing, and essentially anything.00:34
yownjamesgcd: Linux will cache or index parts of the physical drive unclaimed by partition sometimes?00:35
yownby moving where the partition is on the physical drive automatically?00:36
jamesgcdyown: never, I believe dhci meant that Linux can cache individual files on the partition in places other than where the datas stored. it wouldnt be a problem if you scrambled the entire partition though.00:36
dhciyes I don't know if the linux volume manager or similar tools take into consideration the drive density and platter count, or related constellation of parameters. you could probably make good use of the controller and drives if you drilled down to specifics00:36
Nicolas_Leonidashi, My ISP brought me a new modem, as soon as Ubuntu starts to load the ethernet port on modem stops blinking, and then ubuntu loads without network access00:37
jamesgcdoh yown, I am assuming youre not using Linux Volume Manager, I'm not experienced with it and its not common in most situations, but dhci probably would give better advice if you are00:37
dhcianyhow still plugging away at mongodb but going to work on a node.js installation first00:37
ShapeHello, I would like to reinstall Ubuntu but I want to keep my programs and settings for those programs, i.e. firefox settings. I would also like to keep my desktop settings (i.e. size of the taskbar) There are lots of links with confusing information and I don't know how to go about it because they dont tell you exactly what you will keep.00:38
jamesgcdyown: eek, called it linux volume manager, we mean the linux LOGICAL volume manager :p00:38
jamesgcdShape: in most cases if you create a backup of the home folder and paste it into an install with the same installed programs, the programs will retain the same settings unless you changed the setting system wide00:39
Ntemishi00:39
Ntemisi need your help00:39
RiXtEr!ask | Ntemis00:40
ubottuNtemis: 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 !patience00:40
yownjamesgcd: Is LVM ever default in ubuntu? Or something you would have to choose to install?00:40
Ntemisi want to run an*.scexe firmware update on my ubuntu server00:40
jamesgcdyown: theres a button to choose it if you want it. its not default though00:40
=== Guest93198 is now known as tm
Shapejamesgcd: I keep seeing this command: dpkg --get-selections >~myprograms.txt and then after reinstall dpkg --set-selections <~myprograms.txt00:40
Shapeapt-get -u dselect-upgrade What will this do?00:40
Ntemisbut is only compatible with redhat and suse?00:40
Ntemishttp://ftp.hp.com/pub/softlib2/software1/sc-linux-fw/p649739856/v77252/CP017428.txt00:41
Ntemisany help priciated00:41
yown jamesgcd well then I probably do not, which means there is no reason to write over anything other then the partition I wish to perma delete, right?00:41
jamesgcdShape: I'm not sure, I think though that'll make a list of all installed programs and after you reinstall and run the second command it'll read the list and install them individually. Could be wrong though00:41
jamesgcdyown: sure, unless you've at any point ever run an operating system on it.00:42
Shapejamesgcd how can I find out for sure? That looks really helpful. Is there an alternative to that? Because it would seem spot-on. You reinstall the programs, then you just copy the home folder over.00:43
sarsaeolNtemis: it may not work, but you can try converting the rpm to deb with alien00:43
Arisenhi all, i have just installed xubuntu on my macbook, i can't access the home file of the mac hard drive through ubuntu00:43
Arisenanyone can help ?00:43
Ntemisis states is not rpm00:43
Ntemisis like rpm+scripts?00:44
jamesgcdShape: You could google the command. I think Linux Mint has some software which essentially does the same thing (list all installed software and then redownload it afterwards) and it should work in Ubuntu. Im unsure of the actual name though - if it did do that though and you copied the home folder over afterwards, then 99% of programs would retain all the same settings00:44
Shapejamesgcd Thanks!00:44
sarsaeolNtemis: so alien says it is not a proper rpm?00:45
sarsaeolor you dont have the rpm00:45
Ntemisdidnt installalien00:45
Arisengerman installation ?00:46
sarsaeolokay, it may be your only hope for this particular utility, and is probably worth a shot. but it really may not work00:46
Arisenif i set chmod -R 777 to my macosx home folder, is there anything insecure about it for outer connection ? (reason : i want to access them from ubuntu which is also installed on the same macbook-machine)00:47
sarsaeolArisen: just means any user connected to computer will have full access to everything in your users folder…. including guests00:48
jamesgcdArisen: its insecure since anyone who can log into your computer could access that folder without an issue. If you had a seperate account on your Osx installation for example, they could browse, edit, delete files with no problem00:48
sarsaeolas insecure as it gets ;)00:48
Arisenlol i c , any other solutions ?00:49
Arisen120gb : osx , 60gb :  ubuntu, trying to to access macosx home after booting from ubuntu00:49
Smirnovmy desktop is really slow, top is showing i only have 1gb of ram free. how do I have top combine all processes under the same name to figure out where all the ram went?00:49
yownjamesgcd: What does running a OS on it have to do with it?00:49
sarsaeolArisen: you can't access them even through the root acct?00:50
Arisenno00:50
Arisenwith sudo u mean ?00:50
sarsaeolya00:50
Arisennop00:50
sarsaeoland the partition is mounted with rw?00:50
Arisenits guid00:51
jamesgcdyown: imagine it like this, I'm breaking into windows for simplicities sake here: I have Windows on C:\. I have Info on D:\. Windows which is on C:\ will automatically analyse files in D:\ and index them, now even if I delete everything on D:\ securely, C:\ Still has indexed references to those files00:51
Arisenlemme chk00:51
Arisenit's a ms-dos00:51
yownjamesgcd: I know what you mean, but that isn't the OS breaking out of its partitioned physical location on the drive00:52
Arisenu mean the partition of ubuntu00:52
Arisen?00:52
Arisenswap or the osx ?00:52
jamesgcdyown:it isnt but from a security perspective if youre not deleting EVERY trace you may as well not delete any of them. If someone badly wanted to steal this info, they easily could00:52
sarsaeolno i meant the osx partition, and if its mounted as read-only00:52
yownI guess so, I mean if you partition, that partition always only writes to that specific part of the physical drive, right?00:53
Arisenread/write00:53
Arisen:)00:53
Ntemissarsaeol: http://lpig.wordpress.com/2009/08/19/updating-hp-p400-sas-raid-card-firmware-via-linux/00:53
yownArisen: That is a yes then?00:53
Ntemisam on ubuntu server 64bit 12.04.200:53
jamesgcdyown: yeah. But its hard to see if its been copied to another partition without you noticing since OS's and programs will read information from pretty much anything and leave trails everywhere00:53
Arisenyes00:53
Arisenit is a yes ^^00:53
yownjamesgcd but it can't write to unpartitioned space, nor will it change partition size or location on its own, right?00:54
jamesgcdyown: the security issue youre combatting as well requires them to have the hardware in the first place. They'd have all the time in the world to search for a single mistake you could make. And no, it can't.00:54
sarsaeolNtemis: so the solution was to install the stdc++ libraries?00:55
sarsaeolcool00:55
Ntemisit seems so00:55
sarsaeoltmyk =]00:55
crazyhorseHi, I need a command line tool that i can use to analyse what's using up all the disk space.. something with a tree would be nice.. any suggestions?00:55
Ntemishttp://packages.ubuntu.com/search?keywords=libstdc%2B%2B00:56
Ntemiswhat is the command so ubuntu get the right one?00:56
Ntemissudo apt-get install stdc?00:56
Arisentown : brw-r-----  1 root    operator    1,   2 Feb 25 17:46 disk0s2 drive info00:57
sarsaeolor you could aptitude search for it00:57
sarsaeolsee whats avail in repos00:57
Ntemisok thanks00:57
Arisenytown*** brw-r-----  1 root    operator    1,   2 Feb 25 17:46 disk0s2 drive info00:57
Arisenyown omfg00:57
Arisenwell let me reboot from ubuntu , be back town00:58
yownjamesgcd: Anyway we got off issue. Can we please get back to determining exact partition address for the purposes of shred?00:58
jamesgcdyown: you'll have to do that yourself. I dont know which partition the data is on. All I can tell you is /dev/sda refers to the ENTIRE disk, and /dev/sda1 the first partition on the disk, /dev/sda2 the second, and so on00:59
yownjamesgcd: What command do I use to determine that myself/how do I?01:00
jamesgcdyown: probably easiest to do graphically. Run the command sudo apt-get install gparted - and then use gparted to look at your partitions01:01
yownjamesgcd: the address listed under partition, right?01:02
rushii01:03
jamesgcdyown: I didnt quite get that, care to rephrase :p?01:03
arisenyown01:04
yownjamesgcd: In gparted, there is a listing, under the partition listing, is that the address? Please load gparted and see what I mean01:05
mussaمرحبا01:05
jamesgcdyown: Sorry I can't, I'm not able to boot up into a linux distro atm :/. I'm sure someone else here will be able to help you :p01:05
yownone moment and I will screenshot it01:06
kalenjohnsonthe address? you mean to mount it?01:06
mussaهاي01:07
yownyes or to shred it kalenjohnson01:07
yownthe address necessary to point programs to it01:07
Ntemissarsaeol: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/969304/comments/2801:07
ubottuUbuntu bug 969304 in Release Notes for Ubuntu "Regression: Missing Firmware Files phanfw.bin and nx3fwct.bin (precise 12.04 beta)" [Medium,Invalid]01:07
kalenjohnsonyown, yes that should be it01:07
mussaيا شباب مساعدة لو سمحتو01:09
wooowhat is device name for usb in ubuntu? Is it /dev/sdb1 or /dev/sdb?01:10
=== histo3 is now known as histo
wooohelp please01:11
jamesgcdwooo: sdb would refer to the USB itself. sdb1 would refer to the first partition on the USB01:11
baumyI'm running ubuntu server. I have 3 monitors, 1 on integrated graphics and 2 on an nvidia card. I have nouveau removed and nvidia drivers installed. Originally, my bios started everything on the integrated screen, and that's where the cli showed up. When I set my bios to start on the PCI screen, the monitor turns on but I don't see the login prompt. how do i tell ubuntu which monitor to start on at next boot?01:12
yownwooo look it up in gparted under partition01:12
yownI guess it can vary, so make sure directly01:13
gmachine_24wooo, if you open a terminal and type $fdisk -l  ..... without the dots, that will list all your drives and partitions; otherwise, the usb drives [partitions] are usually listed under /media01:15
gmachine_24woooo, sorry, that's $sudo fdisk -l01:15
gmachine_24with -l being the letter L01:15
gmachine_24lower case01:15
histogmachine_24: you can also use lsblk01:16
mussaكيف بدي فوت عالخاص01:16
gmachine_24histo does that not list the blk ids?01:17
Pici!sa | mussa01:17
ubottumussa: For the Saudi Arabia team : /join #ubuntu-sa : للانظمام الى قناة الفريق السعودي - For Arabic language support, please : /join #ubuntu-arabic : للحصول على الدعم باللغة العربية01:17
gmachine_24darn, wanted to practice being lawrence of arabia.01:17
histogmachine_24: lists all your block devices... and partitions also where they are mounted etc... much nicer output and you don't need sudo.  You are thinking of blkid that's lists the block ids01:17
histoPici: How did you recognize that language?01:18
gmachine_24histo, correct01:18
gmachine_24gotcha01:18
Picihisto: I have unicode enabled?01:18
gmachine_24histo: cut and paste in google translate?01:18
gmachine_24that's what I always do01:18
arisenmussa : sho badak ?01:19
histoPici: I can see the language also but I don't know how everyone in here recognizes every damn language01:19
gmachine_24histo: ha. funny. they should be working for the state department........ wait. maybe they are.01:19
mussaلو سمحتو اجتني رسالة عالخاص شلون فيني شوفا01:21
nearst!en | mussa01:21
ubottumussa: Certain Ubuntu IRC channels are English only.  For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList01:21
franlHmm.  Google Translate is not doing a good job at translating that to English.01:22
gmachine_24so I need to install the ssh-server on a computer where I have my music stored; it's for an internet radio station (don't worry, I am not promoting); I am running 12.04 on that computer - and I had installed ssh so I could log in via other computers. Adding ssh-server . . . will that change the basic abilities of the computer? I sthere a simple 'how-to' for this? Thanks.01:22
arisenYA OSTAZ MUSSA !!! ekteb /query esmelsha5s : example : /query arisen01:22
mussaالمشكلة ما شفت اسمو01:23
Corey!ar | mussa01:23
ubottumussa: La comunidad local de Argentina se puede encontrar en #ubuntu-ar y en su canal de offtopic: #ubuntu-ar-cafe01:23
CoreyHmm.01:23
CoreyWHoops.01:23
Corey:-)01:23
FloodBot1Corey: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:23
arisenho ho .. sho fe 3ndak ? mac / win / linux ?01:23
CoreyFloodBot1: Oh hush, you.01:23
k1lmussa: you were told often to stick to the rules. last warning01:23
nearsthuhu01:23
k1l!guidelines > mussa01:24
ubottumussa, please see my private message01:24
dakotawulfyhi01:24
tonsofpcshi hi01:24
arisenmussa, what operating system are you using ? (please stop writing in arabic)01:24
mussalinux01:24
mussaok01:24
c2tarunCan anyone please help me what is the advantage or mounting a separate partition on /var?01:24
arisenso you are on XChat i assume ?01:24
gmachine_24according to google translate,  =Problem shaft Asmo المشكلة ما شفت اسمو01:25
gmachine_24c2tarun, a separate partition for your home files or what?01:25
arisenYou are using linux and aint be able to write in english ?01:25
k1larisen: he is trolling01:25
k1larisen: dont mind hiim01:25
gmachine_24c2tarun, nm. sorry. I'm still asleep.01:25
nearstc2tarun, usually /var is for log and cache.01:25
mussaarisen01:25
mussaam new user01:26
mussaok01:26
c2tarunnearst, log and cache, so if I am hopping from one distro to another, it may save my bandwidth of installing packages each and every time?01:26
arisenno problem, yakhe .. look on the left side under the channels, could you see the name arisen for example ? click on it (i msged you)01:26
nearstmussa, np, im new user also.01:26
mussaok01:26
mussacan u help me01:27
arisenmussa , write : /query arisen01:27
ShapeHello, will these commands before reinstall: dpkg --get-selections > myprograms.txt and after install dpkg --set-selections < myprograms.txt Will actually help me get all my programs back that fast??01:27
gmachine_24wow01:27
nearstc2tarun, distro have diff package and format as well. save bandwidth is not related option here01:28
tripelbLooking for the community discussing - Ubuntu on the Nexus 7. Any clues where it is?01:28
mussaquery arisen01:28
arisenmussa , with the sign / <----01:28
arisenwrite /query arisen01:28
k1ltripelb: discussion is on #ubuntu-discuss , technical support is on #ubuntu-touch01:28
=== grep is now known as Guest80874
nearst!phone | tripelb01:29
ubottutripelb: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch01:29
rockyi'm using Ubuntu 12.04, please provide me a link so that i can install mac theme in here01:29
c2tarunrocky, try googling, gnome-look.org01:30
rockyc2tarun, ok01:31
=== LaserShark is now known as LaserShark|dead
MeiSignHi, I have a problem with the driver installation of my wifi realtek adapter, appreciate help with it very much: http://askubuntu.com/questions/260991/rtl8188ce-wifi-adapter-is-not-detected-after-installing-newest-realtek-driver01:34
rachihave any of you guys had UEFI problems?01:34
AdamOutlerhi.  I'm trying to build a Ubuntu Touch app, but I'm missing "Applications" from QT.    Anyone heard of this?01:34
AdamOutler I'm missing "Create New >Applications" from QT.    Is there a fix for this?01:35
mobodoanyone had trouble upgrading to 12.10 getting a black after upgrade?01:35
histoAdamOutler: You may want to try a dev channel or #ubuntu-phone01:35
darkhelmet46hey guys, can anyone help me with installing/configuring Grub?01:36
histo!grub2 | darkhelmet4601:36
ubottudarkhelmet46: GRUB2 is the default Ubuntu boot manager. 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/Grub201:36
histo!nomodeset | mobodo01:36
ubottumobodo: 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 parameter01:36
yownWhat command can I use to get shred to write over once with 0's?01:36
yownIt was given to me before, but I can't seem to locate it in chat history01:37
darkhelmet46Thanks, histo I tried that, no-go.  Need more help.  I did already try Googling.  :)01:37
darkhelmet46Came here as a last resort.01:37
ShapeHello, will these commands before reinstall: dpkg --get-selections > myprograms.txt and after install dpkg --set-selections < myprograms.txt Will actually help me get all my programs back that fast??01:39
=== cwilsvt__ is now known as cwilsvt
darkhelmet46So, can anyone give me a hand with Grub?01:40
=== dark3n is now known as dark3n|off
arisenhow to get channels list on irc ?01:41
k1l!alis | arisen01:41
ubottuarisen: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*01:41
dakotawulfyShape yes but will take awhile to d/l them off the net and hopefully it works right seen it mess up before and make the system bad01:41
yownWhat command can I use to get shred to write over once with 0's?01:41
Shapedakotawulfy Why would it make the system bad?01:42
k1lyown: "man shred" didnt tell you?01:42
COLORSHello everyone! :D01:42
dakotawulfyhad done it one time01:42
k1lyown: btw: why do you want to shred /dd the partition?01:42
COLORSDoes anyone need help?01:42
yownk1l: Of course, man is useless. And I want to shred because I understand dd is more risky01:43
=== toto is now known as Guest47092
yownThat it doesn't understand partitions or something01:43
dakotawulfyshape something was not compatible and it un installed  the core01:44
mobodohisto: thanks… now it gets stuck on the loading screen :-/01:44
dakotawulfyhad t hat happen one time01:44
k1lyown: why is man useless?01:44
Shapedakotawulfy: the reason is I want to reinstall ubuntu and i heard doing that then copy paste the home folder over is the best way to keep settings, is that right?01:44
yownBecause it lacks lots of information, and the information it doesn't lack, is put in too technical of terms01:45
mobodosigh, every single upgrade - 10 minutes to install, 10 hours to fix :(01:45
k1lyown: cmon :/01:45
k1lgive it 30sec. to read. you will find yout what you want very quickly01:45
COLORSyown: Try "shred --help"01:45
dakotawulfyyea that works01:45
dakotawulfyshape are u using same  version???01:46
darkhelmet46root@this:/home/this# grub-install /dev/sda201:46
darkhelmet46Could not find device for /boot: Not found or not a block device.01:46
darkhelmet46Help?  :)01:46
COLORS!enter darkhelmet4601:46
Shapedakotawulfy: Same version for Ubuntu? No, I upgraded to 12.10 and want to downgrade back to 12.0401:46
dakotawulfy darkhelmet4601:46
yownI don't note much of a difference between shred help and man01:46
tbichow do i remove  a package (like nginx) and all the dependancies that are not used by other packages?01:47
dakotawulfy there is a cool boot repair tool out there  seems to work good01:47
=== frenezulo is now known as benjameno
mussa_any arabick her?01:47
k1lyown: you dont want to tell me, that you are not able to understand what -n and -z means? i think you are just too lazy to read it anyway01:47
darkhelmet46Can I explain a little more about my situation?01:47
yownK1l Well in this example its not as unclear as others, but I don't know how I am suppose to combine them01:48
darkhelmet46I installed Ubuntu using Wubi.  I then used this to try to migrate it to a partition: https://help.ubuntu.com/community/MigrateWubi01:48
darkhelmet46But it failed on installing Grub01:48
darkhelmet46But after copying everything01:48
darkhelmet46So in theory, I have a working Ubuntu install sitting on sda2, I just can't boot to it.01:49
Shapedakotawulfy: Why were you asking which version?01:49
yownWith the n option, do you just put n# where n is the number you want k1l ?01:49
dakotawulfy darkhelmet46 check out  the boot-repair gui tool01:49
dakotawulfyprobley work for u01:49
darkhelmet46apt-cache search boot-repair returns no resultys01:50
darkhelmet46results*01:50
dakotawulfy i copy a live cd to a hard drive then ran it it did work01:50
dakotawulfydarkhelmet46: https://launchpad.net/boot-repair01:51
k1lyown:  if n = 0 there will only be the last run with the z command01:51
yownWith the n option, do you just put n# where n is the number you want k1l ?01:51
dakotawulfythink u can run from live cd if u have enought ram to install it from live cd or dvd01:52
k1lyown: cmon. its just reading 4 lines in the man and thinking of 5 sec.01:52
darkhelmet46Thanks, dakota, I think I tried this already.  I'll give it another go.  I am running off a Live USB right now.01:52
k1lyown: read what -n and what -z does01:52
dakotawulfydarkhelmet46: should work01:52
yownk1l: Do I put n=0? or n0?01:52
k1lyown: -nz 001:53
dakotawulfydarkhelmet46: n/p hope it works for u01:54
yownk1l: So "shred -ncv 0 address/to/partition" a valid command?01:54
darkhelmet46thanks, will let you know01:54
dakotawulfyok01:55
k1lyown: yes01:55
yownthanks01:55
k1lyown: so that was not rocket sience, was it?01:55
yownYou were right, it was linux science01:55
bcbc2darkhelmet46: what was the error01:56
xxiaois it possible to get etckeeper work as non-root, i.e. make an etc clone somewhere01:56
darkhelmet46bcbc2, which error?  lol01:56
bcbc2darkhelmet46: you said it failed installing grub01:57
darkhelmet46oh, right...  i have the error saved to my desktop, but i am booted from live USB so I can't pull that up right now.  :(01:57
nearst*gonna play runescape01:57
wolftuneQuestion: I'm helping a student get started with GNU/Linux, I figured out using Jitsi for screen-sharing (I didn't get it to work with Empathy in the past and my system is KDE)01:58
wolftuneso I didn't want to go with Empathy01:58
bcbc2darkhelmet46: you should be able to test the migration by booting the wubi install and running: sudo update-grub01:58
wolftunebut here's the trouble01:58
wolftunemost times no problem installing Jitsi from .deb01:58
bcbc2darkhelmet46: that will add an entry to the migrated install at the bottom of the grub menu. Then you can test it01:58
wolftunebut this case, some error comes up and it just says it won't install the .deb on his computer01:58
bcbc2darkhelmet46: if it's working fine you can just install the grub bootloader with: sudo grub-install /dev/sda01:59
darkhelmet46bcdc2, i can try that, but this is what has me confused.  Wubi seems to use the Windows boot menu, not Grub, so I don't think Grub was ever isntalled in the first place?  Unless I am confused...01:59
=== LarrySteeze|Away is now known as LarrySteeze
bcbc2darkhelmet46: no wubi uses grub2 as well01:59
Hpubuntucan someone help me get my wireless working?   ralink 329001:59
bcbc2darkhelmet46: it boots it via windows and grub4dos, but its still grub2 that actually boots the wubi install02:00
yownDoes startup disk creater partition/formate your usb for you?02:00
YokoBRguys, please, my laptop is burning02:00
YokoBRthe fan is on slow mode..02:00
bcbc2darkhelmet46: but I'd recommend checking the error (should be in /var/log/syslog still) and see why it failed.02:01
darkhelmet46bcbc2, when I do grub-install /dev/sda I get this: Could not find device for /boot: Not found or not a block device.02:02
bcbc2darkhelmet46: don't run it from the live cd. you need to boot the migrated install first02:02
darkhelmet46All I remember about the Wubi migration error is something about an LDM blocker02:02
bcbc2darkhelmet46: ah ok... hold on there's a bug report for that. give me a sec02:03
darkhelmet46thanks dude02:03
b0t#Security02:03
darkhelmet46dakotawulfy, I tried the boot-repair GUI, chose Recommended Repair, but it somehow detected my Wubi install and attempted to repair it...02:04
RarrikinsAre there filesystems for writing to WORM media like CD-Rs, or is this done with specialized programs?02:05
genii-aroundiso9660, udf02:06
bcbc2darkhelmet46: there's bug 106125502:06
ubottubug 1061255 in grub2 (Ubuntu Quantal) "GRUB recognizes defunct LDM headers" [Critical,In progress] https://launchpad.net/bugs/106125502:06
darkhelmet46bcbc2, no fix?02:06
=== DSCN is now known as DSCNCTVD
bcbc2darkhelmet46: just make sure you're not actually using dynamic drives (in windows) because they're not supported. If you're not using them, then there are some workarounds mentioned on that bug report02:07
=== LarrySteeze is now known as LarrySteeze|Away
darkhelmet46no, not using dynamic drives, let me give it a read.  thanks bcbc202:07
MeiSignHi, I have a problem with the driver installation of my wifi realtek adapter, appreciate help with it very much: http://askubuntu.com/questions/260991/rtl8188ce-wifi-adapter-is-not-detected-after-installing-newest-realtek-driver02:07
genii-aroundRarrikins: wodim/cdrecord etc all decide usually which fs to use depending on the media you are using02:08
bcbc2darkhelmet46: some of them are a bit risky. I wouldn't advise using dd to zero out the ldm backup02:08
bcbc2darkhelmet46: np02:08
darkhelmet46bcbc2, yeah i just read that, i wouldn't either.  ha02:08
=== LarrySteeze|Away is now known as LarrySteeze
darkhelmet46I think i found this the other day, actually.  This looks familiar, and is the same tool dakotawulfy told me to try, but I had problems with it:  https://help.ubuntu.com/community/Boot-Repair02:09
bcbc2darkhelmet46: the workaround with boot-repair is to install grub-legacy. I'm not sure I'd recommend that either. You could always use easyBCD to boot the migrated install via Windows02:10
darkhelmet46bcb2, i tried that too!02:10
darkhelmet46not getting anywhere at all02:10
BruceIOSHi, i am have a problem with the NODE path, node -v does not work and when i try to install a program it says the path is not found02:11
darkhelmet46bcbc2, if you think you can help and you have the time, i will gladly get XChat installed on another computer so I can work through reboots with you.02:12
crazyhorsehow do i get a list of files in the current directory that don't start with ABC02:12
Lazikls02:13
YokoBRthank you guys. I think my laptop will melt on my desk02:13
bcbc2darkhelmet46: sure. I'll be around for a while02:13
crazyhorseLazik: ls what?02:13
dakotawulfyYokoBR what laptop u have02:13
YokoBRdakotawlfy, hp g4202:14
darkhelmet46bcbc2, thaks much appreciated.  i'll buy you a virtual beer!  :)  i just tried something, so i'm gonna reboot and also get that other PC online.  bbiab.02:14
dakotawulfythey do have tool out there to manually control the fan speeds02:14
darkhelmet46oh, wait, Boot Repair is still applying changes.02:15
crazyhorsefind . -regex '^ABC' -prune -o -print  << *BAM*02:15
genii-around!info thinkfan02:15
ubottuthinkfan (source: thinkfan): simple and lightweight fan control program. In component universe, is extra. Version 0.8.1-1 (quantal), package size 30 kB, installed size 116 kB02:15
bcbc2darkhelmet46: what's the boot repair pastebin address. That will help see what's up02:15
darkhelmet46http://paste.ubuntu.com/5566575/02:16
escottcrazyhorse, ls !(ABC)02:16
crazyhorseescott: :O02:17
paul_hi02:17
crazyhorseawesome :002:17
OY1Rcan i use my iphone as a mouse in ubuntu ?02:17
paul_could I ask about a lexmark printer using lucid lynx 10.04?02:18
paul_the model number is x507002:18
darkhelmet46oy1r, you can use your iphone as a paperweight in ubuntu.  :P  sorry, not helpful i know.  lol02:18
OY1Rhehe02:18
paul_ok thank bye!02:19
dakotawulfyOY1R maybe bluetooth02:19
OY1Ri already have a paper weight, some Windows cds! :P02:19
OY1Rdakotawulfy, that's what i was thinking about.02:19
darkhelmet46bcbc2, still with me bro?  Boot Repair finished and it says something scary:  "LDM-blocker detected. This will delete the 6th sector of sda. Do you want to continue?"02:19
crazyhorsehmmm how can i pipe ls $(ABC)  to rm to remove the files?02:20
escottOY1R, there is an android app that does that, not sure there is one for ios02:20
escottcrazyhorse, in that case use find blah blah -delete02:20
Churchcrazyhorse: use xargs. or cycle.02:20
Churchor find. :)02:20
crazyhorsewhat about rm $(ls !(ABC))02:20
escottcrazyhorse, never pipe to rm, and the guys in #bash will really get on your case about xargs02:21
crazyhorseok02:21
escottcrazyhorse, very dangerous02:21
crazyhorsewhat about the command above?02:21
Churchfor i in $(ls abc);do rm "$i";done    or    find . abc -exec rm {} \;      or ls abc | xargs rm02:21
escottcrazyhorse, if you are confident that the filenames are sane and dont have spaces you can probably safely pipe to rm, but find blah blah -delete is the best way02:21
crazyhorseescott: ah yes.. also i can recheck by running find . -regex '.*query.*' -prune -o -print02:22
escottcrazyhorse, exactly02:22
crazyhorseprecheck*02:22
Church-delete doesn't sound too portable though02:22
escottChurch, portable?02:23
escottChurch, why is that a concern02:23
BruceIOSHi, i am have a problem with the NODE path, node -v does not work and when i try to install a program it says the path is not found02:23
crazyhorseis it particularly difficult to install ubuntu on a macbook pro02:23
escott!macbook02:23
ubottuFor help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages02:23
Churchescott: i have to deal with solars/hpux/aix alongside linux on daily basis02:23
crazyhorsei'd prefer to have a completely homgonous development/server/personal OS02:23
escottChurch, well thats your pain not crazyhorse's02:24
crazyhorsenothing i do in OSX is particularly essential02:24
crazyhorsesoftware wise.. except maybe iOS development stuff02:24
crazyhorseoh.. maybe itunes02:24
bcbc2darkhelmet46: I'm here. I guess it depends what your trust level is for boot-repair ;)02:24
escottcrazyhorse, you should keep the OSX install and just install alongside with bootcamp02:24
shroomdukehello hello ello llo lo o o o02:25
crazyhorseescott: yeah and use it as a secondary OS02:25
escottcrazyhorse, it is also the only thing you can be certain knows 100% how to talk to the hardware02:26
crazyhorseright02:26
crazyhorseah also.. i suppose if i need to test some stuff in OSX i'll still need it02:26
darkhelmet46bcbc2, you should know better than to trust a strange computer!  wait, that was r2d2.02:27
guangafter i mount a file on /mnt/iso,how to make the directory /mnt/iso writeable?02:29
shroomdukeMy wireless stopped working with "activation of network failed", ...it worked fine until one day... I think I checked everything02:29
gumais /etc/network/interfaces a proper place to add static routes? between reboots?02:30
bcbc2darkhelmet46: :) boot-repair moves quickly. That can be a good and a bad thing.02:30
darkhelmet46bcbc2, i don't have a full image backup of this thing, so i am clicking No.02:32
darkhelmet46bcbc2, did that pastebin help out at all?02:32
baumybooting ubuntu server gives me a blank screen after installing nvidia drivers, the login prompt flashes on screen for a second when i login then disappears. if i boot into recovery mode, i can login and startx, and my dual monitor setup is automatically detected and configured properly. how do i make this happen during regular boot?02:33
baumybasically, recovery mode works perfectly, normal does not, pretty sure the login prompt is being displayed offscreen somehow, or something like that02:34
bcbc2darkhelmet46: it looks okay. no 'sfs' partitions.02:35
* darkhelmet46_net waves02:35
darkhelmet46_netOk, gonna reboot, wish me luck.02:36
rhugheshey whats up guys02:36
bcbc2darkhelmet46: you should be able to boot the migrated install from the wubi grub menu for a while. But since the script ended prematurely, you'll need to boot the wubi install and run :sudo update-grub02:36
bcbc2darkhelmet46: first, then you'll see the migrated entry at the bottom of the grub menu. No rush to do anything drastic02:37
crazyhorsehmm lets say i wanted to delete all files in the current directory except for the ones that contained dont-delete-these-ones in the file name. how do you do that?02:38
crazyhorsemy first guess was find . -regex '.*dont-delete-these-ones.*' -prune -o -delete02:38
crazyhorsebut when reading the man page it says you can't use -prune and -delete togetyher02:38
=== LarrySteeze is now known as LarrySteeze|zzzz
darkhelmet46_netbcbc2, if i remember correctly, i broke my Wubi install by trying to fix the migration, so i dunno if i can do that but i'll try02:38
bcbc2darkhelmet46_net: ok02:39
rhughesdose wubi work well in 64 bit?02:39
rhughes*does02:39
darkhelmet46_netbcbc2, help me out with the order, does it hit the Windows boot menu first and then Grub?02:40
bcbc2darkhelmet46_net: windows first, grub is hidden by default (on wubi) but it should boot straight in. After running sudo update-grub it will find the other install and then always prompt with the grub menu02:41
nearstoneko is cute on screen02:41
hp_求教大神,FIREFOX下载选项卡全屏之后如何恢复原来大小02:41
darkhelmet46_netok, i am in the Wubi install now.02:41
bcbc2rhughes: same as 32 bit02:41
bcbc2rhughes: same as normal (non-wubi) 64bit02:42
rhughesfor some reason, everytime i do a wubi install it breaks the install after a few reboots02:42
bcbc2rhughes: what happens02:43
MakiAtotere ma olen Eestist02:43
nearstu try with unetbootin?02:43
rhughesits gets stuck on the grub menu02:44
GeekSquid!cn02:44
ubottu如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw02:44
rhugheswhen i select the os it never loads02:44
darkhelmet46_netbcbc2, wait, i think i might be booted into the migration, not Wubi, but i'm not sure how to tell lol02:44
hp_firefox-tools-download,i made it fullscreen,how to make it by itself size02:44
bcbc2rhughes: you mean a grub prompt or the load hangs? what graphics card do you have02:44
rhughesi have an ati Radeon hd02:44
rhughesnot sure the model number02:44
rhughesbut it works fine after i first install it02:45
bcbc2darkhelmet46_net: df -h  or:  mount | grep ' / '02:45
rhughesbut after a few reboots it craps out02:45
bcbc2darkhelmet46_net: if / is on /dev/loop0 it's wubi02:45
MakiAtoYet another kernel escalation bug and im moving to minix02:45
bcbc2rhughes: use nomodeset to boot: http://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it02:45
nearstMakiAto, ya. gudluck to minix 3.2.1 :)02:46
=== gerald is now known as Guest31280
darkhelmet46_netloop002:46
baumynobody knows?02:46
bcbc2darkhelmet46_net: okay, run sudo update-grub, make sure it mentions the migration and then reboot and select it02:47
darkhelmet46_netbcbc2, it said "Found Ubuntu 12.10 on /dev/sda202:48
darkhelmet46_netlooks promising02:48
rhughesok will do02:48
darkhelmet46_netrebooting...02:48
crazyhorsewhy does touch ab && find . -regex 'ab' return no results?02:49
bcbc2darkhelmet46_net: cool02:49
baumyhow do i get the ubuntu server login prompt to show up on the screen i want it to?02:50
MakiAtothey hacked off i386 from the kernel how the hell am i goin to play Dwarf Fortress then?02:50
nearstlocate -r 'ab'02:50
darkhelmet46_netbcbc2 ok so now when I choose Ubuntu from the Windows boot menu, it goes to Grub and I can choose either "Ubuntu" or "Ubuntu 12.10" so I chose the second one and I am looking at a flashinc cursor.  :(02:51
bcbc2darkhelmet46_net: hold on. Just checking something in the pastebin02:52
darkhelmet46_netbcbc2, kinda wonderin if I broke stuff while trying to fix it before.  kinda wonderin if I should just format the partition, and re-run the Wubi migration tool without the option to install Grub...02:52
bcbc2darkhelmet46_net: is it still hanging?02:54
darkhelmet46_netyep, but i can type stuff at the flashing cursor, so i guess at least it's not completely locked up?02:55
bcbc2use Alt+SysRq R-E-I-S-U-B to reboot, don't hard power off.02:56
a111s02:56
a111w02:56
a111a02:56
a111g02:56
FloodBot1a111: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:56
rhughess02:56
rhughesw02:56
rhughesa02:56
rhughesg02:56
rhughesg02:56
FloodBot1rhughes: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.02:56
a111rekked02:57
darkhelmet46_netbcbc2, say what?02:57
=== rhughes is now known as Kaiser
bcbc2!reisub02:57
ubottuIn an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key02:57
=== Karbowiak is now known as zz_Karbowiak
=== Kaiser is now known as Guest39587
darkhelmet46_netgot it.  little difficult cause i need to hold a function key too02:58
=== Guest39587 is now known as rhughes
darkhelmet46_netnow it said a bunch of stuff and ended at "Emergency Remount complete" and it's back to the flashing cursor.02:59
bcbc2darkhelmet46_net: maybe you missed the B at the end02:59
bcbc2darkhelmet46_net: the U does the remount, the B reboots03:00
darkhelmet46_netok, i did it slower, "R" and "E" don't show any output, and when i get to "I", it says "This sysrqoperation is disabled"03:01
mobodowhat would be a good package to remove reinstall if I wanted to get back to a clean installation? ubuntu-desktop I'm guessing?03:01
darkhelmet46_netthen Emergency Sync03:01
darkhelmet46_netthen Emergency Sync complete03:01
escottdarkhelmet46_net, you should be going slowly with 5 or so secs between each03:01
escottdarkhelmet46_net, if you race through them you defeat the purpose of doing them at all03:01
* darkhelmet46_net whacks himself in the head with a 10lb Unix manual. Thanks escott 03:02
jpdsmobodo: Erm, no, reinstall completely.03:02
mobodojpds: :(03:03
WBFI have a ubuntu irc related question. Can I congratulate ubuntu for how much I <3 it?03:03
escottdarkhelmet46_net, yeah the factoid should probably say something about that03:03
rottingdeadWhat's going on with the Kubuntu amd64 Disc? It installs fine in VirtualBox, but when I go to install it to hard drive, it freezes up shortly after clicking either, "Install now," or, "Try Kubuntu."03:03
mobodowhat do you guys do with all your config files when you reinstall completely?03:04
Nicolas_Leonidasit was the modem people, the modem needs to be restarted after every dhcp change03:04
Nicolas_Leonidasor it will mess up, thanks for your help03:04
mobodoI don't mind reinstalling ubuntu, but my config files are all over the place, and I have custom stuff here and there...03:04
silv3r_m00nI need to install all debs in current directory and subdirectories, dpkg -I * does not install deb files in subdirectories, how to install all sub directory debs as well ?03:04
darkhelmet46_netok, escott and bcbc2 "B" still doesn't seem to do anything.  Should I just ctrl-alt-del or just hard power off or something?03:04
escottdarkhelmet46_net, once you get past U you can safely hard reboot03:05
darkhelmet46_netrgr03:05
escottdarkhelmet46_net, B is just more polite03:05
battlefield3¿someone could help me in ubuntu'03:06
darkhelmet46_netah.  i'm not ususall into polite.  i often reboot windows with "restart -r -t 00 -f"  :)03:06
nearst!ask | battlefield303:06
ubottubattlefield3: 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 !patience03:07
=== lobato is now known as Bocosan
darkhelmet46_netwhich for you non-Windows folks, means "Reboot NOW, do not pass Go, do not collect $200"03:07
WBFdarkhelmet46_net, XD03:07
battlefield3nearst, my ubuntu doesn't show the grub03:07
WBFdarkhelmet46_net, sorry couldn't contain myself03:07
darkhelmet46_net's all good03:08
nearstbattlefield3, http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd/03:08
histobattlefield3: you'd have to hold the shift key down after the bios load to get ot the grub menu03:08
darkhelmet46_netok, so anyways, we're back to the flashing cursor escott and bcbc2.03:08
escott!nomodeset | darkhelmet46_net have you tried?03:09
ubottudarkhelmet46_net have you tried?: 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 parameter03:09
nearstflashing cursor/blank screen - always try with nomodeset at grub03:09
battlefield3histo, really ????03:09
darkhelmet46_netescott, no haven't tried that.  looks like fun though....03:10
truongapPlease visit this link first: http://i.stack.imgur.com/y0BKW.png03:10
truongap.I'm using Zorin OS with indicator gtk3 on AWN panel at bottom and compiz. I've got enough space to show all of it but it's stil like that. How should I solve my problem?03:10
histobattlefield3: really what? You said your uubntu doesn't show the grub? Ca you possibly rephrase that as a question that makes sense03:10
histo!derivatives | truongap03:11
ubottutruongap: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)03:11
battlefield3histo, is that true?03:11
histobattlefield3: is what true?03:11
bcbc2darkhelmet46_net: so both wubi and the migrated install are now just giving you a cursor?03:12
bcbc2darkhelmet46_net: or did you try the migrated one again?03:12
=== rjv-im_ is now known as rjv-im
Hpubuntuhey there, I followed these instructions to get my wireless driver to work "http://droid-hive.com/index.php?/topic/1272-how-to-install-ralink-rt3290-wireless-drivers-on-ubuntu-1204/" but after installing some updates through update manage it stopped it from working, any ideas?03:13
darkhelmet46_netbcbc2, i tried the migrated one again.  ok so i hit E to edit the Grub menu, and I got a question, what is "$vt_handoff"?03:13
battlefield3histo, shitf in the start03:13
plutonashow can I enable the cube effect on my ubuntu 12.10? I cannot find any option on ccsm (as suggested by various guides)03:14
histoHpubuntu: if the kernel updated you will have to rebuild any modules for the new kernel.03:14
histobattlefield3: yes it displays the grub menu rather than just booting03:14
nearstdarkhelmet46_net, u can safe delete that vt handoff03:14
bcbc2darkhelmet46_net: http://askubuntu.com/a/34487/1491603:14
battlefield3histo,  let me try03:14
histo!cube | plutonas03:14
ubottuplutonas: Compiz-Fusion (and the older Compiz and Beryl) are window managers that employ the "composite" extension of X to draw windows using graphics cards' 3D hardware. They can additionally provide "desktop special effects" (such as the "cube") by means of plug-ins. Join #compiz-fusion for help and support with advanced features. See also « /msg ubottu compiz » and « /msg ubottu effects »03:14
Hpubuntuso do i just repet the process i did before?03:15
histoHpubuntu: basically yes for each new kernel03:15
Hpubuntuokay thanks , ]03:15
histoHpubuntu: Alternatively you can boot the old kernel and you confirm that is the issue.03:15
darkhelmet46_netcool.  deleting that and adding "nomodeset"03:15
nearstdarkhelmet46_net, edit /etc/default/grub then update-grub will have perm set03:16
Del_Montehello all, im hoping I could have some help with an issue i encountered in xubuntu 12.1003:16
darkhelmet46_netI hit Ctrl+X to boot the modified entry and I am still getting a flashing cursor.  :(03:17
bcbc2darkhelmet46_net: you shouldn't need it if the wubi doesn't need it. I'd be more inclined to redo the migration03:17
darkhelmet46_netbcbc2, yeah that's pretty much where i'm at too03:18
battlefield3histo,  are you?03:18
darkhelmet46_netbcb2, i did some Googling on "LDM Blocker" and I *used* to have a dynamic disk and converted it back to basic, I wonder if that's what's causing the issue.03:21
bcbc2darkhelmet46_net: yes03:23
histobattlefield3: am I what?03:25
darkhelmet46_netIf I had the patience, I'd take a full image backup of this thing and choose "yes" on that Boot Repair question, but I have a few hundred GB of data so it would take all night.03:25
darkhelmet46_netI'll retry the migration and hope that works.03:25
histodarkhelmet46_net: a dd would not take all night.03:26
histo!ask | delinquentme03:27
ubottudelinquentme: 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 !patience03:27
darkhelmet46_nethisto, dunno how to use dd.  i usually use Acronis to backup to my NAS03:30
darkhelmet46_netalso, will dd grab the stuff on my Windows partition?  that's where all my data is.03:31
histodarkhelmet46_net: yeah you can use it to grab whatever parition and or block device you want.03:33
histodarkhelmet46_net: dd if=/dev/of/whatever/you/want/backedup | gzip > /path/to/backup.gz03:35
histodarkhelmet46_net: that will compress it. If you want uncompressed copy of the complete thing you  can just use if=blah of=blah instead of piping it to gzip03:35
darkhelmet46_nethisto, i will add that to my list of things to learn.  for now, i know how to use Acronis, and more importantly, I know i can successfully do a bare metal restore with it.  :)03:36
=== sds is now known as Guest21799
Guest21799da03:39
histodarkhelmet46_net: http://www.debianadmin.com/recover-data-from-a-dead-hard-drive-using-dd.html here is a good read for later03:39
Arisenhi all i have a big problem, i am using ubuntu under mac, in order to disable a specific key from keyboard i turned off all the keys mistakenly, now when it comes to login in ubuntu I CANT TYPE ANYTHING !!! i tried to enter as a guest but i can't delete the /etc/../options file which did the problem, help please03:40
Ariseni want to take control as an admin in ubuntu from the guest account in order to delete a file in /etc/ how is that possible ?03:41
npfhello03:42
AbhijitArisen, yes if you know the admin password.03:42
PadNet201Use elevated privelages, i.e. sudo03:42
Arisenofcourse03:42
Arisenhow ?03:42
AbhijitArisen, sudo <command here>03:42
npfhow do i use the mv command to take a number of directorsy and move them back to one location03:42
Abhijitnpf, mv -R03:43
mjmshello, I have tried to enable backports but I don't get the version 1.0 of znc in precise-backports, could someone help me please03:43
Arisenhow to delete a file ? sudo rm …../etc/options ?03:43
mobodoanyone has had an issue where their fonts everywhere were like 2pt?03:44
mobodo(after upgrading to 12.10)03:44
AbhijitArisen, sudo rm /path/to/file/name.txt03:44
Arisenthx !03:44
npfbut I have a few diretories and a unknown number of subdirectories03:44
Arisenwill reboot and try03:44
Abhijitnpf, you mean only some of directories inside a directory?03:44
mjmscould someone please help me get precise-backports working?03:45
npfNo, I have seperated the main folder into folders like A B C D ....    I want to take the contaents of A B C D witch are folders and put tem back to a folder of my choice03:46
darkhelmet46_nethisto, thanks that looks interesting.  i bookmarked it, could come in handy.03:47
darkhelmet46_netstupid question - how the heck do you scroll back in XChat?03:47
Abhijitnpf, so take everything from A B C D and put them all of into E03:47
npfyes03:47
Abhijitnpf, mv -R A B C D /path/to/E03:48
PadNet201darkhelmet46_net, page up?03:48
npfwill try and get back to you03:48
histodarkhelmet46_net: pg up key usually03:48
darkhelmet46_netPadNet201, i actually thought of that, but i can't find page up on this stupid netbook.03:49
evilytwistedHi... I downloaded the ubuntu installer for windows... How do i make ubuntu take over the whole partition..03:49
PadNet201darkhelmet46_net, not sure then...03:50
evilytwistedthis link http://www.ubuntu.com/download/desktop/windows-installer03:50
darkhelmet46_netah.  fn+up arrow.  whodathunkit.03:50
KI4ROdarkhelmet46_net, The mouse wheel works03:50
* darkhelmet46_net ain't got no mouse wheel.03:50
KI4ROdarkhelmet46_net, Sorry LOL03:51
darkhelmet46_netoh, but the right side of my touchpad scrolls... der.03:51
KI4ROdarkhelmet46_net, Cool03:51
andreeeebr?03:51
GeekSquid!pt03:51
ubottuPor 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.03:51
evilytwistedGeeksquid, how do i make ubuntu use all of the system  hardrive space... as i installed it form the windows installer03:52
evilytwistedfrom *03:52
histoevilytwisted: You can't with the windows installer03:53
npfAbhijit: mv illegal option --R03:53
evilytwistedhisto.. aww :(03:53
Abhijitnpf, mv  A/* B/* C/* D/* /path/to/E03:54
darkhelmet46_netevilytwisted, you can do what i did and carve out some partition space and migrate your install to it, but i ran into some trouble doing that.03:54
darkhelmet46_netif you don't have any important data, cleanest way is to wipe your drive and install from CD and start over.03:54
histoevident: you can move to a regular install and just transfer your package selections and /home directory and you wouldn't be able to tell.03:54
histoevident: I'd backup /home/username and all your package selections if you've been using ubuntu for a while. Then reinstall to the entire hdd. Migrate your /home back and your package selections03:55
histoevilchiyo: ^^^^^^^^^^^^^03:55
Novushello kittys03:55
histowoof03:55
Novuslol03:55
NovusSooo03:56
NovusI need help on something03:56
npfdidnt work...03:56
npfAbhijit: same error03:56
cixelsydNovus, ?03:56
Abhijitwhat error?03:56
NovusI'm trying to build a computer system for my prototype car to monitor inputs and create modified outputs03:57
Novusand a GUI system for i03:57
Novusit03:57
Abhijitnpf, do one folder at a time03:57
Abhijitnpf, i am going away. ask someone else.03:58
npfhttp://pastebin.com/y617hdcD03:59
h_s3tt1ngshello04:04
h_s3tt1ngsI'm newbie in Ubuntu04:04
cixelsydh_s3tt1ngs, what would you like to know04:04
gannebraemorrcool, welcome to Ubuntu04:04
h_s3tt1ngsthank you guys04:05
sam-palmisanohi04:05
h_s3tt1ngsI open a terminal, and open a config.swp about some program04:05
h_s3tt1ngsI edit all the commands and quit #04:06
h_s3tt1ngsbut can't save that .swp04:06
darkhelmet46_netdo sudo gedit ?04:07
h_s3tt1ngsI press :q! or :wq and ENTER but it doesn't nothing04:08
ikillcypherHi guys Im getting this error04:08
ikillcypherhttp://pastie.org/private/dnx9is8rye9iz6xjjcrcq04:08
h_s3tt1ngssudo gedit per vim /etc/program/config ???04:08
darkhelmet46h_s3tt1ngs, I am a newbie myself, all I know is that if I just straight open a file, i can't always save it because of permissions. but if i do sudo gedit, it opens gedit as root and then i can save the file.04:10
h_s3tt1ngsOK, cool with sudo gedit I can see a UI :)04:10
darkhelmet46i ususally do sudo gedit, then browse to the file in Nautilus, and drag it onto the gedit window04:10
h_s3tt1ngsbut wheres is that program? wich directory? root folder?04:10
darkhelmet46h_s3tt1ngs, refer to http://xkcd.com/149/04:11
h_s3tt1ngsouh ok, let me try :)04:11
darkhelmet46h_s3tt1ngs, i am sure there is a command-line way of doing that same thing but i dunno how04:11
h_s3tt1ngsok, I can try04:12
ikillcypherguys why is it the root is disable04:12
ikillcypher:(04:12
darkhelmet46histo, or bcbc2 still with me?  the migration finished but I have an error.04:13
cixelsydh_s3tt1ngs, you have to press esc then press :q! or :wq04:13
darkhelmet46wubi-move.sh:  Starting chroot to the target install.04:14
darkhelmet46wubi-move.sh:  Removing lupin-support on target...04:14
darkhelmet46wubi-move.sh:  An error occurred within chroot04:14
darkhelmet46wubi-move.sh:  Error is: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.04:14
darkhelmet46wubi-move.sh:  Attempting to exit chroot normally...04:14
darkhelmet46wubi-move.sh:  Exiting from chroot on target install...04:14
h_s3tt1ngsouh I see, ok let me try that, because can't find polipo04:14
ikillcypherwtf04:14
ikillcypherbash: /home/ikillcypher/bin/repo: Permission denied04:14
PadNet_201simple question, how do i disable klipper from starting on boot?04:15
ikillcypher-bash: /root/bin/repo: No such file or directory04:15
ikillcypherjesus how do I fix this issue04:15
bcbc2darkhelmet46: I'm here04:16
h_s3tt1ngsIT WORKS :) thank you cixelsyd04:16
ikillcypherwow no one is even helping me04:16
cixelsydh_s3tt1ngs, you're welcome04:16
Laogeodrittikillcypher: for the perm denied, are you sure you set execute permission on the file first?04:16
bcbc2darkhelmet46: did you rerun it from scratch or use the --resume/--synch option?04:16
h_s3tt1ngsand thank you all of yous guys, see ya later.04:16
ikillcypherI did04:16
h_s3tt1ngsbye04:16
ikillcyphermkdir -p ~/bin04:16
darkhelmet46bcbc2, from scratch04:17
darkhelmet46bcbc2, exact command was: sudo bash wubi-move.sh /dev/sda2 /dev/sda3 --no-bootloader -y04:17
cixelsydh_s3tt1ngs, also try pressing escape and typing :set nu04:18
al_laIf I just used 'apt-get remove' on a package, is it too late to use purge to remove config files?  If I re-installed package them purged to remove, would it get the files?04:18
ikillcypheranyone know what's wrong over here ?04:18
gannebraemorrSounds reasonable.04:19
darkhelmet46al_la, yes04:19
bcbc2darkhelmet46: do you have errors on the wubi install as well? What happens with: sudo apt-get update && sudo apt-get upgrade04:20
darkhelmet46standby...04:20
al_ladarkhelmet46: yes to the first or second question?04:20
ikillcypheranyone know what's wrong over here ?04:20
ikillcypherbash: /home/ikillcypher/bin/repo: Permission denied04:21
ikillcypher-bash: /root/bin/repo: No such file or directory04:21
darkhelmet46al_la, yes to both i am pretty sure.  i am a newb, but that has been my experience.04:21
darkhelmet46bcbc2, if I do that it wants to upgrade a bunch of packages04:21
intraderAnyone, Good morning - I am having an overheating problem with Lenovo t61p laptop running Linux 12.10. The problem occurs when displaying video at full screen or when a web page has a lot of video clips. Google shows that many laptop users have overheating laptops. Is there a bug in ubuntu?04:22
shroomdukeany ideas on failed update ... "Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-7/openjdk-7-jre_7u13-2.3.6-0ubuntu0.12.04.1_i386.deb 404  Not Found [IP: 91.189.92.201 80]"04:22
ikillcypherHELLO ?!04:23
bcbc2darkhelmet46: what about sudo dpkg --configure -a04:23
shroomdukeI read something on that intrader seems it has to do with cpu speed or ...04:23
mobodoif my graphics driver crashes, were would I find a log?04:23
mobodo(right now, glxgears segfaults)04:24
darkhelmet46bcbc2, I did that and it says "Setting up..." on several packages.04:24
jpmhAccording to gparted I have an 88G /dev/sda1 followed by 37G of unallocated space.  I am running off /dev/sda7.  But it will not allow me to grow the /dev/sda1 into the unallocated space, why not?04:25
ikillcypher...04:25
ikillcypherso no one is going to help me04:25
ikillcypher?04:25
darkhelmet46ikillcypher, did you try "sudo bash..." ?04:25
ikillcyphernope04:26
darkhelmet46ikillcypher, please refer to http://xkcd.com/149/04:26
shroomdukehttps://wiki.ubuntu.com/Kernel/PowerManagement/PowerSavingTweaks04:26
ikillcyphernow everything will be store at root04:26
ikillcypherwhich I dont have access too04:26
yeahuyenyou're04:26
bcbc2darkhelmet46: rerun with the --resume option (append it to your original command).04:27
intradershroomduke, cpu speed? PSensors show cpu 0 at 72C and usage at 6%04:27
darkhelmet46bcbc2, trying...04:28
shroomdukeikillcypher did you try sudo04:28
ikillcypherwhy is it the root is disable04:28
ikillcypherand how come stuff are something stored in the root folder04:28
darkhelmet46bcbc2, argh, now it says:04:29
darkhelmet46wubi-move.sh:  Validating --resume option04:29
darkhelmet46wubi-move.sh:  The UUID on swap partition /dev/sda3 has changed04:29
darkhelmet46wubi-move.sh:  The target partitions cannot be changed04:29
darkhelmet46wubi-move.sh:  when using the --resume option04:29
shroomdukeintrader did you see https://wiki.ubuntu.com/Kernel/PowerManagement/PowerSavingTweaks04:30
darkhelmet46ikillcypher, just like in Windows and Mac OS, many things need elevation in order to run.  In the Windows world it's called UAC.  In the Linux world, it's called "sudo".04:32
bcbc2darkhelmet46: argh. Use --synch then.04:32
darkhelmet46bcbc2, same error04:32
Abhijitnpf ?04:32
darkhelmet46bcbc2, blank the target paritions and re-run?  :/04:33
shroomdukeprivmsg shroomduke hello04:33
al_laHowdy all, quick question.  In 12.10, I have clementine and rhymbox both installed.  I 'apt-get remove clementine' and choose 'n' just to see the list of packages (dependencies) that are no longer required and could be autoremoved after a remove.  I do the same for rhythmbox and it lists the same dependencies (libchromaprint0 libechonest1.2 libftgl2 libindicate-qt1 liblastfm1 libprojectm2  libqxt-core0 libqxt-gui0 projectm-data) as no longer being required.  I04:33
al_laf I had actually purged one, then autoremoved, would it have broken the other?  Does that mean I can never trust the package manager to gracefully handle dependencies?!  What am I missing here?04:33
intradershroomduke, no, on 12.10? Is there control of the fan< I never hear mine even when PSensor.temp2 >97C04:34
bcbc2darkhelmet46: no. let's make sure there are no package dependency errors. first try this: apt-get install -f04:34
bcbc2darkhelmet46: sudo apt-get install -f04:34
darkhelmet460 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.04:34
bcbc2darkhelmet46: i don't get why you are getting this error now, but not before. personally I'd process all pending updates. repeating the same thing and hoping for a different outcome isn't the best plan04:35
shroomdukei'm still figuring this stuff out04:36
darkhelmet46bcbc2, I would agree but I did run sudo dpkg --configure -a like it told me to, and that did sumthin, so maybe it will work now?04:36
sidney_How do I rectify a black screen with cursor in 10.0404:38
bcbc2darkhelmet46: ok04:38
Kevin-_-hey anyone ever have issues installing from a preloaded win 8 machine?04:39
=== ydnar is now known as ephemeral
vfw!nomodeset |sidney04:39
ubottusidney: 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 parameter04:39
unheedingi saved 15-20% on my energy costs by switching to fglrx!04:40
vfwKevin-_-: What kind of issue?04:40
Kevin-_-vfw: actually one second on that, this screen looks promising04:40
vfw!efi | Kevin-_-04:40
ubottuKevin-_-: 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/UEFI04:40
Kevin-_-ah that might be perfect04:41
intradershroomduke, hard to tell for me upon reading the article. What does happen as to heat when I go full screen on a youTube? That is when laptop overheats04:41
jayjis it possible to install ubuntu alongside win 8?04:43
yownyou can with win7, I bet you can with 8 too04:43
jayjlet me rephrase this, has anyone installed ubuntu alongside win 8 in here?04:44
jayjnot virtual box, actually on the system04:44
ikillcypherguys uh how do I prevent my laptop from going black screen after awhile04:44
ikillcypheraka screensaver s04:44
ikillcyphersorry Im new to linux04:44
ikillcypherpreviously windows 7 user04:44
yownWell just go into power managements like any OS including windows ik04:45
ikillcypherty04:46
ikillcypherdone AFK04:46
ttotiGo to System Settings then click Brightness and Lock04:46
jayjmaybe I should go to a windows chatroom and ask there04:46
darkhelmet46some people are impatient here, i was just about to send jayj a link...04:47
=== var is now known as Guest34871
shroomdukepatients is a virtue...04:47
yownttoti: I don't see any system settings04:50
NeoColossusHello everyone! Any terminal guru's here?04:54
NeoColossusMan it seems dead here04:58
WW42Hello #ubuntu! Looking to install 12.10 on an old laptop; is there any reason to prefer 32- or 64-bit?04:58
WW42I know it had 64-bit Vista on it before, but this is on a new hard drive. Not sure what difference that makes.04:58
docvellI use the 64 bit version on my laptop04:59
shroomdukehow old04:59
shroomdukehow old is old04:59
WW42bought about 4 years ago. It's 2 GHz dual-core, 4 GB ram. I dunno much else about the processor.05:00
docvelllaptop is 6 years old (Gateway m-1626)05:00
LMChello? I have a VERY important question about ubuntu05:00
docvellI have a 2ghz speed, 3gb RAM and 250gb hard drive (plus external USB drive now)05:00
docvellask away LMC05:00
shroomdukedo you know if it's a 64 bit processor05:00
LMCok well i have a compaq presariio f700 laptop05:01
WW42I would guess so, since it was running 64-bit Vista out of the box. But I don't know.05:01
kalenjohnsonunless it's a netbook, most CPU's in the last 6 years are 64-bit capable05:01
docvellif it is a 64bit processor go for the 64 bit install05:01
LMCand i want ubuntu05:01
docvellLMC try the LiveCD and see if you like it05:01
shroomdukeyea i'd do the 64 bit but then I'm a newbie05:01
LMCbut it says it requires more than 4gb of space05:01
shroomdukewow05:01
=== ethan is now known as Guest29358
yownwell not sure 64bit is necessary if you don't exceed the max ram and HDD limitations of 32bit05:01
kalenjohnsonLMC, how big is your hard drive?05:01
LMCand i dont know why my laptop wouldnt have that05:01
Guest29358anyone here using Voyager OS?05:02
LMCi have no clue05:02
LMCbecause my laptop is messed up05:02
yownEspecially the ram, which I believe is limited to 4gb with 32bit05:02
LMCim running the trial version of ubuntu05:02
LMCi want to instal it05:02
yowntrial version?05:02
WW42so, if I can run 64-bit, there's no real reason not to? Thanks for your help/advice.05:02
yownoh live version05:02
kalenjohnsonLMC, like docvell said, try the live CD, and if it works alright you can install it from there05:02
LMCcurrently my laptop has no OS05:02
yownThere should be some easy option for installing, that is what live is all about05:03
yownjust poke around05:03
kalenjohnsonif it's messed up, then trying to install ubuntu won't hurt it too badly05:03
LMCit wont let me continue05:03
yownask in ubuntu if you are stuck05:03
shroomdukewhy not LMC?05:03
LMCit wont let me instal05:03
kalenjohnsonwhat's the error?05:03
LMCit says it needs more spacve05:03
LMCspace05:03
intraderAnyone, Good morning - I am having an overheating problem with Lenovo t61p laptop running Linux 12.10. The problem occurs when displaying video at full screen or when a web page has a lot of video clips. Google shows that many laptop users have overheating laptops. Is there a bug in ubuntu?05:03
LMCbut i have no way to clear more space05:03
=== upgrayeddd is now known as abumirqaan
shroomdukedoes it recognize the HD or is the HD too small?05:04
shroomdukeI think it's time for some Quake05:04
LMCis there another smaller OS i can use?05:04
sidney_LMC do you have a live cd05:05
LMCyes05:05
LMCi made one05:05
kalenjohnsonintrader, can  you get some compressed air and clean out the vents? that sometimes helps05:05
shroomdukehow big is your HD05:05
LMCme?05:05
LMCidk how do i check05:05
darkhelmet46LMC, open up GParted, try that.05:05
sidney_boot to the live enviroment open parted05:05
LMCwhats gparted?05:05
kalenjohnsona program05:05
shroomdukeintrader I don't know if this will help but http://itsfoss.com/solve-overheating-issue-in-ubuntu-12-10/05:06
LMCddo i need to download it05:06
sidney_LMC no05:06
darkhelmet46LMC, it should be preinstalled05:06
LMCwhere05:06
kalenjohnsonclick the top left ubuntu button05:06
kalenjohnsontype gparted and you should see it05:06
LMCok let me try05:07
LMCits not showing anything05:08
LMCno devices detected05:09
darkhelmet46LMC, sounds like you need a hard drive.05:09
sidney_LMC are you installing 12.0405:09
kalenjohnsonthat might be the messed up part of your computer then, if it doesn't recognize the hard drive05:09
darkhelmet46Or it is disabled in BIOS...05:09
kalenjohnsonyes, you should check and see if it shows up in the bios05:09
LMChow do i fix it05:09
kalenjohnsonbios requires restarting the computer05:09
sidney_f2 at boot05:09
py_canFriend has given me a 1TB drive that seems to be broken. I cannot mount it. Dmesg syslog | tail -25 shows errors like "end_request io error". Filesystem was NTFS. My question is: Is this HDD beyond repair? How can I check what is exactly wrong?05:10
LMCoh um sometimes at boot it only lets me click esc and f1005:10
py_canI don't know how to use fsck without being able to mount the disk05:10
LMCyes it is 12.04 i think05:11
LMCbut since its the live version it saves nothing05:11
kalenjohnsonLMC, the first screen at boot might not say a button for the BIOS, but try pressing f2 a couple times and see if it shows up05:12
sidney_LMC you need to figure out whick key boots into bios05:12
darkhelmet46LMC either you don't have a hard drive installed, or it is not being detected.  Either it's a BIOS configuration issue or it might be connected wrong.05:12
darkhelmet46Or it's just plain dead and you need a new one.05:12
LMCok thanks i will do thT05:12
LMCmy grandma had this comp before me she prob messed it up05:13
LMCXD05:13
darkhelmet46LMC lol the hard drive probably died, i bet that's why she got rid of it.  :)05:14
LMCwell she asked me to fix it05:14
LMCand said i could have it if i could XD05:14
darkhelmet46LMC and you said yes without knowing what you were getting into, didn't ya?  :D05:14
sidney_LMC what is the make05:14
LMCpretty much :D05:14
darkhelmet46Laptop or desktop?05:14
LMClaptop compaq presario f70005:15
sidney_LMC try f1 and f205:16
LMCok thanks and if you find out anymore on my problem or my laptop email me at ballycroyboy@yahoo.com please thanks :D05:17
ejvpy_can: i'd call your local data recovery specialist; or have your friend restore data from his backup.05:17
darkhelmet46LMC, worse case you need a new hard drive.  Probably about $90 for a 1TB.  Not too bad...05:18
py_canejv: He's already said goodbye to his data, I'm just wondering if I can format it and use it for my own :) Seeing as 'sudo lshw -C disk -short' does detect the disk I'm hoping it only has bad sectors or something...05:18
LMCright and i probably dont even need a pretty expensive one in the first place anyways05:18
darkhelmet46hey, bcbc2!  The migration finished and looks like success!!!  :D :D :D05:19
sidney_LMC if f10 is an option as you stated that may be the bios05:19
ejvif you're getting lots of i/o errors, im not too optmistic05:19
LMCf10 is setup but it never loads05:19
sidney_setup is the bios05:19
bcbc2darkhelmet46: sweet05:20
LMCok well there is an f2 selection also05:20
LMCit just never lets me select it05:20
bcbc2darkhelmet46: have you booted it yet?05:21
LMCok well im gunna go now dont forget mu email05:21
LMCmy05:21
LMCbye05:21
darkhelmet46Gonna reboot, see you again soon I hope.05:21
darkhelmet46LMC...05:22
darkhelmet46Hate to RTFM ya, but try here: http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&contentType=SupportManual&prodTypeId=321957&prodSeriesId=3548233#205:22
LMCyes?05:22
LMCok05:22
darkhelmet46Ok, gonna reboot.  Be back soon.  (i hope)05:22
LMCk bye05:22
LMCthanks05:22
=== aaron is now known as Guest61404
=== Guest61404 is now known as Drumroll1
=== Drumroll1 is now known as Drumroll_
* darkhelmet46 is back! It worked!05:25
ejvwhat worked?05:25
darkhelmet46I got the flashing cursor for a few seconds and almost punched my screen, but then it went to the Ubuntu splash screen!  :D05:26
bcbc2darkhelmet46: cool05:26
darkhelmet46ejv, the Wubi migration that bcbc2 was helping me with.05:26
darkhelmet46Ok, so last thing...  How do I remove the Wubi install from Grub and make this one the default?05:27
ejvwubi... making things difficult for users since 2008.05:27
bcbc2darkhelmet46: something I noticed in the bootinfoscript from before... there's an extra line in /etc/fstab (the swap.disk). Can you remove that? (gksu gedit /etc/swap)05:27
bcbc2darkhelmet46: the problem is you can't install  grub until you fix the LDM issue05:28
darkhelmet46errr, when i did that it opened what looks like an empty document in gedit.05:28
darkhelmet46bcbc2, but Grub is installed...05:28
bcbc2darkhelmet46: doh I meant /etc/fstab05:28
bcbc2darkhelmet46: how did you get around the ldm issue? boot-repair?05:29
darkhelmet46no, i ran the migration with the switch that skips installing grub05:29
darkhelmet46figuring grub must already be there otherwise how can Wubi boot?05:30
bcbc2darkhelmet46: ok but then you're booting it from the wubi grub, and when you remove that you won't be able to boot it anymore05:30
darkhelmet46bcbc2, yeah i get that, i want to leave Grub, but remove the Wubi option from the menu and make this one the default.05:30
baumyif I want to get dual nvidia monitors working in ubuntu server 12.10 is this the correct series of steps: initial install of server; apt-get update; apt-get upgrade; apt-get install xserver-xorg xinit; apt-get install linux-headers-generic; reboot; apt-get install nvidia-current-updates; reboot and done?05:31
darkhelmet46and i got gedit up but i dunno what you want me to chagne...05:31
bcbc2darkhelmet46: the best solution is to remove any dependency on the Wubi install - use easyBCD or fix that LDM problem and install grub (best)05:31
baumyive been having problems with the fact that the server ships with kernel version 3.5.0-17 but immediately updates to 3.5.0-25, and the login prompt displaying offscrene (but still definitely displaying, since i can blindly login and type startx, but i dont see anything but a black screen until i do those two things)05:31
dr_willisbaumy:  i find it easier to just install the services i need on a desktop instgall.   what window manager are you planning on using?05:32
baumyi305:32
bcbc2darkhelmet46: did you remove that line from /etc/fstab?05:32
baumyi dont want all the junk that comes with desktop, also i have a gtx 580, which has drivers that dont ship with the kernel, so the desktop installer crashes05:32
darkhelmet46not sure which line to remove05:32
antzinfo on wine on ubuntu pls05:32
dr_willisbaumy:  the server boots to a console.. i dont see how the nvidia drivers will affect that. You could try disabling the framebuffer mode if you want a normal text based login05:32
antzalso is wine a way to go for watching netflix?05:33
antzon ubuntu05:33
bcbc2darkhelmet46: /host/ubuntu/disks/swap.disk   none swap sw 0 005:33
dr_willisantz thers a netflix package for using netflix on ubuntu. check the omgubuntu and webupd8 sites for info on it.05:33
dr_willis!netflix05:33
ubottuIf you use Netflix, there is an unofficial solution for using it in Ubuntu detailed in http://www.compholio.com/netflix-desktop/ - bug reports in https://bugs.launchpad.net/netflix-desktop05:33
ztedroid!Netflix | antz05:33
ubottuantz: please see above05:33
antzthank you dr_willis05:33
darkhelmet46bcbc2, did that.05:34
baumydr_willis: once i install nvidia drivers, the login console displays offscreen for some reason, like its several hundred pixels up from my actual display in the virtual xorg display thing. when i tried to install lightdm, the default background filled my screen but the actual login boxes were offscreen, seemed to be way above05:34
dr_willisantz:  the netflix-desktop has to install a lot of exra junk and makes a specuial firefox instance that runs correctly05:34
dr_willisbaumy:  thats very odd.   the console does Not use X at all.. but the framebuffer.  which can cause issues at times. and can be disabled.05:35
bcbc2darkhelmet46: ok. note that the grub menu is in the Wubi install. It only can be updated from the Wubi install. so you have to boot Wubi to update it and make the migrated install default. It's not ideal. That's why you need to figure out how to install grub properly to /dev/sda05:35
dr_willisbaumy:  i would set up a ssh server on the thing so you can ssh in and try out things. :)   does the bios screen appear corrextly?05:35
darkhelmet46bcbc2, ok that statement warps my brain a little but i think i get what you're saying.05:36
dr_willisbaumy:  what sort of monitor and how is it conneccted?05:36
baumydr_willis: bios is fine, its uefi actually, and everything works perfectly if i boot to integrated graphics05:36
darkhelmet46you're saying that it is not installed on sda or sda2, it is installed on the hard drive image file that Wubi uses?05:36
nwpc01wan205:36
baumyi have two monitors, a 23" and 24", 1920x1080 and 1920x1200 respectively, hooked up to the first and second outputs of my gtx 58005:36
baumyssh is tricky since im on university ethernet05:36
baumythey restrict some things05:36
dr_willisbaumy:  so its only the nvidia cards that have the issue..  they are both connected via hdmi?05:36
baumydvi05:37
bcbc2darkhelmet46: yes. the grub.cfg you see at startup is inside the root.disk file.05:37
baumyi will look into disabling framebuffer, that might just be my solution05:37
baumyideally id like to use lightdm but i can live without05:37
darkhelmet46bcbc2, awww that's crappy.  so i need to keep that file which is eating like 30GB of disk space?05:37
dr_willisbaumy:  check out slim its a login manager that uses  the framevuffer. ;) but still if X is way off position. thats very odd.. ive not seen such issues in years05:37
baumyit didnt make sense to me that the login prompt would use xserver, which is why i was confused that the symptoms of the problem very clearly pointed to the login prompt being offscreen05:37
bcbc2darkhelmet46: exactly. which is why you need to either use easyBCD or clear that LDM data so that you can install grub to /dev/sda05:38
dr_willisbaumy:  does a normal desktop live cd work correctly?05:38
baumydr_willis: no, crashes and complains about nouvea drivers05:38
baumy*nouveau05:38
baumythey don't support my video card, it's too new05:38
dr_willisbaumy:  hmm. noveau works great on my older card. ;) was even able to do TF2.05:38
baumydr_willis: that login manager looks fantastic, thank you, that might actually solve my problem05:39
darkhelmet46bcb2, Ok I got it.  I think I tried easyBCD before and it would have worked, but I was getting that flashing cursor thing.  I'll jump back to Windows and see if I can do that.05:39
baumydr_willis: tf2 is most of the reason im doing this :P05:39
darkhelmet46ok, gonna reboot again and fire up easyBCD.  bbiab.05:40
bcbc2darkhelmet46: ok good luck05:40
baumydr_willis: where can i learn more about this framebuffer thing and how it works, and will slim work if i disable it?05:40
dr_willisslim wont. i think.. not tried it in ages05:41
dr_willisthere used to be a nofb option. but these days im not sure how to properly do it.05:41
dr_willis!framebuffer05:41
ubottuInformation about changing your framebuffer modes in GRUB can be found at https://wiki.ubuntu.com/FrameBuffer#grub05:41
baumywonderful05:42
dr_willisthat guide may be outdated05:42
baumywell one way or another this sounds like the root of my problems05:42
baumyso im sure i can google my way through it now i know the cause05:42
baumyit says framebuffer causes problems with older video cards that don't have native support, maybe newer ones can have the same problem05:43
coolroothttp://paste.ubuntu.com/5566839 can someone tell me if this is safe? this will be my last option to recover grub coz my cd/dvd drive ain't working not even my usb stick i mean my laptop ports ain't working too :(05:45
dr_willisframbuffer can cause all sorts of weirdness..  it was a big new neat idea when it came out.. but never really got as muh support as it could.05:45
* [gnubie] waves05:47
=== Guest34871 is now known as profox
[gnubie]i have a running ubuntu 12.04.2 LTS on my newly installed server. i'm wondering why the permissions of the files and folders in the /home/$USERS/* are changed back to umask of 002. any idea why it happened?05:49
baumydr_willis: its a shame cause slim is sexy looking05:50
[gnubie]is there some sort of a cronjob that resets the permissions inside the users' home directories?05:52
[gnubie]anyone?05:52
=== Kasjopaja23111 is now known as Kasjopaja
dr_willis[gnubie]:  ive never seen such a thing06:00
dr_willisits not clear what your problem is exactly [gnubie]06:00
=== infinity__ is now known as Blackwebbbbb
nextoneAnyone know, if you can play crysis 3 with wine?06:01
dr_willis!appdb06:01
ubottuThe Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help06:01
Blackwebbbbbif i wanted to bind SSHD to a certain interface would I just add "interface eth0" to /etc/ssh/ssh_config or is it "Interface eth0"06:02
nextoneThanks06:02
GlaasaHi, I am just wondering if any of you have experience with SQUID proxy TCP behaviour? Thank you06:02
dr_willissshd would be the sshd_config wouldent it? not ssh_config06:03
Blackwebbbbbya06:03
Blackwebbbbbis it interface without a Capital I to declare the interface06:03
Glaasaust wondering how squid behaves in regards to TCP connections.. Does it first recieve syn /ack from client and then fins it and then creates another tcp socket with the server and syn ack again, downloads the whole content and then reopens another tcp connection with the client to send the data, OR keeps the tcp connection with the client alive, and just recieves packets from the server and sends it right away to the client?06:03
BlackwebbbbbSo "interface eth0" or "Interface eth0"06:04
dr_willisno idea.. id imagine its all lowercase06:04
dr_willisit might not even matter06:05
BlackwebbbbbI have 2 Network cards installed on PC and if the one is enabled that I'm not pointing ssh to connect to then it want connect06:05
Blackwebbbbbthen it wont connect06:06
LaogeodrittBlackwebbbbb: I don't know offhand (is it even case-sensitive?), but you should be able to find it in the manpage. Do "man sshd_config". You can type / and then "Interface" to search the manpage (same as Ctrl+F in GUI programs)06:06
coolroothttp://paste.ubuntu.com/5566839 can someone tell me if this is safe? this will be my last option to recover grub coz my cd/dvd drive ain't working not even my usb stick i mean my laptop ports ain't working too :(06:07
krayonHi there.  Could someone possibly tell me what the output of 'lsb_release -ds' on an Ubuntu?  I don't have an Ubuntu system handy to test :/06:09
=== jono is now known as Guest76484
dr_williscoolroot:  one of the handiest things ive ever bought was a universal usb hd enclosre. if i goof up a hd on a problem system i can pull it out.. plug it in the adaptor and then setup linux on it and put it back06:09
HarleyUbuntu 12.04.1 LTS06:10
dr_williscoolroot:  and you could paste the actual url here.. not a pastebin OF the url.. ;) since its 1 line.06:10
kalenjohnsonkrayon, http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/lsbrelease.html06:10
krayonHarley: I assume that's a reply to me :) thanks.  Was the output quoted or not (I expect not)?06:10
krayonkalenjohnson: thanks, but that's not my query :)06:11
coolrootdr_willis: but sir, i got a usb stick with a 10.04 distro but the problem is that when i put it on the port it can't be detected by my distro06:11
Harleykrayon :   not quoted06:12
krayonHarley: Thank you very much :D06:14
dr_williscoolroot:  you want the 10.04 usb to bootable? or the hd?06:14
coolrootmy usb is already bootable but when i tried to put it on my laptop it can't be detected :( i'm having a problem on my distro (10.04 lucid) i can't login in a normal mode i need to go to recovery mode and do the root drop....then from there i'll type startx and i will go to my desktop but apps ain't working if i do normal booting it will lead me to tty2 console and from there i'll try startx it won't display it will hang up my laptop :(06:17
dr_williscoolroot:  so you are trying to fix the install on a hard drive - in a somewhat flakey laptop06:18
coolrootyup06:18
coolrooti'm giving the link hoping if that is safe :(06:19
dr_willisyou pastebined the actuaal url to follow - that makes it a littler harder to actually follow. ;)06:19
coolrootcan i post my grub.cfg here? and can u do some checking?06:20
melkorIs there anything to do when I use open office if I play the slideshow it shows up on the wrong screen.06:23
melkorSorry slide show in libre office presentation.06:23
dr_willisnot really a lot i can do to check it..  it would take a glareing error for me to even notice an issue coolroot06:23
dr_willismelkor:  even if you drag it to the second monitor befor fullscreening it?06:24
coolrootdr_willis:  paste.ubuntu.com/5566928 here it is06:25
coolroot@ping06:25
yown Is there a reason not to constantly run in gnome session fallback?06:25
coolrootdr_willis: np sir thanx but i hope i can do it hehe06:26
melkordr_willis: correct, regardless of where the lo window is the slideshow shows up on the laptop screen.06:26
dr_willismelkor:  is this actually openoffice? or libreoffice?06:28
melkorlibre office, it should be the default ubuntu one.06:28
melkor3.5.7.206:28
booboohello good people! my vlc player plays videos funny. here's how it looks like: http://imageshack.us/photo/my-images/824/screenshot1zk.png/ thanks! :)06:29
dr_williswhat video card/drivers?06:29
melkorintel hd400006:29
dr_willismelkor:  there is a way to use compiz to force windows to open on some displays/monitor.. but ive never used it.. saw mention of it on webupd8 or omgubuntu under their dual monitor flash tweaks page06:29
melkorI've always had this issue with firefox + youtube. I often will just mirror the displays.06:30
booboohello good people! my vlc player plays videos funny. here's how it looks like: http://imageshack.us/photo/my-images/824/screenshot1zk.png/ how do i fix it? thanks! :)06:30
matthewvzDidn't like unity so I decided to try out cinnamon, not a huge fan. Any suggestions on a good desktop environment anyone?06:30
melkorI use gnome shell. it is somewhat unobtrusive.06:30
dr_willistotally depens on what you want matthewvz06:30
melkorOf course, I'm here with issues about my display so ...06:31
matthewvzdr_willis: I want something clean and nice looking, not worried about resources.06:31
dr_willisuse lubuntu then06:31
dr_willisits the cleanest out.. ;)06:32
dr_willisif you want a bit more off the beaten path - check out the e17 stuff06:32
dr_willisthen theres good old xfce and kde.06:32
dr_willisthen theres that elementary os. but its not officilly supported here06:32
kalenjohnson"clean" and "nice-looking" mean different things to different people06:33
kalenjohnsonbut if resources aren't an issue, give KDE a try first. it's the other "heavy" but "nice" one06:33
bluebomberI have two RAID5s, and I'm having issues with them: About once every two weeks, one of the drives "fails" from the RAID5, and has to be reformatted and added back to the RAID, which then is rebuilt. How exactly can I diagnose what's happening to my RAIDs?06:33
[gnubie]dr_willis: i already changed the UMASK to 027 into my /etc/login.defs but the users' permission still with a umask of 007. what shall i do? i want that all the users will have a umask of 027 except for system wide users06:34
matthewvzClean for me is not cluttered, nice looking is well nice looking. One concern is my dual monitors. I will have to try out KDE and XFCE, thank you guys.06:34
bluebomberThe drive that fails seems random, and it isn't a hardware failure. The drive passes benchmarks and works fine again once the RAID rebuilds.06:34
dr_willis[gnubie]:  id check the  bash init scripts to make sure its not getting changed elsewhere.06:34
kalenjohnsonbluebomber, is it a different hard drive each time, or is it always the same?06:34
bluebomberkalenjohnson: It has been different drives.06:34
[gnubie]dr_willis: init scripts? which one?06:35
bluebomberkalenjohnson: And it doesn't appear to be related to the hardware of the drive itself failing (the drive works fine after readding and rebuilding).06:35
dr_willis[gnubie]:  the various bash scripots in /etc/ and the users homes06:35
=== box is now known as Guest605
kalenjohnsonbluebomber, is the RAID on your mobo?06:35
dr_willis[gnubie]:  ive never had to mess with umask,  it may be worth checking on askubuntu.com on the right way to change it also06:36
bluebomberNo. It's external, in a TowerRaid, using eSata and Port Multiplier.06:36
kalenjohnsonhuh... I've never used one of those, haha, sorry06:36
prototypehey all06:37
kalenjohnsonbut maybe the drivers aren't 100%? I don't know06:37
=== Guest605 is now known as hash``
bluebomberkalenjohnson: That's ok. :-)06:37
prototypei wanna use ns2 on 12.4 any can help me how to install n use it06:37
booboocan some1 help me? my VLC plays videos strangely: http://imageshack.us/photo/my-images/824/screenshot1zk.png/ :(06:37
bluebomberkalenjohnson: They may not be, but how could I go about diagnosing it?06:37
kalenjohnsongoogle it, or askubuntu.com might get the attention of someone with the same hardware06:38
kalenjohnsonSee if there's a website about the drivers and if they have any comments on it?06:39
neirpycThis video card will be the end of me!06:41
neirpycI've tried everything I can find on nvidia + macbook pros + ubuntu and it just doesn't work right.06:42
[gnubie]dr_willis: ok06:43
sandisufiandihello world, can some one tell me how to install Canon LBP7200CN06:49
dr_willis!cups06:51
ubottuPrinting in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://help.ubuntu.com/community/NetworkPrintingWithUbuntu06:51
sandisufiandiok i read that first06:51
dr_williscanon can have very poor linux support with some of their printers06:52
VivekanandaHey everyone! Hi dr_willis how are you :)06:53
VivekanandaWhat is the best pdf reader( most fully featured) that I can install in ubuntu. I had foxit through wine but I was using wine only for that. I can reinstall it but I wont need wine if I can get foxit full with pdf reading06:54
Vivekanandathings like ( typewriter and tags shapes and messages and other foxit like annotation tools )06:54
Vivekanandaany recommendations06:54
dr_willisfoxit had a linux version at one time.. but i think they stopped it.. i rarely use any advanced pdf features06:56
prototype_!illegal | Vivekananda06:56
ubottuVivekananda: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o06:56
dr_williserr.. the linux verion was free.. ;)06:57
Vivekanandaprototype: I did not know that it was illegal :(06:57
dr_willisas far as i know its not Vivekananda06:57
foo357Hello, I've got a 250 GB harddrive that I want to install 12.04 LTS (Desktop) on. How should I partition the disk?06:57
Vivekanandadr_willis: please relay that to prototype :)06:58
dr_willisthers some paid version of foxit. but ive never used it.06:58
aeon-ltdfoo357: linux only? also do you plan to use other distros or reinstall a lot?06:58
dr_willisfoo357:  depends on your needs. that small of a hd. you may want to just have a / and swap06:58
ibqnI ran into issue, after an update, I have  no border running xfce4 session, any ideas?06:58
dr_willisfoo357:  is this a SDD?06:58
dr_willisssd06:58
VivekanandaI only said I want a fully featured pdf reader. The best for linux. Is that an illegal question to ask ?06:58
dr_willisVivekananda:  no its not06:58
foo357dr_willis: no it's a normal disk06:58
histodr_willis: what I have a 64gb ssd and I still ahve room for swap06:58
dr_willisi got my whole linux install on a 128gb ssd06:59
histofoo357: I always createa  seperate /home at the very list06:59
Vivekanandawell ok then I need some inputs. okular looks good but is there nothing better ?06:59
Vivekanandahisto: *least you mean06:59
foo357aeon-ltd: It's actually a 500 GB disk with Win7 taking up half of it. GRUB has worked fine so far and I've reinstalled the current Ubuntu version (10.04 LTS) I'm using with Windows present.07:00
histofoo357: I have a 10gig / ,   around 50gig /home, and 3gig swap on my 64GB drive07:01
histo!partition | foo35707:01
ubottufoo357: For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap07:01
foo357aeon-ltd: Reinstallation will probably be done yearly or so, when a new LTS release is out and I feel that the current one is getting old07:01
ibqnI ran into issue, after an update, I have  no border running xfce4 session, any ideas?07:01
histofoo357: well lts doesn't come out yearly07:01
histofoo357: also you can upgrade instead of reinstalling07:02
histofoo357: it isn't windows you don't get bit rot07:02
meLonMy cursor is getting stuck on my secondary x screen.  I've never experienced this problem with this setup.  Any suggestions?  It's really frustrating because I have to completely restart to get the cursor back on the primary display07:02
aeon-ltdfoo357: then a separate /home is a must for ease of reinstalls. so ntfs / /home /swap07:02
aeon-ltdfoo357: also the 1mb partition for grub2 if you're using that07:03
foo357ok thanks for the intput aeon-ltd, dr_willis, histo07:04
histomeLon: Try restarting lightdm next time it happens vs. restarting the whole system.07:04
dr_willisi found 10gb too small for my /  ive filled up 20gb / befor.. but that was with tmp space usage07:04
AAAdaemons are awesome that way!07:04
unheedingi don't use daemons!  i use aengels07:05
AAAis that free jSD?07:05
unheedinglol07:05
foo357Hmm I've got a install CD for 12.04 LTS, the target computer doesn't have an internet connection. Does the installation require this?07:06
dr_willisfoo357:  no but its handy07:07
KingSphinxI have a 320 GB hard drive that I've partitioned as such: 20 GB to /, 295 GB to /home, the rest to swap. Works pretty well.07:07
foo357dr_willis: ok thanks07:07
unheedingit's nice to have updates, but not strictly necssary if you're not connected to the internet07:08
unheedingi guess you could run windows 98 offline just fine;)07:08
darkhelmet46bcbc2, still here?07:11
bcbc2darkhelmet46: hi07:11
darkhelmet46hey dude.  been fighting wtih EasyBCD, but no luck.07:12
darkhelmet46Best I can get is a grub prompt and a cursor.07:12
bcbc2darkhelmet46: hmmm I used it once - just to try it. Seemed to work okay. Which instructions are you following?07:12
darkhelmet46hang on07:12
=== owen is now known as Guest24057
VivekanandaI had wine installed before a format and I had moved the .wine folder to another partition but symlinked it from the home. Now after format and rync back of the home I dont see that symlink. what is the way to install wine now but still use the old .wine files?07:14
darkhelmet46bcbc2, basically this: http://neosmart.net/wiki/display/EBCD/Ubuntu07:15
VinceThePrinceDamn! I think Xubuntu 12.04 is slower than Ubuntu 10.10 I upgraded yesterday or more downgraded in my opinion07:15
aeon-ltdVinceThePrince: there are more ways to get speed gains than just swapping distros07:16
meLonMy cursor is getting trapped on display 0.1.  Any ideas on what could cause this?07:16
VinceThePrinceaeon-ltd, I didn't want to upgrade but everyone was complaining that 10.10 was EOL :(07:17
supermanhei can anyone help me how to install irssi?07:17
meLonsuperman: sudo apt-get install irssi07:17
Vivekanandaanyone to my question ?07:17
dr_willisirssi is in the standard repos. ;)07:18
bcbc2darkhelmet46: I guess the difference is that you didn't install grub at all. Wubi doesn't require all the modules in /boot/grub because they're in the wubildr.07:18
bcbc2darkhelmet46: and when you run 'grub-install' it copies them to /boot/grub including the core.img07:19
darkhelmet46so you're sayin i'm screwed?07:19
ikaslecacca07:20
bcbc2darkhelmet46: no. You can install grub to your ubuntu partition /dev/sda2 (but you have to be careful with that) and it requires the --force option.07:20
ikaslexabi es noob07:21
oskudehi, anyone happen to know how to use preseeding to do automatic install? this info https://help.ubuntu.com/lts/installation-guide/i386/preseed-using.html seems old or just doesnt work anymore :/07:21
bcbc2darkhelmet46: but I'm wondering now whether it'd just be better to zap that LDM sector07:21
=== methril is now known as Guest53109
darkhelmet46yeah me too, i just don't want it to wreck my partition or something and then i'd lose data.07:21
WW42... can anyone give me some tech help? I downloaded 12.10, burned it to a flash drive, and tried to install from it.07:22
aeon-ltdWW42: go on...07:22
WW42When I booted up, it said: "ERROR: No configuration file found"07:22
oskudeor do people use some other method to do automatic install of many ubuntu machines?07:22
ikaslehere we go!!!07:22
bcbc2darkhelmet46: the problem is that (from my understanding) ubuntu boots fine, but windows doesn't.07:22
ikaslecacaz07:23
WW42"No DEFAULT or UR configuration directive found!" "boot: _"07:23
Jewfro-Macabbioskude, netinstall https://help.ubuntu.com/community/Installation/Netboot07:23
WW42er, I mean UI07:23
mae_taeis that possible that all interfaces are dynamic ip's, all extracted from dhcp server?07:23
oskudeJewfro-Macabbi: and the automation you do how?07:23
bcbc2darkhelmet46: where am I going with that... oh year, the workaround #44 seems to suggest that adding a custom boot option will boot Windows.07:23
darkhelmet46ok, so check this out...  http://neosmart.net/wiki/display/EBCD/NeoGrub+Linux07:24
darkhelmet46looks like i can install something called NeoGrub, but I'll need to write the config file myself.07:24
WW42so, any idea what I could type into the "boot: " prompt to try and make it go? Or what I did wrong?07:24
Jewfro-Macabbioskude, that part I don't know, but netboot let's you have prepared images for different architectures ready to load.07:24
oskudeJewfro-Macabbi: my problem is to get ubuntu automatically installed. this preseed thing doesnt seem to work :/07:25
VinceThePrinceaeon-ltd, tell me how to get these speed gains :) for example when I press "start" all the icons appear very slowly07:25
joeytwiddlevncserver -kill :1   also kills the screen i am working in.  that can't be right :E07:25
darkhelmet46bcbc2, I think if I boot to wubi, open the grub config file, and copy it it somewhere, i should be able to then paste most of it into the NeoGrub config.  Thoughts?07:26
aeon-ltdVinceThePrince: what spec pc?07:26
mae_taeis that possible that all interfaces are dynamic ip's, all extracted from dhcp server?07:26
bcbc2darkhelmet46: I don't see how that will work. It means you need to copy the kernel and initrd.img to windows as well07:26
oskudemaybe i would be quicker to script debootstrap...07:27
oskudedoes landscape do automatic installs?07:27
meLonMy cursor is getting trapped on display 0.1.  Any ideas on what could cause this?07:28
=== branant_ is now known as branant
VinceThePrinceaeon-ltd, HP EliteBoook 8740w07:28
DJHenjin_I want to set up a virtual networking interface that listens to a different IP address than the one that eth0 listens to, i have set up eth0:0 to the correct settings, i think but wehn i restart networking i get failed to bring up eth0:007:28
bcbc2darkhelmet46: why don't you try installing grub to your Ubuntu partition. Then use easyBCD again. Boot into the migrated install and make sure your partition is /dev/sda2 (it was before): sudo grub-install /dev/sda2 --force (NOTE if you get the wrong partition and do it on your windows one, windows won't boot. If you're nervous... make a windows repair CD first)07:28
darkhelmet46i think i tried that07:29
aeon-ltdVinceThePrince: what cpu, gpu, ram ?07:29
DJHenjin_when i do /etc/init.d/networking restart i get a bunch of postconf errors07:29
bcbc2darkhelmet46: what's in your /boot/grub directory on /dev/sda2? (Pastebin the file list)07:30
darkhelmet46the other thing is it looks like after messing with EasyBCD I somehow took away the ability to boot to Wubi07:30
bcbc2darkhelmet46: run CMD.EXE (select Run as Administrator), then run: bcdedit07:31
bcbc2darkhelmet46: copy and pastebin the result and the link back here07:31
WW42any ideas what went wrong? When I tried to boot from the install flashdrive, it said: "ERROR: No configuration file found / No DEFAULT or UI configuration directive found! / boot: _"07:31
DJHenjin_here is my /etc/network/interfaces file http://pastebin.com/QuA7Z9LU07:31
aeon-ltdVinceThePrince: i've googled and the 8740w is a $2000 laptop (i7, 4gb ram, amd firepro gpu), i'm guessing this isn't the same spec as the one you're using07:31
oskudeso heres how far i got. works only on alternate cd... in grub prompt press esc (tip from upstream docs)... type: install auto=true priority=critical url=http://the/example.cfg (tip from web)... looks good, yet it asks full user name to create... all other methods doesnt even get this far... i really wonder if this preseed thing should even work07:32
_genuser_guys, my xubuntu installation all of a sudden says read only file system. after a few compiles of android framework.07:33
_genuser_what would cause the mounted filesystem to be read-only.07:33
sandisufiandiprinter has been detected in network but unable to print07:34
VinceThePrinceaeon-ltd, I'm using the older version i'm installing "hardinfo" this gives a nice overview07:34
VinceThePrinceaeon-ltd, will a screenshot work for you?07:34
aeon-ltdVinceThePrince: ok07:34
AAA_genuser_: check tail /var/log/messages and dmesg|tail07:34
_genuser_AAA: seeing dmesg already. says: EXT4-fs error. add direcnt-to_buff blah blah : comm ccache: bad entry in directory: inode out of bounds - offset blah.aborting journal on device sda6.07:35
_genuser_I think it just went nuts on a filesystem corruption or some sort.07:36
DJHenjin_here are the errors i get http://pastebin.com/4JYteLbN07:36
AAA_genuser_: can you umount it and do a fsck? or is it your OS partition?07:36
VinceThePrinceaeon-ltd, I'm never uploading using zimagez again damn screenshot app: http://www.zimagez.com/full/3c8a7e994669476e329a618ec91320d4be8c9a5c94388d5b6924c0fb25bf0a9dd6359cf390363c4ff37586d7e139a33b7c6ca0110d3d80f8.php07:37
_genuser_AAA: one line says - sched: RT throttling activated. sounds like either the data was being written to fast or something. it's rootfs partition.07:37
DJHenjin_can anyone help me with setting up a virtual interface to listen on a different IP than eth0 and with a different gateway as well07:38
aeon-ltdVinceThePrince: this shouldn't be slow or sluggish at all, what graphics card are you using and are drivers installed for it?07:38
bentinataHello.07:38
AAA_genuser_: go to pastebin (don't paste here) and paste the output of df -sh07:38
bentinataHow do I execute program from terminal?07:38
aeon-ltdbentinata: type it's name07:39
FloodBot1!netsplit07:39
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit07:39
bentinataaeon-ltd: If i run /folder/name, it work.07:39
aeon-ltdok....07:40
bentinataaeon-ltd: But, if I go to its folder, it won't07:40
VinceThePrinceaeon-ltd, does this help: http://www.zimagez.com/zimage/screenshot-02262013-083955am.php][img]http://www.zimagez.com/miniature/screenshot-02262013-083955am.php07:40
_genuser_AAA: coming up. machine is taking too long to laod dpaste.com07:40
VinceThePrinceaeon-ltd, http://www.zimagez.com/zimage/screenshot-02262013-083955am.php *07:40
_genuser_AAA: dpaste.com/99825807:40
_genuser_ran df -h, assuming -s was a typo.07:41
aeon-ltdVinceThePrince: have you installed any ati drivers?07:41
VinceThePrinceVinceThePrince, the safe ones :)07:41
bentinataaeon-ltd: Idea?07:41
darkhelmet46bcbc2, The Wubi install is just plain missing from bcdedit.  I renamed the Ubuntu folder on my hard drive and I am re-running the Wubi install.  After it's done, I will try to rename the folder back again and see if I can get it to boot.07:41
aeon-ltdbentinata: what's the problem?07:42
bentinataaeon-ltd: No, I've no problem.07:42
bentinataaeon-ltd: I just want to know, how to execute program inside its folder.07:42
bcbc2darkhelmet46: wow. everything that can go wrong...07:42
aeon-ltdbentinata: how did you get this program? if it's not executable you have to make it so07:43
darkhelmet46bcbc2, it was my fault, i was screwing with EasyBCD and I should have backed up the settings first.07:43
VinceThePrinceaeon-ltd, drivers installed: http://www.zimagez.com/zimage/screenshot-02262013-084320am.php07:43
bentinataaeon-ltd: It's executable.07:43
ripthejacker!apache207:43
AAA_genuser_: yeah, sorry, that's a du option.  paste this: mount; tail /var/log/messages; dmesg | tail07:43
darkhelmet46I need to get to bed, though.  It's almost 3am here.  I'll have to pick it up again later.07:44
darkhelmet46Thanks for all your help, bcbc2.07:44
ripthejacker!apache07:44
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.07:44
bcbc2darkhelmet46: ok - np.07:44
bcbc2darkhelmet46: good luck07:44
darkhelmet46ty07:44
aeon-ltdVinceThePrince: is it slow just after boot?07:44
lolmausI have accidentially unpinned my flash drive from Unity toolbar. How do i pin it back?07:44
VinceThePrinceaeon-ltd, mmm it's starting to see this why07:45
_genuser_AAA: dpaste.com/99826707:45
VinceThePrinceaeon-ltd, what's the reason for that07:45
bentinataaeon-ltd: pastebin.com/xV9kvDxX07:45
bentinataaeon-ltd: See the differences?07:45
DJHenjin_well, looks like i wont be getting any help here07:45
_genuser_AAA: sorry mistyped messages but even /var/log/messages doesn't exist.07:45
AAAtail: cannot open `/var/log/message'07:46
AAAyou forgot the s07:46
aeon-ltdbentinata: yes07:46
AAAwhat is cat /etc/issue ?07:46
androsshey has anyone taken the ethical hacker certification07:46
androssor know anyone who has07:46
aeon-ltdbentinata: not perfectly ideal, but you could create a alias to launch that program07:46
AAA_genuser_: it really sounds like a bad disk07:47
aeon-ltdVinceThePrince: so it's slow immediately after boot?07:47
Courtenayanyone here know anything about android custom recoverys? i know not the right channel but theres no life in #ubuntu-touch07:47
bentinataaeon-ltd: Haha, I've think about that too.07:47
VinceThePrinceaeon-ltd, yes it is slow immediately after boot after that it seems it runs "warm" and works better07:47
bentinataaeon-ltd: I think someone could give me an answer.07:48
_genuser_AAA: even with /var/log/messages it can't find it.07:48
_genuser_AAA: it's a vmware disk. if I reboot it will be fine.07:48
aeon-ltdVinceThePrince: that's probably just finishing the boot sequence, when things are loaded into ram then that's the desktop finishing loading07:48
_genuser_AAA: cat /etc/issue Ubuntu 12.04.2 LTS \n \107:49
AAA_genuser_: if you can reboot the machine, I would do that and do an fsck on the way up.  this _should work. touch /forcefsck && reboot (as sudo/root)07:49
aeon-ltdVinceThePrince: that's perfectly normal, though if you want to decrease that time you could just use lighter software e.g. openbox instead of unity07:49
_genuser_AAA: hmm, altho it's a virtual machine for building android. I might just report no problems, but the real disk might be getting old.07:49
Kartagishow can I use a USB device for which I see a "device was not an MTP device" error?07:50
VinceThePrinceaeon-ltd, thanks a Million for your help if you ever need SAP HR Consultancy contact me ;)07:50
_genuser_AAA: obviously on a RO mount, can't touch /forcefsck07:50
AAA_genuser_: that error is for your _real_ /dev/sda6 device. _that_ is what you need to fsck07:50
aeon-ltdVinceThePrince: i didn't really do much though :)07:50
bentinataaeon-ltd: Thanks!07:51
_genuser_AAA: yeah, it's a hope of rebooting and rebuilding again. I wonder if all those years of gentoo vm builds are getting the disk tired.07:51
AAA_genuser_: if you get backed into  a corner, you can do: mount -oremount,rw /07:51
AAAyes, it is _all_ gentoo's fault!07:51
_genuser_lol, I've done some heavy disk writing on taht drive. nice that it isn't the main OS disk07:52
oskudehmm, root user in ubuntu has no password by default?07:52
AAAyou can run some smartcl or bonnie tests on it07:52
AAAor just dd07:52
_genuser_AAA: host is windows 7. probably need to find some disk diagnostics tools for windows.07:53
mae_taehow will i do it that the two interfaces of single machine all get dynamic ip from dhcp server?07:53
_genuser_AAA: bumping mem assigned to machine and rebooting. let's see what it does.07:54
Kartagisoskude: use sudo -s, not su - root07:54
AAAmae_tae: configure your dhcp server to give those MAC address's a preset IP?07:54
DJHenjin_I NEED to set up a virtual interface that listens on a different address and has a different gateway than eth0 can someone help me07:54
AAA_genuser_: most important thing is to do a fsck07:55
AAA!interfaces07:55
_genuser_AAA: yeah, finding some windows util for host machien to run smartctl stuff on disk.07:55
mae_taeAAA: ok so how i will define since both interfaces have same hostname?07:55
KartagisDJHenjin_: edit /etc/network/interfaces and restart networking afterwards07:55
AAAmae_tae: by IP07:56
AAAmae_tae: by IP/and or MAC07:56
_genuser_AAA: thx for your help. :)07:56
AAA_genuser_: go go linux!07:57
_genuser_AAA: go to #linux? or host OS?07:57
DJHenjin_Kartagis:  i have tried that, i get failed to bring up eth0:0 every time07:57
AAA_genuser_: heh, just saying. yay for Linux07:57
mae_taeAAA: like this host pc { hardware-ethernet ........ fixed-address......., hardware-ethernet, ....... fixed-add } is this what you mean?07:58
_genuser_AAA: oh, I run server linux. but windows is required by the music stuff I use. no equivalent in linux. not yet.07:58
AAADJHenjin_: paste (in some pastebin) cat /etc/network/interfaces07:58
DJHenjin_http://pastebin.com/QuA7Z9LU07:59
AAAmae_tae: it depends on your dhcpd software. what are you using? can you paste the conf file (in pastebin, not here)07:59
mae_taeim just using dhcp3-server, im just starting to configure, im just trying to get the idea08:00
mae_taeAAA: im just using dhcp3-server, im just starting to configure, im just trying to get the idea08:00
Raptorsso I am watching the latest linux action show and they are talking about ubuntu touch. They are saying that ubuntu touch is going to be using android kernel (cm 10.1) and android window manager (opposed to x11)08:00
RaptorsWould this mean that it'd be possible to use android aps on ubuntu touch?08:00
AAADJHenjin_: what happens when you do ifconfig eth0:0; ifup eth0:0; ifconfig eth0:0 ?08:00
mae_taeAAA: whats more generice of doing that?08:00
DJHenjin_RTNETLINK answers: File exists08:01
DJHenjin_Failed to bring up eth0:0.08:01
AAAmae_tae: that is the way. can actually ping the eth1 (private interface) from the dhcpd server?08:01
AAADJHenjin_: so does ifconfig eth0:0 give you info you can pastebin?08:02
burtoniumRaptor: As far as I know, every Android uses Linux kernel08:02
DJHenjin_http://pastebin.com/sqvsPP3H08:02
mae_tae AAA i got an error there is only one fixed address declaration per host08:03
AAADJHenjin_: and route -n?08:04
=== grep is now known as Guest27472
DJHenjin_http://pastebin.com/kH1EqyHY08:04
androssanyone know why the 12.10 amd64 iso is so larger08:04
androsslarge08:04
ikoniaandross: more packages08:05
=== chronos is now known as Chronos
androsssince my cds are only 730megs i will be using 12.0408:05
dr_willis12.10+ is now on a dvd image08:07
n8w|how do i adjust a window title for a remote host? all it shows now is "~:bash"08:07
dr_willisn8w|:  in a xterm window? theres excape codes/bash prompt tricks to do it08:08
dr_willischeck out the bash prompt howto for fancy tricks in that area08:08
androssalso while im complaining about things that dont matter08:08
androssif anyone who is affiliated with the ubuntu store is here08:08
n8w|dr_willis, konsole...08:08
androsswhy does everything appear in british pounds08:09
DJHenjin_AAA: http://pastebin.com/kH1EqyHY08:09
dr_williskonsole may or may not follow the bash/xterm standards08:09
AAADJHenjin_: can you ping 192.95.23.254 from the server?08:09
androssand shipping is too expensive to be reasonable08:09
n8w|dr_willis, i have managed to adjust a local tab according to my needs, but i fail with the remote one08:09
androssand i dont wanna register to buy something08:09
androssi used to use the old store all the time but when they changed that ended my purchasing08:09
DJHenjin_6 packets sent 6 recieved08:09
DJHenjin_i can ping it from my local machine as well, i dont understand why it says it cant bring the interface up if it is working08:10
AAADJHenjin_:  it sounds like it is working. but, if you need it to go out the .23 gateway, you'll want to add something like $ route add 192.95.23.0 netmask 255.255.255.0 eth0:008:12
mae_taeAAA: here's the link http://pastebin.com/f9rCZimN08:12
AAADJHenjin_: adjust that command to fit. you may needs some iptables foo also to make it work. it depends on what you're trying to do08:12
DJHenjin_AAA: netmask 000000ff does not make sense with host route08:14
AAAmae_tae: have you tried to renew the DHCP leases from the client? (while doina something like tail /var/log/dhcpd.log)08:15
AAADJHenjin_: change netmask to 255.255.255.25508:15
DJHenjin_still says does not make sense08:16
mae_taeAAA: actually i executed it returns an error, it says there should be one fixed-address per host, is there a way where i could implement same concept?08:16
supermanhow do find smuxi list server08:17
supermani*08:17
AAAmae_tae: ah, you'll probably want to push routes from the dhcpd server then08:17
DJHenjin_AAA: thanks for the help, ill figure somehing out08:18
AAAmae_tae: is there a reason you can't just add the private IP and forego the dhcp stuff?08:18
mae_taeAAA: no, i want the two interfaces (eth0, eth1) get ip's from dhcp server?08:18
AAAmae_tae: remind me the link to your /etc/network/interfaces08:19
zlatanhi I have to problems. 1. I can't reboot nor shutdown Ubuntu and http://askubuntu.com/questions/132143/stuck-on-reboot-and-shutdown doesn't help. 2. can't send files (both ways) nor browse my phone via bluetooth08:20
Synesthesia32Sup ubuntu, new in here08:20
zlatans/to/two08:20
mae_taeAAA: its all this iface eth0 inet dhcp ....... iface eth1 inet dhcp08:20
aetaric_I've upgraded from 12.04 to 12.10 on my macbook pro, now the trackpad doesn't work.08:21
AAAmae_tae: renew the least on the host as you tail the log file on the server (maybe /va/log/dhcpd.log)08:21
AAAs/least/lease08:22
=== grep is now known as Guest90036
Synesthesia32So, i have a problem sending mail. I intalled postfix on ubuntu server 12.04 and mailutils, didn't ask me for any configuration. All the emails i send arrive to user without Return-Path header08:23
mae_taeAAA: i dont have dhcp.log but i look the dmesg... there is error the eth1: link is not ready08:24
TakeItEZSynesthesia32: "sudo dpkg-reconfigure postfix" if you want to redo the initial configuration08:24
Synesthesia32Ill try that, thanks TekeItEZ, any more advice?08:25
AAAmae_tae: whast does this give you (on the dhcpd server)? dpkg -l|grep dhcpd08:25
TakeItEZSynesthesia32: well, #postfix, http://postfix.org/documentation ;)08:26
FaheemAMHi, can anyone recommend where or how i should start learning to code lol08:26
dr_willisFaheemAM:  go learn python08:26
AAAmae_tae: also, tab is your friend. if you do (as root) ls /var/log/dh<tab><tab> you get a list of matching directories/files08:27
FaheemAMok cool, thanks dr_willis08:27
FaheemAMdr_willis,  any websites or guides u can recommend? or just start googling lol08:27
TakeItEZFaheemAM: www.lolcode.com08:27
georgelappieshi all08:27
acelitemni have a problem internet speed on ubuntu 12.008:27
ikoniaFaheemAM: pick a language, pick a tutorial, progresss08:27
FaheemAMlol...08:27
dr_willispython.org08:27
ikoniaFaheemAM: it's a bit out of scope for this channel, try ##programming08:27
FaheemAMthanks ikonia...08:28
acelitemni tried this http://www.techairlines.com/2010/10/03/disable-ipv6-on-ubuntu-to-speed-up-browsing/ but fixing not change anything08:28
nikolamHi. I think I can not report bug reports. Because lsb_release is crashing and it stops apport to report bugs I think. I am on Xubuntu 12.04.2 x86 32-bit08:29
ikonianikolam: can you do lsb_release -a08:29
dr_willisif lsb is crashing.. you got bigger issues then some bugs i think08:30
Synesthesia32I,m developping a proyect in PHP but everybody talks about Ruby on Rails now. Is it really that good?08:30
ikoniaSynesthesia32: try #ruby08:30
Synesthesia32Ok08:30
nikolamikonia, I can, it gives Ubuntu 12.04.2 LTS08:31
ikonianikolam: ok, so then lsb_release is not crashing08:31
nikolambut it keeps saying it is crashing everyday and report bugs and report bugs about apport and lsb_release and I think bugs are actually not reported08:32
ikonianikolam: what says it's crashing ?08:32
ikonianikolam: what's actually happening08:32
=== administrator is now known as Guest90203
Synesthesia32Is there any channel for general programming on freenode?08:32
acelitemn wifi connected but some site browsing very very slow.08:32
nikolamI just started ubuntu-bug to report it manually and .. it popped as bug report.08:32
ikoniaSynesthesia32: ##programming - and please don't use this channel like a yellow pages08:33
ikonianikolam report what manually ?08:33
nikolam"sorry, the application lsb_release has closed unexpectedly"08:33
nikolamusing ubuntu-bug ?08:33
ikonianikolam: so that just randomly pop's up08:33
aetaric_I've upgraded from 12.04 to 12.10 on my macbook pro, now the trackpad doesn't work. Any ideas?08:34
woozlyguys, can I restore what's was in /tmp/ after it's auto- cleanup?08:34
woozly:((08:34
nikolamit starts reporting keyboard addon bug, then apport itself then after 6 or so bug reports it quits08:34
zlatanhi I have to problems. 1. I can't reboot nor shutdown Ubuntu and http://askubuntu.com/questions/132143/stuck-on-reboot-and-shutdown doesn't help. 2. can't send files (both ways) nor browse my phone via bluetooth08:34
nikolamnow it popps up apport-gtk bug report08:34
ikonianikolam: slow down08:35
TakeItEZwoozly: you might try photorec if your /tmp isn't in tmpfs08:35
nikolamIt is like that since the first day of install ikonia08:35
woozlyTakeItEZ: thanks, i'll try08:35
ikonianikolam: so your system is running fine, then you get a popup saying lsb_release has closed unexpectedly08:35
nikolamok ikonia08:35
ikonianikolam: is my summary correct ?08:35
nikolamikonia, ikonia , it first pops up like application crash, then apport-gtk crash and then lsb_release crash08:36
ikonianikolam: you're not making sense08:36
nikolamnow reports /usr/lib/command-not found08:36
ikonianikolam: you system is running fine - then you get a warning that lsb_release has crashed, correct ?08:37
=== davidcalle_ is now known as davidcalle
nikolamikonia, this is my second instalaltion on second HDD. Since the moment of update from 12.04 to 12.04.2 it pops up bugs and I think apport is unable to report them automatically.08:37
histoRitalin08:37
ikonianikolam: please stop giving me information I'm not asking for and answer the question I AM asking08:38
* histo hands ikonia a beer08:38
=== JoFo_ is now known as JoFo
nikolamikonia, no, system running fine, and he pops up showing many crash bug reports once a day08:38
ikonianikolam: right, ok, so there is a bigger problem here then08:38
nikolamikonia, no. lsb_release is final stage of all bugs.08:38
ikonianikolam: from what you are saying, your upgrade is not working08:38
ikonianikolam: have you tried a clean 12.10 install ?08:38
mae_taeAAA: is this concept that i presented you, is it that possible?08:38
nikolamI was thinking it was the root of the problem since it is last showed08:39
ikonianikolam: no, it's not the root of the problem, hence why I'm trying to get clear information from you08:39
^DEMOSS^how i can mount read only my raid md0 ?08:39
VilinyHey, whats up with the cd image on the ubuntu site that doesn't fit on a cd?08:39
histowoozly: it's unlikely, but you can try with data recovery tools. Why were you storing stuff in /tmp?08:39
ikonianikolam: have you tried a clean 12.10 install ?08:39
nikolamikonia, i was not tried 12.10, since It is older machine and I tend to use it as a router. Maybe I could try, but it is strance, since I think LTS should be supported?08:39
auronandaceViliny: you use a dvd instead08:39
woozlyhisto: I don't know that It clean up automatically :((((08:39
acelitemni disabled ipv6 but internet is slow slow. I dont idea how to fix that :(08:39
ikonianikolam: hang on why are you pgrading it then ?08:40
auronandaceViliny: or opt to put it on a usb08:40
histowoozly: upon restart08:40
ikoniaread08:40
woozlyphotorec says 'No  harddisk found'08:40
histowoozly: /tmp is cleaned08:40
ikonianikolam: sorry, you're upgtrading it to 12.04.208:40
ikonianikolam: sorry, I miss-read08:40
nikolamikonia, I think, you are not listening to me, It is automatic upgrade that is offered to LTS release.08:40
AAAmae_tae: yes, it sure is. as long as the dhcpd server can connect to the .23 network (.23. is your eth1 and .32. is your eth0)08:40
Vilinyauronandace: yeah thats my next step, but still... an image barely bigger than a cd to waste a dvd on :/08:40
ikonianikolam: yes, I see it's 12.04.208:40
nikolamyes :)08:40
woozlyhisto: Now I know it .. :( but it is too late.. I've made big script, which I write over 3 days..08:40
woozlyAnd I write it in /tmp .... :(((((((08:40
woozlyoh my God.08:41
AAAmae_tae: from the dhcp server, can you ping the eth1 address of the host machine?08:41
ikonianikolam: ok, the first question is do you have any PPA's or external software repositories on the system ?08:41
auronandaceViliny: i was a little disappointed at that too08:41
woozlydoes vim has some histories?08:41
histowoozly: Yeah /tmp as in temporary08:41
woozlyor something08:41
Vilinyauronandace: i tried overburning but no dice :/08:41
nikolamNow I get "problem report is damaged and cannot be porcessed"08:41
nikolamikonia, no, it is clean install with default repos08:41
histowoozly: first remount / with ro and try and recover08:41
nikolamand it is the second install behaving the same way08:41
mae_taeAAA: there's no ip assign to eth1, it doesnt get any ip from dhcp server08:41
ikonianikolam: I'm trying to find when 12.0.4.2 was released08:42
AAAmae_tae: sorry, where is the link to your $ ifconfig -a  ?08:42
histowoozly: http://vim.wikia.com/wiki/Recovering_files08:42
nikolamI installed firewall configuratioin (since firestarter was not behaving) and I am sharing wireless connection to LAN.08:42
AAAmae_tae: and cast /etc/network/interfaces08:42
histowoozly: vim -r ""08:42
AAAmae_tae: er, cat08:42
histowoozly: vim -r08:42
ikonianikolam: is this a standard 12.04 desktop/server install ?08:42
ikoniawhich one08:42
woozlyempty :(((((((((((( nnnnnoooooooooooooooooooooooooo..........!!!!!!!!!!!!!!!08:43
ikonianikolam: 32/64bit ?08:43
woozlyshiiiitt08:43
ikoniawoozly: stop the language08:43
nikolamit is kernel 3.2.0-3808:43
woozlygood lesson for me.08:43
histowoozly: try vim -r    with no opptions08:43
ikoniawoozly: grow up - people are trying to help you08:43
auronandaceikonia: https://lists.ubuntu.com/archives/ubuntu-announce/2013-February/000166.html08:43
ikoniaauronandace: thank you08:43
nikolamikonia, it is i386 desktop standard install , yes08:43
woozlyvim -r - empty08:43
woozly:(08:43
ikonianikolam: try an install from this media http://releases.ubuntu.com/precise/ubuntu-12.04.2-desktop-i386.iso08:43
woozlydammit, this situation is lol :)08:43
histowoozly: okay well if you mount ro immediately testdisk maybe able to help08:43
woozlythank you guys.. Let's write code again..08:43
ikonianikolam: lets see if you have this problem from a 12.04.2 install08:43
AAAvim /dev/null =p08:44
heidelfuchshey there... i did a dist-upgrad from 12.04 to 12.10... unfortunately all my virtual machines now have no internet access anymore. I tried to reconfigure virtualbox but i still have the problem. Any suggestions? :/08:44
ikonianikolam: it sounds like the updates are failing,08:44
woozlyhisto: what is ro ?08:44
histowoozly: read only08:44
histowoozly: so you stop overwriting deleted files08:44
woozlybut I'm on linode..08:44
woozlyLinode servers08:44
heidelfuchsvboxnet is loaded08:44
mae_taeAAA: what you can see inside interfaces is    auto eth0  ... iface eth0 inet dhcp ......  auto eth1 .... iface eth1 inet dhcp08:44
histo!undelete | woozly08:44
ubottuwoozly: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel08:44
nikolamikonia, so your suggestioin is to reinstall machine? And not fixing the problem everyone seems to have with updating their LTS release?08:44
woozlyThank you! let's try...08:44
histowoozly: Don't save files to /tmp unless you want them gone on reboot08:44
woozlyhisto: yes.. now I know it :)08:45
auronandacenikolam: everyone?08:45
AAAmae_tae: you need to tail the servers dhcpd log as you renew the leases on the 2 interfaces on your host08:45
mae_taeAAA: actually if restart the dhcp server it returns an error, pc is already exist....08:45
dr_williswhy woul you want to save to /tmp ?08:45
histodr_willis: lol08:45
mae_taeAAA: i really dont dhcp.log in var/log....08:45
mae_tae*see08:45
dr_willisseems we have had 3-5 people in here the lasst week saveing documents to /tmp/ for some weird reaon08:45
histodr_willis: This goes back to my people create their own problems and have to make things difficult08:45
nikolamauronandace, well,  suppose, since it is clean install , 2 times, what would be different, maybe to those that don't need to report bugs?08:45
AAAmae_tae: it is probably named something else.08:46
Aestheticahhh.  i just upgraded to 12.10....and Palimpsest is gone.  its this new horrid piece of crap.     is there a way i can downgrade to the old disk manager?08:46
nikolamauronandace, notice, it is problem with even Reporting bugs that is not working08:46
ikonianikolam: why do you think "everyone" is having this problem ?08:46
ikonianikolam: please do'nt make things up08:46
* ejv giggles08:46
AAAmae_tae: tail -n44 /var/log/dhc<tb>08:46
ikonianikolam: my suggestion is not re-install, my solution is to "fix it" but part of fixing is verifying the problem08:46
AAAmae_tae: tab, the <tb> means hit tab08:46
nikolamikonia, since problem is I think with bug reporting not able to work, so they can not report bugs.08:46
ikonianikolam: verifying you don't have the problem with a 12.04.2 install will prove it's part of the process08:46
ikonianikolam: please don't make things up08:47
nikolamikonia, so I reinstall as the part of the resolution? ok.08:47
ikonianikolam: you have NO idea how many people are affcted08:47
histo!downgrade | Aesthetic08:47
ubottuAesthetic: Attempting to downgrade to an older Ubuntu version is explicitly not supported and may break your system.08:47
ikonianikolam: it is probably just you due to a package/config you have, as if it was EVERYONE people would be complaining all the time08:47
AestheticAesthetic: i didnt say downgrade ubuntu.   i said disk manager08:47
nikolambut I think it could not fix bugs with updating LTS TO current release?08:47
Aestheticthe old Palimpsest.  i want it back08:47
Aestheticit had a great way to manage my md volumes08:47
ikonianikolam: so my suggestion is to do a 12.04.2 install and verify you don't have the problem, so we know where the problem is introduced08:47
nikolamok, my package config is default.08:47
* Genscher downloads the 6th iso of an ubuntu flavour08:48
mae_taeAAA: it seems that dhcp server, doesnt accept this host pc { hardware ....... , fixed-add......,  hardware, fixed-address } or host pc { hardware <newhardware> ..} host pc { hardware: <another hardware> } sorry, i really dont find dhcp in var log08:48
nikolamI will reinstall as you say and report ikoni08:48
ikoniaGenscher: we don't need a commentary08:48
ikonianikolam: this is only a test - not a solution08:48
jimmy_lo_chien_fHi I just upgraded ubuntu from 11.10 to 12.1008:48
ikonianikolam: we are verifying the problem08:48
nikolamikonia, I CAN NOT VERIFY problem in previous release by installing newer release I think.08:48
ikonianikolam: err you can08:48
nikolamok, I will do it ikonia08:48
ikonianikolam: I'm losing interest08:48
ikonianikolam: you seem to want help but argue everything08:49
histojimmy_lo_chien_f: How?08:49
jimmy_lo_chien_fbut my nautilus has some problem when I try to connect to server08:49
ikonianikolam: you'd verify if the problem is with the 12.04.2 packages or the upgrade processs by doing a clean install08:49
Genscherikillcypher, well if one of the ubuntu's would work, you wouldn't need it, right.08:49
histojimmy_lo_chien_f: You can't upgrade like that.08:49
Genscher@ ikonia08:49
auronandacejimmy_lo_chien_f: did you go from 11.10 to 12.10 directly or did you go through 12.04 first?08:49
ikonianikolam: that's the point of doing a 12.0.4.2 install to verify if the problem is with the update process, or with the end results packages08:49
histoGenscher: What sort of problem are you having?08:49
ikoniaGenscher: you don't need to anyway08:49
nikolamikonia, i am losing interest in Ubuntu. I was using LTS since 8.04 and every time during updates over years some things got bad updated for some time, but not to this exent like in 12.0408:49
jimmy_lo_chien_fI upgraded to 12.04 first08:50
nikolamikonia, ok i will and i will report. thanks08:50
histonikolam: I haven't had the issues you are experiencing08:50
ikonianikolam: don't use it them pick another distro if you don't like it08:50
histojimmy_lo_chien_f: What sort of problems are you having connecting to a server?08:50
ikoniahisto: everyone is having it, did you not read with nikolam everyone is having it, they just are not reporting it08:50
AAAmae_tae: does eth0 and eth1 have the defined IPs from your dhpd server? It sounds like you need a route to that network on the dhcpd server. also, is the switch that connects these 2 server using lacp?08:50
* ejv grabs popcorn08:50
Genscherhisto: nouveau crash with nvidia + hmdi08:50
histoGenscher: Have you tried using nvidia driver?08:51
jimmy_lo_chien_fJust like this: http://askubuntu.com/questions/87335/nautilus-cannot-load-supported-server-method-list-please-check-your-gvfs-inst08:51
Aestheticso is there any way to get Palimpsest bck?08:51
Aesthetic*back08:51
histoGenscher: Also what is downloading different iso's going to solve?08:51
jimmy_lo_chien_fhisto, I've followed the direction on the page. I still can't connect to server08:51
mae_taeyes.... i did assign fixed ip add in my dhcp server but it returns an error it says only 1 fixed address per host08:52
Genscherhisto, well, i would if the installer on the live cd wouldn't crash because of this. And yes, trying another iso, just to be sure. Thanks for your help!08:52
baumydr_willis: turns out installing slim more or less covered up my problem so im going to live with it08:52
mae_taeAAA:  yes.... i did assign fixed ip add in my dhcp server but it returns an error it says only 1 fixed address per host08:52
histo!nomodeset | Gentlecat_ No problem good luck08:52
ubottuGentlecat_ No problem good luck: 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 parameter08:52
baumydr_willis: gave me a login manager in the middle of my dual screens, so visible if wonky08:52
baumydr_willis: and it seems pretty easy to move it around so it fits08:52
baumydr_willis: then x session starts properly. so thanks a bunch08:52
histojimmy_lo_chien_f: What page?08:52
jimmy_lo_chien_fhisto, this page, http://askubuntu.com/questions/87335/nautilus-cannot-load-supported-server-method-list-please-check-your-gvfs-inst08:53
mae_taeAAA: actually the first interface eth0 get its assign IP add, but the 2nd one does not08:53
histojimmy_lo_chien_f: did you try the solutions on that page?08:53
jimmy_lo_chien_fhisto, yes, I did08:53
jimmy_lo_chien_fI still cannot connect to server08:54
AAAmae_tae: the second interface is 'fake' and that may be your problem08:54
histojimmy_lo_chien_f: I dont' evenhave the option to connect to sftp in nautilus08:54
AAAmae_tae: there is probably a work around for this, but I don't have it tonight. sorry08:54
mae_taeAAA: hehe, k thanks08:54
jimmy_lo_chien_fhisto, File -> Connect to Sever08:55
zlatanhi I have two problems. 1. I can't reboot nor shutdown Ubuntu and http://askubuntu.com/questions/132143/stuck-on-reboot-and-shutdown doesn't help. 2. can't send files (both ways) nor browse my phone via bluetooth08:55
histojimmy_lo_chien_f: yeap no sftp option there08:55
mae_taeAAA: no DHCPOFFERS received, no working leases in persistent database - sleeping...08:55
ejvzlatan: interesting!08:56
histojimmy_lo_chien_f: however ctrl+l and typing sftp://server in the location bar works for me.08:56
zlatanejv, not for me :)08:56
ejvzlatan: any external devices such as a UPS attached to your Ubuntu? i've seen instances in the past where a UPS could prevent a shutdown sequence, due to a bug in the daemon.08:56
jimmy_lo_chien_fhisto, do you see "Connect to Server"?08:57
histojimmy_lo_chien_f: Yea I found what you are talking about ssh in the connect to server dialog. That should be changed to sftp08:57
=== TheRainbowDusk is now known as Dawn_
histoor sshfs or whatever nautilus is using08:57
histojimmy_lo_chien_f: any how can you connect to he server via ssh in a terminal?08:57
AAAmae_tae: yeah, that is because it is looking to match IP with MAC, and eth0 already matches it.  I'm sure there is a soluttion to this, but la lalala08:57
jimmy_lo_chien_fI don't know how to connect to server via terminal08:58
histojimmy_lo_chien_f: Is the server setup to answer ssh requests?08:58
AAAjimmy_lo_chien_f: minicom? screen?08:58
zlatanejv, no, I have none UPS device attached to my Ubuntu08:58
nickn4mehola08:58
Aestheticthere has got to be a way to get back the good ol' Palimpsest in 12.1008:59
jimmy_lo_chien_fhisto, AAA, I just use File -> Connect to Sever, it pops out warning dialog before I do anything further.08:59
dr_willisi would have just used gparted by now and moved on Aesthetic.. guess you could compile it from source if its not in the repos any more.. or in any ppas09:00
mae_taeAAA: huhuhu :'-(..... thanks09:00
mae_taeAAA: at last i solve it, heheh09:04
AAAmae_tae: do tell09:05
mae_taeAAA: i am just curios that all interfaces are all eth0, but when ifconfig it, there is that eth109:07
AAAmae_tae: does ifconfig eth1 show an IP address? it thought you were working on eth0:[0-9]09:11
mae_taeAAA: i dont really have problem working with eth0, only on eth1, yes eth1 can now extract ip address from dhcp server09:12
AAAmae_tae: and  ethtool -S eth1 shows a connection? and all is well?09:13
AAAmanybe it's ethool -s <interface?09:13
Guest54876How to share Folder , i'm using Ubuntu in Virtual Box , now i want to share the Folder with Windows XP09:14
flashramhow can i remastersys with my ubuntu so it compiles a mips psp remastersys ? currently thers only uclinux busybox on psp09:14
Guest54876How to do it ?09:14
AAAGuest54876: read up on samba aka smb09:14
nickn4mesambashare...09:14
dr_willisGuest54876:  the vbox manual discusses the special vbox shares also.09:14
ejvGuest54876: google: https://forums.virtualbox.org/viewtopic.php?t=1586809:14
Jarrissomeone familiar with remmina? i would like to remotly use the desktop of an other ubuntu worksation in lan. remmina with vnc just sayes "connecting to ..." but nothing further happens. any hints for me?09:15
nickn4meJarris: check with wireshark whats going wrong09:15
flashramhow to use ubuntu to remaster the current versions for exotic psp09:15
dr_willisi think that may be beyond the scope of this channel flashram .09:16
AAAflashram: so you want to run tubescripts?09:18
Vilinyim running the livecd of ubuntu here, i have a sata drive connected - it's ntfs or fat3209:18
Vilinyused to be an external usb drive that i opened and inserted the disk into this laptop09:18
Vilinyhow can i see it? and does the livecd automount ntfs?09:19
AAAViliny: start with $ mount09:19
AAAViliny: then dmesg |tail -n 4409:20
yownDoes ubuntu partition with GPT by default? And can windows only read GPT if my motherboard is UEFI capable? Does that mean if I don't have a UEFI capable MoBo, and use linux default partitioning, I can not dual boot with windows?09:21
=== benoit__ is now known as BenDeBen
BenDeBenyown, may i could suggest to install only ubuntu :)09:22
BenDeBenAnd then try Virtual Machines with windows09:22
yownBenDeBen: Whether I do or not, please answer the question09:23
VilinyAAA ican't see the device on mount09:23
BenDeBenI'm trying :) But i'm french09:23
VilinyAAA fdisk -l does nothing09:23
dr_willissudo fdisk -l09:24
Vilinyyeah, i sudoed it, nothing09:24
AAAViliny: it sounds like the system doesn't see your drive09:24
nickn4meBenDeBen: its nonsense zu suggest this. as he asked for a dual boot... there are several reaons to run win not in a vm...09:24
VilinyAAA bios detected it09:24
nickn4mezu/to09:24
=== Guest20547 is now known as beachbrake
AAAViliny: whast is this device? unplug and replug should give some clues int dmessg (dmesg|tail()09:25
AAAViliny: the Operating 'system' doesn't see it09:25
=== beachbrake is now known as Guest18829
nickn4meyown: im pretty sure, win needs the MBR. no MBR = no boot09:26
FeelQuiltyhello09:26
=== Guest18829 is now known as beachbrake
VilinyAAA i just took the usb controller from the disk and tried with another disk i had here... adds the device to windows - must be the other drive itself thats faulty09:26
FeelQuiltyjoin #backtrack-fr09:26
nickn4meyown: just install windowze first then ubuntu09:26
VilinyAAA any deeper way of getting ANY information about the drive?09:26
FeelQuiltywhat this command to09:26
FeelQuiltychange forum09:27
FeelQuiltyplz09:27
Ben64FeelQuilty: what09:27
FeelQuiltyi want join the forum09:27
FeelQuiltybacktrack fr09:27
TakeItEZFeelQuilty:  /join #backtrack-fr09:27
dr_willis!backtrack | FeelQuilty09:27
ubottuFeelQuilty: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)09:27
FeelQuiltydon't work09:27
AAAViliny: in linux, hdparm  will give you lots of info09:28
Ben64you need a / before join09:28
dr_willisFeelQuilty:  this is not the main network used by the backtrack devs either..09:28
dr_willis!bt09:28
Ben64and its not a forum, this is a chat09:28
FeelQuiltyi know09:28
AAAViliny: hdparm -I /dev/<DEVICE>09:28
dr_willislook at your irc client for messages as to why you cant join .09:28
FeelQuiltyben don't work09:29
FeelQuiltythis command09:29
FeelQuilty / join #backtrack-fr09:29
FeelQuiltydon't work09:29
nickn4meFeelQuilty: ---> /help09:29
TakeItEZFeelQuilty: no space09:29
nickn4meread it carefully09:29
FeelQuiltylol i know09:29
yownnickn4me: Then I am stuck with crappy MBR I guess09:29
FeelQuiltyits for you09:29
AAAs/\ //g09:29
TakeItEZFeelQuilty: then ask in #freenode09:29
FeelQuiltyto see09:29
FeelQuiltyok09:29
nickn4meyFeeyour nick needs to be reigstered, otherwise youre not able to join that channel.09:30
nickn4me"registered09:30
FeelQuiltywhat09:30
FeelQuiltyno09:30
nickn4meregister your nick...09:30
TakeItEZ!register | FeelQuilty09:30
ubottuFeelQuilty: 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 #freenode09:30
FeelQuiltyah ok09:30
VilinyAAA seems like the drive is powering up, the getting a clicking sound for a while and then gives up and powers down :(09:30
AAAnever register your nick! it's a trap!!!09:30
nickn4meAAA: ...09:30
dr_willisthe cake is a lie09:30
nickn4me:D09:31
AAAfreenode is build on folks that die in car wrecks!09:31
TakeItEZ!fud | AAA09:31
ubottuAAA: Please do not fall prey to, or spread FUD (fear, uncertainty, and doubt) - it is not welcome here!  Please see http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt09:31
AAAa folk09:31
nickn4meAAA: back to topic...09:31
booboohelp! my VLC plays movies this way:  http://imageshack.us/photo/my-images/824/screenshot1zk.png/ im using ubuntu karmic.09:31
Ben64booboo: try in another player?09:32
nickn4memplayer (smplayer) ftow :>09:32
nickn4meftw09:32
boobooBen64: it plays fine in movie player09:32
boobooits just the vlc that does that09:32
Ben64then its vlc's settings or a bug or something09:33
dr_willisor that vpadu feature in vlc.09:33
dr_willisid try with a newer vlc from the ppas09:33
boobooBen64: yeah... any ideas on how to fix it? :)09:33
nickn4mevdpau only for nvidia, aight :>09:34
booboohmmm... dr_willis: sounds good...09:34
booboodr_willis: trying that now.. thanks.09:34
yownDoes ubuntu partition with GPT by default? And can windows only read GPT if my motherboard is UEFI capable? Does that mean if I don't have a UEFI capable MoBo, and use linux default partitioning, I can not dual boot with windows?09:37
dr_willisi dont recall ubuntu using gpt by default.09:37
nickn4me"And can windows only read GPT if my motherboard is UEFI capable?" wrong channel, isnt it?09:38
dr_willistry it in a vbox session and see what it does with the default partioning/install09:38
nickn4meand no, windows cant...09:38
nickn4melike i said before09:38
tasslehoffis there a way to make Print Screen also copy to clipboard?09:42
VinceThePrinceI've installed sublime text 2 via this link: http://www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ but now it's acting strange for example it keeps opening the sublime.desktop file instead of my latest project etc..09:42
Guest54876Is there any tutorial i can follow on setting up a shared folder ... I'm kind of lost here09:43
dr_willisGuest54876:  for vbox.. theres the b vbox manual.. then theres the simople right click on a folder.. and select share.. method in ubuntu09:44
dr_willisvbox guest addations allow a special share feature09:44
dr_willisor ssetup samba shares09:44
jesusabdullahhello friends! I have an aspire one that black screens on boot after installing stock ubuntu09:45
Guest54876I did that it's not working it says protocol error09:45
jesusabdullahin the past I had graphics trouble with it, it has one of those bad intel graphics cards09:45
jesusabdullahworst thing: no terminal even with ctrl-alt-fkey09:45
DJones!nomodeset | jesusabdullah This may help for a black screen at boot,09:45
ubottujesusabdullah This may help for a black screen at boot,: 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 parameter09:45
=== box is now known as Guest28552
dr_willisGuest54876:  you did what exactly?09:46
=== kenny180 is now known as kenny18
jesusabdullahDJones: That looks promising, lemme give it a shot :) thx09:47
Guest54876https://forums.virtualbox.org/viewtopic.php?t=1586809:47
Guest54876i followed this link09:47
Guest54876https://forums.virtualbox.org/viewtopic.php?t=1586809:47
DJonesjesusabdullah: Good luck with that, its not something I've needed so can't help beyond giving you the link, but if it doesn't, come back and I'm sure somebody else will be able to help09:47
nickn4meGuest54876: http://www.unixmen.com/howto-install-and-configure-samba-share-in-ubuntu/09:47
jesusabdullahDJones: Doesn't look like it worked :/ I do see a [fail] on "load fallback graphics devices" tho0ugh09:52
DJonesjesusabdullah: It was removing a ban09:52
jesusabdullahnonono I mean nomodeset09:52
DJonesAh sorry, thought you were talking at the last thing I did09:52
jesusabdullahyeah sorry09:52
jesusabdullahokay so with and without nomodereset I get listings of init stuff09:53
jesusabdullahbut no term and no graphics09:53
DJonesjesusabdullah: If you give a bit more detail, graphics card etc, hopefully somebody can help you09:53
jesusabdullahokay hold on09:53
jesusabdullahOkay the laptop in question is a http://www.cnet.com/laptops/acer-aspire-one-d270/4505-3121_7-35149130.html09:54
jesusabdullahthat exact model09:54
shomonhi, skype just dies each time I run it, no error or message, it just launches for a few seconds, nothing appears on screen, and then it goes.09:55
shomonlaunching from terminal that is09:55
DJonesjesusabdullah: I've been lucky with Intel graphics, I've always bought something I know will work09:55
jesusabdullahIt's one of these http://ubuntuforums.org/showthread.php?t=169338409:56
jesusabdullaha bad 2 week run or something idk09:56
jesusabdullahdifferent architecture09:56
jesusabdullahthan the usual09:56
jesusabdullah"regular" intel chips usually rock09:56
jesusabdullahoh exccept I don't want 3d I want *any* graphicd09:56
jesusabdullahgraphics* sorry new keyboard09:56
jesusabdullahaack this isn't xmonad09:58
jesusabdullahokay bbiaf, if anyone has any ideas for my poor laptop that would be great :) Thanks DJones for trying09:59
DJonesjesusabdullah: Out of interest, which version of Ubuntu are you trying to get working10:01
jesusabdullahDJones: 64 bit vanilla 12.1010:04
jesusabdullahthat's the new one right?10:04
jesusabdullah]unity's not bad btw I wish it was more customizable but other than that... :)10:04
DJonesyes it is, I was going to suggest maybe trying a later version, but as you're already using that, its not worth it, I thought maybe a newer version would support it10:05
Guest54876no luck10:05
DJonesI did find this       not worth it, I thought maybe a newer version would support it10:05
=== ethan is now known as Guest95249
DJonesjesusabdullah: I did find this, https://bbs.archlinux.org/viewtopic.php?pid=714406 last post on page 1 has a suggestion of using "acpi_osi=Linux" as a parameter10:06
jesusabdullahDJones: thanks10:07
max451fhi there!10:12
max451fAnyone can help me?10:12
DJones!anyone | max451f10:13
ubottumax451f: 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.10:13
Aestheticso is there any freaking way i can get back palimpsest after upgrading to 12.10?10:14
max451fok, thanks. just tring to be polite:)10:16
max451fI had a problem: my laptop turns on after shutdown, if wireless adapter is on. If I turn off wireless by hardware swith and shutdown my laptop - all good, it dosn't starts automaticly. But, if I shutdown my laptop when wireless is intact, it starts automaticly on few seconds10:16
ania_Max45 i think there is setting in bios to autoreboot in wifi up10:17
ania_im not sure10:18
ania_it doesnt nessesery is ubuntu10:18
ania_that cause problem10:18
max451fin BIOS no Wake on LAN setting. Also, in wireless adapter this option is disabled10:18
max451fIn win7 problem dosn't exist10:19
max451fso, it's a linux issue. currently I use 12.1010:19
ania_try to put enable and reboot maybe.....just for try10:19
DocPlatypushi... I'm trying to figure out what is left on my system that keeps setting the MAC address AA:00:04:00:0A:04 which I don't want... I have removed libdnet and dnet-common and that didn't help10:23
histoDocPlatypus: is it a virtual machine?10:24
DocPlatypushisto: no, it is real physical hardware10:25
histoDocPlatypus: are you using macchanger or configuring the mac with ifconfig?10:26
VinceThePrinceHow do I remove this nasty border from conky : http://www.zimagez.com/zimage/screenshot-02262013-112501am.php10:26
DocPlatypushisto: not to my knowledge.10:26
histoDocPlatypus: How did you set the mac to that?10:26
DocPlatypushisto: I don't know what is setting the MAC to that. that is what I want to find and get rid of.10:26
DocPlatypusI found out about this DECnet junk from STFW. that's where I found out I should be able to just remove libdnet, libdnet-dev, and dnet-common10:27
nearsthi ppl10:28
malfunchi10:29
brody19试试输中文会不会被打10:29
malfunci dont know chinese mate :-)10:30
brody19well,my eng is poor10:31
malfuncmine either10:31
=== tm is now known as Guest8172
DJones!cn | brody19 There is a Chinese language channel that may be better,10:31
ubottubrody19 There is a Chinese language channel that may be better,: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw10:31
friendpls how do i update the wine in my bactrack?10:31
DJones!backtrack | friend10:32
ubottufriend: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)10:32
ruliezzHi everybody10:34
friendPLs i don't want to log in as root can u help me?10:34
ruliezzhow is it possible to  configer Xorg so that 4 screens is 1 big screen10:34
DocPlatypusokay... think I finally figured it out10:34
DJonesfriend: We don't support Backtrack in here, you need to join #backtrack-linux for support10:35
dr_willisruliezz:  that sould be doable.. depending on your video chipset and drivers10:35
DocPlatypusand the trick is: look under /etc/NetworkManager and rm any file that has that Ethernet "address" in it10:35
DocPlatypusthen: sudo service network-mananger stop10:35
DocPlatypuswait a few seconds, and then: sudo service network-manager start10:36
ruliezzdr_willis if this is possible how do you config that then?10:36
DocPlatypussheesh. you'd think someone would have figured that one out by now and my STFW would have found it.10:36
dr_willisruliezz:  for nvidia cards.. use the nvidia-settings tool and the twinview features10:37
ruliezzdr_willis i'll check it10:38
=== newbie is now known as Guest66299
=== andre__ is now known as Guest32057
ax562anyone know of a good ubuntu app to burn blu-ray data disks?10:46
=== moe is now known as Guest74297
dr_willisk3b perhaps10:47
ax562didn't see an option for blu-ray..dvd and cd only..but not a k3b master though.10:48
dr_willisif k3b cant do it.. i cant imagine what else could then...10:48
ax562@drw by the way I appreciate all the knowledge you provide.thanks10:49
ax562gotcha...best bet then.10:49
dr_willisk3b is about the most feature full burning app on linux10:49
DJonesax562: https://help.ubuntu.com/community/CdDvd/Burning#Blu-Ray_Burning10:49
dr_willisi havent burnt disks in years. ;)10:49
DJonesax562: That says that the only GUI app is NeroLinux10:49
dr_willisif that even works on ubuntu any more10:49
ax562I have that and onther fire app..but couldn't figure out...only spent minutes though and got side tracked..10:49
dr_willisnot seen nerolinux mentioned in ages10:49
ax562never heard of it either10:50
DJonesax562: Bottom of the page also mentions a command line method10:50
ax562I burn blu-rays constantly in windows...1:1 back up bluray copies...10:50
ax562video only10:51
=== ericab is now known as ericab_away
histoax562: Not sure if wodim but it's a console app10:51
histoax562: and you can check out brasero10:51
ax562ahh...thanks10:51
ax562thats' the other one I use10:51
histoax562: https://help.ubuntu.com/community/CdDvd/Burning10:52
ax562mostly for cd burning for music...product I try to sell/promote music with10:52
ax562but couldn't figure out blu-ray burning10:52
ax562I have an external blu-ray oem drive wich never had firmware upgrade support..oem10:53
histoax562: that page has instructions for blu-ray10:53
dr_willishmm. i never even done much dual layer dvd burning when i finally got a DL dvd. ;)10:54
dr_willisjust decided to backup to external USB hds was easier10:54
histoYeah i've moved away from optical media completely10:55
=== IboS_ is now known as IboS
ikillcypherroot@ikillcypher:~/build# ./envsetup.sh10:55
ikillcypherbash: ./envsetup.sh: Permission denied10:55
ikillcypherguys ?10:55
dr_willismake sure its executable10:55
dr_willisand the first line is correxct of that file10:55
ikillcypheryes it is10:56
ax562wow...that was perfect...terminal is always what i prefer either way...10:56
ax562yeah, reason I like is quality and hard copy can't be lost if hd takes dump10:56
ax562learned this the hard way10:57
dr_willisive found optical disks are not as durable as they say.10:57
dr_willisbut i guess it depends on the disk brands.10:57
ax562hitachi, seagate.....NIGHTMARE ON ELMSTREET.YIKES.10:57
ax562i use high to low verbatim10:57
ax562best on the market imho10:57
ikillcypherdamn what wrong with this shit\10:58
dr_willislook at the  reduction in costs on the stuff its mazeing it works as well as they do10:58
dr_willisikillcypher:  where did thqt .sh ccome from?10:58
ikillcyphercyanogenmod10:58
ikillcypherandroid10:58
ax562I bought two 2tb externals and both took dumps...even replaced the seagate to recieve a brand new model that sounded like it was grinding whole almonds after 1 week.10:58
ax562western digital is the only way to spindle ;)10:59
dr_willisikillcypher:  be sure it dosent have wonky dos type encodeing also10:59
mayurexit10:59
mayur:x10:59
ikillcypherhow ?10:59
histoikillcypher: chmod a+x envsetup.sh10:59
dr_willisi recall some text editors can show white-space type lines..11:00
ax562yeah the htl manufacturing technology is what is best and reduced cost by a lot11:00
dr_willisdos uses a cr+lf   linux wants just a lf (or was it just a cr)11:00
dr_willisive had people fight with scripts they got from a windows/notepad.exe user.. that had the issue11:00
ax562by the way I gave up on my 12.04 install for now...11:00
dr_willistheres a dos2linux command11:00
TakeItEZdos2unix11:01
ikillcyphernothing nothing appears11:01
histoikillcypher: after chmod command now try running the script11:02
ikillcyphernow it is not working11:02
histowhat error?11:02
* dr_willis wonders why people think the phrase 'not working' really tells us anything.. ;)11:03
jesusabdullahat least you aren't under the mistaken impression that it's working right?11:03
TakeItEZit tells us: ignore me, i don't want your help11:03
ikillcypherdamn man11:03
ikillcypherok listen Im new to Ubuntu I have ditch windows 711:04
TakeItEZ!language | ikillcypher11:04
ubottuikillcypher: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.11:04
dr_willisi think geany text editor can show line endings11:04
=== fisted_ is now known as fisted
ikillcyphernow I want to build android for my phone I have been issues11:04
ikillcypherone min I can mkdir one min I need to be a root user etc it is confusing11:04
ikillcyphernow I dont even now how to move folder to the correct folder11:04
dr_willisto mess with system files you need root..11:04
ikillcypherhow do I move a folder to another folder11:05
ikillcypherin windows it is just copy and paste11:05
ikillcypherbut Ubuntu I cant11:05
histoikillcypher: mv directory tonewdirectory11:05
ikillcypheror cut and paste11:05
jribikillcypher: what folders?11:05
histoikillcypher: gksu nautilus     BE VERY CAREFULL WITH THIS11:05
TakeItEZikillcypher: why do you work as root?11:06
histoikillcypher: also you should ask your android related questions in #android11:06
dr_willisive definatly seen in windows where you dont just copy/paste. :)11:06
dr_willisif the files came from some windows archicved the encodeing could be incorrect11:08
ikillcypherI move already11:08
ikillcypherbut the files are still visiable in my home user11:08
dr_willisif you are going to be doing android development. i think you may want to up your bash skills first.11:09
ikillcypherI just want to build11:09
ikillcypher:'( why is it so hard11:10
dr_willisyou have to know how to hold a hammer to hit a nail...11:10
ikillcypherwhy I move the files it is still visible in my home folder11:10
tinker611:10
TakeItEZlets assume you didn#t move them11:10
dr_willisdid you reload/refresh the view of the file manager? perhaps you just copied...11:10
cfhowlettikillcypher, because you didn't move them.  you copied them?11:10
ikillcypherI cut and paste11:11
ikillcypherin gksu nautilus it is listed correctly11:11
ikillcypherbut when I go back normally and see my home it is still the same order11:11
ax562you have to crawl before you walk11:12
ikillcypherand each of the folder has a like  a lock in it11:12
dr_williswhy are you needing to mess with these files as root?11:12
TakeItEZikillcypher: why do you work as root?11:12
ikillcypherI have no idea11:12
ikillcyphercause11:12
red_baron_777hello11:13
ax562_ubuntu could be messy out of the box but once you tighten some lose screw its pretty great11:13
TakeItEZikillcypher: if you don't have any idea, you don't work as root11:13
dr_williswell i would suggest that unless you KNOW you need to do it as root... you use stuff as a user11:13
cfhowlettred_baron_777, greetings11:13
ikillcypherwhen I did this command normally11:13
ikillcyphercurl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo11:13
ax562_lol11:13
red_baron_777how can I close the ps aux | less command?11:13
cfhowlettikillcypher, dude.  less keying, more reading.11:13
ikillcypherI got access denided11:13
dr_willis ~/bin is a file in your users home directory11:13
cfhowlettred_baron_777, coontrol c11:13
dr_willisyou make that directory 'mkdir bin'11:13
cfhowlettcontrol c11:13
ikillcypherI did11:13
dr_willisno  need for root at all11:13
ikillcypherwhen I did mkdir -p ~/bin11:14
red_baron_777it doesn't let me with ctrl C11:14
red_baron_777I'm using putty11:14
ikillcypherit is default had a lock in it11:14
TakeItEZred_baron_777: q11:14
red_baron_777TY11:14
woozlyguys, which right way to run service on boot?11:14
woozlyNot including to rc.local11:14
woozlyother way?11:14
mujahidinm11:14
ikillcypherwhen I did mkdir -p ~/bin11:15
ikillcypherit is default had a lock in it11:15
cfhowlettred_baron_777, control z11:15
ax562ok..im out..you guys have a good night/morning..bye11:15
dr_willisikillcypher:  then you did it as root for ssome reason11:15
TakeItEZcfhowlett: "q" is the command to quit less11:15
red_baron_777with q it worked11:15
red_baron_777TY11:15
red_baron_777does somebody know an OpenERP irc channel?11:16
cfhowlettTakeItEZ, thanks.  that's even better11:16
red_baron_777or somebody has experience securing OpenERP with proxy?11:16
DJones!alis | red_baron_777 I've never seen one mentioned, but the bot should be able to help you find one,11:16
ubottured_baron_777 I've never seen one mentioned, but the bot should be able to help you find one,: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*11:16
ikillcypherdr_willis, so what do I now11:16
ikillcypherremove everything which I cant11:16
dr_willisikillcypher:  if its owned by root.. you need sudo/root rights11:17
dr_willissudo rm /home/yourusername/bin11:17
dr_willisthen remake it as your user11:17
red_baron_777does some software ease putting shortcuts on Ubuntu 12.04 desktop?11:17
ikillcypherI will just delete everything and redo11:17
TakeItEZikillcypher: if a folder you create is root-owned, you created it as root. so stop using a root-shell or sudo11:17
brankoHello. I've configured the static IP address on Ubuntu 12.04 using the /etc/network/interfaces. The server is on a network with a DHCP server, but I want it to be statically configured. The problem I'm having is that upon a boot, or periodically, the server will suddenly run dhclient, which will change the IP address from the static one.11:18
brankoWhat would be the official way to disable automatic invocation of dhcp client?11:18
dr_willisred_baron_777:  the whole idea of shortcuts on the desktop is sort of  old school and slowly going away. you can make .desktop files and copy them to your Desktop folder if you wanteed to.11:18
branko(I've seen a couple of guides out there, but all of those seem quite dirty to me, so I'm wondering if there's some sane/simple way to go about it)11:18
dr_willisred_baron_777:  many window managers/desktop enviroments dont even show thise icons any more11:18
Physicist!slackware11:19
ubottuOther !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Slackware (using other packaging systems)11:19
red_baron_777ok, but instead of desktop shortcuts where I can store my shortcuts (I have about 30)11:19
Guest9411hi11:19
dr_willisred_baron_777:  what kind of shortcuts>11:19
ikillcypherdr_willis can you help me out here11:19
Physicist cannot configure my f** 3g modem..11:19
dr_willismake a directory in your home.. keep them there11:19
red_baron_777mostly for programs11:19
dr_willisikillcypher:  details please..11:19
ikillcypher/home/ikillcypher/abi how do I remove it11:19
Guest9411yo11:19
dr_willisred_baron_777:  theres the home directory11:20
ikillcypherI cant use shift+del11:20
cfhowlettGuest9411, greetings11:20
ikillcypherpermission denided11:20
dr_willisikillcypher:  i gave the CLI command earlier11:20
PhysicistHow can I install a 3g modem without wvstreams or other thing like that?11:20
dr_willissudo rm /home/yourusername/bin11:20
red_baron_777ok, and in home directory what can I do?11:20
Physicistwvdial is available too.. But, do not work.11:20
dr_willisred_baron_777:  make a bin directory akd keep stuff in there11:20
ikillcypherrm: cannot remove `/home/ikillcypher/bin': Is a directory11:21
dr_willis then you use rmdir11:21
red_baron_777so every time when I want to open fast a program, first I must open that directory's window?11:21
ikillcypherrmdir: failed to remove `/home/ikillcypher/bin': Directory not empty11:21
ikillcypherwtf11:21
dr_willisred_baron_777:  whats are your shortcuts exactly>11:22
* ikillcypher feel like reinstall his whole Ubuntu >:(11:22
dr_willisikillcypher:  makes perfect sence...11:22
dr_willisrmdir  deletes empty dirs..11:22
dr_willisrm -rf /path/to/dir  will delete it ALL  and dont do any typos with that command11:22
ikillcypherrm -rf /home/ikillcypher/bin ?11:23
dr_willisyes. if thats the correct path11:23
ikillcypherhaha its gone11:23
ikillcypherxD11:23
=== A is now known as Guest29259
red_baron_777ex. putty shortcut, freefilesync batch shortcuts, netbeans shortcut, etc11:25
dr_willisred_baron_777:  when you say shortcut what do you mean exactly11:25
Physicisti cannot run the installer of my 3G modem.. KDE do not accept? Why...11:26
Physicist?11:26
cfhowlettPhysicist, what errors are you getting?11:26
woozlyguys, how to add custom service to 'service <servicename> command' ?11:27
woozlywhere to read?11:27
red_baron_777shortcut to an installed software's executable, shortcut to a document or batch file11:27
PhysicistNo error.. the software include an assistant to connect.. Just do not open.11:28
bilou23hi, I wanted to add myself to a group, I think I've done a mistake, now I'm not in the admin group anymore, I can't do "sudo .." commands because I'm not in the sudoers file, and I can't add myself to it because the tutorials I see for that are requiring to use "sudo adduser ...", I don't know the root password, (strangely it's not the same than me)...11:28
Physicistor startx11:28
Physicist**start11:28
KoshkaHi, I'm using 12.04 and I just updated Firefox to 19.0. With that, FF seemed to lose tab grouping functionality and for once, Google didn't have similar problems and solutions. Can anyone tell me if this'd be specific to me or does the latest version have a bug of this magnitude?11:28
ikillcypherhow do I remove more then one11:29
ikillcypherlike11:29
=== owen is now known as Guest29516
ikillcypherrm -rf /home/ikillcypher/bin and there is like dalvik folder , android folder11:29
cfhowlettPhysicist, so connection ran properly but you can't connect?  run the executable from the command line and see what feedback you get11:29
ikillcypherdo I have to do rm -rf /home/ikillcypher/bin each time for each folde r?11:29
dr_willisikillcypher:  err,, that deletes a folder.. with all contents.. if thats what you want to do...11:30
ikillcypheryes there are others folder too11:30
ikillcypherall which are 1GB so I want to remove others too11:31
=== Dan_ is now known as Guest96361
dr_willisbe sure  you dont delete stuff you want to keep.11:31
ikillcypherand not wait like for rm -rf /home/ikillcypher/bin to be done then do rm -rf /home/ikillcypher/android follow by rm -rf /home/ikillcypher/dalvik11:31
cfhowlettikillcypher, that is the safest method11:31
=== lux_ is now known as Guest42248
ikillcyphercan I do like11:34
ikillcypherrm -rf /home/ikillcypher/bin && rm -rf /home/ikillcypher/dalivik ?11:34
dr_willisbash basics,,,,, yes11:34
dr_willisif you read some bash guides you will find shorter ways to do that11:34
dr_williscd11:34
dr_willisrm -rf dir1 dir2 dir311:34
ikillcypherhuh you dont need , or && ?11:35
dr_willistime for a  'man rm'11:35
ikillcypherdont get you mate11:35
dr_willisread the docs for rm11:35
dr_willis'man rm'  and read the example ussage11:35
alphAEchoHelle everyone here11:36
alphAEchoi have a question about PXE server on Ubuntu 12.0411:36
cfhowlettalphAEcho, greetings11:36
alphAEchois anyone that can help me with that?11:36
alphAEchohay cfhowlett?11:37
alphAEchodo you know anything about PXE servers?11:37
bilou23instead of adding myself to a group, I've removed myself from all the groups, now I'm only in 1 group, I don't have any other user (apart root), I don't know root password (apparently it's an auto-generated hash), is there a way to sort this out?11:37
DJonesalphAEcho: If you give details of what the problem is, people may be able to help11:37
alphAEchook i know my DHCP is working11:38
alphAEchoit is giving IP addressess to servers11:38
Aestheticis there ANY way to get Palimpsest on 12.10?11:38
alphAEchoi started the tftpd11:38
cfhowlettalphAEcho, sorry IDK.  #ubuntu-server maybe?  but ask here first.11:38
alphAEchothank you cfhowlett11:39
alphAEchoso when the other server that i want to install proxmox on it gets the ip from the PXE server it gives PXE-E11 ARP timeout and PXE-E38 TFTP can't open a connection11:40
alphAEchoi was constatnly looking if there is something wrong with my config files but can't find something11:41
alphAEchoso i came to ask someone for help if anyone had this problem11:41
SuperRoachGood evening. I've just noticed my 12.10 ubuntu, apps  has lost their menu with the min/close icons. http://i.imgur.com/SCFC43t.png What can I use to restore it?11:41
=== Aesthetic is now known as Logicwax
dr_willisyou mean the windows titlebar and decorations?11:43
dr_williscompiz crashed. restart it or log out/back in11:44
red_baron_777pls tell me someone where can I store my shortcuts to have them together and to be accessed easily11:45
dr_willismakd a shortcuts directory and keep them in your home.. is one common way11:45
dr_willislinux dosent really use shortcuts.. so you mean either bash scripts. or links. or .desktop files11:46
needhelp1hey, whats the best way to get a large amazon music collection onto ubuntu. im assuming rythmbox doesnt have native support11:46
woozlyguys, how to decrease Ubuntu Server boot time?11:49
cfhowlettwoozly, perhaps better to ask in #ubuntu-server   ...11:49
woozlyoh.. yeah.. thanks!11:49
histoneedhelp1: Why wouldn't rythmbox support mp3's?11:51
dr_willisget a ssd  ;)11:51
dr_willishisto:  it needs a extra package installed i imagine11:51
needhelp1histo: well, its more so about downloading the music purchases from amazon11:51
histored_baron_777: You can add stuff "bookmarks" in nautilus11:51
dr_willisisent there an amazon drive tool that stores your muzak?11:51
histoneedhelp1: I believe you can download them from your amazon drive. They should be DRM free also11:52
=== Guest8172 is now known as tm
needhelp1"On Linux systems, Cloud Player only supports downloading songs one at a  time. To download your music, deselect all checkboxes, select the  checkbox for the song you want to download, then click the "Download"  button.          "11:52
cfhowlettdr_willis, amazon downloader for linux moves 1 file at a time ...11:52
needhelp1i have a lot of music i need to d/l11:52
dr_willisget busy then! ;)11:53
dr_willisi got a whole 1 album on amazon music.. because they added it to my collection from when i bought a cd like 3 yrs ago...11:53
dr_williswhich was nice of them actually11:53
needhelp1integrated search, i figured amazon music purchases might be integrated into unity / rythmbox also11:53
histoneedhelp1: they maybe11:54
dr_willisneedhelp1:  it could happen i imagine.. an amazon music lens perhaps.11:54
histoneedhelp1: why are you downloading it anyway? why not stream it.11:54
needhelp1need to burn some stuff to a cd11:54
needhelp1i found this http://code.google.com/p/clamz/   looks like its broken though11:54
histoneedhelp1: http://askubuntu.com/questions/33158/how-to-download-songs-from-amazons-cloud-player11:56
catphishif i want to use linux 3 on ubuntu 10.04 is there a meta package?11:56
histoneedhelp1: looks like rhythmbox can do amazon's mp3 store11:56
histoerr banshee11:57
histothat's an old one11:57
worklesshi! i've a weird problem: when compiling source code with ant it just die without giving ANY error, wether debug or verbose mode. this doesn't happen if i run it as ROOT, why??11:57
needhelp1histo: also, the cloud player has been updated with that one song limit, banshee was mearly using the online site11:57
RussI downloaded Ubuntu 12.04 last night off the canonical website and I'm trying to install it inside my windows using wubi.exe which I've done before but a couple of years ago. It was busy downloading an update which I just let run but now hours later (my internet is slow) my domestic worker11:58
Russaccidentally knocked my LAN cable out the router. Is there any way I can resume the download that has stopped or is there a way I can install and tell wubi.exe NOT to download the update first? Thanks in advance.11:58
histoneedhelp1: doesnt' aamazon provide you with a way of downloading your own music?11:58
histoneedhelp1: This isn't really ubuntu related question11:58
red_baron_777I want to start as fast as possible some applications (like it was in Windows the shortcuts)11:58
needhelp1histo: it does, just with that crazy limit11:58
histoneedhelp1: That's really annoying so customers can only download one song at a time?11:58
histored_baron_777: drag applications to the launcher from the dash11:59
needhelp1on windows and mac its not limited11:59
needhelp1linux, limited to one song at a time.11:59
histoneedhelp1: change yoru user agent in firefox to fool amazon into thinking your on windows then.11:59
histoThat's silly12:00
dr_willisamazon is really good at sticking their thumb in the eyes of linux users...12:00
red_baron_777but if I want aprox. 30 shortcuts, the luncbar would be loooong12:00
histoyet we have a shopping lens that canonical is making money off of from them12:00
dr_willisamazon prime -- not wworking on linux at the moment either12:00
histored_baron_777: Where do you want to put the shortcuts?12:00
dr_willisred_baron_777:  you could play with the various docks also. some of them have folder/menu widgits12:01
needhelp1http://mdboom.github.com/blog/2012/09/11/amazon-mp3-ends-their-support-for-linux/   it looks like changing the user agent doesnt help12:01
SuperRoachdr_willis, you may be right re: menu/scroll bars gone due to compiz. Restart still has problem. can I load window manager somehow? It seems to hang via gui.12:01
dr_willisSuperRoach:  then compiz is crashing.. compiz is the window manager12:01
dr_willisSuperRoach: whats the video card/drivers?12:01
JutasHi Everyone, Do you know an application which can backup windows such as Redo backup, acronis, norton ghost?12:02
dr_willis!backup12:02
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning12:02
red_baron_777I don't understand: why we can't use desktop shortcuts?12:03
red_baron_777the desktop in this way will be unused...12:03
Jutas !sbackup and !cloning are the names of the apps?12:03
ubottuJutas: I am only a bot, please don't think I'm intelligent :)12:03
dr_willisread what the bot said. ;)12:04
cfhowlettJutas, dejadup12:04
histodr_willis: what with chrome it doesn't work?12:04
DJones!sbackup | Jutas: No, they're factoids giving info from the bot,12:04
ubottuJutas: No, they're factoids giving info from the bot,: sbackup is a tool to create complete and/or incremental backups (which can be scheduled to be automatic, and can be done over a network). It is available in !Universe12:04
dr_willishisto:  nope.. some sort of flash drm issue it seems12:04
Jutasthanks a lot12:04
histoJutas: dejadup is a popular backup app. Or you can use clonezilla or just straight up cli and use dd12:04
histoJutas: I use rsync over ssh for remote backups offsite personally12:05
histored_baron_777: drag apps to the desktop12:05
histored_baron_777: It's not hard wth12:06
red_baron_777if I drag from launchbar, it won't stay on the desktop12:06
histored_baron_777: drag from the dash12:06
dr_williskeeping 20+ icons on the desktop is just ugly.. reeks of some of the nasty windows desktop sive seen covered with icons. ;)12:06
histored_baron_777: press the winblows key and start typing the name of the app. Click the icon and drag it to the desktop12:06
red_baron_777TY, it worked12:06
histored_baron_777: don't over think things12:06
JutasI'll try them all. Thanks again12:07
red_baron_777many times I decided to migrate to Ubuntu, now I'm doing the same thing, hope at this time I will stick with it12:07
histored_baron_777: if you look in /home/username/Desktop you will see the .Desktop files for the apps. If you open them in a text editor nano foobar.Desktop you will see their contents12:07
TakeItEZthe desktop is covered most of the time with windows/apps, hiding the icons. makes no sense to "show desktop - click - restore desktop" (jm2c)12:07
Raajheshubuntu is cool ;)12:08
red_baron_777I use it in the office, so it must serve me well12:08
histored_baron_777: What version of ubuntu are you running?12:09
red_baron_77712.0412:09
SuperRoachdr_willis, hm ok. It's a intel HD 4000 (laptop)12:09
histored_baron_777: ahh if you use a lot of office type apps. You may bennefit from installing libre office 4.0 they made a lot of changes12:09
histored_baron_777: Although you may not need any of them.12:09
red_baron_777I used libre in the windows too12:10
MJBrunehello, is it hard to submit a program to the ubuntu repos (for review I assume)12:10
red_baron_777I must find a good totalcommander clone too12:10
dr_willisred_baron_777:   mc12:11
TakeItEZmc12:11
red_baron_777with ftp, sftp functions12:11
dr_willis!info mc12:11
ubottumc (source: mc): Midnight Commander - a powerful file manager. In component universe, is optional. Version 3:4.8.3-9 (quantal), package size 422 kB, installed size 1312 kB12:11
user123Hi12:11
cfhowlett!contribute|MJBrune,   no.  see the link.12:11
ubottuMJBrune,   no.  see the link.: To contribute and help out with Ubuntu, see http://www.ubuntu.com/community/participate and https://wiki.ubuntu.com/ContributeToUbuntu12:11
user123i want to  know if my computer is hacked ?12:11
MJBrunecfhowlett: thanks12:12
dr_willisuser123:  why would you think it is?12:12
cfhowlett!details|user12312:12
ubottuuser123: 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 ..."12:12
user123just a sense that my computer is hacked12:12
user123what should i do know12:12
TakeItEZuser123: then get a clean live-cd and check all checksums of installed files12:13
fortunepayhi ppl12:13
user123how do i do that ?12:13
histo!rkit12:13
TakeItEZ!rkhunter12:13
MJBrunecfhowlett: Masters of the universe? Man I mean... I knew Ubuntu maintainers had big egos but damn....12:13
user123ok if it detected anything what should i do12:14
dwarddelete system3212:14
histouser123: there is chkrootkit in the repos12:14
* AppleJuice smacks dward 12:14
user123ok but what should i do if it detected anything ?12:14
histouser123: panic12:15
dr_willisreinstall12:15
user123then what ?12:15
histouser123: Why do you think it's hacked?12:15
AppleJuiceuser123, Reinstall the whole operating system is a solution.12:15
dr_willisthen dont do whatever silly you things you did that got it hacked..12:15
Raajheshnice12:15
dr_willisassuming it is hacked,.12:15
user123the thing is i don't know what i did :|12:16
histouser123: What makes you believe it's hacked?12:16
AppleJuiceuser123, Why do you think your computer is hacked?12:16
user123well someone has been able to know what youtube vid i was watching12:16
histouser123: okay perhaps they have your google login and they are viewing your history12:17
AppleJuiceHas thise someone acces to your computer?12:17
histouser123: there is also rkhunter12:17
user123nope i don't have a youtube account  and no one has a physicall access i think it's a hack12:17
histouser123: Is the person on the same network12:17
histouser123: Do you have a gmail account?12:18
* cfhowlett thinks "Did I totally miss the !details???"12:18
user123well i suspect the following someone has been able to get in the router12:18
supermanhei user123 do you use win712:18
superman?12:18
user123y ?12:18
AppleJuiceAye.. wrong channel.12:18
histosuperman: no he's in linux right now.12:19
histouser123: How would the person get in the router? are they on the same network? Or do they live nextdoor?12:19
dwarduser123 use wpa/wpa3 and a sentance for password, turn wep off. no one will be able to get in your router anymore12:20
dwardwpa212:20
user123the weird thing it's like a super duper hack i don't use wireless12:20
dwardturn wps off not wep12:20
supermanhey any finish people here?12:20
user123but magicly port 80 got opened12:20
supermanfrom Finland i mean?12:20
DJonessuperman: Probably most of them will be in #ubuntu-fi12:20
supermanhow do i get there on that channel?12:21
AppleJuiceWhoa user123. How you know this person hacked into the router? Is this anyway possible from the outside?12:21
cfhowlettsuperman, /join #ubuntu-fi12:21
histouser123: if they got access to your network they could run a mitm attack and see everything you are doing.12:21
AppleJuiceuser123, To which server does port 80 point to?12:21
histouser123: without infecting your ubuntu computer at all.12:21
AppleJuiceuser123, Your own computer or the web interface from the router?12:22
jesusabdullahugh I think I'm gonna have to roll back this laptop to use old fedora >_<12:22
jesusabdullahI've tried pretty much every bokernel boot flag imaginable >_<12:22
cfhowlettuser123 what version of ubuntu are you using??12:22
dr_willisi hope he changed the default router password......12:22
histojesusabdullah: what problem are you having?12:22
cfhowlettdr_willis, 1 chinese yuan says ; no12:22
histodr_willis: I wouldn't even need access to the router just the network to do what he is describing12:22
user123well i reset the router and reset the password the problem still there   he maybe infected the Loader of the router or something12:23
histodr_willis: Still think this is all bs though.12:23
user123i'm using the LTS version12:23
histouser123: What do you mean port 80 is open now?12:23
dr_willishisto: oh yea.. i know you watched the My Little Pony season Finale! :)12:23
dwardyou guys are bronies too?12:24
dwardi thought i was the only one12:24
user123wait till i see12:24
mae_taehello people, can we assign different range of ip with different subnet on dhcp like subnet 192.168.5.0 netmask 255.255.255.0 range 192.168.6.10 192.168.6.20 }12:25
user123nope port 80 is closed according to GRC12:26
=== Termana is now known as Guest96283
histouser123: opena  browser and you will see it open12:28
histouser123: but not listening12:28
histomae_tae: we can do anything we wants12:28
AppleJuiceuser123, Ask this someone why he knows you watched some youtube video. Is he admitting to have hacked you?12:29
user123histo i tried using grc.com sheilds up so it was definitly open12:29
user123ok will try  probebly will deny though12:29
cfhowlettmae_tae, perhaps better asked in #ubuntu-server      ...12:30
histouser123: Okay well that test wouldn't be definitive at all. It's completely wrong on my setup12:30
Logicwaxya know what would be so awesome?  palimpsest in 12.1012:33
dr_willisso get the source and compile it...12:34
dr_willis!find palimpsest12:34
ubottuFile palimpsest found in gnome-icon-theme-gartoon-redux12:34
Logicwaxok12:36
Logicwaxmight be a tad bit over my head....but ill try it12:36
user123ok i will do some tests with rkhunter and chkrootkit and report back12:36
user123!reinstall12:36
ubottuTo renew the configuration of a package when installing, sudo apt-get remove --purge <package> && sudo apt-get install <package>. Note that you will lose ALL config files for that package. WARNING: This is dangerous, don't do this with core packages12:36
=== bruno is now known as Guest59165
histoLogicwax: what is palimpsest?12:39
antsMajor issue, I installed windows 8 on my desktop, grub is buggered and just boots to grub>_12:42
antsplease help12:42
dwardyou probably have a misconfiguration in your grub.cfg12:43
jesusabdullahhisto: stock latest ubuntu on acer aspire d270-1410 doesdoesn't bootever show a desktop, just upstart text output, , nomodeset  and diacipcpi=off and friends didn't change any behavior12:44
dwarddid you write it yourself ants12:44
antscan I fix it from the grub menu? No I didn;t12:44
dwardyou can boot if you know what kernel you are using12:44
jesusabdullahhisto: gfx are intel gma 3150, a known problem chipset but only really for running 3d graphics, vesa should run fine12:45
antsthe newest one?12:45
antsI'm runinng 12.1012:45
dwardants: ls to list drivs12:46
dwarddrives12:46
antscools12:46
jesusabdullahhisto: I'd fart around with it for a few more days but I'm leaving from India Wedsin about 24 hrs and this kid I've been helpin mentor needs a working laptop12:46
jesusabdullahhisto: Apologies, internet here is REALLLY terrible12:46
antsok I have a few12:46
antsubuntu is on the sda12:46
antsif that helps12:46
BluesKajHey all12:46
dwardyou know which one has your root fs?12:46
mae_taesubnet 192.168.5.0 netmask 255.255.255.0 { range 192.0.0.10 192.0.0.20 } <--- is this possible to implement in ubuntu? meaning i had different range of ip's from its subnet12:47
dwardtry ls (hd0,1)/12:47
jesusabdullahhisto: if you have any ideas I'd love to hear them XD12:47
dwardor whatever to try to find your root fs12:47
antsif it's sda and it's the first to boot from in bios would that be hd0?12:47
antsok yup trying now12:47
antsok yeah thats the one man12:48
antsh012:48
dwardmost likely hd0 but it depends on your gru config12:48
antshd012:48
oxidehello people!12:48
antswhat should I run now?12:48
antsirc on the phone sucks lol12:48
supermando run irc on iphone?12:49
supermando you*12:49
antsnah android because my desktop is buggered after win 8 install12:49
cfhowlettjesusabdullah, you (1) checked ISO integrity with md5sum and (2) verifed boot media integrity with "Check this disk for errors"12:49
dwarddamn i wish i could see my config12:50
supermanbut is it possible to install irc on iphone?12:50
kruxyes12:50
jesusabdullahcf16: I just installed it on another laptop, I can still check these but afaict the boot media itself is fine12:50
antsso hd0 has my install, can I update grub some how now fromt he grub menu?12:50
jesusabdullaher cfhowlett12:51
dwardporbably do this12:51
oxidei have a question: Which is lightest os?lubuntu or xubuntu?12:51
cfhowlettjesusabdullah, didn't see your last.12:51
dwardset root=(hd0)12:51
cfhowlettoxide, I'd say they're even ...12:51
dwardlinux /vmlinuz ro root=/dev/sda12:51
antsok trying now12:51
dr_willisid say lubuntu is lighter, ;)12:51
cfhowlettoxide, see for yourself.  install one and then install the other on top12:52
jesusabdullahsorry cfhowlett terrible internet12:52
jesusabdullahcfhowlett:" what I said was that I just installed it on a similar but not identical laptop so I think that's fine12:52
jesusabdullahif you think it could still be an issue I can check12:52
dwardinitrd /<your initrd image>.img12:52
Milestone5can anyone please help me?12:52
oxidehmmm good idea12:52
dwardthen just boot12:52
cfhowlettjesusabdullah, well, md5sum check takes ... 2 minutes?12:52
oxidelubuntu taking the same updates as ubuntu12:52
oxide?12:52
dwardant: but then you have to fix your grub.cfg12:52
Milestone5guys, should i create a boot, swap and main partition or swap and main except boot12:53
Milestone5?12:53
antsah I got unknown filesystem12:53
Milestone5my point, is the boot partition needed?12:53
dwardant if that doesn't work, you should just use a live cd, mount your boot partition, then edit /boot/grub/grub.cfg12:53
DJonesMilestone5: I've only ever created /, swap and /home12:53
dwardant: that might take less time then trying to figure out what arguments you need to boot12:53
Milestone5ok drones, i saw like 2 guides that created a 500MB /boot partition12:54
Milestone5so i was curious if it is needed12:54
antswhen I ran linux /vmlinuz ro root=/dev/sda12:54
Milestone5*djones12:54
oxidethanks a lot,i am downloading lubuntu right now,hope it works good as xubuntu12:54
dwardant: this often happens when trying to add windows or womething to boot12:54
* cfhowlett ... "drones" ???12:54
=== debiantoruser is now known as mustinvited
antsit's hellish12:55
DJonescfhowlett: That was a mistab/typo on my nick12:55
antswhat sort of change will I have to make dward12:55
cfhowlettoxide, not necessary.  sudo apt-get install lxde will install the other interface.  logout, choose "lxde session" and login again12:56
Milestone5so /boot isn't needed?12:56
dwardants the best thing is probably to just scrape it and get a working version12:56
dwardants do you have a live cd12:56
cfhowlettMilestone5, strictly speaking, no it's not12:56
antsso delete and then run something like update-grub? yeah I do12:56
dwardyes exactly12:56
Milestone5cfhowlett, is it better to create it?12:57
DJonesMilestone5: Its not needed, if you don't create one, its automatically included with / anyway12:57
antssweet12:57
Milestone5so it doesn't matter at all12:57
Milestone5?12:57
Milestone5sorry for a such a nooby questions but i am a beginner12:57
dwardants not sure if the live cd has grub though.... do you know how to mount rootfs from a cd?12:57
DJonesMilestone5: No, it won't matter if you don't create one12:57
Milestone5so / and /swap is enough?12:58
antsI don't but I'm gonna wing it, at least I can now browse on the desktop to work though this lol12:58
dwardants do you know your partioning? did you have a seperate boot and swap partion?12:59
DJonesMilestone5: As a minimum yes, I always create a seperate /home so that if I reinstall, I don'#t end up overwriting my /home12:59
antsyeah I do12:59
Milestone5but if i don't create home, is it ok?12:59
Milestone5cause i always do backups12:59
DJonesMilestone5: Yes it'll be fine12:59
cfhowlettMilestone5, those are the minimum recommendations.12:59
Milestone5i assume /home will be in / then13:00
cfhowlettMilestone5, correct.13:00
Milestone5ok13:00
=== Dawn_ is now known as PrincessDaybreak
Milestone5last question13:01
cfhowlettMilestone5, fwiw, I a separate /home has saved my bacon more than once ...13:01
Milestone5when i finished managing partitions13:01
Milestone5should i tick Format on / only or also on swap13:01
Milestone5cause it is ticked on / automatically13:01
cfhowlettMilestone5, run with it.13:02
Milestone5so i should not tick format for swap?13:02
Milestone5a.k.a. run with the format settings that the installer defined?13:02
dwardants, here is a script that will get you back into your filesystem from a livecd command prompt13:03
dwardhttp://paste.ubuntu.com/5567562/13:03
antsThnk you!13:03
dwardit assumes that /dev/sda3 is root and /dev/sda1 is your boot13:03
dwardand that you don't have a seperate boot and grub partition13:04
Milestone5guys, should i let the format tick box unticked as the installer defined13:04
antsyup13:04
Milestone5?13:04
jeetpeiyou should format13:04
jeetpeiMilestone513:04
cfhowlettMilestone5, those installer settings are fine.  However, if/when you set up a separate /home, ensure that you do NOT format it ...13:04
jeetpeiMilestone5 : you should format13:04
Milestone5the "Format?" tick box got ticked only for "/"13:05
Milestone5and the swap tick box is blank13:05
Milestone5so i assume these settings are fine13:05
Milestone5(i am serious noob)13:05
DJonesMilestone5: From memory, the swap tick box is greyed out anyway & doesn't need formatting13:05
Milestone5it isn't greyed out but ok, you guys say i should leave it intact13:06
dwardants then i would run grub-install --recheck /dev/sdX13:06
DJonesMilestone5: Leave as it stands13:06
dwardants then like you said update-grub13:06
Milestone5so now i should just pick "/" and click install now?13:06
jeetpeiMilestone5 : go for next step13:06
jeetpeiMilestone5 : yes13:06
kryptoHow can i stop service "ksmd"? not able to send sigkill13:07
antsok13:07
=== micjan02 is now known as janisozaur
janisozauris it possible to change dns settings just for one program?13:08
Milestone5thank you guys for all help provided13:09
Milestone5i really appreciate it13:09
antshow do I know if it installed correctly according to the grub.cfg?13:09
Milestone5thanks again :)13:09
cfhowlettMilestone5, best of luck13:09
Milestone5thanks13:09
Milestone5i tried ubuntu from the cd yesterday13:09
Milestone5and i am satisfied as heck :D13:09
dwardants what do you mean?13:09
antsI13:09
dawkirstAre there any good AWS S3 clients for Ubuntu?13:09
Milestone5can't wait for it being installed13:10
antsI've install and updated grub and it said successful (it did this before though I believe)13:10
antscan I check in the grub.cfg if it installed correctly?13:10
dwardgrub.cfg will be in /boot/grub/grub.cfg13:10
janisozaurdawkirst, https://code.google.com/p/s3fs/wiki/FuseOverAmazon haven't tried that though, only from reports from a friend13:10
dwardbut it's a pretty long and confusing script ants13:10
cfhowlettdawkirst, there are some listed in software center13:11
dwardants but by all means take a look13:11
antsok13:11
dwardants anything importatnt is at the bottom13:12
antsok13:12
Akshayrin ubuntu the history of the browsed files are kept13:13
Akshayrhow cn i clear the history?13:13
dwardyou could change your mount options if fstab13:14
dwardlol, but i'm pretty sure that only saves the time13:14
Toph2Akshayr,,, what browser do you use?13:14
dwardnot who actually browsed13:14
janisozaurToph2, i don't think he referred to web browsing history13:15
dwardis he talking about a browser?13:15
antsTHAT FIXED IT! Thank you dward, you've really helped me out man. Have a fantastic day/night!13:15
Toph2jamestunnicliffe,,, ok13:15
Akshayrfirefox13:15
AkshayrToph2 : firefox13:15
Milestone5you should be able to open it using Ctrl+H13:15
dwardants glad i could help, we've all gone through that13:16
cfhowlettAkshayr, what browser???13:16
Milestone5and then there should be a bar on top and there will be an option to delete histroy13:16
Akshayrmozilla firefox13:16
Milestone5cfhowlett, firefox13:16
Toph2Akshayr,,, ok,, but that only clears the history of web sites viewed13:16
janisozaurAkshayr, do you want to clear web browser history or used files history?13:16
Akshayrused files history13:17
cfhowlettAksel, Tools>Clear History13:18
cfhowlettAksel, nevermind ...13:19
dawkirstjanisozaur, cfhowlett thanks13:19
cfhowlettAksel, you could delete your .mozilla files in your /home13:19
cfhowlettdawkirst, best of luck13:20
Akselcfhowlett, please stop tabfailing :P13:20
janisozaurcfhowlett, also, please stop giving wrong advice13:20
cfhowlettAksel, ah, man I JUST saw that.  sorry aksel.13:20
AkselNp :D13:20
=== mustinvited is now known as debiantoruser
jeetpeihow can i wget h-s link files13:23
janisozaurjeetpei, h-s?13:23
jeetpeiyes h-s link files sorry i forgot to wrriten link13:24
=== mkv is now known as m4v
NaoyHi, I have an issue with my OpenSSH server. When I'm trying to authent using RSA from localhost (127.0.0.1), no problem, it doesn't ask the password. But if I try remotely, I cannot and get this error :  Error attempting to parse .ecryptfsrc file; rc = [-13]13:25
janisozaurjeetpei, do you mean https://en.wikipedia.org/wiki/HS/Link ?13:25
TakeItEZNaoy: encrypted homedir?13:26
NaoyYep13:26
jeetpeiyes something like that i have link say : https://server.com/h-s/20130226/38bd0009963143fa13:27
TakeItEZNaoy: see forums, there are articels about moving authorized_keys file outside ~/.ssh (which is what you need to do)13:27
hubahubaNaoy: I guess it needs to be un-encrypted to read the ssh key?13:27
jeetpeijanisozaur :  yes something like that i have link say : https://server.com/h-s/20130226/38bd0009963143fa13:27
NaoyOk thanks all, just googled authorized_keys on encrypted fs =)13:27
=== dark3n|off is now known as dark3n
janisozaurjeetpei, and just using wget on that file gives what?13:28
hubahubaNaoy: are you keeping an encrypted $HOME on a remote server?13:28
* hubahuba never considered that as an option really13:28
jeetpeijanisozaur : it download a html page13:28
janisozaurjeetpei, i can't see your problem then13:29
chamodatest13:29
janisozaurchamoda, it doesn't work ;)13:29
jeetpeijanisozaur : no problem i am hunting for solution since last 3 days :D13:30
Naoyhubahuba: what's wrong with that ?13:30
hubahubanothing wrong, just curious :-)13:31
hubahubayou need a passphrase to unlock the fs?13:31
Naoynope13:31
hubahubanice. i'll have to check it out.13:32
hubahubaah, pam unlocks ecryptfs on auth. nice.13:36
avrelaunHi. I'm trying to install Ubuntu 12.10 on a macbookpro 7.113:38
avrelaunI'm using the latest amd64+mac iso13:38
avrelaunIt install correctly (altough the status bar on top is broken, displaying icons only if I click on them)13:39
avrelaunBut after the first reboot, I type my password and then X freezes after a few seconds13:40
avrelaunI can move the mouse for a few seconds then nothing, same background but no unity13:40
avrelaunno mouse, and no menubars13:40
jeetpeiavrelaun: try login in Ubuntu 2D session13:41
vikus_kahi all!13:41
cfhowlettvikus_ka, greetings13:41
jeetpeivikus_ka : Hello13:41
avrelaunjeetpei: Rebooting. This laptop is  powered by a NVidia 320m13:42
jeetpeiavrelaun: ok, see if after rebooting issue still persist13:43
avrelaunjeetpei: I had to force shutdown, ctrl+alt+F2 did not switch tty13:43
avrelaunjeetpei: Already tried just rebooting, same freeze\13:44
n8w|hey guys13:45
avrelaunjeetpei: How can I choose Unity 2D?13:45
n8w|im tryin to umount a disk but im gettin "device is busy"13:45
avrelaunjeetpei: The is nothing on the display manger13:45
jeetpeiavrelaun: before login see small ubuntu icon in front of paassword click on that and chose Ubuntu13:45
avrelaunjeetpei: There isn'ty13:45
n8w|i have tried fuser -m /media/disk13:45
vikus_kaMy flash-usb-drive, (fat32), was have errors. I solve it, by dosfsck. All ok, but now one folder not exist. Is any way, or any soft, to see list of files in disappeared-folder? (i not need to repair folder of files; I only need to see list of original names, which was in disappeared-folder)13:45
janisozaurn8w|, lsof /media/disk13:45
n8w|i get very weird pid 6858c13:46
jephbhey guys, i would like to ask if it is possible to display two different contents on two desplay when running ubuntu using one pc?13:46
n8w|janisozaur, return nothin, i have tried it13:46
avrelaunjeetpei: I'm used to see this icon next to password, but nothing here13:46
avrelaunjeetpei: I did verify my iso checksum13:46
jeetpeiavrelaun: click on that13:46
hubahuban8w|: lsof | grep /media/disk ?13:46
cfhowlett!display13:47
ubottuThe X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution13:47
avrelaunjeetpei: on what? I'm telling you i do not have the ubuntu icon13:47
n8w|janisozaur, okok now i get smth...13:47
n8w|hubahuba, the previous one returns stuff now:)13:48
janisozaurhubahuba, lsof takes arguments, ithout any option it filters only specified file13:48
janisozaur*path13:48
hubahubaah, -an or somesuch13:48
jephbhey guys, i would like to ask if it is possible to display two different contents on two desplay when running ubuntu using one pc13:48
jephb?13:48
cfhowlettjephb, yes it is.13:48
slsjoin/ #als13:49
=== debiantoruser is now known as javemu
=== max is now known as Guest24456
jephb <cfhowlett>,how do i do it?13:52
cfhowlett!xrandr13:52
ubottuXRandR 1.2 is the new method of running dual screens in !X.  Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR1213:52
cfhowlettjephb, see the link13:52
jephblet me see!13:52
jephbanyway thanks13:53
jeetpeiavrelaun: which Ubuntu version you using  assumed 12.0413:53
KurdistanHi my friend has fujitsu siemens amilo laptop and this is graphical card detail: http://paste.ubuntu.com/5567659/ . The issue is resume back from suspend. It goes to suspend, but when wake up it goes black screen. He really likes 12.04.2.13:53
janisozaurKurdistan, i have radeon too and similar (maybe the same?) issue. the problem seems to be, that the gpu tries to output screen over hdmi when resumed from suspend13:55
janisozaurKurdistan, plugging in and unplugging hdmi brings screen back to life13:55
mvt007geekKurdistan:  to bacheye kojayi?13:55
thdarkknightanyone know how to get an acer web cam to work in UE?13:56
janisozaurKurdistan, i don't know a proper solution, though, i don't put my laptop to sleep all that much13:56
=== ponbiki is now known as Guest10382
stowellyhi, is it possible to get screen to display multiple terminals in one? i.e like emacs windows ?13:57
Kurdistanjanisozaur, my friend has only a laptop/notebook nu other screen is connected.13:57
thdarkknightanyone know how to get an acer web cam to work in UE?13:57
cfhowlettUE?13:57
thdarkknightUltimate edition13:58
cam`i work out of the box13:58
dwardhahah13:58
cfhowlettthdarkknight, sadly, not supported here...13:58
janisozaurthdarkknight, ultimate edition?13:58
janisozaurKurdistan, yes, same with my setup13:58
thdarkknightyes Ubuntu Ultimate Edition13:59
Kurdistanjanisozaur, do you know how to solve it my friend?13:59
janisozaurthdarkknight, o.O what's that? there are no editions of ubuntu, especially no 'ultimate' ones13:59
thdarkknightwhat is not supported here UE or Acer?14:00
Touhou11Ubuntu ultimate edition always reminds me of this: http://funroll-loops.info/14:00
cfhowlettjanisozaur, it's an unsupported port of ubuntu.  there are many.  UE is not supported on this channel14:00
janisozaurKurdistan, as i said, connecting and disconnecting hdmi is a workaround that works for me. YMMV and i don't know solution to your problem14:01
Kurdistanjanisozaur, so you mean if he tries connecting to TV and then disconnect it will work?14:02
avrelaunjeetpei: 12.1014:02
Viralcan someone tell me if there is a way to disable screen saver when an app (netflix) is in full screen or something14:02
janisozaurKurdistan, no. i said it works for me, so it *might* work for him too14:02
avrelaunjeetpei: I'm trying an apt-get update && upgrade14:03
hubahubaKurdistan: I believe there is both a free driver (radeon) and a more non-free one (fglrx). tried both?14:03
avrelaunjeetpei: If this does not work, I'm gonna go with ubuntu 12.0414:03
cfhowlettViral, it'll be in your screensaver settings ...14:03
jeetpeiavrelaun: yes you can try CTRL+ALT+T will open terminal for you  and try update upgrade : another thing i wanna say : have you tried Unity restart or gdm restart : hope it will help14:04
hubahubaKurdistan: like https://wiki.ubuntu.com/X/Troubleshooting/VideoDriverDetection?action=show&redirect=X%2FTroubleshooting%2FFglrxInteferesWithRadeonDriver#Problem:_Need_to_purge_-fglrx - allthough this might make X unusable, so you might have to reinstall or fix from the cmdline14:04
avrelaunjeetpei: will try both. if nothing will try 12.04, and of nothing 13.04 !14:05
Viralhow do I find the screen saver settings D:14:05
=== zz_Karbowiak is now known as Karbowiak
Kurdistanhubahuba, looked to jockey-gtk and no close source driver there.14:05
jeetpeiavrelaun: dnt go for 13.04 i suggest 12.04 is best : its LTS and stable14:05
avrelaunjeetpei: If I do not have a choice, I'll go there14:06
cfhowlettViral, type "screensaver" in the dash ...14:06
hubahubaKurdistan: http://support.amd.com/us/gpudownload/linux/legacy/Pages/legacy-radeon_linux.aspx14:06
avrelaunjeetpei: this is not a machine for me, I do not like release-based distributions, rolling-releases are much simpler...14:06
hubahubaKurdistan: I believe there are ways in ubuntu to fix this, so don't download that14:07
jeetpeiavrelaun: as you please dude :D14:07
hubahubaKurdistan: I got there from http://askubuntu.com/questions/127690/12-04-boots-to-black-screen-ati-radeon-hd-3200 :-)14:07
Viralcfhowlett, nothing comes up14:07
Kurdistanhubahuba, wake up from suspend gives black screen not booting up.14:08
cfhowlettViral,  as I'm on xubuntu, I can't exactly explain where your screensaver settings are ... perhaps someone will volunteer the intel???14:08
hubahubaKurdistan: sounds like a driver problem to me14:09
Kurdistanhubahuba, he uses the radeon (opensource one)14:09
Kurdistanhubahuba, no other alternative on jockey-gtk14:09
hubahubawhich always have had some bugs. I've seen plenty :-)14:10
hubahubawhat is jockey-gtk?14:10
hubahubaah, got it. a driver-gui14:10
janisozaurhubahuba, a tool that supposedly detects and aids in installation of proprietary drivers14:10
Kurdistanjanisozaur, I found this: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1082314  but I do not understand the solution to be honest.14:10
ubottuUbuntu bug 1082314 in mesa (Ubuntu) "Raring wake up from S3 broken" [Medium,Fix released]14:10
janisozaurhubahuba, never trust it, i haven't seen a case where it would actually work14:10
hubahubajanisozaur: I hear you14:11
hubahubaKurdistan: "Raring" is 13.04, ie beta release.14:11
Kurdistanhubahuba, :) I know that.14:12
hubahubaKurdistan: in the bug you mentioned it says "adding apm=off to kernel line..." - tried that?14:13
Kurdistanhubahuba, no really14:13
janisozaurKurdistan, they've just updated userland, haven't really found solution or what caused the problem14:14
janisozaur!xorg-edgers | Kurdistan14:14
janisozaurKurdistan, you can try googling for xorg-edgers14:14
hubahubasomeone has put 209 files in my /boot/grub/ ! how complicated does this have to be?14:15
jeetpeihubahuba: who putted files in /boot/grub/ and what type of files it14:16
Kurdistanjanisozaur, sorry was reading about his issue... what can xorg-edgers help? I do not want to put unstable ppa on LTS.. it is like me want to harm him.14:17
janisozaur!ppa-purge |  Kurdistan14:17
ubottuKurdistan: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html14:17
Nero_prhello world14:17
Kurdistanhubahuba, apm=off will make his laptop burn overheating. psensor gave normally high temp.14:18
jeetpeiNero_pr : Hello14:18
joshsi am having an issue with my screen going dim all of the time14:19
joshsthe computer almost comes to a complete stop and the screen dims, what should i do to fix this?14:20
Kurdistanjanisozaur, I just installed it I do not really make that risk..14:21
=== bazhang_ is now known as bazhang
joshshello14:22
joshscan someone help me with an issue i am having?14:22
foo357I'm going to install 12.04 LTS. Is it a good idea to create a partition for /tmp ?14:22
hubahubafoo357: not really imho14:23
hubahubafoo357: maybe for a server with rampant /tmp usage though14:24
dwardi agree with huba. not really much of a need14:24
foo357ok hubahuba, thanks for the input.14:24
flclwhat is the command to find path to specific file? Lets say I need to find 'aaa.sql' on my virtual server?14:24
dwardlocate aaa.sql14:25
supermanhow do i change my nick?14:25
joshsi have ubuntu 12.04lts it runs ok but i am having an issue with the windows going dim. not the whole screen, just whatever i am working on goes dim14:25
TakeItEZsuperman: /nick batman14:25
=== superman is now known as Said
dwardflcl after runing updatedb, locate aaa.sql will work the best14:25
Saidthank you14:25
Fuzzleshow do i try uubuntu 13.04 in a vm without being slow any virtualbox settigns?14:25
=== Said is now known as Guest11907
flcldward: locate aaa.sql does not do anything14:26
Guest11907o14:26
TakeItEZflcl: find / -name aaa.sql14:26
dwardflcl run sudo updatedb14:26
dwardflcl first14:26
dwardflcl then locate will work14:27
Guest11907kk14:27
flcldward: what does updatedb do? (just typed it... taking time)14:27
dwardflcl it updates a db of all the files in your filesystem jsut like running find / but it stores that info for quick lookup14:28
n8w|just crosscheckin, assume(hda=hda1,hda2hda3)if i do: dd if=/dev/hda of=/home/hda.img, this will backup the whole drive right?14:28
=== var is now known as Guest73295
flcldward: just worked, thanks14:28
dwardflcl so locate will work just like find / but it wont need to search the entire filesystem every time you want to find something14:28
theadminn8w|: Yes, complete with the partition table.14:28
theadminn8w|: But uhhh, the kernel doesn't name the drives "hda" for quite a long time now, it should be sda14:28
n8w|theadmin, ok, how about the mbr?14:28
theadminn8w|: That too.14:29
n8w|theadmin, great thx14:29
=== Guest11907 is now known as Saidi
hubahuban8w|: might be tricky mounting them directly though?14:29
esersHi all!14:30
n8w|hubahuba, my intention with this is to have smth in case my system goes down...so i can simply use dd to copy the whole system14:30
=== DarkAce-Z is now known as DarkAceZ
flclhey, updatedb -v is way much more fun =))14:30
zorgborghi all, my mp3 device is no longer automatically mounts when i connect the usb/mtp cable, libmtp is installed, has the driver been removed from the kernel?14:30
hubahuban8w|: ah ok, then you should be fine :-)14:30
n8w|hubahuba, good to hear:), lately i have been playing with fire14:31
stilia-johnyhi14:31
stilia-johnyhi guys14:31
=== Kitar|st_ is now known as Kitar|st
nearsthi ppl14:32
hubahuban8w|: place anything you care about in the cloud somewhere, files will be lost one day ;-)14:32
theadminhubahuba: It's not too hard to make the partitions from an image visible, just have to do something like "sudo partx -a sdx.img"14:32
hubahubatheadmin: hm, true. but can you loopback mount them?14:32
stilia-johnyi need to setup a proxy for my adhoc.. i want people that be connected with my adhoc when they open the internet browser to go in my apache page first... the apache is setup in my pc as well as the adhoc14:33
theadminhubahuba: I think so. I haven't tried and the only HD I have is quite large, 300GB or so. I'm not going to loopmount that.14:33
n8w|hubahuba, sure thing, but in my case its mostly about the settings...its embedded device,n it took some time to set it up right14:33
theadminhubahuba: I mean, I'm not going to dd that just to check.14:33
* stilia-johny i need to setup a proxy for my adhoc.. i want people that be connected with my adhoc when they open the internet browser to go in my apache page first... the apache is setup in my pc as well as the adhoc14:33
hubahubatheadmin: I'm looking around for a usb stick, can't see one :-)14:33
bazhangstilia-johny, dont repeat so quickly14:34
stilia-johny!14:34
hubahubazorgborg: anything in dmesg?14:35
* realman94 晕倒14:35
minthi14:37
zorgborghubahuba: gah forgot about that, just a sec, its noted as a samsung device from lsusb at least14:37
gipzoHello. I lost my ethernet connection and wifi adapter after changing 3.0.0-12 kernel to 3.0.0-14 ( ubuntu 11.10 ). ifconfig -a shows my ethernet interface, but with hwaddr = ff:ff:ff:ff:ff:ff. wlan don't show in iwconfig at all14:38
gipzoOn 3.0.0-12 everything was working perfectly14:39
gipzoInstalled 3.0.0-14 with aptitude14:39
gyre007how do I tell which package installed certain binary ?14:39
janisozaur!apt-file | gyre00714:40
ubottugyre007: apt-file is a program that can tell you which package(s) contain(s) a given filename. To install it and generate the database it needs, run "sudo apt-get install apt-file && sudo apt-file update"14:40
TakeItEZgyre007: if it is already installed: dpkg -S filename14:40
janisozaurgyre007, i *think* it can also do reverse searches14:40
beanalso, dpkg -S /path/to/file14:40
gyre007janisozaur: this was a bit of a pain because it was actually link which was pointing to another link and that was pointing to a binary on which I could run dpkg -S :)14:42
gyre007janisozaur: cheers14:42
TakeItEZgyre007: man readlink14:42
zorgborghubahuba: whats the command for viewing files in real time (i.e. so i can see whats logged to dmesg once i connect the device?)14:42
gipzoI need 3.0.0-14 only for my touch-panel drivers, they are just .ko files and they don't work on other kernels...14:42
gipzoIs there any way to insmod drivers for one kernel to another?14:43
janisozaurzorgborg, 'tailf' or 'tail -f', you mean? these two are slightly different, though14:43
nsahooanyone knows when mysql 5.6.10 will be available in a repository? Now it has the GA status.14:43
nearsttail -f14:43
janisozaurzorgborg, 'tailf /var/log/syslog'. i also heard that dmesg has integrated this kind of functionality, but that doesn't have to be correct14:44
zorgborgjanisozaur: thanks it was tail -f i wanted, nothing seems to be logged to dmesg when i connect or disconnect it :(14:44
nearstzzz14:44
nearsttail -f /var/log/any- log is use for monitor any changes in ssystem14:45
janisozaurzorgborg, 'dmesg' is a command that displays kernel messages, you can only follow a file, in this case you want /var/log/syslog14:45
zorgborgjanisozaur: aha!14:45
zorgborgjanisozaur: just using dmesg as a commands show it is detected properly14:46
=== wedgwood_away is now known as wedgwood
zorgborgjanisozaur: but its still not mounted, nor listed from mount command14:47
gyre007really strange...can someone explain to me why aren't dependencies of apt-listchanges installed ? https://gist.github.com/milosgajdos83/503894014:48
janisozaurzorgborg, what do you connect? do you want it to automount?14:48
janisozaur!paste | zorgborg14:48
ubottuzorgborg: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.14:48
janisozaurzorgborg, you can try pasting some part of syslog14:49
gyre007basically the gist above shows that apt-listchanges depends on exim4 but when apt-listchanges is installed exim is NOT even though its listed as dependency14:49
gyre007mm14:49
gyre007anyone came across that ?14:50
TakeItEZgyre007: apt-listchanges suggests any MTA or exim414:50
gyre007TakeItEZ: what does that mean ?14:51
theadmingyre007: Use "apt-cache show". It provides better-looking information, wherein: Recommends: exim4 | mail-transport-agent14:51
TakeItEZgyre007: it doesn't DEPEND on a mail-transport-agent, it just suggests to install one, preferably exim414:51
chalcedonymy husband seems to have lost his weather indicator from the right bottom of his GLX-Cairo-Dock, - Where can I ask about it?14:51
theadmingyre007: Meaning "exim4 OR mail-transport-agent add extra functionality to this package, but it's not necessary for it to function"14:52
AtuMcan anyone tell me what happens to kvm virtual guests on ubuntu when the host goes to reboot? I've left a guest running and triggered a reboot and then the guest failed to boot - i had to run a fsck manually from livecd.14:52
tiduxI've been reading about that buffer overflow security flaw in 3.3-3.8 kernels14:52
tiduxhas a fix for that made it to 12.10 yet?14:52
gyre007but strange thing is that apt-listchanges DID install exim on ALL but 2 servers in our infrastructure...14:52
TakeItEZgyre007: "apt-cache depends apt-listchanges"14:52
gyre007and that's why I came here to ask why...14:52
gyre007mm14:53
theadmingyre007: Meaning that on all but those 2 servers you had apt's install-recommends feature ON.14:53
TakeItEZgyre007: so 2 servers are not configured to install recommends/suggests14:53
AtuMi suspected it would cleanly shutdown/suspend the guest.. now I think it just kills the process14:53
zorgborgjanisozaur: http://paste.ubuntu.com/5567807/ syslog says the same thing about it14:53
TakeItEZgyre007: man apt-get (--no-install-recommends)14:53
janisozaurzorgborg, it doesn't appear to be usb msc14:54
gyre007is there a config file for that ? strange because all those servers have been built from the same image :-)14:55
TakeItEZgyre007: /etc/apt/apt.conf.d14:55
zorgborgjanisozaur: should it if it's an mp3 player?14:56
gyre007thats where I went to check straight away TakeItEZ14:56
janisozaurzorgborg, yes, but you might have to enable it on the device first14:57
tiduxseriously14:57
tiduxhas the buffer overflow in the Linux kernel packages been fixed in Ubuntu?14:57
tiduxor are you all too busy forking Cyanogenmod and sucking each other's dicks?14:57
bazhangtidux, thats not appropriate here14:58
jribgyre007: you probably satisfied the requirement for "exim | mail-transport-agent" with some other mta14:58
P4tch3r!natty14:58
ubottuUbuntu 11.04 (Natty Narwhal) was the fourteenth release of Ubuntu. !End-Of-Life on 2012-10-28, see http://ubottu.com/y/natty for details.14:58
gyre007nope...no sign of any recommend option on any of the server...sudo grep -iER recom *14:58
gyre007jrib: I'd like to know how to find out what satisfied that condition :)14:58
ikillcypherguys what is -f ?14:58
P4tch3r!current14:58
zorgborgjanisozaur: any ideas how i would do that? it used just mount fine a while ago (havent used it for some time), just seemed to be detected as an audio device14:58
jribgyre007: do you have aptitude?14:58
gyre007jrib: yes14:59
ikillcypher-f == force ?14:59
TakeItEZikillcypher: just an option, what command you refer to? man <command>14:59
janisozaurikillcypher, quite often, yes15:00
P4tch3r!12.1015:00
ubottuUbuntu 12.10 (Quantal Quetzal) is the current stable release of Ubuntu. Download http://releases.ubuntu.com/12.10/ - Release notes: http://ubuntu.com/getubuntu/releasenotes/12.10 - Support in #ubuntu15:00
bazhangP4tch3r, /msg ubottu15:00
ikillcypherrepo sync -f ?15:00
jribgyre007: aptitude search '~i~Pmail-transport-agent'15:00
janisozaurikillcypher, repo help sync15:00
P4tch3rbazhang: sry15:00
bazhangzorgborg, what are you trying to sync? an android device?15:01
zorgborgits just an mp3 player that connects via a usb cable15:01
janisozaurbazhang, http://paste.ubuntu.com/5567807/ Samsung YP-K315:01
bazhangzorgborg, tried installing gmtp ?15:01
gyre007jrib: ah I see15:02
SunilJoshiHi, whenever i press a dedicated mute button laptop speakers goes on mute but not able to unmute them using the same button15:02
zorgborgbazhang: i was going to install the latest version of libmtp, will gmtp be better?15:03
gyre007is there any way how I can view ONLY security updates available for upgrade ?15:03
SunilJoshii am using ubuntu12.10, in order to make it working i need to use command line alsamixer to unmute15:03
bazhangSunilJoshi, dedicated mute button? on the keyboard?15:03
SunilJoshibazhang: yes15:03
YokoBRGuys, please.. My HP G42 laptop is almost melting... And the fans are almost stopped... how can i control them?15:03
gyre007when I start aptitude it displays them in that dialog GUI but id like to list them on the cmd line...15:03
MadsRCI'm having a problem with permission on a ubuntu 12.04 box. Basicly it's a user that can't cd into a directory, cause of permission denied. Wierd thig is, the directory is 0755 user:group and while the user isn't the owner, the user is part of the group. I have a pasetebin here: http://pastebin.com/sSyV8b7g15:03
jribgyre007: you can either temporarily disable the other repositories or craft another aptitude search command...15:04
janisozaurMadsRC, are permissions on parent directories also correct?15:05
SIGKILLerMadsRC: Are you using ACLs?15:05
vandemarwhat has to happen for Precise to get this iptables bug fixed?  https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/98296115:05
ubottuUbuntu bug 982961 in iptables (Ubuntu Precise) ""RATEEST" and "statistic" modules are broken " [Medium,Fix committed]15:05
rudivsI'm having problems with a website that uses java: all I see is a grey square. Chromium says I've got IcedTea 1.3 plugin, running from java-7-openjdk-i386, which is also what update-alternatives --config java says is set on the system. Any suggestions to get it working?15:05
MadsRCjanisozaur: as you can see, the iTunes_media folder which the user is in, has the very same permissions as the Music folder15:06
MadsRCSIGKILLer: Not that I'm aware off. Haven't configred any ACL's15:06
zorgborgrudivs: have you got ubuntu-restricted-extras installed? might be that, was for me once15:06
Anomie21Is it possible to burn a 3CD .mp3 CD onto 1 DVD that plays in a normal stereo (that can't handle .mp3)15:07
rudivszorgborg, should I have it or should I not have it?15:07
SIGKILLerMadsRC: What about other folders? Do permissions work there?15:07
MadsRCSIGKILLer: Yup, it's only that folder that is borked15:07
Said_hi15:07
Said_anyone here?15:08
xatr0z_no15:08
bazhangSaid_, whats the support question15:08
zorgborgrudivs: it's not included in the install cd, but its rather handy to have15:08
Said_its my first time im here15:08
=== twocarlo_ is now known as twocarlo
SIGKILLerMadsRC: Is the folder on the same file system? Tried chmod 777?15:08
bazhangSaid_, please ask you ubuntu support question15:09
zorgborgrudivs: it includes support for java so id install it15:09
MadsRCSIGKILLer: Yup the folder is mounted with aufs from a couple of disks. Tried 777 and that didn't work15:09
Said_what do you mean bazhang?15:09
rudivszorgborg, I have it enables15:10
bazhangSaid_, this is ubuntu support NOT chit chat15:10
rudivss/enables/enabled15:10
Said_oh ok15:10
coolrootdoes repairing the GRUB2 changes all my systems ownership which i messed up alot in my ubuntu 10.04 lucid distro? i can't boot it up normally i need to go recovery mode and from there need to do the root and type startx to be on desktop15:10
c2tarunI never installed compiz, but still I can see a process compiz running in top: http://imagebin.org/248195    Can anyone please tell me why and what is this compiz?15:11
zorgborgrudivs: if by enabled you mean installed, restart your browser and see if the java thing now works15:11
TheGreyo/ Is there a magical way in which I can make my programs load onto seperate monitors via the autostart.sh?15:12
SIGKILLerMadsRC: Try cd / then cd directory by directory all the way to the folder that is givinig you a problem15:14
c2tarunTheGrey, magic is hokum15:14
TheGreyc2tarun: I actually googled that, thinking it was a specfic command.15:15
c2tarunlolzzz... :D :D15:15
zorgborgbazhang, janisozaur: it's been detected with gmtp :)15:16
TomunixHello15:16
TomunixI'm Franch15:16
TomunixFrench15:16
MadsRCSIGKILLer: Found the problem... The file is, in it's original place only 0700, but the file when viewed in the aufs filesystem has 075515:17
bazhangzorgborg, can you transfer files ok?15:17
bazhang!fr | Tomunix15:17
ubottuTomunix: Nous sommes désolés, mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.15:17
Tomunixthanks ! ^^15:17
c2tarun!en15:18
ubottuCertain Ubuntu IRC channels are English only.  For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList15:18
* c2tarun just checking what ubottu said :P15:18
zorgborgbazhang: nope, said says error 60- could not lock device, and then a sudden error report regarding some photo thingy gfms or similar15:18
bazhangc2tarun, use /msg ubottu please15:18
c2tarunbazhang, I'll keep that in mind, thanks15:19
bazhangzorgborg, sounds like its recognized as a camera, not mtp then15:20
helmut_hi15:20
juicyjonesI need a hand stetting up a reverse mirror of a directory between two boxes, want to put it on cron. i have all the commands, just need to automate it.15:21
zorgborgbazhang: it does store photos too, should i try a similar program for digital cameras?15:21
bazhangzorgborg, some devices let you switch between media/camera mode15:21
craigbass1976The rear speaker jack on my computer isn't working, though the front jack is.  I've had this happen before and ended up using alsamixer to fix it, but I don't remember how and I know that's not the recommended method these days.15:22
zorgborgbazhang: wait wait problem solved, stupidly didnt notice it was asking me for the download location, not location of the device!15:22
smdahlenis there a way to configure apticron to email security updates only?15:24
MadsRC## BACKUP DIRECTORY15:25
MadsRCchmod -R $ST_PERM /mnt/disk01/backup15:25
MadsRCchown -R $mads_user:$users_group /mnt/disk01/backup15:25
MadsRCchown -R $nathalie_user:$users_group /mnt/disk01/backup/nathalie15:25
MadsRC## DATA DIRECTORY15:25
FloodBot1MadsRC: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:25
realman94hello15:26
zorgborgrudivs: did you manage to get java working?15:29
andrew515I have not visited wiki.ubuntu.com for a while, but now that site is redirecting all http requests to an https server with an incorrect security certificate.  Anyone aware of this? I can't find any discussions about it online.15:30
bonsHow do I share the apt database between two Ubuntus?15:31
=== Kitar|st_ is now known as Kitar|st
kubanchellow! I have a problem with free space in Ubuntu. I've made two partition. One has mount point '/' and the other one has mount point '/home'. Ubuntu is saying that i have 0 free space, but as i look with disk usage analyzer it says that the biggest file  is googlechorome/defaule with size 558MB15:31
bazhangbons, the database? or the actual packages15:32
przemek_hello can you tell me in terms of mbps, how much data i can transfer with my15:33
przemek_100tb  traffic acount ?15:33
Folornif you got it setup where when u start irc your auto join channels pop up how you add a channel to that list?15:33
Folornin xchat :)15:33
bonsbazhang: I'd like to install the same programs on two machines, and keep apt synchronized15:33
przemek_i got 1000mb port15:33
linuxdoc66howdy15:33
bazhangFolorn, sure, edit the server and seperate the channels with a comma15:33
bazhang!aptoncd | bons15:34
ubottubons: APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline15:34
andrew515 I have not visited wiki.ubuntu.com for a while, but now that site is redirecting all http requests to an https server with an incorrect security certificate.  Anyone aware of this? I can't find any discussions about it online.15:35
bonsbazhang: I'd like to share the files, it's for saving space on the disk between virtual machines.15:35
meLonMy cursor is getting trapped on display 0.1. It can move freely on 0.0, but as soon as it goes to 0.1 it becomes trapped.  Any ideas on what could cause this? (Gnome AMD)15:36
bonsThat is, install once, and automatically have the other machine see it15:36
kubancHellow. When i looked the folder size of proc i get this: Folder:"proc";   Type:"folder (inode/directory)";   Content:" 91,344 items, totalling 140.7 TB (some contents unreadable)"15:36
bazhangbons so something like apt-mirror perhaps?15:37
bazhang!info apt-mirror | bons15:37
ubottubons: apt-mirror (source: apt-mirror): APT sources mirroring tool. In component universe, is optional. Version 0.4.8-6 (quantal), package size 13 kB, installed size 102 kB15:37
mjuszczakWhere does network manager store it's configs?15:37
bonsbazhang: hm, no, I don't to mirror the packages. Let me explain better. I can share the /usr to share the binaries, so new binaries installed from A are seen from B. But I fear that B's apt-get won't see it, because it has its own repository.15:41
gyre007is there any way to avoid being shown package changelog when doing apt-get install pkg on already installed pacakge ?? I specified -y option to not be prompted for the Y/n question but changelog is being displayed arrgh15:41
gyre007looks like apt-listchanges is being triggered...15:42
bonsgrey007: apt-get whatever > /dev/null 2>&115:42
gyre007but why is apt-listchanges being triggered ?15:42
gyre007basically its displaying changelog and immediately calling LESS command15:43
gyre007so I have to quit less in order to continue with the installation...15:43
Picigyre007: do you want to see changelogs ever?15:43
gyre007I want to see the install progress...not the changelog...I think this started happening once the apt-listchanges has been installed...15:44
gyre007there has got to be some cmd line option to avoid it...i just cant find it mm15:44
Picigyre007: then remove apt-listchanges15:44
Picigyre007: thats what that package is for, showing changelogs15:44
=== circ-user-ahuFL is now known as misterswag
gyre007Pici: I need it to send the changelogs with package updates mail notifications...15:45
ScarberianHi, I am about to run lm-sensors for the first time on this installation. Last time I ran it on this hardware, it got to my graphics card and froze my system up hard. If I switch to another TTY without an X session and run sensors-detect would that avoid the freeze?15:45
Picigyre007: then use sudo dpkg-reconfigure apt-listchanges and only select the mail option15:46
=== Guest73295 is now known as profox
gyre007Pici: mm will look into that....15:46
gyre007Pici: looks like -qq does what I was looking for...ignoring list-changes :)15:50
prothHi. I'm having trouble editing my /etc/network/interfaces file even with root permissions. The problem is described here but was left unresolved: https://answers.launchpad.net/ubuntu/+source/util-linux/+question/20418615:51
qdbhello. i have recorded several phrases. they are in separate tracks, that is good for me. but iwant to play tracks separately. how to do so? no reply in #audacity15:51
ophukIf I want du -sh /home/* & /home/home_usage.txt to run as a cron job can I just put that in the crontab editor like that?15:54
bean__ophuk: what do you think that & /home/home_usage.txt is doing15:55
purplerainhai. i have problem with my webcam, it is laggy but strangely the resources given from htop is low. i also test it from a Live CD but all is smooth. what could be the problem? thanks15:56
krabador onthenite15:56
spotteranyone here use vnc and have problems with a "stuck" alt/super key?15:57
spotter(i.e. hit tab in bash and it alt-tab's instead of auto complete or in gnome, try to hit up arrow to go through command history and it alt-up's (maximizes) the window15:57
spotterit seems to be an old issue15:58
=== amejia is now known as Dra|n
=== fantaghir is now known as guest4558
meLonI am having issues with my dual-head ati setup.  My mouse gets stuck on the secondary x screen and cannot return to the primary one.  http://askubuntu.com/questions/261574/cursor-trapped-on-secondary-x-screen16:02
qdbmuting one of them suggested in ##linux. it works. but it is not comfortable16:02
carnafxis it better to install Ubuntu Latest Release or Long Term Support?16:03
carnafxhelp appreciated16:03
qdbno , it should be comfortable for me16:04
holsteincarnafx: "better" is a matter of opinion.. you can load both up and test them live.. newer packages vs stability... is the 12.10 unstable? no... do you want 5 years support? its really up to you16:04
carnafxI want to use it as my main computer16:05
carnafxto play steam games16:05
carnafxand install wine16:06
carnafxor equivelant16:06
carnafxI'm new to linux16:06
san    Applications -> Themes & Tweaks -> Mouse -> Touchpad   what is this application specfically?16:06
sliddjurIm having yellow dots all over youtube.... using google chrome16:06
ophukbean__: sorry, had this window minimized, it's supposed to be &> /home/home_usage.txt and it will print out the du command or an error if one happens16:06
bean__yea16:07
Folornanyone who use's xchat could you help me with a small problem- i wanna pin a channel to my startup list could someone please tell me how quick?16:07
carnafxwhat version would be best for playing steam games and running wine?16:07
bazhangFolorn, edit the server under xchat menu for channels to auto join, as I said before16:08
ophukbean__: but would that work or do I have to put in a script and tell cron to run the script?16:08
bean__i would imagine that would work16:08
Folornsorry might have missed your first one... 1sec16:08
bean__you could, you know, try it16:08
ikillcypherguys16:08
ikillcypherrm -rf ~/android/system/vendor/samsung  < delete directory16:09
purplerainhai. i have problem with my webcam, it is laggy but strangely the resources given from htop is low. i also test it from a Live CD but all is smooth. what could be the problem? sorry for repeating, i got DC, thanks16:09
ikillcypherrm -rf ~/android/system/vendor/samsung  < delete directory delete everything inside the folder right16:09
ophukbean__: I did but didn't seem to run and but it's just running a command like executing a script would16:09
hari_hallo, myself hari who is using ubuntu for the past 6 months16:10
hari_is there any body to answer my question reg. wine16:11
sanwhat is the application for configuring a mouse/trackpad?16:11
holsteincarnafx: either.. but steam states 12.04 support, officially16:11
hari_windows application16:11
holstein!ask | hari_16:11
ubottuhari_: 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 !patience16:11
sannever mind, found it16:12
holsteinsan: what operating system/desktop environment are you using?16:12
k1l_hari_: depending wine you might better ask the wine guys for support.16:12
k1l_!wine | hari_16:12
ubottuhari_: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu16:12
bazhang!appdb | hari_16:12
ubottuhari_: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help16:12
bazhanghari_, check the appdb, /join #winehq16:13
hari_#winehq16:13
hari_windows application worked earlier in 12.10 via wine some 1 month back is not now opening16:14
mdhhari_: please be specific about which application16:14
hari_it is a astrology software16:15
holsteinhari_: maybe just downgrade back to what was working.. or reinstall wine/or the windows application.. or try the wine channel..16:15
bazhanghari_, thats for the appdb and #winehq16:15
hari_ok16:16
=== dark3n is now known as dark3n|off
sddhrthrtwhy is ubottu called ubottu?16:16
sddhrthrtjust out of curiosity16:16
holsteinsddhrthrt: like, ubuntu+bot..16:16
MichaelPAny idea's why pulseaudio EQ screws with system volume?  everytime i change setting on pulse eq i have to trun pc volume back up !!16:17
sddhrthrtholstein: yeah, makes sense.16:17
holsteinMichaelP: eq could make the volume seem lower...16:17
B0101hi, which repo do i get MIDI drivers from?16:18
MichaelPholstein: no.. volume truns down from a 100% to 77%16:19
holsteinMichaelP: could be tied together somehow.. i dont trust the labels in alsa.. thats where you would likely need to look and would be the place to put bug reports.. alsa... you are using hte EQ in pavucontrol?16:20
MichaelPholstein: no.. useing pulseaudio eq16:21
Pwnguin1How do I order an Ubuntu?16:21
mdhPwnguin1: a install disc?16:22
Pwnguin1Yes16:22
holsteinMichaelP: maybe you could just use the eq in the application, such as in vlc... as a workaround16:22
mdhPwnguin1: http://shop.canonical.com/product_info.php?products_id=102716:23
mordonezHi guys, my wifi stopped working suddenly16:23
MichaelPholstein: pulseaudio eq has better sound. with more bands16:23
Pwnguin1What if I delete my original Operater system first and theen take the disk and insert it and install the ubuntu? What gonna happen then?16:23
mordonezam I in the right place for help?16:23
holsteinMichaelP: should be the same sound... but if you percieve it better, or just prefer it, go for it.. the question is, what is the issue? is it pulse? or alsa? where do you put the bug? do you know anyone else with that hardware to confirm it?16:25
holsteinMichaelP: are you up to date with all upgrades?16:25
roastedHello! Does anybody use Everpad? I had mine sync up once but after that it refuses to sync at ALL.. curious if anybody else ran into this.16:27
mindracerIs it possible to run Windows within Ubuntu like a VM, but instead of creating a VM, using the windows installed on one of my partitions?16:27
mordonezI get this message16:27
mordonezFeb 26 11:26:56 mordonez-Inspiron-1090 NetworkManager[1049]: <info> (wlan1): device state change: failed -> disconnected (reason 'none') [120 30 0]16:27
mordonezFeb 26 11:26:56 mordonez-Inspiron-1090 NetworkManager[1049]: <info> (wlan1): deactivating device (reason 'none') [0]16:27
Sobanmindracer: you mean dual boot ?16:27
mordonezyou have any ideas why?16:27
mdhmindracer: it'll still be a vm, but you can make a vm that uses that partition as a virtual disk i believe16:27
mordonezI have tried a lot of options I have found on the web16:28
mindraceri already have a dual boot, i just wanted to boot my windows within ubuntu16:28
mordonezand nothing16:28
Folornthere was no need to be ignored all i did was ...simply miss the txt you sent ... sorry for missing it bazhang16:28
compdocmindracer, dont think thats possible16:28
=== LaserShark|dead is now known as LaserShark
mindracermdh: oh yeah? i guess i should install virtualbox and see16:28
mindracercompdoc: darn16:29
compdocmindracer, besides, if you run WIndows in a vm, it doesnt allow you to run netflix, etc.16:29
mindracerim really liking ubuntu 12.10, i havent touched ubuntu in over a couple years, its very polished now, i think im gonna abandon windows :D16:29
jamesgcdmindracer: its nice to see you like Ubuntu :)! My advice though would just be if you already have windows, don't delete it entirely incase you ever need to go back into it, especially since you've already paid for it.16:30
Pwnguin1Does Ubuntu support blu ray disc?16:30
carnafxI installed Ubuntu on my computer to a seperate hard drive but it has installed the grub boot loader. how do I remove this so when I take out the linux HDD it doesn't go to GRUB recovery?16:30
jamesgcdcarnafx, which OS would you want to load up after you remove Linux?16:31
mindracercompdoc: ok.  do u have a ubuntu media center? im looking at "small pc" hardware, but dont know how ubuntu will perform with an intel atom or amd e-350 for example16:31
marahinPwnguin1, it's hardware dependency16:31
carnafxWindows 716:31
Pwnguin1yes, but it will work if i have connect a blu ray in the hardware?16:31
carnafxjamesgcd, Windows 716:31
Pwnguin1if i got the right requirements?16:31
marahinI don't understand the question.16:31
carnafxI'm logged into Windows 7 atm16:31
compdocmindracer, Id like to try those low power use cpus, but Im afraid16:31
marahinIf you have hardware that is able to handle blue ray discs, it will work in Ubuntu too.16:32
Folornanyone know how to change font in xchat?16:32
jamesgcdcarnafx: you need to have either the windows installation CD, or to write a recovery cd to a dvd or USB (windows has a program that lets you do this). You then boot up into it, access the command prompt inside the cd and use the command "bootrec.exe /fixmbr"16:32
Pwnguin1Okay marahin16:32
Touhou11Folorn: It's in the preferences16:32
bazhangFolorn, try in #xchat16:32
BluesKaj!bluray | Pwnguin116:32
ubottuPwnguin1: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html  - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats16:32
mindracercompdoc: so am i. lol. i guess ill have to check youtube and see if anyone has experienced them.  check out Zotec Zbox, they look cool!16:32
Pwnguin1I see16:32
Folornthanks guys16:32
Espen_what is the diference between a analog profile and a digital profile, in terms of sound settings in Ubuntu? A person asked me which of those two i use, in a bug report.....16:33
Folorndidn't know it had its own channel....you all been a huge help16:33
Pwnguin1I'm in the process of reading on links. sorry my english is not best16:33
carnafxjamesgcd, is there a way I can set it so that I can select which HARDDRIVE to boot without using a boot loader?16:33
holsteincarnafx: i have used the bios for that16:33
jamesgcdcarnafx: I don't think so. You need to use a bootloader of some sort along the way, unless you mean something else, as in making the computer use the bootloader on a different drive entirely than the default16:34
carnafxI can press F8 to select which harddrive to boot from but without the other harddrive plugged in it won't boot because it's reliant on the Grub boot loader16:34
holsteincarnafx: remove that "reliance" from grub16:34
Folornhehe16:34
jamesgcdcarnafx: you could install the grub bootloader on the drive it loads by default16:35
BluesKajcarnafx, you need a bootloader in order to select between OSs16:35
Folornhmmm16:35
holsteincarnafx: i used to put grub on each drive, or sd card, or usb stick, and just select from the bios16:35
carnafxI thought I could just set it to boot from a HDD like how you set it to boot from the CD-ROM first?16:35
Espen_Need help with a bug report, not sure if guy replying knows what i am asking about.16:35
Espen_https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/113239616:35
ubottuUbuntu bug 1132396 in pulseaudio (Ubuntu) "[HDA-Intel - HDA Intel, playback] volume slider problem, volume reset to 100% on s/pdif devices after changing default playback." [Undecided,New]16:35
onefix_workAnyone know if there are any projects taking over for ZoneMinder / Motion?  It seems that both projects are inactive now...16:35
holsteincarnafx: you can, but you'll need something to boot when you select that drive16:36
Pwnguin1Can an ubuntu collaborate with a HTC phone? I mean like combine together, communicate like send pics or whatever? does it work?16:36
carnafxso if I fix the mbr on the windows 7 HDD it should work then?16:36
jamesgcdcarnafx: To help explain this, theres two bits to grub. The Master Boot Loader, which is a few bytes on the media you wont be able to view as a normal file, and the /boot partition (although it could just be a /boot folder on your root drive). You need *BOTH* of these to work in tandem, and nom using the windows bootloader wont work to boot up grub16:37
mdhcarnafx: startup repair might be able to fix this easily16:37
aranaxHi! I want to change the default file manager on firefox, I dont want to use nautilus, where I have to change the config?16:37
holsteinPwnguin1: nothing in ubuntu is preventing the phone from connect via USB and showing up as a drive.. you might want webshare, or airdroid (assuming you are using android)16:37
carnafxI understand that part16:37
carnafxbut I want each HDD to be stand alone16:37
jamesgcdcarnafx: If you repair your computer with the windows bootloader, it'll only boot windows. If you repair/install it with the grub bootloader, it could load windows and linux16:37
Pwnguin1Yes, then there are not so much problem thank you16:37
carnafxso I can choose to boot from each HDD manually16:37
BluesKajcarnafx, yes if you have only one OS you can set the bootloader to choose it without a timeout  , but if you have more than one OS , you need to set the bootloader to have oprional choices16:37
carnafxis that possible?16:38
holsteincarnafx: i have done this using the bios.. with windows bootloaders, or grub per drive16:38
holsteincarnafx: yes.. ^^16:38
carnafxok sorry but how would I go about doing that?16:38
carnafxcause I can press f8 and it lets me choose what media to boot from16:38
BluesKajeven with stand alone HDDs you still need a bootloader , carnafx\16:39
holsteincarnafx: you'll need to decide what you want on each drive, and "clean them up"... put MBR per drive, or whatever.. and keep in mind what can break when, and how to fix it16:39
carnafxhmm16:39
jamesgcdcarnafx: Im having trouble telling what youre asking for :/. When you press f8 its asking for media, this media will have its own bootloader and thats how it boots an O.S off of it. You can't not use a bootloader entirely :p16:40
carnafxI'm thinking virtual machines would be easier lol16:40
holsteincarnafx: or, just grub, and know how to "Fix" it, if something happens16:40
BluesKajcarnafx, other wise you'll have to go into the bios at each boot to choose which drive is default at at boot16:40
carnafxbut even when I select a different harddrive it defaults back to the boot loader16:40
carnafx:/16:40
carnafxoh I can't just choose a HDD16:40
holsteincarnafx: "it" didnt for me.. it booted what i had on the drive i chose16:41
Dizzlecarnafx you can in your bios16:41
carnafxI have to go into the BIOS and tell it which harddrive has the boot sector?16:41
holsteincarnafx: i *did* choose a drive, from the bios.. then, it booted whatever was on that drive16:41
yosvanyDoes anyone know how to add a personalized app to the unity launcher?16:41
carnafxhmm16:41
carnafxok thanks16:42
I-have-T1NYP3N15When I connects to the server on IRC. It say somthing about Harry Potter but i cant read all so fast. i dont understand why?16:42
Dizzlecarnafx are you dealing with grub and oses on multiple drives or is this all on the same harddrive16:42
carnafxmultiple drives16:42
holsteinI-have-T1NYP3N15: the server? freenode?16:42
I-have-T1NYP3N15on freenode yes16:42
Dizzlecarnafx and the wrong os is booting by default?16:42
carnafxhence why I mentioned I can select different HDDS16:42
SonikkuAmericaI-have-T1NYP3N15: (a) It's part of the MOTD, (b) Your nick is inappropriate16:42
BluesKajcarnafx, I don't understand what you are trying to do , the bootloader/grub lert you choose the OSs . no matter on which HDD they are located16:42
Dizzlecarnafx i just got here trying to help sorry16:42
I-have-T1NYP3N15HOW YOU FIGURE OUT SECRET CODE?16:42
leehambleyis anyone here familiar enough with `runit` to tell me how to clear the $0 line, so that I only see current errors in the `ps` output ?16:43
SonikkuAmericaI-have-T1NYP3N15: I 5P34K 1337... O.o16:43
holsteinI-have-T1NYP3N15: watch the caps... what is the question?16:43
I-have-T1NYP3N15What does MOTD mean?16:43
SonikkuAmerica!motd16:43
mdhI-have-T1NYP3N15: try scrolling up to read it16:43
carnafxMessage of the Day16:43
I-have-T1NYP3N15it was much more when i connecting16:43
carnafxthis is what I want to do16:44
I-have-T1NYP3N15it talking about harry potter on ubuntu server... LOL?16:44
carnafxPress F8 / Select HDD / If I select HDD1 it will boot Windows 7 / If I select HDD2 it will boot Ubuntu16:44
carnafxno need for a boot menu16:45
Dizzlecarnafx um so you want to do more work to boot your os?16:45
holsteincarnafx: you'll want grub there on hdd216:45
Dizzleinstead of grub comming up and just picking what os to boot16:45
carnafxI want to be able to manual select HDD16:45
jamesgcdcarnafx: just to be sure, when it says hdd1 and hdd2 thats definitely different harddrives and not just different partitions, right?16:45
I-have-T1NYP3N15im expert16:45
carnafxyeah I'm not that retarded lol16:46
carnafxI have a docking bay16:46
carnafxit's a laptop HDD with Ubuntu on it16:46
BluesKajcarnafx, that's what the booloader/grub let's you do , it just shows the kernels and OSs rather than the HDDs they are located on16:47
holsteinI-have-T1NYP3N15: you can run /motd and scroll up to read the message16:48
carnafxyeah but I'd like to be able to boot like how if you insert a CD/DVD-ROM it boots from there instead16:48
BluesKaji give up16:48
I-have-T1NYP3N15ok i know see16:48
carnafxlike when you insert an A: disk16:48
carnafx1.4416:48
carnafxand boot from that16:48
I-have-T1NYP3N15i mean i now see16:48
holsteincarnafx: the cd has a bootloader.. you'll want, as i had, a bootloader per/disk.. then you select that disk from the bios and boot it16:48
carnafxYES16:48
carnafxthat's what I want to do16:48
carnafxbut I don't want a boot loader menu16:48
Dizzle....16:49
mdhcarnafx: set the timeout to 0 then16:49
Dizzlelol16:49
mordonezI have this problem16:49
carnafxbut then it will only boot to Ubuntu16:49
mordonezexaclty16:49
* BluesKaj shakes his head16:49
mordonezhttp://ubuntuforums.org/showthread.php?t=208141416:49
holsteincarnafx: i let windows manage its own.. i put grub where i wanted it.. per disk.. and i selected from the bios what "disk" to boot.. but i dont do that now, since it was not that spectacular16:49
I-have-T1NYP3N15run /motd16:49
mordonezanyone can help me?16:49
=== sipior_ is now known as sipior
jamesgcdcarnafx: its possible to remove the menu but keep the ability to change the OS running by making the menu invisible and have it only appear if you push a button at the right time if thats what you mean16:50
carnafxok this is the step by step16:50
carnafx1. BIOS Boots (Press F8 to choose media to boot from)16:51
BluesKajhe wants plug n play when docking the laptop16:51
carnafx2. Press F816:51
carnafx3. Select HDD1 >> Windows MBR >> Loads Windows16:51
holsteincarnafx: i just put grub per device.. and had that functionality, as you want.. selecting the drives from the bios popup16:51
carnafx4. Select HDD2 (Instead) >> GRUB >> Loads Ubuntu16:52
carnafxinstead16:52
SonikkuAmericaHi! Forgive 117 lines of pastebin but I think my issue is self-evident: http://paste.ubuntu.com/5568098/16:52
carnafxwhen I select HDD1 atm it loads the grub boot loader16:52
holsteincarnafx: correct.. thats how it looks.. but, you can run into issues when you update grub, and it wants to add a drive that might not be present all the time.. so you should understand what can break, and how, and how to "fix" it16:52
holsteincarnafx: yes.. thats how it worked for me.. i selected them from bios, and booted them.. it was not trivial, and took more overhead to administer than i cared to do16:53
SonikkuAmericaIn that link above lines 59-75 are the most important.16:53
carnafxyeah problem is because I had Windows 7 installed first and I install Ubuntu on a COMPLETELY DIFFERENT HDD. it has wiped the MBR (I think) and replaced it with GRUB16:53
carnafxinstead of having GRUB on the Ubuntu HDD16:53
SonikkuAmericaBut seriously, Wine wants to throw out Precise's X server?!16:53
Dizzlegrub can boot that windows drive too...16:54
MongolianDudeHello all, I'm broke my Unity. how to install it?16:54
holsteincarnafx: thats not a "problem" thats the functionality of the bootloader you chose to install during the os installation16:54
kikilalalaflash and ubuntu just don't mix16:54
carnafxI don't like it like that16:54
SonikkuAmericaMongolianDude: [ sudo apt-get install --reinstall unity*16:54
SonikkuAmerica]16:54
holsteincarnafx: i used to not install then, and manually installed and configured each time16:54
MongolianDudeok let's try16:54
BluesKajcarnafx, grub installs to the mbr sector by default16:54
elisa87do you know what does this mean ? "now, via GDB attach to the process."16:54
carnafxbecause the Ubuntu drive is meant to be temoporary. If I take out the Ubuntu drive nothing boots16:54
DizzleAH16:55
holsteincarnafx: you might not like it, and dont have to do it that way.. but its what 99.8% of default users will want/need16:55
holsteincarnafx: manually put grub where you want it16:55
mordonezHi guys any ideas on wifi problems?16:55
MongolianDudecommand gives me package conflicting error16:55
holsteinmordonez: no.. i would try the suggestions in that forum post..16:55
mordonezok, thanks16:55
carnafxhow do I do that?16:55
carnafxholstein16:56
holstein!grub | carnafx16:56
ubottucarnafx: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub216:56
Espen_Anyone know Pulseaudio really well? What is diference between a digital out profile and analog profile? Can i use a analog profile on S/pdif? (how is that possible?)16:56
=== LaserShark is now known as LaserShark|dead
holsteinEspen_: no.. spidif is digital output16:56
holsteinEspen_: that is hardware locked to digital.. and cant send analog output16:57
Espen_okey, coz someone asked me if i used analog or digital when using s/pdig16:57
Espen_confusing...16:57
carnafxanyways16:57
Espen_s/pdif*16:57
carnafxthanks for the help16:57
carnafxI'm gonna try get some sleepo16:57
carnafxlater16:57
carnafxsleep*16:57
FloodBot1carnafx: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:57
MongolianDudei've successfully logged to the unity session16:58
SonikkuAmericaMongolianDude: Beautiful.16:58
MongolianDudebut there is no window16:58
SonikkuAmericaMongolianDude: O.o16:58
MongolianDudeonly wallpaper appears16:58
MongolianDude:(16:58
SonikkuAmericaMongolianDude: Right-click. Does a menu appear?16:58
MongolianDudeyes16:58
MongolianDudeChange desktop wallpaper command works16:59
MongolianDudeand this is now window title16:59
MongolianDudepanel appears on my center16:59
SonikkuAmericaMongolianDude: Then something's wrong. What version is this?16:59
MongolianDudeit's 12.1017:00
MongolianDudeSonikkuAmerica thank you for helping me17:00
SonikkuAmericaMongolianDude: You're welcome.17:00
SonikkuAmericaMongolianDude: Let's see... does hitting Ctrl+Alt+T and typing [ compiz --replace ] work?17:01
MongolianDudewoow17:01
MongolianDudeterminal appearing17:01
coldmachineryhi i have a question. does ubuntu play well with an ati4850?17:01
MongolianDudeand there are fatal errors17:01
=== linuxthefish` is now known as linuxthefish
SonikkuAmericaMongolianDude: Can you pastebin them?17:02
SonikkuAmericaMongolianDude: (press Ctrl+Shift+C to copy from terminal)17:02
holsteincoldmachinery: load up a live CD and try it17:02
MongolianDudeI couldn't call browser from this session17:03
BluesKajEspen_,  spdif is a digital output by default , no analog signal appears on' that connection afaik17:03
MongolianDudesudo permission needed for compiz --replace?17:03
Espen_hmm okay blueskaj17:03
Espen_i happen to write a bug, and i have this feeeling that the one trying to help don't understand my issue with this:17:04
Espen_https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/113239617:04
ubottuUbuntu bug 1132396 in pulseaudio (Ubuntu) "[HDA-Intel - HDA Intel, playback] volume slider problem, volume reset to 100% on s/pdif devices after changing default playback." [Undecided,New]17:04
holsteinyeah, it cant.. the hardware doesnt do analog.. spdif is digital only, and cant send analog.. it doesnt do any D/A conversion there, hence why you might want to use it.. to use a better external clock17:04
SonikkuAmericaMongolianDude: Not that I know of17:04
coldmachineryis there a way to get the icon panel to the left to exactly match my desktop color?17:05
=== adamxx is now known as adamx
MongolianDudeI called it with sudo17:06
MongolianDudeand there is one error17:06
BluesKajEspen_, do you have pavucontrol installed , it might help , It's avol ctrl for pulse17:06
SonikkuAmericaMongolianDude: And that it?17:06
SonikkuAmerica*is17:06
Espen_blueskaj no i don't17:06
MongolianDudecompiz (core) - Error: Another window manager is already running on screen : 017:07
holsteinEspen_: i agree with BluesKaj ... pavucontrol is one of the first things i install17:07
BluesKajtry it Espen_17:07
holsteinMongolianDude: i would try logging in as another user, a test user.. if all is well, then you can remove user config files from your current account17:08
MongolianDudeholstein : thank you for help, I'm gonna try it17:08
meLonMy mouse keeps getting stuck on DISPLAY=:0.1. http://askubuntu.com/questions/261574/cursor-trapped-on-secondary-x-screen17:08
coldmachineryis there a way to get the unity panel to exactly match a custom desktop color?17:09
holstein!patience | coldmachinery17:09
ubottucoldmachinery: 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/17:09
holsteincoldmachinery: its all open, so anything is technicall possible.. though, i find customizing unity to be "limited" by default17:09
coldmachineryok17:09
holsteincoldmachinery: http://askubuntu.com/questions/146354/how-do-i-change-the-unity-launcher-color17:10
SonikkuAmericacoldmachinery: It already should, starting with 12.10.17:10
coldmachinerybut it does not match exactly17:11
coldmachineryit a bit off color17:11
superdocan I reset the net when I open my notebook? It doesnt go live unfortunately17:11
coldmachineryim going to read that17:11
YokoBR"I'll help you to control your laptop's fan" - No one said ever.17:13
schweppes__hello17:15
=== schweppes__ is now known as camulus
=== camulus is now known as Camulus
Camulusanyone on ?17:15
Camulusneed some help17:15
Camulusneed some help with ubuntu 12.1017:15
genii-around!details | Camulus17:15
ubottuCamulus: 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 ..."17:15
Espen_blueskaj, happens same in pavuctrl....17:15
Espen_:(17:15
Espen_not saving volume settings, if changing playback17:16
MongolianDudeis there any total reconfiguring script out there?17:16
coldmachineryi know mint is most popular on distrowatch, but it seems that ubuntu is the third most used os so my question, why do people use ubuntu over mint?17:16
coldmachinerythere must be a reason?17:16
xangua!ot | coldmachinery17:16
ubottucoldmachinery: #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!17:16
troulouliou_devh i have installed ubuntu 12.10 on a dell M6700 with a core I7 at 2.90 ghz freq , however /proc/cpuinfo; lscpu and other tools show me that it is only at 1.2 Ghz; how can i change that ?17:16
CamulusI can't see/use a 400 GB partition in ubuntu (i/m a new in ubuntu), can anyone help me ??????17:16
troulouliou_devcpu MHz: 1200.00017:17
coldmachinerykk17:17
goudkovhi guys. i'm trying to restore from a full-disk backup with a private partition. the entire system is fine, but private partition isn't mounted. so when i log in, i see the plain (and empty) home directory. the backup/restore is done with rsync -aHx --numeric-ids on the root. i only have one partition and swap. any ideas what to look into?17:17
=== superman is now known as Said
goudkovnot private partition. private home directory17:17
CamulusI can't see/use a 400 GB partition in ubuntu (i'm new in ubuntu), can anyone help me ??????17:17
troulouliou_devCamulus, use gparted17:17
=== Said is now known as Guest71627
=== Piranha is now known as Guest55454
Camulustroulouliou_dev: i/m new in ubuntu....i have no ideea what pgarted is :)17:18
dsprcCamulus: it is a graphical partition management tool17:19
=== ericab_away is now known as ericab
MongolianDudeglxinfo gives me error : unable to open display17:19
MongolianDudeit's a driver issue17:19
MongolianDuderight?17:19
troulouliou_devCamulus, apt-get install gparted ; gparted17:20
lisandrop05hello to every one17:20
dsprcCamulus: are you trying to format the drive or access data already on a partition?17:20
compdocgoudkov, if you use the gnome disk util, can you mount it17:21
lisandrop05please I need your help17:21
compdoc?17:21
Camulusthe partition is unformated and unmounted....17:21
lisandrop05I accidentaly delete every file in the /bin folder17:21
lisandrop05but I'm working on a VPS17:21
Dizzle...17:21
lisandrop05and reinstalling is not a acceptable17:21
goudkovcompdoc: it's a situation with a bad drive. i have the most recent backup. it was done with "rsync /" so it includes the Private directory. i restored the whole thing, fixed mbr, grub, crypttab (for swap). but when i log in, the Private is not mounted.17:22
bozectrl + z ? : - P17:22
goudkovthe only thing different is uuid of the drive17:22
ner0xAnything in the repo that can manage financials and connect to my bank account?17:22
dsprcCamulus: then just use gparted to format the disk and you will be on your way17:22
goudkovi can probably mount it manually, but i want to restore the whole system as it was before from that backup.17:23
compdocgoudkov, uuid changes when you change a partition. is that all you think is wrong?17:23
=== andygraybeal is now known as nullbytes
goudkovcompdoc: it's a new drive. and all config in the backup is from the old drive. i had to update fstab for example for the new uuid.17:23
=== nullbytes is now known as andygraybeal
goudkovcompdoc: it could be what's causing Private not to be mounted. but i can't find the logs for ecryptfs17:23
goudkovnot in syslog17:23
goudkovuuid is the only thing that's different now.17:24
MongolianDudeno luck at all :*(17:25
MongolianDudeI've been to try to install ubuntu again17:25
MongolianDudemanaged to prepared usb iso boot17:26
MongolianDudeand boot doesn't work17:26
MongolianDudeI guess it's UEFI issue17:26
MongolianDudeah sorry guys for my bad English17:26
=== garymc_ is now known as garymc
dsprci have a problem with Xorg. i can get to lightdm but after i enter my login credentials it does not load the desktop but instead displays a blank screen for a second then kicks me back to the lightdm login screen17:32
=== root is now known as Guest51819
Guest51819alyce außer kontrolle17:33
Pici!de | Guest5181917:34
ubottuGuest51819: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!17:34
=== linuxthefish is now known as linuxthefish`
dsprcmay also be a symptom of some other problem i have; being everytime i get a kernel update or something remotely linked to the graphics stack i have to do a bunch of voodoo to even get X going again17:36
glenn_I have a strange problem  i've mount my nfts disk as follow  on command line mount -t  ntfs-3g /dev/sdc1 /mnt/windows. Why can i see them in the file explorer Personoal folder17:37
BluesKajglenn_, whynot add the ntfs drive to fstab ?17:39
=== LaserShark|dead is now known as LaserShark
amcsi_workhow do I select a window without registering a click event on it?17:41
kikilalalaflash and ubuntu just don't mix17:41
glenn_blueskaj  it is for a test to see how to mount it and than top put in the fstab17:41
BluesKajglenn_, instead of using /dev/sdc1 , use /dev/sdc17:43
glenn_Blueskaj, But what is the reason that is see in the explore all the partions exept the Windows XP Partion17:43
llutzvery unlikely that windows resides on a raw drive /dev/sdc17:43
glenn_Why To use /dev/sdc17:44
llutzglenn_: it makes no sense17:44
BluesKajllutz, well there are recovery partitions on windows etc that might be using /dev/sdc1.2,317:45
llutzBluesKaj: even then it makes no sense to look for /dev/sdc17:45
llutzBluesKaj: that is the raw drive, very unlikely it holds any files/filesystems17:45
BluesKajok llu then expalin why it makes no sense17:45
BluesKajllutz,^17:45
glenn_bleuskaj the SDC1 is the windows partion17:45
stepcellwolfcould some one help me, why my ubuntu 12.04 has no sound in lenovo thinkpad edge e330, it has few minutes ago, but now it just stoped. When I plugin the headphones it works but no sound from speakers17:46
stepcellwolfthis issue has happened few time, but after reboot the issue is fix, unfortunately not any more17:47
kalenjohnsonstepcellwolf, if you click on the sound icon in the top bar, and click sound settings, make sure the speakers you want to use are highlighted17:48
stepcellwolfdone that many times, still it is not working17:48
glenn_Why can't i see my ntfs drive in the explorer17:48
=== mpmc is now known as mpmc|Away
akhilblueHey guys. How do i add facebook account? i cant seem to add facebook account..17:49
kalenjohnsonstepcellwolf, what about the test button? does that do anything?17:49
stepcellwolfno17:49
BluesKajok llutz I see your point  I forgot that Windows always looks to install on /dev/sda17:49
dsprcstepcellwolf: do you get any output if you run 'speaker-test' from a terminal?17:50
glenn_Blueskaj why cant i see the mounted Windows Partion in my File explorer17:50
llutzBluesKaj: thats not the point. the point is, that windos would NOT install into /dev/sda because that is not a partition, it would install into sdaX17:50
stepcellwolfno sound at all, I will try soon a live ubuntu usb to see if this will work17:51
kalenjohnsonllutz, you mean sda#? like sda1, sda2, etc?17:52
llutzkalenjohnson: yes17:52
BluesKajllutz, yes , but initially it looks for /dev/sda to create , sda117:52
kalenjohnsonI'll go with that, my Windoze installation is sitting in sda1 and 217:52
=== linuxthefish` is now known as linuxthefish
dsprcstepcellwolf: maybe try 'alsactl restore' if speaker-test didnt produce any output17:53
glenn_Why can't i see by drive icoon of The windows partion in the file explorer17:53
llutzwhatever, windows will not install onto a drive (without dirty hacks), it always will use partitions (whatever numbering). And thus it makes no sense to try to "mount /dev/sdb " to look for windows files BluesKaj17:54
BluesKajok formatting a drive would create dev/sda1 ... I'm a bit rusty since I havent dealt with a windows partition for a while17:54
stepcellwolfno sound either17:54
dsprcglenn_: just create a bookmark if it is already mounted17:54
glenn_dsprc how can i creat a bookmark17:55
llutzBluesKaj: it wouldn't but lets drop it here ;)17:55
=== axx is now known as Guest85299
glenn_dsprc how can i created a bootmark17:56
BluesKajllutz, yeah , I should have checked blkid , my Windows HDD , /dev/sda1: UUID="34505BF0540CC8C1" TYPE="ntfs" :)17:57
glenn_how can i created a book mark for a mouted drive17:57
dsprcstepcellwolf: 'alsactl init' it will attempt to set audi devices to a default state17:57
glenn_dsprc17:57
sagarnikam123I just joined first time IRC chat17:58
glenn_how can  i created a bookmark for amounted drive17:58
coldmachinery /ns register password email17:58
stepcellwolfno sound either, maybe it is a hardware problem17:58
dsprcglenn_: stop flooding please. i am not sure how it is done in unity or gnome. think you can just drag and drop it in the bookmarks area of a panel17:59
coldmachinerydid not work17:59
Picicoldmachinery: ask in #freenode if you have issues registering17:59
coldmachineryok17:59
BluesKajno sound stepcellwolf ..we need more detail18:00
TheLordOfTimeany solutions for repairing a "read only filesystem" on boot for the root partition?18:00
SwedeMikeTheLordOfTime: repair? what's wrong with it? why is it read-only?18:01
avrelaunSuccessfully installed Ubuntu 12.04.2 on a MacbookPro 7.118:01
TheLordOfTimeSwedeMike, no clue, just booted and it returned as read only and dropped me to the command line18:02
TheLordOfTimecan't do anything because its read only18:02
avrelaunHowever, is there a way to reproduce the right-click in the bottom right corner behaviour from mac os x ?18:02
baumyi was having problems with my framebuffer in ubutnu 12.10 server on a newer nvidia video card, i installed the slim login manager to fix the fact that the login prompt was offscreen, now when it strts my xsession with i3 as a window manager i see black artifacts coming in chunks on the screen, some of them flashing white as if the terminal is 'shining through' my windows. what gives?18:02
joseantoniohola18:02
SwedeMikeTheLordOfTime: mount -o remount,rw /18:02
BluesKajstepcellwolf,  sudo aplay -l in the terminal can give us what we need if you pastebin the output18:02
dsprci have a problem with Xorg. i can get to lightdm but after i enter my login credentials it does not load the desktop but instead displays a blank screen for a second then kicks me back to the lightdm login screen. startx just blanks out too18:03
TheLordOfTimeSwedeMike, will do when I'm next on the system, i am gathering solutoins first :P18:03
SwedeMikeTheLordOfTime: that just mounts it rw, but doesn't really adress the root cause to why it's ro18:03
TheLordOfTimeSwedeMike, which i'll never figure out since i don't have boot logs here :P18:03
akhilblueguys. i have a problem with online accounts.18:05
stepcellwolfhttp://paste.ubuntu.com/5568298/18:05
glenn_how can help me with the file explorer in unity18:05
=== mpmc|Away is now known as mpmc
glenn_who can help me with the file explorer18:08
=== mpmc is now known as mpmc|Away
DJones!details | glenn_18:10
ubottuglenn_: 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 ..."18:10
dendazenHello Guys, Using Ubuntu 12.04 . Is there any feasible alternative to nfs?18:11
meetIs it possible to selectively install libreoffice products- writer, impress and base. i don't need  the others.18:12
glenn_who can help me with the file explorer18:12
dsprcDJones: he is trying to get a windows partition to display in the file manager18:12
DJonesglenn_: People don't know if they can help because you've not asked your real question yet18:12
bean__glenn_: stop, it was just explained to you that you need to explain18:12
BECis there a specific channel(s) for tablets & smartphones?18:13
DJonesBEC: #ubuntu-touch18:13
BECthanks DJones18:14
glenn_bean what did you mean18:14
coldmachineryhow do i install a .run?18:14
jmnozI installed cairo-dock under xfce and the configuration dialogs contain black text on black background. I am guessing it is because of some (broken) theme, how can I change it?18:14
bekkscoldmachinery: Normally, you dont. What are you trying to do?18:14
SuperLagI'm a Mac user as well as Ubuntu user... and one thing I miss is having a column view file manager. If you highlight a folder in column one, its contents open in column two... and so on. Does something like that exist for Ubuntu?18:14
BluesKajstepcellwolf,  in the terminal open alsamixer and make sure the ctls are at least 85% , then run sudo modprobe snd-hda-intel. Also add this line to /etc/modprobe.d/alsa-base.conf ,  options snd-hda-intel index=0 , with root permissions , then save the file and reboot18:15
glenn_djones in the file explore on the unity start i see al my  disks but why can't i see the Partion where xp is on installed18:16
coldmachinerynvm the software isnt free.18:16
SynSynWorkI'm having an issue with the Ubuntu Server 12.04.2 installation on a Supermicro X9SCi-LN4-B motherboard.  I cannot get video/output past Grub - I've tried various VGA settings, etc, to no avail - any suggestions?18:18
holsteinSynSynWork: i might just hook up a graphics card that works, and get installed and ssh working, and go ahead and just set it up headless and go from there18:19
=== k00p is now known as k00pie
SynSynWorkIts a 1U server, I could try, but I don't have a card that would work in it on hand.18:19
Spineim installing ubuntu for the first time on a 16gb stick18:20
=== heath is now known as ybit2
glenn_how can help me18:20
=== ybit2 is now known as heath
SpineDo i only need one swap area partition with mount point / ?18:21
Spineo4 sdo i need other partitions too18:21
Spine**or do i need other partitions too18:21
holsteinSpine: if you are uncomfortable, i would just let the installer setup the partitions18:22
multipackyou just need one afaik, depending on the amount of ram you have and if you want the server to sleep at any stage18:22
unwanted-dhello everyone, i have a problem. I want to install ubuntu 12.10 on my notebook, i have windows 7 on it too and i dont want to delete it, so i want to install ubuntu on the free space i have, the thing is when it shows me all partitions, there is "unusable" space wich is 100 gb, but i cant create a partition with that space ... suggestions ? thank you18:22
hilarieSo... how to remove root as an owner of something.... http://paste.ubuntu.com/5568350/18:23
holsteinunwanted-d: you might want to see what that space is... recovery partition, or something else that is needed18:23
unwanted-di resized my windows partition ( i did it on windows ) so i have 100 gb free, then i rebooted the windows and i'm on linux right now18:24
llutzhilarie: "man chgrp" (its not the owner, its the group)18:24
hilariellutz ty18:24
Spineinstallation type: something else for usb install wont let me18:24
Spineim just gonna go ahead and hope i dont wipemy hdd18:24
unwanted-dbut i cant continue the instalation because i'm not allowed to do nothing with that unused space18:24
Spine:D18:24
holsteinunwanted-d: i would open gparted, from the live CD, and look and see what is going on18:25
unwanted-di can do that while i'm here too ?18:25
holsteinunwanted-d: if "here" is, from a live CD, then yes18:25
unwanted-dso i should go to terminal right ?18:25
holsteinunwanted-d: i would open gparted, and look at the partitions and the drives18:26
unwanted-di'm on it holstein18:26
YokoBRGuys, please stahp :( my laptop is almost melting. I need to enable it fan18:26
holsteinYokoBR: i would look in the bios18:26
unwanted-dso i have 4 partitions for my windows, then the unallocated space 100 gb18:26
holsteinunwanted-d: you should be able to allocate it, or try and make it usable18:27
=== aaron is now known as Guest29704
glenn_holstein can you help me with a ntfs partion18:27
YokoBRholstein, nope, it's not that18:27
unwanted-di tryied to create a partition and it says :  it is not possible to create more than 4 primary partitions18:27
llutzunwanted-d: if you already have 4 primary partitions (msdo partition-type) you cannot create more18:27
holstein!aks | glenn_18:27
holstein!ask | glenn_18:28
ubottuglenn_: 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 !patience18:28
roadfishI'm using "wget -m URL" on a blog but the blog has all these links to redundant files with "?" after the html suffix. Can wget drop these redundant files?18:28
stepcellwolfBluesKaj no sound again18:28
unwanted-dbut it says something that " if you want more partitions you should frist  create an extended partition.18:28
holsteinYokoBR: feel free and elaborate for the volunteers here to try and help18:28
glenn_holstein why can't i see my xp ntfs partion in het file explorer18:28
Ubuntu-erikas!patience18:28
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/18:28
llutzunwanted-d: remove one partition, create an extended in the space, and there you create 2 logical drives then18:28
hilarieis it normal to have this many users? http://paste.ubuntu.com/5568366/18:28
glenn_the drive is manual mounted on, command line /mnt/windows18:28
unwanted-dyeah but there are some important partitions llutz18:28
llutzhilarie: systemaccounts, yes18:28
hilariellutz ty18:29
llutzunwanted-d: well, thats the way to go18:29
unwanted-dlike recover, hp_tools , system and the C partition ( the one with the windows installed )18:29
holsteinglenn_: they are corrupted, you dont have permission... they are not mounted or mounting ? not sure.. do you see the partition listed anywhere?18:29
llutzunwanted-d: its not a linux-issue that you only can have 4 primary partitions18:29
unwanted-di should remove the hp_tools because maybe there are only the drivers18:29
YokoBRMy HP G42 laptop is almost melting. It's an AMD hybrid laptop.18:29
unwanted-dand the drivers can be found on internet18:29
holsteinglenn_: OH. well, id just try to do it automatically, and if so, then  the way you are mounting it is the issue18:30
unwanted-ddeleted lol18:30
unwanted-dnow i can create partition18:30
unwanted-ddarn18:30
glenn_holstein how can i do that automaticly18:30
holsteinglenn_: i just boot the system, and click on the partition...18:30
holsteinglenn_: you might have to undo whatever you have done18:31
llutzunwanted-d: you removed 1 partition from disk-start and have unallocated at the end? good luck18:31
hilariesorry for so many random and stupid questions while I am dealing with this: What is happening here? http://paste.ubuntu.com/5568373/18:31
unwanted-di removed a partition that i had on windows ( with my notebook drivers for windows ) and now i have 103 gb unalocated, it should work18:31
glenn_but how can i automaticly mount it18:31
unwanted-ddarn still doesnt let me create a partition18:32
TawneeIf I'm running Windows 8 64bit on a non-UEFI computer, can I use the wubi installer?18:32
llutzhilarie: directories need the "x" bit set to enter chmod +x18:32
holsteinunwanted-d: what are the errors? what is not letting you do what?18:32
holsteinTawnee: i would just try it and see18:32
unwanted-dwell my mistake, the delete operation was in background waiting for my approvement, and i forgot to accept it18:32
unwanted-dnow is deleted, lets see18:33
hilariellutz so 766 should be what I set it too?18:33
llutzhilarie: chmod 75518:33
Tawneenvm, I missed the giant "Windows installer is not compatible with Windows 8 or UEFI firmware." warning at the top of the Wubi page.18:33
glenn_why can't i see my monthed ntfs partion in the file explorer18:33
holsteinglenn_: i literally just click on the ntfs or fat32 partition in the filemanager i am using18:33
unwanted-dis not anymore unusable space now is changed to "free space"18:33
llutzhilarie: either 7(rwx) or 5(r-x), 6 (rw) has no executable bit set18:33
glenn_holstein in don't see them in the filemanger18:34
holsteinglenn_: i would say the reason you are not able to use it is that you have mounted the partition manually incorrectly18:34
holsteinglenn_: i would say, the reaon you dontsee them is due to the same18:34
llutz!permissions | hilarie18:34
ubottuhilarie: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions18:34
unwanted-dnow i have to make the partition, what should be : ext4 ?18:34
unwanted-dand primary ?18:34
holsteinunwanted-d: you can have the installer make it. and should if you feel uncomfortable partitioning18:34
llutzunwanted-d: to install ubuntu? create 2 logical, one for / and one swap18:34
llutzunwanted-d: / ext4, swap swap18:35
unwanted-dswap should be a big partition ?18:35
caskaidllutz, they don't have to be logical ;)18:35
hilariellutz I will read that, thank you18:35
holsteinunwanted-d: the installer will automatically allot swap18:35
caskaidunwanted-d, no18:35
unwanted-d10 gb for the swap and 90 gb for the  / partition18:35
llutzcaskaid: if he has already 3 primaries, they have18:35
caskaidllutz, ahh yes true.18:36
holsteinunwanted-d: not 10gb's for swap.. usually twice the amount of ram18:36
unwanted-di'm confused now18:36
caskaidllutz, just meant not "always"18:36
unwanted-di have 6 gb ram, so must be 12 gb ?18:36
holsteinunwanted-d: i would let the installer automatially do it, to clear up confusion18:36
unwanted-dok18:36
=== Kitar|st_ is now known as Kitar|st
unwanted-dso i create only the / partition18:36
unwanted-dfor ubuntu instalation18:36
holsteinunwanted-d: i would create empty useable space, and let the installer use it18:37
unwanted-dso18:37
unwanted-di hit the " install now" and it says : if you do not go back to the partitioning menu and assign a swap partition the installation will continue without swap space.18:38
holsteinunwanted-d: i would start from the beginning, and let the installer automatically partition the free space18:38
caskaidunwanted-d, that means you're still doing it manually18:39
caskaidunwanted-d, do what holstein suggests18:39
unwanted-dyeah but i have to install it manually because there is erase the entire hdd18:39
unwanted-dand i dont want to erase it all18:39
gustavo_cmHello there. Is it only me who's getting "errors found in 1 file" in Ubuntu 12.04.2 DVD images, both i386 and amd64?18:39
holsteinunwanted-d: dont erase, just install in the free space .. or https://help.ubuntu.com/community/PartitioningSchemes18:40
unwanted-ddone18:40
unwanted-di did created the swap partition myself with 13 gb on it, now the instalation started18:40
unwanted-dstill the same holstein  right ?18:40
unwanted-dor i did a mess ?18:40
holsteinunwanted-d: i have no idea, without seeing what you did.. what did i suggest? letting the installer do it.. what did you do? you did it manually.. did you do it properly? depends18:41
gustavo_cmunwanted-d: 13 GiB seems a LOT more than you need for swap. Make it the size of your RAM, so you can hibernate your computer.18:41
unwanted-di have 6 gb ram18:41
caskaidgustavo_cm, it's possible, when did you download the 12.04.2 image? I've used a 12.04.2 image recently ~1week ago without issue18:41
gustavo_cmunwanted-d: Then make a 6 GB swap.18:42
=== _p0int is now known as p0int
unwanted-dcan be resized after the instalation gustavo_cm  ?18:42
gustavo_cmcaskaid: 16 fev... did they change anything?18:42
=== rubio is now known as Acceso
caskaidunwanted-d, if you're using more than 6gig swap on top of 6gig physical then you're doing something crazy ;)18:43
gustavo_cmunwanted-d: sure. Do you know how to change partitions? That link holstein provided should help you.18:43
=== tjbiddle_ is now known as tjbiddle
unwanted-dsomething crazy caskaid ? i'm already scared18:43
unwanted-ddefine crazy hehe18:43
caskaidgustavo_cm, I don't think so. I think that would be noticed pretty quickly if there was an error in a file18:44
holsteinunwanted-d: if you are "scared" or "unsure".. let the installer do it automatcially for you18:44
caskaidunwanted-d, i meant that most users wont use/need more than 6gig swap18:44
unwanted-dalready the instalation started holstein18:44
holsteinunwanted-d: then, enjoy your installed system18:44
unwanted-dcaskaid:  what can be ? only wasted hdd memory right ? or something bad will happen ?18:45
=== owen is now known as Guest21449
gustavo_cmcaskaid: sure enough... I double-checked, even "md5sum -c md5sums.txt" in the mounted ISO gives errors. I used torrent and verified it with Transmisson... no errors found there.18:45
holsteinunwanted-d: nothing bad will happen due to the size of the ...its just not necessary18:45
gustavo_cmunwanted-d: only waste of space. No aliens shall come to you.18:45
caskaidunwanted-d, running out of swap is bad, but I don't see that happening with 6gig or more18:46
caskaidunwanted-d, you're good18:46
unwanted-dhahaha18:46
unwanted-daliens he said18:46
gustavo_cm:-)18:46
unwanted-dyou guys ROCKZ18:46
caskaidgustavo_cm, weird... might try ubuntu's official .iso link then??18:46
unwanted-dbest helpers always here18:46
gustavo_cm:-) thanks18:46
gustavo_cmcaskaid: I'll give it a try, sure; it's the only way...18:47
caskaidgustavo_cm, i just feel like an alarm would go off with people if it was in fact a bad copy of the .iso18:47
caskaidvia the torrent18:47
unwanted-di would get some beer, but i'm taking antibiotics, and i'm jealous to see you guys having beer and me .. not18:47
antoI'm trying to use Ubuntu in my office computer. I've issues in getting the exchange 2010 emails to work. Any suggestions?18:48
gustavo_cmcaskaid: I think that too... Of course, I obtained the .torrent through an unencrypted connection, someone could be in the middle...18:48
BluesKajno beer here , just juice ....for now18:48
bjensenHi guys. Im buying a HP DL120 1U server to run with ubuntu LTS, can you guys give any  suggestions as to which ECC memory to for ?18:48
unwanted-dgotta go now, thank you holstein  gustavo_cm  caskaid , much appreciated. A nice day18:49
layer3[troy] http://www.crucial.com/store/listparts.aspx?model=ProLiant%20DL120%20G7&Cat=RAM18:49
caskaidgustavo_cm, yeah. One of the reasons I usually only get the .iso's from a server.. just in case.18:50
caskaidunwanted-d, np18:50
Tex_Nick12.10 with gnome classic de ... i recently added a second monitor, it worked fine till i rebooted ... on reboot the bios POST is displayed on both monitors & GRUB is displayed on both monitors ... when it gets to the lightdm login, i loose one monitor ... at the desktop i have to use the "display settings" to toggle the inactive monitor off then back on ... what can i do to not have to go through that kludge ?18:50
caskaidTex_Nick, what drivers are you using? what video card, etc?18:51
j2daoshwhere is the dd symbol list file located?18:51
meLonMy mouse keeps getting stuck on DISPLAY=:0.1. http://askubuntu.com/questions/261574/cursor-trapped-on-secondary-x-screen18:51
j2daoshi want to see what it can convert to18:51
gustavo_cmcaskaid: just double checked it. Could you please obtain the 12.04.2 amd64 and i386 DVD torrents from http://cdimage.ubuntu.com/releases/12.04.2/release/ and print here they sha256sum?18:53
gustavo_cmtheir*18:53
dsprci have a problem with Xorg. i can get to lightdm but after i enter my credentials it does not load the desktop but instead displays a blank screen for a second then kicks me back to the lightdm login screen. 'startx' just blanks out too18:54
caskaidgustavo_cm, yup... give me a sec18:54
dendazenglusterfs or nfsv418:54
gustavo_cmOk, thanks!18:54
dendazenThats the question18:54
Tex_Nickcaskaid : AMD A6-3500 APU with AMD Radeon 6530D graphics with the AMD/ATI display driver wrapper from xserv-xorg-video-ati(open source, tested)18:54
caskaidTex_Nick, ahh I see. I had an issue similar with the Nvidia drivers and needed to foice the nvidia control panel to save changes to xorg.conf18:55
caskaidTex_Nick, not sure if there's a similar strategy for AMD18:56
=== rsantos is now known as romulobr
Tex_Nickcaskaid : yeah, i think i'm going to have to manually configure that ... hey thanks for the input :-)18:56
caskaidgustavo_cm, ubuntu-12.04.2-dvd-amd64.iso correct file name i'm getting?18:57
caskaidTex_Nick, np18:57
gustavo_cmcaskaid: yes, it is. The torrent :-)18:57
caskaidk18:58
caskaidgustavo_cm, just waiting...19:01
gustavo_cmFor what?19:01
caskaidnm19:01
gustavo_cmok :-)19:01
caskaidgustavo_cm, 876ec1b960c7da0f314c0a70f19c8c6c55a630ebe54ddb6d7a32d1da7ca1a159  ubuntu-12.04.2-dvd-amd64.iso19:01
=== Adran is now known as corndogs
gustavo_cmcaskaid: Oh, thanks :-) I meant the torrents's sha256, but thie is useful too. Different sums, no match...  damn it. Either Transmission has a bug, or I am being attacked :-) Thank you very much. See you!19:03
gustavo_cmthis*19:03
[[Chris]]Hello19:03
caskaidgustavo_cm, ahhh...19:03
porcoazurroHello! Can someone please help me reveal the tray icon for Rhythmbox? I've already set whitelist to 'all' and rebooted. Still nothing.19:03
=== linuxthefish is now known as linuxthefish`
=== DrCode_ is now known as DrCode
=== corndogs is now known as Adran
gustavo_cmcaskaid: (that was the sha256, right?)19:04
caskaidgustavo_cm, sorry first one might not have been accurate as it hadn't finished all the way19:04
caskaidyes19:04
[[Chris]]I´m new hello19:04
caskaidone sec19:04
gustavo_cmOk :-)19:04
caskaidgustavo_cm, let me go back and get you the actual torrent's sha25619:04
gustavo_cm[[Chris]]: Hi, this is IRC. Just go to the point, this is the IRC etiquette. :-)19:05
gustavo_cmcaskaid: ok, thanks19:05
caskaid0decb3b97c95a2c18726eb786726047d1aa0929d7dde73dca9b48fac28e2c69a  ubuntu-12.04.2-dvd-amd64.iso.torrent19:05
caskaid0decb3b97c95a2c18726eb786726047d1aa0929d7dde73dca9b48fac28e2c69a  ubuntu-12.04.2-dvd-amd64.iso.torrent19:05
caskaidmatches on at least the .torrent file?19:06
gustavo_cmcaskaid: that matches, thanks. It's probably Transmission... I'll check that later. I have to go, good day/evening/whatever :-)19:06
caskaidgustavo_cm, np later19:06
=== Vampire0_ is now known as Vampire0
porcoazurrohello, i'm looking for a way to show rhythmbox tray controls in ubuntu 12.10.19:08
=== lazer is now known as lasers
wachpwnski1How do you set a program to start on boot-up in a certain workspace? Is that possible?19:10
=== linuxthefish` is now known as linuxthefish
=== tjbiddle_ is now known as tjbiddle
crisechiaciao19:17
jdukietguess everyone is sleeping19:18
theadminI'm experiencing issues with Brasero. After burning, it fails to eject the disk, even though the drive has an eject function that is otherwise accessible with software (e.g. with "eject" from terminal). Secondly, when I insert another disk to burn a next copy, it fails to detect it, but if I start the burn anew (going through settings and stuff), it works.19:19
=== cndiv_ is now known as cndiv
jdukiettheadmin: I have the same problem with Brasero. Haven't figured it out yet.19:21
theadminjdukiet: Hm, glad I'm not the only one. Are you using some alternative, if so which?19:21
* nutterpc yawns19:21
nutterpcmorning all19:21
jdukiettheadmin: I've just been doing the same as you.19:22
theadminGuess I could use xfburn... That works19:23
theadminOdd, though.19:23
theadminI'mma file a bug report19:23
jdukiettheadmin: just ejecting manually and starting new.19:23
jdukiettheadmin: is xfburn a good alternative ?19:24
theadminjdukiet: It's quite decent, yes, pretty much can do all the same things19:24
jdukiettheadmin: I just started using Brasero because devede started it automaticly the first time I converted an m4v19:26
infexionI was wondering if anyone can help me. I am trying to modify the theme of the login screen on ubuntu19:26
infexionNot the background but the theme of the login window itself19:26
=== dark3n|off is now known as dark3n
jdukietjdukiet: I am still pretty new to ubuntu, and haven't researched any other programs yet19:27
jdukietinfexion: grub-customizer will do it19:28
cristian_cHi19:28
infexionjdukiet: grub modifies grub though19:28
Spinethe ext4 file system creation in partition #1 of SCSI3 (0,0,0) (sdb) failed.19:29
cristian_cI can't browse my android device via bluetooth19:29
cristian_cI've found 'Browse Files on Device'19:29
infexionjdukiet: and I am not looking to modify grub I am looking to modify the login screen19:29
cristian_cbut I get an error19:29
pepeeis ia32-libs really needed in quantal?19:29
jribpepee: nope19:30
jdukietinfexion: yeah, but i saw some options for it when i was changing my boot order with it.19:30
pepeejrib, are you sure?19:30
infexionjdukiet: I will check it again19:30
jribpepee: what do you want to accomplish?19:30
infexionjdukiet: thank you19:31
cristian_cAny ideas?19:31
pepeejrib, remove bluez-alsa:i38619:31
zergRusherWhat is the channel for Ubuntu Touch? If there is one...19:31
pepeeI don't know why is it a dependency of ia32-libs ...19:31
FarisHi. I'm still on Ubuntu 10.10, and apt-get update tells me that repos are not working anymore. Where could I find working repositories for this old release ?19:31
theadminFaris: You can't. It's EOL.19:32
jdukietinfexion: look in the "appearance settings" i just looked and you can cange colors and even add a picture19:32
jribpepee: well that's bluez-alsa:i386, not ia32-libs :) You can try to remove it if you don't want it and apt will warn you if it wants to remove other things too.  ia32-libs now just installs ia32-libs-multiarch which installs several libraries using multiarch19:32
jdukietinfexion: hope i helped19:32
theadminFaris: There's old-releases.ubuntu.com, but it's never gonna be updated. El Psy Congroo.19:32
zergRusherAnyone? :)19:32
pepeejrib, also, install google-earth-stable from google's website19:33
Faristheadmin: Okay19:33
wachpwnski1wachpwnski1: test19:33
pepeejrib, uh, no, you can't install ia32-libs without installing bluez-alsa:i386, it's a dependency...19:33
zergRusherIm looking for more info regarding Ubuntu Phone/Touch, anyone know of the channel?19:33
jribpepee: I didn't say the opposite19:33
pepeestupid, I know, but I didn't do it19:34
jribpepee: what issues are you having installing google earth?19:34
pepeejrib, well, I can't uninstall the second package without removing the first one19:34
Spinethe ext4 file system creation in partition #1 of SCSI3 (0,0,0) (sdb) failed.19:34
jribpepee: yes19:34
pepeejrib, google earth needs ia32-libs, wich needs bluez-alsa:i38619:35
pepeeI don't want bluez-alsa:i386, but I need ia32-libs19:35
jribpepee: probably because that package for google earth is outdated.  If the dependencies are wrong, complain to the package creator19:35
pepeejrib, nah, is the latest one for amd64 from the website19:36
Spineis  it because im using the same stick for booting as install object?19:36
zergRusherIm surprised no one else here is interested in ubuntu touch, nor knows of any channels here on freenode for it :-/19:36
SpineIve followed all the guidelines19:36
jribpepee: that doesn't mean anything ;)19:36
pepeejrib, ah, yeah, sorry19:36
jribpepee: https://help.ubuntu.com/community/GoogleEarth has some instructions on creating your own googleearth package, you may have better luck that way19:37
Spinemaybe i should set up the partition before starting the install19:37
pepeejrib, ok, thanks19:37
pepeeok, thank you very much, jrib19:38
Spinehas anyone had the same problem here?19:38
auronandace!tablet | zergRusher19:39
bekksSpine: Which problem?19:39
ubottuzergRusher: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch19:39
g-hennuxhi!19:39
pepeeSpine, read the logs?19:39
pepeedmesg, etc19:39
Spinebekks: error message when partitioning usb drive for ubuntu19:40
Spinethe ext4 file system creation in partition #1 of SCSI3 (0,0,0) (sdb) failed.19:40
bekksSpine: Do you try to install on the same device as you install from?19:40
g-hennuxin my new ultrabook that has a 500GB drive plus a 24GB SSD, i want to install ubuntu. does it make sense to install the base system on the SSD, should i have /var or swap there, should i configure it as a disk cache etc?19:40
SpineYes bekks19:40
bean__Spine: thats not how it works :)19:40
bekksSpine: Obviously, that is not supposed to work.19:41
SpineDang ;p19:41
Spinecd rom is broken though. suggestions? 2nd stick should work19:41
bekksSpine: Use a second stick.19:42
dsprci have a problem with Xorg. i can get to lightdm but after i enter my credentials it does not load the desktop but instead displays a blank screen for a second then kicks me back to the lightdm login screen. 'startx' just blanks out too19:42
Spinebekks: I`ll reporr back when I`m done19:42
Spinethanks19:42
trismdsprc: if you ctrl+alt+f1 and log in, is ~/.Xauthority owned by root? if so, delete it and try again19:43
=== Shehrazad is now known as ElixirVitae
nutterpcg-hennux, I'd go for the OS Install on the SSD, but /home partition on the 500Gb19:44
g-hennuxnutterpc: thanks!19:45
dsprctrism: im logged into the console now && will do! :)19:46
nutterpcg-hennux, example: 512M /boot 2G swap rest of the 24Gb SSD as /, then in partition setup, add another for the 500Gb formatted for /home19:47
nutterpci must go get ready for work, sigh, lol19:48
* nutterpc mumbles19:48
miguel3Hello, after receiving a kernel update (to Linux 3.5.0-25-generic) my sound no longer works. I can't run alsamixer as my normal user (No such file or dir) but it works with sudo. I am in the "audio" group. Any ideas?19:48
dsprctrism: well it work and got openbox up but now all kinds of things are crashing... let me reboot; maybe something else is borked19:48
nutterpcmiguel3, check alsamixer isnt set to mute19:48
=== rocket_hamster is now known as rhamster
=== rhamster is now known as rocket_hamster
miguel3nutterpc: it's not muted. Also when opening VLC it says my audio device "default" could not be used. It worked fine before the kernel update.19:50
miguel3but that could be because my user can't access alsamixer19:50
nutterpclsmod to check to see if the sound module as well is loaded19:50
=== benmoose is now known as SonikkuAmerica
theadminmiguel3: Since it seems to be a result of a kernel update, boot to the old kernel (Ubuntu keeps those), file a bug report and hope it'll be fixed.19:51
* nutterpc goes to find his shoes19:51
baumyI have ubuntu 12.04.2 server installed on a desktop with an nvidia gtx 580, using slim as a login manager and i3 as a window manager. on boot into slim, i get weird black artifacts on screen as if the default console is displaying and random pixels of it are showing through to my desktop. if i kill xserver from i3 (alt+shift+e), slim restarts and the issue is gone and doesn't appear to come back. what is going on?19:51
miguel3nutterpc: lsmos | grep snd --> it seems it's loaded19:52
dsprctrism: cool beans. all is well now. +1 karma19:52
miguel3theadmin: ok, I will boot from old kernel and file a report19:52
theadminmiguel3: (use "ubuntu-bug linux-image-3.5.0-25-generic" to do so)19:52
miguel3theadmin: does it matter if i'm on a minimal instalation?19:53
theadminmiguel3: Hm, shouldn't, but the "apport" package has to be installed for that command to be available.19:53
ntgmy ubuntu server doesn't update a dns record for a subdomain.. any way to force it?19:54
gooseShort of the /etc/wgetrc or ~/.wgetrc files, is there any way to use an http(s) proxy with wget?19:55
baumyI don't know if it's worth noting that the artifcating only happens in the 20-30% of the screens, which are both hooked up to the 580. the one on the left is 1080p, the right is 1200p19:56
baumy*in the top 20-30% of the screens19:56
miguel3q19:57
tawneeAs a follow-up from earlier, Wubi installed just fine on a non-EUFI Windows 8 PC.19:57
bekkstawnee: Because wubi doesnt even know a thing about it :) It just uses whatever Windows uses.19:58
dsprcgoose: '--proxy-user=usernamehere' and '--proxy-pasword=yourpw' could also do posts to forms.. maybe19:59
tawneebekks, I had asked about it earlier given the website's warning that wubi doesn't work with Win8. I was advised to just try it and did.20:00
goosedsprc: it's an anonymouse http proxy. I can add "http_proxy = http://domain:port/" to my ~/.wgetrc, but if there's a way to add that as a command line argument I'd rather do that20:00
bekkstawnee: Ah I see. Didnt you have a chance to use a real install of Ubuntu?20:01
tawneeI didn't have a free partition to give it. :<20:02
dsprcgoose: dont know what arguments or switches you would pass for that. can always specify an alternate config file though20:02
goosemight have to.20:02
SonikkuAmericatawnee: You might've shrunk your Windows partition.20:02
bekkstawnee: You could repartition as well, dont you? Anyway, wubi works for you now :)20:02
SonikkuAmericaAlthough it eats up resources much faster than a partitioned install20:03
R0b1nasdquit20:04
ykorkmazHi, i need to install 12.04 LTS server with usb, can anyone help me ?20:05
bean__ykorkmaz: extract ISO to usb, boot, install, done?20:05
ykorkmazi mean, install with bootable usb20:06
bekksykorkmaz: And whats the problem with it?20:06
ykorkmazi tried yo install like that20:06
BluesKajWubi isn't for serious ubuntu users , it's ok exploration and experimentation of a linux install that's all.20:06
bekksykorkmaz: And whats the problem with it?20:06
ykorkmazbut in one step off installation, it says there is an error and return to options screen20:06
tawneeeh, now that this is working it seems I've short-sightedly made my wubi drive too small... how do I expand it?20:07
tawneeThis install is admittedly just to install TF2 and get my linux penguin. All my other ubuntu boxes have real installs, but aren't suited for gaming.20:07
holsteintawnee: https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk20:08
Pwnguin1I have lubuntu now and maybe its a good but its not ultimate20:08
Pwnguin1and you know what? i want it to be ultimate which is a thing that the lubuntu cant be. and not W7 either actually.20:08
Pwnguin1I think maybe I should forget about the L and just get the regular ubuntu instead?20:08
Pwnguin1my lapstops is a litle small on the hard wares though. i am not sure can i get some suggestions and directions?20:08
FloodBot1Pwnguin1: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:08
Pwnguin1I thought it was one message not a big one.20:08
bekksykorkmaz: There is no need to contact me outside this channel.20:08
Pwnguin1I mean not many messages20:09
ykorkmazok20:09
tawneethanks holstein20:09
holsteinPwnguin1: you can try main ubuntu live, or add the main ubuntu desktop to lubuntu,, and have both unity and LXDE..20:09
ykorkmazhow can i extract iso file to usb? i'm currently using unetbootin in win720:09
JobbeAnyone here had luck getting Airtime working on Ubuntu Server ?20:09
Pwnguin1holstein: i will look at this20:09
holsteinykorkmaz: AFAIK, you can dd copy the iso's.. i have used unetbootin20:09
ykorkmazdd copy ?20:10
ykorkmazwhen i used unebootin for mini.iso file or netinstall, it says boot loader is missing during the usb boot20:11
holsteinykorkmaz: i used the server iso... the mini is not the server iso... dont know if those can be dd copied20:11
theadminykorkmaz: Unetbootin doesn't work, use dd20:12
ykorkmazok20:12
LargePrimeHEYO! I have a "adding static ip to network interface" issue  google seems divided.  Any help please?20:12
theadminykorkmaz: On Windows, use Win32 Image Writer. Also, IIRC the mini iso can't boot from USB20:12
bean__LargePrime: how so20:12
FLeiXiuSIs there a way to list the boot process order  for everything in /etc/init?20:12
bean__LargePrime: pretty easy to add a static20:12
LargePrimeI am adding 4 ips to UBUNTU server 12.1020:12
LoneTrooperhi is there program for linux that is able to display all folders and subfolders within directory except text based called tree? (sudo apt-get install tree) im lookin for one that with graphical user interface20:13
bean__LargePrime: pastebin your /etc/network/interfaces20:13
holsteinykorkmaz: im not finding anything in a quick search, but it shouldnt take long to dd copy a minimal iso over and test20:13
theadminFLeiXiuS: There's no order, Upstart is concurrent, daemonss tart as soon as the appropriate event is emmitted, multiple can start at the same time20:13
FLeiXiuStheadmin, I have a process or something that's causing my boot to stop completely.  No messages no nothing.  I Just know that it stops after bluetooth is enabled.20:13
tgm4883FLeiXiuS, have you looked at bootchart?20:14
LargePrimebean__ do you mind if i PM to keep them private?20:14
bean__LargePrime: IP addresses aren't really a private thing, but sure, i guess.20:14
FLeiXiuStgm4883, This is actually for a live cd, so boot chart won't do much good right?  That'll generate the png after the boot has completed20:14
ykorkmazi'm using win7 now, dd is not a windows program or command i think ?20:14
baumyregarding the problem I posted above, I inadvertently solved it. Uncommenting GRUB_TERMINAL=console in my grub.cfg stopped the artifacts from appearing. can anybody explain to me what was actually happening?20:14
tgm4883FLeiXiuS, I suppose so, I'd hope there was raw data somewhere20:14
theadminykorkmaz: As I said, on Windows, use Win32 Image Writer.20:14
theadminykorkmaz: There's a Windows port of dd but that's quite confusing in terms of usage20:15
ykorkmazok20:15
ykorkmazI'm waiting to complete server iso download20:15
ykorkmazi'll try win32 Image Writer20:15
herol3oyasd20:15
theadminykorkmaz: Why do you need the server ISO?20:15
bean__because he wants to install server?20:16
ykorkmazyes20:16
theadminbean__: A person who doesn't know how to use dd can't mantain a server.20:16
ykorkmazi'm trying to install server20:16
bean__theadmin: fact.20:16
LoneTrooper... or do u know good file manager program (lightweight, fast, customizable) except GUI based Thunar and text based Ranger?20:16
ykorkmaztheadmin : I'll get support from another person20:16
bean__ykorkmaz: you do know that server will have no graphical interface, yes?20:16
bekksykorkmaz: Then why did you use the mini.iso?20:16
bekksbean__: Thats one of the benefits of a server :)20:17
BrianBlazehello beautiful people!20:17
ykorkmazyes, i need only console20:17
bean__bekks: i'm well aware.20:17
theadminLoneTrooper: Xfe, rox-filer, mc and vifm are all quite great.20:17
ClientAliveI need to download multiple youtube videos and don't want to do them one at a time with keepvid. Does anyone know of a tool for linux that can do this? The problem is, the links on the search page have to be followed before you get to the actual video. So it would have to follow the links one level down then download that level.20:17
BrianBlazeI was wondering if anyone has this problem with Ubuntu 12.10, I can skype but can't watch videos or watch videos and not skype20:17
ClientAliveany ideas?20:17
ykorkmazmy company starts a trial about a mobile customer experience project20:17
LoneTroopertheadmin thx for response i will try your suggestions20:17
ykorkmazand it uses linux server20:17
bean__ClientAlive: that sounds like something you would have to program20:18
bjensenlayer3: thanks for the tip of memory. But how can I see wether the crucial memory it suggests is server grade?20:18
layer3Huh20:18
bjensensorry I got dced earlier20:18
theadminClientAlive: I think DownThemAll for Firefox can do that.20:18
bjensen"bjensen: Hi guys. Im buying a HP DL120 1U server to run with ubuntu LTS, can you guys give any  suggestions as to which ECC memory to for ?"  "layer3: [troy] http://www.crucial.com/store/listparts.aspx?model=ProLiant%20DL120%20G7&Cat=RAM"20:19
ClientAlivetheadmin: I have that and have been trying everything I can think of to get it to follow the link to the next level down. Do you know how to make it do that?20:19
theadminClientAlive: I'm not 100% sure. Just thought it did that, might be confusing it with something else.20:19
ClientAlivetheadmin: oh, ok20:19
ClientAlivethere are web scrapers for linux out there (a lot of them) but which is a good choice that will do what I need???20:20
ClientAliveidk...20:20
tawneeSo I think I'm going to shuffle some partitions around and reinstall this proper. I haven't really used ubuntu since Hardy Heron -- I'm a bit taken back by how nice this is.20:20
theadminClientAlive: Hm, technically, httrack can do recursive web downloading (webhttrack is the GUI version), but I'm not quite sure if it will deal with Youtube.20:21
lucezuClientAlive: I would recommend writing a simple script that gets your links to a file (i.e with Python + BeautifulSoup/lxml) and then use that file with quvi/cclive.20:21
ClientAliveok20:21
jacqueshinksMorning world20:23
jacqueshinksIm having a shell problem, and Im looking for anyone who can help with it20:23
giggletRunning 12.10, when I login to my account, screen flashes black for a few seconds, then goes back to the login screen. Any ideas how to debug?20:24
jacqueshinkshave you recently run updates gigglet?20:24
LoneTrooperthat's weird.. to install Rox-filer form ubuntu software center it says i must remove aptdaemon in oder to continue but that thing is required for refreshing the cache, upgrading the system, installing or removing software packages so its important . What should i do?20:26
FLeiXiuStheadmin, Is there a way to have upstart print its current routine to console/20:26
dantvlihello! By default Ubuntu 12.04 LTS comes with Python 2.7.3. How does one upgrade this to the Version 3 (or above)?20:26
bekksdantvli: Most likely, no.20:27
theadmindantvli: You don't "upgrade" python, you simply install python3 alongside with python2.20:27
dantvliis it just a simple apt-get20:27
theadmindantvli: sudo apt-get install python320:27
dantvlitheadmin: okay. gotcha!20:27
theadmindantvli: Your Python 3 scripts will need to run with #!/usr/bin/python3 or #!/usr/bin/env python3, though, rather than just #!/usr/bin/python or #!/usr/bin/env python20:28
=== cleamoon_ is now known as cleamoon
jacqueshinksIm trying to run a command from my local machine, very intensive, over the network, via SSH on another system... anyone have any experience on this?20:29
=== dpac is now known as dpac|away
dantvlitheadmin: Thanks for the info. New to Python though... books says python 2 will be scraped it's only a matter of time. Then all will be python 3 moving forward. In other words, they're saying f* to incompatibility. Is that true?20:30
dantvlisorry, not incompatibility.. but backward compatibility20:30
escottjacqueshinks, yes20:30
escott!pm | jacqueshinks20:31
ubottujacqueshinks: 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.20:31
theadmindantvli: Well, yeah, python2 is not compatible with python3. Currently, most distros choose to keep both. A lot of Ubuntu apps (Software Center, Unity, etc) are written in Python2. It will take ages before Python3 will truly become mainstream.20:31
jacqueshinks10-420:31
jacqueshinksI have something istalled locally, but Iam unable to get it to run on a remote machine,20:31
theadmindantvli: If you want to make production apps with Python, using Python 2 may actually be the better choice, even if Python 3 is a much better language.20:31
jacqueshinksI run the command ssh root@server2 < /usr/bin/command20:32
jacqueshinksand it comes back saying it cant find the file20:32
jacqueshinksI tried 'bash -s' and hadit in a script, still says cant find the file20:32
bekksjacqueshinks: Omit the <20:32
SuperLagWhere do you configure notifcation preferences at?20:33
nOStahlhey guys, what kind of video program can I use to create some animated text stuff for video intro20:33
tutehello does anyone here have experience with the nexus 7 on ubuntu?20:33
nOStahltute: try #ubuntu-tablet20:33
mikkel_Hello. I am trying to SSH to a server i have gotten from university. How do i find the hostname of my server?20:33
tutenOStahl: i dont mean running ubuntu on a nexus20:34
SuperLagI have the Launcher hidden by default. I see an icon shake very shortly, the bar pops out, and then it goes away again. Is there any way I can get the notification to persist until I do something with it?20:34
nOStahlmikkel_: try the ip address of the server otherwise ask your administrator20:34
jacqueshinksMikkel, if you know its ip, type in nslookup, then the serer ip,20:34
dantvlitheadmin: well, okay. but as a matter of opinion (yours) which is better? to learn python 2 or python 3 as a beginner?20:34
nOStahltute: ah, i'd still try #ubuntu-tablet they have experience with using the hardware syncing with ubuntu desktop etc20:34
escottdantvli, learn 320:34
theadmindantvli: As a beginner, probably Py3. It's much more logical and obvious.20:35
mikkel_i tried a tool to look up the IP when i was at university network, this IP wil not work however :s20:35
jacqueshinksbekks, tried that,20:35
jacqueshinksstill failed20:35
escottdantvli, and thats not about ease of learning but rather that 3 is the stated direction of the language20:35
dantvliescott, theadmin: agreed.20:35
tgm4883mikkel_, do you have the server in your possession?20:35
Orcie:)20:35
nOStahlmikkel_: you'll need a public ip to remote in or vpn and then use that private ip your probably talking about20:35
bekksjacqueshinks: according to the man page, "ssh user@host command" works. The command must be a valid command for execution by user@host20:36
OrcieCan someone help me with a nginx problem?20:36
nOStahlOrcie: try #nginx channel20:36
jacqueshinksthe command works fine locally, just fail on ssh to another machine.20:36
escottjacqueshinks, is /usr/bin/command on the local machine not the serveR?20:36
SuperLagdantvli: escott: theadmin:there's a LOT of debate about that py2 vs py3 question.... I opted to start with learning 3, as well, for the same reasons escott mentioned20:36
jacqueshinksIve been through about 12 different versions of this.20:36
jacqueshinksyes its local20:36
mikkel_i dont have server in possesion. Nostahl im sure it is the external IP20:36
nOStahlmikkel_: what kind of server is it20:36
elisa87how can I find the process ID of ./vecadd.o (an application)?20:36
jacqueshinksbut for some reason it thinks its supposed to find it on the server20:37
OrcienOStahl: they send me here :)20:37
mikkel_ubuntu 12.10 server20:37
escottjacqueshinks, it would seem to be obvious why that wouldn't work. ssh opens a remote shell and runs programs in the remote shell20:37
theadminelisa87: pidof ./vecadd.o20:37
tgm4883mikkel_, if you can't do "ssh <SERVER IP>" then there is nothing we'll be able to do to help you20:37
nOStahlOrcie: go back and tell them I sent you there, thats where nginx specific help is suppose to be located lol20:37
mikkel_you are right, i should probably talk to the administrator20:37
escottjacqueshinks, its like you are telling your neighbor to make eggs with your eggs and your frying pan in their kitchen20:37
mikkel_thanks!20:37
OrcienOStahl: it has to with a distro integration problemn20:37
nOStahlmikkel_: np20:37
jacqueshinksit is, yes20:37
jacqueshinksIm unable to install this software on that serer20:38
nOStahlOrcie: i'll see you over in #nginx20:38
escottjacqueshinks, or more apt to this discussion i could really use another cup of tea so please refill my mug20:38
jacqueshinksBut Ineed to run the processes that are on my system20:38
jacqueshinksI have a zero carb rock star here20:38
escottjacqueshinks, then run them locally. ssh doesn't have anything to do with that20:38
bekksjacqueshinks: Which is impossible. The have to exist on the remote system.20:38
dantvlitheadmin: right, just installed Python3.2. Entered the command python -V; its version is still 2.7.3. How do I make it to use the latest version?20:39
tgm4883dantvli, 'python3 -V'20:39
zAo^dantvli: or python3.3 ;)20:39
theadmindantvli: "python3" is the command for Python 3.20:40
dantvlitgm4883: so, to compile .py scripts, it'll always be python3 filename.py ?20:40
theadmindantvli: Yes.20:40
tgm4883dantvli, yes, unless you want to change the symlink20:40
theadmintgm4883: Don't do that unless you want half of apps to break to heck20:40
escottdantvli, compile isn't the right term. but yes. you should set the shebang to python3 for scripts you write20:40
root__hi20:41
root__why am i root__20:41
escottdantvli, http://en.wikipedia.org/wiki/Shebang_%28Unix%2920:41
tgm4883theadmin, true20:41
root__how do i change name in irssi?20:41
jacqueshinksso escott, this is not going to happen, if Idont install on that system?20:41
tgm4883personally, I just set it in the file, set the file as executable and run ./file.py20:41
minaswhere can I find the libgnutls for 32 bits to download? I can't find it in the repositories because my pc is 64 bits, so the 64 bits is in the repository20:41
theadminminas: sudo apt-get install libgnutls:i38620:42
escottjacqueshinks, yes i agree its not going to happen20:42
escottjacqueshinks, what do you want us to say?20:42
tgm4883jacqueshinks, you can't run things on a system when they don't exist20:42
bekksjacqueshinks: Correct.20:42
janisoza1r!kernel20:42
ubottuThe core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages)20:42
ner0xMost common ldap server for ubuntu?20:43
tgm4883ner0x, probably openldap?20:43
bekksner0x: openldap :)20:43
ner0xDoes it do anything more than just contacts?20:43
bekksYes.20:43
minastheadmin, thanks20:43
janisoza1r!mainline20:44
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds20:44
* ner0x looks it up.20:44
dantvliescott: i think I meant to say interpret? rather than compile (java). that right?20:45
escottdantvli, yes20:45
antz_yoooooooooooooo20:49
=== main is now known as threesome
elisa87Is there any solution to this? I have installed a 32 bit package in my 64bit machine. Is there anyway to circumvent this error?20:49
escottelisa87, why do you consider that an error?20:50
BluesKajelisa87, it's not as serious as you think , depends on how much RAM to make a difference20:50
elisa87!ENTRY org.eclipse.osgi 4 0 2013-02-26 14:48:25.93220:51
elisa87!MESSAGE Application error20:51
elisa87!STACK 120:51
elisa87java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM20:51
elisa87 BluesKaj20:51
ubottuelisa87: I am only a bot, please don't think I'm intelligent :)20:51
FloodBot1elisa87: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:51
ubottuelisa87: I am only a bot, please don't think I'm intelligent :)20:51
zAo^Any way to install MainlineBuilds via apt/automagically?20:52
BluesKajelisa87, what package is it ?20:53
minasI am trying to run League of legends using wine. It has been installed successfully, but I can't log-in (I get server busy, and then a message that I couldn't connect for no apparent reason). On my terminal these are printed: http://pastebin.com/svJj2FgJ   Note that I had a Rad not implemented error later but "fixed" (?) it by disabling the rasapi32 library.20:53
* _goxxsy_ veche ! :-) :D20:53
elisa87https://outreach.scidac.gov/frs/?group_id=22  hpcviewer-5.3.2-r1514-linux.gtk.x86.tgz BluesKaj20:53
minasIt's something with netowrking I think.20:53
Spineubuntu 12.04 is installing, thanks for the help20:54
escottelisa87, so either install a 32bit jvm or download and install a 64 bit version of that program20:55
=== tjbiddle_ is now known as tjbiddle
unheedingdid quantal get bumped up to kernel 3.7?20:55
BluesKajelisa87, sudo dpkg -r hpcviewer , the install the 64 bit one20:55
elisa87escott Should I install eclipse 64 bit? BluesKaj20:55
elisa87dpkg: warning: there's no installed package matching hpcviewer20:56
escottelisa87, i dont know how java handles multiarch but its probably easier to have a single java implementation that is the same across all packages20:56
escottelisa87, because you didnt use checkinstall20:56
escott!checkinstall | elisa8720:56
ubottuelisa87: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running!20:56
escottelisa87, since you didnt use checkinstall you have to deal with it yourself, and hope that make uninstall doesnt break your system20:57
elisa87when should I do the check install?20:57
=== main is now known as threesome
root_hm20:58
=== root_ is now known as antz__
unheedingoh nm, xorg-edgers tricked me20:58
auronandace!rootirc | antz__21:00
ubottuantz__: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.21:00
elisa87escott To install hpcviewer, unpack the tar file, cd into its directory (the21:00
elisa87directory containing this README file) and run:21:00
elisa87   ./install [-j java-dir] install-dir21:00
elisa87escott it's not a make install it's ./install now how I can use checkinstall?21:00
escottelisa87, you may not be able to21:00
elisa87escott is there any other option?21:01
escottelisa87, but we cannot tell you what to do in that case21:01
escottelisa87, except be careful and try not to break things, try to install to a safe directory like ~/bin or /usr/local/bin or /opt21:01
plautus_hay21:02
antzyo21:04
antz:D21:04
antzif i disable network-manager via /etc/init.d/network-manager stop21:04
antzwho takes care of wireless now21:04
antzwhich software?21:04
LargePrimeTHANKS bean__  !!!  ALL HAIL BEAN.  THANKS ALL YOU UBUNTUINAS21:05
bean__lolll21:05
bean__Just doin what I can21:05
antzyo bean__21:05
antzhelp a nigga out21:05
bean__lolll21:05
antzi want to diable network-manager21:05
antzthen who takes over21:05
bean__why21:06
antzfor wireless21:06
antznetwork-manager is buggy21:06
bean__!enter21:06
FloodBot1antz: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:06
ubottuPlease try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!21:06
antz!enter21:06
dantvlitheadmin, escort, tgm4883: thank you guys!21:06
bean__antz: i'd suggest installing WICD if networking manager is giving you trouble21:06
antzbean__: you gon answer?21:06
antzWICD?21:06
bean__!info wicd21:07
ubottuwicd (source: wicd): wired and wireless network manager - metapackage. In component universe, is optional. Version 1.7.2.4-2ubuntu1 (quantal), package size 4 kB, installed size 46 kB21:07
antzis wicd sudo-apt getable?21:07
bean__yes21:07
=== main is now known as threesome
LargePrimebean, you might share with your homies teh postup and post down thing21:08
LargePrimeit sexy21:08
bean__meh, I rarely deal with that issue, to be honest.21:08
bean__and I don't really know anyone else here.21:08
pawleeqhello21:08
bean__everyone here is a volunteer.21:08
pawleeqI have installed oracle java  7 via webupd8 instructions, however after some updates id stoped working21:10
pawleeqI have reinstalled it, but still it does not work, what might be wrong?21:10
holsteinpawleeq: in what way? you should try removing it, and using the canonnical provided ones for support here21:10
datnameonedo you guys think that a 17.3" laptop with i3 2328M 2.2ghz and GeForce GT 635M worth 600 euros?21:11
=== tommyb is now known as Guest10569
bean__!offtopic | datnameone21:11
ubottudatnameone: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!21:11
holsteindatnameone: "worth" is a matter of opinion... try the offtopic chat21:12
pawleeqholstein, well i also installed openjdk-6-jre, but still it does not do what I need21:12
holsteinpawleeq: but, its functioning? where as 7 is not?21:12
pawleeqholstein, no it does not21:13
holsteinpawleeq: and you have purged the ppa?21:13
pawleeqno21:13
pawleeqholstein, no21:14
pawleeqholstein, so what should be the steps to prperly remove oracle java and install tha canonical one?21:14
holsteinpawleeq: thats what i would do.. clean up the ppa version, and reinstall the supported version and test.. otherwise, let the ppa maintainer know whats going on21:14
holstein!info purge-ppa21:14
ubottuPackage purge-ppa does not exist in quantal21:14
antzhow do we get bot access?21:15
bean__? anyone can use the bot commands antz21:15
=== home_ is now known as Simple_User
bean__just dont abuse them21:15
antzwhat are commands?21:15
antz!netflix21:15
ubottuIf you use Netflix, there is an unofficial solution for using it in Ubuntu detailed in http://www.compholio.com/netflix-desktop/ - bug reports in https://bugs.launchpad.net/netflix-desktop21:15
antzoh ok21:15
holsteinpawleeq: this is a good start https://help.ubuntu.com/community/Repositories/Ubuntu#Removing_.26_Disabling_Repositories21:16
pawleeqholstein, thanks, I need Java for online-banking and Oracle is what the bank recommends... wel I do not care, which package servers the purpose21:17
bean__that sounds terrifying, pawleeq21:17
bean__do they not know that java is absolutely terrifying as a web plugin?21:18
holsteinpawleeq: chck and make sure its not just disabled in the browser then.. though, disabling in the browser has been considered "good practice" recently and might have been done automatically21:18
avrelaunindeed, all plugins are horrible from a security point of view21:18
avrelaunMozilla will disable all plugins by default in the near future21:18
pawleeqbean, well, thay are bank(st)ers...21:19
avrelaunthat pretty much self explanatory21:19
bilou23I have deleted myself from all groups by mistake but now I have been able to use a live cd and mount. What should I do then?21:19
pawleeqholstein, ok, thanks21:19
holsteinpawleeq: http://javatester.org/ should tell you if your browser is using java, and you can search how to enable it.. and i would just go back and disable right after, or run a separate browser for banking21:20
holsteinbilou23: you can go in with the recovery console as root and add yourself back21:20
antzwhere do you get binary for ubuntu?21:21
bilou23holstein: it s not possible with live cd? I ve just did the whole setup and ready to start21:21
holsteinbilou23: the way i would do it is from the root recovery console. not sure how to edit permissions like that from a live CD.. maybe chroot in, but thats over my head21:22
holstein!chroot21:22
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot21:22
holstein!adduser21:23
ubottuTo add new users to your Ubuntu system, follow the instructions at https://help.ubuntu.com/community/AddUsersHowto - For administrative privileges, users need to be made members of the group "admin" - See !sudo21:23
antz!putty21:23
ubottuPuTTY is an !SSH client for Windows. Please see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage and downloads. See also !scp (Secure CoPy)21:23
bilou23holstein: is this http://www.psychocats.net/ubuntu/fixsudo what you mean by recovery way?21:24
cobraSidebar Auto Hide when app pushes it not working on ubuntu 12.1021:24
holsteinbilou23: thats the idea... you can add whatever user to whatever group as root from that recovery prompt21:26
solancerhey guys anyone here good with we design ?21:26
solancerjus have a few questions21:27
holsteinsolancer: maybe "we design" would be more appropriate in the offtopic channel?21:28
solancerholstein, great!21:29
solancerholstein, I can PM you21:29
holsteinsolancer: ok21:29
bilou23holstein: thx for the confirmation Im gonna try this out21:29
=== kamel__ is now known as kamel
=== kamel is now known as kamel-
=== kamel- is now known as kamel---
slipkyhi, im having trouble to make my bluetooth dongle work on ubuntu 12.04, keep saying: "Bluetooth:On" then i go to settings and i get "Bluetooth is disabled"  http://paste.ubuntu.com/5568862/21:31
LargePrimeubuntu server 12.10 on a dedicated server.  I have ssh working .  I want to install Simple machine forums, but can fing no good guide.  Thoughts?21:35
arjansmeetshello there. I'm having troubles with logging in via ssh. I was hoping someone here could help me out since I can't find the answers on Google :(21:35
LargePrimewhat is you r client os?21:36
LargePrimewhat is you r client os? arjansmeets21:36
arjansmeetsWindows7 x6421:36
LargePrimearjansmeets:  youhve putty?21:36
arjansmeets<LargePrime> Yes :)21:36
LargePrimearjansmeets:  you have created public private key and saved them clearly labeled?21:37
LargePrimeyou have passphrase on the private?21:37
arjansmeetserm, how do you mean? I do not work with keys atm, just with user / password21:38
bekksarjansmeets: Did you install the ssh server on Ubuntu?21:38
LargePrimethen you not have ssh21:38
bekksLargePrime: Thats not true.21:38
bekksLargePrime: Of course you can use ssh without public key authentication. You even have to, before being able to set it up.21:39
arjansmeetsHm wait I was confused, I do have a public key. This is the screen that pops up after the first time of connecting right?21:40
bekksarjansmeets: No. :)21:40
arjansmeetsSigh21:40
bekksarjansmeets: However, your key doesnt matter at the moment. What happens when trying to connect using ssh using putty to the IP of your Ubuntu?21:40
arjansmeetsIt asks me for my username and password21:41
=== evilchiyo is now known as away
bekksarjansmeets: And?21:41
arjansmeetsAfter that it says Acces Denied21:41
bekksarjansmeets: Which user do you use?21:41
_genuser_then you don't have the password21:41
arjansmeetsAnd I'm 100% sure that the password is correct21:41
arjansmeetsadmin user21:41
bekksarjansmeets: Whats the user name?21:41
arjansmeetsadmin21:41
bekksarjansmeets: Then your password is either wrong or not set.21:42
arjansmeetsbekks: how can I verify that?21:43
solancerarjansmeets, have you tried connecting from windows to ubuntu ?21:43
bekksarjansmeets: By logging in locally on that computer, e.g.21:43
bekkssolancer: Thats what he's doing.21:43
arjansmeetsbekks: I did21:43
arjansmeetsbekks: and that worked21:44
bekksarjansmeets: Then log in locally and check the configuration of sshd wether only public key auth is allowed or not.21:45
arjansmeetsbekks: I'll try tat21:45
arjansmeetsthat21:45
JokesOnYou77Hi all, is there documentation for /var/log/ and what logs are supposed to go where (to which file)?21:45
solancerarjansmeets, check ur firewall settings21:46
LargePrimeubuntu server 12.10 on a dedicated server via ssh working .  I want to install Simple machine forums, but can find no good guide.  Thoughts?21:47
arjansmeetssolancer: If it were my firewall settings I wouldn't get a connection at all right?21:47
solancerarjansmeets, why not ?21:47
arjansmeetssolancer: I just thought so21:48
solancerarjansmeets, have a read of this simple guide and see if it helps http://www.liberiangeek.net/2010/03/how-to-access-ubuntu-systems-via-ssh-from-windows/21:48
arjansmeetsbekks: It is set to yes21:50
arjansmeetsbekss: That's correct right?21:50
kamel---installing ubuntu now21:50
kamel---:)21:50
bekksarjansmeets: Is it set to "public key auth only"? :)21:52
arjansmeetsbekks: No itPublicAuth Yes21:52
arjansmeetshm21:56
lordiuriluhola21:56
arjansmeetsbekks: I fixed it. apt-get remove openssh-server, apt-get --purge remove openssh-server & apt-get install openssh-server did the trick21:57
lordiuriluhola ,eu so novo no mundo linux mais gostei muito do sistema em21:57
lordiuriluhmas alguém poderia me ajudar com 2 programas isso me faria muito feliz21:57
CorestrikeHey guys. I have a quick question.21:58
lucezulordiuriluh: this channel is for English support, please, see #ubuntu-pt21:58
lordiuriluhoi tem algum br ai21:58
CorestrikeIf I mount my HDD on Ubuntu, will it be left untouched on Windows 7?21:58
bekksCorestrike: That question doesnt make much sense. Could you rephrase it?21:59
kunjiCorestrike: What do you mean untouched.. just mounting it won't do anything, but if you can write a file to it, then it will be there in Windows as well21:59
Corestrikekunji: That's basically what I meant.21:59
Corestrikekunji: Thanks for the help.22:00
kunjiCorestrike: no problem22:00
=== arcsky_ is now known as arcsky
Sorinanmsg nickserv identify a7v8xx22:04
Sorinanops22:04
Sorinanhahahah22:04
tgm4883lol22:04
Sorinanit happens :P22:04
tgm4883Sorinan, yep. should probably change that now22:04
Sorinantgm4883, doing that right now :P22:05
Questhibernate button is not visible on my menu. i have installed hibernate package though. using kde22:05
Questany solution?22:05
=== Mi-- is now known as Mi`
Questhibernate:Warning: Tuxonice binary signature file not found.22:07
SorinanIs the old-fashioned Debian ncurses-based installer included in Ubuntu Desktop 12.10?22:07
kunjiSorinan: I believe not, though I don't know for sure22:09
=== tjbiddle__ is now known as tjbiddle
Pressurehelo22:10
Pressureim watching my auth log and i see some1 try to log in22:11
dwatkinsMy x86_64 Ubuntu 12.10 PC reboots itself sometimes when converting video and saving to my NAS via NFS, is there a known bug relating to this? I found Bug #561210 but it's only vaguely similar.22:11
ubottubug 561210 in linux (Ubuntu Natty) "Writing big files to NFS target causes system lock up" [Medium,Fix released] https://launchpad.net/bugs/56121022:11
PressureFailed password for invalid user testuser from 109.237.216.10122:11
Pressureits slowing down my comp22:12
Pressurewhy its hapening?22:12
kalenjohnsondwatkins, converting video is pretty CPU intensive, have you checked the temps?22:12
Pressuredwatkins: what are u using to convert22:13
dwatkinskalenjohnson: yeah, the reboots happen when the average CPU temp is about 71 degrees centigrade, which is no higher than at other times it's been ok22:13
Pressurei know certain versions of FFMPEG have a bug22:13
dwatkinsPressure: HandBrakeCLI22:13
Pressureoh22:13
dwatkinsPressure: yeah, I think it uses ffmpeg22:13
Pressurenot sure22:13
Pressureok22:13
Pressurejust make sure it uses latest version22:13
Pressurebut then again that one could be messed up22:14
dwatkinsI'm surprised a user-space application can cause the system to reboot, hence my thinking it was a network cache issue as in that bug, but I set the sysctl tuneables as someone suggested, and it reduced the frequency of the resets, but didn't remove them completely22:14
Pressurebasicly try another version of it22:14
Pressureonly way to fix22:14
Pressureor see22:14
dwatkinsthanks, will look into it22:14
Pressureive had that issue22:15
dwatkinsI was thinking I might run sysstat to see if the caches fill-up that I've modified.22:15
=== tjbiddle_ is now known as tjbiddle
oldude67whats the easiest way to format a 16 gig flashdrive?22:17
bekksoldude67: mkfs22:17
=== tensorpuddin is now known as tensorpudding
neosimagooldude67: and remember to choose a format where you can read the flashdrive on the systems you will be using. between NTFS/FAT32/ext3/422:20
oldude67bekks, neosimago, thanks reading up on them.22:21
=== frenezulo is now known as benjameno
kandinskifor keeping up an autossh tunnel, does it make sense to run supervisord, or could I do it from upstart?22:22
jose106oldude67, download gparted22:22
kandinskiI'm currently using supervisor, but I feel like I'm duplicating effort22:23
=== Dr_Manhattan is now known as DrManhattan
=== Dr_Manhattan is now known as DrManhattan
carelesshey guys everytime i plug hdmi my brightness/gamma change...how can i make it stop doing that ?22:26
=== LargePrime_ is now known as LargePrime
Ingloriousis there a way to determine whether a package is available in repositories by shell scripting?22:27
jpdsInglorious: $ apt-cache policy ubuntu-desktop | grep Candidate22:29
=== King is now known as Guest25194
=== DarkAce-Z is now known as DarkAceZ
carelesslike is it lightdm doing this or who ?22:30
Ingloriousjpds: awesome thanks22:30
Inglorious:)22:30
carelessor when i unplug my power cord it dimms immediately22:33
carelessisnt there a way to make it stop doing that?22:33
holsteincareless: just look around in the power settings22:33
carelessi did22:34
carelessand disabled them all22:34
carelessand it still does it22:34
tyson_Hi there, can anyone help with ubuntu server update problems?22:34
carelessis there a process i can kill ? :)22:34
carelessholstein: or a daemon to stop22:34
ner0xtyson_: Don't ask to ask. Just ask. :)22:35
carelessan evil daemon :)22:35
holsteintyson_: you can try #ubuntu-server ,or just ask here... sudo apt-get update is what i run, and troubleshoot from there22:35
tyson_ner0x: you may have problems with english literature.... I have asked the question22:36
re75!list22:36
ubotture75: 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 ».22:36
Guest25194kjhg22:36
ner0xtyson_: Where did you ask?22:36
tyson_ner0x: in the same first line.... nevermind22:37
holsteintyson_: what update problems??22:37
tyson_holstein: i get error of the apt-get update commnas22:37
ner0xtyson_: And I read literature just fine.22:38
ner0xtyson_: You asked if anyone could help. You should just ask your question. And gist/pastebin the errors.22:38
holsteintyson_: what i would do is run "sudo apt-get update" and pastebin your errors22:38
* ner0x remembers his first error.22:38
tyson_nerox: <tyson_> Hi there, can anyone help with ubuntu server update problems?22:38
holsteintyson_: ok.. what is the error?22:39
ner0xtyson_: Yeah, what problem is that?22:39
ner0xtyson_: You gave 0 context.22:39
holsteintyson_: a volunteer may be able to help.. just share your error message22:39
tyson_ner0x: update problems.22:39
ner0xtyson_: Great. What kind?22:39
tyson_holstein: fetching errors22:39
ner0xtyson_: Post the errors or get out.22:39
holsteintyson_: in a terminal, run "sudo apt-get update" and pastebin the errors22:40
holstein!paste | tyson_22:40
ubottutyson_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:40
IngloriousI contribute sympathy towards ner0x :)22:40
ner0xMy patience level is apparently 0 today.22:40
Ingloriouslol22:40
=== daniel is now known as Guest97401
=== c_smith_away is now known as c_smith
IngloriousI wouldve said get out at the 1st line22:41
=== Guest97401 is now known as dnn
tyson_holstein: nevermind.... research will do me just fine22:41
ner0xtyson_: First thing you've said the entire time in here that made sense. :)22:41
ner0xInglorious: To be fair, everyone was new at one time.22:41
Ingloriousyes but to be honest22:42
ner0xInglorious: But to be a pretentious little know-it-all that doesn't know anything. That's not okay.22:42
TechIsCoolAlright so I am running ubuntu 11.10 in virtual box and it is refusing to open unity when I press the windows key22:42
TechIsCoolhow can I open it without the windows key22:42
Ingloriousner0x Im still a n00b22:42
tyson_ner0x: no no... i said so because I wanted help from someone who knows what they are talking about, not WANNABEEEEEEEEESSSSS22:42
Dunyaomg this chat is huge22:42
Ingloriousner0x but I grew up in this environment to soot the question and give 100% context :)22:43
unheedingTechIsCool: click on the dash icon?22:43
ner0xInglorious: Good environment.22:43
* ner0x has been on linux for close to 17 years.22:43
Ingloriousthats what I thought22:43
* ner0x pulls out his wannabe card.22:43
TechIsCoolunheeding: I can't find it all I have on the top bar is file - edit - view - go - bookmakrs - help22:43
Ingloriousyou'll laugh at me :)22:43
TechIsCoolnothing more22:43
Inglorioustyson_ dont be affraid22:43
Ingloriousask your question and then ignore the wannabee22:44
Ingloriousyou should reckognize the guru's :)22:44
ner0xInglorious: Ouch. You toolbox.22:44
Ingloriouswhat have I done22:45
k1lcan we please stick to the technical issues?22:45
ner0xInglorious: Nothing I'm just fscking with you.22:45
Ingloriouslol22:45
unheedingTechIsCool: i dunno man.  i'd suggest moving to a supported version.22:45
TechIsCoollol22:45
ner0xAnyway... Gotta go write some l337 h4x0r scripts.22:45
Ingloriousfor k1l sake, I'm going to bed :)22:45
Ingloriousgoodnight22:45
MooingPandaHey everybody! :)22:48
MooingPandaDoes anybody here have experience with missing resolutions? I can currently go up to 1368x768 (which appears to be zoomed in...), but my video card and my monitor can handle more than that22:49
MooingPandaI am using an HDTV that can go up to 1920*1080 (which is what I would like to get)22:49
holsteinMooingPanda: i usually specify with a custom xorg.conf... sometimes the graphics drive can limit that as well22:50
MooingPandaAlso, I am using Ubuntu 12.0422:50
MooingPandaAnd I'm using current nvidia22:50
MooingPandaWilling to give more infos :)22:50
=== reverendp_ is now known as reverendp
root .22:51
SorinanIs it safe to mount /usr with noatime? I mean, they're unix *static* resources, do I really need to write to them every time I access them? There's any tool present in a default Ubuntu installation that uses this information?22:52
=== root is now known as Guest26945
k1lMooingPanda: is the nvidia driver in use?22:52
MooingPandakll: I believe it is, but lemme check :)22:52
k1l!rootirc | Guest2694522:52
nsahooI did a fresh install of ubuntu 12.04, I am trying to reuse an exisitng user home directory. The problem is everytime I login, it immediately logs out. Where can I see some log to try and figure out where the problem is?22:52
MooingPanda(uh.. I'm a total noob... how do I check that?:D)22:53
k1lMooingPanda: look into syslog. that mentiones it which driver is in use.22:54
MooingPandano command 'syslog' found22:54
k1lits a logging file in /var/log/syslog22:54
MooingPandaderp xD22:54
MooingPandaalright, found it22:56
MooingPanda@kll - pastebin didn't accept my copypaste :c - http://paste.ubuntu.com/5569070/22:57
root_is it cool to utorrent as root23:00
root_and use IRC23:00
k1lroot_: no, dont do that23:00
root_why?23:00
root_isnt root the safe user23:00
root_i heard it was 100% safe23:01
=== LS\MFT is now known as HelenCrowley
k1l!rootirc | root_23:01
MooingPandakll: did you see the link I posted? :) (not being impatient)23:01
root_im using teamviewer as root atm23:02
k1lMooingPanda: yep, there is some issues with that nvidia driver. but i dont know what exactly. that is above my knowledge. you could say which videocard that is exactly and maybe some other user knows smth23:02
janisoza1r!tab | MooingPanda23:02
root_idk who the other guy is he randomly connected23:02
xibalbahey all, anyone know of a way to SSH into many Ubuntu boxes at the same time and run 'apt-get update' ?23:02
k1lroot_: its not recommended within ubuntu23:02
root_how come23:03
janisoza1rxibalba: for i in host1 host2 host3 ; do ssh $i "apt-get update" ; done23:03
MooingPandajanisozalr: is !tab supposed to send me a message? 'cause I got nothing :3. - kll: nvidia geforce 550 ti23:03
xibalbahmm shoulda thought of that23:03
janisoza1rMooingPanda: yeah, it should. that was a trigger for !ubottu, but it seems that the bot is down :(23:04
=== fisted_ is now known as fisted
MooingPandaok :P23:04
k1lroot_: the programs dont need root privileges. they run fine without it23:04
janisoza1rMooingPanda: anyway, use tab for nick autocompletion23:04
root_wrong23:04
MooingPandajanisoza1r: I have the habit of typing names without tabbing on irc :P23:04
janisoza1rroot_: there are other ways to selectively provide needed privileges to programs23:05
janisoza1rroot_: if the issue is the filesystem, then the permission on files are wrong23:05
k1l!rootirc | root_23:05
ubotturoot_: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.23:05
root_lol quadruple ban23:06
ubottuMooingPanda: 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.23:06
ubotturoot_: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet.23:06
root_what the hell is /mode -bbbb23:06
Ben64unban23:06
MooingPandalol23:06
root_what is (tm)23:06
janisoza1rroot_: running as root anything that is not required to be run as root is quite a security issue. even services/daemons don't usually run as root but as separate users23:06
k1lroot_: lets stick to technical ubuntu support here. for chat we have the #ubuntu-offtopic channel23:07
root_why is there root anhow23:07
root_why is it accessable23:07
Ben64!manual | root_23:08
ubotturoot_: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/23:08
MooingPandastuck in 800x600... ughhh torture. :<23:08
MooingPandaI mean 1024x76823:09
Tex_Nickroot_:  see if this helps ... https://help.ubuntu.com/community/RootSudo23:09
xibalbajanisoza1r, got another Q for ya23:10
xibalbajanisoza1r, how can i paste text into /etc/resolv.conf that way?23:10
xibalbacat /tmp/foo | ssh $i "cat /etc/resolv.conf" ?23:11
janisoza1rxibalba: use 'tee' or 'cat'23:11
joanbarrosHello, when I logged into my ubuntu machine today I couldn't move the usb mouse and keyboard that were attached to it (working yesterday). After that I noticed that I couldn't use the touchpad also (yes, it's al laptop), the wireless network card does not work, and when I hit CTRL + ALT + F1-6, the terminal does not show up. What could this be? Thanks in advance...23:11
xibalbajanisoza1r, anyway i can put a list of instructions into a text file and have ssh execute them all?23:11
janisoza1rxibalba: for i in host1 host2 host3 ; do cat /tmp/foo ssh $i "cat >> /etc/resolv.conf" ; done23:11
xibalbalike a batch file23:11
xibalbajanisoza1r, i need to update resolv.conf and update all the boxes23:11
janisoza1rxibalba: yes, that should be possible. or you could just copy the file (using cat like specified above) and then execute it23:12
xibalbai think i'll just " do ssh [job1] ; ssh [job2]23:12
xibalbanot as clean but hwatever23:13
root_does ubuntu have a user logon screen23:13
kunjiroot_: By default, yes23:13
FrennieHi, I'd like to copy my persistence file from one live USB to another, and I know the persistence file is stored in casper (? http://shallowsky.com/blog/linux/install/ubuntu-persistent-live-cd.html), but where exactly do I need to copy the persistence file from, which I assume would contain my personal settings, programs, and documents...23:13
janisoza1rxibalba: you can read 'man xargs' for that23:13
janisoza1rxibalba: for ... ; do cat /tmp/foo | xargs ssh $i ; done23:14
xibalbaah right, xargs an old friend23:14
janisoza1rxibalba: but you have to make sure that you specify \n as delimiter. perhaps use 'tr' for swapping \n -> \0 ?23:14
FrennieHi, I'd like to copy my persistence file from one live USB to another, and I know the persistence file is stored in casper (? http://shallowsky.com/blog/linux/install/ubuntu-persistent-live-cd.html), but where exactly do I need to copy the persistence file from, which I assume would contain my personal settings, programs, and documents...23:15
xibalbajanisoza1r, perfect. working thank you sir23:15
janisoza1rxibalba: welcome23:16
xibalbaended up with,  for i in 192.168.0.104 192.168.0.103 192.168.0.102 192.168.0.105 192.168.0.100; do ssh cat /tmp/resolv.conf | ssh $i "cat > /etc/resolv.conf"  ;ssh $i "apt-get update; apt-get -y upgrade; apt-get -y dist-upgrade" ; done23:16
xibalbahad to make some keys first23:16
dakotawulfyhi23:16
tim_ну здрасте23:16
janisoza1r!ru | tim_23:16
ubottutim_: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.23:17
janisoza1rxibalba: remotely dist-upgrading multiple hosts at once? that's calling for trouble :P23:17
FrennieAny thoughts? I'd like to copy my persistence file from one live USB to another, and I know the persistence file is stored in casper (? http://shallowsky.com/blog/linux/install/ubuntu-persistent-live-cd.html), but where exactly do I need to copy the persistence file from, which I assume would contain my personal settings, programs, and documents...23:17
xibalbajanisoza1r, just stamped these boxes out from a vmware template. they're brand new23:18
janisoza1rxibalba: ssh will not exit until apt-get is done, you might want to put '&' somewhere there or use 'daemon'?23:18
xibalbajanisoza1r, i'm comfortable with waiting. just didn't want to have to be so reptitive23:18
xibalbathey're in a datacenter, so if the mirror is fast shouldn't be too long23:19
xibalbaalthough lately some mirrors have been slow as snot23:19
xibalbamight want to run a local mirror for my data center23:19
janisoza1rxibalba: or just copy /var/cache/apt/archive between machines?23:20
xibalbanever knew about that23:20
xibalbause to copying /usr/ports/distfiles =P23:20
=== simon___1 is now known as quaisi
FrennieAny thoughts? I'd like to copy my persistence file from one live USB to another, and I believe the persistence file is stored in something called casper, but where exactly do I need to copy the persistence file from?23:22
DeliriumTremenshow can i add a new user to an existing group with no password all in one command?23:22
FrennieIs it a partition? Or just the folder?23:22
DeliriumTremenswhen i do adduser --ingroup group it doesnt show up in /etc/group23:22
DeliriumTremensthat the user is in that group23:22
janisoza1rFrennie: the largest file in root directory of your pendrive23:22
=== linuxthefish is now known as linuxthefish`
=== simon____ is now known as quaisi
Frenniejanisozalr Thanks!!23:25
janisoza1rFrennie: it is "partition" (actually a filesystem), but stored inside of a file23:25
janisoza1r!tab | Frennie23:25
ubottuFrennie: 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.23:25
Espen_Do any of you have problems with volume settings getting reset on s/pdif output devices? I find it strange that i haven't found anyone with similar issues across several soundcards.23:25
Espen_http://www.youtube.com/watch?v=H7dBJkviD4Y&feature=youtu.be&t=00m15s23:25
DeliriumTremensor i guess i should ask, why when i use 'adduser <user> --ingroup <group>' does it not show up in /etc/group23:26
Changawhere is this .gnome2 folder I read about :/ I cannot find it23:26
Frenniejanisoza1r: So can I access this file by booting into Ubuntu from a harddrive, then going into the USB's folder, and copying that largest file? Will that work since it's a partition? Will it be accessible?23:27
Changa"Put FTP.gedit-plugin and FTP.py inside .gnome2/gedit/plugins/ under your home directory." how can I find that destination23:27
aeon-ltdChanga: have you shown hidden files?23:28
Changathats what I need23:28
Changalemme google it23:28
mgolischDeliriumTremens: ingroup changes the primary group, the one listed in the passwd file23:28
Changathanks aeon-ltd23:28
Frenniejanisoza1r: So can I access this persistence file by booting into Ubuntu from a harddrive, then going into the USB's folder, and copying that largest file? Will that work since it's a partition? Will it be accessible?23:29
janisoza1rFrennie: i don't know for sure, but i would do it like this: let's call 'A' a golden pendrive and 'B' a clone. prepare A, boot, do what you have to. prepare B the same, don't boot, simply copy over the casper file from A to B (do *not* use A or B to do that)23:29
janisoza1r!patience | Frennie23:29
ubottuFrennie: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/23:29
FrennieHehe gotcha :)23:29
DeliriumTremensthe user has the group ID in passwd, weird23:29
janisoza1rChanga: if using nautilus, you can press ctrl-l and just specify location23:30
ChangaI just went to preferences and enabled the hidden files23:30
janisoza1rChanga: ctrl-h shows hidden23:30
Changaoption23:30
Changayeah but I still cant find gnome2 dir23:30
Frenniejanisoza1r: Forgive me if this is a stupid question, but what exactly do you mean by prepare?23:30
mgolischDeliriumTremens: thats not weird, it does exactly what this options description says, it makes the group the users primary group23:30
Changaits in file system right?23:30
xibalbaoh this isn't good23:31
xibalbaErr http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpq5 amd64 9.1.6-0ubuntu12.04.123:31
xibalba  404  Not Found [IP: 91.189.91.15 80]23:31
janisoza1rFrennie: use whatever program you use to make pendrive bootable23:31
tgm4883xibalba, works for me23:31
xibalbaon that mirror?23:31
janisoza1rFrennie: like usb-creator-gtk23:31
k1lxibalba: apt-get update?23:31
xibalbatrying it now23:31
DeliriumTremensmgolisch: i see, well as long as its adding to the group i'm cool with it23:32
DeliriumTremenshah23:32
DeliriumTremensthanks for the clarification!23:32
xibalbaseems to have done it23:32
xibalbahistory23:33
Frenniejanisoza1r: Ah! OK, so A is the one which has the persistence file I want to coppy over, but you DON'T recommend booting into Ubuntu loaded on A to copy the file from B, say, onto the mounted harddrive of the computer?23:33
janisoza1rFrennie: correct23:34
Frenniejanisoza1r: Why not? How can I do this otherwise?23:35
janisoza1rFrennie: the file is in use when you use the system on pendrive23:36
=== c_smith is now known as c_smith_away
Frenniejanisoza1r: Oh, that's right! Thanks!23:37
janisoza1rFrennie: the kind-of-hard way to do that would be: boot A, prepare golden casper, shutdown A, boot B, copy casper from A, quit, boot A, copy copied casper to B...23:37
Frenniejanisoza1r: OK, I think I'll do it the other way, then. Thanks a lot23:38
nsahoo_hey, does anyone know the order in which 'rm -rf' proceed in a directory? I accidentally used this on a wrong user home directory, and stopped a few seconds later. So, I am trying to determine what was deleted, or is it possible to know which directory was last deleted from?23:40
=== geoffw8__ is now known as geoffw8
=== geoffw8 is now known as geoffw8_
escottwho asks a question and then immediately leaves the channel23:43
xibalbaa donkey23:43
joanbarrosHello, when I logged into my ubuntu machine today I couldn't move the usb mouse and keyboard that were attached to it (working yesterday). After that I noticed that I couldn't use the touchpad also (yes, it's al laptop), the wireless network card does not work, and when I hit CTRL + ALT + F1-6, the terminal does not show up. What could this be? Thanks in advance...23:45
dakotawulfy joanbarros did u do an update23:46
joanbarrosyes, I did update yesterday, everything but kernel stuff23:47
dakotawulfy joanbarros  maybe that had a kernel update ???23:47
joanbarrosthere is a kernel update but I didn't install it23:47
dakotawulfy joanbarros u sure23:47
joanbarrosyes, it's still there23:47
xibalbais IPTABLES builtin by default?23:48
dakotawulfydo u have an older kernel u can boot into???23:48
dakotawulfy joanbarros try it see if it works23:48
escott!reisub | joanbarros and then boot a livecd to see if you can read the syslog23:48
ubottujoanbarros and then boot a livecd to see if you can read the syslog: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key23:48
LoneTrooperWhich media player do you recommend to have from these:  Mplayer, Gnome Mplayer or SMPlayer. I know they are based on the same core but i can't choose.23:49
xibalbaany tools to configure iptables?23:49
escottxibalba, iptables23:49
xibalbaright, i'm not familiar with the syntax (i come from pf)23:49
xibalbai just need to punch a few holes, ssh mainly23:49
escottxibalba, if you just want some preconfigured rules use something like ufw23:49
xibalbaneed an ACL on SSH23:49
joanbarrosOk, thanks all, dakotawulfy, escott, ubottu. Will try and report.23:49
dakotawulfyxibalba i use firestarter23:49
xibalbagui or ncurses?23:50
xibalbai guess my only open port is ssh, i just wanted to lock it down to my office23:50
xibalbait's my utility jump box into my NAT net23:50
xyuWHO23:51
thales_sasomeone has worked with Object Exchange (OBEX) protocol?23:51
joanbarrosdakotawulfy I booted into the previous kernel and it works :\23:51
xyu?23:51
xyuQUIT23:52
xyuquit23:52
xibalbaexit23:52
LoneTrooperno u23:52
xibalbaEXIT23:52
xibalbalogout23:52
xyu#QUIT23:52
xibalbaLOGOUT23:52
xibalba#YOLO23:52
FloodBot1xibalba: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.23:52
dakotawulfy use that kernel  for now check see if u can find info might have problems with the other one23:52
xyuexit23:52
=== King is now known as Guest58491
dakotawulfy joanbarros might of installed a newer one  and did not know it23:53
joanbarrosthe thing is that the new one is still on the apt-get list23:54
joanbarroslet me check23:54
dakotawulfycould wait till new one comes out and see if it works heheh they come out often23:54
GaLFrieD^^hi23:54
LoneTrooperhi23:54
dakotawulfy joanbarros they did like 223:55
dakotawulfy close together23:55
dakotawulfy joanbarros23:55
joanbarrosdakotawulfy, the one im running now (that works) is 3.2.0-36-generic23:56
joanbarrosthe one that doesnt work is 3.2.0-3723:56
dakotawulfy joanbarros try the new one see if it works23:56
dakotawulfyyea23:56
joanbarrosok23:56
GaLFrieD^^sorry23:56
GaLFrieD^^how is possible to force skype to use basic video drivers without graphical hardware acceleration? thx23:56
dakotawulfy the 37 came out then the 3823:56
=== dward is now known as ChrisHansen
dakotawulfy joanbarros close together23:56
GaLFrieD^^dakotawulfy .... can you help me?23:56
joanbarrosno, 3.2.0-37-generic, same behaviour.23:57
dakotawulfyGaLFrieD^^ i see if i can check out  give me a min23:57
joanbarrosdakotawulfy. no, 3.2.0-37-generic, same behaviour.23:58
dakotawulfyjoanbarros 36 is the one that worked right23:58
GaLFrieD^^mmm ok tnx23:59
GaLFrieD^^:(23:59
geekbriI need to create directories in an upstart script as the root user, but run the start command as a specific user.  Unfortunately setuid runs the entire upstart script as the user you setuid as.  Is there a way to force it to run a specific command as the root user?23:59
joanbarrosdakotawulfy, yes.23:59
dakotawulfyjoanbarros u could try the 38  might work23:59
joanbarrosdakotawulfy, yea, I was going to try that.23:59

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