/srv/irclogs.ubuntu.com/2008/03/31/#ubuntu-server.txt

owhHiya. I'm installing a samba gutsy-server and the WinXP clients cannot connect as guests. I've manually added the group mappings according to: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#set-group-map - using local unix groups, but I still cannot connect. Ideas?00:24
owhBTW, browsing on a gutsy workstation to the server works just fine.00:25
sommerowh: what's up00:25
owhHiya sommer, pulling out my hair.00:25
sommerheh, I usually go to the barber00:26
sommerowh: for the samba question did you set a guest password?00:26
owhI don't even know where to start with this samba thing.00:27
owhsommer: What do you mean?00:27
sommeryour windows users do they have accounts on your ubuntu box?00:27
sommeror a guest user with a password?00:28
sommeralso what is your security option set to?00:28
owhSecurity is set to user because at some point in the not to distant future there will be actual user accounts, rather than one single guest account.00:29
owhI'm just wondering something.00:29
mralphabetdoes it prompt you for user / pass when you browse to it from the windows machines?00:29
owhThere needs to be a mapping between a unix account and a local account as specified in smbusers right?00:29
owhmralphabet: Yes.00:29
sommersmbpasswd -a username00:30
mralphabetand what user account do you type in?00:30
owhmralphabet: Well, initially nothing, then I tried "guest".00:30
owhsmbusers contains this line: samba = guest pcguest smbguest00:31
owhMeaning, the guest account is mapped to the Ubuntu "samba" account.00:31
owhThis account exists.00:31
owhI've locked the password with passwd -l samba, I'm guessing that I should not have :)00:32
* mralphabet nods00:32
owhSo, how do I create a guest account that does not let free access into the Ubuntu box.00:32
owhDo I set the shell to false?00:32
sommerowh: that's what I do00:33
owhAnd if that's how its supposed to work, how do I set the guest (samba Ubuntu user) to nothing?00:33
owhAh, passwd -d :)00:35
* owh crosses fingers and wanders off to a WinXP box :)00:35
owhsommer: While I'm waiting for a reboot, is there any reason that the server guide uses /etc/init.d/foo stop as examples, rather than invoke-rc.d foo stop00:37
fooowh: you have an init script named after me? Aw, you're so sweet00:37
owhfoo: Heh.00:37
foo:00:38
foo)00:38
owhYou'll keep :)00:38
* owh starts contemplating tomorrow.00:38
sommerowh: not really sure, from my experience /etc/init.d/foo stop is more common :)00:39
owhsommer: Fair enough.00:40
owhOn the samba issue, no change.00:40
owhSo, there is a samba local Ubuntu user, it is unlocked, login shell set to /bin/false, passwd deleted. Any thing else?00:40
owhIs it possible that the WinXP machines are connecting with a username that I'm not expecting, or am I looking down the wrong path?00:42
sommerowh: is there any errors in /var/log/syslog or /var/log/auth ?00:42
sommeror any of the samba logs00:42
JanCowh: AFAIK invoke-rc.d is only intended to be use by package scripts   ;)00:42
owhJanC: Ah. I just find it less typing: inv[tab] foo00:43
JanCwell, I use 'wajig'  ;)00:43
owhsommer: Only the ones about creating users and administrators.00:43
sommerhave you tried setting the samba password with smbpasswd ?00:44
sommerer the user's samba password that is00:45
owhsommer: Hmm, for which username?00:45
owhsommer: The Ubuntu samba username?00:45
sommerwhichever one you're using guest... I think00:45
sommerthe ubuntu samba user is for the service I believe00:46
owhsommer: You might be on to something there.00:46
* owh goes to check.00:47
owhBRB00:47
owhNop00:47
owhsommer: The ubuntu "samba" user did not exist. I created it.00:48
sommerah, did you then do a smbpasswd -a samba, then try connecting with that user?00:48
owhNow I've set the passwd for the user "samba" to null in both Ubuntu and Samba.00:49
sommerthe "-a" adds the user to the samba user database00:49
sommermaybe I'm confused on what you're trying to do?00:49
owhsommer: Should I add a "guest" user?00:49
owhLet's start a set back for a moment.00:49
owhWhen I browse in WinXP to a share, which "anonymous" username does it use?00:49
sommerI think I'm just confusing you as well, heh00:49
andguentsorry to jump in, but this may be of interest smb.conf: guest account = nobody00:50
owhandguent: Yup. I've got that set to guest account = samba00:50
sommerowh: and you have a system user named samba?00:50
owhYes00:51
sommerand a samba user named samba?00:51
owhYes00:51
sommerand the samba user's Samba password is valid?00:51
sommeras in a valid smbpasswd samba00:52
owhsommer: It's set to null with smbpasswd -n samba00:52
sommerowh: ya, I think it's going to need an actual password00:52
owhThere is also this mapping in smbusers: samba = guest pcguest smbguest00:52
owhsommer: Since when does a guest account need a password?00:52
sommerwhat is the security = ?00:52
owhusers00:53
sommerI think for the guest it needs to be security = share00:53
owhHmm, I'm just noticing that this is commented out. I wonder what the default is.00:53
sommerowh: users00:53
sommerbut if your goal is to not have a prompt then you'll need to set it to share00:54
owhSo, can I create a passwordless guest account in a "user" environment? Ultimately we'll need to move to that.00:54
sommerowh: that I'm not 100% sure of, but I don't think so00:54
owhWe're working on migrating them all to a SOE.00:54
sommerwhen you want to migrate you'll just need to create the users and set the security to users00:55
owhsommer: So, if I login as "guest" on the WinXP box with no password, then it should work?00:55
owhThat is, the mapping in smbusers maps guest to samba which then connects, right?00:55
sommerowh: that's I'm not sure of, but it's worth a try00:55
owhIt doesn't work.00:56
sommerdid you try security = share?00:56
owhsommer: No because then the users that do have an account will have issues.00:56
sommerowh: ah, true00:56
owhsommer: This is a setup that has been borked by many previous admins. I'm trying to start from scratch.00:56
sommerso you want some shares to prompt for a password and others to not?00:57
owhsommer: Yes.00:57
owhsommer: But it's simpler than that.00:57
owhsommer: The only ones that prompt are home directories.00:58
owhLet me ask a different question.00:58
sommerthen I think there are options for the share definitions that can enable that00:58
owhWhen I browse the network under Ubuntu Workstation and connect to the server I am not prompted for a password.00:58
sommeris that on the server itself?00:59
owhNo, from my laptop.00:59
owhSo, there is a guest mechanism working.01:00
owhAnd it shows me connecting as the "samba" user in the log for that machine.01:01
owhDoes WinXP have a different "magic" guest username?01:01
andguenti can stop butting in, but I like this type of share setup: [Shared]; path =/opt/samba/shared; writable = yes; guest ok = yes; create mask = 777; directory mask = 777; force user = nobody01:03
sommerthat sounds reasonable to me01:04
sommerwhat andguent said anyway01:04
owhandguent: Feel free to continue to butt in :)01:04
andguentthat of course, would give wide open perms to that share, and make any new file saved there have wide open security, only recommended for non confidential info01:04
sommerandguent: definitely feel free to, I'm sort of running out of ideas :-)01:04
owhHmm, I wonder if the "force user" is required.01:05
andguentmaybe not, but it will make things easier for authentication01:05
owhLemmie try that for a mo.01:05
andguentif you want an area for important secured info, make another share with different perms01:05
andguentrecommended for that setup: valid users = larry, moe, curly01:06
andguentor: valid users = @threestoges01:07
owhYeah, that's the next step, but today we just want to recreate the environment that the company had on Friday :)01:07
andguentyup yup01:08
owhSo, the force user=samba didn't work.01:08
* owh checks logs01:08
owhNo change.01:08
andguenti assume you already have guest ok = yes01:08
andguenton that share01:09
* owh checks to make sure.01:09
owh[Accounts]01:09
owh        path = /home/samba/Accounts01:09
owh        writeable = yes01:09
owh        guest ok = yes01:09
owh        force user = samba01:09
owhThat's all there is.01:09
andguentwhat are the permissions on that directory? ls -lah /home/samba/Accounts01:10
owhOwned and operated by the user samba.01:10
owhHmm, I wonder if it has to do with WINS support?01:13
andguentcan you dump the output of these commands to http://paste.ubuntu-nl.org/ ---- ls -lah /home/samba/Accounts; cat /etc/samba/smb.conf; cat /etc/passwd; cat /etc/group; pdbedit -L01:13
owhandguent: I can give you the Accounts directory itself, not its content.01:13
andguentthats fine01:14
andguentcut out what you want01:14
owhandguent: http://ubuntu.pastebin.com/m135ac5d401:20
owhHello: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/3206701:24
andguenti dont think its a big deal, but i'm grasping at straws too, it all looks fine..... can you change /bin/false to /bin/bash temporarily?01:24
ubotuLaunchpad bug 32067 in samba "public Samba SMB shares cannot be accessed anonymously from Windows XP, a password prompt appears" [High,Fix released]01:24
owhmap to guest = Bad User01:26
owhThat seems to be the fix for some reason.01:27
andguentgot it working then?01:27
owhNot yet, still reading, but that looks like the fix from that bug report. I'm going to reload samba shortly.01:28
* owh crosses fingers01:29
owhWell, under Nautilus I can no longer access the shares.01:30
* owh tries WinXP clients next.01:30
owhNope, "the user does not exist"01:31
owhHmm01:31
owhLet me try map to guest = samba01:31
owhNo, but my logs are filling with: sid_to_uid for samba (S-1-5-21-2317322771-484201766-2685857054-501) failed01:37
owh# net groupmap list01:38
owhDomain Admins (S-1-5-21-2317322771-484201766-2685857054-512) -> administrator01:38
owhDomain Guests (S-1-5-21-2317322771-484201766-2685857054-514) -> samba01:38
owhDomain Users (S-1-5-21-2317322771-484201766-2685857054-513) -> staff01:38
owhCrap, why is this so hard?01:38
andguentstill stewing it over..... you aren't using smbldap are you?01:42
owhNo01:43
owhtdbsam01:43
andguenthow many times have you tried deleting the samba user in tdb via smbpasswd -x and then remaking?01:46
owhNever, but I'm just thinking that the force user is when it went to pot. I'm going to remove that and leave the Bad User mapping.01:47
andguentgo for it01:47
owhNautilus is working again. XP is next.01:47
owhBRB01:47
andguenti dont have any XP computers to test with right now, otherwise I would try it from here01:47
owhWhoot!01:49
owhWe have lift off.01:49
owhOk, so guest mapping needs to map to a bad user and force user should not be there.01:49
owhWhen I'm back in the office I'll see what hardy does by default, but soren was already involved in the bug I mentioned, so I'm hoping this has been addressed :)01:50
owhsommer: andguent: mralphabet: Thank you all for your assistance.01:51
* owh goes to test printing :)01:51
andguentnp, i just wish i knew how i did it before, its definitely possible01:51
owhIt would be great if my VPN connection worked from the office, then I could test this before coming on-site :)01:51
owhandguent: Yeah, it's all working now as expected. I'll contact the authenticated users and make sure that they work as expected.01:52
andguentone difference, I usually do not have low security in a domain master setup01:52
owhI'm not yet sure that I need the groupmap.01:52
owhandguent: And as soon as we have moved the environment the way it needs to be then that will change and the guest account will give you access to the Transfer volume :)01:53
owhThanks again.01:54
andguentno prob, good luck, just know that it is possible :)01:54
owhYeah01:57
owhShould I delete the group mappings?01:57
andguentit shouldn't matter tooo much, if you know how to recreate the mappings, sometimes its nice to reset settings :)01:58
owhWell, my first thought was that the installer should have taken care of them and because it didn't they were not required. The samba manual talks about them previously being created by default, but that they now need to be manually created, so I'm confused as to what really should happen.01:59
owhI don't even know if they're needed for actual operation.02:00
andguentI'm assuming you want to use a domain setup in the long term?02:00
owhYes02:00
owhThat makes me think, remove them now while I remember, then when we do this for real, create them properly.02:01
owhI mapped them to administrator, staff, samba arbitrarily.02:02
owhThough I think if they're required that it would be good if the installer did this.02:02
andguentI have a similar setup to what you currently are going for in the short term, no domain master, and net groupmap list is empty, just as an FYI02:02
andguenti used to have access to 30-40 different servers, so many samples to work from, i miss them greatly now :)02:03
owhI think I'll delete them for now.02:03
owhVMware is your friend :)02:03
andguentdefinitely02:03
andguenti just don't have those sample configs in front of me anymore, harder to remember everything off the top of my head02:04
owhHey, don't feel too bad, your probing caused me to seek further and find a solution.02:05
owhNow I have to figure out why LAMP out of the box is serving php pages as text.02:05
andguentthat is odd02:06
owhYup, I'll say.02:07
owhThe mime-type mappings seem to be there.02:07
sommerowh: I'd double check that the php modules is enabled and restart apache02:08
owhsommer: Nope, but disabling it and re-enabling it and force-reloading in between fixed it. Mine is not to ask :(02:10
sommerwierd...02:11
owhsommer: That sums up the last 48 pretty well :(02:15
owh300Gb of data with only 40Gb of real stuff. The rest left lying around by previous administrators just for fits and giggles.02:15
andguentheh02:17
owhAnd of course all of it was being backed up each day :(02:17
owhAt least the current disks will handle the load when the organisation ever grows that big :)02:18
andguentha, yea, time for a good nas/offline storage system02:25
andguentshove the stuff out of the way and get on with things02:25
* owh is working on it :)02:27
owhIsn't the ctrl-alt-del detection in /etc/inittab?02:28
andguentworking on keeping your windows admins from rebooting the server at the console? :)02:29
owhYup02:30
owhI don't seem to have an inittab.02:30
owhWTF is going on?02:30
owhHmm. /etc/event.*02:32
andguentyea, /etc/event.d/control-alt-delete02:33
owhYeah, I was just in the process of adding that as a comment here for future googlers :)02:33
andguenthttp://ubuntuforums.org/showthread.php?p=218100102:34
owhWell, that just about concludes my pain for this location. Thanks andguent :)02:34
andguentno prob, good luck02:35
=== alan_m is now known as paultag|afk
=== paultag|afk is now known as Alan_M
owhI'm making a generic user backup script. Anyone see any issues with this: http://ubuntu.pastebin.com/d75014df505:00
owhThe idea is that you symlink to it with each username from cron.daily.05:00
* owh realises that the script is pretty trivial. I'm using the same mechanism to backup drives.05:03
owhs/drives/mount points/05:03
rhineheart_mhello. may I ask how to remove webmin?05:09
owhHow did you install it?05:10
rhineheart_mmmm.. manual I guess... webmin is not in the repo right?05:10
ScottKrhineheart_m: It was terminated with extreme predjudice.05:10
rhineheart_mso, I believe I installed it manually..05:10
ScottKrhineheart_m: Didn't you ask this same question recently.05:10
ScottKThe webmin web site (IIRC) provides .debs for it.05:11
rhineheart_mnope. I asked but nobody answered as far as I could remember05:11
owhrhineheart_m: So, yes you did ask :)05:11
rhineheart_m:). Okay. Nope there I meant I asked but I didn't receive a good answer05:12
owhrhineheart_m: Again, how did you install it?05:12
rhineheart_mowh, a minute.. m trying to figure out how did I manage to install it05:15
owhBasically, depending on how you installed it, determines how you remove it.05:17
rhineheart_mI guess I installed it via wget.. and sudo sh setup.sh05:20
owhrhineheart_m: Then you'll need to look for the uninstall script included in the package.05:21
rhineheart_muninstall script? where to find it owh ?05:21
owhrhineheart_m: I don't understand the question. If you installed an application, then it would come with an uninstall script. If not, it should come with an install.log, if not, then you may have success re-installing it and looking for the logs, but as I've never installed things that are not packages - which you should also never do, that's all I have.05:23
rhineheart_mowh, I found this one: uninstall.sh in /etc/webmin directory.. what do you think?05:24
owhrhineheart_m: I'd look at it before running it.05:24
rhineheart_muhuh... are you trying to tell me to read the script first before running it?05:25
owhYes05:25
owhrhineheart_m: Unless of course you have a full system backup in which case it won't matter if the uninstall script hoses your system.05:26
rhineheart_muhuh.. this it the content... http://www.pastebin.org/2639805:26
rhineheart_m*is05:26
rhineheart_mI just tried to execute: /etc/webmin/stop and it returned stopping...well, can you suggest heading/?05:28
owhrhineheart_m: I do not know what this means: "well, can you suggest heading/?"05:30
rhineheart_mowh, I mean.. will I go with this steps: cd ~ ; cd /etc/webmin ; sudo sh uninstall.sh ?05:31
owhrhineheart_m: I cannot answer that. There is a serious question about liability here. If I were to say yes and you hose your system, there is an implied idea that I'm then going to help you recover your machine. That is not the case. All I can say is: "Did you backup your system first?"05:33
owhrhineheart_m: I should point out that:05:33
owhrhineheart_m: This is only the case because you're not using a package that comes from Ubuntu. If it did, then the liability issue becomes even more muddied :)05:33
owhrhineheart_m: Personally, I'd investigate what the .pl script does and see if you think it's playing in places that it should not.05:34
owhrhineheart_m: As this is a server channel, I need to assume that you're doing this on a server.05:34
owhrhineheart_m: So, I'm saying - I don't know. It shouldn't hurt, but I'm not going to tell you that it will not hurt.05:35
owhrhineheart_m: Do you understand what I'm saying?05:35
rhineheart_muhuh.. okay.. this is the case actually.. I just don't know if you've heard this... when I will open the port for webmin.. and will access and using it.. I experienced intermittent connection and I don't know for what reason. I've been observing the performance. For the past 3 days and blocked that port.. and I didn't experience anymore disruption of internet connection..05:36
rhineheart_mowh, yeah.. the server is live and two sites are hosted there.. :(05:37
owhrhineheart_m: This is the same computer we spoke about a few days ago with the ADSL issue?05:37
rhineheart_mowh, yeah.. this is it!05:37
owhrhineheart_m: Then you need to do some serious troubleshooting. It is possible that someone has been using webmin to hack your server, but I cannot answer that. You need to determine what is causing the issue. Do the disconnects happen if the server is not connected etc. As I see it, you're just flailing in the dark at the moment.05:38
rhineheart_mand based on my investigation.. webmin causing the problem.. mmm.. or might be.. something is wrong with the network that can't handle https requests. It could handle for the few minutes but later it can't05:38
owhrhineheart_m: Or some script kiddie is running something that connects to webmin and reboots your router - who knows. Unless you investigate you'll not know the answer.05:39
rhineheart_mI have logs.. and only me (IP) is accessing the port for webmin05:39
owhrhineheart_m: What about network sniffing logs?05:40
rhineheart_mnetwork sniffing logs? lemme ask you. is incoming tables not reliable to log incoming requests?05:40
owhrhineheart_m: Before all that I'd eliminate simple things. You told us on a previous occasion that the Windows machines are also disconnected. This is more likely a router issue or an ADSL issue.05:40
owhrhineheart_m: Making things more complicated by looking for things that no-one ever heard of are unlikely to solve your problem.05:41
owhrhineheart_m: I'm not saying the cause is not webmin, just that it is very far down the list of possible causes of intermittent network connectivity for a LAN.05:42
owhrhineheart_m: Fundamentally you need to eliminate each failure point, one at a time.05:42
owhrhineheart_m: So, connect a single Windows computer to the ADSL modem. Does it continue to work?05:43
owhrhineheart_m: Then connect that same machine to the router and the router to the modem, does it continue to work?05:43
rhineheart_mbut for the past almost a month.. tell me why I've been experiencing intermittent connection when webmin is being used? I just used it to transfer/edit some files using its file manager.05:43
rhineheart_mpresently.. I've been doing the same transfer of files using winscp and I didn't experience such..05:44
owhrhineheart_m: Well, you also said that the Windows computers on the same network fail intermittently. At the same time, or at a different time? Is their failure related to your failure, or are there more than one issue?05:44
rhineheart_mfor the past 3 days.. never the internet connection suffered the same problem which was actually not usuall for the past few weeks05:44
owhrhineheart_m: You cannot just wave your hands around and point at the last thing you touched. You'll never discover the problem.05:45
owhrhineheart_m: I understand that you are frustrated, but I suggest you read through the steps I've listed and proceed one step at a time.05:45
rhineheart_mowh, this is what I see it... adsl and the ISP looses its sync (PPPoE) when I'm using https or maybe webmin..05:46
owhrhineheart_m: That has very likely nothing to do with https. Losing sync is a layer 2 issue, not able to be influenced by what traffic occurs.05:47
owhrhineheart_m: Most modems will show you what link quality there is. Perhaps you need to look at that first.05:49
rhineheart_mBTW, I'm still waiting for the replacement of wrt54g since I believe of its faulty https . Sorry to tell you.. I haven't told you before.. I just forgot05:49
owhrhineheart_m: I also don't know how the ADSL filters are connected, nor other devices on the telephone network.05:49
rhineheart_mit only defaults to port 14305:49
owhrhineheart_m: The problem you are solving does in my opinion have nothing to do with TCP/UDP/HTTP/HTTPS/IP or any "high-level" information. This is a physical link problem from what you have told me.05:50
owhrhineheart_m: The most often diagnosed problem is that the ADSL filter is incorrectly fitted.05:51
PanzerMKZ_ok so is there any downside to making dns entry for us.archive.ubuntu.com if I have an apt-get mirror that is local on my network for the different versions of ubuntu I am normally dealing with?05:51
rhineheart_mowh, I have  it checked already by our ISP techs. In fact, they changed the cabling system ( I mean.. the analog line) already05:52
owhrhineheart_m: The second most often diagnosed problem is that there are poor internal leads.05:54
rhineheart_mSo I guess. the problem is not more on physical set-up ... but something otherwise.05:54
owhrhineheart_m: What you are describing does not ring true.05:54
owhrhineheart_m: Loosing sync is an ADSL level issue, not a IP level issue.05:54
rhineheart_mif it is more on physical coonection..now.. why is it loses its connectivity when I am connecting to the box and doing some revisions to the live site?05:55
owhrhineheart_m: I could dream up a scenario where your machine has been hacked and each https connect causes a script to reboot your modem, but I don't buy it.05:55
owhrhineheart_m: Perhaps because there is more traffic moving in the opposite direction.05:56
rhineheart_mI tried chkrootkit output I didn't see any problem05:57
owhrhineheart_m: Again, you're looking at higher level issues.05:58
owhrhineheart_m: Give me a moment while I chew some lunch.05:58
rhineheart_mor again you might see.. something in the windows machine causes the problem (like it would reboot the adsl modem)05:58
rhineheart_mchew some lunch? from where you're from? it is lunch time here too05:59
owhAU05:59
rhineheart_mokay.. I believe same time here.. :)05:59
owhRight. Food swallowed.06:00
owhHere beginneth the lesson.06:00
owhInformation is shared across a network using technology. At the lowest level we have the electrons, then above that we have several layers until we get to the top where we send email and IRC around the net. With me so far?06:01
* owh won't continue until you've understood what I wrote rhineheart_m06:02
owhI'm not trying to be an ass, I'm trying to explain the problem you're seeing and describing.06:03
rhineheart_mowh, thank you for that info. I'm into it..06:04
owhrhineheart_m: So, you understood that last paragraph?06:04
rhineheart_myeah.. that's clear06:05
rhineheart_mtroubleshooting should start from the very first level..06:05
rhineheart_mand you are telling me that it should start with the most basic possible causes.. not jumping on the higher ones...06:06
owhrhineheart_m: So, if the electrons are not flowing, then no matter how much diagnosing you do at the email level, is the address right, was the mail server configured properly, did I get the password right are all irrelevant because there are no electrons.06:06
owhrhineheart_m: Yes. you start at level 1 and work your way up.06:06
owhrhineheart_m: So, in your case, you have electrons flowing. But then it breaks for a bit sometimes.06:07
rhineheart_mplainly.. that's going to be more on physical connection FIRST.. but I guess.. I exerted most of my efforts on that very side already..06:07
owhrhineheart_m: So, the first thing to check at that level is what exactly is happening.06:07
owhrhineheart_m: Well not enough in my opinion. The fact that you are loosing sync cannot reasonably be described by rogue software that responds to https packets. It's possible - everything is possible - but it's unlikely.06:08
rhineheart_mmmm.. not unless that's the highest level a nurse could do06:08
owhrhineheart_m: It would be a little more likely if your modem and your router were the same device. But they are not.06:09
owhrhineheart_m: Why is the PPPoE client running on the router and not on the modem?06:09
rhineheart_myeah.. they are not.. the modem has its routing capabilities.. why should I not use it instead....what do you think?06:09
rhineheart_mwhat are you trying to say? the PPPoE is in the ADSL..the router just did the dialing.. is it not that better set-up?06:10
owhrhineheart_m: This is really only a red-herring. Loosing a PPPoE connection is a higher level activity than losing ADSL sync. If the sync isn't working then the PPPoE won't, but not vice versa.06:11
* owh has seen too many ISPs with no clue and has little faith in their ability to diagnose sometimes very obvious problems.06:12
owhrhineheart_m: Is there a central ADSL filter in the building?06:13
owhrhineheart_m: Does the ADSL line share any facilities with *ANY* other devices, like faxes, eftpos machines, phones, etc.?06:13
rhineheart_mowh, how I wish I could talk with you longer... I still have duty in the hospital minutes from now..  see you later.06:14
rhineheart_mowh, well for that.. I have fax machine connecting to the same line06:15
owhrhineheart_m: The ADSL filter needs to have the fax on the filtered outlet and the modem on the unfiltered outlet.06:15
rhineheart_mYeah.. I have that.. microfilter thing06:15
owhrhineheart_m: How many outlets does it have?06:16
rhineheart_mand as far as I know.. it is set-up correctly06:16
owhrhineheart_m: That was not my question.06:16
* owh assumes everyone is an idiot and lies until proven otherwise :)06:16
rhineheart_m3. one from the line. the other is for the modem. the the last one is for the phone06:16
owhrhineheart_m: Have you personally looked at the filter and seen how it is connected?06:17
rhineheart_myeah. I did it..06:17
owhrhineheart_m: Have you removed the filter and the fax and only connected the modem directly to the wall?06:18
rhineheart_mmmm.. not yet.. I know where are you heading at.. :)06:18
owhrhineheart_m: Also, is that line a shared line, or does it come from the street straight to your wall socket?06:19
rhineheart_mnope.. a dedicated line. since it is a business line06:19
owhrhineheart_m: One step at a time you need to eliminate the assumptions you have made. Why? Because it's not working.06:19
owhrhineheart_m: What about the actual cabling in the building?06:19
owhrhineheart_m: Also, while an ADSL filter is simple, it can fail.06:20
rhineheart_mowh, as I said earlier.. it has been changed already06:20
owhrhineheart_m: That doesn't mean that it is not faulty.06:20
owhrhineheart_m: You can test that by removing it and the fax and connecting the modem directly.06:21
rhineheart_mowh, I better leave now.. or else I will be late in my duty.. Yeah.. I will do that. thanks anyway...06:21
owhrhineheart_m: Other causes are incorrect, long, or faulty phone wires. A borked modem. Etc.06:21
owhrhineheart_m: Have fun.06:21
rhineheart_mbut the ISP had changed the modem already as requested..06:22
rhineheart_m:)06:22
* owh assumes everyone is an idiot and lies until proven otherwise :)06:22
rhineheart_mhahahaha.. nice.. :)06:24
_rubenmornin07:02
* owh looks over shoulder. _ruben, where, I don't see any mornin?07:10
owh:)07:10
_rubenstupid DST makes it feel like night overhere anyways :p07:11
owh_ruben: We've just come out of that 34 hours ago :) Now the #u-s meeting is at 5am :)07:13
=== \sh_away is now known as \sh
harii'm installing game known as urban terror. it's in file.tar.gz. where do i have to extract in ubuntu gutsy file system so all user can use it.. regards.08:29
_rubenhari: i'd go for /usr/local/urbanterror/08:33
troofyis it a good idea to use a server for desktop use also. (linux)?08:36
hari@_ruben : ownernya khan root:root om.. bisa ya diakses oleh user lain..? atau bagaimana diekstrak begitu saja?08:40
harisorry @_ruben..08:40
hariso just extract it to /usr/local/urbanterror/08:40
harithen all user should be abel to use it, is it right?08:42
_rubenhari: i wouldnt know what it'd take for that game to be playable .. atleast it should be accessable for all local users08:43
_rubentroofy: the server kernel isnt tuned for interactive use, but for server use .. so might not be optimal .. what would be idea of using server instead of desktop?08:44
harithx.. i wil try08:44
troofy_ruben i have one pc. i have to make it server and use it as desktop08:45
_rubeni'd go for the version which you'd use most .. desktop if you use it as desktop primarily and also as server .. or server if its server primarily and also used as desktop occasionally08:45
troofyhm08:47
tmadsenHi, when i plug in NIC number three in my linux server, it should just start working right away yes?09:12
krautmoin09:13
tmadsenmoin09:13
sorentmadsen: Yes.09:18
_rubenunless the hardware isnt supported (too new, too old, etc)09:21
tmadsenthe hardware is not, is there a nice command that fetches drivers and whatnot?09:29
sorenThe hardware is not what?09:30
tmadsensupported09:41
tmadsenwhy is alsa part of the server?09:42
_rubenthat was part of a debate not too long ago .. had smth to do with hardware detection i think .. didnt follow the complete discusion .. but i think its planned for removal in future version(s)09:44
sorentmadsen: Er... Well, if the hardware isn't supported then, no, sticking it in your server will not make it work right away..10:03
soren_ruben: Why remove alsa from servers?10:04
_rubensoren: it was a discussion in this very channel a while ago .. having sound stuff on a server seems not-logical10:06
sorentelephony servers?10:06
_rubensoren: well .. it wasnt about removing alsa completely .. but having alsa-base installed by default seems a bit odd .. for telephony servers (or any other service depending on also) all packages could be pulled in when need i think ?10:07
sorenOh, the userspace stuff? Right, yes, that rings a bell.10:09
sorenI think we've already removed that now for hardy.10:09
_rubenhmm .. wonder if there's a cmdline tool to "analyze" vob files .. wondering if my downloaded dvds do have the subtitles i wanted :p10:26
Tootbatot_i have a dsl connection. but my friends share it with me. i think giving them line from modem is not good idea, as i cant limit their speed. i run ircd + host my web. should i use a third computer as router and server or use my one pc as router to limit there bandwidth + as server?10:30
_rubenTootbatot_: i'd go for a dedicated machine .. but thats just me10:33
Tootbatot_a machine router?10:33
_rubenhmmm .. wonder if canonical will be providing vmware server 1.0.5 on their partner repo10:33
_rubenTootbatot_: hardware router .. linux based router .. depends on the avail hardware and all10:34
Tootbatot_what should be alternative..10:34
soren_ruben: It's not really up to us. It's up to VMWare. You should ask them.10:34
Tootbatot__ruben what should be alternative..10:35
_rubensoren: ah, the package is provided by vmware ?10:35
_rubenTootbatot_: not sure what you mean?10:36
Tootbatot__ruben if i dont want to purchase a new pc to be as router10:36
DeepsTootbatot_: how do you feel about purchasing some new cisco kit?10:39
Tootbatot_Deeps how much will it cost . like an old p2?10:39
Deepsdepends on what you buy10:40
Tootbatot_i want to make up with one pc10:40
Tootbatot_that does it all. i have p4 1.8g10:40
Tootbatot_1g ram10:40
soren_ruben: I'm not sure who exactly makes the package, but its availability is up to VMWare.10:43
_rubensoren: ic10:53
Tootbatot__ruben if i dont want to purchase a new pc to be as router10:54
_rubenTootbatot_: well .. you *could* use your computer as desktop + server + router .. nothing wrong with that when you're low on hardware .. tho usualy old pcs (like p2/p3) can be bought for cheap or even picked up for free10:56
Tootbatot__ruben for free?10:56
Tootbatot__ruben whats wrong with making one pc do all that?10:57
Deepsyou're more or less ok if you use 1 machine as a server + router in a home environment10:58
Deepsjust remember that if you do anything on it that requires a reboot, everyone loses their net connection10:58
Tootbatot_Deeps what things require reboots. i use it as desktop too.10:59
Deepsusing it as a desktop as well is even less than ideal, as due to the way people tend to use desktop computers, the machine would be less stable than would be appreciated by everyone eles trying to use the net10:59
Deepsi dont know, i dont use linux on the desktop10:59
Tootbatot_and what chances are there if it gets held. and do not respond. ill have to reboot.10:59
Tootbatot_ok10:59
Tootbatot_can i limit total bandwidth /s  combinely for 2 ips ? by firewall. eg ip1 + ip2  should not exceed 20kb/s  ?11:18
kesshiiiihi, when i connect to my samba server it is slow to give the auth window, after auth everything is fast, i think it has to do with the server being in another subnet11:23
Tootbatot_can i limit total bandwidth /s  combinely for 2 ips ? by firewall. eg ip1 + ip2  should not exceed 20kb/s  ?11:23
kesshiiiissh was also slow to ask password but when i added "UseDNS no" to the config it was fast11:23
Tootbatot_can i limit total bandwidth /s  combinely for 2 ips ? by firewall. eg ip1 + ip2  should not exceed 20kb/s  ?11:51
_rubenTootbatot_: http://lartc.org11:53
DeepsTootbatot_: http://tldp.org/HOWTO/Traffic-Control-HOWTO/index.html11:53
Tootbatot_thanks11:53
_rubenbugger .. authentication is messed up for canonical's vmware server 1.0.4 package .. lets investigate12:16
_rubenhmm .. looks related to my 64bits host os and the 32bits binaries of vmware12:22
sorenYeah, it's a horrible mess.12:23
sorenI looked into it at some point, but I think it stranded somewhere.12:23
sorenOh, right, it's a pam issue.12:23
_rubenfound a fix in lp12:26
_rubengonna test it12:26
sorenEr... bug nr.?12:26
RainCT_schoolhi12:26
_ruben#11293712:27
RainCT_schoolhow can I activate chroot in pure-ftpd?12:27
_rubenstill some errors in the logs .. but it does allow me to login12:27
* soren grumbles12:29
sorenYeah, that'll work, but seeing as you're using the pam libraries from vmware, you're SOL if there are any vulnerabilities in there.12:29
_rubenyeah12:30
_rubenstill getting stuff like "PAM (other) illegal module type: @include" in the logs .. tho there's no @include lines in the vmware-authd file now .. ow well ..will do for now12:31
_rubenbut /etc/pam.d/other does .. doh12:32
_rubenlets download some jeos images12:35
sorenThere. Updated the bug. That should be enough for someone with time on their hands to fix it.12:35
* _ruben hits F512:35
_rubeni only got pam_ldap.so in /lib32/security btw .. might be missing a package tho12:37
soren_ruben: The modules are probably not there since they wouldn't work anyway.12:38
_rubenhehe12:38
_rubensounds fair enough12:38
RainCT_school(nevermind, found it. wow was that easy :))12:39
sorenSo, in addition, libpam-modules should be added to ia32-libs.12:39
sorenAdded a bugtask.12:40
_rubensoren: thanks ;)12:41
_rubenhmm .. unless im blind (wouldnt be the first time) the dutch archive mirror doesnt host jeos images12:42
sorenurl?12:42
_rubennl.archive.ubuntu.com ? ;)12:43
sorenAh, the *.archive.ubuntu.com don't usually hold the cdimages.12:43
soren*shrug* It's on cdimage.12:44
soren(but you can just use the server cd, too)12:44
_rubenwell .. i wanna taste the jeos experience this time ;)12:44
_rubencdimage sure aint the fastest server out there ;)12:45
_rubenheh .. gutsy's jeos is 150% the size of hardy's jeos12:45
soren_ruben: There are two cdimage servers. One seems to be really fast, the other not so much.12:48
_rubenic12:48
sorenIf I'm unfortunate enough to get the slow one, I just disconnect and try again.12:48
Deepstorrents are faster!12:48
Deepsnone of the european mirrors i tried (tried maybe 15?) would give me more than 180k/s, torrent maxed out my line12:48
_rubengutsy downloaded at 700K/s .. now hardy's coming in at 4-500K/s12:48
Deepsi dont think i uploaded a single bit either12:49
Deepswhich was nice12:49
sorenI usually get 3-5 MB/s from cdimage.12:49
Deepsguess it just sucks to be me12:50
sorenYeah, being on the outskirts of the internet must suck :)12:50
sorenFrom home I get about 2 MB/s, usually.12:51
_rubenhmm .. i should see similar speeds here then .. guess i was out of luck and hit the slow one12:52
fromportruben_ : ftp://ftp.het.net/linux-cd-images/ubuntu/jeos-8.04-beta-jeos-i386.iso12:54
_rubenfromport: that one sounds fast enough .. lets see :)12:56
_rubenok .. something's wrong on my end .. even hetnet is giving me 500K only12:57
_rubenah .. 1.4M now .. but still12:57
fromport 1110.72Kbyte/sec12:59
sorensent 16.09K bytes  received 679.24M bytes  1.92M bytes/sec12:59
sorenfrom cdimage.ubuntu.com12:59
fromport_ruben: it sounds like you have only 10 megabit ethernet ;-)13:03
* soren points at _ruben and laughs13:04
sorenI haven't had 10 MB ethernet this millenium. :)13:05
_rubenthe line is supposed to be 100mbit .. well 50mbit is what they told me, 100mbit is what i've seen13:05
sorenDoesn't help much if your own switch is 10 mbit :)13:06
_rubenthose are gbit ;)13:06
_rubenhmm .. install failed .. during "Install the base system"13:14
fromporti just installed the jeos image this morning on my kvm host, no problems there!13:14
soren_ruben: This is in vmware server, is it?13:16
_rubenyes13:16
sorenInteresting.13:17
_rubenlast step it tried was "installing device smth" .. only flashed for split sec13:18
sorenAnything on vt 4?13:18
_rubenah .. couldnt find package lvm213:19
_rubenthats odd13:19
_rubenlets check iso integrety13:19
_rubenits gutsy jeos btw13:20
_rubenmd5sum is ok13:20
sorenOh.13:20
sorenDon't use the gutsy one.13:20
_rubenfigured i'd try both13:20
sorenWEll, feel free to use it, but e.g. lvm won't work.13:21
_rubenbooting hardy disc ;)13:21
_rubennow if only those 32gigs of ram would arrive and the 2 extra 146G sas disks .. then finally it'll be real virtualization time :p13:22
fromportkvm ? :-)13:22
_rubenvmware esx13:22
_rubenhrm .. hardy jeos disc refuses to boot it seems13:23
_rubenah .. problem between chair and keyboard13:23
sorenphew13:25
* soren wipes a bit of sweat off of his brow13:25
_rubensorry ;)13:25
soren:)13:25
_rubenit was a vmware gimmick i think .. not booting from cdrom by default after having boot once13:25
sorenHehh. I hit the slow cdimage this time: sent 154.57K bytes  received 188.87M bytes  139.80K bytes/sec13:27
soren_ruben: Oh, vmware does that, too?13:27
Deepsafaik vmware never boots from cd as default, always places hd boot as higher priority-- reason it usually works 'first time' is because when you create a new vm and with it a new disk, there's nothing on the disk to boot from ;)13:27
Deeps(i think)13:27
_rubensoren: apparently .. hadnt run into this before ..13:27
ScottKsoren: Your FFe for ubuntu-vm-builder is approved.13:28
* nijaba hugs ScottK13:30
sorenScottK: Thanks very much.13:30
fromportsoren: i sent an email to "ubuntu" on 8 of march telling them there is one slow download server13:31
fromportResolving cdimage.ubuntu.com... 91.189.88.34, 91.189.88.39:  27% [++++++++++++                                 ] 190,795,776 5.86K/s  ETA 2:26:3213:31
fromportwhereas: Connecting to cdimage.ubuntu.com|91.189.88.39|:80 28% [++++++++++++                                 ] 199,053,332 908.96K/s13:32
fromportnever heard anything back...13:32
sorenfromport: "ubuntu"?13:32
sorenfromport: How do you send an e-mail to "ubuntu"?13:32
* _ruben is tempted to put just "ubuntu" in the To: field of his email client13:33
fromporti looked in general at the website where to report problems with the website: couldn't find that info so sent to the "general/universal" contact point: webmaster@ubuntu.com13:33
soren_ruben: You do that... And tell them I said "hi".13:33
_rubensoren: wil do ;-)13:33
_rubeninstall completed .. runing initial a-g upgrade13:39
W8TAHfor a basic server with samba - how much space should i allocate for the / partition?13:53
_rubendepends .. will there be other partitions as well ?13:54
sorenAnd what are you going to use it for?13:54
W8TAHthe swap partition and the rest of the drives will be LVM13:54
W8TAHits a file server13:54
sorenIf it's just to do authentication against, a few hundred MB is fine. If you want to put loads and loads of movies and stuff on it, you need lots, lots more.13:54
W8TAHso if i give it 7 gb that should be plenty?13:55
W8TAHits gonna contain photos and digital video stock files13:55
W8TAHit has 80gb total13:56
W8TAHin 2 40 gb drives that im combinign using lvm13:56
_ruben7G for just system is more than enough13:56
W8TAHok13:56
W8TAHthanks13:56
_ruben1 or 2 might even be sufficient .. but one good argue: better safe than sorry13:56
W8TAHya13:56
_rubens/good/could13:56
_rubendamn phonetic typos :p13:56
W8TAHthe balance between conservative and safe13:56
W8TAHLOL13:57
W8TAHthanks13:57
_rubensoren: what's your favorite fs for storing virtual machines?14:24
sorenNone.14:24
_rubenraw disks eh? ;)14:25
sorenI don't mean that I have no preference, but rather that I prefer no fs.14:25
sorenYes.14:25
_rubenbut if you had to chose one?14:25
soren_ruben: xfs, probably.14:36
_rubensoren: ic .. currently using reiserfs on most systems since thats the default in sles9 .. using ext3 on my ubuntu servers .. was contemplating to give xfs a whirl14:38
_rubenmight just give it a shot on my next reinstall14:38
soren_ruben: reiserfs is probably the worst you can possibly use :)14:39
soren_ruben: If a VM decides to have a reiserfs formatted fs, you're screwed.14:40
_rubensoren: i think novell went with reiserfs because ext3 wasnt mature enough in their eyes .. and most my guests are windows anyways14:40
zul_ruben: besides reiserfs murders files14:41
_rubenzul: ow? care to elaborate?14:42
sorenThe problem with reiserfs in this situation is that if you have a file that contains a valid reiserfs superblock on a reiserfs filesystem, an fsck of the "outer" reiserfs will find the inner one and assume it's part of the outer one. BOOM!14:42
zul_ruben: bad hans reiser joke14:42
_rubennot that i'll be deploying any new servers with reiserfs14:42
_rubenzul: ah ;)14:42
_rubensoren: read about that a while ago .. very scary14:43
sorenhttp://shinola.org/pages//posts/free-hans-t-shirts175.php14:43
soren_ruben: So reiserfs is the worst possible choice for holding disk images unless you are in absolute, complete control of them.14:44
_rubensoren: nice shirt ;)14:44
sorenThat one still cracks me up. :)14:44
JaxxMaxxYou alive there, nawty_ ?  how'd that freeradius server go?  Mine still needs fine tuning15:00
ivokszul: hi15:05
zulhey ivoks how goes it?15:05
ivokszul: time to build qt bacula console again :D15:05
ivoksqwt is in main15:05
zulivoks: yep I forget are you core-dev?15:06
ivoksno :/15:06
zulivoks: you could send me a debdiff :)15:06
ivokszul: deal15:06
juliuxhi15:28
juliuxdoes somebody use nagios2 and check_icmp?15:28
=== \sh is now known as \sh_away
=== ewook_ is now known as ewook
nxvlmathiaz: done with Bug #18208618:25
mathiazkeescook: you mentionned you uploaded virt-clone last week - where ?19:06
mathiazkeescook: nm - found it19:08
zulmathiaz: declare fanta? ;)19:11
mathiazzul: that's the example given in the help message19:13
zulah...19:13
=== \sh_away is now known as \sh
faulkes-when it rains, it pours19:27
faulkes-2gb of myisam tables corrupted at one site, followed by a dead switch at another which cascaded the entire ndbd cluster down19:28
faulkes-ahhhh, good times19:28
faulkes-I hate inheriting other peoples infrastructure ;)19:29
sommerfaulkes-: at least you didn't come to work this morning and find that your domain has been sending spam all weekend :-)19:34
sommerthat was my morning... woot19:34
keescookfaulkes-: hi, is there a beta copy of the survey up and running somewhere?  I wanted to poke at limesurvey19:43
keescookfaulkes-: nm, found it.  :)19:46
JaxxMaxx_If there is a mention of a usergroup in a .conf file, or a user to run a process as,   do I need to create that user on the system before the daemon will run properly?  (this is dealing with FreeRADIUS and MySQL)19:55
=== \sh is now known as \sh_away
=== \sh_away is now known as \sh
=== \sh is now known as \sh_away
faulkes-keescook: sorry, yeah, great, you found it20:27
faulkes-unfortunately, that means I have to kill you now20:27
faulkes-you've defeated our security through obscurity part of the survey20:27
keescookfaulkes-: hehehe20:35
=== \sh_away is now known as \sh
zobbosomehow I've confused the mysql installation on a machine. Now trying to reinstall and it won't put back /etc/init.d/mysql* scripts20:39
zobbotried --reinstall20:39
zobbotried purge and install20:39
zobbotried "-f"20:39
zobboall with apt-get20:39
zobboany suggestions on what other incantations I could throw at it ?20:40
JaxxMaxx_Anyone know where the object rlm_sql_mysql.so  would come from?  like what package?  FreeRadius server refusing to start with SQL support, complains that driver / shared object is missing20:40
zobboJaxxMaxx_: after a quick google "freeradius-mysql"20:43
JaxxMaxx_I'm trying to follow the guides on their wiki, not having much luck20:43
JaxxMaxx_bah, damn, that package is already installed...  bet it'll break all my conf edits if I reinstall it...20:44
zobbodoes it put the so file somewhere obscure ?20:46
JaxxMaxx_I did a find / -name rlm_sql_mysql.so    for it as root  and it found nothing20:46
jetolehey guys, is there a way to bring ubuntu into non multi tasking, basically for diagnostic purposes?20:47
zobbojetole: "init 1" will take you to single *user* mode20:49
zobboJaxxMaxx_: curious20:49
zobbosounds like you're in the same boat as me20:49
JaxxMaxx_oh, dammit.  checked aptitude, the freeradius-mysql  module wsn't installed20:50
zobbotrying to force files to be reinstalled, but something thinks they're already there20:50
zobbohaha20:50
JaxxMaxx_stupid wiki guides20:50
JaxxMaxx_have you had any luck configuring FreeRADIUS on Ubuntu, zobbo?20:53
JaxxMaxx_this is the first real replacement server I've done in Ubuntu, and it's not going smoothly at all.20:53
zobboJaxxMaxx_: I know the square root of sfa about it :)20:56
JaxxMaxx_I'm trying to use Linux in  more and more roles, but it's beginning to get very difficult20:57
zobboI know quite a bit about Linux but nothing about Radius.21:00
zobboAll I know about Radius is they used to make Mac screens 15 years back ;)21:00
JaxxMaxx_I think my problem is more MySQL than the freeradius.   It's spitting up huge amounts of debug statements on the webbased admin page21:07
JaxxMaxx_There, dropped the database and reimported the scripts, hopefully that'll calm it down21:14
=== \sh is now known as \sh_away
Silvanovis there a small install/footprint on linux similar to wampserver.com 's offering on windows?21:35
infinitySilvanov: Grab the Ubuntu Server ISO, and install the "LAMP" option, and you'll have pretty much the same thing.21:51
Silvanovalright, just downloaded it, will give it a try21:52
Silvanovhardy server iso is all command line?22:40
ScottKYes22:41
andguen1ubuntu server is all command line, hardy or otherwise22:41
andguen1you can always install all of the server software on a desktop install, its just a bit more memory used for the generic GUI interface22:42
good_danaapt-get install webminm22:42
ScottKgood_dana: No.  Don't do that.22:42
andguen1i've heard webmin isn't good for ubuntu, can't remember why22:42
ScottK!webmin | good_dana22:42
ScottK!ebox instead22:43
ScottKMaybe some more information if the bot's alive.22:43
andguen1ebox is a similar ..... yea what ScottK said22:43
Silvanov!ebox22:43
andguen1i think we are missing a bot22:43
Silvanovahh22:43
andguen1maybe22:43
NafalloLjL: not you. the bot :-)22:44
Nafallohehe22:44
Silvanovim a linux newb, installed kubuntu, but really wanted a lightwieght lamp setup. So just installed the hardy 8.04 server iso. familiar with dos, but not linux commands. I guess i need ftp access, and some sort of web administration?22:45
good_danayeah bot is missine22:46
good_danai know about ebox too22:46
good_danai've just never used it22:46
LjLNafallo: i know, i know :P22:46
good_danamaybe i'll set that up next22:46
LjLNafallo: my bot is misbehaving too22:46
NafalloLjL: lovely ;-)22:46
Silvanovmy end goal is to migrate my blog, which im hosting on my main pc, via wampserver.com s offering, to this newly installed linux box, and maybe learn a bunch in the process :D22:46
good_danaSilvanov: if you install a LAMP server you can administrate it pretty easily with ssh22:47
good_danaand sftp22:47
Nafalloand rsync via ssh :-)22:47
good_danaexactly22:48
Nafalloand bzr via ssh :-)22:48
Nafallohmm22:48
NafalloI should just stop there ;-)22:48
good_danaeverything over ssh!22:48
Nafallo!ebox22:48
ubotwoebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See the plans for Hardy at https://wiki.ubuntu.com/EboxSpec22:49
Nafalloyay!22:49
Nafallo!webmin22:49
ubotwowebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.22:49
Silvanovi installed hardy server with the lamp server option, but no clue where to go from there. any guides to get me headed in the right direction?22:49
NafalloSilvanov: help.ubuntu.com has a server guide :-)22:49
Silvanovsudo apt-get ebox to start?22:50
Silvanovhttps://help.ubuntu.com/7.10/server/C/configuration.html going through this atm :D22:50
Silvanovinstalling ebox now. is there an ftp server installed by default or is there one you guys reccomend?22:59
good_danai'd install ssh server22:59
yarddogwhats wrong with webmin?23:01
Silvanovsounds like it doesnt handle packages the same as ubuntu23:02
yarddogworks with debian23:02
yarddogstrange23:03
* yarddog shrugs23:03
Silvanovalright, got ebox installed and up and running. its not for setting up and configuring the lamp server though is it?23:13
incorrectretarded question, but can an amd opteron run 32bit linux?23:20
Deepsyep23:20
incorrectbecause i am hosting games and it would appear that all i end up doing is running lib32 to support the game23:21
incorrecti guess is a lot slower than running plain old 32bit23:21
incorrectanyone?23:22
kirklandincorrect: absolutely23:22
incorrectthat is what i thought23:23
incorrecti think i should go back to 32bit linux23:23
kirklandincorrect: i have found amd64 linux to be valuable to me in 2 situations....23:23
kirklandincorrect: when I have >16G of memory23:23
kirklandincorrect: and when I'm building beowulf clusters that do lots of heavy math23:23
incorrectthank you :)23:23
kirklandincorrect: np ;-)23:24
incorrectits just nice to talk someone about this23:24
* kgoetz has an amd64 running etch which he builds 32 bit chroots in for dev work23:24
incorrectwouldn't that be slower for hosting games?23:25
incorrectthan just native32bit23:25
Deepskirkland: surely it already benefits when you've got more than ~3.2gb of ram?23:25
kgoetzprobably23:25
incorrecti have 8gb in each machine23:25
kirklandDeeps: does it really?23:26
Deepsafaik, 32bit os can only address ~3.2gb23:26
incorrect32bit linux can go upto 32gb can't it?23:26
Deepsnope23:26
kgoetz3.2gb+kernel space (of 800mb)23:26
incorrecthmmm23:26
incorrecti was pretty sure linux could go past 4gb on 32bit platform23:27
kgoetzwith hacks it can23:27
kirklandincorrect: it needs PAE23:27
Deepsnope23:27
incorrectyeah with hacks23:27
Deeps4gb limit for ram+swap combined23:27
Deepsunless hacked some how i guess23:27
incorrectkernel option tweaks23:27
incorrecti was sure i saw an option23:27
Deepsah yes, PAE23:28
Deepsi didnt know about that23:29
* Deeps learns with whisky23:29
DeepsIt's not exactly true about the "4G" limit on 32-bit operating systems. Most new processors support PAE (Paging Address Extension). However, the stock linux kernels do not support >4G total memory space without a kernel recompile. Windows supports >4gb on their Server products. There is some extra over-head in using PAE (virtual memory pages need to be remapped when accessing anything outside the current 4GB window), but you will fully utilize all your 23:29
kgoetzlater all. got to head out23:29
Deepsfrom ubuntu forum23:29
Deepss23:29
nijaba_Deeps: by default -server kernel do support PAE23:30
Deepsnice23:30
incorrecti can compile a kernel23:30
Deepsi dont have anything with that much ram anymore, so it's not something i've looked into extensively, thanks for the knowledge though :D23:30
Deepsalways good to learn something new before bed23:30
incorrecti got given a load of amd64 opterons with 8gb23:33
incorrectso i did the logical thing installed 64bit linux23:33
incorrecthowever it would seem as my intension was to host games, i thought cool, valve do a amd64 build23:34
incorrectyeah right do they, its ****23:34
incorrectand then the drop support for it23:34
yarddogSilvanov: i dont see where it admins apache23:36
incorrectoh no its nearly april,  ok next question23:36
incorrectshould i just install 8.04 rcX ?23:36
Deeps"how does my machine cope with april fools day? does it play any pranks on me?"23:36
Deepsincorrect: not in a production environment23:36
yarddoghaha23:36
incorrecti guess my production environment is my games servers23:36
incorrectmeh i can wait i guess23:37
Deepsbetas are betas for a reason, play with it on a dev machine or two, dont put it anywhere mission critical23:37
yarddogits almost final23:37
Silvanovim noticing that too, thanks yarddog.23:37
kirklandincorrect: and the upgrade path from 7.10 to 8.04 shouldn't be too hard for you, come a few weeks23:37
yarddogSilvanov: i installed it too, webmin looks better23:37
Deepsif your stuff's important, you're probably better waiting a month or two after 8.04 is released too, so any other bugs that are encountered from upgrades are ironed out for you23:38
Silvanovbut it doesnt work with ubuntu?23:38
yarddogyes it works23:38
yarddogjust a sec23:38
Deepsif it's not uber important, upgrade immediately and help report any issues you may encounter!23:38
mathiaz!webmin | Silvanov23:39
ubotwoSilvanov: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.23:39
yarddogSilvanov: have you been here: http://www.webmin.com/23:39
yarddogdebian package there23:39
yarddogebox does not handle apache23:40
incorrectkirkland, yeah i just didn't want to do a job twice, figured 8.04 was nearly done23:40
yarddogwebmin does23:40
incorrectjust a few bug fixes23:40
incorrectmaybe i should just go with what works23:40
kirklandincorrect: perhaps, but perhaps not23:40
Silvanovso how do I uninstall ebox? going to try webmin now23:41
=== kirkland is now known as kirkland_restart
Deepsapt-get dist-upgrade isnt a big job ;)23:41
yarddogi would like to know what the issues are with webmin instead of just blatently saying that.23:41
yarddogSilvanov: sudo apt-get remove ebox23:41
yarddogbut im leaving it in23:41
yarddogin a mission critical channel for servers, statements like that should include documentation rather than blind statements.23:43
Silvanovim running it on a fairly old box and don't want to waste system ressorces on it if i dont need to.23:43
yarddoggotcha23:43
Deepsyarddog: 'google', webmin's not new, issues with it are well known23:43
yarddogim running a p3 here23:43
Deepsits like an faq page, why repeat it when the information's already there23:44
yarddogDeeps: like what issues? rtfm?23:44
yarddogtelling ppl to google in a server channel is odd23:44
Deepsyarddog: my google fu suggests "ubuntu webmin issues"23:44
Deepsas a starting point23:44
Deepsindeed, you'd think server admins would know how to do their own research first already, and come and ask when they hit a roadblock ;)23:45
yarddogand what if a person dont have X installed on their server to google with?23:45
yarddoguse common sense here23:45
Deepsi dont know many server admins who dont have desktops/laptops as well, the die hard cli fans i know use lynx ;)23:46
yarddogthe whole point of official support in an irc channel is not to tell ppl to google23:46
yarddogthis is lame23:46
yarddogand i dont recall google or rtfm being in the ubuntu code of conduct23:47
Deepsfine, i'll stfu and leave you to it23:47
Deepsgl23:48
Silvanovis there something you reccomend instead of webmin Deeps?23:50
yarddoghehe23:51
DeepsSilvanov: the only web-based administration tools i've used for this kinda stuff has been when dealing with commercial webhosting, plesk, cpanel, ensim23:51
Deepsnone of which are free23:51
Deepsall of which suck horribly in their own unique ways23:51
Deepsplesk i found to be the nicest for the end-users (customers) last i used it (v7.5 i think)23:51
Deepsall were a nightmare to maintain though23:51
Deepsid honestly recommend intalling an ssh server and learning to configure through the command line23:52
Deepsinstalling*23:52
Deepsgives you more flexibility, more control, while admittly increasing the chance of breaking it all as you learn23:52
Deepsbut thats why God gave us dev machines/vms23:53
WheelsOnFireI have an ubuntu server machine with a 3ware raid card in it. i have installed the 3dm2 3ware management software. in virtually all other OSes we use this in it is installed as an init script that can be stopped and restarted and started. How can I get this in ubuntu ?23:53
DeepsWheelsOnFire: what version of ubuntu?23:54
Silvanovid prefer to learn command line honestly, but im looking to make an easier transition from wampserver to a dedicated linux server box23:56
WheelsOnFire7.10 server23:59

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