From ManuelR at GMHC.org Wed Jul 2 10:15:53 2003 From: ManuelR at GMHC.org (Romero, Manuel) Date: Wed, 2 Jul 2003 13:15:53 -0400 Subject: [buug] Intresting problem with FREEBSD and Sendmail Message-ID: Hello I was wondering if anyone can help me. I am new the FreeBSD world. I work for a non-for profit, and we have the following configuration FreeBSD 3.3-19991117-STABLE We are using FreeBSD as a firewall /Proxy/email relay/Internal DNS server. We currently use Microsoft Exchange server 5.5 as our email server. My problem is the following I am trying to install a new email server with a different IP address. When I check the /etc/mail/mailertable.txt it is currently pointing to a non existent server IP address. However we are getting mail to our current exchange server that as a totally different IP address that what is referenced in the mailtable.txt file. How is this possible? Can anyone give me any ideas as to where I can find the correct reference to our email server? A million thanks in advance! Manuel A. Romero (Tel) 212-367-1490 (Fax) 212-367-1546 manuelr at gmhc.org The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addressee, please notify the sender immediately and delete this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cmsclaud at uga.edu Wed Jul 2 10:49:58 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Wed, 2 Jul 2003 10:49:58 -0700 Subject: [buug] Determining which records were dropped? Message-ID: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> I've inherited a statistical analysis project from a former employee who didn't leave behind any documentation detailing the analysis procedure. The dataset has 58 records. Eight of those records were dropped prior to the analysis -- but I don't know which eight (I only have a copy of the aggregate results). I've tried locating the original analysis specifications, to no avail. I'm able to replicate the methods that he used; it's just the subsetting procedure that's missing. The obvious solution is to systematically remove eight records from the dataset, run the analysis, and see if it matches the original results. Loop until the original results are found. (The chances of a false positive are actually very low as there are a number of analyses which can be run to confirm that the subselection has been correctly identified.) The problem is that there are approximately 2 billion combinations of 58 elements when selected 8 at a time. Since generating 2 billion combinations will take a bit longer than is budgeted for this project, I'm hoping that someone might be able to point me in a better direction. Thanks. Claude From wfhoney at pacbell.net Wed Jul 2 11:11:29 2003 From: wfhoney at pacbell.net (Bill Honeycutt) Date: Wed, 02 Jul 2003 11:11:29 -0700 Subject: [buug] Determining which records were dropped? In-Reply-To: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> References: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> Message-ID: <3F032051.1060807@pacbell.net> Claude Rubinson wrote: > I've inherited a statistical analysis project from a former > employee who didn't leave behind any documentation detailing > the analysis procedure. This may seem trite, but have you tried to contact the missing ex-employee? (From the Social Engineering Dept.) From cmsclaud at uga.edu Wed Jul 2 11:23:18 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Wed, 2 Jul 2003 11:23:18 -0700 Subject: [buug] Determining which records were dropped? Message-ID: <9bd5d8bc.9d39a5a0.83e3700@punts1.cc.uga.edu> ---- Bill wrote ---- >This may seem trite, but have you tried to contact the missing >ex-employee? (From the Social Engineering Dept.) Yeah, I talked to him but it wasn't of use. He doesn't remember the specifics. He had some ideas which I tried (as well as trying variants on those ideas) but I was unable to produce the expected results. (What's really killing me is that he may have had some useful data or information on his workstation but the sysadmin wiped his system immediately -- not that anyone's using it.) From jammer at weak.org Wed Jul 2 11:28:16 2003 From: jammer at weak.org (Jon McClintock) Date: Wed, 2 Jul 2003 11:28:16 -0700 Subject: [buug] Determining which records were dropped? In-Reply-To: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> References: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> Message-ID: <20030702182816.GA4651@weak.org> On Wed, Jul 02, 2003 at 10:49:58AM -0700, Claude Rubinson wrote: > I've inherited a statistical analysis project from a former > employee who didn't leave behind any documentation detailing > the analysis procedure. The dataset has 58 records. Eight of > those records were dropped prior to the analysis -- but I > don't know which eight (I only have a copy of the aggregate > results). I've tried locating the original analysis > specifications, to no avail. > > I'm able to replicate the methods that he used; it's just the > subsetting procedure that's missing. Do you know _why_ eight records were dropped? That would get you a long ways towards figuring out which 8 to drop. Have you tried looking at the 58 records to see if there's anything in common amongst a subset? You could also just try common things, like dropping outliers, etc. -Jon From cmsclaud at uga.edu Wed Jul 2 11:46:06 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Wed, 2 Jul 2003 11:46:06 -0700 Subject: [buug] Determining which records were dropped? Message-ID: ---- Jon wrote ---- >Do you know _why_ eight records were dropped? That would get >you a long ways towards figuring out which 8 to drop. Have you >tried looking at the 58 records to see if there's anything in >common amongst a subset? You could also just try common >things, like dropping outliers, etc. That's the problem -- I've tried everything obvious without success. And there are 245 variables per record -- too many criteria permutations to be of use. (Frankly, my growing fear is that something else was done to the dataset which I'm not aware of. I.e., even if I do hit on the correct subset, I still won't get the expected results. But at this point, I can't be sure of that -- it would at least be nice to be able to say definitively that the dataset has been changed.) From unixjavabob at yahoo.com Wed Jul 2 12:23:53 2003 From: unixjavabob at yahoo.com (Bob Read) Date: Wed, 2 Jul 2003 12:23:53 -0700 (PDT) Subject: [buug] Determining which records were dropped? In-Reply-To: Message-ID: <20030702192353.25112.qmail@web13806.mail.yahoo.com> The path of least work might be to take the dataset "as is" and recalculate. In other words, who cares what the other guy did...you've got the data now...it's YOUR turn to kick some ass. Bob R. --- Claude Rubinson wrote: > > ---- Jon wrote ---- > >Do you know _why_ eight records were dropped? That > would get > >you a long ways towards figuring out which 8 to > drop. Have you > >tried looking at the 58 records to see if there's > anything in > >common amongst a subset? You could also just try > common > >things, like dropping outliers, etc. > > That's the problem -- I've tried everything obvious > without > success. And there are 245 variables per record -- > too many > criteria permutations to be of use. (Frankly, my > growing fear > is that something else was done to the dataset which > I'm not > aware of. I.e., even if I do hit on the correct > subset, I > still won't get the expected results. But at this > point, I > can't be sure of that -- it would at least be nice > to be able > to say definitively that the dataset has been > changed.) > _______________________________________________ > Buug mailing list > Buug at weak.org > http://www.weak.org/mailman/listinfo/buug ===== ----------------------------------------- Bob Read Exit Code Incorporated cell (510)-703-1634 unixjavabob at yahoo.com ----------------------------------------- __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com From cmsclaud at uga.edu Wed Jul 2 13:29:01 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Wed, 2 Jul 2003 13:29:01 -0700 Subject: [buug] Determining which records were dropped? Message-ID: <5d6749af.9d4527ea.826dd00@punts1.cc.uga.edu> ---- Bob wrote ---- >The path of least work might be to take the dataset >"as is" and recalculate. > >In other words, who cares what the other guy >did...you've got the data now...it's YOUR turn to kick >some ass. Actually, it looks like that's what we're going to do. Apparently, the previous analyst was known to be a bit sloppy. So people seem to be willing to take my results over his. (I'd still like to know what he did, however. But I'm pretty Type-A.) From psoltani at ultradns.com Wed Jul 2 15:28:37 2003 From: psoltani at ultradns.com (Patrick Soltani) Date: Wed, 2 Jul 2003 15:28:37 -0700 Subject: [buug] Intresting problem with FREEBSD and Sendmail Message-ID: <3DBB075EEB95944492E127F2B9A96FAFDDF6BA@ultra-exchange.ultradns.com> > FreeBSD 3.3-19991117-STABLE We are using FreeBSD as a firewall /Proxy/email relay/Internal DNS server. We currently use Microsoft Exchange server 5.5 as our email server. My problem is the following I am trying to install a new email server with a different IP address. What mail server software are you installing? Is it on the same machine you have put the description above, or is it a new machine? If on the same machine, how are you planning to use two mail servers at the same time on the same machine? Elaborate a bit and I am sure you'll find good help here. Regards, Patrick Soltani. From tolieve at sjtu.edu.cn Thu Jul 3 05:32:16 2003 From: tolieve at sjtu.edu.cn (tolieve) Date: Thu, 3 Jul 2003 20:32:16 +0800 Subject: [buug] what strace output means? Message-ID: <200307032032.16738.tolieve@sjtu.edu.cn> I have study the system calls now. and I often confused by the strace output, because the system calls in the strace output differ from the Linux program manual, and at the same time, differ from the source code in Linux kernel. for example: ############################################### in strace output rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 which is signal handling in a program. in Linux program manual int sigprocmask(int how, const sigset_t *set, sigset_t *oldset); and in the linux source code kernel/signal.c: sys_rt_sigprocmask(int how, sigset_t *set, sigset_t *oset, size_t sigsetsize) here the source code is identical with the strace output. ############################################### arch/i386/kernel/process.c:asmlinkage int sys_fork(struct pt_regs regs) arch/i386/kernel/process.c:asmlinkage int sys_clone(struct pt_regs regs) arch/i386/kernel/process.c:asmlinkage int sys_vfork(struct pt_regs regs) arch/i386/kernel/process.c:asmlinkage int sys_execve(struct pt_regs regs) Linux program manual . fork: pid_t fork(void); clone: int clone(int (*fn)(void *), void *child_stack, int flags, void *arg); vfork: pid_t vfork(void); execve: int execve(const char *filename, char *const argv [], char *const envp[]); ############################################### which one I should choose? or I just use the pretty one, left the other alone. by the way , how can I get more info about the system call. how can I get the meaning of the strace output. Thanks at advance. From cmsclaud at uga.edu Mon Jul 7 14:25:44 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Mon, 7 Jul 2003 14:25:44 -0700 Subject: [buug] Web-design contract Message-ID: The company I work for is looking for a web designer to redo their website. The job should be pretty simple: only a handful of pages and nothing dynamic. The one catch is that it needs to be simple to update and maintain as they'll be adding/updating/deleting staff bios and keeping a list of current projects. I assume that an admin assistant with little-to-no knowledge of HTML would be responsible for maintaining the site. Current website is at http://www.spra.com. I believe that it's hosted by their ISP. I'm not certain how much they're willing to pay. I heard the number $5000-7000 but I'm not sure if that's firm or not. Drop me a line if you're interested and I'll forward the RFP to you (once it's been completed). Claude From jammer at weak.org Wed Jul 23 09:16:10 2003 From: jammer at weak.org (Jon McClintock) Date: Wed, 23 Jul 2003 09:16:10 -0700 Subject: [buug] Back online Message-ID: <20030723161610.GA28642@weak.org> Hey folks, Sorry for the extended outage, but I'm now back online, which means the BUUG lists are back as well. Yay. Or something. -Jon From wfhoney at pacbell.net Tue Jul 8 10:26:00 2003 From: wfhoney at pacbell.net (Bill Honeycutt) Date: Tue, 08 Jul 2003 10:26:00 -0700 Subject: [buug] Reading ipchains logs Message-ID: <3F0AFEA8.9000501@pacbell.net> These entries popped up in /var/log/messages today. ------------- start of log snippet ------------- Jul 7 02:51:01 radhost kernel: Packet log: input REJECT eth0 PROTO=6 211.167.233.24:4080 10.1.0.2:80 L=48 S=0x00 I=11967 F=0x4000 T=113 SYN (#58) Jul 7 02:51:08 radhost kernel: Packet log: input REJECT eth0 PROTO=6 211.167.233.24:4080 10.1.0.2:80 L=48 S=0x00 I=12550 F=0x4000 T=113 SYN (#58) ------------- end of log snippet ------------- It begged the question, "What is 'I=11967 F=0x4000 T=113'?" Any suggestions on where to find ipchains log information would be appreciated. TIA From desertfox at cableaz.com Sat Jul 12 10:56:01 2003 From: desertfox at cableaz.com (Erick Smith) Date: Sat, 12 Jul 2003 10:56:01 -0700 Subject: [buug] Trying to help FreeBSD and WAcom drivers, need help! Message-ID: <200307121056.01976.desertfox@cableaz.com> OK, I've been asked to help provide some header files to the Wacom driver project for Linux. I'm running FreeBSD, and they want some header files from the XF86 build environment. Here's the specific request: As a first step, you will need to get the XF86 source code that goes with FreeBSD. I'm not familar with FreeBSD as a distribution, so if that means getting it directly from XFree and building, then that's the route to take. In the Linux world, vendors make minor changes to the package so it's preferable to get the package from them directly. If FreeBSD offers the source code as part of the distribution, that's the one you want. The next step is to build XFree86, pretty much in its interity. In actuality, you can stop the build when the directory containing xf86Wacom.c has finished building. On my system that would be: $ find . -name "xf86Wacom.c" ./xc/programs/Xserver/hw/xfree86/input/wacom/xf86wacom.c $ cd long_path_name $ ls *.o wacom_drv.o OK, now I've only built XF86 as part of the ports tree, and even though I've done this, it doesn't seem to retain the wacom_drv.o file. Could anyone help me with this? It seems simple enough, I just don't know what to do! Thanks, Erick From rick at linuxmafia.com Wed Jul 23 12:33:09 2003 From: rick at linuxmafia.com (Rick Moen) Date: Wed, 23 Jul 2003 12:33:09 -0700 Subject: [buug] Reading ipchains logs In-Reply-To: <3F0AFEA8.9000501@pacbell.net> References: <3F0AFEA8.9000501@pacbell.net> Message-ID: <20030723193309.GZ11823@linuxmafia.com> Quoting Bill Honeycutt (wfhoney at pacbell.net): > These entries popped up in /var/log/messages today. > > ------------- start of log snippet ------------- > Jul 7 02:51:01 radhost kernel: Packet log: input REJECT eth0 PROTO=6 > 211.167.233.24:4080 10.1.0.2:80 L=48 S=0x00 I=11967 F=0x4000 T=113 SYN > (#58) > Jul 7 02:51:08 radhost kernel: Packet log: input REJECT eth0 PROTO=6 > 211.167.233.24:4080 10.1.0.2:80 L=48 S=0x00 I=12550 F=0x4000 T=113 SYN > (#58) > ------------- end of log snippet ------------- > > It begged the question, "What is 'I=11967 F=0x4000 T=113'?" > > Any suggestions on where to find ipchains log information would be > appreciated. input: Name of the chian containing the rule that matched this packet. REJECT: What that rule said to do. eth0: Interface name. PROTO: protocol family per /etc/protocol. In this case, TCP. 211.167.233.24: Source IP. 4080: Source port. 10.1.0.2: Destination IP. 80: Destination port. L: Packet length in bytes. In this case, 48 bytes. S: Type of service x 4. In this case, service 0. I: IP ID. In this case, 11967. Basically just sequence #, I think. F: Fragment offset. The 0x4 prefix means "Don't fragment" (as would 0x5). T: Time to love SYN: Flag value. #58: Rule number that generated this log entry. Oh, just found this handy quick reference: http://logi.cc/linux/ipchains-log-format.html -- Cheers, "Transported to a surreal landscape, a young girl kills the first Rick Moen woman she meets, and then teams up with three complete strangers rick at linuxmafia.com to kill again." -- Rick Polito's That TV Guy column, describing the movie _The Wizard of Oz_ From psoltani at ultradns.com Wed Jul 23 17:26:34 2003 From: psoltani at ultradns.com (Patrick Soltani) Date: Wed, 23 Jul 2003 17:26:34 -0700 Subject: [buug] Trying to help FreeBSD and WAcom drivers, need help! Message-ID: <3DBB075EEB95944492E127F2B9A96FAFDDF6F3@ultra-exchange.ultradns.com> Hi, In FreeBSD, when you install something from the ports, you can find the downloaded files at /usr/ports/distfiles If you just need some header files, then untar/unzip the file and take what you need. If you installed from the ports, depending on how you issued the arguments to "make" you'd get different results. When you are in the port directory for the software you want to install, e.g., /usr/ports/x11/XFree86-4, just type "make all", this in effect will create a directory called "work", e.g /usr/ports/x11/XFree86-4/work, in which all the header files, obj files, etc are kept. I hope this helps. Regards, Patrick Soltani. >-----Original Message----- >From: Erick Smith [mailto:desertfox at cableaz.com] >Sent: Saturday, July 12, 2003 10:56 AM >To: buug at weak.org >Subject: [buug] Trying to help FreeBSD and WAcom drivers, need help! > > >OK, I've been asked to help provide some header files to the >Wacom driver >project for Linux. > >I'm running FreeBSD, and they want some header files from the >XF86 build >environment. > >Here's the specific request: > >As a first step, you will need to get the XF86 source code that goes >with FreeBSD. I'm not familar with FreeBSD as a distribution, so if >that means getting it directly from XFree and building, then >that's the >route to take. In the Linux world, vendors make minor changes to the >package so it's preferable to get the package from them directly. If >FreeBSD offers the source code as part of the distribution, that's the >one you want. > >The next step is to build XFree86, pretty much in its interity. In >actuality, you can stop the build when the directory containing >xf86Wacom.c has finished building. On my system that would be: > >$ find . -name "xf86Wacom.c" >./xc/programs/Xserver/hw/xfree86/input/wacom/xf86wacom.c > >$ cd long_path_name >$ ls *.o >wacom_drv.o > >OK, now I've only built XF86 as part of the ports tree, and >even though I've >done this, it doesn't seem to retain the wacom_drv.o file. > >Could anyone help me with this? It seems simple enough, I >just don't know >what to do! > >Thanks, > >Erick > >_______________________________________________ >Buug mailing list >Buug at weak.org >http://www.weak.org/mailman/listinfo/buug > From wfhoney at pacbell.net Wed Jul 23 17:40:55 2003 From: wfhoney at pacbell.net (Bill Honeycutt) Date: Wed, 23 Jul 2003 17:40:55 -0700 Subject: [buug] Reading ipchains logs In-Reply-To: <20030723193309.GZ11823@linuxmafia.com> References: <3F0AFEA8.9000501@pacbell.net> <20030723193309.GZ11823@linuxmafia.com> Message-ID: <3F1F2B17.2030208@pacbell.net> Thanks, Rick! Good information here. > #58: Rule number that generated this log entry. This was key to my understanding...in this firewall, rule #50 is the 'catch-all' rule that rejects all packets which don't fit any other rule :-) Rick Moen wrote: > Quoting Bill Honeycutt (wfhoney at pacbell.net): > > >>These entries popped up in /var/log/messages today. >> >>------------- start of log snippet ------------- >>Jul 7 02:51:01 radhost kernel: Packet log: input REJECT eth0 PROTO=6 >>211.167.233.24:4080 10.1.0.2:80 L=48 S=0x00 I=11967 F=0x4000 T=113 SYN >>(#58) >>Jul 7 02:51:08 radhost kernel: Packet log: input REJECT eth0 PROTO=6 >>211.167.233.24:4080 10.1.0.2:80 L=48 S=0x00 I=12550 F=0x4000 T=113 SYN >>(#58) >>------------- end of log snippet ------------- >> >>It begged the question, "What is 'I=11967 F=0x4000 T=113'?" >> >>Any suggestions on where to find ipchains log information would be >>appreciated. > > > > input: Name of the chian containing the rule that matched this packet. > REJECT: What that rule said to do. > eth0: Interface name. > PROTO: protocol family per /etc/protocol. In this case, TCP. > 211.167.233.24: Source IP. > 4080: Source port. > 10.1.0.2: Destination IP. > 80: Destination port. > L: Packet length in bytes. In this case, 48 bytes. > S: Type of service x 4. In this case, service 0. > I: IP ID. In this case, 11967. Basically just sequence #, I think. > F: Fragment offset. The 0x4 prefix means "Don't fragment" (as would 0x5). > T: Time to love > SYN: Flag value. > #58: Rule number that generated this log entry. > > Oh, just found this handy quick reference: > http://logi.cc/linux/ipchains-log-format.html > From cmsclaud at uga.edu Wed Jul 23 23:21:55 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Wed, 23 Jul 2003 23:21:55 -0700 Subject: [buug] Giveaways Message-ID: <20030724062155.GA18815@wagner> Trying to get rid of all the accumulated computer equipment and related before the big move. If you want it, it's yours. Else, it's going to the landfill. Books: - JavaScript: The Definitive Guide (2nd Edition) - MySQL & mSQL - ASP in a Nutshell - .NET Framework Essentials - Unix Power Tools (2nd Edition) - Running Linux (3rd Edition) - I've also got a bunch of Windows-based application books in storage (WordPerfect, MS Office, SPSS) Computer equipment (pretty much everything is obsolete by today's standards): - 2 or 3 Pentium machines (ranging from P166-P200). All have sound and video cards, 32 or 64 megs of ram, and relatively smallish hard drives by today's standards (a few gigs). - 2 or 3 vanilla cd-rom drives (ide) - vanilla cd-rw drive (ide) - creative dvd-rom drive (ide) with dxr3 decoder (I know that there's a project to support the dxr3 card under Linux but I don't know its status) - internal zip drive (ide) - Voodoo3 2000 PCI video card - Moster Sound 2 (Aureal Vortex 2) sound card - 15 gig ide hard drive (never used) - High point 343 IDE expansion card (pci) - Nvidia 32 meg, AGP video card (I have no idea what model) - A-B parallel port switch - Westell Wirespeed DSL modem (model #B90-36R516, originally came from PacBell) - a ton of dsl line filters - external zip drive (parallel port) - 32 meg simm - Ensonique sound card (isa) - removable hard drive cage (5.25 bay) - Rio PMP300 mp3 player. (This is the original Diamond MP3 player. 32 megs of RAM, expandable to 64. Fully supported under Linux. Requires some tape to keep the battery door closed.) If you want any of this stuff, just drop me a line. Claude From cmsclaud at uga.edu Wed Jul 23 23:43:04 2003 From: cmsclaud at uga.edu (Claude Rubinson) Date: Wed, 23 Jul 2003 23:43:04 -0700 Subject: [buug] Re: [Balug-talk] Giveaways In-Reply-To: <20030724062155.GA18815@wagner> References: <20030724062155.GA18815@wagner> Message-ID: <20030724064304.GB18934@wagner> Whoops, forgot to include an HP scanner (usb). On Wed, Jul 23, 2003 at 11:21:55PM -0700, Claude Rubinson wrote: > Trying to get rid of all the accumulated computer equipment and > related before the big move. If you want it, it's yours. Else, it's > going to the landfill. > > Books: > - JavaScript: The Definitive Guide (2nd Edition) > - MySQL & mSQL > - ASP in a Nutshell > - .NET Framework Essentials > - Unix Power Tools (2nd Edition) > - Running Linux (3rd Edition) > - I've also got a bunch of Windows-based application books in storage > (WordPerfect, MS Office, SPSS) > > Computer equipment (pretty much everything is obsolete by today's > standards): > - 2 or 3 Pentium machines (ranging from P166-P200). All have sound and > video cards, 32 or 64 megs of ram, and relatively smallish hard drives > by today's standards (a few gigs). > - 2 or 3 vanilla cd-rom drives (ide) > - vanilla cd-rw drive (ide) > - creative dvd-rom drive (ide) with dxr3 decoder (I know that there's a > project to support the dxr3 card under Linux but I don't know its > status) > - internal zip drive (ide) > - Voodoo3 2000 PCI video card > - Moster Sound 2 (Aureal Vortex 2) sound card > - 15 gig ide hard drive (never used) > - High point 343 IDE expansion card (pci) > - Nvidia 32 meg, AGP video card (I have no idea what model) > - A-B parallel port switch > - Westell Wirespeed DSL modem (model #B90-36R516, originally came from > PacBell) > - a ton of dsl line filters > - external zip drive (parallel port) > - 32 meg simm > - Ensonique sound card (isa) > - removable hard drive cage (5.25 bay) > - Rio PMP300 mp3 player. (This is the original Diamond MP3 player. > 32 megs of RAM, expandable to 64. Fully supported under Linux. > Requires some tape to keep the battery door closed.) > > > If you want any of this stuff, just drop me a line. > > Claude > _______________________________________________ > Balug-talk mailing list > Balug-talk at balug.org > http://www.balug.org/mailman/listinfo/balug-talk From george at metaart.org Thu Jul 24 22:37:22 2003 From: george at metaart.org (George Woolley) Date: Thu, 24 Jul 2003 22:37:22 -0700 Subject: [buug] Linux Movies In-Reply-To: <3F1F2B17.2030208@pacbell.net> References: <3F0AFEA8.9000501@pacbell.net> <20030723193309.GZ11823@linuxmafia.com> <3F1F2B17.2030208@pacbell.net> Message-ID: <200307242237.22715.george@metaart.org> reference: http://www.linuxmovies.org/ Does anyone know the status of Linux Movies? I haven't been able to access them since July 11th. George From rick at linuxmafia.com Fri Jul 25 14:39:45 2003 From: rick at linuxmafia.com (Rick Moen) Date: Fri, 25 Jul 2003 14:39:45 -0700 Subject: [buug] Linux Movies In-Reply-To: <200307242237.22715.george@metaart.org> References: <3F0AFEA8.9000501@pacbell.net> <20030723193309.GZ11823@linuxmafia.com> <3F1F2B17.2030208@pacbell.net> <200307242237.22715.george@metaart.org> Message-ID: <20030725213945.GA8327@linuxmafia.com> Quoting George Woolley (george at metaart.org): > reference: http://www.linuxmovies.org/ > > Does anyone know the status of Linux Movies? > I haven't been able to access them since July 11th. Didn't Robin Rowe move to L.A.? It may or may not have enough of a separate existence from its creator to continue in the Bay Area. Maybe you want to ask Kristine Sawyer , who just might be the Bay Area coordinator, judging from the Web page. -- Cheers, Remember: The day after tomorrow is the third day Rick Moen of the rest of your life. rick at linuxmafia.com From george at metaart.org Wed Jul 30 09:14:40 2003 From: george at metaart.org (George Woolley) Date: Wed, 30 Jul 2003 09:14:40 -0700 Subject: [buug] LinuxWorld? In-Reply-To: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> References: <24987c77.9d36982d.97c1700@punts1.cc.uga.edu> Message-ID: <200307300914.40317.george@metaart.org> Some Oakland Perl Mongers are meeting up at LinuxWorld: when: 2pm on Tuesday, August 5th where: booth #1473 (O'Reilly booth) If anyone wants to join up with us or just say hi, that would be kool. George of Oakland.pm From wfhoney at pacbell.net Wed Jul 30 09:17:06 2003 From: wfhoney at pacbell.net (Bill Honeycutt) Date: Wed, 30 Jul 2003 09:17:06 -0700 Subject: [buug] Makefile INCLUDEDIRS= Message-ID: <3F27EF82.6060005@pacbell.net> Hi, This is probably a simple question. Can I provide the path to "extra" header files without directly editing Makefile? I'm building a graphics library for some of our web programmers. Comments in the Makefile provided in the tarball explicitely state that some modification to the Makefile is required, and sure enough I had to add a reference to the INCLUDEDIRS directive. There was no configure script provided...manual modification of Makefile was necessary (editing and adding the path to my headers worked, BTW). My question is this: Is it possible to pass my -I/headerpath parameter in some way other than directly editing the Makefile? Thanks in advance! Bill From jammer at weak.org Wed Jul 30 10:38:42 2003 From: jammer at weak.org (Jon McClintock) Date: Wed, 30 Jul 2003 10:38:42 -0700 Subject: [buug] Makefile INCLUDEDIRS= In-Reply-To: <3F27EF82.6060005@pacbell.net> References: <3F27EF82.6060005@pacbell.net> Message-ID: <20030730173842.GA10747@weak.org> You can set make variables on the make command line: $ make INCLUDEDIRS=/var/local/bad/place/to/put/headers/ -Jon On Wed, Jul 30, 2003 at 09:17:06AM -0700, Bill Honeycutt wrote: > Hi, > > This is probably a simple question. > > Can I provide the path to "extra" header files without directly editing > Makefile? > > I'm building a graphics library for some of our web programmers. > Comments in the Makefile provided in the tarball explicitely state that > some modification to the Makefile is required, and sure enough I had to > add a reference to the INCLUDEDIRS directive. > > There was no configure script provided...manual modification of Makefile > was necessary (editing and adding the path to my headers worked, BTW). > > My question is this: Is it possible to pass my -I/headerpath parameter > in some way other than directly editing the Makefile? > > Thanks in advance! > > Bill > > > _______________________________________________ > Buug mailing list > Buug at weak.org > http://www.weak.org/mailman/listinfo/buug From wfhoney at pacbell.net Wed Jul 30 11:24:11 2003 From: wfhoney at pacbell.net (Bill Honeycutt) Date: Wed, 30 Jul 2003 11:24:11 -0700 Subject: [buug] Makefile INCLUDEDIRS= In-Reply-To: <20030730173842.GA10747@weak.org> References: <3F27EF82.6060005@pacbell.net> <20030730173842.GA10747@weak.org> Message-ID: <3F280D4B.6000007@pacbell.net> Jon McClintock wrote: > You can set make variables on the make command line: > > $ make INCLUDEDIRS=/var/local/bad/place/to/put/headers/ > > -Jon Thanks Jon! This is definitely the best solution for what I'm trying to do. > > On Wed, Jul 30, 2003 at 09:17:06AM -0700, Bill Honeycutt wrote: > >>Hi, >> >>This is probably a simple question. >> >>Can I provide the path to "extra" header files without directly editing >>Makefile? >> >>I'm building a graphics library for some of our web programmers. >>Comments in the Makefile provided in the tarball explicitely state that >>some modification to the Makefile is required, and sure enough I had to >>add a reference to the INCLUDEDIRS directive. >> >>There was no configure script provided...manual modification of Makefile >> was necessary (editing and adding the path to my headers worked, BTW). >> >>My question is this: Is it possible to pass my -I/headerpath parameter >>in some way other than directly editing the Makefile? >> >>Thanks in advance! >> >>Bill >> >> >>_______________________________________________ >>Buug mailing list >>Buug at weak.org >>http://www.weak.org/mailman/listinfo/buug > > From unixjavabob at yahoo.com Thu Jul 31 10:35:56 2003 From: unixjavabob at yahoo.com (Bob Read) Date: Thu, 31 Jul 2003 10:35:56 -0700 (PDT) Subject: [buug] LinuxWorld? In-Reply-To: <200307300914.40317.george@metaart.org> Message-ID: <20030731173556.58477.qmail@web13801.mail.yahoo.com> Did you mean to say: if ( ( $joinup || $sayhi ) && $location =~ /booth/i ) { $perlMongers{ linuxworld } = "kool"; } Bob R. --- George Woolley wrote: > Some Oakland Perl Mongers > are meeting up at LinuxWorld: > when: 2pm on Tuesday, August 5th > where: booth #1473 (O'Reilly booth) > > If anyone wants to join up with us or just say hi, > that would be kool. > > George of Oakland.pm > _______________________________________________ > Buug mailing list > Buug at weak.org > http://www.weak.org/mailman/listinfo/buug ===== ----------------------------------------- Bob Read Exit Code Incorporated cell (510)-703-1634 unixjavabob at yahoo.com ----------------------------------------- __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From gsutter at daemonnews.org Thu Jul 31 11:19:01 2003 From: gsutter at daemonnews.org (Gregory Sutter) Date: Thu, 31 Jul 2003 11:19:01 -0700 Subject: [buug] Free passes to Linuxworld Expo Message-ID: <20030731181901.GS15338@klapaucius.zer0.org> http://bsdmall.com/specials.html LinuxWorld Conference & Expo is the world's leading gathering place for anyone and everyone interested in Linux and other open source technologies. At LinuxWorld you can see the latest technology developments in practice, speak with the leading minds in the open source movement, and meet with your peers to discuss how to best leverage the technology for your organization. Come to LinuxWorld Conference & Expo as a Daemon News guest. Remember to keep an open and eager mind. At LinuxWorld, you will hear directly from the mouths of the world's technology thought leaders and proven Linux experts. The most comprehensive and up-to-date education and training available can be found at LinuxWorld, led by some of the brightest minds in the open source movement. There is no better way to explore your options than visiting LinuxWorld. The world's leading hardware and software vendors come to LinuxWorld to meet their customers and promote their wares, and for them, the show is all about you, the attendee. Only at LinuxWorld will you be able to evaluate and test drive the latest developments from all the leading companies in one place. It's comparison-shopping at its best. Join Daemon News this August 5-7 at LinuxWorld Conference & Expo, in booth 174, where open minds meet. Limit one per customer. Only 200 available on a first come, first serve basis! http://bsdmall.com/specials.html Greg -- Gregory S. Sutter mailto:gsutter at daemonnews.org Cheap Technologist http://daemonnews.org/ Daemon News http://BSDmall.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 155 bytes Desc: not available URL: From george at metaart.org Thu Jul 31 13:24:38 2003 From: george at metaart.org (George Woolley) Date: Thu, 31 Jul 2003 13:24:38 -0700 Subject: [buug] LinuxWorld? In-Reply-To: <20030731173556.58477.qmail@web13801.mail.yahoo.com> References: <20030731173556.58477.qmail@web13801.mail.yahoo.com> Message-ID: <200307311324.38729.george@metaart.org> Yes, that's one good way to say it. Of course, in Perl there's always another way. A somewhat verbose way that gives some of the particulars follows my "signature". George #!/usr/bin/perl -w use strict; my %opugatlw = ( invitation => "say hi and/or join us", quality => "way kool", what => "meet at LinuxWorld", when => "Tuesday, August 5th at 2pm", where => "booth 1473", who => "Oakland Perl Mongers and whoever wants to join us", why => "to celebrate and have fun" ); if ( $opugatlw{quality} =~ /kool/ ) { foreach my $key (sort keys %opugatlw) { my $value = $opugatlw{$key}; print "$key: $value\n"; } } On Thursday 31 July 2003 10:35 am, you wrote: > Did you mean to say: > > if ( ( $joinup || $sayhi ) && $location =~ /booth/i ) > { > $perlMongers{ linuxworld } = "kool"; > } > > Bob R. > > --- George Woolley wrote: > > Some Oakland Perl Mongers > > are meeting up at LinuxWorld: > > when: 2pm on Tuesday, August 5th > > where: booth #1473 (O'Reilly booth) > > > > If anyone wants to join up with us or just say hi, > > that would be kool. > > > > George of Oakland.pm > > _______________________________________________ > > Buug mailing list > > Buug at weak.org > > http://www.weak.org/mailman/listinfo/buug > > ===== > ----------------------------------------- > Bob Read > Exit Code Incorporated > cell (510)-703-1634 > unixjavabob at yahoo.com > ----------------------------------------- > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com