Re: [Cooker] Initscripts uses obsolete 'head -1'

2003-07-31 Thread Luca Berra
since we are speaking of initscripts:
i reported this bug to rh about 6 years ago (they did not fix)
woud it posible for mdk to get it right?
# If a SCSI tape has been detected, load the st module unconditionally
# since many SCSI tapes don't deal well with st being loaded and unloaded
if [ -f /proc/scsi/scsi ] && LC_ALL=C grep -q 'Type:   Sequential-Access' /proc/scsi/scsi 
2>/dev/null ; then
   if LC_ALL=C grep -qv ' 9 st' /proc/devices && [ -n "$USEMODULES" ]; then
   modprobe st >/dev/null 2>&1
   fi
fi
grep -v returns all lines that don't match regexp, it is not a test for a regexp to exits

   if ! LC_ALL=C grep -q ' 9 st' /proc/devices && [ -n "$USEMODULES" ]; then

regards
L.
--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


[Cooker] [Bug 4451] [tetex] putri8r missing

2003-07-31 Thread [ghibo]
http://qa.mandrakesoft.com/show_bug.cgi?id=4451


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-01-08 10:18 ---
Tomas Esser removed Utopia fonts from tetex 2.0
because they have not a free license.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Font putri8r cannot be found from packages. In RedHat it is packaged to
tetex-fonts.rpm, at /usr/share/texmf/fonts/tfm/adobe/utopia/putri8r.tfm.



Re: [Cooker] Re: Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Luca Berra
On Thu, Jul 31, 2003 at 07:44:44PM -0400, Stew Benedict wrote:
On Thu, 31 Jul 2003, David Walser wrote:
imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail might be safe.
Guiseppe and I discussed this on IRC.  I'm thinking it's probably safest 
for imapd to use it's own namespace, .uwmail or Mailuw or something, 
rather than try to use mail, Mail etc. which have been historically used 
by a number of local mail clients. It would be handy to be able to share 
the folders, but given that there's no guarantee what might be found 
there, probably safest not to use them.
i do not agree
~/Mail and/or ~/mail have been historically used to store mbox formatted
folders (the latter was introduced by pine IIRC), ~/Maildir was added
when maildir was invented to store maildir folders.
If uw/dovecot use ~/Mail expecting to find mbox files and ~/Maildir for
maildir it's ok with me.
switching to .uwmail will annoy all the people that are used to sharing
folders between imap and a local MUA.
To deal with the migration issue, existing installations won't change, 
only fresh installs.  We'll leave it to the system admin to make the 
change, if they wish to.
you mean leaving uw defaulted in ~?
tossing uw and using dovecot defaulted in ~?
or something else?
L.

--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


Re: [Cooker] Initscripts uses obsolete 'head -1'

2003-07-31 Thread Michael Altizer
Quel Qun wrote:

Hi,

Noticed this message during the boot process. 'head -1' should be
replaced by 'head -n 1'.
for i in `rpm -ql initscripts` ; do
 z=`grep -m 1 "head -[[:digit:]]" $i` ;
 if [[ -n $z ]] ; then
   echo $i: $z;
 fi ;
done
/etc/rc.d/rc.modules
/etc/sysconfig/network-scripts/ifdown-ppp
/etc/sysconfig/network-scripts/ifup
/sbin/ifup
/usr/share/alsa/alsa-utils
It looks like a bunch of other scripts use 'head -1', it would be safer
to change them as early as possible.
Rgds,
 

On a related note, initscripts no longer seems to load up ALSA drivers, 
or any sound modules at all for that matter, even after repairing the 
'head -1'. :(
-Michael




[Cooker] packages without a src.rpm

2003-07-31 Thread Stefan van der Eijk
FYI:

The following i586 cooker packages have no src.rpm:

bootsplash-themes-1.4.1-1mdk.i586.rpm
howto-html-hu-9.1-0.5mdk.noarch.rpm
howto-html-id-9.1-0.5mdk.noarch.rpm
kdebase-kdm-3.1.3-3mdk.i586.rpm
kdebase-kdm-config-file-3.1.3-3mdk.i586.rpm
koffice-devel-1.3-0.beta2.6mdk.i586.rpm
libalsa2-static-devel-0.9.0-0.14rc7mdk.i586.rpm
libdb4.0-4.0.14-6mdk.i586.rpm
libdb4.0-devel-4.0.14-6mdk.i586.rpm
libdb4.0-static-devel-4.0.14-6mdk.i586.rpm
libdbcxx4.0-4.0.14-6mdk.i586.rpm
libdbjava4.0-4.0.14-6mdk.i586.rpm
libdbtcl4.0-4.0.14-6mdk.i586.rpm
libexif8-0.5.9-3mdk.i586.rpm
libexif8-devel-0.5.9-3mdk.i586.rpm
libgcj3-static-devel-3.2.3-1mdk.i586.rpm
libopenhbci10-0.9.11-1mdk.i586.rpm
libopenhbci10-devel-0.9.11-1mdk.i586.rpm
libopenhbci6-0.9.9-2mdk.i586.rpm
libopenhbci6-devel-0.9.9-2mdk.i586.rpm
libsasl7-1.5.28-7mdk.i586.rpm
libsasl7-plug-anonymous-1.5.28-7mdk.i586.rpm
libsasl7-plug-crammd5-1.5.28-7mdk.i586.rpm
libsasl7-plug-digestmd5-1.5.28-7mdk.i586.rpm
libsasl7-plug-gssapi-1.5.28-7mdk.i586.rpm
libsasl7-plug-login-1.5.28-7mdk.i586.rpm
libsasl7-plug-plain-1.5.28-7mdk.i586.rpm
libtpctl2-4.3-3mdk.i586.rpm
libtpctl2-devel-4.3-3mdk.i586.rpm
perl-GTK2-devel-0.0.cvs.2003.04.07.1-2mdk.i586.rpm
rxvt-devel-2.7.8-8mdk.i586.rpm
smartmontools-5.1-10.1mdk.i586.rpm
The following packages in i586 contrib have no src.rpm:

ScalablePBS-2.3.12-2mdk.i586.rpm
ScalablePBS-client-2.3.12-2mdk.i586.rpm
ScalablePBS-xpbs-2.3.12-2mdk.i586.rpm
amavis-ng-0.1.6.4-2mdk.noarch.rpm
bbdb-2.34-2mdk.noarch.rpm
ccscript2-2.4.4-1mdk.i586.rpm
crimson-field-0.3.0-2mdk.i586.rpm
cyrus-imapd-debug-2.1.13-1mdk.i586.rpm
digikam-0.5.1-5mdk.i586.rpm
emacs-xslide-0.2.b3-2mdk.noarch.rpm
firestarter-0.9.1-2mdk.i586.rpm
gfontview-0.5.0-9mdk.i586.rpm
hddtemp-0.3-0.beta4.2mdk.i586.rpm
kgamma-1.0.1-2mdk.i586.rpm
libScalablePBS2-devel-2.3.12-2mdk.i586.rpm
libbeast0-0.5.0-1mdk.i586.rpm
libbeast0-devel-0.5.0-1mdk.i586.rpm
libfwbuilder4-0.10.13-1mdk.i586.rpm
libfwbuilder4-devel-0.10.13-1mdk.i586.rpm
libgimp14-1.3.14-2mdk.i586.rpm
libgimp14-devel-1.3.14-2mdk.i586.rpm
libgimp16-1.3.16-3mdk.i586.rpm
libgimp16-devel-1.3.16-3mdk.i586.rpm
libgltt2-2.5.2-3mdk.i586.rpm
libgltt2-devel-2.5.2-3mdk.i586.rpm
libnessus2-2.0.7-1mdk.i586.rpm
libnessus2-devel-2.0.7-1mdk.i586.rpm
libqscintilla1-1.0-1mdk.i586.rpm
libqscintilla1-devel-1.0-1mdk.i586.rpm
libsip9-3.5-1mdk.i586.rpm
libsip9-devel-3.5-1mdk.i586.rpm
libsmi-0.4.0-2mdk.i586.rpm
libsmi-devel-0.4.0-2mdk.i586.rpm
libwpd-1_0-devel-0.5.0-1mdk.i586.rpm
libwpd-tools-0.5.0-1mdk.i586.rpm
libwxBase0-2.2.7-3mdk.i586.rpm
libwxBase0-devel-2.2.7-3mdk.i586.rpm
libxml++9-0.23.0-1mdk.i586.rpm
libxml++9-devel-0.23.0-1mdk.i586.rpm
mtr-0.51-2mdk.i586.rpm
mtr-gtk-0.51-2mdk.i586.rpm
nessus-libs-1.2.7-1mdk.i586.rpm
nvtv-0.4.4-1mdk.i586.rpm
openvpn-debug-1.4.1-1mdk.i586.rpm
pam_mount-0.5.14-2mdk.i586.rpm
perl-BerkeleyDB-debug-0.20-2mdk.i586.rpm
perl-Crypt-CBC-2.08-3mdk.noarch.rpm
perl-Crypt-OpenSSL-DSA-debug-0.11-2mdk.i586.rpm
perl-Math-BaseCalc-1.011-2mdk.noarch.rpm
perl-Net-Jabber-1.28-3mdk.noarch.rpm
perl-Test-Simple-0.47-2mdk.noarch.rpm
perl-Tie-IxHash-1.21-3mdk.noarch.rpm
perl-XML-Stream-1.15-3mdk.noarch.rpm
perl-XML-XUpdate-LibXML-0.4.0-1mdk.noarch.rpm
pyddr-0.7.1-1mdk.noarch.rpm
pyddr-music-1.0-1mdk.noarch.rpm
python-bsddb3-4.1.3-2mdk.i586.rpm
python-fpconst-0.6.0-2mdk.noarch.rpm
regutils-0.10-2mdk.i586.rpm
speaker3-0.5-2mdk.i586.rpm
squaroid-0.60.3-4mdk.i586.rpm
sylpheed-0.9.3-3mdk.i586.rpm
vrflash-0.20-2mdk.i586.rpm
wmnd-0.4.3-2mdk.i586.rpm
xcoral-3.40-2mdk.i586.rpm
xmms-Zon-0.04.1_beta2-5mdk.i586.rpm
xmms-gdancer-0.4.5-2mdk.i586.rpm
xsitecopy-0.11.4-2mdk.i586.rpm
xxdiff-2.9-2mdk.i586.rpm


smime.p7s
Description: S/MIME Cryptographic Signature


[Cooker] [Bug 4450] [freetype2] Patch for CJK environment

2003-07-31 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=4450


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-01-08 09:30 ---
These patches are way too big and intrusive for inclusion in our package.

I suggest you (or patch author) send them to freetype2/Xft authors for review
and merge in official tree.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
The Chinese font rendered by xft2 is so ugly in its default status. So, a 
Chinese programmer Firefly made his own patch to render Chinese font in a more 
acceptable quality.

Look here:
http://firefly.idv.tw/setfont-xft/patches/freetype/

Please note that the patches to xft2/fontconfig is also need to beautify the CJK 
fonts, which can be found in:
http://firefly.idv.tw/setfont-xft/patches



[Cooker] Whatever happened to free choice?

2003-07-31 Thread Dave Cotton
Tried urpmi --auto-select this morning and got:-

kdebase-3.1.3-4mdk.i586 (due to missing mdkkdm-9.1-28mdk.i586)
kdebase-nsplugins-3.1.3-4mdk.i586 (due to missing mdkkdm-9.1-28mdk.i586)
libkdebase4-nsplugins-3.1.3-4mdk.i586 (due to missing
mdkkdm-9.1-28mdk.i586)

IMHO this is totally out of order. mdkkdm is an _alternative_ to kdm and
some of us do not want to use it, as is our choice. Are users to get
into the habit of --allow-nodeps and the lists become full of MDK sucks
messages?
-- 
Dave Cotton <[EMAIL PROTECTED]>




[Cooker] [Bug 930] [kernel] Parallel ZIP causes ldm_validate_partition_table() error, and slow login

2003-07-31 Thread [guy-rouillier]
http://qa.mandrakesoft.com/show_bug.cgi?id=930





--- Additional Comments From [EMAIL PROTECTED]  2003-01-08 08:15 ---
I'm still having this problem with kernel-smp-2.4.21.0.18mdk-1-1mdk.i586.rpm.  I
tried installing it (1) with the flash card reader disconnected, then (2) with
it connected.  Either way I am still getting the ldm_validate_partition_table
message multiple times when I boot.  Mandrake 9.1 on dual Pentium 233MMX.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
- plug a 100MB parallel zip drive on the parallel port
- remove any zip from the drive
- check with "cdrecord -scanbus" that the zip drive is actually installed (ppa
module)
- run: "find /dev/scsi"

--> error ldm_validate_partition_table() : read disk failed

The error appears on the device representing the ZIP drive.

WARNING : this problem is causing a slow login :
**
At each first user login, the owner of the /dev entries are changed (devfsd?).
This leads to an error when changing owner of the Zip device.
Since the query and the error takes about 1,5 sec and they are repeated 3 times
at login, the login is considerably slowed down, and takes up to 5 sec.



[Cooker] Initscripts uses obsolete 'head -1'

2003-07-31 Thread Quel Qun
Hi,

Noticed this message during the boot process. 'head -1' should be
replaced by 'head -n 1'.

for i in `rpm -ql initscripts` ; do
  z=`grep -m 1 "head -[[:digit:]]" $i` ;
  if [[ -n $z ]] ; then
echo $i: $z;
  fi ;
done

/etc/rc.d/rc.modules
/etc/sysconfig/network-scripts/ifdown-ppp
/etc/sysconfig/network-scripts/ifup
/sbin/ifup
/usr/share/alsa/alsa-utils

It looks like a bunch of other scripts use 'head -1', it would be safer
to change them as early as possible.

Rgds,
-- 
kk1


signature.asc
Description: This is a digitally signed message part


Re: [Cooker] Re: gaim 0.65 and 0.66?

2003-07-31 Thread Vincent Meyer, MD
On Sunday 27 July 2003 06:09 pm, Brant Fitzsimmons wrote:
> Adam Williamson wrote:
> >On Sun, 2003-07-27 at 15:48, David Walser wrote:
> >>Adam Williamson wrote:
> >>>when will we be getting a new gaim in cooker?
> >>
> >>Judging from the Gaim forum, 0.66 seems to have some stability issues. 
> >> It's probably best to wait for 0.67
> >
> >Unstable software in Cooker?! Surely not ;). Thanks for the info, David.
>
> On my box Texstar's 0.66 has been much more stable than 0.65.  0.65
> would hang on exit; every single time.  On occasion it would also crash
> on signon.  I would have to restart it a couple of times before it would
> work.
>
> 0.66 has been a blessing.

0.64 had a lot of problems with the MSN protocol.  There was a major change in 
the internal, separating the guts from the UI, and 0.65  was released.  
Immediately after releasing it, they discovered a bunch of loose ends, and 
released  0.66.   I've been pounding on it pretty extensively, and so far it 
seems to be pretty much OK. 

Works well here on cooker as of two days ago - I'm a little behind on the 
updates and WAY behind on the mail .

V.




Re: [Cooker] Re: [CHRPM] rpmdrake-2.1-29mdk

2003-07-31 Thread Jay DeKing
On Tuesday 29 July 2003 1:43 pm, andre honored me with this communique:
> On Friday 25 July 2003 23:09, FACORAT Fabrice wrote:
> > Le ven 25/07/2003 à 13:45, Thierry Vignaud a écrit :
> > > --=-=-=
> > > Name: rpmdrake Relocations: (not
> > > relocateable) Version : 2.1   Vendor:
> > > MandrakeSoft Release : 29mdk Build Date:
> > > Fri Jul 25 15:32:52 2003
> >
> > When you click to select a package and you click gain to select another
> > package it uncheck/deselect everything.
> > ===> so inability to select severals packages with mouse.
> > Works fine with space bar.
>
> When you select a package in Upgradable it will open Addable.
> It also still has a problem with ghost selection in that it wants to
> uninstall a package (in this case kdenetworks) while i only have selected
> libcurl2, but before that i had a large number of packages selected which
> also wanted to uninstall kdenetworks and at that time i desected everything
> except one

I'm seeing this too. I posted it on Sunday under the title "Serious rpmdrake 
weirdness." 

My solution for now is to run rpmdrake to see what is available for upgrades, 
and then run urpmi from a shell to upgrade the packages. It's much faster 
than click-click-clicking over and over again to get what I want.

My installed versions:
gurpmi-4.4-16mdk
rpm-4.2-12mdk
rpm-build-4.2-12mdk
rpmdrake-2.1-29mdk
rpm-helper-0.9-1mdk
rpm-python-4.2-12mdk
rpmstats-0.4-1mdk
rpmtools-4.5-11mdk
urpmi-4.4-16mdk
perl-URPM-0.92-2mdk

I updated urpmi and gurpmi tonight to the versions listed above, and this 
behaviour is still evident.

Jay

-- 
Opportunity is missed by most people because it is dressed
in overalls and looks like work.
- Thomas Edison




Re: [Cooker] arts obsoletes current kdebase

2003-07-31 Thread Olivier Thauvin
Le Vendredi 01 Août 2003 01:30, Olivier Blin a écrit :
> > kdebase-3.1.3-1mdk means kdebase = 3.1.3-1mdk, the obsolete apply to
> > kdebase3, and kdebase != kdebase3.
>
> Yes, the obsoletes applies to kdebase3, but kdebase3 is provided by the
> kdebase package, so arts should obsolete the kdebase package. Obsoletes are
> applied to explicit provides and virtual provides.

No, no and no !
I made some test, I can say no because else openoffice won't install.

If rpm seems to obsoletes some provides, it do only when it want. Andi Payen 
made some test specs, I try some install order but I got a weird result:

I installed foo-1-1mdk, prividing bar

Installing foo2-1-1mdk, obsoleting bar does NOT remove foo. 
Installing foo2-1-2mdk, obsoleting bar removed foo.

The only diff find between foo2's specs are:
- changelog
- release tag

This sound like a big bug in rpm ? no ? Why in first case the rules apply and 
in the second ?
Someone (andi) asked me to ajust distlint, I made the fix, the test, the 
result is clear, I don't understand what rules rpm apply...

Fred: any (good) news about, rpmlib is very strange sometimes... One example, 
kdebase claim it want kdm but kdebase-kdm (which provides kdm) was... After 
some uninstall, rpm --rebuilddb I got all installed correctly.

> With current arts spec file and kdebase spec file, it's logical that arts
> obsoletes kdebase.
>
> PS: please post with Reply-To: [EMAIL PROTECTED] :)

gc: I cc'ed you this because we talked about this on irc.

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/




[Cooker] [Bug 2771] [kernel] Machine Lockup after pressing enter (first stage screen)

2003-07-31 Thread [richard]
http://qa.mandrakesoft.com/show_bug.cgi?id=2771





--- Additional Comments From [EMAIL PROTECTED]  2003-01-08 05:15 ---
Isn't this a duplicate of bug 320?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Hardware 
   1.8 Ghz P4 
   1GB RAM 
   80 GB IDE Hard Drive 
   ATI Radeon 9000 4x AGP 
 
Installing on a standard machine, that runs 9.0 without problems. 
Boots from CD without difficulty 
Displays Initial Screen [press enter for upgrade or install, press f1 for additional 
options] 
Upon pressing enter, full machine lock.  Keyboard caplock and numlock lights flashing. 
 
I have tried all install versions (vgalo, expert, alt0, alt1 etc)  
The only install version that does not give this problem is the text only install. 
Once the text install is complete, the system runs normally.



[Cooker] looking for...

2003-07-31 Thread J.A. Magallon
...a desktop utility that allows to put /var/log/messages in the desktop
background of Gnome, dynamically...

I have seen it in Cooker, but can't remember its name.

Any ideas ?

TIA

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like
sex:
werewolf.able.es \   It's better when it's
free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.22-pre9-jam1m (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-0.7mdk))



Re: [Cooker] beta of updated mdk-rpm-howto

2003-07-31 Thread Chmouel Boudjnah
Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> What do you guys do for editing larger wiki'ed documents?

You can try to look at this :

http://www.emacswiki.org/cgi-bin/wiki.pl/WikiModeDiscussion

Never tried thought.

-- 
http://www.chmouel.com/




Re: [Cooker] gettext and libiconv.so.2

2003-07-31 Thread Abel Cheung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Guillaume Cottenceau wrote:
|>The build fails in the compilation of java version fo gettext:
|
| Hmm, do we care about the gettext java stuff? We already don't
| provide java binaries (see changelog for 0.11.5-4mdk) because we
| don't want to depend on libgcj, also.
gc, probably you didn't notice the older thread; the dependency on
libgcj can be avoided by splitting java specific stuff into another
sub-package.
Abel

- --
Abel Cheung
Linux counter #256983   | http://counter.li.org
GPG Key: (0xC67186FF)   | http://deaddog.org/gpg.asc
Key fingerprint: 671C C7AE EFB5 110C D6D1  41EE 4152 E1F1 C671 86FF
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/KbNTQVLh8cZxhv8RAp4QAKC5EjaZ4mab5gTN+QwmUtQcTYYbQgCg4pFp
gcnUFjQx78j2mHtxu0lUGM8=
=uuTR
-END PGP SIGNATURE-



[Cooker] Rolling out the welcome mat

2003-07-31 Thread Leon Brooks
I ran across this review of The Borg's latest offering:

http://www.winsupersite.com/showcase/winserver2003_sbs.asp

The snippets that caught my eye were these:

Like previous SBS versions, SBS 2003 includes everything a
small business needs to get connected to the Internet,
establish email, share files and printers, send and receive
faxes, and so on. This time around, the product has been
polished with better installation and deployment tools,
simpler and more elegant management capabilities, and new
features suggested by users, such as better backup and
restore tools, and security-related functionality.

[...]

"With Windows Small Business Server 2003, you get access to
all of the raw capabilities of Windows Server 2003, as well
as SharePoint, Exchange, SQL, ISA, and Outlook," [Guy] Haycock
[Technical Product Manager for the Windows Server PMG] told
me. "We don't just bundle them; instead we examined what you
need to do to be successful. For example, how do you get all
of that technology installed without requiring 25 CDs and 17
hours of work? We've plugged in all the security best
practices we've learned, and worked to help small businesses
improve productivity out of the box."

[...]

In keeping with previous SBS versions, Windows Small Business
Server 2003 builds on the core capabilities of the underlying
products, adding simple management and end user tools that
drop all of the technical mumbo jumbo and replace it with
clear, English-language choices. SBS' biggest benefit has
always been across-the-board simplicity, and this version
delivers it in spades.

With a little glow of vicarious pride, I noted that Mandrake ship at 
least two of every major app featured in SBS 2003 Premium Edition. (-:

NOw, the purpose of this message: yes, it's a bad idea to have a newbie 
and/or complete incompetent administering a system, but given that it 
will happen anyway, would it not be a good idea to make sure that it 
happens well?

What they seem to have done here is added a setup wizard and drawn out a 
few common tasks from their configuration tools into a nicer, simpler 
set of the "most wanted" configuration options. Think of the first-time 
wizard thingy that Mandrake throws at you when you log into a new 
account (via *DM) for the first time, and roll MCC and the installer 
into that.

The simplest way of offering the same functionality on Mandrake would be 
to include a welcome page (and desktop icon) for root that included a 
clear and obvious option (icon) labelled something like "Setup Guide" 
which is a page in /usr/share/doc somewhere with very simple decision 
tree in it, perhaps something like this (only with the terms even less 
"jargonny"):

Start Here
Would you like to copy the installation media to disk?
Would you like to automatically fetch software updates?
Are you setting up a Server?
Is it to be an Internet gateway/firewall as well?
Will it masquerade/NAT for local machines?
Do any local services need to be visible from Internet?
[etc]
...a Web Server?
...a File Server?
...a Web Proxy?
...to host a complete Internet domain?
...to host a supercomputing cluster?
...[etc]
Are you setting up a Workstation?
Is it for home use?
...office use?
...to be an Internet kiosk?
...[etc]
Click here to read the latest version of this document from
  Mandrake's web server.

This Setup Guide would need to be clearly and explicitly referenced by 
the installer and documentation, for example:

   +---
   | Finished installation
   |
   | If you would like simple instructions to set everything up
   | and get the best out of your new Mandrake system, login as
   | the root user and click on the Setup Guide.
   |

The basic idea is that Joe or Jane Random Schmuck should be able, armed 
only with mouse and keyboard, to configure up a Mandrake machine OOTB 
reasonably securely to be an effective server and/or workstation.

At each step, the consequences of each choice should be outlined (e.g. 
"If you leave this setting at the default (off), your database will be 
more secure but will not be accessible from other computers or even 
from local programs which expect to talk to the database over a 
network").

Is there a neat way of doing this (presumably in SGML) so that 
translations of it all stay in sync?

Cheers; Leon




Re: [Cooker] Re: Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Stew Benedict

On Thu, 31 Jul 2003, David Walser wrote:

> Giuseppe Ghibò wrote:
> > David Walser ha scritto:
> >> Luca Berra wrote:
> >> 
> >>>David Walser wrote:
> >>>
> >>>
> imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  
> $HOME/mail might be safe.
> >>>

Guiseppe and I discussed this on IRC.  I'm thinking it's probably safest 
for imapd to use it's own namespace, .uwmail or Mailuw or something, 
rather than try to use mail, Mail etc. which have been historically used 
by a number of local mail clients. It would be handy to be able to share 
the folders, but given that there's no guarantee what might be found 
there, probably safest not to use them.

To deal with the migration issue, existing installations won't change, 
only fresh installs.  We'll leave it to the system admin to make the 
change, if they wish to.

WDYT?

-- 
Stew Benedict

--
MandrakeSoft




Re: [Cooker] arts obsoletes current kdebase

2003-07-31 Thread Olivier Blin
> kdebase-3.1.3-1mdk means kdebase = 3.1.3-1mdk, the obsolete apply to kdebase3, 
> and kdebase != kdebase3.

Yes, the obsoletes applies to kdebase3, but kdebase3 is provided by the kdebase 
package, so arts should obsolete the kdebase package.
Obsoletes are applied to explicit provides and virtual provides.
With current arts spec file and kdebase spec file, it's logical that arts obsoletes 
kdebase.

PS: please post with Reply-To: [EMAIL PROTECTED] :)
-- 
Olivier Blin



[Cooker] [Bug 4354] [ifplugd] for PCMCIA cards, ifplugd terminates and pulls down network connection soon after starting

2003-07-31 Thread [agollapudi]
http://qa.mandrakesoft.com/show_bug.cgi?id=4354





--- Additional Comments From [EMAIL PROTECTED]  2003-01-08 02:40 ---
I'm seeing the same behavior on a Dell Inspiron 8100.  This problem isn't just
seen when cards are plugged in during boot up.  Whenever you plug in a PCMCIA
card, the termination happens, as Adam pointed out, in about a minute.  I can
still use my network card by doing "dhclient eth1" after the termination.  I'm
running Mandrake 9.2 Beta 1.  This, obviously, used to work with Mandrake 9.1. 
The following is an excerpt from my log:

Jul 31 17:50:27 localhost ifplugd(eth1)[5586]: client: Determining IP
information for eth1... done.
Jul 31 17:50:27 localhost ifplugd(eth1)[5586]: Program executed successfully.
Jul 31 17:51:24 localhost ifplugd(eth1)[5586]: Executing
'/etc/ifplugd/ifplugd.action eth1 down'.
Jul 31 17:51:24 localhost ifplugd(eth1)[5586]: Program executed successfully.
Jul 31 17:51:24 localhost ifplugd(eth1)[5586]: Exiting.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
As in summary. When ifplugd is called for PCMCIA network cards during boot, it
starts and begins monitoring the connection correctly. Soon - about a minute and
a half after it was started - it exits, seemingly normally, and takes the
network connection down with it. The user has to enter "ifup eth0" to bring it
up again. I couldn't track down why ifplugd was quitting, but it seemed to be
some kind of triggered event, not a simple crash. This is confirmed on two
network cards on my laptop, one using orinoco_cs wireless driver and one using
pcnet_cs wired driver, and by another Cooker user on his own machine.



[Cooker] Re: Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread David Walser
Luca Berra wrote:
> On Thu, Jul 31, 2003 at 11:23:36PM +0200, Giuseppe Ghibò wrote:
>>David Walser ha scritto:
>>>As Levi pointed out it *might* be OK if they at least use the same format, 
>>>but there could still be locking issues.
>>
>>Now I finally understand what you mean. Independently of the mail folder 
>>prefix choosen
>>for KMail, Kmail fills LOCAL $HOME/Mail with dirs (drafts, trash, etc.) and 
>>indexes working files. So you are pointing out that there could be problems 
>>in the case LOCAL machine == IMAP SERVER. I wonder why Kmail places its 
> 
> i would state that elm used $HOME/Mail for mbox formatted mail folders,
> and has been doing it for at least the last 15 years, so if kmail writes
> something different it is kmail which is broken *grin*

well until recently Kmail was doing mbox in $HOME/Mail also, which was OK.

as far as it now using Maildir format by default and still saving it there, well I 
won't argue with you that it's broken :o)




[Cooker] [Bug 4451] [tetex] New: putri8r missing

2003-07-31 Thread [heikki.junes]
http://qa.mandrakesoft.com/show_bug.cgi?id=4451

   Product: tetex
 Component: packaging
   Summary: putri8r missing
   Product: tetex
   Version: 2.0.2-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Font putri8r cannot be found from packages. In RedHat it is packaged to
tetex-fonts.rpm, at /usr/share/texmf/fonts/tfm/adobe/utopia/putri8r.tfm.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] arts obsoletes current kdebase

2003-07-31 Thread Olivier Thauvin
Le Jeudi 31 Juillet 2003 22:29, Olivier Blin a écrit :
> $ rpm -q arts --obsoletes | grep kdebase3
> kdebase3
> kdebase3-nsplugins
> kdebase3-devel
>
> $ rpm -q --whatprovides kdebase3
> kdebase-3.1.3-1mdk
>
> arts obsoletes current kdebase, how can I upgrade to kde 3.1.3 ?

I complain because arts spec is not light and not clear, but kdeteam is not so 
stupid !!

kdebase-3.1.3-1mdk means kdebase = 3.1.3-1mdk, the obsolete apply to kdebase3, 
and kdebase != kdebase3.

And it seems rpm is a bit buggy, I send a bug report about some strange things 
I found to F. Lepied and F. Pons, but I am still waiting a response.

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/




[Cooker] [Bug 4453] [gnome2] New: no icons on desktop shortcuts except Nautilus ones

2003-07-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=4453

   Product: gnome2
 Component: gnome2
   Summary: no icons on desktop shortcuts except Nautilus ones
   Product: gnome2
   Version: 2.2.0-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: gnome2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


All shortcuts on the Gnome desktop use the default shortcut (a blank document
with a Gnome foot), except Nautilus shortcuts (Home, Trash) which use the right
icon.
It occurs with all shortcuts added by the user and with all desktop dynamic
icons (such as XawTV).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] Re: Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread David Walser
Giuseppe Ghibò wrote:
> David Walser ha scritto:
>> Luca Berra wrote:
>> 
>>>David Walser wrote:
>>>
>>>
imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail 
might be safe.
>>>
>>>so what?
>>>sorry, but i completely miss your point.
>> 
>> 
>> As Levi pointed out it *might* be OK if they at least use the same format, but 
>> there could still be locking issues.
> 
> Now I finally understand what you mean. Independently of the mail folder prefix 
> choosen
> for KMail, Kmail fills LOCAL $HOME/Mail with dirs (drafts, trash, etc.) and indexes 
> working 
> files. So you are pointing out that there could be problems in the case LOCAL 
> machine == IMAP 
> SERVER.

Yep, which I am actually doing.

> I wonder why Kmail places its custom working files into $HOME/Mail? IMHO it's not 
> much  
> legal to place there as default (why it doesn't use instead $HOME/.kmail?).

Not arguing, just curious;  why is $HOME/Mail not legal?

Kmail probably should be using $HOME/.kde/share/apps/kmail/Mail though.  It's more 
consistent with other KDE apps.  Probably the only reason it doesn't is historical.

> Imagine every mail  
> client would do the same (e.g. mozilla, etc.)? For imapd using "Mail" or "mail" 
> would be OK,
> because it places only shareable (from point of view of information) "mailboxes" and 
> not working 
> /temporary custom indexes there.
> 
> Of course default IMAP mailsubdir could be "mail" instead of "Mail" (no pb. there) 
> but either 
> with this change or not, IMHO Kmail needs its default path (which is not the same as 
> "mail 
> prefix") to be changed too.

I have no problem with that.

> Bye.
> Giuseppe.




Re: [Cooker] Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread lamikr_mdk
i would state that elm used $HOME/Mail for mbox formatted mail folders,
and has been doing it for at least the last 15 years, so if kmail writes
something different it is kmail which is broken *grin*
And pico as well.

Mika




Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Michael Lothian


Thomas Backlund wrote:

As for SCSI multiple luns, I'm not shure if it should be enabled by
 

default,
 

since the documentation states that it is safer that way...
and I cant justify satisfying a few people, but possibly breaking
 

systems
 

for a lot of people...
If you have a different opinion than me on this, feel free to let me
 

know...
 

( or know better than me ;-) ...)
 

I hear Suse enables it by default, perhaps someone can check that?
config.help is sometimes a bit outdated
   

My next kernel will enable it by default
 

Which version is that? Or when will it be released?

Mike




Re: [Cooker] Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Luca Berra
On Thu, Jul 31, 2003 at 11:23:36PM +0200, Giuseppe Ghibò wrote:
David Walser ha scritto:
As Levi pointed out it *might* be OK if they at least use the same format, 
but there could still be locking issues.
Now I finally understand what you mean. Independently of the mail folder 
prefix choosen
for KMail, Kmail fills LOCAL $HOME/Mail with dirs (drafts, trash, etc.) and 
indexes working files. So you are pointing out that there could be problems 
in the case LOCAL machine == IMAP SERVER. I wonder why Kmail places its 
i would state that elm used $HOME/Mail for mbox formatted mail folders,
and has been doing it for at least the last 15 years, so if kmail writes
something different it is kmail which is broken *grin*
L.

--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


Re: [Cooker] For 9.2 - automatic update notification

2003-07-31 Thread Guillaume Cottenceau
[EMAIL PROTECTED] (François Pons) writes:

> A modified MandrakeUpdate started from an /etc/X11/xinit.d/ scripts and which
> checks periodically updates and launch MandrakeUpdate on need ? or a
> configurations tools ?

I'd rather see it as a separate small tool. It needs stay simple.
As Andrey says. "Check for updates (daily) (weekly) etc". Then it
setups an anacron using the right urpmi call and sends a mail if
there is something. To the point. Should really be small.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



[Cooker] [Bug 4452] [gnome-session] New: should require gnome-user-docs or tell the user to install it

2003-07-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=4452

   Product: gnome-session
 Component: packaging
   Summary: should require gnome-user-docs or tell the user to
install it
   Product: gnome-session
   Version: 2.3.4-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When clicking on help buttons (for exemple in the logout dialog or in
gnome-control-center Help menu), gnome says that it can't find the help file.
gnome-session could require gnome-user-docs, or such errors message could tell
the user that this help is provided by the package gnome-user-docs.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] For 9.2 - automatic update notification

2003-07-31 Thread Guillaume Cottenceau
Buchan Milne <[EMAIL PROTECTED]> writes:

> On Thu, 17 Jul 2003, Blindauer Emmanuel wrote:
> 
> > because not everyone has fast internet line, and for example, when 
> > kde3.0.5a was updated, several Mo have to be downloaded. User should be 
> > able to dl firstly all packages, in several time, and wen all is present, 
> > update it. 
> 
> But this should be fixed in rpmdrake/MandrakeUpdate anyway. Just because 
> the user wants to install packages manually, doesn't mean he should be 
> forced to watch them. So, we could solve this and other problems if 
> MandrakeUpdate/rpmdrake had an option when downloading packages to do so 
> in the background (ie download all packages in one quiet window, and pop 
> up when all packages are downloaded).

You mean, a pause between downloads and install? Excuse my
ignorance but I haven't understood the reason for that? Note
that's different from what Emmanuel proposed, a.k.a download the
stuff in more than one time.

> Before gc tell my I suck again, I haven't used recent rpmdrake, so maybe 
> it does this already.

No :).

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Svetoslav Slavtchev
Quoting Stefan van der Eijk <[EMAIL PROTECTED]>:
> >>I've been able to build them and run them on my box. The only issue I 
> >>see is configuring the /etc/modules.conf file to get the modules loaded 
> >>properly. But this can also be done with the drakxtv tool.
> >>
> >>regards,
> >>
> >>Stefan
> >>
> >>
> >>
> >
> >
> >the Makefile looks pretty confusing,
> >and the dvd parts needs the windows drivers.
> >
> >do you need only "make mjpeg" or also the dvd addon?
> >
> Sorry, I should have mentioned it. Only the "make mjpeg".
> 
> The "make dvd" stuff is for obseleted addon hardware. I don't expect 
> many people have that kit.

i'll see what can i do :)

best,

svetljo


-- 





Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Stefan van der Eijk
Svetoslav Slavtchev wrote:

Quoting Stefan van der Eijk <[EMAIL PROTECTED]>:

 

Steffen Barszus wrote:

   

Am Donnerstag, 31. Juli 2003 18:36 schrieb Svetoslav Slavtchev:

 

Keep'em coming...


 

that's pretty much all of them
except:
alsa-rtc support
DC09_alsa_rtc_support.patch
mod_dvb-1.0.0-pre3 (~3Mb)
http://varna.demon.co.uk/~svetlio/ruby-contrib/MC25_mod_dvb_1.0.0-pre3.tar
  

   

This one should wait one or two days. DVB driver will become 1.0.0 this week
 

according to Johannes Stelzenbach on dvb mailinglist.

 

Can the Marvel (for MGA TV products) be merged too?

See: http://sourceforge.net/projects/marvel

I've been able to build them and run them on my box. The only issue I 
see is configuring the /etc/modules.conf file to get the modules loaded 
properly. But this can also be done with the drakxtv tool.

regards,

Stefan

   



the Makefile looks pretty confusing,
and the dvd parts needs the windows drivers.
do you need only "make mjpeg" or also the dvd addon?

Sorry, I should have mentioned it. Only the "make mjpeg".

The "make dvd" stuff is for obseleted addon hardware. I don't expect 
many people have that kit.

regards,

Stefan




smime.p7s
Description: S/MIME Cryptographic Signature


[Cooker] Backup software worth it : bacula

2003-07-31 Thread Gilles Mocellin
See bacula on http://www.bacula.org.
I use it for one month, an it's great.

RedHat packages work fine on mandrake, but we should have a Mandrake
version.




Re: [Cooker] Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Giuseppe Ghibò
David Walser ha scritto:
Luca Berra wrote:

David Walser wrote:


imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail might be safe.
so what?
sorry, but i completely miss your point.


As Levi pointed out it *might* be OK if they at least use the same format, but there could still be locking issues.
Now I finally understand what you mean. Independently of the mail folder prefix choosen
for KMail, Kmail fills LOCAL $HOME/Mail with dirs (drafts, trash, etc.) and indexes working 
files. So you are pointing out that there could be problems in the case LOCAL machine == IMAP 
SERVER. I wonder why Kmail places its custom working files into $HOME/Mail? IMHO it's not much 
legal to place there as default (why it doesn't use instead $HOME/.kmail?). Imagine every mail 
client would do the same (e.g. mozilla, etc.)? For imapd using "Mail" or "mail" would be OK,
because it places only shareable (from point of view of information) "mailboxes" and not working 
/temporary custom indexes there.

Of course default IMAP mailsubdir could be "mail" instead of "Mail" (no pb. there) but either 
with this change or not, IMHO Kmail needs its default path (which is not the same as "mail 
prefix") to be changed too.

Bye.
Giuseppe.



Re: [Cooker] [AAARRRGGH!] Warning: new glibc broke my box

2003-07-31 Thread J.A. Magallon

On 07.31, w9ya wrote:
> Hey gang;
> 
> I didn't see a notice here, so I thought I would ask:
> 
> I am seeing  glibc-2.3.2-10mdk up on (some of) the mirrors. Is this
version 
> o.k. to upgrade to from -8 ?
> 

Yes, it is safe to upgrade from -8 to -10.

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like
sex:
werewolf.able.es \   It's better when it's
free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.22-pre9-jam1m (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-0.7mdk))



Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Svetoslav Slavtchev
Quoting Stefan van der Eijk <[EMAIL PROTECTED]>:

> Steffen Barszus wrote:
> 
> >Am Donnerstag, 31. Juli 2003 18:36 schrieb Svetoslav Slavtchev:
> >  
> >
> >>>Keep'em coming...
> >>>  
> >>>
> >>that's pretty much all of them
> >>except:
> >>alsa-rtc support
> >>DC09_alsa_rtc_support.patch
> >>
> >>mod_dvb-1.0.0-pre3 (~3Mb)
> >>http://varna.demon.co.uk/~svetlio/ruby-contrib/MC25_mod_dvb_1.0.0-pre3.tar
> >>
> >>
> >
> >This one should wait one or two days. DVB driver will become 1.0.0 this week
> 
> >according to Johannes Stelzenbach on dvb mailinglist.
> >
> 
> Can the Marvel (for MGA TV products) be merged too?
> 
> See: http://sourceforge.net/projects/marvel
> 
> I've been able to build them and run them on my box. The only issue I 
> see is configuring the /etc/modules.conf file to get the modules loaded 
> properly. But this can also be done with the drakxtv tool.
> 
> regards,
> 
> Stefan
> 


the Makefile looks pretty confusing,
and the dvd parts needs the windows drivers.

do you need only "make mjpeg" or also the dvd addon?

svetljo





Re: [Cooker] arts obsoletes current kdebase

2003-07-31 Thread Olivier Blin
$ rpm -q arts --obsoletes | grep kdebase3
kdebase3  
kdebase3-nsplugins  
kdebase3-devel  

$ rpm -q --whatprovides kdebase3
kdebase-3.1.3-1mdk

arts obsoletes current kdebase, how can I upgrade to kde 3.1.3 ?

Cheers

-- 
Olivier Blin



[Cooker] weird curl/urpmi problem

2003-07-31 Thread Kim Schulz
Hi
I wanted to use curl insted of wget for the updating of my urpmi
hdlists, but curl gives me alot of errors:


 urpmi.update -a --proxy wwwproxy.nork.auc.dk:3128 --curl
retrieving description file of "noo1"...
...retrieving failed: curl failed: exited with 22 or signal 0

retrieving source hdlist (or synthesis) of "noo1"...
curl: option - is unknown
curl: try 'curl --help' or 'curl --manual' for more information
   
ftp://sunsite.uio.no/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/base/hdlist.cz
57% of 18.2M completed, ETA = 0:00:03, speed = 2484k
(after 100%)
...retrieving done  
  
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.noo1.cz]
retrieving description file of "noo2"...
...retrieving failed: curl failed: exited with 22 or signal 0


any idea of what's wrong? 

Best regards
Kim Schulz



Re: [Cooker] Kernel 2.6 test under VMware

2003-07-31 Thread Robert Fox
On Thu, 2003-07-31 at 17:49, Adam Williamson wrote:
> On Thu, 2003-07-31 at 19:43, Robert Fox wrote:
> > I installed a fresh Cooker under VMware with the normal kernel.
> > 
> > Then I tried rpmdrake but it failed due to the broken GTK stuff.
> > 
> > So I tried urpmi and here is what happened:
> > 
> > I installed the init-modules first - then:
> > 
> > [EMAIL PROTECTED] rfox]# urpmi kernel-2.6
> >   
> > ftp://robert:[EMAIL 
> > PROTECTED]//mnt/hd/cooker/Mandrake/RPMS2/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
> > installing
> > /var/cache/urpmi/rpms/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
> > Preparing...   
> > ##
> >   
> > 1:kernel-2.6.0-0.test2.1mdk##
> > No module BusLogic found for kernel 2.6.0-0.test2.1mdk
> > No module BusLogic found for kernel 2.6.0-0.test2.1mdk
> > 
> > When I tried to boot the 2.6-test2 it panic'd of course.
> > 
> > Any tips would be welcome!
> 
> Wrong mkinitrd, I'll wager. You need the one on the supermount-ng
> page...

Thanks for the tip - could you explain a bit further about the
supermount-ng page?  Is there a link or something?  I only have the
mkinitrd from Cooker.

Thx,
R.Fox




Re: [Cooker] Kernel 2.6 test under VMware

2003-07-31 Thread Adam Williamson
On Thu, 2003-07-31 at 21:52, Robert Fox wrote:
> On Thu, 2003-07-31 at 17:49, Adam Williamson wrote:
> > On Thu, 2003-07-31 at 19:43, Robert Fox wrote:
> > > I installed a fresh Cooker under VMware with the normal kernel.
> > > 
> > > Then I tried rpmdrake but it failed due to the broken GTK stuff.
> > > 
> > > So I tried urpmi and here is what happened:
> > > 
> > > I installed the init-modules first - then:
> > > 
> > > [EMAIL PROTECTED] rfox]# urpmi kernel-2.6
> > >   
> > > ftp://robert:[EMAIL 
> > > PROTECTED]//mnt/hd/cooker/Mandrake/RPMS2/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
> > > installing
> > > /var/cache/urpmi/rpms/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
> > > Preparing...   
> > > ##
> > >   
> > > 1:kernel-2.6.0-0.test2.1mdk##
> > > No module BusLogic found for kernel 2.6.0-0.test2.1mdk
> > > No module BusLogic found for kernel 2.6.0-0.test2.1mdk
> > > 
> > > When I tried to boot the 2.6-test2 it panic'd of course.
> > > 
> > > Any tips would be welcome!
> > 
> > Wrong mkinitrd, I'll wager. You need the one on the supermount-ng
> > page...
> 
> Thanks for the tip - could you explain a bit further about the
> supermount-ng page?  Is there a link or something?  I only have the
> mkinitrd from Cooker.

Andrey just uses his supermount-ng webspace to store a few RPMs
necessary for 2.6 to function properly on Mandrake (module-init-tools ,
which is in Cooker so isn't actually needed, plus different versions of
mkinitrd and initscripts). The link is:

http://supermount-ng.sourceforge.net/mdk-25/
-- 
adamw




Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Stefan van der Eijk
Steffen Barszus wrote:

Am Donnerstag, 31. Juli 2003 18:36 schrieb Svetoslav Slavtchev:
 

Keep'em coming...
 

that's pretty much all of them
except:
alsa-rtc support
DC09_alsa_rtc_support.patch
mod_dvb-1.0.0-pre3 (~3Mb)
http://varna.demon.co.uk/~svetlio/ruby-contrib/MC25_mod_dvb_1.0.0-pre3.tar
   

This one should wait one or two days. DVB driver will become 1.0.0 this week 
according to Johannes Stelzenbach on dvb mailinglist.

Can the Marvel (for MGA TV products) be merged too?

See: http://sourceforge.net/projects/marvel

I've been able to build them and run them on my box. The only issue I 
see is configuring the /etc/modules.conf file to get the modules loaded 
properly. But this can also be done with the drakxtv tool.

regards,

Stefan


smime.p7s
Description: S/MIME Cryptographic Signature


[Cooker] [Bug 4423] [locales-zh] Wrong format of Longdate/Shortdate in zh

2003-07-31 Thread [fundawang]
http://qa.mandrakesoft.com/show_bug.cgi?id=4423





--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 23:22 ---
There maybe other format in invididual environmnet.

1. ls -l
2. KClock Applet, Tooltip/Hint which shows current date.
3. GnomeClock.

How can I change the default settings of above?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
It seems that the time format of zh has not been defined within locale, because 
the final format is the same as US.

The official date format should be as follow:

Longdate: 2003?7?30
Shortdate: 2003-07-30

If you want exact date format for specific environment, just contact me.



[Cooker] [Bug 4448] [gnome-control-center] default theme schemas could not be found

2003-07-31 Thread [drfickle]
http://qa.mandrakesoft.com/show_bug.cgi?id=4448





--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 23:12 ---
Yes, I am using Metacity.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Starting the gnome-theme-manager results in the message:

"The default theme schemas could not be found on your system.  This means that
you probably don't have metacity installed, or that your gconf is configured
incorrectly."

(copying text from dialogs in GTK2 is the greatest thing since sliced bread :)

Running

for i in /etc/gconf/schemas/*.schemas ; do GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source` gconftool-2 --makefile-install-rule $i > /dev/null; done

does not spew any errors, but does not seem to fix the problem.



[Cooker] Installation failure and reboot failure

2003-07-31 Thread guran
Hi

After a rsync at uninett I did an installation.
Version:
Mandrake Linux Cooker-i586 20030731 18:37

I asked for everything to the left plus firewall => 1843 MB
After asking for individual packages and pressing next it wanted to install 
1305 MB.
I went back and rechecked the individual packages and let it install.
Printer was identified as HP 710C, but wanted to give me 712C. The paper was 
set to USletter although I asked for added swedish language and zone &c.

Rebooted and gave startx, got into a blue screen with a bad window of 
inst.wizard. Exited X and installed Xtart => only the Microsoft-Gnome and 
IceWM was there.

Could not reboot the box, last sentence:
open /dev/fb0: No such file or directory
had to use a hard reset. 
After that I tried to reboot my other test Cooker that was updated prior to 
this installation, and KDE was gone there to.

regards
guran
-- 
Crux Linux 1.1 kernel-2.4.20

Only in a society that has 'a priori' defined what is true
can the results from the evolution of life be defined false.




[Cooker] Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread David Walser
Giuseppe Ghibò wrote:
> Levi Ramsey ha scritto:
>> On Thu Jul 31 11:40 -0400, David Walser wrote:
>> 
>>>imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail 
>>>might be safe.
>> 
>> 
>> What mailbox format does KMail use?  If it's mbox, then there's no
>> conflict, and indeed making your KMail boxes accessible through IMAP may
>> well be a useful feature.

Kmail used to use mbox exclusively, but it now supports maildir (and uses it by 
default unfortunately).

> Kmail is a client and is not related with mailbox formats which is
> a feature of imap servers.

Not sure what you're saying there.

> Note that changing the Mail folder "root" 
> in the imapd is not the same as setting it in the mail client.

Right.

> Bye.
> Giuseppe.




[Cooker] Re: [CHRPM] python-2.2.3-5mdk

2003-07-31 Thread Oden Eriksson
torsdagen den 31 juli 2003 20.30 skrev Gwenole Beauchesne:
> --=-=-=
> Name: python   Relocations: (not relocateable)
> Version : 2.2.3 Vendor: MandrakeSoft

Not 2.3 ;)

-- 
Regards // Oden Eriksson, Deserve-IT.com



[Cooker] Re: Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread David Walser
Luca Berra wrote:
> David Walser wrote:
> 
>> imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail 
>> might be safe.
> so what?
> sorry, but i completely miss your point.

As Levi pointed out it *might* be OK if they at least use the same format, but there 
could still be locking issues.




Re: [Cooker] New bootsplash

2003-07-31 Thread avalon
>
> First version uploaded, impacted packages are bootsplash, initscripts
> and libmng.
>
> Add splash=silent in you kernel command line to activate the
> quiet progress bar mode.
>
> Basic info at:
> http://qa.mandrakesoft.com/twiki/bin/view/Main/BootSplashHowTo
>
> --
> Warly

thank you, thank you, thank you :)  I'll have to check it out...







[Cooker] [Bug 4450] [freetype2] New: Patch for CJK environment

2003-07-31 Thread [fundawang]
http://qa.mandrakesoft.com/show_bug.cgi?id=4450

   Product: freetype2
 Component: program
   Summary: Patch for CJK environment
   Product: freetype2
   Version: 2.1.4-4mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: minor
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The Chinese font rendered by xft2 is so ugly in its default status. So, a 
Chinese programmer Firefly made his own patch to render Chinese font in a more 
acceptable quality.

Look here:
http://firefly.idv.tw/setfont-xft/patches/freetype/

Please note that the patches to xft2/fontconfig is also need to beautify the CJK 
fonts, which can be found in:
http://firefly.idv.tw/setfont-xft/patches

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] urpmi (wget) instability - annoyance?

2003-07-31 Thread Tomasz Chmielewski
Hi,

I have a dsl connection, dynamic IP, and my provider changes my address 
every few hours.
Whenever it happens, and I use urpmi in a meantime - urpmi just freezes.

Maybe it's more of wget issue than of urpmi, but it would have been nice 
r if urpmi checks from time to time if something is really being 
downloaded, and if not - restart wget, ask what to do etc.

Below - the state in which wget and urpmi are for an hour or so.

32233 pts/2S  0:09 /usr/bin/perl /usr/sbin/urpmi --no-verify-rpm 
--auto-select
32235 pts/2S  0:00 /usr/bin/perl /usr/sbin/urpmi --no-verify-rpm 
--auto-select
32236 pts/2S  0:00 /usr/bin/perl /usr/sbin/urpmi --no-verify-rpm 
--auto-select
32607 pts/2S  0:00 /usr/bin/wget --progress=bar:force -o - 
--retr-symlinks -NP /var/cache/urpmi/partial 
ftp://fr2.rpmfind.net/linux/MandrakeCooker/cooker/i586/Mandrake/RPMS/libbon...

Regards,

-- T




[Cooker] [Bug 4449] [gimp] New: Gimp doesn't start from KDE menu

2003-07-31 Thread [tulear999]
http://qa.mandrakesoft.com/show_bug.cgi?id=4449

   Product: gimp
 Component: program
   Summary: Gimp doesn't start from KDE menu
   Product: gimp
   Version: 1.2.5-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


using gimp-1.2.5-3mdk 
 
The command used in menu is "gimp-remote -n -f" which sould work according  
"man gimp-remote".  
  
If you launch Gimp from command line ("gimp"), it starts (but fonts are not  
AA...)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Steffen Barszus
Am Donnerstag, 31. Juli 2003 18:36 schrieb Svetoslav Slavtchev:
> > Keep'em coming...
>
> that's pretty much all of them
> except:
> alsa-rtc support
> DC09_alsa_rtc_support.patch
>
> mod_dvb-1.0.0-pre3 (~3Mb)
> http://varna.demon.co.uk/~svetlio/ruby-contrib/MC25_mod_dvb_1.0.0-pre3.tar

This one should wait one or two days. DVB driver will become 1.0.0 this week 
according to Johannes Stelzenbach on dvb mailinglist. 

Steffen




[Cooker] ksnapshot hangs when trying to save the snap

2003-07-31 Thread Robert Fox
Fresh Cooker with KDE 3.13

When I tried to take a screen shot with ksnapshot (wanting to document
the GTK problem) - ksnapshot hung when i attempted to save the snap I
took.  I had to kill the process.  This happened several times in a row
. . .

Thx,
R.Fox
-- 
Robert Fox <[EMAIL PROTECTED]>
Fox Consulting Services




Re: [Cooker] Gtk broken with fresh Cooker install

2003-07-31 Thread Mark Draheim
On 31 Jul 2003 18:53:41 +0200
[EMAIL PROTECTED] (François Pons) wrote:

> "Frederic Crozat" <[EMAIL PROTECTED]> writes:
> 
> > On Thu, 31 Jul 2003 18:26:03 +, Robert Fox wrote:
> > 
> > > So I can't open any GTK based tool like rpmdrake because all the
> > > text is missing.  When I fire up Gnome fore the first time - it
> > > comes up - but no text in the menus (just icons)
> > 
> > DrakX bug.. francois ?
> 
> Strange, testing so...

could the OP check the install logs? I get a similar thing when
installing but in my case this is due to freetype2 being in plf volume
which comes after cooker. So tons postin scripts fail due to missing
freetype, resulting in no fonts in GTK apps. I run my own script right
after first boot to rectify this.

The script is pretty old (as old as plf freetype). I guess I should
check which portions of it are still needed.


[EMAIL PROTECTED] markd]$ cat /share/install/scripts/font-fix.sh
#!/bin/bash

# only needed when using plf's freetype

/usr/bin/pango-querymodules > /etc/pango/pango.modules
/usr/bin/gnome-font-install --smart
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
fc-cache




[Cooker] Re: [CHRPM] kernel2.4-marcelo-2.4.22-0.pre9.1mdk

2003-07-31 Thread Olivier Blin
> Name: kernel2.4-marceloRelocations: (not relocateable)
> Version : 2.4.22Vendor: MandrakeSoft
> Release : 0.pre9.1mdk   Build Date: Thu Jul 31 13:29:28 2003

> * Sat Jun 14 2003 Juan Quintela <[EMAIL PROTECTED]> 2.4.21-1mdk
> 
> - 2.4.21 final.

Hum, which one is it ? 2.4.22-pre9 or 2.4.21 ?

-- 
Olivier Blin



Re: [Cooker] Gtk broken with fresh Cooker install

2003-07-31 Thread François Pons
"Frederic Crozat" <[EMAIL PROTECTED]> writes:

> On Thu, 31 Jul 2003 18:26:03 +, Robert Fox wrote:
> 
> > So I can't open any GTK based tool like rpmdrake because all the text is
> > missing.  When I fire up Gnome fore the first time - it comes up - but
> > no text in the menus (just icons)
> 
> DrakX bug.. francois ?

Strange, testing so...

François.



Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Svetoslav Slavtchev
Quoting Thomas Backlund <[EMAIL PROTECTED]>:
> > next series :)
> > 
> 
> Someone is being busy ;-)

probably you :)

i just took them from my rpms and added deskription
 
> All seems to be needed patches...
> they will end up in my next kernel...
> 
> BTW,
> Next time you want to send me a lot of patches,
> please do it offlist or put them on your webpage,
> with only links in the mail to the ML...
> 
> It's not a problem for my mailbox, or my DSL line, 
> but I'm thinking on everyone on this ML that uses slow 
> dialup links, and not everyone is interested in downloading
> 168k of patches they won't use themselves...
> (atleast if it starts to happend often...)

well it never hit the list because of this 
got it returned -> max size 100kb
 
> Other than that
> 
> Keep'em coming...

that's pretty much all of them
except:
alsa-rtc support
DC09_alsa_rtc_support.patch

mod_dvb-1.0.0-pre3 (~3Mb)
http://varna.demon.co.uk/~svetlio/ruby-contrib/MC25_mod_dvb_1.0.0-pre3.tar

and i think hostap is missing from 6mdk.src.rpm
(it was updated to 0.3 in 5mdk but the tar is empty in the 6mdk source)
http://varna.demon.co.uk/~svetlio/ruby-contrib/MC35_hostap.tar

all of them are supposed to go in the patches tarball

best,

svetljo



DC09_alsa_rtc_support.patch
Description: Binary data


[Cooker] DrakX install problem during X configuration

2003-07-31 Thread Robert Fox
The mirror problems are fixed - YEAH!

Now that I'm synced and I tried a fresh install.

During the X configuration stage of the install - the X server starts -
but there is no confirmation dialog if it worked or not.
I had to "ctrl-alt-backspace" to kill the X server and the install
continued as normal.

This is not normal.

Thx,
R.Fox

-- 
Robert Fox <[EMAIL PROTECTED]>
Fox Consulting Services




Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Luca Berra
Thomas Backlund wrote:
i don't seem to be able to download correctly the src.rpm (all i get is
30MB of 0) tested from differnet machines connectivity and software.
That's weird...
It works here...
will try again

__setup("max_scsi_luns=", scsi_luns_setup);
#endif
should i say more?
as stated in another mail, I'll switch it on in the next kernel...

ok if it does not hurt performance wile scanning, and if noone complains 
of it crashing older scsi hardware, but i believe that since it can be 
turned on on the kernel or module command line it can be left as it is.

maybe harddrake could change the parameter depending on which hardware 
is found.

regards,
L.



Re: [Cooker] Kernel 2.6 test under VMware

2003-07-31 Thread Adam Williamson
On Thu, 2003-07-31 at 19:43, Robert Fox wrote:
> I installed a fresh Cooker under VMware with the normal kernel.
> 
> Then I tried rpmdrake but it failed due to the broken GTK stuff.
> 
> So I tried urpmi and here is what happened:
> 
> I installed the init-modules first - then:
> 
> [EMAIL PROTECTED] rfox]# urpmi kernel-2.6
>   
> ftp://robert:[EMAIL 
> PROTECTED]//mnt/hd/cooker/Mandrake/RPMS2/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
> installing
> /var/cache/urpmi/rpms/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
> Preparing...   
> ##
>   
> 1:kernel-2.6.0-0.test2.1mdk##
> No module BusLogic found for kernel 2.6.0-0.test2.1mdk
> No module BusLogic found for kernel 2.6.0-0.test2.1mdk
> 
> When I tried to boot the 2.6-test2 it panic'd of course.
> 
> Any tips would be welcome!

Wrong mkinitrd, I'll wager. You need the one on the supermount-ng
page...
-- 
adamw




Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Thomas Backlund
Viestissä Torstai 31 Heinäkuu 2003 19:59, Luca Berra kirjoitti:
> Thomas Backlund wrote:
> >>i don't seem to be able to download correctly the src.rpm (all i get is
> >>30MB of 0) tested from differnet machines connectivity and software.
> >
> > That's weird...
> > It works here...
>
> will try again
>
> >>__setup("max_scsi_luns=", scsi_luns_setup);
> >>#endif
> >>
> >>should i say more?
> >
> > as stated in another mail, I'll switch it on in the next kernel...
>
> ok if it does not hurt performance wile scanning, and if noone complains
> of it crashing older scsi hardware, but i believe that since it can be
> turned on on the kernel or module command line it can be left as it is.
>

Argh...
I didn't read the code... I just replied... based on my other reply..
of course it should be off by default since it's a module option ;-)
That way we won't brake any old hardware...
(wich was the original reason for my question)..

> maybe harddrake could change the parameter depending on which hardware
> is found.

This is IMHO the right way to take care of this "problem"...
It would be a nice harddrake feature ;-)

And I now do recall reading somewhere that the multiple lun probing
extends the booting time ...
(and people are alredy complaining about slow boot...)


Thomas




Re: [Cooker] Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Levi Ramsey
On Thu Jul 31 11:40 -0400, David Walser wrote:
> imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail 
> might be safe.

What mailbox format does KMail use?  If it's mbox, then there's no
conflict, and indeed making your KMail boxes accessible through IMAP may
well be a useful feature.

-- 
Levi Ramsey
[EMAIL PROTECTED]   [EMAIL PROTECTED]

Take due notice and govern yourselves accordingly.
Currently playing: Rush - Hold Your Fire - Tai Shan
Linux 2.4.21-3mdk
 12:08:00 up 4 days, 14:55,  8 users,  load average: 0.22, 0.17, 0.11



Re: [Cooker] [Bug 4197] [ntp] New: add pool.ntp.org to/etc/ntp.conf (and /etc/ntp/step-tickers)

2003-07-31 Thread Adam Williamson
On Thu, 2003-07-31 at 13:41, Pixel wrote:
> Christian Bricart <[EMAIL PROTECTED]> writes:
> 
> > > > How do I link this issue both to ntp and DrakX, as
> > > > "gi/perl-install/timezone.pm" handles /etc/ntp.conf, too..?
> > > 
> > > could you give the list of .pool.ntp.org and
> > > .pool.ntp.org that are available?
> > 
> > I've just added an additional comment in bugzilla about this.
> > I think just adding "pool.ntp.org" three times should be enough, as it's a 
> > round-robin DNS after all ..
> 
> 
> i've added pool.ntp.org once  and made it the default.

ntpd really expects to have multiple servers. The intended use of
pool.ntp.org is to have multiple instances of it in the config file;
each one should resolve to a different server.

> > It should find beter servers while running, not?
> 
> i don't know how it works :)

I don't either, but from what I've read on the mailing list, the latency
to the time server is really actually pretty irrelevant to how NTP
works; having a server a long way away only matters if you need REALLY
REALLY accurate (talking less than tenths of a second here) readings.
For general use, just about any server will work.
-- 
adamw




[Cooker] Kernel 2.6 test under VMware

2003-07-31 Thread Robert Fox
I installed a fresh Cooker under VMware with the normal kernel.

Then I tried rpmdrake but it failed due to the broken GTK stuff.

So I tried urpmi and here is what happened:

I installed the init-modules first - then:

[EMAIL PROTECTED] rfox]# urpmi kernel-2.6
  
ftp://robert:[EMAIL 
PROTECTED]//mnt/hd/cooker/Mandrake/RPMS2/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
installing
/var/cache/urpmi/rpms/kernel-2.6.0-0.test2.1mdk-1-1mdk.i586.rpm
Preparing...   
##
  
1:kernel-2.6.0-0.test2.1mdk##
No module BusLogic found for kernel 2.6.0-0.test2.1mdk
No module BusLogic found for kernel 2.6.0-0.test2.1mdk

When I tried to boot the 2.6-test2 it panic'd of course.

Any tips would be welcome!

Thx,
R.Fox

-- 
Robert Fox <[EMAIL PROTECTED]>
Fox Consulting Services




Re: [Cooker] Re: [CHRPM] drakxtools-9.2-0.21mdk

2003-07-31 Thread Stew Benedict

Finally getting to some of this:

On Thu, 24 Jul 2003, FACORAT Fabrice wrote:

> 3°/ RW erasing
> - at minimum size, the checkbox overlap the "Erase Now" button
> - you say "Check you want to erase you rewritable support (1st session
> )".
> ==> Saying : "Erase the CD-RW each time" is better and ... shorter.
> ==> why only the 1st session ? if I want to erase a CD-RW, I'd rather
> have everything erase and a full erase.
> 

The thought here was a multisession CD.  You would be putting more than 1 
backup on the CD, so you would only want to erase when creating the 1st 
session.  Probably could be made clearer in some way.

> + Drakbackup -> Manual Configuration -> Where -> Tape : 
> 
> 2°/ Check/Are you sure pb and possible confusion
> - drakbackup should not says "Are you sure you want to erase your tape
> before ...". It should say : "Erase tape before each backup" []
> And you check to say yes. It's not a wizard, or if this is a wizard, I
> don't have the impression this is a wizard.
> - drakbackup should not says "Check you want to eject tape after
> backup".
> How does drakbackup is going to figure it out ? In fact it will be
> better to say : "Eject tape after each backup" []

I'm not seeing the "Are you sure" text.  Translation issue?
In English, it's "Please check if...", written by the previous author.
I agree it could be more succinct.  I've hesitated to change text as it 
pushes more work to the translators, who generally get upset when we start 
changing things late in the game.  I'll drop the "Please check"

> - what does "Check you want to use a non-rewindable device" mean ?
> Is drakbackup is going to check that the tape can be rewind or is
> drakbackup wil not rewind the tape after the backup and put the otheers
> after the last one ?
> If second, it should be better to say : "rewind tape after each backup"
> []
> 

Second - will change the verbage.

> + Drakbackup -> Manual Configuration -> When :
> 
> 2°/ can we specify the hour of the backup ?
> I know that drakbackup use /etc/crond.* [hourly,daily,weekly,monthly],
> but should we have the possibility to specify a special hour ?
> 

Not currentl - good idea though.

> + Drakbackup -> Manual Configuration -> More Options :
> 
> 1°/ typo in french
> utilser <-> Utiliser
> 
> 2°/ lack of help
> should have at least a tooltip explaining where are located
> .backupignore files.
> 

Still under development.  It doesn't work yet, but I was trying to get 
the text in (see translator comment above).

> 
> + MUG ( Mdk Ui Guideline )
> You have Cancel - Help - ...
> It should be Help - Cancel ?
> 

MUG changes applied.  Working on other UI issues.


-- 
Stew Benedict

--
MandrakeSoft




Re: [Cooker] Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Luca Berra
David Walser wrote:

imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail might be safe.
so what?
sorry, but i completely miss your point.
L.




[Cooker] New bootsplash

2003-07-31 Thread Warly

First version uploaded, impacted packages are bootsplash, initscripts
and libmng.

Add splash=silent in you kernel command line to activate the
quiet progress bar mode.

Basic info at: http://qa.mandrakesoft.com/twiki/bin/view/Main/BootSplashHowTo

-- 
Warly



Re: [Cooker] Gtk broken with fresh Cooker install

2003-07-31 Thread Frederic Crozat
On Thu, 31 Jul 2003 18:26:03 +, Robert Fox wrote:

> So I can't open any GTK based tool like rpmdrake because all the text is
> missing.  When I fire up Gnome fore the first time - it comes up - but
> no text in the menus (just icons)

DrakX bug.. francois ?

-- 
Frederic Crozat
MandrakeSoft




[Cooker] Gtk broken with fresh Cooker install

2003-07-31 Thread Robert Fox
So I can't open any GTK based tool like rpmdrake because all the text is
missing.  When I fire up Gnome fore the first time - it comes up - but
no text in the menus (just icons)

Thx,
R.Fox


-- 
Robert Fox <[EMAIL PROTECTED]>
Fox Consulting Services




[Cooker] [Bug 4448] [gnome-control-center] default theme schemas could not be found

2003-07-31 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=4448


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|GConf2  |documentation
Product|GConf2  |gnome-control-center
Summary|default theme schemas could |default theme schemas could
   |not be found|not be found
Version|2.3.3-3mdk  |2.3.4-3mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 20:03 ---
Reassign to good package..

Is metacity installed and running ?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Starting the gnome-theme-manager results in the message:

"The default theme schemas could not be found on your system.  This means that
you probably don't have metacity installed, or that your gconf is configured
incorrectly."

(copying text from dialogs in GTK2 is the greatest thing since sliced bread :)

Running

for i in /etc/gconf/schemas/*.schemas ; do GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source` gconftool-2 --makefile-install-rule $i > /dev/null; done

does not spew any errors, but does not seem to fix the problem.



Re: [Cooker] Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Giuseppe Ghibò
Levi Ramsey ha scritto:
On Thu Jul 31 11:40 -0400, David Walser wrote:

imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail might be safe.


What mailbox format does KMail use?  If it's mbox, then there's no
conflict, and indeed making your KMail boxes accessible through IMAP may
well be a useful feature.
Kmail is a client and is not related with mailbox formats which is
a feature of imap servers. Note that changing the Mail folder "root"
in the imapd is not the same as setting it in the mail client.
Bye.
Giuseppe.



[Cooker] [Bug 4448] [GConf2] New: default theme schemas could not be found

2003-07-31 Thread [drfickle]
http://qa.mandrakesoft.com/show_bug.cgi?id=4448

   Product: GConf2
 Component: GConf2
   Summary: default theme schemas could not be found
   Product: GConf2
   Version: 2.3.3-3mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
 Component: GConf2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Starting the gnome-theme-manager results in the message:

"The default theme schemas could not be found on your system.  This means that
you probably don't have metacity installed, or that your gconf is configured
incorrectly."

(copying text from dialogs in GTK2 is the greatest thing since sliced bread :)

Running

for i in /etc/gconf/schemas/*.schemas ; do GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source` gconftool-2 --makefile-install-rule $i > /dev/null; done

does not spew any errors, but does not seem to fix the problem.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Thomas Backlund
Viestissä Torstai 31 Heinäkuu 2003 10:27, Luca Berra kirjoitti:
> On Thu, Jul 31, 2003 at 08:55:06AM +0300, Thomas Backlund wrote:
> >My next kernel is out:
> >
> >the primary reason I push this out already is because of some bugfixes,
> >so I haven't applied any patches sent to me that changes the configs,
> >but most of them is already is the src.rpm, just needing to be enabled...
>
> i don't seem to be able to download correctly the src.rpm (all i get is
> 30MB of 0) tested from differnet machines connectivity and software.
>

That's weird...
It works here...

the filesize is 39.949.228 bytes
and the md5sums file is at
http://www.iki.fi/tmb/Cooker/md5sums.asc

> >As for SCSI multiple luns, I'm not shure if it should be enabled by
> > default, since the documentation states that it is safer that way...
> >and I cant justify satisfying a few people, but possibly breaking systems
> >for a lot of people...
> >If you have a different opinion than me on this, feel free to let me
> > know... ( or know better than me ;-) ...)
>
> scsi_scan.c:
>
> #define MAX_SCSI_LUNS 0x
>
> #ifdef CONFIG_SCSI_MULTI_LUN
> static unsigned int max_scsi_luns = MAX_SCSI_LUNS;
> #else
> static unsigned int max_scsi_luns = 1;
> #endif
>
> #ifdef MODULE
>
> MODULE_PARM(max_scsi_luns, "i");
> MODULE_PARM_DESC(max_scsi_luns, "last scsi LUN (should be between 1 and
> 2^32-1)");
>
> #else
> ...
> __setup("max_scsi_luns=", scsi_luns_setup);
> #endif
>
> should i say more?

as stated in another mail, I'll switch it on in the next kernel...

Thomas




Re: [Cooker] [AAARRRGGH!] Warning: new glibc broke my box

2003-07-31 Thread w9ya
Hey gang;

I didn't see a notice here, so I thought I would ask:

I am seeing  glibc-2.3.2-10mdk up on (some of) the mirrors. Is this version 
o.k. to upgrade to from -8 ?

Bob


On Tuesday 29 July 2003 03:40 pm, parag shah wrote:
> On Tue, Jul 29, 2003 at 12:53:11PM +0200, Jan Ciger wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > J.A. Magallon wrote:
> > | HI, just a WARNING
> > |
> > | I was updating remotely a machine and when it got to update to
> > | glibc-2.3.2-9mdk, some scriptlet failed and box is broken.
> > | Even ls just gives core-dump.
> > |
> > | I am able to start a sash. Any way to recover remotely ?
> > | And locally ?
> > |
> > | :(, Cooker risks :)
> > |
> > | TIA
> >
> > I didn't have any problems with the update. To recover, you will have to
> > boot from a CD, get the older version of the glibc RPM and install it.
> >
> > Good luck :-)
>
> I had same fatal glibc update that coredumped my machine left and right.
> I managed to recover by downloading glibc-2.3.2-5mdk from a cooker
> mirror ( It is also on the Beta1 cd of 9.2). I then used mc to extract
> files from the glibc rpm and copied them on to my defunct machine booted
> into rescue mode. once i manged to boot in i then had to set rpm
> database right by force installing the same glibc-2.3.2-5mdk and its
> devel package. Now things are back to where it was befor that fatal
> glibc update.
>
> Hope this helps to anyone who got burnt cause of glibc update today.
>
> regards,
>
> parag




Re: [Cooker] Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread w9ya
On my version of kmail it is one of the options, but not the default.

Bob


On Thursday 31 July 2003 11:08 am, Levi Ramsey wrote:
> On Thu Jul 31 11:40 -0400, David Walser wrote:
> > imap shouldn't use $HOME/Mail because other apps use that (Kmail etc). 
> > $HOME/mail might be safe.
>
> What mailbox format does KMail use?  If it's mbox, then there's no
> conflict, and indeed making your KMail boxes accessible through IMAP may
> well be a useful feature.




Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Thomas Backlund
From: <[EMAIL PROTECTED]>
> On Thu, 31 Jul 2003, Thomas Backlund wrote:
>
> >
> > As for SCSI multiple luns, I'm not shure if it should be enabled by
default,
> > since the documentation states that it is safer that way...
> > and I cant justify satisfying a few people, but possibly breaking
systems
> > for a lot of people...
> > If you have a different opinion than me on this, feel free to let me
know...
> > ( or know better than me ;-) ...)
> I hear Suse enables it by default, perhaps someone can check that?
> config.help is sometimes a bit outdated
>

My next kernel will enable it by default

>
> badram patch would be nice.
>

This is my first priority now, since I got hit by the problem :-(
I need a "stable" system to build my kernels on ;-)


Thomas






Re: [Cooker] Network Upgrade 9.0 - 9.2

2003-07-31 Thread Joe Baker
Greg,

I just tried doing a network install from one of the
mandrake-devel trees and all the packages sure didn't 
work together as they did when I started downloading 
directly from a mirror of the 9.2 iso.

I'm working on a solution which involves some symbolic
links and loopback mounts of the iso image to provide
the necessary directory structure for a network
install of the three ISO images.

-Joe Baker


On Mon, 2003-07-28 at 21:11, Greg Meyer wrote:
> On Monday 28 July 2003 06:37 pm, Joe Baker wrote:
> > Is there an FTP server that services the Mandrake 9.2 individual
> > files verses the whole ISO images?
> >
> 9.2 right now is called cooker and it is on the mandrake-devel tree of any 
> mirror.




[Cooker] [Bug 491] [kdeadmin] French dictionnaries not configured

2003-07-31 Thread [pablo]
http://qa.mandrakesoft.com/show_bug.cgi?id=491





--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 19:25 ---
aspell-xx package is installed when choosing xx language at install time;
and aspell, when called without language specific dictionnary, will select
the dictionnary for the locale.

So, if kde is set to use aspell by default, is there some other configuration
needed ? 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
When you install in french, french dictionaries should be installed and 
configured by default.



[Cooker] Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread David Walser
Giuseppe Ghibò wrote:
> Luca Berra ha scritto:
> 
>>> As I said for imap using mbox:%h/ as default is a bad, as it would have
>> 
>> Yes, the problem is that at the moment it is set-up this way, so 
>> changing it will break something.
> 
> Current RPM is set to use mbox:%h/Mail/, and I wish to continue to
> see that setting.

imap shouldn't use $HOME/Mail because other apps use that (Kmail etc).  $HOME/mail 
might be safe.




Re: [Cooker] kernel-2.4.2.6.4tmb

2003-07-31 Thread Thomas Backlund
From: "Svetoslav Slavtchev" <[EMAIL PROTECTED]>
> 
> next series :)
> 

Someone is being busy ;-)


> compressed loop
> cloop-1.0.patch.bz
> 

Nice. This one was on my ToDo...
Hopefully it works too ;-)

> sbp2 hotpluging(apply after the firewire updates)
> 
> scsi_add_rem.patch.bz2
> sbp2-enable_addrem_hack.patch.bz2
> 
> bttv updates and lirc-saa7134
> 
> bttv-20030625.patch.bz2
> lirc_saa7134_3rdparty.patch.bz2
> lirc_saa7134_kernel.patch.bz2
> 
> ir241_updates:
> 
> ir241_caddr_mask.patch.bz2
> ir241_export_crc-3.patch.bz2
> ir241_iriap_skb_leak.patch.bz2
> ir241_lmp_timer_race-2.patch.bz2
> ir241_secondary_rr.patch.bz2
> ir241_static_init.patch.bz2
> ir241_usb_cleanup-4.patch.bz2
> 
> usb updates and usb-speedtouch backport :
> 
> usb-ax8817x-2.4.21.patch.bz2
> usb-ehci-2.4.21.patch.bz2
> usb-hub-2.4.21.patch.bz2
> usb-kobil_sct-2.4.21.patch.bz2
> usb-net_drivers-2.4.21.patch.bz2
> usb-pl2303-01-2.4.21.patch.bz2
> usb-pl2303-02-2.4.21.patch.bz2
> usb-rtl8150-2.4.21.patch.bz2
> usb-scanner-2.4.21.patch.bz2
> usb-serial-core-2.4.21.patch.bz2
> usb-speedtouch-2.4.21.patch.bz2
> usb-storage-2.4.21.patch.bz2
> usb-usbfs-2.4.21.patch.bz2
> usb-vicam-2.4.21.patch.bz2
> usb-visor-2.4.21.patch.bz2
> 
All seems to be needed patches...
they will end up in my next kernel...

BTW,
Next time you want to send me a lot of patches,
please do it offlist or put them on your webpage,
with only links in the mail to the ML...

It's not a problem for my mailbox, or my DSL line, 
but I'm thinking on everyone on this ML that uses slow 
dialup links, and not everyone is interested in downloading
168k of patches they won't use themselves...
(atleast if it starts to happend often...)

Other than that

Keep'em coming...

Thomas




[Cooker] [Bug 4447] [KDE] New: missing/misnamed kde-i18n packages

2003-07-31 Thread [pablo]
http://qa.mandrakesoft.com/show_bug.cgi?id=4447

   Product: KDE
 Component: KDE
   Summary: missing/misnamed kde-i18n packages
   Product: KDE
   Version: 3.1.3-3mdk
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: KDE
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


There are missing kde-i18n-* packages if we compare what we ship with whath is
available at ftp://ftp.kde.org/pub/kde/stable/3.1.3/src/kde-i18n/

The missing languages are:

bs, eu, fa, hr, mk, nso, se, ss, ven, vi, zu

Also, note that the chinese packages have been properly renamed to "zh_CN" and
"zh_TW"; our rpm packages should do too.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] 9.2 Beta 1 LILO Issue during install...

2003-07-31 Thread Pixel
Mark Watts <[EMAIL PROTECTED]> writes:

> I go into the bootloader settings at the end of the install and make a few 
> changes (changing from graphic lilo to text mode), hit apply, then gen an I/O 
> error from lilo.
> 
> I reboot and I'm prompted with the lilo from my previous Gentoo install, which 
> allows me to at least get a console.
> Running lilo from a root prompt works.

can you send me /root/drakx/report.bug.gz ?



[Cooker] [Bug 982] [kdebase] file views in konqueror in detailed mode don't respect double click settings

2003-07-31 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=982


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 18:32 ---
*** Bug 4443 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
When KDE has been set to use double-click to open files/direcories, konqueror
will still open files/directories on single-click when using 'detailed' view.

When icon view is used, the behaviour is correct.



[Cooker] [Bug 4443] [libkdecore4] single click/double click konqueror file manager

2003-07-31 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=4443


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 18:32 ---
I think this is the same as bug 982 which I filed a long time ago.

Maybe someone from Mandrakesoft would care to give us some information on what
they are intending to achieve with the patch?

Whatever they are attempting, having single click work in some widgets, and
double click in others when KDE is set to double click is very confusing. I now
avoid using Konqueror because I know I confuse myself ...

*** This bug has been marked as a duplicate of 982 ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Please remove patches 102 and 105 from kdelibs. Single click and double click 
should work as intended. Putting single click file selection in double click 
mode is not a feature but an annoyance.



Re: [Cooker] Network Upgrade 9.0 - 9.2

2003-07-31 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joe Baker wrote:
> Greg,
>
> I just tried doing a network install from one of the
> mandrake-devel trees and all the packages sure didn't
> work together as they did when I started downloading
> directly from a mirror of the 9.2 iso.
>

Yes, cooker mirrors are often out-of-date ...

> I'm working on a solution which involves some symbolic
> links and loopback mounts of the iso image to provide
> the necessary directory structure for a network
> install of the three ISO images.

Mount all the ISO's, say under /mnt/mandrake/9.1/iso/{1,2,3}

In /mnt/mandrake/9.1, make a Mandrake directory, and from it, do:

ln -s ../iso/*/Mandrake/* .

This should give you a working setup, and for a network install you
would then specify the path to /mnt/mandrake/9.1/

Regards,
Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/KS5nrJK6UGDSBKcRAu6ZAJ98cYKP3YVG5+oQ8McZ85sPtaCGZACguRkz
Divf4Qcqggftb3LXMYBx0ao=
=Z7qP
-END PGP SIGNATURE-

**
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
**



[Cooker] [Bug 4444] [kdebase] Konqueror Web Browser Horizontal scroll bar

2003-07-31 Thread [bret]
http://qa.mandrakesoft.com/show_bug.cgi?id=





--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 17:49 ---
This bug is actually present in any window that requires a vertical scroll 
bar.  For example I was just reading my mail in KMail and it exhibited this 
behaviour. 
 
There is only a horizontal scroll bar if the vertical scroll bar is displayed.  
It doesn't look like it redraws the canvas to account for the vertical scroll 
bar, so it needs to add a horizontal scroll bar to see the whole canvas. 
 
 
smeat! 
 
 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Konqueror web browser always displays a horizontal scroll bar at the bottom of
the screen  when browsing websites. Is this a feature or a bug?



Re: [Cooker] Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Giuseppe Ghibò
Luca Berra ha scritto:

As I said for imap using mbox:%h/ as default is a bad, as it would have
Yes, the problem is that at the moment it is set-up this way, so 
changing it will break something.
Current RPM is set to use mbox:%h/Mail/, and I wish to continue to
see that setting.

The migration tools should be done using some simple script
...

IMHO they are quite easy/trivial to write.
this is also something that can easily screw user setup, so it should be 
done very carefully.
It also should deal with squirrel or similar and it is possible that 
someone changed the path on the client, so it may break things.
Squirrel now uses "" as default, so it can't break anything. If users provided
a mailpath, such as 'mymail' into their mail client (different
than 'mail' or 'Mail'), then such path will be moved into $HOME/Mail
to result $HOME/Mail/mymail: as $HOME/Mail will be invisible to mail clients.
An alternative would be to not caring about "cleaning" the existing
per-user .mailboxlist installation, and just only taking care about
"backward" compatibility, i.e. if a /home//.mailboxlist would contain
mail/myfolder1
mail/myfolder2
and the files are

$HOME/mail/myfolder1
$HOME/mail/myfolder2
The migration script would have just to move $HOME/mail/myfolder1 and
$HOME/mail/myfolder2 to:
$HOME/Mail/mail/myfolder1
$HOME/Mail/mail/myfolder2
Existing users will still see their mails into "mail/" folders, without
changing anything in their configuration, but system files of $HOME no longer will be
visible/accessible.

as I said if we would use the rule of using the same
Mailsubdir name either in dovecot and in imapd, we wouldn't even
need to move mailboxes, and also all the mail clients we have would
be happy in using an empty mailsubdir path.
this is the best option, i am uncertain as how it should be done.
this is why i proposed to keep things as they are and start bitching 
users to fix them manually.
The fix was made to imapd in 3mdk, but then Stew after Buchan warning
about backward compatibility issues preferred to revert back with old scheme
with mailbox folders in $HOME instead of $HOME/Mail.

IMHO, this "compatibity" to subscribed folders should be added by the 
dovecot author, using some switch in conf file (someone suggests him 
then), as it claim to be "fully compatible" with
i think it was discussed on the dovecot list, i'll check the archives


If the dovecot author doesn't plan to add 5 lines of code for
supporting $HOME/.mailboxlist file for some reason, then I think
it's not worthwhile to waste time in trying to add such support ourself (users would have just 
resubscribe to their Folders).


INBOX mailbox(es) could also be accessed at the same time in 
POP3/POP3s mode...


I thought that the dovecot pop server would deal with indexes


Another alternative would be also to include the "maildir" patch
for uw-imapd.
a patch that mark crispin does not want to accept in uw.
Well, I read he said because he couldn't do better job on that task. Of course the
patched version would have to be into a standalone RPM (e.g. uw-imapd-maildir).
Bye.
Giuseppe.



[Cooker] Re: Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread David Walser
Giuseppe Ghibò wrote:
> Yes, in dovecot .subscription is on the MAILSUBDIR directory,
> i.e. in the dir specified by mbox:..., while in uw-imap
> the .mailboxlist is always in $HOME, whatever path is used
> for mailboxes subdir.
> 
> The migration tools should be done using some simple script
> to be used in %trigger* section of SPEC file. Such script should
> just SCAN /home/ for finding .mailboxlist (users who don't
> have .mailboxlist in their home don't need changes as they never used IMAP) and move 
> them
> to the appropriate repository. Ditto for the migration script
> for imap when "mailsubdir" is changed from '' to 'Mail'. Such script should
> just read the .mailboxlist files and move folders listed there from $HOME to 
> $HOME/Mail.
> IMHO they are quite easy/trivial to write.

Lots of servers probably have /home mounted NFS root_squash.  Having %post scripts 
mess around in /home is a *bad* idea.




[Cooker] Re: Re: Re: Re: Re: frozen-bubble, pysol need soundwrapper

2003-07-31 Thread David Walser
Per Øyvind Karlsen wrote:
> On Thursday 31 July 2003 12:40, Guillaume Cottenceau wrote:
>> David Walser <[EMAIL PROTECTED]> writes:
>> > > argh. as far as my tests went, a while ago, i saw that using
>> > > artsdsp and esddsp was a big performance problem, so personally i
>> > > use it for xmms only, but not for frozen-bubble and the other
>> > > games i maintain.
>> >
>> > I think I remember seeing egoboo and supertux fixed 2 Sundays
>> > ago, but I don't remember adontell and tuxracer being fixed.
>> >
>> > You wanna take care of it GC?
>>
>> I have more urgent things to do..
>>
>> > Speaking of avoiding using artsdsp/esddsp when possible, is
>> > anything happening with my new soundwrapper?
>>
>> Didn't test it yet.
> 
> I've fixed it now..

It being adontell and tuxracer, thanks Per Øyvind.  GC still has to look into 
soundwrapper when he gets time.




Re: [Cooker] Re: [CHRPM] imap-2002d-3mdk

2003-07-31 Thread Luca Berra
Giuseppe Ghibò wrote:
so if we want to be compatible we could
change the name to .mailboxlist
provide a default_mail_env like
mbox:%h/:INBOX=/var/spool/mail/%u:INDEX=%h/.imapidx
As I said for imap using mbox:%h/ as default is a bad, as it would have
Yes, the problem is that at the moment it is set-up this way, so 
changing it will break something.

The migration tools should be done using some simple script
...
IMHO they are quite easy/trivial to write.
this is also something that can easily screw user setup, so it should be 
done very carefully.
It also should deal with squirrel or similar and it is possible that 
someone changed the path on the client, so it may break things.

as I said if we would use the rule of using the same
Mailsubdir name either in dovecot and in imapd, we wouldn't even
need to move mailboxes, and also all the mail clients we have would
be happy in using an empty mailsubdir path.
this is the best option, i am uncertain as how it should be done.
this is why i proposed to keep things as they are and start bitching 
users to fix them manually.

IMHO, this "compatibity" to subscribed folders should be added by the 
dovecot author, using some switch in conf file (someone suggests him 
then), as it claim to be "fully compatible" with
i think it was discussed on the dovecot list, i'll check the archives


INBOX mailbox(es) could also be accessed at the same time in POP3/POP3s 
mode...
I thought that the dovecot pop server would deal with indexes

...

migration path from uw. This is why i proposed dovecot, it should
receive broad testing to see if it is a viable solution for replacing
uw, but i don't see it easy for 9.2.
Another alternative would be also to include the "maildir" patch
for uw-imapd.
a patch that mark crispin does not want to accept in uw.

BTW, Have you tried bincimap?
no. i found dovecot because i was looking for an alternative to uw which 
did not force me to change the mailbox format (too many users on that 
system and i did not get paid for the work)

btw speaking of cyrus, what about putting the dirsync patch in the
kernel?
That's for Juan.

well, Juan what do you think about it?

i have a dirsync patch running on my main mail server with no ill effect.

regards,
L.



Re: [Cooker] [Bug 4314] [drakxtools] Firewire storage not recognized

2003-07-31 Thread Pixel
"[frederic]" <[EMAIL PROTECTED]> writes:

> I have an external USB HD and a firewire enclosure with 1 HD in it. Diskdrake
> displays the USB storage as "sda". The Firewire drive does not appear. I
> expected to see the firewire drive as "sdb".

fixed in latest ldetect library (used by DrakX)

@resolution=fixed



Re: [Cooker] DVD+RW, 3C940, USB2.0 and 300GB disk

2003-07-31 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jaroslaw Zachwieja wrote:
> Straight to the cheese (rpms updated today):
>
> 1. cdrecord lacks DVD+RW code
>
> scsidev: '1,0,0'
> scsibus: 1 target: 0 lun: 0
> Linux sg driver version: 3.1.25
> cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.
> cdrecord: If you need DVD+R/DVD+RW support, ask the Author for
> cdrecord-ProDVD.
> cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder
found on
> this target.
>

So, buy cdrecord-ProDVD, or try Warly's hacked up cdrecord (as below,
but I don't know if it supports +RW), or dvd+rw-tools, or maybe we need
to package http://www.nongnu.org/dvdrtools/

We have used growisfs from dvd+rw-tools in 9.1/cooker contrib with no
problems.


> Cdrecord 2.01a16-dvd (i586-mandrake-linux-gnu) Copyright (C) 1995-2003
Jörg
> Schilling
> Note: This version is an unofficial (modified) version with DVD support
> Note: and therefore may have bugs that are not present in the original.
> Note: Please send bug reports or support requests to
> <[EMAIL PROTECTED]>.
> Note: The author of cdrecord is not to be bothered with problems in this
> version.
> Using libscg version 'schily-0.7'
> Device type: Removable CD-ROM
> Version: 0
> Response Format: 2
> Capabilities   :
> Vendor_info: 'SONY'
> Identifikation : 'DVD RW DRU-510A '
> Revision   : '1.0b'
> Device seems to be: Generic mmc2 DVD-R/DVD-RW.
> Using generic SCSI-3/mmc   CD-ROM driver (mmc_cd).
> Driver flags   : MMC-3 SWABAUDIO BURNFREE
> Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
>


- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/KRcRrJK6UGDSBKcRAvJ0AJ9npPkWydv0tMn3X/hM8w91I0QLSACgudOi
amDz961JpqawwSTMTuRJ/hs=
=xOiu
-END PGP SIGNATURE-

**
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
**



[Cooker] DVD+RW, 3C940, USB2.0 and 300GB disk

2003-07-31 Thread Jaroslaw Zachwieja
Straight to the cheese (rpms updated today):

1. cdrecord lacks DVD+RW code

scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.25
cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.
cdrecord: If you need DVD+R/DVD+RW support, ask the Author for 
cdrecord-ProDVD.
cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on 
this target.

Cdrecord 2.01a16-dvd (i586-mandrake-linux-gnu) Copyright (C) 1995-2003 Jörg 
Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to 
<[EMAIL PROTECTED]>.
Note: The author of cdrecord is not to be bothered with problems in this 
version.
Using libscg version 'schily-0.7'
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   : 
Vendor_info: 'SONY'
Identifikation : 'DVD RW DRU-510A '
Revision   : '1.0b'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc   CD-ROM driver (mmc_cd).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R

2. 3C940 is not supported at all (onboard with Asus P4P800)
3. 300GB HDD (Maxtor) connected with Belkin USB2.0 enclosure reports the 
drive as ~128GB (enclosure problem or usb 2.0 doesn't support more?)
4. nv driver shows nothing but blank screen with Gainward Ultra/780 TV/DVI 
(works fine with nvidia driver)
5. Memory interleave causes bootkernel to hang (no screen at all) on ASUS 
P4P800 mobo (works when memory is in single bank) when trying to start fb 
based display. works fine with text install (attached lspci)
6. "Sorry, no chips were detected" with sensors-detect

00:00.0 Host bridge: Intel Corp. 82865G/PE/P Processor to I/O Controller 
(rev 02)
00:01.0 PCI bridge: Intel Corp. 82865G/PE/P Processor to AGP Controller 
(rev 02)
00:1d.0 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.3 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801EB USB2 (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corp. 82801EB LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801EB Ultra ATA Storage Controller 
(rev 02)
00:1f.3 SMBus: Intel Corp. 82801EB SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801EB AC'97 Audio 
Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0312 
(rev a1)
02:0a.0 Ethernet controller: Intel Corp. 82540EM Gigabit Ethernet 
Controller (rev 02)

kernel -6enterprise

Regards,
-- 
Jaroslaw Zachwieja
Centre for Scientific Computing
University of Warwick
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.25
cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.
cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-ProDVD.
cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this 
target.
Cdrecord 2.01a16-dvd (i586-mandrake-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to <[EMAIL PROTECTED]>.
Note: The author of cdrecord is not to be bothered with problems in this version.
Using libscg version 'schily-0.7'
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   : 
Vendor_info: 'SONY'
Identifikation : 'DVD RW DRU-510A '
Revision   : '1.0b'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc   CD-ROM driver (mmc_cd).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
00:00.0 Host bridge: Intel Corp. 82865G/PE/P Processor to I/O Controller (rev 02)
00:01.0 PCI bridge: Intel Corp. 82865G/PE/P Processor to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.3 USB Controller: Intel Corp. 82801EB USB (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801EB USB2 (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corp. 82801EB LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801EB Ultra ATA Storage Controller (rev 02)
00:1f.3 SMBus: Intel Corp. 82801EB SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801EB AC'97 Audio Controller (rev 
02)
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0312 (rev a1)
02:0a.0 Ethernet controller: Intel Corp. 82540EM Gigabit Ethernet Controller (rev 02)


Re: [Cooker] [Bug 4197] [ntp] New: add pool.ntp.org to /etc/ntp.conf (and /etc/ntp/step-tickers)

2003-07-31 Thread Pixel
Christian Bricart <[EMAIL PROTECTED]> writes:

> > > How do I link this issue both to ntp and DrakX, as
> > > "gi/perl-install/timezone.pm" handles /etc/ntp.conf, too..?
> > 
> > could you give the list of .pool.ntp.org and
> > .pool.ntp.org that are available?
> 
> I've just added an additional comment in bugzilla about this.
> I think just adding "pool.ntp.org" three times should be enough, as it's a 
> round-robin DNS after all ..


i've added pool.ntp.org once  and made it the default.

> It should find beter servers while running, not?

i don't know how it works :)




[Cooker] Re: kdesdk owns way too much!

2003-07-31 Thread Laurent Montel
Le Thursday 31 July 2003 13:23, Per Øyvind Karlsen a écrit :
> kdesdk should NOT own all these directories!

Fixed thanks.



Re: [Cooker] beta of updated mdk-rpm-howto

2003-07-31 Thread Guillaume Cottenceau
Buchan Milne <[EMAIL PROTECTED]> writes:

> > - me and wiki actually :/... i use a real editor for editing my
> >   documents, i have much trouble editing a larger document like
> >   mdk rpm howto in my browser, without real editing capabilities;
> >   copy-paste back and forth between wiki and local harddrive
> >   would also be a pain.. how do you use wiki with larger files?
> 
> These are some valid issues. Maybe there are extensions for editors to
> handle wiki's?

I still can live with copy-paste I suppose... but an extension is
surely a good idea, it maybe even already exist..

What do you guys do for editing larger wiki'ed documents?

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] Re: Automatic use of SSE: one other gcc bug ?

2003-07-31 Thread J.A. Magallon

On 07.31, Gwenole Beauchesne wrote:
> On Thu, 31 Jul 2003, J.A. Magallon wrote:
> 
> > a) With pentium3, gcc spits sse instructions for moves, like movaps.
> >Sure it should be doing this ? If I build with -mno-sse, my code
works
> >again. But -msse should only activate/deactivate the use of
> >__builtin_movaps() and friends. I am also developing the use of SSE
> >for my vector math, so I _need_ -msse. How can I just enable the
builtins,
> >but prevent gcc to spit its own sse instructions ?
> 
> Indeed, doco states that enables intrinsics. But I'd believe this changed 
> over time. Please, can I get a testcase of that one too?
> 
> > b) Automatic use of SSE would be ok if gcc is sure arguments are
aligned,
> >or if it uses unaligned moves. But I have seen gcc do things like:
> > 
> >movups  %xmm0, -120(%ebp)
> > 
> >Who knows how is that aligned ? Even if stack is 16-byte aligned,
> >120 is not a multiple of 16... Changing that to movups and compiling
> >the assembler, things work. So obviously it was not aligned.
> 
> Can you please provide me with an appropriate testcase?
> 

I got it !! I have killed al the const& and optimized code and gcc still
generates a movaps.

// bug.cc

class Vector
{
public:
float f[4];
Vector()
{
f[0]=f[1]=f[2]=f[3]=0;
};
Vector(float a,float b,float c,float d)
{   
f[0]=a; f[1]=b; f[2]=c; f[3]=d;
};
Vector operator-() const
{
return Vector(-f[0],-f[1],-f[2],-f[3]);
};   
};

class Ray
{
public:
Vector o,d;
};

class Env
{
public:
Vector e,v,n,ng;
void set(const Ray& r);
};

Vector fn()
{
return Vector(0,0,0,0);
}

void Env::set(const Ray& r)
{
e = r.o;
v = -r.d;
n = fn();
ng = -n;
}

Build with

g++ -O2 -march=pentium3 -S bug.cc

and look at the code in Env::set():

...
.LC1:
.long   -2147483648
.long   0
.long   0
.long   0
.text
.align 2
.p2align 4,,15
.globl _ZN3Env3setERK3Ray
.type   _ZN3Env3setERK3Ray, @function
...
movss   .LC1, %xmm0
... 
movaps  %xmm0, -56(%ebp)

It looks as, when gcc has to reuse a float -1.0, stores it from data segment
in an xmm register, and then puts that back onto stack with an aligned
sse move.

Now that I know whats going on, I have to find a solution apart from
building with -O1...finding the individual -foptmization that cuses this ?

Hope this helps.

Would you post the bug in gcc ? If so, plz add me to the CCs. If not, I will
do it.

TIA

BTW: is there any #pragma or anything similar to say "this file must be
compiled at -O1" ?

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like
sex:
werewolf.able.es \   It's better when it's
free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.22-pre9-jam1m (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-0.7mdk))



Re: [Cooker] beta of updated mdk-rpm-howto

2003-07-31 Thread Guillaume Cottenceau
Buchan Milne <[EMAIL PROTECTED]> writes:

> Buchan Milne wrote:
> >
> > Well, I think if wt2db (and db2omf too) can be made to work, we may have
> > an end-product that may be worth the inconvenience? Actually, maybe I
> > should try db2omf on the sgml version of mdk-rpm-howto (I couldn't get
> > wt2db to give me anything docbook-utils like from the wikitext version
> > of mdk-rpm-howto).
> 
> Hmm, can't seem to locate an sgml copy of mdk-rpm-howto, where would it
> be found?

Ok, I've merged the ex-internal stuff and ex-external stuff. New
version is at:

http://people.mandrakesoft.com/~gc/mdk-rpm-howto/

and sgml source is here for your perusal:

http://people.mandrakesoft.com/~gc/mdk-rpm-howto/src/

I think this can be a good version to move to wiki from.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] gettext and libiconv.so.2

2003-07-31 Thread Guillaume Cottenceau
Pablo Saratxaga <[EMAIL PROTECTED]> writes:

> Kaiuxo!
> 
> On Tue, Jul 01, 2003 at 02:38:10PM +0200, Guillaume Cottenceau wrote:
> 
> > > ( gc, do you have time to upgrade gettext and libtool packages? )
> > 
> > I'm maintainer for it, but had some headaches in the past so now
> > I don't update to newest version anymore, I sort of expect Pablo
> > to do so :). Pablo, would you like becoming official maintainer
> > of gettext? It would be more sensible than myself I guess..
> 
> The build fails in the compilation of java version fo gettext:

Hmm, do we care about the gettext java stuff? We already don't
provide java binaries (see changelog for 0.11.5-4mdk) because we
don't want to depend on libgcj, also.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



  1   2   >