|
List Info
Thread: 2.1 beta 3 to 2.1 beta 4 upgrade issue
|
|
| 2.1 beta 3 to 2.1 beta 4 upgrade issue |

|
2007-01-23 04:47:46 |
|
Hi all,
used last night to download beta 4 and do a "./obmtool kolab" seemed to run
through fine, but upon "/etc/init.d/kolab restart" I got the following
message:
openpkg:rc:WARNING: package "clamav" has unresolved configuration file
conflicts
openpkg:rc:WARNING: indicated by "*.rpm(new|orig|save)" files in or below
the
openpkg:rc:WARNING: directory "/kolab/etc/clamav". Please resolve first!
So I went to investigate and found
indeed "/kolab/etc/clamav/clamd.conf.rpmsave"
and "/kolab/etc/clamav/freshclam.conf.rpmsave". Diffing them against there
non-"rpmsave" counterparts yielded no differences in not-commented lines,
so I moved the two files away or now and things seem to work.
Is this an appropriate procedure or did I overlook something?
Thanks for any hints,
Joh
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https://kolab.org/mailman/listinfo/kolab-users
|
| Re: 2.1 beta 3 to 2.1 beta 4 upgrade
issue |

|
2007-01-26 05:15:14 |
* Johannes Graumann <johannes_graumann web.de> [20070123 09:48]:
> used last night to download beta 4 and do a
"./obmtool kolab" seemed to run
> through fine, but upon "/etc/init.d/kolab
restart" I got the following
> message:
>
> openpkg:rc:WARNING: package "clamav" has
unresolved configuration file
> conflicts
> openpkg:rc:WARNING: indicated by
"*.rpm(new|orig|save)" files in or below
> the
> openpkg:rc:WARNING: directory
"/kolab/etc/clamav". Please resolve first!
>
> So I went to investigate and found
> indeed
"/kolab/etc/clamav/clamd.conf.rpmsave"
> and
"/kolab/etc/clamav/freshclam.conf.rpmsave".
Diffing them against there
> non-"rpmsave" counterparts yielded no
differences in not-commented lines,
> so I moved the two files away or now and things seem to
work.
>
> Is this an appropriate procedure or did I overlook
something?
Yes, this is appropriate.
It is mentioned in the README in a misleading way:
| obmtool will usually automatically determine which
packages need to be
| built. If you have made changes to the configuration
files in
| /kolab/etc/kolab/templates/ and the new release has a new
kolabd package
| you may need to transfer your changes from the backups
created by rpm
| (the *.rpmsave) files to the new template files.
There should be a paragraph saying that files generated from
these
templates usually cause *.rpmsave files to be created, too,
and that
these (only these!) rpmsave files can be moved back to the
original
name (and with the exception of slapd.conf even removed
without
looking at them)
The clamav security advisory states this more explicit:
http://kolab.org/security/kolab-vendor-notice-14.txt
Maybe you can prepare such a paragraph for the README?
Thomas
--
Email: thomas intevation.de
http://intevation.de/~t
homas/
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: 2.1 beta 3 to 2.1 beta 4 upgrade
issue |

|
2007-01-26 11:08:06 |
Thomas Arendsen Hein wrote:
> The clamav security advisory states this more
explicit:
>
http://kolab.org/security/kolab-vendor-notice-14.txt
You call that exlicit!? ;0)
>rm /kolab/etc/clamav/*.conf.rpmsave
> Maybe you can prepare such a paragraph for the README?
I'll get back to you during the weekend ...
Joh
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: 2.1 beta 3 to 2.1 beta 4 upgrade
issue |

|
2007-01-29 09:51:50 |
How about:
obmtool will usually automatically determine which packages
need to be
built. If you have made changes to the configuration files
in
/kolab/etc/kolab/templates/ and/or the release includes a
change in the
format of configuration files, the installation procedure
will put the
default/new files in place, but will backup the old ones as
*.rpmsave. If
not attended to, kolab will complain about these at start-up
and refuse to
start the service(s) involved. After making sure that all
modifications you
made to the original have been transferred to the new file
(e.g. by
using 'diff'), you can safely remove the files tagged
*.rpmsafe. Kolab
should now start up just fine.
That would have given me the needed information ...
Joh
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: 2.1 beta 3 to 2.1 beta 4 upgrade
issue |

|
2007-01-29 10:11:56 |
How about:
obmtool will usually automatically determine which packages
need to be
built. Â If you have made changes to the configuration files
in
/kolab/etc/kolab/templates/ and/or the release includes a
change in the
format of configuration files, the installation procedure
will put the
default/new files in place, but will backup the old ones as
*.rpmsave. If
not attended to, kolab will complain about these at start-up
and refuse to
start the service(s) involved. After making sure that all
modifications you
made to the original have been transferred to the new file
(e.g. by
using 'diff'), you can safely remove the files tagged
*.rpmsafe. Kolab
should now start up just fine.
That would have given me the needed information ...
Joh
Thomas Arendsen Hein wrote:
> * Johannes Graumann <johannes_graumann web.de> [20070123 09:48]:
>> used last night to download beta 4 and do a
"./obmtool kolab" seemed to
>> run through fine, but upon "/etc/init.d/kolab
restart" I got the
>> following message:
>>
>> openpkg:rc:WARNING: package "clamav" has
unresolved configuration file
>> conflicts
>> openpkg:rc:WARNING: indicated by
"*.rpm(new|orig|save)" files in or below
>> the
>> openpkg:rc:WARNING: directory
"/kolab/etc/clamav". Please resolve first!
>>
>> So I went to investigate and found
>> indeed
"/kolab/etc/clamav/clamd.conf.rpmsave"
>> and
"/kolab/etc/clamav/freshclam.conf.rpmsave".
Diffing them against
>> there non-"rpmsave" counterparts yielded
no differences in not-commented
>> lines, so I moved the two files away or now and
things seem to work.
>>
>> Is this an appropriate procedure or did I overlook
something?
>
> Yes, this is appropriate.
>
> It is mentioned in the README in a misleading way:
>
> | obmtool will usually automatically determine which
packages need to be
> | built. If you have made changes to the configuration
files in
> | /kolab/etc/kolab/templates/ and the new release has a
new kolabd package
> | you may need to transfer your changes from the
backups created by rpm
> | (the *.rpmsave) files to the new template files.
>
> There should be a paragraph saying that files generated
from these
> templates usually cause *.rpmsave files to be created,
too, and that
> these (only these!) rpmsave files can be moved back to
the original
> name (and with the exception of slapd.conf even removed
without
> looking at them)
>
> The clamav security advisory states this more explicit:
>
http://kolab.org/security/kolab-vendor-notice-14.txt
>
> Maybe you can prepare such a paragraph for the README?
>
> Thomas
>
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: 2.1 beta 3 to 2.1 beta 4 upgrade
issue |

|
2007-02-05 09:18:43 |
* Johannes Graumann <johannes_graumann web.de> [20070129 17:12]:
> obmtool will usually automatically determine which
packages need to be
> built. If you have made changes to the configuration
files in
> /kolab/etc/kolab/templates/ and/or the release includes
a change in the
> format of configuration files, the installation
procedure will put the
> default/new files in place, but will backup the old
ones as *.rpmsave. If
> not attended to, kolab will complain about these at
start-up and refuse to
> start the service(s) involved. After making sure that
all modifications you
> made to the original have been transferred to the new
file (e.g. by
> using 'diff'), you can safely remove the files tagged
*.rpmsafe. Kolab
> should now start up just fine.
>
> That would have given me the needed information ...
I just added a shorter text inspired by yours to the
README.
Thanks,
Thomas
--
thomas intevation.de - http://intevation.de/~t
homas/ - OpenPGP key: 0x5816791A
Intevation GmbH, Osnabrück - USt-ID: DE 204 854 484 - AG
Osnabrück, HR B 18998
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr.
Jan-Oliver Wagner
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|