[01:51] <[vbm]> hi there. can anyone help me with vsftpd? I am struggling to get it working with anonymous and authenticated users at the same time. [01:51] [vbm], ugggh. any reason you can't use sftp? [01:53] <[vbm]> not really. Just had vsftpd working well for a while but now would like to allow read only access to anonymous users. [01:54] <[vbm]> I can always create a RO user as a work around, but was keen on getting it to work "properly". [01:59] <[vbm]> escott, I think I did not understand your question about sftp? I thought you were talking about another program :) [02:00] [vbm], i mean openssh-ftp? [02:00] just the deep hatred for all things ftp [02:00] ftp must die [02:00] Question: scp or rsync for 85 gigs of media? [02:01] philballew, rsync is resumable. thats the main reason to use it for large data transfers [02:05] <[vbm]> escott, :) why? currently I only use it as a means to share drives across different machines. I have FTP shares on two boxes one xp and one running lucid. lucid's is running my htpc and now I need to make sure the default access is RO and would prefer unauthenticated access. [02:06] [vbm], ftp is just not a good netizen in many ways. using multiple ports, dynamically choosing ports for clients, ridiculously insecure... list goes on [02:06] escott, alright, Ill set it up [02:07] [vbm], you can do some cool stuff with ssh'es ftp modules with authorized keys and accomplish almost anything you would have wanted to do with ftp but securely and more robustly [02:08] <[vbm]> escott, when you mention openssh-ftp, are you talking about ftp over a ssh tunnel, like in a remote access? This is strictly lan only. [02:10] [vbm], no i mean the sftp binary. its basically a wrapper around scp/ssh that "talks" ftp. its not a tunnel. openssh handles the entire communication [02:10] <[vbm]> escott, ok thanks. googling it... :) [02:11] [vbm], the benefit of sftp is that you only have to know ssh and how to configure it [02:12] [vbm], also why not just use samba on your home network? [02:13] <[vbm]> escott, samba is the plan. I've been postponing it because I have dreams of single log ons and shared resources across all my machines and haven't found the time to plan it properly. maybe I should start with acouple of samba shares and worry about the pdc later. :) [02:14] [vbm], well the dream single logon is ssh auth_keys. it just works(TM) [02:14] [vbm], only difficulties are going to be with windows [02:16] <[vbm]> escott, :) that's the thing. Loving ubuntu but can't realistically get rid of my last windows box and also have a macbook to join in some day. [02:18] [vbm], there are certainly ssh clients for windows, and im sure putty can do ftp. so ssh would be just as good as ftp, and easier to setup in almost all cases. there is overhead for encryption so if you have some weak hardware that can be a pain (i get annoyed at my NAS because it just can't crunch the ssh encryption fast enough sometimes) [02:19] [vbm], there are ways to tell ssh to not encrypt the channel or to use a weaker form of encryption, just don't ever use that outside your LAN [02:20] <[vbm]> escott, won't sftp require me to have users with shell access? [02:21] [vbm], no [02:21] <[vbm]> escott, need to keep googling. this site suggested you'd get to your home directory... [02:23] [vbm], im looking for a link to the restricted sftp instructions. its really easy but its changed a bit over the last 5 years [02:24] [vbm], http://www.minstrel.org.uk/papers/sftp/ [02:25] [vbm], basically all you have to do is: [02:25] (a) set the users shell to /bin/false in /etc/passwd [02:25] (b) create an auth-key and add it to authorized_keys with a command directive [02:26] (c) the command directive (which is optional) can reference the sftp module [02:27] (d) enable the built in support for chroot and sftp only within sshd_config usually trigged by group membership in a group "sftponly" but could be structured however you want [02:29] <[vbm]> escott, would this setup allow me to have anonymous users? [02:29] [vbm], in a manner of speaking yes. [02:29] [vbm], its not a good idea to have a publicly known password for the user [02:30] but you could publish the id_rsa for the auth_key [02:30] <[vbm]> escott, thanks [02:30] which is nice because its a single point of entry to the system -- 1 line in one file (authorized_keys) === crisscross is now known as krytarik [02:33] [vbm], if you are looking at the minstrel instructions keep in mind that openssh already has everything compiled so you skip directly to the configuration (i sent that to someone one time and started getting questions about ./configure :) [02:35] <[vbm]> escott, got that :) I use ubuntu because I need the training wheels. Every time I see a make install that I can't skip I run for the hills. :) [04:01] hello [04:02] :) [07:15] How do I know if I have correctly installed a python program (pywallet) on my ubuntu box? I type "pywallet" at the $ prompt, but it doesn't execute the program [07:17] k [07:19] Oh don't wait more than 3 minutes... [08:02] must be looking for help elsewhere and found it there first. [08:47] hello everybody [08:48] There is permission issue . I mean that a certain file i am not able to save ... It states that u cannot save this file [08:48] how to set permissions for a file through terminal or otherwise [08:48] !chown [08:48] An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [08:48] prateekp: or just sudo mv it [08:49] typically, when you are not supposed to, you might not want to.. or you might want to get more specific about what it is before you really bork something [08:49] If it's a system configuration file, you should not change ownership/permissions on the file [08:50] gksudo gedit [08:50] ^^ that will open a config file in an editable fashion [08:50] actually when i go to its properties by right clicking and change the permissions to read and write it doesnt change [08:50] why so [08:51] actually i want to open the file in my programs editor [08:51] that would be helpful to me [08:52] prateekp: Possibly it's on a filesystem that doesn't support unix permissisons, such as vfat/ntfs [08:52] prateekp: you can break functionality [08:52] the file is located in home [08:52] prateekp: what programs editor? [08:52] scilab editor [08:53] Hi. I am trying to install ubuntu with the windows installer but when it downloads it gets to about a quarter complete and then the download slows down to less than 1kb/s. Does anybody know a better way of doing it? I dont want to dualboot or replace windows [08:53] i can open using gksudo gedit but thats not i want [08:54] prateekp: you can use sudo or gksudo to elevate privs if you need... [08:54] ReubenNZ: Download the Ubuntu Desktop CD. It had wubi on it too, and it won't have to download anything during install [08:54] ok my problem got solved [08:54] ReubenNZ: Though, it'll still be a dualboot [08:55] ReubenNZ: do you alreayd have an iso downloaded? you can put the iso file in the same place as the wubi.exe and it'll use it [08:55] yeah.. a wubi is a dual boot [08:55] ReubenNZ: Perhaps you want to run ubuntu in a virtual machine instead? If so, download virtualbox and the ubuntu iso [08:56] ohk. i thought dual booting was more difficult. I will just download the iso and do it that way [08:56] thank you [08:56] prateekp: Odd that you have a file not owned by yourself in your homedir though [08:57] hhmmm .... the problem automatically got solved [08:57] may be some other things have had happened before [10:09] Hello, I'm a newbie, here to say hi and learn a little about ubuntu :) [10:09] hello Stevemav welcome to ubuntu :) [10:10] hows things for you mate? [10:10] Stevemav, fine... how are things with you? [10:11] all good :). Having a few teething issues but by and large all good :) [10:12] :) [10:15] are you new yourself? or are there just no distictions between new and older members, other than the chanserv? [10:28] so, anyone here have StarCraft 2 issues with Wine? [10:29] good morning everyone [10:33] hello [10:38] does anyone know the correct channel to go to for wine related issues in ubunut? [10:38] ubuntu* [10:38] !wine [10:38] 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 [10:38] try #winehq ? [10:38] says #winehq [10:38] mhm, sorry, hi bioterror (: [10:39] hi [10:39] #winehq [10:39] cool === Droid is now known as Player [11:06] Stevemav: what game are you playing through winehq? [11:07] StarCraft 2. [11:08] I can link to a recent post I made if you think you can help? [11:08] I gave up getting "Stars!" to run via wine. I ended up installing Windows 3.11 in dosbox to run it. :) [11:09] http://ubuntuforums.org/showthread.php?t=2022328 [11:09] Stevemav: my window manager crashed, i'm in the middle of an upgrade, i can't really open websites atm [11:09] lol if I had an iso file for a windows distro I'd be running it, no money at the moment though :P [11:09] fair enough Player [11:10] basically, in my win regedit, I'm missing a whole bunch of folders [11:10] running wine 1.5.9 at the moment [11:11] in around 20 minutes i could assist you, with the small amount of knowledge i have left [11:12] sounds great :). Will you be able to open browsers byt then? [11:12] of course if there's no one else to help you out [11:12] i hope the upgrade and a reboot will mend my issue .. [11:13] fair enough- what was your issue? [11:13] so yes, i am confident i will be able, althought i will continue to another upgrade, i'm going from 9.04 to 12.04 ... [11:14] i just wanted to get back on linux, i've been playing too many games on windows, so i got back to my old-rusty ubuntu, now trying to revive it. It didn't start at 1st, it froze after login, fixed that, now let's see what else hits me in the face [11:20] fair enough- AMD or Intel machine? [11:20] AMD [11:21] with a problematic NVidia card [11:21] so i'm in for some fun, it's better than gaming tho.. [11:21] i might actually learn smth this way [11:21] i'll go smoke a cigarette 'till thsi upgrade finishes [11:23] fair enough, I had a bit of an issue with mine but it was all AMD stuff- [11:23] hopefully it'll work out [11:25] here we go, reboot time. BRB [11:25] kk [11:29] 'kay, I'm alive [11:33] that's a good start :P [11:34] one second, let me get the second upgrade going [11:35] all good man [11:36] it's gonna be a long day ... 10.10 -> 11.04 [11:36] alright, so paste that link again please [11:36] and describe what the issue is [11:40] http://ubuntuforums.org/showthread.php?t=2022328&page=2 [11:41] No sound, not even when I test in wineconfig [11:41] no driver listed [11:42] have you searched for any other threads? [11:42] i found smth like this: http://ubuntuforums.org/showthread.php?t=1939902&page=2 [11:43] you can also find related stuff here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=20882 [11:44] I'll check them, I've searched for about a week over the net and on this site [11:45] everyone says they have sound issues but there's a workaround it seems [11:45] I can't get the sound problem form winehq link to work, tried it heaps before [11:47] what do you mean? [11:47] which link? The alsa-plugins git one? [11:48] upgrade: About 2 hours 3 minutes remaining [11:48] WHAT? *faceplams* [11:50] what?? [11:50] just get the iso for 12.04, way faster!! [11:51] I didn't understand how to get the git part to work [11:51] http://i1205.photobucket.com/albums/bb425/NixKing/Screenshotfrom2012-07-23214722.png [11:51] Stevemav: you need to download git and install it [11:52] ok I can do that [11:52] through synaptic or unbuntu store? [11:52] software centrwe* [11:53] the center is better [11:53] forget synaptic, that's old :P [11:53] centre says I have it already [11:53] good, the open a terminal [11:54] kk [11:54] before that, did you do this step: To get sound, start winecfg, go to DLL overrides, add "mmdevapi" and set it to "disabled". [11:54] ? [11:55] yeah that's aready been done [11:55] alright, the commands are for the terminal [11:55] kk [11:56] yeah they don't work- I copy in one line at a time right? [11:57] yes [11:57] do you get any errors? [11:57] like after the 2nd line [11:58] i fatal: repository 'git.alsa-project.org/alsa-plugins.git' does not exist [11:58] okay, that's the issue then [11:58] kk [12:01] how do i fix that? [12:02] the git seems to be there [12:02] yeah [12:03] I can't install git now 'cause of the upgrade ... mhm :\ [12:03] one sec, brb [12:03] kk [12:08] frankly i don't know [12:09] damn [12:13] so it says to use a repository that doensn't exist [12:13] am I reading into that right? [12:15] Stevemav: yes, that's what needs to be fixed [12:15] ok [12:15] on the screenshot you gave me, can't you choose any kind of device? Pulseaudio or alsa? [12:15] I ran sudo apt-get update, should I try again? [12:16] there are no devices listed in any of the drop down box's [12:20] of course, try, i don't think you can screw things up that much, i mean the sound doesn't work anyway === rastamouse is now known as nothingspecial [12:24] Hmm #ubuntu is helping a little [12:27] that's good (: [12:27] I hope you found a way to get over this issue [12:28] When i do I'll make sure to post it on the forum so others can check it :) === shadeslayer is now known as shadeslayer_ === shadeslayer_ is now known as shadeslayer === raju is now known as genupulas === yofel_ is now known as yofel [12:56] well .. ubuntu crashed, kinda dead *sighs* [12:56] so i'm on my router running irssi now ... *shrugs* [13:00] hmm, what happened when you turned it on? [13:03] Player: What happened when you started the comp up? === shadeslayer is now known as shadeslayer_ === shadeslayer_ is now known as shadeslayer [13:39] Hey, I'm looking to dual boot windows vista/7 with ubuntu, are there any decent iso files for windows I could download and install? [13:40] Didn't you get cds when you bought them? [13:41] no it's always been preinstalled until now [13:43] AFAIK, you cannot download windows [13:43] Hm. Well, maybe #windows knows what you should do to aquire install CDs. [13:43] i would call and ask microsoft [13:46] yeah that's my best bet, cool [13:46] thanks guys [13:46] see ya [13:47] < Stevemav> Player: What happened when you started the comp up? [13:47] it hung at boot, recovery doesn't want to start at all [13:48] you can get windows isos on their websites if you got an account [13:48] Player: Stevemav has parted [14:14] holstein: on, you're right, sorry :\ === nothingspecial is now known as rastamouse === crisscross is now known as shizoman === shizoman is now known as brainiak === brainiak is now known as brainiac === rastamouse is now known as nothingspecial === brainiac is now known as brainiak === brainiak is now known as krytarik === krytarik is now known as brainiak [15:56] I noticed with Mahjongg that sometimes the last 2 matching tiles on the same spot so I thought in order to fix this they should have made it so when shuffle appears that the last 2 tiles are shuffled to 2 different spots, unless of coarse it is meant to be played in a certain sequence which I doubt. [15:58] Anyways that's all I had to say except that I worded that wrong. The last 2 matching times end up on the same spot. [15:58] bye :) / === glebihan_ is now known as glebihan