From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Tue, 10 Dec 2002 04:43:14 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 394 ************************************************** Monday 09 December 2002 Number 394 ************************************************** Subjects for today 1 Re: Mailman: 'module' object has no attribute 'link' : Andrew MacIntyre 2 Re: CFLAGS for NCURSES : Patrick Ash 3 Re: TIN : Patrick Ash 4 Re: TIN : Patrick Ash 5 Re: Slang v1.4.7 : Thomas E. Dickey" 6 Re: TIN : Thomas E. Dickey" 7 Re: TIN : Patrick Ash 8 CFLAGS for NCURSES : John Poltorak 9 Mailman =site=.lock works... : Ted Sikora 10 Samba : John Poltorak 11 Re: Samba : email at eracc.hypermart.net (ERACC Lists) 12 CUPS : John Poltorak 13 Guide to CVS : John Poltorak 14 Re: Mailman =site=.lock works... : Ted Sikora 15 GRASS & wxWindows : John Poltorak 16 Slang v1.4.7 : John Poltorak 17 Zope streamlining .. final! : Ted Sikora 18 Re: TIN : John Poltorak 19 Re: Ncurses UnixOS/2 package : Michael Zolk 20 Re: Ncurses UnixOS/2 package : John Poltorak 21 Re: CFLAGS for NCURSES : Patrick Ash 22 Re: TIN : John Poltorak 23 Re: Mailman =site=.lock works... : John Poltorak 24 Re: CFLAGS for NCURSES : John Poltorak 25 Mailman ... : Ted Sikora 26 Re: CFLAGS for NCURSES : John Poltorak 27 Re: RSYNC : Ted Sikora 28 Re: Mailman =site=.lock works... : John Poltorak 29 Re: RSYNC : Ted Sikora 30 Re: RSYNC : Ted Sikora 31 Re: RSYNC : Ted Sikora 32 Re: RSYNC : Ted Sikora 33 Re: RSYNC : Ted Sikora 34 Rsync: max connections (100) reached - try again later : Ted Sikora 35 RSYNC : John Poltorak 36 Rsync It works Perfect!!! : Ted Sikora 37 Re: Rsync It works Perfect!!! : Ted Sikora 38 Re: GRASS & wxWindows : Illya Vaes 39 Rsync Rules! : Ted Sikora 40 Re: RSYNC : John Poltorak 41 Re: RSYNC : John Poltorak 42 Re: RSYNC : Yuri Dario" 43 Re: RSYNC : John Poltorak 44 Re: Mailman: 'module' object has no attribute 'link' : Andrew MacIntyre 45 Re: GRASS & wxWindows : Andrew MacIntyre 46 Re: Make bug?, was: got lost : Ken Ames **= Email 1 ==========================** Date: Tue, 10 Dec 2002 00:16:42 +1000 (est) From: Andrew MacIntyre Subject: Re: Mailman: 'module' object has no attribute 'link' On Sun, 8 Dec 2002, Ted Sikora wrote: > Getting closer. If we could somehow spoof the S bit right from the onset > I think we would have no problems. Dream on... > patch error: > > missing header for context diff at line 3 of patch more info? which patch against which Mailman version? > MailList.py error: > > [dhcp-209-54-72-109|/unixos2/home/mailman/bin]./newlist > Enter the name of the list: test > Enter the email of the person running the list: ted at powerusersbbs.net > Initial test password: > Traceback (most recent call last): > File "./newlist", line 220, in ? > main() > File "./newlist", line 169, in main > mlist.Create(listname, owner_mail, pw) > File "/unixos2/home/mailman/Mailman/MailList.py", line 793, in Create > self.__lock.lock() > File "/unixos2/home/mailman/Mailman/LockFile.py", line 232, in lock > os.link(self.__tmpfname, self.__lockfile) > AttributeError: 'module' object has no attribute 'link' This is where it gets nasty. The whole purpose of the routine that's failed is a portable (across Unixen) resource locking scheme through the file system. link(2) is an atomic way to create a file system reference, and thus a practical foundation for a locking scheme. To get any further with this, an acceptable link(2) emulation is needed to stand in for os.link(). I'll look into it. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac at bullseye.apana.org.au | Snail: PO Box 370 andymac at pcug.org.au | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia **= Email 2 ==========================** Date: Tue, 10 Dec 2002 07:39:55 +0000 From: Patrick Ash Subject: Re: CFLAGS for NCURSES For the version I just uploaded (ncurses-5.3-os2) I used the following CFLAGS: -O5 -s Some flags are already set in the configure script so I did not try anything too fancy. I used gcc 3.0.3 for this build. Pat On Tue, 10 Dec 2002 09:45:51 +0000, John Poltorak wrote: > > >Can anyone suggest which CFLAGS should be used for building NCURSES? > >I've just built it straight from source and found all the newly created >files are significantly bigger than in the NCURSES package on Hobbes. > >I suspect this is due to some *FLAGS settings, or could the version of >gcc used play a part? -- Patrick Ash patash at comcast.net This OS/2 system uptime is 15 days, 11:59 hours and 51 seconds **= Email 3 ==========================** Date: Tue, 10 Dec 2002 07:43:56 +0000 From: Patrick Ash Subject: Re: TIN I built Tin 1.4.5 a few months ago, and as I recall, there were no real problems. I use it infrequently here, but it has given me no problems so far. Pat On Mon, 09 Dec 2002 22:59:11 +0100 (CET), Stefan Neis wrote: >On Mon, 9 Dec 2002, John Poltorak wrote: > >> TIN 1.4.6 (stable) was released on August 16th, 2002 >> TIN 1.5.15 (unstable beta) was released on November 15th, 2002 > >No idea about its usability on OS/2, though. -- Patrick Ash patash at comcast.net This OS/2 system uptime is 15 days, 12:03 hours and 52 seconds **= Email 4 ==========================** Date: Tue, 10 Dec 2002 08:26:55 +0000 From: Patrick Ash Subject: Re: TIN Looking back at the build files, I find that I again used gcc 3.0.3. I used Ilya's convert_configure.pl, but do not remember why this is the case. I normally try to run configure without the need to use autoconf or similar scrip if I don't have to. I used minimal CFLAGS (-O5 -Zmt -s) and used the following script to do the configure. ./configure --with-editor=epm.exe \ --with-mailer=pmmsend \ --disable-debug \ --enable-curses \ --with-ncurses \ --enable-color \ --enable-posting \ --enable-printing Thomas Dicky responded to my questions about the screen problems I encountered and pointed me in the direction of the entries for both curses and ncurses. this solved the problem I had, and the build went without problem. Pat On Tue, 10 Dec 2002 12:50:21 +0000, John Poltorak wrote: >On Tue, Dec 10, 2002 at 07:43:56AM +0000, Patrick Ash wrote: >> I built Tin 1.4.5 a few months ago, and as I recall, there were no >> real problems. I use it infrequently here, but it has given me no >> problems so far. > >Can you give me any tips on how you built it? > >Is there anything specific to watch out for? -- Patrick Ash patash at comcast.net This OS/2 system uptime is 15 days, 12:46 hours and 51 seconds **= Email 5 ==========================** Date: Tue, 10 Dec 2002 08:53:12 -0500 (EST) From: "Thomas E. Dickey" Subject: Re: Slang v1.4.7 On Tue, 10 Dec 2002, John Poltorak wrote: > > The latest version of SLANG (1.4.7) has been released and is available > from:- > > http://www.s-lang.org/download.html > > > SLANG is a function library which provides a number of windowing functions > some of which are similar to NCURSES. > > > A number of apps which use SLANG include, JED, SLRN, LYNX, MUTT and MC. ( lynx, mutt and mc also use ncurses ;-) -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 6 ==========================** Date: Tue, 10 Dec 2002 08:57:44 -0500 (EST) From: "Thomas E. Dickey" Subject: Re: TIN On Tue, 10 Dec 2002, Patrick Ash wrote: > Looking back at the build files, I find that I again used gcc 3.0.3. > I used Ilya's convert_configure.pl, but do not remember why this is > the case. I normally try to run configure without the need to use > autoconf or similar scrip if I don't have to. tin, like lynx, uses autoconf 2.13 + patches. I've looked a little at autoconf 2.5x with lynx, recall seeing some autoconf bugs and put it aside for some time when I'm really bored (not likely as long as autoconf maintainers continue replacing one bug with another). -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 7 ==========================** Date: Tue, 10 Dec 2002 09:43:25 +0000 From: Patrick Ash Subject: Re: TIN Haven't had the time to look at much lately. I just wanted a functional newsreader, and went with the most current release version. Pat On Tue, 10 Dec 2002 13:53:18 +0000, John Poltorak wrote: >Thanks for the help. I'll give it a try shortly. > >I wondered if you may have attempted a build of 1.5.15. I realise it's a >beta, but it's good to get any problems ironed out before a stable release >is issued. > -- Patrick Ash patash at comcast.net This OS/2 system uptime is 15 days, 14:03 hours and 22 seconds **= Email 8 ==========================** Date: Tue, 10 Dec 2002 09:45:51 +0000 From: John Poltorak Subject: CFLAGS for NCURSES Can anyone suggest which CFLAGS should be used for building NCURSES? I've just built it straight from source and found all the newly created files are significantly bigger than in the NCURSES package on Hobbes. I suspect this is due to some *FLAGS settings, or could the version of gcc used play a part? -- John **= Email 9 ==========================** Date: Tue, 10 Dec 2002 09:50:41 -0500 From: Ted Sikora Subject: Mailman =site=.lock works... Here's my lockfile: /unixos2/home/mailman/locks/=site=.lock.dhcp-209-54-72-109.16080 Here's ./newlist: [dhcp-209-54-72-109|/unixos2/home/mailman/bin]./newlist Enter the name of the list: test Enter the email of the person running the list: ted at powerusersbbs.net Initial test password: Traceback (most recent call last): File "./newlist", line 220, in ? main() File "./newlist", line 169, in main mlist.Create(listname, owner_mail, pw) File "/unixos2/home/mailman/Mailman/MailList.py", line 798, in Create self.Save() File "/unixos2/home/mailman/Mailman/MailList.py", line 850, in Save self.__lock.refresh() File "/unixos2/home/mailman/Mailman/LockFile.py", line 209, in refresh raise NotLockedError Mailman.LockFile.NotLockedError Remember that cgi error when tying to run on command line? 'Can't find module ".\ADMIN"' I get the same error with any command like ./configure in htdig before I run aclocal/autoconf. ex: Can't find module ".\CONFIGURE" file or directory . not found Looks like I should look at and manually edit common.c and the cgi scripts before building. -- Ted Sikora tsikora at ntplx.net **= Email 10 ==========================** Date: Tue, 10 Dec 2002 10:13:17 +0000 From: John Poltorak Subject: Samba Has anyone set up a SAMBA server on OS/2? What/where is the latest version? -- John **= Email 11 ==========================** Date: Tue, 10 Dec 2002 11:19:45 -0600 From: email at eracc.hypermart.net (ERACC Lists) Subject: Re: Samba In: <20021210101317.R88 at eyup.org> On: Tue, 10 Dec 2002 10:13:17 +0000 Screaming: Samba John Poltorak did rant: +Has anyone set up a SAMBA server on OS/2? +What/where is the latest version? I don't understand what would be the point of SAMBA on OS/2 since OS/2 already has SMB capability. Well, at least it does in Warp 3 Connect and Warp 4+ IIRC. I successfully use OS/2's SMB to share files and printers with my Linux boxen running SAMBA. Gene -- +=========================-=>Unix & OS/2<=-=========================+ # Owner and C.E.O. - ERA Computer Consulting - Jackson, TN USA # # eCS,OS/2,UnixWare,OpenServer & Linux Business Computing Solutions # # Please visit our www pages at http://eracc.hypermart.net/ # +===================================================================+ We run IBM OS/2 v.4.00, Revision 9.036 Sysinfo: 40 Processes, 164 Threads, uptime is 20d 11h 12m 24s 214ms **= Email 12 ==========================** Date: Tue, 10 Dec 2002 12:04:51 +0000 From: John Poltorak Subject: CUPS CUPS is the Common Unix Printing System. I saw some talk on USENET about building it on OS/2. Has anyone tried? You can get more info on CUPS from:- http://www.cups.org -- John **= Email 13 ==========================** Date: Tue, 10 Dec 2002 12:09:01 +0000 From: John Poltorak Subject: Guide to CVS For anyone not up to speed on CVS (includes me...), you may benefit from a brief introduction here:- http://www.xworkplace.org/cvs.html -- John **= Email 14 ==========================** Date: Tue, 10 Dec 2002 12:13:36 -0500 From: Ted Sikora Subject: Re: Mailman =site=.lock works... John Poltorak wrote: > > On Tue, Dec 10, 2002 at 09:50:41AM -0500, Ted Sikora wrote: > > > Remember that cgi error when tying to run on command line? > > 'Can't find module ".\ADMIN"' > > > > I get the same error with any command like ./configure > > in htdig before I run aclocal/autoconf. > > > > ex: Can't find module ".\CONFIGURE" > > file or directory . not found > > Is this a SHELL problem? > I'm not sure.. all I know if I run either aclocal or autoconf then the commands works correctly does it in sh or bash. -- Ted Sikora tsikora at ntplx.net **= Email 15 ==========================** Date: Tue, 10 Dec 2002 12:32:30 +0000 From: John Poltorak Subject: GRASS & wxWindows GRASS is the Geographic Resource Analysis Support System. See:- http://grass.itc.it/ There is some talk about developing a GUI for it using wxWindows. Is that a possibility? If so, I guess we could have it available on OS/2.... -- John **= Email 16 ==========================** Date: Tue, 10 Dec 2002 12:42:20 +0000 From: John Poltorak Subject: Slang v1.4.7 The latest version of SLANG (1.4.7) has been released and is available from:- http://www.s-lang.org/download.html SLANG is a function library which provides a number of windowing functions some of which are similar to NCURSES. A number of apps which use SLANG include, JED, SLRN, LYNX, MUTT and MC. -- John **= Email 17 ==========================** Date: Tue, 10 Dec 2002 12:42:57 -0500 From: Ted Sikora Subject: Zope streamlining .. final! I swear this is it. The previous folder update was missing the python icons. Delete your zope and python folders unzip in apps then run zopefold again. The bin zip release is complete. The Final Warpin package will be identical but much smaller. Jeff is currently converting the Zope Book to .inf format for the next release. I'll put it out as an addon. Maybe I can talk him into doing the Python Documentation in .inf format too. ftp://os2ports.com/pub/os2/unix/internet/Zope/ZopeFolder-021210.zip Zope is looking very solid on OS/2. It's racking up some very formidable uptime stats on several servers. -- Ted Sikora tsikora at ntplx.net **= Email 18 ==========================** Date: Tue, 10 Dec 2002 12:50:21 +0000 From: John Poltorak Subject: Re: TIN On Tue, Dec 10, 2002 at 07:43:56AM +0000, Patrick Ash wrote: > I built Tin 1.4.5 a few months ago, and as I recall, there were no > real problems. I use it infrequently here, but it has given me no > problems so far. Can you give me any tips on how you built it? Is there anything specific to watch out for? > Pat > > > On Mon, 09 Dec 2002 22:59:11 +0100 (CET), Stefan Neis wrote: > > >On Mon, 9 Dec 2002, John Poltorak wrote: > > > >> TIN 1.4.6 (stable) was released on August 16th, 2002 > >> TIN 1.5.15 (unstable beta) was released on November 15th, 2002 > > > >No idea about its usability on OS/2, though. > > -- > Patrick Ash > patash at comcast.net > > This OS/2 system uptime is 15 days, 12:03 hours and 52 seconds > -- John **= Email 19 ==========================** Date: Tue, 10 Dec 2002 12:58:12 +0100 From: Michael Zolk Subject: Re: Ncurses UnixOS/2 package On Sun, Dec 08, 2002 at 10:58:41AM +0000, John Poltorak wrote: > What about man pages? Did we ever agree on the preferred location for > them? I think according to the FHS /usr/share/man is the correct location for man pages. Michael **= Email 20 ==========================** Date: Tue, 10 Dec 2002 13:00:55 +0000 From: John Poltorak Subject: Re: Ncurses UnixOS/2 package On Tue, Dec 10, 2002 at 12:58:12PM +0100, Michael Zolk wrote: > On Sun, Dec 08, 2002 at 10:58:41AM +0000, John Poltorak wrote: > > > What about man pages? Did we ever agree on the preferred location for > > them? > > I think according to the FHS /usr/share/man is the correct location for > man pages. I think this is something we need to agree on. Personally, this location is fine with me, but it would be useful if everyone accepted it. Is there a way to get configure to use this location for installing man pages? > Michael -- John **= Email 21 ==========================** Date: Tue, 10 Dec 2002 13:03:34 +0000 From: Patrick Ash Subject: Re: CFLAGS for NCURSES I did process the executables with lxlite. I beleive that -O5 will not be recognized by gcc 2.8.1. I think that the qualifier for the -O directive only goes from 1 to 3 for that version of gcc. I think 4-6 were added at pgcc 2.9x version. Pat On Tue, 10 Dec 2002 16:46:42 +0000, John Poltorak wrote: >> I tried adding -O5 -s and the sizes came down a bit, but not that much. >> >> Your tack.exe is only 145kB whereas mine is 230kB. >> >> I'm using gcc 2.8.1 but would be surprised if the compiler version itself >> accounted for such a large discrepancy. Have you used Lxlite by any >> chance? > > >Having just checked, Lxlite reports your files as already processed. >I suspect gcc 3.0.3 invokes Lxlite by default, or did you compress them >yourself. Just wondered if there is a CFLAG which will do this with >gcc 2.8.1.... > -- Patrick Ash patash at comcast.net This OS/2 system uptime is 15 days, 17:23 hours and 30 seconds **= Email 22 ==========================** Date: Tue, 10 Dec 2002 13:53:18 +0000 From: John Poltorak Subject: Re: TIN On Tue, Dec 10, 2002 at 08:26:55AM +0000, Patrick Ash wrote: > Looking back at the build files, I find that I again used gcc 3.0.3. > I used Ilya's convert_configure.pl, but do not remember why this is > the case. I normally try to run configure without the need to use > autoconf or similar scrip if I don't have to. > > I used minimal CFLAGS (-O5 -Zmt -s) and used the following script to > do the configure. > > ./configure --with-editor=epm.exe \ > --with-mailer=pmmsend \ > --disable-debug \ > --enable-curses \ > --with-ncurses \ > --enable-color \ > --enable-posting \ > --enable-printing > > Thomas Dicky responded to my questions about the screen problems I > encountered and pointed me in the direction of the entries for both > curses and ncurses. this solved the problem I had, and the build went > without problem. Thanks for the help. I'll give it a try shortly. I wondered if you may have attempted a build of 1.5.15. I realise it's a beta, but it's good to get any problems ironed out before a stable release is issued. > Pat > > On Tue, 10 Dec 2002 12:50:21 +0000, John Poltorak wrote: > > >On Tue, Dec 10, 2002 at 07:43:56AM +0000, Patrick Ash wrote: > >> I built Tin 1.4.5 a few months ago, and as I recall, there were no > >> real problems. I use it infrequently here, but it has given me no > >> problems so far. > > > >Can you give me any tips on how you built it? > > > >Is there anything specific to watch out for? > > -- > Patrick Ash > patash at comcast.net > > This OS/2 system uptime is 15 days, 12:46 hours and 51 seconds > -- John **= Email 23 ==========================** Date: Tue, 10 Dec 2002 14:38:48 +0000 From: John Poltorak Subject: Re: Mailman =site=.lock works... On Tue, Dec 10, 2002 at 09:50:41AM -0500, Ted Sikora wrote: > Remember that cgi error when tying to run on command line? > 'Can't find module ".\ADMIN"' > > I get the same error with any command like ./configure > in htdig before I run aclocal/autoconf. > > ex: Can't find module ".\CONFIGURE" > file or directory . not found Is this a SHELL problem? > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 24 ==========================** Date: Tue, 10 Dec 2002 15:22:07 +0000 From: John Poltorak Subject: Re: CFLAGS for NCURSES On Tue, Dec 10, 2002 at 07:39:55AM +0000, Patrick Ash wrote: > For the version I just uploaded (ncurses-5.3-os2) I used the > following CFLAGS: > > -O5 -s > > Some flags are already set in the configure script so I did not try > anything too fancy. I used gcc 3.0.3 for this build. I tried adding -O5 -s and the sizes came down a bit, but not that much. Your tack.exe is only 145kB whereas mine is 230kB. I'm using gcc 2.8.1 but would be surprised if the compiler version itself accounted for such a large discrepancy. Have you used Lxlite by any chance? Is it possible to look at your config.log to see if there are any major differences to mine? > Pat > > > On Tue, 10 Dec 2002 09:45:51 +0000, John Poltorak wrote: > > > > > > >Can anyone suggest which CFLAGS should be used for building NCURSES? > > > >I've just built it straight from source and found all the newly created > >files are significantly bigger than in the NCURSES package on Hobbes. > > > >I suspect this is due to some *FLAGS settings, or could the version of > >gcc used play a part? > > -- > Patrick Ash > patash at comcast.net > > This OS/2 system uptime is 15 days, 11:59 hours and 51 seconds > -- John **= Email 25 ==========================** Date: Tue, 10 Dec 2002 15:30:32 -0500 From: Ted Sikora Subject: Mailman ... Still plugging away at it. All the /bin tools run except the actual list creation because of the LockFile issue. In the meantime I'm building an interface to all the admin tools: http://powerusersbbs.net/ftp/incoming/mailman.jpg Maybe I'm getting ahead of myself but I see three issues: 1) Mailman.LockFile.NotLockedError 2) cgi scripts for user web interface 3) possibly this: ./check_perm directory permissions must be at least 02775: /unixos2/home/mailman/Mailman/Logg ing directory permissions must be at least 02775: /unixos2/home/mailman/Mailman/pyth onlib /unixos2/home/mailman/archives/private must not be other-readable /unixos2/home/mailman/mail/wrapper must be set-gid ****** /unixos2/home/mailman/data/ad m.pw permissions must be exactly 0640 (got 0100666) Problems found: 29 Re-run as root (or root) with -f flag to fix -- Ted Sikora tsikora at ntplx.net **= Email 26 ==========================** Date: Tue, 10 Dec 2002 16:46:42 +0000 From: John Poltorak Subject: Re: CFLAGS for NCURSES On Tue, Dec 10, 2002 at 03:22:07PM +0000, John Poltorak wrote: > On Tue, Dec 10, 2002 at 07:39:55AM +0000, Patrick Ash wrote: > > For the version I just uploaded (ncurses-5.3-os2) I used the > > following CFLAGS: > > > > -O5 -s > > > > Some flags are already set in the configure script so I did not try > > anything too fancy. I used gcc 3.0.3 for this build. > > > I tried adding -O5 -s and the sizes came down a bit, but not that much. > > Your tack.exe is only 145kB whereas mine is 230kB. > > I'm using gcc 2.8.1 but would be surprised if the compiler version itself > accounted for such a large discrepancy. Have you used Lxlite by any > chance? Having just checked, Lxlite reports your files as already processed. I suspect gcc 3.0.3 invokes Lxlite by default, or did you compress them yourself. Just wondered if there is a CFLAG which will do this with gcc 2.8.1.... -- John **= Email 27 ==========================** Date: Tue, 10 Dec 2002 17:05:22 -0500 From: Ted Sikora Subject: Re: RSYNC John Poltorak wrote: > > I just found a web page about RSYNC for OS/2:- > > http://www.steffensiebert.de/ports/rsync.html > > This is a program I've wanted to set up for ages, unfortunately the docs > say that daemon mode does not work, so it isn't much use in an all OS/2 > environment. However it does say something about there being bugs in > server mode. What I don't understand is the difference between daemon and > server mode - I thought they were the same thing... > > Maybe server mode means I can spawn it from INETD which would be perfectly > acceptable for me. > > Anyone familiar with RSYNC? > > It's basically used for synching files across a TCP/IP connection. > > Could be useful for backups, or even maintaining a UnixOS/2 distro at > several locations... > > -- > John I got rsync running in daemon mode on OS/2 right now. Do: rsync powerusersbbs.net:: to see available downloads. I have 2.4.6a I started the the server with: D:\path\rsync --config=/mptn/etc/rsyncd.conf --daemon **But** when you try to download rsync powerusersbbs.net::ftp It gets:: at ERROR: max connections (12) reached - try again later rsync error: partial transfer (code 23) at io.c(143) No matter what you set the max connections at in rsyncd.conf it says it's reached it. I needed to make a /var/run in d:\ for the lockfile. Again proving my theory that the UNIXROOT should be UNIXROOT=/ -- Ted Sikora tsikora at ntplx.net **= Email 28 ==========================** Date: Tue, 10 Dec 2002 17:07:00 +0000 From: John Poltorak Subject: Re: Mailman =site=.lock works... On Tue, Dec 10, 2002 at 12:13:36PM -0500, Ted Sikora wrote: > John Poltorak wrote: > > > > On Tue, Dec 10, 2002 at 09:50:41AM -0500, Ted Sikora wrote: > > > > > Remember that cgi error when tying to run on command line? > > > 'Can't find module ".\ADMIN"' > > > > > > I get the same error with any command like ./configure > > > in htdig before I run aclocal/autoconf. > > > > > > ex: Can't find module ".\CONFIGURE" > > > file or directory . not found > > > > Is this a SHELL problem? > > > > I'm not sure.. all I know if I run either aclocal or autoconf then the > commands works correctly does it in sh or bash. Maybe try a .CMD file using extproc... > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 29 ==========================** Date: Tue, 10 Dec 2002 17:40:33 -0500 From: Ted Sikora Subject: Re: RSYNC John Poltorak wrote: > > I just found a web page about RSYNC for OS/2:- > > http://www.steffensiebert.de/ports/rsync.html > > This is a program I've wanted to set up for ages, unfortunately the docs > say that daemon mode does not work, so it isn't much use in an all OS/2 > environment. However it does say something about there being bugs in > server mode. What I don't understand is the difference between daemon and > server mode - I thought they were the same thing... > > Maybe server mode means I can spawn it from INETD which would be perfectly > acceptable for me. > > Anyone familiar with RSYNC? > > It's basically used for synching files across a TCP/IP connection. > > Could be useful for backups, or even maintaining a UnixOS/2 distro at > several locations... > > -- > John I got rsync running in daemon mode on OS/2 right now. Do: rsync powerusersbbs.net:: to see available downloads. I have 2.4.6a I started the the server with: D:\path\rsync --config=/mptn/etc/rsyncd.conf --daemon **But** when you try to download rsync powerusersbbs.net::ftp It gets:: at ERROR: max connections (12) reached - try again later rsync error: partial transfer (code 23) at io.c(143) No matter what you set the max connections at in rsyncd.conf it says it's reached it. I needed to make a /var/run in d:\ for the lockfile. Again proving my theory that the UNIXROOT should be UNIXROOT=/ -- Ted Sikora tsikora at ntplx.net **= Email 30 ==========================** Date: Tue, 10 Dec 2002 18:02:00 -0500 From: Ted Sikora Subject: Re: RSYNC John Poltorak wrote: > > On Tue, Dec 10, 2002 at 05:40:33PM -0500, Ted Sikora wrote: > > John Poltorak wrote: > > > > > > I just found a web page about RSYNC for OS/2:- > > > > > > http://www.steffensiebert.de/ports/rsync.html > > > > > > This is a program I've wanted to set up for ages, unfortunately the docs > > > say that daemon mode does not work, so it isn't much use in an all OS/2 > > > environment. However it does say something about there being bugs in > > > server mode. What I don't understand is the difference between daemon and > > > server mode - I thought they were the same thing... > > > > > > Maybe server mode means I can spawn it from INETD which would be perfectly > > > acceptable for me. > > > > > > Anyone familiar with RSYNC? > > > > > > It's basically used for synching files across a TCP/IP connection. > > > > > > Could be useful for backups, or even maintaining a UnixOS/2 distro at > > > several locations... > > > > > > -- > > > John > > > > I got rsync running in daemon mode on OS/2 right now. > > > > Do: > > > > rsync powerusersbbs.net:: > > > > to see available downloads. > > > > I have 2.4.6a > > Where is this from? Ilya Zakharevich I think? According to the build patch. The zip is at: ftp://os2ports.com/pub/os2/unix/internet/rsync/rsync.zip -- Ted Sikora tsikora at ntplx.net **= Email 31 ==========================** Date: Tue, 10 Dec 2002 18:39:43 -0500 From: Ted Sikora Subject: Re: RSYNC John Poltorak wrote: > > On Tue, Dec 10, 2002 at 05:40:33PM -0500, Ted Sikora wrote: > > > Do: > > > > rsync powerusersbbs.net:: > > failed to connect to powerusersbbs.net - Connection refused > > I tried from 213.152.137.91 > > I guess I need to be authorised at your end.... > Is there any need to have an rsync config when running as a client? > > > -- > > Ted Sikora > > tsikora at ntplx.net > > -- > John Try it now I had everything off I was setting up the inetd and autostart. -- Ted Sikora tsikora at ntplx.net **= Email 32 ==========================** Date: Tue, 10 Dec 2002 18:46:45 -0500 From: Ted Sikora Subject: Re: RSYNC This is a multi-part message in MIME format. --------------83C00CC67E761060DCD61657 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Voytek Eymont wrote: > > ** Reply to note from John Poltorak Tue, 10 Dec 2002 22:56:34 +0000 > > > Maybe you've found the magic words needed to make it work. > > > > Anyway I'll give it another try... > > let us know how you go with it > Put these in /mptn/etc edit to suit your taste. Edit group and passwd If you don't have them you can copy them from your python/etc dir. Add a nobody group and user 99 is a good #. I'm trying root on mine just to see. You have to change it in rsyncd.conf too. Start it with: D:\path\rsync --config=/mptn/etc/rsyncd.conf -daemon in an OS/2 window. I started inetd in autostart I had to sart a service so I added rshd as SuperInetDaemon. I added shell tcp rshd rsync tcp D:\usr\bin\rsync --config=/mptn/etc/rsyncd.conf --daemon to inetd.lst in /mptn/etc but it does not start. Any ideas? -- Ted Sikora tsikora at ntplx.net --------------83C00CC67E761060DCD61657 Content-Type: text/plain; charset=us-ascii; name="rsyncd.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rsyncd.conf" ## ## rsync.conf server file # motd file = /mptn/etc/rsyncheader max connections = 2 # syslog facility = local3 [ftp] comment = (entire site) path = /ftp read only = yes list = yes uid = nobody gid = nobody ## --------------83C00CC67E761060DCD61657 Content-Type: text/plain; charset=us-ascii; name="rsyncheader" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rsyncheader" PowerUsersBBS.NET Archives -------------------------- Downloads: --------------83C00CC67E761060DCD61657-- **= Email 33 ==========================** Date: Tue, 10 Dec 2002 18:57:09 -0500 From: Ted Sikora Subject: Re: RSYNC Ted Sikora wrote: > > Voytek Eymont wrote: > > > > ** Reply to note from John Poltorak Tue, 10 Dec 2002 22:56:34 +0000 > > > > > Maybe you've found the magic words needed to make it work. > > > > > > Anyway I'll give it another try... > > > > let us know how you go with it > > > > Put these in /mptn/etc edit to suit your taste. > Edit group and passwd If you don't have them you can copy them from > your python/etc dir. Add a nobody group and user 99 is a good #. > > I'm trying root on mine just to see. You have to change it in > rsyncd.conf too. > > Start it with: > D:\path\rsync --config=/mptn/etc/rsyncd.conf -daemon > in an OS/2 window. > > I started inetd in autostart I had to sart a service so I added rshd as > SuperInetDaemon. I added > > shell tcp rshd > rsync tcp D:\usr\bin\rsync --config=/mptn/etc/rsyncd.conf --daemon > > to inetd.lst in /mptn/etc but it does not start. Any ideas? > You need a x:\var\run dir for it to create a lock. -- Ted Sikora tsikora at ntplx.net **= Email 34 ==========================** Date: Tue, 10 Dec 2002 19:36:48 -0500 From: Ted Sikora Subject: Rsync: max connections (100) reached - try again later max connections The "max connections" option allows you to specify the maximum number of simultaneous connections you will allow to this module of your rsync server. Any clients connecting when the maximum has been reached will receive a message telling them to try later. The default is 0 which means no limit. lock file The "lock file" option specifies the file to use to support the "max connections" option. The rsync server uses record locking on this file to ensure that the max connections limit is not exceeded. The default is /var/run/rsyncd.lock. From the man page.. I'll try 0 and see what happens. I tried all the other rsync ports this is the only one that starts in --daemon mode. -- Ted Sikora tsikora at ntplx.net **= Email 35 ==========================** Date: Tue, 10 Dec 2002 19:49:29 +0000 From: John Poltorak Subject: RSYNC I just found a web page about RSYNC for OS/2:- http://www.steffensiebert.de/ports/rsync.html This is a program I've wanted to set up for ages, unfortunately the docs say that daemon mode does not work, so it isn't much use in an all OS/2 environment. However it does say something about there being bugs in server mode. What I don't understand is the difference between daemon and server mode - I thought they were the same thing... Maybe server mode means I can spawn it from INETD which would be perfectly acceptable for me. Anyone familiar with RSYNC? It's basically used for synching files across a TCP/IP connection. Could be useful for backups, or even maintaining a UnixOS/2 distro at several locations... -- John **= Email 36 ==========================** Date: Tue, 10 Dec 2002 20:07:20 -0500 From: Ted Sikora Subject: Rsync It works Perfect!!! Use this rsyncd.conf making your download dir adjustments and start with: rsync tcp D:\rsync-dir\rsync --config=/mptn/etc/rsyncd.conf --daemon Make a directory for rsync and z.dll and that's it. ... python.ico warpin-1-0-0.exe wp.ico zopefold.cmd wrote 280 bytes read 24214782 bytes 628962.65 bytes/sec total size is 24210880 speedup is 1.00 I used: rsync -av --delete powerusersbbs.net::pub /my/download/dir -- Ted Sikora tsikora at ntplx.net **= Email 37 ==========================** Date: Tue, 10 Dec 2002 20:09:54 -0500 From: Ted Sikora Subject: Re: Rsync It works Perfect!!! This is a multi-part message in MIME format. --------------11529D4A78189B53F25012A0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ted Sikora wrote: > > Use this rsyncd.conf making your download dir adjustments and start > with: > > rsync tcp D:\rsync-dir\rsync --config=/mptn/etc/rsyncd.conf --daemon > > Make a directory for rsync and z.dll and that's it. > > ... > > python.ico > warpin-1-0-0.exe > wp.ico > zopefold.cmd > wrote 280 bytes read 24214782 bytes 628962.65 bytes/sec > total size is 24210880 speedup is 1.00 > > I used: > > rsync -av --delete powerusersbbs.net::pub /my/download/dir > Got so excited I forgot the attachment. Gee this is almost as good as sex. -- Ted Sikora tsikora at ntplx.net --------------11529D4A78189B53F25012A0 Content-Type: text/plain; charset=us-ascii; name="rsyncd.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rsyncd.conf" ## ## rsync.conf server file # motd file = /mptn/etc/rsyncheader max connections = 0 # syslog facility = local3 [pub] comment = (Public Downloads) path = /ftp/pub read only = yes list = yes use chroot = no uid = nobody gid = nobody lock file = /var/run/rsyncd.lock pid file = /var/run/rsyncd.pid ## **= Email 38 ==========================** Date: Tue, 10 Dec 2002 20:19:54 CET From: Illya Vaes Subject: Re: GRASS & wxWindows ** Reply to note from Andrew MacIntyre Tue, 10 Dec 2002 23:24:51 +1000 (est) >>GRASS is the Geographic Resource Analysis Support System. See:- >>http://grass.itc.it/ >>There is some talk about developing a GUI for it using wxWindows. >>Is that a possibility? If so, I guess we could have it available on OS/2... >It has a Tk based GUI at the moment. Don't know whether Ilya Vaes' Illya ;-) (Perl porter Ilya Zakharevich has one el) >tcl/tk 8.05 is enough to get it running - suspect some stuff explicity >expects X11. Then it wouldn't just be an Tk app (but some kind of funky extension). To put it very (too?) short, if it runs on the Windows version of Tk, it _should_ run on the OS/2 one. It might need a newer version though (8.1+?). I'm in the process of doing 8.3.5 now. -- Illya Vaes (illya at vaeshiep.demon.nl) "Do...or do not, there is no 'try'" - Yoda **= Email 39 ==========================** Date: Tue, 10 Dec 2002 21:00:18 -0500 From: Ted Sikora Subject: Rsync Rules! All the scripts you need is here: http://powerusersbbs.net/browse/index_html?dir=cvs Getting carried away with these desktop objects. Got one for Rsync now. Use rsync powerusersbbs.net:: to see available downloads Use rsync powerusersbbs.net::test or whatever module is available for a file list. Use this line and only this for mirroring. Believe me after years of use this is the most reliable and SysAdmin friendly. Using compression, etc will just get you enemies. rsync -av --delete powerusersbbs.net::test /mirror/dir -- Ted Sikora tsikora at ntplx.net **= Email 40 ==========================** Date: Tue, 10 Dec 2002 22:29:38 +0000 From: John Poltorak Subject: Re: RSYNC On Tue, Dec 10, 2002 at 05:40:33PM -0500, Ted Sikora wrote: > John Poltorak wrote: > > > > I just found a web page about RSYNC for OS/2:- > > > > http://www.steffensiebert.de/ports/rsync.html > > > > This is a program I've wanted to set up for ages, unfortunately the docs > > say that daemon mode does not work, so it isn't much use in an all OS/2 > > environment. However it does say something about there being bugs in > > server mode. What I don't understand is the difference between daemon and > > server mode - I thought they were the same thing... > > > > Maybe server mode means I can spawn it from INETD which would be perfectly > > acceptable for me. > > > > Anyone familiar with RSYNC? > > > > It's basically used for synching files across a TCP/IP connection. > > > > Could be useful for backups, or even maintaining a UnixOS/2 distro at > > several locations... > > > > -- > > John > > I got rsync running in daemon mode on OS/2 right now. > > Do: > > rsync powerusersbbs.net:: > > to see available downloads. > > I have 2.4.6a Where is this from? > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 41 ==========================** Date: Tue, 10 Dec 2002 22:56:34 +0000 From: John Poltorak Subject: Re: RSYNC On Tue, Dec 10, 2002 at 06:02:00PM -0500, Ted Sikora wrote: > > > I have 2.4.6a > > > > Where is this from? > > Ilya Zakharevich I think? According to the build patch. > > The zip is at: > > ftp://os2ports.com/pub/os2/unix/internet/rsync/rsync.zip Is that the same as:- ? ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/rsync.zip I could never get this working in daemon mode, so reported to Ilya and he said it was a known problem - even sent me a patch, but I never got that working either. Maybe you've found the magic words needed to make it work. Anyway I'll give it another try... > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 42 ==========================** Date: Tue, 10 Dec 2002 23:02:54 +0100 (CET) From: "Yuri Dario" Subject: Re: RSYNC Hi John, >This is a program I've wanted to set up for ages, unfortunately the docs >say that daemon mode does not work, so it isn't much use in an all OS/2 >environment. However it does say something about there being bugs in >Anyone familiar with RSYNC? I am. Here I'm using rsync to backup data over a DSL connection, and both sites are running OS/2 :-) My version has daemon mode working well, seems only to have some problems to run under a ssh tunnelling. Now I see that I never uploaded the code to hobbes, that's really bad... Bye, Yuri Dario /* * member of TeamOS/2 - Italy * http://www.quasarbbs.net/yuri * http://www.teamos2.it * http://www.opera.com/os2/ */ **= Email 43 ==========================** Date: Tue, 10 Dec 2002 23:03:32 +0000 From: John Poltorak Subject: Re: RSYNC On Tue, Dec 10, 2002 at 05:40:33PM -0500, Ted Sikora wrote: > Do: > > rsync powerusersbbs.net:: failed to connect to powerusersbbs.net - Connection refused I tried from 213.152.137.91 I guess I need to be authorised at your end.... Is there any need to have an rsync config when running as a client? > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 44 ==========================** Date: Tue, 10 Dec 2002 23:06:08 +1000 (est) From: Andrew MacIntyre Subject: Re: Mailman: 'module' object has no attribute 'link' This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime at docserver.cac.washington.edu for more info. ---888574994-353-1039525568=:467 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 10 Dec 2002, Andrew MacIntyre wrote: > On Sun, 8 Dec 2002, Ted Sikora wrote: {...} > To get any further with this, an acceptable link(2) emulation is needed > to stand in for os.link(). Attached are a fairly crude emulation of link(2), and a patch to splice it into Mailman's lock implementation. 0) read notes at top of emx_link.py 1) Put emx_link.py in $PYTHONHOME/Lib/plat-os2emx 2) Apply the patch to Mailman/LockFile.py 3) consult deity of choice 4) test 5) report extent/nature of fireworks... ;-) (in expectation of Mailman exhibiting other Unix only surprises) -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac at bullseye.apana.org.au | Snail: PO Box 370 andymac at pcug.org.au | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia ---888574994-353-1039525568=:467 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="Mailman_LockFile.py.patch" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Mailman_LockFile.py.patch Content-Disposition: attachment; filename="Mailman_LockFile.py.patch" KioqIExvY2tGaWxlLnB5Lm9yaWcJVGh1IE9jdCAxMiAxNTowMzo1NiAyMDAw DQotLS0gTG9ja0ZpbGUucHkJVHVlIERlYyAxMCAyMjo0MDozOCAyMDAyDQoq KioqKioqKioqKioqKioNCioqKiA2NSw3MCAqKioqDQotLS0gNjUsNzUgLS0t LQ0KICBpbXBvcnQgcmFuZG9tDQogIGZyb20gc3RhdCBpbXBvcnQgU1RfTkxJ TkssIFNUX01USU1FDQogIA0KKyBpZiBvcy5uYW1lID09ICdvczInOg0KKyAg ICAgZnJvbSBlbXhfbGluayBpbXBvcnQgbGluayBhcyBvczJfbGluaw0KKyAg ICAgb3MubGluayA9IG9zMl9saW5rDQorICAgICBkZWwgb3MyX2xpbmsNCisg DQogICMgVW5pdHMgYXJlIGZsb2F0aW5nLXBvaW50IHNlY29uZHMuDQogIERF RkFVTFRfTE9DS19MSUZFVElNRSAgPSAxNQ0KICAjIEFsbG93YWJsZSBhIGJp dCBvZiBjbG9jayBza2V3DQo= ---888574994-353-1039525568=:467 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="emx_link.py" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: emx_link.py Content-Disposition: attachment; filename="emx_link.py" IyAgICBlbXhfbGluay5weQ0KDQojIFdyaXR0ZW4gYnkgQW5kcmV3IEkgTWFj SW50eXJlLCBhbmR5bWFjQGJ1bGxzZXllLmFwYW5hLm9yZy5hdSwgRGVjZW1i ZXIgMjAwMi4NCiMgRGlzdHJpYnV0ZWQgdW5kZXIgdGhlIHNhbWUgdGVybXMg YW5kIGNvbmRpdGlvbnMgYXMgUHl0aG9uIDIuMi4NCg0KIiIiZW14X2xpbmsu cHkgaXMgYSBzaW1wbGlzdGljIGVtdWxhdGlvbiBvZiB0aGUgVW5peCBsaW5r KDIpIGxpYnJhcnkgcm91dGluZSANCmZvciBjcmVhdGluZyBzby1jYWxsZWQg aGFyZCBsaW5rcy4NCg0KV2UgZG8gdGhpcyBvbiBPUy8yIGJ5IGltcGxlbWVu dGluZyBhIGZpbGUgY29weSwgd2l0aCBsaW5rKDIpIHNlbWFudGljczotDQog IC0gdGhlIHRhcmdldCBjYW5ub3QgYWxyZWFkeSBleGlzdDsNCiAgLSB3ZSBo b3BlIHRoYXQgdGhlIGFjdHVhbCBmaWxlIG9wZW4gKGlmIHN1Y2Nlc3NmdWwp IGlzIGFjdHVhbGx5DQogICAgYXRvbWljLi4uDQoNCkxpbWl0YXRpb25zIG9m IHRoaXMgYXBwcm9hY2gvaW1wbGVtZW50YXRpb24gaW5jbHVkZTotDQogIC0g bm8gc3VwcG9ydCBmb3IgY29ycmVjdCBsaW5rIGNvdW50cyAoRU1YIHN0YXQo dGFyZ2V0KS5zdF9ubGluaw0KICAgIGlzIGFsd2F5cyAxKTsNCiAgLSB0aHJl YWQgc2FmZXR5IHVuZGVmaW5lZDsNCiAgLSBkZWZhdWx0IGZpbGUgcGVybWlz c2lvbnMgKHIrdykgdXNlZCwgY2FuJ3QgYmUgb3Zlci1yaWRkZW47DQogIC0g aW1wbGVtZW50ZWQgaW4gUHl0aG9uIHNvIGNvbXBhcmF0aXZlbHkgc2xvdywg ZXNwZWNpYWxseSBmb3IgbGFyZ2UNCiAgICBzb3VyY2UgZmlsZXM7DQogIC0g bmVlZCBzdWZmaWNpZW50IGZyZWUgZGlzayBzcGFjZSB0byBzdG9yZSB0aGUg Y29weS4NCg0KQmVoYXZpb3VyOi0NCiAgLSBhbnkgZXhjZXB0aW9uIHNob3Vs ZCBwcm9wYWdhdGUgdG8gdGhlIGNhbGxlcjsNCiAgLSB3YW50IHRhcmdldCB0 byBiZSBhbiBleGFjdCBjb3B5IG9mIHRoZSBzb3VyY2UsIHNvIHVzZSBiaW5h cnkgbW9kZTsNCiAgLSByZXR1cm5zIE5vbmUsIHNhbWUgYXMgb3MubGluaygp IHdoaWNoIGlzIGltcGxlbWVudGVkIGluIHBvc2l4bW9kdWxlLmM7DQogIC0g dGFyZ2V0IHJlbW92ZWQgaW4gdGhlIGV2ZW50IG9mIGEgZmFpbHVyZSB3aGVy ZSBwb3NzaWJsZTsNCiAgLSBnaXZlbiB0aGUgbW90aXZhdGlvbiB0byB3cml0 ZSB0aGlzIGVtdWxhdGlvbiBjYW1lIGZyb20gdHJ5aW5nIHRvDQogICAgc3Vw cG9ydCBhIFVuaXggcmVzb3VyY2UgbG9jayBpbXBsZW1lbnRhdGlvbiwgd2hl cmUgbWluaW1hbCBvdmVyaGVhZA0KICAgIGR1cmluZyBjcmVhdGlvbiBvZiB0 aGUgdGFyZ2V0IGlzIGRlc2lyYWJsZSBhbmQgdGhlIGZpbGVzIGFyZSBzbWFs bCwNCiAgICB3ZSByZWFkIGEgc291cmNlIGJsb2NrIGJlZm9yZSBhdHRlbXB0 aW5nIHRvIGNyZWF0ZSB0aGUgdGFyZ2V0IHNvIHRoYXQNCiAgICB3ZSdyZSBy ZWFkeSB0byBpbW1lZGlhdGVseSB3cml0ZSBzb21lIGRhdGEgaW50byBpdC4N CiIiIg0KDQppbXBvcnQgb3MNCmltcG9ydCBlcnJubw0KDQpfX2FsbF9fID0g WydsaW5rJ10NCg0KZGVmIGxpbmsoc291cmNlLCB0YXJnZXQpOg0KICAgICIi Imxpbmsoc291cmNlLCB0YXJnZXQpIC0+IE5vbmUNCg0KICAgIEF0dGVtcHQg dG8gaGFyZCBsaW5rIHRoZSBzb3VyY2UgZmlsZSB0byB0aGUgdGFyZ2V0IGZp bGUgbmFtZS4NCiAgICBPbiBPUy8yLCB0aGlzIGNyZWF0ZXMgYSBjb21wbGV0 ZSBjb3B5IG9mIHRoZSBzb3VyY2UgZmlsZS4NCiAgICAiIiINCg0KICAgIHMg PSBvcy5vcGVuKHNvdXJjZSwgb3MuT19SRE9OTFkgfCBvcy5PX0JJTkFSWSkN CiAgICBpZiBvcy5pc2F0dHkocyk6DQogICAgICAgIHJhaXNlIE9TRXJyb3Is IChlcnJuby5FWERFViwgJ0Nyb3NzLWRldmljZSBsaW5rJykNCiAgICBkYXRh ID0gb3MucmVhZChzLCAxMDI0KQ0KDQogICAgdHJ5Og0KICAgICAgICB0ID0g b3Mub3Blbih0YXJnZXQsIG9zLk9fV1JPTkxZIHwgb3MuT19CSU5BUlkgfCBv cy5PX0NSRUFUIHwgb3MuT19FWENMKQ0KICAgIGV4Y2VwdCBPU0Vycm9yOg0K ICAgICAgICBvcy5jbG9zZShzKQ0KICAgICAgICByYWlzZQ0KDQogICAgdHJ5 Og0KICAgICAgICB3aGlsZSBkYXRhOg0KICAgICAgICAgICAgb3Mud3JpdGUo dCwgZGF0YSkNCiAgICAgICAgICAgIGRhdGEgPSBvcy5yZWFkKHMsIDEwMjQp DQogICAgZXhjZXB0IE9TRXJyb3I6DQogICAgICAgIG9zLmNsb3NlKHMpDQog ICAgICAgIG9zLmNsb3NlKHQpDQogICAgICAgIG9zLnVubGluayh0YXJnZXQp DQogICAgICAgIHJhaXNlDQoNCiAgICBvcy5jbG9zZShzKQ0KICAgIG9zLmNs b3NlKHQpDQoNCmlmIF9fbmFtZV9fID09ICdfX21haW5fXyc6DQogICAgaW1w b3J0IHN5cw0KICAgIHRyeToNCiAgICAgICAgbGluayhzeXMuYXJndlsxXSwg c3lzLmFyZ3ZbMl0pDQogICAgZXhjZXB0IEluZGV4RXJyb3I6DQogICAgICAg IHByaW50ICdVc2FnZTogZW14X2xpbmsgPHNvdXJjZT4gPHRhcmdldD4nDQog ICAgZXhjZXB0IE9TRXJyb3I6DQogICAgICAgIHByaW50ICdlbXhfbGluazog JXMnICUgc3RyKHN5cy5leGNfaW5mbygpWzFdKQ0K ---888574994-353-1039525568=:467-- **= Email 45 ==========================** Date: Tue, 10 Dec 2002 23:24:51 +1000 (est) From: Andrew MacIntyre Subject: Re: GRASS & wxWindows On Tue, 10 Dec 2002, John Poltorak wrote: > GRASS is the Geographic Resource Analysis Support System. See:- > > http://grass.itc.it/ > > There is some talk about developing a GUI for it using wxWindows. > > Is that a possibility? If so, I guess we could have it available on > OS/2.... It has a Tk based GUI at the moment. Don't know whether Ilya Vaes' tcl/tk 8.05 is enough to get it running - suspect some stuff explicity expects X11. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac at bullseye.apana.org.au | Snail: PO Box 370 andymac at pcug.org.au | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia **= Email 46 ==========================** Date: Tue, 10 Dec 2002 23:26:57 -0800 From: Ken Ames Subject: Re: Make bug?, was: got lost > > >hi Stefan, > it's me again. this is just getting grueling now and I am sorry to bother you again but now this thing just gives me this - [X:\wxwindows-2.3.4\gcc-build\pm]gmake gmake: /wxWindows-2.3.4/install-sh: Command not found I sure wish there was a standard install for all these unix type tools to build with. I appreciate all your help. Ken >Well, just like so: >[Prompt] make > .... > Lots of output > .... >[Prompt] for %1 in (*.d) do at (sed "s/\//\\/g" < %1 > dep.sed && copy dep.sed %1) > > ... Again lots of output... it does take a while (maybe some minutes, > depending on the speed of your hard disk). > >[Prompt] make > > > > Regards, > Stefan > >