/srv/irclogs.ubuntu.com/2013/09/03/#ubuntu.txt

chalcedonyhi MrObvious00:00
chalcedonyi need help with ssh.00:00
socrates_johnsonzykotick9: i like messing around with different linux distributions so it would be nice to have more partitions more easily00:00
zykotick9socrates_johnson: LABELS ftw ;)00:01
socrates_johnsonzykotick9: ha yeah. thanks a lot for your help00:01
reveldevelzycotick: it shows me: username adm cdrom dip plugdev lpadmin sambashare00:01
chalcedonyit seems it can't download open-ssh - E: Unable to locate open-ssh ?00:02
chalcedonygood evening Dr_willis *hugs*00:02
zykotick9!tab > reveldevel00:02
ubottureveldevel, please see my private message00:02
MrObviouschalcedony, SSH server or client?00:02
chalcedonyMrObvious, i can ssh out from it, but not into it, denies access.00:02
zykotick9reveldevel: that doesn't have the sudo group!  use recoverymode to add your user to the sudo group "adduser YOURUSERNAME sudo".00:03
MrMonkey31this is one for you security experts: I'm trying to get opera using aptitude and I've followed their little step-by-step like 4 times now, and the package still comes up not authenticated. I'm guessing it's missing a step, or *somebody* forgot to provide the authentication for the newest release? ...but not knowing anything I'm wondering a) what's the most likely explanation, and b) is the solution even worth discovering? if security is goin00:03
MrObviouschalcedony, openssh-server - secure shell (SSH) server, for secure access from remote machines00:03
chalcedonyMrObvious, yes, it needs that - doesn't seem to be in it's directories00:04
reveldeveli am in a wubi install, how do i get to recovery mode00:04
chalcedonyrepositories00:04
zykotick9MrMonkey31: "not authenticated" means your lacking the gpg key most likely...  assuming you "apt-get updated" already.00:04
reveldevelzykotick9: i don't understand !tab00:05
Dr_willis!bot00:05
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots00:05
Dr_willis! stuff are bot triggers00:05
ubottuDr_willis: I am only a bot, please don't think I'm intelligent :)00:05
zykotick9reveldevel: if you're on wubi... best of luck to you.  i can't/won't help further.  don't use my nick in any further posts, i won't see it.00:05
reveldevelDr_willis: autocomplete?00:06
reveldevelzykotick9: how do i get off og wubi?00:06
john_doe_jrDoes anyone know what the following is "NullCPUPowerManagement.kext"?00:06
reveldevelof*00:06
Dr_willisreveldevel,  yes.. works in BASH and on most irc clients00:06
dsprcspeaking of ssh-server, i can not get it installed because of an error related to permissions with /lib/init/upstart-job00:06
Dr_willisreveldevel,  type 'dr_<tab>' and see what happens00:06
dsprchere is the output: http://paste.ubuntu.com/6057140/00:06
reveldevelDr_willis, fair enough00:07
=== XLV_ is now known as XLV
MrMonkey31Uh yeah the guide I used said as much. it's this one here: https://wiki.debian.org/Opera  - and elsewhere I learned about checking the list of keys and it lists *something* with opera in it. that's why I'm already set to wondering who really screwed up, me or them.  anybody want to guess at the likelihood that someone like opera would neglect adding new keys after updating their stuff?  effectively causing the selfsame problem I just describ00:07
reveldevelDr_willis, thanks, and what's up with wubi hate? I'm already looking to change but "zycotick9: can't/won't help further"??00:08
daftykinswubi needs to die00:08
chalcedonyDr_willis, what do i need to do to get ssh-server in ubuntu 13.04? it seems it can't download open-ssh - E: Unable to locate open-ssh00:08
zykotick9dsprc: does running "sudo apt-get -f install" give the same error, or do something else?00:08
daftykinschalcedony: 'openssh-server' is the package name.00:09
haseo_daftykins: what do i do?00:09
daftykinshaseo_: can you run the command "ifconfig -a" in a terminal and post it to paste.ubuntu.com ?00:09
reveldeveldaftykins, sure, but not while my system is running on it. What's the best way to transfer to a native install?00:09
Dr_willischalcedony,  use the proper package name. ;)00:09
Dr_willischalcedony,  apt-cache search ssh server                should show a list00:10
mappshi y'all00:10
mappsim trying to setup a vpn and i dont get it in the /etc/openvpn/easy-rsa/vars file why is KEY_EMAIL twice?00:10
dsprczykotick9: i tried with synaptic and get the same thing. doing a 'dpkg-reconfigure openssh-server' gives similar results00:10
chalcedonydaftykins, lol yup!00:10
chalcedonythanks!00:10
daftykinsreveldevel: backup and nuke, i would say00:10
mappsexport KEY_EMAIL="me@myhost.domain" and export KEY_EMAIL=mail@host.domain - setting up the cert00:10
zykotick9dsprc: what version of ubuntu is this?00:10
reveldeveldaftykins, and go with grub or other bootloader?00:11
haseo_daftykins: im doing it right now. but it says command not found.00:12
quietonehi, I can't normalize the rotation on an external VGA monitor on a laptop00:12
Dr_willis'normalize' means ?00:12
quietonenot clockwise, not counter clockwise00:12
daftykinshaseo_: typing it in a terminal? really? try "sudo ifconfig -a"00:13
daftykinsit really shouldn't need sudo though =/00:13
daftykinsreveldevel: well, installing natively would take care of that with GRUB2 for you00:13
dsprczykotick9: precise 12.04 lts00:14
quietoneDr_willis, the only options for rotation on the VGA are 'counterclockwise' and 'clockwise'00:14
zykotick9dsprc: ummm.  i was just worried, as the error seems init.d and involke-rc.d related.  sorry i have no suggestions.  best of luck!00:14
chalcedonyTo restart the ssh service, use: $ sudo /etc/init.d/ssh restart  - no such file or directory ?00:14
chalcedonyi'm root, still didn't work00:15
haseo_daftykins: http://paste.ubuntu.com/6057165/00:15
Dr_willischalcedony,  sudo service ssh<tab>  restart   (to get the right name)00:15
jribchalcedony: use "service" instead of calling those scripts directly00:15
dsprcchalcedony: try 'sudo service ssh stop'00:16
chalcedonyDr_willis, jrib ill try00:16
daftykinshaseo_: yeah you've got no wireless interface :( did you reboot after running the commands?00:16
dsprcchalcedony: or restart rather than stop ;P00:17
haseo_daftykins: yes i rebooted.00:17
daftykinshaseo_: can you pastebin "lspci" also, please?00:17
chalcedonydsprc, ok restarted - great thanks!00:17
haseo_daftykins: type it in terminal?00:18
daftykinsyep00:18
BryanHellp00:18
BryanHello*00:18
daftykinshi00:18
reveldeveldaftykins, sounds like a refit is in order. thanks for the help.00:18
chalcedonyyippie i'm in!00:18
BryanAnyone feel like assisting me with a wifi issue?00:18
reveldevelDr_willis, appreciate the ! info00:19
chalcedonypoor Bryan it's been a while since i did that00:19
haseo_daftykins:http://paste.ubuntu.com/6057183/00:19
reveldevelmerci et au revoir00:21
BryanWell, I just got a Lenovo U430 Touch, and I am having issues getting the WiFi to work properly. The most I have really accomplished is getting the hardware ID for the card but google doesnt like it. [8086:08b2] (rev 63)00:23
daftykinshaseo_: run 'sudo apt-get install linux-firmware-nonfree'00:23
zykotick9Bryan: fyi, judd (debian hardware database) returns: [8086:08b2] is 'Wireless 7260' from 'Intel Corporation' with kernel modules 'ata_generic', 'snd-hda-intel' in wheezy.   --- i'd think this would work OOTB on ubuntu.00:24
JesseHAnyone know how I can stream audio?00:24
haseo_daftykins: ran it. now what?00:25
daftykinshaseo_: another reboot and hopefully wireless will appear00:25
MrObviousBryan, lspci output?00:26
haseo_daftykins: it says setting up linux-frimware-nonfree am i supposed to see something else or just reboot?00:26
daftykinshaseo_: once it finishes it should return to the command prompt00:26
zykotick9Bryan: that PM was too bad.  best of luck (don't reply to me further).00:27
haseo_daftykins: it goes back to where you can type commands right?00:27
daftykinszykotick9: those pesky query scamps!00:27
daftykinshaseo_: yep should do00:27
=== jagger|away is now known as jagger
haseo_alright then ill do a reboot and ill be back00:28
daftykinsok00:28
haseo_daftykins: nothing. -.-00:33
LeeSL510?00:34
daftykinshaseo_: i think i forgot a step, sorry about that. run "sudo apt-get remove --purge bcmwl-kernel-source" and reboot again00:34
zykotick9JesseH: i've never do it myself, but i know pulse can stream across a network somehow.00:35
zykotick9s/do/done/00:35
superloophello i need some help with my bright configuration00:35
superloopi'm a packardbell easynote f236500:35
superloopon ubuntu 12.0400:36
haseo_daftykins: already ran gonna reboot. ill be back..00:36
wilee-nileeJesseH, Whats your source of the stream or you want to stream it yourself, details matter here.00:36
JesseHwilee-nilee, I would like to either stream the music I am listening to, or music I am creating.00:37
JesseHEasily.00:37
JesseH:P00:37
wilee-nileenot sure00:37
=== kingnick42_ is now known as kingnick42
MrMonkey31zykotick9: thanks for answering but I still don't understand thing #1 about this. right now aptitude is telling me it can install but not authenticate opera. another guy is suggesting I can eliminate the problem by getting the deb file from their ftp site, instead of allowing the install despite non-authenticatibility. I guess I'll do that and leave PGP's and whatnot to the pro's? or will I have to accept more "unverified" things whenever th00:38
superloophello??00:38
wilee-nileeJesseH, askubuntu probably has all the answers here is a start. http://askubuntu.com/search?q=stream+music00:39
zykotick9MrMonkey31: to be honest, why use the non-free opera?  you've got other open source or better yet, free options out there.  but best of luck!  when you run "sudo apt-get update" to you get any errors about missing keys right now?00:40
JesseHthank you wilee-nilee00:40
SachTrying to do Memtest68.  When it loads nothing happens on my blue screen.   Am I missing something here?00:40
dsprcdaftykins: i think its not in the default path for some reason00:41
MrMonkey31zykotick9: I'm using it, not marrying it! ;-)00:42
dsprcwhoops! :X00:42
daftykinsdsprc: ?00:43
dan123hello, I need help. I am trying to configure a network scanner with a server using xinetd and saned. When I do telnet ip 6566 I get connection closed by foreign host. What can I do?00:44
mnathanihow do I install the latest weechat on Ubuntu 12.10 | apt-get install has me at WeeChat 0.3.8, I want 0.4.0 or newer00:45
dan123I've been looking in different places but I cant make it work :(00:45
dan123anyone knows if I should see someting when I type the ip address in the web explorer bar and the port? example: 192.168.0.1:656600:46
dsprcdaftykins: didnt notice that i was reading scrollback (>_< )00:46
MrObviousmnathani, Compile it?00:46
daftykinsdsprc: :D00:46
daftykinsdan123: firewall issues?00:46
dan123daftykins: how can I know?00:47
daftykinsdan123: flush iptables and test again *shrug*00:47
dan123daftykins: sorry, I am kinda newbie, how can I flush the tables? I did not get the *shrug* part... sorry00:48
daftykinsdan123: what OS is on each system?00:48
dan123daftykins: ubuntu server where the scanner is attached and ubuntu on my laptop 13.x00:49
daftykinsdan123: also 192.168.0.1 would be your router so i hope you didn't mean that IP :D00:49
Jagst3r15after I install a new application the icon does not appear until after I restart please help00:49
SachTrying to run Memtest86.  When it loads nothing happens on my blue screen.   Am I missing something here?00:49
daftykinsSach: there should be lots of text, are you saying it's blank?00:50
wilee-nileemnathani, There is this ppa, however you loose the support here, with a ppa. https://launchpad.net/~nesthib/+archive/weechat-stable00:50
dan123daftykins: well, actually I was making that ip up. You are right. I actually have the router in  x.x.x.10 and x.x.x.111 for the server00:50
Jagst3r15anyone?00:50
Sachdaftykins: there is text alright. but no sign at all that anything is actually happening.  I left it for 90mins and all the text was the same as at the start.  Am I supposed to press a button to get it to initiate?00:51
dan123daftykins: so I tried x.x.x.111:6566 in firefox but I get "connection reset"00:51
daftykinsSach: nope it's automatic and continues to run lots of tests00:51
Sachdaftykins: http://picpaste.com/DSC02650-49fxRcD3.JPG00:51
wilee-nileeJagst3r15, What release, what desktop, and what apps?00:51
Jagst3r15we are talking about all apps00:51
Jagst3r15and i am on stock ubuntu 12.04 latest with updates00:51
daftykinsdan123: on that server, run "netstat -tuln | pastebinit" and link me to the page, it should show what ports are listening to confirm 6566 is indeed open00:51
sysop3231karab44: why are you repeating yourself00:52
wilee-nileeJagst3r15, That was 3 questions, details are the key here, still one pending.00:52
daftykinsSach: ah it hasn't loaded correctly, can you try again?00:52
sysop3231i was on 4 hours ago and you were asking the same lame question.00:52
Jagst3r15all apps wilee-nilee00:52
sysop3231are you a bot?00:52
wilee-nileeJagst3r15, Unity?00:52
daftykinssysop3231: such... anger...00:52
Jagst3r15oh sorry, yes00:52
Sachdaftykins: at startup, I hold down shift, then scroll down to memtest86, right?  Tried that twice already.00:52
jfritzHey guys, I'm having trouble connecting to a public SAMBA share. Nautilus doesn't seem to be passing my credentials along correctly. Take a look at http://askubuntu.com/questions/340492/ubuntu-13-04-mounts-samba-shares-as-guest-by-default-shares-can-be-manually-mou00:52
wilee-nileeJagst3r15, THe icons showing where in the dash?00:53
Jagst3r15on the launcher sir00:53
Jagst3r15they show up in the dash search00:53
daftykinsSach: perhaps something is wrong compatibility wise with that memtest version and your PC, tried running a liveCD/USB memtest instead?00:53
wilee-nileeJagst3r15, Even if you launch from the dash?00:53
=== mnathani is now known as _mnathani_
Jagst3r15in the dash there are icons00:53
Jagst3r15the only thing that solves this is restarting00:54
Sachdaftykins: I have a 12.04 CD.  Is Memtest one of the listed options (together with "install", "run live cd" etc?00:54
wilee-nileeJagst3r15, Installs don't show on the left panel till you open them, and if you want them threr right click to attach.00:54
Jagst3r15this should not have to be though, probably a bug of some sort00:54
wilee-nileethere*00:54
sysop3231daftykins: certainly not. im calm as a cucumber, its just odd to see someone asking the same non-sense question, with the same spelling and spacing, and no one asking if he's a bot.00:54
daftykinsSach: yep it'll be "test memory"00:54
dan123daftykins:    tcp6       0      0 :::6566                 :::*                    LISTEN00:54
Jagst3r15wilee-nilee I open them though and still no icon unless I restart sir00:54
daftykinsdan123: ooh, it's listening on IPv6, is there another IPv4 entry?00:54
dan123daftykins: that is the only line that has the port 6566 listed00:55
sysop3231i dont think using the word 'lame' makes me out to be angry.00:55
mappswhat command can i run to check whats running? wanted to check openvpn has started properly before i try and setup a client00:55
daftykinsdan123: it would be easier if you could just pastebin the whole thing so i can check. PM me the link if you're afraid of sharing the detail00:55
wilee-nileeJagst3r15, Don't call me sir, for one you do not know my gender alone. have you modified the desktop with unity tweak or compiz?00:55
sysop3231anywho.. i have a desktop with 13.04 on it,.. and a pi with Xbmc. Does anyone have a strong opinion on the simplest, fastest way to hook my 13.04 desktop up so that xbmc on the pi can stream stuff from it?00:56
mappshmm00:56
Jagst3r15wilee-nilee sorry I just assumed, I should not have. And nope, this is a fresh install00:56
mappsits not listed in top but it gave no errors when starting?!00:56
sysop3231crap. i keep forgetting to give more information on one line without pressing enter. if anyone has info, msg me and we can chat.00:56
wilee-nileeJagst3r15, Try running unity --replace to reset it completely00:57
Jagst3r15k00:57
nerdtronmornig!00:57
co-XZistmorning ?00:57
co-XZistlol00:57
Bocksmornig nerdtron00:57
nerdtron:)00:57
co-XZistits 9 pm here00:58
wilee-nileeJagst3r15, some general reset info for 12.04 specifically. http://askubuntu.com/questions/153275/unity-reset-in-12-04-doesnt-work00:58
nerdtronur still alert... even in the evening00:58
Jagst3r15wilee-nilee thanks00:58
wilee-nileeno prob. ;)00:58
Extreminadorguys this compiz thing have break all my stuff... i did click on the button to reset to the default and amm menus disapear00:58
=== yfgggh is now known as willows1
daftykinsdan123: yeah it's only listening on that port on IPv6, if you were to go to your client and enter in the browser the IPv6 address of that PC :6566 instead i bet it'd work.00:59
Extreminadorcan´t even open a terminal (ctrl +alt + t)00:59
wilee-nileeExtreminador, What release, you can rest unity?00:59
wilee-nileereset*00:59
Extreminadordon´t know wilee-nilee unity you mean the version of ubuntu ?00:59
wilee-nileeExtreminador, At times a logout and or rebbot is needed.00:59
wilee-nileereboot*01:00
wilee-nileeExtreminador, The ubuntu release?01:00
Extreminadorwell i guess for a logout i need to reboot to clikc on restart button01:00
Extreminadori's the 12.04 one01:00
dan123daftykins: how can I do that? but also I want te insane android app to work on my smartphone so I think I should enable it in ipv4... well, at least can you tell me how to test the ipv6 ip?01:00
wilee-nileeExtreminador, general reset info. http://askubuntu.com/questions/153275/unity-reset-in-12-04-doesnt-work01:00
Extreminadorohh wai i can access the console01:00
Extreminadorwill read it wilee-nilee thanks01:00
wilee-nileeExtreminador, YOu have to be careful messing with compiz is all.01:01
Extreminadori will remove it after all this01:01
Extreminadorbrighness (or something) is great and it was workin g nicely01:01
wilee-nileeExtreminador, Unity is a plugin in compiz, slow down and do things confirmed correct.01:01
daftykinsdan123: i would imagine you need to reconfigure the process providing that server to listen on IPv401:01
guuestA question...does the Ubuntu Software Center completely uninstall a piece of software I want to remove?01:01
dan123daftykins: thanks for your help. I'm not clueless at this point :)01:02
daftykinsdan123: but to test my IPv6 idea, run "ifconfig eth0" on your server and find its' ipv6 address, likely the fe80:<lots more here> then enter http://fe80:...:6566 into your browser instead01:02
wilee-nileeExtreminador, Linux in general gives you much more control, which means it is easier to brick, so be careful.01:04
willows12I've been having some issues with the fullscreen mode of this gaming emulator I use (fceux). It worked fine on Unity, but with LXDE when I select fullscreen a window takes up the whole screen, but the actual game only takes up about 1/4 of the screen (as opposed to the full screen on Unity). Any idea about why this happens?01:04
Extreminadoryehh wilee-nilee sow it seems lool...01:05
guuestDoes the Ubuntu Software Center completely remove a package and its contents such as files, directories and its dependencis?01:06
nerdtronguuest, i think the .program folders on your home folder are nor removed when you uninstall a program in the software center01:07
wilee-nileeguuest, no01:07
wilee-nileeguuest, That is a broad generalized question as well really01:07
wilee-nileeit is a yes and no in some circumstances01:08
wilee-nileewillows12, I would suspect that app is not setup to run in lxde with configuring, where as unity has a de manager and is a click and run format by and large.01:09
co-XZistquestion.... why does my UB 12.04 hang when I select restart or init 6...but shutsdown with no problem01:09
wilee-nileewithout* willows1201:10
daftykinsco-XZist: are you that person that keeps coming in here asking that same question?01:10
co-XZistumm no01:10
co-XZisti've nevr asked that question <_<01:10
wilee-nilee!who | co-XZist01:10
ubottuco-XZist: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)01:10
ChogyDandaftykins: that's just more noobs  :P01:11
john_doe_jrhello01:11
co-XZisti'm no noob..01:11
john_doe_jryour a noob01:11
co-XZistanyhoo01:11
ChogyDanco-XZist: sorry, didn't mean that01:11
john_doe_jrwindows is better01:12
co-XZistcan anyone help?01:12
daftykinsco-XZist: so, you run "sudo shutdown -h 0" and it doesn't power off?01:12
daftykinsChogyDan: i fear they come in with different nicks to try and dupe is with their crazy01:12
Extreminadorhumm wilee-nilee sorry to bother you again ... after running the unity --replace and --reset after it only have make pop up the windows softwares that were open... a terminal and the ccsm  (i did close them already) but still no menus to log off ...01:12
co-XZistdaftykins: shutdown is not the problem.. its when I select restart01:13
wilee-nileeExtreminador, ctrl-alt-f1 login and reboot01:13
daftykinsco-XZist: graphically?01:13
Extreminadorwilee-nilee ahh ok01:13
wilee-nileetty01:13
guuestwhat is the terminal command for seeing a log for what packages have been installed?01:13
co-XZistdaftykins: both graphical and in terminal01:13
daftykinsco-XZist: restarting with "sudo shutdown -r 0" ?01:14
wilee-nileeguuest, dpkg --get-selections > ~/my-packages01:14
co-XZistno01:14
gr33n7007hdpkg -l01:14
wilee-nileethat will show all installed in a file in home guuest01:14
guuest<wilee-nilee> thanks.01:14
willows12wilee-nilee, what is a de manager?01:14
co-XZisti use init 0  and init 601:14
wilee-nileewillows12, desktop manager01:14
Extreminadorwilee-nilee still no menus... left mouse click optins are the only menu that i can see01:14
daftykinsco-XZist: why. i don't think ubuntu uses runlevels in the common sense01:15
wilee-nileeExtreminador, You have rebooted?01:15
Extreminadoryup wilee-nilee01:15
wilee-nileeExtreminador, What is the graphic hardware?01:15
co-XZistdaftykins: even if i select "restart" in graphical mode.. same issue01:15
wilee-nileenvidia maybe01:16
Extreminadoryou mean if it has open gl active ?01:16
Extreminadoryes wilee-nilee01:16
Extreminadornvidea card indeed01:16
daftykinsco-XZist: no idea then01:16
wilee-nileeExtreminador, Have you at some point loaded drivers, and if so from where?01:16
hydrowilee-nilee: I was here earlier having trouble getting my installation disk to work and burning an iso to a usb instead worked01:17
Extreminadornop wilee-nilee it was all automatic when i installed ubuntu01:17
Extreminadorubuntu had askme at some point if i want to install some drivers that are not open source and i did saud no01:17
wilee-nileeExtreminador, run software-properties-gtk to see the additional drivers info in the last tab in software sources01:18
co-XZist**sigh**01:18
wilee-nileehydro, okay why do you tell me?01:18
hydrowilee-nilee: just so you know that it worked incase you were wondering and encounter anyone else with the same problem01:19
wilee-nileehydro, Ah I remember now cool glad it works.01:19
ByrinHello, I have the Intel 7260 WiFi card which is not yet supported, but I installed the 3.11 RC7 kernel which *should* support it. I am just not sure what to do next. Any suggestions would be appreciated!01:19
Extreminadorwilee-nilee 3 erroes gives and the last one is  --> "Gtk could's be initialized"01:19
hydronow i'm having a problem after I finished installing ubuntu and rebooting, i get asked what to boot from and any option will just reboot the computer01:20
wilee-nileeExtreminador, Ah, I suspect that is helpful to have as part of the problem, I'm not up on nvidia stuff, but many are, I suspect that is the area of interest here.01:20
hydroI've had this problem before and managed to fix it by adding a boot flag to the root partition, but there already seems to be a boot flag on the root partition this time01:21
Extreminadorwilee-nilee did change now to desktop view and 2 windows are open one "system problem detected" and other about to "rep application software did close unespected" ...01:21
Extreminadori did hit the button to sho details01:22
Extreminadorahh ok wilee-nilee np...01:22
wilee-nileeExtreminador, Not really a area I can troubleshoot with confidence.01:22
poz_I am having a problem with sending audio though HDMI to my tv01:22
Extreminadornp wilee-nilee01:22
poz_not sure why it wont work...01:22
Oliver_How do I connect my android phone to Ubuntu to transfer files?  It's connected, but I don't see it.01:22
poz_Oliver_, do you have the correct settings in the android phone?01:23
wilee-nileeOliver_, What release of ubuntu, and did you look in the left panel of home?01:23
Oliver_I have "Media device MTP selected01:23
Oliver_On 12.04 lts01:23
Oliver_I went to the home folder and don't see it listed anywhere01:23
Extreminadorwilee-nilee i guess this will be fixed by them self... it's asking me now for the ubunto cd rom 'Precise Pangolin'01:23
wilee-nileeOliver_, where is this "Media device MTP selected"01:24
bazzeri'm trying to pxe boot the 12.04 livecd and keep getting ip-config timeouts trying to get a dhcp address....anybody know what's the problem?01:24
Oliver_On the phone wilee-nilee01:24
daftykinsbazzer: your DHCP server isn't configured correctly? :)01:24
bazzerdaftykins: well i can pxe boot and preseed install just fine :)01:25
poz_Oliver_, what is your "USB settings" on the andriod?01:25
wilee-nileeOliver_, I had to use a PPA on 12.04 to see mtp notice the android 4 in the link. http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html01:25
Oliver_"Media device (MTP) wilee-nilee01:25
wilee-nileeOliver_, the development has the usb ticked as well I assume01:26
Oliver_wilee-nilee: What?01:26
poz_Oliver_, do you have the android usb settings set to Mass storage?01:27
Oliver_poz_: No?  I'm on Cyanogen Mod.  Android 4.301:27
poz_if it is set to mass storage, then when you plug it in, you will have to select "connect storage to PC"01:28
wilee-nileeOliver_, developer option on the phone has a usb debugging that needs to be ticked generally to communicate with a computer01:28
poz_does Cyanogen Mod. Android 4.3 not have usb settings?01:28
willows12wilee-nilee, ok. thanks for the response01:28
Oliver_USB Debugging is on01:28
hydroI think I have something wrong with my partitions, after installing I can't boot from hardrive01:29
wilee-nileeOliver_, I had to use that ppa with my nexus 7.01:29
Oliver_wilee-nilee: Do what?01:29
=== KindOne- is now known as KindOne
daftykinsOliver_: glad you got the wireless working. what was it that worked in the end?01:29
wilee-nilee<wilee-nilee> Oliver_, I had to use a PPA on 12.04 to see mtp notice the android 4 in the link. http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html  read the posts01:30
hydrois it ok to have fat32 as the filesystem for the root partition?01:30
poz_am I missing something here?01:30
Oliver_daftykins: I typed in my ssid under hidden network and it connected.  I have to reconnect everytime I wake up the laptop, but it works now01:30
Oliver_wilee-nilee: PPA?01:30
wilee-nileeOliver_, READ THE POSTS01:30
poz_why the complicated explanation? my android connects to ubuntu 12.04 lts without a problem01:30
Oliver_wilee-nilee: Didn't see it.  Jeez...01:31
daftykinsOliver_: ah, perhaps your network isn't broadcasting its' SSID01:31
Oliver_It does on my other laptop, ps3, N10, and phones. daftykins01:31
daftykinsah01:31
poz_Anyways, anyone good with audio set ups? for some reason hdmi/ display port 1 does not show up in my audio settings...01:32
serepoz can you sync music through through a media player?01:33
poz_why would I sync music?01:34
poz_I can play music though the media player01:34
poz_and it plays though my computer speakers but I want to send it though the HDMI cable hooked up to my tv01:35
poz_picture goes though... and everything works fine in windows01:35
serepoz_: why not.. i have a galaxy pad 10.1 but it the playlist are not syncing right...just wondering if u got it working01:35
ChogyDanpoz_: have you looked through the audio settings thing?01:36
serepoz_: you have to switch the output to the hdmi01:36
poz_oh... sorry no, I dont sync anything. cant help you.01:36
poz_I have 3 HDMI/DisplayPort options, # 2, 3, & 4.... I suspect 1 is the one that I want but it does not show up... No audio out of the other ones01:37
LinuxEnthusiastHello all!01:37
poz_Hi01:38
furoidohow do i logged in with my nick?01:38
furoidoregistered nick01:38
usr13furoido:  /msg nickserve identify passwdhere01:38
furoidoThanks01:38
poz_I also have a Digital Output (S/PDIF) - nothing out of it. Headphones - goes to computer speakers, and Analog Output - goes to computer speakers01:39
wilee-nileefuroido, Many irc apps have a login option.01:39
LinuxEnthusiastI just finished installing Ubuntu on my laptop, and I was having some minor touchscreen issues. Basically touch only works in some places, not allowing me to actually click. I saw a few posts on this but no solid answer, ideas?01:39
usr13furoido: As wilee-nilee points out, if you use an app like irssi, you can set it up to login for you.01:40
furoidoim in01:40
poz_LinuxEnthusiast, has touch been released already? I thought that was coming in 14.04 next year some time...?01:40
hydroI've had this problem before and managed to fix it by adding a boot flag to the root partition, but there already seems to be a boot flag on the root partition this time01:41
usr13!touch | poz_01:41
ubottupoz_: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch01:41
hydroi've installed ubuntu but it won't boot up01:42
usr13hydro: https://help.ubuntu.com/community/RestoreGrub01:42
LinuxEnthusiastOh I have the desktop edition, I was just hoping to get a little better fuctionality from my touchscreen thats all01:42
jpmhLinuxEnthusiast: I have an ap that is a Point of Sale system it uses touch screens and has operated flawlessley with Ubuntu since 11.10 - there are of course issues with the desktop with Unity - but I do not operate with the desktop or unity01:42
usr13hydro: Is it uefi?01:43
Extreminadorwell guys i have to go...01:43
usr13hydro: If it is uefi, see  https://help.ubuntu.com/community/UEFI01:44
Extreminadorthanks wilee-nilee... i installed ubuntu again (did only had there the compiz installed, sow all ok)01:44
Extreminadorcompiz is to forget... will use the brighness one01:44
wilee-nileecol01:45
wilee-nileecool01:45
Extreminadori really need to start understanding more of this linux thing lool01:46
usr13Extreminador: You'll learn.01:47
hydrousr13: I pretty sure my computer has bios still? it says bios when it boots up01:47
Extreminadortraying to do something similar to this for organization http://www.youtube.com/watch?v=_meEsxZRppk01:47
hydrousr13: is this uefi a replacement for bios? or a type of bios?01:47
poz_Thats what they said to me... I am still waiting to see how that pans out. :|01:47
usr13hydro: Then just follow  https://help.ubuntu.com/community/RestoreGrub01:47
usr13hydro:  http://en.wikipedia.org/wiki/UEFI01:48
hydrook working on it01:48
wilee-nileeExtreminador, That is not the unity desktop I believe and whatever it is is modified.01:49
Extreminadoryehh i am sure of it... but i have to say it's very nice01:50
szahratwhich one?'01:50
Extreminadorszahratjust showing this http://www.youtube.com/watch?v=_meEsxZRppk01:51
Extreminadorups szahrat01:51
usr13Extreminador: There are all sorts of cool things you can do.  (I just use xfce.)01:52
Extreminadorxfce i have heard of it as well01:52
Extreminadorlet me check it01:52
usr13Extreminador: I like a simple easily configurable interface.01:53
usr13!xfce | Extreminador01:53
ubottuExtreminador: Xubuntu is Ubuntu with Xfce as the desktop environment. More info at http://www.xubuntu.org/ - To install from Ubuntu: « sudo apt-get install xubuntu-desktop » - Join #xubuntu for support - See also: !Ubuntu and !Xubuntu-Channels01:53
Extreminadorwell usr13 i like ti simples as well... the mouse edge thing it not really a necessary thing... but the diferent icons on desktop is01:53
Extreminadorfor organization...01:53
Extreminadori did already read some tuturial about the diferent icons on diferent desktops and at the time i read it i seems simple01:54
usr13Extreminador: Desktop Environments are personal, you seek / find one that suits your own personal wants /needs.01:54
poz_Just wanted to say that my audio problem has been resolved... Turns out I just need to use a different nvidia graphics driver01:54
RalliasIs there any way to do a Ubuntu install via a remote setup where I don't have access to the screen?01:55
usr13Extreminador: I should elaborate just a bit;  You find one that is close to what you want and customize it to suit your wants / needs.01:55
c_smithhey, I added my Facebook account to Ubuntu Online Accounts, and I opened Empathy and Empathy is telling me I need to authenticate (which I'm sure I did with UOA). is there something I'm missing?01:55
c_smithI do have an alternative I can fall back on, Pidgin, but I'd rather not have to install more than needed.01:56
Extreminadorwell usr13 i did try already that way with enlightment 17 (e17)... but for some reazon that one (for example) is's not 100% workable with ubuntu... sow to try it out better i did install bodhilinux that comes with e17 already, but i did not like it... move back to ubuntu01:56
usr13c_smith: https://help.ubuntu.com/community/Empathy01:57
hydrousr13:  when i try "sudo add-apt-repository ppa:yannubunut/boot-repair01:57
hydro" I get "Cannot access PPA (https://launchpad.net/api/1.0/~yannubunut/+archive/boot-repair) to get PPA information, please check your internet connection.01:57
hydro"01:57
hydrobut I'm connected to the internet?01:57
ChogyDanExtreminador: how did the person in the video do that? did you figure it out?01:57
usr13hydro: host ubuntu.com   #What does that say?01:57
szahrati prefer using openbox on arch linux: http://www.youtube.com/watch?v=Dd-iJMJAaRY01:57
ExtreminadorChogyDan i think he used compiz software and modifie it01:58
hydrousr13, it says "ubuntu.com has address 91.189.94.15601:58
hydroubuntu.com mail is handled by 10 mx.canonical.com.01:58
hydro"01:58
lotuspsychjewhats the packagename again for post-it notes?01:58
c_smithusr13, I'm not sure what you're telling me, are you telling me to head to #empathy?01:58
usr13hydro: Try again.01:58
Extreminadorbut ChogyDan not 100% sure as well01:58
c_smithif so, I get the feeling I'll be going back and forth between channels with the same problem.01:58
hydrousr13, try adding the repository again?01:59
usr13c_smith: Just passing on information about empathy01:59
usr13hydro: Yes01:59
karab44I have this annoying bug in 13.04 https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/117078301:59
ubottuLaunchpad bug 1170783 in gnome-session (Ubuntu) "Opening shutdown dialog immediately triggers reboot" [Undecided,Confirmed]01:59
c_smithusr13, ah, I see.01:59
hydrousr13, ok i did and got the same results "Cannot access PPA (https://launchpad.net/api/1.0/~yannubunut/+archive/boot-repair) to get PPA information, please check your internet connection.01:59
hydro"01:59
karab44I can not turn off my PC01:59
wilee-nileelotuspsychje, https://www.google.com/search?hl=en&output=search&sclient=psy-ab&q=ubuntu+post-it+notes&gbv=1&sei=dEIlUvzVDqXgiwKq3IGQBQ01:59
c_smithusr13, only had this issue start recently, before FB worked without a hitch.01:59
usr13hydro: You've booted to the liveCD.  Right?01:59
hydrousr13, right because i can't boot from my hardrive02:00
usr13c_smith: Not sure what you need empathy for.02:00
lotuspsychjewilee-nilee: tnx mate tomboy was the one i was looking for :p02:00
hydrousr13, but i'm on a lubuntu liveCD so i don't think it includes the boot repair program02:00
usr13hydro: Then just follow  https://help.ubuntu.com/community/RestoreGrub02:01
c_smithusr13, true. already have half a mind to go to Pidgin.02:01
c_smithplus Pidgin works a hell of a lot better.02:01
ChogyDanExtreminador: http://ubuntuforums.org/showthread.php?t=165176902:02
hydrousr13, ok when i try " sudo grub-install /dev/sda02:03
hydro" I get " Path `/boot/grub' is not readable by GRUB on boot. Installation is impossible. Aborting.02:03
hydro"02:03
ExtreminadorChogyDan will read it thanks02:04
Extreminadorbut tomorrow becasue it's 3 am here02:04
zykotick9lotuspsychje: fyi, gnote is the non-mono version of tomboy (but it might not have the same sync features?)02:04
wilee-nileehydro, "sudo grub-install /dev/sda" does not work, you need other commands, use the bootrepair app, and save the bootinfo summary in case it fails.02:05
wilee-nileefrom the live cd it does not work that is.02:05
hydrowilee-nilee, I don't have the boot-repair app, i was trying to add the repository for it to download it but i couldn't02:06
tinksterHow can I coerce UFW to forward incoming 514/udp on eth0 to 514/udp on lo?02:06
wilee-nileehydro, On the live cd?02:06
hydrowilee-nilee, I'm actually using a lubuntu live usb02:07
hydrowilee-nilee, i only have one flash drive and my live cds don't seem to be working so i don't think i could download a ubuntu live cd to get the boot repair02:08
wilee-nileehydro, on the live cd if you run this what happens, pastebin the whole thing. sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update02:08
wilee-nileelive cd/usb, what ever the live media is02:08
hydrowilee-nilee, it works when i paste it, i must have made a typing error thanks02:09
wcrastaIs anyone here good with Binary?02:09
ntzrmtthihu777hydro: you can boot an iso with grub2, you know.02:10
wilee-nileehydro, NO problem, at some point it will give you the url for the n=bootinfo script be sure to save that.02:10
wilee-nileebootinfo summary*02:10
wilee-nilee!anyone | wcrasta02:10
ubottuwcrasta: 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.02:10
wcrastaFor like 16-bit signed binary addition, If you were to start at 0, and increment repeatedly (add 1), what pattern would you see (in signed mode)?02:11
ChogyDanwcrasta: is this for a class?02:12
wcrastaChogyDan its a practice problem that im stumped on02:13
hydrowilee-nilee: ok here is the url it gave me http://paste.ubuntu.com/6057385/02:16
ChogyDanwcrasta: Ill entertain your question in #ubuntu-offtopic, but I don't really get it.  seems like no pattern to me...02:16
hydrowilee-nilee: also it said an error occured during the repair02:16
LinuxGoldok, I'm at loss.. trying to compile mapcrafter in an Ubuntu server with package-dev installed02:18
LinuxGolderror is in the pastebin http://pastebin.com/5BdsYDD502:18
hydrowilee-nilee, should i go ahead and reboot and see if it worked?02:18
LinuxGoldsomething about stl_iterator_base_types02:19
wilee-nileehydro, post that url02:19
wilee-nileeI see something hold on02:19
hydrowilee-nilee, it was http://paste.ubuntu.com/6057385/02:20
wilee-nileehydro, If you mentioned uefi I missed it I know nothing about it.02:20
hydrowilee-nilee, it was http://paste.ubuntu.com/6057385/02:21
hydrowilee-nilee, someone mentioned that i might have uefi, why does it say that i have uefi?02:21
wilee-nileehydro, look at sda102:21
mrdebis next lts release 14.04 for 5 years?02:22
ntzrmtthihu777!lts | mrdeb02:22
ubottumrdeb: LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server; with the exception of 12.04 (Precise Pangolin), which will be supported for 5 years on the desktop. The current LTS version of Ubuntu is !Precise (Precise Pangolin 12.04)02:22
hydrowilee-nilee, I don't really understand it :/02:22
mrdebntzrmtthihu777: so which is it, 3 or 502:23
ChogyDanhydro: i think that last error is ignorable.  it is complaining about your cdrom i think02:23
ntzrmtthihu777mrdeb: its plain to see. server version is 5, desktop 302:23
ghostx562hello fellers!02:23
hydroChogyDan alright I'm gonna try rebooting and hoping that everything works02:23
mrdeb12.04 is 5 years02:23
mrdebon desktop02:23
ntzrmtthihu777mrdeb: its the execption, read.02:24
mrdebwhy exception02:24
mrdebto get ppl to like unity? then 14.04 is 3 years, os that it02:24
ntzrmtthihu777mrdeb: dunno, I did not do it.02:24
wilee-nileehydro, that makes two of us, my suggestion is to use the ubuntu forums there is a user there that focuses on this area, make a thread there have uefi in the header and post that url in it, here is there thread on the subject. http://ubuntuforums.org/showthread.php?t=214729502:24
ghostx562on me laptop, how do i make ubuntu auto boot, as in  i want it to load automatically so that i don't have to select it from grub im guessing02:24
mrdebthat is ok with me, 3 yrs02:24
mrdebghostx562: edit /etc/default/grub and change timeout to 0 seconds02:25
ntzrmtthihu777ghostx562: some /etc/default/grub settiing, I believe.02:25
mrdebthen u run sudo update-grub02:25
wilee-nileemrdeb, Changing the default to 0 is not suggested.02:25
ghostx562wilee-nilee, suggestions?02:25
wilee-nileeghostx562, This a single OS?02:25
ghostx562Yes.02:25
wilee-nileeghostx562, Run sudo update-grub you should not see the grub menu then.02:26
ghostx562wilee-nilee, will try and report back.02:26
ghostx562how can i make xchat auto-join this channel? i got it to auto join the server02:28
daftykinsgoogle an irssi beginners guide02:28
wilee-nileeghostx562, In the dit tab on the first gui is a channel list arrae .02:28
zangarooghostx562, add the channel to your favorites02:28
daftykinsoops xchat guide02:28
ntzrmtthihu777ghostx562: not sure, but there should be a config option. I use irssi and it sets up pretty well.02:28
wilee-nileeedit*02:28
univer#ubuntu 4 Live02:28
jouffluwhere does apache store the "index" file? I haven't used apache2 so I was looking for it in /etc/apache2/ but nothing :0(02:28
daftykinsjoufflu: /var/www/02:28
ntzrmtthihu777joufflu: /var/www02:28
jouffluthanks02:29
ntzrmtthihu777daftykins: a fellow irssi enthusiast?02:29
joufflui am on irssi :-)02:29
daftykinswell, i'm a newbie02:29
ghostx562zangaroo, i have it set as favorite, will check other settings02:29
daftykinsi use it but i couldn't recall a single command for setup02:29
mrdebyes02:29
mrdebi would use irssi but cant get into freenode with it02:29
daftykinsi mostly edit the config manually and copy bits to add extra channels :)02:29
ntzrmtthihu777http://imagebin.org/26961302:30
daftykinsfreenode works fine with it02:30
ntzrmtthihu777mrdeb: sure you can. is it asking for sasl?02:30
mrdebyes02:30
mrdeband idk know to fix it02:30
xmetalrightclick the channel name and "add to favorites"02:30
ntzrmtthihu777mrdeb: there's a guide, lemme get you a link...02:30
xmetali think when you login xchat/hexchat has an "autojoin favorite channels" option02:30
xmetal(or close enough)02:31
ghostx562xmetal, it is set as favorite.02:31
knoppixhello02:31
knoppixthere im new02:31
ntzrmtthihu777mrdeb: http://is.gd/qfJgwZ02:32
ghostx562hey knoppix.02:32
hydrowilee-nilee, usr13, and everyone else helping me, the boot-repair seemed to work02:32
hydroI'm now able to boot from my hardrive yay!02:33
hydrothanks for the help02:33
ntzrmtthihu777hydro: boot-repair is a very nice tool, lol. they should really add it to the repos and the live cd :302:33
xmetalif its set to favorite channels, it should auto-join02:33
ghostx562xmetal, ok, ill give it a try to see how it works in a bit02:34
crazyHorsehow can i uninstall landscape service and will it screw anything else up?02:47
xmetalhmm ... cant seem to get clonezilla (I have used imager before j ust not this one) to boot on this pc ... looking at clonezilla -vs - partimage02:47
=== Nitrodex is now known as Guest42405
ntzrmtthihu777crazyHorse: dpkg --get-selections | grep landscape will tell you the package, and you can check what it tries to remove on the way out.02:48
=== lubuntu is now known as Guest87294
NinjaFGfree hits for your website / blog   http://www.te4everyone.com/index.php?ref=2402:58
Ben66NinjaFG: don't spam02:58
bug__359hi im new using ubuntu anyone knows why appears  "error deleting""inputoutput error" im trying to repair an windows xp machine that is missing system file03:01
=== BallmerCurve is now known as BallmerPeak
bug__359hi im new using ubuntu anyone knows why appears  "error deleting""inputoutput error" im trying to repair an windows xp machine that is missing system file03:04
IdleOnebug__359: that sounds like a windows issue, try ##windows03:04
Prock81im wanting to get the most battery life out of my laptop, it has builtin GPS, its working and setup, i know the more process running can shorten battery life03:05
* LinuxGold need help with class boost filesystem3 path problem while compiling an application --03:05
Prock81im thinking if i dont load the hole desktop inviroment that  could help save battery life03:05
LinuxGoldroot@minecraftsrv:~/minecraft/mapcrafter/src# make -f Makefile03:06
LinuxGold[  4%] Built target version.cpp03:06
LinuxGold[  8%] Building CXX object CMakeFiles/mapcraftercore.dir/version.o03:06
LinuxGold[ 12%] Building CXX object CMakeFiles/mapcraftercore.dir/util/filesystem.o03:06
LinuxGoldIn file included from /usr/include/c++/4.6/bits/stl_algobase.h:66:0,03:06
FloodBot1LinuxGold: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.03:06
LinuxGold                 from /usr/include/c++/4.6/vector:61,03:06
LinuxGold                 from /root/minecraft/mapcrafter/src/util/filesystem.h:23,03:06
Prock81im taking my laptop on a sailing trip so i need the most battery03:06
LinuxGoldhttp://pastebin.com/ukML9UeZ03:06
LinuxGoldmy apologies03:06
beachedhey there, I have a plantronics 648 USB  headset, I cannot seem to get it to work, nor find drivers (linux or otherwise) for it. Any advice?03:07
cheese1756I'm currently using Ubuntu on an ARM Chromebook with Crouton, and I want to install an application from a ppa. I installed python-software-properties, however it still says that the command "add-apt-repository" is not found. Does anyone know of a solution?03:10
ntzrmtthihu777cheese1756: try apt-add-repository03:11
trismcheese1756: in 13.04 it is in software-properties-common03:11
=== andrex is now known as andrex|off
Prock81what can i do to really save on battery life, all the laptop will be used for is GPS on a sailing trip?03:12
cheese1756trism: That did the trick, thanks!03:15
rbennacerhey guys, how can i stop ntp server from starting a the bootup, i have this weird issue where it just says "starting ntp server.." and it hang there03:19
xmetalback03:19
xmetaljust looking at drive imaging options03:21
xmetaland "which one is best"03:21
varunendraxmetal, I think clonezilla is most popular for drive/partition imaging here. The only drawback (besides lack of pretty GUI) is that it can't restore an image to a partition smaller than the one it was taken from.03:24
Dr_willis_so you shrink the partions befor you make the backup? ;)03:25
=== andrex|off is now known as andrex
xmetalthe partition i'd restore would be the exact same size as the original03:26
xmetal(er that made no sense, lol)03:26
xmetali wouldn't resize anything TIL AFTER i restore the image IS WHAT I AM SAYING03:26
xmetaloops @ capslock03:26
willows12I have a [text] file titled "-temp- note.txt~" and I can't move it or do anything to it. If I type "mv -temp- note.txt~ hi" I get the message: "mv: accessing `emp- note.txt~': No such file or directory". Any idea why the command doesn't work?03:28
Dr_willis_willows12,  mv  --    the-funny-filenaem     or03:29
Dr_willis_mv 'thefunnyfilename' a-sane-name03:29
OerHeksspaces in filenames, great invention03:29
Dr_willis_ dashs at the front of a file name = also annoying03:29
willows12Actually the command I enter is "mv -temp-\ note.txt~ hi".03:30
ntzrmtthihu777Dr_willis_: yep, why I tail my commands with --, keeps it from reading filename as an option.03:30
ntzrmtthihu777command -flags -- -dashfile.annoying03:31
usr13willows12: The tab key is your friend.03:31
ntzrmtthihu777willows12: mv -- -temp-\ note.txt~ hi03:31
willows12that worked! thanks03:32
willows12@ ntzrm03:32
ntzrmtthihu777willows12: it was reading -t as a flag. if your file begins with a -, terminate the command with -- so it doesn't read part of the filename as a flag.03:33
* LinuxGold gives this one more pass -- trying to compile mapcrafter using make -- error can be found on pastebin http://pastebin.com/ukML9UeZ03:33
willows12ah, gotcha03:33
LinuxGoldinstalled various dev packages, libboost, etc03:33
ntzrmtthihu777LinuxGold: dunno. what's it for?03:34
LinuxGoldntzrmtthihu:  it's for mapping app to show maps in minecraft game -- trying to set up for my two boys03:34
ntzrmtthihu777I'm soon to switch to debian. canonical's schenanigans are getting on my nerves =_=03:35
ntzrmtthihu777LinuxGold: pastebin? oh, I see it.03:35
LinuxGoldI am running Ubuntu Server, console only.03:35
LinuxGoldused apt-get to install compiler packages, dev packages, etc.03:35
xmetali have to either find why this pc cant boot clonezilla completly (an old copy i admit it) or run partimage (which i do have experience in )03:35
ntzrmtthihu777LinuxGold: do you have the newest source code for it? and maybe it requires a new version of gcc...03:37
LinuxGoldwhat is the latest gcc version?03:37
ntzrmtthihu777xmetal: have an ubuntu livecd? it has gparted in the live environment.03:37
ntzrmtthihu777LinuxGold: I'm using 4.703:37
LinuxGold4.6.303:38
LinuxGoldtrying 4.703:38
ntzrmtthihu777LinuxGold: https://github.com/m0r13/mapcrafter/issues/1 << may be of interest to you.03:40
LinuxGoldok, I'll check it out03:40
xmetalok i am thinking (this is going to take awhile, not on high speed) of trying the new version of clonezilla03:40
xmetali get to the clonezilla menu but even if i select safemode ... it goes to a grey screen with blinking white cursor in top left corner03:41
xmetaland "sits there"03:41
linuxuz3rhi03:45
linuxuz3ri am seeing blue tint in my videos03:45
linuxuz3rhow do i fix this03:45
linuxuz3rvlc and totem03:45
jtannenbaumconvince me to continue using Ubuntu after a 40GB ~/.xsession-errors logfile crashed half the computer due to lack of disk space in the middle of doing homework (losing the homework) and doing big file transfer03:45
jtannenbaumdoing file transfer03:46
ntzrmtthihu777jtannenbaum: its called maintenance.03:46
jtannenbaumI'm mostly kidding03:46
xmetali am not against partimage ... i just never used clonezilla before (i do have a version from 2010 still) ... i just want to checkout the options for drive imaging since i am using linux more and more03:46
linuxuz3ri am seeing blue tint in my videos03:46
linuxuz3rvlc and totem03:46
linuxuz3rhow do i fix this03:46
jtannenbaumbut I'm serious about the 40gb xsession-errors03:46
xmetal(for everyday tasks)03:46
xmetal:)03:46
ntzrmtthihu777!patience | linuxuz3r03:46
ubottulinuxuz3r: 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/03:46
ntzrmtthihu777jtannenbaum: sounds like you need to actually read the log and fix the issue. complaining about a symptom will not fix the underlying error.03:47
jtannenbaum[luckily when I rebooted, dropbox failed to start, and so the homework was still up on dropbox servers]03:47
jtannenbaumntzrmtthihu777: I'm guessing it has something to do with the fact that I'm using Mate03:48
xmetali keep seeing (i didn't miss that post) a few users mentioning gparted (one of my favorite programs) .. never thought of it for drive "imaging"/backup before03:48
ntzrmtthihu777jtannenbaum: and if you let a linux distro get that out of hand I'd pity you to see you on windows *shudder*03:48
ntzrmtthihu777xmetal: hell dd can do drive imaging :303:48
jtannenbaumWindows doesn't let you install janky desktop environments that give you their own version of every basic Gnome program without removing the Gnome programs03:49
Dr_willis_dd - for manly men!03:49
Dr_willis_;)03:49
ntzrmtthihu777dd if=/dev/sdxy of=$HOME/image.iso03:49
jtannenbauma chid could use dd03:49
jtannenbaumchild too03:50
ntzrmtthihu777jtannenbaum: yeah, but it does give you registry rot, dll hell, and fragmentation.03:50
Dr_willis_that really wouldent be an iso9660 image file. ;)03:50
Artemis3linuxuz3r, i know a workaround which is not a proper fix, just change the default output to x1103:50
ntzrmtthihu777jtannenbaum: should try gnome-panel; its damned nice, without all the stupid duplicate programs.03:50
jtannenbaumgnome-panel is just like, a launcher?03:51
jtannenbaumdoes it replace unity or something? my intent for installing mate was to not have unity03:51
bughi anyone knows why the "error deleting file" "inputoutput error" im trying to repair an windows xp from and ubuntu usb machine that is missing file system but that error wont let me replace it03:52
ntzrmtthihu777jtannenbaum: nah, its a full desktop thingus. install gnome-panel and at the lightdm/gdm login screen choose gnome CLASSIC03:52
wilee-nileejtannenbaum, without the effusive language it is the fallback desktop, a gnome 2 like option.03:52
jtannenbaumthanks03:52
Dr_willis_bug input/output = filesystem is currupted. or the disk is failing. or both - is a common reason03:52
ntzrmtthihu777jtannenbaum: also, look into bleachbit. run that weekly and you won't have a 40gb log file.03:52
xmetali have to say that (still not my favorite) ... Unity doesn't seem as bad as it first did the more i try it on mint03:53
jtannenbaumthanks03:53
ntzrmtthihu777Dr_willis_: just what I was going to say.03:53
bughi dr willis thanks for answering, is not only the file system that wont copy neither software or sam or default,does it means is a hardware problem?03:53
xmetalbleachbit = great program for any OS03:53
xmetal(any that it runs on )03:53
wilee-nileejtannenbaum, Mate would not be supported here, however cinnamon is in the 13.04 ubuntu repos.03:54
Dr_willis_bug,  rephrase that last paragraph. ;) If the HD is failing. there will be info about it in the dmesg command output.03:54
Dr_willis_bug,  flakey hardware can cause all sorts of weirdness03:54
linuxuz3rok thanks Artemis303:55
ntzrmtthihu777Dr_willis_: yep, I need to get me a new hdd for my inspiron one 220503:55
=== root_ is now known as m60_ouch
nnmmhello everybody there03:56
=== m60_ouch is now known as m60_pup
linuxuz3rok thanks03:56
nnmmvery noce ubuntu03:56
bughi im sorry im new using ubuntu and still learning english, ill try doing that command i didnt knew what dmseg was but ive searched03:57
bugsearched it thanks dr willis, ill try to use that command03:58
xmetalhmm should go back to studying how to use pSlice03:58
LinuxGoldok, I need libboost 1.52 apt-get doesn't list 1.52 -- now that is something I need to work on03:58
ntzrmtthihu777LinuxGold: get the source. and use checkinstall to do your make install, it will wrap it up as a debian package for easy removal.04:01
ntzrmtthihu777and either do make clean before trying again or reclone it fresh.04:02
LinuxGoldk04:02
ntzrmtthihu777why the hell doesn't ls have an octal flag =_= you'd think that would be standard. granted I got a nice perl wrapper and aliases for it, but damn that seems so trivial to add.04:03
rbennaceranyone had a problem with ntp server hanging in the boot?04:03
ntzrmtthihu777!anyone04:05
ubottuA 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.04:05
matjamrbennacer: if your using NetworkManager but have enabled ntpd, it will do a DNS lookup and probably time out04:07
Dr_willis_rbennacer,  check the forums and askubuntu.com yet?04:07
CarlFKI need to stop/start my cpu fan cuz it is failing and I haven't replaced it yet.  fancontrol is tempature based.. I just need a shell command I can use to top it.. sleep 5, start it up again04:14
ntzrmtthihu777CarlFK: figure out what module it uses and add it to blacklist.conf?04:15
CarlFKntzrmtthihu777: what?04:15
quietoneno launcher or top panel on 12.04 dekstop. Where do I read up on fixing that?04:15
ntzrmtthihu777CarlFK: the fan control should use some kernel module, yes? you can blacklist it so its not loaded at boot == dead fan.04:16
wilee-nileeLinuxGold, Its not even in my raring repos, I don;t see it at launchpad either.04:16
LinuxGold?04:17
ntzrmtthihu777wilee-nilee: yeah, he's gonna hafta install from source.04:17
wilee-nileequietone, New install or after tweaking?04:17
wilee-nileeLinuxGold, excellent answer, lol04:17
LinuxGoldwilee-nilee you talking to me?04:17
Dr_willis_quietone,  test #1 - make a new user via the console - see if it works for the newly made user. if SO. then its a problem with the other users setting files04:17
quietonewilee-nilee, someone else tweaking. but compiz likely disabled04:18
wilee-nileeLinuxGold, Do you see your nick?04:18
LinuxGoldyes was making sure it was directed at me properly.  I'm installing from source.04:18
rbennacer<matjam> but is it normal that it hangs, it should just skip it, right?04:18
Dr_willis_quietone,  if you have been tweaking.. then yes - that would point to a problem with the users settings. askubuntu.com should have a guide on how to totally reset the users compiz and unity settings04:18
LinuxGoldthanks wilee-niles04:19
* LinuxGold remembers compiling a kernel on 386 SX 1604:19
matjamrbennacer: it should time out eventually; yes04:19
wilee-nileeLinuxGold, I did not see all your posts, before signing in.04:19
LinuxGoldwilee-nilee: if you want to review -- here is my pastebin: http://pastebin.com/ukML9UeZ04:20
LinuxGoldthat is my specific problem that I am working on04:20
rbennacermatjam,  i left it for 10 minutes and it didn't time out04:20
=== xmetal is now known as xmetal_AFK
rbennacermatjam, anyway i change the timeout?04:21
wilee-nileequietone, unity is a plugin in compiz, did you disable it on purpose?04:21
=== andrex|off is now known as andrex
matjamrbennacer: I'd just configure the ntp.conf to use IPs instead of hostnames, that might work04:21
matjamthough its better to use dns04:21
matjamhmm04:21
ntzrmtthihu777wilee-nilee: no compiz here, just metacity with compositing for docky :D04:21
rbennacermatjam, ok i will try04:22
wilee-nileeLinuxGold, Out of my area of helping, since I missed some of your posts I did not realize the git link.04:22
matjamrbennacer: are you using network manager?04:22
quietonewilee-nilee, I was told compiz was causing the screen issues on thin clients04:22
LinuxGoldwilee-nilee: thanks for trying :)04:22
rbennacermatjam, i don't think so it is the server edition04:22
wilee-nileequietone, Thin clients, not sure what that is.04:22
matjamhmm04:22
ntzrmtthihu777compiz is too much overhead, lol. Sure, its pretty as heck, but I can get all the compiz features I use with a carefully crafted wmctrl script :D04:23
quietonewilee-nilee, http://ltsp.org/04:23
rbennacermatjam, i am stuck at the boot , i can't even get into the terminal04:23
matjamyeah not sure, its not a problem I've seen unless either the network isn't up or dns isn't working04:23
matjamrbennacer: append the word "single" to the kernel boot parameters04:23
ntzrmtthihu777rbennacer: can't even open a tty with ctrl+alt+f1?04:23
matjam^^ try that first04:23
wilee-nileequietone, So it is a computer setup, but you are running the canonical release?04:24
rbennacerntzrmtthihu777, nope04:24
rbennaceri just tried04:24
quietonewilee-nilee, 12.04 desktop04:24
rbennacermatjam, where can i add that?04:24
CarlFKntzrmtthihu777: how would i turn the fan on?04:25
ntzrmtthihu777rbennacer: damn, that sucks. I got stuck without a gui before, got help here and browsed the web via irssi and lynx04:25
PikachuHello04:25
=== Pikachu is now known as Guest51636
rbennacerhahaha04:25
ntzrmtthihu777CarlFK: oh, are you meaning like on/off? I thought you ment to disable it completely.04:25
wilee-nileequietone, Who said compiz was the problem, they must not know it contains the unity desktop plugin, do you have the left side panel?04:25
rbennacerlynx is the shit haha04:25
wilee-nilee!language | rbennacer04:25
ubotturbennacer: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.04:25
quietonewilee-nilee, no left panel04:25
ntzrmtthihu777CarlFK: setup a chron job for it.04:26
wilee-nileequietone, Without compiz you have no unity, you might try another desktop.04:26
CarlFKntzrmtthihu777: what command would the cron job run?04:26
ntzrmtthihu777quietone: try gnome-panel :P04:26
ntzrmtthihu777CarlFK: no clue here, just trying to help ;)04:26
LinuxGoldolvm?04:26
quietonentzrmtthihu777, how do i do that?04:26
LinuxGold*hides*04:27
CarlFKntzrmtthihu777: awesome.04:27
ntzrmtthihu777quietone: apt-get install gnome-panel, choose it at the login screen (gnome CLASSIC)04:27
Dr_willis_quietone,  the lightest full featured desktop would be 'lubuntu-desktop'04:27
Dr_willis_quietone,  unless you sort of want to build your own. ;)04:27
rbennacermatjam, is there a way to bypass the ntp server start up ?04:27
rbennacermatjam, keep in mind that i have no access to the concole not even from recovery mode04:28
LinuxGoldolwm even04:30
Anthony396Hello04:31
quietoneDr_willis_, thx. Still, I'd like to get it back to working with unity first04:31
ntzrmtthihu777bech04:32
Anthony396My sound does not work on Ubuntu 13.0404:32
Dr_willis_!sound04:32
ubottuIf you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.04:32
bill_Hi04:35
ntzrmtthihu777Lo04:35
Anthony396I can't find anything04:35
ntzrmtthihu777!details | Anthony39604:35
ubottuAnthony396: 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 ..."04:35
Anthony396Anthony396: "My sound does not work on Ubuntu 13.04"04:36
Anthony396I think it stopped after an update04:36
Anthony396after the first time I use it04:37
ntzrmtthihu777Anthony396: have you tried toggling the hardware mute button yet?04:37
ksdgjsdkgjkshow can i unzip a password protected 7zip file?04:37
Anthony396Beep04:37
gefangshuaifuck04:37
gefangshuaidd04:37
gefangshuaid04:37
gefangshuaid04:37
gefangshuaid04:37
gefangshuaid04:37
FloodBot1gefangshuai: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.04:37
LinuxGolddon't need paste to show his cussing lol04:38
gefangshuaiexit04:38
gefangshuaiquit04:38
ntzrmtthihu777gefangshuai: dpn't forget the /04:38
ntzrmtthihu777ksdgjsdkgjks: not sure, try man 7z, and how the heck do you remember that name?04:39
ksdgjsdkgjksntzrmtthihu777: i dont04:39
Anthony396Only Beep is in alsamixer,04:40
irritreaHi, i need to redo / change my password for ubuntuforums - i already had a user id for the forums - what is the solution ?04:41
RPG-MasterOK, I used to be able to just click on bash scripts like whatever.sh and it would execute it. But now it isn't working. :(04:41
Flannelirritrea: #ubuntuforums is where you want to ask04:41
ksdgjsdkgjksRPG-Master: you gotta give it execution permissions04:41
RPG-MasterI  have!04:41
irritreaFlannel: thanks , am going there04:42
Anthony396I could try reinstall ubuntu04:42
ksdgjsdkgjksRPG-Master: then try running it in a console to see why it isn't doing its thing04:42
ntzrmtthihu777RPG-Master: what de are you using? I've noticed it changes from de to de04:42
Anthony396Sound worked only first time04:42
RPG-Masterksdgjsdkgjks: It works then, but I'd rather not have to open the terminal when the file is right there in Nautilus.04:42
Anthony396It could be an update04:43
RPG-Masterntzrmtthihu777: standard 13.0404:43
RPG-MasterWell, there was this one time...04:43
RPG-MasterI replaced Nautilus with Merlin.04:43
Anthony396My sound does not work on Ubuntu 13.0404:43
RPG-MasterThen I went back to Nautilus.04:43
quietonentzrmtthihu777, I just learned that clicking on the logo allows one to select the desktop04:43
ntzrmtthihu777quietone: yep, nice, no?04:44
quietonethe things a non ubuntu user learns04:44
ntzrmtthihu777I personally use gdm and gnome-panel, no other de's, so no issue.04:44
LinuxGold"merlin" brought me back to merlin electronic game...04:44
RPG-MasterThis involved me uninstalling Nautilus, making Merlin taker over the desktop, and then reversing the whole thing  like a week later.04:44
LinuxGoldhttp://www.youtube.com/watch?v=Mx0yAvjUd6004:44
RPG-MasterI'm not spelling it right...04:45
irritreaHi, needed to know if any one is successfully running a wacom intuos 4 tablet in the "tablet to screen mode" on ubuntu, if so how to would be helpful04:46
RPG-MasterSo what could I have broke between uninstalling nautilus, installing another file manager, and then reversing it?04:47
ntzrmtthihu777irritrea: dunno, but wacom functions on my dell latitude xt2 work fine.04:48
ntzrmtthihu777RPG-Master: apt-get --reinstall purge nautilus?04:48
RPG-Masterhmmm04:48
RPG-MasterThat is an option.04:48
RPG-MasterFOUND IT!04:49
Aaruniok, this is a serious problem now. nobody can access my Ubuntu machine on my local network. need to get this resolved ASAP.04:49
RPG-MasterI am so stupid.04:49
ntzrmtthihu777RPG-Master: what was it?04:49
irritreantzrmtthihu777: does it work like a fancy mouse and pen or can you get it to work in tablet to screen mode - where the tablet boundaries are replicated on a window in the computer - restricting the tablet use area to an open screen in gimp etc04:49
ntzrmtthihu777!details | Aaruni04:49
RPG-MasterIt is under "Behavior" in Nautilus' preferences.04:49
irritreamine works well like a mouse / pen etc04:49
ubottuAaruni: 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 ..."04:49
Aarunipings work all right, but you can't ssh into it, or access ftp, or even the webpages stored on /var/www04:49
ntzrmtthihu777RPG-Master: d'oh!04:50
ntzrmtthihu777irritrea: dunno, not an artist. it supports up to four touch points plus the pen with two buttons.04:50
ksdgjsdkgjksRPG-Master: you mean Marlin?04:50
RPG-Master"Executable Text Files: Run, Read, Ask"04:50
RPG-MasterI had it set to read.04:50
RPG-Masterksdgjsdkgjks: Yes!04:50
irritreantzrmtthihu777: did it work out of the box or did you set it up04:50
ntzrmtthihu777Aaruni: any message on a ssh attempt?04:50
RPG-MasterI know spell good.04:50
ntzrmtthihu777irritrea: it worked out of box once I installed the firmware (have to do that via win7, unfortuneatly)04:51
Aarunintzrmtthihu777: Ubuntu 12.04, 64-bit. LAMP server installed, openssh server installed, vsftpd installed. I can access ssh user@localhost. other machines can ping my machine. but services like ssh, ftp, and web page viewing attempts fail. a timeout error is shown on the device trying to connect.04:51
ksdgjsdkgjksRPG-Master: marlin is pretty good but not ready for prime time i think04:51
ntzrmtthihu777irritrea: or rather, it worked with single touch/pen before firmware, additional functionality after.04:52
RPG-Masterksdgjsdkgjks: Yep, it was pretty slick, but I was missing some features from Nautilus. Now, its been awhile since so I can't tell you what those features were. :P04:52
SlickerishHi all. I just tried installing 13.04 on my laptop several times and each time the keyboard and mouse wont respond when i try to run it. They work fine on the live disk04:52
irritreantzrmtthihu777: what firmware04:52
ntzrmtthihu777Aaruni: what *exactly* does it say when you try to ssh into it? are you using keys or passwords? do you have an open port in your firewall? details!04:52
ntzrmtthihu777irritrea: n-trig digitizer firmware.04:52
RPG-MasterThanks again for being my emotional support while I fumbled into my solution! :P04:53
irritreabecause mine works out of the box and with some additional installs it works well - only the tablet to screen mode does not work04:53
=== companion is now known as Companion
Aarunintzrmtthihu777: should I try ssh -v ? because i just tried ssh, and its just sitting there. a timeout error will occur shortly04:55
AaruniI don't have any firewalls on ubuntu04:55
Aarunintzrmtthihu777: ssh : connect to host 192.168.0.101 port 22 : Operation timed out04:55
ntzrmtthihu777Artemis3: try using nmap to check if the host is up.04:56
wilee-nileeSlickerish, Are you running the installs with the update while installing box clicked and on the web?04:56
Aarunintzrmtthihu777: you mean me ?04:56
ntzrmtthihu777nmap 192.168.0.101; and are you using static ip's or dynamic.04:56
ntzrmtthihu777Aaruni: yeah, my bad XD04:57
Aarunintzrmtthihu777: static.04:57
ntzrmtthihu777irritrea: ah. well my 'wacom tablet' is actually my touch screen on this lappy; it uses the xserver-wacom drivers, though.04:57
SlickerishNo. Shoild i be doing so?04:58
ntzrmtthihu777Aaruni: I'm assuming you have /etc/network/interfaces setup proper?04:58
rbennacerhow can i prevent ntp service from starting?04:58
Aarunintzrmtthihu777: I didn't mess with anything. its all default. and I can access ssh user@localhost, and also http://localhost/04:58
wilee-nileeSlickerish, That is a problem some have with graphic drivers, just a guess but I would. This a desktop or a laptop?04:58
irritreaso not a real wacom standalone intuos tablet ?04:59
rbennaceri have rename all the files in the rc* directory and it keeps trying to start the ntp server when it boots04:59
ntzrmtthihu777Aaruni: you realize that localhost is *you*, right?04:59
SlickerishIts a laptop04:59
ntzrmtthihu777Aaruni: you should setup the ifup to set the static ip, and add ifup eth0 to /etc/rc.local04:59
Aarunintzrmtthihu777: yes. I can access localhost in ubuntu, that's how theadmin was trying to check my config the other day.05:00
ntzrmtthihu777Aaruni: ah, just to check that ssh was working and it was in fact another issue, yeah?05:00
Aaruniprobably05:00
wilee-nileeSlickerish, I would also find the hardware info if possible on the keyboard and mouse and check the web, the keyboard is the on board? Be sure to use nicks here, you can tab complete them.05:00
Aarunintzrmtthihu777: the IP address allocation is taken care of by router.05:00
Aaruni*is being05:00
jhileHey is there a problem with ubuntu 12.04.3 and nvidia 319 drivers?05:01
ntzrmtthihu777Aaruni: oh god. what router?05:01
Aarunintzrmtthihu777: D-Link DIR 61505:01
ntzrmtthihu777Aaruni: *whew* was afraid you had a motorola nvg51005:02
Aarunilol05:02
ntzrmtthihu777Aaruni: check your router control page, there should/may be a setting to allow ssh to pass through.05:02
LinuxGoldhmm05:02
LinuxGoldboost source is still compiling as I speak...05:03
newbie123Hi everyone!05:03
LinuxGold*grin*05:03
wilee-nileejhile, here are 3 threads, for help you want to state the issues to the channel. http://askubuntu.com/search?q=12.04.3++nvidia+31905:03
Aarunintzrmtthihu777: I can ssh into other machines from my machine, so I think no need to mess with that. I think this is an issue with ubuntu.05:03
ntzrmtthihu777Aaruni: I'm assuming you have it setup like current machine > router > server?05:03
ntzrmtthihu777Aaruni: its likely a config issue. do you have a head on the server?05:05
Aarunintzrmtthihu777: see, router is 192.168.0.1 . all other machines are 192.168.0.10x. out of that ,two are set on static, 192.168.0.100, and 192.168.0.101 . This router is wi-fi, and it also serves as a connection to the internet05:05
jhilewilee-nilee, what is the correct way to post a bug ?05:05
Aarunintzrmtthihu777: yeah. ubuntu desktop, with other things installed on top05:05
wilee-nilee!bugs05:05
ubottuIf you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.05:05
jhilewilee-nilee, thank you05:05
ntzrmtthihu777Aaruni: ah. I've only done this with a pure ubuntu-server05:06
wilee-nileeno prob05:06
ntzrmtthihu777Aaruni: did you run nmap against the server like I suggested?05:06
Aarunintzrmtthihu777: http://txt.krow.me/1282 is the nmap output for quick scan05:07
=== Companion is now known as companion
ntzrmtthihu777Aaruni: go to the server and check out ufw05:07
Aarunintzrmtthihu777: Status: inactive05:09
ntzrmtthihu777Aaruni: if I understand right, the output you gave me shows that, for whatever reason, port 22 (or was it 23?) for ssh isnt' open, so it can't work.05:09
Aarunintzrmtthihu777: how to open port 22 ?05:09
ntzrmtthihu777Aaruni: someone correct me if this is wrong, but I think its sudo ufw allow 2205:10
AaruniBTW, if 127.0.0.1 is a virtual loopback, and to your computer, it seems that someone else is connecting, and if that connects, then port 22 is open ?05:10
ntzrmtthihu777Aaruni: yes, iirc, but if I run ssh localhost/127.0.0.1 its testing a self connect, and not the other machine.05:11
ntzrmtthihu777unless I'm just stupid XD05:11
LinuxGoldok -- downloaded from source, tried to install it and didn't seem to upgrade properly.05:12
ntzrmtthihu777Aaruni: oh, seems sudo ufw allow ssh will do the trick as well.05:13
ntzrmtthihu777LinuxGold: i think you have to remove the old version.05:13
Aarunintzrmtthihu777: but ufw is disabled!!!05:13
ntzrmtthihu777LinuxGold: or use update-alternatives, but that's a pita to setup XD05:13
LinuxGold:/05:14
LinuxGoldurl for update-alternatives please05:14
ntzrmtthihu777Aaruni: no need to shout, I'm just pointing out some area's to look at.05:14
ntzrmtthihu777!update-alternatives05:14
ntzrmtthihu777guess not :/05:14
Aarunintzrmtthihu777: thats for emphasis. shouting is CAPS05:14
LinuxGoldlol05:14
AaruniLinuxGold: maybe this ? http://linux.die.net/man/8/update-alternatives05:15
EJwould anyone be able to help me set up some port fowarding?05:16
ntzrmtthihu777Aaruni: just saying. I configured all this on ubuntu-server precise for ssh, so I'm just relating what I did to get it to work.05:16
EJI just registered a domain name no no-ip and am trying to get it to work with my apache server05:17
EJwith*05:17
Aarunintzrmtthihu777: re-install the openssh server ?05:17
ntzrmtthihu777Aaruni: seems excessive.05:17
ntzrmtthihu777EJ: can't help you, but I'd like to hear of no-ip. looking to setup a webserver to host my website/minecraft mods :P05:18
EJi registered a domain name here http://www.noip.com/ and am just trying to get it to look at my apache home directory05:20
Aarunintzrmtthihu777: VNC doesn't work either, while trying to get into ubuntu05:26
Aaruniyou think some application has messed up settings ?05:26
AaruniEJ: I'm pretty sure, that you can simply set up the domain name in the control panel, to point to the IP of whatever server your files are hosted to05:27
Aarunintzrmtthihu777: namecheap is good too05:28
EJAaruni: in the Apache control panel?05:28
ntzrmtthihu777Aaruni: thanks for the info. In any case, its very late here, so I must away. Hope you get sorted.05:28
AaruniEJ: if I understand correctly, then you have your files hosted on a server, and only bought the domain name from no-ip05:28
EJAaruni: correct05:29
AaruniEJ: then in your no-ip control panel, there has to be some setting like ip-tables. you can enter an ip address there to make your domain point to that address05:30
=== ultworld is now known as yol0
EJAaruni: in the configuration it shows my ip address (where the files are hosted),05:34
AaruniEJ: what's the domain name ?05:34
EJAaruni: if i put my ip address in a browser it won't work but if i use localhost it will work05:34
EJAaruni: www.ejegyed.no-ip.biz05:35
AaruniEJ: your host is not pointing to anything, at the moment.05:35
Aaruni*domain05:35
irritreahi, whats the difference between vanilla ubuntu and ubuntu studio05:37
cfhowlettirritrea, for one thing, US is built on xubuntu so different desktop environment.  beyond that, US includes multimedia creation packages for audio, film, photographic production05:38
testererRaring:  My USB WiFi dongle doesn't work (chipset ralink RT2571).   "lsusb" reveals it's connected and shows the vendor/device IDs.05:41
testererifconfig doesn't show wlan0.   But if i force it with ifconfig wlan0 up it magically appears05:41
testereriwconfig causes the WiFi lights to turn on but no connection.  any ideas?05:42
testererBetter still, do you have a step by step guide to connecting this WiFi from the terminal?05:43
wilee-nileetesterer, Those need a wrapper and are a real hassle for some, personally I would get one that plugs and works.05:43
LinuxGoldfinally a progress05:43
LinuxGoldwent past 37% so far05:44
testererwilee-nilee..oh pity i bought a bunch of them cheap and they work fine in kernel 2.6.32.x.   Maybe ndiswrapper will work?05:44
wilee-nileepossibly that is the usual answer I have seen, nothing on askubuntu05:44
testererok thanks trial and error i suppose05:44
wilee-nileeyeah iy can be05:45
wilee-nileeit*05:45
Aaruniwilee-nilee: canz you help with ssh problem ?05:46
wilee-nileenever use ssh myself05:46
Aaruni:(05:47
=== MartinS is now known as Guest1961
cuzzoIs there a command to tell if the monitor is receiving input?  I.E. the device may be connected to the monitor, but the monitor is displaying input from other source.  Is there a way to know that?05:47
Dr_willis_like if you have HDMI and VGA both connected. but are using VGA05:50
=== CyberJacob|Away is now known as CyberJacob
Aaruniok, guys, if anyone here can still help, I did a complete nmap, and it shows many, many blocked ports..06:03
jpdsAaruni: Good.06:03
Aarunijpds: why good ?06:03
jpdsAaruni: That's the way it's suppose to be.06:04
Aarunijpds: I can't ssh into my machine. I need to be able to.06:04
jpdsAaruni: Then you need to check that just 22 is open.06:04
Aaruni22 is blocked06:04
irritreaHi, does anyone know how to setup a wacom intuos 4 tablet on ubuntu in the *tablet to screen mode* - the tablet works fine otherwise06:08
cfhowlett!wacom|irritrea,06:10
cfhowlettirritrea, https://help.ubuntu.com/community/Wacom06:14
Guest79439hi all. A general  linux / network question. Does creating a bridge between a virtual guest os (and a virtual guest nic) and your physical NIC pose a danger to the host?06:14
=== Guest79439 is now known as jonascj
=== junktext is now known as junktext_
=== junktext_ is now known as junktext__
girishhi06:21
=== junktext__ is now known as junktext
neverherewhat is the command to view the current time?06:25
cfhowlettneverhere, time06:25
neverherecfhowlett, you got to be kidding me x.x06:26
neverherecfhowlett, i get nothing but zeros with that command06:26
cfhowlettneverhere, yep.  actually, it's date06:26
neverherecfhowlett, thanks :D06:26
cfhowlettneverhere, sorry.  had a bit of a giggle at your expense.06:26
Dr_willis_time i belive 'times' the time it takes to run a command..06:26
ashoksaoonick06:31
Dr_willis_nock?06:32
LinuxGoldI made a big step forward, then when I tried to execute a file I got the error:06:34
LinuxGoldroot@minecraftsrv:~/minecraft# mapcrafter --find-resources06:34
LinuxGoldmapcrafter: error while loading shared libraries: libboost_system.so.1.49.0: cannot open shared object file: No such file or directory06:34
El_QuedroLinuxGold, try installing the following package: libboost-system1.53.006:35
LinuxGoldapt-get can't find that file.06:36
El_Quedrostrange, which version are you using?06:36
LinuxGold1.46.106:36
LinuxGoldUbuntu Server06:36
El_Quedrotry a apt-cache search libboost |grep system06:37
El_Quedroyou should find an installable package for your Ubuntu version06:37
LinuxGoldlisted, but up to 1.48.106:38
LinuxGoldno 1.53.106:38
LinuxGoldhttp://pastebin.com/BF4JySJJ06:38
LinuxGoldhttps://launchpad.net/ubuntu/+source/boost1.5306:42
uronuhello guys how can we create a script file which a single script command the software automatically download and install?06:42
El_Quedroyou can try installing that LinuxGold, or you can upgrade to a newer version of ubuntu06:43
LinuxGoldhmm...06:43
El_Quedrohttps://gist.github.com/springmeyer/277856706:43
LinuxGoldI would rather upgrade to newer version of ubuntu06:43
ashoksahoodhruvasagar dude your router is unsecure06:43
LinuxGoldforgot how I do apt-get full upgrade of ubuntu06:43
=== girish is now known as rakesh23
El_Quedroapt-get dist-upgrade06:44
LinuxGoldthanks06:44
El_QuedroI found some installable deb's here: http://pkgs.org/download/libboost-dev06:44
LinuxGoldok, after I do full ubuntu upgrade06:45
LinuxGoldugh?06:45
LinuxGoldapt-get dist-upgrade stopped short06:45
El_QuedroNo, you can try that now, but I think you will run into dependency issues06:46
El_Quedrostopped short?06:46
LinuxGoldyeah06:47
LinuxGoldlooks like I am using the latest ubuntu server06:47
LinuxGold(console based server)06:47
LinuxGoldroot@minecraftsrv:~/minecraft# do-release-upgrade06:47
LinuxGoldChecking for a new Ubuntu release06:47
LinuxGoldNo new release found06:47
El_Quedrocat /etc/lsb-release06:47
LinuxGold12.04.3 LTS06:48
Nicho_Helo06:48
El_Quedrohmm, did you already tried to install 1.49 from Ubuntu 12.10 from here: http://pkgs.org/download/libboost-dev ?06:49
LinuxGoldno I have not -- trying...06:50
Nicho_Sound does not work on Ubuntu 13.04, but it does on Windows. I don't have speakers.06:50
LinuxGoldwget forbidden...06:51
LinuxGoldwhat the...06:51
El_Quedro:|06:51
cfhowlettLinuxGold, sudo wget ...06:52
Nicho_?06:52
Nicho_How do I sound to work?06:53
Nicho_Sound does not work on Ubuntu 13.04, but it does on Windows. I don't have speakers.06:53
cfhowlett!patience|Nicho_,06:53
ubottuNicho_,: 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/06:53
Nicho_I can't find from search06:55
KihokkiMureke Nicho_, Mureke.06:56
Nicho_?06:56
qingluohi all06:56
cfhowlettqingluo, nihao06:56
qingluohi all, any one know /etc/init/mounted-run.conf is called by which file? or please tell me the order after "Freeing init memory" and before /sbin/init(init=? is not set by bootloader)06:56
qingluolol06:56
El_QuedroNicho_, I find it strange that you have sound in windows but you do not have speakers :P06:57
Nicho_I am using ear06:57
Johnny_Linuxalsamixer06:57
Nicho_alsamixer = Beep06:57
LinuxGoldlol06:59
Nicho_Only thing I see in alsamixer is Beep06:59
LinuxGoldI hate this web -- requires to go to next web, then click to download06:59
Nicho_that's why I'm asking here.06:59
LinuxGoldI'm in console --06:59
qingluoany one can help me ? i have been stucking in this problem for 2 days06:59
qingluohi all, any one know /etc/init/mounted-run.conf is called by which file? or please tell me the order after "Freeing init memory" and before /sbin/init(init=? is not set by bootloader)07:00
cfhowlett!patience|qingluo,07:00
ubottuqingluo,: 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/07:00
qingluothanks07:01
LinuxGoldto save my time do-release-upgrade -d07:01
LinuxGoldthen will try again07:01
cfhowlett!who07:01
ubottuAs you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)07:01
Dr_willis_qingluo,  what sort of issue are you having that you need to mes with those files?07:11
Nicho_no07:13
Nicho_yes07:13
wagleif you install 12.04 when 13.04 is already installed, it offers to run them "alongside each other"..  does it do this on the same partition, or separate?07:15
Dr_willis_it would be seperate wagle07:15
Dr_willis_You cant really have them both installed to the same partion07:16
Nicho_am i the first person?07:16
Nicho_   07:16
cfhowlettwagle, but why wouldyoudo such a thing?07:16
wagleLTS07:16
Dr_willis_Nicho_,  perhaps clarify the problem07:16
cfhowlettwagle, 12.04 is lts.  13.04 isn't.07:16
Dr_willis_do you REALLY have that big of a demand that you need LTS?07:16
Nicho_Sound does not work on Ubuntu 13.04, but it does on Windows. I don't have speakers.07:16
wagleright07:16
Nicho_I am using ear07:16
Dr_willis_Nicho_,  so how are you making sound at all?07:17
Nicho_alsamixer = Beep07:17
Dr_willis_Nicho_,  thats not really clarifying anything.. just repeating.07:17
ashoksahooHello07:17
cfhowlettNicho_, by any chance, have you turned off the ubuntu speakers?07:17
cfhowlettashoksahoo, greetings07:17
Nicho_nothing is off07:17
Dr_willis_'using ear' - well - yes  most people hear sounds with their ears..07:17
cfhowlett:)  earphones perhaps?07:17
ashoksahooI am installing debian in expert mode, and there is a point where its asks between 486 and 686 kernels07:18
cfhowlettashoksahoo, this aint' debian.  they  have their own channel.  ask them07:18
cfhowlett!debian07:18
ubottuUbuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu!07:18
Dr_willis_cfhowlett,  im starting to just assume the dumbest interpertation of vague statements. ;) makes things more fun.07:18
cfhowlettDr_willis_, understood.07:18
qingluohi all how to mark someone to talk like  aaa: bbb: hello07:18
Dr_willis_since aparently now 'clarify' means just repeateing what you said.07:19
cfhowlettqingluo, ask for permission to go to private chat.07:19
Dr_willis_qingluo,  mark them where?07:19
qingluoyep07:19
qingluojust like the way u call me?07:19
Dr_willis_qingluo,  nick completion on the tab key.. its a common feature of most irc clients07:20
Dr_willis_Might be a good idea to read the docs for your irc client. ;)07:20
Dr_willis_!tab07:20
ubottuYou can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.07:20
waglei want lts because I dont want to replace the os in 9 months07:21
Dr_willis_wagle,  so upgrade?  i find that a rather poor reason to stick to LTS really.07:21
Dr_willis_if you are going to stick to LTS. why dual boot another ubuntu?07:21
cfhowlettDr_willis_, for future use ... https://www.dropbox.com/s/s83smqd5jg37qnv/SLJ%20English%20Ad.jpeg07:21
wagleok fine, i dont like where ubuntu is going on the desktop..07:21
cfhowlettwagle, so don't use it.  log out.  Choose a different desktop environment.  log in.  done.07:22
Dr_willis_wagle,  theres other desktops you can install. the next LTS release will include LUBUNTU as a LTS ive heard07:22
OgruhELLO07:22
OgruHello07:22
cfhowlettogra_, greetings07:22
LinuxGolduse Windows 8 then07:22
* LinuxGold hides07:22
OgruAny chance I can get some help ? ;]07:23
Nicho_hi07:23
cfhowlettwagle, your computer, your choice.  if you want LTS for long-term support, seems silly and counterproductive to also install a short-term support version.  Think it through.  Is it possible.  sure.  is it advisable?  well...07:23
vltOgru: No07:23
Dr_willis_!ask07:24
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience07:24
cfhowlett!ask|Ogru,07:24
ubottuOgru,: please see above07:24
waglei installed 13.04, and consider that to be a mistake, so am installing 12.0407:24
Ogruok. I'm struggling to bridge the wlan0 interface07:24
Dr_willis_wagle,  13.10 is due out soon. ;)07:24
Ogruwith tap0 interface07:24
Ogrui'm using 12.0407:25
cfhowlettwagle, and by installing you mean in place of 12.04?  then don't install NEXT to 12.04.07:25
waglei'm not07:25
waglei was surprised at having such a choice and wondered07:25
cfhowlettwagle, ubuntu is flexible if nothing else ...07:26
Dr_willis_Good old Grub and its Os-probeing-mindreading skills07:26
OgruI'm struggling to bridge the wlan0 interface with tap0 interface. I'm using 12.04 64bit. I used iw dev wlan0 set 4addr off and enabled WDS on my home router but still no luck.07:28
Ogrusorry I meant  iw dev wlan0 set 4addr on07:29
waglemy theory was that acpiutils (?) was needed to probe my wifi hardware, but it should have been installed by default?07:30
kickhello world!07:31
cfhowlettkick, greetings07:31
=== milessabin_ is now known as milessabin
waglesorry, not finding that on my 12.04 system07:33
wagleacpi-support, maybe?07:34
cfhowlettwagle, check the name.  acpiutils not in the repos.07:35
waglecfhowlett: yeah, thats what i said, sorry07:35
cfhowlettwagle, look at the feedback from this terminal command:   apt-cache policy acpi*07:36
Ogruaway07:37
waglemy experience was my wifi didnt work on archlinux, but worked out of the box on ubuntu..  the main difference seemed to be that package being installed, but i couldnt get it to work for archlinux07:37
wagleso i dunno if thats it07:37
lord4163Hello07:37
cfhowlettlord4163, greetings07:38
nerdtronwagle, what kernel did you use in arch??07:38
lord4163I installed Linux MInt on a computer here with an ATI 9200 Pro, do I have to install fglrx or something else?07:38
waglenerdtron: dunno..  whatever they used 2-3 months ago07:38
nerdtronlord4163, if it's working you don't have to07:38
nerdtronwagle, and what version of ubuntu di you use?07:39
wagle12.04 works fine out of the box on the notebook07:39
lord4163nerdtron: No it's not working X won't even start07:39
waglesame with 12.1007:39
wilee-nilee!mint | lord416307:39
ubottulord4163: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org07:39
cfhowlett!mint|lord4163,07:39
ubottulord4163,: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org07:39
lord4163wilee-nilee: it's the same shit 12.0407:40
wilee-nileethen install 12.04 for support and don't swear07:40
nerdtronlord4163, chill out...what model is your laptop?07:40
cfhowlettlord4163, language.  and profanity and attitude aside, linuxmint has their own channel for a reason.  go there and get your answers07:40
lord4163nerdtron: No its an desktop.07:41
cfhowlettnerdtron, mint isn't supported here.07:41
lord4163wilee-nilee: No, I don't want unity or xfce, lubuntu has no LTS.07:41
nerdtronwagle, what model is your laptop? and did you ask the forums of Arch linux, people are really helpful there07:42
wagleeh, i'm fine with 12.04 now..  will worry about archlinux maybe in a year or three07:42
lord4163nerdtron: you know what driver to install? :)07:46
nerdtronlord4163, sorry, i don't know, i'm not using ati or nvidia drivers07:47
Karan_Does any python programmers online?07:47
ShutemDownI'm having a problem using my password on a new user account.  I did useradd NAME -p PASSWORD07:48
cfhowlett!python|Karan_,07:48
ubottuKaran_,: python is a popular Object Oriented scripting language included in Ubuntu. For more on Python please see http://www.python.org/ or #python07:48
ShutemDownI can su into the user account, but I can't change or use the password07:48
ShutemDownIts in the sudo group btw07:49
ShutemDowni tried blank password, i tried the root password, i tried the password I set when I created the account07:49
Karan_I've written an python media player program. I need to import the user set volume. How can i do?07:50
ShutemDownWhen creating a new user, does it matter the order of the options?07:50
cfhowlettKaran_, best to ask in python ...07:50
ShutemDownKaran, you're in the wrong room, go to #python07:50
Karan_Cool.07:50
ubuntinigood morning :) is there any way to manage apc usvs via the network management interface from the usv with ubuntu or something else?07:51
ubuntini*ups07:52
=== Guest80624 is now known as abrkn
nerdtronubuntini, explain a little bit more? usv? apc? usvs?07:52
wagleis there a standard way to get disks mounted without being owned by the current user?07:53
ubuntininerdtron: APC is a big factory which distributes universal power supplies for power interrupt / loss.07:54
geirhawagle: Add an entry for it in /etc/fstab, with the user or users options (see man mount)07:54
waglegeirha: is there a gui, or do i have to use my clui bat?07:55
geirhawagle: There might be, but none that I've tried.07:55
wagleah ok07:56
rkhshmi just installed debian on my machine and the GUI seems to be a bit odd http://imagebin.org/269637 . what are the essential drivers if any needed?07:57
auronandacerkhshm: this is for ubuntu support, not debian07:58
cfhowlett!debian|rkhshm,07:58
ubotturkhshm,: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/12.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu!07:58
DJonesrkhshm: Debian has its own support channel #debian, probably best asking in there07:58
lord4163wilee-nilee: still dead in that channel.08:01
=== dziegler_off is now known as dziegler
=== GingerGeek[Away] is now known as GingerGeek
nerdtronlord4163, maybe because it is night time08:05
auronandacenerdtron: you mean its night time in your timezone08:06
nerdtronauronandace, it's daytime here in PH,, i say it's nighttime mostly in US08:07
cfhowlettnerdtron, afternoon in Beijing ...08:07
auronandacemorning in uk08:07
nerdtronhaha  i'm just used to being always night time  when i talk to other people in the forums or IRC :)08:08
ashoksahoohello08:11
=== GingerGeek is now known as GingerGeek[Away]
ashoksahooI am upgrading an embeded system from old release08:11
ashoksahooIf I remove unwanted softwares like office, mail clients, games, will it be installed back in new relese08:12
cfhowlettashoksahoo, depends on your upgrade method; clean install will install all default packages.  online upgrade will not.08:12
=== Karan_ is now known as karan_
elektrikxhi08:21
=== Fairy is now known as Kiwikaki
qingluohi all, my startup image not a login frame as i wanna, i have to press ctrl+alt+F2 to change to a tty view, is there any auto script can do this smart!?08:31
wagleis there a way to restore my 13.04 homedir to a 12.04 system?  ie, ignore the 13.04 specific stuff?08:42
cfhowlettwagle, you mean you just want the data?08:42
ActionParsnipwagle: you can restore casual user data easily08:43
nerdtronwagle, copy paste you data folders08:43
cfhowlettwagle, don't copy the .hidden folders08:43
waglewell, i want my firefox config, for example08:45
wagleqingluo: see the kbd package?08:46
qingluowagle: i dont have such config files08:48
nerdtronwagle, if you want firefox config, copy the .mozilla folder08:51
nerdtronwagle, BTW, use firefox to sync bookmark, and passwords, addons, it's a lot better than copy paste08:52
wagletried sync, it dies for me08:53
wagleand botches up my bookmarks08:53
me-1hi ...just installed ubuntu but cant install anything http://paste.ubuntu.com/6058199/09:02
me-1I need your help http://paste.ubuntu.com/6058199/09:04
=== cyril is now known as Guest37132
DJonesme-1: Is it a fresh install? Try running sudo apt-get update and then running your install command, it may be that the database is out of date & needs refreshing first09:05
me-1DJones: yes it is a fresh install but command you mention gives me error http://paste.ubuntu.com/6058207/09:07
wagleare you connected to the internet?09:08
wagleme-1: ^^^09:08
me-1wagle: yes I am connected09:09
wagleso the new system can directly connect to the paste server?09:09
me-1wagle:  yes writhing these words from same computer09:10
TNTSHi, how do I remove Windows 7 from an Ubuntu dual-boot?09:10
wagleme-1: ok09:10
=== POo_mec87 is now known as Guest992
DJonesme-1: That looks like the repository you're using might be down, it might be worth changing which server you're connected to09:10
* wagle thinks, and nothing happens09:11
me-1 DJones I was thinking the same . How can I change mirror09:12
DJonesme-1: https://help.ubuntu.com/community/Repositories/Ubuntu If you look at that and maybe change the download server to a different one, that may solve the issue09:12
=== pumafied_ is now known as pumafied
ActionParsnipme-1: use software centre09:17
=== ubuntu is now known as Guest98150
=== carsten is now known as Guest48527
sugoofyroot@mickey:/#su goofy && ssh goofy.com                        -- why does this fail? result: goofy@mickey:/$ exit09:38
sugoofyexit09:38
sugoofyPermission denied (publickey).09:38
sugoofyI'd expect the permission error for any user other than goofy. How can combine su user with another command in one line?09:38
FloodBot1sugoofy: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.09:38
sugoofy@floodbot1 update your algorithm.09:39
igalicsugoofy: sudo -Hu goofy ssh goofy.com09:40
sugoofyif i run sudo -Hu goofy, will it use goofy's account to try and login to goofy.com?09:41
igalicsugoofy: yes09:41
igalicI assumed that's your intent.09:41
sugoofywow. works like a charm. as they say: thanks a ton mate!!!!09:42
igalicyou're perfectly welcome, sugoofy09:42
netiulaudio is working, but no devices listed in soundsettings10:08
netiulexecuting pulseaudio gives me pulseaudio: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpulse.so.0: undefined symbol: json_tokener_parse10:08
netiulalready removed pulseaudio and reinstalled it as well as removed ~/.pulse and ~/.pulse-cookie10:09
=== ARIA is now known as Guest74931
netiulany ideas? :)10:09
netiul12.04 btw10:10
netiulwith gnome 310:10
polomolo777Hi, regarding the update in Israel's day light savings, is there an update already?10:11
polomolo777http://www.worldtimezone.com/dst_news/dst_news_israel04.html10:12
NET||abusehi guys, i've installed ubuntu 13.04 on a lenovo x1 carbon, i've been having occasional x session crashes, my desktop just vanishes the screen is blank for a moment and then the login appears again10:13
NET||abuseand i'm not sure what is causing it, twice yesterday and now once thismorning.10:13
=== Fairy is now known as Kiwikaki
qingluoNET||abuse:  suggest u 12.04 ,it also crashes some times,  but more stable10:16
NET||abuseqingluo: hmm, i can't really,, features in 13.0410:21
lokonghello10:23
jozefko/10:24
DreamcooledHi there. I've a question regarding the gnome fallback desktop environment. Is it possible that there's no transparency support for an applications Drag&Drop?10:27
ActionParsnipDreamcooled: if you use compiz as your WM, it will use the same settings as in the Unity based session10:28
DreamcooledActionParsnip: I didn't change anything on that after installing ubuntu. So it should still be Compiz, and therefore I should have the same behavior ?10:32
ActionParsnipDreamcooled: sure, just disable the Unity plugin10:35
sunsetloverhey, i got a problem with my wifi (broadcom 4313) and i didn't find any solution for it only uninstalling the bcm driver from my ubuntu 12.04 and keep it works using the driver came by default. any one know how to fix this problem?10:43
ActionParsnipsunsetlover: blacklist the driver you don't want it to use10:46
DreamcooledActionParsnip: It seems that metacity is running, with composite off10:46
testerermy apt-get package management is corrupted i'm getting gpg errors and missing files..How can I restore it back to default?10:48
sunsetloverActionParsnip, so you mean no need to use bcm driver, and to keep working on the default one ?10:48
uhpnouhello I am unable to shutdown or reboot from lightdm, can anyone help me?10:50
LittleT!fr10:51
ubottuNous sommes desoles 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.10:51
subhojit777I am using Ubuntu 13.04. I want to configure the display and position of popup notifications. notify osd application is no longer available for Ubuntu 13.04. How can I configure popup notification?10:52
=== ARIA is now known as Guest12439
schlitzer|workhey all, is there a way to prefere "A" DNS queries over "AAAA" queries?10:56
=== jack is now known as Guest99179
rammyhello anyone setup R Studio on Ubuntu 13.1010:56
schlitzer|workthe problem is that requests to short names will get a dns timeout on AAAA records, but requests on shortnames with an "A" requests succeed immediately10:57
ActionParsnipsunsetlover: whichever makes it work10:59
ActionParsniprammy: Saucy isnt supported here11:00
ActionParsniprammy: ask in #ubuntu+1 Saucy is offtopic here til release day11:00
ufk_how can i check if systemd is running properly?11:00
rammyoh ok thanks11:00
rammyI mean thanks ActionParnsip11:01
=== holden is now known as Guest43617
jribufk_: you're aware ubuntu uses upstart by default and not systemd?11:01
Guest43617Hi guys! Have one Q. I was sure that Ubuntu LTS runs on a 3.2 kernel. But in my system information, it says i'm running a 3.8 kernel. Does Ubuntu update the kernel by itself? And if yes, how does that reflect on stability of the system? I mean, i am using LTS primarily for stability :) Thanks in advance!11:03
ufk_yeah11:03
jribGuest43617: ubuntu only updates if you ask it to (by default)11:03
Guest43617hmmm, thing is, i'm sure i didn't ask it to. How do i check for sure which kernel i'm running?11:04
Kiwikakiuname -a11:04
MrQuistuname -a11:04
MrQuistlol11:05
Kiwikaki:)11:05
Guest43617ok, the output is: Linux holden 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux11:05
Guest43617so isn't here supposed to be 3.2?11:06
geirhaGuest43617: Perhaps you've added a PPA with newer kernels...?11:06
Guest43617geirha , i'll check the software sources. one second11:06
jribGuest43617: this is something you have setup/asked for.  You can do « apt-cache policy linux-image » and dpkg -l '*linux-image*' | grep '^ii'11:07
geirhaGuest43617: apt-cache policy linux-image11:07
AxlinIt's possible you have security updates installed automatically. 3.8 is the latest version available to Precise (12.04).11:07
Guest43617linux-image:11:08
Guest43617  Installed: (without)11:08
Guest43617  Candidate: 3.2.0.52.6211:08
Guest43617  spreadsheet of versions:11:08
Guest43617     3.2.0.52.62 011:08
FloodBot1Guest43617: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:08
jribGuest43617: are you translating or something?11:09
geirhaGuest43617: apt-cache policy linux-image\*11:09
Guest43617jrib yes.11:09
Guest43617i didn't know if you would understand my mother tongue11:09
jribGuest43617: don't do that.  Just prefix your commands with LANG=C LANGUAGE=C11:10
Guest43617ok jrib, one second, will repeat11:10
ckwho can help ubuntu member cloak11:11
jribGuest43617: use a pastebin (and do geirha's command)11:11
bazhang!member > ck11:11
ubottuck, please see my private message11:11
DreamcooledActionParsnip: Thank you for your help. I had composition off. (It's strange that the ubuntu filebrowser can do drag&drop with transparency WITHOUT having the WM-composition on.)11:12
Guest43617How do i use patebin?11:12
ActionParsnipDreamcooled: well, what is going to draw the icons?11:12
uhpnou13.04 -> Cannot shutdown or reboot from lightdm -> No other users active -> It happens even after a fresh reboot. -> Anyone helps?11:13
ckbazhang: yes11:13
ActionParsnipGuest43617: you can do it in cli using pastebinit, or copy the text and go to pastie.org and make the paste there11:13
ActionParsnipGuest43617: you will need to copy the new address in the web browser once the page changes11:13
Ben66Guest43617: the answer you're probably looking for is here... https://wiki.ubuntu.com/Kernel/Release/Rolling11:13
DreamcooledActionParsnip: I can't follow you. What do you mean with that?11:13
cku can  see last member bazhang11:13
Guest43617http://pastie.org/829407611:14
bazhangck, /join #ubuntu-irc11:14
Ben66Guest43617: you forgot the 2nd command asked for... dpkg -l '*linux-image*' | grep '^ii'11:15
ckthx bazhang11:15
Guest43617oh, ok, sec. thank you.11:15
StigTheHi, I'm having some problems with my Ubuntu 12.0411:15
StigTheCould someone help me?11:15
Ben66StigThe: not unless you explain the problem11:15
MonkeyDustStigThe  start with a question11:15
MrQuistAsk a question and we might help11:15
Guest43617http://pastie.org/829408311:16
StigTheOf course, I get that the package system is broken, I have tried to run apt-get install -f, but then I get an error message about unmet dependencies on openjdk-7 and openjdk-611:16
jribStigThe: pastebin full input and output; don't paraphrase11:16
Ben66Guest43617: yeah, my link before to you explains it11:17
StigThehttp://pastebin.com/1Z6Ec54v11:17
MonkeyDustStigThe  pastebin the outcome of this line       uname -r;cat /etc/issue;sudo apt-get update11:19
Guest43617Ben66: so it means i have a 3.2 kernel, but 3.8's hardware enablement?11:19
StigThehttp://pastebin.com/VvUqNGsA11:19
Ben66Guest43617: not really, you just have raring's kernel11:19
StigThewoops11:19
StigThespam detection11:19
sunsetloverhey, i'm trying to configure the vpn on my account and i made new vpn client i put the address and username and password. after that i tried to get connected by this vpn but it gives me connection failed11:19
StigThesame link though11:20
jribBen66: I don't think that rolling kernel link reflects the actual state of 12.04, does it?11:20
Guest43617Ben66: how did it come to this? I don't remember it asking me if i wanted that...11:20
Ben66jrib: new installs use it, if you installed 12.04 at release you'd still be on 3.211:20
jribBen66: they use the enablement stack, but those aren't the package names use are they (-current, -hwe)?  At least I can't find those packages on my 12.0411:21
Guest43617oh, so point release 12.4.3 uses it by default?11:21
=== ck is now known as ChitKo
Ben66!info linux-hwe-generic precise11:21
Guest43617*12.04.3, sorry11:21
ubottulinux-hwe-generic (source: linux-meta): Depends on the generic hardware enablement kernel image and headers.. In component main, is optional. Version 3.2.0.52.62 (precise), package size 1 kB, installed size 32 kB11:21
Ben66Guest43617: yeah11:21
StigTheMonkeyDust: http://pastebin.com/VvUqNGsA11:22
Guest43617And how does that work out stability wise? Because i thought the point of having a LTS is sticking to a more tested kernel?11:22
jribBen66: you're right.  I wasn't specifying "flavor".  I usually point to https://wiki.ubuntu.com/Kernel/LTSEnablementStack though11:23
MonkeyDustStigThe  i want to know if you don't have obsolete sources, i need the outcome of sudo apt-get update11:23
Ben66Guest43617: the kernel really isn't the unstable bit11:23
AxlinThe latest stable kernel officially from kernel.org is 3.11. You'll be fine using 3.8. And even if it gave you problems, you currently have both 3.2 and 3.8 installed and could easily fall back to 3.2.11:23
Ben66jrib: oh cool, haven't seen that link11:24
StigTheMonkeyDust: http://pastebin.com/LjKdQXmj11:24
Guest43617Ben66: OK, so it's basically a safe way of making LTS a viable solution for newer hardware constantly, while keeping older, well tested packages on top of it?11:25
Ben66Guest43617: you got it11:25
Guest43617Ben66: Thanks for clarifying! Was kind of surprised when i saw it and didn't know how it works out. Thanks!11:26
ActionParsnipGuest43617: if you start using 3rd party kernels then we cannot support you here. If you are using Precise then you will need to use 3.2 or 3.5 (from backports)11:26
StigTheMonkeyDust: I used to have third party sources, but I removed them from Software Sources11:26
AxlinHe's not using a third pary kernel...11:26
MonkeyDustStigThe  that's a lot of sources, i wonder if some are conflicting, but cannot give advice11:26
StigTheMonkeyDust: I removed them after I tried to fix it myself11:26
Guest43617ActionParsnip: I don't use anything third party, i just installed the .3 version of 12.0411:27
Ben66!info linux-image-generic-lts-raring precise | ActionParsnip11:27
ubottuActionParsnip: linux-image-generic-lts-raring (source: linux-meta-lts-raring): Generic Linux kernel image. In component main, is optional. Version 3.8.0.29.29 (precise), package size 2 kB, installed size 27 kB (Only available for i386; amd64; armhf)11:27
StigTheMonkeyDust: There were 4 diffrent sources under "Other Sources" But as I said, I removed them.11:28
StigTheMonkeyDust: Okey, I'll try to figure something out11:28
StigTheMonkeyDust: I also have an error Icon saying: Error: BrokenCount > 011:29
StigTheBut I don't know if that helps you11:30
StigTheIs there a way to completely remove the applications manually that are causing trouble? I assume it's OpenJDK 6 and 711:31
rchavikhi.. running 12.04 lts.  getting empty syslog, and nothing is logged to any logfiles, eg: /var/log/syslog /var/log/mail11:34
ro9hello11:34
rchavikany pointers?11:34
hammerfall_hi peepz11:36
=== asf is now known as sara_LTS_12
hammerfall_i d need an advice on glusterfs + zfs11:36
sara_LTS_12hi room one small question : how can i download any video from internet ( i don't want youtube) i mean educational videos e.g present on http://videolectures.net/eswc2012_grobelnik_big_data/11:37
sara_LTS_12?11:38
sara_LTS_12i have tried many flash video downloader extensions11:38
volneikroegerHello, I have an image LTSP to meet about 200 department stores with 2,000 workstations in my country, I'm in trouble for the ubuntu 12.04 with unity.11:38
volneikroegerIn Ubuntu 10.04 Gnome allowed to add a taskbar at the bottom of the screen in Ubuntu 12 could not do this without using the classic mode. And the classic mode freezing some types of thinclients when using certain applications.11:38
volneikroegerSo I thought I would follow one of two paths:11:38
volneikroeger1 - Add to the taskbar in Unity mode.11:38
volneikroeger2 - Compile the gnome in Ubuntu 10.04 Ubuntu 12:04.11:38
volneikroegerDoes anyone know how to add a taskbar in Ubuntu 12 Unity or is there some way to do this?11:38
volneikroegerThe only thing I found about this was one taskbar third party.11:38
FloodBot1volneikroeger: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:38
ActionParsnipvolneikroeger: if you run a panel app it will show, tint2 and gnome-panel are examples of this11:39
jribvolneikroeger: consider xubuntu or lubuntu11:40
john_rambo I suddenly can't play videos with vdpau ....I checked .....the non free driver is in use...How to troubleshoot ?11:40
testbot9000So how about them apple devices eh? 73LPR11:41
volneikroegerActionParsnip: At Ubuntu 12 can i add the gnome-panel as a taskbar?11:41
=== zaspire_ is now known as zaspire
ActionParsnipvolneikroeger: ubuntu 12 isn't a thing11:43
ActionParsnipvolneikroeger: there is ubuntu 12.04 and ubuntu 12.1011:43
volneikroegerops, 12.0411:43
ActionParsnipvolneikroeger: you can install and run gnome-panel if you wish, you will also have the top panel as you see now11:44
AllahFartfaceSo how about them apple devices eh? 6I9LP11:45
AllahFartfaceسمَـَّوُوُحخ ̷̴̐خ ̷̴̐خ ̷̴̐خ امارتيخ ̷̴̐خ11:45
=== dziegler is now known as dziegler_off
LinuxGoldupgraded ubuntu to 13.04 and finally got mapcrafter to work!11:45
volneikroegerActionParsnip: Thank you! I going try this now.11:46
karab44Hey I have a bug with triggering restart my PC when klick on shutdown before any further action11:59
karab44I am natively using gnome and this bug is known and there's a ticket but I found out that it's visible only if I run kVirc so kde application could somehow interferee with gnome.12:00
karab44If I turn off kvirc, I can normally turnf off my computer.12:01
karab44https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/117078312:03
ubottuLaunchpad bug 1170783 in gnome-session (Ubuntu) "Opening shutdown dialog immediately triggers reboot" [Undecided,Confirmed]12:03
BluesKajHowdy folks12:03
karab44anybody can notice or test my finding?12:03
ActionParsnipkarab44: how do you not natively use gnome?12:04
karab44I use12:04
ActionParsnipkarab44: hw does one 'natively use Gnome' exactly?12:04
karab44What do you mean? I use clean system, installed yesterday12:05
karab44no fancy mods or tweaks12:05
ActionParsnipkarab44: then you are using gnome, there is no 'natively' about it12:05
karab44whatever12:05
karab44I could use kubuntu with gnome aswell12:06
ActionParsnipkarab44: doesnt make a difference12:07
karab44The point is that I have found something that could speedup investigation and fixing12:07
teachmehey guys having a heck of a time running a sh as root on boot anyone here that can help ?12:08
gordonjcpteachme: !password12:08
gordonjcpnope12:08
jribteachme: why do you want to?12:08
teachmei need to mount a harddrive12:08
teachmesince i upgraded to 13.04 it wont work with fstab anymore12:09
teachmeonly thing i found that would mount it is this command12:09
gordonjcpo_O12:09
jribteachme: what command?12:09
teachmesudo mount.cifs //192.168.1.101/my_book /mnt/sick -o user=me,sec=ntlm12:09
karab44hahaha I just "fixed" it12:09
teachmethat works12:09
karab44I added quit confirmation when closing kvirc12:09
jribteachme: so why don't you run that command from the normal desktop environment you boot into?12:09
gordonjcpteachme: you need to work out why it doesn't work with fstab then12:10
teachmei need it to do it automatically12:10
teachmegoogle search says its a kernel issue with 13.0412:10
jribteachme: I don't see how booting into a shell as root would make it any more automatic12:10
jribteachme: in any case, put the proper translation of that command in fstab and consider using _netdev (see man mount and the documentation ubottu is about to send you)12:10
gordonjcpteachme: so, find out what is wrong and fix it12:10
teachmethis line worked in fstab with ubuntu 1212:10
jrib!smb | teachme12:11
ubottuteachme: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT.12:11
luwei#join pythonchallenge12:11
jribteachme: what is "this line"?12:11
teachme"//192.168.1.101/my_book /mnt/sick cifs guest,uid=1000,iocharset=utf8  0  0"12:11
luweijoin pythonchallenge12:11
teachmethat line worked with ubuntu 1212:11
jribteachme: don't you need networking up?12:11
teachmegordonjcp fix the kernel ?12:12
teachmei made an sh file set it to auto start added it to my sodoers so it wouldnt need password like google suggested still didnt work12:12
jribteachme: in any case, put the proper translation of that command in fstab and consider using _netdev (see man mount and the documentation ubottu is about to send you)  <-- has this not worked for you?12:13
teachmehavent tried _netdev12:13
jribteachme: ok, try that.12:13
teachmewhere can i read about that12:14
jribteachme: see man mount and the documentation ubottu sent you12:14
teachmei didnt recieve anything12:14
jrib!smb | teachme12:15
jrib!smb12:16
ubottuSamba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT.12:16
Killbill!cifs-utils12:17
Killbill!cifs12:18
ActionParsnipkarakedi: if there is a bug reported then subscribe to it and contribute as you can / are requested12:18
nimbioticsHello everyone. I just used "ln -s target link" to creat a link to a given folder, but this link does NOT show as a folder in thunar even though it behaves as such. How can I make this happen?12:25
nimbioticsforgret my previous question12:26
jozefk:)12:26
nimbioticsearly morning dumbness after a 3.5 hours sleep12:27
=== dziegler_off is now known as dziegler
=== dziegler is now known as dziegler_off
nimbioticshave a nce day evry1!!12:29
teachmethanks guys12:39
teachmegot it working from fstab again :)12:39
tomtenbergehello everyone12:40
tomtenbergei have a problem and i hope someone here can help me, i am working on getting ubuntu set up on a laptop, and i got almost everything working except for one thing, the graphics, i have had someone from the xorg chat already check my corg log, and that person says xorg is using the SIS driver, but when i look in gnomes settings/details, i still see that it is using VESA drivers and is running in fallback mode anyone got a idea what is going on?12:43
philinuxtomtenberge: would help if you said which graphics card you have12:45
tomtenbergelet me post the xorg pastebin link..12:45
tomtenbergethis is the pastebin for the xorg log http://pastebin.com/R2i8ZL6J it seems to detect it correctly12:46
philinuxtomtenberge: This doesnt sound good.     Dear SiS76x user, your machine is using a shared memory framebuffer. Due to hardware limitations of the SiS chip in combination with theAMD CPU, video overlay support is very limited on this machine. If you experience flashing lines in the video and/or the graphics displayduring video playback, reduce the color depth and/or the resolutionand/or the refresh rate. Alternatively, use the video blitter.12:50
tomtenbergei know...12:50
tomtenbergebut still... it should work i would think12:50
philinuxtomtenberge: indeed it is in fallback mode12:51
tomtenbergeand... the big thing is, how do i get it out of fallback12:51
tomtenberge>.< i been googling my ass off but i can find anything12:52
philinuxtomtenberge: if the machine is running well with the correct resolution I'm not sure waht u can do12:53
DJonestomtenberge: SIS isn't something I've come across myself, but I seem to remember that it doesn't seem to be very well supported in Linux12:54
tomtenbergeit indeed is not overly supported12:55
tomtenbergeand it is running okay for normal desktop stuff...12:55
tomtenbergebut it is running in full software rendering at the moment it seems12:55
tomtenbergeand hence i can even watch a decent video or anything12:55
tomtenbergeand i can't run minecraft :P12:56
philinuxtomtenberge: what does this say. use copy and paste into a terminal     lspci | grep VGA12:57
tomtenbergelemme see\12:57
tomtenbergeit says "01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"12:58
philinuxtomtenberge: http://ubuntuforums.org/showthread.php?t=108534712:59
carlfqhi all. i have an issue with ubuntu 13.04 on my asus zenbook. from time to time, the screen randomly turns off and will stay turned off until i press a key.12:59
jozefkcarles, :) check the screensaver13:00
philinuxtomtenberge: maybe sis have updated there website by now or the other link at the bottom might help13:00
jozefksorry, carlfq13:00
carlfqthis seems to be related to a "CPU?: Package power limit notification" in the syslog13:00
carlfqjozefk: no screensaver activated13:00
carlfqand sometimes it takes a while, sometimes only a minute13:01
jozefkok13:01
carlfqits really kinda randomly13:01
jozefkthen observe it and try to see if anything happens right before the screen goes off13:01
carlfqcould not find anything serious about that power limit notification on the web, too13:01
tomtenbergeso i should go to schhofer...13:02
=== xtriz is now known as Guest53110
carlfqi dont think so. what would you mean, "anything"?13:02
Guest53110is that true that cinnamon will become obsolete as time progresses.13:02
carlfqit started a bit after upgrading from 12.10 to 13.0413:02
carlfqso it occurs for about half a year now13:03
philinuxtomtenberge: either sis or sch... yep . unless a better driver found you're stuck13:03
carlfqcouldnt see any cause for it so far13:03
jozefkcarlfq, I mean you could probably notice which apps are open, what you are doing exactly right before the screen goes off. should be possible to find out the reason that way13:03
nObody52pls join #lezbiyen13:03
tomtenbergei am gonna try the other driver.13:03
jozefkhalf a year you have that issue?13:04
philinuxtomtenberge: ok good luck13:04
PicinObody52: do not advertise channels here.13:04
tomtenbergewill let you know how it goes13:04
=== Guest53110 is now known as xtriz1
carlfqjozefk: various things. watching a youtube video, surfing, just doing something offline. i cant see any similiarities..13:04
carlfqyep, nearly half a year13:05
nObody52why13:05
xtriz1Pici, is that true that cinnamon will become absolute with newer version of GTK getting released ?13:05
carlfqsometimes it happens many times an hour, sometimes never over the whole day13:05
Picixtriz1: I have no idea, sorry.13:05
DJonesnObody52: This is a support channel for Ubuntu, please see the channel topic when joining13:05
xtriz1Pici, np :)13:05
carlfqit seems to be better when it does not run on battery but the power plug is plugged in. but it doesnt fully stop then either13:06
jozefkcarlfq, it must be possible to find out the reason by observing. I believe so. Or else try live linux or some other distro just to make sure if it is hardware issue or system issue13:06
=== d is now known as Zap-W
carlfqok. have you got a hint for other logfiles to look at and check for a potential reason?13:07
tsongkiis it safe to do autoremove command in apt-get13:08
|ryan|yes13:08
carlfqtsongki: yep. it just removes the packages which were installed as dependencies of packages you removed13:08
xtriz1Pici, if i am using 13.04 and have installed apache server running different services, than  after upgrade to 13.10 will be a smooth ride or there will be breakages ? assuming that i am not installing additional ppa.13:08
xtriz1or it's more better to use 12.04 LTS13:08
tsongkithanks carlfq13:08
carlfqjozefk: have you got a hint for other logfiles to look at and check for a potential reason?13:09
Picixtriz1: It should be smooth, but I tend to use LTSes for production things myself.  My personal server is usually running the latest release though.13:09
jozefknot really13:09
MonkeyDustxtriz1  apache is for server? are you using ubuntu-server? if yes, 12.04 would be better, because of longer support13:10
xtriz1Pici, ok :)13:11
xtriz1MonkeyDust, apache is a webserver right ?13:11
carlfqhm, okay. thanks for your help, jozefk!13:11
xtriz1MonkeyDust, i am not using ubuntu-server at the moment , using 13.0413:11
jozefkcarlfq, no problem :) I got to go soon anyway13:12
tomtenbergehmm... seems the downloads of that site are offline13:12
bufalo1973hello13:18
bufalo1973notmuch activity, isn't it?13:23
DJonesHi bufalo1973 Enjoy the quiet while it lasts13:23
GambaroniMy friends server have been attacked and the attacker have injected code in files. What is the best way to find how the attacker did do it?13:24
Gambaronithe thing that worries me is how they could write inside another sites/users www-direcotry, since a site with just an html-file have also been code injected13:24
dtcrshrbufalo1973: well, not always, most of them are offtopic so people dont ask much :D13:25
bufalo1973Is there a way to use 2 screens, 2 KB and 2 mice with 1 computer (without going mad)?13:27
bufalo1973...for 2 users13:28
MonkeyDustbufalo1973  there's multiseat, but that's for schools and such13:30
bufalo1973MonkeyDust, and for having only one computer and a girlfriend ;)13:30
bufalo1973(my other computer died some days ago)13:31
green_geeky_dudeR.I.P. bufalo1973 computer :(13:33
=== cucu007 is now known as linux-ninja
bufalo1973green_geeky_dude, it was a very nice funeral... when I put it under the bed XD13:33
green_geeky_dudehahahahahahaha13:34
Kiwikaki:D:D13:34
bufalo1973anyway, is there some multiseat howto (I' ve already seen the one in https://help.ubuntu.com/community/MultiseatX)13:37
bufalo1973?13:37
hefestim trying to switch from unity 3d to unity 2d with autologin. here is the configuration http://pastebin.com/KsLe4TMZ13:38
flipper88_flis there a tool available to flash the bios on my Dell inspiron 17580 laptop without the need to flash my hdd and install windows again?13:38
bufalo1973hefest, is unity2d still active?13:39
gvandeweyerI'm running ubuntu 10.04 LTS on a bunch of compute nodes, which I'm not yet willing to upgrade. However, a user package requires java 1.7 which is not in the lucid repositories.13:40
hefestbufalo1973: i dont know13:40
gvandeweyerDoes LTS provide such updates as java 1.7 (openjdk), or should I install from other sources?13:40
OerHeksflipper88_fl, no. maybe freedos can help, i don't know, try the #hardware channel.13:40
bufalo1973hefest, me neither :D13:41
hefestbufalo1973: well, i see compiz process running13:41
hefestbufalo1973: so that must be unity 3d13:41
bufalo1973hefest, I mean "still active" -> "in development" ;)13:42
hefestbufalo1973: no idea, im just trying to turn off damn compiz13:42
Extreminadorhello all13:42
usr13hefest: sudo /usr/lib/lightdm/lightdm-set-defaults -s ubuntu-2d  #Doesn't this do it?13:43
hefestusr13: tried, still starting compiz process on /etc/init.d/lightdm restart13:43
usr13hefest: Are you 12.04?13:44
hefestusr13: yes13:44
Seven_Six_TwoI have a usb key mounted on my server (/dev/sdd1 on /media/Aegis-2 type vfat (rw,noexec,noatime,uid=1000,gid=1000)) and I can't remove files from it, as it says that it's a readonly file system. As you can see, mount command says it's rw. What's up with that?13:45
ruben_how can i edit an application shortcut in the Applications bar in the classic UI?13:45
usr13hefest: There is no way to just select 2d at login?13:45
Seven_Six_Twothe command that I'm using is    sudo rm -rf /media/Aegis-1/*13:45
ladyleeHELPPPPPPP13:46
ladylee;(13:46
hefestusr13: well, its htpc, i dont have access to it via x2go before login. thats why autologin is important13:47
usr13hefest: I don't use unity, (not sure why I even entered the conviersation), but not sure when compiz runs or when it doesn't.  (I use xfce, so...).13:48
usr13hefest: I just think all that eye-candy stuff is not needed, (for me) and not effecient.  But not sure about compiz, when it runs and when it doesn't.  It is not in the list of services, is it?13:49
usr13Oh, he's gone....13:50
ladyleei installed ubuntu but seems like mageia didnt totally remove13:50
ladyleeit put my ubuntu install as UEFI boot13:50
ladyleehow to fix it13:50
Seven_Six_Twonm... I got it. usb key had fs damage. fixed with fsck.msdos13:50
usr13Seven_Six_Two: ls -ld /media/Aegis-213:51
ladylee:S13:51
usr13Seven_Six_Two: ok13:51
Seven_Six_Twousr13, thanks nonetheless.13:51
ladyleehelp plz :(13:51
usr13ladylee: You had mageia installed before? So what makes you think it is not totally removed? (Do you see an option for it in the grub screen?)13:54
usr13ladylee: Is your PC booting to Ubuntu?13:54
ladyleeno13:55
ladyleethe thing is13:56
usr13ladylee: Is the boot loader the same as before?13:56
ladyleethe installation doesnt boot from the HARDDISK13:56
ladyleeafter i installed ubuntu13:56
ladyleeit should boot from the harddisk13:56
ladyleeshouldnt it?13:56
ladyleebut its not booting from there13:56
FloodBot1ladylee: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:56
usr13ladylee: Is it trying to boot from USB?13:56
ladyleeits showing a UEFI path13:56
ladyleeyes13:56
ladyleeUEFI BOOT ubuntu path something written when i go to f12 boot options13:57
usr13ladylee: Then you have installed grub to MBR of USB by mistake?13:57
ladyleei have to click the uefi booth path ubuntu to get on there13:57
ladyleei have no idea but i want to start from the scratch13:57
ladyleeim so confused rite now :(13:57
bajacom13:57
ladyleemageia did the deed though.13:57
=== luke_ is now known as lewq
usr13!grub2 | ladylee13:58
ubottuladylee: 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/Grub213:58
ladyleeright now i used gparted on the same USB that i used to convert to ext 2 extension13:58
jephbhi, i am trying to configure my local samba sharing server, i am little confused about user settings.actually when they talk about user settings are they reffering to local users in created directly in server or they are reffering to users in window client who will be using this server?13:58
ladyleeto install ubuntu on it as a live cd13:58
ladyleeand install all over again13:58
jony_easyriderhow can I prevent Ubuntu to wait for my action after a power loss for check the filesystem?14:00
compdocjephb, it seems to work better if you create the same users and passwords as those who will log in14:01
jony_easyriderI use that PC as a remote desktop so it hasn't a monitor or a keyboard14:01
usr13jephb: It's actually both, but the windows user has to have login credentials unless you do away with authentication.14:01
jephbso my problem is, when i create the same users how will they log in the system with graphical interface from remote computer with they credentials ?14:03
jephbi only know how to login using command line using ssh protocal but i don't how the user who is not familial with command line will do?14:04
usr13jephb: You'll be prompted for login.14:05
jephbok14:06
usr13jephb: When you click on the share, a window will come up and you'll have the opportunity to supply login credentials.14:06
jephbok14:06
usr13jephb: guest ok = yes   #In the config gives access without password. I *think*....14:08
usr13jephb: guest ok = no   #Causes share to require password.  I *think*...14:09
usr13no is default14:09
haopeng5566hello14:11
usr13security = user  vs  security = share14:12
usr13I hope jephb comes back, I was all wrong.....14:20
helmut_hi14:22
vl4kn0Hi, I'm trying to install Ubuntu 13.04 alongside Windows7, but when I open up disk management, it complains about the disk containing GPT table and does not recognize by partition. Is there any way to fix this?14:30
liquidstoneplease answer my question: http://askubuntu.com/questions/340630/problem-resolving-websites14:31
=== marc_ is now known as Kristof_D
Kristof_DI've just installed 12.04 and although flash is preinstalled in firefox, it doesn't seem te be working (empty black box instead of youtube video). What would be the easiest way to fix this?14:34
jhutchinsvl4kn0: I'm not familiar with the installer, but parted (gparted) can manage GPT disks; you could pre-partition it then do a manual install.14:35
hero100Kristof_D, install chrome :)14:35
lgcHi, is there a partition repair tool in the live CD?14:35
OerHeksKristof_D, flash is not preinstalled in flash, only in chrome. install ubuntu-restricted-extras for flash, java and other web plugins14:35
OerHekserr Kristof_D, flash is not preinstalled in firefox14:35
Kristof_DOerHeks, hero100, thanks I'll give both a try14:36
vl4kn0jhutchins: gparted isn't much help since it doesn't recognize the parition table.14:38
OerHekslgc, you can install any tool in a live environment, like testdisk14:39
lgcOerHeks: what do you mean by install? Can I install anything in the live CD ?14:40
Kristof_Dlgc, yes you can14:41
OerHekslgc, sure, but it stays in ram, and will be lost when you reboot14:41
OerHekslgc, else use the gparted live cd, which has testdisk included14:42
lgcOh, I see, Kristof_D, OerHeks. So what is the right tool to try and repair a partition that will not boot linux? (I reinstalled Windows in /dev/sda1).14:42
OerHekslgc, depends, what is the problem exactly?14:43
OerHekslgc maybe alll you need is to re-install the ubuntu grub2 bootloader14:44
Extreminadorguys is there any problem with the registering thing in ubuntu ?14:44
Extreminadori was not able to register my self14:44
lgcOerHeks: I reinstalled Windows and lost access to Ubuntu. How can I reinstall grub2 if I can't boot to Ubuntu?14:45
PiciExtreminador: what 'registering thing'?14:46
ExtreminadorPici  Sorry, something just went wrong in Ubuntu One.14:47
ExtreminadorWe’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience.14:47
Extreminadorafter this i have a error id... if you need14:47
PiciExtreminador: You may want to try asking in #ubuntuone14:47
Extreminadori was on the registered page at https://login.ubuntu.com/+new_account14:47
Kristof_Dlgc, no panic, reinstalling windows overwrote your MBR. Reinstalling grub from the live cd will fix it just fine14:47
Extreminadorahh thanks Pici14:47
Kristof_Dlgc, just a sec, I'll have to look up how to do that :)14:47
lgcOK, Kristof_D, thanks.14:48
OerHekslgc maybe this page is any help >> https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows // https://help.ubuntu.com/community/Grub2/Installing14:48
prc3websI need to set up a mail server so that I can send mail from my local app for testing purposes is there a good tutorial on this?  I do not need to receive mail just send it14:53
byteframehow can I use Xvfb with llvpipe-gallium 3d?14:53
IamTryinghttp://i.imgur.com/DTrQAlL.png  - This is 10th time Ubuntu 12.04 64-bit SSH making me down. Cant access via SSH14:56
IamTryingWhy its after username/password successfully given but not logging me in??14:56
IamTryingI have tried several several several time, completely not allowing to get terminal14:57
foobArrrare there any good video players beside vlc and mplayer and its frontends?14:57
jhutchinsprc3webs: https://help.ubuntu.com/community/MailServer14:58
bazhang!players | foobArrr14:58
ubottufoobArrr: Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs14:58
jhutchinsIamTrying: What happens instead?14:58
jhutchinsfoobArrr: A lot of people like VLC.  It's not as bulletproof as mplayer but mostly works these days.14:58
IamTryingjhutchins, System was running few days well, but now cant SSH login anymore see here it stop and not moving forward http://i.imgur.com/DTrQAlL.png14:59
IamTryingjhutchins, it reply my ping, it reply to my ssh username/password and then not allowing to log in got stuck all the time i am trying14:59
kingsdebWhat codes do i need to install to run wmv files . I am using mplayer/VLC.14:59
jhutchins!fr15:00
atrusIamTrying: can you log in locally, without ssh?15:00
ubottuNous sommes desoles 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:00
Moscherkoboldis there a backup programm running in ubuntu, which is can do scheduled backups of my ubuntu and windows partition?15:00
IamTryingatrus, NO - its in remote location in service15:01
usr13kingsdeb: mplayer should have installed necessary codecs whith it.15:01
superman_to add a start up program do i add the line "@python2.7 /the file location/quicktile.py --daemonize" to the /etc/xdg/lxsession/LXDE/autostart file? thanks15:01
usr13kingsdeb: Have you tried mplayer?15:01
kingsdebyes i doesnt'work says codec missing15:01
OerHekskingsdeb, if that .wmv is DRM protected, no.15:02
usr13kingsdeb: mplayer file.wmv | pastebinit15:02
bazhang!info w32codecs medibuntu | kingsdeb15:02
ubottukingsdeb: w32codecs (source: w32codecs): win32 binary codecs. In component non-free, is optional. Version 1:20110131-0.1medibuntu3 (medibuntu), package size 26025 kB, installed size 66372 kB (Only available for i386)15:02
bazhangkingsdeb, w64codecs if you are on 64bit15:03
kingsdebusr13, ubottu , bazhang , Thanks i will try15:03
bazhang!medibuntu | kingsdeb15:03
ubottukingsdeb: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org15:03
IamTryinghttp://i.imgur.com/DTrQAlL.png - why the SSH is not working? It has been working in the morning 7AM last rebooted to make refreshed and now at 3PM rejecting my login15:03
tmmunqmaybe you got banned?15:04
IamTryingtmmunq, not possible i am the admin and all admin are my colleges, nothing related to banned15:04
superman_does anyone know?15:04
usr13kingsdeb: Are you 64bit?15:04
tmmunqno denyhosts or fail2ban?15:04
IamTryingtmmunq, no nothing like that its a working box, often this is happening its now 10th time it happened SSH failure15:05
ladyleeim back USR13 sorry for disappearing. electricity issues and no backup15:05
ss_hazehttp://ubuntuforums.org/showthread.php?t=216224215:06
usr13ladylee: ok15:06
ladyleei read the article it says to run the live usb and then install BOOT REPAIR. to fix the GRUB2 rite?15:06
lgcOerHeks: when I do 'sudo grub-install /dev/sda3' from the live CD it says "cannot find a device for /boot/grub (is /dev/mounted?)".15:06
usr13!grub2 | ladylee15:06
ubottuladylee: 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/Grub215:06
bnasonDoes anyone know of good listserv software, possibly something that looks like it was made more recently than 1980?15:06
bnasonheh15:06
Moscherkobolddoes anyone have a suggestion for a easy to use backup program which can do backups of my win and ubuntu data?15:08
usr13bnason: So, rule out anything that has been around a long time .... humm....15:08
bnason"looks"15:09
xubygood day15:09
xubyi have a question15:09
xubyi triple boot15:09
xubyinto xubuntu kubuntu nd windows715:09
xubybut15:09
xubymy grub15:09
xubyonly sets the correct gfxmode in the main distro15:09
bazhang!enter | xuby15:10
ubottuxuby: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!15:10
xubyhow can i have the same resolution for all of them ?15:10
xubythats for the punctuation15:10
bazhangxuby, use commas, not enter15:10
xubyok15:10
xubyi always manualy edit grub.cfg after an update-grub, is a pain in the ass15:10
xubyhow mai i set this permantly  for all menuentrys15:11
xuby?15:11
usr13bnason: Just teasing....15:11
bnason;)15:11
usr13Moscherkobold: rsync -- a fast, versatile, remote (and local) file-copying tool15:13
Kristof_DAfter installing ubuntu-restricted-extras and chromium still no flash in either firefox or chromium.  What else could I try?15:17
plipfishycan anybody please set the topic to "balls, literally balls"15:18
daftykinsplipfishy: i somewhat doubt that's gonna fly15:18
DJonesplipfishy: In a word, No15:18
macbookhi15:18
xubyand me ?15:18
xubygrub15:18
bazhang!grub2 | xuby have a read15:19
ubottuxuby have a read: 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/Grub215:19
macbooki am on a macbook air mid 2013 version and i'm trying to get ubuntu running15:19
linuxuz3ri got ubuntu running on a macbook pro15:19
linuxuz3rwhats the question15:19
macbookinstalled refit and no problem... ubuntu booted as charm15:20
macbookbut not the network15:20
linuxuz3rok15:20
macbooklinuxuz3r: no network... no ethernet cable either15:20
linuxuz3rok15:20
macbookfuck apple15:20
linuxuz3rso try this15:20
macbookany idea?15:20
linuxuz3rpress command button and type additional drivers15:20
linuxuz3ryou should see a hardware icon15:21
macbookempty there15:21
macbookempty15:21
linuxuz3rweird15:21
macbookit's not the mac iso thoiugh15:21
macbookshould i go for that instead?15:21
linuxuz3rboot ubuntu first15:21
linuxuz3ron usb15:21
macbookyeah, then?15:22
linuxuz3rare you on the macbook air?15:22
macbooklinuxuz3r: right now? yeah, macbook air in osx15:22
Tectuis anyone in here running a GTX660 successfully?15:22
TectuI just installed the latest media and it fails at reboot about the graphic mode15:22
ActionParsnipTectu: tried:  sudo nvidia-xconfig15:23
albertoHi15:23
linuxuz3rmacbook ill find you a good tutorial on how to install ubuntu on a mac15:23
macbookTectu: nvidia-xconfig15:23
TectuActionParsnip, macbook, is that a GUI tool or some console one? because currently I just have the terminal15:23
macbooklinuxuz3r: i can bott it, but i have no clue how to connect to the internet15:23
macbookTectu: terminal15:24
albertoTectu your GTX660 is for desktop?15:24
Tectumacbook, I don't even have that installed.15:24
macbookrun sudo nvidia-xconfig15:24
Tectualberto, yes, an EVGA15:24
macbookinstall it?15:24
ActionParsnipTectu: its a terminal one.15:24
Tectushould I install nvidia-xconfig or is that part of some other package?15:24
ActionParsnipTectu: does your CPU have an ivybridge gpu in as well?15:24
TectuActionParsnip, yes15:25
ActionParsnipTectu: as in, a switchable gpu15:25
macbookTectu: you can use apt-search for that15:25
ActionParsnipTectu: did you install bumblebee15:25
=== tonghuix_ is now known as tonghuix
macbooki think it's a own package15:25
macbookbut.. i dont know15:25
macbooklinuxuz3r15:25
TectuActionParsnip, not that I know of. I just installed the latest ubuntu 13.06 and made the updates. No manual stuff so far15:25
albertowhen you boot your OS it load the low graphic mode? If it yes you can restore the default configuration and reboot...15:25
lgcOerHeks: when I do 'sudo grub-install /dev/sda3' from the live CD it says "cannot find a device for /boot/grub (is /dev/mounted?)".15:25
explodesThis virtualbox image isn't letting me ping google.com, but it can ping, say, 8.8.8.815:26
Tectualberto, I have to check on that. A dialog pops up telling me that it had problems and that it will try to boot in low graphics mode. Then comes some list where I can choose different settings. Then I take the first (Which is low graphics mode) but it falls back into the shell, no x at all15:26
explodesSo, I added "dns-nameservers 8.8.4.4 8.8.8.8" to each interface in /etc/network/interfaces file15:26
Tectualberto, ActionParsnip... fun fact: when I reboot again, it boots correctly.15:27
Tectunot sure if I am in low graphics mode now15:27
lgcKristof_D: are you there?15:27
Samulhi all15:27
SamulI've a serious problem: I was installing ubuntu on a PC where already was windows 715:27
albertoCan you try to reboot the OS and boot the recovery mode from the GRUB15:28
Samulbut when I put the live cd15:28
Kristof_Dlgc, yes?15:28
Samulthe option is install ubuntu inside of windows 7 instead of install ubuntu at side of windows 715:28
Samulif I select this option, computer restarts and nothing happens15:28
Tectualberto, how can I find out if it works correctly now or if I am in some sort of low graphics mode?15:28
baphomet1Hello all!  does anyone know of a sata card, like this one http://www.newegg.com/Product/Product.aspx?Item=N82E16816124064, that will work for sure in Ubuntu?  The card I linked says it will work in linux but it didn't work in Ubuntu.  I am using 12.04.315:28
Samulcan someone help me?15:28
baphomet1Samul, with what?15:28
lgcKristof_D: when I do 'sudo grub-install /dev/sda3' from the live CD it says "cannot find a device for /boot/grub (is /dev/mounted?)".15:28
Samulbaphomet1: ?15:29
baphomet1Samul, you asked if someone could help you, I asked you with what?15:29
baphomet1Samul, ask your question.15:29
SamulI already asked it!15:29
baphomet1Samul, I may not be able to help you, but someone can15:29
SamulI already asked my question15:30
baphomet1Samul, I didn't see it.  could you repeat it please?15:30
SamulI was installing ubuntu in a PC where already is windows 715:30
Samulbut the option was install ubuntu inside windows 715:30
TectuActionParsnip, I'm not an ubuntu user - I am just installing this for a friend. How does ubuntu handle GPU drivers? did it already install the correct proprietary driver for nvidia or do I have to install it manually with   apt-get install nvidia?15:30
baphomet1do you mean "alongside"?15:31
Samulinstead of install ubuntu keeping windows 715:31
albertoI don't know cause when my laptop's nvidia graphic card not works correctly i reboot into low graphics mode and restore the configuration and when reboot it return to works properly15:31
Samulif I select that option, computer restarts15:31
baphomet1it sounds like it is trying to use WUBI.  which version of Ubuntu?15:31
=== MartinS is now known as Guest40293
Kristof_Dlgc, not sure. You could try manually mounting the filesystem first. From inside the livecd, try and look at some files in your ubuntu partition. That should mount it. Otherwise try the graphical repair tool15:32
ashoksahoohello, I have an embeded with a thermal printer, having some issues while installing the drivers15:32
ashoksahoodriver read me http://paste.ubuntu.com/6059253/15:32
=== ARIA_ is now known as a
lrojashi all, i am trying to install the tools in my vmware vm (guest os is ubuntu 13.04 ), i keep getting "The path "" is not a valid path to the 3.8.0-29-generic kernel headers."15:33
lrojascan somebody help?15:33
baphomet1Samul, which version of ubuntu? it sounds like it is trying to use WUBI, but I don't know why it would.  It should only prompt you for that if you are in windows and pop the live CD in.  Alternatively, you could select 'something else' and set up the partitions manually15:33
=== a is now known as POo_mec87
lrojasi just ran throught the setup again ( after uninstalling the tools ), when i get to the part where the installer  runs /usr/bin/vmware-config-tools.pl, i get the error: https://gist.github.com/anonymous/075ea5f9db577cdfc9db15:33
ashoksahooerror is no rules to -lcupsimage15:33
Samulbaphomet1: both 13.04 and 12.04 LTS15:33
baphomet1Samul, hold on.  let me grab a link for you15:34
albertolrojas can i help you"15:34
alberto?15:34
skritehey all15:34
albertoHy skrite15:34
Samulbaphomet1: I cannot15:34
=== jack is now known as Guest65066
baphomet1http://www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ follow those. you can change the steps as necessary.  I prefer grub to BCD.15:35
Samulthe only option I have is install ubuntu inside windows 715:35
Samulinstead of keeping windows 715:35
Samuland if I select it, computer restarts15:35
Samulnothing happens, then15:35
baphomet1Hello all!  does anyone know of a sata card, like this one http://www.newegg.com/Product/Product.aspx?Item=N82E16816124064, that will work for sure in Ubuntu?  The card I linked says it will work in linux but it didn't work in Ubuntu.  I am using 12.04.315:35
lrojasalberto: sure15:35
albertoAre you using the VMWare Player?15:36
lrojasalberto: no, i am using fusion15:37
sab3rI reinstalled GRUB from live cd because my dual-boot fucked it up. But I forgot to make the config so I have a text-only bash or something here atm.. any ideas how I can 1) boot my linux from bash or 2) get the graphical interface?15:37
baphomet1Samul, follow that info.  I have used it more than once and it works fine15:37
baphomet1that will certainly get it working15:37
albertoCan you wait a minute please?15:38
=== companion is now known as Companion
lrojasalberto: sure15:38
albertoHave you a mac?15:38
albertoCause fusion is for Mac15:38
Samulwait15:38
SamulI'm resolved15:39
Samulthanks15:39
Samulbye15:39
lrojasalberto: yes15:39
FloodBot1Samul: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:39
lgcKristof_D: thanks.15:42
albertoAre you italian lrojas15:42
Kristof_Dlgc, it worked?15:42
lrojasalberto: Dominican15:42
ashoksahooguys can anyone help in cups driver installation15:43
klrr_hey i got a problem, the version of GHC (glascow haskell compiler) got a bug when compiling some code using template haskell extension, i need upgrade GHC to 7.6, is there a way to upgrade it even if i use the haskellplatform version which is used on 12.04 (im using elemetary os luna), help appriciated15:43
lgcI'm going for the Boot-Repair option. But I'll have to reboot again since the touchpad wasn't recognized.15:43
gabriel-shatanahi15:44
gabriel-shatanasomeone can help me with ubuntu on an acer desktop?15:45
albertoi think that but i'm not sure there is a problem in the configuration of vmware installer by the company it was succeed to me when i've tried some months ago to install the vmware player it is the same error15:45
klrr_hey i got a problem, the version of GHC (glascow haskell compiler) got a bug when compiling some code using template haskell extension, i need upgrade GHC to 7.6, is there a way to upgrade it even if i use the haskellplatform version which is used on 12.04 (im using elemetary os luna), help appriciated15:45
lrojasdone...15:47
gabriel-shatanaall'avvio si pianta dicendo Reboot or insert proper media device15:47
lrojasi was missing this step: sudo ln -s /usr/src/linux-headers-3.8.0-29-generic/include/generated/uapi/linux/version.h /usr/src/linux-headers-3.8.0-29-generic/include/linux/version.h15:47
klrr_version 12.04 of ubuntu use a old version of GHC, i need later version due to a bug in GHC which makes my code not compileable, i really need help with this, should i do "apt-get purge haskell-platform && apt-get autoremove" and then install 13.04's version of haskell-platform? will that break anything?15:47
albertoyou can try to insert the directory of the kernel /boot15:47
lrojasalberto: thanks, is already fixed15:48
=== om26er is now known as om26e
=== om26e is now known as om26er
gabriel-shatanahttp://paste.ubuntu.com/6059202/15:49
JishaxeHi there. I'm trying to install Ubuntu alongside Windows 8 which was preinstalled on my laptop.15:51
JishaxeI'm following these instructions: http://www.makeuseof.com/tag/tired-of-windows-8-how-to-dual-boot-windows-ubuntu/ and http://apcmag.com/how-to-dual-boot-windows-8-and-linux.htm15:51
JishaxeHowever, when I boot to the USB and try to install it, the Ubuntu installer doesn't show any partitions whatsoever.15:52
JishaxeIt's just empty.15:52
JishaxeWhen I try to press Add, or any other button, the program crashes.15:52
JishaxeDoes anyone have any clue?15:52
usr13Jishaxe: Not so sure about EasyBCD  Maybe it works but don't think anyone here will know much about it.  You can try but, I would suggest just grub.15:54
usr13!grub2 | Jishaxe15:54
ubottuJishaxe: 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/Grub215:54
usr13ok, gotta go15:54
gabriel-shatanasomeone can check whats it's wrong here? http://paste.ubuntu.com/6059202/15:54
Jishaxeusr13: I'd optimally like to use Windows' bootloader but the problem is I haven't even got that far.15:54
Jishaxeusr13: The Ubuntu installer itself crashes. It won't show any partitions.15:55
JishaxeI seem to be getting this problem: http://askubuntu.com/questions/302215/installing-ubuntu-does-not-recognize-partition-and-crashes15:59
JishaxeI haven't created any partitions myself. I haven't even touched them.15:59
JishaxeI'm going to try Wubi.16:01
cookiemon5teris there a place to get an ubuntu torrent download16:01
=== GingerGeek[Away] is now known as GingerGeek
tmmunqfrom the ubuntu downloads page16:02
bazhang!torrents | cookiemon5ter16:02
ubottucookiemon5ter: Raring can be torrented from http://torrent.ubuntu.com/simple/raring/desktop/ubuntu-13.04-desktop-i386.iso.torrent or http://torrent.ubuntu.com/simple/raring/server/ubuntu-13.04-server-amd64.iso.torrent depending on your needs. Other flavors can be found at http://torrent.ubuntu.com:696916:02
cookiemon5terbazhang: i found what i was looking for here: http://www.ubuntu.com/download/alternative-downloads16:03
baphomet1Jishaxe, why not try creating them yourself?16:03
Jishaxebaphomet1: I don't feel comfortable at this point. I haven't used Linux/touched anything to do with partitions in years16:04
JishaxeI'm looking for alternative solutions right now. Apparently I can't use Wubi with my stock Windows 8 laptop16:04
=== etoad is now known as equus
=== aduarte is now known as cadaver
BluesKajJishaxe, wubi is no longer supported with the newer ubuntu releases16:08
awallinhi all, is there a PPA with a preempt-rt kernel for raring (13.04) ?16:08
bazhangawallin, do a ppa search at launchpad16:08
Nach0zwait there's no more wubi?16:08
Nach0zwhaaaaaat16:08
equusJishaxe,  have you considered using a virtual machine for Linux16:09
BluesKaj!wubi16:09
ubottuWubi allows you to install or uninstall Ubuntu 12.04 LTS from within Windows ( version 7 or earlier ) in a simple and safe way. Wubi is INCOMPATIBLE with UEFI, Windows 8 Certified computers, and Windows RAID arrays. https://wiki.ubuntu.com/WubiGuide for more information. File wubi bugs at http://launchpad.net/wubi/+filebug16:09
JishaxeSo no-one has a clue why the installer is not showing anything and crashes when I try to continue on stock Windows 8 laptop, Ubuntu 13.04?16:09
awallinbazhang: right... just wondering if there is a known-good PPA everyone who wants preempt-rt uses16:09
Jishaxeequus: I suppose I could, but it's irritating that I'd have to.16:10
BluesKaj!uefi |Jishaxe16:10
ubottuJishaxe: 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/UEFI16:10
bazhangawallin, best to just search, PPA are not supported and polling the channel is not the way to go16:10
JishaxeBluesKaj: I understand that I may have UEFI but I haven't even gotten to the stage where I would make that decision. The _installer_ _crashes_16:11
yigalJishaxe: unfortunately some graphics cards don't work well with Ubuntu16:12
yigalJishaxe: likely this is the issue16:12
BluesKajJishaxe, check your bios/uefi and install in uefi mode16:12
yigalJishaxe: what graphics card are you using, it would be good to rule this out16:12
Jishaxeyigal: The display is fine, unless you mean that could be the cause of the installer crashing16:12
yigalJishaxe: yes16:12
apgGuys, is there anybody notice deleting behaviour in Miro?16:13
yigalapg: what is Miro deleting?16:13
yigalapg: that's worrisome16:13
apgMy old video podcast16:13
Jishaxeyigal: Nvidia GT 430m16:13
baphomet1Jishaxe, hang on16:13
baphomet1Jishaxe, you are dual booting with windows 8?16:14
uhpnouthis simple upstart job (http://pastebin.com/VchNK106) prevents lightdm to shutdown or restart my notebook, any idea why?16:14
Jishaxebaphomet1: I'm attempting to.16:14
uhpnouhello everybody16:14
apgI have set so that no old video should be expire after certain amount of time16:14
yigalJishaxe: which version of Ubuntu are you trying to install?16:14
baphomet1Jishaxe, ok hang on16:14
Jishaxeyigal: 13.0416:15
apgBut it still deletes my old videos16:15
baphomet1Jishaxe, follow this16:15
baphomet1http://www.linuxbsdos.com/2013/03/12/dual-boot-windows-8-and-ubuntu-12-04-in-uefi-mode/16:15
JishaxeBluesKaj: https://help.ubuntu.com/community/UEFI Can you point me to where the instructions are to install in "UEFI" mode?16:15
baphomet1the procedure is the same16:15
lgcKristof_D: Hey, it worked!16:15
__marcoHello, how can I build a dependency tree of a packages? I need to install twisted 12.0.0 in ubuntu 12.04 and all its dependencies16:15
yigalJishaxe: the idea, in general with installers that don't work automatically is to throw the right grub parameters there way to allow the boot to go through16:16
Pici__marco: are you building twisted from source?16:16
__marcoPici: no16:16
yigalJishaxe: s/there/their excuse me16:16
apgyigal: my old podcast videos16:16
Jishaxebaphomet1: At a skim, this seems to be identical to the instructions I was following previously, where the installer doesn't detect any partitions whatsoever and then crashes. But I will read it carefully16:16
linuxuz3r!seen macbook16:17
ubottuI have no seen command16:17
linuxuz3r~seen macbook16:17
__marcoPici: I want to build a minimalistic repository with twisted 12.0.0 and its dependencies16:17
Picilinuxuz3r: there are no seen commands.16:17
yigalJishaxe: what is the file system partitioned as NTFS?16:17
baphomet1Jishaxe, give it a shot.  I have installed along side windows 8 and it was strange (had to use the bios boot menu to get to the ubuntu partition) but it worked.16:17
__marcoPici: taken from official repostories16:17
yigalapg: do you know the location of where the material was?16:18
yigalapg: and it's no longer there?16:18
Jishaxeyigal: I'm not sure. I'm going to read through this article before continuing16:18
=== _BJFreeman is now known as BJfreeman
Pici__marco: apt-rdepends will walk the package dependencies recursively and give you a list.16:18
apgyigal: Yep16:19
__marcoPici: thanks, exactly what I needed16:19
Jishaxebaphomet1: I'm stuck at step B.16:20
Jishaxebaphomet1: The actual Ubuntu installer that you are given on the live CD fails to list any partitions and crashes16:20
Jishaxeon second thoughts, maybe I should use a virtual machine instead of messing around with this16:21
shrihow to install downloaded setups in ubuntu??16:21
baphomet1what is step b?16:21
baphomet1creating the partitions?16:21
Extreminadoris there any default image editor in ubuntu ?16:22
Jishaxebaphomet1: "B. Install Ubuntu 12.10 alongside Windows 8. "16:22
Jishaxebaphomet1: this is the screen I should get: http://www.linuxbsdos.com/wp-content/uploads/2013/03/UbuntuEFI5-600x407.png16:22
baphomet1Jishaxe, and what are you actually getting?16:23
Jishaxebaphomet1: Instead, there are no partitions listed and the installer crashes16:23
shrican anyone help me?16:23
Jishaxecrashes when i try to press Add or similar16:23
baphomet1does it throw an error?16:23
baphomet1shri, what's going on?16:23
Jishaxebaphomet1: From memory, it says there was an internal error and offers me the chance to send it. There is no details or anything to indicate extra information16:24
shribaphomet1, : i want to install eclipse16:24
baphomet1Jishaxe, if you click send it will actually bring you to a screen that will show you the problem.  try it and let us know the error16:24
baphomet1shri, ok.  what happens if you try?16:25
Jishaxebaphomet1: Okay, I must have missed that. I'll be back in a mo16:25
baphomet1Jishaxe, no worries.16:25
shribaphomet1, : i have downloaded setup and now i don't know how to install it   ..?16:25
tarlllhi, need some help, please! have a question about compiling linux/android kernel, where should i ask? sorry, iam newbie here16:26
Picitarlll: #android16:26
tarlllthanks16:26
POo_mec87if it's tar first extract it and then make it excutable shri16:26
shriPOo_mec87, thanks16:31
POo_mec87shri installed it???16:33
xJamiehello, does anyone know why my fresh ubuntu installion is a blank screen?16:36
POo_mec87maybe graphic drivers16:37
daftykinsxJamie: do you have nvidia graphics?16:37
daftykinstry...16:37
daftykins!nomodeset16:37
ubottuA 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 parameter16:37
xJamieNo. This is an amd apu.16:37
xJamieThe installation is on a vmware.16:38
xJamieI downloaded and installed the ubuntu mini and the lxde and when I login, the screen is blank.16:38
POo_mec87why install just load it16:39
GeorgeTorwellHow come my software updater hasn't given me any updates in over 2 weeks? Every time I run it it says everything is up to date, and I dont even see it runnning automatically anymore16:39
GeorgeTorwellDid the NSA hack my computer?16:39
daftykins¬_¬16:40
daftykinsGeorgeTorwell: all the NSA talk is so last month :(16:40
POo_mec87lol16:40
clue_hyes16:40
MonkeyDusttime for some new paranoia16:40
GeorgeTorwellthen explain this16:41
GeorgeTorwellabsolutely no updates16:41
GeorgeTorwelland it wont even run by itself16:41
GeorgeTorwellright after I was prompted to make mysteriosu updates to my login, password, and some other system utilities16:41
xJamieAnyone know what could be wrong, why i have a blank screen after login?16:41
GeorgeTorwelldid everyone else get those too?16:41
MonkeyDustGeorgeTorwell  try to keep it in one line16:41
clue_hxJamie, are you using unity with your ubuntu install16:42
xJamieThe de lxde.16:42
POo_mec87xJamie, I didn't use vmware, I used virtualbox, in vbox u just create a virtual machine and then mount your OS image on it!16:42
njalkGeorgeTorwell, same issue here16:43
xJamieNo, I used vmware to mount the ubuntu mini and used the desktop lxde. When I login, blue blank creen.16:43
GeorgeTorwelloh good16:43
GeorgeTorwellunless the NSA hacked us both, I feel somewhat better16:43
njalkGeorgeTorwell, but I haven't had time to investigate too much, just tried to switch sources, didn't help16:44
daftykinsGeorgeTorwell: i would recommend running a CLI update16:44
POo_mec87xJamie , I guess vmware must have a config setup for your OS like VBOX16:45
xJamieYeah.16:45
POo_mec87ok u choosed your OS setting?!16:45
GeorgeTorwellCLI?16:46
daftykinscommand line16:46
daftykinsGeorgeTorwell: so run a terminal and type "sudo apt-get update && sudo apt-get dist-upgrade"16:47
xJamieThe os settings have been chosen. Everything installs fine. When I login, the lxde just shows a blank creen.16:47
POo_mec87sry I can't find what's the problem :16:48
xJamieNeither can I.16:48
ArhiHello. Can I ask question about Kubuntu? :P16:48
POo_mec87try other OS16:48
Arhibut i like Kubuntu, but have problem with installing 13.04 :|16:49
POo_mec87try other OS,  xJamie, maybe it's a your image problem, or try another desktop16:50
xJamieI don't have another desktop connected to try and what other distro can i use which is blank?16:50
MonkeyDustxJamie  maybe it's a display setting in vmware16:50
xJamieWhy would they be fine up until login?16:51
GeorgeTorwelldaftykins: Calculating upgrade... Done16:51
GeorgeTorwell0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.16:51
POo_mec87xJamie, no I mean mount another os like xubuntu, maybe it work16:51
Arhihuh... so i go try with other installer ;/16:51
MonkeyDustxJamie  ask again, after you tried changing some display setting16:51
Arhibut this same OS16:51
GeorgeTorwellhow is that possible? The last version of Ubuntu I used installed updates every day like clockwork16:52
xJamieThere is nothing that I can change.16:52
daftykinsGeorgeTorwell: what version are you using?16:52
njalkGeorgeTorwell, doesn't work with cli update here either. I've been running 13.04 since it got out16:53
njalkwith updates several times a day16:53
GeorgeTorwellme too16:53
MonkeyDustGeorgeTorwell  what was your initial question/issue?16:53
GeorgeTorwell13.0416:53
GeorgeTorwellthat software updater is not finding any updates ever16:53
GeorgeTorwellsince at least 2 weeks16:53
GeorgeTorwelland I find that unusual16:54
Extreminadorguys when i open a software the 2Avant Window Navigator" icons desapear16:55
Extreminadorany ideia hy ?16:55
MonkeyDustGeorgeTorwell  either your system is up to date, or your sources have been disabled, chack that with system settings > software and updates16:55
Extreminadori think it has something to do with the icon size ... becasue the icons were choice by me...16:55
XXXhi16:55
POo_mec87hi16:55
GeorgeTorwellno sources have been disabled (intentionally)16:55
XXXmy macbook freezes after grub have been loaded16:56
GeorgeTorwellcould it be the NSA installed a fake software updater and trojaned my system?16:56
njalkMonkeyDust, i have the same issue, and nothing has been disabled and it's been about 2 weeks since the last time i had an update16:56
POo_mec87lol, noooooooooooooooooooo16:56
XXXhelp?16:57
XXX:(16:57
POo_mec87google it16:58
POo_mec87XXX17:05
POo_mec87XXX17:05
POo_mec87XXX :17:05
FloodBot1POo_mec87: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.17:05
|ryan|XXX17:05
XXXye17:05
leonixyzHello, I'm trying to write a bash script that let the user choose a list of packages to install. I need to control that the user doesn't provide a wrong input, so I think that every name shouldn't be matched by regular expression '/[^A-Za-z0-9_\-. ]/'... Is this regex enough? or there are other characters to add? Is there a way to 'proove' that a name has a corresponding package in any active repository (without calling apt-get that17:05
POo_mec87XXX, see this link: http://ubuntuguide.org/wiki/Ubuntu_Precise_Installation17:05
grenadecxhttp://ubuntuforums.org/showthread.php?t=2164462 some help would be appreciated17:08
XXXPOo_mec87: it worked.. now the internet17:08
POo_mec87:)))17:09
POo_mec87?!17:09
XXXPOo_mec87: no internet either17:09
XXX:(17:09
XXXinstalled the drivers.. but no success17:10
POo_mec87w817:10
leonixyzHello, I'm trying to write a bash script that let the user choose a list of packages to install. I need to control that the user doesn't provide a wrong input, so I think that every name shouldn't be matched by regular expression '/[^A-Za-z0-9_\-. ]/'... Is this regex enough? or there are other characters to add? Is there a way to 'proove' that a name has a corresponding package in any active repository (without calling apt-get that17:13
POo_mec87XXX, see this : http://askubuntu.com/questions/137037/networkmanager-not-populating-resolv-conf17:15
bbburoSflphone sip softphone version in synaptic package manager is obsolete, how do I get current version 1.2.3 into the synaptic package manager? Thanks.17:15
=== k is now known as Guest77405
MonkeyDustbbburo  for anything beyond what's in the repos, you need a ppa, but that's not supprted here17:16
POo_mec87XXX, I think u most reconfig your wireless or ethernet-card17:17
XXXPOo_mec87: the drivers are missing17:17
XXXubuntu does not find the hardware17:17
POo_mec87ok so download drivers17:17
Slartleonixyz: there is a package that does autocomplete for apt-get.. you might want to check how it does that.. afaik it somehow gets a list of "valid" packages17:18
POo_mec87XXX, Systemsetting > Additional Drivers17:18
bbburodust, there is a ppa on the sflphone homepage. But if I ad it, I still get the obsolete version in package manager, not the latest version. Am I doing something wrong?17:18
XXXPOo_mec87: empty there.. have no internet to download the drivers17:19
Slartleonixyz: it might be a small script somewhere in the bash configuration.. I've messed with it in the past but unfortunately I don't remember the name of the config-file17:19
POo_mec87XXX, reconfig network settings17:19
POo_mec87XXX, somthing like previous link17:20
Slartleonixyz: this might be useful as well http://superuser.com/questions/408082/how-do-i-get-a-list-of-available-i-e-uninstalled-packages-in-debian17:23
gamekathuhey can anyone help? having wifi issues on fresh install17:24
POo_mec87?17:24
leonixyzSlart: ty17:25
XXXPOo_mec87: doesnt work :(17:25
gamekathuwhenever i try to connect to any wifi hotspot, it tries to connect for a long time unsuccessfully... i have installed bcmwl-kernel-source and not the additional drivers broadcom one17:26
POo_mec87when u install ubuntu  on your macpro?17:26
gamekathumy config is 12.04.3 LTS17:26
=== lj1 is now known as lj
=== gcx713 is now known as gcx
shadejhow to suspend ubuntu from commandline?17:31
imarkshadej: pm-suspend17:32
imarki think it may need root like that though, the suspend button calls something else that doesn't require root17:32
shadejimark:ok powerman17:33
shadejit is not installed by default17:33
Extreminadorguys to remove a rep i need only o remove the file of that rep from /etc/apt/sources.list.d right ?17:33
imarkreally, i thought it was, but i mostly use mint nowdays,17:34
bbburosflphone,  so although I install the ppa, I cannot install the sflphone 1.2.3 version?17:35
Luyinbbburo: did you apt-get update after adding the ppa?17:36
bbburoluyin, yes I installed like it says on the sfl homepage. And for gnome ui.17:37
bbburoSfl support says the error is located on the ubuntu 12.04 package distro, not at them.17:38
sab3rI've reinstalled grub like 5 times now and once with the boot-repair and I still get the minimal BASH-like grub screen.. Is there any magic wizard who has somekind of magic tricks up in the sleeve to fix this problem OR a command to get the linux booted17:38
ChogyDansab3r: did you save the log from the bootrepair?17:40
shadejimark: I added pm to the sudoers file so that it will not require root password but not working17:41
imarkshadej: are you still running it with sudo? just minus the password?17:42
=== megabitdragon is now known as zz_megabitdragon
shadejyeah this way sudo pm-suspend17:43
shadejit waits to accept password17:43
imarkbut it works when you use the password that would mean you havent correctly set it up in the sudoers file17:44
shadejimark: yeah,17:44
=== gcx286 is now known as gcx
shadejimark: what could be the possible error17:47
shadejI have edited sudoers file before this time and it was working17:48
=== werinrcydkohtopr is now known as lmyglrziwjqwwypu
=== lmyglrziwjqwwypu is now known as sepero
=== sepero is now known as clyubeshjprxkshf
=== clyubeshjprxkshf is now known as sepero
=== sepero is now known as sncarafixhwnpxpy
ElTimoAnyone have any luck with ClearPass?17:48
imarki've never used the sudoers function but i think you have to add a line something like the following17:48
iceroot_!anyone | ElTimo17:48
ubottuElTimo: 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.17:48
ElTimoiceroot_: That was my question. ClearPass isn't working for me and I wanted to know if anyone has had any success using it.17:49
ElTimoNo need to be a dick.17:49
iceroot_!details | ElTimo17:49
ubottuElTimo: 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:49
iceroot_ElTimo: anyone-questions are just useless17:49
ElTimoOk, then let me put it like this17:50
ElTimoIs there any way to get Clearpass to skip the antivirus check it forces on each connection?17:50
BluesKaj!virus17:51
ubottuAntivirus is something you don't need on !Linux. except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus17:51
ElTimoBluesKaj: Did you even read the question?17:51
iceroot_ElTimo: do you have a link for this clearpass?17:53
iceroot_ElTimo: never heard of it17:53
sab3rChogyDan: nope *blushes*17:53
ElTimoiceroot_: http://www.arubanetworks.com/pdf/products/DS_ClearPass_OnGuard.pdf17:53
sab3rI got the linux booted from the grub and now I am in some ubuntu built-in shell17:53
iceroot_ElTimo: thx17:53
ChogyDansab3r: shucks, it has A LOT of information17:53
BluesKajjust got here ElTimo , so when i see someons asking abouit viruses , it's natural to invoke the bot17:53
sab3rChogyDan: Yes I know, prolly have to take it the next time..17:54
ElTimoBluesKaj: Ah ok. I was specifically asking how to trick a program into thinking that I do have antivirus.17:54
iceroot_ElTimo: as it seems ubuntu is not official supported17:54
iceroot_ElTimo: so what is the exact error message you got?17:55
ElTimoIt won't run the Java applet.17:55
ElTimoI'm not at school right now, though. Wouldn't be online if I was.17:55
iceroot_ElTimo: you are using oracle java? or openjdk?17:55
ElTimoiceroot_: OpenJDK17:56
ElTimo7, specifically.17:56
iceroot_ElTimo: ever tried oracle java? i was facing similar issue with our HP network connector, which is only usable with oracle java and not openjdk17:56
phantomfavThis is my question: i have installed nautilus in xubuntu, the file manager works great, but the desktop manager doesn't starts ("nautilus -n") even if i have closed the process xfdesktop in the session, anyone know how to force start nautilus for the desktop?17:56
ElTimoiceroot_: Huh. Didn't think of that. I'll give it a shot next time I have class.17:57
ElTimoThanks.17:57
iceroot_ElTimo: its sad that still oracle java is needed for some stuff :(17:57
ElTimoI know. I wish Oracle would just drop off the face of the earth.17:57
=== liquid is now known as Guest51571
ChogyDanphantomfav: why do you want nautilus?17:59
Guest51571network manager wont change my mtu value how to change it manually17:59
phantomfavChogyDan: because i prefer it18:00
ChogyDanGuest51571: I can change it in my network manager (though Im running the beta)18:00
phantomfavthe xfdesktop process really sucks18:00
Guest51571i can also but it wont change in ifconfig18:00
ChogyDanGuest51571: edit, preferences, Wi-Fi18:00
sab3rIf I can get to my initramfs but not to my OS itself.. doest that mean that there is something broken or is there a way to get to the OS?18:01
dbuggerHey guys. The sounds in my Ubuntu has disappeared! Even though when the log screen appears, I hear the drum sound, when I go to youtube, Spotify or anything else I head nothing18:03
dbuggercan someone pleae help me?18:03
ChogyDanGuest51571: mmm, maybe file a bug18:03
Slartdbugger: have you tried running alsamixer in a terminal and messing around with the settings there?18:06
Shakaz!legacy18:06
Shakaz!gpt18:06
Shakaz!uefi18:06
ubottuUEFI 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/UEFI18:07
dbuggerSlart, Yes I have. no luck neither18:07
darkangelHey will there be a Newer Version of Wine Coming out any time soon?18:08
Slartdbugger: if you start something that should make noise and then open up the pulseaudio volume control, do you see the program specific volume sliders?18:08
Slartdarkangel: ask in ##winehq , that's the official wine support channel18:09
darkangelok thx18:09
dbuggerWhen zou say the "pulseaudio volume control", you mean the audio icon ny the clock?18:09
Slartdbugger: hmm.. trying to remember what the default ubuntu looks like.. try opening a terminal and running "pavucontrol"18:10
dbuggerSlart, I dont have it installed. Should I?18:10
delinquentmejoin #physics18:10
delinquentmewoops!18:10
phantomfavThis is my question: i have installed nautilus in xubuntu, the file manager works great, but the desktop manager doesn't starts ("nautilus -n") even if i have closed the process xfdesktop in the session, anyone know how to force start nautilus for the desktop?18:11
Slartdbugger: I don't think it's required but I find it useful18:11
darkangel##winehq is dead No 1s there18:11
Slartdbugger: you can install it by running "sudo apt-get install pavucontrol"18:11
dbuggerok, installed18:11
Slartdarkangel: sorry.. try #winehq18:11
Slartdbugger: ok, try running it18:11
Slartdbugger: you should get a window that looks kind of like this http://community.linuxmint.com/img/screenshots/pavucontrol.png18:12
dbuggerSlart, I do see a bar that is moving constantly, from the audio signal18:12
darkangelthx alot18:12
Slartdarkangel: you're welcome18:12
Slartdbugger: ok, so that means that the sound is playing and that pulseaudio sees the source playing.. a good first start18:13
Slartdbugger: do you have more than one audio device? there should be a drop down menu thing where you can select what device to use for a certain audio stream18:13
Slartdbugger: oh.. and I hate to ask this.. but you have checked that the cables are connected, speakers are powered, hardware volume turned up and so on?18:14
dbuggerWell, I did hear the drums plays before the login screen, so it makes sense to think that the wiring is not the problem18:15
lee16ubuntu has literally shut on me18:15
Slartdbugger: ah.. yes18:15
lee16i tried installing the grub18:15
dbuggerSlart, I did tried all the devices in the list, and it doesnt help18:15
lee16but douche said UBUNTU has been blocked18:15
dbuggerI also should mention that this happened right after my Ubuntu system froze down and I had to do a hard reboot18:15
lee16now its asking me to first install MDadm something18:16
Slartdbugger: check the "Output Devices" tab on the volume control.. are the volume sliders in the middle? not muted?18:16
=== Companion is now known as companion
Slartdbugger: you can also try switching the different modes on the output.. "analog output", "stereo output" and so on..18:17
dbuggerSlart, all output devices are at 100%18:17
lee16how to get the grub2 back . i tried following the grub18:18
zykotick9dbugger: if you run "cat /proc/asound/cards" do you have more then 1 listed?  if so, is your desired card (that's not working with your browser) something other then card 0?18:18
Slartdbugger: and the configuration tab might have more settings you can play with.. if it works it should work right away, no need to restart the audio stream18:18
ocooelRDP to Windows SBS via remmina isn't working. How do I check that it's allowed in firewall or what else it might be..?18:20
dbuggerOh, that last fixed it18:20
dbuggerthanks! :)18:20
hydruidocooel: change the encryption to RDP18:20
hydruidocooel: that usually helps18:21
gasshoinstalling, connected to internet; after rebooting, no internet connection18:21
gasshousing wireless18:21
Slartdbugger: tadaaa.. =)18:21
dbuggerThanks guys :)18:21
dbuggerSee you all later! :)18:21
Slartdbugger: you're welcome18:21
A1ReconI have some pdf files that i want to download with wget..... but the files I want to download are named "www.example.com/xyz_1_ABC.pdf" and i don't want to download the other pdf files(which are named "xyz_2_ABC.pdf") from the site. Now this "ABC" may be  a number or a character(they are in no specific order). What do i type in?18:21
daftykinsA1Recon: what are you stealing en masse :(18:22
A1Recondaftykins: i am not stealing en masse'18:22
ocooelhydruid: protocol is set to RDP.18:22
SlartA1Recon: doesn't wget support some kind of regular expression?18:22
hydruidocooel: highlight the server, click the pencil, advanced tab, set security to RDP18:23
SlartA1Recon: is wget required? or you can use something like curl instead?18:24
A1ReconSlart: I can download files if they are named numerically and by their type but this time I want the "PDFs" only and the file should have same suffix...18:24
A1ReconSlart: I thought wget was the de facto download manager for Linux18:25
ocooelhydruid: it still isn't working.18:25
hydruidocooel: did you enable RDP on the windows server?18:25
linuxearthi don't know but why the pointer of my mouse (in the pc) sometimes changes positions or like wavering in small motion even when I have absolutely not touching it and seeing from a distant location, please do let me know about it, is my pc being compromised or i am safely browsing the internet...? pleae do let me know18:25
=== jan_ is now known as mansikkatonttu
hydruidocooel: are you getting a specific error?18:25
linuxearthi don't know but why the pointer of my mouse (in the pc) sometimes changes positions or like wavering in small motion even when I have absolutely not touching it and seeing from a distant location, please do let me know about it, is my pc being compromised or i am safely browsing the internet...? pleae do let me know18:25
gasshout says wireless networks device not managed in the w=network menu ;s;18:26
gassho*it18:26
hydruidocooel: on the windows server which option did you choose for RDP? Try the middle option intead of the bottom!18:26
A1ReconSlart: I am getting stuck at the filename.... that's all18:26
err-orlinuxearth: do you use a mousepad? oder what kind of surface your mouse is on?18:26
clue_hlinuxearth, it happens to me, i dont have a mouspad18:26
clue_hwhich is why18:26
linuxearthyes i am using18:27
linuxearthmousepad18:27
linuxeartha black type of mouse pad18:27
SlartA1Recon: mm.. it is commonly used.. the reason I was asking is because curl has these nice step counters for filenames..  curl http://www.letters.com/file[a-z:2].txt   is one example18:27
linuxeartherr-or and clue_h: i don't know but i have a mouse pad, is my pc and net browsing safe?18:28
ocooelhydruid: Yes. The error is - Unable to connect to RDP server <server>. Does the Domain need to be filled in..?18:28
clue_hlinuxearth, is it optical or a roller ball gig18:28
hydruidocooel: can't help you if you don't answer all my questions. Is RDP enabled on the server, which RDP setting did you choose? Try just putting the IP to connect to it.18:28
SlartA1Recon: http://stackoverflow.com/questions/1426522/bash-script-downloading-consecutive-numbered-files-with-wget this might be useful18:29
A1ReconSlart: I have used curl before I wasn't sure if i should use it now18:29
linuxearthclue_h: has the roller18:29
SlartA1Recon: it's your choice, it was just a suggestion.. is this running in some kind of bash script? can you use a bash loop to do the file fetching?18:30
err-orlinuxearth: don't use stripey pads, or pads with pictures which have a huge color difference. your mouse will think its has walked a lot of miles :D18:30
clue_hlinuxearth, and try different ports on your pc too18:30
A1ReconSlart: I am just learning up on wget... haven't used bash.18:30
A1ReconSlart: Thanks!!18:31
clue_htrue, i have a paper back book as a mousepad and when it hits the bar code, it goes crazy haha18:31
linuxeartherr-or: mouse pad is only black coloured simply no pictures on it at all.....clue_h: can i confirm that my pc is safe...i am having the mouse which is not usb based so insertion is only into the designated port which is round type with holes18:31
SlartA1Recon: hope you find something useful.. good luck!18:31
ocooelhydruid: That's what the yes is for :-P Just generic RDP, remote desktop protocol. Is that what you mean by rpd settings..?18:31
guest_____I have a hard drive storage question...18:31
=== lars__ is now known as lastkajen
hydruidocooel: there are 2 options to enable RDP, one with security and one without....which did you select? can you ping the server?18:32
=== Morbo is now known as KyleYankan
err-orlinuxearth: your safe ;)18:33
guest_____I have a FAT32 partition of 466 GB allocated for Windows.  Will a Windows 7 install disk recognize this partition automatically?18:33
JoshStroblIs there a community manager around I can speak to?18:33
ocooelI'll need to wait until I'm in the office to find out the IP and to check the rdp settings on SBS. But this worked with 12.04.2, which wasn't that long ago.18:33
Nabucodonosorhi peoples18:34
SlartJoshStrobl: if it's about the irc-channels you can always try #ubuntu-ops18:34
JoshStroblit isn't about irc channels18:34
Nabucodonosor#hackers18:34
PiciJoshStrobl: If its an Ubuntu question then #ubuntu-community-team would be the right place to ask.18:35
guest_____I have a FAT32 partition of 466 GB allocated for Windows.  Will a Windows 7 install disk recognize this partition automatically?18:35
Enemteeanyone installing a linux-distro having problems with voiding warranty on their computers?18:35
JoshStroblPici: It isn't an Ubuntu question.18:35
gasshohow can i manage wifi adapter18:35
JoshStroblMy question is strictly resolved by a CM18:35
PriceyJoshStrobl: What's the question?18:35
JoshStroblAre you a CM?18:36
OerHeksguest_____, no, maybe yes, ask in #windows18:36
PriceyJoshStrobl: No, but if we knew the question we might be able to tell you who can answer it?18:36
JoshStroblThen you can't help me.18:36
JoshStroblNot being a jerk, just being honest. This really can only be resolved by a CM18:36
PriceyJoshStrobl: Where is your definition of "cm" taken from?18:37
OerHeksJoshStrobl, join #ubuntu-community-team #looks like it is the place to be for community related stuff18:37
Enemteewell, i'll fire off my question again, anyone having problems with voiding warranty when installing a linux-distro? i wonder, cause i'm interested in wiping windows on a computer with warranty and installing a linux-distro instead18:37
SlartJoshStrobl: this might help.. https://wiki.ubuntu.com/JonoBacon18:37
PriceyJoshStrobl: A few people here have given you their best guesses but if you want a better suggestion you need to give us more details.18:38
A1ReconSlart: They are in no particular order. I need the command for "xyz_1_ABC_2011.pdf". Here "ABC" can be anything a word or letter.18:38
ocooelhydruid: I'll need to wait until I'm in the office to find out the IP and to check the rdp settings on SBS. But this worked with 12.04.2, which wasn't that long ago.18:38
SlartA1Recon: are the files listed on some other web page or you're just blindly firing off download requests?18:38
A1ReconSlart: listed on the same webpage.18:39
ChogyDanEnemtee: I've heard of such issues, but I think you can just reinstall windows if you need tech support.  I've heard of folks calling tech support with a linux install, then getting rejected.  You can't really expect the tech supports to know about linux, so I think it is understandable18:39
kingjamesany idea when the new GNOME core apps will be available as default in Ubuntu?18:40
|ryan|Enemtee: in no sane country would it affect your warranty18:40
linuxeartherr-or: thanks but how do i confirm that i am safe...?18:40
|ryan|at least, from a legal point of view18:40
EnemteeChogyDan: Yeah, that's been my thought. So I'll back up Win 7, and reinstall if i need to18:40
linuxearthhow but?18:40
|ryan|Enemtee: I guess you're in sweden, you should be good.18:40
linuxearthand if one is not in sweden, he/she cannot be good18:41
linuxearth?18:41
Enemteehehe18:41
SlartA1Recon: so you want any file named xyz_1_<anything here>_2011.pdf and the files are listed on a webpage on the same domain, correct?18:41
linuxearthEnemtee: ;)-18:41
A1ReconSlart: Yup18:41
linuxeartherr-or: thanks but how do i confirm that i am safe...?18:41
|ryan|linuxearth: I as long as one is in a first world country, they're probably good18:41
|ryan|s/I//18:41
Guest61320My Ubuntu VirtualBox VM asks for my encryption password on boot, takes the password, then gives me some weird screen saying Target filesystem doesn't have requested /sbin/init.. no init found… then it says BusyBox v1.20.2 and gives a prompt that says initramfs...18:41
wilee-nileeEnemtee, Not a ubuntu support question, ask the manufacturer.18:41
linuxearthevery place is good, if the person is good, remember that: from a black coloured spects, you would see blackish only...!!18:42
linuxearthbut its okay, good to know that you are good |ryan|18:42
linuxeartherr-or: thanks but how do i confirm that i am safe...?18:43
SlartA1Recon: this seems like it would be useful http://www.gnu.org/software/wget/manual/wget.html#Types-of-Files18:43
err-orlinuxearth: your kidding? your never safe!! safety is not real. its safe as long as you feel safe :P18:43
linuxeartherr-or: correct but i was talking of my pc, ;)-18:43
* cloudy_nz feels unsafe18:43
SlartA1Recon: is the page with the pdf's a public page? do you have the url?18:44
Enemteewilee-nilee: I understand I should ask the manufacturer. But it's okay to ask if anyone has encountered any problems with voiding warranty while installing linux.18:44
linuxearthand you may be safe when your pc is not safe and at times, your pc is safe while you are unsafe, happens that also err-or18:44
err-orlinuxearth: how do you mean? i don't get what mouse jumps have to do with safety?18:44
linuxearththat's why i am aksing how you said previously that i am safe?18:45
wilee-nilee!ot | Enemtee it isw not okay here18:45
ubottuEnemtee it isw not okay here: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:45
* cloudy_nz puts his PC in a safe18:45
linuxearthmouse jumps in the sense that my pc being compromised from a remote location18:45
A1ReconSlart: no on my university's server. Everyone has access from the network. But there are like 20 files and i don't want to rt-click and save each one of them(like the rest of my classmates are doing right now).18:45
err-orlinuxearth: i thought plugin your mouse into the jack with the round design and these 4 pins :D18:45
linuxeartherr-or: mouse jumps in the sense that my pc being compromised from a remote location18:45
err-orlinuxearth: mouse!!18:45
linuxearthyes i did18:45
linuxearthbut it doens't work18:46
A1ReconSlart: using their Win7 PCs18:46
A1Recon:P18:46
linuxearthA1Recon: thats not a solution18:46
err-orlinuxearth: no one would vnc into your computer... if he knows how to compromise :D18:46
err-orlinuxearth: buy a new mouse, and try again.18:46
linuxeartherr-or: correct but how do i know that it has not been compromised18:47
A1Reconlinuxearth: What's not  a solution...?18:47
linuxeartherr-or: if anything goes wrong you direcltly buy the new things or sort out the one you have with.....>?18:47
linuxearthA1Recon: using windows18:48
guest_____How do I create a backup of the current Linux bootloader?  Also, how do I restore it and then fix the bootloader so that both Linux and Windows boots correctly?18:48
linuxearthusing windows is not a solution18:48
linuxearthif we are facing some issue(s) with any thing we are using, we should try to solve that without rejecting it18:49
linuxearthlike linux18:49
linuxearthespecially for newbies like me18:49
linuxeartham i right?18:49
=== stan is now known as Guest30522
linuxearthok guys thanks i have to go to work thanks18:50
linuxearthcome later18:50
err-oryou can't18:50
SlartA1Recon: ah.. I use wget every now and then but it usually involves a lot of trial and error before I get things right.. but a recursive download with the accept options I linked you before would be one way to go.. of course, if this is a one time thing I would look into downloading extensions to firefox, chrome and so on as well.. might be easier for a one time job18:50
wilee-nileeguest_____, You don't have to back these up they can be reloaded easy with install disc, or in windows a recovery or install disc.18:51
=== jack is now known as Guest1970
wilee-nilee!grub | guest_____18:53
ubottuguest_____: 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/Grub218:53
KchikmoHello evry1. On a dual boot with win8 and ubuntu studio 13.04. I had not used the win8 side in months and afetr doing so I've had the following message for about 30 minutes: "An error ocurred mounting /media/System_Reserved. Press S to skip mounting or N for manual recovery" Could this have to do with the fact that win8 was asking me to restart so it could finish some updates? what can I do...18:55
Kchikmo...before hanging myself? TIA!!18:55
=== william is now known as Guest78332
Guest78332hello all, this is my first exp with ubuntu18:56
histoGuest78332: congrats18:57
=== Guest61320 is now known as r0bo
KchikmoGuest78332; Welcome! You'll find here the best support in the world ... you just have to be patient sometimes.18:58
=== GingerGeek is now known as GingerGeek[Away]
histoKchikmo: possbile if the filesystem wasn't umounted properly on the windows side. Just boot back in windows and see18:58
histoKchikmo: or fix the filesystem and mount it18:58
Kchikmohisto: How do I fix it?18:58
Kchikmohisto: should I press N?? Im scared to death: I've got over 10Gb NOT backedup18:59
gasshohow do i make 12.10 manage a device it ran smoothly from installation but now doesn't19:07
gasshoa wifi adapter19:07
wilee-nileegassho, Start by posting the hardware.19:08
wilee-nileegassho, run lsusb and identify the adaptor19:09
gasshofound in lspci, not in lsusb ;s;19:10
CyberJacobEvening folks19:10
gasshoAtheros Communications Inc. AR9285 Wireless Network Adapter :D19:11
wilee-nileegassho, I think that is the internal wifi.19:13
gasshome2 :>19:13
=== lars__ is now known as lastkajen
gasshoii could get updates and third party software after activating it in the setup but now i got a nice doorstop :/19:14
mentocI have noticed lag in both chromium-browser as well as doing apt-get installs. For example, I'm running an apt-get install right now and I'm getting 19 kB/s . Are the servers just slow or is it likely another problem?19:19
duoimentoc: how is your general internet connection?19:20
duoiyou might have some caching issues with chromium (from my own experience)19:20
mentocduoi, for the most part it's decent at 16-20 mBps19:20
clue_hmentoc, could try a web ping test on one of the source urls19:20
mentocclue_h, ah yes haven't thought of that19:21
mentocclue_h, the ping is taking 500+ ms19:21
mentocping google.com is the same19:22
clue_hwhat about from your local machine19:22
mentocping localhosts?19:23
clue_hnope19:23
mentocclue_h, what do you mean?19:23
clue_hthis is a long shot anyway but ping from terminal and compare that to a webservice that offers a ping to urls19:23
mentocok19:24
duoimentoc: try ping.eu and network-tools.com19:24
mentocin my /etc/resolv.conf there is a line for nameserver 127.0.1.1 ... instead of 127.0.0.119:25
Kroachwhat packages do I need to play RTSP streams in Totem?19:27
mentocI wonder if my ISP is throttling apt-gets19:28
chaotic_goodhow get running version of ubuntu again?19:28
wilee-nileementoc, Most likely mine does.19:28
wilee-nileechaotic_good, What is your native language?19:29
mentocaverage download speed is 1.7 mbps19:29
clue_hi didnt know they throttled apt-get ha19:29
duoimentoc: can you download curl and investigate?19:29
duoisudo apt-get install curl19:30
duoithen sudo curl -w19:30
mentocduoi, what good will curl do? (with all do respect..)19:30
chaotic_goodenglish my good man19:30
wilee-nileeits not that it is apt-get itself but the type of stream19:30
chaotic_good3.2 means I think 12.04 LTS19:30
chaotic_goodkernel clue19:30
chaotic_goodit says at login but I cant scrollback heh19:30
wilee-nileechaotic_good, You are not making sense.19:31
chaotic_goodin deadrat you do cat /etc/redhat-releae19:31
chaotic_goodwhat command spits out ubuntu - version 12.04 etc19:31
clue_hchaotic_good, cat /etc/os-release19:31
duoimentoc: lets you identify at which point of the process your connection is having issues (see http://askubuntu.com/a/147385)19:31
wilee-nileechaotic_good,  uname -a19:31
mentocI don't know if this makes a difference, but I'm running the "creative" Ubuntu... Ubuntu Studio19:32
wilee-nileechaotic_good, posy tha output of that command19:32
zykotick9chaotic_good: you might be interested in "lsb_release -a" output19:32
wilee-nileepost the*19:32
mentocduoi, Okay one sec while I apt-get install curl..19:32
histoKchikmo: just skip it for this boot and fix it in windows if you are concerned19:32
slimjimflimhi, i've got two scripts, one that creates a bridge (br0) between wlan0 and eth0 to create a hotspot: http://pastie.org/8295367 and another that removes it:  http://pastie.org/8295372  but the problem is that when the hotspot is on, i lose connectivity from the ap box.  does anyone know how to fix this?  running xubuntu 12.0419:33
chaotic_goodah 12.04 precise pangolin19:33
chaotic_goodas I suspected19:33
chaotic_goodheh ha!19:33
wilee-nilee!enter | chaotic_good19:34
ubottuchaotic_good: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!19:34
jarcohello people. I have a weird problem. My context menu's (right click menus) stay in the background. They dont jump to front like usual.19:37
mentocduoi, Could disabling ipv6 help in my situation? I don't use it, but curl -w foo google.com gives me: curl: (7) Failed to connect to 2607:f8b0:400e:c04::6a: Network is unreachable19:39
duoimentoc: continue to follow the rest of that guide i linked19:41
nimbioticsusing ubuntu-stydio 13.04, there are some autostart applications at session and satarup that are just NOT starting, but will work just fine when I execute the command from thunar or the CLI. whay is this happening?19:46
nimbioticson a dual bootwith win8 and ubuntu-sudio 13.04; Is it possible to recover part of the win8 partition for linuz? hiw?19:47
wilee-nileenimbiotics, as info there is a #ubuntu-studio channel if needed19:47
mentocduoi, http://pastebin.com/7U20qeh019:47
nimbioticswilee-nilee: thx19:48
Slartnimbiotics: are you saving the output from the commands to a log file?19:48
lawl!support19:49
ubottuThe official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com19:49
wilee-nileenimbiotics, Rather small user base. Naming the not starting apps in your queries here as well will be helpful.19:49
lawl Hi, my wireless arent working, disabled by hardware (something, my language is Swedish).. until I go into hibernate and then login again, then it starts working instantly!.. could somebody help me? =)19:49
tcb^ll3rDoes apache come installed on 13.04?19:49
Slarttcb^ll3r: not by default, no19:49
Slarttcb^ll3r: it's available from the repos though19:50
tcb^ll3rSlart: software center , or apt-get?19:50
tcb^ll3rSlart:  the software center apache looked out of date.19:50
Slarttcb^ll3r: those both end up at the same place.. just more or less lights and lens-flares =) but yes, it's available through both19:50
Slarttcb^ll3r: ubuntu only does security updates (I don't think the rolling updates are implemented yet but I might be wrong)19:51
wilee-nileelawl, Identify the wireless hardware to the channel.19:52
Slarttcb^ll3r: in most cases you'll be fine with the version in the repos..19:52
tcb^ll3rSlart: thanks. any other advice on getting LAMP stack going on 13.04 desktop?19:52
Slart!lamp | tcb^ll3r19:52
ubottutcb^ll3r: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.19:52
jarcohello people. I have a weird problem. My context menu's (right click menus) stay in the background. They dont jump to front like usual.19:52
nimbioticswilee-nilee: i'm particularly interested in "CopyAgent" from Copy.com, a cloud storage "flavor"19:52
Slarttcb^ll3r: have a look at those links19:53
tcb^ll3rSlart:  k, thanks!19:53
Slarttcb^ll3r: you're welcome19:53
lawlSorry, wilee-nilee, could you say more specific what I need to do?19:54
wilee-nileenimbiotics, There are many ways to backup and or clone.19:54
wilee-nileelawl, Run lspci find the wireless info and include it in your questions.19:55
slimjimflimhi, i've got two scripts, one that creates a bridge (br0) between wlan0 and eth0 to create a hotspot: http://pastie.org/8295367 and another that removes it:  http://pastie.org/8295372  but the problem is that when the hotspot is on, i lose connectivity from the ap box.  does anyone know how to fix this?  running xubuntu 12.0419:55
lawl Hi, my wireless arent working, disabled by hardware (something, my language is Swedish).. until I go into hibernate and then login again, then it starts working instantly!.. could somebody help me? =)19:57
lawlIts a: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)19:57
nimbioticswilee-nilee: Im atracted to this service because it offers 15Gb FREE and in less than 24 hours I've already earned 10Gb extras. All I want to do is hace a cloud backup ...but the progrma is just not starting19:57
Slartlawl: do you get anything suspicious in your dmesg when you boot up?19:58
DWSRIs there a way to run a command as a particular user AFTER encrypted home directories have been monuted?19:58
DWSRmounted*19:58
wilee-nileenimbiotics, Sure however a 3rd party app, technically not supported here, however you may get help, I have never heard of it.19:58
slimjimflimlawl if you see your card in lsmod after coming out of hibernate, but not before, then the module might not be loading on boot19:59
wilee-nileelawl, here are some threads to look through. http://askubuntu.com/search?q=AR9485+20:00
lawlslimjimflim, im dualbooting from grub2, could that be the cause of the problem?20:00
Dr_WillisDWSR:  you mean have the user run a command after they login? or have the system run a command after it has detected the user has logged in and their home is now aviable?20:01
lawlwilee-nilee, thanks i'll check!20:01
nimbioticswilee-nilee: The application it is just not working right after login, but it does work perfectly when I issue the command ,,, why does it matter if its a 3rd party app or not??20:01
DWSRDr_Willis: Ah, encrypted home directories are only mounted on login?20:02
Dr_WillisDWSR:  as far as i know - yes.20:02
MagePsychohow to cp files without overwrite prompt?20:02
slimjimflimlawl: probably not unless you're loading an outdated kernel image20:02
DWSRDr_Willis: Mkay.20:02
bekksDWSR: Yes.20:02
nimbioticswilee-nilee: besides, its not the only only one ... and they are ALL 3rd party apps .... it'd be a prob to get support from all of them...20:02
wilee-nileenimbiotics, 3rd parties may not be known here is all, it is just a channel norm.20:02
Dr_WillisMagePsycho:  theres a option for cp to do that  - it may be you got some alias for cp that makes it ask. (-i i think asks)20:02
=== stephen is now known as Guest15172
Dr_WillisMagePsycho:  cp --force   might do it20:03
=== speed is now known as Guest87033
Dr_WillisMagePsycho:  common alias for cp is 'cp -i' to make it always ask20:03
nimbioticswilee-nilee: i'm not asking for support on the app. The app is not starting, nor giving me an error or warning of any kind20:04
MagePsychocp -rn ../folder-to-copy . ?20:05
wilee-nileenimbiotics, It is a simple problem here, you don't take your Volkswagen to a ford dealer. I would make sure there is no ubuntu option already.20:05
Dr_WillisMagePsycho:  try it on a test  case and see..  check 'man cp' also20:06
maphi 0- im having trouble with openvpn server..how could i chekc if its running on my server?20:08
Slartnimbiotics: have you tried replacing the app with a script that waits 10 seconds and then starts the app? perhaps it needs something to start up.. network connectivity, some folder mounted or whatever20:08
nimbioticswilee-nilee: Certainly not. But I can take my vw and my ford to my garage and expect them both to start both inside or aoutside of my garage, instead of having one start and ending up pushing the other to make it work20:08
nimbioticsSlart: no, how can I do that?20:10
Slartnimbiotics: this program you're trying to autostart.. it's a file somewhere that is being run, right?20:10
nimbioticsSlart: yes20:11
Slartnimbiotics: rename that file and create a script with the name instead.. make it do the commands "sleep 10; your_renamed_file"20:11
map:20:12
skorasaurushi, the desktop entry that I created - http://paste.ubuntu.com/6060176/ does display in the unity launcher, but it when I click on it, the program will not load. any idea how to fix this ?20:12
Slartnimbiotics: that way it will first wait 10 seconds.. and then try to run the original file.. that might make it work, even though it is kind of crude20:12
Dr_Willisskorasaurus:  askubuntu.com and i think webupd8 or omgubuntu blog sites have guides on getting sublime working  with a proper launcher file for an example20:13
nimbioticswilee-nilee: Thanks Slart, I'm sure you are in the right track. Will google more on wait, try, logout/in and be back!!20:13
cyberhackhave any method for hacking remote pc from google chrome20:13
Dr_Willisskorasaurus:  just a guess.. but id bet the spaces in the directory/path names are causing an issue20:13
Slartnimbiotics: good luck20:13
wilee-nileecyberhack, wrong channel20:13
Slartcyberhack: wrong channel20:13
cyberhackwhy ?20:14
mapi did service openvpn start and it creates tun020:14
Pici!illegal | cyberhack20:14
ubottucyberhack: 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 !o4o20:14
Dr_Williscyberhack:  troll elsewhere please. this is ubuntu support.20:14
skorasaurusDr_Willis: thanks, I'll check that out.20:14
Slartcyberhack: this channel doesn't do illegal or even questionable stuff20:14
wilee-nileecyberhack, take a guess, and read the channel header20:14
cyberhackaha ok people20:14
cyberhacksorry20:14
=== IdleOne is now known as io
mapcan someone lend a hand20:17
wilee-nilee!patience | map20:18
ubottumap: 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/20:18
Slartmap: never used openvpn myself.. just be patient and repeat your question every 15 minutes or so (the entire question).. you can try other channels as well or use the time to add relevant facts to your question so people don't have to interrogate you =)20:19
mapok thanks :)20:20
r0boi can't start my ubuntu VM. it says that init is missing. i tried fsck after running a live CD. didn't help. gives me a weird prompt. any thoughts?20:25
histor0bo: is this an installed system or are you trying to boot the iso?20:29
r0bohisto: installed20:29
histor0bo: was it working previously?20:30
Dr_Willisr0bo:  and whats this 'weird prompt'20:30
r0bohisto: yes it was20:30
histor0bo: what were you doing when it broke?20:30
maphmm so i guess it isnt started tried to telnet to localhost;1194 - question is why isnt it starting!20:30
r0boDr_Willis: I can get that exact name for you it was like inittrafms20:30
=== sepero_ is now known as gkezgyprnsvixvip
=== gkezgyprnsvixvip is now known as sepero
=== sepero is now known as qnvcnijjlamztitv
=== qnvcnijjlamztitv is now known as sepero
=== sepero is now known as gbtfacymhtytsuyr
r0bohisto: nothing really. it had been turned off over night20:30
mapwhere would errors be shown for openvpn?20:31
r0bothe weird prompt was initramfs20:31
r0boI also tried starting in Recovery mode20:32
r0boit seems to be a common problem, but the solutions I found didn't help. they all say either run fsck, which I did, or add some line saying to "blacklist" something to a config file and I already tried that.20:33
r0bohere's a thread with the same problem, so you can see what I mean http://ubuntuforums.org/showthread.php?t=178838120:34
serehow can i see system apps in the startup applications in unity20:36
anon-124436I installed ubuntu but I'm pretty sure I need nonfree ethernet drivers to get Internet working. Can I download a .deb or something and keep the drivers locally for offline installation within Ubuntu 13.04?20:36
daftykinsanon-124436: what device is your ethernet controller?20:37
mapanon-124436,  for sure depending what it is20:37
anon-124436How would I find this? Preferably not within Linux since I'm on Windows right now. :) I can give my motherboard information...? [16:37] <daftykins> anon-124436: what device is your ethernet controller?20:38
daftykinsanon-124436: run device manager and give us the name of your network card20:39
clue_hanon-124436, control panel, system - device manager20:40
Dr_Willissere:  what system apps? theres /etc/xdg/autostart/20:40
anon-124436Realtek PCIe GBE Family Controller [16:39] <daftykins> anon-124436: run device manager and give us the name of your network card20:41
histomap: somewhere in /var/log most likely unless you are speaking of openvpn client20:41
mapthank you20:42
mapdo you have any experience with openvpn?20:42
histomap: no20:43
Xfaulzwhat's the difference between the linux-libre kernel and THE linux kernel.20:44
daftykinsanon-124436: unfortunately under Windows that's a very generic name, so you'd need to boot into Ubuntu and run "lspci" and tell us what the name comes up as there20:44
Dr_Willis!vpn20:44
ubottuFor more information on vpn please refer to https://wiki.ubuntu.com/VPN20:44
=== tjbiddle_ is now known as tjbiddle
Dr_Willisthere might be some hardware info tools for windiows that would tell you the chipset anon-124436  but  i dont know of any names. #windows may know20:45
sereDr_Willis: not sure i just know that unity hides abunch of apps and i remember there is a command to enable the startup app program to see all of them20:45
Maple__Xfaulz, pretty much everything foss from the original kernel20:46
Dr_Willissere:  they are all in ~/.config/autostart/ and /etc/xdg/autostart/        the ones in the xdg dir are not normally shown by default. since the user cant controll them20:46
Xfaulzoh...20:46
anon-124436assuming I knew the exact chipset, what would I do after that? [16:45] <Dr_Willis> there might be some hardware info tools for windiows that would tell you the chipset anon-124436  but  i dont know of any names. #windows may know20:46
Dr_Willisanon-124436:  then we can tell you what drivers. and theres no need to repeate what i just said.20:46
wilee-nileesere, https://help.ubuntu.com/community/ShowHiddenStartupApplications20:46
histosere: it's still there, search the dash for startup or session20:47
slimjimflimhi, i've got two scripts, one that creates a bridge (br0) between wlan0 and eth0 to create a hotspot: http://pastie.org/8295367 and another that removes it:  http://pastie.org/8295372  but the problem is that when the hotspot is on, i can't get online from the ap box.  does anyone know how to fix this?  running xubuntu 12.0420:47
daftykinsanon-124436: you can double click on the device and change to the 'details' tab, then give us a device identifier code, they look a bit like: PCI\VEN_11AA&DEV_444420:48
anon-124436daftykins: PCI\VEN_10EC&DEV_8168&SUBSYS_E0001458&REV_0620:49
anon-124436the motherboard is a gigabyte   GA-78LMT-S2P  http://www.gigabyte.com/products/product-page.aspx?pid=3833#ov20:50
MonkeyDustslimjimflim  better ask in ##networking, i guess20:50
anon-124436LAN      1 x Realtek 8111E chip (10/100/1000 Mbit)20:51
daftykinsanon-124436: ok i gotta go now, someone else should help20:51
anon-124436Thanks anyway :)20:52
ss_hazehow to highlight first letter libre office?20:52
nibbler*l*ibre office20:53
anon-124436I guess I'll compile some stuff http://www.twm-kd.com/linux/realtek-rtl81688111e-and-ubuntu-linux/20:54
llmatt556Hi20:55
=== HisaoNakai_ is now known as HisaoNakai
Ca11umI'm trying to install Ubuntu on this quite old laptop (made by Rock), but when the installer loads, no window appears, just a grey background and the taskbar20:58
wilee-nileeCa11um, Have you made sure the hardware is up for running ubuntu?20:58
Ca11umNow I've tried it again the installer background has loaded but the taskbar is glitched (white and black bars)20:58
BluesKajCa11um:  how much RAM does it have?20:58
Ca11umThe laptop brand is so obscure I can't find any info about it, but it runs Windows 7 fine20:58
Ca11um2 GB20:58
=== snake_ is now known as [snake]
wilee-nilee!nomodeset | Ca11um try this20:59
ubottuCa11um try this: 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 parameter20:59
llmatt556Anyone else having issues with their GTX 460? Mine lags/stutters really bad on 3D apps (tried several drivers) in 12.04, Mint 13, and Mint 15. It would be great if I could actually get my Linux games working properly.20:59
Ca11umThanks20:59
FreeaqingmeHi folks. In the past I had an application that automatically adjusted my screen brightness to the level of light outside. Would anybody recall the name of such application?20:59
wilee-nileeCa11um, Check the sum of the install media as well if needed20:59
MonkeyDustCa11um  sudo dmidecode -s system-product-name20:59
Ca11umThe same install media installed onto this machine just fine21:00
Ca11umHow do I set nomodeset via unetbootin?21:00
MonkeyDustCa11um  use netbootin to burn the usb stick, boot from that stick, set nomodeset21:01
wilee-nileeCa11um, One can get to that area on unetbootin, I don't know how though.21:01
llmatt556Any suggestions on my GTX 460? The games run fine in Windoze.21:01
ss_hazehow to highlight first letter libre office?21:01
wilee-nileellmatt556, using Windoze does not give you creds here.21:02
llmatt556I am trying to get them working on Ubuntu. Thats why I'm here. Been trying for several days now.21:02
wilee-nileethat spelling that is21:02
ss_hazellmatt556: which games exactly doesn't work from steam natives?21:03
llmatt556I have tried Kerbal Spce Program (Non steam version), Left 4 DEad 2, and Garrys mod. All have massive stutter whenever moving the camera and slight stutter otherwise21:04
ss_hazellmatt556: lspci | grep VGA in terminal21:04
delinquentmechecking status of connected USbs21:04
Ca11umI can't figure out how to specify nomodeset in unetbootin21:05
llmatt556crap. gotta eat. bbs -.-21:05
ss_hazellmatt556: I preffer eating, then gaming bbs: >21:05
wilee-nileeCa11um, you loading the usb from windows, or what OS?21:09
Ca11umI got it working with tab, wilee-nilee, thanks21:11
wilee-nileecool21:12
=== _BJFreeman is now known as BJfreeman
=== ubuntu is now known as Guest58952
SilverSlimeris it worth encrypting the whole of the hard disk in ubuntu?21:20
gasshointernet works, os upgrade cli command doesn't heheh21:21
wilee-nileeSilverSlimer, I would not your just asking for a lock out, you can encrypt a folder if you need it that bad.21:22
ejvSilverSlimer: if you and/or your organization you work for are looking to achieve some sort of PCI compliance, you should review your best practices and organizational goals, then decide if encryption is needed within your environment.21:23
SilverSlimerwilee-nilee, alright. is it possible to remove the encryption without wiping the drive?21:23
wilee-nileeno idea21:23
=== tyler is now known as Guest33230
tmmunqpersonally i fully encrypt my laptops, but i consider ecryptfs good enough on desktops. the encryption cannot be turned off, you must reformat to remove it21:24
SilverSlimerthanks tmmunq21:25
SilverSlimeri didn't realize that encryption caused such a powerful hit to disk performance21:25
SilverSlimerto be honest, i didn't notice the hit21:25
* ejv facepalms21:26
SilverSlimerbut the article on phoronix makes it seem like i lose 50% of my disk performance.21:26
SilverSlimerejv, yes, i know it will obviously cause a hit. i just didn't think it was 50%21:26
BluesKajencyption has it;s uses but to most users it can be a royal pita when it mucks up.21:26
Guest33230...21:27
SilverSlimerdoes it muck up that much?21:27
ejvno, I'm captain-picarding because I responded to the question from an official enterprise standpoint; but now you sound like an "enthusiast" with a laptop that really just has no idea. I recommend doing your own benchmarking before trusting anything from Phoronix. That site is wildly inaccurate.21:28
BluesKajthere arew a lot of ppl asking about retrieving encrypted files or disks21:28
BluesKajhere lately , SilverSlimer21:28
Ca11umOkay so I've just installed Ubuntu 13.04 onto the laptop, and I now need to set nomodeset. How do I access the GRUB menu?21:28
SilverSlimerusing the nouveau drivers, i think i removed most of the reasons for an ubuntu installation screwing up21:29
Ca11umI spammed shift when it was booting, it came up with 'GRUB' like an MS-DOS screen, but then continued to boot21:29
SilverSlimerwhen it's happened to me in the past, it was always due to proprietary drivers during an upgrade21:29
ejvThe bottom line is that if you can *responsibly manage* your encrypted storage, and have a viable, accompanying backup, that is also responsibly managed, there is no reason to not encrypt your data.21:29
SilverSlimeri guess i'll just take my chances with encryption then21:29
BluesKajCa11um:  hold the left shift key down right after the bios page21:29
BluesKajejv:  very wise sounding words , but "stuff" happens21:30
jaterWHAT IS THE DIFFERENCE BETWEEN A VSERVER A VPS AND A VDS?..?..?21:30
ikoniajater: don't use caps21:30
SilverSlimerejv: thanks .. the only thing on this hd i'd be upset about losing is my documents folder but that's synced to ubuntu one anyway21:30
ikoniajater: it will depend where you are hearing these word21:30
jaterIKONIA WHY NOT?..?..?21:30
ikoniajater: please don't - it's considered shouting,21:31
jaterI AM SHOUTING.21:31
jaterSO YOU CAN HEAAAAAAAR ME!..!..!21:31
jaterokay21:31
Ca11umThanks BluesKaj21:31
llmatt556Ok. Im back. What was the cmd that I was supposed to run? I am the one that was having issues with the GTX 460.21:32
ejvBluesKaj: "stuff happens" to be people that aren't prepared. Why would stuff happen if you responsibly backup your data?21:32
gasshoHoWaBoUtThIs:)21:33
llmatt556?21:33
gasshocAn We Do ThIs?21:33
gasshoj/k21:33
* gassho stop :P21:33
Ca11umAre driver updates included in Software Update?21:34
Ca11umor where do I get drivers from21:34
BluesKajejv:  this discussion is moot to me , i have my data backed , but being a home user encryption isn't really necessary ...I'm referreing to all the ppl in here lateky trying to find out how to rescue their dat a that was on the job21:34
tmmunqthe overhead is pretty minimal. the slowest component is still the disk, in most cases. if you encrypt and ssd, you want to get a modern chip with aes acceleration21:34
ikoniaCa11um: drivers are in the kernel so yes21:34
johnjohn1011what kind of modern chip are you talking about? cpu?21:35
llmatt556Any suggestions on how to get my GTX 460 to stop lagging in Linux games? Currently on Ubuntu 12.0421:35
SilverSlimertmmunq, it's encryption + ssd, not sure if the core i3 330m has aes though21:35
tmmunqyes21:35
BluesKajand it's time go have some dinner21:35
ejvmy suggestion is to buy a windows licence and dual boot21:35
SilverSlimertmmunq: so i shouldn't worry about disk performance at all?21:36
llmatt556I have windows but I like Ubuntu :)21:36
tmmunqhttp://ark.intel.com/products/4766321:36
ejvi know that's not a popular idea, but it's not worth the troubleshooting headache when doing gaming21:36
llmatt556My friend didnt have any trouble with it.21:36
tmmunqit doesn't. find something better. because the ssd is so much faster than platter, the slow cpu can max out trying to keep up with the io21:37
Dr_Willisllmatt556:  its possible a newer ubuntu reelase may work better - due to the newer kernel and video drivers21:37
ejvllmatt556: "your friend"? do you have exactly identical hardware? identical OS? identical packages?21:37
Dr_Willisllmatt556:  what games are you having the issues with?21:37
usr13Dr_Willis: llmatt556 If it is a problem with system resources, how about just leaning it up a bit?21:38
llmatt556I tried Linux Mint 15 and had the same issue. Isnt it based off the latest (or close to latest) Ubuntu?21:38
SilverSlimerwow, the core i3 330m doesn't support ecc memory. no wonder those ram chips didn't work21:38
Dr_Willisllmatt556:  i dont keep up with what mint is doing21:38
llmatt556It is a fresh installed Ubuntu and the games run fine on Windows. Not much to lean up.21:38
llmatt556Also, the games are KSP, L4D2, and Garrys Mod. Those are all I have tried.21:39
Marleneecan i use "time' command before "nohup" command to measure the time of command while it runnig after i exit my session ??21:39
SilverSlimerllmatt556, as a gamer who wants to game through ubuntu, let me give you advice: use windows for games. the stuff available on steam for linux is awful21:39
usr13llmatt556: Using Unity?21:40
SilverSlimermetro last light and tropico are supposed to be available but it's not true but either21:40
llmatt556Usr: yes21:40
usr13llmatt556: How about lubuntu-desktop?21:40
clue_han elder scrolls morrowind is in the pipeline almost there21:40
llmatt556USR: ? Dont think I have used that.21:40
histollmatt556: what video card do you have?21:40
llmatt556GTX 46021:41
histollmatt556: did you install nvidia drivers?21:41
llmatt556HistO: Yes.21:41
usr13llmatt556: I don't know, but just try and see.  sudo apt-get install lubuntu-desktop21:41
=== gbtfacymhtytsuyr is now known as sepero
=== sepero is now known as pzhwropzkbifheuc
=== pzhwropzkbifheuc is now known as sepero
=== sepero is now known as prhkzyegftbkpdyw
Dr_Willisthere is a 'steam desktop' package llmatt556  mentioned at either the omgubuntu or webupd8 blog site. it gives you a new login session that just runs steam. so you have all resources available for games21:42
=== prhkzyegftbkpdyw is now known as sepero
GambaroniHello21:42
usr13llmatt556: Yea, steam, I think Dr_Willis has best idea.21:43
llmatt556DR: But the games are not using up all my resources currently.21:43
GambaroniI have a problem that it seems like someone have stolen my passwords to the accounts. I would like to find out how they could have got that information. Someone have made 8 successful logins from 8 different IPs in 3 minutes and I'm totally sure it's not me or anyone else with access. Any idea how I could find out+21:43
LoshkiSilverSlimer: not saying your're wrong, but http://en.wikipedia.org/wiki/List_of_Intel_Core_i3_microprocessors says it does support ecc...21:43
usr13llmatt556: But the "lagging" must be happening for a reason... Right?21:44
usr13Gambaroni: No, but change passwords.21:44
Dr_Willishttp://www.webupd8.org/2012/12/better-steam-for-linux-performance-with.html      'steam login'21:44
LoshkiGambaroni: wanna post the logs to pastebin so we can all see them?21:45
SilverSlimerloshki: intel's page says it doesn't21:45
GambaroniLoshki: what logs do you wanna see?21:45
llmatt556Yes but it is not not having enough resources. My friend (who runs games fine on Linux) has a slower PC than me. It is some ineffciency or error going on the background.21:45
usr13Gambaroni: /var/log/syslog21:45
LoshkiSilverSlimer: well, they should know. Maybe ask on #hardware to confirm?21:45
llmatt556I will try the steam login program though and see if that helps.21:46
LoshkiGambaroni: well, start with posting whatever made you suspicious that \you've had 8 logins and their IP addresses21:46
kostkonllmatt556, what's your problem exactly? just wondering. nothing else21:47
llmatt556Kost: Games lag and stutter a lot, especially when I move the camera21:47
kostkonllmatt556, okie21:47
usr13Gambaroni: Logins to what?  ssh?21:48
GambaroniLoshki: At first injected code in some of the websites, the one that have logged in via ssh as I described21:48
Gambaroniusr13: yes21:48
SilverSlimerllmatt556: how much ram on the gtx 460 and which games?21:48
GambaroniLoshki: Looks like this: auth.log.2.gz:3186:Aug 20 18:01:05 xxx sshd[19092]: Accepted password for user1 from 46.105.118.216 port 58061 ssh221:48
llmatt5561GB GDDR5 and on every game I have tried it does the same. (KSP, Garrys Mod, L4D2)21:49
GambaroniLoshki: each site is running with it's user, using suexec21:49
usr13Gambaroni: Weak passwords?21:49
Dr_Willisyou got ssh running on port 58061 ?21:50
GambaroniDr_Willis: No21:50
Dr_Willissomthing definatly seems weird then.21:51
Gambaroniusr13: It's not perfect (not my fault.. :)), but smallcaps 8 letters, no special chars or numbers21:51
=== jack is now known as Guest6826
Gambaroniusr13: BUT, I cannot see anywhere that they have been bruteforcing through SSH. That made me think of maybe they have got the /etc/shadow in some way and then bruteforcing locally21:52
usr13Gambaroni: What about your firewall?  (Stand alone firewall, right?)21:52
Gambaroniusr13: no firewall, this is a server21:53
usr13Gambaroni: So you originally had ssh open to the world?21:53
Gambaroniusr13: yes21:53
OerHeksno fail2ban ..21:53
usr13Gambaroni: A server with no firewall between it and the internet and ssh is open to the world.  I think you should unplug it.21:53
GambaroniOerHeks: well, no. BUT that wouldn't catch this, because all logins were successful on first attempt21:54
usr13Gambaroni: No mystery there, password got loose from someone.21:55
SysFailure0x5aI'm having an issue with PHP on Ubuntu Server that is driving me nuts. I've been at this for two days.21:55
usr13Gambaroni: (Someone got the list.)21:55
jhonake3Hey guys. I'm having some trouble with my screen rotating on log in (I don't want it to, it rotates CCW)21:56
jhonake3Is there a way I can see what is running on login to see what's causing it?21:56
usr13Gambaroni: ssh should be limited to only those that need it, (for one thing).21:56
jhonake3I tried searching, but all I found is history, which only shows me the bash commands I've typed21:56
SysFailure0x5aI set the memory_limit is php.ini but it's being ignored.21:57
Gambaroniusr13: how do you mean by the list?21:57
usr13Gambaroni: ...of passwords21:57
Gambaroniusr13: but we don't have any list taht just contains password for those accounts. There are some more accounts21:58
leotrhi! I'm trying to upload big file to remote ubuntu server using this command $ rsync --partial --progress --rsh='ssh -p1051' /g/Soft/MRP.zip administrator@37.17.177.34:~/MRP.zip21:58
usr13Gambaroni: Is it a webserver?21:58
Gambaroniusr13: yes21:58
leotrit can connect but i get empty file on remote server21:58
leotrhttp://pastebin.com/gHzW2cX221:59
leotrclient is windows with mingw21:59
usr13Gambaroni: And there are multiple sites with corresponding users that login via ssh to upload content?22:00
usr13Gambaroni: Is that correct ^^^^^^^^^^^^^^^ ?22:01
jhonake3How can I see the scripts run at login?22:02
Gambaroniusr13: it is correct. but it is just me and my friend (his server) that have all the passwords.22:02
jribjhonake3: why?22:02
usr13Gambaroni: Obviously you or your friend have lst the list of passwords get away.22:03
jnedif I edit /etc/resolve.conf how do I make the change persist a reboot?22:03
Santa /msg NickServ REGISTER _SantaC odwyer02@yahoo.com22:03
Gambaroniusr13: that was my thought first also. But then I thought they have injected in all accounts. Not just the half of them..22:03
usr13Gambaroni: 1)  You should have a stand-alone router/firewall between the server and the internet.  2) ssh should be limited22:03
=== hacyard is now known as benton
=== benton is now known as bentxome
usr13gotta go.22:06
napscGambaroni: you can set up ssh keys and disable password authentication.22:06
usr13 ... for now.22:06
Gambaroniusr13: yeah22:06
Gambaroninapsc: that is what I think of as well22:06
napscit's much easier than maintaining  pw's... too many pw's these days.22:07
ejvSanta: you sent that nickserv register request to the public channel, if that's also the password of your Yahoo email, I suggest you change it ASAP.22:12
debrisrathi all22:12
histohola22:13
SilverSlimerpff22:13
maphi22:13
SilverSlimereveryone knows that yahoo mail accounts are used for spam only22:13
ejvSilverSlimer: comments like that should go in #ubuntu-offtopic thx :)22:14
histoGambaroni: fail2ban22:14
debrisratsorry i'm using ubuntu 13  i installed netbeans on software center  but it is not working ! can you help me this problem?22:14
tannjiwhat is involved in formatting a Usb drive so that I can install win 7 on another machine?  I have an iso for win7, the other machine does not have an optical drive.22:14
ejv!details > debrisrat22:14
ubottudebrisrat, please see my private message22:14
debrisratejv:  i can show my console print out . where can i paste it result?22:16
SilverSlimertannji, i believe that unetbootin would actually work22:16
tannjiOr conversely, once I have the second machine physically here, can I share my dvd drive in this ubuntu box over my lan?22:16
bekks!pastebin| debrisrat22:16
ubottudebrisrat: 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:16
SilverSlimertannji, install the aforementioned application, load up the windows 7 iso within it and 'burn' it onto the usb drive. i believe it will work22:16
LoshkiGambaroni: I agree with usr13/napsc. Put a NAT firewall between your server and internet, allow ssh only using keys, preferably on a non-standard port. How did they get user1's password? Were there lots of failed login attempts followed by a successful one, or did they know the password before they even started?22:17
SysFailure0x5aI'm having an issue with PHP on Ubuntu Server 12.04 that is driving me nuts. I've been at this for two days22:17
SilverSlimermicrosoft also offers an iso writer for usb but don't ask me where the heck it can be found22:17
tannjiSilverSlimer,  k, will look at it, think I have that util already.22:17
histoleotr: try it with -c option now22:17
histoGambaroni: did you ever paste your auth.log ?22:17
tannjiSilverSlimer,  would sharing the DVD drive over the network be doable?22:18
=== sepero is now known as pnpziullcasziuua
=== pnpziullcasziuua is now known as sepero
=== sepero is now known as cmovbqojyhcdwxfc
=== cmovbqojyhcdwxfc is now known as sepero
=== sepero is now known as ftxbathnvkhtdgou
Gambaronihisto: yes, one line from it that22:18
SysFailure0x5aI set the memory_limit is php.ini but it's being ignored22:18
debrisratpaste.ubuntu.com is not working :S22:18
GambaroniLoshki: the case is that it is in log auth.log 30 min pause, then 8 successful logins in 4 minutes from 8 different ips without any fail22:18
SilverSlimertannji, i'd be surprised if it did22:18
histoGambaroni: look further back in the auth.log for the brutefoce attempts22:18
histoGambaroni: are any of your people using sshfs or anything?22:19
Gambaronihisto: yes, that would be it maybe. The log is ending there.. 11 augusti22:19
Gambaronihisto: no22:19
hyprvxIs there anyone here who has experience with Windows Phone and the app Tether-X?22:20
histoGambaroni: look back at previous logs auth.log.1 .2.gz etc..22:21
debrisrateyj :  thats here! http://paste.ubuntu.com/6060537/22:21
Gambaronihisto: it is in the last one.. auth.log.6.gz22:21
histoGambaroni: the attack?22:21
debrisratejv: http://paste.ubuntu.com/6060537/  thats here :S22:21
Gambaronihisto: the successful logins yes22:21
Gambaronihisto: and then some again 9 days later22:22
Gsporthttp://www.phoronix.com/scan.php?page=news_item&px=MTQ1MjQ22:22
histoGambaroni: you aren't making any sense to me. What is your question?22:22
Gsporttroll22:23
debrisratejv:  i was install netbeans 3 times :S again again again...22:23
hyprvxHow can I form an Ad-Hoc network with my phone using Ubuntu 12.04?22:23
|dfrank|hi.  I tried to turn on proprietary drivers for broadcom wireless card, and it crashed. Now, when I try to do something with apt-get, it says that I need to call   dpkg --configure -a    and if I type it, it crashes again. How to forget this failed installation and never try again?22:23
Gsporti do everything 3 times just to be sure22:23
hyprvxAgh, 13.04.22:23
LoshkiGambaroni: if that's true, it implies they knew the passwords before they tried to log in. Either they're legitimate logins (46.105.118.216 looks like it's in Paris) or someone broke your password/shadow file, or the password was trivial...22:23
maphi22:24
histohyprvx: with network manager22:24
mapif im running openvpn server shouldnt there be an entry in netstat 1194 ? how do i see that server is running22:24
hyprvxhisto: mind elaborating?22:24
Gsportyou gota love 1024 chars passwords with funky simbols on them22:24
|dfrank|please, does anyone have an idea how to make dpkg forget previous failed operation?22:25
GambaroniLoshki: not legitimate.. :D22:25
histohyprvx: just edit your wireless connections via the network manager icon by the clock22:25
histoGambaroni: or they broke your password and rootkit'd the machine already22:26
Gsportthats why my system dosent have paswords22:26
debrisratejv: can you help me *22:27
Gsportand i run as root22:27
hyprvxallow me to elaborate then: I need to form an Ad-hoc network with my phone to make a new network, using my phone as the in-line with an app called Tether-X. The app has a tutorial for Windows, but I use Ubuntu on my target computer22:27
Gsportif they hack me im going to the police22:27
dman777_1lterhi, does rc.local need to be added to with update-rc.d?22:27
histoGsport: why would you run as root?22:27
LoshkiGambaroni: in that case, you know what to do. usr13 and napsc have already covered it...22:27
histodman777_1lter: no, What are you trying to do?22:27
Gsportwhy not?22:28
histoGsport: fat fingers22:28
Gsportthat way i dont need to type sudo22:28
histoomfg22:28
dman777_1lterhisto: i placed echo '/opt/scripts/script.sh' >> /etc/rc.local but the script is not executing upon boot up22:28
LoshkiGsport: well, running a browser as root is a form of russian roulette...22:28
debrisratnetbeans give me fail on start  thats here : http://paste.ubuntu.com/6060537/   thanks for your helps.22:28
Gsportit saved severall weeks in the 20 years ive been using linux22:28
histodman777_1lter: is the script in that location and check that it's in rc.local22:28
dman777_1lterhisto: yes, verified22:29
GambaroniLoshki: true22:29
histoGsport: you could have just configured sudo according to your needs but whatever.22:29
Gambaronihisto: do you think so? wouldn't they have injected all the sites hten..?22:29
mapshould openvpn or port 1194 be listed somewhere not sure how to check?!22:30
clue_hmap try ss -ap22:30
Gsportits the machine thats supposed to work for me not me working for the machine22:30
Loshkidman777_1lter: the script will also presumably need execute permissions22:30
dman777_1lterLoshki: yes, it has them22:30
histoGambaroni: It's quite possible.  Also why are you administering a server you know nothing about?22:30
Gsportcause ihes an H@s0r22:31
Gsportcause ihes an H@X0r22:31
histoGambaroni: and what version of ubuntu is the server running?22:31
histoGsport: then through out your keyboard if the machine is supposed to work for you.22:31
gordonjcpGsport: did you have an Ubuntu support question?22:31
histos/through/throw/22:31
Gsportyes but i forgot22:32
Loshkidman777_1lter: start adding "echo 'got to line 12' >> /tmp/t.txt' lines to your script to see where it's dying...22:32
mapthanks clue_h22:32
FyodorovnaGsport, cause your a soci-path22:32
Gsportand you are a asshole22:32
maphmm22:32
mapi see tcp uncoon 0 0 ; ipproto-119422:33
Gambaronihisto: 12.04 LTS22:33
mapbut i specified udp in the openvpn conf?22:33
clue_hmap thats openvpns default port22:33
mapya22:33
mapbut it says tcp..the config i had udp?22:33
clue_hi think... it listens on udp and does the tunneling through tcp22:34
mapaha22:34
clue_hi use it myself but i forgot lol22:34
jnedyou know the startup scripts for ubuntu 11.01, can I add dhclient there, cause it requires sudo, can you add things that require sudo to the startup scripts?22:34
mapthanks mate22:34
mapso its a problem client end22:34
clue_hmost likely22:34
mapthere's no iptables rules etc but i cant connect to this22:34
histo!language | Gsport22:34
ubottuGsport: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.22:34
histo!who | map22:34
ubottumap: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)22:34
mapthanks clue_h  ;]22:35
clue_hmap, np :]22:35
dman777_1lterLoshki: oh...think i see. i have it write to a file in /root/. changed it to /home/file. seems like during boot up it should have access to /root22:35
Gsporthisto, you are a socio-path22:39
Gsporti just got this new trolling sentence22:39
Snake2kHello everyone, what's the best way to install KDE on 12.04? kubuntu-desktop or kde-full?22:41
histoSnake2k: if you want the kubuntu "experience" then you would install kubuntu-desktop22:42
Snake2khisto, what's the difference between the experience and the real thing? lol22:42
Gsportthe reall thing is in the clouds22:43
histo!best | Snake2k22:44
ubottuSnake2k: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.22:44
=== samuel_ is now known as samuel
Snake2khisto, Ah I see, thanks :)22:44
Snake2kGsport,  O_o22:44
Gambaronihisto: but if the sites is running with low access accounts, would it still be possible to install rootkit?22:45
testpil0tGambaroni, somebody would have to exploit the account to gain higher privileges22:46
GsportGambaroni, just install steam client22:46
bekksGambaroni: Sure.22:46
Gambaronitestpil0t: to a root-account?22:46
bekksGambaroni: Sure.22:46
Ca11umlol, executing 'pkill /?' was a fatal mistake22:47
Gsportyou dont execute stuff on linux you run them22:47
Ca11umBut you execute a command?22:48
Gambaronibekks: I see, that doesn't feel very likely in this case22:48
Gsportbesides you dont use / in linux ever22:49
Ca11umI forgot /? is for Windows, not Linux22:49
=== sporkeee is now known as wilee-nilee
Gsportgoogle have taken linux and made it proprietary22:50
Gsportjust like ubuntu is trying22:51
dman777_1lterby the time rc.local runs, is hostname established?22:52
histodman777_1lter: it should be run after everything else22:54
Gambaronihisto: is there any way to see if a rootkit has been installed?22:59
histoGambaroni: there are rootkit hunters/checkers in the repos22:59
bekksGambaroni: rkhunter and chkrootkit e.g.22:59
bekksThere is no guarantee that those tools will always find every rootkit.23:00
Gsportlinux usage is deckining23:00
Gsportwhy do i hvae to have root user?23:00
gordonjcpGsport: historical accident23:00
geriis there a profile file in ubuntu? source ~/.profile23:01
Gsportcan i rename root to something else?23:01
gordonjcpGsport: actually having a valid root login is obsolete23:01
gordonjcpGsport: you can, but it might break some things23:01
Gsportmight break the rootkits23:01
Gambaronihisto, bekks: I see. Maybe I'll try these23:01
=== Aaron is now known as Guest88407
gordonjcpGsport: unlikely, since they usually work by running something with elevated privileges23:02
Gsporthahah nice try Aarn23:02
Ca11umIs it impossible for ATI RADEON HD users to play Steam games? I've installed the latest proprietary drivers for my ATI RADEON HD 5570, but I get an openGL error when trying to launch any Steam game23:04
aldaekim having problems with viewing and uploading files to a samba server with the default file browser for ubuntu. However, the smbclient works perfectly.23:05
arghسمَـَّوُوُحخ ̷̴̐خ ̷̴̐خ ̷̴̐خ امارتيخ ̷̴̐خ  :)23:05
waterlitewoto23:05
aldaekargh: English characters and language, please.23:06
TheDrumsIt's a Mac exploit.23:06
Gsportaldaek, try kubuntu23:06
tomslominskiHi. My permissions seem to have messed up a little. I've got a folder called public in my apache2 webserver files directory (/home/user/www/) and there's some files in there that I can't access as a normal user. Tried chmodding them to 644 and chowning them to user:user, but still I get ls cannot access:permission denied errors.23:06
waterliteTheDrums,  no its not23:06
waterliteits hus language23:06
jribtomslominski: are you using ubuntu?23:07
waterliteplease not being racist23:07
waterlitestop*23:07
tomslominskijrib: yes :)23:07
aldaekis there a problem with ubuntu and samba, then? while kde based applications work?23:07
jribtomslominski: /home/user/www/public is an odd path, thus why I asked.  Pastebin input and output of the commands you mentioned in your question (that show permissions and your inability to access the file)23:07
Gsportkse FSBROWSER IS WAY BETTER23:07
GsportYOU GET KIO SLAVES THAT WORK FOR PRETTY MUCH ANYTHING YOU CAN THINK OF23:08
jribGsport: no need for caps23:08
rom12threehi room23:09
aldaekfsbrowser?23:09
Gsportapt-get install konqueror23:09
aldaekok..23:09
testererProblem with sudoers not accepting this command:  user1 ALL=NOPASSWD: /usr/bin/shutdown -h now23:09
tomslominskijrib: I've stuck them in there so that I don't have to become root when I want to work with files on my development webserver. Here's the output: http://pastebin.com/Z3Zb4BS423:10
Ca11umWhat does 'apt-get upgrade' do, exactly?23:10
jribtomslominski: you need execute permissions on public23:10
Ca11umIs there a difference between an update and an upgrade?23:10
DaphneGreengrassCa11um, update updates your packagelists23:11
DaphneGreengrassupgrade upgrades the packages23:11
tomslominskijrib: recursively, or just on the folder?23:11
jribtomslominski: just on the directory23:11
=== James is now known as Guest27411
Gsportupgrade upgrades your distro version23:11
takisantechnically, upgrade just upgrades the packages.23:11
jribGsport: no23:11
Gsportyes23:12
takisan`do_release_upgrade` upgrades the distro version, or something like that.23:12
Jagst3r15I just tried updating 12.04 to 12.10 and now I cannot get to the ubuntu login screen! It is just black now when I click on the ubuntu option in grub!23:12
clue_hi thought dist upgrade23:12
tomslominskijrib: It works, thanks :) Do you know why it's that way?23:12
Gsportubuntu is just debian done wrong23:12
TheDrums"upgrade" is a "safe upgrade", "dist-upgrade" will install new depends if needed, or remove conflicting packages.23:12
jribtomslominski: execute on directories let you cd into the directory23:12
Gsportubuntu is basically safer debian testing23:13
Jagst3r15anyone? :(23:13
tomslominskijrib: I see. 644 on the files itself (rw-r--r--) should be enough for the files themselves, right?23:13
jribGsport: this channel is for support. If you don't have a question related to ubuntu support or don't want to help someone else with an ubuntu support question, please be quiet.23:13
jribtomslominski: that's right23:14
tomslominskijrib: Cool, thanks!23:14
JesseHAnyone have any ideas of why internet could have huge lag spikes lasting about 30 seconds or so easy time?23:14
Gsportsome one is sharing your internet connection?23:15
JesseHeach*23:15
napsctomslominski: a good way to remember that is execute permission on directory is sometimes referred to as being 'searchable'23:16
tomslominskinapsc: I previously thought that it was just so that files could be executed, ever realised it has any effect on directories.23:17
Jagst3r15nvm I found it https://help.ubuntu.com/community/Boot-Repair#A2nd_option_%3a_install_Boot-Repair_in_Ubuntu23:17
JesseH2:|23:17
JesseH2Gsport, That might be a possibility. Its been happening more recently, and got worse last night.23:18
JesseH2How can I monitor who is on my network?23:18
histoJesseH2: look at your routers logs23:18
histoJesseH2: and ping scan your subnet23:19
JesseH2What does "join multicast group" mean?23:20
JesseH2I see it a lot. There are lots of logs here lol23:20
JesseH2and lots of cryptic type stuff23:20
=== JesseH2 is now known as JesseH
Wolfiumhello all23:23
* Nerfherder waves.23:23
WolfiumI am having an issue while connecting to my iburst usb modem I go for pppoeconf23:23
takisanHej Wolfium.23:23
Wolfiumand set up the connection and it works perfectly23:23
Wolfiumbut when I open firefox the whole system freezes23:24
Wolfiumany help about this problem23:24
Wolfium?23:24
testererWolfium..got enough ram?  freezing sounds like a classic low ram scenario.23:24
Wolfiumbrand new laptop23:25
Wolfium4 gb23:25
Wolfiumddr323:25
goolanyone here dual booting on uefi?23:25
gooli've had immense troubles doing so23:25
WolfiumI tried to create a bridged connection in my network manager23:25
threhgool: I am23:26
Wolfiumbut it wont identify the ib023:26
Wolfiumautomatically23:26
JesseHOkay so there are three people connected to my network. When there should be two.23:26
goolthreh, did you have to change anything in the bios?23:26
threhwhat's your laptop, if I may ask23:26
JesseHAny advice on handling this situation?23:26
goolasus lleme google the model23:26
threhLet me remember23:27
threhI was installing Ubuntu the other day23:27
threhand that's why I came in here23:27
goolAsus X53SVRH7123:27
peterrooneyJesseH: (i) why do you say that there are three connected? (ii) solutions are legion.23:27
Wolfiumif i cant get any help here any other channel for networking anyone would suggest23:27
Wolfium ?23:27
aldaekthis user's issue is apparently happening across multiple file browsers... is there a library that i need to reinstall?23:28
Wolfiumcuz now im stuck with windows guyz its a nightmare i tell you :S23:28
goolwolfium whats your issue?23:28
threhgool: did you already install ubuntu?23:28
goolyeah threh23:28
JesseHpeterrooney, I assume that the DHCP client list would tell me, heh23:28
threhSo the issue is you can't get it to boot?23:28
gooli got rid of windows 8, but i'd like to dualboot another debian23:28
aldaekuser cannot upload files through gui access to smb share, while smbclient works perfectly.23:28
Wolfiumwell on ubuntu 13.04 64bit I bought a usb modem Iburst23:28
threhfor my laptop, I hit the boot options key and select Ubuntu from the options23:28
gooli want to dual boot crunchbang with ubuntu23:28
napscJesseH: depends on lease time expiration23:29
Wolfiuminstalled the software and the ibdrivers and dkms23:29
Wolfiumwent to pppoeconf23:29
Wolfiumconfigured23:29
threhmy issue is no matter all I23:29
threhhave tried, brightness change won't work.23:29
Wolfiumand did a pon dsl-providor23:29
goolthreh you on a laptop?23:29
Wolfiumand then i do a plog23:29
Wolfiumeverything is fine23:29
threhyes, HP, a new model23:30
Wolfiumbut when I open any browser or anything that has to do with the internet23:30
gooldv7?23:30
threhthe brightness keys, xbacklight, nothing works23:30
threh15t-j00023:30
Wolfiumthe whole system freezes and i have to force shut down23:30
wilee-nilee!reisub | wolfium23:31
goolthreh, try this in terminal http://pastebin.com/qcEvTvTU23:31
ubottuwolfium: 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:31
threhgool: my sys class backlight is empty :(23:31
gooloh ok23:31
goolone sec i found a thread on this, so your keys will work23:31
goolleme PB it23:31
Random832half of that sequence is cargo cult superstition23:31
goolhttp://pastebin.com/difgtv1t threh23:32
threhalright thanks, I'd love this to work, I'm on w8 right now because ubuntu was sucking up too much battery23:32
threhbecause of the brightness issue23:32
threhah, I've tried that too23:32
goolit looks like grub on the new hps doesnt recognize the hotkeys associated with brightness23:32
Wolfiumany solution so that i may ocnnect to the iburst and use the internet on the ubuntu sys im on windows now23:32
Wolfiumand ive been using linux for 3 years now23:32
Wolfiumno way am going back23:32
threhgool: I've tried that and the acpi_osi trick and xbacklight and xgamma23:33
threhI dunno anymore23:33
threhI think I might have to wait for a new kernel update?23:33
goolthreh, go to system settings -> keyboard & mouse -> keyboard shortcuts23:34
goolnvm its different on ubuntu23:35
goolI'm invested in your issue now23:35
threhthat's very kind of you23:35
goolthreh23:35
telldrakHello23:35
goolyou know how to get to shell script ?23:35
threhto run one? yeah23:36
goollike in bios23:36
goolnot in ubuntu23:36
threhThat I don't think I know23:36
=== ftxbathnvkhtdgou is now known as utntnxjbovpsqacy
DummyBookanyone here selling a macbook pro?23:36
=== utntnxjbovpsqacy is now known as sepero
=== sepero is now known as npjqusmflafwfxiz
threhI'll switch to my phone23:36
=== npjqusmflafwfxiz is now known as sepero
=== sepero is now known as gcmumqtxvcmhwdqv
telldrakbuilt myself a new box just for Ubuntu Server today, have it up and running now. I built it for working with the MEAN stack23:36
goolwait threh23:37
gooldont leave me23:37
goollol23:37
=== telldrak is now known as SirDerpsalot
goolgo to terminal first23:37
FloodBot1gool: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.23:37
gooland try to do brightness with hotkeys from there23:37
goolfn + whatever it is23:37
threhbut it's not just the hotkeys that's the issue23:37
Nerfherderthreh, I had a similar issue with my Pavilion dv7-6135dx.  I had to add acpi_backlight=vendor to my kernel parameters to get the brightness to adjust properly.23:37
threhdidn't work for me, but I added acpi_osi=Linux or Windows or !Windows 2012 too23:38
NerfherderAh, hmm, okay.  Rats, thought I'd save the day there for a second.  ;-)23:38
threhgool: what was the shell script23:39
threhit didn't paste23:39
gooli private messaged you so i dont spam23:40
threhhmmm, I dunno, I don't think it's just a keyboard issue though23:40
threhUnless you have a plan haha23:41
goolyeah23:41
goolcheck out the pm23:41
SilverSlimerhey guys, what social network do you guys use other than facebook? (i'm wondering if there's even one open-source social network that appeals to gnu/linux users)23:44
threhall the open source social networks are bullshit (mostly)23:45
Ca11umTerminal could be less obscure when a file doesn't have permission to execute, it just says "command not found"23:45
threhIRC and Twitter are all you need23:45
goolsilver23:45
Ben66watch the language, and social networks are off topic here23:45
wilee-nilee!ot | SilverSlimer23:45
ubottuSilverSlimer: #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!23:45
threhSorry23:45
gooli only use twitter and github for programming/"hacking" networking, but hacking in terms of coding.23:45
daftykinspeople, that is offtopic talk23:46
daftykinsif you'd like to chat about mytwitface, please join #ubuntu-offtopic23:46
aldaekif anyone has my issues (cannot upload samba due to samba permissions in gui, but not in smbclient), have them reinstall "nautilus nautilus-share".. it resets any saved passwords that might have been stored with the wrong creditionals permanently.23:48
root_gnewsense_ohi everyone, I have a user name who cannot use "xeyes" application for an example "no protocol specified, cannot open DISPLAY"23:48
* aldaek is out.23:48
wilee-nilee!samba23:48
ubottuSamba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT.23:48
gerii extended my linux machine with an additional harddisk...just to store data.... its /dev/sdb ...should it be a primary or extended partition?23:48
historoot_gnewsense_o: are they in X ?23:48
wilee-nileealdaek, has to be a wiki eh23:49
root_gnewsense_oI dont know what in X means23:50
SachAnyone here with Pitivi experience? How do I know what to choose for my "video preset" and "audio preset" /23:50
SilverSlimersorry about the social network talk, i'll see you guys in the offtopic channel.23:51
gerii extended my linux machine with an additional harddisk...just to store data.... its /dev/sdb ...should it be a primary or extended partition?23:51
historoot_gnewsense_o: are they in a GUI when they try to launch xeyes?23:51
historoot_gnewsense_o: xeyes is a graphical application you need Xorg to run it23:52
histoor an X server of some kind.23:52
SachHow do I open .mts files in Pitivi?23:55
daftykinsSach: " As long as it is supported by the GStreamer Multimedia Framework, PiTiVi will handle any format you throw at it."23:56
delinquentmeso i'm trying to do a ./config and It needs a library ... which is right there in the directory im installing from23:56
delinquentmehow do I pass in this as an argument?23:57
daftykinsSach: http://www.pitivi.org/manual/importingmpegts.html - How to convert .mts and .m2ts files to a format that can be parsed by GStreamer and PiTiVi.23:57
daftykinsSach: please try some research into your queries before bringing them on IRC23:57
threhHello, pleased to report my backlight issue is fixed23:58
threhI should not have set "nomodeset"23:58
threhgool: the keys work too!23:59
goolchalk one up for the goolster23:59
daftykins;]23:59
gool;D23:59
daftykinsif your case was unique is it documented online?23:59
threhI'm pretty happy about this, alright bye guys23:59

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