From: Paul M. <pmi...@he...> - 2004-02-20 03:09:32
|
ok, generally, services in wigwam4 install into ext/services w/o a version number, e.g., for the btr-server project it looks like: pmineiro@zzyzx-3% ls ext/services ~/src/btr-server btr-init/ relay-master-secondary-sync-stunnel/ btr-update/ relay-master-stunnel/ gossip_master/ relay-master-sync-stunnel/ gossip_relay/ relay-stunnel/ gossip_slave/ slave-relay-sync-stunnel/ master-stunnel/ ----- so i suspect a wigwam4 bug and/or a package bug. -- p On Thu, 19 Feb 2004, Christopher B. Liebman wrote: > And the real one is broken too!!! there is a envar that gets expanded > during "install" in a here document creating the ping script... thus > 'test -f' with no file!!! I should be able to fix this tonight. > > -- Chris > > > On Thu, 2004-02-19 at 15:51, Tod E. Kurt wrote: > > It looks like some sort of install problem with the service wrt version > > numbers. > > > > % ls $PLAYPEN_ROOT/ext/services > > apache/ mod_perl/ mod_perl-0.2-1/ > > > > Why are there two service directories for mod_perl? Is this expected? > > > > % cat $PLAYPEN_ROOT/ext/services/mod_perl/ping > > #! /bin/sh > > /home/tod/projects/Linux/todtest3/ext/services/mod_perl-/ping > > > > If it's proper to have two directories (one general, one versioned), > > why doesn't the above have the version in it? It has a partial, > > leading me to believe that it should insert the version number but the > > variable is blank. > > > > % cat $PLAYPEN_ROOT/ext/services/mod_perl-0.2-1/ping > > #!/bin/sh > > test -f || exit 1 > > exit 0 > > > > Ahh, here's the real ping for mod_perl. > > > > So what's the dealio? Should there be two service dirs for mod_perl, > > one versioned and one not? If so, why does the non-versioned script > > have an incomplete reference to the versioned one? And actually, where > > do these 'ping' scripts come from? They're not part of the package. > > > > > > > > On Feb 19, 2004, at 9:19 AM, Paul Mineiro wrote: > > > > > this is chris's new apache package ... dunno if this has been vetted > > > wrt > > > wigwam4. > > > > > > -- p > > > > > > On Wed, 18 Feb 2004, Tod E. Kurt wrote: > > > > > >> I'm getting a weird problem where 'statusctl' is trying to 'ping' > > >> mod_perl. > > >> > > >> For example, in a brand new project: > > >> > > >> % wigwam-bootstrap-4.1.0 --project=todtest3 > > >> % cd todtest3 > > >> % ./autogen.sh ; . ./setup-env > > >> % packagectl install service_apache_add_mod_perl > > >> % echo '# service_apache config \ > > >> APACHE_HOSTNAME=${APACHE_HOSTNAME="foo"} \ > > >> APACHE_PORT=${APACHE_PORT="62260"} \ > > >> APACHE_ADMIN=${APACHE_ADMIN="to...@ov..."} \ > > >> LOG_DIR=${LOG_DIR="$LOCAL_VAR"} \ > > >> ' > etc/project.conf > > >> % servicectl status > > >> Info: apache ping: checking pid file ... not running. > > >> /home/tod/projects/Linux/todtest3/ext/services/mod_perl/ping: > > >> /home/tod/projects/Linux/todtest3/ext/services/mod_perl-/ping: No such > > >> file or directory > > >> > > >> > > >> WTF? > > >> > > >> -=tod > > >> > > >> > > >> > > >> ------------------------------------------------------- > > >> SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > >> Build and deploy apps & Web services for Linux with > > >> a free DVD software kit from IBM. Click Now! > > >> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > >> _______________________________________________ > > >> Wigwam-devel mailing list > > >> Wig...@li... > > >> https://lists.sourceforge.net/lists/listinfo/wigwam-devel > > >> > > > > > > I don't want to have to buy MS brand toilet paper one day to make > > > my ass compatible. > > > > > > > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with > > a free DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > _______________________________________________ > > Wigwam-devel mailing list > > Wig...@li... > > https://lists.sourceforge.net/lists/listinfo/wigwam-devel > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Wigwam-devel mailing list > Wig...@li... > https://lists.sourceforge.net/lists/listinfo/wigwam-devel > I don't want to have to buy MS brand toilet paper one day to make my ass compatible. |