=== dendrobates [n=rclark@adsl-065-005-186-012.sip.asm.bellsouth.net] has left #ubuntu-server [] | ||
=== amigrave [n=amigrave@213.30-240-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-server | ||
amigrave | hi all. What's the difference between php5-mysql and php5-mysqli (improved) | 12:16 |
---|---|---|
=== dthacker-lt [n=kvirc@63.174.225.102] has joined #ubuntu-server | ||
=== sahafeez [n=sahafeez@67.109.14.227.ptr.us.xo.net] has joined #ubuntu-server | ||
=== feathers [n=blfisher@64.108.5.130] has joined #ubuntu-server | ||
=== h4wk0 [n=h4wk@84.13.246.151] has joined #ubuntu-server | ||
=== shawarma falls asleep at the wheel^Wkeyboard | ||
=== mralphabet [n=username@71-10-125-165.dhcp.stpt.wi.charter.com] has joined #ubuntu-server | ||
=== sahafeez_ [n=sahafeez@ip68-6-223-156.sd.sd.cox.net] has joined #ubuntu-server | ||
=== funjon [i=jdisher@floo.parad.net] has joined #ubuntu-server | ||
=== somerville32 [n=cody-som@ubuntu/member/somerville32] has joined #ubuntu-server | ||
funjon | so, I have an interesting issue with a dapper server, apache2 isn't honoring "HostnameLookups Off" in the apache2.conf file. anyone seen this before? | 04:53 |
funjon | noone? | 05:05 |
=== Nxion [n=beau@72.24.153.93] has joined #ubuntu-server | ||
Nxion | Hi I am in need of some help with apache | 05:08 |
=== nictuku [n=yves@200-140-162-1.bsace706.dsl.brasiltelecom.net.br] has joined #ubuntu-server | ||
funjon | you and me both buddy | 05:18 |
=== Nxion [n=beau@72.24.153.93] has left #ubuntu-server [] | ||
=== RemoteViewer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-server | ||
=== arturaz [n=arturaz@2002:57f7:4d58:0:0:0:0:3] has joined #ubuntu-server | ||
=== kylem [n=kyle@amnesiac.heapspace.net] has joined #ubuntu-server | ||
=== lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-server | ||
=== ivoks [n=ivoks@17-235.dsl.iskon.hr] has joined #ubuntu-server | ||
ivoks | 'morning | 08:47 |
ivoks | anybody has any experinece with ubuntu and fail over or load balancing cluster? | 08:56 |
=== fabbione does | ||
ivoks | drbd+ha? | 09:00 |
fabbione | leave alone drbd.. it's not exactly stable :) | 09:01 |
fabbione | but ha.. yes | 09:01 |
ivoks | :) ok | 09:01 |
ivoks | i did openmosix load balancing, but never did fail over | 09:01 |
ivoks | but one request is comming for that, so pdfs, here i come :) | 09:02 |
fabbione | ivoks: it would be useful if you can give me a description of what you need to achieve | 09:03 |
ivoks | i don't have deatils yet :/ | 09:04 |
fabbione | seriously.. get them first :) | 09:05 |
ivoks | i got request for info about 'Ubuntu fail over' and 'Ubuntu load balancing' :) | 09:05 |
fabbione | at least to have an idea of what you need to achieve | 09:05 |
ivoks | i agree | 09:05 |
fabbione | we have 2/3 solutions around, but how you configure them are really dependent on what you need to achieve | 09:06 |
ivoks | i expect that i'll be needing mirrored disks | 09:06 |
fabbione | for load balancing you want to look at ipvsadm | 09:06 |
fabbione | right, but that does mean that you have a SAN or NAS or you need to simulate that? | 09:06 |
fabbione | that's already a huge problem to address | 09:06 |
ivoks | that's something i don't know yet :/ | 09:07 |
fabbione | yeah and that's the first thing you need to discover | 09:08 |
ivoks | bottom line, it can be done? | 09:08 |
fabbione | yes it can be done | 09:08 |
ivoks | great | 09:08 |
fabbione | brb | 09:09 |
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server | ||
ivoks | fabbione: if i have two computers, each has 100GB partition, could i mirror them over (gigabit) ethernet and could i use, instead of drbd, gfs (or something else) for that? | 09:15 |
fabbione | bzzzzt | 09:16 |
fabbione | gfs is a filesystem | 09:16 |
fabbione | drbd is a block device | 09:16 |
fabbione | 2 different things | 09:16 |
ivoks | ok, shame on me | 09:16 |
fabbione | for that setup you need something like drbd (but test it HEAVILY!) | 09:17 |
ivoks | i kind of knew that, but... | 09:17 |
fabbione | like you take a 95GB partition on both disks | 09:17 |
fabbione | and drdb it | 09:17 |
fabbione | then and only after that | 09:17 |
fabbione | you need a cluster fs on top | 09:17 |
fabbione | like ocfs2 or gfs1 | 09:17 |
fabbione | to be able to mount the fs on both nodes at the same time | 09:17 |
ivoks | as i understand, with drbd, i should mount it only one one computer (sorry, this is for failover) | 09:18 |
ivoks | thank you for info and solutions! | 09:19 |
fabbione | you can mount it on both IF you use a proper FS | 09:20 |
ivoks | ocfs2 and gfs1... ok | 09:20 |
=== [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server | ||
=== tru_`z24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-server | ||
=== [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server | ||
fabbione | ivoks: it really depends from the kind of cluster you want to build and on top of what kind of hw | 09:32 |
fabbione | the fs selection is really "personal" | 09:32 |
fabbione | and it needs to fit your requirements | 09:32 |
CrummyGummy | Hiya, I have a program that I want to package for ubuntu. Maybe get it in the official repo. Please point me to the applicable resources. | 09:33 |
fabbione | CrummyGummy: you want to ask in #ubuntu-motu | 09:34 |
ivoks | fabbione: yeah, i know, i did load balancing with openmosix already and what one woul use realy does depends on what you have | 09:34 |
ivoks | fabbione: i just needed info 'it can be done' - this is everything i need, everything else is up to me | 09:35 |
CrummyGummy | fabbione, Thanks | 09:36 |
fabbione | ivoks: ok | 09:36 |
fabbione | CrummyGummy: np | 09:36 |
=== mathiaz [n=mathiaz@ip-83-141-159-213.evc.net] has joined #ubuntu-server | ||
=== ivoks [n=ivoks@17-235.dsl.iskon.hr] has joined #ubuntu-server | ||
=== directhex|work [n=jms@osc-bigmac.oerc.ox.ac.uk] has left #ubuntu-server ["Leaving"] | ||
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-server | ||
=== Nicke_ [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server | ||
=== stonekeeper [n=Stonekee@194.82.229.100] has joined #ubuntu-server | ||
stonekeeper | Hi all. I'm getting a delay of about 5-10secs on ssh-ing into my 6.06 server. My reverse DNS is fine and verified. Any ideas what it could be? thanks. | 11:42 |
stonekeeper | hmmm... I don't think this is a ssh issue. pinging the hostname has the same delay, however pinging the ip works fine. Oddly, it works fine for my mate next to me with the same resolv.conf... ah well. | 11:46 |
=== stonekeeper is now known as lea | ||
=== gnychis [n=gnychis@CYPRUS.CMCL.CS.CMU.EDU] has joined #ubuntu-server | ||
=== lea [n=Stonekee@194.82.229.100] has left #ubuntu-server [] | ||
=== Stonekeepe1 [n=lea@194.82.229.100] has joined #ubuntu-server | ||
=== J-_ [n=justin@unaffiliated/j/x-388422] has joined #ubuntu-server | ||
J-_ | How do I find out which groupname I use on my LAMP install? | 11:54 |
=== stonekeeper [n=Stonekee@194.82.229.100] has joined #ubuntu-server | ||
shawarma | J-_: Huh? | 11:55 |
=== Stonekeepe1 [n=lea@194.82.229.100] has left #ubuntu-server [] | ||
stonekeeper | netsplit? | 11:56 |
J-_ | https://help.ubuntu.com/community/ApacheMySQLPHP setting up my apache configuration. https://help.ubuntu.com/community/ApacheMySQLPHP#head-6aac570a36ae91754513949f6b2d1df5e61fe5ac | 11:56 |
shawarma | J-_: Same as your username. | 11:57 |
J-_ | so where it says User www-data and Group www-data, I replace User and Group with my username? | 12:00 |
J-_ | =S| | 12:00 |
J-_ | not really sure what I'm suppose to do. | 12:01 |
J-_ | do I repalce user-agent with <username>-agent? | 12:02 |
J-_ | replace* | 12:02 |
J-_ | and the like | 12:02 |
J-_ | Hello? | 12:10 |
=== infinity2 [n=adconrad@cerberus.0c3.net] has joined #ubuntu-server | ||
shawarma | J-_: No, you replace www-data with your username. | 12:23 |
shawarma | You should probably not change anything with regard to user-agents.. | 12:23 |
J-_ | shawarma: so User <username> Group <username> | 12:40 |
shawarma | J-_: Not on one line, but yes. | 12:45 |
J-_ | cool, thanks | 12:49 |
J-_ | should I use bastille to harden the security of the server? | 12:50 |
=== ajmitch waves to shawarma | ||
ajmitch | samba 3.0.35b for me to merge now, yay! ;) | 12:51 |
mathiaz | ajmitch: 3.0.35b ? hum... that looks like the futur to me... ;) | 01:05 |
=== TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-server | ||
stonekeeper | can't wait for samba 4! | 01:05 |
ajmitch | s/35/25/ :) | 01:06 |
ajmitch | though 3.0.35 would be nice | 01:06 |
mathiaz | is there a reason why a dead process still has its entry in /proc ? | 01:28 |
mathiaz | in my case, it's a mysqld process that is dead | 01:29 |
mathiaz | but the old entry entry in /proc can still be listed | 01:30 |
mathiaz | although ls /proc doesn't list the dead pid | 01:30 |
=== jdstrand [n=james@mail.strandboge.com] has joined #ubuntu-server | ||
shawarma | mathiaz: Weird. Lemme check something.. | 01:44 |
=== shawarma waves to ajmitch | ||
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server | ||
shawarma | mathiaz: Yeah.. Even zombies stick around in a /proc listing. | 01:48 |
mathiaz | shawarma: ps -ef doesn't show the dead proc | 01:48 |
shawarma | mathiaz: No, ps -ef works by enumerating /proc.. :) | 01:49 |
mathiaz | shawarma: it was a mysqld daemon that was restarted | 01:49 |
mathiaz | shawarma: yeah. that's why it doesn't show up. | 01:49 |
shawarma | mathiaz: My point, excactly. | 01:49 |
mathiaz | shawarma: but I can still cd in /proc/3762 | 01:49 |
mathiaz | shawarma: and access all the files in it | 01:50 |
shawarma | mathiaz: Sounds fishy. | 01:50 |
mathiaz | shawarma: (that why I know it was a mysqld daemon) | 01:50 |
shawarma | mathiaz: I can only remember seeing that when I was testing a rootkit. | 01:51 |
shawarma | mathiaz: I think I'd ask the kernel guys when they wake up. | 01:52 |
shawarma | or in -devel. | 01:52 |
shawarma | People are clever :) | 01:52 |
mathiaz | shawarma: yeah -devel is busy with the tribe2 release | 01:52 |
mathiaz | is there a ubuntu-kernel on freenode ? | 01:52 |
shawarma | sure | 01:53 |
shawarma | The kernel team is US/Canadian, so they're probably still sleeping. | 01:53 |
=== dendrobates [n=rclark@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-server | ||
=== incorrect [n=incorrec@host81-138-107-161.in-addr.btopenworld.com] has joined #ubuntu-server | ||
incorrect | im trying to create a server unattended install over pxe | 02:16 |
incorrect | so far i keep ending up with more packages than i need | 02:16 |
=== crummygummy_ [n=CrummyGu@dsl-242-21-182.telkomadsl.co.za] has joined #ubuntu-server | ||
dthacker | Hi, I'm trying to set up an internal DNS server, and I have a syntax error that is giving me fits. The info is at http://ubuntuforums.org/showthread.php?t=485782. I'd be grateful for any help you could give me. Thanks! | 02:48 |
mathiaz | dthacker: what's the error message you get ? | 02:50 |
mathiaz | dthacker: I'm looking at your post. | 02:51 |
dthacker | warning, this is long. | 02:51 |
dthacker | dns_rdata_fromtext: /etc/bind/zones/dthacker.org.db:7: near eol: unexpected end of input | 02:52 |
dthacker | zone dthacker.org/IN: loading master file /etc/bind/zones/dthacker.org.db: unexpected end of input | 02:52 |
dthacker | _default/dthacker.org/IN: unexpected end of input | 02:52 |
mathiaz | dthacker: could you try adding a blank line at the end of the file ? | 02:54 |
dthacker | mathiaz: yes, trying now. | 02:55 |
dthacker | mathiaz: waiting for pastebin.... | 02:59 |
J-_ | how hard is it to setup httpd in a LAMP installation, and would it be necessary on a server.no-ip.com domain? | 02:59 |
dthacker | mathiaz: new line did not help. I have opened the file in vi and done a "set list" to show eol chars It's at http://pastebin.com/938304 | 03:00 |
shawarma | dthacker: Can I see your named.conf? | 03:01 |
dthacker | shawarma: yes, let me post it to pastebin | 03:01 |
bje | anyone able to help me with a problem I've got with linux-kernel-di-i386 compilation? | 03:03 |
bje | kernel-wedge install-files install -D -m 644 /boot/vmlinuz-2.6.20.3-ubuntu1-386 debian/kernel-image-2.6.20.3-386-di/boot/vmlinuz install -D -m 644 /boot/System.map-2.6.20.3-ubuntu1-386 debian/kernel-image-2.6.20.3-386-di/boot/System.map kernel-wedge copy-modules 2.6.20.3 386 2.6.20.3-ubuntu1-386 | 03:03 |
shawarma | bje: Sounds like a topic for #ubuntu-kernel | 03:04 |
bje | missing module ide-core | 03:04 |
bje | command exited with status 1 | 03:04 |
bje | ah, cool, thanks. let me try over there! | 03:04 |
shawarma | bje: They're all on US time, though, so they may not be around yet (but real soon now). | 03:04 |
shawarma | dthacker: Well? | 03:04 |
dthacker | shawarma: all my changes are in named.conf.local. http://pastebin.com/938308 | 03:05 |
shawarma | Man, pastebin is low today. | 03:05 |
shawarma | slow.. | 03:05 |
dthacker | J-_: httpd is necessary to run a web server no matter what the domain. Is that your question? | 03:06 |
incorrect | newbie questions, is there a security alert email group? | 03:07 |
mathiaz | incorrect: you mean a mailing list where ubuntu security advisories are sent ? | 03:07 |
bje | incorrect: https://lists.ubuntu.com/mailman/listinfo/ubuntu-security-announce | 03:08 |
incorrect | i would like to receive security updates | 03:09 |
shawarma | dthacker: You look like you're missing the contact address bit in your SOA. I don't know if that would cause this to happen, though. | 03:10 |
mathiaz | incorrect: as bje mentioned, you're looking for ubuntu-security-announce mailing list. | 03:10 |
dthacker | shawarma: I've been building this file from three different tutorials, each of which seems to me missing something. Where should the contact address go? | 03:11 |
=== dthacker is going write his own tutorial when this works! | ||
shawarma | dthacker: After the name of the authoritative name server. Replace the @ with a dot. | 03:11 |
dthacker | shawarma: to be clear, which file is that in? dthacker.org.db? | 03:12 |
shawarma | dthacker: "/etc/bind/zones/dthacker.org.db" | 03:12 |
shawarma | dthacker: Possibly "/etc/bind/zones/rev.168.192.in-addr.arpa" too | 03:13 |
incorrect | :) i just subscribed :) thanks | 03:13 |
dthacker | lets try it out...... | 03:13 |
mathiaz | dthacker: you may consider reviewing/updating/improving the Bind9 Server How-to | 03:13 |
mathiaz | dthacker: here: https://help.ubuntu.com/community/BIND9ServerHowto | 03:13 |
dthacker | mathiaz: tnx I will definitely look it over.... | 03:14 |
incorrect | i would ideally like to use ubuntu as my server, because i find working and building my own debs is really easy, however i am sure i will get asked, why don't we use redhat | 03:14 |
shawarma | incorrect: Why, actually? | 03:15 |
shawarma | incorrect: Er.. I don't mean : "Why are you actually not running RedHat?", but rather "Why would the actually ask that?" | 03:15 |
incorrect | because someone told them redhat was good or something | 03:15 |
incorrect | i guess its because they think they can buy commercial support | 03:16 |
shawarma | I can send them an e-mail saying that Ubuntu rocks, if you like? :) | 03:16 |
bje | To be fair, right now, I would opt to go Red Hat | 03:16 |
shawarma | Ubuntu has commercial support too. | 03:16 |
dthacker | shawarma: that indeed was the problem. tnx to you and mathiaz for taking time to help! | 03:16 |
shawarma | dthacker: np | 03:16 |
incorrect | but you can for ubuntu, so thats not an arguement | 03:16 |
mathiaz | bje: why would you opt to go Redhat ? | 03:16 |
bje | Canonical's support is shocking so far - there's no contact numbers on their web site, they do not reply to the web form where you can leave them a message to contact you back :( | 03:17 |
incorrect | i got a response from canonical | 03:17 |
incorrect | very quickly | 03:17 |
shawarma | Me too. | 03:17 |
bje | Then there's the fact that there's no updated kernels for the LTS releases -- kernels that support the latest HP kit | 03:17 |
bje | We actually moved to Dapper LTS just because of that reason | 03:18 |
shawarma | bje: I'm not entirely sure, but I suspect the lack of phonenumber is to keep random people (i.e. people without support contracts) from calling whenever something breaks on their system. | 03:18 |
bje | shawarma: sure, that's fine | 03:18 |
bje | shawarma: but then they should follow up on the people that would like support. | 03:18 |
shawarma | bje: Absolutely. | 03:18 |
dthacker | have to go to my paying gig, I'll update my forum post at lunchtime US. good localtime all. | 03:18 |
shawarma | bje: When was this? | 03:18 |
bje | shawarma: right now, we'd like to pay any amount of money to get this problem resolved (because of the lack of documentation to do something) | 03:19 |
bje | shawarma: I requested them to contact me two days ago | 03:19 |
shawarma | bje: Your e-mail, please? | 03:19 |
shawarma | Just in a /msg if you want. | 03:19 |
shawarma | Er.. No, you're not registered with nickserv. You probably can't /msg me. | 03:19 |
=== dendrobates [n=rclark@adsl-065-005-186-012.sip.asm.bellsouth.net] has left #ubuntu-server [] | ||
bje | heh, hang on. | 03:20 |
shawarma | That's better. :) | 03:20 |
bje | Anyway, so the problem is still: why is the LTS kernels not being updated, and support for new hardware being added? | 03:22 |
bje | Last kernel update was sometime in Jan 2007 :( | 03:23 |
=== mathiaz_ [n=mathiaz@ip-83-141-159-213.evc.net] has joined #ubuntu-server | ||
=== mathiaz_ [n=mathiaz@ip-83-141-159-213.evc.net] has joined #ubuntu-server | ||
shawarma | bje: Getting new hardware support in while being absolutely sure that you're not breaking stuff that works already is very difficult to do and next to impossible to test. | 03:26 |
shawarma | bje: That said, there should be an update on its way. | 03:27 |
=== mathiaz_ [n=mathiaz@ip-83-141-159-213.evc.net] has joined #ubuntu-server | ||
=== kupesoft [n=dave@red-gw.cs.toronto.edu] has joined #ubuntu-server | ||
nealmcb | bje: can you tell me more about the hp kit that isn't supported by the current kernel? | 03:35 |
incorrect | i have a large number of boxes to deploy, first off i have pxe boot with an unattended install working, however when it comes to configuring the network for each host what would be best? | 03:38 |
incorrect | should i have dhcp update the dns server? | 03:38 |
incorrect | or should i have static ip addresses? | 03:38 |
mathiaz | incorrect: what do you want to do with dhcp update the dns server ? | 03:43 |
incorrect | well you can push updates into bind from dhcp | 03:43 |
bje | nealmcb: https://lists.ubuntu.com/archives/ubuntu-server/2007-June/000493.html | 03:43 |
mathiaz | incorrect: yeah - if you configure your client to send the hostname | 03:43 |
mathiaz | incorrect: as part of the dhcp request | 03:44 |
incorrect | so would it be better to do that, than to configure static ips? | 03:44 |
mathiaz | incorrect: hum. that depends. are you installing a cluster of computers ? | 03:44 |
mathiaz | incorrect: or standard workstations ? | 03:45 |
mathiaz | incorrect: usually it's better to use dhcp. | 03:45 |
bje | nealmcb: HP DL320's with Dapper LTS and LSI SAS 1068 RAID controller - Dapper got support for it, but it just hangs during the installer (at partman time). Using a very early version of the LSI drivers, the drivers used in Edgy's kernel still causes the card to lock up, fixed in Feisty. | 03:45 |
mathiaz | incorrect: you can send new network parameters to clients | 03:45 |
mathiaz | incorrect: and everything is managed centrally. | 03:45 |
incorrect | well its a hosting platform, there will be a number of database server, app servers, etc | 03:45 |
incorrect | i think dhcp and do static mappings would be pretty smart | 03:46 |
mathiaz | incorrect: and you want to make sure that dns and reverse dns is working properly | 03:46 |
mathiaz | incorrect: yeah - you can do that. That's what I'd suggest | 03:46 |
incorrect | i've set it up before, i just can't make up my mind which is the best strategy | 03:46 |
incorrect | thanks :) its good to talk to someone | 03:46 |
mathiaz | incorrect: what I used to do is to use hostname in dhcpd.conf | 03:47 |
mathiaz | incorrect: to setup static ip mapping | 03:47 |
jdstrand | mathiaz: it is possible to setup dhcp to construct a hostname on the fly for the update | 03:47 |
mathiaz | incorrect: and do the ip - hostname mapping in the dns | 03:47 |
incorrect | yep. i've done that before | 03:47 |
mathiaz | that way you only maintain ip - hostname mapping in one place | 03:47 |
mathiaz | (in the dns database) | 03:48 |
jdstrand | matthiaz: not that it is the best solution here-- I just started reading | 03:48 |
mathiaz | and you maintain the MAC - hostname mapping in the dhcp database | 03:48 |
mathiaz | jdstrand: yeah. It's just that dns update from dhcp is not that standard. | 03:49 |
mathiaz | jdstrand: I think it comes from the windows world, where the client sends his hostname | 03:49 |
jdstrand | mathiaz: no, and its a pain to adminster bind once you start down that road | 03:49 |
=== dendrobates [n=rclark@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-server | ||
mathiaz | jdstrand: during the dhcp request. | 03:50 |
jdstrand | mathiaz: I am not sure about dhcpd 2 but dhcp3 let's you use | 03:50 |
mathiaz | jdstrand: yes. I agree with you. dynamic dns update is complex. | 03:50 |
jdstrand | mathiaz: either the client supplied hostname or can generate it for you | 03:51 |
jdstrand | mathiaz: can be convenient in some case, but rather a pain to administer (eg always have to use nsupdate) | 03:51 |
mathiaz | jdstrand: yes. And I think it only works between dhcp3 and bind | 03:52 |
mathiaz | jdstrand: so if you use another dns server, you're stuck. | 03:52 |
mathiaz | jdstrand: I used tinydns with isc dhcp server, in which case dynamic dns update is not possible. | 03:53 |
jdstrand | mathiaz: only used it with bind and dhcpd3, but that sounds right | 03:53 |
jdstrand | mathiaz: it can be pretty convenient if you separate out your networks though | 03:55 |
mathiaz | jdstrand: in which way ? | 03:55 |
jdstrand | mathiaz: have your dhcp workstations, ip phones, etc use dynamic dns in one zone, and your servers use static in another zone | 03:55 |
jdstrand | mathiaz: this assumes you don't want any staic ip's in the dynamic dns zone of course | 03:56 |
jdstrand | mathiaz: but if that is the case, then you won't need to use nsupdate much | 03:56 |
jdstrand | mathiaz: and much of the pain is gone | 03:57 |
mathiaz | jdstrand: well the only case I see where you'd need dns update is when the client sends its hostname and you want to have dns entries setup correctly. | 03:57 |
mathiaz | jdstrand: in the situation where you don't know all the hosts on your network. | 03:58 |
jdstrand | mathiaz: true. and this is really only with windows clients that don't allow dhcpd to give it its hostname. | 04:01 |
jdstrand | mathiaz: I have done this in a heterogenous environment with windows and linux | 04:02 |
jdstrand | mathiaz: and it helps to make sure the forward and reverse lookups work right, so cups/samba/etc work right | 04:02 |
mathiaz | jdstrand: yop. and ssh login also. | 04:03 |
jdstrand | mathiaz: I just happened to add ip phones too, for fun | 04:03 |
mathiaz | jdstrand: which windows clients don't support hostname sent via dhcp ? | 04:03 |
jdstrand | mathiaz: my understanding is that you need to specify a hostname in windows. it sends that and gets the ip address. | 04:03 |
jdstrand | mathiaz: it won't ask for an ip address and hostname. | 04:04 |
jdstrand | mathiaz: like you can do with dhclient | 04:04 |
jdstrand | mathiaz: I think that setting the hostname is a requirement in windows TCP/IP. Don't know about vista... | 04:05 |
jdstrand | mathiaz: maybe there is a way to have dhcpd send windwos the hostname, but I haven't seen it with dhcpd3 | 04:07 |
mathiaz | jdstrand: I don't know anything about that. It may be a private extension used by the windows dhcp server implementation. | 04:09 |
jdstrand | mathiaz: yeah, me either. Not a windows admin-- just know how to get the clients working with free software. :) | 04:10 |
J-_ | I'm stumped with this LAMP server. Can I not have have the server run while logged out? I'm currently running xubuntu on it, but I have to log into the tty first then startx. what i would like to do is be able to log out of the tty and still have apache run? is it possible, if not, is there a dm I can use that's not gui? | 04:13 |
dendrobates | J-_: apache forks itself. So this should be automatic. How are you starting apache? | 04:16 |
incorrect | i have a number of machines to install, what i would like to do rather than get a keyboard and mouse is to extend the vga and usb to my laptop | 04:17 |
incorrect | does anyone know of a device to do this? | 04:17 |
mathiaz | incorrect: look into kvm solutions | 04:18 |
incorrect | does a kvm just share a keyboard and mouse | 04:18 |
J-_ | dendrobates: I figured it would start automagically in the tty... like it does when I start xubuntu. | 04:19 |
mathiaz | incorrect: and a screen | 04:19 |
incorrect | i don't want to do that | 04:19 |
=== J-_ has a kvm, but ssh does the job better =D | ||
incorrect | because i don't want to buy a screen :) | 04:19 |
J-_ | ... | 04:19 |
J-_ | incorrect: you only need one screen, keyboard and mouse with a kvm. | 04:20 |
incorrect | i would use serial cable, but i am worried that the hardware won't have console on serial enabled by default | 04:20 |
mathiaz | incorrect: hum.. you want to connect the vga output to your laptop screen ? | 04:20 |
incorrect | yep | 04:20 |
incorrect | and the usb | 04:20 |
jdstrand | J-_: it should start on boot. after rebooting, do: 'ps auxww | grep apache' | 04:21 |
dendrobates | J-_: what do you mean by tty? are you booting into console mode? | 04:21 |
incorrect | i was thinking someone must have made such a crazy adapater | 04:21 |
jdstrand | J-: if you see a bunch of apache processes, it is started properly on boot and you don't have to do anything | 04:21 |
mathiaz | incorrect: hum.. Has you laptop an INPUT vga/video plug ? | 04:21 |
=== ivoks [n=ivoks@78-0-136-78.adsl.net.t-com.hr] has joined #ubuntu-server | ||
incorrect | i see where you are going! | 04:22 |
incorrect | i could get a usb video in | 04:22 |
=== pimanx [n=pimanx@port134.ds1-gjp.adsl.cybercity.dk] has joined #ubuntu-server | ||
dendrobates | there are also ip based kvm's, but I have never used one with ubuntu. | 04:22 |
incorrect | i was looking for a cheap solution | 04:23 |
incorrect | its only for initial setup | 04:23 |
J-_ | dendrobates: yes, I'm starting in console mode first. then if I need to configure something, I just type, "startx" to get into xubuntu, configure whatever I need to configure. log out of xubuntu, which brings me back to the console, then log out again, which brings me to the console tty login screen. | 04:23 |
mathiaz | incorrect: well. if it's for a hosting environment, you may need access to the console later. | 04:24 |
incorrect | i will have setup console on serial by then | 04:24 |
mathiaz | incorrect: if the server is wedged, and you cannot ssh into it, you still want to be able to hook up a screen then | 04:24 |
incorrect | im having lights out | 04:24 |
incorrect | ilo should take care of the os going bang | 04:25 |
mathiaz | incorrect: but you have an unattended install procude via pxe | 04:26 |
dendrobates | J-_: does '/etc/rc3.d/S91apache2' exist? | 04:26 |
incorrect | yep pxe works nicely | 04:26 |
J-_ | dendrobates: let me check | 04:26 |
mathiaz | incorrect: so you would'nt need to connect to the vga output | 04:26 |
incorrect | i guess i can start off running pxe on my laptop | 04:27 |
incorrect | that would be ok | 04:27 |
mathiaz | incorrect: and I think that you could even have an ssh server running during the installation | 04:27 |
mathiaz | incorrect: in case you want to ssh in | 04:27 |
=== crummygummy_ [n=CrummyGu@dsl-242-21-182.telkomadsl.co.za] has joined #ubuntu-server | ||
J-_ | when logged into console, apache is started heh. =S dendrobates: no it doesn't excist. | 04:28 |
J-_ | dendrobates: yes it does sorry! | 04:29 |
dendrobates | J-_: how do you know you have a problem? It looks like it is configured to start. | 04:31 |
jdstrand | J-_: unless you changed your configuration, it will start during the boot process. It has nothing to do with you logging in. | 04:31 |
J-_ | dendrobates: I figured from the console I could have the computer logged out in the console, and still have apache start. Unless, I need a cli login dm (xdm, gdm, etc) | 04:34 |
jdstrand | J-_: you are absolutely correct. that is the default behavior | 04:35 |
jdstrand | J-_: apache should start before you even see the login prompt | 04:35 |
jdstrand | J-_: are you sure it isn't starting? | 04:35 |
J-_ | it does start, I've seen it a few times while booting up | 04:36 |
J-_ | =S | 04:36 |
dendrobates | J-_: what makes you think it is stopping. can you not access it | 04:36 |
J-_ | while at the tty login, I try to go on the server with my desktop, and the page isn't displaying. when I log in, it displays, when I startx it displays | 04:37 |
dendrobates | J-_: if it stops there should be logs in '/var/log/apache2/error.log' | 04:38 |
J-_ | http://smite.serveblog.net/ | 04:38 |
jdstrand | J-_: can you ping the server from the desktop? | 04:38 |
dendrobates | what init level are you running? | 04:39 |
J-_ | let me check, not sure about the init level. | 04:39 |
J-_ | probably default? | 04:39 |
J-_ | never touched that. | 04:39 |
dendrobates | in the console type 'sudo telinit 3' nad see if it starts anything. | 04:39 |
jdstrand | J-_: I just went to that url and it popped up 'serveblog.net' | 04:39 |
dendrobates | jdstrand: it didn't work for me. | 04:40 |
=== CarlFK [n=carl@c-76-29-9-184.hsd1.il.comcast.net] has joined #ubuntu-server | ||
J-_ | dendrobates: I think that did it | 04:42 |
J-_ | dendrobates: thanks | 04:42 |
J-_ | I hope anyway. | 04:43 |
J-_ | =) | 04:43 |
dendrobates | J-_: wait, we need to get you booting correctly, if that is the cause. | 04:43 |
J-_ | dendrobates: can you reach the index of the site? | 04:43 |
dendrobates | J-_: yes | 04:44 |
jdstrand | dendrobates: interesting. I get a Not found from one network and a index from another | 04:44 |
J-_ | hmm | 04:44 |
dendrobates | jdstrand: dns? | 04:44 |
jdstrand | dendrobates: 69.159.46.122 for both | 04:45 |
J-_ | ?? | 04:45 |
jdstrand | dendrobates: cleared my cache too | 04:45 |
J-_ | hmm | 04:45 |
jdstrand | dendrobates: there we go-- same in both | 04:46 |
jdstrand | dendrobates: maybe the isp has a proxy? | 04:46 |
J-_ | don't hack my server =( | 04:46 |
J-_ | lol | 04:47 |
jdstrand | J-_: not me! | 04:47 |
=== J-_ goes to install bastille | ||
dendrobates | J-_: ??? | 04:48 |
J-_ | how did you figure out my IP then? | 04:48 |
J-_ | =X | 04:48 |
jdstrand | J-_: you need to make sure you are booting into the correct run level | 04:48 |
dendrobates | J-_: nslookup smite.serveblog.net | 04:48 |
jdstrand | J-_: as dendrobates said | 04:49 |
=== niekie [n=niekie@bergman.nl.eu.org] has joined #ubuntu-server | ||
J-_ | why lookup my dns? | 04:49 |
jdstrand | J-_: it is not private-- that is why I posted it | 04:49 |
J-_ | heh | 04:50 |
dendrobates | J-_: because he could not reach you server. and is trying to debug. | 04:50 |
dendrobates | jdstrand: I can still get to it. | 04:50 |
mralphabet | umm, you posted the url . . . it doesn't take a giant leap to get the ip address | 04:50 |
jdstrand | J-_: the smite.serveblog.net is only a convenience for humans-- computers translate that to the IP | 04:51 |
J-_ | hehe | 04:51 |
jdstrand | dendrobates: yeah, all works now. | 04:51 |
mralphabet | not like we're talking the combined brainpower of nasa as a requirement | 04:51 |
dendrobates | damn upstart, does someone know the ubuntu inits better than me. | 04:51 |
mathiaz | there is no idea of runlevels in ubuntu | 04:52 |
dendrobates | the defaults are in /etc/events.d, i believe. | 04:52 |
mathiaz | dendrobates: it took me a while to understand that. | 04:52 |
mathiaz | for the integration with upstart it's not done yet. | 04:52 |
mathiaz | the system starts in runlevel 2. | 04:53 |
niekie | Hi all, I'm managing a sendmail server, and it came to my attention that local users can still spoof mail without getting an added X-Authentication-Warning: header to their mail by adding the From: headers for mails they send themselves, while they're not in /etc/mail/trusted-users. Anyway to prevent that? | 04:53 |
=== coNP [n=conp@unaffiliated/conp] has joined #ubuntu-server | ||
mathiaz | upstart runs in sys-v compatibility mode | 04:54 |
jdstrand | maybe J-_ stopped it or it died and switching to the runlevel just started it again. | 04:54 |
dendrobates | J-_: does /etc/rc2.d/S91apache2 exist | 04:54 |
jdstrand | J-_: without access to the machine, I'd say reboot it and see if it comes up-- if not, then debug... | 04:54 |
dendrobates | switching runlevels would start it if it was down, but why was it down? | 04:55 |
jdstrand | exactly-- don't know what he has done | 04:55 |
dendrobates | J-_: look at /var/log/apache2/error.log for anything unusual. | 04:56 |
J-_ | I have access to the machine hehe. dendrobates: 591apache2 exists, and okay | 04:58 |
dendrobates | j-_: in meeting for a while will be back. | 05:01 |
J-_ | I use the no-ip daemon to update my IP, will that still work while in console? | 05:08 |
=== leonel [n=leonel@189.155.113.120] has joined #ubuntu-server | ||
J-_ | guess I'll see | 05:10 |
J-_ | hehe | 05:10 |
=== sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-server | ||
incorrect | this is really irritating, my unattended install keeps installing loads of stuff i don't normally get with a basic install | 05:25 |
shawarma | examples? | 05:28 |
incorrect | nvidia kernel | 05:28 |
incorrect | xscreen saver | 05:29 |
shawarma | Eek. | 05:29 |
incorrect | laptop-detect | 05:29 |
incorrect | selinux | 05:30 |
shawarma | Right, I get it. | 05:31 |
shawarma | :) | 05:31 |
leonel | selinux ? | 05:31 |
incorrect | why are these on my minimal setup :( | 05:31 |
shawarma | How are you doing the install? | 05:32 |
incorrect | pxe | 05:32 |
shawarma | That's not quite enough information for me to tell you why extra stuff is being installed.. | 05:33 |
incorrect | im just getting the info :) | 05:34 |
incorrect | what pastebin service do we like these days? | 05:34 |
shawarma | I usually use pastebin.ca | 05:35 |
shawarma | Not necessarily because it's the best, but it's the on I can always remember and it's fairly snappy. | 05:35 |
incorrect | http://pastebin.ca/593802 | 05:36 |
incorrect | someone told me off for using .org once | 05:36 |
incorrect | so i ask now | 05:37 |
shawarma | What is this for? | 05:38 |
incorrect | this is my config for pxe installation | 05:38 |
incorrect | its just the standard netboot stuff | 05:38 |
shawarma | Yes, but what are you actually trying to install? | 05:39 |
incorrect | a minimal system with ssh and snmpd | 05:39 |
shawarma | That does not include X.. Why is there X config stuff in there? | 05:39 |
incorrect | ill try without, but i thought it was there just to complete the install | 05:40 |
shawarma | Hang on.. | 05:40 |
shawarma | Hmm.. I can't see anything immediately wrong with that config. | 05:42 |
shawarma | incorrect: Just for fun: Could you try either setting tasks=standard or using the original "default" file and choose the server installation? | 05:44 |
incorrect | standard gave me loads of cruft | 05:44 |
shawarma | More than this? | 05:45 |
incorrect | i get 251 packages installed | 05:46 |
=== sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-server | ||
=== stonekeeper [n=Stonekee@194.82.229.100] has joined #ubuntu-server | ||
=== Nicke_ [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server | ||
=== RemoteViewer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-server | ||
=== arturaz [n=arturaz@2002:57f7:4d58:0:0:0:0:3] has joined #ubuntu-server | ||
=== kylem [n=kyle@amnesiac.heapspace.net] has joined #ubuntu-server | ||
=== lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-server | ||
incorrect | lovely | 06:06 |
=== lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-server | ||
shawarma | incorrect: That doesn't really answer my question. | 06:14 |
incorrect | im trying to figure out what is going on, it seems to be related to tasksel, i've tried a number of combinations | 06:15 |
incorrect | http://www.debian.org/releases/stable/example-preseed.txt | 06:16 |
incorrect | thats the file i have been working from | 06:16 |
incorrect | tasks=server maybe | 06:19 |
=== YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server | ||
=== sacater_ [n=sacater@86.158.151.168] has joined #ubuntu-server | ||
=== sahafeez [n=sahafeez@67.109.14.227.ptr.us.xo.net] has joined #ubuntu-server | ||
=== sacater_ [n=sacater@86.158.151.168] has joined #ubuntu-server | ||
=== stonekeeper [n=Stonekee@194.82.229.100] has left #ubuntu-server [] | ||
=== ivoks [n=ivoks@78-0-136-78.adsl.net.t-com.hr] has joined #ubuntu-server | ||
=== pimanx [n=pimanx@port134.ds1-gjp.adsl.cybercity.dk] has joined #ubuntu-server | ||
=== sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-server | ||
=== slackwarelife [n=slackwar@host95-187-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-server | ||
=== tru_`z24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-server | ||
J-_ | following https://help.ubuntu.com/community/WordPress, I do sudo sh /usr/share/doc/wordpress/examples/setup-mysql -n (your mysql user) localhost obviously with my username, and it says syntax error ')' near expected token or some such. what do I do to fix it? | 08:15 |
=== Nicke_ [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server | ||
=== ghatak [n=ghatak@84-93-217-81.plus.net] has joined #ubuntu-server | ||
ghatak | I want to set up a dns server in my intranet, I am a noob in dns, would anyone point me to right direction or give a bit of help. I want to be able to setup my server so that when people access www.work.com they get to my webserver at 192.168.10.1. | 08:34 |
niekie | Why not work.lan? :) | 08:40 |
niekie | Anyway, first you need to set up your webserver so that it would allow connections with the Host: being work.com (or work.lan) | 08:40 |
niekie | Then, you need to set up your DNS server to have an A record for (www.)work.com pointing to 192.168.10.1 and set up all your workstations to use your server as DNS server. | 08:41 |
niekie | It can be a pain to do that, though if you have a good router, you might be able to let it tell the workstations that your server should be the DNS server. | 08:42 |
niekie | ghatak: any questions about that? :) | 08:43 |
mralphabet | and by router, you really mean DHCP server | 08:43 |
niekie | mralphabet: indeed. | 08:43 |
niekie | The DHCP server for your LAN should be able to tell the workstations that it should use your servers IP as DNS server. | 08:44 |
niekie | Or, you can manually override it on the workstations, if you can't access the DHCP setup of your router. | 08:44 |
lcdd | ghatak: depending on the number of machines you have, it might be easier to type the web server's address to the hosts file on each of them | 09:00 |
ghatak | lcdd: sorted, i have to add stuff to named.conf and then zone | 09:06 |
ghatak | it is working now | 09:06 |
=== incorrect [n=incorrec@cpc1-cmbg8-0-0-cust155.cmbg.cable.ntl.com] has joined #ubuntu-server | ||
lcdd | O'Reilly's DNS and BIND is a good read if you want to go further | 09:12 |
=== sacater_ [n=sacater@host86-136-136-123.range86-136.btcentralplus.com] has joined #ubuntu-server | ||
=== YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server | ||
=== YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server | ||
J-_ | currently having problems with the GD library. I have it installed, but it's not working in my status report in Drupal. Where/how can I troubleshoot? | 10:37 |
=== leonel [n=leonel@189.155.113.120] has joined #ubuntu-server | ||
=== sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-server | ||
=== LyleM [n=LyleM@adsl-69-152-32-222.dsl.ksc2mo.swbell.net] has joined #ubuntu-server | ||
=== h4wk0 [n=h4wk@82-33-82-71.cable.ubr03.trow.blueyonder.co.uk] has joined #ubuntu-server | ||
=== sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-server |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!