- Current business products have more than one update tree (e.g. CORE9 +
SLES9 + SDK). Currently there is no possibility to check all those trees
because SUSEPRODUCT is handled as a single entity within fou4s.
As a workaround, you can tell fou4s to use a different config file for
the other two trees or run it with --product=XXX multiple times.
- Autodetection of SuSE business products may fail in some cases
If you get 404 errors, you have to supply SuSEProduct and SuSEVersion in
fou4s.conf. Please tell me, which business product you are using.
Please note, that normal update servers don't contain business product
updates, you must use fou4s --server -w to get an updated list of servers
containing business product updates. Currently, there is only one server
available for business products: sdb.suse.de (see fou4s.conf).
- Packages from other directories require an rsync server
Non-update packages can only be downloaded, if the server supports rsync.
Rsync is used to get recursive directory listings. Fou4s converts this
listing to patch descriptions, that can be used for comparison. One of the
servers given with Server= must be an rsync server to make this work.
See /etc/fou4s.conf for examples (packman, supplementary updates).
- FTP servers can't be used over a proxy
Sorry, wget can't read the index pages generated by most proxies. Maybe
some day fou4s will be capable of reading such a html index for wget.
- Installation of pending patches does not work
A pending patch means, that there are e.g. 5 updates in an update description,
but not all of them are installed on the system. If the update description
contains "UpdateOnlyInstalled = false", and the -a option is given, pending
patches cannot be installed.
- Failed http downloads don't cause an error message from fou4s
There seems to be a bug in wget, returning 0 (ok) as return value, if the
-r (recursive) option is specified. Fou4s uses -r for http servers, so
there may be no "Download failed" message, if something wrong happens with
downloads from a http server (during fou4s -u).
- Can I update from SuSE 8.1 to 8.2?
No, fou4s cannot do cross-distribution upgrades for you. This is also not
possible via YOU, so I don't feel bad ;-) Use YaST if you want to do this
(as I do), or try apt4rpm from http://linux01.gwdg.de/apt4rpm/.