webapp-config-users Mailing List for webapp-config
Brought to you by:
rl03
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(11) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tanstaafl <tan...@li...> - 2012-01-12 20:29:58
|
On 2012-01-12 2:45 PM, Bob Tongue <rt...@ce...> wrote: > If there is a better or different tool, I don't know it. But I think you and > I are the only ones that ever use this forum. LOL Heh... well, once I sorted out how to use it and cleaned up my original installations, I have found it is really easy to use, so I guess there just isn't much need for help... Anyway, thanks for replying... |
From: Bob T. <rt...@ce...> - 2012-01-12 20:08:32
|
If there is a better or different tool, I don't know it. But I think you and I are the only ones that ever use this forum. LOL Bob -----Original Message----- From: Tanstaafl [mailto:tan...@li...] Sent: Thursday, January 12, 2012 2:33 PM To: web...@li... Subject: Re: [Webapp-config-users] Error when running webapp-config --si Never mind, I just realized Bob had already answered this question last year... Sorry for the noise... Out of curiousity... is webapp-config abandoned? Should I not be using it any more? On 2012-01-12 2:29 PM, Tanstaafl <tan...@li...> wrote: > Hello, > > I'm getting the following error when running webapp-config --si: > > # webapp-config --si > Traceback (most recent call last): > File "/usr/sbin/webapp-config-2.7", line 44, in<module> > main() > File "/usr/sbin/webapp-config-2.7", line 41, in main > config.run() > File "/usr/lib64/python2.7/site-packages/WebappConfig/config.py", > line 986, in run > self.create_dotconfig().show_installed() > File "/usr/lib64/python2.7/site-packages/WebappConfig/dotconfig.py", > line 164, in show_installed > OUT.notice(self.__data['WEB_PN'] + ' ' + > KeyError: 'WEB_PN' > > Any ideas? ---------------------------------------------------------------------------- -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Webapp-config-users mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/webapp-config-users |
From: Tanstaafl <tan...@li...> - 2012-01-12 19:33:25
|
Never mind, I just realized Bob had already answered this question last year... Sorry for the noise... Out of curiousity... is webapp-config abandoned? Should I not be using it any more? On 2012-01-12 2:29 PM, Tanstaafl <tan...@li...> wrote: > Hello, > > I'm getting the following error when running webapp-config --si: > > # webapp-config --si > Traceback (most recent call last): > File "/usr/sbin/webapp-config-2.7", line 44, in<module> > main() > File "/usr/sbin/webapp-config-2.7", line 41, in main > config.run() > File "/usr/lib64/python2.7/site-packages/WebappConfig/config.py", > line 986, in run > self.create_dotconfig().show_installed() > File "/usr/lib64/python2.7/site-packages/WebappConfig/dotconfig.py", > line 164, in show_installed > OUT.notice(self.__data['WEB_PN'] + ' ' + > KeyError: 'WEB_PN' > > Any ideas? |
From: Tanstaafl <tan...@li...> - 2012-01-12 19:29:55
|
Hello, I'm getting the following error when running webapp-config --si: # webapp-config --si Traceback (most recent call last): File "/usr/sbin/webapp-config-2.7", line 44, in <module> main() File "/usr/sbin/webapp-config-2.7", line 41, in main config.run() File "/usr/lib64/python2.7/site-packages/WebappConfig/config.py", line 986, in run self.create_dotconfig().show_installed() File "/usr/lib64/python2.7/site-packages/WebappConfig/dotconfig.py", line 164, in show_installed OUT.notice(self.__data['WEB_PN'] + ' ' + KeyError: 'WEB_PN' Any ideas? Thanks, Charles |
From: Bob T. <rt...@ce...> - 2010-05-04 18:33:48
|
Sorry this reply took so long. Kinda got lost in the shuffle. The warning is a python warning. In future versions of Python the MD5 module will be removed. Right now, squirrelmail is still using the MD5 module. The warning is REALLY for the developers of squirrelmail. I am sure that before the module is removed from Python, there will be a version of squirrelmail that no longer requires the MD5 module. Here is a link to read. They are talking about a program called twisted, but the concept is the same. http://www.velocityreviews.com/forums/t705820-deprecationwarning-on-md5.html If it really bothers you that much, you can try tweaking the Python config, but it doesn't bother me. I just updated to the newest version of Squirrelmail and noticed that I got the deprecation warning also. Not a big deal. The maintainers of the portage tree are pretty good about not letting conflicts arise between packages. I am sure that there will be an MD5 free version of squirrelmail in the tree before Python -MD5 is added. Hope this helped. Bob -----Original Message----- From: Tanstaafl [mailto:tan...@li...] Sent: Thursday, April 29, 2010 7:41 AM To: web...@li... Subject: [Webapp-config-users] DeprecationWarning: the md5 module isdeprecated... On 2010-04-20 8:42 AM, Bob Tongue wrote: >> Ok, I tried it just as a test, then uninstalled it. Both seemed to >> work fine, but I got the following warning each time: >> >> /usr/lib64/python2.6/site-packages/WebappConfig/content.py:27: >> DeprecationWarning: the md5 module is deprecated; use hashlib instead >> import md5, re, os, os.path >> * Remove whatever is listed above by hand >> >> So, do I simply remove md5 from that line, or do I *replace* it with >> hashlib? > It worked fine. That deprecation warning is just that, a warning. > When is the last time you did a emerge -uaD world? I'm all up to date now, and still getting that deprecation warning when I install or uninstall anything with webapp-config... revdep-rebuild -p also says I'm good... any other ideas how to fix this warning? By the way - many, many thanks for helping me finally clean up my webapps... I actually kind of like webapp-config, now that I know how to use it. As an accidental bonus, I also finally figured out how to do virtual ssl hosting with a single wildcard cert on a single IP (got sidetracked when looking at my apache config and stumbled across the solution while googling)... :) -- Charles ---------------------------------------------------------------------------- -- _______________________________________________ Webapp-config-users mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/webapp-config-users |
From: Tanstaafl <tan...@li...> - 2010-04-29 11:40:40
|
On 2010-04-20 8:42 AM, Bob Tongue wrote: >> Ok, I tried it just as a test, then uninstalled it. Both seemed to >> work fine, but I got the following warning each time: >> >> /usr/lib64/python2.6/site-packages/WebappConfig/content.py:27: >> DeprecationWarning: the md5 module is deprecated; use hashlib instead >> import md5, re, os, os.path >> * Remove whatever is listed above by hand >> >> So, do I simply remove md5 from that line, or do I *replace* it with >> hashlib? > It worked fine. That deprecation warning is just that, a warning. > When is the last time you did a emerge -uaD world? I'm all up to date now, and still getting that deprecation warning when I install or uninstall anything with webapp-config... revdep-rebuild -p also says I'm good... any other ideas how to fix this warning? By the way - many, many thanks for helping me finally clean up my webapps... I actually kind of like webapp-config, now that I know how to use it. As an accidental bonus, I also finally figured out how to do virtual ssl hosting with a single wildcard cert on a single IP (got sidetracked when looking at my apache config and stumbled across the solution while googling)... :) -- Charles |
From: Bob T. <rt...@ce...> - 2010-04-20 17:04:24
|
You ARE there. Congrats. When you use the --si switch you have to specify host and directory. Localhost is the default webapp-config root directory. You COULD change that in the webapp config file (/etc/vhosts/webapp-config). Or just use the switch for host. Eg. webapp-config --si -h webmail.media-brokers.com -d squirrelmail that will give you info on all apps installed in that domain under that directory. Try it out. You will see your squirrelmail app installed with version number. If you update world, you should also get rid of the md-5 warning. I think. It's been a long time since I have seen that warning. Can't remember if I had to do anything specific. Be careful if you try to update world if you haven't done so in a long time. You will have to run revdep-rebuild a few times and restart several services. Might also have a problem with php and apache that would require a rebuild. Nothing major, just time consuming. Have fun, looks like you are all set....... Bob > -----Original Message----- > From: Tanstaafl [mailto:tan...@li...] > Sent: Tuesday, April 20, 2010 9:06 AM > To: web...@li... > Subject: Re: [Webapp-config-users] List status? > > On 2010-04-19 8:07 PM, Bob Tongue wrote: > > Actually you want webapp-config -I -h webmail.example.com -d > squirrelmail > > squirrelmail 1.4.19 > > > >> which would install to: > >> /var/www/webmail.example.com/htdocs/squirrelmail > >> > >> Is that right? > >> > >> Then roundcube would be: > >> > >> webapp-config -I -h webmail.example.com -d roundcube 0.3.1 > > > > This would be webapp-config -I -h webmail.example.com -d roundcube > > roundcube 0.3.1 > > Ok, got the old 1.4.6 totally removed, and the new 1.4.19 installed and > working, but in addition to the warning about md5 being deprecated > (that > I already asked about), I still get the following error when I do > webapp-config --si: > > myhost ~ # webapp-config --si > * Fatal error: No .webapp file in /var/www/localhost/htdocs; unable to > continue > * Fatal error(s) - aborting > myhost ~ # > > Why is it pre-pending /var/www/localhost? > > But at least now shows: > > myhost ~ # webapp-config --li > /var/www/webmail.media-brokers.com/htdocs/roundcube > /var/www/webmail.media-brokers.com/htdocs/squirrelmail > myhost ~ # > > Almost there! :) > > -- > > Charles > > ----------------------------------------------------------------------- > ------- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Webapp-config-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webapp-config-users |
From: Tanstaafl <tan...@li...> - 2010-04-20 13:05:51
|
On 2010-04-19 8:07 PM, Bob Tongue wrote: > Actually you want webapp-config -I -h webmail.example.com -d squirrelmail > squirrelmail 1.4.19 > >> which would install to: >> /var/www/webmail.example.com/htdocs/squirrelmail >> >> Is that right? >> >> Then roundcube would be: >> >> webapp-config -I -h webmail.example.com -d roundcube 0.3.1 > > This would be webapp-config -I -h webmail.example.com -d roundcube > roundcube 0.3.1 Ok, got the old 1.4.6 totally removed, and the new 1.4.19 installed and working, but in addition to the warning about md5 being deprecated (that I already asked about), I still get the following error when I do webapp-config --si: myhost ~ # webapp-config --si * Fatal error: No .webapp file in /var/www/localhost/htdocs; unable to continue * Fatal error(s) - aborting myhost ~ # Why is it pre-pending /var/www/localhost? But at least now shows: myhost ~ # webapp-config --li /var/www/webmail.media-brokers.com/htdocs/roundcube /var/www/webmail.media-brokers.com/htdocs/squirrelmail myhost ~ # Almost there! :) -- Charles |
From: Bob T. <rt...@ce...> - 2010-04-20 12:43:12
|
It worked fine. That deprecation warning is just that, a warning. When is the last time you did a emerge -uaD world? > -----Original Message----- > From: Tanstaafl [mailto:tan...@li...] > Sent: Tuesday, April 20, 2010 6:57 AM > To: web...@li... > Subject: Re: [Webapp-config-users] List status? > > On 2010-04-19 8:07 PM, Bob Tongue wrote: > > Actually you want webapp-config -I -h webmail.example.com -d > squirrelmail > > squirrelmail 1.4.19 > > Oh, right... thanks... > > Ok, I tried it just as a test, then uninstalled it. Both seemed to work > fine, but I got the following warning each time: > > /usr/lib64/python2.6/site-packages/WebappConfig/content.py:27: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5, re, os, os.path > * Remove whatever is listed above by hand > > So, do I simply remove md5 from that line, or do I *replace* it with > hashlib? > > -- > > Charles > > ----------------------------------------------------------------------- > ------- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Webapp-config-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webapp-config-users |
From: Tanstaafl <tan...@li...> - 2010-04-20 10:57:31
|
On 2010-04-19 8:07 PM, Bob Tongue wrote: > Actually you want webapp-config -I -h webmail.example.com -d squirrelmail > squirrelmail 1.4.19 Oh, right... thanks... Ok, I tried it just as a test, then uninstalled it. Both seemed to work fine, but I got the following warning each time: /usr/lib64/python2.6/site-packages/WebappConfig/content.py:27: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5, re, os, os.path * Remove whatever is listed above by hand So, do I simply remove md5 from that line, or do I *replace* it with hashlib? -- Charles |
From: Bob T. <rt...@ce...> - 2010-04-20 00:08:01
|
> > > Also, what do you get when you do a ls -a > > /var/www/webmail.media-brokers.com/htdocs/./.webapp*? > > myhost ~ # ls -al /var/www/webmail.media-brokers.com/htdocs/./.webapp* > -rw------- 1 apache apache 334 Aug 10 2006 > /var/www/webmail.media-brokers.com/htdocs/./.webapp > -rw------- 1 apache apache 135720 Aug 10 2006 > /var/www/webmail.media-brokers.com/htdocs/./.webapp-squirrelmail-1.4.6- > r3 > myhost ~ # > > > It should give you the same as the other and the file should be the > > same. Check it out. > > Yep, they appear to be the same... so is that good? It means that you really have only one install. I would ignore the other listing in webapp-config --li The good news is that there really isn't much to clean up. I would do the new install you want to the nes directory and then uninstall the one in the root. That way you wont lose your configuration. When you do the perl script to configure squirrelmail, you =can use your original as a guide. When you are done with the new install, and it works for you, you can use webapp-config to uninstall the original. > > > If that is the case, I would tend to ignore the erroneous entry. If > you are > > really bothered by it, you can try to uninstall the > > /var/www/webmail.media-brokers.com/htdocs/. One but be prepared to > lose the > > install entirely. Not that that is a bad thing. Just means you have > to > > reinstall. If that is the route you want to go then back up the > install > > directory and run > > Webapp-config -C -h /var/www/webmail.media-brokers.com/htdocs/. > squirrelmail > > What I really want to do is clean things up. If that means nuking the > old squirrelmail install, so be it. The main thing I need to worry > about > is the user authentication config, and I'm sure I can figure that > out... > I don't think squirrelmail handles the authentication. That should be done through postfix, I don't know what your setup is, but uninstalling squirrelmail shouldn't hurt that. > So, check me here. If I just start from scratch, for webmail I'm > thinking I'd like a directory structure something like: > > /var/www/webmail.example.com/htdocs/package Smart!!! :D > > So, to install )from scratch) squirrelmail so that it installs to the > above directory structure, I'd do: > > webapp-config -I -h webmail.example.com -d squirrelmail 1.4.19 Actually you want webapp-config -I -h webmail.example.com -d squirrelmail squirrelmail 1.4.19 > which would install to: > /var/www/webmail.example.com/htdocs/squirrelmail > > Is that right? > > Then roundcube would be: > > webapp-config -I -h webmail.example.com -d roundcube 0.3.1 This would be webapp-config -I -h webmail.example.com -d roundcube roundcube 0.3.1 > > ? > > The main thing I'm concerned about is another app I have installed that > is *not* installed with webapp-config, and that is an old version of > postfixadmin (2.1), and that is next on my list of things to update. > > You don't happen to use postfixadmin do you? ;) Actually I don't. I run postfix and mysql and use phpmysql to administer user accounts and the like. I have multiple virtual mail domains and it's easier with mysql. I set up postfix configs by hand. I am a down and dirty type guy (geek) lol. > > > That will try to uninstall the "bad" install (which may just be the > > good install also. In which case you will have to reinstall to the > > "good" directory. If you do have to reinstall, you may have to > > delete that .webapp file in order to do so. What version of Linux are > > you running? I am running Gentoo and the latest release of > > squirrelmail is 1.4.19. > > Yeah, I know, I'm on Gentoo too and updating is what I'm trying to > accomplish... ;) > > Thanks *so* much again for taking the time to help me with this... It's good for me. I set mine up a long time ago and its good to remember the process. But you're welcome. > > -- > > Charles > > ----------------------------------------------------------------------- > ------- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Webapp-config-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webapp-config-users |
From: Tanstaafl <tan...@li...> - 2010-04-19 21:20:58
|
On 2010-04-19 2:07 PM, Bob Tongue wrote: > Sorry, I thought I was replying to the list. Lol Heh - no worries... I thought maybe my questions were too 'elemental' for the list... ;) > Webapp-config is not a "smart" program. It will install where you > tell it whether it makes sense or not. If you installed to > /var/www/webmail.media-brokers.com/htdocs/., it might have actually > created a directory called . I hope not because that would sure be > weird and hard to correct. I am assuming that the > squirrelmail-1.4.6-r3 that is installed is the "good" copy of > Squirrelmail. I am also assuming that the document root that you want > to use is /var/www/webmail.media-brokers.com/htdocs > > Is there a reason that you are installing squirrelmail to the > document root and not to a subdirectory of that root? Just curious. I did this over 4 years ago way back when I was young and ignorant. Now that I'm old and even more ignorant, I'm trying to clean up the mess I made... ;) lol I've got current backups (do those every night), so no worries there. The good news is, no one really uses it - which is why I haven't been too worried about it being so old. But I'm now wanting to update it and also install roundcube and give people a choice... > Also, what do you get when you do a ls -a > /var/www/webmail.media-brokers.com/htdocs/./.webapp*? myhost ~ # ls -al /var/www/webmail.media-brokers.com/htdocs/./.webapp* -rw------- 1 apache apache 334 Aug 10 2006 /var/www/webmail.media-brokers.com/htdocs/./.webapp -rw------- 1 apache apache 135720 Aug 10 2006 /var/www/webmail.media-brokers.com/htdocs/./.webapp-squirrelmail-1.4.6-r3 myhost ~ # > It should give you the same as the other and the file should be the > same. Check it out. Yep, they appear to be the same... so is that good? > If that is the case, I would tend to ignore the erroneous entry. If you are > really bothered by it, you can try to uninstall the > /var/www/webmail.media-brokers.com/htdocs/. One but be prepared to lose the > install entirely. Not that that is a bad thing. Just means you have to > reinstall. If that is the route you want to go then back up the install > directory and run > Webapp-config -C -h /var/www/webmail.media-brokers.com/htdocs/. squirrelmail What I really want to do is clean things up. If that means nuking the old squirrelmail install, so be it. The main thing I need to worry about is the user authentication config, and I'm sure I can figure that out... So, check me here. If I just start from scratch, for webmail I'm thinking I'd like a directory structure something like: /var/www/webmail.example.com/htdocs/package So, to install )from scratch) squirrelmail so that it installs to the above directory structure, I'd do: webapp-config -I -h webmail.example.com -d squirrelmail 1.4.19 which would install to: /var/www/webmail.example.com/htdocs/squirrelmail Is that right? Then roundcube would be: webapp-config -I -h webmail.example.com -d roundcube 0.3.1 ? The main thing I'm concerned about is another app I have installed that is *not* installed with webapp-config, and that is an old version of postfixadmin (2.1), and that is next on my list of things to update. You don't happen to use postfixadmin do you? ;) > That will try to uninstall the "bad" install (which may just be the > good install also. In which case you will have to reinstall to the > "good" directory. If you do have to reinstall, you may have to > delete that .webapp file in order to do so. What version of Linux are > you running? I am running Gentoo and the latest release of > squirrelmail is 1.4.19. Yeah, I know, I'm on Gentoo too and updating is what I'm trying to accomplish... ;) Thanks *so* much again for taking the time to help me with this... -- Charles |
From: Bob T. <rt...@ce...> - 2010-04-19 18:28:51
|
Sorry, I thought I was replying to the list. Lol Webapp-config is not a "smart" program. It will install where you tell it whether it makes sense or not. If you installed to /var/www/webmail.media-brokers.com/htdocs/., it might have actually created a directory called . I hope not because that would sure be weird and hard to correct. I am assuming that the squirrelmail-1.4.6-r3 that is installed is the "good" copy of Squirrelmail. I am also assuming that the document root that you want to use is /var/www/webmail.media-brokers.com/htdocs Is there a reason that you are installing squirrelmail to the document root and not to a subdirectory of that root? Just curious. Also, what do you get when you do a ls -a /var/www/webmail.media-brokers.com/htdocs/./.webapp*? It should give you the same as the other and the file should be the same. Check it out. If that is the case, I would tend to ignore the erroneous entry. If you are really bothered by it, you can try to uninstall the /var/www/webmail.media-brokers.com/htdocs/. One but be prepared to lose the install entirely. Not that that is a bad thing. Just means you have to reinstall. If that is the route you want to go then back up the install directory and run Webapp-config -C -h /var/www/webmail.media-brokers.com/htdocs/. squirrelmail That will try ti uninstall the "bad" install (which may just be the good install also. In which case you will have to reinstall to the "good" directory. If you do have to reinstall, you may have to delete that .webapp file in order to do so. What version of Linux are you running? I am running Gentoo and the latest release of squirrelmail is 1.4.19. -----Original Message----- From: Tanstaafl [mailto:tan...@li...] Sent: Monday, April 19, 2010 11:43 AM To: web...@li... Subject: Re: [Webapp-config-users] List status? Hi Bob, Thanks for helping me out... no big deal, but is there a reason you keep replying only to me instead of to the list? Anyway, reply below... On 2010-04-19 9:40 AM, Bob Tongue wrote: >> # webapp-config --li >> /var/www/webmail.media-brokers.com/htdocs/. >> /var/www/webmail.media-brokers.com/htdocs > If you look closely at both addresses, they both point to the > document root. > > If you don't want to uninstall your "Good" install, I would be loathe > to try to uninstall with webapp-config. I have come across these > erroneous listings with webapp-config --li before. Can you post the > contents of /var/www/webmail.media-brokers.com/htdocs/.webapp* > please? This may shed some light as to what is going on. Ok, there are two files: .webapp and .webapp-squirrelmail-1.4.6-r3 () Contents of .webapp: # .webapp # config file for this copy of squirrelmail-1.4.6-r3 # # automatically created by Gentoo's webapp-config # do NOT edit this file by hand WEB_PN="squirrelmail" WEB_PVR="1.4.6-r3" WEB_INSTALLEDBY="root" WEB_INSTALLEDDATE="2006-08-10 19:10:10" WEB_INSTALLEDFOR="0:0" WEB_HOSTNAME="webmail.media-brokers.com" WEB_INSTALLDIR="/" That's it... Contents of .webapp-squirrel: (size=135720 bytes, 1524 lines total) file 1 virtual "locale/lt_LT/LC_MESSAGES/vacation_local.po" 1155251409 24a54ac0a535b310692af83e2d29bb28 file 1 virtual "include/load_prefs.php" 1155251408 018d244004077808168afb8808ab7037 file 1 virtual "images/sec_remove_ug.png" 1155251408 af0ddd68941f13b8c2ed8c6593e02887 file 1 virtual "locale/bn_IN/LC_MESSAGES/squirrelmail.po" 1155251408 887447dca4aabea8ba7b1d31e708b4cb file 1 virtual "plugins/gpg/modules/WHATISTHIS" 1155251410 01db4a926c72cf22e6d6a83cd8488d2f dir 1 default-owned "plugins/newmail/sounds" 1155251410 0 file 1 virtual "help/fi_FI/folders.hlp" 1155251408 a5ea0dc1ecd7c1afba041190e3ceb70d file 1 virtual "locale/timezones.cfg" 1155251409 541c7acc86ab6529f44bf594f7fc68d5 file 1 virtual "functions/decode/iso_8859_10.php" 1155251407 a2d02600694455ce130da1c5d2699968 file 1 virtual "help/sk_SK/main_folder.hlp" 1155251408 cd6c0d968dd2368b87b5f1439a073487 file 1 virtual "locale/sv_SE/LC_MESSAGES/smallcal.mo" 1155251409 eaa8e367e925ea1675d4d8b70b461994 file 1 virtual "doc/themes.txt" 1155251407 bad45c2d7dd52edb73f9d7c76548aa26 file 1 virtual "help/it_IT/search.hlp" 1155251408 cae24ac4978cbc6ec6e19f7dbaf8aa87 file 1 virtual "locale/ar/LC_MESSAGES/squirrelmail.mo" 1155251408 075e6e3b21f1cc8f0055db6cfb0b5e17 file 1 virtual "locale/lt_LT/LC_MESSAGES/abook_import_export.mo" 1155251409 0e7756a44ab0200dd4eea8f34e9fdb54 file 1 virtual "locale/de_DE/LC_MESSAGES/unsafe_image_rules.po" 1155251409 e605aa5e8a516ebda52dab5dcb2435ae file 1 virtual "locale/tr_TR/setup.php" 1155251409 1ab9cd0658a8ed7c1c376dc3eb6ce05b ... and a whole bunch more lines like these above... -- Charles ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Webapp-config-users mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/webapp-config-users |
From: Tanstaafl <tan...@li...> - 2010-04-19 15:43:11
|
Hi Bob, Thanks for helping me out... no big deal, but is there a reason you keep replying only to me instead of to the list? Anyway, reply below... On 2010-04-19 9:40 AM, Bob Tongue wrote: >> # webapp-config --li >> /var/www/webmail.media-brokers.com/htdocs/. >> /var/www/webmail.media-brokers.com/htdocs > If you look closely at both addresses, they both point to the > document root. > > If you don't want to uninstall your "Good" install, I would be loathe > to try to uninstall with webapp-config. I have come across these > erroneous listings with webapp-config --li before. Can you post the > contents of /var/www/webmail.media-brokers.com/htdocs/.webapp* > please? This may shed some light as to what is going on. Ok, there are two files: .webapp and .webapp-squirrelmail-1.4.6-r3 () Contents of .webapp: # .webapp # config file for this copy of squirrelmail-1.4.6-r3 # # automatically created by Gentoo's webapp-config # do NOT edit this file by hand WEB_PN="squirrelmail" WEB_PVR="1.4.6-r3" WEB_INSTALLEDBY="root" WEB_INSTALLEDDATE="2006-08-10 19:10:10" WEB_INSTALLEDFOR="0:0" WEB_HOSTNAME="webmail.media-brokers.com" WEB_INSTALLDIR="/" That's it... Contents of .webapp-squirrel: (size=135720 bytes, 1524 lines total) file 1 virtual "locale/lt_LT/LC_MESSAGES/vacation_local.po" 1155251409 24a54ac0a535b310692af83e2d29bb28 file 1 virtual "include/load_prefs.php" 1155251408 018d244004077808168afb8808ab7037 file 1 virtual "images/sec_remove_ug.png" 1155251408 af0ddd68941f13b8c2ed8c6593e02887 file 1 virtual "locale/bn_IN/LC_MESSAGES/squirrelmail.po" 1155251408 887447dca4aabea8ba7b1d31e708b4cb file 1 virtual "plugins/gpg/modules/WHATISTHIS" 1155251410 01db4a926c72cf22e6d6a83cd8488d2f dir 1 default-owned "plugins/newmail/sounds" 1155251410 0 file 1 virtual "help/fi_FI/folders.hlp" 1155251408 a5ea0dc1ecd7c1afba041190e3ceb70d file 1 virtual "locale/timezones.cfg" 1155251409 541c7acc86ab6529f44bf594f7fc68d5 file 1 virtual "functions/decode/iso_8859_10.php" 1155251407 a2d02600694455ce130da1c5d2699968 file 1 virtual "help/sk_SK/main_folder.hlp" 1155251408 cd6c0d968dd2368b87b5f1439a073487 file 1 virtual "locale/sv_SE/LC_MESSAGES/smallcal.mo" 1155251409 eaa8e367e925ea1675d4d8b70b461994 file 1 virtual "doc/themes.txt" 1155251407 bad45c2d7dd52edb73f9d7c76548aa26 file 1 virtual "help/it_IT/search.hlp" 1155251408 cae24ac4978cbc6ec6e19f7dbaf8aa87 file 1 virtual "locale/ar/LC_MESSAGES/squirrelmail.mo" 1155251408 075e6e3b21f1cc8f0055db6cfb0b5e17 file 1 virtual "locale/lt_LT/LC_MESSAGES/abook_import_export.mo" 1155251409 0e7756a44ab0200dd4eea8f34e9fdb54 file 1 virtual "locale/de_DE/LC_MESSAGES/unsafe_image_rules.po" 1155251409 e605aa5e8a516ebda52dab5dcb2435ae file 1 virtual "locale/tr_TR/setup.php" 1155251409 1ab9cd0658a8ed7c1c376dc3eb6ce05b ... and a whole bunch more lines like these above... -- Charles |
From: Tanstaafl <tan...@li...> - 2010-04-18 15:15:03
|
On 2010-04-02 3:40 PM, Bob Tongue wrote: > Why don't you rehash the problem for those of us who weren't here a couple > years ago? Perhaps there may be help. Hi Bob, Ok, after a lot of catching up on things, I realize that you in fact did respond back in August of 2009, but I got sidetracked and never followed through with cleaning up this last issue. This has my full attention now, so I'd really appreciate it if you could help me get it done right. First, even though you did respond with how to update my current aging squirrelmail install, you didn't answer the first question about why there are 2 different installs/directories showing. So, first, I want to figure out which is the one currently being used, uninstall the unused one, *then* update the one in use. The web address used is imap.media-brokers.com, and /etc/apache2/vhosts.d/imap.media-brokers.com.conf has: <VirtualHost 192.168.1.252:443> #<VirtualHost imap.media-brokers.com:443> # General setup for the virtual host DocumentRoot "/var/www/webmail.media-brokers.com/htdocs" ServerName imap.media-brokers.com So, with webapp-config --li showing: # webapp-config --li /var/www/webmail.media-brokers.com/htdocs/. /var/www/webmail.media-brokers.com/htdocs So, considering all of the above: 1. Which is the active install? and 2. What is the proper command to delete the unused install? Many thanks again for your help, and my apologies for failing to follow-up back in 2009 when you first offered your help. -- Charles |
From: Tanstaafl <tan...@li...> - 2010-04-02 15:47:53
|
On 2008-01-10 8:35 AM, Simon Jester wrote: > On 1/10/2008, Gunnar Wrobel (po...@gu...) wrote: >> I was on holiday until last week and a bigger project now forces me to >> drop everything else until 11.2. >> >> Your mails won't be forgotten and I'll definitely answer them then. > > Ok, thanks for letting me know... hope you had a great holiday and I > look forward to your responses when you have time... Well, its been a couple of years, and still no answers... Any chance you're around now to help a poor soul who still doesn't understand this stuff well enough to be certain of the best way to handle these hopefully minor problems? Thanks, -- Charles |
From: <tan...@li...> - 2009-08-07 16:15:58
|
On 8/7/2009 12:10 PM, Bob Tongue wrote: > Try webapp-config --si -h localhost phppgadmin Heh... forgot... I already figured this one out. Should have at least checked before resending those... Also - are you not replying on list for a reason? > -----Original Message----- > From: tan...@li... [mailto:tan...@li...] > Sent: Friday, August 07, 2009 11:45 AM > To: web...@li... > Subject: Re: [Webapp-config-users] 1st question: path to old > phppgadminborked > > On 12/26/2007 1:56 PM, tan...@li... wrote: >> Ok, hopefully there's an easy answer to this one... >> >> Why is the phppgadmin installation borked (I don't use it though, so >> really just want to remove it). It somehow got installed in: >> >> /var/www/localhost/htdocs/phppgadmin (note no trailing htdocs directory) >> >> myhost ~ # webapp-config --li >> /var/www/localhost/htdocs/phppgadmin >> /var/www/webmail2.mydomain.com/htdocs >> /var/www/webmail.mydomain.com/htdocs/. >> /var/www/webmail.mydomain.com/htdocs -- Best regards, Charles |
From: <tan...@li...> - 2009-08-07 15:45:07
|
On 12/26/2007 2:03 PM, tan...@li... wrote: > Last issue (for now) ;), and most important one... > > The current active version of squirrelmail is 1.4.6-r3, and resides in > "/var/www/webmail.mydomain.com". I want to update this to the latest > 1.4.13 version of squirrelmail, which is already installed on the system. > > First, pertinent webapp-config output: > > myhost ~ # webapp-config --li > /var/www/localhost/htdocs/phppgadmin > /var/www/webmail2.mydomain.com/htdocs > /var/www/webmail.mydomain.com/htdocs/. > /var/www/webmail.mydomain.com/htdocs > > Now... why the two entries for webmail.mydomain.com (one with a trailing > '/.', and one without it)? This is where the current/active squirrelmail > (1.4.6-r2) resides, so I don't want to mess it up. > > Webbapp-config reports the same thing for both these two entries: > > moria ~ # webapp-config --si -h webmail.media-brokers.com > squirrelmail 1.4.6-r3 > > and > > moria ~ # webapp-config --si -h webmail.media-brokers.com/. > squirrelmail 1.4.6-r3 > > Once I get this sorted, I want to update to the latest. Webapp-config > reports the following: > > myhost ~ # webapp-config --lui > squirrelmail-1.4.13 > > So, all I should have to do to update, once the above is sorted, is: > > webapp-config -U -d /var/www/webmail.mydomain.com squirrelmail 1.4.13 ? > > Thanks again! -- Best regards, Charles |
From: <tan...@li...> - 2009-08-07 15:45:01
|
On 12/26/2007 1:57 PM, tan...@li... wrote: > Ok, 2nd issue - should be very simple... > > myhost ~ # webapp-config --li > /var/www/localhost/htdocs/phppgadmin > /var/www/webmail2.mydomain.com/htdocs > /var/www/webmail.mydomain.com/htdocs/. > /var/www/webmail.mydomain.com/htdocs > > This one I want to remove: > myhost ~ # webapp-config --si -h webmail2.mydomain.com > roundcube-svn 0.0.1 > > Am I correct that the command to remove this would be: > > webapp-config -C -d /var/www/webmail2.mydomain.com ? > > Again, tia for your help! -- Best regards, Charles |
From: <tan...@li...> - 2009-08-07 15:44:43
|
On 12/26/2007 1:56 PM, tan...@li... wrote: > Ok, hopefully there's an easy answer to this one... > > Why is the phppgadmin installation borked (I don't use it though, so > really just want to remove it). It somehow got installed in: > > /var/www/localhost/htdocs/phppgadmin (note no trailing htdocs directory) > > myhost ~ # webapp-config --li > /var/www/localhost/htdocs/phppgadmin > /var/www/webmail2.mydomain.com/htdocs > /var/www/webmail.mydomain.com/htdocs/. > /var/www/webmail.mydomain.com/htdocs > > But when I try to confirm the install with: > > myhost ~ # webapp-config --si -h phppgadmin > > or any combination of the path to the install, it just gives me: > > * Fatal error: No .webapp file in > /var/www/localhost/htdocs/phppgadmin/htdocs; unable to continue > * Fatal error(s) - aborting > > A directory listing shows: > > myhost ~ # ls -al /var/www/localhost/htdocs/phppgadmin/ > total 531 > drwxr-xr-x 10 root root 1704 Nov 1 2005 . > drwxr-xr-x 7 root root 384 Sep 24 18:55 .. > -rw------- 1 root root 325 Nov 1 2005 .webapp > -rw-r--r-- 1 root root 19103 Nov 1 2005 .webapp-phppgadmin-3.5.4 > ... > all of the other files are listed... > > Obviously it is always looking in an htdocs subdirectory, and I don't > know how to specify the path to be able to --si, and I don't want to > attempt to remove it until I'm certain about how to specify the path. > > Many tia for your help! -- Best regards, Charles |
From: <tan...@li...> - 2009-08-07 13:50:51
|
On 8/7/2009 8:52 AM, Bob Tongue wrote: > I am running Gentoo linux and I have installed a few apps using > webapp-config that I mistakenly deleted from the web directory manually. > Now when I list web installs (webapp-config –li) these apps are included > in the output list even though they are no longer there. I have tried > reinstalling and uninstalling using webapp-config, but the entry is > still in the webapp-config –li output. Is there some way to remove these > listings from webapp-config’s database of installed apps? Where does > webapp-config keep this information? I've been trying to get some basic questions about webapp-config answered for years, both on this list and on the gentoo forums, to no avail. This is a serious issue for anyone who wants to use gentoo as a web app platform. I can't even get a simple question about any possible alternatives to webapp-config... <sigh> -- Best regards, Charles |
From: Bob T. <rt...@ce...> - 2009-08-07 13:06:10
|
I am running Gentoo linux and I have installed a few apps using webapp-config that I mistakenly deleted from the web directory manually. Now when I list web installs (webapp-config -li) these apps are included in the output list even though they are no longer there. I have tried reinstalling and uninstalling using webapp-config, but the entry is still in the webapp-config -li output. Is there some way to remove these listings from webapp-config's database of installed apps? Where does webapp-config keep this information? |
From: Simon <tan...@li...> - 2008-10-18 20:32:15
|
On 1/10/2008 8:24 AM, Gunnar Wrobel wrote: > Hi, > > just a short update: > > I was on holiday until last week and a bigger project now forces me to > drop everything else until 11.2. > > Your mails won't be forgotten and I'll definitely answer them then. Hello Gunnar, Ok, I'm really, really interested in cleaning up my virtual installs, and to do so, I am definitely going to need some help. Is this list still viable? And if so, are you available now to answer some questions and help me through this? Thanks - I'm trying to be patient... ;) |
From: Simon J. <tan...@li...> - 2008-01-10 13:35:51
|
On 1/10/2008, Gunnar Wrobel (po...@gu...) wrote: > I was on holiday until last week and a bigger project now forces me to > drop everything else until 11.2. > > Your mails won't be forgotten and I'll definitely answer them then. Ok, thanks for letting me know... hope you had a great holiday and I look forward to your responses when you have time... -- Best regards, Charles |
From: Gunnar W. <po...@gu...> - 2008-01-10 13:25:07
|
Hi, just a short update: I was on holiday until last week and a bigger project now forces me to drop everything else until 11.2. Your mails won't be forgotten and I'll definitely answer them then. Cheers, Gunnar tan...@li... writes: > Gunnar Wrobel, on 12/19/2007 8:34 AM, said the following: >> Since I wrote the python version of webapp-config you >> can definitely post your questions here. I have just been very >> inactive with webapp-config for about a year now and never found the >> time to properly setup all the project resources. But in principle >> this is the intended "official" mailing list for the tool. > > Hi Gunnar, > > Thanks for the reply - glad to hear it is till alive. > > As I said, I'm new to webapp-config, and am a little nervous about using > something that has so little activity, but at least you responded > promptly, so thats a good thing. Also, this seems to be the tool of > choice for my preferred distro (gentoo) for managing web apps, so I'm > willing to give it a fair chance. > > So far it seems pretty straight forward, but I have a few questions, > which I'll post to the list one at a time to keep each issue separate. > > Background for all of these questions: > > I inherited a box that was originally set up using it, and only hosts > for a single domain (although I will most likely be adding a few more, > meaning I want to keep the vhosts USE flag, which is why I want to stick > with webapp-config to keep managing these simple. > > But, this box needs some cleaning up. It currently has some unused > versions of squirrelmail (newer than the current/active one), and I want > to update to the latest version and uninstall all of the old/unused > version - but I'm a little confused at what I'm seeing, so maybe you can > help straighten me out... specific questions to follow... > > Thanks again! And hope you had a Merry Christmas (or whatever you may > happen to celebrate)... > > -- > > Best regards, > > Charles > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Webapp-config-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webapp-config-users |