RE: FW: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-03-07 Thread Thomas M. Jaeger
 from 120M+ (linked) to 1.4G+ (copied)
  to build the sandbox.
Estimating disk space usage for a copied sandbox (might take a while):
2.3Gtotal

The sandbox may be built in any partition.
A 'linked' sandbox can only be in the / partition
The sandbox will be built at /mnt/qtp-sandbox
Shall we continue? (yes, no|quit) [y] / n|q : y
Would you like to create a linked sandbox? (yes, no) y/[n] :n
Creating Copied sandbox: /mnt/qtp-sandbox ... (coffee anyone?)
...

And Sandbox was built successfully:

...
Sandbox has been built successfully!



If, for any reason, you would like to see the build log files, let me know
and I will gladly forward them to you.  Thank you both, again, for all your
help.


Thomas M. Jaeger
Computer Technician, A.A.S.
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 02, 2008 1:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: FW: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is
out!

Thanks for clearing that up, EE.

I've attached the latest version of qtp-whatami, which will also be included
in the next QT-plus release. It uses the fdr60 parameter for FC7,8 systems,
so they might work better. Users should understand that this is the best we
can do with the 1.3 branch, and FC7+ will not be supported until 1.4 is
released.

Thanks again to EE for all his work on this.

Erik A. Espinoza wrote:
 As I've mentioned before in the list, Fedora fixes are not coming. I'm
 spending my time working on the QT 1.4 branch right now. The current
 branch will be maintained as is + upstream fixes for now.
 
 The Fedora + QT users is such a low amount of users, it's really not
 worth it especially since FC6 compiles FC7/8 properly in most cases.
 If someone wants to step up and rewrite the current spec files (and
 send me diffs) then I will go ahead and release them.
 
 I can't do it all myself.
 
 EE
 
 On Sat, Mar 1, 2008 at 6:18 AM, Thomas M. Jaeger [EMAIL PROTECTED]
wrote:
 Erik;

  Below is the correspondence from the qmailtoaster list for a Fedora fix
that
  I will test early next week (you probably already have this info
but...).
  Erik Shubes has said that you would know the status of the packages
online
  and if they are upgraded for use on Fedora 7,8 distros.  Are they or is
  there a way to prepare them for use with Fedora 7,8?  (I am running
Fedora 7
  x86.)



  Thanks;


  Thomas M. Jaeger
  Computer Technician, A.A.S.
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]


  -Original Message-
  From: Eric Shubes [mailto:[EMAIL PROTECTED]
  Sent: Friday, February 29, 2008 11:48 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is
out!

  Thomas M. Jaeger wrote:
   # cat /etc/fedora-release shows:
  
   Fedora release 7 (Moonshine)
  
   The /usr/sbin/qtp-whatami file shows fdr70 (and fdr7064) in the
lsiting.
  I
   also made sure to use /usr/sbin/qtp-whatami to be sure that there are
no
   redundant older copies somewhere that are being accessed.  I still get
the
   same sorry message.  Could it be that the Check Fedora section of
the
   script is looking for Core instead of just Fedora (as Core was
dropped
   from the distro since the release of 7)?

  That's precisely the problem. They dropped Core from the name and the
  script doesn't find the release number as a result.

   This was the issue that Natalio was addressing with the alteration of
the
   qtp-whatami script.  The changes made in that script where the
addition of
   fdr70 to the distro list at the beginning, the removal of word 2 in
the
   check fedora section and OSVER=$word3 relnum=${word3%.*}:

  That's the extent of the fix for FC7/8, but it breaks the script for
earlier
  versions. Here's a fixed version of that routine:
  ###
  ## check fedora
  #
  b23_fedora(){

  BUILD_DIR=/usr/src/redhat

  if [ $word1 == Fedora ]; then
   if [ $word2 == release ]; then
 DISTRO=$word1
 OSVER=$word3
 relnum=${word3%.*}
 case $relnum in
   8 | 7 )
 BUILD_DIST=fdr${relnum}0
 q1_distro_64
 esac
   elif [ $word2 == Core ]; then
 DISTRO=$word1 $word2
 OSVER=$word4
 relnum=${word4%.*}
 case $relnum in
   6 | 5 | 4 )
 BUILD_DIST=fdr${relnum}0
 q1_distro_64
 if [ $relnum == 5 ]; then
   case $QTARCH in
 i386 | $ARCH64 )
   tested=y
   ;;
   esac
 fi
 ;;
   3 | 2 | 1 )
 BUILD_DIST=fdr${relnum}0
 ;;
 esac
   fi
  fi
  }

  Will you edit your script with this version and give it a try? If it
works
  then I'll check it in for the next QTP release.

   I have not tested this alteration yet as I fear that upgrading with
the
   qtp-newmodel might run into issues.

  You need

Re: FW: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-03-02 Thread Eric Shubes
Thanks for clearing that up, EE.

I've attached the latest version of qtp-whatami, which will also be included
in the next QT-plus release. It uses the fdr60 parameter for FC7,8 systems,
so they might work better. Users should understand that this is the best we
can do with the 1.3 branch, and FC7+ will not be supported until 1.4 is
released.

Thanks again to EE for all his work on this.

Erik A. Espinoza wrote:
 As I've mentioned before in the list, Fedora fixes are not coming. I'm
 spending my time working on the QT 1.4 branch right now. The current
 branch will be maintained as is + upstream fixes for now.
 
 The Fedora + QT users is such a low amount of users, it's really not
 worth it especially since FC6 compiles FC7/8 properly in most cases.
 If someone wants to step up and rewrite the current spec files (and
 send me diffs) then I will go ahead and release them.
 
 I can't do it all myself.
 
 EE
 
 On Sat, Mar 1, 2008 at 6:18 AM, Thomas M. Jaeger [EMAIL PROTECTED] wrote:
 Erik;

  Below is the correspondence from the qmailtoaster list for a Fedora fix that
  I will test early next week (you probably already have this info but...).
  Erik Shubes has said that you would know the status of the packages online
  and if they are upgraded for use on Fedora 7,8 distros.  Are they or is
  there a way to prepare them for use with Fedora 7,8?  (I am running Fedora 7
  x86.)



  Thanks;


  Thomas M. Jaeger
  Computer Technician, A.A.S.
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]


  -Original Message-
  From: Eric Shubes [mailto:[EMAIL PROTECTED]
  Sent: Friday, February 29, 2008 11:48 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

  Thomas M. Jaeger wrote:
   # cat /etc/fedora-release shows:
  
   Fedora release 7 (Moonshine)
  
   The /usr/sbin/qtp-whatami file shows fdr70 (and fdr7064) in the lsiting.
  I
   also made sure to use /usr/sbin/qtp-whatami to be sure that there are no
   redundant older copies somewhere that are being accessed.  I still get the
   same sorry message.  Could it be that the Check Fedora section of the
   script is looking for Core instead of just Fedora (as Core was dropped
   from the distro since the release of 7)?

  That's precisely the problem. They dropped Core from the name and the
  script doesn't find the release number as a result.

   This was the issue that Natalio was addressing with the alteration of the
   qtp-whatami script.  The changes made in that script where the addition of
   fdr70 to the distro list at the beginning, the removal of word 2 in the
   check fedora section and OSVER=$word3 relnum=${word3%.*}:

  That's the extent of the fix for FC7/8, but it breaks the script for earlier
  versions. Here's a fixed version of that routine:
  ###
  ## check fedora
  #
  b23_fedora(){

  BUILD_DIR=/usr/src/redhat

  if [ $word1 == Fedora ]; then
   if [ $word2 == release ]; then
 DISTRO=$word1
 OSVER=$word3
 relnum=${word3%.*}
 case $relnum in
   8 | 7 )
 BUILD_DIST=fdr${relnum}0
 q1_distro_64
 esac
   elif [ $word2 == Core ]; then
 DISTRO=$word1 $word2
 OSVER=$word4
 relnum=${word4%.*}
 case $relnum in
   6 | 5 | 4 )
 BUILD_DIST=fdr${relnum}0
 q1_distro_64
 if [ $relnum == 5 ]; then
   case $QTARCH in
 i386 | $ARCH64 )
   tested=y
   ;;
   esac
 fi
 ;;
   3 | 2 | 1 )
 BUILD_DIST=fdr${relnum}0
 ;;
 esac
   fi
  fi
  }

  Will you edit your script with this version and give it a try? If it works
  then I'll check it in for the next QTP release.

   I have not tested this alteration yet as I fear that upgrading with the
   qtp-newmodel might run into issues.

  You need to be sure that the packages on the web site have been upgraded for
  versions 7,8 before it'll work for sure. I don't know their status, but Erik
  Espinoza would know for sure (since he's the one who does all that magic).

  If the packages haven't been configured for the version you're running,
  they'll be built with the default settings, which probably won't work for
  you. If you want to fake it out, the easiest way is to (temporarily) change
  the /etc/fedora-release file to correspond to the most recent toaster
  version. (don't forget to change it back later!)

   Sory for the rambling, the answer to your question is at the top...

  NP

   Thank you, again,
  
  
   Thomas M. Jaeger
   Computer Technician, A.A.S.
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]
  
   -Original Message-
   From: Eric Shubes [mailto:[EMAIL PROTECTED]
   Sent: Friday, February 29, 2008 1:45 PM
   To: qmailtoaster-list@qmailtoaster.com
   Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is
  out!
  
   That version of qtp-whatami should recognize FC7 (keyword: should

RE: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-03-01 Thread Thomas M. Jaeger
I will gladly give it a go.  I will need to wait until the beginning of next
week as we are having a nice big snow storm here in New England.  I guess
Punxsutawney Phil was right!  I will also send an email (off list) to Erik
Espinoza to get any info on necessary changes to the packages (or if they
should work directly).

I'll keep you posted.

Thanks;


Thomas M. Jaeger
Computer Technician, A.A.S.
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 29, 2008 11:48 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Thomas M. Jaeger wrote:
 # cat /etc/fedora-release shows:
 
 Fedora release 7 (Moonshine)
 
 The /usr/sbin/qtp-whatami file shows fdr70 (and fdr7064) in the lsiting.
I
 also made sure to use /usr/sbin/qtp-whatami to be sure that there are no
 redundant older copies somewhere that are being accessed.  I still get the
 same sorry message.  Could it be that the Check Fedora section of the
 script is looking for Core instead of just Fedora (as Core was dropped
 from the distro since the release of 7)?

That's precisely the problem. They dropped Core from the name and the
script doesn't find the release number as a result.

 This was the issue that Natalio was addressing with the alteration of the
 qtp-whatami script.  The changes made in that script where the addition of
 fdr70 to the distro list at the beginning, the removal of word 2 in the
 check fedora section and OSVER=$word3 relnum=${word3%.*}:

That's the extent of the fix for FC7/8, but it breaks the script for earlier
versions. Here's a fixed version of that routine:
###
## check fedora
#
b23_fedora(){

BUILD_DIR=/usr/src/redhat

if [ $word1 == Fedora ]; then
  if [ $word2 == release ]; then
DISTRO=$word1
OSVER=$word3
relnum=${word3%.*}
case $relnum in
  8 | 7 )
BUILD_DIST=fdr${relnum}0
q1_distro_64
esac
  elif [ $word2 == Core ]; then
DISTRO=$word1 $word2
OSVER=$word4
relnum=${word4%.*}
case $relnum in
  6 | 5 | 4 )
BUILD_DIST=fdr${relnum}0
q1_distro_64
if [ $relnum == 5 ]; then
  case $QTARCH in
i386 | $ARCH64 )
  tested=y
  ;;
  esac
fi
;;
  3 | 2 | 1 )
BUILD_DIST=fdr${relnum}0
;;
esac
  fi
fi
}

Will you edit your script with this version and give it a try? If it works
then I'll check it in for the next QTP release.

 I have not tested this alteration yet as I fear that upgrading with the
 qtp-newmodel might run into issues.

You need to be sure that the packages on the web site have been upgraded for
versions 7,8 before it'll work for sure. I don't know their status, but Erik
Espinoza would know for sure (since he's the one who does all that magic).

If the packages haven't been configured for the version you're running,
they'll be built with the default settings, which probably won't work for
you. If you want to fake it out, the easiest way is to (temporarily) change
the /etc/fedora-release file to correspond to the most recent toaster
version. (don't forget to change it back later!)

 Sory for the rambling, the answer to your question is at the top...

NP

 Thank you, again,
 
 
 Thomas M. Jaeger
 Computer Technician, A.A.S.
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 -Original Message-
 From: Eric Shubes [mailto:[EMAIL PROTECTED] 
 Sent: Friday, February 29, 2008 1:45 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is
out!
 
 That version of qtp-whatami should recognize FC7 (keyword: should).
 
 What does
 # cat /etc/fedora-release
 tell you?
 
 Thomas M. Jaeger wrote:
 I was on vacation and away for a while.  I did the qmailtoaster-plus
 update via yum (.noarch.0.3.0-1.4.0) and still get Fedora release 7
 (Moonshine) is not supported. Sorry  when using the qtp-newmodel
 command.  The qtp-menu also does not run and gives the message, Your
 distro is not supported, exiting.  Should I uninstall the
 qmailtoaster-plus, remove the repository from yum and do a manual
 install of QTP?  Some of the qtp- commands work but (obviously) not
 all.  Regardless, I understand that Fedora is not the supported OS (or
 OS of choice) and I could go about this all manually.  Also, I have not
 yet had the chance to try Natalio's qtp-whatami changes.  I will give
 that a try once the storms have passed through New England over the next
 two days.  (I could try it remotely but fear the possible errors.)

  

 Thanks, again,
  

 Thomas M. Jaeger

 Computer Technician, A.A.S.

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]

  
 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org

Re: FW: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-03-01 Thread Erik A. Espinoza
As I've mentioned before in the list, Fedora fixes are not coming. I'm
spending my time working on the QT 1.4 branch right now. The current
branch will be maintained as is + upstream fixes for now.

The Fedora + QT users is such a low amount of users, it's really not
worth it especially since FC6 compiles FC7/8 properly in most cases.
If someone wants to step up and rewrite the current spec files (and
send me diffs) then I will go ahead and release them.

I can't do it all myself.

EE

On Sat, Mar 1, 2008 at 6:18 AM, Thomas M. Jaeger [EMAIL PROTECTED] wrote:
 Erik;

  Below is the correspondence from the qmailtoaster list for a Fedora fix that
  I will test early next week (you probably already have this info but...).
  Erik Shubes has said that you would know the status of the packages online
  and if they are upgraded for use on Fedora 7,8 distros.  Are they or is
  there a way to prepare them for use with Fedora 7,8?  (I am running Fedora 7
  x86.)



  Thanks;


  Thomas M. Jaeger
  Computer Technician, A.A.S.
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]


  -Original Message-
  From: Eric Shubes [mailto:[EMAIL PROTECTED]
  Sent: Friday, February 29, 2008 11:48 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

  Thomas M. Jaeger wrote:
   # cat /etc/fedora-release shows:
  
   Fedora release 7 (Moonshine)
  
   The /usr/sbin/qtp-whatami file shows fdr70 (and fdr7064) in the lsiting.
  I
   also made sure to use /usr/sbin/qtp-whatami to be sure that there are no
   redundant older copies somewhere that are being accessed.  I still get the
   same sorry message.  Could it be that the Check Fedora section of the
   script is looking for Core instead of just Fedora (as Core was dropped
   from the distro since the release of 7)?

  That's precisely the problem. They dropped Core from the name and the
  script doesn't find the release number as a result.

   This was the issue that Natalio was addressing with the alteration of the
   qtp-whatami script.  The changes made in that script where the addition of
   fdr70 to the distro list at the beginning, the removal of word 2 in the
   check fedora section and OSVER=$word3 relnum=${word3%.*}:

  That's the extent of the fix for FC7/8, but it breaks the script for earlier
  versions. Here's a fixed version of that routine:
  ###
  ## check fedora
  #
  b23_fedora(){

  BUILD_DIR=/usr/src/redhat

  if [ $word1 == Fedora ]; then
   if [ $word2 == release ]; then
 DISTRO=$word1
 OSVER=$word3
 relnum=${word3%.*}
 case $relnum in
   8 | 7 )
 BUILD_DIST=fdr${relnum}0
 q1_distro_64
 esac
   elif [ $word2 == Core ]; then
 DISTRO=$word1 $word2
 OSVER=$word4
 relnum=${word4%.*}
 case $relnum in
   6 | 5 | 4 )
 BUILD_DIST=fdr${relnum}0
 q1_distro_64
 if [ $relnum == 5 ]; then
   case $QTARCH in
 i386 | $ARCH64 )
   tested=y
   ;;
   esac
 fi
 ;;
   3 | 2 | 1 )
 BUILD_DIST=fdr${relnum}0
 ;;
 esac
   fi
  fi
  }

  Will you edit your script with this version and give it a try? If it works
  then I'll check it in for the next QTP release.

   I have not tested this alteration yet as I fear that upgrading with the
   qtp-newmodel might run into issues.

  You need to be sure that the packages on the web site have been upgraded for
  versions 7,8 before it'll work for sure. I don't know their status, but Erik
  Espinoza would know for sure (since he's the one who does all that magic).

  If the packages haven't been configured for the version you're running,
  they'll be built with the default settings, which probably won't work for
  you. If you want to fake it out, the easiest way is to (temporarily) change
  the /etc/fedora-release file to correspond to the most recent toaster
  version. (don't forget to change it back later!)

   Sory for the rambling, the answer to your question is at the top...

  NP

   Thank you, again,
  
  
   Thomas M. Jaeger
   Computer Technician, A.A.S.
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]
  
   -Original Message-
   From: Eric Shubes [mailto:[EMAIL PROTECTED]
   Sent: Friday, February 29, 2008 1:45 PM
   To: qmailtoaster-list@qmailtoaster.com
   Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is
  out!
  
   That version of qtp-whatami should recognize FC7 (keyword: should).
  
   What does
   # cat /etc/fedora-release
   tell you?
  
   Thomas M. Jaeger wrote:
   I was on vacation and away for a while.  I did the qmailtoaster-plus
   update via yum (.noarch.0.3.0-1.4.0) and still get Fedora release 7
   (Moonshine) is not supported. Sorry  when using the qtp-newmodel
   command.  The qtp-menu also does not run and gives the message, Your
   distro is not supported, exiting.  Should I uninstall

Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-02-29 Thread Eric Shubes
That version of qtp-whatami should recognize FC7 (keyword: should).

What does
# cat /etc/fedora-release
tell you?

Thomas M. Jaeger wrote:
 
 I was on vacation and away for a while.  I did the qmailtoaster-plus
 update via yum (.noarch.0.3.0-1.4.0) and still get “Fedora release 7
 (Moonshine) is not supported. Sorry”  when using the qtp-newmodel
 command.  The qtp-menu also does not run and gives the message, “Your
 distro is not supported, exiting.”  Should I uninstall the
 qmailtoaster-plus, remove the repository from yum and do a manual
 install of QTP?  Some of the “qtp-” commands work but (obviously) not
 all.  Regardless, I understand that Fedora is not the supported OS (or
 OS of choice) and I could go about this all manually.  Also, I have not
 yet had the chance to try Natalio’s qtp-whatami changes.  I will give
 that a try once the storms have passed through New England over the next
 two days.  (I could try it remotely but fear the possible errors.)
 
  
 
 Thanks, again,
  
 
 Thomas M. Jaeger
 
 Computer Technician, A.A.S.
 
 [EMAIL PROTECTED]
 
 [EMAIL PROTECTED]
 
  

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-02-29 Thread Thomas M. Jaeger
# cat /etc/fedora-release shows:

Fedora release 7 (Moonshine)

The /usr/sbin/qtp-whatami file shows fdr70 (and fdr7064) in the lsiting.  I
also made sure to use /usr/sbin/qtp-whatami to be sure that there are no
redundant older copies somewhere that are being accessed.  I still get the
same sorry message.  Could it be that the Check Fedora section of the
script is looking for Core instead of just Fedora (as Core was dropped
from the distro since the release of 7)?

###
## check fedora
#
b23_fedora(){

BUILD_DIR=/usr/src/redhat

if [ $word1 == Fedora ]  [ $word2 == Core ]; then
  DISTRO=$word1 $word2
  OSVER=$word4
  relnum=${word4%.*}
  case $relnum in
8 | 7 | 6 | 5 | 4 )
  BUILD_DIST=fdr${relnum}0
  q1_distro_64
  if [ $relnum == 5 ]; then
case $QTARCH in
  i386 | $ARCH64 )
tested=y
;;
esac
  fi
  ;;
3 | 2 | 1 )
  BUILD_DIST=fdr${relnum}0
  ;;
  esac
fi
}
###

This was the issue that Natalio was addressing with the alteration of the
qtp-whatami script.  The changes made in that script where the addition of
fdr70 to the distro list at the beginning, the removal of word 2 in the
check fedora section and OSVER=$word3 relnum=${word3%.*}:

###
## check fedora
#
b23_fedora(){

BUILD_DIR=/usr/src/redhat

if [ $word1 == Fedora ]; then
  DISTRO=$word1 $word2
  OSVER=$word3
  relnum=${word3%.*}
  case $relnum in
7 | 6 | 5 | 4 )
  BUILD_DIST=fdr${relnum}0
  q1_distro_64
  if [ $relnum == 5 ]; then
case $ARCH in
  i386 | $ARCH64 )
tested=y
;;
esac
  fi
  ;;
3 | 2 | 1 )
  BUILD_DIST=fdr${relnum}0
  ;;
  esac
fi
}
###

I have not tested this alteration yet as I fear that upgrading with the
qtp-newmodel might run into issues.

Sory for the rambling, the answer to your question is at the top...

Thank you, again,


Thomas M. Jaeger
Computer Technician, A.A.S.
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 29, 2008 1:45 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

That version of qtp-whatami should recognize FC7 (keyword: should).

What does
# cat /etc/fedora-release
tell you?

Thomas M. Jaeger wrote:
 
 I was on vacation and away for a while.  I did the qmailtoaster-plus
 update via yum (.noarch.0.3.0-1.4.0) and still get Fedora release 7
 (Moonshine) is not supported. Sorry  when using the qtp-newmodel
 command.  The qtp-menu also does not run and gives the message, Your
 distro is not supported, exiting.  Should I uninstall the
 qmailtoaster-plus, remove the repository from yum and do a manual
 install of QTP?  Some of the qtp- commands work but (obviously) not
 all.  Regardless, I understand that Fedora is not the supported OS (or
 OS of choice) and I could go about this all manually.  Also, I have not
 yet had the chance to try Natalio's qtp-whatami changes.  I will give
 that a try once the storms have passed through New England over the next
 two days.  (I could try it remotely but fear the possible errors.)
 
  
 
 Thanks, again,
  
 
 Thomas M. Jaeger
 
 Computer Technician, A.A.S.
 
 [EMAIL PROTECTED]
 
 [EMAIL PROTECTED]
 
  

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-02-29 Thread Eric Shubes
Thomas M. Jaeger wrote:
 # cat /etc/fedora-release shows:
 
 Fedora release 7 (Moonshine)
 
 The /usr/sbin/qtp-whatami file shows fdr70 (and fdr7064) in the lsiting.  I
 also made sure to use /usr/sbin/qtp-whatami to be sure that there are no
 redundant older copies somewhere that are being accessed.  I still get the
 same sorry message.  Could it be that the Check Fedora section of the
 script is looking for Core instead of just Fedora (as Core was dropped
 from the distro since the release of 7)?

That's precisely the problem. They dropped Core from the name and the
script doesn't find the release number as a result.

 This was the issue that Natalio was addressing with the alteration of the
 qtp-whatami script.  The changes made in that script where the addition of
 fdr70 to the distro list at the beginning, the removal of word 2 in the
 check fedora section and OSVER=$word3 relnum=${word3%.*}:

That's the extent of the fix for FC7/8, but it breaks the script for earlier
versions. Here's a fixed version of that routine:
###
## check fedora
#
b23_fedora(){

BUILD_DIR=/usr/src/redhat

if [ $word1 == Fedora ]; then
  if [ $word2 == release ]; then
DISTRO=$word1
OSVER=$word3
relnum=${word3%.*}
case $relnum in
  8 | 7 )
BUILD_DIST=fdr${relnum}0
q1_distro_64
esac
  elif [ $word2 == Core ]; then
DISTRO=$word1 $word2
OSVER=$word4
relnum=${word4%.*}
case $relnum in
  6 | 5 | 4 )
BUILD_DIST=fdr${relnum}0
q1_distro_64
if [ $relnum == 5 ]; then
  case $QTARCH in
i386 | $ARCH64 )
  tested=y
  ;;
  esac
fi
;;
  3 | 2 | 1 )
BUILD_DIST=fdr${relnum}0
;;
esac
  fi
fi
}

Will you edit your script with this version and give it a try? If it works
then I'll check it in for the next QTP release.

 I have not tested this alteration yet as I fear that upgrading with the
 qtp-newmodel might run into issues.

You need to be sure that the packages on the web site have been upgraded for
versions 7,8 before it'll work for sure. I don't know their status, but Erik
Espinoza would know for sure (since he's the one who does all that magic).

If the packages haven't been configured for the version you're running,
they'll be built with the default settings, which probably won't work for
you. If you want to fake it out, the easiest way is to (temporarily) change
the /etc/fedora-release file to correspond to the most recent toaster
version. (don't forget to change it back later!)

 Sory for the rambling, the answer to your question is at the top...

NP

 Thank you, again,
 
 
 Thomas M. Jaeger
 Computer Technician, A.A.S.
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 -Original Message-
 From: Eric Shubes [mailto:[EMAIL PROTECTED] 
 Sent: Friday, February 29, 2008 1:45 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!
 
 That version of qtp-whatami should recognize FC7 (keyword: should).
 
 What does
 # cat /etc/fedora-release
 tell you?
 
 Thomas M. Jaeger wrote:
 I was on vacation and away for a while.  I did the qmailtoaster-plus
 update via yum (.noarch.0.3.0-1.4.0) and still get Fedora release 7
 (Moonshine) is not supported. Sorry  when using the qtp-newmodel
 command.  The qtp-menu also does not run and gives the message, Your
 distro is not supported, exiting.  Should I uninstall the
 qmailtoaster-plus, remove the repository from yum and do a manual
 install of QTP?  Some of the qtp- commands work but (obviously) not
 all.  Regardless, I understand that Fedora is not the supported OS (or
 OS of choice) and I could go about this all manually.  Also, I have not
 yet had the chance to try Natalio's qtp-whatami changes.  I will give
 that a try once the storms have passed through New England over the next
 two days.  (I could try it remotely but fear the possible errors.)

  

 Thanks, again,
  

 Thomas M. Jaeger

 Computer Technician, A.A.S.

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]

  
 


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



FW: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-02-28 Thread Thomas M. Jaeger
Ooops. I meant for this to go to the mailing list.

 

Sorry.

 

  _  

From: Thomas M. Jaeger [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 28, 2008 1:48 PM
To: '[EMAIL PROTECTED]'
Subject: RE: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

 

Three weeks later.

 

Thanks for all your help!

 

I was on vacation and away for a while.  I did the qmailtoaster-plus update
via yum (.noarch.0.3.0-1.4.0) and still get Fedora release 7 (Moonshine) is
not supported. Sorry  when using the qtp-newmodel command.  The qtp-menu
also does not run and gives the message, Your distro is not supported,
exiting.  Should I uninstall the qmailtoaster-plus, remove the repository
from yum and do a manual install of QTP?  Some of the qtp- commands work
but (obviously) not all.  Regardless, I understand that Fedora is not the
supported OS (or OS of choice) and I could go about this all manually.
Also, I have not yet had the chance to try Natalio's qtp-whatami changes.  I
will give that a try once the storms have passed through New England over
the next two days.  (I could try it remotely but fear the possible errors.)

 

Thanks, again,

 

 

Thomas M. Jaeger

Computer Technician, A.A.S.

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 

  _  

From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 09, 2008 11:56 AM
To: Thomas M. Jaeger
Subject: Re: FW: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

 

Thomas M. Jaeger wrote: 

Thanks for your reply.  Will the current version or your newer release have
F7 support already incorporated (and I will not need to hack the qtp-whatami
file)?

 


The current version should show it as tested but not supported. That will
not stop the installation as long as you tell it to continue.
The new version will do the same, since we're pretty much only testing and
supporting on CentOS these days.



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2008-02-04 Thread Thomas M. Jaeger
It has been a while since this post but, has F7 support been added to the
most current qmailtoaster-plus?  If not, could I get the info on the
qtp-whatami or other changes needed to do the automated upgrade?  I had to
install and update manually so far on my F7 x86 server and would love to be
able to use all the qtp options.  Or maybe I missed something along the way
and you would be willing to point me in the right direction in the archives?

 

Thank you so much,

 

 

Thomas M. Jaeger

Computer Technician, A.A.S.

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 

  _  

From: Natalio Gatti [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 26, 2007 7:08 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

 

 

On Nov 26, 2007 8:31 PM, Jake Vickers [EMAIL PROTECTED] wrote:

Natalio Gatti wrote:
 Besides roundcube (i'm not using it) I have succesfully installed QTP
 in a Fedora 7 system.
 I have to modify qtp-whatami to include F7 support, and add some perl 
 dependencies to run sa-update correctly.
 I'm not at the office now, as soon as I get there I'll send those
 dependencies.


Thanks. I'd like the Fedora 7 qtp-whatami stuff as well. I only work on 
Cent/RHEL and Debian now, so not much time to test other distros.


Dependencies missing for Fedora 7 distro:
perl-IO-Zlib
perl-Compress-Zlib 

I didn't test all the packages, just whatami, sa-update and rbl configs.
I'll send the whatami stuff later (i'm not at the office yet). 

Natalio.



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-27 Thread Tommi Järvilehto
I had exactly the same problem and reported to this list back in 6th of 
July.


Kyle Quillen wrote:

I just did this on another one of my servers and this is what it put into
the php.ini file 


Memory_limite = 48MB)

I just took off the b) and it started just fine 

The issue I have now is I do not remember my mysql password 





Thanks q

-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:30 PM

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
  

Jake,

I tried the install round cube script and how my webserver will not start.



  

It is giving the error in the httpd error_log of:

Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

And when I run 


Service httpd status I get this
httpd dead but subsys locked

not sure what happened here
  



That will be a PHP error. You may have had a custom php.ini - try 
changing it to 48M




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  


--

__
Tommi Järvilehto




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Jake Vickers

Kyle Quillen wrote:

Round cube did not also pick up all of my folders IE the only folders I have
open are the inbox 


No sent trash or spam.

Not sure if this is a issue with round cube itself of the way it installs.

I have this same issue on two servers so I know it is not a per server
issue.

Just want to let you know jake. 
  


If it's in the way it installs, then it has changed with the newer 
version.  Why not check out Roundcube's (www.roundcube,net) forums or 
mailing list and see if you can't get it fixed. If there's a different 
way to install it I'll fix it in the next release, but I don't have time 
to troubleshoot it so you would have to figure it out and send me the fixes.


smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Kent Busbee
May I suggest making the following change to the script:

Change:
perl -pi -e 's/memory_limit\ =\ .*M/memory_limit\ =\ 48M/' /etc/php.ini
To:
perl -pi -e 's/memory_limit\ =\ \d*M/memory_limit\ =\ 48M/' /etc/php.ini



See response above; Kyle Quillen wrote:
 Ok I went in and looked at the php.ini

 When I ran the script it asked me if it was ok to modify the memory limit

 When I went in and looked it looked similar to this


 Memory_limit = 48Maximum

 I changed it to this

 Memory_limit = 48M ; Maximum

 That did it so I think the cause was in the script.  As I have just a
 stock
 install.  Other than that I am logged in and it is working great.

 Thanks a million for the scripts

 Q


 -Original Message-
 From: Jake Vickers [mailto:[EMAIL PROTECTED]
 Sent: Sunday, November 25, 2007 9:30 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

 Kyle Quillen wrote:
 Jake,

 I tried the install round cube script and how my webserver will not
 start.


 It is giving the error in the httpd error_log of:

 Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

 And when I run

 Service httpd status I get this
 httpd dead but subsys locked

 not sure what happened here


 That will be a PHP error. You may have had a custom php.ini - try
 changing it to 48M



 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Kent Busbee
Director of Technology
Northlake Christian School


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Kyle Quillen
It seems there is something else broken with the install as well.  I have
posted a message over at the round cube forums to see where the problem is. 

I cannot send emails out nor are any of my folders showing up except for the
inbox. 

Is anyone else seeing this issue?

I am seeing it on two different boxes 

Thanks
Q


-Original Message-
From: Kent Busbee [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 26, 2007 3:18 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

May I suggest making the following change to the script:

Change:
perl -pi -e 's/memory_limit\ =\ .*M/memory_limit\ =\ 48M/' /etc/php.ini
To:
perl -pi -e 's/memory_limit\ =\ \d*M/memory_limit\ =\ 48M/' /etc/php.ini



See response above; Kyle Quillen wrote:
 Ok I went in and looked at the php.ini

 When I ran the script it asked me if it was ok to modify the memory limit

 When I went in and looked it looked similar to this


 Memory_limit = 48Maximum

 I changed it to this

 Memory_limit = 48M ; Maximum

 That did it so I think the cause was in the script.  As I have just a
 stock
 install.  Other than that I am logged in and it is working great.

 Thanks a million for the scripts

 Q


 -Original Message-
 From: Jake Vickers [mailto:[EMAIL PROTECTED]
 Sent: Sunday, November 25, 2007 9:30 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

 Kyle Quillen wrote:
 Jake,

 I tried the install round cube script and how my webserver will not
 start.


 It is giving the error in the httpd error_log of:

 Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

 And when I run

 Service httpd status I get this
 httpd dead but subsys locked

 not sure what happened here


 That will be a PHP error. You may have had a custom php.ini - try
 changing it to 48M



 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Kent Busbee
Director of Technology
Northlake Christian School


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Dairenn Lombard
Is a yum repo available for the base qmailtoaster as well?

Thanks!

regards,
~ Dairenn Lombard
Systems Administration Department, Los Angeles
BroadSpire, Inc.
 

 -Original Message-
 From: Jake Vickers [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, November 25, 2007 10:53 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!
 
 
 Fresh out of the oven is qmailtoaster-plus-0.2.14-1.3.17!  Okay, not 
 totally fresh. I finished it yesterday but it was my birthday 
 I took a 
 trip up to the Blue Ridge Parkway with my wife and my 4-week 
 old son. As always, the package is available at the main site: 
 http://qtp.qmailtoaster.com
 
 BIG news: QTP is now available via a yum repo!  That's right, 
 download 
 and install my repo and you will be able to yum install 
 qmailtoaster-plus into your system.  Updates will be easy when new 
 stuff comes out.  I'll still continue to make the RPMs 
 available on the 
 main site, but this will be the future of QTP.
 The repo package is available at the main site, or here: 
 http://qtp.qmailtoaster.com/download/repo/qmailtoaster-plus.re
 po-0.1-1.noarch.rpm
 
 
 A few bug fixes for QTP, and a couple new features.  watchall and 
 cwatchall have been added to QTP, as well as a few other 
 things.  Here's 
 the new parts of the changelog:
 
 11/24/07 - Jake [EMAIL PROTECTED] - Created a package to 
 install the qmailtoaster-plus.repo 
  - into yum
 
 11/22/07 - Jake [EMAIL PROTECTED] - Created man pages for 
 qmailtoaster-plus
 
 11/21/07 - Jake [EMAIL PROTECTED] - Made a Yum repo for 
 qmailtoaster-plus
 
 11/16/07 - Jake [EMAIL PROTECTED] - Updated the script to 
 download the new version
  - of Roundcube and also fix a few other minor issue, 
 like my if-then logic.
  - Everything seemed to install correctly, but I did 
 not do any testing other
  - than that.
 
 10/30/08 - Jake [EMAIL PROTECTED] - Changed cp -rf to cp 
 -af in the restore script to
  - retain the time stamps of the messages when 
 restoring. Thanks to 
  - Aaron Spurlock for that one!
 
 10/25/07 - Jake [EMAIL PROTECTED]
  - Fixed a bug with the qtp-newmodel script where the 
 reorganization
  - was not happening correctly.
  - Also have it install procmail if needed to meet a 
 spamassassin dep. 
  - Added a routine place holder for a dep check 
 routine to be used in the future.
  - Added watchall and cwatchall to the QTP package 
 (installable)
 
 10/24/07 - Jake [EMAIL PROTECTED]
  - Updated qtp-clean-trash to allow for a control 
 file (thanks to
- Davide Bozzelli). Davide Bozzelli also submitted an updated
- SaneSecurity script that will check for a lock file, 
 not restart
- clamav if no updates, and made the clam restart 
 quiet for cron jobs
 
 10/15/07 - Jake [EMAIL PROTECTED]
  - Fixed -t option in qmlog (contributed by Eric 'Shubes')
 
 
 
 
 As a side note, if anyone has a script to count the number of 
 downloads 
 made via a yum repo (parsing the httpd logs), please let me 
 know.  It's 
 something that would save me time if you already have something like 
 this or are willing to whip something up for me to save some time.
 
 If anyone has any suggestions or comments (or fixes) for QTP 
 or any of 
 it's parts, please contact me off-list and let me know.
 Enjoy!
 
 
 (A new version of QMT-ISO will be out soon)

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Jake Vickers

Kent Busbee wrote:

May I suggest making the following change to the script:

Change:
perl -pi -e 's/memory_limit\ =\ .*M/memory_limit\ =\ 48M/' /etc/php.ini
To:
perl -pi -e 's/memory_limit\ =\ \d*M/memory_limit\ =\ 48M/' /etc/php.ini


  


Been changed. Thanks!


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Jake Vickers

Dairenn Lombard wrote:

Is a yum repo available for the base qmailtoaster as well?
  



Not yet. One will be soon for all non-DJB packages (Squirrelmail, 
ClamAV, etc.). Once DJB officially releases Qmail as public domain then 
Qmail/daemontools, etc. will be in a repo.


smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Dairenn Lombard
 -Original Message-
 From: Jake Vickers [mailto:[EMAIL PROTECTED] 
 Sent: Monday, November 26, 2007 12:50 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!
 
 Not yet. One will be soon for all non-DJB packages (Squirrelmail, 
 ClamAV, etc.). Once DJB officially releases Qmail as public 
 domain then 
 Qmail/daemontools, etc. will be in a repo.

Curious, how did QTP get to be in a yum repository if the Prophet DJB
(praise be upon him) has yet to release the base qmail program via a yum
repo?

regards,
~ Dairenn Lombard
Systems Administration Department, Los Angeles
BroadSpire, Inc.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Jake Vickers

Dairenn Lombard wrote:

-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 26, 2007 12:50 PM

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Not yet. One will be soon for all non-DJB packages (Squirrelmail, 
ClamAV, etc.). Once DJB officially releases Qmail as public 
domain then 
Qmail/daemontools, etc. will be in a repo.



Curious, how did QTP get to be in a yum repository if the Prophet DJB
(praise be upon him) has yet to release the base qmail program via a yum
repo?
  


QTP is software that I either write or collect from others 
(qtp.qmailtoaster.com). I created my own repo for it, and it does not 
include any of DJB's software.
Since it's my software (or other's that have given permission or it's 
GPL'ed) I can do what I want ;) 





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Natalio Gatti
Besides roundcube (i'm not using it) I have succesfully installed QTP in a
Fedora 7 system.
I have to modify qtp-whatami to include F7 support, and add some perl
dependencies to run sa-update correctly.
I'm not at the office now, as soon as I get there I'll send those
dependencies.

Natalio.


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Jake Vickers

Natalio Gatti wrote:
Besides roundcube (i'm not using it) I have succesfully installed QTP 
in a Fedora 7 system.
I have to modify qtp-whatami to include F7 support, and add some perl 
dependencies to run sa-update correctly.
I'm not at the office now, as soon as I get there I'll send those 
dependencies.




Thanks. I'd like the Fedora 7 qtp-whatami stuff as well. I only work on 
Cent/RHEL and Debian now, so not much time to test other distros.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Natalio Gatti
On Nov 26, 2007 8:31 PM, Jake Vickers [EMAIL PROTECTED] wrote:

 Natalio Gatti wrote:
  Besides roundcube (i'm not using it) I have succesfully installed QTP
  in a Fedora 7 system.
  I have to modify qtp-whatami to include F7 support, and add some perl
  dependencies to run sa-update correctly.
  I'm not at the office now, as soon as I get there I'll send those
  dependencies.
 

 Thanks. I'd like the Fedora 7 qtp-whatami stuff as well. I only work on
 Cent/RHEL and Debian now, so not much time to test other distros.


Dependencies missing for Fedora 7 distro:
perl-IO-Zlib
perl-Compress-Zlib

I didn't test all the packages, just whatami, sa-update and rbl configs.
I'll send the whatami stuff later (i'm not at the office yet).

Natalio.


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-26 Thread Jake Vickers

Natalio Gatti wrote:




Dependencies missing for Fedora 7 distro:
perl-IO-Zlib
perl-Compress-Zlib

I didn't test all the packages, just whatami, sa-update and rbl 
configs. I'll send the whatami stuff later (i'm not at the office yet).




Great. Send me the info off-list and I'll put out a new QTP with those 
updates next week. I'll also see about adding the perl deps into the repo.

Thanks,


smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Jake Vickers
Fresh out of the oven is qmailtoaster-plus-0.2.14-1.3.17!  Okay, not 
totally fresh. I finished it yesterday but it was my birthday I took a 
trip up to the Blue Ridge Parkway with my wife and my 4-week old son.
As always, the package is available at the main site: 
http://qtp.qmailtoaster.com


BIG news: QTP is now available via a yum repo!  That's right, download 
and install my repo and you will be able to yum install 
qmailtoaster-plus into your system.  Updates will be easy when new 
stuff comes out.  I'll still continue to make the RPMs available on the 
main site, but this will be the future of QTP.
The repo package is available at the main site, or here: 
http://qtp.qmailtoaster.com/download/repo/qmailtoaster-plus.repo-0.1-1.noarch.rpm



A few bug fixes for QTP, and a couple new features.  watchall and 
cwatchall have been added to QTP, as well as a few other things.  Here's 
the new parts of the changelog:


11/24/07 - Jake [EMAIL PROTECTED] - Created a package to install the qmailtoaster-plus.repo 
- into yum


11/22/07 - Jake [EMAIL PROTECTED] - Created man pages for qmailtoaster-plus

11/21/07 - Jake [EMAIL PROTECTED] - Made a Yum repo for qmailtoaster-plus

11/16/07 - Jake [EMAIL PROTECTED] - Updated the script to download the new 
version
- of Roundcube and also fix a few other minor issue, like my if-then 
logic.
- Everything seemed to install correctly, but I did not do any testing 
other
- than that.

10/30/08 - Jake [EMAIL PROTECTED] - Changed cp -rf to cp -af in the 
restore script to
- retain the time stamps of the messages when restoring. Thanks to 
- Aaron Spurlock for that one!


10/25/07 - Jake [EMAIL PROTECTED]
- Fixed a bug with the qtp-newmodel script where the reorganization
- was not happening correctly.
- Also have it install procmail if needed to meet a spamassassin dep. 
- Added a routine place holder for a dep check routine to be used in the future.

- Added watchall and cwatchall to the QTP package (installable)

10/24/07 - Jake [EMAIL PROTECTED]
- Updated qtp-clean-trash to allow for a control file (thanks to
 - Davide Bozzelli). Davide Bozzelli also submitted an updated
 - SaneSecurity script that will check for a lock file, not restart
 - clamav if no updates, and made the clam restart quiet for cron jobs

10/15/07 - Jake [EMAIL PROTECTED]
- Fixed -t option in qmlog (contributed by Eric 'Shubes')




As a side note, if anyone has a script to count the number of downloads 
made via a yum repo (parsing the httpd logs), please let me know.  It's 
something that would save me time if you already have something like 
this or are willing to whip something up for me to save some time.


If anyone has any suggestions or comments (or fixes) for QTP or any of 
it's parts, please contact me off-list and let me know.

Enjoy!


(A new version of QMT-ISO will be out soon)



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Constantin IOAJA



Many happy returns , Jake!

Down the hatch !:-)

Constantin

Jake Vickers wrote:
Fresh out of the oven is qmailtoaster-plus-0.2.14-1.3.17!  Okay, not 
totally fresh. I finished it yesterday but it was my birthday I took a 
trip up to the Blue Ridge Parkway with my wife and my 4-week old son.
As always, the package is available at the main site: 
http://qtp.qmailtoaster.com


BIG news: QTP is now available via a yum repo!  That's right, download 
and install my repo and you will be able to yum install 
qmailtoaster-plus into your system.  Updates will be easy when new 
stuff comes out.  I'll still continue to make the RPMs available on 
the main site, but this will be the future of QTP.
The repo package is available at the main site, or here: 
http://qtp.qmailtoaster.com/download/repo/qmailtoaster-plus.repo-0.1-1.noarch.rpm 




A few bug fixes for QTP, and a couple new features.  watchall and 
cwatchall have been added to QTP, as well as a few other things.  
Here's the new parts of the changelog:


11/24/07 - Jake [EMAIL PROTECTED] - Created a package to install the 
qmailtoaster-plus.repo - into yum


11/22/07 - Jake [EMAIL PROTECTED] - Created man pages for 
qmailtoaster-plus


11/21/07 - Jake [EMAIL PROTECTED] - Made a Yum repo for qmailtoaster-plus

11/16/07 - Jake [EMAIL PROTECTED] - Updated the script to download the 
new version
- of Roundcube and also fix a few other minor issue, like my 
if-then logic.
- Everything seemed to install correctly, but I did not do any 
testing other

- than that.

10/30/08 - Jake [EMAIL PROTECTED] - Changed cp -rf to cp -af in the 
restore script to
- retain the time stamps of the messages when restoring. 
Thanks to - Aaron Spurlock for that one!


10/25/07 - Jake [EMAIL PROTECTED]
- Fixed a bug with the qtp-newmodel script where the 
reorganization

- was not happening correctly.
- Also have it install procmail if needed to meet a 
spamassassin dep. - Added a routine place holder for a dep 
check routine to be used in the future.

- Added watchall and cwatchall to the QTP package (installable)

10/24/07 - Jake [EMAIL PROTECTED]
- Updated qtp-clean-trash to allow for a control file (thanks to
 - Davide Bozzelli). Davide Bozzelli also submitted an updated
 - SaneSecurity script that will check for a lock file, not restart
 - clamav if no updates, and made the clam restart quiet for cron 
jobs


10/15/07 - Jake [EMAIL PROTECTED]
- Fixed -t option in qmlog (contributed by Eric 'Shubes')




As a side note, if anyone has a script to count the number of 
downloads made via a yum repo (parsing the httpd logs), please let me 
know.  It's something that would save me time if you already have 
something like this or are willing to whip something up for me to save 
some time.


If anyone has any suggestions or comments (or fixes) for QTP or any of 
it's parts, please contact me off-list and let me know.

Enjoy!


(A new version of QMT-ISO will be out soon)




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread slamp slamp
when this is installed, does it make any changes to the current
system? i am currently using the older backup/restore scripts. btw, i
havent seen any emails from eric shubes, is he still around?

On Nov 25, 2007 1:52 PM, Jake Vickers [EMAIL PROTECTED] wrote:
 Fresh out of the oven is qmailtoaster-plus-0.2.14-1.3.17!  Okay, not
 totally fresh. I finished it yesterday but it was my birthday I took a
 trip up to the Blue Ridge Parkway with my wife and my 4-week old son.
 As always, the package is available at the main site:
 http://qtp.qmailtoaster.com

 BIG news: QTP is now available via a yum repo!  That's right, download
 and install my repo and you will be able to yum install
 qmailtoaster-plus into your system.  Updates will be easy when new
 stuff comes out.  I'll still continue to make the RPMs available on the
 main site, but this will be the future of QTP.
 The repo package is available at the main site, or here:
 http://qtp.qmailtoaster.com/download/repo/qmailtoaster-plus.repo-0.1-1.noarch.rpm


 A few bug fixes for QTP, and a couple new features.  watchall and
 cwatchall have been added to QTP, as well as a few other things.  Here's
 the new parts of the changelog:

 11/24/07 - Jake [EMAIL PROTECTED] - Created a package to install the 
 qmailtoaster-plus.repo
  - into yum

 11/22/07 - Jake [EMAIL PROTECTED] - Created man pages for qmailtoaster-plus

 11/21/07 - Jake [EMAIL PROTECTED] - Made a Yum repo for qmailtoaster-plus

 11/16/07 - Jake [EMAIL PROTECTED] - Updated the script to download the new 
 version
  - of Roundcube and also fix a few other minor issue, like my if-then 
 logic.
  - Everything seemed to install correctly, but I did not do any 
 testing other
  - than that.

 10/30/08 - Jake [EMAIL PROTECTED] - Changed cp -rf to cp -af in the 
 restore script to
  - retain the time stamps of the messages when restoring. Thanks to
  - Aaron Spurlock for that one!

 10/25/07 - Jake [EMAIL PROTECTED]
  - Fixed a bug with the qtp-newmodel script where the reorganization
  - was not happening correctly.
  - Also have it install procmail if needed to meet a spamassassin dep.
  - Added a routine place holder for a dep check routine to be used in 
 the future.
  - Added watchall and cwatchall to the QTP package (installable)

 10/24/07 - Jake [EMAIL PROTECTED]
  - Updated qtp-clean-trash to allow for a control file (thanks to
  - Davide Bozzelli). Davide Bozzelli also submitted an updated
  - SaneSecurity script that will check for a lock file, not restart
  - clamav if no updates, and made the clam restart quiet for cron jobs

 10/15/07 - Jake [EMAIL PROTECTED]
  - Fixed -t option in qmlog (contributed by Eric 'Shubes')




 As a side note, if anyone has a script to count the number of downloads
 made via a yum repo (parsing the httpd logs), please let me know.  It's
 something that would save me time if you already have something like
 this or are willing to whip something up for me to save some time.

 If anyone has any suggestions or comments (or fixes) for QTP or any of
 it's parts, please contact me off-list and let me know.
 Enjoy!


 (A new version of QMT-ISO will be out soon)



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
Does the install roundcube option work?  Does it just give an optional
interface for the end user to use? 

Or does it replace the squirrel mail.  I want to do this on another users
machine but want to make sure that it is not going to break what they
currently have.

Thanks
Q


-Original Message-
From: slamp slamp [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 8:59 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

when this is installed, does it make any changes to the current
system? i am currently using the older backup/restore scripts. btw, i
havent seen any emails from eric shubes, is he still around?

On Nov 25, 2007 1:52 PM, Jake Vickers [EMAIL PROTECTED] wrote:
 Fresh out of the oven is qmailtoaster-plus-0.2.14-1.3.17!  Okay, not
 totally fresh. I finished it yesterday but it was my birthday I took a
 trip up to the Blue Ridge Parkway with my wife and my 4-week old son.
 As always, the package is available at the main site:
 http://qtp.qmailtoaster.com

 BIG news: QTP is now available via a yum repo!  That's right, download
 and install my repo and you will be able to yum install
 qmailtoaster-plus into your system.  Updates will be easy when new
 stuff comes out.  I'll still continue to make the RPMs available on the
 main site, but this will be the future of QTP.
 The repo package is available at the main site, or here:

http://qtp.qmailtoaster.com/download/repo/qmailtoaster-plus.repo-0.1-1.noarc
h.rpm


 A few bug fixes for QTP, and a couple new features.  watchall and
 cwatchall have been added to QTP, as well as a few other things.  Here's
 the new parts of the changelog:

 11/24/07 - Jake [EMAIL PROTECTED] - Created a package to install the
qmailtoaster-plus.repo
  - into yum

 11/22/07 - Jake [EMAIL PROTECTED] - Created man pages for qmailtoaster-plus

 11/21/07 - Jake [EMAIL PROTECTED] - Made a Yum repo for qmailtoaster-plus

 11/16/07 - Jake [EMAIL PROTECTED] - Updated the script to download the new
version
  - of Roundcube and also fix a few other minor issue, like my
if-then logic.
  - Everything seemed to install correctly, but I did not do any
testing other
  - than that.

 10/30/08 - Jake [EMAIL PROTECTED] - Changed cp -rf to cp -af in the
restore script to
  - retain the time stamps of the messages when restoring. Thanks
to
  - Aaron Spurlock for that one!

 10/25/07 - Jake [EMAIL PROTECTED]
  - Fixed a bug with the qtp-newmodel script where the
reorganization
  - was not happening correctly.
  - Also have it install procmail if needed to meet a spamassassin
dep.
  - Added a routine place holder for a dep check routine to be used
in the future.
  - Added watchall and cwatchall to the QTP package (installable)

 10/24/07 - Jake [EMAIL PROTECTED]
  - Updated qtp-clean-trash to allow for a control file (thanks to
  - Davide Bozzelli). Davide Bozzelli also submitted an updated
  - SaneSecurity script that will check for a lock file, not
restart
  - clamav if no updates, and made the clam restart quiet for cron
jobs

 10/15/07 - Jake [EMAIL PROTECTED]
  - Fixed -t option in qmlog (contributed by Eric 'Shubes')




 As a side note, if anyone has a script to count the number of downloads
 made via a yum repo (parsing the httpd logs), please let me know.  It's
 something that would save me time if you already have something like
 this or are willing to whip something up for me to save some time.

 If anyone has any suggestions or comments (or fixes) for QTP or any of
 it's parts, please contact me off-list and let me know.
 Enjoy!


 (A new version of QMT-ISO will be out soon)



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Jake Vickers

slamp slamp wrote:

when this is installed, does it make any changes to the current
system? i am currently using the older backup/restore scripts. btw, i
havent seen any emails from eric shubes, is he still around?
  


It will install the new backup script into your executable path, so if 
you want to use the old you will need to define the path for it.
No, Shubes isn't really around anymore. He got a new job and got really 
busy.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Jake Vickers

Kyle Quillen wrote:

Does the install roundcube option work?  Does it just give an optional
interface for the end user to use? 


Or does it replace the squirrel mail.  I want to do this on another users
machine but want to make sure that it is not going to break what they
currently have.

T


If you read the notes, I did not test the install-roundcube script 
fully.  It does install, but I did not fully test it out to make sure 
everything with Rouncube itself worked.
It does not replace Squirrelmail.  It just offers 
http://yourdomain.com/roundcube as an alternative.

If you find that it does work, please report back here for others.



smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
Jake,

I tried the install round cube script and how my webserver will not start. 

It is giving the error in the httpd error_log of:

Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

And when I run 

Service httpd status I get this
httpd dead but subsys locked

not sure what happened here

thanks
q




-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:14 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Does the install roundcube option work?  Does it just give an optional
 interface for the end user to use? 

 Or does it replace the squirrel mail.  I want to do this on another users
 machine but want to make sure that it is not going to break what they
 currently have.

 T

If you read the notes, I did not test the install-roundcube script 
fully.  It does install, but I did not fully test it out to make sure 
everything with Rouncube itself worked.
It does not replace Squirrelmail.  It just offers 
http://yourdomain.com/roundcube as an alternative.
If you find that it does work, please report back here for others.



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Jake Vickers

Kyle Quillen wrote:

Jake,

I tried the install round cube script and how my webserver will not start. 


It is giving the error in the httpd error_log of:

Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

And when I run 


Service httpd status I get this
httpd dead but subsys locked

not sure what happened here
  


That will be a PHP error. You may have had a custom php.ini - try 
changing it to 48M




smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
Ok I went in and looked at the php.ini

When I ran the script it asked me if it was ok to modify the memory limit 

When I went in and looked it looked similar to this


Memory_limit = 48Maximum 

I changed it to this 

Memory_limit = 48M ; Maximum 

That did it so I think the cause was in the script.  As I have just a stock
install.  Other than that I am logged in and it is working great. 

Thanks a million for the scripts 

Q 


-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:30 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Jake,

 I tried the install round cube script and how my webserver will not start.


 It is giving the error in the httpd error_log of:

 Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

 And when I run 

 Service httpd status I get this
 httpd dead but subsys locked

 not sure what happened here
   

That will be a PHP error. You may have had a custom php.ini - try 
changing it to 48M



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Jake Vickers

Kyle Quillen wrote:

Ok I went in and looked at the php.ini

When I ran the script it asked me if it was ok to modify the memory limit 


When I went in and looked it looked similar to this


Memory_limit = 48Maximum 

I changed it to this 

Memory_limit = 48M ; Maximum 


That did it so I think the cause was in the script.  As I have just a stock
install.  Other than that I am logged in and it is working great. 

Thanks a million for the scripts 
  


Maybe. The php.ini structure may have changed since I wrote the script.  
What distro and arch?




smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
I just did this on another one of my servers and this is what it put into
the php.ini file 

Memory_limite = 48MB)

I just took off the b) and it started just fine 

The issue I have now is I do not remember my mysql password 




Thanks q

-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:30 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Jake,

 I tried the install round cube script and how my webserver will not start.


 It is giving the error in the httpd error_log of:

 Allowed memory size of 48 bytes exhausted (tried to allocate 9 bytes)

 And when I run 

 Service httpd status I get this
 httpd dead but subsys locked

 not sure what happened here
   

That will be a PHP error. You may have had a custom php.ini - try 
changing it to 48M



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
Distors on both are centos one is 4.5 and the other is 5.0 

And arch on both is I386 

Thanks 
Q


-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Ok I went in and looked at the php.ini

 When I ran the script it asked me if it was ok to modify the memory limit 

 When I went in and looked it looked similar to this


 Memory_limit = 48Maximum 

 I changed it to this 

 Memory_limit = 48M ; Maximum 

 That did it so I think the cause was in the script.  As I have just a
stock
 install.  Other than that I am logged in and it is working great. 

 Thanks a million for the scripts 
   

Maybe. The php.ini structure may have changed since I wrote the script.  
What distro and arch?



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
You guys do not know of an easy way to get my root mysql password do you?

I can login to mysql via webmin if that helps.

Thanks
Q


-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Ok I went in and looked at the php.ini

 When I ran the script it asked me if it was ok to modify the memory limit 

 When I went in and looked it looked similar to this


 Memory_limit = 48Maximum 

 I changed it to this 

 Memory_limit = 48M ; Maximum 

 That did it so I think the cause was in the script.  As I have just a
stock
 install.  Other than that I am logged in and it is working great. 

 Thanks a million for the scripts 
   

Maybe. The php.ini structure may have changed since I wrote the script.  
What distro and arch?



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
Never mind found out the mysql thing


However the roundcube does not send messages it fails.

Thanks
Q


-Original Message-
From: Kyle Quillen [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:55 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

You guys do not know of an easy way to get my root mysql password do you?

I can login to mysql via webmin if that helps.

Thanks
Q


-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Ok I went in and looked at the php.ini

 When I ran the script it asked me if it was ok to modify the memory limit 

 When I went in and looked it looked similar to this


 Memory_limit = 48Maximum 

 I changed it to this 

 Memory_limit = 48M ; Maximum 

 That did it so I think the cause was in the script.  As I have just a
stock
 install.  Other than that I am logged in and it is working great. 

 Thanks a million for the scripts 
   

Maybe. The php.ini structure may have changed since I wrote the script.  
What distro and arch?



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

2007-11-25 Thread Kyle Quillen
Round cube did not also pick up all of my folders IE the only folders I have
open are the inbox 

No sent trash or spam.

Not sure if this is a issue with round cube itself of the way it installs.

I have this same issue on two servers so I know it is not a per server
issue.

Just want to let you know jake. 

Thanks 
Q




-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 25, 2007 9:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.17 is out!

Kyle Quillen wrote:
 Ok I went in and looked at the php.ini

 When I ran the script it asked me if it was ok to modify the memory limit 

 When I went in and looked it looked similar to this


 Memory_limit = 48Maximum 

 I changed it to this 

 Memory_limit = 48M ; Maximum 

 That did it so I think the cause was in the script.  As I have just a
stock
 install.  Other than that I am logged in and it is working great. 

 Thanks a million for the scripts 
   

Maybe. The php.ini structure may have changed since I wrote the script.  
What distro and arch?



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]