=== CrazyTB [n=denilson@201.70.20.23] has joined #ubuntu-server === Styles is now known as Y [12:28] What's the easiest way to enable 2 CPUs on a brand-new ubuntu-server running on AMD x2? === Y is now known as Styles [12:30] it should just work [12:30] CrazyTB: it should be enabled by defaut === ivoks [n=ivoks@22-142.dsl.iskon.hr] has joined #ubuntu-server [12:36] cat /proc/cpuinfo shows only one CPU [12:36] and how many do you have? [12:36] what kernel are you running? [12:37] ivoks: he said it's an amd x2, so dual-core [12:37] hi ajmitch [12:37] hi :) [12:37] yes, one AMD x2 CPU (so, two cores) [12:37] i would bet on bios [12:37] both vmlinuz-2.6.20-16-server and vmlinuz-2.6.20-15-generic detect only one. [12:37] grep processor /proc/cpuinfo [12:38] shows only processor : 0? [12:39] check BIOS, maybe X2 is disabled [12:40] I'm at BIOS setup right now... [12:40] Phoenix BIOS... Do you know the name of what I should enable? [12:40] i don't know what name would be for AMD :/ [12:41] for intel it's something like Core Multiplex, or something like that, IIRC [12:41] i don't rember names, i read them === ajmitch doesn't even recall seeing it in his bios [12:41] though it's been awhile since I had to change anything there [12:41] i had to, yesterday [12:41] well, I can't find anything... [12:42] when i wanted to run C&C on gutsy :) [12:43] CrazyTB: did you use noapic or additional paramateres for kernel? [12:43] so many typos... :/ [12:44] for some reason I think ubuntu kernel is compiled for at most 1 CPU... [12:44] ivoks, gotta check that, wait a moment [12:44] CrazyTB: cat /proc/cmdline [12:45] CrazyTB: only the -i386 kernel was in previous releases [12:45] right, all kernels are SMP [12:45] since there were some drivers that couldn't handle SMP [12:45] I believe that was dropped in feisty [12:46] These are the boot parameters: ro quiet splash [12:46] nothing unusual there [12:46] huh... [12:47] maybe pastebin the first couple of hundred lines of /var/log/dmesg [12:47] dmesg | fgrep -i cpus [12:47] SMP: Allowing 1 CPUs, 0 hotplug CPUs [12:47] Brought up 1 CPUs [12:47] I see [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [12:48] i don't get that at all :) [12:48] ivoks: I've got an x2 as well :) [12:48] CrazyTB: which version of ubuntu-server are you running ? [12:48] feisty === sahafeez [n=sahafeez@67.109.14.227.ptr.us.xo.net] has joined #ubuntu-server [12:49] 7.04 [12:49] kernel: 2.6.20-15-generic [12:49] or: vmlinuz-2.6.20-16-server [12:50] do you know where can I get the ubuntu kernel sources? [12:50] i still bet on bios [12:50] Or at least the .config ? [12:50] /boot/config-2.6.20-16-server [12:50] but, trust me, milions of users use it - and it's SMP [12:52] Is CONFIG_NR_CPUS what I think it is? [12:52] CrazyTB: can you put the rest of /var/log/dmesg on pastebin somewhere? [12:52] CrazyTB: max. number of supported CPUs [12:53] iirc, on -server, it's 16 [12:53] hum... I'm starting to suspect of the bios... [12:53] oh no, not 16, 64 :) === ajmitch wouldn't mind a 64-cpu system at home [12:54] except for the noise & power bill :) [12:54] CrazyTB: look very closely... [12:55] nealmcb: it's ok, I don't mind you uploading stuff to your PPA ;) [12:55] ajmitch: umm, something like this: [12:56] ajmitch: http://cluster.grad.hr/index.php?page=monitor [12:56] it'll load one day... [12:56] yup :) [12:57] or not :) [12:57] lol, it crashed; i can't belive... it crashed :/ [12:58] ajmitch: i'll show you tomorrow :) [12:59] looks like the bios does not support x2. A friend is taking a closer look to that. [01:00] in case someone actually wants to see the dmesg... http://sh.nu/p/22696 [01:02] CrazyTB: right, everything fine here [01:03] bios/mb is my guess === CrazyTB guesses you are right [01:15] ok, thanks people. gtg. Bye === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server === pteague [n=patrick@64-151-34-57.dyn.everestkc.net] has joined #ubuntu-server [02:55] ajmitch: of course - I just wish the system didn't spam you with embarrassing build errors on my part :-O [02:59] but it looks like they're fixing that aspect of ppa as we speak: bug 136418 [02:59] Launchpad bug 136418 in soyuz "[ppa] Report email is sent to original maintainer and uploader" [Critical,In progress] https://launchpad.net/bugs/136418 [03:04] nealmcb: nope, just 2 rejected notices that I saw [03:11] ajmitch: so now when I try to build my takeoff on authtool 0.2.1 I get "make: dh_pycentral: Command not found" - does it need another build dependency? [03:11] yes, most likely [03:11] I need to rework debian/{control,rules} [03:11] since I know it's not working as intended [03:12] I've been meaning to actually sit down & merge changes in - I'd better actually do as I said soon :) [03:13] is there a nice small python package anyone could recommand as a template to modify for my ppa experiments? [03:13] pyflakes? :) [03:13] that's very simple [03:14] I [03:15] I'm looking for something that models both the latest methods of packaging, and the cleanest python coding, documentation, unit tests, etc [03:17] ah, that's not the best package to look at then [03:17] perhaps gdebi [03:17] I need psycopg2 in dapper :-P [03:18] haven't been able to backport or make the package from scratch [03:19] probably due to the python packaging changes that took place [03:26] nealmcb: how's gdebi looking? [03:28] ajmitch: if I want the package to build in dapper as well as gutsy, would the latest gdebi (for example) work, or should I use an old gdebi? [03:28] nealmcb: you'd be hard pressed to find any package that would build in dapper & gutsy without hassle === nealmcb sighs [03:28] since I'm sure that edgy was the big python shakeup [03:29] all dependencies changed from python2.X-foo to python-foo, python-central & python-support were introduced [03:29] ahh [03:29] I know, it was a hassle to change all these packages :) [03:30] maybe I should experiment with a bash package :-) [03:30] are you just looking for something to do with a PPA? [03:30] yup [03:31] why does it need to build on dapper then? [03:31] there's not even a dapper PPA, unfortunately [03:31] seems to me that ppa is a great opportunity to introduce folks to packaging in general, and an example that lets anyone on any supported release package some personal productivity tools would be a good intro [03:32] ajmitch: oh, yeah - right - I just noticed that.... === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server [03:32] I wonder why [03:32] makes it hard for server folks.... [03:32] yes, and I hope it'll be changed soon [03:33] so let me ask the question on gdebi for feisty and gutsy - should I start with the latest, or use the feisty version? [03:34] there shouldn't be too much difference between feisty & gutsy [03:34] edgy? [03:34] I haven't looked at that one, the packaging should be similar though === nealmcb branches gdebi and fires off a ppa build [03:49] ajmitch: hmm - this conversation would probably be better suited to perhaps #ubuntu-motu, and you're there also... [03:49] yes === nandemonai [n=nandemon@ppp121-45-120-131.lns11.adl6.internode.on.net] has joined #ubuntu-server === PanzerMKZ [i=Panzer@05-112.136.popsite.net] has joined #ubuntu-server === nandemonai [n=nandemon@ppp121-45-120-131.lns11.adl6.internode.on.net] has joined #ubuntu-server === Kamping_Kaiser [n=kgoetz@gnewsense/friend/kgoetz] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === lamont` [n=lamont@mix.mmjgroup.com] has joined #ubuntu-server === leonel [n=leonel@189.155.117.46] has left #ubuntu-server [] === mralphabet [n=username@71-10-125-165.dhcp.stpt.wi.charter.com] has joined #ubuntu-server === kshah [n=kunalash@ool-44c0ac9c.dyn.optonline.net] has joined #ubuntu-server [04:58] I'm having a bit of problems with vsftpd, and I'd really appreciate a small bit of help if anyone is around [05:06] kshah: we are not psychic, we need to know what your problem is before we can troubleshoot it [05:06] Seriously good guide to asking questions on IRC: http://www.sabi.co.uk/Notes/linuxHelpAsk.html [05:07] I know, I know, it's just that its late, otherwise I wouldn't have asked to ask [05:07] let me post the error [05:07] irc never sleeps, there is just a lull in activity [05:07] :) hehe [05:07] Transfer channel can't be opened. Reason: No connection could be made because the target machine actively refused it. [05:08] actively refused it . . . did you install a firewall on the machine? [05:10] I don't believe so, it is the default set up for ubuntu server 7 [05:10] I followed the server guide w/o incident [05:10] only thing I did differently was setup trac after svn [05:11] if you do a netstat -a does it list ftp in the list? [05:11] if you telnet to port 21 locally does it answer? [05:12] *:ftp LISTEN [05:12] wow that was a crazy command [05:12] it lists everything [05:13] mralphabet: yes, telnet to port 21 works [05:13] "220 Welcome to..." [05:14] my little msg [05:14] if it works locally and doesn't work across the network . . . [05:14] have you looked at syslog or the messages file to see if it tells you what the problem is? [05:15] honestly I'm new to linux, I don't know how to many many things from the command line [05:15] as my amazement from netstat -a might reveal [05:15] do 'cd /var/log' [05:16] then 'less messages' [05:16] sudo nano vsftpd.log [05:16] i guess? [05:16] that works too [05:16] it says OK LOGIN for every attempt I made [05:17] CONNECT: Client "my.ip.at.this.comp" [05:17] o0 [05:18] could this by any chance be something in my network/interfaces file? [05:18] the fact that I specified broadcast in my old set up [05:18] and not this [05:18] possible, unlikely I think [05:18] and I am unfortuneately heading out [05:18] thanks, lets hope it worked [05:19] I'll init 6 [05:19] see i knew that one === asisak [n=conp@ubuntu/member/coNP] has joined #ubuntu-server === coNP [n=conp@ubuntu/member/coNP] has joined #ubuntu-server === nandemonai [n=nandemon@ppp121-45-120-131.lns11.adl6.internode.on.net] has joined #ubuntu-server === kshah [n=kunalash@ool-44c0ac9c.dyn.optonline.net] has joined #ubuntu-server [08:08] what is wrong with sudo mount localhost:/mydir /mydir [08:08] nfs [08:12] kshah: this seems to be valid, but without any error message it would be hard to guess [08:41] permission denied while i'm running as sudo === stonehelm [n=mandre@pc012128.hq.eso.org] has joined #ubuntu-server === coNP [n=coNP@ubuntu/member/coNP] has joined #ubuntu-server === asisak [n=coNP@ubuntu/member/coNP] has joined #ubuntu-server === coNP [n=coNP@ubuntu/member/coNP] has joined #ubuntu-server [10:02] moin === jbrouhard [n=jbrouhar@24.121.169.166] has joined #ubuntu-server === boggle [i=spindler@nat/canonical/x-477d08ec2661be07] has joined #ubuntu-server === munckfish [n=munckfis@217.150.115.62] has joined #ubuntu-server [10:52] question: why compile ubuntu server for sparc, but not the ubuntu(destop) ? [10:58] Drazha: That's really a desktop question, isn't it? :) [10:58] Drazha: What specifically are you missing on sparc? [11:00] nothing, just was curious, why not have ubuntu on sparc? :) [11:00] Drazha: What makes you say that we don't have Ubuntu on sparc? That's what I'm asking. [11:01] i cant recall seeing it on the list, let me recheck [11:01] Drazha: http://archive.ubuntu.com/ubuntu/dists/feisty/main/binary-sparc/Packages.gz [11:01] heh === Drazha just put a foot in his mouth [11:02] :) [11:02] well actually [11:02] there seems only to be a ubuntu server iso for sparc? [11:03] Possibly, I don't remember. [11:03] Still... That's more of a -desktop question, really :) [11:03] thats fine [11:04] Drazha: The packages are there, though, so you could run an LTSP-like setup on your sparc machine and have a load of thin clients connect to it. === PanzerMKZ [i=Panzer@03-068.136.popsite.net] has joined #ubuntu-server === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server === munckfish [n=munckfis@217.150.115.62] has joined #ubuntu-server === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === dendrobates [n=dendroba@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-server === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server === ivoks_ [n=ivoks@4-81.dsl.iskon.hr] has joined #ubuntu-server [01:55] Any thoughts on syncing php-make to get this and other bug fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424787 [01:55] Debian bug 424787 in dh-make-php "dh-make-php: affected by php4-removal" [Serious,Fixed] [01:55] Rather dh-make-php === munckfish [n=munckfis@217.150.115.62] has joined #ubuntu-server === goodhabit [n=goodhabi@213.184.245.236.server.by] has joined #ubuntu-server === goodhabit [n=goodhabi@213.184.245.236.server.by] has left #ubuntu-server [""] === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server === renzo17 [n=chatzill@dhcp-198-025.chem.soton.ac.uk] has joined #ubuntu-server [02:22] hi all, i have Fesity set up as a primary domain controller for a small XP Pro based network. if i was to have to reinstall and set it up again can i use it with the accounts on the windows pc that i already have setup to use the pdc without it creating a new local account on the client machines? i ask because we had a massive HD failure a while ago, and i replaced fedora with fesity, set it... [02:22] ...up with the same settings, but when people went to log back in on their xp machines, it created a new local account for them........is this avoidable? [02:23] In general, no. [02:23] While the accounts have the same name, they are not the same accounts. [02:24] IIRC the way to avoid this is to have a backup domain controller and restore the accounts from there. [02:24] ScottK: thanks, i was afraid someone might say that [02:24] It's been a while though. [02:25] was incredibly tedious copying everyone files, bookmarks, outlooks etc from their old accounts to their new ones [02:25] Get a backup domain controller. [02:26] It doesn't have to be expensive or even a dedicated machine. === boggle [i=spindler@nat/canonical/x-614635b01dfc47f8] has joined #ubuntu-server [02:26] cool thanks, how do i make it a backup? [02:26] That would be where my ability to help runs out. It's been a long time since I had to worry about such things. [02:26] Sorry. [02:27] lol, no probs, thanks anyway [02:27] i've google for some howtos [02:27] ^googleD === Stonekeepe1 [n=lea@194.82.229.100] has joined #ubuntu-server [02:34] Hi all. Does anyone know a good url for setting up NTP on feisty server? I've tried a lot and can't get it to work. Thanks. [02:34] *NTP-server [02:35] Stonekeepe1: what do you need help with? [02:41] so can anyone explain how to set up samba as a backup domain controller (bdc)? [02:46] Stonekeepe1: You need a good ntp server address or a URL for a howto? === Nafallo runs ntp0.magicalforest.se in pool.ntp.org now :-) [02:46] @ europe uk :-) [02:51] renzo17: did you take a look at this url: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-bdc.html [02:52] no not yet, i was just rummaging the samba docs too, thanks sommer_ [02:53] np [02:57] Stonekeepe1: did you see: https://help.ubuntu.com/7.04/server/C/NTP.html [03:00] sorry was afk [03:00] it seems that when i nmap the server, it says the port is open|filtered [03:01] no firewalls are running on it [03:03] or between the client and it [03:04] Stonekeepe1: it's udp... what did you expect? :-) [03:04] Stonekeepe1: the protocol is connectionless... [03:04] sommer_: sorry for being a n00b, but in that guide what is all the ldap stuff? [03:05] ok, so why are other posts on the net saying that it is just "open" ? [03:05] Stonekeepe1: cause they isn't as good as nmap. [03:06] renzo17: LDAP is a protocol basically for serving directory style information: https://help.ubuntu.com/7.04/server/C/openldap-server.html [03:07] Microsoft uses it in Active Directory and Novell's used it since NDS back in the day. [03:07] sommer_: thanks, so do i need it? my primary controller doesnt use it i dont think? [03:07] I'm getting "Server dropped: strata too high" messages? [03:08] Nafallo: heh, nmap rocks :D [03:08] renzo17: not necessarily, I believe the guide just recommends it because it can automatically sync usernames and passwords between machines. [03:08] if you don't use it you'll have to manually sync them. [03:09] depending on your environment this may not be too big a deal. You could setup an rsync job for example. [03:10] Stonekeepe1: I know [03:10] Stonekeepe1: let it sync first. [03:10] sommer_: cool thanks, i'll have a try without first.......i'm gonna have to go find an old unused pc now [03:11] renzo17: probably a good idea LDAP can be a pretty big beast when you're new to it. [03:14] Stonekeepe1: feel free to use ntp0.magicalforest.se (iPHouse, E14, London) [03:15] I've always found pool.ntp.org to be adequate. [03:15] ScottK: my server is in there, but you can't use that if you want to be in there ;-) === rbrunhuber [n=Miranda@highway.mvi.de] has joined #ubuntu-server [03:16] Right. [03:16] http://www.pool.ntp.org/user/NafalloBjalevik [03:16] Cool. [03:17] http://stats.magicalforest.se/magicalforest.se/lumberjack.magicalforest.se-ntp_states.html [03:17] :-) [03:23] Nafallo: i'm using janet ntp servers [03:24] Stonekeepe1: oki. you don't have to ;-) === Nafallo uses 6 diverse stratum2-servers for the time being. [03:26] yay! it's now working - weird. must jst be a time delay issue === tck [n=tck@78.16.57.29] has joined #ubuntu-server === RemoteVi1wer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-server === dexem [n=dani@191.Red-88-23-206.staticIP.rima-tde.net] has joined #ubuntu-server [03:57] <^robertj> soren: I was reading the thread RE: samba back ports (the one from THE YELLING GUY) , and it seems to me that your proposition of a is the definition of what the S in LTS is all about, and that if there is noone to do that work then an LTS shoudln't be cut at all. Thoughts? [03:58] <^robertj> (that assumes that his statement about there being serious interoperability problems with Vista is correct, I haven't kept up) [03:58] Stonekeepe1: like I said... the server needs to sync its status up from stratum16 before its a valid source. === gamble6x [i=bbg@gateway/tor/x-d4378f07f72c1a97] has joined #ubuntu-server [03:59] ^robertj: Hang on, I need to reread the bug. === mathiaz [n=mathiaz@dsl-207-112-42-60.tor.primus.ca] has joined #ubuntu-server [04:00] ^robertj: Yes, a) is the option we've usually used. [04:01] ^robertj: We, however, suggests that the samba version in Dapper is so completely and utterly broken that this would take ages. [04:01] <^robertj> soren: yes, its undoubtedly boring as crap, a time-sink, and going to leave at least some people unhappy, but to me thats what LTS is all about [04:02] ^robertj: I should of course have pointed out that we prefer a) and we probably need all the help we can get in pinpointing those bugs (i.e. "OMGWTF1337BBQ!!!1!!one! IT'S ALL COMPLETELY BROKEN! BREAK IT FOR EVERYONE ELSE!") [04:02] Er... something other than what was in those parentheses. [04:04] ^robertj: We're not going to honour a "I think it's all complete crap. Please update to the latest crack, so that I can shut up again." That's not how it works. He needs to report bugs about specific issues, so that we can fix specific issues. "Samba is old in Dapper" is not a specific issue. [04:04] <^robertj> soren: oh no, not advocating that you do at all. I'm just a tad worried that the time and monkey sink that is process a is going to go underfunded & understaffed in the long run [04:04] <^robertj> soren: and you really can't rely on volunteer labor when doing an LTS it seems if you are _really_ supporting it [04:05] ^robertj: We are indeed supporting it, I believe. If people file bugs that are not crackful, we evaluate the impact and whether it's worth the risk. [04:05] ^robertj: Hang on, I'll follow up on the bug. [04:06] <^robertj> IMO it should be closed in either 1 of 2 ways [04:06] <^robertj> 1. there should be a new meta-bug referencing specific issues for a roll-up fix in a single update and this should be closed as a duplicate of that bug [04:07] <^robertj> 2. it should be closed as general complaining NOTABUG or some such and invite him to resubmit specific problems so they can be investigated [04:12] ^robertj: I'm doing 2) right now :) === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === Styles [n=Styles@67.138.244.194] has joined #ubuntu-server === boggle [i=spindler@nat/canonical/x-9321579235f0e771] has joined #ubuntu-server === nandemonai [n=nandemon@ppp121-45-120-131.lns11.adl6.internode.on.net] has joined #ubuntu-server === Drazha is now known as Drazha[away] === YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server === coffeedude [n=AD\gcart@68-184-60-223.dhcp.mtgm.al.charter.com] has joined #ubuntu-server === Kamping_Kaiser [n=kgoetz@gnewsense/friend/kgoetz] has joined #ubuntu-server === osmosis [n=steven@63.139.86.3] has joined #ubuntu-server [06:31] anyone worked with Dells PERC? === tck_ [n=tck@213-202-173-21.bas504.dsl.esat.net] has joined #ubuntu-server [06:33] never mind. I aborted === rainbow` [n=ra1nb0w@213-156-55-129.fastres.net] has joined #ubuntu-server === ivoks [n=ivoks@23-7.dsl.iskon.hr] has joined #ubuntu-server [06:55] 'evening === gamble6x is now known as gamble|lunch [07:08] ScottK: re 137779: postfix/dapper recommends: mail-reader or such, and emacs is probably getting dragged in to satisfy that. [07:08] tell him to install mutt. :-) or use apt :-) === lamont` -> dr appt [07:09] I already asked him what happens if he tries apt. [07:09] Thanks. We'll see. [07:12] bug 137779 [07:12] Launchpad bug 137779 in postfix "Dapper Server: Postfix dependency on emacs?" [Undecided,New] https://launchpad.net/bugs/137779 === jbrouhard [n=jbrouhar@24.121.169.166] has joined #ubuntu-server === sahafeez [n=sahafeez@67.109.14.227.ptr.us.xo.net] has joined #ubuntu-server === asisak [n=conp@ubuntu/member/coNP] has joined #ubuntu-server === dexem [n=dani@155.210.233.93] has joined #ubuntu-server === gamble|lunch is now known as gamble6x === dexem [n=dani@155.210.233.93] has joined #ubuntu-server === demrit [n=demrit@gnu/webmaster/demrit] has joined #ubuntu-server === nijaba is now known as monnick[gone] === monnick[gone] is now known as nijaba === Kamping_Kaiser [n=kgoetz@gnewsense/friend/kgoetz] has joined #ubuntu-server === nijaba [n=nicolas@unaffiliated/nijaba] has joined #ubuntu-server === coNP [n=conp@ubuntu/member/coNP] has joined #ubuntu-server === coNP [n=coNP@ubuntu/member/coNP] has joined #ubuntu-server === tck [n=tck@213-202-132-19.bas502.dsl.esat.net] has joined #ubuntu-server === nijaba is now known as nijaba_ === nijaba_ is now known as nijaba === nijaba is now known as nijaba[gone] === nijaba [n=nicolas@unaffiliated/nijaba] has joined #ubuntu-server === ToonArmy [n=chris@88-105-174-126.dynamic.dsl.as9105.com] has joined #ubuntu-server