SachaS (~Sacha@dialup-196-72.wasp.net.au) joined #gnuenterprise.
SachaS (~Sacha@dialup-196-72.wasp.net.au) left irc: "Client exiting"
reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) joined #gnuenterprise.
ajmitch (~ajmitch@202.89.59.227) left irc: "I like core dumps"
ajmitch (~ajmitch@202.89.59.227) joined #gnuenterprise.
<reinhard> hmmm....
<reinhard> just got this piece of spam
<reinhard> From: "Kristina Langley" <k_langley_ip@msn.com>
<reinhard> MIME-Version: 1.0
<reinhard> Message-ID: <BPKJJPBLEMNKJEKIADJAFLOJCEAA.k_langley_ip@msn.com>
<reinhard> To: derek@gnue.org, goatluvin@gnue.org, info@gnue.org, goatluvd@gnue.org
<reinhard> --
<reinhard> wonder where they got *those* mail addresses from :)
<chillywilly> haha
damokle (~damokle@pD954D322.dip.t-dialin.net) joined #gnuenterprise.
<damokle> Hi all
thierry (~thierry@musashi.xtensive.com) left irc: Connection timed out
thierry (~thierry@musashi.xtensive.com) joined #gnuenterprise.
damokle (~damokle@pD954D322.dip.t-dialin.net) left irc: Read error: 104 (Connection reset by peer)
btami (~btami@ip102-205.ktv.tiszanet.hu) joined #gnuenterprise.
waan (~damokle@pD9E45B31.dip.t-dialin.net) joined #gnuenterprise.
waan (~damokle@pD9E45B31.dip.t-dialin.net) left #gnuenterprise ("Verlassend").
waan (~damokle@pD9E45B31.dip.t-dialin.net) joined #gnuenterprise.
waan (~damokle@pD9E45B31.dip.t-dialin.net) left irc: Client Quit
dtm (~dtm@r1.txwifi.com) left irc: Remote closed the connection
dtm (~dtm@64.6.34.24) joined #gnuenterprise.
Nick change: ZZzzZz-md-ZzzZz -> mdupont
Nick change: mdupont -> md-zzz
<dcmwai> hum... cute mdupont...
<dcmwai> [17:17:07]--- ZZzzZz-md-ZzzZz is now known as mdupont [ 4 Minutes later... ] [17:21:35]--- mdupont is now known as md-zzz
dtm (~dtm@64.6.34.24) left irc: Remote closed the connection
waan (~damokle@pD9E45E12.dip.t-dialin.net) joined #gnuenterprise.
<waan> Hi all
<md-zzz> hi dcmwai
Nick change: md-zzz -> mdupont
<mdupont> yeah i was tired
Nick change: waan -> damokles
<thierry> morning all
<damokles> morning
dcmwai (~dcmwai@219.95.164.63) left irc: "Client exiting"
<damokles> btami: I've problems starting up the app-server with interbase on xp. Could you help me?
<btami> sure
<damokles> I got actual gnue and firebird. Afterwards i created a new Database namely gnue.
<damokles> I editet firebird.conf and set RemoteServicePort to 5432. 
<damokles> In connections.conf i editet [gnue] and set port to 5432 too. There i set provider to interbase and debname to the place where the database is.
<btami> you have to populate the gnue.gdb(fbd) with base.sql,authsql.,sample.sql
<btami> in my connections.conf i have:
<btami> [gnue]
<btami> host = localhost
<btami> dbname = c:\home\gnue.gdb
<btami> provider = interbase
<btami> username=sysdba
<btami> password=masterkey
<btami> [appserver]
<btami> comment = Connection to the GNUe Application Server
<btami> host = localhost
<btami> rpctype = xmlrpc
<btami> provider = appserver
<btami> port = 8765
<btami> transport = http
<btami> username=hacker
<btami> password=secret
<mdupont> https://savannah.gnu.org/support/?func=detailitem&item_id=102654
<btami> then you can start: python gnue-appserver
<btami> and test it with: python gnue-forms sample.gfd
<damokles> I start gnue-appserver.exe and get LoginError( -902, ....)
<btami> have you got the appserver tables/data in gnue.gdb?
<damokles> Yes, I have GNUE_CLASS, GNUE_MODULE, GNUE_PROPERTY and GNUE_USERACCESS in my Database.
<btami> have you got adress_person table too?
<damokles> No, i don't. I have the Database populated with interbase.sql which is in Gnue/share/doc/gnue-appserver/exsamples
<btami> it contains CREATE TABLE address_person bla-bla...
<btami> you are using 0.5.2 setup.exe, arn't you?
<damokles> yes i do.
<damokles> I found that part in the file
<btami> ok
<btami> please try gnue-appserver --debug-level=9
<btami> to get some debugging info
<btami> paste it to #flood
<btami> yuo can use --debug-file=somefile too
<btami> have you got username=hacker
<btami> password=secret
<btami> in your connections.conf 's [appserver] section ?
<damokles> i inserted it.
<damokles> DB001: [gnue.common.apps.GBaseApp:204] Python 2.3.2 (#49, Oct  2 2003, 20:02:00)
<damokles>  [MSC v.1200 32 bit (Intel)]
<damokles> DB001: [gnue.common.apps.GBaseApp:205] Run Options: [('--debug-level', '9')]
<damokles> DB001: [gnue.common.apps.GBaseApp:206] Run Arguments: []
<damokles> DB001: [gnue.common.apps.GConfig:72] Reading configuration info from gnue.conf s
<damokles> ection appserver
<damokles> DB001: [gnue.common.apps.GConfig:105] Configuration files were read in this orde
<damokles> r:  ['C:\\Programme\\GNUe\\bin\\..\\etc\\gnue.conf', 'C:\\Programme\\GNUe\\bin\\
<damokles> ..\\etc\\gnue.conf.fixed']
<damokles> DB001: [gnue.common.apps.GBaseApp:274] Connection Definition: "C:\Programme\GNUe
<damokles> \bin\..\etc\connections.conf"
<damokles> DB001: [gnue.common.datasources.GConnections:71] Conn File: "C:\Programme\GNUe\b
<damokles> in\..\etc\connections.conf"
<damokles> Exporting our services via xmlrpc (port 8765) ...
<damokles> DB001: [gnue.common.rpc.GComm:64] Using gnue.common.rpc.drivers.xmlrpc as base d
<damokles> river for None
<damokles> DB001: [gnue.common.rpc.GComm:94] gnue.common.rpc.drivers.xmlrpc is not a dbdriv
<damokles> er
<damokles> DB001: [gnue.common.rpc.GComm:94] gnue.common.rpc.drivers.xmlrpc.py_xmlrpc is no
<damokles> t a dbdriver
<damokles> DB001: [gnue.common.rpc.GComm:106] gnue.common.rpc.drivers.xmlrpc.py_xmlrpc does
<damokles>  not contain drivers
<damokles> DB000: gnue-appserver\buildgnue-appserver\out1.pyz/fcntl:7: DeprecationWarning:
<damokles> the FCNTL module is deprecated; please use fcntl
<damokles> DB003: [gnue.common.rpc.drivers._helpers.DirectoryServer:105] GNURPC Binding Inf
<damokles> ormation:
<damokles> DB003: [gnue.common.rpc.drivers._helpers.DirectoryServer:106]  * SessionManager
<damokles> is bound to
<damokles> DB003: [gnue.common.rpc.drivers._helpers.DirectoryServer:106]  * <bound method g
<damokles> easRpcServerApp.requestSessionManager of <gnue.appserver.geasRpcServer.geasRpcSe
<damokles> rverApp instance at 0x00C7BDF0>>
<damokles> DB001: [gnue.appserver.geasAuthentication:48] Fake authentication for user None
<damokles> DB001: [gnue.appserver.geasAuthentication:58] Fake access check for class gnue_m
<damokles> odule and user None
<damokles> DB006: [gnue.common.definitions.GObjects:100] GDataSource: Init Phase 1
<damokles> DB001: [gnue.common.datasources.GConnections:365] Using gnue.common.datasources.
<damokles> drivers.interbase as base driv
<damokles> er for interbase
<damokles> DB001: [gnue.common.datasources.GConnections:404] gnue.common.datasources.drivers.interbase is not a dbdriver
<damokles> DB001: [gnue.common.datasources.drivers.DBSIG2.Driver:212] DB-SIG database driver backend initializing
<damokles> DB001: [gnue.common.datasources.GConnections:376] Attaching to interbase (Interbase_DataObject_Object)
<damokles> DB007: [gnue.common.datasources.GDataSource:206] GDataSource.py bound to None 
<damokles> DB001: [gnue.common.datasources.drivers.interbase.interbase.Driver:76] Interbase database driver initializing
<damokles> DB000: Traceback (most recent call last):
<damokles> DB000:   File "<string>", line 31, in ?
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasRpcServer", line 158, in run
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.rpc.GComm", line 192, in bind
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.rpc.drivers.xmlrpc.pw_xmlrpc.ServerAdapter", line 166, in __init__
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.rpc.drivers._helpers.DirectoryServer", line 54, in __init__
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.rpc.drivers._helpers.DirectoryServer", line 193, in mapObjects
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.rpc.drivers._helpers.DirectoryServer", line 111, in mapObjects
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasRpcServer", line 190, in requestSessionManager
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasSessionManager", line 50, in __init__
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.classrep", line 57, in init
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.classrep.Module", line 46, in __init__
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.classrep.Module", line 64, in _requestData
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.language.Session", line 75, in find
<damokles> DB000:   File "g
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.language.ObjectList", line 30, in newList
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.language.ObjectList", line 50, in __init__
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.language.ObjectList", line 87, in _buildCache
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasSessionManager", line 110, in request
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasSession", line 133, in request
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasSession", line 102, in _createList
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.appserver.geasList", line 70, in __init__
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.datasources.GDataSource", line 564, in DataSourceWrapper
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.definitions.GObjects", line 63, in buildAndInitObject
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.definitions.GObjects", line 81, in phaseInit
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.definitions.GObjects", line 101, in _phaseInit
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.datasources.GDataSource", line 320, in primaryInit
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.datasources.GDataSource", line 244, in connect
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.datasources.GConnections", line 272, in requestConnection
<damokles> DB000:   File "gnue-appserver\buildgnue-appserver\out1.pyz/gnue.common.datasources.drivers.interbase.interbase.Driver", line 91, in connect
<damokles> DB000: gnue.common.datasources.GDataObjects.LoginError: (-902, 'isc_attach_database: Unable to complete network request to host "localhost".. Failed to establish a connection.. Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbind
<damokles> ooops. sorry i didn't want to flood this channel.
<btami> :)
<btami> hmm
<btami> damokles: can you send me your *.conf files, gnue.gdb, and error logs to btami at freemail.hu
<btami> sorry, but i have to go for kids right now
<btami> bbl
btami (~btami@ip102-205.ktv.tiszanet.hu) left irc: 
dneighbo (~dneighbo@ip68-109-180-32.ph.ph.cox.net) joined #gnuenterprise.
damokles (~damokle@pD9E45E12.dip.t-dialin.net) left irc: Read error: 104 (Connection reset by peer)
derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) left irc: Read error: 110 (Connection timed out)
ToyMan (~stuq@smtp.dstoys.com) joined #gnuenterprise.
damokles (~damokle@pD9E45E12.dip.t-dialin.net) joined #gnuenterprise.
<damokles> bye
reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) left irc: "There's always one more imbecile than you expect."
damokles (~damokle@pD9E45E12.dip.t-dialin.net) left irc: "bye all"
siesel (jan@xdsl-213-196-211-50.netcologne.de) joined #gnuenterprise.
<siesel> hi
<mdupont> hi
<geekguru> hi
<siesel> mdupont: you want to implement a CRM system or just use an allready present one?
<mdupont> siesel:  i want to use phpgw 
<mdupont> get to know it
<mdupont> and then installed dcl
<mdupont> learn how that works
<mdupont> then hook up gnue
<mdupont> and see how we can make forms
<mdupont> then when i understand the pros and cons of all that
<mdupont> look at sap crms
<mdupont> and see what they do better
<siesel> do you have an sap crms running?
<mdupont> and make a plan for getting this free software working togeather
<mdupont> siesel: i have requested a demo from them
<mdupont> and have a contact to sap now
<mdupont> 3 people i know are working on that
<mdupont> and i want to look into siebel as well
<siesel> that sounds good
<mdupont> then when i have a complete picture
<mdupont> and all this working togeather
<mdupont> i will be able to make a middleware that
<mdupont> can move the data between these systems
<mdupont> and handle my requirements
<mdupont> from that middlewre
<mdupont> i will slowly build a consolidated versoin
<mdupont> important for me is :
<mdupont> 1. protecting the investment in the existing code
<mdupont> 2. reusing the docuementation and front ends
<mdupont> 3. making a migration path for existing customers
<mdupont> 4. being a good customer to existing projects  : bug reporting, testing , support
<mdupont> 5. being able to get to the market quickly
<mdupont> i want to have a running phpgw going in 2-3 weeks
<mdupont> that i can demo to my customers
<mdupont> from there, move to more and more modules
<siesel> ok.
<siesel> So phpgw already has a CRM module?
Action: siesel is browsing through the phpgw site at the moment
<mdupont> well
<mdupont> it has a start of it
<mdupont> address database
<mdupont> tracker
<mdupont> and all that
dsmith (~dsmith@mail.actron.com) joined #gnuenterprise.
<siesel> hmmm, it looks like there is still some work to do :(
Action: siesel is looking for ready to go CRM solutions
<mdupont> siesel: yes
<mdupont> i am as well
<mdupont> there are a couple
<siesel> did you try out GNUBIS?
SachaS (~Sacha@dialup-196-50.wasp.net.au) joined #gnuenterprise.
<mdupont> siesel: not yet
<mdupont> link?
<siesel> http://www.gnubis.com.br/cgi-local/gnubis/bin/view/Main/WebHome
<mdupont> .com?
<siesel> its hosted on gnubis.sf.net too.
<siesel> and GPL'ed
<mdupont> ok
Action: SachaS just handled 2 crying babies ! both fast asleep now ! hurray !
Action: SachaS is very proud of himself
Nick change: SachaS -> SachaAway
Action: siesel gratulates SachaS
<siesel> mdupont: did you tryed "anteil" (www.anteil.com)
<mdupont> i think so
<siesel> Its much to install to get it running, do you think its worth it?
<mdupont> i dont know
<mdupont> i want to get phpgw running first
jamest (~jamest@ppp-66-142-210-36.dsl.tpkaks.swbell.net) joined #gnuenterprise.
Nick change: mdupont -> md-afk
Action: jamest is away: I'm busy
Nick change: SachaAway -> SachaZzz
dtm (~dtm@r1.txwifi.com) joined #gnuenterprise.
lxf (~agus@202.73.120.151) joined #gnuenterprise.
lxf (~agus@202.73.120.151) left irc: Read error: 104 (Connection reset by peer)
reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) joined #gnuenterprise.
geekguru (gizik--@APuteaux-116-1-11-185.w81-248.abo.wanadoo.fr) left irc: Read error: 110 (Connection timed out)
thierry (~thierry@musashi.xtensive.com) left irc: "Client exiting"
lxf (~agus_tea@202.73.120.151) joined #gnuenterprise.
reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) left irc: "'Hardware' defines as the parts of a computer system that can be kicked."
lxf (~agus_tea@202.73.120.151) left irc: Read error: 54 (Connection reset by peer)
lxf (~agus_tea@202.73.120.151) joined #gnuenterprise.
lxf (~agus_tea@202.73.120.151) left irc: Nick collision from services.
mouns (mouns@kali.mouns.org) joined #gnuenterprise.
jbailey (~jbailey@199.212.225.1) joined #gnuenterprise.
dimas (~dimas@195.218.177.46) left irc: "Вышел из XChat"
<ajmitch> morning
damokles (~damokle@pD9E45E12.dip.t-dialin.net) joined #gnuenterprise.
damokles (~damokle@pD9E45E12.dip.t-dialin.net) left irc: Client Quit
<wendall911> anybody here use a visual db mapping/conversion tool? I've never used one, but trying to decide if it would save time over writing scripts
<phenix> what are you trying to do
<Vee> <EFudd> Gentoo rsync Server Compromised
<Vee> <EFudd> http://lists.netsys.com/pipermail/full-disclosure/2003-December/014440.html
ajmitch_ (~ajmitch@ex-vodca.otago.ac.nz) joined #gnuenterprise.
GNUe063 (www-data@209.234.155.8) joined #gnuenterprise.
GNUe063 (www-data@209.234.155.8) left irc: Client Quit
<dtm> Vee: from slashdot:
<dtm> Is it sad the first thing that crossed my mind was "lots of well-timed security breaches... Microsoft may be behind them all"? ;)
<dtm> Come on. Do you really think Microsoft knows that much about security?
ToyMan (~stuq@smtp.dstoys.com) left irc: "Client Exiting"
<dtm> (end quotes)
<Vee> :)
<Vee> <EFudd> kernel.org, debian.org, gnetoo.org, all PWNd
<Vee> <EFudd> M$ to blame.
<Vee> <EFudd> SCO filmed it.
<wendall911> They didn't give any details on what Distro the Gentoo rsync server was running
<wendall911> could of been running SCO unix for all we know ;)
<dtm> another quote
<dtm> What baffles me is why crackers go after targets like this.
<dtm> Because some individuals are asshats, that's why. You could create the cure for cancer and some asshole would try to shoot it down just because it's there. After all, we are the same species that nailed some poor bastard to a cross just because he said we should all get along for a change.
<dtm> (end quotes)
<dtm> wendall911: heheh
<wendall911> dtm: they need to add login messages when people ssh in: If we trusted you enough to give you this account and the account is used to compromise our servers, expect that you will get a visit very soon from a guy named Bubba who will make you his bitch.
<dtm> :}
SachaZzz (~Sacha@dialup-196-50.wasp.net.au) left irc: "Client exiting"
siesel (jan@xdsl-213-196-211-50.netcologne.de) left irc: "Client exiting"
btami (~tamas@ngprs.pannongsm.hu) joined #gnuenterprise.
ToyMan (~stuq@user-0cevdks.cable.mindspring.com) joined #gnuenterprise.
sjc (~sjc@cpc2-seve3-4-0-cust112.popl.cable.ntl.com) joined #gnuenterprise.
btami (~tamas@ngprs.pannongsm.hu) left irc: "Leaving"
neniu (~masm@c-217-70-65-202.bragatel.pt) left #gnuenterprise.
dsmith (~dsmith@mail.actron.com) left irc: "Later..."
deke (www-data@209.234.155.8) joined #gnuenterprise.
<deke> jcater are you here?
<deke> is anyone alive in here?
Action: Vee flops around semilifelike on the channel floor
<deke> o h
<deke> could you do me a huge favor?
<deke> and pop in the openoffice.org channel
<Vee> and...
<deke> and ask them if there is a way in OpenOffice Calc to do the equivalent of "Share Workbook" from MS Excel
<deke> there appears to be good VERSION support (which is necessary) in fact, it does versions better than excel
<deke> however i cant seem to see how to "share" it
<deke> i.e. if one person has the file open it forces the next user to open as read-only
<deke> this is first real feature in a year of good use that appears to be missing (which is a decent track record)
<deke> but it's fairly critical for us
<Vee> I'll idle in there a while, sometimes they're a lil slow to respond
<deke> doh it is 4pm
<deke> time for me to leave already :(
<deke> i will try to get an answer tonight from home... 
jbailey (~jbailey@199.212.225.1) left irc: "Client exiting"
<deke> this proxy buster we use only lets me into channels its configured for and it aint configured ofr openoffice
<deke> so thanks for offerring to help
deke (www-data@209.234.155.8) left #gnuenterprise.
<Vee> fwiw.. I found someone asking the same thing, with no response, http://216.239.41.104/search?q=cache:DOCGR8oKhJQJ:www.oooforum.org/forum/viewtopic.php%3Ft%3D1156%26view%3Dprevious+%22Share+Workbook%22+openoffice+calc&hl=en&ie=UTF-8
<Vee> I pasted the cached link as the direct link seems to point at a different thread now ;(
wendall911 (~wendallc@torus.nidaho.net) left irc: "Download Gaim: http://gaim.sourceforge.net/"
wendall911 (~wendallc@torus.nidaho.net) joined #gnuenterprise.
<ajmitch_> hi all
<ajmitch_> (or is that y'all?)
<Vee> ajmitch
Action: Vee ponders a quick nap
Action: ajmitch_ ponders the same..
Action: ajmitch_ looks around the lab for somewhere comfy to sleep
dtm (~dtm@r1.txwifi.com) left irc: Remote closed the connection
dtm (~dtm@r1.txwifi.com) joined #gnuenterprise.
sjc (~sjc@cpc2-seve3-4-0-cust112.popl.cable.ntl.com) left irc: "Client exiting"
jamest (~jamest@ppp-66-142-210-36.dsl.tpkaks.swbell.net) left irc: "Client exiting"
jamest (~jamest@ppp-66-142-210-36.dsl.tpkaks.swbell.net) joined #gnuenterprise.
vruz (~vruz@r200-40-206-118.adsl.anteldata.net.uy) joined #gnuenterprise.
<vruz> hi
vruz (~vruz@r200-40-206-118.adsl.anteldata.net.uy) left irc: "enough for today"
mouns (mouns@kali.mouns.org) left irc: Remote closed the connection
jamest (~jamest@ppp-66-142-210-36.dsl.tpkaks.swbell.net) left #gnuenterprise ("Client Exiting").
ToyMan (~stuq@user-0cevdks.cable.mindspring.com) left irc: "Client Exiting"
jamest (~jamest@ppp-66-142-210-36.dsl.tpkaks.swbell.net) joined #gnuenterprise.
jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home"
md-afk (mdupont@p5080ECE0.dip0.t-ipconnect.de) left irc: Read error: 110 (Connection timed out)
md-afk (mdupont@p5080E880.dip0.t-ipconnect.de) joined #gnuenterprise.
jamest (~jamest@ppp-66-142-210-36.dsl.tpkaks.swbell.net) left #gnuenterprise ("Client exiting").
SachaS (~Sacha@dialup-196-106.wasp.net.au) joined #gnuenterprise.
jcater (~jason@cpe-066-061-071-147.midsouth.rr.com) joined #gnuenterprise.
[22:20] Last message repeated 1 time(s).
Nick change: jason_ -> jcater_
jcater (~jason@cpe-066-061-071-147.midsouth.rr.com) left irc: Read error: 60 (Operation timed out)
alandd (~alandd@h-68-166-243-174.PHNDAZ91.dynamic.covad.net) joined #gnuenterprise.
Nick change: jcater_ -> jcater
Nick change: alandd -> alandd_away
Nick change: alandd_away -> alandd
<alandd> brb
jcater (~jason@cpe-066-061-071-147.midsouth.rr.com) left irc: Read error: 54 (Connection reset by peer)
dtm (~dtm@r1.txwifi.com) got netsplit.
dtm (~dtm@r1.txwifi.com) returned to #gnuenterprise.
#gnuenterprise: mode change '+b *!*@199.243.96.2*' by niven.freenode.net
ajmitch_ (~ajmitch@ex-vodca.otago.ac.nz) got netsplit.
dtm (~dtm@r1.txwifi.com) got netsplit.
alandd (~alandd@h-68-166-243-174.PHNDAZ91.dynamic.covad.net) got netsplit.
md-afk (mdupont@p5080E880.dip0.t-ipconnect.de) got netsplit.
chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) got netsplit.
LuftHans (~lufthans@wsip-68-107-221-207.ph.ph.cox.net) got netsplit.
Vee (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) got netsplit.
phenix (adam@open.phenixamd.com) got netsplit.
SachaS (~Sacha@dialup-196-106.wasp.net.au) got netsplit.
ajmitch (~ajmitch@202.89.59.227) got netsplit.
dtm (~dtm@r1.txwifi.com) returned to #gnuenterprise.
alandd (~alandd@h-68-166-243-174.PHNDAZ91.dynamic.covad.net) returned to #gnuenterprise.
SachaS (~Sacha@dialup-196-106.wasp.net.au) returned to #gnuenterprise.
md-afk (mdupont@p5080E880.dip0.t-ipconnect.de) returned to #gnuenterprise.
ajmitch_ (~ajmitch@ex-vodca.otago.ac.nz) returned to #gnuenterprise.
phenix (adam@open.phenixamd.com) returned to #gnuenterprise.
Vee (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) returned to #gnuenterprise.
LuftHans (~lufthans@wsip-68-107-221-207.ph.ph.cox.net) returned to #gnuenterprise.
chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) returned to #gnuenterprise.
ajmitch (~ajmitch@202.89.59.227) returned to #gnuenterprise.
#gnuenterprise: mode change '+b *!*@199.243.96.2*' by ballard.freenode.net
Stoke (~stoker@141.149.254.50) left irc: Remote closed the connection
Stoke (~stoker@dpvc-141-149-254-50.buff.east.verizon.net) joined #gnuenterprise.
Nick change: alandd -> alandd_away
ajmitch_ (~ajmitch@ex-vodca.otago.ac.nz) left irc: "Leaving"
jason (~jason@cpe-066-061-071-147.midsouth.rr.com) joined #gnuenterprise.
Nick change: jason -> jcater
Nick change: alandd_away -> alandd
jcater (~jason@cpe-066-061-071-147.midsouth.rr.com) left irc: "BitchX-1.0c20cvs -- just do it."
<alandd> b
<LuftHans> m$ has upped the ante: http://www.geocities.jp/nchikada/pac/
<LuftHans> 'allo alandd
<nickr> sick japanese bastards
<Vee> ;)
<alandd> LuftHans: 'lo
<alandd> LuftHans: quick apt question...
<alandd> a binary that is usually part of a package is missing on my server.
<alandd> is there an apt command to "repair" the package install?
<LuftHans> hmm, not a good thing
<alandd> specifically, it is the sa-learn binary from spamassassin.
Action: alandd looks on the floor but doesn't see where if fell out of the box
<LuftHans> --reinstall
<LuftHans> I'm more worried about how it fell out.
<alandd> yes, well, that bothers/worries me too.
dcmwai (~dcmwai@219.94.80.46) joined #gnuenterprise.
<alandd> I think the package does not have it.  where does apt usually keep the packages?
<LuftHans> dpkg -L to list what's in an installed package
<LuftHans> dpkg -S <term> to find out what own a file, but not all files are registered :(
<Vee> dlocate may help too
<alandd> thanks, but, here's the twist for you debian guys...
<alandd> i'm on a red hat based box with "apt for rpm"  :^)
<Vee> you're screwed. :(
<alandd> the dpkg command is not available, evidently
<alandd> maybe, but the rpm is somewhere.
<ajmitch> there's some equiv for redhat...
<LuftHans> alandd: then you need the RPM auditing tools
Action: ajmitch tries to recall..
<ajmitch> ah yes
<LuftHans> locate spam | grep assass | less
<ajmitch> rpm -V
<alandd> LuftHans: excuse me?!?
<LuftHans> alandd: how to find the RPM
<LuftHans> locate spam | grep rpm 
<LuftHans> that's probably sufficient
<alandd> yea, I know. just reads funny.
<LuftHans> well, if you had a double-wide like that, you'd want less...
<alandd> found it: /var/cache/apt/archives/cc-spamassassin_2.0-30_i386.rpm
<LuftHans> look through the man page for RPM, there are several checks you can do
--- Thu Dec  4 2003
