[qmailtoaster] Re: LVG

2011-01-24 Thread Eric Shubert

On 01/23/2011 12:27 PM, Cecil Yother, Jr. wrote:

I have a server that I installed the QMTISO on with 2TB hard drives.  I
installed the OS with only one drive installed because I wanted to
backup to the second drive.  When I installed the second drive it now
sees them both as one.  I realize this is because the LVG setup.  The
question is can I run the second drive independent of the LVG?

CJ



Sure you can.

I strongly recommend though that you use the drives in a raid-1 
(mirrored) configuration. That way, you get the benefit of having a copy 
of everything on a 2nd drive (I would not call this a backup however), 
and the host will continue to run even if/when one drive fails.


I don't think the QMTISO will allow you to do this, but I'm not sure. 
You'll need to do a manual/custom HDD configuration for that, which is 
fairly easy to do with the CentOS installer (anaconda).


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Eric Shubert

Please tell us about your host.
# qtp-whatami
VM or hard iron?
etc
--
-Eric 'shubes'

On 01/22/2011 01:09 PM, Scott Hughes wrote:

Here is the last bit of the log. Everything up until this point is normal:

Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.72970
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd clamav-0.96.2
+ '[' -n /var/tmp/clamav-toaster-0.96.2-root -a
/var/tmp/clamav-toaster-0.96.2-root '!=' / ']'
+ rm -rf /var/tmp/clamav-toaster-0.96.2-root
+ '[' -d /usr/src/redhat/BUILD/clamav-0.96.2 ']'
+ rm -rf /usr/src/redhat/BUILD/clamav-0.96.2
+ '[' -f /var/tmp/clamav-0.96.2-gcc ']'
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.83436
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf clamav-0.96.2
+ exit 0
Installing clamav-toaster-0.96.2-1.3.37 in the sandbox ...
Preparing... ##
clamav-toaster warning: /etc/freshclam.conf created as
/etc/freshclam.conf.rpmnew
##
error: unpacking of archive failed on file /usr/share/clamav: cpio:
chown failed - Inappropriate ioctl for device

Thanks,
Scott


On 1/22/11 1:41 PM, Bruno De Leone wrote:

Inappropriate ioctl for device looks like the script is not being
able to write on the drive

see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for
more details

paste the log file here, there might be more important information there

On Sat, Jan 22, 2011 at 5:14 PM, Scott Hughes
sonicscott9...@gmail.com mailto:sonicscott9...@gmail.com wrote:

I am having a strange build issue with the latest clam AV package.
I think I have seen a similar issue come across the list but I
cannot find it. Here are the details:

Installing clamav-toaster-0.96.2-1.3.37 in the sandbox ...
Preparing... ##
clamav-toaster warning: /etc/freshclam.conf created as
/etc/freshclam.conf.rpmnew
##
error: unpacking of archive failed on file /usr/share/clamav:
cpio: chown failed - Inappropriate ioctl for device
end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

Build failed, Exiting.


Any ideas?

Thanks,
Scott






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Scott Hughes

Per your request:

qtp-whatami v0.3.7 Mon Jan 24 13:52:35 CST 2011
DISTRO=CentOS
OSVER=5.5
QTARCH=i686
QTKERN=2.6.18-194.17.4.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

This is a hard iron machine. I have another that I am building on a VM 
that updated just fine.  BOTH were built using the QMTCENTOS5 ISO.


Thanks,
Scott


On 1/24/11 11:29 AM, Eric Shubert wrote:

Please tell us about your host.
# qtp-whatami
VM or hard iron?
etc


[qmailtoaster] chkuser characters

2011-01-24 Thread Jacob Vickers
I'm working on patching chkuser 2.0.9 into the 2.x build and the current
stable build. Here is the code:

 /*
 * If you need more additional characters to be accepted within rcpt address
 * uncomment one of the following #define and edit the character value.
 * Be careful to use '*' (single hiphen) and NOT * (double hiphen)
 around the
 * wanted char.
 *
 * Remember: '#' and '+' are accepted by CHKUSER_ALLOW_RCPT_SRS
 *
 */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_1 '$' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_2 '%' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_3 '£' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_4 '?' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_5 '*' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_6 '^' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_7 '~' */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_8 '' */ /* available for other
 characters */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_9 '#' */ /* available for other
 characters */
 /* #define CHKUSER_ALLOW_RCPT_CHAR_10 '=' */ /* available for other
 characters */


So opening 1, 2, 4, and 5 seems like it would be sufficient, along with
the / character. Does anyone know of any other characters that would be
required or wish to investigate this? From the messages on the mailing
list it seems that Blackberry accounts are the ones that keep hitting this
issue, so hoping that someone has done some research on this already and
can let me know what other characters would be required to be allowed in
the code.
Thanks.


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: LVG

2011-01-24 Thread Jacob Vickers
 On 01/23/2011 12:27 PM, Cecil Yother, Jr. wrote:
 I have a server that I installed the QMTISO on with 2TB hard drives.  I
 installed the OS with only one drive installed because I wanted to
 backup to the second drive.  When I installed the second drive it now
 sees them both as one.  I realize this is because the LVG setup.  The
 question is can I run the second drive independent of the LVG?

 CJ


 Sure you can.

 I strongly recommend though that you use the drives in a raid-1
 (mirrored) configuration. That way, you get the benefit of having a copy
 of everything on a 2nd drive (I would not call this a backup however),
 and the host will continue to run even if/when one drive fails.

 I don't think the QMTISO will allow you to do this, but I'm not sure.
 You'll need to do a manual/custom HDD configuration for that, which is
 fairly easy to do with the CentOS installer (anaconda).



When you select the Advanced option on the ISO installation it will
allow you to manually set partitions.
CJ - if you're asking about REMOVING a device from a LVG, you'll need to
do some research on this - if they're active as one big drive then your
current data may be already striped across both spindles and removing one
will remove portions of your current data. I believe there are some
documents and tools documented at the Linux Documentation Project that ay
offer some suggestions on how to remove a drive from configurations such
as this, but you'll need to look into it a little more. I do not have a
lot of experience with it - after being bitten once I use standard mounts
and RAID.
Hope that helps.


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: LVG

2011-01-24 Thread Maxwell Smart



On Mon, 24 Jan 2011 15:10:43 -0500, Jacob Vickers wrote:

On 01/23/2011 12:27 PM, Cecil Yother, Jr. wrote:
I have a server that I installed the QMTISO on with 2TB hard 
drives.  I

installed the OS with only one drive installed because I wanted to
backup to the second drive.  When I installed the second drive it 
now
sees them both as one.  I realize this is because the LVG setup.  
The

question is can I run the second drive independent of the LVG?

CJ



Sure you can.

I strongly recommend though that you use the drives in a raid-1
(mirrored) configuration. That way, you get the benefit of having a 
copy
of everything on a 2nd drive (I would not call this a backup 
however),

and the host will continue to run even if/when one drive fails.

I don't think the QMTISO will allow you to do this, but I'm not 
sure.
You'll need to do a manual/custom HDD configuration for that, which 
is

fairly easy to do with the CentOS installer (anaconda).




When you select the Advanced option on the ISO installation it will
allow you to manually set partitions.
CJ - if you're asking about REMOVING a device from a LVG, you'll need 
to
do some research on this - if they're active as one big drive then 
your
current data may be already striped across both spindles and removing 
one

will remove portions of your current data. I believe there are some
documents and tools documented at the Linux Documentation Project 
that ay
offer some suggestions on how to remove a drive from configurations 
such
as this, but you'll need to look into it a little more. I do not have 
a
lot of experience with it - after being bitten once I use standard 
mounts

and RAID.
Hope that helps.


Sounds like I'll be leaving it as is and cross backup to another 
server.


Thanks


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and 
installations.
  If you need professional help with your setup, contact them 
today!


-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.

  To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com


--
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787
http://yother.com
Check out the new Volvo classified resource 
http://www.volvoclassified.com


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Eric Shubert

H. That's an older version of clamav-toaster.

Please try again with the latest package, and let us know the result.

--
-Eric 'shubes'


On 01/22/2011 01:09 PM, Scott Hughes wrote:

Here is the last bit of the log. Everything up until this point is normal:

Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.72970
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd clamav-0.96.2
+ '[' -n /var/tmp/clamav-toaster-0.96.2-root -a
/var/tmp/clamav-toaster-0.96.2-root '!=' / ']'
+ rm -rf /var/tmp/clamav-toaster-0.96.2-root
+ '[' -d /usr/src/redhat/BUILD/clamav-0.96.2 ']'
+ rm -rf /usr/src/redhat/BUILD/clamav-0.96.2
+ '[' -f /var/tmp/clamav-0.96.2-gcc ']'
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.83436
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf clamav-0.96.2
+ exit 0
Installing clamav-toaster-0.96.2-1.3.37 in the sandbox ...
Preparing... ##
clamav-toaster warning: /etc/freshclam.conf created as
/etc/freshclam.conf.rpmnew
##
error: unpacking of archive failed on file /usr/share/clamav: cpio:
chown failed - Inappropriate ioctl for device

Thanks,
Scott


On 1/22/11 1:41 PM, Bruno De Leone wrote:

Inappropriate ioctl for device looks like the script is not being
able to write on the drive

see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for
more details

paste the log file here, there might be more important information there

On Sat, Jan 22, 2011 at 5:14 PM, Scott Hughes
sonicscott9...@gmail.com mailto:sonicscott9...@gmail.com wrote:

I am having a strange build issue with the latest clam AV package.
I think I have seen a similar issue come across the list but I
cannot find it. Here are the details:

Installing clamav-toaster-0.96.2-1.3.37 in the sandbox ...
Preparing... ##
clamav-toaster warning: /etc/freshclam.conf created as
/etc/freshclam.conf.rpmnew
##
error: unpacking of archive failed on file /usr/share/clamav:
cpio: chown failed - Inappropriate ioctl for device
end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

Build failed, Exiting.


Any ideas?

Thanks,
Scott






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Scott Hughes

Eric,

How would I do that, please?  I normally just use the qtp-newmodel script.

Thanks,
Scott


On 1/24/11 2:56 PM, Eric Shubert wrote:

H. That's an older version of clamav-toaster.

Please try again with the latest package, and let us know the result.



[qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Eric Shubert
At the beginning of the qtp-newmodel script, do not accept your present 
selections. It will find the newer package versions when you reselect 
the packages to update.

--
-Eric 'shubes'

On 01/24/2011 02:07 PM, Scott Hughes wrote:

Eric,

How would I do that, please? I normally just use the qtp-newmodel script.

Thanks,
Scott


On 1/24/11 2:56 PM, Eric Shubert wrote:

H. That's an older version of clamav-toaster.

Please try again with the latest package, and let us know the result.





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Replicated Server Issue

2011-01-24 Thread Scott Hughes
I am trying to add a server to my existing server in a replicated 
fashion.  I am running into a problem copying the database over to the 
new server.  When I follow the steps (listed below) in the Replicated 
Server video, nothing gets put into the NEW database.  Here are the 
steps I follow:


On the OLD (#1) server:

Dump vpopmail database into vpopdump.sql
SCP file over to NEW server


On the NEW (#2) server:

Stop Slave
Drop vpopmail database
Create vpopmail database
Import database I SCP'ed (dump file) over from existing server (#1)
Start Slave


When I check the new server with either QControl or QmailAdmin, there 
are NO domains or users.  I'm stumped on this one.  I've followed the 
above process three times and still no love!


Also, the I double-checked that the dump file DOES contain data.

Thanks,
Scott



Re: [qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Scott Hughes

Same error message:

Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.84079
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf clamav-0.96.5
+ exit 0
Installing clamav-toaster-0.96.5-1.3.40 in the sandbox ...
Preparing...
##
clamav-toaster  warning: /etc/freshclam.conf created as 
/etc/freshclam.conf.rpmnew

##
error: unpacking of archive failed on file /usr/share/clamav: cpio: 
chown failed - Inappropriate ioctl for device

end of log messages

Thanks,
Scott


On 1/24/11 3:12 PM, Eric Shubert wrote:
At the beginning of the qtp-newmodel script, do not accept your 
present selections. It will find the newer package versions when you 
reselect the packages to update.


Re: [qmailtoaster] Replicated Server Issue

2011-01-24 Thread Jacob Vickers
 I am trying to add a server to my existing server in a replicated
 fashion.  I am running into a problem copying the database over to the
 new server.  When I follow the steps (listed below) in the Replicated
 Server video, nothing gets put into the NEW database.  Here are the
 steps I follow:

 On the OLD (#1) server:

 Dump vpopmail database into vpopdump.sql
 SCP file over to NEW server


 On the NEW (#2) server:

 Stop Slave
 Drop vpopmail database
 Create vpopmail database
 Import database I SCP'ed (dump file) over from existing server (#1)
 Start Slave


 When I check the new server with either QControl or QmailAdmin, there
 are NO domains or users.  I'm stumped on this one.  I've followed the
 above process three times and still no love!

 Also, the I double-checked that the dump file DOES contain data.

 Thanks,
 Scott




Does the newly created DB have the vpopmail user as having full rights to
the DB?


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: ClamAV-Toaster Build Issue

2011-01-24 Thread Eric Shubert

Please post results of:

# qtp-whatami
# rpm -qa | grep kernel

(have you rebooted since you updated your kernel?)

--
-Eric 'shubes'

On 01/24/2011 03:11 PM, Scott Hughes wrote:

Same error message:

Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.84079
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf clamav-0.96.5
+ exit 0
Installing clamav-toaster-0.96.5-1.3.40 in the sandbox ...
Preparing... ##
clamav-toaster warning: /etc/freshclam.conf created as
/etc/freshclam.conf.rpmnew
##
error: unpacking of archive failed on file /usr/share/clamav: cpio:
chown failed - Inappropriate ioctl for device
end of log messages

Thanks,
Scott


On 1/24/11 3:12 PM, Eric Shubert wrote:

At the beginning of the qtp-newmodel script, do not accept your
present selections. It will find the newer package versions when you
reselect the packages to update.




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Replicated Server Issue

2011-01-24 Thread Scott Hughes
I honestly have no idea how to check that, Jake... or for that matter how to 
fix it if that is the issue.

Scott



On Jan 24, 2011, at 4:24 PM, Jacob Vickers j...@qmailtoaster.com wrote:

 I am trying to add a server to my existing server in a replicated
 fashion.  I am running into a problem copying the database over to the
 new server.  When I follow the steps (listed below) in the Replicated
 Server video, nothing gets put into the NEW database.  Here are the
 steps I follow:
 
 On the OLD (#1) server:
 
 Dump vpopmail database into vpopdump.sql
 SCP file over to NEW server
 
 
 On the NEW (#2) server:
 
 Stop Slave
 Drop vpopmail database
 Create vpopmail database
 Import database I SCP'ed (dump file) over from existing server (#1)
 Start Slave
 
 
 When I check the new server with either QControl or QmailAdmin, there
 are NO domains or users.  I'm stumped on this one.  I've followed the
 above process three times and still no love!
 
 Also, the I double-checked that the dump file DOES contain data.
 
 Thanks,
 Scott
 
 
 
 
 Does the newly created DB have the vpopmail user as having full rights to
 the DB?
 
 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
 -
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Replicated Server Issue

2011-01-24 Thread Patrick Ring
Have you moved the qmail control files and such? (/var/qmail/control)
If I remember correctly, the db is not the only place qmailadmin or
qcontrol gets the account data (it's the main data, but not the only
data).

Install Webmin for an easy view of your mysql db's (or PHPmyAdmin).
That way you can see if the data is actually exists and if it is readily
changing due to replication.

Patrick M. Ring
P. Ring Technologies
Louisiana Web Host, LLC.
985-868-4200

-Original Message-
From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Monday, January 24, 2011 4:53 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Replicated Server Issue

I honestly have no idea how to check that, Jake... or for that matter
how to fix it if that is the issue.

Scott



On Jan 24, 2011, at 4:24 PM, Jacob Vickers j...@qmailtoaster.com
wrote:

 I am trying to add a server to my existing server in a replicated 
 fashion.  I am running into a problem copying the database over to 
 the new server.  When I follow the steps (listed below) in the 
 Replicated Server video, nothing gets put into the NEW database.  
 Here are the steps I follow:
 
 On the OLD (#1) server:
 
 Dump vpopmail database into vpopdump.sql SCP file over to NEW server
 
 
 On the NEW (#2) server:
 
 Stop Slave
 Drop vpopmail database
 Create vpopmail database
 Import database I SCP'ed (dump file) over from existing server (#1) 
 Start Slave
 
 
 When I check the new server with either QControl or QmailAdmin, there

 are NO domains or users.  I'm stumped on this one.  I've followed the

 above process three times and still no love!
 
 Also, the I double-checked that the dump file DOES contain data.
 
 Thanks,
 Scott
 
 
 
 
 Does the newly created DB have the vpopmail user as having full rights

 to the DB?
 
 
 --
 --- Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
  If you need professional help with your setup, contact them
today!


-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com
 
 


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Replicated Server Issue

2011-01-24 Thread Scott Hughes
No, I have not moved any files.

Scott



On Jan 24, 2011, at 5:06 PM, Patrick Ring pr...@pringtech.net wrote:

 Have you moved the qmail control files and such? (/var/qmail/control)
 If I remember correctly, the db is not the only place qmailadmin or
 qcontrol gets the account data (it's the main data, but not the only
 data).
 
 Install Webmin for an easy view of your mysql db's (or PHPmyAdmin).
 That way you can see if the data is actually exists and if it is readily
 changing due to replication.
 
 Patrick M. Ring
 P. Ring Technologies
 Louisiana Web Host, LLC.
 985-868-4200
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
 Sent: Monday, January 24, 2011 4:53 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Replicated Server Issue
 
 I honestly have no idea how to check that, Jake... or for that matter
 how to fix it if that is the issue.
 
 Scott
 
 
 
 On Jan 24, 2011, at 4:24 PM, Jacob Vickers j...@qmailtoaster.com
 wrote:
 
 I am trying to add a server to my existing server in a replicated 
 fashion.  I am running into a problem copying the database over to 
 the new server.  When I follow the steps (listed below) in the 
 Replicated Server video, nothing gets put into the NEW database.  
 Here are the steps I follow:
 
 On the OLD (#1) server:
 
 Dump vpopmail database into vpopdump.sql SCP file over to NEW server
 
 
 On the NEW (#2) server:
 
 Stop Slave
 Drop vpopmail database
 Create vpopmail database
 Import database I SCP'ed (dump file) over from existing server (#1) 
 Start Slave
 
 
 When I check the new server with either QControl or QmailAdmin, there
 
 are NO domains or users.  I'm stumped on this one.  I've followed the
 
 above process three times and still no love!
 
 Also, the I double-checked that the dump file DOES contain data.
 
 Thanks,
 Scott
 
 
 
 
 Does the newly created DB have the vpopmail user as having full rights
 
 to the DB?
 
 
 --
 --- Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and
 installations.
 If you need professional help with your setup, contact them
 today!
 
 
 -
Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com
 
 
 
 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
 installations.
  If you need professional help with your setup, contact them today!
 
 -
 Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 
  To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com
 
 
 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
 -
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Replicated Server Issue

2011-01-24 Thread Patrick Ring
At that point, just check to see the database has data in it (using
something like Webmin or PHPmyAdmin).  Then see if when you change
something on your master server (account info via qcontrol or
qmailadmin), it follows suit in the new slave.

After you've established the database connectivity/replication, you can
move the appropriate config files and mail files and, later, start your
sync routines.

Patrick M. Ring
P. Ring Technologies
Louisiana Web Host, LLC.
985-868-4200

-Original Message-
From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Monday, January 24, 2011 5:16 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Replicated Server Issue

No, I have not moved any files.

Scott



On Jan 24, 2011, at 5:06 PM, Patrick Ring pr...@pringtech.net wrote:

 Have you moved the qmail control files and such? (/var/qmail/control) 
 If I remember correctly, the db is not the only place qmailadmin or 
 qcontrol gets the account data (it's the main data, but not the only 
 data).
 
 Install Webmin for an easy view of your mysql db's (or PHPmyAdmin).
 That way you can see if the data is actually exists and if it is 
 readily changing due to replication.
 
 Patrick M. Ring
 P. Ring Technologies
 Louisiana Web Host, LLC.
 985-868-4200
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com]
 Sent: Monday, January 24, 2011 4:53 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Replicated Server Issue
 
 I honestly have no idea how to check that, Jake... or for that matter 
 how to fix it if that is the issue.
 
 Scott
 
 
 
 On Jan 24, 2011, at 4:24 PM, Jacob Vickers j...@qmailtoaster.com
 wrote:
 
 I am trying to add a server to my existing server in a replicated 
 fashion.  I am running into a problem copying the database over to 
 the new server.  When I follow the steps (listed below) in the 
 Replicated Server video, nothing gets put into the NEW database.
 Here are the steps I follow:
 
 On the OLD (#1) server:
 
 Dump vpopmail database into vpopdump.sql SCP file over to NEW server
 
 
 On the NEW (#2) server:
 
 Stop Slave
 Drop vpopmail database
 Create vpopmail database
 Import database I SCP'ed (dump file) over from existing server (#1) 
 Start Slave
 
 
 When I check the new server with either QControl or QmailAdmin, 
 there
 
 are NO domains or users.  I'm stumped on this one.  I've followed 
 the
 
 above process three times and still no love!
 
 Also, the I double-checked that the dump file DOES contain data.
 
 Thanks,
 Scott
 
 
 
 
 Does the newly created DB have the vpopmail user as having full 
 rights
 
 to the DB?
 
 
 -
 -
 --- Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and
 installations.
 If you need professional help with your setup, contact them
 today!
 
 --
 --
 -
Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com
 
 
 
 --
 --
 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and 
 installations.
  If you need professional help with your setup, contact them
today!
 --
 --
 -
 Please visit qmailtoaster.com for the latest news, updates, and 
 packages.
 
  To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com
 
 
 
 --
 --- Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
  If you need professional help with your setup, contact them
today!


-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com
 
 


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
  If you need professional help with your setup, contact them today!