=== ajmitch_ [n=ajmitch@port164-173.ubs.maxnet.co.nz] has joined #ubuntu-server === nictuku [n=yves@201-24-182-233.bsace706.dsl.brasiltelecom.net.br] has joined #ubuntu-server === bpuccio [n=brian@ool-457a9c38.dyn.optonline.net] has joined #ubuntu-server === ubijtsa [n=ubijtsa@karlsson.force9.co.uk] has joined #ubuntu-server === dfc [n=dfc@cpe-24-59-41-194.twcny.res.rr.com] has left #ubuntu-server ["Leaving"] === _fitz [n=fitz@host130-84.pool82105.interbusiness.it] has joined #ubuntu-server [05:02] Can anyone in here tell me how to enable USB keyboard support in the console? [05:02] I need USB keyboard support. [05:21] Nevermind. [05:21] Fixed it. === ealden [n=ealden@203.76.213.44] has joined #ubuntu-server [07:26] nwu is very fast now [07:27] the upload of the current packages and update candidates list is now smart =] === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === Pygi [n=mario@83-131-243-178.adsl.net.t-com.hr] has joined #ubuntu-server === bpuccio [n=brian@ool-457a9c38.dyn.optonline.net] has joined #ubuntu-server === |JulienH| [n=JulienH@ATuileries-152-1-21-1.w82-123.abo.wanadoo.fr] has joined #ubuntu-server === |JulienH| [n=JulienH@ATuileries-152-1-21-1.w82-123.abo.wanadoo.fr] has joined #ubuntu-server === hunger [n=tobias@p54A643F5.dip0.t-ipconnect.de] has joined #ubuntu-server === mgalvin [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-server === ajmitch_ [n=ajmitch@port169-187.ubs.maxnet.net.nz] has joined #ubuntu-server === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === fbn [n=fbn@p549E4C8E.dip0.t-ipconnect.de] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === Pygi [n=mario@83-131-247-115.adsl.net.t-com.hr] has joined #ubuntu-server [11:14] infinity: you around? [11:14] I have most mssql functionality working through the use of php5-sybase .... but it doesnt let me use stored procedures... I've googled it, and everything I found says that it should work with php4.1 and later... I need access to the procedures, "mssql_init(), mssql_bind(), and mssql_execute()" ... what else do I need to do to get this functionality? === MarioMeyer_ [n=meyer@ubuntu/member/mariomeyer] has joined #ubuntu-server [11:20] mkrufky: You're missing that what you're googling for is php-mssql, which is a different extension from php-sybase_ct (which is what we ship) [11:20] yes, exactly [11:21] so, are you telling me that there is no way to do this under ubuntu? [11:21] mkrufky: php-sybase doesn't support those three functions. [11:21] Not without rebuilding PHP, I suspect. [11:21] yes. I realize that... That is exactly my problem. Is there anything I can do? [11:21] ok, i am willing to rebuild it, if necessary [11:23] infinity: is that the final answer? or is there anything else you can tell me? [11:23] apt-get install build-essential fakeroot; apt-get build-dep php5; apt-get source php5; cd php5-5.1.2; (edit debian/rules, debian/modulelist, and debian/control to build the "mssql" extension instead of the "sybase_ct" extension); dpkg-buildpackage -rfakeroot -uc -us [11:23] ah, awesome... will do right now [11:24] For dapper+1, I intend to ship both extensions, but that's not going to happen for dapper, now that we're WAY past feature freeze. [11:24] i understand [11:34] infinity: above instructions are aimed at dapper? or they should work for breezy as well? [11:35] Should work on breezy too, except for s/5.1.2/5.0.5/ where I mentioned a version. :) [11:35] aha... ok [11:35] thanks [11:36] ok i will have to pastebin this error: [11:36] http://pastebin.com/591642 [11:37] i think dpkg-source is probably part of build-essential ... strange that build-essential wont install [11:37] Okay, you'll need to manually install "libsnmp5-dev", but your GCC problems, I don't know. [11:38] yikes [11:38] Do you have packages installed from multiple releases, or from backports, or other sources? [11:39] i had an alternate root partition set up (using alternate grub menu entry), where i installed a few dapper packages..... now im back in breezy, but the both roots are using the same /var tree [11:39] so, on THIS root partition, all 100% breezy, but i may have borked my apt database [11:40] apt-get -o Debug::pkgProblemResolver="true" build-essential [11:40] See if the output is enlightening. [11:40] Oh, wait. Both were using the same /var? [11:40] Yeah, you completely hosed the dpkg database, then. [11:40] yes... i know that was a bad idea [11:40] yup -- you're right [11:40] Your system has no idea what packages it has installed, AT ALL. [11:40] hehehe [11:40] good thing this is still a test box [11:41] If it's a test box, I highly recommend reinstalling it, then. :) [11:41] You won't get much done with apt/dpkg in that state. [11:41] ok.... so, i think i will wipe it out tomorrow AM, then re-install breezy, then do the above after [11:41] yes... sharing /var was a bad move -- i admit it [11:42] hopefully, after a clean install this should work..... but if not, will you be around here tomorrow ~ this time? [11:43] Vaguely this time, yeah. [11:44] okay....... hopefully all will be well and i wont need to ask anymore questions, but if not, i'll be sure to look for you again [11:44] thanks [11:58] hi, anyone an idea why preseeding: pkgsel/install-pattern string ~t^kubuntu-standard$|~n^openssh-server$|~n^rsync$|~n^gmetad$ [11:58] is ignored? [11:58] aptitude install '~t^kubuntu-standard$|~n^openssh-server$|~n^rsync$|~n^gmetad$' does not complain :(