[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-24 Thread Eric Shubert

On 12/23/2012 09:03 AM, Jesús Arnáiz wrote:

Thanks again for your help, Eric.

I have some doubts:

-Why is qtp-newmodel continuing failing? Is there any way to fix it?
(may be I should update the qtp-newmodel script).


It's not so much qtp-newmodel that's failing, but rpm. There appears to 
be something amiss with rpm on your host, perhaps in the rpm database. 
Rebuilding the database might remedy this if that's the case. This error 
also reared its head many years ago (like RHEL3) in situations where 
contents of a package changed in peculiar ways, such as from a symlink 
to a directory. I think that's why removing and installing works in some 
situations where upgrading doesn't work.



-Is there any way to prevent the vpopmail problem in a preventive way. I
mean, should I download the package first, edit it and then execute
qtp-newmodel or something similar to prevent it fails and then fix the
problem.


If you have non-stock configure options, you'll be best off creating 
your own srpm, then run qtp-newmodel. You'll need to know ahead of time 
though which non-stock options you're using. We do plan to remove 
cleartext passwords in a future release (soon after the CentOS6 
compatibility release), so this won't be a problem for you at some 
point. We'll be making some other vpopmail related changes at the same 
time, such as no longer using separate tables for each domain.



-The problem with my own configuration of submission, should be at least
controlled (maybe the script should warn you and mantain a backup of the
original configuration). (Maybe it does but I don't know the place).


Most configuration files are backed up by qtp-newmodel in various 
directories under /usr/src/qtp-upgrade/backups/. The supervise run files 
are not included at this point, but perhaps should be. It'd be a simple 
enough change.


FWIW, I believe that SSL should not typically be used with port 587. 
Port 587 supports TLS, which should suffice. If you need SSL for SMTP in 
some situations (such as Outlook'03 clients), we recommend you use port 
465 for this. Once again, a future version of QMT will include a setup 
for port 465 (disabled by default though). Also, the present QMT 
wouldn't conflict with your SSL setup this way.



Best Regards!


Likewise. I'm glad to see you've made progress.

--
-Eric 'shubes'

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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-23 Thread Jesús Arnáiz

Hi again.

After changes on qtp-remove-pkgs (adding qmail-toaster to 
remove_list), qtp-newmodel finished. But then, I found new problems:


First vpopmail fail because I don't use clear password. In 
/var/qmail/log/smtp/current, for example, I saw:


---
vmysql: connection rebuild failed: Unknown column 'pw_clear_passwd' in 
'field list'

---

So, then I change this from compiling options on the .srpm:
# cd /usr/src/qtp-upgrade/SRPMS/
# mkdir tmp
# cd tmp
# rpm2cpio ../vpopmail-toaster-5.4.33-1.4.0.src.rpm | cpio -id
# vi vpopmail-toaster.spec

From:
--enable-clear-passwd \

to:
--enable-clear-passwd=n \

Then I build the rpm:
# rpmbuild -bp ./vpopmail-toaster.spec

I copied the files created to /usr/src/redhat/SOURCES
# cp vpopmail-5.4.33.tar.gz vpopmail-toaster-5.4.33.patch.bz2 
/usr/src/redhat/SOURCES/


And then I install it with rpm:
# rpm -Uvh --replacepkgs --replacefiles 
/usr/src/redhat/RPMS/i386/vpopmail-toaster-5.4.33-1.4.0.i386.rpm


Then POP3 start to work but SUBMISSION failed (I used SSL). In order to 
recompile all packages I rerun qtp-newmodel, it failed as before (ioctl 
problem when installing ezmlm), qtp-remove-pkgs appear as I leave it, so 
it is strange, it worked once but it failed after it.


I try to rerun qtp-newmodel without installing some packages 
(qmail-toaster and ezmlm) and finally it worked but Submission continues 
failing.


At the end, I notice that my 587 port was not using SSL, so I read my 
/var/qmail/supervise/submission/run
and I saw it was changed and there where no certificated specified, so 
it was running without SSL, and that was the problem. I take run script 
from a backup and restore it, restart qmail and then it seems to work.


Thanks again for your help, Eric.

I have some doubts:

-Why is qtp-newmodel continuing failing? Is there any way to fix it? 
(may be I should update the qtp-newmodel script).
-Is there any way to prevent the vpopmail problem in a preventive way. I 
mean, should I download the package first, edit it and then execute 
qtp-newmodel or something similar to prevent it fails and then fix the 
problem.
-The problem with my own configuration of submission, should be at least 
controlled (maybe the script should warn you and mantain a backup of the 
original configuration). (Maybe it does but I don't know the place).


Best Regards!



El 22/12/2012 17:58, Eric Shubert escribió:

Let's try removing the previous qmailadmin-toaster package. In order to
do this, edit the /opt/qmailtoaster-plus/bin/qtp-remove-pkgs script. Change
a5_problem_packages(){

# any version of these packages will be removed
remove_list=\
control-panel \


to:

a5_problem_packages(){

# any version of these packages will be removed
remove_list=\
control-panel \
qmailadmin \


There might be a problem with your previous installation of this package
which I hope that removing it will remedy.




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



[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-22 Thread Eric Shubert
Let's try removing the previous qmailadmin-toaster package. In order to 
do this, edit the /opt/qmailtoaster-plus/bin/qtp-remove-pkgs script. Change

a5_problem_packages(){

# any version of these packages will be removed
remove_list=\
control-panel \


to:

a5_problem_packages(){

# any version of these packages will be removed
remove_list=\
control-panel \
qmailadmin \


There might be a problem with your previous installation of this package 
which I hope that removing it will remedy.


--
-Eric 'shubes'

On 12/20/2012 06:05 PM, Jesús Arnáiz wrote:

I try again. I reboot, I rm -rf both dirs but I get the same error:

qtp-newmodel
qtp-newmodel v0.3.18 starting Fri Dec 21 01:04:58 CET 2012
qtp-whatami v0.3.8 Fri Dec 21 01:04:58 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q :
root@mars /mnt # qtp-newmodel -b
qtp-newmodel v0.3.18 starting Fri Dec 21 01:05:01 CET 2012
qtp-whatami v0.3.8 Fri Dec 21 01:05:01 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q :
Running in background, replied 'yes'

Getting source packages ...(this may take a while)
vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded,
bypassed
courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded, bypassed
autorespond-toaster-2.0.5-1.4.0.src.rpm is already downloaded, bypassed
control-panel-toaster-0.5-1.4.0.src.rpm is already downloaded, bypassed
qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
spamassassin-toaster-3.3.2-1.4.3.src.rpm is already downloaded, bypassed
clamav-toaster-0.97.6-1.4.2.src.rpm is already downloaded, bypassed
simscan-toaster-1.4.0-1.4.0.src.rpm is already downloaded, bypassed
vqadmin-toaster-2.3.7-1.4.1.src.rpm is already downloaded, bypassed
qtp-dependencies v0.3.2
qtp-install-rpmforge v0.4.0 - getting latest version of rpmforge-release
...
qtp-install-rpmforge - installed package rpmforge-release-0.5.2-2.el5.rf
is the latest - nothing done.

qtp-dependencies - installing  compat-libf2c compat-libgcc
compat-libsdc++-33 ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist
http://nodejs.tchol.org/mirrors/nodejs-stable-el5 error was
[Errno 4] IOError: urlopen error (101, 'Network is unreachable')
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * updates: ftp.plusline.de
addons  | 1.9 kB 00:00
base  | 1.1 kB 00:00
dag  | 1.9 kB 00:00
epel  | 3.7 kB 00:00
epel/primary_db  | 3.1
MB 00:00
extras  | 2.1 kB 00:00
ius  | 2.2 kB 00:00
ius/primary_db  | 127 kB
00:03
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
qtp-nodist  |  951 B 00:00
updates 

Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-22 Thread Jesús Arnáiz

El 22/12/2012 17:45, Eric Shubert escribió:

Thanks for the details.

Ok, there's something a little unusual about your QMT that's not
occurring to me. Let's have a look at
# df -h


~ # df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/sda3 142G   36G  100G  27% /
/dev/sda2 2.0G   97M  1.8G   6% /boot
/dev/sdb1 459G  124G  312G  29% /mnt/disco2



please.

You might also try upgrading only autorespond-toaster,
control-panel-toaster, spamassassin-toaster, clamav-toaster and
simscan-toaster.


I don't know how to upgrade only thouse packages. How it is done?


That will get those packages out of the way, and leave
only those which are vpopmail dependent. I know this is no solution, but
it should make troubleshooting a little easier.




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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-20 Thread Jesús Arnáiz

I try again. I reboot, I rm -rf both dirs but I get the same error:

qtp-newmodel
qtp-newmodel v0.3.18 starting Fri Dec 21 01:04:58 CET 2012
qtp-whatami v0.3.8 Fri Dec 21 01:04:58 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q :
root@mars /mnt # qtp-newmodel -b
qtp-newmodel v0.3.18 starting Fri Dec 21 01:05:01 CET 2012
qtp-whatami v0.3.8 Fri Dec 21 01:05:01 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q : 
Running in background, replied 'yes'


Getting source packages ...(this may take a while)
vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded, 
bypassed

courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded, bypassed
autorespond-toaster-2.0.5-1.4.0.src.rpm is already downloaded, bypassed
control-panel-toaster-0.5-1.4.0.src.rpm is already downloaded, bypassed
qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
spamassassin-toaster-3.3.2-1.4.3.src.rpm is already downloaded, bypassed
clamav-toaster-0.97.6-1.4.2.src.rpm is already downloaded, bypassed
simscan-toaster-1.4.0-1.4.0.src.rpm is already downloaded, bypassed
vqadmin-toaster-2.3.7-1.4.1.src.rpm is already downloaded, bypassed
qtp-dependencies v0.3.2
qtp-install-rpmforge v0.4.0 - getting latest version of rpmforge-release ...
qtp-install-rpmforge - installed package rpmforge-release-0.5.2-2.el5.rf 
is the latest - nothing done.


qtp-dependencies - installing  compat-libf2c compat-libgcc 
compat-libsdc++-33 ...

Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist 
http://nodejs.tchol.org/mirrors/nodejs-stable-el5 error was

[Errno 4] IOError: urlopen error (101, 'Network is unreachable')
 * base: ftp.plusline.de
 * epel: ftp-stud.hs-esslingen.de
 * extras: ftp.plusline.de
 * ius: ftp.rediris.es
 * updates: ftp.plusline.de
addons 
 | 1.9 kB 00:00
base 
 | 1.1 kB 00:00
dag 
 | 1.9 kB 00:00
epel 
 | 3.7 kB 00:00
epel/primary_db 
 | 3.1 MB 00:00
extras 
 | 2.1 kB 00:00
ius 
 | 2.2 kB 00:00
ius/primary_db 
 | 127 kB 00:03
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4] 
IOError: urlopen error (101, 'Network is unreachable')

Trying other mirror.
qtp-nodist 
 |  951 B 00:00
updates 
 | 1.9 kB 00:00
updates/primary_db 
 | 932 kB 00:00
utterramblings 
 |  951 B 00:00
varnish-3.0 
 |  951 B 00:00

Setting up Install Process
No package compat-libf2c available.
No package compat-libgcc available.
No package compat-libsdc++-33 available.
Nothing to do

qtp-dependencies - updating toaster (mostly spamassassin) dependencies ...
Loaded plugins: allowdowngrade, 

Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-17 Thread Jesús Arnáiz

El 15/12/2012 4:12, Eric Shubert escribió:

I presume you have selinux disabled?


Yes, it is disabled:
--cat /etc/sysconfig/selinux--
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
#   targeted - Only targeted network daemons are protected.
#   strict - Full SELinux protection.
SELINUXTYPE=targeted

# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0
---



I'm guessing that your sandbox may be corrupt (or more specifically,
something in your sandbox). This might have happened if qtp-newmodel was
interrupted for some reason, but I'm still just guessing about that.

There are 2 parts to the overlay sandbox, /mnt/qtp-sandbox/ and
/opt/qtp-overlay/.

To clean things up, please
.) reboot the QMT host
.) # rm -rf /mnt/qtp-sandbox /opt/qtp-overlay

Then try qtp-newmodel once more.


Ok, I will try this as soon as possible (I need to program a reboot, 
maybe to this night). I notice that I can't delete some of the files or 
directories of the sandbox, so your advice makes many sense.


Thanks again.






Thanks.




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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-14 Thread Jesús Arnáiz

Hi, this info is enough, or should I send more?

I try a few more times but always I get the same error. Is there any 
solution or workaround that I could try?


Tanks again.

El 12/12/2012 15:47, Jesús Arnáiz escribió:

Hi:

/mnt # umount disco2
# rmdir disco2
# ls
qtp-sandbox

I move (I can't delete it) this directory in order to start with a clean
sandbox:
root@mars /mnt # mv qtp-sandbox basura

I run qtp-newmodel again, same error:
-
qtp-newmodel
qtp-newmodel v0.3.18 starting Wed Dec 12 14:07:43 CET 2012
qtp-whatami v0.3.8 Wed Dec 12 14:07:43 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q : y

Getting source packages ...(this may take a while)
vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded,
bypassed
courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded, bypassed
autorespond-toaster-2.0.5-1.4.0.src.rpm is already downloaded, bypassed
control-panel-toaster-0.5-1.4.0.src.rpm is already downloaded, bypassed
qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
spamassassin-toaster-3.3.2-1.4.3.src.rpm is already downloaded, bypassed
clamav-toaster-0.97.6-1.4.2.src.rpm is already downloaded, bypassed
simscan-toaster-1.4.0-1.4.0.src.rpm is already downloaded, bypassed
vqadmin-toaster-2.3.7-1.4.1.src.rpm is already downloaded, bypassed
qtp-dependencies v0.3.2
qtp-install-rpmforge v0.4.0 - getting latest version of rpmforge-release
...
qtp-install-rpmforge - installed package rpmforge-release-0.5.2-2.el5.rf
is the latest - nothing done.

qtp-dependencies - installing  compat-libf2c compat-libgcc
compat-libsdc++-33 ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
Setting up Install Process
No package compat-libf2c available.
No package compat-libgcc available.
No package compat-libsdc++-33 available.
Nothing to do

qtp-dependencies - updating toaster (mostly spamassassin) dependencies ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * rpmforge: mirror1.hs-esslingen.de
  * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update

Would you like a unionfs/overlay sandbox? (recommended) [y]/n: y

Using FUSE union filesystem ...
qtp-mount-sandbox v0.3.3
qtp-mount-sandbox - updating dependencies ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * rpmforge: mirror1.hs-esslingen.de
  * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
qtp-CentOS  |  951 B 00:00
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update
qtp-mount-sandbox: sandbox mounted successfully

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

qtp-build-rpms v0.3.7
qtp-remove-pkgs v0.3.1
REMOVED control-panel-toaster from sandbox (not for real)
Building vpopmail-toaster-5.4.33-1.4.0 ...
Installing vpopmail-toaster-5.4.33-1.4.0 in the sandbox ...
Building qmail-toaster-1.03-1.3.22 ...

[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-14 Thread Eric Shubert

I presume you have selinux disabled?

I'm guessing that your sandbox may be corrupt (or more specifically, 
something in your sandbox). This might have happened if qtp-newmodel was 
interrupted for some reason, but I'm still just guessing about that.


There are 2 parts to the overlay sandbox, /mnt/qtp-sandbox/ and 
/opt/qtp-overlay/.


To clean things up, please
.) reboot the QMT host
.) # rm -rf /mnt/qtp-sandbox /opt/qtp-overlay

Then try qtp-newmodel once more.

Thanks.

--
-Eric 'shubes'
On 12/14/2012 05:34 PM, Jesús Arnáiz wrote:

Hi, this info is enough, or should I send more?

I try a few more times but always I get the same error. Is there any
solution or workaround that I could try?

Tanks again.

El 12/12/2012 15:47, Jesús Arnáiz escribió:

Hi:

/mnt # umount disco2
# rmdir disco2
# ls
qtp-sandbox

I move (I can't delete it) this directory in order to start with a clean
sandbox:
root@mars /mnt # mv qtp-sandbox basura

I run qtp-newmodel again, same error:
-
qtp-newmodel
qtp-newmodel v0.3.18 starting Wed Dec 12 14:07:43 CET 2012
qtp-whatami v0.3.8 Wed Dec 12 14:07:43 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q : y

Getting source packages ...(this may take a while)
vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded,
bypassed
courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded, bypassed
autorespond-toaster-2.0.5-1.4.0.src.rpm is already downloaded, bypassed
control-panel-toaster-0.5-1.4.0.src.rpm is already downloaded, bypassed
qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
spamassassin-toaster-3.3.2-1.4.3.src.rpm is already downloaded, bypassed
clamav-toaster-0.97.6-1.4.2.src.rpm is already downloaded, bypassed
simscan-toaster-1.4.0-1.4.0.src.rpm is already downloaded, bypassed
vqadmin-toaster-2.3.7-1.4.1.src.rpm is already downloaded, bypassed
qtp-dependencies v0.3.2
qtp-install-rpmforge v0.4.0 - getting latest version of rpmforge-release
...
qtp-install-rpmforge - installed package rpmforge-release-0.5.2-2.el5.rf
is the latest - nothing done.

qtp-dependencies - installing  compat-libf2c compat-libgcc
compat-libsdc++-33 ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
Setting up Install Process
No package compat-libf2c available.
No package compat-libgcc available.
No package compat-libsdc++-33 available.
Nothing to do

qtp-dependencies - updating toaster (mostly spamassassin) dependencies
...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * rpmforge: mirror1.hs-esslingen.de
  * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update

Would you like a unionfs/overlay sandbox? (recommended) [y]/n: y

Using FUSE union filesystem ...
qtp-mount-sandbox v0.3.3
qtp-mount-sandbox - updating dependencies ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
  * base: ftp.plusline.de
  * epel: ftp-stud.hs-esslingen.de
  * extras: ftp.plusline.de
  * ius: ftp.rediris.es
  * rpmforge: mirror1.hs-esslingen.de
  * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (101, 'Network is unreachable')
Trying other mirror.
qtp-CentOS  |  951 B
00:00
Skipping security plugin, no data
Setting up 

Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-12 Thread Jesús Arnáiz

Hi:

/mnt # umount disco2
# rmdir disco2
# ls
qtp-sandbox

I move (I can't delete it) this directory in order to start with a clean 
sandbox:

root@mars /mnt # mv qtp-sandbox basura

I run qtp-newmodel again, same error:
-
qtp-newmodel
qtp-newmodel v0.3.18 starting Wed Dec 12 14:07:43 CET 2012
qtp-whatami v0.3.8 Wed Dec 12 14:07:43 CET 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.8
QTARCH=i686
QTKERN=2.6.18-164.11.1.el5PAE
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

The following packages have already been selected:
vpopmail-toaster-5.4.33-1.4.0.src.rpm
qmail-toaster-1.03-1.3.22.src.rpm
courier-authlib-toaster-0.59.2-1.3.10.src.rpm
courier-imap-toaster-4.1.2-1.3.10.src.rpm
autorespond-toaster-2.0.5-1.4.0.src.rpm
control-panel-toaster-0.5-1.4.0.src.rpm
qmailadmin-toaster-1.2.16-1.4.0.src.rpm
qmailmrtg-toaster-4.2-1.3.7.src.rpm
spamassassin-toaster-3.3.2-1.4.3.src.rpm
clamav-toaster-0.97.6-1.4.2.src.rpm
simscan-toaster-1.4.0-1.4.0.src.rpm
vqadmin-toaster-2.3.7-1.4.1.src.rpm

Do you want to process this selection?
Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q : y

Getting source packages ...(this may take a while)
vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded, 
bypassed

courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded, bypassed
autorespond-toaster-2.0.5-1.4.0.src.rpm is already downloaded, bypassed
control-panel-toaster-0.5-1.4.0.src.rpm is already downloaded, bypassed
qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
spamassassin-toaster-3.3.2-1.4.3.src.rpm is already downloaded, bypassed
clamav-toaster-0.97.6-1.4.2.src.rpm is already downloaded, bypassed
simscan-toaster-1.4.0-1.4.0.src.rpm is already downloaded, bypassed
vqadmin-toaster-2.3.7-1.4.1.src.rpm is already downloaded, bypassed
qtp-dependencies v0.3.2
qtp-install-rpmforge v0.4.0 - getting latest version of rpmforge-release ...
qtp-install-rpmforge - installed package rpmforge-release-0.5.2-2.el5.rf 
is the latest - nothing done.


qtp-dependencies - installing  compat-libf2c compat-libgcc 
compat-libsdc++-33 ...

Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
 * base: ftp.plusline.de
 * epel: ftp-stud.hs-esslingen.de
 * extras: ftp.plusline.de
 * ius: ftp.rediris.es
 * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4] 
IOError: urlopen error (101, 'Network is unreachable')

Trying other mirror.
Setting up Install Process
No package compat-libf2c available.
No package compat-libgcc available.
No package compat-libsdc++-33 available.
Nothing to do

qtp-dependencies - updating toaster (mostly spamassassin) dependencies ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
 * base: ftp.plusline.de
 * epel: ftp-stud.hs-esslingen.de
 * extras: ftp.plusline.de
 * ius: ftp.rediris.es
 * rpmforge: mirror1.hs-esslingen.de
 * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4] 
IOError: urlopen error (101, 'Network is unreachable')

Trying other mirror.
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update

Would you like a unionfs/overlay sandbox? (recommended) [y]/n: y

Using FUSE union filesystem ...
qtp-mount-sandbox v0.3.3
qtp-mount-sandbox - updating dependencies ...
Loaded plugins: allowdowngrade, fastestmirror, replace, security
Loading mirror speeds from cached hostfile
 * base: ftp.plusline.de
 * epel: ftp-stud.hs-esslingen.de
 * extras: ftp.plusline.de
 * ius: ftp.rediris.es
 * rpmforge: mirror1.hs-esslingen.de
 * updates: ftp.plusline.de
http://nodejs.tchol.org/stable/el5/i386/repodata/repomd.xml: [Errno 4] 
IOError: urlopen error (101, 'Network is unreachable')

Trying other mirror.
qtp-CentOS 
 |  951 B 00:00

Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update
qtp-mount-sandbox: sandbox mounted successfully

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

qtp-build-rpms v0.3.7
qtp-remove-pkgs v0.3.1
REMOVED control-panel-toaster from sandbox (not for real)
Building vpopmail-toaster-5.4.33-1.4.0 ...
Installing vpopmail-toaster-5.4.33-1.4.0 in the sandbox ...
Building qmail-toaster-1.03-1.3.22 ...
Installing qmail-toaster-1.03-1.3.22 in the sandbox ...
Building courier-authlib-toaster-0.59.2-1.3.10 ...
Installing courier-authlib-toaster-0.59.2-1.3.10 in the sandbox ...
Building courier-imap-toaster-4.1.2-1.3.10 ...

Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-11 Thread Digital Instruments
disco2 it's like disk2 so I belive it is a name, or label, given to the 
mounted partition.

Like if it was /mnt/myname.

Il 10/12/2012 20:59, Eric Shubert ha scritto:
Can you explain what /mnt/disco2 is? I've no idea where that came 
from. I believe it is tied to your problem.


Anyone else have any idea?





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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-11 Thread Digital Instruments

Also it looks like a pwd error.

This is the C code from the pwd command:

if (stat (., dot_sb)  0)
error (EXIT_FAILURE, errno, _(failed to stat %s), quote (.));

so, when the pwd command attempts to use the system call stat to find 
out information about the specified file /mnt/disco2 the directory is 
non existent. Thus resulting in error.


Il 11/12/2012 09:38, Digital Instruments ha scritto:
disco2 it's like disk2 so I belive it is a name, or label, given to 
the mounted partition.

Like if it was /mnt/myname.

Il 10/12/2012 20:59, Eric Shubert ha scritto:
Can you explain what /mnt/disco2 is? I've no idea where that came 
from. I believe it is tied to your problem.


Anyone else have any idea?





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





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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-11 Thread Jesús Arnáiz

Hi:

/mnt/disco2 is a secondary disk I use primarly for backups, I'm not sure 
why qtp-newmodel is using this path; In qtp-config:


qtp-config v0.3.2
QMT_WEB=http://www.qmailtoaster.com
QMT_DEV=http://www.qmailtoaster.org
SANDBOX=/mnt/qtp-sandbox
OVERLAY=/opt/qtp-overlay
UPGRADE_DIR=/usr/src/qtp-upgrade
RPMBUILD_OPTIONS=
backupdest=/qmailtmp
useftp=n
ftpserver=ftp://
emailinfo=y
email=postmaster
removeprevious=n
mysql_user=vpopmail
ldap_user=

I check if there is some symbolic link:

#  ls -altrd /mnt/qtp-sandbox
drwxr-xr-x 17 root root 4.0K Dec 10 15:12 /mnt/qtp-sandbox
# ls -latrd /opt/qtp-overlay
drwxr-xr-x 17 root root 4.0K Dec 10 15:12 /opt/qtp-overlay
# ls -altrd /usr/src/qtp-upgrade
drwxr-xr-x 7 root root 4.0K Apr  6  2011 /usr/src/qtp-upgrade
# ls -altrd /qmailtmp
drwxr-xr-x 2 root root 4.0K Dec  9 15:41 /qmailtmp

I also check that disco2 directory is mounted and working:
 # ls -la /mnt/disco2/
total 32K
drwxr-xr-x  5 root root  4.0K Dec  9 15:49 .
drwxr-xr-x  4 root root  4.0K Dec 10 15:12 ..
drwxr-x--- 11 root wheel 4.0K Dec 11 02:33 backups
drwx--  2 root root   16K Dec  8 04:45 lost+found
drwxr-xr-x  2 root root  4.0K Dec  9 16:05 software
root@mars / #


Maybe it is not accesible due to the sandbox.

But I don't find where in the configuration is this path written to 
change it.



El 10/12/2012 20:59, Eric Shubert escribió:

Can you explain what /mnt/disco2 is? I've no idea where that came from.
I believe it is tied to your problem.

Anyone else have any idea?




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



[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-11 Thread Eric Shubert
qtp-newmodel shouldn't be using /mnt/disco2 at all. I suppose it's 
possible though that it's being picked up somehow. Sorta looks that way.


Can you try umounting it temporarily, then run qtp-newmodel again?

--
-Eric 'shubes'

On 12/11/2012 09:14 AM, Jesús Arnáiz wrote:

Hi:

/mnt/disco2 is a secondary disk I use primarly for backups, I'm not sure
why qtp-newmodel is using this path; In qtp-config:

qtp-config v0.3.2
QMT_WEB=http://www.qmailtoaster.com
QMT_DEV=http://www.qmailtoaster.org
SANDBOX=/mnt/qtp-sandbox
OVERLAY=/opt/qtp-overlay
UPGRADE_DIR=/usr/src/qtp-upgrade
RPMBUILD_OPTIONS=
backupdest=/qmailtmp
useftp=n
ftpserver=ftp://
emailinfo=y
email=postmaster
removeprevious=n
mysql_user=vpopmail
ldap_user=

I check if there is some symbolic link:

#  ls -altrd /mnt/qtp-sandbox
drwxr-xr-x 17 root root 4.0K Dec 10 15:12 /mnt/qtp-sandbox
# ls -latrd /opt/qtp-overlay
drwxr-xr-x 17 root root 4.0K Dec 10 15:12 /opt/qtp-overlay
# ls -altrd /usr/src/qtp-upgrade
drwxr-xr-x 7 root root 4.0K Apr  6  2011 /usr/src/qtp-upgrade
# ls -altrd /qmailtmp
drwxr-xr-x 2 root root 4.0K Dec  9 15:41 /qmailtmp

I also check that disco2 directory is mounted and working:
  # ls -la /mnt/disco2/
total 32K
drwxr-xr-x  5 root root  4.0K Dec  9 15:49 .
drwxr-xr-x  4 root root  4.0K Dec 10 15:12 ..
drwxr-x--- 11 root wheel 4.0K Dec 11 02:33 backups
drwx--  2 root root   16K Dec  8 04:45 lost+found
drwxr-xr-x  2 root root  4.0K Dec  9 16:05 software
root@mars / #


Maybe it is not accesible due to the sandbox.

But I don't find where in the configuration is this path written to
change it.


El 10/12/2012 20:59, Eric Shubert escribió:

Can you explain what /mnt/disco2 is? I've no idea where that came from.
I believe it is tied to your problem.

Anyone else have any idea?




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






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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-11 Thread Jesús Arnáiz

I do it, and I get the same:

Would you like a unionfs/overlay sandbox? (recommended) [y]/n: Running 
in background, replied 'yes'


1.2.16-1.4.0.i686.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.26793
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd qmailadmin-1.2.16
+ '[' -n /var/tmp/qmailadmin-toaster-1.2.16-buildroot -a 
/var/tmp/qmailadmin-toaster-1.2.16-buildroot ']'

+ rm -rf /var/tmp/qmailadmin-toaster-1.2.16-buildroot
+ '[' -d /usr/src/redhat/BUILD/qmailadmin-1.2.16 ']'
+ rm -rf /usr/src/redhat/BUILD/qmailadmin-1.2.16
+ rm -f /var/tmp/qmailadmin-1.2.16-gcc
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.93036
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf qmailadmin-1.2.16
+ exit 0
Installing qmailadmin-toaster-1.2.16-1.4.0 in the sandbox ...
Preparing... 
##
qmailadmin-toaster 
##
error: unpacking of archive failed on file 
/usr/share/qmailadmin/images/help/ezfaq/ezmlm-issubn.1.html: cpio: 
rename 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






El 11/12/2012 17:19, Eric Shubert escribió:

qtp-newmodel shouldn't be using /mnt/disco2 at all. I suppose it's
possible though that it's being picked up somehow. Sorta looks that way.

Can you try umounting it temporarily, then run qtp-newmodel again?




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



[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-11 Thread Eric Shubert

What if you remove the mount point?

What else is in your /mnt directory?

There's gotta be something different about your setup that we're not 
seeing. Please be sure to include enough messages that we can see where 
the /mnt/? directory comes into play. This one does not.


Thanks.
--
-Eric 'shubes'

On 12/11/2012 06:00 PM, Jesús Arnáiz wrote:

I do it, and I get the same:

Would you like a unionfs/overlay sandbox? (recommended) [y]/n: Running
in background, replied 'yes'

1.2.16-1.4.0.i686.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.26793
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd qmailadmin-1.2.16
+ '[' -n /var/tmp/qmailadmin-toaster-1.2.16-buildroot -a
/var/tmp/qmailadmin-toaster-1.2.16-buildroot ']'
+ rm -rf /var/tmp/qmailadmin-toaster-1.2.16-buildroot
+ '[' -d /usr/src/redhat/BUILD/qmailadmin-1.2.16 ']'
+ rm -rf /usr/src/redhat/BUILD/qmailadmin-1.2.16
+ rm -f /var/tmp/qmailadmin-1.2.16-gcc
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.93036
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf qmailadmin-1.2.16
+ exit 0
Installing qmailadmin-toaster-1.2.16-1.4.0 in the sandbox ...
Preparing... ##
qmailadmin-toaster ##
error: unpacking of archive failed on file
/usr/share/qmailadmin/images/help/ezfaq/ezmlm-issubn.1.html: cpio:
rename 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





El 11/12/2012 17:19, Eric Shubert escribió:

qtp-newmodel shouldn't be using /mnt/disco2 at all. I suppose it's
possible though that it's being picked up somehow. Sorta looks that way.

Can you try umounting it temporarily, then run qtp-newmodel again?




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






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



Re: [qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-10 Thread Jesús Arnáiz
I move all src.rpm to old directory and rerun. Same problem. I copy 
more data, but if it is not enought please told me.


(...)
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.12399
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd qmailadmin-1.2.16
+ 
DOCDIR=/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16

+ export DOCDIR
+ rm -rf 
/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16
+ /bin/mkdir -p 
/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16
+ cp -pr AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README 
README.hooks TODO TRANSLATORS 
/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16

+ exit 0
Requires(rpmlib): rpmlib(CompressedFileNames) = 3.0.4-1 
rpmlib(PayloadFilesHavePrefix) = 4.0-1
Requires: autorespond-toaster = 2.0.2 control-panel-toaster = 0.2 
ezmlm-toaster = 0.53.324 httpd = 2.2.3 libc.so.6 libc.so.6(GLIBC_2.0) 
libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.3) libcrypt.so.1 
libcrypt.so.1(GLIBC_2.0) libm.so.6 libmysqlclient.so.16 
libmysqlclient.so.16(libmysqlclient_16) libz.so.1 mysql = 5.0.22 
qmail-toaster = 1.03 rtld(GNU_HASH) vpopmail-toaster = 5.4.33
Checking for unpackaged file(s): /usr/lib/rpm/check-files 
/var/tmp/qmailadmin-toaster-1.2.16-buildroot

Wrote: /usr/src/redhat/RPMS/i686/qmailadmin-toaster-1.2.16-1.4.0.i686.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1784
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd qmailadmin-1.2.16
+ '[' -n /var/tmp/qmailadmin-toaster-1.2.16-buildroot -a 
/var/tmp/qmailadmin-toaster-1.2.16-buildroot ']'

+ rm -rf /var/tmp/qmailadmin-toaster-1.2.16-buildroot
+ '[' -d /usr/src/redhat/BUILD/qmailadmin-1.2.16 ']'
+ rm -rf /usr/src/redhat/BUILD/qmailadmin-1.2.16
+ rm -f /var/tmp/qmailadmin-1.2.16-gcc
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.1784
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf qmailadmin-1.2.16
+ exit 0
Installing qmailadmin-toaster-1.2.16-1.4.0 in the sandbox ...
error: failed to stat /mnt/disco2: No such file or directory
Preparing... 
##
qmailadmin-toaster 
##
error: unpacking of archive failed on file 
/usr/share/qmailadmin/images/help/ezfaq/ezmlm-issubn.1.html: cpio: 
rename 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



Thanks for your help.

El 10/12/2012 6:44, Eric Shubert escribió:

Need more context messages please.

I'm guessing that this is installing the .src rpm, in which case the
downloaded *.src.rpm file isn't good. Try removing the
qmailadmin-toaster-*.src.rpm file (in /usr/src/qtp-upgrade/SRPMS/), then
rerun. It should download the src rpm again.




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



[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-10 Thread Eric Shubert
Can you explain what /mnt/disco2 is? I've no idea where that came from. 
I believe it is tied to your problem.


Anyone else have any idea?

--
-Eric 'shubes'

On 12/10/2012 07:52 AM, Jesús Arnáiz wrote:

I move all src.rpm to old directory and rerun. Same problem. I copy
more data, but if it is not enought please told me.

(...)
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.12399
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd qmailadmin-1.2.16
+
DOCDIR=/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16

+ export DOCDIR
+ rm -rf
/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16

+ /bin/mkdir -p
/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16

+ cp -pr AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README
README.hooks TODO TRANSLATORS
/var/tmp/qmailadmin-toaster-1.2.16-buildroot/usr/share/doc/qmailadmin-toaster-1.2.16

+ exit 0
Requires(rpmlib): rpmlib(CompressedFileNames) = 3.0.4-1
rpmlib(PayloadFilesHavePrefix) = 4.0-1
Requires: autorespond-toaster = 2.0.2 control-panel-toaster = 0.2
ezmlm-toaster = 0.53.324 httpd = 2.2.3 libc.so.6 libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.3) libcrypt.so.1
libcrypt.so.1(GLIBC_2.0) libm.so.6 libmysqlclient.so.16
libmysqlclient.so.16(libmysqlclient_16) libz.so.1 mysql = 5.0.22
qmail-toaster = 1.03 rtld(GNU_HASH) vpopmail-toaster = 5.4.33
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/qmailadmin-toaster-1.2.16-buildroot
Wrote: /usr/src/redhat/RPMS/i686/qmailadmin-toaster-1.2.16-1.4.0.i686.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1784
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd qmailadmin-1.2.16
+ '[' -n /var/tmp/qmailadmin-toaster-1.2.16-buildroot -a
/var/tmp/qmailadmin-toaster-1.2.16-buildroot ']'
+ rm -rf /var/tmp/qmailadmin-toaster-1.2.16-buildroot
+ '[' -d /usr/src/redhat/BUILD/qmailadmin-1.2.16 ']'
+ rm -rf /usr/src/redhat/BUILD/qmailadmin-1.2.16
+ rm -f /var/tmp/qmailadmin-1.2.16-gcc
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.1784
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf qmailadmin-1.2.16
+ exit 0
Installing qmailadmin-toaster-1.2.16-1.4.0 in the sandbox ...
error: failed to stat /mnt/disco2: No such file or directory
Preparing... ##
qmailadmin-toaster ##
error: unpacking of archive failed on file
/usr/share/qmailadmin/images/help/ezfaq/ezmlm-issubn.1.html: cpio:
rename 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


Thanks for your help.

El 10/12/2012 6:44, Eric Shubert escribió:

Need more context messages please.

I'm guessing that this is installing the .src rpm, in which case the
downloaded *.src.rpm file isn't good. Try removing the
qmailadmin-toaster-*.src.rpm file (in /usr/src/qtp-upgrade/SRPMS/), then
rerun. It should download the src rpm again.




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






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



[qmailtoaster] Re: qtp-newmodel ioctl problem

2012-12-09 Thread Eric Shubert

Need more context messages please.

I'm guessing that this is installing the .src rpm, in which case the 
downloaded *.src.rpm file isn't good. Try removing the
qmailadmin-toaster-*.src.rpm file (in /usr/src/qtp-upgrade/SRPMS/), then 
rerun. It should download the src rpm again.


--
-Eric 'shubes'

On 12/09/2012 03:59 PM, Jesús Arnáiz wrote:

Hi there.

I'm trying to get my qmailtoaster update but, when I run qtp-newmodel, I
get:
---
(...)
Preparing... ##
qmailadmin-toaster ##
error: unpacking of archive failed on file
/usr/share/qmailadmin/images/help/ezfaq/ezmlm-issubn.1.html: cpio:
rename 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.
-

I try unionfs and non-unionfs sandbox, I try to reinstall unionfs and to
check my directory permission and everything seems ok, what could be the
problem?

Thanks in advance.

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






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