OK.  I finally got back to working on this. (sorry for the delay)

I tried a "yum install kernel-smp-devel" (installed/complete), rebooted,
then tried running the newmodel script.  Got the same errors.

Should I attempt to download/build the fuse and see where this takes me?

My goal, originally, was just to make a quick-and-dirty test server
based on the older QMT ISO (w/ CentOS 4.x)... Though it has become a bit
of a challenge (for the update). It's running in a VMWare ESXi 3.5
instance.  I guess the only reason I wanted to update was for the
up-to-date SPAM, virus, etc. (I know the def's update frequently as
cron's, but I figured patched programs....)

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

-----Original Message-----
From: Borg [mailto:b...@borgnet.ro] 
Sent: Saturday, January 02, 2010 5:24 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Has something changed in QT?

The upgrade from 4.8 to 5.4 put only the smp kernel. I hand installed
the kernel-smp-devel. Maybe is an issue with the fact that smp kernel is
the default kernel installed by the new version?
On the other hand, we are talking about a major upgrade to a higher
version. I didn't expected to run so smoothly. The problem with fuse.ko
and ltld.h were the only I had. I made two upgrades, one in vmware and
one on a physical machine, both with the same problem but easily fixed.
How is your install Patrick?

Eric Shubert wrote:
> I don't believe that autofs comes into play with fuse and unionfs, 
> which is what qtp-newmodel uses now.
>
> On the other hand, a missing fuse.ko module is consistent with the 
> error message(s) we're seeing. That's likely the problem. I'm not 
> positive where that module comes from. I think it's built as part of 
> the installation of the dkms-fuse package.
>
> If kernel-smp-devel is missing (and you're running the smp kernel), 
> that's likely the culprit. Such a dependency might be missing. I'd 
> like to get this fixed if we can pin this down.
>
> Borg wrote:
>> I forgot, here's all i have done. In my case fuse was installed but 
>> fuse.ko missing. I installed kernel headers for current running 
>> kernel and fuse sources then I rebuilt fuse.ko. For fuse sources I 
>> have fuse-2.7.4-1.nodist package. In fuse source you'll find script 
>> for config and install. I run ./configure, ./install-sh, make and 
>> make install. Then modprobe fuse run swiftly and newmodel had no 
>> problems further.
>> Maybe autofs is not needed but it was a trial and error to find the 
>> problem with fuse.
>>
>>
>> Borg wrote:
>>> I cheched bash history and I am sure I started autofs right before 
>>> running newmodel. And found a new thing. Although fuse reports to be

>>> installed, fuse.ko is missing, so I had to install kernel-headers 
>>> and in my case kernel-smp-devel.
>>> Patrick Ring wrote:
>>>>
>>>> I did run across a thread on this list that talked about disabling 
>>>> autofs... So, do you think I need to make sure it is ON and not 0FF

>>>> then?
>>>> Thank you,
>>>> Patrick Ring
>>>> --------------------------
>>>> Sent from my BlackBerry Wireless Device
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Borg <b...@borgnet.ro>
>>>> To: qmailtoaster-list@qmailtoaster.com
>>>> <qmailtoaster-list@qmailtoaster.com>
>>>> Sent: Sat Jan 02 04:51:24 2010
>>>> Subject: Re: [qmailtoaster] Has something changed in QT?
>>>>
>>>> Hello to all.
>>>> I stumbled across the same problem. I installed qmt iso based on
>>>> centos4
>>>> then updated to 4.8. After that I booted the last centos5 from dvd 
>>>> and upgraded. Then when tried to newmodel, got the same error. But 
>>>> is only a matter of installing dkms-fuse and, do not forget to 
>>>> /etc/init/d/autofs start. I think the autofs is the answer. Then 
>>>> everything went ok.
>>>> Also,
>>>> later on configuring i remember i had to manually install 
>>>> libtool-ltld-devel to provide ltld.h.
>>>> Sorry if i am not explaining very exactly but I made all these last

>>>> year in october and i do not remember all the operations step by 
>>>> step. Hope this help.
>>>> Regards.
>>>>
>>>> Aristotel Neamtu
>>>>
>>>>
>>>> Patrick Ring wrote:
>>>> > I am putting together a virtual (VMWare) with the QmailToaster 
>>>> > ISO (CentOS 4.X).
>>>> > > I'm having problems with the newmodel script (of QTP) erroring 
>>>> > > out
>>>> > when it goes to mount the sandbox.
>>>> > In the past this always worked for me.  (In the past I have not 
>>>> > used the QmailToaster ISO disk...I usually loaded CentOS and then

>>>> > built/loaded QT)
>>>> > > Specifically the errors occur right after
>>>> > Installing:  fuse
>>>> > Installing:  kernel-devel
>>>> > Installing:  dkms
>>>> > Installing:  fuse-unionfs
>>>> > Installing:  dkms-fuse
>>>> > > Installed:  dkms-fuse.noarch 0:2.7.4-1.nodist.rf 
>>>> > > fuse-unionfs.i386
>>>> > 0:0.23-1.qtp
>>>> > Dependancy Installed:  dkms.noarch 0:2.0.22.0-1.el4.rf fuse.i386 
>>>> > 0:2.7.4-1.qtp kernel-devel.i686 0:2.6.9-89.0.18.EL
>>>> > > Then right after it says "Complete!"
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > FATAL: Module fuse not found.
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > fuse: device not found, try 'modprobe fuse' first
>>>> > mount:  mount point /mnt/qtp-sandbox/var/lib/rpm does not exist
>>>> > cp:  '/mnt/qtp-sandbox/var/lib/rpm' : specified directory does
>>>> not exist
>>>> > Try 'cp --help' for more information.
>>>> > qtp-mount-sandbox: sandbox was not mounted successfully
>>>> > > qtp-newmodel - qtp-mount-sandbox failed, exiting Anyway, I've 
>>>> > > tried to perform newmodel both before and after a
>>>> "yum
>>>> > update", and I stumbled across a previous thread that recommended

>>>> > turning off the "autofs" service.  No change either way.
>>>> > > Has something changed in the newmodel script?  Or is there
>>>> something
>>>> > different between the CentOS/QT from the ISO vs when I load
>>>> manually?
>>>> > > Please advise.
>>>> > Thank you,
>>>> > Patrick Ring
>>>> > > > > Patrick M. Ring
>>>> > P. Ring Technologies
>>>> > Louisiana Web Host, LLC.
>>>> > 985-868-4200
>>>> > >
>>>> >
>>>> > __________ Information from ESET NOD32 Antivirus, version of 
>>>> > virus signature database 4736 (20100101) __________
>>>> >
>>>> > The message was checked by ESET NOD32 Antivirus.
>>>> >
>>>> > http://www.eset.com
>>>>
>>>>
>>>>
>>>> __________ Information from ESET NOD32 Antivirus, version of virus 
>>>> signature database 4736 (20100101) __________
>>>>
>>>> The message was checked by ESET NOD32 Antivirus.
>>>>
>>>> http://www.eset.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
>>>>
>>>>
>>>>
>>>>
>>>> __________ Information from ESET NOD32 Antivirus, version of virus 
>>>> signature database 4736 (20100101) __________
>>>>
>>>> The message was checked by ESET NOD32 Antivirus.
>>>>
>>>> http://www.eset.com
>>>
>>>
>>>
>>> __________ Information from ESET NOD32 Antivirus, version of virus 
>>> signature database 4736 (20100101) __________
>>>
>>> The message was checked by ESET NOD32 Antivirus.
>>>
>>> http://www.eset.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
>>>
>>>
>>>
>>> __________ Information from ESET NOD32 Antivirus, version of virus 
>>> signature database 4736 (20100101) __________
>>>
>>> The message was checked by ESET NOD32 Antivirus.
>>>
>>> http://www.eset.com
>>>
>>>
>>>
>>>
>>
>>
>>
>> __________ Information from ESET NOD32 Antivirus, version of virus 
>> signature database 4736 (20100101) __________
>>
>> The message was checked by ESET NOD32 Antivirus.
>>
>> http://www.eset.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!
>
>



__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4738 (20100102) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.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


Reply via email to