[00:00] Arch [00:00] I have twin monitors with the larger of the two on the left. I've set the primary monitor to the one on the right as I use the larger monitor on the left for full screen things like a remote desktop session or watching video. But new windows always appear on the larger, secondary monitor on the left - often underneath whatever is fullscreen. I am trying to change this in CompizConfig Settings Manager but it doesn't seem to make any difference. Any ideas [00:00] pmatulis_, I'm looking at the manpage... should my command just be something like `pvcreate /dev/sdb` ? [00:02] <_-Frustat3d-_> Disk Utility crashes on 12.04 when trying to create ANY partition. [00:02] blz: better describe you situation, what do you want to achieve? [00:03] blz: add space to an existing logical volume? [00:03] pmatulis_, I just set up a fresh server install with a LVM. There is one volume group and one physical volume. I just now added a fresh, unformatted drive, which I would like to add to the existing volume group [00:04] just a test for new irssi theme can u hear me [00:04] pmatulis_, I just realized the last part of my description was a bit confusing ^^. I physically inserted a new, unformatted HDD into the case. I'd like to extend the existing logical volume with that new HDD [00:04] wokko, roger roger [00:04] syntroPi: cheers [00:04] pmatulis_, as I understand the pvcreate manpage, the command should just be `sudo pvcreate /dev/sdb`. Is that correct or am I misunderstanding something? [00:05] blz: ① make the new drive (say /dev/sdb) a physical volume, or used fdisk to make a partition (say /dev/sda1), i usually do the latter [00:05] blz: correction: [00:05] blz: ① make the new drive (say /dev/sdb) a physical volume, or use fdisk to make a partition (say /dev/sdb1), i usually do the latter [00:06] pmatulis_, is there any real difference between those two options? Will the volume perform differently? [00:06] blz: no [00:06] * Dr_Willis looks to see where his ① key is at.. [00:06] blz: ② then extend your volume group with 'vgextend' command [00:07] blz: ③ then extend your logical volume with 'lvextend' command [00:07] pmatulis_, okay cool. As for step ① (yay, unicode!) which command should I use to make a /dev/sdb1 partition. The usual fdisk? [00:08] blz: ④ then unmount the existing logical volume [00:08] blz: ⑤ then perform a file system check with something like 'e2fsck' [00:09] pmatulis_, ok. Should I be using fdisk for step 1? === incognito_ is now known as PaulSaenz [00:09] I ask because I'm getting a dire warning about my volume being too large for the DOS partition table format [00:10] and I'm a bit unsure of how to proceed [00:10] ah, how big is the drive? [00:10] pmatulis_, 3 TB [00:11] blz afaik mbr is only for something below 2 TB [00:11] you need gpt maybe? [00:11] use parted [00:11] blz: use gdisk [00:11] even better [00:12] blz: 6. extend your file system with the appropriate tool. you haven't said what f/s format you're using [00:13] blz: 7. mount the logical volume === |_ocke3 is now known as |_ocke [00:15] Hey everyone. I have a Samsung Chromebook, with Ubuntu installed on it. I'm just wondering if there's anyway to install Chrome on it, since it's an ARM processor I can't just use the i386 one. Thanks. [00:18] Hi. I'm on an Ubuntu 12.04LTS desktop that I use as a music server - and I'd like to be able to get access to it from my other computers - Linux and Windows. Samba is installed and I can stream music - but cannot connect remotely or even, on Windows machines, see that files are being shared. [00:18] are you allowed to use Ubuntu's trademarks to label a pc that is being sold that has Ubuntu on it? [00:18] sshserver and client are also installed === g_byers is now known as gbyers[Away] [00:18] I don't think kTouch installed properly Dr_Willis [00:19] It's missing menus on the top. [00:19] ShadowBlaze18: I think so but if you want to legal skinny perhaps contact Canonical [00:19] Do I have to dl a KDE?! [00:19] ShadowBlaze18: they used to give away stick-ons and stuff [00:20] Dr_Willis: nevermind [00:20] got it [00:21] hey folks. autofs question: i have a sshfs set up to mount to /mnt. i'm trying to script changing this to /mnt/autofs. so i turn the service off, change auto.master, turn the service back on, and everything is good. only problem: i can't touch /mnt until i reboot. wtf? [00:25] I have twin monitors. New windows and notifications always appear on the left monitor despite the fact that I have the right monitor set as the primary monitor. How can I change this? [00:25] PinkSwing: honest advice? swap graphics outputs [00:26] daftykins: I cant do that. One is HDMI and the other is VGA [00:27] Can anyone help me get upstart user sessions/jobs working on 13.04 server [00:27] ive also installed the lubuntu-core desktop [00:27] PinkSwing: ah :/ [00:28] tahnk you gmachine_24 [00:28] *thank [00:30] repudiate: overlooked the Unity Global menus ;) they can hide at the top ;P [00:31] yepp [00:31] i thought upstart had to habve user sessions compiled in as an option. and tht was not a default option (at least it dident used to be) [00:31] The upstart cookbook mentioned user sessions. [00:32] or user 'jobs' i guess is the proper ter, [00:32] term [00:33] Hmm. 13.10 has a ~/.config/upstart/ wonder if that means the feature is now enabled by default on 13.10 [00:34] Why is html5 DRM a bad thing [00:34] Dr_Willis, whenever i hear "cookbook" I just thing Chef [00:35] bigbadben: drm is a bad thing. [00:35] bigbadben, that's not a question for this channel. [00:35] bigbadben: because html5 viddeo that works on windows.. may not work on linux, or my Pi. or my android.. if the drm is not supported. [00:35] Dr_Willis: i followed the instructions to enable the "tech preview" of user sessions by uncommenting #ubuntu in /etc/upstart-xesseions, restrated and nothing changed [00:36] jaha: ive never used the feature. ive only rember reading about it in the docs. [00:36] Dr_Willis: thought maybe im missing something since I didnt install the full ubuntu desktop [00:36] gotcha, thanks [00:36] gmachine_24, if you were selling the hardware and you just label the pc as having Ubuntu do you think that still counts as merchandising purposes? [00:36] syntroPi, pmatulis_ , sorry my internet crapped out =/ [00:36] julian-delphiki, but ubuntu is open source and wouldn't it be considered bad for open source, then also bad for ubuntu [00:37] bigbadben, this is an ubuntu support channel [00:37] pmatulis_, do I need to mount the newly created /dev/sdb1 partition before running vgextend? [00:37] blz, no [00:37] blz: follow my steps [00:40] pmatulis_, Okay, I'm just not very clear on step 4. You said I should unmount the existing logical volume, but my google-fu is failing me. What command should I use for that? [00:40] hiii, , , [00:40] Hey guys [00:41] hiii, , , i'm rastim , [00:41] blz: well, what is the logical volume's path? 'sudo lvscan' [00:41] blz, is it your root volume? [00:41] are we just resizing and LVM [00:41] or what [00:41] (/me does that about once a month) [00:41] julian-delphiki, yes [00:41] Does anyone know how to help me with installing windows alongside an already existing linux partition? [00:42] julian-delphiki, yeah I'm trying to add a new disk (physical volume) to my lvm [00:42] ah okay [00:42] so did you pvcreate on the new drive? [00:42] julian-delphiki, so I added a partition using gdisk and then formatted it as ext4 with mkfs.ext4 from e2fsutils [00:43] then I did a pvextend /dev/sdb [00:43] help me for how instaling modem in ubuntu 12.04 ?? [00:43] blz: i don't remember saying to format your disk [00:43] sorry, vgextend [00:43] pmatulis_, hmm that might explain my troubles ... [00:43] blz, okay, so, now when you vgdisplay you should see that your volume group has more extents now [00:43] Windows setup says it can't install to the unallocated space even when I format it NTFS [00:44] blz: anyway, good luck. looks like julian-delphiki will help you [00:44] pmatulis_, thanks for your help! sorry for being dense! [00:44] pmatulis_, yeah I will. [00:44] julian-delphiki, =) [00:44] raven: Do you have 4 partitions on the drive already? [00:44] julian-delphiki, okay so, it's probably best we start over since I evidently did something wrong. Should I pastebin vgdisplay? [00:45] sure [00:45] julian-delphiki, http://paste.ubuntu.com/6194645/ [00:45] PsyMar, I've got Mint, Ubuntu, swap space, and unallocated [00:45] I somewhat fucked up [00:45] raven: bootloader? [00:45] raven: sounds like you're trying to install when you've already got too many primary partitions and you're attempting to put Windows into a logical one [00:45] alright, blz, so far so good. You want to add all of that disk to your existing LVM yeah? [00:45] raven: can you pastebin/screenshot your partition setup? [00:46] julian-delphiki, yep! the whole thing [00:46] blz, do you know what the name of your LVM is? [00:46] daftykins can you explain to me the difference between a logical and a primary? Give me a moment let me take a picture of my machine with my phone [00:46] is there an IRCOP here? [00:46] guys, I'm getting errors left and right from ubuntu. [00:46] julian-delphiki, should be monolith-vg. I don't think I have any others [00:46] It's getting pretty hard to live with at this point. [00:46] julian-delphiki, this is an lvm that I set up with the installer, btw [00:47] So I think it named my LVM for me based on the hostname (monolith) [00:47] would they PLEASE cycle #Russian [00:47] raven: it'd need to be more detail than Windows setup will provide, so it'd ideally be from fdisk on Linux or gparted [00:47] which is invite only due to an asshole [00:47] fancyfetus: I had that problem, I was running 32-bit ubuntu on a 64-bit machine was probably be the problem [00:47] I only need one nickname. [00:47] !language | wonderfulme [00:47] wonderfulme: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [00:47] blz, okay, so, run `lvextend -l+715408 /dev/mapper/monolith-vg` [00:47] PsyMar, nope, amd64 on a 64 bit system. [00:47] My battery basically stopped functioning with ubuntu, I get xorg errors constantly, I can't even switch my graphics card problems [00:47] badhole, you win. [00:47] daftykins i used gparted to reduce the size of my ubuntu partition and make unallocated space [00:48] ok [00:48] I get I can't even switch my graphics card drivers* [00:48] julian-delphiki, I'm getting "Volume group monolith not found" [00:48] I think the dash is throwing it off... [00:48] raven: upping a screen of that would be good [00:48] blz, okay, do an lvdisplay then [00:48] and pastebin it [00:48] And apparently my computer is full of packages with errors in them. [00:48] daftykins give me a moment stay tuned I'm waiting for windows setup to load again (takes forever) and I'll show you what it sees [00:48] ShadowBlaze18: I don't see how Canonical would care if you attach an Ubuntu sticker to a computer you're selling but if there's any potential legal problem just contact them. If you're selling a LOT of computers then you might have to add a sticker [00:48] sudo apt-get install -f encounters errors when I try to run it. [00:48] anyway, I am trying to use openDNS under Ubuntu 12.04, but it seems to be ignoring my dns settings and using my ISP's dns -- can someone help me figure out what I'm doing wrong? [00:48] raven: like i say, windows setup doesn't provide enough partition information [00:49] julian-delphiki, http://paste.ubuntu.com/6194659/ [00:49] fancyfetus, sounds like you should reinstall assuming your data isnt too precious [00:49] julian-delphiki, I reinstalled a few times, actually. [00:49] PsyMar: when you say "it" what are you referring to? [00:49] not recently. [00:49] you do realize that this whole "linux on a desktop" pipe dream is just that, do you? [00:49] Firefox. [00:49] fancyfetus, -f is the `fail` flag. It's telling apt-fast to fail [00:49] blz, ah, ok. `lvextend -l+715408 /dev/monolith-vg/root` [00:49] * blz ducks :D [00:49] wonderfulme, stop [00:49] linux basically is on all my desktops. [00:50] fancyfetus, that was a joke, btw =) [00:50] PsyMar: well you change your dns settings in your router [00:50] julian-delphiki I need someone to restore her nickname [00:50] gmachine_24, I might contact them, but I'm probably being paranoid. I'm guessing it's for large companies and they just don't want you mis-representing Ubuntu [00:50] blz, I believed you for a second :P [00:50] so I'm going to be an ass [00:50] via a browser [00:50] wonderfulme, this is the ubuntu channel, nothing to do with freenode. [00:50] gmachine: not under network connections? [00:50] wonderfulme, enjoy bantown === gbyers[Away] is now known as g_byers [00:50] julian-delphiki stop. what? [00:50] PsyMar: no. on you rbrowser [00:50] er, router [00:50] sorry [00:50] wonderfulme, with your unrelated-to-ubuntu-support talk [00:50] wonderfulme using hitchcock.freenode.net Sofia, BG, EU [00:50] I was hoping to change it for just my computer, but ok, thanks [00:50] gmachine_24, and I mean't just adding a sign in public view that says it comes with Ubuntu [00:50] julian-delphiki, okay I'm getting "Logical volume root successfully resized" Sounds like a win =) [00:51] PsyMar: so you do http://192.168.x.x and log in to the router and find the settings, etc. [00:51] So is there anything I can try to do before reinstalling and losing everything? [00:51] right [00:51] blz, yep, now comes the long part! we need to resize your partition. [00:51] julian-delphiki I'm not sure what's to talk about. it works. yay. [00:51] julian-delphiki, I'm all ears [00:51] fancyfetus: you could try to get your files off onto a thumbdrive? [00:51] ShawdowBlaze18: as I said, I can't imagine that they care but just email them; I'm sure they're happy to answer quickly [00:51] PsyMar, I mean are there any other solutions. [00:52] Hello [00:52] blz, "resize2fs /dev/monolith-vg/root" in one terminal. In another terminal run "watch -n0 df -h" [00:52] slackware 3.2 back in 96 used to work, too. big deal. === helias is now known as h2osso [00:52] wonderfulme, come on, this is a channel for helping people with ubuntu. [00:52] If i'm going to install, I'll reinstall windows. [00:52] you're being less than useful [00:52] wonderfulme, this is not a channel for asking for IRCop help [00:52] fancyfetus, what version of ubuntu are you running? [00:53] julian-delphiki redirect them to Windows 8.0 [00:53] 13.04 [00:53] 12.04 [00:53] julian-delphiki, cool. What's this `watch` sorcery? I've never seen that [00:53] wonderfulme, no thanks, now please leave. [00:53] blz, it repeatedly runs a command and displays the output [00:53] :) [00:53] fancyfetus - if you have files you want to save to you can boot from a live CD and then copy whatever to a thumb drive [00:53] Anyone ever try to run visual studio in wine? [00:53] alright, thank you gmachine_24 [00:53] julian-delphiki, very cool =) It also turns out the long part was about 6 seconds long... one of the benefits of a fresh install [00:54] blz, you should now see the 'free space' growing on your watch screen [00:54] ah nice. [00:54] fancyfetus: have you checked your hard drive for errors? is it a new hd? [00:54] julian-delphiki no really, you've got yourselves a bunch of "I want my linux" degenerates. then their parents come back and see the clusterfuck [00:54] ShadowBlaze18: :-) [00:54] wonderfulme, sorry, my parents live at their house, not mine. [00:54] gmachine_24, btw, is there an email form where I don't have to provide a phone number? [00:54] gmachine_24, Old hard drive in an old laptop [00:54] You know what? [00:54] What are good c++ ide/compiler for linux? [00:54] blz, so now you should see "df -h" reporting the expected free space :) [00:54] What are good c++ ide/compiler for linux? [00:54] I think I'm just going to reinstall windows [00:54] fancyfetus: well, that could likely be the trouble [00:54] and drop ubuntu for now. [00:54] g++ is a good compiler [00:55] gmachine_24, no errors on the harddrive. [00:55] k === h2osso is now known as help [00:55] fancyfetus, ok. [00:55] cvtsx, in general the gnu compiler is the best, for an IDE that's up to you. [00:55] julian-delphiki, looks pretty good. Is there a way to list all partitions in the vg and their respective sizes? [00:55] julian-delphiki and that's why you speak for yourself and even more so you should be a responsible pretend parent and never let kids install linux on their parents pc's. [00:55] It was a good run for me :P I really got used to it all [00:55] !info geany | cvtsx [00:55] cvtsx: geany (source: geany): fast and lightweight IDE. In component universe, is optional. Version 1.22+dfsg-2ubuntu1 (raring), package size 1052 kB, installed size 2519 kB [00:55] !op [00:55] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [00:55] get out of here wonderfulme [00:55] fancyfetus: but, again, if you have data you want to save - do that first === help is now known as Guest92539 [00:55] i dont like code blocks and tend to use vsc++ since i dont know of many ide/compiler for linux [00:55] gmachine_24, of course :) Thank you! [00:55] * blz ducks for incoming strike package [00:55] thx for reccommendations ;) [00:56] you know you can ignore people in here... I'm just sayin' . . . [00:56] i'm aware, but this is not a channel for trolls. [00:56] gmachine_24, shouldn't have to, though... [00:56] julian-delphiki, Is there a way to list all partitions in the vg and their respective sizes? [00:57] agreed to both julian and blz ...... but I don't think s/he rises to the level of an emergency [00:57] julian-delphiki say love me leave me let me be lonely [00:57] julian-delphiki you won't believe me but I love you only [00:57] when they're telling people that ubuntu sucks and they should use windows 8 instead, I think that counts as an emergency [00:57] PsyMar, a psychiatric one, at that... [00:57] what do you guys think? Is ubuntu 12.10 LTS safer than 13.04 "Short term support" ? [00:57] PsyMar: haha [00:57] blz, i'm not sure to be honest. fdisk -l will list all of your drives. [00:58] we all know its going to head in that direction anyway [00:58] back, xchat is having a little bit of problems [00:58] thinknow: 'safer' in wht way. [00:58] thinknow windows 8.1 is the shit [00:58] blz: The vg? "lsblk" does that from terminal [00:58] win 7 all the way [00:58] wonderfulme, win8 sucks [00:58] sorry :p [00:58] Anyways i will def check out geany. Thx ;) [00:58] Dr_Willis, just safer, [00:58] thinknow: its supposed tobe more stable. but i imagine any security bugs will be getting patched in both releases [00:58] for hackers, crackers, sniffers+++ [00:58] thinknow that's not true. your love is my love [00:58] Tylertwo, oooh that's pretty! [00:59] lol wonderfulme [00:59] ;) [00:59] alright I forgot how to ignore someone, how do I ignore notsowonderfulme? [00:59] julian-delphiki, Well it seems to be working beautifully. Thanks so much for your help! [00:59] blz: yeah, I like it [00:59] thinknow: most people pick lts because they dont want to upgrade every 6 mo. [00:59] blz, no prob, i do that on srvers about once a month. [00:59] ya ^ [00:59] gmachine: probably just /ignore wonderfulme [00:59] who here isnt running 12.04? [00:59] julian-delphiki say, love me or leave or let me be lonely [00:59] i always stick to the latest release. [00:59] does Cannonical have an email form without a phone number requirement? [00:59] Dr_Willis, ok, so it is not because it is security holes in 13.04 ? [01:00] wonderfulme, please leave. [01:00] julian-delphiki, I admire your bravery ^^ [01:00] I am using a linux program and stepping through the config now. What exactly does a semi colon mean in a config? [01:00] LVMs are scary [01:00] PsyMar: thanks. that seems to work. [01:00] thinknow, I wouldn't worry too much about security holes, they get patched quickly. [01:00] julian-delphiki you might find the night-time the right time for kissing [01:00] Ownix, depends on the program :) [01:00] thinknow: any known security bugs, would get patched in whatever release finds them. then often get backported back down to earlier releases. (if they are still under support) [01:00] For example: # Authentication for the http based control. Syntax username:password # Default: not defined (Disabled) ; control_authentication username:password [01:00] and another thing, why does aaaalways the computer get muuch slower when i run apt-get update and then apt-get upgrade ? [01:00] julian-delphiki: how do I find out? It doesnt appear to be in man [01:01] after i have runned it on a new installation [01:01] Ownix, what is the program/ [01:01] it get slow as hell [01:01] thinknow, that doesn't make much sense [01:01] thinknow: sounds like you got some driver issues. or somthing odd. I have no slowdowns on any of my macines [01:01] julian-delphiki: http://motion.sourceforge.net/ [01:01] thinknow: unless its your hd filling up. ;) [01:01] nigh-time is my time for just reminiscing [01:01] Dr_Willis, this is always [01:01] it start out fast and fun [01:01] thinknow: clarify wht gets slow. [01:01] and get slow [01:02] everything [01:02] console? commands? or you mean the gui gets laggy [01:02] takes longer to boot? to login? compiles take longer? [01:02] i click on file manager and have to wait a few sec before it opens [01:02] like in windows [01:02] :p [01:02] Ownix, usually a semicolon represents the "end of a line" [01:02] daftykins you still there [01:02] just the gui slowing down is not 'everything' on the os. [01:02] 'but when the program first have started it uselly works ok [01:02] raven: ja [01:02] fuck that indeed, nobody wants to join the channel I ask for [01:02] daftykins http://imageshack.us/photo/my-images/202/qd78.png/ [01:02] julian-delphiki: so should I delete that ';' to activate the feature? [01:02] that's what my gparted looks like [01:03] that's rather unrather [01:03] Ownix: I think you would want to replace it with a newline [01:03] thinknow: check askubuntu.com perhaps they ahve some ideas. i seem to recall seeong some similer questions asked there befor [01:03] Dr_Willis, have tried, but thnx anyway [01:03] just a fresh installation now, and formatted [01:03] Hi. I'm on an Ubuntu 12.04LTS desktop that I use as a music server - and I'd like to be able to get access to it from my other computers - Linux and Windows. Samba is installed and I can stream music - but cannot connect remotely or even, on Windows machines, see that files are being shared. [01:03] and 1TB free space [01:04] raven: ah yes, you have sda1 as primary partition then the rest are logical within an extended. Windows won't install anywhere on that disk [01:04] so it should be enough space left [01:04] I installed sshserver and client in respecitve computers [01:04] carlos you from Brazil? [01:04] gmachine_24: you mean you cant connect to the samba shares? You did give the user a samba password with 'sudo smbpasswd -a username' ? you did set up some shares? [01:04] But one thing more - After Ubuntu 10.04 i cant get openvpn to work with network manager, why is that?! [01:04] i have heard other having the same problem [01:05] i have to run it in terminal [01:05] it wont show up in network manager [01:05] gmachine_24: for ssh - you should be able to see some errors in the logs if connections are refused. [01:05] upgrade to 12.04 i use openvpn all the time === carlosgracite_ is now known as carlosgracite [01:05] Ownix, perhaps [01:05] or writing a similar line without the ; on its ownline [01:05] Dr_Willis: Yes, set up one share only but using the same username as on Ubuntu and also set up network (Samta) password [01:06] the first time with 10.04 or 9.10 i just installed openvpn and typed in info in network manager and it got a locklogo on the "connection logo" [01:06] Dr_Willis: this would be a log on the client side? [01:06] I'm trying to set up an NFS share on my local network but the ubuntu docs have me a bit confused. If I don't set up NFS with Kerberos, can I still password-protect shares? [01:06] gmachine_24: the ssh server has logging options, in /var/log/ somewhere it can mention whos connected and so forth. the windows ssh client may also give some info. [01:06] now i cant install it that way at all, just pptp [01:06] Dr_Willis: Also, I run logitech media server as the music server software and that I can use on any pc, laptop or remote device [01:07] blz, NFS has very little on its own in terms of access control [01:07] Dr_Willis: but we're talking two separate things here, right? ssh connection vs samba shares [01:07] julian-delphiki, so no? I guess it wouldn't be the end of the world. This is on my home network so simplicity tumps security. [01:07] *trumps, even [01:08] Dr_Willis: If the Samba share worked I'd probably figure out the ssh problem over time [01:08] blz, I'd recommend doing it without it :) No point in doing it on a home network assuming the NFS port isn't forwarded to the world. [01:09] If anyone gives me another answer I'm not being rude, but I need to be AFK for a bit [01:09] julian-delphiki, okay then. I shall do exactly that. I'm looking at the docs, though (https://help.ubuntu.com/community/NFSv4Howto#NFSv4_without_Kerberos) and I'm a bit confused. Is /export just a randomly chosen name or is that what NFS expects? [01:09] daftykins what should I do? [01:10] can someone give me info on how to connect wireless on my laptop? it usually works automatically after an install but its not working now [01:11] also Im getting a "no network devices available" message in the menu of the wireless icon in my toolbar [01:13] So whats the c++ channel? I tried #c++ and it isnt working.... ;( [01:13] blz, its just an arbitrary name [01:14] !alis | cvtsx [01:14] cvtsx: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [01:14] !alis | cvtsx [01:14] thx [01:14] arquebus, sounds like a missing driver! [01:14] cvtsx: you may have to identify with nickserv first [01:15] do you have a way to connect to the internet without wifi? [01:15] ya i think so, im going to register my nick now [01:15] julian-delphiki: yes, I could use a network cable, I tried that and it didnt work === Ed|Laptop is now known as SpecialEd [01:16] i always get this message error in pacman,failed to commit transaction (download library error) Errors occurred, no packages were upgraded. [01:16] julian-delphiki: thanks, brb [01:16] Hey guys, I'm suddenly having trouble with my Drupal 7 site, whenever anyone tries to click the login button for /user/login we're getting an HTTP 500 error. Any suggestions? [01:17] Hi my machine freezes randomly how to enable detailed logging in ubuntu [01:18] I am on 13 version [01:19] @sprcialed check directory /var/logs/httpd and find error_log [01:20] deepblue, pacman isn't an ubuntu thing. [01:20] SpecialEd, i'd check /var/log/apache2/error.log and whatever *-error.logs are in that folder. [01:20] HumptyDumpty001, it's apache2 in ubuntu [01:21] HumptyDumpty001, random freezes are usually from hardware problems... /var/log/messages and dmesg might tell you more. [01:21] julian-delphiki, it's in Archlinux [01:21] !arch [01:21] !archlinux [01:21] Other !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Slackware (using other packaging systems) [01:21] Julian: I'm all over them and all I'm seeing is " Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.8 with Suhosin-Patch configured -- resuming normal operations" which was when I restarted apache2 a few minutes ago [01:21] Hmm i got new machine i did memory check [01:21] deepblue, we dont support arch here. [01:22] SpecialEd, yeah, then check the site specific *-error.log [01:22] it should be in there [01:22] SpecialEd, except if your php.ini has a custom error_log location set. [01:22] Would it be possible to change the location where Firefox stores it's bookmarks, I know it's not the Firefox channel. I have tried there and no answer yet. [01:22] Julian any util to do full system check like memory86 [01:22] thanks for your help guys :) [01:22] bye [01:23] HumptyDumpty001: there is memtest86+ [01:23] (36)File name too long: access to /sites/A.all,,_themes,,_bootstrap,,_css,,_overrides.css,,qmu4o14+default,,_files,,_,,_fontyourface,,_wysiwyg.css,,qmu4o14+default,,_files,,_,,_cpn,,_author_pane-delta-0.css,,qmu4o14+default,,_files,,_,,_fontyourface,,_font.css,,qmu4o14+default,,_files,,_,,_fontyourface,,_local_fonts,,_Vera-normal-normal,,_stylesheet.css,,qmu4o14+default,,_files,,_,,_css_injector,,_css_injector_1.css,,qmu4o14,M [01:23] cc.R33 failed [01:23] HumptyDumpty001, I'd bet its something overheating. [01:23] SpecialEd, ooof, thats a tough one. [01:24] should i drush uninstall fonturface? [01:24] It's been a while since I've used 12.04 How do I add a PPA again? Do I have to add it to /etc/apt/sources.list ? [01:25] SpecialEd, I can't say for sure, its been a while since i've admined drupal... Sounds like something is turning /sites/somepath into some gross huge path. [01:25] !ppa | blz [01:25] blz: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [01:25] (julian-delphiki) how to keep track of heating [01:25] !addppa [01:25] Since Ubuntu 9.10, a !ppa can be added using a single command « sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details [01:26] blz, i believe it is add-apt-repository. [01:26] julian-delphiki, not in 12.04 though =/ [01:26] Hence my troubles [01:26] oh, blz,apt-get install python-software-properties [01:26] oh. wow! [01:27] so you think that long error is something else besides fontyourface ? [01:27] raven: you'll have to backup every partition after sda1 then delete and recreate [01:27] SpecialEd, I can't say for sure, seems like a bug in some drupal module. [01:28] is there a drush command to see which modules are installed? [01:28] and then I can just go down the list and remove em until i get lucky [01:28] SpecialEd, you might be better off asking in a drupal channel, I can't say for sure. [01:29] oh my god I'm sorry I thought I was in drupal, my bad!!! <-- Stupid me! [01:32] What would be the easiest way to install the latest version of znc from raring to precise? [01:32] can someone help me with my iptables.firewall.rules? I'm getting "Failed connect to 127.0.01:9200; Connection refused" http://pastebin.com/2eRpcTGu [01:33] GH0 I'd just grab it from source, tho there may be a PPA [01:33] I'm calling that uri from curl on the same box as the rules === g_byers is now known as gbyers[Away] [01:34] fourq__, it would appear you're not accepting port 9200 :) add "-A INPUT -p tcp --dport 9200 -j ACCEPT" by the 80 and 443 rules. [01:34] and then restart your fw service. [01:34] fourq__: look right to me, your rejecting all connections to 127.0.0.1 and your getting a connection reused, no problems there === gbyers[Away] is now known as g_byers [01:35] yeah I know, and I commented that out first, but i didn;t know which service to restart === g_byers is now known as gbyers[Away] [01:35] so I thought i'd ask what the best way to allow that port insternal was [01:36] internal [01:36] fourq__, did you see what I said? you should add that rule and /etc/init.d/iptables restart [01:36] thanks julian-delphiki [01:37] and that will just allow via localhost not publicly right? [01:37] fourq__, is the service on port 9200 listening on localhost or all ips? [01:38] just localhost [01:38] fourq__: add '-i lo' in there to specify the interface [01:39] then it'll just allow localhost. if you want the firewall rules to reflect that and you can either do what pfifo says or do " -A INPUT -p tcp -s 127.0.0.1 --dport 9200 -j ACCEPT" [01:39] what is the name of the default fw service to restart after apply this? [01:39] sudo service restart [01:39] iptables [01:39] thanks guys/girls [01:39] (or UFW if you're using that) [01:41] fourq__: actuall the -s in that last line means source, you want -d for destination... of course for a localhost it dosent matter, but if it was a public interface that it would [01:41] pfifo, not if he wanted to allow localhost only [01:42] -s 127.0.0.1 would be correct. [01:42] julian-delphiki, when trying to configure from the tarball, I run into this issue though: http://pastebin.com/z0LQNvHm [01:42] Noob question, when I do su username and then login with that users password, whoami reports that I am not that user [01:42] Not sure what else is needed to do make or install, and/or why it isn't installed by default in Ubuntu Server LTS [01:42] Ownix, "su - username" i think [01:43] GH0 "apt-get install build-essential" [01:43] julian-delphiki: http://pastie.org/private/ioins0eetlotfpkznphw [01:43] no dice [01:44] someone give me pointer to keyboard failure boot hangup? [01:45] julian-delphiki: this would be why motion:x:108:115::/home/motion:/bin/false [01:46] Ownix, ah yeah, the /bin/false? [01:46] julian-delphiki: ok got ya, that is what were trying for [01:46] So I guess the motion app didnt want people to login as that user [01:46] you could su -c "whoami" motion [01:46] i think, Ownix [01:46] Im trying to run the app as the user it created [01:46] so... basically nobody ever installs the proprietary video drivers right? [01:46] brand new larptarp [01:46] delinquentme, I have before. [01:46] Is there a better way to do this? If I do sudo motion im essentially runn9ing the app as root correct? [01:46] installed these damn prop drivers and the display does no work nao [01:47] Ownix, yeah, most apps run as root and then drop their privs to a less privileged user. [01:47] delinquentme, damn, ATI or AMD? [01:47] err [01:47] ATI or NVIDIA? [01:47] julian-delphiki: so doing 'sudo motion' is probably safe? [01:47] Ownix: it looks like it set it up so that motion user is for file ownership... it might be changing to that user inside the program [01:47] Ownix, usually one starts a service with /etc/init.d/servicename start === AndresSM_away is now known as AndresSM [01:48] Well I just told it to start in daemon mode and then it threw this [01:48] http://pastie.org/private/fzjgngocxakbxhztoxdrq#6 [01:49] Ownix, sounds like /var/run/motion doesn't exist. [01:49] julian-delphiki, nvdia [01:51] delinquentme, man, and new laptop? drivers might not support it [01:51] I'd try nouveau [01:52] so if 13.04 is using ufw, will the rules in /etc/iptables.firewall.rules even apply? [01:53] julian-delphiki: correct. I created the directory and chowned it to 'motion', Now here is a question for you. I have motion set up to take a picture when movement is detected. These pictures are saved to /tmp/motion. What would be the best way to wput these to an FTP server? Is there some type of script that could see when a new file was added to a dir and [01:53] then fire the wput command? motion does not seem to have any built in ftp settings, But it does have the ability to save to an SQL server which is odd [01:54] Ownix: use rsync, it will transfer only changes and new files... call rsync from within crontab (i think youll have to install a crond) [01:54] Ownix: you can mount the ftp server to a local directgory and let the app write directlyu to the server if you wanted to. or rsync in a cron job may be a better idea [01:54] !info fam [01:54] fam (source: fam): File Alteration Monitor. In component universe, is optional. Version 2.7.0-17 (raring), package size 67 kB, installed size 256 kB [01:54] Greetings.. I'd like to know, what really does the 'i2c-tools' for my Raring? [01:54] Hi Dr_Willis [01:54] Those are two great ideas thanks guys [01:55] !info ic2-tools [01:55] Package ic2-tools does not exist in raring [01:55] pfifo: what is the point of the crontab? is it just so rsync starts on boot? [01:55] !info i2c-tools [01:55] i2c-tools (source: i2c-tools): heterogeneous set of I2C tools for Linux. In component universe, is extra. Version 3.1.0-2 (raring), package size 56 kB, installed size 231 kB [01:55] tools to mess with i2c devices [01:55] Ownix: rsync is a oneshot... you need cron to call it ever 10 minutes or so [01:55] whats an ic2 device? [01:56] pfifo: so every 10 minutes it will upload the changes to my FTP site? [01:56] I see [01:56] Ownix: a bit of hardware like a temp sensor or somthing. id suggest checkng wikipedia [01:56] I dont have anything like that. Just a simple cheap webcam [01:56] Greetings Dr.. I'll see further information online. [01:56] ;) [01:56] Ownix: no... cron will call rsync every 10 minutes... rsync will upload to ftp ( 2 seperate actions) [01:57] hey, folks - I'm super new to linux and wanted to ask for some advice with respect to finding resources that can help me use it -- I'm running Ubuntu 13.04 [01:57] Ownix: i2c is a different issue from what your asking [01:57] heh. [01:57] !manual | mark_____ [01:57] mark_____: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [01:58] how can i find the UUID for /dev/sdh1 on /media/roy/LIFESTUDIO type vfat ... so i can edit fstab to mount LIFESTUDIO in a different location [01:58] Roy_Ubuntu_13-04: sudo blkid [01:58] pfifo: I know the concept is simple but im struggling to wrap my head around it lol so every 10 minutes cron calls rsync and tells it to run and then rsync does its thing and uploads changes? So if my server crashed 5 minutes after the last rsyn job changes will not be pushed to the ftp server? [01:58] thanks [01:58] wonderful! Thanks! [01:59] Ownix: as soon as thew server comes back up, crond will start again... resuming the whole shebang #! === jono is now known as Guest14496 [01:59] pfifo: unless the server has been blown up with an RPG [01:59] what tools are available for that? [01:59] apt-get install rpg-shield [02:00] I forgot that was in the repo! [02:00] i have the skynet repos enabnled.. it may not be in yours [02:00] All praise the Canonical gods [02:02] ALSO, I was trying to configure a thumbdrive from which I can boot a machine from and do stuff in the OS and then save my changes, etc. Basically, I wanted a jump drive that would let me bypass a machine's OS, and the Ubuntu stick would just run of a machine's hardware. My research indicated that I should create a live jump drive with persistence, but I'm having a great deal of trouble achieving this. I've tried a punch of applica [02:03] and the one that comes with Ubuntu – but I can't get it to work. I assumed it was my own blundering, but I followed the instructions exactly and none of the programs achieved the task. Any tips or tricks? [02:04] hi [02:04] anyone know any rooms for ptc assistance? [02:04] mark_____: the tools at the pendrivelinux site can get you going. [02:05] mark_____: you just need a live usb setup with a persistant 'save' file [02:05] Thanks, Dr. Willis. I'll try them again, but I couldn;t get them to work before. [02:05] or whatever term they use these days [02:05] mark_____: the site has a dozen differnt tools. [02:05] IS there an issue if I'm running the application in a virtual machine? [02:05] anyone have any experience setting up a ventrilo server? I can't get my client to connect when I have the server running [02:05] your vm is writeing to a real usb flash drive? cant say i bother to do that. [02:06] I've been using real flash drives, yes. [02:06] so how is a vm figureing into this? [02:06] hay the LIFESTUDIO is a fat32, so what would i put inplace of ntfs-3g for my fstab [02:06] I tried a few different ones to ensure that my issue wasn't some pecularity of the physical flash drive [02:06] Ownix: then yopefully you have a pic of the guy who shot the RPG... 10 minutes is just an example... cron will allow a command to be run at as little as 1 minute intervals... if you need realtime... consider the 'mount the ftp' and upload directly... or perhaps motion has a remote server capability [02:06] Roy_Ubuntu_13-04: 'vfat' [02:07] thamnks [02:07] Roy_Ubuntu_13-04: or 'auto' [02:07] I work on a Mac, so I'm learning Linux in a virtual machine and have windows in a VM as well [02:07] Dr_Willis: can you pastebin the output of 'dig -x 66.172.11.150' [02:07] is auto not as good as putting the actual one? [02:07] so I'm running the various applications in a windows viertual machine [02:08] dig -x 66.172.11.150 | pastebinit [02:08] http://paste.ubuntu.com/6194818/ [02:08] thank you kindly my good sir! [02:08] Roy_Ubuntu_13-04: it shold be identical [02:09] k, thanks [02:09] Roy_Ubuntu_13-04: if the os can figure out the filesystem [02:09] k [02:09] anyone have any experience setting up a ventrilo server? I can't get my client to connect when I have the server running [02:09] http://Fun4Days.Com/?share=161502 [02:10] This is a bit of an unusual question, I think, but is there a setting that I could tweak to make my SATA drives less noisy? Don't some HDDs have fast-vs-quiet parameters? [02:10] I could install MS W7 in a VM, rather in my HD. I ensure make a ntfs** partition to do it the next time.. [02:11] http://Fun4Days.com/sms/sms.php?share=161502 [02:11] who needs a hostmask when you got a hostname :D [02:12] blz: some do, but i don't think it's without an element of risk. performance will drop too [02:12] daftykins, I could live with the drop in performance. What are the risks? [02:12] And what are the settings? [02:13] i'm trying to remember the program but i'm drawing a blank [02:13] blz: try and look up whether your hard disk(s) support such settings from google first perhaps [02:14] daftykins, can you suggest any search terms? I'm not sure what the thing is that they may or may not support =/ [02:14] blz: acoustic settings perhaps [02:15] will-do =) [02:16] Ok, I am very mad with my internet speed now.. 3G isnt a such plausible thing... [02:16] daftykins, kdparm -M seems to be the thing =) [02:16] hdparm! that's the sucker [02:17] hello [02:17] °°°°°°°°°°°°°°°°°//°??????????????????????? [02:18] hi [02:18] #join brasil [02:18] what si up.. [02:19] Kalel: this is a channel for support, not for general chat [02:20] I know that, daftykins. [02:20] I want my hard drive to click out the tune jingle bells during disk access for the next 3 months... what params do I give to hdparam? [02:21] Kalel: stop ranting then (: [02:22] Sir.. [02:22] what is the first line that goes in a bash script? === AndresSM is now known as AndresSM_away [02:23] #!/bin/bash [02:23] Roy_Ubuntu_13-04: its called a shebang, and specifies what program to run the script with ex... [02:23] #!/bin/dash [02:23] thanks, in a moment ill need just a bit of help [02:24] bash [02:24] ^ did u make typo [02:25] no, was something else, dash is a different shell, I like #!/usr/bin/python myself [02:25] bash is the default? [02:26] Roy_Ubuntu_13-04: yes it is the default, for bash its #!/bin/bash also /bin/sh should be a symlink to the systems prefered shell [02:32] how can i make the shell script work with files in the same path as the .sh ... like ~/ would be to the "current" users home [02:32] thanks, Dr. Willis [02:32] would it involve pwd or is there something else i can use [02:33] I'm trying persistence again [02:33] That can be useful: http://www.ss64.com/bash/ [02:33] Kalel_: is that for me [02:34] that dont help if so [02:34] All ubuntu users.. [02:35] unix like rather. [02:38] http://Visitors2Cash.com/ref.php?refId=145617 [02:39] how can you print/echo/whatever the FULL Current Users Home path to a file?? [02:39] and each time you run the same command, it replaces and not add to the old [02:40] echo $HOME >> home.txt [02:40] echo $HOME > file [02:40] :P [02:43] ok it is good for the home path to be nine chars but the file is ten bytes... ecryptfs will be using this file [02:44] and there is no line break [02:44] Roy_Ubuntu_13-04: i have to wonder what you are trying to acomplish with this.. well.. weirdness. ;) === josh_111 is now known as agliodbs [02:46] ecryptfs forces its self to only use .ecryptfs & .Private in the home folder, im making it work from a USB drive... it WORKS, but from the laptop to the desktop 12.04 to 13.04 the mount points are different [02:47] you have your home on a usb you mean? [02:47] i forced them to be the same, but for in the future, im making it more easy to work with cause my friend isnt linux smart [02:47] NO HOME ON USB !!! [02:48] sorry for caps [02:48] so what mount points are differnet? [02:48] im using symbolic links and ecryptfs works properly with it that way [02:48] I don't see why people encrypt their home directories in Ubuntu :/ [02:49] my home is not encrypted [02:49] my entire disk is encrypted [02:49] well my / partition... [02:49] that seems even more confuseing to me now Roy_Ubuntu_13-04 but i guess if you are having fun... [02:50] Assume Ubuntu 12.04.3 with the 'mdadm' package installed but with no email configured. Also assume I used disk utility to create a stripped array between two disks. What notification will I receive if a drive is detected as failing? Some kind of item in the panel? What should I expect? [02:50] James_Epp: i odubt if you will get a desktop/popup/dialog [02:50] Dr_Willis: Okay. [02:50] error messages in the log files. or dmesg perhaps [02:51] Dr_Willis: hmm. okay. do you have any experience with mdadm? [02:51] James_Epp: none what so ever. [02:51] Dr_Willis: Okay. [02:51] on 12.04 the mount point is /media/LIFESTUDIO but on 13.04 its /media/roy/LIFESTUDIO .. So i edit fstab to make the desktop 13.04 to /home/LIFESTUDIO [02:51] looking for help: How to make "/home" move to a separate partition [02:51] ive learned to stay awy from raids and complex setups. ;) [02:51] Dr_Willis: thanks for the info. [02:52] Dr_Willis: on 12.04 the mount point is /media/LIFESTUDIO but on 13.04 its /media/roy/LIFESTUDIO .. So i edit fstab to make the desktop 13.04 to /home/LIFESTUDIO [02:52] Roy_Ubuntu_13-04: i belive theres option to make it use the old style mountpoints.. or just link /media/roy to '..' up one directory ;) [02:52] hi all im new to ubuntu, i have problem after installing beta drivers in amd i notice that after installing Catalyst control center is missing please help [02:54] but this guy is not all that smart with linux , and one day i wont be around to help him, so if he was to ever wipe his machine and dont set it up the same way, or goto a different linux machine with a different user. Dr_Willis: [02:55] Roy_Ubuntu_13-04: if thats the case - sounds like you shouldent be using any encrypted filesystems or homes at all. [02:55] im making a shell script on the usb drive so when he runs it it will update all the paths and mount path for the private folder to interface with [02:55] he is getting used to linux [02:56] so you are makign a shell script.. and you started the day today not even knowing the most basics of making a shell script? [02:56] ive made schripts beforre, just dont remember a lot [02:56] where is this private folder comming from? theres a private directory ON the usb? [02:57] hi can you help me catalyst control center is missing [02:57] Is there a way to email from commandline? [02:57] TLDR config script ... + proprietary drivers = display drivers poo'd [02:57] there is a .ecryptfs & .Private & Private folders on /media/DeviceName [02:58] i make symlinks to those to the home folder and it works === Rory is now known as [SKT]_RORY [03:00] when running the script from the Desktop, it doesnt show the terminal, how can i make it do so [03:00] make a launcher that runs 'xterm -e thescript' is one way [03:00] alcabs: I suggest checking out the #radeon channel [03:01] with is the script its self, just one file [03:01] within* [03:01] will depend on the file manager i imagine [03:01] the common way is to make a launcher, and i recall a 'run in termional' option [03:01] ubuntu 12.04 file manager [03:01] a .desktop file launcher should work with all the common desktops [03:02] Roy_Ubuntu_13-04: You may also try ("gnome-terminal -x bash ~/Script.sh") [03:02] somthing.desktop (see gedit.desktop) for an example. [03:02] not all the terminal emulators support the exact same option. Had issues with this in the past [03:02] and depending on the setup - the default terminal emulato rmay differ/ [03:04] xubuntu i notice has a right click -> execute item. but that dosent launch it in a open xterm. [03:06] so I need an smpt server to send email from the command line huh? [03:06] i think x-terminal-emulator -x COMMAND , does ubuntu even have xterm? [03:07] is there a way to rm so it dont go to the trash can, like Shift+Del would do? [03:08] delinquentme: no === airtonix_ is now known as airtonix [03:09] Roy_Ubuntu_13-04: you mean the 'rm' command? theres some other cli tools/scripts that can move to the trash. but i cant recall their names [03:09] thats what i said rm [03:09] some GUI file managers have a 'delete, dont move to trash' option [03:09] Roy_Ubuntu_13-04: `man rm` will reveal all. [03:09] you can just mv to .trash-1000 [03:10] i want to rm to where it does not goto the trash [03:10] rm [03:10] if you want to remove entire directories rm -r [03:10] 'rm' command does Not go to the 'trashcan' [03:10] so thats whats confuseing us. [03:10] oh ok [03:10] no idea why you would think it does. ;) [03:10] if you are in a gui, press and hold shift and right click it, or press shift + delete [03:10] never checked lol [03:11] BoomerBile i already know that as i have mentioned [03:11] It might be a good idea to schedule in reading a few command line tutorials in the near future. ;) [03:11] just got here :) [03:11] k [03:12] i think for removeable media. nautilus has some option to delete directly or put stuff on the .Trash* dir on the root of the media also. [03:12] that can cause issues if you dont notice it [03:12] 'i deleted 10gb of files off my usb and its still full....' -> files are in the .Trash ;P [03:12] osx does that too [03:12] ive had that issue too lol [03:12] in kde if you're using it, you can have it display the extra 'delete' option under the 'move to trash' option [03:13] use Shift + Del [03:13] hi guys [03:13] i normally notice it when i put the flash drive in another pc or media player. and see a .Trash directory at the top of my video files listing [03:13] ;P [03:13] Roy_Ubuntu_13-04: unless you couldn't tell I wasn't saying "Mannnn you really need to do X", i was in fact saying that the command `man` will reveal the manual pages for a command. [03:13] hey with out rm a file how can i make it null / blank / 0 bytes [03:14] info works too, and it is replacing man slowly [03:14] thunar seems to have a 'delte' and 'move to trash' both by default [03:14] info [03:14] Roy_Ubuntu_13-04: 'echo "" > file' [03:14] >> [03:14] Roy_Ubuntu_13-04: 'bash redirection' [03:14] Roy_Ubuntu_13-04: also bookmark: commandlinefu.com [03:14] i didnt think of "" [03:15] Roy_Ubuntu_13-04, >> won't replace it, it will concatenate to it [03:15] I think I've found a solution for my problem, this unrecognized hdd by ubuntu installer and gparted http://ubuntuforums.org/showthread.php?t=1604074&page=4&p=10022223#post10022223, this seems to be the answers to all my problems, but since I'm new with ubuntu, I'm lost. How do I install this gptfdisk software? [03:15] > replaves. >> appends [03:15] replaces [03:15] i've downloaded the tar.gz [03:16] when i do > it just adds new lines but >> starts it over [03:16] could be im backwards.. i rarely mess with this stuff any more [03:16] <[SKT]_RORY> Roy_Ubuntu_13-04: I think you're mistaken [03:17] <[SKT]_RORY> Roy_Ubuntu_13-04: You've just described the opposite of the actual behaviour [03:17] i had to trial and error a moment agao with > & >> [03:17] >> appends here. i just tested it [03:17] echo "hello" > foo [03:17] cat foo [03:17] echo "hell000000o" >> foo && cat foo -> shows both lines [03:17] echo "" > foo [03:17] shows a blank file [03:19] cat /dev/null > foo [03:19] dosent even return a blank line. l) [03:20] echo -n "" > foo - seems the same as the cat /dev/null [03:22] whats the -n for === |_ocke2 is now known as |_ocke [03:24] perfict the echo -n gets rid of the mistirous extra char that does not show up in the file [03:27] err... thats a 'carrage return' character... [03:27] its not mysterious at all ;) [03:27] cr/lf [03:27] echo $USER which is "roy" and the file would be 4 bytes with out a new line below [03:28] echo -n $USER --> 'roy' no n - it has has a Carrage return. (or is that a line feed) [03:28] Roy_Ubuntu_13-04: install and use 'hexdump' then you can actually "see" the newline 0x13 [03:28] some text editors can show the 'whitespace' characters [03:31] Whats alternative of notepad++ [03:32] <[SKT]_RORY> !ot | HumptyDumpty001 Ask in here please [03:32] HumptyDumpty001 Ask in here please: #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! [03:32] it F****** works! [03:33] gptfdisk? [03:33] HumptyDumpty001: You mean for Ubuntu? gedit should ship by default. [03:33] Yes [03:33] hi all i tried #radeon channel but message failed to send [03:33] Humpty, that bot is trigger happy. I mostly use the built in gedit also [03:34] When installing ubuntu, I've choosen to install it with w7 in the same disk. Which one of the two partitions listed is w7's and wich one is ubuntu's? (the left one or the right one?) [03:35] can you see what file system is being used? That's the easy way for me. fts windows, ext# ubuntu [03:36] is there s $pwd i figure out i can just call a file in the same path with my script with out giving its full path, but is there a safer way [03:37] john__: worked, thanks [03:37] anytime [03:37] If I have a data partition on /dev/sda6, what do I add to fstab to make sure every user can read/write/execute on it at boot? [03:38] Roy_Ubuntu_13-04: set a variable with the path you want, and when you call stuff use "$MYPATH/myfile.sh" or such [03:38] Hmmm, I'm having an annoying problem with tons of games. If I make them full screen, they open in between my two monitors, instead of on my primary monitor. I have an nvidia 780M GTX with proprietary drivers... [03:39] hi i have problem after installing beta drivers in amd site catalyst control center is missing please help [03:39] ok how can u make a script print its own path, so as it changes location, will always be correct [03:40] with out having to adjust the script [03:40] <[SKT]_RORY> Roy_Ubuntu_13-04: In future know that #bash exists - http://www.jtanium.com/2007/12/21/bash-get-current-script-name-and-relative-and-absolute-paths/ [03:40] looking for Help moving '/home' to new partition. Anyone? [03:40] Roy_Ubuntu_13-04: 'pwd' prints the current directory... but you shouldnt be using 'cd' in a script to move around [03:40] <[SKT]_RORY> john__: https://help.ubuntu.com/community/Partitioning/Home/Moving [03:41] <[SKT]_RORY> john__: First result on Google for "Ubuntu move home directory to new partition" - you're welcome [03:41] thanks, I've been google-ing for an hour with no luck [03:41] <[SKT]_RORY> john__: Rubbish [03:41] pfifo i wont be moving around, ill be making symlinks [03:42] the location of the script will some times change [03:42] Roy_Ubuntu_13-04: thats not good programming practice [03:43] pfifo how much did u read about what i said when i was talking about making ecryptfs work out side of the home folder [03:44] [SKT]_RORY: if you know what you are looking for google works fast, if you don't you get lost. [03:44] how to fix catalyst control center missing [03:44] Roy_Ubuntu_13-04: none [03:44] #‎codigolinuxperu‬ [03:46] alcabs: Make sure you have "fglrx-amdcccle" installed. [03:47] Axlin : in synaptic manager it is installed but when i run in terminal not installed i tried to re installed it but not showing [03:48] alcabs: With which command are you trying to launch it? It should launch with "amdcccle" [03:48] how can i do a line to where if ecryptfs-mount-private command does not exist then to install it with apt-get? [03:49] Axlin: yes [03:49] in my script [03:49] Roy_Ubuntu_13-04: ok, I got it... but you still shouldnt be using 'cd' in a script, even in this case. [03:49] there will be no "cd" at all [03:50] Roy_Ubuntu_13-04: "if [ -f /usr/sbin/ecryptfs-mount-private]" [03:50] Axlin: command not found [03:51] Axlin: i tried sudo amdcccle [03:51] like can u make a full example with then and else or elseif [03:55] so my old assed laptop that im putting ubuntu on is slow as piss with unity, i have an amd sempron 3500+ 2gb ram and 80gb ssd, if i use plain jane gnome it's fine, will switching to kubuntu work better with the stock stuff? [03:55] Roy_Ubuntu_13-04: http://fpaste.org/44452/94532213/ [03:55] im guessing compiz just doesnt work well with the system [03:56] thank you pfifo [03:57] pfifo does the exit 0 end the if statment or end the script all together [03:58] LiENUS: i think lubuntu would work the fastest [03:58] Equinox3, well gnome fallback works great [03:59] another thing im wondering if switching from 64 bit ubuntu to 32 bit would be better [03:59] its actually pretty humorous to use since power button to login is a few seconds [03:59] so i can have other commands below the fi that will run no matter what the out come of the if is [03:59] login and click the unity magic search thingy button [03:59] and it just sits there === Jan11 is now known as ON1 [04:03] so wondered if anyone would mind giving me a hand here, I've tried both grep and sed and sed seems to way to go but I just can't seem to get the syntax right. I'm trying to delete a specific line after a file is created because its using a ls to generate a playlist. But I don't want the bash script to be in that list. So I'm trying sed '/"/home/mp3/gen.sh"/d' playlist.txt but of course its not working [04:03] if anyone has a clue as to what I can do here, much appreciated [04:05] Roy_Ubuntu_13-04: it ends the entire script, always exit with an exit code [04:06] @pfifo are you talking to me? [04:06] sorry just noticed the entire message, I really need to get a better irc client === daftykins is now known as deftykens [04:07] pfifo would this work "if [ -f $Installed1 | -f $Installed2 ]" that way as long as one of them are true? [04:08] Or should | be 'or' , Or what? [04:08] anyone please help i have problem, catalyst control center is missing after installation of beta drivers [04:09] Roy_Ubuntu_13-04: I had a feeling you were going to ask that, here is how autoconf/automake would do this in a ./configure script... http://fpaste.org/44454/13809461/ [04:10] sweet thanks [04:11] Roy_Ubuntu_13-04: there is a way to iterate over the values in $PATH as well, I forget how todo it though, but that is what a configure script would actually do [04:11] LiENUS: is this on a clean install [04:11] if not check startup applications and see what run on startup. maybe removing some things you don't need can speed things up [04:11] could u help me out with that [04:12] Roy_Ubuntu_13-04: no, im not going to look it up [04:12] ok [04:12] Roy_Ubuntu_13-04: it would be far quicker for my to write a python app for you then to learn some forgotten bash [04:12] * pfifo goes to smoke [04:13] I have a Gateway laptop and when I opened the lid the power light was on but the laptop was asleep. When I pushed the power it started flashing with the lights for the light bulb and the battery but only when it was plugged in. Is this a sign I need a new tip end for my charger? [04:13] no one help wew [04:13] would the python app be a binary or like a script/readible [04:14] can i ask what is the support chat room for ubuntu? === megabitdragon is now known as zz_megabitdragon [04:15] alcabs: this channel here [04:15] Roy_Ubuntu_13-04: python apps are usually interpreted [04:15] Roy_Ubuntu_13-04: not compiled (binary) [04:15] Equinox3, clean install [04:15] reisio can you help me [04:16] thanks [04:16] like i said its just unity that sucks, gnome fallback works great [04:16] Roy_Ubuntu_13-04: you can make them run a lot faster by having them just-in-time compiled, which is sort of inbetween [04:16] Roy_Ubuntu_13-04: more at #python [04:16] alcabs: maybe, what's up? [04:16] Ezea = $IRCNAME [04:16] i'm guessing its poor 3d driver support... or possibly the 64 bit drivers are not working right for my gpu [04:16] anyone mind giving me a hand with my sed issue? [04:16] My mom threw away the original windows cds that came with my laptop :'( [04:16] reiseo how to fix catalyst control center missinf after installing beta driver [04:16] Is this an acceptable time to pirate windows 7? [04:17] fancyfetus, windows 7 laptops dont come with cds [04:17] yes they do... [04:17] since when? [04:17] fancyfetus: what do you need it for? [04:17] you have to pay extra for them [04:17] TheStuntman: which issue? [04:17] LiENUS, they come with windows and the original drivers. [04:17] reisio: so wondered if anyone would mind giving me a hand here, I've tried both grep and sed and sed seems to way to go but I just can't seem to get the syntax right. I'm trying to delete a specific line after a file is created because its using a ls to generate a playlist. But I don't want the bash script to be in that list. So I'm trying sed [04:17] they came with all three of the laptops that I purchased. [04:18] fancyfetus, typically nowadays they come with a tool to burn those recovery cds or a recovery partition [04:18] reisio, to install it on my computer :P [04:18] i just bought two dell laptops that arrived on the 25th [04:18] TheStuntman: okay, can you pastebin an excerpt with the before you have and the after you want? [04:18] neither one came with any cds [04:18] Roy_Ubuntu_13-04: im not writing a python app for you anyway... youll never learn anything like that [04:18] yeah sure thing give me a second [04:18] fancyfetus: you want to install Windows? [04:18] aew man [04:18] LiENUS, maybe it's a new thing? The laptops I'm talking about are at least a year old. [04:18] THANKS FOR ALL YOUR HELP............. [04:19] reisio, yes sir. I installed ubuntu over everything and now i'm plagued with error upon error. [04:19] you're welcome alcabs [04:19] So many that I can't even list them all without accidentally leaving one out. [04:19] fancyfetus: ah [04:19] Not blaming ubuntu. [04:19] reisio: Before http://pastebin.com/d3Z9YcFq [04:19] It's most likely my fault completely [04:19] reisio: After http://pastebin.com/cwauNFaG [04:19] TheStuntman: try "ls | grep -v myscript.sh" [04:20] pfifo: Don't I need to indicate a file for grep to search? [04:20] TheStuntman: yeah, what pfifo said will work [04:20] TheStuntman: if you're doing ls dir/, you can make it ls dir/ | grep -v 'gen.sh' [04:21] TheStuntman: pipe the output of ls into grep (yes your still specifying a file here, the file is STDIN) [04:21] well you're still specifying stdin :) [04:21] pfifo: this is what I'm currently using to create the playlist [04:21] ls -d $PWD/* > playlist.txt [04:21] so I guess I'm not understanding how to pipe the grep into the ls [04:21] TheStuntman: I'd use find [04:22] ls -d $PWD/* | grep -v nameofscript.sh > playlist.txt [04:22] find foo/ -iname '*.mp3' -o -iname '*.flac' [04:22] find foo/ -iname '*.mp3' -o -iname '*.flac' > foo.m3u [04:22] TheStuntman: or maybe try this? 'ls *.mp3 > playlist.m3u' [04:22] not that grep -v isn't worth knowing :) [04:22] oh thats perfect reisio that actually rejects the need for the grep [04:22] and yeah you can just match the files you want in the first place, too [04:23] ls might work too XD [04:23] find would be better for directorIES [04:23] nothing like over thinking a problem... reisio way will search subfolders too for multi CD albums [04:24] so which direction would be the best to go here then? [04:24] find [04:24] awesome, thanks alot guys, this solves a few problems [04:24] TheStuntman: it all depends :p [04:24] 13.10 is due on what the 17th? [04:24] what's nice about find is if you have to you can use -exec with it, and avoid issues with strange filename characters [04:24] not to figure out how to figure out a applications pid number to send a kill sighup [04:24] but you don't necessarily have that problem [04:25] ^now [04:25] now :p [04:25] LiENUS: I heard that [04:25] !13.10 [04:25] Ubuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+1. Release date will be 17th October 2013. [04:25] kwazang [04:25] ah neet [04:25] thanks [04:25] yeah its getting late for me and my typing fingers are being silly lol [04:25] and im assuming its possible for it to be a few days late [04:25] i have neither cd-drive nor usb-stick and would like to install ubuntu on a parallel partition that i've just created from Windows 8. What is the fastest way to get through? UNetBootIn? [04:25] TheStuntman: 'pidof ' [04:26] is there a way I can print that to a variable? [04:26] so that I can use it in a kill sighup? [04:26] LiENUS: I s'pose, but that would be pretty silly of them [04:26] myvar=`pidof ` [04:26] oh beautiful pfifo [04:26] vak: the fastest way... is probably to get out of your chair and spend $1 on a USB stick [04:27] kill -sSIGHUP `pidof [04:27] or find one in corporate trash [04:27] reisio: sounds funny, but it is 6:30 here in Germany [04:27] reisio, eh well release dates can get pushed back [04:27] vak: am? [04:27] reisio: yep [04:28] you can probably get them at gas stations [04:28] I have a Gateway laptop and when I opened the lid the power light was on but the laptop was asleep. When I pushed the power it started flashing with the lights for the light bulb and the battery but only when it was plugged in. Is this a sign I need a new tip end for my charger? [04:28] so something like this guys? [04:28] dollar general has them, $12 for an 8GB [04:28] thepid=`pidof ezstream` kill SIGHUP $thepid [04:28] reisio: so, the situation is THAT much without good alternatives?.. [04:29] TheStuntman: if you're going to reuse it over and over [04:29] sure am [04:29] TheStuntman: otherwise just kill SIGHUP $(pidof eztream) [04:29] ah okay :p [04:29] TheStuntman: that pretty much the same as 'killall SIGHUP eztream' [04:29] the command is going to basically go through, refresh the playlist.txt with the new files, then send a command to exstream to refresh the playlist in memory [04:29] ^ezstream [04:33] i did something to my audio controller, im going to paste the results of lspci -v | grep -A7 -i "audio, so someonecan tell me how to fix it [04:34] ok so! tried running my command and got this [04:34] ./gen.sh: line 6: kill: SIGHUP: arguments must be process or job IDs [04:34] TheStuntman: its 'kill -s SIGHUP 666' not 'kill SIGHUP 666' [04:35] -s [04:35] Multimedia audio controller: Creative Labs SB Audigy (rev 04) Flags: medium devsel, IRQ 255 I/O ports at e000 [disabled] [size=64] Expansion ROM at [disabled by cmd] Capabilities: Kernel modules: snd-emu10k1 [04:35] * TheStuntman face desks [04:35] I can't believe I missed the -s lol [04:35] hey guys, just installed ubuntu and changed the desktop's background image, but the app launcher keeps having this purple tone, is there a way to remove that tone and just leave it semi-transparent? [04:36] that worked it [04:37] Crazyzurfer: i belive the left side panel changes to match the wallpaper some how. some of the unofficial ubuntu tweaking tools i think can change the setting [04:37] thanks alot guys, you saved me a ton of headaches XD [04:39] I was running 'tail -f /var/log/pgl/pgld.log' for a couple days and then eventually it just stopped updating - the tail process jsut stopped pulling from the file or something - anyone here know anything about it? I have a workaround in mind that involves a while loop and a timeout command, but I'm curious why it's halting in the first place. I suspect it's a buffer/cache issue [04:40] do you have eat? [04:41] zhaotongxue: eat? [04:41] lunch [04:41] eating chow mein right now. ;) [04:41] cold pizza [04:41] o haha [04:41] noodles [04:41] I had lasagne earlier [04:41] but is there a support question amoung the noodly goodness? [04:42] 10 pts if you know what ramen is made of [04:42] nono [04:42] 'fried goodness' [04:42] i have install mysql on ubuntu [04:42] but now [04:42] i can't connection it [04:42] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld' (13) [04:42] this [04:42] Hello guys, my ubuntu 12.04 uses most of my bandwidth. I have turned off updates and not opened any browser.. How can I fix this, [04:43] somebody plz help [04:43] zhaotongxue: use lampp [04:43] kriskropd: the log got rotated, and tail is still looking at the old file descriptor [04:43] kriskropd: read the manual [04:43] what's "lampp"? [04:43] !lamp [04:43] 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. [04:44] command? [04:44] Jordana-Watson: use some tool and monitor whats accessing the network perhaps? [04:44] !info ntop [04:44] ntop (source: ntop): display network usage in web browser. In component universe, is optional. Version 3:4.99.3+ndpi5517+dfsg3-1 (raring), package size 689 kB, installed size 1659 kB [04:45] Dr_Willis: let me try [04:45] iftop is nice too [04:45] !info iftop [04:45] iftop (source: iftop): displays bandwidth usage information on an network interface. In component universe, is optional. Version 1.0~pre2-3 (raring), package size 36 kB, installed size 105 kB [04:45] even better-er :) [04:46] i had some things just now [04:46] i had some things just now [04:46] i had some things just now [04:46] sure is better-er, a savings of 1554kb [04:46] zhaotongxue: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [04:46] sorry [04:46] it's a 意外 [04:47] those letters look like little chicken scratches to me. ;) Unicode rocks :) [04:47] <[SKT]_RORY> Question marks here, my terminal didn't even try [04:48] wonder if weechat has some script to let me use other fancy chaccters. ;) [04:48] i hope not [04:49] those #'s in a circle were nifty earlier. ;) not seen those befor [04:49] <[SKT]_RORY> Dr_Willis: emojii for weechat... go in #weechat and ask them and see what happens [04:52] I have a Gateway laptop and when I opened the lid the power light was on but the laptop was asleep. When I pushed the power it started flashing with the lights for the light bulb and the battery but only when it was plugged in. Is this a sign I need a new tip end for my charger? [04:52] ;) [04:52] ⱺ_ɵ [04:53] <[SKT]_RORY> !ot | LLckfan [04:53] LLckfan: #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! [04:55] hello. My machine takes over 100 seconds to boot. It used to boot much faster before I switched to linux. Would you have any suggestions for reducing this time ? [04:56] LLckfan: id ask in #hardware and ive found its ALWAYS a good idea to have a spare charger [04:56] got a SSD hd here - my 13.10 box boots to the desktop in like 20 sec [04:57] the bios/post screen takes longer then my bootup [04:57] tell dr_willis How did you get it to do that ? [04:58] i just installed a solid state drive. :) best investmnent in new hardware id done in years [04:58] hello, I want to know if I can make two connections boding or internet services provided by the same company? [04:58] and it wasent that expensive [04:58] Dr willis : can this be done without buying hardware ? [04:58] Dr_Willis tHERE IS NO HELP IN ##HARDWARE [04:59] does anyone know how to read bootcharts ? [04:59] meh_: dont reboot... you dont have to in linux [04:59] hello, I want to know if I can make two connections boding or internet services provided by the same company? [04:59] teosanru: you mean 'bonding' ? [05:00] pfifo_: what do you mean ? [05:00] !log [05:00] Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too. [05:00] meh_: some of my linux machines have month+ of uptime - rarely need to reboot them === Wug is now known as Wug[Hyperspace] [05:01] meh_: no you cant speed up the boot process, however, linux is very stable and can be run for months at a time without having to shut down [05:01] Dr_Willis_: So would one leave a machine in hibernate or sleep ? [05:02] meh_: neither, just log out [05:02] 01:02:10 up 1 day, 13:15, 3 users, load average: 0.16, 0.29, 0.23 [05:02] I rarely turn off my laptop, I just close it, meh_. [05:02] pfifo_: but I've heard of things to change with grub, and splash, and reading bootcharts. Wouldn't just logging out wear on a machine and use power ? [05:04] meh_: so what if grub changes? it dosent require a reboot, who needs a splash if you never rebooting? keeping your machine warm is better that hot/cold cycles. and if your worried about power make sure to spin down your disks [05:05] meh_: i tend to leave mine runnning.. or powered off.. i rarely use sleep or hibernate [05:05] dr_willis_ pfifo_ interesting. I guess with windows and macs one always shuts down... [05:05] pfifo, i cant figure out how to spin down my disk [05:05] actually i rarely shut down the windows machines either. ;) [05:06] LiENUS: should be in the screensaver settings [05:06] My disks spin down automatically- ive not had to touch anything [05:06] SO who knows how i fix my soundcard thats disabled? [05:06] pfifo, yeah i dunno [05:06] Dr_Willis: does you new ssd spin down XD === ac is now known as Guest31817 [05:06] well at least the external ones do.. Not sure about the internal.. its a SSD ;P [05:06] i dont think my disk can be spun down [05:06] i disabled it by an ubuntu builtin called alsamixer [05:06] pfifo_ what is spin down a disk (sorry, still new to linux and computers in general) [05:06] some intel 335 series 80gb [05:07] meh_: I think it happens by default [05:07] meh_: you dont use the disk for a while. it stops spinning and goes into a parked position [05:07] but when you do go to use it again. it will take a moment or 2 to spin up and may make some noises [05:07] okay. It stops making noise.... [05:08] So other than just not rebooting, no suggestions on reducing startup time ? For example, is it okay to transport a laptop that is not turned off ? [05:08] It gets weird these days when you get a Fanless, SSD based pc going.. with No Noise whatsoever. [05:08] meh_: computers dont use much power anyway when your afk... only when your gaming or mining bitcoins [05:08] meh_: id turn it off befor moveing [05:08] or sleep/suspend/hibernate [05:09] meh_: starting up from suspend is pretty quick [05:09] i only know how to break linux, not fix it :) [05:09] starting up from power off is pretty quick for me [05:09] a few seconds [05:09] Dr wills hello, I want to know if I can make two connections boding or internet services provided by the same company? [05:09] even my netbook boots to xubuntu rather quickly [05:09] But how ? [05:10] I mean, My machine under OSX would start up fast. [05:10] teosanru: 'boding' makes no sence to me. You mean 'BOND' 2 connections into one faster connection? === ponpon is now known as Guest96073 [05:10] not even a seasoned linux professional could enable my soundcard again [05:10] But with xubuntu it takes a long time! [05:10] could be OS-X is cheating. [05:10] ;PO [05:10] I dont use apple hardware [05:10] ssd makes booting instant [05:11] teosanru, your isp would have to support mlppp or something like it [05:11] i need an external USB SSD ;) [05:11] yes Dr wills [05:11] most dont [05:11] yes, if I want to add two internet connections [05:11] Dr_Willis_ Yeah, some things aren't so compatible (ex. webcam due isight firmware) [05:11] there are solutions to take advantage of multiple connections though [05:11] it'll speed up multiple downloads but not single stream downloads [05:11] all newbs like me cant do it... i tried this to enable it.. lspci -v | grep A& -i "audio" [05:11] meh_: I find my windows install only takes a few seconds to show the desktop, but to actually get things going and logged onto freenode takes a few minutes... its definatly cheating. [05:11] usb sticks are pretty high capacity these days, for cheap [05:11] round robin and the like [05:12] pfifo_ true. When xubuntu is ready. it's ready [05:12] meh_: on the other hand, as soon as ubuntu shows the loging prompt its done, good to go [05:12] That said - is 100 seconds normal for startup time? [05:13] meh_: seems average for a slower machine [05:14] lienus, [05:14] I have two internet connections on the same ISP. each of 20 megs and I want to add them as if they were a single Connection, somebody could say if this is possible in ubuntu 13.04? [05:14] meh: Less than two minutes doesn't seem too bad. [05:15] pfifo_ okay [05:15] teosanru, not unless your isp supports mlppp [05:15] you could do something similar [05:15] but it wont give you a 40mb link it'll give you two 20 mbit links [05:15] so you could be downloading two different streams at 20mbit [05:15] but not a single 40mbit stream [05:16] I do not speak English, so I'm using translator slow to respond, I am speaking Spanish. [05:17] i think weechat has a google-translate script [05:17] !es | teosanru [05:17] teosanru: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [05:17] lienus: [05:20] I have two 20 meg connection and I want to add them to get 40 in one PC [05:20] hi lienus === raven is now known as raven1 [05:21] hola [05:21] I'm running server 13.04, and of the life of me I can't understand why my Apache2 install is using /var/www as it's document root despite my VirtualHost directives. There is no reference to /var/www as a DocumentRoot anywhere under /etc/apache2 [05:21] It's kinda driving me crazy [05:21] Hi. Does anyone here think there's a reason that Ubuntu runs differently, as in glitchy, when it's installed via Wubi.exe? [05:22] raven1: many reasons [05:22] reisio, so it's not just me. [05:22] reisio, explain [05:23] ordinarily with wubi you end up with a system that is installed into a _file_ on Windows' NTFS file system === Dean is now known as Guest25910 [05:23] for starters, that is quite a disadvantage [05:23] because NTFS is less effective? [05:24] Or is it just that since it's actually installed inside the windows partition things aren't seamless [05:24] raven1, The designer of wubi themselves said it was a tryout option not for longterm use. [05:24] wilee-nilee, i see [05:25] some have no choice though, so it works for them. raven1 [05:26] So if I want to dual boot, should I install a fresh Ubuntu first, use gparted to free up unallocated space, pop in the windows setup disk, install to the unallocated space, then use easyBCD to reinstate grub [05:26] #ubuntu-es [05:26] hola [05:27] how can one script make another with an echo .. so echo "echo "read me" " >> file or what? [05:27] raven1 that works. Personally I like to install windows first and let Ubuntu setup handle the bootloader. [05:27] afaik it's easier to install windows first, raven1 [05:27] datanet if I do it that way, will windows setup let me make a partition that doesn't comprise the whole drive? [05:28] Roy_Ubuntu_13-04: foo $(foo) [05:28] or will I have to use the windows utility to resize partition [05:28] heh [05:28] raven1 do you have a partition already on the drive you do not want to erase? === Guest74048 is now known as bigtip [05:29] datanet well, yes, actually, though I've resolved to erase it if I have to === bigtip is now known as Guest26253 [05:29] echo $(echo "read this") >> file ??? [05:29] reisio? [05:30] raven1 Windows 7 and I assume 8 installer lets you setup your partitions. So using that you should be able to leave that partition in place. [05:30] datanet the thing is right now I have a mint partition that's 340 gb, and an ubuntu partition that's 117 gb. The one I don't want to lose is the mint partition, but grub is on the ubuntu partition [05:30] Roy_Ubuntu_13-04: oh [05:30] Raven1 and why you need win7? [05:30] Roy_Ubuntu_13-04: just echo 'echo "read this"' >> file [05:30] :3 [05:31] Hey, I'm trying to add a user account on an ubuntu server that can sudo. I've added it to the sudo group but when I try sudo apt-get update it still asks for a password. This user account doesn't have a password. [05:31] So you want to install windows over the Ubuntu partition. You can use EasyBCD or do it manually with a Ubuntu* live cd [05:31] im having one script to make another that also has echo's [05:31] Themoebius set password to that user [05:31] h1n1 eve online. [05:31] raven1 ^ to reinstall your boot partition. [05:31] +1 raven1 :) [05:31] h1n1: it intentionally doesn't have a password - it uses public key authentication [05:32] h1n1 tried it in wine but it doesn't work and plus I have serious hardware and I wanna be able to take advantage of it [05:32] How do I make it so it doesn't require a password to sudo [05:32] ok cool thanks, got it [05:32] themoebius: just because it doesn't need a password to ssh in doesn't mean it doesn't have a password [05:32] themoebius: an account can use PKA and still have a password [05:32] currently on a box with a duel boot windows7/ubuntu installation, going to completely reinstall windows7 (to win8), will probably overwrite the boot sector, what's the best way to recover grub so i can duel boot again? [05:32] datanet, I tried this, but apparently the mint partition is the primary and windows doesn't want to install to a non primary [05:33] Raven1 install windows on whatever partition you have, and use ubuntu live cd and reinstall bootloader [05:33] presonic: https://help.ubuntu.com/community/Boot-Repair [05:33] k [05:33] raven1 ah I see. I'll look around unless someone else knows but I never had to mess with that. [05:33] windows refuses to install on the available partitions [05:33] Raven1 that's sound like windows problem, microsoft should be able to help you ツ [05:33] LOL [05:33] Hehehehehhee [05:34] you need what... two primary partitions, and 20GB of space? [05:34] h1n1 I hope that was a joke [05:34] I always serious [05:34] reisio I need two primary partitions and that's it [05:34] and I guess swap space but I don't even know what that is or how it works honestly [05:34] Themoebius put NOPASSWD in sudoers file of your sudo group [05:35] Ie %wheel ALL=(ALL) NOPASSWD: ALL [05:36] h1n1: right now I have: web ALL=(ALL:ALL) ALL in my sudoers [05:36] I have Ubuntu 13.04 installed. When I run "ls -l" on any directory it gives me the month name in Arabic. Any one can help to make it only English ? [05:36] why does everyone insist that its the "wheel" group? wheel does not exist on ubuntu. [05:36] Because i'm using archlinux [05:36] well this is #ubuntu [05:36] That doesnt mean I cannot help ubuntu ppl ツ [05:37] isn't arch like fedora [05:37] It just an example and pls dont restrict yourself ... Learn linux not ubuntu [05:37] hi - am i in the right place to ask about adding custom widgets to Glade ? [05:37] arch = not debian? [05:37] "what if we reinvent the wheel?" "YES, let's call it sudo!" [05:37] doesn't matter, its #ubuntu so everything here should be Ubuntu support [05:37] Hahahaha [05:38] Raven1 more reading in man sudoers [05:38] Web ALL=(ALL:ALL) NOPASSWD: ALL [05:38] You can try without capital in Web [05:39] how do I add a ppa source to my ubuntu's software center? [05:39] !ppa | Crazyzurfer [05:39] Any one can help, please ? [05:39] Crazyzurfer: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [05:39] crazysurfer sudo add-apt [05:39] crazysurfer sudo add-apt-repository* [05:39] anyone able to help with glade ? [05:39] !addppa [05:39] Since Ubuntu 9.10, a !ppa can be added using a single command « sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details [05:40] hello, again someone can solve my doubt that so I can add two 20 Mb connections in ubuntu 13.04? in order to 40Mb download since I went to the room in Spanish but no one answers. I appreciate your answers [05:40] Does it help raven1 ? [05:41] h1n1 does what help [05:41] Put nopasswd tag in sudoer file [05:41] Oh wrong person [05:41] why do that? [05:41] lmao [05:41] hello, again someone can solve my doubt that so I can add two 20 Mb connections in ubuntu 13.04? in order to 40Mb download since I went to the room in Spanish but no one answers. I appreciate your answers [05:41] I should go back on my weed now [05:41] Sorry for that raven1 ;p [05:42] Brb [05:42] teosanru - it depends on a lot of things - including your router - I don't think that Ubuntu on it's own will bind two 20M connections into a single 40M connection - but a router might be able to [05:42] I didn't think that would help me repartition my drive [05:42] raven1 I'd say use Gparted and delete the Ubuntu partition (After you've backed up what you need) and make a new partition and mark it as primary. [05:42] datanet does gparted let you do that? [05:42] Yes this a problem using old crt monitor [05:42] raven1 Do that if you know how to reinstall the bootloader. Just in case. [05:42] raven1 Yes in the create partition section. [05:43] raven1 You can have up to 4 primary partitions in 1 drive. [05:43] datanet well normally I'd reinstall the bootloader via ubuntu live CD. but if windows is taking up that space then idk. === aaass is now known as aaas [05:43] !grub | raven1 [05:43] raven1: 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/Grub2 === KindOne- is now known as KindOne [05:44] thank you ben64 [05:44] datanet: raven1: i'd say if u going to be doing that get something like system rescue cd , it boots fast and gas gparted and other hdd utils [05:44] Tony, second had read online in ubuntu could be done, but I also say that with a router, that means you would have to buy a router and connect the two connections to the? no more configurations would be needed? === Guest50793 is now known as bigtip [05:45] I have another question [05:45] teosanru - it depends what your router presents to your PC - if your router presents a single connection then you should be ok. [05:46] Does anyone know this. On LM13 I use compiz as my window manager, and it uses metacity as its window decorator. Does it work the same way in Ubuntu 12.04? [05:47] See you guys [05:48] !quit [05:48] https://bugzilla.mozilla.org/show_bug.cgi?id=923590 I hope Canonical agrees with this ticket. [05:48] Mozilla bug 923590 in General "Pledge never to implement HTML5 DRM" [Normal,Unconfirmed] [05:48] why would they... === sergicles_ is now known as sergicles [05:49] reisio: The industry has to be opposed to HTML DRM, it's a nightmareish can of worms [05:50] not any more than drm in general is === deftykens is now known as daftykins === sergicles_ is now known as sergicles [05:57] what would the commands for making another user(lets say john) how can i get john to start openvpn with sudo /etc/init.d/openvpn start -> Type n password -> Change dns > or do this automatically on startup [05:58] HI ubuntu guys! do you have a level 4 remaster tool? === cruiskyph is now known as crispy [05:58] cant find any good material on this, just jabber [05:58] <[SKT]_RORY> thinknow: Put it in a script [05:59] <[SKT]_RORY> thinknow: I might not understand what you're asking though === crispy is now known as kruisky [06:01] thinknow: im confused as to what 'john' needs to do exactly [06:02] thinknow: "man sudoers" - add a rule that allows 'john' to only run the desired commands, with or without a password, as root [06:03] thinknow: you can run commands as specific users at boot time via 'su' in the /etc/rc.local script. [06:03] to allow the user to do the command at any time. that would be the sudoers file :) [06:04] and you would most likely do 'sudo service openvpn start' not the /etc/init.d/whatever start type command. [06:04] thinknow: Alternatively, if what you really want is to have openvpn create a VPN at boot-time as a system service, simply create the appropriate openvpn client connection definition in /etc/openvpn/ and make sure openvpn isn't disabled. By default if installed it will start at boot. See also "/etc/default/openvpn" for defining which configurations to start automatically. [06:05] thinknow: I assume you've already issued the client with an SSL certificate and had the openvpn server's CA sign it, and shared the CA.crt to the client, and possibly the TA.key if you're using UDP (as is the default) [06:07] hi [06:08] hmm moving from amd64 ubuntu to i686 ubuntu seems to have fixed my unity performance problems [06:08] cathode: hi [06:10] LiENUS: Unity runs much better using xorg edgers graphics drivers for me [06:11] kristal, i'm guessing the amd64 drivers for my card either arent working or just have performance issues [06:11] LiENUS: What GPU? [06:12] lspci says an amd nee ATI RS482/RS485 radeon xpress 1100/1150 [06:12] in a bash script how can i remove a folder ONLY if its empty [06:13] Roy_Ubuntu_13-04: rmdir [06:13] so if there is anything in it it wont remove it [06:13] indeed, try it [06:14] LiENUS: I doubt it [06:15] reisio, doubt what? [06:15] how could i protect aginst if on a system there is an alies .. a-lee-es .. cant spell .. that would do rm -R for just rm [06:16] LiENUS: it has anything in particular to do with the arch [06:16] reisio, performance under i686 is far better than the same install under amd64... [06:16] hey guys any suggestions on what I should run to use ubuntu as a MS RDP terminal server? [06:16] Roy_Ubuntu_13-04: rm -- [06:16] Roy_Ubuntu_13-04: probably [06:16] let's test it [06:17] What is more stable lts or 13.10 [06:17] lts [06:17] Roy_Ubuntu_13-04: nope :) [06:18] Roy_Ubuntu_13-04: using the full path should suffice [06:18] well reisio so what was the outcome [06:18] $(which rm) [06:19] but I'm not sure you should really bother [06:19] if people do silly things like alias core utils on their end, that's their problem [06:20] this is a script that needs to be very carefull with the data, and the data will be going between machines [06:20] in the future anyway [06:21] there's not any amount of carefulness that can account for people doing stupid things with their system [06:21] if you want to be that careful, just prompt them for each deletion [06:23] see when it comes to deleting , if there is anything, they will not want to delete it, and be warned to take sertin mesures before using this script, but if the folder is empty then its fine to delete [06:23] reisio^ [06:24] it's hard to imagine someone being upset over the removal of an empty directory [06:24] which is all rmdir does [06:25] I run 'rmdir *' regularly enough in various places, just to get rid of empty dirs [06:25] no if empty they will not be upset, but if there is a single file in the dir, they will be pissed off [06:25] well then it wouldn't be empty [06:25] and rmdir would fail [06:26] <[SKT]_RORY> gg === [SKT]_RORY is now known as Rory === Asus is now known as Guest52097 [06:27] I have a geforce GTX 560 TI, how easy will it be to install the drivers on ubuntu 12.04? [06:28] theres a reason to have backups of everything ;) [06:28] CcCom: you'll probably get a popup immediately after installation, click, click, done [06:29] although you might be happy with the default drivers [06:29] CcCom: its not part of a dual gpu optmims system is it? [06:29] reisio is there a way to force rmdir to remove a non-empty dir, and if so, what if for some reason they have an alias to do so, i want to guard aginst that [06:29] Roy_Ubuntu_13-04: nope, removing empty dirs is its sole purpose [06:30] if they've aliased rmdir to remove non-empty dirs, they deserve what they get [06:30] is there a way to guard aginst it thow [06:30] sure === mars is now known as Guest46410 [06:30] but it wouldn't be worth it [06:31] can u tell me [06:31] Roy_Ubuntu_13-04: You can't stop people deleting files they have permission to delete [06:31] use $(which rmdir) instead of just rmdir [06:31] or \rmdar [06:31] \rmdir [06:31] for the reason thats a bit much to explane, there is a good reason [06:32] sounds like a terrible script [06:32] thanks Rory [06:33] its an awesome script, and respectfull of the data on other machines [06:33] :) [06:33] Roy_Ubuntu_13-04: Then it should check if the directory is empty [06:34] the whole thing seems extremely hacky. you've been asking basic bash stuff in here for hours [06:34] then how to do that, thats what i wanted to do, only remove a dir ONLY if its empty [06:34] everything from "how to get a user's home directory" to "rmdir" [06:34] you should find a better way to do what you want [06:34] Ben64: +1 === aaass is now known as aaas [06:35] Roy_Ubuntu_13-04: Rather than asking specific question about your script, why don't you tell us what your overarching goal is here? [06:35] i mean, i've made my own terrible scripts too, but they are only used by me, not random people [06:36] well my script will only be used by my friend, but may be used on random machines, no people [06:36] Roy_Ubuntu_13-04: What does your script do? [06:37] you could ask in #bash [06:37] my friend has very private data that is protected with ecryptfs....... [06:38] imagine that, private data that's encrypted :p [06:38] so a rickety bash script is the answer? [06:38] Roy_Ubuntu_13-04: What does your script do? [06:38] and the "Private" , ".Private" , ".ecryptfs" folders are on a usb drive, not in the home dir ............... [06:39] Rory lets say you use ecryptfs as well do i ........ [06:40] Roy_Ubuntu_13-04: What I use doesn't affect what you need to do. What does your script do? [06:41] well i bring my drive over and u let me use your pc, so i plug my drive in and run the script, then use all my private data from usb, and not harming yours [06:41] all behind the seens so no smarts are needed at all [06:42] ...Someone else do this one please [06:42] thought he had it almost done. ;) [06:43] its for my friend that will likely in the future just maybe run into that saniro, and i want to protect his data and his friends from clashing, or between a new and old pc he may have [06:43] Roy_Ubuntu_13-04: doesn't seem like an ubuntu issue anyway, see if #bash wants to touch it [06:43] better tel him to keep backups of tht data somewhere else unencrypted just in case [06:44] Hey guys [06:44] facing problem while extracting rootstrap: in scratchbox [06:44] how to solve [06:44] this issue [06:44] I have an "Error BrokenCount > 0" [06:45] Ubuntu kindly tells me to run apt-get install -f [06:45] but that throws even more errors. [06:45] well if \rmdir will stop any alias and use the default, i can work with that ? [06:45] pastebin the whole session/errors fancyfetus for the chanel to see [06:46] fancyfetus: try to run in sudo mode [06:46] Roy_Ubuntu_13-04: asking for trouble [06:46] http://pastebin.com/7L5R9hAs [06:46] Ben64 so what command doesnt delete, but checks to see if a folder is empty [06:47] has anyone faced this rootstrap issue [06:47] http://stackoverflow.com/questions/6162903/temporarily-disabling-an-alias-quoting-a-word-with-a-backslash [06:47] Roy_Ubuntu_13-04: again, try #bash , this is not really an Ubuntu problem [06:49] Dr_Willis, let me know if you need any additional information [06:51] fancyfetus: it dosent seem to like your video drivers package. how have you installed the fglrx drivers in the past? [06:51] dpkg: error processing /var/cache/apt/archives/fglrx-updates_2%3a9.012-0ubuntu1_amd64.deb (--unpack): [06:51] subprocess new pre-installation script returned error exit status 1 [06:52] Dr_Willis, I'm having issues with my current Xorg drivers, so I went to the additional drivers section and selected the fglrx driver [06:52] perhaps remove/reinstall the package in question [06:52] then it installed that. [06:53] or it could be it has some other issue with the package it says "One or more files have been altered since installation." not sure what thats really saying in this case [06:53] unless some other package has altered files in that fglrx-updates package files [06:53] Xorg is giving me a weird problem. I'm programming something that uses openGL. When I close the program. I get a blackscreen with a blinking cursor and a second later, I'm back at the login page. [06:54] X is crashing sounds like. [06:54] and lightdm is restarting it [06:54] Okay, so I'll try removing fglrx-updates [06:55] Okay it tells me which packages have unmet dependencies [06:55] http://pastebin.com/7L5R9hAs [06:55] oops... ignore that. [06:56] fglrx-amdcccle-updates <- has unmet dependencies [06:57] hi [06:57] mooo [06:58] Dr_Willis, okay, i removed the package with unmet dependencies [06:58] Which graphics driver should I use? [06:58] I have a Radeon 6400M series with HP switchable graphics [06:58] the only real options are the open sourced ones of the proparity fglrx ones [06:58] or the ... [06:58] I have no idea on how switchable gfx works on ati. I avoid ati whenever possible === aaass is now known as aaas [06:59] There are a lot of realy long, really hard to follow tutorials around... [06:59] nvidia and switchable gfs - uses bumblebee - no idea wht the ati-equilivent is [06:59] AMD uses Catalyst [07:00] but the stitchable part - may be the core of the issue. [07:00] since that uses intel+the other chips [07:00] switcheroo? [07:00] I don't really follow it === Kitar|st_ is now known as Kitar|st [07:03] how can have the script expect a certin reply and if it dont get it then dont continue... Are you sure you want to continue, If so please type "yEs" anything else will cancel [07:03] hello everyone [07:03] Roy_Ubuntu_13-04: ask #bash [07:03] sarvsav: hi [07:03] reisio: hi [07:04] i have a doubt, [07:04] Roy_Ubuntu_13-04: you may want to go read the 'advanced bash scripting guide' it covers verything you have been aking about [07:04] !abs | Roy_Ubuntu_13-04 [07:04] Roy_Ubuntu_13-04: Advanced Bash-Scripting Guide, obtainable with ${package-manager} install abs-guide, is a quick and comprehensive guide to bash (command line) scripting in *nix systems. It is also viewable via web at http://tldp.org/LDP/abs/html/ [07:04] I just started using dwb instead of firefox and I want to check that is has the same level of security as the major browsers, cant seem to find any info on the subject. [07:05] my question is : i have a machine with no X11 environment as server, and on that i have configured X11 forwarding on, and i have a client with X11 environment running ubuntu [07:05] rubic: it has a webkit backend [07:05] If i start the ssh session with my server, as ssh -X user@server [07:06] and gives gedit command . will it work? [07:06] sarvsav: it should [07:06] i always get -x and -X backwards ;) [07:06] on my client or local. [07:06] easy way to find out [07:06] it runs on the server. but is displyed on your local [07:06] so 'client or local' makes no sence to me ;) [07:06] rubic: uh, webkit being that which is used by Safari (primary Mac OS browser) and Google Chrome :) [07:07] hallo [07:07] rubic: and also basically KDE's Konqueror [07:07] ssh to server, run xterm, see if you get a xterm poping up [07:07] rubic: should be pretty fair [07:07] Meh: 'lo [07:07] jemand da? [07:07] deutsche? [07:07] reisio: and does that manage pretty much all of the web browsery bits (https, cookies, etc) not just rendering? [07:07] !de [07:07] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [07:08] rubic: pretty sure, yeah [07:08] rubic: uses libsoup, too, popular lib [07:08] Ah, thankyou very much. :) [07:08] rubic: if it had known security issues, it wouldn't be in the repos [07:09] yeah fair enogh [07:09] enough* [07:15] how to know if my processor is 32 or 64? [07:15] any known security issues.. would be like a bug.. and be hopwfully getting worked on. [07:15] now an unknown security issue.... [07:16] hp_: i seem to recall a flag in cat /proc/cpuinfo [07:17] http://askubuntu.com/questions/133111/how-can-i-check-if-my-cpu-is-amd64-compatible/133123#133123 [07:17] hp_: grep ' lm' /proc/cpuinfo [07:18] !List [07:18] workstation6: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [07:18] grep ' lm' /proc/cpuinfo &> /dev/null && echo "yo dawg, it's 64-bit" [07:19] willis@1001PXD:~$ lscpu [07:19] Architecture: x86_64 [07:19] My netbook is 64bit ;) it seems [07:20] reisio:http://www.picpaste.com/Screenshot_from_2013-10-05_09_19_14-hyk8jQTO.png [07:20] most things are, anymore [07:20] hp_: grep produces output if it finds the string you tell it to look for [07:20] dual core - such raw powar in a netbook. ;) yea.. right.. heh [07:20] hp_: so it found ' lm', which means your processor is 64-bit [07:21] so i can download ubuntu 13.10 46 bit? [07:21] 64 [07:21] hp_: 64-bit yes, go get it [07:21] Dr_Willis , reisio thanks [07:21] hp_: unless its a real old machine.. id bet its 64bit [07:21] Hello!!! [07:22] arm is the future for netbooks [07:22] Dr_Willis:its core 2 due 2.1 GHz with 2 GB ram [07:22] arm is supposed tobe becomign 64bit i belive also.. but we will see what happens [07:22] i cant keep up with hardware news :) its just to much [07:23] I have an issue, My pc has Windows 8 on it. I created a ubuntu usb 12.04. I booted up the computer and installed ubuntu. But when it finished and restarted windows loads up, it doesnt give me the two options. Can anyone help please. [07:23] either way it won't be x86_64, obviously [07:23] netbooks may not have much of a future. :) [07:23] they have a future [07:23] well you can stop calling then netbooks, but that's pretty much what a tablet with a keyboard is [07:23] Good evening or morning :-) [07:23] but they'll be called laptops or ultrabooks [07:23] The ARM cortex A57 is due out shortly, from AMD [07:23] !fixgrub | CcCom [07:23] CcCom: 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/Grub2 [07:24] UltraUberbooks [07:24] how can i know if my video card VGA is 256 or 512? [07:24] it's unlikely to matter [07:24] ifconfig [07:24] hp_: lspci [07:25] hp_: Try this: sudo lspci -vvvnn -s $(lspci -nn | grep VGA | cut -d" " -f1) | grep 'Memory.* prefetchable' [07:26] joufflu:http://www.picpaste.com/Screenshot_from_2013-10-05_09_25_33-9hcdw7Zt.png [07:27] TJ:Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M] [07:27] hp_: if you put a space after the :, people can click the link [07:27] hp_: That last part suggests it is 256MB [07:28] TJ: OMG is it powerful card? :( [07:28] it's onboard [07:28] so not particularly [07:28] but that doesn't mean it won't wholly satisfy you [07:29] Reisio:can i increase it to 512 VGA? [07:29] anyway thank you guys .. you are alwayes smart,honest and experts [07:30] hp_: wait for there to be a problem to fix before you fix it [07:30] i dont understand reisio [07:30] I don't understand what your concern is [07:31] hp_: 256MB is more than enough for most requirements! I run dual 1920x1200 screens on my laptop with that [07:32] my last question .. i'm core 2 due, 2GB ram and 256 VGA .. which will be faster on my machine? ubuntu 32 or ubuntu 64 with less problems? [07:32] hp_: i doubt if you will notice much differnace either way [07:33] i stick to 64bit on all my machines [07:33] 64bit can be faster, but only if the applications are optimized that way [07:33] ty Dr_Willis [07:34] ty xyzone [07:36] hp_: there's no particular reason to not use 64-bit software if your processor is 64-bit [07:37] first time i know i can use 64 bit .. so happy with that ^_^ [07:37] why would you be happy you could use something you appear to know nothing about ? [07:38] can i ask a question about some mounting trickerory [07:38] you could have just tried a 64bit usb ;) [07:38] ask and see who can answer Roy_Ubuntu_13-04 [07:42] I have lubuntu 13.04, if I install XFCE will it be the same (or close to) as installing the whole xubuntu dist? I like how fast lubuntu is but I don't like the way it looks [07:42] havv: basically the same [07:42] havv: http://www.psychocats.net/ubuntu/purexubuntu [07:42] carcinogen75: hey... fix your connection :p [07:43] install the xubuntu-desktop package and have both havv [07:43] not mounting partitions or images... but and example... on your desktop you mkdir abc && mkdir xyz && touch abc/a && touch abc/b && touch abc/c .... and the same with x,y,z inside xyz ..................... [07:43] hi all [07:44] and mount abc onto xyz, so when in xyz you will see a,b,c .... and when u un-mount you will get xyz/x,y,z back [07:44] reisio: i'm trying reinstall my video driver and rebooted some times. sorry [07:44] would somebody try to compile this agere modem source package for me please [07:44] How do I see which version of xorg i have installed? [07:44] in xubuntu desktop, can I create shortcuts to directories? because this pcmanfm won't let me [07:44] and how to I reinstall it? [07:44] http://linmodems.technion.ac.il/packages/ltmodem/11c11040/agrsm-11c11040-2.1.80-20110811.tar.bz2 [07:45] Roy_Ubuntu_13-04: what are you talking about ??? you're doing mkdir - then talking about mounting that directory [07:45] Roy_Ubuntu_13-04: when you mount a filesustem over a directory with files.. you wont see the files again, untill uouu unmount the filesystem [07:45] havv: you can always use ln -s from the cli [07:46] i know thants perfict, but can u do it from folder to folder not being an image or partition [07:46] fancyfetus: dpkg -l | grep -i xorg [07:46] fancyfetus: X -version [07:46] Roy_Ubuntu_13-04: you can bind mount, but why don't you explaing the REAL problem [07:46] Roy_Ubuntu_13-04: from folder to folder Huh? You Mount a filesystem to a a directory. [07:46] reisio, any idea how to reinstall it? [07:47] hey can I get a good command line book for linux that has the FUNCTIONAL defination only [07:47] or at least verify that the current install isn't broken? [07:47] Roy_Ubuntu_13-04: if you want folder1 to point to folder2 - you can use a soft link for that [07:47] apt-get has a --reinstall option or something, IIRC, but I doubt it'll help [07:47] user__: you search the books contents, that is nothing to do with ubuntu [07:47] user__: ? [07:47] user__: what do you mean by 'functional' [07:47] user__: or use the "man" page [07:47] I mean only the usefull definations [07:48] and whats usefull defined as in this case? [07:48] user__: search books contents then, go to a library, it's not really an ubuntu issue [07:48] try wikipedia.org [07:48] sdkjfguiasdhnf [07:48] Dr_Willis ikonia , that way i dont have to worry about checking to see if stuff exists already using soft link, if i could do that i wouldnt have to delete existing to make soft link [07:49] ok [07:49] Roy_Ubuntu_13-04: im not clear on what you are doing. and you really should check that stuff exists as part of good practice in programing [07:49] Roy_Ubuntu_13-04: wht you are saying, makes no sense, please explain the REAL problem [07:50] hey are here all humans [07:50] user__, Nah, I'm an alien [07:50] Roy_Ubuntu_13-04: you can mount over a mount point with no extra steps [07:51] not a problem, making a solution / convenience, making something portable that isnt ment to be [07:51] just joking [07:51] Roy_Ubuntu_13-04: there must be a problem if you are making a solution, for there to be a solution, there must be a problem [07:52] however as you don't want to explain the real problem, we can't help, as your example means nothing [07:52] or course there maybe ways to allready do whatever it is you are needing to do ;) === CyberJacob|Away is now known as CyberJacob [07:54] the problem is my friend aint that smart when it comes to cli related stuff, and he wants his ecryptfs portable among other machines, and just for the sake one of his friends should use it to and he uses the friends machine, i dont want any one to have to worry about any data coliding, im making a script [07:55] Roy_Ubuntu_13-04: well, calling your friend "not smart" seems pretty foolish when you re also asking "how do I do it", secondly, moving around an encypted volume like that and the key is unwise, so I'd suggest your friend grows up and stops encypting it unless it's top secret data [07:56] he is a retired cop so.... [07:56] Roy_Ubuntu_13-04: that means nothing [07:57] any way do u get what im doing [07:57] Roy_Ubuntu_13-04: I've given you my advice. [07:58] http://askubuntu.com/questions/103835/securely-automount-encrypted-drive-at-user-login [07:58] im doing it the best way for any thing he could possibly encounter in the future and still be covered and can access his data with no knowledge on how to manually fix it [07:59] not the hole drive, just one folder [07:59] Roy_Ubuntu_13-04: use a hardware encypted USB [07:59] if the data is that important [08:00] Roy_Ubuntu_13-04: You can achieve the 'see abc in xyz' using overlayfs [08:00] can u tell me more about overlayfs [08:00] i wonder how much the encryptedfs stuff depends on ubuntu version.. be really bad if a new rleease totally broke it. [08:01] Dr_Willis: this is why I'm saying a hardware device that is totally self enclosed, and actually doesn't cost much more than a USB device [08:01] Roy_Ubuntu_13-04: As for multiple users having access to an encrypted file-system, if you use LUKS, then there are 7 key-slots for pass-phrases or key-files to unlock it. [08:01] just depends on ecryptfs-utils [08:03] multiple users having access to the external HDD but only him to just one folder [08:04] Roy_Ubuntu_13-04: Arrange the mount-points correctly and that is entirely possible [08:04] TJ- can u make an example [08:05] Roy_Ubuntu_13-04: I build laptops that have LUKS-encryped GRUB boot partition, separate LUKS-encrypted LVM VG containing multiple LVM logical volumes, each of which can be LUKS-encrypted, with ecryptfs used on user home directories. The keys can be shared or entirely separate, pass-phrase and/or key-files, etc. [08:05] the folder paths im wanting to mount to each other are not the mount point to a fs, but folders with in 2 different fs's [08:06] Roy_Ubuntu_13-04: sounds like a job for overlayfs then [08:07] i dont see a command called overlayfs, can u tell me more? [08:07] Roy_Ubuntu_13-04: it isn't a command, it is the Overlay File-System (FS) [08:07] Roy_Ubuntu_13-04: if this is the level of your research, I again STRONGLY advise you not to go down this path [08:07] would this require a format? [08:08] Roy_Ubuntu_13-04: sounds like you're overcomplicating something [08:08] Roy_Ubuntu_13-04: what exactly are you trying to do? [08:09] Roy_Ubuntu_13-04: if you install the package "linux-doc" you'll find details in "/usr/share/doc/linux-doc/filesystems/overlayfs.txt.gz" [08:09] i wish i could use voice [08:09] gordonjcp: He's trying to encrypt a flash drive [08:09] just one folder on the external usb HDD [08:09] aha! [08:09] Roy_Ubuntu_13-04: https://help.ubuntu.com/community/FolderEncryption [08:09] and have it portable among different machines [08:10] Roy_Ubuntu_13-04: okay, create a file containing the filesystem, and make an encrypted fs *in the file* [08:10] Roy_Ubuntu_13-04: read about "loopback filesystems" [08:10] Roy_Ubuntu_13-04: make the folder a mount-point for an ecryptfs volume, or make it the mount-point for a full encrypted file-system (either contained in a file or a raw partition/LV) [08:12] of those thats replied, who uses ecryptfs? and ill make an example [08:12] Roy_Ubuntu_13-04: If it has to be truly portable to other Ubuntu/Debian PCs, then you might consider placing the package .deb files for the encrpytion support on an unencrypted part of the device so they can be installed even if the target device has no network connection, and doesn't have the packages installed already. [08:13] just buy a small hardware encypted usb device, [08:13] remove the risk, remove the lack of needed skillset, [08:13] That's actually a really good idea [08:13] Roy_Ubuntu_13-04: My advice is, build some small test-cases and try them out, then decide which meets your requirements best. There's nothing better than experimenting, and comparing different solutions [08:13] remove the dependency on the OS [08:15] how do you typw in the password on an hardware encrypted usb? ;) a little bitty keyboard? [08:15] how do I add new mimetype in ubuntu? [08:17] i got to go for a while [08:18] encfs was doing something my friend didnt want, and i discover an exploit, he didnt want it [08:19] Sounds like pen and paper would be more secure :p [08:19] and cryptkeeper would not work, the gui [08:19] and if it has been patcched/fixed.. it wouldent matter [08:20] I have a program called racket that I need to associate with .rkt files. How can I do it? [08:20] So how can I add a mimetype for it? [08:20] it hasnt, i could get hold of your machine and make the os open up the encfs even after u make it not auto do it [08:21] Roy_Ubuntu_13-04: I find that hard to believe [08:21] well i saw how to do it [08:24] he wants his system on auto login cause of GF and kids, and once i figure out how to now make it auto mount in login, if u knew the system, its an easy undo, and its back on auto login [08:24] make it Not* [08:24] on log in [08:38] one of my friends have bad blocks on her hdd, can she repair or mark those sectors using e2fsck? [08:38] i was thinking fsck does that automatically. but id be making backups regullary [08:40] yep, fsck does that. but it can only cover a few badblocks. and when badblock come up, most times it is not long until there are too many bad blocks [08:41] bad blocks is an indicator if impending failure. Check the SMART log using package "smartmon-tools" and "sudo smartctl -a /dev/sdX" [08:41] thanks k1l_ [08:42] recently installed ubuntu. magnet link doesn't point to transmission. there aren't even any programs in the 'choose app' list even though transmission is installed. don't know where transmission is on the computer? when i go to firefox preferences / applications, magnet is not in the list so......? [08:44] checked at askubuntu.com yet? i think magnet links worked for me but they loaded into ktorrent [08:44] yes, she used smart tools and she found almost 63 bad sectors... i suggested her to use:e2fsck -c -f -p /dev/device it's a good idea? [08:45] http://askubuntu.com/questions/122930/how-to-make-firefox-open-magnet-links-in-transmission [08:51] xpdf seg faults whenever I try to open a pdf in 13.04 [08:51] is this a known problem? [08:55] check bug reports? [08:57] Dr_Willis, oh that's clever.. the automatic crash reporter told me it was a duplicate [08:57] https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/943195 [08:57] Ubuntu bug 943195 in xpdf (Ubuntu Raring) "xpdf.real crashed with SIGSEGV in GooHash::hash()" [High,Triaged] [08:58] goohash ;) [08:58] Dr_Willis, amazingly it is just completely broken and they haven't fixed it yet! [08:58] you might have thought this was high priority for someone :) [08:59] i dont think xpdf is the default pdf reader app [08:59] It isn't, that would be a hilarious showstopper if it was [08:59] "Ubuntu PDF reader doesn't do its one job" [09:01] honestly - i rarely read pdf's - about the only pdf i recall reading last time was a MagPi Issue. and they got it in other formats now. [09:01] im not even sur what Sigsegv means. [09:03] memory segmentation fault. [09:03] Either that application is broken, the pdf does weird things in xpdf, or the RAM of the computer is defective. [09:05] or all of the above. ;) [09:05] yeah but only one at a time [09:07] i try to install nvidia in ub 12.04 and after all steps i recevi this on terminal WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf' root@bibi:/home/bibi# can you help me [09:07] I would have sworn the default was evince === pasha is now known as Guest11198 [09:08] bibi_: Whats the problem with "I cant find a file, I will create it."? [09:08] hi ev [09:08] any body from ukraine [09:08] I dont need a xorg.conf file for my nvidia systems bibi_ [09:09] bibi_: it made a new xorg.conf file - so whats the issue bibi_ ? [09:10] what is better ubuntu or windows [09:10] !ot|Guest11198, [09:10] Guest11198,: #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! [09:11] Guest11198: minix [09:11] That is impossible to answer. What do you want from your computer? [09:11] i can't set the nvidia driver i [09:11] ok thanks ubottu [09:11] bibi_: all i ever do is instgal the nvidia driver. reboot. run nvidia-settings to tweak them [09:12] wahat is this room for ubottu [09:12] what [09:12] !bot | Guest11198 [09:12] Guest11198: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots [09:12] !bot | Guest11198 [09:12] Guest11198, look this is easy. ubuntu is free to try. do so. if you like it, install it. if not, use windows. [09:13] i have them both cfhowlett [09:13] Guest11198: and your ubuntu related support question is wht exactly? [09:13] how i run the nvidia settings? [09:13] * cfhowlett ... facepalms into his keyboard ... [09:13] bibi_: 'nvidia-settings' from a terminal is one way [09:14] You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. [09:14] i like more ubuntu interface security usage but gaming is much easier on windows but im still discovering ubuntu if you know any tricks tell me [09:14] bibi_: Then do it. [09:14] !steam|Guest11198, [09:14] Guest11198,: Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [09:15] streamOS [09:15] !manual | Guest11198 [09:15] Guest11198: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [09:15] stream is on ubuntu already [09:15] ok thank you veryy much [09:16] thats nice [09:16] geektech713, yeah, seems that factoid is a bit dated. [09:16] oh ok [09:17] same Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf' [09:17] bibi_: And whats the problem with that? [09:17] damm i love to buy a gaming pc ho got one tell me about it [09:17] Guest11198: thats not related to ubuntu. [09:17] if it says the nvidid drivers are not in use.. they may have failed to install [09:17] Guest11198, you are seriously offtopic. please to go the other channel. thank you. [09:17] !ot [09:17] #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! [09:18] ohh soryyy this chat is for questions related to ubuntu [09:18] now my nvidia is not working [09:18] ok im veryy soryy i didnt know that by [09:19] i want to see the settings for nvidia but said i am not using xorg [09:20] Guys. I've been trying to access my keyboard and mouse after installing Ubuntu 12.04 and 13.04. I have mouse during install and keyboard as well. Keyboard works after installation during grub. When X Windows starts there is no reaction what so ever on mouse nor keyboard. Keyboard is Logitech K800 (Wireless through Unify), mouse if USB-cable Logitech G500. The wierd thing is that both mouse and keyboard works on eOS (which is based on [09:20] ...and of course Windows. [09:22] Susning: Are they connected via USB, or some other bus? [09:22] bonjour... J'ai un souci. Je suis nul en info et je n'arrive pas à installer un navigateur internet sur mon vieil ordi. A chaque fois il me répond "le téléchargement des paquets a échoué, veuillez vérifier votre connexion... [09:23] I've seen many others talking about issues overall with Logitech Unify keyboards. I don't know why the mouse which is usb-cable hassles though. The thing is most solutions I see seems to involve having other mouse/keyboards available, which I don't. [09:23] Check to make sure hardrive are first boot priority, remove all flash and exernal disks [09:23] !fr | alexia [09:23] alexia: Nous 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. [09:23] Hmm. Unifiying keyboard and mouse have neer given me issues. [09:24] theres even a unifying config tool now called.. 'solaar' [09:24] Dr_Willis: Ok. No it doesnt either, in any other OS/distro. Just Ubuntu 12.04 and 13.04. [09:24] i try to restart x server and now my rezolution is 800x600 can you help me please [09:24] I have logetech are famous for losing signal [09:24] Im on 13.10 here. ;) [09:24] Dr_Willis: Yes but I'm a bit from that since I can't login, can't write nor control mouse, and CTRL+ALT+F1 does nothing. [09:24] you have to sync them back all the time [09:24] Susning: try booting to text mode if it works in the grub menu [09:25] Cant say ive ever had to sync any of mine. 2 unifying keyboards. 3 mice. [09:25] well one keyboard is that one that has a touchpad also. :) i like that one. [09:25] mine can't sync, there are no buttons for syncing. [09:26] Dr_Willis: What should I do if I'm in terminal mode then? [09:26] ...if i get there. [09:27] Which of these two filesystems are better/more compatible with Xubuntu 12.04: NTFS or exFAT? [09:27] I ask because those are the only two options I have when it comes to reformatting my Ext HDD. [09:27] discobiscuit, default is ext4 - suggest you go with that [09:27] id enable the ssh server so you can get in via ssh later - when the thing acts up so you an check out the logs and hopefully trouble shoot it better [09:27] For an external HDD? [09:27] discobiscuit: what are you formating it with? [09:28] No don't recommend ext4, if you are going to share with Windows [09:28] It's plugged into my Windows (7 Ultimate x64) machine right now. [09:28] shareing with windows - use ntfs normally. [09:28] discobiscuit: windows dosent know any othe rfilesystem then ntfs, and vfat. :) [09:28] It's a 500GB Seagate Ext HDD. I use it to read/write files to and from Xubuntu AND Windows 7 [09:28] discobiscuit: so use ntfs if you need it wo worh with windows [09:28] Okay. [09:29] If that is all it will be for use NTFS, for stranger things like playstations and alike use fat32 [09:29] Windows will only let me format it to NTFS or exFAT. [09:29] and exfat is vfat. [09:30] fat32 [09:30] i think. ;) [09:30] oh, lets use gparted for fat32, but I believe ntfs should fill your needs [09:30] I thought FAT32 has a size limit though? [09:30] it does 4gig file sizes [09:30] Dr_Willis: If that is needed to be able to use my hardware to first boot after installation I guess Ubuntu isn't for me yet. Thanks. [09:30] Because it's a 500GB Ext HDD. [09:30] ok, i had been http://askubuntu.com/questions/122930/how-to-make-firefox-open-magnet-links-in-transmission but missed the footnote to make changes in about:config. The instructions are for karmic, i'm using 12.04.3 with the package firefox. i put in those about:config lines, reopened firefox but magnet is still not in the list under preferences/applications ? [09:31] Susning: ive had no issu with my logitech stiff. if you dont want to touble shoot.. well have fun. [09:31] munstereth, magnet isn't an application. the app you want to ASSIGN to magnet is transmission [09:33] Dr_Willis: At least I need to put it of for another occation. I have no other machine then my phone to connect through SSH. I've used Logitech stuff before on Ubuntu. Which I had more hardware here but now I'm kind of stuck. I actually did a rescue boot to try to choose terminal mode and the keyboard stops reacting there as well. [09:33] I have keyboard interaction at grub, but after grub, it's dead. and it was after that i came to the meny to choose terminal console. [09:33] but how to do that? that link suggests you can by finding magnet under applications...? [09:33] Susning: You did try the basics things like putting it in a differnt port? [09:33] good day to all [09:34] Dr_Willis: Yes, all other ports, waited for different amount of time etc. [09:34] munstereth, firefox>edit>preferences>content type>magnet>action: use transmission [09:34] Susning: you might want to check askubuntu.com also. there may be some known issues and work arounds [09:34] hi [09:34] Susning: That is usually an indication that BIOS is providing legacy USB service (which GRUB calls upon) but after the OS has loaded a suitable driver isn't there, or the USB hub/device has failed to configure correctly [09:34] Dr_Willis: What really baffels me it that eOS works which is based on 12.04 and should have pretty much the same hardware support as i understand it. [09:35] Susning: the kernel version and X version are the critical bits. could be theres just some quirky bug going on [09:35] TJ-: That is how I understood it from reading, as well. [09:36] Dr_Willis: TJ- I could install 13.04, or 12.04 - and reach those partitions from a live cd. if there is something i could edit, some config file or so. [09:36] hello people I use Ubuntu 13.04 but doesnt recognise my USB pendrive [09:36] I'll be back later regarding this. Of course Dr_Willis I should put some time in looking for the solution before giving up. [09:36] Thanks for now. bbl [09:37] bbl. [09:37] stie cineva cum instalez nvidia am rulat ca root xconfig si am rezolutia de 800 si nu stiu ce dracu sa ai mai fac [09:37] content type?....i have content [09:37] bibi_: we dont understand you, I guess :) [09:38] !paste [09:38] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [09:39] hello people I use Ubuntu 13.04 but doesnt recognise my USB pendrive [09:39] !ro | bibi_ [09:39] bibi_: Daca doriti ajutor sau doriti sa discutati despre Ubuntu/Kubuntu/Xubuntu, intrati pe #ubuntu-ro [09:39] bekks i try to open nvid settings and ask me to run nv xconf as a root,i did that and now th resolution is 800x600 [09:40] ArielX_: Unplug it, wait 10s, plug it back in, wait 10s, and then pastebin dmesg please. [09:40] ArielX_: put the last ~50 lines of "dmesg" into a pastebin after you plugged it in your computer [09:40] cfhowlett: content type ? [09:40] !paste | ArielX_ [09:40] ArielX_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [09:40] "nv xconf"? [09:40] munstereth, http://imagebin.org/272813 [09:41] nvidia-xconfig [09:41] munstereth, sorry. seems I left "Applications" out of the mouse click string [09:41] munstereth, you need to assign an app to the magnet [09:41] munstereth, browse to it, and click the app [09:43] magnet is not in the list under apps though? [09:43] munstereth, you launch the magnet, it asks you for an app to assign it to [09:44] bekks can you help me? [09:44] no apps in that list to choose from either but transmission is installed [09:44] munstereth, you then browse to the app Transmission, and assign Transmission ot the magnet [09:44] bibi_: How did you install your nvidia driver? [09:44] from terminal [09:44] munstereth, browse to it [09:44] bibi_: How? [09:45] bazhang: no apps in that list to choose from [09:45] I have to fresh install windows and ubuntu again. I have 2 partitions on the primary HDD. One for Win and the other for ubuntu. Can I go ahead with the Win Installation?? [09:45] does it give you the option to search folders? I have had this happen before? [09:45] A1Recon, sound legit. [09:45] with this sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings [09:45] A1Recon: sure. [09:45] !who [09:45] 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 :) [09:46] bibi_: Why did you use that PPA? [09:46] A1Recon: i would at least make 2 partitions for ubuntu. 1 for /home and 1 for /. and you should consider having a /swap if needed === insulamsimia is now known as islandmonkey [09:46] http://paste.ubuntu.com/6195776/ [09:46] i fiind on ubunt http://askubuntu.com/questions/192025/ubuntu-12-04-terminal-only-after-nvidia-driver-upgrade [09:47] !ppa | bibi_ [09:47] bibi_: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [09:47] bibi_: Thats why you should not use PPA. [09:47] k1l_http://paste.ubuntu.com/6195776/ [09:48] k1l_: http://paste.ubuntu.com/6195776/ [09:48] what can i use? [09:49] bibi_: Do not use the PPA. I suggest uninstalling it again. [09:49] !ppapurge | bibi_ [09:49] bibi_: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [09:50] sudo apt-get --purge remove nvidia-* [09:50] bibi_: Read the links given please. [09:52] k1l_ : http://paste.ubuntu.com/6195776/ [09:53] Hey can I install 64bit win 8 in a PC with 32-bit processor? === mads is now known as madsul [09:53] When I click on the magnet link to launch an app to download, there are no apps in the list to browse through. following the instructions here http://askubuntu.com/questions/122930/how-to-make-firefox-open-magnet-links-in-transmission, to here http://imagebin.org/272813, magnet is not in the list. The suggested adjustment to about:config as per here http://ubuntuforums.org/showthread.php?t=1416277 has no apparent effect on the situa [09:54] A1Recon: Obviously no.$ [09:54] A1Recon: a 32bit processor is not capable of 64bit. [09:54] OK [09:54] munstereth, what version ubuntu are you running? [09:54] 12.04.3 [09:55] just installed [09:55] munstereth, note that the first link if for an end of life version of ubuntu. Did you actually add the ppa? [09:56] Hello. I have dnsmasq installed (`dnsmasq -v` ---> "Dnsmasq version 2.65 [...]") but `service dnsmasq status` gives "dnsmasq: unrecognized service". I am confused. [09:57] bekks : http://paste.ubuntu.com/6195776/ [09:58] cfhowlett: i didn't add any ppa...still gotta learn what that is [09:58] munstereth: it's a way to pollute your system with random people's code. [09:58] bekks, i have that ppa-purge now what? [09:58] munstereth, not needed for our purposes. OK, I'm on Ubuntustudio which is a bit different from vanilla ubuntu. you do have transmission installed? [09:59] cfhowlett: yes [09:59] munstereth, and under applications>content type, "magnet" does not appear? [10:00] ArielX_: should work. what is the problem with that stick? [10:00] ffox>edit>preferences>applications>content type *magnet* [10:01] cfhowlett: there is no 'content type' under applications [10:02] munstereth, in firefox?! difficult to believe ... [10:02] ubuntu 13.04 wont see my usb/stick [10:02] k1l_: ubuntu 13.04 wont see my usb/stick [10:02] ArielX_, the stick has some issue then [10:03] cfhowlett: 'content' is an alternate tab to 'applications' but magnet appears in neither [10:03] use the search function to search for magnet on that page [10:04] no its good [10:04] cfhowlett: did that....negative result [10:04] i use it in windows [10:05] munstereth, ok that's a whole nother issue. I don't know how to add content types to firefox and that seems to be what your 're indicating is needed. [10:05] ArielX_: As can be seen in dmesg, the stick IS detected properly. Just mount it manually. [10:05] munstereth, so THIS is what is not working, right? http://imagebin.org/272815 [10:08] cfhowlett: ok so 'content type' is the list title under applications but magnet is not in the list [10:08] munstereth, I've told you how to do this several times [10:09] munstereth, see bazhang's instructions or try a different browser ... google chromium for instance [10:09] munstereth, its not difficult at all, not in the slightest [10:09] munstereth, or see cfhowlett 's suggestion [10:10] bazhang: yes you said browse to the app once you click on a magnet link...problem is that there are no apps to browse to [10:11] i believe you can link them [10:14] bazhang and cfhowlett, if you haven't come across this problem there doesn't seem anything on the web tah shows how to fix it. [10:15] munstereth, I do it every time I set up transmission [10:16] bazhang: what you told me though, doesn't apply [10:16] I would doubt theres a tutorial for some thing like that, its not complex [10:16] munstereth, where are you browsing [10:16] can rhythmbox rip a cd? [10:17] or is that just brasero? [10:17] I would say start with pointing it towards your transmission [10:17] lesshaste, IIRC rbox is only for playing so no ripping [10:17] bazhang: ah..so you know of a link? [10:18] munstereth, no, it's very easy to do: click magnet, box pops up asking you to assign app to it, browse to transmission, click on it, finished [10:19] bazhang, actually, where exactly to look for the apps? my search brings me to my /home but no apps so ... where? [10:19] Maybe this is it? /usr/bin/transmission-gtk [10:19] bazhang: clearly you haven't read my responses to that. there are no apps shown in the box to browse to. [10:20] cfhowlett, which transmission should show where [10:20] munstereth: Isnt there some button like "more" or "browser" in that box? [10:20] gulag2013, has it yes munstereth [10:21] Was I right? [10:21] munstereth, browse that path [10:22] bazhang, yeah but found it. but the "which" command has to be PERFECT i.e. no transmission* found nothing, but transmission-gtk found it in /urs/bin [10:22] cfhowlett, apologies [10:22] I found it using locate *transmission* [10:22] terminal [10:23] yeah my bad [10:23] Anyway, I just learned that most of those executable are going to be in either /usr/bin or /bin folders [10:25] bazhang: path? it just says choose an application but offers none to choose from. when i click choose it opens the computer filing system but where is transmission located? [10:25] gulag2013, ah, nice. my terminal foo is clearly not as good as yours. [10:25] No trust me dude, I'm just learning how to mv and cp files. [10:26] does anybody know how to get spotify open.spotify links to open in spotify (linux version) instead of opening the play.spotify site on ubuntu 13.04? [10:26] in chromium.. googling gives a lot of non-working answers for older versions of ubuntu [10:27] Since i updated from v12 to v13 IntelliJ has a very big and bold menu font under Ubuntu is this a bug or a feature? (running under open-jdk-7) [10:27] Hello. I've just installed another HDD in my Ubuntu 12.04 machine. I was wondering if there is any advantage in converting it from NTFS to ext4. The HDD will be for storage, so can be one big partition. Most obliged for advice. [10:28] If you using for storage only. I would say NTFS all the wya [10:28] way. You may want to pull it out and share it with Windows boxes. So keeping it NTFS is a good idea [10:29] ‌Windows can not natively read EXT partitions. [10:29] Yup. I was thinking along those same same lines. [10:30] if it is NTFS, that won't slow things down? (the drive is 3TB) [10:32] Well, my question would be have you ever felt your drives were to slow using Windows? To be honest I have never tested against a EXT drive. [10:33] We are talking backups correct. You should be fine === djinn_ is now known as jindmahi [10:36] No I have not. I have a PC running XP and it performs about the same as the Ubuntu box. Interestingly an ASUS laptop i5 running win 8, is as slow as a wet week. [10:37] Transmission downloads. [10:37] Well that could be so many things on a laptop. You don't know slow until you work on my Acer Netbook [10:38] Anyway, my desktop I have on ssd split in half for dual boot. Then I have one d drive that is ntfs that I share with Windows and Ubuntu [10:44] i686 = 32-bit Intel x86 arch [10:44] x86_64 = 64-bit Intel x86 arch [10:44] is that right sentences? [10:44] yeah, I had an msi netbook....win 7 starter....slow like a slug. But it sped up a lot with ubuntu. am pretty disappinted with the asus laptop. will see how it goes with a live ubuntu. [10:45] gulag2013: so do you know how to access user/bin while browsing the gui file system? nothing comes up under a search for transmission in it, even though it is installed [10:47] munstereth, Sure are you ready [10:47] gulag2013: yeah! [10:47] First enable hidden folders and files. [10:49] Oh the easiest way, is gksudo Nautilus in the terminal gives you root. Don't blame me if you delete anything becareful [10:49] lower case nautilus, Linux is so sensitive [10:51] You should be able to view /usr/bin even without root. Just click "filesystem" then /usr then /bin [10:53] gulag2013: ok so did 'cntl h' in the user folder -folder with my name on it [10:54] munstereth, try "filesystem" Not your home folder [10:56] gulag2013: hmm, no hidden folders showing up under 'filesystem' [10:57] filesystem is / i thought. what are we looking for? ;) [10:57] You are trying to find "transmission" right? I [10:57] yes [10:57] I'm trying to show you were it is [10:57] i know [10:57] ~/.config/transmission perhaps? or ~/.transmission [10:57] Fileysystem then /usr/bin [10:58] oh the path to transmission. ;) [10:58] the gui binary is called transmission-gtk i think. [10:58] Dr_Willis,. I have learned that executables are in /usr/bin and /bin. Where else do they place them? [10:59] gulag2013: the command 'which transmission-gtk' will show i imagine [10:59] /usr/bin /usr/local/bin Hmm.. not sure where else [10:59] Yes, we determined that -gtk was the one. [10:59] 'locate transmission' will also show some locations [11:00] hello, I installed windows after Ubuntu, now how to access Ubuntu again? how to get back GRUB [11:00] Yes that worked [11:00] 'which transmission-gtk' perhaps [11:00] !fixgrub | mikeubuntu [11:00] mikeubuntu: 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/Grub2 [11:00] mikeubuntu: live cd + that boot-repair tool is the easiest way to fix it [11:00] That is a new one /usr/local/bin Thank you [11:01] normally not much in /usr/local/bin ;) [11:01] ok, yes, i have found the folder for transmission in 'my folder'/.config/transmission in the gui....now what is the executable? [11:01] Dr_Willis, can I install Boot-repair via Live Cd ? [11:01] munstereth: 'which transmission-gtk' should shwo it [11:01] mikeubuntu: if you read that url/guide - it shows you exactly how to install it via live cd === CM is now known as Guest72716 [11:02] munstereth: .config/XXXXXX is config files for your various tools. [11:02] not the binaries [11:04] well, If I add PPA via Live CD, will it be added in installed Ubuntu? (stupid question) [11:04] it will work untill you reboot. [11:04] munstereth, the executable was transmission-gtk in the /usr/bin folder. If you linked Firefox to a transmission ./config I'm not sure that would open it. [11:04] it installs to RAM on the live cd === davide is now known as Guest75839 [11:04] Dr_Willis: yeah so the executable's not in there right...where would i find it? trying to point to it from the gui after clicking on a magnet link [11:05] Dr_Willis, so will do nothing to installed Ubuntu? [11:05] munstereth: we have bee3n saying the command 'which transmission-gtk' should show EXACTLY where the binary is at [11:05] any way to repair this via windows? [11:05] mikeubuntu: it takes extra effort to install somtning on your installed system. [11:06] mikeubuntu: the boot-repair tool is the easiest way to fix it [11:06] Dr_Willis, ok thanks [11:06] theres even a boot-repair live cd. and some ubuntu respins with it included [11:06] both mentioned at the boot-repair ubuntu wiki page [11:07] Dr_Willis, can i use any version of Ubuntu? /Old Live CD ? [11:07] mikeubuntu: no idea. [11:07] i imagine its best to use one that you have installed. or newer [11:07] Dr_Willis, ok i am gonna try [11:07] Dr_Willis, ok [11:08] hmm. Nifty. 2 finger scrolling works on this logitech keyboard with touchpad built in. ;) [11:08] Note-to-self: don't be surprised when the rootfs partition is missing when you install to a fakeRAID raw device (without dmraid) then expect it to boot reliably with dmraid installed - dmraid's initrd options cause it to remove all the raw device's partitions from the kernel... thus hiding the partition containing the volume group with the rootfs in! [11:09] gulag2013:yeah so usr/bin /transmission-gtk but what's the path to that in the gui? [11:10] munstereth: that is the path /usr/bin/transmission-gtk [11:10] lol [11:10] HELLO? [11:10] 'Morning all [11:10] nautilus has some way to enter a text path if its showing the silly button-thingsd.. [11:10] ctrl-l perhaps. [11:10] AHA... [11:10] tinylp, greetings [11:10] Hi [11:10] Hi [11:11] i have xubuntu [11:11] I search help about Ubuntu but i don't find a french chat :/ [11:11] Dr_Willis: I think with Nautilus if you just start typing it shows an address/path bar immediately [11:11] Does anyone run Xubuntu (or any version of Ubuntu/Debian/Linux in general) on a Macbook Pro with Retina display? [11:11] !fr | dam_ [11:11] dam_: Nous 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. [11:11] tinylp, hi! [11:12] Hi [11:12] munstereth, I'm not sure what it is that is challenging. When you open it up to look choose your "/" if that is the only selection or look for the word "File system" then /usr then /bin [11:12] :join #ubuntu-fr [11:12] oups sorry :/ [11:12] I have Xubuntu as well, tinylp. [11:12] I really like XFCE. [11:12] :F [11:12] !mac|discobiscuit, [11:12] discobiscuit,: For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [11:13] I want to migrate to Debian (with XFCE), but I got settled in with Xubuntu already. I am too lazy to migrate over to Debian and have to install everything again. [11:13] :p [11:13] ubottu, I am just wondering, how well Linux works with the Retina display. [11:13] discobiscuit: I am only a bot, please don't think I'm intelligent :) [11:13] Damn. [11:13] i going offline bye [11:14] need gstreamer help [11:14] Dr_Willis: ok so just imagine, i click on a magnet link the choose app box comes up, i click choose and it takes me to the gui to browse my folders...i'm new to this..how does /usr and /bin translate in the gui while browsing folders as opposed to what it says in terminal? [11:14] Well anyone here running Ubuntu (or any Linux) on a Macbook Pro with Retina Display? [11:15] !anyone | discobiscuit [11:15] discobiscuit: 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. [11:17] munstereth, I really want to help you are you ready. I want you to visually understand this. It will hit you all at once. Can you open your file manager? [11:17] munstereth: / is the root of the filesystem. theres nothing lower then / I dont know what your file manager looks like. Im not on ubuntu [11:18] click the orange folder [11:18] munstereth: hit the parent icon a few times till you get to / then look for usr then bin [11:18] or if you can type in a path type in /usr/bin/ [11:19] So, the home folder? [11:19] home is NOT / [11:19] True enough, I should pull up that silly torrent prompt and see what he is looking at for options. [11:20] the path to the users home is /home/theusersname so if you where in your users home.. hit the parent/up buttn twice. (heck hit it 5 times.. it will stop at / :) [11:20] hello [11:20] I use Windows 8 and Ubuntu (dual boot) and I have heard that windows 8.1 will be available via Windows Update in the end of the month. Will the Windows 8.1 update break my grub configuration (and dual boot) ? [11:20] xanax`: maybe [11:21] xanax`: it would be most annioying if MS decded to just mess with everyones bootloader.. [11:21] xanax`, shouldn't but with windows you never know. be prepared to restore your grub [11:21] -_- alright [11:21] xanax`: just keep a usb-stick with a live-ubuntu to reinstall the grub if needed [11:21] why would a windows update break the bootloader. unless they update their bootloader [11:22] firefox 'another application..' dialog box here has 'File System' as being '/' [11:23] Or you can hit CTRL-L (like we mentioned eralier) and type in /usr/bin [11:23] Dr_Willis: ok, so that would appear to correspond with 'filesystem' [11:23] they are calling / 'filesystem' since / is the ROOT of the whole filesystem [11:24] use ctrl-l , or a pencil icon i see at the top left to enter 'text entry of path' mode. [11:24] munstereth, look in the file manager 'places' , root [11:25] you can even type in /usr/bin/trasmission-gtk (it auto completed the name for me) [11:26] it displays but without the option to type that i can see [11:26] ctrl-l or that Pencil Icon let me enter the full path [11:27] but could be my FF version differs or somthing [11:27] im on 13.10 [11:31] Dr_Willis: thankyou for your patience :) [11:31] and now its very obvious to you? [11:31] so ... an unreleased version of ubuntu? nah, it COULDN'T be ... [11:31] ;) [11:31] gulag2013:thankyou for your patience :) [11:31] :) [11:31] is anyone knowledgeable on using pcmcia memory cards? [11:32] rygD: you mean Ram cards? like a 4gb ram card? [11:32] rygD: Do you mean memory devices plugged into a PCMCIA adapter? [11:32] this is an sram, 2 mb [11:32] My amiga could use those... like Decades ago. ;) [11:32] i should be more specific [11:32] munstereth, It will work out. I't can be confusing at first. [11:32] and even then - it was not a good idea. ;P [11:33] i have an adapter for cf also, but i need the sram to load a driver [11:33] pretty muck my only option for what i am trying to do is the pcmcia slot [11:34] PCMCIA is managed by the pcmciautils package [11:34] much [11:34] i can see that the card is recognised [11:34] but i don't know how to put anything on it [11:34] i cant recall ever seeing a pcmcia card you could access like a little hard drive. [11:34] only one i had ages back was one that worked as actual ram [11:35] <[twisti]> hello, i run ubuntu LTS 12 headless, on login, i get: *** /dev/md2 will be checked for errors at next reboot *** for a few different partitions. but reboots dont help, it just reboots normally and i keep getting those messages. ideas ? [11:35] this was recently formatted [11:35] I thought ive seen CF to IDE adaptors that dident need any drivers. [11:35] it was running software for a tortilla company until about a decade or so ago [11:35] Crap they are real and can't remember what version of pcmcia they were mostly version 2 I think [11:36] what i am using this on is also about 20 years old [11:36] ;) back when pcmcia was trying to become the standard way to expand desktop machines? ;) i rember that push ages back. [11:36] the sram is a type 1 [11:36] rygD, well, you'll just have to *puts on his cool shades* Let the chips fall where they may. YEEEEEEEEEEEEEEAH! [11:36] now even finding laptop with pcmcia is hard. [11:36] i know [11:37] i just installed xubuntu yesterday to give it a shot [11:37] the first laptop i tried had an issue [11:37] half the keys didn't work [11:37] How about Express cards. I had to learn all this junk for Comptia, I haven't encountered any of it. [11:38] too new [11:38] is there a way (outside of ccsm) to fix tabbing in ubuntu 13.04 ? [11:38] and whats wrong with tabbing? clarify what you mean byu tabbing also.. [11:39] sorry.. i want alt+tab to tab between windows, not applications, and i don't want the "show desktop" there [11:40] thats handled specifically by somne of the compiz plugins. so ive never seen a compiz config tool other then ccsm to alter the compiz settings [11:40] theres alternative alt-tab plugins in the ccsm toolk i even recall. [11:40] 1st torrent in ubuntu :) [11:41] munstereth: and of course - you got it from 'legaltorrents.org' ;) [11:41] ok, cool, cheers :-D [11:42] munstereth, learn the hierarchy this weekend. === PackardBell is now known as Found [11:45] MonkeyDust, pm [11:46] bonjour [11:46] vous connaissez un soft pour faire des grilles de jazz ? [11:47] is there somewhere or someone that might contain the info I am looking for with pcmcia cards? [11:48] rygD: lspci, non ? [11:49] !fr|Mo0O, [11:49] Mo0O,: Nous 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. [11:49] hmmm...I can see the cards, Mo0O, but I don't know how to put stuff on them [11:49] oh sorry, wrong chan [11:50] oh, english [11:50] chadi: realy sorry [11:50] Can anyone give me a hint why after I select 'Actions: when laptop lid is closed: nothing' it still suspends after a few minutes when I close the lid? [11:51] Mo0O: do you know how to do that? [11:51] buu, do you have any other power settings that would cause it to suspend in that timeframe? [11:51] buu: apply settings before trying to suspend [11:52] rygD: when you plug a pcmcia card, you should see the device on /dev/sd{xy} [11:52] buu: which ubuntu release? [11:52] rygD: I'm not sure, it's a fresh install.. [11:52] ender-adam: Uh, xubuntu 13.10 [11:52] Mo0O: i didn't see it earlier [11:52] and should mount it, on /mnt for example [11:52] buu: i use 12.04.2 [11:52] buu: i use 12.04.2 [11:53] lemme check again, but i have been fighting this for around 12 hours [11:53] sorry about the repeat [11:53] and i use the normal ubuntu with unity not xfce [11:53] rygD: In a terminal do "tail -f /var/log/kern.log" before you plug the device in... that'll show you any messages from the kernel about the device [11:54] acces to the kernel?!? [11:54] access to the kernel?!? [11:55] TJ-: that is odd [11:57] buu so 13.10 isn't beta anymore [11:58] ok, i guess i misread it the first time [11:58] ender-adam: 13.10 isn't released as stable yet [11:58] well then? [11:59] are there advantages of not-yet-stable releases? [11:59] it says the card was inserted and that it is registering [11:59] ender-adam, yep. you get to play on the bleeding edge [12:00] and the newest stuff? [12:01] ender-adam, my system works. I've got Long Term Support. I leave the bleeding edge to masochists and people smarter than I am === LoganG|off is now known as LoganG [12:04] hi everyone [12:04] i have a query [12:05] where does the passphrase get stored, that unlocks the private key? [12:06] This is an odd question, but how can I specify the local port that's opened by the SSH client that the server sends traffic back to? It seems to use an arbitrary, random and high port [12:06] im on offtopic of you need me [12:07] so how to find out? [12:07] <[twisti]> hello, i run ubuntu LTS 12 headless, on login, i get: *** /dev/md2 will be checked for errors at next reboot *** for a few different partitions. but reboots dont help, it just reboots normally and i keep getting those messages. ideas ? [12:07] Rory: in sshd_config you can specify a port on which sshd runs. [12:08] !fsck | [twisti] [12:08] [twisti]: fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [12:10] <[twisti]> auronandace: will that work unattended ? its a remote server, i dont want it to get stuck sitting there going 'do you want me to fix this error Y/N' [12:11] Rory: from the box you're ssh'ing from, simply 'ssh -p @' [12:12] Hello. I want to buy a ROG G750 but I want to be sure that it will work with ubuntu. Does someone manage to use it with Ubuntu? [12:13] [twisti]: i'm sorry, i don't know [12:13] i have a problem- how do i remove mlterm? (multilingual erminal) [12:15] bwayne: Thanks but that's not what I meant [12:15] nobody? [12:16] !hardware|ubuntu-addict, [12:16] ubuntu-addict,: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [12:16] @neta does sudo apt-get autoremove mlterm not work [12:17] Guest72716, sudo apt-get remove mlterm [12:17] bwayne: For example "lsof -i | grep ssh" shows TCP port sambac.local:51120 - I want to know how to make 51120 into something of my choosing [12:17] given ubuntu 13.10 is going to be using xmir and lightdm will ubuntu 13.10 support multiseat configurations? [12:18] @blueskaj: that is what i wrote [12:18] !saucy|aanderse, [12:18] aanderse,: Ubuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+1. Release date will be 17th October 2013. [12:18] thanks ubottu but there is no info about g750 [12:18] ubuntu-addict, so there's no information available - roll the dice. [12:18] Rory: so you're wanting to change which port your ssh server listens on? I'm sorry I misunderstood. [12:19] bwayne: No, I know how to do that, this is entirely on the client what I am asking === Guest72716 is now known as kartoffelfreund [12:19] bwayne: I'm connected to my server right now (on port 22 not that that is relevat) [12:20] Rory, ssh [12:20] Rory: http://explainshell.com/explain/1/ssh ----perhaps -L ? Not certain, skimming through quickly [12:21] Rory: sorry. haven't had my coffee yet. i don't think i understand. :) [12:21] bwayne: I believe Rory is wanting to control the local port used by the client === dasferw is now known as SixPm [12:21] i have a problem- how do i remove mlterm? (multilingual erminal) [12:22] Rory, an alternate port is 220 [12:23] Rory: why do you want to specify the outbound port? It's very standard that client ports are ephemeral. [12:24] ah. Rory I think wylde is correct. from 'man ssh' --> -L [bind_address:]port:host:hostport [12:24] neta: you were given an answer earlier. 'sudo apt-get remove mlterm' [12:25] neta: if that isn't working please pastebin any error output. [12:27] Ok seriously how hard is it to turn off 'suspend when lid closes' ? [12:28] Anyone have a console hack handy? [12:28] buu: you have any other suspend options off as well? Thise will still have an effect even if you turn off the lid close option. [12:28] hi...how do I update grub [12:28] Those* [12:29] wylde: Where would I find those? [12:30] buu: I imagine the same place you found the lid close option. I'm not using Unity or gnome. [12:30] wylde: I'm using xfce4 apparently === ice9 is now known as Guest39557 [12:30] me-1, sudo update grub [12:31] It just says: When laptop lid is closed: nothing [12:32] cfhowlett, I used to have win7 but removed it still have menu in grub I wanted to reomove that entry [12:32] me-1, and? did you run update grub? [12:32] cfhowlett, not yet [12:33] buu: I'm having a look on http://askubuntu.com/ [12:33] buu: see if any of these answers helps you ---> http://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid [12:34] what should be the command to create a link to public_html from lamp/htdocs and necessary perms [12:35] buu: also perhaps http://askubuntu.com/questions/300718/xubuntu-power-settings-file/301044#301044 [12:36] wizard_A: are you wanting 'public_html' to essentially point to lamp/htdocs ? [12:36] yes but i guess the other way around? [12:37] wizard_A: a symbolic link will do what you're looking for. 'ln -s ' [12:38] let me try that. [12:38] hi, i want to buy a new tv and will later on install ubuntu tv... Can i install ubuntu tv on all tv's? [12:38] krambiorix, nope [12:39] !xmbc [12:39] !touch|krambiorix, [12:39] krambiorix,: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [12:39] Hello. Has someone ever managed to use ubuntu on a ROG G75 or G750? [12:39] cfhowlett, is that the same as tv? [12:39] krambiorix, so far as I know, no one has installed ubuntu on a television. [12:40] krambiorix, perhaps you're thinking of a home media server? [12:40] cfhowlett, it's intended to install it on a box? [12:40] aah yes [12:40] ok [12:40] or on a raspberry pie thingy [12:40] cfhowlett, ok thanks! [12:41] krambiorix, got it. there's a full fledged media server set up [12:41] Good evening [12:41] camel__, greetings [12:41] yes thanks again === Computron is now known as Guest37652 [12:42] who has resources about programing [12:43] !details|camel__, [12:43] camel__,: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [12:44] wylde: Thanks, trying those options [12:46] camel__: this page has excellent resources. i apologize for zed's child-unfriendly site, but it is the best. http://goo.gl/1UWCy [12:46] !alis | camel__: what language, or perhaps ask alis [12:46] camel__: what language, or perhaps ask alis: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http* [12:47] what i want to achieve is localhost/MyPages/WebS1 to display whats in /home/public_html/WebS1/home.html. [12:48] wizard_A: did [12:48] ? [12:48] !xbmc [12:49] wizard_A: you can configure apache to use the /public_html/ directory directly in /etc/apache/sites-available/ [12:49] !apache | wizard_A [12:49] wizard_A: 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. [12:49] yes [12:51] wizard_A: sorry. i was answering and accidentally hit on this tiny keyboard. :) but i'm glab. wylde's approach appears to be *the* way it's done. [12:52] can i add another entry in httpd.conf file [12:52] Whatup, just updated jockey-gtk and I'd like to know if it's safe to move to nvidia 319 yet? [12:52] actually i've lamp installed in /opt/lamp/ [12:52] wizard_A: is this the only "website" you're going to host? I assume you want this as a local development server? [12:52] cfhowlett, XBMC is ok if youdon't mind having your media organized for you by an app that takes over your pc :) [12:53] no i'm using it for testing other sites as well [12:53] yes [12:53] hi guys, i'm having trouble with ubuntu 12.04 64bit on my desktop. it's dual booted with windows 8. when i use ubuntu, everything is fine for anywhere from 1 minute to 1 hour, but at some point it always starts lagging insanely for a few seconds (cursor moves once every 3 seconds or so) and then immediately followed by a complete freeze of the entire computer === mrrcp is now known as cyberpimp [12:53] wizard_A: ok, not sure why you didn't just use ubuntu's lamp stack but you can still configure pache to use that directiry [12:53] blah typos [12:53] a google search hasn't given me any real answers, does anyone here have any ideas> [12:54] i don't think it's a hardware issue because i never encounter any issues whatsoever when on windows [12:54] xQuasar: that's kind of a vaque description of the problem. are there any more details you could give us? or is that the extent of it? [12:54] xQuasar: I had issues very similar to that with the -053 kernel - just went back to 052 and all is fine [12:54] hi every one [12:55] I HAVE A PROBLEM WITH WIFI CONNECTION [12:55] xQ [12:55] shahin: no caps please [12:55] xQuasar: I should add I did not have WINDOZE anywhere near [12:55] xQuasar: bwayne's right. Is there something repeatable you have tried to induce the problem? [12:56] my connection ' s been continusly disconected [12:56] bwayne: that's all that happens. i boot it up, spend a few minutes with only firefox / gedit open, and then it always happens. [12:56] what's the problem? [12:56] xQuasar: when was the last time it happened? are you in Ubuntu now? [12:57] intense lag for a few seconds followed by a complete freeze. the only thing i could do is force shutdown by holding the power button. are there log files that could help with identifying the problem anywhere and how would i access them? [12:57] shahin: You really need to be more specific [12:57] bwayne: it happened like 3 times just now. i'm on windows now and trying to find a fix [12:57] please, how can i do private messages with one click in xchat?? with xchat-gnome it works by default! [12:58] xQuasar, check /var/log/syslog [12:58] xQuasar: i'd be interested in seeing the kernel log. can you get to /var/log/kern.log on Ubuntu and pastebin it? [12:58] Peace out ! /disconnect [12:58] /disconnect [12:58] i mean every 1 minute my network connection is been disconnecting [12:59] bwayne: alright, i'll do that now, will be back on this channel soon [12:59] xQuasar: there many be a few of them, appended with digits. if you can find them, pastebin them. BluesKaj's advice is good too. You'll want to look through the logs in /var/log to see anything suspicious. [13:00] xQuasar: at least, as many as you can get to before liftoff. :) [13:01] XFCE Edge of the window moves only covers half of the screen, how completely covered [13:01] zzZhou: move to the top of the screen ;) [13:01] Guest79388, pref -> user list -> action upon double click and put: query %s [13:02] zzZhou: left/right edge tiles to left and right sides [13:03] I want full screen, just like windows7 [13:03] How to do it [13:04] BluesKaj, Hey. Found the reason why flash wasnt playing at all. ;) [13:04] zzZhou: not sure what you mean. I haven't used Windows in 7 years ;) Maybe someone else will have an idea [13:04] dreamon, good , what was causing your flash problem === xQuasar is now known as Quasar [13:05] wylde: awesome, that bug report solved it [13:05] buu: good stuff :( [13:06] :) oops [13:06] BluesKaj, My CPU (Amd sempron) there is no sse2 flag in it, with flash it is a must have in linux. In Windows it isnt. [13:06] rotten fingers [13:06] wylde: Now if only I could fix this damn trackpad =] [13:06] buu: what's the trackpad issue? [13:07] wylde: It's way too sensitive/wide/something, I keep bumping the edge of it and it triggers a mouseclick when I'm typing [13:07] wylde: MATA window to the screen using the mouse to drag the edge up automatically maximize, and now I can cover the screen of the general [13:07] BluesKaj, I build the same system in a different hardware it worked perfect. [13:07] bwayne: the entire file was too large for pastebin so i only pasted today's logs [13:07] bwayne: http://pastebin.com/5QFqUCxn [13:08] wylde: Also since I'm asking random questions, do you have any idea why selecting stuff isn't automatically copying it in xfce4-terminal? [13:08] buu: ohhhhh, I alwasy disable my trackpads and use a mouse. I hate them. lol [13:08] dreamon, your pc is quite old ? [13:08] xQuasar_: hmmm ... we'll have to see a log from around the time the incident happened. i'll look at it though. [13:08] wylde: Well I can't drag a mouse around with my laptop, heh [13:08] BluesKaj: sorry what was the file that you said to check? [13:09] BluesKaj, Yes. I want to build this PC only for using flash. [13:09] bwayne: the bits i pasted are from under an hour ago when it happened 2 times [13:09] Ohh [13:09] buu: I do ;) lol. No ideas on the track pad issue besides having a look on askubuntu [13:09] Goddamn it xwindows and your pastebuffers [13:10] xQuasar_, /var/log/syslog [13:10] xQuasar_, you got some fs probs, the fs repaired itself though. you need to learn about REISUB instead of holding the power button when your sustem is frozen [13:10] wylde: Whoever thought multiple copybuffers was a great design feature should be shot =[ [13:11] wylde :MATA desktop windows using the mouse upwards marginalization can achieve full-screen maximized, and now I can not. [13:11] kostkon: sorry i'm a complete dud when it comes to ubuntu, i'm a first year compsci student and only started using ubuntu a few months ago.. i don't know what fs or REISUB are [13:11] buu: as for the auto-copying I really don't know. Search settings or look for a settings file. May be an option that can be toggled on/off [13:11] xQuasar_, sorry for being unclear, fs -> filesystem ;) [13:12] bwayne: oh also, forgot to mention: when i opened kern.log in gedit it gave me a warning "there was a problem opening the file, it has some invalid characters etc etc" [13:12] what is the difference between xchat and xchat-gnome??? [13:13] kostkon: it keeps happening though, it happened a few times last week, i didn't think much of it, then didn't touch ubuntu again until today and it happens every time a short while after i boot into ubuntu [13:13] MATA desktop windows using the mouse upwards marginalization can achieve full-screen maximized, and now I can not. help me please !~ [13:13] wylde: Yeah.. checking around. It turns out selecting *does* copy it but only inbetween terminal windows, e.g. I can't paste into chrome [13:13] xQuasar_, if your system is frozen, hold down alt-gr+prt scr and then press R+E+I+S+U+B waiting a couple of seconds after each press [13:13] But if I right-click -> copy then I can [13:13] Because something is being stupid [13:14] kostkon: what does that do? [13:14] Hi all.. I was using ubuntu 12.04 + win 7 till date. Now i wants to re-install both os. Which Ubuntu version to select ? Should i install 13.04 or 13.10 ? [13:15] xQuasar_, shuts down the system, umounts your filesystems to avoid damage and then reboots [13:15] buu: hmmm there maybe a clipboard utility to address that. I don't know off the top of my head. [13:16] kostkon: ok, will do, but that won't really help me find the problem right? [13:16] xQuasar_: not find the problem but hel pprevent new ones. Like a damaged disk. [13:16] xQuasar_, no, but it will lessen the chances of completely borking your system with all those forced shutdowns :P [13:17] BluesKaj: this is my syslog - it was also too large so i just pasted the lines dated to today http://pastebin.com/bBxPK8Sf [13:17] it also gave the "contains invalid characters" warning when opened in gedit [13:22] xQuasar_: i looked through those logs. couldn't spot anything. but, then again, i doubt those logs are from around a time the incident occurred. try using Ubuntu for a while, with a USB plugged in. when it begins happening, copy over kern.log, sys.log, and the xorg.log over to the USB stick before the system locks up. I'm not sure what further advise I can give. [13:22] wylde: Well, there's at least one utility that does it [13:22] Kinda awkward [13:23] what is a good tool to run disk diagnostics [13:23] xQuasar_, nothing out of the ordinary. has ubuntu offered you the option to install the nvidia driver, i couldn't help but notice you are using the open source nouvaeu driver [13:24] bwayne: ok, thanks a lot for helping me! [13:25] kostkon: no it hasn't, dyou think it might possibly be related to my problem? how do i install the nvidia driver? just google "nvidia driver ubuntu"? [13:26] paulus68_1: gsmartcontrol will allow you to view your disks SMART info. [13:26] xQuasar_, it could be, next time, try going into tty, if that is successful then it could mean that your system is not frozen but youve got some kind of graphics problem and [13:26] kostkon: latter half of my question was dumb, ofcourse google. but do you think it might be related to my problem? [13:27] bwayne: well the smart info gives me that status bad don't know if I can solve this somehow [13:27] xQuasar_: the recommended way is to use the "Additional Drivers" tool aka jockey-gtk if on Unity/gnome [13:27] kostkon: sorry for not understanding so much but what is tty and how do i go into it? [13:27] xQuasar_, to change to tty, press ctrl+alt+f4 [13:28] paulus68_1: time to make backups and look into new disk then ;) [13:28] xQuasar_, http://en.wikipedia.org/wiki/Computer_terminal#Types_of_text_terminals [13:28] wylde: nothing fancy on this drive at the moment however would like to give it a try to solve this :) [13:29] kostkon and wylde: ok thanks for the advice, i'll install the nvidia drivers now and see what happens [13:30] xQuasar_, yeah go for it [13:30] paulus68_1: you'll want to backup up soon and get a new disk, probably. there's a handy cloning too which will give diagnostics as it clones the disk. http://www.forensicswiki.org/wiki/Dc3dd [13:31] my /etc/cron.daily/apt seems to not be running, I set APT::Periodic::Verbose "3"; but got no email for root === cyberpimp is now known as mrrcp [13:31] cron says it's running cron.daily [13:32] paulus68_1: not sure what tools are available. A low level format MAY refresh a few sectors that aren't completely borked but beyond that I don't know. [13:32] wylde: paulus68_1 : i would suggest spinrite, though it isn't free, and has no open alternative. [13:33] there's a free version of spinrite on some rescue cd [13:33] I think [13:33] bwayne: I was just about to suggest it. http://grc.com === Daniel0_alt is now known as Daniel0 [13:33] Using xfce/xubuntu is there any clever way to 'browse' to a samba share without cli mount/fstab stuff? [13:34] ok thanks [13:34] Hi all.. I was using ubuntu 12.04 + win 7 till date. Now i wants to re-install both os. Which Ubuntu version to select ? Should i install 13.04 or 13.10 ? How much stable is 13,10 beta ? [13:34] buu: you can try (in the filemanager address bar) smb://ipaddress/sharename [13:34] Caelum: really? i'd be interested in seeing that. any chance of recalling the name of the rescue cd? [13:34] install 12.04 [13:34] !list [13:34] lino-pc: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [13:34] kostkon: do i need to reboot after installing for the driver changes to take effect? sorry if this is a naive question, i'm just too used to window's prompts that tell me everything [13:35] xQuasar_, yes. good luck [13:35] buu: you have to have samba-client installed [13:35] salve [13:35] hi [13:38] !13.10 | dixoncx: 13.10 is due to be released this month. The 17th I believe. [13:38] dixoncx: 13.10 is due to be released this month. The 17th I believe.: Ubuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+1. Release date will be 17th October 2013. [13:39] wylde: Ohhh [13:39] wylde: Nifty [13:39] :) === daniel is now known as Guest23518 [13:41] wylde: i know.. thats why i wants to skip 13.04. therefore can i use 13.10 beta on my development mechine ? R u using ? [13:43] dixoncx: nope, I typically stick with LTS. Although I've heard 13.10 has been pretty stable. Heresay though ;) [13:43] i usually wait until LTS Service Pack 1. ;) [13:46] anyone know of a twostep app for ubuntu [13:46] where i can keep my keys etc [13:46] wylde: am in ubuntu 12.04 now. i heard unity improved much in newer versions. thats why i want to update (fresh install latest). Between 13.04 and 13.10 which one will be best choice ? [13:47] mrrcp: what is a "twostep" app? are you referring to gpg and ssh keys? [13:47] dixoncx: well if you want the latest improvements 13.10 will be where you'll find them. I don't use Unity so really it's up to you. I can't speak to how stab;e it is though. [13:48] no [13:48] im talking to 2 step authentication [13:48] okey, i try my luck in 13.10.. [13:48] such as google authenticator [13:49] Which Ubuntu favour will do best in virtualbox? unity is too laggy.. xubuntu ? anything else with decent window manager ? [13:50] !lubuntu [13:50] !lxde [13:51] dixoncx: lubuntu will likely be the "lightest" [13:52] mrrcp: i'm not aware of such a desktop application. i don't think i've ever heard of a two-factor app on a desktop, and i'm skeptical of it's usefulness anyway. are there examples of these sorts of applications for other OS's? [13:52] does unity still have a 2d option? That alone may help. [13:53] "There for you want to provide ruby with a certificate in the default location(and assume your dev ops guys know what they are doing). You can use dtruss to work out where the system is looking for the certificate file." how do i use dtruss to do that? [13:53] or facebook code generator [13:53] noone? [13:53] lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support. [13:53] LXDE ( http://lxde.org/ ) is the Lightweight X11 Desktop Environment used by !Lubuntu. To install from Ubuntu: « sudo apt-get install lubuntu-desktop ». See http://lubuntu.net/ for more information, and join #lubuntu for support. [13:54] mrrcp: those are smart-phone apps. do you have an example of a desktop application? [13:54] will try lubuntu .. thanks === Plinker_ is now known as Plinker [13:56] Hi, I got an issue with rythmbox. Is that the default behaviour to scan the whole disk and network shares for useable streams and produce thousands of import errors due to scanning unknown formats? [13:57] salve [13:57] hi [13:57] It lists >11000 errors and produced an error in libgstcoreindexers.so [13:58] sig segfault (11) [14:00] is there an EASY way to change the screen that shows as ubuntu comes up and goes down? [14:03] switch your cables around ?.. [14:05] AllanD: it is a BIOS thing, it is up to the BIOS which card it selects as primary according to their internal logic, then again it is up to the card which output it selects as primary [14:05] !plymouth | AllanD [14:05] AllanD: Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. To change your Plymouth theme use « sudo update-alternatives --config default.plymouth && sudo update-initramfs -u » [14:06] faugusztin: I do not mean the bios screen - I mean the one from ubuntu - the one that is DIFFERENT if I run xubuntu, kubuntu, etc. So, clearly it is changeable [14:06] AllanD: see wylde's answer [14:07] wylde: ty for the ubottu advice that is what I wanted - haven't tried it yet - but looks good [14:07] AllanD: also https://wiki.ubuntu.com/Plymouth :) [14:08] i wonder if I could make mine a cat gif [14:08] bwayne: you could :) With a little work. [14:09] Why in the world is rhyshmbox scanning *.log and *.iso files to stream them? [14:09] floogy: check your settings? Is there an option to ignore file extensions? [14:09] wylde, didn't find one... [14:11] ooooh .... ubuntu-logo.script ... thx wylde. i must have kitteh gif [14:12] bwayne: lol. Do some reading first. It may have to be particular dimensions and file type. [14:12] wylde: oh. it'll happen. [14:12] bwayne: it's been a long time since I played with plymouth [14:13] maybe splashy can handle that too? [14:13] i don't care what it takes. i will have disco cat when I boot ubuntu. [14:14] floogy: not having much luck on rythmbox on askubuntu :( [14:16] anyone experienced with canon printer on ubuntu ? [14:16] floogy: https://help.ubuntu.com/community/Rhythmbox may have some info? [14:17] Sup [14:19] hi, how can i refer a sopcast url open with sopcast player? [14:20] when i click the link i can choose an aplication, but what application file should i select? [14:22] ZIPY_: in terminal 'which sopcast-player' will give you the path to the binary [14:23] i wish i knew why ubuntu stopped using "adept" [14:23] wow that worked, thx [14:23] synaptic is good too, no doubt [14:23] ZIPY_: np :) [14:23] but adept was so cool [14:24] "Which" very useful thank you. [14:24] who can use python program [14:24] give me some advice [14:25] camel__: anyone? Give some more detail about your question please [14:26] !python | camel__ [14:26] camel__: python is a popular Object Oriented scripting language included in Ubuntu. For more on Python please see http://www.python.org/ or #python [14:27] py3 is scary though [14:27] use 2.7 if you don't want confusion [14:28] confusion ... [14:28] why === nicks is now known as nicks68 [14:29] py3 is very different from py2.7 ,is it? [14:29] I have a question about my network and internet connection, is that valid and ontopic here? [14:29] snake_: so long as you're using ubuntu or a supported derivative. [14:31] bwayne, I am using ubuntu :) here is my question: I have ssh server running but I turned off port forwarding until I have time to make a key pair login. However I still have one port that is not the ssh-servers port open. Could someone use a socket or w/e to connect to port 22 through this open port? say port 3000 === Moe is now known as Guest73612 [14:33] snake_: i'm not savvy enough to give you a definitive answer to that exact question. but my suggestion would be to stop sshd until you've created the key pair. [14:34] snake_: only if whatever application listening on that open port can be compromised to provide access to your system ;) [14:34] bwayne, that is a good suggestion, I did that real quick [14:34] wylde, I'm uncertain if the application using it is secure :c [14:35] snake_: then I assume you don't have that port opened to the world through your router? [14:35] snake_: i have open ports for other servies, e.g. bittorent, and I see nothing on my auth.log that makes me suspicious. i use key authentication only, and i'm the only user that is able to log in. i also use fail2ban to ban any ip that tries to connect 6 times in 3 day and bans them for a year. [14:36] snake_: if it's not forwarded out to the internet then no, unless you have security concerns on your internal network. [14:37] It depend on you paranoid level too ha ツ [14:37] wylde, It is a p2p connection. [14:37] is forwarded [14:38] bwayne, ok so I'll just keep ssh off until I get the key login set up and then it should be ok. [14:38] h1n1, haha [14:38] Lol [14:40] it's my understanding that port scanning is typically limited in range by crackers since scanning all 50,000 some-odd ports on all computers isn't feasible. but i'm not sure of that. most bots looking for ssh, i've found are trying to log in as root. disabling root login, and allowing only users that log in, using key auth, will pretty much remove the knob on your ssh door. but i'm no wizard. [14:41] snake_: then IF that application has vulnerabilties it could be compromised as is with any open ports. If you're unsure of the application being secure it shouldn't be used :P. Do some research to determine how safe that application is. Also if in doubt look into fail2ban, I use it on my VPS and it works quite well, on top of using a non-standard port :) [14:42] bwayne, yeah. key pairs are good. :) [14:42] snake_: the only way to go, imo. [14:42] wylde, what I've gathered so far is that it is indeed secure. [14:43] snake_: it all boils down to trust. using an open-source client goes a long way. but still ... there's a great article, i forget the author, called "trusting trust", which is good reading. [14:43] how long are backports and security updates for a release maintained? === fourq__ is now known as forker [14:44] snake_: just moving sshd off of port 22 exponentially reduces the number of port scans that will even see your server. [14:45] Caelum, it updates through git quite often I think. just a few days after I downloaded it there was an update. [14:45] Caelum: ubuntu has your definitive answer. https://wiki.ubuntu.com/LTS === forker is now known as bigfun [14:45] what if you're not using lts [14:45] oh. nvm my response xD I thought it was about the app i was using === bigfun is now known as fourqqq [14:46] Caelum: from the page: "You get free security updates for at least 9 months on the desktop and server. " [14:46] lol [14:46] why apt-get keep show me all this error http://paste.ubuntu.com/6196783/ === deegee_1 is now known as deegee_ [14:47] Caelum: you find that unreasonable for non-LTS? [14:48] that page makes no sense whatsoever [14:48] Caelum: file a bug report. [14:49] "The LTS designation applies only to specific subsets of the Ubuntu archive." [14:49] so how do I know what is LTS and what is not LTS [14:49] !LTS [14:49] 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) [14:50] the next will be 14.04. [14:50] my problem ^^ [14:50] ok, so there are about two releases a year and 9 months of security/backports per release? [14:51] Marlenee: What Ubuntu version are you using? [14:52] Rory : VERSION="12.04.3 LTS, Precise Pangolin" [14:52] Marlenee: Please run the following in the terminal to download a run a script which fixes errors in the package manager: "wget rory.sh/fixpackages; sh fixpackages" [14:52] Am I the only one who's Gwibber has stopped updating from Facebook as of 3 days ago? [14:52] [in fact it doesn't even show "Refreshing" anymore] === anonymous01 is now known as frech_baguette [14:53] Marlenee: also...you really shouldn't be running as root.... just sayin' === frech_baguette is now known as french_baguette [14:54] Rory : http://paste.ubuntu.com/6196815/ [14:54] http://www.youtube.com/watch?v=zKom9uIUT3o [14:54] Marlenee: Please run the following in the terminal to download a run a script which fixes errors in the package manager: "wget rory.sh/fixpackages; sh fixpackages" [14:55] wow. " Package passwd is not configured yet." [14:55] Rory : ok iam doing this now [14:56] ...even a segfault o_O [14:57] Marlenee: Be honest: Why is your package manager giving you so many errors? When did it start happening? [14:58] hello all [14:59] Rory : its start happen now [15:00] how do i install ubuntu lts to pendrive? i tried but i was not able to do what to do in the partitioning setup and how to create the partitions in pen drive of size 64 gb [15:00] Marlenee: OK it can take a few minutes [15:00] Rory : http://paste.ubuntu.com/6196838/ [15:00] Marlenee: did you add a PPA(s)? [15:00] see this log ^^ [15:01] wylde : yes [15:01] hi - where is the best place to put "iw" commands? (creating interfaces with "iw" and stuff like this - should i write a new init script?) [15:01] wylde : add-apt-repository ppa:antono/shelr [15:03] Rory : nothing change Segmentation fault (core dumped) [15:04] Marlenee: you have to be careful using 3rd party ppa's. They can wreak havoc on your system. They are also unsupported by ubuntu. === Awaken_ is now known as Awaken [15:04] Marlenee: I believe actually it should now be fixed - try doing whatever you were doing before to produce the error [15:04] Marlenee: Oh sorry one second [15:05] That shelr repo should be fine it shouldn't cause these problems. [15:05] iam trying to install - sudo apt-get install extplorer [15:05] Marlenee: Can you please run "sudo apt-get -f install" [15:06] that ppa has a 30% build failure rate. not sure how much i'd trust it. [15:07] Rory : check this http://paste.ubuntu.com/6196875/ [15:09] Marlenee: Err... for some reason it thought you said no. Do it again and there should be some output after you say Y === Kitar|st_ is now known as Kitar|st [15:10] no there's no output after pressing Y it stopped [15:12] Hello [15:12] Rory : can i remove all pkg and install it again to evade this erroes [15:12] I'm pretty new in ubuntu, and i have problem with sound. On headphones it plays normal, but when i want to use speakers it does not. On windows all was all right [15:12] *errors [15:13] czoken, are you using the same port? [15:13] Those are notebook integrated speakers [15:13] what brand and model laptop? [15:13] Hp 620 [15:14] czoken: open "alsamixer" from terminal, is anything turned down or muted MM at bottom? [15:14] I did it already zykotick9 all was all right [15:15] Marlenee: Can you please run "sudo apt-get -fy install" that will not ask you, it will just assume Yes [15:16] Do I really need to install "account-plugin-facebook" (and a bunch of other junk) to install lightdm? [15:17] No ideas about that sound? :/ [15:17] czoken, I found a link to a bug report where someone had posted they fixed the problem. [15:17] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/269027 [15:17] Ubuntu bug 269027 in Baltix "No sound from Laptop speakers, but headphones. my solution" [Undecided,New] [15:17] you can use the option --no-install-recommends with apt-get [15:17] post #5 [15:17] Thanks, ill check that [15:18] otak: thanks, that cut the junk by 700 MB :) [15:18] Rory : nothing change see this http://paste.ubuntu.com/6196910/ [15:18] cgtdk: careful using --no-install-recommends. you might end up missing some important stuff... [15:19] zykotick9: I am. Installing lightdm with that flag doesn't even give me video drivers. :) [15:20] Star-Flower: I can't install this package [15:20] cgtdk: do you not currently have Xorg installed? if so, DON'T install xorg with that! [15:20] czoken, does it give you errors? [15:20] zykotick9: No, I did a minimal install. [15:21] cgtdk: take smaller steps, install Xorg, install your DE/WM, then install lightdm. [15:21] just installed xorg [15:21] Griswoldz, diablo player? [15:21] sure [15:21] (Reading database ... 196239 files and directories currently installed.) Unpacking alsa-driver-linuxant (from .../alsa-driver-linuxant_1.0.18.0_all.deb) ... Setting up alsa-driver-linuxant (1.0.18.0) ... Building modules for the 3.2.0-54-generic-pae kernel, please wait... done. ERROR: Build failed. Please review the build log at /tmp/alsa-driver-linuxant.4654.log dpkg: error processing alsa-driver-linuxant (--install): subprocess insta [15:21] Hi i want to buy some ubuntu products such as caps , T-sirt , pens whould you ship/deliver them to me to my country ???? [15:22] centaurus: that's not a tech-support style question. email canonical's store about questions like that. [15:22] centaurus: check at http://www.ubuntu.com ? [15:22] returned error exit status 1 Processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot Errors were encountered while processing: alsa-driver-linuxant [15:23] czoken, can you use pastebin.ubuntu.com and post the log at /tmp/alsa-driver-linuxant.4654.log [15:23] Any good alternatives to lightdm (not gdm)? Something lightweight [15:24] !info slim | cgtdk i'm not sure you'd call it "good" but it's about as light as a DM is gonna get [15:24] cgtdk i'm not sure you'd call it "good" but it's about as light as a DM is gonna get: slim (source: slim): desktop-independent graphical login manager for X11. In component universe, is optional. Version 1.3.4-2ubuntu1 (raring), package size 877 kB, installed size 1486 kB [15:25] Star-Flower: terminal says that acces denied === Guest37652 is now known as Computron_ [15:25] i already sent a message to the store but i need an instant answer , is there any chat room where i can get answers ?? [15:25] Marlenee: Can you stop running your shell as root? [15:25] centaurus: not that i'm aware of.. [15:26] zykotick9: I'll try with lightdm then [15:27] czoken, ok give me just a few minutes and i'll be back [15:31] Okay then [15:32] hello, anyone who use tewrangled could help me with search and replace? [15:38] hello there! I downloaded latest v. Blender, and it doesn't start by clicking on blender.exe as it did before. [15:39] oh dear [15:39] uvala: You need to download the Linux version of Blender [15:40] ...assuming you are using Ubuntu [15:40] Zhaofeng_Li , yes I downloaded Linux one [15:41] also yes, I have ubuntu [15:41] yes, so you don´t have a blender.exe [15:41] uvala, [15:41] uvala, the .exe exten is for windows [15:41] Then, why it has .exe suffix? === keith360 is now known as bitslingr360 [15:42] sorry, it was meant for the sake of narration :) I wanted to say that I used to start it by clicking on the executable file named "blender" [15:42] and clicking on it now doesnt open the program [15:43] :) [15:44] ok, try running it from a terminal [15:44] uvala, what's the file extension ? [15:44] see if an error pops up [15:44] should be a missing dependency or other [15:45] uvala: Have you tried launching it from the terminal and see if any (error) message comes out? [15:45] Squarepy, because I downloaded it straight from the website and not from repo, it says: The program 'blender' is currently not installed. You can install it by typing: [15:45] sudo apt-get install blender [15:45] Hello. [15:45] Hey [15:45] Zhaofeng_Li , in the above message it tells me that it is not installed. [15:46] uvala, run it directly in the terminal, by selecting the path to the executable [15:46] Hey [15:46] oh ok [15:46] Me and my friend have a problem: [15:46] http://www.youtube.com/watch?v=41yQYIGKG9A [15:46] Could someone help me please with my python school assignment? I'm struggling with a task :( [15:46] uvala, it is not added to the path that´s all [15:46] i posted the question on etherpad: http://openetherpad.org/p/py [15:46] uvala: you'll do better, sticking to ubuntu packages... [15:46] kawaii_nekox3_gi, python, here, homework, meehh === bitslingr360 is now known as keith360 [15:46] hmm? [15:46] o_O i know! [15:47] Squarepy, is it just I type the path and press enter? [15:47] hi [15:47] Me and Seb1929 have an issue: http://www.youtube.com/watch?v=41yQYIGKG9A Ubuntu goes to a blackscreen after boot. [15:47] uvala, f.i. go to the folder then ./blender...etc [15:47] uvala: like /some/path/to/blender [15:47] !nomodeset | Lewes [15:47] Lewes: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [15:48] yes, I mean just the path and enter , nothing else? [15:48] no why [15:49] uvala: You first type "cd /the/directory/blender/is/in" and enter [15:49] Hi, I have an issue on Ubuntu 13.10 Beta where wpa_supplicant crashes on login. The ubuntu bug reporting app keeps saying the bug has already been reported on launchpad (https://bugs.launchpad.net/bugs/1210875), however this bug doesn't seem to exist. What's up with that? [15:49] Error: ubuntu bug 1210875 not found [15:49] uvala: Then you type "./blender" to launch it [15:49] that means it is private craftyguy [15:50] craftyguy: for 13.10, reask your question in #ubuntu+1 as it's not supported here. [15:50] fudus: thank you. why would this be private? [15:51] zykotick9: my question doesn't appear to really be specific to 13.10.. [15:51] Lewes: Dang! I watched that whole video but the error is like.. meaningless [15:51] Zhaofeng_Li , it says : bash: ./blender: No such file or directory [15:51] Probably because it involves passwords, so it is only shown to Canonical staffers. [15:51] craftyguy: doesn't matter. 13.10 isn't supported here, yet. [15:51] Lewes: You should add some details to the video, Ubuntu version, maybe add the text of the error [15:51] "Out of range !" [15:51] uvala: Have you cd'd to the directory yet? [15:51] Okay i see, that Star-Flower does not appear. Can someone help me with sound bug on ubuntu? Built in speakers doesnt work but headphones do [15:51] oh one second I need to correct it [15:52] fudus: ok, so when you come across a bug that is private and not able to automatically create a new bug with the reporting app, is it good practice to file another bug manually? [15:52] Savant: Ubuntu Server 64bit 12.04 happy :) [15:53] Zhaofeng_Li , I did this and came this: ~/Desktop/blender-2.68a-linux-glibc211-x86_64$ ./blender [15:53] bash: ./blender: cannot execute binary file [15:53] No, it is already in the system, they'll have a look at it eventually. [15:53] Zhaofeng_Li , so it says it cannot execute it [15:53] It is the weekend so it'll be delayed. [15:54] uvala: why don't you use the blender which is in ubuntu repo? this seems like a make-work project. [15:54] yep, understood. hey thanks for the clarification, i was confused why it was not able to find a bug that supposedly existed :) [15:55] uvala: Are you using the 64bit version of Ubuntu? [15:55] zykotick9, I haven't checked the current version in the repo, but it was quite an earlier one when I last downloaded it from there [15:55] uvala: so? [15:55] and blender is updating quite often lately [15:55] Zyl [15:55] Sorry [15:56] Zhaofeng_Li , yes, it is 64bit [15:56] There's probably a PPA that'll do all the work for you instead [15:56] zykotick9: you way want to consider adding something in the channel msg about support for betas is in #ubuntu+1 [15:57] Lewes: Has the OS ever booted? Is this a fresh install? [15:58] https://launchpad.net/~irie/+archive/blender [15:58] So, can someone help me with that sound? [15:59] just checked the version for Blender in the repo. it is 2.62. whereas the current one is 2.68 [16:00] craftyguy, i find multiple bug reports https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1230174 & https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1215534 [16:00] Error: Could not gather data from Ubuntu for bug #1230174 (https://launchpad.net/bugs/1230174). The error has been logged [16:00] Error: Could not gather data from Ubuntu for bug #1215534 (https://launchpad.net/bugs/1215534). The error has been logged [16:00] !latest | uvala [16:00] uvala: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [16:00] czoken: Try askubuntu? [16:01] I have no idea what it is [16:01] https://launchpad.net/~irie/+archive/blender Has 2.68 [16:01] zykotick9, that's perfectly ok :) I was just referring to it as an answer to your question. [16:01] Savant: Fresh install [16:02] uvala: that's wicked. You may try a... what fudus said [16:02] http://askubuntu.com/search?q=sound+speakers+don't+work [16:02] Only problem with sound I had I fixed by rebooting so can't help personally. === [1]mio6 is now known as mio6 [16:03] hey guys, i want to super-secure my lamp stack ( vritual hosting, multi domains ). i was thinking to use apparmor. also, php-fpm ( so each user runs his own php as his user ). what i want is that if 1 account get's hacked, for that account to not be able to affect all other accounts. any suggestions ? [16:03] fudus, thank you! ppa is the latest indeed === edk is now known as edk141 === edk141 is now known as edk_ === edk_ is now known as edk [16:06] [Error writing /etc/default/grub: Read-only file system] How to make it write? === Zampson_ is now known as Zampson === fudus_ is now known as lsvr [16:10] [Error writing /etc/default/grub: Read-only file system] How to make it write? [16:11] Lewes: see http://askubuntu.com/questions/175739/how-do-i-remount-a-filesystem-as-read-write [16:11] zykotick9: What command do I put in then? [16:12] I'm not very use to this partition system [16:12] hello [16:12] here it goes [16:13] server latest kernel on it but still shows 12.04.2 [16:13] my desktop shows x.3 [16:13] how i fix this? [16:13] reboot? [16:13] i did [16:13] something is missing? [16:13] package [16:14] i clean up the nand from old kernels because was getting full [16:14] and now i cant update properly [16:14] i mean i did manually update but it seems am missing a package [16:15] all ok though os side [16:15] meta2-1;2A /buffer -1 [16:18] Hey everyone. I set up a Samba share, and it worked for a while, but after I set up vsftpd and pptpd, the share is only accessible via IP, and not the share or the server show up on the network. [16:18] I allowed port 445 and 139 through ufw, but i must be missing something === Dave is now known as Guest34230 [16:22] Ntemis: Do you get an error when you try to update? [16:22] hello, does anyone know why google clears search page when i search something and go to some website and then i decide to go back to search results ? [16:23] Lewes: sudo mount -o remount,rw /partition/identifier /mount/point [16:23] *hits head* I meant to reconfigure grub. [16:23] Lewes: sudo update-grub [16:23] Nooo [16:23] We're changing GRUB config [16:24] need help. i have server with ubuntu 12.04, i can access via SSH but when i try to connect via SAMBA doesent works. some day ago works fine. i need to access to home folder of user. anyone can try to help me using console ? [16:24] [Error writing /etc/default/grub: Read-only file system] [16:24] Yes Lewes and you need to remount the filesystem as read-write [16:24] Lewes: Obviously replace /partition/identifier and /mount/point with the actual values - if you don't know them, please run the command "mount" and put the output on http://paste.ubuntu.com [16:25] Edit (or create) /etc/asound.conf with your favorite text editor (as root). Put the following contents in it (replace X and Y by the card and device numbers you saw): pcm.!default { type plug slave.pcm { type hw card X device Y } } Then save, exit and reboot. I stuck here, how to do that? [16:26] hey guys, i want to super-secure my lamp stack ( vritual hosting, multi domains ). i was thinking to use apparmor. also, php-fpm ( so each user runs his own php as his user ). what i want is that if 1 account get's hacked, for that account to not be able to affect all other accounts. any suggestions ? [16:26] czoken: How do you do which part? [16:28] Rory: Its Procedure Ad (Switch default sound card) [16:28] czoken: Are you following a guide? I don't understand what you mean by "Procedure Ad" sorry. [16:29] Oh, yes I do. I do follow this guide https://docs.google.com/document/d/1iTlJ8BfqXUjaHO__TEdlkvuqB1WLOkGaudngc5SFLMI/edit?pli=1 [16:32] Rory: no errors === ZIPY_ is now known as ZIPY [16:35] czoken: Can you please run the command "aplay -l" and put the output on http://paste.ubuntu.com [16:36] Rory: But i have ubuntu in polish, is that ok, or i have to do something? [16:38] czoken: The command is the same [16:38] !polish | czoken perhaps ask in here too [16:38] czoken perhaps ask in here too: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [16:39] what si init script for to run mysqld [16:39] http://pastebin.ubuntu.com/6197195/ Its this pasta Rory, if you mind, ill ask in ubuntu polish too [16:40] hi [16:40] hey [16:40] my speakers aren't playing any sound all of a sudden [16:40] i tried rebooting and resetting pulseaudio [16:40] !polish [16:40] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [16:40] need help. i have server with ubuntu 12.04, i can access via SSH but when i try to connect via SAMBA doesent works. some day ago works fine. i need to access to home folder of user. anyone can try to help me using console ? [16:40] #ubuntu-pl [16:41] how do i search for multiple file names at once such as a list of say fileA.bin fileB.bin fileC.bin and so on? [16:41] mr_boo: ls *.bin [16:41] anyone able to help? [16:41] wylde: i want those specific files only [16:41] czoken: I think you will be better helped there. It may be slower to reply than here. [16:42] wylde: not all bin files [16:42] atb: Are they turned on? Are they turned up if they have a physical volume control? [16:42] mr_boo, find /directory -type f -name "file?.bin" [16:42] Rory: Thanks i'll try in polish [16:42] Hello. I'm running Xubuntu Precise on my laptop. And I'm a problem that I can't log in. The screen that asks for the password doesn't show, and I get a few messages like "checking battery state [ok]". The last message is "could not open a connection to your authentciation agent", and the screen gets stuck there. [16:42] atb: Is the volume turned up in Ubuntu? run the "alsamixer" command - use the arrow keys [16:43] If I press the shut down button, I get a couple more messages and it shuts down fine, though. [16:43] rory: they're turned on, and the volume is up [16:43] overdub: the names i gave where arbitary i need to have a list of specific names [16:43] mr_boo, that will only work if the number in the file is one digit [16:43] Rory: trying the alsamixer thing now [16:43] Naeblis: If you press Ctrl+Alt+F1 you will get to a login screen. Can you log in OK with your user credentials using this? [16:43] i want to be able to have a list or a file with filenames and be able to list if those exists [16:43] can this be done in ubuntu? [16:44] atb: The alsamixer thing *is* the volume control, but OK [16:44] Rory: yeah, everything in alsamixer is turned up [16:44] mr_boo: Yes, ask in #bash [16:44] Rory: No one responds in polish :/ [16:45] Rory: yes, I logged in [16:45] Rory: i don't know if this could have caused this, but i killed Wine from the terminal because a program wasn't closing, and the program was using an fmod DLL [16:45] Hello [16:45] I am looking at disk usage analyzer [16:46] what is init script for to run mysql server ? [16:46] and in my main Linux partition there seems to be a mirror image of usage [16:46] (with one extra level on one side [16:46] ) [16:46] there's all my stuff [16:47] Hi === sarah is now known as Guest44816 [16:47] abnd then there are some things which are exactly the same size with odd hash names [16:47] We put in nomodeset and this happened: it did show Ubuntu login for 5 seconds then went black [16:47] Naeblis: From that shell, run the command: "sudo chown username: .Xauthority" - replacing "username" with your actual username [16:47] Marlenee: sudo service mysql start [16:47] called ".ecryptfs" [16:47] what is this, and how does it work? [16:48] atb: If you log in as another user, or the guest user, does the problem persist? [16:48] FourFire: It means you have set up an encrypted home directory [16:48] Rory : mysql: unrecognized service [16:48] Rory: i'm the only user [16:48] Rory: done [16:48] Marlenee: Is mysql actually installed? [16:48] Rory: i'm reinstalling pulseaudio to see if this works [16:48] Rory: is that good? [16:48] FourFire: I don't know, you tell me? You did it [16:49] atb: Try the guest user [16:49] I don't know how I did it [16:49] FourFire: Probably during the installation, there's a tick box [16:49] I probably randomly ticked a box--yes [16:49] FourFire: You probably thought encrypted home directory sounded really cool, and ticked it === Guest44816 is now known as sarah33 [16:49] FourFire: It won't cause you problems probably [16:49] but why do all my files take 2x the space then [16:49] Rory : yes sure [16:50] (I'm finding myself low on space [16:50] ) [16:50] After playing the Steam version of Final Fantasy 7 through the laest version of Wine from the PPA my 12.04.3 (the "Raring" HWE stack) started to reset the resolution and refrest rate every time X gets restarted. I've already tried reinstalling X and remoxing .config/moonitors.xml - to no avail. My GPU is a 7300GT + NV drivers 304.88. [16:50] FourFire: They don't really it just looks that way. [16:50] it's a problem which I will shortly solve by upgrading my storage medium, but I'd like to know what it does/how it works too [16:50] FourFire: technically they don't (it looks that way because the encrypted filesystem that actually takes up space is mounted to a directory) [16:50] FourFire: The real files are encrypted, and the encrypted container is mounted. The files are decrypted and presented to the system as if they were actually there [16:50] FourFire: Your low disk space issue is unrelated to encryption [16:51] ok [16:51] Marlenee: How did you install the MySQL server? [16:51] please tell me the way to how install linux to pen drive, size: 64 GB [16:51] Rory: tried the guest session, still no audio [16:52] linuxearth: burn linux iso in a pendrive [16:52] atb: Can you install the package "pavucontrol" and run it - this is the Pulse Audio configuration program === omg_linux_ is now known as omg_linux [16:53] atb: Use that to check levels, and to make sure the correct output device is selected in Pulse [16:53] linuxearth: you can use startup disk creator for burning iso image to pendrive [16:53] kanha: yes but how? [16:53] linuxearth: Do you mean to create a Live CD, or to actually install Ubuntu *to* the pen drive? [16:53] so should I now be rebooting? [16:53] Rory: it gave me an error; http://pastebin.com/61t3iWiE [16:53] how? because in pen drive i want to put ubuntu but i have opensuse installed right now [16:53] linuxearth: What are you planning to use the pen drive for? To install Ubuntu with onto your actual PC? [16:53] i actually want to install Ubuntu *to* the pen drive [16:54] thanks for the info! [16:54] yes [16:54] ok [16:54] i actually want to install Ubuntu *to* the pen drive [16:54] Rory: wow, it magically started working :D [16:54] Rory: thanks for the help anyway [16:54] hello everyone. I just installed ubuntu on my laptop (sell with windows 8) but there is many problems, wifi card isn't recognize but the main problem is that all the system is lagging [16:55] i have currently opensuse installed, but i want to try ubuntu and if it would suit (for which i am hopeful), i would install to pc, i at first want to install it to pendrive and let the pc boot from pen drive [16:55] Easiest fix ever [16:55] so how do i proceed that's my doubt kanha [16:55] sarah33: We should fix your issues one at a time. Does the system have a make and model? [16:56] linuxearth: You can just use a LiveUSB right? You can use unetbootin [16:56] linuxearth: do you have startup disk creator app in opensuse? [16:56] this is a hp pavillion [16:57] Idon't know where I can found the exact model [16:57] sarah33: There are a lot of HP Pavillions, is there a more specific model number on a sticker somewhere? [16:57] kanha: i don;'t know [16:57] one second I will check the bill [16:58] it is much advanced (thatt's why switching to ubuntu) [16:58] sarah33: It will be somewhere on the device [16:58] Rory: unetbootin? what's that? [16:58] check out in apps [16:58] HP Pavilion 17-e027sf [16:58] Thank you sarah33 [16:59] sarah33: What version of Ubuntu are you using? [16:59] ok wait [16:59] i tell [16:59] linuxearth: or follow the instruction here http://askubuntu.com/questions/197845/from-terminal-how-make-a-live-usb-for-all-distros-not-only-for-ubuntu to make live usb from terminal [16:59] oh i check [16:59] that [17:01] Rory, I have viewed this message at the startup: microcode: failled to load file amd-ucode/microcode_amd_fam16h.bin [17:01] maybe this is the reason why the system is very low [17:02] sarah33: What version of Ubuntu are you using? [17:02] sarah33, sudo apt-get install amd64-microcode # and reboot [17:04] I need to go out now - anyone who wants to help sarah33 she needs to get her Atheros AR9000 working, she won't say what Ubuntu version she's using [17:04] the last version [17:04] 13.10 [17:04] !13.10 | sarah33 [17:04] sarah33: Ubuntu 13.10 (Saucy Salamander) will be the 19th release of Ubuntu. Announcement: http://www.markshuttleworth.com/archives/1252 - Discussion and support in #ubuntu+1. Release date will be 17th October 2013. [17:05] how can I know my version? I have tried uname -a but I don't see the os version [17:06] sarah33: "lsb_release -a" [17:06] cat /etc/issue [17:06] but I'm sure I have the last one, I have updated the system right after install [17:06] ok 13.04 my bad [17:07] ok found that my problem is pretty much this: http://unix.stackexchange.com/questions/30030/xubuntu-oneiric-wont-start-xfce [17:07] (for precise) [17:11] ciao a tutti === james is now known as Guest77049 [17:12] ce qualcuno che mi puo aiutare per ubuntu? === james_ is now known as Guest73855 [17:13] !it | vincenzo [17:13] vincenzo: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) === josh_511 is now known as agliodbs [17:16] vmeson [17:17] Slaman? [17:22] huh [17:22] what happen [17:22] y thank you chano [17:22] chanserv [17:23] May I assist you with anything ? [17:23] how did that 'lemme google dat' work? [17:28] huh. Reinstalling the nvidia driver did the trick. [17:29] though I wonder what went wrong in the first place. Been using it just fine for over a year [17:38] How can I setup encrypted LVM for a new installation of Ubuntu LTS (the installation hasn't been done yet)? [17:39] When I google I see old documents on the wiki (really useful to have those hanging around) [17:47] I'm wondering if ubuntu 13.10 has a program that will find and delete duplicate files on my hard drive... [17:47] dmobley88: Thats crossposting. [17:47] dmobley88: fdupes === newbie is now known as Guest93532 === mars is now known as Guest84264 === Guest84264 is now known as Mars1 [18:05] hello all [18:05] dmobley88: fslint is a nice gui for such things [18:07] i just noticed that my computer significantly slowed down since some weeks. I am suspecting that a data hard drive is at the end of its life [18:07] is it possible that 1 hard drive which is not / or /home could still slow down the whole system? [18:08] and how could i check that? by unmounting the disk and seeing if its faster? [18:08] or should i completely unplug the disk? [18:09] so logging in with lightdm, the desktop (through EDID?) automagically finds the full resolution of the screen, but all my ttys are 4:3, shoved to the left of the screen. lightdm is also obviously stretched. I don't need to mess with any kernel cmdline in grub- maybe since this is an old install (ubuntu 11.x?) there's some cruft I need to remove? [18:09] Rev: what makes you think its this disk? [18:10] Rev: you could always unmount it, sure, and that would tell you if its the drive. but like you said, if the mount doesn't contain system files or your swap file, it shouldn't be chugging along for seemingly no reason [18:10] dmesg command would mention somthing if the drive isself is having errors also [18:11] ^ that. `dmesg | grep hdX` is your friend [18:11] its normally sdx these days ;) [18:11] Hi I want to install a ubuntu server on a hp Proliant ML310 during the install I get the question if I want to configure iSCSI volumes and then I get the question on what Ip my target and origine is? how to procede here [18:12] paulus68_1: so you have iscsi volumes on your setup? [18:12] erm yes lol I'm not old I swear [18:13] sammy, Dr_Willis well, the commands dont return anything specific, but i had trouble to access data on the disk earlier [18:14] "You can use dtruss to work out where the system is looking for the certificate file." how do i do that? [18:14] Rev : why dont you use disks utility? [18:16] or use smartctl from command line, but i would recommend to use GSmartControl, it's the best tool I have ever used. [18:17] sarvsav, i dont know that solftware, i will see [18:18] Is there a way to check what PPA is causing the "Check Internet Connection" error with the software updater without guess and check? [18:20] belkinsa: try running 'sudo apt-get update' from the command line [18:20] Thank you, pfifo [18:20] Dr_Willis: I have activated in my bios the embedded Sata Raid (raid 1) and during install it gives the message (one of more drives containing serial ata raid configurations have been found do you wish to activate these raid devices yes or no [18:20] !release [18:20] Ubuntu releases a new version every 6 months. Each version is supported for 9 months to 5 years. More info at https://wiki.ubuntu.com/Releases & http://wiki.ubuntu.com/TimeBasedReleases [18:21] when will 13.10 become available ? [18:21] Oct 17, 1013 [18:21] Dr_Willis: when clicking on yes I get configure Iscsi volumes undo change to partitions and finish partitioning and write changes to disk [18:21] thanks [18:21] Not a problem. [18:23] And along with that question, why does the software updater not say what PPA that is causing the problem? Is there a reason behind that? [18:23] Why is my port 22 refused? [18:24] Lewes: perhaps you dont have any service running on it. [18:24] I have openssh-server installed [18:24] and you checked its logs? [18:24] Lewes: firewall could be blocking it [18:24] Yes its running. [18:25] the logs give more info then if iots running or not. [18:25] I've turned off ufw [18:25] Dr_Willis: when just selecting finish partitioning it gives me the error that no root has been selected [18:25] How to disable iptables? [18:25] connections comming in, connections refused and so forth. If the server shows no connections comming in. then that would point to a firewall issue [18:25] Lewes: sudo netstat -ntpl | grep 22 [18:25] Lewes: compile you own kernel without iptable support [18:25] ssh client has a -vvv option for very verbose outut [18:25] just to be sure. [18:26] paulus68_1: give a filesystem the mountpoint of / [18:26] pfifo: This is a Ubuntu 12.04 [18:26] sudo iptables --list will show any rules that are in place - none by default. [18:27] oh yeah the verbose output is very nice actually. so anyone have any ideas on why X gets the EDID data fine and autosets the full screen resolution, but my ttys are 4:3, and even more odd, lightdm is obviously stretched? I would think lightdm would get the information as the same place as X/gnome/unity/whatever when it starts [18:27] So, ubuntu-desktop. How do I disable graphical desktop on boot? [18:27] Dr_Willis: need to get past the iSCSI configuration first I'm affraid [18:27] Lewes: ok... still, to get rid of iptables, you have to disable it at the kernel level [18:27] paulus68_1: no idea on that. I thought iscsi was for networked scsi devices. [18:27] pfifo; How could I do that with a pre-installed server? Wouldn't it be best to allow all incoming traffic? [18:27] Ubuntu 13.04 btw [18:28] theres no need to 'get rid of iptables' - you can just not have any rules. [18:28] Hi all ! [18:28] Dr_Willis: then you and I both are puzzling here :( [18:28] Would iptables -flush remove all the rules? [18:28] Lewes: spot on correct, just allow incoming connections, removing iptables all together would be a very very v. v. bad idea [18:28] Lewes: its --flush with 2 dashes.. [18:28] !iptables [18:28] Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as Gufw also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [18:29] --list will show IF theres any rules [18:29] which by default are none - as far as i know. [18:30] How to add an PPA that was already removed back? [18:30] I have a question... if I install headers for kernel, will I also need the headers all .deb? [18:30] Ari-Yang: no [18:30] Ari-Yang: well, depends what you're trying to do. Probably not. [18:30] gordonjcp: http://paste.opensuse.org/view/raw/10881712 [18:31] mmmmm toasted everything bagel with cream cheese, 2 slices of pepper jack cheese, and 6 slices of turkey.... so yummy [18:31] gordonjcp: there are no headers all .deb for this kernel.... [18:31] Dr_Willis: http://i44.tinypic.com/29m14zk.jpg [18:31] I had to go buy my computer a cheese burger this morning. [18:32] !nano [18:32] Text Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs, ed - For HTML/CSS editors, see !html - For programming editors and IDE, see !code [18:33] Rydekull: askubuntu.com (the ubuntu stack exchange) has this answer and is definitely my go-to first (FYI): google `askubuntu 79651` [18:33] sorry I would have sent/pasted the actual URL but I opened irssi in a terminal where I can't paste :P [18:34] sammy: ... uh, right. Anyway. I've solved it already. thanks though. [18:34] Hey [18:34] Rydekull: what did you do? I was just trying to say stack exchange is a wealth of knowledge and the answers are up/down voted. didn't mean to be all 'RTFM!!!!' [18:35] hi all [18:36] dmobley88: you owe me a bagel sandwich. all i have is reheated papajohns :(( [18:36] hey sammy... [18:37] Ari-Yang: nothing in that paste makes much sense [18:37] gordonjcp: nvm I figured it out, I need headers all [18:37] sammy: Well, appearently in ubuntu 13.04 atleast, disabling the graphical interface has been moved to be a grub-entry. GRUB_CMDLINE_LINUX_DEFAULT="text" in /etc/default/grub followed by grub-update solves it [18:37] sammy: Which to me, seems like a weird way of doing it. But yeah. Solved anyway [18:38] Ari-Yang: what exactly are you trying to do? [18:38] gordonjcp: it's okay, you don't need to help me. just upgrading kernel is all [18:38] Rydekull: weird. I think I remember seeing this in androidx86 too, actually. so I think its something that gets appended to the kernel command line by grub. [18:38] papa johns - thick crust pizza, spinach alfredo (used instead of the red sauce), then pineapple, jalepenos, chicken, mushrooms, onion, green pepper, extra cheese, and crushed red pepper @ sammy [18:38] * dmobley88 hands sammy a bagel sandwich. [18:39] sammy: Uh, didnt I just say it was? [18:42] 12.04 SBx00 Azalia (Intel HDA). Want to use SPDIF with Digital Output 5.1, but it's not there. only analog stereo out [18:43] In kubuntu, how do you change dolphin settings? [18:45] my computer just swallowed an entire can of beans. [18:46] Hello, If I have a backup of my / (including /home) how can I transfer all my settings and files from there to a new fresh install? [18:46] Why is my port 22 refused? [18:46] Is it my server refusing it or the router? [18:46] because you have to open it Lewes. [18:46] Lewes: perhaps your ISP blocks it, or SSH isn't properly running on it [18:46] Lewes: Because of your settings, most likely. [18:46] Lewes: Did you install openssh-server? [18:47] bekks: Yes [18:47] dmobley88: It is open. [18:47] Lewes: Where did you install it? [18:47] Lewes, from cli ufw disable [18:47] bekks: I just did "sudo apt-get install openssh-server" [18:47] on the host youwant to connect to. [18:47] freshfish: I already disabled ufw [18:47] Lewes: Where? On the computer you want to connect to? [18:47] bekks: Yes [18:48] Lewes: Then try "ssh localhost" on that computer. [18:48] bekks: My friend connected to the SSH on his other computer in the network. [18:49] bekks: But its portforwarded and won't let me on. [18:49] hi, when is the ubuntu kernel coming out? 2015? 2020? [18:49] Lewes: You have to explain the entire networking setup first. Which computer is where, where are which portforwardings on which routers? [18:50] savr: what do you mean by "ubuntu kernel"? [18:50] savr: There will never be an ubuntu kernel. Ubuntu uses the linux kernel. [18:50] bekks: The computer is connected to a Dlink DRR-655 router, on the router port 22 and 21 are portforwaded. [18:50] Lewes: And that computer is where? At your home? At your friends home? [18:50] bekks: for now [18:50] bekks: Friends home [18:50] Lewes: Then your friend has to fix his portforwardings. [18:51] bekks: He has though, its been portforwarded and I've checked [18:51] !clone | mio6 [18:51] mio6: To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » (this may cause problems with multiarch before 12.10) - See also !automate [18:51] Lewes: Then it would work. [18:51] bekks: But its not, thats the problem [18:51] Lewes: So his setup isnt correct. [18:51] Lewes: How are you trying to connect in detail? [18:52] bekks: Using PuTTy [18:52] Lewes: How? By staring at it and hoping it will connect? What are you _doing_ in _detail_? [18:52] in one hundred years ubuntu should push back all it's releases by a month so that in November 2103 we can have ubuntu 3.11 for workgroups [18:52] savr: Do you have a specific ubuntu support question? [18:52] bekks: I've installed PuTTy, and OpenSSH-Server and client on the server and disabled the firewalls. [18:53] Lewes: And you are staring at it. What are you entering where _in_ _detail_? [18:53] savr: offtopic, but rofl [18:53] bekks: What_do_you_mean? [18:54] Lewes: Well, for using putty as an ssh client, you have to enter an IP and a port at least. [18:54] bekks: Port 22 and IP 81.167.80.178 [18:54] Lewes: And which port did your friend forward? [18:54] bekks: 22 TCP and UDP [18:55] Lewes: UDP is not needed, since ssh uses TCP and not UDP. [18:55] BEKKS: Could it be disrupting it? [18:55] Lewes: No. [18:56] Lewes: But your issue is not an ubuntu issue anymore, since you arent using ubuntu, your friend is using ubuntu, your friend can successfully connect to his ubuntu, and the portforwarding of your friend is not working correctly. [18:57] I'm getting "API MIsmatch: Nvidia kernel module has version 304.88 but this driver has version 304.64 with Xubuntu. [18:58] Lewes: unless of course you've simply made a typo in the ip address and/or port 22 is filtered by your friends isp. [18:58] wylde: How can I change the port of the ssh server? [18:58] !sshd | Lewes [18:58] Lewes: SSH is the Secure SHell protocol, sshd is the server (or daemon) of SSH. For setting up the SSH server, please see: https://help.ubuntu.com/12.04/serverguide/C/openssh-server.html . Advanced SSH uses: https://help.ubuntu.com/community/SSH/OpenSSH/Advanced . For SSH client information, see !ssh . Related: !scp (Secure CoPy) [18:59] Lewes: i can certainly tell you that port 22 at that IP is closed [19:02] hi modeswitch command wont work even when I'm su! what could be the reason? [19:02] If you're compiling something from source that's newer than what's in the repos... what is the best way to handle adding something to $PATH, so you don't create problems for later? [19:02] says"access denied" [19:04] ello everyone, need a lil help.. [19:04] *rephrase* why/when did adept get dropped? === insulamsimia is now known as islandmonkey [19:05] best apt gui ever, imho [19:05] raiever: ask the question [19:06] alright so.. ubuntu to usb external hard drive. read online many tuts etc none have work for the latest version.. [19:06] Noskcaj, remember "adept"? [19:06] jack: #kubuntu might be a better place to ask about that [19:06] raiever: just make sure you pick the right drive when you go to install [19:06] hmm, ok thx [19:07] or do you mean the adept package has been completely removed? [19:07] geirha, yup [19:07] it's not available anymore [19:08] geirha: Kubuntu went to Muon [19:08] usb external*, installing from live cd. HDD is formatted to ext4, (only have this drive and cd player plugged in so its the right drive).. installs fine but on first boot it hits grub rescue or "hard disk error" page. [19:08] muon?? [19:08] jack: Yes, that's the default package manager in Kubuntu now [19:08] genii, is that a newschool-adept? [19:09] Well we changed the port to port 25566 and same error. === AndresSM is now known as AndresSM_away [19:10] any help from anyone? [19:10] raiever: Where did you install grub to? [19:10] jack: Hm. Might be mentioned in kubuntu's release notes; it used to be the default package manager in kubuntu, didn't it? so the release notes might mention why it was removed [19:10] bekks: Well we changed the port to port 25566 and same error. [19:10] Lewes: i don't think you/your friend is port forwarding correctly. possibly missing a hidden router web admin page "apply" button to actually save the rule [19:10] Lewes: Then your setup is still wrong. [19:11] daftykins and bekks: I checked and I was on teamviewer. [19:11] Lewes: i can see the port is still closed [19:11] !muon | jack [19:11] jack: Muon is the current Kubuntu package manager. Please see http://jontheechidna.wordpress.com/2010/07/05/introducing-qapt-and-the-muon-package-manager/ for an overview [19:11] i didnt manually install grub. just formatted the hdd and let the ubuntu installer do its thing. [19:11] Lewes: SSH is working correctly, since your friend can connect. It is not an ubuntu issue but a "how do I configure the router" issue. [19:11] Lewes: then the problem is the forwarding on the router. Not an ubuntu support issue. [19:11] daftykins: I don't know whats blocking it. [19:11] raiever: And the installer asks you where to install grub. [19:11] Lewes: is it pointing the rule to the correct LAN based IP? checked firewall? [19:12] then it was installed to the external along with everything else. [19:12] jack: If you have any more questions regarding Kubuntu , please ask them in the #kubuntu channel :) [19:12] raiever: Then your computer cant boot from that properly. [19:12] genii: merci bien [19:13] just installing muon [19:13] well help me out then?:) looking in gparted the main drive is the boot flagged drive. have two 8 gigs set aside (swap and an extended).. [19:13] kinda rapes my xubuntu [19:13] raiever: The boot flag isnt needed since 15 years anymore. [19:14] but maybe it's worth it [19:14] !grub2 | raiever [19:14] raiever: 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/Grub2 [19:14] boot flag is auto set when the os is installed. not something i did. [19:15] raiever: And it isnt even needed since 15 years ;) [19:15] raiever: Did you alraedy read the links given by ubottu? [19:16] ah well.. not yet loaded them but thenfirst one isnt what i have.. i dont have windows. [19:16] raiever: ubottu wrote more than one link. [19:17] yes i see that. like i said.. loaded them.. not it. :p [19:18] how do i install g++? i am getting a dependancy error which will not be resolved automatically. [19:18] the second one doesnt help me any either.. i dont have any second os installed.. the drive was formatted to ext3, then i just installed via normal install.. choosing to erase any files and install a fresh setup (just incase). [19:18] not included with a gcc pkg? [19:19] meet, install build-essential [19:19] the setup put the boot, grub, etc and partitioned the srive as it saw fit.. but the srive will not boot. i even idked in bios for a minute to let the pc recognize the usb hdd and nothing. [19:21] What's the default `umask` in Ubuntu? 0022? [19:21] alkisg, correct [19:22] * alkisg somehow got 0002 in some of his systems... need to find out why... thank you OerHeks [19:22] my.pen.is.erect [19:22] same here alkisg [19:22] jack@jack-desktop:~$ umask [19:22] 0002 [19:23] anyone done a ubuntu to usb external hdd here? [19:23] jack: thank you, do you have 12.04? [19:23] !ops | dmobley88 [19:23] dmobley88: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [19:24] raiever: sure [19:24] can you be of some assitance? [19:24] or try at least?:) [19:24] raiever: ask in the channel, I'll try to help as long as I'm around... [19:25] bekks: Since of portforwarding issues; my friend is going to put WIndows 7 64bit on a server. [19:25] OerHeks: I just tried ubuntu-12.04.3-i386.iso and got umask=0002... which version are you using? [19:25] dmobley88: Please help keep this channel family friendly, thanks. [19:25] Lewes: what a quitter :( [19:25] daftykins: Well portforwarding seems fine... [19:26] Lewes: However that should be helpful. It will not help at all. [19:26] all I said was My Pen Is Erect. there's nothing wrong with a pen being erect... [19:26] bekks; Thats exactly what I was trying to say [19:26] alkisg, on this system yes [19:26] dmobley88, got an actual ubuntu support question? [19:26] alright its pretty simple i just dont know whats going on.. im installing to usb external via live ubuntu disk.. hdd is partitioned to ext 3 by me, then the ubuntu installer does the rest.. everything installs and says to reatart and continue.. remove cd and hdd wont boot into os, just gives grub rescue screen. [19:27] raiever: definitely give a manual grub install a try [19:27] raiever: how old is your system? are you 100% sure it exports the usb devices to grub? === dmobley88 is now known as Anonynimity [19:28] And, where did you install grub? to the external mbr or to the internal one? [19:28] no, dmobley88 doesn't but I do. [19:28] ti have no idea how too. pretty new to ubuntu.. tired of windows dying. system was a custom build with parts only 2 years old. and i only have the external drive.. so if the ubuntu installer set the mbr itd be the external. [19:29] how in the heck do I install ubuntu touch on a non-supported device? [19:29] Anonynimity, ask in #ubuntu-touch [19:29] sorry for slow typing im on my phone atm. [19:29] thx bazhang [19:29] alkisg, read this about umask 002 and 0022 http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html [19:30] Anonynimity: https://wiki.ubuntu.com/Touch/Porting is what they'll point you at [19:30] I've read that alot genii [19:30] it's not helping [19:30] OerHeks: I'm more curious about why umask changed from 0022 to ubuntu 10.04, to 0002 to ubuntu 12.04... [19:30] *in [19:30] alkisg, for ubuntu *root it is 0022, for the user 002 [19:30] Anonynimity: Best bet then is to find someone knowledgeable in #ubuntu-touch channel that is working on a similar port [19:31] I've tried [19:31] no one is working on a port for the fusion 2 [19:31] :( [19:31] OerHeks: the 10.04 live cd has umask = 0022, the 12.04 live cd has umask = 0002, both for the "ubuntu" live user (and for the users created after installation)... [19:31] ...but I don't know yet why... searching... [19:32] alkisg: why is that live cd umask of importance? [19:32] bekks: it isn't; it's just a method to check that it's not some local change in my system, that it's a global ubuntu change [19:32] alkisg: Then differences between livecds are irrelevant - totally. [19:32] no help? /: [19:33] alkisg: unless you do know that you remastered the livecd, it is a global change. [19:33] bekks: how so? umask is set from pam, and I don't think live cds have some customized umask... [19:33] alkisg: livecds do not "memorize" settings. [19:33] So whatever is on the live CDs, will appear in the installed system [19:33] bekks: I really don't understand your point [19:34] What I'm saying is that 10.04 had umask=0022 and 12.04 has umask=0002, and that is proved by a clean installation [19:34] alkisg: I dont see why the umask change on the live cd is of importance at all. [19:34] Booting a live cd is similar to a clean installation [19:34] alkisg: no it isnt. [19:34] Why? [19:34] Do you know of any casper code that customizes umask? [19:34] alkisg: because the live cd is preconfigured and does not contain all the packages installed on a fresh installed system. [19:34] bekks: prove it [19:35] !ops [19:35] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [19:35] What part of the live CD customizes umask? [19:35] alkisg: You said it would be the same - YOU prove it. [19:35] blissi: yes? [19:35] It's obvious, I don't see any customization in the casper code [19:35] blissi: yyyyyeeeeesss? [19:35] Flannel: Myrtti unity sucks [19:35] So if you imagine that it's different, you need to specify where it gets different [19:35] blissi: use something else then. move on. [19:35] hmmmmmm [19:35] Anyways, it's not important [19:36] You can do a clean installation if you have doubts [19:36] alright, muon rules [19:36] jack: we're not even starting that. [19:36] alkisg: I dont need to since I dont see the importance of the umask on livecds. [19:36] alkisg: And on a fresh installed system, you will have 0022. [19:36] bekks: nope [19:36] As other 2 people reported, they have 0002 [19:36] blissi: you pinged 20+ people for no good reason. Please don't do that again. [19:36] herro [19:37] !ops [19:37] Myrtti, np :) but - i already love it [19:37] IdleOne: is being mean to me [19:37] !op [19:37] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [19:37] hi [19:37] i need help [19:37] Mmm, chanserv lag. [19:37] IdleOne: stop being mean please [19:37] LjL: you got it [19:38] hey [19:38] alkisg: 3 people havin a specific issue - without further details - doesnt make that a global problem, just my two cents. I'd stop this conversation now, since I dont see any value in it anymore. [19:38] i have problem in gcc [19:38] while sattic compilation [19:39] bekks: sure, I'm only interested in finding out why ubuntu globally changed umask for all desktop users in 12.04. I'll post the result when I find it. [19:39] any one could help me [19:39] alkisg: ubuntu didnt. [19:39] how do i log in to my freenode account? [19:39] alkisg: if they did, all other using 12.04 and above would have the same issue- [19:39] !details | harshal [19:39] bekks: ok let's stop arguing until I found out the result, I'll let you know [19:39] harshal: 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 ..." [19:39] bekks: it's quite possible that all do [19:39] how do i log in to my freenode account? [19:40] /msg nickserv help identify will give you instructions [19:40] cvtsx: /msg nickserv identify username password [19:40] it's better to use /quote nickserv [19:40] cvtsx, /nick bla; /msg nickserv identify blabla [19:40] you don't even have to specify the username [19:40] alkisg: Nope, we would have noticed since 04/2012. [19:40] cvtsx: don't do it in a channel window. Just in case ;) [19:40] thank you [19:40] shit [19:40] alkisg: Lets stop argueing, find the issue, and report instead of suspecting things. [19:40] rIGHT [19:40] thanks guys ;) [19:40] on to it... [19:42] Hello [19:43] which kernel is running on ubuntu 13.04? [19:43] bekks: here's the blueprint, reading... https://blueprints.launchpad.net/ubuntu/+spec/umask-to-0002 [19:43] dwwdwd: 3.8.0-xy [19:43] bekks: where can I check out in the site? [19:44] dwwdwd: packages.ubuntu.com [19:44] dwwdwd: What are you looking for, specifically? [19:45] !info linux-image-generic raring [19:45] linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 3.8.0.31.49 (raring), package size 2 kB, installed size 33 kB [19:45] bekks: I need 3.5 or newer kernel for my hardware http://pastebin.com/gNB0J2xU [19:46] alkisg: your "blueprint" moves the setting of the umask from the profile to the pam facility. Thats slighty different from "setting it to 002" ;) [19:46] "Change the default umask to 0002 " [19:46] dwwdwd: Then you will be fine with Ubuntu 13.04 [19:47] is this the right place for help troubleshooting a laggy minecraft installation? [19:47] I have such a problem - http://tinypic.com/view.php?pic=oazog3&s=5#.UlBsx7OLelM [19:48] Yesterday i try several diffrent icons themes, at least i decide to use fs-icon [19:48] ich nutze ubuntu 13.04 und suche den mozilla/thunderbird ordner ,..weil ich meine mails migrieren will...weiß jemand wo dieser ist? [19:48] !de | falkenhorst [19:48] falkenhorst: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [19:48] But after installation i become such error when ill try to update my system [19:48] ok [19:49] Hello. I want to buy a ROG G750. Somebody knows if it's possible to install ubuntu on it or not? Thanks in advance [19:49] Whay should i do to fix it? [19:49] ubuntu-addict: what is that? [19:50] bekks: what is what? [19:50] ubuntu-addict: Whats a "ROG G750"? [19:50] Asus ROG G750 [19:50] gaming laptop i think [19:50] yes [19:52] ubuntu-addict: Don' [19:52] ubuntu-addict: Don't buy a gaming laptop [19:52] why? [19:52] Too much heat, noise, and power consumption [19:53] bekks: so to sum up, it's implemented since oneiric, and it affects all users that belong to their own private group (e.g. alkisg:alkisg), while the rest still have 0022 (e.g. alkisg:teachers) [19:53] but necessary in my job for high level calculations [19:53] need help with samba on server, access via ssh works but via samba not. it's a server on intenret [19:53] with ubuntu 12.04 [19:53] ubuntu-addict: Why not get a desktop computer instead? [19:53] or a server? [19:53] i need to move... [19:54] ubuntu-addict: you dont need a gaming laptop for calculations. you need a high end laptop for high end business. Not gaming. [19:54] ubuntu-addict: All right, just don't get a gaming laptop. They are for suckers. [19:54] Yes, do what bekks said [19:54] do you have a model in mind? [19:54] Lenovo Thinkpad W models perhaps [19:54] ubuntu-addict: No. === null is now known as Guest86976 [19:55] i need i7 16go ram 2hdd at least 2x750Go and GT780 4Go for ~1500€ [19:55] but I don't know much about that particular segment of the laptop market [19:55] http://shop.lenovo.com/us/en/laptops/thinkpad/w-series/w530/ [19:56] ubuntu-addict: you dont need specific graphics cards for business. Do you do CUDA? If not, you dont need them. === Guest86976 is now known as nullmodem [19:57] bekks: he said he needs to do "high level calculations" [19:57] whatever that means [19:57] cgtdk: he used another word for gaming. If he really would do that, he already would have answered yes. [19:57] scientific calculations [19:58] ubuntu-addict: You can almost certainly install ubuntu on any intel based laptop. Whether all of the bleeding edge hardware will work or will have all it's features available is another question. [19:58] ubuntu-addict: Somebody has to buy one and try it, and report whether it works. Otherewise nobody knows. [19:59] if for example the backlight doesn't work it not a problem. Most important is if ubuntu can be installed and work without crash [19:59] http://www.ubuntu.com/certification/desktop/ [19:59] Hey guys. Doing network installs using this guide (https://help.ubuntu.com/community/Installation/LocalNet#A_variation:_Booting_the_.22Live_CD.22_image). However, on every machine I do the install on, none of them have wired connection options. This is quite frustrating. How can I resolve this? Ubuntu 12.04.2 [19:59] jhutchins: this is the reason why I ask here. I hope that some G750 owner will answer [20:00] ubuntu-addict: Better to search the web, and don't limit it to ubuntu, look for any linux. [20:00] ubuntu-addict: And dont focus on a gaming laptop when really doing scientific calculations. === nullmodem is now known as _nullmodem_ [20:01] i search over internet but didn't find the answer. I found only this question a lot of time but never answered === tgunr_ is now known as tgunr [20:01] * jhutchins wonders why a laptop too. [20:01] this is why I'm here... [20:01] ubuntu-addict: This isnt ##hardware ;) [20:01] jhutchins: He "needs to move" [20:01] i have 2 offices [20:01] cgtdk: read: "I want gaming". [20:02] bekks: I refuse to read that [20:02] Hey bekks it is not for gaming [20:02] ubuntu-addict: Then dont buy a gaming laptop. [20:02] ubuntu-addict: Check with other users in your industry. [20:02] ubuntu-addict: what kind of "scientific calculations"? [20:02] ubuntu-addict: If you need to do scientific calculations, buy a PC for that, fitting your needs. But not a gaming laptop. [20:03] bekks but do you know another i7 16go ram 2hdd at least 2x750Go and GT780 4Go for ~1500€? [20:03] when you say "Go" do you mean "gigabyte"? [20:03] there's no 'o' in 'gigabyte' [20:04] ubuntu-addict: you dont need three specific graphics cards for scientific calculations. If you want a justification for a gaming laptop, just go and get it. [20:04] dell T560 is better ok but the price..... [20:04] bekks: try to be nice to people :-) [20:04] bekks don't speak about what you don't know please [20:05] cgtdk: I am nice. This discussion about the justification for a gaming laptop is just pointless. :) [20:05] cgtdk: it's for dft calculations if you know? [20:05] ubuntu-addict: I don't [20:05] <[snake]> how can I check for keyloggers? [20:06] "You can use dtruss to work out where the system is looking for the certificate file." how do i do that? [20:06] density functional theory? [20:06] yes [20:06] abinit [20:06] dangerousdave: First, you need a linux system, since dtruss is available on solaris only. [20:06] heh? [20:07] if its only on solaris, i need solaris do i not? [20:07] dangerousdave: That or a solution that works on linux. [20:07] dangerousdave: if you are using solaris, you dont have an ubuntu issue :) [20:07] ubuntu-addict: what is the exact model Asus ROG you are looking at? [20:07] dangerousdave: There are a lot of different things that use certificates, what are you really trying to do? [20:07] G750JX-DB71? [20:07] trying to fix "openssl::ssl::sslerror: ssl_connect returned=1 errno=0 state=sslv3 read server certificate b: certificate verify failed" [20:07] cgtdk G750JH T4040 [20:08] Could the hardware discussion maybe go to #hardware? [20:08] lots of stuff online, hasn't worked for me though [20:08] dangerousdave: One more step back please. What are you trying to do when it gives you that failure? [20:08] ubuntu-addict: Do you have a link to its specifications? [20:08] !info rkhunter | [snake] [20:08] [snake]: rkhunter (source: rkhunter): rootkit, backdoor, sniffer and exploit scanner. In component universe, is optional. Version 1.4.0-2 (raring), package size 206 kB, installed size 876 kB [20:08] cgtdk: #hardware please? [20:09] jhutchins: tell ubuntu-addict === mudkip908_ is now known as mudkip908 [20:09] cgtdk: You could also take it to /msg [20:10] cgtdk: https://www.amazon.fr/Asus-G750JH-T4040H-Ordinateur-portable-Windows/dp/B00E5K6DIE [20:11] <[snake]> wylde, thankyou so much. Someone was hijacking my adobe acount and I'm in a buzz sorta o-o [20:15] What WM is Ubuntu + Unity using right now? Is it compiz? [20:17] lightdm [20:17] Uh.. [20:17] OerHeks: that's not a WM [20:17] Window Manager? [20:18] That's a desktop manager. [20:18] As of 2010 the Unity shell interface developers use a toolkit called Nux instead of Clutter.[38] Unity is a plugin of the Compiz window manager,[15] which Canonical states is faster than Mutter,[39] the window manager for which GNOME Shell is a plug [20:18] according to Wikipedia [20:18] Thanks. [20:27] + cgtdk [20:27] jhutchins: what? [20:27] Hey guys. Doing network installs in a fashion similar to this: (https://help.ubuntu.com/community/Installation/LocalNet#A_variation:_Booting_the_.22Live_CD.22_image). However, on every machine I do the install on, none of them have wired connection options. That is, when in the live environment everything works fine, but in the actual installation, no wired networking is available. This is quite frustrating. How can I resolve this? [20:27] cgtdk: Good Cite. [20:28] привет [20:28] All right [20:28] !ru [20:28] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [20:28] James_Epp: Figure out which chipset you're dealing with. [20:28] hi [20:29] !ru [20:29] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [20:29] !steam [20:29] Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [20:29] hi [20:29] jhutchins: How? Also, that isn't really going to assist. It seems to be like something is not carried over in any installs. This is the case from those terrible embedded VIA processors to AMD to Intel boards. I do not believe it is hardware releated. === ubuntu-addict is now known as beginner === beginner is now known as ub-beginner [20:30] vasily: kak sam, brat? [20:30] James_Epp: It is hardware related. [20:30] James_Epp: The live CD install works on some hardware. [20:30] Is ubuntu compatible with every computer or not? I heard that it is more difficult with uefi but not impossible. Is it true? [20:31] hi how to install Steam on ubuntu [20:31] hot est tut russkie) [20:31] James_Epp: My guess is that your hardware requires non-free firmware for the NIC. [20:31] dqwqwddqw: [20:31] vasily: da ets', est' :) [20:31] jhutchins: The live CD works perfectly on all of these machines. Only the network install does not. [20:31] James_Epp: Although, ubuntu shoul dhandle that. [20:31] dqwqwddqw: Please read what ubottu wrote regarding steam. [20:31] ub-beginner: Not every computer, but it does work well with many [20:31] ubuntoq davno polzueshsia& [20:31] ub-beginner: Just disable secure boot and it should be fine with UEFI as far as I know [20:32] !pl [20:32] Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [20:32] !secureboot [20:32] vasily: goda poltora, a chjo? [20:32] cgtdk: when it doesn't work is it just like the fn key don't work? or it doesn't work at all?? [20:32] ub-beginner: EFI requires a little more user care and involvement to set up. [20:32] cgtdk: when it doesn't work is it just like the fn key don't work? or it doesn't work at all?? [20:32] ub-beginner: More like it's harder to get the bootloader installed correctly. [20:32] ok [20:33] Throwing it out there: I disable secure boot and CSM in asus boards permanently and re-do the OS. [20:33] *that is, enable CSM [20:33] ne probeval arch7 i segodnz ves deni probival ystanavlivat)) [20:33] James_Epp: The only way you're going to find a solution is if you figure out what's going wrong and why, and how to fix it. [20:33] bekks: the problem is that from the ubuntu software center I can't click install it there's a buy button instead of install button, but Steam is free [20:34] vasily: nea, mnu i na bubne kajfova [20:34] dqwqwddqw: You dont need the software center to install software. [20:34] bekks: so what sudo apt-get install steam? [20:34] dqwqwddqw: Follow the link above link for install instructions. [20:35] dqwqwddqw: Read the second link ubottu gave you. [20:35] https://wiki.ubuntu.com/Valve this one? [20:35] right? [20:35] dqwqwddqw: Yes. [20:35] nu a mne na debiane) dli razvitia ystanovil. ne znaesh kak tyt zaiti v gryppy arch? [20:35] okay I am reading [20:36] vasily: blin, u guglja sprosi, brat! :) [20:36] sprosit kak tyt naiti gryppy) vratli naidy) [20:38] vot gde mne english ychit) tyt perepisivatsi s americansami) [20:38] !ru [20:38] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [20:38] HI! UBUNTU-FOREVER [20:40] Do what you using KDE, Unity, Gnome< XFCE? [20:42] how i fix E: Could not perform immediate configuration on 'python-minimal'.Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) [20:43] how do I get to the ubuntu patition [20:43] I have windows too [20:43] I have just blank desktop, no Unity launcher, no windows, nothing, even keyboard binds like Alt+T or Super don't work, any hints? [20:44] in setting keyboerd [20:45] ernie24: what u've done before problem appeared? [20:46] help [20:46] OoOo: what the matter? [20:46] how to select the linux partition to boot into [20:46] i have a windows partition too [20:47] ye i dual boot also [20:47] tozen - well, nothing particular, I just experienced sudden power down yesterday. Today I just logged into empty desktop. [20:47] its the only way 2 go [20:47] OoOo: You should see the grub boot menu when you start up. It should have entries for both Windows and Debian, and Debian should be the default. If it's not, you need to fix grub. [20:48] i dont [20:48] I see the bios then windows [20:48] OoOo: Then you have not successfully installed grub. [20:48] update-grub [20:48] OoOo: Did you install windows after ubuntu? [20:48] vasily: Not if he doesn't see it to begin with. Good fix if he doesn't have a windows option. [20:49] yes [20:49] OoOo: Which version of windows? [20:49] xp [20:49] OoOo: Then you have to repair your grub bootloader now. [20:49] !fixgrub [20:49] 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/Grub2 [20:50] OoOo: Windows took over the bootloader. It's not friendly to other OSs. [20:50] OoOo: update-grub [20:51] vasily: no. [20:52] I dont have the cd [20:52] vasily: That only updates the menus, scanning for new bootable partitions. It does not fix the mbr which gets over-written by windows. [20:52] and I cant get into linux os [20:52] I bad know english language) [20:52] OoOo: How did you install ubuntu to begin with. [20:52] oh wait [20:53] install ubuntu very install [20:53] install ubuntu very simpl [20:54] tozen: ok I was able to fix it - http://askubuntu.com/questions/17381/unity-doesnt-load-no-launcher-no-dash-appears/286349#286349 [20:54] please explain how to install on uefi laptop. thank u [20:55] mrdeb: what do you want to install? [20:56] ernie24: linux [20:56] !uefi [20:56] UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [20:56] mrdeb with Ubunty you don't need to do anything special [20:56] it will update UEFI records for you [20:57] bay [20:57] ernie24: what about debian 7 [20:59] why does ubunutu installer yell at me when I do not create a swap partition? [20:59] mrdeb: ask a Debian channel [20:59] do I really need one if I do not plan to swap? [20:59] Titanium: No [20:59] mrdeb: if I am not wrong, any distro with grub that is not ancient will do that [20:59] cgtdk thanks [20:59] !ops [20:59] Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l! [20:59] ernie24: thank you [20:59] Titanium, you might want to use hybernate, that is what it is complaining about [20:59] at least you were not rude [20:59] I'm running without swap myself on several boxes and it's running fine (as long as you have enough memory) [20:59] mrdeb: yyyyyeeeeesss? [20:59] Titanium: you need one if you plan to use suspend/"sleep" though [20:59] !nvidia [20:59] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [21:00] OerHeks: Do people actually use that? [21:00] how am I meant to find boot repair [21:00] Titanium: if you want to suspend, you need a swap partition as large as your RAM. [21:00] cgtdk i have over 2x as much ram as disk [21:00] cgtdk, dunno, i have no screensaver too [21:00] cgtdk so not really an option to swap ;) [21:00] im booting from the cd [21:00] Titanium: so you cant suspend. How much RAM do you have? [21:00] I cant find 'boot repair' [21:00] 512GB [21:00] By suspend do you mean something different from standby? [21:01] Titanium: which server is that? [21:01] C460M2 [21:01] I guess no ops needed then? [21:01] I can't find Additional Drivers on my ubuntu 13.04? [21:01] Titanium: From which manufacturer? :) [21:01] 64 memory slots, and its quad socket, quad channel per socket, 4DPC [21:01] cisco [21:01] have a nice time all [21:01] its my new desktop ;) [21:02] help [21:02] Titanium: you poor. you must be deaf meanwhile. [21:02] bekks nope, i still got money leftover to buy the GPU and sound ccard ;) [21:02] Titanium, so why don't you have a spare 512 ssd for that ? [21:02] bekks and i have it in a 6U silentenclosure [21:03] OerHeks: Thats wasting money. SSD for swap usage. :) [21:03] OerHeks seems like a waste of an SSD when I have 209 (and soon to be 40) TB of storage [21:03] 20* not 209 [21:03] Titanium: Still too load and too much power consumption, imho. [21:03] bekks, he would be able to hybernate then [21:03] i got adapter for range plug [21:03] !nomodeset [21:03] A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [21:03] OerHeks: It is a server. No need to hibernate. [21:03] so i get 30 amps of 220 [21:04] uses 1KW+ at full load [21:04] I also need to make the linux volume smaller and make the windows one bigger [21:04] Titanium: Thats pretty much. [21:04] i plan to get 4 of them [21:04] Titanium: I'd replace them with one Oracle SPARC T5-2 :P [21:04] bekks but then you cannot run games :( [21:04] !nomodeset [21:04] A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [21:05] Titanium: I dont play games. [21:05] help [21:05] bekks that is what I am getting thos one for [21:05] Titanium: Ah, waste of money and power. OK. [21:05] bekks i multibox, so i need a bunch of CPU power and lots of PCIe slots [21:06] hello [21:07] pls help [21:07] So my wireless is working fine without my Ubuntu desktop on the LAN. As soon I plug in an ethernet cable the internet goes down on all clients on network. LAN still works [21:07] Any ideas what could be causing this [21:09] pentester: sounds like you have a dhcp server running on your ubuntu box overiding your router. Just a thought. [21:09] wylde, any particular program i should look for? [21:11] what is a good hex editor to use for ubuntu [21:11] pentester: ps aux | grep -i dhcp ? Also check the configuration of the network adapter connecting to your local network. [21:11] hey, i have php5.3.10 installed [21:11] i wanna update to the latest 5.4.whatever [21:12] apt-get update and then upgrade says it's all up to date. [21:12] what am i missing? [21:12] Happzz: Thats the latest version from the ubuntu repos. [21:12] I just plugged it back into ethernet and everything is working. I didnt do anything. [21:13] bekks are you sure? it's old like omg [21:13] Happzz: check on packages.ubuntu.com [21:13] can anyone recommend me a laptop without windows installed with no tpm, secure boot and computrace since most of these new ones seem to have 2 or more of these "features" [21:14] bekks 5.4.9-4ubuntu2.3? [21:14] Happzz: For your specific ubuntu release? [21:14] rrm just get a reg laptop and use a bootable usb [21:14] Happzz: Which ubuntu release do you have? [21:15] bekks not sure. [21:15] 12.04 [21:15] Happzz: Whats the output of "lsb_release -sd"? [21:15] 12.04.3 LTS [21:18] Happzz: latest php version for precise is 5.3.10 [21:23] rrm: Windows being pre-installed is often cheaper because of all the bloatware the OEMs are paid to add [21:23] iirc [21:24] how does 1 Debug a program or any thing? [21:24] !details | darkangel [21:24] darkangel: 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 ..." [21:25] is there a web site how to debug stuff? like a Setup.exe game disk [21:25] I don't understand what you are talking about (other than having something to do with debugging) [21:25] What is a 'setup.exe game disk'? [21:26] setup.exe of a install program peace that u see on a disk [21:26] Launcher [21:26] darkangel: you cant run windows .exe files directly. [21:27] how do i make a shortcut link on my desktop to a sftp location! [21:27] I know i done tryed Wine 1.7.3. but if u Send a bug report they all ways have something to bit ur head off about [21:27] so ima up for fixing my own stuff [21:28] Is there a channel for hardware prototyping? [21:28] jcrza: /list [21:28] darkangel: wine setup.exe [21:28] is there no WebSite where it will Train u how to debug? programs? [21:29] anyone? [21:29] hi, is there a similar application like fpaste from fedora for ubuntu? [21:29] Hey is there a way to give applications priority with bandwith? [21:29] such as my terminal over transmission? [21:29] darkangel: what in very detail are you trying to do actually? [21:29] mrrcp: "nautilus sftp://blah/" maybe [21:30] Hi [21:30] daftykins: to make a shortcut on a desktop [21:30] gregor3005: pastebinit [21:30] mrrcp: there is a package for that, not sure how well it works, i think it' was called drip something, trying to remember [21:30] pfifo: thx i try it [21:30] no... tryin to Install Oblivion Elder scrolls IV under WINE but wont do crap just show's a little message of code's and when u click OK it dont Install [21:31] darkangel: Then check out the winehq website on how to run that game using wine. [21:31] I have been trying to make my E372 3G dongle to work on Ubuntu 12.04 LTS 32 bit but no luck any idea ? [21:31] !winehq | darkangel [21:31] darkangel: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [21:31] !info trickle | mrrcp [21:31] mrrcp: trickle (source: trickle): user-space bandwidth shaper. In component universe, is optional. Version 1.07-9build1 (raring), package size 42 kB, installed size 180 kB [21:32] How do u Debug stuff though? [21:33] !info gdb | darkangel [21:33] darkangel: gdb (source: gdb): The GNU Debugger. In component main, is optional. Version 7.6~20130417-0ubuntu1 (raring), package size 2211 kB, installed size 5865 kB [21:33] darkangel: if you want to debig windows programs, you have to ask a windows channel though ;) [21:33] 12*debug [21:33] darkangel: use gdb [21:33] ok thx === rafael is now known as Guest9087 [21:33] trickle [21:34] is that a commonly used app? [21:34] hello guys.... you know tell me what is the package name of the ubuntu translation to portuguese (brazil)? [21:36] mrrcp: not sure if I even had it working, saw it suggested here and installed it. [21:37] dont you have to setup the settings? [21:37] !wondershape [21:37] !info wondershape [21:37] Package wondershape does not exist in raring [21:37] hmm [21:37] o [21:37] !info wondershaper [21:37] wondershaper (source: wondershaper): Easy to use traffic shaping script. In component universe, is extra. Version 1.1a-6 (raring), package size 14 kB, installed size 76 kB [21:38] i wonder which is better [21:39] any ideas? [21:40] try them [21:40] is there a way that I can make Nautilus search the inner contents files? [21:40] or another application I can use? [21:40] mrrcp: I would like to hear how each of them go for you. === Guest9087 is now known as rafinhaaa [21:41] yo. just did upgrades to stop ubuntu nagging me. it appears to have removed support for my touchpad [21:41] any ideas as to how i can get my touchpad back? [21:42] Hey does Geany Help on Debugging? [21:42] !details | makoto [21:42] makoto: 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 ..." [21:42] darkangel: no. [21:42] ok [21:42] darkangel: did you visit the wine appdb to check how you can install your game? [21:43] it's raring, thats as much as I know [21:43] i just want to be able to use my laptop! [21:43] not yet [21:43] what other details are needed? [21:43] makoto: laptop model, kernel version, stuff like that [21:43] previous ubuntu version [21:44] Linux mak0-HP-Pavilion-dv6-Notebook-PC 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [21:44] darkangel: that would be the very first thing to do instead of "debugging". [21:44] previos version was raring as far as i'm aware- it updated packages [21:44] oh [21:44] what did you update? [21:44] not a clue! it just kept saying "updates are available" [21:44] so i clicked ok, entered my password and went off to make a coffee [21:45] I see [21:45] it doesn't keep update logs, does it? [21:46] hello guys.... you know tell me what is the package name of the ubuntu translation to portuguese (brazil)? [21:46] /var/log/dpkg.log [21:46] @ makoto [21:47] cgtdk: ha it literally upgraded everything [21:48] rafinhaaa: you could see which packages you need with: check-language-support -l pt; [21:48] makoto: That seems unlikely [21:48] well [21:48] ok not literally [21:48] not literally at all [21:49] rafinhaaa: See also here http://askubuntu.com/questions/149876/how-can-i-install-one-language-by-command-line [21:49] regardless, it's upgraded a lot.... http://pastebin.com/Ypq8MjWT [21:49] trism: thank you! [21:49] Rory: thanks! [21:49] new xorg [21:49] i wonder [21:49] i will check it [21:50] makoto: 'figuratively everything' seems to be a fitting description :-) [21:50] ah yes [21:51] although, i doubt i'll remember how to spell figuratively [21:51] it doesn't roll off my fingers easily [21:51] brb [21:51] makoto: what about 'virtually'? [21:52] hmm [21:53] http://paste.ubuntu.com/6198373/ this is better [21:53] ok here goes the test [21:53] trickle installed [21:53] makoto: try using the previous kernel [21:54] it should still be there [21:54] ah ok [21:54] is there a command to get a local machines public facing IP? [21:54] brb detaching screen and reboooting [21:54] commandline [21:54] Hello everyone, I am new to ubuntu and I am having a issue of connecting to one of my windows PC through the network locations but I can see the rest of them and get in the files of the others [21:54] was it shift to get into grub on these newfangled things? [21:54] So [21:55] It may be working properly [21:55] delinquentme: curl http://canhazip.com/ [21:55] techlord: you may have file and print sharing turned off on the computer you can't see. Maybe you need to go into the folder on the windows machine and share the folder you want to see on the network [21:56] I have done this on the PC and have checked with my other PC's and I can see it from all other PC's but my ubuntu 12 [21:57] As I was thinking the same thing [21:57] But as I said I can access this PC from any other PC in the house [21:57] makoto: yes, hold down shift [21:57] but this one [21:57] but you have to be quick [21:58] and the other 2 PC's connect and can be seen fine [21:58] cgtdk: hm yep. old kernel's fine [21:58] regression ftw === CyberJacob is now known as CyberJacob|Away [21:59] Yeah, regression sucks. I'm currently stuck on 3.9.11 on my laptop because newer versions mess up backlight control. :( [21:59] I should probably stick to the Canonical-maintained 3.8 branch [21:59] on my laptop [22:00] i remember back in 9.04 i had a dell and that worked real nice until i upgraded it one day and it never worked the same since :( [22:01] Well it seems that it is helping a little [22:01] as far as it not locking up my ssh [22:01] Speaking of kernels, there's usually a 'linux-headers...-all' file in addition to the 'linux-headers/image..._ARCH' files in these directories: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/ Is there a reason why there isn't one in that specific directory? [22:01] 9.04/9.10 were wonderful [22:01] those were the days [22:03] does the LTS 12.04 support pae? [22:03] rrm: yes. [22:04] Hi I got a question [22:04] !ask | we6jbo [22:04] we6jbo: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [22:04] Are there drivers for the NVIDIA Quadro K600 that will work with Ubuntu? [22:04] cgtdk: If you review the build.log you'll see the build didn't succeed [22:05] TJ-: I see. Thanks [22:05] bekks: i meant non pae processor, sorry [22:06] rrm: http://askubuntu.com/questions/117744/how-can-i-install-on-a-non-pae-cpu-error-kernel-requires-features-not-present [22:08] rrm: 12.04 has PAE and non-PAE 32-bit kernels [22:09] rrm: See http://packages.ubuntu.com/search?keywords=linux-image&searchon=names&suite=precise-updates§ion=all [22:09] TJ-: thanks man [22:09] is there a way that I can make Nautilus search the inner contents files? [22:09] or another application I can use? [22:10] you mean search for a text string inside a document nurow? [22:10] yep [22:11] <-- web developer [22:11] maybe searchmonkey [22:11] nurow: gedit may do that. If not natively using a plugin perhaps [22:12] nurow: That's what "grep" is for [22:13] nurow: For non-text (binary) files you can use "strings $FILE | grep 'FIND_THIS'" [22:13] I messed up my bluetooth stack trying to get a remote controler working [22:13] or gnome-search-tool nurow [22:13] anyone here pretty good with libreofffice [22:14] hmm [22:14] I managed to not get it working again by installing blueman, I can pair stuff but no keyboard or gives output out [22:14] thanks for all the suggests guys [22:14] cgtdk: 9.04/.10 wasn't quite the days for me- i had to do thta updgrade as there was some silly configuation in .04 that caused usb 3g modems to do strange things on plugging them in. [22:15] the answer to that question is irrelevant macsplean, what are you trying to accomplish? [22:15] macsplean: i am ok with keyboard shortcuts so you can ask me about getting around libre [22:16] I am wondering what packages I can install to reinstall the standard bluetooth stack on ubuntu 13.04 [22:16] i am trying to change tab functionality to accomplish 2 things. First, when using tables in writer, I want the tab to indent, not move to the next table cell. Second, I want to change the number of spaces that tab moves forward by [22:16] hey guys, how can i make sure php ( running as php-fpm as USER , not apache ) can't read outside /home/USER ? [22:17] i would imagine the would take some pretty serious editing of the core files itself, tab moving one cell to the right is kind of universal macsplean === gbyers[Away] is now known as g_byers [22:18] DthZig: what did you do to mess it up in the first place [22:18] raul_p: make a test file outside /home/$USER and use a php script to try and read it? [22:18] macsplean: by default, tab inserts a tab, no whitespaces. That configurable in the settings. [22:18] wylde: /etc/passwd :) [22:18] i'm trying to secure the shit out of my lamp [22:18] macsplean: on openoffice it was arrow to move cell-to-cell not tab, tab was indent [22:18] but, grr, i just uploaded a php shell and i can run anything [22:19] keep the language clean please [22:19] loadid_czech: ok, well, in that case, can you think of anything I can do to give myself the functionality of pressing a button to insert multiple spaces . I am writing code and it is annoying to write multiple spaces all the time [22:19] I first tried to install an old version of bluez with a patch, then that didn't make the remote controller work better, I tried to get back to where I started, but I clearly have installed the wrong bluetooth stack [22:19] ender-adam: thanks I may switch over to that [22:19] I am on blueman something now [22:19] raul_p: then disallow the usage of system functions, etc. first. [22:19] i'm thinking now to add the system users ( that will have vhosts ) to a group, but not sure what to do with that group to restrict it's access [22:19] bekks: not really, as wordpress relies on those :( [22:19] and plus, i can't disable file_get_contents :) [22:19] raul_p: then its pretty hopeless. [22:19] or fopen === diego is now known as Guest43347 [22:20] well, apparmor maybe can help, or some ACL's [22:20] raul_p: It depends what user account the PHP script us running as, which probably depends on the httpd process [22:20] but i'm new to that ... [22:20] TJ-: the php runs as the user [22:20] TJ-: httpd runs as www-data [22:20] raul_p: using suexec ? [22:20] macsplean: looks like bekks may know how to change that in the configuration settings [22:21] worker + fastcgi + php-fpm [22:22] bekks: do you know how to configure libreoffice writer so that tab indents and doesn [22:22] bekks: doesn't change between table cells [22:22] macsplean: No, I dont know that. I just know that its configurable wether tab (in writer) inserts tabs or spaces. [22:22] does any of you have experience with acl's or apparmor ? [22:23] macsplean: don't, openoffice is the old, try libre 3.5 [22:23] raul_p: Ahh OK, in which case you need to add "open_basedir = ..." to the php.ini for that user's fastcgi config [22:23] did that [22:23] but i still can read outside [22:25] open_basedir /home/test1/www/ … but fopen ( /etc/passwd ) works with no problem :) [22:25] ender-adam: could you recommend me a method to install 3.5 if I am currently running 4? [22:25] Anyone know what packages I can install to get the standard bluetooth setup on 13.04? [22:26] maybe bluez DthZig? [22:26] apt-get remove --purge bluez && apt-get install bluez [22:26] Okay will try [22:27] TJ-: /usr/bin/whoami => test1 [22:27] so i'm running as user [22:27] so i really think i need to make the system to not let users in certain group to do anything [22:29] raul_p: Have you made a temporary info.php file in that domain with "" ? Read that from a browser to check that the settings you think are set, actually are. [22:29] yes they are [22:29] plus exec whoami :) [22:30] Ok... having a bit of trouble with a package. I want to install proftpd with mysql support, but the package proftpd-mod-mysql doesn't have mod_sfto_sql.c [22:30] Is there a package in the repo that just has ALL of the modules included, and can be configured as needed? [22:31] mod_sftp_sql.c typo [22:31] F41L: There is no such package. [22:31] So... only choice I have is to not use the ubuntu repo and compile from source? [22:32] lovely [22:32] someone want to give me some movie suggestions? [22:32] cvtsx wrong channel [22:32] cvtsx: do a remake of citizen kane [22:33] Yes that makes sense :) They already did a remake of Wrath of Khan and that was a success :) [22:36] hmm [22:36] So how would I take proftpd-dev package and compile it with ALL modules included? [22:36] .com === chris___0076 is now known as Chris_0076 [22:38] HELP [22:38] wow alot of ppl are quiting :P [22:38] rhythmbox doesn't work [22:39] !details | sam113101 [22:39] sam113101: 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 ..." [22:39] I have double checked and the PC I am trying to access has file sharing setup and can access it from other PC's but not this one, but I can get to my other PC's any ideas? [22:39] MonkeyDust: I try to open it but nothing happens [22:40] Hi I upgraded to Ubuntu12.04 in the last fortnight. For the first time, trying to access the internet, and it tells me that a DNS lookup failed. I'm just a home user with a router - don't recall messing with DNS settings previously. May I please get any advice? [22:40] I keep getting unable to mount and failed to retieve share list [22:41] hi, how do you mount an hfsplus disk so it's writable? [22:41] it's a wd elements [22:41] like this [22:41] external [22:42] I tried sudo mount -thfsplus /dev/sdb2 /media/hfsdrive [22:44] i'm hoping someone can help, I'm using rsnapshot and it seems to complete successfully and yet do nothing http://pastebin.com/HmrGjrPL - that has my config, the output to the screen, and output to log file. I know this is ubuntu channel but I figured someone here would know how to fix this. I'm 2 hours in and about to pull out the rest of my hair === safejav is now known as shokunin === shokunin is now known as safejav [22:46] The asking to answering ratio is imbalanced. [22:47] I know, right? [22:47] Free is free. [22:47] It is a free open room it happens LOL [22:48] Is there a way to get the feel of Elemtry OS while still using Ubuntu? [22:48] hello, what meen "The following packages have been kept back" when i do upgrade http://pastebin.com/pni82bNu [22:49] loa: sudo apt-get dist-upgrade [22:50] I have double checked and the PC I am trying to access has file sharing setup and can access it from other PC's but not this one, but I can get to my other PC's any ideas? [22:50] I keep getting unable to mount and failed to retieve share list [22:52] techloard - is it nfs? [22:52] Yes [22:53] techlord, don't PM me please [22:53] and I have accessed it before when I was using 10 [22:53] soor [22:53] sorry [22:53] my client said you attempted to PM me, but I can't see what you said so why don't you just ask me here === xD is now known as Guest84578 [22:54] Sorry, still learning irc chat [22:54] i'm a total noob, and trying to reformat a drive. i don't know if it's the way i'm mounting it, or how i'm creating my partitions, or what.... but it keeps registering my 750GB drive as 134MB. anyone care to walk me through this? im pulling my hair out [22:54] I was just looking for help with my connecting to a PC on my network [22:55] I can get to all my other pc's but one [22:55] and it is killing me LOL [22:55] techlord: whats being shared by what method between what OSs? [22:55] what is in /etc/exports on the nfs server machine? [22:55] I'm not proficient in Ubuntu, but generally you can get a better answer by posting your question on the channel than by PMing some random person [22:55] If the other PC's can access, then is the ip/network/name/whatever not allows in /etc/exports? [22:56] Purpleleaf: I am getting this error when I go to the network folder [22:56] zoned what's the output of df -h ? use pastebin to show it to the channel [22:56] Oh I see [22:56] zoned: look at how it sees it in Gparted, the partition editor. Be careful not to change anything, just look for now [22:56] Sorry for my ignorance I can not even find how to connect with IP LOL [22:57] thanks guys....I'll try a little later [22:57] MonkeyDust: i just deleted the only partition and rebooted. so how should i mount it now? mount -t reiserfs /dev/disk/by-id/ will make df -h show it as 134MB [22:58] Can someone help me? I use openvpn service vpnbook. I've configured everything the same as in the howto. It works fine, but i've got a problem. I can't close vpn connection. When i close terminal vpn still works. VPN closes only after system's restart. How can i close vpn? [22:58] zoned not sure if reiserfs works well with ubuntu [22:59] demsad: Is the openvpn client session defined as a system service, in "/etc/openvpn/" ? [22:59] its actually an unraid server, but #unraid is dead.... ubuntu is the only other linux exp i have so i thought i'd just come here :-/ [23:00] hello everybody... is someone fit in server maintenance? i have a little issue with my raspberryPI,a backup and a read only system [23:00] zoned tip: there's also #ubuntu-server [23:01] thanks for the hint... hope theyÄll help raspbian-users too ;) [23:02] zoned: If the drive has no partitions defined you cannot mount it. You should create a new partition table with one or more partitions that use up the entire space on the drive, then use "mkfs.$FILESYSTEM_TYPE ... /dev/sdXY" to create the file-system in partition Y on drive X. *then* you can mount the file-system in /dev/sdXY [23:02] There is a folder 'openvpn" in /etc. Does it mean that openvpn client session defines as a system service? [23:03] TJ-: how can i create a partition if its not mounted? [23:03] I've a problem with my internet connection, can someone pls help me? [23:03] fdisk? [23:03] demsad: No, I was asking if you'd installed the client session config file to that location. If you did, that would imply it is a system session and would be expected to come up at boot-time and close at shutdown [23:03] zoned create a partition, then mount that partition in a folder [23:04] zoned: You do not partition a file-system, you partition a raw device. After partitioning you format each partition with a file-system, and then mount those file-systems [23:04] Hello, can somebody help me? [23:05] hello [23:05] No one can help you! Mwahahaha [23:05] Hi, booby_. I've a problem with my internet conection [23:05] Oh my... :( :p [23:05] Who is boss, you or computer? Impose your will on it! [23:05] No, i haven't installed the client session config file [23:05] rypervenche, thx, so why this happens? [23:05] rypervenche, i don't upgrade totally my distro? [23:05] Problem is, my wifi is working, and i can see my internet connection, but i can't click it. [23:06] demsad: OK... how did you define the client session? Using NetworkManager from the nm-applet GUI on the desktop? [23:06] I've no access to my internet connection, which is laying there ahead, laughing at me. [23:06] dirdirdir, have you checked all available drivers have been installed? [23:07] I write in terminal: openvpn --config vpnbook-euro1-udp25000.ovpn [23:07] sealbhach, I checked my "additional drivers" at "software &..." Is that enough? [23:08] demsad: Ahh OK. In which case you have started an openvpn process which continues running in the background. You'll need to send it the TERM signal using something like this: "sudo kill -TERM $(pidof openvpn)" [23:09] TJ-: ok, fdisk -l shows my disk as 750G - so now what should i do? [23:09] hello all [23:09] 'lo javanic [23:10] zoned: Create a partition table with at least one (n)ew partition, and (w)rite it to disk, then "mkfs.$FILESYSTEM_TYPE ..." the new partition [23:10] dirdirdir: it's best you have a wired ethernet connection, to make sure you can download any wireless drivers that might be needed [23:10] hi [23:10] i installed ubuntu 13.04 === jan is now known as Guest38481 [23:11] !partition | zoned take a look this to get familiar with partitioning [23:11] zoned take a look this to get familiar with partitioning: For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [23:11] i used a new ssd and installed the os on a lvm partiton [23:11] how can i enable hibernate? [23:11] Sealbhach: I do have one. How do i search them? Do I have to search for them one by one manually? [23:11] and create a swap partiton [23:12] okay, i've got one primary partition on the disk, wrote it. where do i run mkfs? [23:12] anyone ever have any issues with an install on a laptop? [23:12] There should be something in "Hardware Drivers" that will fetch the driver for you, just make sure you select it by clicking on it [23:12] javanic: it can happen yes [23:13] javanic, not me [23:13] mkfs /dev/sdX ? [23:13] javanic: I've had installs work well on 2 different laptops [23:13] how do you make it red when you talk directly to me? [23:13] dirdirdir: Unless you have a very weird or rare wireless card, it should be easy to get it working [23:13] javanic: it's your client highlighting your name [23:13] noone else sees that :) [23:14] i installed it and it won't update.. i have a feeling it has something to do with a driver. but i'm not sure [23:14] the wifi also doesn't seem to work [23:14] running slow [23:14] Sealchach: Well, i got my card supposedly working, do you think it isn't alredy giving me it's full service? (anyway, i'm doing as you have told me first) [23:15] i did "mkfs -t reiserfs /dev/sdc0" and got "Stat of the device '/dev/sdc0' failed" [23:15] Thank you! It works fine. [23:15] zoned: partition numbers start at 1 :) [23:15] zoned: check with "ls /dev/sdc*" [23:16] dirdirdir: You might have to reboot to get it fully loaded and working the first time [23:17] Sealbhach: damn, now that's something i really don't know how to do. [23:18] trickle did not work :( [23:19] anyone know what would cause a new install to not want to update? [23:19] javanic: ? [23:19] more details? [23:19] javanic: Perhaps it was not connected to a network during install and so has only the contents of the install CD in it's sources.list [23:19] TJ-: got it! thanks dude [23:20] it wasn't connected to the internet during install.. but it is now, and i even booted from the install disk and didn't do anyting. just froze up [23:22] genii: is there any way to re install from the cd, i booted from it again and it didn't do anyting but freeze up [23:22] reinstall then [23:23] javanic: have you enough space on the disk to download and install updates? [23:23] sealbhach: yes, the hard drive was wiped prior to this install [23:24] i don't mind re installing.. it would probably be easier, but when i tried it just froze up on me [23:25] with network connected that it [23:25] is* [23:26] Don't know, must be a network problem, maybe you can select a different server during the install process? [23:26] i wasn't connected to a network during the install process === Guest96073 is now known as ponbiki [23:28] How do I prevent wifi from auto connecting after signing in + if a network goes down... it's automatically connecting to other networks\reconnecting... errrrr [23:29] owdjaodopj, delete those other networks [23:29] .................. [23:29] from network manager configs [23:30] or uncheck the 'connect automatically' box [23:33] I found the "Unity Tweak Tool." Is that basically the only option to configure Unity? [23:34] primary GUI option, AFAIK === Guest___ is now known as dbtedman [23:36] udon take a look at dconf-editor, inside it, use ctrl-f to look for unity [23:36] will do, thanks MonkeyDust [23:50] Hi [23:50] Can you see this? [23:50] Yes. [23:50] [yes [23:50] Ok [23:50] Are you an alien? [23:50] whats up [23:50] So i have tow options to boot from [23:50] anyone use CT [23:50] Uefi sandisk cruzer etc [23:51] Or the same thing whiteout uefi n front of it [23:51] Yes I a, [23:51] tc [23:51] I am an alien [23:51] kk === Tahdas is now known as AnAlien [23:56] Hello can u see me [23:56] Yes. [23:56] Ok [23:56] [23:56] ? [23:56] !offtopic [23:56] #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:56] wat [23:56] Ok I have two boot options [23:57] sometimes i see running such command from nobody find / -ignore_readdir_race ( ~t/mount$\) ) -prune -o -print0 [23:57] !offtopic | cgtdk [23:57] cgtdk: please see above [23:57] what is it? [23:57] One is uefi and the other is not [23:57] it is making really many ios [23:57] loa: it's searching your entire FS for files [23:57] and for what? [23:57] Well three options one is windows [23:57] !uefi [23:57] UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [23:57] Im trying to boot off a USB drive [23:58] loa: for everything, it looks like [23:58] loa: it's making a list of every file [23:58] loa: minus the readdir stuff [23:58] looks like like it is for mlocate [23:58] ah, quite possible [23:58] reisio, ^^ [23:58] pgrep -l updatedb [23:58] So i should pick the uefi option? [23:58] sudo crontab -l | grep -i update [23:59] AnAlien: 'not'? [23:59] it says 'not'? [23:59] UEFI: sandisk cruzer glide 1.26 [23:59] Or sandisk cruzer guide 1.26 [23:59] AnAlien: interesting [23:59] Not? Huh?