[Cooker] Xircom PCMCIA driver loading problem

2003-09-19 Thread lamikr_mdk
Has anybody problems with the PCMCIA network cards with the Mandrake 
cooker? Just tested with HP Omnibook 4150 with Xircom CE3 10/100 Fast 
Ethernet card. (Couple of year old 400 mhz model) and it appears that I 
need to set the ip address manually every time.

During the booting
  1) I will see messages repeated which will claim that there may be
  a IRQ conflict.
  2) There appears text that cardmanager have loaded the driver
  succesfully
  3) When I log in, the ip address is not set. I will always need to
  set it manually by using ifconfig eth0 xxx netmask xxx and
  route add default gw xxx
If I run drakconf it will recognice my card
  Vendor: Xircom CE3-10/100 Fast Ethernet
  Module: xirc2ps_cs
If I check dmesg there is following text repeated multible times.

Linux Kernel Card Services Kernel Version
options: [pci] [cardbus] [pm]
ds: no socket driver loaded
unloading kernel card services
inux Kernel Card Services Kernel Version
options: [pci] [cardbus] [pm]
ds: no socket driver loaded
unloading kernel card services
...
PCI: found irq 10 for device 00:04.0
PCI: Sharing irq 10 with 01:00.0
..
..
eth0: Xircom port 0x300, irq 3, hwadddr xxx...
eth0: autonegotiation failed, using 10 mbs
eth0: MII selected
eth0_ Media 10BaseT, silicon revision 4
Mika







Re: [Cooker] RC2: X freezes w 99.7% CPU

2003-09-19 Thread danny
On Fri, 19 Sep 2003, Bjarne Thomsen wrote:

 I have had about 4 cases where the keyboard
 and graphics freeze since RC2 using gnome 2.4
 (with updates from cooker). The cursor can be moved.
 I can login via ssh. Everything seems to be working
 except X is using 99.7% of CPU time.
 I killed X but the keyboard and screen was stil
 frozen, but now with white horizontal stripes.
 I had to shutdown the PC via ssh.
  

 kernel 2.4.22-9mdk-i686-up-4GB
 XFree86-4.3-23mdk
 NVIDIA_kernel-1.0-4363
  
  
 The problem could be with the nvidia driver as
 previously suggested on this list.
 The only problem is that I have been using the
 nvidia 4363 driver since April without a single
 freeze, and now I have had 4 within a week with RC2.

I'm pretty sure it's nvidia. It used to be fixable by disabling 
XRenderaccel in the XF86config, but that was not the real cause of the 
problem (they have never fixed it).
Symtems are exactly as you describe, and if you remote login and trace X 
it is in a loop (lots of SIGALRMs).
It could even be a real X bug triggered by nvidia, but nobody is going to 
debug it without the driver source I think.


d.





[Cooker] urpmi.update -a always update sources this morning

2003-09-19 Thread Eric Fernandez
Using the main and contrib club-internet mirrors, urpmi.update -a always 
retrieve synthesis.hdlist files, even if they have just been updated. A 
mirror problem or an urpmi bug ?

Eric




Re: [Cooker] RC2: X freezes w 99.7% CPU

2003-09-19 Thread Bjarne Thomsen
It did not work out too well with mem=nopentium.
The boot process did hang 3 times due to
a problem specific to my BM: MS-6570 K7N2 Delta
For some unknown reason the Athlon Powersaving mode
has been enabled by the BIOS or simply by turning
on the power. This facility is simply unstable
with MS-6570. The CPU stops completely, and I have
to turn the power off and on.

My solution is to call the athcool program in rc.local:
athcool off

athcool version 0.3.0
 enabling/disabling Athlon Powersaving mode
 
nVIDIA nForce2 (10de 01e0) found
disabling 'Halt Disconnect and Stop Grant Disconnect' bit ...  done
 Address 0x6F : 0x1F - 0x0F

This solves the problem. It should really be
done at the very beginning of the boot sequence,
but I don't know how to do that.

It looks as if the mem=nopentium somehow
is increasing the instability.

 -- Bjarne
 
On Fri, 2003-09-19 at 09:49, [EMAIL PROTECTED] wrote:
 On Fri, 19 Sep 2003, Bjarne Thomsen wrote:
 
  I have had about 4 cases where the keyboard
  and graphics freeze since RC2 using gnome 2.4
  (with updates from cooker). The cursor can be moved.
  I can login via ssh. Everything seems to be working
  except X is using 99.7% of CPU time.
  I killed X but the keyboard and screen was stil
  frozen, but now with white horizontal stripes.
  I had to shutdown the PC via ssh.
 
   
  kernel 2.4.22-9mdk-i686-up-4GB
  XFree86-4.3-23mdk
  NVIDIA_kernel-1.0-4363
 
 
  The problem could be with the nvidia driver as
  previously suggested on this list.
  The only problem is that I have been using the
  nvidia 4363 driver since April without a single
  freeze, and now I have had 4 within a week with RC2.
 
 I'm pretty sure it's nvidia. It used to be fixable by disabling 
 XRenderaccel in the XF86config, but that was not the real cause of the 
 problem (they have never fixed it).
 Symtems are exactly as you describe, and if you remote login and trace X 
 it is in a loop (lots of SIGALRMs).
 It could even be a real X bug triggered by nvidia, but nobody is going to 
 debug it without the driver source I think.
 
 
 d.
 
-- 
Bjarne Thomsen [EMAIL PROTECTED]
Institute of Physics  Astronomy




Re: [Cooker] Re: [CHRPM] nss_ldap-211-1mdk

2003-09-19 Thread Florin

Ok, I have recompiled the old 207 version ... same location ... I'll need
to have a closer look then ... 

 Tried it, doesn't work :-(
 
 If not, what is your /etc/ldap.conf file ?
 
 
 Here it is:
 
 
 # @(#)$Id: ldap.conf,v 2.28 2001/08/28 12:17:29 lukeh Exp $
 #
 # This is the configuration file for the LDAP nameservice
 # switch library and the LDAP PAM module.
 #
 # PADL Software
 # http://www.padl.com
 #
 
 # Your LDAP server. Must be resolvable without using LDAP.
 host ldap.eijk.nu
 
 # The distinguished name of the search base.
 base dc=eijk,dc=nu
 
 # Another way to specify your LDAP server is to provide an
 # uri with the server name. This allows to use
 # Unix Domain Sockets to connect to a local LDAP Server.
 #uri ldap://127.0.0.1/
 #uri ldaps://127.0.0.1/  
 #uri ldapi://0.00var0.00run0.00ldapi_sock/
 # Note: 0.00 encodes the '/' used as directory separator
 
 # The LDAP version to use (defaults to 3
 # if supported by client library)
 ldap_version 3
 
 # The distinguished name to bind to the server with.
 # Optional: default is to bind anonymously.
 binddn cn=proxyuser,dc=eijk,dc=nu
 
 # The credentials to bind with.
 # Optional: default is no credential.
 bindpw ***
 
 # The distinguished name to bind to the server with
 # if the effective user ID is root. Password is
 # stored in /etc/ldap.secret (mode 600)
 #rootbinddn cn=manager,dc=eijk,dc=nu
 
 # The port.
 # Optional: default is 389.
 #port 389
 
 # The search scope.
 #scope sub
 scope one
 #scope base
 
 # Search timelimit
 #timelimit 30
 
 # Bind timelimit
 #bind_timelimit 30
 
 # Idle timelimit; client will close connections
 # (nss_ldap only) if the server has not been contacted
 # for the number of seconds specified below.
 #idle_timelimit 3600
 
 # Filter to AND with uid=
 pam_filter objectclass=account
 
 # The user ID attribute (defaults to uid)
 pam_login_attribute uid
 
 # Search the root DSE for the password policy (works
 # with Netscape Directory Server)
 #pam_lookup_policy yes
 
 # Group to enforce membership of
 #pam_groupdn cn=PAM,ou=Groups,dc=eijk,dc=nu
 
 # Group member attribute
 #pam_member_attribute gid
 
 # Template login attribute, default template user
 # (can be overriden by value of former attribute
 # in user's entry)
 #pam_login_attribute userPrincipalName
 #pam_template_login_attribute uid
 #pam_template_login nobody
 
 # HEADS UP: the pam_crypt, pam_nds_passwd,
 # and pam_ad_passwd options are no
 # longer supported.
 
 # Do not hash the password at all; presume
 # the directory server will do it, if
 # necessary. This is the default.
 #pam_password clear
 
 # Hash password locally; required for University of
 # Michigan LDAP server, and works with Netscape
 # Directory Server if you're using the UNIX-Crypt
 # hash mechanism and not using the NT Synchronization
 # service.
 #pam_password crypt
 
 # Remove old password first, then update in
 # cleartext. Necessary for use with Novell
 # Directory Services (NDS)
 #pam_password nds
 
 # Update Active Directory password, by
 # creating Unicode password and updating
 # unicodePwd attribute.
 #pam_password ad
 
 # Use the OpenLDAP password change
 # extended operation to update the password.
 #pam_password exop
 
 pam_password crypt
 
 # RFC2307bis naming contexts
 # Syntax:
 # nss_base_XXX  base?scope?filter
 # where scope is {base,one,sub}
 # and filter is a filter to be 'd with the
 # default filter.
 # You can omit the suffix eg:
 # nss_base_passwd   ou=People,
 # to append the default base DN but this
 # may incur a small performance impact.
 nss_base_passwd  ou=People,dc=eijk,dc=nu
 nss_base_shadow  ou=People,dc=eijk,dc=nu
 nss_base_group   ou=Group,dc=eijk,dc=nu
 #nss_base_hosts ou=Hosts,dc=eijk,dc=nu?one
 #nss_base_services  ou=Services,dc=eijk,dc=nu?one
 #nss_base_networks  ou=Networks,dc=eijk,dc=nu?one
 #nss_base_protocols ou=Protocols,dc=eijk,dc=nu?one
 #nss_base_rpc   ou=Rpc,dc=eijk,dc=nu?one
 #nss_base_ethersou=Ethers,dc=eijk,dc=nu?one
 #nss_base_netmasks  ou=Networks,dc=eijk,dc=nu?ne
 #nss_base_bootparamsou=Ethers,dc=eijk,dc=nu?one
 #nss_base_aliases   ou=Aliases,dc=eijk,dc=nu?one
 #nss_base_netgroup  ou=Netgroup,dc=eijk,dc=nu?one
 
 # attribute/objectclass mapping
 # Syntax:
 #nss_map_attribute  rfc2307attributemapped_attribute
 #nss_map_objectclassrfc2307objectclass  mapped_objectclass
 
 # configure --enable-nds is no longer supported.
 # For NDS now do:
 #nss_map_attribute uniqueMember member
 
 # configure --enable-mssfu-schema is no longer supported.
 # For MSSFU now do:
 #nss_map_objectclass posixAccount User
 #nss_map_attribute uid msSFUName
 #nss_map_attribute uniqueMember posixMember
 #nss_map_attribute userPassword msSFUPassword
 #nss_map_attribute homeDirectory msSFUHomeDirectory
 #nss_map_objectclass posixGroup Group
 #nss_map_attribute cn msSFUName
 #pam_login_attribute msSFUName
 #pam_filter objectclass=User
 #pam_password ad
 
 

Re: [Cooker] Xircom PCMCIA driver loading problem

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

lamikr_mdk wrote:
 Has anybody problems with the PCMCIA network cards with the Mandrake
 cooker? Just tested with HP Omnibook 4150 with Xircom CE3 10/100 Fast
 Ethernet card. (Couple of year old 400 mhz model) and it appears that I
 need to set the ip address manually every time.

 During the booting
   1) I will see messages repeated which will claim that there may be
   a IRQ conflict.
   2) There appears text that cardmanager have loaded the driver
   succesfully
   3) When I log in, the ip address is not set.

Is the interface up or down though (does ifconfig list eth0)?

 I will always need to
   set it manually by using ifconfig eth0 xxx netmask xxx and
   route add default gw xxx

 If I run drakconf it will recognice my card
   Vendor: Xircom CE3-10/100 Fast Ethernet
   Module: xirc2ps_cs

 If I check dmesg there is following text repeated multible times.

 Linux Kernel Card Services Kernel Version
 options: [pci] [cardbus] [pm]
 ds: no socket driver loaded
 unloading kernel card services
 inux Kernel Card Services Kernel Version
 options: [pci] [cardbus] [pm]
 ds: no socket driver loaded
 unloading kernel card services
 ...

 PCI: found irq 10 for device 00:04.0
 PCI: Sharing irq 10 with 01:00.0
 ..
 ..
 eth0: Xircom port 0x300, irq 3, hwadddr xxx...
 eth0: autonegotiation failed, using 10 mbs
 eth0: MII selected
 eth0_ Media 10BaseT, silicon revision 4

Maybe you have selected Network hotplugging in drakconnect? AFAIK,
there are very few PCMCIA cards that support ifplugd/ifstatus (at least,
before 2.4.23pre2).

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/aselrJK6UGDSBKcRAiUcAKC7w5I332Jg3AiPLzHb1zfsgoe8GgCeK72o
b5UceltwqQchqsMzTpQrzn8=
=sPm1
-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.
*



Re: [Cooker] DVD size

2003-09-19 Thread Warly
Nora Etukudo [EMAIL PROTECTED] writes:

 On Thu, Sep 18, 2003 at 12:12:15PM +0200, Guillaume Cottenceau wrote:

 AFAIK, nothing is changed in the dates. There won't be an RC3.

 OK, but I hope there will be some cleanups until final. I put the
 current cooker tree into iso fs

  - rsync'ed today
 1459 [calypso:/share/9.x] =cat VERSION 
Mandrake Linux Cooker-i586 20030918  7:06

  - only with
./Mandrake/RPMS
./Mandrake/RPMS2

 and it shows

 []
  99.58% done, estimate finish Thu Sep 18 12:09:16 2003
  99.76% done, estimate finish Thu Sep 18 12:09:16 2003
  99.94% done, estimate finish Thu Sep 18 12:09:16 2003
 Total translation table size: 2048
 Total rockridge attributes bytes: 895853
 Total directory bytes: 1884160
 Path table size(bytes): 4684
 Max brk space used 48
 2786624 extents written (5442 Mb)

 I can't burn it. :-(

use mkcd.

-- 
Warly



Re: [Cooker] [9.3/10.0 THOUGHTS] Drakconnect and network configuration

2003-09-19 Thread John Keller
Steffen Barszus wrote:
 Am Donnerstag, 18. September 2003 18:51 schrieb Thierry Vignaud:
  John Keller [EMAIL PROTECTED] writes:
   http://qa.mandrakesoft.com/twiki/bin/view/Main/DrakConnectWishlist
 
  wouldn't this be better merged into
  http://qa.mandrakesoft.com/twiki/bin/view/Main/DrakXToolsWishlist ?

 Hmmm I think the topic is big enough on its own, supposed it is the
 beginning of brainstorm/Wishlist. There were some other related threads
 on that topic, that should be collected in that page too. [...]

Indeed, it *was* a part of the DrakXTools page, but I pulled it out due to
the size of Fabrice's e-mail, combined with the amount of stuff that had
already been there. That doesn't mean that it couldn't be better organized,
it's just that it seemed to me to be the most expediant solution so that
people could modify at will without the other tools' wishlist.

- John





Re: [Cooker] DVD size

2003-09-19 Thread Svetoslav Slavtchev
 Nora Etukudo [EMAIL PROTECTED] writes:
 
  On Thu, Sep 18, 2003 at 12:12:15PM +0200, Guillaume Cottenceau wrote:
 
  AFAIK, nothing is changed in the dates. There won't be an RC3.
 
  OK, but I hope there will be some cleanups until final. I put the
  current cooker tree into iso fs
 
   - rsync'ed today
  1459 [calypso:/share/9.x] =cat VERSION 
 Mandrake Linux Cooker-i586 20030918  7:06
 
   - only with
 ./Mandrake/RPMS
 ./Mandrake/RPMS2
 
  and it shows
 
  []
   99.58% done, estimate finish Thu Sep 18 12:09:16 2003
   99.76% done, estimate finish Thu Sep 18 12:09:16 2003
   99.94% done, estimate finish Thu Sep 18 12:09:16 2003
  Total translation table size: 2048
  Total rockridge attributes bytes: 895853
  Total directory bytes: 1884160
  Path table size(bytes): 4684
  Max brk space used 48
  2786624 extents written (5442 Mb)
 
  I can't burn it. :-(
 
 use mkcd.
 
 -- 
 Warly

two dumb question ( sorry :( ) 

1.)
does mkcd support different kind of media by means of
can i tell mkcd to use DVD-R for the first media  CD-R(98min) for the next
ie make isos of size 4400Mb  9x0Mb


2.)
Warly i know it's really too late, but could you update dvd+rw-tools?
i sent you a mail about a  week ago, but never got an answer.
it looks like mostly a bug-fix release , but also adds data-dvd copy
(and make's the shiny k3b_0.10cvs quiet :-) , even with check system
enabled)

spec  src.rpm available @
http://varna.demon.co.uk/~svetlio/cook/k3b/

changelog:
dvd+rw-format
 * 4.7:
 * - when formatting DVD+RW, Pioneer DVR-x06 remained unaccessible for
 *   over 2 minutes after dvd+rw-format exited and user was frustrated
 *   to poll the unit himself, now dvd+rw-format does it for user;

growisofs
 * 5.12:
 * - single Pioneer DVR-x06 user reported that very small fraction of
 *   his recordings get terminted with LONG WRITE IN PROGRESS, even
 *   though growisofs explicitly reserves for this condition... It
 *   turned out that at those rare occasions unit reported a lot of free
 *   buffer space, which growisofs treated as error condition. It's not
 *   clear if it's firmware deficiency, but growisofs reserves even for
 *   this apparently rare condition now.
 * - [major] issue with MODE SENSE/SELECT on SANYO derivatives, such as
 *   Optorite, is addressed;
 * - Linux can't open(2) a socket by /dev/fd/N, replace it with dup(2);
 * - more relaxed command line option parsing and simultaneously a
 *   zealous check to make sure that no mkisofs options are passed
 *   along with -[ZM] /dev/cdrom=image;
 * - report I/O error if input stream was less than 64K;
 * - -M /dev/cdrom=/dev/zero didn't relocate the lead-out in DVD-RW
 *   Restricted Overwrite;

best,

svetljo

-- 
+++ GMX - die erste Adresse für Mail, Message, More! +++

Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)

Jetzt selbst kostenlos testen: http://www.gmx.net




Re: [Cooker] [9.3/10.0 THOUGHTS] Drakconnect and network configuration

2003-09-19 Thread FACORAT Fabrice
Le jeu 18/09/2003 à 16:48, John Keller a écrit :
 Michael Scherer wrote:
  On Tuesday 16 September 2003 16:29, Simon Oosthoek wrote:
   Wow!
  
   That's a very detailed description and it looks like it would improve
   network configuration (at least for experts) by unmeasurable amounts!
 
  It would be much better on the wiki.
  Because, keeping track of email is not good.
  The wiki can help discuss idea, you can post pictore ( and not ascii art
  :) , and is really suited for these kind of discussion.
 
 Very much agreed.
 
 I haven't done any cleanup or additions (cf. comments from Steffen), but I
 created a page for this:
 http://qa.mandrakesoft.com/twiki/bin/view/Main/DrakConnectWishlist
 
 It's what existed before for DrakConnect, as well as the whole of Fabrice's
 e-mail. There is some funny formatting due to the way TWiki interprets
 certain character combinations, but it should still be readable. Of course,
 it can also be cleaned to improve that formatting...
 
 A vous de jouer!

How can I edit the page ? ... when asking for username/password, I try
the one I use for bugzilla, but no way ...




[Cooker] [Bug 5821] [kernel] New: kernel 2.4.22-9mdk-i686-up-4GB does not boot w/ACPI enabled

2003-09-19 Thread [cory.meisch]
http://qa.mandrakesoft.com/show_bug.cgi?id=5821

   Product: kernel
 Component: booting
   Summary: kernel 2.4.22-9mdk-i686-up-4GB does not boot w/ACPI
enabled
   Product: kernel
   Version: 2.4.22-8mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: booting
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


New cooker kernel freezes when ACPI is enabled.

Hardware is HP omnibook 4500XE.

-- 
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] [Bug 5801] [glibc] bug in linuxthreads

2003-09-19 Thread [waschk]
http://qa.mandrakesoft.com/show_bug.cgi?id=5801


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 08:46 ---
Does this mean I can close 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: NEEDINFO
creation_date: 
description: 
Hello! 
 
It seems that POSIX threads implementation in glibc library in Mandrake 9.1 is  
buggy. 
I was surprised when discovered that pthread_mutex_lock() is a cancelation  
point. 
 
My system is: 
Intel P3 
kernel 2.4.21-0.18mdk 
glibc-2.3.1-10mdk 
gcc-3.2.2-3mdk 
 
Here is a simple example. 
 
#include stdio.h 
#include stdlib.h 
#include unistd.h 
#include pthread.h 
#include string.h 
 
pthread_t t1; 
pthread_mutex_t mut = {0, 0, 0, PTHREAD_MUTEX_ERRORCHECK_NP,  
__LOCK_INITIALIZER}; 
 
void   func_cleanup(void * unused) 
{ 
printf(*** Thread interrupted.\n); 
fflush(stdout); 
} 
 
void * func(void * unused) 
{ 
pthread_cleanup_push(func_cleanup, NULL); 
 
if (pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL)) { 
fprintf(stderr, pthread_setcanceltype() failed\n); 
fflush(stderr); 
pthread_exit(NULL); 
} 
 
printf(Thread started.\n); 
fflush(stdout); 
 
pthread_mutex_lock(mut); 
 
pthread_mutex_unlock(mut); 
 
printf(Thread finished.\n); 
fflush(stdout); 
 
pthread_cleanup_pop(0); 
 
return NULL; 
} 
 
int main(int argc, char ** argv) 
{ 
int ret = 0; 
pthread_mutex_lock(mut); 
 
ret = pthread_create(t1, NULL, func, NULL); 
if (ret) { 
fprintf(stderr, pthread_create 1 failed: %s\n,  
strerror(ret)); 
fflush(stderr); 
exit(1); 
} 
 
sleep(1); 
 
pthread_cancel(t1); 
printf(Sent cancel request to thread 1.\n); 
fflush(stdout);  
 
sleep(2); 
 
pthread_mutex_unlock(mut); 
printf(Mutex unlocked.\n); 
fflush(stdout);  
 
sleep(1);%2



[Cooker] SUB cooker

2003-09-19 Thread Erik Badman




[Cooker] [Bug 5783] [drakxtools] 9.2 RC2 no working display on ATI Radeon 9800 Pro

2003-09-19 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5783


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:04 ---
this an hardware vendor issue. 
ati used to provide enought information so that the communauty can write 
drivers. 
 
now they choose to do the drivers theirselfes, so standard XFree86 does not 
come with drivers for them. 
 
due to ethical and legal reasons, we cannot distribute ati drivers with the 
download edition. 
but the packages than one can buy in shops will come with ati drivers. 
 
as for defaulting on vesa driver: 
fred: do radeon support it (unlike intel video cards)? 
 

-- 
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 installation config tool offers radeon and radeon 8500 options, both of
these fail to test (error message only) and fail start the X server later on.



Re: [Cooker] Re: [CHRPM] cups-1.1.19-10mdk

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Till Kamppeter wrote:
 [EMAIL PROTECTED] wrote:

 Hmm, it seems cups admits defeat to drakconnect ...

 IMHO, drakconnect's job is to ensure:
 1)The hostname is never set to localhost if there is any networking
 device
 attached to the machine in question
 2)Reverse lookups will always work. In the case of DHCP, drakconnect
 should ensure that the hostname is sent as DHCP_HOSTNAME (in which
 case we
 hope the DHCP administrator has working DDNS), and doesn't touch
 tmdns.conf. In the case of no DHCP, tmdns.conf is not touched (and we
 hope
 the other machines have working tmdns).


 I didn´t know that this was a long-standing in drakconnect (or even in
 the former draknet). Otherwise I had perhaps tried to press the
 drakconnect guys to fix it (posting bug with blocker priority and more
 ...). I thought it was a fault of CUPS and so I fixed CUPS. In addition,
 this fix also works when one uses other network config tools or does a
 faulty configuration manually. This makes CUPS in our default
 configuration more or less idiot-proof. But in general, it is better
 to fix the bugs at their origins instead of making workarounds.


See Setting of name for 'localhost' is malfunctioning and Pathetic
that box is to be named 'localhost' when using DNS threads in cooker.

Someone needs to take action, and advice from the community, on this for
10 IMHO. I have to remember to use the advanced button twice in
drakconnect to get the behaviour I want (the default in Windows), and
enter the same hostname 3 times (instead of just once like in Windows).

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/axo1rJK6UGDSBKcRAjYMAJ9Aytsd3BjsCG4sCT1HkIhKz/PV8gCeOvHC
WhRq/XX5z2X5WCdKkdXe3XQ=
=akXG
-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.
*



Re: [Cooker] [Bug 4296] [userdrake] Special local characters don't display properly

2003-09-19 Thread Daouda LO
[glenk] [EMAIL PROTECTED] writes:

 http://qa.mandrakesoft.com/show_bug.cgi?id=4296
 
 
 
 
 
 --- Additional Comments From [EMAIL PROTECTED]  2003-18-09 21:25 ---
 still valid in 0.92.24
 
 /Glen

Yes, reproduced here. Seems to be a mess between UTF8 flag in perl
string and libuser which ends in bad writing of Gecos in /etc/{passwd,shadow}
Workaround is to forbid Non ascii-8 characters in Gecos (just like in
username). Anyway, fix (if i find it) should go to updates (after
release) - don't want to break other things.




Re: [Cooker] Re: [CHRPM] cups-1.1.19-10mdk

2003-09-19 Thread Simon Oosthoek
On Fri, Sep 19, 2003 at 05:01:09PM +0200, Buchan Milne wrote:
  IMHO, drakconnect's job is to ensure:
  1)The hostname is never set to localhost if there is any networking
  device
  attached to the machine in question
  2)Reverse lookups will always work. In the case of DHCP, drakconnect
  should ensure that the hostname is sent as DHCP_HOSTNAME (in which
  case we
  hope the DHCP administrator has working DDNS), and doesn't touch
  tmdns.conf. In the case of no DHCP, tmdns.conf is not touched (and we
  hope
  the other machines have working tmdns).
 
 Someone needs to take action, and advice from the community, on this for
 10 IMHO. I have to remember to use the advanced button twice in
 drakconnect to get the behaviour I want (the default in Windows), and
 enter the same hostname 3 times (instead of just once like in Windows).

There are some things to consider in this context

- hosts that move about
- hosts never connected to a network
- hosts always connected to a single network
- hosts connected to multiple networks

A solution that comes to mind is to copy the concept of nodename from
solaris. A machine is a node, regardless of its network connections, so that
should always be the local machine (resolve to 127.0.0.1 and visa versa).
Optionally this can overlap with the name associated with an internet
connection.

The FQDN (if it exists) of each connected network should be resolvable on
the host, so either through /etc/hosts or a nameservice.

The flexibility of laptops and desktop-pc's requires a totally different
attitude towards network configuration than is common for server machines.

Perhaps this is the basis for all the problems associated with network
configuration on mandrake/linux?

I hope a rewrite of drakconnect for ML++ will be addressing these issues!

Cheers

Simon



[Cooker] [Bug 5805] [koffice-i18n-zh_CN] The file is missing in 9.2 rc2

2003-09-19 Thread [warly]
http://qa.mandrakesoft.com/show_bug.cgi?id=5805


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:10 ---


will be in final



-- 
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: 
Chinese is a very important language. But the KOffice's Chinese package is
missing in the 9.2 rc2. I hope it will be included in the 9.2 version.



[Cooker] [Bug 5521] [Installation] Installer gives no upgrade option to rc2

2003-09-19 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5521


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:21 ---
installer provides both upgrade  install paths 

-- 
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: 
I just installed rc2 over rc1, but the installer never gave me the option to
upgrade, only to install.



[Cooker] [Bug 5798] [kdegraphics-kooka] Installed sane package not recognized

2003-09-19 Thread [dcotton]
http://qa.mandrakesoft.com/show_bug.cgi?id=5798


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:35 ---
The kooka message bears no relationship with the real problem, even xsane does
not give a meaningfull error message.
 
The actual problem, found when using scanimage at the command line, was that
scanimage was looking for the wrong firmware file.

The overrides statement required according to mostang for the particular scanner
was commented out.

-- 
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: 
kooka errors with a message that sane is not installed.
both sane-find-scanner and scanimage -L find the scanner correctly as a USB
Mustek. Xsane gives an Failed to open device gt68xx:/dev/usb/scanner0: invalid
argument.

Note All software is as up to date as mirrors allow.



Re: [Cooker] [Bug 5811] [userdrake] New: confusing text in error box while creating user.

2003-09-19 Thread Daouda LO
[glenk] [EMAIL PROTECTED] writes:

 http://qa.mandrakesoft.com/show_bug.cgi?id=5811
 
Product: userdrake
  Component: i18n
Summary: confusing text in error box while creating user.
Product: userdrake
Version: 0.92-24mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: trivial
   Priority: P2
  Component: i18n
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]
 
 
 When creating a user in userdrake, and you type a user name with a capital first
 letter a error box is shown which states
 
 The name must contain only lower cased latin letters, numbers...
 
 the error is in the login field not the Name field.
 
 it should be something like
 
 The user login must contain only lower cased latin letters, numbers...

String freeze, i'll fix asap. 
Thanx

@resolution=later



[Cooker] [Bug 5822] [rpmdrake] New: Dependency problem when installing Apache 1.3.27

2003-09-19 Thread [pablorr3]
http://qa.mandrakesoft.com/show_bug.cgi?id=5822

   Product: rpmdrake
 Component: packaging
   Summary: Dependency problem when installing Apache 1.3.27
   Product: rpmdrake
   Version: 2.1-35mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When trying to install apache (1.3.27),to solve the dependencies apache2-common
and some other apache 2 packages were required, when you accept that and try to
install the packages a problem (with a file in /man/http ...)will stop the
installation.
We get apache (1.3.27)installed using apache-mod_perl, but it should be the same
way if you just want to install apache.

-- 
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] [Bug 5777] [bind] verisign and the wildcard issue

2003-09-19 Thread [oden.eriksson]
http://qa.mandrakesoft.com/show_bug.cgi?id=5777





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:36 ---
Forgot to add bind-9.2.3-0.rc2.1mdk is in cooker now, thanks a bunch Mandrake! 
 

-- 
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: 
The bind package should be upgraded to bind-9.2.3rc2 as it has the new 
delegation-only directive that can solve the wildcard issue. Please note 
that this is not a new thing, many TLD's has been doing this for years, but 
now since the *.com and *.net domains also goes in the same direction there 
are actually a solution. Older bind versions down to 9.1.x has patches 
(download from ISC) so there should not be so hard to provide security 
updates. 
 
References: 
 
http://marc.theaimsgroup.com/?l=bind9-usersm=106378710318706w=2 
http://homepages.tesco.net./~J.deBoynePollard/FGA/verisign-internet-coup.html 
http://archives.mandrakelinux.com/cooker/2003-09/msg05038.php 
 
Updated packages here: 
 
http://www.deserve-it.com/Cooker/SRPMS/bind-9.2.3-0.rc2.1mdk.src.rpm 
http://www.deserve-it.com/Cooker/SRPMS/caching-nameserver-9.2-1mdk.src.rpm 
http://www.deserve-it.com/Cooker/RPMS/caching-nameserver-9.2-1mdk.noarch.rpm 
http://www.deserve-it.com/Cooker/RPMS/bind-9.2.3-0.rc2.1mdk.i586.rpm 
http://www.deserve-it.com/Cooker/RPMS/bind-devel-9.2.3-0.rc2.1mdk.i586.rpm 
http://www.deserve-it.com/Cooker/RPMS/bind-utils-9.2.3-0.rc2.1mdk.i586.rpm



[Cooker] [Bug 3373] [Installation] [upgrading Mdk9.0] warning: ldconfig failed

2003-09-19 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=3373


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:41 ---
currently fixed 

-- 
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: 
I had no problems installing 9.1RC1 on my system. Now I tried to update my 9.0
installation. Both an selfmade iso and 9.1RC2 failed at/with Entering step
'Install system'.

F3 gives the following:
error opening File Mandrake/...  (repeated for several files)
examining packagesToInstall ... (repeated for each CD)
running: ldconfig with root /mnt
exec of ldconfig failed: No such file or directory
warning: ldconfig failed



Re: [Cooker] DVD size

2003-09-19 Thread Warly
Svetoslav Slavtchev [EMAIL PROTECTED] writes:

 two dumb question ( sorry :( ) 

 1.)
 does mkcd support different kind of media by means of
 can i tell mkcd to use DVD-R for the first media  CD-R(98min) for the next
 ie make isos of size 4400Mb  9x0Mb

Yes but not in the auto mode, The auto mode only create discs of same
size, you will have to create a config file to have a DVD and a CD, or
patch mkcd auto mode.


 2.)
 Warly i know it's really too late, but could you update dvd+rw-tools?
 i sent you a mail about a  week ago, but never got an answer.
 it looks like mostly a bug-fix release , but also adds data-dvd copy
 (and make's the shiny k3b_0.10cvs quiet :-) , even with check system
 enabled)

Yes it was too late to change it.

-- 
Warly



[Cooker] [Bug 5605] [drakxtools] add this ethernet card to hotplug blacklist

2003-09-19 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5605





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 10:53 ---
Created an attachment (id=861)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=861action=view)
blacklisting drivers not supporting mii

blacklisting is easy to implement (see this patch)

problem is that some users reported that 3c59x worked but on 3c980-TX and
3c905C-TX/TX-M

and anyway full mii support was added to quite a lot of drivers in 2.4.23pre3,
including 3c59x

the real fix is to get:
- all kernel drivers supporting link state via netlink through 
netif_carrier_on()/_off() or mii_check_link()/mii_check_media()
- ifplugd should use netlink for link detection (netlink is definitely the
preferred way to get link notification)

-- 
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: 
This card does not support correctly hotplugging (see bug #5477) : the checkbox
in DrakConnect should be disabled by default.

Hardware info :
3Com Corporation 3c905 100BaseTX [Boomerang] (rev 0).
# mii-tool -v
product info: National DP83840A rev 1

Thank you



Re: [Cooker] Re: [CHRPM] cups-1.1.19-10mdk

2003-09-19 Thread Till Kamppeter
[EMAIL PROTECTED] wrote:
-=-=-=-
Name: cups Relocations: (not
relocateable) Version : 1.1.19Vendor:
MandrakeSoft Release : 10mdk Build Date: Thu
18 Sep 2003 04:24:28 AM CEST Install Date: (not installed)
Build Host: no.mandrakesoft.com Group   : System/Servers
  Source RPM: (none)
Size: 3791412  License: GPL
Signature   : (none)
Packager: Till Kamppeter [EMAIL PROTECTED]
URL : http://www.cups.org
Summary : Common Unix Printing System - Server package
Description :


-=-=-=-
Till Kamppeter [EMAIL PROTECTED] 1.1.19-10mdk
- Fixed bug 5615 by means of the following two changes:
 o Make the CUPS daemon not sending broadcast packages with the host
name
   localhost. In this case the IP address of the appropriate
interface is used (patch 22).
 o Do not insert ServerName directives in /etc/cups/cupsd.conf any
more
   during the startup of CUPS (with the /usr/sbin/correctcupsconfig
script).


Hmm, it seems cups admits defeat to drakconnect ...

IMHO, drakconnect's job is to ensure:
1)The hostname is never set to localhost if there is any networking device
attached to the machine in question
2)Reverse lookups will always work. In the case of DHCP, drakconnect
should ensure that the hostname is sent as DHCP_HOSTNAME (in which case we
hope the DHCP administrator has working DDNS), and doesn't touch
tmdns.conf. In the case of no DHCP, tmdns.conf is not touched (and we hope
the other machines have working tmdns).
I didn´t know that this was a long-standing in drakconnect (or even in 
the former draknet). Otherwise I had perhaps tried to press the 
drakconnect guys to fix it (posting bug with blocker priority and more 
...). I thought it was a fault of CUPS and so I fixed CUPS. In addition, 
this fix also works when one uses other network config tools or does a 
faulty configuration manually. This makes CUPS in our default 
configuration more or less idiot-proof. But in general, it is better 
to fix the bugs at their origins instead of making workarounds.

   Till






Re: [Cooker] Re: [CHRPM] cups-1.1.19-10mdk

2003-09-19 Thread Till Kamppeter
In my opinion this is a show-stopper, report a blocker bug and inform 
Warly.

   Till

Buchan Milne wrote:
Till Kamppeter wrote:

[EMAIL PROTECTED] wrote:


Hmm, it seems cups admits defeat to drakconnect ...

IMHO, drakconnect's job is to ensure:
1)The hostname is never set to localhost if there is any networking
device
attached to the machine in question
2)Reverse lookups will always work. In the case of DHCP, drakconnect
should ensure that the hostname is sent as DHCP_HOSTNAME (in which
case we
hope the DHCP administrator has working DDNS), and doesn't touch
tmdns.conf. In the case of no DHCP, tmdns.conf is not touched (and we
hope
the other machines have working tmdns).
I didn´t know that this was a long-standing in drakconnect (or even in
the former draknet). Otherwise I had perhaps tried to press the
drakconnect guys to fix it (posting bug with blocker priority and more
...). I thought it was a fault of CUPS and so I fixed CUPS. In addition,
this fix also works when one uses other network config tools or does a
faulty configuration manually. This makes CUPS in our default
configuration more or less idiot-proof. But in general, it is better
to fix the bugs at their origins instead of making workarounds.


See Setting of name for 'localhost' is malfunctioning and Pathetic
that box is to be named 'localhost' when using DNS threads in cooker.
Someone needs to take action, and advice from the community, on this for
10 IMHO. I have to remember to use the advanced button twice in
drakconnect to get the behaviour I want (the default in Windows), and
enter the same hostname 3 times (instead of just once like in Windows).
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
*
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 5823] [kdebase] New: sound muted at default

2003-09-19 Thread [xanthan]
http://qa.mandrakesoft.com/show_bug.cgi?id=5823

   Product: kdebase
 Component: program
   Summary: sound muted at default
   Product: kdebase
   Version: 3.1.3-79mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


After install, there seems to be no sound. This is because the master volume is
set at 0 and muted. You have to run kmix and correct it to hear any sound. And
it's not very obvious for an averrage user ...

-- 
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] Xircom PCMCIA driver loading problem

2003-09-19 Thread lamikr_mdk
Has anybody problems with the PCMCIA network cards with the Mandrake
cooker? Just tested with HP Omnibook 4150 with Xircom CE3 10/100 Fast
Ethernet card. (Couple of year old 400 mhz model) and it appears that I
need to set the ip address manually every time.
During the booting
 1) I will see messages repeated which will claim that there may be
 a IRQ conflict.
 2) There appears text that cardmanager have loaded the driver
 succesfully
 3) When I log in, the ip address is not set.


Is the interface up or down though (does ifconfig list eth0)?
Yes, eth0 is listed. (as well as loopback) so the card is recognized.

Maybe there is a some kind of timing problem in the initscipts and 
ip-address is tried to set while there is still problem probing the 
card. During the boot I see messages from the IRQ conflict which ask me 
to check dmesg output. And from the dmesg output I can see that this error

   Linux Kernel Card Services Kernel Version
   options: [pci] [cardbus] [pm]
   ds: no socket driver loaded
   unloading kernel card services
   Linux Kernel Card Services Kernel Version
   options: [pci] [cardbus] [pm]
   ds: no socket driver loaded
   unloading kernel card services
   Linux Kernel Card Services Kernel Version
   options: [pci] [cardbus] [pm]
   ds: no socket driver loaded
and when the driver is finally loaded succesfully (this can again seen 
from the dmesgs output) it is too late to set the ip-address.

   eth0: Xircom port 0x300, irq 3, hwadddr xxx...
   eth0: autonegotiation failed, using 10 mbs
   eth0: MII selected
   eth0_ Media 10BaseT, silicon revision 4
Maybe you have selected Network hotplugging in drakconnect? AFAIK,
there are very few PCMCIA cards that support ifplugd/ifstatus (at least,
before 2.4.23pre2).
I could not find a place where to define that in the drakconnect.

Mika




Re: [Cooker] Re: [CHRPM] cups-1.1.19-10mdk

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Simon Oosthoek wrote:
 On Fri, Sep 19, 2003 at 05:01:09PM +0200, Buchan Milne wrote:

IMHO, drakconnect's job is to ensure:
1)The hostname is never set to localhost if there is any networking
device
attached to the machine in question
2)Reverse lookups will always work. In the case of DHCP, drakconnect
should ensure that the hostname is sent as DHCP_HOSTNAME (in which
case we
hope the DHCP administrator has working DDNS), and doesn't touch
tmdns.conf. In the case of no DHCP, tmdns.conf is not touched (and we
hope
the other machines have working tmdns).

Someone needs to take action, and advice from the community, on this for
10 IMHO. I have to remember to use the advanced button twice in
drakconnect to get the behaviour I want (the default in Windows), and
enter the same hostname 3 times (instead of just once like in Windows).


 There are some things to consider in this context

 - hosts that move about
 - hosts never connected to a network
 - hosts always connected to a single network
 - hosts connected to multiple networks

 A solution that comes to mind is to copy the concept of nodename from
 solaris. A machine is a node, regardless of its network connections,
so that
 should always be the local machine (resolve to 127.0.0.1 and visa versa).
 Optionally this can overlap with the name associated with an internet
 connection.

 The FQDN (if it exists) of each connected network should be resolvable on
 the host, so either through /etc/hosts or a nameservice.

 The flexibility of laptops and desktop-pc's requires a totally different
 attitude towards network configuration than is common for server machines.

 Perhaps this is the basis for all the problems associated with network
 configuration on mandrake/linux?

No. The only relevant one, to which there is no real solution, is
machines changing their FQDN (X doesn't like this) while someone is
logged in.

80% of the problems could (IMHO - I could be wrong of course) be solved by:
- -asking for one hostname by default
- -Setting this name as HOSTNAME in /etc/sysconfig/network
- -Setting this name as DHCP_HOSTNAME in
/etc/sysconfig/network-scripts/ifcfg-eth*
- -Leaving /etc/tmdns.conf alone (it will be default use `hostname`, which
is what you want in  95% of the cases

In advanced mode, you would want to:
- -Be able to choose not to send a dhcp hostname (I have never needed
this, but I assume since by default it is blank, that for some purposes
you would not want to set it), or set a different hostname. This should
be per-interface of course.
- -Be able to set a different zeroconf hostname (though I don't know why,
except maybe if your provider has DNS/DHCP and you want the hostname to
match it but be visible on zeroconf machines with a different name?).

Currently, By default, if a user doesn't use the advanced buttons,
they end up with:
- -localhost as hostname
- -on a Dynamic DNS network (DHCP doing DNS registrations for clients on
successful lease), even if they fix the hostname, they get no DNS
entries, until they run drakconnect *again* to set the dhcp_hostname

This is just plain backwards, and will result in a number of services
either being misconfigured (ie not working from other clients) or
complaining about it (postfix will complain if `hostname` == localhost).

Regards,
Buchan

[Warly, Till thinks this issue should be fixed before final release,
which is why you're getting 2 copies]

- --
|--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/ayXlrJK6UGDSBKcRAhHKAKCMVZoE2GJeuMFxdEP59NjChxpljQCfYf6E
Q1xFSLWlRXKJxvue93Q/5Co=
=9bUU
-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.
*



Re: [Cooker] DVD size

2003-09-19 Thread Nora Etukudo
On Fri, Sep 19, 2003 at 11:15:37AM +0200, Warly wrote:

 use mkcd.

Then I'm unable to include my own AutoInstall sub tree to the dvd.

BTW: 'mkcd -bootimg' doesn't silently do what I want, with no error.

Liebe Grüße, Nora.
-- 
[EMAIL PROTECTED]
 IM-NETZ Neue Medien, Berlin   http://www.im-netz.de/
 WWW von Frauen für Frauen, Hamburghttp://www.w4w.net/
 Lesbian Computer Networks, Helsinki   http://www.sappho.net/



Re: [Cooker] DVD size

2003-09-19 Thread Svetoslav Slavtchev
 Svetoslav Slavtchev [EMAIL PROTECTED] writes:
 
  two dumb question ( sorry :( ) 
 
  1.)
  does mkcd support different kind of media by means of
  can i tell mkcd to use DVD-R for the first media  CD-R(98min) for the
 next
  ie make isos of size 4400Mb  9x0Mb
 
 Yes but not in the auto mode, The auto mode only create discs of same
 size, you will have to create a config file to have a DVD and a CD, or
 patch mkcd auto mode.

will be interesting to play with it :-)

 
  2.)
  Warly i know it's really too late, but could you update dvd+rw-tools?
  i sent you a mail about a  week ago, but never got an answer.
  it looks like mostly a bug-fix release , but also adds data-dvd copy
  (and make's the shiny k3b_0.10cvs quiet :-) , even with check system
  enabled)
 
 Yes it was too late to change it.

thanks for the info,

best,

svetljo

-- 
+++ GMX - die erste Adresse für Mail, Message, More! +++

Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)

Jetzt selbst kostenlos testen: http://www.gmx.net




Re: [Cooker] Xircom PCMCIA driver loading problem

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

lamikr_mdk wrote:
 Has anybody problems with the PCMCIA network cards with the Mandrake
 cooker? Just tested with HP Omnibook 4150 with Xircom CE3 10/100 Fast
 Ethernet card. (Couple of year old 400 mhz model) and it appears that I
 need to set the ip address manually every time.

 During the booting
  1) I will see messages repeated which will claim that there may be
  a IRQ conflict.
  2) There appears text that cardmanager have loaded the driver
  succesfully
  3) When I log in, the ip address is not set.



 Is the interface up or down though (does ifconfig list eth0)?


 Yes, eth0 is listed. (as well as loopback) so the card is recognized.

And ifplugd also thinks it should be up (so this is not the network
hotplugging problem).


 Maybe there is a some kind of timing problem in the initscipts and
 ip-address is tried to set while there is still problem probing the
 card. During the boot I see messages from the IRQ conflict which ask me
 to check dmesg output. And from the dmesg output I can see that this error

Is your network card set for start on boot or not? Normally, this will
happen if it is (since network starts before pcmcia) - but it it not a
real problem (just an irritation and drakconnect now configures pcmcia
cards not to start at boot, so the pcmcia service will start them). You
could set the card to not start at boot, and see if this gets rid of the
error (but it won't fix your IP).


Linux Kernel Card Services Kernel Version
options: [pci] [cardbus] [pm]
ds: no socket driver loaded
unloading kernel card services
Linux Kernel Card Services Kernel Version
options: [pci] [cardbus] [pm]
ds: no socket driver loaded
unloading kernel card services
Linux Kernel Card Services Kernel Version
options: [pci] [cardbus] [pm]
ds: no socket driver loaded

This looks weird. Maybe setting the card not to start at boot *will*
affect it?


 and when the driver is finally loaded succesfully (this can again seen
 from the dmesgs output) it is too late to set the ip-address.

eth0: Xircom port 0x300, irq 3, hwadddr xxx...
eth0: autonegotiation failed, using 10 mbs
eth0: MII selected
eth0_ Media 10BaseT, silicon revision 4

Well, looks good (you don't have an out-of-this world IRQ, IO port is
reasonable). Are you connected via UTP to 10mb switch or an auto-sensing
one? You could try and set to 100mb (if your card is capable) and/or
change duplex settings.


 Maybe you have selected Network hotplugging in drakconnect? AFAIK,
 there are very few PCMCIA cards that support ifplugd/ifstatus (at least,
 before 2.4.23pre2).


 I could not find a place where to define that in the drakconnect.

Well, your card is being brought up, so it's not this, but you need to
use the first advanced button when running the wizard.

Anyway, try setting it to not start at boot, it may help matters.

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/aytJrJK6UGDSBKcRAiU3AKCGIZwYk7Lohdr+gFQCQ5WNw27rEgCfTwxr
FMmfmY4GN8cWKVggBi6POHc=
=Cx4D
-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 5823] [kdebase] sound muted at default

2003-09-19 Thread [xanthan]
http://qa.mandrakesoft.com/show_bug.cgi?id=5823





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 11:40 ---
I'm using Mdk 9.2 RC1.

-- 
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: 
After install, there seems to be no sound. This is because the master volume is
set at 0 and muted. You have to run kmix and correct it to hear any sound. And
it's not very obvious for an averrage user ...



[Cooker] [Bug 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [olivier.giraud]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 11:52 ---
pci=noacpi solve the problem on my notebook gericom X5 Force but cause a new
one: supermount freeze my computer now
not the good solution

-- 
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: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



[Cooker] [Bug 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [danny]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 12:44 ---
I think it unlikely that pci=noacpi could have anything to do with supermount.

-what happens exactly when it freezes (does your most still move, do the
keyboard leds blink, can you login remotely?) Any error messages in the logs
after restart? Do you get the freeze if you stop X windows (or boot with linux
3) and access a supermounted drive via the commandline?
- please update to one of the latest kernels (2.4.22.9mdk or (better) 2.4.22.10mdk)
- can you try just mounting the device manually (without supermount) to see if
it still freezes?

d.

-- 
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: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



Re: [Cooker] win4lin kernel - can someone test it?

2003-09-19 Thread Austin
UP version installs and runs perfectly.
SMP gives this error on install:
[EMAIL PROTECTED] austin]# urpmi kernel-win4lin-smp-2.4.22.10mdk
To satisfy dependencies, the following packages are going to be installed (2  
MB):
kernel-win4lin-smp-2.4.22.10mdk-3-5mdk.i586
win4lin-utils-3-5mdk.i586
Is this OK? (Y/n)

installing /var/cache/urpmi/rpms/kernel-win4lin-smp-2.4.22.10mdk-3-5mdk.i586. 
rpm /var/cache/urpmi/rpms/win4lin-utils-3-5mdk.i586.rpm
Preparing...##
  1:win4lin-utils  ##
  2:kernel-win4lin-smp- 
2.4.22.10mdk##
error: %postun(Kernel-Win4Lin3-Mandrake9.1smp_2.4.21.25-01) scriptlet failed,  
exit status 255

[EMAIL PROTECTED] austin]# lilo
Added linux *
Added linux-nonfb
Added linux-smp
Added failsafe
Added floppy
Fatal: open /boot/win4lin: No such file or directory
[EMAIL PROTECTED] austin]# ls /boot
boot.0300   message@
config@ message-graphic
config-2.4.22-10mdksmp  message-text
config-2.4.22-9mdk  System.map@
config-2.4.22-9mdksmp   System.map-2.4.22-10mdksmp
diag1.img   System.map-2.4.22-9mdk
diag2.img   System.map-2.4.22-9mdksmp
grub/   System.map.pre-win4lin@
initrd-2.4.22-10mdksmp.img  System.map.win4lin-2.4.22-10mdksmp
initrd-2.4.22-9mdk.img  us.klt
initrd-2.4.22-9mdksmp.img   vmlinuz@
initrd.img@ vmlinuz-2.4.22-10mdksmp
initrd-smp.img@ vmlinuz-2.4.22-9mdk
initrd-win4lin-2.4.22-10mdksmp.img  vmlinuz-2.4.22-9mdksmp
initrd-win4lin-smp.img@ vmlinuz-smp@
kernel.h@   win4lin-2.4.22-10mdksmp
kernel.h-2.4.22-9mdksmp win4lin-smp@
map
Austin
--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


[Cooker] Re: [CHRPM] suspend-scripts-1.6-2mdk

2003-09-19 Thread Michael Reinsch
Hi!

On Wed, 17 Sep 2003 12:15:58 +0200 (CEST)
Frederic Lepied [EMAIL PROTECTED] wrote:

 - renamed pmsuspend

This is bad, apmd is called with /usr/sbin/pmsuspend by
/etc/init.d/apmd. 

Result: apmd no longer calls the scripts to prepare the system for
suspend.

See bugs 5831 (http://qa.mandrakesoft.com/show_bug.cgi?id=5831) and 5832
(http://qa.mandrakesoft.com/show_bug.cgi?id=5832).

-- 
  Michael Reinsch [EMAIL PROTECTED]   http://mr.uue.org



pgp0.pgp
Description: PGP signature


[Cooker] [Bug 5824] [man] New: no Polish letters (iso-8859-2) in some places

2003-09-19 Thread [xanthan]
http://qa.mandrakesoft.com/show_bug.cgi?id=5824

   Product: man
 Component: i18n
   Summary: no Polish letters (iso-8859-2) in some places
   Product: man
   Version: 1.5k-12mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: i18n
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I installed Mdk 9.2 RC1 with Polish language selected as main, no additional
languages and use unicode also not checked.
On Polish man pages, I see some signs (ie. +-) instead of Polish letters. The
same problem is with boot/shutdown messages (here I see rectangles instead of
letters - like in MS Notepad when it finds a special character); also in the rpm
installer (configuration-packages-install new software) I can't see Polish
letters in the names in the list, just strange signs.

-- 
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] [Bug 5644] [Hardware] Magneto Optical MO drive not configured by Mandrake

2003-09-19 Thread [pixel]
http://qa.mandrakesoft.com/show_bug.cgi?id=5644





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 12:50 ---

can you give /proc/sys/dev/cdrom/info?


-- 
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: 
An internal ATAPI/IDE MO drive from Fujitsu is not recognized or setup by
installation (9.2rc2). dmesg outputs hdd: FUJITSU MCF3064AP, ATAPI OPTICAL
drive but there seems to be no way to access the drive. I was expecting an icon
similar to the CD/ROM to be created on the desktop.  Email me at
[EMAIL PROTECTED] if you desire further details. Thank you.



[Cooker] [Bug 5823] [kdebase] sound muted at default

2003-09-19 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5823





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 12:50 ---
please follow the instructions listed in thoubleshooting window of
draksound and at:
http://qa.mandrakesoft.com/twiki/bin/view/Main/HardwareHowTo#Sound_


-- 
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: 
After install, there seems to be no sound. This is because the master volume is
set at 0 and muted. You have to run kmix and correct it to hear any sound. And
it's not very obvious for an averrage user ...



[Cooker] [Bug 5825] [drakxtools] New: Gateway choice is ARRAY instead of eth0

2003-09-19 Thread [camille]
http://qa.mandrakesoft.com/show_bug.cgi?id=5825

   Product: drakxtools
 Component: DrakConnect
   Summary: Gateway choice is ARRAY instead of eth0
   Product: drakxtools
   Version: 9.2-14mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: minor
  Priority: P2
 Component: DrakConnect
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When modifying hostname in drakconnect, the dialog shows a list if possible
gateway devices. Instead of showing the deveice name (eth0, eth1) it shows 
ARRAY(0x8308138)
etc.

-- 
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: [Contrib-Rpm] cyrus-imapd-2.1.15-4mdk

2003-09-19 Thread Luca Olivetti
Lenny Cartier wrote:

 # for snmp support
-BuildRequires: libsnmp-devel
+BuildRequires: libnet-snmp50-devel
Last time I checked it didn't work with this version.

Bye
--
Que les importa a las viudas, a los huérfanos, a los desvalidos
si las masacres se hacen en nombre del totalitarismo o en el
sagrado nombre de la libertad y la democracia.
Mahatma Gandhi (1869 - 1948)


pgp0.pgp
Description: PGP signature


[Cooker] [Bug 5826] [iptables] New: Related, established not working with ftp server

2003-09-19 Thread [gerard.patel]
http://qa.mandrakesoft.com/show_bug.cgi?id=5826

   Product: iptables
 Component: iptables
   Summary: Related, established not working with ftp server
   Product: iptables
   Version: 1.2.8-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: iptables
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Configuration : cooker as of 19 september 2003
kernel : 2.4.22-9 iptables 1.2.8-2
trying to access from the network to the vsftpd server installed,
with the following shorewall rule :
ACCEPT  masq:192.168.0.102  fw  tcp ftp
The external computer connects correctly, but using 'ls' hangs.
If I do a 'shorewall clear', ftp access works correctly.
A similar setup works on the same computer when I boot it with 9.0
If I do an 'iptables-save' when booted under 9.0, and 'iptables-restore'
with the generated file under 9.2 (cooker), the saved file seems
to import correctly but I get the same 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.



[Cooker] Progress bar without progress

2003-09-19 Thread Robert Fox
During the bootup of a fresh Cooker, I see the progress bar, but there
is not activity  . . . I can press ESC and see the normal text dialog
though.

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




[Cooker] [Bug 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [olivier.giraud]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 13:08 ---
I've already update to 2.4.22-9 and the 2.4.22-10 is compiling now
what's happened: I try to read a cd with konqueror (so with X windows running) and  
the system freeze with 2.4.22 ran with pci=noacpi and not whith 2.4.21 or 2.4.22
ran without special option. the system try to read the CD and freeze in 3 or 4
seconds. If I try without supermount, there is no 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.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



[Cooker] [Bug 5184] [drakfirsttime] Arabic alignment in all of the dialog boxes in Mandrake Control center dialog boxes should be right justified.

2003-09-19 Thread [munzirtaha]
http://qa.mandrakesoft.com/show_bug.cgi?id=5184





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 13:14 ---
Let me also add this: 
The position of the the bottons: 'Trash' and 'Cancel' when you Move to Trash a file 
or 
'Delete' and 'Cancel' when you delete a file. Other dialog boxes faces the same 
problem, e.g. localedrake's 'OK' and 'Cancel' button should be in the reverse order in 
Arabic. Also on the dialog box of typing a password (kdesu program), the keep 
password checkbox should go to the right... 

-- 
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: 
Arabic alignment in all of the dialog boxes (in Mandrake 9.2 dialog boxes) is left 
justified. This should be right justified.



[Cooker] [Bug 5823] [kdebase] sound muted at default

2003-09-19 Thread [zeb]
http://qa.mandrakesoft.com/show_bug.cgi?id=5823





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 13:15 ---
I think this has been corrected in RC2 : now sound is at 80% at start.

-- 
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: 
After install, there seems to be no sound. This is because the master volume is
set at 0 and muted. You have to run kmix and correct it to hear any sound. And
it's not very obvious for an averrage user ...



[Cooker] [Bug 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [danny]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 13:34 ---
what about the other questions I had? Please give as much info as possible.

and why do you need to recompile your kernel? Are you not using the default?

does the system just stall or is it really locked?



-- 
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: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



Re: [Cooker] win4lin kernel - can someone test it?

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Austin wrote:
 UP version installs and runs perfectly.
 SMP gives this error on install:

 [EMAIL PROTECTED] austin]# urpmi kernel-win4lin-smp-2.4.22.10mdk
 To satisfy dependencies, the following packages are going to be
 installed (2  MB):
 kernel-win4lin-smp-2.4.22.10mdk-3-5mdk.i586
 win4lin-utils-3-5mdk.i586
 Is this OK? (Y/n)

 installing
 /var/cache/urpmi/rpms/kernel-win4lin-smp-2.4.22.10mdk-3-5mdk.i586. rpm
 /var/cache/urpmi/rpms/win4lin-utils-3-5mdk.i586.rpm
 Preparing...
 ##
   1:win4lin-utils
 ##
   2:kernel-win4lin-smp-
 2.4.22.10mdk##
 error: %postun(Kernel-Win4Lin3-Mandrake9.1smp_2.4.21.25-01) scriptlet
 failed,  exit status 255

File a bug upstream for Kernel-Win4Lin3-Mandrake9.1smp_2.4.21.25-01

I guess I should try and handle this in %post though, since it will
afect many people ... but it might be Netraverse's perl script having
problems with a lilo.conf which has been modified since you installed
their kernel.

Maybe I shouldn't obsolete Kernel-Win4Lin3, and just provide it? Then it
wouldn't be uninstalled, but there could be problems with rpm and the
/boot/win4lin link, and uninstalling Kernel-Win4Lin3 later could remove
the link on uninstall (which would also give problems).


 [EMAIL PROTECTED] austin]# lilo
 Added linux *
 Added linux-nonfb
 Added linux-smp
 Added failsafe
 Added floppy
 Fatal: open /boot/win4lin: No such file or directory

Hmm, I wanted support for multiple win4lin flavours (smp, up,
enterprise), and forgot they installed them all as /boot/win4lin. But
this entry should really have been removed by the %postun that failed above.


 [EMAIL PROTECTED] austin]# ls /boot
 boot.0300   message@
 config@ message-graphic
 config-2.4.22-10mdksmp  message-text
 config-2.4.22-9mdk  System.map@
 config-2.4.22-9mdksmp   System.map-2.4.22-10mdksmp
 diag1.img   System.map-2.4.22-9mdk
 diag2.img   System.map-2.4.22-9mdksmp
 grub/   System.map.pre-win4lin@
 initrd-2.4.22-10mdksmp.img  System.map.win4lin-2.4.22-10mdksmp
 initrd-2.4.22-9mdk.img  us.klt
 initrd-2.4.22-9mdksmp.img   vmlinuz@
 initrd.img@ vmlinuz-2.4.22-10mdksmp
 initrd-smp.img@ vmlinuz-2.4.22-9mdk
 initrd-win4lin-2.4.22-10mdksmp.img  vmlinuz-2.4.22-9mdksmp
 initrd-win4lin-smp.img@ vmlinuz-smp@
 kernel.h@   win4lin-2.4.22-10mdksmp
 kernel.h-2.4.22-9mdksmp win4lin-smp@
 map

Well, there's no winlin, as there should not be. There shouldn't be a
lilo stanza for image=/boot/win4lin anymore. Unfortuntately you're going
to have to clean up after Netraverse kernel.

Could you remove the entry, run lilo, and see if lilo runs ok, if it
boots etc (and I would also like to know the image names lilo has -
there should be a win4lin-smp and a 2422-10mdkw4l or similar.

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/az41rJK6UGDSBKcRAgZaAJ9sGpc/hzYlIfelksXEKVFzKI6bEgCeLdJx
LmYzal5GloeXDic/O5c924g=
=JnEc
-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 5827] [kernel-source] New: cannot use make xconfig, lufs config.in still buggy

2003-09-19 Thread [scherer.michael]
http://qa.mandrakesoft.com/show_bug.cgi?id=5827

   Product: kernel-source
 Component: program
   Summary: cannot use make xconfig, lufs config.in still buggy
   Product: kernel-source
   Version: 2.4.22-10mdk
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P1
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


the lufs Config.in file is still broken. Juan corrected it in 2.4.22-5mdk, but 
it seems to have come back. 
 
to check, use : 
less 
kernel-source-2.4.22-10mdk.i586.rpm:./usr/src/linux-2.4.22-10mdk/3rdparty/lufs/Config.in
 
 
you see that the file still contains : 
 
xtristate 'LUFS support' CONFIG_LUFS  
 
instead of : 
 
tristate 'LUFS support' CONFIG_LUFS

-- 
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] win4lin kernel - can someone test it?

2003-09-19 Thread Austin
SMP runs great, Buchan.
It even runs win4lin!
Austin

--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


[Cooker] [Bug 5479] [Hardware] no sound in RC2

2003-09-19 Thread [fbastok]
http://qa.mandrakesoft.com/show_bug.cgi?id=5479





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 13:55 ---
Fix using the OSS module. The alsa doezs not work, whatever you try.

-- 
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: 
I don't have any sound at all with RC2. Sound card is well recognized and xmms 
(and others) don't put any errors. It just doesn't work 
snd-cs46xx  : Cirrus Logic|CS 4614/22/24 [CrystalClear SoundFusion Audio 
Accelerator] [MULTIMEDIA_AUDIO] 
[EMAIL PROTECTED] mnt]# lsmod 
Module  Size  Used byNot tainted 
snd-seq-midi4800   0  (autoclean) (unused) 
snd-seq-oss31808   0  (unused) 
snd-seq-midi-event  6016   0  [snd-seq-midi snd-seq-oss] 
snd-seq42320   2  [snd-seq-midi snd-seq-oss 
snd-seq-midi-event] 
snd-pcm-oss43428   0 
snd-mixer-oss  14232   0  [snd-pcm-oss] 
snd-cs46xx 77480   2 
snd-ac97-codec 44824   0  [snd-cs46xx] 
snd-rawmidi17664   0  [snd-seq-midi snd-cs46xx] 
snd-seq-device  5672   0  [snd-seq-midi snd-seq-oss snd-seq 
snd-rawmidi] 
snd-pcm78692   0  [snd-pcm-oss snd-cs46xx] 
snd-timer  18276   0  [snd-seq snd-pcm] 
gameport3268   0  [snd-cs46xx] 
snd-page-alloc  8948   0  [snd-cs46xx snd-pcm] 
snd40836   2  [snd-seq-midi snd-seq-oss snd-seq-midi-event 
snd-seq snd-pcm-oss snd-mixer-oss snd-cs46xx snd-ac97-codec snd-rawmidi 
snd-seq-device snd-pcm snd-timer] 
soundcore   6308   0  [snd]



Re: [Cooker] Progress bar without progress

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Fox wrote:
 During the bootup of a fresh Cooker, I see the progress bar, but there
 is not activity  . . . I can press ESC and see the normal text dialog
 though.

I have seen this a few times, the following normally fixes it:

# rpm -Uvh --force `urpmq --sources mandrake_theme`

(run twice if necessary)

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/az6grJK6UGDSBKcRAicXAKCdgSU531+dHfsXd9Q491iYtfU8owCePxkI
QY7SxtFt9kstAmPaf9Yhijc=
=DD1J
-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 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [olivier.giraud]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 14:08 ---
the system is really locked, no message in the logs about supermount or network
device. The logs just stop at the freeze time.
I generally don't use the default kernel and compile it with kernel-source
rpm-package to use some of optimisation (pentium 4 for example) and remove what
I don't need.
But I use the default config file and don't touch anything about network options.


-- 
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: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



Re: [Cooker] win4lin kernel - can someone test it?

2003-09-19 Thread Austin
On 09/19/2003 01:34:46 PM, Buchan Milne wrote:
 installing
 /var/cache/urpmi/rpms/kernel-win4lin-smp-2.4.22.10mdk-3-5mdk.i586. rpm
 /var/cache/urpmi/rpms/win4lin-utils-3-5mdk.i586.rpm
 Preparing...
 ##
   1:win4lin-utils
 ##
   2:kernel-win4lin-smp-
 2.4.22.10mdk##
 error: %postun(Kernel-Win4Lin3-Mandrake9.1smp_2.4.21.25-01) scriptlet
 failed,  exit status 255
File a bug upstream for Kernel-Win4Lin3-Mandrake9.1smp_2.4.21.25-01
Oh sorry, I didn't notice what was happening there.  I forgot I had the  
official win4lin kernel installed.  It may not have been removed becuase I  
goofed with lilo.conf a lot and they just used a tag before and after the  
entry to remove it.  I notice the pre tag is gone but the post is still there,  
so it may have been my fault.

I wouldn't worry about it for now.

Austin
--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


Re: [Cooker] win4lin kernel - can someone test it?

2003-09-19 Thread Austin
On 09/19/2003 01:34:46 PM, Buchan Milne wrote:
Could you remove the entry, run lilo, and see if lilo runs ok, if it
boots etc (and I would also like to know the image names lilo has -
there should be a win4lin-smp and a 2422-10mdkw4l or similar.
2422-10smpw4l actually.

Austin
--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


[Cooker] [Bug 5828] [evolution] New: cannot use openldap server within evo

2003-09-19 Thread [ak703]
http://qa.mandrakesoft.com/show_bug.cgi?id=5828

   Product: evolution
 Component: program
   Summary: cannot use openldap server within evo
   Product: evolution
   Version: 1.4.4-5mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hi again,
I was trying to set up an openldap connection for personal addressbook in evo,
but now way. If I use anonymous evo crashes, if I use any auth, I wont be
asked for a password and the addressbook does not show any entries. I know that
it worked once with an older version of evo.
Connecting to the ldap server with Outlook or Outlook Express or any other ldap
browser works nice.

Regards
Andy

-- 
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] [Bug 5828] [evolution] cannot use openldap server within evo

2003-09-19 Thread [ak703]
http://qa.mandrakesoft.com/show_bug.cgi?id=5828





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 14:22 ---
forgot to say, that I use the latest evo from cooker 

-- 
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: 
Hi again,
I was trying to set up an openldap connection for personal addressbook in evo,
but now way. If I use anonymous evo crashes, if I use any auth, I wont be
asked for a password and the addressbook does not show any entries. I know that
it worked once with an older version of evo.
Connecting to the ldap server with Outlook or Outlook Express or any other ldap
browser works nice.

Regards
Andy



[Cooker] [Bug 5829] [kde-i18n-pl] New: Polish translation of KDE doesn't work

2003-09-19 Thread [xanthan]
http://qa.mandrakesoft.com/show_bug.cgi?id=5829

   Product: kde-i18n-pl
 Component: i18n
   Summary: Polish translation of KDE doesn't work
   Product: kde-i18n-pl
   Version: 3.1.3-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: i18n
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I've installed Mdk 9.2 RC1, with Polish selected as main language, no additional
languages and use unicode not checked.
The entire start menu is in English, also the KDE control panel. The installer
and Mandrake Control Center are ok.
Is that because the Polish translation team hasn't finished work by the time RC1
was released, or is it a 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.



Re: [Cooker] win4lin kernel - can someone test it?

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Austin wrote:
 SMP runs great, Buchan.
 It even runs win4lin!

It would be pretty useless if it didn't ;-).

Thanks for testing!

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/a0ZurJK6UGDSBKcRAuJoAJ0XXpDj/cuW53/Bw8+n3IB2weYPvwCfQrau
Z2RgIBTDrHzobCpZpflncLQ=
=NEoH
-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.
*



Re: [Cooker] DVD size

2003-09-19 Thread Warly
Nora Etukudo [EMAIL PROTECTED] writes:

 On Fri, Sep 19, 2003 at 11:15:37AM +0200, Warly wrote:

 use mkcd.

 Then I'm unable to include my own AutoInstall sub tree to the dvd.

You can with a config file.

 BTW: 'mkcd -bootimg' doesn't silently do what I want, with no error.

Hu? mkcd has no bootimg option.

-- 
Warly



Re: [Cooker] Progress bar without progress

2003-09-19 Thread Robert Fox
IT WORKS!!!  Many thanks!

R.Fox


On Fri, 2003-09-19 at 17:36, Buchan Milne wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Robert Fox wrote:
  During the bootup of a fresh Cooker, I see the progress bar, but there
  is not activity  . . . I can press ESC and see the normal text dialog
  though.
 
 I have seen this a few times, the following normally fixes it:
 
 # rpm -Uvh --force `urpmq --sources mandrake_theme`
 
 (run twice if necessary)
 
 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/az6grJK6UGDSBKcRAicXAKCdgSU531+dHfsXd9Q491iYtfU8owCePxkI
 QY7SxtFt9kstAmPaf9Yhijc=
 =DD1J
 -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 5807] [urpmi] urpmi.removemedia

2003-09-19 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5807


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 14:54 ---
Ok, I see the problem of names.plf not erased, this is fixed in next urpmi
release (problably not in 9.2 due to late fixing of non critical bug).

For the other media not listed in urpmi.cfg, this is a normal behaviour of urpmi
for being compatible with older version, file should be still available.

There is a problem of DrakX not taking into account urpmi.cfg by using this
mechanism of urpmi (compatiblity) that will be fixed for next release, again
this is not critical to put the fixes in 9.2.

-- 
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: 
urpmi.removemedia doesn't erase files from /var/lib/urpmi
i try urpmi.removemedia -a or urpmi.removemedia name
frome rpmdrake too, that's very boring to add new medias.
Thanks



[Cooker] [Bug 4644] [mozilla-mail] Error Createing New Mail

2003-09-19 Thread [gse]
http://qa.mandrakesoft.com/show_bug.cgi?id=4644





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:06 ---
I've the same problem. I've done un upgrade from mdk 9.1 to 9.2RC2 on a PIV with
Intel D845GEBV2 mother board. I had mozilla mail configured with 2 pop3 accounts
and 1 IMAP one. I also have installed Enigmail.

-- 
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: 
Every time you go to create a new mail its gives you an erro dialog stating An
error occurred while creating a n message compose window. Please try again.



Re: [Cooker] X server unexpectedly dying!

2003-09-19 Thread Ric Johnson
check the var/log/mdkkdm.log. 
You may have somethiing like this:

/usr/bin/kdm_greet: error while loading shared libraries:
libqt-mt.so.3: cannot open shared object file: No such file or
directory

That one from my log is for KDM but it is the same log message
for mdkkdm_greet: Neither KDM or MDKKDM will run here *at all*
since upgrade of 9 to 9.2RC2.  cooker upgrades have not helped so
far.  
I have not found out what the message really means since 
libqt-mt* all do exist.
BTW, this is an ASUS P2B-DS w/ 768MB and GF4-ti4200 - using
nVidia drivers I built for each kernel update, currently
2.4.22-10SMP.  And, kdm ran flawlessly before the upgrade here
too.

At least it runs for you initially... 

--- Robert Fox [EMAIL PROTECTED] wrote:
 I've run this machine (Asus A7V) with 768MB memory, AMD 850Mhz
 TB - and GeForce DDR card - for a few years now.
 
 Up until recently, I never had problems with Mandrake and the
 NVidia drivers on this box.  Now, with latest Cooker - when the
system
 is in screen saving mode - X dies and restarts - but not
always!! 
 here is the snip from the log:
 
 Sep 17 12:01:00 amda7v CROND[4448]: (root) CMD (nice -n 19
 run-parts
 /etc/cron.hourly)
 Sep 17 12:33:34 amda7v kernel: Got silent jpeg.
 Sep 17 12:33:34 amda7v mdkkdm[1763]: Server for display :0
 terminated
 unexpectedly
 Sep 17 12:33:34 amda7v su(pam_unix)[4382]: session closed for
 user root
 Sep 17 12:33:34 amda7v kde3(pam_unix)[4103]: session closed for
 user
 robert
 Sep 17 13:01:00 amda7v CROND[4543]: (root) CMD (nice -n 19
 run-parts
 /etc/cron.hourly)
 Sep 17 13:01:00 amda7v msec: changed mode of
 /var/log/XFree86.0.log from
 644 to 640
 Sep 17 13:01:00 amda7v msec: changed group of
 /var/log/XFree86.0.log
 from root to adm
 
 Any clues?
 
 Thx,
 R.Fox
 -- 
 Robert Fox [EMAIL PROTECTED]
 Fox Consulting Services
 
 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



Re: [Cooker] X server unexpectedly dying!

2003-09-19 Thread Robert Fox
Thanks for your reply - the one thing that caught my eye was:

Sep 17 12:33:34 amda7v kernel: Got silent jpeg.

What does that mean?

Thx,
R.Fox

On Fri, 2003-09-19 at 18:58, Ric Johnson wrote:
 check the var/log/mdkkdm.log. 
 You may have somethiing like this:
 
 /usr/bin/kdm_greet: error while loading shared libraries:
 libqt-mt.so.3: cannot open shared object file: No such file or
 directory
 
 That one from my log is for KDM but it is the same log message
 for mdkkdm_greet: Neither KDM or MDKKDM will run here *at all*
 since upgrade of 9 to 9.2RC2.  cooker upgrades have not helped so
 far.  
 I have not found out what the message really means since 
 libqt-mt* all do exist.
 BTW, this is an ASUS P2B-DS w/ 768MB and GF4-ti4200 - using
 nVidia drivers I built for each kernel update, currently
 2.4.22-10SMP.  And, kdm ran flawlessly before the upgrade here
 too.
 
 At least it runs for you initially... 
 
 --- Robert Fox [EMAIL PROTECTED] wrote:
  I've run this machine (Asus A7V) with 768MB memory, AMD 850Mhz
  TB - and GeForce DDR card - for a few years now.
  
  Up until recently, I never had problems with Mandrake and the
  NVidia drivers on this box.  Now, with latest Cooker - when the
 system
  is in screen saving mode - X dies and restarts - but not
 always!! 
  here is the snip from the log:
  
  Sep 17 12:01:00 amda7v CROND[4448]: (root) CMD (nice -n 19
  run-parts
  /etc/cron.hourly)
  Sep 17 12:33:34 amda7v kernel: Got silent jpeg.
  Sep 17 12:33:34 amda7v mdkkdm[1763]: Server for display :0
  terminated
  unexpectedly
  Sep 17 12:33:34 amda7v su(pam_unix)[4382]: session closed for
  user root
  Sep 17 12:33:34 amda7v kde3(pam_unix)[4103]: session closed for
  user
  robert
  Sep 17 13:01:00 amda7v CROND[4543]: (root) CMD (nice -n 19
  run-parts
  /etc/cron.hourly)
  Sep 17 13:01:00 amda7v msec: changed mode of
  /var/log/XFree86.0.log from
  644 to 640
  Sep 17 13:01:00 amda7v msec: changed group of
  /var/log/XFree86.0.log
  from root to adm
  
  Any clues?
  
  Thx,
  R.Fox
  -- 
  Robert Fox [EMAIL PROTECTED]
  Fox Consulting Services
  
  
 
 
 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com




[Cooker] Stupid question - please don't laugh!

2003-09-19 Thread Robert Fox
I have in the past a bad experience upgrading the kernel using rpm or
urpmi.  I would usually do an Upgrade install.

I currently have an updated Cooker machine, except for the kernel
(2.4.22-6mdk-i686-up-4GB) which I want to update.

What is the recommended method?

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




Re: [Cooker] Stupid question - please don't laugh!

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Fox wrote:
 I have in the past a bad experience upgrading the kernel using rpm or
 urpmi.  I would usually do an Upgrade install.

Don't.

In the past (when the package name for kernel was kernel and not
kernel-version-release), rpm -Uvh would remove the old kernel. But
this has been fixed long ago, and I have used urpmi many times to
install new kernels, without any problems.


 I currently have an updated Cooker machine, except for the kernel
 (2.4.22-6mdk-i686-up-4GB) which I want to update.

 What is the recommended method?

# urpmi kernel-p3-smp-64GB-2.4.22.10mdk

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/a1VerJK6UGDSBKcRAgxgAKCm5Z2lj0M208BNR+gJhqHyg6PuIgCdEg96
ZP6+G67jlTVqTlymdeVRXf8=
=qiyv
-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.
*



Re: [Cooker] X server unexpectedly dying!

2003-09-19 Thread danny
On Fri, 19 Sep 2003, Robert Fox wrote:

 Thanks for your reply - the one thing that caught my eye was:
 
 Sep 17 12:33:34 amda7v kernel: Got silent jpeg.
 
 What does that mean?
 
I think this comes from bootsplash. Nothing to worry about afaik.

d.





[Cooker] [Bug 5521] [Installation] Installer gives no upgrade option to rc2

2003-09-19 Thread [richtl]
http://qa.mandrakesoft.com/show_bug.cgi?id=5521





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:18 ---
It didn't when I installed. I tried it twice, and finally just installed over my
rc1, because I couldn't seem to upgrade.

-- 
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: 
I just installed rc2 over rc1, but the installer never gave me the option to
upgrade, only to install.



[Cooker] [Bug 4644] [mozilla-mail] Error Createing New Mail

2003-09-19 Thread [gse]
http://qa.mandrakesoft.com/show_bug.cgi?id=4644





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:24 ---
I also confirm that creating a new account solve 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.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
Every time you go to create a new mail its gives you an erro dialog stating An
error occurred while creating a n message compose window. Please try again.



[Cooker] [Bug 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [olivier.giraud]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:31 ---
Ok.
Everithings works fine with the 2.4.22-10mdk
Don't ask me why!!!

-- 
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: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



Re: [Cooker] X server unexpectedly dying!

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Fox wrote:
 Thanks for your reply - the one thing that caught my eye was:

 Sep 17 12:33:34 amda7v kernel: Got silent jpeg.


Bootsplash related, I don't think it has any bearing here.

 What does that mean?

 On Fri, 2003-09-19 at 18:58, Ric Johnson wrote:

check the var/log/mdkkdm.log.
You may have somethiing like this:

/usr/bin/kdm_greet: error while loading shared libraries:
libqt-mt.so.3: cannot open shared object file: No such file or
directory

That one from my log is for KDM but it is the same log message
for mdkkdm_greet: Neither KDM or MDKKDM will run here *at all*
since upgrade of 9 to 9.2RC2.  cooker upgrades have not helped so
far.
I have not found out what the message really means since
libqt-mt* all do exist.

But maybe the loader doesn't find them? What do you have in
/etc/ld.so.conf, and what do you get with:

$ ldd /usr/bin/kdm_greet

Do other Qt apps run or not?

BTW, this is an ASUS P2B-DS w/ 768MB and GF4-ti4200 - using
nVidia drivers I built for each kernel update, currently
2.4.22-10SMP.  And, kdm ran flawlessly before the upgrade here
too.

Don't think this is hardware related.

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/a1bVrJK6UGDSBKcRAiP7AJ9mqDNpXXilk3auP1leaV9yq9KzUQCdG1xT
Hoa3cN8nEWFOZhS2B1TJHHU=
=r19+
-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.
*



Re: [Cooker] Stupid question - please don't laugh!

2003-09-19 Thread Robert Fox
On Fri, 2003-09-19 at 19:13, Buchan Milne wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Robert Fox wrote:
  I have in the past a bad experience upgrading the kernel using rpm or
  urpmi.  I would usually do an Upgrade install.
 
 Don't.
 
 In the past (when the package name for kernel was kernel and not
 kernel-version-release), rpm -Uvh would remove the old kernel. But
 this has been fixed long ago, and I have used urpmi many times to
 install new kernels, without any problems.
 
 
  I currently have an updated Cooker machine, except for the kernel
  (2.4.22-6mdk-i686-up-4GB) which I want to update.
 
  What is the recommended method?
 
 # urpmi kernel-p3-smp-64GB-2.4.22.10mdk
 
 Regards,
 Buchan
 
 - --

I did what you said but now look at my /boot directory - the
system.map and kernel.h and config didn't change!!  i did this
manually, but shouldn't it happen automagically?

[EMAIL PROTECTED] boot]# ll
total 7517
-rw-r--r--1 root root  512 Sep  9 13:21 boot.0300
lrwxrwxrwx1 root root   30 Sep 19 18:54 config -
config-2.4.22-6mdk-i686-up-4GB
-rw-r--r--1 root root52098 Sep 18 10:14
config-2.4.22-10mdk-i686-up-4GB
-rw-r--r--1 root root51911 Sep  7 22:40
config-2.4.22-6mdk
-rw-r--r--1 root root51960 Sep  7 21:35
config-2.4.22-6mdk-i686-up-4GB
-rw-r--r--1 root root 5032 Sep 18 14:46 diag1.img
-rw-r--r--1 root root16796 Sep 18 14:46 diag2.img
drwxr-xr-x2 root root  360 Sep  9 13:17 grub/
-rw-r--r--1 root root   357634 Sep 19 19:21
initrd-2.4.22-10mdk-i686-up-4GB.img
-rw-r--r--1 root root   356235 Sep 19 19:04
initrd-2.4.22-6mdk-i686-up-4GB.img
-rw-r--r--1 root root   355661 Sep  9 13:20
initrd-2.4.22-6mdk.img
lrwxrwxrwx1 root root   35 Sep 19 19:21 initrd.img -
initrd-2.4.22-10mdk-i686-up-4GB.img
lrwxrwxrwx1 root root   38 Sep 19 19:23 kernel.h -
/boot/kernel.h-2.4.22-6mdk-i686-up-4GB
-rw-r--r--1 root root  537 Sep  9 11:25
kernel.h-2.4.22-6mdk-i686-up-4GB
-rw---1 root root   280064 Sep 19 19:22 map
lrwxrwxrwx1 root root   15 Sep  9 13:20 message -
message-graphic
-rw-r--r--1 root root   164755 Sep 19 19:21 message-graphic
-rw-r--r--1 root root  132 Sep  9 13:20 message-text
lrwxrwxrwx1 root root   34 Sep  9 11:25 System.map -
System.map-2.4.22-6mdk-i686-up-4GB
-rw-r--r--1 root root   626046 Sep 18 10:14
System.map-2.4.22-10mdk-i686-up-4GB
-rw-r--r--1 root root   625045 Sep  7 22:40
System.map-2.4.22-6mdk
-rw-r--r--1 root root   626046 Sep  7 21:35
System.map-2.4.22-6mdk-i686-up-4GB
-rw-r--r--1 root root  256 Sep  9 13:20 uk.klt
lrwxrwxrwx1 root root   32 Sep 19 19:21 vmlinuz -
vmlinuz-2.4.22-10mdk-i686-up-4GB
-rw-r--r--1 root root  1363157 Sep 18 10:14
vmlinuz-2.4.22-10mdk-i686-up-4GB
-rw-r--r--1 root root  1341459 Sep  7 22:40
vmlinuz-2.4.22-6mdk
-rw-r--r--1 root root  1375056 Sep  7 21:35
vmlinuz-2.4.22-6mdk-i686-up-4GB






[Cooker] [Bug 5760] [drakxtools] Failure to set up Network Properly 9.2-RC2

2003-09-19 Thread [nplanel]
http://qa.mandrakesoft.com/show_bug.cgi?id=5760


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:40 ---
please try noapic boot option

Le ven 19/09/2003 à 12:57, [dchaumette] a écrit :


-- 
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: 
I have two networkcards. On 9.1 they configure properly with the wizard.  One
usesthe tulip module and the other uses the netsumi module.Both are detected
but neither works. My system insists on searching for 127.000.000.001 as a DHCP.
 I'm sure this can be straigtened out with the command line, but then I don't
need drak. This a clean Install /dev/hda7



Re: [Cooker] Stupid question - please don't laugh!

2003-09-19 Thread Charles A Edwards
On Fri, 19 Sep 2003 21:13:34 +0200
Buchan Milne [EMAIL PROTECTED] wrote:

 # urpmi kernel-p3-smp-64GB-2.4.22.10mdk

The only addition I would make is that I would use 
# urpmi --noclean kernel-p3-smp-64GB-2.4.22.10mdk

I always like to have a copy of the kernel and kernel-source rpms in
case the need arises 


   Charles

-- 
Things worth having are worth cheating for.
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-10mdk-i686-up-4GB
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [Cooker] X server unexpectedly dying!

2003-09-19 Thread Robert Fox
On Fri, 2003-09-19 at 19:19, Buchan Milne wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Robert Fox wrote:
  Thanks for your reply - the one thing that caught my eye was:
 
  Sep 17 12:33:34 amda7v kernel: Got silent jpeg.
 
 
 Bootsplash related, I don't think it has any bearing here.
 
  What does that mean?
 
  On Fri, 2003-09-19 at 18:58, Ric Johnson wrote:
 
 check the var/log/mdkkdm.log.
 You may have somethiing like this:
 
 /usr/bin/kdm_greet: error while loading shared libraries:
 libqt-mt.so.3: cannot open shared object file: No such file or
 directory
 
 That one from my log is for KDM but it is the same log message
 for mdkkdm_greet: Neither KDM or MDKKDM will run here *at all*
 since upgrade of 9 to 9.2RC2.  cooker upgrades have not helped so
 far.
 I have not found out what the message really means since
 libqt-mt* all do exist.
 
 But maybe the loader doesn't find them? What do you have in
 /etc/ld.so.conf, and what do you get with:
 
 $ ldd /usr/bin/kdm_greet
 
 Do other Qt apps run or not?
 

I don't appear to have a /usr/bin/kdm_greet

I DO have a /usr/bin/mdkdm_greet though:

[EMAIL PROTECTED] rfox]$ ldd /usr/bin/mdkkdm_greet
libkdeui.so.4 = /usr/lib/libkdeui.so.4 (0x40023000)
libkdecore.so.4 = /usr/lib/libkdecore.so.4 (0x40291000)
libDCOP.so.4 = /usr/lib/libDCOP.so.4 (0x40425000)
libdl.so.2 = /lib/libdl.so.2 (0x40458000)
libresolv.so.2 = /lib/libresolv.so.2 (0x4045b000)
libart_lgpl_2.so.2 = /usr/lib/libart_lgpl_2.so.2 (0x4046c000)
libkdefx.so.4 = /usr/lib/libkdefx.so.4 (0x40484000)
libqt-mt.so.3 = /usr/lib/qt3/lib/libqt-mt.so.3 (0x404b)
libpng.so.3 = /usr/lib/libpng.so.3 (0x40b45000)
libz.so.1 = /lib/libz.so.1 (0x40b6c000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40b7a000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x40b89000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40c6c000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x40c75000)
libpthread.so.0 = /lib/i686/libpthread.so.0 (0x40c8c000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x40cdd000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x40ce5000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x40d9e000)
libm.so.6 = /lib/i686/libm.so.6 (0x40da7000)
libc.so.6 = /lib/i686/libc.so.6 (0x40dca000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
libaudio.so.2 = /usr/X11R6/lib/libaudio.so.2 (0x40efb000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x40f11000)
libmng.so.1 = /usr/lib/libmng.so.1 (0x40f65000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x40fc3000)
libGL.so.1 = /usr/lib/libGL.so.1 (0x40fe2000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x4104b000)
libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x41062000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x41075000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x410cf000)
libGLcore.so.1 = /usr/lib/libGLcore.so.1 (0x410f7000)
libexpat.so.0 = /usr/lib/libexpat.so.0 (0x415cf000)

YES, QT apps appear to work fine.

R.Fox




Re: [Cooker] Stupid question - please don't laugh!

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Fox wrote:
 On Fri, 2003-09-19 at 19:13, Buchan Milne wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Fox wrote:

I have in the past a bad experience upgrading the kernel using rpm or
urpmi.  I would usually do an Upgrade install.

Don't.

In the past (when the package name for kernel was kernel and not
kernel-version-release), rpm -Uvh would remove the old kernel. But
this has been fixed long ago, and I have used urpmi many times to
install new kernels, without any problems.


I currently have an updated Cooker machine, except for the kernel
(2.4.22-6mdk-i686-up-4GB) which I want to update.

What is the recommended method?

# urpmi kernel-p3-smp-64GB-2.4.22.10mdk



 I did what you said but now look at my /boot directory - the
 system.map and kernel.h and config didn't change!!  i did this
 manually, but shouldn't it happen automagically?

kernel.h gets linked at boot (see /etc/rc.d/init.d/kheader), as are
System.map and config (see /etc/rc.sysinit).

Normally you want these files to match the running kernel, not the one
you just installed ...

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/a1txrJK6UGDSBKcRApW4AKDHmW5MkAVfsW/EqF7VBRuzs2qTVQCeP71Q
rHRfma4o5fgto5gJHlAfQg8=
=LaJq
-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 5644] [Hardware] Magneto Optical MO drive not configured by Mandrake

2003-09-19 Thread [tom_kelly33]
http://qa.mandrakesoft.com/show_bug.cgi?id=5644





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:41 ---
Here is the output. I believe it refers to my cdrom (not the MO drive)

[EMAIL PROTECTED] tom]# cat /proc/sys/dev/cdrom/info
CD-ROM information, Id: cdrom.c 3.12 2000/10/18

drive name: sr0
drive speed:40
drive # of slots:   1
Can close tray: 1
Can open tray:  1
Can lock tray:  1
Can change speed:   1
Can select disk:0
Can read multisession:  1
Can read MCN:   1
Reports media changed:  1
Can play audio: 1
Can write CD-R: 1
Can write CD-RW:1
Can read DVD:   0
Can write DVD-R:0
Can write DVD-RAM:  0

-- 
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: 
An internal ATAPI/IDE MO drive from Fujitsu is not recognized or setup by
installation (9.2rc2). dmesg outputs hdd: FUJITSU MCF3064AP, ATAPI OPTICAL
drive but there seems to be no way to access the drive. I was expecting an icon
similar to the CD/ROM to be created on the desktop.  Email me at
[EMAIL PROTECTED] if you desire further details. Thank you.



[Cooker] [Bug 4644] [mozilla-mail] Error Createing New Mail

2003-09-19 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=4644


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:47 ---
It seems old version of drakfirstime combined with latest mozilla-mail were not
interacting properly.. This is now fixed for new install. To workaround this
problem with older install, create a new acoount, as suggested by paolo.

Closing as FIXED.. Reopen if 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: RESOLVED
creation_date: 
description: 
Every time you go to create a new mail its gives you an erro dialog stating An
error occurred while creating a n message compose window. Please try again.



Re: [Cooker] Stupid question - please don't laugh!

2003-09-19 Thread danny
On Fri, 19 Sep 2003, Robert Fox wrote:

 I did what you said but now look at my /boot directory - the
 system.map and kernel.h and config didn't change!!  i did this
 manually, but shouldn't it happen automagically?

depends..did you reboot? Those things are linked at boot, because you want 
them to point at your running kernel.

d.





Re: [Cooker] Stupid question - please don't laugh!

2003-09-19 Thread Robert Fox
On Fri, 2003-09-19 at 19:39, Buchan Milne wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Robert Fox wrote:
  On Fri, 2003-09-19 at 19:13, Buchan Milne wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Robert Fox wrote:
 
 I have in the past a bad experience upgrading the kernel using rpm or
 urpmi.  I would usually do an Upgrade install.
 
 Don't.
 
 In the past (when the package name for kernel was kernel and not
 kernel-version-release), rpm -Uvh would remove the old kernel. But
 this has been fixed long ago, and I have used urpmi many times to
 install new kernels, without any problems.
 
 
 I currently have an updated Cooker machine, except for the kernel
 (2.4.22-6mdk-i686-up-4GB) which I want to update.
 
 What is the recommended method?
 
 # urpmi kernel-p3-smp-64GB-2.4.22.10mdk
 
 
 
  I did what you said but now look at my /boot directory - the
  system.map and kernel.h and config didn't change!!  i did this
  manually, but shouldn't it happen automagically?
 
 kernel.h gets linked at boot (see /etc/rc.d/init.d/kheader), as are
 System.map and config (see /etc/rc.sysinit).
 
 Normally you want these files to match the running kernel, not the one
 you just installed ...
 
 Regards,
 Buchan

Gotcha - many thanks - very informative!!

9.2 is turning out to be one very nice release!!  

Thx,
R.Fox




Re: [Cooker] X server unexpectedly dying!

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Fox wrote:
 On Fri, 2003-09-19 at 19:19, Buchan Milne wrote:

Robert Fox wrote:

Thanks for your reply - the one thing that caught my eye was:

Sep 17 12:33:34 amda7v kernel: Got silent jpeg.


Bootsplash related, I don't think it has any bearing here.

Actually, it's funny that it wants to do anything with bootsplash just
before the dm dies. Have you tried booting with vga=0?



What does that mean?

On Fri, 2003-09-19 at 18:58, Ric Johnson wrote:


check the var/log/mdkkdm.log.
You may have somethiing like this:

/usr/bin/kdm_greet: error while loading shared libraries:
libqt-mt.so.3: cannot open shared object file: No such file or
directory

That one from my log is for KDM but it is the same log message
for mdkkdm_greet: Neither KDM or MDKKDM will run here *at all*
since upgrade of 9 to 9.2RC2.  cooker upgrades have not helped so
far.
I have not found out what the message really means since
libqt-mt* all do exist.

But maybe the loader doesn't find them? What do you have in
/etc/ld.so.conf, and what do you get with:

$ ldd /usr/bin/kdm_greet

Do other Qt apps run or not?



 I don't appear to have a /usr/bin/kdm_greet

 I DO have a /usr/bin/mdkdm_greet though:

 [EMAIL PROTECTED] rfox]$ ldd /usr/bin/mdkkdm_greet
 libkdeui.so.4 = /usr/lib/libkdeui.so.4 (0x40023000)
 libkdecore.so.4 = /usr/lib/libkdecore.so.4 (0x40291000)
 libDCOP.so.4 = /usr/lib/libDCOP.so.4 (0x40425000)
 libdl.so.2 = /lib/libdl.so.2 (0x40458000)
 libresolv.so.2 = /lib/libresolv.so.2 (0x4045b000)
 libart_lgpl_2.so.2 = /usr/lib/libart_lgpl_2.so.2 (0x4046c000)
 libkdefx.so.4 = /usr/lib/libkdefx.so.4 (0x40484000)
 libqt-mt.so.3 = /usr/lib/qt3/lib/libqt-mt.so.3 (0x404b)
 libpng.so.3 = /usr/lib/libpng.so.3 (0x40b45000)
 libz.so.1 = /lib/libz.so.1 (0x40b6c000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40b7a000)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x40b89000)
 libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40c6c000)
 libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x40c75000)
 libpthread.so.0 = /lib/i686/libpthread.so.0 (0x40c8c000)
 libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x40cdd000)
 libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x40ce5000)
 libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x40d9e000)
 libm.so.6 = /lib/i686/libm.so.6 (0x40da7000)
 libc.so.6 = /lib/i686/libc.so.6 (0x40dca000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
 libaudio.so.2 = /usr/X11R6/lib/libaudio.so.2 (0x40efb000)
 libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x40f11000)
 libmng.so.1 = /usr/lib/libmng.so.1 (0x40f65000)
 libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x40fc3000)
 libGL.so.1 = /usr/lib/libGL.so.1 (0x40fe2000)
 libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x4104b000)
 libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x41062000)
 libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x41075000)
 libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x410cf000)
 libGLcore.so.1 = /usr/lib/libGLcore.so.1 (0x410f7000)
 libexpat.so.0 = /usr/lib/libexpat.so.0 (0x415cf000)

 YES, QT apps appear to work fine.

But you weren't the one seeing the libqt-mt.so.3: cannot open shared
object file: No such file or directory message?

I don't think you two have the same problem, just similar ones (ie both
affecting the display manager).

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/a1zFrJK6UGDSBKcRAm9IAJ9dTnqkP9Q15ShYwxhrEG4nM9W5OgCeKSkj
DSDdYOPEXaRdrQJHug3nDRk=
=eHG7
-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 5181] [Installation] Arabic Support is disabled during the installation of Mandrake 9.2

2003-09-19 Thread [munzirtaha]
http://qa.mandrakesoft.com/show_bug.cgi?id=5181





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:51 ---
If the Arabic is choosen as the primary language, localedrake should default to Arabic 
which is not the case in 9.2RC2. Afterall, if someone chooses Arabic as the primary 
language, he would definitely wants the see the Arabic interface, right? 

-- 
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: 
Upon the installation one will be faced with the dialog box of Please choose a 
language to use.. Choosing Arabic as the Primary language should enable Arabic 
during the installation. In Mandrake 9.1 (bamboo) Arabic fonts are not usable to DrakX 
and hence it's disabled completely in drakxtools in 9.2 (ken). This should be fixed.



Re: [Cooker] OpenOffice.org-l10n-en-1.1-0.rc4.2mdk

2003-09-19 Thread Brad Felmey
On Thu, 2003-09-18 at 16:42, Stephen Pickering wrote:

 On Thu, 2003-09-18 at 19:14, Oden Eriksson wrote:
  [EMAIL PROTECTED] oden]$ rpm -K 
  /RPMS/OpenOffice.org-l10n-en-1.1-0.rc4.2mdk.i586.rpm
  /RPMS/OpenOffice.org-l10n-en-1.1-0.rc4.2mdk.i586.rpm: (SHA1) DSA sha1 MD5 GPG 
  NOT OK
 
 I just upgraded no problem:

I also upgraded without error.
-- 
Brad Felmey [EMAIL PROTECTED]
Uncompensated Mandrake Beta Testers, Inc.




Re: [Cooker] Xircom PCMCIA driver loading problem

2003-09-19 Thread lamikr_mdk
Hmm, todays cooker updates fixed something. Now the ip is set for the 
eth0. I am still seeing irq conflict errors during the boot, thought.

Mika

lamikr_mdk wrote:
Has anybody problems with the PCMCIA network cards with the Mandrake
cooker? Just tested with HP Omnibook 4150 with Xircom CE3 10/100 Fast
Ethernet card. (Couple of year old 400 mhz model) and it appears that I
need to set the ip address manually every time.
During the booting
 1) I will see messages repeated which will claim that there may be
 a IRQ conflict.
 2) There appears text that cardmanager have loaded the driver
 succesfully
 3) When I log in, the ip address is not set.


Is the interface up or down though (does ifconfig list eth0)?


Yes, eth0 is listed. (as well as loopback) so the card is recognized.

Maybe there is a some kind of timing problem in the initscipts and 
ip-address is tried to set while there is still problem probing the 
card. During the boot I see messages from the IRQ conflict which ask me 
to check dmesg output. And from the dmesg output I can see that this error

   Linux Kernel Card Services Kernel Version
   options: [pci] [cardbus] [pm]
   ds: no socket driver loaded
   unloading kernel card services
   Linux Kernel Card Services Kernel Version
   options: [pci] [cardbus] [pm]
   ds: no socket driver loaded
   unloading kernel card services
   Linux Kernel Card Services Kernel Version
   options: [pci] [cardbus] [pm]
   ds: no socket driver loaded
and when the driver is finally loaded succesfully (this can again seen 
from the dmesgs output) it is too late to set the ip-address.

   eth0: Xircom port 0x300, irq 3, hwadddr xxx...
   eth0: autonegotiation failed, using 10 mbs
   eth0: MII selected
   eth0_ Media 10BaseT, silicon revision 4
Maybe you have selected Network hotplugging in drakconnect? AFAIK,
there are very few PCMCIA cards that support ifplugd/ifstatus (at least,
before 2.4.23pre2).


I could not find a place where to define that in the drakconnect.

Mika








Re: [Cooker] Re: [CHRPM] cups-1.1.19-10mdk

2003-09-19 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Till Kamppeter wrote:
 In my opinion this is a show-stopper, report a blocker bug and inform
 Warly.


I tried posting this one, but my proxy server complained a malformed url
during posting. I will try and post it later without a proxy (from home):


Version: 9.2-11mdk
Component: DrakConnect: Mandrake Network configuration tool
Summary: Drakconnect hostname configuration is non-intuitive, leading to
bad configurations
Severity: blocker


The biggest problem with drakconnect, is that by default (if the user
does not use any advanced or expert buttons) the machine will end up
with a hostname of localhost. The problem is that any service which
advertises the servers name to other machines, they will see the
localhost, and connect to themselves. Common failures include:
- -Windows machines being unable to connect to a samba server running on
such a machine
- -CUPS machines unable to print to a server on such a machine (except
that Till patched CUPS to prevent this now - which should not be necessary)
- -Redirects by a web server will redirect to 'localhost' in some cases
(IIRC with Location's accessed without a trailing slash)
- -Postfix will complain at startup
- -Any SSL certificates generated automatically will have the name
'localhost' on the cert, instead of the real hostname.

Specifically, note that no two Mandrake machines would be able to join a
Windows domain unless the installer would know to change the hostname
entry in expert mode in drakconnect.

Also, if the user only sets the zeroconf name, they will also be
registering a zeroconf name that does not match their hostname.

The 2nd problem is that by default, the configured hostname is not
supplied with the DHCP query. This means that on networks that use DDNS,
the DNS entries will not be made by the DHCP server, and the machine
will not get an FQDN as hostname.

Note, that Windows by default does both of these, so this is the
expected behaviour.



My proposal is that Drakconnect should:
- -By default propmt the user for one hostname, which shall be supplied as
HOSTNAME in /etc/sysconfig/network and as DHCP_HOSTNAME in
/etc/sysconfig/network-scripts/ifcfg-eth*
- -By default not touch /etc/tmdns.conf. tmdns will by default register
`hostname` as the zeroconf name. I haven't found a scenario where the
user would want zeroconf to claim a different name than the hostname.

If it is necessary, the expert modes should allow the following:
- -Edit the DHCP_HOSTNAME value (but it should still default to the
hostname entered), per interface
- -Allow the user to use a different zeroconf name (though, why this would
be useful is beyond me).

I am sorry this bug was filed so late, but there have been many
discussions on cooker on this. The drakconnect maintainer has
participated in some of them, but has not replied to any of the
suggestions or proposals. And still, we have a distribution where if the
user sets the most visible hostname, when they log in, they find their
hostname is localhost, and where software's default configuration is
broken, and certain features (such as Windows Domain authentication) are
virtually impossible to use.

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/a1/7rJK6UGDSBKcRAq1oAJ4yF8k58ht5AEj9detP8CCrt2OPZACdHAcD
zi9ZJan7oaEqtpGBzCiP/Bw=
=P2Ez
-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 4644] [mozilla-mail] Error Createing New Mail

2003-09-19 Thread [gse]
http://qa.mandrakesoft.com/show_bug.cgi?id=4644





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:52 ---
Other problems: the new message compose is ok, but if I reply to an existing
message the program crashes and close itself. I've tried to create another
account, but it don't solve the problem. I've also observed problems in new
accounts: such as some fields copied from the existing accounts, and
duplicated entries (eg: I created account bug and I see 2 bug in account
listing). I also created a pop3 account and get a news one!

-- 
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: 
Every time you go to create a new mail its gives you an erro dialog stating An
error occurred while creating a n message compose window. Please try again.



[Cooker] [Bug 5828] [evolution] cannot use openldap server within evo

2003-09-19 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=5828


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:57 ---
Works for me, with 1.4.4-8mdk, against openldap-2.0.27 running on Mandrake 9.0,
2.1.22 on Mandrake 9.1 and 2.1.22 on Mandrake cooker, both with and without
authentication, with and without TLS.

Do you use TLS/SSL?

Does ldapsearch work with the same setttings (ie with -ZZ if Evo uses TLS)?

-- 
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: 
Hi again,
I was trying to set up an openldap connection for personal addressbook in evo,
but now way. If I use anonymous evo crashes, if I use any auth, I wont be
asked for a password and the addressbook does not show any entries. I know that
it worked once with an older version of evo.
Connecting to the ldap server with Outlook or Outlook Express or any other ldap
browser works nice.

Regards
Andy



[Cooker] [Bug 5645] [xterm] Deleting Arabic text in terminals in response to an interactive command using BACKSPACE will delete the question itself!

2003-09-19 Thread [munzirtaha]
http://qa.mandrakesoft.com/show_bug.cgi?id=5645





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 15:57 ---
Also in Gnome-Terminal but not in aterm. 

-- 
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 you type any interactive command in the console (e.g. rm), you will be faced with 
 
a question such as: 
 
rm: remove regular file `filename'?  
 
Now, if you switch to Arabic and type some Arabic letters then BACKSPACE to delete  
them, you will delete letters from the question itself which is equal to the number of 
the  
typed Arabic letters. Looks as if something concerned with Arabic being double byte 
and  
the UTF-8 encoding. This problem is in konsole, xterm, mlterm.



[Cooker] [Bug 5825] [drakxtools] Gateway choice is ARRAY instead of eth0

2003-09-19 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5825





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:00 ---
Created an attachment (id=862)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=862action=view)
fix #5825


-- 
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 modifying hostname in drakconnect, the dialog shows a list if possible
gateway devices. Instead of showing the deveice name (eth0, eth1) it shows 
ARRAY(0x8308138)
etc.



[Cooker] [Bug 4850] [kernel] Shutting down pcmcia service running wireless network card not possible.

2003-09-19 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=4850


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Version|2.4.22-3mdk |2.4.22-8mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:03 ---
This one seems fixed for me in 2.4.22.9mdk.

-- 
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: 
When shutting down the machine hangs trying to kill the pcmcia/network connection. 
The relevant part of my shut down messages:

Unmounting file systems:
umount2: Device or resource busy
umount: /dev/ide/host0/bus0/target0/lun0/part1: not mounted
umount: /: Illegal seek
mount: / is busy
Halting system
unregister_netdevice: waiting for eth1 to become free. Usage count = 2

Sometimes I get all these messages, but sometimes only the last line.

The last line is repeated indefinitely. I have to pull the plug to get the
machine down.

I tried booting the latest 2.4.21 kernel. I do not have the problem with this
kernel. 
The problem is present on all the 2.4.22 kernels I have tried.



[Cooker] [Bug 4924] [kernel] via-rhine deadlocks kernel 2.4.22.1 with acpi enabled

2003-09-19 Thread [manu]
http://qa.mandrakesoft.com/show_bug.cgi?id=4924





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:11 ---
don't forget to close the 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: UNCONFIRMED
creation_date: 
description: 
I've been running 9.2b2 plus kernel 2.4.21.6mdk on a VIA EPIA M1N (C3,
Nehemiah) motherboard for a week or so, using the integrated via-rhine ethernet
just fine. 

I just upgraded to 2.4.22.1, and as soon as the init scripts brought up eth0,
the system hung solid (dead even to magic sysreq keys).

I rebooted in the old kernel, removed ifcfg-eth0 to disable ethernet startup,
and rebooted in 2.4.22.1 again.

Everything ran fine - dmesg showed the via being detected etc. I did a (manual)
ifconfig eth0 x.x.x.x, which seemed OK, and then I did another ifconfig to
correct the netmask and broadcast and about 1-2 seconds later, the system was
hung again.

I don't think it was setting up the interface that killed it, but more probably
the actual transmission or reception of a packet. The dmesg showed the MII
negotiating ok in the first step, but nothing after that.
(eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.)

2.4.21-6 shows this as:

via-rhine.c:v1.10-LK1.1.17  March-1-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xec00, 00:40:63:d3:5b:f9, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.

Without sysreq, I can't get a trace of where it's stuck. Is there any other easy
way to get more debug info on this?

Hope it's an easily fixed, as I'm looking forward to 9.2 final on this little box...

Cheers
Cris



[Cooker] [Bug 5780] [kdebase] Mozilla composer must be in Applications-Editor in KMenu

2003-09-19 Thread [ndeb]
http://qa.mandrakesoft.com/show_bug.cgi?id=5780





--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:18 ---
Where in Development should they go ? Currently, in Tools there is gdb which 
is _not_ an editor like composer. I do not see how gdb and composer can belong 
in the same group. And for what its worth, composer can very well edit plain 
text files and save files as plain text (use export to text option). The best 
place for composer is still Editors, not Development. 

-- 
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: 
In the KDE main menu, mozilla composer is in networking-www . It should 
instead be in Applications-Editor since its an HTML editor.



[Cooker] [Bug 5802] [urpmi] Urpmi takes 'p' as a 'o' when asking confirmation in french

2003-09-19 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5802


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:27 ---
fixed to be more solid against input character, may be not available in 9.2 (as
this is too late for non critical bug fixed). fixed in 4.4-38mdk

-- 
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: 
simple : 
# urpmi wine
Pour satisfaire les dépendances, les paquetages suivants vont être installés (24
Mo):
libwine1-20030813-1mdk.i586
wine-20030813-1mdk.i586
Est-ce correct ? (O/n) p

ftp://ftp.club-

actualy, I wanted an O but my finger striked the p
urpmi reads in mind, isn't it nice ?



[Cooker] [Bug 5645] [xterm] Deleting Arabic text in terminals in response to an interactive command using BACKSPACE will delete the question itself!

2003-09-19 Thread [pablo]
http://qa.mandrakesoft.com/show_bug.cgi?id=5645


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:40 ---
Kaixo!

On Fri, Sep 19, 2003 at 03:57:28PM +0200, [munzirtaha] wrote:
 

It is probably tied to libreadline (it isn't related to terminals)


-- 
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: 
When you type any interactive command in the console (e.g. rm), you will be faced with 
 
a question such as: 
 
rm: remove regular file `filename'?  
 
Now, if you switch to Arabic and type some Arabic letters then BACKSPACE to delete  
them, you will delete letters from the question itself which is equal to the number of 
the  
typed Arabic letters. Looks as if something concerned with Arabic being double byte 
and  
the UTF-8 encoding. This problem is in konsole, xterm, mlterm.



[Cooker] [Bug 5789] [samba-client] Lin Neighbourhood Error 9.2 RC2

2003-09-19 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=5789


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|LinNeighborhood |program
Product|LinNeighborhood |samba-client
Version|0.6.5-3mdk  |2.2.8a-13mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:48 ---
 [EMAIL PROTECTED] hongyee]$ smbmount //roochow/techdoc mnt/ROOCHOW/techdoc
 Password:
 Failed to find real path for mount point
 smbmnt failed: 1

Very weird (but it seems it's not a LinNeighborhood bug). Can you try these:

$ smbmount //roochow/techdoc mnt/ROOCHOW/techdoc -o debug=4

$ ls -ld mnt/ROOCHOW/techdoc

 [EMAIL PROTECTED] hongyee]$ man smbmount
 No manual entry for smbmount

Sorry, I did not implement alternatives for the man pages, please see:

$ man smbmount2

I still haven't seen any problems with smbmount in the past month or more.

-- 
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: 
WIth Mandrake 9.1, linneighbourhood work right out of the box. However with 9.2 RC2 it 
kept giving 
me an error of  Fail to find real path for mount point. Smb mount failed:1



[Cooker] [Bug 5458] [OpenOffice.org] wrong language error message when trying to launch ooffice

2003-09-19 Thread [cory.meisch]
http://qa.mandrakesoft.com/show_bug.cgi?id=5458


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:58 ---
I deleted my OO folder and it started fine. I'm assuming this was addressed in
the later RPM.

-- 
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: 
wrong language for update (installed language doesn't match installation language)
ExitCode: 32
Installation of OpenOffice.org 1.1.0 failed



  1   2   >