Re: [Cooker] Cooker problem: Printerdrake does not work

2003-01-03 Thread John van Spaandonk
Sasha,

Thx for confirming the bug and the tip about the CC.
I just entered the bug report: 732.

Best,

John

On Thursday 02 January 2003 19:51, Sascha Noyes wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Entering the bug into bugzilla is generally a good idea, as it will ensure
> that it is not overlooked/forgotten. It is also a good way of the Mandrake
> QA team knowing that certain bugs are reproducible for other testers (by
> people voting for existing bugs that they themselves experience) other than
> simply counting the number of "me too"s on this list, and to prioritize
> fixes (lots of votes = important/significant bug).
>
> I am also experiencing problems with PrinterDrake.
> I don't have any printer configured yet, but was hoping to configure an
> Epson Stylus C42UX usb printer. Printerdrake gives the following error
> after starting, (Similar to yours, just a few more "Use of uninitialized
> value" eroors"):
>
>
> - --
>
> [root@localhost lusr]# printerdrake
> Use of uninitialized value in concatenation (.) or string at
> /usr/lib/libDrakX/printer/default.pm line 37 (#1)
> (W uninitialized) An undefined value was used as if it were already
> defined.  It was interpreted as a "" or a 0, but maybe it was a
> mistake. To suppress this warning assign a defined value to your variables.
>
> To help you figure out what was undefined, perl tells you what
> operation you used the undefined value in.  Note, however, that perl
> optimizes your program and the operation displayed in the warning may not
> necessarily appear literally in your program.  For example, "that $foo" is
> usually optimized into "that " . $foo, and the warning will refer to the
> concatenation (.) operator, even though there is no . in your program.
>
> Use of uninitialized value in concatenation (.) or string at
> /usr/lib/libDrakX/printer/default.pm line 38 (#1)
> Use of uninitialized value in concatenation (.) or string at
> /usr/lib/libDrakX/common.pm line 208 (#1)
> TODO: XSetInputFocus if force_focus
> TODO: ensure focus stuff
> TODO: XSetInputFocus if force_focus
> TODO: ensure focus stuff
> TODO: XSetInputFocus if force_focus
> TODO: ensure focus stuff
> cupsd (pid 6574) is running...
> TODO: XSetInputFocus if force_focus
> TODO: ensure focus stuff
> Use of uninitialized value in split at /usr/lib/libDrakX/printer/common.pm
> line
> 44 (#1)
> Use of uninitialized value in concatenation (.) or string at
> /usr/lib/libDrakX/printer/office.pm line 101 (#1)
> Use of uninitialized value in hash element at
> /usr/lib/libDrakX/printer/office.pm line 101 (#1)
> Use of uninitialized value in string eq at /usr/lib/libDrakX/interactive.pm
> line 266 (#1)
> TODO: XSetInputFocus if force_focus
> TODO: ensure focus stuff
> Use of uninitialized value in numeric gt (>) at
> /usr/lib/perl5/vendor_perl/5.8.0/MDK/Common/Math.pm line 133 (#1)
> Use of uninitialized value in subtraction (-) at
> /usr/lib/libDrakX/interactive/gtk.pm line 569 (#1)
> Use of uninitialized value in split at
> /usr/lib/perl5/vendor_perl/5.8.0/MDK/Common/String.pm line 138 (#1)
>
> - --
>
>
> Printerdrake with me however does not stall, probably because I don't have
> a printer configured already. Configuring a printer however is not
> possible. Here is what I get when clicking "add new printer":
>
>
> - --
>
> Argument "" isn't numeric in numeric lt (<) at
> /usr/lib/libDrakX/printer/printerdrake.pm line 3012 (#2)
> (W numeric) The indicated string was fed as an argument to an operator
> that expected a numeric value instead.  If you're fortunate the message
> will identify which operator was so unfortunate.
>
> TODO: XSetInputFocus if force_focus
> TODO: ensure focus stuff
> Use of uninitialized value in subtraction (-) at
> /usr/lib/libDrakX/interactive/gtk.pm line 533 (#1)
>
> - 
>
>
> This is probably a trivial fix so I won't give the output of the next few
> operation, but will gladly if someone needs it. Suffice it to say that it
> doesn't work.
>
> P.S. Yes, you have broken one rule of the etiquette already! ;-)
> You've set your reply-to address, which I noticed when I replied to you but
> nothing arrived on the cooker list.
>
> Sascha Noyes
>
> On Thursday 02 January 2003 23:46, John van Spaandonk wrote:
> > Hi all,
> >
> > I've got the following problem with PrinterDrake:
> >
> > I started printerdrake from the command line to get the error output
> > (listed below). The error output seems to indicate several problems in
> > the perl script.
> >
> > Then I get the tiny window saying please wait, reading printer
> > configuration files.
> > After a while (1 minute or so) the text in the window disappears and
> > printerdrake hangs (I k

Re: [Cooker] Cooker problem: Printerdrake does not work

2003-01-02 Thread Sascha Noyes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Entering the bug into bugzilla is generally a good idea, as it will ensure
that it is not overlooked/forgotten. It is also a good way of the Mandrake QA
team knowing that certain bugs are reproducible for other testers (by people
voting for existing bugs that they themselves experience) other than simply
counting the number of "me too"s on this list, and to prioritize fixes (lots
of votes = important/significant bug).

I am also experiencing problems with PrinterDrake.
I don't have any printer configured yet, but was hoping to configure an Epson
Stylus C42UX usb printer. Printerdrake gives the following error after
starting, (Similar to yours, just a few more "Use of uninitialized value"
eroors"):


- --

[root@localhost lusr]# printerdrake
Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/printer/default.pm line 37 (#1)
(W uninitialized) An undefined value was used as if it were already
defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.

To help you figure out what was undefined, perl tells you what operation
you used the undefined value in.  Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program.  For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.

Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/printer/default.pm line 38 (#1)
Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/common.pm line 208 (#1)
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff
cupsd (pid 6574) is running...
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff
Use of uninitialized value in split at /usr/lib/libDrakX/printer/common.pm
line
44 (#1)
Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/printer/office.pm line 101 (#1)
Use of uninitialized value in hash element at
/usr/lib/libDrakX/printer/office.pm line 101 (#1)
Use of uninitialized value in string eq at /usr/lib/libDrakX/interactive.pm
line 266 (#1)
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff
Use of uninitialized value in numeric gt (>) at
/usr/lib/perl5/vendor_perl/5.8.0/MDK/Common/Math.pm line 133 (#1)
Use of uninitialized value in subtraction (-) at
/usr/lib/libDrakX/interactive/gtk.pm line 569 (#1)
Use of uninitialized value in split at
/usr/lib/perl5/vendor_perl/5.8.0/MDK/Common/String.pm line 138 (#1)

- --


Printerdrake with me however does not stall, probably because I don't have a
printer configured already. Configuring a printer however is not possible.
Here is what I get when clicking "add new printer":


- --

Argument "" isn't numeric in numeric lt (<) at
/usr/lib/libDrakX/printer/printerdrake.pm line 3012 (#2)
(W numeric) The indicated string was fed as an argument to an operator
that expected a numeric value instead.  If you're fortunate the message
will identify which operator was so unfortunate.

TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff
Use of uninitialized value in subtraction (-) at
/usr/lib/libDrakX/interactive/gtk.pm line 533 (#1)

- 


This is probably a trivial fix so I won't give the output of the next few
operation, but will gladly if someone needs it. Suffice it to say that it
doesn't work.

P.S. Yes, you have broken one rule of the etiquette already! ;-)
You've set your reply-to address, which I noticed when I replied to you but 
nothing arrived on the cooker list.

Sascha Noyes



On Thursday 02 January 2003 23:46, John van Spaandonk wrote:
> Hi all,
>
> I've got the following problem with PrinterDrake:
>
> I started printerdrake from the command line to get the error output
> (listed below). The error output seems to indicate several problems in the
> perl script.
>
> Then I get the tiny window saying please wait, reading printer
> configuration files.
> After a while (1 minute or so) the text in the window disappears and
> printerdrake hangs (I kill it with CTRL-C).
>
> This is a real bummer, since I cannot configure my printer properly and now
> cannot print.
>
> Is this something to report with an official Cooker erorr report?
>
> I also experience several problems with installation / upgrading packages,
> which I will report in a separate mail after I read the reponse on th

[Cooker] Cooker problem: Printerdrake does not work

2003-01-02 Thread John van Spaandonk
Hi all,

I've got the following problem with PrinterDrake:

I started printerdrake from the command line to get the error output (listed 
below). The error output seems to indicate several problems in the perl 
script.

Then I get the tiny window saying please wait, reading printer configuration 
files.
After a while (1 minute or so) the text in the window disappears and 
printerdrake hangs (I kill it with CTRL-C).

This is a real bummer, since I cannot configure my printer properly and now
cannot print.

Is this something to report with an official Cooker erorr report?

I also experience several problems with installation / upgrading packages, 
which I will report in a separate mail after I read the reponse on this one.

ps this is my first post to this list, so please forgive me if I forget to 
report something or am not in agreement with the etiquette :-)

I am looking forward to helping making Mandrake better by testing it 
and reporting erorrs!

CUPS INFORMATION:
Printer State: processing, accepting jobs. 
"Unable to open USB device "usb://HP/DeskJet%20970C?serial=ES99T110X4JQ": No 
such device" 
Device URI: usb://HP/DeskJet%20970C?serial=ES99T110X4JQ 

OPERATING SYSTEM INFORMATION:
I'm on Cooker, current as per Thursday 2-1, 22:00 Amsterdam time.
Printer is a HP deskjet 970Cxi, using USB

OUTPUT FROM PRINTERDRAKE
printerdrake stdout/stderr output:

Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/printer/default.pm line 37 (#1)
(W uninitialized) An undefined value was used as if it were already
defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.

To help you figure out what was undefined, perl tells you what operation
you used the undefined value in.  Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program.  For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.

Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/printer/default.pm line 38 (#1)
Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/common.pm line 208 (#1)
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff



-- 
In a world without fences - who needs Gates?





Re: [Cooker] Cooker problem

2002-08-29 Thread Brandon Long

pass devfs=mount to the kernel on boot.


On Thursday 29 August 2002 09:17 am, Carl A Jeptha wrote:
> Hi,
> Followed instructions as per the howto, using the network.img method. I did
> this install 3 times from different sites.
> On startup I receive the following errors.
>
> init version 2.83 starting
> Setting default font (lat-16): Dup2: Bad file Descriptor [FAILED]
>  Booting Please Wait
> /etc/rc.d/rc.sysinit: Line1: /dev/null: read only file system.
>
> Some Assistance would be appreciated.
>
>
> You have a good day now,
>
> Carl

-- 
Brandon Long
[EMAIL PROTECTED]




[Cooker] Cooker problem

2002-08-29 Thread Carl A Jeptha

Hi,
Followed instructions as per the howto, using the network.img method. I did
this install 3 times from different sites.
On startup I receive the following errors.

init version 2.83 starting
Setting default font (lat-16): Dup2: Bad file Descriptor [FAILED]
 Booting Please Wait
/etc/rc.d/rc.sysinit: Line1: /dev/null: read only file system.

Some Assistance would be appreciated.


You have a good day now,

Carl





[Cooker] Cooker Problem

2002-08-29 Thread Carl A Jeptha



Hi,I 
installed using the network.img method. I didthis install 3 times from 
different sites.On startup I receive the following errors.init 
version 2.83 startingSetting default font (lat-16): Dup2: Bad file 
Descriptor [FAILED] Booting 
Please Wait/etc/rc.d/rc.sysinit: Line1: /dev/null: read only file 
system.Some Assistance would be appreciated.
You have a good day now,
 
Carl


[Cooker] [cooker] Problem with Samba/Users can't open my shared folders without my root password.]

2002-07-31 Thread root


 I have installed Mandrake Linux 9.0 beta1.
 
 I have tryed to share one of my folder and it appears the users of my
 local network can't open my shared folder without my root password,
 whereas security is set as Share in my smb.conf file.
 
I attach this file.
 
 Thank you,
  Roland

# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2002/07/30 17:55:24

# Global parameters
[global]
workgroup = REZID
netbios name = Roland
server string = Linux samba server
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = lpstat
os level = 64
dns proxy = No
guest account = ftp
hosts allow = 192.
printing = cups

[download]
comment = logiciels

[ROLAND_TMP]
   path = /home/roland/tmp
   comment = /home/roland/tmp
   public = yes
   guest ok = yes
   writable = no

[LOGICIELS]
   path = /home/roland/Logiciels
   comment = /home/roland/Logiciels
   public = yes
   guest ok = yes
   writable = no
   wide links = no



Re: [Cooker] Cooker problem with KDE2/Artsd?

2000-10-02 Thread Guillaume Cottenceau

"Steven R. Hatfield" <[EMAIL PROTECTED]> writes:

> I just upgraded from 7.2b3 to the very latest Cooker RPMS (from rpmfind.net)
> and now KDE2 won't start properly. It comes up fine, but there are no window
> borders.
> I have attached the output of startx for you to see -- there is a line about
> a lib failure with artsd.la. There also looks like there are other problems
> in there.
> 
> Let me know what I can do to fix this.

start the window manager manually (`kwin')


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/




[Cooker] Cooker problem with KDE2/Artsd? (resend with attachment)

2000-10-02 Thread Steven R. Hatfield

I just upgraded from 7.2b3 to the very latest Cooker RPMS (from rpmfind.net)
and now KDE2 won't start properly. It comes up fine, but there are no window
borders.
I have attached the output of startx for you to see -- there is a line about
a lib failure with artsd.la. There also looks like there are other problems
in there.

Let me know what I can do to fix this.

Thanks,
Steven

PS: I just verified that I am 100% current with cooker on rpmfind.net.




XFree86 Version 4.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 1 July 2000
If the server is older than 6-12 months, or if your card is newer
than the above date, look for a newer version before reporting
problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.2.17-15mdksmp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Oct  2 06:36:39 2000
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "Hitachi|Hitachi CM801"
(**) |   |-->Device "Matrox Millennium G400 16MB"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc105"
(**) XKB: layout: "us"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(2:0:0) Matrox MGA G400 AGP rev 4, Mem @ 0xf200/25, 0xfe6fc000/14, 
0xfd80/23
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.1.7
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
mga2164w AGP, mgag100, mgag200, mgag200 PCI, mgag400
(--) Assigning device section with no busID to primary device
(--) Chipset mgag400 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 0.1.0
(**) MGA(0): Depth 24, (--) framebuffer bpp 24
(==) MGA(0): RGB weight 888
(==) MGA(0): Default visual is TrueColor
(--) MGA(0): Chipset: "mgag400"
(II) MGA(0): Offscreen memory usage will be limited to 512 lines if the DRI is enabled.
(==) MGA(0): Using HW cursor
(--) MGA(0): Linear framebuffer at 0xF200
(--) MGA(0): MMIO registers at 0xFE6FC000
(--) MGA(0): Pseudo-DMA transfer window at 0xFD80
(--) MGA(0): BIOS at 0xFE6E
(--) MGA(0): Video BIOS info block at offset 0x07A80
(WW) MGA(0): Video BIOS info block not detected!
(==) MGA(0): Write-combining range (0xf200,0x200)
(--) MGA(0): VideoRAM: 32768 kByte
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.0.1, module version = 1.2.0
(==) MGA(0): Write-combining range (0xf200,0x200)
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info

(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info

(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 360 MHz
(II) MGA(0): Hitachi|Hitachi CM801: Using hsync range of  31.00- 96.00 kHz
(II) MGA(0): Hitachi|H

[Cooker] Cooker problem with KDE2/Artsd?

2000-10-02 Thread Steven R. Hatfield

I just upgraded from 7.2b3 to the very latest Cooker RPMS (from rpmfind.net)
and now KDE2 won't start properly. It comes up fine, but there are no window
borders.
I have attached the output of startx for you to see -- there is a line about
a lib failure with artsd.la. There also looks like there are other problems
in there.

Let me know what I can do to fix this.

Thanks,
Steven