Re: [expert] Mandrake pre-login logo

1999-07-23 Thread Steven

Talking of the logo, has anyone else with a Celeron A noticed that the logo
is split up by the machine description string? ("One 300 MHz Intel Celeron
 " is too long to fit on one line when I boot up.)

Axalon wrote:
 
 /usr/bin/linux_logo -c -n -f  /etc/issue
 
 called in /etc/rc.d/rc.local
 
 On Wed, 21 Jul 1999, Linux Happy User wrote:
 
  Hi everyone
 
  I recently upgraded my good-old PC from RedHat 6 to
  Mandrake 6. Fortunately, little of my previous config was modified and i
  kept much of the important files i had. Due to the good feeling i got
  from the Mandrake's distro, i also re-installed from the same Mandrake
  CD another machine at work.
  It came to my surprise that the machine at work now presents a cool logo
  before the 'login' prompt on console session, although my own pece
  doesn't. I suspect that's because on my machine, i kept all the startup
  scripts, (/etc/rc.d/*) and that there's one program started on the
  cool-logo machine that's not started on my machine (I know that's not a
  'dynmical' since i copied the '/etc/issue' file from work to home,
  getting on my machine a prompt with indications from the other machine,
  so i suppose that file is generated at startup).
 
  Could anyone point me to the program that generates the cool Mandrake
  logo. On my machine, the 'issue' file is rewritten every 5 minutes with
  a cron shell in order to show some information (such as the tty, the
  machine load, its uptime and similar stuff), so my ultimate hope is to
  be able to modify / regenerate that 'issue-with-logo' with the
  information i put in it previously with a coloured pinguin as a bonus.
 
  Greetings
  Didier
 



Re: [expert] Mandrake pre-login logo

1999-07-23 Thread Thierry Vignaud

Steven wrote:
 
 Talking of the logo, has anyone else with a Celeron A noticed that the logo
 is split up by the machine description string? ("One 300 MHz Intel Celeron
  " is too long to fit on one line when I boot up.)
 

change video mode to higher resolution :
at boot, type "linux vga=ask"
choose to see the list of availlable modes and select a 132x?? or a
100x?? mode

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Thierry



[expert] Print smaller with netscape

1999-07-23 Thread Lang Zhi

Hi,
How to make netscape 4.61 print the page in smaller fonts ?
I have changed the fonts to 12, 10 and 8 but the prin result is still same 
size (size 12).

Any idea ?
I'm using Mandrake 6.0


__
Get Your Private, Free Email at http://www.hotmail.com



[expert] MySQL-Perl Installation

1999-07-23 Thread Seb

Hi all!

Where can i find how to install perl to have it access MySQL databases ?
Or who can help me?

My problem is that perl 5.005 is installed (Mandrake 6.0), I got RPMS for
MySQL on the net but I can't access databases from perl...
I need mysql.pm.

Seb



[expert] (More) problems with vmware and recompiled kernel

1999-07-23 Thread Steven

I've been trying to set up vmware (version 1.0.3), and in preperation, I've
recompiled my kernel from the src rpm (kernel-2.2.10-32mdk from Cooker -- a
couple of weeks old now). 

I compiled relatively light-weight kernel, to drive my Intel P2/BX chipset,
64MB ram, IDE based system. I have no floppy, but I have an ls120. I missed
out pretty much anything that I don't need for this workstation. 

After running menu config I changed the tag string to 2.2.10-32mdk-sjm1, and
did 'make dep  make clean  make bzImage  make modules  make
modules_install'. The kernel runs the machine ok, but it won't run vmware. 

I have a Win98 installation on a FAT partition, and I was planning to run
this in vmware, but I get a segfault as soon as I "power up" the vitual
machine.

How can I help to get this problem licked in time for MD6.1? I could post my
menuconfig files if that's interesting to the kernel-hackers at MD. Helpful
for me would be to see the config file from a kernel that works with vmware.

Steven



Re: [expert] Linux PCI Modems

1999-07-23 Thread Christian Zoffoli



webmedic ha scritto:
 
 On Tue, 20 Jul 1999, you wrote:
  Hi,
  Can Linux support PCI modems like Thundercom 56k PCI  ???
 
  Thanks anyway.
 
 yes there is check out www.actiontec.com


How it works ?!?

I have not to buy another modem ... I have a Thundercom 56k PCI .

what /dev/ttyS or  . ??


Bye



Re: [expert] apache 1.3.6 and .cgi scripts not in cgi-bin

1999-07-23 Thread Stephen Carville

On Thu, 22 Jul 1999, you wrote:
-If you haven't changed your httpd.conf, it should be on line 403. Change
-it to: 
-Options Indexes Includes FollowSymLinks ExecCGI

This will work but I disagree with it being the "right" solution.  It
is better to leave the default to the most restrictive settings
reasonable and open them up on a case by case basis.

-RedHat's configuration is pretty insecure by default and I have seen many
-sites get hacked. On Mandrake, I made sure it was easy enough for
-beginners, while secure.
-
-By the way, don't **ever** put a cgi chmoded 777! It's world writable and
-executable, and anyone with knowledge can take control of your cgis if you
-do that. Please, chmod it to 755.

Very good advice.  I "hacked" one of my employers's databases (it's
part of my job :-)  using just this technique.

-Jean-Michel
[EMAIL PROTECTED]
-
-On Thu, 22 Jul 1999, Axalon wrote:
-
- Date: Thu, 22 Jul 1999 18:33:01 -0600 (MDT)
- From: Axalon [EMAIL PROTECTED]
- Reply-To: [EMAIL PROTECTED]
- To: "[EMAIL PROTECTED]" [EMAIL PROTECTED]
- Subject: Re: [expert] apache 1.3.6 and .cgi scripts not in cgi-bin
- 
- 
- Make sure you have a "Options ExecCGI" in the section covering the
- directory in question.
- 
- 
- On Thu, 22 Jul 1999, Duncan Hall wrote:
- 
-  I've uncommented the line in httpd.conf
-  
-  # To use CGI scripts:
-  AddHandler cgi-script .cgi
-  
-  I'm using apache-1.3.6-50mdk
-  
-  When I try to run a script that is not in the cgi-bin I get the following Error
-  
-  403
-  
-  Forbidden
-  
-  You don't have permission to access /Weekly/CHARTS/index.cgi on this server.
-  
-  To test it I have chmod 777 but still no luck.
-  
-  Before I get flamed about perl scripts not in cgi-bin, this script is on a secure 
intranet.
-  
-  It worked perfectly on redhat 5.2 with apache 1.3.2
-  
-  Any thoughts
-  
-  Dunc
-  
-  --
-  //
-  Duncan Hall
-  SysAdmin/WebMaster
-  Viator Systems [ http://www.viator.com ]
-  ... e-commerce systems for the travel industry
-  tel: +61 2 9361 6137 fax: +61 2 9360 9885
-  -//
-  
-  
-  
-
--
Stephen Carville
--
Operating complicated machinery whilst possessed of the 
cognitive powers of a sea slug and the disposition
of a polar bear with a toothache is very unwise



Re: [expert] MySQL-Perl Installation

1999-07-23 Thread Jean-Michel Dault


MySQL 3.22 distribution doesn't anymore contain the perl modules (due to
installation problems of joined packages).

You need this package:
http://www.mysql.com/Contrib/Msql-Mysql-modules-1.2018.tar.gz

Jean-Michel Dault
[EMAIL PROTECTED]
[EMAIL PROTECTED]

On Fri, 23 Jul 1999, Seb wrote:

 Date: Fri, 23 Jul 1999 11:53:53 +0200
 From: Seb [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [expert] MySQL-Perl Installation
 
 Hi all!
 
 Where can i find how to install perl to have it access MySQL databases ?
 Or who can help me?
 
 My problem is that perl 5.005 is installed (Mandrake 6.0), I got RPMS for
 MySQL on the net but I can't access databases from perl...
 I need mysql.pm.
 
 Seb
 



Re: [expert] Mandrake pre-login logo

1999-07-23 Thread Sergio Korlowsky

Steven wrote:

 Talking of the logo, has anyone else with a Celeron A noticed that the logo
 is split up by the machine description string? ("One 300 MHz Intel Celeron
  " is too long to fit on one line when I boot up.)


  

Yes, the logo gets truncated by the long line, I use a celeron (covington) 300
mhz.
it might be posible to change the description to,  Intel (Cel.) to make room!

Sergio Korlowsky



[expert] where is the boot.cat for making cd's

1999-07-23 Thread mcooper

I was tring to make a bootable cd and the cat file is missing in the images
directory I just did a mirror update, and it is not there.

Mark Cooper



Re: [expert] where is the boot.cat for making cd's

1999-07-23 Thread mcooper

On Fri, 23 Jul 1999, you wrote:
 mcooper [EMAIL PROTECTED] writes:
 
  I was tring to make a bootable cd and the cat file is missing in the images
  directory I just did a mirror update, and it is not there.
  
 
 it's created by mkisofs. see the man page and option -b and -c

thanks, I found that out after I typed the correct path to the boot.img.



[expert] Enlightenment

1999-07-23 Thread Hassan Monzavi


Hi;

I am trying to  use a transparent terminal in the Enlightenment window 
manager.  But when terminal starts to scroll, everything I type or even 
the out put of computer pile up on the last line of terminal.  How can I
fix this?

--
Hassan Monzavi

Faculty of Pharmacy and Pharmaceutical Sciences
University of Alberta  
Edmonton, Alberta
Canada T6G 2N8   
Office  : C8 Pharmacy/Dentistry
Lab.: 1104 Pharmacy/Dentistry
Phone   : (780)492-0305 Office
  (780)492-6719 Lab.
Fax : (780)439-5857
E-mail  : [EMAIL PROTECTED]
WWW : http://www.ualberta.ca/~hmonzavi
-



Re: [expert] Enlightenment

1999-07-23 Thread karma

Not sure how to fix this the gnome term, but get Eterm if you want a
really smooth transparent terminal.
http://www.eterm.org

run it with 'Eterm --trans 1 --shade 0'

make sure to do 'ldconfig' after you install it.

On Fri, 23 Jul 1999, you wrote:
 Hi;
 
 I am trying to  use a transparent terminal in the Enlightenment window 
 manager.  But when terminal starts to scroll, everything I type or even 
 the out put of computer pile up on the last line of terminal.  How can I
 fix this?
 
 --
 Hassan Monzavi
 
 Faculty of Pharmacy and Pharmaceutical Sciences
 University of Alberta  
 Edmonton, Alberta
 Canada T6G 2N8 
 Office: C8 Pharmacy/Dentistry
 Lab.  : 1104 Pharmacy/Dentistry
 Phone : (780)492-0305 Office
 (780)492-6719 Lab.
 Fax   : (780)439-5857
 E-mail: [EMAIL PROTECTED]
 WWW   : http://www.ualberta.ca/~hmonzavi
 -



[expert] Display smaller / larger fonts in Netscape easily ??

1999-07-23 Thread Osamu Aoki

Does anyone know how to change font size in Netscape in Linux.

In windoze version, Ctrl-[ and Ctrl-] will change default font size very
easily.

But in Linux, it looks like these menu is shaded and inactive.  Only way
to change font is throgh Edit-Preference-Appearence-Font which is too
much.

Does any one know how to get these Ctrl-[ and Ctrl-] activated in Linux?

This is the main reason using windoze version of Netscape.  Some fonts
on web page are too small to read.

Osamu  @http;//home.pacbell.net/aoki/