Re: [Cooker] New mutt for testing

2003-11-13 Thread Pixel
Abel Cheung <[EMAIL PROTECTED]> writes:

> I think the normal package and the one with wide char support basically
> means mutt vs. mutt-utf8 under Debian. I've compiled the ncurses with
> wchar_t under ../ncurses/ (sorry, it's for i686). Hope I can get Pixel
> to have a look and incorporate it into ncurses package soon.

i'm no ncurses maintainer, u'd better try warly :)



Re: [Cooker]

2003-11-12 Thread Pixel
[EMAIL PROTECTED] writes:

> # detectloader
> Can't call method "L" without a package or object reference at 
> /usr/sbin/detectloader line 127.
> 
> line 127 is:
> 
> $return = readlink($return) if -L $return;
> 
> broken with new perl?

well it was broken, it was doing: 

  - $return

it is now doing:

  - $return->L

anyway, this code seems to be broken, - $return where $return is an
absolute file always returned -0

i remove that line... and upload a new bootloader-utils




Re: [Cooker] perl-5.8.2-1mdk broken

2003-11-11 Thread Pixel
Luca Berra <[EMAIL PROTECTED]> writes:

> On Mon, Nov 10, 2003 at 09:23:37PM +, Stephen Pickering wrote:
> >Installed perl-5.8.2-1mdk & perl-base-5.8.2-1mdk which broke rpmdrake,
> >urpmi, Mandrake Control Center, etc . . .
> >
> >Error was that all mandrake perl scripts could not locate MDK/Common.pm
> >
> >Solution was to re-install perl-5.8.1-1mdk & perl-base-5.8.1-1mdk
> >
> Should we try to install some module in the unversioned perl lib
> directories? there is no way to find them from perl -V, but those are in
> @INC.

my fault :-(

you can have things working again by setting:

  
PERL5LIB=/usr/lib/perl5/vendor_perl/5.8.1:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
 

(of course adapt to your arch if you're not on i386)


rebuilding a new perl fixing this broken backward compatibility pb.

sorry for the trouble




Re: [Cooker] perl-5.8.2-1mdk broken

2003-11-11 Thread Pixel
[EMAIL PROTECTED] writes:

> Tried to rebuild perl-MDK-Common, but it breaks:
> 
> make[2]: Entering directory `/usr/src/RPM/BUILD/perl-MDK-Common/perl_checker.src'
> making ._ncdi/parser.di from parser.mli
> making ._ncdi/types.di from types.mli
> making ._d/parser.d from parser.ml
> File "parser.mly", line 480, characters 0-2:
> Syntax error

fixed in CVS (removed a ";;")

OCaml guys don't like backward compatibility, maybe one day...



Re: [Cooker] No XFS for you, sucker

2003-10-22 Thread Pixel
Austin Acton <[EMAIL PROTECTED]> writes:

> On Sat, 2003-10-18 at 13:21, [EMAIL PROTECTED] wrote:
> > If you are going to use an XFS root, you need a /boot which is not XFS.
> > This has something to do with the compatablity SGI wants to keep with the
> > on-disk format used by Irix XFS, which is incompatible with what LILO
> > wants to put there on any partition containing a kernel you want to boot.
> 
> That is not the problem.  I just tried it with reiser, and I got the
> same error... "filesystem would be destroyed by LILO boot sector
> /dev/hda".
> 
> This is very odd.  What does it mean?

it seems it found the magic of OS2, SWAP, XFS or NTFS on MBR.

if someone can reproduce, please give the MBR 
(using something like dd if=/dev/hda of=/tmp/mbr count=2)
and the output of "lilo -v7"



Re: [Cooker] Encrypted partitions : why /var cannot be encrypted?

2003-10-09 Thread Pixel
pplf <[EMAIL PROTECTED]> writes:

> During installation (using 9.1), when you create the partitions it is 
> possible to choose the option "encrypted" for some partitions like /home 
> or /tmp, but it is not possible to choose /var (an error says something 
> like : "/var cannot be located on an encrypted partition").
> 
> Why /var cannot be on an encrypted partition ? I see no reason 
> preventing to do that...

well, the encrypted partitions must not be be important for booting.
The boot will timeout if no password is given, and then...

You can say /home *is* important for booting, so maybe it's not a good
reason.



Re: [Cooker] mdk9.2 rc2 kickstart problem

2003-10-07 Thread Pixel
Bryan Whitehead <[EMAIL PROTECTED]> writes:

> rc2 seems to have problems installing packages listed in the auto_inst.cfg
> file in the default_packages section.
> 
> I list autofs, allong with a huge list of other packages, but they do not get
> installed.
> 
> is the label 'default_packages' now wrong? It's like the kickstart ignores the
> list of packages I give it...

it works nicely here. Maybe you can provide the
/root/drakx/report.bug.gz?




Re: [Cooker] [Bug 6055] [drakxtools] New: poblem in nfs server detection routine ( NFSv3 only not detected )

2003-10-06 Thread Pixel
"[f.faber-pro]" <[EMAIL PROTECTED]> writes:

> So I dig a little in /usr/lib/libDrakX/network/nfs.pm and I noticed that the routine 
> only 
> bind for nfs vers 2, the problem is that I used to set up nfs 3 servers with tcp. On 
> my 2 
> real server I force nfs 3. On my computer I let defaults settings ( so 2 and 3 are 
> active ). 
> On top of  that server list is not sort and uniq so you may end up with many 
> duplicate 
> lines. 

ok, 2 bugs should be fixed in CVS. thanks!
(please test next drakxtools, it may not appear very soon though)

@resolution=fixed



Re: [Cooker] Re: [Cooker] [THOUGHTS] A LDAP/NFS/SMB server "clés en main"

2003-10-06 Thread Pixel
FACORAT Fabrice <[EMAIL PROTECTED]> writes:

> > > 3°/ directory export ( NFS/SMB ).
> > > we can easily set remotes share thanks to diskdrake, but we don't have
> > > the server part.
> > 
> > You can export shares from Konqueror and Nautilus. Also check out
> > ksambaplugin, and swat-clone from perl-Libconf CVS.
> 
> it's for directory in personal directory.

try "fileshareset --add /a_directory" as root and see.

(it will configure both nfs & smb if nfs & smb are installed)



Re: [Cooker] [Bug 6019] [drakxtools] New: Option "encrypted" for partition /home is not possible during installation

2003-09-29 Thread Pixel
"[pplf]" <[EMAIL PROTECTED]> writes:

> The error says : "There is already a partition with moint point /home"

already fixed

@resolution=fixed



Re: [Cooker] [Bug 5999] [drakxtools] New: after a partition number shift, trying to format partition n will damage partition n+1

2003-09-29 Thread Pixel
"[nancyetroland]" <[EMAIL PROTECTED]> writes:

> - You select the newly created partition: hda5
> - Click on "Format"
> ...
> Congratulation: You wanted to format your new
> hda_5_ patition ? You've just damaged your hda_6_ partition !!
> 
> I can reproduced the problem. on Mdk 9.1 and cooker as well
> 
> Don't let it go on 9.2 final, thanks

alas, it's too late for 9.2.

i'll fix it.



Re: [Cooker] drakx expects consolefonts to be gzipped

2003-09-21 Thread Pixel
Mark Draheim <[EMAIL PROTECTED]> writes:

> drakx doesn't set console font after install because it looks for
> /mnt/usr/lib/kbd/consolefonts/lat0-16.psf.gz (note the gz) and fails
> because to fonts are not gzipped.

cool, pablo changed this without even writing in the changelog :-(




[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.



Re: [Cooker] [Bug 910] [Installation] "Size in MB" slider should also have a text field

2003-09-18 Thread Pixel
"[tvignaud]" <[EMAIL PROTECTED]> writes:

> During partitioning, the "Size in MB" slider should also have a text field so
> the user can type in the exact size of the partition.  For example, I'm
> currently installing to a VM in VMware, giving it 512 MB of RAM.  I'd like to
> double that for the swap space, for 1024 MB of swap (1 GB).

you can do this in expert...



Re: [Cooker] [Bug 5718] [drakxtools] New: encrypted partition can't be set to "user" - rights

2003-09-17 Thread Pixel
"[crion]" <[EMAIL PROTECTED]> writes:

> Then I wanted to add the option "user" - I clicked on options, and then tried to
> mark user. But always I got a message like "a partition /media already exists"
> (/media was the selected mount point...).

right. my fault. fixing. thanks!

@resolution=fixed



Re: [Cooker] [Bug 5668] [drakxtools] New: drakauth not settings correctly the system for NIS auth

2003-09-17 Thread Pixel
"[f.faber-pro]" <[EMAIL PROTECTED]> writes:

> with drakauth during install when you set the NIS domain and let server with 
> broadcast, it complains about the fact that you can't set broadcast without 
> setting the domain. The problem is that the NIS domain text field was filled ! 
>  
> after install, the same thing. 

can't reproduce, neither at install and after install.

(worse, the error message could not pop up after install. fixed)

> NISDOMAIN is sets in /etc/sysconfig/network and in /etc/yp.conf you have 
> domain my-domain broadcast 
>  
> domainname and nisdominaname give nothing. 

you needed to reboot. Fixed in CVS drakauth. thanks!

> DOMAINNAME is not set in /etc/sysconfig/network, if I set it ypbind will start 
> fine

DOMAINNAME is not needed anymore.

@resolution=fixed



Re: [Cooker] [Bug 5728] [Installation] New: The underscore dance

2003-09-17 Thread Pixel
"[kic]" <[EMAIL PROTECTED]> writes:

> When you choose the path for mounting partitions, if you choose a name with an
> underscore "_", in the "which partition you want format", the underscore goes to
> the right.
> For example, if you choose /mnt/hdb_media for the mounting point. You will be
> able to choose to format /mnt/hdbmedia but with m of media underlined :)

@resolution=fixed



Re: [Cooker] [Bug 5246] [drakxtools] Diskdrake fails to format big partitions (XFS) correctly

2003-09-17 Thread Pixel
"[bukovjan]" <[EMAIL PROTECTED]> writes:

> The 14GB partition was formatted OK, but the huge 100GB partition only contained
> 2GB of free space after formatting. (Looks like some integer overflow in diskdrake).

diskdrake uses number of sectors, which won't overflow until 1TB (then
it will switch to float, i don't know what it will do :)

tested here, no pb.

@resolution=worksforme



Re: [Cooker] [Bug 5237] [gnome-session] New: Problem with XFdrake

2003-09-15 Thread Pixel
"[qateam]" <[EMAIL PROTECTED]> writes:

> Launch mcc from a terminal in GNOME. Click on Hardware then change your screen
> resolution.
> 
> Problem
> 
> The resolution doesn't change. It makes nothing.

fixed:
- usermode now keeps SESSION_MANAGER
- XFdrake sets ICEAUTHORITY

the second part would be better done in usermode...

@resolution=fixed



Re: [Cooker] [Bug 5661] [drakxtools] New: [X test] message not translated in french

2003-09-15 Thread Pixel
"[jerome.bouat]" <[EMAIL PROTECTED]> writes:

> While the installation process, I choosed to reconfigure the X server from the
> configuration summary. I choosed to test my current configuration. The test
> worked properly but the message which asked if the test was successfull was not
> translated in french.

it works now. thanks!

@resolution=fixed



Re: [Cooker] [Bug 5572] [Installation] New: number or partition

2003-09-15 Thread Pixel
"[rafael.venan]" <[EMAIL PROTECTED]> writes:

> I installed MDK9.1 on PC with Win98 and 256Ko RAM Athlon 1700+. 
> A partition was free for Linux and was already formatted for a Linux format. I
> do not know which type.
> 
> I select this partition to instal MDK9.1
> Result was :
> a single partition
> no swap partition.

@resolution=wontfix



Re: [Cooker] [Bug 5523] [drakxtools] New: diskdrake is not beos friendly

2003-09-15 Thread Pixel
"[guillaume.bedot]" <[EMAIL PROTECTED]> writes:

> Trying to create a mount point for the beos partition i get in fstab type "235"
> instead of "befs". and the partition can't be mounted.

this part of the bug report is now fixed in CVS.

it *may* help with the other bugs

please try cooker tomorrow



Re: [Cooker] [Bug 5470] [drakxtools] New: resizing not permited

2003-09-15 Thread Pixel
"[qateam]" <[EMAIL PROTECTED]> writes:

> In a machine with Windows, i want to increase the size of windows partition. 
> At the step "Partitioning", i click on /mnt/windows then i choose to resize. 
> There is still free space, but diskdrake can not allocate more space.

won't be fixed.

you can grow back a windows partition in some cases, but adding
clusters (or worse changing the cluster size) is not handled.

@resolution=wontfix



Re: [Cooker] Rebuild ruby with shared library?

2003-09-14 Thread Pixel
Abel Cheung <[EMAIL PROTECTED]> writes:

> Can ruby be rebuild with --enable-shared option, to produce shared
> library? One of the contrib package I'm working on needs to find shared
> library, and will drop ruby support if there's none.

i'll do it in cooker when 9.2 is out. too late for 9.2

thanks!



[Cooker] [Bug 5246] [drakxtools] Diskdrake fails to format big partitions (XFS) correctly

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





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


can you see if there is a recent file in /root/drakx ?


-- 
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 just installed a new 120GB disk, and made created two XFS partitions (via
diskdrake), 100GB and the rest (14GB).

I formatted both partitions with the "Format" button.

The 14GB partition was formatted OK, but the huge 100GB partition only contained
2GB of free space after formatting. (Looks like some integer overflow in diskdrake).

When I used "mkfs.xfs -f /dev/hde" manually, the partition was formatted
correctly and has 100GB free space now.



Re: [Cooker] [Bug 5447] [userdrake] New: files sharing

2003-09-09 Thread Pixel
"[qateam]" <[EMAIL PROTECTED]> writes:

> Go to MCC: Configure your computer=>Mount Points=>Set up sharing of your hard 
> disks partition=>Custom=>Launch userdrake 

@resolution=fixed



Re: [Cooker] [Bug 5437] [Installation] New: devfs not mounted, lvm problems

2003-09-09 Thread Pixel
"[newhallibaby]" <[EMAIL PROTECTED]> writes:

> devfs not mounted, lvm problems

can you attach /root/drakx/report.bug.gz



Re: [Cooker] [Bug 5425] [Installation] New: Installation routine bug

2003-09-09 Thread Pixel
"[hongyee]" <[EMAIL PROTECTED]> writes:

> Instead the installation let user going through an 
> endless loop of asking the same question over and over and reply with an error 
> until user change the setting to local authentication.  

can you attach /root/drakx/report.bug.gz ?



[Cooker] [Bug 5246] [drakxtools] Diskdrake fails to format big partitions (XFS) correctly

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





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


it doesn't show any xfs partitions! only mounting a hda2 partition as
ext2...


-- 
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 just installed a new 120GB disk, and made created two XFS partitions (via
diskdrake), 100GB and the rest (14GB).

I formatted both partitions with the "Format" button.

The 14GB partition was formatted OK, but the huge 100GB partition only contained
2GB of free space after formatting. (Looks like some integer overflow in diskdrake).

When I used "mkfs.xfs -f /dev/hde" manually, the partition was formatted
correctly and has 100GB free space now.



[Cooker] [Bug 5246] [drakxtools] Diskdrake fails to format big partitions (XFS) correctly

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2003-08-09 13:00 ---


please attach /root/drakx/report.bug.gz


-- 
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 just installed a new 120GB disk, and made created two XFS partitions (via
diskdrake), 100GB and the rest (14GB).

I formatted both partitions with the "Format" button.

The 14GB partition was formatted OK, but the huge 100GB partition only contained
2GB of free space after formatting. (Looks like some integer overflow in diskdrake).

When I used "mkfs.xfs -f /dev/hde" manually, the partition was formatted
correctly and has 100GB free space now.



[Cooker] [Bug 5236] [drakxtools] XFdrake

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 18:20 ---


- is the box frozen? (ie, try pinging it, try ctrl-alt-backspace)
- what is the hardware?


-- 
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: 
under KDE in French 
 
STEP TO REPODUCE: 
= 
Launch mcc, then go to hardware section, select XFdrake 
 
DESCRIPTION : 
= 
XFdrake propose you to test all the parameters, so do it. 
After clicking on the button "yes", there is not picture. The only solution is 
to reboot the machine.



Re: [Cooker] [Bug 5204] [Installation] New: Cannot resize FAT partition from text install manually - 9.2rc1

2003-09-03 Thread Pixel
"[hmc001]" <[EMAIL PROTECTED]> writes:

> Using the text install for 9.2rc1, when you select 'resize' for a FAT partition,
> an error comes up saying that a fat resizing library isn't present.  Selecting
> 'Use free space on Windows partition' does seem to work though.

oops, right! fixing...
thanks!

@resolution=fixed



Re: [Cooker] [Bug 5206] [Installation] New: Previous swap partition renamed and error messages...

2003-09-03 Thread Pixel
"[john.lindholm]" <[EMAIL PROTECTED]> writes:

> I checked fstab and it loooked ok, with my swap partition. I did mkswap

can you give the fstab?



Re: [Cooker] [Bug 5030] [Installation] "Summary" dialog completely skipped

2003-09-03 Thread Pixel
"[fgriffin]" <[EMAIL PROTECTED]> writes:

> This is still occurring today.  However, to be more precise, configuration is
> being done; it is just the display of the Summary dialog (which allows you to
> configure things like X which hasn't been installed yet) which is getting
> skipped, sort of like an "unattended" mode.

the pb must be printerdrake auto-detection/configuration trying to
install libsane-hpoj0 which didn't exist anymore.

can you confirm by grep'ping libsane-hpoj in /root/drakx/ddebug.log?



Re: [Cooker] [Bug 5193] [Installation] Trio 32/64 with SyncMaster 400b: unable to do graphical install

2003-09-03 Thread Pixel
"[biro_arpad]" <[EMAIL PROTECTED]> writes:

> VGA16: PCI: Intel Unknown chipset (0x7125) rev 3
> VGA16: chipset: generic
> VGA16: videoram: 256k (using 256k)
> 
> 
> Fatal server error:
> no screens found

XF86_VGA16 was buggy. tis now fixed

@resolution=fixed



Re: [Cooker] [Bug 5200] [Installation] New: 9.2 RC1 installer messes up windows lilo entries during upgrade

2003-09-03 Thread Pixel
"[olo]" <[EMAIL PROTECTED]> writes:

> During upgrade, the installer placed the hda2 secondary servicing partition
> twice into lilo.conf (labelled "windows" and "windows2"), while the hda1
> partition was not added. Luckily, it preserved the old entry as "windows_old".

can you attach /root/drakx/report.bug.gz?



[Cooker] [Bug 5191] [drakxtools] problem exporting display

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





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 16:30 ---


yes. See allow_xserver_to_listen in msec.

lower your security level to 1, 2 or 3, and not 4 or 5


-- 
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 think this is the appropiate component for this module but i couldn't
figure a better one.

I am using mdk9.2rc1, I am unable to export the display from remote hosts to my
system, the firewall is disabled and I gave display access with "xhost +".
Probably this is a configuration issue and not a bug however on the past
releases I never had problems with this and I couldn't figure the solution yet.

Thanks



Re: [Cooker] [Bug 5185] [coreutils] New: rm -i won't work if certain environmental variables related to Arabic are set.

2003-09-02 Thread Pixel
"[munzirtaha]" <[EMAIL PROTECTED]> writes:

> rm -i (or just rm since rm -i is an alias for rm by default in Mandrake) will not 
> work due to 
> certain environmental variables related to Arabic. If /etc/sysconfig/i18n contains 
> LC_ALL=ar_SA.UTF-8, LC_ALL=ar, LC_MESSAGES=ar, ... or we export these variables 
> manually, the rm -i command and other commands will be disabled!! 

i confirm, whatever the answer is, it fails 
(i thought it needed the i18n "y")

% touch foo ; LC_ALL=C perl -e 'foreach ("a" .. "z") { system("echo $_ | rm -i foo 
2>/dev/null"); die "found $_\n" if ! -e "foo" } die "not found\n"'
found y
% touch foo ; LC_ALL=de perl -e 'foreach ("a" .. "z") { system("echo $_ | rm -i foo 
2>/dev/null"); die "found $_\n" if ! -e "foo" } die "not found\n"'
found j
% touch foo ; LC_ALL=fr_FR perl -e 'foreach ("a" .. "z") { system("echo $_ | rm -i foo 
2>/dev/null"); die "found $_\n" if ! -e "foo" } die "not found\n"'
found o
% touch foo ; LC_ALL=ar perl -e 'foreach ("a" .. "z") { system("echo $_ | rm -i foo 
2>/dev/null"); die "found $_\n" if ! -e "foo" } die "not found\n"'
not found



Re: [Cooker] [Bug 4310] [drakxtools] umask=0 option has no explanation/description

2003-09-02 Thread Pixel
"[jlp]" <[EMAIL PROTECTED]> writes:

> umask=0 option has no explanation/description

added 'umask=0' => N("Give write access to ordinary users"),

@resolution=fixed



Re: [Cooker] [Bug 5182] [Installation] New: update from 9.1 made an non bootable system if / is on reiserfs

2003-09-02 Thread Pixel
"[alexandre.bustico]" <[EMAIL PROTECTED]> writes:

> After updating from 9.1, the system is unable to boot, there is an error when
> trying to mount /, saying that the filesystem was not unmounted cleanly. The
> system try to run fsck then restart and the same error occurs. if i boot on a
> knoppix cd, fsck.reiserfs report no errors on this fileststem, and the
> filesystem mount without problem.

i can't reproduce...

@resolution=worksforme



Re: [Cooker] [Bug 5191] [drakxtools] New: problem exporting display

2003-09-02 Thread Pixel
"[Lamego]" <[EMAIL PROTECTED]> writes:

> I am using mdk9.2rc1, I am unable to export the display from remote hosts to my
> system, the firewall is disabled and I gave display access with "xhost +".
> Probably this is a configuration issue and not a bug however on the past
> releases I never had problems with this and I couldn't figure the solution yet.

it works here. It's clearly not a XFdrake pb.

@resolution=invalid



Re: [Cooker] [Bug 5172] [drakxtools] New: Copy & Pase fails in drakboot

2003-09-02 Thread Pixel
"[suamor]" <[EMAIL PROTECTED]> writes:

> When I select something in the lilo parameters entry and try to pase it either
> on a xterm window

it works here. Do you know how X selection work? just select and paste
with mouse middle button (or "shift-insert" in xterm)

@resolution=invalid



Re: [Cooker] [Bug 5154] [drakxtools] New: insert-button (keycode 110) equals thilde (keycode 27) in console (norwegian, no-latin1)

2003-09-02 Thread Pixel
not really a keyboarddrake bug, more like a one

@product=console-tools
@[EMAIL PROTECTED]



Re: [Cooker] [Bug 5153] [drakxtools] New: disks does not get unmounted cleanly at shutdown

2003-09-02 Thread Pixel
"[hhg]" <[EMAIL PROTECTED]> writes:

> Every time i turn on my compaq evo n800c it has to check my file-systems because
> they aparently did not get cleanly unmounted. During shutdown i see no obvious
> error-messages (but I may also have missed them). This is with 9.2 rc1

this is not a drakboot bug, try initscripts instead

@resolution=invalid



[Cooker] [Bug 5121] [Installation] Vulgar words might offend corporate users.

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|97  |30
 Status|NEW |RESOLVED
 Resolution||FIXED




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


since it is normal that /usr/lib/gconfd-2 is running in background,
ensuring the "ERROR: ..." is not displayed



-- 
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 the installation is upgrading rpms from 9.1 to 9.2 one of the consoles
issues a very particular error message in the lines of [this program] should not
clean up [other program's] shit.

It may seem silly but some possible clients, ie. corporate ones, would not be
thrilled about this.

My guess is that is just some debugging code that was unintentionally left
uncommented.



Re: [Cooker] [REQUEST] Cancel/Abort button during installation

2003-09-01 Thread Pixel
FACORAT Fabrice <[EMAIL PROTECTED]> writes:

> Sorry if this is already implemented in DrakX ( don't see anything in
> changelog, in fact I no longer see any changelog for DRakX post here ),
> but I think we need an abort/Cancel button during installation that we
> can hit anything and will do a clean reboot of the system ( a little bit
> like CTRL+ALT+BACKSPACE but more obvious for newbies/newcomers ).
> 
> This is really usefull for example when you just want to boot the CD and
> play with your partition, or if at the middle you want to quit because
> of a lack of time.

later maybe... ask our GUI team!




Re: [Cooker] /usr/share/docs is empty

2003-09-01 Thread Pixel
jokerman64 <[EMAIL PROTECTED]> writes:

> I have absolutely NO docs in my /usr/share/docs directory
> I reinstalled mdk 9.1 yesterday and now nothing installed, NOTHING put any 
> documentation into /usr/share/docs. All i have are empty folders and 
> subfolders with not a dman file in any of them. Any ideas?

grep _excludedocs /etc/rpm/macros

?



Re: [Cooker] Feature enhancement : warning window if X configuration missed at install

2003-09-01 Thread Pixel
Eric Fernandez <[EMAIL PROTECTED]> writes:

> I have noticed in some forums a very classical error made by newbies when they
> installed Mdk 9.1 : sometimes they miss the X configuration.
> After package installation, there is a table with all devices that need to be
> configured, especially, tv card, modem and most importantly the X server. Some
> newbies rush and miss that step, complaining they get a black screen at
> restart.
> Would it be possible to put a warning/confirmation window if configuration has
> not been properly done ?

well, if would nice and possible... but... it's already done!!

it doesn't warn only if package XFree86 was not installed (which
occurs for minimal installs)



Re: [Cooker] [Bug 5131] [drakxtools] New: missing user

2003-09-01 Thread Pixel
"[Lamego]" <[EMAIL PROTECTED]> writes:

> When I tried to setup the autologin I noticed on the user dropdown list the
> first user on the system does not appear. I guessed this was something uid
> issued so I changed the user's uid from 500 to 503 and it did show on the list.
> Maybe a >= 500 instead of >500 on the users list filling :) ?

yep, fixing... thanks!

@resolution=fixed



Re: [Cooker] [Bug 2740] [drakxtools] RC2: Multiple different cards

2003-09-01 Thread Pixel
"[mdk.bugs]" <[EMAIL PROTECTED]> writes:

> I cannot test this anymore - has a fixed been attempted yet?

no :-(



Re: [Cooker] [Bug 4527] [Installation] Add a polish NTP server to the list of NTP servers

2003-09-01 Thread Pixel
"[olo]" <[EMAIL PROTECTED]> writes:

> ntp.certum.pl

tis a stratum 1 server, it's no good: 

  It's not considered polite to use the Stratum 1
  servers for purposes that are not absolutely
  critical

> vega.cbk.poznan.pl

i don't know this one.

i've re-updated the ntp server list, and there is now
info.cyf-kr.edu.pl

so, i'd say this bug is fixed

@resolution=fixed



[Cooker] [Bug 5042] [lilo] Bootloader does not appear after installation of Mandrake 9,.2 RC1

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2003-01-09 12:52 ---


please try using grub and see and if it's better.



-- 
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 a Promise SATA TX4 controller on my A7V (KT133) motherboard and attempted
to install Mandrake 9.2 RC 1 on it.  The installation went fine (aside from
freezing on package choosing and installation).  When finished, it rebooted and
got past the POST and the bootloader did not appear, just a cursor.

I used the First disc in rescue mode.  I tried to rebuild the bootloader but it
failed and exited abnormally.  I mounted the drives with the rescue disc and my
installation and filesystems appeared to be intact.

I installed Windows 2000 to make sure there wasn't a problem with the BIOS and
controller configurations.  Windows 2000 does boot just fine on the new controller.



Re: [Cooker] [Bug 5121] [Installation] Vulgar words might offend corporate users.

2003-09-01 Thread Pixel
"[mmassat]" <[EMAIL PROTECTED]> writes:

> *ERROR: DrakX should not have to clean the packages shit. Killing 4315 minilogd

please attach /root/drakx/report.bug.gz



[Cooker] [Bug 4209] [Installation] install wrongly loops if runned as a user

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2003-01-09 12:42 ---


? who reported this? bugzilla says tvignaud but he denies...



-- 
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: 
description:


if one run instalL2 as a user, genHDS failled thus throwing back an exception
through setupSCSI up to install2::main wich catch the exception and wrongly only
offer "ok", which enable only to loop on the error

suggested fix:
==
offer a cancel button in order to be able to stop the install.

it would also offer an exit door for all people complaining about loops in the
install on errors



[Cooker] [Bug 4968] [gtkdialogs] Problem with UTF8 and gmessage

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2003-01-09 12:42 ---


gmessage wants utf8, please give it utf8!

try

$ gmessage $(echo été | iconv -f iso-8859-1 -t utf8)



-- 
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: 
gmessage have a problem to display french accents...
If i do this:
$ gmessage été
but gmessage doesn't display anything.



Re: [Cooker] Resizing partitions.

2003-08-31 Thread Pixel
Fabien ILLIDE <[EMAIL PROTECTED]> writes:

> Pixel a écrit :
> > Damian Gatabria <[EMAIL PROTECTED]> writes:
> >
> >>right end, so you can't make  it go any bigger. Is this
> >>a simple question of making this option available or
> >>is it a limitation of the installer's backend tools?
> >
> > more like a limitation. One would need to add clusters, or change the
> > size of the clusters.
> > you may try parted (i don't remember if they added this feature)
> 
> Well, it could be usefull to resize up partitions.
> I think (but should be checked) that it was possible on 8.x installations

please re-read my answer (which is for fat filesystems)



Re: [Cooker] floppy required for lilo?

2003-08-31 Thread Pixel
Luca Berra <[EMAIL PROTECTED]> writes:

> Oden Eriksson wrote:
> > Added "unsafe" and the problem went away, thanks. Is this a known issue or 
> > should I file a bug report for the install procedure? I chose grub when 
> > installing then switched to lilo.
> if the lilo floppy entry was created by the installer i'd file a bug.

but DrakX do put the "unsafe" option



Re: [Cooker] Resizing partitions.

2003-08-31 Thread Pixel
Damian Gatabria <[EMAIL PROTECTED]> writes:

> right end, so you can't make  it go any bigger. Is this
> a simple question of making this option available or
> is it a limitation of the installer's backend tools?

more like a limitation. One would need to add clusters, or change the
size of the clusters.

you may try parted (i don't remember if they added this feature)



Re: [Cooker] drakx dies when choosing hebrew installation

2003-08-31 Thread Pixel
Diego Iastrubni <[EMAIL PROTECTED]> writes:

> Just wanted to say, that now the installers issues have gone. It boots nicely 
> (tested using the mdkinst_stage2.bz2 from cooker).
> 
> However, still the ugly fonts issue exists. This is very easy to fix, just add 
> a font from the fonts-hebrew package (I can suggest Nahlieli) to the X11 
> fonts dir, repackage and its done,

pablo?

> since fontconfig will handle the rest of 
> the configuration (mkfontdir could be run before compressing the file but if 
> I remember install2.pl did it at some point no?).

i don't remember running mkfontdir.



Re: [Cooker] [Bug 5067] [Installation] New: 9.2 RC1 installer mounts upgraded ext3 filesystem as ext2

2003-08-31 Thread Pixel
"[olo]" <[EMAIL PROTECTED]> writes:

> When upgrading from Mandrake 9.1, ext3 fs of upgraded system is mounted as ext2.

ok, mounting as ext3 during upgrade. Still mounting ext3 as ext2
during installs (for speedup)

@resolution=fixed



Re: [Cooker] [Bug 5061] [Installation] New: Installation failes at hard drive detection

2003-08-31 Thread Pixel
"[Ronny.Standtke]" <[EMAIL PROTECTED]> writes:

> <3>hdg: lost interrupt 

@[EMAIL PROTECTED]
@product=kernel




Re: [Cooker] [Bug 5060] [Installation] New: iptables not selected to install on MDK 9.2-RC1

2003-08-31 Thread Pixel
"[sinner]" <[EMAIL PROTECTED]> writes:

> Problem: After selecting package groups for a desktop installation (KDE, Gnome, 
> Multimedia, Office, console tools, ...), I go to individual selection of 
> packages and iptables is not selected. iptables must be selected. By default, 
> firewall must be installed.

if you want a firewall, choose "Firewall" in the summary

@resolution=wontfix



Re: [Cooker] drakx dies when choosing hebrew installation

2003-08-30 Thread Pixel
Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> > I tried it today, and got the "no screens found" problem.
> 
> This is another bug in VGA16, yes, we've seen it

for now, i fix it by using the XF86_VGA16 from 9.1 (it works!)
although not much changed between 9.1 and cooker version of
XFree86-VGA16 :-(



Re: [Cooker] Cooker text-mode install bugs 20030826

2003-08-30 Thread Pixel
Thomas Backlund <[EMAIL PROTECTED]> writes:

> At the beginning when you have to accept or decline the license 
> agreement, the buttons are too small for the Finnish locale 
> (both need current width +4 chars)

twas a bug in newt which thinks everything is utf8 nowadays (hint:
it's redhat software)

it's now fixed.

i've not looked at every bug you reported. Please try next install
(DrakX #1.829) and repost with the parts that are still valid.

thanks!



Re: [Cooker] [Bug 4886] [Installation] New: Duplicate UID assigned

2003-08-30 Thread Pixel
"[andrew]" <[EMAIL PROTECTED]> writes:

> When using the installer to create users they are all assigned a UIG and GID of 501
> the users individual group is also created in the groups file with a GID of 501

it works in rc1...

@resolution=worksforme




Re: [Cooker] [Bug 4943] [drakxtools] New: ACPI checkbox

2003-08-30 Thread Pixel
"[emmanuel.moll]" <[EMAIL PROTECTED]> writes:

> -Launch Drakboot
> -Uncheck then check ACPI
> -Click next
> -Verify the default settings -> in the append line acpi=off

ACPI was always checked by default even if not so in lilo.conf

fixed.

@resolution=fixed



Re: [Cooker] [Bug 4731] [Installation] 9.2b2 : win_c and win_e are unreadable to normal user only to root

2003-08-29 Thread Pixel
"[baud]" <[EMAIL PROTECTED]> writes:

> well I had to change the line adding umask=0
> /dev/hda1 /mnt/win_c vfat codepage=850,iocharset=iso8859-15,umask=0 0 0
> #/dev/hda1 /mnt/win_c vfat codepage=850,iocharset=iso8859-15 0 0
> 
>  cat /etc/sysconfig/msec
> UMASK_ROOT=022
> SECURE_LEVEL=2

it's weird. I can't reproduce :-/

@resolution=worksforme

[...]

> Lower means higher security ? Well, that's not sympathetic for the noobie user :
> Linux is more secure, hence you can't access win anymore... (warf, warf),
> changing umask in /etc/fstab is not for the noobie, there should be a way to
> change it really easily (and evidently) otherwise many users are going to
> complain, or they will revert to less secure mode. The learning curve may be too
> steep... BTW, Linux partitions are all access : even for basic user, is it
> wanted ? There should be some coherence.

logged as a basic user, try:

% rm -rf /etc/*

then try (or maybe think about what it could do):

% rm -rf /mnt/win_c/windows/*



Re: [Cooker] [Bug 4548] [Installation] Individual Package Display can "hide" checkboxes

2003-08-29 Thread Pixel
"[jarillon]" <[EMAIL PROTECTED]> writes:

> Probably not serious, since newbies are unlikely to be using individual package
> selection, but if any of the package names is long enough, the sizing logic in
> the flat list display can allot enough space for them that the selection
> checkboxes are pushed off the visible display to the right.  The display is
> horizontally scrollable, so you can get to them, but it looks confusing.

fixed in CVS, thanks!

@resolution=fixed



Re: [Cooker] [Bug 4996] [Installation] New: 9.1 RC1 fails to install under VMWare with network.img

2003-08-29 Thread Pixel
@[EMAIL PROTECTED]
@product=XFree86-VGA16



[Cooker] Re: things to improve now we finally have supermount-ng

2003-08-29 Thread Pixel
<[EMAIL PROTECTED]> writes:

> On 28 Aug 2003, Pixel wrote:
> 
> > <[EMAIL PROTECTED]> writes:
> > 
> > > Use ext2:vfat for floppies and Jaz/ZIP/ide-flopy; 
> > > udf:iso9660 for DVD; iso9660 for CD. This covers most common cases.
> > 
> > done.
> > 
>
> Could someone who has/can burn udf CDs (not DVDs) test if they get 
> mounted correctly if these options are in fstab?
> 
> d.



[Cooker] Re: things to improve now we finally have supermount-ng

2003-08-29 Thread Pixel
<[EMAIL PROTECTED]> writes:

> On 28 Aug 2003, Pixel wrote:
> 
> > <[EMAIL PROTECTED]> writes:
> > 
> > > Use ext2:vfat for floppies and Jaz/ZIP/ide-flopy; 
> > > udf:iso9660 for DVD; iso9660 for CD. This covers most common cases.

oops, in fact i've put "udf:iso9660" for CDs too. Is that bad?



Re: [Cooker] [Bug 4986] [Installation] New: Installation GUI will not allow me to select Dia

2003-08-29 Thread Pixel
"[rrandall]" <[EMAIL PROTECTED]> writes:

> The GUI Installation (for Mandrake 9.2 RC1) will not allow me to select Dia to 
> be installed (even though the selection is offered).

@resolution=worksforme

it works here...



Re: [Cooker] [Bug 5007] [Installation] New: RC1: Failed install for i810 chipset

2003-08-29 Thread Pixel
"[radek]" <[EMAIL PROTECTED]> writes:

> trying to load i810fb module with res <800> (vga was 788)
> warning: insmoding module i810fb failed in perl* line 408

@[EMAIL PROTECTED]
@product=kernel-BOOT



Re: [Cooker] drakboot chosing the wrong system for upgrade

2003-08-29 Thread Pixel
Keld Jørn Simonsen <[EMAIL PROTECTED]> writes:

> 
> yes, when choosing which MDK system out of several to upgrade,
> installation chose the oldest system.

well, i'll fix this later...



[Cooker] Re: things to improve now we finally have supermount-ng

2003-08-28 Thread Pixel
<[EMAIL PROTECTED]> writes:

> Use ext2:vfat for floppies and Jaz/ZIP/ide-flopy; 
> udf:iso9660 for DVD; iso9660 for CD. This covers most common cases.

done.



Re: [Cooker] [Bug 4955] [drakxtools] New: Serial -> Generic Wheel Mouse

2003-08-28 Thread Pixel
"[gregor.pirnaver]" <[EMAIL PROTECTED]> writes:

> There should be a Generic Serial Wheel Mouse (Microsoft Intellimouse?) in 
> mousedrake.

what mouse do you have?



Re: [Cooker] kernel-2.4.22-1 and lilo

2003-08-27 Thread Pixel
Charles A Edwards <[EMAIL PROTECTED]> writes:

> kernel-enterprise-2.4.22.1mdk-1-1mdk rebuilt for athlon
> lilo-22.5.7.2-2mdk
> bootloader-utils-1.3-1mdk
> 
> After installation of the 2.4.22.1 kernel and verification that all
> proper entries are created and running lilo, reboot system.
> 
> Bootloader does not load.
> Presented on screen with 
> L 9A 9A 9A 9A 9A etc..
> 
> Boot to rescue from cd and re-install bootloader.
> System will now boot normally.

if you re-install lilo on the system, then reboot, does it work?

the kernel is broken and a sync is missing?



Re: [Cooker] Missing monitor in XFdrake database

2003-08-27 Thread Pixel
Thierry Vignaud <[EMAIL PROTECTED]> writes:

> Bryan Whitehead <[EMAIL PROTECTED]> writes:
> 
> > here is another:
> > 
> > Apple; Apple 23" Cinema HD; APP9218; 30.0-90.0; 50.0-70.0; 1
> > 
> > To get the full use of the monitor this modline is needed in X:
> > 
> > Section "Modes"
> >  identifier "APP9218"
> >  Modeline "1920x1200" 155.0 1920 1984 2016 2144 1200 1203 1206 1212
> > EndSection
> 
> pixel ?

we don't add ModeLine's anymore. It should be done in XFree86



Re: [Cooker] add slovak mandrake mirrors into installation procedure

2003-08-26 Thread Pixel
Tibor Pittich <[EMAIL PROTECTED]> writes:

> i would like again lobbying to add slovak mirrors to install procedure,
> especially in step where user can choose mirror to updates.
> there are two fully available mirrors:
> one is: ftp.mandrake.sk - where is mirrored release distro and full
> update hierarchy. this one is located at backbone of slovak technical
> university, and it is available via high speed connectivity,
> .. and ftp3.mandrake.sk where is mirrored many directories dedicated to
> mandrake linux distribution.

install uses http://www.linux-mandrake.com/mirrorsfull.list which is
maintained by webmasters (AFAIK)




Re: [Cooker] drakboot chosing the wrong system for upgrade

2003-08-26 Thread Pixel
Keld Jørn Simonsen <[EMAIL PROTECTED]> writes:

> Current cooker drakboot choses the oldest Mandrake system for
> upgrading. I think it is more relevant to chose the newest.
> The older systems may just be som test systems.
> 
> Anyway if you are repeadedly having testing on a mandrake beta system,
> and have a stable 9.1 running, the upgrade is also more likely to be
> done on the new beta system.

drakboot?

you mean installation defaults to the oldest installed distro?



Re: [Cooker] [Bug 4904] [Installation] New: Shadow passwords not being created during installation

2003-08-26 Thread Pixel
"[paul]" <[EMAIL PROTECTED]> writes:

> When you add users during installation of 9.2beta2, it does not create shadow
> passwords, therefore no one (not even root) is able to change their password
> using passwd.  The only solution I found was to use userdel to delete the user,
> and then use groupadd and useradd to recreate them.  This worked as it should
> and fixed it.

AFAIK this is fixed in cooker

@resolution=fixed



Re: [Cooker] [Bug 4898] [drakxtools] New: Draboot changes not saved

2003-08-26 Thread Pixel
"[emmanuel.moll]" <[EMAIL PROTECTED]> writes:

> When entering changes to be appended in the boot configuration (lilo) via 
> Drakboot and pressing enter does not actually save the changes.

can you detail what you do? (which button, etc...)



[Cooker] Re: "fix" diskdrake behaviour regarding destructive fs resizing

2003-08-21 Thread Pixel
Szakacsits Szabolcs <[EMAIL PROTECTED]> writes:

> > pixel, could you display the reason why we cannot perform a non
> > destructive resizing too ?

i'm now displaying the stdout of ntfsresize.



Re: [Cooker] [Bug 1972] [Installation] module ohci1394 fails to insmod during install

2003-08-21 Thread Pixel
Simon Oosthoek <[EMAIL PROTECTED]> writes:

> On Thu, Aug 21, 2003 at 07:08:57PM +0200, Pixel wrote:
> > "[simon]" <[EMAIL PROTECTED]> writes:
> > 
> > > While detecting the hardware, the insmodding of ohci1394 fails at 
> > > "perl-install/modules.pm line 398" 
> > 
> > ok, discarding this error message
> > 
> > @resolution=fixed
> 
> While I don't think it's a problem to ignore the error (it doesn't affect
> anything essential (for me)), if the error is correct (i.e. the module
> couldn't be loaded) it should perhaps be logged somewhere on a tty?

it *is* logged (on tty3, in /root/drakx/ddebug.log, ...)

please give the output of "lspcidrake -v", there may be an error in
pcitable




Re: [Cooker] [Bug 1972] [Installation] module ohci1394 fails to insmod during install

2003-08-21 Thread Pixel
"[simon]" <[EMAIL PROTECTED]> writes:

> While detecting the hardware, the insmodding of ohci1394 fails at 
> "perl-install/modules.pm line 398" 

ok, discarding this error message

@resolution=fixed



Re: [Cooker] Software submission for the Mandrake distribution

2003-08-21 Thread Pixel
Szakacsits Szabolcs <[EMAIL PROTECTED]> writes:

>   2) Maybe printing the reason, why non-destrcutive partitioning isn't
>  possible could help in cases. Occasionally these are happening:
> 
>  - inconsistent NTFS -> user must run chkdsk (not from the gui
>but from the command line).
> 
>  - one of the many different inconsistent NTFS cases turned out to
>be a very rare but still valid NTFS and I added support for it
>(only in the development tree now)
> 
>  - NTFS having bad sectors -> I had quite many reports, so I added
>support to resize these as well, but it's still in testing phase.
> 
>  - there are data at the end of the partition -> turning off
>pagefile.sys and/or hibernation helped many people, the development
>version of ntfsresize can also tell what are those files.

how do i know which pb occured?



Re: [Cooker] drakTermServ

2003-08-21 Thread Pixel
Rick Romero <[EMAIL PROTECTED]> writes:

> Yes, I would change it to:
> + Graphic Card
> + Monitor
> + Resolution
> + Options
> + Test
> + Save Settings
> + Quit
> 
> And have no buttons.  Just hitting Enter on one of those items should
> execute the menu.

i don't know how to do this in newt :-/



Re: [Cooker] drakTermServ

2003-08-21 Thread Pixel
FACORAT Fabrice <[EMAIL PROTECTED]> writes:

> > can you think of a better name for the "Do" button?
> 
> No, it's the design which is bad from the beginning :
> 
> + Graphic Card
> + Monitor
> + Resolution
> + Options
> + Test
> + Save Settings
> 
> Quit  Do

what does it change?




Re: [Cooker] 9.2 Installer / Feature suggestion...

2003-08-21 Thread Pixel
Per Øyvind Karlsen <[EMAIL PROTECTED]> writes:

[...]

> > ok. but can you tell where you found the information
> > "1400x1050 console fb needs: vga=0x343" ?
> >
> > thanks
> /usr/src/linux/Documentation/fb/

% cd Documentation/fb
% grep -r 343 . # 0x343
% grep -r 143 . # 0x343 - 0x200
% grep -r 835 . # 0x835 in decimal
%

so, which file?



Re: [Cooker] 9.2 Installer / Feature suggestion...

2003-08-21 Thread Pixel
Mark Watts <[EMAIL PROTECTED]> writes:

> > Mark Watts <[EMAIL PROTECTED]> writes:
> > > During the install, if you select to have a certain size screen for X, it
> > > would be nice if it would set that size in lilo for console fb (if
> > > supported)...
> >
> > but we have no easy way to know if it will work... We stick to 800x600
> > because we know it works very often and we know it works when the
> > install works in FB.
> >
> > since the console is used by few users, we prefer not bothering too
> > much :)
> 
> Ok, is there any chance someone can add the line for 1400x1050 to the list of 
> options the advanced section of drakboot, so console users like me don't have 
> to fish the number out of the back of our brains? :)

ok. but can you tell where you found the information 
"1400x1050 console fb needs: vga=0x343" ?

thanks



[Cooker] [Bug 4600] [drakxtools] Expert Auto-allocate Function problem

2003-08-20 Thread [pixel]
http://qa.mandrakesoft.com/show_bug.cgi?id=4600


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-21-08 04:45 ---
fixed in CVS:

allocatePartitions() resulted in a small unallocated area at the end of the
drive when:
- suggest_part() reserves some room for the other partitions which are going to
be added next. For maxsize limited partition, it reserves maxsize (if maxsize
is reached)
- suggest_part() which adds the last partition limited by maxsize can be
called on a partition a little bigger than maxsize due to cylinder boundary
adjustments on previous partition creations. In that case, it doesn't use the
full area.

It occured for example with the current $fsedit::suggestions{server}.

The fix chosen is to ensure the last suggest_part() is called with a size
defined as maxsize <= size < maxsize + cylinder_size.

-- 
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: 
Testeur : Gregory 
 
Step to reproduce 
= 
 
DUring installation, choose custome partiton mode, Toggle to expert mode, clear 
partition, click on button auto-allocate, choose "server" mode 
 
Problem 
== 
 
You can see at the end of the last partition a little blank space (8mo), perhaps try 
to 
resize more the last partition in order to use the full disk space.



Re: [Cooker] Re: [CHRPM] lilo-22.5.7.2-1mdk

2003-08-20 Thread Pixel
"Thomas Backlund" <[EMAIL PROTECTED]> writes:

> doing a lilo -v5 shows:
> 
> --- cut ---
> Calling map_insert_data
> fd 5: REISERFS_IOC_UNPACK
> fd 5: offset 2560 -> dev 0xe0, LBA 8011921
> fd 5: REISERFS_IOC_UNPACK
> fd 5: offset 3072 -> dev 0xe0, LBA 8011922
> --- cut ---
> 
> the same goes on and on and on
> seems it's about to scan every block on reiserfs...

booh. lilo-22.5.X seems really not stable... I'm wondering if the best
solution would not be to switch to lilo-22.4.1 ...



Re: [Cooker] Unable to install latest Cooker

2003-08-20 Thread Pixel
Robert Fox <[EMAIL PROTECTED]> writes:

> During second stage - tries to start graphical install and fails with
> fontconfig errors.

install was borken. please update and check you have:

Mandrake/mdkinst/etc/fonts/fonts.conf



Re: [Cooker] [Bug 4813] [drakxtools] After choosing "No" on autologin, user still auto logged in

2003-08-20 Thread Pixel
"[cory.meisch]" <[EMAIL PROTECTED]> writes:

> After setting up Drakboot to automatically login a user, chose to not autologin.
> The user is still autologged in to Gnome on start up...

please give: 

- /etc/X11/gdm/gdm.conf
- rpm -V gdm
- grep /etc/sysconfig/desktop /root/drakx/ddebug.log




Re: [Cooker] drakTermServ

2003-08-20 Thread Pixel
Rick Romero <[EMAIL PROTECTED]> writes:

[...]

> Hmmm I was going to suggest maybe just yanking the 'Edit' option, but
> it's working now.  Now I can't make it NOT work.   That's good I guess. 
> A little perspective here about UI, it took me a while to figure out
> XFdrake's 'DO' thing.  I was hitting enter on each item expecting a
> menu, and I though 'DO' was supposed to be 'GO' (as in 'GO and Save',
> while Quit was just exit). 

hum, the newt version...

can you think of a better name for the "Do" button?

[...]

> XFdrake doesn't always save the config - most often when a valid test
> file exists(?) :(

? can you give a scenario to reproduce this?



Re: [Cooker] 9.2 Installer / Feature suggestion...

2003-08-20 Thread Pixel
Mark Watts <[EMAIL PROTECTED]> writes:

> During the install, if you select to have a certain size screen for X, it 
> would be nice if it would set that size in lilo for console fb (if 
> supported)...

but we have no easy way to know if it will work... We stick to 800x600
because we know it works very often and we know it works when the
install works in FB.

since the console is used by few users, we prefer not bothering too
much :)



Re: [Cooker] XFree86 not reading Xmodmap file

2003-08-19 Thread Pixel
David Walser <[EMAIL PROTECTED]> writes:

> Running XFree86-4.3-10mdk The file /etc/X11/Xmodmap is not automatically
> loaded by xmodmap when X starts up.

if you disable Xkb, it will.
if you really want this, add XkbDisable in your XF86Config*



Re: [Cooker] [HELP WANTED] "model name" of your /proc/cpuinfo

2003-08-19 Thread Pixel
Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> Buchan Milne <[EMAIL PROTECTED]> writes:
> 
> > > sub isLaptop() {
> > 
> > Will this not be incorrect for desktops with PCI->PCMCIA adapter (for
> > wireless)?:
> 
> Well, yes, but I'll let Pixel defend himself on that one :).

very rare, so no pb since what we do when we have a laptop is not very
dangerous. Maybe isLaptop() should be looksLikeALaptop() :)

>  
> > > Why not. I didn't personally know thinkpads needed an additional
> > > package.
> > 
> > It's not necessary, but it would be nice if all the functionality that
> > you get from an OEM installation of other OS's from IBM was available
> > out-the-box for Mandrake. tpctl is the only one in main, tp4utils and
> > tpb in contrib are nice-to-have on Thinkpads.
> 
> I see. Pixel, wdyt?

it would be nice, true.

but i don't know those tools, so i won't do it myself...



Re: [Cooker] [Bug 4625] [Installation] New: USB floppy interfered with bootloader installation

2003-08-14 Thread Pixel
"[jason]" <[EMAIL PROTECTED]> writes:

> Had to unplug my USB floppy drive to get bootloader to go on. lilo dies with
> :part_nowrite:read:: input/output error
> 
> Every time I clicked next>> at the bootloader install it tried to access my
> floppy disk, so I hot-unplugged it and it worked fine then.

can you give your lilo.conf?

which lilo version?



Re: [Cooker] [Bug 4564] [Installation] New: told to "press forward" but the only buttons available are "back" and "next"

2003-08-14 Thread Pixel
"[hamster]" <[EMAIL PROTECTED]> writes:

> Need to change the wording of the message to "Please press Next to continue"

fixed in CVS

@resolution=fixed



  1   2   3   4   5   6   7   8   9   10   >